/* Slide 10 — The Path Forward (CREAM) */

.slide-path { padding: 0; }

.slide-path.field-cream {
  background:
    radial-gradient(ellipse 1600px 900px at 50% 30%, rgba(252,138,20,0.05), transparent 70%),
    var(--cream);
}

.slide-path .s10-eyebrow {
  position: absolute;
  top: 96px; left: 96px;
  display: flex; align-items: center; gap: 18px;
  font-size: 24px; font-weight: 600;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--ink); opacity: 0.78;
}
.slide-path .s10-eyebrow .dot {
  width: 10px; height: 10px; border-radius: 50%;
  background: var(--orange);
}
.slide-path .s10-eyebrow .sep { color: var(--orange); font-weight: 800; }

.slide-path .s10-corner {
  position: absolute;
  top: 96px; right: 96px;
  display: flex; gap: 14px; align-items: center;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(14,14,14,0.55);
}
.slide-path .s10-corner .x { color: var(--orange); font-weight: 800; }

/* Hero headline */
.slide-path .s10-head {
  position: absolute;
  top: 180px; left: 96px; right: 96px;
  text-align: center;
}
.slide-path .s10-headline {
  font-size: 220px;
  font-weight: 900;
  line-height: 0.92;
  letter-spacing: -0.04em;
  margin: 0;
  color: var(--ink);
}
.slide-path .s10-headline em {
  color: var(--orange);
  font-style: normal;
}
.slide-path .s10-sub {
  margin: 30px auto 0;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.4;
  color: rgba(14,14,14,0.7);
  max-width: 1100px;
  letter-spacing: -0.003em;
}

/* Timeline */
.slide-path .s10-timeline {
  position: absolute;
  left: 96px; right: 96px;
  top: 540px;
  height: 220px;
}
.slide-path .s10-rail {
  position: absolute;
  left: 0; right: 0; top: 60px;
  height: 3px;
  background: var(--orange);
  box-shadow: 0 0 18px rgba(252,138,20,0.35);
}
.slide-path .s10-ticks {
  position: absolute;
  left: 0; right: 0; top: 50px;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}
.slide-path .s10-ticks .tk {
  width: 1px; height: 22px;
  background: rgba(252,138,20,0.55);
}
.slide-path .s10-nodes {
  position: absolute;
  left: 0; right: 0; top: 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.slide-path .s10-node {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0 28px;
}
.slide-path .s10-node .dot {
  width: 28px; height: 28px;
  border-radius: 50%;
  background: var(--orange);
  margin-top: 48px;
  box-shadow:
    0 0 0 6px var(--cream),
    0 0 0 7px var(--orange),
    0 0 22px rgba(252,138,20,0.45);
  position: relative;
  z-index: 2;
}
.slide-path .s10-node .phase {
  margin-top: 22px;
  font-size: 22px;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink);
}
.slide-path .s10-node .phase .when {
  color: var(--orange);
  font-weight: 800;
  margin-left: 8px;
}
.slide-path .s10-node .desc {
  margin-top: 12px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  color: rgba(14,14,14,0.7);
  letter-spacing: -0.003em;
  max-width: 460px;
}

/* The Ask — two columns */
.slide-path .s10-ask {
  position: absolute;
  left: 96px; right: 96px;
  bottom: 200px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  border-top: 1px solid rgba(14,14,14,0.18);
  padding-top: 32px;
}
.slide-path .s10-ask-col .lab {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--orange);
  margin-bottom: 14px;
  text-align: center;
}
.slide-path .s10-ask-col .lab .key {
  color: rgba(14,14,14,0.45);
  margin-right: 10px;
}
.slide-path .s10-ask-col ul {
  list-style: none;
  margin: 0; padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 18px;
}
.slide-path .s10-ask-col li {
  font-size: 17px;
  font-weight: 600;
  line-height: 1.3;
  color: var(--ink);
  letter-spacing: -0.003em;
  position: relative;
  padding-top: 12px;
  border-top: 1px solid rgba(252,138,20,0.55);
  text-align: center;
}

/* Big closing logo bottom-right */
.slide-path .s10-closing-logo {
  position: absolute;
  right: 96px; bottom: 96px;
  height: 64px;
  opacity: 1;
  z-index: 5;
}

/* Footer line bottom-left */
.slide-path .s10-foot {
  position: absolute;
  left: 96px; bottom: 110px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(14,14,14,0.55);
}
.slide-path .s10-foot .x { color: var(--orange); font-weight: 800; }

.slide-path .s10-page {
  position: absolute;
  left: 96px; bottom: 60px;
  display: flex; align-items: baseline; gap: 16px;
  font-variant-numeric: tabular-nums;
}
.slide-path .s10-page .n {
  font-size: 22px; font-weight: 900; color: var(--orange);
  letter-spacing: -0.02em;
}
.slide-path .s10-page .of {
  font-size: 12px; font-weight: 600;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--ink); opacity: 0.55;
}
