/* Complai deck — additional slide-specific styles */

/* ── Slide 2: artifact-loss sequence ──────────────────── */
.artifact-row {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 24px;
  margin-top: 56px;
  align-items: stretch;
}
.artifact-card {
  border: 1px solid var(--rule);
  background: var(--paper);
  padding: 32px 28px;
  height: 320px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}
.artifact-card .a-label {
  font-family: var(--mono);
  font-size: 13px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ink-4);
}
.artifact-card .a-content {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 28px;
  flex: 1;
}
.artifact-card .a-line {
  height: 8px;
  background: var(--ink-3);
  border-radius: 1px;
}
.artifact-card[data-step="0"] { opacity: 1; }
.artifact-card[data-step="1"] .a-line:nth-child(n+5) { display: none; }
.artifact-card[data-step="1"] { opacity: 0.86; }
.artifact-card[data-step="2"] .a-line:nth-child(n+4) { display: none; }
.artifact-card[data-step="2"] { opacity: 0.7; }
.artifact-card[data-step="3"] .a-line:nth-child(n+3) { display: none; }
.artifact-card[data-step="3"] { opacity: 0.5; }
.artifact-card[data-step="4"] .a-line:nth-child(n+2) { display: none; }
.artifact-card[data-step="4"] { opacity: 0.3; }

.artifact-card .a-line.short { width: 60%; }
.artifact-card .a-line.med   { width: 80%; }

.artifact-arrow {
  position: absolute;
  right: -28px;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
  height: 16px;
  z-index: 2;
  pointer-events: none;
}
.artifact-arrow svg { width: 100%; height: 100%; }

/* ── Slide 3: cost ──────────────────────────────────── */
.cost-list {
  display: flex;
  flex-direction: column;
  margin-top: 64px;
  max-width: 1500px;
}
.cost-row {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: baseline;
  padding: 26px 0;
  border-top: 1px solid var(--rule);
  gap: 64px;
}
.cost-row:last-of-type { border-bottom: 1px solid var(--rule); }
.cost-row .label-text {
  font-family: var(--sans);
  font-size: 30px;
  font-weight: 400;
  color: var(--ink-2);
  letter-spacing: -0.005em;
  text-wrap: pretty;
}
.cost-row .amount {
  font-family: var(--sans);
  font-size: 42px;
  font-weight: 400;
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.02em;
  color: var(--ink);
  white-space: nowrap;
}
.cost-total {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-top: 64px;
  padding-top: 36px;
  border-top: 2px solid var(--ink);
  max-width: 1500px;
}
.cost-total .label-text {
  font-family: var(--mono);
  font-size: 16px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink-4);
}
.cost-total .total-amount {
  font-family: var(--sans);
  font-size: 96px;
  font-weight: 300;
  letter-spacing: -0.035em;
  font-variant-numeric: tabular-nums;
  color: var(--ink);
  line-height: 0.95;
}
.cost-total .total-suffix {
  font-family: var(--sans);
  font-size: 28px;
  font-weight: 400;
  color: var(--ink-3);
  margin-left: 16px;
}

/* ── Slide 4: room vs. desk ─────────────────────────── */
.room-vs-desk {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  margin-top: 40px;
  flex: 1;
  align-items: stretch;
  min-height: 0;
}
.scene {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.scene .scene-label {
  font-family: var(--mono);
  font-size: 14px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink-4);
}
.scene .scene-headline {
  font-family: var(--sans);
  font-size: 38px;
  font-weight: 500;
  letter-spacing: -0.015em;
  color: var(--ink);
  text-wrap: balance;
}
.scene .scene-svg {
  flex: 1;
  border: 1px solid var(--rule);
  background: var(--paper);
  padding: 24px;
  min-height: 280px;
  max-height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.scene .scene-svg svg { width: 100%; height: 100%; max-height: 280px; }
.scene .scene-body {
  font-family: var(--sans);
  font-size: 20px;
  line-height: 1.4;
  color: var(--ink-2);
  text-wrap: pretty;
}

/* ── Slide 5: abstract chain ────────────────────────── */
.abstract-chain-frame {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 24px;
  padding: 64px 0;
}
.chain-stage {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#abstract-chain { width: 100%; }
#abstract-chain .chain-svg { width: 100%; height: auto; }
.chain-svg { display: block; }
.chain-stage-caption {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  margin-top: 18px;
  font-family: var(--mono);
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink-4);
  padding: 0 80px;
}
.chain-stage-caption span {
  text-align: center;
}

/* ── Slide 6: Quorum ────────────────────────────────── */
.slide.quorum-slide {
  background: var(--slate);
  color: var(--slate-bone);
}
.slide.quorum-slide::after { border-color: rgba(216, 211, 197, 0.12); }

.quorum-stage {
  position: relative;
  flex: 1;
  display: grid;
  grid-template-columns: 560px 1fr;
  gap: 80px;
  align-items: stretch;
  margin-top: 16px;
}

.quorum-text .q-eyebrow {
  font-family: var(--mono);
  font-size: 14px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--quorum-2);
  margin-bottom: 20px;
}
.quorum-text h2 {
  font-family: var(--sans);
  font-size: 64px;
  font-weight: 400;
  line-height: 1.06;
  letter-spacing: -0.025em;
  color: var(--slate-bone);
  margin-bottom: 24px;
  text-wrap: balance;
}
.quorum-text h2 .accent { color: var(--quorum); }
.quorum-text .q-body {
  font-family: var(--sans);
  font-size: 24px;
  line-height: 1.5;
  color: var(--slate-bone-dim);
  margin-bottom: 24px;
  max-width: 540px;
  text-wrap: pretty;
}
.quorum-text .q-note {
  font-family: var(--serif);
  font-style: italic;
  font-size: 22px;
  line-height: 1.5;
  color: var(--quorum-2);
  margin-top: 32px;
  max-width: 540px;
  padding-left: 20px;
  border-left: 2px solid var(--quorum);
}

.quorum-canvas-wrap {
  position: relative;
  width: 100%;
  min-height: 540px;
  max-height: 100%;
  align-self: stretch;
}
  width: 100%;
}
.quorum-canvas {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(216, 211, 197, 0.18);
  overflow: hidden;
}
/* The canvas: a field of decision dots and connecting hairlines */
.canvas-svg { width: 100%; height: 100%; display: block; }

/* The frame that "zooms out" — drawn as an inner rectangle */
.quorum-frame {
  position: absolute;
  border: 1.5px solid var(--quorum);
  pointer-events: none;
}
.quorum-frame::before,
.quorum-frame::after,
.quorum-frame .corner-tl,
.quorum-frame .corner-tr,
.quorum-frame .corner-bl,
.quorum-frame .corner-br {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  border: 2px solid var(--quorum);
}
.quorum-frame::before { top: -2px; left: -2px; border-right: 0; border-bottom: 0; }
.quorum-frame::after  { top: -2px; right: -2px; border-left: 0; border-bottom: 0; }
.quorum-frame .corner-bl { bottom: -2px; left: -2px;  border-right: 0; border-top: 0; }
.quorum-frame .corner-br { bottom: -2px; right: -2px; border-left: 0;  border-top: 0; }

.quorum-frame-label {
  position: absolute;
  top: -28px;
  left: 0;
  font-family: var(--mono);
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--quorum-2);
}
.quorum-canvas-label {
  position: absolute;
  bottom: 24px;
  right: 24px;
  font-family: var(--mono);
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--slate-bone-dim);
  z-index: 2;
}

/* Animation — the canvas is always visible; the frame zooms out by default,
   then on slide-enter pulses to draw the eye to the perspective shift. */
.quorum-canvas {
  opacity: 1;
}
.quorum-frame {
  /* Final state by default — visible from PDF and on idle */
  inset: 32px auto auto 32px !important;
  width: 180px !important;
  height: 120px !important;
  transition: inset 1.4s cubic-bezier(0.7, 0, 0.2, 1),
              width 1.4s cubic-bezier(0.7, 0, 0.2, 1),
              height 1.4s cubic-bezier(0.7, 0, 0.2, 1);
}
/* When slide is entered with animation flag, briefly show frame full-canvas
   and then collapse to small */
