@font-face {
  font-family: "Manrope";
  src: url("assets/fonts/manrope-400.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Manrope";
  src: url("assets/fonts/manrope-600.ttf") format("truetype");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "Manrope";
  src: url("assets/fonts/manrope-800.ttf") format("truetype");
  font-style: normal;
  font-weight: 800;
  font-display: swap;
}

@font-face {
  font-family: "Barlow Condensed";
  src: url("assets/fonts/barlow-condensed-800-italic.ttf") format("truetype");
  font-style: italic;
  font-weight: 800;
  font-display: swap;
}

@font-face {
  font-family: "Barlow Condensed";
  src: url("assets/fonts/barlow-condensed-900-italic.ttf") format("truetype");
  font-style: italic;
  font-weight: 900;
  font-display: swap;
}

:root {
  color-scheme: dark;
  --midnight: #050710;
  --midnight-soft: #080c17;
  --panel: #0c1220;
  --panel-soft: #111a2a;
  --bone: #f6f7fb;
  --muted: #9ba8ba;
  --dim: #728096;
  --ice: #24d8ff;
  --ice-deep: #1688ff;
  --heat: #ff5a1f;
  --heat-deep: #ff2f12;
  --yellow: #ffd438;
  --mint: #67ee9a;
  --hairline: rgba(155, 168, 186, 0.28);
  --soft-line: rgba(155, 168, 186, 0.14);
  --display: "Barlow Condensed", Impact, Haettenschweiler, sans-serif;
  --body: "Manrope", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --shell: 1320px;
  --radius: 12px;
  --header-height: 76px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  overflow-x: hidden;
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-height) + 22px);
  background: var(--midnight);
}

body {
  margin: 0;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 15% 20%, rgba(22, 136, 255, 0.1), transparent 32rem),
    radial-gradient(circle at 86% 32%, rgba(255, 90, 31, 0.08), transparent 30rem),
    var(--midnight);
  color: var(--bone);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.55;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

img,
video {
  display: block;
  max-width: 100%;
}

img {
  height: auto;
}

button,
input {
  font: inherit;
}

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

a {
  color: inherit;
}

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

h1,
h2,
h3 {
  overflow-wrap: anywhere;
}

h1,
h2 {
  margin-bottom: 0;
  font-family: var(--display);
  font-style: italic;
  font-weight: 900;
  letter-spacing: -0.025em;
  line-height: 0.84;
  text-transform: uppercase;
}

h2 {
  font-size: clamp(3.4rem, 7vw, 7.2rem);
}

h3 {
  margin-bottom: 0;
  font-size: clamp(1.55rem, 2.5vw, 2.35rem);
  line-height: 1.04;
}

svg {
  width: 1.25em;
  height: 1.25em;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

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

::selection {
  background: var(--ice);
  color: #00111a;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 1000;
  transform: translateY(-160%);
  border-radius: 8px;
  background: var(--ice);
  color: #00111a;
  padding: 11px 16px;
  font-weight: 800;
  text-decoration: none;
  transition: transform 160ms ease;
}

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

.broadcast-shell,
.nav-shell,
.footer-shell,
.product-grid,
.status-grid {
  width: min(calc(100% - 48px), var(--shell));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid transparent;
  background: rgba(5, 7, 16, 0.76);
  backdrop-filter: blur(20px) saturate(1.25);
  transition: border-color 180ms ease, background-color 180ms ease;
}

.site-header.is-elevated {
  border-bottom-color: var(--hairline);
  background: rgba(5, 7, 16, 0.93);
}

.nav-shell {
  min-height: var(--header-height);
  display: grid;
  grid-template-columns: minmax(220px, 1fr) auto minmax(220px, 1fr);
  align-items: center;
  gap: 24px;
}

.brand-lockup {
  min-height: 48px;
  width: max-content;
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: var(--bone);
  font-size: 0.94rem;
  font-weight: 800;
  letter-spacing: -0.025em;
  text-decoration: none;
}

.brand-lockup img {
  width: 48px;
  height: 48px;
  border-radius: 11px;
  box-shadow: 0 0 24px rgba(36, 216, 255, 0.12);
}

.nav-links {
  display: flex;
  align-items: stretch;
  align-self: stretch;
  gap: 32px;
}

.nav-links a {
  position: relative;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  color: #c7ced8;
  font-size: 0.88rem;
  font-weight: 600;
  text-decoration: none;
}

.nav-links a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 3px;
  transform: scaleX(0);
  background: var(--ice);
  transition: transform 180ms ease;
}

.nav-links a:hover,
.nav-links a.is-active,
.nav-links a[aria-current="location"] {
  color: var(--bone);
}

.nav-links a:hover::after,
.nav-links a.is-active::after,
.nav-links a[aria-current="location"]::after {
  transform: scaleX(1);
}

.header-action,
.desk-button,
.media-button,
.screen-controls button {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid transparent;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  transition: transform 160ms ease, border-color 160ms ease, background-color 160ms ease, color 160ms ease, box-shadow 160ms ease;
}

.header-action:hover,
.desk-button:hover,
.media-button:hover,
.screen-controls button:hover {
  transform: translateY(-2px);
}

.header-action:active,
.desk-button:active,
.media-button:active,
.screen-controls button:active {
  transform: translateY(0);
}

