*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  color-scheme: dark;
  --bg: #0a0a0c;
  --bg-elevated: #141418;
  --text: #f4f2ff;
  --text-muted: #9a96a8;
  --accent: #ff3d8a;
  --accent-soft: #ff6bab;
  --green: #1ed760;
  --green-bright: #39ff8a;
  --holo-pink: #ff6bab;
  --holo-green: #1ed760;
  --holo-lilac: #c4b5fd;
  --gold: #e8b84a;
  --border: rgba(255, 255, 255, 0.1);
  --font-display: "Unbounded", system-ui, sans-serif;
  --font-body: "Outfit", system-ui, sans-serif;
  --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
  --gradient-holo: linear-gradient(120deg, var(--green-bright), var(--holo-lilac), var(--accent), var(--green) 80%);
  --gradient-acid: linear-gradient(135deg, var(--accent) 0%, var(--holo-lilac) 45%, var(--green) 100%);
}

@keyframes holo-shift {
  0%   { background-position: 0% center; }
  100% { background-position: 200% center; }
}

@keyframes star-pulse {
  0%, 100% { opacity: 0.35; transform: scale(0.85); }
  50%      { opacity: 1; transform: scale(1.1); }
}

.text-holo {
  background: var(--gradient-holo);
  background-size: 200% auto;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  animation: holo-shift 8s linear infinite;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  width: 100%;
  overflow-x: clip;
  overflow-y: auto;
  scrollbar-gutter: stable;
}

body {
  font-family: var(--font-body);
  background: var(--bg);
  color: var(--text);
  line-height: 1.5;
  width: 100%;
  overflow-x: clip;
  overflow-y: visible;
  overscroll-behavior-x: none;
  min-height: 100vh;
  touch-action: pan-y pinch-zoom;
}

body.nav-open {
  overflow: hidden;
}

main {
  overflow-x: clip;
  max-width: 100%;
  position: relative;
  z-index: 1;
}

a {
  color: inherit;
  text-decoration: none;
}

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

/* Background atmosphere */
.page-bg {
  position: fixed;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: 0;
  contain: layout style paint;
  transform: translateZ(0);
}

.grain {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 3;
  opacity: 0.22;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='1.2' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.5'/%3E%3C/svg%3E");
  background-size: 160px 160px;
}

/* Wrapper bewegt sich (günstig), Blur bleibt auf statischem Kind (Chrome-Performance) */
.glow-wrap {
  position: absolute;
  pointer-events: none;
  z-index: 1;
}

.glow-wrap--left {
  top: -18%;
  left: -22%;
  transform: translate3d(0, var(--glow-shift-left, 0px), 0);
}

.glow-wrap--right {
  bottom: 8%;
  right: -28%;
  transform: translate3d(0, var(--glow-shift-right, 0px), 0);
}

.glow {
  width: min(60vw, 780px);
  height: min(60vw, 780px);
  max-width: 100%;
  border-radius: 50%;
  filter: blur(72px);
  pointer-events: none;
}

.glow--left {
  background: radial-gradient(circle, rgba(255, 61, 138, 0.24) 0%, rgba(255, 61, 138, 0.08) 42%, transparent 72%);
}

.glow--right {
  background: radial-gradient(circle, rgba(30, 215, 96, 0.18) 0%, rgba(30, 215, 96, 0.06) 44%, transparent 72%);
}

/* Scroll 3D depth layers */
.scroll-scene {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 2;
  overflow: hidden;
  contain: layout style paint;
}

