:root {
  --ink: #0a1930;
  --navy: #07162d;
  --navy-soft: #102a48;
  --blue: #142f52;
  --paper: #f1eee7;
  --paper-dark: #e4dfd4;
  --gold: #c4a15c;
  --red: #aa3f35;
  --text: #192537;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--navy);
  color: white;
  font-family: Georgia, "Times New Roman", serif;
}
a { color: inherit; text-decoration: none; }

.nav {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  max-width: 1240px;
  margin: auto;
  padding: 28px 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wordmark, .footerMark {
  width: 47px;
  height: 47px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(196,161,92,.8);
  color: var(--gold);
  font-size: 15px;
  letter-spacing: .12em;
}
.navLinks { display: flex; align-items: center; gap: 28px; font-family: Arial, sans-serif; font-size: 12px; letter-spacing: .06em; }
.navLinks a { opacity: .84; transition: opacity .2s, color .2s; }
.navLinks a:hover { opacity: 1; color: var(--gold); }
.navOrder { border: 1px solid rgba(196,161,92,.7); padding: 12px 17px; }

.hero {
  min-height: 880px;
  padding: 152px max(7vw, 34px) 94px;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(340px, .9fr);
  align-items: center;
  gap: 8vw;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 80% 42%, rgba(38,73,110,.42), transparent 33%),
    linear-gradient(145deg, #0b203b 0%, #061328 60%, #030c1a 100%);
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .08;
  background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px);
  background-size: 100% 6px;
  pointer-events: none;
}
.heroCopy { position: relative; z-index: 1; max-width: 700px; }
.eyebrow, .sectionLabel {
  margin: 0 0 22px;
  color: var(--gold);
  font-family: Arial, sans-serif;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: .3em;
  text-transform: uppercase;
}
.eyebrow::before, .sectionLabel::before { content: ""; display: inline-block; width: 45px; height: 1px; background: currentColor; margin: 0 14px 4px 0; }
h1 { margin: 0; font-size: clamp(88px, 11.5vw, 170px); line-height: .74; text-transform: uppercase; letter-spacing: -.065em; font-weight: 700; }
h1 span { display: block; }
h1 span:last-child { color: var(--gold); padding-left: .42em; }
.subtitle { font-size: clamp(20px, 2vw, 31px); font-style: italic; margin: 42px 0 26px; color: #ece5d8; }
.lede { max-width: 640px; font-size: 19px; line-height: 1.72; color: rgba(255,255,255,.78); }
.credentials { margin: 26px 0 5px; font-family: Arial, sans-serif; font-size: 11px; line-height: 1.8; letter-spacing: .15em; text-transform: uppercase; color: rgba(255,255,255,.52); }
.authorName { margin: 0 0 34px; color: var(--gold); font-size: 19px; }
.primaryButton { display: inline-flex; gap: 25px; align-items: center; background: var(--gold); color: var(--navy); font-family: Arial, sans-serif; font-weight: 700; font-size: 12px; letter-spacing: .09em; text-transform: uppercase; padding: 18px 24px; transition: transform .2s, background .2s; }
.primaryButton:hover { transform: translateY(-2px); background: #d3b36f; }
.coverWrap { position: relative; z-index: 1; display: grid; place-items: center; }
.coverGlow { position: absolute; width: 105%; aspect-ratio: 1; border-radius: 50%; background: rgba(196,161,92,.13); filter: blur(34px); }
.bookPhoto {
  position: relative;
  width: min(450px, 100%);
  height: auto;
  display: block;
  border: 1px solid rgba(255,255,255,.14);
  box-shadow: 20px 28px 42px rgba(0,0,0,.48);
}

.journalSection { padding: 90px max(7vw, 34px); background: #0b1d35; }
.journalCard { max-width: 920px; margin: auto; padding: 58px 9%; position: relative; background: #e8e1d2; color: #243043; box-shadow: 0 20px 50px rgba(0,0,0,.22); transform: rotate(-.35deg); }
.journalCard::after { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .22; background-image: repeating-linear-gradient(0deg, transparent, transparent 27px, #9aa4ad 28px); }
.journalCard > * { position: relative; z-index: 1; }
.journalRule { position: absolute; left: 12%; top: 0; bottom: 0; width: 1px; background: rgba(170,63,53,.35); z-index: 1; }
.journalCard .sectionLabel { color: var(--red); margin-left: 8%; }
.journalDate { margin: 0 0 24px 8%; font-size: 16px; font-weight: bold; }
blockquote { margin: 0 0 0 8%; font-size: clamp(25px, 3vw, 39px); line-height: 1.55; font-style: italic; }

.lightSection { background: var(--paper); color: var(--text); }
.storySection { padding: 110px max(7vw, 34px); }
.sectionIntro { max-width: 880px; }
.sectionIntro h2, .authorCopy h2 { margin: 0; font-size: clamp(40px, 5vw, 68px); line-height: 1.06; letter-spacing: -.035em; }
.gold { color: #8e6b2f; }
.storyBody { display: grid; grid-template-columns: 1fr 1fr; gap: 9vw; margin-top: 70px; }
.storyText { font-size: 19px; line-height: 1.8; }
.storyText p:first-child::first-letter { float: left; font-size: 70px; line-height: .8; padding: 10px 10px 0 0; color: #8e6b2f; }
.numbers { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid #c7c0b2; border-left: 1px solid #c7c0b2; }
.numbers div { min-height: 190px; padding: 32px; border-right: 1px solid #c7c0b2; border-bottom: 1px solid #c7c0b2; display: flex; flex-direction: column; gap: 14px; }
.numbers strong { color: #8e6b2f; font-size: 50px; }
.numbers span { font-family: Arial, sans-serif; font-size: 12px; line-height: 1.6; text-transform: uppercase; letter-spacing: .08em; }

.whySection { padding: 110px max(7vw, 34px); background: linear-gradient(150deg, #07162d, #102a48); }
.centered { text-align: center; margin-left: auto; margin-right: auto; }
.centered .sectionLabel::before { display: none; }
.sectionIntro > p:last-child { color: rgba(255,255,255,.68); font-size: 18px; line-height: 1.7; }
.featureGrid { max-width: 1120px; margin: 70px auto 0; display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid rgba(196,161,92,.24); }
.featureGrid article { padding: 45px; min-height: 290px; border-right: 1px solid rgba(196,161,92,.24); }
.featureGrid article:last-child { border: 0; }
.featureGrid article > span { color: var(--gold); font-family: Arial, sans-serif; font-size: 11px; letter-spacing: .2em; }
.featureGrid h3 { font-size: 27px; margin: 36px 0 18px; }
.featureGrid p { color: rgba(255,255,255,.66); line-height: 1.7; }

.authorSection { padding: 115px max(7vw, 34px); display: grid; grid-template-columns: minmax(280px, .7fr) minmax(0, 1.3fr); gap: 8vw; align-items: center; }
.portraitFrame { position: relative; padding: 16px; border: 1px solid #b99a60; }
.portraitFrame::before { content: ""; position: absolute; inset: -16px 16px 16px -16px; border: 1px solid rgba(185,154,96,.35); }
.portraitFrame img { position: relative; z-index: 1; width: 100%; display: block; aspect-ratio: .78; object-fit: cover; object-position: 50% 25%; filter: saturate(.82); }
.authorCopy { max-width: 680px; }
.authorCredentials { margin: 24px 0 32px; color: #8e6b2f; font-family: Arial, sans-serif; font-size: 11px; line-height: 1.7; font-weight: bold; letter-spacing: .12em; text-transform: uppercase; }
.authorCopy > p:not(.sectionLabel):not(.authorCredentials) { font-size: 17px; line-height: 1.78; }

.reviewBand { text-align: center; padding: 75px 30px; background: #d9d0be; color: var(--ink); }
.stars { color: #a77d30; font-size: 25px; letter-spacing: .28em; }
.reviewBand h2 { margin: 18px 0 8px; font-size: clamp(28px, 4vw, 43px); }
.reviewBand p { margin: 0; font-family: Arial, sans-serif; font-size: 12px; text-transform: uppercase; letter-spacing: .16em; color: #73664f; }

.eventsSection { padding: 110px max(7vw, 34px); background: var(--paper); color: var(--text); }
.events { max-width: 1050px; margin: 65px auto 0; display: grid; gap: 18px; }
.eventCard { display: grid; grid-template-columns: 170px 1fr; align-items: center; min-height: 190px; border: 1px solid #c9c0b0; padding: 30px 45px; background: rgba(255,255,255,.32); }
.eventDate { display: flex; align-items: center; gap: 14px; color: #8e6b2f; }
.eventDate strong { font-size: 61px; line-height: 1; }
.eventDate span { font-family: Arial, sans-serif; font-size: 10px; line-height: 1.5; letter-spacing: .12em; text-transform: uppercase; }
.eventType { margin: 0 0 8px; color: #8e6b2f; font-family: Arial, sans-serif; font-size: 10px; font-weight: bold; letter-spacing: .16em; text-transform: uppercase; }
.eventCard h3 { font-size: 28px; margin: 0 0 8px; }
.eventCard p { margin: 4px 0; }
.presented { font-style: italic; color: #6d6d69; font-size: 14px; }
.featuredEvent { background: var(--navy-soft); color: white; border-color: var(--navy-soft); }

.orderSection { padding: 110px max(7vw, 34px); background: var(--navy); }
.retailerGrid { max-width: 1100px; margin: 60px auto 0; display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.retailerGrid > a { min-height: 110px; padding: 27px 30px; display: flex; justify-content: space-between; align-items: center; border: 1px solid rgba(196,161,92,.32); transition: background .2s, border-color .2s, transform .2s; }
.retailerGrid > a:hover { background: rgba(196,161,92,.1); border-color: var(--gold); transform: translateY(-2px); }
.retailerGrid span { display: flex; flex-direction: column; gap: 9px; }
.retailerGrid strong { font-size: 23px; }
.retailerGrid small { font-family: Arial, sans-serif; font-size: 11px; color: rgba(255,255,255,.56); letter-spacing: .05em; }
.retailerGrid > a > span + span { color: var(--gold); font-size: 20px; }
.retailerGrid .audible { grid-column: 1 / -1; background: rgba(196,161,92,.09); }

footer { min-height: 120px; padding: 32px max(7vw, 34px); display: flex; align-items: center; justify-content: space-between; background: #030b18; color: rgba(255,255,255,.55); font-family: Arial, sans-serif; font-size: 11px; letter-spacing: .04em; }
footer a { color: var(--gold); }

@media (max-width: 860px) {
  .navLinks a:not(.navOrder) { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 140px; text-align: center; gap: 70px; }
  .heroCopy { margin: auto; }
  h1 span:last-child { padding-left: 0; }
  .bookPhoto { width: min(410px, 82vw); }
  .storyBody, .authorSection { grid-template-columns: 1fr; }
  .portraitFrame { max-width: 440px; margin: auto; }
  .featureGrid { grid-template-columns: 1fr; }
  .featureGrid article { border-right: 0; border-bottom: 1px solid rgba(196,161,92,.24); min-height: 0; }
  .retailerGrid { grid-template-columns: 1fr; }
  .retailerGrid .audible { grid-column: auto; }
}

@media (max-width: 580px) {
  .nav { padding: 20px; }
  .navOrder { padding: 11px 13px; }
  .hero { min-height: auto; padding: 130px 22px 75px; }
  h1 { font-size: clamp(68px, 23vw, 105px); }
  .subtitle { margin-top: 32px; }
  .journalSection, .storySection, .whySection, .authorSection, .eventsSection, .orderSection { padding: 75px 22px; }
  .journalCard { padding: 43px 25px 43px 35px; }
  .journalCard .sectionLabel, .journalDate, blockquote { margin-left: 9%; }
  blockquote { font-size: 22px; }
  .storyBody { margin-top: 45px; }
  .numbers { grid-template-columns: 1fr; }
  .numbers div { min-height: 145px; }
  .featureGrid { margin-top: 45px; }
  .featureGrid article { padding: 34px; }
  .eventCard { grid-template-columns: 1fr; padding: 28px; gap: 20px; }
  .eventDate strong { font-size: 48px; }
  .retailerGrid > a { padding: 23px; }
  footer { flex-direction: column; text-align: center; gap: 22px; }
}

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