@import url('../colors_and_type.css');

deck-stage {
  --slide-w: 1920px;
  --slide-h: 1080px;
}

/* Every slide is 1920×1080, sits inside deck-stage's auto-scaling host. */
.slide {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 110px 140px 90px;
  font-family: var(--font-body);
  color: var(--fg);
  background: var(--navy-700);
  overflow: hidden;
}
.slide.paper { background: var(--paper-50); color: var(--fg-on-paper); }

/* ─── Chrome on every slide ─── */
.slide .chrome-wordmark {
  position: absolute; left: 140px; bottom: 56px;
  font-family: var(--font-display); font-weight: 300; font-size: 18px;
  letter-spacing: 0.32em; text-transform: uppercase;
  color: rgba(255,255,255,.50);
}
.slide.paper .chrome-wordmark { color: var(--slate-400); }
.slide .chrome-meta {
  position: absolute; right: 140px; bottom: 56px;
  font-family: var(--font-mono); font-size: 18px; letter-spacing: 0.22em;
  text-transform: uppercase; color: rgba(255,255,255,.45);
  display: flex; align-items: center; gap: 18px;
}
.slide.paper .chrome-meta { color: var(--slate-400); }
.chrome-meta .gold { color: var(--gold-500); }
.chrome-rule {
  position: absolute; left: 140px; right: 140px; top: 56px;
  height: 1px; background: var(--rule);
}
.slide.paper .chrome-rule { background: rgba(12,25,36,.10); }

/* ─── Shared atoms ─── */
.eyebrow-lg {
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 22px;
  letter-spacing: 0.36em;
  text-transform: uppercase;
  color: var(--gold-500);
  white-space: nowrap;
}
.slide .hairline { width: 96px; height: 1px; background: var(--gold-500); display: block; }
.kicker-row { display: flex; align-items: center; gap: 28px; }

h1.s-display {
  font-family: var(--font-display);
  font-weight: 200;
  font-size: 168px;
  letter-spacing: 0.16em;
  line-height: 0.98;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
}
.slide.paper h1.s-display { color: var(--navy-700); }

h1.s-h1 {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: 96px;
  line-height: 1.05;
  letter-spacing: -0.005em;
  margin: 0;
  color: #fff;
  max-width: 22ch;
}
.slide.paper h1.s-h1 { color: var(--navy-700); }

h2.s-h2 {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 64px;
  line-height: 1.1;
  margin: 0;
  color: inherit;
  max-width: 24ch;
}
.s-italic {
  font-family: var(--font-serif);
  font-style: italic;
  font-weight: 400;
  letter-spacing: 0;
}
.s-accent { color: var(--gold-500); }

.s-lead {
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 28px;
  line-height: 1.5;
  max-width: 36ch;
  margin: 0;
  color: rgba(255,255,255,.78);
}
.slide.paper .s-lead { color: var(--slate-500); }

/* ─── 01 Title ─── */
.slide-title { justify-content: center; gap: 56px; padding: 110px 160px 90px; }
.slide-title .kicker-row { margin-bottom: 8px; }
.slide-title h1.s-display { max-width: 14ch; }
.slide-title .meta-row {
  display: flex; gap: 80px; margin-top: 48px;
}
.slide-title .meta-col { display: flex; flex-direction: column; gap: 12px; }
.slide-title .meta-l {
  font-family: var(--font-body); font-weight: 500; font-size: 16px;
  letter-spacing: 0.28em; text-transform: uppercase; color: rgba(255,255,255,.55);
}
.slide-title .meta-v {
  font-family: var(--font-display); font-weight: 300; font-size: 36px;
  color: #fff; letter-spacing: -0.005em;
}