@supports ((-webkit-mask-image: radial-gradient(black, transparent)) or (mask-image: radial-gradient(black, transparent))) {
  .scroll-scene {
    -webkit-mask-image: radial-gradient(ellipse 96% 92% at 50% 48%, #000 0%, #000 40%, transparent 94%);
    mask-image: radial-gradient(ellipse 96% 92% at 50% 48%, #000 0%, #000 40%, transparent 94%);
  }
}

.scroll-scene__world {
  position: absolute;
  inset: 0;
  perspective: 1200px;
  perspective-origin: 50% 36%;
  transform-style: preserve-3d;
}

.scroll-scene__layer {
  position: absolute;
  transform-style: preserve-3d;
  transform-origin: center center;
}

.scroll-scene__motion {
  transform-style: preserve-3d;
  transform-origin: center center;
  backface-visibility: hidden;
}

html:not(.scroll-engine-gpu) .scroll-scene__motion {
  will-change: transform;
}

/* Chromium: 3D per CSS calc/sin – nur --scroll-p/--scroll-y aus JS pro Frame */
html.scroll-engine-gpu .scroll-scene__world {
  transform:
    translate3d(0, calc(var(--scroll-y, 0px) * 0.02), 0)
    rotateX(calc(var(--scroll-p, 0) * 10deg - 3deg))
    rotateY(calc(var(--scroll-p, 0) * -16deg + 6deg));
}

html.scroll-engine-gpu .scroll-scene__layer[data-type="rings"] .scroll-scene__motion {
  --ring-scale: calc(var(--scale-min) + (var(--scale-max) - var(--scale-min)) * (0.5 + 0.5 * sin(var(--scroll-p) * 1turn * 2.6 + var(--layer-phase) * 1rad)));
  transform:
    translate3d(
      calc(var(--scroll-p) * var(--layer-depth) * 18px),
      calc(var(--scroll-y) * var(--layer-depth) * 0.65),
      calc(var(--scroll-p) * var(--layer-depth) * 200px)
    )
    rotateX(calc(var(--scroll-p) * 22deg + sin(var(--scroll-p) * 1turn * 1.2 + var(--layer-phase) * 1rad) * 12deg))
    rotateY(calc(var(--scroll-p) * -32deg + sin(var(--scroll-p) * 1turn * 0.9 + var(--layer-phase) * 1rad) * -10deg))
    rotateZ(calc(var(--scroll-p) * 14deg + sin(var(--scroll-p) * 1turn * 2 + var(--layer-phase) * 1rad) * 8deg))
    scale3d(
      var(--ring-scale),
      calc(var(--ring-scale) * (0.92 + 0.16 * (0.5 + 0.5 * sin(var(--scroll-p) * 1turn * 1.8 + (var(--layer-phase) + 0.5) * 1rad)))),
      var(--ring-scale)
    );
}

html.scroll-engine-gpu .scroll-scene__layer[data-type="cube"] .scroll-scene__motion {
  --cube-scale: calc(0.82 + 0.36 * (0.5 + 0.5 * sin(var(--scroll-p) * 1turn * 3.2 + var(--layer-phase) * 1rad)));
  transform:
    translate3d(
      calc(var(--scroll-p) * var(--layer-depth) * 18px),
      calc(var(--scroll-y) * var(--layer-depth) * 0.65),
      calc(var(--scroll-p) * var(--layer-depth) * 240px)
    )
    rotateX(calc(var(--scroll-p) * 380deg * var(--layer-speed)))
    rotateY(calc(var(--scroll-p) * 290deg * var(--layer-speed)))
    rotateZ(calc(var(--scroll-p) * 140deg * var(--layer-speed)))
    scale3d(var(--cube-scale), var(--cube-scale), var(--cube-scale));
}

html.scroll-engine-gpu .scroll-scene__layer[data-type="bar"] .scroll-scene__motion {
  transform:
    translate3d(
      calc(var(--scroll-p) * var(--layer-depth) * 18px),
      calc(var(--scroll-y) * var(--layer-depth) * 0.65),
      calc(var(--scroll-p) * var(--layer-depth) * 200px)
    )
    rotateX(calc(var(--scroll-p) * 60deg * var(--layer-speed) + sin(var(--scroll-p) * 1turn * 2.4 + var(--layer-phase) * 1rad) * 35deg))
    rotateY(calc(var(--scroll-p) * 160deg * var(--layer-speed)))
    rotateZ(calc(var(--scroll-p) * 240deg * var(--layer-speed) + sin(var(--scroll-p) * 1turn * 1.6 + var(--layer-phase) * 1rad) * 45deg))
    scale3d(
      calc(0.75 + 0.5 * (0.5 + 0.5 * sin(var(--scroll-p) * 1turn * 2.8 + var(--layer-phase) * 1rad))),
      calc(0.55 + 0.9 * abs(sin(var(--scroll-p) * 1turn * 2.2 + var(--layer-phase) * 1rad))),
      calc(0.8 + 0.4 * (0.5 + 0.5 * sin(var(--scroll-p) * 1turn * 3.5 + var(--layer-phase) * 1rad)))
    );
}

html.scroll-engine-gpu .scroll-scene__layer[data-type="orb"] .scroll-scene__motion {
  --orb-scale: calc(0.55 + 0.95 * (0.5 + 0.5 * sin(var(--scroll-p) * 1turn * 2.1 + var(--layer-phase) * 1rad)));
  transform:
    translate3d(
      calc(var(--scroll-p) * var(--layer-depth) * 18px),
      calc(var(--scroll-y) * var(--layer-depth) * 0.65),
      calc(var(--scroll-p) * var(--layer-depth) * 120px)
    )
    rotateX(calc(var(--scroll-p) * 18deg))
    rotateZ(calc(var(--scroll-p) * -12deg))
    scale3d(var(--orb-scale), var(--orb-scale), var(--orb-scale));
}

html.scroll-engine-gpu .scroll-scene__layer[data-type="stars"] .scroll-scene__motion {
  --star-scale: calc(0.75 + 0.35 * (0.5 + 0.5 * sin(var(--scroll-p) * 1turn * 2.8 + var(--layer-phase) * 1rad)));
  transform:
    translate3d(
      calc(var(--scroll-p) * var(--layer-depth) * 18px),
      calc(var(--scroll-y) * var(--layer-depth) * 0.9),
      calc(var(--scroll-p) * var(--layer-depth) * 100px)
    )
    rotateZ(calc(var(--scroll-p) * 24deg * var(--layer-speed) + sin(var(--scroll-p) * 1turn * 1.5 + var(--layer-phase) * 1rad) * 10deg))
    scale3d(var(--star-scale), var(--star-scale), var(--star-scale));
}

/* Statische Blur-Atmosphäre (Chrome/Edge ohne 3D – optisch nah an Firefox) */
.page-bg__mist {
  display: none;
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  overflow: hidden;
}

html.bg-static .page-bg__mist {
  display: block;
}

.page-bg__blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(72px);
  pointer-events: none;
  transform: translateZ(0);
}

.page-bg__blob--pink {
  width: min(34vw, 340px);
  height: min(34vw, 340px);
  top: 38%;
  right: 14%;
  background: radial-gradient(circle, rgba(255, 61, 138, 0.42) 0%, rgba(255, 61, 138, 0.14) 42%, transparent 72%);
}

.page-bg__blob--green {
  width: min(30vw, 300px);
  height: min(30vw, 300px);
  top: 52%;
  left: 10%;
  background: radial-gradient(circle, rgba(30, 215, 96, 0.34) 0%, rgba(30, 215, 96, 0.1) 45%, transparent 72%);
}

.page-bg__blob--lilac {
  width: min(42vw, 420px);
  height: min(28vw, 280px);
  top: 18%;
  left: 38%;
  background: radial-gradient(circle, rgba(196, 181, 253, 0.2) 0%, rgba(196, 181, 253, 0.06) 50%, transparent 75%);
}

.page-bg__blob--accent {
  width: min(22vw, 220px);
  height: min(22vw, 220px);
  bottom: 22%;
  right: 32%;
  background: radial-gradient(circle, rgba(255, 61, 138, 0.22) 0%, transparent 68%);
}

.scroll-scene__layer--rings {
  top: 10%;
  right: 10%;
  width: min(36vw, 360px);
}

.scroll-scene__layer--rings-sm {
  bottom: 18%;
  left: 8%;
  width: min(26vw, 260px);
}

.scroll-scene__rings {
  width: 100%;
  height: auto;
  display: block;
  filter: drop-shadow(0 0 28px rgba(255, 61, 138, 0.1));
}

/* 3D cubes */
.scroll-scene__layer--cube-a {
  top: 26%;
  left: 7%;
}

.scroll-scene__layer--cube-b {
  bottom: 28%;
  right: 11%;
}

.scroll-scene__layer--cube-c {
  top: 10%;
  right: 18%;
}

.scroll-scene__layer--cube-d {
  top: 62%;
  right: 28%;
}

.scroll-scene__layer--cube-e {
  top: 20%;
  left: 20%;
}

.scroll-scene__layer--cube-f {
  top: 46%;
  left: 47%;
}

.scroll-scene__layer--cube-g {
  top: 54%;
  left: 53%;
}

.scroll-scene__layer--cube-h {
  top: 50%;
  left: 42%;
}

.scroll-scene__layer--cube-f,
.scroll-scene__layer--cube-g,
.scroll-scene__layer--cube-h {
  opacity: 0.82;
}

.scroll-scene__cube {
  --cube-size: 58px;
  --cube-half: 29px;
  width: var(--cube-size);
  height: var(--cube-size);
  position: relative;
  transform-style: preserve-3d;
}

.scroll-scene__cube--sm {
  --cube-size: 44px;
  --cube-half: 22px;
}

.scroll-scene__cube--xs {
  --cube-size: 36px;
  --cube-half: 18px;
}

.scroll-scene__cube--md {
  --cube-size: 52px;
  --cube-half: 26px;
}

.scroll-scene__cube-face {
  position: absolute;
  inset: 0;
  width: var(--cube-size);
  height: var(--cube-size);
  border: 1.5px solid rgba(255, 255, 255, 0.12);
  backface-visibility: hidden;
}

.scroll-scene__cube--pink .scroll-scene__cube-face {
  background: rgba(255, 61, 138, 0.1);
  border-color: rgba(255, 61, 138, 0.55);
  box-shadow: inset 0 0 20px rgba(255, 61, 138, 0.08);
}

.scroll-scene__cube--green .scroll-scene__cube-face {
  background: rgba(30, 215, 96, 0.08);
  border-color: rgba(57, 255, 138, 0.5);
  box-shadow: inset 0 0 20px rgba(30, 215, 96, 0.08);
}

.scroll-scene__cube--lilac .scroll-scene__cube-face {
  background: rgba(196, 181, 253, 0.09);
  border-color: rgba(196, 181, 253, 0.52);
  box-shadow: inset 0 0 20px rgba(196, 181, 253, 0.1);
}

.scroll-scene__cube-face--front  { transform: rotateY(0deg) translateZ(var(--cube-half)); }
.scroll-scene__cube-face--back   { transform: rotateY(180deg) translateZ(var(--cube-half)); }
.scroll-scene__cube-face--right  { transform: rotateY(90deg) translateZ(var(--cube-half)); }
.scroll-scene__cube-face--left   { transform: rotateY(-90deg) translateZ(var(--cube-half)); }
.scroll-scene__cube-face--top    { transform: rotateX(90deg) translateZ(var(--cube-half)); }
.scroll-scene__cube-face--bottom { transform: rotateX(-90deg) translateZ(var(--cube-half)); }

/* Rotating bars */
.scroll-scene__layer--bar-h {
  top: 52%;
  right: 7%;
  width: clamp(90px, 14vw, 160px);
  height: clamp(22px, 3.2vw, 32px);
}

.scroll-scene__layer--bar-v {
  top: 16%;
  right: 26%;
  width: clamp(20px, 3vw, 28px);
  height: clamp(80px, 12vw, 130px);
}

.scroll-scene__layer--bar-thin {
  top: 38%;
  left: 11%;
  width: clamp(70px, 10vw, 120px);
  height: clamp(14px, 2vw, 20px);
}

.scroll-scene__bar-inner {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  opacity: 0.38;
  transform-origin: center center;
}

.scroll-scene__bar-inner--holo {
  background: var(--gradient-holo);
  background-size: 200% auto;
  animation: holo-shift 8s linear infinite;
  box-shadow: 0 0 24px rgba(196, 181, 253, 0.15);
}

.scroll-scene__bar-inner--acid {
  background: var(--gradient-acid);
  box-shadow: 0 0 20px rgba(30, 215, 96, 0.12);
}

.scroll-scene__bar-inner--pink {
  background: linear-gradient(135deg, rgba(255, 61, 138, 0.7), rgba(196, 181, 253, 0.5));
  opacity: 0.32;
  box-shadow: 0 0 18px rgba(255, 61, 138, 0.15);
}

/* Glowing orbs */
.scroll-scene__layer--orb {
  width: min(30vw, 300px);
  height: min(30vw, 300px);
}

.scroll-scene__layer--orb-pink {
  top: 46%;
  right: 20%;
}

.scroll-scene__layer--orb-green {
  top: 60%;
  left: 16%;
}

.scroll-scene__orb-inner {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  filter: blur(72px);
}

.scroll-scene__orb-inner--pink {
  background: radial-gradient(circle, rgba(255, 61, 138, 0.5) 0%, rgba(255, 61, 138, 0.15) 45%, transparent 70%);
}

.scroll-scene__orb-inner--green {
  background: radial-gradient(circle, rgba(30, 215, 96, 0.4) 0%, rgba(30, 215, 96, 0.12) 48%, transparent 70%);
}

@media (max-width: 768px) {
  .scroll-scene__layer--star {
    display: none;
  }
}

/* Scroll stars – einzeln, parallax */
.scroll-scene__layer--star-1  { top: 11%; left: 7%; }
.scroll-scene__layer--star-2  { top: 19%; right: 11%; }
.scroll-scene__layer--star-3  { top: 28%; left: 22%; }
.scroll-scene__layer--star-4  { top: 36%; right: 24%; }
.scroll-scene__layer--star-5  { top: 43%; left: 9%; }
.scroll-scene__layer--star-6  { top: 51%; right: 7%; }
.scroll-scene__layer--star-7  { top: 58%; left: 31%; }
.scroll-scene__layer--star-8  { top: 64%; right: 18%; }
.scroll-scene__layer--star-9  { top: 47%; left: 54%; }
.scroll-scene__layer--star-10 { top: 72%; left: 15%; }
.scroll-scene__layer--star-11 { top: 78%; right: 28%; }
.scroll-scene__layer--star-12 { top: 33%; right: 42%; }
.scroll-scene__layer--star-13 { top: 61%; left: 62%; }
.scroll-scene__layer--star-14 { top: 85%; right: 9%; }

.scroll-scene__star {
  display: inline-block;
  font-size: 0.88rem;
  color: var(--text-muted);
  opacity: 0.55;
  animation: star-pulse 2.4s ease-in-out infinite;
}

.scroll-scene__star--sm {
  font-size: 0.68rem;
  opacity: 0.42;
}

.scroll-scene__star--lg {
  font-size: 1.05rem;
  opacity: 0.62;
}

.scroll-scene__layer--star-1  .scroll-scene__star { animation-delay: 0s; }
.scroll-scene__layer--star-2  .scroll-scene__star { animation-delay: 0.35s; }
.scroll-scene__layer--star-3  .scroll-scene__star { animation-delay: 0.7s; }
.scroll-scene__layer--star-4  .scroll-scene__star { animation-delay: 1.05s; }
.scroll-scene__layer--star-5  .scroll-scene__star { animation-delay: 1.4s; }
.scroll-scene__layer--star-6  .scroll-scene__star { animation-delay: 1.75s; }
.scroll-scene__layer--star-7  .scroll-scene__star { animation-delay: 0.2s; }
.scroll-scene__layer--star-8  .scroll-scene__star { animation-delay: 0.55s; }
.scroll-scene__layer--star-9  .scroll-scene__star { animation-delay: 0.9s; }
.scroll-scene__layer--star-10 .scroll-scene__star { animation-delay: 1.25s; }
.scroll-scene__layer--star-11 .scroll-scene__star { animation-delay: 1.6s; }
.scroll-scene__layer--star-12 .scroll-scene__star { animation-delay: 1.95s; }
.scroll-scene__layer--star-13 .scroll-scene__star { animation-delay: 0.45s; }
.scroll-scene__layer--star-14 .scroll-scene__star { animation-delay: 0.8s; }

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 100%;
  z-index: 200;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.25rem clamp(1.5rem, 5vw, 4rem);
  background: linear-gradient(to bottom, rgba(12, 12, 14, 0.95) 0%, transparent 100%);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.header__logo {
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.header__logo span {
  background: var(--gradient-acid);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.header__end {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}

.lang-switch {
  position: relative;
  display: inline-grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  min-width: 5.5rem;
  padding: 3px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  background: rgba(8, 8, 12, 0.72);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04), 0 4px 18px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  isolation: isolate;
}

.lang-switch__thumb {
  position: absolute;
  top: 3px;
  left: 3px;
  width: calc(50% - 4px);
  height: calc(100% - 6px);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 61, 138, 0.35), rgba(57, 255, 138, 0.28));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12), 0 0 16px rgba(255, 61, 138, 0.15);
  transition: left 0.28s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.28s cubic-bezier(0.22, 1, 0.36, 1);
  pointer-events: none;
  z-index: 0;
}