.header-action {
  justify-self: end;
  min-width: 148px;
  padding: 12px 16px;
  background: linear-gradient(120deg, var(--ice), #0597ee);
  color: #00131c;
  box-shadow: 0 12px 30px rgba(36, 216, 255, 0.16);
  font-size: 0.84rem;
}

.hero {
  position: relative;
  min-height: calc(900px - var(--header-height) - 88px);
  display: grid;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
  border-bottom: 1px solid var(--hairline);
}

.hero::before,
.hero::after {
  content: "";
  position: absolute;
  z-index: -2;
  pointer-events: none;
}

.hero::before {
  inset: 0 48% 0 0;
  background:
    radial-gradient(circle at 15% 40%, rgba(36, 216, 255, 0.23), transparent 30rem),
    linear-gradient(90deg, rgba(5, 7, 16, 0.05), var(--midnight));
}

.hero::after {
  inset: 0 0 0 46%;
  background:
    radial-gradient(circle at 90% 50%, rgba(255, 90, 31, 0.24), transparent 32rem),
    linear-gradient(90deg, var(--midnight), rgba(5, 7, 16, 0.28));
}

.hero-environment {
  position: absolute;
  z-index: -3;
  inset: 0 0 0 51%;
  overflow: hidden;
  opacity: 0.43;
  mask-image: linear-gradient(90deg, transparent 0, #000 36%, #000 100%);
}

.hero-environment img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 44%;
  filter: saturate(1.2) contrast(1.08);
  transition: opacity 280ms ease;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(390px, 0.82fr) minmax(600px, 1.35fr);
  gap: clamp(34px, 5vw, 78px);
  align-items: center;
  padding-block: 58px 62px;
}

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

.hero-copy h1 {
  font-size: clamp(4.8rem, 7.3vw, 7.4rem);
  text-shadow: 0 10px 40px rgba(0, 0, 0, 0.6);
}

.hero-copy h1 span {
  display: block;
}

.hero-copy h1 .accent {
  margin-top: 0.08em;
  background: linear-gradient(118deg, #ebfcff 0%, var(--ice) 45%, #0a91ff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}

.hero-copy > p {
  max-width: 580px;
  margin: 28px 0 0;
  color: #c0c8d4;
  font-size: clamp(1.06rem, 1.6vw, 1.3rem);
  font-weight: 600;
  line-height: 1.5;
}

.verdict-desk {
  position: relative;
  z-index: 2;
  overflow: hidden;
  border: 1px solid rgba(205, 220, 235, 0.46);
  border-radius: 14px;
  background:
    linear-gradient(148deg, rgba(255, 255, 255, 0.045), transparent 40%),
    rgba(7, 12, 21, 0.92);
  padding: clamp(22px, 3vw, 38px);
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.5), inset 0 0 0 1px rgba(255, 255, 255, 0.025);
  backdrop-filter: blur(14px);
}

.verdict-desk::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.22;
  background-image:
    radial-gradient(circle at 15% 15%, rgba(36, 216, 255, 0.55) 0 1px, transparent 1.5px),
    radial-gradient(circle at 68% 24%, rgba(255, 255, 255, 0.5) 0 1px, transparent 1.5px);
  background-size: 38px 38px, 51px 51px;
}

.verdict-desk[data-verdict="yes"] {
  --verdict: var(--mint);
}

.verdict-desk[data-verdict="maybe"] {
  --verdict: var(--yellow);
}

.verdict-desk[data-verdict="no"] {
  --verdict: var(--heat);
}

.verdict-desk[data-verdict="loading"],
.verdict-desk[data-verdict="unavailable"] {
  --verdict: var(--ice);
}

.verdict-desk.is-loading .status-dot {
  animation: livePulse 900ms ease-in-out infinite alternate;
}

.desk-topline {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-bottom: 25px;
}

.desk-topline p,
.fetch-state {
  margin: 0;
  color: #d1d7df;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.status-dot {
  width: 8px;
  height: 8px;
  display: inline-block;
  margin-right: 9px;
  border-radius: 50%;
  background: var(--ice);
  box-shadow: 0 0 14px var(--ice);
}

.fetch-state {
  border: 1px solid color-mix(in srgb, var(--verdict) 55%, transparent);
  border-radius: 5px;
  padding: 5px 8px;
  color: var(--verdict);
  background: color-mix(in srgb, var(--verdict) 10%, transparent);
}

.verdict-copy {
  text-align: center;
}

.verdict-copy h2 {
  width: max-content;
  max-width: 100%;
  margin: 10px auto 0;
  transform: rotate(-2deg);
  border: 7px solid var(--verdict);
  border-radius: 5px;
  padding: 9px 16px 11px;
  color: var(--verdict);
  font-size: clamp(3.5rem, 6.4vw, 6rem);
  line-height: 0.8;
  letter-spacing: -0.015em;
  text-shadow: 0 0 24px color-mix(in srgb, var(--verdict) 20%, transparent);
}

.verdict-copy > p {
  margin: 21px auto 0;
  color: var(--bone);
  font-size: clamp(1.05rem, 1.8vw, 1.35rem);
  font-weight: 800;
  line-height: 1.28;
}

.verdict-copy .verdict-detail {
  max-width: 620px;
  margin-top: 7px;
  color: var(--muted);
  font-size: 0.89rem;
  font-weight: 600;
  line-height: 1.48;
}

.weather-metrics {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin: 25px 0 0;
  border: 1px solid var(--soft-line);
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.22);
}

.weather-metrics div {
  position: relative;
  min-width: 0;
  padding: 14px 10px 15px;
  text-align: center;
}

.weather-metrics div + div::before {
  content: "";
  position: absolute;
  top: 14px;
  bottom: 14px;
  left: 0;
  width: 1px;
  background: var(--soft-line);
}

.weather-metrics dt {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 600;
}

