:root {
  --ink: #08131b;
  --navy: #0b1d29;
  --deep: #061018;
  --gold: #d6b05f;
  --gold-light: #f1d694;
  --cream: #f4efe4;
  --paper: #ebe2d2;
  --sage: #9aa795;
  --white: #fbfaf6;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ink); color: var(--white); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
body.admin-bar .site-header { top: 68px; }
body.admin-bar .site-header.scrolled { top: 32px; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 100; background: var(--gold); color: var(--ink); padding: .8rem 1rem; }
.skip-link:focus { top: 1rem; }
.announcement { height: 36px; padding: 0 5vw; display: flex; align-items: center; justify-content: center; gap: 1.7rem; background: var(--gold); color: #10191e; font-size: .66rem; letter-spacing: .19em; font-weight: 800; }
.announcement a { display: flex; align-items: center; gap: .45rem; padding-left: 1.6rem; border-left: 1px solid rgba(8,19,27,.28); }
.announcement svg, .button svg, .dark-link svg { width: 17px; fill: none; stroke: currentColor; stroke-width: 1.6; }

.site-header { position: fixed; top: 36px; left: 0; width: 100%; z-index: 20; display: flex; align-items: center; justify-content: space-between; padding: 1.45rem 5vw; border-bottom: 1px solid rgba(255,255,255,.13); transition: top .45s ease, padding .45s ease, background .45s ease, box-shadow .45s ease, backdrop-filter .45s ease; }
.site-header.scrolled { top: 0; padding-block: .85rem; background: rgba(4,14,21,.88); box-shadow: 0 14px 35px rgba(0,0,0,.2); backdrop-filter: blur(16px); }
.brand, .footer-brand { display: flex; align-items: center; gap: .85rem; }
.brand-mark { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid rgba(214,176,95,.7); border-radius: 50%; color: var(--gold-light); font: italic 1.05rem Georgia, serif; }
.brand b, .footer-brand b { display: block; font: 600 .77rem Georgia, serif; letter-spacing: .18em; }
.brand small, .footer-brand small { display: block; margin-top: .23rem; color: #b8beba; font-size: .48rem; letter-spacing: .38em; }
nav { display: flex; align-items: center; gap: clamp(1.2rem, 2.4vw, 2.7rem); font-size: .7rem; letter-spacing: .1em; font-weight: 650; }
nav a { position: relative; }
nav a:not(.nav-buy)::after { content: ""; position: absolute; left: 0; bottom: -.5rem; width: 0; height: 1px; background: var(--gold); transition: width .25s; }
nav a:hover::after { width: 100%; }
.nav-buy { padding: .76rem 1rem; border: 1px solid rgba(214,176,95,.72); color: var(--gold-light); transition: color .25s, background .25s, box-shadow .25s; }
.nav-buy:hover { color: var(--ink); background: var(--gold); box-shadow: 0 0 28px rgba(214,176,95,.2); }
.menu-button { display: none; background: none; border: 0; padding: .5rem; }

.hero { position: relative; min-height: 870px; height: 100svh; overflow: hidden; }
.hero-background { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; transform: scale(1.05) translate3d(calc(var(--pointer-x, 0) * -5px), calc(var(--pointer-y, 0) * -4px + var(--scroll-y, 0px) * .035), 0); transition: transform .18s linear; animation: hero-breathe 14s ease-in-out infinite alternate; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,14,21,.96) 0%, rgba(4,14,21,.82) 39%, rgba(4,14,21,.12) 72%, rgba(4,14,21,.2)), linear-gradient(0deg, rgba(4,14,21,.78), transparent 33%); }
.time-rift { position: absolute; z-index: 1; left: 55%; top: 6%; width: 27%; height: 59%; pointer-events: none; filter: drop-shadow(0 0 12px rgba(245,215,139,.45)); opacity: .72; }
.time-rift::before, .time-rift::after, .time-rift span { content: ""; position: absolute; left: 47%; top: 0; width: 1px; height: 100%; background: linear-gradient(180deg, transparent, #f2d98e 16%, rgba(250,234,185,.3) 70%, transparent); transform-origin: top; animation: rift-flicker 4.8s ease-in-out infinite; }
.time-rift::after { height: 42%; left: 61%; top: 29%; transform: rotate(27deg); animation-delay: -1.8s; }
.time-rift span:nth-child(1) { height: 31%; left: 35%; top: 20%; transform: rotate(-31deg); animation-delay: -.7s; }
.time-rift span:nth-child(2) { height: 24%; left: 50%; top: 52%; transform: rotate(39deg); animation-delay: -2.7s; }
.time-rift span:nth-child(3) { height: 17%; left: 46%; top: 68%; transform: rotate(-44deg); animation-delay: -3.4s; }
.time-rift i { position: absolute; width: 5px; height: 5px; border-radius: 50%; background: #fff3bd; box-shadow: 0 0 22px 8px rgba(230,194,110,.7); animation: rift-orb 5s ease-in-out infinite; }
.time-rift i:nth-of-type(1) { left: 46%; top: 19%; }
.time-rift i:nth-of-type(2) { left: 49%; top: 66%; animation-delay: -2.2s; }
.hero-content { position: relative; z-index: 2; height: 100%; max-width: 1440px; margin: 0 auto; padding: 10rem 6vw 5rem; display: grid; grid-template-columns: 1.03fr .97fr; align-items: center; }
.hero-copy { max-width: 650px; padding-top: 1.8rem; }
.hero-copy > * { opacity: 0; animation: hero-rise .9s cubic-bezier(.2,.7,.2,1) forwards; }
.hero-copy > :nth-child(1) { animation-delay: .12s; }
.hero-copy > :nth-child(2) { animation-delay: .24s; }
.hero-copy > :nth-child(3) { animation-delay: .38s; }
.hero-copy > :nth-child(4) { animation-delay: .5s; }
.hero-copy > :nth-child(5) { animation-delay: .62s; }
.eyebrow { display: flex; align-items: center; gap: .8rem; margin: 0 0 1.2rem; color: var(--gold-light); font-size: .67rem; letter-spacing: .28em; font-weight: 750; }
.eyebrow > span { width: 27px; height: 1px; background: currentColor; }
.eyebrow.dark { color: #98783d; }
.eyebrow.centred { justify-content: center; }
.hero h1, .section h2, .arc-section h2, .buy-section h2 { margin: 0; font: 400 clamp(3.7rem, 6.3vw, 6.5rem)/.92 Georgia, "Times New Roman", serif; letter-spacing: -.045em; }
h1 em, h2 em { color: var(--gold-light); font-weight: 400; }
.hero-intro { max-width: 535px; margin: 1.7rem 0 2rem; color: #d4d8d6; font: 400 clamp(1rem, 1.25vw, 1.18rem)/1.75 Georgia, serif; }
.hero-actions { display: flex; align-items: center; gap: 2rem; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 1rem; min-height: 52px; padding: .9rem 1.45rem; border: 0; cursor: pointer; text-transform: uppercase; font-size: .68rem; letter-spacing: .15em; font-weight: 800; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-3px); }
.button svg { transition: transform .25s ease; }
.button:hover svg, .announcement a:hover svg, .dark-link:hover svg { transform: translateX(4px); }
.button-gold { background: var(--gold); color: #10191e; }
.button-gold:hover { background: var(--gold-light); }
.text-link { display: inline-flex; align-items: center; gap: .65rem; padding-bottom: .35rem; border-bottom: 1px solid rgba(255,255,255,.4); font-size: .72rem; letter-spacing: .1em; }
.hero-meta { display: flex; align-items: center; gap: 1.4rem; margin-top: 3.3rem; }
.hero-meta span { display: flex; flex-direction: column; gap: .3rem; }
.hero-meta b { font: 400 1.15rem Georgia, serif; color: var(--gold-light); }
.hero-meta small { color: #8e999f; font-size: .52rem; letter-spacing: .17em; }
.hero-meta i { width: 1px; height: 32px; background: rgba(255,255,255,.2); }
.book-stage { position: relative; display: grid; place-items: center; height: 640px; }
.book-glow { position: absolute; width: 500px; height: 500px; border-radius: 50%; background: rgba(239,205,126,.2); filter: blur(80px); animation: glow-pulse 5.5s ease-in-out infinite; }
.book-cover { position: relative; z-index: 2; width: min(450px, 38vw); height: auto; filter: drop-shadow(0 35px 30px rgba(0,0,0,.55)); animation: book-float 6.5s ease-in-out infinite; will-change: transform; }
.review-pill { position: absolute; z-index: 3; right: 1%; bottom: 14%; padding: 1rem 1.25rem; border: 1px solid rgba(214,176,95,.5); background: rgba(6,16,24,.82); backdrop-filter: blur(10px); animation: pill-float 5s ease-in-out infinite -.8s; }
.review-pill span { color: var(--gold); font-size: .65rem; letter-spacing: .12em; }
.review-pill p { margin: .45rem 0 0; font: italic .88rem/1.4 Georgia, serif; }
.scroll-cue { position: absolute; z-index: 3; left: 5vw; bottom: 1.6rem; display: flex; align-items: center; gap: .8rem; color: #8e999f; font-size: .48rem; letter-spacing: .23em; }
.scroll-cue span { display: block; width: 34px; height: 1px; background: var(--gold); transform-origin: left; animation: line-breathe 2s ease-in-out infinite; }

.motion-ready .reveal { opacity: 0; transform: translateY(34px); transition: opacity .8s cubic-bezier(.2,.7,.2,1) var(--reveal-delay, 0ms), transform .8s cubic-bezier(.2,.7,.2,1) var(--reveal-delay, 0ms); }
.motion-ready .reveal.in-view { opacity: 1; transform: translateY(0); }

.section { padding: clamp(5rem, 9vw, 9rem) 7vw; }
.intro-section { background: var(--cream); color: var(--ink); }
.section-grid { max-width: 1280px; margin: auto; display: grid; grid-template-columns: 1fr 1fr; gap: 9vw; align-items: start; }
.section h2 { font-size: clamp(2.9rem, 4.6vw, 5.2rem); line-height: 1.02; }
.intro-section h2 em { color: #96783f; }
.story-copy { padding-top: 2.5rem; }
.story-copy p, .author-copy p { color: #4a5559; font-size: .95rem; line-height: 1.9; }
.story-copy .lead, .author-copy .lead { color: #17252d; font: 400 1.25rem/1.65 Georgia, serif; }
.themes { display: flex; flex-wrap: wrap; gap: .55rem; margin-top: 2rem; }
.themes span { padding: .58rem .8rem; border: 1px solid #c7baa4; color: #6c674f; font-size: .54rem; letter-spacing: .16em; transition: color .25s, border-color .25s, transform .25s, background .25s; }
.themes span:hover { color: var(--ink); border-color: var(--gold); background: rgba(214,176,95,.16); transform: translateY(-3px); }

.world-section { padding: 0; display: grid; grid-template-columns: .92fr 1.08fr; min-height: 760px; background: var(--navy); }
.world-art { position: relative; min-height: 700px; overflow: hidden; }
.world-art img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; animation: world-drift 18s ease-in-out infinite alternate; }
.world-art-shade { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(6,16,24,.93), transparent 63%), linear-gradient(90deg, transparent 68%, #0b1d29); }
.world-art blockquote { position: absolute; left: 9%; bottom: 8%; margin: 0; font: 400 1.55rem/1.45 Georgia, serif; }
.world-art blockquote em { color: var(--gold-light); }
.world-content { max-width: 760px; padding: 8rem 8vw 7rem 7vw; }
.world-content h2 { font-size: clamp(2.8rem, 4vw, 4.7rem); }
.world-content > p:not(.eyebrow) { max-width: 640px; margin: 1.7rem 0 2.2rem; color: #b6c0bf; font-size: .95rem; line-height: 1.85; }
.lore-list { border-top: 1px solid rgba(255,255,255,.15); }
.lore-list article { position: relative; display: grid; grid-template-columns: 50px 1fr; gap: 1rem; padding: 1.25rem 0; border-bottom: 1px solid rgba(255,255,255,.15); transition: padding-left .35s ease, background .35s ease; }
.lore-list article::before { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 1px; background: var(--gold); transform: scaleY(0); transition: transform .35s ease; }
.lore-list article:hover { padding-left: 1rem; background: linear-gradient(90deg, rgba(214,176,95,.07), transparent); }
.lore-list article:hover::before { transform: scaleY(1); }
.lore-list article > b { color: var(--gold); font: .75rem Georgia, serif; }
.lore-list h3 { margin: 0 0 .35rem; font: 400 1.18rem Georgia, serif; }
.lore-list p { margin: 0; color: #8fa09f; font-size: .78rem; }

.reviews-section { background: #08151e; }
.reviews-heading { max-width: 1280px; margin: 0 auto 3.5rem; display: flex; align-items: end; justify-content: space-between; gap: 2rem; }
.reviews-heading h2 { font-size: clamp(2.7rem, 4.5vw, 4.8rem); }
.rating { text-align: right; }
.rating b { display: block; color: var(--gold); letter-spacing: .18em; }
.rating span { display: block; margin-top: .45rem; color: #79878b; font-size: .59rem; letter-spacing: .18em; text-transform: uppercase; }
.review-grid { max-width: 1280px; margin: auto; display: grid; grid-template-columns: 1fr 1fr 1fr; border: 1px solid rgba(255,255,255,.13); }
.review-grid blockquote { position: relative; min-height: 330px; margin: 0; padding: 2.5rem; display: flex; flex-direction: column; justify-content: space-between; border-right: 1px solid rgba(255,255,255,.13); transition: background .35s ease, transform .35s ease, box-shadow .35s ease; }
.review-grid blockquote:hover { z-index: 2; background: rgba(214,176,95,.065); transform: translateY(-8px); box-shadow: 0 25px 45px rgba(0,0,0,.24); }
.review-grid blockquote:last-child { border: 0; }
.quote-mark { position: absolute; right: 1.7rem; top: 1rem; color: rgba(214,176,95,.2); font: 5.5rem Georgia, serif; }
.review-grid blockquote > p { position: relative; font: 400 1rem/1.75 Georgia, serif; color: #e4e6df; }
.review-grid footer b, .review-grid footer span { display: block; }
.review-grid footer b { color: var(--gold-light); font-size: .63rem; letter-spacing: .16em; }
.review-grid footer span { margin-top: .35rem; color: #768388; font-size: .65rem; }

.arc-section { position: relative; overflow: hidden; display: grid; grid-template-columns: 1fr .82fr; gap: 8vw; align-items: center; padding: clamp(5rem, 9vw, 9rem) 9vw; background: var(--paper); color: var(--ink); }
.arc-section::before { content: ""; position: absolute; inset: 0; opacity: .14; background-image: radial-gradient(#755c36 .6px, transparent .6px); background-size: 7px 7px; }
.arc-copy, .form-card { position: relative; z-index: 1; }
.coming { display: inline-block; margin-bottom: 1.2rem; padding: .5rem .75rem; border: 1px solid #9b7c43; color: #8b6d38; font-size: .54rem; letter-spacing: .2em; }
.arc-section h2 { font-size: clamp(3.2rem, 5.2vw, 5.4rem); }
.arc-section h2 em { color: #8c6b35; }
.arc-copy > p:not(.eyebrow) { max-width: 650px; margin: 1.6rem 0; color: #4d595b; line-height: 1.85; }
.arc-perks { display: flex; flex-wrap: wrap; gap: .85rem 1.5rem; }
.arc-perks span { display: flex; align-items: center; gap: .5rem; color: #414c4f; font-size: .72rem; }
.arc-perks svg { width: 15px; fill: #9a793e; animation: spark-twinkle 2.4s ease-in-out infinite; }
.arc-perks span:nth-child(2) svg { animation-delay: -.8s; }
.arc-perks span:nth-child(3) svg { animation-delay: -1.6s; }
.form-card { max-width: 520px; padding: 3rem; background: var(--ink); color: var(--white); box-shadow: 0 25px 60px rgba(25,22,15,.22); transition: transform .45s ease, box-shadow .45s ease; }
.form-card:hover { transform: translateY(-7px) rotate(.2deg); box-shadow: 0 38px 75px rgba(25,22,15,.3); }
.form-card::before { content: ""; position: absolute; inset: 10px; border: 1px solid rgba(214,176,95,.22); pointer-events: none; }
.form-number { position: relative; color: var(--gold); font-size: .55rem; letter-spacing: .26em; }
.form-card h3 { position: relative; margin: .65rem 0 .6rem; font: 400 2.5rem/1.02 Georgia, serif; }
.form-card > p { position: relative; margin: 0 0 1.7rem; color: #9aa7aa; font-size: .8rem; }
.form-card form { position: relative; display: grid; }
.form-card label:not(.check-row) { margin: .9rem 0 .45rem; color: #d0d5d3; font-size: .56rem; letter-spacing: .14em; text-transform: uppercase; }
.form-card input[type="text"], .form-card input[type="email"] { width: 100%; padding: .82rem 0; border: 0; border-bottom: 1px solid #516069; outline: 0; background: transparent; color: white; border-radius: 0; }
.form-card input:focus { border-color: var(--gold); }
.check-row { display: grid; grid-template-columns: 17px 1fr; gap: .65rem; margin: 1.2rem 0; align-items: start; color: #869498; font-size: .64rem; line-height: 1.5; }
.check-row input { accent-color: var(--gold); }
.button-dark { width: 100%; background: var(--gold); color: var(--ink); }
.form-card > small { position: relative; display: block; margin-top: 1rem; text-align: center; color: #6f7d81; font-size: .55rem; line-height: 1.5; }
.form-error { position: relative; margin: .7rem 0 !important; padding: .75rem; border-left: 2px solid #d6b05f; background: rgba(214,176,95,.09); color: #f1d694 !important; line-height: 1.5; }
.arc-form-feedback { outline: none; }
.arc-form-entry { transition: opacity .26s ease, transform .26s ease, filter .26s ease; }
.arc-form-entry.is-leaving { opacity: 0; transform: translateY(-10px); filter: blur(3px); }
.button.is-loading { pointer-events: none; opacity: .82; }
.button.is-loading svg { display: none; }
.button.is-loading::after { content: ""; width: 15px; height: 15px; border: 2px solid rgba(8,19,27,.3); border-top-color: #08131b; border-radius: 50%; animation: form-spin .7s linear infinite; }
.honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.form-success { min-height: 430px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; animation: success-in .7s cubic-bezier(.2,.8,.2,1) both; }
.form-success > svg { width: 42px; margin-bottom: 1.3rem; fill: var(--gold); }
.form-success p { max-width: 310px; color: #9aa7aa; line-height: 1.7; }
.arc-decor { position: absolute; color: rgba(114,84,37,.08); font: 13rem Georgia, serif; }
.arc-one { left: -2rem; bottom: -4rem; animation: glyph-drift 14s ease-in-out infinite; }
.arc-two { right: -2rem; top: -4rem; animation: glyph-drift 11s ease-in-out infinite reverse; }

.author-section { display: grid; grid-template-columns: .7fr 1.25fr .45fr; gap: 6vw; background: var(--cream); color: var(--ink); }
.author-section h2 { font-size: clamp(2.6rem, 4vw, 4.3rem); }
.author-copy { max-width: 680px; }
.dark-link { margin-top: 1rem; border-color: #a6977e; }
.author-signoff { align-self: center; text-align: center; }
.author-signoff span { display: grid; place-items: center; width: 110px; height: 110px; margin: auto; border: 1px solid #b79b61; border-radius: 50%; color: #8b6c35; font: italic 2.4rem Georgia, serif; }
.author-signoff small { display: block; margin-top: 1rem; color: #777162; font: italic .8rem Georgia, serif; }

.buy-section { position: relative; min-height: 590px; display: grid; place-items: center; padding: 6rem 1.5rem; overflow: hidden; text-align: center; }
.buy-section > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 55%; }
.buy-shade { position: absolute; inset: 0; background: rgba(4,13,20,.78); }
.buy-content { position: relative; z-index: 1; max-width: 850px; }
.buy-section h2 { font-size: clamp(3.3rem, 6vw, 6rem); }
.buy-section .button { margin-top: 2.3rem; }
.buy-section p:last-child { color: #9ca6a6; font-size: .67rem; line-height: 1.6; letter-spacing: .05em; }

.site-footer { padding: 4rem 6vw 2rem; display: grid; grid-template-columns: 1.2fr 1fr .6fr; gap: 3rem; background: #050d13; }
.footer-links, .footer-social { display: grid; grid-template-columns: 1fr 1fr; align-content: start; gap: 1rem 2rem; color: #a2adae; font-size: .68rem; letter-spacing: .08em; }
.footer-social { grid-template-columns: 1fr; }
.footer-bottom { grid-column: 1/-1; display: flex; justify-content: space-between; padding-top: 2rem; border-top: 1px solid rgba(255,255,255,.1); color: #5f6d72; font-size: .58rem; letter-spacing: .07em; }
.basic-page { min-height: 70vh; padding-top: 10rem; background: var(--cream); color: var(--ink); }
.basic-page article { max-width: 900px; margin: auto; }
.basic-page h1 { font: 400 clamp(3rem, 6vw, 5rem)/1 Georgia, serif; }
.entry-content { color: #4a5559; line-height: 1.8; }

@keyframes hero-rise {
  from { opacity: 0; transform: translateY(28px); filter: blur(5px); }
  to { opacity: 1; transform: translateY(0); filter: blur(0); }
}
@keyframes hero-breathe {
  from { filter: saturate(.88) brightness(.92); }
  to { filter: saturate(1.08) brightness(1.03); }
}
@keyframes book-float {
  0%, 100% { transform: translate3d(calc(var(--pointer-x, 0) * 8px), calc(var(--pointer-y, 0) * 6px), 0) rotate(.7deg); }
  50% { transform: translate3d(calc(var(--pointer-x, 0) * 8px), calc(var(--pointer-y, 0) * 6px - 14px), 0) rotate(-.5deg); }
}
@keyframes pill-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}
@keyframes glow-pulse {
  0%, 100% { opacity: .55; transform: scale(.92); }
  50% { opacity: 1; transform: scale(1.08); }
}
@keyframes rift-flicker {
  0%, 100% { opacity: .25; }
  45% { opacity: .9; }
  52% { opacity: .35; }
  58% { opacity: 1; }
}
@keyframes rift-orb {
  0%, 100% { opacity: .25; transform: scale(.6); }
  50% { opacity: 1; transform: scale(1.35); }
}
@keyframes line-breathe {
  0%, 100% { transform: scaleX(.35); opacity: .45; }
  50% { transform: scaleX(1); opacity: 1; }
}
@keyframes world-drift {
  from { transform: scale(1.02) translate3d(-.5%, -.5%, 0); }
  to { transform: scale(1.09) translate3d(1.5%, 1%, 0); }
}
@keyframes spark-twinkle {
  0%, 100% { opacity: .45; transform: scale(.78) rotate(0); }
  50% { opacity: 1; transform: scale(1.15) rotate(45deg); }
}
@keyframes glyph-drift {
  0%, 100% { transform: translate3d(0,0,0) rotate(-12deg); }
  50% { transform: translate3d(18px,-22px,0) rotate(-5deg); }
}
@keyframes success-in {
  from { opacity: 0; transform: scale(.92); }
  to { opacity: 1; transform: scale(1); }
}
@keyframes form-spin { to { transform: rotate(360deg); } }

@media (max-width: 1000px) {
  .site-header { padding-inline: 4vw; }
  .menu-button { display: grid; gap: 7px; z-index: 2; }
  .menu-button span { width: 25px; height: 1px; background: white; }
  nav { position: absolute; top: 100%; left: 0; right: 0; padding: 2rem 5vw; display: none; flex-direction: column; align-items: stretch; background: rgba(6,16,24,.98); border-bottom: 1px solid rgba(255,255,255,.15); }
  nav.nav-open { display: flex; }
  .hero { min-height: 900px; height: auto; }
  .hero-content { grid-template-columns: 1fr .75fr; min-height: 900px; padding-top: 9rem; }
  .book-cover { width: min(380px, 42vw); }
  .review-pill { right: -5%; }
  .world-content { padding-inline: 5vw; }
  .review-grid { grid-template-columns: 1fr; }
  .review-grid blockquote { min-height: 245px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.13); }
  .arc-section { gap: 5vw; padding-inline: 6vw; }
  .author-section { grid-template-columns: 1fr 1.4fr; }
  .author-signoff { display: none; }
}

@media (max-width: 760px) {
  body.admin-bar .site-header { top: 82px; }
  body.admin-bar .site-header.scrolled { top: 46px; }
  .announcement { justify-content: space-between; padding-inline: 1rem; }
  .announcement > span { display: none; }
  .announcement a { border: 0; padding: 0; margin: auto; }
  .brand b { font-size: .68rem; }
  .brand small { font-size: .43rem; }
  .hero { min-height: 1040px; }
  .hero-background { object-position: 64% center; }
  .hero-shade { background: linear-gradient(180deg, rgba(4,14,21,.88) 0%, rgba(4,14,21,.56) 45%, rgba(4,14,21,.94) 78%); }
  .hero-content { grid-template-columns: 1fr; align-content: start; padding: 9.5rem 1.25rem 4rem; }
  .hero-copy { padding: 0; }
  .hero h1 { font-size: clamp(3.15rem, 15vw, 4.4rem); }
  .hero-intro { max-width: 95%; font-size: .98rem; }
  .hero-actions { gap: 1.2rem; align-items: flex-start; flex-direction: column; }
  .hero-meta { gap: 1rem; margin-top: 2rem; }
  .hero-meta small { font-size: .45rem; }
  .book-stage { height: 430px; align-items: end; }
  .book-cover { width: 285px; }
  .review-pill { right: 0; bottom: 3%; padding: .7rem .8rem; }
  .scroll-cue { display: none; }
  .section { padding: 5rem 1.25rem; }
  .section-grid, .world-section, .arc-section, .author-section { grid-template-columns: 1fr; }
  .story-copy { padding-top: 0; }
  .world-art { min-height: 520px; }
  .world-art-shade { background: linear-gradient(0deg, #0b1d29, transparent 60%); }
  .world-content { padding: 4.5rem 1.25rem 5rem; }
  .reviews-heading { align-items: flex-start; flex-direction: column; }
  .rating { text-align: left; }
  .review-grid blockquote { padding: 2rem; }
  .arc-section { padding: 5rem 1.25rem; }
  .form-card { padding: 2.3rem 1.6rem; }
  .author-section { gap: 1.5rem; }
  .site-footer { grid-template-columns: 1fr; padding-inline: 1.25rem; }
  .footer-bottom { flex-direction: column; gap: .7rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .motion-ready .reveal { opacity: 1; transform: none; }
  .hero-background, .book-cover, .world-art img { transform: none; }
}