.lang-switch--en .lang-switch__thumb {
  left: calc(50% + 1px);
}

.lang-switch__btn {
  position: relative;
  z-index: 1;
  min-width: 2.5rem;
  padding: 0.42rem 0.55rem;
  border: none;
  border-radius: 999px;
  background: transparent;
  color: var(--text-muted);
  font-family: var(--font-display);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  cursor: pointer;
  transition: color 0.22s var(--ease-out);
}

.lang-switch__btn:hover {
  color: var(--text);
}

.lang-switch__btn.is-active {
  color: #fff;
  text-shadow: 0 0 12px rgba(57, 255, 138, 0.35);
}

.header__nav {
  display: flex;
  gap: 2rem;
}

.header__nav a {
  font-size: 0.85rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--text-muted);
  transition: color 0.25s var(--ease-out);
}

.header__nav a:hover,
.header__nav a.is-active,
.header__nav a[aria-current="location"] {
  color: var(--green-bright);
}

#releases,
#catalog,
#artists {
  scroll-margin-top: 6rem;
}

.header__menu-btn {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid var(--border);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.03);
  cursor: pointer;
  z-index: 202;
}

.header__menu-btn span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 0 auto;
  background: var(--text);
  border-radius: 1px;
  transition: transform 0.25s var(--ease-out), opacity 0.25s;
}

.header__menu-btn.is-open span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.header__menu-btn.is-open span:nth-child(2) {
  opacity: 0;
}

.header__menu-btn.is-open span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.header__overlay {
  position: fixed;
  inset: 0;
  z-index: 199;
  background: rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(2px);
}

.header__overlay[hidden] {
  display: none;
}

/* Hero */
.hero {
  position: relative;
  z-index: 1;
  min-height: 78vh;
  min-height: 78dvh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 6rem 1.5rem 4rem;
  overflow-x: clip;
  max-width: 100%;
  contain: layout style;
}

.hero__content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 36rem;
  padding: 2rem 1.5rem;
  width: 100%;
}

.hero__backdrop {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
  max-width: 100%;
}

.hero__banner {
  position: relative;
  width: min(780px, 92vw);
  height: clamp(140px, 22vw, 200px);
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  opacity: 0.45;
}

.hero__banner-glow {
  position: absolute;
  inset: -8%;
  background: radial-gradient(ellipse at center, rgba(255, 61, 138, 0.12) 0%, transparent 65%);
  filter: blur(40px);
}

.hero__banner-left {
  justify-self: end;
  width: 68%;
  height: 55%;
  margin-right: 0;
  background: var(--gradient-holo);
  background-size: 200% auto;
  animation: holo-shift 10s linear infinite;
  border-radius: 6px;
  transform: skewX(-4deg);
}

.hero__banner-rings {
  justify-self: start;
  width: 72%;
  height: auto;
  margin-left: 0;
  opacity: 0.85;
}

.hero__stars {
  display: flex;
  gap: 1.5rem;
  margin-top: 2rem;
  font-size: 0.95rem;
  color: var(--text-muted);
  opacity: 0.6;
}

.hero__stars span:nth-child(1) { animation: star-pulse 2.4s ease-in-out infinite; animation-delay: 0s; }
.hero__stars span:nth-child(2) { animation: star-pulse 2.4s ease-in-out infinite; animation-delay: 0.5s; }
.hero__stars span:nth-child(3) { animation: star-pulse 2.4s ease-in-out infinite; animation-delay: 1s; }
.hero__stars span:nth-child(4) { animation: star-pulse 2.4s ease-in-out infinite; animation-delay: 1.5s; }

.hero__tag {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-bottom: 1.25rem;
}

.hero__title {
  font-family: var(--font-display);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.05;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

.hero__title-main {
  display: block;
  font-size: clamp(2.75rem, 9vw, 5rem);
  line-height: 0.95;
  margin-bottom: 0.15em;
}

.hero__title-sub {
  display: block;
  font-size: clamp(0.95rem, 2.8vw, 1.35rem);
  font-weight: 500;
  letter-spacing: 0.22em;
  color: var(--text);
  opacity: 0.85;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
}

.hero__sub {
  max-width: 26rem;
  color: var(--green-bright);
  font-size: 1rem;
  margin-bottom: 2rem;
  line-height: 1.55;
  opacity: 0.9;
}

.hero__cta {
  display: inline-flex;
  align-items: center;
  padding: 0.9rem 2rem;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background:
    linear-gradient(var(--bg-elevated), var(--bg-elevated)) padding-box,
    var(--gradient-acid) border-box;
  transition: transform 0.3s var(--ease-out), box-shadow 0.3s;
}

.hero__cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 32px rgba(255, 61, 138, 0.25), 0 8px 32px rgba(30, 215, 96, 0.15);
}