.weather-metrics dd {
  min-height: 1em;
  margin: 4px 0 0;
  overflow: hidden;
  color: var(--bone);
  font-size: clamp(1.2rem, 2.35vw, 2rem);
  font-variant-numeric: tabular-nums;
  font-weight: 800;
  line-height: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.weather-metrics div:last-child dd {
  font-size: clamp(0.94rem, 1.65vw, 1.38rem);
  line-height: 1.25;
}

.temperature-rail {
  position: relative;
  height: 8px;
  margin: 18px 13px 0;
  border-radius: 999px;
  background: linear-gradient(90deg, #1777ff 0%, var(--ice) 25%, #eefbff 45%, var(--yellow) 66%, var(--heat) 84%, #ff2d12 100%);
}

.temperature-rail span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 18px;
  transform: translate(-50%, -50%);
  border: 2px solid white;
  border-radius: 50%;
  background: #d8dee6;
  box-shadow: 0 2px 10px #000;
  transition: left 360ms ease;
}

[data-temperature-marker][data-position="0"] { left: 2%; }
[data-temperature-marker][data-position="5"] { left: 5%; }
[data-temperature-marker][data-position="10"] { left: 10%; }
[data-temperature-marker][data-position="15"] { left: 15%; }
[data-temperature-marker][data-position="20"] { left: 20%; }
[data-temperature-marker][data-position="25"] { left: 25%; }
[data-temperature-marker][data-position="30"] { left: 30%; }
[data-temperature-marker][data-position="35"] { left: 35%; }
[data-temperature-marker][data-position="40"] { left: 40%; }
[data-temperature-marker][data-position="45"] { left: 45%; }
[data-temperature-marker][data-position="50"] { left: 50%; }
[data-temperature-marker][data-position="55"] { left: 55%; }
[data-temperature-marker][data-position="60"] { left: 60%; }
[data-temperature-marker][data-position="65"] { left: 65%; }
[data-temperature-marker][data-position="70"] { left: 70%; }
[data-temperature-marker][data-position="75"] { left: 75%; }
[data-temperature-marker][data-position="80"] { left: 80%; }
[data-temperature-marker][data-position="85"] { left: 85%; }
[data-temperature-marker][data-position="90"] { left: 90%; }
[data-temperature-marker][data-position="95"] { left: 95%; }
[data-temperature-marker][data-position="100"] { left: 98%; }

.desk-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 25px;
}

.desk-button,
.media-button,
.screen-controls button {
  border-color: var(--hairline);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.025));
  color: var(--bone);
}

.desk-button {
  min-height: 50px;
  padding: 12px 15px;
  font-size: 0.82rem;
}

.desk-button:hover:not(:disabled),
.media-button:hover,
.screen-controls button:hover {
  border-color: var(--ice);
  background: rgba(36, 216, 255, 0.08);
}

.desk-button:disabled {
  cursor: not-allowed;
  opacity: 0.42;
}

.web-attribution {
  margin: 14px 0 0;
  color: var(--dim);
  font-size: 0.7rem;
  text-align: center;
}

.web-attribution a,
.legal-copy a,
.provider-note a,
.form-fallback a {
  color: var(--ice);
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.verdict-rail {
  min-height: 88px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-bottom: 1px solid var(--hairline);
  background: rgba(5, 7, 16, 0.94);
}

.verdict-key {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  border-top: 3px solid currentColor;
  padding: 18px 24px;
}

.verdict-key + .verdict-key {
  border-left: 1px solid var(--soft-line);
}

.verdict-key > span {
  font-size: 1.8rem;
  line-height: 1;
}

.verdict-key strong {
  font-family: var(--display);
  font-size: 2.4rem;
  font-style: italic;
  line-height: 1;
}

.verdict-key small {
  color: var(--muted);
  font-size: 0.88rem;
}

.verdict-key-yes { color: var(--ice); }
.verdict-key-maybe { color: var(--yellow); }
.verdict-key-no { color: var(--heat); }

.section {
  position: relative;
  padding-block: clamp(88px, 9vw, 140px);
}

.section-label,
.surface-label,
.scenario-name {
  margin-bottom: 15px;
  color: var(--ice);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.section-intro {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 48px;
  margin-bottom: 52px;
}

.section-intro h2 span,
.customizer-heading h2,
.everywhere-intro h2 span,
.contact-copy h2 span {
  color: var(--ice);
}

.section-intro > p,
.customizer-heading > p:last-child,
.contact-copy > p:not(.section-label) {
  max-width: 540px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.8vw, 1.25rem);
  font-weight: 600;
}

.motion-section {
  overflow: hidden;
  background:
    linear-gradient(rgba(36, 216, 255, 0.022) 1px, transparent 1px),
    linear-gradient(90deg, rgba(36, 216, 255, 0.022) 1px, transparent 1px),
    radial-gradient(circle at 10% 50%, rgba(36, 216, 255, 0.09), transparent 32rem),
    var(--midnight);
  background-size: 44px 44px, 44px 44px, auto, auto;
}

.motion-stage {
  display: grid;
  grid-template-columns: 130px minmax(280px, 430px) minmax(0, 1fr);
  align-items: stretch;
  gap: 0;
  border-block: 1px solid var(--hairline);
}

.motion-stage > * {
  min-width: 0;
}

.scenario-tabs {
  display: flex;
  flex-direction: column;
  padding: 28px 0;
}

.scenario-tabs button {
  min-height: 106px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 4px;
  border: 0;
  border-left: 3px solid transparent;
  background: transparent;
  color: var(--muted);
  padding: 15px 20px;
  cursor: pointer;
  font-size: 0.9rem;
  font-weight: 800;
  text-align: left;
  text-transform: uppercase;
  transition: border-color 160ms ease, background-color 160ms ease, color 160ms ease;
}

.scenario-tabs button + button {
  border-top: 1px solid var(--soft-line);
}

.scenario-tabs button span {
  color: var(--dim);
  font-size: 0.67rem;
  letter-spacing: 0.12em;
}

.scenario-tabs button:hover,
.scenario-tabs button[aria-pressed="true"] {
  border-left-color: var(--ice);
  background: rgba(36, 216, 255, 0.075);
  color: var(--ice);
}

.scenario-player {
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  aspect-ratio: 9 / 12;
  border-inline: 1px solid var(--hairline);
  background: #040712;
}

.scenario-player::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 30%;
  pointer-events: none;
  background: linear-gradient(transparent, rgba(5, 7, 16, 0.64));
}

