/* ABOUTME: Deck-specific styles for The Third Layer all-hands talk. */
/* ABOUTME: Implements the recurring three-layer stack and low-density CEO presentation layouts. */

.reveal .deck-logo { display: none; }
.deck-logo {
  position: fixed; right: 2.2rem; top: 1.6rem; z-index: 20;
  width: 9.5rem; height: auto; opacity: .5; pointer-events: none;
}

.reveal .mid { justify-content: center; }
.reveal .title-slide .hero { margin-top: 1rem; }
.reveal .title-slide .hero h1 { max-width: 14ch; }
.reveal .title-slide .hero .dek { max-width: 31ch; }
.reveal .center .kicker { align-self: flex-start; }

/* Workflow proof */
.reveal .workflow-proof { margin-top: 2.3rem; border-top: 1px solid var(--rule); }
.reveal .proof-row {
  display: grid; grid-template-columns: 14rem 1fr; gap: 3rem;
  align-items: center; min-height: 5.5rem; border-bottom: 1px solid var(--rule);
}
.reveal .proof-label {
  font: 500 .76rem/1.3 'JetBrains Mono', monospace;
  letter-spacing: .18em; color: var(--gold);
}
.reveal .proof-claim {
  font: 400 1.65rem/1.2 'Instrument Serif', serif;
  color: var(--text-bright);
}

/* Version / systems hinge */
.reveal .version-slide { text-align: left; }
.reveal .version-slide .kicker { margin-bottom: 1.75rem; }
.reveal .system-proof {
  flex: 1;
  width: 100%;
  display: grid;
  grid-template-columns: minmax(18rem, .72fr) minmax(0, 1.28fr);
  min-height: 0;
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
}
.reveal .version-mark {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2rem 3.25rem 2rem 0;
  border-right: 1px solid var(--rule);
}
.reveal .version-label {
  font: 500 .72rem/1.3 'JetBrains Mono', monospace;
  letter-spacing: .17em;
  color: var(--text-dim);
}
.reveal .vernum {
  font: 400 10.5rem/.82 'Instrument Serif', serif;
  color: var(--text-bright);
  margin: 1.35rem 0 1.75rem;
  white-space: nowrap;
}
.reveal .vernum em { color: var(--gold); font-style: normal; }
.reveal .version-lineage {
  display: flex;
  align-items: center;
  gap: .7rem;
  color: var(--text-dim);
  font: 500 .65rem/1.3 'JetBrains Mono', monospace;
  letter-spacing: .11em;
  white-space: nowrap;
}
.reveal .version-lineage i {
  color: var(--gold);
  font-style: normal;
}
.reveal .systems-quote {
  margin: 0;
  padding: 2.2rem 0 2.2rem 4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 0;
}
.reveal .systems-quote p {
  max-width: 17ch;
  margin: 0;
  font: 400 2.55rem/1.08 'Instrument Serif', serif;
  letter-spacing: -.012em;
}
.reveal .systems-quote .quote-goals { color: var(--text); }
.reveal .systems-quote .quote-systems {
  margin-top: .42em;
  color: var(--text-bright);
}
.reveal .systems-quote .quote-systems em {
  color: var(--gold);
  font-style: italic;
}
.reveal .quote-credit {
  display: flex;
  align-items: baseline;
  gap: .8rem;
  margin-top: 2.25rem;
  color: var(--text-dim);
}
.reveal .quote-credit span {
  color: var(--gold);
  font: 500 .7rem/1.3 'JetBrains Mono', monospace;
  letter-spacing: .16em;
}
.reveal .quote-credit cite {
  font: italic 1rem/1.3 'Instrument Serif', serif;
}