.hero__cta--ghost {
  background: transparent;
  border: 1px solid var(--border);
}

.hero__cta--ghost:hover {
  border-color: var(--green);
  box-shadow: 0 8px 28px rgba(30, 215, 96, 0.2);
}

/* Carousel + Player dock */
.carousel-section {
  position: relative;
  z-index: 1;
  padding: 3rem clamp(1.5rem, 5vw, 4rem) 4rem;
  overflow-x: hidden;
  max-width: 100%;
  border-top: 1px solid var(--border);
}

.carousel-section__head {
  margin-bottom: 2rem;
  text-align: left;
  width: 100%;
}

.carousel-section__head h2 {
  font-size: clamp(1.85rem, 4.5vw, 2.75rem);
  margin-bottom: 0.35rem;
}

.carousel-section__sub {
  color: var(--text-muted);
  font-size: 0.95rem;
}

.carousel-hint-mobile {
  display: none;
}

.release-stage {
  --cover-size: clamp(240px, 32vw, 320px);
  --carousel-view: calc(var(--cover-size) * 2.85);
  --stage-width: min(100%, calc(var(--carousel-view) + 6.5rem));
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.75rem;
  width: 100%;
}

.carousel-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.15rem;
  width: var(--stage-width);
  max-width: 100%;
}

.carousel-stage {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0 3.25rem;
  box-sizing: content-box;
}

.carousel-stage__ambient {
  position: absolute;
  left: 50%;
  top: 50%;
  width: var(--cover-size);
  height: var(--cover-size);
  transform: translate(-50%, -50%);
  background:
    radial-gradient(circle at 50% 50%, rgba(57, 255, 138, 0.12) 0%, transparent 70%),
    radial-gradient(circle at 30% 60%, rgba(255, 107, 171, 0.08) 0%, transparent 65%);
  filter: blur(32px);
  pointer-events: none;
  z-index: 0;
}

.carousel-stage:has(.cover--playing) .carousel-stage__ambient {
  opacity: 1.2;
}

.carousel {
  position: relative;
  z-index: 1;
  width: var(--carousel-view);
  height: var(--cover-size);
  margin: 0 auto;
  touch-action: pan-y;
  overflow: visible;
}

.carousel__track {
  position: relative;
  width: var(--carousel-view);
  height: var(--cover-size);
  margin: 0 auto;
}

.cover {
  position: absolute;
  left: 50%;
  top: 50%;
  width: var(--cover-size);
  margin-left: calc(var(--cover-size) / -2);
  margin-top: calc(var(--cover-size) / -2);
  cursor: pointer;
  transition: transform 0.5s var(--ease-out), opacity 0.45s, filter 0.45s;
  will-change: transform, opacity;
}

.cover__frame {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
  aspect-ratio: 1;
  transition: box-shadow 0.4s var(--ease-out), transform 0.3s var(--ease-out);
}

.cover--active .cover__frame {
  position: relative;
  z-index: 1;
  box-shadow:
    0 24px 56px rgba(0, 0, 0, 0.55),
    0 0 6px 0 rgba(57, 255, 138, 0.32),
    0 0 14px 3px rgba(57, 255, 138, 0.22),
    0 0 28px 8px rgba(196, 181, 253, 0.14),
    0 0 44px 16px rgba(255, 107, 171, 0.08),
    0 0 64px 26px rgba(30, 215, 96, 0.04),
    0 0 88px 38px rgba(57, 255, 138, 0.02);
}

.cover--playing.cover--active .cover__frame {
  box-shadow:
    0 24px 56px rgba(0, 0, 0, 0.55),
    0 0 8px 0 rgba(57, 255, 138, 0.42),
    0 0 18px 4px rgba(57, 255, 138, 0.3),
    0 0 34px 10px rgba(196, 181, 253, 0.2),
    0 0 52px 18px rgba(255, 107, 171, 0.11),
    0 0 72px 28px rgba(30, 215, 96, 0.06),
    0 0 96px 42px rgba(57, 255, 138, 0.03);
}

.cover--active:hover .cover__frame {
  transform: translateY(-2px);
  box-shadow:
    0 26px 60px rgba(0, 0, 0, 0.55),
    0 0 8px 0 rgba(57, 255, 138, 0.38),
    0 0 16px 4px rgba(57, 255, 138, 0.26),
    0 0 32px 10px rgba(196, 181, 253, 0.16),
    0 0 50px 18px rgba(255, 107, 171, 0.09),
    0 0 70px 28px rgba(30, 215, 96, 0.05),
    0 0 92px 40px rgba(57, 255, 138, 0.025);
}

.cover__frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: filter 0.3s var(--ease-out);
}

.carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border: 1px solid var(--border);
  border-radius: 50%;
  background: var(--bg-elevated);
  color: var(--text);
  cursor: pointer;
  display: grid;
  place-items: center;
  z-index: 6;
  transition: border-color 0.25s, background 0.25s, transform 0.25s var(--ease-out), box-shadow 0.25s;
}

.carousel-btn--prev { left: 0; }
.carousel-btn--next { right: 0; }

.carousel-btn svg {
  width: 20px;
  height: 20px;
}

.carousel-btn:hover {
  border-color: var(--green);
  background: rgba(30, 215, 96, 0.1);
  transform: translateY(-50%) scale(1.05);
  box-shadow: 0 0 20px rgba(30, 215, 96, 0.2);
}

.carousel-btn:active {
  transform: translateY(-50%) scale(0.98);
}

.carousel-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  width: 100%;
  padding: 0 3.25rem;
  box-sizing: border-box;
}

.carousel-progress {
  flex: 1;
  height: 3px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  overflow: hidden;
}

.carousel-progress__fill {
  height: 100%;
  width: 0%;
  border-radius: inherit;
  background: var(--gradient-acid);
  transition: width 0.5s var(--ease-out);
}

.carousel-counter {
  font-family: var(--font-display);
  font-size: 0.95rem;
  letter-spacing: 0.08em;
  color: var(--text-muted);
  white-space: nowrap;
  flex-shrink: 0;
}

.carousel-counter #current-index {
  color: var(--green-bright);
}

.carousel-counter__sep {
  margin: 0 0.15em;
  opacity: 0.45;
}

.cover__overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.75rem;
  text-align: center;
  background: rgba(0, 0, 0, 0.55);
  color: #fff;
  opacity: 0;
  transition: opacity 0.3s var(--ease-out);
  pointer-events: none;
}

.cover__overlay svg {
  width: 28px;
  height: 28px;
  color: #1ed760;
}

.cover__overlay span {
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  line-height: 1.3;
}

.cover__shine {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255,255,255,0.12) 0%, transparent 45%);
  pointer-events: none;
}

.cover__badge {
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  z-index: 3;
  padding: 0.22rem 0.5rem;
  border-radius: 999px;
  font-family: var(--font-display);
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #0a0a0c;
  background: var(--gradient-acid);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.35);
  pointer-events: none;
}

.cover--active {
  transform: translateX(0) scale(1);
  z-index: 5;
  opacity: 1;
  filter: brightness(1);
  pointer-events: auto;
}

.cover--left {
  transform: translateX(calc(var(--cover-size) * -0.78)) scale(0.78);
  z-index: 4;
  opacity: 0.65;
  filter: brightness(0.72);
  pointer-events: auto;
}

.cover--right {
  transform: translateX(calc(var(--cover-size) * 0.78)) scale(0.78);
  z-index: 4;
  opacity: 0.65;
  filter: brightness(0.72);
  pointer-events: auto;
}

.cover--far-left {
  transform: translateX(calc(var(--cover-size) * -1.18)) scale(0.62);
  z-index: 3;
  opacity: 0.3;
  filter: brightness(0.55);
  pointer-events: none;
}

.cover--far-right {
  transform: translateX(calc(var(--cover-size) * 1.18)) scale(0.62);
  z-index: 3;
  opacity: 0.3;
  filter: brightness(0.55);
  pointer-events: none;
}

.cover--hidden {
  transform: translateX(0) scale(0.5);
  opacity: 0;
  pointer-events: none;
  z-index: 1;
}

.cover--active:hover .cover__frame img {
  filter: brightness(1.04);
}

