@import url("../shared/fonts.css");
/* ──────────────────────────────────────────────────────────
   GridteamAI · The Gap Series · Report 01
   The Safer-by-Design Gap — full publication stylesheet
   System locked from Brand Sheet v1.0 (2026-05-18)
   ────────────────────────────────────────────────────────── */

:root {
  /* ── palette ─────────────────────────────────────────── */
  --ink:        #0a0a0a;
  --ink-soft:   #1a1a1a;
  --paper:      #f5f3ee;
  --paper-2:    #ecead9;   /* tonal layer for diagrams */
  --paper-3:    #e2dfcf;   /* deeper tonal */
  --rule:       #d8d3c2;
  --rule-strong:#a89f87;
  --muted:      rgba(10,10,10,0.62);
  --faint:      rgba(10,10,10,0.40);
  --hairline:   rgba(10,10,10,0.18);
  --hairline-2: rgba(10,10,10,0.10);

  --paper-on-dark:  #f5f3ee;
  --muted-on-dark:  rgba(245,243,238,0.62);
  --faint-on-dark:  rgba(245,243,238,0.36);
  --rule-on-dark:   rgba(245,243,238,0.18);

  /* ── type ────────────────────────────────────────────── */
  --serif: 'Geist', -apple-system, BlinkMacSystemFont, sans-serif;
  --mono:  'JetBrains Mono', ui-monospace, monospace;

  /* ── page geometry · A4 ──────────────────────────────── */
  --page-w: 210mm;
  --page-h: 297mm;
  --m-outer: 22mm;   /* flat margins — screen-delivered PDF, no spine */
  --m-inner: 22mm;   /* outer == inner: text block sits identically on every page */
  --m-top:   22mm;
  --m-bot:   22mm;
}

* { box-sizing: border-box; }
html, body {
  margin: 0; padding: 0;
  background: #1f1d18;
  color: var(--ink);
  font-family: var(--serif);
  font-feature-settings: 'ss01', 'liga', 'kern';
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

/* ────────────────────────────────────────────────────────
   REVIEW CHROME
   ──────────────────────────────────────────────────────── */
.reviewer { max-width: 1800px; margin: 0 auto; padding: 56px 24px 160px; }
.reviewer-head {
  color: var(--paper);
  font-family: var(--mono);
  font-size: 10.5px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(245,243,238,0.18);
  padding-bottom: 20px;
  margin-bottom: 32px;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 24px;
}
.reviewer-head .title {
  font-family: var(--serif);
  font-size: 19px;
  font-weight: 600;
  letter-spacing: -0.01em;
  text-transform: none;
  color: var(--paper);
}
.reviewer-head .meta { color: rgba(245,243,238,0.55); text-align: right; line-height: 1.65; }
.reviewer-head .meta b { color: var(--paper); font-weight: 500; }

.pages { display: flex; flex-direction: column; align-items: center; gap: 20px; }

.spread-label {
  color: rgba(245,243,238,0.55);
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin: 56px 0 8px;
  display: flex;
  gap: 18px;
  align-items: baseline;
}
.spread-label b { color: var(--paper); font-weight: 500; }
.spread-label .pn { color: rgba(245,243,238,0.45); }

.spread {
  display: flex;
  gap: 0;
  box-shadow:
    0 1px 0 rgba(0,0,0,0.3),
    0 36px 80px -20px rgba(0,0,0,0.55);
}
.spread.single { display: inline-flex; }

/* ────────────────────────────────────────────────────────
   PAGE BASE
   ──────────────────────────────────────────────────────── */
.page {
  width: var(--page-w);
  height: var(--page-h);
  background: var(--paper);
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
}
.page.ink { background: var(--ink); color: var(--paper-on-dark); }
.page.tonal { background: var(--paper); }  /* one paper per report — tonal pages match body; --paper-2/-3 for on-page panels only */

/* asymmetric margins for verso/recto */
.page.verso { padding: var(--m-top) var(--m-inner) var(--m-bot) var(--m-outer); }
.page.recto { padding: var(--m-top) var(--m-outer) var(--m-bot) var(--m-inner); }

/* ── running head/foot ── */
.running {
  position: absolute;
  font-family: var(--mono);
  font-size: 8.5px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--faint);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.running--top    { top: 10mm; }
.running--bottom { bottom: 10mm; }
.running b { color: var(--ink); font-weight: 500; }
.page.verso .running { left: var(--m-outer); right: var(--m-inner); }
.page.recto .running { left: var(--m-inner); right: var(--m-outer); }

.page.ink .running { color: var(--faint-on-dark); }
.page.ink .running b { color: var(--paper); }

/* ────────────────────────────────────────────────────────
   COVER
   ──────────────────────────────────────────────────────── */
.cover {
  background: var(--ink);
  color: var(--paper);
  padding: 22mm 18mm;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cover__head { display: flex; justify-content: space-between; align-items: flex-start; }
.cover__wordmark { width: 36mm; height: auto; display: block; }
.cover__series {
  text-align: right;
  font-family: var(--mono);
  font-size: 9.5px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted-on-dark);
  line-height: 1.9;
}
.cover__series .lock { color: var(--paper); font-weight: 500; }

.cover__grid {
  position: absolute;
  right: 18mm; top: 64mm;
  width: 84mm; height: 84mm;
  background-image: radial-gradient(circle, rgba(245,243,238,0.13) 1.2px, transparent 1.6px);
  background-size: 10mm 10mm;
  background-position: 0 0;
  pointer-events: none;
}
.cover__grid::before, .cover__grid::after {
  content: ''; position: absolute; top: 50%; left: 50%;
  width: 50mm; height: 0.6px; background: rgba(245,243,238,0.34);
  transform-origin: 0 0;
}
.cover__grid::before { transform: rotate(-30deg) translate(-25mm, 0); }
.cover__grid::after  { transform: rotate( 30deg) translate(-25mm, 0); }
.cover__node {
  position: absolute; width: 2.6mm; height: 2.6mm;
  background: var(--paper); border-radius: 50%;
  top: calc(64mm + 42mm - 1.3mm);
  right: calc(18mm + 42mm - 1.3mm);
}

.cover__body { margin-top: auto; }
.cover__eyebrow {
  font-family: var(--mono);
  font-size: 9.5px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--muted-on-dark);
  border-top: 1px solid var(--rule-on-dark);
  padding-top: 12px;
  margin-bottom: 16mm;
  display: flex;
  justify-content: space-between;
}
.cover__eyebrow .item { display: inline-flex; gap: 10px; }
.cover__eyebrow .item b { color: var(--paper); font-weight: 500; }

