@font-face {
  font-family: "Manrope";
  src: url("assets/fonts/manrope-latin-variable.woff2") format("woff2");
  font-weight: 200 800;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  color-scheme: dark;
  --background-rgb: 7 9 14;
  --text-rgb: 247 248 246;
  --surface-rgb: 14 20 30;
  --shadow-rgb: 0 0 0;
  --ink: rgb(var(--background-rgb));
  --ink-2: #0e131d;
  --ink-3: #151d29;
  --panel: rgba(14, 20, 30, 0.88);
  --panel-solid: #0d141e;
  --soft-white: rgb(var(--text-rgb));
  --muted: rgb(var(--text-rgb) / 0.62);
  --faint: rgb(var(--text-rgb) / 0.10);
  --on-accent: #07110f;
  --accent-primary-rgb: 5 194 184;
  --accent-primary-bright-rgb: 100 249 236;
  --accent-secondary-rgb: 244 94 66;
  --accent-secondary-bright-rgb: 255 138 110;
  --teal: rgb(var(--accent-primary-rgb));
  --teal-bright: rgb(var(--accent-primary-bright-rgb));
  --coral: rgb(var(--accent-secondary-rgb));
  --coral-light: rgb(var(--accent-secondary-bright-rgb));
  --magenta: #d138cc;
  --line: rgb(var(--text-rgb) / 0.12);
  --radius: 26px;
  --header-height: 76px;
  --content: min(1220px, calc(100vw - 48px));
}

:root[data-theme="light"] {
  color-scheme: light;
  --background-rgb: 244 237 225;
  --text-rgb: 31 33 31;
  --surface-rgb: 255 251 244;
  --shadow-rgb: 84 57 38;
  --ink-2: #ebe1d2;
  --ink-3: #ddd0bd;
  --panel: rgb(255 251 244 / 0.84);
  --panel-solid: #f8f1e7;
  --muted: rgb(var(--text-rgb) / 0.66);
  --faint: rgb(var(--text-rgb) / 0.11);
  --line: rgb(var(--text-rgb) / 0.14);
  --accent-primary-rgb: 0 151 143;
  --accent-primary-bright-rgb: 0 112 106;
  --accent-secondary-rgb: 222 78 52;
  --accent-secondary-bright-rgb: 184 55 34;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-height) + 24px);
  background: var(--ink);
  overflow-x: clip;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: clip;
  background:
    radial-gradient(circle at 82% 9%, rgb(var(--accent-primary-rgb) / 0.12), transparent 32rem),
    radial-gradient(circle at 8% 28%, rgb(var(--accent-secondary-rgb) / 0.11), transparent 34rem),
    var(--ink);
  color: var(--soft-white);
  font-family: "Manrope", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body::selection {
  background: var(--teal);
  color: var(--on-accent);
}

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 100;
  padding: 10px 14px;
  border: 2px solid var(--teal-bright);
  border-radius: 10px;
  color: var(--soft-white);
  background: var(--ink);
  font-size: 0.82rem;
  font-weight: 800;
  transform: translateY(calc(-100% - 20px));
  transition: transform 160ms ease;
}

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

main:focus {
  outline: none;
}

button,
a {
  font: inherit;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  color: inherit;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

.ambient-canvas {
  position: fixed;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 1;
}

.noise {
  position: fixed;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  opacity: 0.13;
  background-image:
    repeating-radial-gradient(circle at 0 0, rgba(255, 255, 255, 0.25) 0 0.45px, transparent 0.7px 3px),
    repeating-linear-gradient(115deg, rgba(255, 255, 255, 0.08) 0 0.4px, transparent 0.6px 4px);
  background-size: 5px 5px, 7px 7px;
  mix-blend-mode: soft-light;
}

main,
.site-footer,
.site-header {
  position: relative;
  z-index: 2;
}

main > section {
  position: relative;
}

main > section:not(.hero) {
  position: relative;
}

main > section:not(.hero)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 4;
  width: 100vw;
  height: 1px;
  pointer-events: none;
  background: linear-gradient(90deg, transparent 0%, rgb(var(--accent-primary-rgb) / 0.34) 28%, rgb(var(--text-rgb) / 0.16) 50%, rgb(var(--accent-secondary-rgb) / 0.30) 72%, transparent 100%);
  box-shadow: 0 1px 32px rgb(var(--accent-primary-rgb) / 0.08), 0 -1px 32px rgb(var(--accent-secondary-rgb) / 0.06);
  transform: translateX(-50%);
}

.section-shell {
  width: var(--content);
  margin-inline: auto;
}

.site-header {
  position: fixed;
  top: 12px;
  left: 50%;
  z-index: 20;
  width: min(1280px, calc(100vw - 24px));
  height: var(--header-height);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  padding: 0 20px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 20px;
  background:
    linear-gradient(110deg, rgb(var(--accent-primary-rgb) / 0.07), transparent 42%, rgb(var(--accent-secondary-rgb) / 0.06)),
    rgba(7, 9, 14, 0.64);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(22px) saturate(140%);
  -webkit-backdrop-filter: blur(22px) saturate(140%);
  transform: translateX(-50%);
  transition: background 240ms ease, border-color 240ms ease, height 240ms ease;
}

.site-header.is-scrolled {
  height: 62px;
  background:
    linear-gradient(110deg, rgb(var(--accent-primary-rgb) / 0.08), transparent 42%, rgb(var(--accent-secondary-rgb) / 0.07)),
    rgba(7, 9, 14, 0.88);
  border-color: rgb(var(--accent-primary-rgb) / 0.20);
}

.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.brand {
  justify-self: start;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  width: max-content;
  font-size: 1.12rem;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.brand img {
  width: 32px;
  height: 32px;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 30px;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.site-nav a,
.footer-links a {
  position: relative;
  transition: color 180ms ease;
}

.site-nav a::after,
.footer-links a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -6px;
  left: 0;
  height: 1px;
  background: var(--teal);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 180ms ease;
}

.site-nav a:hover,
.site-nav a:focus-visible,
.footer-links a:hover,
.footer-links a:focus-visible {
  color: var(--soft-white);
}

.site-nav a:hover::after,
.site-nav a:focus-visible::after,
.footer-links a:hover::after,
.footer-links a:focus-visible::after {
  transform: scaleX(1);
  transform-origin: left;
}

.nav-status {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 13px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 999px;
  color: rgb(var(--text-rgb) / 0.72);
  background: rgba(255, 255, 255, 0.05);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.header-actions {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 9px;
}

.theme-toggle {
  width: 38px;
  min-width: 38px;
  min-height: 38px;
  display: inline-grid;
  place-items: center;
  padding: 0;
  border: 1px solid rgb(var(--text-rgb) / 0.13);
  border-radius: 999px;
  color: rgb(var(--text-rgb) / 0.72);
  background: rgb(var(--text-rgb) / 0.055);
  cursor: pointer;
  transition: color 180ms ease, background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.theme-icon {
  width: 17px;
  height: 17px;
  transition: color 180ms ease, filter 180ms ease, opacity 180ms ease, transform 180ms ease;
}

.theme-toggle svg.theme-icon-on {
  display: none;
}

:root[data-theme="light"] .theme-toggle svg.theme-icon-on {
  display: inline-block;
  color: var(--coral-light);
  filter: drop-shadow(0 0 4px rgb(var(--accent-secondary-rgb) / 0.4));
}

:root[data-theme="light"] .theme-toggle svg.theme-icon-off {
  display: none;
}

.theme-toggle:hover,
.theme-toggle:focus-visible {
  color: var(--soft-white);
  border-color: rgb(var(--accent-primary-rgb) / 0.34);
  background: rgb(var(--accent-primary-rgb) / 0.10);
}

.theme-toggle:active {
  transform: scale(0.96);
}

.status-light {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--coral);
  box-shadow: 0 0 14px var(--coral);
}

.hero {
  position: relative;
  width: var(--content);
  min-height: 100svh;
  margin-inline: auto;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(440px, 1.05fr);
  align-items: center;
  gap: clamp(44px, 7vw, 110px);
  padding: calc(var(--header-height) + 88px) 0 108px;
}

.hero::before {
  content: "";
  position: absolute;
  top: 16%;
  left: 48%;
  width: 44vw;
  height: 44vw;
  max-width: 650px;
  max-height: 650px;
  border: 1px solid rgb(var(--accent-primary-rgb) / 0.10);
  border-radius: 50%;
  box-shadow: inset 0 0 120px rgb(var(--accent-primary-rgb) / 0.06);
  pointer-events: none;
  transform: translateX(-10%);
}

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

.eyebrow {
  margin: 0 0 24px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--teal-bright);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  line-height: 1.2;
  text-transform: uppercase;
}

.eyebrow span:last-child:not(:only-child) {
  margin-left: auto;
  color: rgb(var(--text-rgb) / 0.66);
}

.eyebrow::before {
  content: "";
  width: 26px;
  height: 1px;
  flex: 0 0 auto;
  background: currentColor;
}

h1,
h2,
h3,
p {
  text-wrap: pretty;
}

h1,
h2,
h3 {
  margin-top: 0;
  line-height: 1.02;
  letter-spacing: -0.055em;
}

h1 {
  margin-bottom: 28px;
  font-size: clamp(3.7rem, 7.6vw, 7.4rem);
  font-weight: 570;
}

.gradient-text,
.section-heading h2 span,
.system-copy h2 span,
.motion-copy h2 span,
.share-copy h2 span,
.final-copy h2 span {
  color: transparent;
  background: linear-gradient(108deg, var(--teal-bright) 0%, var(--teal) 42%, var(--coral-light) 76%, var(--coral) 100%);
  background-clip: text;
  -webkit-background-clip: text;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.store-links-three {
  width: min(100%, 610px);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.store-links-three .store-button {
  min-width: 0;
  padding-inline: 13px;
}

.store-links-three .coming-stamp {
  right: -6px;
  font-size: 0.48rem;
}

.store-button {
  position: relative;
  min-width: 188px;
  min-height: 62px;
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 11px 17px;
  overflow: visible;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 15px;
  color: rgb(var(--text-rgb) / 0.74);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.095), rgba(255, 255, 255, 0.035));
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.07);
  text-align: left;
  filter: saturate(0.4);
  cursor: not-allowed;
  opacity: 0.92;
}

