/* Corporate landing composition: Manrope/Inter, split layouts, restrained chrome. */

.funnel-page {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  overflow-x: clip;
  max-width: 100%;
}

.funnel-page h1,
.funnel-page h2,
.funnel-page h3,
.funnel-page .font-heading {
  font-family: 'Manrope', -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 700;
}

.funnel-page main > section {
  scroll-margin-top: 5rem;
  padding-block: clamp(4.5rem, 7vw, 6.5rem);
}

.funnel-page main > #services,
.funnel-page main > #story,
.funnel-page main > #proof {
  background: rgb(var(--neu-base) / 0.28);
}

.funnel-page #services .reveal::before,
.funnel-page #why > div::before,
.funnel-page #production > div::before,
.funnel-page #process > div::before,
.funnel-page #proof .text-center::before,
.funnel-page #value > div::before,
.funnel-page #final-cta > div > div::before {
  content: none;
  display: none;
}

/* ---- Header: structural bar, not a floating pill ---- */
.funnel-page .site-header {
  background: rgb(var(--surface) / 0.78);
  backdrop-filter: blur(22px) saturate(160%);
  -webkit-backdrop-filter: blur(22px) saturate(160%);
  border-bottom: 1px solid rgb(var(--surface-border) / 0.08);
  box-shadow: none;
  transition: background 280ms ease, border-color 280ms ease, box-shadow 280ms ease;
}

.funnel-page .site-header.is-over-hero {
  background: linear-gradient(180deg, rgba(1, 19, 10, 0.72) 0%, rgba(1, 19, 10, 0) 100%);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  border-bottom-color: transparent;
}

.funnel-page .site-header.is-over-hero.is-scrolled {
  background: rgba(1, 19, 10, 0.82);
  backdrop-filter: blur(22px) saturate(160%);
  -webkit-backdrop-filter: blur(22px) saturate(160%);
}

.funnel-page .site-header.is-scrolled {
  background: rgb(var(--surface) / 0.92);
}

.funnel-page .site-header-inner {
  position: relative;
  max-width: 72rem;
  margin: 0 auto;
  min-height: 4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.55rem clamp(0.75rem, 3vw, 1.5rem);
  padding-left: max(0.75rem, env(safe-area-inset-left));
  padding-right: max(0.75rem, env(safe-area-inset-right));
  padding-top: max(0.55rem, env(safe-area-inset-top));
}

.funnel-page .site-header .header-quote .quote-short {
  display: none;
}

.funnel-page .site-header .brand-name {
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.funnel-page header nav a {
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: rgb(var(--ink) / 0.72);
  transition: color var(--duration-ui) ease;
}

@media (hover: hover) and (pointer: fine) {
  .funnel-page header nav a:hover {
    color: rgb(var(--ink));
  }
}

.funnel-page .site-header.is-over-hero .brand-name,
.funnel-page .site-header.is-over-hero nav a,
.funnel-page .site-header.is-over-hero .theme-toggle {
  color: #F7F4EC;
}

@media (hover: hover) and (pointer: fine) {
  .funnel-page .site-header.is-over-hero nav a:hover {
    color: #fff;
  }
}

.funnel-page .site-header.is-over-hero .theme-toggle,
.funnel-page .site-header.is-over-hero .nav-toggle {
  background: rgba(1, 19, 10, 0.45);
  box-shadow: none;
  color: #F7F4EC;
}

.funnel-page .site-header .btn-primary {
  border-radius: 0.5rem;
  padding: 0.55rem 1rem;
  font-size: 0.8125rem;
}

.funnel-page .section-kicker {
  margin: 0 0 0.65rem;
  color: #E7C158;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.funnel-page .section-intro {
  margin: 0 auto 2.5rem;
}

.funnel-page .section-intro h2,
.funnel-page .prose-column h2 {
  margin: 0;
  font-size: clamp(1.75rem, 3.2vw, 2.55rem);
  line-height: 1.18;
  letter-spacing: -0.03em;
  font-weight: 700;
  text-wrap: balance;
}

.funnel-page .section-lede {
  margin: 0.85rem 0 0;
  color: rgb(var(--ink) / 0.68);
  font-size: 1.05rem;
  max-width: 46rem;
}

.funnel-page .section-intro.is-center {
  text-align: center;
  max-width: 42rem;
}

.funnel-page .section-intro.is-center .section-lede {
  margin-inline: auto;
}

.funnel-page .section-intro.is-narrow,
.funnel-page .prose-column {
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

.funnel-page .prose-column {
  display: grid;
  gap: 1rem;
}

.funnel-page .prose-column p {
  margin: 0;
  color: rgb(var(--ink) / 0.72);
}

.funnel-page .section-cta {
  margin-top: 1.75rem;
}

.funnel-page .section-cta.is-center {
  text-align: center;
}

[data-theme="light"] .funnel-page .section-kicker {
  color: #8A7028;
}
.funnel-page .bg-brand-green .section-kicker,
[data-theme="light"] .funnel-page .bg-brand-green .section-kicker {
  color: #E7C158;
}

.funnel-page .bg-brand-green .section-intro h2 {
  color: #F7F4EC;
}

.funnel-page .bg-brand-green .section-lede {
  color: rgba(247, 244, 236, 0.72);
}

/* ---- Hero: Netflix-style full-bleed billboard ---- */
.funnel-page main > section.hero-netflix,
.funnel-page #top.hero-netflix {
  padding-block: 0;
  padding-top: 0;
  scroll-margin-top: 0;
  overflow: hidden;
}

.funnel-page .hero-billboard {
  position: relative;
  isolation: isolate;
  overflow: clip;
  min-height: 100svh;
  display: flex;
  align-items: flex-end;
  background: #01130A;
}

.funnel-page .hero-billboard .hero-vsl-wrap {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
  transition: inset 520ms var(--ease-out), width 520ms var(--ease-out), height 520ms var(--ease-out), left 520ms var(--ease-out);
}

.funnel-page .hero-billboard-still {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.funnel-page .hero-billboard .hero-vsl {
  position: absolute;
  inset: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: #01130A;
  box-shadow: none;
  transform: none;
}

.funnel-page .hero-billboard .hero-vsl-bar {
  display: none;
}

.funnel-page .hero-billboard .hero-vsl-media {
  height: 100%;
  aspect-ratio: auto;
}

.funnel-page .hero-billboard #heroVideo {
  transition: object-fit 320ms ease, filter 320ms ease;
}

.funnel-page .hero-billboard:not(.is-watching) #heroVideo {
  filter: brightness(0.62) saturate(0.9);
}