/* First principle — the hidden value hierarchy behind every system. */
.reveal .first-principle-slide { text-align: left; }
.reveal .first-principle-slide .kicker { margin-bottom: 1.65rem; }
.reveal .first-principle-slide h2 { max-width: none; margin: 0; font-size: 52px; }
.reveal .principle-chain {
  flex: 1;
  min-height: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 36px minmax(0, 1fr) 36px minmax(0, 1fr) 36px minmax(0, 1fr);
  gap: 0;
  align-items: stretch;
  margin: 40px 0 24px;
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
}
.reveal .principle-node {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: 30px 22px;
  background: var(--bg-2);
  border-top: 3px solid var(--rule);
}
.reveal .principle-node span {
  color: var(--text-dim);
  font: 500 16px/1.25 'JetBrains Mono', monospace;
  letter-spacing: .12em;
}
.reveal .principle-node h3 {
  max-width: 11ch;
  margin: 28px 0 0;
  font-size: 34px;
  line-height: 1.12;
}
.reveal .principle-node.mission-node { border-top-color: var(--teal); }
.reveal .principle-node.first-node { background: var(--bg-3); border-top-color: var(--gold); }
.reveal .principle-node.first-node span { color: var(--gold); }
.reveal .principle-node.protocol-node { border-top-color: var(--text-dim); }
.reveal .principle-node.behavior-node { border-top-color: var(--coral); }
.reveal .principle-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold);
  background: var(--bg);
  font: 400 32px/1 'Instrument Serif', serif;
  font-style: normal;
}
.reveal .principle-conclusion {
  max-width: none;
  margin: 0;
  padding-bottom: 8px;
  font: 400 34px/1.22 'Instrument Serif', serif;
  color: var(--text);
}
.reveal .principle-conclusion em { color: var(--gold); }
.reveal .thesis-slide { text-align: center; }
.reveal .craft-sequence { margin: auto; }
.reveal .craft-sequence p {
  font: 400 2rem/1.15 'Instrument Serif', serif;
  color: var(--text-dim); max-width: none; margin: .45rem auto;
}
.reveal .craft-sequence .decisive { color: var(--gold); font-size: 3rem; margin-top: 1.25rem; }
.reveal .civilization-chain {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  width: fit-content;
  max-width: 100%;
  margin: 0 auto;
  padding: 18px 28px;
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
  color: var(--text-dim);
  font: 500 17px/1.25 'JetBrains Mono', monospace;
  letter-spacing: .11em;
  white-space: nowrap;
}
.reveal .civilization-chain i {
  color: var(--gold);
  font: 400 28px/1 'Instrument Serif', serif;
  font-style: normal;
}
.reveal .civilization-chain .capacity { color: var(--gold); }
.reveal .implicit-line {
  margin-top: auto; font: 500 .66rem/1.4 'JetBrains Mono', monospace;
  letter-spacing: .16em; text-transform: uppercase; color: var(--text-faint);
}

/* Human / AI contrast */
.reveal .human-ai {
  display: grid; grid-template-columns: 1fr 1fr; gap: 2px;
  background: var(--rule); border: 1px solid var(--rule); margin-top: 2.4rem;
}
.reveal .human-ai > div { background: var(--bg); padding: 2.5rem 2.7rem 2.7rem; min-height: 16rem; }
.reveal .human-ai .ai-side { border-top: 3px solid var(--gold); background: var(--bg-2); }
.reveal .side-label {
  font: 500 .72rem/1.3 'JetBrains Mono', monospace;
  letter-spacing: .18em; color: var(--text-dim);
}
.reveal .ai-side .side-label { color: var(--gold); }
.reveal .human-ai h3 { font-size: 1.75rem; margin: 2rem 0 .8rem; }
.reveal .human-ai p { font-size: 1.05rem; color: var(--text-dim); }

/* Built / dark */
.reveal .statecols { display: grid; grid-template-columns: 1fr 1fr; gap: 2px; margin-top: 2rem; }
.reveal .statecols > div { background: var(--bg-2); padding: 1.8rem 2.2rem 2.1rem; text-align: left; min-height: 17rem; }
.reveal .statecols h3 {
  font: 500 .78rem/1.3 'JetBrains Mono', monospace;
  letter-spacing: .18em; margin: 0 0 1.15rem;
}
.reveal .statecols .built h3 { color: var(--teal); }
.reveal .statecols .dark { border-top: 3px solid var(--coral); }
.reveal .statecols .dark h3 { color: var(--coral); }
.reveal .statecols ul { list-style: none; margin: 0; padding: 0; }
.reveal .statecols li {
  font-size: .9rem; color: var(--text); padding: .38rem 0 .38rem 1.25rem;
  position: relative; line-height: 1.35;
}
.reveal .statecols li::before { content: '—'; position: absolute; left: 0; color: var(--text-faint); }
.reveal .nothing { font: italic 2.3rem/1 'Instrument Serif', serif; color: var(--text-bright); margin-bottom: .7rem; }

