/* ============================================================
   DrivenDad v4 — multi-step funnel (landing → explainer → apply)
   Brand tokens: brand_assets/P00 VisualGuideline_DrivenDad (2026).
   Lifted from the v3 system so the funnel and the sales page are
   the same object; only the compositions differ.
   ============================================================ */
@font-face { font-family: "Anton"; src: url(/funnel/fonts/Anton-Regular.ttf) format("truetype"); font-weight: 400; font-style: normal; font-display: block; }
@font-face { font-family: "DIN Condensed"; src: url(/funnel/fonts/DINCondensedBold.ttf) format("truetype"); font-weight: 700; font-style: normal; font-display: block; }
@font-face { font-family: "Josefin Sans"; src: url(/funnel/fonts/JosefinSans-var.ttf) format("truetype"); font-weight: 100 700; font-style: normal; font-display: swap; }
@font-face { font-family: "Josefin Sans"; src: url(/funnel/fonts/JosefinSans-Italic-var.ttf) format("truetype"); font-weight: 100 700; font-style: italic; font-display: swap; }

:root {
  --espresso: #242424; --espresso-deep: #1A1A1A; --espresso-2: #2E2D2A; --espresso-3: #3A3935;
  --gold: #BF9A4E; --gold-soft: #D6BC84; --gold-deep: #8F6D2B;
  --whisper: #E1DDC8; --whisper-2: #F3F1EA; --sand: #D9D3B8;
  --ink: #242424; --stone: #6F6A5E; --mist: #B5AF9F; --error: #B4452D;
  --display: "Anton", "Impact", "Arial Narrow", sans-serif;
  --label: "DIN Condensed", "Oswald", "Arial Narrow", sans-serif;
  --body: "Josefin Sans", "Avenir Next", "Helvetica Neue", sans-serif;
  --ease: cubic-bezier(.22, 1, .36, 1);
  --wrap: 1320px; --gutter: 5vw; --nav-h: 80px;
}
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; background: var(--espresso-deep); }
html.no-motion { scroll-behavior: auto; }
/* the fixed bar owns the top strip; everything else starts under it, so the
   promise line is never swallowed by the logo. The offset lives on the smoother's
   content, not on body: ScrollSmoother pins its wrapper to the viewport top and
   would otherwise slide the first 80px under the bar. */
