@import url('https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,400;9..144,500;9..144,600;9..144,700;9..144,800&family=Inter:wght@300;400;500;600;700&display=swap');

:root {
  --navy: #253F59;
  --navy-deep: #1A2D3F;
  --gold: #A59377;
  --gold-bright: #C5B08D;
  --tertiary: #155E75;
  --bg: #FFFFFF;
  --surface: #F7F5F1;
  --border: #E5E0D6;
  --text: #111827;
  --text-mute: #6B7280;
  --text-soft: #4B5563;
  --rule: #D8D2C3;

  --display-font: "Fraunces", Georgia, "Times New Roman", serif;
  --body-font: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;

  --background-color: var(--bg);
  --heading-font: var(--display-font);
  --base-font-size: 32px;
  --text-size: 16pt;
  --h1-size: 56pt;
  --h2-size: 32pt;
  --h3-size: 22pt;
  --text-color: var(--text);
  --muted-color: var(--text-mute);
  --primary-color: var(--navy);
  --secondary-color: var(--gold);
}

.reveal-viewport { background: var(--bg); }
.reveal { font-family: var(--body-font); color: var(--text); font-weight: 400; }

.reveal .slides section {
  padding: 56px 80px 48px 80px;
  text-align: left;
  height: 100%;
  box-sizing: border-box;
}

.reveal h1, .reveal h2, .reveal h3, .reveal h4 {
  font-family: var(--display-font);
  font-weight: 600;
  font-variation-settings: "opsz" 96;
  color: var(--navy);
  text-transform: none;
  letter-spacing: -0.01em;
  line-height: 1.1;
  margin: 0 0 24px 0;
}

.reveal h1 {
  font-size: var(--h1-size);
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.05;
}

.reveal h2 { font-size: var(--h2-size); font-weight: 600; line-height: 1.1; }
.reveal h3 { font-size: var(--h3-size); font-weight: 600; }

.reveal p, .reveal li {
  font-family: var(--body-font);
  font-size: var(--text-size);
  color: var(--text);
  line-height: 1.5;
  font-weight: 400;
}

.reveal strong { color: var(--navy); font-weight: 600; }
.reveal em { font-style: italic; color: var(--text-soft); }

.reveal ul, .reveal ol { margin: 0 0 0 1.2em; padding: 0; list-style: none; }
.reveal li { margin: 0 0 14px 0; padding-left: 22px; position: relative; }
.reveal li::before {
  content: "";
  position: absolute;
  left: 0; top: 0.65em;
  width: 10px; height: 1px;
  background: var(--gold);
}

.eyebrow {
  font-family: var(--body-font);
  font-size: 10pt;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  margin: 0 0 18px 0;
}
.eyebrow .sep { color: var(--rule); margin: 0 8px; }

.title-rule {
  width: 56px;
  height: 2px;
  background: var(--gold);
  margin: -8px 0 28px 0;
}

/* COVER */
section.cover {
  padding: 0 !important;
  display: grid !important;
  grid-template-columns: 1.1fr 0.9fr;
  height: 100%;
}
section.cover .cover-panel {
  background: var(--navy);
  color: #FFFFFF;
  padding: 80px 64px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
}
section.cover .cover-panel::after {
  content: "";
  position: absolute;
  top: -20%; right: -30%;
  width: 60%; height: 140%;
  background: var(--navy-deep);
  transform: skewX(-12deg);
  z-index: 0;
}
section.cover .cover-panel > * { position: relative; z-index: 1; }
section.cover .cover-eyebrow {
  font-family: var(--body-font);
  font-size: 11pt;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold-bright);
  font-weight: 600;
}
section.cover h1 {
  color: #FFFFFF;
  font-size: 52pt;
  font-weight: 500;
  line-height: 1.04;
  margin: 24px 0 18px 0;
}
section.cover .cover-subtitle {
  font-family: var(--display-font);
  font-style: italic;
  font-size: 17pt;
  font-weight: 400;
  color: rgba(255,255,255,0.82);
  line-height: 1.35;
  max-width: 92%;
}
section.cover .cover-meta {
  font-family: var(--body-font);
  font-size: 10pt;
  letter-spacing: 0.08em;
  color: rgba(255,255,255,0.55);
  line-height: 1.7;
}
section.cover .cover-meta strong { color: var(--gold-bright); font-weight: 500; }
section.cover .cover-side {
  background: var(--surface);
  padding: 80px 56px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
section.cover .cover-side::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 0; height: 0;
  border-top: 220px solid var(--navy);
  border-right: 80px solid transparent;
}
section.cover .cover-side .stamp {
  margin-top: auto;
  border-top: 1px solid var(--border);
  padding-top: 20px;
  font-family: var(--body-font);
  font-size: 9pt;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text-mute);
}
section.cover .cover-side .sources {
  font-family: var(--display-font);
  font-style: italic;
  font-size: 14pt;
  color: var(--navy);
  line-height: 1.5;
}
section.cover .cover-side .sources-label {
  font-family: var(--body-font);
  font-style: normal;
  font-size: 9pt;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 12px;
  font-weight: 600;
}

