@charset "utf-8";
/* =========================================================
   BLUE VIBE RECORDS — Full CSS clean rebuild
   ========================================================= */

/* =========================================================
   1. ROOT / RESET / BASE
   ========================================================= */

:root {
  --bg: #050b14;
  --bg-2: #07111f;
  --bg-3: #0b1728;

  --panel: rgba(13, 28, 48, 0.82);
  --panel-2: rgba(18, 35, 58, 0.78);
  --panel-3: rgba(7, 17, 31, 0.82);

  --line: rgba(136, 177, 224, 0.16);
  --line-2: rgba(136, 177, 224, 0.26);
  --line-3: rgba(91, 153, 214, 0.28);

  --text: #edf5ff;
  --text-2: #d7e4f4;
  --muted: #9fb0c8;
  --muted-2: #788da8;

  --blue: #2479b8;
  --blue-2: #35a7ff;
  --blue-3: #88ceff;
  --cyan: #57dbff;
  --green: #47e7a1;
  --danger: #ff7272;

  --shadow: 0 24px 70px rgba(0, 0, 0, 0.46);
  --shadow-soft: 0 18px 45px rgba(0, 0, 0, 0.28);

  --radius: 14px;
  --radius-sm: 9px;

  --font: "Open Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;

  --site-width: 1180px;
  --nav-height: 64px;

  --content-inset-desktop: 32px;
  --content-inset-mobile: 16px;
  --new-release-cover-size: 382px;
}

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

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

body {
  min-height: 100%;
  margin: 0;
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.55;
  color: var(--text);
  background:
    radial-gradient(circle at 10% 0%, rgba(45, 141, 214, 0.18), transparent 34%),
    radial-gradient(circle at 88% 8%, rgba(39, 102, 165, 0.14), transparent 33%),
    linear-gradient(180deg, #071321 0%, #050b14 45%, #030710 100%);
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -1;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.022) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px);
  background-size: 32px 32px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.85), transparent 82%);
}

img, svg, video, audio { max-width: 100%; }
img { display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
button:disabled, a[aria-disabled="true"] { cursor: not-allowed; }

::selection {
  color: #04101c;
  background: #9ddcff;
}

.is-hidden { display: none !important; }

.site-shell {
  width: min(var(--site-width), calc(100% - 34px));
  margin-inline: auto;
}

/* =========================================================
   2. NAVIGATION
   ========================================================= */

.nav {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(18px);
  background: rgba(5, 11, 20, 0.62);
  border-bottom: 1px solid rgba(143, 197, 255, 0.08);
}

.nav-inner {
  /* Erzwingt exakt dieselbe Breite und dasselbe linke Padding wie das Hero-Grid darunter */
  width: 100% !important;
  max-width: var(--site-width) !important;
  padding-inline: var(--content-inset-desktop) !important; /* Exakt 32px links und rechts! */
  min-height: var(--nav-height);
  margin-inline: auto !important;
  display: flex !important;
  justify-content: flex-start !important; /* Startet ganz links */
  align-items: center !important;
}

.nav-links {
  display: flex !important;
  align-items: center !important;
  gap: 32px !important; /* Großzügiger, doppelter Abstand für die Haupt-Anker links */
  width: 100% !important;
  flex-wrap: wrap !important;
}

/* Grössere, markante Schrift für die Haupt-Anker-Links */
.nav-links a.nav-anchor {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  min-height: 36px;
  color: var(--muted) !important;
  font-size: 18px !important; /* 3px größer wie gewünscht */
  font-weight: 700 !important;
  letter-spacing: 0.02em;
  text-decoration: none !important;
  transition: color 160ms ease, background 160ms ease, border-color 160ms ease;
}

.nav-links a.nav-anchor:hover,
.nav-links a.nav-anchor:focus-visible {
  color: var(--cyan, #57dbff) !important;
  background: transparent !important;
  outline: none;
}

/* Icons vor den Navigationstiteln */
.nav-links .nav-icon {
  width: 16px !important;
  height: 16px !important;
  stroke: currentColor;
  flex-shrink: 0;
}

/* Flexibler Platzhalter schiebt die Socials nach rechts */
.nav-spacer {
  flex-grow: 1 !important;
}

/* --- SOCIAL BUTTONS & SPRACH-SWITCHER (RECHTS) --- */
/* Hier halbieren wir die Abstände auf ein kompaktes Maß */
.nav-links .nav-social-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 36px !important;
  height: 36px !important;
  border-radius: 8px !important;
  border: 1px solid rgba(135, 190, 245, 0.15) !important;
  background: rgba(255, 255, 255, 0.02) !important;
  color: var(--muted) !important;
  transition: all 160ms ease !important;
  margin-right: -24px !important; /* Negativer Margin zieht sie eng zusammen (Abstand halbiert!) */
}

.nav-links .nav-social-btn svg {
  width: 18px !important;
  height: 18px !important;
}

/* Farbliche Hover-Effekte passend zur Brand */
.nav-links .nav-social-btn:hover,
.nav-links .nav-social-btn:focus-visible {
  background: rgba(116, 220, 255, 0.08) !important;
  border-color: rgba(116, 220, 255, 0.4) !important;
  color: var(--cyan, #57dbff) !important;
  transform: translateY(-1px);
  outline: none;
}

/* SoundCloud spezifischer Hover (Brand-Orange) */
.nav-links .nav-social-btn.soundcloud:hover {
  border-color: rgba(255, 85, 0, 0.4) !important;
  color: #ff5500 !important;
  background: rgba(255, 85, 0, 0.05) !important;
}

/* SoundCloud-Icon optisch vergrößern */
.nav-links .nav-social-btn.soundcloud svg {
  width: 22px !important;  /* Von 18px auf 22px vergrößert */
  height: 22px !important; /* Von 18px auf 22px vergrößert */
  transform: translateY(1px); /* Minimale vertikale Korrektur für perfekte Zentrierung */
}

/* YouTube spezifischer Hover (Brand-Rot) */
.nav-links .nav-social-btn.youtube:hover {
  border-color: rgba(255, 0, 0, 0.4) !important;
  color: #ff0000 !important;
  background: rgba(255, 0, 0, 0.05) !important;
}

/* YouTube verhält sich jetzt wie alle anderen Icons davor */
.nav-links .nav-social-btn.youtube {
  margin-right: -24px !important; /* Zieht YouTube eng mit Facebook zusammen */
}

/* Facebook ist nun das letzte Icon in der Kette und schafft den Abstand zum Switcher */
.nav-links .nav-social-btn.facebook {
  margin-right: 12px !important; /* Übergang zum Switcher */
}

/* Facebook spezifischer Hover (Brand-Blau) */
.nav-links .nav-social-btn.facebook:hover {
  border-color: rgba(24, 119, 242, 0.4) !important;
  color: #1877f2 !important;
  background: rgba(24, 119, 242, 0.05) !important;
}

/* --- SPRACHEN-NAVIGATOR (DE [GLOBE] EN) --- */
.lang-switcher {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 96px !important;
  min-width: 96px !important;
  height: 36px !important;
  min-height: 36px !important;
  padding: 0 !important;
  border: 1px solid rgba(136, 177, 224, 0.16) !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, 0.02) !important;
  white-space: nowrap !important;
  font-family: inherit !important;
}

/* Einzelne Sprach-Links (DE und EN als absolut identische Blöcke) */
.lang-switcher .lang-link {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 34px !important;
  min-width: 34px !important;
  height: 100% !important;
  text-decoration: none !important;
  transition: color 160ms ease !important;
  line-height: 1 !important;
  background: transparent !important;
  border-radius: 0 !important;
  box-sizing: border-box !important;
  
  font-family: inherit !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  letter-spacing: 0.02em !important;
  color: var(--muted) !important;
}

/* Inaktive Sprache Hover */
.lang-switcher a.lang-link:hover {
  color: var(--text) !important;
  background: transparent !important;
}

/* Aktive Sprache (Cyan Highlight) */
.lang-switcher .lang-link.active {
  color: var(--cyan) !important;
  cursor: default !important;
  background: transparent !important;
}

/* Weltkugel-Icon exakt in der Mitte fixiert */
.lang-switcher .globe-icon {
  display: inline-block !important;
  width: 13px !important;
  height: 13px !important;
  min-width: 13px !important;
  min-height: 13px !important;
  color: var(--muted-2) !important;
  flex-shrink: 0 !important;
  margin: 0 2px !important;
}



/* =========================================================
   3. HERO
   ========================================================= */

.hero {
  position: relative;
  padding: 24px 0 22px;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
  align-items: start;
}

.hero-title-row {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  min-height: 76px;
  padding-inline: var(--content-inset-desktop);
}

.hero-title-copy {
  min-width: 0;
  max-width: 900px;
}

.hero h1 {
  min-width: 0;
  margin: 0 0 12px;
  color: #ffffff;
  font-size: clamp(3rem, 6.05vw, 5.05rem);
  line-height: 0.92;
  font-weight: 900;
  letter-spacing: 0.095em;
  text-transform: uppercase;
  white-space: nowrap;
  text-shadow: 0 12px 28px rgba(0, 0, 0, 0.32);
}

.hero-rooster {
  flex: 0 0 auto;
  width: clamp(54px, 7vw, 90px);
  height: auto;
  filter: drop-shadow(0 12px 20px rgba(0, 0, 0, 0.48));
}

.hero-lead {
  max-width: 760px;
  margin: 0 0 8px;
  color: #eef6ff;
  font-size: clamp(1.15rem, 1.75vw, 1.45rem);
  line-height: 1.32;
  font-weight: 800;
}

.hero-copy { display: none; }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 18px;
  padding: 7px 10px;
  border: 1px solid rgba(72, 198, 255, 0.18);
  border-radius: 999px;
  color: #a6ddff;
  background: rgba(34, 134, 204, 0.16);
  font-size: 0.76rem;
  font-weight: 800;
}

