/* ============================================================
   Microsite layout — strategy is good. execution is better.
   ============================================================ */

:root {
  --nav-h: 64px;
}

body { margin: 0; }

.wrap {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 var(--pad-x);
  width: 100%;
}

/* Sections fill viewport — short content centers, long content grows */
section {
  min-height: calc(100vh - var(--nav-h));
  padding: 96px 0;
  border-bottom: 1px solid var(--rule);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
section > .wrap { width: 100%; }
section.dense { min-height: auto; padding: 64px 0; }

html.compact-rhythm section,
html.compact-rhythm .hero { min-height: auto; }

@media (max-width: 640px) {
  section { padding: 64px 0; min-height: auto; }
}

/* ============================================================
   Real cover image
   ============================================================ */
.cover-img {
  width: 100%;
  height: 100%;
  display: block;
  aspect-ratio: 5 / 8;
  object-fit: cover;
  border: 1px solid var(--rule);
}

/* ============================================================
   Hero hook paragraph + byline
   ============================================================ */
.hero-meta .byline {
  margin-top: 28px;
  font-family: var(--font-mono);
  font-size: 12px;
  color: var(--ink-3);
  letter-spacing: 0.04em;
}
.hero-meta .hero-hook {
  margin-top: 28px;
  font-size: 17px;
  line-height: 1.65;
  color: var(--ink-2);
  max-width: 580px;
}
.hero-meta .hero-hook strong { color: var(--ink); font-weight: 600; }

/* ============================================================
   Topbar — book title wordmark + nav divider + external links
   ============================================================ */
.topbar .book-title {
  font-weight: 800;
  font-size: 17px;
  letter-spacing: -0.025em;
  color: var(--ink);
  white-space: nowrap;
}
.topbar .book-title .accent { color: var(--red); }
.nav-divider {
  width: 1px;
  height: 16px;
  background: var(--rule);
}
.nav-external {
  font-family: var(--font-mono) !important;
  font-size: 11px !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase;
  color: var(--ink-3) !important;
  font-weight: 500 !important;
}
.nav-external:hover { color: var(--red) !important; }

/* ============================================================
   Top bar — sticky, hairline-bottom
   ============================================================ */
.topbar {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(248, 246, 240, 0.92);
  backdrop-filter: saturate(180%) blur(8px);
  -webkit-backdrop-filter: saturate(180%) blur(8px);
  border-bottom: 1px solid var(--rule);
}
.topbar-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px var(--pad-x);
}
.topbar .wordmark { font-size: 17px; }
.nav {
  display: flex;
  gap: 32px;
  align-items: center;
}
.nav a {
  font-size: 13px;
  font-weight: 500;
  color: var(--ink);
  letter-spacing: 0.01em;
}
.nav a:hover { color: var(--red); }
.lang-toggle {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-3);
  border: 1px solid var(--rule);
  padding: 6px 10px;
  cursor: pointer;
  background: transparent;
}
.lang-toggle .active { color: var(--ink); }
.lang-toggle .sep { color: var(--ink-3); }

/* ============================================================
   Section frame (overrides section base — keep head+lede grid)
   ============================================================ */
section .section-head {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: var(--grid-gap);
  margin-bottom: 64px;
}
section .section-head .eyebrow { display: block; margin-bottom: 8px; }
section .section-head h2 { margin: 0; }
section .section-head .lede {
  align-self: end;
  max-width: 540px;
  color: var(--ink-2);
  font-size: var(--fs-body);
  line-height: 1.6;
}

/* ============================================================
   Hero — cover-dominant
   ============================================================ */
