:root {
  --paper: #f4ead6;
  --paper-deep: #eadcc0;
  --ink: #2b2433;
  --ink-soft: #5d5262;
  --kevin: #d24a3f;
  --tie: #2f6ca3;
  --mustard: #c8932c;
  --display: "Fraunces", "Cooper Black", Georgia, serif;
  --body: "Alegreya", "Iowan Old Style", Georgia, serif;
  --label: "Alegreya Sans SC", "Gill Sans", sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
body {
  margin: 0; background: var(--paper); color: var(--ink);
  font: 400 1.125rem/1.55 var(--body);
  padding: env(safe-area-inset-top, 0) 0 env(safe-area-inset-bottom, 0);
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--tie); }
a:focus-visible { outline: 3px solid var(--mustard); outline-offset: 3px; }
h1, h2, h3, .brand, .kicker {
  font-family: var(--display); font-variation-settings: "SOFT" 100, "WONK" 1; text-wrap: balance;
}
h2 { font-size: clamp(2rem, 4vw, 2.8rem); font-weight: 900; color: var(--kevin); margin: 0 0 .3em; line-height: 1.05; }
section { padding: 4.5rem max(1rem, 5vw); }

/* bar */
.bar {
  position: sticky; top: 0; z-index: 10; display: flex; justify-content: space-between; align-items: center;
  gap: 1rem; flex-wrap: wrap; padding: .7rem max(1rem, 5vw);
  background: rgba(244, 234, 214, .94); backdrop-filter: blur(6px); border-bottom: 1px solid var(--paper-deep);
}
.brand { font-weight: 800; font-size: 1.25rem; color: var(--ink); text-decoration: none; }
.bar nav { display: flex; gap: 1.1rem; flex-wrap: wrap; }
.bar nav a { font-family: var(--label); font-weight: 700; letter-spacing: .08em; font-size: .95rem; color: var(--ink-soft); text-decoration: none; }
.bar nav a:hover { color: var(--kevin); }

/* hero */
.hero { display: grid; grid-template-columns: 1.05fr 1fr; gap: clamp(2rem, 5vw, 4.5rem); align-items: center; max-width: 1240px; margin: 0 auto; padding-top: 3.5rem; }
.eyebrow { font-family: var(--label); font-weight: 700; letter-spacing: .14em; font-size: .9rem; color: var(--ink-soft); margin: 0 0 .6rem; }
.hero h1 { margin: 0; line-height: .86; }
.hero h1 span { display: block; }
.hero .k { font-size: clamp(4.2rem, 11vw, 8.5rem); font-weight: 900; color: var(--kevin); letter-spacing: -.01em; }
.hero .the { font-size: clamp(1.4rem, 3vw, 2rem); font-style: italic; font-weight: 500; margin: .1em 0 .05em .2em; }
.hero .h { font-size: clamp(2.2rem, 5.6vw, 4.3rem); font-weight: 850; color: var(--tie); }
.sub { font-style: italic; font-size: 1.2rem; margin: 1rem 0 .3rem; color: var(--ink-soft); }
.byline { margin: 0 0 1.4rem; font-size: 1.15rem; }
.lead { font-size: 1.2rem; }
.kicker { font-size: clamp(1.35rem, 2.5vw, 1.7rem); font-weight: 800; color: var(--tie); line-height: 1.15; margin: 1rem 0 1.4rem; }
.cta { display: flex; gap: .8rem; flex-wrap: wrap; align-items: center; }
.soon {
  display: inline-block; background: var(--kevin); color: #fff; font-family: var(--label); font-weight: 700;
  letter-spacing: .08em; padding: .75rem 1.2rem; border-radius: 4px; box-shadow: 0 3px 0 #a3342b;
}
.warn { font-size: .95rem; color: var(--ink-soft); margin-top: 1rem; }
.hero-art img { border-radius: 4px; box-shadow: 0 2px 0 rgba(0,0,0,.05), 0 24px 50px -18px rgba(43,36,51,.45); transform: rotate(1.4deg); }

