:root {
  --ink: #11110f;
  --ink-soft: #24231f;
  --paper: #f4f0e6;
  --paper-bright: #fbf8f0;
  --sand: #d8c4a9;
  --muted: #67645d;
  --yellow: #efb919;
  --yellow-bright: #ffc72c;
  --line: rgba(17, 17, 15, 0.18);
  --line-light: rgba(255, 255, 255, 0.18);
  --font-display: "Barlow Condensed", sans-serif;
  --font-body: "Manrope", sans-serif;
  --text-sm: 0.8125rem;
  --text-base: 1rem;
  --text-lg: 1.125rem;
  --text-xl: 1.375rem;
  --text-2xl: 1.75rem;
  --text-3xl: clamp(2.15rem, 4.25vw, 4rem);
  --text-hero: clamp(2.9rem, 5.8vw, 5.6rem);
  --space-1: 0.25rem;
  --space-2: 0.5rem;
  --space-3: 0.75rem;
  --space-4: 1rem;
  --space-6: 1.5rem;
  --space-8: 2rem;
  --space-12: 3rem;
  --space-16: 4rem;
  --section: clamp(3rem, 4.5vw, 4.75rem);
  --radius-sm: 2px;
  --radius-md: 10px;
  --radius-lg: 22px;
  --shadow-hard: 8px 8px 0 var(--ink);
  --shadow-deep: 0 30px 80px rgba(0, 0, 0, 0.24);
  --ease: cubic-bezier(0.16, 1, 0.3, 1);
  --duration: 420ms;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { background: var(--paper); color: var(--ink); font-family: var(--font-body); font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--yellow-bright); outline-offset: 4px; }