.hero {
  padding: 80px 0 96px;
  border-bottom: 1px solid var(--rule);
  min-height: calc(100vh - var(--nav-h));
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.hero > .wrap { width: 100%; }
.hero-grid {
  display: grid;
  grid-template-columns: 380px 1fr;
  gap: 80px;
  align-items: end;
}
.hero .cover-slot {
  aspect-ratio: 5 / 8;
  width: 100%;
}

/* Render of the cover, in the spirit of the cover engine */
.cover-render {
  width: 100%;
  height: 100%;
  background: var(--paper);
  border: 1px solid var(--rule);
  position: relative;
  padding: 9% 9% 8% 9%;
  display: flex;
  flex-direction: column;
}
.cover-render .titles { margin-top: 4%; }
.cover-render .t1 {
  font-size: clamp(20px, 2.5vw, 28px);
  font-weight: 800;
  line-height: 0.95;
  letter-spacing: -0.045em;
  color: var(--ink);
}
.cover-render .t2 {
  font-size: clamp(34px, 4.4vw, 52px);
  font-weight: 800;
  font-variation-settings: 'wght' 850;
  line-height: 0.92;
  letter-spacing: -0.04em;
  color: var(--red);
  margin-top: 4px;
}
.cover-render .sub {
  font-size: clamp(11px, 1.0vw, 13px);
  color: var(--ink);
  margin-top: 9%;
  line-height: 1.3;
  font-weight: 400;
}
.cover-render .hookbox {
  background: var(--red);
  color: #fff;
  padding: 16px 20px 18px;
  border-radius: 8px;
  margin-top: auto;
}
.cover-render .hookbox .h1 {
  font-size: clamp(13px, 1.4vw, 17px);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.02em;
}
.cover-render .hookbox .h2 {
  font-size: clamp(9px, 0.8vw, 11px);
  color: var(--cover-tint);
  line-height: 1.35;
  margin-top: 8px;
  font-weight: 400;
}
.cover-render .wm {
  position: absolute;
  bottom: 14px;
  right: 18px;
  font-size: 12px;
  letter-spacing: -0.02em;
}
.cover-render .wm .i { font-weight: 400; }
.cover-render .wm .am { font-weight: 500; }
.cover-render .wm .yb { font-weight: 800; }
.cover-render .wm .period { font-weight: 800; color: var(--red); }

.hero-meta { padding-bottom: 8px; }
.hero-meta .eyebrow { display: block; margin-bottom: 18px; }
.hero-meta .title {
  font-weight: 800;
  font-size: clamp(36px, 4.6vw, 60px);
  line-height: 1.0;
  letter-spacing: -0.035em;
  margin: 0 0 6px;
}
.hero-meta .title .accent {
  font-size: clamp(48px, 6.5vw, 84px);
  line-height: 0.96;
  letter-spacing: -0.04em;
  display: inline-block;
  margin-top: 6px;
}
.hero-meta .title .accent {
  color: var(--red);
  font-variation-settings: 'wght' 850;
}
.hero-meta .subtitle {
  font-weight: 300;
  font-size: clamp(20px, 2.0vw, 26px);
  line-height: 1.45;
  color: var(--ink-2);
  margin-top: 28px;
  max-width: 540px;
}
.hero-meta .cta-row {
  margin-top: 36px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.hero-meta .mono-meta {
  margin-top: 24px;
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  font-family: var(--font-mono);
  font-size: 12px;
  color: var(--ink-3);
}
.hero-meta .mono-meta span { white-space: nowrap; }

/* ============================================================
   Verdict band — full-width pull
   ============================================================ */
.verdict-band {
  background: var(--paper);
  border-bottom: 1px solid var(--rule);
  padding: 96px 0;
}
.verdict-band .pull {
  font-weight: 700;
  font-size: clamp(32px, 4.2vw, 56px);
  line-height: 1.1;
  letter-spacing: -0.03em;
  max-width: 900px;
}
.verdict-band .pull .period { color: var(--red); }
.verdict-band .pull .accent { color: var(--red); }
.verdict-band .attrib {
  margin-top: 24px;
  font-family: var(--font-mono);
  font-size: 12px;
  color: var(--ink-3);
  letter-spacing: 0.02em;
}

/* ============================================================
   Inside — 5 convictions, numbered editorial list
   ============================================================ */
.convictions {
  border-top: 1px solid var(--rule);
}
.conviction {
  display: grid;
  grid-template-columns: 80px 1fr 1fr;
  gap: 32px;
  padding: 40px 0;
  border-bottom: 1px solid var(--rule);
  align-items: start;
}
.conviction .num {
  font-family: var(--font-mono);
  font-size: 13px;
  font-weight: 500;
  color: var(--red);
  letter-spacing: 0.1em;
  padding-top: 4px;
}
.conviction .headline {
  font-weight: 700;
  font-size: 28px;
  line-height: 1.15;
  letter-spacing: -0.02em;
}
.conviction .headline .accent { color: var(--red); }
.conviction .body {
  color: var(--ink-2);
  font-size: var(--fs-body);
  line-height: 1.65;
}

/* ============================================================
   Sample — excerpt block
   ============================================================ */
.excerpt {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 80px;
}
.excerpt .frame .ch-label {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink-3);
  margin-bottom: 12px;
}
.excerpt .frame .ch-title {
  font-weight: 700;
  font-size: 32px;
  letter-spacing: -0.02em;
  line-height: 1.15;
}
.excerpt .frame .ch-meta {
  margin-top: 24px;
  font-family: var(--font-mono);
  font-size: 12px;
  color: var(--ink-3);
  line-height: 1.7;
}
.excerpt .frame .ch-meta div { display: flex; gap: 12px; }
.excerpt .frame .ch-meta div span:first-child { color: var(--ink-2); min-width: 90px; }

.excerpt .text {
  border-left: 1px solid var(--rule);
  padding-left: 48px;
}
.excerpt .text .lead {
  font-weight: 300;
  font-size: var(--fs-lead);
  line-height: 1.55;
  margin-bottom: 28px;
  color: var(--ink);
}
.excerpt .text .lead .accent { color: var(--red); font-weight: 500; }
.excerpt .text p {
  font-size: var(--fs-body);
  line-height: 1.7;
  margin-bottom: 18px;
  color: var(--ink);
}
.excerpt .text p + p { margin-top: 0; }
.excerpt .read-more {
  display: inline-block;
  margin-top: 16px;
  font-size: 13px;
  font-weight: 500;
  border-bottom: 1px solid var(--ink);
  padding-bottom: 2px;
  color: var(--ink);
  white-space: nowrap;
}

/* ============================================================
   Quotes — three large pulls
   ============================================================ */
.quotes-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border-top: 1px solid var(--rule);
  border-left: 1px solid var(--rule);
}
.quote-cell {
  border-right: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
  padding: 40px 32px;
  min-height: 280px;
  display: flex;
  flex-direction: column;
}
.quote-cell .q-mark {
  font-size: 64px;
  line-height: 0.5;
  color: var(--red);
  font-weight: 700;
  margin-bottom: 16px;
  font-family: serif;
  height: 28px;
}
.quote-cell .q {
  font-weight: 500;
  font-size: 20px;
  letter-spacing: -0.01em;
  line-height: 1.35;
  color: var(--ink);
}
.quote-cell .q .accent { color: var(--red); }
.quote-cell .src {
  margin-top: auto;
  padding-top: 24px;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-3);
}