.quorum-stage.q-animating .quorum-frame {
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  transition: none;
}

/* ── Slide 7: named chain ───────────────────────────── */
.named-chain-stage {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 24px;
}

/* ── Slide 8: walkthrough (v2) ──────────────────────── */
.walk-stage-v2 {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin-top: 24px;
  min-height: 0;
}

/* The decision itself — single row, hairline rule, headline + sub */
.walk-change {
  display: grid;
  grid-template-columns: 4px 1fr 80px;
  gap: 24px;
  align-items: center;
  padding: 24px 0 24px 0;
  border-top: 2px solid var(--ink);
  border-bottom: 1px solid var(--rule);
}
.walk-change-rule {
  width: 4px;
  height: 100%;
  background: var(--ink);
  align-self: stretch;
}
.walk-change-content {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.walk-change-label {
  font-family: var(--mono);
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink-4);
  margin-bottom: 4px;
}
.walk-change-text {
  font-family: var(--sans);
  font-size: 38px;
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: -0.018em;
  color: var(--ink);
}
.walk-change-sub {
  font-family: var(--sans);
  font-size: 18px;
  color: var(--ink-4);
  margin-top: 4px;
}
.walk-change-arrow {
  color: var(--ink-3);
  width: 60px;
  height: 16px;
}
.walk-change-arrow svg {
  width: 100%;
  height: 100%;
}

/* Foundation banner — full-width amber bar that the chain rests on */
.walk-foundation-banner {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 48px;
  padding: 28px 32px;
  border: 1px solid var(--quorum);
  background: rgba(197, 99, 30, 0.05);
  align-items: center;
}
.walk-foundation-banner .wfb-left {
  display: flex;
  flex-direction: column;
  gap: 4px;
  border-right: 1px solid rgba(197, 99, 30, 0.3);
  padding-right: 32px;
}
.walk-foundation-banner .wfb-label {
  font-family: var(--mono);
  font-size: 13px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--quorum);
}
.walk-foundation-banner .wfb-name {
  font-family: var(--sans);
  font-size: 34px;
  font-weight: 500;
  letter-spacing: -0.02em;
  color: var(--quorum-deep);
  line-height: 1;
}
.walk-foundation-banner .wfb-body {
  font-family: var(--sans);
  font-size: 21px;
  line-height: 1.4;
  color: var(--quorum-deep);
  text-wrap: pretty;
}

/* The 8 chain steps — 4×2 grid of named beats */
.walk-flow {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 1fr 1fr;
  gap: 0;
  border-top: 1px solid var(--rule);
}
.walk-step {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 8px;
  padding: 24px 24px 24px 24px;
  border-right: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
  position: relative;
}
.walk-step:nth-child(4n) { border-right: 0; }
.walk-step:nth-last-child(-n+4) { border-bottom: 0; }

.walk-step .ws-index {
  font-family: var(--mono);
  font-size: 12px;
  letter-spacing: 0.12em;
  color: var(--ink-5);
  font-variant-numeric: tabular-nums;
}
.walk-step .ws-name {
  font-family: var(--sans);
  font-size: 26px;
  font-weight: 500;
  letter-spacing: -0.012em;
  color: var(--ink);
  line-height: 1;
  margin-top: 2px;
}
.walk-step .ws-action {
  font-family: var(--sans);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  color: var(--ink-3);
  text-wrap: pretty;
  margin-top: 4px;
}

/* ── Slide 9: before/after timeline ──────────────────── */
.ba-stage {
  flex: 1;
  display: flex;
  flex-direction: column;
  margin-top: 32px;
  gap: 20px;
  min-height: 0;
}

.ba-track {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 48px;
  align-items: start;
  padding: 24px 0;
}
.ba-track-before {
  border-top: 2px solid var(--ink);
}
.ba-track-after {
  border-top: 2px solid var(--ink);
}
.ba-divider {
  height: 1px;
  background: var(--rule);
}

.ba-track-head {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-top: 4px;
}
.ba-track-head .ba-track-label {
  font-family: var(--mono);
  font-size: 14px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-4);
}
.ba-track-head .ba-track-spec {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.ba-track-head .ba-track-time {
  font-family: var(--sans);
  font-size: 64px;
  font-weight: 300;
  letter-spacing: -0.03em;
  color: var(--ink);
  line-height: 1;
  font-variant-numeric: tabular-nums;
}
.ba-track-head .ba-track-time-unit {
  font-family: var(--sans);
  font-size: 15px;
  color: var(--ink-4);
  letter-spacing: 0;
  margin-top: 4px;
  text-wrap: pretty;
  max-width: 240px;
  line-height: 1.35;
}

/* The rail itself — a horizontal timeline with positioned events */
.ba-rail {
  position: relative;
  height: 220px;
  padding-left: 16px;
  padding-right: 24px;
}
.ba-rail::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 1px;
  background: var(--ink-3);
}
.ba-track-before .ba-rail::before {
  background: var(--ink-5);
}

.ba-event {
  position: absolute;
  left: var(--at);
  top: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 170px;
  z-index: 2;
}
.ba-event .ba-dot {
  width: 9px;
  height: 9px;
  background: var(--ink);
  border-radius: 50%;
  outline: 3px solid var(--bone);
}
.ba-event-end .ba-dot {
  width: 13px;
  height: 13px;
}
.ba-event .ba-event-day {
  font-family: var(--mono);
  font-size: 12px;
  letter-spacing: 0.1em;
  color: var(--ink-5);
  font-variant-numeric: tabular-nums;
}
.ba-event .ba-event-text {
  font-family: var(--sans);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.35;
  color: var(--ink-2);
  text-align: center;
  text-wrap: pretty;
}
/* Above the rail: text -> day -> dot, anchored at rail (50%) */
.ba-event-above {
  transform: translate(-50%, -100%);
  padding-bottom: 0;
}
.ba-event-above .ba-event-text { margin-bottom: 6px; }
.ba-event-above .ba-event-day { margin-bottom: 8px; }
/* Below the rail: dot -> day -> text */
.ba-event-below {
  transform: translate(-50%, 0);
}
.ba-event-below .ba-event-day { margin-top: 8px; }
.ba-event-below .ba-event-text { margin-top: 6px; }

/* Gap visualization — a hatched span between events */
.ba-gap {
  position: absolute;
  top: 50%;
  left: var(--from);
  width: calc(var(--to) - var(--from));
  height: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
.ba-gap::before {
  content: "";
  position: absolute;
  inset: -7px 0;
  background: repeating-linear-gradient(
    90deg,
    transparent 0,
    transparent 6px,
    rgba(106, 102, 93, 0.4) 6px,
    rgba(106, 102, 93, 0.4) 7px
  );
}
.ba-gap-label {
  position: relative;
  background: var(--bone);
  padding: 4px 16px;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ink-5);
  font-style: italic;
}

/* After: cluster of parallel events at one point */
.ba-event-cluster {
  position: absolute;
  left: var(--at);
  top: 50%;
  transform: translate(-50%, -50%);
  width: 460px;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 3;
}
.ba-event-cluster .ba-dot {
  width: 13px;
  height: 13px;
  background: var(--ink);
  border-radius: 50%;
  outline: 3px solid var(--bone);
}
.ba-event-cluster .ba-cluster-label {
  font-family: var(--mono);
  font-size: 12px;
  letter-spacing: 0.1em;
  color: var(--ink-5);
  margin-top: 8px;
  font-variant-numeric: tabular-nums;
}
.ba-event-cluster .ba-cluster-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6px 18px;
  margin-top: 12px;
  padding: 14px 18px;
  border: 1px solid var(--rule);
  background: var(--paper);
  font-family: var(--sans);
  font-size: 13px;
  color: var(--ink-2);
  text-align: center;
  text-wrap: pretty;
  line-height: 1.35;
}
.ba-event-cluster .ba-cluster-items span {
  white-space: nowrap;
}

