:root {
  --ink: #171019;
  --ink-soft: #2b1b2b;
  --paper: #f2eadf;
  --paper-light: #fbf7f0;
  --paper-deep: #e6d8ca;
  --plum: #5a214f;
  --rose: #c96882;
  --sunset: #dc8467;
  --gold: #d9ab62;
  --cream: #fff6e8;
  --muted: #756a67;
  --line: rgba(39, 24, 34, .18);
  --serif: "Book Antiqua", Palatino, "Palatino Linotype", Georgia, serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); line-height: 1.65; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
.wrap { width: min(1160px, calc(100% - 48px)); margin: 0 auto; }
.skip-link { position: fixed; left: 18px; top: -100px; z-index: 100; padding: 10px 16px; background: var(--cream); color: var(--ink); }
.skip-link:focus { top: 18px; }

.site-header { position: absolute; inset: 0 0 auto; z-index: 10; color: var(--cream); }
.header-inner { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 32px; border-bottom: 1px solid rgba(255,255,255,.15); }
.wordmark { display: flex; flex-direction: column; text-decoration: none; line-height: 1.15; }
.wordmark strong { font-family: var(--serif); font-size: 21px; letter-spacing: .02em; }
.wordmark span { margin-top: 5px; color: rgba(255,246,232,.6); font-size: 10px; text-transform: uppercase; letter-spacing: .2em; }
.site-header nav { display: flex; align-items: center; gap: clamp(18px, 3vw, 36px); }
.site-header nav a { color: rgba(255,246,232,.72); font-size: 13px; text-decoration: none; }
.site-header nav a:hover, .site-header nav a:focus-visible { color: var(--cream); }