/* ─── 02 Agenda ─── */
.slide-agenda { padding-top: 130px; }
.slide-agenda h2 { margin-bottom: 64px; }
.slide-agenda .agenda-list {
  list-style: none; padding: 0; margin: 0;
  display: flex; flex-direction: column;
}
.slide-agenda .ag-row {
  display: grid;
  grid-template-columns: 100px 1fr auto;
  align-items: baseline;
  gap: 48px;
  padding: 28px 0;
  border-bottom: 1px solid var(--rule);
}
.slide-agenda .ag-row:first-child { border-top: 1px solid var(--rule); }
.ag-n { font-family: var(--font-mono); font-size: 22px; color: var(--gold-500); letter-spacing: 0.18em; }
.ag-t { font-family: var(--font-display); font-weight: 400; font-size: 44px; color: #fff; letter-spacing: -0.005em; }
.ag-d { font-family: var(--font-mono); font-size: 18px; color: rgba(255,255,255,.5); letter-spacing: 0.14em; text-transform: uppercase; }

/* ─── 03 Section divider ─── */
.slide-section { justify-content: center; }
.slide-section .sec-n {
  font-family: var(--font-mono); font-size: 28px; color: var(--gold-700);
  letter-spacing: 0.32em; margin-bottom: 32px;
}
.slide-section .sec-t {
  font-family: var(--font-display); font-weight: 300; font-size: 168px;
  line-height: 1.0; letter-spacing: -0.01em; color: var(--navy-700); margin: 0;
  max-width: 12ch;
}
.slide-section .sec-sub {
  font-family: var(--font-serif); font-style: italic; font-size: 44px;
  color: var(--slate-500); margin-top: 32px; max-width: 30ch;
}

/* ─── 04 Big stat ─── */
.slide-stat { justify-content: center; }
.slide-stat .stat-n {
  font-family: var(--font-display); font-weight: 200; font-size: 380px;
  line-height: 0.9; letter-spacing: -0.02em; color: #fff;
  display: flex; align-items: baseline; gap: 24px;
}
.slide-stat .stat-n .unit {
  font-family: var(--font-display); font-weight: 300; font-size: 96px;
  color: var(--gold-500); letter-spacing: 0;
}
.slide-stat .stat-l {
  font-family: var(--font-display); font-weight: 300; font-size: 48px;
  color: rgba(255,255,255,.78); max-width: 26ch; margin-top: 32px;
  line-height: 1.2;
}
.slide-stat .stat-foot {
  position: absolute; left: 140px; right: 140px; bottom: 130px;
  display: flex; justify-content: space-between; align-items: center;
  font-family: var(--font-mono); font-size: 18px; letter-spacing: 0.18em;
  text-transform: uppercase; color: rgba(255,255,255,.45);
}
.stat-foot .gold { color: var(--gold-500); }

/* ─── 05 Case study (paper) ─── */
.slide-case { padding-top: 130px; }
.slide-case h2 .s-italic { font-size: 0.95em; }
.slide-case .case-body { display: grid; grid-template-columns: 1.3fr 1fr; gap: 88px; margin-top: 64px; align-items: start; }
.slide-case blockquote {
  margin: 0;
  font-family: var(--font-serif); font-style: italic; font-weight: 400;
  font-size: 56px; line-height: 1.2; color: var(--navy-700);
  max-width: 24ch;
}
.slide-case blockquote cite {
  display: block; margin-top: 32px;
  font-style: normal; font-family: var(--font-body); font-weight: 500;
  font-size: 18px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--slate-500);
}
.slide-case .case-stats { display: flex; flex-direction: column; gap: 48px; }
.slide-case .cs-row { display: flex; flex-direction: column; gap: 8px; padding-top: 22px; border-top: 1px solid rgba(12,25,36,.10); }
.slide-case .cs-row:first-child { border-top: 0; padding-top: 0; }
.cs-n { font-family: var(--font-display); font-weight: 300; font-size: 96px; line-height: 1; letter-spacing: -0.01em; color: var(--navy-700); }
.cs-l { font-family: var(--font-body); font-size: 22px; color: var(--slate-500); letter-spacing: 0.18em; text-transform: uppercase; }

