:root {
  --ink: #0a0a0e;
  --ink-soft: #101016;
  --panel: #14141c;
  --cream: #ede7d3;
  --muted: rgba(237, 231, 211, .62);
  --faint: rgba(237, 231, 211, .1);
  --gold: #c9a96e;
  --gold-bright: #e5c98f;
  --serif: "Instrument Serif", Georgia, serif;
  --sans: "Geist", system-ui, sans-serif;
  --mono: "Geist Mono", monospace;
  --shell: min(1180px, calc(100vw - 48px));
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; overflow-x: clip; }
body { margin: 0; background: var(--ink); color: var(--cream); font-family: var(--sans); font-weight: 300; overflow-x: clip; }
body::before { content: ""; position: fixed; inset: 0; pointer-events: none; z-index: 50; opacity: .045; 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='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E"); }
::selection { background: var(--gold); color: var(--ink); }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
img { max-width: 100%; display: block; }
.section-shell { width: var(--shell); margin-inline: auto; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 100; transform: translateY(-150%); background: var(--cream); color: var(--ink); padding: 10px 14px; border-radius: 4px; }
.skip-link:focus { transform: none; }

.star-field { position: fixed; inset: 0; pointer-events: none; opacity: .5; background-image: radial-gradient(circle at 15% 20%, rgba(229,201,143,.75) 0 1px, transparent 1.6px), radial-gradient(circle at 78% 11%, rgba(255,255,255,.55) 0 1px, transparent 1.4px), radial-gradient(circle at 42% 69%, rgba(229,201,143,.4) 0 1px, transparent 1.3px), radial-gradient(circle at 91% 80%, rgba(255,255,255,.45) 0 1px, transparent 1.5px); background-size: 260px 310px, 390px 350px, 330px 280px, 440px 420px; }

.site-header { width: var(--shell); height: 82px; margin: 0 auto; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 32px; position: relative; z-index: 20; }
.brand { justify-self: start; }
.site-header nav { display: flex; align-items: center; gap: 27px; }
.site-header nav a, .mobile-menu > a:not(.button) { color: var(--muted); font-size: 12px; text-decoration: none; transition: color .2s; }
.site-header nav a:hover { color: var(--cream); }
.site-header > .button { justify-self: end; }
.menu-toggle { display: none; justify-self: end; color: var(--cream); border: 1px solid var(--faint); background: transparent; border-radius: 6px; padding: 9px 12px; font-family: var(--mono); text-transform: uppercase; letter-spacing: .08em; font-size: 10px; }
.mobile-menu { position: relative; z-index: 25; padding: 20px 24px 26px; border-block: 1px solid var(--faint); background: rgba(10,10,14,.98); }
.mobile-menu a { display: block; padding: 11px 0; }
.mobile-menu .button { margin-top: 10px; text-align: center; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 52px; padding: 0 25px; background: var(--gold); border: 1px solid var(--gold); color: var(--ink); border-radius: 7px; text-decoration: none; text-transform: uppercase; letter-spacing: .045em; font-size: 12px; font-weight: 600; transition: transform .2s, background .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); background: var(--gold-bright); box-shadow: 0 14px 36px rgba(201,169,110,.15); }
.button-small { min-height: 38px; padding: 0 17px; font-size: 10px; }
.button-wide { width: 100%; }
.button-ghost { background: transparent; color: var(--cream); border-color: rgba(201,169,110,.55); white-space: nowrap; }
.button-ghost:hover { color: var(--ink); }
.text-button, .inline-link { padding: 0; border: 0; background: transparent; color: var(--gold-bright); font: 500 11px var(--mono); text-transform: uppercase; letter-spacing: .08em; cursor: pointer; text-decoration: none; }
.text-button:hover, .inline-link:hover { color: var(--cream); }

.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 20px; color: var(--gold); font: 500 10px/1.5 var(--mono); letter-spacing: .13em; text-transform: uppercase; }
.eyebrow span { width: 25px; height: 1px; background: currentColor; }
h1, h2 { font-family: var(--serif); font-weight: 400; letter-spacing: -.025em; margin: 0; }
h1 { font-size: clamp(3.6rem, 6.1vw, 6.1rem); line-height: .95; max-width: 780px; }
h2 { font-size: clamp(2.9rem, 5vw, 5rem); line-height: .98; }
h1 em, h2 em { color: var(--gold-bright); font-weight: 400; }
h3 { margin: 0; font-size: 16px; font-weight: 500; }
p { line-height: 1.75; }