.funnel-page .hero-billboard .hero-vsl-media::after {
  display: none;
}

.funnel-page .hero-billboard-shade {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(1, 19, 10, 0.96) 0%, rgba(1, 19, 10, 0.72) 28%, rgba(1, 19, 10, 0.36) 55%, transparent 100%);
  transition: background 420ms ease, width 520ms var(--ease-out);
}

.funnel-page .hero-netflix .hero-shell {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  justify-items: stretch;
  align-items: end;
  width: 100%;
  max-width: 80rem;
  margin: 0 auto;
  padding: 5.5rem clamp(1rem, 4vw, 2rem) 2.75rem;
  gap: 0;
  text-align: left;
  pointer-events: none;
}

.funnel-page .hero-netflix .hero-col,
.funnel-page .hero-netflix .hero-actions a {
  pointer-events: auto;
}

.funnel-page .hero-intro {
  max-width: none;
  margin: 0;
  padding-top: 0;
  text-align: left;
  color: #F7F4EC;
}

.funnel-page .hero-intro::before {
  display: none;
}

.funnel-page #top h1 {
  max-width: none;
  margin: 0;
  color: #F7F4EC;
  font-size: clamp(1.7rem, 3.1vw, 2.65rem);
  line-height: 1.18;
  letter-spacing: -0.03em;
  font-weight: 800;
  text-wrap: wrap;
  text-shadow: 0 18px 40px rgba(0, 0, 0, 0.45);
}

.funnel-page .hero-headline-accent {
  text-shadow: 0 10px 28px rgba(231, 193, 88, 0.22);
}

.funnel-page .hero-trust {
  max-width: none;
  margin: 0.85rem 0 0;
  font-size: clamp(1.2rem, 2vw, 1.7rem);
  line-height: 1.25;
  letter-spacing: -0.02em;
  font-weight: 700;
}

.funnel-page .hero-copy-block {
  max-width: 36rem;
  margin: 1.15rem 0 0;
  padding: 0;
  text-align: left;
}

.funnel-page .hero-copy-block p,
.funnel-page .hero-copy-block p:first-child,
.funnel-page .hero-copy-block p:last-child {
  max-width: none;
  margin: 0;
  color: rgba(247, 244, 236, 0.86);
  font-size: 1.05rem;
  font-weight: 400;
  line-height: 1.55;
  text-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
}

.funnel-page .hero-copy-block p + p {
  margin-top: 0.65rem;
}

.funnel-page .hero-copy-emphasis {
  color: #F7F4EC;
  font-weight: 600;
}

.funnel-page .hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
  gap: 0.75rem;
  margin-top: 1.75rem;
  width: 100%;
}

.funnel-page .hero-actions a,
.funnel-page .hero-actions .nf-more {
  min-height: 2.75rem;
  border-radius: 0.35rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.funnel-page .hero-col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 40rem;
  min-width: 0;
}