.cover__title {
  font-family: var(--serif);
  font-weight: 600;
  font-size: 72px;
  line-height: 0.96;
  letter-spacing: -0.035em;
  color: var(--paper);
  margin: 0 0 12mm;
  max-width: 95%;
}
.cover__title .stop { color: rgba(245,243,238,0.42); }
.cover__sub {
  font-family: var(--serif);
  font-weight: 400;
  font-size: 22px;
  line-height: 1.32;
  letter-spacing: -0.012em;
  color: var(--paper);
  max-width: 150mm;
  margin: 0;
}
.cover__sub em { font-style: normal; color: rgba(245,243,238,0.62); }

.cover__foot {
  margin-top: 14mm;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 14px;
  border-top: 1px solid var(--rule-on-dark);
  font-family: var(--mono);
  font-size: 9.5px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted-on-dark);
}
.cover__foot b { color: var(--paper); font-weight: 500; }

/* ────────────────────────────────────────────────────────
   COLOPHON / INSIDE COVER
   ──────────────────────────────────────────────────────── */
.colo { padding: var(--m-top) var(--m-outer) var(--m-bot); display: flex; flex-direction: column; }
.colo__head {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
  border-bottom: 1px solid var(--ink);
  padding-bottom: 12px;
  margin-bottom: 12mm;
  display: flex; justify-content: space-between;
}
.colo__head b { color: var(--ink); font-weight: 500; }
.colo__title {
  font-family: var(--serif);
  font-weight: 600;
  font-size: 30px;
  line-height: 1.08;
  letter-spacing: -0.022em;
  color: var(--ink);
  margin: 0 0 6mm;
  max-width: 130mm;
}
.colo__sub {
  font-family: var(--serif);
  font-weight: 400;
  font-size: 14px;
  line-height: 1.45;
  color: var(--muted);
  max-width: 130mm;
  margin: 0 0 14mm;
}
.colo__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8mm 12mm;
  font-family: var(--mono);
  font-size: 9.5px;
  letter-spacing: 0.06em;
  line-height: 1.55;
  color: var(--muted);
  margin-bottom: 12mm;
}
.colo__grid .row { border-top: 1px solid var(--hairline); padding-top: 6px; }
.colo__grid .lbl { font-size: 8.5px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--faint); margin-bottom: 4px; display: block; }
.colo__grid .val { color: var(--ink); font-family: var(--serif); font-size: 12px; letter-spacing: -0.005em; }
.colo__grid .val b { font-weight: 500; }
.colo__notes {
  margin-top: auto;
  border-top: 1px solid var(--hairline);
  padding-top: 12px;
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 0.06em;
  line-height: 1.7;
  color: var(--muted);
  max-width: 130mm;
}
.colo__notes b { color: var(--ink); font-weight: 500; }

/* ────────────────────────────────────────────────────────
   CONTENTS
   ──────────────────────────────────────────────────────── */
