/* ==========================================================
   Evidence Drawer — walkthrough cards inside the proof-drawer.

   The proof-drawer frame (.proof-drawer, .proof-drawer-panel,
   .proof-drawer-header, .proof-drawer-body, .proof-drawer-eyebrow,
   .proof-drawer-title, .proof-drawer-intro, .proof-drawer-close,
   .proof-drawer-footer, .proof-drawer-footer-big) is owned by
   assets/experts-drawer.css and reused here.

   This file adds the walkthrough-card vocabulary used by
   evidence-drawer.js AND sealed-leak-drawer.js:

     .proof-card-list / .proof-card / .proof-card-header
     .proof-card-chip / .proof-card-chip--finding
     .proof-card-title / .proof-card-leadin / .proof-card-bullets
     .proof-card-quote / .proof-card-quote-cite

   Plus the story-shift "ladder" used in The Evidence card to walk
   the reader through three dated beats of the government's
   shifting story, each with a clickable screenshot thumbnail:

     .story-shift / .story-shift-title / .story-shift-subtitle
     .story-shift-ladder / .story-shift-punchline
     .story-beat / .story-beat-meta / .story-beat-stage /
     .story-beat-date / .story-beat-body / .story-beat-speaker /
     .story-beat-quote / .story-beat-thumb / .story-beat-thumb-cue

   And the "Who are the Seven Experts?" disclosure block shown
   above the footer links:

     .experts-disclosure / .experts-disclosure-summary-* /
     .experts-disclosure-intro / .experts-disclosure-list /
     .experts-disclosure-card / .experts-disclosure-avatar /
     .experts-disclosure-initials / .experts-disclosure-body /
     .experts-disclosure-name / .experts-disclosure-tag /
     .experts-disclosure-creds
   ========================================================== */

/* =========================================================
   Headline quote — sits at the top of the drawer body as the
   first thing a reader sees on opening. Promoted from the
   old Card 3 closer because it's the strongest single sentence
   in the entire document; surfacing it once, prominently, at
   the entry point makes it the reward for the click into the
   drawer. Same visual register as the (now-cut) main-page
   punchline blockquote — large serif, gold left rule.
   ========================================================= */
