/* =========================================================================
   BRANDON NIELSEN — Personal Training
   Design system: dark, gritty, fire-accent. Anton (display) + Sora (body).
   ========================================================================= */

:root {
  /* type */
  --font-display: 'Anton', 'Arial Narrow', sans-serif;
  --font-body: 'Sora', system-ui, sans-serif;

  /* color — warm near-black + fire accent */
  --bg:        #0a0a0b;
  --bg-2:      #0f0f11;
  --surface:   #161618;
  --surface-2: #1d1d20;
  --text:      #f6f3ed;
  --text-dim:  #a3a09a;
  --text-mute: #6f6c67;
  --line:      rgba(255,255,255,0.10);
  --line-soft: rgba(255,255,255,0.06);

  --accent:    #ff5a1f;            /* fire orange */
  --accent-ink:#0a0a0b;           /* text on accent */
  --accent-glow: rgba(255,90,31,0.35);

  /* scroll-flex intensity (1 = default). tweakable. */
  --hero-track: 320vh;

  --maxw: 1240px;
  --pad: clamp(20px, 5vw, 72px);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: var(--font-body);
  font-size: 18px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
img, video { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
::selection { background: var(--accent); color: var(--accent-ink); }

h1, h2, h3 {
  font-family: var(--font-display);
  font-weight: 400;
  line-height: 0.94;
  letter-spacing: 0.005em;
  text-transform: uppercase;
  margin: 0;
}

.container { max-width: var(--maxw); margin: 0 auto; padding-inline: var(--pad); }

/* ---- shared bits ---------------------------------------------------- */
.eyebrow {
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 0.78rem;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--accent);
  display: inline-flex;
  align-items: center;
  gap: 0.7em;
}
.eyebrow::before {
  content: "";
  width: 28px; height: 2px;
  background: var(--accent);
  display: inline-block;
}
.section-num {
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 0.72rem;
  letter-spacing: 0.3em;
  color: var(--text-mute);
}

/* ---- buttons -------------------------------------------------------- */
.btn {
  --btn-bg: var(--accent);
  --btn-fg: var(--accent-ink);
  display: inline-flex;
  align-items: center;
  gap: 0.7em;
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 0.95rem;
  letter-spacing: 0.02em;
  padding: 1.05em 1.8em;
  background: var(--btn-bg);
  color: var(--btn-fg);
  border: 1px solid var(--btn-bg);
  border-radius: 2px;
  cursor: pointer;
  transition: transform .25s cubic-bezier(.2,.7,.3,1), box-shadow .3s, background .2s;
  box-shadow: 0 0 0 0 var(--accent-glow);
  text-transform: uppercase;
}
.btn:hover { transform: translateY(-2px); box-shadow: 0 14px 40px -10px var(--accent-glow); }
.btn:active { transform: translateY(0); }
.btn .arrow { transition: transform .25s; }
.btn:hover .arrow { transform: translateX(4px); }
.btn--ghost {
  --btn-bg: transparent;
  --btn-fg: var(--text);
  border-color: var(--line);
  box-shadow: none;
}
.btn--ghost:hover { border-color: var(--text); box-shadow: none; }
.btn--lg { padding: 1.2em 2.2em; font-size: 1.05rem; }

/* =====================================================================
   NAV
   ===================================================================== */
.nav {
  position: fixed; inset: 0 0 auto 0; z-index: 80;
  display: flex; align-items: center; justify-content: space-between;
  padding: 18px var(--pad);
  transition: background .35s, border-color .35s, padding .35s;
  border-bottom: 1px solid transparent;
}
.nav.is-stuck {
  background: rgba(10,10,11,0.82);
  backdrop-filter: blur(14px) saturate(1.1);
  border-bottom-color: var(--line-soft);
  padding-block: 12px;
}
.brand { display: flex; align-items: center; gap: 12px; font-family: var(--font-display); font-size: 1.35rem; letter-spacing: .04em; }
.brand .mark {
  width: 38px; height: 38px; border-radius: 3px;
  background: var(--accent); color: var(--accent-ink);
  display: grid; place-items: center; font-size: 1.05rem; letter-spacing: 0;
}
.brand small { color: var(--text-dim); font-family: var(--font-body); font-weight: 600; font-size: .6rem; letter-spacing: .26em; display:block; line-height:1; margin-top:3px; text-transform: uppercase; }
.nav__links { display: flex; gap: 34px; align-items: center; }
.nav__links a { font-size: .82rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: var(--text-dim); transition: color .2s; }
.nav__links a:hover { color: var(--text); }
.nav__cta { display: flex; align-items: center; gap: 18px; }
.nav__menu-btn { display: none; }
@media (max-width: 900px) {
  .nav__links { display: none; }
  .nav__cta .btn { padding: .8em 1.2em; font-size: .82rem; }
}

/* =====================================================================
   HERO — scroll-scrubbed cinematic flex
   ===================================================================== */
.hero { position: relative; height: var(--hero-track); background: #000; }
.hero__sticky {
  position: sticky; top: 0;
  height: 100vh; width: 100%;
  overflow: hidden;
}
.hero__video {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center 28%;
  will-change: transform;
}
.hero__video--mobile { display: none; }
/* darkening + vignette so type reads */
.hero__scrim {
  position: absolute; inset: 0;
  background:
    linear-gradient(to top, rgba(10,10,11,0.96) 2%, rgba(10,10,11,0.30) 32%, rgba(10,10,11,0.12) 55%, rgba(10,10,11,0.55) 100%),
    radial-gradient(120% 80% at 50% 38%, transparent 40%, rgba(10,10,11,0.55) 100%);
  z-index: 2;
}
.hero__content {
  position: absolute; z-index: 3;
  left: 0; right: 0; bottom: clamp(36px, 7vh, 88px);
  padding-inline: var(--pad);
  max-width: var(--maxw); margin-inline: auto;
}
.hero__eyebrow { margin-bottom: 18px; }
.hero h1 {
  font-size: clamp(2.1rem, 5.6vw, 5.2rem);
  letter-spacing: -0.01em;
  line-height: 1.0;
  margin: 0;
  max-width: none;
  white-space: nowrap;
}
.hero h1 .flx {
  position: relative;
  color: var(--accent);
  display: inline-block;
}
/* underline that "draws" as he flexes */
.hero h1 .flx::after {
  content: "";
  position: absolute; left: 0; bottom: 0.06em; height: 0.085em;
  width: 100%; background: var(--accent);
  transform: scaleX(var(--flex-p, 0)); transform-origin: left;
}
.hero__sub {
  margin-top: 20px;
  font-size: clamp(0.98rem, 1.3vw, 1.2rem);
  color: var(--text);
  max-width: 44ch;
  line-height: 1.5;
}
.hero__actions { margin-top: 26px; display: flex; gap: 14px; flex-wrap: wrap; }

/* one-time entrance — base state is VISIBLE; animate in from hidden as enhancement.
   No fill-mode: if the animation clock never runs, elements rest at the visible base. */
.hero__eyebrow { animation: heroIn .9s cubic-bezier(.2,.7,.3,1); }
.hero h1 { animation: heroIn .9s cubic-bezier(.2,.7,.3,1) .08s; }
.hero__sub { animation: heroIn .9s cubic-bezier(.2,.7,.3,1) .22s; }
.hero__actions { animation: heroIn 1s cubic-bezier(.2,.7,.3,1) .34s; }
@keyframes heroIn { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: none; } }
@media (prefers-reduced-motion: reduce){ .hero__eyebrow,.hero h1,.hero__sub,.hero__actions{ animation:none; } }

/* scroll hint */
.hero__hint {
  position: absolute; z-index: 3; bottom: 26px; left: 50%; transform: translateX(-50%);
  display: flex; flex-direction: column; align-items: center; gap: 8px;
  font-size: .68rem; letter-spacing: .3em; text-transform: uppercase; color: var(--text-dim);
  transition: opacity .4s;
}
.hero__hint .bar { width: 1px; height: 38px; background: linear-gradient(var(--accent), transparent); animation: hintpulse 1.8s ease-in-out infinite; }
@keyframes hintpulse { 0%,100%{opacity:.3; transform:scaleY(.6);} 50%{opacity:1; transform:scaleY(1);} }

/* live progress rail on the right edge */
.hero__rail { position: absolute; z-index: 3; right: clamp(14px,3vw,40px); top: 50%; transform: translateY(-50%); height: 160px; width: 2px; background: var(--line); }
.hero__rail i { position:absolute; left:-1px; top:0; width:4px; background: var(--accent); height: calc(var(--flex-p,0) * 100%); box-shadow: 0 0 12px var(--accent-glow); }
@media (max-width: 900px){ .hero__rail{ display:none; } }

@media (max-width: 760px) {
  .hero__video--desktop { display: none; }
  .hero__video--mobile { display: block; object-position: center 20%; }
  .hero h1 { font-size: clamp(2.4rem, 11vw, 4rem); white-space: normal; }
}

/* =====================================================================
   GENERIC SECTION
   ===================================================================== */
.section { padding-block: clamp(80px, 12vh, 160px); position: relative; }
.section--alt { background: var(--bg-2); }
.section-head { display: flex; flex-direction: column; gap: 18px; margin-bottom: 56px; max-width: 60ch; }
.section-head h2 { font-size: clamp(2.4rem, 6vw, 5rem); }
.kicker-row { display:flex; align-items:center; gap: 20px; }

/* ---- Problem / Solution -------------------------------------------- */
.problem { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: clamp(40px, 6vw, 96px); align-items: center; }
.problem__media { position: relative; border-radius: 4px; overflow: hidden; aspect-ratio: 4/5; }
.problem__media img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(.15) contrast(1.05); }
.problem__media .tag {
  position: absolute; left: 18px; bottom: 18px; z-index: 2;
  font-size: .68rem; letter-spacing: .26em; text-transform: uppercase; color: var(--text);
  background: rgba(10,10,11,.6); border:1px solid var(--line); padding: 8px 12px; backdrop-filter: blur(6px);
}
.problem__lead { font-size: clamp(1.35rem, 2.4vw, 1.9rem); line-height: 1.4; color: var(--text); font-weight: 500; margin: 0 0 22px; text-wrap: pretty; }
.problem__lead b { color: var(--accent); font-weight: 700; }
.problem p { color: var(--text-dim); margin: 0 0 18px; max-width: 52ch; text-wrap: pretty; }
@media (max-width: 860px){ .problem{ grid-template-columns: 1fr; } .problem__media{ order:-1; aspect-ratio: 3/2; } }