.toc__eyebrow {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 26mm;
}
.toc__eyebrow b { color: var(--ink); font-weight: 500; }
.toc__title {
  font-family: var(--serif);
  font-weight: 600;
  font-size: 44px;
  line-height: 1.04;
  letter-spacing: -0.025em;
  color: var(--ink);
  margin: 0 0 14mm;
}
.toc {
  list-style: none;
  margin: 0; padding: 0;
}
.toc__part {
  font-family: var(--mono);
  font-size: 9.5px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--muted);
  border-top: 1px solid var(--ink);
  padding: 8px 0 5px;
  margin-top: 4mm;
  display: flex;
  justify-content: space-between;
}
.toc__part:first-child { margin-top: 0; }
.toc__part b { color: var(--ink); font-weight: 500; }
.toc__item {
  display: grid;
  grid-template-columns: 14mm 1fr 14mm;
  gap: 6mm;
  align-items: baseline;
  padding: 3px 0;
  border-bottom: 1px solid var(--hairline-2);
}
.toc__num { font-family: var(--mono); font-size: 10px; letter-spacing: 0.06em; color: var(--faint); }
.toc__name {
  font-family: var(--serif);
  font-size: 13.5px;
  font-weight: 500;
  letter-spacing: -0.012em;
  color: var(--ink);
}
.toc__name .sub {
  display: block;
  font-family: var(--serif);
  font-size: 10.5px;
  font-weight: 400;
  color: var(--muted);
  margin-top: 1px;
  letter-spacing: 0;
}
.toc__pn { font-family: var(--mono); font-size: 11px; letter-spacing: 0.04em; color: var(--ink); text-align: right; }

/* ────────────────────────────────────────────────────────
   FOREWORD
   ──────────────────────────────────────────────────────── */
.fw__eyebrow {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 14mm;
  display: flex; justify-content: space-between;
}
.fw__eyebrow b { color: var(--ink); font-weight: 500; }
.fw__title {
  font-family: var(--serif);
  font-weight: 600;
  font-size: 30px;
  line-height: 1.08;
  letter-spacing: -0.022em;
  color: var(--ink);
  margin: 0 0 8mm;
  max-width: 140mm;
}
.fw__body {
  font-family: var(--serif);
  font-size: 11px;
  line-height: 1.55;
  color: var(--ink);
  max-width: 138mm;
}
.fw__body p { margin: 0 0 6px; }
.fw__body p:first-of-type { font-size: 12.5px; line-height: 1.5; color: var(--ink); margin-bottom: 10px; }
.fw__body p:first-of-type .dropcap {
  float: left;
  font-family: var(--serif);
  font-weight: 600;
  font-size: 56px;
  line-height: 0.88;
  margin: 4px 10px -4px 0;
  letter-spacing: -0.03em;
  color: var(--ink);
}
.fw__sign {
  margin-top: 8mm;
  padding-top: 10px;
  border-top: 1px solid var(--ink);
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.fw__sign .who {
  font-family: var(--serif);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: var(--ink);
}
.fw__sign .who span {
  display: block;
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 400;
  margin-top: 4px;
}
.fw__sign .date {
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  color: var(--muted);
  text-align: right;
  line-height: 1.6;
}

/* ────────────────────────────────────────────────────────
   EXECUTIVE SUMMARY
   ──────────────────────────────────────────────────────── */
.ex__eyebrow {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 26mm;
  display: flex; justify-content: space-between; align-items: baseline;
}
.ex__eyebrow .chap b { color: var(--ink); font-weight: 500; }
.ex__eyebrow .stamp {
  border: 1px solid var(--hairline);
  padding: 4px 8px;
  border-radius: 2px;
  font-size: 8.5px;
}
.ex__title {
  font-family: var(--serif);
  font-weight: 600;
  font-size: 42px;
  line-height: 1.04;
  letter-spacing: -0.025em;
  color: var(--ink);
  margin: 0 0 12mm;
  max-width: 140mm;
}
.ex__lead {
  font-family: var(--serif);
  font-size: 13.5px;
  line-height: 1.6;
  color: var(--ink);
  max-width: 140mm;
  margin: 0 0 12mm;
}
.ex__lead .dropcap {
  float: left;
  font-family: var(--serif);
  font-weight: 600;
  font-size: 60px;
  line-height: 0.88;
  margin: 4px 12px -4px 0;
  letter-spacing: -0.03em;
  color: var(--ink);
}
.ex__lead p { margin: 0 0 8px; }

.ex__h4 {
  font-family: var(--mono);
  font-size: 9.5px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink);
  border-top: 1px solid var(--ink);
  padding-top: 10px;
  margin: 12mm 0 6mm;
  max-width: 140mm;
}
.ex__sub {
  font-family: var(--serif);
  font-weight: 600;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: -0.018em;
  color: var(--ink);
  margin: 0 0 6mm;
  max-width: 138mm;
}
.ex__p {
  font-family: var(--serif);
  font-size: 11.5px;
  line-height: 1.6;
  color: var(--ink);
  max-width: 138mm;
  margin: 0 0 8mm;
}