.hero-play-btn {
  position: absolute;
  z-index: 4;
  inset: 50% auto auto 68%;
  width: 5.5rem;
  height: 5.5rem;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.funnel-page .hero-billboard.has-started .hero-play-btn,
.funnel-page .hero-billboard.is-watching .hero-play-btn {
  display: none;
}

.hero-play-ring {
  position: absolute;
  inset: 0;
  border-radius: 9999px;
  border: 2px solid rgba(231, 193, 88, 0.7);
  animation: heroPlayRing 2.2s var(--ease-out) infinite;
}

.hero-play-ring.ring-2 { animation-delay: 0.7s; }
.hero-play-ring.ring-3 { animation-delay: 1.4s; }

@keyframes heroPlayRing {
  0% { transform: scale(1); opacity: 0.85; }
  100% { transform: scale(2.15); opacity: 0; }
}

.hero-play-core {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  border-radius: 9999px;
  background: rgba(247, 244, 236, 0.96);
  color: #141414;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.35);
  animation: heroPlayBob 1.8s ease-in-out infinite;
}

@keyframes heroPlayBob {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.07); }
}

@media (hover: hover) and (pointer: fine) {
  .hero-play-btn:hover .hero-play-core {
    background: #fff;
    transform: scale(1.08);
    animation: none;
  }
}

.hero-play-btn.is-playing .hero-play-ring,
.hero-play-btn.is-playing .hero-play-core {
  animation: none;
}

.hero-play-btn.is-playing .hero-play-core {
  background: rgba(20, 20, 20, 0.72);
  color: #fff;
  backdrop-filter: blur(8px);
}

.hero-play-icon {
  position: relative;
  width: 1.35rem;
  height: 1.35rem;
}

.nf-bar {
  position: absolute;
  top: 0;
  width: 0.38rem;
  height: 100%;
  background: currentColor;
  border-radius: 0.08rem;
  transform-origin: center;
  transition: transform 280ms var(--ease-out), width 280ms var(--ease-out), height 280ms var(--ease-out), left 280ms var(--ease-out), top 280ms var(--ease-out), border-radius 280ms ease, clip-path 280ms var(--ease-out), opacity 220ms ease;
}

.nf-bar-a { left: 0.18rem; }
.nf-bar-b { left: 0.8rem; opacity: 0; }

.hero-play-btn:not(.is-playing) .nf-bar-a {
  left: 0.28rem;
  width: 1.15rem;
  height: 1.15rem;
  top: 0.1rem;
  border-radius: 0;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.hero-play-btn.is-playing .nf-bar {
  clip-path: inset(0);
  opacity: 1;
}

.nf-more {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  min-height: 3.05rem;
  padding: 0.7rem 1.35rem;
  border-radius: 0.35rem;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1;
  cursor: pointer;
  text-decoration: none;
  border: 0;
  color: #141414;
  background: #fff;
  transition: transform 180ms var(--ease-out), background 180ms ease, color 180ms ease;
}

@media (hover: hover) and (pointer: fine) {
  .nf-more:hover {
    background: #e6e6e6;
    transform: scale(1.04);
  }
}

.nf-more-ghost {
  color: #F7F4EC;
  background: rgba(109, 109, 110, 0.72);
  backdrop-filter: blur(8px);
}

.nf-more-ghost:hover {
  background: rgba(109, 109, 110, 0.5);
}

.funnel-page .hero-vsl.is-pip {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  max-width: none !important;
  height: 100% !important;
  transform: none !important;
  filter: none !important;
  opacity: 1 !important;
  left: 0 !important;
  top: 0 !important;
  z-index: 1 !important;
  box-shadow: none !important;
}

.funnel-page .hero-vsl.is-pip .hero-vsl-bar {
  display: none;
}

.funnel-page .product-reel-grid {
  margin-bottom: 2.5rem;
}

.funnel-page .product-reel-captions {
  margin-bottom: 0;
}

.funnel-page .product-reel-captions p {
  margin: 0;
  text-align: center;
  font-weight: 600;
}

.funnel-page .media-card-frame {
  border-radius: 0.75rem;
}

.funnel-page .media-card > figcaption {
  text-align: center;
  font-weight: 600;
}

.funnel-page .media-card-label {
  border-radius: 0.35rem;
  letter-spacing: 0.1em;
}

/* ---- Value: one-column decision flow ---- */
.funnel-page .value-flow {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  max-width: 36rem;
  margin: 0 auto;
  gap: 0.35rem;
}

.funnel-page .value-contrast-them,
.funnel-page .value-contrast-us {
  text-align: left;
  border-radius: 0.75rem;
  font-size: 1.05rem;
  font-weight: 500;
}

.funnel-page .decision-punchline {
  max-width: none;
  margin: 0;
  text-align: left;
  border-radius: 0.75rem;
  padding: 1.5rem 1.5rem;
}

.funnel-page .decision-punchline-lead {
  font-weight: 700;
  font-size: clamp(1.2rem, 2vw, 1.55rem);
}

.flow-arrow,
.why-arrow {
  display: grid;
  place-items: center;
  color: #E7C158;
  height: 1.75rem;
}

.flow-arrow svg,
.why-arrow svg {
  width: 1.35rem;
  height: 1.35rem;
  animation: flowNudge 1.35s ease-in-out infinite;
}

@keyframes flowNudge {
  0%, 100% { transform: translateY(0); opacity: 0.55; }
  50% { transform: translateY(5px); opacity: 1; }
}

/* ---- Value flow: authored "wrong question, right question" sequence ----
   Dramatizes the page's actual positioning claim (we ask a different
   question than generic suppliers) as one build, not a group fade. */
.funnel-page .value-flow-sequence .value-contrast-them {
  transition: opacity 600ms cubic-bezier(0.16, 1, 0.3, 1), transform 600ms cubic-bezier(0.16, 1, 0.3, 1), filter 600ms cubic-bezier(0.16, 1, 0.3, 1);
}

.funnel-page .value-flow-sequence .value-contrast-us {
  position: relative;
  overflow: hidden;
  opacity: 0;
  transform: translateY(22px) scale(0.86);
  transition: opacity 700ms cubic-bezier(0.16, 1, 0.3, 1) 700ms, transform 700ms cubic-bezier(0.16, 1, 0.3, 1) 700ms;
}

.funnel-page .value-flow-sequence .decision-punchline {
  opacity: 0;
  transform: translateY(18px) scale(0.94);
  transition: opacity 600ms cubic-bezier(0.16, 1, 0.3, 1) 1250ms, transform 600ms cubic-bezier(0.16, 1, 0.3, 1) 1250ms;
}

.funnel-page .value-flow-sequence.in-view .value-contrast-them {
  opacity: 0.32;
  transform: scale(0.9) rotate(-1deg);
  filter: blur(1.5px) grayscale(70%);
  transition-delay: 250ms;
}

.funnel-page .value-flow-sequence.in-view .value-contrast-us {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.funnel-page .value-flow-sequence.in-view .decision-punchline {
  opacity: 1;
  transform: translateY(0) scale(1);
}

/* Light-sweep across the "us" statement once it lands: a single authored
   flourish, not a looping decoration, timed to fire as the box settles. */
.funnel-page .value-flow-sequence .value-contrast-us::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, transparent 30%, rgba(255, 255, 255, 0.22) 48%, rgba(231, 193, 88, 0.35) 55%, transparent 70%);
  transform: translateX(-130%) skewX(-12deg);
  pointer-events: none;
}