/* ============================================================
   Endorsements — press grid
   ============================================================ */
.endorsements {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px 64px;
}
.endorsement .quote {
  font-weight: 400;
  font-size: 17px;
  line-height: 1.55;
  color: var(--ink);
  margin-bottom: 16px;
}
.endorsement .by {
  display: flex;
  flex-direction: column;
  gap: 2px;
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.04em;
  color: var(--ink-3);
  padding-top: 16px;
  border-top: 1px solid var(--rule);
}
.endorsement .by .name { color: var(--ink); font-weight: 500; font-family: var(--font-sans); font-size: 13px; letter-spacing: 0; }
.endorsement .by .role { color: var(--ink-3); font-size: 11px; letter-spacing: 0.04em; }

.press-row {
  margin-top: 64px;
  padding-top: 48px;
  border-top: 1px solid var(--rule);
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 32px;
  align-items: center;
}
.press-row .logo-slot {
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--ink-3);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  border: 1px dashed var(--rule);
  padding: 8px;
}

/* ============================================================
   Author
   ============================================================ */
.author-grid {
  display: grid;
  grid-template-columns: 380px 1fr;
  gap: 80px;
  align-items: start;
}
.portrait-slot-wrap {
  width: 100%;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  border: 1px solid var(--rule);
}
.portrait-img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center 30%;
}
.portrait-slot {
  aspect-ratio: 4 / 5;
  width: 100%;
  background:
    linear-gradient(160deg, #C9B997 0%, #8B7A5C 55%, #524937 100%);
  position: relative;
  overflow: hidden;
}
.portrait-slot::after {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(50% 35% at 50% 38%, rgba(255, 240, 210, 0.18) 0%, transparent 70%);
}
.portrait-slot .placeholder {
  position: absolute; inset: 0;
  display: flex; align-items: flex-end; padding: 16px;
  font-family: var(--font-mono);
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.author .name {
  font-weight: 700;
  font-size: 42px;
  letter-spacing: -0.02em;
  margin-bottom: 8px;
}
.author .role {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-3);
  margin-bottom: 12px;
}
.author .authority-stats {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: var(--ink);
  padding: 12px 0;
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
  margin-bottom: 32px;
}
.author p {
  font-size: var(--fs-body);
  line-height: 1.7;
  color: var(--ink);
  margin-bottom: 18px;
  max-width: 580px;
}
.author p.lead {
  font-weight: 300;
  font-size: var(--fs-lead);
  line-height: 1.55;
  color: var(--ink);
}
.author .links {
  margin-top: 32px;
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  font-size: 13px;
  font-weight: 500;
}
.author .links a {
  border-bottom: 1px solid var(--ink);
  padding-bottom: 2px;
  white-space: nowrap;
}
.author .links a:hover { border-color: var(--red); color: var(--red); }

/* Social icons — replace LinkedIn/X/Instagram text links */
.author .links .social-icons {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding-left: 14px;
  margin-left: 6px;
  border-left: 1px solid var(--rule);
}
.author .links .social-icons a {
  border: 0;
  padding: 0;
  color: var(--ink);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  transition: color 0.15s ease;
}
.author .links .social-icons a:hover { color: var(--red); }
.author .links .social-icons svg { width: 18px; height: 18px; display: block; }

/* ============================================================
   Stores — buy CTAs grid
   ============================================================ */
.stores-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border-top: 1px solid var(--rule);
  border-left: 1px solid var(--rule);
}
.store {
  border-right: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  background: transparent;
  transition: background 0.15s ease;
}
.store:hover { background: var(--paper-2); }
.store .name {
  font-weight: 700;
  font-size: 22px;
  letter-spacing: -0.015em;
}
.store .region {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--red);
}
.store .price {
  font-family: var(--font-mono);
  font-size: 13px;
  color: var(--ink-2);
}
.store .format {
  font-size: 14px;
  color: var(--ink-2);
}
.store .cta {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 500;
  border-bottom: 1px solid var(--ink);
  padding-bottom: 2px;
  align-self: flex-start;
  color: var(--ink);
  white-space: nowrap;
}
.store:hover .cta { border-color: var(--red); color: var(--red); }
.store.muted .name { color: var(--ink-2); }
.store.muted .region { color: var(--ink-3); }