.store-button small,
.store-button strong {
  display: block;
}

.store-button small {
  font-size: 0.61rem;
  font-weight: 600;
  line-height: 1.1;
}

.store-button strong {
  margin-top: 2px;
  font-size: 0.98rem;
  font-weight: 750;
  line-height: 1.1;
}

.store-icon {
  width: 24px;
  height: 24px;
  flex: 0 0 auto;
  opacity: 0.64;
}

.coming-stamp {
  position: absolute;
  top: -9px;
  right: -9px;
  z-index: 2;
  padding: 4px 8px;
  border: 1px solid rgb(var(--text-rgb) / 0.50);
  border-radius: 5px;
  color: rgb(var(--text-rgb) / 0.80);
  background: #30333a;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.36);
  font-size: 0.54rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1;
  text-transform: uppercase;
  transform: rotate(5deg);
}

.hero-specs {
  margin-top: 38px;
  display: flex;
  flex-wrap: wrap;
  gap: 18px 28px;
  color: rgb(var(--text-rgb) / 0.6);
  font-size: 0.72rem;
  font-weight: 740;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.hero-specs span {
  display: inline-flex;
  align-items: baseline;
  gap: 0.34em;
}

.hero-specs strong {
  color: var(--soft-white);
  font-size: inherit;
  font-weight: 820;
  letter-spacing: inherit;
}

.hero-experience {
  position: relative;
  z-index: 2;
  width: min(100%, 600px);
  min-height: 610px;
  justify-self: end;
  display: grid;
  place-items: center;
  perspective: 1100px;
  touch-action: pan-y;
}

.hero.is-offscreen .scroll-cue i::after {
  animation-play-state: paused;
}

.showcase-card,
.showcase-back-card {
  width: min(100%, 500px);
  height: 456px;
  border-radius: 28px;
}

.showcase-back-card {
  position: absolute;
  pointer-events: none;
  transition: transform 180ms ease-out;
}

.showcase-back-card-one {
  border: 1px solid rgb(var(--accent-primary-rgb) / 0.46);
  background: linear-gradient(145deg, rgb(var(--accent-primary-rgb) / 0.25), rgba(7, 9, 14, 0.86) 58%);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.26);
  transform: translate(var(--showcase-back-one-x, -13px), var(--showcase-back-one-y, 14px)) rotate(2deg);
}

.showcase-back-card-two {
  border: 1px solid rgb(var(--accent-secondary-rgb) / 0.44);
  background: linear-gradient(145deg, rgb(var(--accent-secondary-rgb) / 0.22), rgba(7, 9, 14, 0.90) 60%);
  transform: translate(var(--showcase-back-two-x, 10px), var(--showcase-back-two-y, 7px)) rotate(-1.3deg);
}

.showcase-card {
  position: relative;
  z-index: 3;
  padding: 10px;
  border: 1px solid transparent;
  background:
    linear-gradient(145deg, rgba(18, 27, 40, 0.97), rgba(7, 10, 16, 0.985)) padding-box,
    linear-gradient(145deg, rgb(var(--accent-primary-bright-rgb) / 0.88), rgb(var(--text-rgb) / 0.10) 48%, rgb(var(--accent-secondary-rgb) / 0.70)) border-box;
  box-shadow: 0 36px 100px rgba(0, 0, 0, 0.48), inset 0 1px rgba(255, 255, 255, 0.04);
  transform: rotateX(var(--showcase-card-rx, 0deg)) rotateY(var(--showcase-card-ry, 0deg)) translate3d(var(--showcase-card-x, 0px), var(--showcase-card-y, 0px), 0);
  transition: transform 180ms ease-out;
}

@keyframes mobile-showcase-tilt {
  0%,
  100% {
    transform: rotateX(1.8deg) rotateY(-5.2deg) translate3d(-6px, 3px, 0);
  }

  50% {
    transform: rotateX(-2.1deg) rotateY(5.2deg) translate3d(6px, -3px, 0);
  }
}

.showcase-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(115deg, transparent 15%, rgba(255, 255, 255, 0.08) 39%, transparent 58%);
  transform: translateX(var(--showcase-sheen-x, 0%));
}

.showcase-body {
  padding: 16px 10px 10px;
}

.showcase-rail {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5px;
  margin: 10px 0 16px;
}

.showcase-rail i {
  height: 4px;
  border-radius: 999px;
  background: var(--teal);
  box-shadow: 0 0 12px rgb(var(--accent-primary-rgb) / 0.24);
}

.showcase-rail i:nth-child(2) {
  background: linear-gradient(90deg, var(--teal), var(--coral));
}

.showcase-rail i:nth-child(3) {
  background: var(--coral);
  box-shadow: 0 0 12px rgb(var(--accent-secondary-rgb) / 0.22);
}

.showcase-art {
  position: relative;
  height: 310px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 18px;
  background: var(--ink-2);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.08);
}

.showcase-art::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(140deg, rgba(255, 255, 255, 0.12), transparent 26%, transparent 68%, rgba(7, 9, 14, 0.36));
}

.showcase-art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.04) translate3d(var(--showcase-art-x, 0px), var(--showcase-art-y, 0px), 0);
  transition: transform 220ms ease-out;
}

.preview-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.showcase-controls {
  position: absolute;
  z-index: 3;
  left: 50%;
  bottom: 14px;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: rgba(7, 9, 14, 0.64);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.palette-swatch {
  display: flex;
  width: 46px;
  height: 28px;
  padding: 2px;
  gap: 0;
  overflow: hidden;
  border: 1.5px solid rgba(255, 255, 255, 0.24);
  border-radius: 7px;
  background: rgba(0, 0, 0, 0.3);
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  transition: transform 150ms ease, border-color 150ms ease, box-shadow 150ms ease;
}

.palette-swatch span {
  flex: 1 1 0;
  border-radius: 1px;
}

.palette-swatch:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 255, 255, 0.55);
}

.palette-swatch:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
}

.palette-swatch.is-on {
  transform: translateY(-2px);
  border-color: #fff;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.22);
}

.lc {
  text-transform: none;
}

.showcase-footer {
  margin-top: 12px;
  min-height: 43px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgb(var(--text-rgb) / 0.68);
  font-size: 0.56rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.showcase-footer i {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--coral);
}

.showcase-footer strong {
  margin-left: auto;
  color: rgb(var(--text-rgb) / 0.76);
  font-size: inherit;
}


.scroll-cue {
  position: absolute;
  bottom: 16px;
  left: -6px;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 10px 6px;
  color: rgb(var(--text-rgb) / 0.62);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: color 200ms ease;
}

.scroll-cue:hover {
  color: var(--teal-bright);
}

.scroll-cue i {
  position: relative;
  width: 46px;
  height: 2px;
  overflow: hidden;
  border-radius: 2px;
  background: rgb(var(--text-rgb) / 0.22);
}

.scroll-cue i::after {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--teal);
  animation: scroll-cue 1.8s ease-in-out infinite;
  transform: translateX(-100%);
}

@keyframes scroll-cue {
  50%, 100% { transform: translateX(100%); }
}

.canvas-intro,
.platforms,
.system,
.motion-section,
.share-section,
.final-cta {
  padding-block: clamp(108px, 14vw, 190px);
}

.section-heading {
  max-width: 850px;
}

.canvas-intro .section-heading {
  max-width: none;
}

.section-heading.centered {
  margin-inline: auto;
  text-align: center;
}