/* Pull quote — verso */
.pull {
  border-top: 1px solid var(--ink);
  padding-top: 14px;
  max-width: 140mm;
  margin-top: auto;
}
.pull .cap {
  font-family: var(--mono);
  font-size: 9.5px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
}
.pull .quote {
  font-family: var(--serif);
  font-weight: 600;
  font-size: 38px;
  line-height: 1.06;
  letter-spacing: -0.025em;
  color: var(--ink);
  margin: 0;
}
.pull .attr {
  font-family: var(--mono);
  font-size: 9.5px;
  letter-spacing: 0.06em;
  color: var(--muted);
  margin-top: 12px;
}
.pull .attr b { color: var(--ink); font-weight: 500; }

/* Findings (the six recto items) */
.findings__head {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
  border-bottom: 1px solid var(--ink);
  padding-bottom: 10px;
  margin-bottom: 12mm;
  display: flex; justify-content: space-between; align-items: baseline;
}
.findings__head b { color: var(--ink); font-weight: 500; }
.findings { display: flex; flex-direction: column; gap: 7mm; }
.finding {
  display: grid;
  grid-template-columns: 22mm 1fr;
  gap: 5mm;
  align-items: baseline;
  border-bottom: 1px solid var(--hairline);
  padding-bottom: 7mm;
}
.finding:last-child { border-bottom: 0; padding-bottom: 0; }
.finding__num { font-family: var(--mono); font-size: 9.5px; letter-spacing: 0.10em; color: var(--faint); padding-top: 4px; }
.finding__title {
  font-family: var(--serif);
  font-weight: 600;
  font-size: 15px;
  line-height: 1.25;
  letter-spacing: -0.015em;
  color: var(--ink);
  margin: 0 0 5px;
}
.finding__text {
  font-family: var(--serif);
  font-weight: 400;
  font-size: 11px;
  line-height: 1.55;
  color: var(--muted);
  margin: 0;
  max-width: 130mm;
}
.finding__stat {
  display: flex; align-items: baseline; gap: 8px;
  margin-top: 6px;
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--muted);
}
.finding__stat .v {
  font-family: var(--serif);
  font-weight: 600;
  font-size: 20px;
  letter-spacing: -0.02em;
  color: var(--ink);
  text-transform: none;
}

/* ────────────────────────────────────────────────────────
   SECTION / PART OPENERS
   ──────────────────────────────────────────────────────── */