.scenario-player video {
  display: block;
  min-width: 0;
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.scene-count {
  position: absolute;
  z-index: 2;
  top: 14px;
  left: 14px;
  border-left: 3px solid var(--ice);
  background: rgba(5, 7, 16, 0.75);
  padding: 8px 10px;
  color: var(--bone);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.media-fallback {
  position: absolute;
  z-index: 3;
  right: 12px;
  bottom: 12px;
  left: 12px;
  margin: 0;
  border: 1px solid var(--hairline);
  background: rgba(5, 7, 16, 0.88);
  padding: 10px;
  color: var(--bone);
  font-size: 0.76rem;
}

.scenario-copy {
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: clamp(42px, 4vw, 64px);
  padding: clamp(34px, 5vw, 72px);
  padding-left: 0;
}

.scenario-copy h3 {
  max-width: 600px;
  font-family: var(--display);
  font-size: clamp(3.2rem, 5.7vw, 6.2rem);
  font-style: italic;
  font-weight: 900;
  letter-spacing: -0.02em;
  line-height: 0.85;
  overflow-wrap: normal;
  text-transform: uppercase;
  word-break: normal;
}

.scenario-copy > p:not(.scenario-name) {
  max-width: 600px;
  margin: 25px 0 0;
  color: var(--muted);
  font-size: 1.02rem;
}

.media-controls {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-top: 34px;
}

.media-button {
  min-height: 48px;
  padding: 12px 14px;
  font-size: 0.78rem;
}

.media-button[aria-pressed="true"] {
  border-color: var(--ice);
  color: var(--ice);
  background: rgba(36, 216, 255, 0.09);
}

.volume-control {
  min-height: 48px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
}

.volume-control input {
  width: 110px;
  accent-color: var(--ice);
}

.motion-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 42px;
  padding-top: 26px;
  border-top: 1px solid var(--hairline);
}

.motion-facts p {
  margin: 0;
  color: var(--muted);
  font-size: 0.71rem;
  font-weight: 600;
  line-height: 1.35;
  text-transform: uppercase;
}

.motion-facts strong {
  display: block;
  margin-bottom: 4px;
  color: var(--ice);
  font-size: 0.88rem;
}

.screens-section {
  overflow: hidden;
  border-top: 1px solid var(--soft-line);
  background:
    radial-gradient(circle at 5% 50%, rgba(36, 216, 255, 0.11), transparent 30rem),
    radial-gradient(circle at 95% 50%, rgba(255, 90, 31, 0.09), transparent 30rem),
    #070a13;
}

.screens-intro h2 {
  font-size: clamp(3.8rem, 7.7vw, 7.8rem);
}

.screens-intro > p {
  padding-bottom: 9px;
}

.screen-controls {
  display: flex;
  justify-content: flex-end;
  gap: 9px;
  margin-bottom: 17px;
}

.screen-controls button {
  width: 48px;
  padding: 0;
}

.screen-runway {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(420px, 0.47fr);
  align-items: end;
  gap: clamp(36px, 7vw, 100px);
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-snap-type: inline mandatory;
  scrollbar-color: var(--ice) transparent;
  scrollbar-width: thin;
  padding: 12px clamp(28px, 7vw, 90px) 22px;
}

.screen-runway::after {
  content: "";
  width: 1px;
}

.screen-shot {
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(220px, 330px) minmax(140px, 1fr);
  align-items: end;
  gap: 25px;
  margin: 0;
  scroll-snap-align: center;
}

.phone-frame {
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 853 / 1844;
  border: 1px solid rgba(246, 247, 251, 0.38);
  border-radius: 38px;
  background: #02040d;
  padding: 8px;
  box-shadow: 0 35px 80px rgba(0, 0, 0, 0.58), 0 0 50px rgba(36, 216, 255, 0.08);
}

.phone-frame::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 14px;
  left: 50%;
  width: 28%;
  height: 22px;
  transform: translateX(-50%);
  border-radius: 999px;
  background: #02030a;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.07);
}

.phone-frame img {
  width: 100%;
  height: 100%;
  border-radius: 30px;
  object-fit: cover;
}

.screen-shot figcaption {
  margin-bottom: 14px;
  color: var(--muted);
  font-size: 0.88rem;
}

.screen-shot figcaption span,
.screen-shot figcaption strong {
  display: block;
}

.screen-shot figcaption span {
  margin-bottom: 10px;
  color: var(--ice);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.18em;
}

.screen-shot figcaption strong {
  margin-bottom: 9px;
  color: var(--bone);
  font-family: var(--display);
  font-size: 2.3rem;
  font-style: italic;
  line-height: 0.95;
  text-transform: uppercase;
}

.customizer-section {
  background:
    linear-gradient(110deg, rgba(36, 216, 255, 0.035), transparent 38%, rgba(255, 90, 31, 0.028)),
    var(--midnight);
}

.customizer-heading {
  max-width: 910px;
}

.customizer-heading h2 {
  font-size: clamp(4.4rem, 9vw, 9.2rem);
}

.customizer-heading > p:last-child {
  max-width: 670px;
  margin: 24px 0 0;
}

.customizer-stories {
  display: grid;
  gap: 0;
  margin: 58px 0 0;
  padding: 0;
  list-style: none;
  border-block: 1px solid var(--hairline);
}

.custom-story {
  position: relative;
  display: grid;
  grid-template-columns: 75px minmax(230px, 0.72fr) minmax(400px, 1.28fr);
  align-items: center;
  gap: 30px;
  min-height: 184px;
  padding: 28px 22px 28px 0;
}

.custom-story + .custom-story {
  border-top: 1px solid var(--hairline);
}

.custom-story::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 7px;
  transform: skew(-11deg);
  background: var(--story-color);
  box-shadow: 0 0 30px color-mix(in srgb, var(--story-color) 45%, transparent);
}

.story-place { --story-color: var(--ice); }
.story-rules { --story-color: var(--heat); }
.story-vibe { --story-color: var(--yellow); }

.story-number {
  color: var(--story-color);
  font-family: var(--display);
  font-size: 2.6rem;
  font-style: italic;
  font-weight: 900;
  text-align: center;
}