.funnel-page .value-flow-sequence.in-view .value-contrast-us::before {
  animation: valueUsSweep 900ms cubic-bezier(0.16, 1, 0.3, 1) 1000ms 1 both;
}

@keyframes valueUsSweep {
  from { transform: translateX(-130%) skewX(-12deg); }
  to { transform: translateX(130%) skewX(-12deg); }
}

.funnel-page .value-flow-sequence .flow-arrow:first-of-type svg {
  animation: none;
  opacity: 0;
  transform: translateY(-8px) scale(0.7);
  transition: opacity 400ms var(--ease-out) 550ms, transform 400ms var(--ease-out) 550ms;
}

.funnel-page .value-flow-sequence.in-view .flow-arrow:first-of-type svg {
  opacity: 1;
  transform: translateY(0) scale(1);
}

/* ---- Services: intro, 16:9 video, then stage cards ---- */
.funnel-page .services-layout {
  display: grid;
  gap: 1.75rem;
  grid-template-columns: minmax(0, 1fr);
  grid-template-areas:
    "intro"
    "vsl"
    "cards";
  align-items: start;
}

.funnel-page #services .section-intro {
  grid-area: intro;
  margin: 0 auto;
  max-width: 46rem;
}

.funnel-page #services .section-lede {
  margin-inline: auto;
}

.funnel-page .services-vsl {
  grid-area: vsl;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 64rem;
  margin: 0 auto;
  min-height: 0;
  border-radius: 0.75rem;
  border: 1px solid rgba(231, 193, 88, 0.18);
  background: #01130A;
  backdrop-filter: none;
}

.funnel-page .services-vsl .hero-vsl-media {
  aspect-ratio: 16 / 9;
  flex: 1 1 auto;
  min-height: 0;
}

.funnel-page .services-cards {
  grid-area: cards;
  display: grid;
  gap: 1.15rem;
  grid-template-columns: 1fr;
  align-items: stretch;
}

.funnel-page .services-cards > article {
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0.75rem;
  padding: 1.5rem 1.6rem;
}

.funnel-page .services-cards > article .btn-primary {
  margin-top: auto;
}

.funnel-page .stage-index {
  display: inline-block;
  margin-bottom: 0.65rem;
  color: #E7C158;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
}
[data-theme="light"] .funnel-page .stage-index {
  color: #8A7028;
}

.funnel-page .services-cards .btn-primary {
  border-radius: 0.5rem;
}

@media (min-width: 768px) and (max-width: 899px) {
  .funnel-page .services-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .funnel-page .services-cards > article:last-child {
    grid-column: 1 / -1;
    max-width: 28rem;
    justify-self: center;
    width: 100%;
  }
}

