:root {
  --deck-ink: #272525;
  --deck-muted: #5c6070;
  --deck-cream: #fbf9f4;
  --deck-paper: #ffffff;
  --deck-sand: #f2ede5;
  --deck-line: #e4ddd5;
  --deck-coral: #b84f2e;
  --deck-coral-deep: #a94529;
  --deck-indigo: #4950bc;
  --deck-indigo-soft: #eef0ff;
  --deck-sage: #166534;
  --deck-night: #1a1330;
  --deck-shadow: 0 28px 70px rgba(31, 25, 38, 0.18);
}

/* Product-film parity: use the same interactive master shown on /produkt/film. */
.film-proof__interactive {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  background: var(--v2-night);
  border: 0;
}

.film-proof__static {
  display: none;
}

/* 12 · Live execution: employee GPS → Caire → client ETA. */
.live-day-slide {
  justify-content: flex-start;
  gap: clamp(16px, 2.8vh, 28px);
}

.live-day-stage {
  position: relative;
  min-height: 0;
  flex: 1 1 auto;
  overflow: hidden;
  background: #e7ece8;
  border: 1px solid var(--v2-line);
  border-radius: 21px;
  box-shadow: 0 24px 62px rgba(27, 39, 51, 0.14);
  isolation: isolate;
}

.live-route-map {
  position: absolute;
  inset: 0;
  z-index: -2;
  overflow: hidden;
}

.live-route-map::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(
      90deg,
      rgba(249, 247, 241, 0.17),
      rgba(249, 247, 241, 0.62) 50%,
      rgba(249, 247, 241, 0.22)
    ),
    linear-gradient(0deg, rgba(17, 26, 36, 0.12), transparent 42%);
}

.live-route-map img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.72) contrast(0.9) brightness(1.06);
  opacity: 0.78;
  transform: scale(1.02);
}

.live-map-pin,
.live-client-map__car,
.live-client-map__home {
  position: absolute;
  z-index: 2;
  display: grid;
  place-items: center;
  border: 3px solid #fff;
  border-radius: 50%;
  box-shadow: 0 6px 17px rgba(17, 26, 36, 0.25);
}

.live-map-pin--start {
  top: 48%;
  left: 25%;
  width: 15px;
  height: 15px;
  background: var(--v2-sage);
}

.live-map-pin--car {
  top: 24%;
  left: 56%;
  width: 31px;
  height: 31px;
  color: #fff;
  background: var(--v2-coral);
  font-family: "DM Mono", ui-monospace, monospace;
  font-size: 7px;
  font-style: normal;
  font-weight: 800;
}

.live-map-pin--home {
  top: 40%;
  right: 12%;
  width: 24px;
  height: 24px;
  background: var(--v2-night);
}

.live-map-pin--home::before,
.live-client-map__home::before {
  width: 8px;
  height: 8px;
  content: "";
  background: #fff;
  border-radius: 2px 2px 1px 1px;
  transform: rotate(45deg);
}

.live-device {
  position: absolute;
  top: 6%;
  z-index: 4;
  width: 21%;
  height: 66%;
  margin: 0;
  overflow: visible;
  background: #fff;
  border: 7px solid var(--v2-night);
  border-radius: clamp(20px, 2vw, 31px);
  box-shadow: 0 24px 55px rgba(17, 26, 36, 0.27);
}

.live-device--employee {
  left: 2.7%;
}

.live-device--client {
  right: 2.7%;
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  overflow: hidden;
}

.live-device__role {
  position: absolute;
  top: -20px;
  left: 14px;
  z-index: 5;
  padding: 5px 8px;
  color: #fff;
  background: var(--v2-night);
  border-radius: 999px;
  font-family: "DM Mono", ui-monospace, monospace;
  font-size: 7px;
  font-weight: 750;
  letter-spacing: 0.08em;
}

.live-device__screen {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: var(--v2-warm);
  border-radius: calc(clamp(20px, 2vw, 31px) - 8px);
}

.live-device__screen > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 12%;
}

.live-employee-action {
  position: absolute;
  right: 8px;
  bottom: 8px;
  left: 8px;
  display: grid;
  gap: 3px;
  padding: 9px 10px;
  color: #fff;
  background: rgba(17, 26, 36, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-left: 4px solid var(--v2-coral);
  border-radius: 11px;
  box-shadow: 0 10px 24px rgba(17, 26, 36, 0.24);
}

.live-employee-action span,
.live-employee-action small {
  color: rgba(255, 255, 255, 0.68);
  font-size: 6.5px;
}

.live-employee-action span {
  font-family: "DM Mono", ui-monospace, monospace;
  letter-spacing: 0.07em;
}

.live-employee-action strong {
  font-size: clamp(10px, 0.95vw, 14px);
}

.live-caire-hub {
  position: absolute;
  top: 11%;
  left: 50%;
  z-index: 5;
  display: grid;
  width: 34%;
  min-height: 53%;
  align-content: start;
  gap: 11px;
  padding: clamp(16px, 2vw, 26px);
  color: #fff;
  background:
    radial-gradient(
      circle at 90% 0%,
      rgba(157, 139, 233, 0.35),
      transparent 32%
    ),
    var(--v2-night);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 18px;
  box-shadow: 0 27px 65px rgba(17, 26, 36, 0.34);
  transform: translateX(-50%);
}

.live-caire-hub__brand {
  color: #ffad90;
  font-family: "DM Mono", ui-monospace, monospace;
  font-size: 7px;
  font-weight: 750;
  letter-spacing: 0.1em;
}

.live-caire-hub__alert {
  display: grid;
  gap: 5px;
  padding: 12px 13px;
  color: var(--v2-ink);
  background: #fff;
  border-left: 4px solid var(--v2-coral);
  border-radius: 11px;
}

.live-caire-hub__alert small {
  color: var(--v2-coral-deep);
  font-family: "DM Mono", ui-monospace, monospace;
  font-size: 6.5px;
  letter-spacing: 0.07em;
}

.live-caire-hub__alert strong {
  font-size: clamp(13px, 1.35vw, 20px);
  line-height: 1.08;
}

.live-caire-hub__alert span {
  color: var(--v2-muted);
  font-size: clamp(8px, 0.7vw, 10px);
}

.live-caire-hub__context {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6px;
}

.live-caire-hub__context span {
  display: grid;
  min-height: 39px;
  place-items: center;
  padding: 6px;
  color: rgba(255, 255, 255, 0.76);
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
  font-size: 6.5px;
  line-height: 1.2;
  text-align: center;
}

.live-caire-hub__guardrail {
  color: rgba(255, 255, 255, 0.58);
  font-size: 7px;
  line-height: 1.3;
}

.live-handoff {
  position: absolute;
  top: 31%;
  z-index: 3;
  display: grid;
  width: 10%;
  gap: 7px;
  color: var(--v2-ink);
  font-family: "DM Mono", ui-monospace, monospace;
  font-size: 6.5px;
  font-weight: 750;
  text-align: center;
  letter-spacing: 0.04em;
}

.live-handoff--to-caire {
  left: 23.5%;
}

.live-handoff--to-client {
  right: 23.5%;
}

.live-handoff i {
  position: relative;
  display: block;
  height: 2px;
  background: var(--v2-coral);
}

.live-handoff i::after {
  position: absolute;
  top: -4px;
  right: 0;
  width: 8px;
  height: 8px;
  content: "";
  border-top: 2px solid var(--v2-coral);
  border-right: 2px solid var(--v2-coral);
  transform: rotate(45deg);
}

.live-client-map {
  position: relative;
  min-height: 0;
  overflow: hidden;
  background: #dbe5dc;
}

.live-client-map > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.82) contrast(0.94);
  transform: scale(1.2);
}

.live-client-map__car {
  top: 43%;
  left: 44%;
  width: 32px;
  height: 32px;
  color: #fff;
  background: var(--v2-coral);
  font-family: "DM Mono", ui-monospace, monospace;
  font-size: 7px;
  font-weight: 800;
}

.live-client-map__home {
  right: 12%;
  bottom: 18%;
  width: 25px;
  height: 25px;
  background: var(--v2-night);
}

.live-device--client figcaption {
  display: grid;
  gap: 3px;
  padding: 10px 11px 12px;
  color: var(--v2-ink);
  background: #fff;
}

.live-device--client figcaption small {
  color: var(--v2-sage);
  font-family: "DM Mono", ui-monospace, monospace;
  font-size: 6.5px;
  font-weight: 750;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.live-device--client figcaption strong {
  font-size: clamp(11px, 1.05vw, 15px);
  line-height: 1.1;
}

.live-device--client figcaption span {
  color: var(--v2-coral-deep);
  font-size: 7px;
  font-weight: 750;
}

.live-role-strip {
  position: absolute;
  right: 2.7%;
  bottom: 3.5%;
  left: 2.7%;
  z-index: 6;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  overflow: hidden;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(17, 26, 36, 0.11);
  border-radius: 13px;
  box-shadow: 0 14px 33px rgba(17, 26, 36, 0.16);
  backdrop-filter: blur(12px);
}

.live-role-strip article {
  display: grid;
  min-height: clamp(60px, 9vh, 78px);
  align-content: center;
  gap: 5px;
  padding: 10px 12px;
  border-top: 3px solid var(--v2-sage);
  border-right: 1px solid var(--v2-line);
}

.live-role-strip article:first-child {
  border-top-color: var(--v2-coral);
}

.live-role-strip article:nth-child(2) {
  border-top-color: var(--v2-lavender);
}

.live-role-strip article:last-child {
  border-right: 0;
}

.live-role-strip span {
  color: var(--v2-coral-deep);
  font-family: "DM Mono", ui-monospace, monospace;
  font-size: 6.5px;
  letter-spacing: 0.07em;
}

.live-role-strip strong {
  color: var(--v2-ink);
  font-size: clamp(8px, 0.72vw, 10.5px);
  line-height: 1.23;
}

@media (max-width: 720px) and (orientation: portrait) {
  .scene:has(.live-day-stage) .v2-heading--row {
    gap: 8px;
  }

  .scene:has(.live-day-stage) .v2-title {
    font-size: clamp(27px, 8.5vw, 35px);
  }

  .scene:has(.live-day-stage) .v2-lead {
    font-size: 10px;
    line-height: 1.3;
  }

  .live-day-slide {
    gap: 10px;
  }

  .live-day-stage {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
    grid-template-rows: minmax(0, 1.12fr) minmax(0, 0.88fr);
    gap: 7px;
    padding: 7px;
  }

  .live-route-map {
    opacity: 0.24;
  }

  .live-device,
  .live-caire-hub,
  .live-role-strip {
    position: relative;
    inset: auto;
    width: auto;
    height: auto;
    min-height: 0;
    transform: none;
  }

  .live-device {
    top: auto;
    border-width: 5px;
    border-radius: 19px;
  }

  .live-device--employee {
    grid-row: 1;
    grid-column: 1;
  }

  .live-caire-hub {
    grid-row: 1;
    grid-column: 2;
    gap: 7px;
    padding: 11px;
    border-radius: 15px;
  }

  .live-caire-hub__alert {
    gap: 3px;
    padding: 8px;
  }

  .live-caire-hub__alert strong {
    font-size: 13px;
  }

  .live-caire-hub__context {
    grid-template-columns: 1fr;
    gap: 3px;
  }

  .live-caire-hub__context span {
    min-height: 0;
    padding: 4px;
    font-size: 5.5px;
  }

  .live-caire-hub__guardrail {
    font-size: 6px;
  }

  .live-device--client {
    grid-row: 2;
    grid-column: 1;
  }

  .live-device__role {
    top: 7px;
    left: 7px;
    font-size: 5.5px;
  }

  .live-employee-action {
    right: 5px;
    bottom: 5px;
    left: 5px;
    padding: 7px;
  }

  .live-employee-action strong {
    font-size: 10px;
  }

  .live-device--client figcaption {
    gap: 1px;
    padding: 7px 8px;
  }

  .live-device--client figcaption strong {
    font-size: 10px;
  }

  .live-role-strip {
    grid-row: 2;
    grid-column: 2;
    display: grid;
    grid-template-columns: 1fr;
    align-content: stretch;
    overflow: hidden;
    border-radius: 12px;
  }

  .live-role-strip article {
    min-height: 0;
    gap: 1px;
    padding: 5px 7px;
    border-top-width: 2px;
    border-right: 0;
    border-bottom: 1px solid var(--v2-line);
  }

  .live-role-strip article:last-child {
    border-bottom: 0;
  }

  .live-role-strip span {
    font-size: 5px;
  }

  .live-role-strip strong {
    font-size: 6px;
    line-height: 1.15;
  }

  .live-handoff,
  .live-map-pin {
    display: none;
  }
}

@media (max-height: 500px) and (orientation: landscape) {
  .scene:has(.live-day-stage) .v2-heading--row {
    gap: 14px;
  }

  .scene:has(.live-day-stage) .v2-title {
    font-size: 26px;
  }

  .scene:has(.live-day-stage) .v2-lead {
    font-size: 8px;
    line-height: 1.22;
  }

  .live-day-slide {
    gap: 6px;
  }

  .live-device {
    top: 8%;
    height: 61%;
    border-width: 5px;
    border-radius: 18px;
  }

  .live-device__role {
    top: -13px;
    font-size: 5px;
  }

  .live-caire-hub {
    top: 8%;
    min-height: 58%;
    gap: 5px;
    padding: 10px;
  }

  .live-caire-hub__alert {
    gap: 2px;
    padding: 6px 8px;
  }

  .live-caire-hub__alert strong {
    font-size: 11px;
  }

  .live-caire-hub__context span {
    min-height: 25px;
    padding: 3px;
    font-size: 5px;
  }

  .live-caire-hub__guardrail {
    font-size: 5.5px;
  }

  .live-employee-action {
    right: 5px;
    bottom: 5px;
    left: 5px;
    gap: 1px;
    padding: 5px 7px;
  }

  .live-employee-action strong,
  .live-device--client figcaption strong {
    font-size: 8px;
  }

  .live-device--client figcaption {
    gap: 1px;
    padding: 5px 7px;
  }

  .live-role-strip {
    bottom: 2.5%;
  }

  .live-role-strip article {
    min-height: 42px;
    gap: 2px;
    padding: 5px 7px;
  }

  .live-role-strip span,
  .live-role-strip strong {
    font-size: 5.5px;
  }

  .live-handoff {
    font-size: 5px;
  }
}

@media print {
  .film-proof__interactive {
    display: none !important;
  }

  .film-proof__static {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
  }

  .live-day-stage {
    height: 4.78in !important;
    flex: none !important;
  }

  .live-role-strip {
    backdrop-filter: none !important;
  }
}

/* Final-fit overrides · no-scroll portrait execution and closing slides. */
@media (max-width: 720px) and (orientation: portrait) {
  .deck-v2 .scene:has(.live-day-stage),
  .deck-v2 .scene:has(.pilot-brief) {
    height: calc(100svh - 62px);
    min-height: calc(100svh - 62px);
    overflow: hidden;
  }

  .deck-v2 .scene:has(.live-day-stage) {
    padding: 22px 24px 28px;
  }

  .scene:has(.live-day-stage) .live-day-slide {
    height: 100%;
    gap: 8px;
  }

  .scene:has(.live-day-stage) .v2-heading--row {
    grid-template-columns: 1fr;
    gap: 5px;
  }

  .scene:has(.live-day-stage) .v2-title {
    font-size: clamp(27px, 8.2vw, 33px);
    line-height: 0.96;
  }

  .scene:has(.live-day-stage) .v2-lead {
    margin: 0;
    font-size: 8.5px;
    line-height: 1.25;
  }

  .scene:has(.live-day-stage) .live-day-stage {
    min-height: 0;
    flex: 1 1 0;
  }

  .deck-v2 .scene:has(.pilot-brief) {
    padding-bottom: 28px;
  }

  .scene:has(.pilot-brief) .v2-grid--close {
    height: 100%;
    gap: 10px;
    align-content: center;
  }

  .scene:has(.pilot-brief) .pilot-brief {
    display: flex;
    min-height: 0;
    align-items: center;
    justify-content: flex-start;
    padding: 0;
    background: transparent;
    border: 0;
  }

  .scene:has(.pilot-brief) .pilot-brief > span,
  .scene:has(.pilot-brief) .pilot-brief > div,
  .scene:has(.pilot-brief) .pilot-brief > i {
    display: none;
  }

  .scene:has(.pilot-brief) .pilot-brief > a {
    margin: 0;
    padding: 7px 0;
    font-size: 11px;
  }
}

/* --------------------------------------------------------------------------
 * Planner-first optimisation story
 * -------------------------------------------------------------------------- */

.engine-flow {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.engine-flow li:nth-child(5) {
  grid-column: 1 / -1;
  min-height: 68px;
  color: #fff;
  background: var(--v2-night);
}

.engine-flow li:nth-child(5) small {
  color: rgba(255, 255, 255, 0.58);
}

.engine-proof {
  position: relative;
  display: grid;
  height: min(59vh, 535px);
  min-height: 380px;
  grid-template-rows: auto auto 1fr auto;
  gap: 12px;
  align-content: center;
  padding: clamp(24px, 3vw, 42px);
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(
      circle at 90% 18%,
      rgba(155, 148, 213, 0.24),
      transparent 35%
    ),
    linear-gradient(145deg, #17212c, #0f1720);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 22px;
  box-shadow: 0 28px 70px rgba(18, 29, 40, 0.25);
}

.engine-proof::before {
  position: absolute;
  top: 70px;
  bottom: 70px;
  left: 50%;
  width: 1px;
  content: "";
  background: linear-gradient(
    var(--v2-lavender),
    var(--v2-coral),
    var(--v2-sage)
  );
  opacity: 0.55;
}

.engine-proof__input,
.engine-proof__analysis,
.engine-proof__decision {
  position: relative;
  z-index: 1;
  display: grid;
  width: min(86%, 470px);
  justify-self: center;
  padding: 14px 16px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 13px;
  backdrop-filter: blur(14px);
}

.engine-proof__input > span,
.engine-proof__analysis > span,
.engine-proof__decision > span,
.engine-proof__plans article > span {
  color: #ffad90;
  font-family: "DM Mono", ui-monospace, monospace;
  font-size: 7px;
  letter-spacing: 0.09em;
}

.engine-proof__input strong,
.engine-proof__analysis strong,
.engine-proof__decision strong {
  margin-top: 5px;
  font-size: clamp(12px, 1.08vw, 16px);
}

.engine-proof__input small,
.engine-proof__analysis small,
.engine-proof__decision small {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.56);
  font-size: 8px;
  line-height: 1.25;
}

.engine-proof__plans {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  align-self: center;
}

.engine-proof__plans article {
  display: grid;
  min-width: 0;
  padding: 13px 10px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 11px;
}

.engine-proof__plans article.is-selected {
  background: rgba(232, 113, 74, 0.17);
  border-color: rgba(255, 173, 144, 0.74);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.2);
}

.engine-proof__plans strong {
  margin-top: 7px;
  font-size: clamp(16px, 1.5vw, 23px);
}

.engine-proof__plans small {
  margin-top: 3px;
  color: rgba(255, 255, 255, 0.55);
  font-size: 7px;
}

.scenario-solution-compare {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  padding: clamp(15px, 1.8vw, 23px);
  background:
    radial-gradient(
      circle at 78% 8%,
      rgba(155, 148, 213, 0.16),
      transparent 38%
    ),
    #f7f5f1;
}

.solution-compare-heading {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  padding-bottom: 12px;
}

.solution-compare-heading span {
  color: var(--v2-coral-deep);
  font-family: "DM Mono", ui-monospace, monospace;
  font-size: 7px;
  letter-spacing: 0.08em;
}

.solution-compare-heading strong {
  color: var(--v2-ink);
  font-size: 10px;
}

.solution-compare-grid {
  display: grid;
  min-height: 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 9px;
}

.solution-compare-grid > article {
  display: grid;
  min-width: 0;
  align-content: start;
  padding: 13px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid var(--v2-line);
  border-radius: 13px;
  box-shadow: 0 12px 24px rgba(23, 33, 44, 0.06);
}

.solution-compare-grid > article.is-selected {
  background: #fff;
  border: 2px solid var(--v2-coral);
  box-shadow: 0 17px 36px rgba(197, 75, 44, 0.14);
}

.solution-compare-grid header {
  display: grid;
  gap: 4px;
  padding-bottom: 9px;
  border-bottom: 1px solid var(--v2-line);
}

.solution-compare-grid header span {
  color: var(--v2-coral-deep);
  font-family: "DM Mono", ui-monospace, monospace;
  font-size: 6px;
  letter-spacing: 0.08em;
}

.solution-compare-grid header strong {
  color: var(--v2-ink);
  font-size: clamp(11px, 0.95vw, 14px);
}

.solution-compare-grid dl {
  display: grid;
  gap: 0;
  margin: 7px 0 0;
}

.solution-compare-grid dl > div {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 8px;
  padding: 5px 0;
  border-bottom: 1px solid rgba(23, 33, 44, 0.08);
}

.solution-compare-grid dt {
  color: var(--v2-muted);
  font-size: 6.5px;
}

.solution-compare-grid dd {
  margin: 0;
  color: var(--v2-ink);
  font-size: 8px;
  font-weight: 800;
}

.solution-compare-grid p {
  margin: auto 0 0;
  padding-top: 9px;
  color: var(--v2-muted);
  font-size: 6.5px;
  line-height: 1.3;
}

.demand-capacity-chart {
  grid-template-rows: 40px minmax(0, 1fr);
}

.demand-capacity-chart__body {
  display: grid;
  min-height: 0;
  grid-template-rows: minmax(0, 1fr) auto minmax(0, 1fr) auto;
  gap: 7px;
  padding: 12px 15px 9px;
}

.demand-capacity-row {
  display: grid;
  min-height: 0;
  grid-template-columns: 126px minmax(0, 1fr);
  gap: 10px;
  align-items: stretch;
}

.demand-capacity-row > header {
  display: grid;
  align-content: center;
  padding: 10px;
  background: var(--v2-warm);
  border-left: 3px solid var(--v2-coral-deep);
  border-radius: 6px 11px 11px 6px;
}

.demand-capacity-row--after > header {
  background: rgba(230, 237, 226, 0.75);
  border-left-color: #4d8b64;
}

.demand-capacity-row header span {
  color: var(--v2-coral-deep);
  font-family: "DM Mono", ui-monospace, monospace;
  font-size: 6px;
  letter-spacing: 0.07em;
}

.demand-capacity-row--after header span {
  color: #416a4e;
}

.demand-capacity-row header strong {
  margin-top: 5px;
  color: var(--v2-ink);
  font-size: 9px;
  line-height: 1.2;
}

.demand-capacity-bars {
  position: relative;
  display: grid;
  min-height: 0;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 4px;
  align-items: end;
  padding: 13px 5px 0;
  background:
    linear-gradient(to top, rgba(23, 33, 44, 0.08) 1px, transparent 1px) 0
      100% / 100% 25%,
    rgba(255, 255, 255, 0.75);
  border: 1px solid rgba(23, 33, 44, 0.08);
  border-radius: 10px;
}

.demand-capacity-bars > i {
  position: relative;
  z-index: 2;
  display: block;
  height: calc(var(--value) * 5.4%);
  min-height: 8px;
  background: repeating-linear-gradient(
    to top,
    #a59bdc 0 5px,
    #a59bdc 5px,
    rgba(255, 255, 255, 0.84) 5px 7px
  );
  border: 1px solid #887dc8;
  border-radius: 3px 3px 1px 1px;
  font-style: normal;
}

.demand-capacity-bars > i.is-over {
  background: repeating-linear-gradient(
    to top,
    #d76556 0 5px,
    #d76556 5px,
    rgba(255, 255, 255, 0.84) 5px 7px
  );
  border-color: #bd453b;
  box-shadow: 0 0 0 4px rgba(199, 83, 72, 0.1);
}

.demand-capacity-bars > i.is-moved {
  background: repeating-linear-gradient(
    to top,
    #78a184 0 5px,
    #78a184 5px,
    rgba(255, 255, 255, 0.84) 5px 7px
  );
  border-color: #4d8b64;
}

.demand-capacity-bars > i b {
  position: absolute;
  top: -11px;
  left: 50%;
  color: var(--v2-muted);
  font-family: "DM Mono", ui-monospace, monospace;
  font-size: 5px;
  transform: translateX(-50%);
}

.demand-capacity-bars > i.is-over b {
  color: #a13f37;
  font-size: 7px;
}

.shift-line {
  position: absolute;
  z-index: 4;
  height: 2px;
  color: #365b45;
  background: #4d7b5a;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.7);
  font-family: "DM Mono", ui-monospace, monospace;
  font-size: 5.5px;
  font-style: normal;
  font-weight: 800;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
}

.shift-line--day {
  bottom: 64.8%;
  left: 5px;
  width: calc(75% - 5px);
}

.shift-line--evening {
  right: 5px;
  bottom: 43.2%;
  width: calc(25% - 5px);
}

.demand-capacity-move {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: var(--v2-coral-deep);
  font-family: "DM Mono", ui-monospace, monospace;
  font-size: 6px;
  letter-spacing: 0.06em;
}

.demand-capacity-move i {
  position: relative;
  width: 50px;
  height: 1px;
  background: var(--v2-coral);
}

.demand-capacity-move i::after {
  position: absolute;
  top: -3px;
  right: 0;
  width: 7px;
  height: 7px;
  content: "";
  border-top: 1px solid var(--v2-coral);
  border-right: 1px solid var(--v2-coral);
  transform: rotate(45deg);
}

.demand-capacity-times {
  display: grid;
  grid-template-columns: 126px repeat(12, minmax(0, 1fr));
  gap: 4px;
  padding: 0 5px 0 0;
  color: var(--v2-muted);
  font-family: "DM Mono", ui-monospace, monospace;
  font-size: 5.5px;
  text-align: center;
}

.demand-capacity-times::before {
  content: "TID";
  text-align: right;
}

.demand-capacity-consequences {
  display: grid;
  gap: 5px;
  margin-top: 12px;
  padding: 10px;
  background: rgba(199, 83, 72, 0.07);
  border: 1px solid rgba(199, 83, 72, 0.18);
  border-radius: 10px;
}

.demand-capacity-consequences span {
  color: #a13f37;
  font-family: "DM Mono", ui-monospace, monospace;
  font-size: 6px;
  letter-spacing: 0.07em;
}

.demand-capacity-consequences strong {
  color: var(--v2-ink);
  font-size: 8px;
}

.demand-capacity-composition + .visit-gap-scorecard {
  grid-template-columns: 0.72fr 1fr 0.66fr 0.78fr 1.35fr 0.6fr;
}

@media (max-width: 900px) and (orientation: portrait) {
  .engine-flow {
    grid-template-columns: 1fr 1fr;
  }

  .engine-proof {
    height: auto;
    min-height: 0;
    padding: 14px;
  }

  .engine-proof__input,
  .engine-proof__analysis,
  .engine-proof__decision {
    width: 100%;
    padding: 9px 11px;
  }

  .engine-proof__plans article {
    padding: 9px 7px;
  }

  .solution-compare-grid > article {
    padding: 8px;
  }

  .solution-compare-grid p {
    display: none;
  }

  .demand-capacity-composition {
    grid-template-columns: 1fr;
  }

  .demand-capacity-chart {
    min-height: 315px;
  }

  .demand-capacity-row {
    grid-template-columns: 90px minmax(0, 1fr);
  }

  .demand-capacity-times {
    grid-template-columns: 90px repeat(12, minmax(0, 1fr));
  }

  .demand-capacity-drawer {
    display: grid;
    grid-template-columns: 0.7fr 1.3fr;
    gap: 6px 10px;
    padding: 10px 12px;
  }

  .demand-capacity-drawer h3 {
    margin: 0;
  }

  .demand-capacity-drawer ol {
    grid-column: 1 / -1;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 3px;
  }

  .demand-capacity-consequences,
  .demand-capacity-drawer > p {
    display: none;
  }

  .demand-capacity-composition + .visit-gap-scorecard {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-height: 700px) and (orientation: landscape) {
  .engine-proof {
    height: min(56vh, 400px);
    min-height: 300px;
    gap: 7px;
    padding: 15px 19px;
  }

  .engine-proof__input,
  .engine-proof__analysis,
  .engine-proof__decision {
    padding: 8px 12px;
  }

  .engine-proof__plans article {
    padding: 8px;
  }

  .demand-capacity-chart__body {
    padding: 8px 11px 6px;
  }

  .demand-capacity-row {
    grid-template-columns: 105px minmax(0, 1fr);
  }

  .demand-capacity-times {
    grid-template-columns: 105px repeat(12, minmax(0, 1fr));
  }
}

@media print {
  .engine-proof,
  .scenario-solution-compare,
  .demand-capacity-bars,
  .demand-capacity-row > header {
    -webkit-print-color-adjust: exact !important;
    print-color-adjust: exact !important;
  }

  .engine-proof {
    height: 5.05in !important;
    min-height: 5.05in !important;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--deck-night);
}

body {
  margin: 0;
  color: var(--deck-ink);
  background: var(--deck-night);
  font-family:
    Inter,
    ui-sans-serif,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  line-height: 1.45;
}

button,
a {
  font: inherit;
}

button {
  cursor: pointer;
}

.caire-deck {
  overflow: hidden;
  background: var(--deck-night);
}

.deck-toolbar {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 62px;
  padding: 11px 28px;
  color: rgba(255, 255, 255, 0.86);
  background: rgba(26, 19, 48, 0.94);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(18px);
}

.toolbar-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-decoration: none;
}

.toolbar-mark {
  display: inline-grid;
  width: 30px;
  height: 30px;
  place-items: center;
  color: #fff;
  background: var(--deck-coral);
  border-radius: 9px;
}

.toolbar-mark svg {
  width: 18px;
  height: 18px;
}

.toolbar-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgba(255, 255, 255, 0.56);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.toolbar-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.toolbar-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 34px;
  height: 34px;
  padding: 0 11px;
  color: #fff;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 9px;
  transition:
    background 160ms ease,
    border-color 160ms ease,
    transform 160ms ease;
}

.toolbar-button:hover,
.toolbar-button:focus-visible {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.5);
  transform: translateY(-1px);
}

.toolbar-button:focus-visible,
.deck-cta:focus-visible,
.scene-dot:focus-visible,
.deck-link:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 3px;
  box-shadow: 0 0 0 6px var(--deck-indigo);
}

.progress {
  width: min(230px, 24vw);
  height: 4px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.16);
  border-radius: 999px;
}

.progress span {
  display: block;
  width: 8.33%;
  height: 100%;
  background: var(--deck-coral);
  border-radius: inherit;
  transition: width 220ms ease;
}

.scene {
  position: relative;
  display: none;
  width: min(100%, 1600px);
  min-height: calc(100vh - 62px);
  margin: 0 auto;
  padding: clamp(44px, 6vw, 92px) clamp(28px, 7vw, 118px);
  overflow: hidden;
  isolation: isolate;
}

.js .scene.active {
  display: block;
}

.no-js .scene,
.no-js .scene.active {
  display: block;
}

.scene-light {
  background: var(--deck-cream);
}

.scene-white {
  background: var(--deck-paper);
}

.scene-sand {
  background: var(--deck-sand);
}

.scene-dark {
  color: #fff;
  background: var(--deck-night);
}

.scene-coral {
  color: #fff;
  background: var(--deck-coral-deep);
}

.scene::before,
.scene::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: "";
  pointer-events: none;
}

.scene-light::before,
.scene-sand::before {
  top: -18%;
  right: -6%;
  width: 38%;
  height: 80%;
  background: radial-gradient(
    circle,
    rgba(232, 113, 74, 0.12),
    transparent 68%
  );
}