.story-copy h3 {
  font-family: var(--display);
  font-size: clamp(2.5rem, 4vw, 4.6rem);
  font-style: italic;
  font-weight: 900;
  line-height: 0.86;
  text-transform: uppercase;
}

.story-copy p {
  margin: 15px 0 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.custom-story > ul {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.custom-story > ul li {
  min-height: 74px;
  display: flex;
  align-items: center;
  border-left: 2px solid var(--story-color);
  background: rgba(255, 255, 255, 0.025);
  padding: 12px 14px;
  color: #d1d7df;
  font-size: 0.82rem;
  font-weight: 600;
}

.threshold-preview {
  position: relative;
  height: 10px;
  margin: 43px 18px 18px;
  border-radius: 999px;
  background: linear-gradient(90deg, #1678ff, var(--ice), #effcff, var(--yellow), var(--heat), #f33);
}

.threshold-preview span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 18px;
  transform: translate(-50%, -50%);
  border: 2px solid white;
  border-radius: 50%;
  background: #a5b3c4;
  box-shadow: 0 2px 8px #000;
}

.threshold-preview span:nth-child(1) { left: 8%; }
.threshold-preview span:nth-child(2) { left: 38%; }
.threshold-preview span:nth-child(3) { left: 70%; }
.threshold-preview span:nth-child(4) { left: 94%; }

.threshold-preview i {
  position: absolute;
  bottom: 22px;
  left: 50%;
  transform: translateX(-50%);
  color: #bdc6d2;
  font-size: 0.6rem;
  font-style: normal;
  font-weight: 800;
  text-transform: uppercase;
  white-space: nowrap;
}

.story-vibe {
  grid-template-columns: 75px minmax(230px, 0.72fr) minmax(0, 1.28fr);
}

.story-vibe > ul {
  grid-column: 3;
  grid-row: 1;
  margin-bottom: 94px;
}

.banner-previews {
  position: absolute;
  right: 25px;
  bottom: 22px;
  left: calc(75px + 30px + 36%);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  height: 76px;
}

.banner-previews img,
.banner-previews div {
  width: 100%;
  height: 76px;
  border: 1px solid var(--hairline);
  border-radius: 6px;
  object-fit: cover;
}

.banner-previews div {
  display: grid;
  place-items: center;
  color: var(--muted);
  font-family: var(--display);
  font-size: 1.35rem;
  font-style: italic;
  font-weight: 800;
  line-height: 0.8;
  text-align: center;
}

.banner-previews .custom-text-preview {
  color: var(--ice);
  font-size: clamp(0.72rem, 1.1vw, 1rem);
  line-height: 0.92;
  padding-inline: 6px;
}

.banner-previews .upload-preview {
  color: var(--muted);
  font-size: 1rem;
  letter-spacing: 0.06em;
}

.local-note {
  display: flex;
  align-items: center;
  gap: 11px;
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 0.84rem;
}

.local-note span {
  width: 25px;
  height: 25px;
  display: inline-grid;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid var(--ice);
  border-radius: 50%;
  color: var(--ice);
}

.everywhere-section {
  border-top: 1px solid var(--soft-line);
  background:
    radial-gradient(circle at 50% 5%, rgba(36, 216, 255, 0.085), transparent 36rem),
    #070a14;
}

.everywhere-intro {
  align-items: end;
}

.everywhere-intro h2 {
  font-size: clamp(4.3rem, 8vw, 8.8rem);
}

.everywhere-grid {
  display: grid;
  grid-template-columns: 1.08fr 0.94fr 1fr;
  gap: 0;
}

.everywhere-grid article {
  min-width: 0;
  padding: 0 clamp(24px, 3.2vw, 50px);
}

.everywhere-grid article:first-child {
  padding-left: 0;
}

.everywhere-grid article:last-child {
  padding-right: 0;
}

.everywhere-grid article + article {
  border-left: 1px solid var(--hairline);
}

.everywhere-grid article > p:last-child {
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 0.85rem;
}

.intent-surface,
.shortcut-list li {
  border: 1px solid var(--hairline);
  border-radius: var(--radius);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.018));
  box-shadow: inset 0 0 40px rgba(36, 216, 255, 0.025);
}

.widget-capture {
  width: min(100%, 340px);
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--hairline);
  border-radius: var(--radius);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.018));
  padding: 10px;
  box-shadow: inset 0 0 40px rgba(36, 216, 255, 0.025);
}

.widget-capture img {
  width: 100%;
  height: auto;
  border-radius: 16.4%;
}

.widget-capture figcaption {
  margin-top: 9px;
  color: var(--dim);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-align: center;
  text-transform: uppercase;
}

.intent-surface {
  min-height: 255px;
  display: grid;
  place-items: center;
  padding: 36px;
  color: #d4dae3;
  font-size: clamp(1.35rem, 2.4vw, 2rem);
  font-weight: 800;
  text-align: center;
}

.intent-surface strong {
  color: var(--ice);
}

.intent-capabilities {
  align-content: center;
  justify-items: stretch;
  gap: 0;
  text-align: left;
}

.intent-capabilities strong,
.intent-capabilities span {
  display: block;
  border-bottom: 1px solid var(--soft-line);
  padding: 10px 0;
}

.intent-capabilities span {
  color: var(--bone);
}

