:root {
  --void: #020609;
  --void-soft: #061016;
  --panel: #08151c;
  --panel-2: #0b1c24;
  --ice: #dffbff;
  --muted: #88a5ad;
  --cyan: #73efff;
  --cyan-hot: #16d9f4;
  --cyan-dim: rgba(64, 222, 245, 0.16);
  --red: #ff6275;
  --line: rgba(125, 229, 244, 0.2);
  --line-soft: rgba(184, 242, 250, 0.1);
  --shell: min(1220px, calc(100vw - 48px));
  --display: "Arial Narrow", "Helvetica Neue", Arial, sans-serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --serif: Iowan Old Style, Baskerville, "Times New Roman", serif;
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  scroll-behavior: smooth;
  background: var(--void);
}

body {
  min-height: 100%;
  margin: 0;
  overflow-x: hidden;
  color: var(--ice);
  background:
    radial-gradient(circle at 50% -20%, rgba(22, 217, 244, 0.08), transparent 38rem),
    linear-gradient(180deg, #02070a 0%, #020609 62%, #010304 100%);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

body::before {
  position: fixed;
  z-index: 9998;
  inset: 0;
  pointer-events: none;
  content: "";
  opacity: 0.055;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180' viewBox='0 0 180 180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.82' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.72'/%3E%3C/svg%3E");
  mix-blend-mode: screen;
}

body.nav-open {
  overflow: hidden;
}

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

svg {
  display: block;
}

a {
  color: inherit;
  text-underline-offset: 0.22em;
}

button,
input {
  color: inherit;
  font: inherit;
}

button {
  cursor: pointer;
}

::selection {
  color: #001014;
  background: var(--cyan);
}

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

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

.screen-reader-text,
.skip-link {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.skip-link:focus {
  z-index: 10000;
  top: 14px;
  left: 14px;
  width: auto;
  height: auto;
  clip: auto;
  padding: 9px 12px;
  color: var(--void);
  background: var(--cyan);
}

.ambient-glow {
  position: fixed;
  z-index: 0;
  top: 0;
  left: 0;
  width: 34rem;
  height: 34rem;
  pointer-events: none;
  opacity: 0.11;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(22, 217, 244, 0.8), rgba(22, 217, 244, 0.08) 34%, transparent 68%);
  transform: translate3d(calc(var(--mouse-x, -900px) - 50%), calc(var(--mouse-y, -900px) - 50%), 0);
}

.site-header {
  position: sticky;
  z-index: 1000;
  top: 0;
  border-bottom: 1px solid var(--line-soft);
  background: rgba(2, 6, 9, 0.7);
  backdrop-filter: blur(18px) saturate(115%);
  transition: background 180ms ease, border-color 180ms ease;
}

.site-header.is-scrolled {
  border-color: var(--line);
  background: rgba(2, 6, 9, 0.94);
}

.admin-bar .site-header {
  top: 32px;
}

.site-header__inner {
  display: grid;
  min-height: 76px;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 32px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  width: fit-content;
  text-decoration: none;
}

.brand__logo .custom-logo-link {
  display: block;
}

.brand__logo img {
  width: auto;
  max-width: 240px;
  max-height: 48px;
}

.brand__signal {
  position: relative;
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid rgba(115, 239, 255, 0.62);
  border-radius: 50%;
  box-shadow: inset 0 0 18px rgba(22, 217, 244, 0.08), 0 0 16px rgba(22, 217, 244, 0.08);
}

.brand__signal i {
  position: absolute;
  width: 2px;
  border-radius: 9px;
  background: var(--cyan);
  box-shadow: 0 0 7px var(--cyan-hot);
}

.brand__signal i:nth-child(1) { height: 6px; transform: translateX(-6px); }
.brand__signal i:nth-child(2) { height: 15px; }
.brand__signal i:nth-child(3) { height: 9px; transform: translateX(6px); }

.brand__name {
  font-family: var(--display);
  font-size: 18px;
  font-stretch: condensed;
  font-weight: 300;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.site-nav {
  justify-self: end;
}

.site-nav__list,
.site-nav ul,
.footer-nav__list {
  display: flex;
  align-items: center;
  gap: 32px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-nav a,
.footer-nav a {
  position: relative;
  display: inline-block;
  padding: 8px 0;
  color: #b8d4da;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.19em;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 180ms ease;
}

.site-nav a::after {
  position: absolute;
  right: 0;
  bottom: 3px;
  left: 0;
  height: 1px;
  content: "";
  background: var(--cyan);
  box-shadow: 0 0 9px var(--cyan);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 180ms ease;
}

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

.site-nav a:hover::after,
.site-nav .current-menu-item > a::after {
  transform: scaleX(1);
  transform-origin: left;
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid var(--line);
  background: rgba(4, 13, 17, 0.75);
}

.nav-toggle > span:not(.screen-reader-text) {
  display: block;
  width: 18px;
  height: 1px;
  margin: 5px auto;
  background: var(--cyan);
  transition: transform 180ms ease;
}

.hero {
  position: relative;
  min-height: min(860px, calc(100svh - 76px));
  overflow: hidden;
  isolation: isolate;
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(ellipse at 72% 60%, rgba(14, 118, 145, 0.14), transparent 34%),
    linear-gradient(180deg, #02070b 0%, #02080b 54%, #031016 80%, #020609 100%);
}

.hero::after {
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: -35%;
  left: 0;
  height: 58%;
  content: "";
  opacity: 0.58;
  background:
    repeating-linear-gradient(90deg, transparent 0 64px, rgba(91, 225, 245, 0.06) 64px 65px),
    repeating-linear-gradient(0deg, transparent 0 42px, rgba(91, 225, 245, 0.045) 42px 43px);
  transform: perspective(450px) rotateX(64deg);
  transform-origin: top;
  mask-image: linear-gradient(to bottom, #000, transparent 78%);
}

.hero__field {
  position: absolute;
  z-index: -2;
  inset: 0;
  overflow: hidden;
}

.hero__field::before,
.hero__field::after {
  position: absolute;
  content: "";
}

.hero__field::before {
  inset: 0;
  opacity: 0.44;
  background-image:
    radial-gradient(circle at 12% 18%, rgba(168, 244, 255, 0.85) 0 1px, transparent 1.3px),
    radial-gradient(circle at 66% 26%, rgba(168, 244, 255, 0.55) 0 1px, transparent 1.4px),
    radial-gradient(circle at 86% 18%, rgba(168, 244, 255, 0.42) 0 1px, transparent 1.3px),
    radial-gradient(circle at 42% 68%, rgba(168, 244, 255, 0.38) 0 1px, transparent 1.2px);
  background-size: 191px 173px, 271px 233px, 337px 287px, 229px 211px;
}

.hero__field::after {
  width: 760px;
  height: 760px;
  right: clamp(-360px, -12vw, -80px);
  top: 8%;
  border: 1px solid rgba(107, 235, 255, 0.13);
  border-radius: 50%;
  box-shadow:
    inset 0 0 110px rgba(22, 217, 244, 0.025),
    0 0 90px rgba(22, 217, 244, 0.035);
}

.hero__rain {
  position: absolute;
  inset: -15%;
  opacity: 0.18;
  background: repeating-linear-gradient(103deg, transparent 0 16px, rgba(149, 241, 255, 0.34) 16px 17px, transparent 17px 46px);
  transform: rotate(-3deg);
  animation: rain-drift 8s linear infinite;
}

.hero__orbit {
  position: absolute;
  right: clamp(-220px, 4vw, 110px);
  top: 50%;
  width: min(52vw, 680px);
  aspect-ratio: 1;
  border: 1px solid rgba(104, 235, 255, 0.28);
  border-radius: 50%;
  box-shadow: 0 0 35px rgba(22, 217, 244, 0.08), inset 0 0 42px rgba(22, 217, 244, 0.035);
  transform: translateY(-50%);
}

.hero__orbit::before,
.hero__orbit::after {
  position: absolute;
  inset: 50%;
  content: "";
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.hero__orbit::before {
  width: 66%;
  height: 66%;
  border: 1px dashed rgba(130, 239, 255, 0.15);
}

.hero__orbit::after {
  width: 15%;
  height: 15%;
  border: 1px solid rgba(139, 241, 255, 0.8);
  background: radial-gradient(circle, rgba(22, 217, 244, 0.1), rgba(0, 0, 0, 0.15) 60%, transparent 62%);
  box-shadow: 0 0 28px rgba(22, 217, 244, 0.18), 0 0 70px rgba(22, 217, 244, 0.08);
}

.hero__orbit--two {
  width: min(43vw, 555px);
  opacity: 0.5;
  transform: translateY(-50%) rotate(23deg) scaleY(0.64);
}

.hero__orbit--three {
  width: min(34vw, 440px);
  opacity: 0.34;
  transform: translateY(-50%) rotate(-42deg) scaleY(0.52);
}

.hero__horizon {
  position: absolute;
  right: 0;
  bottom: 19%;
  left: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(88, 233, 253, 0.9) 43%, rgba(88, 233, 253, 0.55), transparent);
  box-shadow: 0 0 15px rgba(22, 217, 244, 0.6), 0 0 45px rgba(22, 217, 244, 0.18);
}

.hero__inner {
  display: grid;
  min-height: inherit;
  grid-template-columns: minmax(0, 0.92fr) minmax(330px, 1.08fr);
  align-items: center;
  gap: 7vw;
  padding-block: 90px 120px;
}

.hero__copy {
  position: relative;
  z-index: 4;
  max-width: 730px;
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--cyan);
  font-family: var(--display);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.28em;
  line-height: 1.4;
  text-transform: uppercase;
  text-shadow: 0 0 12px rgba(22, 217, 244, 0.34);
}

.hero h1,
.archive-hero h1,
.track-hero h1,
.section-heading h2,
.standard-entry h1 {
  margin: 0;
  font-family: var(--display);
  font-stretch: condensed;
  font-weight: 200;
  line-height: 0.96;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 740px;
  font-size: clamp(64px, 8vw, 132px);
  letter-spacing: -0.015em;
  text-wrap: balance;
}

.hero__lede {
  max-width: 610px;
  margin: 30px 0 0;
  color: #a8c1c7;
  font-family: var(--serif);
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.55;
}

.hero__actions,
.track-hero__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  margin-top: 38px;
}

.hero__actions > span {
  color: #78929a;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 19px;
  border: 1px solid var(--line);
  border-radius: 1px;
  color: var(--ice);
  background: rgba(6, 20, 26, 0.48);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 180ms ease, background 180ms ease, border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.button:hover {
  border-color: rgba(115, 239, 255, 0.55);
  transform: translateY(-1px);
}

.button--primary {
  border-color: var(--cyan);
  color: #001014;
  background: var(--cyan);
  box-shadow: 0 0 24px rgba(22, 217, 244, 0.13);
}

.button--primary:hover {
  background: #a7f6ff;
  box-shadow: 0 0 32px rgba(22, 217, 244, 0.24);
}

.button--play {
  min-width: 154px;
}

.button--play svg {
  width: 17px;
  fill: currentColor;
}

.button--play .icon-pause,
.button--play.is-playing .icon-play {
  display: none;
}

.button--play.is-playing .icon-pause {
  display: block;
}

.hero__mark {
  position: relative;
  z-index: 3;
  display: grid;
  width: clamp(240px, 28vw, 380px);
  aspect-ratio: 1;
  place-items: center;
  justify-self: end;
  border: 1px solid rgba(117, 236, 252, 0.14);
  border-radius: 50%;
  opacity: 0.42;
}

.hero__mark::before,
.hero__mark::after,
.hero__mark i {
  position: absolute;
  content: "";
  border: 1px solid rgba(117, 236, 252, 0.18);
  border-radius: 50%;
}

.hero__mark::before { inset: 10%; }
.hero__mark::after { inset: 26%; }
.hero__mark i { inset: 41%; box-shadow: 0 0 24px rgba(22, 217, 244, 0.16); }

.hero__mark span {
  font-family: var(--display);
  font-size: 20px;
  letter-spacing: 0.34em;
  transform: translateX(0.18em);
}

.hero__edge {
  position: absolute;
  right: 22px;
  bottom: 24px;
  color: rgba(155, 220, 229, 0.5);
  font-family: var(--display);
  font-size: 8px;
  letter-spacing: 0.38em;
  text-transform: uppercase;
  writing-mode: vertical-rl;
}

.music-section,
.archive-list {
  position: relative;
  padding: 110px 0 130px;
}

.music-section::before,
.archive-list::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 1px;
  content: "";
  opacity: 0.4;
  background: linear-gradient(90deg, transparent, var(--cyan-dim), transparent);
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 50px;
}

.section-heading h2 {
  font-size: clamp(44px, 6vw, 78px);
}

.text-link,
.track-card__actions a,
.back-link {
  color: #b8d6dc;
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 0.15em;
  text-decoration: none;
  text-transform: uppercase;
}

.text-link span {
  display: inline-block;
  margin-left: 7px;
  color: var(--cyan);
  transition: transform 180ms ease;
}

.text-link:hover span {
  transform: translate(2px, -2px);
}

.track-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 64px 28px;
}

.track-card {
  position: relative;
  min-width: 0;
}

.track-card__art {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 1;
  border: 1px solid var(--line-soft);
  background: #031017;
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.38);
  text-decoration: none;
}

.track-card__art::after {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  border: 1px solid transparent;
  background: linear-gradient(180deg, transparent 52%, rgba(0, 10, 14, 0.52)) border-box;
  transition: border-color 200ms ease, box-shadow 200ms ease;
}

.track-card__art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.88) contrast(1.04);
  transition: transform 550ms cubic-bezier(.2,.75,.2,1), filter 300ms ease;
}