.scene-dark::before {
  top: -20%;
  right: -12%;
  width: 62%;
  height: 120%;
  background: radial-gradient(circle, rgba(73, 80, 188, 0.36), transparent 66%);
}

.scene-dark::after {
  bottom: -35%;
  left: -8%;
  width: 46%;
  height: 80%;
  background: radial-gradient(circle, rgba(232, 113, 74, 0.2), transparent 68%);
}

.scene-grid {
  display: grid;
  align-items: center;
  gap: clamp(32px, 5vw, 84px);
  height: 100%;
}

.scene-grid.two {
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
}

.scene-grid.wide-left {
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
}

.scene-grid.equal {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.scene-grid.one {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
}

.workday-composition {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 28px;
}

.workday-part {
  padding: 17px 18px;
  border: 1px solid var(--deck-line);
  border-top: 4px solid var(--deck-coral);
  border-radius: 14px;
  background: #fff;
}

.workday-part.travel {
  border-top-color: var(--deck-indigo);
}

.workday-part.wait {
  border-top-color: var(--deck-muted);
}

.workday-part.break {
  border-top-color: var(--deck-ink);
}

.workday-part > span {
  color: var(--deck-muted);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.workday-part strong {
  display: block;
  margin-top: 7px;
  font-size: 17px;
}

.workday-part p {
  margin: 5px 0 0;
  color: var(--deck-muted);
  font-size: 12px;
}

.analysis-result-card {
  padding: 22px;
  border: 1px solid var(--deck-line);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(41, 35, 30, 0.08);
}

.analysis-result-header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
}

.analysis-result-header > span {
  color: var(--deck-coral-deep);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.13em;
}

.analysis-result-header strong {
  font-size: 17px;
  text-align: right;
}

.analysis-metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 22px;
}

.analysis-metric {
  padding: 17px 18px;
  border: 1px solid var(--deck-line);
  border-left: 5px solid var(--deck-coral);
  border-radius: 14px;
  background: var(--deck-cream);
}

.analysis-metric.efficiency {
  border-left-color: var(--deck-indigo);
}

.analysis-metric.shifts {
  border-left-color: var(--deck-coral);
}

.analysis-metric.visits {
  border-left-color: var(--deck-coral);
}

.analysis-metric.continuity {
  border-left-color: var(--deck-sage);
}

.analysis-metric.capacity {
  border-left-color: var(--deck-sage);
}

.analysis-metric > span {
  color: var(--deck-muted);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.analysis-metric strong {
  display: block;
  margin-top: 7px;
  font-size: clamp(24px, 2.5vw, 34px);
  letter-spacing: -0.04em;
}

.analysis-metric strong small {
  margin-left: 5px;
  color: var(--deck-muted);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0;
}

.analysis-metric p,
.analysis-result-note {
  color: var(--deck-muted);
  font-size: 12px;
  line-height: 1.4;
}

.analysis-metric p {
  margin: 6px 0 0;
}

.analysis-metric > .continuity-detail {
  display: block;
  margin-top: 12px;
  padding-top: 10px;
  color: var(--deck-ink);
  border-top: 1px solid var(--deck-line);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
}

.analysis-result-note {
  margin: 14px 0 0;
}

.ai-dialogue {
  display: grid;
  gap: 10px;
  margin-top: 28px;
}

.ai-message,
.ai-approval {
  padding: 15px 17px;
  border: 1px solid var(--deck-line);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.74);
}

.ai-message > span,
.ai-approval > span {
  display: block;
  color: var(--deck-coral-deep);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.ai-message strong,
.ai-approval strong {
  display: block;
  margin-top: 7px;
  font-size: 15px;
  line-height: 1.25;
}

.ai-message p {
  margin: 6px 0 0;
  color: var(--deck-muted);
  font-size: 12px;
  line-height: 1.4;
}

.ai-message.answer {
  background: var(--deck-night);
  border-color: transparent;
}

.ai-message.answer > span,
.ai-message.answer strong {
  color: #ffb59a;
}

.ai-message.answer p {
  color: rgba(255, 255, 255, 0.72);
}

.ai-approval {
  background: rgba(255, 255, 255, 0.4);
}

.eyebrow {
  margin-bottom: 18px;
  color: var(--deck-coral-deep);
  font-size: clamp(10px, 1vw, 13px);
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.scene-dark .eyebrow,
.scene-coral .eyebrow {
  color: #ffb59a;
}

.title,
.scene-title,
.stat-value,
.node-title {
  letter-spacing: -0.055em;
}

.title {
  max-width: 820px;
  margin: 0;
  font-size: clamp(46px, 5vw, 78px);
  font-weight: 800;
  line-height: 0.98;
}

.scene-title {
  max-width: 960px;
  margin: 0 0 18px;
  font-size: clamp(34px, 4vw, 60px);
  font-weight: 800;
  line-height: 1.03;
}

.subtitle {
  max-width: 610px;
  margin: 24px 0 0;
  color: var(--deck-muted);
  font-size: clamp(17px, 1.55vw, 24px);
  line-height: 1.42;
}

.scene-dark .subtitle,
.scene-coral .subtitle {
  color: rgba(255, 255, 255, 0.72);
}

.serif {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: -0.06em;
}

.accent {
  color: var(--deck-coral-deep);
}

.scene-dark .accent,
.scene-coral .accent {
  color: #ffab8d;
}

.microcopy {
  margin: 26px 0 0;
  color: var(--deck-muted);
  font-size: 12px;
  line-height: 1.5;
}

.scene-dark .microcopy,
.scene-coral .microcopy {
  color: rgba(255, 255, 255, 0.68);
}

.brand-lockup {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 54px;
  color: inherit;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.brand-lockup svg {
  width: 38px;
  height: 38px;
}

.hero-media {
  position: relative;
  min-height: 430px;
}

.browser-frame {
  position: relative;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(39, 37, 37, 0.15);
  border-radius: 18px;
  box-shadow: var(--deck-shadow);
}

.browser-bar {
  display: flex;
  align-items: center;
  gap: 6px;
  height: 34px;
  padding: 0 14px;
  background: #f4f2ef;
  border-bottom: 1px solid var(--deck-line);
}

.browser-bar i {
  width: 7px;
  height: 7px;
  background: #d4cdc6;
  border-radius: 999px;
}

.browser-frame img {
  display: block;
  width: 100%;
  height: auto;
}

.floating-note {
  position: absolute;
  right: -18px;
  bottom: -26px;
  max-width: 240px;
  padding: 17px 18px;
  color: #fff;
  background: var(--deck-night);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 14px;
  box-shadow: 0 18px 40px rgba(18, 14, 30, 0.26);
}

.floating-note strong {
  display: block;
  margin-bottom: 4px;
  color: #ffb59a;
  font-size: 12px;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.floating-note span {
  display: block;
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
}

.ripple {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  align-items: center;
  width: 100%;
  margin-top: 40px;
}

.ripple::before {
  position: absolute;
  top: 50%;
  right: 7%;
  left: 7%;
  height: 2px;
  content: "";
  background: linear-gradient(90deg, var(--deck-coral), var(--deck-indigo));
  opacity: 0.55;
}

.ripple-node {
  position: relative;
  z-index: 1;
  display: grid;
  min-height: 118px;
  margin: 0 8px;
  padding: 18px 16px;
  align-content: center;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid var(--deck-line);
  border-radius: 16px;
  box-shadow: 0 12px 26px rgba(37, 33, 41, 0.08);
}

.ripple-node:first-child {
  color: #fff;
  background: var(--deck-coral-deep);
  border-color: transparent;
}

.ripple-node strong {
  display: block;
  font-size: clamp(14px, 1.35vw, 19px);
  line-height: 1.1;
}

.ripple-node span {
  display: block;
  margin-top: 8px;
  color: var(--deck-muted);
  font-size: 11px;
  line-height: 1.35;
}

.ripple-node:first-child span {
  color: rgba(255, 255, 255, 0.72);
}

.frontier-wrap {
  display: grid;
  gap: 24px;
}

.frontier-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
}

.frontier-head p {
  max-width: 420px;
  margin: 0;
  color: var(--deck-muted);
  font-size: 14px;
}

.frontier {
  display: grid;
  grid-template-columns: 0.9fr 0.9fr 1.5fr;
  gap: 12px;
  align-items: stretch;
}

.frontier-card {
  position: relative;
  min-height: 188px;
  padding: 20px;
  background: #fff;
  border: 1px solid var(--deck-line);
  border-radius: 17px;
  box-shadow: 0 14px 32px rgba(37, 33, 41, 0.07);
}

.frontier-card.control {
  border-top: 6px solid #7f8796;
}

.frontier-card.coverage {
  border-top: 6px solid var(--deck-coral);
}

.frontier-card.efficiency {
  border-top: 6px solid var(--deck-indigo);
}

.option-grid {
  display: grid;
  grid-template-columns: 0.9fr 0.9fr 1.5fr;
  gap: 12px;
  align-items: stretch;
}

.option-card {
  position: relative;
  min-height: 188px;
  padding: 20px;
  background: #fff;
  border: 1px solid var(--deck-line);
  border-radius: 17px;
  box-shadow: 0 14px 32px rgba(37, 33, 41, 0.07);
}

.option-card.control {
  border-top: 6px solid #7f8796;
}

.option-card.coverage {
  border-top: 6px solid var(--deck-coral);
}

.option-card.efficiency {
  border-top: 6px solid var(--deck-indigo);
}

.option-card h3 {
  margin: 0;
  font-size: 18px;
  letter-spacing: -0.03em;
}

.option-card p {
  margin: 9px 0 0;
  color: var(--deck-muted);
  font-size: 12px;
}

.module-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  width: 100%;
  margin-top: 34px;
}

.module-card {
  min-height: 166px;
  padding: 22px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid var(--deck-line);
  border-radius: 17px;
  box-shadow: 0 14px 32px rgba(37, 33, 41, 0.06);
}

.module-kicker {
  color: var(--deck-coral-deep);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.13em;
}

.module-card h3 {
  margin: 14px 0 8px;
  font-size: 20px;
  letter-spacing: -0.04em;
}

.module-card p {
  max-width: 300px;
  margin: 0;
  color: var(--deck-muted);
  font-size: 12px;
  line-height: 1.48;
}

.ecosystem-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 38px;
}

.signal-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 30px;
}

.signal {
  padding: 16px;
  background: #fff;
  border: 1px solid var(--deck-line);
  border-radius: 14px;
}

.signal strong {
  display: block;
  color: var(--deck-ink);
  font-size: 14px;
}

.signal span {
  display: block;
  margin-top: 6px;
  color: var(--deck-muted);
  font-size: 11px;
  line-height: 1.38;
}

.flow-steps,
.compact-steps,
.adoption-steps {
  margin-top: 30px;
}

.deck-strapline {
  display: block;
  margin: 20px 0 0;
  font-size: clamp(20px, 2.2vw, 30px);
  line-height: 1.12;
}

.data-flow {
  display: grid;
  gap: 14px;
}

.flow-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.flow-card,
.requirement-card,
.insight-row > div,
.adoption-grid > div,
.cta-card {
  border: 1px solid var(--deck-line);
  border-radius: 16px;
}

.flow-card {
  min-height: 112px;
  padding: 16px;
  background: rgba(255, 255, 255, 0.82);
}

.flow-card.output {
  background: var(--deck-indigo-soft);
  border-color: rgba(73, 80, 188, 0.24);
}