.intent-capabilities small {
  padding-top: 12px;
  color: var(--muted);
  font-size: 0.7rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.shortcut-list {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.shortcut-list li {
  min-height: 74px;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 13px 17px;
  color: #e0e4ea;
  font-size: 0.9rem;
  font-weight: 800;
}

.shortcut-list span {
  color: var(--ice);
  font-size: 0.7rem;
  letter-spacing: 0.12em;
}

.accessibility-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 58px;
  border-block: 1px solid var(--hairline);
}

.accessibility-strip p {
  min-height: 104px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0;
  padding: 20px;
}

.accessibility-strip p + p {
  border-left: 1px solid var(--hairline);
}

.accessibility-strip strong {
  color: var(--ice);
  font-size: 0.78rem;
  text-transform: uppercase;
}

.accessibility-strip span {
  margin-top: 4px;
  color: var(--muted);
  font-size: 0.76rem;
}

.legal-section {
  padding-block: 72px;
  border-block: 1px solid var(--hairline);
  background: linear-gradient(90deg, #081426, #0b1d34 52%, #081426);
}

.legal-layout {
  display: grid;
  grid-template-columns: 118px minmax(0, 1fr) minmax(240px, 0.42fr);
  align-items: center;
  gap: 34px;
}

.legal-layout > img {
  width: 118px;
  height: 118px;
  border-radius: 25px;
}

.legal-copy h2 {
  font-size: clamp(2.7rem, 4.5vw, 4.7rem);
}

.legal-copy > p:not(.section-label) {
  margin: 9px 0 0;
  color: #c4cdd8;
  font-size: 0.84rem;
}

.legal-copy strong {
  color: var(--bone);
}

.legal-links {
  display: flex;
  flex-wrap: wrap;
  gap: 11px 24px;
  margin-top: 22px;
}

.legal-links a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  font-size: 0.8rem;
  font-weight: 800;
}

.provider-note {
  border-left: 3px solid var(--ice);
  background: rgba(5, 7, 16, 0.26);
  padding: 20px;
}

.provider-note strong {
  color: var(--ice);
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.provider-note p {
  margin: 8px 0 0;
  color: #c4cdd8;
  font-size: 0.78rem;
}

.contact-section {
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 60%, rgba(36, 216, 255, 0.15), transparent 30rem),
    radial-gradient(circle at 90% 40%, rgba(255, 90, 31, 0.12), transparent 32rem),
    var(--midnight);
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(340px, 0.72fr) minmax(560px, 1.28fr);
  align-items: start;
  gap: clamp(48px, 8vw, 112px);
}

.contact-copy h2 {
  font-size: clamp(5rem, 9.5vw, 10rem);
}

.contact-copy > p:not(.section-label) {
  max-width: 450px;
  margin: 28px 0 0;
}

.contact-copy .direct-support {
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.9;
}

.contact-copy .direct-support a,
.section-copy a,
.footer-shell a {
  color: var(--bone);
  text-decoration-color: var(--ice);
  text-underline-offset: 0.2em;
}

.contact-copy .direct-support a:hover,
.section-copy a:hover,
.footer-shell a:hover {
  color: var(--ice);
}

.contact-copy > img {
  width: min(100%, 560px);
  margin-top: 30px;
  aspect-ratio: 2 / 1;
  object-fit: cover;
}

.prerelease-status {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 22px;
}

.prerelease-status > span {
  width: 44px;
  height: 44px;
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  border: 2px solid var(--ice);
  border-radius: 50%;
  color: var(--ice);
}

.prerelease-status p {
  margin: 0;
  color: var(--muted);
  font-size: 0.86rem;
}

.prerelease-status strong {
  display: block;
  color: var(--bone);
  font-size: 1rem;
}

.form-frame {
  overflow: hidden;
  border: 1px solid transparent;
  border-radius: 14px;
  background:
    linear-gradient(#0c1423, #0c1423) padding-box,
    linear-gradient(105deg, rgba(36, 216, 255, 0.9), rgba(36, 216, 255, 0.22) 58%, rgba(255, 90, 31, 0.58)) border-box;
  padding: 12px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.48);
}

.form-frame iframe {
  width: 100%;
  min-height: 650px;
  display: block;
  border: 0;
  border-radius: 10px;
  background: #0c1220;
}

.form-fallback {
  margin: 10px 8px 3px;
  color: var(--muted);
  font-size: 0.72rem;
  text-align: center;
}

.site-footer {
  border-top: 1px solid var(--hairline);
  background: #03050b;
}

.footer-layout {
  min-height: 210px;
  display: grid;
  grid-template-columns: minmax(260px, 420px) 1fr;
  align-items: center;
  gap: clamp(44px, 8vw, 110px);
  padding-block: 38px;
}

.footer-logo {
  display: block;
}

.footer-logo img {
  width: 100%;
  aspect-ratio: 2 / 1;
  object-fit: cover;
}

.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 28px;
}

.footer-nav a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  color: var(--bone);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-decoration: none;
  text-transform: uppercase;
}

.footer-nav a:hover {
  color: var(--ice);
}

.footer-layout > div > p {
  margin: 5px 0 0;
  color: var(--dim);
  font-size: 0.72rem;
}

.reveal {
  opacity: 1;
  transform: none;
}

.js .reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 620ms ease, transform 620ms ease;
}

.js .reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes livePulse {
  from { opacity: 0.45; transform: scale(0.85); }
  to { opacity: 1; transform: scale(1.15); }
}

/* Privacy page compatibility */
.status-section,
.product-section {
  padding-block: clamp(78px, 9vw, 132px);
}

.status-section {
  padding-top: clamp(90px, 12vw, 160px);
  background: radial-gradient(circle at 80% 25%, rgba(36, 216, 255, 0.1), transparent 30rem);
}

.status-grid,
.product-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
  gap: clamp(32px, 6vw, 90px);
}

.section-copy h1,
.section-copy h2 {
  font-family: var(--display);
  font-style: italic;
  font-weight: 900;
  line-height: 0.86;
  text-transform: uppercase;
}

.section-copy h1 {
  margin-bottom: 28px;
  font-size: clamp(4.2rem, 8vw, 8rem);
}

.section-copy h2 {
  margin-bottom: 24px;
  font-size: clamp(2.8rem, 5vw, 5rem);
}

.section-copy p {
  color: var(--muted);
}

.status-board {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
  border: 1px solid var(--hairline);
  border-radius: var(--radius);
  overflow: hidden;
}

.status-board div {
  padding: 24px;
  background: var(--panel);
}

