/* The deck: one slide per screen, on the site's tokens. Prints to PDF. */

body { background: #0c0d10; }

.slide {
  position: relative;
  min-height: 100svh; overflow: hidden;
  padding: clamp(46px, 7vh, 84px) clamp(28px, 6vw, 96px);
  display: flex; flex-direction: column; justify-content: center;
  background: var(--paper);
  border-bottom: 1px solid var(--line);
  scroll-snap-align: start;
}
html { scroll-snap-type: y mandatory; }

.kicker {
  font-family: var(--font-mono-face); font-size: 12px; letter-spacing: .12em;
  text-transform: uppercase; color: var(--brand); font-weight: 500; margin-bottom: 18px;
}
.slide h2 {
  font-size: clamp(30px, 4.2vw, 56px); font-weight: 470; line-height: 1.05;
  letter-spacing: -.035em; max-width: 22ch;
}
.slide h2 em, .slide h1 em { font-style: normal; font-weight: 750; color: var(--brand); }
.slide .body { font-size: clamp(15px, 1.35vw, 18px); line-height: 1.55; color: var(--soft); max-width: 74ch; margin-top: 28px; }
.slide .note { font-size: 12.5px; color: var(--faint); margin-top: 14px; max-width: 70ch; }

/* title + close */
.title-slide, .close-slide {
  background: radial-gradient(1100px 700px at 50% 40%, #171b24 0%, #0a0b0e 72%);
  color: var(--on-dark); align-items: flex-start;
}
.title-slide h1, .close-slide h1 {
  font-size: clamp(44px, 6.6vw, 92px); font-weight: 460; line-height: 1;
  letter-spacing: -.045em; margin-top: 30px; max-width: 15ch;
}
.title-slide .sub, .close-slide .sub {
  font-size: clamp(17px, 1.7vw, 22px); color: var(--on-dark-soft); margin-top: 22px; max-width: 52ch; line-height: 1.5;
}
.lockup { display: flex; align-items: center; gap: 14px; }
.lockup svg { width: 44px; height: 44px; }
.lockup span { font-size: 30px; font-weight: 800; letter-spacing: -.03em; color: var(--on-dark); }
.lockup b { color: var(--brand-bright); font-weight: 800; }
.meta {
  display: flex; gap: 26px; flex-wrap: wrap; margin-top: 46px;
  font-family: var(--font-mono-face); font-size: 13px; color: var(--on-dark-soft);
}

/* stats */
.stat-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(18px, 3vw, 44px); margin-top: 42px; }
.stat { border-top: 2px solid var(--ink); padding-top: 16px; }
.stat b { display: block; font-size: clamp(38px, 5vw, 66px); font-weight: 750; letter-spacing: -.035em; line-height: 1; }
.stat b.amber { color: #b97900; }
.stat b.good { color: var(--good); }
.stat span { display: block; font-size: 14.5px; color: var(--soft); margin-top: 10px; line-height: 1.4; }

/* columns, lists */
.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(24px, 4vw, 56px); margin-top: 36px; align-items: start; }
.two-col.tight { margin-top: 26px; }
.three-up { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 38px; }
.card { background: var(--stone); border: 1px solid var(--line); border-radius: 14px; padding: 22px; }
.card b { display: block; font-size: 16px; font-weight: 700; letter-spacing: -.01em; }
.card p { font-size: 14.5px; line-height: 1.55; color: var(--soft); margin-top: 9px; }

.ticks { list-style: none; display: flex; flex-direction: column; gap: 13px; }
.ticks li { position: relative; padding-left: 26px; font-size: 15.5px; line-height: 1.5; color: var(--soft); }
.ticks li b { color: var(--ink); font-weight: 650; }
.ticks li::before {
  content: "✓"; position: absolute; left: 0; top: -1px;
  color: var(--brand); font-weight: 700; font-size: 14px;
}
.ticks.x li::before { content: "✕"; color: #c0392b; }

.quote { border-left: 3px solid var(--brand); padding-left: 22px; }
.quote p { font-size: 15.5px; line-height: 1.6; color: var(--soft); }
.quote p + p { margin-top: 12px; }
.quote .pull { font-size: 19px; font-weight: 650; color: var(--ink); letter-spacing: -.015em; margin-top: 16px; }

/* the gap visual */
.gap-viz { margin-top: 36px; }
.gap-bar { height: 26px; border-radius: 14px; background: #f2d9a4; overflow: hidden; }
.gap-bar i { display: block; height: 100%; background: var(--brand); border-radius: 14px; }
.gap-labels { display: flex; justify-content: space-between; gap: 24px; margin-top: 12px; font-size: 14px; }
.gap-labels .blue { color: var(--brand); font-weight: 600; }
.gap-labels .amber { color: #b97900; font-weight: 600; text-align: right; }

/* competition table */
.comp { width: 100%; border-collapse: collapse; margin-top: 34px; font-size: 15px; }
.comp th {
  text-align: left; font-family: var(--font-mono-face); font-size: 11px; letter-spacing: .08em;
  text-transform: uppercase; color: var(--faint); font-weight: 500; padding: 0 18px 12px 0;
  border-bottom: 1px solid var(--line);
}
.comp td { padding: 16px 18px 16px 0; border-bottom: 1px solid var(--line); vertical-align: top; color: var(--soft); line-height: 1.45; }
.comp td b { color: var(--ink); font-weight: 650; }
.comp td span { font-size: 13px; color: var(--faint); }

/* numbers block */
.numbers { display: flex; flex-direction: column; gap: 20px; }
.numbers div { border-left: 3px solid var(--brand); padding-left: 18px; }
.numbers b { display: block; font-size: clamp(26px, 3vw, 38px); font-weight: 750; letter-spacing: -.03em; }
.numbers span { display: block; font-size: 14px; color: var(--soft); margin-top: 4px; }

/* roadmap */
.roadmap { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 38px; }
.phase { background: var(--stone); border: 1px solid var(--line); border-radius: 14px; padding: 22px; }
.phase .tag {
  display: inline-block; font-family: var(--font-mono-face); font-size: 10.5px; letter-spacing: .08em;
  text-transform: uppercase; border-radius: 999px; padding: 4px 11px; margin-bottom: 14px;
}
.tag.now { background: var(--brand); color: #fff; }
.tag.next { background: var(--brand-wash); color: var(--brand-deep); }
.tag.later { background: #e9ebef; color: var(--soft); }
.phase b { display: block; font-size: 17px; font-weight: 700; letter-spacing: -.015em; }
.phase p { font-size: 14.5px; line-height: 1.55; color: var(--soft); margin-top: 8px; }

/* team */
.team { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(24px, 4vw, 56px); margin-top: 38px; }
.member b { font-size: 21px; font-weight: 750; letter-spacing: -.02em; }
.member > span { font-family: var(--font-mono-face); font-size: 12px; color: var(--brand); margin-left: 10px; }
.member ul { list-style: none; margin-top: 16px; display: flex; flex-direction: column; gap: 10px; }
.member li { position: relative; padding-left: 18px; font-size: 15px; line-height: 1.45; color: var(--soft); }
.member li::before { content: ""; position: absolute; left: 0; top: 9px; width: 6px; height: 6px; border-radius: 50%; background: var(--line-strong); }

/* demo slide */
.demo-frame {
  margin-top: 26px; border-radius: 14px; overflow: hidden; background: #0d0e11;
  border: 1px solid var(--line); box-shadow: 0 40px 90px rgba(16,18,22,.22);
  width: min(880px, 100%); max-height: 52svh;
}
.demo-frame video { display: block; width: 100%; max-height: 52svh; object-fit: contain; }
.demo-links { display: flex; gap: 12px; margin-top: 22px; flex-wrap: wrap; }

/* nav */
.deck-nav {
  position: fixed; right: 20px; bottom: 18px; z-index: 50;
  display: flex; align-items: center; gap: 10px;
  background: rgba(16,18,22,.86); backdrop-filter: blur(8px);
  border-radius: 999px; padding: 7px 9px; color: #fff;
}
.deck-nav button {
  width: 30px; height: 30px; border-radius: 50%; border: 0; cursor: pointer;
  background: rgba(255,255,255,.12); color: #fff; font-size: 17px; line-height: 1;
  font-family: inherit; transition: background .15s;
}
.deck-nav button:hover { background: rgba(255,255,255,.25); }
.deck-nav span { font-family: var(--font-mono-face); font-size: 12px; padding: 0 4px; }
.deck-hint {
  position: fixed; left: 20px; bottom: 22px; z-index: 50;
  font-family: var(--font-mono-face); font-size: 11px; letter-spacing: .06em;
  color: rgba(120,130,145,.75);
}

@media (max-width: 900px) {
  .stat-row, .three-up, .two-col, .team, .roadmap { grid-template-columns: 1fr; }
  html { scroll-snap-type: none; }
  .slide { min-height: auto; }
}

/* print: one slide per page, nothing chrome */
@media print {
  html { scroll-snap-type: none; }
  body { background: #fff; }
  .deck-nav, .deck-hint { display: none; }
  .slide {
    min-height: auto; height: 100vh; page-break-after: always; break-after: page;
    border-bottom: 0; padding: 44px 54px;
  }
  .title-slide, .close-slide { -webkit-print-color-adjust: exact; print-color-adjust: exact; }
  .demo-frame { max-width: 620px; }
}