/* ============================================================
   Details — mono spec sheet
   ============================================================ */
.details-grid {
  border-top: 1px solid var(--rule);
}
.details-row {
  display: grid;
  grid-template-columns: 240px 1fr 1fr;
  gap: 32px;
  padding: 16px 0;
  border-bottom: 1px solid var(--rule);
  font-size: 14px;
  align-items: baseline;
}
.details-row .k {
  font-weight: 500;
  color: var(--ink-2);
  letter-spacing: 0.02em;
}
.details-row .v { font-family: var(--font-mono); font-size: 13px; color: var(--ink); }
.details-row .note { color: var(--ink-3); font-size: 12px; }

/* ============================================================
   Footer
   ============================================================ */
footer.foot {
  background: var(--paper);
  padding: 96px 0 48px;
  border-bottom: 0;
}
.foot-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 48px;
  margin-bottom: 96px;
}
.foot .col h4 {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink-3);
  margin: 0 0 16px;
  font-weight: 500;
}
.foot .col ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.foot .col a {
  font-size: 14px;
  color: var(--ink);
}
.foot .col a:hover { color: var(--red); }
.foot .col p { font-size: 14px; line-height: 1.6; color: var(--ink-2); }
.foot .mark .wordmark { font-size: 28px; letter-spacing: -0.02em; }
.foot .legal {
  display: flex;
  justify-content: space-between;
  padding-top: 32px;
  border-top: 1px solid var(--rule);
  font-size: 12px;
  color: var(--ink-3);
}
.foot .legal a { color: var(--ink-3); }
.foot .legal a:hover { color: var(--ink); }

/* ============================================================
   Tweaks panel (vanilla)
   ============================================================ */
.tweaks {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 260px;
  background: var(--paper);
  border: 1px solid var(--ink);
  padding: 16px;
  display: none;
  z-index: 100;
  font-family: var(--font-sans);
}
.tweaks.open { display: block; }
.tweaks h4 {
  margin: 0 0 14px;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--red);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.tweaks h4 .close {
  cursor: pointer;
  color: var(--ink-3);
  font-size: 14px;
  letter-spacing: 0;
}
.tweaks .row {
  margin-bottom: 14px;
  font-size: 12px;
}
.tweaks .row label {
  display: block;
  margin-bottom: 6px;
  color: var(--ink-2);
  font-weight: 500;
}
.tweaks .seg {
  display: flex;
  border: 1px solid var(--rule);
}
.tweaks .seg button {
  flex: 1;
  padding: 6px 8px;
  font-size: 11px;
  font-family: inherit;
  font-weight: 500;
  letter-spacing: 0.04em;
  border: 0;
  background: transparent;
  color: var(--ink-2);
  cursor: pointer;
  text-transform: uppercase;
}
.tweaks .seg button + button { border-left: 1px solid var(--rule); }
.tweaks .seg button.on { background: var(--ink); color: var(--paper); }