.flow-card span,
.flow-analysis span,
.requirement-card > span,
.adoption-grid > div > span,
.cta-card > span,
.onboarding-list > div > span {
  display: block;
  color: var(--deck-coral-deep);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.flow-card strong {
  display: block;
  margin-top: 10px;
  font-size: 15px;
  line-height: 1.12;
}

.flow-card p {
  margin: 7px 0 0;
  color: var(--deck-muted);
  font-size: 11px;
  line-height: 1.35;
}

.flow-connector {
  color: var(--deck-coral-deep);
  font-size: 22px;
  font-weight: 800;
  line-height: 0.8;
  text-align: center;
}

.flow-analysis {
  padding: 20px 22px;
  color: #fff;
  background: var(--deck-night);
  border-radius: 16px;
}

.flow-analysis span {
  color: #ffb59a;
}

.flow-analysis strong {
  display: block;
  max-width: 680px;
  margin-top: 10px;
  font-size: clamp(16px, 1.4vw, 21px);
  line-height: 1.25;
}

.five-blocks {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  width: 100%;
  margin-top: 28px;
}

.center-note {
  grid-column: 2;
  grid-row: 1 / span 2;
  align-self: center;
  min-height: 140px;
}

.feature-list {
  display: grid;
  gap: 10px;
  margin-top: 28px;
}

.feature-list > div {
  padding: 15px 17px;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid var(--deck-line);
  border-radius: 14px;
}

.feature-list > div.feature-accent {
  background: var(--deck-indigo-soft);
  border-color: rgba(73, 80, 188, 0.24);
}

.feature-list strong {
  display: block;
  font-size: 15px;
}

.feature-list span {
  display: block;
  margin-top: 5px;
  color: var(--deck-muted);
  font-size: 12px;
  line-height: 1.42;
}

.metric-stack {
  display: grid;
  gap: 12px;
  margin-top: 28px;
}

.metric-stack.five-effects {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.metric-card {
  padding: 16px 18px;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid var(--deck-line);
  border-radius: 15px;
}

.metric-card strong {
  display: block;
  margin-top: 5px;
  font-size: 18px;
  letter-spacing: -0.03em;
}

.metric-card span {
  display: block;
  margin-top: 4px;
  color: var(--deck-muted);
  font-size: 12px;
}

.tag-grid,
.question-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 28px;
}

.tag-grid span,
.question-list span {
  padding: 14px 16px;
  color: var(--deck-ink);
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid var(--deck-line);
  border-radius: 13px;
  font-size: 12px;
  font-weight: 700;
}

.phone-row-four {
  gap: 16px;
}

.phone-row-four .phone {
  width: min(23%, 176px);
}

.phone-row-three .phone {
  width: min(30%, 190px);
}

.role-grid,
.requirement-grid,
.insight-row,
.adoption-grid,
.cta-cards {
  display: grid;
  gap: 12px;
  margin-top: 30px;
}

.role-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.role-card {
  min-height: 150px;
  padding: 22px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 16px;
}

.role-card span {
  display: block;
  color: #ffb59a;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.13em;
}

.role-card strong {
  display: block;
  margin-top: 22px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 17px;
  line-height: 1.22;
}

.requirement-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.requirement-card {
  padding: 20px;
  background: rgba(255, 255, 255, 0.76);
}

.requirement-card p {
  margin: 12px 0 0;
  color: var(--deck-muted);
  font-size: 12px;
  line-height: 1.4;
}

.mini-flow {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  align-items: center;
  margin-top: 24px;
}

.mini-flow span {
  display: grid;
  gap: 4px;
  min-height: 58px;
  padding: 11px 14px;
  align-content: center;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid var(--deck-line);
  border-radius: 12px;
  font-size: 12px;
  font-weight: 700;
}

.mini-flow b {
  color: var(--deck-coral-deep);
  font-size: 9px;
  letter-spacing: 0.1em;
}

.mini-flow i {
  color: var(--deck-coral-deep);
  font-style: normal;
  font-weight: 800;
}

.mini-flow .accent-step {
  background: var(--deck-indigo-soft);
  border-color: rgba(73, 80, 188, 0.24);
}

.onboarding-list {
  display: grid;
  gap: 8px;
  margin-top: 28px;
}

.onboarding-list > div {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  padding: 11px 14px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid var(--deck-line);
  border-radius: 12px;
}

.onboarding-list > div > b {
  display: grid;
  width: 26px;
  height: 26px;
  place-items: center;
  color: #fff;
  background: var(--deck-coral);
  border-radius: 50%;
  font-size: 12px;
}

.onboarding-list strong {
  font-size: 13px;
}

.onboarding-list > div > span {
  color: var(--deck-muted);
  font-size: 9px;
  letter-spacing: 0.08em;
}

.insight-row {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.insight-row > div {
  padding: 15px;
  background: rgba(255, 255, 255, 0.5);
}

.insight-row strong {
  display: block;
  font-size: 13px;
}

.insight-row span {
  display: block;
  margin-top: 5px;
  color: var(--deck-muted);
  font-size: 11px;
}

.adoption-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.next-steps-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.adoption-grid > div {
  min-height: 170px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.72);
}

.adoption-grid > div.adoption-accent {
  background: var(--deck-indigo-soft);
  border-color: rgba(73, 80, 188, 0.26);
}

.adoption-grid strong {
  display: block;
  margin-top: 13px;
  font-size: 18px;
  letter-spacing: -0.03em;
}

.adoption-grid p {
  margin: 9px 0 0;
  color: var(--deck-muted);
  font-size: 12px;
  line-height: 1.4;
}

.adoption-grid small {
  display: block;
  margin-top: 16px;
  color: var(--deck-coral-deep);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.cta-cards {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.cta-card {
  display: grid;
  min-height: 132px;
  padding: 20px;
  align-content: space-between;
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.18);
  text-decoration: none;
}

.cta-card strong {
  font-size: 17px;
}

.cta-card span {
  color: rgba(255, 255, 255, 0.68);
  font-size: 12px;
  letter-spacing: 0;
  text-transform: none;
}

.compact-steps {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.dark-note {
  color: rgba(255, 255, 255, 0.72);
}

.light-note {
  color: rgba(255, 255, 255, 0.74);
}

.frontier-card h3 {
  margin: 0;
  font-size: 18px;
  letter-spacing: -0.03em;
}

.frontier-card p {
  margin: 9px 0 0;
  color: var(--deck-muted);
  font-size: 12px;
}

.rung-line {
  display: flex;
  gap: 6px;
  align-items: end;
  height: 70px;
  margin-top: 18px;
  padding-bottom: 6px;
  border-bottom: 1px solid var(--deck-line);
}

.rung {
  flex: 1;
  min-width: 16px;
  background: linear-gradient(180deg, #7a82e0, #4950bc);
  border-radius: 5px 5px 0 0;
}

.rung:nth-child(1) {
  height: 38%;
}
.rung:nth-child(2) {
  height: 54%;
}
.rung:nth-child(3) {
  height: 70%;
}
.rung:nth-child(4) {
  height: 86%;
}
.rung:nth-child(5) {
  height: 100%;
}

.rung-more {
  align-self: center;
  color: var(--deck-indigo);
  font-size: 12px;
  font-weight: 800;
}

.image-card {
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--deck-line);
  border-radius: 18px;
  box-shadow: var(--deck-shadow);
}

.image-card img {
  display: block;
  width: 100%;
  height: auto;
}

.visual-stack {
  display: grid;
  align-content: center;
  gap: 14px;
  min-width: 0;
}

.curve-pair {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  min-width: 0;
}

.visual-stack .image-card img {
  aspect-ratio: 16 / 10;
  height: 190px;
  object-fit: cover;
}

.visual-stack .distribution-card img {
  aspect-ratio: 1403 / 735;
  height: 180px;
}

.visual-stack .curve-card img {
  aspect-ratio: 920 / 320;
  height: 140px;
  object-fit: contain;
  background: var(--deck-cream);
}

.visual-stack .frontier-card img {
  aspect-ratio: 1550 / 940;
}

.visual-stack .frontier-curve-card {
  min-height: 0;
  padding: 0;
}

.visual-stack .demand-card img {
  aspect-ratio: 920 / 320;
}

.visual-stack .calendar-card img {
  height: 210px;
}

.image-caption {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding: 13px 16px;
  color: var(--deck-muted);
  font-size: 11px;
}

.image-caption strong {
  color: var(--deck-ink);
}

.sync-proof-card {
  width: min(100%, 1080px);
  margin: 18px auto 0;
}

.sync-proof-card img {
  height: clamp(150px, 23vw, 250px);
  object-fit: contain;
  background: #fff;
}

.metric-row {
  display: grid;
  grid-template-columns: 1.05fr 1fr 1fr;
  gap: 16px;
  margin-top: 34px;
}

.metric {
  padding: 20px 0 16px;
  border-top: 1px solid currentcolor;
}

.metric-label {
  color: var(--deck-muted);
  font-size: 12px;
  line-height: 1.28;
}

.metric-value {
  margin-top: 11px;
  color: var(--deck-ink);
  font-size: clamp(25px, 3vw, 48px);
  font-weight: 800;
  letter-spacing: -0.06em;
  line-height: 1;
}

.metric-value.coral {
  color: var(--deck-coral-deep);
}
.metric-value.indigo {
  color: var(--deck-indigo);
}

.metric-note {
  margin-top: 8px;
  color: var(--deck-muted);
  font-size: 11px;
}

.bar-chart {
  display: grid;
  gap: 14px;
  margin-top: 28px;
}

.bar-row {
  display: grid;
  grid-template-columns: 106px minmax(0, 1fr) 60px;
  gap: 12px;
  align-items: center;
  color: var(--deck-muted);
  font-size: 12px;
}

.bar-track {
  height: 22px;
  overflow: hidden;
  background: #ece8e3;
  border-radius: 999px;
}

.bar-fill {
  height: 100%;
  background: var(--deck-indigo);
  border-radius: inherit;
}

.bar-fill.manual {
  background: #a7abb7;
}

.bar-value {
  color: var(--deck-ink);
  font-weight: 800;
  text-align: right;
}

.quote-box {
  margin-top: 32px;
  padding: 21px 24px;
  color: var(--deck-ink);
  background: #fff;
  border-left: 4px solid var(--deck-coral);
}

.quote-box strong {
  display: block;
  font-size: 19px;
  line-height: 1.15;
}

.quote-box span {
  display: block;
  margin-top: 7px;
  color: var(--deck-muted);
  font-size: 12px;
}

.phone-row {
  display: flex;
  justify-content: center;
  gap: 26px;
  align-items: end;
}

.phone {
  width: min(32%, 200px);
  overflow: hidden;
  background: #191919;
  border: 8px solid #191919;
  border-radius: 27px;
  box-shadow: 0 24px 50px rgba(26, 19, 48, 0.22);
}

.phone:first-child {
  transform: translateY(28px) rotate(-3deg);
}

.phone:last-child {
  transform: rotate(3deg);
}

.phone img {
  display: block;
  width: 100%;
  aspect-ratio: 0.55;
  object-fit: cover;
  object-position: top;
  background: var(--deck-cream);
}

.level-ladder {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 7px;
  margin-top: 40px;
}

.level {
  min-height: 150px;
  padding: 18px 13px;
  color: rgba(255, 255, 255, 0.72);
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 14px;
}

.level strong {
  display: block;
  margin-bottom: 12px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 15px;
}

.level span {
  display: block;
  font-size: 11px;
  line-height: 1.4;
}

.level.current {
  color: #fff;
  background: linear-gradient(
    160deg,
    rgba(232, 113, 74, 0.9),
    rgba(200, 90, 54, 0.82)
  );
  border-color: #ffae91;
  transform: translateY(-11px);
}

.level.current strong {
  color: #fff;
}

.steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin-top: 48px;
}

.step {
  position: relative;
  min-height: 160px;
  padding: 22px 22px 12px 0;
  border-top: 1px solid var(--deck-line);
}

.step::after {
  position: absolute;
  top: -5px;
  right: 20px;
  width: 9px;
  height: 9px;
  content: "";
  background: var(--deck-coral);
  border-radius: 50%;
}

.step:not(:last-child)::before {
  position: absolute;
  top: -1px;
  right: 0;
  width: 100%;
  height: 1px;
  content: "";
  background: var(--deck-coral);
  opacity: 0.42;
}

.step-index {
  color: var(--deck-coral-deep);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.step h3 {
  margin: 15px 0 8px;
  font-size: 19px;
  letter-spacing: -0.035em;
}

.step p {
  max-width: 190px;
  margin: 0;
  color: var(--deck-muted);
  font-size: 12px;
}

.cta-block {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.deck-cta,
.deck-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  border-radius: 10px;
  transition:
    transform 160ms ease,
    background 160ms ease,
    color 160ms ease;
}

.deck-cta {
  color: #fff;
  background: var(--deck-coral);
}

.deck-cta:hover,
.deck-link:hover {
  transform: translateY(-2px);
}

.deck-link {
  color: var(--deck-ink);
  background: transparent;
  border: 1px solid var(--deck-line);
}

.scene-dark .deck-link,
.scene-coral .deck-link {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.32);
}

.scene-footer {
  position: absolute;
  right: clamp(28px, 7vw, 118px);
  bottom: 26px;
  left: clamp(28px, 7vw, 118px);
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: rgba(39, 37, 37, 0.75);
  font-size: 10px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.scene-dark .scene-footer,
.scene-coral .scene-footer {
  color: rgba(255, 255, 255, 0.72);
}

.scene-dots {
  position: fixed;
  right: 20px;
  top: 50%;
  z-index: 15;
  display: grid;
  gap: 8px;
  transform: translateY(-50%);
}

.scene-dot {
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 50%;
  transition: transform 160ms ease;
}

.scene-dot::before {
  width: 8px;
  height: 8px;
  content: "";
  background: rgba(255, 255, 255, 0.56);
  border-radius: 50%;
  transition:
    transform 160ms ease,
    background 160ms ease;
}

.scene-dot:hover,
.scene-dot.is-active {
  transform: none;
}

.scene-dot:hover::before,
.scene-dot.is-active::before {
  background: var(--deck-coral);
  transform: scale(1.45);
}

.deck-source-note {
  margin-top: 30px;
  color: var(--deck-muted);
  font-size: 11px;
  line-height: 1.5;
}

.deck-source-note strong {
  color: var(--deck-ink);
}

body:has(#caire-customer-presentation) #caire-consent-banner {
  max-width: 360px !important;
  padding: 16px !important;
  font-size: 12px !important;
}

@media (max-width: 980px) {
  .toolbar-meta,
  .progress {
    display: none;
  }

  .scene {
    min-height: calc(100svh - 62px);
    padding: 46px 34px 66px;
  }

  .scene-grid.two,
  .scene-grid.wide-left,
  .scene-grid.equal {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .hero-media {
    min-height: 0;
    max-width: 720px;
    margin: 0 auto;
  }

  .graph-wrap {
    min-height: 390px;
  }

  .frontier {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .frontier-card {
    min-height: 160px;
    padding: 16px;
  }

  .option-grid,
  .module-grid,
  .ecosystem-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .flow-row,
  .role-grid,
  .requirement-grid,
  .insight-row,
  .adoption-grid,
  .cta-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .five-blocks {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .center-note {
    grid-column: auto;
    grid-row: auto;
  }

  .phone-row-four .phone {
    width: min(23%, 155px);
  }

  .option-card {
    min-height: 160px;
    padding: 16px;
  }

  .steps {
    margin-top: 24px;
  }
}

@media (max-width: 680px) {
  .deck-toolbar {
    padding: 10px 15px;
  }

  .toolbar-brand {
    font-size: 13px;
  }

  .toolbar-button {
    min-width: 32px;
    height: 32px;
    padding: 0 9px;
  }

  .toolbar-actions {
    flex-shrink: 0;
    gap: 5px;
  }

  .scene {
    min-height: 0;
    padding: 54px 21px 64px;
  }

  .title {
    font-size: clamp(42px, 12vw, 64px);
  }

  .scene-title {
    font-size: clamp(32px, 9vw, 48px);
  }

  .subtitle {
    font-size: 17px;
  }

  .scene-grid,
  .scene-grid.two,
  .scene-grid.wide-left,
  .scene-grid.equal {
    height: auto;
  }

  .workday-composition {
    grid-template-columns: 1fr;
  }

  .analysis-result-card {
    padding: 16px;
  }

  .analysis-result-header {
    display: block;
  }

  .analysis-result-header strong {
    display: block;
    margin-top: 8px;
    text-align: left;
  }

  .analysis-metrics {
    grid-template-columns: 1fr;
  }

  .visual-stack .image-card img,
  .visual-stack .distribution-card img,
  .visual-stack .calendar-card img {
    height: auto;
    object-fit: contain;
  }

  .curve-pair {
    grid-template-columns: 1fr;
  }

  .sync-proof-card img {
    height: auto;
  }

  .ripple {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 26px;
  }

  .ripple::before {
    top: 7%;
    bottom: 7%;
    right: auto;
    left: 18px;
    width: 2px;
    height: auto;
    background: linear-gradient(180deg, var(--deck-coral), var(--deck-indigo));
  }

  .ripple-node {
    min-height: 0;
    margin: 0 0 0 32px;
    padding: 14px 16px;
  }

  .ripple-node:first-child {
    margin-left: 0;
  }

  .frontier-head {
    display: block;
  }

  .frontier-head p {
    margin-top: 12px;
  }

  .frontier {
    grid-template-columns: 1fr;
  }

  .frontier-card {
    min-height: 0;
  }

  .option-grid,
  .module-grid,
  .ecosystem-grid,
  .signal-grid,
  .compact-steps,
  .flow-row,
  .five-blocks,
  .workday-composition,
  .role-grid,
  .requirement-grid,
  .insight-row,
  .adoption-grid,
  .cta-cards,
  .tag-grid,
  .question-list {
    grid-template-columns: 1fr;
  }

  .metric-stack.five-effects {
    grid-template-columns: 1fr;
  }

  .next-steps-grid {
    grid-template-columns: 1fr;
  }

  .option-card,
  .module-card {
    min-height: 0;
  }

  .module-card {
    padding: 18px;
  }

  .metric-row,
  .level-ladder,
  .steps {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .metric-row {
    margin-top: 18px;
  }

  .metric:last-child {
    grid-column: auto;
  }

  .signal-grid {
    gap: 9px;
    margin-top: 22px;
  }

  .signal {
    padding: 14px;
  }

  .level {
    min-height: 120px;
  }

  .level.current {
    transform: none;
  }

  .step {
    min-height: 145px;
  }

  .phone-row {
    gap: 12px;
  }

  .phone-row-four .phone,
  .phone-row-three .phone {
    width: 44%;
  }

  .flow-card {
    min-height: 0;
  }

  .center-note {
    min-height: 0;
  }

  .mini-flow {
    align-items: stretch;
    flex-direction: column;
  }

  .mini-flow i {
    text-align: center;
    transform: rotate(90deg);
  }

  .onboarding-list > div {
    grid-template-columns: 28px minmax(0, 1fr);
  }

  .onboarding-list > div > span {
    grid-column: 2;
  }

  .phone {
    width: 44%;
  }

  .floating-note {
    right: 0;
    bottom: -18px;
    max-width: min(240px, calc(100% - 24px));
    padding: 14px 15px;
  }

  .image-caption {
    flex-wrap: wrap;
  }

  .flow-steps,
  .adoption-steps,
  .steps {
    grid-template-columns: 1fr;
  }

  .step {
    min-height: 0;
    padding: 18px 0 20px;
  }

  .scene-footer {
    position: static;
    margin-top: 36px;
  }

  .scene-dots {
    display: none;
  }
}

/* --------------------------------------------------------------------------
 * Approved connected-system visual language — August 2026 refinement
 * -------------------------------------------------------------------------- */

/* Keep the whole product visible. Evidence may be enlarged in a separate
 * detail, but the only source image is never cropped. */
.hero-product__screen > img,
.ops-product-card img,
.onboarding-proof img,
.scenario-screen img,
.execution-core-screen img,
.demo-proof-card img {
  object-fit: contain;
  object-position: center;
  background: #f4f1eb;
}

.hero-product__screen > img {
  aspect-ratio: 16 / 10;
}

.hero-product__proof {
  position: relative;
  right: auto;
  bottom: auto;
  width: 100%;
  grid-template-columns: auto repeat(3, minmax(0, 1fr));
  margin-top: 9px;
  padding: 11px 14px;
}

.hero-product__proof > strong {
  display: none;
}

.hero-product__proof > span {
  grid-column: auto;
  align-self: center;
}

.hero-product__proof > div {
  border-top: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.13);
  padding: 0 0 0 10px;
}

.hero-product__proof > div:nth-of-type(1) {
  margin-left: 3px;
}

.hero-product__proof > small {
  grid-column: 1 / -1;
  margin-top: -3px;
}

.hero-product {
  padding-bottom: 0;
}

.hero-product__privacy {
  position: absolute;
  top: 30px;
  right: 0;
  z-index: 2;
  display: grid;
  width: 18.5%;
  height: 5.8%;
  place-items: center;
  color: rgba(255, 255, 255, 0.72);
  background: #111b26;
  font-family: "DM Mono", ui-monospace, monospace;
  font-size: 5.5px;
  letter-spacing: 0.08em;
}

/* Slide 02 — the approved connected operational picture. */
.system-slide {
  display: grid;
  width: 100%;
  height: 100%;
  min-height: 0;
  grid-template-columns: minmax(440px, 0.72fr) minmax(660px, 1.28fr);
  grid-template-rows: minmax(0, 1fr) auto;
  column-gap: clamp(30px, 4vw, 66px);
  row-gap: 12px;
  align-items: center;
}

.system-slide__copy {
  align-self: center;
}

.system-slide__copy .v2-title {
  font-size: clamp(44px, 3.45vw, 55px);
}

.system-slide__brand {
  margin-bottom: clamp(20px, 3vh, 34px);
  color: var(--v2-ink);
}

.system-slide__brand svg {
  color: var(--v2-coral-deep);
}

.system-loop {
  position: relative;
  display: grid;
  gap: 1px;
  width: min(100%, 260px);
  margin: clamp(20px, 3.4vh, 34px) 0 0;
  padding: 0;
  list-style: none;
}

.system-loop::before {
  position: absolute;
  top: 17px;
  bottom: 17px;
  left: 17px;
  width: 1px;
  content: "";
  background: linear-gradient(
    to bottom,
    var(--v2-lavender),
    var(--v2-sage),
    var(--v2-coral)
  );
}

.system-loop li {
  position: relative;
  display: grid;
  min-height: 40px;
  grid-template-columns: 35px auto minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  color: var(--v2-ink);
}

.system-loop li > span {
  z-index: 1;
  display: grid;
  width: 35px;
  height: 35px;
  place-items: center;
  color: var(--v2-muted);
  background: var(--v2-cream);
  border: 1px solid var(--v2-line);
  border-radius: 50%;
  font-family: "DM Mono", ui-monospace, monospace;
  font-size: 7px;
}

.system-loop strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(14px, 1.2vw, 19px);
  font-weight: 500;
}

.system-loop small {
  color: var(--v2-muted);
  font-size: 7px;
}

.system-loop .is-human > span {
  color: #fff;
  background: var(--v2-coral-deep);
  border-color: var(--v2-coral-deep);
  box-shadow: 0 7px 18px rgba(197, 75, 44, 0.22);
}

.system-loop .is-human strong {
  color: var(--v2-coral-deep);
}

.operational-system {
  position: relative;
  width: min(100%, 900px);
  height: min(65vh, 620px);
  min-height: 470px;
  justify-self: center;
}

.operational-system::before {
  position: absolute;
  top: 22%;
  right: 27%;
  bottom: 20%;
  left: 38%;
  content: "";
  border: 1px solid rgba(23, 33, 44, 0.1);
  border-radius: 50%;
}

.operational-system__lines {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.operational-system__lines path {
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
}

.operational-system__lines .is-demand {
  stroke: var(--v2-lavender);
}

.operational-system__lines .is-reality {
  stroke: var(--v2-sage);
}

.operational-system__lines .is-field-loop {
  stroke: var(--v2-sage);
  stroke-dasharray: 6 7;
  stroke-width: 1.6;
}

.operational-system__lines .is-field-loop--return {
  stroke: var(--v2-lavender);
}

.system-core {
  position: absolute;
  top: 50%;
  left: 56%;
  z-index: 3;
  display: grid;
  width: clamp(150px, 17vw, 205px);
  aspect-ratio: 1;
  place-content: center;
  padding: 22px;
  color: #fff;
  background: var(--v2-night);
  border: 9px solid rgba(255, 255, 255, 0.88);
  border-radius: 50%;
  text-align: center;
  box-shadow:
    0 0 0 1px rgba(23, 33, 44, 0.12),
    0 22px 55px rgba(23, 33, 44, 0.2);
  transform: translate(-50%, -50%);
}

.system-core svg {
  width: 44px;
  height: 44px;
  margin: 0 auto 8px;
  stroke-width: 1.35;
}

.system-core span {
  color: #ffad90;
  font-family: "DM Mono", ui-monospace, monospace;
  font-size: 6px;
  letter-spacing: 0.12em;
}

.system-core strong {
  margin-top: 4px;
  font-size: clamp(17px, 1.6vw, 25px);
  line-height: 1;
}

.system-core small {
  width: 120px;
  margin: 7px auto 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 7px;
  line-height: 1.25;
}

.system-node {
  position: absolute;
  z-index: 2;
  display: grid;
  width: 26%;
  grid-template-columns: 54px minmax(0, 1fr);
  column-gap: 10px;
  align-items: center;
  color: var(--v2-ink);
}

.system-node > i {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  color: var(--node-ink);
  background: var(--node-bg);
  border: 1px solid color-mix(in srgb, var(--node-ink) 20%, transparent);
  border-radius: 50%;
  box-shadow: 0 8px 20px rgba(23, 33, 44, 0.08);
}

.system-node > i svg {
  width: 27px;
  height: 27px;
  stroke-width: 1.45;
}

.system-node > i b {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 23px;
  font-weight: 500;
}

.system-node > span,
.system-node > small {
  grid-column: 2;
}

.system-node > span {
  align-self: end;
  font-size: clamp(8px, 0.74vw, 11px);
  font-weight: 800;
  letter-spacing: 0.035em;
  line-height: 1.15;
  text-transform: uppercase;
}

.system-node > small {
  align-self: start;
  margin-top: 3px;
  color: var(--v2-muted);
  font-size: clamp(6.5px, 0.58vw, 8px);
  line-height: 1.25;
}

.system-node.is-demand {
  --node-bg: #eeeafa;
  --node-ink: #7e75bd;
}

.system-node.is-reality {
  --node-bg: #e6ede2;
  --node-ink: #667d67;
}

.system-node--careplan {
  top: 27%;
  left: 0;
}

.system-node--visits {
  top: 45%;
  left: 0;
}

.system-node--staff {
  top: 63%;
  left: 0;
}

.system-node--skills {
  top: 1%;
  left: 44%;
  width: 24%;
  grid-template-columns: 1fr;
  justify-items: center;
  text-align: center;
}

.system-node--skills > span,
.system-node--skills > small {
  grid-column: 1;
}

.system-node--skills > span {
  margin-top: 7px;
}

.system-node--travel,
.system-node--buffers,
.system-node--cost {
  right: 0;
}

.system-node--travel {
  top: 27%;
}

.system-node--buffers {
  top: 45%;
}

.system-node--cost {
  top: 63%;
}

.system-node--continuity {
  bottom: 0;
  left: 44%;
  width: 24%;
  grid-template-columns: 1fr;
  justify-items: center;
  text-align: center;
}

.system-node--continuity > span,
.system-node--continuity > small {
  grid-column: 1;
}

.system-node--continuity > span {
  margin-top: 7px;
}

.system-field-feedback {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: grid;
  width: 29%;
  padding: 10px 12px;
  color: var(--v2-ink);
  background: rgba(238, 234, 250, 0.76);
  border-left: 3px solid var(--v2-lavender);
  border-radius: 4px 10px 10px 4px;
}

.system-field-feedback > span {
  color: #7e75bd;
  font-family: "DM Mono", ui-monospace, monospace;
  font-size: 6px;
  letter-spacing: 0.1em;
}

.system-field-feedback strong {
  margin-top: 4px;
  font-size: clamp(7px, 0.64vw, 9px);
  line-height: 1.2;
}

.system-field-feedback small {
  margin-top: 3px;
  color: var(--v2-muted);
  font-size: 6.5px;
}

.system-scorecard {
  display: grid;
  grid-column: 2;
  grid-row: 2;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  overflow: hidden;
  background: rgba(255, 255, 255, 0.66);
  border: 1px solid var(--v2-line);
  border-radius: 999px;
}

.system-scorecard span {
  padding: 8px 10px;
  color: var(--v2-muted);
  border-left: 1px solid var(--v2-line);
  font-family: "DM Mono", ui-monospace, monospace;
  font-size: 6.5px;
  text-align: center;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.system-scorecard span:first-child {
  border-left: 0;
}

.system-slide__punchline {
  grid-column: 1;
  grid-row: 2;
  margin: 0;
  color: var(--v2-coral-deep);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(15px, 1.35vw, 21px);
  line-height: 1.15;
}

@media (max-width: 900px) and (orientation: portrait) {
  .system-slide {
    grid-template-columns: 1fr;
    grid-template-rows: auto minmax(0, 1fr) auto auto;
    gap: 9px;
    align-content: start;
  }

  .system-slide__copy {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
  }

  .system-slide__brand {
    display: none;
  }

  .system-slide__copy .v2-index {
    margin-bottom: 6px;
  }

  .system-slide__copy .v2-title {
    font-size: clamp(26px, 7vw, 37px);
  }

  .system-slide__copy .v2-lead {
    margin-top: 8px;
    font-size: clamp(10px, 2.7vw, 13px);
    line-height: 1.28;
  }

  .system-loop {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 3px;
    margin-top: 9px;
  }

  .system-loop::before {
    top: 14px;
    right: 12%;
    bottom: auto;
    left: 12%;
    width: auto;
    height: 1px;
  }

  .system-loop li {
    min-height: 46px;
    grid-template-columns: 1fr;
    gap: 3px;
    justify-items: center;
    text-align: center;
  }

  .system-loop li > span {
    width: 28px;
    height: 28px;
    font-size: 6px;
  }

  .system-loop strong {
    font-family: Inter, sans-serif;
    font-size: 8px;
    font-weight: 750;
  }

  .system-loop small {
    display: none;
  }

  .operational-system {
    display: grid;
    width: 100%;
    height: auto;
    min-height: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-areas:
      "core core"
      "care skills"
      "visits travel"
      "staff buffers"
      "continuity cost"
      "field field";
    gap: 5px 10px;
    align-content: start;
  }

  .operational-system::before,
  .operational-system__lines {
    display: none;
  }

  .system-core {
    position: relative;
    top: auto;
    left: auto;
    display: grid;
    width: 100%;
    min-height: 58px;
    grid-area: core;
    grid-template-columns: 34px auto;
    grid-template-rows: auto auto auto;
    column-gap: 9px;
    place-content: center;
    padding: 8px 16px;
    border: 0;
    border-radius: 13px;
    text-align: left;
    transform: none;
  }

  .system-core svg {
    width: 30px;
    height: 30px;
    grid-row: 1 / 4;
    margin: 0;
  }

  .system-core span,
  .system-core strong,
  .system-core small {
    grid-column: 2;
    width: auto;
    margin: 0;
  }

  .system-core strong {
    font-size: 15px;
  }

  .system-node {
    position: relative;
    inset: auto;
    width: auto;
    min-height: 42px;
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 6px;
  }

  .system-node > i {
    width: 34px;
    height: 34px;
  }

  .system-node > i svg {
    width: 19px;
    height: 19px;
  }

  .system-node > i b {
    font-size: 16px;
  }

  .system-node > span {
    font-size: 7px;
  }

  .system-node > small {
    margin-top: 1px;
    font-size: 5.8px;
  }

  .system-node--careplan {
    grid-area: care;
  }
  .system-node--visits {
    grid-area: visits;
  }
  .system-node--staff {
    grid-area: staff;
  }
  .system-node--skills {
    grid-area: skills;
  }
  .system-node--travel {
    grid-area: travel;
  }
  .system-node--buffers {
    grid-area: buffers;
  }
  .system-node--cost {
    grid-area: cost;
  }
  .system-node--continuity {
    grid-area: continuity;
  }

  .system-node--skills,
  .system-node--continuity {
    grid-template-columns: 34px minmax(0, 1fr);
    justify-items: stretch;
    text-align: left;
  }

  .system-node--skills > span,
  .system-node--skills > small,
  .system-node--continuity > span,
  .system-node--continuity > small {
    grid-column: 2;
    margin-top: 0;
  }

  .system-field-feedback {
    position: relative;
    inset: auto;
    width: auto;
    grid-area: field;
    padding: 7px 10px;
  }

  .system-scorecard {
    grid-column: 1;
    grid-row: 3;
    border-radius: 9px;
  }

  .system-scorecard span {
    padding: 6px 3px;
    font-size: 5.2px;
  }

  .system-slide__punchline {
    grid-column: 1;
    grid-row: 4;
    font-size: 13px;
    text-align: center;
  }
}

@media (max-height: 700px) and (orientation: landscape) {
  .operational-system {
    height: min(61vh, 490px);
    min-height: 390px;
  }

  .system-node > i {
    width: 46px;
    height: 46px;
  }

  .system-node {
    grid-template-columns: 46px minmax(0, 1fr);
  }

  .system-core {
    width: 150px;
  }

  .system-loop {
    margin-top: 13px;
  }

  .system-loop li {
    min-height: 35px;
  }
}

/* Slide 08 — all-visits floor-to-ceiling flexibility context. */
.visit-gap-slide {
  justify-content: flex-start;
  gap: clamp(12px, 1.9vh, 19px);
}

.visit-gap-heading {
  grid-template-columns: minmax(0, 1.08fr) minmax(330px, 0.92fr);
  align-items: end;
}

.visit-gap-heading .scenario-kicker {
  display: block;
  margin: -5px 0 9px;
}

.visit-gap-heading .v2-lead {
  margin-bottom: 2px;
  font-size: clamp(10px, min(0.94vw, 1.55vh), 14px);
}

.visit-gap-composition {
  display: grid;
  min-height: 0;
  flex: 1 1 auto;
  grid-template-columns: minmax(0, 1.52fr) minmax(280px, 0.48fr);
  gap: 12px;
}

.visit-gap-chart,
.visit-gap-drawer {
  min-width: 0;
  min-height: 0;
  margin: 0;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid var(--v2-line);
  border-radius: 18px;
  box-shadow: 0 18px 46px rgba(27, 39, 51, 0.08);
}

.visit-gap-chart {
  display: grid;
  grid-template-rows: 40px minmax(0, 1fr);
  overflow: hidden;
}

.visit-gap-chart figcaption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 0 15px;
  color: var(--v2-muted);
  border-bottom: 1px solid var(--v2-line);
}

.visit-gap-chart figcaption span {
  font-family: "DM Mono", ui-monospace, monospace;
  font-size: 6.5px;
  letter-spacing: 0.08em;
}

.visit-gap-chart figcaption strong {
  color: var(--v2-ink);
  font-size: 9px;
}

.visit-gap-chart__canvas {
  position: relative;
  min-height: 0;
  margin: 16px 17px 27px 41px;
}

.visit-gap-chart__canvas > svg {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  overflow: visible;
}

.visit-gap-grid path {
  fill: none;
  stroke: rgba(23, 33, 44, 0.08);
  stroke-width: 1;
}

.visit-gap-band {
  fill: url(#gap-band);
  stroke: none;
}

.visit-gap-ceiling,
.visit-gap-floor,
.visit-gap-selected {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.visit-gap-ceiling {
  stroke: #c75348;
  stroke-dasharray: 7 6;
  stroke-width: 2.2;
}

.visit-gap-floor {
  stroke: #547961;
  stroke-width: 2.2;
}

.visit-gap-selected {
  stroke: url(#actual-curve);
  stroke-width: 4;
  filter: drop-shadow(0 4px 5px rgba(23, 33, 44, 0.16));
}

.visit-window-markers rect {
  fill: rgba(155, 148, 213, 0.1);
  stroke: rgba(126, 117, 189, 0.46);
  stroke-dasharray: 4 5;
  stroke-width: 1.2;
}

.visit-gap-hotspots circle {
  stroke: #fff;
  stroke-width: 3;
  filter: drop-shadow(0 2px 4px rgba(23, 33, 44, 0.26));
}

.visit-gap-hotspots .is-green {
  fill: #4d8b64;
}

.visit-gap-hotspots .is-yellow {
  fill: #d09a38;
}

.visit-gap-hotspots .is-red {
  fill: #c75348;
}

.visit-gap-brace path {
  fill: none;
  stroke: var(--v2-ink);
  stroke-width: 1.5;
}

.visit-gap-brace text,
.visit-gap-labels text {
  font-family: "DM Mono", ui-monospace, monospace;
  font-size: 9px;
  letter-spacing: 0.05em;
}

.visit-gap-brace text {
  fill: var(--v2-muted);
}

.visit-gap-labels .is-ceiling {
  fill: #a9453c;
}

.visit-gap-labels .is-selected {
  fill: var(--v2-ink);
  font-weight: 700;
}

.visit-gap-labels .is-floor {
  fill: #416a4e;
}

.visit-gap-axis {
  position: absolute;
  color: var(--v2-muted);
  font-family: "DM Mono", ui-monospace, monospace;
  font-size: 6.5px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.visit-gap-axis--y {
  top: 50%;
  left: -31px;
  transform: rotate(-90deg) translateX(-50%);
  transform-origin: left top;
}

.visit-gap-axis--x {
  right: 0;
  bottom: -21px;
}

.visit-gap-times {
  position: absolute;
  right: 0;
  bottom: -17px;
  left: 0;
  display: flex;
  justify-content: space-between;
  color: var(--v2-muted);
  font-family: "DM Mono", ui-monospace, monospace;
  font-size: 6.5px;
}

.visit-gap-drawer {
  display: flex;
  flex-direction: column;
  padding: clamp(15px, 1.6vw, 21px);
  overflow: hidden;
}

.visit-gap-drawer > span {
  color: var(--v2-coral-deep);
  font-family: "DM Mono", ui-monospace, monospace;
  font-size: 6.5px;
  letter-spacing: 0.1em;
}

.visit-gap-drawer h3 {
  margin: 7px 0 0;
  color: var(--v2-ink);
  font-size: clamp(15px, 1.3vw, 20px);
  line-height: 1.08;
}

.visit-gap-drawer ol {
  display: grid;
  gap: 6px;
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
}

.visit-gap-drawer li {
  position: relative;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 8px;
  align-items: center;
  padding: 8px 8px 8px 11px;
  background: var(--v2-warm);
  border-left: 3px solid var(--state);
  border-radius: 5px 9px 9px 5px;
}

.visit-gap-drawer li.is-green {
  --state: #4d8b64;
}

.visit-gap-drawer li.is-yellow {
  --state: #d09a38;
}

.visit-gap-drawer li.is-red {
  --state: #c75348;
}

.visit-gap-drawer li > b {
  color: var(--state);
  font-family: "DM Mono", ui-monospace, monospace;
  font-size: 8px;
}

.visit-gap-drawer li > span {
  display: grid;
}

.visit-gap-drawer li strong {
  font-size: 8px;
  line-height: 1.15;
}

.visit-gap-drawer li small {
  margin-top: 2px;
  color: var(--v2-muted);
  font-size: 6.5px;
  line-height: 1.23;
}

.visit-gap-drawer dl {
  display: grid;
  gap: 5px;
  margin: 12px 0 0;
}

.visit-gap-drawer dl > div {
  display: grid;
  grid-template-columns: 35px minmax(0, 1fr);
  gap: 7px;
  padding-top: 6px;
  border-top: 1px solid var(--v2-line);
}

.visit-gap-drawer dt {
  color: var(--v2-ink);
  font-size: 7px;
  font-weight: 800;
}

.visit-gap-drawer dd {
  margin: 0;
  color: var(--v2-muted);
  font-size: 6.5px;
  line-height: 1.25;
}

.visit-gap-drawer > p {
  margin: auto 0 0;
  padding-top: 9px;
  color: var(--v2-muted);
  border-top: 1px solid var(--v2-line);
  font-size: 6.5px;
  line-height: 1.3;
}

.visit-gap-scorecard {
  display: grid;
  grid-template-columns: 0.85fr repeat(4, minmax(0, 1fr));
  overflow: hidden;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid var(--v2-line);
  border-radius: 12px;
}

.visit-gap-scorecard > span {
  display: grid;
  min-width: 0;
  align-content: center;
  padding: 8px 12px;
  border-left: 1px solid var(--v2-line);
}

.visit-gap-scorecard > span:first-child {
  color: #fff;
  background: var(--v2-night);
  border-left: 0;
}

.visit-gap-scorecard small {
  color: var(--v2-muted);
  font-size: 6px;
  letter-spacing: 0.06em;
}

.visit-gap-scorecard > span:first-child small {
  color: rgba(255, 255, 255, 0.5);
}

.visit-gap-scorecard strong {
  margin-top: 2px;
  overflow: hidden;
  color: var(--v2-ink);
  font-size: clamp(9px, 0.82vw, 12px);
  text-overflow: ellipsis;
  white-space: nowrap;
}

.visit-gap-scorecard > span:first-child strong {
  color: #fff;
}

@media (max-width: 900px) and (orientation: portrait) {
  .visit-gap-slide {
    gap: 10px;
  }

  .visit-gap-heading {
    display: grid;
    grid-template-columns: 1fr;
    gap: 7px;
  }

  .visit-gap-heading .v2-title {
    font-size: clamp(25px, 7vw, 36px);
  }

  .visit-gap-heading .v2-lead {
    margin: 0;
    font-size: clamp(10px, 2.7vw, 13px);
    line-height: 1.25;
  }

  .visit-gap-composition {
    grid-template-columns: 1fr;
    grid-template-rows: minmax(250px, 1fr) auto;
    gap: 8px;
  }

  .visit-gap-chart {
    min-height: 300px;
  }

  .visit-gap-chart figcaption {
    padding: 0 9px;
  }

  .visit-gap-chart figcaption span {
    font-size: 5px;
  }

  .visit-gap-chart__canvas {
    margin: 8px 8px 22px 27px;
  }

  .visit-gap-drawer {
    padding: 10px;
  }

  .visit-gap-drawer h3,
  .visit-gap-drawer dl,
  .visit-gap-drawer > p {
    display: none;
  }

  .visit-gap-drawer ol {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 4px;
    margin-top: 7px;
  }

  .visit-gap-drawer li {
    grid-template-columns: 1fr;
    gap: 3px;
    padding: 6px;
  }

  .visit-gap-drawer li small {
    display: none;
  }

  .visit-gap-scorecard {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .visit-gap-scorecard > span {
    padding: 6px 8px;
    border-top: 1px solid var(--v2-line);
  }

  .visit-gap-scorecard > span:first-child {
    grid-column: 1 / -1;
  }
}

/* Slide 09 — exact before/after evidence and transparent SEK translation. */
.impact-slide {
  justify-content: flex-start;
  gap: clamp(18px, 3vh, 30px);
}

.impact-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(260px, 0.42fr);
  gap: clamp(28px, 4vw, 62px);
  align-items: end;
}

.impact-validation {
  display: grid;
  align-content: end;
  padding: 0 0 4px 18px;
  border-left: 2px solid var(--v2-coral);
}

.impact-validation strong {
  color: #ffad90;
  font-size: clamp(34px, 4.5vw, 66px);
  line-height: 0.9;
  letter-spacing: -0.05em;
}

.impact-validation span {
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 9px;
  line-height: 1.25;
}

.impact-validation small {
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.4);
  font-family: "DM Mono", ui-monospace, monospace;
  font-size: 6.5px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.impact-composition {
  display: grid;
  min-height: 0;
  flex: 1 1 auto;
  grid-template-columns: minmax(0, 1.34fr) minmax(300px, 0.66fr);
  gap: 13px;
}

.impact-before-after,
.impact-calculator {
  min-width: 0;
  min-height: 0;
  color: #fff;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 21px;
  box-shadow: 0 23px 56px rgba(0, 0, 0, 0.18);
}

.impact-before-after {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  padding: clamp(17px, 2vw, 26px);
}

.impact-comparison-heading {
  display: grid;
  grid-template-columns:
    minmax(120px, 0.82fr) repeat(2, minmax(110px, 1fr))
    minmax(95px, 0.72fr);
  gap: 8px;
  padding: 0 10px 8px;
  color: rgba(255, 255, 255, 0.4);
  font-family: "DM Mono", ui-monospace, monospace;
  font-size: 6px;
  letter-spacing: 0.06em;
}

.impact-before-after dl {
  display: grid;
  align-content: stretch;
  gap: 7px;
  margin: 0;
}

.impact-before-after dl > div {
  display: grid;
  min-height: 79px;
  grid-template-columns:
    minmax(120px, 0.82fr) repeat(2, minmax(110px, 1fr))
    minmax(95px, 0.72fr);
  gap: 8px;
  align-items: stretch;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
}

.impact-before-after dt,
.impact-before-after dd {
  display: grid;
  min-width: 0;
  align-content: center;
  margin: 0;
  padding: 9px 10px;
}

.impact-before-after dt {
  color: rgba(255, 255, 255, 0.64);
  font-size: clamp(8px, 0.73vw, 11px);
  font-weight: 750;
  line-height: 1.2;
}

.impact-before-after dd {
  border-left: 1px solid rgba(255, 255, 255, 0.08);
}

.impact-before-after dd:nth-of-type(2) {
  background: rgba(127, 166, 140, 0.1);
}

.impact-before-after dd:last-child {
  background: rgba(232, 113, 74, 0.1);
}

.impact-before-after dd strong {
  color: #fff;
  font-size: clamp(16px, 1.7vw, 25px);
  line-height: 1;
}

.impact-before-after dd:nth-of-type(2) strong {
  color: #cce1d3;
}

.impact-before-after dd:last-child strong {
  color: #ffad90;
}

.impact-before-after dd small {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.38);
  font-size: 6.5px;
}

.impact-capacity-uses {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  margin-top: 10px;
  padding: 10px 12px;
  color: rgba(255, 255, 255, 0.55);
  background: rgba(255, 255, 255, 0.04);
  border-radius: 10px;
}

.impact-capacity-uses > span {
  font-size: 7px;
  font-weight: 750;
}

.impact-capacity-uses ul {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.impact-capacity-uses li {
  padding: 4px 7px;
  color: #cce1d3;
  background: rgba(127, 166, 140, 0.12);
  border: 1px solid rgba(127, 166, 140, 0.22);
  border-radius: 999px;
  font-size: 6.5px;
}

.impact-calculator {
  display: flex;
  flex-direction: column;
  padding: clamp(17px, 2vw, 26px);
}

.impact-calculator > span {
  color: #ffad90;
  font-family: "DM Mono", ui-monospace, monospace;
  font-size: 6.5px;
  letter-spacing: 0.08em;
}

.impact-calculator h3 {
  margin: 8px 0 0;
  font-size: clamp(18px, 1.7vw, 25px);
  line-height: 1.08;
}

.impact-formula {
  display: grid;
  grid-template-columns: auto 13px auto 13px minmax(0, 1fr);
  gap: 5px;
  align-items: center;
  margin-top: clamp(15px, 2.5vh, 24px);
}

.impact-formula strong {
  font-size: clamp(12px, 1.1vw, 16px);
  white-space: nowrap;
}

.impact-formula i {
  color: rgba(255, 255, 255, 0.34);
  font-size: 10px;
  font-style: normal;
  text-align: center;
}

.impact-formula .is-result {
  color: #cce1d3;
  font-size: clamp(16px, 1.7vw, 25px);
  text-align: right;
}

.impact-calculator label {
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 7px;
}

.impact-calculator input[type="range"] {
  width: 100%;
  margin: 10px 0 0;
  accent-color: var(--v2-coral);
}

.impact-calculator input[type="range"]:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 4px;
}

.impact-range-labels {
  display: flex;
  justify-content: space-between;
  margin-top: 2px;
  color: rgba(255, 255, 255, 0.34);
  font-size: 6px;
}

.impact-value-callout {
  display: grid;
  margin-top: auto;
  padding: 14px 15px;
  color: var(--v2-night);
  background: var(--v2-sage-soft);
  border-radius: 12px;
}

.impact-value-callout small {
  color: #4d7259;
  font-family: "DM Mono", ui-monospace, monospace;
  font-size: 6px;
  letter-spacing: 0.07em;
}

.impact-value-callout strong {
  margin-top: 4px;
  font-size: clamp(30px, 3.1vw, 46px);
  line-height: 1;
}

.impact-calculator > p {
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.42);
  font-size: 6.5px;
  line-height: 1.35;
}

@media (max-width: 900px) and (orientation: portrait) {
  .impact-slide {
    gap: 10px;
  }

  .impact-heading {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .impact-heading .v2-title {
    font-size: clamp(25px, 7vw, 36px);
  }

  .impact-validation {
    grid-template-columns: auto minmax(0, 1fr);
    column-gap: 9px;
    padding: 7px 0 7px 10px;
  }

  .impact-validation strong {
    grid-row: 1 / 3;
    font-size: 31px;
  }

  .impact-validation span {
    margin-top: 0;
    font-size: 7px;
  }

  .impact-validation small {
    margin-top: 1px;
    font-size: 5.5px;
  }

  .impact-composition {
    grid-template-columns: 1fr;
    gap: 7px;
  }

  .impact-before-after,
  .impact-calculator {
    padding: 9px;
    border-radius: 13px;
  }

  .impact-comparison-heading {
    display: none;
  }

  .impact-before-after dl {
    gap: 4px;
  }

  .impact-before-after dl > div {
    min-height: 57px;
    grid-template-columns: minmax(82px, 0.82fr) repeat(3, minmax(0, 1fr));
    gap: 0;
  }

  .impact-before-after dt,
  .impact-before-after dd {
    padding: 5px 6px;
  }

  .impact-before-after dd strong {
    font-size: 13px;
  }

  .impact-capacity-uses {
    display: none;
  }

  .impact-calculator {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    column-gap: 10px;
  }

  .impact-calculator > span,
  .impact-calculator h3,
  .impact-formula,
  .impact-calculator label,
  .impact-calculator input,
  .impact-range-labels,
  .impact-calculator > p {
    grid-column: 1;
  }

  .impact-calculator h3 {
    font-size: 15px;
  }

  .impact-formula {
    margin-top: 8px;
  }

  .impact-formula strong {
    font-size: 10px;
  }

  .impact-formula .is-result {
    font-size: 13px;
  }

  .impact-calculator label,
  .impact-calculator input,
  .impact-range-labels {
    display: none;
  }

  .impact-value-callout {
    grid-column: 2;
    grid-row: 1 / 5;
    align-self: stretch;
    margin: 0;
    place-content: center;
    padding: 9px 11px;
  }

  .impact-value-callout strong {
    font-size: 27px;
  }

  .impact-calculator > p {
    margin-top: 6px;
    font-size: 5.7px;
  }
}

/* Slide 10 — full-aspect product proof, never thumbnail crops. */
.film-proof video {
  object-fit: contain;
  background: var(--v2-night);
}

.demo-proof-card--dashboard img {
  object-fit: contain;
  object-position: center;
  background: #f4f1eb;
}

.demo-proof-card--mobile {
  grid-template-rows: minmax(0, 1fr) 45px;
}

.mobile-demo-triptych {
  display: grid;
  min-width: 0;
  min-height: 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 5px;
  align-items: end;
  padding: 8px 8px 0;
  overflow: hidden;
  background:
    radial-gradient(
      circle at 50% 100%,
      rgba(155, 148, 213, 0.13),
      transparent 60%
    ),
    #f4f1eb;
}

.mobile-demo-triptych > span {
  display: grid;
  min-width: 0;
  min-height: 0;
  grid-template-rows: minmax(0, 1fr) 16px;
  justify-items: center;
}

.mobile-demo-triptych img {
  display: block;
  width: auto;
  max-width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: contain;
  object-position: center bottom;
  background: transparent;
  border: 2px solid var(--v2-night);
  border-bottom: 0;
  border-radius: 12px 12px 0 0;
  box-shadow: 0 8px 18px rgba(23, 33, 44, 0.13);
}

.mobile-demo-triptych > span > small {
  align-self: center;
  color: var(--v2-muted);
  font-size: 4.8px;
  letter-spacing: 0.05em;
}

@media (min-width: 1121px) {
  .media-showcase {
    grid-template-columns: minmax(0, 1.55fr) minmax(280px, 0.62fr);
  }
}

@media (max-width: 900px) and (orientation: portrait) {
  .mobile-demo-triptych {
    min-height: 300px;
  }

  .mobile-demo-triptych img {
    border-width: 3px;
    border-radius: 18px 18px 0 0;
  }
}

@media (max-width: 950px) and (max-height: 520px) and (orientation: landscape) {
  .deck-v2 .scene {
    height: calc(100dvh - 62px);
    min-height: 0;
    padding: 12px 46px 27px;
    overflow: hidden;
  }

  .deck-v2 .scene-footer {
    position: absolute;
    right: 46px;
    bottom: 7px;
    left: 46px;
    margin: 0;
    font-size: 5.5px;
  }

  .v2-grid--hero {
    height: 100%;
    grid-template-columns: minmax(220px, 0.64fr) minmax(0, 1.36fr);
    gap: 23px;
    align-items: center;
  }

  .v2-grid--hero .v2-brand {
    display: none;
  }

  .v2-grid--hero .evidence {
    margin-bottom: 7px;
  }

  .v2-grid--hero .v2-title--display {
    font-size: clamp(31px, 4.3vw, 37px);
    line-height: 0.94;
  }

  .v2-grid--hero .v2-lead {
    margin-top: 10px;
    font-size: 9.5px;
    line-height: 1.25;
  }

  .v2-grid--hero .v2-mono {
    display: none;
  }

  .hero-product {
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .hero-product::before {
    display: none;
  }

  .hero-product__chrome {
    height: 18px;
  }

  .hero-product__screen > img {
    height: 196px;
    aspect-ratio: auto;
  }

  .hero-product__screen figcaption {
    min-height: 22px;
    padding: 3px 7px;
    font-size: 6px;
  }

  .hero-product__screen figcaption .evidence {
    min-height: 14px;
    padding: 2px 4px;
    font-size: 5px;
  }

  .hero-product__privacy {
    top: 18px;
    height: 9%;
  }

  .hero-product__proof {
    grid-template-columns: auto repeat(3, minmax(0, 1fr));
    margin-top: 5px;
    padding: 6px 8px;
    border-radius: 9px;
  }

  .hero-product__proof > span {
    grid-column: auto;
    font-size: 5px;
  }

  .hero-product__proof > div {
    padding-left: 5px;
    font-size: 5px;
  }

  .hero-product__proof b {
    font-size: 8px;
  }

  .hero-product__proof > small {
    display: none;
  }

  .system-slide {
    grid-template-columns: minmax(245px, 0.55fr) minmax(0, 1.45fr);
    grid-template-rows: minmax(0, 1fr) 19px;
    column-gap: 18px;
    row-gap: 4px;
  }

  .system-slide__brand {
    display: none;
  }

  .system-slide__copy .v2-index {
    margin-bottom: 6px;
  }

  .system-slide__copy .v2-title {
    font-size: clamp(27px, 3.8vw, 32px);
    line-height: 0.94;
  }

  .system-slide__copy .v2-lead {
    margin-top: 8px;
    font-size: 8.5px;
    line-height: 1.22;
  }

  .system-loop {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 2px;
    margin-top: 8px;
  }

  .system-loop::before {
    top: 11px;
    right: 12%;
    bottom: auto;
    left: 12%;
    width: auto;
    height: 1px;
  }

  .system-loop li {
    min-height: 35px;
    grid-template-columns: 1fr;
    gap: 2px;
    justify-items: center;
    text-align: center;
  }

  .system-loop li > span {
    width: 23px;
    height: 23px;
    font-size: 5px;
  }

  .system-loop strong {
    font-family: Inter, sans-serif;
    font-size: 6.5px;
    font-weight: 750;
  }

  .system-loop small {
    display: none;
  }

  .operational-system {
    width: 100%;
    height: 260px;
    min-height: 0;
  }

  .operational-system::before {
    top: 21%;
    right: 27%;
    bottom: 18%;
  }

  .system-core {
    width: 104px;
    padding: 12px;
    border-width: 5px;
  }

  .system-core svg {
    width: 23px;
    height: 23px;
    margin-bottom: 4px;
  }

  .system-core strong {
    font-size: 13px;
  }

  .system-core small {
    width: 76px;
    margin-top: 3px;
    font-size: 4.5px;
  }

  .system-node {
    width: 27%;
    grid-template-columns: 29px minmax(0, 1fr);
    gap: 5px;
  }

  .system-node > i {
    width: 29px;
    height: 29px;
  }

  .system-node > i svg {
    width: 15px;
    height: 15px;
  }

  .system-node > i b {
    font-size: 13px;
  }

  .system-node > span {
    font-size: 5.2px;
  }

  .system-node > small {
    margin-top: 1px;
    font-size: 4.3px;
  }

  .system-node--skills,
  .system-node--continuity {
    width: 25%;
  }

  .system-node--skills > span,
  .system-node--continuity > span {
    margin-top: 3px;
  }

  .system-field-feedback {
    width: 30%;
    padding: 5px 6px;
  }

  .system-field-feedback strong,
  .system-field-feedback small {
    font-size: 4.5px;
  }

  .system-scorecard span {
    padding: 4px 3px;
    font-size: 4.2px;
  }

  .system-slide__punchline {
    align-self: center;
    font-size: 11px;
  }

  .visit-gap-slide,
  .impact-slide,
  .media-slide {
    height: 100%;
    gap: 6px;
  }

  .visit-gap-heading {
    grid-template-columns: minmax(0, 1.1fr) minmax(250px, 0.9fr);
    gap: 20px;
  }

  .visit-gap-heading .evidence {
    margin-bottom: 5px;
  }

  .visit-gap-heading .scenario-kicker {
    margin: -2px 0 5px;
  }

  .visit-gap-heading .v2-title {
    font-size: clamp(24px, 3.4vw, 29px);
    line-height: 0.96;
  }

  .visit-gap-heading .v2-lead {
    font-size: 7.5px;
    line-height: 1.2;
  }

  .visit-gap-composition {
    grid-template-columns: minmax(0, 1.48fr) minmax(220px, 0.52fr);
    gap: 7px;
  }

  .visit-gap-chart {
    min-height: 0;
    grid-template-rows: 23px minmax(0, 1fr);
    border-radius: 10px;
  }

  .visit-gap-chart figcaption {
    padding: 0 8px;
  }

  .visit-gap-chart figcaption span,
  .visit-gap-chart figcaption strong {
    font-size: 4.5px;
  }

  .visit-gap-chart__canvas {
    margin: 5px 7px 13px 21px;
  }

  .visit-gap-drawer {
    padding: 7px;
    border-radius: 10px;
  }

  .visit-gap-drawer h3 {
    margin-top: 3px;
    font-size: 10px;
  }

  .visit-gap-drawer ol {
    gap: 2px;
    margin-top: 5px;
  }

  .visit-gap-drawer li {
    min-height: 25px;
    grid-template-columns: 29px minmax(0, 1fr);
    gap: 4px;
    padding: 3px 4px;
  }

  .visit-gap-drawer li > b,
  .visit-gap-drawer li strong {
    font-size: 5.2px;
  }

  .visit-gap-drawer li small,
  .visit-gap-drawer dl,
  .visit-gap-drawer > p {
    display: none;
  }

  .visit-gap-scorecard {
    min-height: 24px;
  }

  .visit-gap-scorecard > span {
    padding: 4px 7px;
  }

  .visit-gap-scorecard small {
    font-size: 4px;
  }

  .visit-gap-scorecard strong {
    font-size: 6.5px;
  }

  .impact-heading {
    grid-template-columns: minmax(0, 1fr) 230px;
    gap: 18px;
  }

  .impact-heading .evidence {
    margin-bottom: 5px;
  }

  .impact-heading .v2-title {
    font-size: clamp(24px, 3.5vw, 30px);
    line-height: 0.94;
  }

  .impact-validation {
    padding-left: 10px;
  }

  .impact-validation strong {
    font-size: 38px;
  }

  .impact-validation span {
    margin-top: 3px;
    font-size: 5.5px;
  }

  .impact-validation small {
    margin-top: 2px;
    font-size: 4.5px;
  }

  .impact-composition {
    grid-template-columns: minmax(0, 1.25fr) minmax(250px, 0.75fr);
    gap: 7px;
  }

  .impact-before-after,
  .impact-calculator {
    padding: 8px;
    border-radius: 10px;
  }

  .impact-comparison-heading {
    grid-template-columns:
      minmax(80px, 0.82fr) repeat(2, minmax(70px, 1fr))
      minmax(65px, 0.72fr);
    padding: 0 5px 4px;
    font-size: 4px;
  }

  .impact-before-after dl {
    gap: 3px;
  }

  .impact-before-after dl > div {
    min-height: 42px;
    grid-template-columns:
      minmax(80px, 0.82fr) repeat(2, minmax(70px, 1fr))
      minmax(65px, 0.72fr);
    gap: 0;
    border-radius: 6px;
  }

  .impact-before-after dt,
  .impact-before-after dd {
    padding: 4px 5px;
  }

  .impact-before-after dt {
    font-size: 5.5px;
  }

  .impact-before-after dd strong {
    font-size: 10px;
  }

  .impact-before-after dd small {
    margin-top: 1px;
    font-size: 4px;
  }

  .impact-capacity-uses {
    display: none;
  }

  .impact-calculator h3 {
    margin-top: 4px;
    font-size: 13px;
  }

  .impact-formula {
    margin-top: 7px;
  }

  .impact-formula strong,
  .impact-formula .is-result {
    font-size: 9px;
  }

  .impact-calculator label {
    margin-top: 7px;
    font-size: 4.5px;
  }

  .impact-calculator input[type="range"] {
    margin-top: 3px;
  }

  .impact-value-callout {
    margin-top: auto;
    padding: 6px 8px;
    border-radius: 7px;
  }

  .impact-value-callout strong {
    font-size: 20px;
  }

  .impact-calculator > p {
    margin-top: 4px;
    font-size: 4.2px;
  }

  .media-slide .v2-heading--row {
    grid-template-columns: minmax(0, 1.08fr) minmax(270px, 0.92fr);
    gap: 20px;
    align-items: end;
  }

  .media-slide .evidence {
    margin-bottom: 5px;
  }

  .media-slide .v2-title {
    font-size: clamp(25px, 3.6vw, 31px);
    line-height: 0.95;
  }

  .media-slide .v2-lead {
    margin: 0;
    font-size: 8.5px;
    line-height: 1.2;
  }

  .media-showcase {
    min-height: 0;
    grid-template-columns: minmax(0, 1.45fr) minmax(230px, 0.55fr);
    grid-template-rows: minmax(0, 1fr);
    gap: 7px;
  }

  .film-proof {
    min-height: 0;
    grid-template-rows: minmax(0, 1fr) 25px;
    border-radius: 10px;
  }

  .film-proof figcaption {
    padding: 3px 7px;
  }

  .film-proof figcaption span,
  .film-proof figcaption a {
    font-size: 4.5px;
  }

  .film-proof figcaption strong {
    font-size: 6px;
  }

  .demo-proof-grid {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(2, minmax(0, 1fr));
    gap: 6px;
  }

  .demo-proof-card {
    min-height: 0;
    grid-template-rows: minmax(0, 1fr) 23px;
    border-radius: 8px;
  }

  .demo-proof-card > span {
    padding: 2px 5px;
  }

  .demo-proof-card strong {
    font-size: 5.5px;
  }

  .mobile-demo-triptych {
    min-height: 0;
    padding: 2px 2px 0;
  }

  .mobile-demo-triptych > span {
    grid-template-rows: minmax(0, 1fr) 7px;
  }

  .mobile-demo-triptych > span > small {
    font-size: 2.5px;
  }
}

@media print {
  @page {
    size: 13.333in 7.5in;
    margin: 0;
  }

  html,
  body {
    background: #fff;
  }

  .caire-navbar,
  .deck-toolbar,
  .scene-dots,
  .web-only,
  #caire-consent-banner {
    display: none !important;
  }

  .caire-deck {
    background: #fff;
  }

  .scene,
  .js .scene,
  .js .scene.active,
  .no-js .scene {
    display: block;
    width: 100vw;
    height: 100vh;
    min-height: 0;
    max-width: none;
    padding: 54px 82px;
    page-break-inside: avoid;
    break-inside: avoid;
    page-break-after: always;
    break-after: page;
  }

  .scene:last-of-type {
    break-after: auto;
  }

  .scene-grid {
    height: 100%;
  }

  /*
   * Dense slides contain more content than the screen composition can safely
   * fit in a fixed 16:9 print page. Scale only the slide content, not the
   * background or footer, so every visible element stays inside its page.
   */
  .scene.print-compact .scene-grid {
    transform: scale(0.78);
    transform-origin: center center;
  }

  .scene[aria-label="Bild 13: Kom igång"] .microcopy {
    margin-top: 8px;
    font-size: 10px;
    line-height: 1.3;
  }

  /*
   * Chrome evaluates the screen-width media queries against the printable
   * viewport. Keep the slide composition in its presentation layout so a
   * two-column slide does not collapse into a long mobile page and clip its
   * lower half at the page boundary.
   */
  .scene-grid.two {
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  }

  .scene-grid.wide-left {
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  }

  .scene-grid.equal {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .flow-row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .role-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .requirement-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .insight-row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .adoption-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .adoption-grid.next-steps-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cta-cards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .browser-frame,
  .image-card,
  .frontier-card,
  .ripple-node {
    box-shadow: none;
  }

  .scene-footer {
    bottom: 18px;
  }
}

/* --------------------------------------------------------------------------
 * Prospect deck 2026 — scoped visual system
 *
 * The English presentation still uses the original component library above.
 * Keep all new composition rules behind `.deck-v2` so the two decks can move
 * independently while sharing the accessible controller and print surface.
 * -------------------------------------------------------------------------- */

.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.caire-deck.deck-v2 {
  --v2-night: #111a24;
  --v2-night-soft: #1b2733;
  --v2-coral: #e8714a;
  --v2-coral-deep: #c85a36;
  --v2-lavender: #9b94d5;
  --v2-lavender-soft: #e9e6f7;
  --v2-sage: #6f927d;
  --v2-sage-soft: #e1ebe4;
  --v2-cream: #fbf9f4;
  --v2-warm: #f3eee5;
  --v2-ink: #17212c;
  --v2-muted: #5e6670;
  --v2-line: rgba(23, 33, 44, 0.14);

  overflow: clip;
  background: var(--v2-night);
}

.deck-v2 .deck-toolbar {
  background: rgba(17, 26, 36, 0.96);
}

.deck-v2 .toolbar-button:disabled {
  cursor: default;
  opacity: 0.36;
  transform: none;
}

.deck-v2 .scene {
  width: min(100%, 1600px);
  height: calc(100dvh - 62px);
  min-height: 0;
  padding: clamp(32px, 5.2vh, 62px) clamp(52px, 6.8vw, 110px)
    clamp(52px, 7.2vh, 78px);
  overflow: clip;
  touch-action: pan-y;
}

.js .deck-v2 .scene.active {
  display: grid;
}

.deck-v2 .scene-light {
  background: var(--v2-cream);
}

.deck-v2 .scene-sand {
  background: var(--v2-warm);
}

.deck-v2 .scene-dark {
  background: var(--v2-night);
}

.deck-v2 .scene-light::before,
.deck-v2 .scene-sand::before {
  top: -28%;
  right: -12%;
  width: 48%;
  height: 110%;
  background: radial-gradient(
    circle,
    rgba(155, 148, 213, 0.16),
    transparent 66%
  );
}

.deck-v2 .scene-dark::before {
  top: -40%;
  right: -14%;
  width: 72%;
  height: 150%;
  background: radial-gradient(
    circle,
    rgba(155, 148, 213, 0.2),
    transparent 65%
  );
}

.deck-v2 .scene-dark::after {
  bottom: -52%;
  left: -16%;
  width: 58%;
  height: 110%;
  background: radial-gradient(
    circle,
    rgba(232, 113, 74, 0.16),
    transparent 68%
  );
}

.v2-grid,
.v2-stack {
  position: relative;
  z-index: 1;
  min-width: 0;
  min-height: 0;
}

.v2-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  gap: clamp(34px, 5vw, 80px);
  align-items: center;
  height: 100%;
}

.v2-grid--wide {
  grid-template-columns: minmax(0, 0.76fr) minmax(0, 1.24fr);
}

.v2-grid--copy-media,
.v2-grid--ask,
.v2-grid--documentation,
.v2-grid--roles,
.v2-grid--trust {
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
}

.v2-grid--evidence {
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
}

.v2-grid--phones {
  grid-template-columns: minmax(0, 0.82fr) minmax(480px, 1.18fr);
}

.v2-grid--close {
  grid-template-columns: minmax(0, 1.05fr) minmax(390px, 0.95fr);
}

.v2-stack {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.v2-copy,
.v2-heading {
  position: relative;
  z-index: 2;
  min-width: 0;
}

.v2-heading--row {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(290px, 0.75fr);
  gap: clamp(34px, 5vw, 84px);
  align-items: end;
}

.v2-index,
.v2-mono,
.evidence,
.ops-caption,
.platform-core > span,
.field-plan > span,
.field-actuals > span,
.pilot-brief > span,
.pilot-brief small,
.draft-proof > span,
.role-token > span {
  font-family: "DM Mono", ui-monospace, SFMono-Regular, Consolas, monospace;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.v2-index {
  display: inline-block;
  margin-bottom: clamp(12px, 2vh, 20px);
  color: var(--v2-coral-deep);
  font-size: clamp(10px, 0.76vw, 12px);
  font-weight: 500;
}

.scene-dark .v2-index {
  color: #ffad90;
}

.evidence {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  min-height: 24px;
  margin-bottom: clamp(12px, 2vh, 20px);
  padding: 5px 9px;
  color: var(--v2-night);
  background: var(--v2-sage-soft);
  border: 1px solid rgba(111, 146, 125, 0.4);
  border-radius: 999px;
  font-size: 9px;
  font-weight: 700;
  line-height: 1;
}

.evidence--modelled {
  color: #3d346d;
  background: var(--v2-lavender-soft);
  border-color: rgba(155, 148, 213, 0.5);
}

.evidence--demo {
  color: #6e321f;
  background: #f9e1d7;
  border-color: rgba(232, 113, 74, 0.4);
}

.evidence--roadmap {
  color: #fff;
  background: transparent;
  border-color: rgba(255, 255, 255, 0.38);
}

.scene-dark .evidence--current {
  color: #cce1d3;
  background: rgba(111, 146, 125, 0.15);
  border-color: rgba(143, 183, 156, 0.45);
}

.scene-dark .evidence--modelled {
  color: #ded9ff;
  background: rgba(155, 148, 213, 0.16);
  border-color: rgba(177, 169, 231, 0.48);
}

.v2-title {
  max-width: 920px;
  margin: 0;
  color: var(--v2-ink);
  font-size: clamp(2rem, min(3.65vw, 6vh), 3.75rem);
  font-weight: 800;
  letter-spacing: -0.055em;
  line-height: 1.02;
  text-wrap: balance;
}

.scene-dark .v2-title {
  color: #fff;
}

.v2-title--display {
  max-width: 980px;
  font-size: clamp(3rem, min(5.15vw, 8vh), 5.35rem);
  line-height: 0.97;
}

.v2-title--display span {
  color: #ffad90;
}

.v2-lead {
  max-width: 690px;
  margin: clamp(16px, 2.4vh, 26px) 0 0;
  color: var(--v2-muted);
  font-size: clamp(15px, min(1.35vw, 2.2vh), 21px);
  line-height: 1.47;
  text-wrap: pretty;
}

.v2-lead strong {
  color: var(--v2-coral-deep);
}

.scene-dark .v2-lead {
  color: rgba(255, 255, 255, 0.72);
}

.scene-dark .v2-lead strong {
  color: #ffad90;
}

.v2-mono {
  margin: clamp(18px, 3vh, 30px) 0 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: clamp(9px, 0.8vw, 12px);
}

.v2-punchline {
  margin: clamp(18px, 3vh, 30px) 0 0;
  color: var(--v2-coral-deep);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(18px, min(1.65vw, 2.8vh), 26px);
  font-style: italic;
  line-height: 1.25;
}

.v2-note {
  max-width: 680px;
  margin: clamp(14px, 2.2vh, 24px) 0 0;
  color: var(--v2-muted);
  font-size: clamp(10px, 0.78vw, 12px);
  line-height: 1.5;
}

.v2-proof-teaser {
  display: grid;
  grid-template-columns: minmax(112px, auto) minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  width: min(100%, 510px);
  margin-top: clamp(18px, 3vh, 30px);
  padding: 12px 14px;
  color: var(--v2-ink);
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid var(--v2-line);
  border-left: 4px solid var(--v2-lavender);
  border-radius: 12px;
  text-decoration: none;
  box-shadow: 0 12px 28px rgba(27, 39, 51, 0.06);
}

.v2-proof-teaser > span {
  display: grid;
  gap: 3px;
  color: var(--v2-muted);
  font-size: clamp(10px, 0.78vw, 12px);
  line-height: 1.3;
}

.v2-proof-teaser > span:first-child {
  padding-right: 14px;
  border-right: 1px solid var(--v2-line);
}

.v2-proof-teaser strong {
  color: var(--v2-coral-deep);
  font-size: clamp(22px, 2.2vw, 32px);
  line-height: 1;
}

.v2-proof-teaser small {
  color: var(--v2-muted);
  font-family: "DM Mono", ui-monospace, monospace;
  font-size: 7px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.v2-proof-teaser > span:last-child small {
  margin-top: 4px;
  color: var(--v2-coral-deep);
  font-weight: 700;
}

.v2-proof-teaser:hover,
.v2-proof-teaser:focus-visible {
  border-color: rgba(155, 148, 213, 0.72);
  transform: translateY(-1px);
}

.scene-dark .v2-note {
  color: rgba(255, 255, 255, 0.58);
}

.deck-v2 .scene-footer {
  right: clamp(52px, 6.8vw, 110px);
  bottom: clamp(18px, 2.4vh, 26px);
  left: clamp(52px, 6.8vw, 110px);
  align-items: end;
  color: rgba(23, 33, 44, 0.58);
  font-family: "DM Mono", ui-monospace, SFMono-Regular, Consolas, monospace;
  font-size: clamp(8px, 0.64vw, 10px);
  line-height: 1.35;
}

.deck-v2 .scene-footer span:first-child {
  max-width: 86%;
}

.deck-v2 .scene-footer span:last-child {
  color: var(--v2-coral-deep);
  font-size: 12px;
  font-weight: 700;
}

.deck-v2 .scene-dark .scene-footer {
  color: rgba(255, 255, 255, 0.62);
}

.deck-v2 .scene-dark .scene-footer span:last-child {
  color: #ffad90;
}

.v2-brand {
  margin-bottom: clamp(28px, 4.6vh, 52px);
  color: #fff;
}

.v2-brand svg {
  color: #ffad90;
}

/* 01 · Hero operational system */

.hero-system {
  position: relative;
  width: min(100%, 630px);
  aspect-ratio: 1.14;
  margin: auto;
}

.hero-system::before {
  position: absolute;
  inset: 9%;
  content: "";
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 50%;
}

.hero-system::after {
  position: absolute;
  inset: 21%;
  content: "";
  border: 1px dashed rgba(155, 148, 213, 0.42);
  border-radius: 50%;
}

.hero-plan {
  position: absolute;
  z-index: 4;
  top: 50%;
  left: 50%;
  display: grid;
  width: 42%;
  aspect-ratio: 1;
  place-content: center;
  padding: 28px;
  color: #fff;
  text-align: center;
  background: linear-gradient(145deg, #263643, #111a24);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  box-shadow:
    0 0 0 18px rgba(155, 148, 213, 0.08),
    0 32px 70px rgba(0, 0, 0, 0.34);
  transform: translate(-50%, -50%);
}

.hero-plan span {
  color: #ffad90;
  font-family: "DM Mono", ui-monospace, monospace;
  font-size: clamp(8px, 0.7vw, 11px);
  letter-spacing: 0.13em;
}

.hero-plan strong {
  display: block;
  margin-top: 9px;
  font-size: clamp(18px, 2vw, 30px);
  line-height: 1;
}

.hero-plan small {
  display: block;
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.58);
  font-size: clamp(9px, 0.8vw, 12px);
}

.hero-node {
  position: absolute;
  z-index: 3;
  display: grid;
  min-width: 118px;
  min-height: 46px;
  place-items: center;
  padding: 10px 16px;
  color: #fff;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  font-size: clamp(11px, 1vw, 15px);
  font-weight: 700;
  backdrop-filter: blur(10px);
}

.hero-node::after {
  position: absolute;
  width: 7px;
  height: 7px;
  content: "";
  background: var(--v2-coral);
  border: 3px solid var(--v2-night);
  border-radius: 50%;
}

.hero-node--visit {
  top: 3%;
  left: 38%;
}
.hero-node--people {
  top: 35%;
  right: 0;
}
.hero-node--skill {
  right: 14%;
  bottom: 5%;
}
.hero-node--travel {
  bottom: 14%;
  left: 0;
}
.hero-node--visit::after {
  bottom: -30px;
  left: 50%;
}
.hero-node--people::after {
  top: 50%;
  left: -31px;
}
.hero-node--skill::after {
  top: -27px;
  left: 36%;
}
.hero-node--travel::after {
  top: -24px;
  right: 18%;
}

.hero-route {
  position: absolute;
  top: 32%;
  left: 9%;
  width: 27%;
  height: 31%;
  border-top: 2px solid rgba(111, 146, 125, 0.7);
  border-left: 2px solid rgba(111, 146, 125, 0.7);
  border-radius: 70% 0 0 0;
  transform: rotate(-17deg);
}

.hero-signal {
  position: absolute;
  z-index: 2;
  width: 42%;
  height: 1px;
  background: linear-gradient(
    90deg,
    rgba(155, 148, 213, 0),
    rgba(155, 148, 213, 0.72)
  );
  transform-origin: 100% 50%;
}

.hero-signal--one {
  top: 34%;
  left: 11%;
  transform: rotate(12deg);
}
.hero-signal--two {
  top: 51%;
  right: 9%;
  transform: rotate(-7deg);
}
.hero-signal--three {
  right: 33%;
  bottom: 25%;
  transform: rotate(64deg);
}

/* 02 · Schedule consequence map */

.consequence-map {
  width: min(100%, 1120px);
  margin: clamp(28px, 4.8vh, 52px) auto 0;
}

.consequence-input {
  position: relative;
  display: grid;
  grid-template-columns: auto repeat(4, minmax(60px, 1fr)) auto;
  gap: 7px;
  align-items: center;
  padding: 20px 24px 42px;
  background: #fff;
  border: 1px solid var(--v2-line);
  border-radius: 18px;
  box-shadow: 0 18px 42px rgba(27, 39, 51, 0.08);
}

.consequence-input > span {
  color: var(--v2-muted);
  font-family: "DM Mono", ui-monospace, monospace;
  font-size: 10px;
}

.consequence-input > i {
  height: 22px;
  background: var(--v2-coral);
  border-radius: 5px;
}

.consequence-input > i:nth-of-type(2) {
  background: var(--v2-lavender);
}
.consequence-input > i:nth-of-type(3) {
  background: var(--v2-sage);
}
.consequence-input > i:nth-of-type(4) {
  background: #677281;
}

.consequence-input strong {
  position: absolute;
  bottom: 12px;
  left: 50%;
  font-size: 13px;
  transform: translateX(-50%);
}

.consequence-branches {
  display: grid;
  width: 67%;
  height: clamp(26px, 4vh, 40px);
  margin: 0 auto;
  grid-template-columns: repeat(3, 1fr);
}

.consequence-branches i {
  border-left: 1px solid rgba(23, 33, 44, 0.3);
}

.consequence-branches i:first-child {
  justify-self: start;
}
.consequence-branches i:nth-child(2) {
  justify-self: center;
}
.consequence-branches i:last-child {
  justify-self: end;
}

.consequence-outcomes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(12px, 2vw, 24px);
}

.consequence-outcomes article {
  position: relative;
  padding: clamp(18px, 2.2vw, 28px);
  background: #fff;
  border: 1px solid var(--v2-line);
  border-top: 4px solid var(--v2-coral);
  border-radius: 15px;
}

.consequence-outcomes article:nth-child(2) {
  border-top-color: var(--v2-lavender);
}
.consequence-outcomes article:nth-child(3) {
  border-top-color: var(--v2-sage);
}

.consequence-outcomes span {
  color: var(--v2-muted);
  font-family: "DM Mono", ui-monospace, monospace;
  font-size: 9px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.consequence-outcomes strong {
  display: block;
  margin-top: 9px;
  font-size: clamp(14px, 1.3vw, 19px);
  line-height: 1.28;
}

/* 03 · Canonical operational graph */

.ops-graph {
  position: relative;
  width: min(100%, 720px);
  aspect-ratio: 1.45;
  margin: auto;
}

.ops-graph::before,
.ops-graph::after {
  position: absolute;
  content: "";
  border-radius: 50%;
}

.ops-graph::before {
  inset: 6% 14%;
  border: 1px solid rgba(23, 33, 44, 0.13);
}

.ops-graph::after {
  inset: 20% 29%;
  background: rgba(155, 148, 213, 0.1);
  border: 1px dashed rgba(155, 148, 213, 0.7);
}

.ops-core {
  position: absolute;
  z-index: 4;
  top: 50%;
  left: 50%;
  display: grid;
  width: 29%;
  aspect-ratio: 1;
  place-content: center;
  color: #fff;
  text-align: center;
  background: var(--v2-night);
  border: 10px solid rgba(232, 113, 74, 0.16);
  border-radius: 50%;
  box-shadow: 0 24px 55px rgba(17, 26, 36, 0.2);
  transform: translate(-50%, -50%);
}

.ops-core span {
  color: #ffad90;
  font-family: "DM Mono", ui-monospace, monospace;
  font-size: clamp(8px, 0.7vw, 10px);
  letter-spacing: 0.13em;
}

.ops-core strong {
  margin-top: 7px;
  font-size: clamp(16px, 1.6vw, 24px);
  line-height: 1;
}

.ops-node {
  position: absolute;
  z-index: 4;
  display: grid;
  min-width: 126px;
  min-height: 46px;
  place-items: center;
  padding: 9px 14px;
  color: var(--v2-ink);
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(23, 33, 44, 0.14);
  border-radius: 999px;
  box-shadow: 0 12px 28px rgba(27, 39, 51, 0.08);
  font-size: clamp(11px, 1vw, 15px);
  font-weight: 700;
}

.ops-node--1 {
  top: 0;
  left: 40%;
}
.ops-node--2 {
  top: 18%;
  right: 1%;
}
.ops-node--3 {
  right: 4%;
  bottom: 15%;
}
.ops-node--4 {
  bottom: 0;
  left: 40%;
}
.ops-node--5 {
  bottom: 12%;
  left: 2%;
}
.ops-node--6 {
  top: 20%;
  left: 0;
}
.ops-node--7 {
  top: 4%;
  left: 12%;
}

.ops-edges {
  position: absolute;
  z-index: 1;
  inset: 0;
}

.ops-edges i {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 39%;
  height: 1px;
  background: linear-gradient(
    90deg,
    rgba(155, 148, 213, 0.75),
    rgba(155, 148, 213, 0.08)
  );
  transform-origin: left center;
}

.ops-edges i:nth-child(1) {
  transform: rotate(-91deg);
}
.ops-edges i:nth-child(2) {
  transform: rotate(-33deg);
}
.ops-edges i:nth-child(3) {
  transform: rotate(28deg);
}
.ops-edges i:nth-child(4) {
  transform: rotate(90deg);
}
.ops-edges i:nth-child(5) {
  transform: rotate(151deg);
}
.ops-edges i:nth-child(6) {
  transform: rotate(205deg);
}
.ops-edges i:nth-child(7) {
  transform: rotate(237deg);
}

.ops-caption {
  position: absolute;
  right: 0;
  bottom: -8%;
  left: 0;
  color: var(--v2-muted);
  font-size: 9px;
  text-align: center;
}

/* 04 · Platform */

.maturity-line {
  display: grid;
  grid-template-columns: auto minmax(32px, 1fr) auto;
  gap: 13px;
  align-items: center;
  width: min(100%, 590px);
  margin-top: clamp(20px, 3.4vh, 34px);
  color: rgba(255, 255, 255, 0.68);
  font-size: clamp(10px, 0.9vw, 13px);
}

.maturity-line strong {
  display: block;
  color: #cce1d3;
  font-family: "DM Mono", ui-monospace, monospace;
  font-size: 9px;
  letter-spacing: 0.1em;
}

.maturity-line i {
  position: relative;
  height: 1px;
  background: linear-gradient(90deg, var(--v2-sage), var(--v2-lavender));
}

.maturity-line i::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 7px;
  height: 7px;
  content: "";
  background: var(--v2-lavender);
  border-radius: 50%;
  transform: translateY(-50%);
}

.maturity-line .is-roadmap strong {
  color: #ded9ff;
}

.platform-map {
  position: relative;
  display: grid;
  width: min(100%, 700px);
  min-height: min(56vh, 510px);
  place-items: center;
  margin: auto;
}

.platform-map::before {
  position: absolute;
  inset: 11% 5%;
  content: "";
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 42px;
  transform: rotate(-3deg);
}

.platform-map::after {
  position: absolute;
  inset: 18% 12%;
  content: "";
  border: 1px dashed rgba(155, 148, 213, 0.45);
  border-radius: 36px;
  transform: rotate(3deg);
}

.platform-core {
  position: relative;
  z-index: 3;
  display: grid;
  width: min(64%, 420px);
  min-height: 150px;
  place-content: center;
  padding: 28px;
  color: #fff;
  text-align: center;
  background: linear-gradient(
    135deg,
    rgba(232, 113, 74, 0.28),
    rgba(155, 148, 213, 0.18)
  );
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 28px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.22);
}

.platform-core > span {
  color: #ffad90;
  font-size: 9px;
}

.platform-core strong {
  margin-top: 8px;
  font-size: clamp(24px, 2.6vw, 40px);
  line-height: 1;
}

.platform-core small {
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.58);
}

.platform-row {
  position: absolute;
  z-index: 4;
  display: flex;
  width: 100%;
  justify-content: space-between;
  gap: 10px;
}

.platform-row--top {
  top: 5%;
}
.platform-row--bottom {
  bottom: 4%;
}

.platform-row span {
  display: grid;
  min-height: 45px;
  place-items: center;
  padding: 8px 13px;
  color: #fff;
  background: var(--v2-night-soft);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  font-size: clamp(9px, 0.78vw, 12px);
  font-weight: 700;
  text-align: center;
}

.platform-feedback {
  position: absolute;
  z-index: 4;
  bottom: 23%;
  display: grid;
  width: 54%;
  grid-template-columns: auto 1fr auto;
  gap: 10px;
  align-items: center;
  color: rgba(255, 255, 255, 0.56);
  font-family: "DM Mono", ui-monospace, monospace;
  font-size: 8px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.platform-feedback i {
  height: 1px;
  background: linear-gradient(90deg, var(--v2-sage), var(--v2-coral));
}

/* 05 · Onboarding */

.onboarding-flow {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(10px, 1.6vw, 20px);
  margin: clamp(32px, 6vh, 64px) 0 0;
  padding: 0;
  list-style: none;
}

.onboarding-flow li {
  position: relative;
  display: grid;
  min-height: clamp(150px, 23vh, 210px);
  align-content: end;
  padding: clamp(18px, 2.2vw, 28px);
  background: #fff;
  border: 1px solid var(--v2-line);
  border-radius: 18px;
  box-shadow: 0 16px 36px rgba(27, 39, 51, 0.06);
}

.onboarding-flow li::after {
  position: absolute;
  top: 35%;
  right: -17px;
  z-index: 3;
  width: 24px;
  height: 1px;
  content: "";
  background: var(--v2-coral);
}

.onboarding-flow li:last-child::after {
  display: none;
}

.onboarding-flow li > span {
  position: absolute;
  top: 18px;
  left: 20px;
  color: var(--v2-coral-deep);
  font-family: "DM Mono", ui-monospace, monospace;
  font-size: 11px;
}

.onboarding-flow strong {
  font-size: clamp(16px, 1.35vw, 21px);
  line-height: 1.18;
}

.onboarding-flow small {
  display: block;
  margin-top: 10px;
  color: var(--v2-muted);
  font-size: clamp(10px, 0.78vw, 12px);
  line-height: 1.4;
}

.onboarding-flow li:nth-child(2) {
  border-top: 4px solid var(--v2-lavender);
}
.onboarding-flow li:nth-child(3) {
  border-top: 4px solid var(--v2-sage);
}
.onboarding-flow li:nth-child(4) {
  color: #fff;
  background: var(--v2-night);
}
.onboarding-flow li:nth-child(4) small {
  color: rgba(255, 255, 255, 0.58);
}

.onboarding-parallel {
  display: grid;
  grid-template-columns: auto minmax(70px, 1fr) auto;
  gap: 16px;
  align-items: center;
  margin-top: clamp(18px, 3.2vh, 32px);
  color: var(--v2-muted);
  font-size: clamp(10px, 0.86vw, 13px);
}

.onboarding-parallel i {
  height: 1px;
  background: linear-gradient(90deg, var(--v2-coral), var(--v2-sage));
}

/* 06 · Comparable solutions */

.solution-proof {
  display: grid;
  min-width: 0;
  gap: clamp(16px, 2.5vh, 26px);
}

.solution-rows {
  display: grid;
  gap: 8px;
}

.solution-rows article {
  display: grid;
  grid-template-columns:
    30px minmax(110px, 0.65fr) minmax(100px, 1.35fr)
    minmax(100px, 0.75fr);
  gap: 12px;
  align-items: center;
  padding: 11px 14px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid var(--v2-line);
  border-radius: 12px;
}

.solution-rows article > span {
  color: var(--v2-coral-deep);
  font-family: "DM Mono", ui-monospace, monospace;
  font-size: 9px;
}

.solution-rows strong {
  font-size: clamp(12px, 1vw, 15px);
}
.solution-rows small {
  color: var(--v2-muted);
  font-size: 10px;
}

.solution-rows i {
  position: relative;
  height: 7px;
  overflow: hidden;
  background: #e4e1dc;
  border-radius: 999px;
}

.solution-rows i::before {
  display: block;
  width: var(--fill);
  height: 100%;
  content: "";
  background: var(--v2-lavender);
  border-radius: inherit;
}

.solution-rows article:nth-child(2) i::before {
  background: var(--v2-sage);
}
.solution-rows article:nth-child(3) i::before {
  background: var(--v2-coral);
}

.product-crop {
  position: relative;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--v2-line);
  border-radius: 18px;
  box-shadow: 0 24px 52px rgba(27, 39, 51, 0.12);
}

.product-crop img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-crop figcaption {
  position: absolute;
  right: 10px;
  bottom: 10px;
  left: 10px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 7px 9px;
  color: #fff;
  background: rgba(17, 26, 36, 0.9);
  border-radius: 10px;
  font-size: 9px;
  line-height: 1.2;
}

.product-crop figcaption .evidence {
  flex: 0 0 auto;
  min-height: 19px;
  margin: 0;
  padding: 3px 6px;
  font-size: 7px;
}

.product-crop--compare {
  height: clamp(210px, 32vh, 330px);
}

.product-crop--compare img {
  height: auto;
  object-fit: contain;
  object-position: center;
  transform: translateY(-21%);
}

/* 07 · Ledger */

.time-ledger {
  display: flex;
  width: min(100%, 570px);
  height: 42px;
  margin-top: clamp(24px, 4vh, 40px);
  overflow: hidden;
  border: 1px solid var(--v2-line);
  border-radius: 11px;
}

.time-ledger span {
  display: grid;
  flex: 1 1 0;
  place-items: center;
  color: #fff;
  background: #697380;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  font-size: clamp(8px, 0.7vw, 11px);
  font-weight: 700;
}

.time-ledger .is-care {
  flex: 2.7 1 0;
  background: var(--v2-coral);
}
.time-ledger span:nth-child(3) {
  background: #56aada;
}
.time-ledger span:nth-child(4) {
  background: #2f53b9;
}
.time-ledger span:nth-child(5) {
  color: var(--v2-ink);
  background: #d7d2cb;
}

.diagnostic-keys {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 15px;
}

.diagnostic-keys span {
  padding: 7px 10px;
  color: var(--v2-muted);
  background: #fff;
  border: 1px solid var(--v2-line);
  border-radius: 999px;
  font-size: 10px;
  font-weight: 700;
}

.product-crop--ledger {
  height: min(58vh, 510px);
}

.product-crop--ledger img {
  object-position: center top;
}

/* 08 · Pilot evidence */

.pilot-count {
  display: flex;
  width: fit-content;
  gap: 13px;
  align-items: center;
  margin-top: clamp(22px, 3.6vh, 36px);
  padding: 12px 16px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 14px;
}

.pilot-count strong {
  color: #ffad90;
  font-size: clamp(30px, 3vw, 44px);
  line-height: 1;
}

.pilot-count span {
  max-width: 150px;
  color: rgba(255, 255, 255, 0.64);
  font-size: 11px;
  line-height: 1.3;
}

.validation-figure {
  position: relative;
  display: grid;
  min-height: min(60vh, 550px);
  grid-template-columns: 0.82fr 1.18fr;
  gap: clamp(14px, 2vw, 24px);
  align-items: stretch;
  padding: clamp(20px, 2.6vw, 34px);
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 28px;
}

.validation-context {
  position: absolute;
  top: -13px;
  left: 50%;
  z-index: 4;
  max-width: calc(100% - 28px);
  padding: 7px 12px;
  color: rgba(255, 255, 255, 0.76);
  background: var(--v2-night-soft);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  font-family: "DM Mono", ui-monospace, monospace;
  font-size: 7px;
  line-height: 1.25;
  text-align: center;
  letter-spacing: 0.1em;
  transform: translateX(-50%);
}

.validation-demand,
.validation-capacity {
  position: relative;
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: flex-end;
  padding: clamp(18px, 2vw, 28px);
  background: rgba(17, 26, 36, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
}

.validation-demand > span,
.validation-capacity > span {
  position: absolute;
  top: 18px;
  left: 20px;
  color: rgba(255, 255, 255, 0.48);
  font-family: "DM Mono", ui-monospace, monospace;
  font-size: 8px;
  letter-spacing: 0.12em;
}

.validation-demand strong {
  position: relative;
  z-index: 2;
  color: #fff;
  font-size: clamp(42px, 5vw, 74px);
  line-height: 0.9;
}

.validation-demand small {
  position: relative;
  z-index: 2;
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.6);
}

.validation-demand i {
  position: absolute;
  right: 18px;
  bottom: 18px;
  left: 18px;
  height: 67%;
  background: linear-gradient(
    180deg,
    rgba(232, 113, 74, 0.48),
    rgba(232, 113, 74, 0.13)
  );
  border-radius: 14px;
}

.validation-capacity {
  gap: 13px;
  padding-top: 64px;
}

.capacity-before,
.capacity-after {
  display: grid;
  grid-template-columns: 98px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
}

.capacity-before small,
.capacity-after small {
  color: rgba(255, 255, 255, 0.58);
  font-size: 9px;
}

.capacity-before i,
.capacity-after i {
  height: 40px;
  background: rgba(155, 148, 213, 0.72);
  border-radius: 7px;
}

.capacity-after i {
  width: 74%;
  background: var(--v2-sage);
}

.capacity-deltas {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-top: auto;
}

.capacity-deltas strong {
  padding: 14px;
  color: #fff;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 12px;
  font-size: clamp(24px, 2.7vw, 40px);
  line-height: 1;
}

.capacity-deltas span {
  display: block;
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.55);
  font-size: 9px;
  font-weight: 500;
  line-height: 1.2;
}

.validation-band {
  position: absolute;
  right: 6%;
  bottom: -24px;
  left: 6%;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 12px;
  align-items: center;
  padding: 14px 18px 26px;
  color: #fff;
  background: var(--v2-coral-deep);
  border-radius: 15px;
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.28);
}

.validation-band > span {
  font-size: clamp(19px, 2vw, 28px);
  font-weight: 800;
}

.validation-band i {
  height: 3px;
  background: rgba(255, 255, 255, 0.48);
  border-radius: 999px;
}

.validation-band small {
  position: absolute;
  right: 0;
  bottom: 8px;
  left: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 8px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

/* 09 · Ask Caire */

.ask-question {
  max-width: 650px;
  margin: clamp(24px, 4.5vh, 44px) 0 0;
  padding: 0 0 0 19px;
  color: var(--v2-ink);
  border-left: 4px solid var(--v2-coral);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(18px, min(1.7vw, 2.8vh), 27px);
  font-style: italic;
  line-height: 1.3;
}

.approval-sequence {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin: clamp(20px, 3.2vh, 34px) 0 0;
  padding: 0;
  counter-reset: approval;
  list-style: none;
}

.approval-sequence li {
  position: relative;
  padding: 12px 10px;
  color: var(--v2-muted);
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid var(--v2-line);
  border-radius: 10px;
  font-size: clamp(9px, 0.78vw, 12px);
  font-weight: 700;
  text-align: center;
}

.approval-sequence li:last-child {
  color: #fff;
  background: var(--v2-night);
}

.product-crop--ask {
  height: min(62vh, 560px);
}

.product-crop--ask img {
  width: 148%;
  max-width: none;
  object-position: right center;
  transform: translateX(-32%);
}

/* 10 · Field feedback */

.field-loop {
  position: relative;
  display: grid;
  grid-template-columns: 0.95fr 0.36fr 1.2fr 0.8fr;
  gap: clamp(12px, 1.8vw, 22px);
  align-items: stretch;
  margin-top: clamp(30px, 5.4vh, 58px);
}

.field-plan,
.field-actuals,
.field-roadmap {
  position: relative;
  min-height: clamp(205px, 31vh, 290px);
  padding: clamp(18px, 2.2vw, 28px);
  background: #fff;
  border: 1px solid var(--v2-line);
  border-radius: 18px;
}

.field-plan > span,
.field-actuals > span {
  display: block;
  margin-bottom: 20px;
  color: var(--v2-muted);
  font-size: 9px;
}

.field-plan article {
  margin-top: 11px;
  padding: 13px;
  background: var(--v2-warm);
  border-left: 4px solid var(--v2-coral);
  border-radius: 9px;
}

.field-plan article:nth-of-type(2) {
  border-left-color: var(--v2-lavender);
}
.field-plan strong {
  display: block;
  font-size: clamp(15px, 1.3vw, 20px);
}
.field-plan small {
  color: var(--v2-muted);
}

.field-arrow {
  display: grid;
  place-content: center;
  text-align: center;
}

.field-arrow span {
  color: var(--v2-muted);
  font-family: "DM Mono", ui-monospace, monospace;
  font-size: 8px;
  letter-spacing: 0.1em;
}

.field-arrow i {
  position: relative;
  display: block;
  width: 100%;
  height: 2px;
  margin-top: 12px;
  background: var(--v2-coral);
}

.field-arrow i::after {
  position: absolute;
  top: -4px;
  right: -1px;
  width: 8px;
  height: 8px;
  content: "";
  border-top: 2px solid var(--v2-coral);
  border-right: 2px solid var(--v2-coral);
  transform: rotate(45deg);
}

.field-actuals {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 9px;
  align-content: start;
  border-top: 4px solid var(--v2-sage);
}

.field-actuals > span {
  grid-column: 1 / -1;
}
.field-actuals article {
  display: grid;
  min-height: 58px;
  place-items: center;
  padding: 9px;
  color: var(--v2-ink);
  background: var(--v2-sage-soft);
  border-radius: 9px;
  font-size: clamp(9px, 0.75vw, 11px);
  font-weight: 700;
  text-align: center;
}

.field-roadmap {
  color: #fff;
  background: var(--v2-night);
  border-color: transparent;
  border-top: 4px solid var(--v2-lavender);
}

.field-roadmap .evidence {
  margin-bottom: 18px;
}
.field-roadmap strong {
  display: block;
  font-size: clamp(16px, 1.5vw, 23px);
  line-height: 1.2;
}
.field-roadmap small {
  display: block;
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.58);
}

.field-return {
  position: absolute;
  right: 31%;
  bottom: -38px;
  left: 11%;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  align-items: center;
  color: var(--v2-muted);
  font-size: 9px;
}

.field-return i {
  height: 16px;
  border-right: 1px solid var(--v2-sage);
  border-bottom: 1px solid var(--v2-sage);
  border-left: 1px solid var(--v2-sage);
  border-radius: 0 0 10px 10px;
}

/* 11 · Mobile employee */

.capability-run {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: clamp(22px, 3.8vh, 38px);
}

.capability-run span {
  padding: 7px 10px;
  color: rgba(255, 255, 255, 0.74);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  font-size: 9px;
  font-weight: 700;
}

.phone-story {
  position: relative;
  display: grid;
  grid-template-columns: 1.25fr 0.86fr 0.9fr;
  gap: clamp(12px, 1.5vw, 18px);
  align-items: center;
  width: min(100%, 690px);
  margin: auto;
}

.phone-proof {
  position: relative;
  margin: 0;
  overflow: hidden;
  background: #f6f2ea;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: clamp(18px, 2vw, 28px);
  box-shadow: 0 24px 55px rgba(0, 0, 0, 0.24);
}

.phone-proof > span,
.phone-action > span {
  position: absolute;
  z-index: 3;
  top: 12px;
  left: 12px;
  padding: 5px 7px;
  color: #fff;
  background: rgba(17, 26, 36, 0.88);
  border-radius: 7px;
  font-family: "DM Mono", ui-monospace, monospace;
  font-size: 7px;
  letter-spacing: 0.08em;
}

.phone-proof img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.phone-proof--hero {
  height: min(61vh, 540px);
}
.phone-proof--small {
  height: min(49vh, 430px);
}

.phone-action {
  position: relative;
  display: grid;
  min-height: min(43vh, 380px);
  align-content: center;
  gap: 7px;
  padding: 26px 18px;
  color: #fff;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 22px;
}

.phone-action strong {
  margin-top: 18px;
  color: #ffad90;
  font-size: clamp(13px, 1.2vw, 18px);
}

.phone-action small {
  color: rgba(255, 255, 255, 0.62);
  font-size: 9px;
  line-height: 1.35;
}

.phone-demo-label {
  position: absolute;
  right: 0;
  bottom: -13px;
  z-index: 5;
  margin: 0;
}

/* 12 · Clinical documentation */

.document-flow {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  margin: clamp(22px, 3.8vh, 38px) 0 0;
  padding: 0;
  list-style: none;
}

.document-flow li {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 7px;
  align-items: center;
  padding: 10px;
  background: rgba(255, 255, 255, 0.75);
  border: 1px solid var(--v2-line);
  border-radius: 10px;
}

.document-flow span {
  color: var(--v2-coral-deep);
  font-family: "DM Mono", ui-monospace, monospace;
  font-size: 8px;
}

.document-flow strong {
  font-size: clamp(10px, 0.85vw, 13px);
}

.documentation-proof {
  position: relative;
  display: grid;
  grid-template-columns: minmax(200px, 0.82fr) minmax(250px, 1.18fr);
  gap: clamp(16px, 2vw, 24px);
  align-items: center;
  width: min(100%, 690px);
  margin: auto;
}

.phone-proof--voice {
  height: min(62vh, 550px);
  border-color: var(--v2-line);
  box-shadow: 0 24px 55px rgba(27, 39, 51, 0.16);
}

.draft-proof {
  position: relative;
  padding: clamp(22px, 2.6vw, 34px);
  background: #fff;
  border: 1px solid var(--v2-line);
  border-radius: 20px;
  box-shadow: 0 24px 55px rgba(27, 39, 51, 0.12);
}

.draft-proof > span {
  color: var(--v2-coral-deep);
  font-size: 8px;
}

.draft-proof > strong {
  display: block;
  margin-top: 16px;
  font-size: clamp(20px, 2vw, 30px);
}

.draft-proof p {
  color: var(--v2-muted);
  font-size: clamp(11px, 0.9vw, 14px);
  line-height: 1.45;
}

.draft-proof div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-top: 24px;
}

.draft-proof div span {
  display: grid;
  place-items: center;
  padding: 10px;
  color: var(--v2-ink);
  background: transparent;
  border: 1px solid var(--v2-line);
  border-radius: 9px;
  font-size: 11px;
  font-weight: 700;
}

.draft-proof div span:last-child {
  color: #fff;
  background: var(--v2-coral-deep);
  border-color: transparent;
}

.draft-proof small {
  display: block;
  margin-top: 12px;
  color: var(--v2-sage);
  font-size: 9px;
  font-weight: 700;
}

.documentation-demo-label {
  position: absolute;
  right: 0;
  bottom: -13px;
  margin: 0;
}

/* 13 · Role views */

.permission-boundary {
  display: grid;
  gap: 8px;
  margin-top: clamp(22px, 3.6vh, 36px);
}

.permission-boundary > span {
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: 10px;
  padding: 9px 12px;
  color: var(--v2-muted);
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid var(--v2-line);
  border-radius: 9px;
  font-size: clamp(9px, 0.78vw, 12px);
}

.permission-boundary strong {
  color: var(--v2-ink);
}

.role-proof {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(14px, 2vw, 24px);
  align-items: end;
  width: min(100%, 620px);
  margin: auto;
  padding-top: 72px;
}

.role-token {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 50%;
  display: grid;
  min-width: 190px;
  padding: 12px 20px;
  color: #fff;
  text-align: center;
  background: var(--v2-night);
  border-radius: 13px;
  transform: translateX(-50%);
}

.role-token::before,
.role-token::after {
  position: absolute;
  top: 100%;
  width: 42%;
  height: 26px;
  content: "";
  border-bottom: 1px solid var(--v2-lavender);
}

.role-token::before {
  left: 8%;
  border-left: 1px solid var(--v2-lavender);
  border-radius: 0 0 0 12px;
}
.role-token::after {
  right: 8%;
  border-right: 1px solid var(--v2-lavender);
  border-radius: 0 0 12px;
}

.role-token > span {
  color: #ffad90;
  font-size: 7px;
}
.role-token strong {
  margin-top: 3px;
  font-size: 13px;
}
.role-phone {
  height: min(55vh, 490px);
  border-color: var(--v2-line);
  box-shadow: 0 24px 52px rgba(27, 39, 51, 0.14);
}
.role-phone--family {
  transform: translateY(18px);
}
.role-demo-label {
  position: absolute;
  right: 0;
  bottom: -22px;
  margin: 0;
}

/* 14 · Trust */

.trust-flow {
  display: grid;
  grid-template-columns:
    minmax(115px, 1fr) 28px minmax(115px, 1fr) 28px minmax(150px, 1.2fr)
    28px minmax(115px, 1fr);
  gap: 5px;
  align-items: center;
}

.trust-flow article {
  display: grid;
  min-height: clamp(150px, 23vh, 210px);
  align-content: center;
  padding: clamp(14px, 1.6vw, 22px);
  color: #fff;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 16px;
}

.trust-flow article > span {
  color: #ffad90;
  font-family: "DM Mono", ui-monospace, monospace;
  font-size: 9px;
}

.trust-flow article strong {
  margin-top: 12px;
  font-size: clamp(14px, 1.25vw, 19px);
  line-height: 1.18;
}

.trust-flow article small {
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.55);
  font-size: 9px;
  line-height: 1.3;
}

.trust-flow > i {
  position: relative;
  height: 1px;
  background: rgba(255, 255, 255, 0.32);
}

.trust-flow > i::after {
  position: absolute;
  top: -3px;
  right: 0;
  width: 7px;
  height: 7px;
  content: "";
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  transform: rotate(45deg);
}

.trust-flow .is-checkpoint {
  background: var(--v2-coral-deep);
  border-color: transparent;
  box-shadow: 0 18px 42px rgba(200, 90, 54, 0.26);
}

.trust-rail {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin-top: clamp(20px, 3.5vh, 34px);
}

.trust-rail span {
  padding: 10px;
  color: rgba(255, 255, 255, 0.66);
  border-top: 1px solid rgba(155, 148, 213, 0.52);
  font-size: 9px;
  text-align: center;
}

/* 15 · Connect & Analyze */

.pilot-flow {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(12px, 1.6vw, 20px);
  margin: clamp(28px, 5vh, 52px) 0 0;
  padding: 0;
  list-style: none;
}

.pilot-flow li {
  position: relative;
  display: grid;
  min-height: clamp(110px, 17vh, 155px);
  align-content: center;
  padding: clamp(16px, 1.8vw, 24px);
  background: #fff;
  border: 1px solid var(--v2-line);
  border-radius: 15px;
}

.pilot-flow li::after {
  position: absolute;
  top: 50%;
  right: -18px;
  z-index: 3;
  width: 22px;
  height: 2px;
  content: "";
  background: var(--v2-coral);
}

.pilot-flow li:last-child {
  color: #fff;
  background: var(--v2-night);
}
.pilot-flow li:last-child::after {
  display: none;
}
.pilot-flow > li > span {
  color: var(--v2-coral-deep);
  font-family: "DM Mono", ui-monospace, monospace;
  font-size: 9px;
}
.pilot-flow strong {
  margin-top: 10px;
  font-size: clamp(16px, 1.4vw, 21px);
}
.pilot-flow small {
  margin-top: 7px;
  color: var(--v2-muted);
  font-size: 9px;
}
.pilot-flow li:last-child small {
  color: rgba(255, 255, 255, 0.58);
}

.pilot-scorecard {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1px;
  margin-top: clamp(18px, 3vh, 30px);
  overflow: hidden;
  background: var(--v2-line);
  border: 1px solid var(--v2-line);
  border-radius: 11px;
}

.pilot-scorecard span {
  display: grid;
  min-height: 44px;
  place-items: center;
  padding: 8px;
  color: var(--v2-muted);
  background: rgba(255, 255, 255, 0.78);
  font-size: 9px;
  font-weight: 700;
  text-align: center;
}

.pilot-timing {
  display: grid;
  grid-template-columns: auto minmax(190px, 1fr) 1px auto minmax(190px, 1fr);
  gap: 13px;
  align-items: center;
  margin-top: clamp(16px, 2.8vh, 28px);
  color: var(--v2-muted);
}

.pilot-timing strong {
  color: var(--v2-coral-deep);
  font-size: clamp(20px, 2vw, 30px);
}
.pilot-timing span {
  font-size: 10px;
  line-height: 1.35;
}
.pilot-timing i {
  width: 1px;
  height: 36px;
  background: var(--v2-line);
}

/* 16 · Close */

.close-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: clamp(26px, 4.6vh, 46px);
}

.deck-v2 .deck-cta,
.deck-v2 .deck-link {
  display: inline-flex;
  min-height: 45px;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border-radius: 10px;
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
}

.deck-v2 .deck-cta {
  color: #fff;
  background: var(--v2-coral-deep);
  border: 1px solid transparent;
}

.pilot-brief {
  position: relative;
  display: grid;
  min-height: min(60vh, 520px);
  align-content: center;
  padding: clamp(28px, 3.8vw, 50px);
  color: #fff;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 28px;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.22);
}

.pilot-brief > span {
  color: #ffad90;
  font-size: 10px;
}

.pilot-brief > div {
  display: grid;
  gap: 7px;
  margin-top: 24px;
}

.pilot-brief small {
  color: rgba(255, 255, 255, 0.43);
  font-size: 8px;
}
.pilot-brief strong {
  font-size: clamp(15px, 1.35vw, 20px);
}
.pilot-brief > i {
  height: 1px;
  margin: 24px 0 0;
  background: linear-gradient(90deg, var(--v2-coral), var(--v2-lavender));
}
.pilot-brief > a {
  width: fit-content;
  margin-top: 30px;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-decoration-color: var(--v2-coral);
  text-underline-offset: 5px;
}

/* --------------------------------------------------------------------------
 * Prospect deck 2026 — real product proof, interactive frontier and sharing
 * -------------------------------------------------------------------------- */

/* Toolbar sharing */

.share-control {
  position: relative;
}

.toolbar-button--share {
  gap: 7px;
}

.toolbar-button--share svg {
  width: 15px;
  height: 15px;
}

.share-menu[hidden] {
  display: none;
}

.share-menu {
  position: absolute;
  top: calc(100% + 12px);
  right: 0;
  z-index: 100;
  width: min(340px, calc(100vw - 28px));
  padding: 16px;
  color: var(--v2-ink);
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid rgba(17, 26, 36, 0.12);
  border-radius: 16px;
  box-shadow: 0 22px 58px rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(20px);
}

.share-menu::before {
  position: absolute;
  top: -6px;
  right: 30px;
  width: 12px;
  height: 12px;
  content: "";
  background: #fff;
  border-top: 1px solid rgba(17, 26, 36, 0.12);
  border-left: 1px solid rgba(17, 26, 36, 0.12);
  transform: rotate(45deg);
}

.share-menu__heading {
  display: grid;
  gap: 2px;
  padding: 1px 2px 13px;
}

.share-menu__heading strong {
  font-size: 14px;
}

.share-menu__heading small {
  color: var(--v2-muted);
  font-size: 10px;
}

.share-menu__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px;
}

.share-menu__grid > a,
.share-menu__grid > button {
  display: grid;
  min-width: 0;
  min-height: 46px;
  grid-template-columns: 25px minmax(0, 1fr);
  gap: 8px;
  align-items: center;
  padding: 8px 10px;
  color: var(--v2-ink);
  background: var(--v2-cream);
  border: 1px solid var(--v2-line);
  border-radius: 10px;
  font-size: 11px;
  font-weight: 750;
  line-height: 1.15;
  text-align: left;
  text-decoration: none;
}

.share-menu__grid > a:hover,
.share-menu__grid > button:hover,
.share-menu__grid > a:focus-visible,
.share-menu__grid > button:focus-visible {
  background: #fff;
  border-color: var(--v2-coral);
  outline: 2px solid rgba(232, 113, 74, 0.22);
  outline-offset: 1px;
}

.share-menu__grid > a > span,
.share-menu__grid > button > span {
  display: grid;
  width: 25px;
  height: 25px;
  place-items: center;
  color: #fff;
  background: var(--v2-night);
  border-radius: 7px;
  font-size: 11px;
  font-weight: 800;
}

.share-menu__grid > button small {
  grid-column: 2;
  margin-top: -7px;
  color: var(--v2-muted);
  font-size: 7px;
  font-weight: 500;
}

.share-menu__status {
  min-height: 16px;
  margin: 10px 2px 0;
  color: var(--v2-sage);
  font-size: 9px;
  line-height: 1.35;
}

/* 01 · Real product hero */

.v2-grid--hero {
  grid-template-columns: minmax(0, 0.78fr) minmax(500px, 1.22fr);
}

.hero-product {
  position: relative;
  width: min(100%, 760px);
  min-width: 0;
  margin: auto;
  padding: 0 0 clamp(34px, 5vh, 52px) clamp(12px, 2vw, 28px);
}

.hero-product::before {
  position: absolute;
  top: -9%;
  right: -8%;
  bottom: 4%;
  left: 10%;
  content: "";
  background: radial-gradient(
    circle at 55% 48%,
    rgba(155, 148, 213, 0.2),
    transparent 69%
  );
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 42px;
  transform: rotate(2deg);
}

.hero-product__screen {
  position: relative;
  z-index: 1;
  margin: 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 18px;
  box-shadow: 0 36px 90px rgba(0, 0, 0, 0.38);
}

.hero-product__chrome {
  display: flex;
  height: 30px;
  align-items: center;
  gap: 6px;
  padding: 0 11px;
  color: #75808b;
  background: #f4f1eb;
  border-bottom: 1px solid rgba(17, 26, 36, 0.1);
  font-family: "DM Mono", ui-monospace, monospace;
  font-size: 7px;
}

.hero-product__chrome i {
  width: 7px;
  height: 7px;
  background: #d7d0c6;
  border-radius: 50%;
}

.hero-product__chrome i:first-child {
  background: var(--v2-coral);
}

.hero-product__chrome span {
  margin-left: 5px;
}

.hero-product__screen > img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9.3;
  object-fit: cover;
  object-position: center top;
}

.hero-product__screen figcaption {
  display: flex;
  min-height: 37px;
  align-items: center;
  gap: 8px;
  padding: 7px 12px;
  color: var(--v2-muted);
  font-size: 9px;
}

.hero-product__screen figcaption .evidence {
  flex: 0 0 auto;
  min-height: 19px;
  margin: 0;
  padding: 3px 6px;
  font-size: 7px;
}

.hero-product__proof {
  position: absolute;
  right: -1%;
  bottom: 0;
  z-index: 3;
  display: grid;
  width: min(53%, 335px);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  padding: clamp(15px, 1.8vw, 22px);
  color: #fff;
  background: rgba(27, 39, 51, 0.97);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 16px;
  box-shadow: 0 22px 48px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(18px);
}

.hero-product__proof > span,
.hero-product__proof > strong,
.hero-product__proof > small {
  grid-column: 1 / -1;
}

.hero-product__proof > span {
  color: #ffad90;
  font-family: "DM Mono", ui-monospace, monospace;
  font-size: 7px;
  letter-spacing: 0.1em;
}

.hero-product__proof > strong {
  font-size: clamp(23px, 2.3vw, 36px);
  line-height: 1;
}

.hero-product__proof > div {
  padding-top: 8px;
  color: rgba(255, 255, 255, 0.62);
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  font-size: 8px;
  line-height: 1.25;
}

.hero-product__proof b {
  display: block;
  color: #fff;
  font-size: 13px;
}

.hero-product__proof > small {
  color: rgba(255, 255, 255, 0.4);
  font-size: 7px;
}

/* 03 · Product proof sequence */

.ops-product-proof {
  position: relative;
  display: grid;
  width: min(100%, 760px);
  height: min(59vh, 550px);
  min-height: 390px;
  grid-template-columns: minmax(190px, 0.74fr) minmax(330px, 1.26fr);
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 13px;
  margin: auto;
}

.ops-product-card {
  position: relative;
  z-index: 2;
  min-width: 0;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--v2-line);
  border-radius: 15px;
  box-shadow: 0 20px 48px rgba(27, 39, 51, 0.13);
}

.ops-product-card--input {
  grid-column: 1;
  grid-row: 1;
}

.ops-product-card--analysis {
  grid-column: 1;
  grid-row: 2;
}

.ops-product-card--plan {
  grid-column: 2;
  grid-row: 1 / 3;
}

.ops-product-card img {
  display: block;
  width: 100%;
  height: calc(100% - 38px);
  object-fit: cover;
  object-position: left top;
}

.ops-product-card--plan img {
  object-position: center top;
}

.ops-visit-rule,
.ops-capacity-chart {
  height: calc(100% - 38px);
  min-height: 0;
  overflow: hidden;
  background: #fbfaf7;
}

.ops-visit-rule {
  display: grid;
  align-content: center;
  padding: 12px 14px;
}

.ops-visit-rule > span,
.ops-capacity-chart__title > span {
  color: var(--v2-coral-deep);
  font-family: "DM Mono", ui-monospace, monospace;
  font-size: 6px;
  letter-spacing: 0.11em;
}

.ops-visit-rule > strong {
  margin-top: 6px;
  color: var(--v2-ink);
  font-size: 16px;
  line-height: 1.05;
}

.ops-visit-rule > p {
  margin: 5px 0 0;
  color: var(--v2-muted);
  font-size: 8px;
}

.ops-visit-rule > p b {
  color: var(--v2-coral-deep);
}

.ops-visit-rule__days {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 3px;
  margin-top: 11px;
}

.ops-visit-rule__days i {
  padding: 5px 2px;
  color: #7a604d;
  background: #f8eadf;
  border: 1px solid rgba(232, 113, 74, 0.22);
  border-radius: 5px;
  font-family: "DM Mono", ui-monospace, monospace;
  font-size: 5px;
  font-style: normal;
  text-align: center;
}

.ops-visit-rule__window {
  display: grid;
  grid-template-columns: auto 1fr auto 1fr auto;
  gap: 4px;
  align-items: center;
  margin-top: 9px;
  color: var(--v2-muted);
  font-size: 5.5px;
}

.ops-visit-rule__window i {
  height: 5px;
  background: #ded8f3;
}

.ops-visit-rule__window b {
  padding: 3px 5px;
  color: #fff;
  background: var(--v2-lavender);
  border-radius: 999px;
  font-size: 6px;
}

.ops-visit-rule > small {
  margin-top: 8px;
  color: var(--v2-muted);
  font-size: 5.5px;
  line-height: 1.25;
}

.ops-capacity-chart {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  padding: 9px 9px 4px;
}

.ops-capacity-chart__title {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 8px;
}

.ops-capacity-chart__title > small {
  color: var(--v2-muted);
  font-size: 5px;
}

.ops-capacity-chart > svg {
  width: 100%;
  height: 100%;
  min-height: 0;
  margin-top: 2px;
}

.ops-capacity-chart__grid path {
  fill: none;
  stroke: rgba(23, 33, 44, 0.09);
  stroke-width: 1;
}

.ops-capacity-chart__gaps rect {
  fill: rgba(199, 83, 72, 0.08);
}

.ops-capacity-chart__bars rect {
  fill: #c6bff0;
}

.ops-capacity-chart__line {
  fill: none;
  stroke: #628469;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 3;
}

.ops-capacity-chart__points circle {
  fill: #628469;
  stroke: #fff;
  stroke-width: 1.5;
}

.ops-capacity-chart__gap-marks path {
  fill: none;
  stroke: #c75348;
  stroke-dasharray: 3 2;
  stroke-width: 3;
}

.ops-capacity-chart text {
  fill: var(--v2-muted);
  font-family: "DM Mono", ui-monospace, monospace;
  font-size: 6px;
}

.ops-capacity-chart > svg > text:nth-of-type(-n + 2) {
  fill: #a13f37;
  font-size: 6.5px;
  font-weight: 700;
}

.ops-capacity-chart > svg > text:nth-of-type(3) {
  fill: #4f7158;
  font-size: 5.5px;
}

.ops-capacity-chart__ticks text {
  font-size: 5px;
}

.ops-product-card figcaption {
  display: flex;
  height: 38px;
  align-items: center;
  gap: 8px;
  padding: 0 12px;
  color: var(--v2-ink);
  background: rgba(255, 255, 255, 0.96);
  font-size: 9px;
  font-weight: 750;
}

.ops-product-card figcaption b {
  color: var(--v2-coral-deep);
  font-family: "DM Mono", ui-monospace, monospace;
  font-size: 8px;
}

.ops-product-path {
  position: absolute;
  top: 20%;
  bottom: 20%;
  left: calc(29% - 6px);
  z-index: 3;
  display: grid;
  align-content: space-between;
}

.ops-product-path i {
  position: relative;
  width: 25px;
  height: 1px;
  background: var(--v2-coral);
}

.ops-product-path i::after {
  position: absolute;
  top: -3px;
  right: 0;
  width: 7px;
  height: 7px;
  content: "";
  border-top: 1px solid var(--v2-coral);
  border-right: 1px solid var(--v2-coral);
  transform: rotate(45deg);
}

.ops-product-label {
  position: absolute;
  top: -12px;
  right: 18px;
  z-index: 4;
  margin: 0;
  box-shadow: 0 9px 24px rgba(27, 39, 51, 0.12);
}

/* 04 · Progressive onboarding */

.v2-grid--onboarding {
  grid-template-columns: minmax(0, 0.96fr) minmax(430px, 1.04fr);
  gap: clamp(30px, 4vw, 62px);
}

.onboarding-flow--compact {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
  margin-top: clamp(20px, 3vh, 30px);
}

.onboarding-flow--compact li {
  min-height: clamp(82px, 12vh, 108px);
  align-content: center;
  padding: 17px 15px 14px 43px;
  border-radius: 13px;
  box-shadow: 0 10px 26px rgba(27, 39, 51, 0.05);
}

.onboarding-flow--compact li::after {
  display: none;
}

.onboarding-flow--compact li > span {
  top: 18px;
  left: 14px;
  font-size: 9px;
}

.onboarding-flow--compact strong {
  font-size: clamp(12px, 1vw, 15px);
}

.onboarding-flow--compact small {
  margin-top: 5px;
  font-size: 8px;
  line-height: 1.28;
}

.onboarding-parallel--compact {
  gap: 10px;
  margin-top: 13px;
  font-size: 8px;
}

.onboarding-proof {
  position: relative;
  height: min(59vh, 535px);
  min-height: 380px;
  margin: 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--v2-line);
  border-radius: 20px;
  box-shadow: 0 27px 64px rgba(27, 39, 51, 0.15);
}

