:root {
  --bg: #050809;
  --surface: #0b1112;
  --surface-2: #101718;
  --ink: #f2f7f6;
  --muted: #899896;
  --turquoise: #00e5d4;
  --turquoise-soft: #7ff9ef;
  --line: rgba(180, 255, 248, 0.14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.55;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
.grain {
  position: fixed; inset: 0; pointer-events: none; z-index: 20; opacity: .045;
  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='.8'/%3E%3C/svg%3E");
}
.site-header {
  height: 88px; padding: 0 clamp(24px, 5vw, 76px); display: flex; align-items: center; justify-content: space-between;
  position: absolute; top: 0; left: 0; right: 0; z-index: 10;
}
.brand { position: relative; font-size: 1.45rem; font-style: italic; font-weight: 850; letter-spacing: -.07em; }
.brand > span > span { color: var(--turquoise); font-style: normal; font-size: 1.22em; }
.brand-crown { position: absolute; color: var(--turquoise); font-size: .75rem; top: -13px; right: -3px; transform: rotate(7deg); }
nav { display: flex; align-items: center; gap: clamp(20px, 3vw, 48px); color: #bfd0ce; font-size: .9rem; }
nav a { transition: color .2s ease; }
nav a:hover, nav a:focus-visible { color: var(--turquoise); }
.nav-listen { border: 1px solid var(--line); border-radius: 99px; padding: 9px 18px; }

main { overflow: hidden; }
.hero {
  min-height: 760px; height: 100vh; max-height: 980px; padding: 140px clamp(24px, 8vw, 124px) 70px;
  display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(320px, .9fr); align-items: center; gap: 5vw;
  position: relative; isolation: isolate;
}
.hero::before {
  content: ""; position: absolute; width: 60vw; height: 60vw; min-width: 560px; min-height: 560px;
  border-radius: 50%; right: -23vw; top: -18vw; background: radial-gradient(circle, rgba(0,229,212,.13), rgba(0,229,212,0) 67%); z-index: -1;
}
.eyebrow { margin: 0 0 20px; color: var(--turquoise); font-size: .72rem; font-weight: 750; letter-spacing: .2em; }
h1, h2, h3, p { text-wrap: balance; }
h1 { margin: 0; max-width: 790px; font-size: clamp(3.75rem, 7.3vw, 7.6rem); line-height: .91; letter-spacing: -.072em; font-weight: 770; }
h1 em { color: var(--turquoise); font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
.intro { max-width: 570px; margin: 34px 0 0; color: #a9b8b6; font-size: clamp(1rem, 1.4vw, 1.2rem); }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 40px; }
.button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 11px; padding: 0 22px; border-radius: 99px; font-weight: 720; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.primary { background: var(--turquoise); color: #001210; }
.primary:hover { background: var(--turquoise-soft); }
.secondary { border: 1px solid var(--line); color: #d6e2e0; }
.secondary:hover { border-color: rgba(0,229,212,.5); }
.play { font-size: .75rem; }

.hero-mark { min-height: 430px; display: flex; align-items: center; justify-content: center; position: relative; }
.orb {
  width: min(31vw, 440px); aspect-ratio: 1; border-radius: 50%; display: grid; place-items: center; position: relative;
  background: radial-gradient(circle at 35% 27%, #172728 0, #081011 48%, #020404 72%); box-shadow: 0 0 90px rgba(0,229,212,.09), inset 0 0 60px rgba(0,229,212,.06);
}
.orb::after { content: ""; position: absolute; inset: 5%; border-radius: 50%; border: 1px solid rgba(0,229,212,.2); }
.eight { color: var(--turquoise); font-size: clamp(9rem, 19vw, 18rem); line-height: 1; font-weight: 850; letter-spacing: -.1em; text-shadow: 0 0 45px rgba(0,229,212,.28); transform: translateX(-.03em); }
.ring { position: absolute; border: 1px solid rgba(0,229,212,.16); border-radius: 50%; }
.ring-one { inset: -9%; animation: rotate 18s linear infinite; border-top-color: rgba(0,229,212,.72); }
.ring-two { inset: -17%; animation: rotate 28s linear infinite reverse; border-right-color: rgba(0,229,212,.46); }
.wave { position: absolute; bottom: 26px; display: flex; height: 40px; align-items: center; gap: 5px; }
.wave i { display: block; width: 3px; height: 12px; background: var(--turquoise); border-radius: 3px; animation: pulse 1.3s ease-in-out infinite; opacity: .75; }
.wave i:nth-child(2n) { animation-delay: -.25s; }.wave i:nth-child(3n) { animation-delay: -.5s; }.wave i:nth-child(4n) { animation-delay: -.75s; }
@keyframes pulse { 0%,100% { height: 8px; opacity:.35; } 50% { height: 34px; opacity:1; } }
@keyframes rotate { to { transform: rotate(360deg); } }

.music-section { padding: 110px clamp(24px, 8vw, 124px); background: #070b0c; border-top: 1px solid var(--line); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 45px; }
.section-heading h2, .story h2, .platforms h2 { margin: 0; font-size: clamp(2.15rem, 4.2vw, 4.3rem); line-height: 1.04; letter-spacing: -.05em; }
.section-heading > a { color: var(--turquoise); font-size: .9rem; padding-bottom: 7px; border-bottom: 1px solid rgba(0,229,212,.35); }
.track-list { border-top: 1px solid var(--line); }
.track {
  min-height: 106px; display: grid; grid-template-columns: 40px 68px minmax(0, 1fr) 130px 54px; align-items: center; gap: 20px;
  border-bottom: 1px solid var(--line); transition: background .25s ease, padding .25s ease;
}
.track:hover { background: rgba(0,229,212,.035); padding-inline: 12px; }
.number { color: #53605e; font-size: .78rem; font-variant-numeric: tabular-nums; }
.track-art { width: 62px; aspect-ratio: 1; display: grid; place-items: center; color: var(--turquoise); font-size: 2rem; font-weight: 850; background: radial-gradient(circle at 35% 25%, #1d3433, #07100f 70%); border: 1px solid var(--line); }
.alt-one { background: linear-gradient(135deg, #092927, #050908 68%); }
.alt-two { background: linear-gradient(35deg, #031211, #16403d); }
.alt-three { background: radial-gradient(circle at 65% 30%, #184a46, #050807 65%); }
.alt-four { background: linear-gradient(160deg, #10201f, #020303); }
.track-title h3 { margin: 0; font-size: 1.12rem; letter-spacing: -.02em; }
.track-title p { margin: 3px 0 0; color: var(--muted); font-size: .85rem; }
.track-tag { color: var(--muted); font-size: .78rem; text-transform: uppercase; letter-spacing: .12em; }
.round-play { width: 43px; height: 43px; border-radius: 50%; display: grid; place-items: center; border: 1px solid var(--line); color: var(--turquoise); font-size: .68rem; padding-left: 2px; transition: color .2s, background .2s; }
.round-play:hover { background: var(--turquoise); color: #001210; }

.story { min-height: 590px; padding: 120px clamp(24px, 10vw, 154px); display: grid; grid-template-columns: .7fr 1.3fr; align-items: center; gap: 8vw; background: var(--surface); position: relative; }
.story::after { content: ""; position: absolute; inset: 0; background: linear-gradient(100deg, rgba(0,229,212,.035), transparent 45%); pointer-events:none; }
.story-index { color: transparent; -webkit-text-stroke: 1px rgba(0,229,212,.4); font-size: clamp(9rem, 23vw, 20rem); line-height: .8; font-weight: 850; letter-spacing: -.12em; }
.story-copy { position: relative; z-index: 1; }
.story-copy h2 { max-width: 720px; }
.story-copy > p:last-child { max-width: 650px; margin: 30px 0 0; color: #a8b6b4; font-size: 1.05rem; line-height: 1.8; }

.platforms { padding: 110px clamp(24px, 8vw, 124px); display: grid; grid-template-columns: .85fr 1.15fr; gap: 8vw; align-items: start; }
.platform-links { border-top: 1px solid var(--line); }
.platform-links a { display: flex; justify-content: space-between; align-items: center; padding: 24px 5px; border-bottom: 1px solid var(--line); font-size: clamp(1.2rem, 2.2vw, 1.8rem); transition: color .2s, padding .2s; }
.platform-links a:hover { color: var(--turquoise); padding-inline: 14px; }
.platform-links b { font-weight: 400; }

footer { min-height: 100px; padding: 30px clamp(24px, 5vw, 76px); border-top: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; gap: 24px; color: #758380; font-size: .8rem; }
.footer-brand { color: var(--ink); }

@media (max-width: 850px) {
  .site-header { height: 74px; }
  nav a:not(.nav-listen) { display: none; }
  .hero { min-height: 820px; height: auto; max-height: none; padding-top: 125px; grid-template-columns: 1fr; gap: 28px; }
  .hero-copy { z-index: 2; }
  h1 { font-size: clamp(3.25rem, 15vw, 5.6rem); }
  .hero-mark { min-height: 300px; margin-top: -40px; opacity: .84; }
  .orb { width: min(68vw, 330px); }
  .wave { bottom: 0; }
  .music-section, .platforms { padding-block: 78px; }
  .track { grid-template-columns: 30px 58px minmax(0, 1fr) 43px; gap: 13px; }
  .track-art { width: 54px; }
  .track-tag { display: none; }
  .story { min-height: 640px; padding-block: 85px; grid-template-columns: 1fr; gap: 45px; }
  .story-index { font-size: 12rem; }
  .platforms { grid-template-columns: 1fr; gap: 50px; }
}

@media (max-width: 540px) {
  .intro { margin-top: 25px; }
  .actions { display: grid; }
  .button { width: 100%; }
  .section-heading { align-items: start; flex-direction: column; }
  .track { min-height: 94px; grid-template-columns: 24px 50px minmax(0, 1fr) 38px; gap: 10px; }
  .track-art { width: 48px; }
  .track-title h3 { font-size: .98rem; }
  .round-play { width: 38px; height: 38px; }
  footer { flex-direction: column; align-items: flex-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; }
}
