:root {
  --red: #b1282f;
  --deep-red: #6d1118;
  --gold: #d9a441;
  --paper: #f7f0df;
  --cream: #fffaf0;
  --ink: #191817;
  --muted: #625c54;
  --line: #c9bda7;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Georgia, "Times New Roman", serif; line-height: 1.7; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input { font: inherit; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 72px;
  padding: 12px clamp(22px, 6vw, 88px);
  color: #fff;
  background: rgba(31, 18, 18, .98);
  border-bottom: 4px solid var(--red);
}
.wordmark { color: #fff; text-decoration: none; font-size: 1.4rem; font-weight: 800; }
.site-nav { display: flex; gap: 28px; }
.site-nav a { color: #fff; text-decoration: none; font: 800 .78rem/1 Arial, Helvetica, sans-serif; letter-spacing: .09em; text-transform: uppercase; }
.site-nav a:hover, .site-nav a:focus-visible { color: #f1c565; }
.menu-toggle { display: none; color: #fff; background: transparent; border: 1px solid #fff; padding: 10px 14px; font-family: Arial, sans-serif; font-weight: 800; }

.hero { display: grid; grid-template-columns: minmax(360px, .8fr) minmax(0, 1.2fr); min-height: calc(100vh - 72px); background: radial-gradient(circle at 72% 18%, #fff 0, #f7e8ca 44%, #dac49f 100%); }
.book-stage { display: grid; place-items: center; padding: 50px; background: var(--deep-red); }
.book-stage img { width: min(460px, 100%); max-height: 75vh; object-fit: contain; filter: drop-shadow(20px 24px 22px rgba(0,0,0,.38)); }
.hero-copy { align-self: center; padding: 70px clamp(30px, 8vw, 130px); }
.eyebrow { margin: 0 0 14px; color: var(--red); font: 900 .8rem/1.2 Arial, Helvetica, sans-serif; letter-spacing: .16em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 28px; font-size: clamp(4rem, 9vw, 9rem); line-height: .88; letter-spacing: 0; }
h1 em { color: var(--red); }
.subhead { max-width: 760px; color: var(--muted); font-size: clamp(1.08rem, 1.8vw, 1.45rem); }
.button, .secondary-button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; padding: 13px 24px; border: 2px solid var(--red); background: var(--red); color: #fff; text-decoration: none; font: 900 .82rem/1 Arial, Helvetica, sans-serif; text-transform: uppercase; letter-spacing: .08em; cursor: pointer; }
.button:hover, .button:focus-visible { background: #8f1d24; }
.secondary-button { color: var(--red); background: #fff; }

.letter-section { display: grid; grid-template-columns: 240px minmax(0, 760px); justify-content: center; gap: clamp(30px, 7vw, 110px); padding: clamp(80px, 11vw, 160px) 24px; background: #fff; }
.letter-section aside { padding-top: 10px; color: var(--muted); }
.letter-section aside strong, .letter-section aside span { display: block; }
.letter-section aside strong { color: var(--red); font-size: 1.45rem; }
.letter-section article { font-size: 1.18rem; }
.salutation { font-size: 1.4rem; font-weight: 800; }
blockquote { margin: 44px 0; padding: 26px 34px; color: var(--deep-red); border-left: 8px solid var(--gold); background: var(--paper); font-size: clamp(1.45rem, 3vw, 2.3rem); line-height: 1.25; }

.warning { padding: clamp(80px, 10vw, 140px) clamp(24px, 14vw, 220px); color: #fff; background: var(--deep-red); text-align: center; }
.warning .eyebrow { color: #f4cb75; }
h2 { font-size: clamp(2.4rem, 5vw, 5.2rem); line-height: 1; }
.warning p:last-child { max-width: 900px; margin: 0 auto; color: #f3ded5; font-size: 1.1rem; }
.inside-section { padding: clamp(80px, 10vw, 150px) clamp(24px, 7vw, 110px); }
.section-copy { max-width: 920px; margin-bottom: 55px; }
.section-copy > p:last-child { max-width: 760px; color: var(--muted); font-size: 1.1rem; }
.topic-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.topic-grid article { min-height: 260px; padding: 28px; background: var(--cream); border-top: 6px solid var(--red); }
.topic-grid span { color: var(--red); font: 900 .8rem/1 Arial, sans-serif; letter-spacing: .15em; }
.topic-grid h3 { margin: 34px 0 12px; font-size: 1.45rem; }
.topic-grid p { color: var(--muted); }
.author-section { display: grid; grid-template-columns: minmax(280px, .75fr) minmax(0, 1.25fr); gap: clamp(40px, 8vw, 120px); align-items: center; padding: clamp(80px, 10vw, 150px) clamp(24px, 9vw, 150px); background: #1f1919; color: #fff; }
.author-photo img { width: 100%; max-height: 680px; object-fit: cover; object-position: center 20%; border: 1px solid #917a66; box-shadow: 18px 18px 0 var(--red); }
.author-section p:not(.eyebrow) { color: #d8ccc2; }
.author-links { display: flex; flex-wrap: wrap; gap: 22px; }
.text-link { font-weight: 800; text-underline-offset: 5px; }
.availability { display: grid; grid-template-columns: minmax(200px, 340px) minmax(0, 760px); gap: clamp(34px, 7vw, 110px); justify-content: center; align-items: center; padding: clamp(80px, 10vw, 150px) 24px; background: #e8d5b4; }
.availability img { max-height: 500px; margin: 0 auto; box-shadow: 15px 15px 0 var(--gold); }

footer { padding: 48px clamp(24px, 7vw, 110px); color: #e5dacf; background: #171212; }
footer strong { color: #fff; font-size: 1.25rem; }
footer nav { display: flex; flex-wrap: wrap; gap: 20px; }
footer nav a, .privacy-open { color: #fff; background: transparent; border: 0; padding: 0; text-decoration: underline; cursor: pointer; }
.consent { position: fixed; inset: 0; z-index: 60; display: grid; place-items: center; padding: 20px; background: rgba(22, 12, 12, .76); }
.consent[hidden] { display: none; }
.consent-panel { position: relative; width: min(620px, 100%); max-height: calc(100vh - 40px); overflow: auto; padding: clamp(28px, 5vw, 52px); background: #fff; border-top: 8px solid var(--red); box-shadow: 0 24px 80px rgba(0,0,0,.42); }
.consent-close { position: absolute; top: 12px; right: 15px; border: 0; background: transparent; font-size: 1.8rem; cursor: pointer; }
.consent-panel label { display: block; margin: 22px 0; font-weight: 800; }
.consent-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.legal-page { max-width: 900px; min-height: 70vh; margin: 0 auto; padding: 90px 24px; }
.legal-page h1 { color: var(--deep-red); font-size: clamp(3rem, 7vw, 6rem); }
.legal-page h2 { margin-top: 42px; font-size: 1.7rem; }

@media (max-width: 900px) {
  .menu-toggle { display: block; }
  .site-nav { position: absolute; top: 100%; left: 0; right: 0; display: none; flex-direction: column; gap: 0; padding: 12px 24px 24px; background: #1f1212; }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.2); }
  .hero { grid-template-columns: 1fr; }
  .book-stage { min-height: 62vh; }
  .letter-section, .author-section, .availability { grid-template-columns: 1fr; }
  .letter-section aside { display: grid; grid-template-columns: auto auto; justify-content: start; column-gap: 8px; }
  .topic-grid { grid-template-columns: 1fr 1fr; }
  .author-photo img { max-height: 560px; }
}

@media (max-width: 580px) {
  h1 { font-size: clamp(3.6rem, 20vw, 6rem); }
  h2 { font-size: 2.5rem; }
  .book-stage { padding: 30px; min-height: 52vh; }
  .topic-grid { grid-template-columns: 1fr; }
  .topic-grid article { min-height: 0; }
  .consent-actions > * { width: 100%; }
}