/* ---- Benefits ------------------------------------------------------- */
.benefits-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; background: var(--line-soft); border: 1px solid var(--line-soft); }
.benefit { background: var(--bg); padding: clamp(28px,3vw,46px); display: flex; flex-direction: column; gap: 16px; transition: background .3s; position: relative; }
.section--alt .benefit { background: var(--bg-2); }
.benefit:hover { background: var(--surface); }
.benefit__n { font-family: var(--font-display); font-size: 3.4rem; color: var(--accent); line-height: 1; }
.benefit h3 { font-size: 1.7rem; }
.benefit p { color: var(--text-dim); margin: 0; font-size: 1rem; }
.benefit__feat { margin-top: auto; padding-top: 18px; border-top: 1px solid var(--line-soft); font-size: .82rem; letter-spacing: .04em; color: var(--text-mute); text-transform: uppercase; }
@media (max-width: 860px){ .benefits-grid{ grid-template-columns: 1fr; } }

/* ---- Testimonials --------------------------------------------------- */
.tst-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.tst {
  border: 1px solid var(--line); border-radius: 4px; padding: 32px;
  display: flex; flex-direction: column; gap: 20px; background: var(--surface);
  transition: border-color .3s, transform .3s;
}
.section--alt .tst { background: var(--bg); }
.tst:hover { border-color: var(--accent); transform: translateY(-4px); }
.stars { color: var(--accent); letter-spacing: 3px; font-size: 1rem; }
.tst blockquote { margin: 0; font-size: 1.12rem; line-height: 1.5; color: var(--text); }
.tst blockquote .hl { color: var(--accent); font-weight: 600; }
.tst__who { display: flex; align-items: center; gap: 14px; margin-top: auto; }
.tst__ava { width: 46px; height: 46px; border-radius: 50%; object-fit: cover; background: var(--surface-2); border:1px solid var(--line); }
.tst__name { font-weight: 700; font-size: .95rem; }
.tst__meta { color: var(--text-mute); font-size: .8rem; }
@media (max-width: 860px){ .tst-grid{ grid-template-columns: 1fr; } }