/* APPENDIX DIVIDER */
section.appendix-divider {
  padding: 0 !important;
  background: var(--navy) !important;
  color: #FFFFFF;
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  position: relative;
  overflow: hidden;
}
section.appendix-divider::before {
  content: "";
  position: absolute;
  bottom: 0; left: 0;
  width: 50%; height: 60%;
  background: var(--navy-deep);
  clip-path: polygon(0 100%, 100% 100%, 0 0);
}
section.appendix-divider .divider-inner {
  position: relative;
  z-index: 1;
  padding: 0 80px;
  max-width: 86%;
}
section.appendix-divider .eyebrow { color: var(--gold-bright); }
section.appendix-divider h1 {
  color: #FFFFFF;
  font-size: 60pt;
  font-weight: 500;
  letter-spacing: -0.02em;
  margin: 0 0 24px 0;
  line-height: 1.05;
}
section.appendix-divider .divider-sub {
  font-family: var(--display-font);
  font-style: italic;
  font-size: 17pt;
  color: rgba(255,255,255,0.78);
  line-height: 1.45;
  max-width: 82%;
}
section.appendix-divider .divider-toc {
  margin-top: 32px;
  font-family: var(--body-font);
  font-size: 10pt;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 600;
}
section.appendix-divider .divider-toc span { margin-right: 22px; }
section.appendix-divider .divider-toc .num { color: var(--gold-bright); margin-right: 4px; }

/* APPENDIX CHROME SHIFT */
section.is-appendix { border-left: 4px solid var(--gold); }
section.is-appendix .eyebrow { color: var(--tertiary); }

/* UTILITIES */
.text-lg { font-size: 18pt; }
.text-xl { font-size: 20pt; }
.text-2xl { font-size: 24pt; }
.text-3xl { font-size: 28pt; }
.text-4xl { font-size: 36pt; }
.text-mute { color: var(--text-mute); }
.text-soft { color: var(--text-soft); }
.text-center { text-align: center; }
.text-navy { color: var(--navy); }
.text-gold { color: var(--gold); }
.text-italic { font-style: italic; font-family: var(--display-font); }

.footnote {
  position: absolute;
  bottom: 24px;
  left: 80px;
  right: 80px;
  font-family: var(--body-font);
  font-size: 9pt;
  color: var(--text-mute);
  letter-spacing: 0.04em;
  border-top: 1px solid var(--border);
  padding-top: 10px;
  line-height: 1.4;
}
.footnote strong { color: var(--navy); font-weight: 600; }