.opener {
  background: var(--ink);
  color: var(--paper-on-dark);
  padding: 0;
  position: relative;
}
.opener__photo {
  position: absolute; inset: 0; overflow: hidden;
  background-color: var(--ink);
}
/* Per-section duotone treatments (placeholders for original UK photography) */
.opener[data-section="part1"] .opener__photo {
  background:
    radial-gradient(ellipse at 25% 75%, rgba(10,10,10,0) 0%, rgba(10,10,10,0.88) 80%),
    linear-gradient(168deg, #2c2a23 0%, #14130f 65%, #0a0a0a 100%);
}
.opener[data-section="part2"] .opener__photo {
  background:
    radial-gradient(ellipse at 70% 30%, rgba(10,10,10,0) 0%, rgba(10,10,10,0.88) 80%),
    linear-gradient(212deg, #2f2c24 0%, #1a1814 60%, #0a0a0a 100%);
}
.opener[data-section="part3"] .opener__photo {
  background:
    radial-gradient(ellipse at 50% 100%, rgba(10,10,10,0) 0%, rgba(10,10,10,0.88) 78%),
    linear-gradient(190deg, #2a2820 0%, #161410 60%, #0a0a0a 100%);
}
.opener[data-section="part4"] .opener__photo {
  background:
    radial-gradient(ellipse at 20% 30%, rgba(10,10,10,0) 0%, rgba(10,10,10,0.88) 80%),
    linear-gradient(146deg, #322f25 0%, #1a1814 55%, #0a0a0a 100%);
}
.opener__photo::before {
  content: ''; position: absolute; inset: 0;
  background-image: repeating-linear-gradient(135deg, rgba(245,243,238,0.022) 0 1px, transparent 1px 9px);
  pointer-events: none;
}
.opener__photo::after {
  content: ''; position: absolute; inset: 0;
  background-image: radial-gradient(circle, rgba(245,243,238,0.10) 1px, transparent 1.5px);
  background-size: 14mm 14mm; background-position: 6mm 6mm;
  opacity: 0.55; pointer-events: none;
}
.opener__phototag {
  position: absolute;
  top: 14mm; left: 18mm;
  font-family: var(--mono);
  font-size: 8.5px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--faint-on-dark);
  border: 1px dashed rgba(245,243,238,0.28);
  padding: 5px 9px;
  max-width: 100mm;
}
.opener__head {
  position: absolute;
  top: 14mm; right: 18mm;
  font-family: var(--mono);
  font-size: 9.5px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted-on-dark);
  text-align: right;
  line-height: 1.8;
}
.opener__head b { color: var(--paper); font-weight: 500; }

.opener__block {
  position: absolute;
  bottom: 22mm; left: 18mm; right: 18mm;
}
.opener__partno {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--muted-on-dark);
  border-top: 1px solid var(--rule-on-dark);
  padding-top: 12px;
  margin-bottom: 12mm;
}
.opener__partno b { color: var(--paper); font-weight: 500; }
.opener__name {
  font-family: var(--serif);
  font-weight: 600;
  font-size: 64px;
  line-height: 0.98;
  letter-spacing: -0.03em;
  color: var(--paper);
  margin: 0 0 8mm;
  max-width: 95%;
}
.opener__name .stop { color: rgba(245,243,238,0.42); }
.opener__strap {
  font-family: var(--serif);
  font-weight: 400;
  font-size: 17px;
  line-height: 1.36;
  color: rgba(245,243,238,0.78);
  max-width: 120mm;
  margin: 0;
}

/* Section lead recto */
.lead {
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: 12mm;
  height: 100%;
}
.lead__head {
  display: grid;
  grid-template-columns: 22mm 1fr;
  gap: 5mm;
  align-items: start;
  border-bottom: 1px solid var(--ink);
  padding-bottom: 12mm;
}
.lead__head .num {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.14em;
  color: var(--muted);
  padding-top: 6px;
}
.lead__head .num b { color: var(--ink); font-weight: 500; }
.lead__head .ttl {
  font-family: var(--serif);
  font-weight: 600;
  font-size: 26px;
  line-height: 1.12;
  letter-spacing: -0.022em;
  color: var(--ink);
  margin: 0;
}
.lead__body {
  column-count: 2;
  column-gap: 8mm;
  column-rule: 0;
  font-family: var(--serif);
  font-size: 10.5px;
  line-height: 1.6;
  color: var(--ink);
}
.lead__body p { margin: 0 0 8px; }
.lead__body p:first-of-type::first-line { font-variant: small-caps; letter-spacing: 0.025em; }
.lead__body .lift {
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
  display: block;
  margin: 10px 0 4px;
}
.lead__foot {
  border-top: 1px solid var(--hairline);
  padding-top: 12px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 8mm;
}
.lead__foot .item {
  font-family: var(--mono);
  font-size: 8.5px;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  color: var(--muted);
  line-height: 1.55;
}
.lead__foot .item .v {
  font-family: var(--serif);
  font-weight: 600;
  font-size: 17px;
  letter-spacing: -0.018em;
  color: var(--ink);
  text-transform: none;
  display: block;
  margin-bottom: 2px;
}

/* ────────────────────────────────────────────────────────
   BODY PAGES
   ──────────────────────────────────────────────────────── */
.body__eyebrow {
  font-family: var(--mono);
  font-size: 9.5px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 6mm;
  display: flex; justify-content: space-between; align-items: baseline;
}
.body__eyebrow b { color: var(--ink); font-weight: 500; }

.body__h2 {
  font-family: var(--serif);
  font-weight: 600;
  font-size: 28px;
  line-height: 1.1;
  letter-spacing: -0.022em;
  color: var(--ink);
  margin: 0 0 8mm;
  max-width: 140mm;
}
.body__h3 {
  font-family: var(--serif);
  font-weight: 600;
  font-size: 17px;
  line-height: 1.25;
  letter-spacing: -0.015em;
  color: var(--ink);
  margin: 8mm 0 4mm;
}
.body__h4 {
  font-family: var(--mono);
  font-size: 9.5px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink);
  border-top: 1px solid var(--ink);
  padding-top: 10px;
  margin: 10mm 0 5mm;
}
.body__p {
  font-family: var(--serif);
  font-size: 11px;
  line-height: 1.6;
  color: var(--ink);
  max-width: 142mm;
  margin: 0 0 5mm;
}
.body__p--lg {
  font-size: 13px;
  line-height: 1.55;
  max-width: 142mm;
}
.body__p em { font-style: italic; color: var(--ink); }
.body__p--callout {
  border-left: 2px solid var(--ink);
  padding-left: 10px;
  font-family: var(--serif);
  font-size: 12px;
  line-height: 1.5;
  font-weight: 500;
  color: var(--ink);
  margin: 5mm 0;
  max-width: 138mm;
}
.body__cols {
  column-count: 2;
  column-gap: 8mm;
  column-rule: 0;
}
.body__cols .body__p { font-size: 10.5px; max-width: none; }

