/* 16:9 pitch deck — Chronos & Nexus */
html, body { margin: 0; padding: 0; background: #0a0918; }
body.slides-body { font-family: var(--font-body); }

deck-stage { background: #0a0918; }

section[data-screen-label] {
  position: relative;
  width: 100%; height: 100%;
  background: var(--bg-0);
  color: var(--fg-1);
  padding: 64px 80px;
  box-sizing: border-box;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

section .eyebrow { font-size: 18px; color: var(--accent); text-transform: uppercase; letter-spacing: 0.18em; font-weight: 700; }
section h1 { font-family: var(--font-display); font-size: 112px; line-height: 1.0; letter-spacing: -0.02em; margin: 16px 0; font-weight: 600; max-width: 18ch; }
section h2 { font-family: var(--font-display); font-size: 72px; line-height: 1.05; margin: 12px 0 24px; font-weight: 600; letter-spacing: -0.02em; }
section .body { font-size: 26px; color: var(--fg-2); line-height: 1.45; max-width: 40ch; text-wrap: pretty; }

.slides-footer {
  position: absolute; left: 80px; right: 80px; bottom: 32px;
  display: flex; align-items: center; justify-content: space-between;
  font-size: 14px; color: var(--fg-3); letter-spacing: 0.08em; text-transform: uppercase;
}
.slides-footer img { width: 24px; height: 24px; color: var(--accent); vertical-align: -7px; margin-right: 10px; }

.glyph-bg {
  position: absolute; right: -120px; bottom: -120px;
  width: 720px; height: 720px;
  color: var(--accent);
  opacity: 0.08;
}

/* Title slide */
.title-slide {
  background: radial-gradient(circle at 30% 40%, var(--accent-soft), transparent 50%), var(--bg-0);
  justify-content: center;
}
.title-slide .mark { width: 96px; height: 96px; color: var(--accent); margin-bottom: 24px; }
.title-slide h1 { font-size: 144px; max-width: 14ch; }

/* Compare */
.compare { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; flex: 1; margin-top: 24px; }
.compare > div { background: var(--bg-1); border: 1px solid var(--line-1); border-radius: 16px; padding: 40px; display: flex; flex-direction: column; gap: 16px; }
.compare h3 { font-family: var(--font-display); font-size: 36px; margin: 0; font-weight: 600; }
.compare li { font-size: 20px; color: var(--fg-2); margin: 6px 0; }
.compare ul { padding-left: 24px; margin: 0; }

/* Quote */
.quote-slide { justify-content: center; text-align: center; align-items: center; }
.quote-slide blockquote { font-family: var(--font-display); font-style: italic; font-size: 84px; line-height: 1.15; max-width: 22ch; margin: 0; text-wrap: balance; color: var(--fg-1); }
.quote-slide cite { font-style: normal; font-size: 22px; color: var(--accent); letter-spacing: 0.12em; text-transform: uppercase; margin-top: 36px; display: block; font-weight: 600; }

/* Five universes grid */
.uni-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 20px; flex: 1; margin-top: 32px; }
.uni-tile { background: var(--bg-0); border-radius: 14px; padding: 32px 22px; display: flex; flex-direction: column; justify-content: space-between; overflow: hidden; position: relative; border: 1px solid var(--line-2); color: var(--fg-1); }
.uni-tile .name { font-family: var(--font-display); font-size: 36px; font-weight: 600; letter-spacing: 0.02em; text-transform: uppercase; }
.uni-tile .tag { font-size: 14px; color: var(--accent); letter-spacing: 0.16em; text-transform: uppercase; font-weight: 700; }
.uni-tile .blurb { font-size: 16px; color: var(--fg-2); line-height: 1.4; margin-top: 12px; }
.uni-tile .g { width: 64px; height: 64px; color: var(--accent); margin-top: 32px; }

/* Big number */
.big-num { font-family: var(--font-display); font-size: 320px; line-height: 1; color: var(--accent); letter-spacing: -0.04em; font-weight: 600; }
.big-num + .body { font-size: 32px; max-width: 28ch; margin-top: 16px; }