/* ============================================================
   Responsive
   ============================================================ */
@media (max-width: 980px) {
  .hero-grid { grid-template-columns: 280px 1fr; gap: 48px; }
  .conviction { grid-template-columns: 56px 1fr; }
  .conviction .body { grid-column: 2 / 3; }
  .excerpt, .author-grid { grid-template-columns: 1fr; gap: 48px; }
  .excerpt .text { border-left: 0; padding-left: 0; border-top: 1px solid var(--rule); padding-top: 32px; }
  .quotes-grid { grid-template-columns: 1fr 1fr; }
  .endorsements { grid-template-columns: 1fr; gap: 32px; }
  .press-row { grid-template-columns: repeat(3, 1fr); gap: 24px; }
  .stores-grid { grid-template-columns: 1fr; }
  .foot-grid { grid-template-columns: 1fr 1fr; }
  .details-row { grid-template-columns: 1fr 1fr; }
  .details-row .note { grid-column: 1 / -1; }
  section .section-head { grid-template-columns: 1fr; gap: 24px; margin-bottom: 48px; }
}

@media (max-width: 640px) {
  /* Layout reduction */
  .hero { padding: 56px 0; }
  .hero-grid { grid-template-columns: 1fr; gap: 32px; }
  .hero .cover-slot { max-width: 320px; }
  section { padding: 64px 0; }
  .quotes-grid { grid-template-columns: 1fr; }
  .press-row { grid-template-columns: repeat(2, 1fr); }
  .foot-grid { grid-template-columns: 1fr; }
  .verdict-band { padding: 64px 0; }

  /* Typography scale-down — token-only, propagates to all selectors using var(--fs-*) */
  :root {
    --fs-monument: 40px;
    --fs-h1:       28px;
    --fs-h2:       24px;
    --fs-h3:       19px;
    --fs-pull:     22px;
    --fs-lead:     18px;
    --fs-subtitle: 17px;
    --pad-x:       20px;
  }
  /* Pull-quote needs a tighter mobile padding (size comes from token) */
  .book-text .prose .embedded-pull { padding: 18px 0 18px 20px; }

  /* Nav — Variante B: brand stacked above horizontal-scroll tab bar */
  .topbar-inner {
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: stretch;
    gap: 10px;
    padding: 14px var(--pad-x);
  }
  .topbar .wordmark { align-self: flex-start; font-size: 15px; }
  .nav {
    display: flex;
    gap: 24px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    margin: 0 calc(-1 * var(--pad-x));
    padding: 2px var(--pad-x) 6px;
    white-space: nowrap;
  }
  .nav::-webkit-scrollbar { display: none; }
  .nav a { flex: 0 0 auto; font-size: 12px; }
}
/* ============================================================
   The Book — editorial long-form description
   ============================================================ */
.book-text {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 80px;
}
.book-text .meta-col .label {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink-3);
  padding-top: 8px;
}
.book-text .prose {
  max-width: 680px;
}
.book-text .prose .lead {
  font-weight: 300;
  font-size: var(--fs-lead);
  line-height: 1.55;
  color: var(--ink);
  margin-bottom: 28px;
}
.book-text .prose .lead .accent { color: var(--red); }
.book-text .prose p {
  font-size: var(--fs-body);
  line-height: 1.7;
  color: var(--ink);
  margin-bottom: 18px;
}
/* The two prose paragraphs after the pull — lifted to lead size for editorial weight,
   scoped narrowly so no other <p> on the site is affected. */
.book-text .prose .embedded-pull ~ p {
  font-size: var(--fs-lead);
  line-height: 1.55;
}
.book-text .prose .embedded-pull {
  font-weight: 700;
  font-size: var(--fs-pull);
  letter-spacing: -0.02em;
  line-height: 1.2;
  margin: 32px 0;
  padding: 24px 0 24px 28px;
  border-left: 2px solid var(--red);
  color: var(--ink);
}
.book-text .prose .embedded-pull .period { color: var(--red); }
.book-text .prose .neg {
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid var(--rule);
  font-family: var(--font-mono);
  font-size: 12px;
  color: var(--ink-3);
  line-height: 1.7;
}
.book-text .prose .neg div { padding: 2px 0; }
.book-text .prose .neg div::before { content: '— '; color: var(--ink-3); }

/* ============================================================
   Extraction moments — 8 quote tiles
   ============================================================ */
