:root {
  --navy: #050c20;
  --cream: #f3e9d2;
  --warm-white: #fffaf0;
  --magenta: #d63b74;
  --magenta-bright: #ff477e;
  --text-dark: #16213b;
  --design-w: 1440;
  --design-h: 2829;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--navy);
  color: var(--cream);
  font-family: Inter, Helvetica, Arial, sans-serif;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }

.viewport {
  position: relative;
  width: 100%;
  min-height: 2829px;
  display: block;
  overflow: hidden;
  background: var(--navy);
}

.site {
  position: relative;
  width: 1440px;
  height: 2829px;
  transform-origin: top left;
}

.section {
  position: absolute;
  left: 0;
  width: 1440px;
  overflow: hidden;
}
.bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  user-select: none;
  pointer-events: none;
}

.hero { top: 0; height: 773px; }
.servicios { top: 773px; height: 497px; }
.enfoque { top: 1270px; height: 560px; }
.experiencia { top: 1830px; height: 480px; }
.contacto { top: 2310px; height: 519px; }

.main-nav {
  position: absolute;
  left: 615px;
  top: 20px;
  width: 780px;
  height: 34px;
}
.nav-link {
  position: absolute;
  top: 0;
  font-family: "Space Mono", monospace;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1.12px;
  color: var(--cream);
}
.nav-link:nth-child(1) { left: 0; color: var(--magenta-bright); }
.nav-link:nth-child(2) { left: 140px; }
.nav-link:nth-child(3) { left: 310px; }
.nav-link:nth-child(4) { left: 460px; }
.nav-link:nth-child(5) { left: 640px; }
.nav-underline {
  position: absolute;
  left: 1px;
  top: 23px;
  width: 56px;
  height: 2px;
  background: var(--magenta-bright);
}

.hero-kicker {
  position: absolute;
  left: 37px;
  top: 105px;
  width: 600px;
  margin: 0;
  font-family: "Space Mono", monospace;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1.12px;
  color: var(--magenta-bright);
}
.hero-title {
  position: absolute;
  left: 37px;
  top: 143px;
  width: 650px;
  margin: 0;
  font-size: 92px;
  font-weight: 300;
  line-height: 84px;
  letter-spacing: -3.68px;
  color: var(--magenta);
}
.hero-copy {
  position: absolute;
  left: 37px;
  top: 527px;
  width: 585px;
  margin: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  color: var(--text-dark);
}
.hero-cta {
  position: absolute;
  top: 705px;
  font-family: "Space Mono", monospace;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: -0.7px;
  z-index: 5;
}
.hero-cta-primary { left: 70px; width: 160px; font-weight: 700; color: var(--warm-white); }
.hero-cta-secondary { left: 335px; width: 130px; font-weight: 400; color: var(--magenta); }
.hero-video {
  position: absolute;
  left: 778px;
  top: 126px;
  width: 606px;
  height: 357px;
  object-fit: cover;
  border-radius: 8px;
  background: #06142f;
  cursor: pointer;
  z-index: 3;
}
.hero-video:focus-visible,
.hero-video:hover {
  outline: 1px solid rgba(243,233,210,.75);
}

.section-kicker {
  position: absolute;
  margin: 0;
  font-family: "Space Mono", monospace;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1.12px;
  color: var(--magenta);
}
.section-rule {
  position: absolute;
  height: 2px;
  background: rgba(243,233,210,.5);
}
.servicios-kicker { left: 109px; top: 39px; }
.servicios-rule { left: 209px; top: 46px; width: 1136px; }
.service {
  position: absolute;
  top: 207px;
  width: 210px;
}
.service h3 {
  margin: 0;
  color: var(--cream);
  font-size: 22px;
  font-weight: 300;
  line-height: 26px;
  letter-spacing: 1.76px;
  white-space: nowrap;
}
.service-line {
  display: block;
  margin-top: 20px;
  width: 50px;
  height: 4px;
  background: #e62d33;
}
.service p {
  margin: 36px 0 0;
  color: rgba(243,233,210,.88);
  font-size: 14px;
  line-height: 17px;
  font-weight: 400;
  letter-spacing: .7px;
}
.s1 { left: 145px; }
.s1 .service-line { margin-left: 20px; }
.s2 { left: 386px; }
.s2 .service-line { margin-left: 48px; }
.s3 { left: 627px; }
.s3 h3 { position: relative; top: -15px; white-space: normal; }
.s3 .service-line { margin-top: 9px; margin-left: 42px; }
.s4 { left: 862px; }
.s4 .service-line { margin-left: 42px; }
.s5 { left: 1120px; width: 280px; }
.s5 h3 { white-space: nowrap; font-size: 20px; letter-spacing: 1.25px; }
.s5 .service-line { margin-left: 72px; }

.enfoque-kicker {
  left: 691px;
  top: 34px;
  font-weight: 400;
}
.quote {
  position: absolute;
  width: 38px;
  height: auto;
  z-index: 4;
}
.quote-open { left: 675px; top: 96px; }
.quote-close { left: 1016px; top: 214px; }
.enfoque-title {
  position: absolute;
  left: 708px;
  top: 94px;
  width: 500px;
  margin: 0;
  color: var(--magenta);
  font-size: 50px;
  font-weight: 300;
  line-height: 60px;
  letter-spacing: -1.5px;
}
.enfoque-copy {
  position: absolute;
  left: 708px;
  top: 315px;
  width: 420px;
  margin: 0;
  color: var(--text-dark);
  font-size: 18px;
  line-height: 35px;
  font-weight: 400;
}
.enfoque-list {
  position: absolute;
  left: 1230px;
  top: 140px;
  width: 165px;
  margin: 0;
  font-family: "Space Mono", monospace;
  color: var(--magenta);
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 1.08px;
}

.experiencia-kicker {
  left: 38px;
  top: 10px;
  font-weight: 400;
}
.experiencia-copy {
  position: absolute;
  right: 185px;
  top: 46px;
  width: 681px;
  margin: 0;
  color: var(--cream);
  font-size: 18px;
  font-weight: 500;
  line-height: 23px;
  letter-spacing: 1.44px;
  text-align: right;
}
.formatos-label {
  position: absolute;
  left: 1306px;
  top: 50px;
  width: 88px;
  margin: 0;
  font-family: "Space Mono", monospace;
  color: var(--cream);
  font-size: 12px;
  line-height: 16px;
  letter-spacing: .96px;
  text-align: center;
}
.formatos-list {
  position: absolute;
  left: 1296px;
  top: 92px;
  width: 120px;
  margin: 0;
  font-family: "Space Mono", monospace;
  color: var(--magenta);
  font-size: 12px;
  line-height: 20px;
  letter-spacing: .48px;
}
.experiencia-title {
  position: absolute;
  left: 105px;
  top: 162px;
  width: 900px;
  margin: 0;
  color: var(--magenta);
  font-size: 28px;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: 2.24px;
}

.contact-name {
  position: absolute;
  left: 65px;
  top: 286px;
  width: 565px;
  margin: 0;
  color: var(--magenta);
  font-size: 56px;
  font-weight: 300;
  line-height: 60px;
  letter-spacing: 2.5px;
}
.contact-mail {
  position: absolute;
  left: 128px;
  top: 392px;
  width: 360px;
  color: rgba(22,33,59,.82);
  font-size: 20px;
  font-weight: 600;
  line-height: 27px;
  letter-spacing: 1.2px;
}
.contact-copy {
  position: absolute;
  left: 691px;
  top: 298px;
  width: 325px;
  margin: 0;
  color: var(--cream);
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
  letter-spacing: 1.08px;
}
.contact-cta {
  position: absolute;
  left: 720px;
  top: 388px;
  width: 250px;
  font-family: "Space Mono", monospace;
  color: var(--cream);
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 1.08px;
  white-space: nowrap;
}
.award-copy {
  position: absolute;
  left: 1214px;
  top: 327px;
  width: 210px;
  margin: 0;
  color: var(--cream);
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
  letter-spacing: 1.08px;
}
.award-copy span {
  color: var(--magenta);
  font-weight: 500;
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}

/* v6: align the description under “festivales y exhibición” with adjacent columns */
.s3 p {
  margin-top: 21px;
}

