@font-face {
  font-family: "PP Neue Montreal";
  src: url("/assets/fonts/pp-neue-montreal/ppneuemontreal-book.woff") format("woff");
  font-weight: 400;
  font-display: swap;
}

/* Final cinematic direction pass: hero video, Beiz glass nav and clean interaction states. */
.site-header {
  position: fixed !important;
  top: clamp(12px, 1.5vw, 22px) !important;
  left: 50% !important;
  transform: translateX(-50%) translateZ(0) !important;
  width: min(calc(100% - 32px), 1840px) !important;
  background: rgba(246, 251, 252, .54) !important;
  border: 1px solid rgba(246, 251, 252, .55) !important;
  box-shadow: 0 26px 82px rgba(2, 9, 20, .16), inset 0 1px 0 rgba(255,255,255,.72) !important;
  backdrop-filter: blur(26px) saturate(1.45) contrast(1.04) !important;
  -webkit-backdrop-filter: blur(26px) saturate(1.45) contrast(1.04) !important;
  isolation: isolate !important;
}

.site-header::after {
  backdrop-filter: blur(2px) !important;
  -webkit-backdrop-filter: blur(2px) !important;
}

.desktop-nav a[href="#contacto"],
.desktop-nav a[href="/#contacto"],
.mobile-menu a[href="#contacto"],
.mobile-menu a[href="/#contacto"] {
  color: var(--white) !important;
  background: var(--navy) !important;
  border-radius: 8px !important;
  padding: 12px 17px !important;
}

.desktop-nav a[href="#contacto"]:hover,
.desktop-nav a[href="/#contacto"]:hover,
.desktop-nav a[href="#contacto"]:focus-visible,
.desktop-nav a[href="/#contacto"]:focus-visible {
  color: var(--ink) !important;
  background: var(--turquoise) !important;
}

.hero {
  min-height: 100svh !important;
  height: 100svh !important;
  padding: clamp(88px, 8vw, 126px) clamp(22px, 3.2vw, 56px) clamp(30px, 4.8vw, 72px) !important;
  display: flex !important;
  align-items: flex-end !important;
  background: var(--midnight) url("/assets/herobeiz.jpg") center / cover no-repeat !important;
}

.hero-video {
  object-position: center center !important;
}

.hero-copy {
  max-width: 680px !important;
  align-self: flex-end !important;
  margin: 0 !important;
  padding-bottom: 0 !important;
}

.hero-copy h1 {
  max-width: 680px !important;
  font-size: clamp(28px, 3.35vw, 62px) !important;
  line-height: .94 !important;
}

.hero-copy .lead {
  font-size: clamp(16px, 1.2vw, 22px) !important;
  line-height: 1.45 !important;
}

.hero-scroll-cue {
  margin-top: clamp(24px, 3vw, 38px) !important;
}

.story-reveal {
  margin-top: 0 !important;
}

.story-line {
  max-width: 1180px !important;
  font-size: clamp(27px, 4vw, 70px) !important;
}

.story-cursor {
  background: var(--navy) !important;
  box-shadow: 0 0 0 1px rgba(0, 168, 189, .16), 0 10px 28px rgba(0, 168, 189, .18) !important;
}

.brand-marquee {
  padding-block: clamp(48px, 6vw, 88px) !important;
}

.logo-track {
  gap: clamp(34px, 4.2vw, 60px) !important;
}

.logo-word {
  min-width: clamp(92px, 8vw, 132px) !important;
  height: 48px !important;
}

.logo-word img {
  max-height: 34px !important;
  max-width: 128px !important;
}

.talent-board {
  grid-template-columns: 0 minmax(0, 1fr) !important;
}

.talent-board:has(.talent-row:hover),
.talent-board:has(.talent-row:focus-visible) {
  grid-template-columns: minmax(280px, .38fr) minmax(0, 1fr) !important;
}

.talent-list .talent-row {
  opacity: .3 !important;
  filter: blur(1.45px) !important;
}

.talent-list .talent-row.is-active:not(:hover):not(:focus-visible) {
  opacity: .3 !important;
  filter: blur(1.45px) !important;
}

.talent-list .talent-row:hover,
.talent-list .talent-row:focus-visible,
.talent-list .talent-row.is-active:hover {
  opacity: 1 !important;
  filter: none !important;
}

.talent-list .talent-row:not(:hover):not(:focus-visible)::before {
  opacity: 0 !important;
  transform: scaleX(0) !important;
}

.talent-preview {
  border: 0 !important;
  box-shadow: 0 30px 86px rgba(2, 9, 20, .16) !important;
}

.talent-row strong,
.campaign-feature h3,
.creator-name-pill,
.catalog-item span {
  line-height: .92 !important;
}

.verified-mark,
.profile-title h1::after {
  width: .48em !important;
  height: .48em !important;
  min-width: 10px !important;
  min-height: 10px !important;
  flex: 0 0 auto !important;
  margin-left: .1em !important;
}

.talent-row .verified-mark {
  width: .46em !important;
  height: .46em !important;
  min-width: 12px !important;
  min-height: 12px !important;
}

.btn::before,
.filter::before {
  inset: -8px -64px !important;
  clip-path: polygon(24px 0, 100% 0, calc(100% - 24px) 100%, 0 100%) !important;
  background: linear-gradient(100deg, #00c4aa, #21dea6) !important;
}

.btn:hover,
.btn:focus-visible,
.btn-primary:hover,
.btn-primary:focus-visible {
  color: var(--ink) !important;
  border-color: #13d6a6 !important;
  box-shadow: inset 0 0 0 999px rgba(19, 214, 166, .98), 0 20px 42px rgba(0, 187, 168, .18) !important;
}

.contact-form .btn {
  clip-path: none !important;
  border-radius: 10px !important;
}

.production::after {
  content: "" !important;
  right: max(24px, 4vw) !important;
  top: 18% !important;
  width: min(34vw, 520px) !important;
  opacity: .052 !important;
  background: url("/assets/beiz-logo.svg") center / contain no-repeat !important;
}

.production-orbit {
  overflow: hidden !important;
}

.production-orbit .production-controls {
  width: min(430px, 34vw) !important;
  left: 50% !important;
  right: auto !important;
  top: 50% !important;
  transform: translate(-50%, -50%) !important;
  padding-inline: 10px !important;
}

.production-orbit .production-controls button {
  width: 42px !important;
  height: 42px !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, .78) !important;
}

.production-orbit .kit-item {
  border: 0 !important;
}

.production-orbit .kit-item::before {
  inset: 18px 18px 158px !important;
  border-radius: 12px !important;
}

.production-orbit .kit-item [data-icon] {
  margin-top: 26px !important;
}

.service-item strong {
  overflow: visible !important;
}

.service-item strong::before,
.service-item strong::after {
  content: none !important;
  display: none !important;
}

.service-item strong span {
  display: inline-block !important;
  color: var(--white) !important;
  background: none !important;
  -webkit-text-fill-color: currentColor !important;
  transform: translateX(0) !important;
  transition: transform 260ms cubic-bezier(.16, 1, .3, 1), color 220ms ease, letter-spacing 220ms ease !important;
}

.service-item:hover strong span,
.service-item:focus-visible strong span,
.service-item.is-open strong span {
  transform: translateX(12px) !important;
  color: #b9fff2 !important;
  letter-spacing: .01em !important;
}

.catalog-hero::before,
.blog-hero::before,
.about-hero::before {
  height: clamp(132px, 14vw, 220px) !important;
  top: clamp(112px, 9vw, 148px) !important;
}

.catalog-hero::after,
.blog-hero::after,
.about-hero::after {
  height: clamp(132px, 14vw, 220px) !important;
  top: clamp(112px, 9vw, 148px) !important;
}

@media (max-width: 760px) {
  .site-header {
    width: calc(100% - 20px) !important;
    top: 10px !important;
  }

  .hero {
    min-height: 100svh !important;
    height: 100svh !important;
    padding: 88px 18px 30px !important;
  }

  .hero-copy h1 {
    font-size: clamp(30px, 9vw, 48px) !important;
  }

  .story-line {
    min-height: 470px !important;
    font-size: clamp(24px, 7.2vw, 38px) !important;
  }

  .talent-list .talent-row,
  .talent-list:hover .talent-row {
    opacity: 1 !important;
    filter: none !important;
  }

  .production-orbit .production-controls {
    display: none !important;
  }

  .logo-word {
    min-width: 96px !important;
  }
}

/* Stabilization pass: keep the approved direction while preventing older overrides from leaking back in. */
html body .site-header {
  background: rgba(246, 251, 252, .78) !important;
  border-color: rgba(5, 44, 84, .08) !important;
  color: var(--navy) !important;
  box-shadow: 0 24px 90px rgba(2, 9, 20, .10), inset 0 1px 0 rgba(255, 255, 255, .86) !important;
  backdrop-filter: blur(28px) saturate(1.16) contrast(1.03) !important;
  -webkit-backdrop-filter: blur(28px) saturate(1.16) contrast(1.03) !important;
}

html body .site-header:not(.is-over-hero) .brand img {
  filter: none !important;
}

html body .site-header:not(.is-over-hero) .desktop-nav a,
html body .site-header:not(.is-over-hero) .mobile-menu a {
  color: var(--navy) !important;
  text-shadow: none !important;
}

html body .site-header .desktop-nav a::after,
html body .site-header .desktop-nav a:hover::after,
html body .site-header .desktop-nav a:focus-visible::after,
html body .site-header .desktop-nav a.is-current::after {
  content: none !important;
  display: none !important;
}

html body .site-header.is-over-hero,
html body .site-header.is-over-hero.is-scrolled {
  background: rgba(2, 9, 20, .42) !important;
  border-color: rgba(246, 251, 252, .16) !important;
  box-shadow: 0 22px 82px rgba(0, 0, 0, .18), inset 0 1px 0 rgba(255, 255, 255, .12) !important;
}

html body .site-header.is-over-hero .desktop-nav a {
  color: rgba(246, 251, 252, .92) !important;
}

html body .site-header .desktop-nav a:hover,
html body .site-header .desktop-nav a:focus-visible,
html body .site-header .desktop-nav a.is-current {
  color: var(--blue) !important;
  transform: translateY(-1px) !important;
}

html body .site-header.is-over-hero .desktop-nav a:hover,
html body .site-header.is-over-hero .desktop-nav a:focus-visible,
html body .site-header.is-over-hero .desktop-nav a.is-current {
  color: var(--turquoise) !important;
}

html body .story-reveal {
  min-height: 520svh !important;
}

html body .story-sticky {
  background: transparent !important;
}

html body .story-line {
  letter-spacing: .01em !important;
}

html body .story-line span {
  animation-duration: .72s !important;
}

html body .story-cursor {
  opacity: var(--content-progress, 0) !important;
  width: clamp(20px, 2vw, 32px) !important;
  height: clamp(9px, .86vw, 15px) !important;
  background: var(--navy) !important;
  animation: storyBlink .82s steps(1) infinite !important;
}

html body .story-reveal.is-complete .story-cursor {
  opacity: 0 !important;
}

html body .story-final {
  top: 50% !important;
  left: 50% !important;
  bottom: auto !important;
  display: inline-flex !important;
  align-items: baseline !important;
  justify-content: center !important;
  gap: .12em !important;
  white-space: nowrap !important;
  transform-origin: 50% 52% !important;
  animation: finalWordImpact .86s cubic-bezier(.16, 1, .3, 1) both !important;
}

html body .story-beiz-word {
  display: inline-flex !important;
  align-items: baseline !important;
  gap: 0 !important;
}

html body .story-zoom-mark {
  width: .82em !important;
  height: .82em !important;
  transform: translateY(.075em) !important;
  transform-origin: 50% 50% !important;
  filter: none !important;
}

html body .story-final-dot {
  width: .25em !important;
  height: .13em !important;
  margin-left: .08em !important;
  margin-bottom: .14em !important;
  background: var(--navy) !important;
  opacity: .9 !important;
  clip-path: polygon(18% 0, 100% 0, 82% 100%, 0 100%) !important;
  animation: storyBlink .82s steps(1) infinite !important;
}

html body .story-reveal.is-zooming .story-sticky {
  filter: blur(calc(var(--zoom-progress, 0) * 12px)) !important;
  opacity: calc(1 - var(--zoom-progress, 0) * .94) !important;
}

html body .brand-marquee {
  position: relative !important;
  z-index: 5 !important;
  margin-top: 0 !important;
  background: #f7f8f5 !important;
  transform: none !important;
}

html body .logo-word {
  min-width: clamp(112px, 9vw, 156px) !important;
  height: 54px !important;
}

html body .logo-word img {
  max-width: 148px !important;
  max-height: 36px !important;
}

html body .talent-preview {
  pointer-events: none !important;
  opacity: 0 !important;
}

html body .talent-board.is-previewing {
  grid-template-columns: minmax(0, 1fr) minmax(280px, .36fr) !important;
  gap: clamp(28px, 4vw, 70px) !important;
}

html body .talent-list {
  order: 1 !important;
}

html body .talent-preview {
  order: 2 !important;
}

html body .talent-board.is-previewing .talent-preview {
  opacity: 1 !important;
  transform: none !important;
  clip-path: inset(0 round 12px) !important;
}

html body .talent-board.is-previewing .talent-preview img,
html body .talent-card img,
html body .catalog-item img,
html body .creator-photo,
html body .profile-portrait img {
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
}

html body .talent-list .talent-row.is-touch-active {
  opacity: 1 !important;
  filter: none !important;
}

html body .service-item em {
  display: block !important;
  max-height: 0 !important;
  opacity: 0 !important;
  overflow: hidden !important;
  transform: translateY(-6px) !important;
  transition: max-height .34s ease, opacity .28s ease, transform .28s ease, margin-top .28s ease !important;
  margin-top: 0 !important;
}

html body .service-item:hover em,
html body .service-item:focus-visible em,
html body .service-item.is-open em {
  max-height: 88px !important;
  opacity: .72 !important;
  transform: none !important;
  margin-top: 14px !important;
}

html body .service-item strong::before,
html body .service-item strong::after,
html body .service-item strong span::before,
html body .service-item strong span::after {
  display: none !important;
  content: none !important;
}

html body .service-item:hover strong span,
html body .service-item:focus-visible strong span,
html body .service-item.is-open strong span {
  color: var(--turquoise) !important;
  transform: translateX(10px) !important;
}

html body .back-link-static {
  margin: clamp(92px, 7vw, 118px) var(--gutter) 12px !important;
}

html body .catalog-hero,
html body .blog-hero,
html body .about-hero {
  padding-top: clamp(178px, 14vw, 224px) !important;
  padding-bottom: clamp(38px, 4vw, 66px) !important;
}

html body .catalog-hero::before,
html body .blog-hero::before,
html body .about-hero::before,
html body .catalog-hero::after,
html body .blog-hero::after,
html body .about-hero::after {
  top: clamp(112px, 8.2vw, 138px) !important;
  height: clamp(104px, 9vw, 150px) !important;
}

html body .profile-main {
  padding-top: clamp(86px, 6vw, 118px) !important;
}

html body .profile-hero {
  min-height: auto !important;
  align-items: center !important;
  grid-template-columns: minmax(0, .95fr) minmax(340px, .86fr) !important;
  padding-top: clamp(28px, 4vw, 58px) !important;
  padding-bottom: clamp(48px, 5vw, 80px) !important;
}

html body .profile-title {
  align-self: center !important;
  padding-top: 0 !important;
}

@keyframes finalWordImpact {
  0% { letter-spacing: .12em; filter: blur(8px); }
  100% { letter-spacing: .01em; filter: blur(0); }
}

@media (max-width: 760px) {
  html body .story-reveal {
    min-height: 520svh !important;
  }

  html body .talent-board,
  html body .talent-board.is-previewing {
    display: block !important;
  }

  html body .talent-board .talent-preview {
    display: none !important;
  }

  html body .talent-list .talent-row {
    grid-template-columns: 0 minmax(0, 1fr) !important;
    column-gap: 0 !important;
  }

  html body .talent-list .talent-row.is-touch-active {
    grid-template-columns: 58px minmax(0, 1fr) !important;
    column-gap: 12px !important;
    transform: translateX(8px) !important;
  }

  html body .talent-list .talent-row:hover:not(.is-touch-active),
  html body .talent-list .talent-row:active:not(.is-touch-active) {
    grid-template-columns: 0 minmax(0, 1fr) !important;
    transform: none !important;
  }

  html body .talent-more.btn-small {
    width: max-content !important;
    min-width: 154px !important;
    max-width: calc(100vw - 44px) !important;
    padding: 15px 24px !important;
    transform: none !important;
  }

  html body .back-link-static {
    margin: 88px 18px 12px !important;
  }

  html body .catalog-hero,
  html body .blog-hero,
  html body .about-hero {
    padding-top: 162px !important;
  }

  html body .catalog-hero::before,
  html body .blog-hero::before,
  html body .about-hero::before,
  html body .catalog-hero::after,
  html body .blog-hero::after,
  html body .about-hero::after {
    top: 112px !important;
    height: 82px !important;
  }

  html body .profile-hero {
    display: block !important;
    padding-top: 24px !important;
  }
}

/* Hard lock for hero-nav contrast after video asset swap. */
html body header.site-header.is-over-hero,
html body header.site-header.is-over-hero.is-scrolled {
  background: rgba(2, 9, 20, .72) !important;
  background-color: rgba(2, 9, 20, .72) !important;
  background-image: linear-gradient(105deg, rgba(2, 9, 20, .72), rgba(3, 24, 47, .62)) !important;
  border-color: rgba(246, 251, 252, .18) !important;
}

@media (max-width: 760px) {
  html body header.site-header.is-over-hero,
  html body header.site-header.is-over-hero.is-scrolled {
    background: rgba(2, 9, 20, .74) !important;
    background-color: rgba(2, 9, 20, .74) !important;
    background-image: linear-gradient(105deg, rgba(2, 9, 20, .74), rgba(3, 24, 47, .64)) !important;
  }
}

/* Current request lock: video hero, mobile talent touch state, page bands and story zoom. */
@font-face {
  font-family: "Druk Wide Beiz";
  src: url("/assets/fonts/druk-accented/DrukWideBold.ttf") format("truetype");
  font-weight: 600 900;
  font-display: swap;
}

html body .site-header {
  transition:
    background 320ms ease,
    border-color 320ms ease,
    box-shadow 320ms ease,
    backdrop-filter 320ms ease,
    -webkit-backdrop-filter 320ms ease !important;
}

html body .site-header.is-over-hero {
  background: rgba(2, 9, 20, .58) !important;
  border-color: rgba(246, 251, 252, .18) !important;
  box-shadow: 0 24px 82px rgba(0, 0, 0, .32), inset 0 1px 0 rgba(255,255,255,.16) !important;
  backdrop-filter: blur(26px) saturate(1.28) contrast(1.08) !important;
  -webkit-backdrop-filter: blur(26px) saturate(1.28) contrast(1.08) !important;
}

html body .site-header.is-over-hero .brand img {
  filter: brightness(0) invert(1) !important;
}

html body .site-header.is-over-hero .desktop-nav a {
  color: rgba(246, 251, 252, .88) !important;
  text-shadow: 0 1.32em rgba(53, 242, 178, .92) !important;
}

html body .site-header.is-over-hero .desktop-nav a::before {
  background: rgba(246, 251, 252, .42) !important;
}

html body .site-header.is-over-hero .desktop-nav a.is-current::before,
html body .site-header.is-over-hero .desktop-nav a:hover::before,
html body .site-header.is-over-hero .desktop-nav a:focus-visible::before {
  background: var(--turquoise) !important;
}

html body .site-header.is-over-hero .desktop-nav a[href="#contacto"],
html body .site-header.is-over-hero .desktop-nav a[href="/#contacto"] {
  background: rgba(5, 44, 84, .92) !important;
  color: var(--white) !important;
}

html body .site-header.is-over-hero .menu-button span {
  background: var(--white) !important;
}

html body .hero {
  padding: clamp(96px, 9vw, 132px) clamp(22px, 3.2vw, 56px) clamp(36px, 5vw, 78px) !important;
}

html body .hero-bg,
html body .hero-video {
  object-position: center center !important;
}

html body .hero-copy {
  max-width: min(720px, 92vw) !important;
  padding-bottom: 0 !important;
}

html body .hero-copy h1 {
  max-width: 760px !important;
  font-size: clamp(26px, 3.05vw, 56px) !important;
  line-height: .9 !important;
}

html body .hero-copy h1 span {
  display: block !important;
}

html body .hero-copy .lead {
  max-width: 610px !important;
}

html body .story-reveal {
  margin-top: -22svh !important;
  min-height: 520svh !important;
  background: linear-gradient(180deg, rgba(247,248,245,0) 0, #f7f8f5 18svh, #f7f8f5 100%) !important;
  position: relative !important;
  z-index: 4 !important;
}

html body .story-sticky {
  background: transparent !important;
}

html body .story-line {
  min-height: clamp(160px, 21vw, 290px) !important;
  font-size: clamp(22px, 2.7vw, 48px) !important;
  transition: opacity 320ms ease, filter 320ms ease, transform 320ms ease !important;
}

html body .story-reveal.is-complete .story-line {
  opacity: 0 !important;
  filter: blur(18px) !important;
  transform: translateY(-22px) scale(.98) !important;
}

html body .story-cursor {
  opacity: calc(1 - var(--final-progress, 0)) !important;
}

html body .story-final {
  bottom: auto !important;
  top: 50% !important;
  white-space: nowrap !important;
  color: var(--navy) !important;
  font-size: clamp(34px, 6vw, 112px) !important;
  filter: blur(calc(var(--zoom-progress, 0) * 10px)) !important;
}

html body .story-zoom-o {
  display: inline-block !important;
  transform-origin: 50% 52% !important;
  transform: scale(calc(1 + var(--zoom-progress, 0) * 23)) !important;
  filter: blur(calc(var(--zoom-progress, 0) * 5px)) !important;
  opacity: calc(1 - var(--zoom-progress, 0) * .26) !important;
}

html body .story-final-dot {
  display: inline-block !important;
  width: .34em !important;
  height: .18em !important;
  margin-left: .09em !important;
  background: var(--navy) !important;
  clip-path: polygon(18% 0, 100% 0, 82% 100%, 0 100%) !important;
  transform: translateY(-.08em) !important;
  animation: storyBlink .92s steps(1) infinite !important;
}

html body .brand-marquee .section-index {
  margin-bottom: clamp(30px, 4vw, 58px) !important;
  color: var(--blue) !important;
  -webkit-text-fill-color: var(--blue) !important;
}

html body .logo-word {
  min-width: clamp(80px, 7vw, 116px) !important;
  height: 42px !important;
}

html body .logo-word img {
  max-height: 28px !important;
  max-width: 112px !important;
}

html body .talent-board:not(.is-previewing) {
  grid-template-columns: 0 minmax(0, 1fr) !important;
  gap: 0 !important;
}

html body .talent-board:not(.is-previewing) .talent-preview {
  width: 0 !important;
  min-width: 0 !important;
  max-width: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

html body .talent-preview,
html body .talent-preview img,
html body .catalog-item img,
html body .creator-mini-card img,
html body .profile-portrait img,
html body .campaign-feature img,
html body .kit-item::before {
  outline: 0 !important;
  border-color: transparent !important;
}

html body .production-orbit .kit-item:nth-of-type(1) { --kit-image: url("/assets/production/productora-fotografia.png") !important; }
html body .production-orbit .kit-item:nth-of-type(2) { --kit-image: url("/assets/production/productora-video.png") !important; }
html body .production-orbit .kit-item:nth-of-type(3) { --kit-image: url("/assets/production/productora-spot.png") !important; }
html body .production-orbit .kit-item:nth-of-type(4) { --kit-image: url("/assets/production/productora-matchday.png") !important; }
html body .production-orbit .kit-item:nth-of-type(5) { --kit-image: url("/assets/production/productora-podcast.png") !important; }

html body .catalog-main .catalog-hero { --page-band-image: url("/assets/banners/banner-talentos.png") !important; }
html body .campaign-index .catalog-hero { --page-band-image: url("/assets/banners/banner-campanas.png") !important; }
html body .about-hero { --page-band-image: url("/assets/banners/banner-nosotros.png") !important; }
html body .blog-hero { --page-band-image: url("/assets/banners/banner-blog.png") !important; }

html body .catalog-hero,
html body .blog-hero,
html body .about-hero {
  padding-top: clamp(190px, 17vw, 250px) !important;
}

html body .catalog-hero::before,
html body .blog-hero::before,
html body .about-hero::before,
html body .catalog-hero::after,
html body .blog-hero::after,
html body .about-hero::after {
  top: clamp(88px, 7vw, 116px) !important;
  height: clamp(120px, 11vw, 174px) !important;
}

@media (max-width: 760px) {
  html body .site-header.is-over-hero {
    background: rgba(2, 9, 20, .52) !important;
  }

  html body .hero {
    padding: 86px 18px 30px !important;
  }

  html body .hero-bg,
  html body .hero-video {
    object-position: center 42% !important;
  }

  html body .hero-copy h1 {
    font-size: clamp(27px, 8vw, 42px) !important;
  }

  html body .hero-copy .lead {
    font-size: 16px !important;
    line-height: 1.42 !important;
  }

  html body .story-reveal {
    margin-top: -16svh !important;
    min-height: 500svh !important;
  }

  html body .story-line {
    min-height: 260px !important;
    font-size: clamp(21px, 6.2vw, 31px) !important;
  }

  html body .story-final {
    font-size: clamp(34px, 11vw, 54px) !important;
  }

  html body .talent-list .talent-row,
  html body .talent-list:hover .talent-row {
    opacity: .34 !important;
    filter: blur(1.35px) !important;
    display: grid !important;
    grid-template-columns: 0 minmax(0, 1fr) !important;
    column-gap: 0 !important;
    transition: grid-template-columns 260ms cubic-bezier(.16, 1, .3, 1), column-gap 260ms cubic-bezier(.16, 1, .3, 1), transform 260ms cubic-bezier(.16, 1, .3, 1), opacity 220ms ease, filter 220ms ease !important;
  }

  html body .talent-list .talent-row::after {
    content: "" !important;
    grid-column: 1 !important;
    grid-row: 1 / span 2 !important;
    align-self: center !important;
    width: 0 !important;
    height: 0 !important;
    border-radius: 10px !important;
    background: var(--talent-thumb) center / cover no-repeat !important;
    opacity: 0 !important;
    transform: scale(.9) !important;
    transition: width 260ms cubic-bezier(.16, 1, .3, 1), height 260ms cubic-bezier(.16, 1, .3, 1), opacity 220ms ease, transform 260ms cubic-bezier(.16, 1, .3, 1) !important;
  }

  html body .talent-list .talent-row:hover,
  html body .talent-list .talent-row:focus-visible,
  html body .talent-list .talent-row:active {
    grid-template-columns: 58px minmax(0, 1fr) !important;
    column-gap: 12px !important;
    opacity: 1 !important;
    filter: none !important;
    transform: translateX(8px) !important;
  }

  html body .talent-list .talent-row:hover::after,
  html body .talent-list .talent-row:focus-visible::after,
  html body .talent-list .talent-row:active::after {
    width: 58px !important;
    height: 58px !important;
    opacity: 1 !important;
    transform: scale(1) !important;
  }

  html body .talent-list .talent-row strong,
  html body .talent-list .talent-row em {
    grid-column: 2 !important;
  }

  html body .catalog-hero,
  html body .blog-hero,
  html body .about-hero {
    padding-top: 182px !important;
  }

  html body .catalog-hero::before,
  html body .blog-hero::before,
  html body .about-hero::before,
  html body .catalog-hero::after,
  html body .blog-hero::after,
  html body .about-hero::after {
    top: 82px !important;
    height: 86px !important;
  }
}

/* Absolute final lock: Spanish glyphs, story cadence, nav glass, talent preview and page bands. */
@font-face {
  font-family: "Druk Wide Beiz";
  src:
    url("/assets/fonts/druk-accented/Druk%20Wide%20Medium/Web%20Fonts/7e389c5e310dc537b083e0e25ea6eab5.woff2") format("woff2"),
    url("/assets/fonts/druk-accented/DrukWideBold.ttf") format("truetype");
  font-weight: 600 900;
  font-display: swap;
}

:root {
  --display: "Druk Wide Beiz", "Druk Wide", "PP Neue Montreal", "Arial Black", Impact, sans-serif !important;
}

.site-header::after {
  content: none !important;
  display: none !important;
}

.desktop-nav a[href="#contacto"],
.desktop-nav a[href="/#contacto"],
.mobile-menu a[href="#contacto"],
.mobile-menu a[href="/#contacto"] {
  grid-template-columns: 11px auto !important;
  column-gap: 8px !important;
  min-height: 42px !important;
  height: 42px !important;
  padding: 0 17px !important;
  overflow: hidden !important;
}

.desktop-nav a[href="#contacto"]::before,
.desktop-nav a[href="/#contacto"]::before {
  position: static !important;
  width: 11px !important;
  height: 9px !important;
  transform: skewX(-12deg) scale(.92) !important;
  opacity: 1 !important;
  background: var(--turquoise) !important;
}

.desktop-nav a[href="#contacto"]:hover::before,
.desktop-nav a[href="/#contacto"]:hover::before,
.desktop-nav a[href="#contacto"]:focus-visible::before,
.desktop-nav a[href="/#contacto"]:focus-visible::before {
  background: var(--navy) !important;
  transform: skewX(-12deg) scale(1) !important;
}

.story-reveal {
  min-height: 560svh !important;
  overscroll-behavior: contain !important;
}

.story-sticky {
  overflow: hidden !important;
}

.story-line {
  width: min(980px, 88vw) !important;
  max-width: 980px !important;
  min-height: clamp(180px, 24vw, 320px) !important;
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  align-content: center !important;
  gap: .12em .28em !important;
  font-size: clamp(24px, 3.25vw, 58px) !important;
  line-height: 1.05 !important;
  letter-spacing: .005em !important;
  text-wrap: balance !important;
}

.story-line span {
  display: inline-block !important;
  opacity: 0;
  filter: blur(14px);
  transform: translateY(28px) scale(.985);
  animation: beizStoryWordIn 920ms cubic-bezier(.16, 1, .3, 1) forwards;
  animation-delay: calc(var(--i) * 48ms);
}

.story-line.is-switching span {
  animation: beizStoryWordOut 260ms ease forwards;
}

@keyframes beizStoryWordIn {
  to {
    opacity: 1;
    filter: blur(0);
    transform: translateY(0) scale(1);
  }
}

@keyframes beizStoryWordOut {
  to {
    opacity: 0;
    filter: blur(16px);
    transform: translateY(-18px) scale(.985);
  }
}

.story-final {
  color: var(--navy) !important;
  font-size: clamp(34px, 6vw, 112px) !important;
}

.talent-board {
  grid-template-columns: 0 minmax(0, 1fr) !important;
  gap: 0 !important;
}

.talent-board.is-previewing {
  grid-template-columns: minmax(280px, .38fr) minmax(0, 1fr) !important;
  gap: clamp(28px, 4vw, 70px) !important;
}

.talent-board .talent-preview {
  visibility: hidden !important;
  opacity: 0 !important;
  max-width: 0 !important;
  pointer-events: none !important;
  transform: translateX(-32px) scale(.985) !important;
}

.talent-board.is-previewing .talent-preview {
  visibility: visible !important;
  opacity: 1 !important;
  max-width: none !important;
  transform: translateX(0) scale(1) !important;
}

.talent-board:not(.is-previewing) .talent-preview img {
  display: none !important;
}

.service-item strong,
.service-item strong span {
  overflow: visible !important;
}

.service-item strong::before,
.service-item strong::after,
.service-item strong span::before,
.service-item strong span::after {
  content: none !important;
  display: none !important;
  opacity: 0 !important;
}

.service-item strong span {
  transform: translate3d(0, 0, 0) !important;
  transition: transform 260ms cubic-bezier(.16, 1, .3, 1), color 220ms ease !important;
}

.service-item:hover strong span,
.service-item:focus-visible strong span,
.service-item.is-open strong span {
  transform: translate3d(10px, 0, 0) !important;
  color: #d9fff8 !important;
}

.catalog-hero,
.blog-hero,
.about-hero {
  padding-top: clamp(204px, 20vw, 300px) !important;
}

.catalog-hero::before,
.blog-hero::before,
.about-hero::before,
.catalog-hero::after,
.blog-hero::after,
.about-hero::after {
  top: clamp(126px, 10vw, 164px) !important;
  height: clamp(118px, 12vw, 190px) !important;
}

.back-link-static {
  margin-bottom: clamp(14px, 2vw, 24px) !important;
}

@media (max-width: 760px) {
  .story-reveal {
    min-height: 540svh !important;
  }

  .story-line {
    min-height: 360px !important;
    font-size: clamp(22px, 7vw, 34px) !important;
  }

  .talent-board,
  .talent-board.is-previewing {
    grid-template-columns: 1fr !important;
    gap: 0 !important;
  }

  .catalog-hero,
  .blog-hero,
  .about-hero {
    padding-top: 218px !important;
  }

  .catalog-hero::before,
  .blog-hero::before,
  .about-hero::before,
  .catalog-hero::after,
  .blog-hero::after,
  .about-hero::after {
    top: 104px !important;
    height: 104px !important;
  }
}

/* Interaction and typography lock: Spanish glyph safety, stable home preview, clean nav glass. */
@font-face {
  font-family: "Druk Wide Beiz";
  src:
    url("/assets/fonts/druk-accented/Druk%20Wide%20Medium/Web%20Fonts/7e389c5e310dc537b083e0e25ea6eab5.woff2") format("woff2"),
    url("/assets/fonts/druk-accented/DrukWideBold.ttf") format("truetype");
  font-weight: 600 900;
  font-display: swap;
}

:root {
  --display: "Druk Wide Beiz", "Druk Wide", "PP Neue Montreal", "Arial Black", Impact, sans-serif !important;
}

.site-header::after {
  content: none !important;
  display: none !important;
}

.desktop-nav a[href="#contacto"],
.desktop-nav a[href="/#contacto"],
.mobile-menu a[href="#contacto"],
.mobile-menu a[href="/#contacto"] {
  grid-template-columns: 11px auto !important;
  column-gap: 8px !important;
  min-height: 42px !important;
  height: 42px !important;
  padding: 0 17px !important;
  overflow: hidden !important;
}

.desktop-nav a[href="#contacto"]::before,
.desktop-nav a[href="/#contacto"]::before {
  position: static !important;
  width: 11px !important;
  height: 9px !important;
  transform: skewX(-12deg) scale(.92) !important;
  opacity: 1 !important;
  background: var(--turquoise) !important;
}

.desktop-nav a[href="#contacto"]:hover::before,
.desktop-nav a[href="/#contacto"]:hover::before,
.desktop-nav a[href="#contacto"]:focus-visible::before,
.desktop-nav a[href="/#contacto"]:focus-visible::before {
  background: var(--navy) !important;
  transform: skewX(-12deg) scale(1) !important;
}

.story-reveal {
  min-height: 560svh !important;
  overscroll-behavior: contain !important;
}

.story-sticky {
  overflow: hidden !important;
}

.story-line {
  width: min(980px, 88vw) !important;
  min-height: clamp(180px, 24vw, 320px) !important;
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  align-content: center !important;
  gap: .12em .28em !important;
  font-size: clamp(24px, 3.25vw, 58px) !important;
  line-height: 1.05 !important;
  letter-spacing: .005em !important;
  text-wrap: balance !important;
}

.story-line span {
  display: inline-block !important;
  opacity: 0;
  filter: blur(14px);
  transform: translateY(28px) scale(.985);
  animation: beizStoryWordIn 920ms cubic-bezier(.16, 1, .3, 1) forwards;
  animation-delay: calc(var(--i) * 48ms);
}

.story-line.is-switching span {
  animation: beizStoryWordOut 260ms ease forwards;
}

@keyframes beizStoryWordIn {
  to {
    opacity: 1;
    filter: blur(0);
    transform: translateY(0) scale(1);
  }
}

@keyframes beizStoryWordOut {
  to {
    opacity: 0;
    filter: blur(16px);
    transform: translateY(-18px) scale(.985);
  }
}

.story-final {
  color: var(--navy) !important;
  font-size: clamp(34px, 6vw, 112px) !important;
}

.talent-board {
  grid-template-columns: 0 minmax(0, 1fr) !important;
  gap: 0 !important;
}

.talent-board.is-previewing {
  grid-template-columns: minmax(280px, .38fr) minmax(0, 1fr) !important;
  gap: clamp(28px, 4vw, 70px) !important;
}

.talent-board .talent-preview {
  visibility: hidden !important;
  opacity: 0 !important;
  max-width: 0 !important;
  pointer-events: none !important;
  transform: translateX(-32px) scale(.985) !important;
}

.talent-board.is-previewing .talent-preview {
  visibility: visible !important;
  opacity: 1 !important;
  max-width: none !important;
  transform: translateX(0) scale(1) !important;
}

.talent-board:not(.is-previewing) .talent-preview img {
  display: none !important;
}

.service-item strong,
.service-item strong span {
  overflow: visible !important;
}

.service-item strong::before,
.service-item strong::after,
.service-item strong span::before,
.service-item strong span::after {
  content: none !important;
  display: none !important;
  opacity: 0 !important;
}

.service-item strong span {
  transform: translate3d(0, 0, 0) !important;
  transition: transform 260ms cubic-bezier(.16, 1, .3, 1), color 220ms ease !important;
}

.service-item:hover strong span,
.service-item:focus-visible strong span,
.service-item.is-open strong span {
  transform: translate3d(10px, 0, 0) !important;
  color: #d9fff8 !important;
}

.catalog-hero,
.blog-hero,
.about-hero {
  padding-top: clamp(204px, 20vw, 300px) !important;
}

.catalog-hero::before,
.blog-hero::before,
.about-hero::before,
.catalog-hero::after,
.blog-hero::after,
.about-hero::after {
  top: clamp(126px, 10vw, 164px) !important;
  height: clamp(118px, 12vw, 190px) !important;
}

.back-link-static {
  margin-bottom: clamp(14px, 2vw, 24px) !important;
}

@media (max-width: 760px) {
  .story-reveal {
    min-height: 540svh !important;
  }

  .story-line {
    min-height: 360px !important;
    font-size: clamp(22px, 7vw, 34px) !important;
  }

  .talent-board,
  .talent-board.is-previewing {
    grid-template-columns: 1fr !important;
    gap: 0 !important;
  }

  .catalog-hero,
  .blog-hero,
  .about-hero {
    padding-top: 218px !important;
  }

  .catalog-hero::before,
  .blog-hero::before,
  .about-hero::before,
  .catalog-hero::after,
  .blog-hero::after,
  .about-hero::after {
    top: 104px !important;
    height: 104px !important;
  }
}

/* Final correction lock: accents, story scenes, nav and secondary bands. */
.site-header::after {
  content: none !important;
  display: none !important;
}

.desktop-nav a::after {
  content: none !important;
  display: none !important;
}

.desktop-nav a[href="#contacto"],
.desktop-nav a[href="/#contacto"] {
  padding-left: 34px !important;
  overflow: hidden !important;
}

.desktop-nav a[href="#contacto"]::before,
.desktop-nav a[href="/#contacto"]::before {
  left: 14px !important;
  top: 50% !important;
  width: 11px !important;
  height: 8px !important;
  opacity: 1 !important;
  background: var(--turquoise) !important;
  transform: translateY(-50%) skewX(-18deg) !important;
  clip-path: polygon(22% 0, 100% 0, 78% 100%, 0 100%) !important;
}

.story-reveal {
  min-height: 620svh !important;
  background:
    radial-gradient(circle at 50% 45%, rgba(0, 168, 189, .08), transparent 34%),
    linear-gradient(180deg, #f7f8f5, #f1f4f1) !important;
}

.story-sticky {
  min-height: 100svh !important;
  cursor: ns-resize;
}

.story-line {
  width: min(980px, 88vw) !important;
  min-height: clamp(170px, 18vw, 280px) !important;
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  align-content: center !important;
  gap: .12em .28em !important;
  margin: 0 auto !important;
  font-size: clamp(25px, 3.1vw, 55px) !important;
  line-height: 1.05 !important;
  letter-spacing: .01em !important;
  text-transform: uppercase !important;
}

.story-line span {
  display: inline-block;
  opacity: 0;
  filter: blur(12px);
  transform: translateY(24px) scale(.98);
  animation: storyWordIn 780ms cubic-bezier(.16, 1, .3, 1) forwards;
  animation-delay: calc(var(--i) * 38ms);
}

.story-line.is-switching span {
  animation: storyWordOut 180ms ease forwards;
}

.story-cursor {
  margin-top: clamp(18px, 2.2vw, 30px) !important;
  width: clamp(16px, 1.5vw, 24px) !important;
  height: clamp(9px, .85vw, 14px) !important;
}

.story-final {
  bottom: clamp(74px, 8vw, 110px) !important;
  font-size: clamp(42px, 5.8vw, 106px) !important;
  transition: opacity 260ms ease, transform 420ms cubic-bezier(.16, 1, .3, 1) !important;
}

@keyframes storyWordIn {
  to {
    opacity: 1;
    filter: blur(0);
    transform: translateY(0) scale(1);
  }
}

@keyframes storyWordOut {
  to {
    opacity: 0;
    filter: blur(14px);
    transform: translateY(-14px) scale(.985);
  }
}

.talent-preview {
  visibility: hidden !important;
  max-width: 0 !important;
}

.talent-board:has(.talent-row:hover) .talent-preview,
.talent-board:has(.talent-row:focus-visible) .talent-preview {
  visibility: visible !important;
  max-width: none !important;
}

.talent-preview:not(:has(img[src])) {
  opacity: 0 !important;
}

.catalog-hero,
.blog-hero,
.about-hero {
  padding-top: clamp(168px, 15vw, 244px) !important;
  padding-bottom: clamp(48px, 7vw, 92px) !important;
}

.catalog-hero::before,
.blog-hero::before,
.about-hero::before,
.catalog-hero::after,
.blog-hero::after,
.about-hero::after {
  top: 0 !important;
  height: clamp(124px, 13vw, 204px) !important;
}

.back-link-static {
  margin-bottom: clamp(18px, 2.8vw, 34px) !important;
}

@media (max-width: 760px) {
  .story-reveal {
    min-height: 650svh !important;
  }

  .story-line {
    min-height: 300px !important;
    font-size: clamp(22px, 7vw, 36px) !important;
    width: min(92vw, 560px) !important;
  }

  .catalog-hero,
  .blog-hero,
  .about-hero {
    padding-top: 186px !important;
  }
}

/* Corrections pass: clean glyphs, paragraph story reveal, nav glass and secondary page bands. */
.site-header::after {
  content: none !important;
  display: none !important;
}

.desktop-nav a::after {
  content: none !important;
  display: none !important;
}

.desktop-nav a[href="#contacto"],
.desktop-nav a[href="/#contacto"] {
  padding-left: 34px !important;
  overflow: hidden !important;
}

.desktop-nav a[href="#contacto"]::before,
.desktop-nav a[href="/#contacto"]::before {
  left: 14px !important;
  top: 50% !important;
  width: 11px !important;
  height: 8px !important;
  opacity: 1 !important;
  background: var(--turquoise) !important;
  transform: translateY(-50%) skewX(-18deg) !important;
  clip-path: polygon(22% 0, 100% 0, 78% 100%, 0 100%) !important;
}

.story-reveal {
  min-height: 620svh !important;
  background:
    radial-gradient(circle at 50% 45%, rgba(0, 168, 189, .08), transparent 34%),
    linear-gradient(180deg, #f7f8f5, #f1f4f1) !important;
}

.story-sticky {
  min-height: 100svh !important;
  cursor: ns-resize;
}

.story-line {
  width: min(980px, 88vw) !important;
  min-height: clamp(170px, 18vw, 280px) !important;
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  align-content: center !important;
  gap: .12em .28em !important;
  margin: 0 auto !important;
  font-size: clamp(25px, 3.1vw, 55px) !important;
  line-height: 1.05 !important;
  letter-spacing: .01em !important;
  text-transform: uppercase !important;
}

.story-line span {
  display: inline-block;
  opacity: 0;
  filter: blur(12px);
  transform: translateY(24px) scale(.98);
  animation: storyWordIn 780ms cubic-bezier(.16, 1, .3, 1) forwards;
  animation-delay: calc(var(--i) * 38ms);
}

.story-line.is-switching span {
  animation: storyWordOut 180ms ease forwards;
}

.story-cursor {
  margin-top: clamp(18px, 2.2vw, 30px) !important;
  width: clamp(16px, 1.5vw, 24px) !important;
  height: clamp(9px, .85vw, 14px) !important;
}

.story-final {
  bottom: clamp(74px, 8vw, 110px) !important;
  font-size: clamp(42px, 5.8vw, 106px) !important;
  transition: opacity 260ms ease, transform 420ms cubic-bezier(.16, 1, .3, 1) !important;
}

@keyframes storyWordIn {
  to {
    opacity: 1;
    filter: blur(0);
    transform: translateY(0) scale(1);
  }
}

@keyframes storyWordOut {
  to {
    opacity: 0;
    filter: blur(14px);
    transform: translateY(-14px) scale(.985);
  }
}

.talent-preview {
  visibility: hidden !important;
  max-width: 0 !important;
}

.talent-board:has(.talent-row:hover) .talent-preview,
.talent-board:has(.talent-row:focus-visible) .talent-preview {
  visibility: visible !important;
  max-width: none !important;
}

.talent-preview:not(:has(img[src])) {
  opacity: 0 !important;
}

.catalog-hero,
.blog-hero,
.about-hero {
  padding-top: clamp(168px, 15vw, 244px) !important;
  padding-bottom: clamp(48px, 7vw, 92px) !important;
}

.catalog-hero::before,
.blog-hero::before,
.about-hero::before,
.catalog-hero::after,
.blog-hero::after,
.about-hero::after {
  top: 0 !important;
  height: clamp(124px, 13vw, 204px) !important;
}

.back-link-static {
  margin-bottom: clamp(18px, 2.8vw, 34px) !important;
}

@media (max-width: 760px) {
  .story-reveal {
    min-height: 650svh !important;
  }

  .story-line {
    min-height: 300px !important;
    font-size: clamp(22px, 7vw, 36px) !important;
    width: min(92vw, 560px) !important;
  }

  .catalog-hero,
  .blog-hero,
  .about-hero {
    padding-top: 186px !important;
  }
}

@font-face {
  font-family: "PP Neue Montreal";
  src: url("/assets/fonts/pp-neue-montreal/ppneuemontreal-medium.woff") format("woff");
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "PP Neue Montreal";
  src: url("/assets/fonts/pp-neue-montreal/ppneuemontreal-bold.woff") format("woff");
  font-weight: 800;
  font-display: swap;
}

@font-face {
  font-family: "Druk Wide";
  src: url("/assets/fonts/druk-accented/DrukWideBold.ttf") format("truetype");
  font-weight: 800;
  font-display: swap;
}

@font-face {
  font-family: "Druk Wide";
  src: url("/assets/fonts/druk-accented/Druk%20Wide%20Medium/Web%20Fonts/7e389c5e310dc537b083e0e25ea6eab5.woff2") format("woff2");
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "Druk Condensed";
  src: url("/assets/fonts/druk/DrukCondensed-Super.otf") format("opentype");
  font-weight: 900;
  font-display: swap;
}

:root {
  --ink: #06101c;
  --paper: #f7f8f5;
  --paper-2: #eef2ef;
  --soft: #ffffff;
  --muted: rgba(6, 16, 28, 0.62);
  --line: rgba(6, 16, 28, 0.12);
  --midnight: #03182f;
  --navy: #052c54;
  --blue: #006b9d;
  --cyan: #00a8bd;
  --turquoise: #00d7bd;
  --green: #35f2b2;
  --signal: #009b8b;
  --white: #f6fbfc;
  --radius: 18px;
  --radius-sm: 10px;
  --gutter: clamp(18px, 4vw, 72px);
  --display: "Druk Wide", "Arial Black", Impact, sans-serif;
  --condensed: "Druk Condensed", "Arial Narrow", Impact, sans-serif;
  --sans: "PP Neue Montreal", Arial, sans-serif;
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  overflow-x: clip;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  overflow-x: clip;
}

img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }

:focus-visible {
  outline: 2px solid var(--turquoise);
  outline-offset: 5px;
}

.skip-link {
  position: fixed;
  left: 16px;
  top: 16px;
  z-index: 80;
  transform: translateY(-160%);
  padding: 10px 14px;
  border-radius: 999px;
  background: var(--green);
  color: var(--ink);
  font-weight: 800;
}

.skip-link:focus { transform: translateY(0); }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.site-header {
  position: fixed;
  inset: 16px var(--gutter) auto;
  z-index: 50;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 18px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: var(--radius);
  background: rgba(247, 248, 245, 0.78);
  backdrop-filter: blur(22px);
  box-shadow: 0 20px 70px rgba(3, 24, 47, 0.12);
}

.brand img {
  width: 46px;
  height: 46px;
  object-fit: contain;
}

.desktop-nav {
  display: flex;
  gap: clamp(18px, 3vw, 42px);
  align-items: center;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.desktop-nav a,
.text-link {
  position: relative;
  color: var(--navy);
}

.desktop-nav a {
  display: inline-grid;
  overflow: hidden;
  line-height: 1.1;
  font-size: 0;
}

.desktop-nav a::before {
  content: attr(data-label);
  grid-area: 1 / 1;
  color: var(--navy);
  font-size: 12px;
  transition: transform 240ms ease, opacity 240ms ease;
}

.desktop-nav a::after {
  content: attr(data-label);
  grid-area: 1 / 1;
  color: var(--navy);
  font-size: 12px;
  transform: translateY(120%) skewY(5deg);
  transition: transform 240ms ease, opacity 240ms ease;
  text-shadow: 0 0 18px rgba(0, 215, 189, 0.34);
}

.desktop-nav a:hover::before,
.desktop-nav a:focus-visible::before {
  transform: translateY(-120%) skewY(-5deg);
}

.desktop-nav a:hover::after,
.desktop-nav a:focus-visible::after {
  transform: translateY(0) skewY(0);
}

.desktop-nav a.is-current::before,
.desktop-nav a.is-current::after {
  color: var(--blue);
}

.desktop-nav a.is-current::after {
  transform: translateY(0) skewY(0);
}

.desktop-nav a.is-current {
  text-shadow: 0 0 18px rgba(0, 215, 189, 0.32);
}

.text-link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -7px;
  height: 1px;
  background: linear-gradient(90deg, var(--turquoise), var(--green));
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 220ms ease;
}

.text-link:hover::after,
.text-link:focus-visible::after {
  transform: scaleX(1);
  transform-origin: left;
}

.menu-button {
  display: none;
  width: 44px;
  height: 44px;
  border: 0;
  background: transparent;
  padding: 10px;
}

.menu-button span:not(.sr-only) {
  display: block;
  height: 2px;
  margin: 6px 0;
  background: var(--ink);
}

.mobile-menu {
  position: fixed;
  z-index: 49;
  inset: 92px var(--gutter) auto;
  display: grid;
  pointer-events: none;
  opacity: 0;
  transform: translateY(-10px);
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(247, 248, 245, 0.94);
  backdrop-filter: blur(20px);
  box-shadow: 0 26px 80px rgba(3,24,47,.14);
  transition: opacity 220ms ease, transform 220ms ease;
}

.mobile-menu.is-open {
  pointer-events: auto;
  opacity: 1;
  transform: translateY(0);
}
.mobile-menu a {
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
  color: var(--navy);
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: color 180ms ease, transform 180ms ease;
}

.mobile-menu a:hover,
.mobile-menu a:focus-visible,
.mobile-menu a.is-current {
  color: var(--navy);
  transform: translateX(8px);
  text-shadow: 0 0 18px rgba(0, 215, 189, 0.35);
}

.section-panel {
  position: relative;
  scroll-margin-top: 110px;
  padding: clamp(88px, 11vw, 150px) var(--gutter);
  opacity: 0.001;
  transform: translateY(18px);
  transition: opacity 600ms ease, transform 600ms ease;
}

.section-panel.is-visible,
.hero,
.section-panel:target {
  opacity: 1;
  transform: translateY(0);
}

.eyebrow,
.section-index {
  margin: 0 0 18px;
  color: var(--blue);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p { margin-top: 0; }

h1,
h2,
h3 {
  font-family: var(--display);
  text-transform: uppercase;
  text-wrap: balance;
}

h1 {
  max-width: 720px;
  margin-bottom: 24px;
  color: var(--white);
  font-size: clamp(24px, 3.2vw, 44px);
  line-height: 1.02;
  letter-spacing: -0.006em;
}

h2 {
  max-width: 900px;
  margin-bottom: 22px;
  font-size: clamp(22px, 2.35vw, 34px);
  line-height: 1.04;
  letter-spacing: -0.006em;
}

h3 {
  margin-bottom: 12px;
  font-size: clamp(18px, 1.45vw, 24px);
  line-height: 1;
  letter-spacing: -0.01em;
}

.lead,
.thesis p,
.section-head p,
.contact-card p,
.campaign-feature p,
.profile-copy p {
  max-width: 690px;
  color: var(--muted);
  font-size: clamp(16px, 1.25vw, 19px);
  line-height: 1.5;
}

.hero {
  min-height: 100svh;
  display: grid;
  align-items: end;
  padding-top: 140px;
  overflow: hidden;
  color: var(--white);
  background: var(--midnight);
}

.hero-bg,
.hero-bg img,
.hero-layer {
  position: absolute;
  inset: 0;
}

.hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 58% center;
  filter: saturate(0.95) contrast(1.1);
}

.hero-layer {
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(2, 9, 20, 0.88) 0%, rgba(3, 24, 47, 0.68) 42%, rgba(3, 24, 47, 0.18) 100%),
    linear-gradient(180deg, rgba(2, 9, 20, 0.12), rgba(2, 9, 20, 0.88));
}

.hero::after {
  content: "";
  position: absolute;
  z-index: 2;
  right: -6vw;
  top: 30%;
  width: 54vw;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--turquoise), var(--green));
  transform: rotate(-27deg);
}

.hero-copy {
  position: relative;
  z-index: 3;
  width: min(850px, 100%);
  min-width: 0;
  padding-bottom: clamp(120px, 14vw, 180px);
}

.hero h1 {
  max-width: 560px;
  font-size: clamp(16px, 1.45vw, 24px);
}

.hero .eyebrow {
  color: var(--green);
}

.hero .lead {
  color: rgba(246, 251, 252, 0.76);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.hero-card {
  position: absolute;
  z-index: 4;
  right: var(--gutter);
  bottom: 34px;
  width: min(500px, calc(100% - var(--gutter) * 2));
  padding: 20px;
}

.btn {
  position: relative;
  isolation: isolate;
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  overflow: hidden;
  padding: 0 18px;
  border: 1px solid currentColor;
  border-radius: 13px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: color 220ms ease, border-color 220ms ease, transform 220ms ease, box-shadow 220ms ease;
}

.btn-small {
  min-height: 40px;
  padding-inline: 16px;
}

.btn::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, var(--turquoise), var(--green));
  transform: translateX(-102%);
  transition: transform 260ms ease;
}

.btn:hover,
.btn:focus-visible {
  color: var(--navy);
  border-color: var(--turquoise);
  transform: translateY(-2px);
  box-shadow: 0 18px 44px rgba(0, 215, 189, 0.18);
}

.btn:hover::before,
.btn:focus-visible::before {
  transform: translateX(0);
}

.btn-primary {
  border-color: var(--ink);
  background: var(--ink);
  color: var(--white);
}

.hero .btn-primary {
  border-color: rgba(246, 251, 252, 0.22);
  background: rgba(2, 9, 20, 0.86);
  color: var(--white);
}

.btn-primary:hover,
.btn-primary:focus-visible {
  color: var(--navy);
}

.btn-quiet {
  border-color: rgba(5, 44, 84, 0.18);
  background: rgba(255, 255, 255, 0.86);
  color: var(--navy);
}

[data-icon] {
  display: inline-flex;
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
}

[data-icon] svg {
  width: 16px;
  height: 16px;
  stroke: currentColor;
  stroke-width: 1.9;
}

.glass-card {
  border: 1px solid rgba(0, 215, 189, 0.28);
  border-radius: var(--radius);
  background: rgba(3, 24, 47, 0.72);
  color: var(--white);
  backdrop-filter: blur(22px);
  box-shadow: 0 24px 80px rgba(7, 16, 27, 0.18);
}

.glass-card span,
.glass-card small,
.campaign-feature span,
.contact-card small {
  color: rgba(246, 251, 252, 0.66);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.glass-card strong {
  display: block;
  margin: 8px 0 5px;
  font-size: clamp(20px, 2vw, 27px);
}

.brand-marquee {
  overflow: hidden;
  padding-block: clamp(54px, 7vw, 86px);
  background: linear-gradient(180deg, var(--soft), var(--paper));
}

.brand-track {
  display: flex;
  width: max-content;
  gap: 46px;
  animation: marquee 34s linear infinite;
}

.brand-track span {
  color: rgba(5, 44, 84, .74);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
  white-space: nowrap;
}

.brand-marquee .section-index {
  margin-left: var(--gutter);
}

.logo-track {
  margin-top: 18px;
}

.logo-word {
  display: inline-flex;
  min-width: 150px;
  height: 66px;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  border: 1px solid rgba(5, 44, 84, 0.12);
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.72);
  color: var(--navy) !important;
  box-shadow: 0 16px 40px rgba(3, 24, 47, 0.04);
}

.agency-pulse {
  position: relative;
  overflow: hidden;
  padding-block: clamp(56px, 8vw, 108px);
  border-block: 1px solid var(--line);
  background: linear-gradient(135deg, rgba(255,255,255,.72), rgba(238,242,239,.9));
}

.pulse-logo {
  position: absolute;
  width: min(42vw, 560px);
  opacity: .045;
  animation: logoBounce 48s cubic-bezier(.45,0,.25,1) infinite alternate;
}

.pulse-kicker {
  position: relative;
  z-index: 2;
  margin: 0 0 16px;
  color: var(--blue);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .18em;
  text-align: center;
  text-transform: uppercase;
}

.pulse-window {
  position: relative;
  min-height: clamp(110px, 11vw, 176px);
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: transparent;
  backdrop-filter: none;
  box-shadow: none;
}

.pulse-window span {
  position: absolute;
  max-width: min(980px, calc(100% - 32px));
  color: var(--navy);
  font-family: var(--display);
  font-size: clamp(22px, 3.5vw, 54px);
  line-height: 1.05;
  text-align: center;
  text-transform: uppercase;
  opacity: 0;
  transform: translateY(120%);
  animation: pulseText 15s cubic-bezier(.2,.8,.2,1) infinite;
}

.pulse-window strong {
  color: var(--blue);
  font-weight: inherit;
}

.pulse-window span:nth-child(2) { animation-delay: 3s; }
.pulse-window span:nth-child(3) { animation-delay: 6s; }
.pulse-window span:nth-child(4) { animation-delay: 9s; }
.pulse-window span:nth-child(5) { animation-delay: 12s; }

.thesis {
  display: grid;
  grid-template-columns: 0.36fr 1fr;
  gap: clamp(24px, 6vw, 90px);
  background: var(--soft);
}

.thesis h2,
.section-head h2 {
  color: var(--ink);
}

.thesis h2::first-line,
.section-head h2::first-line {
  color: var(--navy);
}

.section-head {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.7fr);
  gap: 26px;
  align-items: end;
  margin-bottom: clamp(30px, 6vw, 70px);
}

.section-head-copy {
  grid-column: 2;
}

.section-collage {
  position: relative;
  grid-column: 1;
  min-height: 230px;
  overflow: hidden;
  border-radius: var(--radius);
  background: linear-gradient(135deg, rgba(255,255,255,.7), rgba(238,242,239,.92));
}

.collage-track {
  position: absolute;
  inset: 20px auto 20px -40px;
  display: flex;
  gap: 10px;
  animation: cardStream 18s linear infinite;
}

.collage-track span {
  width: 165px;
  aspect-ratio: 1;
  flex: 0 0 auto;
  border-radius: var(--radius-sm);
  background-size: cover;
  background-position: center;
  box-shadow: 0 18px 44px rgba(3, 24, 47, 0.12);
  transform: rotate(-2deg);
}

.collage-track span:nth-child(even) {
  margin-top: 42px;
  filter: blur(1.5px) saturate(.86);
  opacity: .72;
  transform: rotate(3deg);
}

.filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 24px;
}

.filter {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.6);
  color: var(--ink);
  padding: 11px 15px;
  cursor: pointer;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  transition: border-color 220ms ease, transform 220ms ease, background 220ms ease;
}

.filter:hover,
.filter.is-active {
  border-color: rgba(0, 215, 189, 0.65);
  background: rgba(0, 215, 189, 0.08);
  transform: translateY(-1px);
}

.filter span {
  color: var(--blue);
}

.talent {
  background: linear-gradient(180deg, var(--paper), var(--paper-2));
}

.talent-board {
  display: grid;
  grid-template-columns: minmax(320px, 440px) minmax(0, 1fr);
  gap: clamp(20px, 4vw, 56px);
  align-items: start;
}

.talent-preview {
  position: sticky;
  top: 104px;
  z-index: 4;
  min-height: 640px;
  overflow: hidden;
  background: var(--midnight);
}

.talent-preview img {
  width: 100%;
  height: 640px;
  object-fit: cover;
  filter: saturate(0.96) contrast(1.08);
  transition: transform 520ms ease, opacity 220ms ease, filter 520ms ease;
}

.talent-preview:hover img {
  transform: scale(1.035);
  filter: saturate(1.05) contrast(1.1);
}

.preview-copy {
  position: absolute;
  inset: auto 18px 18px;
  padding: 18px;
  border: 1px solid rgba(0, 215, 189, 0.28);
  border-radius: var(--radius-sm);
  background: rgba(3, 24, 47, 0.74);
  backdrop-filter: blur(18px);
}

.preview-copy h3 {
  margin: 8px 0 10px;
  font-size: clamp(21px, 2.25vw, 32px);
}

.preview-copy p {
  color: rgba(246, 251, 252, 0.72);
  line-height: 1.5;
}

.text-link {
  display: inline-flex;
  color: var(--green);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.talent-list {
  position: relative;
  z-index: 1;
  border-top: 1px solid var(--line);
}

.talent-row {
  position: relative;
  display: grid;
  grid-template-columns: 16px minmax(0, 1fr) 120px;
  gap: 18px;
  width: 100%;
  align-items: center;
  padding: 24px 0;
  border-bottom: 1px solid var(--line);
  color: var(--ink);
}

.talent-row[hidden] { display: none; }

.talent-row::before {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--turquoise), var(--green));
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 260ms ease;
}

.talent-row:hover::before,
.talent-row.is-active::before {
  transform: scaleX(1);
  transform-origin: left;
}

.signal-dot {
  width: 9px;
  height: 9px;
  border: 1px solid rgba(0, 107, 157, 0.55);
  border-radius: 999px;
  transition: background 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.talent-row:hover .signal-dot,
.talent-row.is-active .signal-dot {
  border-color: var(--green);
  background: var(--green);
  box-shadow: 0 0 0 8px rgba(53, 242, 178, 0.12);
}

.talent-row strong {
  position: relative;
  width: fit-content;
  overflow: hidden;
  padding-right: 1.02em;
  font-size: clamp(19px, 2vw, 30px);
  font-weight: 800;
  letter-spacing: -0.035em;
  text-transform: uppercase;
  color: var(--ink);
  transition: color 240ms ease;
}

.talent-row strong::before {
  content: "\2713";
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 2;
  display: inline-grid;
  place-items: center;
  width: .72em;
  height: .72em;
  border-radius: 42% 58% 48% 52% / 52% 40% 60% 48%;
  background: var(--blue);
  color: #fff;
  font-family: var(--sans);
  font-size: .34em;
  line-height: 1;
  transform: translateY(-50%);
}

.talent-row strong span {
  display: block;
  transition: transform 260ms cubic-bezier(.2, .8, .2, 1);
}

.talent-row strong::after {
  content: attr(data-ghost);
  position: absolute;
  left: 0;
  top: 100%;
  color: var(--navy);
  transition: transform 260ms cubic-bezier(.2, .8, .2, 1);
}

.talent-row:hover strong,
.talent-row.is-active strong {
  color: var(--navy);
}

.talent-row strong span::after,
.catalog-item span::after,
.profile-title h1::after,
.creator-strip a::after {
  content: "✓";
  display: inline-grid;
  place-items: center;
  width: .82em;
  height: .82em;
  margin-left: .28em;
  border-radius: 42% 58% 48% 52% / 52% 40% 60% 48%;
  background: var(--blue);
  color: #fff;
  font-family: var(--sans);
  font-size: .34em;
  line-height: 1;
  vertical-align: .22em;
}

.talent-row strong span::after {
  content: none;
}

.talent-row strong::before {
  content: "" !important;
  display: block;
  border-radius: 0;
  background: url("/assets/verified-badge.svg") center / contain no-repeat;
  color: transparent;
}

.catalog-item span::after,
.profile-title h1::after,
.creator-strip a::after {
  content: "" !important;
  display: inline-block;
  width: .76em;
  height: .76em;
  border-radius: 0;
  background: url("/assets/verified-badge.svg") center / contain no-repeat;
  color: transparent;
}

.talent-more {
  margin-top: 18px;
}

.talent-row:hover strong span,
.talent-row.is-active strong span {
  transform: translateY(-115%) skewY(-4deg);
}

.talent-row:hover strong::after,
.talent-row.is-active strong::after {
  transform: translateY(-100%) skewY(0);
}

.talent-row em {
  justify-self: end;
  color: var(--muted);
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.campaigns {
  background: var(--soft);
}

.campaign-showcase {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  gap: 18px;
}

.campaign-feature {
  position: relative;
  min-height: 360px;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--midnight);
  color: var(--white);
  box-shadow: 0 24px 80px rgba(3, 24, 47, 0.16);
}

.campaign-feature:first-child {
  grid-row: span 2;
  min-height: 740px;
}

.campaign-feature img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.92) contrast(1.06);
  transition: transform 600ms ease, filter 600ms ease;
}

.campaign-feature::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(2, 9, 20, 0.02), rgba(2, 9, 20, 0.82));
}

.campaign-feature::after {
  content: "";
  position: absolute;
  z-index: 2;
  right: -22%;
  top: 42%;
  width: 75%;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--turquoise), var(--green));
  transform: rotate(-26deg);
}

.campaign-feature:hover img {
  transform: scale(1.045);
  filter: saturate(1.06) contrast(1.12);
}

.campaign-feature div {
  position: absolute;
  z-index: 3;
  inset: auto 20px 20px;
  padding: 16px;
  border: 1px solid rgba(0, 215, 189, 0.28);
  border-radius: var(--radius-sm);
  background: rgba(3, 24, 47, 0.68);
  backdrop-filter: blur(18px);
}

.campaign-feature h3 {
  max-width: 540px;
  font-size: clamp(18px, 1.55vw, 25px);
}

.campaign-feature span {
  color: var(--green);
}

.campaign-feature p {
  color: rgba(246, 251, 252, 0.74);
  font-size: clamp(14px, 1vw, 16px);
}

.section-cta {
  display: flex;
  justify-content: center;
  margin-top: 26px;
}

.production {
  overflow: hidden;
  background: linear-gradient(180deg, var(--paper), #fff);
}

.production::before {
  content: "";
  position: absolute;
  right: -8vw;
  top: 12%;
  width: 24vw;
  height: 24vw;
  min-width: 220px;
  min-height: 220px;
  opacity: .06;
  background: url("/assets/beiz-logo.svg") center / contain no-repeat;
}

.production-kit {
  position: relative;
  min-height: 620px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 52% 44%, rgba(0, 215, 189, .12), transparent 26%),
    linear-gradient(135deg, #fff, var(--paper-2));
  box-shadow: 0 28px 90px rgba(3, 24, 47, .08);
}

.kit-case {
  position: absolute;
  width: min(420px, 72vw);
  aspect-ratio: 1.35;
  border: 1px solid rgba(5, 44, 84, .18);
  border-radius: 26px 26px 34px 34px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.78), rgba(3,24,47,.08) 52%, rgba(3,24,47,.18)),
    rgba(255, 255, 255, .64);
  transform: perspective(900px) rotateX(8deg);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.7), 0 36px 100px rgba(3,24,47,.16);
}

.kit-case::before {
  content: "";
  position: absolute;
  left: 28%;
  right: 28%;
  top: -22px;
  height: 34px;
  border: 8px solid rgba(5,44,84,.24);
  border-bottom: 0;
  border-radius: 24px 24px 0 0;
}

.beiz-cut {
  position: absolute;
  background: linear-gradient(135deg, var(--navy), var(--blue));
  opacity: .88;
  transform: skewX(-29deg);
}

.cut-a {
  left: 12%;
  top: 42%;
  width: 26%;
  height: 18%;
}

.cut-b {
  right: 14%;
  bottom: 20%;
  width: 34%;
  height: 14%;
}

.kit-item {
  position: absolute;
  display: grid;
  place-items: center;
  gap: 9px;
  width: 128px;
  height: 128px;
  border: 1px solid rgba(5, 44, 84, .14);
  border-radius: 30px;
  background: rgba(255, 255, 255, .82);
  color: var(--navy);
  cursor: pointer;
  box-shadow: 0 20px 54px rgba(3,24,47,.1);
  transition: transform 260ms ease, border-color 260ms ease, color 260ms ease;
}

.kit-item:hover,
.kit-item:focus-visible,
.kit-item.is-active {
  border-color: var(--turquoise);
  color: var(--turquoise);
  transform: translateY(-26px) scale(1.04) rotate(-1deg);
}

.kit-object {
  position: relative;
  width: 54px;
  height: 54px;
  filter: drop-shadow(0 14px 12px rgba(3,24,47,.18));
}

.object-mic {
  width: 28px;
  border-radius: 18px;
  background: linear-gradient(135deg, var(--ink), var(--blue));
}
.object-mic::before { content:""; position:absolute; left:50%; top:48px; width:4px; height:28px; background:var(--navy); transform:translateX(-50%); }
.object-mic::after { content:""; position:absolute; left:50%; top:72px; width:46px; height:6px; border-radius:999px; background:var(--navy); transform:translateX(-50%); }

.object-camera {
  border-radius: 12px;
  background: linear-gradient(135deg, var(--navy), var(--cyan));
}
.object-camera::before { content:""; position:absolute; inset:15px; border-radius:50%; border:7px solid rgba(255,255,255,.75); }
.object-camera::after { content:""; position:absolute; left:8px; top:-8px; width:22px; height:12px; border-radius:6px 6px 0 0; background:var(--navy); }

.object-video {
  width: 62px;
  height: 42px;
  border-radius: 10px;
  background: linear-gradient(135deg, var(--blue), var(--turquoise));
}
.object-video::after { content:""; position:absolute; right:-22px; top:10px; border-left:24px solid var(--navy); border-top:11px solid transparent; border-bottom:11px solid transparent; }

.object-clap {
  width: 58px;
  height: 42px;
  border-radius: 6px;
  background: repeating-linear-gradient(135deg, var(--navy) 0 10px, var(--white) 10px 17px);
}
.object-clap::after { content:""; position:absolute; inset:20px 0 0; background:linear-gradient(135deg,var(--blue),var(--cyan)); border-radius:0 0 6px 6px; }

.object-ball {
  border-radius: 50%;
  background: radial-gradient(circle at 34% 28%, #fff 0 8px, var(--green) 9px 100%);
}
.object-ball::before { content:""; position:absolute; inset:10px; border:2px solid var(--navy); border-radius:50%; opacity:.55; }

.kit-item strong {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.kit-item:nth-of-type(1) { left: 13%; top: 18%; }
.kit-item:nth-of-type(2) { right: 18%; top: 14%; }
.kit-item:nth-of-type(3) { left: 20%; bottom: 16%; }
.kit-item:nth-of-type(4) { right: 12%; bottom: 24%; }
.kit-item:nth-of-type(5) { left: 50%; top: 8%; transform: translateX(-50%); }

.kit-item:nth-of-type(5):hover,
.kit-item:nth-of-type(5):focus-visible,
.kit-item:nth-of-type(5).is-active {
  transform: translateX(-50%) translateY(-8px) scale(1.03);
}

.kit-panel {
  position: absolute;
  left: 50%;
  bottom: 30px;
  width: min(520px, calc(100% - 36px));
  padding: 20px;
  transform: translateX(-50%);
}

.kit-panel h3 {
  margin-top: 8px;
}

.kit-panel p {
  color: rgba(246, 251, 252, .72);
  line-height: 1.5;
}

.production-system {
  display: grid;
  grid-template-columns: minmax(300px, 0.42fr) minmax(0, 1fr);
  gap: clamp(18px, 4vw, 56px);
  align-items: stretch;
}

.production-focus {
  position: sticky;
  top: 110px;
  min-height: 430px;
  padding: clamp(26px, 4vw, 44px);
  border-radius: var(--radius);
  background:
    linear-gradient(145deg, rgba(2,9,20,.94), rgba(5,44,84,.92)),
    url("/assets/beiz-logo.svg") 130% 112% / 72% no-repeat;
  color: var(--white);
  box-shadow: 0 28px 90px rgba(3, 24, 47, 0.18);
}

.production-focus::after {
  content: "";
  position: absolute;
  right: -10%;
  bottom: 18%;
  width: 72%;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--turquoise), var(--green));
  transform: rotate(-26deg);
}

.production-focus span {
  color: var(--green);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.production-focus h3 {
  margin-top: 24px;
  color: var(--white);
  font-size: clamp(25px, 3vw, 42px);
}

.production-focus p {
  position: relative;
  z-index: 2;
  color: rgba(246,251,252,.72);
  line-height: 1.55;
}

.production-orbit {
  display: grid;
  grid-template-columns: repeat(5, minmax(135px, 1fr));
  gap: 12px;
}

.production-orbit .kit-item {
  position: relative;
  inset: auto;
  display: grid;
  min-height: 430px;
  width: auto;
  height: auto;
  align-content: end;
  place-items: initial;
  gap: 10px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255,255,255,.78);
  color: var(--navy);
  text-align: left;
  box-shadow: 0 24px 70px rgba(3,24,47,.06);
  cursor: pointer;
  transition: transform 240ms ease, background 240ms ease, border-color 240ms ease;
}

.production-orbit .kit-item:hover,
.production-orbit .kit-item:focus-visible,
.production-orbit .kit-item.is-active {
  border-color: rgba(0, 215, 189, .42);
  background: rgba(255,255,255,.96);
  color: var(--navy);
  transform: translateY(-8px);
}

.production-orbit .kit-item [data-icon] {
  position: absolute;
  left: 18px;
  top: 18px;
  width: 32px;
  height: 32px;
  color: var(--blue);
}

.production-orbit .kit-item [data-icon] svg {
  width: 32px;
  height: 32px;
}

.production-orbit .kit-item strong {
  font-family: var(--display);
  font-size: clamp(14px, 1.05vw, 18px);
  line-height: 1;
  text-transform: uppercase;
}

.production-orbit .kit-item em {
  color: var(--muted);
  font-style: normal;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.services {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(320px, 1fr);
  gap: clamp(30px, 7vw, 110px);
  align-items: start;
  color: var(--white);
  background:
    radial-gradient(circle at 78% 12%, rgba(0, 215, 189, 0.18), transparent 34vw),
    linear-gradient(135deg, var(--midnight), var(--ink));
}

.services .section-index {
  color: var(--green);
}

.service-list {
  border-top: 1px solid rgba(246, 251, 252, 0.16);
}

.service-item {
  position: relative;
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 14px;
  width: 100%;
  padding: 24px 0;
  border: 0;
  border-bottom: 1px solid rgba(246, 251, 252, 0.16);
  background: transparent;
  color: var(--white);
  text-align: left;
  cursor: pointer;
}

.service-item::before {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 2px;
  background: linear-gradient(90deg, var(--turquoise), var(--green));
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 260ms ease;
}

.service-item:hover::before,
.service-item.is-open::before {
  transform: scaleX(1);
  transform-origin: left;
}

.service-item [data-icon] {
  display: grid;
  place-items: center;
  justify-self: center;
  width: 32px;
  height: 32px;
  border: 1px solid rgba(53, 242, 178, .24);
  border-radius: 999px;
  color: var(--green);
}

.service-item strong {
  position: relative;
  width: fit-content;
  overflow: hidden;
  display: block;
  font-size: clamp(18px, 2.2vw, 30px);
  text-transform: uppercase;
}

.service-item strong::after {
  content: attr(data-ghost);
  position: absolute;
  left: 0;
  top: 100%;
  color: var(--green);
  transition: transform 260ms cubic-bezier(.2,.8,.2,1);
}

.service-item strong span {
  display: block;
  transition: transform 260ms cubic-bezier(.2,.8,.2,1);
}

.service-item:hover strong span,
.service-item.is-open strong span {
  transform: translateY(-115%) skewY(-4deg);
}

.service-item:hover strong::after,
.service-item.is-open strong::after {
  transform: translateY(-100%);
}

.service-item em {
  grid-column: 2;
  max-height: 0;
  overflow: hidden;
  color: rgba(246, 251, 252, 0.68);
  font-style: normal;
  line-height: 1.5;
  transition: max-height 260ms ease;
}

.service-item.is-open em {
  max-height: 90px;
}

.contact {
  min-height: 78svh;
  display: grid;
  place-items: center;
  background: linear-gradient(180deg, var(--paper), var(--paper-2));
}

.contact-card {
  width: min(980px, 100%);
  padding: clamp(28px, 6vw, 76px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(0, 215, 189, 0.1), transparent 32%),
    rgba(255, 255, 255, 0.82);
  box-shadow: 0 32px 90px rgba(7, 16, 27, 0.08);
}

.contact-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 28px;
}

.contact-form label {
  display: grid;
  gap: 8px;
  color: var(--navy);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.contact-form .full,
.contact-form button {
  grid-column: 1 / -1;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 1px solid rgba(5,44,84,.16);
  border-radius: var(--radius-sm);
  background: rgba(255,255,255,.88);
  color: var(--ink);
  padding: 13px 14px;
  font: 400 16px/1.3 var(--sans);
}

.talent-toast {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 90;
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 14px;
  width: min(420px, calc(100% - 44px));
  padding: 16px;
  border: 1px solid rgba(0,215,189,.3);
  border-radius: var(--radius);
  background: rgba(3,24,47,.88);
  color: var(--white);
  backdrop-filter: blur(20px);
  box-shadow: 0 28px 90px rgba(3,24,47,.28);
}

.talent-toast[hidden] { display: none; }
.talent-toast img {
  width: 64px;
  height: 64px;
  object-fit: cover;
  border-radius: 14px;
  background: var(--white);
}
.talent-toast span {
  color: var(--green);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.talent-toast strong { display:block; margin-top:4px; }
.talent-toast p { margin: 4px 0 0; color: rgba(246,251,252,.68); }
.talent-toast .text-link { grid-column: 2; color: var(--green); }
.toast-close {
  position: absolute;
  right: 10px;
  top: 8px;
  border: 0;
  background: transparent;
  color: var(--white);
  font-size: 24px;
  cursor: pointer;
}

.contact-card small {
  display: block;
  margin-top: 18px;
  color: var(--muted);
  letter-spacing: 0.04em;
  text-transform: none;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 30px var(--gutter);
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 13px;
  background: var(--paper);
}

.site-footer img { width: 38px; }
.site-footer a {
  color: var(--blue);
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.profile-main {
  background: var(--paper);
}

.back-link {
  position: fixed;
  left: var(--gutter);
  top: 102px;
  z-index: 40;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border: 1px solid rgba(0, 107, 157, .18);
  border-radius: 999px;
  background: rgba(255, 255, 255, .82);
  color: var(--navy);
  backdrop-filter: blur(18px);
  box-shadow: 0 18px 50px rgba(3,24,47,.08);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.back-link-static {
  position: relative;
  left: auto;
  top: auto;
  margin: 116px var(--gutter) 0;
}

.back-link [data-icon] {
  transform: rotate(180deg);
}

.profile-hero {
  min-height: 92svh;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.72fr);
  gap: clamp(24px, 5vw, 76px);
  align-items: end;
  padding: 140px var(--gutter) 60px;
}

.profile-title h1 {
  color: var(--ink);
  font-size: clamp(30px, 4vw, 58px);
}

.profile-title .lead {
  color: var(--muted);
}

.profile-portrait {
  position: relative;
  overflow: hidden;
  min-height: 620px;
  border-radius: var(--radius);
  background: var(--midnight);
  box-shadow: 0 30px 90px rgba(3, 24, 47, 0.14);
}

.profile-portrait img {
  width: 100%;
  height: 620px;
  object-fit: cover;
}

.profile-content {
  display: grid;
  grid-template-columns: minmax(260px, 0.42fr) minmax(0, 1fr);
  gap: clamp(24px, 5vw, 80px);
  padding: 0 var(--gutter) clamp(80px, 10vw, 140px);
}

.profile-stats,
.profile-copy {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.74);
  box-shadow: 0 24px 70px rgba(3, 24, 47, 0.06);
}

.profile-stats {
  padding: 24px;
}

.profile-stat {
  display: grid;
  gap: 6px;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}

.profile-stat:last-child { border-bottom: 0; }

.profile-stat strong {
  color: var(--navy);
  font-size: 24px;
}

.profile-stat span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.social-stats {
  display: grid;
  gap: 10px;
  margin-top: 22px;
}

.social-stat {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 10px;
  align-items: center;
  padding: 12px;
  border: 1px solid rgba(0,107,157,.12);
  border-radius: var(--radius-sm);
  background: rgba(0,168,189,.06);
  transition: border-color 180ms ease, background 180ms ease, transform 180ms ease;
}

.social-stat:hover,
.social-stat:focus-visible {
  border-color: rgba(0, 215, 189, .42);
  background: rgba(0, 215, 189, .1);
  transform: translateY(-2px);
}

.social-stat.is-disabled {
  pointer-events: none;
}

.social-stat [data-icon] {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  color: var(--blue);
  background: rgba(0,107,157,.08);
}

.social-stat strong,
.social-stat em {
  display: block;
}

.social-stat strong {
  color: var(--navy);
  font-size: 16px;
}

.social-stat em {
  color: var(--muted);
  font-size: 11px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.profile-copy {
  padding: clamp(26px, 5vw, 60px);
}

.profile-copy h2 {
  font-size: clamp(25px, 3vw, 42px);
}

.profile-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.profile-tags span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 9px 12px;
  border: 1px solid rgba(0, 107, 157, 0.2);
  border-radius: 999px;
  color: var(--navy);
  background: rgba(0, 168, 189, 0.08);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.profile-tags span::before {
  content: "";
  width: 15px;
  height: 15px;
  flex: 0 0 15px;
  background: center / contain no-repeat;
}

.profile-tags span:nth-child(1)::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23052c54' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='M12 7l4 3-1.5 5h-5L8 10z'/%3E%3Cpath d='M12 7V3M16 10l4-1M14.5 15l2.5 4M9.5 15L7 19M8 10L4 9'/%3E%3C/svg%3E");
}

.profile-tags span:nth-child(2)::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23052c54' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='7' cy='12' r='3'/%3E%3Ccircle cx='17' cy='6' r='3'/%3E%3Ccircle cx='17' cy='18' r='3'/%3E%3Cpath d='M10 10.5l4-3M10 13.5l4 3'/%3E%3C/svg%3E");
}

.profile-tags span:nth-child(3)::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23052c54' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 11v5a2 2 0 0 0 2 2h2l2 3v-3h2'/%3E%3Cpath d='M4 11l12-5v12L4 16z'/%3E%3Cpath d='M18 9l3-2M18 15l3 2'/%3E%3C/svg%3E");
}

.profile-tags span:nth-child(4)::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23052c54' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 20V10M12 20V4M19 20v-7'/%3E%3Cpath d='M4 20h16'/%3E%3Cpath d='M16 6l2 2 4-5'/%3E%3C/svg%3E");
}

.all-creators {
  padding: 0 var(--gutter) clamp(80px, 10vw, 140px);
}

.creator-strip {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding-bottom: 12px;
  scroll-snap-type: x mandatory;
}

.creator-strip a {
  position: relative;
  overflow: hidden;
  min-width: 260px;
  min-height: 180px;
  display: flex;
  align-items: flex-end;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: var(--midnight);
  color: var(--white);
  background-size: cover;
  background-position: center;
  font-weight: 800;
  text-transform: uppercase;
  transition: transform 220ms ease, border-color 220ms ease, color 220ms ease;
  scroll-snap-align: start;
}

.creator-strip a:nth-child(1) { background-image: linear-gradient(180deg, transparent 35%, rgba(2,9,20,.82)), url("/media/talents/optimized/pau-torres.webp"); }
.creator-strip a:nth-child(2) { background-image: linear-gradient(180deg, transparent 35%, rgba(2,9,20,.82)), url("/media/talents/optimized/joselu.webp"); }
.creator-strip a:nth-child(3) { background-image: linear-gradient(180deg, transparent 35%, rgba(2,9,20,.82)), url("/media/talents/optimized/dani-carvajal.webp"); }
.creator-strip a:nth-child(4) { background-image: linear-gradient(180deg, transparent 35%, rgba(2,9,20,.82)), url("/media/talents/optimized/juan-carlos-arana.webp"); }
.creator-strip a:nth-child(5) { background-image: linear-gradient(180deg, transparent 35%, rgba(2,9,20,.82)), url("/media/talents/optimized/yeremy-pino.webp"); }
.creator-strip a:nth-child(6) { background-image: linear-gradient(180deg, transparent 35%, rgba(2,9,20,.82)), url("/media/talents/optimized/ansu-fati.webp"); }
.creator-strip a:nth-child(7) { background-image: linear-gradient(180deg, transparent 35%, rgba(2,9,20,.82)), url("/media/talents/optimized/segarra.webp"); }
.creator-strip a:nth-child(8) { background-image: linear-gradient(180deg, transparent 35%, rgba(2,9,20,.82)), url("/media/talents/optimized/alex-perez.webp"); }
.creator-strip a:nth-child(9) { background-image: linear-gradient(180deg, transparent 35%, rgba(2,9,20,.82)), url("/media/talents/optimized/doctore-pollo.webp"); }
.creator-strip a:nth-child(10) { background-image: linear-gradient(180deg, transparent 35%, rgba(2,9,20,.82)), url("/media/talents/optimized/galeano.webp"); }

.creator-strip a {
  font-family: var(--display);
  font-size: 18px;
}

.creator-name-pill {
  display: inline-flex;
  align-items: center;
  gap: .24em;
  max-width: 100%;
  padding: 9px 12px;
  border-radius: 10px;
  background: rgba(255,255,255,.92);
  color: var(--navy);
  backdrop-filter: blur(14px);
  box-shadow: 0 12px 30px rgba(3,24,47,.16);
}

.creator-strip a::after {
  position: absolute;
  right: 12px;
  bottom: 16px;
  width: 18px;
  height: 18px;
}

.creator-strip a::before {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 3px;
  background: linear-gradient(90deg, var(--turquoise), var(--green));
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 220ms ease;
}

.creator-strip a:hover {
  border-color: rgba(0, 215, 189, .5);
  color: var(--white);
  transform: translateY(-3px);
}

.creator-strip a:hover::before {
  transform: scaleX(1);
  transform-origin: left;
}

.catalog-main,
.campaign-index,
.case-main {
  min-height: 100svh;
  background: var(--paper);
}

.catalog-hero {
  padding-top: 150px;
  padding-bottom: 50px;
}

.catalog-hero h1,
.case-hero h1 {
  color: var(--ink);
}

.catalog-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(330px, 430px);
  gap: clamp(20px, 4vw, 56px);
  align-items: start;
  padding-top: 30px;
}

.catalog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.catalog-item {
  position: relative;
  min-height: 320px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--midnight);
  color: var(--white);
  cursor: pointer;
  text-align: left;
  box-shadow: 0 20px 60px rgba(3,24,47,.08);
}

.catalog-item img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 400ms ease, filter 400ms ease;
}

.catalog-item::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, transparent 35%, rgba(2,9,20,.82));
}

.catalog-item span,
.catalog-item small {
  position: relative;
  z-index: 2;
  display: block;
  margin-inline: 16px;
}

.catalog-item span {
  margin-top: 230px;
  font-family: var(--display);
  font-size: clamp(18px, 2vw, 26px);
  line-height: 1;
  text-transform: uppercase;
}

.catalog-item small {
  margin-top: 8px;
  margin-bottom: 16px;
  color: rgba(246,251,252,.68);
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.catalog-item:hover img,
.catalog-item.is-active img {
  transform: scale(1.05);
  filter: saturate(1.08) contrast(1.08);
}

.catalog-item.is-active {
  outline: 2px solid var(--turquoise);
  outline-offset: 4px;
}

.catalog-detail {
  position: sticky;
  top: 104px;
  overflow: hidden;
  min-height: 640px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255,255,255,.96);
  box-shadow: 0 24px 80px rgba(3,24,47,.08);
}

.catalog-empty {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: grid;
  place-items: center;
  gap: 18px;
  padding: 30px;
  text-align: center;
  color: var(--muted);
  background: linear-gradient(135deg, #fff, var(--paper-2));
  transition: opacity 220ms ease, visibility 220ms ease;
}

.catalog-empty img {
  width: 74px;
  animation: startPulse 2.6s ease-in-out infinite;
}

.catalog-empty p {
  animation: startText 2.6s ease-in-out infinite;
}

.catalog-detail.has-selection .catalog-empty {
  display: none;
  opacity: 0;
  visibility: hidden;
}

#catalog-image {
  width: 100%;
  height: 320px;
  object-fit: cover;
}

.catalog-copy {
  padding: 22px;
}

.catalog-copy h2 {
  font-size: clamp(24px, 3vw, 38px);
}

.compact {
  margin: 18px 0;
}

.catalog-actions {
  display: grid;
  gap: 10px;
}

.campaign-directory {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  padding-top: 20px;
}

.campaign-tile {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--midnight);
  color: var(--white);
}

.campaign-tile img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms ease;
}

.campaign-tile::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, transparent, rgba(2,9,20,.82));
}

.campaign-tile span,
.campaign-tile strong {
  position: relative;
  z-index: 2;
  display: block;
  margin-inline: 18px;
}

.campaign-tile span {
  margin-top: 390px;
  color: var(--green);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.campaign-tile strong {
  margin-top: 10px;
  max-width: 280px;
  font-size: 24px;
}

.campaign-tile:hover img {
  transform: scale(1.05);
}

.case-main {
  padding-top: 120px;
}

.case-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, .54fr);
  gap: clamp(24px, 5vw, 70px);
  align-items: end;
  padding: 56px var(--gutter);
}

.case-hero img {
  width: 100%;
  min-height: 620px;
  object-fit: cover;
  border-radius: var(--radius);
  box-shadow: 0 30px 90px rgba(3,24,47,.16);
}

.case-proof {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  padding: 0 var(--gutter) 100px;
}

.case-proof article {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255,255,255,.78);
}

.case-proof span {
  display: block;
  margin-bottom: 10px;
  color: var(--blue);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.about-main {
  min-height: 100svh;
  background: var(--paper);
}

.about-hero {
  min-height: 82svh;
  display: grid;
  align-content: end;
  background:
    linear-gradient(90deg, rgba(247,248,245,.98), rgba(247,248,245,.62)),
    url("/assets/services-long.webp") center / cover;
}

.about-hero h1 {
  color: var(--ink);
  max-width: 920px;
}

.about-split {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.about-split article,
.about-services div {
  position: relative;
  overflow: hidden;
  padding: clamp(24px, 4vw, 46px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255,255,255,.82);
  box-shadow: 0 24px 70px rgba(3,24,47,.07);
}

.about-split article::after {
  content: "";
  position: absolute;
  right: -30px;
  bottom: 28px;
  width: 140px;
  height: 28px;
  background: linear-gradient(90deg, var(--turquoise), var(--green));
  transform: skewX(-28deg);
  opacity: .55;
}

.about-split span {
  color: var(--blue);
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.about-services {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.about-services .section-index {
  grid-column: 1 / -1;
}

.about-services strong,
.about-services span {
  display: block;
}

.about-services strong {
  color: var(--navy);
  font-size: 22px;
  text-transform: uppercase;
}

.about-services span {
  margin-top: 12px;
  color: var(--muted);
  line-height: 1.45;
}

@media (max-width: 1050px) {
  .thesis,
  .section-head,
  .talent-board,
  .services,
  .production-system,
  .profile-hero,
  .profile-content,
  .catalog-shell,
  .case-hero {
    grid-template-columns: 1fr;
  }

  .campaign-showcase,
  .campaign-directory,
  .case-proof,
  .about-split,
  .about-services {
    grid-template-columns: 1fr;
  }

  .creator-strip {
    grid-template-columns: none;
  }

  .section-head-copy,
  .section-collage {
    grid-column: auto;
  }

  .section-collage {
    min-height: 180px;
  }

  .production-focus {
    position: relative;
    top: auto;
    min-height: 380px;
  }

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

  .production-orbit .kit-item {
    min-height: 230px;
  }

  .catalog-detail {
    position: relative;
    top: auto;
  }

  .campaign-feature:first-child {
    grid-row: auto;
    min-height: 560px;
  }
}

@media (max-width: 720px) {
  :root {
    --gutter: 18px;
    --radius: 14px;
  }

  .site-header {
    inset: 10px 14px auto;
    height: 58px;
  }

  .desktop-nav { display: none; }
  .menu-button { display: block; }

  .section-panel {
    padding: 78px var(--gutter);
  }

  h1 {
    max-width: 100%;
    font-size: clamp(22px, 5.8vw, 28px);
    line-height: 1.08;
    letter-spacing: -0.018em;
    overflow-wrap: break-word;
  }

  h2 {
    font-size: clamp(19px, 5vw, 24px);
    line-height: 1.1;
    letter-spacing: -0.012em;
    overflow-wrap: break-word;
  }

  .hero {
    min-height: 94svh;
    padding-top: 112px;
  }

  .hero-bg img {
    object-position: 62% center;
  }

  .hero-layer {
    background:
      linear-gradient(90deg, rgba(2, 9, 20, 0.88), rgba(3, 24, 47, 0.45)),
      linear-gradient(180deg, rgba(2, 9, 20, 0.18), rgba(2, 9, 20, 0.9));
  }

  .hero-copy {
    width: 100%;
    padding-bottom: 220px;
  }

  .hero h1 {
    max-width: 18ch;
    font-size: clamp(15px, 4vw, 18px);
    line-height: 1.12;
  }

  .hero::after {
    display: none;
  }

  .hero .lead {
    max-width: min(100%, 34ch);
  }

  .lead,
  .thesis p,
  .section-head p,
  .contact-card p,
  .campaign-feature p,
  .profile-copy p {
    max-width: min(100%, 36ch);
    font-size: 15px;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .btn {
    width: 100%;
    min-height: 44px;
  }

  .hero-card {
    bottom: 18px;
  }

  .signal-stats {
    grid-template-columns: 1fr;
  }

  .talent-preview {
    top: 78px;
    z-index: 12;
    min-height: 360px;
    max-height: 58svh;
    box-shadow: 0 22px 70px rgba(3,24,47,.28);
  }

  .talent-list {
    margin-top: 20px;
  }

  .talent-preview img {
    height: 360px;
  }

  .preview-copy {
    inset: auto 12px 12px;
    padding: 14px;
  }

  .talent-row {
    grid-template-columns: 14px 1fr;
    gap: 11px;
    padding: 20px 0;
  }

  .talent-row strong {
    font-size: clamp(20px, 6.3vw, 28px);
  }

  .talent-row em {
    grid-column: 2;
    justify-self: start;
  }

  .campaign-feature,
  .campaign-feature:first-child {
    min-height: 470px;
  }

  .campaign-feature h3 {
    font-size: 22px;
  }

  .production-kit {
    min-height: 760px;
  }

  .kit-case {
    top: 160px;
  }

  .kit-item {
    width: 92px;
    height: 92px;
  }

  .kit-item:nth-of-type(1) { left: 8%; top: 12%; }
  .kit-item:nth-of-type(2) { right: 8%; top: 12%; }
  .kit-item:nth-of-type(3) { left: 8%; bottom: 28%; }
  .kit-item:nth-of-type(4) { right: 8%; bottom: 28%; }
  .kit-item:nth-of-type(5) { left: 50%; top: 42%; }

  .production-orbit {
    grid-template-columns: 1fr;
  }

  .production-orbit .kit-item {
    position: relative;
    inset: auto;
    width: auto;
    height: auto;
    min-height: 156px;
    align-content: end;
    transform: none;
  }

  .production-orbit .kit-item:nth-of-type(1),
  .production-orbit .kit-item:nth-of-type(2),
  .production-orbit .kit-item:nth-of-type(3),
  .production-orbit .kit-item:nth-of-type(4),
  .production-orbit .kit-item:nth-of-type(5) {
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
  }

  .profile-hero {
    min-height: auto;
    padding: 118px var(--gutter) 40px;
  }

  .profile-title h1 {
    font-size: clamp(27px, 9vw, 36px);
  }

  .catalog-hero {
    padding-bottom: 18px;
  }

  .catalog-shell {
    padding-top: 18px;
  }

  .profile-portrait,
  .profile-portrait img {
    min-height: 430px;
    height: 430px;
  }

  .back-link {
    top: 82px;
    max-width: calc(100% - 36px);
  }

  .creator-strip,
  .catalog-grid {
    grid-template-columns: 1fr;
  }

  .catalog-item {
    min-height: 360px;
  }

  .catalog-detail {
    order: -1;
    position: sticky;
    top: 78px;
    z-index: 20;
    min-height: 150px;
    max-height: 34svh;
    background: #fff;
    box-shadow: 0 18px 60px rgba(3,24,47,.14);
  }

  .catalog-empty {
    min-height: 150px;
    gap: 6px;
  }

  #catalog-image {
    height: 112px;
  }

  .catalog-detail.has-selection #catalog-image {
    display: none;
  }

  .catalog-detail.has-selection .catalog-copy {
    padding: 14px;
  }

  .catalog-detail.has-selection #catalog-role,
  .catalog-detail.has-selection #catalog-name,
  .catalog-detail.has-selection #catalog-bio,
  .catalog-detail.has-selection .compact {
    display: none;
  }

  .catalog-detail.has-selection .catalog-actions {
    display: grid;
    gap: 8px;
  }

  .catalog-detail.has-selection .btn {
    min-height: 42px;
  }

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

  .campaign-tile {
    min-height: 450px;
  }

  .campaign-tile span {
    margin-top: 320px;
  }

  .case-main {
    padding-top: 104px;
  }

  .case-hero {
    padding: 48px var(--gutter);
  }

  .case-hero img {
    min-height: 430px;
  }

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }
}

@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

@keyframes pulseText {
  0% { opacity: 0; transform: translateY(120%); }
  8%, 18% { opacity: 1; transform: translateY(0); }
  28%, 100% { opacity: 0; transform: translateY(-120%); }
}

@keyframes logoBounce {
  0% { left: -8%; top: -18%; transform: rotate(-8deg) scale(1); }
  31% { left: 58%; top: -10%; transform: rotate(4deg) scale(1.08); }
  63% { left: 44%; top: 54%; transform: rotate(-4deg) scale(.96); }
  100% { left: -4%; top: 42%; transform: rotate(7deg) scale(1.04); }
}

@keyframes cardStream {
  from { transform: translateX(0); }
  to { transform: translateX(-48%); }
}

@keyframes startPulse {
  0%, 100% { transform: translateY(0) scale(1); opacity: .72; }
  50% { transform: translateY(-6px) scale(1.04); opacity: 1; }
}

@keyframes startText {
  0%, 100% { opacity: .54; transform: translateY(4px); }
  50% { opacity: 1; transform: translateY(0); }
}

.desktop-nav a {
  line-height: 1.35;
  padding-block: 5px;
}

.mobile-menu a {
  position: relative;
  overflow: hidden;
}

.mobile-menu a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 8px;
  width: 42px;
  height: 2px;
  background: linear-gradient(90deg, var(--navy), var(--turquoise));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 220ms ease;
}

.mobile-menu a:hover::after,
.mobile-menu a:focus-visible::after,
.mobile-menu a.is-current::after {
  transform: scaleX(1);
}

.brand-marquee,
.section-collage {
  mask-image: linear-gradient(90deg, transparent 0, #000 8%, #000 92%, transparent 100%);
}

.logo-track {
  animation-duration: 42s;
}

.logo-word {
  border-radius: 12px;
  transition: transform 220ms ease, color 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.logo-word:hover,
.logo-word:focus-visible {
  border-color: rgba(0, 215, 189, .42);
  color: var(--blue) !important;
  transform: translateY(-2px);
  box-shadow: 0 20px 46px rgba(0, 107, 157, .1);
}

.section-collage::before,
.section-collage::after {
  content: "";
  position: absolute;
  z-index: 3;
  top: 0;
  bottom: 0;
  width: 18%;
  pointer-events: none;
}

.section-collage::before {
  left: 0;
  background: linear-gradient(90deg, var(--paper), transparent);
}

.section-collage::after {
  right: 0;
  background: linear-gradient(270deg, var(--paper), transparent);
}

.collage-track {
  animation-duration: 30s;
}

.collage-track span {
  animation: floatCard 7s ease-in-out infinite alternate;
}

.collage-track span:nth-child(3n) {
  margin-top: 22px;
  filter: blur(.8px) saturate(.9);
  transform: rotate(-5deg) scale(.92);
  animation-duration: 9s;
}

.collage-track span:nth-child(4n) {
  margin-top: 66px;
  filter: blur(2px) saturate(.78);
  opacity: .66;
  transform: rotate(5deg) scale(.86);
  animation-duration: 11s;
}

.campaign-feature {
  cursor: pointer;
}

.campaign-feature:focus-within,
.campaign-feature:hover {
  outline: 1px solid rgba(0, 215, 189, .34);
  outline-offset: 4px;
}

.production-orbit .kit-item {
  overflow: hidden;
  min-width: 0;
}

.production-orbit .kit-item::before {
  content: "";
  position: absolute;
  inset: 58px 12px 104px;
  border-radius: 13px;
  background: var(--kit-image, url("/assets/services-long.webp")) center / cover;
  opacity: .84;
  filter: saturate(.9) contrast(1.03);
  transition: transform 320ms ease, filter 320ms ease, opacity 320ms ease;
}

.production-orbit .kit-item:nth-child(1) { --kit-image: url("/assets/contact-banner.webp"); }
.production-orbit .kit-item:nth-child(2) { --kit-image: url("/assets/hero-campaign.webp"); }
.production-orbit .kit-item:nth-child(3) { --kit-image: url("/assets/campaign-laliga.webp"); }
.production-orbit .kit-item:nth-child(4) { --kit-image: url("/assets/campaign-justeat.webp"); }
.production-orbit .kit-item:nth-child(5) { --kit-image: url("/assets/campaign-hellmans.webp"); }

.production-orbit .kit-item:hover::before,
.production-orbit .kit-item:focus-visible::before,
.production-orbit .kit-item.is-active::before {
  opacity: 1;
  filter: saturate(1.04) contrast(1.08);
  transform: scale(1.04);
}

.production-orbit .kit-item [data-icon],
.production-orbit .kit-item strong,
.production-orbit .kit-item em {
  position: relative;
  z-index: 2;
}

.production-orbit .kit-item strong {
  max-width: 100%;
  overflow-wrap: anywhere;
  font-size: clamp(13px, .92vw, 16px);
}

.production-focus {
  overflow: hidden;
}

.production-focus h3 {
  position: relative;
  z-index: 2;
  font-size: clamp(22px, 2.1vw, 32px);
}

.production-focus::before {
  content: "";
  position: absolute;
  right: -20%;
  top: 16%;
  width: 78%;
  aspect-ratio: 1;
  background: url("/assets/beiz-logo.svg") center / contain no-repeat;
  opacity: .08;
  filter: blur(2px);
  animation: logoDrift 18s ease-in-out infinite alternate;
}

.service-item {
  min-height: 92px;
}

.service-item strong {
  color: var(--white);
  font-family: var(--display);
  font-weight: 800;
  line-height: 1.08;
  background: linear-gradient(90deg, var(--white), var(--turquoise) 54%, var(--green));
  -webkit-background-clip: text;
  background-clip: text;
}

.service-item strong::after {
  color: var(--green);
  background: linear-gradient(90deg, var(--turquoise), var(--green));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.service-item.is-open em {
  max-height: 140px;
}

.talent-row strong::before {
  width: .82em;
  height: .82em;
  right: -.02em;
}

.catalog-item span::after,
.profile-title h1::after,
.creator-strip a::after {
  width: .5em;
  height: .5em;
  margin-left: .16em;
  vertical-align: .05em;
}

.profile-title h1 {
  overflow: visible;
}

.profile-stats {
  align-self: start;
}

.social-stats {
  gap: 14px;
  margin-top: 18px;
}

.social-stat {
  grid-template-columns: 54px 1fr;
  padding: 18px;
  border-color: rgba(0, 107, 157, .14);
  background: linear-gradient(135deg, rgba(255,255,255,.94), rgba(0,168,189,.08));
}

.social-stat [data-icon] {
  width: 54px;
  height: 54px;
  border-radius: 14px;
}

.social-stat [data-icon] svg {
  width: 28px;
  height: 28px;
  stroke-width: 1.65;
}

.social-stat strong {
  font-family: var(--condensed);
  font-size: clamp(42px, 5vw, 72px);
  line-height: .9;
  letter-spacing: .02em;
}

.social-stat em {
  margin-top: 8px;
}

.all-creators {
  overflow: hidden;
}

.carousel-controls {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  margin: -38px 0 14px;
}

.carousel-controls button {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(5, 44, 84, .16);
  border-radius: 12px;
  background: rgba(255, 255, 255, .78);
  color: var(--navy);
  cursor: pointer;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.carousel-controls button:first-child [data-icon] {
  transform: rotate(180deg);
}

.carousel-controls button:hover,
.carousel-controls button:focus-visible {
  border-color: rgba(0, 215, 189, .5);
  background: rgba(0, 215, 189, .1);
  transform: translateY(-2px);
}

.creator-strip {
  gap: 14px;
  overflow-x: auto;
  overflow-y: visible;
  padding: 2px 0 4px;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  mask-image: linear-gradient(90deg, transparent 0, #000 5%, #000 95%, transparent 100%);
}

.creator-strip::-webkit-scrollbar {
  display: none;
}

.creator-strip a {
  min-width: 250px;
  min-height: auto;
  display: grid;
  grid-template-rows: 168px auto;
  gap: 8px;
  overflow: visible;
  padding: 0;
  border: 0;
  background: transparent !important;
  color: var(--navy);
  scroll-snap-align: start;
}

.creator-photo {
  display: block;
  border: 1px solid rgba(5, 44, 84, .12);
  border-radius: 14px;
  background:
    linear-gradient(180deg, transparent 44%, rgba(2,9,20,.44)),
    var(--creator-image) top center / cover no-repeat;
  box-shadow: 0 18px 46px rgba(3, 24, 47, .1);
  transition: transform 260ms ease, filter 260ms ease;
}

.creator-strip a:hover .creator-photo,
.creator-strip a:focus-visible .creator-photo {
  transform: translateY(-4px) scale(1.018);
  filter: saturate(1.05) contrast(1.04);
}

.creator-name-pill {
  position: relative;
  display: inline-flex;
  width: fit-content;
  max-width: 100%;
  padding: 8px 10px;
  border: 1px solid rgba(5, 44, 84, .12);
  border-radius: 10px;
  background: rgba(255,255,255,.86);
  color: var(--navy);
  font-family: var(--display);
  font-size: clamp(13px, 1.2vw, 17px);
  line-height: 1;
  box-shadow: 0 14px 30px rgba(3,24,47,.08);
}

.creator-strip a::after {
  position: static;
  align-self: center;
  grid-row: 2;
  grid-column: 1;
  justify-self: end;
  width: 18px;
  height: 18px;
  margin: 8px 10px 0 0;
}

.creator-strip a::before {
  display: none;
}

.creator-strip a:hover {
  transform: none;
}

.catalog-empty {
  align-content: center;
  place-items: center;
  gap: 8px;
}

.catalog-empty img {
  width: 84px;
}

.catalog-empty p {
  max-width: 24ch;
  margin: 0;
}

.catalog-detail.has-selection::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: .05;
  background: var(--selected-image) center / cover no-repeat;
  filter: blur(12px);
}

.catalog-detail > * {
  position: relative;
  z-index: 1;
}

@keyframes floatCard {
  from { transform: translateY(0) rotate(-2deg); }
  to { transform: translateY(-14px) rotate(2deg); }
}

@keyframes logoDrift {
  from { transform: translate3d(0, 0, 0) rotate(-7deg); }
  to { transform: translate3d(-42px, 34px, 0) rotate(5deg); }
}

html {
  view-transition-name: root;
}

html.is-leaving body {
  opacity: .001;
  transform: translateY(8px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.desktop-nav a {
  height: 24px;
  align-items: center;
  overflow: visible;
}

.desktop-nav a::before,
.desktop-nav a::after {
  transition: transform 320ms cubic-bezier(.2,.8,.2,1), color 220ms ease, opacity 220ms ease;
}

.desktop-nav a::after {
  color: var(--blue);
  transform: translateY(155%);
}

.desktop-nav a:hover::before,
.desktop-nav a:focus-visible::before {
  transform: translateY(-155%);
  opacity: 0;
}

.desktop-nav a:hover::after,
.desktop-nav a:focus-visible::after,
.desktop-nav a.is-current::after {
  transform: translateY(0);
  opacity: 1;
}

.desktop-nav a.is-current::before {
  opacity: 0;
}

.brand-track {
  gap: 30px;
  animation: marquee 46s linear infinite;
}

.logo-track {
  mask-image: linear-gradient(90deg, transparent 0, #000 7%, #000 93%, transparent 100%);
}

.logo-word {
  min-width: 168px;
  height: 72px;
  padding: 14px 24px;
}

.logo-word img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: saturate(.95);
}

.collage-track {
  gap: 12px;
  animation: cardStream 52s linear infinite;
  will-change: transform;
}

.campaigns .collage-track {
  animation-duration: 34s;
}

.collage-track span,
.collage-track a {
  width: 165px;
  aspect-ratio: 1;
  flex: 0 0 auto;
  border-radius: var(--radius-sm);
  background-size: cover;
  background-position: top center;
  box-shadow: 0 18px 44px rgba(3, 24, 47, 0.12);
  animation: floatCard 8s ease-in-out infinite alternate;
}

.collage-track a {
  display: block;
}

.collage-track span:nth-child(5n),
.collage-track a:nth-child(5n) {
  margin-top: 58px;
  filter: blur(2.2px) saturate(.76);
  opacity: .62;
  transform: scale(.82) rotate(4deg);
}

.collage-track span:nth-child(3n),
.collage-track a:nth-child(3n) {
  margin-top: 24px;
  filter: blur(.8px) saturate(.9);
  opacity: .82;
  transform: scale(.92) rotate(-4deg);
}

.catalog-detail:not(.has-selection) {
  display: grid;
  place-items: center;
  min-height: 640px;
}

.catalog-detail:not(.has-selection) #catalog-image,
.catalog-detail:not(.has-selection) .catalog-copy {
  display: none !important;
}

.catalog-detail:not(.has-selection) .catalog-empty {
  position: relative;
  inset: auto;
  min-height: auto;
  padding: 34px;
  background: transparent;
}

.catalog-detail:not(.has-selection)::before {
  content: none;
}

.verified-mark {
  display: inline-block;
  width: .68em;
  height: .68em;
  margin-left: .18em;
  background: url("/assets/verified-badge.svg") center / contain no-repeat;
  vertical-align: .02em;
  flex: 0 0 auto;
}

.talent-row strong {
  display: inline-flex;
  align-items: center;
  gap: .08em;
  overflow: visible;
  padding-right: 0;
}

.talent-row strong::before {
  content: none !important;
}

.talent-row strong::after {
  display: none;
}

.talent-row strong span {
  display: inline-block;
}

.talent-row:hover strong span,
.talent-row.is-active strong span {
  transform: translateX(8px);
}

.catalog-item span {
  display: inline-flex;
  align-items: center;
  gap: .08em;
  overflow: visible;
}

.catalog-item span::after,
.creator-strip a::after {
  content: none !important;
}

.profile-title h1::after {
  width: .54em;
  height: .54em;
  margin-left: .16em;
  vertical-align: .04em;
}

.creator-strip {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(230px, 260px);
  gap: 14px;
}

.creator-mini-card {
  min-width: 0 !important;
  display: grid !important;
  grid-template-rows: 190px auto !important;
  gap: 10px !important;
  border: 1px solid rgba(5,44,84,.12) !important;
  border-radius: 16px !important;
  padding: 10px !important;
  background: rgba(255,255,255,.78) !important;
  box-shadow: 0 18px 54px rgba(3,24,47,.08);
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease !important;
}

.creator-mini-card:hover,
.creator-mini-card:focus-visible {
  transform: translateY(-4px) !important;
  border-color: rgba(0,215,189,.42) !important;
  box-shadow: 0 26px 64px rgba(3,24,47,.12);
}

.creator-photo {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  object-position: top center;
  border-radius: 12px;
  background: var(--paper-2);
}

.creator-name-pill {
  display: inline-flex;
  align-items: center;
  gap: .08em;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  color: var(--navy);
}

.services::after {
  content: "";
  position: absolute;
  z-index: 4;
  right: 10%;
  top: 18%;
  width: min(36vw, 520px);
  aspect-ratio: 1;
  background: url("/assets/beiz-logo.svg") center / contain no-repeat;
  opacity: .11;
  filter: blur(7px);
  mix-blend-mode: screen;
  pointer-events: none;
  animation: logoFloatOver 16s ease-in-out infinite alternate;
}

.services > * {
  position: relative;
  z-index: 3;
}

.service-item {
  grid-template-columns: 44px minmax(0, 1fr);
  min-height: 118px;
  overflow: visible;
}

.service-item strong {
  overflow: visible;
  width: auto;
  min-height: 1.25em;
  font-size: clamp(20px, 2.5vw, 36px);
  line-height: 1.08;
}

.service-item strong span {
  background: linear-gradient(90deg, var(--white), var(--turquoise) 58%, var(--green));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  transition: transform 280ms cubic-bezier(.2,.8,.2,1), filter 280ms ease;
}

.service-item strong::after {
  display: none;
}

.service-item:hover strong span,
.service-item.is-open strong span {
  transform: translateX(10px);
  filter: drop-shadow(0 0 16px rgba(0,215,189,.25));
}

.service-item em {
  max-height: none;
  overflow: visible;
}

@keyframes logoFloatOver {
  0% { transform: translate3d(0, 0, 0) rotate(-6deg) scale(.92); opacity: .08; filter: blur(10px); }
  48% { transform: translate3d(-28vw, 34px, 0) rotate(4deg) scale(1.08); opacity: .16; filter: blur(5px); }
  100% { transform: translate3d(-8vw, 96px, 0) rotate(-2deg) scale(.98); opacity: .1; filter: blur(8px); }
}

@media (max-width: 720px) {
  .catalog-detail {
    max-height: none;
  }

  .catalog-empty {
    min-height: 168px;
  }

  .catalog-detail.has-selection {
    display: grid;
    grid-template-columns: 92px 1fr;
    gap: 10px;
    min-height: 132px;
    padding: 10px;
  }

  .catalog-detail.has-selection #catalog-image {
    display: block;
    width: 92px;
    height: 112px;
    border-radius: 12px;
    object-fit: cover;
    object-position: top center;
  }

  .catalog-detail.has-selection .catalog-copy {
    min-width: 0;
    padding: 0;
  }

  .catalog-detail.has-selection #catalog-name {
    display: block;
    margin: 2px 0 8px;
    font-size: 19px;
  }

  .catalog-detail.has-selection #catalog-role,
  .catalog-detail.has-selection #catalog-bio,
  .catalog-detail.has-selection .compact {
    display: none;
  }

  .catalog-actions {
    gap: 7px;
  }

  .catalog-detail.has-selection .btn {
    width: 100%;
    min-height: 36px;
    font-size: 10px;
  }

  .carousel-controls {
    margin-top: -34px;
  }

  .creator-strip a {
    min-width: 212px;
    grid-template-rows: 148px auto;
  }

  .social-stat {
    grid-template-columns: 44px 1fr;
    padding: 14px;
  }

  .social-stat [data-icon] {
    width: 44px;
    height: 44px;
  }

  .social-stat strong {
    font-size: 44px;
  }
}

body {
  animation: pageEnter 420ms cubic-bezier(.2,.8,.2,1) both;
}

html.is-leaving body {
  opacity: 0;
  transform: translateY(-16px);
  transition: opacity 260ms cubic-bezier(.2,.8,.2,1), transform 260ms cubic-bezier(.2,.8,.2,1);
}

.desktop-nav a {
  display: inline-grid;
  height: 20px;
  align-items: center;
  overflow: hidden;
  padding-block: 2px;
}

.desktop-nav a::before,
.desktop-nav a::after {
  line-height: 1;
  transition: transform 280ms cubic-bezier(.2,.8,.2,1), opacity 220ms ease, color 220ms ease;
}

.desktop-nav a::after {
  color: var(--blue);
  transform: translateY(118%);
}

.desktop-nav a:hover::before,
.desktop-nav a:focus-visible::before {
  transform: translateY(-118%);
  opacity: 0;
}

.desktop-nav a:hover::after,
.desktop-nav a:focus-visible::after,
.desktop-nav a.is-current::after {
  transform: translateY(0);
  opacity: 1;
}

.desktop-nav a.is-current::before {
  opacity: 0;
}

.agency-pulse {
  isolation: isolate;
}

.agency-pulse::before,
.agency-pulse::after {
  content: "";
  position: absolute;
  width: min(48vw, 760px);
  aspect-ratio: 1;
  background: url("/assets/beiz-logo.svg") center / contain no-repeat;
  pointer-events: none;
}

.agency-pulse::before {
  z-index: 1;
  left: 8%;
  top: 12%;
  opacity: .035;
  filter: blur(1px);
  animation: pulseLogoDepth 28s ease-in-out infinite alternate;
}

.agency-pulse::after {
  z-index: 4;
  right: 4%;
  top: 18%;
  opacity: .045;
  filter: blur(8px);
  mix-blend-mode: multiply;
  animation: pulseLogoOver 18s ease-in-out infinite alternate;
}

.pulse-logo {
  display: none;
}

.pulse-window {
  z-index: 3;
  min-height: clamp(170px, 16vw, 250px);
}

.pulse-window span {
  z-index: 3;
  max-width: min(1180px, calc(100% - 32px));
  font-size: clamp(28px, 4.8vw, 76px);
  line-height: 1.02;
}

.pulse-window strong {
  display: inline;
  color: transparent;
  background: linear-gradient(90deg, var(--blue), var(--cyan) 48%, var(--turquoise), var(--green));
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: 900;
}

.services::after {
  content: none !important;
}

.services > * {
  z-index: 1;
}

.service-item {
  min-height: 0;
  overflow: hidden;
}

.service-item strong {
  width: fit-content;
  min-height: 0;
  overflow: visible;
  font-size: clamp(18px, 2.2vw, 30px);
}

.service-item strong span {
  color: transparent;
  background: linear-gradient(90deg, var(--white), var(--turquoise) 60%, var(--green));
  -webkit-background-clip: text;
  background-clip: text;
}

.service-item:hover strong span,
.service-item.is-open strong span {
  transform: translateX(8px);
}

.collage-track {
  animation-name: seamlessCardStream;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

.campaigns .collage-track {
  animation-duration: 22s;
}

.talent .collage-track {
  animation-duration: 68s;
}

.collage-track span,
.collage-track a {
  transform: translateZ(0);
}

.verified-mark,
.catalog-item span::after,
.profile-title h1::after,
.creator-strip a::after {
  background-image: url("/assets/verificado.png") !important;
  background-size: contain !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

.verified-mark {
  width: .86em;
  height: .86em;
  margin-left: .18em;
  vertical-align: -.08em;
}

.profile-title h1::after {
  width: .62em;
  height: .62em;
  vertical-align: -.06em;
}

.signal-dot {
  width: 20px;
  height: 13px;
  border: 0;
  border-radius: 2px;
  background: linear-gradient(135deg, rgba(0,107,157,.18), rgba(0,168,189,.34));
  clip-path: polygon(24% 0, 100% 0, 76% 100%, 0 100%);
  transform: skewX(-8deg);
  transition: background 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}

.talent-row:hover .signal-dot,
.talent-row.is-active .signal-dot {
  background: linear-gradient(135deg, var(--blue), var(--turquoise) 58%, var(--green));
  box-shadow: 0 0 0 9px rgba(0, 215, 189, .1);
  transform: skewX(-8deg) translateX(2px) scale(1.08);
}

@keyframes seamlessCardStream {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(-50%, 0, 0); }
}

@keyframes pageEnter {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes pulseLogoDepth {
  0% { transform: translate3d(-8%, -4%, 0) rotate(-8deg) scale(.9); opacity: .025; }
  100% { transform: translate3d(22%, 12%, 0) rotate(5deg) scale(1.06); opacity: .055; }
}

@keyframes pulseLogoOver {
  0% { transform: translate3d(10%, -10%, 0) rotate(6deg) scale(.86); opacity: .025; filter: blur(13px); }
  45% { transform: translate3d(-44vw, 22px, 0) rotate(-4deg) scale(1.08); opacity: .075; filter: blur(7px); }
  100% { transform: translate3d(-16vw, 84px, 0) rotate(3deg) scale(.96); opacity: .045; filter: blur(10px); }
}

.desktop-nav a {
  position: relative;
  display: inline-flex;
  width: auto;
  min-width: 0;
  height: auto;
  overflow: visible;
  padding: 8px 0;
  line-height: 1;
  font-size: 12px;
  color: var(--navy);
  transition: color 220ms ease, transform 220ms ease;
}

.desktop-nav a::before,
.desktop-nav a::after {
  content: "";
}

.desktop-nav a::before {
  position: absolute;
  left: -12px;
  top: 50%;
  width: 9px;
  height: 6px;
  border-radius: 1px;
  background: var(--navy);
  clip-path: polygon(28% 0, 100% 0, 72% 100%, 0 100%);
  opacity: 0;
  transform: translateY(-50%) translateX(-4px) skewX(-10deg);
  transition: opacity 220ms ease, transform 220ms ease;
}

.desktop-nav a::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 1px;
  height: 2px;
  background: linear-gradient(90deg, var(--navy), var(--turquoise));
  transform: scaleX(0);
  transform-origin: right;
  opacity: 0;
  transition: transform 280ms cubic-bezier(.2,.8,.2,1), opacity 220ms ease;
}

.desktop-nav a:hover,
.desktop-nav a:focus-visible,
.desktop-nav a.is-current {
  color: var(--blue);
  transform: translateY(-1px);
}

.desktop-nav a:hover::before,
.desktop-nav a:focus-visible::before,
.desktop-nav a.is-current::before {
  opacity: 1;
  transform: translateY(-50%) translateX(0) skewX(-10deg);
}

.desktop-nav a:hover::after,
.desktop-nav a:focus-visible::after,
.desktop-nav a.is-current::after {
  opacity: 1;
  transform: scaleX(1);
  transform-origin: left;
}

.agency-pulse {
  overflow: hidden;
  padding-block: clamp(34px, 4.5vw, 58px);
}

.agency-pulse::before,
.agency-pulse::after {
  width: min(54vw, 820px);
}

.agency-pulse::after {
  z-index: 5;
  opacity: .09;
  mix-blend-mode: multiply;
  filter: blur(11px);
  animation: pulseLogoOver 22s cubic-bezier(.45,0,.25,1) infinite alternate;
}

.pulse-kicker {
  z-index: 6;
  margin-bottom: 10px;
}

.pulse-window {
  z-index: 3;
  min-height: clamp(92px, 8vw, 128px);
  overflow: hidden;
}

.pulse-window span {
  max-width: min(980px, calc(100% - 44px));
  color: var(--navy);
  font-size: clamp(22px, 3vw, 42px);
  line-height: .98;
  letter-spacing: -.035em;
  animation: beizTextReveal 18s cubic-bezier(.2,.8,.2,1) infinite;
}

.pulse-window strong {
  color: transparent;
  background: linear-gradient(90deg, var(--cyan), var(--turquoise) 54%, var(--green));
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: 950;
  filter: drop-shadow(0 12px 24px rgba(0, 215, 189, .12));
}

.pulse-window span:nth-child(2) { animation-delay: 3.6s; }
.pulse-window span:nth-child(3) { animation-delay: 7.2s; }
.pulse-window span:nth-child(4) { animation-delay: 10.8s; }
.pulse-window span:nth-child(5) { animation-delay: 14.4s; }

.talent-row strong {
  display: inline-flex;
  align-items: center;
  gap: .08em;
  transition: transform 260ms cubic-bezier(.2,.8,.2,1), color 240ms ease;
}

.talent-row strong span,
.talent-row:hover strong span,
.talent-row.is-active strong span {
  transform: none;
}

.talent-row:hover strong,
.talent-row.is-active strong {
  transform: translateX(8px);
}

.signal-dot {
  width: 22px;
  height: 15px;
  border: 0;
  border-radius: 2px;
  background: var(--navy);
  clip-path: polygon(28% 0, 100% 0, 72% 100%, 0 100%);
  box-shadow: none;
  opacity: .26;
  transform: skewX(-10deg);
}

.talent-row:hover .signal-dot,
.talent-row.is-active .signal-dot {
  background: var(--navy);
  box-shadow: 0 0 0 9px rgba(5, 44, 84, .08);
  opacity: 1;
  transform: skewX(-10deg) translateX(2px) scale(1.08);
}

.service-item {
  overflow: visible;
}

.service-item strong {
  overflow: visible;
}

.service-item strong::after {
  content: none !important;
  display: none !important;
}

.service-item strong span {
  color: var(--white);
  background: none;
  -webkit-background-clip: border-box;
  background-clip: border-box;
  transition: transform 280ms cubic-bezier(.2,.8,.2,1), color 220ms ease, filter 220ms ease;
}

.service-item:hover strong span,
.service-item.is-open strong span {
  color: var(--white);
  transform: translateX(8px);
  filter: drop-shadow(0 0 12px rgba(0, 215, 189, .2));
}

.production-orbit {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  overflow-y: visible;
  padding: 8px 4px 18px;
  scroll-snap-type: x proximity;
  scrollbar-width: none;
  mask-image: linear-gradient(90deg, #000 0, #000 calc(100% - 70px), transparent 100%);
}

.production-orbit::-webkit-scrollbar {
  display: none;
}

.production-orbit .kit-item {
  flex: 0 0 clamp(178px, 14vw, 230px);
  min-width: 0;
  min-height: 360px;
  padding: 16px;
  scroll-snap-align: start;
}

.production-orbit .kit-item::before {
  inset: 58px 10px 104px;
}

.production-orbit .kit-item strong {
  font-size: clamp(12px, .78vw, 15px);
  line-height: .92;
  letter-spacing: -.02em;
}

.production-orbit .kit-item em {
  font-size: clamp(10px, .72vw, 13px);
  line-height: 1.05;
  letter-spacing: .08em;
}

.collage-track {
  gap: 0 !important;
  animation-name: seamlessCardStream;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

.collage-track .motion-card {
  margin-right: 12px;
  margin-top: 0;
  filter: none;
  opacity: 1;
  transform: translateZ(0);
}

.collage-track .motion-card.depth-1 {
  margin-top: 34px;
  filter: blur(.6px) saturate(.9);
  opacity: .84;
}

.collage-track .motion-card.depth-2 {
  margin-top: 64px;
  filter: blur(2px) saturate(.78);
  opacity: .64;
}

.collage-track .motion-card.depth-3 {
  margin-top: 18px;
  filter: saturate(.94);
  opacity: .92;
}

.collage-track .motion-card.depth-4 {
  margin-top: 50px;
  filter: blur(1.2px) saturate(.86);
  opacity: .76;
}

.collage-track .motion-card.depth-5 {
  margin-top: 8px;
  filter: saturate(1.02);
  opacity: .96;
}

.verified-mark {
  width: .98em;
  height: .98em;
  min-width: 22px;
  min-height: 22px;
  margin-left: .16em;
  vertical-align: -.14em;
}

.talent-row .verified-mark {
  min-width: 28px;
  min-height: 28px;
}

.catalog-item .verified-mark,
.creator-name-pill .verified-mark {
  min-width: 20px;
  min-height: 20px;
}

.profile-title h1::after {
  width: .72em;
  height: .72em;
  min-width: 42px;
  min-height: 42px;
  margin-left: .14em;
  vertical-align: -.12em;
}

@media (max-width: 720px) {
  .catalog-detail:not(.has-selection) {
    min-height: 166px;
  }

  .catalog-detail:not(.has-selection) .catalog-empty {
    min-height: 150px;
    padding: 18px;
    gap: 8px;
  }

  .catalog-detail:not(.has-selection) .catalog-empty img {
    width: 70px;
  }

  .catalog-detail:not(.has-selection) .catalog-empty p {
    max-width: 260px;
    font-size: 15px;
    line-height: 1.18;
  }

  .pulse-window span {
    max-width: calc(100% - 28px);
    font-size: clamp(24px, 9vw, 42px);
  }

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

@keyframes beizTextReveal {
  0% { opacity: 0; transform: translateY(34%) scale(.985); filter: blur(12px); clip-path: inset(0 0 100% 0); }
  7% { opacity: 1; transform: translateY(0) scale(1); filter: blur(0); clip-path: inset(0 0 0 0); }
  20% { opacity: 1; transform: translateY(0) scale(1); filter: blur(0); clip-path: inset(0 0 0 0); }
  27% { opacity: 0; transform: translateY(-22%) scale(.99); filter: blur(10px); clip-path: inset(100% 0 0 0); }
  100% { opacity: 0; transform: translateY(-22%) scale(.99); filter: blur(10px); clip-path: inset(100% 0 0 0); }
}

.site-header {
  position: fixed !important;
  z-index: 120;
  background: rgba(247, 248, 245, .72);
  border-color: rgba(5, 44, 84, .12);
  backdrop-filter: blur(24px) saturate(1.08);
  -webkit-backdrop-filter: blur(24px) saturate(1.08);
}

.desktop-nav a::after {
  display: none !important;
}

.desktop-nav a:hover,
.desktop-nav a:focus-visible,
.desktop-nav a.is-current {
  color: var(--blue);
  transform: none;
}

.desktop-nav a::before {
  background: var(--navy);
}

.desktop-nav a.is-current::before,
.desktop-nav a:hover::before,
.desktop-nav a:focus-visible::before {
  opacity: 1;
  transform: translateY(-50%) translateX(0) skewX(-10deg);
}

.verified-mark,
.profile-title h1::after {
  display: inline-block;
  background: currentColor !important;
  background-image: none !important;
  -webkit-mask: url("/assets/verified-current.svg") center / contain no-repeat;
  mask: url("/assets/verified-current.svg") center / contain no-repeat;
}

.creator-strip a::after {
  display: none !important;
  content: none !important;
}

.talent-toast {
  position: fixed !important;
  top: 104px;
  right: 22px;
  bottom: auto;
  z-index: 9999;
  transform: translate3d(0, 0, 0);
  animation: toastIn 360ms cubic-bezier(.2,.8,.2,1) both;
}

.talent-toast[hidden] {
  display: none !important;
}

.all-creators {
  position: relative;
}

.creator-strip {
  padding-inline: 58px;
}

.carousel-controls {
  position: absolute;
  left: 0;
  right: 0;
  top: 52%;
  z-index: 5;
  display: flex;
  justify-content: space-between;
  gap: 0;
  margin: 0;
  pointer-events: none;
  transform: translateY(-50%);
}

.carousel-controls button {
  pointer-events: auto;
  background: rgba(255,255,255,.9);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow: 0 16px 40px rgba(3,24,47,.12);
}

.production-orbit {
  align-items: stretch;
  padding-right: 110px;
}

.production-orbit .kit-item {
  overflow: hidden;
  flex-basis: clamp(190px, 15vw, 240px);
}

.production-orbit .kit-item [data-icon] {
  display: grid;
  place-items: center;
  color: var(--blue);
}

.production-orbit .kit-item [data-icon] svg {
  stroke-width: 1.8;
}

[data-icon] svg {
  width: 1em;
  height: 1em;
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.blog-main {
  background: var(--paper);
}

.blog-hero {
  min-height: 70svh;
  display: grid;
  align-content: end;
  gap: 18px;
  padding-top: 140px;
  background:
    linear-gradient(140deg, rgba(255,255,255,.9), rgba(238,242,239,.72)),
    radial-gradient(circle at 78% 20%, rgba(0, 215, 189, .14), transparent 30vw);
}

.blog-hero h1 {
  max-width: 980px;
  color: var(--ink);
  font-size: clamp(42px, 7vw, 108px);
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.blog-card {
  position: relative;
  min-height: 420px;
  display: grid;
  align-content: end;
  gap: 14px;
  overflow: hidden;
  padding: 22px;
  border: 1px solid rgba(5,44,84,.1);
  border-radius: var(--radius);
  background: rgba(255,255,255,.82);
  color: var(--navy);
  box-shadow: 0 24px 70px rgba(3,24,47,.07);
}

.blog-card::before {
  content: "";
  position: absolute;
  inset: 16px 16px auto;
  height: 180px;
  border-radius: 14px;
  background: var(--blog-image, url("/assets/hero-campaign.webp")) center / cover;
  filter: saturate(.92) contrast(1.03);
}

.blog-card > * {
  position: relative;
  z-index: 1;
}

.blog-card span {
  color: var(--blue);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.blog-card h2 {
  color: var(--ink);
  font-size: clamp(22px, 2vw, 34px);
}

.blog-card p {
  color: rgba(2,9,20,.62);
  line-height: 1.45;
}

.blog-card:nth-child(2) { --blog-image: url("/assets/campaign-laliga.webp"); }
.blog-card:nth-child(3) { --blog-image: url("/assets/campaign-hellmans.webp"); }

@keyframes toastIn {
  from { opacity: 0; transform: translate3d(18px, -8px, 0) scale(.98); }
  to { opacity: 1; transform: translate3d(0, 0, 0) scale(1); }
}

body {
  animation: pageFade 360ms cubic-bezier(.2,.8,.2,1) both !important;
  transform: none !important;
}

@keyframes pageFade {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes pageEnter {
  from { opacity: 0; transform: none; }
  to { opacity: 1; transform: none; }
}

.site-header {
  top: 16px;
  position: fixed !important;
  isolation: isolate;
  transition: background 220ms ease, border-color 220ms ease, box-shadow 220ms ease, transform 220ms ease;
  will-change: background, box-shadow;
}

.site-header.is-scrolled {
  background: rgba(247, 248, 245, .82);
  border-color: rgba(5, 44, 84, .18);
  box-shadow: 0 18px 70px rgba(3, 24, 47, .16), inset 0 1px 0 rgba(255,255,255,.72);
}

.site-header::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: inherit;
  background: linear-gradient(105deg, transparent 0 36%, rgba(255,255,255,.42) 46%, transparent 58% 100%);
  opacity: 0;
  transform: translateX(-22%);
  transition: opacity 220ms ease, transform 460ms cubic-bezier(.2,.8,.2,1);
}

.site-header.is-scrolled::after,
.site-header:hover::after {
  opacity: .72;
  transform: translateX(24%);
}

.desktop-nav a {
  overflow: visible !important;
}

.desktop-nav a::before {
  box-shadow: 0 0 0 0 rgba(5,44,84,0);
}

.desktop-nav a:hover::before,
.desktop-nav a:focus-visible::before,
.desktop-nav a.is-current::before {
  box-shadow: 0 0 0 6px rgba(5,44,84,.07);
}

.btn {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  transition: transform 220ms cubic-bezier(.2,.8,.2,1), border-color 220ms ease, background 220ms ease, color 220ms ease, box-shadow 220ms ease;
}

.btn::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(110deg, transparent 0 38%, rgba(255,255,255,.24) 48%, transparent 60% 100%);
  opacity: 0;
  transform: translateX(-40%);
  transition: opacity 220ms ease, transform 480ms cubic-bezier(.2,.8,.2,1);
}

.btn:hover,
.btn:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 18px 46px rgba(3,24,47,.12);
}

.btn:hover::before,
.btn:focus-visible::before {
  opacity: 1;
  transform: translateX(42%);
}

.btn-primary:hover,
.btn-primary:focus-visible {
  background: linear-gradient(90deg, var(--navy), var(--blue));
  color: var(--white);
}

.btn-quiet:hover,
.btn-quiet:focus-visible {
  border-color: rgba(0, 168, 189, .48);
  background: rgba(255,255,255,.94);
}

.section-panel {
  scroll-margin-top: 118px;
}

.hero-card,
.glass-card,
.catalog-detail,
.contact-card,
.production-focus,
.blog-card,
.campaign-feature,
.catalog-item,
.creator-mini-card {
  backface-visibility: hidden;
}

.campaign-feature,
.catalog-item,
.blog-card,
.creator-mini-card {
  transition: transform 260ms cubic-bezier(.2,.8,.2,1), border-color 220ms ease, box-shadow 220ms ease, filter 220ms ease;
}

.campaign-feature:hover,
.campaign-feature:focus-within,
.catalog-item:hover,
.catalog-item:focus-visible,
.blog-card:hover,
.blog-card:focus-within,
.creator-mini-card:hover,
.creator-mini-card:focus-visible {
  transform: translateY(-5px);
  box-shadow: 0 28px 80px rgba(3,24,47,.12);
}

.production-system {
  overflow: hidden;
}

.production-orbit {
  margin-right: calc(var(--gutter) * -1);
  padding-right: max(120px, var(--gutter));
}

.production-orbit .kit-item:last-child {
  margin-right: max(24px, var(--gutter));
}

.production-orbit .kit-item strong,
.production-orbit .kit-item em {
  max-width: 100%;
  overflow-wrap: normal;
  word-break: normal;
  text-wrap: balance;
}

.production-orbit .kit-item::before {
  transition: transform 420ms cubic-bezier(.2,.8,.2,1), filter 320ms ease, opacity 320ms ease;
}

.production-orbit .kit-item:hover::before,
.production-orbit .kit-item:focus-visible::before,
.production-orbit .kit-item.is-active::before {
  transform: scale(1.035);
}

.collage-track,
.brand-track {
  transform: translateZ(0);
  backface-visibility: hidden;
}

.collage-track .motion-card {
  box-shadow: 0 18px 46px rgba(3,24,47,.1);
}

.agency-pulse,
.brand-marquee,
.talent,
.campaigns,
.production,
.services,
.contact {
  position: relative;
}

.agency-pulse::selection,
.services::selection {
  background: rgba(53,242,178,.28);
}

.talent-toast {
  pointer-events: auto;
  border-color: rgba(0, 215, 189, .42);
  box-shadow: 0 28px 90px rgba(3,24,47,.32), inset 0 1px 0 rgba(255,255,255,.12);
}

.talent-toast .text-link::after {
  background: currentColor;
}

.toast-close:hover,
.toast-close:focus-visible {
  color: var(--green);
}

@media (max-width: 900px) {
  .blog-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .talent-toast {
    top: auto;
    right: 14px;
    bottom: 14px;
    width: calc(100% - 28px);
  }

  .creator-strip {
    padding-inline: 46px;
  }

  .carousel-controls button {
    width: 38px;
    height: 38px;
  }
}

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

/* Final polish layer: fixed glass nav, seamless loops and clean interaction states. */
html,
body {
  transform: none !important;
}

body {
  min-height: 100%;
}

.site-header {
  position: fixed !important;
  inset: 16px var(--gutter) auto var(--gutter) !important;
  z-index: 999 !important;
  transform: translateZ(0);
  backdrop-filter: blur(22px) saturate(1.12);
  -webkit-backdrop-filter: blur(22px) saturate(1.12);
}

.site-header.is-scrolled {
  background: rgba(247, 248, 245, .86);
  border-color: rgba(5, 44, 84, .18);
  box-shadow: 0 18px 58px rgba(3, 24, 47, .14), inset 0 1px 0 rgba(255,255,255,.72);
}

.desktop-nav a {
  display: inline-flex !important;
  align-items: center;
  height: auto !important;
  min-height: 26px;
  overflow: visible !important;
  color: var(--navy);
  transition: color 220ms ease, opacity 220ms ease;
}

.desktop-nav a::before {
  content: "" !important;
  position: absolute !important;
  left: -13px !important;
  top: 50% !important;
  width: 9px !important;
  height: 17px !important;
  border-radius: 2px !important;
  background: var(--navy) !important;
  opacity: 0 !important;
  transform: translateY(-50%) translateX(-6px) skewX(-14deg) !important;
  transition: opacity 220ms ease, transform 260ms cubic-bezier(.2,.8,.2,1), box-shadow 220ms ease !important;
}

.desktop-nav a::after {
  display: none !important;
}

.desktop-nav a:hover,
.desktop-nav a:focus-visible,
.desktop-nav a.is-current {
  color: var(--blue) !important;
}

.desktop-nav a:hover::before,
.desktop-nav a:focus-visible::before,
.desktop-nav a.is-current::before {
  opacity: 1 !important;
  transform: translateY(-50%) translateX(0) skewX(-14deg) !important;
  box-shadow: 0 0 0 6px rgba(5, 44, 84, .07) !important;
}

.mobile-menu {
  z-index: 998 !important;
  background: rgba(247, 248, 245, .92);
  border: 1px solid rgba(5, 44, 84, .14);
  border-radius: 16px;
  box-shadow: 0 24px 80px rgba(3,24,47,.14);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

.mobile-menu a {
  display: flex;
  align-items: center;
  gap: 12px;
}

.mobile-menu a::before {
  content: "";
  width: 8px;
  height: 16px;
  border-radius: 2px;
  background: var(--navy);
  opacity: 0;
  transform: skewX(-14deg) translateX(-4px);
  transition: opacity 220ms ease, transform 240ms cubic-bezier(.2,.8,.2,1);
}

.mobile-menu a::after {
  display: none !important;
}

.mobile-menu a:hover,
.mobile-menu a:focus-visible,
.mobile-menu a.is-current {
  color: var(--blue);
  transform: none;
  text-shadow: none;
}

.mobile-menu a:hover::before,
.mobile-menu a:focus-visible::before,
.mobile-menu a.is-current::before {
  opacity: 1;
  transform: skewX(-14deg) translateX(0);
}

@keyframes seamlessCardStream {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(calc(var(--loop-distance, 50%) * -1), 0, 0); }
}

@keyframes marquee {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(calc(var(--loop-distance, 50%) * -1), 0, 0); }
}

.collage-track,
.brand-track,
.logo-track {
  will-change: transform;
  animation-timing-function: linear !important;
  animation-iteration-count: infinite !important;
}

.collage-track .motion-card {
  animation: none !important;
}

.section-collage::before,
.section-collage::after,
.logo-track::before,
.logo-track::after {
  pointer-events: none;
}

.agency-pulse {
  min-height: clamp(210px, 25vw, 340px);
  display: grid;
  align-content: center;
}

.agency-pulse::after {
  z-index: 4;
  mix-blend-mode: multiply;
  filter: blur(12px);
}

.pulse-kicker {
  position: relative;
  z-index: 5;
  margin-bottom: 8px;
}

.pulse-window {
  z-index: 3;
  min-height: clamp(110px, 10vw, 160px);
}

.pulse-window span {
  max-width: min(960px, calc(100% - 36px));
  font-size: clamp(22px, 3vw, 48px);
  line-height: 1;
}

.pulse-window strong {
  background: linear-gradient(90deg, var(--cyan), var(--turquoise) 58%, var(--green));
  -webkit-background-clip: text;
  background-clip: text;
}

.service-item {
  overflow: visible !important;
  min-height: 104px;
}

.service-item strong {
  overflow: visible !important;
  width: auto !important;
}

.service-item strong::after {
  content: none !important;
}

.service-item strong span {
  color: var(--white) !important;
  background: none !important;
  -webkit-background-clip: border-box !important;
  background-clip: border-box !important;
}

.service-item:hover strong span,
.service-item:focus-visible strong span,
.service-item.is-open strong span {
  transform: translateX(9px) !important;
  color: var(--white) !important;
  filter: drop-shadow(0 0 14px rgba(0,215,189,.28));
}

.production-system {
  overflow: hidden !important;
}

.production-orbit {
  gap: 18px !important;
  padding: 4px max(170px, var(--gutter)) 10px 2px !important;
  margin-right: calc(var(--gutter) * -1) !important;
  scroll-padding-inline: 2px max(170px, var(--gutter));
}

.production-orbit .kit-item {
  flex: 0 0 clamp(212px, 15.5vw, 252px) !important;
  min-height: 368px !important;
  padding: 22px 18px 24px !important;
  border-radius: 16px !important;
}

.production-orbit .kit-item::before {
  inset: 64px 12px 120px !important;
}

.production-orbit .kit-item strong {
  max-width: 100%;
  font-size: clamp(13px, .82vw, 16px) !important;
  line-height: .96 !important;
  text-wrap: balance;
}

.production-orbit .kit-item em {
  max-width: 100%;
  font-size: clamp(10px, .68vw, 12px) !important;
  line-height: 1.08 !important;
  overflow-wrap: normal;
  text-wrap: balance;
}

.talent-toast {
  z-index: 1002 !important;
}

@media (max-width: 720px) {
  .site-header {
    inset: 10px 14px auto 14px !important;
  }

  .mobile-menu {
    inset: 80px 14px auto !important;
  }

  .agency-pulse {
    min-height: 240px;
  }

  .pulse-window span {
    font-size: clamp(24px, 8vw, 38px);
  }

  .production-orbit {
    padding-right: 14px !important;
    margin-right: 0 !important;
  }

  .production-orbit .kit-item {
    flex-basis: min(82vw, 280px) !important;
  }
}

/* Restore Beiz navigation character and restrained button system. */
.desktop-nav {
  gap: clamp(18px, 2.7vw, 38px);
}

.desktop-nav a {
  position: relative;
  display: inline-grid !important;
  grid-template-columns: 12px auto;
  column-gap: 9px;
  align-items: center;
  min-height: 22px;
  height: 22px !important;
  padding: 0 !important;
  overflow: hidden !important;
  color: transparent !important;
  font-size: 0 !important;
  text-decoration: none;
  transform: translateZ(0);
}

.desktop-nav a::before {
  content: "" !important;
  position: static !important;
  grid-column: 1;
  width: 12px !important;
  height: 12px !important;
  border-radius: 1px !important;
  background: var(--navy) !important;
  opacity: .18 !important;
  clip-path: polygon(22% 0, 100% 0, 78% 100%, 0 100%) !important;
  transform: translateX(-3px) skewX(-12deg) scale(.72) !important;
  box-shadow: none !important;
  transition: opacity 240ms ease, transform 280ms cubic-bezier(.2,.8,.2,1), background 220ms ease !important;
}

.desktop-nav a::after {
  content: attr(data-label) !important;
  display: block !important;
  grid-column: 2;
  color: var(--navy);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
  line-height: 1;
  text-transform: uppercase;
  text-shadow: 0 1.32em var(--blue);
  transform: translateY(0);
  transition: transform 320ms cubic-bezier(.2,.8,.2,1), color 220ms ease, text-shadow 220ms ease;
  will-change: transform;
}

.desktop-nav a:hover::before,
.desktop-nav a:focus-visible::before,
.desktop-nav a.is-current::before {
  opacity: 1 !important;
  background: var(--navy) !important;
  transform: translateX(0) skewX(-12deg) scale(1) !important;
}

.desktop-nav a:hover::after,
.desktop-nav a:focus-visible::after {
  transform: translateY(-1.32em);
}

.desktop-nav a.is-current::after {
  color: var(--blue);
  text-shadow: 0 1.32em var(--blue);
}

.desktop-nav a:focus-visible {
  outline: 1px solid rgba(0, 168, 189, .45);
  outline-offset: 5px;
}

.mobile-menu a::before {
  width: 12px;
  height: 12px;
  border-radius: 1px;
  clip-path: polygon(22% 0, 100% 0, 78% 100%, 0 100%);
  transform: skewX(-12deg) translateX(-4px) scale(.75);
  background: var(--navy);
}

.mobile-menu a:hover::before,
.mobile-menu a:focus-visible::before,
.mobile-menu a.is-current::before {
  transform: skewX(-12deg) translateX(0) scale(1);
}

.btn {
  border-radius: 10px !important;
  border-color: rgba(5, 44, 84, .18);
  background: rgba(255,255,255,.88);
  color: var(--navy);
  box-shadow: none;
}

.btn::before {
  background: linear-gradient(90deg, var(--turquoise), var(--green)) !important;
  opacity: 0;
  transform: translateX(-103%) skewX(-16deg) !important;
  transition: opacity 240ms ease, transform 420ms cubic-bezier(.2,.8,.2,1) !important;
}

.btn:hover,
.btn:focus-visible {
  color: var(--navy) !important;
  border-color: rgba(0, 168, 189, .55) !important;
  background: rgba(255,255,255,.96) !important;
  transform: translateY(-2px);
  box-shadow: 0 18px 46px rgba(3,24,47,.10), 0 0 0 1px rgba(0, 215, 189, .12);
}

.btn:hover::before,
.btn:focus-visible::before {
  opacity: 1;
  transform: translateX(0) skewX(-16deg) !important;
}

.btn-primary,
.hero .btn-primary {
  border-color: var(--ink) !important;
  background: var(--ink) !important;
  color: var(--white) !important;
}

.btn-primary:hover,
.btn-primary:focus-visible,
.hero .btn-primary:hover,
.hero .btn-primary:focus-visible {
  color: var(--navy) !important;
  background: var(--ink) !important;
}

.btn-quiet {
  border-color: rgba(5, 44, 84, .18) !important;
  background: rgba(255,255,255,.9) !important;
  color: var(--navy) !important;
}

/* Bugfix pass: stable nav, Beiz-cut buttons, production cards and clean service hovers. */
.desktop-nav {
  gap: clamp(22px, 3vw, 44px) !important;
}

.desktop-nav a {
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  min-height: 26px !important;
  height: auto !important;
  padding: 0 0 0 17px !important;
  overflow: visible !important;
  color: var(--navy) !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  letter-spacing: .12em !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  transform: translateY(0) !important;
  transition: color 220ms ease, transform 240ms cubic-bezier(.2,.8,.2,1), letter-spacing 240ms ease !important;
}

.desktop-nav a::before {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  top: 50% !important;
  width: 10px !important;
  height: 10px !important;
  border-radius: 1px !important;
  background: var(--navy) !important;
  clip-path: polygon(24% 0, 100% 0, 76% 100%, 0 100%) !important;
  opacity: .22 !important;
  transform: translateY(-50%) translateX(-4px) skewX(-12deg) scale(.78) !important;
  box-shadow: none !important;
  transition: opacity 220ms ease, transform 260ms cubic-bezier(.2,.8,.2,1), background 220ms ease !important;
}

.desktop-nav a::after {
  display: none !important;
  content: none !important;
}

.desktop-nav a:hover,
.desktop-nav a:focus-visible,
.desktop-nav a.is-current {
  color: var(--blue) !important;
  transform: translateY(-2px) !important;
  letter-spacing: .135em !important;
}

.desktop-nav a:hover::before,
.desktop-nav a:focus-visible::before,
.desktop-nav a.is-current::before {
  opacity: 1 !important;
  background: var(--navy) !important;
  transform: translateY(-50%) translateX(0) skewX(-12deg) scale(1) !important;
}

.mobile-menu a::before {
  width: 10px !important;
  height: 10px !important;
  clip-path: polygon(24% 0, 100% 0, 76% 100%, 0 100%) !important;
}

.btn,
.filter,
.carousel-controls button,
.toast-close {
  border-radius: 0 !important;
  clip-path: polygon(10px 0, 100% 0, calc(100% - 10px) 100%, 0 100%);
}

.btn {
  overflow: hidden !important;
  background: rgba(255,255,255,.9) !important;
  color: var(--navy) !important;
  border-color: rgba(5,44,84,.18) !important;
}

.btn::before {
  inset: 0 !important;
  background: linear-gradient(90deg, var(--turquoise), var(--green)) !important;
  opacity: 0 !important;
  transform: translateX(-101%) !important;
}

.btn:hover::before,
.btn:focus-visible::before {
  opacity: 1 !important;
  transform: translateX(0) !important;
}

.btn-primary,
.hero .btn-primary {
  background: var(--ink) !important;
  border-color: var(--ink) !important;
  color: var(--white) !important;
}

.btn-primary:hover,
.btn-primary:focus-visible,
.hero .btn-primary:hover,
.hero .btn-primary:focus-visible {
  color: var(--navy) !important;
}

.btn-quiet:hover,
.btn-quiet:focus-visible,
.filter:hover,
.filter:focus-visible,
.filter.is-active {
  border-color: rgba(0, 168, 189, .48) !important;
  background: rgba(255,255,255,.94) !important;
}

.verified-mark {
  width: .82em !important;
  height: .82em !important;
  min-width: 16px !important;
  min-height: 16px !important;
  margin-left: .12em !important;
  vertical-align: -.08em !important;
}

.talent-row .verified-mark {
  min-width: 22px !important;
  min-height: 22px !important;
}

.profile-title h1::after {
  width: .54em !important;
  height: .54em !important;
  min-width: 32px !important;
  min-height: 32px !important;
}

.service-item {
  overflow: hidden !important;
}

.service-item strong,
.service-item strong span {
  transform: none !important;
  filter: none !important;
}

.service-item strong::after {
  content: none !important;
  display: none !important;
}

.service-item:hover strong span,
.service-item:focus-visible strong span,
.service-item.is-open strong span {
  transform: none !important;
  filter: none !important;
  color: var(--white) !important;
}

.service-item:hover [data-icon],
.service-item:focus-visible [data-icon],
.service-item.is-open [data-icon] {
  color: var(--green);
  border-color: rgba(53,242,178,.46);
  background: rgba(53,242,178,.08);
}

.agency-pulse::before {
  content: none !important;
}

.agency-pulse::after {
  width: min(54vw, 820px) !important;
  opacity: .07 !important;
  background: url("/assets/beiz-logo.svg") center / contain no-repeat !important;
  animation: pulseLogoOver 24s cubic-bezier(.45,0,.25,1) infinite alternate !important;
}

.pulse-window strong {
  color: var(--cyan) !important;
  background: linear-gradient(90deg, var(--cyan), var(--turquoise)) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  filter: none !important;
}

.brand-track,
.logo-track {
  animation-name: marquee !important;
  animation-duration: 56s !important;
}

.production-system {
  grid-template-columns: minmax(300px, .42fr) minmax(0, 1fr) !important;
  gap: clamp(24px, 4vw, 72px) !important;
  overflow: visible !important;
}

.production-orbit {
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  gap: 14px !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
  mask-image: none !important;
  scroll-snap-type: none !important;
}

.production-orbit .kit-item {
  flex: none !important;
  width: 100% !important;
  min-width: 0 !important;
  min-height: 345px !important;
  display: grid !important;
  grid-template-rows: 1fr auto auto !important;
  align-content: end !important;
  padding: 18px 14px 20px !important;
  overflow: hidden !important;
  border-radius: 16px !important;
  transform: none !important;
}

.production-orbit .kit-item:hover,
.production-orbit .kit-item:focus-visible,
.production-orbit .kit-item.is-active {
  transform: translateY(-5px) !important;
}

.production-orbit .kit-item::before {
  inset: 14px 12px 112px !important;
  height: auto !important;
  border-radius: 12px !important;
}

.production-orbit .kit-item [data-icon] {
  position: relative !important;
  left: auto !important;
  top: auto !important;
  width: 34px !important;
  height: 34px !important;
  margin-top: auto !important;
  color: var(--blue) !important;
  background: rgba(0, 168, 189, .08);
  border-radius: 10px;
}

.production-orbit .kit-item [data-icon] svg {
  width: 22px !important;
  height: 22px !important;
  stroke-width: 1.7 !important;
}

.production-orbit .kit-item strong {
  margin-top: 8px;
  font-size: clamp(12px, .76vw, 15px) !important;
  line-height: 1 !important;
  white-space: normal !important;
}

.production-orbit .kit-item em {
  margin-top: 6px;
  font-size: clamp(9px, .62vw, 11px) !important;
  line-height: 1.15 !important;
  white-space: normal !important;
}

.talent-toast {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 14px;
}

.talent-toast[hidden] {
  display: none !important;
}

.talent-toast .text-link {
  grid-column: 2 !important;
  width: fit-content;
  color: var(--green) !important;
}

@media (max-width: 1180px) {
  .production-system {
    grid-template-columns: 1fr !important;
  }

  .production-orbit {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 720px) {
  .production-orbit {
    grid-template-columns: 1fr !important;
  }

  .production-orbit .kit-item {
    min-height: 300px !important;
  }
}

/* Final polish pass: Beiz diagonal controls, service pulse, production coverflow and route motion. */
.btn,
.filter,
.carousel-controls button {
  position: relative !important;
  isolation: isolate;
  overflow: hidden !important;
  border-radius: 0 !important;
  clip-path: polygon(10px 0, 100% 0, calc(100% - 10px) 100%, 0 100%) !important;
}

.btn::before,
.filter::before {
  content: "" !important;
  position: absolute !important;
  z-index: 0 !important;
  inset: -2px -30px !important;
  opacity: 1 !important;
  background: linear-gradient(100deg, var(--turquoise), var(--green)) !important;
  clip-path: polygon(14px 0, 100% 0, calc(100% - 14px) 100%, 0 100%) !important;
  transform: translateX(-118%) skewX(-13deg) !important;
  transition: transform 520ms cubic-bezier(.16, 1, .3, 1) !important;
}

.btn > *,
.filter > * {
  position: relative;
  z-index: 1;
}

.btn:hover::before,
.btn:focus-visible::before,
.filter:hover::before,
.filter:focus-visible::before,
.filter.is-active::before {
  transform: translateX(0) skewX(-13deg) !important;
}

.btn:hover,
.btn:focus-visible,
.filter:hover,
.filter:focus-visible,
.filter.is-active {
  color: var(--navy) !important;
  border-color: rgba(0, 215, 189, .54) !important;
  box-shadow: 0 16px 38px rgba(0, 215, 189, .18) !important;
}

.contact-form .btn {
  clip-path: none !important;
  border-radius: 10px !important;
}

.contact-form .btn::before {
  inset: 0 !important;
  clip-path: none !important;
  transform: translateX(-102%) !important;
}

.contact-form .btn:hover::before,
.contact-form .btn:focus-visible::before {
  transform: translateX(0) !important;
}

.agency-pulse {
  min-height: clamp(250px, 29vw, 410px) !important;
  padding-block: clamp(34px, 5vw, 74px) !important;
  overflow: hidden !important;
}

.pulse-logo,
.agency-pulse::before {
  display: none !important;
  content: none !important;
}

.agency-pulse::after {
  content: "" !important;
  position: absolute !important;
  z-index: 4 !important;
  width: min(76vw, 1040px) !important;
  aspect-ratio: 1 !important;
  left: -8% !important;
  top: -34% !important;
  opacity: .085 !important;
  background: url("/assets/beiz-logo.svg") center / contain no-repeat !important;
  filter: blur(9px) !important;
  mix-blend-mode: multiply !important;
  animation: beizIsoSweep 28s cubic-bezier(.45, 0, .2, 1) infinite alternate !important;
}

.pulse-window {
  min-height: clamp(150px, 13vw, 210px) !important;
  overflow: visible !important;
}

.pulse-window span {
  max-width: min(1060px, calc(100% - 38px)) !important;
  line-height: 1.06 !important;
  color: var(--navy) !important;
}

.pulse-window strong {
  color: transparent !important;
  background: linear-gradient(90deg, var(--turquoise), var(--green)) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  filter: drop-shadow(0 14px 26px rgba(53, 242, 178, .11)) !important;
}

@keyframes beizTextReveal {
  0% { opacity: 0; transform: translate3d(0, 28%, 0) scale(.985); filter: blur(12px); }
  8% { opacity: 1; transform: translate3d(0, 0, 0) scale(1); filter: blur(0); }
  21% { opacity: 1; transform: translate3d(0, 0, 0) scale(1); filter: blur(0); }
  29% { opacity: 0; transform: translate3d(0, -20%, 0) scale(.99); filter: blur(10px); }
  100% { opacity: 0; transform: translate3d(0, -20%, 0) scale(.99); filter: blur(10px); }
}

@keyframes beizIsoSweep {
  0% { transform: translate3d(-6%, -12%, 0) rotate(-9deg) scale(.92); opacity: .045; }
  28% { transform: translate3d(36%, -20%, 0) rotate(5deg) scale(1.08); opacity: .09; }
  58% { transform: translate3d(62%, 6%, 0) rotate(-4deg) scale(1.02); opacity: .065; }
  100% { transform: translate3d(20%, 18%, 0) rotate(7deg) scale(1.14); opacity: .085; }
}

.production-system {
  grid-template-columns: minmax(300px, .38fr) minmax(0, 1fr) !important;
  align-items: center !important;
  overflow: hidden !important;
}

.production-orbit {
  position: relative !important;
  display: block !important;
  height: clamp(410px, 31vw, 520px) !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden !important;
  perspective: 1200px;
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent) !important;
}

.production-orbit .kit-item {
  position: absolute !important;
  left: 50% !important;
  top: 50% !important;
  width: clamp(200px, 15.5vw, 280px) !important;
  min-height: clamp(340px, 27vw, 440px) !important;
  padding: 18px 16px 20px !important;
  display: grid !important;
  grid-template-rows: 1fr auto auto !important;
  align-content: end !important;
  overflow: hidden !important;
  transform-style: preserve-3d;
  transition: transform 760ms cubic-bezier(.18, .86, .24, 1), opacity 560ms ease, filter 560ms ease, border-color 420ms ease !important;
  will-change: transform, opacity, filter;
}

.production-orbit .kit-item::before {
  inset: 16px 14px 118px !important;
  border-radius: 12px !important;
}

.production-orbit .kit-item[data-slot="-2"] {
  z-index: 1;
  opacity: .22;
  filter: blur(2px) saturate(.76);
  transform: translate3d(-164%, -50%, -260px) rotateY(22deg) scale(.78) !important;
}

.production-orbit .kit-item[data-slot="-1"] {
  z-index: 3;
  opacity: .58;
  filter: blur(.4px) saturate(.9);
  transform: translate3d(-104%, -50%, -120px) rotateY(13deg) scale(.9) !important;
}

.production-orbit .kit-item[data-slot="0"] {
  z-index: 6;
  opacity: 1;
  filter: none;
  border-color: rgba(0, 215, 189, .74) !important;
  transform: translate3d(-50%, -50%, 0) rotateY(0) scale(1) !important;
}

.production-orbit .kit-item[data-slot="1"] {
  z-index: 3;
  opacity: .58;
  filter: blur(.4px) saturate(.9);
  transform: translate3d(4%, -50%, -120px) rotateY(-13deg) scale(.9) !important;
}

.production-orbit .kit-item[data-slot="2"] {
  z-index: 1;
  opacity: .22;
  filter: blur(2px) saturate(.76);
  transform: translate3d(64%, -50%, -260px) rotateY(-22deg) scale(.78) !important;
}

.production-orbit .kit-item:hover,
.production-orbit .kit-item:focus-visible,
.production-orbit .kit-item.is-active {
  transform: translate3d(-50%, -50%, 0) rotateY(0) scale(1.015) !important;
}

.production-orbit .kit-item [data-icon] {
  display: grid !important;
  place-items: center !important;
  color: var(--blue) !important;
  border: 1px solid rgba(0, 168, 189, .18);
  background: linear-gradient(180deg, rgba(0, 168, 189, .1), rgba(53, 242, 178, .08)) !important;
}

.production-orbit .kit-item [data-icon] svg {
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
}

html::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 9998;
  pointer-events: none;
  background: linear-gradient(105deg, rgba(2, 9, 20, .98), rgba(5, 44, 84, .94));
  transform: translateX(-115%) skewX(-9deg);
  transform-origin: left center;
  transition: transform 520ms cubic-bezier(.2, .8, .2, 1);
}

html.is-leaving::before {
  transform: translateX(0) skewX(-9deg);
}

html.is-leaving body {
  opacity: 1 !important;
  transform: none !important;
}

html.is-leaving main,
html.is-leaving .site-footer {
  opacity: .36;
  filter: blur(7px);
  transform: translate3d(-28px, 0, 0) scale(.988);
  transition: opacity 420ms ease, filter 420ms ease, transform 420ms cubic-bezier(.2, .8, .2, 1);
}

main {
  animation: pageCameraIn 560ms cubic-bezier(.2, .8, .2, 1) both;
}

@keyframes pageCameraIn {
  from { opacity: .001; transform: translate3d(24px, 0, 0) scale(.992); filter: blur(8px); }
  to { opacity: 1; transform: translate3d(0, 0, 0) scale(1); filter: blur(0); }
}

@media (max-width: 1180px) {
  .production-system {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 760px) {
  .agency-pulse {
    min-height: 310px !important;
  }

  .agency-pulse::after {
    width: 125vw !important;
    left: -34% !important;
    top: -18% !important;
  }

  .pulse-window {
    min-height: 210px !important;
  }

  .pulse-window span {
    max-width: calc(100% - 26px) !important;
    font-size: clamp(22px, 7.5vw, 35px) !important;
    line-height: 1.12 !important;
  }

  .production-orbit {
    display: grid !important;
    grid-template-columns: 1fr !important;
    height: auto !important;
    overflow: visible !important;
    perspective: none;
    mask-image: none !important;
    gap: 14px !important;
  }

  .production-orbit .kit-item,
  .production-orbit .kit-item[data-slot] {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    width: 100% !important;
    min-height: 300px !important;
    opacity: 1 !important;
    filter: none !important;
    transform: none !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  html::before,
  .agency-pulse::after {
    animation: none !important;
    transition: none !important;
  }

  main {
    animation: none !important;
  }
}

/* Refinement pass requested after visual QA. */
.hero {
  min-height: clamp(560px, 76svh, 780px) !important;
}

.hero-card {
  display: none !important;
}

.btn {
  background: rgba(255, 255, 255, .94) !important;
  color: var(--navy) !important;
  border-color: rgba(5, 44, 84, .18) !important;
  transform: translateZ(0);
}

.btn-primary,
.hero .btn-primary {
  background: var(--ink) !important;
  color: var(--white) !important;
  border-color: var(--ink) !important;
}

.btn::before,
.filter::before {
  z-index: 0 !important;
  inset: -3px -36px !important;
  background: linear-gradient(100deg, #00bba8, #1ed99f) !important;
}

.btn .btn-label,
.btn [data-icon],
.filter .filter-label,
.filter span {
  position: relative !important;
  z-index: 2 !important;
}

.btn:hover,
.btn:focus-visible,
.btn-primary:hover,
.btn-primary:focus-visible,
.hero .btn-primary:hover,
.hero .btn-primary:focus-visible {
  color: var(--navy) !important;
}

.btn:hover .btn-label,
.btn:focus-visible .btn-label,
.btn:hover [data-icon],
.btn:focus-visible [data-icon] {
  color: var(--navy) !important;
}

.contact-form .btn {
  background: var(--ink) !important;
  color: var(--white) !important;
}

.contact-form .btn:hover,
.contact-form .btn:focus-visible,
.contact-form .btn:hover .btn-label,
.contact-form .btn:focus-visible .btn-label,
.contact-form .btn:hover [data-icon],
.contact-form .btn:focus-visible [data-icon] {
  color: var(--navy) !important;
}

.filter-bar {
  justify-content: center;
}

.talent > .filter-bar,
.talent .talent-actions {
  display: none !important;
}

.catalog-shell {
  grid-template-columns: minmax(0, 1fr) minmax(330px, 430px) !important;
}

.catalog-shell > .filter-bar {
  grid-column: 1 / -1;
  margin: 0 0 6px;
}

.verified-mark,
.profile-title h1::after {
  width: .68em !important;
  height: .68em !important;
  min-width: 14px !important;
  min-height: 14px !important;
}

.talent-row .verified-mark {
  min-width: 18px !important;
  min-height: 18px !important;
}

.profile-title h1::after {
  min-width: 28px !important;
  min-height: 28px !important;
}

.talent-board:has(.talent-row:hover) .talent-row:not(:hover):not(.is-active),
.talent-list:has(.talent-row:hover) .talent-row:not(:hover):not(.is-active) {
  opacity: .42;
  filter: blur(1.2px);
}

.talent-row {
  transition: opacity 260ms ease, filter 260ms ease, transform 260ms ease, border-color 260ms ease;
}

.production-focus::after {
  content: none !important;
}

.production-controls {
  position: relative;
  z-index: 2;
  display: flex;
  gap: 10px;
  margin-top: 24px;
}

.production-controls button {
  width: 44px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(246, 251, 252, .2);
  border-radius: 10px;
  color: var(--white);
  background: rgba(255, 255, 255, .08);
  cursor: pointer;
  transition: transform 220ms ease, background 220ms ease, border-color 220ms ease;
}

.production-controls button:first-child {
  transform: rotate(180deg);
}

.production-controls button:hover,
.production-controls button:focus-visible {
  background: rgba(0, 187, 168, .18);
  border-color: rgba(0, 187, 168, .58);
}

.production-orbit .kit-item:hover,
.production-orbit .kit-item:focus-visible {
  transform: var(--kit-transform, translate3d(-50%, -50%, 0)) !important;
}

.production-orbit .kit-item[data-slot="-2"] { --kit-transform: translate3d(-164%, -50%, -260px) rotateY(22deg) scale(.78); }
.production-orbit .kit-item[data-slot="-1"] { --kit-transform: translate3d(-104%, -50%, -120px) rotateY(13deg) scale(.9); }
.production-orbit .kit-item[data-slot="0"] { --kit-transform: translate3d(-50%, -50%, 0) rotateY(0) scale(1); }
.production-orbit .kit-item[data-slot="1"] { --kit-transform: translate3d(4%, -50%, -120px) rotateY(-13deg) scale(.9); }
.production-orbit .kit-item[data-slot="2"] { --kit-transform: translate3d(64%, -50%, -260px) rotateY(-22deg) scale(.78); }

.production-orbit .kit-item [data-icon] {
  border-radius: 999px !important;
}

.pulse-window strong,
.section-index,
.service-item:hover strong span,
.service-item.is-open strong span,
.text-link,
.talent-toast span,
.talent-toast .text-link {
  background: linear-gradient(90deg, #008b84, #00bba8 56%, #14c990) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  color: transparent !important;
}

.service-item strong {
  overflow: hidden !important;
}

.service-item strong::after {
  display: block !important;
  content: attr(data-ghost) !important;
  color: #8ff2df !important;
}

.service-item strong span {
  transition: transform 280ms cubic-bezier(.16, 1, .3, 1), opacity 220ms ease !important;
}

.service-item:hover strong span,
.service-item:focus-visible strong span,
.service-item.is-open strong span {
  transform: translateY(-112%) skewY(-3deg) !important;
}

.service-item:hover strong::after,
.service-item:focus-visible strong::after,
.service-item.is-open strong::after {
  transform: translateY(-100%) !important;
}

.brand-marquee {
  text-align: center;
}

.brand-marquee .section-index {
  margin-left: 0 !important;
}

.logo-track {
  gap: clamp(36px, 5vw, 72px) !important;
  will-change: transform;
  animation: logoMarquee 42s linear infinite !important;
}

.logo-word {
  min-width: clamp(135px, 12vw, 190px) !important;
  height: 74px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.logo-word:hover,
.logo-word:focus-visible {
  border-color: transparent !important;
  box-shadow: none !important;
  background: transparent !important;
  transform: translateY(-2px) !important;
}

.logo-word img {
  max-width: 100%;
  max-height: 58px;
  object-fit: contain;
}

@keyframes logoMarquee {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(calc(var(--loop-distance, 1200px) * -1), 0, 0); }
}

.talent-toast {
  top: auto !important;
  right: clamp(14px, 4vw, 34px) !important;
  bottom: clamp(14px, 4vw, 34px) !important;
  z-index: 140 !important;
  max-width: min(620px, calc(100vw - 28px)) !important;
}

html::before {
  background: linear-gradient(105deg, rgba(247, 248, 245, .98), rgba(232, 240, 238, .96)) !important;
  transform: translateX(-110%) skewX(-10deg) !important;
  transition: transform 230ms cubic-bezier(.65, 0, .35, 1) !important;
}

html.is-leaving::before {
  transform: translateX(110%) skewX(-10deg) !important;
}

html.is-leaving-back::before {
  transform: translateX(0) skewX(-10deg) !important;
}

html.is-leaving main,
html.is-leaving .site-footer {
  opacity: .72 !important;
  filter: blur(2px) !important;
  transform: translate3d(-18px, 0, 0) scale(.996) !important;
  transition: opacity 180ms ease, filter 180ms ease, transform 180ms cubic-bezier(.65, 0, .35, 1) !important;
}

main {
  animation: pageCameraIn 280ms cubic-bezier(.2, .8, .2, 1) both !important;
}

@keyframes pageCameraIn {
  from { opacity: .001; transform: translate3d(14px, 0, 0); filter: blur(3px); }
  to { opacity: 1; transform: translate3d(0, 0, 0); filter: blur(0); }
}

/* Final QA patch: smoother route motion, fixed Beiz buttons, hero art and detail cleanup. */
html::before {
  background: rgba(247, 248, 245, .86) !important;
  transform: none !important;
  opacity: 0 !important;
  backdrop-filter: blur(0) saturate(1) !important;
  transition: opacity 320ms cubic-bezier(.22, 1, .36, 1), backdrop-filter 320ms cubic-bezier(.22, 1, .36, 1) !important;
}

html.is-leaving::before,
html.is-leaving-back::before {
  opacity: 1 !important;
  transform: none !important;
  backdrop-filter: blur(8px) saturate(.96) !important;
}

html.is-leaving main,
html.is-leaving .site-footer {
  opacity: .7 !important;
  filter: blur(4px) !important;
  transform: translate3d(-10px, 0, 0) scale(.998) !important;
  transition: opacity 320ms ease, filter 320ms ease, transform 320ms cubic-bezier(.22, 1, .36, 1) !important;
}

html.is-leaving-back main,
html.is-leaving-back .site-footer {
  transform: translate3d(10px, 0, 0) scale(.998) !important;
}

main {
  animation: pageCameraIn 420ms cubic-bezier(.22, 1, .36, 1) both !important;
}

@keyframes pageCameraIn {
  from { opacity: .001; transform: translate3d(12px, 0, 0) scale(.998); filter: blur(4px); }
  to { opacity: 1; transform: translate3d(0, 0, 0) scale(1); filter: blur(0); }
}

.hero {
  min-height: clamp(540px, 82svh, 820px) !important;
  display: flex !important;
  align-items: flex-end !important;
  padding-inline: clamp(22px, 3.2vw, 56px) !important;
}

.hero-bg img {
  object-position: center center !important;
  filter: saturate(1.05) contrast(1.04) !important;
}

.hero-layer {
  background:
    linear-gradient(90deg, rgba(2, 9, 20, .9) 0%, rgba(2, 9, 20, .52) 38%, rgba(2, 9, 20, .13) 72%),
    linear-gradient(180deg, rgba(2, 9, 20, .06) 0%, rgba(2, 9, 20, .22) 54%, rgba(2, 9, 20, .82) 100%) !important;
}

.hero-copy {
  width: min(620px, 92vw) !important;
  align-self: flex-end !important;
  margin: 0 !important;
  padding: 0 0 clamp(40px, 7vw, 86px) 0 !important;
}

.hero::after,
.campaign-feature::after,
.production-focus::after,
.production::before,
.profile-hero::after,
.case-hero::after {
  content: none !important;
  display: none !important;
}

.btn,
.filter {
  background: rgba(255, 255, 255, .94) !important;
  color: var(--navy) !important;
  border-color: rgba(5, 44, 84, .16) !important;
  clip-path: polygon(12px 0, 100% 0, calc(100% - 12px) 100%, 0 100%) !important;
}

.btn-primary,
.hero .btn-primary {
  background: var(--ink) !important;
  color: var(--white) !important;
  border-color: var(--ink) !important;
}

.btn::before,
.filter::before {
  inset: -5px -58px !important;
  background: linear-gradient(100deg, #00bba8, #20dfa6) !important;
  clip-path: polygon(22px 0, 100% 0, calc(100% - 22px) 100%, 0 100%) !important;
  transform: translateX(-120%) skewX(-12deg) !important;
}

.btn:hover::before,
.btn:focus-visible::before,
.filter:hover::before,
.filter:focus-visible::before,
.filter.is-active::before {
  transform: translateX(0) skewX(-12deg) !important;
}

.btn:hover,
.btn:focus-visible,
.btn-primary:hover,
.btn-primary:focus-visible,
.hero .btn-primary:hover,
.hero .btn-primary:focus-visible {
  color: var(--ink) !important;
  background: #00bba8 !important;
  border-color: #00bba8 !important;
  box-shadow: inset 0 0 0 999px rgba(0, 187, 168, .98), 0 18px 42px rgba(0, 187, 168, .18) !important;
}

.btn:hover .btn-label,
.btn:focus-visible .btn-label,
.btn:hover [data-icon],
.btn:focus-visible [data-icon] {
  color: var(--ink) !important;
}

.contact-form .btn,
.contact-form .btn:hover,
.contact-form .btn:focus-visible {
  clip-path: none !important;
  border-radius: 10px !important;
}

.contact-form .btn::before {
  clip-path: none !important;
  inset: 0 !important;
}

.catalog-shell .filter {
  background: var(--ink) !important;
  color: var(--white) !important;
  border-color: var(--ink) !important;
}

.catalog-shell .filter:hover,
.catalog-shell .filter:focus-visible,
.catalog-shell .filter.is-active {
  background: #00bba8 !important;
  color: var(--ink) !important;
  border-color: #00bba8 !important;
}

.filter .filter-count {
  font-size: .72em !important;
  letter-spacing: .04em !important;
  margin-left: .22em !important;
  opacity: .78 !important;
}

.catalog-shell .filter span,
.catalog-shell .filter .filter-label,
.catalog-shell .filter .filter-count {
  color: inherit !important;
  background: none !important;
  -webkit-text-fill-color: currentColor !important;
}

.agency-pulse {
  overflow: hidden !important;
}

.agency-pulse::after {
  width: min(88vw, 1120px) !important;
  left: -14% !important;
  top: -48% !important;
  opacity: .07 !important;
  filter: blur(10px) !important;
  animation: beizIsoSweep 32s cubic-bezier(.45, 0, .2, 1) infinite alternate !important;
}

.pulse-window {
  overflow: visible !important;
  min-height: clamp(150px, 13vw, 220px) !important;
}

.pulse-window span {
  overflow: visible !important;
  padding: .04em .08em .12em !important;
  line-height: 1.08 !important;
}

.pulse-window strong {
  background: linear-gradient(90deg, #020914, #182232 62%, #020914) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  color: transparent !important;
  filter: none !important;
}

@keyframes beizIsoSweep {
  0% { transform: translate3d(-18%, -20%, 0) rotate(-8deg) scale(.92); opacity: .04; }
  24% { transform: translate3d(34%, -38%, 0) rotate(6deg) scale(1.1); opacity: .075; }
  54% { transform: translate3d(70%, -8%, 0) rotate(-3deg) scale(1.22); opacity: .055; }
  78% { transform: translate3d(18%, 14%, 0) rotate(4deg) scale(1.05); opacity: .068; }
  100% { transform: translate3d(54%, -28%, 0) rotate(-6deg) scale(1.16); opacity: .06; }
}

.brand-marquee .section-index {
  display: block !important;
  color: var(--blue) !important;
  background: none !important;
  -webkit-text-fill-color: var(--blue) !important;
  margin: 0 auto clamp(36px, 5vw, 64px) !important;
}

.logo-track {
  margin-top: 0 !important;
}

.logo-word {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.service-item strong,
.service-item strong span {
  overflow: visible !important;
}

.service-item strong::after {
  content: none !important;
  display: none !important;
}

.service-item:hover strong span,
.service-item:focus-visible strong span,
.service-item.is-open strong span {
  transform: translateX(10px) !important;
  color: #b8fff2 !important;
  background: none !important;
  -webkit-text-fill-color: currentColor !important;
  letter-spacing: .005em !important;
}

.service-item:hover [data-icon],
.service-item:focus-visible [data-icon],
.service-item.is-open [data-icon] {
  transform: translateX(4px) rotate(8deg) !important;
}

.talent-list .talent-row {
  opacity: .38 !important;
  filter: blur(1.25px) !important;
}

.talent-list:hover .talent-row {
  opacity: .34 !important;
  filter: blur(1.45px) !important;
}

.talent-list .talent-row:hover,
.talent-list .talent-row:focus-visible {
  opacity: 1 !important;
  filter: none !important;
}

.talent-row strong,
.catalog-item span,
.creator-name-pill {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: .16em !important;
  width: auto !important;
  max-width: 100% !important;
}

.talent-row strong::before,
.talent-row strong::after {
  content: none !important;
  display: none !important;
}

.verified-mark,
.profile-title h1::after {
  width: .56em !important;
  height: .56em !important;
  min-width: 12px !important;
  min-height: 12px !important;
  margin-left: .06em !important;
}

.talent-row .verified-mark {
  width: .54em !important;
  height: .54em !important;
  min-width: 14px !important;
  min-height: 14px !important;
  transform: translateY(.03em) !important;
}

.talent-preview img,
.campaign-feature img,
.catalog-item img,
.profile-portrait img,
.creator-mini-card img,
.production-orbit .kit-item::before {
  border: 0 !important;
  outline: 0 !important;
}

.production-focus {
  min-height: clamp(390px, 31vw, 520px) !important;
}

.production-orbit {
  overflow: hidden !important;
  padding-inline: clamp(44px, 4vw, 74px) !important;
}

.production-orbit .production-controls {
  position: absolute !important;
  z-index: 20 !important;
  left: 0 !important;
  right: 0 !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  display: flex !important;
  justify-content: space-between !important;
  pointer-events: none !important;
  margin: 0 !important;
}

.production-orbit .production-controls button {
  pointer-events: auto !important;
  color: var(--navy) !important;
  background: rgba(255, 255, 255, .84) !important;
  border: 1px solid rgba(5, 44, 84, .12) !important;
  box-shadow: 0 18px 42px rgba(2, 9, 20, .12) !important;
}

.production-orbit .production-controls button:hover,
.production-orbit .production-controls button:focus-visible {
  color: var(--ink) !important;
  background: #00bba8 !important;
  border-color: #00bba8 !important;
}

.production-orbit .kit-item {
  grid-template-rows: 1fr auto auto auto !important;
  padding-bottom: 24px !important;
}

.production-orbit .kit-item::before {
  inset: 16px 16px 154px !important;
  box-shadow: none !important;
}

.production-orbit .kit-item:nth-of-type(1) { --kit-image: url("/assets/contact-banner.webp") !important; }
.production-orbit .kit-item:nth-of-type(2) { --kit-image: url("/assets/services-long.webp") !important; }
.production-orbit .kit-item:nth-of-type(3) { --kit-image: url("/assets/campaign-laliga.webp") !important; }
.production-orbit .kit-item:nth-of-type(4) { --kit-image: url("/assets/campaign-justeat.webp") !important; }
.production-orbit .kit-item:nth-of-type(5) { --kit-image: url("/assets/campaign-hellmans.webp") !important; }

.production-orbit .kit-item [data-icon] {
  margin-top: 22px !important;
  margin-bottom: 8px !important;
  align-self: end !important;
}

.production-orbit .kit-item:hover,
.production-orbit .kit-item:focus-visible {
  transform: var(--kit-transform, translate3d(-50%, -50%, 0)) !important;
}

@media (max-width: 760px) {
  .hero {
    min-height: 76svh !important;
    padding-inline: 18px !important;
  }

  .hero-bg img {
    object-position: center center !important;
  }

  .hero-copy {
    padding-bottom: 34px !important;
  }

  .pulse-window {
    min-height: 250px !important;
  }

  .pulse-window span {
    max-width: calc(100% - 20px) !important;
    font-size: clamp(24px, 8.6vw, 38px) !important;
    line-height: 1.14 !important;
  }

  .production-orbit {
    padding-inline: 0 !important;
    overflow: visible !important;
  }

  .production-orbit .production-controls {
    display: none !important;
  }

  .production-orbit .kit-item,
  .production-orbit .kit-item:hover,
  .production-orbit .kit-item:focus-visible,
  .production-orbit .kit-item[data-slot] {
    transform: none !important;
  }
}

.blog-hero {
  min-height: auto !important;
  padding-top: clamp(130px, 14vw, 190px) !important;
  padding-bottom: clamp(42px, 7vw, 86px) !important;
}

.blog-hero h1 {
  max-width: 1040px !important;
  font-size: clamp(34px, 4.8vw, 72px) !important;
}

.blog-grid {
  align-items: stretch;
}

.blog-card {
  min-height: 500px !important;
  padding-top: 228px !important;
  align-content: start !important;
}

.blog-card::before {
  height: 200px !important;
  inset: 16px 16px auto !important;
  opacity: .98;
}

.blog-card h2 {
  font-size: clamp(22px, 1.55vw, 28px) !important;
  line-height: 1.05 !important;
}

.blog-card p {
  font-size: clamp(15px, 1vw, 18px);
}

@media (max-width: 760px) {
  .hero {
    min-height: 620px !important;
  }

  .catalog-shell {
    grid-template-columns: 1fr !important;
  }

  .catalog-shell > .filter-bar {
    justify-content: flex-start;
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-bottom: 6px;
  }

  .talent-toast {
    left: 12px !important;
    right: 12px !important;
    bottom: 12px !important;
    grid-template-columns: 52px 1fr !important;
  }

  .blog-card {
    min-height: 440px !important;
  }
}

/* Campaign opener pass: video hero, scroll-written manifesto and final interaction polish. */
.site-header {
  background: rgba(246, 251, 252, .62) !important;
  border: 1px solid rgba(5, 44, 84, .08) !important;
  box-shadow: 0 24px 80px rgba(2, 9, 20, .13) !important;
  backdrop-filter: blur(22px) saturate(1.45) contrast(1.05) !important;
  -webkit-backdrop-filter: blur(22px) saturate(1.45) contrast(1.05) !important;
}

.site-header::after {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  border-radius: inherit !important;
  pointer-events: none !important;
  background:
    linear-gradient(120deg, rgba(255,255,255,.22), transparent 36%, rgba(0,168,189,.08) 72%, transparent),
    radial-gradient(circle at 82% 0, rgba(0,215,189,.13), transparent 32%) !important;
  mix-blend-mode: screen !important;
  opacity: .7 !important;
}

.desktop-nav a[href="/#contacto"],
.desktop-nav a[href="#contacto"] {
  padding: 12px 18px !important;
  color: var(--white) !important;
  background: var(--navy) !important;
  border-radius: 8px !important;
  box-shadow: 0 14px 34px rgba(5, 44, 84, .18) !important;
}

.desktop-nav a[href="/#contacto"]::before,
.desktop-nav a[href="#contacto"]::before {
  background: var(--turquoise) !important;
}

.desktop-nav a[href="/#contacto"]:hover,
.desktop-nav a[href="#contacto"]:hover,
.desktop-nav a[href="/#contacto"]:focus-visible,
.desktop-nav a[href="#contacto"]:focus-visible {
  color: var(--ink) !important;
  background: var(--turquoise) !important;
}

.hero {
  min-height: 100svh !important;
  padding: clamp(96px, 9vw, 132px) clamp(22px, 3.2vw, 56px) clamp(28px, 4.4vw, 58px) !important;
  align-items: flex-end !important;
  overflow: hidden !important;
  background: var(--midnight) url("/assets/herobeiz.jpg") center / cover no-repeat !important;
}

.hero-bg,
.hero-video,
.hero-fallback {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
}

.hero-video {
  z-index: 0 !important;
  display: block !important;
  filter: saturate(1.06) contrast(1.08) brightness(.88) !important;
}

.hero-fallback {
  display: none !important;
}

.hero-layer {
  background:
    linear-gradient(90deg, rgba(2, 9, 20, .92) 0%, rgba(2, 9, 20, .62) 34%, rgba(2, 9, 20, .18) 68%),
    linear-gradient(180deg, rgba(2, 9, 20, .04) 0%, rgba(2, 9, 20, .22) 52%, rgba(2, 9, 20, .88) 100%) !important;
}

.hero-copy {
  margin: 0 !important;
  padding: 0 0 clamp(8px, 1.8vw, 24px) 0 !important;
  transform: none !important;
}

.hero-copy .lead {
  max-width: 620px !important;
}

.hero-actions {
  display: none !important;
}

.hero-scroll-cue {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: clamp(24px, 3.6vw, 42px);
  color: var(--white);
  font: 800 12px/1 var(--body);
  letter-spacing: .13em;
  text-transform: uppercase;
  text-decoration: none;
  opacity: .86;
}

.hero-scroll-cue [data-icon] {
  width: 18px;
  height: 18px;
  display: inline-grid;
  place-items: center;
  transform: rotate(90deg);
  color: var(--turquoise);
  animation: scrollCueNudge 1.6s cubic-bezier(.2, .8, .2, 1) infinite;
}

@keyframes scrollCueNudge {
  0%, 100% { transform: rotate(90deg) translateX(0); opacity: .55; }
  50% { transform: rotate(90deg) translateX(7px); opacity: 1; }
}

.story-reveal {
  min-height: 420svh !important;
  padding: 0 !important;
  background: #f7f8f5 !important;
  color: var(--ink) !important;
}

.story-sticky {
  position: sticky;
  top: 0;
  min-height: 100svh;
  display: grid;
  place-items: center;
  align-content: center;
  padding: clamp(86px, 9vw, 132px) clamp(22px, 5vw, 86px);
  text-align: center;
}

.story-sticky .section-index {
  position: absolute;
  top: clamp(110px, 11vw, 150px);
  left: 50%;
  transform: translateX(-50%);
  color: var(--blue) !important;
  -webkit-text-fill-color: var(--blue) !important;
  background: none !important;
}

.story-line {
  width: min(1160px, 92vw);
  min-height: clamp(300px, 42vw, 610px);
  margin: 0;
  white-space: pre-line;
  font-family: var(--display);
  font-size: clamp(25px, 4.2vw, 76px);
  line-height: .98;
  letter-spacing: .01em;
  text-transform: uppercase;
}

.story-cursor {
  width: clamp(18px, 2vw, 34px);
  height: clamp(10px, 1.1vw, 18px);
  display: inline-block;
  margin-top: 24px;
  background: var(--navy);
  clip-path: polygon(18% 0, 100% 0, 82% 100%, 0 100%);
  transform: translateX(calc((var(--story-progress, 0) - .5) * 44px));
  animation: storyBlink .92s steps(1) infinite;
}

.story-final {
  position: absolute;
  bottom: clamp(80px, 9vw, 128px);
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  opacity: 0;
  font-family: var(--display);
  font-size: clamp(38px, 7vw, 126px);
  line-height: .86;
  text-transform: uppercase;
  color: var(--navy);
  transition: opacity 180ms linear;
}

@keyframes storyBlink {
  0%, 52% { opacity: 1; }
  53%, 100% { opacity: .18; }
}

@keyframes storyCursorBlink {
  0%, 52% { visibility: visible; }
  53%, 100% { visibility: hidden; }
}

.brand-marquee {
  padding-top: clamp(60px, 8vw, 110px) !important;
}

.logo-word {
  min-width: clamp(94px, 9vw, 142px) !important;
  height: 52px !important;
}

.logo-word img {
  max-height: 42px !important;
}

.talent-board {
  grid-template-columns: 0 minmax(0, 1fr) !important;
  gap: 0 !important;
  transition: grid-template-columns 520ms cubic-bezier(.16, 1, .3, 1), gap 520ms cubic-bezier(.16, 1, .3, 1);
}

.talent-board:has(.talent-row:hover),
.talent-board:has(.talent-row:focus-visible) {
  grid-template-columns: minmax(280px, .42fr) minmax(0, 1fr) !important;
  gap: clamp(28px, 4vw, 70px) !important;
}

.talent-preview {
  min-width: 0 !important;
  overflow: hidden !important;
  opacity: 0 !important;
  transform: translateX(-32px) scale(.985) !important;
  pointer-events: none !important;
  transition: opacity 360ms ease, transform 520ms cubic-bezier(.16, 1, .3, 1) !important;
}

.talent-board:has(.talent-row:hover) .talent-preview,
.talent-board:has(.talent-row:focus-visible) .talent-preview {
  opacity: 1 !important;
  transform: translateX(0) scale(1) !important;
}

.talent-list .talent-row::before {
  opacity: 0 !important;
  transform: scaleX(0) !important;
}

.talent-list .talent-row:hover::before,
.talent-list .talent-row:focus-visible::before {
  opacity: 1 !important;
  transform: scaleX(1) !important;
}

.talent-list .talent-row.is-active:not(:hover):not(:focus-visible)::before {
  opacity: 0 !important;
  transform: scaleX(0) !important;
}

.production {
  position: relative;
}

.production::after {
  content: "" !important;
  position: absolute !important;
  right: clamp(22px, 5vw, 90px) !important;
  top: clamp(90px, 12vw, 170px) !important;
  width: min(34vw, 520px) !important;
  aspect-ratio: 1 !important;
  background: url("/assets/beiz-logo.svg") center / contain no-repeat !important;
  opacity: .045 !important;
  pointer-events: none !important;
  z-index: 0 !important;
}

.production > * {
  position: relative;
  z-index: 1;
}

.production-orbit .production-controls {
  left: 50% !important;
  right: auto !important;
  top: 50% !important;
  width: clamp(210px, 16vw, 300px) !important;
  transform: translate(-50%, -50%) !important;
  padding-inline: 8px !important;
}

.production-orbit .production-controls button {
  width: 42px !important;
  height: 42px !important;
  border-radius: 999px !important;
  background: rgba(2, 9, 20, .42) !important;
  color: var(--white) !important;
  border-color: rgba(255, 255, 255, .16) !important;
  box-shadow: none !important;
  backdrop-filter: blur(10px) !important;
}

.service-item strong::before,
.service-item strong::after {
  content: none !important;
  display: none !important;
}

.service-item strong,
.service-item strong span {
  color: var(--white) !important;
  background: none !important;
  -webkit-text-fill-color: currentColor !important;
  transform: none !important;
}

.service-item:hover strong span,
.service-item:focus-visible strong span,
.service-item.is-open strong span {
  color: var(--white) !important;
  transform: translateX(8px) !important;
  text-shadow: 0 0 24px rgba(0, 215, 189, .16) !important;
}

.service-item:hover,
.service-item:focus-visible,
.service-item.is-open {
  background: linear-gradient(90deg, rgba(0, 215, 189, .07), transparent 52%) !important;
}

.catalog-hero,
.blog-hero,
.about-hero {
  position: relative !important;
  padding-top: clamp(260px, 27vw, 390px) !important;
}

.catalog-hero::before,
.blog-hero::before,
.about-hero::before {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  top: clamp(86px, 9vw, 122px) !important;
  height: clamp(120px, 13vw, 210px) !important;
  border-radius: 0 !important;
  background: var(--page-band-image, url("/assets/herobeiz.jpg")) center / cover no-repeat !important;
  filter: saturate(1.02) contrast(1.04) !important;
  opacity: .96 !important;
}

.catalog-hero::after,
.blog-hero::after,
.about-hero::after {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  top: clamp(86px, 9vw, 122px) !important;
  height: clamp(120px, 13vw, 210px) !important;
  background: linear-gradient(90deg, rgba(2, 9, 20, .72), rgba(2, 9, 20, .08) 48%, rgba(247, 248, 245, .18)) !important;
  pointer-events: none !important;
}

.catalog-main .catalog-hero { --page-band-image: url("/assets/herobeiz.jpg"); }
.campaign-index .catalog-hero { --page-band-image: url("/assets/hero-campaign.webp"); }
.about-hero { --page-band-image: url("/assets/contact-banner.webp"); }
.blog-hero { --page-band-image: url("/assets/campaign-laliga.webp"); }

@media (max-width: 760px) {
  .hero {
    min-height: 100svh !important;
    padding: 92px 18px 32px !important;
  }

  .hero-copy {
    width: 100% !important;
  }

  .story-reveal {
    min-height: 390svh !important;
  }

  .story-sticky {
    padding-inline: 18px !important;
  }

  .story-line {
    min-height: 430px;
    font-size: clamp(25px, 8vw, 42px);
  }

  .story-final {
    bottom: 78px;
  }

  .talent-board,
  .talent-board:has(.talent-row:hover),
  .talent-board:has(.talent-row:focus-visible) {
    grid-template-columns: 1fr !important;
  }

  .talent-preview {
    display: none !important;
  }

  .catalog-hero,
  .blog-hero,
  .about-hero {
    padding-top: 245px !important;
  }
}

/* Final cascade lock: these rules intentionally sit last. */
@font-face {
  font-family: "Druk Wide Beiz";
  src:
    url("/assets/fonts/druk-accented/Druk%20Wide%20Medium/Web%20Fonts/7e389c5e310dc537b083e0e25ea6eab5.woff2") format("woff2"),
    url("/assets/fonts/druk-accented/DrukWideBold.ttf") format("truetype");
  font-weight: 600 900;
  font-display: swap;
}

html body {
  --display: "Druk Wide Beiz", "Druk Wide", "PP Neue Montreal", "Arial Black", Impact, sans-serif !important;
}

html body .site-header::after {
  content: none !important;
  display: none !important;
}

html body .desktop-nav a[href="#contacto"],
html body .desktop-nav a[href="/#contacto"],
html body .mobile-menu a[href="#contacto"],
html body .mobile-menu a[href="/#contacto"] {
  grid-template-columns: 11px auto !important;
  column-gap: 8px !important;
  min-height: 42px !important;
  height: 42px !important;
  padding: 0 17px !important;
  overflow: hidden !important;
}

html body .desktop-nav a[href="#contacto"]::before,
html body .desktop-nav a[href="/#contacto"]::before {
  position: static !important;
  width: 11px !important;
  height: 9px !important;
  transform: skewX(-12deg) scale(.92) !important;
  opacity: 1 !important;
  background: var(--turquoise) !important;
}

html body .desktop-nav a[href="#contacto"]:hover::before,
html body .desktop-nav a[href="/#contacto"]:hover::before,
html body .desktop-nav a[href="#contacto"]:focus-visible::before,
html body .desktop-nav a[href="/#contacto"]:focus-visible::before {
  background: var(--navy) !important;
  transform: skewX(-12deg) scale(1) !important;
}

html body .story-reveal {
  min-height: 560svh !important;
  overscroll-behavior: contain !important;
}

html body .story-sticky {
  overflow: hidden !important;
}

html body .story-line {
  width: min(980px, 88vw) !important;
  max-width: 980px !important;
  min-height: clamp(180px, 24vw, 320px) !important;
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  align-content: center !important;
  gap: .12em .28em !important;
  font-size: clamp(24px, 3.25vw, 58px) !important;
  line-height: 1.05 !important;
  letter-spacing: .005em !important;
  text-wrap: balance !important;
}

html body .story-line span {
  display: inline-block !important;
  opacity: 0;
  filter: blur(14px);
  transform: translateY(28px) scale(.985);
  animation: beizStoryWordIn 920ms cubic-bezier(.16, 1, .3, 1) forwards;
  animation-delay: calc(var(--i) * 48ms);
}

html body .story-line.is-switching span {
  animation: beizStoryWordOut 260ms ease forwards;
}

html body .story-final {
  color: var(--navy) !important;
  font-size: clamp(34px, 6vw, 112px) !important;
}

html body .talent-board {
  grid-template-columns: 0 minmax(0, 1fr) !important;
  gap: 0 !important;
}

html body .talent-board.is-previewing {
  grid-template-columns: minmax(280px, .38fr) minmax(0, 1fr) !important;
  gap: clamp(28px, 4vw, 70px) !important;
}

html body .talent-board .talent-preview {
  visibility: hidden !important;
  opacity: 0 !important;
  max-width: 0 !important;
  pointer-events: none !important;
  transform: translateX(-32px) scale(.985) !important;
}

html body .talent-board.is-previewing .talent-preview {
  visibility: visible !important;
  opacity: 1 !important;
  max-width: none !important;
  transform: translateX(0) scale(1) !important;
}

html body .talent-board:not(.is-previewing) .talent-preview img {
  display: none !important;
}

html body .service-item strong,
html body .service-item strong span {
  overflow: visible !important;
}

html body .service-item strong::before,
html body .service-item strong::after,
html body .service-item strong span::before,
html body .service-item strong span::after {
  content: none !important;
  display: none !important;
  opacity: 0 !important;
}

html body .service-item strong span {
  transform: translate3d(0, 0, 0) !important;
  transition: transform 260ms cubic-bezier(.16, 1, .3, 1), color 220ms ease !important;
}

html body .service-item:hover strong span,
html body .service-item:focus-visible strong span,
html body .service-item.is-open strong span {
  transform: translate3d(10px, 0, 0) !important;
  color: #d9fff8 !important;
}

html body .catalog-hero,
html body .blog-hero,
html body .about-hero {
  padding-top: clamp(204px, 20vw, 300px) !important;
}

html body .catalog-hero::before,
html body .blog-hero::before,
html body .about-hero::before,
html body .catalog-hero::after,
html body .blog-hero::after,
html body .about-hero::after {
  top: 0 !important;
  height: clamp(118px, 12vw, 190px) !important;
}

html body .back-link-static {
  margin-bottom: clamp(14px, 2vw, 24px) !important;
}

@media (max-width: 760px) {
  html body .story-reveal {
    min-height: 540svh !important;
  }

  html body .story-line {
    min-height: 360px !important;
    font-size: clamp(22px, 7vw, 34px) !important;
  }

  html body .talent-board,
  html body .talent-board.is-previewing {
    grid-template-columns: 1fr !important;
    gap: 0 !important;
  }

  html body .catalog-hero,
  html body .blog-hero,
  html body .about-hero {
    padding-top: 218px !important;
  }

  html body .catalog-hero::before,
  html body .blog-hero::before,
  html body .about-hero::before,
  html body .catalog-hero::after,
  html body .blog-hero::after,
  html body .about-hero::after {
    top: 0 !important;
    height: 104px !important;
  }
}

.site-header {
  position: fixed !important;
  top: clamp(12px, 1.5vw, 22px) !important;
  left: 50% !important;
  transform: translateX(-50%) translateZ(0) !important;
  width: min(calc(100% - 32px), 1840px) !important;
  background: rgba(246, 251, 252, .54) !important;
  border: 1px solid rgba(246, 251, 252, .55) !important;
  box-shadow: 0 26px 82px rgba(2, 9, 20, .16), inset 0 1px 0 rgba(255,255,255,.72) !important;
  backdrop-filter: blur(26px) saturate(1.45) contrast(1.04) !important;
  -webkit-backdrop-filter: blur(26px) saturate(1.45) contrast(1.04) !important;
  isolation: isolate !important;
}

.desktop-nav a[href="#contacto"],
.desktop-nav a[href="/#contacto"],
.mobile-menu a[href="#contacto"],
.mobile-menu a[href="/#contacto"] {
  color: var(--white) !important;
  background: var(--navy) !important;
  border-radius: 8px !important;
  padding: 12px 17px !important;
}

.desktop-nav a[href="#contacto"]:hover,
.desktop-nav a[href="/#contacto"]:hover,
.desktop-nav a[href="#contacto"]:focus-visible,
.desktop-nav a[href="/#contacto"]:focus-visible {
  color: var(--ink) !important;
  background: var(--turquoise) !important;
}

.hero {
  min-height: 100svh !important;
  height: 100svh !important;
  padding: clamp(88px, 8vw, 126px) clamp(22px, 3.2vw, 56px) clamp(30px, 4.8vw, 72px) !important;
  display: flex !important;
  align-items: flex-end !important;
  background: var(--midnight) url("/assets/herobeiz.jpg") center / cover no-repeat !important;
}

.hero-copy {
  max-width: 680px !important;
  align-self: flex-end !important;
  margin: 0 !important;
  padding-bottom: 0 !important;
}

.hero-copy h1 {
  max-width: 680px !important;
  font-size: clamp(28px, 3.35vw, 62px) !important;
  line-height: .94 !important;
}

.hero-copy .lead {
  font-size: clamp(16px, 1.2vw, 22px) !important;
  line-height: 1.45 !important;
}

.hero-scroll-cue {
  margin-top: clamp(24px, 3vw, 38px) !important;
}

.story-line {
  max-width: 1180px !important;
  font-size: clamp(27px, 4vw, 70px) !important;
}

.story-cursor {
  background: var(--navy) !important;
  box-shadow: 0 0 0 1px rgba(0, 168, 189, .16), 0 10px 28px rgba(0, 168, 189, .18) !important;
}

.brand-marquee {
  padding-block: clamp(48px, 6vw, 88px) !important;
}

.logo-track {
  gap: clamp(34px, 4.2vw, 60px) !important;
}

.logo-word {
  min-width: clamp(92px, 8vw, 132px) !important;
  height: 48px !important;
}

.logo-word img {
  max-height: 34px !important;
  max-width: 128px !important;
}

.talent-board {
  grid-template-columns: 0 minmax(0, 1fr) !important;
}

.talent-board:has(.talent-row:hover),
.talent-board:has(.talent-row:focus-visible) {
  grid-template-columns: minmax(280px, .38fr) minmax(0, 1fr) !important;
}

.talent-list .talent-row,
.talent-list .talent-row.is-active:not(:hover):not(:focus-visible) {
  opacity: .3 !important;
  filter: blur(1.45px) !important;
}

.talent-list .talent-row:hover,
.talent-list .talent-row:focus-visible,
.talent-list .talent-row.is-active:hover {
  opacity: 1 !important;
  filter: none !important;
}

.talent-list .talent-row:not(:hover):not(:focus-visible)::before {
  opacity: 0 !important;
  transform: scaleX(0) !important;
}

.verified-mark,
.profile-title h1::after {
  width: .48em !important;
  height: .48em !important;
  min-width: 10px !important;
  min-height: 10px !important;
  flex: 0 0 auto !important;
  margin-left: .1em !important;
}

.talent-row .verified-mark {
  width: .46em !important;
  height: .46em !important;
  min-width: 12px !important;
  min-height: 12px !important;
}

.btn::before,
.filter::before {
  inset: -8px -64px !important;
  clip-path: polygon(24px 0, 100% 0, calc(100% - 24px) 100%, 0 100%) !important;
  background: linear-gradient(100deg, #00c4aa, #21dea6) !important;
}

.btn:hover,
.btn:focus-visible,
.btn-primary:hover,
.btn-primary:focus-visible {
  color: var(--ink) !important;
  border-color: #13d6a6 !important;
  box-shadow: inset 0 0 0 999px rgba(19, 214, 166, .98), 0 20px 42px rgba(0, 187, 168, .18) !important;
}

.contact-form .btn {
  clip-path: none !important;
  border-radius: 10px !important;
}

.production::after {
  content: "" !important;
  right: max(24px, 4vw) !important;
  top: 18% !important;
  width: min(34vw, 520px) !important;
  opacity: .052 !important;
  background: url("/assets/beiz-logo.svg") center / contain no-repeat !important;
}

.production-orbit {
  overflow: hidden !important;
}

.production-orbit .production-controls {
  width: min(430px, 34vw) !important;
  left: 50% !important;
  right: auto !important;
  top: 50% !important;
  transform: translate(-50%, -50%) !important;
  padding-inline: 10px !important;
}

.production-orbit .production-controls button {
  width: 42px !important;
  height: 42px !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, .78) !important;
}

.production-orbit .kit-item {
  border: 0 !important;
}

.production-orbit .kit-item::before {
  inset: 18px 18px 158px !important;
  border-radius: 12px !important;
}

.production-orbit .kit-item [data-icon] {
  margin-top: 26px !important;
}

.service-item strong {
  overflow: visible !important;
}

.service-item strong::before,
.service-item strong::after {
  content: none !important;
  display: none !important;
}

.service-item strong span {
  display: inline-block !important;
  color: var(--white) !important;
  background: none !important;
  -webkit-text-fill-color: currentColor !important;
  transform: translateX(0) !important;
  transition: transform 260ms cubic-bezier(.16, 1, .3, 1), color 220ms ease, letter-spacing 220ms ease !important;
}

.service-item:hover strong span,
.service-item:focus-visible strong span,
.service-item.is-open strong span {
  transform: translateX(12px) !important;
  color: #b9fff2 !important;
  letter-spacing: .01em !important;
}

.catalog-hero::before,
.blog-hero::before,
.about-hero::before,
.catalog-hero::after,
.blog-hero::after,
.about-hero::after {
  height: clamp(132px, 14vw, 220px) !important;
  top: clamp(112px, 9vw, 148px) !important;
}

@media (max-width: 760px) {
  .site-header {
    width: calc(100% - 20px) !important;
    top: 10px !important;
  }

  .hero {
    min-height: 100svh !important;
    height: 100svh !important;
    padding: 88px 18px 30px !important;
  }

  .hero-copy h1 {
    font-size: clamp(30px, 9vw, 48px) !important;
  }

  .story-line {
    min-height: 470px !important;
    font-size: clamp(24px, 7.2vw, 38px) !important;
  }

  .talent-list .talent-row,
  .talent-list:hover .talent-row {
    opacity: 1 !important;
    filter: none !important;
  }

  .production-orbit .production-controls {
    display: none !important;
  }

  .logo-word {
    min-width: 96px !important;
  }
}

/* Final override 2026-07-09: current Beiz polish must win the cascade. */
@font-face {
  font-family: "Druk Wide Beiz";
  src: url("/assets/fonts/druk-accented/DrukWideBold.ttf") format("truetype");
  font-weight: 600 900;
  font-display: swap;
}

html body { --display: "Druk Wide Beiz", "PP Neue Montreal", "Arial Black", Impact, sans-serif !important; }

html body .site-header { transition: background 320ms ease, border-color 320ms ease, box-shadow 320ms ease, backdrop-filter 320ms ease, -webkit-backdrop-filter 320ms ease !important; }
html body .site-header.is-over-hero { background: rgba(2, 9, 20, .58) !important; border-color: rgba(246, 251, 252, .18) !important; box-shadow: 0 24px 82px rgba(0,0,0,.32), inset 0 1px 0 rgba(255,255,255,.16) !important; backdrop-filter: blur(26px) saturate(1.28) contrast(1.08) !important; -webkit-backdrop-filter: blur(26px) saturate(1.28) contrast(1.08) !important; }
html body .site-header.is-over-hero .brand img { filter: brightness(0) invert(1) !important; }
html body .site-header.is-over-hero .desktop-nav a { color: rgba(246,251,252,.9) !important; text-shadow: 0 1.32em rgba(53,242,178,.92) !important; }
html body .site-header.is-over-hero .desktop-nav a::before { background: rgba(246,251,252,.42) !important; }
html body .site-header.is-over-hero .desktop-nav a.is-current::before,
html body .site-header.is-over-hero .desktop-nav a:hover::before,
html body .site-header.is-over-hero .desktop-nav a:focus-visible::before { background: var(--turquoise) !important; }
html body .site-header.is-over-hero .desktop-nav a[href="#contacto"],
html body .site-header.is-over-hero .desktop-nav a[href="/#contacto"] { background: rgba(5,44,84,.92) !important; color: var(--white) !important; }
html body .site-header.is-over-hero .menu-button span { background: var(--white) !important; }

html body .hero { padding: clamp(96px,9vw,132px) clamp(22px,3.2vw,56px) clamp(36px,5vw,78px) !important; }
html body .hero-bg, html body .hero-video { object-position: center center !important; }
html body .hero-copy { max-width: min(720px,92vw) !important; padding-bottom: 0 !important; }
html body .hero-copy h1 { max-width: 760px !important; font-size: clamp(26px,3.05vw,56px) !important; line-height: .9 !important; }
html body .hero-copy h1 span { display: block !important; }
html body .hero-copy .lead { max-width: 610px !important; }

html body .story-reveal { margin-top: -22svh !important; min-height: 520svh !important; background: linear-gradient(180deg, rgba(247,248,245,0) 0, #f7f8f5 18svh, #f7f8f5 100%) !important; position: relative !important; z-index: 4 !important; }
html body .story-sticky { background: transparent !important; }
html body .story-line { min-height: clamp(160px,21vw,290px) !important; font-size: clamp(22px,2.7vw,48px) !important; transition: opacity 320ms ease, filter 320ms ease, transform 320ms ease !important; }
html body .story-reveal.is-complete .story-line { opacity: 0 !important; filter: blur(18px) !important; transform: translateY(-22px) scale(.98) !important; }
html body .story-cursor { opacity: calc(1 - var(--final-progress, 0)) !important; }
html body .story-final { bottom: auto !important; top: 50% !important; white-space: nowrap !important; color: var(--navy) !important; font-size: clamp(34px,6vw,112px) !important; filter: blur(calc(var(--zoom-progress,0) * 10px)) !important; }
html body .story-zoom-o { display: inline-block !important; transform-origin: 50% 52% !important; transform: scale(calc(1 + var(--zoom-progress,0) * 23)) !important; filter: blur(calc(var(--zoom-progress,0) * 5px)) !important; opacity: calc(1 - var(--zoom-progress,0) * .26) !important; }
html body .story-final-dot { display: inline-block !important; width: .34em !important; height: .18em !important; margin-left: .09em !important; background: var(--navy) !important; clip-path: polygon(18% 0,100% 0,82% 100%,0 100%) !important; transform: translateY(-.08em) !important; animation: storyBlink .92s steps(1) infinite !important; }

html body .brand-marquee .section-index { margin-bottom: clamp(30px,4vw,58px) !important; color: var(--blue) !important; -webkit-text-fill-color: var(--blue) !important; }
html body .logo-word { min-width: clamp(80px,7vw,116px) !important; height: 42px !important; }
html body .logo-word img { max-height: 28px !important; max-width: 112px !important; }

html body .talent-board:not(.is-previewing) { grid-template-columns: 0 minmax(0,1fr) !important; gap: 0 !important; }
html body .talent-board:not(.is-previewing) .talent-preview { width: 0 !important; min-width: 0 !important; max-width: 0 !important; visibility: hidden !important; pointer-events: none !important; }
html body .talent-preview, html body .talent-preview img, html body .catalog-item img, html body .creator-mini-card img, html body .profile-portrait img, html body .campaign-feature img, html body .kit-item::before { outline: 0 !important; border-color: transparent !important; }

html body .production-orbit .kit-item:nth-of-type(1) { --kit-image: url("/assets/production/productora-fotografia.png") !important; }
html body .production-orbit .kit-item:nth-of-type(2) { --kit-image: url("/assets/production/productora-video.png") !important; }
html body .production-orbit .kit-item:nth-of-type(3) { --kit-image: url("/assets/production/productora-spot.png") !important; }
html body .production-orbit .kit-item:nth-of-type(4) { --kit-image: url("/assets/production/productora-matchday.png") !important; }
html body .production-orbit .kit-item:nth-of-type(5) { --kit-image: url("/assets/production/productora-podcast.png") !important; }

html body .catalog-main .catalog-hero { --page-band-image: url("/assets/banners/banner-talentos.png") !important; }
html body .campaign-index .catalog-hero { --page-band-image: url("/assets/banners/banner-campanas.png") !important; }
html body .about-hero { --page-band-image: url("/assets/banners/banner-nosotros.png") !important; }
html body .blog-hero { --page-band-image: url("/assets/banners/banner-blog.png") !important; }
html body .catalog-main, html body .campaign-index, html body .blog-main, html body .about-main { padding-top: clamp(112px, 9vw, 150px) !important; }
html body .catalog-hero, html body .blog-hero, html body .about-hero { padding-top: clamp(190px,17vw,250px) !important; }
html body .catalog-hero::before, html body .blog-hero::before, html body .about-hero::before,
html body .catalog-hero::after, html body .blog-hero::after, html body .about-hero::after { top: clamp(88px,7vw,116px) !important; height: clamp(120px,11vw,174px) !important; }

@media (max-width: 760px) {
  html body .site-header.is-over-hero { background: rgba(2,9,20,.52) !important; }
  html body .hero { padding: 86px 18px 30px !important; }
  html body .hero-bg, html body .hero-video { object-position: center 42% !important; }
  html body .hero-copy h1 { font-size: clamp(27px,8vw,42px) !important; }
  html body .hero-copy .lead { font-size: 16px !important; line-height: 1.42 !important; }
  html body .story-reveal { margin-top: -16svh !important; min-height: 500svh !important; }
  html body .story-line { min-height: 260px !important; font-size: clamp(21px,6.2vw,31px) !important; }
  html body .story-final { font-size: clamp(34px,11vw,54px) !important; }
  html body .talent-list .talent-row, html body .talent-list:hover .talent-row { opacity: .34 !important; filter: blur(1.35px) !important; display: grid !important; grid-template-columns: 0 minmax(0,1fr) !important; column-gap: 0 !important; transition: grid-template-columns 260ms cubic-bezier(.16,1,.3,1), column-gap 260ms cubic-bezier(.16,1,.3,1), transform 260ms cubic-bezier(.16,1,.3,1), opacity 220ms ease, filter 220ms ease !important; }
  html body .talent-list .talent-row::after { content: "" !important; grid-column: 1 !important; grid-row: 1 / span 2 !important; align-self: center !important; width: 0 !important; height: 0 !important; border-radius: 10px !important; background: var(--talent-thumb) center / cover no-repeat !important; opacity: 0 !important; transform: scale(.9) !important; transition: width 260ms cubic-bezier(.16,1,.3,1), height 260ms cubic-bezier(.16,1,.3,1), opacity 220ms ease, transform 260ms cubic-bezier(.16,1,.3,1) !important; }
  html body .talent-list .talent-row:hover, html body .talent-list .talent-row:focus-visible, html body .talent-list .talent-row:active { grid-template-columns: 58px minmax(0,1fr) !important; column-gap: 12px !important; opacity: 1 !important; filter: none !important; transform: translateX(8px) !important; }
  html body .talent-list .talent-row:hover::after, html body .talent-list .talent-row:focus-visible::after, html body .talent-list .talent-row:active::after { width: 58px !important; height: 58px !important; opacity: 1 !important; transform: scale(1) !important; }
  html body .talent-list .talent-row strong, html body .talent-list .talent-row em { grid-column: 2 !important; }
  html body .catalog-main, html body .campaign-index, html body .blog-main, html body .about-main { padding-top: 96px !important; }
  html body .catalog-hero, html body .blog-hero, html body .about-hero { padding-top: 182px !important; }
  html body .catalog-hero::before, html body .blog-hero::before, html body .about-hero::before,
  html body .catalog-hero::after, html body .blog-hero::after, html body .about-hero::after { top: 82px !important; height: 86px !important; }
}

/* Beiz closing pass 2026-07-09: latest requested polish and interaction fixes. */
@font-face {
  font-family: "Druk Wide Accent";
  src: url("/assets/fonts/druk-accented/Druk%20Wide%20Medium/Web%20Fonts/7e389c5e310dc537b083e0e25ea6eab5.woff2") format("woff2");
  font-weight: 600 900;
  font-display: swap;
}

html body {
  --display: "Druk Wide Accent", "Druk Wide Beiz", "PP Neue Montreal", "Arial Black", Impact, sans-serif !important;
}

html body .site-header {
  overflow: hidden !important;
  transition: background 300ms ease, border-color 300ms ease, box-shadow 300ms ease, backdrop-filter 300ms ease, -webkit-backdrop-filter 300ms ease !important;
}

html body .site-header.is-over-hero {
  background: rgba(2, 9, 20, .58) !important;
  border-color: rgba(246, 251, 252, .18) !important;
  box-shadow: 0 22px 78px rgba(0, 0, 0, .34), inset 0 1px 0 rgba(255,255,255,.16) !important;
  backdrop-filter: blur(28px) saturate(1.28) contrast(1.06) !important;
  -webkit-backdrop-filter: blur(28px) saturate(1.28) contrast(1.06) !important;
}

html body .site-header.is-over-hero .brand img {
  filter: brightness(0) invert(1) !important;
}

html body .site-header.is-over-hero .desktop-nav a {
  color: rgba(246, 251, 252, .9) !important;
  text-shadow: 0 1.28em rgba(53, 242, 178, .9) !important;
}

html body .site-header.is-over-hero .desktop-nav a::before {
  background: rgba(246, 251, 252, .38) !important;
}

html body .site-header.is-over-hero .desktop-nav a.is-current::before,
html body .site-header.is-over-hero .desktop-nav a:hover::before,
html body .site-header.is-over-hero .desktop-nav a:focus-visible::before {
  background: var(--turquoise) !important;
}

html body .site-header.is-over-hero .desktop-nav a[href="#contacto"],
html body .site-header.is-over-hero .desktop-nav a[href="/#contacto"] {
  background: rgba(5, 44, 84, .95) !important;
  color: var(--white) !important;
}

html body .site-header.is-over-hero .menu-button span {
  background: var(--white) !important;
}

html body .hero {
  min-height: 100svh !important;
  height: 100svh !important;
  align-items: flex-end !important;
  padding: clamp(96px, 9vw, 132px) clamp(22px, 3.2vw, 56px) clamp(38px, 5vw, 80px) !important;
}

html body .hero-copy {
  align-self: flex-end !important;
  max-width: min(700px, 92vw) !important;
  margin: 0 !important;
  padding-bottom: 0 !important;
}

html body .hero-copy h1 {
  max-width: 720px !important;
  font-size: clamp(25px, 2.86vw, 52px) !important;
  line-height: .9 !important;
}

html body .hero-copy h1 span {
  display: block !important;
}

html body .hero-copy .lead {
  max-width: 580px !important;
  font-size: clamp(15px, 1.08vw, 20px) !important;
}

html body .story-reveal {
  margin-top: -34svh !important;
  min-height: 565svh !important;
  background: linear-gradient(180deg, rgba(247, 248, 245, 0) 0, rgba(247, 248, 245, .82) 12svh, #f7f8f5 25svh, #f7f8f5 100%) !important;
  z-index: 4 !important;
}

html body .story-sticky {
  min-height: 100svh !important;
  background: transparent !important;
}

html body .story-line {
  width: min(920px, 86vw) !important;
  min-height: clamp(150px, 18vw, 250px) !important;
  font-size: clamp(21px, 2.55vw, 46px) !important;
  line-height: 1.08 !important;
  letter-spacing: .004em !important;
}

html body .story-line span {
  animation-duration: 980ms !important;
  animation-delay: calc(var(--i) * 56ms) !important;
}

html body .story-reveal.is-complete .story-line {
  opacity: 0 !important;
  filter: blur(20px) !important;
  transform: translateY(-18px) scale(.98) !important;
}

html body .story-cursor {
  clip-path: polygon(18% 0, 100% 0, 82% 100%, 0 100%) !important;
  width: .82em !important;
  height: .4em !important;
  background: var(--navy) !important;
}

html body .story-final {
  top: 50% !important;
  bottom: auto !important;
  white-space: nowrap !important;
  font-size: clamp(34px, 5.7vw, 104px) !important;
  filter: blur(calc(var(--zoom-progress, 0) * 10px)) !important;
}

html body .story-zoom-o {
  display: inline-block !important;
  transform-origin: 50% 52% !important;
  transform: scale(calc(1 + var(--zoom-progress, 0) * 24)) !important;
  filter: blur(calc(var(--zoom-progress, 0) * 6px)) !important;
}

html body .talent-board:not(.is-previewing) {
  grid-template-columns: 0 minmax(0, 1fr) !important;
  gap: 0 !important;
}

html body .talent-board:not(.is-previewing) .talent-preview {
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
  max-width: 0 !important;
}

html body .talent-board.is-previewing {
  grid-template-columns: minmax(280px, .38fr) minmax(0, 1fr) !important;
  gap: clamp(28px, 4vw, 70px) !important;
}

html body .talent-preview,
html body .talent-preview img,
html body .catalog-item,
html body .catalog-item img,
html body .creator-mini-card,
html body .creator-mini-card img,
html body .profile-portrait,
html body .profile-portrait img,
html body .campaign-feature img {
  border: 0 !important;
  outline: 0 !important;
}

html body .catalog-item,
html body .talent-preview,
html body .profile-portrait {
  box-shadow: none !important;
}

html body .production-orbit .kit-item:nth-of-type(1) { --kit-image: url("/assets/production/productora-fotografia.png") !important; }
html body .production-orbit .kit-item:nth-of-type(2) { --kit-image: url("/assets/production/productora-video.png") !important; }
html body .production-orbit .kit-item:nth-of-type(3) { --kit-image: url("/assets/production/productora-spot.png") !important; }
html body .production-orbit .kit-item:nth-of-type(4) { --kit-image: url("/assets/production/productora-matchday.png") !important; }
html body .production-orbit .kit-item:nth-of-type(5) { --kit-image: url("/assets/production/productora-podcast.png") !important; }

html body .catalog-main,
html body .campaign-index,
html body .blog-main,
html body .about-main {
  padding-top: clamp(98px, 7.2vw, 128px) !important;
}

html body .back-link-static {
  margin-bottom: clamp(10px, 1.2vw, 16px) !important;
}

html body .catalog-hero,
html body .blog-hero,
html body .about-hero {
  padding-top: clamp(158px, 15vw, 224px) !important;
}

html body .catalog-hero::before,
html body .blog-hero::before,
html body .about-hero::before,
html body .catalog-hero::after,
html body .blog-hero::after,
html body .about-hero::after {
  top: 0 !important;
  height: clamp(118px, 12vw, 178px) !important;
}

html body .catalog-main .catalog-hero { --page-band-image: url("/assets/banners/banner-talentos.png") !important; }
html body .campaign-index .catalog-hero { --page-band-image: url("/assets/banners/banner-campanas.png") !important; }
html body .about-hero { --page-band-image: url("/assets/banners/banner-nosotros.png") !important; }
html body .blog-hero { --page-band-image: url("/assets/banners/banner-blog.png") !important; }

html body .logo-word {
  min-width: clamp(72px, 6.4vw, 104px) !important;
  height: 38px !important;
}

html body .logo-word img {
  max-height: 24px !important;
  max-width: 104px !important;
}

html body .service-item strong,
html body .service-item strong span {
  overflow: visible !important;
}

html body .service-item strong::before,
html body .service-item strong::after,
html body .service-item strong span::before,
html body .service-item strong span::after {
  content: none !important;
  display: none !important;
}

html body .service-item:hover strong span,
html body .service-item:focus-visible strong span,
html body .service-item.is-open strong span {
  transform: translate3d(12px, 0, 0) !important;
  color: #d9fff8 !important;
  text-shadow: none !important;
}

html.is-leaving::before,
html.is-leaving-back::before {
  background: rgba(247, 248, 245, .96) !important;
  transition: clip-path 460ms cubic-bezier(.16, 1, .3, 1), opacity 460ms ease !important;
}

html.is-leaving main,
html.is-leaving .site-footer {
  transition: transform 460ms cubic-bezier(.16, 1, .3, 1), opacity 360ms ease, filter 360ms ease !important;
}

@media (max-width: 760px) {
  html body .site-header.is-over-hero {
    background: rgba(2, 9, 20, .56) !important;
  }

  html body .hero {
    padding: 84px 18px 30px !important;
  }

  html body .hero-bg,
  html body .hero-video {
    object-position: center 36% !important;
  }

  html body .hero-copy h1 {
    font-size: clamp(26px, 7.6vw, 40px) !important;
    max-width: 96vw !important;
  }

  html body .hero-copy .lead {
    font-size: 15.5px !important;
  }

  html body .story-reveal {
    margin-top: -26svh !important;
    min-height: 540svh !important;
  }

  html body .story-line {
    width: min(360px, 88vw) !important;
    min-height: 300px !important;
    font-size: clamp(20px, 6.1vw, 30px) !important;
  }

  html body .story-final {
    font-size: clamp(34px, 10.5vw, 52px) !important;
  }

  html body .talent-board,
  html body .talent-board.is-previewing {
    grid-template-columns: 1fr !important;
    gap: 0 !important;
  }

  html body .talent-board .talent-preview {
    display: none !important;
  }

  html body .talent-list .talent-row,
  html body .talent-list:hover .talent-row {
    opacity: .32 !important;
    filter: blur(1.35px) !important;
    display: grid !important;
    grid-template-columns: 0 minmax(0, 1fr) !important;
    column-gap: 0 !important;
  }

  html body .talent-list .talent-row::after {
    content: "" !important;
    grid-column: 1 !important;
    grid-row: 1 / span 2 !important;
    width: 0 !important;
    height: 0 !important;
    border: 0 !important;
    outline: 0 !important;
    border-radius: 10px !important;
    align-self: center !important;
    background: var(--talent-thumb) center / cover no-repeat !important;
    opacity: 0 !important;
    transform: scale(.9) !important;
    transition: width 260ms cubic-bezier(.16,1,.3,1), height 260ms cubic-bezier(.16,1,.3,1), opacity 220ms ease, transform 260ms cubic-bezier(.16,1,.3,1) !important;
  }

  html body .talent-list .talent-row:hover,
  html body .talent-list .talent-row:focus-visible,
  html body .talent-list .talent-row:active,
  html body .talent-list .talent-row.is-touching {
    grid-template-columns: 58px minmax(0, 1fr) !important;
    column-gap: 12px !important;
    opacity: 1 !important;
    filter: none !important;
    transform: translateX(8px) !important;
  }

  html body .talent-list .talent-row:hover::after,
  html body .talent-list .talent-row:focus-visible::after,
  html body .talent-list .talent-row:active::after,
  html body .talent-list .talent-row.is-touching::after {
    width: 58px !important;
    height: 58px !important;
    opacity: 1 !important;
    transform: scale(1) !important;
  }

  html body .talent-list .talent-row strong,
  html body .talent-list .talent-row em {
    grid-column: 2 !important;
  }

  html body .catalog-main,
  html body .campaign-index,
  html body .blog-main,
  html body .about-main {
    padding-top: 88px !important;
  }

  html body .catalog-hero,
  html body .blog-hero,
  html body .about-hero {
    padding-top: 150px !important;
  }

  html body .catalog-hero::before,
  html body .blog-hero::before,
  html body .about-hero::before,
  html body .catalog-hero::after,
  html body .blog-hero::after,
  html body .about-hero::after {
    height: 90px !important;
  }
}

/* Scene polish lock: hero takeover, dark nav, final Beiz mark zoom and compact page bands. */
html body .site-header.is-over-hero {
  background: rgba(2, 9, 20, .34) !important;
  border-color: rgba(246, 251, 252, .15) !important;
  box-shadow: 0 20px 72px rgba(0, 0, 0, .24), inset 0 1px 0 rgba(255, 255, 255, .14) !important;
  backdrop-filter: blur(30px) saturate(1.18) contrast(1.04) !important;
  -webkit-backdrop-filter: blur(30px) saturate(1.18) contrast(1.04) !important;
}

html body .site-header.is-over-hero .desktop-nav a {
  color: rgba(246, 251, 252, .92) !important;
  text-shadow: none !important;
}

html body .site-header.is-over-hero .desktop-nav a:hover,
html body .site-header.is-over-hero .desktop-nav a:focus-visible,
html body .site-header.is-over-hero .desktop-nav a.is-current {
  color: var(--turquoise) !important;
}

html body .site-header.is-over-hero .desktop-nav a::before {
  background: rgba(246, 251, 252, .58) !important;
}

html body .site-header.is-over-hero .desktop-nav a:hover::before,
html body .site-header.is-over-hero .desktop-nav a:focus-visible::before,
html body .site-header.is-over-hero .desktop-nav a.is-current::before {
  background: var(--turquoise) !important;
}

html body .site-header.is-over-hero .desktop-nav a::after,
html body .site-header.is-over-hero .desktop-nav a.is-current::after {
  content: none !important;
  display: none !important;
  opacity: 0 !important;
  transform: none !important;
}

html body .site-header.is-over-hero .desktop-nav a[href="#contacto"],
html body .site-header.is-over-hero .desktop-nav a[href="/#contacto"] {
  background: rgba(5, 44, 84, .76) !important;
  border: 1px solid rgba(0, 215, 189, .2) !important;
}

html body .hero {
  z-index: 1 !important;
}

html body .story-reveal {
  margin-top: -100svh !important;
  min-height: 420svh !important;
  padding: 0 !important;
  background: transparent !important;
  z-index: 3 !important;
  overflow: clip !important;
}

html body .story-sticky {
  position: sticky !important;
  top: 0 !important;
  isolation: isolate !important;
  display: grid !important;
  place-items: center !important;
  min-height: 100svh !important;
  padding: clamp(92px, 9vw, 130px) var(--gutter) clamp(46px, 6vw, 80px) !important;
  overflow: hidden !important;
}

html body .story-sticky::before {
  content: "" !important;
  position: absolute !important;
  inset: -1px !important;
  z-index: -2 !important;
  background: #f7f8f5 !important;
  transform: translate3d(0, calc((1 - var(--surface-progress, 0)) * 105%), 0) !important;
  transition: none !important;
}

html body .story-sticky::after {
  content: "" !important;
  position: absolute !important;
  inset: auto 0 0 !important;
  z-index: -1 !important;
  height: 26svh !important;
  background: linear-gradient(180deg, rgba(247, 248, 245, 0), #f7f8f5 72%) !important;
  opacity: calc(1 - var(--surface-progress, 0)) !important;
  pointer-events: none !important;
}

html body .story-sticky .section-index,
html body .story-line,
html body .story-cursor {
  opacity: var(--content-progress, 0) !important;
}

html body .story-sticky .section-index {
  position: absolute !important;
  top: clamp(96px, 9vw, 130px) !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  color: var(--blue) !important;
}

html body .story-line {
  position: relative !important;
  display: block !important;
  width: min(860px, 84vw) !important;
  min-height: clamp(132px, 15vw, 220px) !important;
  margin: 0 !important;
  color: var(--ink) !important;
  font-family: var(--display) !important;
  font-size: clamp(20px, 2.25vw, 40px) !important;
  line-height: 1.12 !important;
  text-align: center !important;
  letter-spacing: .004em !important;
  text-wrap: balance !important;
}

html body .story-cursor {
  position: absolute !important;
  left: 50% !important;
  top: calc(50% + clamp(88px, 10vw, 148px)) !important;
  width: clamp(16px, 1.18vw, 24px) !important;
  height: clamp(8px, .58vw, 12px) !important;
  margin: 0 !important;
  background: var(--navy) !important;
  clip-path: polygon(18% 0, 100% 0, 82% 100%, 0 100%) !important;
  transform: translateX(-50%) skewX(-8deg) !important;
  animation: storyBlink .88s steps(1) infinite !important;
}

html body .story-reveal.is-complete .story-cursor {
  opacity: 0 !important;
}

html body .story-final {
  position: absolute !important;
  left: 50% !important;
  top: 50% !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: .18em !important;
  margin: 0 !important;
  white-space: nowrap !important;
  color: var(--navy) !important;
  font-family: var(--display) !important;
  font-size: clamp(34px, 5.35vw, 98px) !important;
  line-height: .86 !important;
  filter: blur(calc(var(--zoom-progress, 0) * 11px)) !important;
  will-change: transform, opacity, filter !important;
}

html body .story-beiz-word {
  display: inline-flex !important;
  align-items: center !important;
  gap: .03em !important;
}

html body .story-zoom-mark {
  display: inline-block !important;
  width: .88em !important;
  height: .88em !important;
  object-fit: contain !important;
  transform-origin: 50% 54% !important;
  transform: scale(calc(1 + var(--zoom-progress, 0) * 28)) !important;
  filter: blur(calc(var(--zoom-progress, 0) * 7px)) !important;
  opacity: calc(1 - var(--zoom-progress, 0) * .32) !important;
  will-change: transform, filter, opacity !important;
}

html body .story-zoom-o {
  transform: none !important;
  filter: none !important;
}

html body .story-final-dot {
  align-self: flex-end !important;
  display: inline-block !important;
  width: .25em !important;
  height: .14em !important;
  margin: 0 0 .02em -.02em !important;
  background: var(--navy) !important;
  clip-path: polygon(18% 0, 100% 0, 82% 100%, 0 100%) !important;
  transform: translateY(-.08em) skewX(-8deg) !important;
  animation: storyBlink .88s steps(1) infinite !important;
}

html body .story-reveal.is-zooming .story-sticky::before {
  transform: translate3d(0, 0, 0) scale(calc(1 + var(--zoom-progress, 0) * .08)) !important;
  filter: blur(calc(var(--zoom-progress, 0) * 10px)) !important;
}

html body .brand-marquee {
  position: relative !important;
  z-index: 4 !important;
  margin-top: 0 !important;
}

html body .talent-board:has(.talent-row:hover),
html body .talent-board:has(.talent-row:focus-visible) {
  grid-template-columns: 0 minmax(0, 1fr) !important;
  gap: 0 !important;
}

html body .talent-board.is-previewing {
  grid-template-columns: minmax(280px, .38fr) minmax(0, 1fr) !important;
  gap: clamp(28px, 4vw, 70px) !important;
}

html body .talent-board:not(.is-previewing) .talent-preview,
html body .talent-board:has(.talent-row:hover):not(.is-previewing) .talent-preview,
html body .talent-board:has(.talent-row:focus-visible):not(.is-previewing) .talent-preview {
  width: 0 !important;
  min-width: 0 !important;
  max-width: 0 !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  transform: translateX(24px) scale(.98) !important;
}

html body .talent-board.is-previewing .talent-preview {
  width: auto !important;
  min-width: 0 !important;
  max-width: none !important;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: none !important;
  transform: translateX(0) scale(1) !important;
}

html body .catalog-main,
html body .campaign-index,
html body .blog-main,
html body .about-main {
  padding-top: 0 !important;
}

html body .back-link-static {
  margin: clamp(94px, 7.2vw, 118px) var(--gutter) 12px !important;
}

html body .catalog-hero,
html body .blog-hero,
html body .about-hero {
  margin-top: 0 !important;
  padding-top: clamp(112px, 9.6vw, 152px) !important;
  padding-bottom: clamp(38px, 5vw, 70px) !important;
}

html body .catalog-hero::before,
html body .blog-hero::before,
html body .about-hero::before,
html body .catalog-hero::after,
html body .blog-hero::after,
html body .about-hero::after {
  top: 0 !important;
  height: clamp(96px, 9vw, 142px) !important;
}

html body .catalog-hero h1,
html body .blog-hero h1,
html body .about-hero h1 {
  margin-top: 0 !important;
}

@media (max-width: 760px) {
  html body .site-header.is-over-hero {
    background: rgba(2, 9, 20, .38) !important;
  }

  html body .story-reveal {
    margin-top: -100svh !important;
    min-height: 410svh !important;
  }

  html body .story-sticky {
    padding: 86px 18px 44px !important;
  }

  html body .story-sticky .section-index {
    top: 92px !important;
  }

  html body .story-line {
    width: min(342px, 88vw) !important;
    min-height: 250px !important;
    font-size: clamp(19px, 5.7vw, 28px) !important;
  }

  html body .story-cursor {
    top: calc(50% + 132px) !important;
  }

  html body .story-final {
    font-size: clamp(34px, 10vw, 50px) !important;
  }

  html body .story-zoom-mark {
    transform: scale(calc(1 + var(--zoom-progress, 0) * 22)) !important;
  }

  html body .back-link-static {
    margin: 92px 18px 10px !important;
  }

  html body .catalog-hero,
  html body .blog-hero,
  html body .about-hero {
    padding-top: 104px !important;
    padding-bottom: 42px !important;
  }

  html body .catalog-hero::before,
  html body .blog-hero::before,
  html body .about-hero::before,
  html body .catalog-hero::after,
  html body .blog-hero::after,
  html body .about-hero::after {
    height: 86px !important;
  }
}

/* Final correction pass: precise hero takeover, dark glass nav and compact page headers. */
html body {
  --display: "Druk Wide Accent", "Druk Wide", "Druk Wide Beiz", "PP Neue Montreal", "Arial Black", Impact, sans-serif !important;
  font-synthesis-weight: none;
}

html body .site-header.is-over-hero,
html body .site-header.is-over-hero.is-scrolled {
  background: rgba(2, 9, 20, .24) !important;
  border-color: rgba(246, 251, 252, .18) !important;
  box-shadow: 0 20px 76px rgba(0, 0, 0, .24), inset 0 1px 0 rgba(255, 255, 255, .12) !important;
  backdrop-filter: blur(30px) saturate(1.18) contrast(1.04) !important;
  -webkit-backdrop-filter: blur(30px) saturate(1.18) contrast(1.04) !important;
}

html body .site-header.is-over-hero::before,
html body .site-header.is-over-hero::after {
  opacity: .28 !important;
}

html body .site-header.is-over-hero .brand img {
  filter: brightness(0) invert(1) !important;
}

html body .site-header.is-over-hero .desktop-nav a {
  color: rgba(246, 251, 252, .9) !important;
  text-shadow: none !important;
  overflow: visible !important;
}

html body .site-header.is-over-hero .desktop-nav a:hover,
html body .site-header.is-over-hero .desktop-nav a:focus-visible,
html body .site-header.is-over-hero .desktop-nav a.is-current {
  color: var(--turquoise) !important;
  transform: translateY(-1px) !important;
}

html body .site-header.is-over-hero .desktop-nav a::after,
html body .site-header.is-over-hero .desktop-nav a:hover::after,
html body .site-header.is-over-hero .desktop-nav a:focus-visible::after,
html body .site-header.is-over-hero .desktop-nav a.is-current::after {
  content: none !important;
  display: none !important;
}

html body .site-header.is-over-hero .desktop-nav a::before {
  background: rgba(246, 251, 252, .35) !important;
}

html body .site-header.is-over-hero .desktop-nav a:hover::before,
html body .site-header.is-over-hero .desktop-nav a:focus-visible::before,
html body .site-header.is-over-hero .desktop-nav a.is-current::before {
  background: var(--turquoise) !important;
}

html body .site-header.is-over-hero .desktop-nav a[href="#contacto"],
html body .site-header.is-over-hero .desktop-nav a[href="/#contacto"] {
  background: rgba(5, 44, 84, .7) !important;
  color: var(--white) !important;
}

html body .story-reveal {
  margin-top: -100svh !important;
  min-height: 360svh !important;
  background: transparent !important;
  z-index: 3 !important;
  isolation: isolate !important;
  overflow: clip !important;
  pointer-events: none !important;
}

html body .story-sticky {
  min-height: 100svh !important;
  padding: clamp(92px, 9vw, 128px) var(--gutter) clamp(42px, 5vw, 72px) !important;
  background: transparent !important;
  overflow: hidden !important;
}

html body .story-sticky::before {
  background: #f7f8f5 !important;
  transform: translate3d(0, calc((1 - var(--surface-progress, 0)) * 101%), 0) !important;
}

html body .story-sticky::after {
  display: none !important;
}

html body .story-line {
  width: min(780px, 82vw) !important;
  min-height: clamp(126px, 13vw, 198px) !important;
  font-size: clamp(21px, 2vw, 36px) !important;
  line-height: 1.14 !important;
}

html body .story-cursor {
  left: 50% !important;
  top: calc(50% + clamp(78px, 9vw, 130px)) !important;
  transform: translateX(-50%) skewX(-8deg) !important;
  animation: storyBlink .76s steps(1) infinite !important;
}

html body .story-reveal.is-complete .story-cursor {
  opacity: 0 !important;
}

html body .story-final {
  gap: .13em !important;
  font-size: clamp(34px, 5vw, 92px) !important;
  transform-origin: 50% 50% !important;
}

html body .story-beiz-word {
  gap: .005em !important;
}

html body .story-zoom-mark {
  width: .92em !important;
  height: .92em !important;
  transform-origin: 47% 52% !important;
  transform: translateY(.025em) scale(calc(1 + var(--zoom-progress, 0) * 34)) !important;
  filter: blur(calc(var(--zoom-progress, 0) * 8px)) !important;
}

html body .story-final-dot {
  width: .18em !important;
  height: .1em !important;
  margin-left: -.04em !important;
  margin-bottom: .13em !important;
  transform: skewX(-8deg) !important;
}

html body .story-reveal.is-zooming .story-line,
html body .story-reveal.is-zooming .section-index {
  opacity: 0 !important;
}

html body .brand-marquee {
  margin-top: -6svh !important;
  transform: translateY(calc(var(--story-zoom-progress, 0) * -10svh)) !important;
  transition: transform .12s linear !important;
}

html body .catalog-main,
html body .campaign-index,
html body .blog-main,
html body .about-main {
  padding-top: 0 !important;
}

html body .back-link-static {
  margin: clamp(62px, 4.8vw, 82px) var(--gutter) 6px !important;
}

html body .catalog-hero,
html body .blog-hero,
html body .about-hero {
  padding-top: clamp(78px, 6.2vw, 104px) !important;
  padding-bottom: clamp(36px, 4vw, 62px) !important;
}

html body .catalog-hero::before,
html body .blog-hero::before,
html body .about-hero::before,
html body .catalog-hero::after,
html body .blog-hero::after,
html body .about-hero::after {
  top: 0 !important;
  height: clamp(84px, 7.4vw, 118px) !important;
}

@media (max-width: 760px) {
  html body .site-header.is-over-hero,
  html body .site-header.is-over-hero.is-scrolled {
    background: rgba(2, 9, 20, .26) !important;
  }

  html body .story-reveal {
    margin-top: -100svh !important;
    min-height: 350svh !important;
  }

  html body .story-sticky {
    padding: 86px 18px 42px !important;
  }

  html body .story-line {
    width: min(330px, 88vw) !important;
    min-height: 214px !important;
    font-size: clamp(18px, 5vw, 25px) !important;
  }

  html body .story-cursor {
    top: calc(50% + 116px) !important;
  }

  html body .story-final {
    font-size: clamp(31px, 9.2vw, 45px) !important;
  }

  html body .back-link-static {
    margin: 66px 18px 8px !important;
  }

  html body .catalog-hero,
  html body .blog-hero,
  html body .about-hero {
    padding-top: 76px !important;
  }

  html body .catalog-hero::before,
  html body .blog-hero::before,
  html body .about-hero::before,
  html body .catalog-hero::after,
  html body .blog-hero::after,
  html body .about-hero::after {
    height: 76px !important;
  }
}

/* Final UX cleanup: navbar states, cinematic reveal, talent hover, services, production and page spacing. */
html body .site-header {
  background: rgba(246, 251, 252, .72) !important;
  border-color: rgba(3, 24, 47, .08) !important;
  color: var(--navy) !important;
  box-shadow: 0 22px 70px rgba(2, 9, 20, .12), inset 0 1px 0 rgba(255, 255, 255, .68) !important;
  backdrop-filter: blur(28px) saturate(1.15) contrast(1.03) !important;
  -webkit-backdrop-filter: blur(28px) saturate(1.15) contrast(1.03) !important;
}

html body .site-header::after,
html body .desktop-nav a::after,
html body .desktop-nav a:hover::after,
html body .desktop-nav a:focus-visible::after,
html body .desktop-nav a.is-current::after {
  content: none !important;
  display: none !important;
}

html body .site-header.is-over-hero,
html body .site-header.is-over-hero.is-scrolled {
  background: rgba(2, 9, 20, .34) !important;
  border-color: rgba(246, 251, 252, .14) !important;
  box-shadow: 0 22px 78px rgba(0, 0, 0, .28), inset 0 1px 0 rgba(255, 255, 255, .14) !important;
  backdrop-filter: blur(30px) saturate(1.16) contrast(1.05) !important;
  -webkit-backdrop-filter: blur(30px) saturate(1.16) contrast(1.05) !important;
}

html body .site-header.is-over-hero .brand img {
  filter: brightness(0) invert(1) !important;
}

html body .site-header.is-over-hero .desktop-nav a,
html body .site-header.is-over-hero .mobile-menu a {
  color: rgba(246, 251, 252, .92) !important;
}

html body .site-header.is-over-hero .desktop-nav a:hover,
html body .site-header.is-over-hero .desktop-nav a:focus-visible,
html body .site-header.is-over-hero .desktop-nav a.is-current {
  color: var(--turquoise) !important;
}

html body .site-header:not(.is-over-hero) .desktop-nav a[href="#contacto"],
html body .site-header:not(.is-over-hero) .desktop-nav a[href="/#contacto"] {
  color: var(--white) !important;
  font-size: 12px !important;
  letter-spacing: .12em !important;
  text-shadow: none !important;
}

html body .story-reveal {
  min-height: 460svh !important;
  margin-top: -100svh !important;
  background: transparent !important;
  overflow: clip !important;
}

html body .story-sticky {
  background: transparent !important;
}

html body .story-sticky::before {
  background: #f7f8f5 !important;
}

html body .story-line {
  width: min(780px, 82vw) !important;
  min-height: clamp(132px, 14vw, 214px) !important;
  font-size: clamp(21px, 1.95vw, 35px) !important;
}

html body .story-cursor {
  width: clamp(18px, 1.8vw, 26px) !important;
  height: clamp(9px, .9vw, 13px) !important;
  background: var(--navy) !important;
  opacity: calc(var(--content-progress, 0) * (1 - var(--final-progress, 0))) !important;
  animation: storyCursorBlink .72s steps(1) infinite !important;
}

html body .story-final {
  align-items: center !important;
  gap: .12em !important;
  transform-origin: 50% 50% !important;
  letter-spacing: 0 !important;
  filter: blur(calc(var(--zoom-progress, 0) * 9px)) !important;
}

html body .story-final .story-beiz-word {
  display: inline-flex !important;
  align-items: center !important;
  gap: .01em !important;
  line-height: .82 !important;
}

html body .story-zoom-mark {
  width: .86em !important;
  height: .86em !important;
  transform: translateY(.015em) !important;
  filter: none !important;
}

html body .story-final-dot {
  width: .2em !important;
  height: .11em !important;
  margin-left: -.03em !important;
  margin-bottom: .09em !important;
  background: var(--navy) !important;
  clip-path: polygon(18% 0, 100% 0, 82% 100%, 0 100%) !important;
  animation: storyCursorBlink .72s steps(1) infinite !important;
}

html body .story-reveal.is-zooming {
  pointer-events: none !important;
}

html body .brand-marquee {
  margin-top: 0 !important;
  transform: none !important;
  z-index: 5 !important;
}

html body .logo-word {
  min-width: clamp(112px, 9vw, 150px) !important;
  height: clamp(48px, 4.7vw, 64px) !important;
}

html body .logo-word img {
  max-width: clamp(108px, 8vw, 142px) !important;
  max-height: clamp(28px, 3vw, 42px) !important;
}

html body .talent-board:not(.is-previewing),
html body .talent-board:not(.is-previewing):has(.talent-row:hover),
html body .talent-board:not(.is-previewing):has(.talent-row:focus-visible) {
  grid-template-columns: 0 minmax(0, 1fr) !important;
  gap: 0 !important;
}

html body .talent-board.is-previewing,
html body .talent-board.is-previewing:has(.talent-row:hover),
html body .talent-board.is-previewing:has(.talent-row:focus-visible) {
  grid-template-columns: minmax(280px, .38fr) minmax(0, 1fr) !important;
  gap: clamp(28px, 4vw, 70px) !important;
}

html body .talent-board.is-previewing .talent-preview {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: none !important;
  transform: translateX(0) scale(1) !important;
}

html body .talent-board:not(.is-previewing) .talent-preview {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  transform: translateX(-24px) scale(.98) !important;
}

html body .service-item em {
  max-height: 90px !important;
  min-height: clamp(38px, 3vw, 52px) !important;
  opacity: 0 !important;
  transform: translateY(-8px) !important;
  overflow: hidden !important;
  transition: opacity .28s ease, transform .32s ease !important;
}

html body .service-item {
  min-height: clamp(132px, 11vw, 158px) !important;
  box-sizing: border-box !important;
}

html body .service-item:hover em,
html body .service-item:focus-visible em,
html body .service-item.is-open em {
  max-height: 90px !important;
  opacity: .72 !important;
  transform: translateY(0) !important;
}

html body .service-item strong,
html body .service-item strong span {
  overflow: hidden !important;
}

html body .service-item strong::before,
html body .service-item strong::after,
html body .service-item strong span::before,
html body .service-item strong span::after {
  content: none !important;
  display: none !important;
}

html body .service-item:hover strong span,
html body .service-item:focus-visible strong span,
html body .service-item.is-open strong span {
  color: var(--turquoise) !important;
  transform: translateX(clamp(8px, 1vw, 16px)) !important;
}

html body .production-orbit {
  pointer-events: auto !important;
}

html body .production-system .production-controls {
  z-index: 8 !important;
}

html body .back-link-static {
  margin: clamp(84px, 6vw, 106px) var(--gutter) 12px !important;
  position: relative !important;
  z-index: 5 !important;
}

html body .catalog-hero,
html body .blog-hero,
html body .about-hero {
  padding-top: clamp(128px, 9vw, 156px) !important;
  padding-bottom: clamp(42px, 4.6vw, 70px) !important;
}

html body .catalog-hero::before,
html body .blog-hero::before,
html body .about-hero::before,
html body .catalog-hero::after,
html body .blog-hero::after,
html body .about-hero::after {
  top: 0 !important;
  height: clamp(92px, 8.2vw, 130px) !important;
}

html body .about-main .about-hero {
  display: block !important;
}

html body .profile-hero {
  min-height: auto !important;
  align-items: center !important;
  padding-top: clamp(108px, 9vw, 150px) !important;
  padding-bottom: clamp(46px, 6vw, 86px) !important;
}

html body .profile-title {
  align-self: center !important;
  padding-top: 0 !important;
}

@media (max-width: 760px) {
  html body .story-reveal {
    min-height: 450svh !important;
  }

  html body .story-line {
    min-height: 236px !important;
    font-size: clamp(18px, 5vw, 25px) !important;
  }

  html body .story-final {
    font-size: clamp(31px, 9vw, 45px) !important;
  }

  html body .talent-board,
  html body .talent-board.is-previewing,
  html body .talent-board:not(.is-previewing),
  html body .talent-board:has(.talent-row:hover),
  html body .talent-board:has(.talent-row:focus-visible) {
    display: block !important;
  }

  html body .talent-board .talent-preview {
    display: none !important;
  }

  html body .talent-row {
    position: relative !important;
    display: grid !important;
    grid-template-columns: 0 minmax(0, 1fr) auto !important;
    column-gap: 0 !important;
    align-items: center !important;
    transition: grid-template-columns .36s cubic-bezier(.2,.8,.2,1), opacity .28s ease, filter .28s ease !important;
  }

  html body .talent-row.is-touch-active {
    grid-template-columns: 66px minmax(0, 1fr) auto !important;
    grid-template-rows: auto auto !important;
    column-gap: 12px !important;
    min-height: 76px !important;
    padding-block: 10px !important;
    filter: blur(0) !important;
    opacity: 1 !important;
  }

  html body .talent-row.is-touch-active::after {
    content: "" !important;
    grid-column: 1 !important;
    grid-row: 1 / span 2 !important;
    width: 58px !important;
    height: 58px !important;
    align-self: center !important;
    border-radius: 10px !important;
    background-image: var(--touch-image) !important;
    background-size: cover !important;
    background-position: center !important;
    box-shadow: 0 14px 34px rgba(2, 9, 20, .16) !important;
  }

  html body .talent-row.is-touch-active strong,
  html body .talent-row.is-touch-active em {
    grid-column: 2 !important;
    min-width: 0 !important;
    position: relative !important;
    z-index: 1 !important;
  }

  html body .talent-list .btn,
  html body .talent-more,
  html body a[href="/talentos/"].btn-small {
    width: max-content !important;
    max-width: calc(100vw - 54px) !important;
    margin-left: 0 !important;
    clip-path: polygon(8% 0, 100% 0, 92% 100%, 0 100%) !important;
    overflow: visible !important;
  }

  html body .back-link-static {
    margin: 82px 18px 10px !important;
  }

  html body .catalog-hero,
  html body .blog-hero,
  html body .about-hero {
    padding-top: 88px !important;
  }

  html body .catalog-hero::before,
  html body .blog-hero::before,
  html body .about-hero::before,
  html body .catalog-hero::after,
  html body .blog-hero::after,
  html body .about-hero::after {
    height: 82px !important;
  }

  html body .profile-hero {
    padding-top: 96px !important;
  }
}

/* Request batch: talent list width and right-side vertical preview. */
html body .talent-board,
html body .talent-board:not(.is-previewing),
html body .talent-board:not(.is-previewing):has(.talent-row:hover),
html body .talent-board:not(.is-previewing):has(.talent-row:focus-visible) {
  grid-template-columns: minmax(0, 1fr) !important;
  gap: 0 !important;
}

html body .talent-board.is-previewing,
html body .talent-board.is-previewing:has(.talent-row:hover),
html body .talent-board.is-previewing:has(.talent-row:focus-visible) {
  grid-template-columns: minmax(0, 1fr) clamp(300px, 24vw, 390px) !important;
  gap: clamp(28px, 4vw, 72px) !important;
}

html body .talent-list {
  order: 1 !important;
  width: 100% !important;
}

html body .talent-preview {
  order: 2 !important;
  justify-self: end !important;
  width: min(100%, 390px) !important;
  min-height: 0 !important;
  aspect-ratio: 3 / 4 !important;
  position: sticky !important;
  top: 104px !important;
  pointer-events: none !important;
}

html body .talent-board:not(.is-previewing) .talent-preview,
html body .talent-board:has(.talent-row:hover):not(.is-previewing) .talent-preview,
html body .talent-board:has(.talent-row:focus-visible):not(.is-previewing) .talent-preview {
  width: 0 !important;
  max-width: 0 !important;
  opacity: 0 !important;
  visibility: hidden !important;
  transform: translateX(28px) scale(.98) !important;
}

html body .talent-board.is-previewing .talent-preview {
  width: min(100%, 390px) !important;
  max-width: 390px !important;
  opacity: 1 !important;
  visibility: visible !important;
  transform: translateX(0) scale(1) !important;
}

html body .talent-preview img {
  height: 100% !important;
  aspect-ratio: 3 / 4 !important;
  object-fit: cover !important;
}

html body .talent-preview .preview-copy {
  inset: auto 14px 14px !important;
  padding: 16px !important;
}

@media (max-width: 760px) {
  html body .talent-board,
  html body .talent-board.is-previewing,
  html body .talent-board:not(.is-previewing),
  html body .talent-board:has(.talent-row:hover),
  html body .talent-board:has(.talent-row:focus-visible) {
    display: block !important;
  }
}

/* Request batch: Nosotros cards with images and banner-only hero. */
html body .about-main .about-hero {
  min-height: auto !important;
  background: transparent !important;
}

html body .about-services {
  align-items: stretch !important;
}

html body .about-services div {
  display: flex !important;
  flex-direction: column !important;
  gap: 0 !important;
  overflow: hidden !important;
  padding: 0 !important;
}

html body .about-services div::after {
  display: none !important;
}

html body .about-services img {
  width: 100% !important;
  aspect-ratio: 1 / 1 !important;
  object-fit: cover !important;
  display: block !important;
  border-bottom: 1px solid rgba(7, 44, 73, .1) !important;
}

html body .about-services strong {
  display: block !important;
  padding: 28px 28px 0 !important;
}

html body .about-services span {
  display: block !important;
  padding: 18px 28px 30px !important;
}

/* Request batch: tighter services block with subtle photographic backing. */
html body .services {
  position: relative !important;
  overflow: hidden !important;
  grid-template-columns: minmax(280px, .76fr) minmax(0, 1.05fr) !important;
  gap: clamp(34px, 4.8vw, 78px) !important;
  padding-inline: clamp(46px, 6.4vw, 118px) !important;
  background: #020914 !important;
}

html body .services::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: 0 !important;
  pointer-events: none !important;
  background:
    linear-gradient(90deg, rgba(2, 9, 20, .92) 0%, rgba(2, 9, 20, .78) 43%, rgba(2, 9, 20, .88) 100%),
    url("/assets/services-background.webp") center / cover no-repeat !important;
  opacity: .46 !important;
}

html body .services > * {
  position: relative !important;
  z-index: 1 !important;
}

html body .services > div:first-child {
  display: grid !important;
  align-content: center !important;
  justify-items: center !important;
  text-align: center !important;
}

html body .services h2 {
  max-width: 760px !important;
  margin-inline: auto !important;
  text-align: center !important;
}

html body .service-list {
  width: min(100%, 980px) !important;
  justify-self: end !important;
}

@media (max-width: 900px) {
  html body .services {
    grid-template-columns: 1fr !important;
    padding-inline: 24px !important;
  }

  html body .service-list {
    justify-self: stretch !important;
    width: 100% !important;
  }
}

/* Request batch: professional CEO profile on Nosotros. */
html body .about-founder {
  padding: clamp(18px, 3vw, 46px) var(--gutter) clamp(38px, 5vw, 76px) !important;
}

html body .founder-card {
  display: grid !important;
  grid-template-columns: minmax(260px, 380px) minmax(0, 1fr) !important;
  gap: clamp(28px, 4vw, 64px) !important;
  align-items: center !important;
  width: min(100%, 1180px) !important;
  margin-inline: auto !important;
  padding: clamp(18px, 2.4vw, 28px) !important;
  border: 1px solid rgba(7, 44, 73, .12) !important;
  border-radius: 24px !important;
  background: linear-gradient(135deg, rgba(255, 255, 255, .94), rgba(242, 248, 248, .9)) !important;
  box-shadow: 0 26px 80px rgba(2, 9, 20, .08) !important;
}

html body .founder-card img {
  width: 100% !important;
  aspect-ratio: 4 / 5 !important;
  object-fit: cover !important;
  border-radius: 18px !important;
  display: block !important;
}

html body .founder-copy {
  max-width: 650px !important;
}

html body .founder-copy h2 {
  margin: 8px 0 18px !important;
  color: var(--ink) !important;
  font-size: clamp(42px, 6vw, 86px) !important;
  line-height: .88 !important;
  letter-spacing: 0 !important;
}

html body .founder-copy > p:not(.section-index) {
  color: rgba(2, 9, 20, .64) !important;
  font-size: clamp(18px, 1.6vw, 23px) !important;
  line-height: 1.45 !important;
}

html body .founder-copy dl {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 12px !important;
  margin: clamp(24px, 3vw, 42px) 0 0 !important;
}

html body .founder-copy dl div {
  border-top: 1px solid rgba(7, 44, 73, .14) !important;
  padding-top: 14px !important;
}

html body .founder-copy dt {
  color: var(--blue) !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  letter-spacing: .16em !important;
  text-transform: uppercase !important;
}

html body .founder-copy dd {
  margin: 8px 0 0 !important;
  color: var(--navy) !important;
  font-size: 15px !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
}

@media (max-width: 760px) {
  html body .founder-card {
    grid-template-columns: 1fr !important;
    border-radius: 18px !important;
  }

  html body .founder-copy dl {
    grid-template-columns: 1fr !important;
  }
}


/* Request batch: productora tighter alignment and hash-jump stability. */
html body .production {
  padding-block: clamp(70px, 7vw, 104px) !important;
}

html body .production .section-head {
  width: min(100%, 1320px) !important;
  margin-inline: auto !important;
  grid-template-columns: minmax(260px, .72fr) minmax(420px, .9fr) !important;
  gap: clamp(30px, 5vw, 82px) !important;
  align-items: center !important;
  margin-bottom: clamp(28px, 4vw, 54px) !important;
}

html body .production .section-head h2 {
  max-width: 720px !important;
  font-size: clamp(40px, 4.4vw, 72px) !important;
}

html body .production .section-head p:not(.section-index) {
  max-width: 620px !important;
}

html body .production-system {
  width: min(100%, 1320px) !important;
  margin-inline: auto !important;
  grid-template-columns: minmax(260px, 350px) minmax(0, 820px) !important;
  gap: clamp(24px, 3vw, 42px) !important;
  justify-content: center !important;
  align-items: stretch !important;
}

html body .production-focus {
  min-height: 360px !important;
  padding: clamp(22px, 3vw, 34px) !important;
}

html body .production-orbit {
  width: min(100%, 820px) !important;
  grid-template-columns: repeat(5, minmax(112px, 1fr)) !important;
  gap: 10px !important;
}

html body .production-orbit .kit-item {
  min-height: 360px !important;
  padding: 14px !important;
}

html body .production-orbit .kit-item::before {
  inset: 52px 10px 92px !important;
}

@media (max-width: 980px) {
  html body .production .section-head,
  html body .production-system {
    grid-template-columns: 1fr !important;
  }

  html body .production-orbit {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}


/* Request batch: allow scripted section jumps while keeping horizontal overflow hidden. */
html,
body {
  overflow-x: hidden !important;
  overflow-y: auto !important;
}


/* Request batch: Double Tap inspired 3D rotating card rail for Nosotros. */
html body .about-services {
  perspective: 1600px !important;
  perspective-origin: 50% 42% !important;
  transform-style: preserve-3d !important;
  align-items: center !important;
  gap: clamp(16px, 2vw, 28px) !important;
  padding-bottom: clamp(54px, 7vw, 96px) !important;
}

html body .about-services .section-index {
  transform: translateZ(70px) !important;
}

html body .about-services div {
  transform-style: preserve-3d !important;
  backface-visibility: hidden !important;
  min-height: clamp(440px, 36vw, 560px) !important;
  transition: transform .7s cubic-bezier(.2,.8,.2,1), opacity .7s ease, filter .7s ease, box-shadow .7s ease !important;
  will-change: transform !important;
}

html body .about-services div:nth-of-type(1) {
  transform: translate3d(26px, 18px, -120px) rotateY(28deg) scale(.92) !important;
  opacity: .78 !important;
}

html body .about-services div:nth-of-type(2) {
  transform: translate3d(8px, 0, 70px) rotateY(10deg) scale(1.02) !important;
  z-index: 3 !important;
}

html body .about-services div:nth-of-type(3) {
  transform: translate3d(-8px, 0, 70px) rotateY(-10deg) scale(1.02) !important;
  z-index: 3 !important;
}

html body .about-services div:nth-of-type(4) {
  transform: translate3d(-26px, 18px, -120px) rotateY(-28deg) scale(.92) !important;
  opacity: .78 !important;
}

html body .about-services div:hover,
html body .about-services div:focus-within {
  transform: translate3d(0, -12px, 150px) rotateY(0deg) scale(1.04) !important;
  opacity: 1 !important;
  filter: saturate(1.04) contrast(1.02) !important;
  z-index: 8 !important;
  box-shadow: 0 32px 90px rgba(2, 9, 20, .18) !important;
}

html body .about-services img {
  transform: translateZ(18px) !important;
}

@media (max-width: 900px) {
  html body .about-services {
    perspective: none !important;
  }

  html body .about-services div,
  html body .about-services div:nth-of-type(1),
  html body .about-services div:nth-of-type(2),
  html body .about-services div:nth-of-type(3),
  html body .about-services div:nth-of-type(4),
  html body .about-services div:hover {
    transform: none !important;
    opacity: 1 !important;
    min-height: 0 !important;
  }
}


/* Request batch: restore services gradient and make block more compact. */
html body .services {
  position: relative !important;
  grid-template-columns: minmax(260px, .62fr) minmax(360px, .86fr) !important;
  gap: clamp(26px, 3.6vw, 58px) !important;
  align-items: center !important;
  padding-block: clamp(58px, 6vw, 86px) !important;
  padding-inline: clamp(56px, 8vw, 150px) !important;
  background:
    radial-gradient(circle at 78% 12%, rgba(0, 215, 189, 0.18), transparent 34vw),
    linear-gradient(135deg, var(--midnight), var(--ink)) !important;
}

html body .services::before {
  display: none !important;
  content: none !important;
}

html body .services h2 {
  max-width: 620px !important;
  font-size: clamp(34px, 4.1vw, 64px) !important;
  line-height: .9 !important;
}

html body .service-list {
  width: min(100%, 850px) !important;
}

html body .service-item {
  min-height: 108px !important;
  padding: 18px 0 !important;
  grid-template-columns: 34px 1fr !important;
  gap: 12px !important;
}

html body .service-item > [data-icon] {
  width: 28px !important;
  height: 28px !important;
}

html body .service-item strong {
  font-size: clamp(28px, 3vw, 48px) !important;
}

html body .service-item em {
  min-height: 34px !important;
  max-height: 72px !important;
  font-size: clamp(14px, 1.05vw, 17px) !important;
}

html body .service-item:hover em,
html body .service-item:focus-visible em,
html body .service-item.is-open em {
  max-height: 72px !important;
}

@media (max-width: 900px) {
  html body .services {
    grid-template-columns: 1fr !important;
    padding-inline: 24px !important;
  }
}

/* Recovery pass: restore story scrolling, compact production/services, improve card hover depth. */
html,
body {
  overflow-x: clip !important;
  overflow-y: visible !important;
}

html body .production {
  padding-block: clamp(54px, 5vw, 78px) !important;
}

html body .production .section-head {
  width: min(100%, 1180px) !important;
  grid-template-columns: minmax(220px, .48fr) minmax(420px, .62fr) !important;
  gap: clamp(24px, 3.2vw, 48px) !important;
  align-items: end !important;
  margin-bottom: clamp(24px, 3vw, 42px) !important;
}

html body .production .section-head h2 {
  max-width: 620px !important;
  font-size: clamp(30px, 3vw, 50px) !important;
  line-height: .92 !important;
}

html body .production .section-head p:not(.section-index) {
  max-width: 520px !important;
  font-size: clamp(15px, 1.2vw, 18px) !important;
  line-height: 1.45 !important;
}

html body .production-system {
  width: min(100%, 1180px) !important;
  grid-template-columns: minmax(240px, 310px) minmax(0, 760px) !important;
  gap: clamp(18px, 2.4vw, 34px) !important;
}

html body .production-focus {
  min-height: 300px !important;
  padding: clamp(18px, 2.2vw, 28px) !important;
}

html body .production-focus h3 {
  font-size: clamp(20px, 2vw, 28px) !important;
}

html body .production-focus p {
  font-size: 15px !important;
}

html body .production-orbit {
  width: min(100%, 760px) !important;
  grid-template-columns: repeat(5, minmax(96px, 1fr)) !important;
  gap: 8px !important;
}

html body .production-orbit .kit-item {
  min-height: 300px !important;
  padding: 12px !important;
}

html body .production-orbit .kit-item::before {
  inset: 46px 8px 82px !important;
}

html body .services {
  grid-template-columns: minmax(240px, .5fr) minmax(360px, .72fr) !important;
  gap: clamp(24px, 3vw, 46px) !important;
  padding-block: clamp(48px, 4.6vw, 72px) !important;
  padding-inline: clamp(52px, 7vw, 132px) !important;
  align-items: center !important;
}

html body .services h2 {
  max-width: 520px !important;
  font-size: clamp(28px, 3vw, 48px) !important;
  line-height: .92 !important;
}

html body .service-list {
  width: min(100%, 760px) !important;
}

html body .service-item {
  min-height: 84px !important;
  padding: 12px 0 !important;
  grid-template-columns: 30px 1fr !important;
  gap: 10px !important;
}

html body .service-item > [data-icon] {
  width: 26px !important;
  height: 26px !important;
}

html body .service-item strong {
  font-size: clamp(22px, 2.35vw, 38px) !important;
  line-height: .98 !important;
}

html body .service-item em {
  min-height: 28px !important;
  max-height: 58px !important;
  font-size: clamp(13px, .95vw, 15px) !important;
  line-height: 1.35 !important;
}

html body .service-item:hover em,
html body .service-item:focus-visible em,
html body .service-item.is-open em {
  max-height: 58px !important;
}

html body .about-services {
  position: relative !important;
  overflow: visible !important;
  perspective: 1800px !important;
  gap: clamp(18px, 2vw, 30px) !important;
  isolation: isolate !important;
}

html body .about-services div {
  position: relative !important;
  overflow: hidden !important;
  pointer-events: auto !important;
  min-height: clamp(400px, 31vw, 500px) !important;
}

html body .about-services div:nth-of-type(1) {
  z-index: 2 !important;
  transform: translate3d(0, 14px, -70px) rotateY(14deg) scale(.94) !important;
  opacity: .86 !important;
}

html body .about-services div:nth-of-type(2) {
  z-index: 4 !important;
  transform: translate3d(0, 0, 52px) rotateY(5deg) scale(1.01) !important;
}

html body .about-services div:nth-of-type(3) {
  z-index: 4 !important;
  transform: translate3d(0, 0, 52px) rotateY(-5deg) scale(1.01) !important;
}

html body .about-services div:nth-of-type(4) {
  z-index: 2 !important;
  transform: translate3d(0, 14px, -70px) rotateY(-14deg) scale(.94) !important;
  opacity: .86 !important;
}

html body .about-services div:hover,
html body .about-services div:focus-within {
  z-index: 20 !important;
  opacity: 1 !important;
  transform: translate3d(0, -14px, 170px) rotateY(0deg) scale(1.055) !important;
  filter: saturate(1.04) contrast(1.03) !important;
  box-shadow: 0 38px 96px rgba(2, 9, 20, .2) !important;
}

@media (max-width: 980px) {
  html body .production .section-head,
  html body .production-system,
  html body .services {
    grid-template-columns: 1fr !important;
  }

  html body .production-orbit {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

/* Recovery pass: final compact clamp for production cards. */
html body .production-system {
  grid-template-columns: minmax(230px, 290px) minmax(0, 720px) !important;
}

html body .production-focus,
html body .production-orbit .kit-item {
  min-height: 260px !important;
}

html body .production-orbit {
  width: min(100%, 720px) !important;
}

html body .production-orbit .kit-item::before {
  inset: 42px 8px 72px !important;
}

html body .production-orbit .kit-item strong {
  font-size: clamp(12px, .85vw, 14px) !important;
}

html body .production-orbit .kit-item em {
  font-size: 11px !important;
}

/* User correction: clean story glyph, compact production/services, inward 3D about cards. */
html body .story-line {
  font-variant-ligatures: none !important;
  text-rendering: geometricPrecision !important;
}

html body .production {
  padding-block: clamp(44px, 4.2vw, 66px) !important;
}

html body .production .section-head {
  width: min(100%, 1160px) !important;
  grid-template-columns: minmax(240px, .42fr) minmax(520px, .72fr) !important;
  gap: clamp(28px, 4vw, 64px) !important;
  align-items: center !important;
  margin-bottom: clamp(18px, 2.2vw, 30px) !important;
}

html body .production .section-head h2 {
  max-width: 760px !important;
  font-size: clamp(32px, 3.45vw, 58px) !important;
  line-height: .9 !important;
  text-wrap: balance !important;
}

html body .production .section-head p:not(.section-index) {
  max-width: 520px !important;
  font-size: clamp(14px, 1vw, 17px) !important;
  line-height: 1.42 !important;
}

html body .production-system {
  width: min(100%, 1160px) !important;
  grid-template-columns: minmax(250px, 320px) minmax(0, 800px) !important;
  gap: clamp(20px, 2.8vw, 42px) !important;
  align-items: center !important;
}

html body .production-focus {
  min-height: 330px !important;
  padding: clamp(22px, 2.3vw, 34px) !important;
}

html body .production-orbit {
  width: min(100%, 800px) !important;
  min-height: 380px !important;
  overflow: visible !important;
}

html body .production-orbit .kit-item {
  min-height: 360px !important;
  padding: 16px !important;
}

html body .production-orbit .kit-item::before {
  inset: 44px 10px 78px !important;
}

html body .production-orbit .kit-item strong {
  font-size: clamp(14px, 1vw, 17px) !important;
}

html body .production-orbit .kit-item em {
  font-size: clamp(11px, .85vw, 13px) !important;
}

html body .services {
  grid-template-columns: minmax(300px, .46fr) minmax(520px, .74fr) !important;
  gap: clamp(34px, 4vw, 70px) !important;
  padding-block: clamp(40px, 3.8vw, 60px) !important;
  padding-inline: clamp(72px, 10vw, 170px) !important;
  min-height: auto !important;
  align-items: center !important;
}

html body .services > div:first-child {
  justify-self: start !important;
  align-self: center !important;
  text-align: left !important;
}

html body .services h2 {
  max-width: 560px !important;
  font-size: clamp(30px, 3.1vw, 50px) !important;
  line-height: .92 !important;
  text-align: left !important;
  text-wrap: balance !important;
}

html body .service-list {
  width: min(100%, 780px) !important;
}

html body .service-item {
  min-height: 74px !important;
  padding: 10px 0 !important;
}

html body .service-item strong {
  font-size: clamp(22px, 2.15vw, 36px) !important;
}

html body .service-item em {
  min-height: 24px !important;
  max-height: 50px !important;
}

html body .about-services {
  overflow: visible !important;
  perspective: 1800px !important;
  transform-style: preserve-3d !important;
  gap: clamp(12px, 1.35vw, 22px) !important;
  padding-inline: clamp(28px, 4vw, 72px) !important;
}

html body .about-services div {
  transform-style: preserve-3d !important;
  transform-origin: center center !important;
  transition: transform 520ms cubic-bezier(.16, 1, .3, 1), opacity 360ms ease, filter 360ms ease, box-shadow 360ms ease !important;
  animation: aboutCardDrift 5.5s ease-in-out infinite alternate !important;
  will-change: transform !important;
}

html body .about-services div:nth-of-type(1) {
  transform: translate3d(10%, 16px, -110px) rotateY(18deg) scale(.9) !important;
  z-index: 2 !important;
}

html body .about-services div:nth-of-type(2) {
  transform: translate3d(3%, 0, 42px) rotateY(5deg) scale(1) !important;
  z-index: 5 !important;
  animation-delay: -.8s !important;
}

html body .about-services div:nth-of-type(3) {
  transform: translate3d(-3%, 0, 42px) rotateY(-5deg) scale(1) !important;
  z-index: 5 !important;
  animation-delay: -1.6s !important;
}

html body .about-services div:nth-of-type(4) {
  transform: translate3d(-10%, 16px, -110px) rotateY(-18deg) scale(.9) !important;
  z-index: 2 !important;
  animation-delay: -2.4s !important;
}

html body .about-services div:nth-of-type(1):hover,
html body .about-services div:nth-of-type(1):focus-within {
  transform: translate3d(22%, -18px, 190px) rotateY(0deg) scale(1.06) !important;
}

html body .about-services div:nth-of-type(2):hover,
html body .about-services div:nth-of-type(2):focus-within,
html body .about-services div:nth-of-type(3):hover,
html body .about-services div:nth-of-type(3):focus-within {
  transform: translate3d(0, -18px, 190px) rotateY(0deg) scale(1.055) !important;
}

html body .about-services div:nth-of-type(4):hover,
html body .about-services div:nth-of-type(4):focus-within {
  transform: translate3d(-22%, -18px, 190px) rotateY(0deg) scale(1.06) !important;
}

html body .about-services div:hover,
html body .about-services div:focus-within {
  z-index: 30 !important;
  opacity: 1 !important;
  filter: saturate(1.06) contrast(1.04) !important;
  box-shadow: 0 42px 100px rgba(2, 9, 20, .22) !important;
  animation-play-state: paused !important;
}

@keyframes aboutCardDrift {
  from { margin-top: 0; }
  to { margin-top: -10px; }
}

@media (max-width: 980px) {
  html body .production .section-head,
  html body .production-system,
  html body .services {
    grid-template-columns: 1fr !important;
  }

  html body .production-orbit {
    min-height: auto !important;
  }

  html body .production-orbit .kit-item {
    min-height: 300px !important;
  }

  html body .about-services {
    padding-inline: 20px !important;
  }

  html body .about-services div,
  html body .about-services div:nth-of-type(1),
  html body .about-services div:nth-of-type(2),
  html body .about-services div:nth-of-type(3),
  html body .about-services div:nth-of-type(4),
  html body .about-services div:hover {
    transform: none !important;
    animation: none !important;
  }
}

/* Final handoff: story zoom lands directly on centered collaborations, with smoother logos. */
html body .brand-marquee {
  min-height: min(44svh, 460px) !important;
  display: grid !important;
  align-content: center !important;
  padding-block: clamp(22px, 3.4vw, 44px) !important;
  margin-top: -38svh !important;
  overflow: hidden !important;
  contain: paint !important;
}

html body .brand-marquee .section-index {
  margin: 0 auto clamp(18px, 2.6vw, 34px) !important;
}

html body .brand-track.logo-track,
html body .logo-track {
  gap: clamp(34px, 4vw, 62px) !important;
  animation: logoMarqueeSmooth 24s linear infinite !important;
  will-change: transform !important;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden !important;
}

html body .logo-word {
  flex: 0 0 auto !important;
  transform: translateZ(0) !important;
}

html body .logo-word:hover,
html body .logo-word:focus-visible {
  transform: translate3d(0, -2px, 0) !important;
}

@keyframes logoMarqueeSmooth {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(-50%, 0, 0); }
}

/* Local detail pass: avoid hero poster flash, fix production card hierarchy, simplify mobile cards. */
html body .hero {
  background: #f7f8f5 !important;
}

html body .hero-video {
  background: #f7f8f5 !important;
}

html body .hero-fallback {
  display: none !important;
  visibility: hidden !important;
}

html body .production-focus {
  min-height: clamp(350px, 28vw, 430px) !important;
  padding: clamp(24px, 2.6vw, 40px) !important;
}

html body .production-focus h3 {
  max-width: 10.5em !important;
  font-size: clamp(22px, 2.25vw, 34px) !important;
  line-height: .95 !important;
}

html body .production-focus p {
  max-width: 28em !important;
  font-size: clamp(14px, .95vw, 16px) !important;
}

html body .production-orbit {
  min-height: 430px !important;
}

html body .production-orbit .kit-item {
  min-height: 410px !important;
  padding: 0 !important;
}

html body .production-orbit .kit-item::before {
  inset: 16px 14px 140px !important;
  border-radius: 12px !important;
}

html body .production-orbit .kit-item [data-icon] {
  position: absolute !important;
  left: 18px !important;
  top: auto !important;
  bottom: 88px !important;
  width: 36px !important;
  height: 36px !important;
  margin: 0 !important;
  z-index: 3 !important;
  background: rgba(234, 250, 252, .92) !important;
}

html body .production-orbit .kit-item strong {
  position: absolute !important;
  left: 18px !important;
  right: 18px !important;
  bottom: 54px !important;
  margin: 0 !important;
  z-index: 3 !important;
  font-size: clamp(15px, 1.05vw, 18px) !important;
  line-height: .95 !important;
}

html body .production-orbit .kit-item em {
  position: absolute !important;
  left: 18px !important;
  right: 18px !important;
  bottom: 22px !important;
  margin: 0 !important;
  z-index: 3 !important;
  font-size: clamp(10px, .8vw, 12px) !important;
  line-height: 1.25 !important;
}

@media (max-width: 900px) {
  html body .about-services {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 14px !important;
    padding-inline: 18px !important;
    perspective: none !important;
    overflow: visible !important;
  }

  html body .about-services div,
  html body .about-services div:nth-of-type(1),
  html body .about-services div:nth-of-type(2),
  html body .about-services div:nth-of-type(3),
  html body .about-services div:nth-of-type(4),
  html body .about-services div:hover,
  html body .about-services div:focus-within {
    transform: none !important;
    animation: none !important;
    transition: none !important;
    opacity: 1 !important;
    min-height: 0 !important;
    box-shadow: 0 18px 44px rgba(2, 9, 20, .08) !important;
  }

  html body .about-services img {
    aspect-ratio: 16 / 10 !important;
    height: auto !important;
    max-height: 185px !important;
    transform: none !important;
  }

  html body .about-services strong {
    padding: 18px 18px 0 !important;
    font-size: clamp(18px, 5vw, 23px) !important;
  }

  html body .about-services span {
    padding: 10px 18px 18px !important;
    font-size: 14px !important;
  }

  html body .production-system {
    grid-template-columns: 1fr !important;
  }

  html body .production-focus {
    position: relative !important;
    top: auto !important;
    min-height: auto !important;
  }

  html body .production-orbit {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 14px !important;
    min-height: auto !important;
    width: 100% !important;
    overflow: visible !important;
  }

  html body .production-orbit .kit-item,
  html body .production-orbit .kit-item[data-slot] {
    position: relative !important;
    inset: auto !important;
    transform: none !important;
    opacity: 1 !important;
    width: 100% !important;
    min-height: 285px !important;
  }

  html body .production-orbit .kit-item::before {
    inset: 14px 14px 104px !important;
  }

  html body .production-orbit .kit-item [data-icon] {
    bottom: 64px !important;
  }

  html body .production-orbit .kit-item strong {
    bottom: 38px !important;
  }

  html body .production-orbit .kit-item em {
    bottom: 18px !important;
  }

  html body .production-controls {
    display: none !important;
  }
}

/* Talent data and manifesto timing final pass. */
html body .story-reveal {
  min-height: 540svh !important;
}

html body .profile-source-note {
  margin-top: 24px !important;
  color: var(--muted) !important;
  font-size: clamp(13px, .92vw, 15px) !important;
  line-height: 1.55 !important;
}

@media (max-width: 760px) {
  html body .story-reveal {
    min-height: 550svh !important;
  }
}

/* Performance/layout refinement pass: keep current visuals, reduce jank and clipping. */
html body .story-reveal {
  min-height: 620svh !important;
}

html body .story-final {
  transition: opacity 180ms linear, transform 140ms linear !important;
}

html body .brand-track.logo-track,
html body .logo-track {
  animation: logoMarqueeSmooth 34s linear infinite !important;
  will-change: transform !important;
  contain: layout paint !important;
}

@keyframes logoMarqueeSmooth {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(calc(var(--loop-distance, 1200px) * -1), 0, 0); }
}

html body .logo-word {
  min-width: clamp(118px, 9.2vw, 158px) !important;
  height: clamp(48px, 4.8vw, 64px) !important;
}

html body .logo-word img {
  transform: translateZ(0) !important;
  backface-visibility: hidden !important;
}

html body .talent-preview,
html body .talent-preview img {
  transform: translate3d(0, 0, 0) !important;
  backface-visibility: hidden !important;
  contain: paint !important;
}

html body .talent-preview img {
  opacity: 1 !important;
  transition: transform 260ms cubic-bezier(.16, 1, .3, 1), filter 260ms ease !important;
  will-change: transform !important;
}

html body .talent-list .talent-row,
html body .talent-list:hover .talent-row {
  transition-duration: 180ms !important;
}

html body .production-system {
  grid-template-columns: minmax(340px, 440px) minmax(0, 760px) !important;
}

html body .production-focus {
  width: min(100%, 440px) !important;
  min-height: clamp(390px, 30vw, 480px) !important;
  padding: clamp(26px, 2.4vw, 42px) !important;
}

html body .production-focus h3 {
  max-width: 100% !important;
  font-size: clamp(23px, 1.75vw, 30px) !important;
  line-height: .94 !important;
  overflow-wrap: normal !important;
  word-break: normal !important;
  text-wrap: balance !important;
}

html body .production-focus p {
  max-width: 30em !important;
  font-size: clamp(14px, .92vw, 16px) !important;
  line-height: 1.45 !important;
}

html body .about-services {
  max-width: min(1540px, 92vw) !important;
  margin-inline: auto !important;
  gap: clamp(8px, 1vw, 16px) !important;
  padding-inline: clamp(16px, 2.2vw, 42px) !important;
}

html body .about-services div {
  min-height: clamp(330px, 25vw, 430px) !important;
  transition-duration: 430ms !important;
}

html body .about-services img {
  max-height: clamp(170px, 17vw, 260px) !important;
  object-fit: cover !important;
}

html body .about-services strong {
  font-size: clamp(19px, 1.45vw, 28px) !important;
  line-height: 1.02 !important;
}

html body .about-services span {
  font-size: clamp(14px, .95vw, 17px) !important;
  line-height: 1.42 !important;
}

html body .about-services div:nth-of-type(1) {
  transform: translate3d(7%, 12px, -90px) rotateY(14deg) scale(.88) !important;
}

html body .about-services div:nth-of-type(2) {
  transform: translate3d(2%, 0, 34px) rotateY(4deg) scale(.96) !important;
}

html body .about-services div:nth-of-type(3) {
  transform: translate3d(-2%, 0, 34px) rotateY(-4deg) scale(.96) !important;
}

html body .about-services div:nth-of-type(4) {
  transform: translate3d(-7%, 12px, -90px) rotateY(-14deg) scale(.88) !important;
}

html body .about-services div:nth-of-type(1):hover,
html body .about-services div:nth-of-type(1):focus-within {
  transform: translate3d(14%, -12px, 160px) rotateY(0deg) scale(1.035) !important;
}

html body .about-services div:nth-of-type(2):hover,
html body .about-services div:nth-of-type(2):focus-within,
html body .about-services div:nth-of-type(3):hover,
html body .about-services div:nth-of-type(3):focus-within {
  transform: translate3d(0, -12px, 160px) rotateY(0deg) scale(1.035) !important;
}

html body .about-services div:nth-of-type(4):hover,
html body .about-services div:nth-of-type(4):focus-within {
  transform: translate3d(-14%, -12px, 160px) rotateY(0deg) scale(1.035) !important;
}

@media (max-width: 900px) {
  html body .story-reveal {
    min-height: 600svh !important;
  }

  html body .production-system {
    grid-template-columns: 1fr !important;
  }

  html body .production-focus {
    width: 100% !important;
    min-height: auto !important;
  }

  html body .production-focus h3 {
    font-size: clamp(24px, 6.4vw, 34px) !important;
  }

  html body .about-services {
    max-width: min(540px, 100%) !important;
    padding-inline: 18px !important;
  }

  html body .about-services div {
    min-height: auto !important;
    transform: none !important;
    animation: none !important;
    transition: none !important;
  }

  html body .about-services img {
    max-height: 170px !important;
  }

  html body .about-services div:nth-of-type(1),
  html body .about-services div:nth-of-type(2),
  html body .about-services div:nth-of-type(3),
  html body .about-services div:nth-of-type(4),
  html body .about-services div:nth-of-type(1):hover,
  html body .about-services div:nth-of-type(2):hover,
  html body .about-services div:nth-of-type(3):hover,
  html body .about-services div:nth-of-type(4):hover,
  html body .about-services div:focus-within {
    transform: none !important;
    animation: none !important;
  }
}

/* Final mobile/profile CTA and logo motion correction. */
html body .brand-track.logo-track,
html body .logo-track {
  animation-name: logoMarqueeSmooth !important;
  animation-duration: 34s !important;
  animation-timing-function: linear !important;
  animation-iteration-count: infinite !important;
  animation-play-state: running !important;
}

html body .brand-track.logo-track:hover,
html body .logo-track:hover {
  animation-play-state: running !important;
}

@media (max-width: 760px) {
  html body .profile-title .btn,
  html body .profile-title .btn-primary {
    width: min(100%, 260px) !important;
    max-width: calc(100vw - 44px) !important;
    min-height: 48px !important;
    height: auto !important;
    padding: 13px 18px !important;
    gap: 8px !important;
    justify-content: center !important;
    line-height: 1.15 !important;
    white-space: normal !important;
    text-align: center !important;
    overflow: hidden !important;
    clip-path: polygon(10px 0, 100% 0, calc(100% - 10px) 100%, 0 100%) !important;
  }

  html body .profile-title .btn .btn-label,
  html body .profile-title .btn-primary .btn-label {
    min-width: 0 !important;
    max-width: 100% !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
  }

  html body .profile-title .btn [data-icon],
  html body .profile-title .btn-primary [data-icon] {
    flex: 0 0 18px !important;
  }

  html body .profile-content,
  html body .all-creators {
    width: 100% !important;
    max-width: 100vw !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }

  html body .profile-stats,
  html body .profile-copy {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  html body .creator-strip {
    max-width: 100% !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    padding-inline: 18px !important;
    box-sizing: border-box !important;
  }

  html body .creator-mini-card {
    width: min(230px, calc(100vw - 72px)) !important;
    max-width: calc(100vw - 72px) !important;
  }
}

/* Collaboration catalog and expanded brand campaign system. */
html body .logo-word span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 42px;
  color: var(--navy);
  font-family: "Druk Wide", Arial Black, sans-serif;
  font-size: clamp(13px, 1vw, 18px);
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  white-space: nowrap;
}

html body .logo-word img {
  object-fit: contain;
}

html body .brand-track.logo-track,
html body .logo-track {
  animation-duration: 72s !important;
}

html body .brand-campaign-directory {
  align-items: stretch;
}

html body .campaign-brand-tile {
  isolation: isolate;
  overflow: hidden;
  background: #fff;
}

html body .campaign-brand-tile::before {
  content: none;
}

html body .campaign-brand-poster {
  position: absolute;
  inset: 0 0 118px;
  display: grid;
  place-items: center;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(38, 229, 199, .1), transparent 46%),
    #f7fbfc;
  transition: transform .42s cubic-bezier(.2, .7, .2, 1);
}

html body .campaign-brand-poster::before,
html body .case-brand-poster::before {
  content: "";
  position: absolute;
  width: 48%;
  aspect-ratio: 1;
  right: -12%;
  bottom: -22%;
  border: 1px solid rgba(0, 107, 157, .16);
  border-radius: 50%;
}

html body .campaign-brand-poster::after,
html body .case-brand-poster::after {
  content: "";
  position: absolute;
  width: 58%;
  height: 12px;
  left: -12%;
  top: 17%;
  background: rgba(38, 229, 199, .18);
  transform: skewX(-28deg);
}

html body .campaign-brand-poster img,
html body .case-brand-poster img {
  position: relative;
  z-index: 1;
  display: block;
  width: min(78%, 420px);
  height: auto;
  max-height: 132px;
  margin: 0 !important;
  padding: 0;
  object-fit: contain;
  filter: none;
}

html body .campaign-brand-tile > span {
  margin-top: 390px;
}

html body .campaign-brand-tile > strong {
  color: var(--navy);
}

html body .campaign-brand-tile:hover .campaign-brand-poster,
html body .campaign-brand-tile:focus-visible .campaign-brand-poster {
  transform: scale(1.035);
}

html body .case-brand-poster {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 620px;
  overflow: hidden;
  border-radius: 6px;
  background:
    linear-gradient(135deg, rgba(38, 229, 199, .1), transparent 46%),
    #f7fbfc;
}

html body .selection-roster {
  width: min(1420px, calc(100% - 64px));
  margin: 48px auto 80px;
  padding: clamp(34px, 5vw, 72px);
  box-sizing: border-box;
  color: var(--navy);
  border: 1px solid rgba(5, 54, 91, .11);
  border-radius: 6px;
  background: rgba(248, 253, 253, .7);
  box-shadow: 0 24px 60px rgba(4, 34, 61, .1), inset 0 1px 0 rgba(255, 255, 255, .92);
  backdrop-filter: blur(24px) saturate(125%);
  -webkit-backdrop-filter: blur(24px) saturate(125%);
}

html body .selection-roster .section-index {
  color: var(--mint);
}

html body .selection-roster h2 {
  max-width: 620px;
  margin: 12px 0 34px;
  color: var(--navy);
  font-size: clamp(28px, 2.5vw, 34px);
  line-height: .96;
}

html body .selection-roster-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

html body .selection-member {
  display: grid;
  grid-template-columns: 68px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  min-height: 92px;
  padding: 11px;
  overflow: hidden;
  border: 1px solid rgba(5, 54, 91, .1);
  border-radius: 6px;
  background: rgba(255, 255, 255, .64);
  box-shadow: 0 8px 24px rgba(4, 34, 61, .055), inset 0 1px 0 rgba(255, 255, 255, .9);
  transition: transform 220ms ease, border-color 220ms ease, background 220ms ease, box-shadow 220ms ease;
}

html body .selection-member:hover {
  z-index: 2;
  border-color: rgba(38, 229, 199, .52);
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 14px 34px rgba(4, 34, 61, .1), inset 0 1px 0 #fff;
  transform: translateY(-3px);
}

html body .selection-member > img {
  width: 68px;
  height: 72px;
  object-fit: cover;
  object-position: center 24%;
  border-radius: 5px;
  border: 0;
  outline: 0;
  background: transparent;
  box-shadow: none;
  transform: scale(1.08);
}

html body .selection-member h3 {
  display: flex;
  align-items: center;
  min-width: 0;
  margin: 0 0 8px;
  color: var(--navy);
  font-size: clamp(16px, 1.2vw, 20px);
  line-height: 1;
  text-transform: uppercase;
}

html body .selection-member .verified-mark {
  width: 14px !important;
  height: 14px !important;
  min-width: 14px !important;
  min-height: 14px !important;
  margin-left: 7px !important;
}

html body .selection-member p {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin: 0;
}

html body .selection-member p strong {
  color: #008f88;
  font-family: var(--display);
  font-size: 18px;
  line-height: 1;
}

html body .selection-member p span {
  color: rgba(5, 34, 61, .54);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

html body .creator-strip .creator-mini-card {
  background-image: none !important;
}

/* Per-profile focal points keep faces and key context visible in every crop. */
html body .talent-preview img,
html body .catalog-item img,
html body .catalog-detail > img,
html body .creator-mini-card img,
html body .profile-portrait img {
  object-position: var(--talent-focus, 50% 20%) !important;
}

html body .motion-card,
html body .talent-row::after,
html body .talent-row.is-touch-active::after,
html body .talent-row.is-touching::after {
  background-position: var(--talent-focus, 50% 20%) !important;
}

@media (max-width: 900px) {
  html body .selection-roster-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  html body .case-brand-poster {
    min-height: 440px;
  }
}

@media (max-width: 760px) {
  html body .brand-campaign-directory {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }

  html body .campaign-brand-tile {
    min-height: 390px !important;
  }

  html body .campaign-brand-poster {
    bottom: 104px;
  }

  html body .campaign-brand-tile > span {
    margin-top: 286px !important;
  }

  html body .campaign-brand-poster img,
  html body .case-brand-poster img {
    width: min(76%, 360px);
    max-height: 106px;
  }

  html body .case-brand-poster {
    min-height: 340px;
  }

  html body .selection-roster {
    width: calc(100% - 32px);
    margin-block: 28px 52px;
    padding: 28px 22px;
  }

  html body .selection-roster h2 {
    font-size: clamp(26px, 7vw, 30px);
    overflow-wrap: normal;
    word-break: normal;
  }

  html body .selection-roster-grid {
    grid-template-columns: 1fr;
  }
}

/* Compact editorial hierarchy. The opening scroll cinematic is intentionally untouched. */
html body .section-head h2 {
  max-width: 540px !important;
  font-size: clamp(26px, 2.2vw, 34px) !important;
  line-height: .95 !important;
}

html body .production .section-head h2 {
  max-width: 520px !important;
  font-size: clamp(27px, 2.35vw, 36px) !important;
}

html body .services h2 {
  max-width: 420px !important;
  font-size: clamp(26px, 2.2vw, 34px) !important;
  line-height: .96 !important;
}

html body .contact-card h2 {
  max-width: 560px !important;
  font-size: clamp(28px, 2.7vw, 38px) !important;
  line-height: .96 !important;
}

html body .catalog-hero h1,
html body .about-hero h1,
html body .blog-hero h1 {
  max-width: 620px !important;
  font-size: clamp(32px, 3.35vw, 44px) !important;
  line-height: .96 !important;
}

html body .case-hero h1 {
  max-width: 560px !important;
  font-size: clamp(30px, 3vw, 40px) !important;
  line-height: .96 !important;
}

html body .profile-title h1 {
  max-width: 600px !important;
  font-size: clamp(34px, 3.4vw, 48px) !important;
  line-height: .94 !important;
}

html body .profile-copy h2,
html body .about-split h2 {
  font-size: clamp(22px, 1.7vw, 27px) !important;
  line-height: 1 !important;
}

@media (max-width: 760px) {
  html body .section-head h2,
  html body .production .section-head h2,
  html body .services h2,
  html body .contact-card h2,
  html body .catalog-hero h1,
  html body .about-hero h1,
  html body .blog-hero h1,
  html body .case-hero h1 {
    font-size: clamp(25px, 7.2vw, 31px) !important;
  }

  html body .profile-title h1 {
    font-size: clamp(27px, 7.5vw, 32px) !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
  }

  html body .selection-member {
    grid-template-columns: 58px minmax(0, 1fr);
    min-height: 82px;
    padding: 9px;
  }

  html body .selection-member > img {
    width: 58px;
    height: 62px;
  }
}

/* Mobile experience pass: compact hierarchy, intentional touch states and clear spacing. */
@media (max-width: 760px) {
  html body {
    overflow-x: clip !important;
  }

  html body .agency-pulse,
  html body .talent,
  html body .campaigns,
  html body .production,
  html body .services,
  html body .contact {
    padding-inline: 18px !important;
  }

  html body .section-head h2,
  html body .production .section-head h2,
  html body .services h2,
  html body .contact-card h2,
  html body .catalog-hero h1,
  html body .about-hero h1,
  html body .blog-hero h1,
  html body .case-hero h1 {
    max-width: 100% !important;
    font-size: clamp(22px, 6.2vw, 27px) !important;
    line-height: 1 !important;
    letter-spacing: 0 !important;
    overflow-wrap: break-word !important;
    text-wrap: balance !important;
  }

  html body .section-head p:not(.section-index),
  html body .catalog-hero p:not(.section-index),
  html body .about-hero p:not(.section-index),
  html body .blog-hero p:not(.section-index) {
    max-width: 36rem !important;
    font-size: 15px !important;
    line-height: 1.48 !important;
  }

  html body .brand-marquee {
    min-height: 196px !important;
    height: auto !important;
    padding-block: 24px !important;
    margin-top: -38svh !important;
    align-content: center !important;
  }

  html body .brand-marquee .section-index {
    max-width: calc(100vw - 36px) !important;
    margin: 0 auto 22px !important;
    padding-inline: 4px !important;
    font-size: 10px !important;
    line-height: 1.25 !important;
    text-align: center !important;
  }

  html body .brand-track.logo-track,
  html body .logo-track {
    gap: 20px !important;
  }

  html body .logo-word {
    min-width: 142px !important;
    width: 142px !important;
    height: 62px !important;
    padding: 4px !important;
  }

  html body .logo-word img {
    width: auto !important;
    max-width: 134px !important;
    max-height: 46px !important;
  }

  html body .agency-pulse {
    min-height: 300px !important;
    padding-block: 52px !important;
  }

  html body .pulse-window {
    width: min(100%, 350px) !important;
    min-height: 112px !important;
  }

  html body .pulse-window span {
    width: 100% !important;
    font-size: clamp(20px, 6vw, 25px) !important;
    line-height: 1.02 !important;
    letter-spacing: 0 !important;
    text-wrap: balance !important;
  }

  html body .talent-board,
  html body .talent-board.is-previewing,
  html body .talent-board:not(.is-previewing),
  html body .talent-board:has(.talent-row:hover),
  html body .talent-board:has(.talent-row:focus-visible) {
    display: block !important;
  }

  html body .talent-board .talent-preview {
    display: none !important;
  }

  html body .talent-list,
  html body .talent-list:hover {
    width: 100% !important;
  }

  html body .talent-list .talent-row,
  html body .talent-list:hover .talent-row,
  html body .talent-list .talent-row:hover:not(.is-touch-active),
  html body .talent-list .talent-row:focus-visible:not(.is-touch-active),
  html body .talent-list .talent-row:active:not(.is-touch-active) {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    grid-template-rows: auto !important;
    column-gap: 10px !important;
    min-height: 58px !important;
    padding: 13px 0 !important;
    opacity: 1 !important;
    filter: none !important;
    transform: none !important;
  }

  html body .talent-list .talent-row::after,
  html body .talent-list .talent-row:hover:not(.is-touch-active)::after,
  html body .talent-list .talent-row:focus-visible:not(.is-touch-active)::after,
  html body .talent-list .talent-row:active:not(.is-touch-active)::after {
    content: none !important;
    display: none !important;
    width: 0 !important;
    height: 0 !important;
    opacity: 0 !important;
  }

  html body .talent-list .talent-row.is-touch-active,
  html body .talent-list:hover .talent-row.is-touch-active,
  html body .talent-list .talent-row.is-touch-active:hover,
  html body .talent-list .talent-row.is-touch-active:focus-visible,
  html body .talent-list .talent-row.is-touch-active:active,
  html body .talent-list .talent-row.is-active.is-touch-active,
  html body .talent-list .talent-row.is-active.is-touch-active:not(:hover):not(:focus-visible) {
    grid-template-columns: 54px minmax(0, 1fr) !important;
    grid-template-rows: auto auto !important;
    column-gap: 10px !important;
    min-height: 72px !important;
    padding: 9px 0 !important;
    opacity: 1 !important;
    filter: none !important;
    transform: none !important;
  }

  html body .talent-list .talent-row.is-touch-active::after {
    content: "" !important;
    display: block !important;
    grid-column: 1 !important;
    grid-row: 1 / span 2 !important;
    align-self: center !important;
    width: 52px !important;
    height: 52px !important;
    border-radius: 7px !important;
    background-image: var(--touch-image) !important;
    background-position: var(--talent-focus, 50% 20%) !important;
    background-size: cover !important;
    opacity: 1 !important;
    position: relative !important;
    inset: auto !important;
    z-index: 1 !important;
    visibility: visible !important;
    clip-path: none !important;
    filter: none !important;
    transform: none !important;
    box-shadow: 0 10px 24px rgba(2, 9, 20, .13) !important;
  }

  html body .talent-row strong,
  html body .talent-row em {
    min-width: 0 !important;
    max-width: 100% !important;
  }

  html body .talent-row .signal-dot {
    display: none !important;
  }

  html body .talent-list .talent-row strong {
    grid-column: 1 !important;
    grid-row: 1 !important;
    justify-self: start !important;
    text-align: left !important;
    transform: none !important;
  }

  html body .talent-list .talent-row em {
    grid-column: 2 !important;
    grid-row: 1 !important;
    justify-self: end !important;
    text-align: right !important;
    transform: none !important;
  }

  html body .talent-list .talent-row.is-touch-active strong {
    grid-column: 2 !important;
    grid-row: 1 !important;
    justify-self: start !important;
  }

  html body .talent-list .talent-row.is-touch-active em {
    grid-column: 2 !important;
    grid-row: 2 !important;
    justify-self: start !important;
    text-align: left !important;
    transform: none !important;
  }

  html body .talent-list .talent-row strong {
    display: flex !important;
    align-items: center !important;
    width: fit-content !important;
    padding-right: 0 !important;
    overflow: hidden !important;
    font-size: clamp(17px, 5.1vw, 21px) !important;
    line-height: 1 !important;
  }

  html body .talent-list .talent-row strong::before,
  html body .talent-list .talent-row strong::after {
    content: none !important;
    display: none !important;
  }

  html body .talent-list .talent-row strong span {
    display: block !important;
    flex: 1 1 auto !important;
    min-width: 0 !important;
    max-width: 100% !important;
    overflow: hidden !important;
    white-space: nowrap !important;
    text-overflow: ellipsis !important;
    transform: none !important;
  }

  html body .talent-list .talent-row:hover strong span,
  html body .talent-list .talent-row:focus-visible strong span,
  html body .talent-list .talent-row:active strong span,
  html body .talent-list .talent-row.is-active strong span,
  html body .talent-list .talent-row.is-touch-active strong span {
    transform: none !important;
  }

  html body .talent-list .talent-row em {
    font-size: 10px !important;
    line-height: 1.2 !important;
    white-space: nowrap !important;
  }

  html body .talent-list .talent-row .verified-mark {
    flex: 0 0 13px !important;
    width: 13px !important;
    height: 13px !important;
    margin-left: 5px !important;
  }

  html body .profile-hero {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 24px !important;
    align-items: start !important;
    min-height: auto !important;
    padding: 104px 18px 42px !important;
  }

  html body .profile-title {
    position: relative !important;
    z-index: 2 !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
  }

  html body .profile-title h1 {
    max-width: 100% !important;
    margin-bottom: 12px !important;
    font-size: clamp(26px, 7.2vw, 31px) !important;
    line-height: 1 !important;
    letter-spacing: 0 !important;
  }

  html body .profile-title .lead {
    max-width: 34rem !important;
    margin-bottom: 20px !important;
    font-size: 16px !important;
    line-height: 1.42 !important;
  }

  html body .profile-title .btn,
  html body .profile-title .btn-primary {
    position: relative !important;
    z-index: 3 !important;
    width: max-content !important;
    max-width: 100% !important;
    margin: 0 !important;
  }

  html body .profile-portrait,
  html body .profile-portrait img {
    width: 100% !important;
    min-height: 0 !important;
    height: auto !important;
  }

  html body .profile-portrait {
    aspect-ratio: 4 / 5 !important;
    margin: 0 !important;
  }

  html body .profile-portrait img {
    display: block !important;
    aspect-ratio: 4 / 5 !important;
    object-fit: cover !important;
  }

  html body .profile-content {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 24px !important;
    padding: 0 18px 64px !important;
  }

  html body .social-stat {
    grid-template-columns: 44px minmax(0, 1fr) !important;
    grid-template-rows: auto auto !important;
    column-gap: 12px !important;
  }

  html body .social-stat > [data-icon] {
    grid-column: 1 !important;
    grid-row: 1 / span 2 !important;
    align-self: center !important;
  }

  html body .social-stat > strong {
    grid-column: 2 !important;
    grid-row: 1 !important;
    min-width: 0 !important;
  }

  html body .social-stat > em {
    grid-column: 2 !important;
    grid-row: 2 !important;
    min-width: 0 !important;
    width: auto !important;
    max-width: 100% !important;
    overflow: visible !important;
    white-space: normal !important;
  }

  html body .campaign-feature h3 {
    max-width: 100% !important;
    font-size: 20px !important;
    line-height: 1.02 !important;
    letter-spacing: 0 !important;
    overflow-wrap: anywhere !important;
    text-wrap: balance !important;
  }

  html body .services {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 24px !important;
    align-items: start !important;
    padding-block: 52px !important;
  }

  html body .services > div:first-child {
    width: 100% !important;
    text-align: left !important;
  }

  html body .services h2 {
    width: 100% !important;
    max-width: 330px !important;
    margin-inline: 0 !important;
    text-align: left !important;
  }

  html body .service-list {
    width: 100% !important;
  }

  html body .service-item {
    grid-template-columns: 28px minmax(0, 1fr) !important;
    gap: 10px !important;
    align-items: start !important;
    min-height: 0 !important;
    height: auto !important;
    padding: 18px 0 !important;
    overflow: visible !important;
  }

  html body .service-item > [data-icon] {
    width: 24px !important;
    height: 24px !important;
    margin-top: 0 !important;
  }

  html body .service-item strong,
  html body .service-item strong span {
    min-width: 0 !important;
    max-width: 100% !important;
    font-size: clamp(18px, 5.6vw, 23px) !important;
    line-height: 1.05 !important;
    letter-spacing: 0 !important;
    overflow: visible !important;
    white-space: normal !important;
    text-wrap: balance !important;
  }

  html body .service-item:hover strong span,
  html body .service-item:focus-visible strong span,
  html body .service-item.is-open strong span {
    transform: none !important;
  }

  html body .service-item em {
    grid-column: 2 !important;
    min-height: 0 !important;
    height: auto !important;
    max-height: 0 !important;
    margin: 0 !important;
    overflow: hidden !important;
    opacity: 0 !important;
    transform: translateY(-4px) !important;
    font-size: 14px !important;
    line-height: 1.45 !important;
    transition: max-height 300ms ease, margin-top 300ms ease, opacity 220ms ease, transform 300ms ease !important;
  }

  html body .service-item:hover em,
  html body .service-item:focus-visible em,
  html body .service-item.is-open em {
    max-height: 180px !important;
    margin-top: 10px !important;
    overflow: visible !important;
    opacity: .78 !important;
    transform: none !important;
  }
}

@media (max-width: 760px) and (prefers-reduced-motion: reduce) {
  html body .pulse-window span {
    animation: none !important;
    opacity: 0 !important;
    transform: none !important;
  }

  html body .pulse-window span:first-child {
    opacity: 1 !important;
  }
}

@media (max-width: 390px) {
  html body .section-head h2,
  html body .production .section-head h2,
  html body .services h2,
  html body .contact-card h2,
  html body .catalog-hero h1,
  html body .about-hero h1,
  html body .blog-hero h1,
  html body .case-hero h1 {
    font-size: clamp(21px, 6.1vw, 24px) !important;
  }

  html body .logo-word {
    min-width: 128px !important;
    width: 128px !important;
  }

  html body .logo-word img {
    max-width: 120px !important;
  }

  html body .talent-row strong {
    font-size: 17px !important;
  }
}

@media (max-width: 760px) and (hover: none) and (pointer: coarse) {
  html body .service-item:hover:not(.is-open) strong span,
  html body .service-item:focus-visible:not(.is-open) strong span {
    color: inherit !important;
    transform: none !important;
  }

  html body .service-item:hover:not(.is-open) em,
  html body .service-item:focus-visible:not(.is-open) em {
    max-height: 0 !important;
    margin-top: 0 !important;
    overflow: hidden !important;
    opacity: 0 !important;
    transform: translateY(-4px) !important;
  }

  html body .service-item.is-open em,
  html body .service-item.is-open:hover em,
  html body .service-item.is-open:focus-visible em {
    max-height: 180px !important;
    margin-top: 10px !important;
    overflow: visible !important;
    opacity: .78 !important;
    transform: none !important;
  }
}

/* Mobile finishing pass: stable entry framing, centered service copy and deliberate talent focus. */
@media (max-width: 760px) {
  html body .site-header {
    top: max(10px, env(safe-area-inset-top)) !important;
  }

  html body .hero {
    min-height: 100svh !important;
    height: 100svh !important;
    padding-top: calc(82px + env(safe-area-inset-top)) !important;
  }

  html body .agency-pulse {
    text-align: center !important;
  }

  html body .pulse-window {
    margin-inline: auto !important;
    text-align: center !important;
  }

  html body .pulse-window span {
    inset-inline: 0 !important;
    margin-inline: auto !important;
    display: block !important;
    text-align: center !important;
  }

  html body .talent-list .talent-row,
  html body .talent-list:hover .talent-row,
  html body .talent-list .talent-row:hover:not(.is-touch-active),
  html body .talent-list .talent-row:focus-visible:not(.is-touch-active),
  html body .talent-list .talent-row:active:not(.is-touch-active) {
    opacity: .48 !important;
    filter: blur(.8px) !important;
    transition: opacity 220ms ease, filter 220ms ease, background-color 220ms ease !important;
  }
}

/* The supplied Yeremy portrait includes a narrow dark edge in the source image. */
html body img[src*="/yeremy-pino.webp"] {
  transform: scale(1.045) !important;
  transform-origin: 50% 50% !important;
}

html body .talent-row[data-name="Yeremy Pino"]::after {
  background-size: 105% auto !important;
}

/* Definitive campaign archive. Scoped to keep the existing home interactions intact. */
html body .campaign-case-directory {
  gap: 22px;
  padding-bottom: 96px;
}

html body .campaign-case-tile {
  display: flex;
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(3, 47, 85, .11);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 55px rgba(3, 24, 47, .08);
  color: var(--navy);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

html body .campaign-case-tile:hover,
html body .campaign-case-tile:focus-visible {
  border-color: rgba(2, 213, 180, .58);
  box-shadow: 0 26px 70px rgba(3, 24, 47, .14);
  transform: translateY(-5px);
}

html body .campaign-case-media {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: var(--midnight);
}

html body .campaign-case-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 480ms ease;
}

html body .campaign-case-media.is-placeholder {
  display: grid;
  place-items: center;
  background: linear-gradient(145deg, #f8fbfc, #e9f2f4);
}

html body .campaign-case-media.is-placeholder::after {
  content: "";
  position: absolute;
  right: -15%;
  bottom: -45%;
  width: 72%;
  aspect-ratio: 1;
  border: 1px solid rgba(3, 47, 85, .08);
  border-radius: 50%;
}

html body .campaign-case-media.is-placeholder img {
  position: relative;
  z-index: 1;
  width: 58%;
  height: 88px;
  object-fit: contain;
}

html body .campaign-case-media.is-portrait img {
  object-fit: contain;
  background: var(--midnight);
}

html body .campaign-case-tile:hover .campaign-case-media img,
html body .campaign-case-tile:focus-visible .campaign-case-media img {
  transform: scale(1.035);
}

html body .campaign-case-copy {
  display: flex;
  min-height: 390px;
  flex: 1;
  flex-direction: column;
  padding: 24px;
}

html body .campaign-case-copy > strong,
html body .campaign-card-brand span,
html body .campaign-card-collaboration > span {
  color: var(--teal);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .09em;
  text-transform: uppercase;
}

html body .campaign-case-copy h2 {
  margin: 12px 0 14px;
  color: var(--navy);
  font-size: 22px;
  line-height: .98;
  letter-spacing: 0;
}

html body .campaign-case-copy > p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.55;
}

html body .campaign-card-brand,
html body .campaign-detail-brand {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 10px;
}

html body .campaign-card-brand img {
  width: 42px;
  height: 28px;
  min-height: 0;
  flex: 0 0 42px;
  border-radius: 0;
  object-fit: contain;
  box-shadow: none;
}

html body .campaign-card-brand span {
  line-height: 1.25;
}

html body .campaign-card-collaboration {
  margin-top: 20px;
}

html body .campaign-card-collaboration > span {
  display: block;
  margin-bottom: 9px;
}

html body .campaign-card-collaboration.is-generic > span {
  margin-bottom: 0;
}

html body .campaign-people {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
}

html body .campaign-person {
  display: inline-flex;
  min-width: 0;
  align-items: center;
  gap: 10px;
  color: var(--navy);
}

html body .campaign-person strong {
  font-size: 15px;
  font-weight: 800;
  line-height: 1.2;
}

html body .campaign-person-avatar {
  display: grid;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(3, 47, 85, .11);
  border-radius: 8px;
  background: #eef5f6;
}

html body .campaign-person-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 18%;
}

html body .campaign-person-initials {
  color: var(--navy);
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
}

html body .campaign-case-copy > strong {
  margin-top: auto;
  display: block;
  width: max-content;
  padding-top: 32px;
  color: var(--navy);
  line-height: 1.2;
  transition: color .22s ease;
}

html body .campaign-case-copy > strong::before {
  content: none;
}

html body .campaign-case-tile:hover .campaign-case-copy > strong,
html body .campaign-case-tile:focus-visible .campaign-case-copy > strong {
  color: var(--teal);
}

html body .campaign-case-main {
  padding-bottom: 90px;
}

html body .campaign-case-hero {
  align-items: center;
}

html body .campaign-case-hero h1 {
  max-width: 760px;
  font-size: 42px;
  line-height: .94;
  letter-spacing: 0;
}

html body .campaign-detail-brand {
  margin-bottom: 22px;
  gap: 14px;
}

html body .campaign-detail-brand img {
  width: 124px !important;
  height: 68px !important;
  min-height: 0 !important;
  flex: 0 0 124px;
  border-radius: 0 !important;
  object-fit: contain;
  box-shadow: none !important;
}

html body .campaign-detail-brand span {
  color: var(--blue);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .08em;
  line-height: 1.25;
  text-transform: uppercase;
}

html body .case-campaign-visual {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: 8px;
  background: var(--midnight);
  box-shadow: 0 30px 90px rgba(3, 24, 47, .16);
}

html body .case-campaign-visual img,
html body .campaign-case-hero .case-campaign-visual img {
  width: 100%;
  height: 100%;
  min-height: 0;
  border-radius: 0;
  object-fit: cover;
  box-shadow: none;
}

html body .case-campaign-visual.is-placeholder {
  display: grid;
  place-items: center;
  background: linear-gradient(145deg, #f8fbfc, #e8f0f2);
}

html body .case-campaign-visual.is-placeholder img,
html body .campaign-case-hero .case-campaign-visual.is-placeholder img {
  width: 52%;
  height: 110px;
  object-fit: contain;
}

html body .case-campaign-visual.is-portrait img,
html body .campaign-case-hero .case-campaign-visual.is-portrait img {
  object-fit: contain;
  background: var(--midnight);
}

html body .campaign-case-proof {
  padding-bottom: 54px;
}

html body .campaign-proof-collaboration .campaign-people {
  margin-top: 12px;
}

html body .campaign-proof-collaboration .campaign-person-avatar,
html body .campaign-proof-collaboration .campaign-person-avatar span {
  display: grid;
  width: 48px;
  height: 48px;
  margin: 0;
  color: var(--navy);
  font-size: 12px;
  letter-spacing: 0;
  line-height: 1;
  text-transform: none;
}

html body .campaign-proof-collaboration .campaign-person-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

html body .campaign-proof-collaboration .campaign-person strong {
  max-width: 180px;
  font-size: 16px;
  line-height: 1.2;
}

html body .campaign-case-story {
  display: grid;
  grid-template-columns: minmax(180px, .32fr) minmax(0, 1fr);
  gap: 48px;
  padding: 12px var(--gutter) 70px;
}

html body .campaign-case-story > div {
  max-width: 900px;
}

html body .campaign-case-story p:not(.section-index) {
  margin: 0 0 22px;
  color: var(--muted);
  font-size: 19px;
  line-height: 1.65;
}

@media (max-width: 1040px) {
  html body .campaign-case-directory {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  html body .campaign-case-hero h1 {
    font-size: 34px;
  }
}

@media (max-width: 760px) {
  html body .campaign-index .catalog-hero {
    min-height: 0 !important;
    height: auto !important;
    padding-bottom: 46px !important;
  }

  html body .campaign-case-directory {
    grid-template-columns: 1fr;
    gap: 18px;
    padding-top: 24px !important;
    padding-inline: 16px;
    padding-bottom: 62px;
  }

  html body .campaign-case-copy {
    min-height: 360px;
    padding: 20px;
  }

  html body .campaign-case-copy h2 {
    font-size: 20px;
  }

  html body .campaign-case-copy > strong {
    margin-top: auto;
    padding-top: 26px;
  }

  html body .campaign-case-hero {
    display: flex;
    flex-direction: column;
    gap: 28px;
    align-items: stretch;
    padding: 30px 16px 42px;
  }

  html body .campaign-case-hero .case-campaign-visual {
    order: 2;
  }

  html body .campaign-case-hero > div:last-child {
    order: 1;
  }

  html body .campaign-case-hero h1 {
    font-size: 27px;
  }

  html body .campaign-detail-brand {
    margin-bottom: 14px;
  }

  html body .campaign-detail-brand img {
    width: 96px !important;
    height: 54px !important;
    flex-basis: 96px;
  }

  html body .campaign-case-proof {
    grid-template-columns: 1fr;
    padding: 0 16px 42px;
  }

  html body .campaign-case-story {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 0 16px 54px;
  }

  html body .campaign-case-story p:not(.section-index) {
    font-size: 16px;
  }
}

/* Home campaign archive preview. Kept independent from the talent motion collage. */
html body .campaigns {
  overflow: hidden;
  background: #fff;
}

html body .campaign-home-head {
  display: block;
  max-width: 720px;
  margin-bottom: 28px;
}

html body .campaign-home-head .section-head-copy {
  grid-column: auto;
}

html body .campaign-home-cloud {
  position: relative;
  width: min(1180px, 100%);
  min-height: 620px;
  margin: 0 auto;
  isolation: isolate;
  perspective: 1400px;
}

html body .campaign-home-core {
  position: absolute;
  z-index: 5;
  top: 50%;
  left: 50%;
  display: grid;
  width: 224px;
  min-height: 168px;
  place-items: center;
  align-content: center;
  gap: 7px;
  padding: 24px;
  border: 1px solid rgba(3, 47, 85, .12);
  border-radius: 8px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 28px 80px rgba(3, 24, 47, .13);
  transform: translate(-50%, -50%) translateZ(70px);
}

html body .campaign-home-core img {
  width: 72px;
  height: 54px;
  object-fit: contain;
}

html body .campaign-home-core span,
html body .campaign-home-core strong {
  color: var(--navy);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .1em;
  line-height: 1.15;
  text-align: center;
}

html body .campaign-home-core span {
  color: var(--teal);
  font-size: 9px;
}

html body .campaign-cloud-card {
  position: absolute;
  z-index: 2;
  display: block;
  width: 222px;
  overflow: hidden;
  border: 1px solid rgba(3, 47, 85, .1);
  border-radius: 7px;
  background: #fff;
  box-shadow: 0 22px 58px rgba(3, 24, 47, .11);
  transform: rotate(var(--campaign-rotate, 0deg));
  transition: transform 300ms cubic-bezier(.2, .8, .2, 1), box-shadow 300ms ease, border-color 220ms ease;
}

html body .campaign-cloud-card img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  transition: transform 500ms cubic-bezier(.2, .8, .2, 1);
}

html body .campaign-cloud-card span {
  display: flex;
  min-height: 40px;
  align-items: center;
  padding: 9px 12px;
  color: var(--navy);
  font-size: 9px;
  font-weight: 850;
  letter-spacing: .07em;
  line-height: 1.2;
  text-transform: uppercase;
}

html body .campaign-cloud-card:hover,
html body .campaign-cloud-card:focus-visible {
  z-index: 8;
  border-color: rgba(0, 215, 189, .55);
  box-shadow: 0 32px 86px rgba(3, 24, 47, .18);
  transform: translateY(-8px) rotate(0deg) translateZ(90px);
}

html body .campaign-cloud-card:hover img,
html body .campaign-cloud-card:focus-visible img {
  transform: scale(1.035);
}

html body .campaign-cloud-card.cloud-1 { top: 72px; left: 0; --campaign-rotate: -4deg; }
html body .campaign-cloud-card.cloud-2 { top: 0; left: 23%; --campaign-rotate: 2deg; }
html body .campaign-cloud-card.cloud-3 { top: 0; right: 23%; --campaign-rotate: -2deg; }
html body .campaign-cloud-card.cloud-4 { top: 72px; right: 0; --campaign-rotate: 4deg; }
html body .campaign-cloud-card.cloud-5 { bottom: 45px; left: 2%; --campaign-rotate: 3deg; }
html body .campaign-cloud-card.cloud-6 { bottom: 0; left: 25%; --campaign-rotate: -2deg; }
html body .campaign-cloud-card.cloud-7 { right: 25%; bottom: 0; --campaign-rotate: 2deg; }
html body .campaign-cloud-card.cloud-8 { right: 2%; bottom: 45px; --campaign-rotate: -3deg; }

html body .campaigns .section-cta {
  margin-top: 30px;
}

@media (max-width: 980px) {
  html body .campaign-home-cloud {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    min-height: 0;
    perspective: none;
  }

  html body .campaign-home-core {
    position: relative;
    top: auto;
    left: auto;
    grid-column: 1 / -1;
    width: 100%;
    min-height: 130px;
    transform: none;
  }

  html body .campaign-cloud-card,
  html body .campaign-cloud-card.cloud-1,
  html body .campaign-cloud-card.cloud-2,
  html body .campaign-cloud-card.cloud-3,
  html body .campaign-cloud-card.cloud-4,
  html body .campaign-cloud-card.cloud-5,
  html body .campaign-cloud-card.cloud-6,
  html body .campaign-cloud-card.cloud-7,
  html body .campaign-cloud-card.cloud-8 {
    position: relative;
    inset: auto;
    width: 100%;
    transform: none;
  }
}

@media (max-width: 760px) {
  html body .campaign-home-head {
    margin-bottom: 24px;
  }

  html body .campaign-home-cloud {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  html body .campaign-home-core {
    min-height: 118px;
    padding: 18px;
  }

  html body .campaign-home-core img {
    width: 62px;
    height: 44px;
  }

  html body .campaign-cloud-card span {
    min-height: 38px;
    padding: 8px 9px;
    font-size: 8px;
  }

  html body .campaigns .section-cta {
    margin-top: 24px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html body .campaign-cloud-card,
  html body .campaign-cloud-card img {
    transition: none;
  }
}

@media (min-width: 981px) {
  html body .campaign-home-cloud {
    min-height: 640px;
  }

  html body .campaign-home-core {
    z-index: 10;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .82);
    border-radius: 8px;
    background:
      linear-gradient(132deg, rgba(255, 255, 255, .5) 0%, rgba(255, 255, 255, .14) 44%, rgba(229, 255, 252, .22) 100%),
      rgba(255, 255, 255, .13);
    box-shadow:
      0 32px 90px rgba(3, 24, 47, .16),
      inset 0 1px 0 rgba(255, 255, 255, .96),
      inset 1px 0 0 rgba(255, 255, 255, .48),
      inset 0 -1px 0 rgba(3, 47, 85, .1);
    -webkit-backdrop-filter: blur(32px) saturate(1.55) brightness(1.08);
    backdrop-filter: blur(32px) saturate(1.55) brightness(1.08);
    clip-path: polygon(17px 0, 100% 0, calc(100% - 17px) 100%, 0 100%);
    width: 244px;
    min-height: 180px;
  }

  html body .campaign-home-core > * {
    position: relative;
    z-index: 3;
  }

  html body .campaign-home-core::before {
    content: "";
    position: absolute;
    z-index: 1;
    top: -94px;
    left: -36px;
    width: 112px;
    height: 330px;
    pointer-events: none;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .68), rgba(255, 255, 255, .13), transparent);
    filter: blur(1px);
    opacity: .82;
    transform: rotate(24deg);
  }

  html body .campaign-home-core::after {
    content: "";
    position: absolute;
    z-index: 2;
    inset: 1px;
    pointer-events: none;
    border: 1px solid rgba(255, 255, 255, .48);
    background:
      radial-gradient(circle at 18% 8%, rgba(255, 255, 255, .82), transparent 28%),
      linear-gradient(145deg, transparent 55%, rgba(0, 215, 189, .09));
    box-shadow: inset 0 0 26px rgba(255, 255, 255, .2);
    clip-path: polygon(16px 0, 100% 0, calc(100% - 16px) 100%, 0 100%);
  }

  html body .campaign-cloud-card {
    width: 230px;
    overflow: hidden;
    border: 0;
    border-radius: 8px;
    background: rgba(255, 255, 255, .1);
    box-shadow: none;
    -webkit-backdrop-filter: blur(24px) saturate(1.42) brightness(1.04);
    backdrop-filter: blur(24px) saturate(1.42) brightness(1.04);
    clip-path: polygon(11px 0, 100% 0, calc(100% - 11px) 100%, 0 100%);
    filter: drop-shadow(0 20px 25px rgba(3, 24, 47, .15));
    transform-origin: center;
    will-change: transform;
  }

  html body .campaign-cloud-card::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 3;
    background:
      linear-gradient(116deg, rgba(255, 255, 255, .43), rgba(255, 255, 255, .08) 24%, transparent 41%),
      radial-gradient(circle at 88% 88%, rgba(0, 215, 189, .12), transparent 38%);
  }

  html body .campaign-cloud-card img {
    opacity: .74;
    filter: saturate(1.08) contrast(1.08);
    transform: scale(1.025);
  }

  html body .campaign-cloud-card span {
    position: relative;
    z-index: 4;
    border-top: 1px solid rgba(255, 255, 255, .58);
    background: rgba(255, 255, 255, .34);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .44);
    -webkit-backdrop-filter: blur(20px) saturate(1.28);
    backdrop-filter: blur(20px) saturate(1.28);
  }

  html body .campaign-cloud-card:hover,
  html body .campaign-cloud-card:focus-visible {
    z-index: 9;
    background: rgba(255, 255, 255, .18);
    filter: drop-shadow(0 28px 34px rgba(3, 24, 47, .2));
    animation-play-state: paused;
  }

  html body .campaign-cloud-card:hover img,
  html body .campaign-cloud-card:focus-visible img {
    opacity: .88;
    transform: scale(1.055);
  }

  html body .campaign-cloud-card.cloud-1 { top: 78px; left: 1%; }
  html body .campaign-cloud-card.cloud-2 { top: 58px; left: 22%; z-index: 3; }
  html body .campaign-cloud-card.cloud-3 { top: 56px; right: 22%; z-index: 3; }
  html body .campaign-cloud-card.cloud-4 { top: 78px; right: 1%; }
  html body .campaign-cloud-card.cloud-5 { bottom: 48px; left: 3%; }
  html body .campaign-cloud-card.cloud-6 { bottom: 52px; left: 22%; z-index: 3; }
  html body .campaign-cloud-card.cloud-7 { right: 22%; bottom: 52px; z-index: 3; }
  html body .campaign-cloud-card.cloud-8 { right: 3%; bottom: 48px; }

  html body .campaign-home-cloud .campaign-cloud-card:hover,
  html body .campaign-home-cloud .campaign-cloud-card:focus-visible {
    z-index: 9;
  }
}

@media (min-width: 981px) and (prefers-reduced-motion: no-preference) {
  html body .campaign-home-core::before {
    animation: campaign-core-sheen 10.8s ease-in-out -3.4s infinite alternate;
  }

  html body .campaign-cloud-card {
    animation: campaign-cloud-drift var(--drift-duration, 15s) ease-in-out var(--drift-delay, 0s) infinite alternate;
  }

  html body .campaign-cloud-card.cloud-1 {
    --drift-duration: 14.7s;
    --drift-delay: -8.2s;
    --drift-x1: 15px;
    --drift-y1: -11px;
    --drift-x2: -7px;
    --drift-y2: 13px;
    --drift-r1: -2deg;
    --drift-r2: -5deg;
  }

  html body .campaign-cloud-card.cloud-2 {
    --drift-duration: 17.3s;
    --drift-delay: -2.6s;
    --drift-x1: -13px;
    --drift-y1: 15px;
    --drift-x2: 18px;
    --drift-y2: 5px;
    --drift-r1: 4deg;
    --drift-r2: 0deg;
  }

  html body .campaign-cloud-card.cloud-3 {
    --drift-duration: 13.9s;
    --drift-delay: -10.4s;
    --drift-x1: 11px;
    --drift-y1: 17px;
    --drift-x2: -16px;
    --drift-y2: -6px;
    --drift-r1: 0deg;
    --drift-r2: -4deg;
  }

  html body .campaign-cloud-card.cloud-4 {
    --drift-duration: 18.1s;
    --drift-delay: -5.1s;
    --drift-x1: -18px;
    --drift-y1: -7px;
    --drift-x2: 5px;
    --drift-y2: 15px;
    --drift-r1: 2deg;
    --drift-r2: 6deg;
  }

  html body .campaign-cloud-card.cloud-5 {
    --drift-duration: 16.4s;
    --drift-delay: -11.7s;
    --drift-x1: 17px;
    --drift-y1: 8px;
    --drift-x2: -9px;
    --drift-y2: -16px;
    --drift-r1: 5deg;
    --drift-r2: 1deg;
  }

  html body .campaign-cloud-card.cloud-6 {
    --drift-duration: 19.2s;
    --drift-delay: -7.3s;
    --drift-x1: -14px;
    --drift-y1: -12px;
    --drift-x2: 12px;
    --drift-y2: 9px;
    --drift-r1: -4deg;
    --drift-r2: 0deg;
  }

  html body .campaign-cloud-card.cloud-7 {
    --drift-duration: 15.6s;
    --drift-delay: -3.8s;
    --drift-x1: 9px;
    --drift-y1: -15px;
    --drift-x2: -15px;
    --drift-y2: 11px;
    --drift-r1: 4deg;
    --drift-r2: 0deg;
  }

  html body .campaign-cloud-card.cloud-8 {
    --drift-duration: 17.8s;
    --drift-delay: -9.5s;
    --drift-x1: -16px;
    --drift-y1: 12px;
    --drift-x2: 13px;
    --drift-y2: -10px;
    --drift-r1: -1deg;
    --drift-r2: -5deg;
  }
}

@keyframes campaign-core-sheen {
  0% {
    opacity: .48;
    transform: translate3d(-24px, 0, 0) rotate(24deg);
  }
  100% {
    opacity: .88;
    transform: translate3d(155px, 0, 0) rotate(24deg);
  }
}

@keyframes campaign-cloud-drift {
  0% {
    transform: translate3d(0, 0, 0) rotate(var(--campaign-rotate, 0deg));
  }
  34% {
    transform: translate3d(var(--drift-x1, 10px), var(--drift-y1, -10px), 0) rotate(var(--drift-r1, 1deg));
  }
  71% {
    transform: translate3d(var(--drift-x2, -8px), var(--drift-y2, 10px), 0) rotate(var(--drift-r2, -1deg));
  }
  100% {
    transform: translate3d(4px, -5px, 0) rotate(var(--campaign-rotate, 0deg));
  }
}
