:root {
  --ink: #090907;
  --ink-2: #11100d;
  --panel: #171510;
  --panel-soft: #1d1a14;
  --gold: #c69d57;
  --gold-bright: #e8c47f;
  --gold-pale: #f2dfb7;
  --cream: #f8f4ec;
  --paper: #fffdf8;
  --muted: #a9a398;
  --line: rgba(231, 197, 130, .22);
  --radius: 28px;
  --shadow: 0 28px 80px rgba(0, 0, 0, .42);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--ink); color: var(--cream); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
button, input { font: inherit; }
svg { fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: 128px 0; position: relative; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 999; padding: 12px 18px; background: var(--gold-bright); color: var(--ink); border-radius: 8px; }
.skip-link:focus { top: 16px; }

h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; letter-spacing: -.045em; line-height: .98; font-weight: 500; }
h1 { font-size: clamp(3.4rem, 6vw, 6.5rem); margin-bottom: 28px; }
h2 { font-size: clamp(2.8rem, 5vw, 5.1rem); margin-bottom: 28px; }
h1 em, h2 em { color: var(--gold-bright); font-style: italic; font-weight: 400; }
h3 { font-size: 1.35rem; letter-spacing: -.025em; }
p { color: var(--muted); line-height: 1.72; }

.eyebrow { display: flex; align-items: center; gap: 12px; margin-bottom: 22px; color: var(--gold-bright); font-size: .78rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow span { display: block; width: 34px; height: 1px; background: currentColor; }
.section-heading { max-width: 820px; margin-bottom: 68px; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.section-heading.centered .eyebrow { justify-content: center; }
.section-heading.split { max-width: none; display: grid; grid-template-columns: 1.25fr .75fr; align-items: end; gap: 70px; }
.section-heading.split p:last-child { margin-bottom: 36px; font-size: 1.05rem; }
.section-heading.narrow { max-width: 720px; }
.section-heading > p:last-child { font-size: 1.05rem; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 56px; padding: 0 24px; border: 1px solid transparent; border-radius: 999px; font-weight: 800; transition: transform .25s ease, box-shadow .25s ease, background .25s ease, color .25s ease; cursor: pointer; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, a:focus-visible, button:focus-visible { outline: 3px solid rgba(232, 196, 127, .8); outline-offset: 4px; }
.button svg { width: 20px; height: 20px; }
.button-primary { color: #151108; background: linear-gradient(105deg, var(--gold-bright), #b88b43); box-shadow: 0 15px 36px rgba(198, 157, 87, .26); }
.button-primary:hover { box-shadow: 0 20px 48px rgba(198, 157, 87, .36); }
.button-ghost { border-color: rgba(255, 255, 255, .18); background: rgba(255, 255, 255, .04); backdrop-filter: blur(12px); }
.button-ghost:hover { background: rgba(255, 255, 255, .1); }
.button-small { min-height: 44px; padding: 0 19px; color: var(--ink); background: var(--gold-bright); font-size: .86rem; }
.button-light { color: var(--ink); background: var(--paper); }
.button-large { min-height: 66px; padding-inline: 32px; font-size: 1.03rem; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; padding: 14px 0; border-bottom: 1px solid rgba(232,196,127,.12); background: rgba(9,9,7,.56); backdrop-filter: blur(18px); transition: background .3s, border-color .3s, padding .3s; }
.site-header.is-scrolled { padding: 9px 0; background: rgba(9, 9, 7, .86); border-color: var(--line); backdrop-filter: blur(20px); }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: flex; align-items: center; gap: 11px; min-width: max-content; }
.brand img { width: 52px; height: 52px; border-radius: 50%; object-fit: cover; border: 1px solid rgba(232, 196, 127, .35); }
.brand span { display: grid; line-height: .95; }
.brand b { font-size: .62rem; letter-spacing: .18em; }
.brand strong { margin-top: 5px; font-family: Georgia, serif; font-size: .95rem; letter-spacing: .06em; }
.main-nav { display: flex; align-items: center; gap: 27px; }
.main-nav > a:not(.button) { position: relative; color: #d8d3c9; font-size: .85rem; font-weight: 700; }
.main-nav > a:not(.button)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 1px; background: var(--gold-bright); transition: right .25s; }
.main-nav > a:not(.button):hover::after { right: 0; }
.menu-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 50%; background: rgba(255,255,255,.04); }
.menu-toggle > span:not(.sr-only) { display: block; width: 18px; height: 1px; margin: 4px auto; background: var(--cream); }

.hero { min-height: 900px; padding: 138px 0 44px; position: relative; overflow: hidden; isolation: isolate; }
.hero::before { content: ""; position: absolute; inset: 0; z-index: -1; background: radial-gradient(circle at 74% 40%, rgba(198,157,87,.16), transparent 29%), linear-gradient(90deg, rgba(9,9,7,.98) 0%, rgba(9,9,7,.86) 48%, rgba(9,9,7,.54) 100%); }
.hero-bg { position: absolute; inset: 0; z-index: -2; background: url("assets/lion-gold-bg.webp") center/cover no-repeat; opacity: .38; filter: saturate(.8); }
.hero-grid { display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; gap: 26px; min-height: 635px; }
.hero-copy { position: relative; z-index: 4; }
.hero-lead { max-width: 680px; margin-bottom: 34px; color: #d4cec2; font-size: 1.15rem; line-height: 1.68; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.reassurance { display: flex; flex-wrap: wrap; gap: 18px; margin: 24px 0 0; padding: 0; list-style: none; color: #b9b2a6; font-size: .8rem; }
.reassurance li { display: flex; align-items: center; gap: 7px; }
.reassurance svg { width: 15px; height: 15px; color: var(--gold-bright); }

.hero-visual { min-height: 690px; position: relative; margin-right: -40px; }
.coach-cutout { position: absolute; z-index: 2; width: 520px; right: 0; bottom: -90px; filter: drop-shadow(0 30px 45px rgba(0,0,0,.52)); }
.gold-orbit { position: absolute; border: 1px solid rgba(232, 196, 127, .25); border-radius: 50%; box-shadow: inset 0 0 80px rgba(198,157,87,.08), 0 0 80px rgba(198,157,87,.08); }
.orbit-one { width: 520px; aspect-ratio: 1; right: -40px; top: 68px; }
.orbit-two { width: 410px; aspect-ratio: 1; right: 15px; top: 122px; border-style: dashed; animation: orbit 30s linear infinite; }
@keyframes orbit { to { transform: rotate(360deg); } }
.phone { position: relative; padding: 8px; overflow: hidden; background: #080806; border: 1px solid rgba(255,255,255,.16); border-radius: 30px; box-shadow: var(--shadow), inset 0 0 0 2px rgba(255,255,255,.04); }
.phone img { width: 100%; border-radius: 23px; }
.phone-speaker { position: absolute; z-index: 3; width: 36%; height: 17px; left: 32%; top: 7px; border-radius: 0 0 12px 12px; background: #070706; }
.phone-front { position: absolute; z-index: 3; width: 245px; left: -15px; bottom: 40px; transform: rotate(-5deg); }
.phone-back { position: absolute; z-index: 1; width: 205px; right: -8px; top: 55px; transform: rotate(7deg); opacity: .85; }
.floating-proof { position: absolute; z-index: 5; display: grid; min-width: 160px; padding: 14px 18px; border: 1px solid var(--line); border-radius: 18px; background: rgba(20,18,14,.82); box-shadow: 0 18px 45px rgba(0,0,0,.35); backdrop-filter: blur(16px); }
.floating-proof b { color: var(--gold-bright); font-family: Georgia, serif; font-size: 1.2rem; }
.floating-proof span { margin-top: 3px; color: #bbb4a8; font-size: .72rem; }
.proof-app { left: -65px; top: 70px; }
.proof-coach { right: 20px; bottom: 58px; }
.trust-row { display: grid; grid-template-columns: repeat(4, 1fr); position: relative; z-index: 4; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.trust-row > div { min-height: 92px; display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 7px; padding: 18px; border-right: 1px solid var(--line); text-align: center; }
.trust-row > div:last-child { border-right: 0; }
.trust-row strong { font-family: Georgia, serif; font-size: 1.25rem; }
.trust-row small { width: 100%; color: #918a7e; font-size: .72rem; }
.stars { color: var(--gold-bright); font-size: .72rem; letter-spacing: .08em; }

.problem { background: var(--paper); color: var(--ink); }
.problem p { color: #625d54; }
.problem .eyebrow { color: #9e783b; }
.problem h2 em { color: #a17b3e; }
.pain-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.pain-card { min-height: 320px; position: relative; padding: 34px; overflow: hidden; border: 1px solid #e8dfcf; border-radius: var(--radius); background: #fff; transition: transform .3s, box-shadow .3s; }
.pain-card:hover { transform: translateY(-7px); box-shadow: 0 24px 60px rgba(54, 40, 18, .12); }
.card-number { position: absolute; right: 22px; top: 13px; color: #f0eadf; font-family: Georgia, serif; font-size: 5rem; }
.icon-box { width: 56px; height: 56px; display: grid; place-items: center; position: relative; z-index: 1; margin-bottom: 50px; border-radius: 17px; color: #9a7438; background: #f5eee2; }
.icon-box svg { width: 25px; height: 25px; }
.pain-card h3 { position: relative; z-index: 1; margin-bottom: 12px; }
.pain-card p { position: relative; z-index: 1; margin-bottom: 0; }

.product { background: var(--ink); }
.bento-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.bento-card { min-height: 500px; position: relative; overflow: hidden; padding: 38px; border: 1px solid var(--line); border-radius: 32px; background: linear-gradient(150deg, #1b1813, #100f0c); }
.bento-card::before { content: ""; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(circle at 100% 0%, rgba(198,157,87,.14), transparent 37%); }
.bento-wide { grid-column: span 2; min-height: 590px; display: grid; grid-template-columns: 1fr .8fr; align-items: center; }
.bento-copy { position: relative; z-index: 3; max-width: 560px; }
.feature-kicker { display: inline-block; margin-bottom: 18px; color: var(--gold-bright); font-size: .72rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.bento-copy h3 { max-width: 510px; margin-bottom: 18px; font-family: Georgia, serif; font-size: clamp(2rem, 3.2vw, 3.4rem); line-height: 1; font-weight: 500; }
.bento-copy p { max-width: 510px; }
.bento-copy ul { display: grid; gap: 11px; padding: 0; list-style: none; color: #cbc4b7; }
.bento-copy li::before { content: "✓"; margin-right: 10px; color: var(--gold-bright); }
.bento-phone { width: 275px; position: absolute; right: 100px; top: 70px; transform: rotate(4deg); box-shadow: 0 40px 90px rgba(0,0,0,.6); }
.bento-program::after { content: ""; position: absolute; right: -80px; top: 90px; width: 470px; aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle, rgba(198,157,87,.28), transparent 68%); }
.bento-workout { background: linear-gradient(155deg, #f4eee2, #d7bd8c); color: var(--ink); }
.bento-workout p { color: #554b3c; }
.bento-workout .feature-kicker { color: #795b29; }
.cropped-screen { position: absolute; width: 57%; right: 23px; bottom: -250px; overflow: hidden; border: 7px solid #111; border-radius: 32px; box-shadow: 0 30px 70px rgba(72,48,14,.25); transform: rotate(2deg); }
.bento-nutrition { min-height: 370px; background: linear-gradient(145deg, #21180f, #0c0b09); }
.bento-nutrition::after { content: ""; position: absolute; right: -40px; bottom: -90px; width: 300px; aspect-ratio: 1; border: 1px solid rgba(232,196,127,.2); border-radius: 50%; }
.macro-chips { display: flex; flex-wrap: wrap; gap: 8px; position: absolute; left: 38px; bottom: 35px; }
.macro-chips span { min-width: 96px; padding: 15px; border: 1px solid var(--line); border-radius: 17px; color: var(--gold-bright); font-family: Georgia, serif; font-size: 1.25rem; text-align: center; }
.macro-chips small { display: block; margin-top: 3px; color: #9d9588; font-family: Inter, sans-serif; font-size: .62rem; text-transform: uppercase; }
.bento-progress { grid-column: span 2; min-height: 370px; background: #f8f4ed; color: var(--ink); }
.bento-progress p { color: #645d52; }
.bento-progress .feature-kicker { color: #8d672e; }
.chart { height: 115px; position: absolute; left: 35px; right: 35px; bottom: 28px; overflow: hidden; border-bottom: 1px solid #d9ccb7; }
.chart i { position: absolute; top: 0; bottom: 0; width: 1px; background: #e4dacb; }
.chart i:nth-child(1) { left: 0; }.chart i:nth-child(2) { left: 20%; }.chart i:nth-child(3) { left: 40%; }.chart i:nth-child(4) { left: 60%; }.chart i:nth-child(5) { left: 80%; }.chart i:nth-child(6) { right: 0; }
.chart svg { position: absolute; inset: 0; width: 100%; height: 100%; }
.chart path { fill: none; stroke: #ae8243; stroke-width: 4; vector-effect: non-scaling-stroke; }

.showcase { overflow: hidden; background: #0d0c0a; }
.screens-rail { display: flex; gap: 24px; width: max-content; padding: 15px calc((100vw - min(1180px, calc(100vw - 40px))) / 2) 40px; cursor: grab; outline: 0; animation: drift 42s linear infinite; }
.screens-rail:hover, .screens-rail:focus-within { animation-play-state: paused; }
@keyframes drift { 0%, 8% { transform: translateX(0); } 92%, 100% { transform: translateX(calc(-100% + 100vw)); } }
.screen-card { width: 278px; margin: 0; flex: 0 0 auto; }
.screen-card .phone { transition: transform .35s; }
.screen-card:hover .phone { transform: translateY(-9px); }
.screen-card figcaption { display: grid; gap: 5px; padding: 19px 8px 0; }
.screen-card figcaption b { font-family: Georgia, serif; font-size: 1.25rem; }
.screen-card figcaption span { color: #8f887d; font-size: .82rem; }

.method { background: var(--paper); color: var(--ink); }
.method p { color: #645e55; }
.method .eyebrow { color: #966f33; }
.method h2 em { color: #9c7437; }
.method-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; align-items: start; }
.method-copy { position: sticky; top: 130px; }
.method-copy > p:not(.eyebrow) { margin-bottom: 30px; }
.steps { margin: 0; padding: 0; list-style: none; counter-reset: none; }
.steps li { display: grid; grid-template-columns: 90px 1fr; gap: 28px; padding: 42px 0; border-top: 1px solid #ddd3c4; }
.steps li:last-child { border-bottom: 1px solid #ddd3c4; }
.steps > li > span { color: #a27a3b; font-family: Georgia, serif; font-size: 2.2rem; font-style: italic; }
.steps h3 { margin: 4px 0 9px; font-family: Georgia, serif; font-size: 2rem; }
.steps p { max-width: 530px; margin-bottom: 0; }

.coach { overflow: hidden; background: linear-gradient(130deg, #13110d, #080806); }
.coach-grid { display: grid; grid-template-columns: .88fr 1.12fr; align-items: center; gap: 90px; }
.coach-portrait { min-height: 670px; position: relative; border: 1px solid var(--line); border-radius: 180px 180px 35px 35px; background: linear-gradient(180deg, #2a2115, #100f0c); }
.coach-portrait img { width: 520px; position: absolute; left: 50%; bottom: 0; transform: translateX(-50%); filter: drop-shadow(0 30px 60px rgba(0,0,0,.5)); }
.portrait-glow { position: absolute; inset: 16% 10% 8%; border-radius: 50%; background: radial-gradient(circle, rgba(198,157,87,.35), transparent 68%); filter: blur(12px); }
.signature-card { position: absolute; right: -25px; bottom: 35px; z-index: 3; display: grid; padding: 17px 22px; border: 1px solid var(--line); border-radius: 18px; background: rgba(15,13,10,.88); backdrop-filter: blur(15px); }
.signature-card strong { color: var(--gold-bright); font-family: Georgia, serif; font-size: 1.4rem; font-style: italic; }
.signature-card span { color: #aaa297; font-size: .73rem; }
.coach-copy blockquote { margin: 0 0 26px; padding-left: 24px; border-left: 2px solid var(--gold); color: #e9e2d6; font-family: Georgia, serif; font-size: 1.35rem; font-style: italic; line-height: 1.6; }
.credentials { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 34px; }
.credentials span { display: grid; min-height: 95px; place-content: center; padding: 14px; border: 1px solid var(--line); border-radius: 17px; color: #8f887d; font-size: .72rem; text-align: center; }
.credentials b { margin-bottom: 4px; color: var(--gold-bright); font-family: Georgia, serif; font-size: 1.15rem; }

.availability { background: #0b0a08; padding-top: 0; }
.availability-card { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 70px; padding: 64px; overflow: hidden; border-radius: 34px; color: var(--ink); background: linear-gradient(120deg, #e7c681, #a97d3c); box-shadow: 0 35px 90px rgba(0,0,0,.38); }
.availability-card .eyebrow, .availability-card h2 em { color: #594016; }
.availability-card .eyebrow span { background: #594016; }
.availability-card h2 { max-width: 820px; font-size: clamp(2.4rem, 4vw, 4.4rem); }
.availability-card p { max-width: 740px; color: #4b391f; }
.platforms { display: flex; flex-wrap: wrap; gap: 8px; }
.platforms span { padding: 8px 13px; border: 1px solid rgba(30,20,8,.26); border-radius: 999px; font-size: .74rem; font-weight: 800; }
.platforms .coming { opacity: .62; }

.faq { background: var(--paper); color: var(--ink); }
.faq .eyebrow, .faq h2 em { color: #956d31; }
.faq-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 90px; }
.faq-item { border-top: 1px solid #ddd3c4; }
.faq-item:last-child { border-bottom: 1px solid #ddd3c4; }
.faq-item button { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 28px 0; border: 0; color: var(--ink); background: transparent; font-weight: 800; text-align: left; cursor: pointer; }
.faq-item button i { width: 22px; height: 22px; position: relative; flex: 0 0 auto; }
.faq-item button i::before, .faq-item button i::after { content: ""; position: absolute; left: 3px; right: 3px; top: 10px; height: 1px; background: #906a31; transition: transform .25s; }
.faq-item button i::after { transform: rotate(90deg); }
.faq-item button[aria-expanded="true"] i::after { transform: rotate(0); }
.faq-answer { padding: 0 40px 26px 0; }
.faq-answer p { color: #655f55; }

.final-cta { min-height: 720px; display: grid; place-items: center; position: relative; overflow: hidden; padding: 110px 0; text-align: center; isolation: isolate; }
.final-bg { position: absolute; inset: 0; z-index: -2; background: url("assets/lion-gold-bg.webp") center/cover no-repeat; opacity: .42; }
.final-cta::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(rgba(6,6,5,.72), rgba(6,6,5,.9)), radial-gradient(circle at center, transparent, #070705 68%); }
.final-content { display: grid; justify-items: center; }
.final-content > img { width: 94px; height: 94px; margin-bottom: 26px; border: 1px solid var(--line); border-radius: 50%; object-fit: cover; }
.final-content .eyebrow { justify-content: center; }
.final-content p:not(.eyebrow) { max-width: 660px; margin-bottom: 34px; font-size: 1.05rem; }
.final-content small { margin-top: 18px; color: #91897d; }

.site-footer { padding: 70px 0 34px; border-top: 1px solid var(--line); background: #070706; }
.footer-top { display: grid; grid-template-columns: .9fr 1fr 1.4fr; align-items: start; gap: 50px; padding-bottom: 50px; }
.footer-top p { margin: 10px 0 0; font-size: .88rem; }
.footer-links { display: flex; justify-content: flex-end; flex-wrap: wrap; gap: 22px; color: #b9b1a5; font-size: .82rem; font-weight: 700; }
.footer-links a:hover, .footer-bottom a:hover { color: var(--gold-bright); }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.08); color: #787269; font-size: .72rem; }
.footer-bottom div { display: flex; flex-wrap: wrap; gap: 20px; }

.mobile-cta { display: none; }
.reveal { opacity: 1; transform: none; }

@media (max-width: 1080px) {
  .main-nav { gap: 18px; }
  .hero-grid { grid-template-columns: 1fr .82fr; }
  .coach-cutout { right: -120px; }
  .phone-front { left: -40px; }
  .proof-app { left: -40px; }
  .bento-phone { right: 50px; }
  .coach-grid { gap: 50px; }
}

@media (max-width: 900px) {
  .section { padding: 94px 0; }
  .menu-toggle { display: block; }
  .main-nav { display: none; position: absolute; left: 20px; right: 20px; top: 76px; flex-direction: column; align-items: stretch; padding: 24px; border: 1px solid var(--line); border-radius: 22px; background: rgba(10,9,7,.97); box-shadow: var(--shadow); }
  .main-nav.is-open { display: flex; }
  .main-nav a { padding: 8px 4px; }
  .main-nav .button { margin-top: 4px; }
  .hero { min-height: 0; padding-top: 135px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 760px; }
  .hero-visual { min-height: 690px; margin: 0; }
  .coach-cutout { width: 480px; right: 50px; }
  .phone-front { left: 6%; }
  .phone-back { right: 5%; }
  .trust-row { grid-template-columns: repeat(2, 1fr); }
  .trust-row > div:nth-child(2) { border-right: 0; }
  .trust-row > div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .section-heading.split { grid-template-columns: 1fr; gap: 10px; }
  .section-heading.split p:last-child { margin-bottom: 0; }
  .pain-grid { grid-template-columns: 1fr; }
  .pain-card { min-height: 250px; }
  .bento-wide { grid-template-columns: 1fr; }
  .bento-phone { right: 20px; opacity: .72; }
  .method-grid, .coach-grid, .faq-grid { grid-template-columns: 1fr; gap: 65px; }
  .method-copy { position: static; }
  .coach-portrait { width: min(560px, 100%); margin-inline: auto; }
  .availability-card { grid-template-columns: 1fr; gap: 30px; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .footer-links { grid-column: span 2; justify-content: flex-start; }
}

@media (max-width: 640px) {
  .container { width: min(100% - 28px, 1180px); }
  .section { padding: 78px 0; }
  h1 { font-size: clamp(3rem, 15vw, 4.6rem); }
  h2 { font-size: clamp(2.55rem, 12vw, 3.8rem); }
  .brand img { width: 44px; height: 44px; }
  .brand b { font-size: .56rem; }
  .brand strong { font-size: .82rem; }
  .hero { padding: 118px 0 24px; }
  .hero::before { background: linear-gradient(rgba(9,9,7,.92), rgba(9,9,7,.65) 55%, #090907 93%); }
  .hero-copy { text-align: center; }
  .hero-copy .eyebrow, .reassurance { justify-content: center; }
  .hero-actions { display: grid; }
  .hero-actions .button { width: 100%; }
  .reassurance { gap: 10px 14px; }
  .hero-visual { min-height: 560px; margin-top: 15px; }
  .coach-cutout { width: 390px; right: -50px; bottom: -30px; opacity: .82; }
  .phone-front { width: 205px; left: -5px; bottom: 35px; }
  .phone-back { width: 160px; right: -10px; top: 60px; }
  .orbit-one { width: 360px; right: -80px; }
  .orbit-two { width: 290px; right: -45px; }
  .floating-proof { min-width: 133px; padding: 11px 13px; }
  .proof-app { left: 3px; top: 12px; }
  .proof-coach { right: 0; bottom: 18px; }
  .trust-row { width: 100%; }
  .trust-row > div { min-height: 82px; padding: 12px; }
  .section-heading { margin-bottom: 48px; }
  .pain-card, .bento-card { padding: 28px; border-radius: 24px; }
  .pain-card { min-height: 280px; }
  .bento-grid { grid-template-columns: 1fr; }
  .bento-card, .bento-nutrition, .bento-progress { min-height: 460px; }
  .bento-progress { grid-column: span 1; }
  .bento-wide { grid-column: span 1; min-height: 650px; }
  .bento-phone { width: 225px; right: -12px; top: auto; bottom: -105px; }
  .cropped-screen { width: 70%; right: 15px; bottom: -200px; }
  .macro-chips { left: 24px; right: 24px; bottom: 28px; }
  .macro-chips span { min-width: 80px; flex: 1; }
  .screen-card { width: 238px; }
  .screens-rail { animation: none; width: auto; margin-right: -14px; padding-left: 14px; padding-right: 28px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .screen-card { scroll-snap-align: center; }
  .steps li { grid-template-columns: 60px 1fr; gap: 15px; }
  .coach-portrait { min-height: 570px; border-radius: 130px 130px 28px 28px; }
  .coach-portrait img { width: 460px; }
  .signature-card { right: 10px; }
  .credentials { grid-template-columns: 1fr; }
  .availability-card { width: calc(100% - 20px); padding: 38px 24px; border-radius: 25px; }
  .availability-card .button { width: 100%; }
  .faq-answer { padding-right: 0; }
  .final-cta { min-height: 650px; }
  .footer-top { grid-template-columns: 1fr; }
  .footer-links { grid-column: auto; }
  .footer-bottom { flex-direction: column; align-items: flex-start; }
  .site-footer { padding-bottom: 115px; }
  .mobile-cta { display: flex; align-items: center; justify-content: space-between; gap: 14px; position: fixed; left: 10px; right: 10px; bottom: 10px; z-index: 90; padding: 11px 11px 11px 17px; border: 1px solid var(--line); border-radius: 21px; background: rgba(14,12,9,.94); box-shadow: 0 20px 55px rgba(0,0,0,.52); backdrop-filter: blur(18px); transform: translateY(120%); transition: transform .35s ease; }
  .mobile-cta.is-visible { transform: none; }
  .mobile-cta div { display: grid; }
  .mobile-cta small { color: #8e877b; font-size: .61rem; }
  .mobile-cta strong { margin-top: 2px; font-size: .8rem; }
  .mobile-cta .button { min-height: 46px; padding: 0 17px; font-size: .75rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