/* v7: center service title underlines on the same vertical axes as the number underlines */
.service { position: absolute; }
.service-line {
  position: absolute;
  top: 58px;
  margin: 0 !important;
  width: 50px;
  height: 4px;
}
.s1 .service-line { left: 68px; }
.s2 .service-line { left: 69px; }
.s3 .service-line { left: 70px; }
.s4 .service-line { left: 77px; }
.s5 .service-line { left: 63px; }

/* v8: move the title underlines up, keep them aligned with each other, and lift the s3 body copy */
.service-line {
  position: static;
  display: block;
  width: 50px;
  height: 4px;
  top: auto;
  margin-top: 16px !important;
}
.service p {
  margin: 28px 0 0;
}
.s1 .service-line { left: auto; margin-left: 68px !important; }
.s2 .service-line { left: auto; margin-left: 69px !important; }
.s3 .service-line { left: auto; margin-left: 70px !important; margin-top: 5px !important; }
.s4 .service-line { left: auto; margin-left: 77px !important; }
.s5 .service-line { left: auto; margin-left: 63px !important; }
.s3 p {
  position: relative;
  top: -16px;
}

/* v9: center each title within its cell and normalize underline/body alignment */
.service h3 {
  width: 100%;
  min-height: 54px;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  text-align: center;
  white-space: normal;
}
.s3 h3 {
  position: static;
  top: auto;
  white-space: normal;
}
.s5 h3 {
  font-size: 20px;
  letter-spacing: 1.25px;
  white-space: nowrap;
}
.service-line {
  position: static;
  display: block;
  width: 50px;
  height: 4px;
  margin: 18px auto 0 !important;
}
/* lift only the section 03 underline slightly so it visually matches the others */
.s3 .service-line {
  margin-top: 10px !important;
}
.service p {
  margin: 24px 0 0;
  text-align: left;
}
.s3 p {
  position: static;
  top: auto;
  margin-top: 24px;
}

/* v10: fine-tune servicios alignment per visual review */
/* keep titles centered inside each cell */
.service {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.service h3 {
  width: 100%;
  text-align: center;
}
.service p {
  width: 100%;
}
/* section 03: move the title up visually, keep its underline/body in place */
.s3 h3 {
  transform: translateY(-8px);
}
/* raise the title underlines on the other cards so they align better with section 03 */
.s1 .service-line,
.s2 .service-line,
.s4 .service-line,
.s5 .service-line {
  margin-top: 10px !important;
}
/* keep section 03 underline where it was */
.s3 .service-line {
  margin-top: 18px !important;
}
/* shift section 05 a bit to the left so the title/body sit more centered in the cell */
.s5 {
  left: 1100px !important;
  width: 260px !important;
}

/* v11: nudge service 03 underline and body copy upward for final alignment */
.s3 .service-line {
  margin-top: 12px !important;
}
.s3 p {
  margin-top: 18px !important;
}


/* v23: full button surfaces clickable without moving visible text */
.button-hit {
  position: absolute;
  display: block;
  z-index: 20;
  background: transparent;
  border-radius: 999px;
  cursor: pointer;
}

/* Hero button hit areas: cover the baked-in pill surfaces */
.hero-hit-primary {
  left: 36px;
  top: 674px;
  width: 205px;
  height: 56px;
}
.hero-hit-secondary {
  left: 270px;
  top: 674px;
  width: 220px;
  height: 56px;
}

/* Contact button hit area */
.contact-hit-primary {
  left: 690px;
  top: 365px;
  width: 288px;
  height: 70px;
}

/* Keep keyboard focus visible even though overlays are transparent */
.button-hit:focus-visible {
  outline: 2px solid rgba(243, 233, 210, .8);
  outline-offset: 3px;
}


/* v24: fixed back-to-top button */
.back-to-top {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 1000;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(243, 233, 210, .70);
  border-radius: 999px;
  background: rgba(5, 12, 32, .82);
  color: var(--magenta-bright);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Space Mono", monospace;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  backdrop-filter: blur(6px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, .22);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity .22s ease, transform .22s ease, border-color .18s ease, visibility .22s ease;
}

.back-to-top.is-visible {
  opacity: .86;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.back-to-top:hover,
.back-to-top:focus-visible {
  opacity: 1;
  transform: translateY(-2px);
  border-color: rgba(255, 71, 126, .88);
  outline: none;
}

@media (max-width: 700px) {
  .back-to-top {
    right: 14px;
    bottom: 14px;
    width: 42px;
    height: 42px;
    font-size: 22px;
  }
}


.back-to-top-icon {
  position: relative;
  display: block;
  width: 18px;
  height: 18px;
}

.back-to-top-icon::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 4px;
  width: 3px;
  height: 10px;
  background: var(--magenta-bright);
  border-radius: 999px;
  transform: translateX(-50%);
}

.back-to-top-icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 1px;
  width: 9px;
  height: 9px;
  border-top: 3px solid var(--magenta-bright);
  border-left: 3px solid var(--magenta-bright);
  transform: translateX(-50%) rotate(45deg);
  box-sizing: border-box;
}


/* v27: bilingual link */
.lang-switch {
  position: absolute;
  left: 1366px;
  top: 20px;
  z-index: 25;
  font-family: "Space Mono", monospace;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1.12px;
  color: var(--magenta-bright);
  border-bottom: 2px solid var(--magenta-bright);
  padding-bottom: 3px;
}

