:root {
  --ink: #050817;
  --ink-soft: #0a1029;
  --blue: #175cff;
  --cyan: #32c8ff;
  --violet: #7457ff;
  --white: #f4f7ff;
  --muted: #8994b3;
  --line: rgba(255, 255, 255, .13);
}

/* Audio previews are prepared for a later release, but currently hidden. */
.card-play,
.release-play,
.mini-player {
  display: none !important;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  background: var(--ink);
  color: var(--white);
  font-family: "Manrope", sans-serif;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 20;
  background: radial-gradient(circle at 50% 0%, rgba(34, 86, 255, .08), transparent 42%);
}

.noise {
  position: fixed;
  inset: 0;
  z-index: 999;
  pointer-events: none;
  opacity: .035;
  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='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E");
}

.navbar {
  padding: 1.5rem 0;
  transition: .35s ease;
}
.navbar.scrolled {
  padding: .85rem 0;
  background: rgba(5, 8, 23, .82);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--line);
}
.navbar-brand img { display: block; width: 250px; height: auto; }
.nav-link {
  color: rgba(255, 255, 255, .72);
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: .06em;
}
.nav-link:hover { color: var(--white); }
.nav-link-external span {
  display: inline-block;
  margin-left: .2rem;
  color: var(--cyan);
  font-size: .75em;
  transform: translateY(-.12em);
}

