/* Platform presentation — intentionally self-contained from the older stacked page. */
:root {
  --platform-blue: #718cff;
  --platform-blue-bright: #a7c4ff;
  --platform-ink: #020407;
  --platform-line: rgba(129, 164, 255, 0.58);
  --platform-muted: rgba(243, 245, 255, 0.67);
}

html {
  background: var(--platform-ink);
}

body.platform-deck-page {
  height: 100svh;
  margin: 0;
  overflow: hidden;
  overscroll-behavior: none;
  background: var(--platform-ink);
  color: #f8f7f2;
}

.platform-deck-page .platform-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 1000;
  width: min(1380px, calc(100vw - 64px));
  min-height: 66px;
  padding: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
  background: rgba(2, 4, 7, 0.78);
  opacity: 1;
  visibility: visible;
  transform: none;
  backdrop-filter: blur(10px);
}

@media (min-width: 821px) {
  .platform-deck-page::before {
    position: fixed;
    top: 32px;
    right: 0;
    left: 0;
    z-index: 999;
    height: 1px;
    background: rgba(255, 255, 255, 0.12);
    content: "";
    pointer-events: none;
  }

  .platform-deck-page .platform-header {
    inset: 33px 0 auto;
  }

  .platform-deck-page .platform-scene-name {
    top: 13px;
  }
}

.platform-deck-page .platform-header .desktop-nav a {
  min-height: 66px;
}

.platform-deck-page .site-brand {
  width: max-content;
  color: #fff;
}

.sphere-lockup {
  display: grid;
  width: 122px;
  justify-items: start;
  color: #fff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 800;
  line-height: 0.82;
  text-transform: uppercase;
  white-space: nowrap;
}

.sphere-lockup-kicker {
  margin-left: 1px;
  font-size: 8px;
  letter-spacing: 0.08em;
}

.sphere-lockup-name {
  display: flex !important;
  align-items: center;
  font-size: 18px;
  letter-spacing: 0.075em;
}

.sphere-lockup-name > img {
  display: block;
  width: 17px !important;
  height: 17px !important;
  margin: 0 1px;
  border-radius: 0 !important;
  object-fit: contain;
}

.sphere-lockup-company {
  justify-self: end;
  margin-top: 4px;
  font-size: 8px;
  letter-spacing: 0.1em;
}

.platform-deck-page .desktop-nav a[aria-current="page"]::after {
  background: var(--platform-blue);
}

.platform-deck {
  display: flex;
  width: 100vw;
  height: 100svh;
  overflow: hidden;
  scroll-behavior: auto;
  touch-action: none;
}