/* Player dock */
.player-dock {
  position: relative;
  width: 100%;
  max-width: var(--stage-width);
  margin: 0 auto;
  padding: 1rem 1.15rem;
  border-radius: 14px;
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.02);
}

.player-dock__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: nowrap;
}

.player-dock__meta {
  display: flex;
  align-items: center;
  gap: 1rem;
  min-width: 0;
  flex: 1;
}

.player-dock__thumb {
  flex-shrink: 0;
  width: 68px;
  height: 68px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
  transition: transform 0.4s var(--ease-out), box-shadow 0.4s var(--ease-out);
}

.player-dock__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.player-dock.is-changing .player-dock__thumb {
  transform: scale(0.92);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.player-dock__info {
  min-width: 0;
}

.player-dock__label {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #1ed760;
  margin-bottom: 0.35rem;
}

.player-dock__pulse {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #1ed760;
  box-shadow: 0 0 0 0 rgba(30, 215, 96, 0.5);
  animation: pulse 1.8s ease-out infinite;
}

@keyframes pulse {
  0%   { box-shadow: 0 0 0 0 rgba(30, 215, 96, 0.55); }
  70%  { box-shadow: 0 0 0 8px rgba(30, 215, 96, 0); }
  100% { box-shadow: 0 0 0 0 rgba(30, 215, 96, 0); }
}

.player-dock__title {
  font-family: var(--font-display);
  font-size: clamp(1.2rem, 3.2vw, 1.85rem);
  font-weight: 600;
  letter-spacing: -0.01em;
  line-height: 1.1;
  margin-bottom: 0.2rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
}

.player-dock__artist {
  color: var(--text-muted);
  font-size: 0.85rem;
  line-height: 1.35;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.player-dock__actions {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  flex-shrink: 0;
}

.player-dock__share {
  width: 38px;
  height: 38px;
  border: 1px solid var(--border);
  border-radius: 50%;
  display: grid;
  place-items: center;
  cursor: pointer;
  color: var(--text-muted);
  background: rgba(255, 255, 255, 0.03);
  transition: color 0.25s, border-color 0.25s, transform 0.25s var(--ease-out), background 0.25s;
}

.player-dock__share svg {
  width: 17px;
  height: 17px;
}

.player-dock__share:hover {
  color: var(--green-bright);
  border-color: rgba(57, 255, 138, 0.35);
  transform: translateY(-1px);
  background: rgba(57, 255, 138, 0.06);
}

.player-dock__share.is-copied {
  color: var(--green-bright);
  border-color: rgba(57, 255, 138, 0.5);
}

.share-toast {
  position: fixed;
  bottom: calc(1.25rem + env(safe-area-inset-bottom, 0px));
  left: 50%;
  transform: translateX(-50%) translateY(12px);
  z-index: 120;
  padding: 0.55rem 1rem;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: #fff;
  background: rgba(12, 12, 18, 0.92);
  border: 1px solid rgba(57, 255, 138, 0.35);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.35);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s, transform 0.25s var(--ease-out);
}

.share-toast.is-visible {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

body.has-cookie-bar .share-toast {
  bottom: calc(5.5rem + env(safe-area-inset-bottom, 0px));
}

.player-dock__play {
  width: 46px;
  height: 46px;
  border: none;
  border-radius: 50%;
  display: grid;
  place-items: center;
  cursor: pointer;
  color: #fff;
  background: linear-gradient(135deg, #1ed760 0%, #1db954 100%);
  box-shadow: 0 6px 20px rgba(30, 215, 96, 0.35);
  transition: transform 0.25s var(--ease-out), box-shadow 0.25s;
}

.player-dock__play svg {
  width: 22px;
  height: 22px;
}

.player-dock__icon-play {
  margin-left: 3px;
}

.player-dock__icon-pause {
  display: none;
}

.player-dock__play.is-playing .player-dock__icon-play {
  display: none;
}

.player-dock__play.is-playing .player-dock__icon-pause {
  display: block;
}

.player-dock__play:hover {
  transform: scale(1.06);
  box-shadow: 0 8px 28px rgba(30, 215, 96, 0.45);
}

.player-dock__play:disabled {
  opacity: 0.35;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}

.player-dock__listen {
  margin-top: 0.75rem;
  padding-top: 0.75rem;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.player-dock__preview-note {
  margin: 0 0 0.5rem;
  font-size: 0.65rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-align: center;
  color: var(--text-muted);
  opacity: 0.85;
}

.player-dock__autoplay {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--text-muted);
  cursor: pointer;
  user-select: none;
  transition: color 0.25s, transform 0.25s var(--ease-out);
}

.player-dock__autoplay input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  pointer-events: none;
}

.player-dock__autoplay svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  transition: color 0.25s, opacity 0.25s;
}

.player-dock__autoplay input:checked ~ svg {
  color: var(--green-bright);
}

.player-dock__autoplay input:checked ~ span {
  color: var(--green-bright);
}

.player-dock__autoplay input:not(:checked) ~ svg {
  opacity: 0.45;
}

.player-dock__autoplay:hover {
  color: var(--green-bright);
  transform: translateY(-1px);
}

.player-dock--autoplay-off .player-dock__autoplay {
  opacity: 0.85;
}

.player-dock__platforms {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.65rem 1.15rem;
}

.player-dock__platforms a {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--text-muted);
  text-decoration: none;
  transition: color 0.25s, transform 0.25s var(--ease-out);
}

.player-dock__platforms a[hidden],
.player-dock__platforms a.is-platform-hidden {
  display: none !important;
}

.player-dock__platforms a svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.player-dock__platforms a:hover {
  color: var(--green-bright);
  transform: translateY(-1px);
}

.player-dock__progress {
  height: 3px;
  margin-top: 1.15rem;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  overflow: hidden;
}

.player-dock__progress-fill {
  width: 0%;
  height: 100%;
  background: var(--gradient-acid);
  border-radius: inherit;
  transition: width 0.1s linear;
}

.player-dock--active .player-dock__progress-fill {
  background: linear-gradient(90deg, var(--green), var(--accent));
}

.spotify-embed-hidden,
#audio-player {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  opacity: 0;
  pointer-events: none;
}

.player-dock--active .player-dock__pulse {
  animation: pulse 1.8s ease-out infinite;
}

/* Catalog grid */
.catalog {
  position: relative;
  z-index: 1;
  padding: 2rem clamp(1.5rem, 5vw, 4rem) 6rem;
  border-top: none;
  overflow-x: hidden;
  max-width: 100%;
}

.catalog__head {
  margin-bottom: 2.5rem;
}

.catalog__head h2,
.about__head h2,
.carousel-section__head h2 {
  font-family: var(--font-display);
  font-weight: 700;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  background: var(--gradient-holo);
  background-size: 200% auto;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  animation: holo-shift 8s linear infinite;
}

.catalog__head h2 {
  font-size: clamp(1.85rem, 4.5vw, 2.75rem);
  margin-bottom: 0.35rem;
}

.catalog__head p {
  color: var(--text-muted);
  font-size: 0.95rem;
}

.catalog__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: 1.25rem;
}

.catalog-card {
  display: block;
  transition: transform 0.35s var(--ease-out);
  cursor: pointer;
}

.catalog-card:hover {
  transform: translateY(-4px);
}

.catalog-card:hover .cover__frame img {
  filter: grayscale(0.35) brightness(0.55);
  transform: scale(1.04);
}

.catalog-card:hover .cover__overlay {
  opacity: 1;
}

.catalog-card--active .cover__frame {
  outline: 2px solid var(--green);
  outline-offset: 3px;
  box-shadow:
    0 0 0 1px rgba(255, 61, 138, 0.45),
    0 16px 40px rgba(255, 61, 138, 0.2),
    0 0 30px rgba(30, 215, 96, 0.15);
}

.catalog-card .cover__frame {
  margin-bottom: 0.75rem;
  transition: box-shadow 0.35s var(--ease-out);
}

.catalog-card:hover .cover__frame {
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.5);
}

.catalog-card__info h3 {
  font-size: 0.85rem;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 0.2rem;
}

.catalog-card__info p {
  font-size: 0.75rem;
  color: var(--text-muted);
  line-height: 1.35;
}

/* Artists – Player-Dock-Karten */
.catalog--artists {
  padding-top: 0;
}

.artists-grid {
  --artist-cols: 4;
  --artist-gap: 1rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: var(--artist-gap);
  max-width: var(--stage-width);
  margin: 0 auto;
}

