:root {
  --paper: #f4f0e8;
  --paper-light: #fbfaf6;
  --ink: #171715;
  --muted: #6c6962;
  --line: rgba(23, 23, 21, 0.18);
  --red: #d42d25;
  --red-dark: #b8241f;
  --serif: "Iowan Old Style", "Baskerville", Georgia, serif;
  --sans: Inter, "Helvetica Neue", Arial, sans-serif;
  --pad: clamp(1.25rem, 4vw, 4.5rem);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
section[id] { scroll-margin-top: 86px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
body.dialog-open { overflow: hidden; }
img { display: block; max-width: 100%; }
button, a { color: inherit; }
button { font: inherit; }
a { text-decoration-thickness: 1px; text-underline-offset: 0.2em; }
button:focus-visible, a:focus-visible { outline: 2px solid var(--red); outline-offset: 4px; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; }
.skip-link { position: fixed; z-index: 100; left: 1rem; top: -4rem; padding: .75rem 1rem; background: var(--ink); color: white; }
.skip-link:focus { top: 1rem; }

.site-header {
  position: relative;
  z-index: 20;
  inset: 0 0 auto 0;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 2rem;
  min-height: 84px;
  padding: .75rem var(--pad);
  border-bottom: 1px solid transparent;
  transition: background .25s, border-color .25s;
}
.js .site-header { position: fixed; }
.site-header.scrolled { background: rgba(244, 240, 232, .94); border-color: var(--line); backdrop-filter: blur(16px); }
.wordmark { display: inline-flex; flex-direction: column; width: max-content; color: inherit; text-decoration: none; font-family: var(--serif); font-size: 1.14rem; line-height: .9; letter-spacing: .02em; }
.wordmark span:last-child { margin-left: 1.2rem; font-style: italic; }
.main-nav { display: flex; gap: clamp(1rem, 2.5vw, 2.5rem); }
.main-nav a { text-decoration: none; font-size: .78rem; font-weight: 650; letter-spacing: .07em; text-transform: uppercase; }
.main-nav a:hover { color: var(--red); }
.site-header > .button { justify-self: end; }
.menu-button { display: none; border: 0; background: transparent; }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: .8rem 1.5rem;
  border: 1px solid var(--red);
  border-radius: 0;
  color: #fff;
  background: var(--red);
  font-size: .76rem;
  font-weight: 750;
  letter-spacing: .08em;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  transition: background .2s, transform .2s;
}
.button:hover { background: var(--red-dark); transform: translateY(-2px); }
.button-small { min-height: 42px; padding: .55rem 1.2rem; }
.button-light { color: var(--ink); background: var(--paper-light); border-color: var(--paper-light); }
.button-light:hover { background: #fff; }
.eyebrow { margin: 0 0 1.2rem; color: var(--muted); font-size: .7rem; font-weight: 750; letter-spacing: .16em; line-height: 1.3; text-transform: uppercase; }
.section-number { margin: 0 0 .4rem; color: var(--red); font: italic 1.05rem/1 var(--serif); }

.hero {
  min-height: 100vh;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(420px, .95fr);
  align-items: center;
  overflow: hidden;
  padding: 8rem var(--pad) 4.5rem;
}
.hero-copy { position: relative; z-index: 2; min-width: 0; max-width: 720px; padding-right: clamp(1rem, 4vw, 6rem); }
.hero h1 { margin: 0; font: 500 clamp(3.7rem, 6.6vw, 7rem)/.9 var(--serif); letter-spacing: -.055em; }
.hero h1 em { color: var(--red); font-weight: 400; }
.hero h1::after { content: ""; display: inline-block; width: .1em; height: .1em; margin-left: .06em; border-radius: 50%; background: var(--red); }
.hero-lead { max-width: 610px; margin: 2.6rem 0 1rem; font: 400 clamp(1.35rem, 2.25vw, 2.15rem)/1.23 var(--serif); }
.hero-text { max-width: 590px; margin: clamp(2rem, 3vw, 2.75rem) 0 0; color: #504d47; }
.hero-actions { display: flex; align-items: center; gap: 1.8rem; margin-top: 2.25rem; }
.text-link { font-size: .78rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.text-link:hover { color: var(--red); }
.publication { margin: 1.1rem 0 0; color: var(--muted); font-size: .78rem; }
.hero-visual { position: relative; display: grid; place-items: center; align-self: stretch; min-height: 670px; }
.hero-visual::before {
  content: "";
  position: absolute;
  inset: -8rem calc(-1 * var(--pad)) -4.5rem 5%;
  background: #e7e0d5;
}
.red-mark { position: absolute; z-index: 1; width: 62%; height: 78%; transform: rotate(7deg); border: 2px solid rgba(212, 45, 37, .7); }
.book { position: relative; z-index: 2; width: min(56%, 390px); margin: 0; transform: rotate(-3deg); filter: drop-shadow(28px 35px 28px rgba(45, 32, 20, .22)); transition: transform .5s ease; }
.book img, .final-cover img, .dialog-book img { width: 100%; height: auto; object-fit: contain; }
.book:hover { transform: rotate(-1deg) translateY(-8px); }
.book::after { content: ""; position: absolute; inset: .5% -2.7% .5% auto; width: 3%; background: #dedbd3; transform: skewY(-42deg); transform-origin: left top; }

.manifesto { padding: clamp(4.5rem, 8vw, 7.5rem) var(--pad); color: var(--paper-light); background: var(--ink); text-align: center; }
.manifesto .section-number { margin-bottom: 2rem; }
.manifesto blockquote { max-width: 1050px; margin: 0 auto; font: 400 clamp(2.4rem, 4.8vw, 5.1rem)/1.03 var(--serif); letter-spacing: -.04em; }
.quote-credit { margin: 2rem 0 0; color: #aaa69d; font-size: .78rem; letter-spacing: .09em; text-transform: uppercase; }

.section-grid { display: grid; grid-template-columns: minmax(150px, .45fr) minmax(0, 1.55fr); gap: clamp(3rem, 8vw, 10rem); padding: clamp(5rem, 10vw, 10rem) var(--pad); }
.section-aside { border-top: 1px solid var(--line); padding-top: 1rem; }
.why-copy { max-width: 930px; }
.why h2, .chapters h2, .author h2 { margin: 0 0 2.5rem; font: 400 clamp(2.7rem, 5.2vw, 5.5rem)/.98 var(--serif); letter-spacing: -.045em; }
.why-copy > p:not(.signature) { width: 100%; max-width: none; color: #484640; font: 400 clamp(1.03rem, 1.4vw, 1.25rem)/1.75 var(--serif); text-align: justify; text-justify: inter-word; hyphens: auto; }
.why-photo { width: 100%; max-width: none; margin: 3rem 0; }
.why-photo img { width: 100%; height: auto; }
.why-photo figcaption { margin-top: .5rem; color: var(--muted); font-size: .62rem; letter-spacing: .06em; text-transform: uppercase; }
.drop-cap::first-letter { float: left; margin: .11em .11em 0 0; color: var(--red); font: 500 5.6em/.7 var(--serif); }
.signature { margin-top: 2.8rem; color: var(--red); font: italic 1.55rem var(--serif); }

.priorities, .media-section { padding: clamp(5rem, 9vw, 9rem) var(--pad); border-top: 1px solid var(--line); background: var(--paper-light); }
.section-heading { display: grid; grid-template-columns: minmax(150px, .45fr) minmax(0, 1.55fr); gap: clamp(3rem, 8vw, 10rem); margin-bottom: clamp(3rem, 6vw, 6rem); }
.section-heading h2 { max-width: 920px; margin: 0; font: 400 clamp(2.7rem, 5.2vw, 5.5rem)/.98 var(--serif); letter-spacing: -.045em; }
.priority-list { border-top: 1px solid var(--ink); }
.priority { display: grid; grid-template-columns: 100px minmax(260px, .7fr) minmax(300px, 1fr); gap: 2rem; align-items: baseline; padding: 1.8rem 0; border-bottom: 1px solid var(--line); }
.priority > span { color: var(--red); font: italic 1rem var(--serif); }
.priority h3 { margin: 0; font: 400 clamp(1.5rem, 2vw, 2.2rem)/1.1 var(--serif); }
.priority p { max-width: 650px; margin: 0; color: var(--muted); }
.closing-line { max-width: 890px; margin: 4.5rem 0 0 auto; font: italic clamp(1.7rem, 3vw, 3.2rem)/1.22 var(--serif); }

.chapters { color: var(--paper-light); background: #25231f; }
.chapters .section-aside { border-color: rgba(255,255,255,.2); }
.chapters .eyebrow { color: #aaa69d; }
.chapters-copy ol { margin: 3rem 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.25); }
.chapters-copy li { display: grid; grid-template-columns: 70px 1fr; padding: 1.25rem 0; border-bottom: 1px solid rgba(255,255,255,.18); font: 400 clamp(1.25rem, 2vw, 2rem)/1.25 var(--serif); }
.chapters-copy li span { color: var(--red); font-size: .85rem; }
.text-button { display: inline-block; padding: .8rem 0; border: 0; border-bottom: 1px solid currentColor; color: var(--paper-light); background: transparent; font-size: .78rem; font-weight: 700; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; cursor: pointer; }
.text-button:hover { color: #ef665f; }
.chapters a:focus-visible, .final-cta a:focus-visible, footer a:focus-visible { outline-color: #fff; }

.media-carousel-controls { display: flex; justify-content: flex-end; gap: .65rem; margin: -1.5rem 0 1.25rem; }
.media-carousel-controls button { display: grid; place-items: center; width: 48px; height: 48px; border: 1px solid var(--ink); border-radius: 50%; color: var(--ink); background: transparent; font-size: 1.25rem; cursor: pointer; transition: color .2s ease, background .2s ease; }
.media-carousel-controls button:hover, .media-carousel-controls button:focus-visible { color: #fff; background: var(--ink); }
.media-grid { display: flex; gap: clamp(1rem, 2.5vw, 2rem); overflow-x: auto; overscroll-behavior-inline: contain; padding-bottom: .8rem; scroll-behavior: smooth; scroll-snap-type: inline mandatory; scrollbar-width: thin; scrollbar-color: var(--red) transparent; }
.media-grid > * { flex: 0 0 min(72vw, 540px); aspect-ratio: 4 / 5; scroll-snap-align: start; }
.media-feature { position: relative; overflow: hidden; color: #fff; background: #211f1b; text-decoration: none; }
.media-feature > img { width: 100%; height: 100%; object-fit: cover; object-position: center top; transition: transform .7s ease; }
.media-feature:hover > img { transform: scale(1.025); }
.media-feature::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 48%, rgba(0,0,0,.88) 100%); }
.media-overlay { position: absolute; z-index: 1; inset: auto 0 0; padding: clamp(1.25rem, 3vw, 2.2rem); }
.media-meta { display: flex; justify-content: space-between; padding-bottom: .7rem; border-bottom: 1px solid rgba(255,255,255,.5); font-size: .68rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.media-overlay h3 { margin: 1rem 0 .55rem; font: 400 clamp(1.75rem, 3vw, 3rem)/1 var(--serif); }
.media-overlay p { max-width: 700px; margin: 0 0 1rem; color: rgba(255,255,255,.8); }
.media-link { font-size: .72rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.media-feature--cover::after { display: none; }
.media-feature--cover .media-meta,
.media-feature--cover .media-overlay h3,
.media-feature--cover .media-overlay p { display: none; }
.media-feature--cover .media-overlay { padding: 1rem; }
.media-feature--cover .media-link { display: inline-flex; padding: .8rem 1rem; color: #fff; background: rgba(28, 26, 23, .92); }
.media-agenda { padding: clamp(2rem, 4vw, 3.5rem); border: 1px solid var(--line); }
.media-agenda article { display: grid; grid-template-columns: 105px 1fr auto; gap: 1.2rem; padding: 1.7rem 0; border-top: 1px solid var(--line); }
.media-agenda article:last-child { border-bottom: 1px solid var(--line); }
.media-agenda time, .media-agenda article > span { font-size: .68rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.media-agenda article > span { color: var(--red); }
.media-agenda h3 { margin: 0; font: 400 1.45rem var(--serif); }
.media-agenda p { margin: .2rem 0 0; color: var(--muted); font-size: .86rem; }
.media-upcoming { display: flex; flex-direction: column; justify-content: flex-end; background: #ede7dd; }
.media-upcoming h3 { max-width: 520px; margin: 0 0 1.3rem; font-size: clamp(2rem, 3.5vw, 3.8rem); line-height: 1.02; letter-spacing: -.035em; }
.media-upcoming > p:last-child { max-width: 520px; font: 400 clamp(1rem, 1.4vw, 1.2rem)/1.6 var(--serif); }
.press-contact { display: flex; flex-wrap: wrap; gap: .35rem .6rem; align-items: baseline; margin-top: 1.8rem; color: var(--muted); font-size: .72rem; font-style: normal; }
.press-contact > span:first-child { color: var(--ink); font-size: .62rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.press-contact strong { color: var(--ink); font-weight: 600; }
.press-contact a { color: inherit; text-decoration-color: color-mix(in srgb, currentColor 45%, transparent); text-underline-offset: .18em; }
.press-contact a:hover { color: var(--red); }

.author { grid-template-columns: minmax(360px, .8fr) minmax(0, 1.2fr); align-items: center; background: #e9e2d7; }
.author-photo { align-self: center; aspect-ratio: 1280 / 1097; min-height: 0; margin: 0; overflow: hidden; background: #d4ad65; }
.author-photo img { width: 100%; height: 100%; min-height: 0; object-fit: contain; }
.author-copy { max-width: 720px; }
.author-copy > p:not(.eyebrow):not(.section-number) { color: #4a4741; font: 400 clamp(1.1rem, 1.6vw, 1.35rem)/1.7 var(--serif); }
.author-copy .button { margin-top: 1.5rem; }

.final-cta { display: grid; grid-template-columns: minmax(280px, .6fr) 1.4fr; align-items: center; min-height: 650px; padding: clamp(4rem, 8vw, 8rem) var(--pad); color: #fff; background: var(--red); }
.final-cover { display: grid; place-items: center; }
.final-cover img { width: min(65%, 330px); transform: rotate(-4deg); box-shadow: 25px 30px 30px rgba(73, 0, 0, .26); }
.final-copy { max-width: 900px; }
.final-copy .eyebrow { color: rgba(255,255,255,.72); }
.final-copy h2 { margin: 0 0 2.6rem; font: 400 clamp(3rem, 6vw, 6.4rem)/.95 var(--serif); letter-spacing: -.045em; }

footer { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 3rem; padding: 4rem var(--pad) 2rem; color: #e9e4db; background: var(--ink); }
.footer-mark { font-size: 1.35rem; }
footer p { margin: 0; color: #aaa69d; font-size: .82rem; }
.footer-links { display: flex; flex-direction: column; gap: .35rem; align-items: flex-start; }
.footer-links a, .link-button { border: 0; color: #e9e4db; background: transparent; padding: 0; font-size: .82rem; text-decoration: none; cursor: pointer; }
.footer-links a:hover, .link-button:hover { color: #ef665f; }
.copyright { grid-column: 1 / -1; padding-top: 2rem; border-top: 1px solid rgba(255,255,255,.15); }

.mobile-order-bar { display: none; }
.order-dialog { width: min(920px, calc(100% - 2rem)); max-height: calc(100vh - 2rem); padding: 0; border: 0; color: var(--ink); background: var(--paper-light); box-shadow: 0 35px 100px rgba(0,0,0,.35); }
.order-dialog[open] { display: grid; grid-template-columns: minmax(220px, .65fr) 1.35fr; }
.order-dialog::backdrop { background: rgba(20, 18, 15, .72); backdrop-filter: blur(5px); }
.dialog-close { position: absolute; z-index: 2; right: 1rem; top: .8rem; width: 42px; height: 42px; border: 0; background: transparent; font: 300 2rem var(--sans); cursor: pointer; }
.dialog-book { display: grid; place-items: center; padding: 4rem 2.5rem; background: #e8e1d6; }
.dialog-book img { width: 78%; transform: rotate(-3deg); box-shadow: 18px 24px 28px rgba(35, 25, 15, .2); }
.dialog-copy { overflow-y: auto; padding: clamp(2rem, 5vw, 4.5rem); }
.dialog-copy h2 { margin: 0 0 1rem; font: 400 clamp(2.2rem, 4vw, 4rem)/1 var(--serif); letter-spacing: -.04em; }
.dialog-copy > p { color: var(--muted); }
.retailer-list { margin: 2.2rem 0 1.5rem; border-top: 1px solid var(--ink); }
.retailer-list a { display: flex; justify-content: space-between; gap: 2rem; padding: .9rem 0; border-bottom: 1px solid var(--line); text-decoration: none; }
.retailer-list a span:first-child { font: 400 1.2rem var(--serif); }
.retailer-list a span:last-child { color: var(--muted); font-size: .7rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.retailer-list a:hover { color: var(--red); }
.bookstore-note { font-size: .78rem; }

.reveal { opacity: 1; transform: none; }

@media (max-width: 980px) {
  .site-header { grid-template-columns: 1fr auto auto; min-height: 72px; }
  .site-header > .button { display: none; }
  .js .menu-button { display: grid; gap: 7px; width: 42px; height: 42px; place-content: center; cursor: pointer; }
  .menu-button span:not(.sr-only) { display: block; width: 22px; height: 1px; background: var(--ink); transition: transform .2s; }
  .menu-button[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:nth-child(2) { transform: translateY(-4px) rotate(-45deg); }
  .main-nav { grid-column: 1 / -1; display: flex; flex-wrap: wrap; gap: .75rem 1.25rem; padding-top: .75rem; }
  .js .main-nav { position: fixed; inset: 72px 0 auto; display: none; flex-direction: column; gap: 0; padding: 1rem var(--pad) 2rem; border-bottom: 1px solid var(--line); background: var(--paper); }
  .js .main-nav.open { display: flex; }
  .main-nav a { padding: 1rem 0; border-bottom: 1px solid var(--line); font: 400 1.4rem var(--serif); text-transform: none; letter-spacing: 0; }
  .hero { grid-template-columns: 1fr; padding-top: 8rem; }
  .hero-copy { padding-right: 0; }
  .hero-visual { min-height: 600px; margin-top: 3rem; }
  .hero-visual::before { inset: 0 calc(-1 * var(--pad)) -4.5rem; }
  .section-grid, .section-heading { grid-template-columns: 1fr; gap: 2.5rem; }
  .priority { grid-template-columns: 60px 1fr; }
  .priority p { grid-column: 2; }
  .media-grid > * { flex-basis: min(80vw, 500px); }
  .author { grid-template-columns: minmax(300px, .9fr) minmax(0, 1.1fr); gap: 3rem; }
  .final-cta { grid-template-columns: .65fr 1.35fr; }
}

@media (max-width: 680px) {
  section[id] { scroll-margin-top: 76px; }
  body { padding-bottom: 76px; }
  .hero { min-height: auto; padding-top: 7rem; }
  .hero h1 { font-size: clamp(2.25rem, 10.6vw, 4rem); line-height: .94; letter-spacing: -.045em; }
  .hero h1 em { display: inline-block; white-space: nowrap; }
  .hero-lead { font-size: 1.35rem; }
  .hero-lead { margin-top: 2rem; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 1rem; }
  .hero-visual { min-height: 470px; }
  .book { width: 60%; }
  .section-grid, .priorities, .media-section, .manifesto { padding-top: 5.5rem; padding-bottom: 5.5rem; }
  .manifesto blockquote { font-size: 2.6rem; }
  .why h2, .chapters h2, .author h2, .section-heading h2 { font-size: 2.8rem; }
  .why-copy > p:not(.signature) { text-align: left; hyphens: none; }
  .priority { grid-template-columns: 42px 1fr; gap: .8rem; padding: 1.4rem 0; }
  .priority p { font-size: .9rem; }
  .closing-line { margin-top: 3rem; font-size: 2rem; }
  .chapters-copy li { grid-template-columns: 42px 1fr; }
  .media-carousel-controls { margin-top: -.5rem; }
  .media-grid { margin-right: calc(var(--pad) * -1); padding-right: var(--pad); }
  .media-grid > * { flex-basis: 84vw; }
  .media-agenda { padding: 1.3rem; }
  .media-agenda article { grid-template-columns: 90px 1fr; }
  .media-agenda article > span { grid-column: 2; }
  .author { grid-template-columns: 1fr; }
  .author-photo { width: 100%; }
  .final-cta { grid-template-columns: 1fr; gap: 4rem; text-align: center; }
  .final-cover img { width: min(55%, 260px); }
  footer { grid-template-columns: 1fr; }
  .copyright { grid-column: 1; }
  .mobile-order-bar { position: fixed; z-index: 18; inset: auto 0 0; display: block; padding: .7rem; background: rgba(244,240,232,.96); border-top: 1px solid var(--line); backdrop-filter: blur(12px); }
  .mobile-order-bar .button { width: 100%; min-height: 52px; }
  .order-dialog[open] { grid-template-columns: 1fr; }
  .dialog-book { display: none; }
  .dialog-copy { padding: 3.5rem 1.4rem 2rem; }
  .retailer-list a { gap: 1rem; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
  .reveal { opacity: 1; transform: none; }
}
