:root {
  --bg: #0b0b0c;
  --bg-soft: #121214;
  --panel: #171719;
  --text: #f1eee8;
  --muted: #aaa69f;
  --line: rgba(255,255,255,.12);
  --gold: #c7a36d;
  --gold-light: #e0c498;
  --danger: #c98375;
  --shell: 1180px;
  --reading: 720px;
  --shadow: 0 30px 80px rgba(0,0,0,.48);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .025;
  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='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E");
  z-index: 999;
}

a { color: inherit; }
img { max-width: 100%; }
button, input { font: inherit; }
button { color: inherit; }

.shell { width: min(calc(100% - 40px), var(--shell)); margin-inline: auto; }
.narrow { max-width: 850px; }
.reading-width { max-width: var(--reading); }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
.skip-link { position: fixed; top: 8px; left: 8px; transform: translateY(-150%); background: var(--text); color: var(--bg); padding: 10px 14px; z-index: 2000; }
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: linear-gradient(to bottom, rgba(11,11,12,.94), rgba(11,11,12,.74));
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(255,255,255,.06);
}
.nav-wrap { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.wordmark { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; font-family: Georgia, serif; letter-spacing: .02em; }
.wordmark-mark { display: grid; place-items: center; width: 38px; aspect-ratio: 1; border: 1px solid var(--gold); color: var(--gold-light); font-family: ui-sans-serif, sans-serif; font-size: .66rem; letter-spacing: .13em; }
.site-nav { display: flex; align-items: center; gap: 28px; }
.site-nav a { text-decoration: none; color: var(--muted); font-size: .82rem; letter-spacing: .06em; text-transform: uppercase; }
.site-nav a:hover, .site-nav a:focus-visible { color: var(--text); }
.site-nav .nav-cta { color: var(--gold-light); }
.nav-toggle { display: none; background: transparent; border: 0; width: 44px; height: 44px; padding: 10px; }
.nav-toggle span:not(.sr-only) { display: block; height: 1px; background: var(--text); margin: 7px 0; }

.hero { min-height: 100svh; display: grid; align-items: center; padding: 140px 0 90px; position: relative; overflow: hidden; }
.hero::before { content: ""; position: absolute; width: 700px; height: 700px; right: -260px; top: -100px; border-radius: 50%; background: radial-gradient(circle, rgba(134,37,27,.24), transparent 65%); filter: blur(10px); }
.hero::after { content: ""; position: absolute; inset: auto 0 0; height: 260px; background: linear-gradient(to top, var(--bg), transparent); }
.hero-noise { position: absolute; inset: 0; background: linear-gradient(105deg, transparent 55%, rgba(157,39,28,.09)); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.1fr .9fr; gap: 8vw; align-items: center; }
.eyebrow { color: var(--gold); font-size: .75rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; margin: 0 0 20px; }
.hero h1, .page-hero h1, .section h2, .excerpt h1 { font-family: Georgia, "Times New Roman", serif; font-weight: 400; line-height: .94; letter-spacing: -.045em; }
.hero h1 { font-size: clamp(4.2rem, 9vw, 8.4rem); margin: 0; max-width: 780px; }
.hero h1 span { color: var(--text); }
.subtitle { color: var(--gold-light); font-family: Georgia, serif; font-size: clamp(1rem, 1.8vw, 1.35rem); max-width: 650px; margin: 26px 0 0; }
.hero-intro { font-size: 1.16rem; max-width: 600px; color: #ccc7bf; margin: 30px 0; }
.button-row { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; margin-top: 30px; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; padding: 12px 22px; border: 1px solid transparent; text-decoration: none; font-size: .78rem; letter-spacing: .09em; text-transform: uppercase; font-weight: 750; cursor: pointer; transition: transform .2s ease, background .2s ease, border .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--gold); color: #12100d; }
.button-primary:hover { background: var(--gold-light); }
.button-secondary { border-color: var(--line); background: rgba(255,255,255,.025); }
.button-secondary:hover { border-color: rgba(255,255,255,.3); }
.button:disabled { opacity: .55; cursor: wait; transform: none; }
.reader-note { font-size: .8rem; color: #8f8a84; margin-top: 18px; }
.reader-note a { text-underline-offset: 4px; }

.cover-stage { position: relative; min-height: 610px; display: grid; place-items: center; perspective: 1200px; }
.cover-shadow { position: absolute; width: 330px; height: 90px; bottom: 25px; border-radius: 50%; background: rgba(0,0,0,.75); filter: blur(30px); }
.book-cover { width: min(350px, 78vw); aspect-ratio: .66; position: relative; overflow: hidden; padding: 34px 30px; display: flex; flex-direction: column; justify-content: space-between; background: radial-gradient(circle at 20% 45%, rgba(137,35,28,.55), transparent 30%), linear-gradient(145deg, #170f10, #09090a 55%, #181112); border: 1px solid rgba(255,255,255,.15); box-shadow: var(--shadow); transform: rotateY(-9deg) rotateX(2deg); }
.book-cover::before { content: ""; position: absolute; inset: 0 auto 0 0; width: 11px; background: linear-gradient(to right, rgba(255,255,255,.08), transparent); }
.book-cover::after { content: ""; position: absolute; inset: 0; background: linear-gradient(115deg, transparent 30%, rgba(255,255,255,.04) 50%, transparent 70%); transform: translateX(-120%); animation: cover-sheen 8s infinite 2s; }
.cover-author { margin: 0; text-align: center; text-transform: uppercase; letter-spacing: .23em; font-size: .67rem; color: #e3d9cb; }
.cover-title { position: relative; z-index: 1; font-family: Georgia, serif; text-align: center; font-size: clamp(2.5rem, 5vw, 4rem); line-height: .9; letter-spacing: -.04em; }
.cover-title em { color: var(--gold-light); font-weight: 400; }
.cover-line { height: 1px; width: 48%; margin: 0 auto; background: var(--gold); }
.cover-subtitle { margin: 0; text-align: center; font-size: .68rem; line-height: 1.5; text-transform: uppercase; letter-spacing: .11em; color: #bdb4aa; }
@keyframes cover-sheen { 0%, 80% { transform: translateX(-130%); } 100% { transform: translateX(130%); } }

.quote-band { position: relative; z-index: 3; padding: 76px 0; border-block: 1px solid var(--line); background: #0e0e10; }
.quote-band blockquote { margin: 0; font-family: Georgia, serif; font-style: italic; text-align: center; font-size: clamp(1.7rem, 4vw, 3.2rem); line-height: 1.25; color: #e5ded5; }
.section { padding: 120px 0; }
.two-column { display: grid; grid-template-columns: .9fr 1.1fr; gap: 10vw; align-items: start; }
.section-heading h2 { margin: 0; font-size: clamp(2.7rem, 5vw, 5rem); }
.centered { text-align: center; margin-bottom: 56px; }
.prose { color: #c7c2ba; font-size: 1.06rem; }
.prose p { margin: 0 0 24px; }
.prose .lead { color: var(--text); font-family: Georgia, serif; font-size: 1.55rem; line-height: 1.4; }
.themes-section { background: var(--bg-soft); border-block: 1px solid var(--line); }
.theme-grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); }
.theme-card { min-height: 310px; padding: 34px 28px; border-right: 1px solid var(--line); }
.theme-card:last-child { border-right: 0; }
.theme-card span { color: var(--gold); font-size: .7rem; letter-spacing: .15em; }
.theme-card h3 { font-family: Georgia, serif; font-size: 1.55rem; font-weight: 400; margin: 70px 0 16px; }
.theme-card p { color: var(--muted); font-size: .94rem; }
.statement-section { text-align: center; background: radial-gradient(circle at 50% 50%, rgba(150,44,31,.12), transparent 54%); }
.statement-kicker { color: var(--gold-light); font-family: Georgia, serif; font-style: italic; font-size: 1.15rem; }
.statement-section h2 { font-size: clamp(3rem, 6vw, 5.8rem); margin: 22px 0 30px; }
.statement-section > .shell > p:not(.statement-kicker) { max-width: 700px; margin-inline: auto; color: var(--muted); }
.text-link { display: inline-flex; gap: 12px; margin-top: 32px; color: var(--gold-light); text-transform: uppercase; font-size: .78rem; font-weight: 700; letter-spacing: .1em; text-underline-offset: 6px; }
.author-section { border-top: 1px solid var(--line); }
.author-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 10vw; align-items: center; }
.author-mark { aspect-ratio: 1; max-width: 390px; border: 1px solid var(--line); display: grid; grid-template-columns: repeat(3, 1fr); align-items: center; justify-items: center; font-family: Georgia, serif; font-size: clamp(2rem, 6vw, 5rem); color: var(--gold-light); background: linear-gradient(135deg, rgba(255,255,255,.03), transparent); }
.author-mark span + span { border-left: 1px solid var(--line); width: 100%; text-align: center; }
.author-copy h2 { margin: 0 0 30px; font-size: clamp(3.2rem, 6vw, 5.8rem); }
.author-copy p { color: var(--muted); max-width: 650px; }
.newsletter-section { background: #151415; border-block: 1px solid var(--line); }
.newsletter-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 9vw; align-items: center; }
.newsletter-grid h2 { margin: 0; font-size: clamp(3rem, 5vw, 5rem); }
.newsletter-grid > div > p:last-child { color: var(--muted); max-width: 520px; }
.newsletter-form { padding: 36px; border: 1px solid var(--line); background: rgba(0,0,0,.14); }
.newsletter-form > label:first-of-type { display: block; font-size: .75rem; text-transform: uppercase; letter-spacing: .1em; margin-bottom: 10px; }
.input-row { display: grid; grid-template-columns: 1fr auto; }
.input-row input { min-width: 0; background: #0d0d0e; color: var(--text); border: 1px solid var(--line); border-right: 0; padding: 14px 16px; outline: none; }
.input-row input:focus { border-color: var(--gold); box-shadow: 0 0 0 1px var(--gold); }
.consent-row { display: flex; align-items: flex-start; gap: 10px; margin-top: 18px; color: var(--muted); font-size: .83rem; }
.consent-row input { margin-top: 5px; accent-color: var(--gold); }
.form-meta { font-size: .75rem; color: #827e78; }
.form-meta a { text-underline-offset: 3px; }
.form-status { min-height: 26px; margin-top: 14px; font-size: .86rem; }
.form-status.success { color: #a9c7a3; }
.form-status.error { color: #e0a195; }
.honeypot { position: absolute; left: -9999px; }

.page-hero { padding: 190px 0 90px; background: radial-gradient(circle at 80% 20%, rgba(145,40,30,.14), transparent 35%); border-bottom: 1px solid var(--line); }
.page-hero.compact { min-height: 55svh; display: grid; align-items: center; }
.page-hero h1, .excerpt-header h1 { font-size: clamp(3.6rem, 8vw, 7rem); margin: 0 0 28px; }
.page-hero p:not(.eyebrow) { color: var(--muted); font-size: 1.1rem; max-width: 650px; }
.advisory-section { min-height: 50vh; }
.advisory-box { border: 1px solid rgba(201,131,117,.38); border-left: 4px solid var(--danger); padding: clamp(26px, 5vw, 54px); background: linear-gradient(135deg, rgba(201,131,117,.07), transparent); }
.advisory-box h2 { font-size: clamp(2.4rem, 5vw, 4.2rem); margin: 0 0 22px; }
.advisory-box ul { columns: 2; column-gap: 45px; padding-left: 22px; color: #ccc6bd; }
.advisory-box li { break-inside: avoid; margin: 0 0 12px; }
.small { font-size: .82rem; color: #8e8983; }
.excerpt-header { padding: 190px 0 70px; border-bottom: 1px solid var(--line); }
.excerpt-deck { color: var(--danger); font-size: .9rem; }
.excerpt-body { padding: 80px 0 130px; font-family: Georgia, serif; font-size: 1.2rem; line-height: 1.92; color: #d7d1c8; }
.excerpt-body p { margin: 0 0 1.6em; }
.dropcap::first-letter { float: left; font-size: 5.6rem; line-height: .78; padding-right: 12px; padding-top: 11px; color: var(--gold-light); }
.excerpt-body hr { border: 0; width: 80px; height: 1px; background: var(--gold); margin: 70px auto; }
.excerpt-end { margin-top: 80px; padding-top: 36px; border-top: 1px solid var(--line); text-align: center; font-family: ui-sans-serif, sans-serif; }
.excerpt-end > p { color: var(--muted); text-transform: uppercase; letter-spacing: .12em; font-size: .7rem; }
.legal-copy h2 { font-family: Georgia, serif; font-weight: 400; font-size: 2rem; margin-top: 52px; }
.legal-copy p { color: #c4bfb8; }

.site-footer { padding: 70px 0 28px; background: #080809; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1.6fr 1.2fr; gap: 30px; }
.footer-grid h2 { font-family: ui-sans-serif, sans-serif; font-size: .72rem; text-transform: uppercase; letter-spacing: .13em; color: var(--gold); }
.footer-grid > div { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.footer-grid p, .footer-grid a { color: var(--muted); font-size: .88rem; }
.footer-grid a { text-underline-offset: 4px; }
.footer-wordmark { color: var(--text) !important; font-size: 1rem !important; text-decoration: none; }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; padding-top: 34px; margin-top: 45px; border-top: 1px solid var(--line); color: #6f6b66; font-size: .75rem; }

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

@media (max-width: 900px) {
  .nav-toggle { display: block; }
  .site-nav { display: none; position: absolute; top: 78px; left: 0; right: 0; padding: 24px 20px 30px; flex-direction: column; align-items: stretch; gap: 0; background: #0c0c0d; border-bottom: 1px solid var(--line); }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: 13px 0; }
  .hero-grid, .two-column, .author-grid, .newsletter-grid { grid-template-columns: 1fr; }
  .hero-copy { order: 1; }
  .cover-stage { order: 2; min-height: 520px; }
  .theme-grid { grid-template-columns: 1fr 1fr; }
  .theme-card:nth-child(2) { border-right: 0; }
  .theme-card:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .author-mark { width: min(100%, 360px); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
}

@media (max-width: 620px) {
  .shell { width: min(calc(100% - 28px), var(--shell)); }
  .section { padding: 86px 0; }
  .hero { padding-top: 125px; }
  .hero h1 { font-size: clamp(3.7rem, 19vw, 5.5rem); }
  .cover-stage { min-height: 470px; }
  .theme-grid { grid-template-columns: 1fr; }
  .theme-card { min-height: auto; border-right: 0; border-bottom: 1px solid var(--line); }
  .theme-card:last-child { border-bottom: 0; }
  .theme-card h3 { margin-top: 35px; }
  .newsletter-form { padding: 24px; }
  .input-row { grid-template-columns: 1fr; gap: 10px; }
  .input-row input { border-right: 1px solid var(--line); }
  .advisory-box ul { columns: 1; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > div:first-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
}

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