/* ---- Features ------------------------------------------------------- */
.features { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(36px,5vw,80px); align-items: start; }
.feat-list { display: grid; gap: 2px; }
.feat-item { display: flex; gap: 18px; align-items: flex-start; padding: 20px 0; border-bottom: 1px solid var(--line-soft); }
.feat-item:first-child { border-top: 1px solid var(--line-soft); }
.feat-check { flex: none; width: 26px; height: 26px; border-radius: 50%; background: var(--accent); color: var(--accent-ink); display: grid; place-items: center; margin-top: 2px; font-size: .8rem; font-weight: 800; }
.feat-item h4 { margin: 0 0 3px; font-family: var(--font-body); font-weight: 700; font-size: 1.05rem; }
.feat-item p { margin: 0; color: var(--text-dim); font-size: .92rem; }
.features__aside { position: sticky; top: 100px; }
.stat-card { border: 1px solid var(--line); border-radius: 4px; padding: 34px; background: var(--surface); }
.stat-card .row { display: flex; justify-content: space-between; align-items: baseline; padding: 16px 0; border-bottom: 1px solid var(--line-soft); }
.stat-card .row:last-child { border-bottom: 0; }
.stat-card .big { font-family: var(--font-display); font-size: 2.6rem; color: var(--text); line-height: 1; }
.stat-card .big .u { color: var(--accent); }
.stat-card .lbl { color: var(--text-dim); font-size: .9rem; text-align: right; max-width: 16ch; }
@media (max-width: 860px){ .features{ grid-template-columns: 1fr; } .features__aside{ position: static; } }

/* ---- FAQ ------------------------------------------------------------ */
.faq { max-width: 860px; margin-inline: auto; }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-q { width: 100%; background: none; border: 0; color: var(--text); text-align: left; cursor: pointer;
  display: flex; justify-content: space-between; align-items: center; gap: 24px;
  padding: 28px 0; font-family: var(--font-body); font-weight: 600; font-size: 1.22rem; }