.extraction-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--rule);
  border-left: 1px solid var(--rule);
}
.extraction-cell {
  border-right: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
  padding: 32px 28px;
  min-height: 200px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.extraction-cell .num {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.18em;
  color: var(--red);
}
.extraction-cell .q {
  font-weight: 500;
  font-size: 19px;
  letter-spacing: -0.01em;
  line-height: 1.32;
  color: var(--ink);
  flex: 1;
}
.extraction-cell .q .accent { color: var(--red); }

/* ============================================================
   Audience — tags + reader signal
   ============================================================ */
.audience-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
}
.audience-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.audience-tags .tag {
  padding: 8px 14px;
  font-size: 12px;
  letter-spacing: 0.06em;
  border: 1px solid var(--ink);
  text-transform: none;
  font-weight: 500;
  color: var(--ink);
}
.audience-tags .tag.muted {
  border-color: var(--rule);
  color: var(--ink-2);
}
.audience-signal {
  border-left: 1px solid var(--rule);
  padding-left: 48px;
}
.audience-signal h4 {
  margin: 0 0 16px;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink-3);
  font-weight: 500;
}
.audience-signal p {
  font-size: var(--fs-body);
  line-height: 1.7;
  color: var(--ink-2);
}
.audience-signal p .author-ref {
  color: var(--ink);
  font-weight: 500;
}

/* ============================================================
   Stores — refined per platform, region split
   ============================================================ */
.stores-grid-v2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  border-top: 1px solid var(--rule);
  border-left: 1px solid var(--rule);
}
.store-card {
  border-right: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
  padding: 32px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
.store-card .top { display: flex; justify-content: space-between; align-items: baseline; gap: 16px; }
.store-card .platform {
  font-weight: 700;
  font-size: 24px;
  letter-spacing: -0.015em;
}
.store-card .status {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--red);
}
.store-card .status.scheduled { color: var(--ink-3); }
.store-card .format-line {
  font-size: 15px;
  color: var(--ink-2);
}
.store-card .price-line {
  font-family: var(--font-mono);
  font-size: 12px;
  color: var(--ink-2);
  line-height: 1.8;
}
.store-card .price-line div { display: flex; gap: 12px; }
.store-card .price-line div span:first-child { color: var(--ink-3); min-width: 110px; }
.store-card .buy-row {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  padding-top: 12px;
  border-top: 1px solid var(--rule);
}
.store-card .buy-row a {
  padding: 8px 12px;
  border: 1px solid var(--ink);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: var(--ink);
  background: transparent;
  transition: background 0.15s ease, color 0.15s ease;
}
.store-card .buy-row a:hover {
  background: var(--ink);
  color: var(--paper);
}
.store-card .buy-row a.primary {
  background: var(--ink);
  color: var(--paper);
}
.store-card .buy-row a.primary:hover {
  background: var(--red);
  border-color: var(--red);
}

/* ============================================================
   Book details — 4 blocks of definition lists
   ============================================================ */
.details-blocks {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  border-top: 1px solid var(--rule);
  border-left: 1px solid var(--rule);
}
.details-block {
  border-right: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
  padding: 32px;
}
.details-block h4 {
  margin: 0 0 20px;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--red);
  font-weight: 500;
}
.details-block dl {
  margin: 0;
  display: grid;
  grid-template-columns: 140px 1fr;
  row-gap: 12px;
  column-gap: 24px;
  font-size: 14px;
}
.details-block dt {
  color: var(--ink-2);
  font-weight: 500;
}
.details-block dd {
  margin: 0;
  color: var(--ink);
  font-family: var(--font-mono);
  font-size: 13px;
  line-height: 1.5;
}
.details-block dd.live { color: var(--red); }
.details-block dd.scheduled { color: var(--ink-2); }

/* ============================================================
   Classification — code tables
   ============================================================ */
.classify-intro {
  font-size: 16px;
  line-height: 1.7;
  color: var(--ink-2);
  max-width: 760px;
  margin-bottom: 48px;
}
.classify-stack {
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
}
.classify-table h4 {
  margin: 0 0 16px;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink-3);
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.classify-table h4 .stamp {
  color: var(--red);
  font-weight: 500;
}
.classify-table table {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid var(--rule);
  font-size: 13px;
}
.classify-table th, .classify-table td {
  text-align: left;
  padding: 12px 16px 12px 0;
  border-bottom: 1px solid var(--rule);
  vertical-align: top;
  font-weight: 400;
  color: var(--ink);
}
.classify-table th {
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-3);
  font-weight: 500;
}
.classify-table td.slot { font-family: var(--font-mono); font-size: 12px; color: var(--ink-2); width: 110px; }
.classify-table td.code { font-family: var(--font-mono); font-size: 13px; color: var(--ink); width: 140px; }

