/* =========================================
   V7.7 ARTIFACT LIGHT CHAMBER — OVERRIDES
   Datei: /assets/css/technorevival-v7.css
   Fokus: Lichtkammer, Exponat-Tiefe, mehr Bühne
   keine Layoutsprengung
========================================= */

:root {
  --artifact-pink: rgba(255, 43, 207, 0.14);
  --artifact-cyan: rgba(22, 200, 255, 0.12);
  --artifact-white: rgba(255, 255, 255, 0.06);
  --artifact-gold: rgba(255, 212, 120, 0.14);
}

/* ---------- turntable becomes a light chamber ---------- */

.turntable {
  isolation: isolate;
  background:
    radial-gradient(circle at 50% 8%, rgba(255,255,255,0.035), transparent 0 22%),
    radial-gradient(circle at 22% 28%, var(--artifact-pink), transparent 0 24%),
    radial-gradient(circle at 78% 74%, var(--artifact-cyan), transparent 0 24%),
    radial-gradient(circle at 50% 50%, rgba(255,255,255,0.018), transparent 0 52%),
    linear-gradient(180deg, rgba(7,7,11,0.96), rgba(2,2,5,0.99));
  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,0.02),
    inset 0 0 90px rgba(22,200,255,0.04),
    inset 0 0 90px rgba(255,43,207,0.05),
    inset 0 24px 44px rgba(255,255,255,0.012),
    0 20px 46px rgba(0,0,0,0.18),
    0 0 30px rgba(255,43,207,0.03),
    0 0 34px rgba(22,200,255,0.025);
}

.turntable::before {
  height: 5px;
  opacity: 0.98;
  background-size: 180% 100%;
  box-shadow:
    0 0 14px rgba(255,43,207,0.14),
    0 0 18px rgba(22,200,255,0.1),
    0 0 26px rgba(255,255,255,0.03);
}

.turntable::after {
  box-shadow:
    inset 0 0 0 1px rgba(255,43,207,0.05),
    inset 0 0 0 2px rgba(22,200,255,0.02),
    inset 0 0 44px rgba(0,0,0,0.28),
    inset 0 0 78px rgba(255,255,255,0.012);
}

/* ---------- new artifact sheen layer ---------- */

.artifact-sheen-layer {
  position: absolute;
  inset: 22px;
  border-radius: 22px;
  pointer-events: none;
  z-index: 1;
  overflow: hidden;
  mix-blend-mode: screen;
  opacity: 0.9;
}

.artifact-sheen-layer::before,
.artifact-sheen-layer::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.artifact-sheen-layer::before {
  background:
    radial-gradient(circle at 50% 18%, rgba(255,255,255,0.08), transparent 0 26%),
    radial-gradient(circle at 28% 32%, rgba(255,43,207,0.06), transparent 0 20%),
    radial-gradient(circle at 72% 62%, rgba(22,200,255,0.05), transparent 0 22%);
  filter: blur(14px);
  opacity: 0.9;
}

.artifact-sheen-layer::after {
  background:
    linear-gradient(
      115deg,
      transparent 0%,
      rgba(255,255,255,0.055) 18%,
      transparent 34%,
      rgba(255,43,207,0.04) 52%,
      transparent 68%,
      rgba(22,200,255,0.045) 84%,
      transparent 100%
    );
  transform: translateX(-120%);
  opacity: 0.95;
  animation: artifactSweep 8.8s ease-in-out infinite;
}

/* ---------- vinyl gets more exhibit presence ---------- */

.vinyl {
  z-index: 2;
  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,0.045),
    inset 0 0 56px rgba(255,255,255,0.03),
    inset 0 -22px 40px rgba(0,0,0,0.2),
    0 0 38px rgba(255,43,207,0.26),
    0 0 44px rgba(22,200,255,0.22),
    0 0 32px rgba(255,255,255,0.02),
    0 34px 78px rgba(0,0,0,0.56);
}

.vinyl::before {
  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,0.018),
    0 0 0 1px rgba(255,255,255,0.01),
    0 0 20px rgba(255,43,207,0.02);
}

.vinyl-glow {
  inset: -22px;
  filter: blur(20px);
  opacity: 0.98;
}

.vinyl-sheen {
  opacity: 0.76;
  filter: blur(11px);
}

.vinyl-label {
  box-shadow:
    0 0 16px rgba(22,200,255,0.14),
    0 0 24px rgba(255,43,207,0.05),
    inset 0 0 22px rgba(255,255,255,0.05),
    inset 0 0 22px rgba(255,43,207,0.06),
    inset 0 0 28px rgba(22,200,255,0.05);
}

.vinyl-tag {
  z-index: 3;
  background:
    linear-gradient(180deg, rgba(10,10,14,0.96), rgba(5,5,8,0.9));
  box-shadow:
    0 0 18px rgba(22,200,255,0.08),
    0 0 26px rgba(255,255,255,0.015),
    inset 0 1px 0 rgba(255,255,255,0.04);
}