.player-dock.artist-card {
  flex: 0 0 calc((100% - (var(--artist-cols) - 1) * var(--artist-gap)) / var(--artist-cols));
  max-width: calc((100% - (var(--artist-cols) - 1) * var(--artist-gap)) / var(--artist-cols));
  box-sizing: border-box;
  margin: 0;
}

.player-dock.artist-card .player-dock__top {
  display: block;
}

.player-dock.artist-card .player-dock__meta {
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.85rem;
}

.player-dock.artist-card .player-dock__info {
  flex: 1;
  min-width: 0;
  width: 100%;
}

.player-dock.artist-card .player-dock__label {
  justify-content: center;
}

.player-dock.artist-card .player-dock__title {
  font-size: clamp(0.95rem, 2.2vw, 1.15rem);
  white-space: normal;
  overflow: visible;
  text-overflow: unset;
  line-height: 1.25;
  overflow-wrap: break-word;
  text-wrap: balance;
  margin-bottom: 0.35rem;
}

.player-dock.artist-card .player-dock__artist {
  text-align: center;
  -webkit-line-clamp: 3;
}

.player-dock.artist-card .player-dock__thumb {
  width: 72px;
  height: 72px;
  border-radius: 50%;
}

.player-dock.artist-card .player-dock__listen {
  margin-top: 0.85rem;
  padding-top: 0.85rem;
  border-top: 1px solid var(--border);
}

.player-dock.artist-card .player-dock__platforms {
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.55rem 0.85rem;
}

.artist-card__thumb-placeholder {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  font-size: 1.35rem;
  color: var(--text-muted);
  background: rgba(255, 255, 255, 0.04);
}

.artist-card--preview {
  max-width: 100%;
}

.about {
  position: relative;
  z-index: 1;
  padding: clamp(3rem, 6vw, 4.5rem) clamp(1.5rem, 5vw, 4rem) clamp(3.5rem, 8vw, 5.5rem);
  background:
    radial-gradient(ellipse 70% 50% at 15% 20%, rgba(255, 61, 138, 0.06) 0%, transparent 55%),
    radial-gradient(ellipse 60% 45% at 85% 80%, rgba(30, 215, 96, 0.05) 0%, transparent 50%),
    var(--bg-elevated);
  border-top: 1px solid var(--border);
  overflow-x: clip;
  max-width: 100%;
}

.about__head {
  margin-bottom: 2rem;
  text-align: left;
  width: 100%;
}

.about__head h2 {
  font-size: clamp(1.85rem, 4.5vw, 2.75rem);
  margin-bottom: 0.35rem;
}

.about__sub {
  color: var(--text-muted);
  font-size: 0.95rem;
}

.about__stage {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(1.75rem, 3.5vw, 2.75rem);
  align-items: start;
  width: 100%;
  max-width: 100%;
  overflow-x: clip;
}

.about__aside {
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
  min-width: 0;
}

.about__lead {
  font-size: 0.94rem;
  line-height: 1.72;
  color: var(--text-muted);
  margin: 0;
  padding-left: 1.1rem;
  border-left: 3px solid transparent;
  border-image: linear-gradient(180deg, var(--green-bright), var(--holo-lilac), var(--accent)) 1;
}

.about__lead-hl {
  color: var(--text);
  font-weight: 600;
}

.about__photo {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: min(100%, 260px);
}

.about__photo-visual {
  position: absolute;
  inset: -8% -15% -5%;
  pointer-events: none;
  z-index: 0;
}

.about__photo-glow {
  position: absolute;
  inset: 18% 10%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 61, 138, 0.2) 0%, rgba(30, 215, 96, 0.1) 45%, transparent 72%);
  filter: blur(28px);
}

.about__photo-rings {
  position: absolute;
  inset: 0;
  width: 100%;
  height: auto;
  opacity: 0.7;
}

.about__photo-frame {
  position: relative;
  z-index: 1;
  padding: 2px;
  border-radius: 18px;
  background: var(--gradient-acid);
  background-size: 200% 200%;
  animation: holo-shift 10s linear infinite;
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.45);
}

.about__photo-frame img {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 16px;
  background: var(--bg-elevated);
}

.about__photo figcaption {
  position: relative;
  z-index: 1;
  margin-top: 0.9rem;
  text-align: center;
  font-size: 0.78rem;
  color: var(--text-muted);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.about__timeline {
  position: relative;
  min-width: 0;
  padding-left: 2.25rem;
  overflow: visible;
}

.about__timeline::before {
  content: "";
  position: absolute;
  left: 6px;
  top: 8px;
  bottom: 8px;
  width: 2px;
  border-radius: 2px;
  background: linear-gradient(
    180deg,
    rgba(57, 255, 138, 0.5) 0%,
    rgba(196, 181, 253, 0.28) 45%,
    rgba(255, 61, 138, 0.22) 100%
  );
}

.about__chapter {
  position: relative;
  padding-bottom: 1.75rem;
}

.about__chapter:last-child {
  padding-bottom: 0;
}

.about__chapter::before {
  content: "";
  position: absolute;
  left: calc(-2.25rem + 7px);
  top: 0.42rem;
  transform: translateX(-50%);
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 2px solid transparent;
  background:
    linear-gradient(var(--bg-elevated), var(--bg-elevated)) padding-box,
    var(--gradient-acid) border-box;
  box-shadow:
    0 0 0 3px rgba(10, 10, 12, 0.85),
    0 0 16px rgba(57, 255, 138, 0.28),
    0 0 24px rgba(255, 61, 138, 0.15);
}

.about__chapter::after {
  content: "";
  position: absolute;
  left: calc(-2.25rem + 7px);
  top: calc(0.42rem + 7px);
  transform: translate(-50%, -50%);
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.85);
  box-shadow: 0 0 6px rgba(57, 255, 138, 0.5);
}

.about__year {
  display: block;
  font-family: var(--font-display);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--green-bright);
  margin-bottom: 0.35rem;
}

.about__chapter h3 {
  font-family: var(--font-display);
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  line-height: 1.3;
}

.about__chapter p {
  color: var(--text-muted);
  font-size: 0.86rem;
  line-height: 1.65;
}

.about__track {
  color: var(--text);
  font-weight: 500;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Footer */
.footer {
  position: relative;
  z-index: 1;
  padding: 2.5rem clamp(1.5rem, 5vw, 4rem);
  border-top: 1px solid var(--border);
  text-align: center;
}

.footer__links {
  margin-bottom: 1.5rem;
}

.footer__link-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1rem 1.5rem;
}

.footer__link-row a {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--text-muted);
  text-decoration: none;
  transition: color 0.25s, transform 0.25s var(--ease-out);
}

.footer__link-row a svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

.footer__link-row a:hover {
  color: var(--green-bright);
  transform: translateY(-1px);
}

.footer__link-more {
  display: none;
}

.footer__link-row.is-expanded .footer__link-more {
  display: contents;
}

.footer__more {
  font: inherit;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text-muted);
  background: none;
  border: none;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.22);
  cursor: pointer;
  padding: 0 0 0.1rem;
  opacity: 0.85;
  transition: color 0.25s, border-color 0.25s, opacity 0.25s;
}

.footer__more:hover {
  color: var(--green-bright);
  border-color: rgba(57, 255, 138, 0.45);
  opacity: 1;
}

.footer p,
.footer__legal p {
  font-size: 0.8rem;
  color: var(--text-muted);
  letter-spacing: 0.04em;
}

.footer__legal {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.45rem;
}

.footer__legal-nav a,
.footer__legal-nav button {
  font-size: 0.72rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--text-muted);
  text-decoration: none;
  transition: color 0.25s var(--ease-out);
}

.footer__legal-nav button {
  border: none;
  background: none;
  padding: 0;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  cursor: pointer;
}

.footer__legal-nav a:hover,
.footer__legal-nav a[aria-current="page"],
.footer__legal-nav button:hover {
  color: var(--green-bright);
}

.footer__legal-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.5rem 0.65rem;
  margin-bottom: 0.35rem;
}

.footer__legal-nav span {
  color: rgba(255, 255, 255, 0.2);
  font-size: 0.75rem;
}

/* Subpages: 404, Impressum, Datenschutz */
.subpage .header__nav--static {
  display: flex;
}

.subpage__main {
  position: relative;
  z-index: 1;
  min-height: calc(100vh - 8rem);
  min-height: calc(100dvh - 8rem);
  padding: 6.5rem clamp(1.5rem, 5vw, 4rem) 3rem;
}

.legal {
  max-width: 42rem;
  margin: 0 auto;
}