/* Recurring three-layer stack */
.reveal .layerstack { width: 100%; max-width: 62rem; margin: 1.8rem auto 0; }
.reveal .layerstack .stratum {
  display: grid; grid-template-columns: 10.5rem 16rem 1fr; align-items: center; gap: 1.5rem;
  padding: 1.35rem 1.8rem; margin-bottom: 2px; background: var(--bg-2);
  border-left: 3px solid var(--rule); text-align: left;
}
.reveal .layerstack .sn {
  font: 500 .7rem/1.3 'JetBrains Mono', monospace;
  letter-spacing: .15em; color: var(--text-dim); text-transform: uppercase;
}
.reveal .layerstack .sv { font: 400 1.4rem/1.15 'Instrument Serif', serif; color: var(--text-bright); }
.reveal .layerstack .sg { font-size: .78rem; line-height: 1.35; color: var(--text-dim); }
.reveal .layerstack .stratum.lit-gold { border-left-color: var(--gold); background: var(--bg-3); }
.reveal .layerstack .stratum.lit-gold .sn { color: var(--gold); }
.reveal .layerstack .overlay {
  display: grid; grid-template-columns: 10.5rem 1fr; gap: 1.5rem; align-items: center;
  padding: .72rem 1.8rem .82rem; margin: -2px 0 2px; background: rgba(77,168,160,.045);
  border-left: 3px solid var(--teal); text-align: left;
}
.reveal .layerstack .overlay .sn { color: var(--teal); }
.reveal .layerstack .overlay .sg { font-size: .76rem; color: var(--text); }
.reveal .layerstack .overlay .sg strong { color: var(--text-bright); font-weight: 500; }
.reveal .layerstack .missing-service { border-left-color: var(--gold); background: var(--gold-soft); }
.reveal .layerstack .missing-service .sn { color: var(--gold); }
.reveal .layerstack.compact { margin-top: .8rem; }
.reveal .layerstack.compact .stratum { padding: .82rem 1.6rem; }
.reveal .layerstack.compact .overlay { padding: .62rem 1.6rem .7rem; }
.reveal .layerstack.whole { border-left: 1px solid var(--gold); margin-top: 1rem; }
.reveal .layerstack .lit-whole { border-left-color: var(--gold); background: linear-gradient(90deg, rgba(201,165,78,.08), var(--bg-2) 22%); }
.reveal .layerstack .lit-whole .sn { color: var(--gold); }

/* Buzz opener and discipline */
.reveal .buzz-intro {
  display: grid; grid-template-columns: 9rem 1fr; align-items: center; gap: 2rem;
  border-top: 1px solid var(--teal); border-bottom: 1px solid var(--rule);
  padding: 2.1rem 0; max-width: 55rem; margin-top: 2.2rem;
}
.reveal .buzz-name { font: 500 1rem/1 'JetBrains Mono', monospace; letter-spacing: .22em; color: var(--teal); }
.reveal .buzz-intro p { max-width: 34ch; margin: 0; font: 400 1.4rem/1.25 'Instrument Serif', serif; }
.reveal .orthogonal-line { font: 500 .72rem/1.4 'JetBrains Mono', monospace; letter-spacing: .1em; color: var(--text-dim); margin-top: 2rem; }
.reveal .strategy-diptych {
  display: grid; grid-template-columns: 1fr 1fr; gap: 2px; margin-top: 2rem;
  background: var(--rule); border: 1px solid var(--rule);
}
.reveal .strategy-diptych > div { min-height: 21rem; padding: 2.2rem 2.5rem; background: var(--bg); }
.reveal .strategy-diptych > div:last-child { border-top: 3px solid var(--gold); background: var(--bg-2); }
.reveal .panel-label { font: 500 .7rem/1.3 'JetBrains Mono', monospace; letter-spacing: .18em; color: var(--gold); }
.reveal .strategy-diptych h3 { font-size: 1.8rem; margin: 2.2rem 0 1rem; }
.reveal .strategy-diptych p { font-size: 1rem; color: var(--text-dim); max-width: 27ch; }
.reveal .strategy-diptych .panel-close { color: var(--text-bright); margin-top: 3rem; font-family: 'Instrument Serif', serif; font-size: 1.3rem; }
.reveal .quiet-proof { font: 500 .66rem/1.4 'JetBrains Mono', monospace; letter-spacing: .08em; color: var(--text-faint); margin: 1.5rem auto 0; max-width: 74ch; text-align: center; }