.onboarding-proof::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 2;
  height: 26px;
  content: "";
  background: linear-gradient(90deg, #f4f1eb, #fff);
  border-bottom: 1px solid var(--v2-line);
}

.onboarding-proof img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.onboarding-proof figcaption {
  position: absolute;
  right: 12px;
  bottom: 12px;
  left: 12px;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 9px 11px;
  color: #fff;
  background: rgba(17, 26, 36, 0.92);
  border-radius: 11px;
  font-size: 9px;
}

.onboarding-proof figcaption .evidence {
  flex: 0 0 auto;
  min-height: 19px;
  margin: 0;
  padding: 3px 6px;
  font-size: 7px;
}

/* 05 · Interactive solution frontier */

.frontier-slide {
  justify-content: flex-start;
  gap: clamp(15px, 2.3vh, 23px);
}

.v2-heading--frontier {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(330px, 0.92fr);
  gap: clamp(30px, 4.6vw, 74px);
  align-items: end;
}

.v2-heading--frontier .v2-lead {
  margin: 0 0 2px;
  font-size: clamp(11px, min(1vw, 1.7vh), 15px);
}

.frontier-composition {
  display: grid;
  min-height: 0;
  flex: 1 1 auto;
  grid-template-columns: minmax(0, 1.5fr) minmax(310px, 0.68fr);
  gap: clamp(13px, 1.6vw, 20px);
}