.faq-q:hover { color: var(--accent); }
.faq-ic { flex: none; width: 30px; height: 30px; position: relative; }
.faq-ic::before, .faq-ic::after { content:""; position:absolute; background: var(--accent); transition: transform .3s, opacity .3s; }
.faq-ic::before { left: 4px; right: 4px; top: 14px; height: 2px; }
.faq-ic::after  { top: 4px; bottom: 4px; left: 14px; width: 2px; }
.faq-item.open .faq-ic::after { transform: scaleY(0); opacity: 0; }
.faq-a { overflow: hidden; max-height: 0; transition: max-height .4s ease; }
.faq-a p { margin: 0; padding: 0 0 28px; color: var(--text-dim); max-width: 64ch; }

/* ---- Final CTA ------------------------------------------------------ */
.finalcta { position: relative; overflow: hidden; }
.finalcta__bg { position: absolute; inset: 0; z-index: 0; }
.finalcta__bg img { width: 100%; height: 100%; object-fit: cover; object-position: center 30%; filter: grayscale(.2) brightness(.42) contrast(1.05); }
.finalcta__bg::after { content:""; position:absolute; inset:0; background: linear-gradient(to right, rgba(10,10,11,.92), rgba(10,10,11,.55)); }
.finalcta .container { position: relative; z-index: 1; padding-block: clamp(110px,18vh,220px); }
.finalcta h2 { font-size: clamp(3rem, 9vw, 8rem); max-width: 18ch; }
.finalcta p { color: var(--text-dim); font-size: 1.2rem; max-width: 48ch; margin: 24px 0 38px; }

/* ---- Footer --------------------------------------------------------- */
.footer { border-top: 1px solid var(--line); padding-block: 64px 40px; }
.footer__top { display: flex; justify-content: space-between; gap: 40px; flex-wrap: wrap; margin-bottom: 48px; }
.footer__cols { display: flex; gap: 64px; flex-wrap: wrap; }
.footer__col h5 { font-family: var(--font-body); text-transform: uppercase; letter-spacing: .2em; font-size: .72rem; color: var(--text-mute); margin: 0 0 16px; }
.footer__col a { display: block; color: var(--text-dim); padding: 5px 0; font-size: .95rem; transition: color .2s; }
.footer__col a:hover { color: var(--accent); }
.footer__bottom { display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; padding-top: 28px; border-top: 1px solid var(--line-soft); color: var(--text-mute); font-size: .82rem; }

/* ---- reveal on scroll ---------------------------------------------- */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .8s cubic-bezier(.2,.7,.3,1), transform .8s cubic-bezier(.2,.7,.3,1); }
.reveal.in { opacity: 1; transform: none; }
.reveal[data-d="1"]{ transition-delay:.08s; } .reveal[data-d="2"]{ transition-delay:.16s; } .reveal[data-d="3"]{ transition-delay:.24s; }
@media (prefers-reduced-motion: reduce){ .reveal{ opacity:1; transform:none; } }

/* marquee strip */
.strip { border-block: 1px solid var(--line); background: var(--accent); color: var(--accent-ink); overflow: hidden; }
.strip__track { display: flex; gap: 0; white-space: nowrap; animation: marquee 28s linear infinite; }
.strip span { font-family: var(--font-display); font-size: 1.5rem; letter-spacing: .04em; padding: 16px 0; display: inline-flex; align-items:center; }
.strip span::after { content: "✦"; margin: 0 32px; font-size: .9rem; opacity: .6; }
@keyframes marquee { to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce){ .strip__track{ animation: none; } }

/* =====================================================================
   ABOUT PAGE
   ===================================================================== */
.subnav-pad { height: 78px; }   /* clears the fixed nav on inner pages */

.about-hero { padding-top: clamp(40px, 7vh, 80px); }
.about-hero .grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: clamp(40px,6vw,90px); align-items: center; }
.about-hero h1 { font-size: clamp(2.6rem, 6.5vw, 6rem); line-height: 0.98; margin: 22px 0 0; max-width: 14ch; }
.about-hero .lead { font-size: clamp(1.1rem, 1.6vw, 1.4rem); color: var(--text); line-height: 1.5; margin: 28px 0 0; max-width: 46ch; }
.about-hero .lead b { color: var(--accent); }
.about-portrait { position: relative; border-radius: 4px; overflow: hidden; aspect-ratio: 4/5; }
.about-portrait img { width: 100%; height: 100%; object-fit: cover; object-position: center 22%; filter: contrast(1.05); }
.about-portrait .badge { position: absolute; left: 0; bottom: 0; background: var(--accent); color: var(--accent-ink); font-family: var(--font-display); font-size: 1.1rem; padding: 14px 22px; letter-spacing: .03em; }
@media (max-width: 860px){ .about-hero .grid{ grid-template-columns: 1fr; } .about-portrait{ order:-1; aspect-ratio: 3/2; } }

/* prose block */
.prose { max-width: 62ch; }
.prose p { color: var(--text-dim); margin: 0 0 22px; font-size: 1.08rem; text-wrap: pretty; }
.prose p.big { font-size: clamp(1.3rem,2.2vw,1.7rem); color: var(--text); line-height: 1.45; font-weight: 500; }
.prose p b { color: var(--text); font-weight: 600; }