/* ---------- title side gets a more curated frame ---------- */

.player-side > div:first-of-type {
  position: relative;
}

.player-side > div:first-of-type::after {
  content: "CURATED SIGNAL OBJECT";
  display: block;
  margin-top: 12px;
  color: rgba(255,255,255,0.28);
  font-size: 0.56rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.signature-chip {
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.04),
    0 0 18px rgba(255,43,207,0.06),
    0 0 24px rgba(22,200,255,0.03),
    0 8px 18px rgba(0,0,0,0.08);
}

.signature-chip-mark {
  box-shadow:
    0 0 12px rgba(255,43,207,0.14),
    0 0 12px rgba(22,200,255,0.1),
    0 0 22px rgba(255,255,255,0.03);
}

/* ---------- readout and card surfaces ---------- */

.glass-box {
  background:
    radial-gradient(circle at 14% 14%, rgba(255,255,255,0.02), transparent 0 22%),
    radial-gradient(circle at 86% 84%, rgba(22,200,255,0.02), transparent 0 22%),
    linear-gradient(180deg, rgba(8,8,12,0.82), rgba(4,4,8,0.97));
  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,0.015),
    inset 0 10px 24px rgba(255,255,255,0.012),
    inset 0 -14px 24px rgba(0,0,0,0.08),
    0 10px 26px rgba(0,0,0,0.08),
    0 0 18px rgba(255,255,255,0.008);
}

.track-title {
  text-shadow:
    0 0 12px rgba(255,255,255,0.03),
    0 0 18px rgba(255,43,207,0.025),
    0 0 18px rgba(22,200,255,0.02);
}

.progress-shell {
  overflow: hidden;
}

.progress-shell::before {
  opacity: 0.32;
}

.progress-shell::after {
  opacity: 0.52;
}

.progress-bar {
  box-shadow:
    0 0 18px rgba(255,43,207,0.26),
    0 0 18px rgba(22,200,255,0.18),
    0 0 38px rgba(22,200,255,0.08);
}

.vu-dot.active {
  box-shadow:
    0 0 12px rgba(216,255,47,0.6),
    0 0 22px rgba(216,255,47,0.18),
    0 0 34px rgba(216,255,47,0.06);
}

/* ---------- lower bank refinement ---------- */

.player-bottom::before {
  content: "CURATED SELECTION / MKR SYSTEM / LIGHT CHAMBER";
}

.track-list button {
  background:
    radial-gradient(circle at 16% 16%, rgba(255,255,255,0.02), transparent 0 24%),
    linear-gradient(180deg, rgba(8,8,12,0.88), rgba(4,4,8,0.99));
  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,0.012),
    inset 0 0 28px rgba(255,255,255,0.01),
    0 12px 24px rgba(0,0,0,0.08);
}

.track-list button:hover {
  box-shadow:
    0 16px 30px rgba(0,0,0,0.16),
    0 0 20px rgba(255,255,255,0.02),
    inset 0 0 0 1px rgba(255,255,255,0.02);
}

.track-list button.active {
  box-shadow:
    0 0 28px rgba(216,255,47,0.18),
    0 0 46px rgba(216,255,47,0.06),
    0 0 40px rgba(22,200,255,0.03),
    inset 0 0 0 1px rgba(216,255,47,0.12);
}

/* ---------- right panel gets calmer gallery glow ---------- */

.signal-shell {
  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,0.022),
    inset 0 0 58px rgba(255,43,207,0.03),
    inset 0 0 62px rgba(22,200,255,0.028),
    0 0 20px rgba(255,255,255,0.008);
}

.signal-quote span {
  filter:
    drop-shadow(0 0 8px rgba(255,43,207,0.05))
    drop-shadow(0 0 16px rgba(22,200,255,0.03));
}

.signal-meta {
  background-image:
    repeating-linear-gradient(
      180deg,
      rgba(255,255,255,0.012) 0 1px,
      transparent 1px 4px
    );
}

.mkr-mark {
  filter:
    drop-shadow(0 0 14px rgba(255,43,207,0.16))
    drop-shadow(0 0 14px rgba(22,200,255,0.14))
    drop-shadow(0 0 24px rgba(255,255,255,0.02));
}

.wave-wrap svg {
  filter:
    drop-shadow(0 0 8px rgba(255,43,207,0.06))
    drop-shadow(0 0 8px rgba(22,200,255,0.05));
}

.culture-row {
  background:
    linear-gradient(90deg, rgba(255,255,255,0.01), transparent 40%, transparent 60%, rgba(255,255,255,0.01));
}