/* ── Slide 10: four faces (stacked rows) ────────────── */
.faces-stack {
  flex: 1;
  display: flex;
  flex-direction: column;
  margin-top: 40px;
  border-top: 2px solid var(--ink);
}
.face-row {
  display: grid;
  grid-template-columns: 64px 480px 1fr 280px;
  gap: 48px;
  align-items: baseline;
  padding: 28px 0;
  border-bottom: 1px solid var(--rule);
}
.face-row .fr-marker {
  font-family: var(--mono);
  font-size: 14px;
  letter-spacing: 0.14em;
  color: var(--ink-5);
  font-variant-numeric: tabular-nums;
  padding-top: 6px;
}
.face-row .fr-headline {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.face-row .fr-when {
  font-family: var(--mono);
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink-5);
}
.face-row .fr-claim {
  font-family: var(--sans);
  font-size: 36px;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -0.018em;
  color: var(--ink);
  text-wrap: balance;
}
.face-row .fr-claim em {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 500;
}
.face-row .fr-body {
  font-family: var(--sans);
  font-size: 18px;
  line-height: 1.45;
  color: var(--ink-3);
  text-wrap: pretty;
  padding-top: 6px;
}
.face-row .fr-metric {
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
  gap: 12px;
  font-family: var(--sans);
  font-variant-numeric: tabular-nums;
  text-align: right;
  padding-top: 4px;
}
.face-row .fr-metric .fr-metric-num {
  font-size: 30px;
  font-weight: 400;
  letter-spacing: -0.02em;
  color: var(--ink-4);
  white-space: nowrap;
}
.face-row .fr-metric .fr-metric-num.is-after {
  color: var(--ink);
  font-weight: 500;
}
.face-row .fr-metric .fr-metric-arrow {
  font-family: var(--sans);
  font-size: 22px;
  color: var(--ink-5);
  font-weight: 300;
}

/* Compliance variant — emphasize compliance row */
body[data-variant="compliance"] .face-row[data-face="compliance"] {
  background: rgba(197, 99, 30, 0.04);
  margin: 0 -16px;
  padding-left: 16px;
  padding-right: 16px;
}
body[data-variant="compliance"] .face-row[data-face="compliance"] .fr-claim {
  color: var(--quorum-deep);
}
body[data-variant="compliance"] .face-row[data-face="compliance"] .fr-marker,
body[data-variant="compliance"] .face-row[data-face="compliance"] .fr-when {
  color: var(--quorum);
}

/* ── Slide 11: proof (v2) ─────────────────────────────── */
.proof-stage {
  flex: 1;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 80px;
  margin-top: 32px;
  align-items: stretch;
  min-height: 0;
}

/* Hero proof: HIPAA */
.proof-hero {
  display: flex;
  flex-direction: column;
  gap: 32px;
  border-top: 2px solid var(--ink);
  padding-top: 28px;
}
.proof-hero-eyebrow {
  font-family: var(--mono);
  font-size: 14px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-4);
}
.proof-hero-numbers {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  gap: 16px;
  align-items: stretch;
  margin-top: 8px;
  flex: 1;
  min-height: 0;
}
.proof-hero-numbers .phn-cell {
  display: flex;
  flex-direction: column;
  gap: 12px;
  justify-content: center;
}
.proof-hero-numbers .phn-divider {
  width: 1px;
  background: var(--rule);
}
.proof-hero-numbers .phn-num {
  font-family: var(--sans);
  font-size: 88px;
  font-weight: 300;
  letter-spacing: -0.035em;
  line-height: 0.9;
  color: var(--ink);
  font-variant-numeric: tabular-nums;
}
.proof-hero-numbers .phn-label {
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.35;
  color: var(--ink-3);
  text-wrap: pretty;
}
.proof-hero-foot {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 24px;
  padding: 18px 24px;
  background: var(--bone-2);
  border-left: 2px solid var(--ink-3);
  align-items: baseline;
}
.proof-hero-foot .phf-label {
  font-family: var(--mono);
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink-4);
}
.proof-hero-foot .phf-amount {
  font-family: var(--sans);
  font-size: 22px;
  font-weight: 400;
  color: var(--ink-3);
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.01em;
}
.proof-hero-foot .phf-time {
  font-family: var(--sans);
  font-size: 22px;
  font-weight: 400;
  color: var(--ink-3);
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.01em;
  text-align: right;
}