.section-heading.centered .eyebrow {
  justify-content: center;
}

.section-heading.centered .eyebrow span:last-child {
  margin-left: 0;
}

.section-heading h2,
.system-copy h2,
.motion-copy h2,
.share-copy h2,
.final-copy h2 {
  margin-bottom: 0;
  font-size: clamp(3rem, 6.5vw, 6.5rem);
  font-weight: 540;
}

.section-lede {
  max-width: 620px;
  margin: 42px 0 0 auto;
  color: rgb(var(--text-rgb) / 0.58);
  font-size: clamp(1rem, 1.6vw, 1.26rem);
  line-height: 1.75;
}

.canvas-intro .section-lede {
  max-width: 720px;
  margin: clamp(22px, 2.5vw, 34px) 0 0;
}

.core-grid {
  margin-top: clamp(68px, 8vw, 108px);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.core-rail-nav {
  display: none;
}

.feature-card {
  position: relative;
  min-height: 360px;
  padding: 24px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 22px;
  background: linear-gradient(150deg, rgba(20, 28, 41, 0.78), rgba(8, 11, 17, 0.88));
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.025);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: transform 220ms ease, border-color 220ms ease;
}

.feature-card:hover {
  border-color: rgb(var(--accent-primary-rgb) / 0.32);
  transform: translateY(-6px);
}

.feature-card:nth-child(even):hover {
  border-color: rgb(var(--accent-secondary-rgb) / 0.32);
}

.feature-icon {
  width: 43px;
  height: 43px;
  margin-top: 32px;
  color: var(--teal-bright);
}

.feature-card:nth-child(even) .feature-icon {
  color: var(--coral-light);
}

.feature-card h3 {
  margin: 24px 0 14px;
  font-size: 1.28rem;
  font-weight: 660;
  letter-spacing: -0.03em;
}

.feature-card p {
  margin: 0;
  color: rgb(var(--text-rgb) / 0.64);
  font-size: 0.82rem;
  line-height: 1.72;
}

.platforms {
  width: 100%;
  padding-block: clamp(64px, 6vw, 88px);
  padding-inline: max(24px, calc((100vw - 1220px) / 2));
  background:
    radial-gradient(circle at 15% 50%, rgb(var(--accent-secondary-rgb) / 0.08), transparent 35rem),
    radial-gradient(circle at 85% 48%, rgb(var(--accent-primary-rgb) / 0.08), transparent 36rem),
    rgba(8, 11, 17, 0.78);
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.platforms .section-heading h2 {
  font-size: clamp(3rem, 5vw, 5.2rem);
}

.platforms .section-heading .eyebrow {
  margin-bottom: 18px;
}

.platform-tabs {
  position: absolute;
  top: 20px;
  left: 50%;
  z-index: 8;
  width: max-content;
  max-width: 100%;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6px;
  padding: 6px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 16px;
  background: rgba(7, 10, 16, 0.76);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.24), inset 0 1px rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  transform: translateX(-50%);
}

.platform-tab {
  min-width: 130px;
  padding: 12px 22px;
  border: 0;
  border-radius: 11px;
  color: rgb(var(--text-rgb) / 0.68);
  background: transparent;
  font-size: 0.72rem;
  font-weight: 800;
  cursor: pointer;
  transition: color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.platform-tab:hover,
.platform-tab:focus-visible {
  color: var(--soft-white);
}

.platform-tab.is-active {
  color: var(--on-accent);
  background: var(--teal);
  box-shadow: 0 8px 24px rgb(var(--accent-primary-rgb) / 0.16);
}

.platform-deck {
  position: relative;
  width: min(1220px, 100%);
  margin: 28px auto 0;
  padding: 0 18px 18px;
}

.platform-panel {
  min-height: 570px;
  display: grid;
  grid-template-columns: minmax(360px, 0.82fr) minmax(500px, 1.18fr);
  gap: clamp(30px, 5vw, 80px);
  align-items: center;
  padding: 86px clamp(30px, 4vw, 56px) 36px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 30px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.035), transparent 38%),
    rgba(9, 13, 20, 0.82);
  box-shadow: 0 36px 100px rgba(0, 0, 0, 0.28), inset 0 1px rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.platform-panel[hidden] {
  display: none;
}

.platform-panel.is-entering {
  animation: platform-in 420ms cubic-bezier(0.2, 0.74, 0.2, 1) both;
}

@keyframes platform-in {
  from { opacity: 0; transform: translateY(10px); }
}

.platform-kicker {
  margin: 0 0 18px;
  color: var(--teal-bright);
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.platform-copy h3 {
  max-width: 520px;
  margin-bottom: 18px;
  font-size: clamp(2.4rem, 3.6vw, 4.1rem);
  font-weight: 560;
}

.platform-copy > p:not(.platform-kicker) {
  max-width: 560px;
  margin: 0;
  color: rgb(var(--text-rgb) / 0.66);
  font-size: 0.94rem;
  line-height: 1.76;
}

.feature-list {
  margin: 24px 0 0;
  padding: 0;
  display: grid;
  gap: 11px;
  list-style: none;
  color: rgb(var(--text-rgb) / 0.72);
  font-size: 0.76rem;
}

.feature-list li {
  display: flex;
  align-items: center;
  gap: 10px;
}

.feature-list li span,
.feature-list li .inline-icon {
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
  color: var(--teal);
}

.platform-store {
  margin-top: 28px;
}

.platform-visual {
  position: relative;
  min-height: 420px;
  display: grid;
  place-items: center;
  perspective: 1000px;
}

.platform-visual::before {
  content: "";
  position: absolute;
  width: 74%;
  aspect-ratio: 1;
  border: 1px solid rgb(var(--accent-primary-rgb) / 0.14);
  border-radius: 50%;
  background: radial-gradient(circle, rgb(var(--accent-primary-rgb) / 0.08), transparent 68%);
  box-shadow: 0 0 120px rgb(var(--accent-primary-rgb) / 0.08);
}

.screen-art {
  position: relative;
  overflow: hidden;
  background-color: #15212a;
  background-image: linear-gradient(rgba(7, 9, 14, 0.08), rgba(7, 9, 14, 0.08));
  background-repeat: no-repeat;
  background-size: cover;
}

/* Layered diagonal reflections keep the wallpaper reading as illuminated
   glass rather than a flat printed image. */
.screen-art::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 3;
  border-radius: inherit;
  pointer-events: none;
  background:
    linear-gradient(118deg, rgba(255, 255, 255, 0.48) 0%, rgba(255, 255, 255, 0.24) 15%, rgba(255, 255, 255, 0.07) 30%, rgba(255, 255, 255, 0) 42%),
    linear-gradient(104deg, rgba(255, 255, 255, 0) 35%, rgba(255, 255, 255, 0.16) 50%, rgba(255, 255, 255, 0.06) 59%, rgba(255, 255, 255, 0) 70%),
    linear-gradient(210deg, rgba(255, 255, 255, 0) 54%, rgba(255, 255, 255, 0.15) 100%);
  box-shadow:
    inset 0 1px rgba(255, 255, 255, 0.42),
    inset 0 -1px rgba(255, 255, 255, 0.12);
}

.monitor {
  position: absolute;
  padding: 6px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 10px;
  background: #161b22;
  box-shadow:
    0 24px 48px rgba(0, 0, 0, 0.40),
    inset 0 1px rgba(255, 255, 255, 0.18),
    inset 0 0 20px rgba(255, 255, 255, 0.025);
  transform-style: preserve-3d;
}

.monitor::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  width: 31%;
  height: 48px;
  border-bottom: 6px solid #20262f;
  background: linear-gradient(90deg, transparent 39%, #20262f 40%, #20262f 60%, transparent 61%);
  transform: translateX(-50%);
}

.monitor > div {
  width: 100%;
  height: 100%;
  border-radius: 5px;
}

.monitor i {
  position: absolute;
  top: 2px;
  left: 50%;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.28);
}

.monitor-main {
  z-index: 3;
  width: 63%;
  aspect-ratio: 16 / 10;
  transform: translateY(-20px);
}

.monitor-left,
.monitor-right {
  z-index: 2;
  width: 40%;
  aspect-ratio: 16 / 10;
  opacity: 0.82;
}

.monitor-left {
  left: -2%;
  transform: translateY(35px) rotateY(10deg);
}

.monitor-right {
  right: -2%;
  transform: translateY(35px) rotateY(-10deg);
}

.monitor-left .screen-art { background-position: left center; }
.monitor-main .screen-art { background-position: center center; }
.monitor-right .screen-art { background-position: right center; }

