:root {
  color-scheme: dark;
  --night: #0a050d;
  --night-soft: #100812;
  --plum: #1a0d1d;
  --plum-raised: #241329;
  --plum-light: #38203e;
  --cream: #fff2d8;
  --cream-soft: #e4d4c5;
  --muted: #b7a5b8;
  --muted-strong: #d5c2d1;
  --line: rgba(255, 242, 216, 0.14);
  --line-strong: rgba(255, 242, 216, 0.28);
  --coral: #ff6b3d;
  --coral-hot: #ff865e;
  --mint: #8ee8c5;
  --rose: #f36191;
  --gold: #ffc96b;
  --max-width: 1240px;
  --radius-xl: 42px;
  --radius-lg: 30px;
  --radius-md: 20px;
  --ease-out: cubic-bezier(0.23, 1, 0.32, 1);
  --ease-in-out: cubic-bezier(0.77, 0, 0.175, 1);
  --shadow-deep: 0 42px 110px rgba(2, 0, 4, 0.58);
  font-family: ui-rounded, "SF Pro Rounded", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-synthesis: none;
}

* {
  box-sizing: border-box;
}

html {
  overflow-x: clip;
  background: var(--night);
  scroll-behavior: smooth;
  scrollbar-color: var(--plum-light) var(--night);
}