body { margin: 0; background: var(--espresso-deep); color: var(--whisper); font-family: var(--body); font-weight: 400; font-size: 17px; line-height: 1.7; -webkit-font-smoothing: antialiased; overflow-x: clip; }
#smooth-content { padding-top: var(--nav-h); }
img { max-width: 100%; height: auto; display: block; }
figure { margin: 0; }
a { color: inherit; }
p { margin: 0; }
h1, h2, h3 { margin: 0; text-wrap: balance; }
p, blockquote, li, dd, figcaption, .lede, .pull, .vsl__title { text-wrap: pretty; }
button, input, select, textarea { font: inherit; color: inherit; }
::selection { background: var(--gold); color: var(--espresso); }
:focus-visible { outline: 3px solid var(--gold-soft); outline-offset: 3px; }
[hidden] { display: none !important; }
.skip { position: absolute; left: 16px; top: -60px; z-index: 200; background: var(--gold); color: var(--espresso); padding: 10px 16px; font-family: var(--label); text-transform: uppercase; letter-spacing: .06em; border-radius: 999px; text-decoration: none; }
.skip:focus { top: 16px; }
.vis-hidden { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

/* ---------- atmosphere ---------- */
.grain { position: fixed; inset: -50%; width: 200%; height: 200%; z-index: 95; pointer-events: none; opacity: .055; mix-blend-mode: overlay; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E"); }
.js-motion .grain { animation: grain 1.2s steps(6) infinite; }
@keyframes grain { 0% { transform: translate(0,0); } 20% { transform: translate(-3%,2%); } 40% { transform: translate(2%,-4%); } 60% { transform: translate(-4%,-2%); } 80% { transform: translate(3%,3%); } 100% { transform: translate(0,0); } }

/* ---------- contexts ---------- */
.sec { position: relative; background: var(--bg); color: var(--fg); padding: clamp(84px, 11vw, 156px) 0; overflow: clip; scroll-margin-top: var(--nav-h); }
.sec--dark    { --bg: var(--espresso);      --fg: var(--whisper); --fg-2: var(--mist);  --rule: var(--espresso-3); --accent: var(--gold);      --card: var(--espresso-2); --h: var(--whisper); --num: #302F2B; }
.sec--deep    { --bg: var(--espresso-deep); --fg: var(--whisper); --fg-2: var(--mist);  --rule: var(--espresso-3); --accent: var(--gold);      --card: var(--espresso-2); --h: var(--whisper); --num: #2A2926; }
.sec--whisper { --bg: var(--whisper);       --fg: var(--ink);     --fg-2: var(--stone); --rule: #CBC5AA;           --accent: var(--gold-deep); --card: var(--whisper-2);  --h: var(--ink); --num: #D6D0B6; }
.sec--tight { padding: clamp(44px, 6vw, 80px) 0; }
.sec--first { padding-top: clamp(40px, 5vw, 68px); }   /* a section that opens a page under the funnel rail */
.wrap { max-width: var(--wrap); margin: 0 auto; padding: 0 var(--gutter); position: relative; }

/* ---------- type ---------- */
.eyebrow { font-family: var(--label); font-weight: 700; text-transform: uppercase; letter-spacing: .12em; font-size: 14px; line-height: 1.35; color: var(--accent, var(--gold)); margin-bottom: 18px; display: flex; align-items: flex-start; gap: 12px; }
.eyebrow::before { content: ""; flex: none; width: 28px; height: 3px; margin-top: .55em; background: currentColor; }
.eyebrow--wide { display: block; max-width: 520px; }
.eyebrow--wide::before { display: inline-block; margin: 0 12px 5px 0; vertical-align: middle; }
.t2 { font-family: var(--body); font-weight: 700; font-size: clamp(32px, 4.4vw, 60px); line-height: 1.02; letter-spacing: -.022em; color: var(--h); }
.t2 em { font-style: normal; color: var(--accent); }
.t3 { font-family: var(--body); font-weight: 700; font-size: clamp(23px, 2.4vw, 32px); line-height: 1.12; letter-spacing: -.015em; color: var(--h); }
.lede { font-weight: 300; font-size: clamp(18px, 1.8vw, 22px); line-height: 1.5; color: var(--fg); }
.copy { max-width: 58ch; display: flex; flex-direction: column; gap: 20px; }
.muted { color: var(--fg-2); }
.strong { color: var(--fg); font-weight: 500; }
.caption { font-family: var(--label); font-weight: 700; text-transform: uppercase; letter-spacing: .1em; font-size: 13px; color: var(--fg-2); }
.pull { font-family: var(--display); font-weight: 400; text-transform: uppercase; line-height: .94; letter-spacing: .004em; font-size: clamp(38px, 6.4vw, 100px); color: var(--fg); }
.pull em { font-style: normal; color: var(--gold); }
.sec--whisper .pull em { color: var(--gold-deep); }
.head { position: relative; display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); gap: 24px 64px; align-items: end; margin-bottom: clamp(40px, 5vw, 72px); }
.head--num { padding-top: clamp(56px, 7vw, 96px); }   /* room for the numeral behind the eyebrow */
.head__num { position: absolute; left: -.03em; top: -.08em; font-family: var(--display); font-size: clamp(120px, 15vw, 220px); line-height: 1; color: var(--num); pointer-events: none; user-select: none; letter-spacing: -.01em; }
.head__txt { position: relative; }
.head .lede { position: relative; }
@media (max-width: 900px) { .head { grid-template-columns: 1fr; gap: 18px; } .head--num { padding-top: clamp(48px, 12vw, 72px); } }

/* ---------- buttons ---------- */
.btn { position: relative; isolation: isolate; overflow: hidden; display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 60px; padding: 14px 34px; border: 0; border-radius: 999px; background: var(--gold); color: var(--espresso); font-family: var(--label); font-weight: 700; text-transform: uppercase; letter-spacing: .08em; font-size: 19px; line-height: 1.1; text-align: center; text-decoration: none; cursor: pointer; transition: transform .25s var(--ease), box-shadow .25s var(--ease); touch-action: manipulation; }
.btn::before { content: ""; position: absolute; inset: 0; background: var(--gold-soft); transform: translateY(101%); transition: transform .35s var(--ease); z-index: -1; }
.btn:hover::before { transform: translateY(0); }
.btn:hover { box-shadow: 0 18px 40px -16px rgba(191,154,78,.7); }
.btn:active { transform: scale(.97); }
.btn:disabled { opacity: .6; cursor: progress; }
.btn svg { width: 18px; height: 18px; flex: none; }
.btn--sm { min-height: 44px; padding: 10px 22px; font-size: 16px; }
.btn--lg { min-height: 68px; padding: 16px 40px; font-size: clamp(19px, 2vw, 23px); }
.btn--block { width: 100%; }
.btn--ghost { background: transparent; color: var(--gold); box-shadow: inset 0 0 0 1px var(--gold-deep); }
.btn--ghost::before { background: var(--gold); }
.btn--ghost:hover { color: var(--espresso); box-shadow: inset 0 0 0 1px var(--gold); }
.sec--whisper .btn--ghost { color: var(--gold-deep); }
.sec--whisper .btn--ghost:hover { color: var(--espresso); }
.fine { font-size: 15px; line-height: 1.55; color: var(--fg-2); max-width: 44ch; }
.cta-row { display: flex; flex-direction: column; align-items: flex-start; gap: 14px; margin-top: clamp(24px, 3vw, 34px); }

/* ---------- nav ---------- */
.nav { position: fixed; inset: 0 0 auto 0; z-index: 110; height: var(--nav-h); display: flex; align-items: center; background: var(--espresso-deep); transition: background .4s; }
.nav.is-scrolled { background: rgba(26,26,26,.92); -webkit-backdrop-filter: blur(16px); backdrop-filter: blur(16px); }
.nav__wrap { width: 100%; max-width: var(--wrap); margin: 0 auto; padding: 0 var(--gutter); display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.nav__logo { display: block; height: 40px; }
.nav__logo img { height: 100%; width: auto; }
.nav__right { display: flex; align-items: center; gap: 24px; }
.nav__tag { font-family: var(--label); font-weight: 700; text-transform: uppercase; letter-spacing: .1em; font-size: 14px; color: var(--mist); }
.nav__tag .sep { color: var(--gold); margin: 0 8px; }
.nav__rule { position: absolute; left: 0; right: 0; bottom: 0; height: 1px; background: var(--gold); opacity: 0; transition: opacity .4s; }
.nav.is-scrolled .nav__rule { opacity: .4; }
.progress { position: absolute; left: 0; bottom: 0; height: 2px; width: 100%; background: var(--gold); transform: scaleX(0); transform-origin: left; }
.nav--bare .nav__wrap { justify-content: space-between; }
@media (max-width: 860px) { .nav__logo { height: 32px; } .nav__tag { display: none; } }

/* ---------- promise strip ---------- */
.promo { background: var(--gold); color: var(--espresso); padding: 12px 0; position: relative; z-index: 2; }
.promo__wrap { display: flex; align-items: baseline; justify-content: center; gap: 4px 18px; flex-wrap: wrap; text-align: center; }
.promo__tag { font-family: var(--label); font-weight: 700; text-transform: uppercase; letter-spacing: .14em; font-size: 14px; }
.promo__line { font-family: var(--label); font-weight: 700; text-transform: uppercase; letter-spacing: .06em; font-size: clamp(14px, 1.5vw, 17px); }
@media (max-width: 760px) { .promo__wrap { text-align: left; justify-content: flex-start; } }

/* ---------- funnel rail: three steps, honest about where you are ---------- */
.frail { background: var(--espresso); border-bottom: 1px solid var(--espresso-3); position: relative; z-index: 2; }
.frail ol { list-style: none; margin: 0; padding: 18px 0 16px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0 20px; }
.frail li { display: flex; align-items: baseline; gap: 10px; padding-top: 12px; border-top: 2px solid var(--espresso-3); font-family: var(--label); font-weight: 700; text-transform: uppercase; letter-spacing: .12em; font-size: 13px; color: var(--stone); min-width: 0; }
.frail li > a { display: flex; align-items: baseline; gap: 10px; color: inherit; text-decoration: none; min-width: 0; }
.frail li > a:hover { color: var(--gold-soft); }
.frail .n { font-variant-numeric: tabular-nums; flex: none; }
.frail .t { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.frail .is-done { color: var(--mist); border-top-color: var(--gold-deep); }
.frail .is-now { color: var(--gold); border-top-color: var(--gold); }
@media (max-width: 620px) { .frail li { font-size: 11px; letter-spacing: .08em; } .frail li:not(.is-now) .t { display: none; } }

/* ---------- hero ---------- */
.hero { position: relative; display: flex; align-items: center; padding: clamp(48px, 6vw, 84px) 0 clamp(56px, 7vw, 96px); overflow: clip; background: var(--espresso-deep); }
.hero--tall { min-height: calc(100svh - var(--nav-h)); }
.no-motion .hero--tall { min-height: 0; }
.hero__bg { position: absolute; inset: -6% 0 0 0; height: 112%; z-index: 0; }
/* scaled from the bottom edge: crops the gym's own banner out of the top of
   the frame and puts the men at the size the headline needs */
.hero__bg img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 70%; transform: scale(1.15); transform-origin: 50% 100%; filter: contrast(1.05) saturate(.78); }
.hero__bg::before { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, rgba(26,26,26,.94) 0%, rgba(26,26,26,.82) 38%, rgba(26,26,26,.5) 70%, rgba(26,26,26,.34) 100%), linear-gradient(180deg, rgba(26,26,26,.72) 0%, rgba(26,26,26,.4) 35%, rgba(26,26,26,.88) 84%, var(--espresso-deep) 100%); }
.hero__bg::after { content: ""; position: absolute; inset: 0; z-index: 1; background: var(--gold); mix-blend-mode: multiply; opacity: .16; }
.hero__wrap { position: relative; z-index: 1; width: 100%; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr); gap: clamp(40px, 5vw, 72px); align-items: center; }
.hero__copy { max-width: 60ch; }
.hero--tall .h1 { font-size: clamp(44px, 6.4vw, 96px); letter-spacing: 0; }
.hero--tall .hero__copy { max-width: none; }
.hero--tall .hero__sub { max-width: 26ch; }
/* the load sequence: a curtain lifts, the photo settles, then the words */
.curtain { position: fixed; inset: 0; z-index: 130; background: var(--espresso-deep); transform-origin: 50% 0; pointer-events: none; }
.no-motion .curtain { display: none; }
.js-motion .hero__bg { opacity: 0; }
/* the play button breathes: one ring, transform and opacity only */
.js-motion .watch__play::after { content: ""; position: absolute; inset: -2px; border-radius: 50%; border: 2px solid var(--gold-soft); animation: pulse 2.4s var(--ease) infinite; }
@keyframes pulse { 0% { transform: scale(1); opacity: .9; } 70% { transform: scale(1.55); opacity: 0; } 100% { transform: scale(1.55); opacity: 0; } }
.h1 { font-family: var(--display); font-weight: 400; text-transform: uppercase; line-height: .9; letter-spacing: .004em; font-size: clamp(38px, 5vw, 74px); color: var(--whisper); text-shadow: 0 2px 30px rgba(0,0,0,.35); }
.h1 em { font-style: normal; color: var(--gold); }
.h1--sm { font-size: clamp(38px, 5vw, 72px); }
.hero__sub { font-weight: 300; font-size: clamp(19px, 1.9vw, 25px); line-height: 1.32; color: var(--whisper); max-width: 24ch; margin-top: clamp(12px, 1.5vw, 18px); }
.hero__body { max-width: 50ch; margin-top: clamp(14px, 1.5vw, 18px); display: flex; flex-direction: column; gap: 10px; color: var(--mist); font-size: 17px; }
.hero__body .strong { color: var(--whisper); }
.hero .fine { color: var(--mist); }
@media (max-width: 960px) {
  .hero__wrap { grid-template-columns: minmax(0, 1fr); gap: 36px; }
  /* the tall phone hero fits the photo by height, so the banner needs a harder crop */
  .hero__bg img { object-position: 50% 30%; transform: scale(1.34); }
}

/* ---------- the watch card: the one thing this page sells ---------- */
.hero__card { justify-self: end; width: 100%; max-width: 470px; display: flex; flex-direction: column; gap: clamp(16px, 1.8vw, 20px); padding: clamp(16px, 1.8vw, 20px); border-radius: 14px; background: var(--espresso-2); border: 1px solid rgba(191,154,78,.26); box-shadow: 0 44px 100px -44px rgba(0,0,0,.92); }
.hero__card .watch { max-width: none; }
@media (max-width: 960px) { .hero__card { justify-self: stretch; max-width: none; } }
.watch { position: relative; display: block; justify-self: end; width: 100%; max-width: 520px; text-decoration: none; color: var(--whisper); }
.watch__frame { position: relative; border-radius: 10px; overflow: hidden; isolation: isolate; background: var(--espresso-2); box-shadow: 0 40px 90px -38px rgba(0,0,0,.9), 0 0 0 1px rgba(191,154,78,.28); }
.watch__frame img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; object-position: 50% 32%; filter: contrast(1.04) saturate(.72); transition: transform 1.1s var(--ease); }
.watch__frame::before { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, rgba(26,26,26,.52) 0%, rgba(26,26,26,.12) 42%, rgba(26,26,26,.9) 100%); }
.watch__frame::after { content: ""; position: absolute; inset: 0; z-index: 1; background: var(--gold); mix-blend-mode: multiply; opacity: .18; pointer-events: none; }
.watch__rule { position: absolute; inset: 14px; z-index: 2; border: 1px solid rgba(225,221,200,.28); border-radius: 4px; pointer-events: none; }
.watch__k { position: absolute; left: 26px; top: 26px; z-index: 3; display: flex; align-items: center; gap: 10px; font-family: var(--label); font-weight: 700; text-transform: uppercase; letter-spacing: .14em; font-size: 13px; color: var(--gold-soft); }
.watch__k i { width: 7px; height: 7px; border-radius: 50%; background: var(--gold); }
.watch__play { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); z-index: 3; width: 88px; height: 88px; border-radius: 50%; background: var(--gold); color: var(--espresso); display: grid; place-items: center; box-shadow: 0 24px 50px -16px rgba(0,0,0,.65); transition: transform .35s var(--ease), background .3s; }
.watch__play svg { width: 30px; height: 30px; margin-left: 4px; }
.watch__title { position: absolute; left: 26px; right: 26px; bottom: 24px; z-index: 3; font-family: var(--display); text-transform: uppercase; line-height: .96; font-size: clamp(20px, 2.1vw, 27px); color: var(--whisper); }
.watch__meta { display: flex; align-items: baseline; justify-content: space-between; gap: 10px 20px; flex-wrap: wrap; margin-top: 16px; font-family: var(--label); font-weight: 700; text-transform: uppercase; letter-spacing: .12em; font-size: 13px; color: var(--mist); }
.watch__meta b { color: var(--gold); font-weight: 700; }
.watch:hover .watch__play { transform: translate(-50%, -50%) scale(1.07); background: var(--gold-soft); }
.watch:hover .watch__frame img { transform: scale(1.03); }
.watch:focus-visible { outline: 3px solid var(--gold-soft); outline-offset: 6px; border-radius: 12px; }
@media (max-width: 960px) { .watch { justify-self: stretch; max-width: none; } }
@media (max-width: 560px) { .watch__play { width: 64px; height: 64px; } .watch__play svg { width: 22px; height: 22px; } .watch__k { left: 20px; top: 20px; } .watch__title { left: 20px; right: 20px; bottom: 18px; } }

