:root {
  --cream: #f8f1e3;
  --cream-deep: #efe3cd;
  --paper: #fffdf8;
  --ink: #233c36;
  --muted: #586a63;
  --teal: #164f52;
  --teal-deep: #0e3a3c;
  --teal-soft: #dfecea;
  --coral: #c95338;
  --coral-dark: #8f3728;
  --gold: #e4b75d;
  --brown: #5b3b24;
  --line: rgba(35, 60, 54, .16);
  --serif: Georgia, 'Times New Roman', serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --shadow: 0 28px 70px rgba(52, 46, 31, .18);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: var(--sans); line-height: 1.65; overflow-x: hidden; }
body.dialog-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
::selection { color: white; background: var(--coral); }

.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 999; left: 1rem; top: 1rem; padding: .75rem 1rem; color: white; background: var(--teal); transform: translateY(-180%); transition: transform .2s; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: fixed; z-index: 100; inset: 0 0 auto; padding: 1rem 1.4rem; transition: padding .3s ease, background .3s ease, box-shadow .3s ease; }
.site-header.is-scrolled { padding-block: .6rem; background: rgba(248, 241, 227, .92); box-shadow: 0 7px 26px rgba(45, 58, 51, .08); backdrop-filter: blur(14px); }
.nav-shell { width: min(1200px, 100%); height: 64px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { display: inline-flex; align-items: center; gap: .65rem; line-height: 1; }
.brand-mark { width: 37px; height: auto; flex: none; }
.brand span { display: grid; gap: .18rem; }
.brand strong { color: var(--teal); font: 700 1.3rem/1 var(--serif); letter-spacing: -.02em; }
.brand small { color: var(--brown); font-size: .6rem; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.main-nav { display: flex; align-items: center; gap: 1.7rem; font-size: .87rem; font-weight: 700; }
.main-nav > a:not(.nav-cta) { position: relative; padding: .5rem 0; }
.main-nav > a:not(.nav-cta)::after { content: ''; position: absolute; left: 0; right: 100%; bottom: .25rem; height: 2px; background: var(--coral); transition: right .25s ease; }
.main-nav > a:not(.nav-cta):hover::after, .main-nav > a:not(.nav-cta):focus-visible::after { right: 0; }
.nav-cta { padding: .76rem 1.2rem; color: white; background: var(--teal); border-radius: 999px; box-shadow: 0 8px 20px rgba(22, 79, 82, .18); }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; background: transparent; border: 0; }
.menu-toggle > span:not(.sr-only) { display: block; width: 24px; height: 2px; margin: 5px 0; background: var(--ink); transition: transform .2s, opacity .2s; }

.hero { position: relative; min-height: 800px; height: 100svh; max-height: 980px; padding: 110px 1.4rem 40px; display: grid; align-items: center; overflow: hidden; background: radial-gradient(circle at 80% 25%, rgba(238, 211, 143, .44), transparent 29%), linear-gradient(135deg, #fcf7ec 0%, var(--cream) 58%, #f0e4c9 100%); }
.hero::before { content: ''; position: absolute; inset: 0; opacity: .13; pointer-events: none; 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 type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.28'/%3E%3C/svg%3E"); }
.hero-shell { position: relative; z-index: 2; width: min(1200px, 100%); margin: 0 auto; display: grid; grid-template-columns: minmax(0, 1.06fr) minmax(380px, .94fr); gap: 4rem; align-items: center; }
.hero-copy { padding-top: 2rem; }
.eyebrow, .section-kicker { margin: 0 0 1.1rem; color: var(--coral-dark); font-size: .72rem; font-weight: 850; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: .7rem; }
.eyebrow span { display: block; width: 28px; height: 1px; background: var(--coral); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--serif); }
h1 { max-width: 760px; margin-bottom: 1.45rem; font-size: clamp(4rem, 6.5vw, 6.8rem); line-height: .91; letter-spacing: -.055em; font-weight: 600; }
h1 em, h2 em { color: var(--coral); font-weight: 400; }
.hero-lead { max-width: 610px; margin-bottom: 2rem; color: #4f655d; font: 1.13rem/1.75 var(--sans); }
.hero-actions { display: flex; gap: .8rem; flex-wrap: wrap; }
.button { min-height: 52px; padding: .9rem 1.25rem; display: inline-flex; align-items: center; justify-content: center; gap: .8rem; border: 1px solid transparent; border-radius: 999px; cursor: pointer; font-size: .88rem; font-weight: 800; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: var(--teal); box-shadow: 0 12px 28px rgba(22, 79, 82, .2); }
.button-primary:hover { box-shadow: 0 16px 34px rgba(22, 79, 82, .26); }
.button-quiet { background: transparent; border-color: rgba(35, 60, 54, .3); }
.button-quiet:hover { background: rgba(255,255,255,.55); }
.hero-facts { margin: 2.4rem 0 0; padding: 0; display: flex; list-style: none; }
.hero-facts li { padding: 0 1.4rem; display: grid; gap: .05rem; border-left: 1px solid var(--line); }
.hero-facts li:first-child { padding-left: 0; border-left: 0; }
.hero-facts strong { color: var(--teal); font: 700 1.6rem/1 var(--serif); }
.hero-facts span { color: var(--muted); font-size: .7rem; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }

.hero-art { position: relative; height: min(690px, 72vh); min-height: 570px; }
.book-stage { position: absolute; z-index: 3; width: min(64%, 345px); left: 50%; top: 50%; transform: translate(-50%, -48%) perspective(1100px) rotateY(-9deg) rotateZ(2.5deg); transform-style: preserve-3d; }
.book { position: relative; border-radius: 3px 10px 10px 3px; box-shadow: -7px 10px 0 #d8c8a9, -12px 18px 16px rgba(47, 38, 25, .14), 28px 38px 58px rgba(47, 38, 25, .26); overflow: hidden; transform-style: preserve-3d; }
.book::before { content: ''; position: absolute; z-index: 2; inset: 0 auto 0 0; width: 5%; background: linear-gradient(90deg, rgba(30,30,20,.25), rgba(255,255,255,.22), transparent); mix-blend-mode: multiply; }
.book::after { content: ''; position: absolute; z-index: 2; inset: 0; background: linear-gradient(120deg, rgba(255,255,255,.24), transparent 22%, transparent 76%, rgba(56,38,20,.12)); pointer-events: none; }
.book img { width: 100%; }
.book-shadow { position: absolute; width: 120%; height: 14%; left: -4%; bottom: -10%; border-radius: 50%; background: rgba(46, 34, 18, .24); filter: blur(23px); transform: rotate(-3deg); }
.question-note { position: absolute; z-index: 4; padding: .82rem 1rem .82rem 3.15rem; color: var(--brown); background: rgba(255, 253, 248, .95); border: 1px solid rgba(91, 59, 36, .13); border-radius: 12px; box-shadow: 0 14px 30px rgba(72, 57, 37, .14); font: 700 .74rem/1.4 var(--sans); transform: rotate(-4deg); }
.question-note span { position: absolute; left: .85rem; top: 50%; width: 1.7rem; height: 1.7rem; display: grid; place-items: center; color: white; background: var(--coral); border-radius: 50%; font: 700 1rem/1 var(--serif); transform: translateY(-50%); }
.note-one { left: -2%; top: 18%; }
.note-two { right: -3%; bottom: 17%; transform: rotate(5deg); }
.note-two span { background: var(--teal); }
.orbit { position: absolute; border: 1px solid rgba(201, 83, 56, .18); border-radius: 50%; }
.orbit-one { width: 490px; height: 490px; top: 15%; left: 1%; }
.orbit-two { width: 360px; height: 360px; right: 0; bottom: 8%; border-color: rgba(22, 79, 82, .15); }
.doodle { position: absolute; fill: none; stroke: var(--gold); stroke-width: 3; stroke-linecap: round; }
.doodle-stars { width: 100px; right: 1%; top: 7%; }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(2px); }
.hero-glow-one { width: 400px; height: 400px; left: -180px; bottom: -170px; background: rgba(84, 129, 100, .1); }
.hero-glow-two { width: 220px; height: 220px; right: -70px; top: -40px; background: rgba(201, 83, 56, .09); }
.scroll-hint { position: absolute; z-index: 3; left: 50%; bottom: 1.6rem; display: flex; align-items: center; gap: .6rem; color: var(--muted); font-size: .63rem; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; transform: translateX(-50%) rotate(-90deg) translateX(48%); transform-origin: center; }
.scroll-hint span { display: block; width: 34px; height: 1px; background: var(--muted); }

.section { padding: clamp(5rem, 9vw, 9rem) 1.4rem; }
.section-shell { width: min(1160px, 100%); margin: 0 auto; }
.intro { position: relative; background: var(--paper); overflow: hidden; }
.intro-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: clamp(3rem, 8vw, 7rem); align-items: center; }
.intro-image-wrap { position: relative; }
.intro-image-wrap img { position: relative; z-index: 2; width: 100%; border-radius: 45% 55% 48% 52% / 50% 43% 57% 50%; }
.paint-blob { position: absolute; z-index: 1; inset: -4% -7% -8% -6%; background: #e4ecdf; border-radius: 54% 46% 39% 61% / 43% 50% 50% 57%; transform: rotate(-4deg); }
.image-caption { position: relative; z-index: 3; width: max-content; max-width: 85%; margin: -1rem 0 0 1.4rem; padding: .75rem 1rem; color: var(--brown); background: var(--cream); box-shadow: 8px 9px 0 rgba(228,183,93,.36); font: italic .85rem/1.3 var(--serif); transform: rotate(-1deg); }
.image-caption span { margin-right: .5rem; color: var(--coral-dark); font: 800 .65rem/1 var(--sans); }
.intro-copy h2, .section-heading h2, .why-heading h2, .sample-copy h2, .author-title h2, .details-copy h2 { margin-bottom: 1.7rem; font-size: clamp(2.75rem, 4.7vw, 5rem); line-height: 1.02; letter-spacing: -.045em; font-weight: 500; }
.intro-copy > p:not(.section-kicker) { color: var(--muted); }
.intro-copy .large-copy { color: var(--ink) !important; font: 1.25rem/1.65 var(--serif); }
blockquote { margin: 2rem 0 0; padding: 1.1rem 0 1.1rem 1.5rem; border-left: 3px solid var(--coral); }
blockquote p { margin-bottom: .4rem; color: var(--teal); font: italic 1.25rem/1.5 var(--serif); }
blockquote cite { color: var(--muted); font-size: .7rem; font-style: normal; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }

.worlds { position: relative; color: #f6f1e6; background: var(--teal-deep); overflow: hidden; }
.worlds::before { content: ''; position: absolute; width: 540px; height: 540px; right: -200px; top: -200px; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; box-shadow: 0 0 0 85px rgba(255,255,255,.025), 0 0 0 170px rgba(255,255,255,.018); }
.section-heading { position: relative; display: grid; grid-template-columns: 1.4fr .6fr; gap: 4rem; align-items: end; margin-bottom: 3.5rem; }
.section-heading-light .section-kicker { color: #e8bd66; }
.section-heading h2 { margin-bottom: 0; }
.section-heading > p { margin-bottom: .7rem; color: rgba(246, 241, 230, .7); }
.world-grid { position: relative; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.35rem; }
.world-card { min-height: 315px; display: grid; grid-template-columns: .95fr 1.05fr; background: var(--paper); border-radius: 18px; overflow: hidden; box-shadow: 0 18px 35px rgba(2, 26, 28, .25); }
.world-image { min-height: 315px; overflow: hidden; }
.world-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.7,.2,1); }
.world-sky .world-image img { object-position: center 60%; }
.world-nature .world-image img { object-position: center 62%; }
.world-together .world-image img { object-position: center 61%; }
.world-night .world-image img { object-position: center 58%; }
.world-card:hover .world-image img { transform: scale(1.045); }
.world-copy { position: relative; padding: 2rem 1.7rem; color: var(--ink); }
.world-number { position: absolute; right: 1.4rem; top: 1.2rem; color: var(--muted); font: 700 .68rem/1 var(--sans); letter-spacing: .12em; }
.world-label { margin-bottom: .15rem; color: var(--coral-dark); font-size: .64rem; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
.world-copy h3 { margin-bottom: .8rem; color: var(--teal); font-size: 2rem; line-height: 1; font-weight: 600; }
.world-copy > p:not(.world-label) { color: var(--muted); font-size: .84rem; line-height: 1.6; }
.question-chip { display: inline-block; padding: .42rem .65rem; color: var(--brown); background: var(--cream); border-radius: 999px; font: italic .72rem/1.2 var(--serif); }

.why { background: var(--cream); }
.why-heading { max-width: 770px; margin-bottom: 4rem; }
.benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.benefit { position: relative; min-height: 340px; padding: 3rem 2.2rem; border-left: 1px solid var(--line); }
.benefit:first-child { border-left: 0; }
.benefit-index { margin-bottom: 3.7rem; color: var(--coral-dark); font-size: .65rem; font-weight: 850; letter-spacing: .16em; }
.benefit h3 { margin-bottom: 1rem; color: var(--teal); font-size: 1.6rem; }
.benefit > p:last-child { margin: 0; color: var(--muted); font-size: .9rem; }
.benefit-icon { position: absolute; right: 2rem; top: 2.5rem; width: 48px; height: 48px; display: grid; place-items: center; border-radius: 50%; font: 1.3rem/1 var(--serif); }
.icon-spark { color: #8d6626; background: #f3deb0; }
.icon-heart { color: #9d3d32; background: #efd3cc; }
.icon-moon { color: #315f63; background: #cedfdd; }
.question-playground { margin-top: 5rem; padding: clamp(2rem, 5vw, 3.7rem); display: flex; align-items: center; justify-content: space-between; gap: 2rem; color: white; background: #b74432; border-radius: 18px; box-shadow: 12px 13px 0 #e7c571; }
.question-playground .section-kicker { margin-bottom: .6rem; color: #ffe6bf; }
.changing-question { margin: 0; font: 500 clamp(1.8rem, 4vw, 3.6rem)/1.12 var(--serif); letter-spacing: -.035em; }
.changing-question.is-changing { animation: questionSwap .4s ease; }
.round-button { width: 65px; height: 65px; flex: none; color: white; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.45); border-radius: 50%; cursor: pointer; font-size: 1.6rem; transition: transform .3s, background .2s; }
.round-button:hover { background: rgba(255,255,255,.22); transform: rotate(45deg); }
@keyframes questionSwap { 0% { opacity: 1; transform: translateY(0); } 45% { opacity: 0; transform: translateY(-8px); } 55% { opacity: 0; transform: translateY(8px); } 100% { opacity: 1; transform: translateY(0); } }

.sample { color: var(--ink); background: var(--paper); }
.sample-grid { display: grid; grid-template-columns: 1.05fr .75fr; gap: clamp(3rem, 8vw, 7rem); align-items: center; }
.sample-visual { position: relative; }
.sample-visual::before { content: ''; position: absolute; inset: 7% -3% -5% 6%; background: var(--teal-soft); border-radius: 49% 51% 45% 55% / 54% 43% 57% 46%; transform: rotate(4deg); }
.sample-visual img { position: relative; border-radius: 45% 55% 52% 48% / 48% 44% 56% 52%; }
.sample-stamp { position: absolute; right: 1%; bottom: 1%; width: 92px; height: 92px; display: grid; place-content: center; text-align: center; color: white; background: var(--teal); border: 2px solid white; border-radius: 50%; box-shadow: 0 0 0 5px var(--teal); font-size: .58rem; font-weight: 800; letter-spacing: .13em; line-height: 1.1; text-transform: uppercase; transform: rotate(8deg); }
.sample-stamp strong { margin-top: .25rem; font: 700 1.3rem/1 var(--serif); }
.sample-copy h2 { font-size: clamp(2.7rem, 4.5vw, 4.6rem); }
.sample-copy > p { color: var(--muted); }
.dropcap::first-letter { float: left; margin: .12em .09em 0 0; color: var(--coral); font: 700 4.2em/.72 var(--serif); }
.text-link { padding: .35rem 0; display: inline-flex; gap: .7rem; align-items: center; color: var(--teal); background: none; border: 0; border-bottom: 1px solid currentColor; cursor: pointer; font-size: .85rem; font-weight: 800; }
.text-link span { transition: transform .2s; }
.text-link:hover span { transform: translateX(4px); }

.author { background: #e8ede5; }
.author-grid { display: grid; grid-template-columns: 1fr .9fr; gap: clamp(3rem, 9vw, 8rem); align-items: start; }
.author-title h2 { max-width: 680px; margin-bottom: 0; }
.author-copy { padding-top: 1rem; }
.author-copy p:not(.author-name) { color: var(--muted); }
.author-name { margin-bottom: 1.5rem; color: var(--coral); font: italic 1.5rem/1 var(--serif); }

.book-details { position: relative; color: white; background: var(--teal-deep); overflow: hidden; }
.book-details::before, .book-details::after { content: ''; position: absolute; border: 1px solid rgba(255,255,255,.06); border-radius: 50%; }
.book-details::before { width: 500px; height: 500px; left: -230px; top: -250px; }
.book-details::after { width: 620px; height: 620px; right: -310px; bottom: -420px; }
.details-card { position: relative; z-index: 2; display: grid; grid-template-columns: 260px 1fr; gap: clamp(3rem, 7vw, 6rem); align-items: center; }
.details-cover { transform: rotate(-4deg); filter: drop-shadow(23px 28px 30px rgba(0,0,0,.35)); }
.details-cover img { border-radius: 2px 7px 7px 2px; }
.details-copy { max-width: 700px; }
.details-copy .section-kicker { color: #efc676; }
.details-copy h2 { margin-bottom: 1.2rem; }
.details-copy > p { color: rgba(255,255,255,.72); }
.book-meta { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 2rem; margin: 2rem 0; border-top: 1px solid rgba(255,255,255,.16); }
.book-meta div { padding: .8rem 0; display: grid; grid-template-columns: 68px 1fr; gap: .6rem; border-bottom: 1px solid rgba(255,255,255,.16); }
.book-meta dt { color: rgba(255,255,255,.5); font-size: .65rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.book-meta dd { margin: 0; font: .9rem/1.4 var(--serif); }
.button-light { color: var(--teal-deep); background: #f4ddb0; }
.shop-area { margin-top: 2.2rem; }
.shop-heading { margin-bottom: .8rem !important; color: rgba(255,255,255,.72) !important; font-size: .67rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.shop-links { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: .65rem; }
.shop-link { min-height: 62px; padding: .75rem .9rem; display: grid; align-content: center; color: rgba(255,255,255,.4); background: rgba(255,255,255,.055); border: 1px solid rgba(255,255,255,.12); border-radius: 9px; cursor: not-allowed; user-select: none; transition: color .2s, background .2s, border-color .2s, transform .2s; }
.shop-link span { font-size: .56rem; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.shop-link strong { font: 600 .96rem/1.25 var(--serif); }
.shop-link.is-active { color: var(--teal-deep); background: #f4ddb0; border-color: #f4ddb0; cursor: pointer; }
.shop-link.is-active:hover { background: #fae8c5; border-color: #fae8c5; transform: translateY(-2px); }
.shop-note { margin: .8rem 0 0 !important; display: flex; align-items: center; gap: .5rem; color: rgba(255,255,255,.56) !important; font-size: .69rem; }
.shop-note span { width: 7px; height: 7px; flex: none; background: #e8bd66; border-radius: 50%; box-shadow: 0 0 0 3px rgba(232,189,102,.12); }

.site-footer { padding: 3rem 1.4rem; color: var(--ink); background: var(--cream); }
.footer-shell { width: min(1160px, 100%); margin: 0 auto; display: grid; grid-template-columns: 1fr auto; gap: 1.2rem 3rem; align-items: center; }
.brand-footer { grid-row: span 2; }
.footer-shell > p { margin: 0; text-align: right; color: var(--muted); font: italic 1rem/1.5 var(--serif); }
.footer-shell nav { display: flex; justify-content: flex-end; gap: 1.3rem; font-size: .75rem; font-weight: 750; }
.footer-shell nav a:hover { color: var(--coral); }
.footer-shell .copyright { grid-column: 1 / -1; padding-top: 1.4rem; border-top: 1px solid var(--line); text-align: left; font: .68rem/1.4 var(--sans); }

.sample-dialog { width: min(760px, calc(100% - 2rem)); max-height: min(820px, calc(100dvh - 2rem)); padding: 0; color: var(--ink); background: var(--paper); border: 0; border-radius: 18px; box-shadow: 0 30px 90px rgba(6, 29, 30, .35); overflow: hidden; }
.sample-dialog::backdrop { background: rgba(7, 34, 36, .78); backdrop-filter: blur(8px); }
.dialog-bar { padding: 1.1rem 1.3rem 1.1rem 1.7rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; color: white; background: var(--teal); }
.dialog-bar div { display: grid; gap: .2rem; }
.dialog-bar span { color: #e9cc8f; font-size: .6rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.dialog-bar strong { font: 500 1.15rem/1.2 var(--serif); }
.dialog-bar button { width: 40px; height: 40px; flex: none; color: white; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.3); border-radius: 50%; cursor: pointer; font-size: 1.7rem; line-height: 1; }
.dialog-scroll { max-height: calc(100dvh - 9rem); padding: clamp(2rem, 6vw, 4rem); overflow-y: auto; font: 1.04rem/1.85 var(--serif); }
.sample-ending { margin-top: 2rem; padding-top: 1.4rem; color: var(--coral); border-top: 1px solid var(--line); font-style: italic; text-align: center; }

[data-reveal] { opacity: 0; transform: translateY(24px); transition: opacity .75s ease, transform .75s ease; }
[data-reveal][data-delay="1"] { transition-delay: .12s; }
[data-reveal][data-delay="2"] { transition-delay: .24s; }
[data-reveal].is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1000px) {
  .hero { height: auto; min-height: 850px; padding-top: 135px; }
  .hero-shell { grid-template-columns: 1fr .75fr; gap: 2rem; }
  h1 { font-size: clamp(3.6rem, 7vw, 5.4rem); }
  .hero-art { min-height: 540px; }
  .book-stage { width: min(75%, 310px); }
  .note-one { left: -7%; }
  .note-two { right: -8%; }
  .world-card { grid-template-columns: 1fr; }
  .world-image { min-height: 220px; max-height: 250px; }
  .benefit { padding-inline: 1.5rem; }
}

@media (max-width: 780px) {
  .site-header { padding-inline: 1rem; }
  .menu-toggle { display: block; position: relative; z-index: 102; cursor: pointer; }
  .menu-toggle.is-open > span:nth-of-type(2) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle.is-open > span:nth-of-type(3) { opacity: 0; }
  .menu-toggle.is-open > span:nth-of-type(4) { transform: translateY(-7px) rotate(-45deg); }
  .main-nav { position: fixed; z-index: 101; inset: 0; padding: 7rem 2rem 3rem; display: flex; flex-direction: column; justify-content: center; gap: 1.2rem; color: var(--ink); background: rgba(248,241,227,.98); opacity: 0; visibility: hidden; transform: translateY(-10px); transition: opacity .2s, visibility .2s, transform .2s; }
  .main-nav.is-open { opacity: 1; visibility: visible; transform: translateY(0); }
  .main-nav a { font: 500 1.65rem/1.2 var(--serif); }
  .main-nav .nav-cta { margin-top: 1rem; color: white; font: 800 .9rem/1 var(--sans); }
  .hero { padding-top: 120px; padding-bottom: 6rem; }
  .hero-shell { grid-template-columns: 1fr; text-align: center; }
  .hero-copy { padding-top: 0; }
  .eyebrow, .hero-actions, .hero-facts { justify-content: center; }
  h1 { margin-inline: auto; font-size: clamp(3.3rem, 15vw, 5.2rem); }
  .hero-lead { margin-inline: auto; }
  .hero-art { height: 590px; min-height: 0; margin-top: -1rem; }
  .book-stage { width: min(57%, 300px); }
  .note-one { left: 7%; }
  .note-two { right: 5%; }
  .scroll-hint { display: none; }
  .intro-grid, .sample-grid, .author-grid { grid-template-columns: 1fr; }
  .intro-copy { grid-row: 1; }
  .section-heading { grid-template-columns: 1fr; gap: 1rem; }
  .world-grid { grid-template-columns: 1fr; }
  .world-card { grid-template-columns: .85fr 1.15fr; }
  .world-image { max-height: none; }
  .benefit-grid { grid-template-columns: 1fr; }
  .benefit { min-height: auto; border-left: 0; border-top: 1px solid var(--line); }
  .benefit:first-child { border-top: 0; }
  .benefit-index { margin-bottom: 2.2rem; }
  .details-card { grid-template-columns: 180px 1fr; gap: 2.3rem; }
  .shop-links { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer-shell { grid-template-columns: 1fr; text-align: center; }
  .brand-footer { justify-content: center; }
  .footer-shell > p, .footer-shell .copyright { text-align: center; }
  .footer-shell nav { justify-content: center; }
}

@media (max-width: 560px) {
  .hero { min-height: 0; padding-inline: 1rem; }
  .eyebrow { font-size: .61rem; letter-spacing: .11em; }
  .hero-lead { font-size: 1rem; }
  .hero-actions { display: grid; }
  .hero-facts li { padding-inline: .8rem; }
  .hero-facts strong { font-size: 1.35rem; }
  .hero-facts span { font-size: .57rem; }
  .hero-art { height: 520px; }
  .book-stage { width: min(62%, 270px); }
  .note-one { left: 0; top: 18%; }
  .note-two { right: 0; bottom: 14%; }
  .question-note { padding: .7rem .8rem .7rem 2.7rem; font-size: .64rem; }
  .question-note span { left: .7rem; width: 1.5rem; height: 1.5rem; }
  .section { padding-inline: 1rem; }
  .intro-copy h2, .section-heading h2, .why-heading h2, .sample-copy h2, .author-title h2, .details-copy h2 { font-size: clamp(2.5rem, 12vw, 3.5rem); }
  .world-card { grid-template-columns: 1fr; }
  .world-image { height: 310px; min-height: 0; }
  .question-playground { align-items: flex-end; }
  .round-button { width: 54px; height: 54px; }
  .details-card { grid-template-columns: 1fr; text-align: center; }
  .details-cover { width: 180px; margin: 0 auto; }
  .book-meta { text-align: left; grid-template-columns: 1fr; }
  .book-meta div { grid-template-columns: 60px 1fr; }
  .shop-area { text-align: left; }
  .dialog-bar strong { font-size: .95rem; }
  .dialog-scroll { font-size: .97rem; }
}

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

.legal-page { min-height: 100vh; background: var(--paper); }
.legal-header { width: min(920px, calc(100% - 2rem)); margin: 0 auto; padding: 1.4rem 0; display: flex; align-items: center; justify-content: space-between; gap: 2rem; border-bottom: 1px solid var(--line); }
.back-link { color: var(--teal); font-size: .78rem; font-weight: 800; }
.legal-main { width: min(760px, calc(100% - 2rem)); margin: 0 auto; padding: clamp(4rem, 9vw, 7rem) 0; }
.legal-main > h1 { margin-bottom: 3.5rem; font-size: clamp(3.4rem, 9vw, 6rem); }
.legal-main section { margin-top: 2.6rem; padding-top: 2rem; border-top: 1px solid var(--line); }
.legal-main section h2 { margin-bottom: .8rem; color: var(--teal); font-size: 1.35rem; }
.legal-main section p { color: var(--muted); }
.legal-main section a { color: var(--coral-dark); text-decoration: underline; text-underline-offset: 3px; }
.not-found { min-height: 100vh; padding: 2rem; display: grid; place-items: center; text-align: center; background: radial-gradient(circle at center, var(--paper), var(--cream)); }
.not-found main { max-width: 690px; }
.not-found-mark { width: 80px; height: 80px; margin: 0 auto 2rem; display: grid; place-items: center; color: white; background: var(--coral); border-radius: 50%; box-shadow: 8px 8px 0 var(--gold); font: 700 3rem/1 var(--serif); transform: rotate(-7deg); }
.not-found h1 { margin-bottom: 1.5rem; font-size: clamp(3rem, 8vw, 5.5rem); }
.not-found p:not(.section-kicker) { margin-bottom: 2rem; color: var(--muted); }
@media (max-width: 560px) {
  .legal-header { align-items: flex-start; }
  .back-link { max-width: 100px; text-align: right; }
}