.hero { position: relative; isolation: isolate; min-height: calc(100svh - 82px); display: grid; grid-template-columns: 1.06fr .94fr; align-items: center; gap: 30px; padding: 50px 0 100px; }
.hero-background { position: absolute; z-index: 0; top: 0; bottom: 0; left: 50%; width: 100vw; overflow: hidden; transform: translateX(-50%); pointer-events: none; }
.hero-background img { width: 100%; height: 100%; object-fit: cover; object-position: 62% center; opacity: .66; filter: saturate(.78) contrast(1.06); }
.hero-background::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg,rgba(10,10,14,.98) 0%,rgba(10,10,14,.91) 30%,rgba(10,10,14,.58) 58%,rgba(10,10,14,.12) 100%),linear-gradient(180deg,rgba(10,10,14,.18),transparent 58%,rgba(10,10,14,.7)); }
.hero-copy { position: relative; z-index: 2; min-width: 0; }
.hero-lede { max-width: 660px; margin: 27px 0 23px; color: var(--muted); font-size: 17px; }
.check-list { list-style: none; padding: 0; margin: 25px 0; display: grid; gap: 13px; }
.check-list li { position: relative; padding-left: 25px; color: rgba(237,231,211,.82); font-size: 14px; }
.check-list li::before { content: "✦"; position: absolute; left: 0; color: var(--gold); font-size: 10px; top: 3px; }
.check-list.compact { grid-template-columns: 1fr 1fr; max-width: 630px; }
.hero-actions { display: flex; align-items: center; gap: 25px; margin-top: 30px; }
.microcopy { color: rgba(237,231,211,.38); font: 400 9px/1.7 var(--mono); letter-spacing: .035em; }
.hero-visual { position: relative; z-index: 2; min-width: 0; min-height: 650px; display: grid; place-items: center; }
.hero-books { position: relative; width: min(620px,100%); aspect-ratio: 1.08 / 1; animation: books-drift 9s ease-in-out infinite alternate; }
.hero-page { position: absolute; height: auto; max-width: none; border: 1px solid rgba(201,169,110,.28); box-shadow: 0 30px 55px rgba(0,0,0,.55); transform-origin: 50% 60%; }
.hero-page-left { z-index: 1; left: 1%; bottom: 4%; width: 36%; transform: rotate(-7deg); }
.hero-page-center { z-index: 3; left: 28%; top: 2%; width: 45%; }
.hero-page-right { z-index: 2; right: 0; top: 11%; width: 36%; transform: rotate(7deg); }
@keyframes books-drift { to { transform: translateY(-9px); } }

.proof-strip { width: var(--shell); margin: 0 auto; padding: 28px 0 90px; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--faint); }
.proof-strip div { padding: 0 30px; border-left: 1px solid var(--faint); }
.proof-strip div:first-child { padding-left: 0; border-left: 0; }
.proof-strip strong { display: block; color: var(--gold-bright); font: 400 34px var(--serif); }
.proof-strip span { color: rgba(237,231,211,.42); font: 400 9px var(--mono); text-transform: uppercase; letter-spacing: .09em; }

.story-grid { padding: 120px 0 150px; display: grid; grid-template-columns: .85fr 1.15fr; gap: 10%; border-top: 1px solid var(--faint); }
.section-heading h2 { max-width: 720px; }
.large-copy { margin: 0 0 35px; color: rgba(237,231,211,.78); font: 400 26px/1.4 var(--serif); }
.fragment-list { border-top: 1px solid var(--faint); }
.fragment-list div { display: grid; grid-template-columns: 150px 1fr; gap: 20px; padding: 20px 0; border-bottom: 1px solid var(--faint); }
.fragment-list span { color: var(--gold); font: 400 10px var(--mono); text-transform: uppercase; letter-spacing: .09em; }
.fragment-list p { margin: 0; color: var(--muted); font-size: 14px; }
blockquote { margin: 34px 0 0; padding: 0 0 0 25px; border-left: 1px solid var(--gold); color: var(--cream); font: italic 27px/1.45 var(--serif); }