/* STAT CALLOUT (slide 7) */
.stat-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0;
  margin: 8px 0 24px 0;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.stat-cell {
  padding: 24px 24px 22px 24px;
  border-right: 1px solid var(--border);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.stat-cell:last-child { border-right: none; }
.stat-cell .stat-num {
  font-family: var(--display-font);
  font-size: 76pt;
  font-weight: 400;
  font-variation-settings: "opsz" 144;
  color: var(--navy);
  line-height: 0.95;
  letter-spacing: -0.04em;
}
.stat-cell.muted .stat-num { color: var(--text-mute); font-weight: 300; }
.stat-cell .stat-label {
  font-family: var(--body-font);
  font-size: 9pt;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 600;
  margin-top: 10px;
  line-height: 1.35;
}
.stat-cell .stat-desc {
  font-family: var(--body-font);
  font-size: 11pt;
  color: var(--text-soft);
  margin-top: 8px;
  line-height: 1.4;
}

/* PULL-QUOTE (slide 9) */
.pull-quote {
  margin: 16px 0 12px 0;
  padding: 18px 0 18px 28px;
  border-left: 3px solid var(--gold);
  position: relative;
}
.pull-quote .quote-text {
  font-family: var(--display-font);
  font-style: italic;
  font-size: 18pt;
  font-weight: 400;
  color: var(--navy);
  line-height: 1.3;
  margin: 0;
}
.pull-quote .quote-cite {
  font-family: var(--body-font);
  font-style: normal;
  font-size: 10pt;
  color: var(--text-soft);
  margin-top: 10px;
  letter-spacing: 0.04em;
}
.pull-quote .quote-cite strong { color: var(--navy); }

.mega-number {
  font-family: var(--display-font);
  font-size: 96pt;
  font-weight: 400;
  font-variation-settings: "opsz" 144;
  color: var(--navy);
  line-height: 0.9;
  letter-spacing: -0.04em;
}
.mega-number .unit {
  font-size: 28pt;
  color: var(--gold);
  vertical-align: top;
  margin-left: 4px;
  font-style: italic;
}

/* QUOTE-CARD (slide 8, A2) */
.quote-card {
  background: var(--surface);
  padding: 22px 24px;
  border-top: 2px solid var(--gold);
  height: 100%;
  display: flex;
  flex-direction: column;
}
.quote-card .qc-source {
  font-family: var(--body-font);
  font-size: 9pt;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--navy);
  margin-bottom: 12px;
}
.quote-card .qc-source .sep { color: var(--rule); margin: 0 6px; font-weight: 400; }
.quote-card .qc-text {
  font-family: var(--display-font);
  font-style: italic;
  font-size: 12pt;
  color: var(--text);
  line-height: 1.4;
  margin: 0;
}
.quote-card .qc-text.no-italic { font-style: normal; font-family: var(--body-font); font-size: 11pt; }

/* INSTALLMENTS (slide 3) */
.installment-card {
  background: var(--surface);
  padding: 20px 22px;
  border-top: 2px solid var(--navy);
  height: 100%;
  display: flex;
  flex-direction: column;
}
.installment-card .ic-num {
  font-family: var(--display-font);
  font-size: 26pt;
  color: var(--gold);
  font-style: italic;
  line-height: 1;
}
.installment-card h3 { margin: 6px 0 10px 0; font-size: 17pt; }
.installment-card p { font-size: 11pt; color: var(--text-soft); margin: 0; line-height: 1.45; }

/* PATTERN LIST (slide 6) */
.pattern-list { counter-reset: pat; list-style: none; margin: 0; padding: 0; }
.pattern-list li {
  counter-increment: pat;
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 14px;
  padding: 12px 0;
  border-bottom: 1px solid var(--border);
  margin: 0;
}
.pattern-list li::before {
  content: counter(pat, decimal-leading-zero);
  font-family: var(--display-font);
  font-style: italic;
  font-size: 22pt;
  color: var(--gold);
  background: none;
  position: static;
  width: auto; height: auto;
  align-self: center;
  line-height: 1;
}
.pattern-list .pat-name {
  font-family: var(--body-font);
  font-weight: 600;
  font-size: 13pt;
  color: var(--navy);
  display: block;
  margin-bottom: 2px;
}
.pattern-list .pat-def {
  font-family: var(--body-font);
  font-size: 11.5pt;
  color: var(--text-soft);
  line-height: 1.45;
}