/* Supporting: convergence as a small bar chart */
.proof-support {
  display: flex;
  flex-direction: column;
  gap: 20px;
  border-top: 1px solid var(--rule);
  padding-top: 28px;
}
.proof-support-head {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.proof-support .ps-eyebrow {
  font-family: var(--mono);
  font-size: 14px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-4);
}
.proof-support .ps-explainer {
  font-family: var(--sans);
  font-size: 15px;
  line-height: 1.4;
  color: var(--ink-4);
  max-width: 520px;
}
.converge-list-v2 {
  display: flex;
  flex-direction: column;
  gap: 0;
  flex: 1;
  min-height: 0;
}
.cv-row {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 24px;
  align-items: end;
  padding: 8px 0;
  border-top: 1px solid var(--rule);
  height: 88px;
}
.cv-row:first-child {
  border-top: 1px solid var(--rule);
}
.cv-row:last-child {
  border-bottom: 1px solid var(--rule);
}
.cv-row .cv-name {
  font-family: var(--sans);
  font-size: 18px;
  font-weight: 500;
  color: var(--ink);
  align-self: end;
  padding-bottom: 4px;
}
.cv-row .cv-bars {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  align-items: end;
  height: 64px;
}
.cv-row .cv-bar {
  position: relative;
  height: var(--h);
  background: var(--ink-4);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  min-height: 2px;
}
.cv-row .cv-bar i {
  position: absolute;
  bottom: calc(100% + 4px);
  font-family: var(--mono);
  font-size: 13px;
  font-style: normal;
  color: var(--ink-3);
  font-variant-numeric: tabular-nums;
  font-weight: 500;
}
.cv-row .cv-bar-final {
  background: var(--ink);
}
.cv-row .cv-bar-final i {
  color: var(--ink);
  font-weight: 500;
}
.cv-row .cv-bar-zero {
  background: var(--ink);
  height: 6px !important;
  min-height: 6px;
}
.cv-axis {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 24px;
  align-items: center;
  padding-top: 4px;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink-5);
}
.cv-axis-labels {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
.cv-axis-labels span {
  text-align: center;
}

/* ── Slide 12: enterprise engagement ────────────────── */
.engage-stage {
  flex: 1;
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 96px;
  margin-top: 40px;
  align-items: start;
  min-height: 0;
}

.engage-narrative {
  display: flex;
  flex-direction: column;
  border-top: 2px solid var(--ink);
  padding-top: 32px;
}

.engage-steps {
  display: flex;
  flex-direction: column;
}
.engage-step {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 32px;
  padding: 24px 0;
  border-top: 1px solid var(--rule);
  align-items: baseline;
}
.engage-step:last-child {
  border-bottom: 1px solid var(--rule);
}
.engage-step .es-num {
  font-family: var(--mono);
  font-size: 14px;
  letter-spacing: 0.14em;
  color: var(--ink-5);
  font-variant-numeric: tabular-nums;
  padding-top: 8px;
}
.engage-step .es-content {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.engage-step .es-title {
  font-family: var(--sans);
  font-size: 30px;
  font-weight: 500;
  letter-spacing: -0.018em;
  color: var(--ink);
  line-height: 1.1;
}
.engage-step .es-meta {
  font-family: var(--mono);
  font-size: 13px;
  letter-spacing: 0.06em;
  color: var(--ink-4);
}
.engage-step .es-body {
  font-family: var(--sans);
  font-size: 18px;
  color: var(--ink-3);
  margin-top: 6px;
  line-height: 1.4;
  text-wrap: pretty;
}

.engage-foot {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 64px;
  align-items: center;
  margin-top: 40px;
  padding: 28px 0;
  border-top: 1px solid var(--quorum);
}
.engage-foot .ef-included {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.engage-foot .ef-label {
  font-family: var(--mono);
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--quorum);
}
.engage-foot .ef-items {
  font-family: var(--sans);
  font-size: 18px;
  line-height: 1.45;
  color: var(--ink-2);
  text-wrap: pretty;
  letter-spacing: -0.005em;
}
.engage-foot .ef-divider {
  color: var(--ink-5);
  margin: 0 6px;
}
.engage-foot .ef-quote {
  font-family: var(--serif);
  font-style: italic;
  font-size: 22px;
  color: var(--quorum-deep);
  line-height: 1.4;
  max-width: 380px;
  text-align: right;
  text-wrap: balance;
  border-right: 2px solid var(--quorum);
  padding-right: 20px;
}

/* ── Slide 13: next steps ──────────────────────────── */
.next-list {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0;
  margin-top: -64px;
  max-width: 1500px;
}
.next-item {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 32px;
  padding: 36px 0;
  border-top: 1px solid var(--rule);
  align-items: baseline;
}
.next-item:last-child { border-bottom: 1px solid var(--rule); }
.next-item .next-num {
  font-family: var(--mono);
  font-size: 14px;
  letter-spacing: 0.12em;
  color: var(--ink-5);
  padding-top: 16px;
}
.next-item .next-text {
  font-family: var(--sans);
  font-size: 38px;
  font-weight: 500;
  line-height: 1.18;
  letter-spacing: -0.015em;
  color: var(--ink);
  text-wrap: pretty;
}
.next-item .next-sub {
  font-family: var(--sans);
  font-size: 22px;
  font-weight: 400;
  color: var(--ink-3);
  margin-top: 8px;
}

/* ── Convictions slide (investor variant) ─────────────── */
.convictions-grid {
  flex: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 48px 64px;
  margin-top: 56px;
}
.conviction {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-top: 2px solid var(--ink);
  padding-top: 24px;
}
.conviction.is-quorum { border-top-color: var(--quorum); }
.conviction .c-num {
  font-family: var(--mono);
  font-size: 14px;
  letter-spacing: 0.12em;
  color: var(--ink-4);
}
.conviction.is-quorum .c-num { color: var(--quorum); }
.conviction .c-title {
  font-family: var(--sans);
  font-size: 38px;
  font-weight: 500;
  letter-spacing: -0.015em;
  line-height: 1.1;
  color: var(--ink);
  text-wrap: balance;
}
.conviction.is-quorum .c-title { color: var(--quorum-deep); }
.conviction .c-body {
  font-family: var(--sans);
  font-size: 22px;
  line-height: 1.45;
  color: var(--ink-3);
  text-wrap: pretty;
}
.conviction .c-realized {
  font-family: var(--mono);
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink-5);
  margin-top: auto;
  padding-top: 16px;
}

/* ── Title slide ──────────────────────────────────────── */
.title-stage {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 48px;
  position: relative;
}
/* ── Logotype (SVG, progressive weight taper) ─────────────────
   compl(c→l) tapers Inter Tight 800→500; ai is Source Serif italic 400→200.
   Rendered as SVG <tspan>s for guaranteed baseline alignment + scale parity. */
.lm-svg .lm-text {
  font-family: 'Inter Tight', sans-serif;
  font-size: 56px;
  letter-spacing: -0.025em;
  fill: var(--ink);
  font-feature-settings: 'ss02';
}
.lm-svg .lm-c { font-weight: 800; }
.lm-svg .lm-o { font-weight: 750; }
.lm-svg .lm-m { font-weight: 700; }
.lm-svg .lm-p { font-weight: 650; }
.lm-svg .lm-l { font-weight: 600; }
.lm-svg .lm-a {
  font-family: 'Source Serif 4', serif;
  font-style: italic;
  font-weight: 550;
  font-size: 0.55em;
  letter-spacing: 0;
}
.lm-svg .lm-i {
  font-family: 'Source Serif 4', serif;
  font-style: italic;
  font-weight: 400;
  font-size: 0.55em;
  letter-spacing: 0;
}
.slide.dark .lm-svg .lm-text { fill: var(--slate-bone); }

.title-mark {
  display: inline-flex;
  align-items: center;
}
.title-mark .lm-svg {
  height: 72px;
  width: auto;
  display: block;
  overflow: visible;
}
.title-mark .complai-mark {
  width: 36px;
  height: 36px;
  flex-shrink: 0;
}
.title-mark .complai-mark .c-arc,
.title-mark .complai-mark .c-link {
  stroke: var(--ink);
}
.title-claim {
  font-family: var(--sans);
  font-weight: 400;
  font-size: 120px;
  line-height: 1.02;
  letter-spacing: -0.035em;
  color: var(--ink);
  max-width: 1500px;
  text-wrap: balance;
}
.title-claim em {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 400;
}
.title-meta {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  font-family: var(--mono);
  font-size: 14px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ink-4);
}

/* ── Thread variant styling (for slide 7 if active) ──── */
.chain-thread {
  display: flex;
  flex-direction: column;
  gap: 56px;
}
.thread-foundation {
  display: flex;
  align-items: baseline;
  gap: 20px;
  padding: 20px 24px;
  border: 1px solid var(--quorum);
  background: rgba(197, 99, 30, 0.04);
}
.thread-found-label {
  font-family: var(--mono);
  font-size: 13px;
  letter-spacing: 0.12em;
  color: var(--quorum);
}
.thread-found-name {
  font-family: var(--sans);
  font-size: 32px;
  font-weight: 500;
  letter-spacing: -0.02em;
  color: var(--quorum-deep);
}
.thread-found-role {
  font-family: var(--sans);
  font-size: 22px;
  color: var(--quorum);
}
.thread-sentence {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 16px 14px;
  font-family: var(--sans);
}
.thread-word {
  display: inline-flex;
  flex-direction: column;
  gap: 2px;
}
.thread-word .thread-name {
  font-size: 32px;
  font-weight: 500;
  letter-spacing: -0.015em;
  color: var(--ink);
}
.thread-word .thread-role {
  font-family: var(--mono);
  font-size: 13px;
  letter-spacing: 0.08em;
  color: var(--ink-4);
}
.thread-tie {
  font-family: var(--sans);
  font-size: 32px;
  color: var(--ink-5);
  font-weight: 300;
}

/* ── Variant-specific content visibility ──────────────── */
[data-variant-only] { display: none; }
body[data-variant="customer"] [data-variant-only*="customer"] { display: var(--show, flex); }
body[data-variant="investor"] [data-variant-only*="investor"] { display: var(--show, flex); }
body[data-variant="compliance"] [data-variant-only*="compliance"] { display: var(--show, flex); }
body[data-variant="teams"] [data-variant-only*="teams"] { display: var(--show, flex); }

/* Variant switcher UI */
.variant-switcher {
  position: fixed;
  top: 12px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
  display: flex;
  gap: 6px;
  font-family: var(--mono);
  font-size: 12px;
  background: rgba(20, 20, 20, 0.92);
  backdrop-filter: blur(8px);
  padding: 6px;
  border-radius: 4px;
  color: white;
  align-items: center;
  opacity: 0.4;
  transition: opacity 0.15s;
}
.variant-switcher:hover { opacity: 1; }
.variant-switcher button {
  background: transparent;
  border: 1px solid rgba(255,255,255,0.2);
  color: rgba(255,255,255,0.75);
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 8px 12px;
  cursor: pointer;
  border-radius: 2px;
  transition: all 0.15s;
}
.variant-switcher button:hover { color: white; border-color: rgba(255,255,255,0.5); }
.variant-switcher button.active {
  background: white;
  color: black;
  border-color: white;
}
.variant-switcher .switcher-divider {
  width: 1px;
  background: rgba(255,255,255,0.15);
  margin: 0 4px;
}
.variant-switcher .switcher-label {
  align-self: center;
  padding: 0 8px 0 4px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 10px;
  color: rgba(255,255,255,0.5);
}