/* two-column story with sticky heading */
.split { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: clamp(40px,6vw,90px); align-items: start; }
.split__head { position: sticky; top: 100px; }
.split__head h2 { font-size: clamp(2.2rem,4.5vw,3.6rem); }
@media (max-width: 860px){ .split{ grid-template-columns: 1fr; } .split__head{ position: static; } }

/* values */
.values { display: grid; grid-template-columns: repeat(2,1fr); gap: 1px; background: var(--line-soft); border: 1px solid var(--line-soft); }
.value { background: var(--bg); padding: clamp(28px,3vw,44px); }
.section--alt .value { background: var(--bg-2); }
.value .vn { font-family: var(--font-display); color: var(--accent); font-size: 1rem; letter-spacing: .2em; }
.value h3 { font-size: 1.5rem; margin: 14px 0 10px; }
.value p { color: var(--text-dim); margin: 0; font-size: 1rem; }
@media (max-width: 700px){ .values{ grid-template-columns: 1fr; } }

/* credibility band */
.creds { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--line-soft); border-block: 1px solid var(--line-soft); }
.cred { background: var(--bg); padding: clamp(28px,3vw,44px) clamp(20px,2vw,30px); text-align: center; }
.section--alt .cred { background: var(--bg-2); }
.cred .big { font-family: var(--font-display); font-size: clamp(2.4rem,4vw,3.4rem); color: var(--text); line-height: 1; }
.cred .big .u { color: var(--accent); }
.cred .lbl { color: var(--text-dim); font-size: .86rem; margin-top: 10px; letter-spacing: .02em; }
@media (max-width: 760px){ .creds{ grid-template-columns: repeat(2,1fr); } }

/* big pull quote */
.pullq { text-align: center; max-width: 22ch; margin-inline: auto; }
.pullq blockquote { font-family: var(--font-display); font-size: clamp(2rem,5vw,4.2rem); line-height: 1.02; margin: 0; text-transform: uppercase; }
.pullq blockquote .u { color: var(--accent); }
.pullq cite { display: block; margin-top: 30px; font-style: normal; color: var(--text-dim); font-size: .95rem; letter-spacing: .14em; text-transform: uppercase; }

/* location row */
.loc { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(36px,5vw,72px); align-items: center; }
.loc__map { border: 1px solid var(--line); border-radius: 4px; aspect-ratio: 16/10; background:
  repeating-linear-gradient(45deg, var(--surface) 0 14px, var(--bg-2) 14px 28px);
  display: grid; place-items: center; position: relative; }
.loc__pin { width: 18px; height: 18px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 8px var(--accent-glow); position: relative; }
.loc__map .ml { position:absolute; bottom: 14px; left: 14px; font-family: var(--font-body); font-size: .7rem; letter-spacing: .24em; text-transform: uppercase; color: var(--text-mute); }
@media (max-width: 760px){ .loc{ grid-template-columns: 1fr; } }


/* =====================================================================
   ABOUT — 4 DISTINCT STORY SECTIONS
   ===================================================================== */

/* ---- 01  STORY — editorial, ghost number + drop cap ---------------- */
.story__grid { display: grid; grid-template-columns: auto 1fr; gap: clamp(24px,5vw,80px); align-items: start; }
.story__num {
  font-family: var(--font-display); line-height: .8;
  font-size: clamp(7rem, 20vw, 20rem);
  color: transparent;
  -webkit-text-stroke: 1.5px var(--line);
  letter-spacing: -.02em; user-select: none;
  position: sticky; top: 110px;
}
.story__body { max-width: 64ch; padding-top: clamp(8px,2vw,28px); }
.story__h { font-size: clamp(2.4rem,5.5vw,4.6rem); margin: 14px 0 30px; }
.story .story__lead {
  font-size: clamp(1.4rem,2.6vw,2.05rem); line-height: 1.4; font-weight: 500;
  color: var(--text); margin: 0 0 30px;
  padding-left: 22px; border-left: 3px solid var(--accent);
}
.story__body p { color: var(--text-dim); font-size: 1.08rem; margin: 0 0 22px; text-wrap: pretty; }
.story__body p b { color: var(--text); font-weight: 600; }
.story__drop::first-letter {
  font-family: var(--font-display); float: left; color: var(--accent);
  font-size: 4.2rem; line-height: .72; padding: 6px 14px 0 0;
}
@media (max-width: 860px){
  .story__grid { grid-template-columns: 1fr; }
  .story__num { position: static; font-size: clamp(5rem,26vw,9rem); margin-bottom: -10px; }
}