/* 3–6 month sentence */
.reveal .product-sentence {
  max-width: 56rem; margin: 1.5rem auto 0; text-align: center;
  font: 400 1.25rem/1.35 'Instrument Serif', serif; color: var(--text-bright);
}
.reveal .product-sentence em { color: var(--gold); }
.reveal .not-doing {
  max-width: none; margin: 1.2rem auto 0; text-align: center;
  font: 500 .6rem/1.4 'JetBrains Mono', monospace; letter-spacing: .08em; color: var(--text-faint);
}
.reveal .not-doing strong { color: var(--coral); font-weight: 500; }

/* Excellence asks */
.reveal .asks { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; margin-top: 1.7rem; }
.reveal .asks > div { background: var(--bg-2); padding: 1.7rem 1.8rem 1.9rem; text-align: left; min-height: 20rem; }
.reveal .asks .an { font: 500 .72rem/1 'JetBrains Mono', monospace; letter-spacing: .18em; color: var(--gold); display: block; margin-bottom: 1.1rem; }
.reveal .asks h3 { font-size: 1.48rem; line-height: 1.12; margin: 0 0 1rem; }
.reveal .asks p { font-size: .82rem; line-height: 1.45; color: var(--text); margin: 0 0 .8rem; }
.reveal .asks .ask-proof { color: var(--text-dim); margin-top: 1.7rem; font-style: italic; }

/* Close / fin */
.reveal .close-slide .thesis-box { max-width: 38rem; text-align: center; }
.reveal .close-slide .thesis-box p { font-size: 1.45rem; }
.reveal .close-slide .thesis-box .close-line { color: var(--gold); font-size: 2rem; margin-top: 1.3rem; }
.reveal .closing-cadence {
  margin: 1.8rem auto 0; max-width: none; text-align: center;
  font: 500 .66rem/1.4 'JetBrains Mono', monospace; letter-spacing: .09em; color: var(--text-dim);
}
.reveal .fin-slide { text-align: center; }
.reveal .fin-slide img { width: 18rem; height: auto; opacity: .8; }
.reveal .fin-slide p {
  margin: 2rem auto 0; max-width: none;
  font: 500 .65rem/1.4 'JetBrains Mono', monospace; letter-spacing: .12em; color: var(--text-faint);
}

/* Avoid a logo collision on title and fin. */
body > .deck-logo { display: block; }
.reveal .slides > .title-slide ~ section {}

@media (max-width: 900px) {
  .reveal .slides > section { padding: 3.5rem 4rem 3rem; }
  .reveal .layerstack .stratum { grid-template-columns: 8.5rem 12rem 1fr; }
}

/* ------------------------------------------------------------------ */
/* Projector scale + vertical field                                   */
/* ------------------------------------------------------------------ */

:root {
  --deck-body: 32px;
  --deck-body-compact: 28px;
  --deck-support: 24px;
  --deck-label: 19px;
  --deck-serif-body: 38px;
}

/* Reveal marks the active section display:block!important. Reinstate
   the template's intended flex canvas so mid/center and auto margins work. */
.reveal .slides > section,
.reveal .slides > section > section {
  display: flex !important;
}