@media print {
  .variant-switcher { display: none !important; }
}

/* Teams variant — stronger weight on slide 4 */
body[data-variant="teams"] .scene[data-scene="desk"] {
  border-left: 2px solid var(--quorum);
  padding-left: 32px;
  margin-left: -32px;
}


/* ════════════════════════════════════════════════════════════════
   SLIDE 02 — THE PROVOCATION
   Bare statement. Single line, holds the room.
═══════════════════════════════════════════════════════════════════ */
.provocation-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  padding-top: 40px;
}
.provocation-claim {
  font-family: var(--sans);
  font-weight: 250;
  font-size: 132px;
  line-height: 1.02;
  letter-spacing: -0.038em;
  color: var(--ink);
  max-width: 1660px;
  text-wrap: balance;
  margin: 0;
}
.provocation-claim em {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 400;
  letter-spacing: -0.02em;
  color: var(--ink);
  white-space: nowrap;
}
.provocation-rule {
  width: 280px;
  height: 1px;
  background: var(--ink-4);
  margin-top: 96px;
  margin-bottom: 48px;
}
.provocation-sub {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 300;
  font-size: 40px;
  line-height: 1.3;
  letter-spacing: -0.01em;
  color: var(--ink-3);
  margin: 0;
}

/* ════════════════════════════════════════════════════════════════
   SLIDE 05 — THE WITNESS ARRIVES
   Two cadences stacked: human (slow, discrete) vs. agent (fast, dense).
═══════════════════════════════════════════════════════════════════ */
.witness-stage {
  margin-top: 64px;
  display: flex;
  flex-direction: column;
  gap: 64px;
}
.witness-track {
  display: grid;
  grid-template-columns: 220px 1fr 280px;
  align-items: center;
  gap: 40px;
}
.witness-track-label {
  font-family: var(--sans);
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink-3);
  border-left: 2px solid var(--ink);
  padding-left: 18px;
  line-height: 1.3;
}
.witness-track-meta {
  font-family: var(--mono);
  font-size: 18px;
  color: var(--ink-4);
  letter-spacing: 0.01em;
  line-height: 1.4;
  text-align: right;
}
.witness-track-line {
  position: relative;
  height: 64px;
  display: flex;
  align-items: center;
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
}

/* Human track: discrete labeled nodes */
.witness-track-human .witness-track-line {
  justify-content: space-between;
  padding: 0 8px;
}
.witness-node {
  font-family: var(--sans);
  font-weight: 500;
  font-size: 19px;
  color: var(--ink-2);
  letter-spacing: -0.005em;
  padding: 8px 18px;
  background: var(--bone);
  position: relative;
  z-index: 1;
}
.witness-node::after {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  width: 80px;
  height: 1px;
  background: var(--ink-5);
  z-index: -1;
}
.witness-node:last-child::after { display: none; }

/* Agent track: dense pulses */
.witness-track-agent-line {
  justify-content: flex-start;
  gap: 0;
  padding: 0;
  overflow: hidden;
}
.witness-track-agent-line::before {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(
    90deg,
    transparent 0,
    transparent 4px,
    var(--ink-6) 4px,
    var(--ink-6) 5px
  );
  opacity: 0.5;
}
.witness-pulse {
  position: absolute;
  top: 50%;
  width: 14px;
  height: 14px;
  background: var(--ink);
  border-radius: 50%;
  transform: translateY(-50%);
}
.witness-pulse-1 { left: 4%; }
.witness-pulse-2 { left: 14%; }
.witness-pulse-3 { left: 22%; }
.witness-pulse-4 { left: 33%; }
.witness-pulse-5 { left: 45%; }
.witness-pulse-6 { left: 56%; }
.witness-pulse-7 { left: 68%; }
.witness-pulse-8 { left: 81%; }
.witness-pulse-9 { left: 92%; }

/* Animate the agent track pulses to feel relentless */
@keyframes witness-pulse-tick {
  0%, 100% { transform: translateY(-50%) scale(1); opacity: 1; }
  50% { transform: translateY(-50%) scale(1.4); opacity: 0.6; }
}
.witness-pulse {
  animation: witness-pulse-tick 1.6s ease-in-out infinite;
}
.witness-pulse-2 { animation-delay: 0.18s; }
.witness-pulse-3 { animation-delay: 0.36s; }
.witness-pulse-4 { animation-delay: 0.54s; }
.witness-pulse-5 { animation-delay: 0.72s; }
.witness-pulse-6 { animation-delay: 0.90s; }
.witness-pulse-7 { animation-delay: 1.08s; }
.witness-pulse-8 { animation-delay: 1.26s; }
.witness-pulse-9 { animation-delay: 1.44s; }

@media print {
  .witness-pulse { animation: none; }
}


/* ════════════════════════════════════════════════════════════════
   SLIDE 06 — DOCUMENTATION WAS NEVER THE ANSWER
═══════════════════════════════════════════════════════════════════ */
.storage-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 56px;
  margin-top: 48px;
}
.storage-cell {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 32px 0 0 0;
  border-top: 1px solid var(--ink);
}
.storage-cell-icon {
  width: 64px;
  height: 64px;
}
.storage-cell-icon svg { width: 100%; height: 100%; }
.storage-cell-claim {
  font-family: var(--sans);
  font-weight: 500;
  font-size: 32px;
  letter-spacing: -0.02em;
  color: var(--ink);
  line-height: 1.15;
}
.storage-cell-body {
  font-family: var(--sans);
  font-weight: 400;
  font-size: 22px;
  line-height: 1.5;
  color: var(--ink-3);
  text-wrap: pretty;
}

/* ════════════════════════════════════════════════════════════════
   SLIDE 07 — CONTEXT IS AMNESIA IN A WIG
═══════════════════════════════════════════════════════════════════ */
.amnesia-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 56px;
  margin-top: 48px;
}
.amnesia-card {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.amnesia-svg {
  height: 200px;
  border: 1px solid var(--rule);
  background: var(--paper);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
}
.amnesia-svg svg { width: 100%; height: 100%; }
.amnesia-label {
  font-family: var(--sans);
  font-weight: 500;
  font-size: 28px;
  letter-spacing: -0.015em;
  color: var(--ink);
  margin-top: 8px;
}
.amnesia-body {
  font-family: var(--sans);
  font-weight: 400;
  font-size: 21px;
  line-height: 1.5;
  color: var(--ink-3);
  text-wrap: pretty;
}

/* ════════════════════════════════════════════════════════════════
   SLIDE 08 — MEMORY, DEFINED
═══════════════════════════════════════════════════════════════════ */
.memory-triad {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 64px;
  margin-top: 64px;
}
.memory-prop {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding-top: 32px;
  border-top: 2px solid var(--ink);
}
.memory-prop-num {
  font-family: var(--mono);
  font-size: 16px;
  letter-spacing: 0.16em;
  color: var(--ink-4);
}
.memory-prop-name {
  font-family: var(--sans);
  font-weight: 500;
  font-size: 56px;
  letter-spacing: -0.025em;
  color: var(--ink);
  line-height: 1;
  margin-bottom: 8px;
}
.memory-prop-body {
  font-family: var(--sans);
  font-weight: 400;
  font-size: 24px;
  line-height: 1.5;
  color: var(--ink-3);
  text-wrap: pretty;
}
.memory-prop-body em.italic {
  font-family: var(--serif);
  font-style: italic;
  color: var(--ink);
}


/* ════════════════════════════════════════════════════════════════
   ACT III — THE JOURNEY (shared)
═══════════════════════════════════════════════════════════════════ */
.journey-question {
  font-family: var(--serif);
  font-style: italic;
  font-size: 26px;
  color: var(--ink-3);
  margin-top: -8px;
  margin-bottom: 24px;
  max-width: 1500px;
  text-wrap: pretty;
}
.journey-product-row {
  display: flex;
  align-items: baseline;
  gap: 24px;
  padding-bottom: 16px;
  border-bottom: 1.5px solid var(--ink);
  margin-bottom: 24px;
}
.journey-product-num {
  font-family: var(--mono);
  font-size: 18px;
  letter-spacing: 0.16em;
  color: var(--ink-4);
}
.journey-product-name {
  font-family: var(--sans);
  font-weight: 500;
  font-size: 64px;
  letter-spacing: -0.03em;
  color: var(--ink);
  line-height: 1;
}
.journey-product-tag {
  margin-left: auto;
  font-family: var(--mono);
  font-size: 14px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-3);
}
h2.section.journey-claim {
  font-size: 56px;
  letter-spacing: -0.025em;
  line-height: 1.08;
  max-width: 1500px;
  margin-bottom: 24px;
}
.quorum-note {
  display: flex;
  gap: 18px;
  margin-top: 36px;
  padding-top: 20px;
  border-top: 1px solid var(--rule);
  align-items: flex-start;
}
.quorum-note-bar {
  width: 4px;
  align-self: stretch;
  background: var(--ink);
  flex-shrink: 0;
}
.quorum-note-body {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.quorum-note-label {
  font-family: var(--mono);
  font-size: 14px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink-3);
}
.quorum-note-text {
  font-family: var(--serif);
  font-style: italic;
  font-size: 24px;
  line-height: 1.4;
  color: var(--ink-2);
  text-wrap: pretty;
}