.blueprint-section { position: relative; padding: 100px 0; overflow: hidden; background: radial-gradient(circle at 25% 50%, rgba(35,28,51,.52), transparent 45%), #0d0d13; border-block: 1px solid var(--faint); }
.blueprint-section::before { content: ""; position: absolute; inset: 0; background: linear-gradient(115deg, transparent 55%, rgba(201,169,110,.035)); }
.blueprint-grid { position: relative; display: grid; grid-template-columns: 1fr .84fr; align-items: center; gap: 8%; }
.wheel-wrap img { width: min(650px, 100%); filter: drop-shadow(0 30px 60px rgba(0,0,0,.55)); }
.blueprint-copy > p:not(.eyebrow) { color: var(--muted); font-size: 16px; }
.detail-list { list-style: none; padding: 25px 0 0; margin: 32px 0 0; border-top: 1px solid var(--faint); display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; }
.detail-list li { color: rgba(237,231,211,.7); font: 400 10px/1.5 var(--mono); text-transform: uppercase; letter-spacing: .05em; }
.detail-list span { display: block; color: var(--gold); font-size: 18px; margin-bottom: 8px; }

#inside, #process, #faq { padding: 140px 0; }
.split-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 65px; }
.chapter-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--faint); border-left: 1px solid var(--faint); }
.chapter-grid article { min-height: 220px; padding: 28px 25px; border-right: 1px solid var(--faint); border-bottom: 1px solid var(--faint); transition: background .25s; }
.chapter-grid article:hover { background: rgba(201,169,110,.045); }
.chapter-grid article > span { display: block; color: var(--gold); font: 400 22px var(--serif); margin-bottom: 48px; }
.chapter-grid h3 { font-family: var(--serif); font-size: 22px; font-weight: 400; }
.chapter-grid p { color: var(--muted); font-size: 13px; line-height: 1.65; }
.chapter-grid .chapter-feature { background: linear-gradient(145deg, rgba(201,169,110,.12), rgba(201,169,110,.02)); }