body {
  min-width: 320px;
  margin: 0;
  overflow-x: hidden;
  color: var(--cream);
  background:
    radial-gradient(circle at 73% -8%, rgba(243, 97, 145, 0.09), transparent 31rem),
    linear-gradient(160deg, #130817 0%, var(--night) 44%, #0e0712 100%);
  line-height: 1.5;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -3;
  pointer-events: none;
  content: "";
  opacity: 0.28;
  background-image:
    linear-gradient(rgba(255, 242, 216, 0.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 242, 216, 0.018) 1px, transparent 1px);
  background-size: 44px 44px;
  -webkit-mask-image: linear-gradient(to bottom, #000, transparent 80%);
  mask-image: linear-gradient(to bottom, #000, transparent 80%);
}

::selection {
  color: var(--night);
  background: var(--mint);
}

a {
  color: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  font: inherit;
}

h1,
h2,
h3,
p,
dl,
dd {
  margin-top: 0;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 100;
  display: flex;
  min-height: 44px;
  padding: 11px 16px;
  align-items: center;
  border-radius: 12px;
  color: var(--night);
  background: var(--cream);
  font-size: 0.82rem;
  font-weight: 900;
  text-decoration: none;
  transform: translateY(-160%);
  transition: transform 160ms var(--ease-out);
}

.skip-link:focus {
  transform: translateY(0);
}

:focus-visible {
  outline: 3px solid var(--mint);
  outline-offset: 4px;
}

.signal-sky {
  position: absolute;
  inset: 0 0 auto;
  z-index: -2;
  height: 1080px;
  overflow: hidden;
  pointer-events: none;
}

.signal-sky::before,
.signal-sky::after {
  position: absolute;
  border-radius: 50%;
  content: "";
}

.signal-sky::before {
  top: 130px;
  right: -250px;
  width: 720px;
  height: 720px;
  border: 1px solid rgba(255, 107, 61, 0.17);
  box-shadow:
    0 0 0 72px rgba(255, 107, 61, 0.025),
    0 0 0 150px rgba(142, 232, 197, 0.018);
}

.signal-sky::after {
  top: 88px;
  right: 8vw;
  width: 5px;
  height: 5px;
  background: var(--gold);
  box-shadow:
    -18vw 170px 0 rgba(142, 232, 197, 0.75),
    9vw 260px 0 rgba(255, 107, 61, 0.8),
    -6vw 460px 0 rgba(243, 97, 145, 0.75),
    -52vw 120px 0 rgba(255, 242, 216, 0.42),
    -66vw 510px 0 rgba(142, 232, 197, 0.4),
    -35vw 690px 0 rgba(255, 201, 107, 0.45);
  animation: star-pulse 4.8s var(--ease-in-out) infinite alternate;
}

.sky-beam {
  position: absolute;
  top: -160px;
  right: 12vw;
  width: 1px;
  height: 980px;
  opacity: 0.45;
  background: linear-gradient(transparent, var(--coral), transparent);
  transform: rotate(29deg);
}

.sky-orbit {
  position: absolute;
  border: 1px solid transparent;
  border-radius: 50%;
}

.orbit-one {
  top: 58px;
  right: -144px;
  width: 660px;
  height: 910px;
  border-left-color: rgba(142, 232, 197, 0.13);
  transform: rotate(35deg);
}

.orbit-two {
  top: 172px;
  right: -54px;
  width: 510px;
  height: 680px;
  border-right-color: rgba(243, 97, 145, 0.13);
  transform: rotate(-28deg);
}

.site-header {
  position: relative;
  z-index: 20;
  display: flex;
  width: min(calc(100% - 48px), var(--max-width));
  min-height: 90px;
  margin: 0 auto;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-bottom: 1px solid var(--line);
}

.brand {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 12px;
  font-size: 0.82rem;
  font-weight: 950;
  letter-spacing: 0.19em;
  text-decoration: none;
}

.brand-mark {
  position: relative;
  display: inline-grid;
  width: 29px;
  height: 29px;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid rgba(255, 242, 216, 0.4);
  border-radius: 50%;
}

.brand-mark::before,
.brand-mark::after {
  border-radius: 50%;
  content: "";
}

.brand-mark::before {
  width: 8px;
  height: 8px;
  background: var(--coral);
  box-shadow: 0 0 18px rgba(255, 107, 61, 0.85);
}

.brand-mark::after {
  position: absolute;
  inset: -5px;
  border: 1px solid rgba(255, 107, 61, 0.17);
}

.header-nav {
  display: flex;
  align-items: center;
  gap: 28px;
}

.journey-link,
.build-status {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  color: var(--muted-strong);
  font-size: 0.7rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration-thickness: 1px;
  text-decoration-color: transparent;
  text-underline-offset: 7px;
  transition: color 150ms ease, text-decoration-color 150ms ease;
}

.build-status {
  gap: 9px;
}

.build-status::before {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--mint);
  box-shadow: 0 0 15px rgba(142, 232, 197, 0.72);
  content: "";
}

.hero {
  position: relative;
  display: grid;
  width: min(calc(100% - 48px), var(--max-width));
  min-height: calc(100svh - 90px);
  margin: 0 auto;
  padding: clamp(54px, 7vw, 98px) 0 clamp(88px, 11vw, 144px);
  align-items: center;
  grid-template-columns: minmax(0, 1.12fr) minmax(390px, 0.88fr);
  gap: clamp(44px, 5.8vw, 88px);
}

.hero-copy {
  position: relative;
  z-index: 2;
}

.eyebrow,
.section-index,
.atlas-kicker {
  color: var(--coral-hot);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.eyebrow {
  display: flex;
  margin-bottom: 26px;
  align-items: center;
  gap: 14px;
}

.eyebrow::after {
  width: min(112px, 18vw);
  height: 1px;
  opacity: 0.52;
  background: currentColor;
  content: "";
}

.hero h1 {
  max-width: 780px;
  margin-bottom: 30px;
  font-size: clamp(3.9rem, 7.55vw, 7.45rem);
  font-weight: 870;
  letter-spacing: -0.072em;
  line-height: 0.88;
  text-wrap: balance;
}

.hero h1 span {
  display: block;
  color: var(--mint);
}

.hero-intro {
  max-width: 630px;
  margin-bottom: 34px;
  color: var(--muted-strong);
  font-size: clamp(1.02rem, 1.42vw, 1.23rem);
  line-height: 1.65;
  text-wrap: pretty;
}

.hero-action {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 17px;
}

.button-link,
.game-button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 17px;
  color: var(--night);
  background: var(--coral);
  box-shadow: 0 15px 36px rgba(255, 107, 61, 0.22);
  font-weight: 920;
  letter-spacing: 0.035em;
  text-decoration: none;
  cursor: pointer;
  transition: transform 150ms var(--ease-out), background-color 150ms ease, box-shadow 150ms ease;
}

.button-link {
  min-width: 214px;
  padding: 0 21px;
  justify-content: space-between;
  gap: 22px;
  font-size: 0.78rem;
  text-transform: uppercase;
}

.button-link:active,
.game-button:active {
  transform: scale(0.97);
}

.hero-note {
  margin: 0;
  color: var(--muted);
  font-size: 0.72rem;
  letter-spacing: 0.04em;
}

.signal-facts {
  display: grid;
  max-width: 700px;
  margin: 58px 0 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line);
}

.signal-facts div {
  min-width: 0;
  padding: 19px 18px 0 0;
}

.signal-facts div + div {
  padding-left: 18px;
  border-left: 1px solid var(--line);
}

.signal-facts dt {
  margin-bottom: 5px;
  color: var(--cream);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.signal-facts dd {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.69rem;
  line-height: 1.45;
}

.product-stage {
  position: relative;
  width: min(100%, 410px);
  min-height: 890px;
  justify-self: end;
  perspective: 1200px;
}

.product-stage::after {
  position: absolute;
  right: -9%;
  bottom: 6%;
  left: -9%;
  z-index: -1;
  height: 41%;
  border-radius: 50%;
  opacity: 0.24;
  background: var(--coral);
  filter: blur(90px);
  content: "";
}

.stage-field {
  position: absolute;
  inset: -6% -26% -5% -29%;
  z-index: -1;
  pointer-events: none;
}

.stage-field svg {
  width: 100%;
  height: 100%;
  overflow: visible;
}

.stage-orbit {
  fill: none;
  stroke-width: 1.4;
  stroke-dasharray: 5 13;
  vector-effect: non-scaling-stroke;
  animation: orbit-drift 18s linear infinite;
}

.orbit-orange {
  stroke: rgba(255, 107, 61, 0.55);
}

.orbit-mint {
  stroke: rgba(142, 232, 197, 0.4);
  animation-duration: 23s;
  animation-direction: reverse;
}

.orbit-rose {
  stroke: rgba(243, 97, 145, 0.44);
  animation-duration: 14s;
}

.stage-star {
  position: absolute;
  width: 12px;
  height: 12px;
  border: 2px solid var(--night);
  border-radius: 50%;
  box-shadow: 0 0 0 1px currentColor, 0 0 20px currentColor;
  animation: node-breathe 3.2s var(--ease-in-out) infinite alternate;
}

.star-lock {
  top: 23%;
  left: 18%;
  color: var(--coral);
  background: var(--coral);
}

.star-echo {
  top: 56%;
  right: 7%;
  color: var(--mint);
  background: var(--mint);
  animation-delay: -1.3s;
}

.star-odd {
  right: 23%;
  bottom: 7%;
  color: var(--rose);
  background: var(--rose);
  animation-delay: -2.1s;
}

.stage-tag {
  position: absolute;
  display: inline-flex;
  padding: 7px 10px;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  color: var(--muted-strong);
  background: rgba(10, 5, 13, 0.78);
  font-size: 0.57rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  backdrop-filter: blur(12px);
}

.tag-band {
  top: 12%;
  right: 1.5%;
}

.tag-level {
  bottom: 17%;
  left: 6%;
}

.phone {
  position: relative;
  z-index: 2;
  padding: 5px;
  isolation: isolate;
  border: 1px solid rgba(234, 228, 231, 0.62);
  border-radius: 59px;
  background:
    linear-gradient(
      112deg,
      #b8b1b8 0%,
      #474249 4%,
      #171519 11%,
      #777179 34%,
      #252227 52%,
      #9c959d 74%,
      #38343a 89%,
      #c0bac0 100%
    );
  box-shadow:
    0 54px 120px rgba(2, 0, 4, 0.66),
    0 20px 38px rgba(2, 0, 4, 0.46),
    -10px 0 30px rgba(255, 107, 61, 0.08),
    8px 0 26px rgba(142, 232, 197, 0.06),
    inset 0 0 0 1px rgba(255, 255, 255, 0.18);
  transform: rotate(1.2deg);
  transform-style: preserve-3d;
  will-change: transform;
}

.phone::before {
  position: absolute;
  inset: 2px;
  z-index: 4;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-right-color: rgba(12, 10, 13, 0.74);
  border-bottom-color: rgba(12, 10, 13, 0.82);
  border-radius: 56px;
  pointer-events: none;
  content: "";
}

.phone::after {
  position: absolute;
  inset: 6px;
  z-index: 4;
  border-radius: 52px;
  box-shadow:
    inset 1px 1px rgba(255, 255, 255, 0.12),
    inset -2px -1px rgba(0, 0, 0, 0.72);
  pointer-events: none;
  content: "";
}

.phone-hardware {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.hardware-button {
  position: absolute;
  width: 7px;
  border: 1px solid #554f56;
  background: linear-gradient(90deg, #28252a, #aaa3aa 48%, #37333a);
  box-shadow: -2px 2px 8px rgba(0, 0, 0, 0.52);
}

.action-button,
.volume-up,
.volume-down {
  left: -7px;
  border-radius: 5px 1px 1px 5px;
}

.action-button {
  top: 130px;
  height: 36px;
}

.volume-up {
  top: 190px;
  height: 63px;
}

.volume-down {
  top: 270px;
  height: 63px;
}

.power-button {
  top: 210px;
  right: -7px;
  height: 104px;
  border-radius: 1px 5px 5px 1px;
  background: linear-gradient(90deg, #37333a, #aaa3aa 52%, #28252a);
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.52);
}

.antenna-cut {
  position: absolute;
  z-index: 5;
  width: 2px;
  height: 15px;
  border-radius: 999px;
  background: #171419;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.04);
}

.antenna-top-left {
  top: 74px;
  left: 2px;
}

.antenna-top-right {
  top: 74px;
  right: 2px;
}

.antenna-bottom-left {
  bottom: 74px;
  left: 2px;
}

.antenna-bottom-right {
  right: 2px;
  bottom: 74px;
}

.phone-screen {
  position: relative;
  z-index: 2;
  min-height: 846px;
  overflow: hidden;
  border: 5px solid #020203;
  border-radius: 53px;
  background:
    radial-gradient(circle at 89% 4%, rgba(255, 107, 61, 0.16), transparent 30%),
    radial-gradient(circle at 2% 80%, rgba(142, 232, 197, 0.07), transparent 38%),
    linear-gradient(180deg, #201124, #120a15 57%, #0e0811);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.04),
    inset 0 -24px 45px rgba(0, 0, 0, 0.18);
}

.phone-screen::before {
  position: absolute;
  inset: 0;
  z-index: 5;
  pointer-events: none;
  background: linear-gradient(
    105deg,
    rgba(255, 255, 255, 0.18),
    rgba(255, 255, 255, 0.035) 12%,
    transparent 24% 76%,
    rgba(255, 255, 255, 0.025) 87%,
    transparent
  );
  opacity: 0.22;
  content: "";
  clip-path: polygon(0 0, 31% 0, 10% 100%, 0 100%);
}

.ios-statusbar {
  position: relative;
  z-index: 6;
  display: flex;
  height: 48px;
  padding: 0 22px;
  align-items: center;
  justify-content: space-between;
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.66rem;
  font-weight: 780;
  letter-spacing: -0.01em;
}

.ios-time {
  width: 46px;
  text-align: center;
}

.dynamic-island {
  position: absolute;
  top: 8px;
  left: 50%;
  width: 113px;
  height: 31px;
  border: 1px solid rgba(255, 255, 255, 0.025);
  border-radius: 999px;
  background: #000;
  box-shadow:
    inset 0 -1px rgba(255, 255, 255, 0.04),
    0 1px 3px rgba(0, 0, 0, 0.8);
  transform: translateX(-50%);
}

.dynamic-island i {
  position: absolute;
  display: block;
  border-radius: 50%;
}

.island-sensor {
  top: 12px;
  left: 38px;
  width: 6px;
  height: 6px;
  background: #0e0e12;
  box-shadow: inset 0 0 2px rgba(91, 74, 126, 0.42);
}

.island-camera {
  top: 9px;
  right: 11px;
  width: 11px;
  height: 11px;
  border: 1px solid #09080d;
  background:
    radial-gradient(circle at 38% 36%, #526b92 0 8%, #1e2941 17%, #090d17 45%, #020204 70%);
  box-shadow:
    inset 0 0 3px rgba(94, 121, 180, 0.42),
    0 0 0 1px rgba(20, 25, 40, 0.7);
}

.ios-status-icons {
  display: inline-flex;
  width: 53px;
  align-items: center;
  justify-content: flex-end;
  gap: 5px;
}

.cellular-icon {
  display: flex;
  height: 11px;
  align-items: flex-end;
  gap: 1.5px;
}

.cellular-icon b {
  display: block;
  width: 2px;
  border-radius: 2px;
  background: currentColor;
}

.cellular-icon b:nth-child(1) {
  height: 4px;
}

.cellular-icon b:nth-child(2) {
  height: 6px;
}

.cellular-icon b:nth-child(3) {
  height: 8px;
}

.cellular-icon b:nth-child(4) {
  height: 10px;
}

.wifi-icon {
  position: relative;
  display: block;
  width: 14px;
  height: 10px;
  overflow: hidden;
}

.wifi-icon::before,
.wifi-icon::after {
  position: absolute;
  left: 50%;
  border: 1.6px solid currentColor;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-radius: 50%;
  content: "";
  transform: translateX(-50%) rotate(45deg);
}

.wifi-icon::before {
  top: 1px;
  width: 11px;
  height: 11px;
}

.wifi-icon::after {
  top: 5px;
  width: 5px;
  height: 5px;
}

.battery-icon {
  position: relative;
  display: block;
  width: 19px;
  height: 9px;
  padding: 1px;
  border: 1px solid currentColor;
  border-radius: 3px;
  opacity: 0.94;
}

.battery-icon::after {
  position: absolute;
  top: 2px;
  right: -3px;
  width: 2px;
  height: 4px;
  border-radius: 0 2px 2px 0;
  background: currentColor;
  content: "";
}

.battery-icon b {
  display: block;
  width: 88%;
  height: 100%;
  border-radius: 1px;
  background: currentColor;
}

.phone-top {
  display: flex;
  min-height: 64px;
  padding: 8px 23px 14px;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
  border-bottom: 1px solid var(--line);
}

.phone-brand {
  display: block;
  font-size: 0.74rem;
  font-weight: 950;
  letter-spacing: 0.17em;
}

.phone-subtitle {
  display: block;
  margin-top: 2px;
  color: var(--muted);
  font-size: 0.54rem;
  font-weight: 800;
  letter-spacing: 0.11em;
}

.round-pill {
  display: inline-flex;
  padding: 7px 9px;
  align-items: center;
  gap: 7px;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 0.56rem;
  font-weight: 900;
  letter-spacing: 0.07em;
  white-space: nowrap;
}

.round-pill::before {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--coral);
  content: "";
}

.signal-game {
  display: flex;
  min-height: 734px;
  padding: 24px 22px 30px;
  flex-direction: column;
}

.home-indicator {
  position: absolute;
  bottom: 9px;
  left: 50%;
  z-index: 6;
  width: 116px;
  height: 4px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.34);
  transform: translateX(-50%);
}

.game-eyebrow {
  margin-bottom: 6px;
  color: var(--coral-hot);
  font-size: 0.57rem;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.game-title {
  margin-bottom: 7px;
  font-size: 1.67rem;
  letter-spacing: -0.045em;
  line-height: 1.08;
}

.game-copy {
  min-height: 45px;
  margin-bottom: 10px;
  color: var(--muted-strong);
  font-size: 0.75rem;
  line-height: 1.45;
}

.dial {
  --zone-start: 68deg;
  --zone-end: 122deg;
  position: relative;
  display: grid;
  width: min(100%, 278px);
  aspect-ratio: 1;
  margin: 8px auto 20px;
  place-items: center;
  border-radius: 50%;
  isolation: isolate;
}

.dial::before,
.dial::after {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  content: "";
}

.dial::before {
  background: conic-gradient(
    from 0deg,
    transparent 0 var(--zone-start),
    var(--coral) var(--zone-start) var(--zone-end),
    transparent var(--zone-end) 360deg
  );
  filter: drop-shadow(0 0 13px rgba(255, 107, 61, 0.3));
  -webkit-mask: radial-gradient(circle closest-side, transparent 0 72%, #000 72.5% 82%, transparent 82.5%);
  mask: radial-gradient(circle closest-side, transparent 0 72%, #000 72.5% 82%, transparent 82.5%);
}

.dial::after {
  inset: 14%;
  z-index: -1;
  border: 14px solid rgba(109, 82, 116, 0.66);
  box-shadow: inset 0 0 32px rgba(0, 0, 0, 0.28), 0 0 0 1px rgba(255, 242, 216, 0.04);
}

.dial-ticks {
  position: absolute;
  inset: 10%;
  z-index: -1;
  border-radius: 50%;
  opacity: 0.54;
  background: repeating-conic-gradient(rgba(255, 242, 216, 0.55) 0 1deg, transparent 1deg 15deg);
  -webkit-mask: radial-gradient(circle closest-side, transparent 0 77%, #000 78% 81%, transparent 82%);
  mask: radial-gradient(circle closest-side, transparent 0 77%, #000 78% 81%, transparent 82%);
}

.marker-arm {
  --marker-angle: 0deg;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 1px;
  transform: rotate(var(--marker-angle));
}

.marker {
  position: absolute;
  top: -120px;
  left: -10px;
  width: 20px;
  height: 20px;
  border: 4px solid #35263a;
  border-radius: 50%;
  background: var(--cream);
  box-shadow: 0 0 0 6px rgba(255, 242, 216, 0.11), 0 4px 13px rgba(0, 0, 0, 0.48);
}

.dial-score {
  font-size: 2.8rem;
  font-weight: 880;
  letter-spacing: -0.06em;
}

.dial-score-label {
  color: var(--muted);
  font-size: 0.59rem;
  font-weight: 900;
  letter-spacing: 0.15em;
}

.game-controls {
  display: grid;
  margin-top: auto;
  gap: 9px;
}

.game-button {
  min-height: 50px;
  padding: 0 17px;
  font-size: 0.75rem;
}

.game-button.secondary {
  border: 1px solid var(--line);
  color: var(--cream);
  background: var(--plum-light);
  box-shadow: none;
}

.game-button[hidden] {
  display: none;
}

.game-privacy {
  margin: 10px 0 0;
  color: var(--muted);
  text-align: center;
  font-size: 0.55rem;
  letter-spacing: 0.06em;
}

.signal-game[data-tone="win"] .dial-score,
.signal-game[data-tone="bank"] .dial-score {
  color: var(--mint);
}

.signal-game[data-tone="miss"] .dial-score,
.signal-game[data-tone="miss"] .game-eyebrow {
  color: var(--rose);
}

.product-caption {
  display: flex;
  margin: 21px 8px 0;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  color: var(--muted);
  font-size: 0.66rem;
}

.product-caption strong {
  color: var(--cream);
}

.journey,
.disciplines,
.relay,
.release {
  width: min(calc(100% - 48px), var(--max-width));
  margin: 0 auto;
}

.journey {
  padding: clamp(98px, 13vw, 176px) 0;
  border-top: 1px solid var(--line);
}

.section-heading {
  display: grid;
  margin-bottom: clamp(54px, 8vw, 94px);
  grid-template-columns: minmax(160px, 0.38fr) minmax(0, 1.62fr);
  gap: clamp(30px, 6vw, 90px);
}

.section-heading h2,
.disciplines-heading h2,
.relay-heading h2,
.release h2,
.legal h1 {
  margin-bottom: 26px;
  font-size: clamp(2.9rem, 6.5vw, 6.45rem);
  font-weight: 860;
  letter-spacing: -0.066em;
  line-height: 0.91;
  text-wrap: balance;
}

.section-heading > div > p {
  max-width: 690px;
  margin: 0;
  color: var(--muted-strong);
  font-size: clamp(1.05rem, 1.7vw, 1.32rem);
  line-height: 1.65;
  text-wrap: pretty;
}

.atlas-shell {
  position: relative;
  padding: clamp(28px, 5vw, 64px);
  overflow: hidden;
  border: 1px solid rgba(142, 232, 197, 0.22);
  border-radius: var(--radius-xl);
  background:
    radial-gradient(circle at 87% 18%, rgba(142, 232, 197, 0.12), transparent 26rem),
    radial-gradient(circle at 8% 104%, rgba(255, 107, 61, 0.12), transparent 30rem),
    linear-gradient(145deg, rgba(38, 20, 43, 0.96), rgba(16, 8, 18, 0.98));
  box-shadow: 0 35px 100px rgba(2, 0, 4, 0.34);
}

.atlas-shell::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.48;
  background-image:
    linear-gradient(rgba(255, 242, 216, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 242, 216, 0.025) 1px, transparent 1px);
  background-size: 58px 58px;
  content: "";
  -webkit-mask-image: linear-gradient(to bottom, #000, transparent 80%);
  mask-image: linear-gradient(to bottom, #000, transparent 80%);
}

.atlas-topline,
.atlas-copy,
.atlas-map,
.resonance-row,
.infinite-promise {
  position: relative;
  z-index: 1;
}

.atlas-topline {
  display: flex;
  margin-bottom: clamp(44px, 6vw, 72px);
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  color: var(--muted);
  font-size: 0.62rem;
  font-weight: 850;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.atlas-topline span:last-child {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--mint);
}

.atlas-topline span:last-child::before {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: currentColor;
  box-shadow: 0 0 12px currentColor;
  content: "";
}

.atlas-copy {
  max-width: 640px;
}

.atlas-copy h3 {
  margin-bottom: 14px;
  font-size: clamp(2.25rem, 4.9vw, 4.8rem);
  font-weight: 860;
  letter-spacing: -0.058em;
  line-height: 0.95;
}

.atlas-copy > p:last-child {
  color: var(--muted-strong);
  font-size: 1rem;
}

.atlas-map {
  height: 350px;
  margin: 35px -1% 23px;
}

.atlas-map svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.atlas-track,
.atlas-current {
  fill: none;
  stroke-width: 4;
  vector-effect: non-scaling-stroke;
}

.atlas-track {
  stroke: rgba(255, 242, 216, 0.12);
  stroke-dasharray: 2 12;
  stroke-linecap: round;
}

.atlas-current {
  stroke: url("#none");
  stroke: var(--mint);
  stroke-dasharray: 750 1300;
  stroke-linecap: round;
  opacity: 0.62;
  filter: drop-shadow(0 0 11px rgba(142, 232, 197, 0.38));
  animation: atlas-charge 6s var(--ease-in-out) infinite alternate;
}

.atlas-nodes {
  position: absolute;
  inset: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.atlas-node {
  position: absolute;
  display: grid;
  width: 150px;
  justify-items: center;
  text-align: center;
  transform: translate(-50%, -50%);
}

.node-lock {
  top: 66%;
  left: 11%;
}

.node-echo {
  top: 47%;
  left: 49%;
}

.node-odd {
  top: 33%;
  left: 89%;
}

.node-orb {
  position: relative;
  display: grid;
  width: 77px;
  height: 77px;
  margin-bottom: 16px;
  place-items: center;
  border: 1px solid var(--line-strong);
  border-radius: 50%;
  color: var(--night);
  background: var(--plum-light);
  font-size: 1.2rem;
  font-weight: 950;
}

.node-orb::before,
.node-orb::after {
  position: absolute;
  border-radius: 50%;
  content: "";
}

.node-orb::before {
  inset: -11px;
  border: 1px solid rgba(255, 242, 216, 0.11);
}

.node-orb::after {
  inset: -22px;
  border: 1px dashed rgba(255, 242, 216, 0.08);
  animation: slow-spin 19s linear infinite;
}

.is-tuned .node-orb {
  background: var(--mint);
  box-shadow: 0 0 34px rgba(142, 232, 197, 0.25);
}

.is-next .node-orb {
  color: var(--cream);
  border-color: rgba(243, 97, 145, 0.58);
  background: rgba(243, 97, 145, 0.12);
  box-shadow: 0 0 42px rgba(243, 97, 145, 0.15);
  animation: node-breathe 2.4s var(--ease-in-out) infinite alternate;
}

.focus-glyph,
.focus-glyph::before {
  width: 15px;
  height: 15px;
  border: 2px solid var(--rose);
  border-radius: 3px;
}

.focus-glyph {
  position: relative;
  display: block;
  transform: rotate(45deg);
}

.focus-glyph::before {
  position: absolute;
  top: -7px;
  left: 7px;
  content: "";
}

.atlas-node strong {
  font-size: 0.77rem;
  letter-spacing: 0.12em;
}

.atlas-node small {
  margin-top: 4px;
  color: var(--muted);
  font-size: 0.56rem;
  font-weight: 850;
  letter-spacing: 0.12em;
}

.is-tuned small {
  color: var(--mint);
}

.is-next small {
  color: var(--rose);
}

.resonance-row {
  display: grid;
  padding: 25px 0;
  align-items: center;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  grid-template-columns: minmax(160px, 0.48fr) minmax(180px, 0.74fr) minmax(230px, 0.78fr);
  gap: 28px;
}

.resonance-row > div:first-child span {
  display: block;
  color: var(--muted);
  font-size: 0.6rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.resonance-row > div:first-child strong {
  font-size: 0.8rem;
}

.resonance-track {
  height: 6px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 242, 216, 0.1);
}

.resonance-track span {
  display: block;
  width: 68%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--coral), var(--gold));
  box-shadow: 0 0 16px rgba(255, 201, 107, 0.35);
}

.resonance-row > p {
  margin: 0;
  color: var(--muted-strong);
  font-size: 0.72rem;
}

.resonance-row > p span {
  margin-right: 7px;
  color: var(--gold);
}

.infinite-promise {
  display: flex;
  padding-top: 28px;
  align-items: center;
  gap: 18px;
}

.infinite-promise > span {
  color: var(--coral-hot);
  font-size: 3rem;
  font-weight: 300;
  line-height: 1;
}

.infinite-promise p {
  margin: 0;
  color: var(--muted);
  font-size: 0.79rem;
}

.infinite-promise strong {
  color: var(--cream);
}

.disciplines {
  padding: clamp(105px, 14vw, 190px) 0;
  border-top: 1px solid var(--line);
}

.disciplines-heading {
  display: grid;
  margin-bottom: clamp(56px, 9vw, 106px);
  align-items: end;
  grid-template-columns: 0.32fr 1fr 0.65fr;
  gap: clamp(24px, 5vw, 76px);
}

.disciplines-heading h2,
.disciplines-heading p {
  margin-bottom: 0;
}

.disciplines-heading > p:last-child {
  color: var(--muted-strong);
  line-height: 1.7;
}

.discipline-list {
  border-top: 1px solid var(--line-strong);
}

.discipline {
  position: relative;
  display: grid;
  min-height: 255px;
  padding: clamp(30px, 4.4vw, 58px) 0;
  align-items: center;
  overflow: hidden;
  border-bottom: 1px solid var(--line-strong);
  grid-template-columns: minmax(160px, 0.56fr) 0.16fr minmax(280px, 1fr) minmax(150px, 0.42fr);
  gap: clamp(18px, 3.5vw, 54px);
}

.discipline::after {
  position: absolute;
  inset: auto 0 0;
  height: 1px;
  background: currentColor;
  content: "";
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 450ms var(--ease-out);
}

.discipline-lock {
  color: var(--coral);
}

.discipline-echo {
  color: var(--mint);
}

.discipline-odd {
  color: var(--rose);
}

.discipline-art {
  position: relative;
  display: grid;
  width: 152px;
  height: 128px;
  place-items: center;
}

.discipline-art::before {
  position: absolute;
  inset: 0;
  border: 1px solid currentColor;
  border-radius: 50%;
  opacity: 0.18;
  content: "";
}

.mini-lock {
  position: relative;
  display: grid;
  width: 98px;
  height: 98px;
  place-items: center;
  border: 8px solid rgba(255, 107, 61, 0.21);
  border-top-color: currentColor;
  border-radius: 50%;
  transform: rotate(36deg);
}

.mini-lock i {
  width: 15px;
  height: 15px;
  border: 3px solid var(--night);
  border-radius: 50%;
  background: currentColor;
  box-shadow: 0 0 0 8px rgba(255, 107, 61, 0.14);
}

.echo-bars {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.echo-bars span {
  width: 5px;
  height: 42px;
  border-radius: 999px;
  background: currentColor;
}

.echo-bars span:nth-child(2),
.echo-bars span:nth-child(4) {
  height: 76px;
}

.echo-bars span:nth-child(3) {
  height: 104px;
}

.odd-grid {
  display: grid;
  padding: 30px 42px;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.odd-grid span {
  width: 13px;
  height: 13px;
  border: 2px solid currentColor;
  border-radius: 3px;
  opacity: 0.42;
}

.odd-grid .is-odd {
  opacity: 1;
  background: currentColor;
  transform: rotate(45deg);
}

.discipline-number {
  margin: 0;
  align-self: start;
  color: currentColor;
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.discipline-copy > span {
  color: var(--muted);
  font-size: 0.64rem;
  font-weight: 850;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.discipline-copy h3 {
  margin: 4px 0 9px;
  color: var(--cream);
  font-size: clamp(2.4rem, 5vw, 4.8rem);
  font-weight: 880;
  letter-spacing: -0.06em;
  line-height: 0.95;
}

.discipline-copy p {
  max-width: 600px;
  margin: 0;
  color: var(--muted-strong);
  font-size: 0.9rem;
  line-height: 1.65;
}

.availability {
  justify-self: end;
  color: var(--muted);
  font-size: 0.62rem;
  letter-spacing: 0.1em;
  text-align: right;
  text-transform: uppercase;
}

.availability.is-live {
  color: var(--coral-hot);
}

.relay {
  display: grid;
  padding: clamp(108px, 14vw, 190px) 0;
  align-items: start;
  border-top: 1px solid var(--line);
  grid-template-columns: minmax(0, 0.95fr) minmax(420px, 0.82fr);
  gap: clamp(60px, 9vw, 138px);
}

.relay-heading h2 {
  max-width: 730px;
  margin-top: 32px;
  font-size: clamp(3rem, 6vw, 6rem);
}

.relay-heading > p:last-child {
  max-width: 660px;
  margin: 0;
  color: var(--muted-strong);
  font-size: 1rem;
  line-height: 1.7;
}

.relay-path {
  position: relative;
  margin: 15px 0 0;
  padding: 0;
  list-style: none;
}

.relay-path::before {
  position: absolute;
  top: 25px;
  bottom: 44px;
  left: 23px;
  width: 1px;
  background: linear-gradient(var(--coral), var(--mint), var(--rose));
  content: "";
}

.relay-path li {
  position: relative;
  display: grid;
  min-height: 138px;
  grid-template-columns: 48px 1fr;
  gap: 23px;
}

.relay-path li > span {
  position: relative;
  z-index: 1;
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 1px solid var(--line-strong);
  border-radius: 50%;
  color: var(--cream);
  background: var(--night-soft);
  font-size: 0.61rem;
  font-weight: 900;
}

.relay-path li:nth-child(1) > span {
  border-color: rgba(255, 107, 61, 0.66);
}

.relay-path li:nth-child(2) > span {
  border-color: rgba(142, 232, 197, 0.66);
}

.relay-path li:nth-child(3) > span {
  border-color: rgba(243, 97, 145, 0.66);
}

.relay-path strong {
  display: block;
  margin-bottom: 8px;
  font-size: 1.15rem;
}

.relay-path p {
  max-width: 410px;
  margin: 0;
  color: var(--muted);
  font-size: 0.83rem;
  line-height: 1.65;
}

.release {
  padding: clamp(72px, 10vw, 124px) 0 clamp(92px, 12vw, 150px);
  border-top: 1px solid var(--line);
}

.release-panel {
  position: relative;
  display: grid;
  min-height: 570px;
  padding: clamp(38px, 6vw, 76px);
  overflow: hidden;
  align-items: center;
  border: 1px solid rgba(255, 201, 107, 0.22);
  border-radius: var(--radius-xl);
  background:
    radial-gradient(circle at 94% 6%, rgba(255, 201, 107, 0.12), transparent 28rem),
    linear-gradient(132deg, rgba(41, 21, 44, 0.98), rgba(15, 8, 18, 0.98));
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.75fr);
  gap: clamp(40px, 8vw, 120px);
}

.release-signal {
  position: absolute;
  top: -150px;
  right: -120px;
  width: 560px;
  height: 560px;
  pointer-events: none;
}

.release-signal span {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255, 201, 107, 0.14);
  border-radius: 50%;
}

.release-signal span:nth-child(2) {
  inset: 70px;
  border-color: rgba(142, 232, 197, 0.14);
}

.release-signal span:nth-child(3) {
  inset: 140px;
  border-color: rgba(255, 107, 61, 0.17);
}

.release-signal span:nth-child(4) {
  inset: 211px;
  border-color: var(--gold);
  background: var(--gold);
  box-shadow: 0 0 36px rgba(255, 201, 107, 0.4);
}

.release-copy,
.release-list {
  position: relative;
  z-index: 1;
}

.release h2 {
  margin-bottom: 25px;
  font-size: clamp(2.65rem, 5vw, 5.1rem);
}

.release-copy > p:not(.eyebrow) {
  max-width: 610px;
  margin-bottom: 28px;
  color: var(--muted-strong);
  line-height: 1.72;
}

.secondary-link {
  color: var(--cream);
  border: 1px solid var(--line-strong);
  background: transparent;
  box-shadow: none;
}

.release-list {
  display: grid;
  align-content: center;
}

.release-row {
  display: flex;
  min-height: 66px;
  padding: 13px 0;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-bottom: 1px solid var(--line);
  color: var(--muted-strong);
  font-size: 0.75rem;
}

.release-row:first-child {
  border-top: 1px solid var(--line);
}

.release-row strong {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--mint);
  font-size: 0.59rem;
  letter-spacing: 0.09em;
  text-align: right;
  text-transform: uppercase;
}

.release-row strong::before {
  width: 6px;
  height: 6px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: currentColor;
  box-shadow: 0 0 12px currentColor;
  content: "";
}

.release-row strong.pending {
  color: var(--gold);
}

.site-footer {
  display: flex;
  width: min(calc(100% - 48px), var(--max-width));
  min-height: 116px;
  margin: 0 auto;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.7rem;
}

.site-footer > div {
  display: flex;
  align-items: center;
  gap: 11px;
}

.footer-mark {
  width: 7px;
  height: 7px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--coral);
  box-shadow: 0 0 13px rgba(255, 107, 61, 0.75);
}

.footer-links {
  display: flex;
  gap: 24px;
}

.footer-links a {
  display: inline-flex;
  min-height: 44px;
  margin: 0 -7px;
  padding: 0 7px;
  align-items: center;
  text-underline-offset: 5px;
}

[data-reveal] {
  opacity: 1;
  transform: none;
}

.legal {
  width: min(calc(100% - 48px), 840px);
  min-height: calc(100svh - 206px);
  margin: 0 auto;
  padding: clamp(68px, 10vw, 124px) 0;
}

.legal .eyebrow {
  margin-bottom: 24px;
}

.legal h1 {
  margin-bottom: 36px;
  font-size: clamp(3.1rem, 7vw, 6.2rem);
}

.legal h2 {
  margin: 50px 0 13px;
  color: var(--cream);
  font-size: 1.32rem;
  letter-spacing: -0.025em;
}

.legal p,
.legal li {
  color: var(--muted-strong);
  font-size: 1rem;
  line-height: 1.78;
}

.legal li + li {
  margin-top: 8px;
}

.legal a {
  color: var(--mint);
  text-underline-offset: 5px;
}

.not-found {
  display: grid;
  width: min(calc(100% - 48px), 780px);
  min-height: 100svh;
  margin: 0 auto;
  place-content: center;
  text-align: center;
}

.not-found strong {
  color: var(--coral-hot);
  font-size: 0.7rem;
  letter-spacing: 0.18em;
}

.not-found h1 {
  margin: 18px 0 24px;
  font-size: clamp(3.7rem, 10vw, 7.5rem);
  letter-spacing: -0.07em;
  line-height: 0.9;
}

.not-found p {
  color: var(--muted-strong);
}

.not-found .button-link {
  margin: 18px auto 0;
}

@keyframes orbit-drift {
  to {
    stroke-dashoffset: -144;
  }
}

@keyframes node-breathe {
  from {
    opacity: 0.68;
    transform: scale(0.94);
  }
  to {
    opacity: 1;
    transform: scale(1.04);
  }
}

@keyframes star-pulse {
  to {
    opacity: 0.64;
  }
}

@keyframes slow-spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes atlas-charge {
  to {
    stroke-dasharray: 1060 1300;
    opacity: 0.9;
  }
}

@media (hover: hover) and (pointer: fine) {
  .button-link:hover,
  .game-button:hover {
    background: var(--coral-hot);
    box-shadow: 0 18px 42px rgba(255, 107, 61, 0.29);
    transform: translateY(-2px);
  }

  .secondary-link:hover {
    color: var(--night);
    background: var(--cream);
    box-shadow: none;
  }

  .journey-link:hover,
  .build-status:hover {
    color: var(--cream);
    text-decoration-color: currentColor;
  }

  .discipline:hover::after {
    transform: scaleX(1);
  }
}

@media (max-width: 1080px) {
  .hero {
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.76fr);
    gap: 42px;
  }

  .hero h1 {
    font-size: clamp(3.7rem, 7.25vw, 6.4rem);
  }

  .product-stage {
    min-height: 870px;
  }

  .stage-field {
    right: -15%;
  }

  .tag-band {
    right: -5%;
  }

  .disciplines-heading {
    grid-template-columns: 0.3fr 1fr;
  }

  .disciplines-heading > p:last-child {
    grid-column: 2;
  }

  .discipline {
    grid-template-columns: 150px 54px minmax(260px, 1fr) 145px;
  }
}

@media (max-width: 900px) {
  .hero {
    min-height: auto;
    padding-top: 78px;
    grid-template-columns: 1fr;
    gap: 92px;
  }

  .hero-copy {
    max-width: 820px;
  }

  .hero h1 {
    font-size: clamp(4rem, 12vw, 7rem);
  }

  .product-stage {
    width: min(100%, 410px);
    justify-self: center;
  }

  .section-heading {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .disciplines-heading {
    align-items: start;
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .disciplines-heading > p:last-child {
    max-width: 590px;
    grid-column: auto;
  }

  .discipline {
    grid-template-columns: 150px 44px 1fr;
  }

  .availability {
    grid-column: 3;
    justify-self: start;
    text-align: left;
  }

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

  .relay-path {
    max-width: 580px;
  }

  .release-panel {
    grid-template-columns: 1fr;
  }

  .release-list {
    max-width: 650px;
  }
}

@media (max-width: 680px) {
  .site-header,
  .hero,
  .journey,
  .disciplines,
  .relay,
  .release,
  .site-footer,
  .legal {
    width: min(calc(100% - 28px), var(--max-width));
  }

  .site-header {
    min-height: 76px;
  }

  .brand {
    font-size: 0.69rem;
  }

  .header-nav {
    gap: 14px;
  }

  .journey-link {
    display: none;
  }

  .build-status {
    font-size: 0.58rem;
  }

  .hero {
    padding-top: 60px;
    padding-bottom: 104px;
    gap: 78px;
  }

  .hero h1 {
    font-size: clamp(3.55rem, 18vw, 5.25rem);
  }

  .hero-intro {
    font-size: 1rem;
  }

  .hero-action {
    align-items: flex-start;
    flex-direction: column;
  }

  .signal-facts {
    margin-top: 46px;
    grid-template-columns: 1fr;
  }

  .signal-facts div {
    padding: 16px 0;
    border-bottom: 1px solid var(--line);
  }

  .signal-facts div + div {
    padding-left: 0;
    border-left: 0;
  }

  .product-stage {
    min-height: auto;
  }

  .stage-field {
    inset: -7% -17% -7%;
  }

  .stage-tag {
    display: none;
  }

  .phone {
    padding: 4px;
    border-radius: 52px;
    transform: none;
  }

  .phone::before {
    inset: 1px;
    border-radius: 50px;
  }

  .phone::after {
    inset: 5px;
    border-radius: 47px;
  }

  .phone-screen {
    min-height: 752px;
    border-width: 4px;
    border-radius: 47px;
  }

  .signal-game {
    min-height: 640px;
    padding-right: 18px;
    padding-bottom: 29px;
    padding-left: 18px;
  }

  .dial {
    width: min(100%, 260px);
  }

  .marker {
    top: -112px;
  }

  .product-caption {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }

  .section-heading h2,
  .disciplines-heading h2,
  .relay-heading h2,
  .release h2,
  .legal h1 {
    font-size: clamp(3rem, 14vw, 4.65rem);
  }

  .atlas-shell {
    padding: 26px 20px 28px;
    border-radius: 28px;
  }

  .atlas-topline {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .atlas-map {
    height: auto;
    margin: 48px 0 34px;
  }

  .atlas-map svg {
    display: none;
  }

  .atlas-nodes {
    position: relative;
    display: grid;
    gap: 38px;
  }

  .atlas-nodes::before {
    position: absolute;
    top: 40px;
    bottom: 40px;
    left: 38px;
    width: 1px;
    background: linear-gradient(var(--mint) 0 62%, rgba(255, 242, 216, 0.13) 62%);
    content: "";
  }

  .atlas-node {
    position: relative;
    top: auto;
    left: auto;
    display: grid;
    width: auto;
    min-height: 80px;
    padding-left: 106px;
    align-content: center;
    justify-items: start;
    text-align: left;
    transform: none;
  }

  .node-orb {
    position: absolute;
    top: 0;
    left: 0;
    width: 77px;
    height: 77px;
    margin: 0;
  }

  .resonance-row {
    align-items: stretch;
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .infinite-promise {
    align-items: flex-start;
  }

  .discipline {
    padding: 38px 0;
    grid-template-columns: 1fr 50px;
    gap: 18px;
  }

  .discipline-art {
    width: 128px;
    height: 112px;
    grid-column: 1 / -1;
  }

  .discipline-number {
    grid-column: 2;
    grid-row: 1;
    justify-self: end;
  }

  .discipline-copy {
    grid-column: 1 / -1;
  }

  .availability {
    grid-column: 1 / -1;
  }

  .relay {
    gap: 54px;
  }

  .release-panel {
    min-height: auto;
    padding: 42px 22px;
    border-radius: 28px;
  }

  .release-signal {
    top: -100px;
    right: -230px;
    opacity: 0.7;
  }

  .release-row {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }

  .release-row strong {
    text-align: left;
  }

  .site-footer {
    min-height: 142px;
    padding: 28px 0;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
  }

  .site-footer > div {
    align-items: flex-start;
  }
}

@media (max-width: 410px) {
  .ios-statusbar {
    padding-right: 17px;
    padding-left: 17px;
  }

  .dynamic-island {
    width: 104px;
  }

  .phone-top {
    padding-right: 17px;
    padding-left: 17px;
  }

  .phone-subtitle {
    max-width: 150px;
  }

  .round-pill {
    padding-right: 7px;
    padding-left: 7px;
    font-size: 0.51rem;
  }

  .dial {
    width: min(100%, 240px);
  }

  .marker {
    top: -104px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  .phone,
  .stage-star,
  .is-next .node-orb {
    transform: none !important;
  }

  [data-reveal] {
    opacity: 1;
    transform: none;
  }
}

@media (prefers-reduced-transparency: reduce) {
  .stage-tag {
    background: var(--night);
    backdrop-filter: none;
  }

  .phone-screen,
  .atlas-shell,
  .release-panel {
    background: var(--plum);
  }
}

@media (prefers-reduced-data: reduce) {
  .signal-sky,
  .stage-field,
  .release-signal {
    display: none;
  }
}