.pulse {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 99px;
  background: #45eca9;
  box-shadow: 0 0 0 0 rgba(69, 236, 169, 0.48);
  animation: pulse 1.8s ease-out infinite;
}

@keyframes pulse {
  0%   { box-shadow: 0 0 0 0 rgba(69, 236, 169, 0.48); }
  70%  { box-shadow: 0 0 0 9px rgba(69, 236, 169, 0); }
  100% { box-shadow: 0 0 0 0 rgba(69, 236, 169, 0); }
}

/* =========================================================
   4. BUTTONS
   ========================================================= */

.btn,
.mini-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 10px 16px;
  border: 1px solid rgba(139, 181, 224, 0.22);
  border-radius: 8px;
  color: #f3f8ff;
  background: linear-gradient(180deg, rgba(39, 55, 78, 0.96), rgba(22, 36, 56, 0.96));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 10px 26px rgba(0, 0, 0, 0.22);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.01em;
  text-align: center;
  transition:
    transform 150ms ease,
    background 150ms ease,
    border-color 150ms ease,
    box-shadow 150ms ease;
}

.btn:hover, .btn:focus-visible,
.mini-btn:hover, .mini-btn:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(126, 202, 255, 0.42);
  background: linear-gradient(180deg, rgba(49, 75, 108, 0.98), rgba(28, 48, 74, 0.98));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 14px 30px rgba(0, 0, 0, 0.26);
  outline: none;
}

.btn-primary,
.mini-btn.primary {
  border-color: rgba(88, 190, 255, 0.44);
  background: linear-gradient(180deg, rgba(34, 139, 204, 1), rgba(24, 94, 151, 1));
}

.btn-primary:hover, .btn-primary:focus-visible,
.mini-btn.primary:hover, .mini-btn.primary:focus-visible {
  background: linear-gradient(180deg, rgba(47, 165, 235, 1), rgba(28, 111, 174, 1));
}

.mini-btn {
  min-height: 35px;
  padding: 8px 12px;
  font-size: 0.75rem;
}

/* =========================================================
   5. NEW RELEASE BOX
   ========================================================= */

.new-release-host { width: 100%; min-width: 0; }

/* 1. Verhindert, dass die gesamte Box die Link-Hand zeigt */
.new-release-host[role="button"],
.new-release-box { 
  cursor: default !important; 
}

.new-release-host:focus,
.new-release-host:focus-visible { outline: none; }

.new-release-box {
  position: relative;
  overflow: hidden;
  width: 100%;
  border: 1px solid rgba(131, 180, 231, 0.2);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 8% 12%, rgba(54, 154, 230, 0.18), transparent 34%),
    radial-gradient(circle at 75% 0%, rgba(44, 105, 176, 0.16), transparent 38%),
    linear-gradient(180deg, rgba(22, 38, 62, 0.94), rgba(13, 25, 42, 0.96));
  box-shadow: var(--shadow-soft);
}

.new-release-box::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  background: linear-gradient(90deg, rgba(255,255,255,0.035), transparent 28%, transparent 72%, rgba(120,200,255,0.035));
}

.new-release-box:hover { border-color: rgba(130, 207, 255, 0.34); }

/* 2. Nur die wirklich klickbaren Elemente in der Box bekommen die Hand */
.new-release-box .new-release-cover-button,
.new-release-box .new-release-cover-button img,
.new-release-box .btn,
.new-release-box .mini-btn,
.new-release-box a,
.new-release-box button,
.new-release-box .bv-play-button,
.new-release-box .bv-preview-mode-button,
.new-release-box .bv-progress {
  cursor: pointer !important;
}

.new-release-box-header {
  position: relative;
  z-index: 1;
  padding: 34px var(--content-inset-desktop) 0;
}

.section-eyebrow {
  display: block;
  width: calc((100% + var(--new-release-cover-size)) / 2);
  max-width: calc((100% + var(--new-release-cover-size)) / 2);
  margin: 0;
  color: #ffffff;
  font-size: clamp(2.35rem, 5.15vw, 4.45rem);
  line-height: 0.92;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  white-space: nowrap;
}

.new-release-announcement {
  position: relative;
  z-index: 1;
  width: calc((100% + var(--new-release-cover-size)) / 2);
  max-width: calc((100% + var(--new-release-cover-size)) / 2);
  padding: 18px 0 0;
  margin-left: var(--content-inset-desktop);
}

.new-release-announcement-text {
  margin: 0;
  color: #ffffff;
  font-size: clamp(0.88rem, 1.14vw, 1.08rem);
  line-height: 1.35;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.new-release-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns:
    minmax(0, 1fr)
    minmax(var(--new-release-cover-size), var(--new-release-cover-size))
    minmax(0, 1fr);
  gap: 32px;
  align-items: center;
  padding: 24px var(--content-inset-desktop) 34px;
}

.new-release-promo,
.new-release-info { min-width: 0; }

.new-release-promo {
  display: flex;
  align-items: center;
  padding: 0;
}

.latest-promo-copy { width: 100%; }

.latest-promo-kicker {
  margin: 0 0 12px;
  color: #8fc8ff;
  font-size: 0.84rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  line-height: 1.3;
  text-transform: uppercase;
}

.latest-promo-copy .latest-promo-kicker { color: #ffffff; }

.latest-promo-copy h3 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(1.6rem, 2.5vw, 2.2rem);
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.latest-promo-copy .latest-promo-title {
  margin: 0 0 14px;
  color: #ffffff;
  font-size: clamp(1.05rem, 1.35vw, 1.15rem);
  line-height: 1.25;
  font-weight: 900;
  letter-spacing: 0.02em;
}

.latest-promo-copy p {
  margin: 0 0 12px;
  color: var(--text-2);
  font-size: clamp(1rem, 1.22vw, 1.0rem);
  text-align: justify;
  line-height: 1.36;
}

.latest-promo-copy p:last-child { margin-bottom: 0; }
.latest-promo-copy-empty { padding: 16px 0; }

.new-release-cover-wrap {
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.new-release-cover-button {
  display: block;
  width: var(--new-release-cover-size);
  max-width: var(--new-release-cover-size);
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(140, 184, 228, 0.22);
  border-radius: 9px;
  background: rgba(0, 0, 0, 0.22);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.28);
}

.new-release-cover-button:hover,
.new-release-cover-button:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(143, 200, 255, 0.46);
  outline: none;
}

.new-release-cover {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  object-fit: cover;
  background: rgba(0, 0, 0, 0.28);
}

.new-release-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 8px 0;
}

.new-release-info .artist { margin-bottom: 4px; }

.latest-release-title {
  margin: 0 0 8px;
  color: #ffffff;
  font-size: clamp(1.85rem, 2.9vw, 2.6rem);
  line-height: 1.05;
  font-weight: 900;
  letter-spacing: -0.045em;
}

.new-release-info .release-meta { margin-bottom: 12px; }
.latest-release-player { width: 100%; margin: 18px 0 0; }
.latest-release-actions { margin-top: 18px; }
.latest-release-actions .mini-btn { min-height: 40px; }

/* =========================================================
   6. SECTIONS / FILTERS
   ========================================================= */

section { padding: 34px 0 60px; }

#releases {
  scroll-margin-top: calc(var(--nav-height) + 18px);
  padding-top: 0;
}

#releases .section-subtitle { display: none; }

.section-head {
  display: block;
  margin-bottom: 18px;
}