.globe {
  box-shadow:
    0 0 18px rgba(22,200,255,0.16),
    0 0 28px rgba(22,200,255,0.06),
    0 0 42px rgba(22,200,255,0.03);
}

.headphones-stage {
  background:
    radial-gradient(circle at 50% 76%, rgba(255,255,255,0.012), transparent 0 34%);
}

.headphones-floor-glow {
  box-shadow:
    0 0 24px rgba(255,43,207,0.08),
    0 0 30px rgba(22,200,255,0.06),
    0 0 44px rgba(255,255,255,0.02);
}

.ready-title {
  text-shadow:
    0 0 10px rgba(216,255,47,0.18),
    0 0 18px rgba(216,255,47,0.05),
    0 0 28px rgba(216,255,47,0.04);
}

/* ---------- motion ---------- */

.turntable::before {
  animation:
    topBarSweep 6.5s ease-in-out infinite,
    artifactTopBarGlow 7.4s ease-in-out infinite;
}

.artifact-sheen-layer::before {
  animation: artifactBreath 7.2s ease-in-out infinite;
}

.vinyl-label {
  animation:
    museumLabelPulse 5.4s ease-in-out infinite,
    artifactLabelHalo 6.2s ease-in-out infinite;
}

.signature-chip,
.track-list button,
.glass-box {
  animation: artifactObjectBreath 8.4s ease-in-out infinite;
}

.track-list button:nth-child(2) {
  animation-delay: 0.5s;
}

.track-list button:nth-child(3) {
  animation-delay: 1s;
}

.globe,
.headphones-floor-glow,
.ready-title {
  animation-duration: 5.2s;
}

@keyframes artifactSweep {
  0%, 100% {
    transform: translateX(-120%);
    opacity: 0;
  }
  16% {
    opacity: 0.82;
  }
  46% {
    transform: translateX(120%);
    opacity: 0.72;
  }
  100% {
    transform: translateX(120%);
    opacity: 0;
  }
}

@keyframes artifactBreath {
  0%, 100% {
    opacity: 0.9;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.015);
  }
}

@keyframes artifactTopBarGlow {
  0%, 100% {
    box-shadow:
      0 0 14px rgba(255,43,207,0.14),
      0 0 18px rgba(22,200,255,0.1),
      0 0 26px rgba(255,255,255,0.03);
  }
  50% {
    box-shadow:
      0 0 18px rgba(255,43,207,0.18),
      0 0 24px rgba(22,200,255,0.14),
      0 0 34px rgba(255,255,255,0.05);
  }
}

@keyframes artifactLabelHalo {
  0%, 100% {
    filter: brightness(1) saturate(1);
  }
  50% {
    filter: brightness(1.06) saturate(1.08);
  }
}

@keyframes artifactObjectBreath {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-1px);
  }
}

/* ---------- responsive ---------- */

@media (max-width: 980px) {
  .player-side > div:first-of-type::after {
    letter-spacing: 0.16em;
  }

  .artifact-sheen-layer {
    inset: 18px;
  }
}

@media (max-width: 640px) {
  .artifact-sheen-layer {
    inset: 16px;
  }

  .player-side > div:first-of-type::after,
  .player-bottom::before {
    letter-spacing: 0.14em;
  }
}

/* ---------- reduced motion ---------- */

@media (prefers-reduced-motion: reduce) {
  .artifact-sheen-layer::before,
  .artifact-sheen-layer::after,
  .turntable::before,
  .vinyl-label,
  .signature-chip,
  .track-list button,
  .glass-box {
    animation: none !important;
  }
}
/* =========================================
   V7.8 BROADCAST GALLERY DEPTH — OVERRIDES
   Datei: /assets/css/technorevival-v7.css
   Fokus: mehr Raumtiefe, kuratierte Broadcast-Gallery,
   stärkere Exponat-Präsenz ohne Layoutbruch
========================================= */

/* ---------- master depth layers ---------- */

.player-panel,
.signal-panel,
.signal-shell,
.turntable,
.track-list button,
.glass-box,
.headphones-stage {
  position: relative;
}

.player-panel::after {
  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,0.03),
    inset 0 0 80px rgba(0,0,0,0.16),
    inset 0 -40px 80px rgba(0,0,0,0.12);
}

.signal-panel::after {
  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,0.03),
    inset 0 0 80px rgba(0,0,0,0.16),
    inset 0 -40px 80px rgba(0,0,0,0.14);
}

/* ---------- gallery air / spatial presence ---------- */

.player-panel::before {
  background:
    linear-gradient(180deg, rgba(255,255,255,0.055), transparent 20% 80%, rgba(255,255,255,0.02)),
    radial-gradient(circle at 12% 10%, rgba(255,43,207,0.085), transparent 0 24%),
    radial-gradient(circle at 88% 12%, rgba(22,200,255,0.065), transparent 0 20%),
    radial-gradient(circle at 50% 100%, rgba(255,255,255,0.018), transparent 0 34%),
    repeating-linear-gradient(
      180deg,
      rgba(255,255,255,0.006) 0 1px,
      transparent 1px 4px
    );
}

