@font-face {
  font-family: "Evolve Early";
  src: url("../assets/fonts/EvolveEarly-Heavy.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Evolve Early";
  src: url("../assets/fonts/EvolveEarly-HeavyItalic.woff2") format("woff2");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Ronzino";
  src: url("../assets/fonts/Ronzino-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Ronzino";
  src: url("../assets/fonts/Ronzino-BoldOblique.woff2") format("woff2");
  font-weight: 700;
  font-style: oblique;
  font-display: swap;
}

@font-face {
  font-family: "Univa Nova";
  src: url("../assets/fonts/UnivaNova-Thin.woff2") format("woff2");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Univa Nova";
  src: url("../assets/fonts/UnivaNova-ThinItalic.woff2") format("woff2");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Univa Nova";
  src: url("../assets/fonts/UnivaNova-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --paper: #f7f7f0;
  --ink: #0d0d0d;
  --muted: rgba(13, 13, 13, .62);
  --line: rgba(13, 13, 13, .18);
  --page-x: clamp(20px, 3vw, 48px);
  --page-y: clamp(20px, 3vw, 36px);
}

* { box-sizing: border-box; }

html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  overflow: hidden;
  background: var(--paper);
  color: var(--ink);
}

body {
  font-family: "Univa Nova", Arial, sans-serif;
  font-weight: 100;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}

::selection {
  background: var(--ink);
  color: var(--paper);
}

.grain {
  position: fixed;
  inset: 0;
  z-index: 10;
  pointer-events: none;
  opacity: .026;
  mix-blend-mode: multiply;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 220 220' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.92' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.72'/%3E%3C/svg%3E");
}

.page {
  position: relative;
  display: grid;
  grid-template-rows: auto 1fr auto;
  width: 100%;
  height: 100svh;
  min-height: 530px;
  padding: var(--page-y) var(--page-x);
}

.site-header,
.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand {
  display: block;
  width: clamp(150px, 16vw, 236px);
  color: var(--ink);
}

.brand img {
  display: block;
  width: 100%;
  height: auto;
}

.location,
.site-footer,
.eyebrow,
.status-labels {
  font-family: "Univa Nova", Arial, sans-serif;
  font-weight: 500;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.location {
  font-size: 10px;
}

.hero {
  align-self: center;
  width: min(1160px, 100%);
  margin-inline: auto;
  padding-block: clamp(32px, 6vh, 80px);
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 clamp(22px, 3.3vh, 34px);
  font-size: 10px;
}

.eyebrow::before {
  width: 48px;
  height: 1px;
  content: "";
  background: currentColor;
  transform-origin: left;
}

.title-wrap {
  will-change: transform;
  transition: transform .16s cubic-bezier(.2,.8,.2,1);
}

.title {
  margin: 0;
  font-size: clamp(62px, 10.8vw, 158px);
  font-weight: normal;
  line-height: .79;
  letter-spacing: -.065em;
}

.title-primary,
.title-accent {
  display: block;
}

.title-primary {
  font-family: "Evolve Early", Impact, sans-serif;
  font-weight: 900;
  text-transform: uppercase;
}

.title-accent {
  margin-top: .08em;
  margin-left: clamp(18px, 10.5vw, 170px);
  font-family: "Ronzino", Georgia, serif;
  font-weight: 700;
  font-style: oblique;
  letter-spacing: -.045em;
}

.hero-bottom {
  display: grid;
  grid-template-columns: minmax(280px, 1fr) minmax(300px, 410px);
  align-items: end;
  gap: clamp(36px, 8vw, 120px);
  margin-top: clamp(42px, 7vh, 78px);
}

.statement {
  max-width: 620px;
  margin: 0;
  font-size: clamp(18px, 1.65vw, 25px);
  line-height: 1.24;
  letter-spacing: -.02em;
}

.status {
  width: 100%;
  padding-top: 15px;
  border-top: 1px solid var(--line);
}

.status-labels {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 13px;
  font-size: 9px;
  white-space: nowrap;
}

.progress {
  position: relative;
  height: 2px;
  overflow: hidden;
  background: var(--line);
}

.progress-runner {
  position: absolute;
  inset-block: 0;
  left: 0;
  width: 28%;
  background: var(--ink);
  animation: progress 2.6s cubic-bezier(.65,0,.35,1) infinite;
  will-change: transform;
}

.site-footer {
  gap: 24px;
  padding-top: 17px;
  border-top: 1px solid var(--line);
  font-size: 9px;
}

.footer-links {
  display: flex;
  align-items: center;
  gap: clamp(20px, 3vw, 42px);
}

.site-footer a {
  position: relative;
  color: inherit;
  text-decoration: none;
}

.site-footer a::after {
  position: absolute;
  right: 0;
  bottom: -4px;
  left: 0;
  height: 1px;
  content: "";
  background: currentColor;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .35s cubic-bezier(.2,.8,.2,1);
}

.site-footer a:hover::after,
.site-footer a:focus-visible::after {
  transform: scaleX(1);
  transform-origin: left;
}

.reveal {
  opacity: 0;
  transform: translateY(16px);
  animation: reveal .85s cubic-bezier(.2,.8,.2,1) forwards;
}

.reveal-1 { animation-delay: .08s; }
.reveal-2 { animation-delay: .2s; }
.reveal-3 { animation-delay: .3s; }
.reveal-4 { animation-delay: .46s; }
.reveal-5 { animation-delay: .6s; }

@keyframes reveal {
  to { opacity: 1; transform: translateY(0); }
}

@keyframes progress {
  0% { transform: translateX(-120%); }
  52% { transform: translateX(170%); }
  100% { transform: translateX(410%); }
}

@media (max-width: 780px) {
  :root {
    --page-x: 20px;
    --page-y: 20px;
  }

  .page { min-height: 520px; }
  .brand { width: clamp(145px, 43vw, 195px); }
  .location { display: none; }
  .hero { padding-block: clamp(25px, 4vh, 46px); }
  .eyebrow { margin-bottom: 22px; }

  .title {
    font-size: clamp(55px, 17vw, 94px);
    line-height: .82;
  }

  .title-accent {
    margin-top: .12em;
    margin-left: 0;
  }

  .hero-bottom {
    grid-template-columns: 1fr;
    gap: clamp(24px, 4vh, 38px);
    margin-top: clamp(30px, 5vh, 48px);
  }

  .statement {
    max-width: 520px;
    font-size: clamp(16px, 4.6vw, 20px);
  }

  .site-footer {
    align-items: flex-end;
    font-size: 8px;
  }

  .footer-links {
    align-items: flex-end;
    flex-direction: column;
    gap: 9px;
  }
}

@media (max-height: 700px) and (min-width: 781px) {
  .page { min-height: 0; }
  .hero { padding-block: 24px; }
  .eyebrow { margin-bottom: 18px; }
  .title { font-size: clamp(58px, 9.4vw, 118px); }
  .hero-bottom { margin-top: 32px; }
  .statement { font-size: clamp(16px, 1.45vw, 21px); }
}

@media (max-height: 650px) and (max-width: 780px) {
  .page { min-height: 0; }
  .hero { padding-block: 14px; }
  .eyebrow { margin-bottom: 14px; }
  .title { font-size: clamp(45px, 14.5vw, 70px); }
  .hero-bottom { gap: 18px; margin-top: 20px; }
  .statement { font-size: 15px; }
}

@media (hover: none), (pointer: coarse) {
  .title-wrap { transform: none !important; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
  .title-wrap { transform: none !important; }
}

/* Experiencias · bloque insertado antes del footer existente */
.experiences {
  width: 100%;
  padding: clamp(84px, 10vw, 150px) var(--page-x) clamp(78px, 9vw, 132px);
  background: var(--paper);
}

.experiences-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: clamp(42px, 5vw, 68px);
  text-align: center;
}

.experiences-overline {
  margin: 0 0 14px;
  font-family: "Univa Nova", Arial, sans-serif;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: .26em;
  text-transform: uppercase;
}

.experiences-group-logo {
  display: block;
  width: clamp(175px, 15vw, 235px);
  height: auto;
}

.experiences-track {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: clamp(8px, .9vw, 16px);
  width: 100%;
  max-width: 1540px;
  margin-inline: auto;
}

.experience-card {
  position: relative;
  display: grid;
  place-items: center;
  min-width: 0;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  color: var(--paper);
  isolation: isolate;
}

.experience-card--link {
  color: var(--paper);
  text-decoration: none;
}

.experience-bg,
.experience-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.experience-bg {
  z-index: -2;
  object-fit: cover;
  transition: transform .6s cubic-bezier(.2,.8,.2,1);
}

.experience-overlay {
  z-index: -1;
  background: rgba(13, 13, 13, .34);
  transition: background-color .35s ease;
}

.experience-logo {
  display: block;
  width: 68%;
  max-height: 40%;
  object-fit: contain;
}

.experience-logo--carnicero { width: 63%; }
.experience-logo--naval { width: 72%; }

.experience-arrow {
  position: absolute;
  right: 14px;
  bottom: 14px;
  display: block;
  width: 14px;
  height: 14px;
  object-fit: contain;
}

.experience-copy {
  padding: 18px;
  text-align: center;
}

.experience-copy h3 {
  margin: 0;
  font-family: "Univa Nova", Arial, sans-serif;
  font-size: clamp(11px, .88vw, 14px);
  font-weight: 500;
  line-height: 1.18;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.experience-copy p {
  margin: 10px 0 0;
  font-family: "Univa Nova", Arial, sans-serif;
  font-size: clamp(7px, .55vw, 9px);
  font-weight: 500;
  letter-spacing: .18em;
  text-transform: uppercase;
}

@media (hover: hover) and (pointer: fine) {
  .experience-card--link:hover .experience-bg,
  .experience-card--link:focus-visible .experience-bg {
    transform: scale(1.035);
  }

  .experience-card--link:hover .experience-overlay,
  .experience-card--link:focus-visible .experience-overlay {
    background: rgba(13, 13, 13, .42);
  }
}

@media (max-width: 1180px) {
  .experiences-track {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding-bottom: 2px;
  }

  .experiences-track::-webkit-scrollbar { display: none; }

  .experience-card {
    flex: 0 0 clamp(210px, 28vw, 300px);
    scroll-snap-align: start;
  }
}

@media (max-width: 780px) {
  .experiences {
    padding: 74px 20px 82px;
  }

  .experiences-head {
    margin-bottom: 38px;
  }

  .experiences-overline {
    margin-bottom: 12px;
    font-size: 8px;
  }

  .experiences-group-logo {
    width: min(205px, 58vw);
  }

  .experiences-track {
    margin-right: -20px;
    padding-right: 20px;
  }

  .experience-card {
    flex-basis: min(76vw, 300px);
  }

  .experience-copy h3 {
    font-size: 12px;
  }

  .experience-copy p {
    font-size: 8px;
  }
}

/* La landing ahora incorpora contenido adicional antes del footer. */
html,
body {
  height: auto;
  min-height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}

.page {
  height: auto;
  min-height: 100svh;
  padding: var(--page-y) var(--page-x) 0;
  grid-template-rows: auto minmax(calc(100svh - (var(--page-y) * 2)), auto) auto auto;
}

.experiences {
  margin-inline: calc(var(--page-x) * -1);
  width: calc(100% + (var(--page-x) * 2));
}

.site-footer {
  margin-top: 0;
  margin-inline: 0;
  margin-bottom: var(--page-y);
}



/* Ajuste 2026-09-15 · acercar Experiencias al bloque principal sin comprimir el bloque */
html,
body {
  height: auto;
  min-height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}

.page {
  height: auto;
  min-height: 100svh;
  padding: var(--page-y) var(--page-x) 0;
  grid-template-rows: auto auto auto auto;
}

/* El hero deja de ocupar una fila elástica: así desaparece el hueco excesivo
   antes de Experiencias sin tocar la escala visual del propio bloque. */
.hero {
  align-self: auto;
  padding-block: clamp(40px, 5vh, 64px) clamp(24px, 3.4vh, 42px);
}

/* Mantener la presencia editorial del bloque Experiencias */
.experiences {
  margin-inline: calc(var(--page-x) * -1);
  width: calc(100% + (var(--page-x) * 2));
  padding: clamp(34px, 4vh, 52px) var(--page-x) clamp(34px, 4vh, 52px);
}

.experiences-head {
  margin-bottom: clamp(26px, 3vh, 40px);
}

.experiences-overline {
  margin-bottom: 12px;
  font-size: 9px;
}

.experiences-group-logo {
  width: clamp(170px, 14vw, 225px);
}

.experiences-track {
  max-width: 1420px;
  gap: clamp(8px, .9vw, 16px);
}

.experience-copy h3 {
  font-size: clamp(11px, .88vw, 14px);
}

.experience-copy p {
  margin-top: 10px;
  font-size: clamp(7px, .55vw, 9px);
}

.site-footer {
  margin: 0;
  padding-top: 17px;
  padding-bottom: var(--page-y);
}

@media (min-width: 1181px) and (min-height: 780px) {
  .experiences-track {
    max-width: min(1420px, calc(100vw - (var(--page-x) * 2)));
  }
}

@media (max-width: 1180px) {
  .experiences-track {
    max-width: none;
  }
}

@media (max-width: 780px) {
  .page {
    padding-bottom: 0;
  }

  .hero {
    padding-block: 28px 22px;
  }

  .experiences {
    padding: 44px 20px 48px;
  }

  .experiences-head {
    margin-bottom: 30px;
  }

  .experiences-overline {
    margin-bottom: 10px;
    font-size: 8px;
  }

  .experiences-group-logo {
    width: min(195px, 56vw);
  }

  .experiences-track {
    margin-right: -20px;
    padding-right: 20px;
  }

  .experience-card {
    flex-basis: min(72vw, 290px);
  }

  .site-footer {
    padding-bottom: 20px;
  }
}