.display-hud,
.pose-hud,
.motion-hud,
.battery-hud {
  position: absolute;
  z-index: 5;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  column-gap: 10px;
  padding: 12px 15px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 15px;
  background: rgba(11, 16, 24, 0.82);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.display-hud {
  right: 2%;
  bottom: 6%;
}

.display-hud > span,
.pose-hud > span,
.motion-hud > span,
.battery-hud > span,
.display-hud > .inline-icon,
.pose-hud > .inline-icon,
.motion-hud > .inline-icon,
.battery-hud > .inline-icon {
  grid-row: span 2;
  width: 25px;
  height: 25px;
  color: var(--teal-bright);
}

.display-hud strong,
.pose-hud strong,
.motion-hud strong,
.battery-hud strong {
  font-size: 0.67rem;
  line-height: 1.2;
}

.display-hud small,
.pose-hud small,
.motion-hud small,
.battery-hud small {
  color: rgb(var(--text-rgb) / 0.68);
  font-size: 0.54rem;
  line-height: 1.2;
}

.tablet-device,
.phone-device,
.fold-device {
  position: absolute;
  padding: 7px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: #14191f;
  box-shadow:
    0 34px 70px rgba(0, 0, 0, 0.48),
    inset 0 1px rgba(255, 255, 255, 0.18),
    inset 0 0 24px rgba(255, 255, 255, 0.025);
}

.tablet-device {
  width: 66%;
  aspect-ratio: 4 / 3;
  border-radius: 23px;
  transform: translate(-42px, -12px) rotateY(5deg) rotateZ(-1deg);
}

.phone-device {
  z-index: 3;
  right: 5%;
  bottom: 5%;
  width: 29%;
  aspect-ratio: 9 / 19.5;
  border-radius: 27px;
  transform: rotateY(-6deg) rotateZ(3deg);
}

.device-screen {
  width: 100%;
  height: 100%;
  border-radius: inherit;
}

.tablet-device .device-screen {
  border-radius: 17px;
  background-position: center;
}

.phone-device .device-screen {
  border-radius: 21px;
  background-size: cover;
  background-position: center;
}

.phone-device i {
  position: absolute;
  top: 12px;
  left: 50%;
  transform: translateX(-50%);
  width: 32%;
  max-width: 44px;
  height: 9px;
  border-radius: 999px;
  background: #04060a;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06);
  z-index: 4;
}

.pose-hud {
  left: 2%;
  bottom: 3%;
}

.pose-hud > span,
.pose-hud > .inline-icon {
  color: var(--coral-light);
}

.fold-device {
  width: 67%;
  aspect-ratio: 15 / 13;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border-radius: 28px;
  transform: rotateX(2deg) rotateY(-7deg) rotateZ(1deg);
}

.fold-half {
  height: 100%;
  background-size: auto 100%;
}

.fold-left {
  border-radius: 21px 0 0 21px;
  background-position: 32% center;
}

.fold-right {
  border-radius: 0 21px 21px 0;
  background-position: 72% center;
}

/* Soft fold crease instead of a hard divider between the halves. */
.fold-device::after {
  content: "";
  position: absolute;
  top: 7px;
  bottom: 7px;
  left: 50%;
  width: 14px;
  transform: translateX(-50%);
  border-radius: 3px;
  opacity: 0.35;
  pointer-events: none;
  z-index: 4;
  background: linear-gradient(90deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.22) 42%,
    rgba(255, 255, 255, 0.06) 50%,
    rgba(0, 0, 0, 0.22) 58%,
    rgba(0, 0, 0, 0) 100%);
}

.fold-device > i {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.65);
}

.motion-hud {
  right: -1%;
  top: 8%;
}

.battery-hud {
  left: 1%;
  bottom: 4%;
}

.battery-hud > span,
.battery-hud > .inline-icon {
  color: var(--coral-light);
}

.system {
  display: grid;
  grid-template-columns: minmax(400px, 0.9fr) minmax(400px, 1.1fr);
  align-items: center;
  gap: clamp(70px, 10vw, 150px);
}

.system-art {
  position: relative;
  min-height: 670px;
  display: grid;
  place-items: center;
  perspective: 1200px;
}

.art-frame {
  position: absolute;
  width: min(88%, 500px);
  aspect-ratio: 4 / 5;
  border-radius: 34px;
  transition: transform 220ms ease-out;
}

.art-frame-back {
  border: 1px solid rgb(var(--accent-primary-rgb) / 0.35);
  background: linear-gradient(135deg, rgb(var(--accent-primary-rgb) / 0.24), rgba(7, 9, 14, 0.88));
  transform: translate(var(--art-back-x, -24px), var(--art-back-y, 24px)) rotate(-4deg);
}

.art-frame-mid {
  border: 1px solid rgb(var(--accent-secondary-rgb) / 0.36);
  background: linear-gradient(135deg, rgb(var(--accent-secondary-rgb) / 0.20), rgba(7, 9, 14, 0.88));
  transform: translate(var(--art-mid-x, 20px), var(--art-mid-y, 11px)) rotate(2.4deg);
}

.art-frame-front {
  z-index: 2;
  padding: 9px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: #141820;
  box-shadow:
    0 42px 90px rgba(0, 0, 0, 0.48),
    inset 0 1px rgba(255, 255, 255, 0.18);
  transform: rotateX(var(--art-front-rx, 0deg)) rotateY(var(--art-front-ry, 0deg)) translate3d(var(--art-front-x, 0px), var(--art-front-y, 0px), 0);
}

.art-frame-front img {
  width: 100%;
  height: 100%;
}

.art-frame-front img {
  border-radius: 25px;
  object-fit: cover;
}

.art-frame-front::after {
  content: "";
  position: absolute;
  inset: 9px;
  border-radius: 25px;
  background:
    linear-gradient(125deg, rgba(255, 255, 255, 0.44) 0%, rgba(255, 255, 255, 0.20) 16%, rgba(255, 255, 255, 0.06) 30%, transparent 42%),
    linear-gradient(104deg, transparent 36%, rgba(255, 255, 255, 0.14) 51%, rgba(255, 255, 255, 0.05) 60%, transparent 70%),
    linear-gradient(210deg, transparent 54%, rgba(255, 255, 255, 0.14) 100%);
  box-shadow:
    inset 0 1px rgba(255, 255, 255, 0.38),
    inset 0 -1px rgba(255, 255, 255, 0.12);
  pointer-events: none;
}

.art-depth-label {
  position: absolute;
  right: 24px;
  bottom: 24px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 11px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  background: rgba(7, 9, 14, 0.66);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.art-depth-label i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--teal-bright);
  box-shadow: 0 0 12px var(--teal);
}

.system-copy > p:not(.eyebrow),
.motion-copy > p:not(.eyebrow),
.share-copy > p:not(.eyebrow),
.final-copy > p:not(.eyebrow) {
  max-width: 600px;
  margin: 30px 0 0;
  color: rgb(var(--text-rgb) / 0.66);
  font-size: 1rem;
  line-height: 1.76;
}

.shape-reel-shell {
  position: relative;
  margin-top: 34px;
  padding-right: 40px;
}

.shape-cloud {
  position: relative;
  isolation: isolate;
  height: 104px;
  overflow: visible;
  outline: none;
  touch-action: pan-y;
}

.shape-cloud::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  width: 34%;
  height: 54px;
  border-radius: 999px;
  background: rgb(var(--accent-primary-bright-rgb) / 0.08);
  box-shadow: 0 0 42px rgb(var(--accent-primary-rgb) / 0.12);
  transform: translate(-50%, -50%);
}

.shape-item {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 32%;
  max-width: 190px;
  min-height: 42px;
  padding: 9px 12px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 999px;
  color: rgb(var(--text-rgb) / 0.18);
  background: rgba(255, 255, 255, 0.018);
  font-size: 0.68rem;
  font-weight: 760;
  letter-spacing: 0.01em;
  text-align: center;
  white-space: nowrap;
  opacity: 0;
  filter: blur(3px);
  cursor: pointer;
  pointer-events: none;
  transform: translate(-50%, -50%) scale(0.72);
  transition: left 420ms cubic-bezier(0.2, 0.74, 0.2, 1), color 320ms ease, opacity 320ms ease, filter 320ms ease, background 320ms ease, border-color 320ms ease, box-shadow 320ms ease, transform 420ms cubic-bezier(0.2, 0.74, 0.2, 1);
}

.shape-item.is-prev,
.shape-item.is-next {
  z-index: 2;
  color: rgb(var(--text-rgb) / 0.72);
  opacity: 0.82;
  filter: blur(0.7px);
  pointer-events: auto;
  transform: translate(-50%, -50%) scale(0.86);
}

.shape-item.is-prev {
  left: 17%;
  mask-image: linear-gradient(90deg, transparent 0%, #000 62%);
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 62%);
}