.body__two-col {
  display: grid;
  grid-template-columns: 28mm 1fr;
  gap: 6mm;
  margin-bottom: 6mm;
}
.body__two-col .side {
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
  line-height: 1.5;
  padding-top: 3px;
}
.body__two-col .side b { color: var(--ink); font-weight: 500; }

/* ── tables ── */
.body__table {
  width: 100%;
  border-collapse: collapse;
  font-family: var(--serif);
  font-size: 10px;
  line-height: 1.4;
  color: var(--ink);
  margin: 6mm 0;
}
.body__table thead th {
  font-family: var(--mono);
  font-size: 8.5px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--ink);
  text-align: left;
  vertical-align: top;
  padding: 8px 8px 8px 0;
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
}
.body__table tbody td {
  padding: 9px 8px 9px 0;
  border-bottom: 1px solid var(--hairline);
  vertical-align: top;
}
.body__table tbody td:first-child {
  font-weight: 500;
}
.body__table .lbl {
  font-family: var(--mono);
  font-size: 8.5px;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  color: var(--muted);
  display: block;
  margin-top: 2px;
}

/* ────────────────────────────────────────────────────────
   FEATURE BLOCKS — special infographic spreads
   ──────────────────────────────────────────────────────── */

/* Two-events block (North Hyde / Manchester synagogue) */
.events {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6mm;
  margin: 8mm 0;
}
.event {
  border: 1px solid var(--ink);
  padding: 10mm 8mm;
  background: var(--paper);
  display: flex;
  flex-direction: column;
  gap: 6mm;
}
.event__date {
  font-family: var(--mono);
  font-size: 9.5px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
  display: flex; justify-content: space-between;
}
.event__date b { color: var(--ink); font-weight: 500; }
.event__title {
  font-family: var(--serif);
  font-weight: 600;
  font-size: 22px;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: var(--ink);
  margin: 0;
}
.event__lede {
  font-family: var(--serif);
  font-size: 11px;
  line-height: 1.55;
  color: var(--ink);
  margin: 0;
}
.event__foot {
  margin-top: auto;
  border-top: 1px solid var(--hairline);
  padding-top: 8px;
  font-family: var(--mono);
  font-size: 8.5px;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  color: var(--muted);
  line-height: 1.55;
}
.event__foot b { color: var(--ink); font-weight: 500; }

/* Three big numbers (Section 1 infrastructure) */
.numbers {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 6mm;
  margin: 8mm 0;
}
.number {
  border-top: 2px solid var(--ink);
  padding: 6mm 0 0;
  display: flex;
  flex-direction: column;
  gap: 3mm;
}
.number__v {
  font-family: var(--serif);
  font-weight: 600;
  font-size: 56px;
  line-height: 0.95;
  letter-spacing: -0.038em;
  color: var(--ink);
  margin: 0;
}
.number__v .unit {
  font-size: 28px;
  font-weight: 500;
  letter-spacing: -0.022em;
}
.number__l {
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  color: var(--muted);
  line-height: 1.55;
}
.number__l b { color: var(--ink); font-weight: 500; }
.number__d {
  font-family: var(--serif);
  font-size: 10px;
  line-height: 1.55;
  color: var(--ink);
  margin: 0;
}

/* Six principles diagram (Section 2) */
.principles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin: 8mm 0;
  border-top: 1px solid var(--ink);
  border-left: 1px solid var(--ink);
}
.principle {
  border-right: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
  padding: 5mm;
  display: flex;
  flex-direction: column;
  gap: 2.5mm;
  background: var(--paper);
  min-height: 44mm;
}
.principle__num {
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 0.14em;
  color: var(--faint);
}
.principle__name {
  font-family: var(--serif);
  font-weight: 600;
  font-size: 15px;
  line-height: 1.15;
  letter-spacing: -0.018em;
  color: var(--ink);
  margin: 0;
}
.principle__text {
  font-family: var(--serif);
  font-size: 9px;
  line-height: 1.45;
  color: var(--muted);
  margin: 0;
}
.principle__text b { color: var(--ink); font-weight: 500; }
.principle__pair {
  margin-top: auto;
  font-family: var(--mono);
  font-size: 8px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
  line-height: 1.45;
  border-top: 1px solid var(--hairline);
  padding-top: 4px;
  display: grid;
  grid-template-columns: 18mm 1fr;
  gap: 2mm 3mm;
}
.principle__pair b { color: var(--ink); font-weight: 500; }