/* CHECK LIST (slide 4) */
.check-list { list-style: none; margin: 0; padding: 0; }
.check-list li {
  padding: 14px 0 14px 42px;
  border-bottom: 1px solid var(--border);
  margin: 0;
  position: relative;
}
.check-list li:last-child { border-bottom: none; }
.check-list li::before {
  content: "✓";
  position: absolute;
  left: 0; top: 14px;
  font-family: var(--display-font);
  font-style: italic;
  font-size: 22pt;
  color: var(--gold);
  width: auto; height: auto;
  background: none;
  line-height: 1;
}
.check-list .ck-title {
  font-family: var(--body-font);
  font-weight: 600;
  font-size: 13pt;
  color: var(--navy);
}
.check-list .ck-sources {
  font-family: var(--display-font);
  font-style: italic;
  font-size: 11pt;
  color: var(--gold);
  margin-left: 8px;
}
.check-list .ck-desc {
  font-family: var(--body-font);
  font-size: 11.5pt;
  color: var(--text-soft);
  margin-top: 4px;
  line-height: 1.45;
}

/* TAXONOMY (slide 5) */
.tax-col {
  background: var(--surface);
  padding: 22px 24px;
  border-top: 2px solid var(--navy);
  height: 100%;
}
.tax-col.alt { border-top-color: var(--gold); background: #FBF9F4; }
.tax-col .tax-label {
  font-family: var(--body-font);
  font-size: 10pt;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 700;
  margin-bottom: 6px;
}
.tax-col .tax-head {
  font-family: var(--display-font);
  font-size: 22pt;
  color: var(--navy);
  font-weight: 600;
  margin: 0 0 14px 0;
}
.tax-col blockquote {
  margin: 0 0 14px 0;
  padding: 0 0 0 14px;
  border-left: 2px solid var(--gold);
  font-family: var(--display-font);
  font-style: italic;
  font-size: 12pt;
  color: var(--text);
  line-height: 1.4;
}
.tax-col blockquote cite {
  display: block;
  margin-top: 8px;
  font-family: var(--body-font);
  font-style: normal;
  font-size: 9pt;
  letter-spacing: 0.06em;
  color: var(--text-mute);
}
.tax-col ul { margin: 0; }
.tax-col li {
  font-size: 11.5pt;
  color: var(--text);
  padding-left: 18px;
  margin-bottom: 6px;
}
.tax-col li::before { top: 0.55em; }

/* CMP TABLE (slide A3) */
.cmp-table { width: 100%; border-collapse: collapse; font-family: var(--body-font); }
.cmp-table th {
  font-family: var(--body-font);
  font-size: 9pt;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold);
  text-align: left;
  padding: 10px 12px;
  border-bottom: 2px solid var(--navy);
  vertical-align: bottom;
}
.cmp-table td {
  font-size: 10.5pt;
  color: var(--text);
  padding: 10px 12px;
  border-bottom: 1px solid var(--border);
  vertical-align: top;
  line-height: 1.4;
}
.cmp-table td:first-child {
  font-weight: 600;
  color: var(--navy);
  width: 16%;
}
.cmp-table td.reading {
  font-family: var(--display-font);
  font-style: italic;
  color: var(--text-soft);
}

/* TAKEAWAY (slide 10) */
.takeaway-list { list-style: none; margin: 0; padding: 0; counter-reset: tk; }
.takeaway-list li {
  counter-increment: tk;
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 14px;
  padding: 14px 0;
  border-bottom: 1px solid var(--border);
  margin: 0;
}
.takeaway-list li:last-child { border-bottom: none; }
.takeaway-list li::before {
  content: counter(tk);
  font-family: var(--display-font);
  font-size: 30pt;
  font-style: italic;
  color: var(--gold);
  background: none;
  position: static;
  width: auto; height: auto;
  line-height: 1;
}
.takeaway-list .tk-head {
  font-family: var(--body-font);
  font-weight: 700;
  font-size: 13.5pt;
  color: var(--navy);
}
.takeaway-list .tk-desc {
  font-family: var(--body-font);
  font-size: 11.5pt;
  color: var(--text-soft);
  margin-top: 2px;
  line-height: 1.45;
}

/* TOOL LIST (A4) */
.tool-list { list-style: none; margin: 0; padding: 0; }
.tool-list li {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 16px;
  padding: 9px 0;
  border-bottom: 1px solid var(--border);
  margin: 0;
}
.tool-list li::before { display: none; }
.tool-list .tl-label {
  font-family: var(--body-font);
  font-size: 9.5pt;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--gold);
  align-self: center;
}
.tool-list .tl-value {
  font-family: var(--body-font);
  font-size: 11.5pt;
  color: var(--text);
}
.tool-list .tl-value code {
  font-family: ui-monospace, "SF Mono", Menlo, Consolas, monospace;
  font-size: 10.5pt;
  color: var(--navy);
  background: var(--surface);
  padding: 2px 6px;
  border-radius: 2px;
}