/* ---- 02  COACH — profile + photo + credential chips --------------- */
.coach__grid { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: clamp(32px,5vw,72px); align-items: center; }
.coach__photo { position: relative; margin: 0; border-radius: 4px; overflow: hidden; aspect-ratio: 4/5; }
.coach__photo img { width: 100%; height: 108%; object-fit: cover; object-position: center 20%; filter: grayscale(.18) contrast(1.06); }
.coach__photo figcaption {
  position: absolute; left: 0; bottom: 0; z-index: 2;
  background: var(--accent); color: var(--accent-ink);
  font-family: var(--font-display); font-size: 1rem; letter-spacing: .03em;
  padding: 12px 20px; text-transform: uppercase;
}
.coach__h { font-size: clamp(2.2rem,4.6vw,3.6rem); margin: 16px 0 22px; max-width: 16ch; }
.coach .coach__lead { font-size: clamp(1.2rem,2vw,1.55rem); color: var(--text); line-height: 1.45; font-weight: 500; margin: 0 0 20px; }
.coach__body p { color: var(--text-dim); font-size: 1.05rem; margin: 0 0 18px; text-wrap: pretty; }
.coach__chips { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; padding-top: 26px; border-top: 1px solid var(--line-soft); }
.coach__chips .chip {
  font-family: var(--font-body); font-weight: 700; font-size: .74rem;
  letter-spacing: .14em; text-transform: uppercase; color: var(--text);
  padding: 10px 16px; border: 1px solid var(--line); border-radius: 999px;
  display: inline-flex; align-items: center; gap: 8px; transition: border-color .25s, color .25s;
}
.coach__chips .chip::before { content:""; width: 7px; height: 7px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 8px var(--accent-glow); }
.coach__chips .chip:hover { border-color: var(--accent); }
@media (max-width: 860px){ .coach__grid { grid-template-columns: 1fr; } .coach__photo { order:-1; aspect-ratio: 3/2; max-height: 460px; } }

/* ---- 03  WHAT'S BROKEN — teardown grid with X marks --------------- */
.broken__head { max-width: 64ch; margin-bottom: clamp(34px,4vw,54px); }
.broken__h { font-size: clamp(2.2rem,5vw,4rem); margin: 14px 0 22px; }
.broken__lead { font-size: clamp(1.3rem,2.4vw,1.85rem); line-height: 1.4; color: var(--text); font-weight: 500; margin: 0; max-width: 32ch; }
.broken__grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 18px; }
.broken__card {
  position: relative; background: var(--surface); border: 1px solid var(--line-soft);
  border-radius: 4px; padding: clamp(24px,2.6vw,36px);
  padding-left: clamp(58px,5vw,74px);
  transition: transform .35s cubic-bezier(.2,.7,.3,1), border-color .3s, opacity .3s;
  opacity: .82;
}
.section--alt .broken__card { background: var(--bg); }
.broken__card:hover { transform: translateY(-4px); border-color: var(--line); opacity: 1; }
.broken__x {
  position: absolute; left: clamp(20px,2vw,28px); top: clamp(24px,2.6vw,36px);
  width: 26px; height: 26px; border-radius: 50%;
  display: grid; place-items: center; font-size: .8rem; font-weight: 800;
  color: var(--accent); border: 1px solid rgba(255,90,31,.4);
}
.broken__card h4 { margin: 0 0 8px; font-family: var(--font-body); font-weight: 700; font-size: 1.15rem; color: var(--text); }
.broken__card p { margin: 0; color: var(--text-mute); font-size: .98rem; }
.broken__foot {
  margin: clamp(34px,4vw,52px) 0 0; max-width: 60ch;
  font-size: clamp(1.2rem,2.1vw,1.65rem); line-height: 1.45; color: var(--text); font-weight: 500;
}
.broken__foot b { color: var(--accent); }
@media (max-width: 700px){ .broken__grid { grid-template-columns: 1fr; } }

/* ---- 04  THE DIFFERENCE — bordered solution panel + checklist ----- */
.diff__panel {
  border: 1px solid var(--line); border-radius: 6px;
  background:
    radial-gradient(120% 90% at 100% 0%, rgba(255,90,31,.10), transparent 55%),
    var(--surface);
  padding: clamp(32px,4vw,64px);
  position: relative; overflow: hidden;
}
.diff__panel::before { content:""; position: absolute; left: 0; top: 0; bottom: 0; width: 4px; background: var(--accent); }
.diff__head { max-width: 56ch; margin-bottom: clamp(30px,3.4vw,48px); }
.diff__h { font-size: clamp(2.2rem,4.8vw,3.8rem); margin: 14px 0 20px; }
.diff__lead { font-size: clamp(1.25rem,2.2vw,1.7rem); line-height: 1.4; color: var(--text); font-weight: 500; margin: 0; }
.diff__list { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 2px; background: var(--line-soft); border: 1px solid var(--line-soft); border-radius: 4px; overflow: hidden; }
.diff__list li { display: flex; gap: 16px; align-items: flex-start; padding: clamp(22px,2.4vw,30px); background: var(--surface); }
.diff__ck {
  flex: none; width: 28px; height: 28px; border-radius: 50%;
  background: var(--accent); color: var(--accent-ink);
  display: grid; place-items: center; font-size: .85rem; font-weight: 800; margin-top: 2px;
}
.diff__list h4 { margin: 0 0 5px; font-family: var(--font-body); font-weight: 700; font-size: 1.08rem; color: var(--text); }
.diff__list p { margin: 0; color: var(--text-dim); font-size: .96rem; }
.diff__foot { margin: clamp(28px,3vw,40px) 0 0; font-size: clamp(1.15rem,2vw,1.5rem); line-height: 1.45; color: var(--text); font-weight: 500; max-width: 60ch; }
.diff__foot b { color: var(--accent); }
@media (max-width: 760px){ .diff__list { grid-template-columns: 1fr; } }