.frontier-chart,
.frontier-detail {
  min-width: 0;
  min-height: 0;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid var(--v2-line);
  border-radius: 18px;
  box-shadow: 0 18px 46px rgba(27, 39, 51, 0.08);
}

.frontier-chart {
  display: grid;
  grid-template-rows: 37px minmax(0, 1fr);
  overflow: hidden;
}

.frontier-chart__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 0 15px;
  color: var(--v2-muted);
  border-bottom: 1px solid var(--v2-line);
  font-size: 8px;
}

.frontier-chart__header .evidence {
  flex: 0 0 auto;
  min-height: 19px;
  margin: 0;
  padding: 3px 6px;
  font-size: 7px;
}

.frontier-plot {
  position: relative;
  min-width: 0;
  min-height: 0;
  margin: 24px 28px 29px 43px;
  background:
    linear-gradient(to right, rgba(23, 33, 44, 0.07) 1px, transparent 1px) 0 0 /
      20% 100%,
    linear-gradient(to top, rgba(23, 33, 44, 0.07) 1px, transparent 1px) 0 0 /
      100% 20%,
    linear-gradient(
      135deg,
      rgba(111, 146, 125, 0.05),
      rgba(155, 148, 213, 0.08)
    );
  border-bottom: 1px solid rgba(23, 33, 44, 0.42);
  border-left: 1px solid rgba(23, 33, 44, 0.42);
  border-radius: 5px 12px 5px 5px;
}

