/* ==================== FONTS ==================== */
@font-face {
  font-family: 'Cooper Hewitt';
  src: url('fonts/final/CooperHewitt-Book.otf') format('opentype');
  font-weight: 400; font-style: normal; font-display: block;
}
@font-face {
  font-family: 'Cooper Hewitt';
  src: url('fonts/final/CooperHewitt-Medium.otf') format('opentype');
  font-weight: 500; font-style: normal; font-display: block;
}
@font-face {
  font-family: 'Cooper Hewitt';
  src: url('fonts/final/CooperHewitt-Semibold.otf') format('opentype');
  font-weight: 600; font-style: normal; font-display: block;
}
@font-face {
  font-family: 'Cooper Hewitt';
  src: url('fonts/final/CooperHewitt-Bold.otf') format('opentype');
  font-weight: 700; font-style: normal; font-display: block;
}
@font-face {
  font-family: 'Cooper Hewitt';
  src: url('fonts/final/CooperHewitt-Heavy.otf') format('opentype');
  font-weight: 900; font-style: normal; font-display: block;
}
@font-face {
  font-family: 'TeX Gyre Heros';
  src: url('fonts/final/texgyreheros-regular.otf') format('opentype');
  font-weight: 400; font-style: normal; font-display: block;
}
@font-face {
  font-family: 'TeX Gyre Heros';
  src: url('fonts/final/texgyreheros-italic.otf') format('opentype');
  font-weight: 400; font-style: italic; font-display: block;
}
@font-face {
  font-family: 'TeX Gyre Heros';
  src: url('fonts/final/texgyreheros-bold.otf') format('opentype');
  font-weight: 700; font-style: normal; font-display: block;
}
/* Letter Gothic substitute: JetBrains Mono (similar fixed-width technical feel) */
@font-face {
  font-family: 'Letter Gothic Std';
  src: url('fonts/final/JetBrainsMono-Regular.ttf') format('truetype');
  font-weight: 400; font-style: normal; font-display: block;
}
@font-face {
  font-family: 'Letter Gothic Std';
  src: url('fonts/final/JetBrainsMono-Medium.ttf') format('truetype');
  font-weight: 500; font-style: normal; font-display: block;
}
@font-face {
  font-family: 'Letter Gothic Std';
  src: url('fonts/final/JetBrainsMono-Bold.ttf') format('truetype');
  font-weight: 700; font-style: normal; font-display: block;
}
@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600&display=block');

/* ==================== TOKENS ==================== */
/* v6 — brand-book aligned. Warm neutrals. Pure #000 / #fff are banned. */
:root {
  /* core brand palette */
  --ink: #0b0b0b;              /* near-black, replaces old --black */
  --paper: #f4f2ed;            /* warm off-white, replaces old --bone */
  --paper-deep: #e7e4dc;       /* panel / inset surface on paper */
  --yellow: #efd027;           /* brand yellow — earned, marks what matters */
  --yellow-hover: #fbd93a;     /* hover/active state */
  --muted: #9a958a;            /* secondary text, borders, dividers */
  --muted-soft: #bab6ab;       /* tertiary text on paper */
  --muted-dark: #6a6760;       /* body-muted on paper */

  /* legacy aliases (kept so existing classes keep working during the edit pass) */
  --black: var(--ink);
  --bone: var(--paper);
  --bone-deep: var(--paper-deep);
  --saffron: var(--yellow);
  --silver: #BFBFBF;
  --grey: #3a3a36;
  --grey-soft: var(--muted);

  /* typography roles — NON-NEGOTIABLE per brand book */
  --display: 'Helvetica Neue Condensed Bold', 'HelveticaNeue-CondensedBold', 'Helvetica Neue', Helvetica, Arial Narrow, sans-serif;   /* SPEAKS — headlines, hero titles (was Cooper Hewitt) */
  --body: 'TeX Gyre Heros', 'Helvetica Neue', Helvetica, Arial, sans-serif;     /* EXPLAINS — body copy */
  --mono: 'Letter Gothic Std', 'JetBrains Mono', Consolas, monospace;           /* INFORMS — labels, eyebrows, footers */
  --tagline: 'Space Grotesk', 'Helvetica Neue', Helvetica, Arial, sans-serif;   /* TAGLINE ONLY */
}