.hero { position: relative; min-height: 760px; overflow: hidden; color: var(--cream); background: var(--ink); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .22; background-image: radial-gradient(circle at 20% 30%, rgba(255,255,255,.12) 0 1px, transparent 1.5px), radial-gradient(circle at 78% 20%, rgba(255,255,255,.14) 0 1px, transparent 1.5px); background-size: 43px 43px, 71px 71px; }
.hero-glow { position: absolute; width: 780px; height: 780px; right: -110px; top: -130px; border-radius: 50%; background: radial-gradient(circle, rgba(224,112,123,.58) 0, rgba(101,38,84,.45) 38%, rgba(23,16,25,0) 70%); filter: blur(2px); }
.hero-grid { position: relative; min-height: 760px; display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(300px, .7fr); align-items: start; gap: clamp(64px, 9vw, 130px); padding-top: 152px; padding-bottom: 72px; }
.hero-copy { position: relative; z-index: 2; }
.eyebrow { margin: 0 0 22px; color: var(--gold); font-size: 11px; font-weight: 700; letter-spacing: .24em; text-transform: uppercase; }
.eyebrow.ink { color: var(--plum); }
h1, h2, h3 { margin: 0; font-family: var(--serif); font-weight: 500; line-height: 1.04; }
h1 { max-width: 780px; font-size: clamp(46px, 5.35vw, 72px); letter-spacing: -.035em; }
h1 em { color: #e9a4aa; font-weight: 400; }
h2 { font-size: clamp(40px, 5vw, 66px); letter-spacing: -.035em; }
h3 { font-size: 26px; }
em, i { font-family: var(--serif); }
.hero-lede { max-width: 650px; margin: 24px 0 28px; color: rgba(255,246,232,.74); font-family: var(--serif); font-size: clamp(19px, 2vw, 23px); line-height: 1.48; }
.actions { display: flex; align-items: center; flex-wrap: wrap; gap: 12px; }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; padding: 0 22px; border: 1px solid transparent; border-radius: 999px; font-size: 13px; font-weight: 700; text-decoration: none; transition: transform .2s ease, border-color .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-light { background: var(--cream); color: var(--ink); }
.button-line { border-color: rgba(255,255,255,.28); color: var(--cream); }
.button-line:hover { border-color: rgba(255,255,255,.6); }
.button-gold { background: var(--gold); color: var(--ink); }
.button-dark { background: var(--ink); color: var(--cream); }
.button-quiet { border-color: var(--line); color: var(--ink); }
.book-facts { display: flex; flex-wrap: wrap; gap: 12px 0; margin-top: 32px; color: rgba(255,246,232,.55); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.book-facts span { padding: 0 18px; border-left: 1px solid rgba(255,255,255,.16); }
.book-facts span:first-child { padding-left: 0; border-left: 0; }
.book-facts b { margin-right: 5px; color: var(--cream); font-size: 14px; }
.hero-book { position: relative; width: min(350px, 100%); justify-self: center; perspective: 1200px; }
.hero-book img { position: relative; z-index: 2; width: 100%; height: auto; aspect-ratio: 800 / 1124; object-fit: contain; border-radius: 2px 6px 6px 2px; box-shadow: -16px 22px 65px rgba(0,0,0,.5); transform: rotateY(-7deg) rotateZ(1deg); }
.hero-book img::after { content: ""; }
.book-shadow { position: absolute; inset: 8% -11% -6% 14%; border-radius: 50%; background: rgba(224,109,119,.36); filter: blur(42px); }
.hero-book p { position: relative; z-index: 3; margin: 24px 0 0; color: rgba(255,246,232,.52); font-size: 10px; letter-spacing: .23em; text-align: center; text-transform: uppercase; }
.down { position: absolute; z-index: 3; left: 50%; bottom: 28px; color: rgba(255,246,232,.5); font-size: 10px; letter-spacing: .18em; text-decoration: none; text-transform: uppercase; transform: translateX(-50%); }
.down span { margin-left: 8px; color: var(--gold); }

.book-section { padding: 120px 0 110px; background: var(--paper-light); }
.split-heading { display: grid; grid-template-columns: 1.1fr .72fr; align-items: end; gap: 100px; }
.split-heading > p { margin: 0 0 8px; color: var(--muted); font-family: var(--serif); font-size: 21px; line-height: 1.55; }
.story-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 76px; background: var(--line); border: 1px solid var(--line); }
.story-cards article { min-height: 330px; padding: 44px 36px; background: var(--paper-light); }
.story-cards article > span { display: block; margin-bottom: 64px; color: var(--rose); font-family: var(--serif); font-size: 17px; }
.story-cards h3 { margin-bottom: 18px; }
.story-cards p { margin: 0; color: var(--muted); font-size: 15px; }
.review-line { display: flex; align-items: baseline; justify-content: space-between; gap: 30px; margin-top: 40px; }
.review-line p { margin: 0; font-family: var(--serif); font-size: 19px; font-style: italic; }
.review-line a, .text-link { color: var(--plum); font-size: 13px; font-weight: 700; text-decoration: none; }
.review-line a:hover, .text-link:hover { text-decoration: underline; }

.origin { padding: 120px 0; color: var(--cream); background: var(--ink-soft); }
.origin-grid { display: grid; grid-template-columns: minmax(300px, .78fr) 1fr; align-items: center; gap: clamp(60px, 10vw, 140px); }
.origin-art { margin: 0; padding: 18px 18px 44px; background: #241824; border: 1px solid rgba(255,255,255,.14); box-shadow: 0 30px 70px rgba(0,0,0,.34); transform: rotate(-1.5deg); }
.origin-art img { width: 100%; height: auto; aspect-ratio: 1; object-fit: cover; filter: saturate(.86) contrast(1.04); }
.origin-art figcaption { margin-top: 18px; color: rgba(255,246,232,.48); font-family: var(--serif); font-size: 13px; font-style: italic; text-align: center; }
.origin-copy h2 { max-width: 740px; }
.origin-copy > p { max-width: 680px; margin: 22px 0 0; color: rgba(255,246,232,.7); font-size: 16px; }
.origin-copy .dropcap { margin-top: 34px; font-family: var(--serif); font-size: 21px; line-height: 1.6; }
.origin-copy .dropcap::first-letter { float: left; margin: 10px 9px 0 0; color: var(--gold); font-family: var(--serif); font-size: 64px; line-height: .65; }
.origin-copy .text-link { display: inline-block; margin-top: 30px; color: var(--gold); }

.next-book { padding: 110px 0; background: var(--paper-deep); }
.next-grid { display: grid; grid-template-columns: .72fr 1.2fr; align-items: center; gap: clamp(52px, 8vw, 100px); }
.next-copy p:not(.eyebrow) { margin: 26px 0 24px; color: #635753; font-family: var(--serif); font-size: 20px; line-height: 1.55; }
.status-pill { display: inline-flex; padding: 8px 13px; border: 1px solid rgba(90,33,79,.28); border-radius: 999px; color: var(--plum); font-size: 10px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.nile-art { margin: 0; overflow: hidden; border: 10px solid var(--paper-light); border-radius: 18px; box-shadow: 0 24px 60px rgba(73,36,25,.2); }
.nile-art img { width: 100%; height: auto; aspect-ratio: 1024 / 682; object-fit: contain; }

.epoch { padding: 120px 0; overflow: hidden; color: var(--cream); background: #10151b; }
.epoch-grid { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: clamp(56px, 9vw, 120px); }
.epoch-copy p:not(.eyebrow) { margin: 24px 0 0; color: rgba(255,246,232,.65); }
.epoch-copy .actions { margin-top: 34px; }
.epoch-shot { margin: 0 -12vw 0 0; }
.epoch-shot img { min-width: 760px; height: auto; object-fit: contain; border: 1px solid rgba(255,255,255,.14); border-radius: 12px 0 0 12px; box-shadow: 0 30px 90px rgba(0,0,0,.5); }
.epoch-shot figcaption { margin: 16px 0 0 6px; color: rgba(255,246,232,.4); font-size: 11px; letter-spacing: .08em; }

.closing { padding: 120px 0; background: var(--paper-light); text-align: center; }
.closing-inner { max-width: 900px; }
.closing h2 { margin: 0 auto; font-size: clamp(32px, 4vw, 48px); }
.closing-question { margin: 24px auto 36px; color: var(--plum); font-family: var(--serif); font-size: clamp(24px, 3vw, 36px); font-style: italic; }
.centered { justify-content: center; }

footer { padding: 56px 0; color: rgba(255,246,232,.62); background: var(--ink); }
.footer-grid { display: grid; grid-template-columns: 1fr auto; gap: 34px; }
.footer-grid strong { color: var(--cream); font-family: var(--serif); font-size: 22px; }
.footer-grid p { margin: 8px 0 0; font-size: 12px; }
.footer-grid nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px 26px; }
.footer-grid a { font-size: 12px; text-decoration: none; }
.footer-grid a:hover { color: var(--cream); }
.copyright { grid-column: 1 / -1; padding-top: 28px; border-top: 1px solid rgba(255,255,255,.1); }

@media (max-width: 900px) {
  .hero { min-height: auto; }
  .hero-grid { min-height: auto; grid-template-columns: 1fr .65fr; gap: 48px; padding-top: 155px; padding-bottom: 110px; }
  h1 { font-size: clamp(45px, 7vw, 66px); }
  .split-heading { gap: 55px; }
  .origin-grid, .next-grid, .epoch-grid { gap: 55px; }
  .epoch-shot img { min-width: 600px; }
}

@media (max-width: 720px) {
  .wrap { width: min(100% - 32px, 1160px); }
  .header-inner { min-height: 76px; align-items: center; }
  .wordmark span { display: none; }
  .site-header nav { gap: 14px; }
  .site-header nav a { font-size: 11px; }
  .site-header nav a:nth-child(2) { display: none; }
  .hero-grid { display: flex; flex-direction: column; align-items: stretch; padding-top: 130px; padding-bottom: 92px; }
  .hero-copy { order: 1; }
  .hero-book { order: 2; width: min(230px, 68vw); margin: 16px auto 0; }
  .hero-copy { text-align: center; }
  .hero-copy .actions, .book-facts { justify-content: center; }
  .hero-lede { margin-left: auto; margin-right: auto; }
  .down { display: none; }
  .split-heading, .origin-grid, .next-grid, .epoch-grid { grid-template-columns: 1fr; }
  .split-heading { gap: 28px; }
  .story-cards { grid-template-columns: 1fr; }
  .story-cards article { min-height: 0; }
  .story-cards article > span { margin-bottom: 32px; }
  .review-line { align-items: flex-start; flex-direction: column; }
  .origin-art { width: min(430px, 92%); margin: 0 auto; border-radius: 22px; transform: none; }
  .next-copy { order: 2; }
  .nile-art { order: 1; border-width: 6px; border-radius: 20px; }
  .epoch-shot { margin: 0; overflow: hidden; border-radius: 18px; background: rgba(255,255,255,.035); }
  .epoch-shot img { min-width: 0; border-radius: 10px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid nav { justify-content: flex-start; }
  .book-section, .origin, .next-book, .epoch, .closing { padding: 84px 0; }
}

@media (max-width: 430px) {
  .site-header nav a:nth-child(3) { display: none; }
  h1 { font-size: 42px; }
  .hero-lede { font-size: 19px; }
  .button { width: 100%; }
  .book-facts { gap: 10px 0; }
  .book-facts span { padding: 0 9px; font-size: 9px; }
  .book-facts b { font-size: 12px; }
  h2 { font-size: 39px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .button { transition: none; }
}