/* Two-world map (Section 3 spread) */
.tworld {
  display: grid;
  grid-template-columns: 22mm 1fr 1fr;
  gap: 0;
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
}
.tworld__row { display: contents; }
.tworld__lbl {
  grid-column: 1;
  font-family: var(--mono);
  font-size: 8.5px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink);
  font-weight: 500;
  border-bottom: 1px solid var(--hairline);
  padding: 6mm 4mm 6mm 0;
}
.tworld__cell {
  font-family: var(--serif);
  font-size: 10px;
  line-height: 1.5;
  color: var(--ink);
  border-bottom: 1px solid var(--hairline);
  padding: 6mm 4mm;
}
.tworld__cell.pub { background: var(--paper); border-left: 1px solid var(--hairline); }
.tworld__cell.cri { background: var(--paper-2); border-left: 1px solid var(--hairline); }
.tworld__head {
  font-family: var(--mono);
  font-size: 9.5px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink);
  font-weight: 500;
  border-bottom: 1px solid var(--ink) !important;
  padding-bottom: 8px;
}
.tworld__head .sub {
  font-family: var(--serif);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.012em;
  display: block;
  margin-top: 4px;
  text-transform: none;
}
.tworld__last { border-bottom: 0 !important; }

/* Statute table (Section 6) */
.statute {
  width: 100%;
  border-collapse: collapse;
  font-family: var(--serif);
  font-size: 9.5px;
  line-height: 1.45;
}
.statute thead th {
  font-family: var(--mono);
  font-size: 8px;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--ink);
  text-align: left;
  vertical-align: bottom;
  padding: 8px 6px 8px 0;
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
}
.statute tbody td {
  padding: 7px 6px 7px 0;
  border-bottom: 1px solid var(--hairline);
  vertical-align: top;
}
.statute tbody tr td:nth-child(1) { width: 32%; font-weight: 500; }
.statute tbody tr td:nth-child(2) { width: 7%; font-family: var(--mono); font-size: 9px; }
.statute tbody tr td:nth-child(3) { width: 16%; color: var(--muted); }
.statute tbody tr td:nth-child(4) { width: 13%; color: var(--muted); }
.statute tbody tr td:nth-child(5) { width: 32%; color: var(--muted); }

/* Six propositions */
.prop {
  display: grid;
  grid-template-columns: 36mm 1fr;
  gap: 8mm;
  border-top: 2px solid var(--ink);
  padding: 8mm 0 0;
  margin: 0 0 8mm;
}
.prop__no {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--muted);
  line-height: 1.55;
}
.prop__no b { color: var(--ink); font-weight: 500; display: block; font-size: 12px; letter-spacing: 0.06em; }
.prop__no .big {
  font-family: var(--serif);
  font-weight: 600;
  font-size: 96px;
  line-height: 0.9;
  letter-spacing: -0.04em;
  color: var(--ink);
  margin: 4mm 0 0;
  display: block;
  text-transform: none;
}
.prop__name {
  font-family: var(--serif);
  font-weight: 600;
  font-size: 22px;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: var(--ink);
  margin: 0 0 6mm;
  max-width: 132mm;
}
.prop__body {
  font-family: var(--serif);
  font-size: 11px;
  line-height: 1.6;
  color: var(--ink);
  margin: 0;
  max-width: 132mm;
}
.prop__body p { margin: 0 0 5mm; }
.prop__counter {
  border-top: 1px solid var(--hairline);
  padding-top: 8px;
  margin-top: 4mm;
  font-family: var(--mono);
  font-size: 8.5px;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  color: var(--muted);
  line-height: 1.5;
}
.prop__counter b { color: var(--ink); font-weight: 500; }

/* Recommendations matrix */
.recs__head {
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink);
  font-weight: 500;
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
  padding: 6px 0;
  margin: 6mm 0;
}
.rec-group {
  display: grid;
  grid-template-columns: 32mm 1fr;
  gap: 6mm;
  border-bottom: 1px solid var(--hairline);
  padding: 6mm 0;
}
.rec-group__head {
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
  line-height: 1.55;
}
.rec-group__head b {
  display: block;
  font-family: var(--serif);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.012em;
  color: var(--ink);
  text-transform: none;
  margin-bottom: 4px;
}
.rec {
  display: grid;
  grid-template-columns: 28mm 1fr;
  gap: 4mm;
  margin-bottom: 5mm;
}
.rec:last-child { margin-bottom: 0; }
.rec__who {
  font-family: var(--mono);
  font-size: 8.5px;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  color: var(--ink);
  font-weight: 500;
  line-height: 1.45;
}
.rec__what {
  font-family: var(--serif);
  font-size: 10px;
  line-height: 1.55;
  color: var(--ink);
  margin: 0;
}