@media (min-width: 900px) {
  .funnel-page .services-cards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .funnel-page .services-cards > article:last-child {
    grid-column: auto;
    max-width: none;
  }
}

/* ---- Why: equal cards with directional arrows ---- */
.funnel-page .why-track {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.funnel-page #why > div {
  max-width: min(90%, 80rem);
  width: 100%;
  margin-inline: auto;
}

.funnel-page .why-track > article {
  margin: 0;
  padding: 1.25rem 1.35rem;
  border-radius: 0.75rem;
  border: 1px solid rgba(231, 193, 88, 0.18);
  background: rgba(1, 19, 10, 0.35);
  min-height: 100%;
}

.funnel-page .why-track > article::before {
  display: none;
}

.funnel-page .why-index {
  display: block;
  margin-bottom: 0.4rem;
  color: #E7C158;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.funnel-page .why-closer {
  margin: 1.75rem auto 0;
  max-width: 34rem;
  text-align: center;
  font-weight: 600;
}

@media (min-width: 768px) and (max-width: 1279px) {
  .funnel-page .why-track {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
  }
  .funnel-page .why-arrow {
    display: none;
  }
}

@media (min-width: 1280px) {
  .funnel-page .why-track {
    flex-direction: row;
    align-items: stretch;
    gap: 0.45rem;
  }

  .funnel-page .why-track > article {
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
  }

  .funnel-page .why-arrow {
    flex: 0 0 1.6rem;
    align-self: center;
    height: auto;
  }

  .funnel-page .why-arrow svg {
    transform: rotate(-90deg);
    animation: flowNudgeSide 1.35s ease-in-out infinite;
  }
}

@keyframes flowNudgeSide {
  0%, 100% { transform: rotate(-90deg) translateY(0); opacity: 0.55; }
  50% { transform: rotate(-90deg) translateY(5px); opacity: 1; }
}

.funnel-page .story-copy {
  display: grid;
  gap: 1rem;
  margin-top: 1.25rem;
}

.funnel-page .story-copy p {
  color: rgb(var(--ink) / 0.72);
}

.funnel-page .production-card {
  border-radius: 0.75rem;
}

.funnel-page .production-media {
  aspect-ratio: 9 / 16;
}

.funnel-page .production-media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  background: #01130A;
}

/* ---- Process: sequential track ---- */
.funnel-page #process ol {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 0;
}

.funnel-page #process ol > li {
  min-height: 0;
  height: auto;
  padding: 1.25rem 0 1.25rem 3.25rem;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  border: 0;
  border-bottom: 1px solid rgb(var(--surface-border) / 0.08);
}

.funnel-page #process ol > li:hover {
  transform: none;
  box-shadow: none;
  border-color: rgb(var(--surface-border) / 0.08);
}

.funnel-page #process ol > li > strong:first-child {
  top: 1.15rem;
  left: 0;
  width: 2rem;
  height: 2rem;
  font-size: 0.75rem;
  box-shadow: none;
}

.funnel-page #process .section-cta {
  text-align: center;
}

@media (min-width: 700px) {
  .funnel-page #process ol {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 1.5rem;
  }
}

@media (min-width: 1200px) {
  .funnel-page #process ol {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0 1.25rem;
  }

  .funnel-page #process ol > li {
    padding: 3.25rem 0 0;
    border-bottom: 0;
    border-top: 1px solid rgb(var(--surface-border) / 0.12);
  }

  .funnel-page #process ol > li > strong:first-child {
    top: -1rem;
    left: 0;
  }
}

/* ---- Partners strip: full-width, 3-row horizontal auto-scrolling marquee ---- */
.funnel-page .partner-strip {
  display: block;
}

.funnel-page .partner-marquee-full {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  padding: 1.5rem 0;
}

.funnel-page .partner-marquee-row {
  overflow: hidden;
  width: 100%;
}

.funnel-page .partner-marquee-track {
  display: flex;
  align-items: center;
  gap: 1.75rem;
  width: max-content;
  animation: partnerMarqueeScrollX 46s linear infinite;
}

.funnel-page .partner-marquee-row.is-reverse .partner-marquee-track {
  animation-direction: reverse;
  animation-duration: 54s;
}

.funnel-page .partner-marquee-full:hover .partner-marquee-track,
.funnel-page .partner-marquee-full:focus-within .partner-marquee-track {
  animation-play-state: paused;
}

.funnel-page .partner-marquee-track img {
  display: block;
  flex: none;
  height: 56px;
  width: auto;
}

.funnel-page .partner-marquee-row.is-large .partner-marquee-track img {
  height: 84px;
}

@media (min-width: 640px) {
  .funnel-page .partner-marquee-track img { height: 68px; }
  .funnel-page .partner-marquee-row.is-large .partner-marquee-track img { height: 104px; }
}

