@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Fraunces:opsz,wght@9..144,600;9..144,700&display=swap');

:root {
  --ink: #172219;
  --forest: #153c2c;
  --forest-dark: #0b261c;
  --moss: #2e6a47;
  --leaf: #78a45f;
  --gold: #e3ad4d;
  --paper: #f7f1df;
  --cream: #fffaf0;
  --brown: #60432f;
  --line: rgba(23, 34, 25, .15);
  --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.65;
}
img { display: block; max-width: 100%; }
a { color: inherit; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 72px;
  padding: 12px clamp(20px, 5vw, 76px);
  color: white;
  background: rgba(11, 38, 28, .94);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(255,255,255,.12);
}
.brand { display: inline-flex; align-items: center; gap: 11px; font-weight: 700; text-decoration: none; letter-spacing: -.02em; }
.brand-mark { display: grid; place-items: center; width: 36px; height: 36px; border: 2px solid var(--gold); border-radius: 50% 50% 45% 55%; color: var(--gold); font-family: "Fraunces", serif; }
nav { display: flex; gap: 28px; }
nav a { color: rgba(255,255,255,.82); text-decoration: none; font-size: .9rem; font-weight: 600; }
nav a:hover, nav a:focus-visible { color: white; }
.header-cta { padding: 10px 18px; color: var(--forest-dark); background: var(--gold); border-radius: 999px; text-decoration: none; font-size: .88rem; font-weight: 700; }

