:root {
  --ink: #101113;
  --paper: #f3f0e8;
  --white: #fffdf8;
  --red: #ef3326;
  --blue: #1268d6;
  --muted: #b9b6af;
  --line-dark: rgba(16,17,19,.22);
  --line-light: rgba(255,253,248,.22);
  --pad: clamp(1.25rem, 4vw, 4.5rem);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
.skip-link {
  position: fixed;
  left: 1rem;
  top: -5rem;
  z-index: 100;
  background: var(--paper);
  color: var(--ink);
  padding: .75rem 1rem;
}
.skip-link:focus { top: 1rem; }

.site-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem var(--pad);
  color: var(--white);
  border-bottom: 1px solid var(--line-light);
}
.wordmark {
  display: flex;
  align-items: center;
  gap: .75rem;
  text-decoration: none;
  font-size: .86rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.mark { width: 1rem; height: 1rem; background: var(--red); display: inline-block; }
nav { display: flex; gap: clamp(1rem, 2.5vw, 2.75rem); }
nav a { font-size: .86rem; text-decoration: none; }
nav a:hover, nav a:focus-visible { text-decoration: underline; text-underline-offset: .3rem; }

.hero {
  min-height: 100svh;
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(18rem, .8fr);
  align-items: end;
  padding: 8rem var(--pad) 3.5rem;
  background: var(--ink);
  color: var(--white);
  overflow: hidden;
}
.hero-image, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-image { object-fit: cover; object-position: center; opacity: .88; }
.hero-shade { background: linear-gradient(90deg, rgba(16,17,19,.9) 0%, rgba(16,17,19,.56) 38%, rgba(16,17,19,.05) 74%); }
.hero-copy, .hero-note { position: relative; z-index: 2; }
.hero-copy { max-width: 52rem; }
.eyebrow, .kicker {
  margin: 0 0 1.25rem;
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.hero h1 {
  margin: 0;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(4.2rem, 11.5vw, 10rem);
  font-weight: 400;
  line-height: .76;
  letter-spacing: -.07em;
}
.hero h1 span { color: var(--red); font-style: italic; }
.subtitle { max-width: 35rem; margin: 2rem 0 .5rem; font-size: clamp(1.15rem, 2vw, 1.6rem); line-height: 1.25; }
.byline { margin: 0 0 2rem; font-weight: 700; }
.text-link {
  display: inline-flex;
  gap: .8rem;
  align-items: center;
  padding-bottom: .2rem;
  border-bottom: 1px solid currentColor;
  text-decoration: none;
  font-size: .9rem;
  font-weight: 700;
}
.text-link:hover span { transform: translateY(.18rem); }
.text-link span { transition: transform .2s ease; }
.hero-note {
  justify-self: end;
  width: min(100%, 23rem);
  padding: 1.4rem;
  background: rgba(16,17,19,.88);
  border-top: .35rem solid var(--blue);
  backdrop-filter: blur(6px);
}
.hero-note p { margin: 0; }
.hero-note p + p { margin-top: .7rem; }
.note-emphasis { font-family: Georgia, 'Times New Roman', serif; font-size: 1.38rem; line-height: 1.28; }

section:not(.hero) { padding: clamp(5rem, 10vw, 9rem) var(--pad); }
.section-label {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: clamp(2.5rem, 6vw, 5rem);
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.section-label::after { content: ''; height: 1px; flex: 1; background: var(--line-dark); }
.section-label span { color: var(--red); }
.statement-grid, .readers-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(2rem, 8vw, 8rem); }
.statement h2, .questions > h2, .chapter-intro h2, .readers h2, .author h2, .closing h2 {
  margin: 0;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(2.6rem, 6vw, 6rem);
  font-weight: 400;
  line-height: .98;
  letter-spacing: -.045em;
}
.statement-copy { max-width: 39rem; font-size: clamp(1.05rem, 1.5vw, 1.25rem); }
.statement-copy p:first-child { margin-top: 0; }

.trap-section {
  min-height: 45rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(3rem, 7vw, 7rem);
  align-items: center;
  background: var(--ink);
  color: var(--white);
}
.trap-visual { position: relative; aspect-ratio: 1; max-width: 35rem; margin: auto; }
.orbit { position: absolute; border: clamp(2.1rem, 6vw, 5rem) solid; border-radius: 50%; }
.orbit-one { inset: 5%; border-color: var(--red); border-left-color: transparent; transform: rotate(-30deg); }
.orbit-two { inset: 28%; border-width: clamp(1rem, 3vw, 2.5rem); border-color: var(--paper); border-bottom-color: transparent; transform: rotate(18deg); }
.orbit-cut { position: absolute; width: 47%; height: 17%; right: -2%; top: 41%; background: var(--ink); transform: rotate(-8deg); }
.orbit-label { position: absolute; z-index: 2; padding: .3rem .45rem; background: var(--ink); font-size: .68rem; letter-spacing: .12em; }
.label-one { top: 3%; right: 13%; }
.label-two { left: 0; bottom: 28%; }
.label-three { right: 0; bottom: 12%; color: var(--red); }
.trap-copy { max-width: 39rem; }
.trap-copy h2 { margin: 0 0 2rem; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(2.3rem, 4.7vw, 4.8rem); font-weight: 400; line-height: 1.02; letter-spacing: -.04em; }
.trap-copy > p:last-child { max-width: 34rem; font-size: 1.08rem; color: #d7d4cc; }

.questions { background: var(--white); }
.questions > h2 { max-width: 64rem; }
.question-grid { margin-top: clamp(3rem, 7vw, 7rem); display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line-dark); border-left: 1px solid var(--line-dark); }
.question-grid article { min-height: 18rem; padding: clamp(1.5rem, 3vw, 3rem); border-right: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); }
.question-grid span { color: var(--red); font-size: .75rem; font-weight: 700; letter-spacing: .12em; }
.question-grid h3 { max-width: 27rem; margin: 4rem 0 0; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(1.6rem, 3vw, 2.7rem); font-weight: 400; line-height: 1.12; }

.chapters { display: grid; grid-template-columns: minmax(18rem, .72fr) minmax(24rem, 1.28fr); gap: clamp(3rem, 8vw, 9rem); }
.chapter-intro { position: sticky; top: 3rem; align-self: start; }
.chapter-intro .section-label { margin-bottom: 3rem; }
.chapter-intro h2 { font-size: clamp(2.7rem, 5vw, 5rem); }
.chapter-intro > p { max-width: 34rem; margin-top: 2rem; font-size: 1.08rem; }
.chapter-list { list-style: none; padding: 0; margin: 0; border-top: 2px solid var(--ink); }
.chapter-list li { display: grid; grid-template-columns: 3rem 1fr; gap: 1rem; padding: 1.45rem 0; border-bottom: 1px solid var(--line-dark); }
.chapter-list li > span { color: var(--red); font-size: .75rem; font-weight: 700; }
.chapter-list h3 { margin: -.2rem 0 .15rem; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(1.35rem, 2.1vw, 2rem); font-weight: 400; line-height: 1.15; }
.chapter-list p { margin: 0; color: #575858; font-size: .92rem; }

.readers { background: var(--blue); color: var(--white); }
.readers .section-label::after { background: var(--line-light); }
.readers h2 { font-size: clamp(2.6rem, 5.4vw, 5.4rem); }
.reader-notes { border-top: 1px solid var(--line-light); }
.reader-notes p { margin: 0; padding: 1.4rem 0; border-bottom: 1px solid var(--line-light); color: #e4edfc; }
.reader-notes strong { color: var(--white); }

.author { background: var(--paper); }
.author-card { display: grid; grid-template-columns: minmax(15rem, .65fr) 1.35fr; gap: clamp(3rem, 8vw, 9rem); align-items: center; max-width: 82rem; margin: auto; }
.author-monogram { aspect-ratio: 4 / 5; display: grid; place-items: center; background: var(--red); color: var(--paper); font-family: Georgia, 'Times New Roman', serif; font-size: clamp(5rem, 13vw, 11rem); letter-spacing: -.12em; }
.author h2 { margin-bottom: 2rem; }
.author-card > div:last-child { max-width: 42rem; }
.author-links { display: flex; flex-wrap: wrap; gap: 1rem 1.5rem; margin-top: 1rem; }

.closing { padding-top: clamp(7rem, 14vw, 13rem) !important; padding-bottom: clamp(7rem, 14vw, 13rem) !important; background: var(--red); color: var(--ink); text-align: center; }
.closing h2 { font-size: clamp(4.2rem, 11vw, 10rem); font-style: italic; }
.closing > p:not(.eyebrow) { font-size: clamp(1.15rem, 2.2vw, 1.8rem); }
.publication-line { max-width: 58rem; margin: 4rem auto 0; padding-top: 1.25rem; border-top: 1px solid rgba(16,17,19,.45); display: flex; justify-content: space-between; gap: 1rem; font-size: .82rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }

footer { display: flex; justify-content: space-between; gap: 1rem; padding: 1.5rem var(--pad); background: var(--ink); color: var(--muted); font-size: .78rem; }
footer p { margin: 0; }
footer a { text-decoration: none; }

@media (max-width: 820px) {
  .site-header { align-items: flex-start; }
  nav { display: none; }
  .hero { grid-template-columns: 1fr; align-content: end; gap: 2.5rem; }
  .hero-image { object-position: 63% center; opacity: .7; }
  .hero-shade { background: linear-gradient(180deg, rgba(16,17,19,.3), rgba(16,17,19,.92) 75%); }
  .hero h1 { font-size: clamp(4rem, 21vw, 7rem); }
  .hero-note { justify-self: start; }
  .statement-grid, .trap-section, .chapters, .readers-grid, .author-card { grid-template-columns: 1fr; }
  .trap-visual { width: min(100%, 30rem); order: 2; }
  .question-grid { grid-template-columns: 1fr; }
  .question-grid article { min-height: 14rem; }
  .question-grid h3 { margin-top: 2.5rem; }
  .chapter-intro { position: static; }
  .author-monogram { max-height: 30rem; width: 100%; aspect-ratio: 5 / 3; }
}

@media (max-width: 520px) {
  .site-header { padding-top: 1.1rem; }
  .hero { padding-top: 6.5rem; }
  .hero h1 { letter-spacing: -.075em; }
  .publication-line { flex-direction: column; align-items: center; }
  footer { flex-direction: column; }
}

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