.status-board div:nth-child(even) {
  border-left: 1px solid var(--hairline);
}

.status-board div:nth-child(n + 3) {
  border-top: 1px solid var(--hairline);
}

.status-board dt {
  color: var(--dim);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.status-board dd {
  margin: 6px 0 0;
  color: var(--bone);
  font-family: var(--display);
  font-size: 2.6rem;
  font-style: italic;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.plain-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.plain-list li {
  border-left: 3px solid var(--ice);
  background: rgba(255, 255, 255, 0.035);
  padding: 14px 16px;
  color: #cbd3de;
}

.footer-shell {
  min-height: 104px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding-block: 24px;
}

.footer-brand {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 800;
  text-decoration: none;
}

.footer-brand img {
  width: 48px;
  height: 48px;
  border-radius: 10px;
}

.footer-shell > p {
  margin: 0;
  color: var(--dim);
  font-size: 0.78rem;
  text-align: right;
}

@media (max-width: 1120px) {
  .nav-shell {
    grid-template-columns: auto 1fr auto;
  }

  .brand-lockup span {
    display: none;
  }

  .nav-links {
    justify-self: center;
    gap: 22px;
  }

  .hero-grid {
    grid-template-columns: minmax(320px, 0.8fr) minmax(500px, 1.2fr);
    gap: 32px;
  }

  .hero-copy h1 {
    font-size: clamp(4.4rem, 8vw, 6.4rem);
  }

  .motion-stage {
    grid-template-columns: 110px minmax(280px, 380px) 1fr;
  }

  .scenario-copy {
    margin-left: 36px;
    padding: 38px;
    padding-left: 0;
  }

  .motion-facts {
    grid-template-columns: 1fr;
  }

  .custom-story,
  .story-vibe {
    grid-template-columns: 60px minmax(210px, 0.6fr) minmax(390px, 1.4fr);
  }

  .banner-previews {
    left: calc(60px + 30px + 32%);
  }

  .contact-layout {
    grid-template-columns: minmax(300px, 0.7fr) minmax(500px, 1.3fr);
    gap: 42px;
  }
}

@media (max-width: 920px) {
  :root {
    --header-height: 70px;
  }

  .broadcast-shell,
  .nav-shell,
  .footer-shell,
  .product-grid,
  .status-grid {
    width: min(calc(100% - 36px), var(--shell));
  }

  .nav-links {
    gap: 15px;
  }

  .header-action {
    min-width: 44px;
    width: 44px;
    padding: 0;
    overflow: hidden;
    color: transparent;
    gap: 0;
  }

  .header-action svg {
    flex: 0 0 auto;
    color: #00131c;
  }

  .hero {
    min-height: auto;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    gap: 48px;
    padding-block: 66px;
  }

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

  .hero-environment {
    inset: 32% 0 0 38%;
    opacity: 0.3;
  }

  .motion-stage {
    grid-template-columns: 100px minmax(260px, 350px) 1fr;
  }

  .scenario-copy {
    margin-left: 28px;
    padding: 28px;
    padding-left: 0;
  }

  .media-controls {
    align-items: stretch;
    flex-direction: column;
  }

  .volume-control {
    justify-content: space-between;
  }

  .custom-story,
  .story-vibe {
    grid-template-columns: 56px 1fr;
    gap: 18px;
    padding-block: 34px;
  }

  .custom-story > ul,
  .threshold-preview,
  .story-vibe > ul {
    grid-column: 2;
    grid-row: auto;
  }

  .story-vibe > ul {
    margin-bottom: 84px;
  }

  .banner-previews {
    left: 74px;
  }

  .everywhere-grid {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .everywhere-grid article,
  .everywhere-grid article:first-child,
  .everywhere-grid article:last-child {
    padding: 0;
  }

  .everywhere-grid article + article {
    border-left: 0;
  }

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

  .accessibility-strip p:nth-child(3) {
    border-left: 0;
    border-top: 1px solid var(--hairline);
  }

  .accessibility-strip p:nth-child(4) {
    border-top: 1px solid var(--hairline);
  }

  .legal-layout {
    grid-template-columns: 96px 1fr;
  }

  .legal-layout > img {
    width: 96px;
    height: 96px;
  }

  .provider-note {
    grid-column: 2;
  }

  .contact-layout {
    grid-template-columns: 1fr;
  }

  .contact-copy {
    max-width: 700px;
  }

  .form-frame {
    width: min(100%, 760px);
  }
}

@media (min-width: 721px) and (max-width: 1024px) {
  .motion-stage {
    grid-template-columns: 1fr;
    border-block: 0;
  }

  .scenario-tabs {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    padding: 0 0 13px;
  }

  .scenario-tabs button {
    min-height: 74px;
    align-items: center;
    border: 1px solid var(--soft-line);
    padding: 8px;
    text-align: center;
  }

  .scenario-tabs button + button {
    border-top: 1px solid var(--soft-line);
    border-left: 0;
  }

  .scenario-tabs button:hover,
  .scenario-tabs button[aria-pressed="true"] {
    border-color: var(--ice);
  }

  .scenario-player {
    max-height: 72vh;
    border: 1px solid var(--hairline);
    border-radius: 12px;
  }

  .scenario-copy {
    margin-left: 0;
    padding: 36px 0 0;
  }
}

@media (max-width: 720px) {
  .nav-shell {
    gap: 9px;
  }

  .nav-links {
    justify-self: end;
    min-width: 0;
    max-width: 100%;
    gap: 2px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scrollbar-width: none;
  }

  .nav-links::-webkit-scrollbar { display: none; }

  .nav-links a { flex: 0 0 auto; }

  .nav-links a {
    padding-inline: 7px;
    font-size: 0.72rem;
  }

  .header-action {
    display: none;
  }

  .hero-copy h1 {
    font-size: clamp(4rem, 16vw, 6rem);
  }

  .verdict-rail {
    grid-template-columns: 1fr;
  }

  .verdict-key {
    min-height: 74px;
    justify-content: flex-start;
    padding-inline: 26px;
  }

  .verdict-key + .verdict-key {
    border-left: 0;
  }

  .section-intro {
    align-items: flex-start;
    flex-direction: column;
    gap: 24px;
  }

  .motion-stage {
    grid-template-columns: 1fr;
    border-block: 0;
  }

  .scenario-tabs {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    padding: 0 0 13px;
  }

  .scenario-tabs button {
    min-height: 74px;
    align-items: center;
    border: 1px solid var(--soft-line);
    padding: 8px;
    text-align: center;
  }

  .scenario-tabs button + button {
    border-top: 1px solid var(--soft-line);
    border-left: 0;
  }

  .scenario-tabs button:hover,
  .scenario-tabs button[aria-pressed="true"] {
    border-color: var(--ice);
  }

  .scenario-player {
    max-height: 72vh;
    border: 1px solid var(--hairline);
    border-radius: 12px;
  }

  .scenario-copy {
    margin-left: 0;
    padding: 36px 0 0;
  }

  .screen-runway {
    grid-auto-columns: min(88vw, 490px);
    gap: 32px;
    max-width: 100%;
    margin-inline: 0;
    padding-inline: 18px;
    contain: layout paint inline-size;
  }

  .screen-shot {
    grid-template-columns: minmax(190px, 0.72fr) minmax(115px, 0.28fr);
    gap: 18px;
  }

  .everywhere-intro h2,
  .screens-intro h2 {
    font-size: clamp(3.8rem, 17vw, 6.5rem);
  }

  .legal-layout {
    grid-template-columns: 1fr;
  }

  .provider-note {
    grid-column: auto;
  }

  .legal-layout > img {
    width: 80px;
    height: 80px;
  }

  .footer-layout {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .footer-logo {
    max-width: 360px;
  }

  .status-grid,
  .product-grid {
    grid-template-columns: 1fr;
  }

  .footer-shell {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-shell > p {
    text-align: left;
  }
}

@media (max-width: 520px) {
  .broadcast-shell,
  .nav-shell,
  .footer-shell,
  .product-grid,
  .status-grid {
    width: min(calc(100% - 28px), var(--shell));
  }

  .brand-lockup img {
    width: 44px;
    height: 44px;
  }

  .nav-links a {
    min-width: 44px;
    justify-content: center;
    padding-inline: 5px;
    font-size: 0.66rem;
  }

  .hero-grid {
    gap: 36px;
    padding-block: 48px;
  }

  .hero-copy h1 {
    font-size: clamp(3.7rem, 18vw, 5rem);
  }

  .hero-copy > p {
    font-size: 1rem;
  }

  .verdict-desk {
    padding: 18px 14px;
  }

  .desk-topline {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .verdict-copy h2 {
    border-width: 5px;
    font-size: clamp(3rem, 16vw, 4.35rem);
  }

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

  .weather-metrics div:nth-child(3),
  .weather-metrics div:nth-child(5) {
    border-top: 1px solid var(--soft-line);
  }

  .weather-metrics div:nth-child(3)::before,
  .weather-metrics div:nth-child(5)::before {
    display: none;
  }

  .weather-metrics div:nth-child(4) {
    border-top: 1px solid var(--soft-line);
  }

  .weather-metrics div:last-child {
    grid-column: 1 / -1;
  }

  .desk-actions {
    grid-template-columns: 1fr;
  }

  .section {
    padding-block: 76px;
  }

  .screens-intro h2,
  .everywhere-intro h2 {
    font-size: clamp(3.4rem, 18vw, 5.5rem);
  }

  .scenario-player {
    max-height: none;
  }

  .motion-facts {
    grid-template-columns: 1fr;
  }

  .screen-controls {
    display: none;
  }

  .screen-runway {
    grid-auto-columns: 82vw;
  }

  .screen-shot {
    grid-template-columns: 1fr;
  }

  .phone-frame {
    width: min(100%, 310px);
    justify-self: center;
  }

  .screen-shot figcaption {
    max-width: 310px;
    margin-inline: auto;
  }

  .customizer-heading h2 {
    font-size: clamp(4rem, 20vw, 6rem);
  }

  .custom-story,
  .story-vibe {
    grid-template-columns: 44px 1fr;
    gap: 13px;
    padding-right: 12px;
  }

  .story-number {
    font-size: 2rem;
  }

  .custom-story > ul {
    grid-template-columns: 1fr;
  }

  .threshold-preview {
    margin-inline: 9px;
  }

  .threshold-preview i {
    display: none;
  }

  .story-vibe > ul {
    margin-bottom: 190px;
  }

  .banner-previews {
    left: 57px;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 66px 48px;
    height: 124px;
  }

  .banner-previews img,
  .banner-previews .custom-text-preview {
    height: 66px;
  }

  .banner-previews .upload-preview {
    grid-column: 1 / -1;
    height: 48px;
  }

  .accessibility-strip {
    grid-template-columns: 1fr;
  }

  .accessibility-strip p + p,
  .accessibility-strip p:nth-child(3) {
    border-top: 1px solid var(--hairline);
    border-left: 0;
  }

  .contact-copy h2 {
    font-size: clamp(4.8rem, 25vw, 7rem);
  }

  .form-frame {
    margin-inline: -5px;
    padding: 4px;
  }

  .form-frame iframe {
    min-height: 700px;
  }

  .status-board {
    grid-template-columns: 1fr;
  }

  .status-board div:nth-child(even) {
    border-left: 0;
  }

  .status-board div + div {
    border-top: 1px solid var(--hairline);
  }
}

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

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

  .js .reveal {
    opacity: 1;
    transform: none;
  }
}

@media (prefers-contrast: more) {
  :root {
    --muted: #c9d0db;
    --dim: #acb7c6;
    --hairline: rgba(246, 247, 251, 0.58);
    --soft-line: rgba(246, 247, 251, 0.36);
  }
}