/* ---------- the manifesto list (what the video covers) ---------- */
.mani { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; }
.mani li { display: grid; grid-template-columns: 72px minmax(0, 1fr); gap: 20px; padding: 26px 0; border-top: 1px solid var(--rule); align-items: baseline; }
.mani li:last-child { border-bottom: 1px solid var(--rule); }
.mani .n { font-family: var(--label); font-weight: 700; font-size: 18px; letter-spacing: .1em; color: var(--accent); font-variant-numeric: tabular-nums; }
.mani p { font-weight: 500; font-size: clamp(20px, 2.4vw, 33px); line-height: 1.22; letter-spacing: -.01em; color: var(--fg); max-width: 30ch; }
.mani small { display: block; margin-top: 10px; font-family: var(--body); font-weight: 400; font-size: 16px; line-height: 1.6; letter-spacing: 0; color: var(--fg-2); max-width: 52ch; }
@media (max-width: 600px) { .mani li { grid-template-columns: 44px minmax(0, 1fr); gap: 12px; padding: 20px 0; } }

/* ---------- founders ---------- */
.fnd { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(32px, 4vw, 64px); }
.fnd > article { min-width: 0; }
.fnd__photo { aspect-ratio: 4 / 5; margin-bottom: clamp(18px, 2.2vw, 26px); }
.fnd__name { font-family: var(--body); font-weight: 700; font-size: clamp(22px, 2.2vw, 30px); line-height: 1.1; letter-spacing: -.015em; color: var(--h); }
.fnd__role { font-family: var(--label); font-weight: 700; text-transform: uppercase; letter-spacing: .12em; font-size: 13px; color: var(--h); margin: 8px 0 18px; padding-bottom: 18px; border-bottom: 1px solid var(--gold-deep); }
.fnd > article > p:last-child { max-width: 46ch; color: var(--fg-2); }
.fnd__q { margin: clamp(44px, 5.5vw, 76px) 0 0; padding-top: clamp(30px, 4vw, 46px); border-top: 1px solid var(--rule); }
.fnd__q cite { display: block; margin-top: 20px; font-family: var(--label); font-weight: 700; text-transform: uppercase; letter-spacing: .1em; font-size: 13px; font-style: normal; color: var(--fg-2); }
.pull--md { font-size: clamp(32px, 5vw, 76px); }
@media (max-width: 760px) { .fnd { grid-template-columns: minmax(0, 1fr); gap: 44px; } }

