/* ═══════════════════════════════════════════════════════════
   PER-SLIDE LAYOUTS
   ═══════════════════════════════════════════════════════════ */

/* ── Slide 1 · Title ─────────────────────────────────────── */
.s-title { display: flex; flex-direction: column; justify-content: center; padding: 0 150px; }
.s-title .topbar {
  position: absolute; top: 70px; left: 96px; right: 96px;
  display: flex; justify-content: space-between; align-items: center;
}
.s-title .wordmark { font-size: 30px; color: var(--ink-90); }
.s-title .statement {
  font-size: 142px;
  max-width: 1480px;
}
.s-title .statement .l1 { color: var(--ink-50); }
.s-title .statement .l2 { color: var(--ink-90); }
.s-title .underline {
  height: 8px; width: 360px; margin-top: 54px;
  background: linear-gradient(90deg, var(--coral), var(--clay));
  border-radius: 99px; transform-origin: left center;
}
.s-title .sub {
  margin-top: 46px; max-width: 760px; color: var(--ink-70); font-size: 27px;
}
.s-title .sub strong { color: var(--coral); font-weight: 700; }
/* faint clay arc decoration */
.s-title .glow {
  position: absolute; right: -260px; top: -240px;
  width: 900px; height: 900px; border-radius: 50%;
  background: radial-gradient(circle at center, rgba(204,120,92,0.16), transparent 62%);
  pointer-events: none;
}

/* ── Generic use-case scaffold ───────────────────────────── */
.uc { display: grid; grid-template-columns: 880px 1fr; }
.uc .col-text {
  padding: 132px 64px 0 150px;
  display: flex; flex-direction: column;
}
.uc .uc-index {
  font-family: var(--serif); font-size: 30px; font-style: italic;
  color: var(--coral); margin-bottom: 30px;
}
.uc .uc-index .uc-tag-mute {
  font-family: var(--grot); font-style: normal; font-weight: 600;
  font-size: 17px; letter-spacing: 0.24em; text-transform: uppercase;
  color: var(--ink-50); margin-left: 8px;
}

/* ── Scorecard slide ─────────────────────────────────────── */
.s-score {
  padding: 110px 150px 0;
  display: flex; flex-direction: column;
  background:
    radial-gradient(900px 600px at 88% 12%, rgba(204,120,92,0.10), transparent 70%),
    var(--ivory);
}
.s-score .score-head { max-width: 1400px; }
.s-score .score-title {
  font-size: 88px; margin: 14px 0 0; color: var(--ink-90); max-width: 1500px;
}
.s-score .score-sub {
  margin-top: 18px; color: var(--ink-70); font-size: 26px; max-width: 1100px;
}
.scorecard {
  margin-top: 60px;
  border: 1px solid var(--ivory-line); border-radius: 26px;
  background: #fff;
  box-shadow: 0 22px 60px rgba(26,26,24,0.06);
  overflow: hidden;
}
.sc-row {
  display: grid; grid-template-columns: 280px 1fr 1fr 1fr;
  align-items: center;
  padding: 22px 36px;
  border-bottom: 1px solid var(--ivory-line);
}
.sc-row:last-child { border-bottom: none; }
.sc-row.sc-head {
  background: var(--ivory);
  padding-top: 26px; padding-bottom: 26px;
}
.sc-row.sc-head .sc-cell {
  font-family: var(--grot); font-weight: 700; font-size: 19px;
  letter-spacing: 0.16em; text-transform: uppercase; color: var(--ink-70);
}
.sc-row.sc-head .sc-winner-col { color: var(--coral); }
.sc-cell {
  display: flex; align-items: center; gap: 16px;
  font-family: var(--grot); font-size: 22px; color: var(--ink-90);
}
.sc-cell.sc-label {
  font-family: var(--serif); font-style: italic; font-size: 26px; color: var(--ink-70);
}
.sc-num {
  font-family: var(--serif); font-size: 34px; font-weight: 500;
  color: var(--ink-90); min-width: 44px;
}
.sc-bar {
  flex: 1; height: 8px; background: var(--ivory-deep); border-radius: 99px; overflow: hidden;
  max-width: 260px;
}
.sc-bar i {
  display: block; height: 100%;
  background: linear-gradient(90deg, var(--ink-30), var(--ink-50));
  border-radius: 99px;
}
.sc-winner-col {
  background: linear-gradient(90deg, rgba(204,120,92,0.06), rgba(204,120,92,0.12));
  margin: -22px -36px; padding: 22px 36px;
}
.sc-row.sc-head .sc-winner-col {
  background: linear-gradient(90deg, rgba(204,120,92,0.12), rgba(204,120,92,0.18));
  margin: -26px -36px; padding: 26px 36px;
}
.sc-winner-col .sc-bar i {
  background: linear-gradient(90deg, var(--coral), var(--terracotta));
}
.sc-winner-col .sc-num { color: var(--coral); }