.gallery-section { padding: 130px 0; background: #0d0d13; border-block: 1px solid var(--faint); }
.gallery-heading { max-width: 720px; margin-bottom: 55px; }
.gallery-heading > p:last-child { color: var(--muted); }
.gallery { display: grid; grid-template-columns: repeat(6, 1fr); gap: 15px; }
.gallery button { padding: 0; background: transparent; border: 0; color: var(--cream); cursor: pointer; text-align: left; }
.gallery img { aspect-ratio: 1 / 1.414; object-fit: cover; object-position: top; border: 1px solid var(--faint); filter: saturate(.82) brightness(.8); transition: transform .25s, filter .25s, border-color .25s; }
.gallery button:hover img { transform: translateY(-7px); filter: none; border-color: rgba(201,169,110,.55); }
.gallery span { display: block; margin-top: 12px; color: var(--muted); font: 400 9px var(--mono); text-transform: uppercase; letter-spacing: .06em; }

#process .section-heading { margin-bottom: 70px; }
.steps { border-top: 1px solid var(--faint); }
.steps article { display: grid; grid-template-columns: 170px 1fr; gap: 30px; padding: 34px 0; border-bottom: 1px solid var(--faint); }
.steps article > span { color: var(--gold); font: 400 40px var(--serif); }
.steps article > div { display: grid; grid-template-columns: .7fr 1fr; align-items: start; gap: 12%; }
.steps h3 { font: 400 29px var(--serif); }
.steps p { margin: 0; color: var(--muted); font-size: 14px; }

.offer-section { padding: 130px 0; background: radial-gradient(circle at 72% 50%, rgba(79,51,91,.28), transparent 33%), #0d0d13; border-block: 1px solid var(--faint); }
.offer-grid { display: grid; grid-template-columns: minmax(0,.78fr) minmax(520px,610px); align-items: start; gap: 8%; }
.offer-copy > p:last-child { max-width: 560px; color: var(--muted); font-size: 16px; }
.offer-copy { position: sticky; top: 110px; padding-top: 25px; }
.offer-list { margin-top: 40px; padding-top: 28px; border-top: 1px solid var(--faint); }
.price-card { position: relative; padding: 42px; border: 1px solid rgba(201,169,110,.32); border-radius: 12px; background: rgba(13,13,19,.78); box-shadow: 0 35px 100px rgba(0,0,0,.3); }
.price-card::before { content: "✦"; position: absolute; right: 30px; top: 27px; color: var(--gold); }
.price-label { margin: 0; font: 400 29px var(--serif); }
.price { margin-top: 25px; font: 400 62px/1 var(--serif); }
.price > span { font-size: 30px; vertical-align: 18px; color: var(--gold); }
.price small { color: var(--muted); font: 400 10px var(--mono); letter-spacing: .08em; }
.price-note { margin: 8px 0 30px; color: var(--gold); font: 400 10px var(--mono); text-transform: uppercase; letter-spacing: .08em; }
.price-card .check-list { padding: 25px 0; border-block: 1px solid var(--faint); }
.price-card .microcopy { text-align: center; margin-bottom: 0; }

.order-card { scroll-margin-top: 28px; padding: 36px; border: 1px solid rgba(201,169,110,.34); border-radius: 13px; background: linear-gradient(150deg,rgba(20,20,28,.98),rgba(11,11,16,.97)); box-shadow: 0 38px 110px rgba(0,0,0,.38); }
.order-header { display: flex; justify-content: space-between; align-items: start; gap: 25px; padding-bottom: 28px; border-bottom: 1px solid var(--faint); }
.order-header h3 { font: 400 31px/1.1 var(--serif); }
.order-header .price-note { margin: 0 0 8px; }
.order-price { flex: none; font: 400 40px/1 var(--serif); color: var(--cream); }
.order-price > span { color: var(--gold); font-size: 20px; vertical-align: 12px; }
.order-price small { display: block; margin-top: 7px; color: var(--muted); font: 400 9px var(--mono); text-align: right; letter-spacing: .08em; }
#natal-checkout-form { padding-top: 26px; }
.gift-toggle { display: grid; grid-template-columns: 18px 1fr; gap: 13px; align-items: start; padding: 16px; margin-bottom: 24px; border: 1px solid var(--faint); border-radius: 7px; cursor: pointer; background: rgba(201,169,110,.035); }
.gift-toggle input, .consent-field input { margin: 3px 0 0; accent-color: var(--gold); }
.gift-toggle strong, .gift-toggle small { display: block; }
.gift-toggle strong { font-size: 13px; font-weight: 500; }
.gift-toggle small { margin-top: 3px; color: var(--muted); font-size: 11px; line-height: 1.45; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 19px 16px; }
.field { display: flex; flex-direction: column; gap: 8px; }
.field-wide { grid-column: 1 / -1; }
.field > span, .location-field > label, .birth-date-field legend { color: rgba(237,231,211,.72); font: 500 10px var(--mono); text-transform: uppercase; letter-spacing: .065em; }
.field b { color: var(--gold); font-weight: 400; }
.field i, .location-field i { color: rgba(237,231,211,.36); font-style: normal; text-transform: none; letter-spacing: 0; }
.field input, .birth-date-segments input { width: 100%; min-height: 47px; padding: 0 13px; border: 1px solid rgba(237,231,211,.14); border-radius: 6px; outline: 0; background: rgba(5,5,8,.58); color: var(--cream); color-scheme: dark; font: 400 14px var(--sans); transition: border-color .2s, box-shadow .2s; }
.field input::placeholder, .birth-date-segments input::placeholder { color: rgba(237,231,211,.26); }
.field input:focus, .birth-date-segments input:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(201,169,110,.09); }
.field small { min-height: 16px; margin-top: -3px; color: rgba(237,231,211,.36); font-size: 10px; line-height: 1.45; }
.birth-date-field { min-width: 0; margin: 0; padding: 0; border: 0; }
.birth-date-field legend { padding: 0; margin-bottom: 9px; }
.birth-date-field legend b { color: var(--gold); font-weight: 400; }
.birth-date-segments { display: grid; grid-template-columns: minmax(74px,1fr) auto minmax(74px,1fr) auto minmax(112px,1.35fr); align-items: end; gap: 9px; }
.birth-date-segments label { display: grid; gap: 6px; }
.birth-date-segments label > span { color: rgba(237,231,211,.42); font: 400 9px var(--mono); text-transform: uppercase; letter-spacing: .07em; }
.birth-date-segments i { align-self: center; margin-top: 17px; color: rgba(237,231,211,.28); font: 400 18px var(--serif); }
.birth-date-segments input { text-align: center; font-family: var(--mono); letter-spacing: .1em; }
.birth-date-field > small { display: block; margin-top: 9px; color: rgba(237,231,211,.48); font-size: 10px; line-height: 1.55; }
.birth-date-field > small strong { color: var(--gold-bright); font-weight: 500; }
.location-field { position: relative; }
.city-suggestions { position: absolute; z-index: 20; top: calc(100% - 23px); left: 0; right: 0; max-height: 240px; overflow-y: auto; margin: 0; padding: 6px; list-style: none; border: 1px solid rgba(201,169,110,.34); border-radius: 7px; background: #111117; box-shadow: 0 20px 50px rgba(0,0,0,.55); }
.city-suggestions button { width: 100%; padding: 11px 12px; border: 0; border-radius: 4px; background: transparent; color: rgba(237,231,211,.78); font: 400 12px/1.4 var(--sans); text-align: left; cursor: pointer; }
.city-suggestions button:hover, .city-suggestions button:focus, .city-suggestions button[aria-selected="true"] { outline: 0; background: rgba(201,169,110,.12); color: var(--cream); }
.city-suggestions .city-empty { padding: 10px 12px; color: var(--muted); font-size: 11px; }
.consent-field { display: grid; grid-template-columns: 18px 1fr; gap: 11px; align-items: start; margin: 25px 0; color: rgba(237,231,211,.5); font-size: 10px; line-height: 1.55; cursor: pointer; }
.consent-field a { color: var(--gold); }
.order-security { margin: 13px 0 0; text-align: center; }
.review-kicker { margin: 0 0 17px; color: var(--gold); font: 500 10px var(--mono); text-transform: uppercase; letter-spacing: .1em; }
.order-review { padding-top: 27px; }
.order-review dl { margin: 0 0 24px; border-top: 1px solid var(--faint); }
.order-review dl > div { display: grid; grid-template-columns: 145px 1fr; gap: 20px; padding: 13px 0; border-bottom: 1px solid var(--faint); }
.order-review dt { color: var(--muted); font-size: 11px; }
.order-review dd { margin: 0; text-align: right; font-size: 13px; overflow-wrap: anywhere; }
.review-note { padding: 15px; margin: 0 0 20px; border-left: 1px solid var(--gold); background: rgba(201,169,110,.045); color: var(--muted); font-size: 11px; line-height: 1.6; }
.form-error { padding: 11px 13px; border: 1px solid rgba(221,100,100,.35); border-radius: 5px; background: rgba(150,40,40,.1); color: #efb0a7; font-size: 12px; }
.edit-order { display: block; margin: 17px auto 0; border: 0; background: transparent; color: var(--muted); font: 500 10px var(--mono); text-transform: uppercase; letter-spacing: .07em; cursor: pointer; }
.edit-order:hover { color: var(--cream); }
.noscript-note { color: var(--muted); font-size: 12px; }
.noscript-note a { color: var(--gold); }

.faq-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 10%; }
.faq-grid .inline-link { display: inline-block; margin-top: 35px; }
.faq-list { border-top: 1px solid var(--faint); }
details { border-bottom: 1px solid var(--faint); }
summary { list-style: none; cursor: pointer; min-height: 75px; display: flex; align-items: center; justify-content: space-between; gap: 20px; font-size: 15px; font-weight: 400; }
summary::-webkit-details-marker { display: none; }
summary span { color: var(--gold); font: 400 20px var(--serif); transition: transform .2s; }
details[open] summary span { transform: rotate(45deg); }
details p { margin: -3px 45px 25px 0; color: var(--muted); font-size: 14px; }
details p a { color: var(--gold); }

.membership-section { padding: 0 0 130px; }
.membership-card { position: relative; overflow: hidden; display: grid; grid-template-columns: 90px 1fr auto; gap: 38px; align-items: center; padding: 55px; border: 1px solid rgba(201,169,110,.22); background: linear-gradient(125deg, rgba(201,169,110,.1), rgba(35,27,48,.35)); }
.membership-card::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg,rgba(10,10,14,.98) 12%,rgba(10,10,14,.82) 55%,rgba(10,10,14,.28)), url("assets/natal-hero-v2.png") 80% center / cover no-repeat; opacity: .48; }
.membership-card > * { position: relative; z-index: 1; }
.membership-mark { display: grid; place-items: center; width: 78px; height: 78px; border: 1px solid rgba(201,169,110,.42); border-radius: 50%; color: var(--gold); font-size: 31px; }
.membership-card h2 { font-size: clamp(2.4rem, 4vw, 4rem); }
.membership-card > div:nth-child(2) > p:last-child { max-width: 700px; color: var(--muted); }
.membership-card .eyebrow { margin-bottom: 13px; }