#releases .section-head { padding-inline: 0; }
#about .section-head { padding-inline: var(--content-inset-desktop); }

.section-title {
  margin: 0 0 8px;
  color: #ffffff;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.06;
  font-weight: 900;
  letter-spacing: -0.04em;
}

#releases .section-title { padding-inline: var(--content-inset-desktop); }

.section-subtitle {
  max-width: 600px;
  margin: 0;
  color: var(--muted);
  font-size: 0.96rem;
  line-height: 1.62;
}

.filters-panel {
  width: 100%;
  min-width: 0;
  margin-top: 24px;
}

#releases .filters-panel { width: 100%; margin-inline: 0; }

.filters-box {
  width: 100%;
  padding: 18px 32px;
  border: 1px solid rgba(139, 181, 224, 0.18);
  border-radius: 9px;
  background: rgba(13, 28, 48, 0.72);
}

.filters-title {
  margin: 0 0 12px;
  color: #ffffff;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.filters { display: flex; flex-wrap: wrap; gap: 8px; }
.filters + .filters { margin-top: 10px; }

.filter-btn {
  min-height: 33px;
  padding: 7px 11px;
  border: 1px solid rgba(143, 200, 255, 0.22);
  border-radius: 999px;
  color: #cfe7ff;
  background: rgba(8, 23, 42, 0.72);
  font-size: 0.75rem;
  font-weight: 800;
  transition:
    color 140ms ease,
    background 140ms ease,
    border-color 140ms ease,
    transform 140ms ease;
}

.filter-btn:hover, .filter-btn:focus-visible {
  color: #ffffff;
  border-color: rgba(116, 204, 255, 0.36);
  background: rgba(31, 77, 116, 0.5);
  transform: translateY(-1px);
  outline: none;
}

.filter-btn.active:not(.filter-reset):not(.reset) {
  color: #ffffff;
  border-color: rgba(85, 178, 255, 0.72);
  background: linear-gradient(180deg, rgba(31, 137, 203, 0.96), rgba(20, 88, 145, 0.96));
}

.filter-btn.filter-reset,
.filter-btn.reset,
button.filter-reset {
  color: #ffe1e1;
  border-color: rgba(255, 105, 105, 0.58);
  background: linear-gradient(180deg, rgba(170, 50, 60, 0.98), rgba(115, 30, 40, 0.98));
}

.filter-btn.filter-reset:hover, .filter-btn.filter-reset:focus-visible,
.filter-btn.reset:hover, .filter-btn.reset:focus-visible,
button.filter-reset:hover, button.filter-reset:focus-visible {
  color: #ffffff;
  border-color: rgba(255, 145, 145, 0.78);
  background: linear-gradient(180deg, rgba(200, 60, 70, 0.98), rgba(135, 36, 48, 0.98));
}

.filter-btn.filter-main { min-height: 30px; padding-top: 7px; padding-bottom: 7px; font-weight: 900; }
.filter-btn.filter-sub  { min-height: 24px; padding-top: 4px; padding-bottom: 4px; font-size: 0.72rem; }

.empty-state {
  padding: 28px;
  border: 1px dashed rgba(144, 184, 224, 0.22);
  border-radius: 10px;
  color: var(--muted);
  background: rgba(5, 13, 24, 0.42);
  text-align: center;
}

/* =========================================================
   7. RELEASE GRID / CARDS
   ========================================================= */

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

.release-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(139, 181, 224, 0.16);
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(18, 35, 58, 0.86), rgba(10, 21, 36, 0.92));
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.24);
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease,
    opacity 180ms ease;
}

.release-card:hover {
  transform: translateY(-2px);
  border-color: rgba(116, 204, 255, 0.34);
  box-shadow: 0 24px 46px rgba(0, 0, 0, 0.34);
}

.release-card.filter-fade-out { opacity: 0; transform: scale(0.96); }

.cover-button {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
}

.cover-button img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  background: rgba(0, 0, 0, 0.25);
}

.release-body { padding: 18px; }

.artist {
  margin: 0 0 4px;
  color: #8fc8ff;
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.release-title {
  margin: 0 0 6px;
  color: #ffffff;
  font-size: 1.32rem;
  line-height: 1.15;
  font-weight: 900;
}

.release-meta {
  margin: 0 0 12px;
  color: var(--muted);
  font-size: 1rem;
}

.release-genres { display: flex; flex-wrap: wrap; gap: 7px; }

.release-chip {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 4px 8px;
  border: 1px solid rgba(128, 178, 232, 0.18);
  border-radius: 999px;
  color: #c8d7ea;
  background: rgba(8, 19, 33, 0.74);
  font-size: 0.7rem;
  font-weight: 800;
}

.genre-chip {
  color: #d8f2ff;
  border-color: rgba(68, 178, 246, 0.24);
  background: rgba(28, 104, 164, 0.24);
}

/* Release actions */
.release-actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  width: 100%;
  margin-top: 14px;
}

.release-actions-two,
.release-actions-three {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.release-actions .mini-btn,
.release-actions-three .mini-btn,
.release-actions a,
.release-actions button {
  width: 100%;
  min-width: 0;
  min-height: 44px;
  padding: 10px 8px;
  justify-content: center;
  text-align: center;
  white-space: nowrap;
}

.release-actions.release-actions-two .mini-btn {
  min-height: 40px;
  padding: 8px 7px;
  font-size: 10px;
  line-height: 1.05;
  font-weight: 900;
  letter-spacing: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: clip;
}

.latest-release-actions.release-actions-two .mini-btn {
  min-height: 42px;
  padding-inline: 10px;
  font-size: 10.5px;
}

/* =========================================================
   8. AUDIO PLAYER
   ========================================================= */

.bv-audio-player {
  position: relative;
  display: block;
  width: 100%;
  min-height: 138px;
  padding: 42px 12px 12px;
  border: 1px solid rgba(96, 184, 255, 0.28);
  border-radius: 8px;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(15, 42, 68, 0.82), rgba(9, 24, 42, 0.86));
}

.release-card .bv-audio-player { margin-top: 14px; }
.bv-audio-player.latest-version { max-width: none; }
.bv-audio-player.modal-version  { margin-top: 18px; }

/* ── Mode bar (top) ────────────────────────────────────── */

.bv-preview-mode-bar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 27px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  width: 100%;
  overflow: hidden;
  border-bottom: 1px solid rgba(84, 166, 230, 0.22);
  z-index: 2;
}

.bv-preview-mode-button {
  appearance: none;
  min-width: 0;
  width: 100%;
  height: 27px;
  border: 0;
  border-radius: 0;
  padding: 0 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  color: rgba(244, 251, 255, 0.62);
  background: rgba(4, 16, 28, 0.58);
  font-size: 0.43rem;
  line-height: 1;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  transition:
    color 150ms ease,
    background 150ms ease,
    box-shadow 150ms ease,
    opacity 150ms ease;
}

.bv-preview-mode-button span:last-child {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}

.bv-preview-mode-button:first-child {
  border-right: 1px solid rgba(84, 166, 230, 0.22);
}

.bv-preview-mode-button:hover,
.bv-preview-mode-button:focus-visible {
  color: #ffffff;
  background: rgba(8, 31, 54, 0.88);
  outline: none;
}

/* Disabled / unavailable version button */
.bv-preview-mode-button:disabled,
.bv-preview-mode-button.is-disabled {
  opacity: 0.35;
  cursor: not-allowed;
  pointer-events: none;
}

/* LED dot */
.bv-preview-led {
  width: 7px;
  height: 7px;
  flex: 0 0 auto;
  border-radius: 999px;
  background: #324859;
  box-shadow:
    inset 0 1px 2px rgba(255, 255, 255, 0.24),
    inset 0 -2px 4px rgba(0, 0, 0, 0.45);
}