/* ─── 06 Two column ─── */
.slide-twocol { padding-top: 130px; }
.slide-twocol h2 { margin-bottom: 64px; }
.tc-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; }
.tc { display: flex; flex-direction: column; gap: 18px; padding: 36px; background: var(--navy-800); border: 1px solid var(--rule); }
.tc-kicker { font-family: var(--font-body); font-weight: 500; font-size: 18px; letter-spacing: 0.32em; text-transform: uppercase; color: var(--gold-500); }
.tc-h { font-family: var(--font-display); font-weight: 400; font-size: 44px; color: #fff; margin: 4px 0 8px; line-height: 1.15; max-width: 18ch; }
.tc-p { font-family: var(--font-body); font-size: 22px; line-height: 1.55; color: rgba(255,255,255,.7); margin: 0; max-width: 30ch; }
.tc ul { list-style: none; padding: 0; margin: 16px 0 0; display: flex; flex-direction: column; gap: 14px; }
.tc li { font-family: var(--font-body); font-size: 22px; color: rgba(255,255,255,.85); padding-left: 24px; position: relative; }
.tc li:before { content: '·'; position: absolute; left: 6px; color: var(--gold-500); font-weight: 700; font-size: 28px; line-height: 1; }

/* ─── 07 Bulleted ─── */
.slide-bullets { padding-top: 130px; }
.slide-bullets h2 { margin-bottom: 64px; }
.b-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 56px; }
.b-item { display: flex; flex-direction: column; gap: 16px; padding-top: 22px; border-top: 1px solid var(--rule); }
.b-n { font-family: var(--font-mono); font-size: 18px; color: var(--gold-500); letter-spacing: 0.22em; }
.b-h { font-family: var(--font-display); font-weight: 400; font-size: 36px; color: #fff; margin: 0; line-height: 1.2; max-width: 16ch; }
.b-p { font-family: var(--font-body); font-size: 22px; line-height: 1.55; color: rgba(255,255,255,.7); margin: 0; max-width: 24ch; }

/* ─── 08 Quote (paper) ─── */
.slide-quote { justify-content: center; align-items: flex-start; }
.slide-quote .q-mark {
  font-family: var(--font-serif); font-style: italic; font-weight: 400;
  font-size: 240px; line-height: 0.6; color: var(--gold-500);
  margin-bottom: -32px;
}
.slide-quote blockquote {
  margin: 0;
  font-family: var(--font-serif); font-style: italic; font-weight: 400;
  font-size: 96px; line-height: 1.15; color: var(--navy-700);
  max-width: 22ch;
}
.slide-quote cite {
  display: block; margin-top: 56px;
  font-style: normal; font-family: var(--font-body); font-weight: 500;
  font-size: 22px; letter-spacing: 0.28em; text-transform: uppercase; color: var(--slate-500);
}

/* ─── 09 Partner (paper) ─── */
.slide-partner { padding-top: 130px; }
.slide-partner .pn-grid {
  display: grid; grid-template-columns: 0.85fr 1.15fr;
  gap: 96px; margin-top: 48px; align-items: stretch;
}
.slide-partner .pn-photo-wrap { position: relative; }
.slide-partner .pn-photo {
  width: 100%; aspect-ratio: 1 / 1;
  background-position: center; background-size: cover; background-repeat: no-repeat;
  filter: saturate(0.62) brightness(0.95);
  border: 1px solid rgba(12,25,36,.10);
}
.slide-partner .pn-tag {
  position: absolute; left: 0; bottom: 0; right: 32%;
  background: var(--navy-700); color: #fff;
  padding: 28px 32px; display: flex; flex-direction: column; gap: 8px;
}
.slide-partner .pn-tag .hairline { background: var(--gold-500); }
.slide-partner .pn-name { font-family: var(--font-display); font-weight: 400; font-size: 40px; color: #fff; margin-top: 8px; }
.slide-partner .pn-role { font-family: var(--font-mono); font-size: 18px; color: var(--gold-500); letter-spacing: 0.18em; text-transform: uppercase; }
.slide-partner .pn-body { display: flex; flex-direction: column; gap: 32px; justify-content: center; }
.slide-partner .pn-body h2 { color: var(--navy-700); }
.slide-partner .pn-body p {
  font-family: var(--font-body); font-size: 28px; line-height: 1.55;
  color: var(--slate-500); margin: 0; max-width: 32ch;
}
.slide-partner .pn-points {
  list-style: none; padding: 0; margin: 16px 0 0;
  display: flex; flex-direction: column;
}
.slide-partner .pn-points li {
  font-family: var(--font-body); font-size: 22px; color: var(--slate-600);
  padding: 18px 0 18px 28px; border-top: 1px solid rgba(12,25,36,.10);
  position: relative; line-height: 1.5;
}
.slide-partner .pn-points li:last-child { border-bottom: 1px solid rgba(12,25,36,.10); }
.slide-partner .pn-points li:before { content: '·'; position: absolute; left: 8px; top: 14px; color: var(--gold-500); font-weight: 700; font-size: 24px; }
.slide-partner .pn-points strong { color: var(--navy-700); font-weight: 600; }

/* ─── 10 Closing ─── */
.slide-close { justify-content: center; }
.slide-close .cl-eyebrow {
  font-family: var(--font-body); font-weight: 500; font-size: 22px;
  letter-spacing: 0.36em; text-transform: uppercase; color: var(--gold-500);
}
.slide-close h1.cl-h {
  font-family: var(--font-display); font-weight: 200; font-size: 156px;
  letter-spacing: 0.06em; text-transform: uppercase; line-height: 1.0;
  color: #fff; margin: 24px 0 64px;
}
.slide-close .cl-h .s-italic { letter-spacing: 0; text-transform: none; color: var(--gold-500); }
.slide-close .cl-meta { display: flex; gap: 80px; }
.cl-col { display: flex; flex-direction: column; gap: 12px; }
.cl-l { font-family: var(--font-body); font-weight: 500; font-size: 18px; letter-spacing: 0.28em; text-transform: uppercase; color: rgba(255,255,255,.55); }
.cl-v { font-family: var(--font-display); font-weight: 300; font-size: 40px; color: #fff; }