.signal-shell {
  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,0.022),
    inset 0 0 58px rgba(255,43,207,0.03),
    inset 0 0 62px rgba(22,200,255,0.028),
    inset 0 -30px 60px rgba(0,0,0,0.08),
    0 0 24px rgba(255,255,255,0.008);
}

.signal-shell::before {
  background:
    linear-gradient(90deg, rgba(255,43,207,0.07), transparent 16%, transparent 84%, rgba(22,200,255,0.07)),
    linear-gradient(180deg, rgba(255,255,255,0.018), transparent 18%),
    radial-gradient(circle at 50% 0%, rgba(255,255,255,0.012), transparent 0 28%),
    repeating-linear-gradient(
      180deg,
      rgba(255,255,255,0.008) 0 1px,
      transparent 1px 4px
    );
}

/* ---------- turntable becomes centerpiece object ---------- */

.turntable {
  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,0.02),
    inset 0 0 100px rgba(22,200,255,0.04),
    inset 0 0 100px rgba(255,43,207,0.05),
    inset 0 24px 44px rgba(255,255,255,0.012),
    inset 0 -34px 50px rgba(0,0,0,0.14),
    0 20px 46px rgba(0,0,0,0.18),
    0 0 30px rgba(255,43,207,0.03),
    0 0 34px rgba(22,200,255,0.025);
}

.turntable::after {
  box-shadow:
    inset 0 0 0 1px rgba(255,43,207,0.05),
    inset 0 0 0 2px rgba(22,200,255,0.02),
    inset 0 0 44px rgba(0,0,0,0.28),
    inset 0 0 78px rgba(255,255,255,0.012),
    inset 0 -26px 42px rgba(0,0,0,0.16);
}

.turntable::before {
  box-shadow:
    0 0 14px rgba(255,43,207,0.14),
    0 0 18px rgba(22,200,255,0.1),
    0 0 26px rgba(255,255,255,0.03),
    0 0 40px rgba(22,200,255,0.025);
}

/* ---------- artifact sheen refinement ---------- */

.artifact-sheen-layer {
  opacity: 0.96;
}

.artifact-sheen-layer::before {
  background:
    radial-gradient(circle at 50% 16%, rgba(255,255,255,0.09), transparent 0 24%),
    radial-gradient(circle at 26% 34%, rgba(255,43,207,0.07), transparent 0 18%),
    radial-gradient(circle at 74% 62%, rgba(22,200,255,0.06), transparent 0 20%);
  filter: blur(16px);
}

.artifact-sheen-layer::after {
  background:
    linear-gradient(
      115deg,
      transparent 0%,
      rgba(255,255,255,0.06) 16%,
      transparent 30%,
      rgba(255,43,207,0.042) 48%,
      transparent 64%,
      rgba(22,200,255,0.048) 82%,
      transparent 100%
    );
}

/* ---------- vinyl as gallery object ---------- */

.vinyl {
  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,0.045),
    inset 0 0 56px rgba(255,255,255,0.03),
    inset 0 -22px 40px rgba(0,0,0,0.2),
    0 0 38px rgba(255,43,207,0.26),
    0 0 44px rgba(22,200,255,0.22),
    0 0 34px rgba(255,255,255,0.025),
    0 36px 82px rgba(0,0,0,0.58);
}

.vinyl.is-playing {
  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,0.045),
    inset 0 0 56px rgba(255,255,255,0.03),
    inset 0 -22px 40px rgba(0,0,0,0.2),
    0 0 42px rgba(255,43,207,0.3),
    0 0 50px rgba(22,200,255,0.26),
    0 0 42px rgba(255,255,255,0.03),
    0 38px 88px rgba(0,0,0,0.6);
}

.vinyl-label {
  box-shadow:
    0 0 16px rgba(22,200,255,0.14),
    0 0 28px rgba(255,43,207,0.06),
    inset 0 0 22px rgba(255,255,255,0.05),
    inset 0 0 22px rgba(255,43,207,0.06),
    inset 0 0 28px rgba(22,200,255,0.05);
}

.vinyl-tag {
  background:
    linear-gradient(180deg, rgba(10,10,14,0.97), rgba(5,5,8,0.92));
  box-shadow:
    0 0 18px rgba(22,200,255,0.08),
    0 0 28px rgba(255,255,255,0.015),
    inset 0 1px 0 rgba(255,255,255,0.04);
}

/* ---------- curated title / object label ---------- */

.player-side > div:first-of-type::after {
  content: "CURATED SIGNAL OBJECT / GALLERY DEPTH";
  color: rgba(255,255,255,0.3);
}