/* =====================================================================
   SCROLL PROGRESS BAR
   ===================================================================== */
.scroll-progress {
  position: fixed; top: 0; left: 0; z-index: 200;
  height: 2px; width: 0%; background: var(--accent);
  box-shadow: 0 0 10px var(--accent-glow);
  pointer-events: none; will-change: width;
}

/* =====================================================================
   STRIP — all caps
   ===================================================================== */
.strip span { text-transform: uppercase; }

/* =====================================================================
   FILM GRAIN overlay on hero
   ===================================================================== */
.hero__grain {
  position: absolute; inset: 0; z-index: 4; pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='1'/%3E%3C/svg%3E");
  opacity: 0.04; mix-blend-mode: overlay;
  animation: grain-anim 0.45s steps(1) infinite;
}
@keyframes grain-anim {
  0%   { background-position:   0px   0px; }
  20%  { background-position: -60px -90px; }
  40%  { background-position:  90px -40px; }
  60%  { background-position:  40px  90px; }
  80%  { background-position: -90px  50px; }
  100% { background-position:   0px   0px; }
}
@media (prefers-reduced-motion: reduce) { .hero__grain { animation: none; } }

/* =====================================================================
   REVEAL — add subtle scale for premium feel
   (overrides base transform in existing .reveal rule)
   ===================================================================== */
.reveal { transform: translateY(28px) scale(0.98); }

/* =====================================================================
   ENHANCED CARD HOVER
   ===================================================================== */
.benefit {
  transition: background .3s, transform .4s cubic-bezier(.2,.7,.3,1), box-shadow .4s;
}
.benefit:hover {
  transform: translateY(-8px);
  box-shadow: 0 24px 60px -18px rgba(255,90,31,.22);
}
.value { transition: background .3s, transform .35s cubic-bezier(.2,.7,.3,1); }
.value:hover { transform: translateY(-4px); background: var(--surface); }
.section--alt .value:hover { background: var(--surface-2); }

/* =====================================================================
   CTA BUTTON GLOW PULSE
   ===================================================================== */
.finalcta .btn--lg { animation: ctapulse 3.5s ease-in-out 2s infinite; }
.finalcta .btn--lg:hover { animation: none; }
@keyframes ctapulse {
  0%, 60%, 100% { box-shadow: 0 0 0 0 rgba(255,90,31,0); }
  30% { box-shadow: 0 0 22px 8px rgba(255,90,31,.38); }
}

/* =====================================================================
   PARALLAX ELEMENTS
   ===================================================================== */
[data-parallax] { will-change: transform; }

/* =====================================================================
   MOBILE NAV HAMBURGER + DRAWER
   ===================================================================== */
.nav__menu-btn {
  display: none;
  flex-direction: column; justify-content: center; align-items: center;
  gap: 6px; width: 44px; height: 44px;
  background: none; border: none; cursor: pointer; padding: 0;
  -webkit-tap-highlight-color: transparent;
}
.nav__menu-btn span {
  display: block; width: 22px; height: 2px;
  background: var(--text); border-radius: 2px;
  transition: transform .35s cubic-bezier(.2,.7,.3,1), opacity .25s;
  transform-origin: center;
}
.nav__menu-btn.open span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.nav__menu-btn.open span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.nav__menu-btn.open span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