.final-cta { text-align: center; padding: 130px 0 160px; }
.final-cta .eyebrow { justify-content: center; }
.final-cta p:not(.eyebrow) { color: var(--muted); margin: 24px auto 30px; max-width: 610px; }

footer { border-top: 1px solid var(--faint); background: #08080b; }
.footer-grid { display: grid; grid-template-columns: 1.7fr repeat(3,1fr); gap: 60px; padding: 65px 0 50px; }
.footer-grid > div { display: flex; flex-direction: column; align-items: start; gap: 12px; }
.footer-grid > div:first-child p { max-width: 360px; color: var(--muted); font-size: 13px; }
.footer-grid strong { margin-bottom: 7px; color: var(--gold); font: 500 9px var(--mono); text-transform: uppercase; letter-spacing: .1em; }
.footer-grid a { color: var(--muted); font-size: 12px; text-decoration: none; }
.footer-grid a:hover { color: var(--cream); }
.footer-bottom { display: flex; justify-content: space-between; gap: 25px; padding: 22px 0 28px; border-top: 1px solid var(--faint); color: rgba(237,231,211,.32); font: 400 9px var(--mono); }
.footer-bottom p { margin: 0; }

.gallery-dialog { width: min(860px, calc(100vw - 30px)); height: min(92vh, 950px); border: 1px solid rgba(201,169,110,.38); padding: 48px 70px 25px; background: rgba(10,10,14,.98); color: var(--cream); overflow: hidden; }
.gallery-dialog::backdrop { background: rgba(0,0,0,.86); backdrop-filter: blur(8px); }
.gallery-dialog figure { height: 100%; margin: 0; display: grid; grid-template-rows: 1fr auto; place-items: center; gap: 12px; }
.gallery-dialog figure img { min-height: 0; max-height: calc(92vh - 105px); border: 1px solid var(--faint); }
.gallery-dialog figcaption { color: var(--muted); font: 400 9px var(--mono); text-transform: uppercase; letter-spacing: .08em; }
.dialog-close { position: absolute; top: 12px; right: 14px; border: 0; background: transparent; color: var(--cream); font-size: 28px; cursor: pointer; }
.dialog-arrow { position: absolute; top: 50%; transform: translateY(-50%); width: 42px; height: 42px; border: 1px solid var(--faint); background: var(--panel); color: var(--gold); border-radius: 50%; cursor: pointer; }
.dialog-prev { left: 14px; }
.dialog-next { right: 14px; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1000px) {
  .site-header { grid-template-columns: 1fr auto; }
  .site-header nav, .site-header > .button { display: none; }
  .menu-toggle { display: block; }
  .hero { grid-template-columns: 1fr; gap: 20px; padding-top: 55px; }
  .hero-copy { max-width: 760px; }
  .hero-visual { min-height: 590px; }
  .hero-books { width: min(610px,94vw); }
  .hero-background img { object-position: 66% center; }
  .hero-background::after { background: linear-gradient(180deg,rgba(10,10,14,.9) 0%,rgba(10,10,14,.74) 44%,rgba(10,10,14,.3) 72%,rgba(10,10,14,.72) 100%); }
  .story-grid, .faq-grid { grid-template-columns: 1fr; gap: 55px; }
  .blueprint-grid { grid-template-columns: .9fr 1fr; gap: 4%; }
  .chapter-grid { grid-template-columns: repeat(2,1fr); }
  .gallery { grid-template-columns: repeat(3,1fr); }
  .offer-grid { grid-template-columns: 1fr; gap: 45px; }
  .offer-copy { position: static; padding-top: 0; }
  .membership-card { grid-template-columns: 80px 1fr; }
  .membership-card .button { grid-column: 2; justify-self: start; }
}

@media (max-width: 720px) {
  :root { --shell: calc(100vw - 32px); }
  .site-header { height: 68px; }
  h1 { font-size: clamp(3.2rem, 15vw, 5rem); }
  h2 { font-size: clamp(2.7rem, 13vw, 4rem); }
  .hero { min-height: auto; grid-template-columns: 1fr; padding: 65px 0 45px; }
  .hero-lede { font-size: 15px; }
  .check-list.compact { grid-template-columns: 1fr; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 19px; }
  .hero-actions .text-button { align-self: center; }
  .hero-visual { min-height: 390px; margin-top: 8px; }
  .hero-books { width: min(390px,100%); }
  .hero-background img { object-position: 70% center; }
  .hero-background::after { background: linear-gradient(180deg,rgba(10,10,14,.78) 0%,rgba(10,10,14,.55) 48%,rgba(10,10,14,.42) 100%); }
  .proof-strip { grid-template-columns: 1fr 1fr; padding-bottom: 55px; }
  .proof-strip div { padding: 17px 12px; border-top: 1px solid var(--faint); }
  .proof-strip div:nth-child(odd) { border-left: 0; }
  .proof-strip div:first-child { padding-left: 12px; }
  .proof-strip strong { font-size: 28px; }
  .story-grid, #inside, #process, #faq { padding: 90px 0; }
  .fragment-list div { grid-template-columns: 1fr; gap: 8px; }
  .blueprint-section { padding: 75px 0 90px; }
  .blueprint-grid { grid-template-columns: 1fr; }
  .wheel-wrap { margin-bottom: 35px; }
  .detail-list { grid-template-columns: 1fr; }
  .detail-list li { display: flex; align-items: center; gap: 14px; }
  .detail-list span { margin: 0; }
  .split-heading { display: block; margin-bottom: 45px; }
  .split-heading .text-button { margin-top: 25px; }
  .chapter-grid { grid-template-columns: 1fr; }
  .chapter-grid article { min-height: 190px; }
  .chapter-grid article > span { margin-bottom: 35px; }
  .gallery-section { padding: 90px 0; }
  .gallery { grid-template-columns: repeat(2,1fr); }
  .steps article { grid-template-columns: 60px 1fr; gap: 12px; }
  .steps article > span { font-size: 27px; }
  .steps article > div { grid-template-columns: 1fr; gap: 13px; }
  .steps h3 { font-size: 24px; }
  .offer-section { padding: 90px 0; }
  .offer-grid { grid-template-columns: 1fr; gap: 45px; }
  .offer-copy { position: static; padding-top: 0; }
  .price-card { padding: 30px 22px; }
  .order-card { padding: 28px 20px; }
  .form-grid { grid-template-columns: 1fr; }
  .field-wide { grid-column: auto; }
  .birth-date-field { grid-column: auto; }
  .birth-date-segments { grid-template-columns: minmax(62px,1fr) auto minmax(62px,1fr) auto minmax(96px,1.35fr); gap: 6px; }
  .order-header { align-items: center; }
  .order-header h3 { font-size: 27px; }
  .order-price { font-size: 33px; }
  .membership-section { padding-bottom: 80px; }
  .membership-card { grid-template-columns: 1fr; padding: 35px 23px; }
  .membership-mark { width: 58px; height: 58px; }
  .membership-card .button { grid-column: auto; justify-self: stretch; white-space: normal; }
  .final-cta { padding: 90px 0 110px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 38px 25px; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; }
  .gallery-dialog { padding: 50px 50px 25px; }
  .dialog-prev { left: 5px; }
  .dialog-next { right: 5px; }
}

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