:root {
  --ink: #17201e;
  --muted: #626c68;
  --paper: #f3eee4;
  --cream: #fffdf8;
  --green: #102a24;
  --green-2: #173c33;
  --gold: #c8a15d;
  --gold-light: #e7cf9c;
  --line: rgba(23, 32, 30, .14);
  --serif: "Playfair Display", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
  --shadow: 0 30px 70px rgba(7, 20, 17, .2);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); line-height: 1.65; -webkit-font-smoothing: antialiased; }
body::before { content: ""; position: fixed; inset: 0; z-index: 20; pointer-events: none; opacity: .2; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence baseFrequency='.85' numOctaves='2' stitchTiles='stitchTiles'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.045'/%3E%3C/svg%3E"); }
body.dialog-open { overflow: hidden; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: min(1160px, calc(100% - 48px)); margin-inline: auto; }
.section-pad { padding: 120px 0; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 100; padding: 10px 16px; background: white; color: var(--ink); transform: translateY(-150%); }
.skip-link:focus { transform: none; }
.eyebrow { margin: 0 0 22px; color: #7d673e; font-size: 11px; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; }
.eyebrow.light { color: var(--gold-light); }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--serif); font-weight: 600; letter-spacing: -.035em; line-height: 1.08; }
h1 em, h2 em { color: var(--gold-light); font-weight: 500; }
h2 em { color: #92713c; }
.difference h2 em, .toolkit h2 em, .offer h2 em, .closing h2 em { color: var(--gold-light); }
.button { position: relative; isolation: isolate; display: inline-flex; min-height: 54px; align-items: center; justify-content: center; gap: 22px; padding: 0 25px; overflow: hidden; border: 1px solid transparent; text-decoration: none; font-size: 13px; font-weight: 600; letter-spacing: .025em; transition: transform .35s cubic-bezier(.2,.8,.2,1), background .25s, box-shadow .35s; }
.button:hover { transform: translateY(-2px); }
.button::before { content: ""; position: absolute; z-index: -1; inset: -2px; background: linear-gradient(110deg, transparent 25%, rgba(255,255,255,.42) 46%, transparent 67%); transform: translateX(-125%); transition: transform .75s cubic-bezier(.2,.8,.2,1); }
.button:hover::before { transform: translateX(125%); }
.button span { transition: transform .35s cubic-bezier(.2,.8,.2,1); }
.button:hover span { transform: translateX(4px); }
.button:focus-visible, a:focus-visible, button:focus-visible, summary:focus-visible { outline: 2px solid var(--gold); outline-offset: 4px; }
.button-gold { color: #11241f; background: var(--gold-light); box-shadow: 0 14px 34px rgba(0, 0, 0, .15); }
.button-gold:hover { background: #f0d9a8; }
.button-dark { color: white; background: var(--green); }
.topline { height: 36px; display: grid; place-items: center; color: #ddcba7; background: #0a1714; font-size: 10px; letter-spacing: .17em; text-transform: uppercase; }
.site-header { position: absolute; top: 36px; z-index: 10; width: 100%; color: white; border-bottom: 1px solid rgba(255,255,255,.14); }
.nav { height: 80px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 12px; color: inherit; text-decoration: none; font-size: 12px; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; }
.brand-mark { width: 32px; height: 32px; display: grid; place-items: center; border: 1px solid var(--gold); border-radius: 50%; transition: transform .5s cubic-bezier(.2,.8,.2,1), box-shadow .5s; }
.brand:hover .brand-mark { transform: rotate(12deg); box-shadow: 0 0 22px rgba(200,161,93,.2); }
.brand-mark i { position: relative; width: 2px; height: 9px; background: var(--gold); transform: translateY(-2px); }
.brand-mark i::after { content: ""; position: absolute; left: 1px; bottom: 0; width: 7px; height: 2px; background: var(--gold); transform: rotate(38deg); transform-origin: left; }
.nav-links { display: flex; align-items: center; gap: 31px; }
.nav-links a { position: relative; text-decoration: none; font-size: 12px; opacity: .8; transition: opacity .25s; }
.nav-links a:hover { opacity: 1; }
.nav-links a:not(.nav-buy)::after { content: ""; position: absolute; right: 0; bottom: -8px; left: 0; height: 1px; background: var(--gold-light); transform: scaleX(0); transform-origin: right; transition: transform .35s cubic-bezier(.2,.8,.2,1); }
.nav-links a:not(.nav-buy):hover::after { transform: scaleX(1); transform-origin: left; }
.nav-links .nav-buy { padding: 9px 15px; border: 1px solid rgba(255,255,255,.48); opacity: 1; }
.menu-button { display: none; width: 42px; height: 42px; padding: 10px; border: 0; background: transparent; cursor: pointer; }
.menu-button span { display: block; height: 1px; margin: 5px 0; background: white; }

.hero { position: relative; min-height: 820px; display: flex; align-items: center; overflow: hidden; color: white; background: radial-gradient(circle at 76% 43%, #285e4e 0, #173d33 26%, #102a24 62%, #091914 100%); }
.hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,13,11,.42), transparent 60%); }
.hero-ring { position: absolute; border: 1px solid rgba(213,183,123,.15); border-radius: 50%; }
.ring-one { width: 670px; height: 670px; top: 102px; right: -110px; animation: ring-drift 13s ease-in-out infinite alternate; }
.ring-two { width: 500px; height: 500px; top: 185px; right: -25px; animation: ring-drift 10s 1.5s ease-in-out infinite alternate-reverse; }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 60px; padding-top: 118px; }
.hero-copy { padding: 70px 0 65px; }
.hero h1 { max-width: 700px; margin-bottom: 28px; font-size: clamp(54px, 5.3vw, 78px); }
.hero-lede { max-width: 610px; color: rgba(255,255,255,.76); font-size: 17px; line-height: 1.75; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 37px; }
.text-link { padding: 7px 0; color: white; font-size: 13px; text-decoration-color: rgba(255,255,255,.35); text-underline-offset: 6px; transition: color .25s, text-underline-offset .25s; }
.text-link:hover { color: var(--gold-light); text-underline-offset: 9px; }
.trust-list { display: flex; flex-wrap: wrap; gap: 23px; margin: 25px 0 0; padding: 0; color: rgba(255,255,255,.55); font-size: 11px; list-style: none; }
.trust-list li::before { content: "✓"; margin-right: 7px; color: var(--gold-light); }
.book-scene { --book-x: 0px; --book-y: 0px; --book-rx: 2deg; --book-ry: -8deg; position: relative; min-height: 575px; display: grid; place-items: center; perspective: 1200px; }
.watch-dial { position: absolute; width: 500px; height: 500px; border: 1px solid rgba(231,207,156,.16); border-radius: 50%; box-shadow: inset 0 0 0 34px rgba(255,255,255,.012), inset 0 0 0 36px rgba(231,207,156,.07); animation: dial-pulse 6s ease-in-out infinite alternate; }
.watch-dial::before { content: ""; position: absolute; inset: 17px; border-radius: 50%; background: repeating-conic-gradient(from -1deg, rgba(231,207,156,.31) 0 .25deg, transparent .25deg 6deg); mask: radial-gradient(circle, transparent 69%, black 70%); }
.hand { position: absolute; left: 50%; bottom: 50%; width: 2px; background: rgba(231,207,156,.3); transform-origin: bottom; }
.hand.hour { height: 105px; transform: rotate(42deg); }
.hand.minute { height: 160px; transform: rotate(142deg); }
.hand.minute { animation: minute-tick 24s steps(12, end) infinite; }
.pin { position: absolute; top: calc(50% - 4px); left: calc(50% - 4px); width: 8px; height: 8px; border-radius: 50%; background: var(--gold); }
.book-wrap { position: relative; width: 300px; height: 440px; transform: translate3d(var(--book-x), var(--book-y), 0) rotateY(var(--book-ry)) rotateX(var(--book-rx)) rotateZ(2deg); filter: drop-shadow(28px 38px 28px rgba(0,0,0,.4)); animation: book-breathe 5.5s ease-in-out infinite alternate; transition: filter .5s ease; will-change: transform; }
.book-scene:hover .book-wrap { filter: drop-shadow(34px 46px 34px rgba(0,0,0,.46)); }
.book-spine { position: absolute; inset: 4px auto 4px -14px; width: 18px; background: linear-gradient(90deg, #07130f, #214b3e); transform: skewY(-20deg); }
.book-cover { position: absolute; inset: 0; padding: 38px 32px; overflow: hidden; border: 1px solid rgba(227,197,136,.55); color: white; background: linear-gradient(145deg, #1b4b3e, #0b201a 72%); box-shadow: inset 0 0 0 8px rgba(201,162,94,.08), inset 0 0 80px rgba(0,0,0,.28); }
.book-cover::before { content: ""; position: absolute; width: 340px; height: 340px; right: -180px; bottom: -160px; border: 1px solid rgba(231,207,156,.25); border-radius: 50%; box-shadow: 0 0 0 26px rgba(231,207,156,.025), 0 0 0 55px rgba(231,207,156,.025); }
.book-cover::after { content: ""; position: absolute; inset: -35%; pointer-events: none; background: linear-gradient(115deg, transparent 38%, rgba(255,255,255,.09) 48%, transparent 58%); transform: translateX(-55%) rotate(5deg); animation: cover-glint 6.5s ease-in-out infinite; }
.cover-kicker { font-size: 8px; letter-spacing: .2em; text-transform: uppercase; }
.cover-rule { width: 32px; height: 1px; margin: 27px 0 43px; background: var(--gold); }
.book-cover h2 { position: relative; margin-bottom: 23px; font-size: 35px; line-height: 1.13; }
.book-cover h2 em { color: var(--gold-light); }
.book-cover > p { max-width: 190px; color: rgba(255,255,255,.55); font-size: 9px; letter-spacing: .12em; line-height: 1.6; text-transform: uppercase; }
.cover-seal { position: absolute; right: 28px; bottom: 28px; width: 60px; height: 60px; display: grid; place-content: center; text-align: center; border: 1px solid rgba(231,207,156,.5); border-radius: 50%; }
.cover-seal span { font-family: var(--serif); font-size: 18px; line-height: 1; }
.cover-seal small { margin-top: 3px; color: var(--gold-light); font-size: 7px; letter-spacing: .15em; text-transform: uppercase; }

.principles { background: var(--cream); border-bottom: 1px solid var(--line); }
.principle-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.principle-grid article { display: grid; grid-template-columns: 36px 1fr; gap: 18px; padding: 30px 36px; border-left: 1px solid var(--line); transition: background .35s ease, transform .35s cubic-bezier(.2,.8,.2,1); }
.principle-grid article:hover { background: #faf7f0; transform: translateY(-3px); }
.principle-grid article:last-child { border-right: 1px solid var(--line); }
.principle-grid article > span { color: #a1824d; font-family: var(--serif); font-size: 13px; }
.principle-grid h3 { margin-bottom: 4px; font-family: var(--serif); font-size: 18px; }
.principle-grid p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.5; }
.split { display: grid; grid-template-columns: .95fr .75fr; gap: 14%; }
.section-title h2, .contents-sticky h2, .faq-heading h2 { font-size: clamp(42px, 4.5vw, 62px); }
.editorial-copy { padding-top: 43px; }
.editorial-copy p { color: var(--muted); }
.editorial-copy .lead { color: var(--ink); font-family: var(--serif); font-size: 24px; line-height: 1.45; }
.underlined { display: inline-block; margin-top: 12px; color: #735a31; font-size: 12px; font-weight: 600; text-underline-offset: 7px; }

.difference, .toolkit, .offer { color: white; background: var(--green); }
.center-head { max-width: 720px; margin: 0 auto 65px; text-align: center; }
.center-head h2 { font-size: clamp(44px, 5vw, 66px); }
.method-grid { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid rgba(255,255,255,.14); }
.method-card { min-height: 480px; padding: 43px 37px; border-right: 1px solid rgba(255,255,255,.14); background: linear-gradient(145deg, rgba(255,255,255,.035), transparent); transition: background .45s ease, box-shadow .45s ease; }
.method-card:hover { background: linear-gradient(145deg, rgba(255,255,255,.075), rgba(255,255,255,.01)); box-shadow: inset 0 1px rgba(231,207,156,.18); }
.method-card:last-child { border-right: 0; }
.method-number { color: var(--gold-light); font-family: var(--serif); font-size: 30px; }
.method-card h3 { margin: 55px 0 20px; font-family: var(--serif); font-size: 27px; font-weight: 600; }
.method-card p { min-height: 96px; color: rgba(255,255,255,.62); font-size: 14px; }
.method-card ul { margin: 28px 0 0; padding: 23px 0 0; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.8); font-size: 12px; list-style: none; }
.method-card li { margin: 9px 0; }
.method-card li::before { content: "—"; margin-right: 10px; color: var(--gold); }

.example-section { background: #ded5c6; }
.example-grid { display: grid; grid-template-columns: .7fr 1.1fr; align-items: center; gap: 11%; }
.example-intro h2 { font-size: 48px; }
.example-intro p { color: var(--muted); }
.reference-card { padding: 42px; background: var(--cream); box-shadow: var(--shadow); transition: box-shadow .5s ease; }
.reference-card:hover { box-shadow: 0 38px 85px rgba(7,20,17,.25); }
.reference-top { display: flex; justify-content: space-between; gap: 20px; padding-bottom: 27px; border-bottom: 1px solid var(--line); }
.reference-top small { color: #8b7247; font-size: 9px; letter-spacing: .16em; text-transform: uppercase; }
.reference-top h3 { margin: 7px 0 0; font-family: var(--serif); font-size: 27px; }
.score { font-family: var(--serif); font-size: 35px; }
.score small { font-size: 11px; }
.reference-bars { display: grid; grid-template-columns: 1fr 1fr; gap: 20px 30px; padding: 30px 0; }
.reference-bars span { display: block; margin-bottom: 7px; color: var(--muted); font-size: 10px; text-transform: uppercase; }
.reference-bars i { position: relative; display: block; height: 3px; background: #ddd6ca; }
.reference-bars i::after { content: ""; position: absolute; inset: 0 auto 0 0; width: var(--score); background: #b28a47; transform: scaleX(0); transform-origin: left; transition: transform 1.1s var(--bar-delay, 0s) cubic-bezier(.2,.8,.2,1); }
.reference-card.visible .reference-bars i::after { transform: scaleX(1); }
.verdicts { display: grid; grid-template-columns: 1fr 1fr; border: 1px solid var(--line); }
.verdicts div { padding: 18px; }
.verdicts div + div { border-left: 1px solid var(--line); }
.verdicts strong { font-size: 11px; text-transform: uppercase; }
.verdicts p, .sample-note { margin: 6px 0 0; color: var(--muted); font-size: 11px; line-height: 1.5; }
.sample-note { margin-top: 18px; font-style: italic; }

.contents { background: var(--cream); }
.contents-grid { display: grid; grid-template-columns: .8fr 1fr; gap: 11%; align-items: start; }
.contents-sticky { position: sticky; top: 40px; }
.contents-sticky > p:not(.eyebrow) { max-width: 390px; color: var(--muted); }
.contents-sticky .button { margin-top: 22px; }
.chapter { display: grid; grid-template-columns: 55px 1fr; gap: 20px; padding: 27px 0; border-top: 1px solid var(--line); transition-property: opacity, transform, padding-left; }
.chapter.visible:hover { padding-left: 8px; }
.chapter:last-child { border-bottom: 1px solid var(--line); }
.chapter > span { color: #a1824d; font-family: var(--serif); font-size: 14px; }
.chapter h3 { margin-bottom: 7px; font-family: var(--serif); font-size: 21px; }
.chapter p { margin: 0; color: var(--muted); font-size: 13px; }
.toolkit { background: #0c211b; }
.tool-grid { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid rgba(255,255,255,.12); }
.tool { min-height: 235px; padding: 32px; border-right: 1px solid rgba(255,255,255,.12); border-bottom: 1px solid rgba(255,255,255,.12); transition-property: opacity, transform, background; }
.tool.visible:hover { background: rgba(255,255,255,.045); }
.tool:nth-child(3n) { border-right: 0; }
.tool:nth-child(n+7) { border-bottom: 0; }
.tool > span { color: var(--gold-light); font-family: var(--serif); font-size: 25px; }
.tool h3 { margin: 35px 0 9px; font-family: var(--serif); font-size: 21px; }
.tool p { color: rgba(255,255,255,.56); font-size: 12px; }

.audience { background: #e6ded0; }
.audience-grid { display: grid; grid-template-columns: .85fr 1fr; gap: 12%; }
.audience h2 { max-width: 500px; font-size: clamp(43px, 4.7vw, 62px); }
.fit-list p { display: grid; grid-template-columns: 45px 1fr; gap: 22px; margin: 0; padding: 21px 0; border-top: 1px solid var(--line); font-family: var(--serif); font-size: 18px; line-height: 1.45; }
.fit-list p:last-child { border-bottom: 1px solid var(--line); }
.fit-list span { color: #a1824d; font-family: var(--sans); font-size: 10px; }
.offer { background: radial-gradient(circle at 20% 40%, #204b3f, #102a24 54%); }
.offer-grid { display: grid; grid-template-columns: 1fr .72fr; align-items: center; gap: 11%; }
.offer-copy h2 { font-size: clamp(45px, 5vw, 66px); }
.offer-copy > p:not(.eyebrow) { max-width: 600px; color: rgba(255,255,255,.64); }
blockquote { max-width: 610px; margin: 40px 0 0; padding: 22px 0 0 27px; border-left: 1px solid var(--gold); color: rgba(255,255,255,.74); font-family: var(--serif); font-size: 18px; font-style: italic; }
.price-card { padding: 42px; color: var(--ink); background: var(--cream); box-shadow: var(--shadow); }
.price-label { font-family: var(--serif); font-size: 18px; }
.price { margin: 25px 0 4px; font-family: var(--serif); font-size: 78px; line-height: 1; }
.price > span { vertical-align: top; font-size: 25px; }
.offer-status { margin: 27px 0 7px; font-family: var(--serif); font-size: 35px; line-height: 1.15; }
.price-note { padding-bottom: 23px; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 11px; }
.price-card ul { margin: 25px 0; padding: 0; list-style: none; font-size: 13px; }
.price-card li { margin: 12px 0; }
.price-card li::before { content: "✓"; margin-right: 10px; color: #937039; }
.price-card .button { width: 100%; }
.secure-note { margin: 15px 0 0; color: var(--muted); text-align: center; font-size: 9px; letter-spacing: .06em; text-transform: uppercase; }

.faq { background: var(--cream); }
.faq-grid { display: grid; grid-template-columns: .7fr 1fr; gap: 12%; }
.faq-heading { position: sticky; top: 40px; align-self: start; }
.faq-heading > p:not(.eyebrow) { max-width: 390px; color: var(--muted); }
.accordion { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); transition: background .3s ease, padding .3s ease; }
details[open] { padding-left: 12px; background: rgba(200,161,93,.045); }
summary { position: relative; padding: 25px 45px 25px 0; cursor: pointer; font-family: var(--serif); font-size: 19px; list-style: none; }
summary::-webkit-details-marker { display: none; }
summary span::before, summary span::after { content: ""; position: absolute; top: 35px; right: 4px; width: 13px; height: 1px; background: var(--ink); transition: transform .2s; }
summary span::after { transform: rotate(90deg); }
details[open] summary span::after { transform: rotate(0); }
details p { max-width: 650px; padding: 0 45px 25px 0; color: var(--muted); font-size: 13px; }
.closing { padding: 120px 0; overflow: hidden; color: white; text-align: center; background: #091713; }
.closing-inner { position: relative; }
.closing-mark { position: absolute; width: 470px; height: 470px; top: 50%; left: 50%; border: 1px solid rgba(231,207,156,.11); border-radius: 50%; transform: translate(-50%, -50%); box-shadow: 0 0 0 45px rgba(231,207,156,.015), 0 0 0 90px rgba(231,207,156,.012); animation: closing-pulse 6s ease-in-out infinite alternate; }
.closing h2 { position: relative; font-size: clamp(44px, 5.5vw, 68px); }
.closing p:not(.eyebrow) { position: relative; color: rgba(255,255,255,.6); }
.closing .button { position: relative; margin-top: 20px; }

.footer { padding: 65px 0 25px; color: rgba(255,255,255,.7); background: #07110e; }
.footer-grid { display: flex; justify-content: space-between; gap: 40px; }
.footer .brand { color: white; }
.footer-grid p { max-width: 420px; margin: 18px 0 0; font-size: 12px; }
.footer-links { display: flex; flex-wrap: wrap; align-items: center; gap: 25px; }
.footer-links a { font-size: 11px; text-decoration: none; }
.legal { display: flex; justify-content: space-between; gap: 30px; margin-top: 52px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.35); font-size: 9px; }
.checkout-message { position: fixed; inset: 0; z-index: 1000; display: grid; place-items: center; padding: 20px; background: rgba(5,14,12,.82); backdrop-filter: blur(7px); }
.checkout-message[hidden] { display: none; }
.checkout-message > div { position: relative; width: min(520px, 100%); padding: 42px; background: var(--cream); box-shadow: var(--shadow); }
.checkout-message button { position: absolute; top: 12px; right: 15px; border: 0; background: none; font-size: 26px; cursor: pointer; }
.checkout-message h2 { font-size: 36px; }
.checkout-message p:last-child { margin: 0; color: var(--muted); }
code { padding: 2px 5px; background: #e8e1d5; }
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .85s var(--reveal-delay, 0ms) ease, transform .85s var(--reveal-delay, 0ms) cubic-bezier(.2,.8,.2,1), background .35s ease, box-shadow .45s ease, padding-left .35s ease; }
.reveal.visible { opacity: 1; transform: none; }

@keyframes ring-drift { to { transform: translate3d(-18px, 12px, 0) scale(1.035); opacity: .65; } }
@keyframes dial-pulse { to { transform: scale(1.018); box-shadow: inset 0 0 0 34px rgba(255,255,255,.018), inset 0 0 0 36px rgba(231,207,156,.1), 0 0 60px rgba(200,161,93,.04); } }
@keyframes minute-tick { to { transform: rotate(502deg); } }
@keyframes book-breathe { from { transform: translate3d(var(--book-x), calc(var(--book-y) + 4px), 0) rotateY(var(--book-ry)) rotateX(var(--book-rx)) rotateZ(2deg); } to { transform: translate3d(var(--book-x), calc(var(--book-y) - 5px), 0) rotateY(var(--book-ry)) rotateX(var(--book-rx)) rotateZ(1deg); } }
@keyframes cover-glint { 0%, 35% { transform: translateX(-55%) rotate(5deg); } 65%, 100% { transform: translateX(55%) rotate(5deg); } }
@keyframes closing-pulse { to { transform: translate(-50%, -50%) scale(1.06); opacity: .7; } }

.legal-page { min-height: 100vh; background: var(--cream); }
.legal-header { padding: 24px 0; color: white; background: var(--green); }
.legal-main { width: min(760px, calc(100% - 40px)); margin: auto; padding: 85px 0 120px; }
.legal-main h1 { font-size: 54px; }
.legal-main h2 { margin-top: 42px; font-size: 27px; }
.legal-main p, .legal-main li { color: var(--muted); font-size: 14px; }
.legal-main .back { display: inline-block; margin-bottom: 35px; color: #735a31; font-size: 12px; }

@media (max-width: 900px) {
  .section-pad { padding: 90px 0; }
  .menu-button { display: block; }
  .nav-links { position: absolute; top: 80px; left: 0; right: 0; display: none; flex-direction: column; gap: 22px; padding: 28px; background: #102a24; border-top: 1px solid rgba(255,255,255,.12); }
  .nav-links.open { display: flex; }
  .hero-grid { grid-template-columns: 1fr; padding-top: 145px; text-align: center; }
  .hero-copy { padding-bottom: 0; }
  .hero-lede { margin-inline: auto; }
  .hero-actions, .trust-list { justify-content: center; }
  .book-scene { min-height: 535px; }
  .split, .example-grid, .contents-grid, .audience-grid, .offer-grid, .faq-grid { grid-template-columns: 1fr; gap: 55px; }
  .method-grid { grid-template-columns: 1fr; }
  .method-card { min-height: auto; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.14); }
  .method-card:last-child { border-bottom: 0; }
  .method-card p { min-height: 0; }
  .contents-sticky, .faq-heading { position: static; }
  .tool-grid { grid-template-columns: 1fr 1fr; }
  .tool:nth-child(3n) { border-right: 1px solid rgba(255,255,255,.12); }
  .tool:nth-child(2n) { border-right: 0; }
  .tool:nth-child(n+5) { border-bottom: 1px solid rgba(255,255,255,.12); }
  .tool:nth-child(n+7) { border-bottom: 0; }
  .principle-grid article { padding: 25px 20px; }
}

@media (max-width: 620px) {
  .container { width: min(100% - 28px, 1160px); }
  .topline { height: 31px; font-size: 8px; }
  .site-header { top: 31px; }
  .nav { height: 70px; }
  .brand { font-size: 10px; }
  .hero { min-height: auto; }
  .hero-grid { padding-top: 130px; }
  .hero-copy { padding-top: 35px; }
  .hero h1 { font-size: 45px; }
  .hero-lede { font-size: 15px; }
  .hero-actions { flex-direction: column; gap: 16px; }
  .hero-actions .button { width: 100%; }
  .trust-list { gap: 10px 18px; }
  .book-scene { min-height: 445px; }
  .watch-dial { width: 360px; height: 360px; }
  .book-wrap { width: 238px; height: 350px; }
  .book-cover { padding: 28px 25px; }
  .cover-rule { margin: 20px 0 28px; }
  .book-cover h2 { font-size: 28px; }
  .cover-seal { width: 48px; height: 48px; }
  .principle-grid { grid-template-columns: 1fr; padding: 12px 0; }
  .principle-grid article, .principle-grid article:last-child { border: 0; border-bottom: 1px solid var(--line); }
  .principle-grid article:last-child { border-bottom: 0; }
  .section-title h2, .contents-sticky h2, .faq-heading h2, .example-intro h2 { font-size: 39px; }
  .editorial-copy { padding-top: 0; }
  .editorial-copy .lead { font-size: 21px; }
  .center-head { margin-bottom: 40px; }
  .center-head h2 { font-size: 40px; }
  .method-card { padding: 32px 26px; }
  .method-card h3 { margin-top: 30px; }
  .reference-card { padding: 25px 20px; }
  .reference-bars, .verdicts { grid-template-columns: 1fr; }
  .verdicts div + div { border-left: 0; border-top: 1px solid var(--line); }
  .tool-grid { grid-template-columns: 1fr; }
  .tool, .tool:nth-child(3n), .tool:nth-child(2n), .tool:nth-child(n+4) { min-height: auto; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.12); }
  .tool:last-child { border-bottom: 0; }
  .tool h3 { margin-top: 22px; }
  .price-card { padding: 32px 22px; }
  .footer-grid, .legal { flex-direction: column; }
  .footer-links { align-items: flex-start; flex-direction: column; gap: 14px; }
  .legal { gap: 10px; }
  .checkout-message > div { padding: 35px 24px; }
}

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