.sc-verdict {
  font-family: var(--grot); font-weight: 700; font-size: 17px;
  letter-spacing: 0.22em; text-transform: uppercase; color: var(--ink-50);
  padding: 10px 16px; border-radius: 999px;
  border: 1px solid var(--ivory-line); background: var(--ivory);
}
.sc-verdict.sc-win {
  color: #fff; background: var(--coral); border-color: var(--coral);
}

/* Scorecard pills (High/Medium/Low/Yes/No) */
.pill {
  display: inline-block;
  font-family: var(--grot); font-weight: 600; font-size: 17px;
  padding: 7px 18px; border-radius: 999px;
  letter-spacing: 0.02em;
  border: 1px solid transparent;
}
.pill-high { background: #e3ece3; color: #3d6b4a; }
.pill-med  { background: #f4e9d4; color: #8a6a2a; }
.pill-low  { background: #f6dcd6; color: #9a3a2a; }
.pill-no   { background: #ececec; color: #555; }
.pill-yes  { background: var(--coral); color: #fff; }

/* ── Conclusion up front slide ────────────────────────────── */
.s-conclusion {
  padding: 110px 150px 0;
  display: flex; flex-direction: column;
  background:
    radial-gradient(900px 600px at 92% 8%, rgba(204,120,92,0.10), transparent 70%),
    var(--ivory);
}
.s-conclusion .conc-head { max-width: 1620px; }
.s-conclusion .conc-title {
  font-size: 84px; line-height: 1.12; margin: 18px 0 0;
  color: var(--ink-90); letter-spacing: -0.01em;
}
.s-conclusion .conc-title em.coral-word {
  font-style: italic; color: var(--coral); font-weight: 400;
}
.conc-cards {
  margin-top: 80px;
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 36px;
}
.conc-card {
  background: #fff;
  border: 1px solid var(--ivory-line);
  border-top: 2px solid var(--coral);
  border-radius: 20px;
  padding: 36px 38px 40px;
  box-shadow: 0 22px 60px rgba(26,26,24,0.05);
  display: flex; flex-direction: column; gap: 14px;
}
.conc-card .conc-kicker {
  font-family: var(--grot); font-weight: 700; font-size: 16px;
  letter-spacing: 0.22em; text-transform: uppercase; color: var(--ink-50);
}
.conc-card .conc-name {
  font-family: var(--serif); font-weight: 500; font-size: 38px;
  color: var(--ink-90); margin: 0; line-height: 1.15;
}
.conc-card .conc-desc {
  font-family: var(--grot); font-size: 22px; line-height: 1.45;
  color: var(--ink-70); margin: 0;
}
.conc-card.conc-win {
  background: #1c1a18; border-color: var(--coral);
}
.conc-card.conc-win .conc-kicker { color: var(--coral); }
.conc-card.conc-win .conc-name { color: #fff; }
.conc-card.conc-win .conc-desc { color: rgba(255,255,255,0.72); }

/* ── Why advantage compounds slide ────────────────────────── */
.s-compound {
  padding: 110px 150px 0;
  display: flex; flex-direction: column;
  background:
    radial-gradient(900px 700px at 12% 88%, rgba(204,120,92,0.10), transparent 66%),
    var(--ivory);
}
.s-compound .compound-head { max-width: 1500px; }
.s-compound .compound-title {
  font-size: 88px; margin: 14px 0 0; color: var(--ink-90);
}
.s-compound .compound-sub {
  margin-top: 18px; color: var(--ink-70); font-size: 26px;
}
.compound-grid {
  margin-top: 64px;
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px;
}
.comp-card {
  background: #fff; border: 1px solid var(--ivory-line);
  border-radius: 20px; padding: 36px 36px 32px;
  box-shadow: 0 18px 48px rgba(26,26,24,0.05);
  display: flex; flex-direction: column; gap: 22px;
  min-height: 360px;
  color: var(--ink-70);
}
.comp-card.grow {
  background: #1c1a18;
  border-color: #1c1a18;
  color: var(--coral);
  box-shadow: 0 24px 56px rgba(26,26,24,0.18);
}
.comp-name {
  font-family: var(--serif); font-weight: 500; font-size: 30px; line-height: 1.1;
  letter-spacing: -0.01em; color: var(--ink-90);
}
.comp-card.grow .comp-name { color: #fff; }
.comp-chart {
  display: block; width: 100%; height: 110px;
  color: var(--ink-50);
}
.comp-card.grow .comp-chart { color: var(--coral); }
.comp-arrow { color: var(--ink-50); }
.comp-card.grow .comp-arrow { color: var(--coral); }
.comp-why {
  font-family: var(--grot); font-size: 21px; line-height: 1.4;
  color: var(--ink-70); margin-top: auto;
}
.comp-card.grow .comp-why { color: rgba(255,255,255,0.78); }
.comp-pill {
  align-self: flex-start;
  font-family: var(--grot); font-weight: 600; font-size: 14px;
  letter-spacing: 0.18em; text-transform: uppercase;
  padding: 9px 18px; border-radius: 999px;
  background: var(--ivory); color: var(--ink-50);
  border: 1px solid var(--ivory-line);
}
.comp-pill-win {
  background: var(--coral); color: #fff; border-color: var(--coral);
}

.uc .problem-label, .uc .solution-label {
  font-family: var(--grot); font-weight: 600; font-size: 19px;
  letter-spacing: 0.28em; text-transform: uppercase;
  display: flex; align-items: center; gap: 14px;
}
.uc .problem-label { color: var(--ink-50); }
.uc .solution-label { color: var(--coral); }
.uc .dot { width: 11px; height: 11px; border-radius: 50%; }
.uc .dot.muted { background: var(--ink-30); }
.uc .dot.coral { background: var(--coral); }

.uc .problem {
  font-family: var(--serif); font-weight: 400; font-size: 62px;
  line-height: 1.04; letter-spacing: -0.015em; margin: 20px 0 0;
  color: var(--ink-90); max-width: 720px;
}
.uc .problem .mute { color: var(--ink-50); }
.uc .rule { height: 1px; background: var(--ivory-line); margin: 52px 0; width: 560px; }
.uc .solution {
  font-family: var(--serif); font-weight: 400; font-size: 50px;
  line-height: 1.08; letter-spacing: -0.015em; margin: 18px 0 0; max-width: 700px;
}
.uc .solution em { color: var(--coral); font-style: italic; }
.uc .solution-body { margin-top: 26px; max-width: 640px; color: var(--ink-70); font-size: 25px; line-height: 1.5; }

.uc .col-visual { position: relative; overflow: hidden; }

/* ── Slide 2 · Pilot→Scale pipeline visual ───────────────── */
.pipe-wrap {
  position: absolute; inset: 0;
  background:
    radial-gradient(900px 700px at 78% 30%, rgba(204,120,92,0.10), transparent 70%),
    var(--ivory-deep);
  display: flex; align-items: center; justify-content: center;
}
.pipe {
  position: relative; width: 760px; height: 760px;
}
/* the connecting track */
.pipe .track {
  position: absolute; left: 92px; top: 60px; bottom: 60px; width: 4px;
  background: var(--ivory-line); border-radius: 4px;
}
.pipe .track .fill {
  position: absolute; left: 0; top: 0; width: 100%; height: 100%;
  background: linear-gradient(180deg, var(--coral), var(--clay));
  border-radius: 4px; transform-origin: top; transform: scaleY(0);
}
section[data-deck-active] .pipe .track .fill { animation: fillTrack 2.4s 0.6s cubic-bezier(0.6,0,0.2,1) both; }
@keyframes fillTrack { to { transform: scaleY(1); } }

.pipe .node {
  position: absolute; left: 56px; display: flex; align-items: center; gap: 26px;
}
.pipe .node .marker {
  width: 76px; height: 76px; border-radius: 22px; flex: none;
  display: flex; align-items: center; justify-content: center;
  background: #fff; border: 1px solid var(--ivory-line);
  box-shadow: 0 14px 34px rgba(26,26,24,0.08);
}
.pipe .node .marker svg { width: 36px; height: 36px; }
.pipe .node.done .marker { background: var(--coral); border-color: var(--coral); color: #fff; }
.pipe .node.start .marker { background: #fff; border: 2px dashed var(--ink-30); color: var(--ink-50); }
.pipe .node.final .marker { background: var(--ink); border-color: var(--ink); color: var(--clay); }
.pipe .node .lbl .t { font-weight: 700; font-size: 25px; color: var(--ink-90); letter-spacing: -0.01em; }
.pipe .node .lbl .s { font-size: 22px; color: var(--ink-50); margin-top: 4px; }
.pipe .node .lbl .live {
  display: inline-flex; align-items: center; gap: 8px; margin-top: 6px;
  font-weight: 700; font-size: 16px; letter-spacing: 0.12em; text-transform: uppercase; color: #2f9e63;
}
.pipe .node .lbl .live::before { content:""; width: 9px; height: 9px; border-radius: 50%; background: #2f9e63; box-shadow: 0 0 0 0 rgba(47,158,99,0.5); animation: livePulse 2s infinite; }
@keyframes livePulse { 0%{box-shadow:0 0 0 0 rgba(47,158,99,0.5);} 70%{box-shadow:0 0 0 12px rgba(47,158,99,0);} 100%{box-shadow:0 0 0 0 rgba(47,158,99,0);} }

/* node vertical placement */
.pipe .n0 { top: 36px; }
.pipe .n1 { top: 228px; }
.pipe .n2 { top: 420px; }
.pipe .n3 { top: 612px; }

section[data-deck-active] .pipe .node { opacity: 0; animation: fadeUp 0.7s both; }
section[data-deck-active] .pipe .n0 { animation-delay: 0.5s; }
section[data-deck-active] .pipe .n1 { animation-delay: 1.1s; }
section[data-deck-active] .pipe .n2 { animation-delay: 1.7s; }
section[data-deck-active] .pipe .n3 { animation-delay: 2.4s; }

/* ── Slide 3 · Wearable (dark) ───────────────────────────── */
.s-wear { display: grid; grid-template-columns: 820px 1fr; }
.s-wear { background: #FBF1E6; }
.s-wear .col-text { padding: 132px 48px 0 150px; }
.s-wear .uc-index { color: var(--coral); }
.s-wear .problem-label { color: var(--ink-50); }
.s-wear .problem { color: var(--ink-90); }
.s-wear .problem .mute { color: var(--ink-50); }
.s-wear .rule { background: var(--ivory-line); }
.s-wear .solution { color: var(--ink-90); }
.s-wear .solution em { color: var(--coral); }
.s-wear .solution-body { color: var(--ink-70); }

.cobrand {
  display: inline-flex; align-items: center; gap: 22px; margin-top: 40px;
  font-family: var(--grot); font-weight: 700; letter-spacing: 0.26em;
  text-transform: uppercase; font-size: 22px; color: var(--ink-90);
}
.cobrand .x { color: var(--ink-30); font-weight: 400; }
.ltd {
  margin-top: 22px;
  border: 1px solid rgba(217,168,126,0.4); color: var(--clay);
  background: rgba(217,168,126,0.07);
}

/* bracelet stage — warm cream, photo merges seamlessly */
.wear-stage {
  position: relative; overflow: hidden;
  background:
    radial-gradient(680px 680px at 52% 42%, rgba(204,120,92,0.10), transparent 66%),
    #FBF1E6;
  display: flex; align-items: center; justify-content: center;
}

/* Real product photo — JPEG bg is the same cream, so it blends in */
.bracelet-photo {
  position: relative; z-index: 2;
  animation: floatBracelet 7.5s ease-in-out infinite;
}
.bracelet-photo img {
  width: 640px; height: auto; display: block;
}
@media (prefers-reduced-motion: no-preference) {
  @keyframes floatBracelet { 0%,100% { transform: translateY(-14px) rotate(-0.4deg); } 50% { transform: translateY(-40px) rotate(0.4deg); } }
}
@media (prefers-reduced-motion: reduce) { .bracelet-photo { animation: none; } }
.bangle-scene { perspective: 1400px; transform: translateY(-30px); }
.bangle {
  width: 580px; height: 580px; position: relative;
  transform: rotateX(66deg) rotateZ(-16deg);
  transform-style: preserve-3d;
}
.bangle .ring {
  position: absolute; inset: 0; border-radius: 50%;
  background: conic-gradient(from 205deg,
    #57575f 0deg, #c7c8d0 46deg, #8a8a92 92deg,
    #f6f7fa 148deg, #6c6c74 206deg, #d6c4ba 268deg,
    #5a5a62 326deg, #57575f 360deg);
  -webkit-mask: radial-gradient(circle, transparent 0 41.5%, #000 42.5% 49.5%, transparent 50.5%);
          mask: radial-gradient(circle, transparent 0 41.5%, #000 42.5% 49.5%, transparent 50.5%);
  filter: drop-shadow(0 0 30px rgba(0,0,0,0.45));
}
.bangle .ring.sheen {
  background: conic-gradient(from 24deg, transparent 0deg, rgba(255,255,255,0.95) 26deg, transparent 66deg,
              transparent 196deg, rgba(255,255,255,0.6) 232deg, transparent 276deg);
  mix-blend-mode: screen; opacity: 0.65; filter: none;
}
.bangle .ring.shade {
  background: conic-gradient(from 24deg, rgba(0,0,0,0.55) 0deg, transparent 56deg, transparent 146deg, rgba(0,0,0,0.5) 196deg, transparent 276deg);
  filter: none;
}
/* Claude display module — inlaid into the front of the band */
.bangle .gem {
  position: absolute; width: 150px; height: 108px; border-radius: 30px;
  left: 50%; bottom: 8px; transform: translateX(-50%);
  background:
    radial-gradient(120% 130% at 38% 26%, #f4b89e 0%, var(--coral) 48%, var(--terracotta) 100%);
  box-shadow:
    0 0 0 3px rgba(255,255,255,0.10),
    0 0 0 8px rgba(20,19,17,0.35),
    0 14px 30px rgba(0,0,0,0.5),
    0 0 60px 8px var(--coral-glow);
  display: flex; align-items: center; justify-content: center;
}
.bangle .gem .spark { width: 50px; height: 50px; color: rgba(255,255,255,0.95); display: block; }
.bangle .gem::after {
  content:""; position:absolute; inset: 0; border-radius: 30px;
  background: linear-gradient(150deg, rgba(255,255,255,0.5), transparent 42%);
  pointer-events: none;
}
.bangle-scene { animation: floaty 7s ease-in-out infinite; }
@media (prefers-reduced-motion: reduce){ .bangle-scene { animation: none; } }
@keyframes floaty { 0%,100%{ transform: translateY(-30px);} 50%{ transform: translateY(-58px);} }
section[data-deck-active] .bangle-scene-in { animation: braceletReveal 1.4s 0.2s cubic-bezier(0.2,0.7,0.2,1) both; }
@keyframes braceletReveal { from { opacity:0; transform: scale(0.84) translateY(40px); } to { opacity:1; transform:none; } }

.spec-strip {
  position: absolute; left: 0; right: 0; bottom: 124px;
  display: flex; justify-content: center; gap: 64px;
}
.spec-strip .spec { text-align: center; }
.spec-strip .spec .v { font-family: var(--serif); font-size: 40px; color: var(--ink-90); }
.spec-strip .spec .k { font-size: 16px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--ink-50); margin-top: 6px; }

/* ── Slide 4 · Marketplace (dark storefront) ─────────────── */
.s-market { padding: 0; }
.s-market .head {
  position: absolute; top: 64px; left: 96px; right: 96px;
  display: flex; justify-content: space-between; align-items: flex-end;
}
.s-market .head .title { font-family: var(--serif); font-size: 66px; line-height: 0.98; color: var(--ink-90); letter-spacing: -0.02em; }
.s-market .head .title em { color: var(--coral); font-style: italic; }
.s-market .head .trust-pill {
  display: inline-flex; align-items: center; gap: 10px;
  background: #fff; border: 1px solid var(--ivory-line); border-radius: 999px;
  padding: 12px 20px; font-weight: 600; font-size: 18px; color: var(--ink-70);
  box-shadow: 0 10px 30px rgba(26,26,24,0.06);
}
.s-market .trust-pill .chk { color: var(--coral); display:flex; }

/* featured rail */
.rail {
  position: absolute; top: 188px; left: 96px; right: 96px;
  display: grid; grid-template-columns: repeat(6, 1fr); gap: 22px;
}
.agent-card {
  background: #fff; border: 1px solid var(--ivory-line); border-radius: 24px;
  padding: 22px; box-shadow: 0 12px 30px rgba(26,26,24,0.05);
  transition: transform 0.5s cubic-bezier(0.2,0.7,0.2,1), box-shadow 0.5s, border-color 0.5s;
}
.agent-card .ic {
  width: 64px; height: 64px; border-radius: 16px; display: flex; align-items: center; justify-content: center;
  background: var(--ivory); border: 1px solid var(--ivory-line); overflow: hidden;
}
.agent-card .ic svg { width: 62%; height: 62%; display: block; }
.agent-card .ic[data-logo="booking"] svg,
.agent-card .ic[data-logo="spotify"] svg,
.agent-card .ic[data-logo="uber"] svg { width: 74%; height: 74%; }
.agent-card .nm { font-weight: 700; font-size: 21px; margin-top: 16px; color: var(--ink-90); letter-spacing: -0.01em; }
.agent-card .by { font-size: 17px; color: var(--ink-50); margin-top: 3px; }
.agent-card .cert { display: inline-flex; align-items: center; gap: 6px; margin-top: 12px; font-size: 15px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; color: var(--coral); }
.agent-card.active {
  transform: translateY(-12px) scale(1.03);
  border-color: var(--coral);
  box-shadow: 0 24px 50px rgba(204,120,92,0.28), 0 0 0 2px var(--coral);
}
.agent-card.dim { opacity: 0.34; }

/* imagine theater */
.theater {
  position: absolute; left: 96px; right: 96px; bottom: 96px; top: 470px;
  display: grid; grid-template-columns: 1fr 720px; gap: 60px; align-items: center;
}
.theater .imagine .pre { font-family: var(--grot); font-weight: 600; font-size: 22px; letter-spacing: 0.3em; text-transform: uppercase; color: var(--coral); }
.theater .imagine .verb {
  font-family: var(--serif); font-size: 104px; line-height: 0.98; letter-spacing: -0.02em; color: var(--ink-90);
  margin-top: 14px; min-height: 210px;
}
.theater .imagine .verb .light { color: var(--ink-30); }
.theater .imagine .cnt { display:inline-block; transition: opacity 0.5s, transform 0.5s; }

/* outcome device */
.outcome {
  background: #fff; border: 1px solid var(--ivory-line); border-radius: 34px;
  box-shadow: 0 40px 90px rgba(26,26,24,0.16);
  padding: 38px; position: relative; overflow: hidden;
}
.outcome .o-head { display: flex; align-items: center; gap: 14px; }
.outcome .o-head .badge { width: 44px; height: 44px; border-radius: 12px; background: var(--coral); color: #fff; display:flex; align-items:center; justify-content:center; }
.outcome .o-head .who { font-weight: 700; font-size: 22px; color: var(--ink-90); }
.outcome .o-head .ts { margin-left: auto; font-size: 16px; color: var(--ink-50); }
.outcome .o-body { font-family: var(--serif); font-size: 36px; line-height: 1.18; color: var(--ink-90); margin: 26px 0 28px; letter-spacing: -0.01em; min-height: 132px; }
.outcome .o-chips { display: flex; flex-wrap: wrap; gap: 12px; }
.outcome .o-chip {
  display:inline-flex; align-items:center; gap:9px; padding: 10px 16px; border-radius: 999px;
  background: var(--ivory); border: 1px solid var(--ivory-line); font-weight: 600; font-size: 17px; color: var(--ink-70);
  transition: opacity 0.4s, transform 0.4s;
}
.outcome .o-chip .swatch { width: 18px; height: 18px; border-radius: 6px; }
.outcome .o-chip .tick { color: var(--coral); display:flex; }
.scenario-dots { display: flex; gap: 10px; margin-top: 30px; }
.scenario-dots .d { width: 40px; height: 5px; border-radius: 99px; background: var(--ink-30); transition: background 0.4s, width 0.4s; }
.scenario-dots .d.on { background: var(--coral); width: 64px; }

/* ── Slide 5 · Closing / Winner ──────────────────────────── */
.s-close { display: grid; grid-template-columns: 1fr 860px; }
.s-close .col-text { padding: 0 56px 0 150px; display: flex; flex-direction: column; justify-content: center; }
.s-close .winner-kicker { color: var(--clay); }
.s-close h2 {
  font-family: var(--serif); font-weight: 400; font-size: 96px; line-height: 0.98;
  letter-spacing: -0.02em; margin: 22px 0 0; color: var(--paper-90);
}
.s-close h2 em { color: var(--coral-bright); font-style: italic; }
.s-close .pillars { margin-top: 46px; display: flex; flex-direction: column; gap: 26px; }
.s-close .pillar { display: grid; grid-template-columns: 64px 1fr; gap: 24px; align-items: start; }
.s-close .pillar .pn { width: 64px; height: 64px; border-radius: 18px; background: rgba(204,120,92,0.14); border: 1px solid rgba(204,120,92,0.4); color: var(--coral-bright); display: flex; align-items: center; justify-content: center; }
.s-close .pillar .ph { font-weight: 700; font-size: 27px; color: var(--paper-90); letter-spacing: -0.01em; }
.s-close .pillar .pb { font-size: 21px; line-height: 1.5; color: var(--paper-70); margin-top: 6px; max-width: 640px; }
.s-close .closer { margin-top: 42px; font-family: var(--serif); font-size: 32px; line-height: 1.2; color: var(--paper-90); max-width: 760px; }
.s-close .closer em { color: var(--coral-bright); font-style: italic; }

/* flywheel */
.flywheel-stage {
  position: relative; overflow: hidden;
  background:
    radial-gradient(700px 700px at 50% 46%, rgba(204,120,92,0.16), transparent 66%),
    var(--ink-panel);
  display: flex; align-items: center; justify-content: center;
}
.flywheel { position: relative; width: 660px; height: 660px; }
.flywheel .orbit {
  position: absolute; inset: 90px; border-radius: 50%;
  border: 1.5px dashed rgba(217,168,126,0.4);
}
section[data-deck-active] .flywheel .orbit { animation: spin 36s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
.flywheel .core {
  position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%);
  width: 240px; height: 240px; border-radius: 50%;
  background: radial-gradient(circle at 40% 36%, #3a3631, #211f1c);
  border: 1px solid rgba(217,168,126,0.3);
  display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center;
  box-shadow: 0 0 70px rgba(204,120,92,0.3);
}
.flywheel .core .ct { font-family: var(--serif); font-size: 34px; color: var(--paper-90); }
.flywheel .core .cs { font-size: 15px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--clay); margin-top: 8px; }
.flywheel .pole {
  position: absolute; width: 280px; padding: 26px 28px; border-radius: 22px;
  background: rgba(244,242,236,0.05); border: 1px solid rgba(244,242,236,0.14); backdrop-filter: blur(4px);
}
.flywheel .pole .pt { font-weight: 700; font-size: 24px; color: var(--paper-90); }
.flywheel .pole .ps { font-size: 17px; color: var(--paper-70); margin-top: 6px; line-height: 1.4; }
.flywheel .pole.dev { top: 0; left: -24px; }
.flywheel .pole.usr { bottom: 0; right: -24px; }
.flywheel .arrow { position: absolute; color: var(--coral); opacity: 0.85; }
.flywheel .arrow.a1 { top: 150px; right: 86px; }
.flywheel .arrow.a2 { bottom: 150px; left: 86px; }