.category-list {
  display: grid;
  grid-template-columns: 1fr;
  border-top: 1px solid var(--rule);
}
.category-list .cat {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 24px;
  padding: 16px 0;
  border-bottom: 1px solid var(--rule);
}
.category-list .cat .path {
  font-size: 14px;
  line-height: 1.5;
  color: var(--ink);
}
.category-list .cat .path .sep { color: var(--ink-3); margin: 0 6px; }
.category-list .cat .browse {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  border: 1px solid var(--rule);
  padding: 6px 12px;
  color: var(--ink-2);
}
.category-list .cat .browse:hover { color: var(--red); border-color: var(--red); }

.keyword-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.keyword-cloud .kw {
  padding: 8px 14px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.02em;
  border: 1px solid var(--rule);
  background: var(--paper-2);
  color: var(--ink);
}

/* ============================================================
   Backstage — admin consoles
   ============================================================ */
.backstage-note {
  font-size: 14px;
  line-height: 1.7;
  color: var(--ink-2);
  max-width: 760px;
  margin-bottom: 48px;
  padding: 16px 20px;
  background: var(--paper-2);
  border-left: 2px solid var(--ink-3);
}
.backstage-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border-top: 1px solid var(--rule);
  border-left: 1px solid var(--rule);
}
.backstage-card {
  border-right: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.backstage-card .status {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--red);
}
.backstage-card .platform-name {
  font-weight: 700;
  font-size: 22px;
  letter-spacing: -0.015em;
}
.backstage-card .platform-desc {
  font-size: 14px;
  color: var(--ink-2);
  line-height: 1.55;
}
.backstage-card .platform-account {
  font-family: var(--font-mono);
  font-size: 12px;
  color: var(--ink-3);
  padding: 8px 0;
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
}
.backstage-card .console-links {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.backstage-card .console-links a {
  font-size: 13px;
  font-weight: 500;
  color: var(--ink);
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.backstage-card .console-links a::after { content: '→'; color: var(--ink-3); }
.backstage-card .console-links a:hover { color: var(--red); }
.backstage-card .console-links a:hover::after { color: var(--red); }
.backstage-disclaimer {
  margin-top: 32px;
  text-align: center;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-3);
}

/* ============================================================
   Press — minimal
   ============================================================ */
.press-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
}
.press-grid h4 {
  margin: 0 0 16px;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink-3);
  font-weight: 500;
}
.press-grid ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 10px; }
.press-grid a { font-size: 15px; color: var(--ink); border-bottom: 1px solid var(--rule); padding-bottom: 4px; display: inline-block; }
.press-grid a:hover { color: var(--red); border-color: var(--red); }

/* ============================================================
   Closing CTA band
   ============================================================ */
.closing {
  background: var(--ink);
  color: #fff;
  padding: 120px 0;
  border-bottom: 0;
}
.closing .eyebrow { color: var(--red); display: block; margin-bottom: 24px; }
.closing h2 {
  font-weight: 700;
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.15;
  letter-spacing: -0.02em;
  margin: 0 0 24px;
  max-width: 880px;
}
.closing h2 .period { color: var(--red); }
.closing .question {
  font-weight: 300;
  font-size: clamp(24px, 3vw, 36px);
  line-height: 1.3;
  letter-spacing: -0.015em;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 48px;
  max-width: 880px;
}
.closing .question .accent { color: var(--red); }
.closing .cta-row { display: flex; gap: 12px; flex-wrap: wrap; }
.closing .btn-primary {
  background: var(--red);
  border-color: var(--red);
  color: #fff;
}
.closing .btn-primary:hover { background: #fff; color: var(--ink); border-color: #fff; }
.closing .btn-ghost {
  background: transparent;
  color: #fff;
  border-color: #fff;
}
.closing .btn-ghost:hover { background: #fff; color: var(--ink); }

/* ============================================================
   Simplified footer
   ============================================================ */
footer.foot-v2 {
  background: var(--paper);
  padding: 64px 0 32px;
  border-bottom: 0;
}
.foot-v2 .top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 32px;
  padding-bottom: 32px;
  border-bottom: 1px solid var(--rule);
}
.foot-v2 .top .title {
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1;
  color: var(--ink);
}
.foot-v2 .top .title .accent { color: var(--red); }
.foot-v2 .top .back-top {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: var(--ink-2);
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.foot-v2 .top .back-top:hover { color: var(--red); }
.foot-v2 .legal {
  margin-top: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
  font-size: 12px;
  color: var(--ink-3);
}
.foot-v2 .legal .links { display: flex; gap: 24px; }
.foot-v2 .legal a { color: var(--ink-3); }
.foot-v2 .legal a:hover { color: var(--ink); }

/* ============================================================
   Legal pages — imprint.html / privacy.html
   ============================================================ */
.legal-page {
  padding: 96px 0;
}
.legal-page .crumb {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-3);
  margin-bottom: 16px;
}
.legal-page .crumb a { color: var(--ink-3); }
.legal-page .crumb a:hover { color: var(--red); }
.legal-page h1 {
  font-weight: 800;
  font-size: clamp(36px, 4.6vw, 60px);
  letter-spacing: -0.035em;
  line-height: 1.0;
  margin: 0 0 48px;
  color: var(--ink);
}
.legal-page .meta-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--ink);
  margin-bottom: 48px;
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.04em;
  color: var(--ink-3);
}
.legal-page .meta-row .binding {
  color: var(--red);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-weight: 500;
}

