:root {
  --ink: #071b14;
  --deep: #0b261d;
  --forest: #12372b;
  --forest-light: #1f4c3d;
  --paper: #f3f0e8;
  --muted: #b9c3ba;
  --gold: #d99a24;
  --gold-bright: #f0b83d;
  --line: rgba(217, 154, 36, 0.45);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--ink);
  color: var(--paper);
  font-family: Arial, Helvetica, sans-serif;
}
a { color: inherit; text-decoration: none; }

.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 10;
  height: 92px;
  padding: 0 clamp(24px, 6vw, 96px);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  border-bottom: 1px solid rgba(255,255,255,.11);
}
.brand-logo-link { width: 104px; height: 72px; display: flex; align-items: center; }
.brand-logo { display: block; width: 100%; height: auto; max-height: 68px; object-fit: contain; }
.site-header nav { display: flex; gap: clamp(18px, 2.2vw, 34px); }
.site-header nav a, footer a { color: #d7ded8; font-size: 13px; font-weight: 700; letter-spacing: .05em; }
.site-header nav a:hover, footer a:hover { color: var(--gold-bright); }
.header-cta {
  justify-self: end;
  padding-bottom: 5px;
  border-bottom: 2px solid var(--gold);
  color: var(--gold-bright);
  font-size: 13px;
  font-weight: 800;
}

.hero {
  position: relative;
  overflow: hidden;
  min-height: 740px;
  padding: 132px clamp(24px, 7vw, 112px) 60px;
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(380px, .78fr);
  align-items: center;
  gap: clamp(48px, 8vw, 140px);
  background:
    radial-gradient(circle at 78% 48%, rgba(31, 105, 79, .38), transparent 30%),
    linear-gradient(115deg, #061711 0%, #0c291f 58%, #10392b 100%);
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .26;
  background-image:
    repeating-linear-gradient(103deg, transparent 0 21px, rgba(255,255,255,.018) 22px 23px),
    repeating-linear-gradient(7deg, transparent 0 37px, rgba(0,0,0,.1) 38px 39px);
}
.hero-noise {
  position: absolute;
  width: 520px; height: 520px;
  left: -260px; bottom: -300px;
  border: 1px solid rgba(217,154,36,.22);
  border-radius: 50%;
}
.hero-copy, .book-stage { position: relative; z-index: 2; }
.eyebrow {
  margin: 0 0 22px;
  color: var(--gold-bright);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .2em;
  text-transform: uppercase;
}
.eyebrow span { margin-right: 8px; }
.hero h1 {
  max-width: 760px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(48px, 5.4vw, 78px);
  font-weight: 700;
  line-height: .99;
  letter-spacing: -.055em;
}
.hero-lede {
  max-width: 660px;
  margin: 30px 0 0;
  color: #cdd6ce;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(18px, 1.5vw, 23px);
  line-height: 1.55;
}
.hero-actions { display: flex; align-items: center; gap: 30px; margin-top: 38px; flex-wrap: wrap; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 26px;
  border-radius: 2px;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
  transition: transform .2s ease, background .2s ease;
}
.button-gold { background: var(--gold); color: #10251d; box-shadow: 0 12px 34px rgba(0,0,0,.22); }
.button-gold:hover { background: var(--gold-bright); transform: translateY(-2px); }
.text-link { font-size: 14px; font-weight: 800; }
.text-link span { color: var(--gold-bright); margin-left: 7px; }
.hero-meta { display: flex; gap: 48px; margin-top: 58px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.13); }
.hero-meta div { display: grid; gap: 5px; }
.hero-meta strong { font-family: Georgia, serif; font-size: 17px; }
.hero-meta span { color: #8fa097; font-size: 11px; text-transform: uppercase; letter-spacing: .11em; }

.book-stage { min-height: 540px; display: grid; place-items: center; }
.book-cover {
  position: relative;
  z-index: 2;
  width: min(310px, 76%);
  height: auto;
  border: 1px solid rgba(255,255,255,.15);
  box-shadow: 28px 38px 70px rgba(0,0,0,.5), -8px 0 0 #091d16;
  transform: rotate(2deg);
}
.cover-credit {
  position: absolute;
  z-index: 3;
  bottom: 22px;
  margin: 0;
  color: #9eafa5;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .05em;
  text-align: center;
}
.book-shadow {
  position: absolute;
  z-index: 0;
  width: 60%; height: 60px;
  bottom: 30px;
  background: rgba(0,0,0,.55);
  filter: blur(30px);
  transform: rotate(5deg);
}
.gold-orbit {
  position: absolute;
  width: 430px; height: 430px;
  border: 1px solid rgba(217,154,36,.28);
  border-radius: 50%;
}
.gold-orbit::before, .gold-orbit::after { content: ""; position: absolute; border-radius: 50%; border: 1px solid rgba(217,154,36,.12); }
.gold-orbit::before { inset: 42px; }
.gold-orbit::after { inset: 92px; }
.edition-tag {
  position: absolute;
  z-index: 3;
  right: 0; bottom: 64px;
  padding: 13px 17px;
  background: var(--paper);
  color: var(--ink);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
  transform: rotate(-3deg);
}

.story-section {
  position: relative;
  padding: 92px clamp(24px, 8vw, 130px);
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: clamp(50px, 10vw, 170px);
  background: var(--paper);
  color: #10251d;
}
.section-number { position: absolute; right: 4vw; top: 38px; color: rgba(12,41,31,.08); font: 900 120px/1 Arial; }
.story-heading h2, .author-copy h2, .appearance-section h2, .order-section h2, .gallery-section h2, .retailer-section h2, .memorial-section h2 {
  margin: 0;
  font-family: Georgia, serif;
  font-size: clamp(38px, 4.2vw, 62px);
  line-height: 1.03;
  letter-spacing: -.045em;
}
.story-section .eyebrow { color: #9b6811; }
.story-copy { max-width: 700px; color: #3c4a44; font-family: Georgia, serif; font-size: 18px; line-height: 1.75; }
.story-copy p { margin: 0 0 22px; }
.dropcap::first-letter { float: left; margin: 3px 10px 0 0; color: #9b6811; font-size: 66px; line-height: .75; }

.quote-band {
  position: relative;
  min-height: 300px;
  padding: 68px 24px;
  display: grid;
  place-items: center;
  overflow: hidden;
  text-align: center;
  background: linear-gradient(135deg, #102f24, #071b14);
}
.quote-band blockquote { position: relative; z-index: 2; max-width: 900px; margin: 0; font: italic clamp(27px, 3.3vw, 47px)/1.35 Georgia, serif; }
.quote-band cite { display: block; margin-top: 26px; color: var(--gold-bright); font: 800 12px/1 Arial; letter-spacing: .16em; text-transform: uppercase; }
.quote-mark { position: absolute; left: 6vw; top: -100px; color: rgba(217,154,36,.08); font: 400 400px/1 Georgia, serif; }
.star-line { display: flex; align-items: center; gap: 14px; margin-top: 40px; }
.star-line span { width: 72px; height: 1px; background: var(--line); }
.star-line b { color: var(--gold); font-size: 12px; }

.author-section {
  padding: 92px clamp(24px, 9vw, 145px);
  display: grid;
  grid-template-columns: minmax(280px, .7fr) 1.2fr;
  gap: clamp(60px, 10vw, 160px);
  align-items: center;
  background: #0b2119;
}
.author-photo-wrap { max-width: 340px; }
.author-photo-frame { padding: 10px; border: 1px solid var(--gold); background: #17392d; box-shadow: 28px 30px 0 rgba(217,154,36,.08); }
.author-photo { display: block; width: 100%; height: auto; }
.photo-caption { display: block; margin-top: 22px; color: #91a299; font-size: 10px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.author-copy { max-width: 740px; }
.author-copy h2 { margin-bottom: 25px; }
.author-copy .author-intro { color: var(--paper); font: 24px/1.55 Georgia, serif; }
.author-copy > p:not(.eyebrow):not(.author-intro) { color: #b6c3bb; font: 17px/1.75 Georgia, serif; }
.social-links { display: flex; gap: 24px; margin-top: 34px; }
.social-links a { padding-bottom: 6px; border-bottom: 1px solid var(--line); color: var(--gold-bright); font-size: 12px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }

.gallery-section {
  padding: 88px clamp(20px, 6vw, 96px);
  background: #071b14;
}
.gallery-heading {
  max-width: 1320px;
  margin: 0 auto 52px;
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  gap: clamp(40px, 8vw, 120px);
  align-items: end;
}
.gallery-heading h2 { max-width: 830px; }
.gallery-heading > p { margin: 0 0 5px; color: #aebcb3; font: 18px/1.7 Georgia, serif; }
.photo-grid {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
.gallery-photo {
  position: relative;
  overflow: hidden;
  margin: 0;
  min-height: 0;
  aspect-ratio: 4 / 5;
  background: #15362a;
  border: 1px solid rgba(255,255,255,.09);
}
.gallery-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  padding: 5px;
  background: #0b241b;
  transition: filter .35s ease;
}
.gallery-photo:hover img { filter: saturate(1.06); }
.photo-1, .photo-2, .photo-3, .photo-4, .photo-5, .photo-6 { grid-column: auto; grid-row: auto; }

.appearance-section {
  padding: 92px clamp(24px, 8vw, 130px);
  display: grid;
  grid-template-columns: 1.15fr .85fr .85fr;
  gap: 24px;
  align-items: stretch;
  background: var(--paper);
  color: #10251d;
}
.appearance-section > div:first-child { padding-right: clamp(20px, 4vw, 70px); }
.appearance-section .eyebrow { color: #9b6811; }
.appearance-section > div:first-child > p:last-child { max-width: 600px; color: #51605a; font: 17px/1.7 Georgia, serif; }
.appearance-card { padding: 38px; display: flex; flex-direction: column; border: 1px solid #c8c8bc; background: #fff; }
.appearance-card.upcoming { background: #133428; color: var(--paper); border-color: #133428; }
.card-kicker { margin: 0 0 34px; color: #9b6811; font-size: 10px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.upcoming .card-kicker { color: var(--gold-bright); }
.appearance-card h3 { margin: 0 0 14px; font: 700 30px/1.12 Georgia, serif; }
.appearance-card > p:not(.card-kicker) { margin: 0 0 38px; color: #63706a; line-height: 1.65; }
.upcoming > p:not(.card-kicker) { color: #b9c5be; }
.button-outline { margin-top: auto; border: 1px solid #14382b; color: #14382b; }
.button-outline:hover { background: #14382b; color: #fff; }
.appearance-card .text-link { margin-top: auto; color: var(--gold-bright); }

.retailer-section {
  padding: 92px clamp(24px, 9vw, 145px);
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: clamp(50px, 10vw, 160px);
  align-items: center;
  background: linear-gradient(135deg, #0b241b, #12392c);
}
.retailer-copy { max-width: 760px; }
.retailer-badge {
  width: max-content;
  max-width: 100%;
  margin: 0 0 26px;
  padding: 10px 14px;
  border: 1px solid var(--gold);
  color: var(--gold-bright);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.retailer-copy h2 em { color: var(--gold-bright); font-weight: inherit; }
.retailer-copy > p:not(.eyebrow) { color: #b8c5bd; font: 18px/1.72 Georgia, serif; }
.retailer-options { margin-top: 34px; display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid rgba(255,255,255,.13); }
.retailer-options div { min-height: 82px; padding: 20px 18px 18px 0; display: flex; gap: 14px; align-items: flex-start; border-bottom: 1px solid rgba(255,255,255,.13); }
.retailer-options div:nth-child(odd) { margin-right: 24px; }
.retailer-options strong { color: var(--gold); font: 800 11px/1 Arial; letter-spacing: .1em; }
.retailer-options span { color: #e1e5df; font-size: 13px; font-weight: 800; line-height: 1.35; }
.retailer-contact { padding: clamp(34px, 5vw, 58px); border: 1px solid var(--line); background: rgba(3,16,11,.42); box-shadow: 22px 24px 0 rgba(217,154,36,.07); }
.retailer-contact h3 { margin: 0 0 18px; font: 700 clamp(29px, 3vw, 42px)/1.16 Georgia, serif; }
.retailer-contact > p:not(.card-kicker) { color: #aebdb4; line-height: 1.65; }
.retailer-contact .button { margin-top: 18px; }
.retailer-email { display: block; width: max-content; max-width: 100%; margin-top: 22px; color: var(--gold-bright); font-size: 14px; word-break: break-word; border-bottom: 1px solid var(--line); }
.retailer-note { margin: 18px 0 0 !important; color: #7f9187 !important; font-size: 12px; }

.order-section {
  padding: 88px 24px;
  display: grid;
  justify-items: center;
  text-align: center;
  background:
    radial-gradient(circle at center, rgba(34,91,69,.45), transparent 45%),
    #071b14;
}
.order-star { margin-bottom: 28px; color: var(--gold); font-size: 20px; }
.order-section .eyebrow { margin-bottom: 14px; }
.order-section h2 { font-size: clamp(60px, 8vw, 108px); text-transform: uppercase; }
.order-subtitle { margin: 8px 0 0; font: 26px/1.3 Georgia, serif; }
.order-copy { max-width: 590px; margin: 28px 0 30px; color: #b1c0b7; font: 17px/1.65 Georgia, serif; }
.button-disabled { cursor: default; background: var(--gold); color: #10251d; }
.isbn { margin: 26px 0 0; color: #6f8277; font-size: 10px; letter-spacing: .16em; text-transform: uppercase; }

.memorial-section {
  min-height: 520px;
  padding: 72px clamp(24px, 8vw, 130px);
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  gap: clamp(44px, 8vw, 120px);
  align-items: center;
  background: #f5f3ed;
  color: #10251d;
}
.memorial-image-wrap { position: relative; max-width: 580px; }
.memorial-image-wrap::before { content: ""; position: absolute; inset: -13px; border: 1px solid #c59a43; opacity: .65; }
.memorial-image { position: relative; z-index: 1; display: block; width: 100%; height: auto; filter: grayscale(1); }
.memorial-copy { max-width: 590px; }
.memorial-copy p { margin: 18px 0 15px; color: #946412; font-size: 11px; font-weight: 900; letter-spacing: .2em; text-transform: uppercase; }
.memorial-copy h2 { font-size: clamp(39px, 4.5vw, 67px); }
.memorial-star { color: var(--gold); font-size: 18px; }

footer {
  padding: 34px clamp(24px, 6vw, 96px) 25px;
  border-top: 1px solid rgba(255,255,255,.1);
  background: #04100c;
}
.footer-main { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding-bottom: 26px; }
.footer-logo-link { display: block; width: 150px; }
.footer-logo { display: block; width: 100%; height: auto; }
.footer-links { display: flex; gap: 24px; }
.footer-legal { padding-top: 20px; display: flex; justify-content: space-between; gap: 24px; border-top: 1px solid rgba(255,255,255,.08); }
.footer-legal p { margin: 0; color: #718078; font-size: 10px; letter-spacing: .05em; }
.footer-legal strong { color: #aebaaf; }
.site-credit { font-size: 9px !important; }
.site-credit a { color: #93a39a; font-size: inherit; border-bottom: 1px solid rgba(217,154,36,.35); }

@media (max-width: 980px) {
  .site-header { grid-template-columns: 1fr auto; }
  .site-header nav { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 140px; }
  .book-stage { grid-row: 2; min-height: 610px; }
  .book-cover { width: min(350px, 78vw); }
  .edition-tag { right: 12%; }
  .story-section, .author-section, .retailer-section, .memorial-section { grid-template-columns: 1fr; }
  .gallery-heading { grid-template-columns: 1fr; }
  .photo-grid { grid-template-columns: repeat(3, 1fr); }
  .gallery-photo { grid-column: auto !important; grid-row: auto !important; }
  .appearance-section { grid-template-columns: 1fr 1fr; }
  .appearance-section > div:first-child { grid-column: 1 / -1; margin-bottom: 24px; }
}

@media (max-width: 640px) {
  .site-header { height: 76px; padding: 0 20px; }
  .brand-logo-link { width: 82px; height: 62px; }
  .header-cta { font-size: 11px; }
  .hero { min-height: 0; padding: 120px 20px 70px; gap: 20px; }
  .hero h1 { font-size: 49px; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .hero-meta { gap: 24px; flex-wrap: wrap; margin-top: 44px; }
  .book-stage { min-height: 540px; }
  .gold-orbit { width: 390px; height: 390px; }
  .edition-tag { right: 2%; bottom: 40px; }
  .cover-credit { bottom: 5px; }
  .story-section, .author-section, .appearance-section, .retailer-section, .memorial-section { padding: 88px 22px; }
  .story-section { gap: 35px; }
  .section-number { font-size: 78px; }
  .appearance-section { grid-template-columns: 1fr; }
  .appearance-section > div:first-child { grid-column: auto; }
  .appearance-card { padding: 30px; }
  .gallery-section { padding: 86px 14px 76px; }
  .gallery-heading { padding: 0 8px; }
  .photo-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
  .gallery-photo { min-height: 0; grid-column: auto !important; grid-row: auto !important; }
  .retailer-options { grid-template-columns: 1fr; }
  .retailer-options div:nth-child(odd) { margin-right: 0; }
  .quote-band { min-height: 430px; padding: 70px 24px; }
  .footer-main, .footer-legal { align-items: flex-start; flex-direction: column; }
}

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