.legal__title {
  font-family: var(--font-display);
  font-size: clamp(1.85rem, 4.5vw, 2.75rem);
  margin-bottom: 0.35rem;
}

.legal__updated {
  color: var(--text-muted);
  font-size: 0.9rem;
  margin-bottom: 2rem;
}

.legal__block {
  margin-bottom: 1.75rem;
}

.legal__block h2 {
  font-family: var(--font-display);
  font-size: 0.95rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 0.65rem;
  color: var(--text);
}

.legal__block p,
.legal__block li {
  color: var(--text-muted);
  font-size: 0.95rem;
  line-height: 1.65;
}

.legal__block ul {
  margin: 0.75rem 0 0 1.25rem;
}

.legal__block li + li {
  margin-top: 0.45rem;
}

.legal__block a {
  color: var(--green-bright);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.legal__block code {
  font-size: 0.85em;
  color: var(--holo-lilac);
}

.legal__block--note {
  padding: 1rem 1.15rem;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.02);
}

.legal__back {
  margin-top: 2.5rem;
}

.legal__back a {
  color: var(--text-muted);
  font-size: 0.85rem;
  letter-spacing: 0.04em;
  transition: color 0.25s;
}

.legal__back a:hover {
  color: var(--green-bright);
}

.error-page {
  max-width: 36rem;
  margin: 0 auto;
  text-align: center;
  padding: 2rem 0 4rem;
}

.error-page__cube {
  display: flex;
  justify-content: center;
  margin-bottom: 1.5rem;
  perspective: 600px;
}

.error-page__cube .scroll-scene__cube {
  animation: error-cube-spin 12s linear infinite;
}

@keyframes error-cube-spin {
  from { transform: rotateX(-18deg) rotateY(0deg); }
  to   { transform: rotateX(-18deg) rotateY(360deg); }
}

.error-page__code {
  font-family: var(--font-display);
  font-size: clamp(4rem, 18vw, 7rem);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.error-page__title {
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 4vw, 1.85rem);
  margin-bottom: 0.85rem;
}

.error-page__text {
  color: var(--text-muted);
  margin-bottom: 2rem;
  line-height: 1.6;
}

.error-page__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.85rem;
}

.hero__cta--ghost {
  border-color: rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.03);
}

.hero__cta--ghost:hover {
  border-color: rgba(57, 255, 138, 0.45);
}

.back-top {
  position: fixed;
  right: 1.25rem;
  bottom: max(1.25rem, env(safe-area-inset-bottom));
  z-index: 150;
  width: 42px;
  height: 42px;
  padding: 0;
  display: grid;
  place-items: center;
  border: 1px solid var(--border);
  border-radius: 6px;
  background: rgba(14, 14, 18, 0.92);
  backdrop-filter: blur(10px);
  color: var(--text-muted);
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transform: translateY(6px);
  transition: opacity 0.25s var(--ease-out), transform 0.25s var(--ease-out), color 0.2s, border-color 0.2s, background 0.2s, visibility 0.25s;
}

.back-top__icon {
  width: 18px;
  height: 18px;
  animation: back-top-float 1.6s ease-in-out infinite;
}

@keyframes back-top-float {
  0%, 100% { transform: translateY(2px); opacity: 0.65; }
  50%      { transform: translateY(-3px); opacity: 1; }
}

.back-top.is-visible .back-top__icon {
  animation: back-top-float 1.6s ease-in-out infinite;
}

.back-top.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
  visibility: visible;
}

body.has-cookie-bar .back-top {
  bottom: max(5rem, calc(4.25rem + env(safe-area-inset-bottom)));
}

.back-top:hover {
  color: var(--text);
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.06);
}

.back-top:hover .back-top__icon {
  animation: back-top-float 0.9s ease-in-out infinite;
}

.cookie-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 200;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem 1.5rem;
  padding: 0.85rem 1.5rem;
  padding-bottom: max(0.85rem, env(safe-area-inset-bottom));
  background: rgba(14, 14, 18, 0.97);
  border-top: 1px solid var(--border);
  backdrop-filter: blur(10px);
}

body.has-cookie-bar {
  padding-bottom: max(4.5rem, calc(3.5rem + env(safe-area-inset-bottom)));
}

.cookie-bar[hidden] {
  display: none;
}

.cookie-bar p {
  margin: 0;
  font-size: 0.82rem;
  line-height: 1.45;
  color: var(--text-muted);
  max-width: 42rem;
}

.cookie-bar strong {
  color: var(--text);
  font-weight: 600;
}

.cookie-bar__btn {
  flex-shrink: 0;
  padding: 0.5rem 1.1rem;
  border: 1px solid var(--border);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.04);
  font-family: var(--font-body);
  font-size: 0.78rem;
  font-weight: 500;
  color: var(--text);
  cursor: pointer;
  transition: background 0.2s, border-color 0.2s;
}

.cookie-bar__btn:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.2);
}

