.study-console {
  margin: 0 28px;
  position: relative;
  min-height: clamp(610px, calc(100svh - 108px), 740px);
  background: #0b0d11;
  color: #f3f3f7;
  overflow: hidden;
  border: 1px solid #292b33;
  border-radius: 8px;
  isolation: isolate;
  /* The shared html scroll-padding already accounts for the fixed header. */
  scroll-margin-top: 0;
}
.console-copy {
  position: absolute;
  top: 58px;
  left: 58px;
  width: 370px;
  z-index: 3;
  pointer-events: none;
}
.console-copy h2 {
  font-size: 45px;
  letter-spacing: -0.045em;
  line-height: 1.13;
  min-height: 155px;
  text-wrap: pretty;
}
.console-copy p {
  margin-top: 21px;
  font-size: 18px;
  line-height: 1.65;
  color: #b9becb;
  min-height: 148px;
  text-wrap: pretty;
}
.console-viewport {
  position: absolute;
  inset: 0 0 52px;
  overflow: hidden;
}
.console-viewport canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0;
}
.console-fallback {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.console-fallback img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.console-labels {
  visibility: hidden;
}
.study-console[data-renderer="webgl"] .console-labels {
  visibility: visible;
}
.study-console[data-renderer="webgl"] canvas {
  opacity: 1;
}
.study-console[data-renderer="webgl"] .console-fallback {
  visibility: hidden;
}
.console-labels {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}
.console-labels span {
  position: absolute;
  display: block;
  white-space: nowrap;
  color: #b2b8c7;
  font-size: 17px;
  font-family: "IBM Plex Sans", sans-serif;
  line-height: 1.25;
  padding: 5px 9px;
  background: #0b0d11db;
  border-radius: 3px;
  transform: translate(-50%, -50%);
  transition:
    color 0.45s,
    opacity 0.45s;
  border-left: 1px solid transparent;
}
.console-labels span.is-active {
  color: #f4f1ff;
  border-left-color: #bc9af3;
}
.console-labels [data-node="event"] {
  left: 87%;
  top: 58%;
}
.console-labels [data-node="supplier"] {
  left: 64%;
  top: 25%;
}
.console-labels [data-node="alternate"] {
  left: 47%;
  top: 65%;
}
.console-labels [data-node="business"] {
  left: 44%;
  top: 44%;
}
.console-actions {
  position: absolute;
  z-index: 4;
  bottom: 30px;
  left: 58px;
  right: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 44px;
}
.console-actions button {
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1px solid #454953;
  border-radius: 28px;
  color: #e8e8ed;
  padding: 9px 18px;
  font-size: 15px;
  min-height: 44px;
  background: #12151c;
}
.console-actions button:hover {
  border-color: #ad8ddd;
  background: #1c1f28;
}
.console-actions button:focus-visible,
.console-actions a:focus-visible {
  outline-color: #c5a8ee;
}
.console-actions button svg {
  height: 17px;
  width: 17px;
}
.console-actions .play-mark {
  fill: currentColor;
}
.console-actions .pause-mark {
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  display: none;
}
[data-playback="playing"] .pause-mark {
  display: block;
}
[data-playback="playing"] .play-mark {
  display: none;
}
.console-actions a {
  color: #e9e9ef;
  font-size: 16px;
  padding: 10px 0;
}
.console-actions a span {
  padding-left: 18px;
}
.console-progress {
  position: absolute;
  height: 2px;
  bottom: 0;
  left: 0;
  right: 0;
  background: #242733;
}
.console-progress i {
  display: block;
  width: 100%;
  height: 100%;
  background: #b59be6;
  transform: scaleX(var(--progress, 1));
  transform-origin: left;
}
.console-signal {
  background: #eef0eb;
  color: #202526;
  margin-inline: 0;
  border: 0;
  border-radius: 0;
  max-width: none;
}
.console-signal .console-copy p {
  color: #505a56;
}
.console-signal .console-labels span {
  background: #eef0ebed;
  color: #5e6762;
}
.console-signal .console-labels span.is-active {
  color: #272c29;
  border-left-color: #7b3eb7;
}
.console-signal .console-actions a,
.console-signal .console-actions button {
  color: #282d2a;
}
.console-signal .console-actions button {
  background: transparent;
  border-color: #a7b0a8;
}
.console-signal .console-actions button:hover {
  background: #e1e6df;
  border-color: #763ab0;
}
.console-signal .console-progress {
  background: #dde2da;
}
.console-signal .console-progress i {
  background: #7425bc;
}
.console-signal .console-copy {
  width: auto;
  right: 58px;
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 90px;
  align-items: start;
}
.console-signal .console-copy h2 {
  font-size: 44px;
  min-height: 110px;
  max-width: 540px;
}
.console-signal .console-copy p {
  margin-top: 2px;
  min-height: 110px;
  max-width: 445px;
}
.console-signal .console-viewport {
  top: 205px;
  bottom: 80px;
}
.console-orbital::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.35;
  background-image:
    linear-gradient(#ffffff08 1px, transparent 1px),
    linear-gradient(90deg, #ffffff08 1px, transparent 1px);
  background-size: 84px 84px;
  mask-image: linear-gradient(100deg, transparent 25%, #000);
}
.console-copy.is-changing {
  animation: console-copy-in 0.45s ease-out;
}
@keyframes console-copy-in {
  from {
    opacity: 0.4;
    transform: translateY(5px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@media (min-width: 1700px) {
  .console-orbital {
    max-width: 1640px;
    margin-inline: auto;
  }
  .console-signal .console-copy {
    max-width: 1520px;
    margin-inline: auto;
  }
  .console-signal .console-viewport {
    max-width: 1640px;
    width: 100%;
    margin-inline: auto;
  }
}
@media (max-width: 1150px) and (min-width: 701px) {
  .console-copy {
    width: 260px;
    left: 32px;
    top: 42px;
  }
  .console-copy h2,
  .console-signal .console-copy h2 {
    font-size: 35px;
    min-height: 155px;
  }
  .console-copy p {
    font-size: 17px;
    line-height: 1.55;
  }
  .console-signal .console-copy {
    width: auto;
    right: 32px;
    gap: 40px;
  }
  .study-console {
    min-height: clamp(610px, calc(100svh - 108px), 700px);
  }
  .console-actions {
    left: 32px;
    right: 32px;
  }
  .console-labels span {
    font-size: 15px;
  }
}
@media (max-width: 700px) {
  .study-console {
    margin: 0 12px;
    min-height: 0;
    border-radius: 7px;
  }
  .console-signal {
    margin: 0;
    border-radius: 0;
  }
  .console-copy,
  .console-signal .console-copy {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    width: auto;
    display: block;
    padding: 32px 24px 0;
    min-height: 265px;
  }
  .console-copy h2,
  .console-signal .console-copy h2 {
    font-size: 32px;
    min-height: 108px;
    line-height: 1.14;
  }
  .console-copy p,
  .console-signal .console-copy p {
    font-size: 17px;
    line-height: 1.55;
    min-height: 132px;
    margin-top: 12px;
  }
  .console-viewport,
  .console-signal .console-viewport {
    position: relative;
    inset: auto;
    height: 340px;
  }
  .console-fallback {
    object-fit: contain;
  }
  .console-labels span {
    font-size: 15px;
    padding: 4px 6px;
  }
  .console-actions {
    position: relative;
    inset: auto;
    display: flex;
    padding: 12px 22px 26px;
    flex-wrap: wrap;
    gap: 10px;
  }
  .console-actions button {
    padding: 8px 13px;
    font-size: 14px;
  }
  .console-actions a {
    font-size: 15px;
  }
  .console-actions a span {
    padding-left: 8px;
  }
  .console-copy.is-changing {
    animation: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  .console-copy.is-changing {
    animation: none;
  }
  .console-labels span {
    transition: none;
  }
}
@media (forced-colors: active) {
  .study-console {
    background: Canvas;
    color: CanvasText;
    border-color: CanvasText;
  }
  .study-console .console-copy p,
  .study-console .console-labels span,
  .console-actions a,
  .console-actions button {
    color: CanvasText;
    background: Canvas;
  }
  .console-fallback {
    forced-color-adjust: none;
    background: #0b0d11;
  }
  .console-signal .console-fallback {
    background: #eef0eb;
  }
  .console-viewport canvas {
    display: none;
  }
  .console-progress {
    display: none;
  }
}

/* Selected Orbital direction: a cumulative story, not a sequence of slides. */
.orbital-story {
  /* Four complete findings need this much room even on a short laptop screen. */
  min-height: clamp(810px, calc(100svh - 108px), 830px);
  background: #0b0d12;
}
.orbital-story::before {
  opacity: 0.19;
}
.orbital-heading {
  position: absolute;
  z-index: 3;
  left: 48px;
  top: 42px;
  width: 340px;
  opacity: var(--heading-opacity, 1);
}
.orbital-heading h2 {
  font-size: 38px;
  line-height: 1.15;
  letter-spacing: -0.045em;
  text-wrap: balance;
}
.orbital-timeline {
  position: absolute;
  z-index: 3;
  top: 195px;
  bottom: 100px;
  left: 48px;
  width: 354px;
  list-style: none;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0;
  margin: 0;
  opacity: var(--sequence-opacity, 1);
}
.orbital-timeline li {
  position: relative;
  padding-left: 38px;
  min-height: 68px;
  transition:
    opacity 0.55s ease,
    transform 0.55s ease;
}
.orbital-timeline li:not(:last-child) {
  flex: 1;
}
.orbital-timeline li:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 11px;
  width: 1px;
  top: 32px;
  height: calc(100% - 18px);
  background: #605073;
  opacity: 0.6;
  transform-origin: top;
}
.orbital-step-dot {
  position: absolute;
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  left: 0;
  top: 0;
  border-radius: 50%;
  border: 1px solid #70627e;
  color: #b7aac8;
  background: #111017;
  font-size: 13px;
  line-height: 1;
  font-variant-numeric: tabular-nums;
}
.orbital-timeline h3 {
  color: #eeedf3;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 19px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: -0.018em;
  margin: 0;
}
.orbital-timeline p {
  color: #aeb0bf;
  font-size: 16px;
  line-height: 1.42;
  margin: 7px 0 0;
  max-width: 310px;
}
.orbital-timeline li[data-state="pending"] {
  opacity: 0;
  transform: none;
}
.orbital-initializing .orbital-timeline li {
  transition: none;
}
.orbital-timeline li[data-state="active"] h3 {
  color: #d9baff;
}
.orbital-timeline li[data-state="active"] .orbital-step-dot {
  color: #fff;
  border-color: #c09af0;
  background: #633797;
  box-shadow: 0 0 0 calc(var(--pair-emphasis, 0) * 5px) #bd91f412;
}
.orbital-timeline li[data-state="active"]::after {
  transform: scaleY(var(--step-progress, 0));
  background: #b79bcf;
}
.orbital-story .console-viewport {
  inset: 0;
}
.orbital-pins,
.orbital-leaders {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  visibility: hidden;
  opacity: var(--sequence-opacity, 1);
}
.orbital-story[data-renderer="webgl"] .orbital-pins,
.orbital-story[data-renderer="webgl"] .orbital-leaders {
  visibility: visible;
}
.orbital-leaders {
  z-index: 1;
  overflow: visible;
}
.orbital-leaders path {
  fill: none;
  stroke: #706a80;
  stroke-width: 0.8;
  opacity: 0.48;
}
.orbital-leaders path[data-active="true"] {
  stroke: #c09ae8;
  opacity: 0.75;
}
.orbital-pins {
  z-index: 2;
}
.orbital-pin {
  position: absolute;
  left: 0;
  top: 0;
  max-width: 240px;
  border: 1px solid transparent;
  border-radius: 5px;
  background: #0e1016e8;
  padding: 6px 9px;
  color: #9596a8;
}
.orbital-pin-name {
  font-size: 16px;
  line-height: 1.3;
  white-space: nowrap;
  display: block;
}
.orbital-card-step {
  display: none;
  position: absolute;
  left: 14px;
  top: 13px;
  width: 24px;
  height: 24px;
  place-items: center;
  color: #fff;
  border: 1px solid #c09af0;
  background: #633797;
  border-radius: 50%;
  font-size: 13px;
  font-variant-numeric: tabular-nums;
  line-height: 1;
  box-shadow: 0 0 0 calc(var(--pair-emphasis, 0) * 5px) #bd91f412;
}
.orbital-card-title {
  display: none;
}
.orbital-mobile-alert {
  display: none;
}
.orbital-pin[data-active="true"] .orbital-card-step {
  display: grid;
}
.orbital-pin strong {
  display: none;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -0.015em;
  max-width: 208px;
  color: #f1e9ff;
  margin-top: 7px;
}
.orbital-pin[data-found="true"] {
  color: #dedce7;
}
.orbital-pin[data-found="false"]:not([data-orbital-node="business"]) {
  visibility: hidden;
}
.orbital-leaders path:not([data-active="true"]) {
  opacity: 0.4;
}
.orbital-pin[data-failed="true"] .orbital-pin-name {
  color: #c8b8b6;
}
.orbital-pin[data-active="true"] {
  padding: 13px 16px 14px;
  border-color: #a879d56b;
  border-left-color: #c09ae8;
  background: #191520f5;
  box-shadow:
    0 12px 32px #00000028,
    inset 0 1px #ead7ff0a;
}
.orbital-pin[data-active="true"] strong {
  display: block;
  animation: orbital-finding 0.4s ease-out;
}
.orbital-pin[data-active="true"] .orbital-pin-name {
  color: #bcb4ca;
  padding-left: 34px;
}
.orbital-pin[data-active="false"] {
  transition: opacity 0.3s ease;
}
.orbital-pin:not([data-orbital-node="business"]) {
  opacity: calc(1 - var(--ending-focus, 0) * 0.35);
}
.orbital-business-anchor {
  position: absolute;
  display: block;
  padding: 3px 7px;
  font-size: 16px;
  line-height: 1.25;
  color: #e6d9f5;
  background: #0b0d12dc;
  border-radius: 3px;
  white-space: nowrap;
}
[data-business-mode="label"] .orbital-business-anchor {
  display: none;
}
.orbital-context,
.orbital-impact,
.orbital-assessment {
  display: none;
}
.orbital-story:not([data-business-mode="label"])
  [data-orbital-node="business"] {
  width: clamp(290px, 26vw, 360px);
  max-width: none;
  padding: 22px;
  border-radius: 7px;
  border-color: #655c73;
  border-left-color: #9881b1;
  background: #16171fef;
}
.orbital-story:not([data-business-mode="label"])
  [data-orbital-node="business"]
  > .orbital-pin-name {
  display: none;
}
[data-business-mode="context"] .orbital-context,
[data-business-mode="impact"] .orbital-impact,
[data-business-mode="alert"] .orbital-assessment {
  display: block;
  opacity: var(--panel-progress, 1);
  clip-path: inset(0 0 calc((1 - var(--panel-progress, 1)) * 100%) 0);
}
.orbital-context-title {
  color: #c9c4d0;
  font-size: 16px;
  line-height: 1.35;
  margin-bottom: 17px;
  padding-left: 34px;
}
.orbital-context-flow {
  display: grid;
  grid-template-columns: 1fr;
  gap: 5px;
  color: #eeedf2;
  font-size: 18px;
  line-height: 1.3;
}
.orbital-context-flow svg {
  display: none;
}
.orbital-context-flow span + svg + span::before {
  content: "↓";
  color: #93899f;
  margin-right: 12px;
}
.orbital-story[data-scenario="opportunity"] .orbital-context-flow span::before {
  content: none;
}
.orbital-story[data-scenario="opportunity"] .orbital-context-flow {
  gap: 12px;
}
.orbital-impact-path {
  display: grid;
  gap: 14px;
  font-size: 18px;
  line-height: 1.25;
}
.orbital-impact-path span {
  position: relative;
  padding-left: 23px;
  opacity: calc(0.2 + var(--impact-progress, 1) * 0.8);
  color: #edddff;
}
.orbital-impact-path span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  height: 6px;
  width: 6px;
  border: 1px solid #d2b0fa;
  border-radius: 50%;
}
.orbital-impact-path span:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 3px;
  top: 17px;
  width: 1px;
  height: calc(100% + 4px);
  background: #a68dc1;
  opacity: 0.5;
}
.orbital-story[data-business-mode="alert"] [data-orbital-node="business"] {
  color: #27222e;
  background: #f1edf7;
  border-color: #ffffff85;
  box-shadow:
    0 16px 48px #00000045,
    inset 0 1px #fff;
}
.orbital-alert-source {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 16px;
  line-height: 1.3;
  color: #62418a;
  margin-bottom: 16px;
  padding-left: 34px;
}
.orbital-story:not([data-business-mode="label"])
  [data-orbital-node="business"]
  .orbital-card-step {
  left: 20px;
  top: 20px;
}
.orbital-alert-source svg {
  display: none;
}
.orbital-pin .orbital-assessment strong {
  display: block;
  max-width: none;
  color: #25202e;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: -0.025em;
  margin: 0;
  animation: none;
}
.orbital-assessment p {
  font-size: 16px;
  line-height: 1.42;
  margin: 14px 0 0;
  color: #534b60;
}
.orbital-alert-action {
  border-top: 1px solid #d1c6dc;
  padding-top: 15px;
  margin-top: 17px;
  font-size: 16px;
  line-height: 1.4;
  color: #56387a;
}
.orbital-story[data-renderer="fallback"] .orbital-pins {
  visibility: visible;
}
.orbital-story[data-renderer="fallback"] .orbital-pin {
  display: none;
}
.orbital-story[data-renderer="fallback"] .orbital-business-anchor {
  display: none;
}
.orbital-story[data-renderer="fallback"] [data-orbital-node="business"] {
  display: block;
  transform: none !important;
  left: max(430px, calc(63% - clamp(290px, 26vw, 360px) - 65px));
  top: 64px;
  visibility: visible;
}
@media (max-width: 1200px) {
  .orbital-story:not([data-business-mode="label"])
    [data-orbital-node="business"] {
    width: min(318px, calc(100vw - 52px));
    padding: 16px;
  }
  .orbital-pin .orbital-assessment strong {
    font-size: 22px;
  }
  .orbital-alert-source {
    margin-bottom: 12px;
  }
  .orbital-assessment p {
    margin-top: 12px;
  }
  .orbital-alert-action {
    margin-top: 13px;
    padding-top: 12px;
  }
  .orbital-story[data-renderer="fallback"] [data-orbital-node="business"] {
    left: 50%;
    transform: translateX(-50%) !important;
    top: 16px;
  }
}
@keyframes orbital-finding {
  from {
    opacity: 0;
    transform: translateY(3px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.orbital-motion {
  position: absolute;
  z-index: 5;
  top: 18px;
  right: 18px;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 1px solid #5b5468;
  border-radius: 50%;
  background: #101117b8;
  color: #c6bdd5;
}
.orbital-scenarios {
  position: absolute;
  z-index: 5;
  bottom: 20px;
  left: 48px;
  right: 48px;
  display: flex;
  gap: 30px;
  border-top: 1px solid #ffffff19;
  padding-top: 8px;
}
.orbital-scenarios a {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 44px;
  color: #b3afbd;
  font-size: 16px;
  line-height: 1.3;
  text-decoration: none;
}
.orbital-scenarios a[aria-current],
.orbital-scenarios a:hover {
  color: #eee5fc;
}
.orbital-scenarios a[aria-current]::before,
.orbital-scenarios a[data-pending="true"]::before {
  content: "";
  position: absolute;
  top: -9px;
  left: 0;
  right: 0;
  height: 2px;
  background: #bc8fec;
}
.orbital-scenarios a:focus-visible {
  outline: 2px solid #bc8fec;
  outline-offset: 4px;
}
.orbital-story[data-transitioning="true"]
  .orbital-scenarios
  a[aria-current]:not([data-pending="true"])::before {
  opacity: 0;
}
@media (min-width: 1201px) {
  .orbital-story[data-scenario="supply"] .orbital-timeline {
    top: 175px;
  }
}
.orbital-motion:hover {
  color: #fff;
  border-color: #b190d5;
  background: #252031;
}
.orbital-motion:focus-visible {
  outline: 2px solid #c8a0ff;
  outline-offset: 4px;
}
.orbital-motion svg {
  width: 20px;
  height: 20px;
}
.orbital-motion .orbital-pause {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
}
.orbital-motion .orbital-play {
  display: none;
  fill: currentColor;
}
[data-playback="paused"] .orbital-pause {
  display: none;
}
[data-playback="paused"] .orbital-play {
  display: block;
}
@media (min-width: 1201px) and (max-width: 1340px) {
  .orbital-heading {
    left: 32px;
    top: 38px;
    width: 280px;
  }
  .orbital-heading h2 {
    font-size: 33px;
  }
  .orbital-timeline {
    left: 32px;
    width: 300px;
    top: 195px;
    bottom: 100px;
  }
  .orbital-timeline h3 {
    font-size: 18px;
  }
  .orbital-timeline p {
    font-size: 16px;
  }
  .orbital-pin-name {
    font-size: 15px;
  }
  .orbital-pin strong {
    max-width: 170px;
    font-size: 17px;
  }
  .orbital-story:not([data-business-mode="label"])
    [data-orbital-node="business"] {
    width: 300px;
  }
  .orbital-story[data-renderer="fallback"] [data-orbital-node="business"] {
    left: max(358px, calc(63% - 365px));
  }
}
@media (max-width: 1200px) {
  .orbital-story {
    min-height: 0;
    display: grid;
    grid-template-areas: "title" "map" "timeline" "scenarios";
  }
  .orbital-heading {
    position: relative;
    inset: auto;
    width: auto;
    grid-area: title;
    padding: 30px 70px 0 26px;
  }
  .orbital-heading h2 {
    font-size: clamp(29px, 4.5vw, 38px);
    line-height: 1.15;
    max-width: 470px;
    text-wrap: pretty;
    min-height: 3.45em;
  }
  .orbital-story .console-viewport {
    position: relative;
    inset: auto;
    height: var(--orbital-compact-height, 590px);
    grid-area: map;
  }
  .orbital-timeline {
    position: relative;
    inset: auto;
    width: auto;
    grid-area: timeline;
    margin: 8px 26px 30px;
    gap: 22px;
  }
  .orbital-timeline li {
    min-height: 0;
    padding-left: 36px;
  }
  .orbital-timeline li:not(:last-child) {
    flex: none;
  }
  .orbital-timeline h3 {
    font-size: 18px;
  }
  .orbital-timeline p {
    font-size: 16px;
    margin-top: 4px;
    max-width: 600px;
  }
  .orbital-timeline li:not(:last-child)::after {
    height: calc(100% + 6px);
    max-height: none;
  }
  .orbital-pin-name {
    font-size: 14px;
  }
  .orbital-pin {
    padding: 4px 6px;
  }
  .orbital-pin[data-active="true"] {
    width: min(318px, calc(100vw - 52px));
    padding: 16px;
    max-width: none;
  }
  .orbital-pin strong {
    font-size: 22px;
    max-width: none;
    margin-top: 8px;
  }
  .orbital-pin[data-active="true"] .orbital-pin-name {
    font-size: 16px;
  }
  .orbital-motion {
    top: 20px;
    right: 16px;
  }
  .orbital-scenarios {
    position: relative;
    inset: auto;
    grid-area: scenarios;
    margin: 0 26px 18px;
    gap: 24px;
  }
  /* The card carries the current AI step on compact screens. Keep the same
     complete ordered transcript for assistive technology; static and failed
     rendering retain the full visible sequence beneath the globe. */
  .orbital-story[data-renderer="webgl"]:not([data-playback="static"])
    .orbital-timeline {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
    margin: 0;
  }
  .orbital-pin[data-active="true"] .orbital-card-heading {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    margin-bottom: 16px;
  }
  .orbital-pin[data-active="true"] .orbital-card-step {
    position: static;
    flex-shrink: 0;
  }
  .orbital-pin[data-active="true"] .orbital-card-title {
    display: block;
    font-size: 16px;
    line-height: 1.35;
    padding-top: 1px;
    color: #d9baff;
  }
  .orbital-pin[data-active="true"] > .orbital-pin-name,
  .orbital-story .orbital-context-title,
  .orbital-story .orbital-alert-source {
    display: none;
  }
  .orbital-story[data-business-mode="alert"] .orbital-card-title {
    color: #64408a;
  }
  .orbital-mobile-alert {
    display: inline;
  }
  .orbital-pin:not([data-orbital-node="business"]) {
    opacity: calc(1 - var(--ending-focus, 0) * 0.1);
  }
}
@media (max-width: 500px) {
  .orbital-scenarios {
    gap: 14px;
    margin-inline: 16px;
    justify-content: space-between;
  }
  .orbital-scenarios a {
    font-size: 14px;
    flex: 0 1 auto;
    max-width: 100px;
    min-height: 48px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .orbital-timeline li,
  .orbital-pin strong {
    animation: none !important;
    transition: none;
  }
}
@media (forced-colors: active) {
  .orbital-story {
    background: Canvas;
    color: CanvasText;
  }
  .orbital-timeline h3,
  .orbital-timeline p {
    color: CanvasText !important;
  }
  .orbital-scenarios a {
    color: LinkText;
  }
  .orbital-scenarios a[aria-current]::before {
    background: Highlight;
  }
  .orbital-step-dot,
  .orbital-timeline li::after {
    background: CanvasText;
  }
}