/* The title, version, integration opener, close, and Q&A use deliberate
   centered breathing room. Evidence and strategy slides fill the field. */
.reveal .mid {
  justify-content: center !important;
}
.reveal .fin-slide {
  justify-content: center !important;
  align-items: center !important;
}
body.on-fin > .deck-logo { display: none; }

/* Slide 2 — use the proof rows as a full-height evidence field. */
.reveal .proof-slide .workflow-proof {
  flex: 1;
  display: grid;
  grid-template-rows: repeat(4, 1fr);
  width: 100%;
  margin: 34px 0 14px;
}
.reveal .proof-slide .proof-row { min-height: 0; }
.reveal .proof-slide .proof-label { font-size: var(--deck-label); }
.reveal .proof-slide .proof-claim { font-size: var(--deck-serif-body); }
.reveal .proof-slide .workflow-visual {
  flex: 1;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 24px 0 8px;
}
.reveal .proof-slide .workflow-visual img {
  display: block;
  width: 100%;
  max-height: 610px;
  object-fit: contain;
  border: 1px solid rgba(242, 238, 231, .16);
}

/* Slide 5 — thesis in the middle, consequences anchored at the bottom. */
.reveal .thesis-slide {
  justify-content: flex-start !important;
  align-items: stretch !important;
  text-align: center;
}
.reveal .thesis-slide .kicker { align-self: flex-start; }
.reveal .thesis-slide .craft-sequence { margin: auto auto 22px; }
.reveal .thesis-slide .craft-sequence p { font-size: 38px; }
.reveal .thesis-slide .craft-sequence .decisive { font-size: 54px; margin-top: 22px; }
.reveal .thesis-slide .civilization-chain { margin: 0 auto 22px; }
.reveal .thesis-slide .implicit-line {
  margin: 0 auto;
  padding-bottom: 8px;
  font-size: 20px;
}

/* Slide 6 — two readable columns and a true lower-third conclusion. */
.reveal .why-now-slide .human-ai { min-height: 370px; }
.reveal .why-now-slide .human-ai > div { min-height: 0; padding: 44px 46px; }
.reveal .why-now-slide .side-label { font-size: var(--deck-label); }
.reveal .why-now-slide .human-ai h3 { font-size: 40px; margin: 52px 0 18px; }
.reveal .why-now-slide .human-ai p { font-size: var(--deck-body); line-height: 1.35; }
.reveal .why-now-slide .takeaway {
  margin-top: auto;
  font-size: var(--deck-body);
  padding-bottom: 8px;
}

/* Slide 7 — increase evidence text and let the two-state object carry weight. */
.reveal .state-slide .statecols { min-height: 390px; }
.reveal .state-slide .statecols > div { min-height: 0; padding: 34px 40px; }
.reveal .state-slide .statecols h3 { font-size: var(--deck-label); }
.reveal .state-slide .statecols li { font-size: 30px; line-height: 1.38; padding-top: 8px; padding-bottom: 8px; }
.reveal .state-slide .nothing { font-size: 48px; }
.reveal .state-slide .takeaway {
  margin-top: auto;
  font-size: 30px;
  padding-bottom: 8px;
}

/* Slides 8, 10, 12 — one recurring figure, with presentation-safe copy. */
.reveal .layerstack .stratum {
  grid-template-columns: 230px 330px 1fr;
  gap: 26px;
  min-height: 104px;
  padding: 24px 30px;
}
.reveal .layerstack .sn { font-size: var(--deck-label); }
.reveal .layerstack .sv { font-size: 38px; }
.reveal .layerstack .sg { font-size: var(--deck-body-compact); line-height: 1.34; }
.reveal .map-slide .layerstack { margin-top: 34px; }
.reveal .map-slide .takeaway {
  margin-top: auto;
  font-size: 30px;
  padding-bottom: 8px;
}

.reveal .integration-stack-slide .layerstack.compact {
  margin: auto;
}
.reveal .integration-stack-slide .layerstack.compact .stratum {
  min-height: 86px;
  padding: 18px 28px;
}
.reveal .integration-stack-slide .layerstack.compact .overlay {
  grid-template-columns: 230px 1fr;
  gap: 26px;
  min-height: 78px;
  padding: 16px 28px;
}
.reveal .integration-stack-slide .layerstack .overlay .sg {
  font-size: var(--deck-body-compact);
  line-height: 1.32;
}