.hero {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, .9fr);
  align-items: center;
  gap: clamp(40px, 7vw, 110px);
  min-height: calc(100vh - 72px);
  padding: clamp(72px, 9vw, 130px) clamp(24px, 7vw, 110px);
  color: white;
  background:
    radial-gradient(circle at 15% 5%, rgba(120,164,95,.28), transparent 34%),
    linear-gradient(125deg, #09251a 0%, #174735 55%, #102d23 100%);
}
.hero::before, .hero::after { content: ""; position: absolute; width: 420px; height: 420px; border: 1px solid rgba(227,173,77,.14); border-radius: 50%; }
.hero::before { left: -260px; bottom: -130px; }
.hero::after { right: -210px; top: -180px; }
.hero-copy, .hero-visual { position: relative; z-index: 2; }
.eyebrow { margin: 0 0 16px; color: var(--gold); font-size: .76rem; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
h1, h2 { margin: 0; font-family: "Fraunces", Georgia, serif; line-height: 1.06; letter-spacing: -.035em; }
h1 { max-width: 760px; font-size: clamp(3rem, 6.5vw, 6.6rem); }
h1 em { color: var(--gold); font-style: normal; }
.hero-title-brand { font-size: .34em; letter-spacing: .09em; text-transform: uppercase; color: rgba(255,255,255,.82); }
.hero-lead { max-width: 700px; margin: 28px 0 32px; color: rgba(255,255,255,.82); font-size: clamp(1.03rem, 1.5vw, 1.2rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { display: inline-flex; justify-content: center; padding: 14px 22px; border: 1px solid transparent; border-radius: 999px; text-decoration: none; font-weight: 700; }
.button-primary { color: var(--forest-dark); background: var(--gold); }
.button-secondary { color: white; border-color: rgba(255,255,255,.35); }
.button:hover { transform: translateY(-2px); }
.hero-facts { display: flex; flex-wrap: wrap; gap: 32px; margin: 38px 0 0; }
.hero-facts div { padding-left: 14px; border-left: 2px solid var(--gold); }
.hero-facts dt { color: rgba(255,255,255,.58); font-size: .72rem; text-transform: uppercase; letter-spacing: .12em; }
.hero-facts dd { margin: 2px 0 0; font-weight: 700; }
.hero-visual { display: flex; justify-content: center; }
.hero-visual img { position: relative; z-index: 2; width: min(560px, 96vw); height: auto; object-fit: contain; filter: drop-shadow(0 34px 45px rgba(0,0,0,.34)); }
.book-note { position: absolute; z-index: 3; right: 0; bottom: 8%; padding: 9px 14px; color: var(--ink); background: var(--cream); border-radius: 999px; font-size: .78rem; font-weight: 700; transform: rotate(-3deg); box-shadow: 0 10px 30px rgba(0,0,0,.22); }
.glow { position: absolute; border-radius: 50%; filter: blur(4px); }
.glow-one { width: 260px; height: 260px; top: 5%; right: 5%; background: rgba(227,173,77,.18); }
.glow-two { width: 220px; height: 220px; left: 2%; bottom: 0; background: rgba(120,164,95,.18); }

section:not(.hero) { padding: clamp(80px, 10vw, 140px) clamp(24px, 7vw, 110px); }
.section-heading { max-width: 760px; margin-bottom: 54px; }
.section-heading h2, .author h2, .buy h2 { font-size: clamp(2.35rem, 4.8vw, 4.7rem); }
.section-heading > p:last-child { max-width: 640px; color: #556359; font-size: 1.08rem; }
.story { background: var(--cream); }
.story-grid { display: grid; grid-template-columns: minmax(280px, .8fr) minmax(0, 1.2fr); gap: clamp(40px, 8vw, 110px); align-items: center; }
.story-image { position: relative; }
.story-image img { width: 100%; height: auto; max-height: none; object-fit: contain; border-radius: 24px; box-shadow: 0 24px 60px rgba(23,34,25,.16); }
.image-caption { position: absolute; right: -18px; bottom: 34px; margin: 0; padding: 12px 18px; color: white; background: var(--forest); border-radius: 999px; font-family: "Fraunces", serif; transform: rotate(-3deg); }
.story-copy > p { color: #48564c; font-size: 1.08rem; }
.promise-card { display: grid; grid-template-columns: 52px 1fr; gap: 16px; padding: 20px 0; border-top: 1px solid var(--line); }
.promise-number { color: var(--gold); font-family: "Fraunces", serif; font-size: 1.4rem; }
.promise-card h3, .promise-card p { margin: 0; }
.promise-card p { color: #647168; }

.characters { color: white; background: linear-gradient(135deg, #173f2d, #0b251b); }
.section-heading.light p:last-child { color: rgba(255,255,255,.72); }
.character-list { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.character-list article { overflow: hidden; border: 1px solid rgba(255,255,255,.14); border-radius: var(--radius); background: rgba(255,255,255,.055); }
.character-list article:nth-child(2), .character-list article:nth-child(4) { margin-top: 0; }
.character-list img { width: 100%; height: auto; aspect-ratio: 1.25 / 1; object-fit: cover; }
.character-copy { padding: 24px 26px 28px; }
.character-name { display: grid; grid-template-columns: auto 1fr; align-items: start; gap: 14px; }
.character-name span { color: var(--gold); font-size: .78rem; font-weight: 700; letter-spacing: .14em; }
.character-list h3 { margin: 0; font-family: "Fraunces", serif; font-size: clamp(1.65rem, 2.8vw, 2.45rem); line-height: 1.08; }
.character-copy > p { margin: 20px 0 0; color: rgba(255,255,255,.76); font-size: .98rem; line-height: 1.72; }

.buy { padding-top: 0 !important; padding-bottom: 0 !important; background: linear-gradient(to bottom, var(--forest-dark) 50%, var(--paper) 50%); }
.buy-card { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; padding: clamp(38px, 6vw, 76px); background: var(--gold); border-radius: 30px; box-shadow: 0 25px 80px rgba(23,34,25,.18); }
.buy-card .eyebrow { color: var(--forest); }
.buy-card p { max-width: 610px; }
.retailers { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.retailers a { display: flex; align-items: center; justify-content: space-between; padding: 18px 20px; background: rgba(255,255,255,.74); border-radius: 14px; text-decoration: none; font-weight: 700; }
.retailers a:hover { background: white; }

.packs { background: var(--paper); }
.pack-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; align-items: start; }
.pack-card { position: relative; overflow: hidden; background: var(--cream); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 16px 45px rgba(23,34,25,.08); }
.pack-card img { width: 100%; aspect-ratio: 4 / 4.8; object-fit: cover; object-position: 50% 64%; }
.pack-card > div { padding: 24px; }
.pack-card h3 { margin: 0; font-family: "Fraunces", serif; font-size: 2rem; }
.pack-card p { margin: 6px 0 0; color: #5d6a61; }
.pack-card .pack-rank { margin: 0 0 4px; color: var(--moss); font-size: .72rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.pack-link { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-top: 20px; padding: 12px 16px; color: white; background: var(--forest); border-radius: 999px; text-decoration: none; font-size: .88rem; font-weight: 700; transition: transform .2s ease, background .2s ease; }
.pack-link:hover, .pack-link:focus-visible { background: var(--moss); transform: translateY(-2px); }
.pack-link span { color: var(--gold); font-size: 1.08rem; }
.featured { margin-top: -22px; border: 2px solid var(--gold); }
.featured-label { position: absolute; z-index: 2; top: 14px; left: 14px; padding: 7px 12px; color: var(--forest-dark); background: var(--gold); border-radius: 999px; font-size: .72rem; font-weight: 700; }

.author { display: grid; grid-template-columns: minmax(280px, .8fr) minmax(0, 1.2fr); gap: clamp(40px, 8vw, 110px); align-items: center; color: white; background: #201c17; }
.author-photo img { width: 100%; border-radius: 48% 48% 18px 18px; filter: saturate(.88); }
.author-copy > p:not(.eyebrow) { max-width: 680px; color: rgba(255,255,255,.72); font-size: 1.07rem; }
.social-links { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 28px; }
.social-links a { padding: 10px 16px; border: 1px solid rgba(255,255,255,.2); border-radius: 999px; text-decoration: none; font-weight: 600; }
.social-links a:hover { border-color: var(--gold); color: var(--gold); }

.faq { background: var(--cream); }
.faq-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
details { padding: 22px 24px; border: 1px solid var(--line); border-radius: 16px; background: white; }
summary { cursor: pointer; font-family: "Fraunces", serif; font-size: 1.15rem; font-weight: 700; }
details p { margin-bottom: 0; color: #5c685f; }

footer { padding: 58px clamp(24px, 7vw, 110px); text-align: center; color: rgba(255,255,255,.72); background: var(--forest-dark); }
.footer-brand { justify-content: center; color: white; }
.footer-meta { margin-top: 24px; font-size: .78rem; }

@media (max-width: 920px) {
  nav { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 70px; }
  .hero-copy { text-align: center; }
  .hero-lead { margin-inline: auto; }
  .hero-actions, .hero-facts { justify-content: center; }
  .story-grid, .author, .buy-card { grid-template-columns: 1fr; }
  .story-image { max-width: 560px; margin-inline: auto; }
  .character-list { grid-template-columns: 1fr 1fr; }
  .pack-grid { grid-template-columns: 1fr; max-width: 620px; margin-inline: auto; }
  .featured { margin-top: 0; }
}

@media (max-width: 580px) {
  .site-header { min-height: 64px; padding-inline: 16px; }
  .brand > span:last-child { font-size: .92rem; }
  .header-cta { padding: 9px 12px; font-size: .78rem; }
  .hero { min-height: auto; padding: 58px 20px 80px; }
  h1 { font-size: clamp(2.7rem, 14vw, 4.2rem); }
  .hero-facts { gap: 18px; }
  section:not(.hero) { padding-inline: 20px; }
  .character-list, .retailers, .faq-grid { grid-template-columns: 1fr; }
  .character-copy { padding: 22px 22px 26px; }
  .buy { padding-inline: 20px !important; }
  .buy-card { padding: 30px 22px; gap: 32px; }
  .image-caption { right: -4px; }
  .pack-card img {
    display: block;
    width: 100%;
    height: min(68vh, 520px);
    aspect-ratio: auto;
    object-fit: contain;
    object-position: center;
    background: var(--cream);
  }
  .author-photo {
    width: 100%;
    max-width: 420px;
    margin-inline: auto;
  }
  .author-photo img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: auto;
    object-fit: contain;
    border-radius: 24px;
  }
}

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