/* ==================== PAGE SETUP — 16:9 @ 1920×1080 ==================== */
@page {
  size: 1920px 1080px;
  margin: 0;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html, body {
  font-family: var(--body);
  color: var(--black);
  background: var(--bone);
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slide {
  width: 1920px;
  height: 1080px;
  position: relative;
  overflow: hidden;
  page-break-after: always;
  break-after: page;
  padding: 60px 80px;
  background: var(--bone);
  color: var(--black);
}
.slide:last-child { page-break-after: auto; }
.slide.dark {
  background: var(--black);
  color: var(--bone);
}

/* ==================== FOOTER ==================== */
.footer {
  position: absolute;
  left: 80px; right: 80px; bottom: 28px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: lowercase;
  color: var(--grey-soft);
}
.slide.dark .footer { color: var(--muted); }
.footer .left { flex: 1; text-align: left; }
.footer .center {
  flex: 1; text-align: center;
  display: flex; align-items: center; justify-content: center;
  gap: 10px;
}
.footer .h-mono {
  display: inline-block;
  width: 18px;
  height: 18px;
  vertical-align: middle;
}
.footer .h-mono img {
  width: 100%;
  height: 100%;
  display: block;
}
.footer .right { flex: 1; text-align: right; font-variant-numeric: tabular-nums; }

/* ==================== TYPOGRAPHY UTILITIES ==================== */
.display-hero {
  font-family: var(--display);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -0.01em;
  line-height: 0.95;
}
.display-title {
  font-family: var(--display);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  line-height: 1.0;
  font-size: 56px;
}
.section-label {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--grey);
}
.slide.dark .section-label { color: var(--silver); }
.body-text {
  font-family: var(--body);
  font-size: 20px;
  line-height: 1.5;
}
.body-small {
  font-family: var(--body);
  font-size: 17px;
  line-height: 1.55;
}
.mono-caption {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.mono-spec {
  font-family: var(--mono);
  font-size: 13px;
  letter-spacing: 0.04em;
}
.saffron { color: var(--yellow); }
.yellow { color: var(--yellow); }
.ink { color: var(--ink); }
.paper { color: var(--paper); }
.muted { color: var(--muted); }
.muted-dark { color: var(--muted-dark); }
.grey { color: var(--grey); }
.bold { font-weight: 700; }
.tabular { font-variant-numeric: tabular-nums lining-nums; }

/* ==================== HELPERS ==================== */
.rule-thin { height: 1px; background: currentColor; opacity: 0.25; }
.rule-saffron { height: 4px; background: var(--saffron); }
.rule-saffron-thin { height: 2px; background: var(--saffron); }
.chip {
  display: inline-block;
  padding: 6px 10px;
  border: 1px solid currentColor;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

/* ==================== TOP BAR ==================== */
.topbar {
  position: absolute;
  top: 28px;
  left: 80px; right: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--grey);
}
.slide.dark .topbar { color: var(--silver); }
.topbar .wordmark-mini {
  font-family: var(--display);
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.18em;
}

/* ==================== SLIDE-SPECIFIC ==================== */

/* Slide 1 — Cover */
.cover-wordmark {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cover-wordmark .wm-svg {
  /* brand wordmark, SVG master. 60% of slide width. */
  width: 1152px;
  height: auto;
  display: block;
}
.cover-wordmark .subline {
  margin-top: 56px;
  font-family: var(--tagline);
  font-weight: 400;
  font-size: 22px;
  color: var(--paper);
  letter-spacing: 0.04em;
  text-transform: lowercase;
}
.cover-wordmark .rule {
  margin-top: 96px;
  width: 80px; height: 2px;
  background: var(--yellow);
}

/* Wordmark inline on internal slides (slide 17 ask, slide 18 appendix) */
.wm-inline {
  display: block;
  height: 44px;
  width: auto;
}
.wm-inline.small { height: 32px; }

/* Thesis bar */
.thesis-bar {
  width: 100%;
  height: 120px;
  display: flex;
  margin-top: 32px;
  border: 1px solid var(--black);
}
.thesis-bar .fill-black { flex: 3; background: var(--black); }
.thesis-bar .fill-saffron { flex: 1; background: var(--saffron); }

/* Dual numerals */
.dual-num {
  display: flex;
  gap: 120px;
  align-items: flex-end;
  margin-top: 60px;
}
.dual-num .num {
  font-family: var(--display);
  font-weight: 700;
  font-size: 280px;
  line-height: 0.82;
  letter-spacing: -0.02em;
}
.dual-num .num .pct { color: var(--yellow); }
.dual-num .num .pct.neutral { color: var(--ink); opacity: 0.9; }
.dual-num .caption {
  font-family: var(--mono);
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-top: 14px;
  color: var(--grey);
  max-width: 420px;
  line-height: 1.5;
}

/* Four columns (Why Now) */
.four-col {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  margin-top: 48px;
}
.four-col .col {
  border-top: 2px solid var(--saffron);
  padding-top: 18px;
}
.four-col .col .date {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--grey);
  margin-bottom: 12px;
}
.four-col .col .headline {
  font-family: var(--display);
  font-weight: 700;
  font-size: 22px;
  line-height: 1.15;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  margin-bottom: 10px;
}
.four-col .col .body {
  font-family: var(--body);
  font-size: 15px;
  line-height: 1.5;
  color: var(--grey);
}

/* Image helpers */
.img-frame {
  background: var(--grey);
  display: flex; align-items: center; justify-content: center;
  overflow: hidden;
  border-radius: 2px;
}
.img-frame img { width: 100%; height: 100%; object-fit: cover; }

/* Nested rectangles */
.nested-rect {
  position: relative;
  width: 100%;
  aspect-ratio: 2/1;
  background: var(--grey);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}
.nested-rect .inner-black {
  width: 62%; height: 62%;
  background: var(--black);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.nested-rect .inner-saffron {
  width: 40%; height: 40%;
  background: var(--saffron);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.nested-rect .lbl {
  position: absolute;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.nested-rect .lbl.grey-lbl { color: var(--bone); top: 14px; left: 20px; }
.nested-rect .lbl.black-lbl { color: var(--bone); top: -24px; left: 0; }
.nested-rect .lbl.saffron-lbl {
  color: var(--black);
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  font-size: 14px;
  font-weight: 700;
}

/* Two vertical bars (Business Model) */
.biz-bars {
  display: flex;
  gap: 120px;
  margin-top: 40px;
  align-items: flex-end;
  height: 520px;
}
.biz-bars .bar-group {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.biz-bars .bar {
  width: 180px;
  display: flex;
  flex-direction: column-reverse;
  border: 1px solid var(--black);
}
.biz-bars .bar .seg {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--mono);
  font-size: 11px;
  color: var(--bone);
  text-align: center;
  padding: 4px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.biz-bars .bar .seg.landed { background: #141412; height: 40%; }
.biz-bars .bar .seg.pack { background: #2a2a26; height: 10%; }
.biz-bars .bar .seg.proc { background: #4a4742; height: 6%; }
.biz-bars .bar .seg.ful { background: #6a6760; height: 10%; }
.biz-bars .bar .seg.ret { background: #999; height: 8%; color: var(--black); }
.biz-bars .bar .seg.gp { background: var(--saffron); color: var(--black); height: 50%; font-weight: 700; font-size: 16px; }
.biz-bars .bar-label {
  margin-top: 14px;
  font-family: var(--display);
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
.biz-bars .bar-sub {
  margin-top: 4px;
  font-family: var(--mono);
  font-size: 11px;
  color: var(--grey);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* Year columns */
.year-cols {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
  margin-top: 48px;
}
.year-cols .col .yr {
  font-family: var(--display);
  font-weight: 700;
  font-size: 36px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
.year-cols .col .dot {
  width: 10px; height: 10px; border-radius: 50%;
  background: var(--yellow);
  display: inline-block;
  margin-left: 14px;
  vertical-align: middle;
}
.year-cols .col .dot.muted {
  background: var(--silver);
  opacity: 0.5;
}
.year-cols .col .list {
  margin-top: 20px;
  border-top: 1px solid var(--grey);
  padding-top: 20px;
}
.year-cols .col .list .item {
  font-family: var(--body);
  font-size: 18px;
  line-height: 1.5;
  padding: 6px 0;
  border-bottom: 1px solid rgba(0,0,0,0.1);
}
.year-cols .col .list .item .lbl {
  font-family: var(--mono);
  font-size: 10px;
  color: var(--grey);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  display: block;
  margin-bottom: 4px;
}

/* Financial bars */
.fin-bars {
  display: flex;
  gap: 100px;
  align-items: flex-end;
  margin-top: 60px;
  height: 480px;
}
.fin-bars .group {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.fin-bars .stack {
  width: 160px;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
}
.fin-bars .rev {
  width: 100%;
  background: var(--black);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  color: var(--bone);
  font-family: var(--mono);
  font-size: 14px;
  padding: 10px 0;
  letter-spacing: 0.04em;
}
.fin-bars .ebitda-tag {
  font-family: var(--mono);
  font-size: 12px;
  padding: 4px 8px;
  margin-bottom: 4px;
  letter-spacing: 0.06em;
}
.fin-bars .year-label {
  margin-top: 14px;
  font-family: var(--display);
  font-weight: 700;
  font-size: 22px;
  text-transform: uppercase;
}

/* Team */
.team-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  margin-top: 40px;
  align-items: start;
}
.team-grid .person .nameline {
  font-family: var(--display);
  font-weight: 700;
  font-size: 42px;
  text-transform: uppercase;
  letter-spacing: 0.01em;
}
.team-grid .person .role {
  font-family: var(--mono);
  font-size: 12px;
  color: var(--grey);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-top: 6px;
}
.team-grid .person .rule {
  width: 80px; height: 2px;
  background: var(--saffron);
  margin: 20px 0;
}
.team-grid .person .bio {
  font-family: var(--body);
  font-size: 19px;
  line-height: 1.55;
  color: var(--black);
  max-width: 620px;
}
.team-watermark {
  position: absolute;
  left: 50%; top: 52%;
  transform: translate(-50%, -50%);
  font-family: var(--display);
  font-size: 420px;
  font-weight: 700;
  color: var(--silver);
  opacity: 0.08;
  pointer-events: none;
  z-index: 0;
}
.team-grid > * { position: relative; z-index: 1; }

/* Donut (Ask) */
.donut-row {
  display: grid;
  grid-template-columns: 560px 1fr;
  gap: 80px;
  margin-top: 40px;
  align-items: center;
}
.donut {
  width: 460px; height: 460px;
  border-radius: 50%;
  background: conic-gradient(
    var(--black) 0 40%,
    var(--bone) 40% 65%,
    var(--saffron) 65% 85%,
    var(--grey) 85% 100%
  );
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.donut::before {
  content: '';
  position: absolute;
  inset: 120px;
  border-radius: 50%;
  background: var(--bone);
}
.donut .center {
  position: relative;
  z-index: 1;
  text-align: center;
  font-family: var(--display);
  font-weight: 700;
  font-size: 46px;
  line-height: 1;
}
.donut .center .sub {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.16em;
  color: var(--grey);
  display: block;
  margin-top: 10px;
  font-weight: 400;
  text-transform: uppercase;
}
.donut-legend {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.donut-legend .row {
  display: flex;
  align-items: center;
  gap: 16px;
}
.donut-legend .sw {
  width: 18px; height: 18px;
  border: 1px solid var(--grey);
}
.donut-legend .name {
  font-family: var(--mono);
  font-size: 13px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  flex: 1;
}
.donut-legend .pct {
  font-family: var(--display);
  font-weight: 700;
  font-size: 22px;
}

/* Cash timeline */
.cash-line {
  margin-top: 40px;
  display: flex;
  align-items: center;
  gap: 40px;
  padding: 20px 0;
  border-top: 1px solid rgba(0,0,0,0.2);
  border-bottom: 1px solid rgba(0,0,0,0.2);
}
.cash-line .seg {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: var(--mono);
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.cash-line .dot {
  width: 12px; height: 12px; border-radius: 50%;
  background: var(--saffron);
}

/* General slide layout */
.slide-header {
  position: relative;
  padding-top: 28px;
}
.slide-header .eyebrow {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--grey);
  margin-bottom: 18px;
  display: flex;
  gap: 24px;
  align-items: center;
}
.slide-header .eyebrow .num {
  font-weight: 700;
  color: var(--black);
}
.slide-header .eyebrow .dash {
  width: 32px; height: 1px; background: currentColor;
}
.slide.dark .slide-header .eyebrow { color: var(--silver); }
.slide.dark .slide-header .eyebrow .num { color: var(--bone); }
.slide-header h1 {
  font-family: var(--display);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.005em;
  line-height: 1.0;
  font-size: 64px;
  max-width: 1400px;
}
.slide-header h1.small { font-size: 52px; }
.slide-header h1.tiny { font-size: 44px; }
.slide-header .kicker {
  margin-top: 18px;
  font-family: var(--body);
  font-size: 22px;
  color: var(--grey);
  max-width: 1200px;
  line-height: 1.45;
}

.grid-12 {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 28px;
}

.bullet-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.bullet-list li {
  font-family: var(--body);
  font-size: 20px;
  line-height: 1.5;
  padding: 14px 0 14px 28px;
  border-bottom: 1px solid rgba(0,0,0,0.12);
  position: relative;
}
.slide.dark .bullet-list li { border-bottom: 1px solid rgba(255,255,255,0.12); }
.bullet-list li::before {
  content: '';
  position: absolute;
  left: 0; top: 26px;
  width: 14px; height: 2px;
  background: var(--saffron);
}
.bullet-list li .strong {
  font-weight: 700;
}
.bullet-list li .mono-tag {
  font-family: var(--mono);
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--grey);
  display: block;
  margin-top: 4px;
}

/* Specific image tile */
.hero-image {
  width: 100%;
  height: 620px;
  object-fit: cover;
  border-radius: 2px;
}

/* Cover — reused components */

@media print{*{-webkit-print-color-adjust:exact !important;print-color-adjust:exact !important}}