/* Six-check tear-out */
.tearout {
  background: var(--paper);
  padding: var(--m-top) var(--m-outer);
  position: relative;
}
.tearout__perforate {
  position: absolute;
  top: 14mm; bottom: 14mm; left: 7mm;
  border-left: 1.2px dashed var(--rule-strong);
}
.tearout__perforate::before, .tearout__perforate::after {
  content: '✁'; position: absolute; left: -7px;
  font-family: var(--mono); font-size: 14px; color: var(--rule-strong); background: var(--paper);
  padding: 4px 0;
}
.tearout__perforate::before { top: -10px; }
.tearout__perforate::after { bottom: -10px; }
.tearout__head {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--muted);
  border-bottom: 1px solid var(--ink);
  padding-bottom: 10px;
  margin-bottom: 10mm;
  display: flex; justify-content: space-between; align-items: baseline;
}
.tearout__head b { color: var(--ink); font-weight: 500; }
.tearout__title {
  font-family: var(--serif);
  font-weight: 600;
  font-size: 32px;
  line-height: 1.05;
  letter-spacing: -0.024em;
  color: var(--ink);
  margin: 0 0 6mm;
  max-width: 140mm;
}
.tearout__lede {
  font-family: var(--serif);
  font-size: 12px;
  line-height: 1.55;
  color: var(--ink);
  max-width: 140mm;
  margin: 0 0 10mm;
}
.checks { display: flex; flex-direction: column; gap: 4mm; }
.check {
  display: grid;
  grid-template-columns: 10mm 14mm 1fr;
  gap: 4mm;
  align-items: start;
  border-top: 1px solid var(--hairline);
  padding-top: 4mm;
}
.check__box {
  width: 8mm; height: 8mm;
  border: 1.2px solid var(--ink);
  background: var(--paper);
  margin-top: 1mm;
}
.check__no {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.10em;
  color: var(--ink);
  font-weight: 500;
  padding-top: 2mm;
}
.check__body { max-width: 138mm; }
.check__title {
  font-family: var(--serif);
  font-weight: 600;
  font-size: 15px;
  line-height: 1.2;
  letter-spacing: -0.015em;
  color: var(--ink);
  margin: 0 0 3mm;
}
.check__text {
  font-family: var(--serif);
  font-size: 10.5px;
  line-height: 1.55;
  color: var(--ink);
  margin: 0;
}
.tearout__foot {
  margin-top: 10mm;
  padding-top: 10px;
  border-top: 1px solid var(--ink);
  display: flex; justify-content: space-between; align-items: baseline;
  font-family: var(--mono);
  font-size: 8.5px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
}
.tearout__foot b { color: var(--ink); font-weight: 500; }

/* Glossary */
.gloss { columns: 2; column-gap: 8mm; font-family: var(--serif); font-size: 9px; line-height: 1.4; color: var(--ink); }
.gloss dt {
  font-family: var(--serif);
  font-weight: 600;
  font-size: 9.5px;
  margin-top: 2.5mm;
  break-inside: avoid;
  letter-spacing: -0.005em;
}
.gloss dt:first-child { margin-top: 0; }
.gloss dd { margin: 0.5mm 0 0; color: var(--muted); }

/* References */
.refs { font-family: var(--serif); font-size: 9.5px; line-height: 1.45; color: var(--ink); columns: 2; column-gap: 8mm; }
.refs li {
  margin: 0 0 3mm;
  break-inside: avoid;
  list-style: none;
  padding-left: 6mm;
  text-indent: -6mm;
}
.refs li::before { content: '— '; color: var(--faint); }
.refs ul { margin: 0; padding: 0; }

/* Pull quote — full bleed */
.fullpull {
  background: var(--ink);
  color: var(--paper);
  padding: var(--m-top) 18mm;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.fullpull__eyebrow {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--muted-on-dark);
  border-bottom: 1px solid var(--rule-on-dark);
  padding-bottom: 12px;
  margin-bottom: 24mm;
  display: flex; justify-content: space-between;
}
.fullpull__eyebrow b { color: var(--paper); font-weight: 500; }
.fullpull__quote {
  font-family: var(--serif);
  font-weight: 600;
  font-size: 108px;
  line-height: 0.96;
  letter-spacing: -0.035em;
  color: var(--paper);
  margin: 0 0 14mm;
  max-width: 160mm;
}
.fullpull__quote .stop { color: rgba(245,243,238,0.42); }
.fullpull__caption {
  font-family: var(--serif);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  color: rgba(245,243,238,0.72);
  max-width: 150mm;
  margin: 0;
}
.fullpull__foot {
  margin-top: auto;
  padding-top: 12px;
  border-top: 1px solid var(--rule-on-dark);
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted-on-dark);
  display: flex; justify-content: space-between;
}
.fullpull__foot b { color: var(--paper); font-weight: 500; }

/* Page index marker for review */
.pageno {
  position: absolute;
  top: -22px;
  left: 0;
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  color: rgba(245,243,238,0.45);
}
.spread { position: relative; }

@media print {
  body { background: white; }
  .reviewer-head, .spread-label, .review-foot, .pageno { display: none; }
  .reviewer { padding: 0; max-width: none; }
  .spread { box-shadow: none; gap: 0; margin: 0; }
  .page { page-break-after: always; page-break-inside: avoid; }
  .pages { gap: 0; }
}