/* ════════════════════════════════════════════════════════════════
   SLIDE 10 — DECISION ENTERS THE WORLD
═══════════════════════════════════════════════════════════════════ */
.journey-decision-stage {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 64px;
  margin-top: 36px;
}
.journey-meeting-label,
.journey-state-label {
  font-family: var(--mono);
  font-size: 14px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink-3);
  margin-bottom: 16px;
}
.journey-transcript {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 24px 28px;
  border: 1px solid var(--rule);
  background: var(--paper);
}
.jt-line {
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 20px;
  font-family: var(--sans);
  font-size: 20px;
  line-height: 1.4;
}
.jt-speaker {
  font-family: var(--mono);
  font-size: 13px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-4);
  padding-top: 4px;
}
.jt-body { color: var(--ink-2); }
.jt-flag .jt-speaker { color: var(--ink); }
.jt-flag .jt-body { color: var(--ink); font-weight: 500; }
.journey-meeting-meta {
  margin-top: 16px;
  font-family: var(--serif);
  font-style: italic;
  font-size: 20px;
  color: var(--ink-3);
}
.journey-state-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
}
.journey-state-list li {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 14px 0;
  border-bottom: 1px solid var(--rule);
  font-family: var(--sans);
}
.jsl-key {
  font-family: var(--mono);
  font-size: 13px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-3);
}
.jsl-val {
  font-family: var(--serif);
  font-style: italic;
  font-size: 24px;
  color: var(--ink);
}
.journey-state-closer {
  margin-top: 24px;
  font-family: var(--serif);
  font-style: italic;
  font-size: 22px;
  color: var(--ink-2);
  line-height: 1.4;
}

/* ════════════════════════════════════════════════════════════════
   SLIDE 11 — SIFT
═══════════════════════════════════════════════════════════════════ */
.journey-stage-sift {
  display: grid;
  grid-template-columns: 1fr 80px 1fr;
  gap: 32px;
  align-items: stretch;
  margin-top: 24px;
}
.journey-card-label {
  font-family: var(--mono);
  font-size: 13px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink-3);
  margin-bottom: 14px;
}
.journey-card-meta {
  margin-top: 14px;
  font-family: var(--serif);
  font-style: italic;
  font-size: 18px;
  color: var(--ink-3);
}
.journey-meeting-fragment {
  padding: 24px;
  border: 1px solid var(--rule);
  background: var(--paper);
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.jmf-line {
  font-family: var(--serif);
  font-style: italic;
  font-size: 22px;
  line-height: 1.4;
  color: var(--ink-2);
}
.jmf-faded { color: var(--ink-4); }
.journey-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--ink);
}
.journey-arrow svg { width: 100%; }
.journey-spec {
  padding: 24px 28px;
  border: 1.5px solid var(--ink);
  background: var(--paper);
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-family: var(--mono);
  font-size: 16px;
}
.spec-field {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 16px;
  padding: 6px 0;
  border-bottom: 1px dashed var(--rule);
}
.spec-field:last-child { border-bottom: none; }
.sf-key { color: var(--ink-3); letter-spacing: 0.04em; }
.sf-val { color: var(--ink); }
.spec-field.sf-open .sf-key { color: var(--ink); font-weight: 600; }
.spec-field.sf-open .sf-val { color: var(--ink-2); }

/* ════════════════════════════════════════════════════════════════
   SLIDE 12 — MOMENT
═══════════════════════════════════════════════════════════════════ */
.journey-behavior {
  margin-top: 24px;
}
.behavior-canvas {
  position: relative;
  height: 280px;
  border: 1px solid var(--rule);
  background: var(--paper);
}
.behavior-svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.behavior-state {
  position: absolute;
  background: var(--paper);
  border: 1.5px solid var(--ink);
  padding: 14px 20px;
  font-family: var(--sans);
  font-weight: 500;
  font-size: 18px;
  line-height: 1.2;
  color: var(--ink);
  text-align: center;
  z-index: 2;
  min-width: 140px;
}
.behavior-state span {
  display: block;
  font-family: var(--mono);
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink-3);
  margin-top: 6px;
}
.behavior-state-1 { left: 24px; top: 110px; }
.behavior-state-2 { left: 320px; top: 110px; }
.behavior-state-3 { left: 640px; top: 36px; }
.behavior-state-3-alt { left: 640px; top: 184px; border-style: dashed; }
.behavior-state-4 { left: 960px; top: 36px; }
.behavior-state-4-alt { left: 960px; top: 184px; border-style: dashed; }