.signature-chip {
  background:
    linear-gradient(180deg, rgba(10,10,14,0.9), rgba(6,6,10,0.84));
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.04),
    0 0 18px rgba(255,43,207,0.06),
    0 0 24px rgba(22,200,255,0.03),
    0 10px 22px rgba(0,0,0,0.09);
}

/* ---------- card objects gain wall-depth ---------- */

.glass-box {
  background:
    radial-gradient(circle at 14% 14%, rgba(255,255,255,0.02), transparent 0 22%),
    radial-gradient(circle at 86% 84%, rgba(22,200,255,0.02), transparent 0 22%),
    linear-gradient(180deg, rgba(8,8,12,0.84), rgba(4,4,8,0.975));
  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,0.015),
    inset 0 10px 24px rgba(255,255,255,0.012),
    inset 0 -14px 24px rgba(0,0,0,0.08),
    0 12px 28px rgba(0,0,0,0.09),
    0 0 18px rgba(255,255,255,0.01);
}

.track-title {
  text-shadow:
    0 0 12px rgba(255,255,255,0.03),
    0 0 18px rgba(255,43,207,0.025),
    0 0 18px rgba(22,200,255,0.02),
    0 10px 24px rgba(0,0,0,0.12);
}

/* ---------- transport as console strip ---------- */

.transport {
  padding-top: 3px;
}

.transport::after {
  content: "MANUAL CONTROL / BROADCAST GALLERY";
  color: rgba(255,255,255,0.3);
}

.transport button {
  background:
    linear-gradient(180deg, rgba(8,8,12,0.94), rgba(4,4,8,0.94));
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.025),
    inset 0 -8px 16px rgba(0,0,0,0.1),
    0 8px 18px rgba(0,0,0,0.06);
}

.transport button:hover,
.transport button:focus-visible {
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.03),
    0 0 18px rgba(255,255,255,0.04),
    0 12px 24px rgba(0,0,0,0.1);
}

/* ---------- lower selection bank feels more like exhibition cards ---------- */

.player-bottom::before {
  content: "CURATED SELECTION / MKR SYSTEM / BROADCAST GALLERY";
}

.track-list button {
  background:
    radial-gradient(circle at 16% 16%, rgba(255,255,255,0.02), transparent 0 24%),
    linear-gradient(180deg, rgba(8,8,12,0.9), rgba(4,4,8,0.995));
  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,0.012),
    inset 0 0 28px rgba(255,255,255,0.01),
    inset 0 -20px 24px rgba(0,0,0,0.08),
    0 14px 28px rgba(0,0,0,0.09);
}

.track-list button.active {
  box-shadow:
    0 0 28px rgba(216,255,47,0.18),
    0 0 46px rgba(216,255,47,0.06),
    0 0 42px rgba(22,200,255,0.035),
    0 18px 34px rgba(0,0,0,0.12),
    inset 0 0 0 1px rgba(216,255,47,0.12);
}

.track-list button:hover {
  box-shadow:
    0 18px 34px rgba(0,0,0,0.16),
    0 0 20px rgba(255,255,255,0.02),
    inset 0 0 0 1px rgba(255,255,255,0.02);
}

/* ---------- right side becomes gallery wall ---------- */

.signal-title::after {
  content: "  /  SIGNAL ARCHIVE / GALLERY";
}

.signal-quote::after {
  background: linear-gradient(90deg, rgba(255,255,255,0.12), transparent);
  opacity: 0.52;
}

.signal-meta {
  background-image:
    repeating-linear-gradient(
      180deg,
      rgba(255,255,255,0.012) 0 1px,
      transparent 1px 4px
    );
  box-shadow:
    inset 0 -1px 0 rgba(255,255,255,0.03);
}

.signal-meta::after {
  content: "VISUAL ID // MKR-01 // GALLERY";
  color: rgba(255,255,255,0.24);
}

.mkr-mark {
  filter:
    drop-shadow(0 0 14px rgba(255,43,207,0.16))
    drop-shadow(0 0 14px rgba(22,200,255,0.14))
    drop-shadow(0 0 24px rgba(255,255,255,0.022));
}

.wave-wrap svg {
  filter:
    drop-shadow(0 0 8px rgba(255,43,207,0.06))
    drop-shadow(0 0 8px rgba(22,200,255,0.05))
    drop-shadow(0 0 16px rgba(255,255,255,0.012));
}

.culture-row {
  background:
    linear-gradient(90deg, rgba(255,255,255,0.012), transparent 40%, transparent 60%, rgba(255,255,255,0.012));
  box-shadow:
    inset 0 -1px 0 rgba(255,255,255,0.03);
}

.culture-row::after {
  content: "OPEN CHANNEL / GALLERY SPACE";
  color: rgba(255,255,255,0.2);
}