.shape-item.is-next {
  left: 83%;
  mask-image: linear-gradient(90deg, #000 38%, transparent 100%);
  -webkit-mask-image: linear-gradient(90deg, #000 38%, transparent 100%);
}

.shape-item.is-active {
  left: 50%;
  z-index: 3;
  color: var(--soft-white);
  opacity: 1;
  filter: none;
  border-color: rgb(var(--accent-primary-bright-rgb) / 0.32);
  background: linear-gradient(135deg, rgb(var(--accent-primary-bright-rgb) / 0.12), rgba(255, 255, 255, 0.055));
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.10), 0 12px 30px rgba(0, 0, 0, 0.18), 0 0 28px rgb(var(--accent-primary-rgb) / 0.08);
  pointer-events: auto;
  transform: translate(-50%, -50%) scale(1);
}

.shape-item:hover,
.shape-item:focus-visible {
  color: var(--soft-white);
}

.shape-item:focus-visible {
  outline: 2px solid var(--teal-bright);
  outline-offset: 3px;
}

.shape-reel-toggle {
  position: absolute;
  top: 50%;
  right: 0;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  color: rgb(var(--text-rgb) / 0.72);
  background: rgba(255, 255, 255, 0.04);
  cursor: pointer;
  transform: translateY(-50%);
  transition: color 160ms ease, border-color 160ms ease, background 160ms ease;
}

.shape-reel-toggle[hidden] {
  display: none;
}

.shape-reel-toggle:hover,
.shape-reel-toggle:focus-visible {
  color: var(--soft-white);
  border-color: rgb(var(--accent-primary-bright-rgb) / 0.30);
  background: rgb(var(--accent-primary-rgb) / 0.10);
}

.shape-reel-toggle span {
  position: relative;
  width: 11px;
  height: 12px;
}

.shape-reel-toggle span::before,
.shape-reel-toggle span::after {
  content: "";
  position: absolute;
  top: 0;
  width: 3px;
  height: 12px;
  border-radius: 1px;
  background: currentColor;
}

.shape-reel-toggle span::before {
  left: 1px;
}

.shape-reel-toggle span::after {
  right: 1px;
}

.shape-reel-toggle.is-paused span::before {
  top: 0;
  left: 2px;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 9px solid currentColor;
  border-radius: 0;
  background: transparent;
}

.shape-reel-toggle.is-paused span::after {
  display: none;
}

.motion-section {
  width: 100%;
}

.motion-card {
  position: relative;
  width: min(1220px, calc(100vw - 48px));
  min-height: 600px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(370px, 0.95fr);
  align-items: center;
  gap: clamp(42px, 6vw, 76px);
  padding: clamp(30px, 4.5vw, 54px);
}

.motion-card::after {
  display: none;
}

.motion-copy,
.motion-readout {
  position: relative;
  z-index: 2;
}

.motion-copy {
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.82), 0 8px 42px rgba(0, 0, 0, 0.58);
}

.motion-copy::before {
  content: "";
  position: absolute;
  inset: -48px -54px;
  z-index: -1;
  pointer-events: none;
  background: radial-gradient(ellipse at center, rgba(7, 9, 14, 0.74), rgba(7, 9, 14, 0.3) 46%, transparent 74%);
}

.motion-copy h2 {
  font-size: clamp(3rem, 5.6vw, 6.2rem);
}

.motion-readout {
  display: grid;
  align-self: center;
  gap: 14px;
}

.motion-readout div {
  position: relative;
  min-height: 116px;
  display: grid;
  grid-template-columns: minmax(130px, 0.8fr) minmax(0, 1.2fr);
  align-items: center;
  gap: 20px;
  padding: 22px 24px;
  overflow: hidden;
  border: 1px solid rgb(var(--accent-primary-bright-rgb) / 0.24);
  border-radius: 18px;
  background: linear-gradient(120deg, rgb(var(--accent-primary-rgb) / 0.16), rgba(15, 20, 29, 0.78) 54%, rgba(7, 9, 14, 0.72));
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.07), 0 18px 42px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(15px) saturate(125%);
  -webkit-backdrop-filter: blur(15px) saturate(125%);
}

.motion-readout div::before {
  content: "";
  position: absolute;
  inset: 14px auto 14px 0;
  width: 3px;
  border-radius: 0 999px 999px 0;
  background: var(--teal-bright);
  box-shadow: 0 0 22px rgb(var(--accent-primary-bright-rgb) / 0.45);
}

.motion-readout strong {
  color: var(--teal-bright);
  font-size: clamp(1.3rem, 1.7vw, 1.7rem);
  font-weight: 740;
  line-height: 1.1;
  letter-spacing: -0.035em;
}

.motion-readout div:nth-child(2) {
  border-color: rgb(var(--accent-secondary-bright-rgb) / 0.24);
  background: linear-gradient(120deg, rgb(var(--accent-secondary-rgb) / 0.16), rgba(18, 18, 26, 0.78) 54%, rgba(7, 9, 14, 0.72));
}

.motion-readout div:nth-child(2)::before {
  background: var(--coral-light);
  box-shadow: 0 0 22px rgb(var(--accent-secondary-bright-rgb) / 0.42);
}

.motion-readout div:nth-child(2) strong {
  color: var(--coral-light);
}

.motion-readout span {
  color: rgb(var(--text-rgb) / 0.72);
  font-size: clamp(0.82rem, 1vw, 1rem);
  font-weight: 680;
  line-height: 1.4;
  letter-spacing: -0.01em;
}

.share-section {
  min-height: 780px;
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  align-items: center;
  gap: clamp(80px, 10vw, 160px);
}

.code-stack {
  position: relative;
  min-height: 480px;
  perspective: 1000px;
}

.code-card {
  position: absolute;
  left: 50%;
  width: min(100%, 450px);
  min-height: 170px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 22px;
  background: linear-gradient(145deg, rgba(22, 31, 45, 0.95), rgba(8, 11, 17, 0.97));
  box-shadow: 0 26px 60px rgba(0, 0, 0, 0.36);
  transform: translateX(-50%);
}

.code-card span {
  color: rgb(var(--text-rgb) / 0.66);
  font-size: 0.57rem;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.code-card strong {
  margin: 8px 0 6px;
  color: var(--teal-bright);
  font-size: 2.2rem;
  font-weight: 540;
  letter-spacing: -0.05em;
}

.code-card small {
  color: rgb(var(--text-rgb) / 0.68);
  font-size: 0.68rem;
}

.code-card-one {
  top: 0;
  z-index: 3;
  border-color: rgb(var(--accent-primary-bright-rgb) / 0.34);
  transform: translateX(-50%) rotate(-2deg);
}

.code-card-two {
  top: 126px;
  z-index: 2;
  border-color: rgb(var(--accent-secondary-bright-rgb) / 0.32);
  transform: translateX(-47%) rotate(2deg);
}

.code-card-two strong {
  color: var(--coral-light);
}

.code-card-three {
  top: 253px;
  z-index: 1;
  transform: translateX(-51%) rotate(-0.7deg);
}

.code-card-three strong {
  color: rgb(var(--text-rgb) / 0.78);
}

.qr-mark {
  position: absolute;
  right: -20px;
  bottom: 10px;
  z-index: 5;
  width: 92px;
  height: 92px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 18px;
  color: var(--soft-white);
  background: var(--soft-white);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.36);
}

.qr-mark > span,
.qr-mark > .inline-icon {
  position: absolute;
  inset: 9px;
  width: auto;
  height: auto;
  color: var(--ink);
}

.qr-mark img {
  position: relative;
  z-index: 2;
  width: 36px;
  height: 36px;
  padding: 3px;
  border-radius: 7px;
  background: var(--soft-white);
}

.final-cta {
  position: relative;
  min-height: 760px;
  display: grid;
  grid-template-columns: minmax(280px, 0.55fr) 1fr;
  align-items: center;
  gap: clamp(60px, 9vw, 140px);
  border-top: 1px solid var(--line);
}

.cta-icon {
  width: min(100%, 390px);
  height: auto;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 23%;
  box-shadow: 0 45px 100px rgba(0, 0, 0, 0.44), 0 0 70px rgb(var(--accent-primary-rgb) / 0.12);
  transform: rotate(-3deg);
}

.final-copy h2 {
  font-size: clamp(3rem, 5.7vw, 6.4rem);
}

.feature-card,
.platform-panel {
  border: 1px solid transparent;
  background:
    linear-gradient(145deg, rgba(18, 27, 40, 0.94), rgba(7, 10, 16, 0.97)) padding-box,
    linear-gradient(145deg, rgb(var(--accent-primary-bright-rgb) / 0.72), rgb(var(--text-rgb) / 0.09) 48%, rgb(var(--accent-secondary-rgb) / 0.58)) border-box;
  box-shadow:
    -9px 10px 0 -1px rgb(var(--accent-primary-rgb) / 0.09),
    9px 17px 0 -1px rgb(var(--accent-secondary-rgb) / 0.07),
    0 36px 90px rgba(0, 0, 0, 0.32),
    inset 0 1px rgba(255, 255, 255, 0.04);
}