/* v27: true mobile version */
@media (max-width: 760px) {
  html,
  body {
    width: 100%;
    min-width: 0;
    overflow-x: hidden;
    background: var(--navy);
  }

  .viewport {
    width: 100%;
    min-height: 0;
    height: auto;
    overflow: visible;
  }

  .site {
    width: 100%;
    height: auto;
    transform: none !important;
  }

  .section {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    height: auto;
    min-height: 0;
    overflow: hidden;
  }

  .bg {
    object-fit: cover;
    opacity: .42;
  }

  .hero {
    padding: 22px 24px 52px;
    min-height: 0;
    background:
      radial-gradient(circle at 18% 12%, rgba(243, 233, 210, .24), transparent 34%),
      linear-gradient(150deg, #f3e9d2 0%, #f3e9d2 34%, #07142f 68%, #050c20 100%);
  }

  .hero .bg {
    opacity: .34;
    object-position: 36% 0;
  }

  .main-nav {
    position: relative;
    left: auto;
    top: auto;
    width: calc(100% - 48px);
    height: auto;
    z-index: 8;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 16px;
    padding-right: 48px;
  }

  .nav-link,
  .nav-link:nth-child(1),
  .nav-link:nth-child(2),
  .nav-link:nth-child(3),
  .nav-link:nth-child(4),
  .nav-link:nth-child(5) {
    position: static;
    left: auto;
    top: auto;
    font-size: 12px;
    letter-spacing: .72px;
    color: var(--cream);
  }

  .nav-link.active,
  .nav-link:first-child {
    color: var(--magenta-bright);
  }

  .nav-underline {
    display: none;
  }

  .lang-switch {
    position: absolute;
    left: auto;
    right: 24px;
    top: 22px;
    z-index: 30;
    font-size: 12px;
    letter-spacing: .72px;
    color: var(--magenta-bright);
  }

  .hero-kicker {
    position: relative;
    left: auto;
    top: auto;
    width: auto;
    margin: 56px 0 18px;
    z-index: 3;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: .72px;
  }

  .hero-title {
    position: relative;
    left: auto;
    top: auto;
    width: auto;
    margin: 0;
    z-index: 3;
    font-size: clamp(48px, 14vw, 66px);
    line-height: .92;
    letter-spacing: -2.2px;
  }

  .hero-copy {
    position: relative;
    left: auto;
    top: auto;
    width: auto;
    margin: 36px 0 0;
    z-index: 3;
    color: var(--text-dark);
    font-size: 17px;
    line-height: 27px;
  }

  .hero-cta {
    position: relative;
    left: auto !important;
    top: auto !important;
    z-index: 6;
    width: 100% !important;
    max-width: 260px;
    min-height: 50px;
    margin-top: 26px;
    padding: 0 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: -.4px;
  }

  .hero-cta-primary {
    background: #c91342;
    color: var(--warm-white);
  }

  .hero-cta-secondary {
    margin-top: 12px;
    border: 1px solid var(--magenta);
    color: var(--magenta);
    background: rgba(243, 233, 210, .10);
  }

  .button-hit {
    display: none !important;
  }

  .hero-video {
    position: relative;
    left: auto;
    top: auto;
    z-index: 4;
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 606 / 357;
    margin: 34px 0 0;
    border-radius: 8px;
    border: 1px solid rgba(243, 233, 210, .48);
  }

  .servicios {
    padding: 56px 24px 42px;
    background:
      radial-gradient(circle at 100% 15%, rgba(0, 82, 180, .28), transparent 34%),
      linear-gradient(180deg, #061430 0%, #050c20 100%);
  }

  .servicios .bg,
  .experiencia .bg {
    display: none;
  }

  .section-kicker {
    position: relative;
    left: auto !important;
    top: auto !important;
    width: auto;
    margin: 0 0 16px;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: .96px;
  }

  .section-rule {
    position: relative;
    left: auto !important;
    top: auto !important;
    display: block;
    width: 100% !important;
    margin-bottom: 26px;
  }

  .service,
  .s1,
  .s2,
  .s3,
  .s4,
  .s5 {
    position: relative;
    left: auto !important;
    top: auto !important;
    width: 100% !important;
    display: block;
    margin: 0 0 34px;
    padding-bottom: 28px;
    border-bottom: 1px solid rgba(243, 233, 210, .18);
  }

  .service:last-of-type {
    margin-bottom: 0;
  }

  .service h3,
  .s3 h3,
  .s5 h3 {
    display: block;
    width: 100%;
    min-height: 0;
    margin: 0;
    transform: none;
    text-align: left;
    white-space: normal;
    font-size: 24px;
    line-height: 29px;
    letter-spacing: 1.2px;
  }

  .service-line,
  .s1 .service-line,
  .s2 .service-line,
  .s3 .service-line,
  .s4 .service-line,
  .s5 .service-line {
    position: static;
    display: block;
    width: 46px;
    height: 3px;
    margin: 14px 0 0 !important;
  }

  .service p,
  .s3 p {
    position: static;
    width: auto;
    margin: 18px 0 0 !important;
    color: rgba(243, 233, 210, .88);
    font-size: 15px;
    line-height: 22px;
    letter-spacing: .35px;
  }

  .enfoque {
    padding: 58px 24px 60px;
    min-height: 0;
    background: #f3e9d2;
  }

  .enfoque .bg {
    opacity: .36;
    object-position: 42% center;
  }

  .quote {
    width: 26px;
  }

  .quote-open {
    left: 23px;
    top: 94px;
  }

  .quote-close {
    left: auto;
    right: 35px;
    top: 238px;
  }

  .enfoque-title {
    position: relative;
    left: auto;
    top: auto;
    width: auto;
    margin: 36px 0 0 16px;
    z-index: 3;
    font-size: clamp(35px, 10vw, 48px);
    line-height: 1.08;
    letter-spacing: -1.2px;
  }

  .enfoque-copy {
    position: relative;
    left: auto;
    top: auto;
    width: auto;
    margin: 40px 0 0;
    z-index: 3;
    color: var(--text-dark);
    font-size: 17px;
    line-height: 29px;
  }

  .enfoque-list {
    position: relative;
    left: auto;
    top: auto;
    width: auto;
    margin: 34px 0 0;
    z-index: 3;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px 20px;
    font-size: 15px;
    line-height: 19px;
    letter-spacing: .9px;
  }

  .experiencia {
    padding: 54px 24px 62px;
    background:
      radial-gradient(circle at 92% 22%, rgba(214, 59, 116, .18), transparent 32%),
      linear-gradient(180deg, #050c20 0%, #07142f 100%);
  }

  .experiencia-kicker {
    margin-bottom: 26px;
  }

  .experiencia-copy {
    position: relative;
    right: auto;
    left: auto;
    top: auto;
    width: auto;
    margin: 0 0 30px;
    color: var(--cream);
    font-size: 16px;
    line-height: 24px;
    letter-spacing: .6px;
    text-align: left;
  }

  .experiencia-title {
    position: relative;
    left: auto;
    top: auto;
    width: auto;
    margin: 0 0 34px;
    color: var(--magenta);
    font-size: 30px;
    line-height: 38px;
    letter-spacing: 1.2px;
  }

  .formatos-label {
    position: relative;
    left: auto;
    top: auto;
    width: auto;
    margin: 0 0 10px;
    text-align: left;
    font-size: 12px;
    line-height: 17px;
  }

  .formatos-list {
    position: relative;
    left: auto;
    top: auto;
    width: auto;
    margin: 0;
    color: var(--magenta-bright);
    font-size: 14px;
    line-height: 22px;
    letter-spacing: .5px;
    columns: 2;
  }

  .contacto {
    padding: 62px 24px 76px;
    min-height: 0;
    background:
      radial-gradient(circle at 20% 20%, rgba(243, 233, 210, .22), transparent 38%),
      linear-gradient(155deg, #f3e9d2 0%, #f3e9d2 35%, #07142f 70%, #050c20 100%);
  }

  .contacto .bg {
    opacity: .34;
    object-position: 50% center;
  }

  .contact-name {
    position: relative;
    left: auto;
    top: auto;
    width: auto;
    margin: 0;
    z-index: 3;
    font-size: clamp(42px, 12vw, 56px);
    line-height: 1.02;
    letter-spacing: .8px;
  }

  .contact-mail {
    position: relative;
    left: auto;
    top: auto;
    display: inline-block;
    width: auto;
    max-width: 100%;
    margin: 20px 0 64px;
    z-index: 3;
    color: rgba(22, 33, 59, .88);
    font-size: 16px;
    line-height: 24px;
    letter-spacing: .6px;
    word-break: break-word;
  }

  .contact-copy {
    position: relative;
    left: auto;
    top: auto;
    width: auto;
    margin: 0;
    z-index: 3;
    color: var(--cream);
    font-size: 21px;
    line-height: 31px;
    letter-spacing: .6px;
  }

  .contact-cta {
    position: relative;
    left: auto;
    top: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    max-width: 100%;
    min-height: 50px;
    margin: 22px 0 44px;
    padding: 0 22px;
    z-index: 3;
    border: 1px solid rgba(243, 233, 210, .74);
    border-radius: 999px;
    background: rgba(5, 12, 32, .28);
    font-size: 14px;
    line-height: 18px;
    letter-spacing: .7px;
  }

  .award-copy {
    position: relative;
    left: auto;
    top: auto;
    width: auto;
    margin: 0;
    z-index: 3;
    color: var(--cream);
    font-size: 17px;
    line-height: 27px;
    letter-spacing: .6px;
  }

  .back-to-top {
    right: 14px;
    bottom: 14px;
  }
}

@media (max-width: 390px) {
  .hero,
  .servicios,
  .enfoque,
  .experiencia,
  .contacto {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-title {
    font-size: 46px;
  }

  .enfoque-title {
    font-size: 34px;
  }

  .nav-link,
  .nav-link:nth-child(1),
  .nav-link:nth-child(2),
  .nav-link:nth-child(3),
  .nav-link:nth-child(4),
  .nav-link:nth-child(5) {
    font-size: 11px;
  }
}


/* v28: fixed header + contrast pass */
.sticky-header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 5000;
  height: 64px;
  padding: 0 36px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 28px;
  background: rgba(5, 12, 32, .82);
  border-bottom: 1px solid rgba(243, 233, 210, .20);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.sticky-nav {
  display: flex;
  align-items: center;
  gap: 28px;
}

.sticky-nav-link,
.sticky-lang {
  font-family: "Space Mono", monospace;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .95px;
  color: rgba(243, 233, 210, .92);
  text-decoration: none;
  white-space: nowrap;
  text-shadow: 0 1px 8px rgba(0, 0, 0, .38);
}

.sticky-nav-link:hover,
.sticky-nav-link:focus-visible,
.sticky-lang:hover,
.sticky-lang:focus-visible {
  color: var(--magenta-bright);
  outline: none;
}

.sticky-lang {
  color: var(--magenta-bright);
  border-bottom: 2px solid var(--magenta-bright);
  padding-bottom: 4px;
}

/* Hide the original hero nav now that the header is fixed outside the scaled canvas. */
.site .main-nav,
.site .lang-switch {
  display: none !important;
}

/* Small fuchsia text on dark backgrounds: brighter, slightly heavier, and with a soft lift. */
.hero-kicker,
.servicios-kicker,
.experiencia-kicker,
.formatos-list,
.award-copy span {
  color: var(--magenta-bright);
}

.servicios-kicker,
.experiencia-kicker,
.formatos-list,
.award-copy span {
  font-weight: 700;
  text-shadow: 0 1px 10px rgba(0, 0, 0, .42);
}

.servicios-kicker,
.experiencia-kicker {
  font-size: 15px;
  letter-spacing: 1.2px;
}

.formatos-list {
  font-size: 13px;
  line-height: 21px;
}

@media (max-width: 760px) {
  .sticky-header {
    height: 56px;
    padding: 0 14px;
    justify-content: flex-start;
    gap: 12px;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .sticky-header::-webkit-scrollbar {
    display: none;
  }

  .sticky-nav {
    gap: 14px;
    min-width: max-content;
  }

  .sticky-nav-link,
  .sticky-lang {
    font-size: 11px;
    letter-spacing: .65px;
  }

  .sticky-lang {
    margin-left: auto;
    position: sticky;
    right: 0;
    background: rgba(5, 12, 32, .92);
    padding-left: 10px;
  }

  .hero-kicker,
  .section-kicker,
  .servicios-kicker,
  .experiencia-kicker {
    color: var(--magenta-bright);
    font-size: 13px;
    font-weight: 700;
    text-shadow: 0 1px 8px rgba(0, 0, 0, .32);
  }

  .formatos-list {
    color: var(--magenta-bright);
    font-size: 15px;
    font-weight: 700;
  }

  .award-copy span {
    color: var(--magenta-bright);
  }
}

/* v29: Netlify inquiry form modal */
body.form-open { overflow: hidden; }
.form-modal { position: fixed; inset: 0; z-index: 9000; display: none; align-items: center; justify-content: center; padding: 24px; }
.form-modal.is-open { display: flex; }
.form-modal-backdrop { position: absolute; inset: 0; background: rgba(5, 12, 32, .74); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); }
.form-panel { position: relative; z-index: 1; width: min(760px, calc(100vw - 32px)); max-height: min(86vh, 820px); overflow: auto; padding: 42px; border: 1px solid rgba(243, 233, 210, .28); border-radius: 18px; background: radial-gradient(circle at 100% 0%, rgba(255, 71, 126, .12), transparent 32%), linear-gradient(160deg, rgba(5, 12, 32, .98), rgba(7, 20, 47, .98)); box-shadow: 0 24px 80px rgba(0, 0, 0, .42); color: var(--cream); }
.form-close { position: absolute; top: 16px; right: 18px; width: 34px; height: 34px; border: 1px solid rgba(243, 233, 210, .34); border-radius: 999px; background: transparent; color: var(--magenta-bright); font-size: 28px; line-height: 28px; cursor: pointer; }
.form-kicker { margin: 0 0 14px; font-family: "Space Mono", monospace; color: var(--magenta-bright); font-size: 13px; font-weight: 700; line-height: 18px; letter-spacing: 1.04px; text-transform: lowercase; }
.form-title { margin: 0; color: var(--magenta); font-size: 46px; font-weight: 300; line-height: 52px; letter-spacing: -1.4px; }
.form-intro { margin: 18px 0 28px; max-width: 560px; color: rgba(243, 233, 210, .86); font-size: 17px; line-height: 27px; }
.contact-form { display: grid; grid-template-columns: 1fr 1fr; gap: 18px 16px; }
.contact-form label { display: block; }
.contact-form label span { display: block; margin: 0 0 8px; font-family: "Space Mono", monospace; color: rgba(243, 233, 210, .82); font-size: 12px; font-weight: 700; line-height: 17px; letter-spacing: .65px; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; border: 1px solid rgba(243, 233, 210, .28); border-radius: 10px; background: rgba(255, 250, 240, .07); color: var(--cream); font-family: Inter, Helvetica, Arial, sans-serif; font-size: 15px; line-height: 22px; padding: 12px 13px; outline: none; }
.contact-form select option { color: #050c20; }
.contact-form textarea { resize: vertical; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--magenta-bright); box-shadow: 0 0 0 2px rgba(255, 71, 126, .18); }
.form-full { grid-column: 1 / -1; }
.bot-field { display: none; }
.form-submit { grid-column: 1 / -1; justify-self: start; min-height: 48px; border: 0; border-radius: 999px; background: #c91342; color: var(--warm-white); padding: 0 24px; font-family: "Space Mono", monospace; font-size: 13px; font-weight: 700; letter-spacing: .85px; cursor: pointer; }
.form-submit:hover, .form-submit:focus-visible { background: var(--magenta-bright); outline: none; }
.form-fallback { margin: 24px 0 0; color: rgba(243, 233, 210, .72); font-size: 14px; line-height: 22px; }
.form-fallback a { color: var(--magenta-bright); text-decoration: underline; text-underline-offset: 3px; }
.thanks-body { min-height: 100vh; background: radial-gradient(circle at 22% 18%, rgba(243, 233, 210, .22), transparent 34%), linear-gradient(145deg, #050c20 0%, #07142f 55%, #050c20 100%); }
.thanks-screen { min-height: 100vh; width: min(760px, calc(100vw - 48px)); margin: 0 auto; display: flex; flex-direction: column; justify-content: center; color: var(--cream); }
.thanks-kicker { margin: 0 0 16px; font-family: "Space Mono", monospace; color: var(--magenta-bright); font-size: 13px; font-weight: 700; letter-spacing: 1.04px; }
.thanks-screen h1 { margin: 0; color: var(--magenta); font-size: clamp(44px, 8vw, 78px); font-weight: 300; line-height: .98; letter-spacing: -2px; }
.thanks-screen p { max-width: 540px; margin: 28px 0 0; color: rgba(243, 233, 210, .84); font-size: 18px; line-height: 30px; }
.thanks-screen a { color: var(--magenta-bright); }
.thanks-link { width: fit-content; margin-top: 32px; padding: 14px 22px; border: 1px solid rgba(243, 233, 210, .52); border-radius: 999px; font-family: "Space Mono", monospace; font-size: 13px; font-weight: 700; letter-spacing: .85px; }
@media (max-width: 760px) {
  .form-modal { align-items: flex-start; padding: 70px 14px 18px; }
  .form-panel { width: 100%; max-height: calc(100vh - 88px); padding: 30px 20px 24px; border-radius: 16px; }
  .form-title { font-size: 36px; line-height: 41px; letter-spacing: -1px; }
  .form-intro { font-size: 16px; line-height: 25px; }
  .contact-form { grid-template-columns: 1fr; gap: 16px; }
  .form-submit { width: 100%; justify-self: stretch; }
  .thanks-screen { width: calc(100vw - 40px); }
}


/* v30: Spanish-only header fix */
.sticky-header {
  height: 88px;
  padding: 0 36px;
  justify-content: space-between;
  gap: 28px;
  background: rgba(5, 12, 32, .92);
  border-bottom: 1px solid rgba(243, 233, 210, .32);
}

.sticky-brand {
  width: 104px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex: 0 0 auto;
}

.sticky-brand img {
  display: block;
  width: 96px;
  height: auto;
  object-fit: contain;
}

.sticky-nav {
  margin-left: auto;
}

.sticky-lang,
.lang-switch {
  display: none !important;
}

.site .main-nav,
.site .lang-switch {
  display: none !important;
}

@media (max-width: 760px) {
  .sticky-header {
    height: 72px;
    padding: 0 14px;
    gap: 12px;
    overflow-x: auto;
    justify-content: flex-start;
  }

  .sticky-brand {
    width: 76px;
    height: 56px;
    flex: 0 0 76px;
  }

  .sticky-brand img {
    width: 72px;
  }

  .sticky-nav {
    margin-left: 8px;
    gap: 14px;
    min-width: max-content;
  }
}


/* v31: simplified larger HB monogram in fixed header */
.sticky-brand {
  width: 142px;
  height: 76px;
  align-items: center;
}

.sticky-brand img {
  width: 128px;
  max-height: 70px;
  object-fit: contain;
}

@media (max-width: 760px) {
  .sticky-brand {
    width: 104px;
    height: 56px;
    flex: 0 0 104px;
  }

  .sticky-brand img {
    width: 94px;
    max-height: 52px;
  }
}


/* v32: framed HB-only logo in fixed header */
.sticky-header {
  height: 98px;
}

.sticky-brand {
  width: 176px;
  height: 88px;
  align-items: center;
}

.sticky-brand img {
  width: 166px;
  max-height: 84px;
  object-fit: contain;
}

@media (max-width: 760px) {
  .sticky-header {
    height: 78px;
  }

  .sticky-brand {
    width: 120px;
    height: 66px;
    flex: 0 0 120px;
  }

  .sticky-brand img {
    width: 112px;
    max-height: 62px;
  }
}

/* v36: sober mobile rebuild — desktop preserved */
@media (max-width: 760px) {
  html, body {
    width: 100%;
    min-width: 0;
    overflow-x: hidden;
    background: #050c20;
  }

  body { color: var(--cream); }

  .viewport {
    width: 100%;
    min-height: 0;
    height: auto !important;
    overflow: visible;
    background: #050c20;
  }

  .site {
    width: 100%;
    height: auto;
    transform: none !important;
  }

  .section {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    height: auto;
    min-height: 0;
    overflow: hidden;
  }

  .bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
  }

  .sticky-header {
    height: 76px;
    padding: 0 16px;
    justify-content: space-between;
    overflow: hidden;
    background: rgba(5, 12, 32, .96);
    border-bottom: 1px solid rgba(243, 233, 210, .28);
  }

  .sticky-brand {
    width: 118px;
    height: 64px;
    flex: 0 0 118px;
    display: flex;
    align-items: center;
  }

  .sticky-brand img {
    width: 112px;
    max-height: 60px;
    object-fit: contain;
  }

  .sticky-nav {
    margin-left: 12px;
    gap: 18px;
    display: flex;
    align-items: center;
    min-width: 0;
  }

  .sticky-nav-link {
    display: none;
    font-size: 12px;
    line-height: 1;
    letter-spacing: .72px;
    color: rgba(243, 233, 210, .92);
    text-shadow: none;
  }

  .sticky-nav-link[href="#servicios"],
  .sticky-nav-link[href="#contacto"] {
    display: inline-block;
  }

  .sticky-lang,
  .lang-switch,
  .site .main-nav {
    display: none !important;
  }

  .hero {
    padding: 106px 22px 58px;
    background:
      linear-gradient(112deg, rgba(243, 233, 210, .96) 0%, rgba(243, 233, 210, .92) 38%, rgba(8, 21, 48, .94) 72%, rgba(5, 12, 32, 1) 100%);
  }

  .hero .bg {
    opacity: .18;
    object-position: 43% 0;
  }

  .hero-kicker {
    position: relative;
    left: auto;
    top: auto;
    width: auto;
    margin: 0 0 20px;
    z-index: 2;
    color: var(--magenta-bright);
    font-size: 12px;
    line-height: 18px;
    font-weight: 700;
    letter-spacing: .84px;
    text-shadow: none;
  }

  .hero-title {
    position: relative;
    left: auto;
    top: auto;
    width: auto;
    margin: 0;
    z-index: 2;
    color: var(--magenta);
    font-size: clamp(48px, 14.2vw, 66px);
    line-height: .93;
    font-weight: 300;
    letter-spacing: -2.3px;
  }

  .hero-copy {
    position: relative;
    left: auto;
    top: auto;
    width: auto;
    margin: 34px 0 0;
    z-index: 2;
    color: #16213b;
    font-size: 16.5px;
    line-height: 26px;
    font-weight: 400;
    max-width: 330px;
  }

  .hero-cta {
    position: relative;
    left: auto !important;
    top: auto !important;
    z-index: 5;
    width: 100% !important;
    max-width: 300px;
    min-height: 50px;
    margin: 26px 0 0;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: -.2px;
  }

  .hero-cta-primary { background: #c91342; color: var(--warm-white); }
  .hero-cta-secondary {
    margin-top: 12px;
    border: 1px solid var(--magenta);
    background: rgba(255, 250, 240, .22);
    color: var(--magenta);
  }

  .button-hit { display: none !important; }

  .hero-video {
    position: relative;
    left: auto;
    top: auto;
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    margin: 34px 0 0;
    z-index: 3;
    border: 1px solid rgba(243, 233, 210, .55);
    border-radius: 8px;
    background: #07142f;
    object-fit: cover;
  }

  .servicios {
    padding: 58px 22px 54px;
    background: #050c20;
  }

  .servicios .bg { display: none; }

  .section-kicker,
  .servicios-kicker,
  .enfoque-kicker,
  .experiencia-kicker {
    position: relative;
    left: auto !important;
    top: auto !important;
    width: auto;
    margin: 0;
    color: var(--magenta-bright);
    font-family: "Space Mono", monospace;
    font-size: 12px;
    line-height: 18px;
    font-weight: 700;
    letter-spacing: .92px;
    text-shadow: none;
  }

  .section-rule,
  .servicios-rule {
    position: relative;
    left: auto !important;
    top: auto !important;
    display: block;
    width: 100% !important;
    height: 1px;
    margin: 14px 0 32px;
    background: rgba(243, 233, 210, .38);
  }

  .service,
  .s1,
  .s2,
  .s3,
  .s4,
  .s5 {
    position: relative;
    left: auto !important;
    top: auto !important;
    width: 100% !important;
    margin: 0;
    padding: 0 0 30px;
    display: block;
    border-bottom: 1px solid rgba(243, 233, 210, .15);
  }

  .service + .service { padding-top: 28px; }

  .service::before {
    display: block;
    margin: 0 0 10px;
    color: var(--magenta-bright);
    font-family: "Space Mono", monospace;
    font-size: 36px;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: -1px;
  }

  .s1::before { content: "01"; }
  .s2::before { content: "02"; }
  .s3::before { content: "03"; }
  .s4::before { content: "04"; }
  .s5::before { content: "05"; }

  .service h3,
  .s3 h3,
  .s5 h3 {
    position: static;
    display: block;
    width: 100%;
    min-height: 0;
    margin: 0;
    transform: none;
    color: var(--cream);
    font-size: 24px;
    line-height: 29px;
    font-weight: 300;
    letter-spacing: 1.05px;
    text-align: left;
    white-space: normal;
  }

  .service-line,
  .s1 .service-line,
  .s2 .service-line,
  .s3 .service-line,
  .s4 .service-line,
  .s5 .service-line {
    position: static;
    display: block;
    width: 44px;
    height: 3px;
    margin: 14px 0 0 !important;
    background: #e62d33;
  }

  .service p,
  .s3 p {
    position: static;
    width: auto;
    margin: 18px 0 0 !important;
    color: rgba(243, 233, 210, .88);
    font-size: 15.5px;
    line-height: 23px;
    font-weight: 400;
    letter-spacing: .25px;
    text-align: left;
  }

  .enfoque {
    padding: 60px 22px 60px;
    background: #f3e9d2;
  }

  .enfoque .bg { display: none; }
  .enfoque-kicker { color: var(--magenta); }

  .quote {
    position: absolute;
    z-index: 2;
    width: 28px;
    height: auto;
  }

  .quote-open { left: 22px; top: 104px; }
  .quote-close { right: 26px; left: auto; top: 258px; }

  .enfoque-title {
    position: relative;
    left: auto;
    top: auto;
    width: auto;
    margin: 42px 0 0;
    z-index: 3;
    color: var(--magenta);
    font-size: clamp(37px, 10.8vw, 50px);
    line-height: 1.05;
    font-weight: 300;
    letter-spacing: -1.25px;
  }

  .enfoque-copy {
    position: relative;
    left: auto;
    top: auto;
    width: auto;
    margin: 38px 0 0;
    z-index: 3;
    color: #16213b;
    font-size: 16.5px;
    line-height: 28px;
    font-weight: 400;
  }

  .enfoque-list {
    position: relative;
    left: auto;
    top: auto;
    width: auto;
    margin: 30px 0 0;
    z-index: 3;
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    color: var(--magenta);
    font-family: "Space Mono", monospace;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: .72px;
  }

  .enfoque-list br { display: none; }

  .experiencia {
    padding: 58px 22px 60px;
    background:
      radial-gradient(circle at 100% 0%, rgba(214, 59, 116, .16), transparent 32%),
      linear-gradient(180deg, #050c20 0%, #07142f 100%);
  }

  .experiencia .bg { display: none; }

  .experiencia-title {
    position: relative;
    left: auto;
    top: auto;
    width: auto;
    margin: 28px 0 0;
    color: var(--magenta);
    font-size: 32px;
    line-height: 39px;
    font-weight: 500;
    letter-spacing: 1px;
  }

  .experiencia-copy {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    width: auto;
    margin: 28px 0 0;
    color: rgba(243, 233, 210, .9);
    font-size: 16px;
    line-height: 25px;
    font-weight: 500;
    letter-spacing: .55px;
    text-align: left;
  }

  .formatos-label {
    position: relative;
    left: auto;
    top: auto;
    width: auto;
    margin: 32px 0 12px;
    color: rgba(243, 233, 210, .78);
    font-family: "Space Mono", monospace;
    font-size: 12px;
    line-height: 18px;
    font-weight: 700;
    letter-spacing: .72px;
    text-align: left;
  }

  .formatos-list {
    position: relative;
    left: auto;
    top: auto;
    width: auto;
    margin: 0;
    color: var(--magenta-bright);
    font-family: "Space Mono", monospace;
    font-size: 13.5px;
    line-height: 22px;
    font-weight: 700;
    letter-spacing: .4px;
    columns: 2;
    text-shadow: none;
  }

  .contacto {
    padding: 62px 22px 72px;
    background: #050c20;
  }

  .contacto .bg {
    opacity: .16;
    object-position: 54% center;
  }

  .contact-name {
    position: relative;
    left: auto;
    top: auto;
    width: auto;
    margin: 0;
    z-index: 3;
    color: var(--magenta);
    font-size: clamp(42px, 12vw, 56px);
    line-height: 1.03;
    font-weight: 300;
    letter-spacing: .5px;
  }

  .contact-mail {
    position: relative;
    left: auto;
    top: auto;
    display: inline-block;
    width: auto;
    max-width: 100%;
    margin: 18px 0 48px;
    z-index: 3;
    color: rgba(243, 233, 210, .86);
    font-size: 16px;
    line-height: 24px;
    letter-spacing: .45px;
    word-break: break-word;
  }

  .contact-copy {
    position: relative;
    left: auto;
    top: auto;
    width: auto;
    margin: 0;
    z-index: 3;
    color: rgba(243, 233, 210, .92);
    font-size: 21px;
    line-height: 31px;
    font-weight: 300;
    letter-spacing: .4px;
  }

  .contact-cta {
    position: relative;
    left: auto;
    top: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    max-width: 100%;
    min-height: 50px;
    margin: 24px 0 44px;
    padding: 0 22px;
    z-index: 3;
    border: 1px solid rgba(243, 233, 210, .64);
    border-radius: 999px;
    background: rgba(255, 250, 240, .06);
    color: var(--cream);
    font-size: 13px;
    line-height: 18px;
    letter-spacing: .65px;
  }

  .award-copy {
    position: relative;
    left: auto;
    top: auto;
    width: auto;
    margin: 0;
    padding: 20px;
    z-index: 3;
    border: 1px solid rgba(243, 233, 210, .18);
    border-radius: 14px;
    background: rgba(7, 20, 47, .78);
    color: rgba(243, 233, 210, .88);
    font-size: 16px;
    line-height: 26px;
    letter-spacing: .45px;
  }

  .award-copy span {
    color: var(--magenta-bright);
    font-weight: 700;
  }

  .back-to-top {
    right: 14px;
    bottom: 14px;
  }

  .form-modal {
    align-items: flex-start;
    padding: 86px 14px 18px;
  }

  .form-panel {
    width: 100%;
    max-height: calc(100vh - 104px);
    padding: 30px 20px 24px;
    border-radius: 16px;
  }

  .form-title {
    font-size: 36px;
    line-height: 41px;
    letter-spacing: -1px;
  }

  .form-intro {
    font-size: 16px;
    line-height: 25px;
  }

  .contact-form {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .form-submit {
    width: 100%;
    justify-self: stretch;
  }

  .thanks-screen {
    width: calc(100vw - 40px);
  }
}

@media (max-width: 390px) {
  .hero,
  .servicios,
  .enfoque,
  .experiencia,
  .contacto {
    padding-left: 18px;
    padding-right: 18px;
  }

  .hero-title { font-size: 46px; }
  .enfoque-title { font-size: 34px; }

  .sticky-nav { gap: 12px; }
  .sticky-nav-link { font-size: 11px; }

  .sticky-brand {
    width: 108px;
    flex-basis: 108px;
  }

  .sticky-brand img { width: 102px; }
}


/* v40: mobile cleanup, with desktop protected */
.mobile-company-strip,
.award-mobile {
  display: none;
}

.enfoque-list span {
  display: block;
  margin-bottom: 20px;
}

@media (max-width: 760px) {
  .viewport {
    height: auto !important;
    min-height: 0 !important;
  }

  .site {
    width: 100%;
    height: auto !important;
    transform: none !important;
  }

  .section {
    position: relative;
    width: 100%;
    height: auto;
    left: auto;
    top: auto;
  }

  /* Header: all five sections visible, but not absurdly compressed */
  .sticky-header {
    height: 76px;
    padding: 0 10px;
    gap: 8px;
    justify-content: flex-start;
    overflow: hidden;
  }

  .sticky-brand {
    width: 74px;
    height: 56px;
    flex: 0 0 74px;
  }

  .sticky-brand img {
    width: 70px;
    max-height: 52px;
    object-fit: contain;
  }

  .sticky-nav {
    flex: 1 1 auto;
    margin-left: 4px;
    display: flex;
    justify-content: flex-end;
    gap: 7px;
    min-width: 0;
  }

  .sticky-nav-link,
  .sticky-nav-link[href="#inicio"],
  .sticky-nav-link[href="#servicios"],
  .sticky-nav-link[href="#enfoque"],
  .sticky-nav-link[href="#experiencia"],
  .sticky-nav-link[href="#contacto"] {
    display: inline-block;
    font-size: 8.8px;
    line-height: 1;
    letter-spacing: 0;
    white-space: nowrap;
  }

  .site .main-nav,
  .lang-switch,
  .sticky-lang {
    display: none !important;
  }

  /* Clean mobile backgrounds: no old desktop boxes or side artifacts */
  .hero .bg,
  .servicios .bg,
  .enfoque .bg,
  .experiencia .bg,
  .contacto .bg {
    display: none !important;
  }

  .hero {
    padding: 104px 20px 58px;
    background:
      linear-gradient(112deg, rgba(243, 233, 210, .98) 0%, rgba(243, 233, 210, .94) 43%, rgba(12, 27, 58, .98) 76%, #050c20 100%);
  }

  .hero-kicker {
    white-space: nowrap;
    font-size: 10.2px;
    line-height: 15px;
    letter-spacing: .22px;
    color: var(--magenta-bright);
  }

  .hero-title {
    font-size: clamp(47px, 13.8vw, 64px);
    line-height: .94;
    letter-spacing: -2.2px;
  }

  .hero-copy {
    max-width: 35ch;
    color: #16213b;
    font-size: 16px;
    line-height: 25px;
    text-wrap: pretty;
  }

  .hero-cta {
    max-width: 310px;
  }

  .hero-video {
    background: linear-gradient(155deg, #07142f, #050c20);
    box-shadow: inset 0 0 0 1px rgba(243, 233, 210, .10);
  }

  .servicios {
    background: #050c20;
  }

  .service p {
    font-size: 15.5px;
    line-height: 23px;
    text-wrap: pretty;
  }

  /* Approach: remove broken image quotes, use clean textual quotation */
  .enfoque {
    background: #f3e9d2;
    padding: 60px 20px 60px;
  }

  .quote {
    display: none !important;
  }

  .enfoque-title {
    margin-top: 30px;
    padding: 0;
    font-size: clamp(36px, 10.3vw, 48px);
    line-height: 1.06;
  }

  .enfoque-title::before {
    content: "“";
    display: inline;
  }

  .enfoque-title::after {
    content: "”";
  }

  .enfoque-copy {
    margin-top: 34px;
    max-width: 35ch;
    font-size: 16px;
    line-height: 27px;
    text-wrap: pretty;
  }

  .enfoque-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px 12px;
    margin-top: 28px;
    font-size: 11px;
    line-height: 14px;
    letter-spacing: .28px;
  }

  .enfoque-list span {
    display: block;
    margin: 0;
  }

  .experiencia {
    background:
      radial-gradient(circle at 105% -4%, rgba(214, 59, 116, .18), transparent 28%),
      linear-gradient(180deg, #050c20 0%, #07142f 100%);
  }

  .formatos-list {
    text-wrap: balance;
  }

  .mobile-company-strip {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px 20px;
    align-items: center;
    margin: 30px 0 0;
  }

  .mobile-company-strip img {
    display: block;
    width: 100%;
    height: 34px;
    object-fit: contain;
    object-position: left center;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    filter: brightness(1.15) contrast(1.05);
  }

  .mobile-company-strip .logo-wide {
    grid-column: 1 / -1;
    width: 74%;
    height: 34px;
  }

  .contacto {
    background:
      radial-gradient(circle at 18% 0%, rgba(243, 233, 210, .13), transparent 31%),
      linear-gradient(180deg, #050c20 0%, #07142f 100%);
  }

  .contact-name {
    margin-left: 0;
  }

  .award-copy {
    display: none !important;
  }

  .award-mobile {
    position: relative;
    z-index: 3;
    display: grid;
    grid-template-columns: 34px 1fr 34px;
    gap: 10px;
    align-items: center;
    margin: 0;
    padding: 18px 14px;
    border: 1px solid rgba(243, 233, 210, .18);
    border-radius: 14px;
    background: rgba(7, 20, 47, .78);
    color: rgba(243, 233, 210, .88);
  }

  .award-mobile p {
    margin: 0;
    font-size: 15.5px;
    line-height: 24px;
    letter-spacing: .25px;
  }

  .award-mobile strong {
    font-weight: 700;
    color: var(--cream);
  }

  .award-mobile em {
    font-style: normal;
    color: var(--magenta-bright);
    font-weight: 700;
  }

  .award-mobile-laurel {
    display: block;
    color: var(--magenta-bright);
    height: 78px;
  }

  .award-mobile-laurel svg {
    display: block;
    width: 100%;
    height: 100%;
  }

  .back-to-top {
    right: 14px;
    bottom: 14px;
  }
}

@media (max-width: 390px) {
  .sticky-header {
    padding: 0 8px;
  }

  .sticky-brand {
    width: 66px;
    flex-basis: 66px;
  }

  .sticky-brand img {
    width: 62px;
  }

  .sticky-nav {
    gap: 5.5px;
  }

  .sticky-nav-link,
  .sticky-nav-link[href="#inicio"],
  .sticky-nav-link[href="#servicios"],
  .sticky-nav-link[href="#enfoque"],
  .sticky-nav-link[href="#experiencia"],
  .sticky-nav-link[href="#contacto"] {
    font-size: 7.8px;
  }

  .hero-kicker {
    font-size: 9.5px;
    letter-spacing: .1px;
  }

  .mobile-company-strip img {
    height: 30px;
  }

  .mobile-company-strip .logo-wide {
    width: 82%;
  }

  .enfoque-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}


/* v41 mobile polish: larger touch targets, larger logos, tighter laurels */
@media (max-width: 760px) {
  .sticky-header {
    height: 80px;
    padding: 0 10px;
    gap: 8px;
  }

  .sticky-brand {
    width: 72px;
    height: 58px;
    flex: 0 0 72px;
  }

  .sticky-brand img {
    width: 68px;
    max-height: 54px;
  }

  .sticky-nav {
    gap: 4px;
  }

  .sticky-nav-link,
  .sticky-nav-link[href="#inicio"],
  .sticky-nav-link[href="#servicios"],
  .sticky-nav-link[href="#enfoque"],
  .sticky-nav-link[href="#experiencia"],
  .sticky-nav-link[href="#contacto"] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 10px 4px;
    font-size: 8.8px;
    line-height: 1;
    white-space: nowrap;
    border-radius: 8px;
    -webkit-tap-highlight-color: rgba(255, 71, 126, .15);
  }

  .mobile-company-strip {
    gap: 18px 22px;
    margin-top: 26px;
  }

  .mobile-company-strip img {
    height: 42px;
    object-position: center;
  }

  .mobile-company-strip .logo-wide {
    width: 68%;
    height: 40px;
    justify-self: center;
  }

  .award-mobile {
    grid-template-columns: 22px minmax(0, 220px) 22px;
    justify-content: center;
    gap: 6px;
    padding: 16px 14px;
  }

  .award-mobile p {
    font-size: 15px;
    line-height: 23px;
  }

  .award-mobile-laurel {
    height: 64px;
  }
}

@media (max-width: 390px) {
  .sticky-header {
    height: 78px;
    padding: 0 8px;
  }

  .sticky-brand {
    width: 68px;
    height: 56px;
    flex-basis: 68px;
  }

  .sticky-brand img {
    width: 64px;
    max-height: 52px;
  }

  .sticky-nav {
    gap: 3px;
  }

  .sticky-nav-link,
  .sticky-nav-link[href="#inicio"],
  .sticky-nav-link[href="#servicios"],
  .sticky-nav-link[href="#enfoque"],
  .sticky-nav-link[href="#experiencia"],
  .sticky-nav-link[href="#contacto"] {
    min-height: 32px;
    padding: 9px 3px;
    font-size: 8px;
  }

  .mobile-company-strip img {
    height: 38px;
  }

  .mobile-company-strip .logo-wide {
    width: 72%;
    height: 36px;
  }

  .award-mobile {
    grid-template-columns: 18px minmax(0, 210px) 18px;
    gap: 4px;
    padding: 14px 12px;
  }

  .award-mobile p {
    font-size: 14px;
    line-height: 21px;
  }

  .award-mobile-laurel {
    height: 56px;
  }
}


/* v42: stronger visible mobile corrections */
@media (max-width: 760px) {
  /* Header: two-line nav, larger text and larger tap area */
  .sticky-header {
    height: 90px;
    padding: 0 10px;
    gap: 8px;
    align-items: center;
  }

  .sticky-brand {
    width: 74px;
    height: 62px;
    flex: 0 0 74px;
  }

  .sticky-brand img {
    width: 70px;
    max-height: 58px;
  }

  .sticky-nav {
    flex: 1 1 auto;
    display: grid;
    grid-template-columns: repeat(3, max-content);
    grid-auto-rows: 30px;
    align-content: center;
    justify-content: end;
    column-gap: 8px;
    row-gap: 2px;
    margin-left: 4px;
    min-width: 0;
  }

  .sticky-nav-link,
  .sticky-nav-link[href="#inicio"],
  .sticky-nav-link[href="#servicios"],
  .sticky-nav-link[href="#enfoque"],
  .sticky-nav-link[href="#experiencia"],
  .sticky-nav-link[href="#contacto"] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 30px;
    padding: 8px 2px;
    font-size: 10.2px;
    line-height: 1;
    letter-spacing: .12px;
    white-space: nowrap;
    border-radius: 8px;
  }

  .hero {
    padding-top: 118px;
  }

  /* Company logos: visibly larger, no boxes */
  .mobile-company-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px 24px;
    margin-top: 34px;
    margin-bottom: 4px;
  }

  .mobile-company-strip img {
    width: 100%;
    height: 62px;
    object-fit: contain;
    object-position: center;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    filter: brightness(1.22) contrast(1.08);
  }

  .mobile-company-strip .logo-wide {
    grid-column: 1 / -1;
    width: 78%;
    height: 56px;
    justify-self: center;
  }

  /* Laurels: bring them closer to the text */
  .award-mobile {
    grid-template-columns: 20px minmax(0, 178px) 20px;
    justify-content: center;
    gap: 3px;
    padding: 16px 12px;
  }

  .award-mobile p {
    font-size: 14.5px;
    line-height: 22px;
    text-align: left;
  }

  .award-mobile-laurel {
    height: 58px;
  }
}

@media (max-width: 390px) {
  .sticky-header {
    height: 88px;
    padding: 0 8px;
  }

  .sticky-brand {
    width: 66px;
    height: 58px;
    flex-basis: 66px;
  }

  .sticky-brand img {
    width: 62px;
    max-height: 54px;
  }

  .sticky-nav {
    grid-template-columns: repeat(3, max-content);
    column-gap: 6px;
    row-gap: 2px;
  }

  .sticky-nav-link,
  .sticky-nav-link[href="#inicio"],
  .sticky-nav-link[href="#servicios"],
  .sticky-nav-link[href="#enfoque"],
  .sticky-nav-link[href="#experiencia"],
  .sticky-nav-link[href="#contacto"] {
    min-height: 29px;
    padding: 8px 1px;
    font-size: 9.2px;
    letter-spacing: 0;
  }

  .hero {
    padding-top: 114px;
  }

  .mobile-company-strip {
    gap: 20px 20px;
  }

  .mobile-company-strip img {
    height: 56px;
  }

  .mobile-company-strip .logo-wide {
    width: 84%;
    height: 50px;
  }

  .award-mobile {
    grid-template-columns: 18px minmax(0, 168px) 18px;
    gap: 2px;
    padding: 15px 10px;
  }

  .award-mobile p {
    font-size: 14px;
    line-height: 21px;
  }

  .award-mobile-laurel {
    height: 52px;
  }
}

/* v43: mobile refinement — one-line header, balanced logo grid, centered laurels */
@media (max-width: 760px) {
  /* Header: back to a single line, keep all sections visible, enlarge tap area without blowing up the layout */
  .sticky-header {
    height: 78px;
    padding: 0 8px;
    gap: 8px;
    align-items: center;
    justify-content: flex-start;
    overflow: hidden;
  }

  .sticky-brand {
    width: 60px;
    height: 52px;
    flex: 0 0 60px;
  }

  .sticky-brand img {
    width: 56px;
    max-height: 48px;
  }

  .sticky-nav {
    display: flex;
    flex: 1 1 auto;
    align-items: center;
    justify-content: flex-end;
    gap: 0;
    margin-left: 4px;
    min-width: 0;
  }

  .sticky-nav-link,
  .sticky-nav-link[href="#inicio"],
  .sticky-nav-link[href="#servicios"],
  .sticky-nav-link[href="#enfoque"],
  .sticky-nav-link[href="#experiencia"],
  .sticky-nav-link[href="#contacto"] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 12px 3px;
    font-size: 8.4px;
    line-height: 1;
    letter-spacing: 0;
    white-space: nowrap;
    border-radius: 8px;
    -webkit-tap-highlight-color: rgba(255, 71, 126, .15);
  }

  .hero {
    padding-top: 106px;
  }

  /* Logos: larger than the old tiny version, but in a clean system so they don't break the section */
  .mobile-company-strip {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 18px;
    align-items: center;
    justify-items: center;
    margin: 28px auto 0;
    max-width: 320px;
  }

  .mobile-company-strip img {
    display: block;
    width: 100%;
    max-width: 116px;
    height: 38px;
    object-fit: contain;
    object-position: center;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    filter: brightness(1.18) contrast(1.06);
  }

  .mobile-company-strip .logo-wide {
    grid-column: 1 / -1;
    width: 62%;
    max-width: 150px;
    height: 28px;
    justify-self: center;
  }

  /* Award laurels: keep the institutional look, but bring them closer and center the composition */
  .award-mobile {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 18px 14px;
  }

  .award-mobile p {
    flex: 0 1 185px;
    margin: 0;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: .2px;
    text-align: center;
  }

  .award-mobile-laurel {
    flex: 0 0 24px;
    height: 68px;
  }
}

@media (max-width: 390px) {
  .sticky-header {
    height: 76px;
    padding: 0 6px;
    gap: 6px;
  }

  .sticky-brand {
    width: 56px;
    height: 50px;
    flex-basis: 56px;
  }

  .sticky-brand img {
    width: 52px;
    max-height: 46px;
  }

  .sticky-nav {
    margin-left: 2px;
  }

  .sticky-nav-link,
  .sticky-nav-link[href="#inicio"],
  .sticky-nav-link[href="#servicios"],
  .sticky-nav-link[href="#enfoque"],
  .sticky-nav-link[href="#experiencia"],
  .sticky-nav-link[href="#contacto"] {
    min-height: 38px;
    padding: 11px 2px;
    font-size: 7.8px;
  }

  .hero {
    padding-top: 102px;
  }

  .mobile-company-strip {
    gap: 16px 14px;
    max-width: 280px;
  }

  .mobile-company-strip img {
    max-width: 100px;
    height: 34px;
  }

  .mobile-company-strip .logo-wide {
    width: 66%;
    max-width: 136px;
    height: 24px;
  }

  .award-mobile {
    gap: 6px;
    padding: 16px 12px;
  }

  .award-mobile p {
    flex-basis: 170px;
    font-size: 13.5px;
    line-height: 20px;
  }

  .award-mobile-laurel {
    flex-basis: 20px;
    height: 60px;
  }
}


/* v44: correct the three actual mobile issues without breaking the section structure */
@media (max-width: 760px) {
  /* HEADER
     Five links do not work on a 360–390px phone. Keep the useful three and make them visibly tappable. */
  .sticky-header {
    height: 76px;
    padding: 0 12px;
    gap: 10px;
    align-items: center;
    justify-content: flex-start;
    overflow: hidden;
  }

  .sticky-brand {
    width: 76px;
    height: 58px;
    flex: 0 0 76px;
  }

  .sticky-brand img {
    width: 72px;
    max-height: 54px;
  }

  .sticky-nav {
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    margin-left: 4px;
    min-width: 0;
  }

  .sticky-nav-link[href="#enfoque"],
  .sticky-nav-link[href="#experiencia"] {
    display: none !important;
  }

  .sticky-nav-link,
  .sticky-nav-link[href="#inicio"],
  .sticky-nav-link[href="#servicios"],
  .sticky-nav-link[href="#contacto"] {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 13px 7px;
    font-size: 10.6px;
    line-height: 1;
    letter-spacing: .12px;
    white-space: nowrap;
    border-radius: 8px;
    -webkit-tap-highlight-color: rgba(255, 71, 126, .18);
  }

  .hero {
    padding-top: 104px;
  }

  /* EXPERIENCE LOGOS
     Larger than v43, smaller than v42, no pseudo-buttons, no huge empty gaps. */
  .mobile-company-strip {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-items: center;
    align-items: center;
    gap: 14px 18px;
    width: 100%;
    max-width: 320px;
    margin: 24px auto 0;
  }

  .mobile-company-strip img {
    display: block;
    width: auto;
    max-width: 124px;
    height: 46px;
    object-fit: contain;
    object-position: center;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    filter: brightness(1.28) contrast(1.10);
  }

  .mobile-company-strip .logo-wide {
    grid-column: 1 / -1;
    width: auto;
    max-width: 150px;
    height: 34px;
    justify-self: center;
  }

  /* FINAL FICPBA CARD
     Laurels closer, centered, and proportional. */
  .award-mobile {
    display: grid !important;
    grid-template-columns: 28px minmax(0, 180px) 28px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    padding: 17px 12px;
    text-align: center;
  }

  .award-mobile p {
    margin: 0;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: .15px;
    text-align: center;
  }

  .award-mobile-laurel {
    width: 28px;
    height: 64px;
    display: block;
    color: var(--magenta-bright);
  }

  .award-mobile-laurel svg {
    display: block;
    width: 100%;
    height: 100%;
  }
}

@media (max-width: 390px) {
  .sticky-header {
    height: 74px;
    padding: 0 10px;
    gap: 8px;
  }

  .sticky-brand {
    width: 68px;
    height: 54px;
    flex-basis: 68px;
  }

  .sticky-brand img {
    width: 64px;
    max-height: 50px;
  }

  .sticky-nav {
    gap: 6px;
  }

  .sticky-nav-link,
  .sticky-nav-link[href="#inicio"],
  .sticky-nav-link[href="#servicios"],
  .sticky-nav-link[href="#contacto"] {
    min-height: 40px;
    padding: 12px 5px;
    font-size: 10px;
  }

  .hero {
    padding-top: 100px;
  }

  .mobile-company-strip {
    max-width: 286px;
    gap: 12px 16px;
  }

  .mobile-company-strip img {
    max-width: 112px;
    height: 42px;
  }

  .mobile-company-strip .logo-wide {
    max-width: 136px;
    height: 30px;
  }

  .award-mobile {
    grid-template-columns: 24px minmax(0, 168px) 24px;
    gap: 3px;
    padding: 16px 10px;
  }

  .award-mobile p {
    font-size: 13.5px;
    line-height: 20px;
  }

  .award-mobile-laurel {
    width: 24px;
    height: 58px;
  }
}

/* v46 SEO: accessible hidden summary */
.seo-summary {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  clip: rect(1px, 1px, 1px, 1px);
}