/* Slide 9 — a real product surface gives the integration a concrete first impression. */
.reveal .integration-open .buzz-stage {
  flex: 1;
  display: grid;
  grid-template-columns: .78fr 1.22fr;
  gap: 54px;
  align-items: center;
  margin: 26px 0 18px;
}
.reveal .integration-open .buzz-intro {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 28px;
  max-width: none;
  margin: 0;
  padding: 0;
  border: 0;
}
.reveal .integration-open .buzz-name { font-size: 22px; }
.reveal .integration-open .buzz-intro p { font-size: 42px; line-height: 1.18; max-width: 17ch; }
.reveal .integration-open .buzz-visual { margin: 0; min-width: 0; }
.reveal .integration-open .buzz-visual img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid rgba(242, 238, 231, .25);
  box-shadow: 0 22px 60px rgba(0, 0, 0, .26);
}
.reveal .integration-open .buzz-visual figcaption {
  margin-top: 14px;
  color: var(--text-dim);
  font: 500 18px/1.3 'JetBrains Mono', monospace;
  letter-spacing: .08em;
}
.reveal .integration-open .orthogonal-line { margin-top: auto; font-size: var(--deck-support); }

/* Slide 11 — make each strategic constraint legible from the back row. */
.reveal .discipline-slide .strategy-diptych { flex: 1; }
.reveal .discipline-slide .strategy-diptych > div { min-height: 0; padding: 42px 46px; }
.reveal .discipline-slide .panel-label { font-size: var(--deck-label); }
.reveal .discipline-slide .strategy-diptych h3 { font-size: 42px; }
.reveal .discipline-slide .strategy-diptych p { font-size: 30px; line-height: 1.4; }
.reveal .discipline-slide .strategy-diptych .panel-close { font-size: 34px; margin-top: 44px; }
.reveal .discipline-slide .quiet-proof { font-size: 22px; margin-top: 24px; }

/* Slide 12 — hold the governing role in the center and the exclusions at the floor. */
.reveal .coherent-stack-slide .layerstack.whole { margin-top: 24px; }
.reveal .coherent-stack-slide .layerstack .stratum { min-height: 92px; }
.reveal .coherent-stack-slide .product-sentence {
  margin-top: 34px;
  font-size: 36px;
  line-height: 1.32;
  max-width: 1120px;
}
.reveal .coherent-stack-slide .not-doing {
  margin-top: auto;
  padding-bottom: 8px;
  font-size: 21px;
}

/* Slide 13 — teamwork is individual decision mastery, strengthened by collective challenge. */
.reveal .teamwork-slide .mastery-grid {
  flex: 1;
  min-height: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2px;
  margin-top: 22px;
  background: var(--rule);
  border: 1px solid var(--rule);
}
.reveal .teamwork-slide .mastery-lens {
  display: flex;
  flex-direction: column;
  min-height: 0;
  overflow: hidden;
  padding: 32px 38px;
  background: var(--bg);
}
.reveal .teamwork-slide .mastery-lens.betting { border-top: 3px solid var(--gold); }
.reveal .teamwork-slide .mastery-lens.systems { border-top: 3px solid var(--teal); background: var(--bg-2); }
.reveal .teamwork-slide .lens-number {
  color: var(--gold);
  font: 500 var(--deck-label)/1.2 'JetBrains Mono', monospace;
  letter-spacing: .15em;
}
.reveal .teamwork-slide .systems .lens-number { color: var(--teal); }
.reveal .teamwork-slide .mastery-lens h3 {
  max-width: 15ch;
  margin: 26px 0 18px;
  font-size: 40px;
  line-height: 1.11;
}
.reveal .teamwork-slide .mastery-lens p {
  max-width: 31ch;
  margin: 0;
  color: var(--text-dim);
  font-size: 28px;
  line-height: 1.34;
}
.reveal .teamwork-slide .mastery-lens a {
  margin-top: auto;
  color: var(--gold);
  font: 500 16px/1.35 'JetBrains Mono', monospace;
  letter-spacing: .08em;
  text-decoration: none;
}
.reveal .teamwork-slide .accountability-band {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  column-gap: 28px;
  align-items: baseline;
  margin-top: 16px;
  padding: 18px 22px 14px;
  border-left: 3px solid var(--gold);
  background: var(--gold-soft);
}
.reveal .teamwork-slide .accountability-band p {
  margin: 0;
  color: var(--text-bright);
  font: 400 30px/1.2 'Instrument Serif', serif;
}
.reveal .teamwork-slide .accountability-band p strong { color: var(--gold); font-weight: 400; }
.reveal .teamwork-slide .accountability-band > span {
  color: var(--text);
  font-size: 28px;
  line-height: 1.3;
}
.reveal .teamwork-slide .accountability-band small {
  grid-column: 1 / -1;
  margin-top: 10px;
  color: var(--text-dim);
  font: 500 16px/1.35 'JetBrains Mono', monospace;
  letter-spacing: .06em;
}