.proof-drawer-headline-quote {
  margin: 4px 0 18px;
  padding: 6px 0 6px 22px;
  border-left: 3px solid var(--gold, #C4A24C);
}
.proof-drawer-headline-quote-text {
  margin: 0 0 8px;
  font-family: var(--serif, Georgia, serif);
  font-size: 19px;
  font-weight: 500;
  line-height: 1.5;
  color: var(--navy, #0B1A2E);
  letter-spacing: -0.003em;
}
.proof-drawer-headline-quote-text strong { font-weight: 700; }
.proof-drawer-headline-quote-cite {
  display: block;
  margin-top: 6px;
  font-family: var(--sans, -apple-system, sans-serif);
  font-style: normal;
  font-size: 12.5px;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: var(--text-soft, #4A5568);
}
.proof-drawer-headline-quote-cite a {
  color: var(--text-soft, #4A5568);
  border-bottom: 1px solid var(--gold, #C4A24C);
  text-decoration: none;
  transition: color .15s ease, border-color .15s ease;
}
.proof-drawer-headline-quote-cite a:hover {
  color: var(--gold, #C4A24C);
}
@media (max-width: 720px) {
  .proof-drawer-headline-quote {
    padding-left: 18px;
    margin: 2px 0 14px;
  }
  .proof-drawer-headline-quote-text { font-size: 17px; }
}

/* =========================================================
   Stack of walkthrough cards
   ========================================================= */
.proof-card-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 4px 0 4px;
}

.proof-card {
  background: #fff;
  border: 1px solid var(--border-warm, #E6DCC6);
  border-left: 3px solid var(--gold, #C4A24C);
  border-radius: 3px;
  padding: 20px 22px 18px;
  box-shadow: 0 1px 2px rgba(11, 26, 46, 0.04);
}
.proof-card-header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 12px;
}
.proof-card-chip {
  display: inline-block;
  padding: 3px 9px 4px;
  background: var(--beige-bg, #F4EDDD);
  border: 1px solid var(--border-strong, #D6CBB2);
  border-radius: 2px;
  font-family: var(--sans, -apple-system, sans-serif);
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--navy, #0B1A2E);
}
/* Burgundy variant — used for "The Findings" card to set it
   apart visually from the setup cards (Evidence + Charge). */
.proof-card-chip--finding {
  background: rgba(107, 31, 45, 0.08);
  border-color: rgba(107, 31, 45, 0.45);
  color: #6B1F2D;
}
.proof-card-title {
  font-family: var(--serif, Georgia, serif);
  font-size: 19px;
  font-weight: 600;
  line-height: 1.3;
  color: var(--navy, #0B1A2E);
  letter-spacing: -0.005em;
  margin: 0;
}
.proof-card-leadin {
  font-family: var(--serif, Georgia, serif);
  font-size: 15.5px;
  line-height: 1.6;
  color: var(--text, #2A3344);
  margin: 0 0 10px;
}
.proof-card-leadin strong { font-weight: 600; color: var(--navy, #0B1A2E); }
.proof-card-leadin em { font-style: italic; }

/* Bullets */
.proof-card-bullets {
  list-style: disc;
  padding-left: 22px;
  margin: 4px 0 0;
}
.proof-card-bullets li {
  font-family: var(--serif, Georgia, serif);
  font-size: 15.5px;
  line-height: 1.6;
  color: var(--text, #2A3344);
  margin-bottom: 10px;
}
.proof-card-bullets li::marker { color: var(--gold, #C4A24C); }
.proof-card-bullets li:last-child { margin-bottom: 0; }
.proof-card-bullets li strong { font-weight: 600; color: var(--navy, #0B1A2E); }
.proof-card-bullets li em { font-style: italic; }
.proof-card-bullets li a {
  color: var(--navy, #0B1A2E);
  border-bottom: 1px solid var(--gold, #C4A24C);
  text-decoration: none;
  transition: color .15s, border-color .15s;
}
.proof-card-bullets li a:hover { color: var(--gold, #C4A24C); }

/* =========================================================
   Card 1: The Allegation — clean multi-paragraph prose block
   sitting between the title and the leadin.
   ========================================================= */
.proof-card-story {
  margin: 0 0 12px;
}
.proof-card-story p {
  font-family: var(--serif, Georgia, serif);
  font-size: 15.5px;
  line-height: 1.65;
  color: var(--text, #2A3344);
  margin: 0 0 10px;
}
.proof-card-story p:last-child { margin-bottom: 0; }
.proof-card-story p strong { font-weight: 600; color: var(--navy, #0B1A2E); }
.proof-card-story p em { font-style: italic; }

/* =========================================================
   Card 2 — Shifting-story callout. Sits below the hero diagram,
   foreshadows the Pattern card with a navy jump link.
   ========================================================= */
.proof-card-callout-warning {
  margin: 16px 0 4px;
  padding: 14px 16px 14px;
  background: var(--beige-bg, #F4EDDD);
  border: 1px solid var(--border-strong, #D6CBB2);
  border-left: 3px solid #6B1F2D;
  border-radius: 3px;
}
.proof-card-callout-eyebrow {
  font-family: var(--serif, Georgia, serif);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
  color: var(--navy, #0B1A2E);
  margin: 0 0 8px;
}
.proof-card-callout-body {
  font-family: var(--serif, Georgia, serif);
  font-size: 14.5px;
  line-height: 1.55;
  color: var(--text, #2A3344);
  margin: 0 0 10px;
}
.proof-card-callout-body strong { font-weight: 700; color: #6B1F2D; }
.proof-card-callout-body em { font-style: italic; }
.proof-card-callout-punchline {
  margin: 0 0 12px;
  padding: 9px 12px;
  background: #fff;
  border-left: 2px solid #6B1F2D;
  border-radius: 2px;
  font-family: var(--serif, Georgia, serif);
  font-size: 14px;
  line-height: 1.5;
  color: var(--navy, #0B1A2E);
}
.proof-card-callout-punchline em { font-style: italic; }
.proof-card-callout-jump {
  display: inline-block;
  font-family: var(--sans, -apple-system, sans-serif);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.01em;
  color: var(--navy, #0B1A2E);
  border-bottom: 1.5px solid var(--gold, #C4A24C);
  text-decoration: none;
  padding-bottom: 1px;
  transition: color .15s, border-color .15s;
}
.proof-card-callout-jump:hover { color: var(--gold, #C4A24C); }

/* =========================================================
   Card 2.5 — The Government's Admission. Compact block with
   burgundy ✕ bullets, a dashed-burgundy punchline box, and a
   handoff link to the Finding 5 walkthrough.
   ========================================================= */
.admission {
  margin: 14px 0 4px;
  padding: 14px 16px 12px;
  background: var(--beige-bg, #F4EDDD);
  border: 1px solid var(--border-strong, #D6CBB2);
  border-left: 3px solid #6B1F2D;
  border-radius: 3px;
}
.admission-bullets {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 9px;
}
.admission-bullets li {
  font-family: var(--serif, Georgia, serif);
  font-size: 14.5px;
  line-height: 1.55;
  color: var(--text, #2A3344);
  margin: 0;
  padding-left: 24px;
  position: relative;
}
.admission-bullets li::before {
  content: "\2715";
  position: absolute;
  left: 0;
  top: 1px;
  font-family: var(--sans, -apple-system, sans-serif);
  font-size: 14px;
  font-weight: 700;
  color: #6B1F2D;
  line-height: 1.2;
}
.admission-bullets li strong { font-weight: 700; color: var(--navy, #0B1A2E); }
.admission-bullets li em { font-style: italic; }

.admission-punchline {
  margin: 12px 0 0;
  padding: 10px 12px;
  background: #fff;
  border: 1px dashed #6B1F2D;
  border-radius: 2px;
  font-family: var(--serif, Georgia, serif);
  font-size: 14.5px;
  line-height: 1.5;
  color: var(--navy, #0B1A2E);
  font-weight: 500;
}
.admission-punchline strong { font-weight: 700; color: #6B1F2D; }

.admission-handoff {
  margin: 12px 0 0;
  padding-top: 10px;
  border-top: 1px dashed var(--border-warm, #E6DCC6);
  font-family: var(--serif, Georgia, serif);
  font-size: 13.5px;
  line-height: 1.5;
  color: var(--text-soft, #4A5568);
}
.admission-handoff-prefix {
  font-style: italic;
  color: var(--text-soft, #4A5568);
}
.admission-handoff a {
  font-family: var(--sans, -apple-system, sans-serif);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.01em;
  color: var(--navy, #0B1A2E);
  border-bottom: 1.5px solid var(--gold, #C4A24C);
  text-decoration: none;
  padding-bottom: 1px;
  transition: color .15s, border-color .15s;
}
.admission-handoff a:hover {
  color: var(--gold, #C4A24C);
}

/* =========================================================
   Hero image — used by Card 2 to render the govt-narrative.png
   chain diagram inside the card body. Clickable to enlarge in
   the shared lightbox. Caption sits below in muted serif.
   ========================================================= */
.proof-hero {
  margin: 14px 0 4px;
  padding: 0;
}
.proof-hero-link {
  display: block;
  background: #fff;
  border: 1px solid var(--border-strong, #D6CBB2);
  border-radius: 3px;
  overflow: hidden;
  cursor: zoom-in;
  text-decoration: none;
  transition: border-color .15s, transform .15s, box-shadow .15s;
}
.proof-hero-link:hover {
  border-color: var(--gold, #C4A24C);
  transform: translateY(-1px);
  box-shadow: 0 3px 10px rgba(11, 26, 46, 0.10);
}
.proof-hero-link img {
  display: block;
  width: 100%;
  height: auto;
  background: #fff;
}
.proof-hero-caption {
  margin: 8px 0 0;
  font-family: var(--serif, Georgia, serif);
  font-size: 13.5px;
  line-height: 1.55;
  font-style: italic;
  color: var(--text-soft, #4A5568);
}
.proof-hero-caption strong {
  font-weight: 600;
  color: var(--navy, #0B1A2E);
  font-style: normal;
}

/* =========================================================
   Findings list — used by Card 3 to render the three expert
   findings as numbered blocks. Each block: big serif 01/02/03
   on the left, bold title + body + optional thumbnail on the
   right.
   ========================================================= */
.proof-finding-list {
  list-style: none;
  margin: 14px 0 4px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.proof-finding {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 14px;
  align-items: start;
  padding: 14px 14px 14px 12px;
  background: #fff;
  border: 1px solid var(--border-warm, #E6DCC6);
  border-left: 3px solid #6B1F2D;
  border-radius: 3px;
}
.proof-finding-num {
  font-family: var(--serif, Georgia, serif);
  font-size: 30px;
  font-weight: 400;
  line-height: 1;
  color: #6B1F2D;
  letter-spacing: -0.01em;
  padding-top: 2px;
}
.proof-finding-body {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.proof-finding-title {
  font-family: var(--serif, Georgia, serif);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  color: var(--navy, #0B1A2E);
  letter-spacing: -0.005em;
  margin: 0;
}
.proof-finding-text {
  font-family: var(--serif, Georgia, serif);
  font-size: 14.5px;
  line-height: 1.55;
  color: var(--text, #2A3344);
  margin: 0;
}
.proof-finding-text strong { font-weight: 600; color: var(--navy, #0B1A2E); }
.proof-finding-text em { font-style: italic; }
.proof-finding-thumb {
  display: block;
  margin-top: 4px;
  background: #fff;
  border: 1px solid var(--border-strong, #D6CBB2);
  border-radius: 2px;
  overflow: hidden;
  cursor: zoom-in;
  text-decoration: none;
  transition: border-color .15s, transform .15s, box-shadow .15s;
}
.proof-finding-thumb:hover {
  border-color: var(--gold, #C4A24C);
  transform: translateY(-1px);
  box-shadow: 0 3px 10px rgba(11, 26, 46, 0.10);
}
.proof-finding-thumb img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 180px;
  object-fit: contain;
  object-position: center top;
  background: #fff;
}
.proof-finding-thumb-cue {
  display: block;
  padding: 4px 10px 5px;
  background: rgba(11, 26, 46, 0.04);
  border-top: 1px solid var(--border-warm, #E6DCC6);
  font-family: var(--sans, -apple-system, sans-serif);
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: var(--text-soft, #4A5568);
  text-align: center;
}
.proof-finding-thumb:hover .proof-finding-thumb-cue {
  background: var(--gold, #C4A24C);
  color: #fff;
  border-top-color: var(--gold, #C4A24C);
}

/* =========================================================
   Testimony grid — Card 4 killshot. Two labeled rows of two
   witness-testimony thumbnails (4 total in a 2x2 grid), each
   with a small witness name + quote caption. Closes on a
   strong punchline in a beige callout box.
   ========================================================= */
.testimony-grid {
  margin: 16px 0 0;
  padding: 14px 14px 14px;
  background: var(--beige-bg, #F4EDDD);
  border: 1px solid var(--border-strong, #D6CBB2);
  border-radius: 3px;
}
.testimony-grid-title {
  font-family: var(--serif, Georgia, serif);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  color: var(--navy, #0B1A2E);
  letter-spacing: -0.005em;
  margin: 0 0 8px;
}
.testimony-grid-intro {
  font-family: var(--serif, Georgia, serif);
  font-size: 14px;
  line-height: 1.55;
  color: var(--text, #2A3344);
  margin: 0 0 14px;
}
.testimony-grid-intro strong { font-weight: 600; color: var(--navy, #0B1A2E); }
.testimony-grid-intro em { font-style: italic; }

/* Gaps section — the "they did NOT do X / they did NOT do Y"
   beat that sits between the intro and the testimony rows. Big
   burgundy NOTs flagging what was missing from the trial. */
.testimony-gaps {
  margin: 0 0 16px;
  padding: 12px 14px;
  background: #fff;
  border: 1px solid var(--border-warm, #E6DCC6);
  border-left: 3px solid #6B1F2D;
  border-radius: 2px;
}
.testimony-gaps-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.testimony-gaps-list li {
  font-family: var(--serif, Georgia, serif);
  font-size: 14.5px;
  line-height: 1.55;
  color: var(--text, #2A3344);
  margin: 0;
  padding-left: 22px;
  position: relative;
}
.testimony-gaps-list li::before {
  content: "\2715";
  position: absolute;
  left: 0;
  top: 1px;
  font-family: var(--sans, -apple-system, sans-serif);
  font-size: 14px;
  font-weight: 700;
  color: #6B1F2D;
  line-height: 1.2;
}
.testimony-gaps-list li strong { font-weight: 700; color: #6B1F2D; }
.testimony-gaps-conclusion {
  margin: 10px 0 0;
  padding-top: 10px;
  border-top: 1px dashed var(--border-warm, #E6DCC6);
  font-family: var(--serif, Georgia, serif);
  font-size: 14.5px;
  line-height: 1.5;
  color: var(--navy, #0B1A2E);
  font-weight: 500;
}
.testimony-gaps-conclusion em { font-style: italic; }

.testimony-rows {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.testimony-row {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.testimony-row-label {
  font-family: var(--sans, -apple-system, sans-serif);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #6B1F2D;
}
.testimony-row-panels {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
/* Lighter testimony panels — no embedded thumbnail. Just the
   witness name, the vague quote, and a small link that opens
   the transcript screenshot in a new tab. */
.testimony-panel {
  display: flex;
  flex-direction: column;
  gap: 6px;
  background: #fff;
  border: 1px solid var(--border-warm, #E6DCC6);
  border-radius: 2px;
  padding: 10px 12px 11px;
}
.testimony-panel-witness {
  font-family: var(--sans, -apple-system, sans-serif);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--navy, #0B1A2E);
}
.testimony-panel-quote {
  font-family: var(--serif, Georgia, serif);
  font-size: 14.5px;
  line-height: 1.5;
  font-style: italic;
  color: var(--text, #2A3344);
  margin: 0;
}
.testimony-panel-link {
  align-self: flex-start;
  font-family: var(--sans, -apple-system, sans-serif);
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: var(--navy, #0B1A2E);
  border-bottom: 1.5px solid var(--gold, #C4A24C);
  text-decoration: none;
  padding-bottom: 1px;
  transition: color .15s, border-color .15s;
}
.testimony-panel-link:hover { color: var(--gold, #C4A24C); }

/* Penza closing-argument block — sits above the gaps, shows the
   prosecutorial move that the entire witness-identification gap
   was built on. Inline thumbnail of the closing transcript with
   the actual quote underneath. */
.testimony-closing {
  margin: 0 0 16px;
  padding: 12px 14px 14px;
  background: #fff;
  border: 1px solid var(--border-strong, #D6CBB2);
  border-left: 3px solid var(--navy, #0B1A2E);
  border-radius: 2px;
}
.testimony-closing-intro {
  font-family: var(--serif, Georgia, serif);
  font-size: 14px;
  line-height: 1.55;
  color: var(--text, #2A3344);
  margin: 0 0 10px;
}
.testimony-closing-intro strong { font-weight: 600; color: var(--navy, #0B1A2E); }
.testimony-closing-intro em { font-style: italic; }
.testimony-closing-thumb {
  display: block;
  background: #fff;
  border: 1px solid var(--border-warm, #E6DCC6);
  border-radius: 2px;
  overflow: hidden;
  cursor: zoom-in;
  text-decoration: none;
  transition: border-color .15s, box-shadow .15s;
}
.testimony-closing-thumb:hover {
  border-color: var(--gold, #C4A24C);
  box-shadow: 0 3px 10px rgba(11, 26, 46, 0.10);
}
.testimony-closing-thumb img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 240px;
  object-fit: contain;
  object-position: center top;
  background: #fff;
}
.testimony-closing-quote {
  margin: 12px 0 4px;
  padding: 0;
  font-family: var(--serif, Georgia, serif);
  font-size: 15px;
  line-height: 1.5;
  color: var(--navy, #0B1A2E);
  font-style: normal;
  font-weight: 500;
  border: 0;
}
.testimony-closing-quote strong { font-weight: 700; }
.testimony-closing-cite {
  display: block;
  font-family: var(--sans, -apple-system, sans-serif);
  font-size: 11.5px;
  font-style: normal;
  letter-spacing: 0.02em;
  color: var(--text-soft, #4A5568);
}

.testimony-grid-punchline {
  margin: 14px 0 0;
  padding: 12px 14px;
  background: #fff;
  border: 1px dashed #6B1F2D;
  border-radius: 2px;
  font-family: var(--serif, Georgia, serif);
  font-size: 14.5px;
  line-height: 1.55;
  color: var(--navy, #0B1A2E);
  font-weight: 500;
}
.testimony-grid-punchline strong { font-weight: 700; color: #6B1F2D; }

@media (max-width: 600px) {
  .testimony-row-panels { grid-template-columns: 1fr; }
  .testimony-panel-thumb img { max-height: 200px; }
}

/* =========================================================
   Card 2: The Falsification — pillar list with side-by-side
   "evidence vs. expert finding" rows. Visually loud: muted
   beige for what the prosecution had, white with a burgundy
   accent for what the experts found. The strike between them
   carries the moral force.
   ========================================================= */
.proof-pillar-list {
  list-style: none;
  margin: 14px 0 6px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.proof-pillar {
  background: transparent;
}
.proof-pillar-label {
  display: inline-block;
  margin-bottom: 8px;
  padding: 3px 9px 4px;
  background: var(--navy, #0B1A2E);
  color: #fff;
  border-radius: 2px;
  font-family: var(--sans, -apple-system, sans-serif);
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.proof-pillar-pair {
  /* Always vertical — evidence on top, finding below, with the
     "vs." badge between them. Reads consistently regardless of
     viewport width and keeps the long sentences full-bleed. */
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto 36px auto;
  gap: 0;
  align-items: stretch;
  border: 1px solid var(--border-warm, #E6DCC6);
  border-radius: 3px;
  overflow: hidden;
  background: #fff;
}
.proof-pillar-side {
  padding: 12px 14px 12px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}
.proof-pillar-evidence {
  background: var(--beige-bg, #F4EDDD);
}
.proof-pillar-finding {
  background: #fff;
  border-top: 3px solid #6B1F2D;
}
.proof-pillar-side-label {
  font-family: var(--sans, -apple-system, sans-serif);
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text-mute, #6B7280);
}
.proof-pillar-finding .proof-pillar-side-label { color: #6B1F2D; }
.proof-pillar-side-body {
  font-family: var(--serif, Georgia, serif);
  font-size: 14.5px;
  line-height: 1.5;
  color: var(--text, #2A3344);
  margin: 0;
}
.proof-pillar-side-body strong { font-weight: 600; color: var(--navy, #0B1A2E); }
.proof-pillar-side-body em { font-style: italic; }
.proof-pillar-finding .proof-pillar-side-body { color: var(--navy, #0B1A2E); }
.proof-pillar-finding .proof-pillar-side-body strong { color: #6B1F2D; }
.proof-pillar-side-caption {
  font-family: var(--serif, Georgia, serif);
  font-size: 13px;
  line-height: 1.45;
  font-style: italic;
  color: var(--text-mute, #6B7280);
  margin: 0;
}
.proof-pillar-finding .proof-pillar-side-caption { color: var(--text-soft, #4A5568); font-style: normal; }

/* Clickable thumbnail rendered under the finding text — opens
   the joint forensic report excerpt in the shared lightbox. */
.proof-pillar-thumb {
  display: block;
  margin-top: 10px;
  position: relative;
  background: #fff;
  border: 1px solid var(--border-strong, #D6CBB2);
  border-radius: 2px;
  overflow: hidden;
  cursor: zoom-in;
  text-decoration: none;
  transition: border-color .15s, transform .15s, box-shadow .15s;
}
.proof-pillar-thumb:hover {
  border-color: var(--gold, #C4A24C);
  transform: translateY(-1px);
  box-shadow: 0 3px 10px rgba(11, 26, 46, 0.10);
}
.proof-pillar-thumb img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 200px;
  object-fit: contain;
  object-position: center top;
  background: #fff;
}
.proof-pillar-thumb-cue {
  display: block;
  padding: 4px 10px 5px;
  background: rgba(11, 26, 46, 0.04);
  border-top: 1px solid var(--border-warm, #E6DCC6);
  font-family: var(--sans, -apple-system, sans-serif);
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: var(--text-soft, #4A5568);
  text-align: center;
}
.proof-pillar-thumb:hover .proof-pillar-thumb-cue {
  background: var(--gold, #C4A24C);
  color: #fff;
  border-top-color: var(--gold, #C4A24C);
}

.proof-pillar-strike {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, var(--beige-bg, #F4EDDD) 0%, var(--beige-bg, #F4EDDD) 50%, #fff 50%, #fff 100%);
  position: relative;
}
.proof-pillar-strike span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #fff;
  border: 1.5px solid #6B1F2D;
  color: #6B1F2D;
  font-family: var(--serif, Georgia, serif);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  box-shadow: 0 1px 2px rgba(11, 26, 46, 0.08);
}

/* Small footnote that sits BELOW the quote inside a card —
   currently used for the Newsweek independent-confirmation note
   after the experts' inescapable-fraud quote. Two children:
   .proof-card-afternote-body (text) and .proof-card-inline-thumb
   (Newsweek excerpt thumbnail). */
.proof-card-afternote {
  margin: 12px 0 0;
  padding-top: 12px;
  border-top: 1px dashed var(--border-warm, #E6DCC6);
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.proof-card-afternote-body {
  font-family: var(--serif, Georgia, serif);
  font-size: 14px;
  line-height: 1.55;
  color: var(--text-soft, #4A5568);
  margin: 0;
}
.proof-card-afternote-body strong { font-weight: 600; color: var(--navy, #0B1A2E); }
.proof-card-afternote-body em { font-style: italic; }
.proof-card-afternote-body a {
  color: var(--navy, #0B1A2E);
  border-bottom: 1px solid var(--gold, #C4A24C);
  text-decoration: none;
  transition: color .15s, border-color .15s;
}
.proof-card-afternote-body a:hover { color: var(--gold, #C4A24C); }

/* Inline clickable thumbnail — small inline image+label that sits
   in flow with the surrounding prose. Used in Card 1 for the
   jurisdictional-hook exhibit and in the afternote for the
   Newsweek excerpt. */
.proof-card-inline-thumb {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 6px 0 0;
  padding: 6px 10px 6px 6px;
  background: #fff;
  border: 1px solid var(--border-strong, #D6CBB2);
  border-radius: 3px;
  text-decoration: none;
  cursor: zoom-in;
  transition: border-color .15s, transform .15s, box-shadow .15s;
}
.proof-card-inline-thumb:hover {
  border-color: var(--gold, #C4A24C);
  transform: translateY(-1px);
  box-shadow: 0 3px 10px rgba(11, 26, 46, 0.08);
}
.proof-card-inline-thumb img {
  display: block;
  width: 56px;
  height: 40px;
  object-fit: cover;
  object-position: center top;
  border: 1px solid var(--border-warm, #E6DCC6);
  border-radius: 2px;
  flex-shrink: 0;
}
.proof-card-inline-thumb span {
  font-family: var(--sans, -apple-system, sans-serif);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: var(--navy, #0B1A2E);
}
.proof-card-inline-thumb:hover span { color: var(--gold, #C4A24C); }
.proof-card-inline-thumb--newsweek img { width: 72px; height: 50px; }

/* Full-width inline image — used by the Newsweek confirmation in
   Card 3 afternote. Same click-to-enlarge behavior as the hero
   image / thumbnails, but spans the full card width so the excerpt
   is readable in-place without opening the lightbox. */
.proof-card-inline-image {
  display: block;
  margin: 10px 0 0;
  background: #fff;
  border: 1px solid var(--border-strong, #D6CBB2);
  border-radius: 2px;
  overflow: hidden;
  cursor: zoom-in;
  text-decoration: none;
  transition: border-color .15s, transform .15s, box-shadow .15s;
}
.proof-card-inline-image:hover {
  border-color: var(--gold, #C4A24C);
  transform: translateY(-1px);
  box-shadow: 0 3px 10px rgba(11, 26, 46, 0.10);
}
.proof-card-inline-image img {
  display: block;
  width: 100%;
  height: auto;
  background: #fff;
}

/* Card 4 bullets footer — the multi-sentence "no direct testimony /
   no photographer visible / built the link via the camera" beat.
   Sits between the two bullets and the testimony grid. */
.proof-card-bullets-footer {
  font-family: var(--serif, Georgia, serif);
  font-size: 15px;
  line-height: 1.6;
  color: var(--text, #2A3344);
  margin: 12px 0 0;
}
.proof-card-bullets-footer + .proof-card-bullets-footer {
  margin-top: 6px;
  color: var(--text-soft, #4A5568);
}
.proof-card-bullets-footer strong { font-weight: 600; color: var(--navy, #0B1A2E); }
.proof-card-bullets-footer em { font-style: italic; }

/* Card-level blockquote (used inside The Findings).
   Not italic, not muted — sober navy serif so the key clause
   (which the data already wraps in <strong>) reads as a direct
   expert statement, not a stylized aside. */
.proof-card-quote {
  margin: 16px 0 0;
  padding: 14px 16px;
  border-left: 3px solid #6B1F2D;
  background: var(--beige-bg, #F4EDDD);
  font-family: var(--serif, Georgia, serif);
  font-size: 15.5px;
  line-height: 1.55;
  color: var(--navy, #0B1A2E);
  font-style: normal;
  font-weight: 500;
}
.proof-card-quote strong { font-weight: 700; }
.proof-card-quote-cite {
  display: block;
  margin-top: 8px;
  font-family: var(--sans, -apple-system, sans-serif);
  font-size: 12px;
  font-style: normal;
  letter-spacing: 0.04em;
  color: var(--text-soft, #4A5568);
}
.proof-card-quote-cite a {
  color: var(--navy, #0B1A2E);
  border-bottom: 1px solid var(--gold, #C4A24C);
  text-decoration: none;
  transition: color .15s, border-color .15s;
}
.proof-card-quote-cite a:hover { color: var(--gold, #C4A24C); }

/* =========================================================
   Story-shift ladder — the 3-beat sequence inside The Evidence
   card showing how the government's story shifted across time,
   each beat with a clickable screenshot thumbnail.
   ========================================================= */
.story-shift {
  margin: 18px 0 4px;
  padding: 16px 16px 14px;
  background: var(--beige-bg, #F4EDDD);
  border: 1px solid var(--border-strong, #D6CBB2);
  border-radius: 3px;
}
.story-shift-title {
  font-family: var(--serif, Georgia, serif);
  font-size: 15.5px;
  font-weight: 600;
  line-height: 1.4;
  color: var(--navy, #0B1A2E);
  margin: 0 0 4px;
}
.story-shift-subtitle {
  font-family: var(--sans, -apple-system, sans-serif);
  font-size: 11.5px;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: var(--text-mute, #6B7280);
  margin: 0 0 12px;
}
.story-shift-ladder {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
  counter-reset: beat;
}
.story-beat {
  counter-increment: beat;
  display: grid;
  grid-template-columns: 96px 1fr;
  gap: 14px;
  align-items: start;
  padding: 12px;
  background: #fff;
  border: 1px solid var(--border-warm, #E6DCC6);
  border-left: 3px solid var(--gold, #C4A24C);
  border-radius: 2px;
}
.story-beat-meta {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding-top: 1px;
}
.story-beat-stage {
  font-family: var(--sans, -apple-system, sans-serif);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold, #C4A24C);
}
.story-beat-stage::before {
  content: counter(beat) ". ";
  color: var(--text-mute, #6B7280);
  font-weight: 600;
}
.story-beat-date {
  font-family: var(--sans, -apple-system, sans-serif);
  font-size: 11px;
  font-weight: 500;
  color: var(--text-mute, #6B7280);
  line-height: 1.35;
}
.story-beat-body {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
}
.story-beat-speaker {
  font-family: var(--sans, -apple-system, sans-serif);
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: var(--navy, #0B1A2E);
  text-transform: none;
}
.story-beat-quote {
  font-family: var(--serif, Georgia, serif);
  font-size: 17px;
  line-height: 1.45;
  color: var(--navy, #0B1A2E);
  margin: 0;
  font-style: normal;
  font-weight: 500;
}
.story-beat-quote em { font-style: italic; }
.story-beat-quote strong { font-weight: 700; color: #6B1F2D; }
.story-beat-thumb {
  display: block;
  position: relative;
  border: 1px solid var(--border-strong, #D6CBB2);
  border-radius: 2px;
  background: #fff;
  overflow: hidden;
  cursor: zoom-in;
  text-decoration: none;
  transition: border-color .15s, transform .15s, box-shadow .15s;
}
.story-beat-thumb:hover {
  border-color: var(--gold, #C4A24C);
  transform: translateY(-1px);
  box-shadow: 0 3px 10px rgba(11, 26, 46, 0.10);
}
.story-beat-thumb img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 160px;
  object-fit: contain;
  object-position: center top;
  background: #fff;
}
.story-beat-thumb-cue {
  display: block;
  padding: 4px 8px 5px;
  background: rgba(11, 26, 46, 0.04);
  border-top: 1px solid var(--border-warm, #E6DCC6);
  font-family: var(--sans, -apple-system, sans-serif);
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--text-soft, #4A5568);
  text-align: center;
}
.story-beat-thumb:hover .story-beat-thumb-cue {
  background: var(--gold, #C4A24C);
  color: #fff;
  border-top-color: var(--gold, #C4A24C);
}
.story-shift-punchline {
  margin: 14px 0 0;
  padding: 10px 12px;
  background: #fff;
  border: 1px dashed var(--gold, #C4A24C);
  border-radius: 2px;
  font-family: var(--serif, Georgia, serif);
  font-size: 14px;
  line-height: 1.5;
  color: var(--navy, #0B1A2E);
  font-weight: 500;
}
.story-shift-punchline strong { font-weight: 700; }
.story-shift-punchline em { font-style: italic; }

/* =========================================================
   "Who are the Seven Experts?" disclosure block — collapsed by
   default, sits above the footer download links. Reuses the
   roster data from window.RANIERE_SEVEN_EXPERTS.
   ========================================================= */
.experts-disclosure {
  margin: 22px 0 18px;
  background: #fff;
  border: 1px solid var(--border-warm, #E6DCC6);
  border-left: 2px solid var(--gold, #C4A24C);
  border-radius: 3px;
  overflow: hidden;
}
.experts-disclosure > summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 15px 18px;
  cursor: pointer;
  list-style: none;
  font-family: var(--serif, Georgia, serif);
  font-size: 17.5px;
  font-weight: 600;
  color: var(--navy, #0B1A2E);
  transition: background .15s;
}
.experts-disclosure > summary::-webkit-details-marker { display: none; }
.experts-disclosure > summary:hover { background: rgba(196, 162, 76, 0.06); }
.experts-disclosure-summary-cue {
  flex-shrink: 0;
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--beige-bg, #F4EDDD);
  border: 1px solid var(--border-strong, #D6CBB2);
  font-family: var(--sans, -apple-system, sans-serif);
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  color: var(--navy, #0B1A2E);
  transition: transform .2s ease;
}
.experts-disclosure[open] .experts-disclosure-summary-cue {
  transform: rotate(45deg);
  background: var(--gold, #C4A24C);
  border-color: var(--gold, #C4A24C);
  color: #fff;
}
.experts-disclosure-body-wrap {
  padding: 4px 16px 16px;
  border-top: 1px solid var(--border-warm, #E6DCC6);
}
.experts-disclosure-intro {
  font-family: var(--serif, Georgia, serif);
  font-size: 14px;
  line-height: 1.55;
  color: var(--text, #2A3344);
  margin: 12px 0 14px;
}
.experts-disclosure-intro strong { font-weight: 600; color: var(--navy, #0B1A2E); }
.experts-disclosure-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.experts-disclosure-card {
  display: flex;
  gap: 14px;
  padding: 12px 0;
  border-bottom: 1px solid var(--border-warm, #E6DCC6);
}
.experts-disclosure-card:last-child { border-bottom: 0; }
.experts-disclosure-avatar {
  flex-shrink: 0;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: var(--beige-bg, #F4EDDD);
  border: 1px solid var(--border-strong, #D6CBB2);
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.experts-disclosure-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  position: absolute;
  inset: 0;
}
.experts-disclosure-initials {
  font-family: var(--serif, Georgia, serif);
  font-size: 14.5px;
  font-weight: 600;
  color: var(--navy, #0B1A2E);
}
.experts-disclosure-body { flex: 1; min-width: 0; padding-top: 2px; }
.experts-disclosure-name {
  font-family: var(--serif, Georgia, serif);
  font-size: 14.5px;
  font-weight: 700;
  color: var(--navy, #0B1A2E);
  line-height: 1.3;
  margin: 0 0 4px;
}
.experts-disclosure-tag {
  display: inline-block;
  margin-left: 6px;
  padding: 1px 6px;
  background: var(--beige-bg, #F4EDDD);
  border: 1px solid var(--border-strong, #D6CBB2);
  border-radius: 2px;
  font-family: var(--sans, -apple-system, sans-serif);
  font-size: 9.5px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text-soft, #4A5568);
  vertical-align: 2px;
}
.experts-disclosure-creds {
  font-family: var(--serif, Georgia, serif);
  font-size: 13px;
  line-height: 1.5;
  color: var(--text, #2A3344);
  margin: 0;
}
.experts-disclosure-creds strong { font-weight: 600; color: var(--navy, #0B1A2E); }
.experts-disclosure-creds em { font-style: italic; }

/* =========================================================
   Mobile
   ========================================================= */
@media (max-width: 720px) {
  .proof-card { padding: 16px 18px 14px; }
  .proof-card-title { font-size: 17px; }
  .proof-card-leadin { font-size: 14.5px; }
  .proof-card-bullets li { font-size: 14.5px; }

  .story-shift { padding: 14px 12px 12px; }
  .story-shift-title { font-size: 14.5px; }
  .story-beat {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 10px 12px 12px;
  }
  .story-beat-meta { flex-direction: row; gap: 8px; align-items: baseline; }
  .story-beat-thumb img { max-height: 200px; }

  .experts-disclosure-card { gap: 12px; padding: 10px 0; }
  .experts-disclosure-avatar { width: 44px; height: 44px; }
}