.track-card:hover .track-card__art img {
  transform: scale(1.025);
  filter: saturate(1) contrast(1.06);
}

.track-card:hover .track-card__art::after {
  border-color: rgba(115, 239, 255, 0.34);
  box-shadow: inset 0 0 42px rgba(22, 217, 244, 0.04);
}

.track-card__number {
  position: absolute;
  z-index: 2;
  top: 14px;
  right: 15px;
  color: rgba(224, 251, 255, 0.62);
  font-family: var(--display);
  font-size: 9px;
  letter-spacing: 0.2em;
}

.track-card__fallback {
  position: relative;
  display: grid;
  width: 100%;
  height: 100%;
  place-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 50%, rgba(22, 217, 244, 0.08), transparent 26%),
    radial-gradient(circle at 52% 54%, rgba(23, 64, 76, 0.35), transparent 52%),
    #041016;
}

.track-card__fallback::before,
.track-card__fallback::after,
.track-card__fallback i {
  position: absolute;
  content: "";
  border: 1px solid rgba(112, 237, 254, 0.28);
  border-radius: 50%;
}

.track-card__fallback::before { width: 62%; height: 62%; }
.track-card__fallback::after { width: 42%; height: 42%; border-style: dashed; opacity: 0.66; }
.track-card__fallback i { width: 12%; height: 12%; box-shadow: 0 0 24px rgba(22, 217, 244, 0.18); }