/* Slide 14 — show the compounding loop before turning it into asks. */
.reveal .compounding-slide { text-align: left; }
.reveal .compounding-slide .kicker { margin-bottom: 1.65rem; }
.reveal .compounding-slide h2 { margin: 0; max-width: none; font-size: 52px; }
.reveal .compounding-loop {
  flex: 1;
  min-height: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 34px minmax(0, 1fr) 34px minmax(0, 1fr) 34px minmax(0, 1fr);
  gap: 0;
  align-items: stretch;
  margin: 40px 0 24px;
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
}
.reveal .compound-step {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: 30px 22px;
  background: var(--bg-2);
  border-top: 3px solid var(--teal);
}
.reveal .compound-step span {
  color: var(--teal);
  font: 500 18px/1.2 'JetBrains Mono', monospace;
  letter-spacing: .16em;
}
.reveal .compound-step h3 {
  max-width: none;
  margin: 28px 0 20px;
  font-size: 34px;
  line-height: 1.1;
}
.reveal .compound-step p {
  max-width: 15ch;
  margin: 0;
  color: var(--text-dim);
  font-size: 24px;
  line-height: 1.36;
}
.reveal .compounding-loop > i {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold);
  background: var(--bg);
  font: 400 30px/1 'Instrument Serif', serif;
  font-style: normal;
}
.reveal .compound-step.final-step { background: var(--gold-soft); border-top-color: var(--gold); }
.reveal .compound-step.final-step span { color: var(--gold); }
.reveal .compounding-line {
  max-width: none;
  margin: 0;
  padding-bottom: 8px;
  font: 400 34px/1.22 'Instrument Serif', serif;
}
.reveal .compounding-line em { color: var(--gold); }

/* Slide 15 — the asks are the work product, so the cards fill the field. */
.reveal .asks-slide .asks { flex: 1; margin-top: 30px; margin-bottom: 10px; }
.reveal .asks-slide .asks > div { display: flex; flex-direction: column; min-height: 0; padding: 38px 40px; }
.reveal .asks-slide .asks .an { font-size: var(--deck-label); }
.reveal .asks-slide .asks h3 { font-size: 38px; line-height: 1.14; }
.reveal .asks-slide .asks p { font-size: 29px; line-height: 1.42; }
.reveal .asks-slide .asks .ask-proof {
  margin-top: auto;
  margin-bottom: 0;
  padding-top: 30px;
  border-top: 1px solid var(--rule);
  font-size: 29px;
}
.reveal .asks-slide .asks .ask-proof strong {
  display: block;
  margin-bottom: 13px;
  color: var(--gold);
  font: 500 17px/1.2 'JetBrains Mono', monospace;
  letter-spacing: .12em;
}

/* Closing support copy remains subordinate but comfortably readable. */
.reveal .close-slide .closing-cadence { font-size: var(--deck-support); }
.reveal .fin-slide p { font-size: 20px; }