/* quote */
.quote { background: var(--kevin); color: #fff; text-align: center; padding: 3.5rem max(1rem, 8vw); }
.quote blockquote { margin: 0 auto; max-width: 900px; }
.quote p { font-family: var(--display); font-variation-settings: "SOFT" 100, "WONK" 1; font-size: clamp(1.4rem, 3vw, 2.1rem); font-weight: 700; line-height: 1.25; margin: 0; }
.quote cite { display: block; margin-top: 1rem; font-family: var(--label); letter-spacing: .1em; font-style: normal; opacity: .85; }

/* peek */
.peek { max-width: 1320px; margin: 0 auto; }
.section-sub { color: var(--ink-soft); margin: 0 0 2rem; }
.spreads { display: grid; grid-template-columns: repeat(auto-fill, minmax(min(100%, 340px), 1fr)); gap: 1.6rem; }
.spreads figure { margin: 0; background: #fbf6ea; border-radius: 4px; overflow: hidden; box-shadow: 0 1px 0 rgba(0,0,0,.06), 0 12px 24px -16px rgba(43,36,51,.4); }
.spreads img { aspect-ratio: 4 / 3; object-fit: cover; width: 100%; }
.spreads figcaption { padding: .9rem 1.1rem 1.1rem; font-size: 1.02rem; line-height: 1.4; }
.censor { display: block; font-size: .85rem; color: var(--ink-soft); font-style: italic; margin-top: .2rem; }

/* cast */
.cast { background: var(--paper-deep); text-align: center; }
.memo { font-family: var(--label); font-weight: 700; letter-spacing: .12em; font-size: .9rem; color: var(--ink-soft); margin: 0 0 2.2rem; }
.cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 220px), 1fr)); gap: 2rem; max-width: 1100px; margin: 0 auto; }
.card img { width: 190px; height: 190px; object-fit: cover; object-position: top; border-radius: 50%; margin: 0 auto 1rem; border: 5px solid var(--paper); background: var(--paper); }
.card h3 { margin: 0 0 .3rem; color: var(--tie); font-size: 1.5rem; font-weight: 800; }
.card p { margin: 0 auto; max-width: 26ch; font-size: 1.02rem; }

/* guide */
.guide-inner { max-width: 820px; margin: 0 auto; }
.guide h2 { color: var(--ink); }
.guide h2 em { color: var(--kevin); }
.guide ol { counter-reset: g; list-style: none; padding: 0; margin: 1.5rem 0 0; display: grid; gap: 1rem; }
.guide li { counter-increment: g; display: grid; grid-template-columns: 2.6rem 1fr; gap: .9rem; align-items: start; }
.guide li::before {
  content: counter(g); width: 2.6rem; height: 2.6rem; border-radius: 50%; background: var(--tie); color: var(--paper);
  display: grid; place-items: center; font-family: var(--display); font-weight: 800; font-size: 1.25rem;
}
.guide li:last-child::before { background: var(--kevin); }

/* author */
.author { display: grid; grid-template-columns: 280px 1fr; gap: 3rem; align-items: center; max-width: 1050px; margin: 0 auto; border-top: 2px dashed var(--paper-deep); }
.author img { border-radius: 50%; background: #fbf6ea; }
.facts { display: grid; gap: .6rem; margin: 1.5rem 0 0; }
.facts div { display: grid; grid-template-columns: 7rem 1fr; gap: 1rem; }
.facts dt { font-family: var(--label); font-weight: 700; letter-spacing: .1em; color: var(--ink-soft); }
.facts dd { margin: 0; }

footer { background: var(--ink); color: var(--paper); text-align: center; padding: 2.5rem max(1rem, 5vw); }
footer .brand { color: var(--paper); font-size: 1.5rem; margin: 0 0 .3rem; }
footer p { margin: .3rem 0; }
footer .small { font-size: .9rem; opacity: .7; max-width: 60ch; margin: .8rem auto 0; }

@media (max-width: 860px) {
  .hero { grid-template-columns: minmax(0, 1fr); padding-top: 2rem; }
  .hero-art { order: -1; width: 100%; max-width: 520px; margin: 0 auto; }
  .author { grid-template-columns: 1fr; text-align: center; }
  .author img { width: 200px; margin: 0 auto; }
  .facts div { grid-template-columns: 1fr; gap: 0; text-align: left; }
  .bar nav { gap: .8rem; }
}

/* keep every grid child shrinkable so nothing overflows narrow screens */
.hero > *, .author > *, .spreads > *, .cards > * { min-width: 0; }
body { overflow-x: hidden; }
.hero-art img { max-width: 100%; }