.legal-page .body-block {
  max-width: 720px;
  margin: 0 auto;
}
.legal-page .body-block h2 {
  font-weight: 700;
  font-size: 24px;
  letter-spacing: -0.015em;
  margin: 48px 0 16px;
  color: var(--ink);
}
.legal-page .body-block h2:first-child { margin-top: 0; }
.legal-page .body-block h3 {
  font-weight: 500;
  font-size: 17px;
  letter-spacing: -0.01em;
  margin: 32px 0 8px;
  color: var(--ink);
}
.legal-page .body-block p,
.legal-page .body-block li {
  font-size: 15px;
  line-height: 1.7;
  color: var(--ink);
  margin-bottom: 12px;
}
.legal-page .body-block ul {
  margin: 0 0 12px;
  padding-left: 20px;
}
.legal-page .body-block strong { font-weight: 600; }
.legal-page .body-block em { font-style: italic; color: var(--ink-2); }
.legal-page .body-block a {
  color: var(--ink);
  border-bottom: 1px solid var(--rule);
}
.legal-page .body-block a:hover { color: var(--red); border-color: var(--red); }

.legal-page .address-block {
  font-family: var(--font-mono);
  font-size: 13px;
  line-height: 1.7;
  color: var(--ink);
  padding: 16px 20px;
  border-left: 2px solid var(--red);
  background: var(--paper-2);
  margin: 16px 0 24px;
}

.legal-page .lang-divider {
  margin: 96px 0 64px;
  text-align: center;
  position: relative;
}
.legal-page .lang-divider::before,
.legal-page .lang-divider::after {
  content: '';
  position: absolute;
  top: 50%;
  width: calc(50% - 90px);
  height: 1px;
  background: var(--rule);
}
.legal-page .lang-divider::before { left: 0; }
.legal-page .lang-divider::after  { right: 0; }
.legal-page .lang-divider .label {
  display: inline-block;
  padding: 0 24px;
  background: var(--paper);
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink-3);
}

.legal-page .convenience-note {
  font-family: var(--font-mono);
  font-size: 12px;
  line-height: 1.7;
  letter-spacing: 0.02em;
  color: var(--ink-3);
  padding: 12px 16px;
  background: var(--paper-2);
  margin-bottom: 48px;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 640px) {
  .legal-page { padding: 64px 0; }
  .legal-page .lang-divider::before,
  .legal-page .lang-divider::after { width: calc(50% - 60px); }
  .legal-page .meta-row { flex-direction: column; gap: 8px; align-items: flex-start; }
}
@media (max-width: 980px) {
  .book-text { grid-template-columns: 1fr; gap: 32px; }
  .book-text .meta-col .label { padding-top: 0; }
  .extraction-grid { grid-template-columns: 1fr 1fr; }
  .audience-grid { grid-template-columns: 1fr; gap: 48px; }
  .audience-signal { border-left: 0; padding-left: 0; border-top: 1px solid var(--rule); padding-top: 32px; }
  .stores-grid-v2, .details-blocks, .backstage-grid, .press-grid { grid-template-columns: 1fr; }
  .closing { padding: 80px 0; }
}
@media (max-width: 640px) {
  .extraction-grid { grid-template-columns: 1fr; }
  .category-list .cat { grid-template-columns: 1fr; gap: 8px; }
  .category-list .cat .browse { justify-self: start; }
  .details-block dl { grid-template-columns: 1fr; gap: 4px; }
  .details-block dt { padding-top: 8px; }
}