.hero {
  position: relative;
  min-height: 760px;
  isolation: isolate;
  overflow: hidden;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgba(3, 6, 20, .96) 0%, rgba(3, 6, 20, .76) 35%, rgba(3, 6, 20, .05) 75%),
              linear-gradient(0deg, var(--ink) 0%, transparent 28%);
}
.hero-image {
  position: absolute;
  inset: 0;
  z-index: -2;
  background: url("assets/wavetraxx-hero.png") center right / cover no-repeat;
  transform: scale(1.02);
}
.hero .min-vh-100 {
  padding-top: clamp(9rem, 14vh, 12rem);
}
.eyebrow {
  margin-bottom: 1.4rem;
  color: #6aa7ff;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
}
.display-title, .section-title, .footer-title {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 600;
  letter-spacing: -.055em;
  line-height: .92;
}
.display-title { font-size: clamp(4rem, 8vw, 8rem); }
.display-title span, .footer-title span {
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, .6);
}
.hero-copy {
  max-width: 580px;
  margin-top: 2rem;
  color: rgba(255, 255, 255, .7);
  font-size: 1.08rem;
  line-height: 1.75;
}
.btn-primary {
  border: 0;
  background: linear-gradient(120deg, #1466ff, #5548ff);
  box-shadow: 0 12px 40px rgba(25, 79, 255, .35);
}
.btn-primary:hover { background: linear-gradient(120deg, #3780ff, #756aff); transform: translateY(-2px); }
.play-icon { margin-right: .65rem; font-size: .8rem; }
.hero-meta {
  width: 220px;
  margin-bottom: 3rem;
  padding-left: 1.2rem;
  border-left: 1px solid rgba(255, 255, 255, .4);
}
.hero-meta span, .hero-meta small { display: block; color: rgba(255, 255, 255, .48); font-size: .8rem; letter-spacing: .1em; text-transform: uppercase; }
.hero-meta strong { display: block; margin: .4rem 0; font-family: "Space Grotesk"; font-size: 1.1rem; }
.scroll-cue {
  position: absolute;
  right: 2rem;
  bottom: 3rem;
  color: rgba(255, 255, 255, .48);
  text-decoration: none;
  font-size: .8rem;
  letter-spacing: .16em;
  text-transform: uppercase;
  transform: rotate(90deg) translateX(-100%);
  transform-origin: bottom right;
}
.scroll-cue span { display: inline-block; width: 44px; height: 1px; margin-right: .8rem; vertical-align: middle; background: rgba(255, 255, 255, .4); }

.section-space { padding: 9rem 0; }
.section-title { font-size: clamp(3.2rem, 6vw, 6rem); }
.section-intro, .body-copy { max-width: 520px; color: var(--muted); line-height: 1.85; }

.release-card { cursor: pointer; }
.release-card-link { display: block; color: inherit; text-decoration: none; }
.release-card-link:hover { color: inherit; }
.cover {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1;
  background: #0e1d4b;
  transition: transform .5s cubic-bezier(.2,.8,.2,1);
}
.cover.release-cover-image { background: #0e1836; }
.cover.release-cover-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s cubic-bezier(.2,.8,.2,1); }
.release-card:hover .cover.release-cover-image img { transform: scale(1.035); }
.release-card-artist { max-width: 290px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.release-preview-status { padding: 3rem 0; color: var(--muted); text-align: center; }
.release-card:hover .cover { transform: translateY(-8px); }
.cover::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  background: rgba(4, 8, 24, .28);
  transition: opacity .3s;
}
.release-card:hover .cover::after { opacity: 1; }
.cover-one { background: radial-gradient(circle at 72% 25%, #49d8ff, transparent 17%), linear-gradient(145deg, #0d1d46 20%, #176cff 55%, #3f43dc); }
.cover-one::before {
  content: "";
  position: absolute;
  width: 90%;
  height: 90%;
  right: -38%;
  top: 7%;
  border: 44px solid rgba(255,255,255,.15);
  border-radius: 50%;
  box-shadow: 0 0 0 36px rgba(255,255,255,.09), 0 0 0 72px rgba(255,255,255,.05);
}
.cover-two { background: radial-gradient(circle at 50% 45%, #1d5cff 0%, #0a1745 46%, #030616 72%); }
.orb {
  position: absolute;
  width: 55%;
  aspect-ratio: 1;
  left: 22.5%;
  top: 18%;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 28%, #b2efff, #2a7bff 20%, #33228e 62%, #030514 70%);
  box-shadow: 0 0 70px #1551ff, inset -20px -20px 35px #020411;
}
.cover-three { background: linear-gradient(135deg, #071128, #092b76 47%, #00a9f4); }
.lines {
  position: absolute;
  inset: -20%;
  background: repeating-radial-gradient(ellipse at 90% 90%, transparent 0 14px, rgba(111, 225, 255, .25) 15px 17px);
  transform: rotate(-18deg);
}
.cover-mark { position: absolute; top: -10%; right: -2%; color: rgba(255,255,255,.07); font-family: "Space Grotesk"; font-size: 18rem; font-weight: 700; line-height: 1; }
.cover-copy { position: absolute; left: 2rem; bottom: 2rem; z-index: 2; }
.cover-copy small { display: block; margin-bottom: .8rem; letter-spacing: .2em; font-size: .8rem; }
.cover-copy strong { display: block; font-family: "Space Grotesk"; font-size: clamp(1.6rem, 3vw, 2.6rem); line-height: .9; }
.card-play {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  width: 64px;
  height: 64px;
  opacity: 0;
  border: 1px solid rgba(255,255,255,.65);
  border-radius: 50%;
  background: rgba(6, 10, 29, .5);
  color: white;
  backdrop-filter: blur(10px);
  transform: translate(-50%, -35%);
  transition: .3s ease;
}
.release-card:hover .card-play { opacity: 1; transform: translate(-50%, -50%); }
.release-card h3 { margin: 0 0 .35rem; font-family: "Space Grotesk"; font-size: 1.25rem; }
.release-card p { margin: 0; color: var(--muted); font-size: .8rem; }
.arrow { color: var(--muted); font-size: 1.2rem; transition: .2s; }
.release-card:hover .arrow { color: var(--cyan); transform: translate(3px, -3px); }
.text-link { color: white; text-underline-offset: 6px; }
.text-link span { color: var(--cyan); margin-left: .5rem; }

.free-teaser {
  padding: 0 0 9rem;
}
.free-teaser-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: clamp(2rem, 5vw, 4rem);
  border: 1px solid rgba(98, 185, 255, .24);
  border-radius: 28px;
  background:
    radial-gradient(circle at 82% 28%, rgba(67, 201, 255, .24), transparent 28%),
    linear-gradient(135deg, rgba(9, 31, 82, .95), rgba(21, 19, 78, .94));
  box-shadow: 0 24px 80px rgba(0, 0, 0, .24);
}
.free-teaser-card .eyebrow { margin-bottom: 1rem; }
.free-teaser-card h2 {
  max-width: 760px;
  margin: 0;
  font-family: "Space Grotesk";
  font-size: clamp(2rem, 4vw, 4rem);
  letter-spacing: -.055em;
  line-height: .98;
}

.remix-section {
  overflow: hidden;
  background: linear-gradient(135deg, #07132f, #101456 55%, #152f82);
}
.remix-visual { position: relative; min-height: 580px; }
.disc {
  position: absolute;
  width: min(520px, 90vw);
  aspect-ratio: 1;
  top: 50%;
  left: 48%;
  border-radius: 50%;
  background: repeating-radial-gradient(circle, #091027 0 3px, #14265e 4px 6px, #080e23 7px 9px);
  box-shadow: -25px 35px 100px rgba(0,0,0,.5), inset 0 0 100px rgba(36,100,255,.25);
  transform: translate(-50%, -50%);
}
.disc::before {
  content: "";
  position: absolute;
  inset: 33%;
  border-radius: 50%;
  background: radial-gradient(circle, #050817 0 9%, #7ce9ff 10% 14%, #1b6cff 15% 58%, #0a1437 59%);
}
.disc::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: linear-gradient(115deg, transparent 36%, rgba(104,202,255,.22) 46%, transparent 57%);
}
.remix-label { position: absolute; z-index: 2; top: 42%; left: 13%; transform: translateY(-50%); }
.remix-label small { letter-spacing: .3em; }
.remix-label strong { display: block; margin-top: .8rem; font-family: "Space Grotesk"; font-size: clamp(2.7rem, 5vw, 5rem); line-height: .85; }
.sound-ring { position: absolute; border: 1px solid rgba(83, 202, 255, .22); border-radius: 50%; }
.ring-one { width: 620px; height: 620px; left: -5%; top: -3%; }
.ring-two { width: 720px; height: 720px; left: -14%; top: -11%; }
.stats strong { display: block; font-family: "Space Grotesk"; font-size: 2rem; }
.stats span { color: var(--muted); font-size: .8rem; letter-spacing: .08em; text-transform: uppercase; }

.about-section { background: #f1f5ff; color: #0a1029; }
.about-section .eyebrow { color: #175cff; }
.about-statement { font-family: "Space Grotesk"; font-size: clamp(2.8rem, 5.2vw, 5.4rem); font-weight: 500; line-height: 1.02; letter-spacing: -.045em; }
.about-statement em { color: #185cff; font-style: normal; }
.about-section .body-copy { color: #5e6884; }
.platform-list li { border-bottom: 1px solid rgba(10,16,41,.15); }
.platform-list a { display: flex; justify-content: space-between; padding: 1rem 0; color: #0a1029; font-weight: 600; text-decoration: none; transition: .2s; }
.platform-list a:hover { padding-left: .5rem; color: #175cff; }

.footer { padding-bottom: 2.5rem; background: radial-gradient(circle at 74% 50%, rgba(25,78,255,.25), transparent 32%), #030511; }
.footer-title { font-size: clamp(4rem, 9vw, 9rem); }
.mail-link { color: white; font-size: clamp(1.1rem, 2vw, 1.5rem); text-underline-offset: 8px; }
.footer-bottom { margin-top: 8rem; padding-top: 1.8rem; border-top: 1px solid var(--line); color: #69738e; font-size: .8rem; letter-spacing: .05em; text-transform: uppercase; }
.footer-bottom a { margin-left: 1.5rem; color: #8892aa; text-decoration: none; }

.mini-player {
  position: fixed;
  z-index: 100;
  right: 1.5rem;
  bottom: 1.5rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  width: 330px;
  padding: .75rem 1rem;
  opacity: 0;
  border: 1px solid rgba(255,255,255,.17);
  border-radius: 12px;
  background: rgba(8, 13, 37, .88);
  box-shadow: 0 20px 60px rgba(0,0,0,.45);
  backdrop-filter: blur(18px);
  transform: translateY(30px);
  pointer-events: none;
  transition: .35s ease;
}
.mini-player.active { opacity: 1; transform: none; pointer-events: auto; }
.player-toggle, .player-close { border: 0; background: none; color: white; }
.player-toggle { width: 40px; height: 40px; border-radius: 50%; background: #1764ff; font-size: .8rem; }
.player-close { margin-left: auto; color: #8390ad; font-size: 1.35rem; }
.mini-player small { display: block; color: #5d89df; font-size: .8rem; letter-spacing: .13em; }
.mini-player strong { font-size: .8rem; }
.player-wave { display: flex; align-items: center; gap: 3px; height: 22px; }
.player-wave i { display: block; width: 2px; height: 40%; background: #48caff; animation: wave .8s ease-in-out infinite alternate; }
.player-wave i:nth-child(2n) { animation-delay: -.45s; }
.player-wave i:nth-child(3n) { animation-delay: -.2s; }
@keyframes wave { to { height: 100%; } }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .75s ease, transform .75s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 991.98px) {
  .navbar-collapse { margin-top: 1rem; padding: 1.25rem; border: 1px solid var(--line); border-radius: 16px; background: rgba(5,8,23,.96); }
  .navbar-collapse .nav-link { font-size: 1rem; }
  .navbar-collapse .navbar-nav > .nav-item:last-child { display: none; }
  .hero { display: block !important; min-height: auto; padding: 11rem 0 5rem; }
  .hero::before { background: linear-gradient(90deg, rgba(3,6,20,.94), rgba(3,6,20,.35)), linear-gradient(0deg, var(--ink), transparent 45%); }
  .hero-image { background-position: 83% center; opacity: .72; }
  .hero .min-vh-100 { min-height: auto !important; padding-top: 0; }
  .section-space { padding: 7rem 0; }
  .free-teaser { padding-bottom: 7rem; }
  .free-teaser-card { align-items: flex-start; flex-direction: column; }
  .remix-visual { min-height: 480px; }
  .disc { width: 440px; }
}

@media (max-width: 767.98px) {
  .footer-bottom {
    align-items: flex-start !important;
    text-align: left;
  }
  .footer-bottom div {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem 1.5rem;
  }
  .footer-bottom a {
    margin-left: 0;
  }
}

@media (max-width: 575.98px) {
  .navbar { padding: 1.1rem 0; }
  .navbar-brand img { width: 145px; }
  .hero { padding: 9.5rem 0 4rem; }
  .display-title { font-size: 3.6rem; }
  .hero-copy { font-size: .95rem; }
  .scroll-cue { display: none; }
  .section-space { padding: 5.5rem 0; }
  .section-title { font-size: 3rem; }
  .card-play { opacity: 1; width: 54px; height: 54px; }
  .remix-visual { min-height: 390px; }
  .disc { width: 350px; }
  .remix-label { left: 7%; }
  .ring-one, .ring-two { display: none; }
  .about-statement { font-size: 2.65rem; }
  .mini-player { right: .75rem; bottom: .75rem; left: .75rem; width: auto; }
}

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

/* About page */
.about-page { background: #050817; }
.about-hero {
  position: relative;
  overflow: hidden;
  padding: 15rem 0 8rem;
  background:
    radial-gradient(circle at 80% 20%, rgba(28, 106, 255, .38), transparent 28%),
    linear-gradient(145deg, #030511, #081430 65%, #071d50);
}
.about-hero::after {
  content: "";
  position: absolute;
  width: 700px;
  height: 700px;
  right: -180px;
  bottom: -520px;
  border: 1px solid rgba(81, 187, 255, .25);
  border-radius: 50%;
  box-shadow: 0 0 0 80px rgba(42, 104, 255, .07), 0 0 0 160px rgba(42, 104, 255, .035);
}
.about-page-title {
  position: relative;
  z-index: 1;
  margin: 0;
  font-family: "Space Grotesk";
  font-size: clamp(4.2rem, 9vw, 9rem);
  font-weight: 600;
  letter-spacing: -.065em;
  line-height: .85;
}
.about-page-title span {
  color: transparent;
  -webkit-text-stroke: 1px rgba(255,255,255,.5);
}
.about-hero-copy { max-width: 390px; color: #929eba; font-size: 1.05rem; line-height: 1.8; }
.about-story { background: linear-gradient(#07112b, #050817 220px); }
.about-portrait { position: sticky; top: 120px; }
.about-portrait::before {
  content: "";
  position: absolute;
  inset: -12px 12px 12px -12px;
  border: 1px solid rgba(52, 134, 255, .32);
}
.about-portrait img { position: relative; z-index: 1; display: block; width: 100%; }
.portrait-caption {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  padding: 1.2rem 0;
  border-bottom: 1px solid var(--line);
}
.portrait-caption span { font-family: "Space Grotesk"; font-weight: 600; }
.portrait-caption small { color: #64708d; font-size: .8rem; letter-spacing: .12em; text-transform: uppercase; }
.story-lead {
  margin-bottom: 3.5rem;
  font-family: "Space Grotesk";
  font-size: clamp(2.7rem, 5vw, 5.2rem);
  letter-spacing: -.055em;
  line-height: 1.02;
}
.story-copy p { margin-bottom: 2rem; color: #8e99b5; font-size: 1.02rem; line-height: 1.95; }
.producer-section {
  background:
    radial-gradient(circle at 15% 50%, rgba(40, 102, 255, .22), transparent 24%),
    linear-gradient(135deg, #07132f, #101456 60%, #123076);
}
.producer-quote { margin-bottom: 2.5rem; font-family: "Space Grotesk"; font-size: clamp(2rem, 4vw, 3.8rem); letter-spacing: -.045em; line-height: 1.1; }
.legacy-section { background: #f2f5fd; color: #09112b; }
.legacy-section .eyebrow { color: #175cff; }
.legacy-title { font-family: "Space Grotesk"; font-size: clamp(3rem, 6vw, 6.3rem); letter-spacing: -.06em; line-height: .95; }
.legacy-title span { color: #175cff; }
.legacy-copy { max-width: 700px; margin: 3rem 0 4rem; color: #5d6883; font-size: 1.05rem; line-height: 1.9; }
.about-stats { border-top: 1px solid rgba(9,17,43,.15); padding-top: 2.5rem; }
.about-stats strong { display: block; font-family: "Space Grotesk"; font-size: clamp(2.6rem, 5vw, 5rem); letter-spacing: -.06em; }
.about-stats span { color: #6b748b; font-size: .8rem; letter-spacing: .12em; text-transform: uppercase; }
.support-section { background: #050817; }
.artist-cloud { display: flex; flex-wrap: wrap; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.artist-cloud span {
  flex: 1 1 30%;
  padding: 2.2rem;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  color: #9ca7c1;
  font-family: "Space Grotesk";
  font-size: clamp(1rem, 2vw, 1.5rem);
  text-align: center;
  transition: .25s;
}
.artist-cloud span:hover { background: rgba(28, 92, 255, .16); color: white; }
.about-cta { padding: 8rem 0; background: linear-gradient(120deg, #0b286d, #214cff 55%, #563bd2); }
.about-cta-title { font-family: "Space Grotesk"; font-size: clamp(3.2rem, 7vw, 7rem); letter-spacing: -.06em; line-height: .9; }
.about-cta .btn-primary { background: white; color: #10245e; box-shadow: 0 15px 40px rgba(3,10,31,.25); }
.about-cta .btn-primary:hover { background: #dfe9ff; }
.about-footer { padding: 2.5rem 0; }

@media (max-width: 991.98px) {
  .about-hero { padding: 12rem 0 6rem; }
  .about-hero-copy { margin-top: 3rem; }
  .about-portrait { position: relative; top: auto; max-width: 620px; margin-bottom: 3rem; }
  .artist-cloud span { flex-basis: 50%; }
}

@media (max-width: 575.98px) {
  .about-hero { padding: 10rem 0 5rem; }
  .about-page-title { font-size: 3.65rem; }
  .story-lead { font-size: 2.55rem; }
  .artist-cloud span { flex-basis: 100%; padding: 1.5rem; }
  .about-cta { padding: 6rem 0; }
  .about-cta-title { font-size: 3.25rem; }
}

/* Releases */
.discography-page { background: #050817; }
.releases-hero {
  position: relative;
  overflow: hidden;
  padding: 14rem 0 7rem;
  background:
    radial-gradient(circle at 85% 25%, rgba(31, 104, 255, .38), transparent 27%),
    radial-gradient(circle at 48% 110%, rgba(77, 58, 255, .22), transparent 40%),
    linear-gradient(145deg, #030511, #08132e 68%, #071c4d);
}
.remix-hero {
  background:
    radial-gradient(circle at 78% 28%, rgba(98, 66, 255, .38), transparent 28%),
    radial-gradient(circle at 45% 110%, rgba(20, 142, 255, .2), transparent 42%),
    linear-gradient(145deg, #030511, #11113b 65%, #171253);
}
.remix-page .discography { background: linear-gradient(#10113b 0, #050817 180px); }
.free-hero {
  background:
    radial-gradient(circle at 82% 24%, rgba(39, 194, 255, .34), transparent 28%),
    radial-gradient(circle at 45% 110%, rgba(89, 70, 255, .24), transparent 42%),
    linear-gradient(145deg, #030511, #07182e 65%, #0b315f);
}
.free-page .discography { background: linear-gradient(#07182e 0, #050817 180px); }
.album-hero {
  background:
    radial-gradient(circle at 82% 24%, rgba(85, 93, 255, .34), transparent 28%),
    radial-gradient(circle at 45% 110%, rgba(31, 199, 255, .2), transparent 42%),
    linear-gradient(145deg, #030511, #0b122f 65%, #151a5a);
}
.album-page .discography { background: linear-gradient(#0b122f 0, #050817 180px); }
.releases-hero::before {
  content: "";
  position: absolute;
  width: 540px;
  height: 540px;
  top: -280px;
  right: 8%;
  border: 1px solid rgba(83, 196, 255, .24);
  border-radius: 50%;
  box-shadow: 0 0 0 70px rgba(54, 132, 255, .07), 0 0 0 140px rgba(54, 132, 255, .035);
}
.release-page-title {
  margin: 0;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(4rem, 9vw, 9rem);
  font-weight: 600;
  letter-spacing: -.065em;
  line-height: .84;
}
.release-page-title span {
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, .5);
}
.release-hero-copy { max-width: 420px; color: #9ba7c5; line-height: 1.8; }
.release-count { display: flex; align-items: center; gap: 1rem; margin-top: 2rem; }
.release-count strong { font-family: "Space Grotesk"; font-size: 2.6rem; line-height: 1; }
.release-count span { color: #667391; font-size: .8rem; letter-spacing: .1em; line-height: 1.6; text-transform: uppercase; }
.discography {
  position: relative;
  z-index: 2;
  background: linear-gradient(#07112b 0, #050817 180px);
}
.catalog-hero-hidden { display: none; }
.catalog-hero-hidden + .discography.section-space { padding-top: 8rem; }
.release-tools { display: flex; align-items: center; justify-content: flex-end; gap: 1.5rem; }
.release-search { display: flex; align-items: center; width: min(280px, 100%); padding: .7rem 0; border-bottom: 1px solid rgba(255,255,255,.22); }
.release-search span { color: #5d6d96; font-size: 1.4rem; }
.release-search input { width: 100%; border: 0; outline: 0; padding: 0 .7rem; background: transparent; color: white; font-size: 1rem; }
.release-search input::placeholder { color: #626d88; }
.year-filters { display: flex; gap: .3rem; padding: .3rem; border: 1px solid var(--line); border-radius: 999px; }
.year-filters button {
  border: 0;
  border-radius: 999px;
  padding: .55rem .9rem;
  background: transparent;
  color: #6f7b99;
  font-size: 1rem;
  font-weight: 700;
  transition: .2s;
}
.year-filters button:hover, .year-filters button.active { background: #185fff; color: white; }
.release-table { border-top: 1px solid var(--line); }
.release-table-head, .release-row {
  display: grid;
  grid-template-columns: minmax(420px, 2fr) 110px minmax(220px, .8fr) 150px;
  align-items: center;
  column-gap: 2rem;
}
.release-table-head { padding: 1.1rem 1rem; color: #4e5975; font-size: 1rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.release-row { position: relative; min-height: 100px; padding: .8rem 1rem; border-top: 1px solid rgba(255,255,255,.09); transition: .25s; }
.release-row:hover { z-index: 1; border-color: rgba(74, 143, 255, .5); background: linear-gradient(90deg, rgba(26, 83, 217, .18), rgba(22, 38, 82, .18)); transform: scale(1.008); }
.release-row.is-hidden { display: none; }
.release-main { position: relative; display: flex; align-items: center; gap: 1.2rem; min-width: 0; }
.release-thumb { flex: 0 0 auto; width: 70px; height: 70px; object-fit: cover; background: #111a36; }
.placeholder-cover, .generated-cover { display: grid; place-items: center; overflow: hidden; background: radial-gradient(circle at 70% 20%, #4abfff, transparent 12%), linear-gradient(145deg, #102a67, #1b5fff 55%, #4c36dd); }
.placeholder-cover.alt { background: radial-gradient(circle at 35% 30%, #55e0ff, transparent 10%), linear-gradient(135deg, #071631, #2b38bd); }
.placeholder-cover span { color: rgba(255,255,255,.18); font-family: "Space Grotesk"; font-size: 3.5rem; font-weight: 700; }
.generated-cover span { color: white; font-family: "Space Grotesk"; font-size: 1rem; font-weight: 700; letter-spacing: -.05em; }
.generated-cover.violet { background: linear-gradient(145deg, #161044, #7653ff); }
.generated-cover.cyan { background: linear-gradient(145deg, #092442, #00aee9); }
.generated-cover.dark { background: radial-gradient(circle, #194fb8, #070b1d 65%); }
.row-play {
  position: absolute;
  left: 12px;
  top: 15px;
  z-index: 2;
  width: 46px;
  height: 46px;
  opacity: 0;
  border: 1px solid rgba(255,255,255,.55);
  border-radius: 50%;
  background: rgba(5,8,23,.74);
  color: white;
  backdrop-filter: blur(7px);
  transition: .2s;
}
.release-row:hover .row-play { opacity: 1; }
.release-main strong { display: block; overflow: hidden; margin-bottom: .35rem; font-family: "Space Grotesk"; font-size: 1rem; text-overflow: ellipsis; white-space: nowrap; }
.release-main small, .release-year, .release-label { color: #727e9b; font-size: 1rem; }
.release-year, .release-label { min-width: 0; }
.release-links {
  display: flex;
  justify-self: end;
  gap: .5rem;
}
.release-out {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: #8694b6;
  text-decoration: none;
  transition: .2s;
}
.release-out svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}
.release-out:hover { border-color: #2485ff; background: #185fff; color: white; transform: translateY(-2px); }
.release-out.spotify:hover { border-color: #1ed760; background: #1ed760; color: #031108; }
.release-out.beatport:hover { border-color: #00d8ff; background: #00d8ff; color: #031026; }
.coming-soon,
.release-empty-action {
  justify-self: end;
  text-align: right;
  font-size: 1rem;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.coming-soon { color: #5274bd; }
.release-empty-action {
  display: block;
  min-width: 42px;
  min-height: 1px;
}
.no-results { display: none; padding: 4rem 0; color: #64708d; font-size: 1rem; text-align: center; }
.no-results.visible { display: block; }
.release-status { padding: 3rem 0; color: #64708d; font-size: 1rem; text-align: center; }
.release-error { display: none; color: #b8879b; }
.release-error.visible { display: block; }
.release-footer { padding: 7rem 0 2.5rem; background: radial-gradient(circle at 80% 20%, rgba(36, 101, 255, .25), transparent 34%), #030511; }
.release-footer-title { font-family: "Space Grotesk"; font-size: clamp(2.8rem, 5.8vw, 6rem); letter-spacing: -.055em; line-height: .96; }
.footer-platforms { display: flex; flex-direction: column; align-items: flex-end; gap: .8rem; }
.footer-platforms a { color: #8c98b5; text-underline-offset: 5px; }

@media (max-width: 991.98px) {
  .releases-hero { padding: 11rem 0 6rem; }
  .release-hero-copy { margin-top: 3rem; }
  .release-tools { flex-direction: column; align-items: stretch; }
  .release-search { width: 100%; }
  .year-filters { align-self: flex-start; overflow-x: auto; max-width: 100%; }
  .release-table-head { display: none; }
  .release-row { grid-template-columns: minmax(0, 1fr) auto; gap: .5rem 1rem; }
  .release-label { grid-column: 1; padding-left: 90px; }
  .release-year { grid-column: 2; grid-row: 1; }
  .release-links, .coming-soon, .release-empty-action { grid-column: 2; grid-row: 2; }
}

@media (max-width: 575.98px) {
  .releases-hero { padding: 9.5rem 0 4rem; }
  .release-page-title { font-size: 3.65rem; }
  .year-filters button { padding: .5rem .75rem; }
  .release-row { min-height: 88px; padding: .65rem 0; }
  .release-thumb { width: 58px; height: 58px; }
  .release-main { gap: .8rem; }
  .release-main strong { max-width: 210px; font-size: 1rem; }
  .release-main small { display: block; max-width: 190px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .release-label { padding-left: 70px; }
  .row-play { left: 6px; top: 12px; width: 44px; height: 44px; opacity: 1; }
  .release-out { width: 34px; height: 34px; }
  .release-out svg { width: 17px; height: 17px; }
  .footer-platforms { align-items: flex-start; }
}