.frontier-axis {
  position: absolute;
  z-index: 2;
  color: var(--v2-muted);
  font-family: "DM Mono", ui-monospace, monospace;
  font-size: 7px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.frontier-axis--x {
  right: 0;
  bottom: -23px;
}

.frontier-axis--y {
  top: 50%;
  left: -35px;
  transform: rotate(-90deg) translateX(-50%);
  transform-origin: left top;
}

.frontier-curve {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
  filter: drop-shadow(0 4px 5px rgba(23, 33, 44, 0.12));
}

.frontier-travel-limit {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 87%;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding: 10px 6px;
  background: linear-gradient(
    90deg,
    rgba(232, 113, 74, 0.04),
    rgba(199, 83, 72, 0.12)
  );
  border-left: 2px dashed var(--v2-coral-deep);
  pointer-events: none;
  text-align: right;
}

.frontier-travel-limit span {
  max-width: 110px;
  color: var(--v2-coral-deep);
  font-family: "DM Mono", ui-monospace, monospace;
  font-size: clamp(5px, 0.47vw, 7px);
  letter-spacing: 0.07em;
  line-height: 1.2;
}

.frontier-travel-limit strong {
  margin-top: 5px;
  color: var(--v2-ink);
  font-size: clamp(13px, 1.25vw, 18px);
}

.frontier-travel-limit small {
  max-width: 105px;
  margin-top: auto;
  color: var(--v2-muted);
  font-size: clamp(5px, 0.45vw, 7px);
  line-height: 1.2;
}

.frontier-point {
  position: absolute;
  left: var(--x);
  bottom: var(--y);
  z-index: 3;
  width: 44px;
  height: 44px;
  padding: 0;
  background: transparent;
  border: 0;
  transform: translate(-50%, 50%);
}

.frontier-point i {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 13px;
  height: 13px;
  background: var(--point, var(--v2-coral));
  border: 3px solid #fff;
  border-radius: 50%;
  box-shadow: 0 2px 7px rgba(17, 26, 36, 0.25);
  transform: translate(-50%, -50%);
  transition:
    width 150ms ease,
    height 150ms ease,
    box-shadow 150ms ease;
}

.frontier-point span {
  position: absolute;
  top: 34px;
  left: 50%;
  padding: 3px 6px;
  color: var(--v2-ink);
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(23, 33, 44, 0.1);
  border-radius: 6px;
  font-size: clamp(7px, 0.62vw, 9px);
  font-weight: 750;
  line-height: 1;
  white-space: nowrap;
  transform: translateX(-50%);
  box-shadow: 0 5px 12px rgba(27, 39, 51, 0.08);
}

.frontier-point:hover i,
.frontier-point:focus-visible i,
.frontier-point.is-selected i,
.frontier-point[aria-pressed="true"] i {
  width: 19px;
  height: 19px;
  box-shadow:
    0 0 0 5px color-mix(in srgb, var(--point, var(--v2-coral)) 24%, transparent),
    0 3px 10px rgba(17, 26, 36, 0.28);
}

.frontier-point:focus-visible {
  outline: 2px solid var(--v2-night);
  outline-offset: -5px;
  border-radius: 50%;
}

.frontier-point.is-selected span,
.frontier-point[aria-pressed="true"] span {
  color: #fff;
  background: var(--v2-night);
  border-color: transparent;
}

.frontier-point--baseline {
  --point: #66717c;
}

.frontier-point--coverage {
  --point: #167a59;
}

.frontier-point--balanced {
  --point: #e8714a;
}

.frontier-point--continuity {
  --point: #9b67c7;
}

.frontier-point--balanced-two {
  --point: #7b74c8;
}

.frontier-point--travel-wall {
  --point: #6558d3;
}

.frontier-point--coverage span {
  top: 29px;
  left: 64%;
}

.frontier-point--balanced span {
  top: -5px;
  left: 57px;
}

.frontier-detail {
  display: flex;
  flex-direction: column;
  padding: clamp(15px, 1.55vw, 21px);
  overflow: hidden;
}

.frontier-detail > span {
  color: var(--v2-coral-deep);
  font-family: "DM Mono", ui-monospace, monospace;
  font-size: 7px;
  letter-spacing: 0.1em;
}

.frontier-detail h3 {
  margin: 7px 0 0;
  color: var(--v2-ink);
  font-size: clamp(16px, 1.4vw, 21px);
  line-height: 1.08;
}

.frontier-detail > p {
  margin: 7px 0 0;
  color: var(--v2-muted);
  font-size: clamp(8px, 0.72vw, 10px);
  line-height: 1.35;
}

.frontier-metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px;
  margin-top: 11px;
}

.frontier-metrics > div {
  display: grid;
  min-height: 49px;
  align-content: center;
  padding: 8px;
  background: var(--v2-warm);
  border: 1px solid rgba(23, 33, 44, 0.08);
  border-radius: 9px;
}

.frontier-metrics > div:last-child {
  grid-column: 1 / -1;
  min-height: 43px;
}

.frontier-metrics small {
  color: var(--v2-muted);
  font-size: 7px;
}

.frontier-metrics strong {
  margin-top: 2px;
  font-size: clamp(12px, 1vw, 15px);
}

.frontier-bars {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 10px;
}

.frontier-bar-group {
  display: grid;
  gap: 5px;
}

.frontier-bar-group > span {
  color: var(--v2-ink);
  font-size: 8px;
  font-weight: 750;
}

.frontier-bar-group > div {
  display: grid;
  gap: 3px;
}

.frontier-bar-group small {
  color: var(--v2-muted);
  font-size: 6.5px;
}

.frontier-bar-group i {
  display: block;
  width: var(--bar);
  max-width: 100%;
  height: 5px;
  background: #9fa6ad;
  border-radius: 999px;
  transition: width 220ms ease;
}

.frontier-bar-group .is-selected i {
  background: linear-gradient(90deg, var(--v2-coral), var(--v2-lavender));
}

.frontier-bar-group .is-selected small {
  color: var(--v2-coral-deep);
  font-weight: 750;
}

.frontier-changes {
  margin-top: auto;
  padding-top: 10px;
  border-top: 1px solid var(--v2-line);
}

.frontier-changes > strong {
  font-size: 8px;
}

.frontier-changes ul {
  display: grid;
  gap: 4px;
  margin: 6px 0 0;
  padding: 0;
  list-style: none;
}

.frontier-changes li {
  position: relative;
  padding-left: 13px;
  color: var(--v2-muted);
  font-size: clamp(7px, 0.65vw, 9px);
  line-height: 1.25;
}

.frontier-changes li::before {
  position: absolute;
  top: 0.45em;
  left: 1px;
  width: 5px;
  height: 5px;
  content: "";
  background: var(--v2-sage);
  border-radius: 50%;
}

/* 06 · Anonymised pilot bars */

.pilot-bar-proof {
  display: flex;
  min-height: min(59vh, 540px);
  flex-direction: column;
  padding: clamp(20px, 2.5vw, 32px);
  color: #fff;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 25px;
  box-shadow: 0 24px 62px rgba(0, 0, 0, 0.2);
}

.pilot-bar-proof__context {
  width: fit-content;
  padding: 6px 9px;
  color: rgba(255, 255, 255, 0.64);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  font-family: "DM Mono", ui-monospace, monospace;
  font-size: 7px;
  letter-spacing: 0.08em;
}

.pilot-bar-section {
  display: grid;
  gap: 8px;
  margin-top: clamp(14px, 2.1vh, 20px);
}

.pilot-bar-section + .pilot-bar-section {
  padding-top: clamp(13px, 2vh, 19px);
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.pilot-bar-section__heading {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
}

.pilot-bar-section__heading span {
  color: rgba(255, 255, 255, 0.45);
  font-family: "DM Mono", ui-monospace, monospace;
  font-size: 7px;
  letter-spacing: 0.1em;
}

.pilot-bar-section__heading strong {
  color: #cce1d3;
  font-size: 10px;
}

.pilot-result-bar {
  display: grid;
  grid-template-columns: 90px minmax(0, 1fr) 66px;
  gap: 10px;
  align-items: center;
}

.pilot-result-bar small {
  color: rgba(255, 255, 255, 0.58);
  font-size: 8px;
}

.pilot-result-bar i {
  position: relative;
  height: 8px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 999px;
}

.pilot-result-bar i::before {
  display: block;
  width: var(--result);
  height: 100%;
  content: "";
  background: rgba(255, 255, 255, 0.4);
  border-radius: inherit;
}

.pilot-result-bar.is-modelled i::before {
  background: linear-gradient(90deg, var(--v2-sage), #8eb49a);
}

.pilot-result-bar b {
  color: #fff;
  font-size: 10px;
  text-align: right;
}

.pilot-result-bar.is-modelled b {
  color: #cce1d3;
}

.pilot-capacity-delta {
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
  gap: 8px;
  margin-top: 1px;
}

.pilot-capacity-delta strong {
  color: #ffad90;
  font-size: clamp(20px, 2vw, 30px);
  line-height: 1;
}

.pilot-capacity-delta span {
  color: rgba(255, 255, 255, 0.5);
  font-size: 8px;
}

.pilot-validation-range {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 11px;
  align-items: center;
  margin-top: auto;
  padding: 12px 14px 24px;
  color: #fff;
  background: var(--v2-coral-deep);
  border-radius: 13px;
}

.pilot-validation-range > span {
  font-size: clamp(16px, 1.6vw, 23px);
  font-weight: 800;
}

.pilot-validation-range i {
  height: 3px;
  background: rgba(255, 255, 255, 0.48);
  border-radius: 999px;
}

.pilot-validation-range small {
  position: absolute;
  right: 10px;
  bottom: 7px;
  left: 10px;
  color: rgba(255, 255, 255, 0.73);
  font-size: 6.5px;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.pilot-bar-proof__note {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.4);
  font-size: 7px;
  text-align: center;
}

/* 07 · Film and interactive demos */

.media-slide {
  justify-content: flex-start;
  gap: clamp(22px, 3.4vh, 34px);
}

.media-showcase {
  display: grid;
  min-height: 0;
  flex: 1 1 auto;
  grid-template-columns: minmax(0, 1.45fr) minmax(260px, 0.55fr);
  gap: 14px;
}

.film-proof,
.demo-proof-card {
  position: relative;
  min-width: 0;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--v2-line);
  border-radius: 18px;
  box-shadow: 0 18px 44px rgba(27, 39, 51, 0.11);
}

.film-proof {
  display: grid;
  grid-template-rows: minmax(0, 1fr) 48px;
}

.film-proof video {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  background: var(--v2-night);
}

.film-proof__poster {
  display: none;
}

.film-proof figcaption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 8px 14px;
}

.film-proof figcaption > div {
  display: grid;
}

.film-proof figcaption span,
.demo-proof-card small {
  color: var(--v2-coral-deep);
  font-family: "DM Mono", ui-monospace, monospace;
  font-size: 6.5px;
  letter-spacing: 0.08em;
}

.film-proof figcaption strong,
.demo-proof-card strong {
  font-size: 11px;
}

.film-proof figcaption a {
  flex: 0 0 auto;
  color: var(--v2-ink);
  font-size: 9px;
  font-weight: 750;
  text-underline-offset: 3px;
}

.demo-proof-grid {
  display: grid;
  min-width: 0;
  min-height: 0;
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.demo-proof-card {
  display: grid;
  grid-template-rows: minmax(0, 1fr) 45px;
  color: var(--v2-ink);
  text-decoration: none;
}

.demo-proof-card:hover,
.demo-proof-card:focus-visible {
  border-color: var(--v2-coral);
  outline: 3px solid rgba(232, 113, 74, 0.2);
  outline-offset: 1px;
}

.demo-proof-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.demo-proof-card--mobile img {
  object-position: center 13%;
}

.demo-proof-card > span {
  display: grid;
  align-content: center;
  padding: 6px 12px;
}

/* 10 · Real-time execution across Core and apps */

.v2-grid--execution {
  grid-template-columns: minmax(0, 0.76fr) minmax(520px, 1.24fr);
  gap: clamp(28px, 4vw, 60px);
}

.execution-use-cases {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-top: clamp(18px, 2.8vh, 28px);
}

.execution-use-cases article {
  display: grid;
  min-height: clamp(68px, 10vh, 88px);
  align-content: center;
  padding: 11px 12px;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 11px;
}

.execution-use-cases article:first-child {
  border-top: 3px solid var(--v2-coral);
}

.execution-use-cases article:nth-child(2) {
  border-top: 3px solid var(--v2-lavender);
}

.execution-use-cases article:nth-child(3),
.execution-use-cases article:nth-child(4) {
  border-top: 3px solid var(--v2-sage);
}

.execution-use-cases span {
  color: #ffad90;
  font-family: "DM Mono", ui-monospace, monospace;
  font-size: 6.5px;
  letter-spacing: 0.08em;
}

.execution-use-cases strong {
  margin-top: 5px;
  color: #fff;
  font-size: clamp(9px, 0.78vw, 12px);
  line-height: 1.24;
}

.execution-product-proof {
  position: relative;
  width: min(100%, 790px);
  height: min(63vh, 560px);
  min-height: 430px;
  margin: auto;
}

.execution-core-screen {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 78%;
  height: 67%;
  margin: 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(255, 255, 255, 0.21);
  border-radius: 17px;
  box-shadow: 0 25px 62px rgba(0, 0, 0, 0.3);
}

.execution-core-screen img {
  display: block;
  width: 100%;
  height: calc(100% - 31px);
  object-fit: cover;
  object-position: center top;
}

.execution-core-screen figcaption {
  display: flex;
  height: 31px;
  align-items: center;
  padding: 0 11px;
  color: var(--v2-ink);
  font-family: "DM Mono", ui-monospace, monospace;
  font-size: 7px;
  letter-spacing: 0.08em;
}

.execution-notifications {
  position: absolute;
  top: 8%;
  right: 0;
  z-index: 4;
  display: grid;
  width: 38%;
  gap: 7px;
}

.execution-notifications article {
  position: relative;
  display: grid;
  grid-template-columns: 41px minmax(0, 1fr);
  padding: 9px 10px;
  color: var(--v2-ink);
  background: rgba(255, 255, 255, 0.97);
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-left: 4px solid var(--v2-coral);
  border-radius: 10px;
  box-shadow: 0 13px 31px rgba(0, 0, 0, 0.26);
}

.execution-notifications article.is-help {
  border-left-color: var(--v2-lavender);
}

.execution-notifications article.is-done {
  border-left-color: var(--v2-sage);
}

.execution-notifications span {
  grid-row: 1 / 3;
  color: var(--v2-muted);
  font-family: "DM Mono", ui-monospace, monospace;
  font-size: 7px;
}

.execution-notifications strong {
  font-size: clamp(8px, 0.72vw, 10px);
  line-height: 1.1;
}

.execution-notifications small {
  margin-top: 3px;
  color: var(--v2-muted);
  font-size: 7px;
  line-height: 1.2;
}

.execution-phones {
  position: absolute;
  right: 1%;
  bottom: 0;
  z-index: 3;
  display: flex;
  width: 75%;
  height: 50%;
  align-items: end;
  justify-content: flex-end;
  gap: clamp(7px, 0.9vw, 12px);
}

.execution-phones figure {
  position: relative;
  height: 100%;
  flex: 0 1 30%;
  margin: 0;
  overflow: hidden;
  background: #fff;
  border: 4px solid #fff;
  border-radius: 20px;
  box-shadow: 0 17px 38px rgba(0, 0, 0, 0.32);
}

.execution-phones figure:nth-child(2) {
  height: 92%;
}

.execution-phones figure:nth-child(3) {
  height: 84%;
}

.execution-phones img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.execution-phones figcaption {
  position: absolute;
  right: 5px;
  bottom: 5px;
  left: 5px;
  padding: 5px;
  color: #fff;
  background: rgba(17, 26, 36, 0.86);
  border-radius: 7px;
  font-family: "DM Mono", ui-monospace, monospace;
  font-size: 6px;
  text-align: center;
  letter-spacing: 0.06em;
}

.execution-demo-label {
  position: absolute;
  bottom: 5%;
  left: 0;
  z-index: 5;
  margin: 0;
}

/* 06–08 · Three scheduling scenarios */

.v2-grid--scenario {
  grid-template-columns: minmax(0, 0.76fr) minmax(520px, 1.24fr);
  gap: clamp(30px, 4.5vw, 72px);
}

.scenario-copy {
  min-width: 0;
}

.scenario-copy .evidence {
  margin-bottom: 9px;
}

.scenario-kicker {
  display: block;
  margin-bottom: clamp(12px, 1.8vh, 18px);
  color: var(--v2-coral-deep);
  font-family: "DM Mono", ui-monospace, monospace;
  font-size: clamp(8px, 0.68vw, 10px);
  font-weight: 650;
  letter-spacing: 0.1em;
}

.scene-dark .scenario-kicker {
  color: #ffad90;
}

.scenario-core-rail {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px;
  margin-top: clamp(18px, 2.8vh, 27px);
}

.scenario-core-rail span {
  position: relative;
  padding: 8px 9px 8px 20px;
  color: var(--v2-muted);
  background: rgba(255, 255, 255, 0.64);
  border: 1px solid var(--v2-line);
  border-radius: 8px;
  font-size: clamp(7px, 0.62vw, 9px);
  font-weight: 750;
}

.scenario-core-rail span::before {
  position: absolute;
  top: 50%;
  left: 9px;
  width: 5px;
  height: 5px;
  content: "";
  background: var(--v2-sage);
  border-radius: 50%;
  transform: translateY(-50%);
}

.scene-dark .scenario-core-rail span {
  color: rgba(255, 255, 255, 0.72);
  background: rgba(255, 255, 255, 0.055);
  border-color: rgba(255, 255, 255, 0.13);
}

.scenario-stage {
  position: relative;
  width: min(100%, 800px);
  height: min(63vh, 560px);
  min-height: 430px;
  margin: auto;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--v2-line);
  border-radius: 22px;
  box-shadow: 0 28px 68px rgba(27, 39, 51, 0.17);
}

.scene-dark .scenario-stage {
  border-color: rgba(255, 255, 255, 0.17);
  box-shadow: 0 30px 74px rgba(0, 0, 0, 0.34);
}