.globe {
  box-shadow:
    0 0 18px rgba(22,200,255,0.16),
    0 0 28px rgba(22,200,255,0.06),
    0 0 42px rgba(22,200,255,0.03),
    0 10px 20px rgba(0,0,0,0.08);
}

/* ---------- headphones block becomes final exhibit ---------- */

.headphones-stage {
  background:
    radial-gradient(circle at 50% 76%, rgba(255,255,255,0.014), transparent 0 34%);
  box-shadow:
    inset 0 -1px 0 rgba(255,255,255,0.03);
}

.headphones-stage::before {
  width: 226px;
  height: 128px;
  opacity: 0.82;
}

.headphones-floor-glow {
  box-shadow:
    0 0 24px rgba(255,43,207,0.08),
    0 0 30px rgba(22,200,255,0.06),
    0 0 44px rgba(255,255,255,0.02),
    0 0 60px rgba(255,43,207,0.02);
}

.ready-copy-wrap::before {
  content: "MKR SIGNATURE OUTPUT / GALLERY";
}

.ready-title {
  text-shadow:
    0 0 10px rgba(216,255,47,0.18),
    0 0 18px rgba(216,255,47,0.05),
    0 0 28px rgba(216,255,47,0.04),
    0 10px 22px rgba(0,0,0,0.1);
}

.ready-copy-wrap::after {
  content: "LOW NOISE / HIGH PRESENCE / DISPLAY MODE";
  color: rgba(255,255,255,0.26);
}

.signal-footer::after {
  content: "ARCHIVE REF: TR-1993-MKR / GALLERY";
  color: rgba(255,255,255,0.24);
}

/* ---------- motion layer ---------- */

.turntable {
  animation: galleryDepthBreath 8.8s ease-in-out infinite;
}

.glass-box,
.track-list button,
.signature-chip,
.signal-shell {
  animation: galleryObjectLift 9.2s ease-in-out infinite;
}

.track-list button:nth-child(2) { animation-delay: 0.45s; }
.track-list button:nth-child(3) { animation-delay: 0.9s; }

.mkr-mark,
.wave-wrap svg,
.globe,
.headphones-stage,
.ready-copy-wrap {
  animation: galleryPresencePulse 6.6s ease-in-out infinite;
}

@keyframes galleryDepthBreath {
  0%, 100% {
    box-shadow:
      inset 0 0 0 1px rgba(255,255,255,0.02),
      inset 0 0 100px rgba(22,200,255,0.04),
      inset 0 0 100px rgba(255,43,207,0.05),
      inset 0 24px 44px rgba(255,255,255,0.012),
      inset 0 -34px 50px rgba(0,0,0,0.14),
      0 20px 46px rgba(0,0,0,0.18),
      0 0 30px rgba(255,43,207,0.03),
      0 0 34px rgba(22,200,255,0.025);
  }
  50% {
    box-shadow:
      inset 0 0 0 1px rgba(255,255,255,0.024),
      inset 0 0 110px rgba(22,200,255,0.05),
      inset 0 0 110px rgba(255,43,207,0.06),
      inset 0 28px 48px rgba(255,255,255,0.015),
      inset 0 -38px 56px rgba(0,0,0,0.16),
      0 24px 54px rgba(0,0,0,0.2),
      0 0 36px rgba(255,43,207,0.04),
      0 0 40px rgba(22,200,255,0.03);
  }
}

@keyframes galleryObjectLift {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-1px); }
}

@keyframes galleryPresencePulse {
  0%, 100% { opacity: 0.96; }
  50% { opacity: 1; }
}

/* ---------- reduced motion ---------- */

@media (prefers-reduced-motion: reduce) {
  .turntable,
  .glass-box,
  .track-list button,
  .signature-chip,
  .signal-shell,
  .mkr-mark,
  .wave-wrap svg,
  .globe,
  .headphones-stage,
  .ready-copy-wrap {
    animation: none !important;
  }
}

/* ---------- responsive ---------- */

@media (max-width: 980px) {
  .player-side > div:first-of-type::after,
  .transport::after,
  .signal-meta::after,
  .culture-row::after,
  .signal-footer::after {
    letter-spacing: 0.14em;
  }
}

@media (max-width: 640px) {
  .player-side > div:first-of-type::after,
  .player-bottom::before,
  .ready-copy-wrap::before,
  .ready-copy-wrap::after {
    letter-spacing: 0.12em;
  }
}
/* =========================================
   HERO INTRO HEADER
========================================= */

.hero-intro {
  width: min(1660px, 100%);
  margin: 0 auto 20px;
  padding-top: 10px;
  position: relative;
  z-index: 2;
}