/* Responsive – Tablet */
@media (max-width: 900px) {
  .about__stage {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .about__photo {
    max-width: min(100%, 240px);
  }

  .carousel-section__head {
    margin-bottom: 1.5rem;
  }

  .artists-grid {
    --artist-cols: 2;
  }
}

/* Responsive – Mobile + Querformat auf Handys */
@media (max-width: 768px), ((max-height: 520px) and (orientation: landscape)) {
  .header {
    padding: 1rem 1.25rem;
  }

  .header__logo {
    font-size: 1.1rem;
    max-width: calc(100% - 140px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .header__end {
    gap: 0.65rem;
  }

  .lang-switch {
    min-width: 5rem;
  }

  .lang-switch__btn {
    min-width: 2.15rem;
    padding: 0.36rem 0.4rem;
    font-size: 0.64rem;
  }

  .header__menu-btn {
    display: flex;
  }

  .header__nav {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 201;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    width: min(280px, 85vw);
    height: 100dvh;
    padding: 5rem 1.75rem 2rem;
    background: var(--bg-elevated);
    border-left: 1px solid var(--border);
    transform: translateX(100%);
    transition: transform 0.35s var(--ease-out);
    visibility: hidden;
  }

  .header__nav.is-open {
    transform: translateX(0);
    visibility: visible;
  }

  .header__nav a {
    width: 100%;
    padding: 1rem 0;
    font-size: 0.9rem;
    border-bottom: 1px solid var(--border);
  }

  .header__nav a:last-child {
    border-bottom: none;
  }

  .subpage .header__nav--static {
    position: static;
    transform: none;
    visibility: visible;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
    width: auto;
    max-width: calc(100% - 120px);
    height: auto;
    padding: 0;
    background: transparent;
    border: none;
    gap: 0.5rem 0.75rem;
  }

  .subpage .header__nav--static a {
    width: auto;
    padding: 0;
    font-size: 0.62rem;
    border-bottom: none;
  }

  .hero {
    min-height: auto;
    padding: 5.5rem 1rem 3rem;
  }

  .hero__backdrop {
    opacity: 0.85;
  }

  .hero__banner {
    width: min(100%, 420px);
    max-width: 420px;
    opacity: 0.38;
    height: clamp(90px, 24vw, 140px);
  }

  .hero__banner-glow {
    inset: -10%;
    filter: blur(28px);
  }

  body {
    background:
      radial-gradient(ellipse 90% 55% at 15% 8%, rgba(255, 61, 138, 0.14) 0%, transparent 55%),
      radial-gradient(ellipse 85% 50% at 88% 75%, rgba(30, 215, 96, 0.1) 0%, transparent 55%),
      radial-gradient(ellipse 60% 40% at 50% 45%, rgba(196, 181, 253, 0.06) 0%, transparent 60%),
      var(--bg);
  }

  .grain {
    opacity: 0.18;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='1.4' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.55'/%3E%3C/svg%3E");
    background-size: 180px 180px;
  }

  .glow {
    display: block;
    width: 85vw;
    height: 45vh;
    filter: blur(65px);
  }

  .glow-wrap--left {
    top: 0;
    left: -35%;
  }

  .glow-wrap--right {
    bottom: 15%;
    right: -35%;
  }

  .glow--left {
    background: radial-gradient(circle, rgba(255, 61, 138, 0.28) 0%, transparent 68%);
  }

  .glow--right {
    background: radial-gradient(circle, rgba(30, 215, 96, 0.22) 0%, transparent 68%);
  }

  .hero__content {
    width: 100%;
    max-width: 100%;
    padding: 1rem 0.25rem;
  }

  .hero__tag {
    letter-spacing: 0.16em;
    font-size: 0.65rem;
    line-height: 1.6;
    max-width: 20rem;
  }

  .hero__title-main {
    font-size: clamp(1.35rem, 10.5vw, 2.35rem);
    white-space: nowrap;
    word-break: normal;
    max-width: 100%;
  }

  .hero__title-sub {
    letter-spacing: 0.12em;
    font-size: clamp(0.8rem, 3.5vw, 1rem);
    line-height: 1.4;
  }

  .hero__sub {
    font-size: 0.92rem;
    max-width: 100%;
    padding: 0 0.25rem;
  }

  .hero__actions {
    width: 100%;
    max-width: 20rem;
    flex-direction: column;
  }

  .hero__cta {
    width: 100%;
    justify-content: center;
    padding: 0.85rem 1.25rem;
    font-size: 0.8rem;
  }

  .carousel-section {
    padding: 2rem 1rem 3rem;
  }

  .carousel-section__head {
    text-align: left;
    margin-bottom: 1.5rem;
  }

  .release-stage {
    --cover-size: clamp(170px, 40vw, 240px);
    --carousel-view: min(calc(100vw - 2rem), calc(var(--cover-size) * 3));
    --stage-width: min(100%, var(--carousel-view));
    gap: 1.25rem;
  }

  .scroll-scene__layer--cube,
  .scroll-scene__layer--bar,
  .scroll-scene__layer--rings-sm {
    display: none;
  }

  .player-dock {
    padding: 1rem;
  }

  .player-dock__top {
    flex-direction: row;
    align-items: center;
    gap: 0.75rem;
  }

  .player-dock__thumb {
    width: 64px;
    height: 64px;
  }

  .player-dock__title {
    font-size: clamp(0.95rem, 4vw, 1.25rem);
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .player-dock__artist {
    font-size: 0.78rem;
    -webkit-line-clamp: 2;
  }

  .player-dock__play {
    width: 48px;
    height: 48px;
  }

  .catalog {
    padding: 2rem 1rem 4rem;
  }

  .catalog__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.85rem;
  }

  .artists-grid {
    --artist-cols: 1;
    --artist-gap: 0.85rem;
  }

  .catalog-card__info h3 {
    font-size: 0.78rem;
  }

  .catalog-card__info p {
    font-size: 0.68rem;
  }

  .about {
    padding: 3rem 1rem;
  }

  .footer {
    padding: 2rem 1rem;
  }

  .footer__link-row {
    gap: 0.75rem 1rem;
  }

  .footer__link-row a {
    font-size: 0.72rem;
  }

  .cookie-bar {
    flex-direction: column;
    align-items: stretch;
    text-align: center;
    padding: 1rem;
    padding-bottom: max(1rem, env(safe-area-inset-bottom));
  }

  .cookie-bar p {
    font-size: 0.78rem;
  }

  .cookie-bar__btn {
    width: 100%;
  }
}

/* Handy Hochformat – nur Wischen, keine Pfeile */
@media (max-width: 768px) and (orientation: portrait) {
  .carousel-stage {
    padding: 0;
  }

  .carousel-btn {
    display: none;
  }

  .carousel-nav {
    padding: 0;
  }

  .carousel-hint-desktop {
    display: none;
  }

  .carousel-hint-mobile {
    display: inline;
  }

  .cover--far-left,
  .cover--far-right {
    display: none;
  }
}

/* Querformat – kompakteres Layout, Karussell über Player, Pfeile sichtbar */
@media (max-height: 520px) and (orientation: landscape) {
  .hero {
    min-height: auto;
    padding: max(3.5rem, calc(2.5rem + env(safe-area-inset-top))) 1rem 0.75rem;
  }

  .hero__backdrop {
    display: none;
  }

  .hero__content {
    padding: 0.5rem 0.25rem;
  }

  .hero__title-main {
    font-size: clamp(1.15rem, 9vw, 1.65rem);
    white-space: nowrap;
  }

  .hero__title-sub {
    font-size: 0.7rem;
    letter-spacing: 0.08em;
  }

  .hero__sub {
    margin-bottom: 0.65rem;
    font-size: 0.8rem;
  }

  .hero__stars {
    display: none;
  }

  .hero__actions {
    flex-direction: row;
    flex-wrap: wrap;
    max-width: none;
    gap: 0.5rem;
  }

  .hero__cta {
    width: auto;
    padding: 0.55rem 0.95rem;
    font-size: 0.68rem;
  }

  .carousel-section {
    padding: 0.75rem 1rem 1rem;
  }

  .carousel-section__head {
    margin-bottom: 0.65rem;
    text-align: left;
    width: 100%;
  }

  .carousel-section__head h2 {
    font-size: clamp(1.35rem, 4.5vw, 1.75rem);
  }

  .carousel-section__sub {
    font-size: 0.82rem;
  }

  .release-stage {
    --cover-size: clamp(120px, 44vh, 168px);
    --carousel-view: min(calc(100vw - 6rem), calc(var(--cover-size) * 2.85));
    --stage-width: min(100%, calc(var(--carousel-view) + 5rem));
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
    width: 100%;
  }

  .carousel-block {
    width: var(--stage-width);
    max-width: 100%;
    gap: 0.5rem;
  }

  .carousel-stage {
    padding: 0 2.35rem;
  }

  .carousel-btn {
    display: grid;
    width: 36px;
    height: 36px;
  }

  .carousel-btn svg {
    width: 17px;
    height: 17px;
  }

  .carousel-nav {
    padding: 0 2.35rem;
    gap: 0.5rem;
    width: 100%;
    box-sizing: border-box;
  }

  .carousel-hint-desktop {
    display: inline;
  }

  .carousel-hint-mobile {
    display: none;
  }

  .carousel-counter {
    font-size: 0.78rem;
  }

  .carousel-progress {
    height: 2px;
  }

  .player-dock {
    width: 100%;
    max-width: var(--stage-width);
    margin: 0 auto;
    padding: 0.75rem 1rem;
    align-self: stretch;
  }

  .player-dock__top {
    gap: 0.75rem;
  }

  .player-dock__thumb {
    width: 56px;
    height: 56px;
  }

  .player-dock__title {
    font-size: clamp(0.88rem, 2.8vw, 1.05rem);
    -webkit-line-clamp: 2;
  }

  .player-dock__artist {
    font-size: 0.72rem;
    -webkit-line-clamp: 1;
  }

  .player-dock__play {
    width: 44px;
    height: 44px;
  }

  .player-dock__progress {
    margin-top: 0.5rem;
  }

  .back-top {
    right: max(0.75rem, env(safe-area-inset-right));
    bottom: max(0.75rem, env(safe-area-inset-bottom));
    width: 38px;
    height: 38px;
  }

  body.has-cookie-bar .back-top {
    bottom: max(4.25rem, calc(3.5rem + env(safe-area-inset-bottom)));
  }

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

  .artists-grid {
    --artist-cols: 4;
  }

  .about__photo {
    max-width: 200px;
  }

  .about__chapter p {
    font-size: 0.82rem;
    line-height: 1.6;
  }

  .cookie-bar {
    flex-direction: row;
    align-items: center;
    text-align: left;
    padding: 0.55rem 0.85rem;
  }

  .cookie-bar__btn {
    width: auto;
  }
}

@media (max-width: 380px) {
  .header__logo {
    font-size: 0.95rem;
  }

  .hero__title-main {
    font-size: clamp(1.1rem, 9.2vw, 1.5rem);
  }

  .carousel-counter {
    font-size: 0.88rem;
  }
}

/* Chrome/Edge: Blur wie Firefox, keine 3D-Scroll-Animation */
html.bg-static {
  scroll-behavior: smooth;
}

html.bg-static body {
  background: var(--bg);
}

html.bg-static .scroll-scene {
  display: none !important;
}

html.bg-static .grain {
  opacity: 0.22;
}

html.bg-static .glow {
  width: min(60vw, 780px);
  height: min(60vw, 780px);
  filter: blur(72px);
}

html.bg-static .glow-wrap--left {
  top: -18%;
  left: -22%;
}

html.bg-static .glow-wrap--right {
  bottom: 8%;
  right: -28%;
}

html.bg-static .page-bg {
  transform: translateZ(0);
}

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

  html:not(.bg-static) .scroll-scene {
    display: none;
  }

  .scroll-scene__bar-inner--holo,
  .scroll-scene__star,
  .hero__stars span {
    animation: none;
  }
}

@media (forced-colors: active) {
  .text-holo,
  .catalog__head h2,
  .carousel-section__head h2 {
    background: none;
    -webkit-text-fill-color: CanvasText;
    color: CanvasText;
    animation: none;
  }
}
