:root {
  --ink: #030403;
  --ink-soft: #090b09;
  --panel: rgba(17, 20, 17, 0.72);
  --panel-solid: #111411;
  --line: rgba(255, 255, 255, 0.12);
  --line-bright: rgba(214, 255, 0, 0.34);
  --white: #f6f7f2;
  --muted: #989e97;
  --lime: #d6ff00;
  --violet: #794cff;
  --blue: #2f75ff;
  --max: 1440px;
  --pad: clamp(22px, 4.8vw, 76px);
  --display: "Arial Narrow", "Avenir Next Condensed", "Helvetica Neue", sans-serif;
  --body: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); overflow-x: clip; }
body {
  margin: 0;
  color: var(--white);
  background: var(--ink);
  font-family: var(--body);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 100;
  opacity: .035;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.92' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.75'/%3E%3C/svg%3E");
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
::selection { color: var(--ink); background: var(--lime); }

.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.skip-link { position: fixed; z-index: 1000; top: 12px; left: 12px; padding: 12px 16px; background: var(--lime); color: var(--ink); transform: translateY(-150%); }
.skip-link:focus { transform: none; }

.site-header {
  position: fixed;
  z-index: 90;
  top: 16px;
  left: 50%;
  width: min(calc(100% - 32px), 1376px);
  height: 66px;
  padding: 0 14px 0 20px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  transform: translateX(-50%);
  border: 1px solid transparent;
  border-radius: 16px;
  transition: background .35s ease, border-color .35s ease, top .35s ease;
}
.site-header.scrolled {
  top: 10px;
  background: rgba(5, 7, 5, .76);
  border-color: var(--line);
  -webkit-backdrop-filter: blur(24px) saturate(130%);
  backdrop-filter: blur(24px) saturate(130%);
}
.brand { display: inline-flex; width: max-content; align-items: center; gap: 11px; font-weight: 700; letter-spacing: -.02em; }
.brand img { width: 36px; height: 36px; border-radius: 9px; box-shadow: 0 0 28px rgba(104, 76, 255, .28); }
.site-nav { display: flex; gap: clamp(20px, 3vw, 48px); color: #c6cac4; font-size: 13px; }
.site-nav a, .site-footer nav a { transition: color .2s ease; }
.site-nav a:hover, .site-footer nav a:hover { color: var(--lime); }
.header-cta { justify-self: end; padding: 12px 16px; color: var(--ink); background: var(--lime); border-radius: 9px; font-size: 12px; font-weight: 800; }
.header-cta span { font-weight: 500; }
.menu-button { display: none; }

.hero {
  min-height: max(820px, 100svh);
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(460px, 1.1fr);
  align-items: center;
  overflow: hidden;
  padding: 128px max(var(--pad), calc((100vw - var(--max)) / 2 + var(--pad))) 70px;
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(90deg, rgba(214,255,0,.025) 1px, transparent 1px) 0 0/96px 96px,
    linear-gradient(rgba(214,255,0,.025) 1px, transparent 1px) 0 0/96px 96px,
    radial-gradient(circle at 73% 47%, rgba(70, 65, 162, .15), transparent 32%),
    var(--ink);
}
.hero::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, var(--ink) 7%, transparent 55%); pointer-events: none; }
.hero-wave { position: absolute; inset: 0; width: 100%; height: 100%; z-index: -1; opacity: .34; }
.ambient { position: absolute; z-index: -2; width: 480px; height: 480px; border-radius: 50%; filter: blur(90px); opacity: .14; }
.ambient-lime { left: -310px; top: 35%; background: var(--lime); }
.ambient-violet { right: -250px; top: 18%; background: var(--violet); }
.hero-copy { position: relative; z-index: 5; max-width: 680px; }
.eyebrow { margin: 0 0 26px; display: flex; align-items: center; gap: 10px; color: #bdc3b9; font-size: 11px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow span { width: 28px; height: 1px; background: var(--lime); box-shadow: 0 0 10px var(--lime); }
h1, h2, h3 { margin: 0; font-family: var(--display); font-weight: 800; text-transform: uppercase; letter-spacing: -.065em; line-height: .89; }
h1 { max-width: 780px; font-size: clamp(64px, 7.25vw, 116px); }
h1 em, h2 em { color: var(--lime); font-style: normal; }
.hero-lede { max-width: 490px; margin: 30px 0 0; color: #a7ada4; font-size: clamp(17px, 1.4vw, 21px); line-height: 1.55; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 40px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 11px; min-height: 58px; border: 1px solid transparent; border-radius: 11px; padding: 9px 20px; transition: transform .25s ease, box-shadow .25s ease; }
.button:hover { transform: translateY(-3px); }
.button-primary { color: var(--ink); background: var(--lime); box-shadow: 0 9px 36px rgba(214, 255, 0, .13); }
.button-primary:hover { box-shadow: 0 13px 46px rgba(214, 255, 0, .24); }
.button svg { width: 23px; height: 23px; fill: currentColor; }
.button span { display: flex; flex-direction: column; font-size: 18px; font-weight: 700; line-height: 1.05; }
.button small { font-size: 9px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.text-link { display: inline-flex; align-items: center; gap: 9px; color: #d5d8d2; border-bottom: 1px solid rgba(255,255,255,.28); padding: 9px 0; font-size: 13px; }
.text-link span { color: var(--lime); }

.hero-visual { position: relative; height: min(78vh, 790px); min-height: 620px; perspective: 1200px; }
.phone { position: relative; padding: 8px; border: 1px solid rgba(255,255,255,.27); border-radius: 46px; background: linear-gradient(145deg, #494c49 0%, #121412 23%, #333532 60%, #080908 100%); box-shadow: 0 55px 100px rgba(0,0,0,.7), inset 0 0 0 2px #0a0b0a; overflow: hidden; }
.phone::before { content: ""; position: absolute; z-index: 4; top: 17px; left: 50%; width: 31%; height: 25px; transform: translateX(-50%); border-radius: 20px; background: #030403; }
.phone-screen { position: relative; height: 100%; border-radius: 38px; overflow: hidden; background: #080a08; }
.phone-screen img { width: 100%; height: 100%; object-fit: cover; }
.phone-hero .phone-screen { background: #080a08 url("assets/home.png") center top / 100% auto no-repeat; }
.phone-hero .phone-screen img { visibility: hidden; }
.phone-hero { position: absolute; z-index: 4; top: 5%; left: 38%; width: min(320px, 26vw); aspect-ratio: 1320/2868; transform: rotateY(-14deg) rotateZ(7deg); transition: transform .2s ease-out; }
.orbit { position: absolute; left: 50%; top: 50%; border: 1px solid rgba(214,255,0,.26); border-radius: 50%; transform: translate(-50%, -50%) rotate(-12deg); box-shadow: inset 0 0 40px rgba(214,255,0,.02); }
.orbit::before, .orbit::after { content: ""; position: absolute; border-radius: inherit; border: 1px dashed rgba(255,255,255,.10); }
.orbit::before { inset: 12%; }.orbit::after { inset: 26%; }
.orbit-one { width: 720px; height: 480px; }
.orbit-two { width: 570px; height: 690px; border-color: rgba(100,75,255,.34); transform: translate(-50%, -50%) rotate(35deg); }
.orbit-three { width: 430px; height: 430px; border-style: dashed; opacity: .45; animation: spin 32s linear infinite; }
.signal-label { position: absolute; color: rgba(255,255,255,.44); font-family: monospace; font-size: 11px; letter-spacing: .12em; }
.signal-label span { color: var(--lime); }
.signal-label-one { top: 17%; left: 8%; }.signal-label-two { right: 0; bottom: 25%; }
.floating-chip { position: absolute; z-index: 7; display: flex; align-items: center; gap: 12px; padding: 12px 15px; border: 1px solid var(--line); border-radius: 12px; background: rgba(12,14,12,.72); backdrop-filter: blur(18px); box-shadow: 0 14px 40px rgba(0,0,0,.35); }
.floating-chip small { display: block; color: #8e958b; font-size: 8px; letter-spacing: .14em; margin-bottom: 3px; }
.chip-now { left: 7%; bottom: 17%; font-size: 12px; }.chip-count { right: -1%; top: 23%; flex-direction: column; gap: 0; align-items: flex-start; }
.chip-count strong { color: var(--lime); font-size: 24px; }.chip-count small { margin: 0; }
.live-dot { display: inline-block; width: 7px; height: 7px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 5px rgba(214,255,0,.1), 0 0 15px var(--lime); animation: pulse 1.8s ease-in-out infinite; }
.scroll-cue { position: absolute; left: var(--pad); bottom: 24px; display: flex; align-items: center; gap: 10px; color: #6d736b; font-size: 9px; letter-spacing: .16em; text-transform: uppercase; }
.scroll-cue span { display: block; width: 35px; height: 1px; background: #4a4d49; }

.section-shell { position: relative; max-width: var(--max); margin: 0 auto; padding: clamp(110px, 11vw, 180px) var(--pad); }
.section-index { position: absolute; top: 42px; left: var(--pad); color: #5f645d; font: 9px/1 monospace; letter-spacing: .18em; }
.discover { min-height: 900px; display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 6vw; }
.discover::before { content: ""; position: absolute; left: 48%; top: 0; height: 100%; width: 1px; background: linear-gradient(transparent, var(--line), transparent); }
h2 { font-size: clamp(58px, 7vw, 105px); }
.discover-copy { max-width: 530px; z-index: 2; }
.discover-copy > p:not(.eyebrow), .player-heading > p:not(.eyebrow), .privacy-copy > p:not(.eyebrow) { color: var(--muted); font-size: 17px; line-height: 1.65; }
.discover-copy > p:not(.eyebrow) { max-width: 470px; margin: 30px 0 40px; }
.filter-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.filter-list li { display: grid; grid-template-columns: 42px 1fr auto; align-items: center; padding: 17px 0; border-bottom: 1px solid var(--line); font-size: 13px; }
.filter-list li > span { color: var(--lime); font: 9px monospace; }.filter-list b { color: #6f756d; font-size: 10px; font-weight: 500; text-transform: uppercase; }
.world-stage { position: relative; height: 650px; perspective: 1000px; }
.globe { position: absolute; left: -5%; top: 8%; width: 75%; aspect-ratio: 1; border: 1px solid rgba(214,255,0,.18); border-radius: 50%; background: radial-gradient(circle at 35% 38%, rgba(214,255,0,.08), transparent 54%), repeating-radial-gradient(circle, rgba(214,255,0,.16) 0 1px, transparent 1.5px 7px); opacity: .78; -webkit-mask-image: radial-gradient(circle, #000 0 68%, transparent 69%); }
.longitude, .latitude { position: absolute; border: 1px solid rgba(214,255,0,.30); border-radius: 50%; }
.longitude { inset: 0 31%; }.longitude-a { transform: rotate(30deg); }.longitude-b { transform: rotate(-30deg); }
.latitude { left: 5%; right: 5%; height: 31%; }.latitude-a { top: 18%; }.latitude-b { bottom: 18%; }
.pin { position: absolute; width: 8px; height: 8px; border: 2px solid var(--lime); border-radius: 50%; box-shadow: 0 0 14px var(--lime); background: var(--ink); }.pin-a { left: 27%; top: 33%; }.pin-b { right: 22%; top: 43%; }.pin-c { left: 39%; bottom: 23%; }.pin-d { right: 34%; top: 19%; }
.world-orbit { position: absolute; border: 1px dashed rgba(255,255,255,.08); border-radius: 50%; }.world-orbit-a { inset: 2% -10% 9% -15%; transform: rotate(15deg); }.world-orbit-b { inset: 19% -20% 8% 4%; transform: rotate(-21deg); }
.tablet-frame { position: absolute; z-index: 2; width: 61%; right: -6%; bottom: 3%; padding: 7px; border: 1px solid rgba(255,255,255,.25); border-radius: 25px; background: #242724 url("assets/home-ipad.png") center top / calc(100% - 14px) auto no-repeat; box-shadow: 0 44px 80px rgba(0,0,0,.7); overflow: hidden; }
.tablet-frame img { width: 100%; height: auto; aspect-ratio: 2064/2752; object-fit: cover; border-radius: 19px; visibility: hidden; }
.tablet-camera { position: absolute; z-index: 2; width: 5px; height: 5px; top: 50%; left: 3px; border-radius: 50%; background: #050605; }
.search-strip { position: absolute; z-index: 5; left: 2%; right: 4%; bottom: 1%; display: grid; grid-template-columns: 20px 1fr auto; gap: 12px; align-items: center; padding: 17px 18px; border: 1px solid var(--line-bright); border-radius: 12px; color: #858b82; background: rgba(8,10,8,.86); backdrop-filter: blur(18px); font-size: 12px; box-shadow: 0 20px 50px rgba(0,0,0,.48); }
.search-strip svg { width: 18px; fill: none; stroke: var(--lime); stroke-width: 1.6; }.search-strip kbd { padding: 5px 7px; border: 1px solid var(--line); border-radius: 5px; color: #787e76; background: #151815; font: 9px monospace; }

.player-section { max-width: none; overflow: hidden; border-top: 1px solid var(--line); background: linear-gradient(180deg, #070907 0%, var(--ink) 100%); }
.player-section > * { max-width: calc(var(--max) - var(--pad) * 2); margin-left: auto; margin-right: auto; }
.player-section > .section-index { left: max(var(--pad), calc((100vw - var(--max)) / 2 + var(--pad))); }
.player-heading { text-align: center; }
.player-heading .eyebrow { justify-content: center; }
.player-heading h2 { font-size: clamp(54px, 6.2vw, 92px); }
.player-heading p:not(.eyebrow) { max-width: 580px; margin: 24px auto; }
.mode-switch { position: relative; z-index: 10; width: max-content; display: flex; gap: 3px; margin-top: 34px; margin-bottom: 50px; padding: 4px; border: 1px solid var(--line); border-radius: 12px; background: #0c0e0c; }
.mode-switch button { border: 0; border-radius: 8px; padding: 12px 19px; color: #777d75; background: transparent; cursor: pointer; font-size: 12px; transition: color .25s, background .25s; }
.mode-switch button.active { color: var(--white); background: #242824; }.mode-switch .live-dot { margin-right: 7px; }
.player-stage { position: relative; height: 720px; max-width: 1220px !important; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.frequency-grid { position: absolute; inset: 0; opacity: .46; background-image: linear-gradient(rgba(214,255,0,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(214,255,0,.05) 1px, transparent 1px); background-size: 58px 58px; -webkit-mask-image: radial-gradient(circle, #000, transparent 72%); }
.phone-player { position: absolute; z-index: 4; width: 300px; aspect-ratio: 1320/2868; left: 50%; top: 50%; transform: translate(-50%, -50%); }
.player-image { position: absolute; inset: 0; opacity: 0; transform: scale(1.03); transition: opacity .55s ease, transform .55s ease; }
.player-image.is-visible { opacity: 1; transform: scale(1); }
.player-copy { position: absolute; z-index: 3; left: 4%; top: 28%; width: 300px; transition: opacity .45s ease, transform .45s ease; }
.player-copy h3 { font-size: 47px; line-height: .95; }.player-copy p { color: var(--muted); font-size: 13px; line-height: 1.65; }
.mode-kicker { display: block; margin-bottom: 15px; color: var(--lime); font: 10px monospace; letter-spacing: .16em; }
.album-orbit { position: absolute; right: 2%; top: 15%; width: 335px; height: 335px; border: 1px solid rgba(214,255,0,.17); border-radius: 50%; display: grid; place-items: center; }
.album-orbit::before, .album-orbit::after { content: ""; position: absolute; border: 1px dashed rgba(255,255,255,.1); border-radius: 50%; }.album-orbit::before { inset: 11%; animation: spin 26s linear infinite; }.album-orbit::after { inset: 25%; animation: spin 18s reverse linear infinite; }
.album-orbit div { width: 44%; padding: 6px; border: 1px solid var(--line); border-radius: 28px; background: #151815; transform: rotate(8deg); box-shadow: 0 25px 45px rgba(0,0,0,.45); }.album-orbit img { border-radius: 22px; }
.wave-readout { position: absolute; right: 4%; bottom: 18%; height: 50px; display: flex; gap: 5px; align-items: center; }
.wave-readout span { width: 2px; height: 10px; background: var(--lime); animation: equalize 1.1s ease-in-out infinite alternate; }.wave-readout span:nth-child(2n) { animation-delay: -.4s; }.wave-readout span:nth-child(3n) { animation-delay: -.7s; }
.feature-rail { max-width: 1220px !important; display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 55px; margin-bottom: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.feature-rail li { display: flex; align-items: center; gap: 15px; min-height: 110px; padding: 22px 25px; border-right: 1px solid var(--line); color: #a8ada5; font-size: 12px; line-height: 1.4; }.feature-rail li:last-child { border-right: 0; }.feature-rail svg { width: 29px; fill: none; stroke: var(--lime); stroke-width: 1.25; }

.privacy { min-height: 850px; display: grid; grid-template-columns: 1.05fr .95fr; gap: 7vw; align-items: center; border-top: 1px solid var(--line); }
.privacy-art { position: relative; min-height: 570px; display: grid; place-items: center; }
.privacy-art > img { position: relative; z-index: 3; width: min(340px, 56%); border-radius: 24%; box-shadow: 0 50px 110px rgba(46,35,255,.26); }
.icon-halo { position: absolute; left: 50%; top: 50%; border-radius: 50%; transform: translate(-50%, -50%); }.halo-one { width: 600px; height: 430px; border: 1px solid rgba(214,255,0,.24); }.halo-two { width: 430px; height: 600px; border: 1px solid rgba(104,76,255,.34); }
.icon-halo::after { content: ""; position: absolute; inset: 14%; border: 1px dashed rgba(255,255,255,.10); border-radius: inherit; }
.privacy-signal { position: absolute; z-index: 5; right: 3%; bottom: 11%; padding: 12px 15px; border: 1px solid var(--line); background: rgba(5,7,5,.76); backdrop-filter: blur(15px); color: var(--lime); font: 12px/1.25 monospace; letter-spacing: .12em; }.privacy-signal span { color: #777d74; font-size: 8px; }
.privacy-copy { max-width: 560px; }
.privacy-copy h2 { font-size: clamp(56px, 6.3vw, 96px); }.privacy-copy > p:not(.eyebrow) { max-width: 490px; margin: 28px 0 35px; }
.privacy-copy .availability { display: block; margin-top: 14px; color: #60655f; font-size: 10px; letter-spacing: .08em; }

.site-footer { position: relative; padding: 75px var(--pad) 32px; border-top: 1px solid var(--line); background: #050605; overflow: hidden; }
.footer-wave { position: absolute; inset: 0 0 auto; height: 110px; opacity: .25; }.footer-wave svg { width: 100%; height: 100%; }.footer-wave path { fill: none; stroke: var(--lime); stroke-width: 1; vector-effect: non-scaling-stroke; }
.footer-main { position: relative; max-width: calc(var(--max) - var(--pad) * 2); margin: 0 auto; display: grid; grid-template-columns: 1fr auto 1fr; align-items: end; gap: 30px; padding-top: 60px; }
.site-footer nav { display: flex; flex-wrap: wrap; justify-content: center; gap: 28px; color: #8b9088; font-size: 11px; }.site-footer p { justify-self: end; margin: 0; color: #555a54; font-size: 9px; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .8s cubic-bezier(.2,.7,.2,1), transform .8s cubic-bezier(.2,.7,.2,1); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.feature-rail .reveal:nth-child(2) { transition-delay: .08s; }.feature-rail .reveal:nth-child(3) { transition-delay: .16s; }.feature-rail .reveal:nth-child(4) { transition-delay: .24s; }

@keyframes spin { to { transform: translate(-50%, -50%) rotate(348deg); } }
@keyframes pulse { 50% { opacity: .45; box-shadow: 0 0 0 8px rgba(214,255,0,0), 0 0 10px var(--lime); } }
@keyframes equalize { to { height: 45px; } }

@media (max-width: 1050px) {
  .site-header { grid-template-columns: 1fr auto; }.site-nav { position: fixed; top: 74px; left: 0; right: 0; display: none; flex-direction: column; padding: 22px; border: 1px solid var(--line); border-radius: 14px; background: rgba(4,6,4,.96); backdrop-filter: blur(20px); }.site-nav.open { display: flex; }.header-cta { display: none; }
  .menu-button { justify-self: end; width: 40px; height: 40px; display: grid; place-content: center; gap: 7px; border: 0; border-radius: 8px; color: white; background: transparent; }.menu-button span:not(.sr-only) { width: 22px; height: 1px; background: currentColor; transition: transform .25s; }.menu-button[aria-expanded="true"] span:nth-child(2) { transform: translateY(4px) rotate(45deg); }.menu-button[aria-expanded="true"] span:nth-child(3) { transform: translateY(-4px) rotate(-45deg); }
  .hero { grid-template-columns: .95fr 1.05fr; }.phone-hero { left: 27%; width: min(320px, 34vw); }.chip-count { right: -8%; }
  .discover { grid-template-columns: .9fr 1.1fr; }.world-stage { height: 570px; }.tablet-frame { width: 70%; }
  .album-orbit { right: -10%; }.player-copy { left: 0; }
}

@media (max-width: 760px) {
  :root { --pad: 22px; }
  .site-header { top: 8px; height: 58px; width: calc(100% - 16px); padding-left: 12px; }.brand img { width: 32px; height: 32px; }.brand { font-size: 14px; }
  .hero { min-height: 970px; grid-template-columns: 1fr; align-content: start; padding-top: 120px; padding-bottom: 50px; }.hero::after { background: linear-gradient(var(--ink) 10%, transparent 60%); }.hero-copy { text-align: left; }.eyebrow { margin-bottom: 20px; }.hero h1 { font-size: clamp(56px, 16.5vw, 80px); }.hero-lede { margin-top: 22px; font-size: 16px; }.hero-actions { align-items: flex-start; flex-direction: column; gap: 12px; margin-top: 28px; }.text-link { margin-left: 4px; }
  .hero-visual { min-height: 490px; height: 490px; margin-top: 25px; perspective: none; }.phone-hero { position: relative; width: 205px; top: auto; left: auto; margin: 8px 8% 0 auto; transform: none; transition: none; }.orbit-one { width: 440px; height: 290px; }.orbit-two { width: 340px; height: 460px; }.orbit-three { width: 280px; height: 280px; }.chip-now { left: 0; bottom: 13%; }.chip-count { right: 0; top: 21%; }.signal-label-one { top: 10%; left: 0; }.signal-label-two { display: none; }.scroll-cue { display: none; }
  .section-shell { padding-top: 105px; padding-bottom: 105px; }.section-index { top: 28px; }
  .discover { min-height: 0; grid-template-columns: 1fr; gap: 55px; }.discover::before { display: none; }.discover h2, .privacy h2 { font-size: clamp(54px, 15.5vw, 74px); }.discover-copy > p:not(.eyebrow) { margin: 25px 0 32px; }.world-stage { height: 525px; }.globe { left: -21%; width: 103%; }.tablet-frame { width: 72%; right: -8%; bottom: 8%; }.search-strip { left: 0; right: 0; }
  .player-heading { text-align: left; }.player-heading .eyebrow { justify-content: flex-start; }.player-heading h2 { font-size: clamp(50px, 13.7vw, 69px); }.player-heading p:not(.eyebrow) { margin-left: 0; }.mode-switch { margin-left: 0; }
  .player-stage { height: 810px; }.phone-player { width: 235px; top: 47%; }.player-copy { left: 0; top: 4%; width: 250px; }.player-copy h3 { font-size: 38px; }.player-copy p { display: none; }.album-orbit { width: 230px; height: 230px; right: -24%; top: 58%; }.wave-readout { right: 0; bottom: 4%; }
  .feature-rail { grid-template-columns: 1fr 1fr; }.feature-rail li { border-bottom: 1px solid var(--line); }.feature-rail li:nth-child(2) { border-right: 0; }
  .privacy { min-height: 0; grid-template-columns: 1fr; gap: 30px; }.privacy-art { min-height: 430px; order: 2; }.privacy-art > img { width: 55%; }.halo-one { width: 410px; height: 270px; }.halo-two { width: 270px; height: 410px; }.privacy-copy { order: 1; }.privacy-signal { right: 0; }
  .site-footer { padding-top: 45px; }.footer-main { grid-template-columns: 1fr; align-items: start; }.site-footer nav { justify-content: flex-start; gap: 18px 25px; }.site-footer p { justify-self: start; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