.bv-preview-mode-button.short .bv-preview-led { background: #6d6128; }
.bv-preview-mode-button.full  .bv-preview-led { background: #17633d; }

.bv-preview-mode-button.short.is-active {
  color: #fff5bf;
  background:
    radial-gradient(circle at 50% 100%, rgba(255, 216, 74, 0.24), transparent 72%),
    rgba(31, 25, 4, 0.84);
  box-shadow: inset 0 -1px 0 rgba(255, 216, 74, 0.38);
}

.bv-preview-mode-button.full.is-active {
  color: #d6ffe8;
  background:
    radial-gradient(circle at 50% 100%, rgba(66, 255, 154, 0.24), transparent 72%),
    rgba(4, 31, 18, 0.84);
  box-shadow: inset 0 -1px 0 rgba(66, 255, 154, 0.38);
}

.bv-preview-mode-button.short.is-active .bv-preview-led {
  background: #ffd84a;
  box-shadow:
    0 0 7px rgba(255, 216, 74, 0.95),
    0 0 16px rgba(255, 216, 74, 0.48),
    inset 0 1px 2px rgba(255, 255, 255, 0.75);
}

.bv-preview-mode-button.full.is-active .bv-preview-led {
  background: #42ff9a;
  box-shadow:
    0 0 7px rgba(66, 255, 154, 0.95),
    0 0 16px rgba(66, 255, 154, 0.48),
    inset 0 1px 2px rgba(255, 255, 255, 0.75);
}

/* ── Unavailable bar ───────────────────────────────────── */

.bv-preview-unavailable-bar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 27px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  border-bottom: 1px solid rgba(153, 7, 7, 0.54);
  color: #ffffff;
  background:
    radial-gradient(circle at 50% 100%, rgba(153, 7, 7, 0.36), transparent 72%),
    linear-gradient(180deg, rgba(153, 7, 7, 0.78), rgba(36, 7, 7, 0.94));
  font-size: 0.64rem;
  font-weight: 950;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  z-index: 2;
}

/* Alle Texte in der unavailable-Bar explizit weiss */
.bv-preview-unavailable-bar,
.bv-preview-unavailable-bar span {
  color: #ffffff;
}

.bv-preview-unavailable-bar .bv-preview-led {
  background: #990707;
  box-shadow:
    0 0 7px rgba(153, 7, 7, 0.95),
    0 0 16px rgba(153, 7, 7, 0.46),
    inset 0 1px 2px rgba(255, 255, 255, 0.48);
}

/* ── Main player row ───────────────────────────────────── */

.bv-player-main-row {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
}

.bv-play-button {
  position: relative;
  width: 35px;
  height: 35px;
  margin-top: 10px;
  border: 0;
  border-radius: 50%;
  background: #eafff5;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.22),
    0 9px 20px rgba(0, 0, 0, 0.22);
  transition:
    transform 140ms ease,
    background 140ms ease,
    opacity 140ms ease;
}

.bv-play-button:hover, .bv-play-button:focus-visible {
  transform: scale(1.04);
  outline: none;
}

.bv-play-button:disabled,
.bv-audio-player.is-unavailable .bv-play-button {
  opacity: 0.48;
  cursor: not-allowed;
  transform: none;
}

.bv-play-icon,
.bv-pause-icon {
  position: absolute;
  inset: 0;
  display: block;
}

.bv-play-icon::before {
  content: "";
  position: absolute;
  left: 13px;
  top: 9px;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 12px solid #147c62;
}

.bv-pause-icon { display: none; }

.bv-pause-icon::before,
.bv-pause-icon::after {
  content: "";
  position: absolute;
  top: 9px;
  width: 5px;
  height: 16px;
  border-radius: 1px;
  background: #147c62;
}

.bv-pause-icon::before { left: 11px; }
.bv-pause-icon::after  { right: 11px; }

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

.bv-audio-player.is-unavailable .bv-play-icon::before {
  border-left-color: #990707;
}

/* ── Player track / progress ───────────────────────────── */

.bv-player-track { min-width: 0; }

.bv-player-title {
  margin: 0 0 6px;
  color: #ffffff;
  font-size: 0.78rem;
  line-height: 1.1;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.bv-progress-line {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
}

/* Progress bar — overflow:visible so thumb isn't clipped */
.bv-progress {
  position: relative;
  height: 8px;
  border-radius: 999px;
  background: rgba(112, 140, 166, 0.48);
  overflow: visible;
  cursor: pointer;
}

.bv-progress:focus-visible {
  outline: 1px solid rgba(138, 213, 255, 0.7);
  outline-offset: 3px;
  border-radius: 999px;
}

/* Track: overflow:hidden only for the fill */
.bv-progress-track {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  overflow: hidden;
  pointer-events: none;
}

.bv-progress-fill {
  width: var(--bv-progress-position, 0%);
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #d8fbff, #7fc8ff);
  pointer-events: none;
}

/* Thumb: direct child of .bv-progress, NOT inside track */
.bv-progress-thumb {
  position: absolute;
  left: var(--bv-progress-position, 0%);
  top: 50%;
  width: 14px;
  height: 14px;
  border-radius: 999px;
  transform: translate(-50%, -50%);
  background: #eaffff;
  box-shadow:
    0 0 0 2px rgba(255, 255, 255, 0.35),
    0 0 14px rgba(99, 220, 255, 0.8);
  pointer-events: none;
  z-index: 3;
  opacity: 0;
  transition: opacity 0.15s ease;
}

.bv-audio-player.has-preview .bv-progress-thumb,
.bv-audio-player.is-playing  .bv-progress-thumb {
  opacity: 1;
}

.bv-audio-player.is-unavailable .bv-progress-thumb { display: none; }

.bv-time {
  min-width: 86px;
  color: #ffffff;
  font-size: 0.95rem;
  line-height: 1;
  font-weight: 950;
  text-align: right;
}

.bv-separator { color: var(--muted-2); }

/* ── EQ bars ───────────────────────────────────────────── */

.bv-eq-area {
  margin-left: 52px;
  margin-right: 0;
  margin-top: 9px;
}

.bv-eq-wave {
  width: 100%;
  height: clamp(30px, 7vw, 40px);
  display: flex;
  align-items: flex-end;
  justify-content: stretch;
  gap: 2px;
  opacity: 0.78;
}

/* IMPORTANT: bars are <span> elements inside .bv-eq-wave */
.bv-eq-wave span {
  flex: 1 1 0;
  min-width: 0;
  height: 100%;
  border-radius: 0;
  background: rgba(127, 200, 255, 0.62);
  transform-origin: bottom;
  transform: scaleY(0.08);
  opacity: 0.34;
}

/* Playing state — static pattern */
.bv-audio-player.is-playing .bv-eq-wave span:nth-child(2n)  { transform: scaleY(0.50); opacity: 0.70; }
.bv-audio-player.is-playing .bv-eq-wave span:nth-child(3n)  { transform: scaleY(0.28); opacity: 0.56; }
.bv-audio-player.is-playing .bv-eq-wave span:nth-child(4n)  { transform: scaleY(0.68); opacity: 0.76; }
.bv-audio-player.is-playing .bv-eq-wave span:nth-child(5n)  { transform: scaleY(0.92); opacity: 0.88; }
.bv-audio-player.is-playing .bv-eq-wave span:nth-child(7n)  { transform: scaleY(0.40); opacity: 0.64; }
.bv-audio-player.is-playing .bv-eq-wave span:nth-child(11n) { transform: scaleY(1);    opacity: 0.90; }

/* ── Loading wave animation (checking-preview state) ───── */

@keyframes bv-eq-loading {
  0%   { transform: scaleY(0.08); opacity: 0.25; }
  50%  { transform: scaleY(1);    opacity: 1;    }
  100% { transform: scaleY(0.08); opacity: 0.25; }
}

.bv-audio-player.checking-preview .bv-eq-wave span {
  animation: bv-eq-loading 1s ease-in-out infinite;
  background: rgba(74, 158, 255, 0.82);
}

/* Staggered delay — left to right wave effect */
.bv-audio-player.checking-preview .bv-eq-wave span:nth-child(1)  { animation-delay: 0.000s; }
.bv-audio-player.checking-preview .bv-eq-wave span:nth-child(2)  { animation-delay: 0.033s; }
.bv-audio-player.checking-preview .bv-eq-wave span:nth-child(3)  { animation-delay: 0.066s; }
.bv-audio-player.checking-preview .bv-eq-wave span:nth-child(4)  { animation-delay: 0.099s; }
.bv-audio-player.checking-preview .bv-eq-wave span:nth-child(5)  { animation-delay: 0.132s; }
.bv-audio-player.checking-preview .bv-eq-wave span:nth-child(6)  { animation-delay: 0.165s; }
.bv-audio-player.checking-preview .bv-eq-wave span:nth-child(7)  { animation-delay: 0.198s; }
.bv-audio-player.checking-preview .bv-eq-wave span:nth-child(8)  { animation-delay: 0.231s; }
.bv-audio-player.checking-preview .bv-eq-wave span:nth-child(9)  { animation-delay: 0.264s; }
.bv-audio-player.checking-preview .bv-eq-wave span:nth-child(10) { animation-delay: 0.297s; }
.bv-audio-player.checking-preview .bv-eq-wave span:nth-child(11) { animation-delay: 0.330s; }
.bv-audio-player.checking-preview .bv-eq-wave span:nth-child(12) { animation-delay: 0.363s; }
.bv-audio-player.checking-preview .bv-eq-wave span:nth-child(13) { animation-delay: 0.396s; }
.bv-audio-player.checking-preview .bv-eq-wave span:nth-child(14) { animation-delay: 0.429s; }
.bv-audio-player.checking-preview .bv-eq-wave span:nth-child(15) { animation-delay: 0.462s; }
.bv-audio-player.checking-preview .bv-eq-wave span:nth-child(16) { animation-delay: 0.495s; }
.bv-audio-player.checking-preview .bv-eq-wave span:nth-child(17) { animation-delay: 0.528s; }
.bv-audio-player.checking-preview .bv-eq-wave span:nth-child(18) { animation-delay: 0.561s; }
.bv-audio-player.checking-preview .bv-eq-wave span:nth-child(19) { animation-delay: 0.594s; }
.bv-audio-player.checking-preview .bv-eq-wave span:nth-child(20) { animation-delay: 0.627s; }
.bv-audio-player.checking-preview .bv-eq-wave span:nth-child(21) { animation-delay: 0.660s; }
.bv-audio-player.checking-preview .bv-eq-wave span:nth-child(22) { animation-delay: 0.693s; }
.bv-audio-player.checking-preview .bv-eq-wave span:nth-child(23) { animation-delay: 0.726s; }
.bv-audio-player.checking-preview .bv-eq-wave span:nth-child(24) { animation-delay: 0.759s; }
.bv-audio-player.checking-preview .bv-eq-wave span:nth-child(25) { animation-delay: 0.792s; }
.bv-audio-player.checking-preview .bv-eq-wave span:nth-child(26) { animation-delay: 0.825s; }
.bv-audio-player.checking-preview .bv-eq-wave span:nth-child(27) { animation-delay: 0.858s; }
.bv-audio-player.checking-preview .bv-eq-wave span:nth-child(28) { animation-delay: 0.891s; }
.bv-audio-player.checking-preview .bv-eq-wave span:nth-child(29) { animation-delay: 0.924s; }
.bv-audio-player.checking-preview .bv-eq-wave span:nth-child(30) { animation-delay: 0.957s; }

/* =========================================================
   9. ABOUT / INFO CARDS
   ========================================================= */

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

.info-card {
  padding: 24px;
  border: 1px solid rgba(139, 181, 224, 0.18);
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(20, 36, 58, 0.86), rgba(12, 24, 41, 0.88));
}

.info-card h3 { margin: 0 0 10px; color: #ffffff; font-size: 1.05rem; font-weight: 900; }
.info-card p  { margin: 0; color: var(--muted); font-size: 0.92rem; line-height: 1.62; }

/* =========================================================
   10. FOOTER
   ========================================================= */

.footer {
  padding: 38px 0 42px;
  border-top: 1px solid rgba(139, 181, 224, 0.12);
  color: var(--muted);
  background: rgba(2, 7, 13, 0.45);
}

.footer-grid {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 24px;
  font-size: 0.85rem;
}

.footer strong { color: #ffffff; }

.footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px; }
.footer-links a { color: #c9dbef; font-weight: 800; }
.footer-links a:hover, .footer-links a:focus-visible { color: #ffffff; outline: none; }

/* =========================================================
   11. MODAL
   ========================================================= */

.modal { position: fixed; inset: 0; z-index: 100; display: none; }
.modal.open { display: block; }

.modal-backdrop {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 10%, rgba(48, 120, 190, 0.24), transparent 42%),
    rgba(1, 5, 10, 0.82);
  backdrop-filter: blur(12px);
}

.modal-panel {
  position: relative;
  width: min(1040px, calc(100% - 32px));
  max-height: calc(100vh - 32px);
  margin: 16px auto;
  overflow: auto;
  border: 1px solid rgba(137, 186, 237, 0.2);
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(10, 24, 43, 0.98), rgba(7, 16, 29, 0.98));
  box-shadow: var(--shadow);
}

.modal-close {
  position: sticky;
  top: 12px;
  z-index: 8;
  float: right;
  width: 36px;
  height: 36px;
  margin: 12px 12px 0 0;
  border: 1px solid rgba(156, 190, 226, 0.18);
  border-radius: 8px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.1);
  font-size: 1.45rem;
  line-height: 1;
}

.modal-close:hover, .modal-close:focus-visible {
  background: rgba(255, 255, 255, 0.16);
  outline: none;
}

/* Promo-Banner: padding-left 0 damit Titel/Text
   exakt auf derselben Achse wie th-Feldbeschriftungen */
.modal-promo-banner {
  padding: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(120, 160, 210, 0.14);
}

.modal-promo-headline {
  margin: 0 0 8px 0;
  padding: 0;
  color: #ffffff;
  font-size: 1.25rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.modal-promo-banner p {
  margin: 0 0 6px 0;
  padding: 0;
  color: #ffffff;
  font-size: 1.13rem;
  text-align: justify;
  line-height: 1.55;
}

.modal-promo-banner p:last-child { margin-bottom: 0; }

.modal-content {
  padding: 34px 24px 24px;
}

.modal-release-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 8px 24px;
  align-items: start;
}

.modal-release-facts-col {
  min-width: 0;
  align-self: start;
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.modal-release-main {
  min-width: 0;
  align-self: start;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.modal-release-cover-wrap {
  width: 100%;
  margin-bottom: 20px;
}

.modal-release-cover {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border: 1px solid rgba(140, 184, 228, 0.18);
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.28);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.25);
  cursor: zoom-in;
}

.modal-release-cover:hover {
  border-color: rgba(143, 200, 255, 0.42);
  filter: brightness(1.04);
}

.modal-release-info {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.modal-release-info .artist {
  margin: 0 0 4px;
  padding: 0;
  font-size: 1.5rem;
  color: var(--muted);
}

.modal-release-title {
  margin: 0 0 4px;
  padding: 0;
  color: #ffffff;
  font-size: clamp(1.9rem, 3.2vw, 2.55rem);
  line-height: 1.02;
  font-weight: 900;
  letter-spacing: -0.05em;
}

.modal-release-meta {
  margin: 12px 0 24px;
  color: var(--muted);
  font-size: 1rem;
}

.modal-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  width: 100%;
  margin-top: 10px;
}

.modal-actions .btn,
.modal-actions a,
.modal-actions button {
  width: 100%;
  min-height: 44px;
  text-align: center;
  white-space: normal;
}

/* Legacy-Klassen neutralisieren */
.modal-detail-main { display: none; }
.modal-media       { display: none; }
.modal-cover       { display: none; }
.credits           { display: none; }
.embed             { width: 100%; }
.lyrics            { display: none; }

/* =========================================================
   12. MODAL FACT GROUPS
   ========================================================= */

.modal section,
section.release-facts-group,
.release-facts-group { padding: 0 !important; }

.release-facts-groups {
  display: grid;
  gap: 9px;
  align-content: start;
  align-items: start;
  padding: 0;
  margin: 0;
}

.release-facts-group {
  overflow: hidden;
  align-self: start;
  margin: 0;
  padding: 0 !important;
  border: 1px solid rgba(120, 160, 210, 0.14);
  border-radius: 8px;
  background: rgba(6, 17, 31, 0.22);
}

/* Heading: padding-left identisch mit th-padding-left (10px) */
.release-facts-heading {
  margin: 0;
  padding: 7px 10px 7px 10px;
  border-bottom: 1px solid rgba(120, 160, 210, 0.12);
  color: #8fc8ff;
  background: rgba(42, 105, 160, 0.14);
  font-size: 0.79rem;
  line-height: 1.15;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.release-facts-table {
  width: 100%;
  margin: 0;
  border-collapse: collapse;
  table-layout: fixed;
}

.release-facts-table tr {
  border-bottom: 1px solid rgba(120, 160, 210, 0.1);
}

.release-facts-table tr:last-child { border-bottom: 0; }

/* th und td: beide padding-left: 10px → gleiche linke Achse */
.release-facts-table th,
.release-facts-table td {
  padding: 6px 10px 6px 10px;
  vertical-align: top;
  font-size: 0.96rem;
  line-height: 1.38;
  text-align: left;
}

.release-facts-table th {
  width: 38%;
  color: #a9b8cc;
  font-weight: 900;
  white-space: nowrap;
}

.release-facts-table td {
  width: 62%;
  color: #dce7f7;
}

.release-facts-groups.main-facts .release-facts-table th,
.release-facts-groups.main-facts .release-facts-table td {
  padding-top: 6px;
  padding-bottom: 6px;
  line-height: 1.42;
}

.release-facts-groups.side-facts .release-facts-heading {
  padding: 7px 10px 7px 10px;
  font-size: 0.77rem;
}

.release-facts-groups.side-facts .release-facts-table th,
.release-facts-groups.side-facts .release-facts-table td {
  padding: 6px 10px 6px 10px;
  font-size: 0.94rem;
  line-height: 1.36;
  text-align: left;
}

.release-facts-groups.side-facts .release-facts-table th {
  width: 38%;
}

.release-facts-groups.side-facts .release-facts-table td {
  width: 62%;
}

.modal-footer {
	margin: 15px 10px 0 10px;
	line-height: 15px;
}

//* --- Symmetrie-Optimierung für alle Modal-Metadaten (inkl. Mitwirkende) --- */
.modal-content table th,
.modal-content table td.label,
.modal-content .release-facts-table th,
.modal-content .release-facts-group th {
  width: 145px !important;
  min-width: 145px !important;
  max-width: 145px !important;
  white-space: nowrap !important;
  text-align: left !important;
  padding-right: 10px !important;
}

.modal-content table td,
.modal-content table td.value,
.modal-content .release-facts-table td,
.modal-content .release-facts-group td {
  width: auto !important;
  /* white-space: nowrap !important; <-- ENTFERNT, damit Umbrüche mobil funktionieren! */
}

/* Verhindert, dass die Boxen bei sehr langen Zeilen aus dem Modal herausragen */
.modal-content table,
.modal-content .release-facts-table,
.modal-content .release-facts-group table {
  width: 100% !important;
  table-layout: fixed !important;
}
/* --- Promotion-Headline im Modal um 25% vergrössern --- */
.modal-promo-headline {
  font-size: 1.50em !important; /* Erhöht die Schriftgrösse exakt um 25% */
  line-height: 1.3 !important;  /* Optimiert den Zeilenabstand für die neue Grösse */
}

/* =========================================================
   13. RESPONSIVE
   ========================================================= */

@media (max-width: 1060px) {
  :root { --new-release-cover-size: 340px; }

  .hero { padding-top: 32px; }

  .hero h1 {
    font-size: clamp(2.75rem, 5.6vw, 4.1rem);
    letter-spacing: 0.09em;
  }

  .new-release-layout {
    grid-template-columns:
      minmax(0, 1fr)
      minmax(var(--new-release-cover-size), var(--new-release-cover-size))
      minmax(0, 1fr);
    gap: 24px;
  }

  .section-eyebrow,
  .new-release-announcement {
    width: calc((100% + var(--new-release-cover-size)) / 2);
    max-width: calc((100% + var(--new-release-cover-size)) / 2);
  }

  .section-eyebrow { font-size: clamp(2rem, 4.6vw, 3.45rem); }

  .new-release-announcement-text { font-size: clamp(0.82rem, 1.1vw, 1rem); }

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

  .modal-panel { width: min(940px, calc(100% - 24px)); }

  .modal-release-layout { gap: 14px 20px; }
}

@media (max-width: 900px) {
  :root { --new-release-cover-size: 320px; }

  .hero-title-row { align-items: flex-start; }

  .hero h1 {
    white-space: normal;
    font-size: clamp(2.45rem, 8vw, 4.2rem);
  }

  .hero-lead, .hero-copy { max-width: 720px; }

  .new-release-layout {
    grid-template-columns:
      minmax(0, 1fr)
      minmax(var(--new-release-cover-size), var(--new-release-cover-size));
    grid-template-areas:
      "promo cover"
      "info  cover";
    align-items: start;
  }

  .new-release-promo  { grid-area: promo; align-items: flex-start; padding: 0; }
  .new-release-cover-wrap { grid-area: cover; align-items: flex-start; }
  .new-release-info   { grid-area: info; justify-content: flex-start; padding: 0; }
  .new-release-cover-button { max-width: var(--new-release-cover-size); }

  .section-eyebrow,
  .new-release-announcement { width: 100%; max-width: 100%; }

  .section-eyebrow { font-size: clamp(1.8rem, 6vw, 3rem); }
}

@media (max-width: 860px) {
  :root { --nav-height: auto; }

  .nav { position: relative; }

  .nav-inner { justify-content: flex-start; padding: 12px 0; }

  .release-grid   { grid-template-columns: 1fr; }
  .info-grid      { grid-template-columns: 1fr; }
  .footer-grid    { flex-direction: column; }
  .footer-links   { justify-content: flex-start; }

  .modal-panel {
    width: min(100% - 18px, 760px);
    max-height: calc(100vh - 18px);
    margin: 9px auto;
  }

  .modal-content { padding: 52px 18px 22px; }

  .modal-release-layout {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .modal-release-facts-col { order: 2; }
  .modal-release-main      { order: 1; }

  .modal-release-cover-wrap { max-width: 460px; }

  .modal-actions { grid-template-columns: 1fr; }

  .release-facts-table th,
  .release-facts-table td {
    display: block;
    width: 100%;
    padding: 5px 10px;
  }

  .release-facts-table th { padding-bottom: 1px; }
  .release-facts-table td { padding-top: 0; }

  .release-facts-groups.side-facts .release-facts-table th,
  .release-facts-groups.side-facts .release-facts-table td {
    display: block;
    width: 100%;
  }
}

@media (max-width: 760px) {
  .hero-title-row,
  #releases .section-title,
  #about .section-head { padding-inline: var(--content-inset-mobile); }

  .new-release-box-header { padding: 24px var(--content-inset-mobile) 0; }

  .new-release-announcement {
    width: auto;
    max-width: none;
    margin-left: 0;
    padding: 16px var(--content-inset-mobile) 0;
  }

  .new-release-layout {
    grid-template-columns: 1fr;
    grid-template-areas:
      "promo"
      "cover"
      "info";
    padding: 20px var(--content-inset-mobile) 24px;
  }

  .section-eyebrow {
    width: auto;
    max-width: none;
    font-size: clamp(1.55rem, 8.2vw, 2.25rem);
    white-space: nowrap;
  }

  .new-release-announcement-text {
    font-size: clamp(0.84rem, 4vw, 1.05rem);
    letter-spacing: 0.09em;
  }

  .new-release-cover-wrap  { justify-content: flex-start; }

  .new-release-cover-button {
    width: min(100%, 382px);
    max-width: 382px;
  }

  .release-actions,
  .release-actions-three  { grid-template-columns: 1fr; }

  .release-actions .mini-btn,
  .release-actions-three .mini-btn { white-space: normal; }
}

@media (max-width: 620px) {
  .site-shell,
  .nav-inner { width: min(100% - 22px, var(--site-width)); }

  .nav-links { gap: 4px; }

  .nav-links a {
    min-height: 32px;
    padding: 7px 9px;
    font-size: 0.72rem;
  }

  .hero { padding-top: 30px; padding-bottom: 36px; }
  .hero-title-row { gap: 14px; }

  .hero h1 {
    font-size: clamp(2.25rem, 12vw, 3.3rem);
    white-space: normal;
  }

  .hero-rooster { width: 54px; }
  .hero-lead    { font-size: 1.18rem; }

  .new-release-box-header { padding: 16px 16px 0; }
  .new-release-layout     { padding: 16px; gap: 18px; }
  .latest-release-title   { font-size: 1.55rem; }

  .btn, .mini-btn { width: 100%; }
  .release-actions { width: 100%; }
  .filters-box { padding: 14px; }

  .bv-audio-player { min-height: 134px; padding: 42px 10px 11px; }

  .bv-preview-mode-button { padding-inline: 4px; gap: 4px; font-size: 0.36rem; }
  .bv-preview-led         { width: 6px; height: 6px; }

  .bv-preview-unavailable-bar { font-size: 0.52rem; letter-spacing: 0.055em; }

  .bv-player-main-row { grid-template-columns: 38px minmax(0, 1fr); gap: 10px; }
  .bv-play-button     { width: 34px; height: 34px; }
  .bv-player-title    { font-size: 0.68rem; }
  .bv-progress-line   { gap: 10px; }

  .bv-time { min-width: 70px; font-size: 0.78rem; }

  .bv-eq-area  { margin-left: 48px; margin-right: 0; }
  .bv-eq-wave span { min-width: 0; }

  .modal-release-title { font-size: 2rem; }
  .modal-content       { padding-inline: 14px; }
}

@media (max-width: 420px) {
  .hero h1        { font-size: 2.25rem; }
  .hero-rooster   { width: 46px; }
  .section-title  { font-size: 2rem; }

  .release-body,
  .info-card { padding: 16px; }

  .new-release-cover-button { max-width: 100%; }

  .hero-title-row,
  #releases .section-title,
  #about .section-head { padding-inline: 0; }

  .new-release-box-header,
  .new-release-announcement { padding-inline: 16px; }

  .new-release-layout { padding-inline: 16px; }

  .section-eyebrow {
    font-size: clamp(1.32rem, 7.6vw, 1.9rem);
    letter-spacing: 0.12em;
  }
}
/* --- Perfekte linksbündige Ausrichtung für das Formular --- */

/* 1. Alle Feld-Überschriften (Labels) nach rechts rücken */
.contact-form label,
form label {
  padding-left: 16px !important; /* Passt das Label exakt an das Innen-Padding der Inputs an */
  display: inline-block;
}

/* 2. Den "* Required fields" Hinweis linksbündig ausrichten (verschiedene Selektoren für maximale Sicherheit) */
.form-note {
  padding-left: 16px !important;
}

/* 3. Die Checkbox samt Text "Send a copy..." linksbündig ausrichten */
.contact-form .checkbox-container,
form .checkbox-group,
form .form-checkbox-label,
.contact-form .form-group-checkbox,
.contact-form .checkbox-row {
  padding-left: 16px !important;
}
/* --- Footer Social Buttons exakt wie im Header --- */
.footer-grid .footer-links {
  display: flex !important;
  gap: 10px !important;
  align-items: center !important;
  justify-content: flex-end !important;
}

/* Entferne Rahmen und Hintergrund im Footer für den cleanen Header-Look */
.footer-grid .footer-links .nav-social-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 40px !important;
  height: 40px !important;
  background: transparent !important;       /* Komplett transparent wie oben */
  border: none !important;                  /* Kein Rahmen */
  border-radius: 50% !important;            /* Perfekt kreisrund für den Hover-Effekt */
  color: #8a99ad !important;                /* Dezentes Grau im Ruhezustand */
  transition: all 0.2s ease !important;
  text-decoration: none !important;
}

/* SVG-Grössen im Footer */
.footer-grid .footer-links .nav-social-btn svg {
  width: 20px !important;
  height: 20px !important;
  display: block !important;
  fill: currentColor;
}

/* SVGs mit Konturen (Haus und Briefumschlag) */
.footer-grid .footer-links .nav-social-btn svg[fill="none"] {
  fill: none !important;
  stroke: currentColor !important;
}

/* Hover-Effekt: Exakt wie oben (Wechsel zu Weiss/Hellblau und leichtes Anheben) */
.footer-grid .footer-links .nav-social-btn:hover {
  background: rgba(255, 255, 255, 0.08) !important; /* Minimaler, edler Kreis-Hintergrund */
  color: #ffffff !important;                         /* Wechselt zu strahlendem Weiss */
  transform: translateY(-2px);
}

/* =========================================================================
   KONTAKTFORMULAR & SYMMETRIE-KORREKTUREN (AUS INDEX.HTML)
   ========================================================================= */

/* Symmetrie-Korrektur NUR für die Titel-Bereiche */
#contact .section-head, #impressum .section-head {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 768px) {
  #contact .section-head, #impressum .section-head {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* Symmetrie-Korrektur für die Inhalte INNERHALB der Boxen */
.contact-form-card {
  background: rgba(13, 31, 53, 0.94);
  border: 1px solid rgba(135, 190, 245, 0.22);
  border-radius: 12px;
  padding: 40px;
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.38);
}

/* Alle drei Karten im Impressum erhalten links 40px Padding für einheitliche Symmetrie */
.info-grid .info-card {
  padding-left: 40px !important;
  padding-right: 40px !important;
}
@media (max-width: 768px) {
  .contact-form-card {
    padding: 20px;
  }
  .info-grid .info-card {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

/* Footer-Padding links und rechts anwenden */
.footer {
  padding-left: 40px !important;
  padding-right: 40px !important;
}
@media (max-width: 768px) {
  .footer {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

/* Kontaktformular Styling */
.contact-section {
  padding: 60px 0;
  background: rgba(6, 16, 29, 0.4);
  border-top: 1px solid rgba(135, 190, 245, 0.1);
}

/* Grid-System für das Formular (2 Spalten auf Desktop) */
.form-grid-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.form-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

/* Felder, die über die volle Breite gehen sollen */
.form-group.full-width {
  grid-column: span 2;
}
@media (max-width: 768px) {
  .form-grid-container {
    grid-template-columns: 1fr;
  }
  .form-group.full-width {
    grid-column: span 1;
  }
}
.form-group label {
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #74dcff;
}

/* Roter Stern für Pflichtfelder */
.form-group label .required-star {
  color: #ff5252;
  margin-left: 3px;
  font-size: 12px;
}

/* Kennzeichnung für optionale Felder */
.form-group label .optional-label {
  font-size: 9px;
  color: #cfe0f4;
  opacity: 0.6;
  text-transform: none;
  margin-left: 4px;
}

/* Hinweis unter dem Formular */
.form-note {
  font-size: 12px;
  color: #cfe0f4;
  opacity: 0.7;
  margin-top: 15px;
  display: block;
}
.form-group input[type="email"], .form-group input[type="text"], .form-group select, .form-group textarea {
  width: 100%;
  padding: 12px 16px;
  background: rgba(6, 16, 29, 0.6);
  border: 1px solid rgba(135, 190, 245, 0.22);
  border-radius: 8px;
  color: #f2f7ff;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  transition: border-color 0.2s, box-shadow 0.2s;
  outline: none;
  appearance: none;
}

/* Custom Dropdown-Pfeil für Select-Felder */
.form-group select {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%2374dcff%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-2.6H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: right 16px top 50%;
  background-size: 10px auto;
  padding-right: 40px;
}

/* Dropdown-Optionen farblich anpassen */
.form-group select option {
  background: #0d1f35;
  color: #f2f7ff;
}
.form-group input[type="email"]:focus, .form-group input[type="text"]:focus, .form-group select:focus, .form-group textarea:focus {
  border-color: rgba(116, 220, 255, 0.6);
  box-shadow: 0 0 0 3px rgba(116, 220, 255, 0.15);
}
.form-group textarea {
  resize: vertical;
  min-height: 120px;
}
.checkbox-group {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 20px 0 25px 0;
  cursor: pointer;
  user-select: none;
}
.checkbox-group input[type="checkbox"] {
  width: 18px;
  height: 18px;
  cursor: pointer;
  accent-color: #74dcff;
}
.checkbox-label {
  font-size: 13px;
  color: #cfe0f4;
  font-weight: 700;
}
.submit-btn {
  width: 100%;
  padding: 14px;
  background: rgba(22, 88, 140, 0.78);
  border: 1px solid rgba(116, 220, 255, 0.35);
  border-radius: 8px;
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.2s, transform 0.1s;
}
.submit-btn:hover {
  background: rgba(35, 120, 180, 0.98);
}
.submit-btn:active {
  transform: scale(0.98);
}
.status-message {
  display: none;
  padding: 15px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}
.status-success {
  background: rgba(16, 185, 129, 0.2);
  border: 1px solid #10b981;
  color: #f2f7ff;
}
.status-error {
  background: rgba(239, 68, 68, 0.2);
  border: 1px solid #ef4444;
  color: #f2f7ff;
}
/* =========================================================================
   MOBILE OPTIMIERUNGEN (SMARTPHONE) - SPEZIFISCH FÜR BLUE VIBE
   ========================================================================= */

@media (max-width: 768px) {
  
  /* 1a. Versionen-Auswahl (Kompakte Buttons oben am Player) */
  .bv-preview-mode-button {
    font-size: 11px !important; /* Exakt 10px wie gewünscht */
    padding: 6px 10px !important;
    line-height: 1.2 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 28px !important; /* Kompakt gehalten für die kleine Schrift */
  }

  /* LED-Punkt in den Versions-Buttons proportional anpassen */
  .bv-preview-mode-button .bv-preview-led {
    width: 6px !important;
    height: 6px !important;
    margin-right: 6px !important;
  }

  /* 1b. Grosse Aktions-Buttons (Modal-Downloads & Card-Buttons) */
  .modal-actions .btn,
  .release-actions .mini-btn {
    font-size: 16px !important; /* Exakt 16px wie gewünscht */
    padding: 12px 16px !important; /* Grosszügige Klickfläche */
    line-height: 1.4 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 46px !important; /* Perfektes, mobiles Klickziel */
  }

  /* 2. Modal-Tabelle (Side-Facts/Credits) ZWEISPALTIg halten */
  .modal-content table,
  .modal-content tbody,
  .modal-content tr,
  #modalSideFacts table,
  #modalSideFacts tbody,
  #modalSideFacts tr,
  .release-facts-table {
    display: table !important;
    width: 100% !important;
  }

  .modal-content tr,
  #modalSideFacts tr,
  .release-facts-table tr {
    display: table-row !important;
  }

  .modal-content th,
  .modal-content td,
  #modalSideFacts td,
  .release-facts-table th,
  .release-facts-table td {
    display: table-cell !important;
    padding: 8px 10px !important;
    font-size: 13px !important;
    border-bottom: 1px solid rgba(135, 190, 245, 0.1) !important;
    vertical-align: middle !important;
  }

  /* Linke Spalte (Labels, z.B. "Subgenres"): 35% Breite, linksbündig */
  .modal-content th,
  .release-facts-table th,
  #modalSideFacts td:first-child {
    width: 35% !important;
    text-align: left !important;
    color: #74dcff !important;
    font-weight: 700 !important;
    white-space: nowrap !important; /* Label bleibt immer einzeilig */
  }

  /* Rechte Spalte (Inhalt, z.B. die Genres): 65% Breite, rechtsbündig */
  .modal-content td,
  .release-facts-table td,
  #modalSideFacts td:last-child {
    width: 65% !important;
    text-align: right !important;
    color: #f2f7ff !important;
    
    /* --- ERZWINGT NUN ERFOLGREICH DEN UMBRUCH BEI PLATZMANGEL --- */
    white-space: normal !important; 
    word-wrap: break-word !important; 
    overflow: visible !important; 
    text-overflow: clip !important; 
  }
}
/* =========================================================================
   PERFEKTE MOBILE NAVIGATION (SMARTPHONES < 768px) - NUR 3 LINKS FIXIERT
   ========================================================================= */

@media (max-width: 768px) {
  
  /* 1. Die Nav-Leiste selbst bleibt flexibel und scrollt mit */
  .nav {
    position: relative !important;
    backdrop-filter: none !important;
    background: transparent !important;
    border-bottom: none !important;
    z-index: 50 !important;
  }

  /* Schafft Platz für den fixierten 3er-Balken ganz oben - EXAKT 50px */
  body {
    padding-top: 50px !important; 
  }

  .nav-inner {
    padding: 0 !important;
    min-height: auto !important;
  }

  /* 2. Aufteilung in fixierte Ebene (oben) und scrollende Ebene (darunter) */
  .nav-links {
    display: flex !important;
    flex-direction: column !important;
    gap: 0 !important;
    width: 100% !important;
  }

  /* --- EBENE 1: DIE 3 FIXIERTEN HAUPTLINKS (GANZ OBEN) --- */
  .nav-links a.nav-anchor:nth-of-type(1), /* Releases */
  .nav-links a.nav-anchor:nth-of-type(2), /* Presse-Kit/Bio */
  .nav-links a.nav-anchor:nth-of-type(3)  /* Kontakt */ {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    gap: 5px !important;
    color: var(--muted) !important;
    
    position: fixed !important;
    top: 0 !important;
    height: 50px !important; /* Fixierte Höhe des Balkens */
    z-index: 1001 !important;
    background: rgba(5, 11, 20, 0.94) !important; /* Edler, dunkler Hintergrund */
    backdrop-filter: blur(15px) !important;
    border-bottom: 1px solid rgba(143, 197, 255, 0.12) !important;
  }

  /* Perfekte Drittel-Aufteilung (33.3% Breite pro Link) */
  .nav-links a.nav-anchor:nth-of-type(1) { left: 0%;      width: 33.33% !important; }
  .nav-links a.nav-anchor:nth-of-type(2) { left: 33.33%;  width: 33.33% !important; }
  .nav-links a.nav-anchor:nth-of-type(3) { left: 66.66%;  width: 33.34% !important; }

  /* Die schönen Icons scharf und kompakt darstellen */
  .nav-links .nav-anchor .nav-icon {
    display: inline-block !important;
    width: 14px !important;
    height: 14px !important;
    stroke-width: 2.5 !important;
    flex-shrink: 0 !important;
  }

  /* Spacer unsichtbar machen */
  .nav-spacer {
    display: none !important;
  }

  /* --- EBENE 2: IMPRESSUM, SOCIALS & SPRACHE (SCROLLEN MIT) --- */
  
  /* Container für die scrollende Zeile direkt unter dem fixierten Balken */
  .nav-links {
    padding-top: 10px !important; /* Radikal reduziert von 62px auf 10px! */
    padding-bottom: 10px !important;
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    background: transparent !important;
  }

  /* Das IMPRESSUM (4. Link) wird aus der Fixierung gelöst, scrollt mit und steht ganz links */
  .nav-links a.nav-anchor:nth-of-type(4) {
    position: relative !important;
    display: inline-flex !important;
    align-items: center !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    gap: 5px !important;
    color: var(--muted) !important;
    padding: 6px 12px !important;
    margin-left: 12px !important; /* Abstand zum linken Bildschirmrand */
    background: transparent !important;
    border: none !important;
    z-index: 10 !important;
    
    /* Edler, dezenter Trennstrich rechts nach dem Impressum vor den Socials */
    border-right: 1px solid rgba(136, 177, 224, 0.2) !important;
    padding-right: 16px !important;
    margin-right: 12px !important; /* Abstand zu den Social-Icons */
  }

  /* Das Icon für das Impressum in der scrollenden Zeile */
  .nav-links a.nav-anchor:nth-of-type(4) .nav-icon {
    display: inline-block !important;
    width: 14px !important;
    height: 14px !important;
    stroke-width: 2.5 !important;
  }

  /* Alle Social-Buttons sauber aufgereiht */
  .nav-links .nav-social-btn {
    position: relative !important;
    z-index: 10 !important;
    margin: 0 5px 0 0 !important;
    width: 32px !important;
    height: 32px !important;
    display: inline-flex !important;
  }

  /* Spezifische Quetscher für YouTube und Facebook aufheben */
  .nav-links .nav-social-btn.youtube,
  .nav-links .nav-social-btn.facebook {
    margin-right: 5px !important;
  }

  .nav-links .nav-social-btn svg {
    width: 15px !important;
    height: 15px !important;
  }

  /* Sprach-Switcher ganz nach rechts schieben */
  .lang-switcher {
    position: relative !important;
    z-index: 10 !important;
    margin-left: auto !important; /* Schiebt ihn bündig nach rechts */
    margin-right: 12px !important; /* Abstand zum rechten Bildschirmrand */
    width: 86px !important;
    min-width: 86px !important;
    height: 32px !important;
    min-height: 32px !important;
  }

  .lang-switcher .lang-link {
    font-size: 11px !important;
    width: 30px !important;
    min-width: 30px !important;
  }

  .lang-switcher .globe-icon {
    width: 12px !important;
    height: 12px !important;
  }
}
/* =========================================================================
   HEADER-OPTIMIERUNG (NUR AUF SMARTPHONES < 768px AKTIV!)
   ========================================================================= */
@media (max-width: 768px) {
  /* 1. Den Header-Hintergrund sauber halten */
  header.hero {
    padding: 16px 0 8px 0 !important;
    margin-top: 10px !important;
  }

  /* 2. Die Titel-Zeile: Mit exakt 16px Seitenabstand für die perfekte Flucht */
  .hero-title-row {
    display: flex !important;
    flex-direction: row !important;
    align-items: flex-start !important; /* Hahn oben an der H1-Linie ausrichten */
    justify-content: space-between !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 16px !important;  /* Exakt bündig mit Nav-Symbolen & Releases */
    padding-right: 16px !important; /* Symmetrischer Abstand rechts */
    gap: 12px !important;
  }

  /* 3. Den Text-Container links flexibel halten */
  .hero-title-copy {
    flex: 1 !important;
    display: flex !important;
    flex-direction: column !important;
  }

  /* 4. Der Titel: Kompakt auf einer Zeile */
  .hero-title-copy h1 {
    font-size: 22px !important;
    line-height: 1.1 !important;
    margin: 0 !important;
    padding: 0 !important;
    white-space: nowrap !important;
    letter-spacing: -0.2px !important;
  }

  /* 5. Der Hahn: Perfekt auf Zeilenhöhe des H1-Titels */
  .hero-rooster {
    width: 42px !important;
    height: auto !important;
    margin: 0 !important;
    padding-top: 2px !important; /* Schiebt den Hahn exakt auf die visuelle Höhe des H1-Schriftzugs */
    flex-shrink: 0 !important;
  }

  /* 6. Die Subline (Erster Paragraph): Perfekt bündig */
  .hero-lead {
    font-size: 13.5px !important;
    line-height: 1.35 !important;
    margin: 8px 0 0 0 !important;
    color: rgba(242, 247, 255, 0.85) !important;
    
    display: -webkit-box !important;
    -webkit-line-clamp: 3 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
  }

  /* 7. Die zweite, längere Beschreibung auf Mobile dezent ausblenden */
  .hero-copy {
    display: none !important;
  }
}