.feature-card,
.platform-panel {
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.final-cta {
  padding-inline: clamp(8px, 2vw, 24px);
}

/* Day mode is a warm cnvz canvas, not an inverted dark theme. Product UI
   mockups remain dark so they continue to represent the actual app. */
:root[data-theme="light"] .noise {
  opacity: 0.075;
  mix-blend-mode: multiply;
}

:root[data-theme="light"] .site-header {
  border-color: rgb(var(--text-rgb) / 0.13);
  background:
    linear-gradient(110deg, rgb(var(--accent-primary-rgb) / 0.08), transparent 42%, rgb(var(--accent-secondary-rgb) / 0.07)),
    rgb(255 251 244 / 0.76);
  box-shadow: 0 18px 50px rgb(var(--shadow-rgb) / 0.14);
}

:root[data-theme="light"] .site-header.is-scrolled {
  border-color: rgb(var(--accent-primary-rgb) / 0.24);
  background:
    linear-gradient(110deg, rgb(var(--accent-primary-rgb) / 0.08), transparent 42%, rgb(var(--accent-secondary-rgb) / 0.07)),
    rgb(255 251 244 / 0.92);
}

:root[data-theme="light"] .nav-status,
:root[data-theme="light"] .theme-toggle,
:root[data-theme="light"] .store-button {
  border-color: rgb(var(--text-rgb) / 0.16);
  background: rgb(255 255 255 / 0.36);
  box-shadow: inset 0 1px rgb(255 255 255 / 0.74);
}

:root[data-theme="light"] .coming-stamp {
  border-color: rgb(var(--accent-secondary-rgb) / 0.38);
  color: var(--coral-light);
  background: rgb(255 248 238 / 0.96);
  box-shadow: 0 5px 14px rgb(76 48 38 / 0.16);
}

:root[data-theme="light"] .hero-specs,
:root[data-theme="light"] .scroll-cue {
  color: rgb(var(--text-rgb) / 0.70);
}

:root[data-theme="light"] .shape-item.is-prev,
:root[data-theme="light"] .shape-item.is-next {
  color: rgb(var(--text-rgb) / 0.82);
  opacity: 0.88;
}

:root[data-theme="light"] .platforms {
  background:
    radial-gradient(circle at 15% 50%, rgb(var(--accent-secondary-rgb) / 0.10), transparent 35rem),
    radial-gradient(circle at 85% 48%, rgb(var(--accent-primary-rgb) / 0.11), transparent 36rem),
    rgb(236 226 211 / 0.62);
  border-color: rgb(var(--text-rgb) / 0.10);
}

:root[data-theme="light"] .feature-card,
:root[data-theme="light"] .platform-panel {
  background:
    linear-gradient(145deg, rgb(255 252 247 / 0.90), rgb(236 225 208 / 0.88)) padding-box,
    linear-gradient(145deg, rgb(var(--accent-primary-rgb) / 0.48), rgb(var(--text-rgb) / 0.10) 48%, rgb(var(--accent-secondary-rgb) / 0.42)) border-box;
  box-shadow:
    -9px 10px 0 -1px rgb(var(--accent-primary-rgb) / 0.07),
    9px 17px 0 -1px rgb(var(--accent-secondary-rgb) / 0.06),
    0 30px 70px rgb(var(--shadow-rgb) / 0.14),
    inset 0 1px rgb(255 255 255 / 0.76);
}

:root[data-theme="light"] .platform-tabs,
:root[data-theme="light"] .core-rail-nav {
  border-color: rgb(var(--text-rgb) / 0.14);
  background: rgb(255 251 244 / 0.82);
  box-shadow: 0 14px 34px rgb(var(--shadow-rgb) / 0.13), inset 0 1px rgb(255 255 255 / 0.72);
}

:root[data-theme="light"] .platform-tab.is-active {
  color: var(--on-accent);
}

:root[data-theme="light"] .motion-copy {
  text-shadow: none;
}

:root[data-theme="light"] .motion-copy::before {
  background: radial-gradient(ellipse at center, rgb(244 237 225 / 0.90), rgb(244 237 225 / 0.50) 48%, transparent 74%);
}

:root[data-theme="light"] .motion-readout div {
  background: linear-gradient(120deg, rgb(var(--accent-primary-rgb) / 0.12), rgb(255 251 244 / 0.84) 54%, rgb(235 224 207 / 0.78));
  box-shadow: inset 0 1px rgb(255 255 255 / 0.74), 0 18px 42px rgb(var(--shadow-rgb) / 0.13);
}

:root[data-theme="light"] .motion-readout div:nth-child(2) {
  background: linear-gradient(120deg, rgb(var(--accent-secondary-rgb) / 0.12), rgb(255 251 244 / 0.84) 54%, rgb(235 224 207 / 0.78));
}

:root[data-theme="light"] .code-card {
  border-color: rgb(var(--text-rgb) / 0.15);
  background: linear-gradient(145deg, rgb(255 252 247 / 0.94), rgb(232 220 202 / 0.94));
  box-shadow: 0 24px 54px rgb(var(--shadow-rgb) / 0.17);
}

:root[data-theme="light"] .qr-mark {
  color: #f7f8f6;
  background: #242725;
  box-shadow: 0 16px 36px rgb(var(--shadow-rgb) / 0.18);
}

:root[data-theme="light"] .showcase-card {
  --text-rgb: 247 248 246;
  --soft-white: #f7f8f6;
  --muted: rgb(247 248 246 / 0.62);
  --ink: #07090e;
  --ink-2: #0e131d;
  color: #f7f8f6;
}

:root[data-theme="light"] .display-hud,
:root[data-theme="light"] .pose-hud,
:root[data-theme="light"] .motion-hud,
:root[data-theme="light"] .battery-hud,
:root[data-theme="light"] .art-depth-label {
  --text-rgb: 247 248 246;
  color: #f7f8f6;
}

.site-footer {
  min-height: 130px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 30px;
  border-top: 1px solid var(--line);
  color: rgb(var(--text-rgb) / 0.68);
  font-size: 0.68rem;
}

.site-footer p {
  margin: 0;
  text-align: center;
}

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

.footer-links a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}

.js.scroll-reveals .reveal {
  opacity: var(--reveal-opacity, 0);
  transform: translate3d(0, var(--reveal-y, 24px), 0);
  transition: opacity 100ms linear, transform 100ms linear;
}

.js.scroll-reveals .reveal.is-visible {
  opacity: var(--reveal-opacity, 1);
  transform: translate3d(0, var(--reveal-y, 0px), 0);
  visibility: visible;
}

span[class^="icon-"],
span[class*=" icon-"] {
  display: inline-block;
  background-color: currentColor;
  -webkit-mask-image: var(--icon);
  mask-image: var(--icon);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}

svg.inline-icon {
  display: inline-block;
  flex: 0 0 auto;
  overflow: visible;
  color: inherit;
  background: none;
  vertical-align: middle;
}

.icon-smartphone { --icon: url("assets/icons/smartphone.svg"); }
.icon-download { --icon: url("assets/icons/download.svg"); }
.icon-move { --icon: url("assets/icons/move.svg"); }
.icon-mountain { --icon: url("assets/icons/mountain.svg"); }
.icon-waves { --icon: url("assets/icons/waves.svg"); }
.icon-building { --icon: url("assets/icons/building-2.svg"); }
.icon-scaling { --icon: url("assets/icons/scaling.svg"); }
.icon-arrow { --icon: url("assets/icons/arrow-right.svg"); }
.icon-layers { --icon: url("assets/icons/layers.svg"); }
.icon-sparkles { --icon: url("assets/icons/sparkles.svg"); }
.icon-palette { --icon: url("assets/icons/palette.svg"); }
.icon-share { --icon: url("assets/icons/share-2.svg"); }
.icon-check { --icon: url("assets/icons/check.svg"); }
.icon-maximize { --icon: url("assets/icons/maximize.svg"); }
.icon-hand { --icon: url("assets/icons/hand.svg"); }
.icon-gauge { --icon: url("assets/icons/gauge.svg"); }
.icon-battery { --icon: url("assets/icons/battery-medium.svg"); }
.icon-scan { --icon: url("assets/icons/scan.svg"); }

:focus-visible {
  outline: 2px solid var(--teal-bright);
  outline-offset: 4px;
}

@media (max-width: 1100px) {
  :root {
    --content: min(940px, calc(100vw - 40px));
  }

  .hero {
    grid-template-columns: 0.9fr 1.1fr;
    gap: 36px;
  }

  .hero-experience {
    transform: scale(0.9);
    transform-origin: right center;
  }

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

  .feature-card {
    min-height: 310px;
  }

  .feature-icon {
    margin-top: 28px;
  }

  .platform-panel {
    grid-template-columns: 0.9fr 1.1fr;
    padding: 86px 38px 34px;
  }

  .platform-visual {
    min-height: 410px;
  }

  .system {
    gap: 60px;
  }

  .motion-card {
    grid-template-columns: 1fr;
    align-items: end;
  }

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

  .motion-readout div {
    min-height: 144px;
    grid-template-columns: 1fr;
    align-content: end;
    gap: 10px;
    padding: 20px;
  }
}