/* ════════════════════════════════════════════════════════════════
   SLIDE 13 — FACET
═══════════════════════════════════════════════════════════════════ */
.journey-facets {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 24px;
}
.facet-cell {
  padding: 20px 22px;
  border: 1px solid var(--rule);
  background: var(--paper);
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.fc-num {
  font-family: var(--mono);
  font-size: 13px;
  letter-spacing: 0.16em;
  color: var(--ink-4);
}
.fc-name {
  font-family: var(--sans);
  font-weight: 500;
  font-size: 22px;
  letter-spacing: -0.01em;
  color: var(--ink);
  line-height: 1.2;
}
.fc-cases {
  font-family: var(--mono);
  font-size: 13px;
  color: var(--ink-3);
  margin-top: 4px;
}
.facet-cell-edge {
  border-color: var(--ink);
  border-width: 1.5px;
}
.facet-cell-edge .fc-cases { color: var(--ink); font-weight: 600; }

/* ════════════════════════════════════════════════════════════════
   SLIDE 14 — CODEX
═══════════════════════════════════════════════════════════════════ */
.journey-rules {
  margin-top: 24px;
}
.rule-stack {
  display: flex;
  flex-direction: column;
  border-top: 1px solid var(--ink);
}
.rule-row {
  display: grid;
  grid-template-columns: 120px 1fr 280px;
  gap: 24px;
  padding: 14px 0;
  border-bottom: 1px solid var(--rule);
  align-items: baseline;
}
.rr-tag {
  font-family: var(--mono);
  font-size: 14px;
  letter-spacing: 0.14em;
  color: var(--ink);
  font-weight: 600;
}
.rr-text {
  font-family: var(--sans);
  font-size: 22px;
  line-height: 1.35;
  color: var(--ink-2);
}
.rr-status {
  font-family: var(--mono);
  font-size: 13px;
  color: var(--ink-3);
  text-align: right;
  letter-spacing: 0.04em;
}
.rule-row-flag .rr-tag { color: var(--ink); }
.rule-row-flag .rr-text { color: var(--ink); font-weight: 500; }
.rule-row-flag .rr-status { color: var(--ink); }

/* ════════════════════════════════════════════════════════════════
   SLIDE 15 — TRACE
═══════════════════════════════════════════════════════════════════ */
.journey-graph {
  margin-top: 16px;
  border: 1px solid var(--rule);
  background: var(--paper);
  padding: 12px;
}
.journey-graph svg { width: 100%; height: 300px; display: block; }

/* ════════════════════════════════════════════════════════════════
   SLIDE 16 — FORGE
═══════════════════════════════════════════════════════════════════ */
.journey-plan {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 24px;
}
.plan-phase {
  padding: 22px 22px 24px;
  border: 1px solid var(--rule);
  background: var(--paper);
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.plan-phase-label {
  font-family: var(--mono);
  font-size: 13px;
  letter-spacing: 0.16em;
  color: var(--ink-3);
  text-transform: uppercase;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--rule);
}
.plan-task {
  font-family: var(--sans);
  font-size: 18px;
  line-height: 1.35;
  color: var(--ink-2);
}
.plan-task-agent {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: baseline;
  color: var(--ink);
  font-weight: 500;
}
.ptag {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  background: var(--ink);
  color: var(--bone);
  padding: 3px 8px;
  flex-shrink: 0;
}

/* ════════════════════════════════════════════════════════════════
   SLIDE 17 — PROOF
═══════════════════════════════════════════════════════════════════ */
.journey-proof {
  display: flex;
  flex-direction: column;
  border-top: 1.5px solid var(--ink);
  margin-top: 16px;
}
.proof-row {
  display: grid;
  grid-template-columns: 110px 1fr 360px;
  gap: 24px;
  padding: 14px 0;
  border-bottom: 1px solid var(--rule);
  align-items: baseline;
}
.proof-tag {
  font-family: var(--mono);
  font-size: 13px;
  letter-spacing: 0.18em;
  font-weight: 600;
  color: var(--ink);
}
.proof-claim {
  font-family: var(--sans);
  font-size: 22px;
  color: var(--ink-2);
  line-height: 1.35;
}
.proof-cite {
  font-family: var(--mono);
  font-size: 13px;
  color: var(--ink-3);
  letter-spacing: 0.04em;
  text-align: right;
}
.proof-row-pass .proof-tag { color: var(--ink-3); }
.proof-row-drift .proof-tag,
.proof-row-drift .proof-claim,
.proof-row-drift .proof-cite { color: var(--ink); font-weight: 500; }
.proof-row-flag {
  background: var(--ink);
  color: var(--bone);
  margin: 0 -16px;
  padding-left: 16px;
  padding-right: 16px;
}
.proof-row-flag .proof-tag,
.proof-row-flag .proof-claim,
.proof-row-flag .proof-cite { color: var(--bone); }

/* ════════════════════════════════════════════════════════════════
   SLIDE 18 — GLEAN
═══════════════════════════════════════════════════════════════════ */
.journey-glean {
  display: grid;
  grid-template-columns: 1fr 60px 1.4fr;
  gap: 32px;
  align-items: center;
  margin-top: 24px;
}
.glean-signal,
.glean-update {
  padding: 24px 28px;
  border: 1px solid var(--rule);
  background: var(--paper);
}
.glean-update {
  border-color: var(--ink);
  border-width: 1.5px;
}
.glean-signal-head,
.glean-update-head {
  font-family: var(--mono);
  font-size: 13px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink-3);
  margin-bottom: 12px;
}
.glean-signal-body {
  font-family: var(--sans);
  font-size: 22px;
  line-height: 1.4;
  color: var(--ink-2);
}
.glean-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--ink);
}
.glean-arrow svg { width: 100%; }
.glean-update-row {
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 16px;
  padding: 8px 0;
  border-bottom: 1px dashed var(--rule);
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.4;
}
.glean-update-row:last-child { border-bottom: none; }
.gu-key {
  font-family: var(--mono);
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-3);
  padding-top: 3px;
}
.gu-val { color: var(--ink-2); }


/* ════════════════════════════════════════════════════════════════
   SLIDE 19a — VARIANT A · BUS / SUBSTRATE-AND-TAPS
═══════════════════════════════════════════════════════════════════ */
.quorum-slide-bus .slide-body {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 64px 80px 64px;
}
.bus-stage {
  display: grid;
  grid-template-columns: 460px 1fr;
  gap: 80px;
  align-items: start;
  flex: 1;
  min-height: 0;
}
.bus-text { padding-top: 8px; }
.bus-eyebrow {
  font-family: var(--mono);
  font-size: 13px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--quorum-2);
  margin-bottom: 24px;
}
.bus-h2 {
  font-family: var(--sans);
  font-size: 48px;
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: -0.025em;
  color: var(--slate-bone);
  margin: 0 0 28px;
  text-wrap: balance;
}
.bus-h2 .accent { color: var(--quorum); }
.bus-body {
  font-family: var(--sans);
  font-size: 21px;
  line-height: 1.5;
  color: var(--slate-bone-dim);
  margin: 0 0 16px;
  max-width: 440px;
  text-wrap: pretty;
}
.bus-body em {
  font-family: var(--serif);
  font-style: italic;
  color: var(--slate-bone);
}
.bus-body .accent { color: var(--quorum); font-style: normal; }

.bus-diagram {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 0;
}

/* Eight stations docked above the bus */
.bus-stations {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 0;
  border: 1px solid rgba(216, 211, 197, 0.18);
  border-bottom: none;
  background: rgba(216, 211, 197, 0.02);
}
.bus-station {
  position: relative;
  padding: 18px 14px 0;
  border-right: 1px solid rgba(216, 211, 197, 0.12);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-height: 96px;
}
.bus-station:last-child { border-right: none; }
.bus-station-num {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.18em;
  color: var(--slate-bone-dim);
  margin-bottom: 6px;
}
.bus-station-name {
  font-family: var(--mono);
  font-size: 14px;
  letter-spacing: 0.16em;
  font-weight: 600;
  color: var(--slate-bone);
  margin-bottom: 4px;
}
.bus-station-role {
  font-family: var(--sans);
  font-size: 13px;
  color: var(--quorum-2);
  letter-spacing: 0;
}
/* Tap mark — descends into the substrate */
.bus-station-tap {
  position: absolute;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 18px;
  background: rgba(120, 200, 180, 0.55);
}
.bus-station-tap::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 50%;
  transform: translateX(-50%);
  width: 7px;
  height: 7px;
  background: var(--quorum);
  border-radius: 50%;
}

/* The substrate itself — a horizontal bus with decision streams */
.bus-substrate {
  border: 1px solid rgba(120, 200, 180, 0.32);
  background: linear-gradient(180deg,
    rgba(120, 200, 180, 0.06) 0%,
    rgba(120, 200, 180, 0.02) 100%);
  flex: 1;
  display: flex;
  flex-direction: column;
  min-height: 0;
}
.bus-substrate-header,
.bus-substrate-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 16px;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  border-bottom: 1px dashed rgba(120, 200, 180, 0.22);
}
.bus-substrate-footer {
  border-bottom: none;
  border-top: 1px dashed rgba(120, 200, 180, 0.22);
  color: var(--slate-bone-dim);
}
.bus-substrate-label {
  color: var(--quorum);
  font-weight: 600;
}
.bus-substrate-meta { color: var(--slate-bone-dim); }