.scenario-stage__toolbar {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 5;
  display: grid;
  height: 45px;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  padding: 0 14px;
  color: #fff;
  background: rgba(17, 26, 36, 0.96);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.scenario-stage__toolbar span {
  color: #ffad90;
  font-family: "DM Mono", ui-monospace, monospace;
  font-size: 7px;
  letter-spacing: 0.09em;
}

.scenario-stage__toolbar strong {
  font-size: 10px;
}

.scenario-stage__toolbar button,
.placement-drawer button {
  min-height: 27px;
  padding: 0 10px;
  color: #fff;
  background: var(--v2-coral-deep);
  border: 0;
  border-radius: 7px;
  font-size: 8px;
  font-weight: 800;
}

.scenario-screen {
  position: absolute;
  z-index: 1;
  margin: 0;
  overflow: hidden;
  background: #fff;
}

.scenario-screen img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.scenario-screen--future {
  inset: 45px 0 66px;
}

.scenario-screen--morning {
  inset: 0;
}

.scenario-screen--morning::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(
    90deg,
    rgba(17, 26, 36, 0.18),
    rgba(17, 26, 36, 0.46)
  );
}

.scenario-screen--care-plan {
  inset: 0 23% 66px 0;
  border-right: 1px solid var(--v2-line);
}

.scenario-screen--care-plan img {
  object-position: left top;
}

.scenario-screen--care-plan figcaption {
  position: absolute;
  right: 10px;
  bottom: 10px;
  left: 10px;
  padding: 7px 9px;
  color: #fff;
  background: rgba(17, 26, 36, 0.88);
  border-radius: 8px;
  font-family: "DM Mono", ui-monospace, monospace;
  font-size: 6.5px;
  letter-spacing: 0.06em;
}

.scenario-metrics {
  position: absolute;
  right: 13px;
  bottom: 12px;
  left: 13px;
  z-index: 7;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 7px;
}

