:root {
  color-scheme: dark;
  --ink: #120912;
  --ink-deep: #090509;
  --plum: #291126;
  --pink: #ff3da8;
  --pink-soft: #ff9ad3;
  --acid: #d9ff48;
  --lavender: #a78bff;
  --orange: #ff8a5b;
  --cream: #fff5f0;
  --muted: #c4aebb;
  --line: rgba(255, 245, 240, .17);
  --shell: min(1180px, calc(100% - 72px));
  --shadow: 0 28px 80px rgba(0, 0, 0, .38);
  --ease-out: cubic-bezier(.22, 1, .36, 1);
  --scene-glow: rgba(255, 61, 168, .16);
  --scene-glow-secondary: rgba(167, 139, 255, .10);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body {
  margin: 0;
  min-width: 320px;
  color: var(--cream);
  background:
    radial-gradient(circle at 72% 6%, rgba(255, 61, 168, .16), transparent 26rem),
    radial-gradient(circle at 14% 34%, rgba(167, 139, 255, .10), transparent 32rem),
    var(--ink);
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
  overflow-x: hidden;
}

body::before { position: fixed; inset: 0; z-index: -3; content: ""; pointer-events: none; background: linear-gradient(120deg, transparent 0 42%, rgba(255, 61, 168, .025) 50%, transparent 58%), radial-gradient(circle at 72% 6%, var(--scene-glow), transparent 26rem), radial-gradient(circle at 14% 34%, var(--scene-glow-secondary), transparent 32rem); background-size: 220% 220%, auto, auto; animation: atmosphere-shift 18s ease-in-out infinite alternate; transition: background 900ms ease; }

a { color: inherit; }
button { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a:focus-visible, button:focus-visible { outline: 2px solid var(--acid); outline-offset: 5px; }
.shell { width: var(--shell); margin-inline: auto; }
.skip-link { position: absolute; left: 16px; top: -60px; z-index: 100; padding: 12px 16px; background: var(--acid); color: var(--ink); font-weight: 800; }
.skip-link:focus { top: 16px; }
.scroll-progress { position: fixed; inset: 0 0 auto; z-index: 20; height: 3px; background: rgba(255, 245, 240, .12); pointer-events: none; }
.scroll-progress span { display: block; width: 100%; height: 100%; background: linear-gradient(90deg, var(--acid), var(--pink), var(--lavender)); transform: scaleX(0); transform-origin: left center; }
.reveal { transition: opacity 720ms var(--ease-out), transform 720ms var(--ease-out); transition-delay: var(--reveal-delay, 0ms); }
html.motion-ready .reveal { opacity: 0; transform: translateY(32px); }
html.motion-ready .reveal.is-visible { opacity: 1; transform: none; }
html.motion-ready.intro-live .hero-copy .eyebrow,
html.motion-ready.intro-live .hero-copy .hero-lede,
html.motion-ready.intro-live .hero-copy .hero-actions,
html.motion-ready.intro-live .hero-copy .music-state,
html.motion-ready.intro-live .hero-copy .hero-note,
html.motion-ready.intro-live .hero-art .art-card,
html.motion-ready.intro-live .hero-art .art-sticker,
html.motion-ready.intro-live .hero-art .scroll-cue { animation: hero-beat-in 720ms var(--ease-out) both; }
html.motion-ready.intro-live .hero-copy .eyebrow { animation-delay: 60ms; }
html.motion-ready.intro-live .hero-copy .hero-lede { animation-delay: 260ms; }
html.motion-ready.intro-live .hero-copy .hero-actions { animation-delay: 360ms; }
html.motion-ready.intro-live .hero-copy .music-state { animation-delay: 450ms; }
html.motion-ready.intro-live .hero-copy .hero-note { animation-delay: 540ms; }
html.motion-ready.intro-live .hero-art .art-card { animation-delay: 170ms; }
html.motion-ready.intro-live .hero-art .sticker-one { animation-delay: 420ms; }
html.motion-ready.intro-live .hero-art .sticker-two { animation-delay: 500ms; }
html.motion-ready.intro-live .hero-art .scroll-cue { animation-delay: 620ms; }
html.motion-ready.intro-live .hero-art .sticker-one { animation-name: sticker-one-in; }
html.motion-ready.intro-live .hero-art .sticker-two { animation-name: sticker-two-in; }
html.motion-ready.intro-live .hero-art .scroll-cue { animation-name: scroll-cue-in; }
html.motion-ready.intro-live .split-ready .title-letter { animation: title-letter-in 560ms var(--ease-out) both; animation-delay: calc(70ms + var(--letter-index) * 20ms); }
html.motion-ready.motion-rich .art-card::before { opacity: .65; animation: sheen-sweep 4.8s 1.1s var(--ease-out) both; }

.noise { position: fixed; inset: 0; z-index: -1; pointer-events: none; opacity: .08; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.36'/%3E%3C/svg%3E"); mix-blend-mode: screen; }
.orb { position: fixed; z-index: -2; width: 32rem; aspect-ratio: 1; border-radius: 50%; filter: blur(90px); pointer-events: none; opacity: .17; }
.orb-one { right: -18rem; top: 22rem; background: var(--pink); animation: orb-drift-one 18s ease-in-out infinite alternate; }
.orb-two { left: -22rem; bottom: 4rem; background: var(--lavender); animation: orb-drift-two 22s ease-in-out infinite alternate; }

.topbar { position: sticky; top: 0; z-index: 10; display: flex; align-items: center; justify-content: space-between; min-height: 96px; background: linear-gradient(180deg, rgba(18, 9, 18, .94), rgba(18, 9, 18, .68) 70%, transparent); backdrop-filter: blur(12px); }
.wordmark { display: inline-flex; align-items: center; min-height: 44px; gap: 10px; color: var(--cream); font-size: 15px; font-weight: 900; letter-spacing: .18em; text-decoration: none; }
.wordmark-dot, .status-dot { display: inline-block; width: 9px; height: 9px; border-radius: 50%; background: var(--acid); box-shadow: 0 0 18px rgba(217, 255, 72, .72); }
.wordmark-slash { color: var(--pink); }
.topbar-meta { display: inline-flex; align-items: center; gap: 9px; color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.chapter-index { color: var(--acid); font-variant-numeric: tabular-nums; }
#chapter-label { min-width: 82px; transition: opacity 220ms ease, transform 220ms ease; }

.hero { position: relative; display: grid; grid-template-columns: minmax(0, 1.04fr) minmax(360px, .96fr); gap: clamp(32px, 7vw, 112px); align-items: center; min-height: calc(100svh - 96px); padding: 56px 0 112px; isolation: isolate; }
.hero::after { position: absolute; right: -8%; bottom: 4%; left: 22%; z-index: -1; height: 1px; content: ""; background: linear-gradient(90deg, transparent, rgba(217, 255, 72, .32), transparent); opacity: .7; transform: scaleX(calc(.8 + var(--hero-progress, 0) * .2)); transform-origin: left center; }
.hero-copy, .hero-art, .section-intro, .release-card { min-width: 0; }
.hero-copy { position: relative; z-index: 2; }
.eyebrow { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; margin: 0 0 22px; color: var(--pink-soft); font-size: 10px; font-weight: 900; letter-spacing: .18em; line-height: 1.4; text-transform: uppercase; }
.eyebrow-rule { display: inline-block; width: 36px; height: 1px; background: var(--pink); }
h1, h2, p { margin-top: 0; }
h1, h2 { letter-spacing: -.075em; }
h1 { max-width: 720px; margin-bottom: 26px; font-size: clamp(4.6rem, 8.7vw, 8.2rem); font-weight: 900; line-height: .78; letter-spacing: -.06em; text-transform: uppercase; }
h1 span { display: block; }
h1 > span { white-space: nowrap; }
.title-letter { display: inline-block; white-space: pre; }
.hero-title-accent { color: var(--pink); text-shadow: 8px 8px 0 rgba(167, 139, 255, .24); }
.hero-lede { max-width: 510px; margin-bottom: 28px; color: rgba(255, 245, 240, .78); font-size: clamp(1.06rem, 1.5vw, 1.3rem); line-height: 1.45; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 56px; gap: 12px; padding: 0 18px; border: 1px solid var(--line); border-radius: 999px; font-size: 15px; font-weight: 850; line-height: 1; text-decoration: none; transform: translate3d(var(--mag-x, 0px), var(--mag-y, 0px), 0); transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, color 180ms ease; }
.button:hover { transform: translate3d(var(--mag-x, 0px), calc(var(--mag-y, 0px) - 3px), 0); }
.button-primary { color: var(--ink); background: var(--acid); border-color: var(--acid); box-shadow: 0 14px 30px rgba(217, 255, 72, .16); }
.button-primary:hover { background: #eaff8e; border-color: #eaff8e; }
.button-disabled, .button-disabled:hover { color: var(--ink); background: #b8c86a; border-color: #b8c86a; box-shadow: none; cursor: not-allowed; opacity: .82; transform: none; }
.button-quiet { color: var(--cream); background: rgba(255, 245, 240, .06); }
.button-quiet:hover { border-color: var(--pink); background: rgba(255, 61, 168, .12); }
.button-arrow { font-size: 19px; line-height: 0; }
.music-symbol { font-size: 18px; line-height: 0; }
.music-state { max-width: 500px; margin: 14px 0 0; color: var(--muted); font-size: 13px; line-height: 1.45; }
.hero-note { display: flex; flex-wrap: wrap; align-items: center; gap: 9px; margin: 24px 0 0; color: rgba(255, 245, 240, .62); font-size: 10px; font-weight: 900; letter-spacing: .14em; line-height: 1.4; text-transform: uppercase; }

.hero-art { position: relative; min-height: 600px; display: grid; place-items: center; isolation: isolate; overflow: hidden; perspective: 1000px; }
.hero-art::before { position: absolute; width: min(35rem, 90%); aspect-ratio: 1; content: ""; border-radius: 50%; border: 1px solid rgba(255, 61, 168, .22); box-shadow: 0 0 0 28px rgba(255, 61, 168, .04), 0 0 0 57px rgba(167, 139, 255, .03); transform: rotate(-16deg); animation: ring-pulse 8s ease-in-out infinite; }
.art-halo { position: absolute; width: 72%; aspect-ratio: 1; border-radius: 50%; filter: blur(3px); pointer-events: none; }
.art-halo-back { background: conic-gradient(from 20deg, var(--pink), var(--orange), var(--acid), var(--lavender), var(--pink)); opacity: .75; transform: rotate(14deg); mix-blend-mode: screen; animation: halo-spin 18s linear infinite; }
.art-card { position: relative; z-index: 2; width: min(380px, 82%); aspect-ratio: .78; padding: 20px; border: 1px solid rgba(255, 245, 240, .42); background: linear-gradient(145deg, rgba(49, 19, 45, .94), rgba(15, 8, 17, .88)); box-shadow: var(--shadow), inset 0 1px 0 rgba(255, 245, 240, .26); transform: translate3d(0, calc(var(--parallax, 0px)), 0) rotateX(var(--tilt-y, 0deg)) rotateY(var(--tilt-x, 0deg)) rotateZ(calc(7deg + var(--hero-rotate, 0deg))) scale(var(--hero-scale, 1)); transition: transform 260ms var(--ease-out); transform-style: preserve-3d; overflow: hidden; }
.art-card::before { position: absolute; inset: -40% -20%; content: ""; background: linear-gradient(112deg, transparent 38%, rgba(255, 255, 255, .22) 48%, transparent 58%); opacity: 0; pointer-events: none; transform: translateX(-70%) rotate(8deg); }
.art-card::after { position: absolute; inset: 0; content: ""; background: linear-gradient(126deg, rgba(255, 255, 255, .15), transparent 20%, transparent 68%, rgba(217, 255, 72, .08)); pointer-events: none; }
.art-card-top, .art-card-bottom { display: flex; justify-content: space-between; color: rgba(255, 245, 240, .58); font-size: 9px; font-weight: 900; letter-spacing: .14em; }
.art-title { position: relative; z-index: 1; margin-top: 60px; font-size: clamp(2.4rem, 3.7vw, 3.4rem); font-weight: 950; letter-spacing: -.09em; line-height: .77; }
.art-title em { color: var(--pink); font-style: normal; }
.art-subtitle { position: relative; z-index: 1; margin-top: 14px; color: var(--acid); font-size: 10px; font-weight: 900; letter-spacing: .22em; text-transform: uppercase; }
.record { position: absolute; right: -12%; bottom: -2%; width: 62%; aspect-ratio: 1; border-radius: 50%; background: repeating-radial-gradient(circle at center, #0c080d 0 3px, #252028 4px 5px, #0c080d 6px 9px); box-shadow: -12px -8px 30px rgba(0, 0, 0, .55); transform: rotate(-21deg); }
.record::before, .record::after { position: absolute; inset: 13%; content: ""; border: 1px solid rgba(255, 245, 240, .09); border-radius: 50%; }
.record::after { inset: 42%; border-color: var(--pink); background: var(--pink); box-shadow: 0 0 20px rgba(255, 61, 168, .65); }
.record-label { position: absolute; inset: 45%; display: grid; place-items: center; color: var(--ink); font-size: 10px; font-weight: 950; letter-spacing: 0; }
.record-line { position: absolute; left: -8%; top: 48%; width: 116%; height: 1px; background: rgba(217, 255, 72, .34); transform: rotate(48deg); }
.line-b { transform: rotate(-40deg); background: rgba(167, 139, 255, .28); }
.art-card-bottom { position: absolute; right: 20px; bottom: 20px; left: 20px; z-index: 1; }
.art-sticker { position: absolute; z-index: 3; display: grid; place-items: center; width: 94px; aspect-ratio: 1; border-radius: 50%; color: var(--ink); font-size: 10px; font-weight: 950; line-height: 1.02; text-align: center; letter-spacing: .04em; transform: rotate(-14deg); }
.sticker-one { top: 8%; right: 2%; background: var(--acid); box-shadow: 0 12px 30px rgba(217, 255, 72, .18); }
.sticker-two { bottom: 10%; left: 0; width: 78px; color: var(--cream); border: 1px solid var(--pink); background: var(--pink); font-size: 9px; transform: rotate(17deg); }
.scroll-cue { position: absolute; right: 3%; bottom: 5%; display: inline-flex; align-items: center; gap: 10px; margin: 0; color: var(--muted); font-size: 9px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; transform: rotate(90deg) translateX(50%); transform-origin: right center; }
.scroll-cue-line { display: inline-block; width: 54px; height: 1px; background: linear-gradient(90deg, transparent, var(--acid)); animation: cue-pulse 2.2s ease-in-out infinite; }

.inside { display: grid; grid-template-columns: minmax(240px, .7fr) minmax(0, 1.3fr); gap: clamp(36px, 7vw, 112px); padding: 132px 0 148px; border-top: 1px solid var(--line); }
.signal-section { display: grid; grid-template-columns: minmax(240px, .72fr) minmax(0, 1.28fr); gap: clamp(36px, 7vw, 112px); padding: 42px 0 148px; }
.signal-intro { align-self: start; position: sticky; top: 130px; }
.signal-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.signal-card { position: relative; min-height: 320px; padding: 22px; border: 1px solid rgba(255, 245, 240, .18); overflow: hidden; transition: transform 280ms var(--ease-out), border-color 280ms ease; }
.signal-card::after { position: absolute; right: -18%; bottom: -28%; width: 72%; aspect-ratio: 1; content: ""; border-radius: 50%; background: rgba(255, 255, 255, .16); filter: blur(24px); opacity: .55; pointer-events: none; }
.signal-card:hover { border-color: rgba(255, 245, 240, .5); transform: translateY(-8px) rotate(-1deg); }
.signal-card.reveal { transition: opacity 720ms var(--ease-out), transform 720ms var(--ease-out), border-color 280ms ease; }
.signal-card-pink { color: var(--cream); background: linear-gradient(145deg, #a21868, #35122f 70%); }
.signal-card-acid { color: var(--ink); background: linear-gradient(145deg, var(--acid), #b5d936 70%); }
.signal-card-lavender { color: var(--ink); background: linear-gradient(145deg, var(--lavender), #6d5ac2 70%); }
.signal-index { position: absolute; top: 18px; right: 20px; font-size: 12px; font-weight: 950; letter-spacing: .12em; opacity: .72; }
.signal-kicker { display: block; margin-top: 122px; font-size: 9px; font-weight: 950; letter-spacing: .18em; text-transform: uppercase; }
.signal-card h3 { max-width: 190px; margin: 12px 0 12px; font-size: clamp(1.55rem, 2.6vw, 2.4rem); letter-spacing: -.07em; line-height: .9; }
.signal-card p { max-width: 220px; margin: 0; font-size: 13px; line-height: 1.42; opacity: .78; }
.memory-signal { position: relative; display: grid; grid-template-columns: minmax(240px, .72fr) minmax(0, 1.28fr); gap: clamp(36px, 7vw, 112px); align-items: center; padding: 24px 0 148px; isolation: isolate; }
.memory-signal::before { position: absolute; top: 0; bottom: 0; left: 50%; z-index: 0; width: 100vw; content: ""; background: linear-gradient(105deg, rgba(255, 61, 168, .07), rgba(18, 9, 18, .12) 46%, rgba(167, 139, 255, .08)); border-top: 1px solid rgba(255, 245, 240, .14); border-bottom: 1px solid rgba(255, 245, 240, .14); transform: translateX(-50%); pointer-events: none; }
.memory-signal::after { position: absolute; top: 9%; bottom: 9%; left: 50%; z-index: 0; width: 1px; content: ""; background: linear-gradient(180deg, transparent, rgba(217, 255, 72, .3), transparent); opacity: .65; pointer-events: none; }
.memory-copy { position: relative; z-index: 1; min-width: 0; padding: 18px 0; }
.memory-sequence { display: flex; align-items: center; gap: 12px; margin-bottom: 38px; color: var(--muted); font-size: 9px; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.memory-sequence-number { color: var(--acid); font-size: clamp(2.6rem, 4.8vw, 4.6rem); font-weight: 950; letter-spacing: -.1em; line-height: .75; }
.memory-sequence-label { align-self: flex-end; padding-bottom: 2px; }
.memory-sequence-rule { display: inline-block; width: 44px; height: 1px; margin-left: 2px; background: linear-gradient(90deg, var(--pink), transparent); }
.memory-note { display: inline-flex; align-items: center; gap: 8px; margin: 28px 0 0; color: rgba(255, 245, 240, .62); font-size: 10px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.memory-note-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--pink); box-shadow: 0 0 14px rgba(255, 61, 168, .7); }
.memory-video-shell { position: relative; z-index: 1; display: grid; grid-template-rows: minmax(0, 1fr) auto; min-width: 0; aspect-ratio: 4 / 5; overflow: hidden; border: 1px solid rgba(255, 245, 240, .28); background: linear-gradient(145deg, #5c173e, #120912 72%); box-shadow: var(--shadow), 12px 14px 0 rgba(255, 61, 168, .1), inset 0 1px 0 rgba(255, 245, 240, .22); isolation: isolate; transform: translate3d(0, var(--memory-parallax, 0px), 0); transition: transform 320ms var(--ease-out), border-color 320ms ease, box-shadow 320ms ease; }
.memory-video-shell::before { position: absolute; inset: 0; z-index: 3; content: ""; background: linear-gradient(145deg, rgba(255, 61, 168, .2), transparent 42%, rgba(217, 255, 72, .13)), linear-gradient(180deg, transparent 0 64%, rgba(18, 9, 18, .42)); mix-blend-mode: screen; pointer-events: none; }
.memory-video-shell::after { position: absolute; inset: 0; z-index: 3; content: ""; background: repeating-linear-gradient(0deg, rgba(255, 245, 240, .06) 0 1px, transparent 1px 5px), linear-gradient(90deg, transparent 0 49.8%, rgba(255, 245, 240, .08) 50%, transparent 50.2%); opacity: .36; mix-blend-mode: screen; pointer-events: none; }
.memory-video-stage { position: relative; min-height: 0; overflow: hidden; background: radial-gradient(circle at 50% 40%, rgba(255, 61, 168, .18), transparent 48%), #100812; }
.memory-video-fallback { position: absolute; inset: 0; display: grid; place-content: center; justify-items: center; gap: 14px; color: rgba(255, 245, 240, .74); background: radial-gradient(circle at 50% 46%, rgba(217, 255, 72, .12), transparent 18rem), linear-gradient(145deg, #5c173e, #120912 72%); font-size: 9px; font-weight: 900; letter-spacing: .16em; text-align: center; text-transform: uppercase; }
.memory-video-fallback strong { color: var(--pink); font-size: clamp(2.6rem, 5vw, 5rem); font-weight: 950; letter-spacing: -.09em; line-height: .78; }
.memory-video-fallback small { color: var(--acid); font-size: 8px; }
.memory-video { position: relative; z-index: 1; display: block; width: 100%; height: 100%; border: 0; object-fit: contain; object-position: center; filter: saturate(1.16) contrast(1.06); }
.memory-video-footer { position: relative; z-index: 4; display: grid; grid-template-columns: auto auto minmax(0, 1fr); align-items: center; gap: 12px; min-height: 70px; padding: 10px 14px 11px; border-top: 1px solid rgba(255, 245, 240, .2); background: rgba(18, 9, 18, .86); }
.memory-video-overlay { display: flex; justify-content: space-between; gap: 14px; color: rgba(255, 245, 240, .72); font-size: 9px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; pointer-events: none; }
.memory-play { position: static; display: inline-flex; align-items: center; gap: 8px; min-height: 44px; padding: 0 13px; border: 1px solid rgba(255, 245, 240, .6); border-radius: 999px; color: var(--cream); background: rgba(18, 9, 18, .72); font-size: 11px; font-weight: 900; cursor: pointer; backdrop-filter: blur(10px); transition: border-color 180ms ease, color 180ms ease, background 180ms ease; }
.memory-play:hover { border-color: var(--acid); color: var(--acid); background: rgba(18, 9, 18, .9); }
.memory-caption { display: flex; justify-content: flex-end; gap: 8px; min-width: 0; margin: 0; color: rgba(255, 245, 240, .72); font-size: 10px; letter-spacing: .06em; text-align: right; }
.memory-signal:has(.memory-video-shell.is-active) .memory-video-shell { border-color: rgba(217, 255, 72, .46); box-shadow: var(--shadow), 12px 14px 0 rgba(255, 61, 168, .13), 0 0 0 1px rgba(217, 255, 72, .06); }
.mantra-band { position: relative; padding: 22px 0 124px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); overflow: hidden; }
.marquee { display: flex; width: max-content; color: transparent; font-size: clamp(3.4rem, 9vw, 9rem); font-weight: 950; letter-spacing: -.08em; line-height: .9; -webkit-text-stroke: 1px rgba(255, 245, 240, .28); white-space: nowrap; animation: marquee-slide 28s linear infinite; }
.marquee span { padding-right: .25em; }
.mantra-content { position: relative; z-index: 1; max-width: 820px; margin-top: -2px; padding-top: 80px; }
.mantra-content h2 { max-width: 760px; margin-bottom: 20px; }
.mantra-content > p:last-child { max-width: 490px; margin: 0; color: var(--muted); font-size: 17px; line-height: 1.56; }
h2 { margin-bottom: 24px; font-size: clamp(3rem, 5vw, 5.8rem); font-weight: 900; line-height: .88; }
h2 em { color: var(--pink); font-style: normal; }
.section-copy { max-width: 370px; color: var(--muted); font-size: 16px; line-height: 1.62; }
.release-card { align-self: center; border: 1px solid var(--line); background: rgba(255, 245, 240, .035); box-shadow: var(--shadow); }
.listening-room { overflow: hidden; scroll-margin-top: 112px; }
.listening-room:focus { outline: 2px solid var(--acid); outline-offset: 8px; }
.release-card-head { display: flex; justify-content: space-between; align-items: center; gap: 18px; padding: 18px 20px; border-bottom: 1px solid var(--line); }
.panel-label { color: var(--acid); font-size: 10px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.panel-label-right { color: var(--muted); text-align: right; }
.release-card-body { padding: clamp(28px, 5vw, 52px); }
.status-pill { display: inline-flex; padding: 7px 9px; border: 1px solid rgba(217, 255, 72, .44); color: var(--acid); font-size: 9px; font-weight: 900; letter-spacing: .16em; }
.release-card h3 { margin: 24px 0 18px; font-size: clamp(2rem, 3.4vw, 3.6rem); font-weight: 900; letter-spacing: -.07em; line-height: .92; }
.release-card h3 em { color: var(--pink); font-style: normal; }
.release-card-body p { max-width: 500px; margin: 0; color: var(--muted); font-size: 16px; line-height: 1.58; }
.player { position: relative; margin-top: 32px; padding: 18px; border: 1px solid rgba(255, 245, 240, .15); background: rgba(9, 5, 9, .5); overflow: hidden; transition: border-color 360ms ease, box-shadow 360ms ease, background 360ms ease; }
.player::before { position: absolute; inset: 0; content: ""; background: linear-gradient(90deg, transparent, rgba(255, 61, 168, .08), transparent); opacity: 0; pointer-events: none; transform: translateX(-100%); }
.player.has-track { border-color: rgba(255, 61, 168, .38); }
.player.is-playing { border-color: rgba(217, 255, 72, .46); background: rgba(18, 11, 18, .72); box-shadow: 0 0 0 1px rgba(217, 255, 72, .08), 0 22px 48px rgba(255, 61, 168, .12); }
.player.is-playing::before { opacity: 1; animation: player-sweep 3.4s ease-in-out infinite; }
.player-now { display: grid; gap: 6px; }
.player-kicker { color: var(--acid); font-size: 9px; font-weight: 900; letter-spacing: .18em; }
.player-now strong { color: var(--cream); font-size: clamp(1.2rem, 2.8vw, 1.7rem); letter-spacing: -.04em; }
.player-now span:last-child { color: var(--muted); font-size: 12px; line-height: 1.4; }
.player.is-playing .player-kicker { animation: status-flicker 1.8s ease-in-out infinite; }
.player-visualizer { display: flex; align-items: end; gap: 4px; width: 148px; height: 24px; margin-top: 16px; opacity: .28; }
.player-bar { flex: 1; height: 100%; min-width: 3px; border-radius: 999px; background: linear-gradient(180deg, var(--acid), var(--pink)); transform: scaleY(.22); transform-origin: bottom center; }
.player.is-playing .player-bar { animation: audio-bar 1.08s ease-in-out infinite alternate; }
.player.is-playing .player-bar:nth-child(2), .player.is-playing .player-bar:nth-child(7) { animation-delay: -.62s; }
.player.is-playing .player-bar:nth-child(3), .player.is-playing .player-bar:nth-child(6) { animation-delay: -.38s; }
.player.is-playing .player-bar:nth-child(4), .player.is-playing .player-bar:nth-child(5) { animation-delay: -.82s; }
#album-player { display: block; width: 100%; margin-top: 22px; }
.play-all { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; gap: 10px; margin-top: 16px; padding: 0 15px; border: 1px solid var(--pink); border-radius: 999px; color: var(--ink); background: var(--pink); font-size: 13px; font-weight: 900; cursor: pointer; }
.play-all:hover { border-color: var(--pink-soft); background: var(--pink-soft); }
.track-list { margin: 18px 0 0; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.track-row { position: relative; display: grid; grid-template-columns: 30px minmax(0, 1fr) auto; align-items: center; width: 100%; min-height: 58px; gap: 10px; padding: 10px 4px; border: 0; border-bottom: 1px solid var(--line); color: var(--cream); background: transparent; text-align: left; cursor: pointer; overflow: hidden; }
.track-row::before { position: absolute; right: 0; bottom: -1px; left: 0; height: 2px; content: ""; background: linear-gradient(90deg, var(--pink), var(--acid)); opacity: .85; transform: scaleX(var(--track-progress, 0)); transform-origin: left center; transition: transform 180ms linear; }
.track-row::after { position: absolute; top: 10px; bottom: 10px; left: 0; width: 3px; content: ""; border-radius: 999px; background: var(--pink); opacity: 0; transform: scaleY(.2); transform-origin: center; transition: opacity 240ms ease, transform 360ms var(--ease-out); }
.track-row:hover { color: var(--acid); background: rgba(255, 61, 168, .08); }
.track-row:focus-visible { outline-offset: -2px; }
.track-row.is-current::after { opacity: 1; transform: scaleY(1); }
.track-row.track-bump { animation: track-bump 620ms var(--ease-out); }
.track-number { color: var(--muted); font-size: 10px; font-weight: 900; letter-spacing: .12em; }
.track-name { min-width: 0; overflow: hidden; font-size: 14px; font-weight: 850; text-overflow: ellipsis; white-space: nowrap; }
.track-note { color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: .08em; text-align: right; text-transform: uppercase; white-space: nowrap; }
.track-row.is-current .track-number, .track-row.is-current .track-name { color: var(--pink); }
.release-card-foot { display: flex; flex-wrap: wrap; gap: 12px 22px; margin-top: 34px; padding-top: 18px; border-top: 1px solid var(--line); color: rgba(255, 245, 240, .58); font-size: 10px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.closing { display: grid; grid-template-columns: minmax(0, 1fr) 220px; align-items: end; gap: 40px; padding: 24px 0 156px; }
.closing-copy { max-width: 640px; }
.closing h2 { margin-bottom: 20px; }
.closing-copy > p:not(.eyebrow) { max-width: 420px; margin-bottom: 28px; color: var(--muted); font-size: 17px; line-height: 1.55; }
.closing-stamp { display: grid; place-items: center; width: 190px; aspect-ratio: 1; justify-self: end; border: 1px solid var(--pink); border-radius: 50%; color: var(--pink); transform: rotate(12deg); }
.closing-stamp span { font-size: 5rem; font-weight: 950; letter-spacing: -.14em; line-height: .7; }
.closing-stamp small { max-width: 100px; margin-top: -28px; color: var(--muted); font-size: 9px; font-weight: 900; letter-spacing: .1em; line-height: 1.4; text-align: center; text-transform: uppercase; }

.footer { display: flex; justify-content: space-between; gap: 20px; padding: 0 0 34px; color: var(--muted); font-size: 12px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.footer a { color: inherit; }
.footer a:hover { color: var(--acid); }
.footer a { display: inline-flex; align-items: center; min-height: 44px; }

.signal-card.reveal.is-visible { transform: translate3d(0, var(--card-drift, 0px), 0); }
.signal-card.reveal.is-visible:hover { transform: translate3d(0, calc(var(--card-drift, 0px) - 8px), 0) rotate(-1deg); }

@keyframes atmosphere-shift {
  from { background-position: 0% 40%; }
  to { background-position: 100% 60%; }
}
@keyframes hero-beat-in {
  from { opacity: 0; transform: translate3d(0, 20px, 0) scale(.985); }
  to { opacity: 1; transform: none; }
}
@keyframes title-letter-in {
  from { opacity: 0; filter: blur(7px); transform: translate3d(0, .9em, 0) rotate(8deg) scale(.78); }
  to { opacity: 1; filter: blur(0); transform: none; }
}
@keyframes sticker-one-in {
  from { opacity: 0; transform: translate3d(0, 18px, 0) rotate(-14deg) scale(.72); }
  to { opacity: 1; transform: rotate(-14deg) scale(1); }
}
@keyframes sticker-two-in {
  from { opacity: 0; transform: translate3d(0, 18px, 0) rotate(17deg) scale(.72); }
  to { opacity: 1; transform: rotate(17deg) scale(1); }
}
@keyframes scroll-cue-in {
  from { opacity: 0; transform: rotate(90deg) translateX(50%) translateY(14px); }
  to { opacity: 1; transform: rotate(90deg) translateX(50%); }
}
@keyframes sheen-sweep {
  0% { opacity: 0; transform: translateX(-70%) rotate(8deg); }
  18%, 100% { opacity: .72; transform: translateX(70%) rotate(8deg); }
}
@keyframes player-sweep {
  0%, 100% { transform: translateX(-100%); }
  50% { transform: translateX(100%); }
}
@keyframes status-flicker {
  0%, 100% { opacity: .72; }
  45% { opacity: 1; }
  53% { opacity: .48; }
  62% { opacity: 1; }
}
@keyframes audio-bar {
  from { transform: scaleY(.18); }
  to { transform: scaleY(1); }
}
@keyframes track-bump {
  0%, 100% { transform: translateX(0); }
  35% { transform: translateX(5px); }
  65% { transform: translateX(-2px); }
}
@keyframes orb-drift-one {
  from { transform: translate3d(-2rem, -1rem, 0) scale(.95); }
  to { transform: translate3d(2rem, 3rem, 0) scale(1.08); }
}
@keyframes orb-drift-two {
  from { transform: translate3d(2rem, 1rem, 0) scale(1.05); }
  to { transform: translate3d(-2rem, -3rem, 0) scale(.92); }
}
@keyframes ring-pulse {
  0%, 100% { opacity: .66; transform: rotate(-16deg) scale(.96); }
  50% { opacity: 1; transform: rotate(-8deg) scale(1.02); }
}
@keyframes halo-spin { to { transform: rotate(374deg); } }
@keyframes cue-pulse { 0%, 100% { opacity: .35; transform: scaleX(.7); transform-origin: left; } 50% { opacity: 1; transform: scaleX(1); } }
@keyframes marquee-slide { to { transform: translateX(-50%); } }

html.motion-lite body::before { animation: none; }
html.motion-lite .orb, html.motion-lite .art-halo-back, html.motion-lite .hero-art::before, html.motion-lite .marquee, html.motion-lite .scroll-cue-line { animation: none; }
html.motion-lite .marquee { transform: translateX(0); }
html.motion-lite .art-card::before { display: none; }
html.motion-rich .is-listening .record { animation: record-turn 12s linear infinite; }
html.motion-rich .is-listening .hero-art::before { animation-duration: 4.8s; }
body[data-scene="arrive"] { --scene-glow: rgba(255, 61, 168, .19); --scene-glow-secondary: rgba(167, 139, 255, .10); }
body[data-scene="escalate"] { --scene-glow: rgba(217, 255, 72, .13); --scene-glow-secondary: rgba(255, 61, 168, .13); }
body[data-scene="land-soft"] { --scene-glow: rgba(167, 139, 255, .16); --scene-glow-secondary: rgba(255, 138, 91, .10); }
body[data-scene="aftercare"] { --scene-glow: rgba(255, 138, 91, .13); --scene-glow-secondary: rgba(255, 61, 168, .08); }
@keyframes record-turn { to { transform: rotate(339deg); } }

@media (max-width: 900px) {
  :root { --shell: min(100% - 42px, 680px); }
  .hero { grid-template-columns: 1fr; min-height: auto; padding-top: 68px; }
  .hero-copy { max-width: 650px; }
  .hero-art { min-height: 520px; margin-top: 10px; }
  .inside { grid-template-columns: 1fr; gap: 42px; padding-top: 100px; }
  .section-copy { max-width: 620px; }
  .signal-section { grid-template-columns: 1fr; gap: 42px; }
  .signal-intro { position: static; }
  .memory-signal { grid-template-columns: 1fr; gap: 42px; }
  .memory-signal::after { display: none; }
  .memory-copy { padding-bottom: 0; }
}

@media (max-width: 600px) {
  :root { --shell: calc(100% - 32px); }
  .orb { display: none; }
  .topbar { min-height: 74px; }
  .topbar-meta { font-size: 10px; line-height: 1.4; letter-spacing: .10em; }
  .hero { padding-top: 58px; padding-bottom: 72px; }
  .eyebrow { gap: 8px; font-size: 10px; line-height: 1.4; }
  .eyebrow-rule { width: 22px; }
  h1 { font-size: clamp(3.1rem, 15.5vw, 5.2rem); line-height: .82; }
  .hero-lede { font-size: 1rem; }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .button { width: 100%; }
  .hero-note { align-items: flex-start; font-size: 10px; line-height: 1.4; }
  .hero-art { min-height: 430px; }
  .scroll-cue { right: -2%; bottom: 4%; }
  .art-card { width: min(280px, 86%); }
  .art-title { margin-top: 44px; font-size: clamp(2.2rem, 11vw, 3.2rem); }
  .sticker-one { right: -1%; }
  .sticker-two { left: 1%; }
  .inside { padding: 84px 0 100px; }
  .signal-section { padding: 20px 0 94px; }
  .signal-grid { grid-template-columns: 1fr; }
  .signal-card { min-height: 240px; }
  .signal-kicker { margin-top: 72px; }
  .memory-signal { padding-bottom: 94px; }
  .memory-sequence { margin-bottom: 28px; }
  .memory-sequence-number { font-size: 3rem; }
  .memory-video-shell { aspect-ratio: 9 / 16; }
  .memory-video-footer { grid-template-columns: auto 1fr; gap: 10px; min-height: 92px; padding: 10px 12px 12px; }
  .memory-video-overlay { grid-column: 1 / -1; justify-content: flex-start; font-size: 8px; }
  .memory-caption { grid-column: 1 / -1; justify-content: flex-start; font-size: 9px; }
  .mantra-band { padding-bottom: 94px; }
  .mantra-content { padding-top: 54px; }
  h2 { font-size: clamp(3rem, 16vw, 5.3rem); }
  .release-card-head { align-items: flex-start; flex-direction: column; gap: 8px; }
  .panel-label-right { text-align: left; }
  .release-card-body { padding: 28px 20px; }
  .player { margin-inline: -4px; padding: 14px; }
  .player-visualizer { width: 100%; }
  .track-row { grid-template-columns: 26px minmax(0, 1fr) auto; gap: 8px; }
  .track-note { font-size: 8px; letter-spacing: .04em; }
  .release-card-foot { line-height: 1.45; }
  .closing { grid-template-columns: 1fr; padding-bottom: 104px; }
  .closing-stamp { width: 150px; justify-self: start; }
  .footer { flex-wrap: wrap; padding-bottom: 24px; font-size: 10px; line-height: 1.4; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .signal-intro { position: static; }
  html.motion-ready .reveal { opacity: 1; transform: none; }
  html.motion-ready.intro-live .hero-copy .eyebrow,
  html.motion-ready.intro-live .hero-copy .hero-lede,
  html.motion-ready.intro-live .hero-copy .hero-actions,
  html.motion-ready.intro-live .hero-copy .music-state,
  html.motion-ready.intro-live .hero-copy .hero-note,
  html.motion-ready.intro-live .hero-art .art-card,
  html.motion-ready.intro-live .hero-art .art-sticker,
  html.motion-ready.intro-live .hero-art .scroll-cue,
  html.motion-ready.intro-live .split-ready .title-letter { opacity: 1; filter: none; transform: none; animation: none; }
  .art-card { transform: rotate(7deg); }
  .scroll-progress { display: none; }
}
