:root {
  --ink: #151512;
  --ink-soft: #282822;
  --paper: #f1eedf;
  --paper-bright: #fffdf3;
  --paper-deep: #ddd8c5;
  --acid: #d8ff3e;
  --signal: #f35a2d;
  --signal-dark: #c53a15;
  --muted: #6f6d61;
  --line: rgba(21, 21, 18, 0.2);
  --white-line: rgba(255, 255, 255, 0.16);
  --display: "Bebas Neue", Impact, sans-serif;
  --body: "Spline Sans", sans-serif;
  --wrap: 1240px;
  --shadow: 12px 12px 0 rgba(21, 21, 18, 0.16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; overflow-x: hidden; color: var(--ink); background: var(--paper); font-family: var(--body); line-height: 1.55; }
body, button, a { font-size: 16px; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
button { font: inherit; color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button:focus-visible, a:focus-visible, summary:focus-visible { outline: 3px solid var(--signal); outline-offset: 4px; }
.wrap { width: min(calc(100% - 48px), var(--wrap)); margin-inline: auto; }
.grain { position: fixed; z-index: 200; inset: 0; pointer-events: none; opacity: .16; mix-blend-mode: multiply; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.82' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.17'/%3E%3C/svg%3E"); }
.skip-link { position: fixed; z-index: 999; top: 10px; left: 10px; padding: 10px 14px; color: var(--paper-bright); background: var(--ink); transform: translateY(-160%); }
.skip-link:focus { transform: none; }

.founder-bar { color: var(--paper-bright); background: var(--signal); border-bottom: 2px solid var(--ink); }
.founder-inner { min-height: 38px; display: flex; align-items: center; justify-content: center; gap: 20px; font-size: .72rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; text-align: center; }
.site-header { min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 24px; border-bottom: 2px solid var(--ink); }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-mark { width: 48px; height: 48px; display: grid; place-items: center; color: var(--acid); background: var(--ink); font-family: var(--display); font-size: 1.55rem; letter-spacing: .05em; transform: rotate(-3deg); }
.brand-copy { display: grid; line-height: 1; }
.brand-copy strong { font-family: var(--display); font-size: 1.4rem; letter-spacing: .05em; }
.brand-copy small { margin-top: 5px; color: var(--muted); font-size: .6rem; font-weight: 700; letter-spacing: .16em; }
.header-cta { padding: 10px 14px; border: 1px solid var(--ink); font-family: var(--display); font-size: 1.1rem; letter-spacing: .04em; text-decoration: none; }
.header-cta span { margin-left: 8px; padding: 2px 7px; color: var(--ink); background: var(--acid); }

.hero { min-height: 720px; padding: 76px 0 92px; display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 52px; }
.hero-copy { position: relative; z-index: 3; }
.eyebrow, .section-index { display: inline-flex; align-items: center; gap: 9px; font-size: .7rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow i { width: 28px; height: 8px; background: var(--acid); border: 1px solid var(--ink); transform: skewX(-18deg); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--display); font-weight: 400; line-height: .92; letter-spacing: .015em; text-wrap: balance; }
.hero h1 { max-width: 720px; margin: 22px 0 24px; font-size: clamp(3.6rem, 6vw, 6.6rem); }
.hero h1 em, .dark-section h2 em { color: var(--signal); font-style: normal; }
.hero-lead { max-width: 650px; margin-bottom: 22px; color: #393831; font-size: clamp(1.02rem, 1.4vw, 1.22rem); text-wrap: pretty; }
.hero-points { margin: 0 0 28px; padding: 0; list-style: none; display: grid; gap: 10px; }
.hero-points li { display: flex; gap: 10px; align-items: flex-start; font-size: .95rem; }
.hero-points li::before { content: "✓"; flex: 0 0 22px; height: 22px; display: grid; place-items: center; background: var(--acid); border: 1px solid var(--ink); font-weight: 700; font-size: .75rem; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 20px; }
.button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 16px; padding: 14px 20px; border: 2px solid var(--ink); font-family: var(--display); font-size: 1.3rem; letter-spacing: .035em; line-height: 1; text-align: center; text-decoration: none; transition: transform .18s cubic-bezier(.22, 1, .36, 1), box-shadow .18s cubic-bezier(.22, 1, .36, 1), background-color .18s cubic-bezier(.22, 1, .36, 1); }
.button:hover { transform: translate(-3px, -3px); box-shadow: 6px 6px 0 var(--ink); }
.button-primary { color: var(--paper-bright); background: var(--signal); }
.button-dark { color: var(--acid); background: var(--ink); }
.button-acid { color: var(--ink); background: var(--acid); }
.button-block { width: 100%; }
.text-link { font-weight: 700; text-underline-offset: 5px; }
.reassurance { margin: 20px 0 0; display: flex; flex-wrap: wrap; gap: 8px 18px; color: var(--muted); font-size: .75rem; font-weight: 700; }

.hero-product { min-width: 0; position: relative; }
.product-frame { position: relative; overflow: hidden; background: #0b1018; border: 2px solid var(--ink); box-shadow: var(--shadow); transform: rotate(1.2deg); }
.product-frame img { width: 100%; height: auto; aspect-ratio: 1448 / 1086; object-fit: contain; object-position: center; }
.profile-stamp { position: absolute; z-index: 4; left: -28px; bottom: -6px; width: 210px; padding: 16px 18px; color: var(--ink); background: var(--acid); border: 2px solid var(--ink); box-shadow: 7px 7px 0 var(--ink); transform: rotate(-3deg); }
.profile-stamp small, .profile-stamp span { display: block; font-size: .58rem; font-weight: 700; letter-spacing: .1em; }
.profile-stamp strong { display: block; margin: 3px 0; font-family: var(--display); font-size: 2.1rem; line-height: 1; }

.proof-rail { color: var(--paper-bright); background: var(--ink); border-block: 2px solid var(--ink); }
.proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.proof-grid div { min-height: 116px; display: grid; align-content: center; padding: 20px 26px; border-right: 1px solid var(--white-line); }
.proof-grid div:first-child { border-left: 1px solid var(--white-line); }
.proof-grid strong { color: var(--acid); font-family: var(--display); font-size: clamp(1.8rem, 2.4vw, 2.5rem); line-height: 1; }
.proof-grid span { margin-top: 4px; color: #c9c8bd; font-size: .7rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }

.section { padding: 108px 0; }
.section-head { margin-bottom: 52px; }
.section-head h2, .adjustment-copy h2, .fit-card h2, .offer-copy h2, .faq-layout h2, .final-cta h2, .outcomes h2 { margin: 15px 0 0; font-size: clamp(3rem, 5vw, 5.8rem); }
.split-head { display: grid; grid-template-columns: 1.25fr .75fr; align-items: end; gap: 80px; }
.split-head > p { margin: 0 0 7px; color: var(--muted); }
.pain-grid { display: grid; grid-template-columns: repeat(3, 1fr); border: 2px solid var(--ink); }
.pain-card { min-height: 350px; position: relative; padding: 28px; border-right: 1px solid var(--ink); background: var(--paper-bright); }
.pain-card:last-child { border-right: 0; }
.pain-card:nth-child(even) { background: var(--paper-deep); }
.pain-card .emotion { position: absolute; top: 18px; right: 18px; color: rgba(21, 21, 18, .2); font-family: var(--display); font-size: 2.2rem; }
.pain-card small { color: var(--signal-dark); font-size: .66rem; font-weight: 700; letter-spacing: .13em; }
.pain-card h3 { margin: 66px 0 18px; font-size: 2.15rem; }
.pain-card p { margin: 0; color: #4b4a42; font-size: .9rem; }

.dark-section { color: var(--paper-bright); background: var(--ink); }
.light .section-index, .dark-section .section-index { color: var(--acid); }
.light > p { color: #bbb9ad; }
.dark-section h2 { max-width: 830px; }
.mechanism { display: grid; grid-template-columns: .86fr 1.14fr; gap: 48px; align-items: center; }
.lead-soft { max-width: 560px; color: #bbb9ad; }
.steps-stack { display: grid; gap: 18px; }
.steps-stack article { display: grid; grid-template-columns: 46px 1fr; gap: 16px; align-items: start; }
.steps-stack span { width: 46px; height: 46px; display: grid; place-items: center; color: var(--ink); background: var(--acid); border: 2px solid var(--paper-bright); font-family: var(--display); font-size: 1.6rem; }
.steps-stack h3 { margin: 0 0 6px; font-size: 1.85rem; }
.steps-stack p { margin: 0; color: #bbb9ad; font-size: .9rem; }
.product-spread { position: relative; min-height: 590px; isolation: isolate; }
.product-spread:before { content: ""; position: absolute; inset: 10% 6% 8% 8%; border: 1px solid rgba(216,255,62,.22); background: radial-gradient(circle at 45% 48%,rgba(216,255,62,.08),transparent 62%); transform: rotate(-4deg); z-index: -1; }
.spread-card { position: absolute; margin: 0; background: var(--paper-bright); border: 2px solid var(--ink); padding: 6px 6px 0; box-shadow: 8px 8px 0 rgba(0,0,0,.35); overflow: hidden; }
.spread-card img { width: 100%; height: auto; display: block; object-fit: contain; }
.spread-card figcaption { font-family: var(--display); font-size: 1.05rem; letter-spacing: .03em; color: var(--ink); padding: 8px 6px 9px; }
.spread-progressions { width: 63%; left: 2%; top: 3%; transform: rotate(-2.5deg); }
.spread-progressions img { aspect-ratio: 535 / 315; }
.spread-plan { width: 51%; right: 0; top: 10%; transform: rotate(3.2deg); }
.spread-plan img { aspect-ratio: 520 / 292; }
.spread-tracker { width: 43%; left: 9%; bottom: 0; transform: rotate(1.8deg); }
.spread-tracker img { aspect-ratio: 506 / 688; }
.spread-victories { width: 40%; right: 7%; bottom: -2%; transform: rotate(-2.4deg); }
.spread-victories img { aspect-ratio: 470 / 680; }
.profile-lab { display: grid; grid-template-columns: 270px 1fr; border: 2px solid var(--paper-bright); }
.lab-controls { display: flex; flex-direction: column; background: var(--ink-soft); border-right: 1px solid var(--white-line); }
.lab-controls > span { padding: 20px; color: #99978d; font-size: .62rem; font-weight: 700; letter-spacing: .14em; }
.lab-controls button { flex: 1; min-height: 72px; padding: 18px 20px; color: var(--paper-bright); background: transparent; border: 0; border-top: 1px solid var(--white-line); text-align: left; cursor: pointer; }
.lab-controls button.active { color: var(--ink); background: var(--acid); font-weight: 700; }
.lab-ticket { color: var(--ink); background: var(--paper-bright); }
.ticket-head { min-height: 46px; display: flex; justify-content: space-between; align-items: center; padding: 10px 18px; border-bottom: 1px solid var(--ink); font-size: .62rem; font-weight: 700; letter-spacing: .12em; }
.ticket-head i { color: var(--signal); font-style: normal; }
.ticket-main { padding: 30px; }
.ticket-main small, .ticket-data small { display: block; color: var(--muted); font-size: .58rem; font-weight: 700; letter-spacing: .12em; }
.ticket-main strong { display: block; margin: 4px 0; font-family: var(--display); font-size: clamp(3rem, 5vw, 5.6rem); line-height: .95; }
.ticket-main p { max-width: 600px; margin: 8px 0 0; }
.ticket-data { display: grid; grid-template-columns: repeat(3, 1fr); border-block: 1px solid var(--ink); }
.ticket-data div { min-height: 86px; display: grid; align-content: center; padding: 14px 22px; border-right: 1px solid var(--ink); }
.ticket-data div:last-child { border-right: 0; }
.ticket-data b { margin-top: 4px; font-family: var(--display); font-size: 1.55rem; }
.ticket-output { display: grid; grid-template-columns: 1fr 1fr 1.3fr; color: var(--ink); background: var(--acid); }
.ticket-output span { padding: 16px 20px; border-right: 1px solid var(--ink); font-size: .72rem; font-weight: 700; }
.ticket-output span:last-child { border-right: 0; }
.steps-grid { margin-top: 48px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--white-line); }
.steps-grid article { min-height: 260px; padding: 30px; background: var(--ink); }
.steps-grid article > span { color: var(--acid); font-family: var(--display); font-size: 3.2rem; }
.steps-grid h3 { margin: 35px 0 14px; font-size: 2rem; }
.steps-grid p { margin: 0; color: #bbb9ad; font-size: .9rem; }

.centered-head { max-width: 920px; margin-inline: auto; text-align: center; }
.centered-head p { max-width: 700px; margin: 20px auto 0; color: var(--muted); }
.experience-grid { display: grid; grid-template-columns: 1.5fr .75fr .75fr; gap: 18px; align-items: stretch; }
.experience-grid figure { margin: 0; overflow: hidden; background: var(--paper-bright); border: 2px solid var(--ink); }
.experience-grid img { width: 100%; height: auto; object-fit: contain; background: var(--ink); }
.experience-main img { height: auto; object-fit: contain; }
.experience-grid figcaption { min-height: 98px; display: grid; align-content: center; padding: 18px 22px; border-top: 1px solid var(--ink); }
.experience-grid figcaption strong { font-family: var(--display); font-size: 1.65rem; font-weight: 400; }
.experience-grid figcaption span { color: var(--muted); font-size: .75rem; }

.adjustments-section { background: var(--acid); border-block: 2px solid var(--ink); }
.adjustment-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: center; }
.adjustment-copy p { max-width: 580px; margin: 24px 0 30px; }
.decision-stack { border: 2px solid var(--ink); box-shadow: var(--shadow); }
.decision-stack article { display: grid; grid-template-columns: 130px 170px 1fr; gap: 20px; align-items: center; min-height: 122px; padding: 22px 25px; background: var(--paper-bright); border-bottom: 1px solid var(--ink); }
.decision-stack article:last-child { border-bottom: 0; }
.decision-label { color: var(--signal-dark); font-size: .62rem; font-weight: 700; letter-spacing: .1em; }
.decision-stack strong { font-family: var(--display); font-size: 1.7rem; font-weight: 400; }
.decision-stack p { margin: 0; color: var(--muted); font-size: .78rem; }

.compare-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 24px; align-items: start; }
.compare-card { position: relative; padding: 34px; background: var(--paper-bright); border: 2px solid var(--ink); }
.compare-card h3 { margin: 8px 0 0; font-size: 2.8rem; }
.compare-lead { margin: 10px 0 0; color: var(--muted); }
.paid-card .compare-lead { color: #c9c8bd; }
.compare-cta { margin-top: 34px; text-align: center; }
.compare-title small { color: var(--muted); font-size: .62rem; font-weight: 700; letter-spacing: .12em; }
.compare-card ul, .offer-card ul, .fit-card ul { margin: 30px 0; padding: 0; list-style: none; }
.compare-card li, .offer-card li, .fit-card li { position: relative; padding: 11px 0 11px 28px; border-bottom: 1px solid var(--line); }
.compare-card li::before, .offer-card li::before, .fit-card.yes li::before { content: "✓"; position: absolute; left: 0; color: var(--signal); font-weight: 700; }
.compare-bottom { min-height: 64px; display: flex; align-items: center; justify-content: space-between; gap: 20px; font-family: var(--display); font-size: 2.2rem; }
.paid-card { color: var(--paper-bright); background: var(--ink); box-shadow: var(--shadow); }
.paid-card li { border-bottom-color: var(--white-line); }
.paid-card .compare-title small { color: #aaa89e; }
.paid-card .compare-bottom > span { display: flex; align-items: baseline; gap: 12px; }
.paid-card strong { color: var(--acid); font-size: 3.5rem; }
.popular-tag { position: absolute; top: -15px; right: 28px; padding: 7px 12px; color: var(--ink); background: var(--acid); border: 2px solid var(--ink); font-size: .62rem; font-weight: 700; letter-spacing: .11em; }

.outcomes-section { background: var(--paper-deep); border-block: 2px solid var(--ink); }
.outcomes { display: grid; grid-template-columns: .9fr 1.1fr; gap: 54px; align-items: center; }
.cover-stage { position: relative; min-height: 620px; display: grid; place-items: center; }
.book-object { width: min(360px, 78%); border: 2px solid var(--ink); box-shadow: var(--shadow); background: var(--paper-bright); }
.book-object img { width: 100%; height: auto; aspect-ratio: 534 / 760; object-fit: contain; }
.cover-note { position: absolute; right: 0; bottom: 12%; max-width: 220px; padding: 14px 16px; color: var(--ink); background: var(--acid); border: 2px solid var(--ink); box-shadow: 7px 7px 0 var(--ink); transform: rotate(2deg); }
.cover-note strong { display: block; font-family: var(--display); font-size: 1.35rem; }
.cover-note span { display: block; margin-top: 4px; font-size: .76rem; }
.outcome-list { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin: 28px 0 0; }
.outcome { padding: 18px; background: var(--paper-bright); border: 2px solid var(--ink); font-weight: 700; }
.outcome small { display: block; color: var(--muted); font-weight: 400; margin-top: 5px; }
.outcomes .honesty-box { max-width: none; margin-top: 22px; color: var(--ink); background: var(--paper-bright); border: 2px solid var(--ink); }
.outcomes .honesty-box strong { color: var(--ink); }
.outcomes .honesty-box span { color: #4b4a42; }
.faq-single { max-width: 860px; margin: 0 auto; }
.fit-section { padding-block: 0; }
.fit-grid { display: grid; grid-template-columns: 1fr 1fr; }
.fit-card { min-height: 540px; padding: 60px; border-inline: 1px solid var(--ink); }
.fit-card.yes { background: var(--paper-bright); }
.fit-card.no { color: var(--paper-bright); background: var(--signal-dark); }
.fit-card > span { font-family: var(--display); font-size: 5rem; opacity: .18; }
.fit-card h2 { margin-top: -15px; }
.fit-card.no li { border-bottom-color: rgba(255,255,255,.18); }
.fit-card.no li::before { content: "×"; position: absolute; left: 0; font-weight: 700; }

.offer-section { color: var(--paper-bright); background: var(--ink); }
.offer-layout { display: grid; grid-template-columns: 1fr .78fr; gap: 90px; align-items: center; }
.offer-copy .section-index { color: var(--acid); }
.offer-copy p { max-width: 600px; color: #c7c5b9; font-size: 1.02rem; }
.honesty-box { max-width: 590px; margin-top: 32px; padding: 20px; display: grid; gap: 6px; background: var(--ink-soft); border: 2px solid var(--signal); }
.honesty-box strong { color: var(--paper-bright); }
.honesty-box span { color: #aaa89e; font-size: .8rem; }
.offer-card { color: var(--ink); background: var(--paper-bright); border: 2px solid var(--paper-bright); box-shadow: 12px 12px 0 var(--acid); }
.offer-head { display: flex; justify-content: space-between; padding: 20px 24px; color: var(--paper-bright); background: var(--signal); font-size: .65rem; font-weight: 700; letter-spacing: .11em; }
.price { display: flex; align-items: end; gap: 15px; padding: 28px 28px 10px; }
.price strong { font-family: var(--display); font-size: 5.8rem; font-weight: 400; line-height: .8; }
.price sup { color: var(--signal); font-size: 2.5rem; }
.price > span { max-width: 80px; color: var(--muted); font-size: .62rem; font-weight: 700; line-height: 1.2; text-transform: uppercase; }
.offer-card ul { margin: 20px 28px; }
.offer-card .button { margin: 0 28px; width: calc(100% - 56px); }
.offer-micro { margin: 11px 28px 22px; color: var(--muted); font-size: .68rem; text-align: center; }
.guarantee { display: grid; grid-template-columns: 72px 1fr; gap: 18px; align-items: center; padding: 22px 28px; background: var(--paper-deep); border-top: 1px solid var(--ink); }
.guarantee > span { width: 65px; height: 65px; display: grid; place-items: center; border: 2px solid var(--ink); border-radius: 50%; font-family: var(--display); font-size: 2.2rem; }
.guarantee p { margin: 0; color: var(--ink); font-size: .72rem; }
.guarantee strong { display: block; margin-bottom: 3px; }

.faq-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 90px; align-items: start; }
.faq-layout > div:first-child { position: sticky; top: 28px; }
.faq details { border-top: 2px solid var(--ink); }
.faq details:last-child { border-bottom: 2px solid var(--ink); }
.faq summary { padding: 22px 45px 22px 0; position: relative; font-family: var(--display); font-size: 1.65rem; line-height: 1.05; cursor: pointer; list-style: none; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: 10px; top: 16px; font-size: 2rem; }
.faq details[open] summary::after { content: "−"; }
.faq details p { max-width: 720px; padding: 0 42px 22px 0; color: var(--muted); }

.final-cta { padding: 84px 0; color: var(--paper-bright); background: var(--signal-dark); border-top: 2px solid var(--ink); }
.final-layout { display: grid; grid-template-columns: 1.15fr .85fr; gap: 80px; align-items: center; }
.final-layout > div:first-child > span { color: var(--acid); font-size: .68rem; font-weight: 700; letter-spacing: .12em; }
.final-cta h2 { margin-bottom: 0; }
.final-layout p { font-size: 1.05rem; }
.final-layout small { display: block; margin-top: 14px; color: #e8c8bc; font-size: .68rem; }
footer { padding: 44px 0; color: #bbb9ad; background: var(--ink); }
.footer-layout { display: grid; grid-template-columns: .5fr 1.25fr auto; gap: 50px; align-items: start; font-size: .7rem; }
.footer-layout > div { display: grid; }
.footer-layout strong { color: var(--paper-bright); font-family: var(--display); font-size: 1.4rem; }
.footer-layout p { margin: 0; }

.sticky-buy { position: fixed; z-index: 150; right: 18px; bottom: 18px; min-width: 420px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 12px; color: var(--paper-bright); background: var(--ink); border: 2px solid var(--paper-bright); box-shadow: 8px 8px 0 var(--acid); transform: translateY(160%); transition: transform .25s cubic-bezier(.22, 1, .36, 1); }
.sticky-buy.visible { transform: none; }
.sticky-buy > div { display: grid; padding-left: 8px; }
.sticky-buy strong { font-family: var(--display); font-size: 1.25rem; }
.sticky-buy span { color: #aaa89e; font-size: .62rem; }
.sticky-buy .button { min-height: 42px; padding: 10px 14px; font-size: 1rem; }

@media (max-width: 1050px) {
  .hero { min-height: 0; grid-template-columns: 1fr; }
  .hero-copy { max-width: 850px; }
  .hero-product { min-height: 0; }
  .pain-grid { grid-template-columns: 1fr; }
  .pain-card { border-right: 0; border-bottom: 1px solid var(--ink); }
  .pain-card:last-child { border-bottom: 0; }
  .experience-grid { grid-template-columns: 1fr 1fr; }
  .experience-main { grid-column: 1 / -1; }
  .adjustment-layout, .offer-layout, .mechanism, .outcomes { grid-template-columns: 1fr; }
  .product-spread { min-height: 620px; max-width: 720px; width: 100%; margin: 0 auto; order: -1; }
  .decision-stack { max-width: 800px; }
  .offer-card { max-width: 650px; }
}

@media (max-width: 780px) {
  .wrap { width: min(calc(100% - 28px), var(--wrap)); }
  .founder-inner { min-height: 48px; justify-content: center; text-align: center; }
  .founder-inner span:last-child { display: none; }
  .site-header { min-height: 76px; }
  .brand-copy small { display: none; }
  .header-cta { font-size: .95rem; }
  .header-cta span { display: none; }
  .hero { padding: 54px 0 72px; gap: 42px; }
  .hero h1 { font-size: clamp(3.2rem, 15vw, 5.4rem); }
  .hero-lead { font-size: 1rem; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-actions .text-link { text-align: center; }
  .hero-product { min-height: 0; }
  .product-frame { transform: rotate(0); }
  .profile-stamp { left: -4px; width: 170px; }
  .profile-stamp strong { font-size: 1.7rem; }
  .proof-grid { grid-template-columns: 1fr 1fr; }
  .proof-grid div { min-height: 102px; border-bottom: 1px solid var(--white-line); }
  .section { padding: 76px 0; }
  .split-head, .faq-layout, .final-layout { grid-template-columns: 1fr; gap: 25px; }
  .section-head h2, .adjustment-copy h2, .fit-card h2, .offer-copy h2, .faq-layout h2, .final-cta h2, .outcomes h2 { font-size: clamp(3rem, 13vw, 4.8rem); }
  .pain-card { min-height: 280px; }
  .profile-lab { grid-template-columns: 1fr; }
  .lab-controls { display: grid; grid-template-columns: repeat(3, 1fr); border-right: 0; border-bottom: 1px solid var(--white-line); }
  .lab-controls > span { grid-column: 1 / -1; }
  .lab-controls button { min-height: 62px; padding: 12px; border-top: 1px solid var(--white-line); border-right: 1px solid var(--white-line); font-size: .75rem; }
  .ticket-main { padding: 24px 18px; }
  .ticket-data, .ticket-output { grid-template-columns: 1fr; }
  .ticket-data div, .ticket-output span { min-height: 60px; border-right: 0; border-bottom: 1px solid var(--ink); }
  .ticket-data div:last-child, .ticket-output span:last-child { border-bottom: 0; }
  .steps-grid { grid-template-columns: 1fr; }
  .steps-grid article { min-height: 220px; }
  .experience-grid { grid-template-columns: 1fr; }
  .experience-main { grid-column: auto; }
  .experience-grid img, .experience-main img { height: auto; }
  .decision-stack article { grid-template-columns: 1fr; gap: 7px; }
  .compare-grid, .fit-grid, .outcome-list { grid-template-columns: 1fr; }
  .product-spread { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; min-height: 0; }
  .product-spread:before { display: none; }
  .spread-card { position: relative !important; inset: auto !important; width: auto !important; transform: none !important; }
  .spread-progressions, .spread-plan { grid-column: 1 / -1; }
  .cover-stage { min-height: 500px; }
  .cover-note { right: 0; bottom: 6%; }
  .compare-bottom { align-items: stretch; flex-direction: column; }
  .compare-bottom .button { width: 100%; }
  .fit-card { min-height: 0; padding: 45px 28px; }
  .faq-layout > div:first-child { position: static; }
  .footer-layout { grid-template-columns: 1fr; gap: 20px; }
  .sticky-buy { right: 10px; bottom: 10px; left: 10px; min-width: 0; }
  .sticky-buy > div { display: none; }
  .sticky-buy .button { width: 100%; }
}

@media (max-width: 480px) {
  .brand-copy strong { font-size: 1.05rem; }
  .brand-mark { width: 42px; height: 42px; }
  .hero-product { min-height: 0; }
  .profile-stamp { bottom: -18px; }
  .proof-grid strong { font-size: 2.15rem; }
  .proof-grid span { font-size: .59rem; }
  .lab-controls { grid-template-columns: 1fr; }
  .lab-controls > span { grid-column: auto; }
  .experience-grid img, .experience-main img { height: auto; }
  .price { flex-wrap: wrap; }
  .offer-card ul { margin-inline: 20px; }
  .offer-card .button { margin-inline: 20px; width: calc(100% - 40px); }
  .guarantee { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