.platform-scene {
  --scene-copy-opacity: 1;
  --scene-copy-shift: 0px;
  --scene-visual-opacity: 1;
  --scene-visual-shift: 0px;
  position: relative;
  flex: 0 0 100vw;
  width: 100vw;
  height: 100svh;
  min-height: 630px;
  padding: 102px max(34px, calc((100vw - 1480px) / 2)) 42px;
  overflow: hidden;
  isolation: isolate;
  contain: layout paint style;
  background:
    radial-gradient(circle at 55% 47%, rgba(39, 67, 127, 0.16), transparent 34%),
    radial-gradient(circle at 15% 82%, rgba(15, 45, 93, 0.13), transparent 26%),
    linear-gradient(135deg, #010205 0%, #040910 52%, #010205 100%);
}

.platform-scene::before {
  position: absolute;
  inset: 0;
  z-index: -3;
  content: "";
  opacity: 0.48;
  background-image:
    radial-gradient(circle at 11% 24%, rgba(255,255,255,.82) 0 1px, transparent 1.7px),
    radial-gradient(circle at 26% 70%, rgba(138,175,255,.7) 0 1px, transparent 1.8px),
    radial-gradient(circle at 43% 17%, rgba(255,255,255,.65) 0 1px, transparent 1.8px),
    radial-gradient(circle at 67% 79%, rgba(112,151,255,.72) 0 1px, transparent 1.8px),
    radial-gradient(circle at 84% 29%, rgba(255,255,255,.72) 0 1px, transparent 1.8px),
    radial-gradient(circle at 93% 70%, rgba(117,155,255,.65) 0 1px, transparent 1.8px);
}

.platform-scene::after {
  position: absolute;
  inset: auto 0 0;
  z-index: -2;
  height: 25%;
  content: "";
  opacity: 0.3;
  background:
    linear-gradient(90deg, transparent 49.8%, rgba(89, 121, 185, 0.18) 50%, transparent 50.2%) 0 0 / 98px 100%,
    linear-gradient(0deg, rgba(89, 121, 185, 0.16) 1px, transparent 1px) 0 0 / 100% 54px;
  mask-image: linear-gradient(to bottom, transparent, #000 65%);
}

.platform-scene:not(.is-nearby) {
  visibility: hidden;
}

.platform-scene:not(.is-active) .platform-stars *,
.platform-scene:not(.is-active) .moment-orbit *,
.platform-scene:not(.is-active) .journey-orbits * {
  animation-play-state: paused !important;
}

.platform-scene-name {
  position: absolute;
  top: 78px;
  left: max(34px, calc((100vw - 1480px) / 2));
  z-index: 1001;
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font: 700 0.66rem/1 var(--sans);
  letter-spacing: 0.25em;
  text-transform: uppercase;
}

.platform-stars {
  position: absolute;
  inset: 72px 0 0;
  z-index: -1;
  pointer-events: none;
}

.platform-stars i {
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 8px 2px rgba(170, 203, 255, 0.85), 0 0 22px 7px rgba(84, 130, 255, 0.32);
  animation: platform-twinkle 3.8s ease-in-out infinite;
}

.platform-stars i:nth-child(1) { left: 15%; top: 31%; }
.platform-stars i:nth-child(2) { left: 68%; top: 14%; animation-delay: -1.4s; }
.platform-stars i:nth-child(3) { left: 88%; top: 68%; animation-delay: -2.7s; }

@keyframes platform-twinkle {
  0%, 100% { opacity: 0.28; transform: scale(0.65); }
  50% { opacity: 1; transform: scale(1.18); }
}

.platform-copy {
  position: relative;
  z-index: 8;
  align-self: center;
  opacity: var(--scene-copy-opacity);
  transform: translate3d(var(--scene-copy-shift), 0, 0);
  will-change: transform, opacity;
}

.platform-copy > p:first-child {
  margin: 0 0 18px;
  color: var(--platform-blue);
  font: 700 0.75rem/1.2 var(--sans);
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.platform-copy h1,
.platform-copy h2 {
  max-width: 620px;
  margin: 0;
  color: #f8f7f2;
  font-family: var(--sans);
  font-size: clamp(2.15rem, 3.1vw, 3.65rem);
  font-weight: 650;
  line-height: 0.98;
  letter-spacing: -0.045em;
  text-transform: uppercase;
  text-wrap: balance;
}

.platform-copy h1 + p,
.platform-copy h2 + p {
  max-width: 430px;
  margin: 23px 0 0;
  color: var(--platform-muted);
  font: 400 clamp(0.9rem, 1.08vw, 1.04rem)/1.58 var(--sans);
}

.platform-actions {
  display: grid;
  justify-items: start;
  gap: 18px;
  margin-top: 28px;
}

.platform-primary-action {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 0 25px;
  border: 1px solid rgba(185, 204, 255, 0.46);
  border-radius: 2px;
  background: linear-gradient(135deg, #3f5ce6, #5978ff);
  box-shadow: 0 8px 28px rgba(49, 82, 217, 0.26), inset 0 1px rgba(255,255,255,.24);
  color: #fff;
  font: 700 0.74rem/1 var(--sans);
  letter-spacing: 0.07em;
  text-transform: uppercase;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.platform-primary-action:hover {
  transform: translateY(-2px);
  background: linear-gradient(135deg, #536ef0, #708bff);
  box-shadow: 0 12px 38px rgba(49, 82, 217, 0.36), inset 0 1px rgba(255,255,255,.28);
}

.platform-text-action {
  color: var(--platform-blue);
  font: 700 0.72rem/1 var(--sans);
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.platform-text-action span {
  display: inline-block;
  margin-left: 5px;
  transition: transform 180ms ease;
}

.platform-text-action:hover span { transform: translateX(5px); }

.platform-hero-scene,
.platform-source-scene,
.platform-journey-scene {
  display: grid;
  grid-template-columns: minmax(310px, 0.72fr) minmax(620px, 1.28fr);
  gap: clamp(28px, 5vw, 88px);
}

.platform-hero-copy > strong {
  position: absolute;
  top: calc(100svh - 182px);
  left: 0;
  width: max-content;
  color: rgba(139, 165, 255, 0.74);
  font: 600 0.62rem/1 var(--sans);
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.moment-visual,
.source-visual,
.journey-visual {
  position: relative;
  z-index: 2;
  min-width: 0;
  height: 100%;
  opacity: var(--scene-visual-opacity);
  transform: translate3d(var(--scene-visual-shift), 0, 0);
  will-change: transform, opacity;
}

.platform-device {
  position: absolute;
  z-index: 5;
  margin: 0;
  filter: drop-shadow(0 25px 30px rgba(0, 0, 0, 0.58));
}

.platform-device-frame {
  position: relative;
  padding: 5px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.74);
  border-radius: 42px;
  background: linear-gradient(100deg, #25272c, #d8d4cc 17%, #383a3f 42%, #d7d3cb 70%, #17191d);
  box-shadow:
    0 0 0 3px rgba(9, 12, 18, 0.95),
    0 0 0 4px rgba(179, 189, 206, 0.35),
    0 0 35px rgba(92, 130, 227, 0.13);
}

.platform-device img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 506 / 1100;
  border-radius: 36px;
  background: #f3eee8;
  object-fit: cover;
}

.platform-icon {
  position: relative;
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border: 1px solid rgba(225, 233, 255, 0.76);
  border-radius: 50%;
  background: rgba(5, 10, 18, 0.88);
  box-shadow: 0 0 15px rgba(102, 147, 255, 0.22);
  color: #f7f8ff;
  padding: 14px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.55;
  stroke-linecap: round;
  stroke-linejoin: round;
  vector-effect: non-scaling-stroke;
}

/* Scene 1 — one system, every moment. */
.moment-visual {
  display: grid;
  place-items: center;
}

.moment-visual::after {
  position: absolute;
  left: 50%;
  bottom: 2.5%;
  z-index: -1;
  width: 66%;
  height: 11%;
  border-radius: 50%;
  content: "";
  background: radial-gradient(ellipse, rgba(87, 131, 241, 0.25), transparent 68%);
  filter: blur(8px);
  transform: translateX(-50%);
}

.moment-orbit {
  position: absolute;
  left: 50%;
  top: 50%;
  width: min(65vh, 54vw, 700px);
  aspect-ratio: 1;
  border: 1px solid rgba(109, 152, 255, 0.72);
  border-radius: 50%;
  box-shadow: inset 0 0 28px rgba(63, 106, 213, 0.11), 0 0 18px rgba(76, 121, 229, 0.1);
  transform: translate(-50%, -50%);
}

.moment-orbit::after {
  position: absolute;
  inset: 12%;
  border: 1px solid rgba(90, 131, 233, 0.24);
  border-radius: 50%;
  content: "";
}

.moment-orbit i,
.moment-orbit b {
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #e8f1ff;
  box-shadow: 0 0 8px 2px #8cb5ff, 0 0 22px 5px rgba(79, 128, 255, 0.62);
}

.moment-orbit i:nth-child(1) { top: -3px; left: 50%; }
.moment-orbit i:nth-child(2) { top: 50%; right: -3px; }
.moment-orbit b:nth-child(3) { bottom: 10%; left: 17%; }
.moment-orbit b:nth-child(4) { top: 15%; left: 11%; }

.platform-device-home {
  left: 50%;
  top: 50%;
  width: min(31vh, 18vw, 270px);
  transform: translate(-50%, -50%);
}

.moment-role,
.source-output,
.journey-node {
  position: absolute;
  z-index: 7;
  display: grid;
  justify-items: center;
  gap: 10px;
  color: rgba(245, 247, 255, 0.88);
  font: 650 0.68rem/1.15 var(--sans);
  letter-spacing: 0.12em;
  text-align: center;
  text-transform: uppercase;
}

.moment-role-discover { left: 6%; top: 48%; transform: translateY(-50%); }
.moment-role-order { right: 4%; top: 48%; transform: translateY(-50%); }
.moment-role-return { left: 50%; bottom: 1%; transform: translateX(-50%); }

/* Scene 2 — Square as the source of truth. */
.source-copy {
  position: absolute;
  top: 52.5%;
  left: max(30px, calc((100vw - 1120px) / 2));
  width: 360px;
  align-self: auto;
  transform: translate3d(var(--scene-copy-shift), -50%, 0);
}

.source-copy h2 {
  max-width: none;
  font-size: clamp(1.75rem, 2.65vw, 2.05rem);
  line-height: 1.16;
  letter-spacing: -0.035em;
  white-space: nowrap;
}

.source-copy h2 + p {
  max-width: 330px;
  margin-top: 20px;
  font-size: 0.88rem;
  line-height: 1.56;
}

.platform-integrations {
  display: grid;
  gap: 13px;
  max-width: 410px;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}

.platform-integrations li {
  display: grid;
  grid-template-columns: 42px auto 1fr;
  align-items: center;
  gap: 12px;
  min-height: 42px;
  color: rgba(241, 242, 249, 0.48);
  font-family: var(--sans);
  text-transform: uppercase;
}

.platform-integrations li > i {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border: 1px dashed rgba(255,255,255,.26);
  border-radius: 8px;
}

.platform-integrations li strong,
.platform-integrations li span {
  font-size: 0.7rem;
  letter-spacing: 0.08em;
}

.platform-integrations li span::before {
  margin-right: 8px;
  content: "·";
}

.platform-integrations li.is-live {
  color: var(--platform-blue);
}

.platform-integrations li.is-live > i {
  border-style: solid;
  border-color: rgba(141,175,255,.75);
  box-shadow: 0 0 18px rgba(86, 132, 255, 0.25);
}

.square-symbol::before {
  width: 19px;
  height: 19px;
  border: 4px solid currentColor;
  border-radius: 4px;
  content: "";
}

.clover-symbol::before {
  content: "✣";
  font: 1.35rem/1 Georgia, serif;
}

.toast-symbol::before {
  width: 18px;
  height: 17px;
  border: 2px solid currentColor;
  border-radius: 8px 8px 5px 5px;
  content: "";
}

.source-visual::before {
  position: absolute;
  left: 44%;
  top: 50%;
  z-index: 0;
  width: 58%;
  height: 70%;
  content: "";
  background: radial-gradient(ellipse, rgba(45, 89, 186, 0.16), transparent 68%);
  transform: translate(-50%, -50%);
}

.source-visual {
  position: absolute;
  inset: 120px 0 16px;
  height: auto;
  transform: translate3d(var(--scene-visual-shift), 0, 0);
}

.platform-device-menu {
  left: 58%;
  top: 50%;
  width: min(37vh, 25vw, 292px);
  transform: translate(-50%, -50%);
}

.source-origin {
  position: absolute;
  left: 30%;
  top: 51%;
  z-index: 4;
  width: 16px;
  height: 16px;
  border-radius: 2px;
  background: #f5f8ff;
  box-shadow: 0 0 9px 3px #aac6ff, 0 0 34px 12px rgba(77, 129, 255, 0.58);
}

.source-streams {
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: hidden;
}

.source-streams i {
  position: absolute;
  left: 30.6%;
  top: 51%;
  width: 55%;
  height: 1px;
  background: linear-gradient(90deg, rgba(169, 199, 255, 0.95), rgba(78, 127, 237, 0.3) 52%, rgba(151, 187, 255, 0.86));
  box-shadow: 0 0 5px rgba(111, 163, 255, 0.76);
  transform-origin: left center;
}

.source-streams i:nth-child(1) { transform: rotate(-21deg) scaleX(.98); }
.source-streams i:nth-child(2) { transform: rotate(-14deg) scaleX(.97); }
.source-streams i:nth-child(3) { transform: rotate(-7deg) scaleX(.96); }
.source-streams i:nth-child(4) { transform: rotate(0deg) scaleX(.96); }
.source-streams i:nth-child(5) { transform: rotate(8deg) scaleX(.97); }
.source-streams i:nth-child(6) { transform: rotate(15deg) scaleX(.98); }
.source-streams i:nth-child(7) { transform: rotate(22deg) scaleX(.99); }

.source-output {
  right: 4%;
  grid-template-columns: auto auto;
  align-items: center;
}

.source-output span { min-width: 82px; text-align: left; }
.source-output-orders { top: 11.5%; }
.source-output-payments { top: 31%; }
.source-output-loyalty { top: 50%; }
.source-output-history { top: 69%; }

/* Scene 3 — the connected customer journey. */
.journey-copy small {
  display: block;
  max-width: 265px;
  margin-top: 18px;
  color: rgba(245, 246, 252, 0.5);
  font: 400 0.72rem/1.45 var(--sans);
}

.journey-copy > .platform-primary-action {
  margin-top: 27px;
}

.platform-device-rewards {
  left: 52%;
  top: 50%;
  width: min(32vh, 18vw, 268px);
  transform: translate(-50%, -50%);
}

.journey-orbits {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.journey-orbits i {
  position: absolute;
  left: 52%;
  top: 50%;
  border: 1px solid rgba(111, 155, 255, 0.63);
  border-radius: 50%;
  box-shadow: 0 0 12px rgba(91, 139, 255, 0.11);
  transform: translate(-50%, -50%);
}

.journey-orbits i:nth-child(1) { width: 92%; height: 42%; transform: translate(-50%, -50%) rotate(7deg); }
.journey-orbits i:nth-child(2) { width: 88%; height: 58%; transform: translate(-50%, -50%) rotate(-9deg); }
.journey-orbits i:nth-child(3) { width: 76%; height: 78%; transform: translate(-50%, -50%) rotate(17deg); }

.journey-orbits b {
  position: absolute;
  z-index: 2;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 8px 2px #8cb5ff, 0 0 21px 5px rgba(79, 128, 255, 0.55);
}

.journey-orbits b:nth-child(4) { left: 11%; top: 30%; }
.journey-orbits b:nth-child(5) { left: 87%; top: 36%; }
.journey-orbits b:nth-child(6) { left: 16%; top: 71%; }

.journey-node-locations { left: 7%; top: 10%; }
.journey-node-catalog { left: 1%; top: 43%; }
.journey-node-ordering { left: 10%; bottom: 2%; }
.journey-node-payments { right: 4%; top: 10%; }
.journey-node-loyalty { right: 0; top: 43%; }
.journey-node-history { right: 8%; bottom: 2%; }

@media (max-width: 1250px) {
  .platform-deck-page .platform-header { width: calc(100vw - 42px); }
  .platform-scene { padding-inline: 32px; }
  .platform-scene-name { left: 32px; }
  .platform-hero-scene,
  .platform-source-scene,
  .platform-journey-scene {
    grid-template-columns: minmax(280px, .7fr) minmax(500px, 1.3fr);
    gap: 22px;
  }
  .platform-copy h1,
  .platform-copy h2 { font-size: clamp(1.95rem, 3vw, 2.85rem); }
  .platform-device-home,
  .platform-device-menu,
  .platform-device-rewards { width: min(30vh, 20vw, 230px); }
  .platform-icon { width: 48px; height: 48px; padding: 12px; }
  .source-output span { min-width: 70px; }
}

@media (max-height: 740px) and (min-width: 821px) {
  .platform-scene { padding-top: 86px; padding-bottom: 25px; }
  .platform-copy h1,
  .platform-copy h2 { font-size: clamp(1.8rem, 2.7vw, 2.8rem); }
  .platform-copy h1 + p,
  .platform-copy h2 + p { margin-top: 15px; font-size: .84rem; }
  .platform-actions { margin-top: 20px; }
  .platform-primary-action { min-height: 44px; }
  .platform-integrations { gap: 8px; margin-top: 18px; }
  .platform-device-home,
  .platform-device-menu,
  .platform-device-rewards { width: min(36vh, 23vw, 270px); }

}

@media (max-width: 820px) {
  .platform-deck-page .platform-header {
    width: calc(100vw - 32px);
    min-height: 64px;
    padding-top: 0;
    background: rgba(2, 4, 7, 0.96);
  }

  .platform-deck-page .menu-button { display: grid; }
  .platform-deck-page .desktop-nav,
  .platform-deck-page .nav-action { display: none; }

  .platform-deck-page .mobile-nav {
    top: 64px;
    left: -16px;
    width: 100vw;
    background: rgba(2, 4, 7, .98);
  }

  .platform-scene {
    min-height: 560px;
    padding: 79px 18px 20px;
  }

  .platform-scene-name {
    display: none;
  }

  .platform-hero-scene,
  .platform-source-scene,
  .platform-journey-scene {
    display: block;
  }

  .platform-copy {
    position: absolute;
    top: 90px;
    left: 20px;
    right: 20px;
    text-align: left;
  }

  .platform-copy > p:first-child { margin-bottom: 9px; font-size: .61rem; }

  .platform-copy h1,
  .platform-copy h2 {
    max-width: 330px;
    font-size: clamp(1.58rem, 8vw, 2.1rem);
    line-height: 1.03;
  }

  .platform-copy h1 + p,
  .platform-copy h2 + p { display: none; }

  .platform-stars { top: 64px; }
  .moment-visual,
  .source-visual,
  .journey-visual {
    position: absolute;
    inset: 205px 0 118px;
    height: auto;
  }

  .moment-orbit {
    width: min(88vw, 46vh, 390px);
  }

  .platform-device-home,
  .platform-device-menu,
  .platform-device-rewards {
    width: min(22vh, 36vw, 170px);
  }

  .platform-device-frame {
    padding: 3px;
    border-radius: 28px;
    box-shadow: 0 0 0 2px rgba(9,12,18,.96), 0 0 0 3px rgba(179,189,206,.34), 0 0 25px rgba(92,130,227,.13);
  }

  .platform-device img { border-radius: 24px; }
  .platform-icon { width: 40px; height: 40px; padding: 10px; }

  .moment-role,
  .source-output,
  .journey-node { gap: 6px; font-size: .52rem; }

  .moment-role-discover { left: 2%; }
  .moment-role-order { right: 2%; }
  .moment-role-return { bottom: -7%; }

  .platform-hero-copy .platform-actions {
    position: fixed;
    left: 18px;
    right: 18px;
    bottom: 42px;
    z-index: 20;
    display: grid;
    gap: 12px;
  }

  .platform-hero-copy .platform-primary-action { width: 100%; }
  .platform-hero-copy .platform-text-action { justify-self: center; }

  .platform-hero-copy > strong {
    position: fixed;
    top: auto;
    right: 0;
    bottom: 15px;
    left: 0;
    width: auto;
    text-align: center;
    font-size: .5rem;
  }

  .source-copy .platform-integrations {
    position: fixed;
    right: 18px;
    bottom: 24px;
    left: 18px;
    z-index: 12;
    display: flex;
    justify-content: center;
    gap: 7px;
  }

  .source-copy {
    width: auto;
    transform: translate3d(var(--scene-copy-shift), 0, 0);
  }

  .platform-integrations li {
    display: grid;
    grid-template-columns: 28px auto;
    gap: 6px;
  }

  .platform-integrations li > i { width: 28px; height: 28px; }
  .platform-integrations li strong { font-size: .54rem; }
  .platform-integrations li span { display: none; }

  .source-visual { top: 185px; bottom: 72px; }
  .source-origin { left: 5%; width: 10px; height: 10px; }
  .platform-device-menu { left: 50%; }
  .source-output { right: -1%; }
  .source-output span { display: none; }
  .source-output-orders { top: 7%; }
  .source-output-payments { top: 31%; }
  .source-output-loyalty { top: 56%; }
  .source-output-history { top: 80%; }

  .journey-copy > .platform-primary-action,
  .journey-copy small {
    position: fixed;
    z-index: 12;
  }

  .journey-copy > .platform-primary-action {
    right: 18px;
    bottom: 44px;
    left: 18px;
    margin: 0;
  }

  .journey-copy small {
    right: 18px;
    bottom: 15px;
    left: 18px;
    max-width: none;
    margin: 0;
    text-align: center;
    font-size: .54rem;
  }

  .journey-visual { top: 185px; bottom: 110px; }
  .journey-node span { display: none; }
  .journey-node-locations { left: 3%; top: 7%; }
  .journey-node-catalog { left: 0; }
  .journey-node-ordering { left: 7%; bottom: 0; }
  .journey-node-payments { right: 3%; top: 7%; }
  .journey-node-loyalty { right: 0; }
  .journey-node-history { right: 7%; bottom: 0; }
}

@media (max-width: 420px) {
  .sphere-lockup { width: 105px; }
  .sphere-lockup-name { font-size: 15px; }
  .sphere-lockup-name > img { width: 14px !important; height: 14px !important; }
  .platform-copy h1,
  .platform-copy h2 { font-size: clamp(1.43rem, 7.7vw, 1.82rem); }
  .platform-device-home,
  .platform-device-menu,
  .platform-device-rewards { width: min(24vh, 38vw, 160px); }
}

@media (prefers-reduced-motion: reduce) {
  .platform-stars i,
  .platform-deck-page * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
  }
}

.platform-deck-page a:focus-visible,
.platform-deck-page button:focus-visible {
  outline: 2px solid #b6cbff;
  outline-offset: 4px;
}