.track-card__body {
  padding: 19px 2px 0;
}

.track-card__heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: start;
  gap: 20px;
}

.track-card__meta,
.track-hero__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0 12px;
  margin: 0 0 8px;
  color: #6e8e96;
  font-size: 8px;
  font-weight: 750;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.track-card__meta span + span::before,
.track-hero__meta span + span::before {
  margin-right: 12px;
  content: "/";
  color: rgba(115, 239, 255, 0.42);
}

.track-card__title {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(24px, 2.4vw, 36px);
  font-stretch: condensed;
  font-weight: 300;
  letter-spacing: 0.035em;
  line-height: 1.03;
  text-transform: uppercase;
}

.track-card__title a {
  text-decoration: none;
}

.play-button {
  display: grid;
  width: 44px;
  height: 44px;
  flex: 0 0 auto;
  place-items: center;
  padding: 0;
  border: 1px solid rgba(115, 239, 255, 0.45);
  border-radius: 50%;
  color: var(--cyan);
  background: rgba(1, 9, 12, 0.82);
  box-shadow: 0 0 16px rgba(22, 217, 244, 0.05);
  transition: color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.play-button:hover,
.play-button.is-playing {
  color: #001014;
  background: var(--cyan);
  box-shadow: 0 0 26px rgba(22, 217, 244, 0.2);
}

.play-button svg {
  width: 16px;
  fill: currentColor;
}

.play-button .icon-pause,
.play-button.is-playing .icon-play {
  display: none;
}

.play-button.is-playing .icon-pause {
  display: block;
}

.track-card__excerpt {
  min-height: 3.1em;
  margin: 15px 0 0;
  color: #8ba6ad;
  font-family: var(--serif);
  font-size: 15px;
  line-height: 1.55;
}

.track-card__actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 22px;
  padding-top: 13px;
  border-top: 1px solid var(--line-soft);
}