@media (max-width: 880px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .site-nav {
    display: none;
  }

  .hero {
    min-height: auto;
    grid-template-columns: 1fr;
    padding-top: 158px;
  }

  .hero::before {
    display: none;
  }

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

  .hero-experience {
    width: min(100%, 620px);
    justify-self: center;
    transform: none;
    transform-origin: center;
  }

  .scroll-cue {
    display: none;
  }

  .platform-panel {
    grid-template-columns: 1fr;
    padding: 86px 32px 32px;
  }

  .platform-copy {
    max-width: 620px;
  }

  .platform-visual {
    order: -1;
  }

  .system,
  .share-section,
  .final-cta {
    grid-template-columns: 1fr;
  }

  .system-art {
    min-height: 600px;
  }

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

  .share-section {
    gap: 60px;
  }

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

  .code-stack {
    width: min(100%, 560px);
    margin-inline: auto;
  }

  .final-cta {
    gap: 70px;
  }

  .cta-icon {
    width: min(70vw, 360px);
    justify-self: center;
  }
}

@media (max-width: 620px) {
  :root {
    --content: calc(100vw - 30px);
    --header-height: 56px;
  }

  html {
    scroll-padding-top: calc(var(--header-height) + 12px);
  }

  .site-header {
    top: 8px;
    width: calc(100vw - 16px);
    padding: 0 12px;
    border-radius: 16px;
  }

  .site-header.is-scrolled {
    height: 52px;
  }

  .nav-status {
    padding: 7px 9px;
    font-size: 0.5rem;
  }

  .header-actions {
    gap: 5px;
  }

  .theme-toggle {
    width: 34px;
    min-width: 34px;
    min-height: 34px;
    padding: 0;
  }

  .brand img {
    width: 26px;
    height: 26px;
  }

  .brand {
    font-size: 1rem;
  }

  .hero {
    gap: 12px;
    padding-top: 108px;
    padding-bottom: 40px;
  }

  h1 {
    margin-bottom: 20px;
    font-size: clamp(2.35rem, 10.8vw, 3.4rem);
    line-height: 0.98;
  }

  .hero .eyebrow {
    margin-bottom: 18px;
    font-size: 0.58rem;
    letter-spacing: 0.12em;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 9px;
    margin-top: 24px;
  }

  .hero-actions.store-links-three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
  }

  .store-links-three .store-button {
    min-height: 58px;
    justify-content: center;
    padding: 8px 5px;
    border-radius: 12px;
    text-align: center;
  }

  .store-links-three .store-icon,
  .store-links-three .coming-stamp {
    display: none;
  }

  .store-links-three .store-button small {
    font-size: 0.44rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
  }

  .store-links-three .store-button strong {
    font-size: 0.72rem;
  }

  .store-button {
    min-width: 0;
    min-height: 60px;
    padding: 10px 12px;
  }

  .store-button small {
    font-size: 0.52rem;
  }

  .store-button strong {
    font-size: 0.78rem;
  }

  .store-icon {
    width: 20px;
    height: 20px;
  }

  .coming-stamp {
    right: -5px;
    font-size: 0.45rem;
  }

  .hero-specs {
    width: max-content;
    max-width: 100%;
    margin-top: 26px;
    margin-inline: auto;
    display: grid;
    grid-template-columns: 1fr;
    justify-items: stretch;
    gap: 0;
    font-size: 0.68rem;
    text-align: left;
  }

  .hero-specs span {
    width: 100%;
    max-width: none;
    min-height: 34px;
    display: grid;
    grid-template-columns: 2.35em max-content;
    align-items: center;
    gap: 0.5em;
    border-bottom: 1px solid rgb(var(--text-rgb) / 0.10);
    white-space: nowrap;
  }

  .hero-specs span:last-child {
    border-bottom: 0;
  }

  .hero-experience {
    min-height: 0;
    margin-top: 14px;
  }

  .canvas-intro,
  .platforms,
  .system,
  .motion-section,
  .share-section,
  .final-cta {
    padding-block: 48px;
  }

  .section-heading h2,
  .system-copy h2,
  .motion-copy h2,
  .share-copy h2,
  .final-copy h2 {
    font-size: clamp(2.45rem, 11vw, 3.5rem);
  }

  .final-copy h2 br {
    display: none;
  }

  .final-copy h2 span {
    display: block;
    text-align: right;
  }

  .platforms .section-heading h2 {
    font-size: clamp(2.3rem, 10vw, 3.1rem);
  }

  .section-lede {
    margin-top: 22px;
    font-size: 0.94rem;
    line-height: 1.6;
  }

  .core-grid {
    width: calc(100vw - 15px);
    grid-template-columns: none;
    grid-auto-columns: min(82vw, 310px);
    grid-auto-flow: column;
    gap: 12px;
    margin-top: 28px;
    padding: 3px 18px 10px 0;
    overflow-x: auto;
    overflow-y: hidden;
    overscroll-behavior-inline: contain;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .core-rail-nav {
    width: min(calc(100% - 96px), 230px);
    min-height: 52px;
    margin: 12px auto 0;
    padding: 5px;
    display: grid;
    grid-template-columns: 40px 1fr 40px;
    align-items: center;
    gap: 8px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 999px;
    background: rgba(7, 9, 14, 0.64);
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.22), inset 0 1px rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
  }

  .core-rail-button {
    width: 40px;
    height: 40px;
    padding: 0;
    display: grid;
    place-items: center;
    border: 0;
    border-radius: 50%;
    color: var(--soft-white);
    background: rgba(255, 255, 255, 0.06);
    cursor: pointer;
  }

  .core-rail-button:hover,
  .core-rail-button:focus-visible {
    color: var(--teal-bright);
    background: rgb(var(--accent-primary-rgb) / 0.14);
  }

  .core-rail-button:disabled {
    opacity: 0.25;
    cursor: default;
  }

  .core-rail-arrow {
    width: 9px;
    height: 9px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
  }

  .core-rail-arrow-left {
    transform: rotate(135deg);
  }

  .core-rail-arrow-right {
    transform: rotate(-45deg);
  }

  .core-rail-readout {
    display: flex;
    justify-content: center;
    align-items: center;
    color: rgb(var(--text-rgb) / 0.5);
    font-size: 0.58rem;
    font-weight: 780;
  }

  .core-rail-readout small {
    color: rgb(var(--text-rgb) / 0.68);
    font-size: 0.52rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
  }

  .core-grid::-webkit-scrollbar {
    display: none;
  }

  .feature-card {
    min-height: 220px;
    padding: 20px;
    scroll-snap-align: start;
    scroll-snap-stop: always;
    box-shadow: 0 18px 38px rgba(0, 0, 0, 0.22), inset 0 1px rgba(255, 255, 255, 0.035);
  }

  .feature-icon {
    width: 34px;
    height: 34px;
    margin-top: 18px;
  }

  .feature-card h3 {
    margin: 18px 0 10px;
  }

  .feature-card p {
    line-height: 1.58;
  }

  .platforms {
    padding: 38px 15px 44px;
  }

  .platforms .section-heading .eyebrow {
    margin: 0;
    justify-content: center;
    font-size: 0.58rem;
  }

  .platforms .section-heading .eyebrow span:last-child {
    display: none;
  }

  .platforms .section-heading h2 {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 12px 0 0;
    overflow: visible;
    clip: auto;
    white-space: nowrap;
    border: 0;
    font-size: clamp(1.35rem, 6.6vw, 1.85rem);
    font-weight: 620;
    line-height: 1.1;
    letter-spacing: -0.05em;
  }

  .platforms .platform-heading-break {
    display: none;
  }

  .platforms .section-heading h2 span {
    margin-left: 0.22em;
  }

  .platform-deck {
    margin-top: 22px;
    padding: 0 0 6px;
  }

  .platform-tabs {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    width: auto;
    max-width: none;
    margin: 0 8px 14px;
    transform: none;
  }

  .platform-tab {
    min-width: 0;
    min-height: 46px;
    padding: 10px 7px;
    font-size: 0.66rem;
  }

  .platform-panel {
    min-height: 0;
    gap: 22px;
    padding: 22px 18px 24px;
    overflow: clip;
    border-radius: 23px;
  }

  .platform-kicker {
    margin-bottom: 10px;
    font-size: 0.58rem;
  }

  .platform-copy h3 {
    margin-bottom: 12px;
    font-size: clamp(1.75rem, 7.2vw, 2.2rem);
  }

  .platform-copy > p:not(.platform-kicker) {
    font-size: 0.76rem;
    line-height: 1.4;
  }

  .feature-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 16px;
    gap: 8px 12px;
    font-size: 0.61rem;
    line-height: 1.25;
  }

  .feature-list li {
    align-items: flex-start;
    gap: 7px;
  }

  .feature-list li span,
  .feature-list li .inline-icon {
    width: 14px;
    height: 14px;
  }

  .platform-store {
    display: none;
  }

  .platform-visual {
    min-height: clamp(225px, 29svh, 270px);
    margin-bottom: 0;
  }

  .monitor-main {
    width: 58%;
    transform: translateY(-14px);
  }

  .monitor-left,
  .monitor-right {
    width: 35%;
  }

  .monitor-left {
    transform: translateY(20px) rotateY(10deg);
  }

  .monitor-right {
    transform: translateY(20px) rotateY(-10deg);
  }

  .display-hud {
    right: auto;
    bottom: 2%;
    left: 50%;
    transform: translateX(-50%);
  }

  .display-hud,
  .pose-hud,
  .motion-hud,
  .battery-hud {
    column-gap: 7px;
    padding: 8px 10px;
    border-radius: 12px;
  }

  .display-hud > span,
  .pose-hud > span,
  .motion-hud > span,
  .battery-hud > span,
  .display-hud > .inline-icon,
  .pose-hud > .inline-icon,
  .motion-hud > .inline-icon,
  .battery-hud > .inline-icon {
    width: 20px;
    height: 20px;
  }

  .display-hud strong,
  .pose-hud strong,
  .motion-hud strong,
  .battery-hud strong {
    font-size: 0.6rem;
  }

  .display-hud small,
  .pose-hud small,
  .motion-hud small,
  .battery-hud small {
    font-size: 0.48rem;
  }

  .tablet-device {
    width: 62%;
    transform: translate(-18px, -5px) rotateY(4deg) rotateZ(-1deg);
  }

  .phone-device {
    right: 0;
    width: 26%;
  }

  .fold-device {
    width: 64%;
  }

  .motion-hud {
    right: -4%;
  }

  .system {
    align-items: start;
    gap: 10px;
    padding-block: 16px;
  }

  .system-copy {
    position: relative;
    z-index: 3;
  }

  .system-copy .eyebrow,
  .share-copy .eyebrow {
    justify-content: flex-end;
    margin-bottom: 8px;
    text-align: right;
  }

  .system-copy .eyebrow span:last-child {
    display: none;
  }

  .shape-reel-shell {
    margin-top: 12px;
    padding-right: 32px;
  }

  .shape-cloud {
    height: 74px;
  }

  .shape-item {
    width: 38%;
    min-height: 34px;
    padding: 6px;
    font-size: 0.54rem;
  }

  .shape-item.is-prev {
    left: 15%;
  }

  .shape-item.is-next {
    left: 85%;
  }

  .shape-reel-toggle {
    width: 32px;
    height: 32px;
  }

  .system-art {
    min-height: 0;
    height: min(72vw, 295px);
    margin-bottom: clamp(24px, 6vw, 36px);
    isolation: isolate;
  }

  .art-frame {
    width: min(58vw, 240px);
    border-radius: 26px;
  }

  .art-frame-front img,
  .art-frame-front::after {
    border-radius: 19px;
  }

  .art-depth-label {
    right: 12px;
    bottom: 12px;
    gap: 6px;
    padding: 6px 8px;
    font-size: 0.52rem;
  }

  .system-copy h2 {
    font-size: clamp(2.1rem, 9.4vw, 2.65rem);
    line-height: 0.98;
  }

  .system-copy h2,
  .share-copy h2 {
    text-align: left;
  }

  .share-copy h2 br {
    display: none;
  }

  .share-copy h2 span {
    display: block;
    text-align: right;
  }

  .motion-card {
    width: calc(100vw - 30px);
    min-height: 0;
    gap: 24px;
    padding: 22px 18px;
    border-radius: 25px;
  }

  .motion-section {
    padding-block: 46px;
  }

  .motion-copy > p:not(.eyebrow) {
    margin-top: 20px;
    line-height: 1.6;
  }

  .motion-readout {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .motion-readout div {
    min-height: 78px;
    grid-template-columns: minmax(96px, 0.8fr) minmax(0, 1.2fr);
    align-content: center;
    align-items: center;
    gap: 14px;
    padding: 12px 15px;
  }

  .code-stack {
    min-height: 350px;
  }

  .code-card {
    min-height: 140px;
    padding: 20px;
  }

  .code-card-two {
    top: 96px;
  }

  .code-card-three {
    top: 192px;
  }

  .qr-mark {
    right: -3px;
    width: 78px;
    height: 78px;
  }

  .final-cta {
    min-height: 0;
    gap: 40px;
  }

  .cta-icon {
    width: min(58vw, 240px);
  }

  .share-section {
    gap: 36px;
  }

  .site-footer {
    min-height: 168px;
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-areas:
      "brand links"
      "copy copy";
    justify-items: stretch;
    align-items: center;
    align-content: center;
    gap: 14px 12px;
    padding: 24px 0 72px;
  }

  .site-footer .brand {
    grid-area: brand;
    color: rgb(var(--text-rgb) / 0.78);
  }

  .site-footer p {
    grid-area: copy;
    text-align: center;
  }

  .footer-links {
    grid-area: links;
    justify-self: end;
  }

  .footer-links a {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 14px;
    border: 1px solid rgb(var(--accent-primary-bright-rgb) / 0.22);
    border-radius: 999px;
    color: rgb(var(--text-rgb) / 0.76);
    background: rgb(var(--accent-primary-rgb) / 0.08);
    font-size: 0.62rem;
    font-weight: 720;
    white-space: nowrap;
  }

  .footer-links a::after {
    display: none;
  }
}