.photo { position: relative; border-radius: 8px; overflow: hidden; isolation: isolate; background: var(--espresso-2); }
.photo img { width: 100%; height: 100%; object-fit: cover; }
.photo::before { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(36,36,36,0) 50%, rgba(36,36,36,.55) 100%); z-index: 1; }
.photo::after { content: ""; position: absolute; inset: 0; background: var(--gold); mix-blend-mode: multiply; opacity: .16; z-index: 1; }
.photo figcaption { position: absolute; left: 18px; bottom: 16px; z-index: 2; font-family: var(--label); font-weight: 700; text-transform: uppercase; letter-spacing: .1em; font-size: 12px; color: var(--whisper); }

/* ---------- the video itself (step 2) ---------- */
.vsl { position: relative; border-radius: 8px; overflow: hidden; aspect-ratio: 16 / 9; background: var(--espresso-deep); box-shadow: 0 40px 90px -40px rgba(0,0,0,.9), 0 0 0 1px rgba(191,154,78,.2); }
.vsl img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 30%; filter: contrast(1.04) saturate(.75); }
.vsl::before { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, rgba(26,26,26,.92) 0px, rgba(26,26,26,.5) 120px, rgba(26,26,26,.12) 45%, rgba(26,26,26,.88) 100%); }
.vsl::after { content: ""; position: absolute; inset: 0; z-index: 1; background: var(--gold); mix-blend-mode: multiply; opacity: .2; pointer-events: none; }
.vsl__ui { position: absolute; inset: 0; z-index: 2; display: flex; flex-direction: column; justify-content: space-between; padding: clamp(18px, 3vw, 40px); }
.vsl__ui .eyebrow { margin: 0; color: var(--gold-soft); }
.vsl__title { font-family: var(--display); text-transform: uppercase; line-height: .94; font-size: clamp(24px, 4vw, 56px); color: var(--whisper); max-width: 22ch; }
.vsl__note { font-family: var(--label); font-weight: 700; letter-spacing: .08em; text-transform: uppercase; font-size: 14px; color: var(--gold-soft); margin-top: 12px; }
.vsl__play { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 96px; height: 96px; border-radius: 50%; border: 0; background: var(--gold); color: var(--espresso); display: grid; place-items: center; cursor: pointer; transition: transform .3s var(--ease), background .3s; box-shadow: 0 24px 50px -16px rgba(0,0,0,.6); z-index: 3; }
.vsl__play:hover { transform: translate(-50%, -50%) scale(1.06); background: var(--gold-soft); }
.vsl__play svg { width: 34px; height: 34px; margin-left: 5px; }
.vsl iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; z-index: 4; }
@media (max-width: 600px) { .vsl { aspect-ratio: 4 / 3; } .vsl__play { width: 64px; height: 64px; top: 42%; } .vsl__play svg { width: 22px; height: 22px; } .vsl__title { font-size: 21px; max-width: none; } }
.under { display: flex; align-items: center; justify-content: space-between; gap: 18px 32px; flex-wrap: wrap; margin-top: clamp(20px, 2.4vw, 28px); }
.under p { color: var(--fg-2); max-width: 48ch; font-size: 16.5px; }