.track-card__actions a {
  color: #7f9da5;
}

.track-card__actions a:hover {
  color: var(--ice);
}

.track-card__actions .download-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--cyan);
}

.download-link svg {
  width: 14px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.4;
}

.empty-state {
  display: grid;
  min-height: 310px;
  place-items: center;
  align-content: center;
  gap: 28px;
  border-block: 1px solid var(--line-soft);
  color: #769198;
  font-family: var(--serif);
}

.empty-state__ring {
  width: 84px;
  height: 84px;
  border: 1px solid rgba(115, 239, 255, 0.42);
  border-radius: 50%;
  box-shadow: 0 0 22px rgba(22, 217, 244, 0.08), inset 0 0 22px rgba(22, 217, 244, 0.04);
}

.about-strip {
  position: relative;
  overflow: hidden;
  padding: 110px 0 125px;
  border-block: 1px solid var(--line);
  background:
    linear-gradient(90deg, rgba(22, 217, 244, 0.035), transparent 34%),
    #031017;
}

.about-strip::after {
  position: absolute;
  top: -190px;
  right: -70px;
  width: 520px;
  height: 520px;
  content: "";
  border: 1px solid rgba(115, 239, 255, 0.08);
  border-radius: 50%;
  box-shadow: inset 0 0 100px rgba(22, 217, 244, 0.025);
}