.skip-link { position: fixed; z-index: 1000; left: 1rem; top: -5rem; padding: .8rem 1rem; background: var(--yellow); color: var(--ink); font-weight: 800; }
.skip-link:focus { top: 1rem; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.section-light { background: var(--paper-bright); }
.section-dark { background: var(--ink); color: var(--paper-bright); }
.section-yellow { background: var(--yellow); color: var(--ink); }
.section-sand { background: var(--sand); }
.eyebrow { font-size: var(--text-sm); font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
h1, h2, h3 { font-family: var(--font-display); font-weight: 800; line-height: .95; letter-spacing: -.025em; text-transform: uppercase; }
h2 { font-size: var(--text-3xl); }
p { max-width: 67ch; }
.reveal { opacity: 1; transform: none; }
.js .reveal { opacity: 0; transform: translateY(28px); transition: opacity var(--duration) var(--ease), transform var(--duration) var(--ease); }
.reveal.visible { opacity: 1; transform: translateY(0); }

.site-header { position: absolute; z-index: 50; inset: 0 0 auto; color: var(--paper-bright); }
.header-inner { height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 24px; border-bottom: 1px solid var(--line-light); }
.brand { width: 150px; height: 52px; overflow: hidden; display: grid; place-items: center; }
.brand img { width: 146px; height: auto; }
.header-cta { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; padding: 0 20px; border: 1px solid var(--yellow); color: var(--yellow); font-weight: 800; text-decoration: none; text-transform: uppercase; letter-spacing: .04em; font-size: .78rem; transition: background .2s, color .2s, transform .2s; }
.header-cta:hover { background: var(--yellow); color: var(--ink); transform: translateY(-2px); }

.hero { min-height: 720px; padding: 118px 0 82px; background: var(--ink); color: var(--paper-bright); position: relative; isolation: isolate; overflow: hidden; }
.hero-bg::before { content: ""; position: absolute; z-index: -2; inset: 0; background: radial-gradient(circle at 83% 35%, rgba(239,185,25,.19), transparent 24%), radial-gradient(circle at 65% 92%, rgba(216,196,169,.08), transparent 28%); }
.hero-bg::after { content: ""; position: absolute; z-index: -1; inset: 0; opacity: .12; 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='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E"); mix-blend-mode: soft-light; pointer-events: none; }
.hero-grid { display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: clamp(40px, 7vw, 100px); }
.hero-copy { position: relative; z-index: 2; }
.hero h1 { margin: 18px 0 26px; max-width: 800px; font-size: var(--text-hero); }
.hero h1 span { color: var(--yellow); }
.hero h1 .hero-white { color: var(--paper-bright); }
.hero-lead { max-width: 650px; color: #d9d4c8; font-size: clamp(1.08rem, 1.6vw, 1.28rem); }
.hero-actions { margin-top: 36px; display: flex; align-items: center; flex-wrap: wrap; gap: 18px 24px; }
.hero-actions p { font-size: .86rem; color: #bab5aa; }
.hero-actions strong { color: var(--paper-bright); }
.btn { min-height: 56px; display: inline-flex; align-items: center; justify-content: center; gap: 14px; padding: 0 24px; font-weight: 800; text-transform: uppercase; letter-spacing: .025em; text-decoration: none; border: 2px solid transparent; transition: transform .2s var(--ease), box-shadow .2s var(--ease), background .2s; }
.btn svg { width: 20px; fill: none; stroke: currentColor; stroke-width: 2; }
.btn-primary { background: var(--yellow); color: var(--ink); box-shadow: 0 0 0 transparent; }
.btn-primary:hover { background: var(--yellow-bright); transform: translate(-3px, -3px); box-shadow: 6px 6px 0 rgba(255,255,255,.2); }
.btn-dark { background: var(--ink); color: var(--paper-bright); }
.btn-dark:hover { transform: translate(-3px, -3px); box-shadow: 6px 6px 0 rgba(255,255,255,.55); }
.btn-block { width: 100%; }
.hero-reveal { opacity: 0; transform: translateY(22px); animation: hero-in .7s var(--ease) forwards; }
.delay-1 { animation-delay: .12s; }.delay-2 { animation-delay: .24s; }.delay-3 { animation-delay: .36s; }
@keyframes hero-in { to { opacity: 1; transform: translateY(0); } }
.hero-visual { min-height: 475px; position: relative; border: 1px solid rgba(255,255,255,.2); background: repeating-linear-gradient(0deg, transparent 0 47px, rgba(255,255,255,.045) 48px), repeating-linear-gradient(90deg, transparent 0 47px, rgba(255,255,255,.045) 48px); box-shadow: var(--shadow-deep); }
.visual-label { position: absolute; top: 22px; left: 24px; color: var(--yellow); font: 700 .76rem var(--font-body); letter-spacing: .16em; }
.dial { width: 236px; height: 236px; position: absolute; top: 105px; left: 50%; transform: translateX(-50%); border-radius: 50%; display: grid; place-items: center; }
.dial-ring { position: absolute; inset: 0; border: 22px solid rgba(255,255,255,.08); border-right-color: var(--yellow); border-bottom-color: var(--yellow); border-radius: 50%; transform: rotate(26deg); }
.dial-center { text-align: center; display: grid; }
.dial-center span { color: #b9b5aa; font-size: .72rem; letter-spacing: .16em; font-weight: 800; }
.dial-center strong { font: 800 5rem/1 var(--font-display); color: var(--paper-bright); }
.metric-card { position: absolute; background: var(--paper-bright); color: var(--ink); padding: 14px 17px; min-width: 148px; box-shadow: 5px 5px 0 var(--yellow); }
.metric-card span { display: block; color: var(--muted); font-size: .68rem; letter-spacing: .1em; text-transform: uppercase; }
.metric-card strong { font: 700 1.15rem var(--font-display); text-transform: uppercase; }
.metric-one { left: -28px; top: 92px; }.metric-two { right: -22px; top: 225px; }.metric-three { left: 24px; bottom: 28px; }
.hero-number { position: absolute; right: -30px; bottom: -125px; z-index: -1; color: transparent; -webkit-text-stroke: 2px rgba(255,255,255,.07); font: 900 25rem/1 var(--font-display); }
.hero-ticker { position: absolute; inset: auto 0 0; overflow: hidden; background: var(--yellow); color: var(--ink); border-block: 2px solid var(--ink); white-space: nowrap; }
.hero-ticker div { width: max-content; padding: 9px 0; font: 800 1rem var(--font-display); letter-spacing: .1em; animation: ticker 22s linear infinite; }
.hero-ticker span { padding: 0 1.2rem; }
@keyframes ticker { to { transform: translateX(-50%); } }

.diagnosis { padding: var(--section) 0; }
.diagnosis-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: end; }
.section-heading .eyebrow, .tools-heading .eyebrow, .fit .eyebrow, .faq .eyebrow { color: #8a6500; margin-bottom: 18px; }
.diagnosis-copy { font-size: var(--text-lg); border-left: 1px solid var(--line); padding-left: 32px; }
.diagnosis-copy p + p { margin-top: 20px; }
.pain-grid { margin-top: 52px; display: grid; grid-template-columns: repeat(4, 1fr); border-block: 1px solid var(--line); }
.pain-card { padding: 22px 22px 28px; border-right: 1px solid var(--line); }
.pain-card:last-child { border-right: 0; }
.pain-card span { color: #9b7200; font-size: .72rem; font-weight: 800; }
.pain-card h3 { margin-top: 32px; font-size: clamp(1.4rem, 1.8vw, 1.8rem); text-transform: none; line-height: 1.05; }

.fortune { padding: var(--section) 0; }
.fortune-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(36px, 6vw, 76px); align-items: center; }
.fortune-copy .eyebrow { margin-bottom: 14px; }
.fortune-copy h2 { max-width: 650px; }
.fortune-copy > p:not(.eyebrow) { margin-top: 18px; }
.fortune-copy .video-note { padding-top: 14px; border-top: 1px solid rgba(17,17,15,.35); font-weight: 750; }
.video-frame { position: relative; aspect-ratio: 16 / 9; overflow: hidden; border: 2px solid var(--ink); box-shadow: 7px 7px 0 rgba(17,17,15,.22); background: var(--ink); }
.video-frame iframe { width: 100%; height: 100%; display: block; border: 0; }
.video-file-fallback { position: absolute; inset: 0; display: grid; place-items: center; color: #fff; text-decoration: none; background: #111; }
.video-file-fallback[hidden] { display: none; }
.video-file-fallback img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .72; }
.video-play { position: relative; display: grid; place-items: center; width: 68px; height: 68px; padding-left: 5px; border-radius: 50%; background: var(--yellow); color: var(--ink); font-size: 1.45rem; box-shadow: 0 8px 28px rgba(0,0,0,.35); }
.video-fallback-label { position: absolute; right: 16px; bottom: 14px; left: 16px; font-weight: 800; text-align: center; text-transform: uppercase; letter-spacing: .06em; text-shadow: 0 2px 8px #000; }

.method { padding: var(--section) 0; }
.method-intro { max-width: 920px; margin-left: 0; }
.method-intro .eyebrow { color: var(--yellow); margin-bottom: 18px; }
.method-intro > p:last-child { color: #c4c0b6; font-size: var(--text-lg); margin-top: 28px; }
.modules { margin-top: 58px; border-top: 1px solid var(--line-light); }
.module { display: grid; grid-template-columns: 72px .65fr 1fr; gap: 26px; align-items: center; padding: 30px 0; border-bottom: 1px solid var(--line-light); transition: padding .25s var(--ease), background .25s; }
.module:hover { background: rgba(239,185,25,.06); padding-inline: 20px; }
.module-number { color: var(--yellow); font: 600 1rem var(--font-body); }
.module-kicker { color: #8f8b82; font-size: .68rem; letter-spacing: .12em; text-transform: uppercase; font-weight: 800; margin-bottom: 7px; }
.module h3 { font-size: clamp(2.2rem, 4vw, 3.7rem); }
.module > p { color: #c9c4ba; font-size: 1rem; max-width: 56ch; }

.outcome { padding: var(--section) 0; }
.outcome-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 9vw; align-items: start; }
.outcome-statement .eyebrow { margin-bottom: 18px; }
.outcome-list { list-style: none; border-top: 2px solid var(--ink); }
.outcome-list li { display: grid; grid-template-columns: 42px 1fr; gap: 14px; padding: 16px 0; border-bottom: 1px solid rgba(17,17,15,.35); font-weight: 700; }
.outcome-list span { font-size: .72rem; }

.tools { padding: var(--section) 0; }
.tools-heading { display: grid; grid-template-columns: 1fr 1fr; column-gap: 70px; align-items: end; }
.tools-heading .eyebrow { grid-column: 1 / -1; }
.tools-heading > p:last-child { font-size: var(--text-lg); }
.tool-feature { margin-top: 52px; display: grid; grid-template-columns: .38fr .62fr; align-items: center; background: var(--yellow); border: 2px solid var(--ink); box-shadow: var(--shadow-hard); }
.tool-copy { padding: clamp(24px, 3.5vw, 42px); }
.tool-copy span, .tool-card span { font-size: .7rem; font-weight: 800; letter-spacing: .13em; }
.tool-copy h3 { font-size: clamp(2.3rem, 4vw, 4rem); margin: 10px 0 18px; }
.sheet-frame { padding: 12px; background: var(--ink); align-self: stretch; display: grid; place-items: center; overflow: hidden; }
.sheet-frame img { width: 100%; height: 100%; object-fit: cover; object-position: top left; }
.tool-grid { margin-top: 44px; display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.tool-card { border: 1px solid var(--ink); background: var(--paper); overflow: hidden; }
.tool-card figure { height: 215px; overflow: hidden; border-bottom: 1px solid var(--ink); background: #ddd; }
.tool-card img { width: 100%; height: 100%; object-fit: cover; object-position: top left; transition: transform .5s var(--ease); }
.tool-card:hover img { transform: scale(1.035); }
.tool-card > div { padding: 20px; }
.tool-card h3 { margin: 7px 0 10px; font-size: 2rem; }
.tool-card p { color: var(--muted); }

.offer { padding: var(--section) 0; }
.offer-grid { display: grid; grid-template-columns: 1fr 480px; gap: 8vw; align-items: center; }
.offer-copy .eyebrow { color: var(--yellow); margin-bottom: 18px; }
.offer-copy ul { list-style: none; margin-top: 36px; border-top: 1px solid var(--line-light); }
.offer-copy li { padding: 18px 0 18px 30px; border-bottom: 1px solid var(--line-light); position: relative; color: #d6d1c7; }
.offer-copy li::before { content: "+"; position: absolute; left: 0; color: var(--yellow); font-weight: 800; }
.price-card { background: var(--paper-bright); color: var(--ink); padding: clamp(28px, 5vw, 50px); border-top: 8px solid var(--yellow); box-shadow: 12px 12px 0 rgba(239,185,25,.3); }
.price-label { color: var(--muted); font-size: .74rem; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.installment { margin-top: 28px; }
.installment span { display: block; font-weight: 700; }
.installment strong { display: block; font: 800 clamp(3rem, 5vw, 4.6rem)/1 var(--font-display); letter-spacing: -.03em; }
.cash { margin: 10px 0 26px; color: var(--muted); }
.guarantee-inline { margin-top: 18px; padding: 14px 0; display: grid; gap: 4px; border-block: 1px solid var(--line); }
.guarantee-inline strong { font-family: var(--font-display); font-size: 1.35rem; line-height: 1; text-transform: uppercase; }
.guarantee-inline span { color: var(--muted); font-size: .75rem; line-height: 1.5; }
.secure { display: flex; align-items: center; justify-content: center; gap: 8px; margin-top: 18px; font-size: .78rem; font-weight: 700; }
.secure svg { width: 17px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.price-card small { display: block; color: var(--muted); font-size: .66rem; line-height: 1.5; margin-top: 14px; text-align: center; }

.expert { padding: var(--section) 0; }
.expert-grid { display: grid; grid-template-columns: 360px 1fr; gap: clamp(40px, 6vw, 80px); align-items: center; }
.expert-photo { width: 100%; max-width: 360px; height: 360px; position: relative; overflow: hidden; border: 2px solid var(--ink); box-shadow: var(--shadow-hard); }
.expert-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 62% 30%; }
.expert-photo figcaption { position: absolute; left: -20px; bottom: 22px; background: var(--yellow); border: 2px solid var(--ink); padding: 10px 18px; font: 800 1.5rem var(--font-display); text-transform: uppercase; }
.expert-copy .eyebrow { margin-bottom: 18px; }
.expert-copy p:not(.eyebrow) { font-size: var(--text-lg); margin-top: 24px; }

.fit { padding: var(--section) 0 30px; }
.fit-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 8vw; }
.fit-list { border-top: 1px solid var(--ink); }
.fit-list p { padding: 24px 8px 24px 50px; border-bottom: 1px solid var(--line); font-weight: 650; position: relative; }
.fit-list p::before { content: "✓"; position: absolute; left: 8px; color: #806000; font-weight: 900; }
.faq { padding: 80px 0 var(--section); }
.faq-grid { display: grid; grid-template-columns: .65fr 1.35fr; gap: 8vw; }
.accordion { border-top: 1px solid var(--ink); }
details { border-bottom: 1px solid var(--line); }
summary { min-height: 70px; padding: 20px 6px; cursor: pointer; display: flex; align-items: center; justify-content: space-between; gap: 20px; font-weight: 750; list-style: none; }
summary::-webkit-details-marker { display: none; }
summary svg { width: 22px; flex: 0 0 auto; fill: none; stroke: currentColor; stroke-width: 2; transition: transform .25s; }
details[open] summary svg { transform: rotate(180deg); }
details p { color: var(--muted); padding: 0 44px 24px 6px; }
.final-cta { padding: var(--section) 0; text-align: center; }
.final-inner { display: flex; flex-direction: column; align-items: center; }
.final-inner h2 { max-width: 900px; margin: 18px auto 34px; font-size: clamp(3rem, 7vw, 6.3rem); }
.final-price { margin-top: 18px; font-size: .84rem; font-weight: 700; }
footer { background: var(--ink); color: #a7a298; padding: 14px 0; }
.footer-inner { min-height: 44px; display: flex; align-items: center; justify-content: space-between; gap: 24px; font-size: .72rem; }
.footer-inner img { width: 110px; height: auto; }
.mobile-buybar { display: none; }

@media (max-width: 900px) {
  .hero { min-height: auto; }
  .hero-grid, .diagnosis-grid, .fortune-grid, .outcome-grid, .offer-grid, .expert-grid, .fit-grid, .faq-grid { grid-template-columns: 1fr; }
  .hero-visual { width: min(100%, 560px); margin-inline: auto; }
  .diagnosis-grid, .fortune-grid, .outcome-grid, .offer-grid, .expert-grid, .fit-grid, .faq-grid { gap: 36px; }
  .pain-grid { grid-template-columns: 1fr 1fr; }
  .pain-card:nth-child(2) { border-right: 0; }
  .module { grid-template-columns: 58px 1fr; }
  .module > p { grid-column: 2; }
  .tools-heading { grid-template-columns: 1fr; gap: 22px; }
  .tools-heading .eyebrow { grid-column: auto; }
  .tool-feature { grid-template-columns: 1fr; }
  .sheet-frame { min-height: 340px; }
  .price-card { max-width: 560px; width: 100%; }
  .expert-photo { max-width: 320px; height: 320px; }
}

@media (max-width: 640px) {
  body { padding-bottom: 72px; }
  .container { width: min(100% - 28px, 1180px); }
  .site-header { position: absolute; }
  .header-inner { height: 64px; }
  .brand { width: 128px; height: 46px; }
  .brand img { width: 124px; }
  .header-cta { display: none; }
  .hero { padding: 92px 0 82px; }
  .hero h1 { margin-top: 14px; font-size: clamp(2.4rem, 11.5vw, 2.85rem); overflow-wrap: anywhere; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .btn { width: 100%; padding-inline: 14px; font-size: .78rem; line-height: 1.25; text-align: center; }
  .hero-visual { min-height: 300px; margin-top: 4px; }
  .dial { width: 150px; height: 150px; top: 76px; }
  .dial-ring { border-width: 13px; }
  .dial-center strong { font-size: 3rem; }
  .metric-card { min-width: 122px; padding: 10px 12px; }
  .metric-one { left: -8px; top: 64px; }.metric-two { right: -8px; top: 178px; }.metric-three { left: 12px; bottom: 14px; }
  .pain-grid, .tool-grid { grid-template-columns: 1fr; }
  .pain-card, .pain-card:nth-child(2) { border-right: 0; border-bottom: 1px solid var(--line); }
  .pain-card:last-child { border-bottom: 0; }
  .pain-card { padding-block: 18px; }
  .pain-card h3 { margin-top: 16px; }
  .diagnosis-copy { border-left: 0; border-top: 1px solid var(--line); padding: 26px 0 0; }
  .module { grid-template-columns: 32px 1fr; gap: 14px; padding: 22px 0; }
  .module:hover { padding-inline: 0; }
  .tool-feature { box-shadow: 5px 5px 0 var(--ink); }
  .sheet-frame { min-height: 210px; }
  .tool-card figure { height: 160px; }
  .offer-grid { gap: 36px; }
  .price-card { padding: 30px 20px; box-shadow: 7px 7px 0 rgba(239,185,25,.3); }
  .expert-grid { gap: 28px; }
  .expert-photo { width: 260px; height: 260px; margin-left: 8px; }
  .expert-photo img { height: 100%; object-position: 62% 28%; }
  .footer-inner { flex-direction: row; align-items: center; }
  .mobile-buybar { position: fixed; z-index: 100; display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 14px; inset: auto 0 0; min-height: 72px; padding: 10px 14px calc(10px + env(safe-area-inset-bottom)); background: var(--paper-bright); border-top: 2px solid var(--ink); opacity: 0; pointer-events: none; transform: translateY(100%); transition: opacity 220ms var(--ease), transform 220ms var(--ease); }
  .mobile-buybar.is-visible { opacity: 1; pointer-events: auto; transform: translateY(0); }
  .mobile-buybar div { line-height: 1.15; }
  .mobile-buybar span { display: block; font-size: .64rem; }
  .mobile-buybar strong { font: 800 1.4rem var(--font-display); }
  .mobile-buybar a { min-height: 48px; display: flex; align-items: center; justify-content: center; background: var(--yellow); border: 2px solid var(--ink); font-weight: 800; text-transform: uppercase; text-decoration: none; font-size: .78rem; }
}

@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, .hero-reveal { opacity: 1; transform: none; }
}