@media (min-width: 1024px) {
  .funnel-page .partner-marquee-track img { height: 78px; }
  .funnel-page .partner-marquee-row.is-large .partner-marquee-track img { height: 124px; }
}

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

.funnel-page .partner-marquee-fade {
  position: absolute;
  left: 0;
  right: 0;
  height: 1.5rem;
  pointer-events: none;
  z-index: 2;
}

@media (min-width: 1024px) {
  .funnel-page .partner-marquee-fade { height: 2rem; }
}

.funnel-page .partner-marquee-fade-top {
  top: 0;
  background: linear-gradient(180deg, #032310 0%, rgba(3, 35, 16, 0) 100%);
}

.funnel-page .partner-marquee-fade-bottom {
  bottom: 0;
  background: linear-gradient(0deg, #032310 0%, rgba(3, 35, 16, 0) 100%);
}

@media (prefers-reduced-motion: reduce) {
  .funnel-page .partner-marquee-track {
    animation: none;
  }
}

/* ---- Proof / CTA / footer ---- */
.funnel-page .testimonial-card {
  border-radius: 0.75rem;
}

/* ---- Ambient life: card lift + idle glow so nothing sits flat/static ---- */
.funnel-page .services-cards > article,
.funnel-page .production-card,
.funnel-page .why-track > article,
.funnel-page .testimonial-card {
  transition: transform 220ms var(--ease-out), box-shadow 220ms var(--ease-out), border-color 220ms ease;
}

@media (hover: hover) and (pointer: fine) {
  .funnel-page .services-cards > article:hover,
  .funnel-page .production-card:hover,
  .funnel-page .testimonial-card.is-center:hover {
    transform: translateY(-8px);
    box-shadow: 0 28px 56px -24px rgba(231,193,88,0.35), var(--elevation-1);
  }
  .funnel-page .why-track > article:hover {
    transform: translateY(-6px);
    border-color: rgba(231, 193, 88, 0.5);
    box-shadow: 0 22px 44px -22px rgba(231,193,88,0.4);
  }
}

.funnel-page .stage-index,
.funnel-page .why-index {
  animation: indexGlow 3.2s ease-in-out infinite;
}
.funnel-page .services-cards > article:nth-child(2) .stage-index,
.funnel-page .why-track > article:nth-child(2) .why-index { animation-delay: 0.4s; }
.funnel-page .services-cards > article:nth-child(3) .stage-index,
.funnel-page .why-track > article:nth-child(3) .why-index { animation-delay: 0.8s; }
.funnel-page .why-track > article:nth-child(4) .why-index { animation-delay: 1.2s; }
.funnel-page .why-track > article:nth-child(5) .why-index { animation-delay: 1.6s; }

@keyframes indexGlow {
  0%, 100% { text-shadow: none; opacity: 0.85; }
  50% { text-shadow: 0 0 14px rgba(231,193,88,0.55); opacity: 1; }
}

.funnel-page .hero-headline-accent {
  background: linear-gradient(100deg, #F0D488 30%, #FFF3CE 45%, #F0D488 60%);
  background-size: 220% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  animation: headlineShimmer 5s ease-in-out infinite;
}

@keyframes headlineShimmer {
  0%, 100% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
}

.funnel-page .final-cta-band {
  position: relative;
  isolation: isolate;
  max-width: 54rem;
  margin: 0 auto;
  padding: 2.75rem 1.75rem 2.5rem;
  text-align: center;
  border-radius: 1.25rem;
  border: 1px solid rgba(231, 193, 88, 0.38);
  background:
    radial-gradient(70% 80% at 50% 0%, rgba(231, 193, 88, 0.18), transparent 62%),
    linear-gradient(180deg, rgba(11, 74, 38, 0.55), rgba(1, 19, 10, 0.35));
  box-shadow: 0 24px 64px -28px rgba(231, 193, 88, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.funnel-page .final-cta-band h2 {
  max-width: none;
  margin-inline: auto;
  white-space: nowrap;
  text-wrap: nowrap;
  line-height: 1.15;
}

.funnel-page .final-cta-highlight {
  margin: 0.85rem auto 0;
  max-width: 22ch;
  text-align: center;
  font-size: clamp(1.45rem, 2.6vw, 2.2rem);
}

.funnel-page .final-cta-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.85rem;
  margin-top: 1.85rem;
}

.funnel-page .final-cta-actions a {
  border-radius: 0.5rem;
  min-height: 3.15rem;
}

.funnel-page .site-footer {
  max-width: 72rem;
  margin: 0 auto;
  padding: 2.5rem 1.5rem 2rem;
  border-top: 1px solid rgb(var(--surface-border) / 0.1);
  background: transparent;
  box-shadow: none;
  border-radius: 0;
}

.funnel-page .site-footer-grid {
  display: grid;
  gap: 2rem;
  align-items: start;
}

.funnel-page .site-footer-contact {
  display: grid;
  gap: 1.5rem;
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid rgb(var(--surface-border) / 0.1);
}

.funnel-page .footer-social {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.65rem;
}

.funnel-page .footer-nav-group {
  padding-top: 0.125rem;
}

.funnel-page .footer-address-list {
  display: grid;
  gap: 1rem;
  margin-top: 0.85rem;
}

.funnel-page .footer-address-item > a {
  display: inline-block;
  margin-top: 0.25rem;
  padding-left: 1.5rem;
}

.funnel-page .footer-copyright {
  margin-top: 2rem;
  text-align: center;
}

@media (min-width: 640px) {
  .funnel-page .site-footer-contact {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .funnel-page .site-footer-contact {
    grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr) minmax(0, 0.75fr);
    column-gap: 3rem;
  }
}

.funnel-page .site-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.25rem;
}

.funnel-page .site-footer nav a {
  color: rgb(var(--ink) / 0.6);
  font-size: 0.875rem;
  font-weight: 600;
  transition: color 180ms ease-out;
}

.funnel-page .site-footer nav a:hover,
.funnel-page .site-footer nav a:focus-visible {
  color: rgb(var(--ink));
}

@media (min-width: 1024px) {
  .funnel-page .site-nav {
    display: flex;
    align-items: center;
    gap: 1.75rem;
  }
}

@media (min-width: 768px) {
  .funnel-page .site-footer-grid {
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
    column-gap: 3rem;
  }

  .funnel-page .site-footer-grid > .btn-primary {
    grid-column: 2;
    justify-self: start;
  }
}

@media (min-width: 1024px) {
  .funnel-page .site-footer-grid {
    grid-template-columns: minmax(20rem, 1.25fr) minmax(22rem, 1fr) auto;
    column-gap: 3rem;
  }

  .funnel-page .site-footer-grid > .btn-primary {
    grid-column: 3;
    grid-row: 1;
    justify-self: end;
  }
}

.funnel-page .btn-primary,
.funnel-page .btn-glass {
  border-radius: 0.5rem;
}

.clip-reveal img {
  clip-path: inset(0 0 100% 0);
  transition: clip-path 600ms var(--ease-in-out), transform 500ms var(--ease-in-out);
}

.clip-reveal.in-view img,
.reveal-stagger.in-view .clip-reveal img {
  clip-path: inset(0 0 0 0);
}

.funnel-page .hero-vsl.is-pip {
  position: relative;
  inset: auto;
  z-index: 1;
  max-width: none;
  box-shadow: none;
}

.funnel-page .hero-vsl.is-pip .hero-vsl-bar > img,
.funnel-page .hero-vsl.is-pip .hero-vsl-bar > .vsl-title,
.funnel-page .hero-vsl.is-pip .hero-vsl-bar > .vsl-meta {
  display: none;
}

@media (max-width: 767px) {
  .funnel-page .site-header .header-quote .quote-full {
    display: none;
  }

  .funnel-page .site-header .header-quote .quote-short {
    display: inline;
  }

  .funnel-page .site-header .btn-primary {
    padding-inline: 0.8rem;
  }
}

@media (max-width: 899px) {
  .funnel-page .hero-billboard {
    min-height: 0;
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }

  .funnel-page .hero-billboard .hero-vsl-wrap {
    position: relative;
    inset: auto;
    order: 1;
    z-index: 1;
    width: calc(100% - 2rem);
    height: auto;
    margin: 4.75rem 1rem 0.85rem;
    border-radius: 0.75rem;
    overflow: hidden;
  }

  .funnel-page .hero-billboard .hero-vsl,
  .funnel-page .hero-billboard .hero-vsl.is-pip {
    position: relative !important;
    inset: auto !important;
    width: 100% !important;
    height: auto !important;
    left: auto !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    max-width: none !important;
    border-radius: 0.75rem;
    border: 1px solid rgba(231, 193, 88, 0.18);
    transform: none !important;
  }

  .funnel-page .hero-billboard .hero-vsl-media {
    aspect-ratio: 16 / 9;
    height: auto;
  }

  .funnel-page .hero-billboard-still,
  .funnel-page .hero-billboard-shade {
    display: none;
  }

  .funnel-page .hero-netflix .hero-shell {
    order: 2;
    padding: 0.35rem max(1rem, env(safe-area-inset-left)) 1.75rem max(1rem, env(safe-area-inset-right));
    pointer-events: auto;
  }

  .funnel-page #top h1 {
    max-width: none;
    font-size: clamp(1.55rem, 6.4vw, 2.05rem);
  }

  .funnel-page .hero-play-btn {
    inset: 50% auto auto 50%;
    width: 4.5rem;
    height: 4.5rem;
  }

  .funnel-page .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .funnel-page .hero-actions .nf-more,
  .funnel-page .section-cta a,
  .funnel-page .final-cta-actions a {
    width: 100%;
    justify-content: center;
  }

  .funnel-page .hero-vsl-bar .vsl-meta {
    display: none;
  }

  .funnel-page .production-grid,
  .funnel-page .product-reel-grid {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 900px) {
  .funnel-page .hero-billboard {
    min-height: 100svh;
    display: flex;
    align-items: flex-end;
    flex-direction: row;
  }

  .funnel-page .hero-billboard .hero-vsl-wrap {
    position: absolute;
    inset: 0;
    order: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    margin: 0;
    border-radius: 0;
    overflow: hidden;
  }

  .funnel-page .hero-billboard .hero-vsl {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
    border-radius: 0;
    transform: none;
    filter: none;
    opacity: 1;
  }

  .funnel-page .hero-billboard .hero-vsl-media {
    aspect-ratio: auto;
    height: 100%;
  }

  .funnel-page .hero-billboard-still,
  .funnel-page .hero-billboard-shade {
    display: block;
  }

  .funnel-page .hero-col {
    max-width: min(40rem, 48%);
  }

  .funnel-page .hero-netflix .hero-shell {
    order: 0;
    padding: 7.5rem 1.5rem 4.5rem;
  }

  .funnel-page .hero-play-btn {
    inset: 50% auto auto 68%;
    width: 5.5rem;
    height: 5.5rem;
  }
}

@media (max-width: 639px) {
  .funnel-page main > section:not(.hero-netflix) {
    padding-block: 3.25rem;
  }

  .funnel-page #top.hero-netflix {
    padding-top: 0;
  }

  .funnel-page #top h1 {
    max-width: none;
    font-size: clamp(1.5rem, 7vw, 2rem);
  }

  .funnel-page .hero-trust {
    font-size: 1.1rem;
  }

  .funnel-page .hero-copy-block p,
  .funnel-page .hero-copy-block p:first-child,
  .funnel-page .hero-copy-block p:last-child {
    font-size: 0.98rem;
  }

  .funnel-page .section-intro h2,
  .funnel-page .prose-column h2 {
    font-size: clamp(1.45rem, 6.4vw, 1.9rem);
  }

  .funnel-page .final-cta-band {
    padding: 2rem 1.15rem 1.85rem;
    border-radius: 1rem;
  }

  .funnel-page .testimonial-arrow-prev { left: 0.15rem; }
  .funnel-page .testimonial-arrow-next { right: 0.15rem; }

  .funnel-page .testimonial-card {
    flex-basis: min(17.5rem, 84vw);
    min-height: 22rem;
  }

  .funnel-page .testimonial-arrow {
    width: 2.35rem;
    height: 2.35rem;
  }

  .funnel-page .site-footer {
    padding: 2rem max(1rem, env(safe-area-inset-left)) calc(6rem + env(safe-area-inset-bottom)) max(1rem, env(safe-area-inset-right));
  }
}

@media (min-width: 768px) and (max-width: 899px) {
  .funnel-page .product-reel-grid,
  .funnel-page .production-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .funnel-page .production-grid > :last-child {
    grid-column: 1 / -1;
    max-width: 28rem;
    justify-self: center;
    width: 100%;
  }
}

@media (min-width: 1024px) {
  .funnel-page .product-reel-grid,
  .funnel-page .production-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .funnel-page .production-grid > :last-child {
    grid-column: auto;
    max-width: none;
  }
}

@media (max-height: 500px) and (orientation: landscape) {
  .funnel-page .hero-billboard {
    min-height: auto;
  }

  .funnel-page .hero-netflix .hero-shell {
    padding: 4.25rem max(1rem, env(safe-area-inset-left)) 1.25rem max(1rem, env(safe-area-inset-right));
  }

  .funnel-page .hero-play-btn {
    width: 3.5rem;
    height: 3.5rem;
    inset: 42% auto auto 50%;
  }
}

@media (min-width: 900px) {
  .funnel-page .hero-billboard .hero-vsl,
  .funnel-page .hero-billboard .hero-vsl.is-pip {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    max-width: none !important;
    height: 100% !important;
    transform: none !important;
    filter: none !important;
    opacity: 1 !important;
    left: 0 !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .clip-reveal img,
  .reveal-stagger.in-view .clip-reveal img {
    clip-path: none;
  }

  .nf-play:not(.is-playing) .nf-play-pulse,
  .hero-play-ring,
  .hero-play-core,
  .nf-bar,
  .flow-arrow svg,
  .why-arrow svg,
  .funnel-page .stage-index,
  .funnel-page .why-index,
  .funnel-page .hero-headline-accent {
    animation: none;
    transition: none;
  }

  .funnel-page .services-cards > article,
  .funnel-page .production-card,
  .funnel-page .why-track > article,
  .funnel-page .testimonial-card {
    transition: none;
  }
}

@media (prefers-reduced-transparency: reduce) {
  .funnel-page .site-header {
    background: rgb(var(--surface));
    backdrop-filter: none;
  }
}