.about-strip__grid {
  display: grid;
  grid-template-columns: 0.42fr 1.3fr 0.55fr;
  align-items: start;
  gap: 5vw;
}

.about-strip__statement {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(34px, 4.2vw, 64px);
  font-stretch: condensed;
  font-weight: 200;
  letter-spacing: 0.015em;
  line-height: 1.05;
  text-transform: uppercase;
}

.about-strip__small {
  color: #8aa6ad;
  font-family: var(--serif);
  font-size: 15px;
}

.about-strip__small p {
  margin: 0 0 28px;
}

.archive-hero {
  position: relative;
  overflow: hidden;
  padding: 120px 0 100px;
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(circle at 75% 50%, rgba(22, 217, 244, 0.08), transparent 28rem),
    #02080b;
}

.archive-hero__field {
  position: absolute;
  inset: 0;
  opacity: 0.25;
  background:
    repeating-linear-gradient(102deg, transparent 0 32px, rgba(115, 239, 255, 0.13) 32px 33px, transparent 33px 67px);
  mask-image: linear-gradient(90deg, transparent, #000 45%, #000 100%);
}

.archive-hero__inner {
  position: relative;
  z-index: 2;
}

.archive-hero h1 {
  max-width: 920px;
  font-size: clamp(58px, 8vw, 118px);
}

.archive-hero p:last-child {
  max-width: 580px;
  margin: 28px 0 0;
  color: #8aa5ac;
  font-family: var(--serif);
  font-size: 19px;
}

.pagination-wrap,
.navigation.pagination {
  margin-top: 80px;
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.page-numbers {
  display: grid;
  min-width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid var(--line-soft);
  color: #84a0a8;
  font-size: 10px;
  text-decoration: none;
}

.page-numbers.current,
.page-numbers:hover {
  border-color: var(--cyan);
  color: #001014;
  background: var(--cyan);
}

.track-hero {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background: #02080b;
}

.track-hero__wash {
  position: absolute;
  inset: 0;
  opacity: 0.18;
  background-image:
    linear-gradient(90deg, #02080b 12%, rgba(2, 8, 11, 0.62) 48%, #02080b 96%),
    var(--track-art, radial-gradient(circle, rgba(22, 217, 244, 0.25), transparent 60%));
  background-position: center;
  background-size: cover;
  filter: blur(55px) saturate(0.7);
  transform: scale(1.15);
}

.track-hero__wash::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, rgba(2, 8, 11, 0.25), #02080b 92%);
}

.track-hero__grid {
  position: relative;
  z-index: 2;
  display: grid;
  min-height: 760px;
  grid-template-columns: minmax(300px, 0.88fr) minmax(0, 1.12fr);
  align-items: center;
  gap: clamp(50px, 7vw, 110px);
  padding-block: 86px;
}

.track-hero__art {
  position: relative;
  width: min(100%, 570px);
  aspect-ratio: 1;
  border: 1px solid rgba(115, 239, 255, 0.16);
  box-shadow: 0 35px 110px rgba(0, 0, 0, 0.56), 0 0 55px rgba(22, 217, 244, 0.035);
}

.track-hero__art::before {
  position: absolute;
  z-index: -1;
  inset: 18px -18px -18px 18px;
  content: "";
  border: 1px solid rgba(115, 239, 255, 0.08);
}

.track-hero__art img,
.track-card__fallback--large {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.track-hero__copy {
  max-width: 650px;
}

.back-link {
  display: inline-block;
  margin-bottom: 54px;
  color: #718e96;
}

.back-link:hover {
  color: var(--cyan);
}

.track-hero h1 {
  font-size: clamp(64px, 7vw, 112px);
}

.track-hero__lede {
  max-width: 580px;
  margin: 26px 0 0;
  color: #a4bdc3;
  font-family: var(--serif);
  font-size: clamp(18px, 2vw, 23px);
  line-height: 1.55;
}

.track-hero__meta {
  margin-top: 30px;
}

.track-notes {
  padding: 100px 0 130px;
}

.track-notes__grid {
  display: grid;
  grid-template-columns: 0.36fr minmax(0, 760px) 1fr;
  gap: 5vw;
}

.track-notes__grid .prose {
  grid-column: 2;
}

.prose {
  color: #b0c7cc;
  font-family: var(--serif);
  font-size: 18px;
  line-height: 1.82;
}

.prose > :first-child { margin-top: 0; }
.prose > :last-child { margin-bottom: 0; }
.prose h2,
.prose h3 {
  margin: 2em 0 0.6em;
  color: var(--ice);
  font-family: var(--display);
  font-weight: 300;
  letter-spacing: 0.08em;
  line-height: 1.1;
  text-transform: uppercase;
}

.prose a {
  color: var(--cyan);
}

.prose blockquote {
  margin: 2em 0;
  padding-left: 22px;
  border-left: 1px solid var(--cyan);
  color: var(--ice);
  font-size: 1.1em;
}

.standard-page {
  min-height: 70vh;
  padding: 100px 0 130px;
}

.standard-page__inner {
  max-width: 900px;
}

.standard-entry + .standard-entry {
  margin-top: 90px;
  padding-top: 70px;
  border-top: 1px solid var(--line-soft);
}

.standard-entry h1 {
  margin-bottom: 34px;
  font-size: clamp(48px, 6vw, 82px);
}

.standard-entry h1 a {
  text-decoration: none;
}

.site-footer {
  position: relative;
  padding: 62px 0 92px;
  border-top: 1px solid var(--line);
  background: #010405;
}

.site-footer__grid {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 34px;
}

.site-footer__name {
  margin: 0;
  font-family: var(--display);
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 0.21em;
  text-transform: uppercase;
}

.site-footer__line {
  margin: 7px 0 0;
  color: #66858d;
  font-family: var(--serif);
  font-size: 14px;
}

.site-footer__meta {
  grid-column: 1 / -1;
  margin: 18px 0 0;
  padding-top: 22px;
  border-top: 1px solid var(--line-soft);
  color: #45616a;
  font-size: 8px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.site-player {
  position: fixed;
  z-index: 1200;
  right: 18px;
  bottom: 18px;
  left: 18px;
  display: grid;
  min-height: 72px;
  grid-template-columns: 48px minmax(150px, 0.7fr) 48px minmax(160px, 1.3fr) auto;
  align-items: center;
  gap: 16px;
  max-width: 920px;
  margin-inline: auto;
  padding: 10px 14px 10px 10px;
  border: 1px solid rgba(115, 239, 255, 0.3);
  background: rgba(2, 9, 12, 0.94);
  box-shadow: 0 22px 80px rgba(0, 0, 0, 0.66), 0 0 30px rgba(22, 217, 244, 0.04);
  backdrop-filter: blur(22px) saturate(120%);
}

.site-player[hidden] {
  display: none;
}

.site-player__art,
.site-player__art span {
  display: block;
  width: 48px;
  height: 48px;
}

.site-player__art span {
  border: 1px solid var(--line);
  background:
    var(--player-art, radial-gradient(circle, rgba(22, 217, 244, 0.2), #031017));
  background-position: center;
  background-size: cover;
}

.site-player__track {
  min-width: 0;
}

.site-player__status {
  display: block;
  margin-bottom: 2px;
  color: #5f7e87;
  font-size: 7px;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.site-player__track a {
  display: block;
  overflow: hidden;
  font-family: var(--display);
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.site-player__toggle {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  padding: 0;
  border: 1px solid rgba(115, 239, 255, 0.34);
  border-radius: 50%;
  color: var(--cyan);
  background: transparent;
}

.site-player__toggle svg {
  width: 16px;
  fill: currentColor;
}

.site-player__toggle .icon-pause,
.site-player.is-playing .site-player__toggle .icon-play {
  display: none;
}

.site-player.is-playing .site-player__toggle .icon-pause {
  display: block;
}

.site-player__progress-wrap {
  display: grid;
  grid-template-columns: 1fr 40px;
  align-items: center;
  gap: 10px;
}

.site-player__progress {
  width: 100%;
  height: 2px;
  appearance: none;
  border: 0;
  border-radius: 0;
  outline: 0;
  background: rgba(115, 239, 255, 0.16);
}

.site-player__progress::-webkit-slider-thumb {
  width: 8px;
  height: 8px;
  appearance: none;
  border: 0;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 9px rgba(22, 217, 244, 0.7);
}

.site-player__progress::-moz-range-thumb {
  width: 8px;
  height: 8px;
  border: 0;
  border-radius: 50%;
  background: var(--cyan);
}

.site-player__time {
  color: #66858d;
  font-size: 8px;
  letter-spacing: 0.1em;
  text-align: right;
}

.site-player__download {
  color: var(--cyan);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-decoration: none;
  text-transform: uppercase;
}

@keyframes rain-drift {
  from { transform: rotate(-3deg) translate3d(0, -3%, 0); }
  to { transform: rotate(-3deg) translate3d(-2%, 3%, 0); }
}

@media (max-width: 980px) {
  .hero__inner {
    grid-template-columns: minmax(0, 1fr) 0.45fr;
  }

  .hero__mark {
    width: 220px;
  }

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

  .about-strip__grid {
    grid-template-columns: 0.35fr 1fr;
  }

  .about-strip__small {
    grid-column: 2;
  }

  .track-hero__grid {
    grid-template-columns: minmax(260px, 0.8fr) minmax(0, 1.2fr);
    gap: 55px;
  }

  .site-player {
    grid-template-columns: 48px minmax(130px, 0.7fr) 42px minmax(130px, 1fr);
  }

  .site-player__download {
    display: none;
  }
}

@media (max-width: 720px) {
  :root {
    --shell: min(100% - 30px, 1220px);
  }

  .admin-bar .site-header {
    top: 46px;
  }

  .site-header__inner {
    min-height: 66px;
  }

  .brand__name {
    font-size: 15px;
    letter-spacing: 0.22em;
  }

  .nav-toggle {
    display: block;
    justify-self: end;
  }

  .nav-toggle[aria-expanded="true"] > span:nth-child(1) {
    transform: translateY(3px) rotate(45deg);
  }

  .nav-toggle[aria-expanded="true"] > span:nth-child(2) {
    transform: translateY(-3px) rotate(-45deg);
  }

  .site-nav {
    position: fixed;
    top: 66px;
    right: 0;
    bottom: 0;
    left: 0;
    display: grid;
    visibility: hidden;
    place-items: center;
    opacity: 0;
    background: rgba(2, 7, 10, 0.98);
    transform: translateY(-8px);
    transition: opacity 180ms ease, visibility 180ms ease, transform 180ms ease;
  }

  .admin-bar .site-nav {
    top: 112px;
  }

  .site-nav.is-open {
    visibility: visible;
    opacity: 1;
    transform: none;
  }

  .site-nav__list,
  .site-nav ul {
    flex-direction: column;
    gap: 18px;
  }

  .site-nav a {
    font-family: var(--display);
    font-size: 28px;
    font-weight: 300;
    letter-spacing: 0.16em;
  }

  .hero {
    min-height: calc(100svh - 66px);
  }

  .hero__inner {
    grid-template-columns: 1fr;
    padding-block: 80px 120px;
  }

  .hero__copy {
    align-self: end;
  }

  .hero h1 {
    font-size: clamp(56px, 18vw, 88px);
  }

  .hero__lede {
    font-size: 18px;
  }

  .hero__mark {
    position: absolute;
    z-index: -1;
    top: 70px;
    right: -80px;
    width: 260px;
    opacity: 0.2;
  }

  .hero__orbit {
    right: -180px;
    top: 30%;
    width: 430px;
    opacity: 0.55;
  }

  .hero__edge {
    display: none;
  }

  .music-section,
  .archive-list {
    padding: 78px 0 95px;
  }

  .section-heading {
    align-items: start;
    flex-direction: column;
    margin-bottom: 36px;
  }

  .track-grid {
    grid-template-columns: 1fr;
    gap: 58px;
  }

  .track-card__title {
    font-size: 32px;
  }

  .track-card__excerpt {
    min-height: 0;
  }

  .about-strip {
    padding: 80px 0 90px;
  }

  .about-strip__grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .about-strip__small {
    grid-column: auto;
    max-width: 540px;
  }

  .archive-hero {
    padding: 90px 0 80px;
  }

  .archive-hero h1 {
    font-size: clamp(56px, 16vw, 86px);
  }

  .track-hero__grid {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 54px;
    padding-block: 50px 78px;
  }

  .track-hero__art {
    width: 100%;
    max-width: 520px;
  }

  .back-link {
    margin-bottom: 30px;
  }

  .track-hero h1 {
    font-size: clamp(56px, 17vw, 88px);
  }

  .track-notes {
    padding: 75px 0 100px;
  }

  .track-notes__grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .track-notes__grid .prose {
    grid-column: auto;
  }

  .site-footer__grid {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .footer-nav__list {
    gap: 22px;
  }

  .site-player {
    right: 8px;
    bottom: 8px;
    left: 8px;
    min-height: 66px;
    grid-template-columns: 44px minmax(0, 1fr) 42px;
    gap: 10px;
    padding: 8px;
  }

  .site-player__art,
  .site-player__art span {
    width: 44px;
    height: 44px;
  }

  .site-player__progress-wrap,
  .site-player__download {
    display: none;
  }
}

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

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

  .ambient-glow {
    display: none;
  }
}