@media (max-width: 620px) {
  .showcase-card,
  .showcase-back-card {
    width: calc(100vw - 30px);
    border-radius: 23px;
  }

  .showcase-card {
    height: auto;
  }

  .showcase-back-card {
    height: 100%;
  }

  .showcase-body {
    padding: 10px 8px 4px;
  }

  .showcase-rail {
    margin: 6px 0 10px;
  }

  .showcase-art {
    height: 220px;
  }

  .showcase-controls {
    width: min(310px, calc(100% - 20px));
    justify-content: center;
    gap: clamp(4px, 1.8vw, 9px);
    padding-inline: 8px;
  }

  .palette-swatch {
    width: auto;
    min-width: 0;
    max-width: 46px;
    flex: 1 1 46px;
  }

  .showcase-footer {
    margin-top: 4px;
    min-height: 24px;
  }

  .final-cta {
    padding-inline: 0;
  }
}

@media (max-width: 620px) and (max-height: 720px),
  (max-width: 620px) and (min-aspect-ratio: 3 / 5) {
  .canvas-intro {
    padding-block: 24px 32px;
  }

  .canvas-intro .section-heading .eyebrow {
    margin-bottom: 12px;
  }

  .canvas-intro .section-heading h2 {
    font-size: clamp(2.05rem, 9.2vw, 2.5rem);
    line-height: 0.96;
  }

  .core-grid {
    grid-auto-columns: min(78vw, 290px);
    margin-top: 22px;
  }

  .feature-card {
    min-height: 205px;
    padding: 17px;
  }

  .feature-icon {
    margin-top: 12px;
  }

  .feature-card h3 {
    margin: 13px 0 8px;
  }

  .core-rail-nav {
    margin-top: 8px;
  }

  .motion-section {
    padding-block: 14px;
  }

  .motion-card {
    gap: 12px;
    padding: 14px;
    border-radius: 22px;
  }

  .motion-copy .eyebrow {
    margin-bottom: 10px;
  }

  .motion-copy h2 {
    font-size: clamp(2.15rem, 9vw, 2.6rem);
    line-height: 0.96;
  }

  .motion-copy > p:not(.eyebrow) {
    margin-top: 12px;
    font-size: 0.76rem;
    line-height: 1.45;
  }

  .motion-readout {
    gap: 7px;
  }

  .motion-readout div {
    min-height: 58px;
    gap: 10px;
    padding: 8px 12px;
  }

  .motion-readout strong {
    font-size: 1.12rem;
  }

  .motion-readout span {
    font-size: 0.72rem;
    line-height: 1.25;
  }
}

@media (max-width: 880px) and (hover: none) and (prefers-reduced-motion: no-preference),
  (max-width: 880px) and (pointer: coarse) and (prefers-reduced-motion: no-preference) {
  .hero-experience .showcase-card {
    animation: mobile-showcase-tilt 6.8s ease-in-out infinite;
    transition: none;
    will-change: transform;
  }

  .hero.is-offscreen .showcase-card {
    animation-play-state: paused;
  }
}

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

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

  .showcase-card,
  .showcase-back-card,
  .showcase-art img,
  .art-frame {
    transform: none !important;
  }

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