.scenario-metrics article {
  display: grid;
  min-width: 0;
  min-height: 43px;
  align-content: center;
  padding: 7px 9px;
  color: #fff;
  background: rgba(17, 26, 36, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 9px;
  backdrop-filter: blur(14px);
}

.scenario-metrics span {
  color: rgba(255, 255, 255, 0.5);
  font-family: "DM Mono", ui-monospace, monospace;
  font-size: 6px;
  letter-spacing: 0.07em;
}

.scenario-metrics strong {
  margin-top: 3px;
  overflow: hidden;
  font-size: clamp(8px, 0.78vw, 11px);
  line-height: 1.1;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.morning-alert {
  position: absolute;
  top: 17px;
  left: 17px;
  z-index: 5;
  display: grid;
  width: min(43%, 300px);
  padding: 12px 14px;
  color: #fff;
  background: rgba(168, 55, 43, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.26);
}

.morning-alert span {
  color: #ffd7ca;
  font-family: "DM Mono", ui-monospace, monospace;
  font-size: 6.5px;
  letter-spacing: 0.08em;
}

.morning-alert strong {
  margin-top: 4px;
  font-size: clamp(11px, 1vw, 15px);
}

.morning-suggestions {
  position: absolute;
  top: 76px;
  right: 16px;
  bottom: 73px;
  z-index: 5;
  display: flex;
  width: min(53%, 385px);
  flex-direction: column;
  padding: 13px;
  color: var(--v2-ink);
  background: rgba(255, 255, 255, 0.97);
  border: 1px solid rgba(17, 26, 36, 0.12);
  border-radius: 14px;
  box-shadow: 0 22px 54px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(18px);
}

.morning-suggestions__heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 0 2px 9px;
  color: var(--v2-muted);
  border-bottom: 1px solid var(--v2-line);
}

.morning-suggestions__heading span {
  color: var(--v2-coral-deep);
  font-family: "DM Mono", ui-monospace, monospace;
  font-size: 6px;
  letter-spacing: 0.08em;
}

.morning-suggestions__heading strong {
  font-size: 8px;
}

.morning-suggestions article {
  position: relative;
  display: grid;
  min-height: 54px;
  grid-template-columns: 22px minmax(0, 1fr);
  gap: 8px;
  align-items: center;
  padding: 8px 4px;
  border-bottom: 1px solid var(--v2-line);
}

.morning-suggestions article:last-child {
  border-bottom: 0;
}

.morning-suggestions article.is-recommended {
  margin: 7px -4px 0;
  padding-right: 7px;
  padding-left: 8px;
  background: var(--v2-sage-soft);
  border: 1px solid rgba(111, 146, 125, 0.32);
  border-radius: 9px;
}

.morning-suggestions article b {
  display: grid;
  width: 22px;
  height: 22px;
  place-items: center;
  color: var(--v2-coral-deep);
  background: var(--v2-warm);
  border-radius: 7px;
  font-family: "DM Mono", ui-monospace, monospace;
  font-size: 7px;
}

.morning-suggestions article > span {
  display: grid;
  min-width: 0;
}

.morning-suggestions article strong {
  font-size: clamp(8px, 0.72vw, 10px);
}

.morning-suggestions article small {
  margin-top: 2px;
  color: var(--v2-muted);
  font-size: 6.5px;
  line-height: 1.2;
}

.morning-suggestions article em {
  position: absolute;
  top: 7px;
  right: 7px;
  color: var(--v2-sage);
  font-size: 6px;
  font-style: normal;
  font-weight: 800;
}

.placement-drawer {
  position: absolute;
  top: 17px;
  right: 17px;
  bottom: 72px;
  z-index: 5;
  display: flex;
  width: min(47%, 350px);
  flex-direction: column;
  padding: clamp(15px, 1.5vw, 20px);
  color: var(--v2-ink);
  background: rgba(255, 255, 255, 0.97);
  border: 1px solid var(--v2-line);
  border-radius: 15px;
  box-shadow: 0 22px 55px rgba(27, 39, 51, 0.22);
  backdrop-filter: blur(18px);
}

.placement-drawer > span {
  color: var(--v2-coral-deep);
  font-family: "DM Mono", ui-monospace, monospace;
  font-size: 6.5px;
  letter-spacing: 0.08em;
}

.placement-drawer h3 {
  margin: 7px 0 0;
  font-size: clamp(15px, 1.35vw, 20px);
  line-height: 1.08;
}

.placement-window {
  display: grid;
  gap: 7px;
  margin-top: 13px;
  padding: 10px;
  background: var(--v2-warm);
  border-radius: 9px;
}

.placement-window small {
  color: var(--v2-muted);
  font-size: 7px;
}

.placement-window i {
  position: relative;
  height: 8px;
  background: rgba(23, 33, 44, 0.12);
  border-radius: 999px;
}

.placement-window b {
  position: absolute;
  top: 0;
  bottom: 0;
  left: var(--start);
  width: var(--width);
  background: linear-gradient(90deg, var(--v2-sage), var(--v2-coral));
  border-radius: inherit;
}

.placement-drawer dl {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px;
  margin: 12px 0 0;
}

.placement-drawer dl > div {
  display: grid;
  min-width: 0;
  padding: 8px;
  border: 1px solid var(--v2-line);
  border-radius: 8px;
}

.placement-drawer dt {
  color: var(--v2-muted);
  font-size: 6.5px;
}

.placement-drawer dd {
  margin: 2px 0 0;
  overflow: hidden;
  font-size: 8px;
  font-weight: 750;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.placement-drawer button {
  width: 100%;
  margin-top: auto;
}

/* Compact landscape screens keep the wide presentation composition. */

@media (max-height: 820px) and (orientation: landscape) {
  .deck-v2 .scene {
    padding-top: 28px;
    padding-bottom: 52px;
  }

  .v2-grid {
    gap: clamp(28px, 4.2vw, 62px);
  }
  .v2-lead {
    margin-top: 14px;
    line-height: 1.38;
  }
  .evidence,
  .v2-index {
    margin-bottom: 12px;
  }
  .v2-brand {
    margin-bottom: 25px;
  }
  .onboarding-flow,
  .pilot-flow {
    margin-top: 26px;
  }
  .field-loop {
    margin-top: 25px;
  }
  .phone-proof--hero {
    height: min(57vh, 470px);
  }
  .phone-proof--small {
    height: min(44vh, 375px);
  }
  .role-phone {
    height: min(51vh, 420px);
  }
  .phone-proof--voice {
    height: min(56vh, 470px);
  }
  .product-crop--ledger {
    height: min(54vh, 450px);
  }
  .product-crop--ask {
    height: min(57vh, 480px);
  }
  .validation-figure {
    min-height: min(55vh, 470px);
  }
  .platform-map {
    min-height: min(52vh, 440px);
  }
  .hero-product {
    padding-bottom: 34px;
  }
  .hero-product__proof {
    padding: 14px;
  }
  .ops-product-proof,
  .onboarding-proof,
  .pilot-bar-proof {
    height: min(56vh, 470px);
    min-height: 350px;
  }
  .onboarding-flow--compact {
    margin-top: 16px;
  }
  .onboarding-flow--compact li {
    min-height: 72px;
    padding-top: 12px;
    padding-bottom: 11px;
  }
  .frontier-slide,
  .media-slide {
    gap: 13px;
  }
  .frontier-detail {
    padding: 13px;
  }
  .frontier-metrics {
    margin-top: 8px;
  }
  .frontier-metrics > div {
    min-height: 42px;
    padding: 6px 8px;
  }
  .frontier-bars {
    margin-top: 7px;
  }
  .pilot-bar-section {
    margin-top: 11px;
  }
  .pilot-bar-section + .pilot-bar-section {
    padding-top: 10px;
  }
  .media-showcase {
    min-height: 350px;
  }
  .execution-product-proof {
    height: min(58vh, 490px);
    min-height: 370px;
  }
  .execution-use-cases {
    margin-top: 14px;
  }
  .execution-use-cases article {
    min-height: 59px;
    padding: 8px 9px;
  }
  .scenario-stage {
    height: min(58vh, 490px);
    min-height: 370px;
  }
  .scenario-copy .v2-note {
    margin-top: 10px;
  }
  .scenario-core-rail {
    margin-top: 13px;
  }
  .morning-suggestions {
    top: 67px;
  }
  .morning-suggestions article {
    min-height: 47px;
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .placement-window {
    margin-top: 9px;
  }
  .placement-drawer dl {
    margin-top: 9px;
  }
}

@media (max-width: 1120px) and (orientation: landscape) {
  .deck-v2 .scene {
    padding-right: 46px;
    padding-left: 46px;
  }

  .deck-v2 .scene-footer {
    right: 46px;
    left: 46px;
  }
  .v2-grid {
    gap: 30px;
  }
  .v2-grid--phones {
    grid-template-columns: 0.82fr minmax(430px, 1.18fr);
  }
  .hero-node {
    min-width: 98px;
  }
  .platform-row span {
    padding-right: 9px;
    padding-left: 9px;
  }
  .validation-figure {
    padding: 18px;
  }
  .capacity-before,
  .capacity-after {
    grid-template-columns: 80px 1fr;
  }
  .phone-story {
    gap: 9px;
  }
  .trust-flow {
    grid-template-columns: 1fr 18px 1fr 18px 1.12fr 18px 1fr;
  }
  .v2-grid--hero,
  .v2-grid--execution {
    grid-template-columns: minmax(0, 0.78fr) minmax(460px, 1.22fr);
  }
  .v2-grid--onboarding {
    grid-template-columns: minmax(0, 0.96fr) minmax(390px, 1.04fr);
  }
  .ops-product-proof {
    grid-template-columns: minmax(160px, 0.72fr) minmax(280px, 1.28fr);
  }
  .frontier-composition {
    grid-template-columns: minmax(0, 1.38fr) minmax(285px, 0.72fr);
  }
  .frontier-plot {
    margin-right: 19px;
    margin-left: 39px;
  }
  .frontier-point span {
    font-size: 7px;
  }
  .media-showcase {
    grid-template-columns: minmax(0, 1.35fr) minmax(230px, 0.65fr);
  }
  .execution-notifications {
    width: 41%;
  }
  .v2-grid--scenario {
    grid-template-columns: minmax(0, 0.78fr) minmax(460px, 1.22fr);
  }
  .scenario-metrics {
    gap: 5px;
  }
  .scenario-metrics article {
    padding-right: 6px;
    padding-left: 6px;
  }
  .morning-suggestions,
  .placement-drawer {
    width: 52%;
  }
}

/* Portrait is a deliberate long-form sibling layout, not a scaled slide. */

@media (max-width: 820px) and (orientation: portrait) {
  .caire-deck.deck-v2 {
    overflow-x: clip;
    overflow-y: visible;
  }

  .deck-v2 .scene::before,
  .deck-v2 .scene::after {
    display: none;
  }

  .deck-v2 .deck-toolbar {
    padding-right: 14px;
    padding-left: 14px;
  }

  .deck-v2 .toolbar-meta,
  .deck-v2 .progress {
    display: none;
  }

  .deck-v2 .toolbar-button {
    min-width: 32px;
    padding: 0 8px;
  }

  .deck-v2 .scene {
    width: 100%;
    height: auto;
    min-height: calc(100svh - 62px);
    padding: 42px 24px 34px;
    overflow: visible;
  }

  .js .deck-v2 .scene.active {
    display: block;
  }

  .v2-grid,
  .v2-grid--wide,
  .v2-grid--copy-media,
  .v2-grid--ask,
  .v2-grid--documentation,
  .v2-grid--roles,
  .v2-grid--trust,
  .v2-grid--evidence,
  .v2-grid--phones,
  .v2-grid--close {
    display: grid;
    height: auto;
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .v2-grid--onboarding,
  .v2-grid--execution,
  .v2-grid--scenario {
    display: grid;
    height: auto;
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .v2-grid--hero {
    min-height: calc(100svh - 138px);
    align-content: center;
  }
  .v2-heading--row {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .v2-title {
    font-size: clamp(2.1rem, 10.2vw, 3.3rem);
  }
  .v2-title--display {
    font-size: clamp(2.35rem, 12.8vw, 4.75rem);
    overflow-wrap: anywhere;
  }
  .v2-lead {
    font-size: 17px;
  }
  .v2-proof-teaser {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }
  .v2-proof-teaser > span {
    min-width: 0;
  }
  .v2-proof-teaser small {
    overflow-wrap: anywhere;
  }
  .v2-brand {
    margin-bottom: 34px;
  }
  .hero-system {
    width: min(100%, 540px);
    margin-top: 8px;
  }
  .hero-node {
    min-width: 92px;
    min-height: 38px;
    padding: 8px 11px;
    font-size: 10px;
  }
  .hero-plan {
    padding: 16px;
  }
  .hero-plan strong {
    font-size: 18px;
  }

  .toolbar-button--share span {
    display: none;
  }
  .share-menu {
    position: fixed;
    top: 57px;
    right: 10px;
  }
  .share-menu::before {
    right: 92px;
  }
  .hero-product {
    width: 100%;
    padding: 0 0 108px;
  }
  .hero-product::before {
    inset: -5% -8% 8% 7%;
  }
  .hero-product__screen > img {
    aspect-ratio: 16 / 10;
  }
  .hero-product__proof {
    right: 3%;
    width: min(82%, 360px);
  }

  .consequence-outcomes,
  .onboarding-flow,
  .pilot-flow {
    grid-template-columns: 1fr;
  }

  .consequence-input {
    grid-template-columns: auto repeat(4, 1fr) auto;
    padding-right: 12px;
    padding-left: 12px;
  }
  .consequence-branches {
    display: none;
  }
  .consequence-outcomes {
    margin-top: 12px;
  }
  .onboarding-flow li,
  .pilot-flow li {
    min-height: 118px;
  }
  .onboarding-flow li::after,
  .pilot-flow li::after {
    top: auto;
    right: auto;
    bottom: -13px;
    left: 50%;
    width: 2px;
    height: 14px;
  }
  .onboarding-parallel {
    grid-template-columns: 1fr;
  }
  .onboarding-parallel i {
    height: 24px;
    width: 1px;
    justify-self: center;
  }

  .ops-product-proof {
    width: 100%;
    height: auto;
    min-height: 0;
    grid-template-columns: 1fr;
    grid-template-rows: none;
    gap: 12px;
  }
  .ops-product-card--input,
  .ops-product-card--analysis,
  .ops-product-card--plan {
    grid-column: 1;
    grid-row: auto;
    height: 245px;
  }
  .ops-product-card--plan {
    height: 330px;
  }
  .ops-product-path {
    display: none;
  }
  .ops-product-label {
    top: -10px;
  }
  .onboarding-flow--compact {
    grid-template-columns: 1fr;
  }
  .onboarding-flow--compact li {
    min-height: 91px;
  }
  .onboarding-parallel--compact {
    grid-template-columns: 1fr;
    gap: 8px;
    text-align: center;
  }
  .onboarding-parallel--compact i {
    height: 18px;
  }
  .onboarding-proof {
    width: 100%;
    height: min(68vw, 540px);
    min-height: 310px;
  }

  .frontier-slide,
  .media-slide {
    height: auto;
    gap: 28px;
  }
  .v2-heading--frontier {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .v2-heading--frontier .v2-lead {
    font-size: 15px;
  }
  .frontier-composition {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .frontier-chart {
    min-height: 480px;
  }
  .frontier-plot {
    min-height: 400px;
    margin: 25px 22px 32px 40px;
  }
  .frontier-point span {
    font-size: 8px;
  }
  .frontier-detail {
    min-height: 470px;
    padding: 20px;
  }
  .frontier-detail h3 {
    font-size: 22px;
  }
  .frontier-detail > p,
  .frontier-changes li {
    font-size: 11px;
  }
  .frontier-metrics strong {
    font-size: 16px;
  }
  .frontier-bar-group small {
    font-size: 8px;
  }

  .pilot-bar-proof {
    min-height: 570px;
  }
  .pilot-result-bar {
    grid-template-columns: 80px minmax(0, 1fr) 58px;
  }
  .pilot-result-bar small,
  .pilot-capacity-delta span {
    font-size: 9px;
  }

  .media-showcase {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .film-proof {
    min-height: 330px;
  }
  .film-proof video {
    aspect-ratio: 16 / 8.35;
  }
  .demo-proof-grid {
    grid-template-rows: none;
    grid-template-columns: 1fr;
  }
  .demo-proof-card {
    min-height: 285px;
  }

  .execution-use-cases {
    grid-template-columns: 1fr;
  }
  .execution-use-cases article {
    min-height: 76px;
  }
  .execution-use-cases strong {
    font-size: 12px;
  }
  .execution-product-proof {
    width: 100%;
    height: 720px;
    min-height: 720px;
  }
  .execution-core-screen {
    width: 100%;
    height: 285px;
  }
  .execution-notifications {
    top: 205px;
    width: min(72%, 330px);
  }
  .execution-notifications strong {
    font-size: 10px;
  }
  .execution-notifications small {
    font-size: 8px;
  }
  .execution-phones {
    right: 0;
    width: 100%;
    height: 365px;
  }
  .execution-demo-label {
    bottom: 45%;
  }

  .scenario-kicker {
    font-size: 10px;
  }
  .scenario-core-rail span {
    font-size: 9px;
  }
  .scenario-stage {
    width: 100%;
    height: 640px;
    min-height: 640px;
  }
  .scenario-stage--morning {
    height: 730px;
    min-height: 730px;
  }
  .scenario-stage--client {
    height: 720px;
    min-height: 720px;
  }
  .scenario-screen--future {
    inset: 45px 0 124px;
  }
  .scenario-screen--care-plan {
    inset: 0 0 385px;
    border-right: 0;
    border-bottom: 1px solid var(--v2-line);
  }
  .scenario-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .scenario-metrics article {
    min-height: 48px;
  }
  .scenario-metrics span {
    font-size: 7px;
  }
  .scenario-metrics strong {
    font-size: 11px;
  }
  .morning-alert {
    top: 16px;
    right: 16px;
    width: auto;
  }
  .morning-suggestions {
    top: 95px;
    right: 16px;
    bottom: 128px;
    left: 16px;
    width: auto;
    padding: 16px;
  }
  .morning-suggestions article {
    min-height: 78px;
  }
  .morning-suggestions article strong {
    font-size: 11px;
  }
  .morning-suggestions article small {
    font-size: 8px;
  }
  .placement-drawer {
    top: 255px;
    right: 16px;
    bottom: 128px;
    left: 16px;
    width: auto;
    padding: 18px;
  }
  .placement-drawer h3 {
    font-size: 20px;
  }
  .placement-drawer dt,
  .placement-window small {
    font-size: 8px;
  }
  .placement-drawer dd {
    font-size: 10px;
  }

  .ops-graph {
    width: 100%;
    margin-left: 0;
    font-size: 9px;
  }
  .ops-node {
    min-width: 95px;
    min-height: 39px;
    font-size: 10px;
  }
  .platform-map {
    min-height: 470px;
  }
  .platform-row {
    flex-wrap: wrap;
    justify-content: center;
  }
  .platform-row span {
    min-height: 36px;
    padding: 6px 10px;
  }
  .platform-feedback {
    bottom: 19%;
    width: 72%;
  }

  .solution-rows article {
    grid-template-columns: 25px minmax(85px, 0.9fr) 1.1fr;
  }
  .solution-rows small {
    grid-column: 2 / -1;
  }
  .product-crop--compare,
  .product-crop--ledger,
  .product-crop--ask {
    height: min(58svh, 480px);
  }
  .product-crop--ask img {
    width: 170%;
    transform: translateX(-40%);
  }
  .time-ledger span {
    writing-mode: vertical-rl;
    padding: 6px 0;
    font-size: 8px;
  }

  .validation-figure {
    grid-template-columns: 1fr;
    min-height: 620px;
    padding-bottom: 42px;
  }
  .validation-demand {
    min-height: 220px;
  }
  .validation-capacity {
    min-height: 300px;
  }
  .validation-band {
    right: 4%;
    left: 4%;
  }

  .approval-sequence {
    grid-template-columns: repeat(2, 1fr);
  }
  .field-loop {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .field-arrow {
    min-height: 56px;
  }
  .field-arrow i {
    width: 2px;
    height: 34px;
    margin: 9px auto 0;
  }
  .field-arrow i::after {
    top: auto;
    right: -3px;
    bottom: -1px;
    transform: rotate(135deg);
  }
  .field-return {
    position: static;
    grid-template-columns: 1fr;
    text-align: center;
  }
  .field-return i {
    width: 1px;
    height: 24px;
    justify-self: center;
    border: 0;
    background: var(--v2-sage);
  }
  .field-plan,
  .field-actuals,
  .field-roadmap {
    min-height: 210px;
  }

  .phone-story {
    grid-template-columns: 1.15fr 0.85fr;
    align-items: start;
  }
  .phone-action {
    grid-column: 1 / -1;
    min-height: 210px;
  }
  .phone-proof--hero {
    height: 560px;
  }
  .phone-proof--small {
    height: 440px;
  }
  .documentation-proof {
    grid-template-columns: 1fr;
  }
  .phone-proof--voice {
    width: min(78%, 340px);
    height: 590px;
    margin: auto;
  }
  .draft-proof {
    width: min(100%, 520px);
    margin: auto;
  }
  .role-proof {
    width: 100%;
  }
  .role-phone {
    height: 470px;
  }

  .trust-flow {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .trust-flow article {
    min-height: 125px;
  }
  .trust-flow > i {
    width: 1px;
    height: 22px;
    justify-self: center;
  }
  .trust-flow > i::after {
    top: auto;
    right: -3px;
    bottom: 0;
    transform: rotate(135deg);
  }
  .trust-rail {
    grid-template-columns: repeat(2, 1fr);
  }
  .pilot-scorecard {
    grid-template-columns: 1fr;
  }
  .pilot-timing {
    grid-template-columns: auto 1fr;
  }
  .pilot-timing i {
    grid-column: 1 / -1;
    width: 100%;
    height: 1px;
  }
  .pilot-brief {
    min-height: 520px;
  }

  .deck-v2 .scene-footer {
    position: static;
    margin-top: 42px;
    color: rgba(23, 33, 44, 0.62);
  }

  .deck-v2 .scene-dark .scene-footer {
    color: rgba(255, 255, 255, 0.64);
  }

  .deck-v2 .scene-dots {
    top: auto;
    right: 50%;
    bottom: 9px;
    display: flex;
    max-width: calc(100vw - 24px);
    gap: 1px;
    padding: 2px 5px;
    overflow-x: auto;
    background: rgba(17, 26, 36, 0.84);
    border-radius: 999px;
    transform: translateX(50%);
    backdrop-filter: blur(10px);
  }

  .deck-v2 .scene-dot {
    flex: 0 0 20px;
    width: 20px;
    height: 20px;
  }
  .deck-v2 .scene-dot::before {
    width: 6px;
    height: 6px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .deck-v2 *,
  .deck-v2 *::before,
  .deck-v2 *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
  }
}

/* Final cascade layer: UI evidence keeps its entire source context. These
 * rules intentionally follow the legacy responsive layer above. */
.hero-product__screen > img,
.ops-product-card img,
.onboarding-proof img,
.scenario-screen img,
.execution-core-screen img,
.demo-proof-card img,
.mobile-demo-triptych img {
  object-fit: contain;
  object-position: center;
  background: #f4f1eb;
}

.hero-product {
  padding-bottom: 0;
}

.hero-product__screen > img {
  aspect-ratio: 16 / 10;
}

.hero-product__proof {
  position: relative;
  right: auto;
  bottom: auto;
  width: 100%;
  grid-template-columns: auto repeat(3, minmax(0, 1fr));
  margin-top: 9px;
  padding: 11px 14px;
}

.hero-product__proof > span {
  grid-column: auto;
  align-self: center;
}

.hero-product__proof > div {
  padding: 0 0 0 10px;
  border-top: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.13);
}

.hero-product__proof > div:nth-of-type(1) {
  margin-left: 3px;
}

.hero-product__proof > small {
  grid-column: 1 / -1;
  margin-top: -3px;
}

.hero-product__privacy {
  top: 30px;
  right: 0;
}

.film-proof video {
  object-fit: contain;
}

.mobile-demo-triptych img {
  width: auto;
  max-width: 100%;
  height: 100%;
  background: transparent;
  object-position: center bottom;
}

@media (max-width: 1300px) and (orientation: landscape) {
  .system-slide {
    grid-template-columns: minmax(340px, 0.64fr) minmax(560px, 1.36fr);
    column-gap: 24px;
  }

  .system-slide__copy .v2-title {
    font-size: clamp(40px, 4.2vw, 50px);
  }
}

@media (max-width: 900px) and (orientation: portrait) {
  .deck-v2 .scene:has(.v2-grid--hero) {
    padding-top: 24px;
    overflow: hidden;
  }

  .deck-v2 .scene:has(.visit-gap-slide) {
    padding-top: 24px;
    overflow: hidden;
  }

  .deck-v2 .scene:has(.v2-grid--hero) .scene-footer,
  .deck-v2 .scene:has(.visit-gap-slide) .scene-footer {
    position: absolute;
    right: 24px;
    bottom: 35px;
    left: 24px;
    margin: 0;
    font-size: 5.5px;
  }

  .v2-grid--hero {
    gap: 10px;
  }

  .v2-grid--hero .v2-brand {
    margin-bottom: 13px;
  }

  .v2-grid--hero .evidence {
    margin-bottom: 8px;
  }

  .v2-grid--hero .v2-title--display {
    font-size: clamp(40px, 11.2vw, 46px);
    line-height: 0.98;
  }

  .v2-grid--hero .v2-lead {
    margin-top: 14px;
    font-size: 13px;
    line-height: 1.32;
  }

  .v2-grid--hero .v2-mono {
    display: none;
  }

  .hero-product {
    width: min(100%, 330px);
    margin-top: 4px;
  }

  .hero-product__screen > img {
    aspect-ratio: 16 / 10;
  }

  .hero-product__screen figcaption {
    min-height: 28px;
    padding: 5px 8px;
    font-size: 7px;
  }

  .hero-product__proof {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 6px;
    padding: 7px 9px;
  }

  .hero-product__proof > span {
    grid-column: 1 / -1;
  }

  .hero-product__proof > div {
    padding-left: 6px;
    font-size: 6px;
  }

  .hero-product__proof b {
    font-size: 10px;
  }

  .hero-product__proof > small {
    display: none;
  }

  .system-core {
    aspect-ratio: auto;
  }

  .visit-gap-chart {
    min-height: 245px;
  }

  .visit-gap-heading .v2-title {
    font-size: clamp(24px, 6.6vw, 33px);
  }

  .visit-gap-heading .v2-lead {
    font-size: 9.5px;
    line-height: 1.22;
  }

  .media-slide {
    gap: 10px;
  }

  .media-slide .v2-heading--row {
    gap: 10px;
  }

  .media-slide .v2-title {
    font-size: clamp(35px, 9.7vw, 43px);
    line-height: 0.98;
  }

  .media-slide .v2-lead {
    margin: 0;
    font-size: 12.5px;
    line-height: 1.28;
  }

  .media-showcase {
    display: grid;
    min-height: 0;
    grid-template-columns: 1fr;
    grid-template-rows: minmax(235px, 1fr) 118px;
    gap: 7px;
  }

  .film-proof {
    min-height: 0;
    grid-template-rows: minmax(0, 1fr) 38px;
  }

  .film-proof figcaption {
    padding: 5px 9px;
  }

  .demo-proof-grid {
    display: grid;
    min-height: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: 1fr;
    gap: 7px;
  }

  .demo-proof-card {
    min-height: 0;
    grid-template-rows: minmax(0, 1fr) 31px;
    border-radius: 11px;
  }

  .demo-proof-card > span {
    padding: 3px 7px;
  }

  .demo-proof-card strong {
    font-size: 7px;
  }

  .mobile-demo-triptych {
    min-height: 0;
    gap: 2px;
    padding: 4px 4px 0;
  }

  .mobile-demo-triptych > span {
    grid-template-rows: minmax(0, 1fr) 10px;
  }

  .mobile-demo-triptych > span > small {
    font-size: 3.5px;
  }

  .mobile-demo-triptych img {
    border-width: 1px;
    border-radius: 7px 7px 0 0;
  }
}

/* The compact landscape composition is a separate art direction, matching the
 * approved mobile-landscape concept. Keep these rules last so the broader
 * tablet and short-screen layers cannot reintroduce desktop minimum sizes. */
@media (max-width: 950px) and (max-height: 520px) and (orientation: landscape) {
  .v2-grid--hero {
    grid-template-columns: minmax(215px, 0.64fr) minmax(0, 1.36fr);
  }

  .hero-product {
    padding: 0;
  }

  .hero-product__screen > img {
    height: 142px;
  }

  .hero-product__proof {
    min-height: 0;
    padding: 4px 6px;
  }

  .hero-product__proof > div {
    font-size: 4.5px;
    line-height: 1.05;
  }

  .hero-product__proof b {
    font-size: 7px;
    line-height: 1;
  }

  .system-slide {
    grid-template-columns: minmax(235px, 0.55fr) minmax(0, 1.45fr);
    column-gap: 18px;
  }

  .system-slide__copy .v2-title {
    font-size: 25px;
    line-height: 0.96;
    letter-spacing: -0.045em;
  }

  .system-loop {
    margin-top: 5px;
  }

  .operational-system {
    width: 100%;
  }

  .media-showcase {
    height: 174px;
    min-height: 0;
    grid-template-columns: minmax(0, 1.45fr) minmax(215px, 0.55fr);
    grid-template-rows: minmax(0, 1fr);
  }

  .film-proof {
    min-height: 0;
    grid-template-rows: minmax(0, 1fr) 25px;
  }

  .film-proof video {
    width: 100%;
    height: 100%;
    min-height: 0;
    aspect-ratio: auto;
  }

  .film-proof figcaption {
    min-height: 0;
    padding: 3px 7px;
  }

  .demo-proof-grid {
    min-height: 0;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .demo-proof-card {
    min-height: 0;
    grid-template-rows: minmax(0, 1fr) 23px;
  }
}

@media print {
  @page {
    size: 13.333in 7.5in;
    margin: 0;
  }

  html,
  body,
  .deck-v2 {
    width: 13.333in !important;
    height: auto !important;
    overflow: visible !important;
    background: #fff !important;
  }

  .deck-v2 .deck-toolbar,
  .deck-v2 .scene-dots {
    display: none !important;
  }

  .js .deck-v2 .scene,
  .js .deck-v2 .scene.active,
  .no-js .deck-v2 .scene {
    display: grid !important;
    width: 13.333in !important;
    height: 7.5in !important;
    min-height: 7.5in !important;
    padding: 0.46in 0.72in 0.58in !important;
    overflow: hidden !important;
    break-after: page;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }

  .deck-v2 .scene:last-child {
    break-after: auto;
  }

  .deck-v2 .scene-footer {
    position: absolute !important;
    right: 0.72in !important;
    bottom: 0.2in !important;
    left: 0.72in !important;
    display: flex !important;
    margin: 0 !important;
    font-size: 6.8pt !important;
  }

  .v2-grid {
    display: grid !important;
    height: 100% !important;
    grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr) !important;
    gap: 0.42in !important;
  }

  .v2-grid--wide {
    grid-template-columns: minmax(0, 0.76fr) minmax(0, 1.24fr) !important;
  }

  .v2-grid--copy-media,
  .v2-grid--ask,
  .v2-grid--documentation,
  .v2-grid--roles,
  .v2-grid--trust {
    grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr) !important;
  }

  .v2-grid--evidence {
    grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr) !important;
  }

  .v2-grid--phones {
    grid-template-columns: minmax(0, 0.82fr) minmax(4.4in, 1.18fr) !important;
  }

  .v2-grid--close {
    grid-template-columns: minmax(0, 1.05fr) minmax(3.7in, 0.95fr) !important;
  }

  .v2-grid--hero {
    grid-template-columns: minmax(0, 0.78fr) minmax(5.25in, 1.22fr) !important;
  }

  .v2-grid--onboarding {
    grid-template-columns: minmax(0, 0.96fr) minmax(4.25in, 1.04fr) !important;
  }

  .v2-grid--execution {
    grid-template-columns: minmax(0, 0.76fr) minmax(5.1in, 1.24fr) !important;
  }

  .v2-grid--scenario {
    grid-template-columns: minmax(0, 0.76fr) minmax(5.1in, 1.24fr) !important;
  }

  .v2-stack {
    display: flex !important;
    height: 100% !important;
  }

  .v2-heading--row {
    grid-template-columns: minmax(0, 1.25fr) minmax(2.7in, 0.75fr) !important;
  }

  .consequence-outcomes {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .onboarding-flow,
  .pilot-flow {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

  .onboarding-flow li,
  .pilot-flow li {
    min-height: 1.25in !important;
  }

  .onboarding-flow li::after,
  .pilot-flow li::after {
    top: 50% !important;
    right: -0.18in !important;
    bottom: auto !important;
    left: auto !important;
    width: 0.22in !important;
    height: 2px !important;
  }

  .onboarding-parallel {
    grid-template-columns: auto minmax(0.7in, 1fr) auto !important;
  }

  .onboarding-parallel i {
    width: auto !important;
    height: 1px !important;
  }

  .hero-product {
    padding-bottom: 0.38in !important;
  }

  .hero-product__proof {
    width: 2.95in !important;
    padding: 0.15in !important;
  }

  .ops-product-proof,
  .onboarding-proof,
  .pilot-bar-proof {
    height: 4.9in !important;
    min-height: 4.9in !important;
  }

  .onboarding-flow--compact {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    margin-top: 0.17in !important;
  }

  .onboarding-flow--compact li {
    min-height: 0.75in !important;
    padding: 0.12in 0.11in 0.1in 0.4in !important;
  }

  .onboarding-flow--compact li::after {
    display: none !important;
  }

  .frontier-slide,
  .media-slide {
    gap: 0.13in !important;
  }

  .v2-heading--frontier {
    grid-template-columns: minmax(0, 1.08fr) minmax(3.2in, 0.92fr) !important;
    gap: 0.42in !important;
  }

  .frontier-composition {
    grid-template-columns: minmax(0, 1.5fr) minmax(2.95in, 0.68fr) !important;
    gap: 0.13in !important;
  }

  .frontier-chart {
    grid-template-rows: 0.33in minmax(0, 1fr) !important;
  }

  .frontier-plot {
    margin: 0.21in 0.23in 0.27in 0.38in !important;
  }

  .frontier-detail {
    padding: 0.13in !important;
  }

  .frontier-detail h3 {
    font-size: 13pt !important;
  }

  .frontier-metrics > div {
    min-height: 0.38in !important;
    padding: 0.06in !important;
  }

  .pilot-bar-proof {
    padding: 0.22in !important;
  }

  .media-showcase {
    grid-template-columns: minmax(0, 1.45fr) minmax(2.35in, 0.55fr) !important;
    gap: 0.13in !important;
  }

  .execution-product-proof {
    height: 5.05in !important;
    min-height: 5.05in !important;
  }

  .scenario-stage {
    height: 5.05in !important;
    min-height: 5.05in !important;
  }

  .scenario-core-rail {
    margin-top: 0.14in !important;
  }

  .scenario-metrics {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

  .film-proof video {
    display: none !important;
  }

  .film-proof__poster {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    min-height: 0 !important;
    object-fit: cover !important;
  }

  .scenario-stage--future {
    display: grid !important;
    grid-template-rows: 0.39in minmax(0, 1fr) 0.58in !important;
  }

  .scenario-stage--future .scenario-stage__toolbar,
  .scenario-stage--future .scenario-screen--future,
  .scenario-stage--future .scenario-metrics {
    position: relative !important;
    inset: auto !important;
  }

  .scenario-stage--future .scenario-stage__toolbar {
    grid-row: 1 !important;
    height: auto !important;
  }

  .scenario-stage--future .scenario-screen--future {
    grid-row: 2 !important;
  }

  .scenario-stage--future .scenario-metrics {
    grid-row: 3 !important;
  }

  .scenario-stage--morning {
    display: grid !important;
    grid-template-columns: minmax(0, 1.18fr) minmax(2.55in, 0.82fr) !important;
    grid-template-rows: 0.48in minmax(0, 1fr) 0.58in !important;
  }

  .scenario-stage--morning .scenario-screen--morning {
    position: relative !important;
    inset: auto !important;
    grid-row: 1 / 3 !important;
    grid-column: 1 / 3 !important;
  }

  .scenario-stage--morning .morning-alert {
    position: relative !important;
    inset: auto !important;
    grid-row: 1 !important;
    grid-column: 1 !important;
    width: auto !important;
    margin: 0.1in !important;
    align-self: start !important;
  }

  .scenario-stage--morning .morning-suggestions {
    position: relative !important;
    inset: auto !important;
    grid-row: 1 / 3 !important;
    grid-column: 2 !important;
    width: auto !important;
    margin: 0.1in !important;
    padding: 0.12in !important;
    backdrop-filter: none !important;
  }

  .scenario-stage--morning .scenario-metrics {
    position: relative !important;
    inset: auto !important;
    grid-row: 3 !important;
    grid-column: 1 / 3 !important;
  }

  .scenario-stage--client {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 3.05in !important;
    grid-template-rows: minmax(0, 1fr) 0.58in !important;
  }

  .scenario-stage--client .scenario-screen--care-plan {
    position: relative !important;
    inset: auto !important;
    grid-row: 1 !important;
    grid-column: 1 !important;
    border-right: 1px solid var(--v2-line) !important;
  }

  .scenario-stage--client .placement-drawer {
    position: relative !important;
    inset: auto !important;
    grid-row: 1 !important;
    grid-column: 2 !important;
    width: auto !important;
    margin: 0.1in !important;
    padding: 0.14in !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
  }

  .scenario-stage--client .scenario-metrics {
    position: relative !important;
    inset: auto !important;
    grid-row: 2 !important;
    grid-column: 1 / 3 !important;
  }

  .scenario-stage .scenario-metrics article {
    backdrop-filter: none !important;
  }

  .scenario-stage--future .scenario-metrics,
  .scenario-stage--morning .scenario-metrics,
  .scenario-stage--client .scenario-metrics {
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    gap: 0.05in !important;
    padding: 0.07in 0.1in !important;
    background: #fff !important;
  }

  .validation-figure {
    grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr) !important;
  }

  .field-loop {
    grid-template-columns:
      minmax(0, 0.95fr) minmax(0, 0.36fr)
      minmax(0, 1.2fr) minmax(0, 0.8fr) !important;
  }

  .field-arrow {
    min-height: 0 !important;
  }

  .field-arrow i {
    width: 100% !important;
    height: 2px !important;
    margin: 0.12in 0 0 !important;
  }

  .field-arrow i::after {
    top: -4px !important;
    right: -1px !important;
    bottom: auto !important;
    transform: rotate(45deg) !important;
  }

  .field-return {
    position: absolute !important;
    right: 21% !important;
    bottom: -0.24in !important;
    left: 37% !important;
    display: block !important;
    text-align: center !important;
  }

  .field-return i {
    display: none !important;
  }

  .phone-story {
    grid-template-columns:
      minmax(0, 1.25fr) minmax(0, 0.86fr)
      minmax(0, 0.9fr) !important;
  }

  .phone-action {
    grid-column: auto !important;
  }

  .document-flow {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .documentation-proof {
    grid-template-columns: minmax(1.85in, 0.82fr) minmax(2.25in, 1.18fr) !important;
  }

  .phone-proof--voice {
    width: auto !important;
    margin: 0 !important;
  }

  .role-proof {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .platform-row {
    flex-wrap: nowrap !important;
  }

  .trust-flow {
    grid-template-columns:
      minmax(0, 1fr) 0.2in minmax(0, 1fr) 0.2in
      minmax(0, 1.12fr) 0.2in minmax(0, 1fr) !important;
  }

  .trust-flow > i {
    width: auto !important;
    height: 1px !important;
  }

  .trust-flow > i::after {
    top: -3px !important;
    right: 0 !important;
    bottom: auto !important;
    transform: rotate(45deg) !important;
  }

  .trust-rail {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

  .pilot-scorecard {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }

  .pilot-timing {
    grid-template-columns:
      auto minmax(1.8in, 1fr) 1px auto
      minmax(1.8in, 1fr) !important;
  }

  .pilot-timing i {
    grid-column: auto !important;
    width: 1px !important;
    height: 0.36in !important;
  }

  .v2-title {
    font-size: 29pt !important;
  }
  .v2-title--display {
    font-size: 42pt !important;
  }
  .v2-lead {
    font-size: 11.5pt !important;
  }
  .v2-punchline {
    font-size: 14pt !important;
  }
  .v2-note {
    font-size: 7pt !important;
  }
  .v2-brand {
    margin-bottom: 0.22in !important;
  }
  .evidence,
  .v2-index {
    margin-bottom: 0.12in !important;
  }
  .platform-map,
  .validation-figure,
  .pilot-brief {
    min-height: 4.6in !important;
  }
  .product-crop--ledger,
  .product-crop--ask {
    height: 4.55in !important;
  }
  .phone-proof--hero {
    height: 4.65in !important;
  }
  .phone-proof--small {
    height: 3.8in !important;
  }
  .phone-proof--voice {
    height: 4.75in !important;
  }
  .role-phone {
    height: 4.3in !important;
  }
}

/* Keep the planner-first composites above legacy generic card rules. */
.scenario-screen.scenario-solution-compare {
  background:
    radial-gradient(
      circle at 78% 8%,
      rgba(155, 148, 213, 0.16),
      transparent 38%
    ),
    #f7f5f1;
}

@media (max-width: 900px) and (orientation: portrait) {
  .visit-gap-drawer.demand-capacity-drawer {
    display: grid;
    grid-template-columns: 0.7fr 1.3fr;
    gap: 6px 10px;
  }

  .visit-gap-drawer.demand-capacity-drawer h3 {
    margin: 0;
  }

  .visit-gap-drawer.demand-capacity-drawer ol {
    grid-column: 1 / -1;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 3px;
  }

  .visit-gap-drawer.demand-capacity-drawer .demand-capacity-consequences,
  .visit-gap-drawer.demand-capacity-drawer > p {
    display: none;
  }
}

.planning-metrics {
  position: absolute;
  z-index: 5;
  display: grid;
  color: #fff;
  background: rgba(17, 26, 36, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 12px;
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.26);
  backdrop-filter: blur(15px);
}

.planning-metrics > span {
  color: #ffad90;
  font-family: "DM Mono", ui-monospace, monospace;
  letter-spacing: 0.08em;
}

.planning-metrics div {
  display: grid;
}

.planning-metrics small {
  color: rgba(255, 255, 255, 0.48);
}

.planning-metrics b {
  color: #fff;
}

.planning-metrics--hero {
  top: 17%;
  left: 2.5%;
  width: 46%;
  min-height: 42%;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px;
  align-content: center;
  padding: 13px;
}

.planning-metrics--hero > span,
.planning-metrics--hero > strong {
  grid-column: 1 / -1;
}

.planning-metrics--hero > span {
  font-size: 6px;
}

.planning-metrics--hero > strong {
  font-size: 10px;
}

.planning-metrics--hero div {
  padding: 7px;
  background: rgba(255, 255, 255, 0.07);
  border-radius: 7px;
}

.planning-metrics--hero small {
  font-size: 5.5px;
}

.planning-metrics--hero b {
  margin-top: 3px;
  font-size: 9px;
}

.planning-metrics--card {
  top: 22%;
  left: 3%;
  width: 45%;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 5px;
  padding: 8px;
}

.planning-metrics--card > span {
  grid-column: 1 / -1;
  font-size: 5px;
}

.planning-metrics--card div {
  padding: 5px;
  background: rgba(255, 255, 255, 0.07);
  border-radius: 6px;
}

.planning-metrics--card small,
.planning-metrics--execution small {
  font-size: 4.5px;
}

.planning-metrics--card b,
.planning-metrics--execution b {
  margin-top: 2px;
  font-size: 6.5px;
}

.planning-metrics--execution {
  top: 16%;
  left: 3%;
  width: 44%;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 5px;
  padding: 8px;
}

.planning-metrics--execution > span {
  grid-column: 1 / -1;
  font-size: 5px;
}

.planning-metrics--execution div {
  padding: 5px;
  background: rgba(255, 255, 255, 0.07);
  border-radius: 6px;
}

.ops-product-card--plan img {
  width: 200%;
  max-width: none;
  object-position: right top;
  transform: translateX(-50%);
}

@media (max-width: 900px) and (orientation: portrait) {
  .planning-metrics--hero {
    top: 17%;
    width: 48%;
    min-height: 43%;
    gap: 4px;
    padding: 8px;
  }

  .planning-metrics--hero > strong {
    font-size: 7px;
  }

  .planning-metrics--hero div {
    padding: 4px;
  }

  .planning-metrics--hero b {
    font-size: 6.5px;
  }
}

@media (max-width: 900px) and (max-height: 950px) and (orientation: portrait) {
  .deck-v2 .scene:has(.ops-product-proof),
  .deck-v2 .scene:has(.engine-proof),
  .deck-v2 .scene:has(.frontier-slide),
  .deck-v2 .scene:has(.scenario-stage--future) {
    height: calc(100svh - 62px);
    min-height: calc(100svh - 62px);
    padding: 22px 22px 35px;
    overflow: hidden;
  }

  .deck-v2 .scene:has(.ops-product-proof) .scene-footer,
  .deck-v2 .scene:has(.engine-proof) .scene-footer,
  .deck-v2 .scene:has(.frontier-slide) .scene-footer,
  .deck-v2 .scene:has(.scenario-stage--future) .scene-footer {
    display: none;
  }

  .scene:has(.ops-product-proof) .v2-grid--wide {
    display: grid;
    height: 100%;
    grid-template-rows: auto minmax(0, 1fr);
    gap: 9px;
  }

  .scene:has(.ops-product-proof) .v2-index {
    margin-bottom: 7px;
    font-size: 7px;
  }

  .scene:has(.ops-product-proof) .v2-title {
    font-size: 29px;
    line-height: 0.97;
  }

  .scene:has(.ops-product-proof) .v2-lead {
    margin-top: 9px;
    font-size: 10.5px;
    line-height: 1.27;
  }

  .scene:has(.ops-product-proof) .v2-punchline {
    margin-top: 8px;
    font-size: 12px;
    line-height: 1.18;
  }

  .scene:has(.ops-product-proof) .v2-proof-teaser {
    min-height: 47px;
    margin-top: 8px;
    padding: 6px 8px;
  }

  .scene:has(.ops-product-proof) .v2-proof-teaser strong {
    font-size: 18px;
  }

  .scene:has(.ops-product-proof) .ops-product-proof {
    display: grid;
    width: 100%;
    height: 245px;
    min-height: 245px;
    grid-template-columns: minmax(105px, 0.72fr) minmax(0, 1.28fr);
    grid-template-rows: repeat(2, minmax(0, 1fr));
    gap: 6px;
  }

  .scene:has(.ops-product-proof) .ops-product-card--input {
    height: auto;
    grid-column: 1;
    grid-row: 1;
  }

  .scene:has(.ops-product-proof) .ops-product-card--analysis {
    height: auto;
    grid-column: 1;
    grid-row: 2;
  }

  .scene:has(.ops-product-proof) .ops-product-card--plan {
    height: auto;
    grid-column: 2;
    grid-row: 1 / 3;
  }

  .scene:has(.ops-product-proof) .ops-product-card figcaption {
    height: 24px;
    padding: 0 6px;
    font-size: 5.5px;
  }

  .scene:has(.ops-product-proof) .ops-visit-rule,
  .scene:has(.ops-product-proof) .ops-capacity-chart {
    height: calc(100% - 24px);
    padding: 7px;
  }

  .scene:has(.ops-product-proof) .ops-visit-rule strong {
    font-size: 8px;
  }

  .scene:has(.ops-product-proof) .ops-visit-rule p,
  .scene:has(.ops-product-proof) .ops-visit-rule small,
  .scene:has(.ops-product-proof) .ops-capacity-chart__title small {
    font-size: 4px;
  }

  .scene:has(.engine-proof) .v2-grid--onboarding {
    height: 100%;
    gap: 0;
  }

  .scene:has(.engine-proof) .v2-title {
    font-size: 35px;
    line-height: 0.98;
  }

  .scene:has(.engine-proof) .v2-lead {
    margin-top: 14px;
    font-size: 12px;
    line-height: 1.32;
  }

  .scene:has(.engine-proof) .engine-flow {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
    margin-top: 14px;
  }

  .scene:has(.engine-proof) .engine-flow li {
    min-height: 66px;
    padding: 9px 8px 8px 34px;
  }

  .scene:has(.engine-proof) .engine-flow li:nth-child(5) {
    grid-column: 1 / -1;
  }

  .scene:has(.engine-proof) .engine-flow li > span {
    top: 10px;
    left: 9px;
  }

  .scene:has(.engine-proof) .engine-flow strong {
    font-size: 9px;
  }

  .scene:has(.engine-proof) .engine-flow small {
    font-size: 5.5px;
  }

  .scene:has(.engine-proof) .onboarding-parallel--compact {
    display: grid;
    grid-template-columns: 1fr 28px 1fr;
    margin-top: 8px;
    font-size: 5.5px;
  }

  .scene:has(.engine-proof) .onboarding-parallel--compact i {
    width: 28px;
    height: 1px;
  }

  .scene:has(.engine-proof) .engine-proof {
    display: none;
  }

  .scene:has(.frontier-slide) .frontier-slide {
    height: 100%;
    gap: 8px;
  }

  .scene:has(.frontier-slide) .v2-heading--frontier {
    gap: 7px;
  }

  .scene:has(.frontier-slide) .v2-title {
    font-size: 31px;
    line-height: 0.98;
  }

  .scene:has(.frontier-slide) .v2-heading--frontier .v2-lead {
    font-size: 9px;
    line-height: 1.24;
  }

  .scene:has(.frontier-slide) .frontier-composition {
    min-height: 0;
    grid-template-rows: minmax(0, 1fr) 156px;
    gap: 7px;
  }

  .scene:has(.frontier-slide) .frontier-chart {
    min-height: 0;
  }

  .scene:has(.frontier-slide) .frontier-plot {
    min-height: 0;
    margin: 18px 13px 25px 33px;
  }

  .scene:has(.frontier-slide) .frontier-detail {
    display: grid;
    min-height: 0;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.35fr);
    align-content: start;
    gap: 4px 8px;
    padding: 9px;
  }

  .scene:has(.frontier-slide) .frontier-detail > span,
  .scene:has(.frontier-slide) .frontier-detail > h3 {
    grid-column: 1 / -1;
  }

  .scene:has(.frontier-slide) .frontier-detail h3 {
    margin: 0;
    font-size: 12px;
  }

  .scene:has(.frontier-slide) .frontier-detail > p,
  .scene:has(.frontier-slide) .frontier-bars {
    display: none;
  }

  .scene:has(.frontier-slide) .frontier-metrics {
    grid-template-columns: 1fr;
    gap: 3px;
    margin: 0;
  }

  .scene:has(.frontier-slide) .frontier-metrics > div {
    min-height: 25px;
    padding: 3px 6px;
  }

  .scene:has(.frontier-slide) .frontier-metrics strong {
    font-size: 8px;
  }

  .scene:has(.frontier-slide) .frontier-changes {
    margin: 0;
    padding: 4px 0 0;
  }

  .scene:has(.frontier-slide) .frontier-changes li {
    font-size: 6px;
  }

  .scene:has(.scenario-stage--future) .v2-grid--scenario-future {
    height: 100%;
    gap: 8px;
  }

  .scene:has(.scenario-stage--future) .scenario-kicker {
    font-size: 7px;
  }

  .scene:has(.scenario-stage--future) .v2-title {
    font-size: 32px;
    line-height: 0.97;
  }

  .scene:has(.scenario-stage--future) .v2-lead {
    margin-top: 9px;
    font-size: 9.5px;
    line-height: 1.24;
  }

  .scene:has(.scenario-stage--future) .scenario-core-rail {
    margin-top: 8px;
  }

  .scene:has(.scenario-stage--future) .scenario-core-rail span {
    padding: 5px 7px;
    font-size: 5.5px;
  }

  .scene:has(.scenario-stage--future) .v2-note {
    display: none;
  }

  .scene:has(.scenario-stage--future) .scenario-stage--future {
    height: 340px;
    min-height: 340px;
  }

  .scene:has(.scenario-stage--future) .scenario-screen--future {
    inset: 38px 0 54px;
    padding: 8px;
  }

  .scene:has(.scenario-stage--future) .solution-compare-heading {
    padding-bottom: 6px;
  }

  .scene:has(.scenario-stage--future) .solution-compare-heading strong {
    font-size: 6px;
  }

  .scene:has(.scenario-stage--future) .solution-compare-grid {
    gap: 5px;
  }

  .scene:has(.scenario-stage--future) .solution-compare-grid > article {
    padding: 6px;
  }

  .scene:has(.scenario-stage--future) .solution-compare-grid dt {
    font-size: 4px;
  }

  .scene:has(.scenario-stage--future) .solution-compare-grid dd {
    font-size: 5px;
  }

  .scene:has(.scenario-stage--future) .scenario-metrics {
    right: 7px;
    bottom: 7px;
    left: 7px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 3px;
  }

  .scene:has(.scenario-stage--future) .scenario-metrics article {
    min-height: 38px;
    padding: 4px;
  }

  .scene:has(.scenario-stage--future) .scenario-metrics span {
    font-size: 4px;
  }

  .scene:has(.scenario-stage--future) .scenario-metrics strong {
    font-size: 5.5px;
  }
}

@media (max-width: 950px) and (max-height: 520px) and (orientation: landscape) {
  .scene:has(.ops-product-proof) .v2-grid--wide {
    height: 100%;
    grid-template-columns: minmax(250px, 0.7fr) minmax(0, 1.3fr);
    gap: 15px;
  }

  .scene:has(.ops-product-proof) .v2-title {
    font-size: 23px;
    line-height: 0.95;
  }

  .scene:has(.ops-product-proof) .v2-lead {
    margin-top: 7px;
    font-size: 8px;
    line-height: 1.2;
  }

  .scene:has(.ops-product-proof) .v2-punchline,
  .scene:has(.ops-product-proof) .v2-proof-teaser {
    display: none;
  }

  .scene:has(.ops-product-proof) .ops-product-proof {
    height: 100%;
    min-height: 0;
    gap: 6px;
  }

  .scene:has(.ops-product-proof) .ops-product-card figcaption {
    height: 24px;
  }

  .scene:has(.ops-product-proof) .ops-visit-rule,
  .scene:has(.ops-product-proof) .ops-capacity-chart {
    height: calc(100% - 24px);
    padding: 7px;
  }

  .scene:has(.engine-proof) .v2-grid--onboarding {
    height: 100%;
    grid-template-columns: minmax(260px, 0.78fr) minmax(0, 1.22fr);
    gap: 18px;
  }

  .scene:has(.engine-proof) .v2-title {
    font-size: 27px;
    line-height: 0.96;
  }

  .scene:has(.engine-proof) .v2-lead {
    margin-top: 12px;
    font-size: 9px;
    line-height: 1.25;
  }

  .scene:has(.engine-proof) .engine-flow,
  .scene:has(.engine-proof) .onboarding-parallel {
    display: none;
  }

  .scene:has(.engine-proof) .engine-proof {
    height: 100%;
    min-height: 0;
    gap: 5px;
    padding: 10px 13px;
  }

  .scene:has(.engine-proof) .engine-proof__input,
  .scene:has(.engine-proof) .engine-proof__analysis,
  .scene:has(.engine-proof) .engine-proof__decision {
    padding: 6px 9px;
  }

  .scene:has(.engine-proof) .engine-proof__plans article {
    padding: 6px;
  }

  .scene:has(.scenario-stage--future) .v2-grid--scenario-future {
    height: 100%;
    grid-template-columns: minmax(225px, 0.68fr) minmax(0, 1.32fr);
    gap: 16px;
  }

  .scene:has(.scenario-stage--future) .v2-title {
    font-size: 27px;
    line-height: 0.96;
  }

  .scene:has(.scenario-stage--future) .v2-lead {
    margin-top: 9px;
    font-size: 8px;
    line-height: 1.22;
  }

  .scene:has(.scenario-stage--future) .scenario-core-rail,
  .scene:has(.scenario-stage--future) .v2-note {
    display: none;
  }

  .scene:has(.scenario-stage--future) .scenario-stage--future {
    height: 100%;
    min-height: 0;
  }
}

/* Final-fit overrides · full, uncropped role screens on slide 15. */
.scene:has(.role-proof) .v2-grid--roles {
  grid-template-columns: minmax(310px, 0.58fr) minmax(0, 1.42fr);
  gap: clamp(24px, 3.4vw, 54px);
}

.scene:has(.role-proof) .permission-boundary {
  gap: 6px;
  margin-top: clamp(15px, 2.2vh, 22px);
}

.scene:has(.role-proof) .permission-boundary > span {
  grid-template-columns: 84px 1fr;
  padding: 7px 9px;
}

.role-proof {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: min(100%, 900px);
  gap: clamp(16px, 2.2vw, 28px);
  padding-top: 66px;
}

.role-token {
  min-width: 250px;
}

.role-token::before,
.role-token::after {
  width: 70%;
}

.role-token::before {
  left: -20%;
}

.role-token::after {
  right: -20%;
}

.role-phone,
.role-phone--family {
  height: min(63vh, 565px);
  padding: 7px;
  background: #fff;
  border: 1px solid rgba(17, 26, 36, 0.12);
  border-radius: 28px;
  transform: none;
}

.role-phone img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center top;
  background: var(--v2-warm);
  border-radius: 21px;
}

.role-phone > span {
  top: 15px;
  left: 15px;
}

@media (max-width: 720px) and (orientation: portrait) {
  .deck-v2 .scene:has(.role-proof) {
    height: calc(100svh - 62px);
    min-height: calc(100svh - 62px);
    padding: 22px 14px 28px;
    overflow: hidden;
  }

  .scene:has(.role-proof) .v2-grid--roles {
    height: 100%;
    grid-template-columns: 1fr;
    grid-template-rows: auto minmax(0, 1fr);
    gap: 8px;
    align-content: stretch;
  }

  .scene:has(.role-proof) .v2-title {
    max-width: 340px;
    font-size: clamp(28px, 9.4vw, 36px);
    line-height: 0.94;
  }

  .scene:has(.role-proof) .v2-lead {
    max-width: 345px;
    margin-top: 10px;
    font-size: clamp(10px, 3.1vw, 12px);
    line-height: 1.26;
  }

  .scene:has(.role-proof) .permission-boundary {
    display: none;
  }

  .scene:has(.role-proof) .v2-note {
    margin-top: 6px;
    font-size: 7px;
  }

  .role-proof {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: 100%;
    height: auto;
    min-height: 0;
    margin: 0 auto;
    align-self: start;
    align-items: start;
    gap: 7px;
    padding-top: 37px;
  }

  .role-token {
    min-width: 185px;
    padding: 7px 10px;
  }

  .role-token::before,
  .role-token::after {
    height: 14px;
  }

  .role-phone,
  .role-phone--family {
    height: auto;
    min-height: 0;
    aspect-ratio: 0.465;
    padding: 4px;
    border-radius: 17px;
  }

  .role-phone img {
    border-radius: 13px;
  }
}

@media (max-height: 500px) and (orientation: landscape) {
  .deck-v2 .scene:has(.role-proof) {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .scene:has(.role-proof) .permission-boundary,
  .scene:has(.role-proof) .v2-note {
    display: none;
  }

  .scene:has(.role-proof) .v2-title {
    font-size: clamp(25px, 4.1vw, 31px);
    line-height: 0.93;
  }

  .scene:has(.role-proof) .v2-lead {
    margin-top: 9px;
    font-size: clamp(8px, 1.25vw, 10px);
    line-height: 1.25;
  }

  .scene:has(.role-proof) .scene-footer span:first-child {
    display: none;
  }

  .scene:has(.role-proof) .v2-grid--roles {
    grid-template-columns: minmax(230px, 0.52fr) minmax(0, 1.48fr);
    gap: 18px;
  }

  .role-proof {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: min(100%, 660px);
    height: 100%;
    min-height: 0;
    gap: 10px;
    padding-top: 36px;
  }

  .role-token {
    min-width: 145px;
    padding: 6px 9px;
  }

  .role-token::before,
  .role-token::after {
    height: 12px;
  }

  .role-phone,
  .role-phone--family {
    height: 100%;
    min-height: 0;
    padding: 4px;
    border-radius: 16px;
  }

  .role-phone img {
    border-radius: 12px;
  }
}

@media print {
  .scene:has(.role-proof) .v2-grid--roles {
    grid-template-columns: minmax(3.2in, 0.54fr) minmax(0, 1.46fr) !important;
    gap: 0.3in !important;
  }

  .role-proof {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    width: 7.8in !important;
    height: 5.1in !important;
    gap: 0.13in !important;
    padding-top: 0.54in !important;
  }

  .role-phone,
  .role-phone--family {
    height: 4.56in !important;
    padding: 0.05in !important;
  }
}