.hero-intro-shell {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) 320px;
  gap: 22px;
  align-items: stretch;
  padding: 24px 24px 22px;
  border-radius: 30px;
  border: 1px solid rgba(255,255,255,0.1);
  background:
    radial-gradient(circle at 10% 10%, rgba(255,43,207,0.08), transparent 0 24%),
    radial-gradient(circle at 92% 18%, rgba(22,200,255,0.08), transparent 0 22%),
    linear-gradient(180deg, rgba(7,7,11,0.94), rgba(2,2,5,0.98));
  box-shadow:
    0 34px 80px rgba(0,0,0,0.52),
    inset 0 0 0 1px rgba(255,255,255,0.02),
    inset 0 0 60px rgba(255,43,207,0.025),
    inset 0 0 60px rgba(22,200,255,0.02);
}

.hero-intro-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.04), transparent 18% 82%, rgba(255,255,255,0.015)),
    repeating-linear-gradient(
      180deg,
      rgba(255,255,255,0.008) 0 1px,
      transparent 1px 4px
    );
  opacity: 0.9;
}

.hero-intro-copy,
.hero-intro-side {
  position: relative;
  z-index: 2;
}

.hero-intro-kicker {
  margin: 0 0 12px;
  color: rgba(255,255,255,0.58);
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hero-intro-title {
  margin: 0 0 14px;
  color: #f7f7fb;
  font-size: clamp(2.5rem, 5vw, 5.4rem);
  line-height: 0.9;
  letter-spacing: -0.055em;
  text-transform: uppercase;
  text-shadow:
    0 0 20px rgba(255,255,255,0.04),
    0 0 28px rgba(255,43,207,0.04),
    0 0 28px rgba(22,200,255,0.03);
}

.hero-intro-text {
  margin: 0;
  max-width: 56ch;
  color: rgba(255,255,255,0.76);
  font-size: 1rem;
  line-height: 1.68;
}

.hero-intro-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.hero-intro-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.1);
  background:
    linear-gradient(180deg, rgba(10,10,14,0.78), rgba(6,6,10,0.84));
  color: rgba(255,255,255,0.82);
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.04),
    0 0 18px rgba(255,43,207,0.04);
}

.hero-intro-side {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 12px;
}

.hero-intro-side-label {
  color: rgba(255,255,255,0.42);
  font-size: 0.62rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  text-align: right;
}

.hero-intro-side-box {
  position: relative;
  overflow: hidden;
  min-height: 100%;
  border-radius: 22px;
  border: 1px solid rgba(255,255,255,0.08);
  padding: 20px 20px 18px;
  background:
    radial-gradient(circle at 14% 18%, rgba(255,43,207,0.08), transparent 0 30%),
    radial-gradient(circle at 88% 84%, rgba(22,200,255,0.07), transparent 0 26%),
    linear-gradient(180deg, rgba(8,8,12,0.82), rgba(4,4,8,0.95));
  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,0.015),
    inset 0 0 32px rgba(255,43,207,0.02);
}

.hero-intro-side-box::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255,43,207,0.03), transparent 22%, transparent 78%, rgba(22,200,255,0.03));
}

.hero-intro-side-line {
  width: 100%;
  height: 2px;
  margin-bottom: 16px;
  background: linear-gradient(90deg, var(--pink), var(--cyan));
  box-shadow:
    0 0 10px rgba(255,43,207,0.14),
    0 0 8px rgba(22,200,255,0.08);
}