.nav__drawer {
  position: fixed; inset: 0; z-index: 70;
  background: rgba(10,10,11,.97); backdrop-filter: blur(20px);
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 0; padding: 80px 32px 48px;
  transform: translateY(-100%);
  transition: transform .5s cubic-bezier(.2,.7,.3,1);
  pointer-events: none; visibility: hidden;
}
.nav__drawer.open { transform: none; pointer-events: all; visibility: visible; }
.nav__drawer a {
  font-family: var(--font-display); font-size: clamp(1.8rem,7vw,2.8rem);
  letter-spacing: .04em; text-transform: uppercase; color: var(--text);
  padding: 16px 0; width: 100%; text-align: center;
  border-bottom: 1px solid var(--line-soft);
  opacity: 0; transform: translateY(18px);
  transition: color .2s, opacity .45s cubic-bezier(.2,.7,.3,1), transform .45s cubic-bezier(.2,.7,.3,1);
  display: block;
}
.nav__drawer.open a { opacity: 1; transform: none; }
.nav__drawer.open a:nth-child(1) { transition-delay: .06s; }
.nav__drawer.open a:nth-child(2) { transition-delay: .12s; }
.nav__drawer.open a:nth-child(3) { transition-delay: .18s; }
.nav__drawer.open a:nth-child(4) { transition-delay: .24s; }
.nav__drawer.open a:nth-child(5) { transition-delay: .30s; }
.nav__drawer a:hover { color: var(--accent); }
.nav__drawer .drawer-cta {
  margin-top: 32px; border-bottom: none;
  width: 100%; text-align: center;
  font-family: var(--font-body); font-weight: 700; font-size: 1rem;
  letter-spacing: .04em; padding: 1.15em 2em;
  background: var(--accent); color: var(--accent-ink);
  border: 1px solid var(--accent); border-radius: 2px;
  text-transform: uppercase; cursor: pointer;
  opacity: 0; transform: translateY(18px);
  transition: background .2s, color .2s, transform .45s cubic-bezier(.2,.7,.3,1), opacity .45s cubic-bezier(.2,.7,.3,1);
}
.nav__drawer.open .drawer-cta { opacity: 1; transform: none; transition-delay: .36s; }
.nav__drawer .drawer-cta:hover { background: #ff7340; }

@media (max-width: 900px) {
  .nav__links { display: none; }
  .nav__cta .btn { padding: .65em 1em; font-size: .78rem; }
  .nav__menu-btn { display: flex; }
}
@media (max-width: 440px) {
  .nav__cta .btn { display: none; }
}

/* =====================================================================
   SWIPE HINT (testimonials, mobile)
   ===================================================================== */
.swipe-hint {
  display: none; align-items: center; gap: 8px;
  font-size: .7rem; letter-spacing: .22em; text-transform: uppercase;
  color: var(--text-mute); margin-top: 12px; padding-inline: 4px;
}
.swipe-hint::after {
  content: "→"; display: inline-block;
  animation: swipearrow 1.6s ease-in-out infinite;
}
@keyframes swipearrow { 0%,100%{ transform:translateX(0); } 50%{ transform:translateX(7px); } }

/* =====================================================================
   MOBILE UX IMPROVEMENTS
   ===================================================================== */
@media (max-width: 760px) {
  /* hero — shorter track, better layout */
  .hero { --hero-track: 220vh; }
  .hero__content { bottom: clamp(20px,5vh,56px); }
  /* hide the scroll hint on mobile — the full-width CTA sits at the bottom
     and there isn't room for both without overlap */
  .hero__hint { display: none; }
  .hero__sub { font-size: .98rem; max-width: 100%; margin-top: 14px; }
  .hero__actions { flex-direction: column; gap: 10px; align-items: stretch; }
  .hero__actions .btn { width: 100%; justify-content: center; white-space: nowrap; }
  .hero__actions .btn--lg { padding: 1.1em 1.2em; font-size: .98rem; }

  /* section spacing */
  .section { padding-block: clamp(52px,9vh,100px); }
  .section-head { margin-bottom: 32px; gap: 10px; }
  .section-head h2 { font-size: clamp(2rem,8vw,3rem); }

  /* testimonials — horizontal scroll carousel */
  .tst-grid {
    display: flex; overflow-x: auto; scroll-snap-type: x mandatory;
    gap: 14px; padding-bottom: 12px;
    margin-inline: calc(-1 * var(--pad));
    padding-inline: var(--pad);
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .tst-grid::-webkit-scrollbar { display: none; }
  .tst { flex: 0 0 calc(100vw - 2 * var(--pad) - 28px); scroll-snap-align: start; }
  .swipe-hint { display: flex; }

  /* final cta */
  .finalcta .container { padding-block: clamp(80px,14vh,160px); }
  .finalcta h2 { font-size: clamp(2.6rem,9.5vw,5rem); }

  /* about */
  .about-hero h1 { font-size: clamp(2.1rem,8.5vw,3.6rem); }
  .split { gap: clamp(24px,5vw,48px); }
  .pullq { max-width: 32ch; }
  .pullq blockquote { font-size: clamp(1.6rem,6.5vw,2.6rem); }

  /* footer */
  .footer__top { flex-direction: column; gap: 32px; }
  .footer__cols { flex-direction: column; gap: 20px; }
  .footer__bottom { flex-direction: column; gap: 6px; }
}

@media (max-width: 480px) {
  :root { --pad: 20px; }
  .hero h1 { font-size: clamp(2rem,9.5vw,3rem); }
  .strip span { font-size: 1.15rem; }
  .creds { grid-template-columns: repeat(2,1fr); }
  .benefits-grid { grid-template-columns: 1fr; }
}

/* disable hover transforms on touch devices */
@media (hover: none) {
  .benefit:hover { transform: none; box-shadow: none; }
  .value:hover { transform: none; background: inherit !important; }
  .tst:hover { transform: none; }
  .btn:hover { transform: none; box-shadow: none; }
  .finalcta .btn--lg { animation: none; }
}