/* BUG-BLOCK (A5) */
.bug-block {
  background: var(--surface);
  padding: 16px 22px;
  border-left: 3px solid var(--gold);
  margin: 10px 0 0 0;
}
.bug-block .bug-label {
  font-family: var(--body-font);
  font-size: 9pt;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 700;
  margin-bottom: 4px;
}
.bug-block .bug-num {
  font-family: var(--display-font);
  font-size: 20pt;
  font-weight: 500;
  color: var(--navy);
  letter-spacing: -0.01em;
}
.bug-block .bug-num .wrong { color: #B45309; text-decoration: line-through; text-decoration-color: rgba(180,83,9,0.5); }
.bug-block .bug-num .right { color: var(--tertiary); }
.bug-block p { font-size: 11pt; color: var(--text-soft); margin: 6px 0 0 0; }

/* SOURCE TABLE (A6) */
.src-table { width: 100%; border-collapse: collapse; font-family: var(--body-font); }
.src-table th {
  font-family: var(--body-font);
  font-size: 8pt;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  text-align: left;
  padding: 7px 10px;
  border-bottom: 2px solid var(--navy);
}
.src-table td {
  font-size: 9.5pt;
  color: var(--text);
  padding: 6px 10px;
  border-bottom: 1px solid var(--border);
  vertical-align: top;
  line-height: 1.35;
}
.src-table td:first-child { font-weight: 600; color: var(--navy); width: 30%; }
.src-table td:nth-child(2) { color: var(--text-mute); font-style: italic; width: 16%; }

.reveal .progress { color: var(--gold); }
.reveal .controls { color: var(--navy); }

/* ============================================================
   SPECIFICITY OVERRIDES — beat `.reveal p` / `.reveal li` rules
   ============================================================ */

.reveal .eyebrow { font-size: 10pt; color: var(--gold); line-height: 1.4; }
.reveal section.is-appendix .eyebrow { color: var(--tertiary); }
.reveal section.appendix-divider .eyebrow { color: var(--gold-bright); font-size: 11pt; }

.reveal .footnote { font-size: 9pt; color: var(--text-mute); line-height: 1.4; }
.reveal .footnote strong { color: var(--navy); font-weight: 600; }

/* cover */
.reveal section.cover .cover-eyebrow { font-size: 11pt; line-height: 1.4; }
.reveal section.cover .cover-subtitle { font-size: 17pt; line-height: 1.35; color: rgba(255,255,255,0.82); }
.reveal section.cover .cover-meta { font-size: 10pt; line-height: 1.7; color: rgba(255,255,255,0.55); }
.reveal section.cover .cover-side .sources { font-size: 14pt; line-height: 1.5; color: var(--navy); }
.reveal section.cover .cover-side .sources-label { font-size: 9pt; color: var(--gold); }
.reveal section.cover .cover-side .stamp { font-size: 9pt; color: var(--text-mute); line-height: 1.4; }

/* appendix divider */
.reveal section.appendix-divider .divider-sub { font-size: 17pt; line-height: 1.45; color: rgba(255,255,255,0.78); }
.reveal section.appendix-divider .divider-toc { font-size: 10pt; color: var(--gold); line-height: 1.7; }

/* stat-cell */
.reveal .stat-cell .stat-num { font-size: 60pt; line-height: 0.95; color: var(--navy); }
.reveal .stat-cell.muted .stat-num { color: var(--text-mute); }
.reveal .stat-cell .stat-label { font-size: 8.5pt; color: var(--gold); line-height: 1.35; }
.reveal .stat-cell .stat-desc { font-size: 10.5pt; color: var(--text-soft); line-height: 1.4; }

/* mega-number */
.reveal .mega-number { font-size: 96pt; line-height: 0.9; color: var(--navy); }
.reveal .mega-number .unit { font-size: 28pt; color: var(--gold); }

/* pull-quote */
.reveal .pull-quote .quote-text { font-size: 18pt; line-height: 1.3; color: var(--navy); }
.reveal .pull-quote .quote-cite { font-size: 10pt; color: var(--text-soft); }
.reveal .pull-quote .quote-cite strong { color: var(--navy); }

/* quote-card */
.reveal .quote-card .qc-source { font-size: 9pt; color: var(--navy); }
.reveal .quote-card .qc-text { font-size: 12pt; line-height: 1.4; color: var(--text); }
.reveal .quote-card .qc-text.no-italic { font-size: 11pt; }

/* installments */
.reveal .installment-card .ic-num { font-size: 26pt; color: var(--gold); line-height: 1; }
.reveal .installment-card p { font-size: 11pt; color: var(--text-soft); line-height: 1.45; }

/* pattern list */
.reveal .pattern-list li::before { font-size: 22pt; color: var(--gold); line-height: 1; }
.reveal .pattern-list .pat-name { font-size: 13pt; color: var(--navy); }
.reveal .pattern-list .pat-def { font-size: 11.5pt; color: var(--text-soft); line-height: 1.45; }

/* check list */
.reveal .check-list li::before { font-size: 22pt; color: var(--gold); }
.reveal .check-list .ck-title { font-size: 13pt; color: var(--navy); }
.reveal .check-list .ck-sources { font-size: 11pt; color: var(--gold); }
.reveal .check-list .ck-desc { font-size: 11.5pt; color: var(--text-soft); line-height: 1.45; }

/* taxonomy */
.reveal .tax-col .tax-label { font-size: 10pt; color: var(--gold); }
.reveal .tax-col .tax-head { font-size: 22pt; color: var(--navy); }
.reveal .tax-col blockquote { font-size: 12pt; line-height: 1.4; color: var(--text); }
.reveal .tax-col blockquote cite { font-size: 9pt; color: var(--text-mute); }
.reveal .tax-col li { font-size: 11.5pt; color: var(--text); }

/* cmp-table */
.reveal .cmp-table th { font-size: 9pt; color: var(--gold); }
.reveal .cmp-table td { font-size: 10.5pt; color: var(--text); line-height: 1.4; }
.reveal .cmp-table td:first-child { color: var(--navy); }
.reveal .cmp-table td.reading { color: var(--text-soft); }

/* takeaway */
.reveal .takeaway-list li::before { font-size: 30pt; color: var(--gold); line-height: 1; }
.reveal .takeaway-list .tk-head { font-size: 13.5pt; color: var(--navy); }
.reveal .takeaway-list .tk-desc { font-size: 11.5pt; color: var(--text-soft); line-height: 1.45; }

/* tool list */
.reveal .tool-list .tl-label { font-size: 9.5pt; color: var(--gold); }
.reveal .tool-list .tl-value { font-size: 11.5pt; color: var(--text); line-height: 1.45; }
.reveal .tool-list .tl-value code { font-size: 10.5pt; color: var(--navy); }

/* bug-block */
.reveal .bug-block .bug-label { font-size: 9pt; color: var(--gold); }
.reveal .bug-block .bug-num { font-size: 20pt; color: var(--navy); }
.reveal .bug-block p { font-size: 11pt; color: var(--text-soft); }

/* src-table */
.reveal .src-table th { font-size: 8pt; color: var(--gold); }
.reveal .src-table td { font-size: 9.5pt; color: var(--text); line-height: 1.35; }
.reveal .src-table td:first-child { color: var(--navy); }
.reveal .src-table td:nth-child(2) { color: var(--text-mute); }

/* utility */
.reveal .text-lg { font-size: 18pt; }
.reveal .text-xl { font-size: 20pt; }
.reveal .text-2xl { font-size: 24pt; }
.reveal .text-3xl { font-size: 28pt; }
.reveal .text-4xl { font-size: 36pt; }

/* defeat default reveal section justify-content */
.reveal .slides section:not(.cover):not(.appendix-divider) {
  justify-content: flex-start;
}

.reveal .slides section .content {
  flex: 0 1 auto;
}

/* fix grid-flow for ::before + 2-child lists */
.reveal .pattern-list li > span { grid-column: 2; }
.reveal .takeaway-list li > p { grid-column: 2; }