.bus-substrate-streams {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 8px 0;
  min-height: 0;
}
.bus-stream {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr 110px;
  gap: 20px;
  align-items: center;
  padding: 9px 16px;
  font-family: var(--sans);
  font-size: 13px;
  border-left: 2px solid transparent;
  /* Visualize span across stations: padding-based, using --start and --end (0-8) */
  /* Use a subtle horizontal extent line via background gradient */
  background: linear-gradient(90deg,
    transparent calc(var(--start) * 12.5%),
    rgba(120, 200, 180, 0.09) calc(var(--start) * 12.5% + 1px),
    rgba(120, 200, 180, 0.09) calc(var(--end) * 12.5% - 1px),
    transparent calc(var(--end) * 12.5%));
}
.bus-stream:hover {
  border-left-color: var(--quorum);
}
.bus-stream-why {
  color: var(--slate-bone);
  font-family: var(--sans);
  font-size: 14px;
  letter-spacing: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.bus-stream-because {
  color: var(--slate-bone-dim);
  font-family: var(--serif);
  font-style: italic;
  font-size: 14px;
  letter-spacing: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.bus-stream-touched {
  color: var(--slate-bone-dim);
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-align: right;
}

/* The opened row — showing a full reasoning trace */
.bus-stream-open {
  display: block;
  padding: 14px 16px 16px;
  border-left: 2px solid var(--quorum);
  background: linear-gradient(90deg,
    transparent calc(var(--start) * 12.5%),
    rgba(120, 200, 180, 0.18) calc(var(--start) * 12.5% + 1px),
    rgba(120, 200, 180, 0.18) calc(var(--end) * 12.5% - 1px),
    transparent calc(var(--end) * 12.5%));
}
.bus-stream-open-head {
  display: grid;
  grid-template-columns: 1fr 110px;
  gap: 20px;
  align-items: center;
  margin-bottom: 10px;
}
.bus-stream-open-head .bus-stream-why {
  color: var(--quorum);
  font-weight: 500;
}
.bus-stream-trace {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding-left: 14px;
  border-left: 1px dashed rgba(120, 200, 180, 0.28);
}
.trace-row {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 16px;
  align-items: baseline;
}
.trace-tag {
  font-family: var(--mono);
  font-size: 9.5px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--quorum-2);
  text-align: right;
}
.trace-text {
  color: var(--slate-bone);
  font-family: var(--serif);
  font-style: italic;
  font-size: 13.5px;
  line-height: 1.45;
  text-wrap: pretty;
}


/* ════════════════════════════════════════════════════════════════
   SLIDE 19b — VARIANT B · LEDGER VIEW
═══════════════════════════════════════════════════════════════════ */
.quorum-slide-ledger .slide-body {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 64px 80px 64px;
}
.ledger-stage {
  display: grid;
  grid-template-columns: 420px 1fr;
  gap: 64px;
  align-items: start;
  flex: 1;
  min-height: 0;
}
.ledger-text { padding-top: 8px; }
.ledger-eyebrow {
  font-family: var(--mono);
  font-size: 13px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--quorum-2);
  margin-bottom: 24px;
}
.ledger-h2 {
  font-family: var(--sans);
  font-size: 44px;
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: -0.025em;
  color: var(--slate-bone);
  margin: 0 0 24px;
  text-wrap: balance;
}
.ledger-h2 .accent { color: var(--quorum); }
.ledger-body {
  font-family: var(--sans);
  font-size: 20px;
  line-height: 1.5;
  color: var(--slate-bone-dim);
  margin: 0 0 14px;
  max-width: 400px;
  text-wrap: pretty;
}
.ledger-body em {
  font-family: var(--serif);
  font-style: italic;
  color: var(--slate-bone);
}
.ledger-body .accent { color: var(--quorum); font-style: normal; }

.ledger-diagram {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 0;
}
.ledger-meta-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding-bottom: 12px;
  margin-bottom: 0;
  border-bottom: 1px solid rgba(216, 211, 197, 0.18);
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.ledger-meta-label { color: var(--quorum); font-weight: 600; }
.ledger-meta-stats { color: var(--slate-bone-dim); }

.ledger-table {
  flex: 1;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(216, 211, 197, 0.14);
  border-top: none;
  min-height: 0;
}
.ledger-header,
.ledger-row {
  display: grid;
  grid-template-columns: 220px repeat(8, 1fr);
  align-items: stretch;
}
.ledger-header {
  background: rgba(216, 211, 197, 0.04);
  border-bottom: 1px solid rgba(216, 211, 197, 0.18);
}
.ledger-row {
  border-bottom: 1px solid rgba(216, 211, 197, 0.08);
  transition: background 120ms ease;
}
.ledger-row:hover { background: rgba(120, 200, 180, 0.04); }
.ledger-row:last-child { border-bottom: none; }
.ledger-row-fade { opacity: 0.6; }
.ledger-row-elide {
  display: flex;
  justify-content: flex-start;
  padding: 10px 16px;
  border-bottom: none;
}
.ledger-elide-text {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--slate-bone-dim);
}

.ledger-cell {
  padding: 10px 12px;
  border-right: 1px solid rgba(216, 211, 197, 0.08);
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-family: var(--mono);
  font-size: 11px;
}
.ledger-cell:last-child { border-right: none; }
.ledger-col {
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  min-height: 56px;
  padding: 8px 10px 10px;
}
.ledger-col-num {
  font-size: 9px;
  letter-spacing: 0.18em;
  color: var(--slate-bone-dim);
}
.ledger-col-name {
  font-size: 12px;
  letter-spacing: 0.14em;
  font-weight: 600;
  color: var(--slate-bone);
}
.ledger-cell-id {
  align-items: flex-start;
  padding: 12px 14px;
}
.ledger-id {
  color: var(--quorum);
  font-size: 11px;
  letter-spacing: 0.04em;
}
.ledger-summary {
  color: var(--slate-bone-dim);
  font-family: var(--sans);
  font-size: 13px;
  letter-spacing: 0;
  margin-top: 2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
.ledger-mark {
  display: inline-block;
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.06em;
  color: var(--quorum);
  padding: 2px 6px;
  background: rgba(120, 200, 180, 0.10);
  border: 1px solid rgba(120, 200, 180, 0.28);
  align-self: flex-start;
  white-space: nowrap;
}
.ledger-mark.flag {
  color: #d8a64f;
  background: rgba(216, 166, 79, 0.10);
  border-color: rgba(216, 166, 79, 0.32);
}
.ledger-cell-empty {
  background: rgba(216, 211, 197, 0.02);
}
.ledger-dash {
  color: rgba(216, 211, 197, 0.20);
  font-size: 14px;
  align-self: flex-start;
}

.bus-stream-fade { opacity: 0.55; }


/* ════════════════════════════════════════════════════════════════
   SLIDE 23 — POSITIONING
═══════════════════════════════════════════════════════════════════ */
.slide-positioning .slide-body { padding: 64px 96px; }
.positioning-stack {
  margin-top: 56px;
  display: flex;
  flex-direction: column;
  max-width: 1500px;
}
.pos-row {
  display: grid;
  grid-template-columns: 320px 1fr 1fr;
  gap: 36px;
  align-items: baseline;
  padding: 18px 0;
  border-top: 1px solid rgba(20, 20, 22, 0.08);
}
.pos-row:first-child { border-top: none; }
.pos-cat {
  font-family: var(--sans);
  font-size: 22px;
  font-weight: 500;
  color: var(--ink);
  letter-spacing: -0.01em;
}
.pos-holds, .pos-loses {
  display: flex;
  align-items: baseline;
  gap: 14px;
}
.pos-tag {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink-3);
  flex-shrink: 0;
  width: 50px;
}
.pos-loses .pos-tag { color: #b45a4a; }
.pos-text {
  font-family: var(--serif);
  font-style: italic;
  font-size: 22px;
  line-height: 1.35;
  color: var(--ink-2);
}
.pos-loses .pos-text { color: var(--ink-3); }

.pos-divider {
  height: 1px;
  background: var(--ink);
  margin: 28px 0 0;
}
.pos-row-us {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 28px 0 8px;
  border: none;
}
.pos-row-us .wordmark-us .lm-svg {
  height: 28px;
  width: auto;
  display: block;
  overflow: visible;
}
.pos-us-tag {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--quorum);
  flex-shrink: 0;
}
.pos-us-claim {
  font-family: var(--serif);
  font-style: italic;
  font-size: 26px;
  font-weight: 300;
  color: var(--ink-2);
  line-height: 1.35;
  letter-spacing: -0.01em;
}
.pos-us-claim em {
  font-style: italic;
  font-weight: 300;
  color: var(--quorum);
}