.hero-intro-side-mark {
  margin-bottom: 14px;
  font-size: 2.3rem;
  line-height: 0.9;
  font-weight: 800;
  letter-spacing: -0.08em;
  background: linear-gradient(90deg, #ff2bcf 0%, #9650ff 52%, #16c8ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow: 0 0 18px rgba(255,43,207,0.04);
}

.hero-intro-side-copy {
  color: rgba(255,255,255,0.84);
  font-size: 0.78rem;
  line-height: 1.45;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-intro .console-corner {
  z-index: 3;
}

@media (max-width: 980px) {
  .hero-intro-shell {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .hero-intro-side-label {
    text-align: left;
  }

  .hero-intro-title {
    font-size: clamp(2.3rem, 8vw, 4rem);
  }
}

@media (max-width: 640px) {
  .hero-intro {
    margin-bottom: 16px;
    padding-top: 4px;
  }

  .hero-intro-shell {
    padding: 18px 16px 18px;
    border-radius: 24px;
  }

  .hero-intro-title {
    font-size: 2.35rem;
  }

  .hero-intro-text {
    font-size: 0.94rem;
    line-height: 1.58;
  }

  .hero-intro-tags {
    gap: 8px;
  }

  .hero-intro-tags span {
    font-size: 0.66rem;
    letter-spacing: 0.1em;
    padding: 0 12px;
  }
}
.hero-intro-shell .console-corner {
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(180deg, rgba(255,255,255,0.18), rgba(255,255,255,0.04));
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.18),
    0 0 0 1px rgba(0,0,0,0.28),
    0 4px 10px rgba(0,0,0,0.12);
  z-index: 3;
  pointer-events: none;
}

.hero-intro-shell .console-corner.tl { top: 12px; left: 12px; }
.hero-intro-shell .console-corner.tr { top: 12px; right: 12px; }
.hero-intro-shell .console-corner.bl { bottom: 12px; left: 12px; }
.hero-intro-shell .console-corner.br { bottom: 12px; right: 12px; }
/* =========================================
   SITE CREDIT
========================================= */

.site-credit {
  margin: 12px 0 0;
  padding-top: 8px;
  border-top: 1px solid rgba(255,255,255,0.04);
  text-align: right;
  color: rgba(255,255,255,0.32);
  font-size: 0.62rem;
  line-height: 1.5;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
}

.site-credit a {
  color: rgba(255,255,255,0.56);
  text-decoration: none;
  border-bottom: 1px solid rgba(255,255,255,0.16);
  transition:
    color 180ms ease,
    border-color 180ms ease,
    text-shadow 180ms ease;
}

.site-credit a:hover,
.site-credit a:focus-visible {
  color: #f3f6ff;
  border-color: rgba(22,200,255,0.55);
  text-shadow:
    0 0 8px rgba(22,200,255,0.12),
    0 0 8px rgba(255,43,207,0.08);
  outline: none;
}

@media (max-width: 640px) {
  .site-credit {
    margin-top: 8px;
    text-align: left;
    font-size: 0.58rem;
    letter-spacing: 0.11em;
  }
}
.visually-hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}
.layout-context {
  width: min(1660px, 100%);
  margin: 0 auto 14px;
  color: rgba(255,255,255,0.5);
  font-size: 0.78rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
.signal-summary {
  margin: 12px 0 0;
  max-width: 34ch;
  color: rgba(255,255,255,0.52);
  font-size: 0.76rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
/* =========================================
   HERO INTRO – SIZE BALANCE PATCH
   kompakter, ruhiger, stimmiger
========================================= */

.hero-intro {
  margin: 0 auto 16px;
  padding-top: 6px;
}

.hero-intro-shell {
  grid-template-columns: minmax(0, 1.2fr) 282px;
  gap: 18px;
  padding: 18px 20px 18px;
  border-radius: 26px;
}

.hero-intro-kicker {
  margin: 0 0 10px;
  font-size: 0.66rem;
  letter-spacing: 0.16em;
}

.hero-intro-title {
  margin: 0 0 10px;
  font-size: clamp(2.2rem, 4.2vw, 4.35rem);
  line-height: 0.9;
  letter-spacing: -0.05em;
}

.hero-intro-text {
  max-width: 58ch;
  font-size: 0.94rem;
  line-height: 1.58;
}

.hero-intro-tags {
  gap: 8px;
  margin-top: 14px;
}

.hero-intro-tags span {
  min-height: 30px;
  padding: 0 12px;
  font-size: 0.66rem;
  letter-spacing: 0.1em;
}

.hero-intro-side {
  gap: 10px;
}

.hero-intro-side-label {
  font-size: 0.56rem;
  letter-spacing: 0.16em;
}

.hero-intro-side-box {
  padding: 15px 16px 14px;
  border-radius: 18px;
}

.hero-intro-side-line {
  margin-bottom: 12px;
}

.hero-intro-side-mark {
  margin-bottom: 10px;
  font-size: 1.95rem;
}

.hero-intro-side-copy {
  font-size: 0.72rem;
  line-height: 1.38;
  letter-spacing: 0.07em;
}

.hero-intro-shell .console-corner.tl,
.hero-intro-shell .console-corner.tr {
  top: 10px;
}

.hero-intro-shell .console-corner.bl,
.hero-intro-shell .console-corner.br {
  bottom: 10px;
}

.hero-intro-shell .console-corner.tl,
.hero-intro-shell .console-corner.bl {
  left: 10px;
}

.hero-intro-shell .console-corner.tr,
.hero-intro-shell .console-corner.br {
  right: 10px;
}

@media (max-width: 980px) {
  .hero-intro-shell {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 16px 16px 16px;
  }

  .hero-intro-title {
    font-size: clamp(2rem, 7vw, 3.2rem);
  }
}

@media (max-width: 640px) {
  .hero-intro {
    margin-bottom: 14px;
    padding-top: 2px;
  }

  .hero-intro-shell {
    padding: 15px 14px 15px;
    border-radius: 22px;
  }

  .hero-intro-title {
    font-size: 2rem;
  }

  .hero-intro-text {
    font-size: 0.9rem;
    line-height: 1.54;
  }

  .hero-intro-tags span {
    min-height: 28px;
    font-size: 0.62rem;
  }
}