/* ---------- steps (what happens after the video) ---------- */
.steps { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.steps li { background: var(--card); border-radius: 10px; padding: 28px 26px 30px; display: flex; flex-direction: column; gap: 12px; border: 1px solid var(--rule); }
.steps .n { font-family: var(--label); font-weight: 700; letter-spacing: .14em; font-size: 14px; color: var(--accent); }
.steps p { font-size: 16.5px; line-height: 1.55; color: var(--fg-2); }
.steps .t3 { font-size: clamp(21px, 2vw, 26px); }
@media (max-width: 860px) { .steps { grid-template-columns: 1fr; } }

/* ---------- price (step 3) ---------- */
.texture::before { content: ""; position: absolute; inset: 0; background: url(/funnel/img/dd-outline-gold.png) 0 0 / 160px auto repeat; opacity: .06; pointer-events: none; }
.texture .wrap { position: relative; z-index: 1; }
.price { display: flex; align-items: flex-end; gap: 28px; flex-wrap: wrap; margin-bottom: clamp(28px, 3.5vw, 48px); }
.price__fig { font-family: var(--display); font-size: clamp(88px, 17vw, 240px); line-height: .84; letter-spacing: -.015em; color: var(--whisper); }
.price__unit { font-family: var(--label); font-weight: 700; text-transform: uppercase; letter-spacing: .14em; font-size: 15px; line-height: 1.6; color: var(--gold); padding-bottom: 14px; }
.pay { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid rgba(191,154,78,.35); border-radius: 8px; margin-bottom: clamp(32px, 4vw, 56px); background: rgba(26,26,26,.35); }
.pay > div { padding: 24px 26px 26px; border-right: 1px solid rgba(191,154,78,.25); display: flex; flex-direction: column; gap: 8px; }
.pay > div:last-child { border-right: 0; }
.pay .n { font-family: var(--label); font-weight: 700; text-transform: uppercase; letter-spacing: .14em; font-size: 13px; color: var(--gold); }
.pay b { font-family: var(--display); font-weight: 400; font-size: clamp(34px, 3.4vw, 48px); line-height: .95; color: var(--whisper); }
.pay b small { font-family: var(--label); font-size: 16px; letter-spacing: .1em; color: var(--mist); text-transform: uppercase; margin-left: 4px; }
.pay p { font-size: 15px; line-height: 1.5; color: var(--mist); }
@media (max-width: 720px) { .pay { grid-template-columns: 1fr; } .pay > div { border-right: 0; border-bottom: 1px solid rgba(191,154,78,.25); } .pay > div:last-child { border-bottom: 0; } }
/* the same terms inside the narrow offer box: label and figure on one line */
.pay--stack { grid-template-columns: 1fr; background: transparent; border: 0; border-top: 1px solid rgba(191,154,78,.3); border-radius: 0; margin: clamp(16px, 2vw, 22px) 0 clamp(20px, 2.4vw, 26px); }
.pay--stack > div { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: baseline; gap: 6px 18px; padding: 16px 0; border-right: 0; border-bottom: 1px solid rgba(191,154,78,.3); }
.pay--stack .n { grid-column: 1; grid-row: 1; }
.pay--stack b { grid-column: 2; grid-row: 1; font-size: clamp(30px, 3vw, 42px); text-align: right; }
.pay--stack p { grid-column: 1 / -1; }

/* ---------- application form ---------- */
.apply { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: 48px 80px; align-items: start; }
.apply__aside { position: sticky; top: calc(var(--nav-h) + 24px); display: flex; flex-direction: column; gap: 22px; }
.next { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--rule); }
.next li { display: grid; grid-template-columns: 40px minmax(0, 1fr); gap: 12px; padding: 14px 0; border-bottom: 1px solid var(--rule); font-size: 16px; color: var(--fg-2); }
.next .n { font-family: var(--label); font-weight: 700; font-size: 15px; letter-spacing: .1em; color: var(--gold); }
.form { display: grid; grid-template-columns: 1fr 1fr; gap: 26px 32px; background: var(--card); border-radius: 12px; padding: clamp(24px, 3.5vw, 48px); }
.form--wide, .success--wide { max-width: 880px; }
.field { display: flex; flex-direction: column; gap: 8px; }
.field--full { grid-column: 1 / -1; }
.field label, .field .lbl { font-family: var(--label); font-weight: 700; text-transform: uppercase; letter-spacing: .1em; font-size: 13px; color: var(--mist); }
.field input, .field select, .field textarea { width: 100%; min-height: 48px; padding: 10px 2px; border: 0; border-bottom: 1px solid #55524A; border-radius: 0; background: transparent; color: var(--whisper); font-size: 17px; line-height: 1.5; -webkit-appearance: none; appearance: none; }
.field textarea { resize: vertical; min-height: 96px; }
.field select { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='9' viewBox='0 0 14 9'%3E%3Cpath d='M1 1l6 6 6-6' fill='none' stroke='%23BF9A4E' stroke-width='2'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 4px center; padding-right: 32px; }
.field select option { color: var(--ink); background: var(--whisper-2); }
.field input::placeholder, .field textarea::placeholder { color: #7E7869; }
.field input:focus-visible, .field select:focus-visible, .field textarea:focus-visible { outline: 0; border-bottom-color: var(--gold); box-shadow: 0 1px 0 var(--gold); }
.field [aria-invalid="true"] { border-bottom-color: #E07A5F; }
.field__err { font-family: var(--label); font-weight: 700; text-transform: uppercase; letter-spacing: .06em; font-size: 13px; color: #E9A08A; }
.field__err:empty { display: none; }
.summary { grid-column: 1 / -1; border-left: 3px solid #E07A5F; padding: 12px 16px; background: rgba(224,122,95,.1); color: #E9A08A; font-weight: 500; border-radius: 0 6px 6px 0; }
/* the honeypot has to be reachable by a bot and invisible to a person */
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.checks { display: flex; gap: 10px; flex-wrap: wrap; padding-top: 4px; }
.checks label { display: inline-flex; align-items: center; gap: 10px; min-height: 44px; padding: 0 16px 0 12px; border: 1px solid #55524A; border-radius: 999px; font-family: var(--body); font-weight: 500; font-size: 15.5px; letter-spacing: 0; text-transform: none; color: var(--whisper); cursor: pointer; transition: border-color .2s, background .2s; }
.checks label:has(:checked) { border-color: var(--gold); background: rgba(191,154,78,.12); }
.checks input { width: 18px; height: 18px; min-height: 0; padding: 0; margin: 0; border: 0; background: none; -webkit-appearance: auto; appearance: auto; accent-color: var(--gold); flex: none; }
.form__foot { grid-column: 1 / -1; display: flex; flex-direction: column; gap: 14px; align-items: flex-start; padding-top: 8px; }
.success { position: relative; border: 1px solid var(--gold); border-radius: 12px; background: var(--card); padding: clamp(28px, 4vw, 48px); padding-right: 160px; overflow: hidden; }
.success .t3 { color: var(--gold); margin-bottom: 12px; }
.success__stamp { position: absolute; right: 28px; top: 28px; width: 104px; height: 104px; }
@media (max-width: 900px) { .apply { grid-template-columns: 1fr; } .apply__aside { position: static; } }
@media (max-width: 720px) { .form { grid-template-columns: 1fr; } .success { padding-right: clamp(28px, 4vw, 48px); padding-top: 140px; } .success__stamp { right: auto; left: clamp(28px, 4vw, 48px); } }

/* ---------- closing band ---------- */
.closing { position: relative; display: flex; align-items: center; overflow: clip; padding: clamp(96px, 12vw, 168px) 0; background: var(--espresso); --fg: var(--whisper); --fg-2: var(--mist); --accent: var(--gold); }
.closing__bg { position: absolute; inset: -10% 0; height: 120%; z-index: 0; }
.closing__bg img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 58%; filter: contrast(1.05) saturate(.72); }
.closing__bg::before { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, var(--espresso) 0%, rgba(36,36,36,.82) 28%, rgba(36,36,36,.72) 70%, var(--espresso) 100%); }
.closing__bg::after { content: ""; position: absolute; inset: 0; z-index: 1; background: var(--gold); mix-blend-mode: multiply; opacity: .22; }
.closing .wrap { position: relative; z-index: 1; }
.closing .pull { max-width: 15ch; color: var(--whisper); }
.closing__row { display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); gap: 32px 80px; margin-top: clamp(32px, 4vw, 56px); align-items: end; }
.closing__row .copy { color: var(--mist); }
.ps { font-family: var(--label); font-weight: 700; letter-spacing: .14em; text-transform: uppercase; font-size: 14px; color: var(--gold); }
@media (max-width: 900px) { .closing__row { grid-template-columns: 1fr; } }

/* ---------- footer ---------- */
.foot { background: var(--espresso-deep); color: var(--whisper); padding: clamp(64px, 8vw, 104px) 0 clamp(44px, 5vw, 64px); text-align: center; }
.foot__wrap { display: flex; flex-direction: column; align-items: center; gap: clamp(20px, 2.6vw, 30px); }
.foot__logo { width: 132px; height: auto; margin-bottom: 8px; }
.foot__lock { font-family: var(--label); font-weight: 700; text-transform: uppercase; letter-spacing: .12em; font-size: clamp(24px, 3vw, 34px); line-height: 1; color: var(--whisper); }
.foot__line { font-weight: 300; font-size: clamp(17px, 1.8vw, 22px); line-height: 1.5; color: var(--mist); max-width: 46ch; }
.foot__nav { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px clamp(20px, 3vw, 44px); margin-top: 4px; }
.foot__nav a { font-family: var(--body); font-weight: 500; font-size: clamp(17px, 1.7vw, 22px); color: var(--whisper); text-decoration: none; padding: 6px 0; position: relative; }
.foot__nav a::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 1px; background: var(--gold); transform: scaleX(0); transform-origin: left; transition: transform .3s var(--ease); }
.foot__nav a:hover::after, .foot__nav a:focus-visible::after { transform: scaleX(1); }
.foot__legal { font-size: 15px; color: var(--mist); margin-top: clamp(14px, 2.4vw, 26px); }

/* ---------- the opt-in on step 01: it is what opens the video page ---------- */
.optin { display: flex; flex-direction: column; gap: 14px; width: min(440px, 100%); }
.optin--hero { width: 100%; gap: 12px; }
.optin--hero .optin__k { color: var(--mist); }
.optin--hero input[type="email"] { height: 56px; font-size: 19px; }
.optin--hero .btn { margin-top: 2px; font-size: 18px; letter-spacing: .06em; }
.optin--hero .fine { font-size: 14px; }
.optin__k { font-family: var(--label); font-weight: 700; text-transform: uppercase; letter-spacing: .12em; font-size: 14px; line-height: 1.4; color: var(--gold-soft); }
.optin input[type="email"] { width: 100%; height: 54px; padding: 0 2px; border: 0; border-bottom: 1px solid var(--mist); border-radius: 0; background: transparent; color: var(--whisper); font: inherit; font-size: 18px; }
.optin input[type="email"]::placeholder { color: #7E7869; }
.optin input[type="email"]:focus-visible { outline: 0; border-bottom-color: var(--gold); box-shadow: 0 1px 0 var(--gold); }
.optin input[aria-invalid="true"] { border-bottom-color: #E07A5F; }
.optin__err { font-family: var(--label); font-weight: 700; letter-spacing: .05em; text-transform: uppercase; font-size: 13px; color: #E07A5F; }
.optin__err:empty { display: none; }
.optin__fine { font-size: 14px; color: var(--mist); }
/* CASL: never pre-ticked, and the sentence stays sentence case because it is the
   record of what was agreed to. A label selector in DIN caps would break that. */
.optin label.consent { display: flex; align-items: flex-start; gap: 12px; cursor: pointer; font-family: var(--body); font-weight: 400; text-transform: none; letter-spacing: 0; font-size: 14.5px; line-height: 1.45; color: var(--whisper); }
.optin .consent input { width: 20px; height: 20px; flex: none; margin: 1px 0 0; accent-color: var(--gold); cursor: pointer; }
.sound { position: absolute; right: clamp(16px, 2.4vw, 28px); bottom: clamp(16px, 2.4vw, 28px); z-index: 4; display: inline-flex; align-items: center; gap: 10px; min-height: 44px; padding: 0 18px; border: 1px solid rgba(225,221,200,.4); border-radius: 999px; background: rgba(26,26,26,.72); color: var(--whisper); font-family: var(--label); font-weight: 700; text-transform: uppercase; letter-spacing: .1em; font-size: 13px; cursor: pointer; transition: transform .2s var(--ease), border-color .25s, background .25s; }
.sound:hover { border-color: var(--gold); background: rgba(26,26,26,.9); }
.sound:active { transform: scale(.97); }
.sound svg { width: 16px; height: 16px; }

/* ---------- three benefits ---------- */
.bens { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(20px, 2.6vw, 34px); }
.bens article { display: flex; flex-direction: column; min-width: 0; }
.bens .photo { aspect-ratio: 4 / 3; margin-bottom: clamp(16px, 2vw, 22px); }
.bens h3 { font-family: var(--label); font-weight: 700; text-transform: uppercase; letter-spacing: .14em; font-size: clamp(19px, 1.9vw, 24px); color: var(--accent); margin: 0 0 12px; display: flex; align-items: center; gap: 12px; }
.bens h3::before { content: ""; width: 26px; height: 3px; background: currentColor; flex: none; }
.bens p { color: var(--fg-2); font-size: 16.5px; line-height: 1.6; }
@media (max-width: 860px) { .bens { grid-template-columns: 1fr; gap: 40px; } .bens .photo { aspect-ratio: 16 / 9; } }

/* ---------- before / after ---------- */
.ba { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(28px, 4vw, 56px); align-items: start; }
.ba > section { display: flex; flex-direction: column; min-width: 0; }
.ba .photo { aspect-ratio: 3 / 2; margin-bottom: clamp(20px, 2.4vw, 28px); }
.ba__tag { font-family: var(--label); font-weight: 700; text-transform: uppercase; letter-spacing: .16em; font-size: 13px; margin-bottom: 14px; color: var(--fg-2); }
.ba--before .photo img { filter: grayscale(.9) contrast(1.06) brightness(.82); }
.ba--before .photo::after { opacity: .06; }
.ba--after .ba__tag { color: var(--accent); }
.ba h3 { margin-bottom: 14px; }
.ba > section > p { color: var(--fg-2); max-width: 46ch; }
.ba__list { list-style: none; margin: clamp(20px, 2.4vw, 28px) 0 0; padding: 0; border-top: 1px solid var(--rule); }
.ba__list li { position: relative; padding: 16px 0 16px 30px; border-bottom: 1px solid var(--rule); font-size: 16.5px; line-height: 1.55; color: var(--fg); }
.ba__list li::before { content: ""; position: absolute; left: 0; top: 27px; width: 16px; height: 2px; background: var(--fg-2); }
.ba--after .ba__list li::before { background: var(--accent); width: 16px; height: 2px; }
.ba__turn { margin-top: clamp(22px, 2.6vw, 30px); font-weight: 500; font-size: clamp(18px, 1.8vw, 21px); line-height: 1.45; color: var(--fg); max-width: 40ch; }
@media (max-width: 900px) { .ba { grid-template-columns: 1fr; gap: 56px; } }

/* ---------- four fronts: expanding columns, lifted from v3 ---------- */
.cols { display: flex; gap: 8px; height: min(72vh, 640px); min-height: 480px; margin-top: clamp(28px, 3.5vw, 44px); }
.colx { position: relative; flex: 1; overflow: hidden; border-radius: 8px; background: var(--card); transition: flex-grow .7s var(--ease); cursor: pointer; will-change: flex-grow; }
.colx.is-open { flex-grow: 3.4; }
.colx img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: contrast(1.05) saturate(.75); transition: transform 1.2s var(--ease); }
.colx.is-open img { transform: scale(1.04); }
.colx::before { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, rgba(26,26,26,.2) 0%, rgba(26,26,26,.25) 45%, rgba(26,26,26,.92) 100%); }
.colx::after { content: ""; position: absolute; inset: 0; z-index: 1; background: var(--gold); mix-blend-mode: multiply; opacity: .22; }
.colx__lbl { position: absolute; left: 22px; top: 22px; z-index: 2; display: flex; align-items: center; gap: 10px; font-family: var(--label); font-weight: 700; letter-spacing: .14em; text-transform: uppercase; font-size: 13px; color: var(--gold-soft); }
.colx__lbl i { width: 24px; height: 2px; background: var(--gold); }
.colx__name { position: absolute; left: 22px; bottom: 22px; z-index: 2; font-family: var(--display); text-transform: uppercase; font-size: clamp(28px, 3.4vw, 48px); line-height: .9; color: var(--whisper); writing-mode: vertical-rl; transform: rotate(180deg); transform-origin: center; transition: opacity .3s; }
.colx.is-open .colx__name { opacity: 0; }
.colx__body { position: absolute; left: 24px; right: 24px; bottom: 24px; z-index: 2; opacity: 0; transform: translateY(12px); transition: opacity .5s .15s, transform .6s .15s var(--ease); }
.colx.is-open .colx__body { opacity: 1; transform: none; }
.colx__body .t3 { color: var(--whisper); font-size: clamp(28px, 3.4vw, 46px); margin-bottom: 10px; }
.colx__body p { color: var(--whisper); font-size: 16.5px; line-height: 1.55; max-width: 44ch; text-wrap: pretty; }
.colx__body img { position: static; width: 52px; height: 52px; object-fit: contain; filter: none; margin-bottom: 14px; transform: none; }
.no-motion .colx { transition: none; }
@media (max-width: 900px) { .cols { flex-direction: column; height: auto; min-height: 0; } .colx { min-height: 132px; transition: min-height .6s var(--ease); flex: none; } .colx.is-open { min-height: 380px; } .colx__name { writing-mode: horizontal-tb; transform: none; left: 22px; bottom: 18px; } }

/* ---------- the offer ---------- */
.offer { display: grid; grid-template-columns: minmax(0, 6fr) minmax(0, 6fr); gap: clamp(32px, 4vw, 64px); align-items: start; }
.offer__name { font-family: var(--display); text-transform: uppercase; font-size: clamp(26px, 3vw, 40px); line-height: 1; color: var(--gold); letter-spacing: .01em; margin-bottom: clamp(20px, 2.4vw, 28px); }
.incl { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--rule); }
.incl li { display: grid; grid-template-columns: 40px minmax(0, 1fr); gap: 12px; padding: 14px 0; border-bottom: 1px solid var(--rule); font-size: 16.5px; line-height: 1.5; align-items: baseline; }
.incl .n { font-family: var(--label); font-weight: 700; font-size: 14px; letter-spacing: .1em; color: var(--accent); font-variant-numeric: tabular-nums; }
.offer__box { background: var(--card); border: 1px solid rgba(191,154,78,.35); border-radius: 12px; padding: clamp(26px, 3vw, 40px); position: sticky; top: calc(var(--nav-h) + 24px); }
.offer__box .price { margin-bottom: 20px; }
.offer__box .price__fig { font-size: clamp(64px, 8vw, 104px); }
.offer__note { font-size: 15px; line-height: 1.6; color: var(--fg-2); margin-top: 18px; }
@media (max-width: 900px) { .offer { grid-template-columns: 1fr; } .offer__box { position: static; } }


/* ---------- FAQ ---------- */
.faq { border-top: 1px solid var(--rule); }
.faq details { border-bottom: 1px solid var(--rule); }
.faq summary { display: flex; align-items: flex-start; justify-content: space-between; gap: 24px; padding: 24px 0; cursor: pointer; list-style: none; font-family: var(--body); font-weight: 700; font-size: clamp(19px, 2vw, 26px); line-height: 1.25; letter-spacing: -.012em; color: var(--h); }
.faq summary::-webkit-details-marker { display: none; }
.faq summary:focus-visible { outline: 3px solid var(--gold-soft); outline-offset: 3px; }
.faq summary i { flex: none; position: relative; width: 20px; height: 20px; margin-top: .3em; }
.faq summary i::before, .faq summary i::after { content: ""; position: absolute; left: 50%; top: 50%; background: var(--accent); transform: translate(-50%, -50%); transition: transform .3s var(--ease), opacity .3s; }
.faq summary i::before { width: 20px; height: 2px; }
.faq summary i::after { width: 2px; height: 20px; }
.faq details[open] summary i::after { transform: translate(-50%, -50%) scaleY(0); opacity: 0; }
.faq details > div { padding: 0 0 26px; max-width: 68ch; color: var(--fg-2); font-size: 16.5px; line-height: 1.65; }
.faq details[open] summary { color: var(--accent); }

/* ---------- centred CTA block ---------- */
.cta-mid { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; margin-top: clamp(36px, 4.5vw, 64px); }
.cta-mid .fine { text-align: center; max-width: 52ch; }

/* ---------- the privacy policy: one readable column ---------- */
.policy { max-width: 74ch; }
.policy .t2 { margin-bottom: clamp(20px, 2.4vw, 28px); }
.policy .t3 { margin: clamp(36px, 4.5vw, 56px) 0 12px; }
.policy p + p { margin-top: 14px; }
.policy a { color: var(--gold-deep); text-decoration-thickness: 1px; text-underline-offset: 3px; }
.policy__draft { display: inline-block; margin-top: 18px; padding: 8px 14px; border: 1px solid var(--rule); border-radius: 999px; }
.policy__list { margin: 0; padding-left: 22px; display: flex; flex-direction: column; gap: 8px; }
.fine--legal a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.fine--legal a:hover { color: var(--gold); }

/* ---------- reveals: transform + opacity only ---------- */
.js-motion [data-reveal] { opacity: 0; transform: translateY(20px); }
.js-motion [data-reveal].is-in { opacity: 1; transform: none; transition: opacity .8s var(--ease) var(--d, 0ms), transform .9s var(--ease) var(--d, 0ms); }
.js-motion [data-stagger] > * { opacity: 0; transform: translateY(20px); }
.js-motion [data-stagger].is-in > * { opacity: 1; transform: none; transition: opacity .7s var(--ease), transform .8s var(--ease); }
.js-motion [data-stagger].is-in > *:nth-child(2) { transition-delay: .08s; }
.js-motion [data-stagger].is-in > *:nth-child(3) { transition-delay: .16s; }
.js-motion [data-stagger].is-in > *:nth-child(4) { transition-delay: .24s; }
.js-motion [data-stagger].is-in > *:nth-child(5) { transition-delay: .32s; }
.js-motion [data-stagger].is-in > *:nth-child(6) { transition-delay: .4s; }
.no-motion * { animation: none !important; }
.no-motion .colx, .no-motion .btn::before { transition: none; }

/* ============================================================
   the award kit, lifted from v3: split lines, cursor, rail, one-voice testimonials
   ============================================================ */
.split-line { overflow: hidden; padding-bottom: .1em; margin-bottom: -.1em; }
.js-motion [data-split="hero"] { visibility: hidden; }

/* ---------- cursor ---------- */
.cur, .cur-ring { position: fixed; left: 0; top: 0; z-index: 120; pointer-events: none; border-radius: 50%; transform: translate(-100px, -100px); }
.cur { width: 8px; height: 8px; background: var(--gold); }
.cur-ring { width: 40px; height: 40px; border: 1px solid rgba(214,188,132,.7); display: grid; place-items: center; transition: width .3s var(--ease), height .3s var(--ease), background .3s; }
.cur-ring span { font-family: var(--label); font-weight: 700; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: var(--espresso); opacity: 0; transition: opacity .2s; }
.cur-ring.is-label { width: 84px; height: 84px; background: var(--gold); border-color: var(--gold); }
.cur-ring.is-label span { opacity: 1; }
.cur-ring.is-hover { width: 60px; height: 60px; }
.no-motion .cur, .no-motion .cur-ring, .cur.is-hidden, .cur-ring.is-hidden { display: none; }
@media (pointer: coarse) { .cur, .cur-ring { display: none; } }

/* ---------- section rail ---------- */
.rail { position: fixed; left: 26px; top: 50%; transform: translateY(-50%); z-index: 100; display: none; flex-direction: column; gap: 2px; opacity: 0; pointer-events: none; transition: opacity .5s; }
.rail.is-on { opacity: 1; pointer-events: auto; }
.rail a { position: relative; display: flex; align-items: center; gap: 12px; height: 24px; padding-left: 14px; font-family: var(--label); font-weight: 700; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; color: var(--mist); text-decoration: none; font-variant-numeric: tabular-nums; }
.rail a span { opacity: 0; transform: translateX(-6px); transition: opacity .25s, transform .25s var(--ease); white-space: nowrap; }
.rail:hover a span, .rail a:focus-visible span { opacity: 1; transform: none; }
.rail a.is-active { color: var(--gold); }
.rail a.is-active span { opacity: 1; transform: none; }
.rail__seg { position: absolute; left: 0; top: 0; width: 4px; height: 24px; background: var(--gold); }
.rail--light a { color: var(--stone); }
.rail--light a.is-active { color: var(--gold-deep); }
@media (min-width: 1360px) { .rail { display: flex; } }

/* ---------- testimonials: one voice at a time ---------- */
.tsl { position: relative; padding: clamp(24px, 3vw, 40px) 0 clamp(40px, 5vw, 64px); overflow: visible; }
.tsl__num { position: absolute; left: -.06em; top: 50%; transform: translateY(-50%); font-family: var(--display); font-size: clamp(160px, 26vw, 400px); line-height: 1; color: var(--fg); opacity: .06; pointer-events: none; user-select: none; letter-spacing: -.02em; z-index: 0; }
.tsl__num span { display: block; }
.tsl__grid { position: relative; z-index: 1; display: grid; grid-template-columns: 72px minmax(0, 1fr); gap: 0 clamp(32px, 5vw, 72px); }
.tsl__side { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 28px; border-right: 1px solid var(--rule); padding-right: 24px; }
.tsl__vlabel { font-family: var(--label); font-weight: 700; text-transform: uppercase; letter-spacing: .18em; font-size: 12px; color: var(--fg-2); writing-mode: vertical-rl; transform: rotate(180deg); }
.tsl__prog { position: relative; width: 1px; height: 120px; background: var(--rule); }
.tsl__prog i { position: absolute; left: 0; top: 0; width: 100%; height: 25%; background: var(--gold); transform-origin: top; }
.tsl__main { padding: clamp(24px, 3vw, 48px) 0; min-height: 360px; display: flex; flex-direction: column; justify-content: center; }
.tsl__badge { display: inline-flex; align-items: center; gap: 10px; align-self: flex-start; font-family: var(--label); font-weight: 700; text-transform: uppercase; letter-spacing: .12em; font-size: 12px; color: var(--fg-2); border: 1px solid var(--rule); border-radius: 999px; padding: 8px 14px; margin-bottom: clamp(28px, 4vw, 44px); }
.tsl__badge i { width: 6px; height: 6px; border-radius: 50%; background: var(--gold); }
.tsl__quote { margin: 0 0 clamp(36px, 5vw, 56px); font-family: var(--body); font-weight: 300; font-size: clamp(24px, 3.2vw, 46px); line-height: 1.18; letter-spacing: -.015em; color: var(--fg); max-width: 24ch; min-height: 2.3em; perspective: 900px; }
.tsl__quote .w { display: inline-block; margin-right: .28em; transform-origin: 50% 100%; }
.tsl__row { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.tsl__author { display: flex; align-items: center; gap: 16px; }
.tsl__line { width: 32px; height: 1px; background: var(--gold); transform-origin: left; }
.tsl__name { font-family: var(--label); font-weight: 700; text-transform: uppercase; letter-spacing: .12em; font-size: 16px; color: var(--accent); }
.tsl__role { font-size: 14px; color: var(--fg-2); }
.tsl__nav { display: flex; gap: 12px; }
.tsl__btn { position: relative; width: 52px; height: 52px; border-radius: 50%; border: 1px solid var(--rule); background: transparent; color: var(--fg); display: grid; place-items: center; cursor: pointer; overflow: hidden; isolation: isolate; transition: transform .2s var(--ease), border-color .3s; }
.tsl__btn::before { content: ""; position: absolute; inset: 0; background: var(--gold); transform: translateX(-101%); transition: transform .35s var(--ease); z-index: -1; }
#tsl-next::before { transform: translateX(101%); }
.tsl__btn:hover::before { transform: translateX(0); }
.tsl__btn:hover { color: var(--espresso); border-color: var(--gold); }
.tsl__btn:active { transform: scale(.95); }
.tsl__btn svg { width: 18px; height: 18px; }
@media (max-width: 720px) { .tsl__grid { grid-template-columns: 1fr; } .tsl__side { flex-direction: row; border-right: 0; border-bottom: 1px solid var(--rule); padding: 0 0 16px; justify-content: flex-start; gap: 16px; } .tsl__vlabel { writing-mode: horizontal-tb; transform: none; } .tsl__prog { width: 120px; height: 1px; } .tsl__prog i { height: 100%; width: 25%; transform-origin: left; } .tsl__main { min-height: 0; } .tsl__num { font-size: 200px; top: 46%; } }
