/* teile/seiten.css — Agent-Bereich (25.09.2026). Liegt nach sunset.css.
   Agent „seiten“: Label, Für DJs, Shop, Kontakt, Impressum, Datenschutz, 404.
   Eigene Bausteine tragen das Präfix .sx- (kommen nur auf diesen Seiten vor).
   Überschreibungen gemeinsamer Klassen (.sc-row, .chip, .faq …) sind auf
   body[data-page="…"] beschränkt. Keine Kapseln, keine Auswahllisten. */

/* =====================================================================
   1. Gemeinsame Bausteine
   ===================================================================== */
.sx-sec { padding: clamp(40px, 6vw, 88px) 0; position: relative; }
.sx-sec--tight { padding-top: clamp(20px, 3vw, 36px); }
.sx-band {
  margin: clamp(24px, 4vw, 48px) clamp(10px, 1.6vw, 24px) 0; border-radius: var(--r-l);
  padding: clamp(40px, 6vw, 84px) 0;
}
.sx-band--sun { background: var(--sun-soft); }
.sx-band--lila { background: var(--lila-soft); }
.sx-band--tuerkis { background: var(--tuerkis-soft); }
.sx-band--gold { background: var(--gold-soft); }

.sx-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 12px 24px; flex-wrap: wrap; margin-bottom: clamp(20px, 3vw, 32px); }
.sx-head__txt { max-width: 62ch; }
.sx-eyebrow {
  display: block; font-family: var(--ff-mono); font-size: 12px; font-weight: 600;
  letter-spacing: .14em; text-transform: uppercase; color: var(--accent); margin-bottom: 10px;
}
.sx-h2 {
  font-family: var(--ff-head) !important; font-weight: 800; letter-spacing: -.035em; line-height: 1.02;
  font-size: clamp(30px, 3.6vw, 52px); color: var(--text); margin: 0; text-transform: none;
  position: relative; padding-bottom: 14px;
}
.sx-h2::after { content: ""; position: absolute; left: 0; bottom: 0; width: 48px; height: 4px; border-radius: 3px; background: var(--sun); }
.sx-h2--plain { padding-bottom: 0; }
.sx-h2--plain::after { display: none; }
.sx-intro { color: var(--muted); font-size: clamp(15px, 1.2vw, 17px); line-height: 1.55; margin: 14px 0 0; max-width: 60ch; }
.sx-intro strong { color: var(--text) !important; }
.sx-more {
  display: inline-flex; align-items: center; gap: 6px; font-weight: 600; font-size: 15px;
  color: var(--accent); text-decoration: none; white-space: nowrap; padding: 8px 0;
}
.sx-more:hover { color: var(--text); }
.sx-more svg { transition: transform .2s var(--ease); }
.sx-more:hover svg { transform: translate(2px, -2px); }

.sx-card {
  background: var(--surface); border-radius: var(--r); box-shadow: var(--sh-1);
  padding: clamp(20px, 2.6vw, 36px);
}
.sx-card--flush { padding: 0; overflow: hidden; }

.sx-ico {
  width: 48px; height: 48px; border-radius: 14px; display: grid; place-items: center; flex-shrink: 0;
  background: var(--sun-soft); color: var(--accent);
}
.sx-ico svg { width: 24px; height: 24px; }
.sx-ico--lila { background: var(--lila-soft); color: var(--lila); }
.sx-ico--tuerkis { background: var(--tuerkis-soft); color: var(--tuerkis); }
.sx-ico--gold { background: var(--gold-soft); color: var(--gold); }

.sx-actions { display: flex; gap: 12px; flex-wrap: wrap; align-items: center; }
.sx-actions .btn { min-height: 48px; }
.sx-btn-ghost {
  display: inline-flex; align-items: center; gap: 8px; min-height: 48px; padding: 0 20px;
  border-radius: 12px; background: var(--surface); color: var(--text); border: 1px solid var(--line);
  box-shadow: var(--sh-1); font-weight: 600; font-size: 15px; text-decoration: none;
  transition: transform .15s, box-shadow .2s, color .15s;
}
.sx-btn-ghost:hover { color: var(--accent); transform: translateY(-1px); box-shadow: var(--sh-2); }

/* Kino-Kopf: Brotkrumen direkt darunter ruhig */
body[data-page="label"] .breadcrumbs + section,
body[data-page="dj"] .breadcrumbs + section,
body[data-page="shop"] .breadcrumbs + section,
body[data-page="kontakt"] .breadcrumbs + section,
body[data-page="impressum"] .breadcrumbs + section,
body[data-page="datenschutz"] .breadcrumbs + section { padding-top: clamp(24px, 3.4vw, 44px); }

/* =====================================================================
   2. LABEL
   ===================================================================== */
.sx-lbl-intro { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr); gap: clamp(24px, 4vw, 56px); align-items: start; }
.sx-lbl-lead {
  font-family: var(--ff-head); font-weight: 700; letter-spacing: -.025em; line-height: 1.18;
  font-size: clamp(24px, 2.4vw, 34px); color: var(--text); margin: 0 0 clamp(20px, 3vw, 32px);
}
.sx-lbl-story { display: grid; gap: 22px; }
.sx-lbl-story h3 {
  font-family: var(--ff-head); font-weight: 800; font-size: 21px; letter-spacing: -.02em;
  margin: 0 0 8px; color: var(--text); text-transform: none; display: flex; align-items: center; gap: 12px;
}
.sx-lbl-story h3 .sx-ico { width: 38px; height: 38px; border-radius: 11px; }
.sx-lbl-story h3 .sx-ico svg { width: 20px; height: 20px; }
.sx-lbl-story p { margin: 0 0 10px; color: var(--muted); font-size: 16px; line-height: 1.6; }
.sx-lbl-story p:last-child { margin-bottom: 0; }
.sx-lbl-story__sep { height: 1px; background: var(--line); }

.sx-quote {
  margin: 18px 0 0; padding: clamp(24px, 3vw, 36px); border-radius: var(--r);
  background: var(--sun-soft); position: relative; overflow: hidden; border: 0;
}
.sx-quote::before {
  content: "“"; position: absolute; right: 18px; top: -30px; font-family: var(--ff-head); font-weight: 800;
  font-size: 180px; line-height: 1; color: rgba(238,58,30,.14);
}
.sx-quote p { font-family: var(--ff-head); font-weight: 800; letter-spacing: -.03em; line-height: 1.08; font-size: clamp(26px, 2.8vw, 40px); margin: 0; color: var(--text); position: relative; }
.sx-quote cite { display: block; margin-top: 14px; font-style: normal; font-family: var(--ff-mono); font-size: 12px; letter-spacing: .14em; text-transform: uppercase; color: var(--accent); font-weight: 600; }
.sx-lbl-cta { margin-top: 24px; }

/* Artist-Karte */
.sx-artist { padding: 14px; }
.sx-artist__cover { position: relative; border-radius: 14px; overflow: hidden; aspect-ratio: 1; background: var(--bg-2); }
.sx-artist__cover img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .6s var(--ease); }
.sx-artist:hover .sx-artist__cover img { transform: scale(1.03); }
.sx-artist__cover::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(20,8,10,.72)); }
.sx-artist__name { position: absolute; left: 18px; right: 18px; bottom: 16px; z-index: 1; color: #fff; }
.sx-artist__name small { display: block; font-family: var(--ff-mono); font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: #FFD2BC; font-weight: 600; }
.sx-artist__name b { display: block; font-family: var(--ff-head); font-weight: 800; font-size: clamp(26px, 2.4vw, 34px); letter-spacing: -.03em; line-height: 1.05; margin-top: 4px; }
.sx-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 12px; }
.sx-stat { border-radius: 14px; padding: 16px 14px 14px; background: var(--sun-soft); min-width: 0; }
.sx-stat:nth-child(2) { background: var(--lila-soft); }
.sx-stat:nth-child(3) { background: var(--tuerkis-soft); }
.sx-stat__n {
  display: block; font-family: var(--ff-head); font-weight: 800; letter-spacing: -.04em; line-height: 1;
  font-size: clamp(28px, 2.6vw, 40px); color: var(--accent); font-variant-numeric: tabular-nums;
}
.sx-stat:nth-child(2) .sx-stat__n { color: var(--lila); }
.sx-stat:nth-child(3) .sx-stat__n { color: var(--tuerkis); }
.sx-stat__l { display: block; margin-top: 6px; font-size: 13px; color: var(--muted); font-weight: 500; }
.sx-platforms { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-top: 12px; }
.sx-plat {
  display: flex; align-items: center; justify-content: center; gap: 8px; min-height: 46px; padding: 0 10px;
  border-radius: 12px; border: 1px solid var(--line); background: var(--surface); color: var(--text);
  font-weight: 600; font-size: 14px; text-decoration: none; transition: border-color .15s, color .15s, transform .15s;
}
.sx-plat svg { width: 18px; height: 18px; flex-shrink: 0; }
.sx-plat--sc svg { color: #FF5500; }
.sx-plat--sp svg { color: #1DB954; }
.sx-plat--bp svg { color: var(--tuerkis); }
.sx-plat:hover { transform: translateY(-1px); border-color: rgba(238,58,30,.4); color: var(--text); }

/* Release-Raster */
.sx-rel-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: clamp(16px, 2vw, 28px) clamp(14px, 1.6vw, 22px); }
body[data-page="label"] .release-card.sx-rel { background: transparent; box-shadow: none; border-radius: 0; overflow: visible; opacity: 1; transform: none; }
body[data-page="label"] .release-card.sx-rel:hover { transform: none; box-shadow: none; }
.sx-rel { position: relative; isolation: isolate; }
.sx-rel__glow {
  position: absolute; left: 8%; right: 8%; top: 10%; width: 84%; aspect-ratio: 1; z-index: -1; object-fit: cover; border-radius: 30%;
  filter: blur(30px) saturate(2.2) brightness(1.35); opacity: 0; transform: translateY(10px) scale(.9); transition: opacity .45s var(--ease), transform .45s var(--ease); pointer-events: none;
}
.sx-rel:hover .sx-rel__glow, .sx-rel.is-playing .sx-rel__glow { opacity: 1; transform: translateY(20px) scale(1.12); }
.sx-rel__art {
  position: relative; aspect-ratio: 1; border-radius: 16px; overflow: hidden; background: var(--bg-2);
  box-shadow: var(--sh-1); transition: transform .35s var(--ease), box-shadow .35s var(--ease);
}
.sx-rel__art img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .6s var(--ease), filter .3s; }
.sx-rel:hover .sx-rel__art { transform: translateY(-5px); box-shadow: var(--sh-media); }
.sx-rel:hover .sx-rel__art img { transform: scale(1.05); }
.sx-rel__art::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 50%, rgba(20,8,10,.55)); opacity: 0; transition: opacity .3s; pointer-events: none; }
.sx-rel:hover .sx-rel__art::after, .sx-rel.is-playing .sx-rel__art::after { opacity: 1; }
.sx-rel__no {
  position: absolute; left: 10px; top: 10px; z-index: 2; padding: 5px 8px; border-radius: 8px;
  background: rgba(255,255,255,.88); color: var(--text); font-family: var(--ff-mono); font-size: 11px; font-weight: 700; letter-spacing: .06em;
  -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px);
}
.sx-rel__soon {
  position: absolute; right: 10px; top: 10px; z-index: 2; padding: 5px 8px; border-radius: 8px;
  background: rgba(27,20,23,.72); color: #fff; font-size: 11px; font-weight: 600; letter-spacing: .04em; text-transform: uppercase;
}
.sx-rel--wip .sx-rel__art img { filter: saturate(.75); }
body[data-page="label"] .sx-rel .release-card__play {
  right: 12px; bottom: 12px; width: 48px; height: 48px; border-radius: 14px; background: var(--sun); color: #fff;
  box-shadow: 0 10px 24px -8px rgba(238,58,30,.8); opacity: 0; transform: translateY(8px); z-index: 3;
}
body[data-page="label"] .sx-rel:hover .release-card__play,
body[data-page="label"] .sx-rel .release-card__play:focus-visible,
body[data-page="label"] .sx-rel.is-playing .release-card__play { opacity: 1; transform: none; }
body[data-page="label"] .sx-rel.is-playing .release-card__play { background: #fff; color: var(--accent); }
body[data-page="label"] .sx-rel.is-playing .sx-rel__art { box-shadow: 0 0 0 3px var(--accent), var(--sh-media); }
.sx-rel__body { padding: 12px 2px 0; }
.sx-rel__title { font-family: var(--ff-head); font-weight: 800; font-size: 18px; letter-spacing: -.02em; line-height: 1.15; color: var(--text); }
.sx-rel.is-playing .sx-rel__title { color: var(--accent); }
.sx-rel__meta { display: flex; align-items: center; justify-content: space-between; gap: 8px; margin-top: 4px; font-size: 14px; color: var(--muted); }
.sx-rel__plays { font-size: 12.5px; color: var(--dim); margin-top: 2px; }
.sx-rel__sc { display: inline-flex; align-items: center; gap: 4px; color: var(--dim); text-decoration: none; font-size: 12px; font-weight: 600; padding: 4px 6px; border-radius: 8px; }
.sx-rel__sc:hover { color: #FF5500; background: rgba(255,85,0,.08); }

/* Hören: SoundCloud + Spotify */
.sx-listen { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr); gap: clamp(16px, 2vw, 24px); align-items: start; }
.sx-src { display: flex; align-items: center; gap: 14px; margin-bottom: 16px; }
.sx-src__logo { width: 52px; height: 52px; border-radius: 14px; display: grid; place-items: center; color: #fff; flex-shrink: 0; }
.sx-src__logo svg { width: 28px; height: 28px; }
.sx-src__logo--sc { background: linear-gradient(135deg, #FF7A00, #FF3300); box-shadow: 0 10px 22px -12px rgba(255,85,0,.9); }
.sx-src__logo--sp { background: linear-gradient(135deg, #1ED760, #14A74A); box-shadow: 0 10px 22px -12px rgba(29,185,84,.9); }
.sx-src__logo--bp { background: linear-gradient(135deg, #16C6B5, #0E9F98); box-shadow: 0 10px 22px -12px rgba(14,159,152,.9); }
.sx-src h2, .sx-src h3 { font-family: var(--ff-head) !important; font-weight: 800; font-size: clamp(22px, 2vw, 28px); letter-spacing: -.03em; margin: 2px 0 0; line-height: 1.1; text-transform: none; }
.sx-src .sx-eyebrow { margin: 0; font-size: 11px; }
.sx-src__more { margin-left: auto; }
.sx-note { color: var(--muted); font-size: 14.5px; line-height: 1.5; margin: 0 0 14px; }
.sx-note strong { color: var(--text) !important; }

/* gemeinsame Zeilen (SC + Spotify) */
body[data-page="label"] .sc-list, body[data-page="label"] .sp-list, body[data-page="label"] .bp-list { border: 0; margin: 0; padding: 0; list-style: none; }
body[data-page="label"] .sc-list > li.sc-row,
body[data-page="label"] .sp-list > li.sp-row {
  display: grid; grid-template-columns: 26px 40px minmax(0, 1fr) auto 32px; gap: 12px; align-items: center;
  padding: 10px 10px; border: 0 !important; border-radius: 12px; background: transparent; box-shadow: none;
  transition: background .15s;
}
body[data-page="label"] .sc-list > li.sc-row, body[data-page="label"] .sp-list > li.sp-row, body[data-page="label"] .bp-list > li.bp-row { position: relative; }
body[data-page="label"] .sc-list > li.sc-row + li.sc-row::before,
body[data-page="label"] .sp-list > li.sp-row + li.sp-row::before,
body[data-page="label"] .bp-list > li.bp-row + li.bp-row::before { content: ""; position: absolute; left: 10px; right: 10px; top: 0; height: 1px; background: var(--line); pointer-events: none; }
body[data-page="label"] .sc-list > li.sc-row:hover::before, body[data-page="label"] .sc-list > li.sc-row:hover + li.sc-row::before,
body[data-page="label"] .sp-list > li.sp-row:hover::before, body[data-page="label"] .sp-list > li.sp-row:hover + li.sp-row::before,
body[data-page="label"] .bp-list > li.bp-row:hover::before, body[data-page="label"] .bp-list > li.bp-row:hover + li.bp-row::before { opacity: 0; }
body[data-page="label"] .sc-list > li.sc-row:hover,
body[data-page="label"] .sp-list > li.sp-row:hover { background: var(--bg) !important; box-shadow: none; }
body[data-page="label"] .sc-row__num, body[data-page="label"] .sp-row__num { font-family: var(--ff-mono); font-size: 12px; color: var(--dim); text-align: right; letter-spacing: 0; }
body[data-page="label"] .sc-row__play, body[data-page="label"] .sp-row__play {
  width: 40px; height: 40px; border-radius: 12px; border: 0; display: grid; place-items: center; cursor: pointer; padding: 0;
  background: var(--bg-2); color: var(--text); transition: background .15s, color .15s, transform .15s;
}
body[data-page="label"] .sc-row:hover .sc-row__play, body[data-page="label"] .sc-row.is-playing .sc-row__play { background: #FF5500; color: #fff; border: 0; }
body[data-page="label"] .sp-row:hover .sp-row__play, body[data-page="label"] .sp-row.is-playing .sp-row__play { background: #1DB954; color: #fff; border: 0; }
body[data-page="label"] .sc-row__play:active, body[data-page="label"] .sp-row__play:active { transform: scale(.94); }
body[data-page="label"] .sc-row.is-playing { background: rgba(255,85,0,.07) !important; }
body[data-page="label"] .sp-row.is-playing { background: rgba(29,185,84,.08) !important; }
.sx-trk__main { min-width: 0; display: flex; flex-direction: column; gap: 2px; }
body[data-page="label"] .sx-trk__main .sc-row__title { display: flex; align-items: center; gap: 8px; min-width: 0; }
body[data-page="label"] .sc-row__text, body[data-page="label"] .sp-row__text {
  font-family: var(--ff-display); font-weight: 600; font-size: 15.5px; color: var(--text); letter-spacing: -.01em;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis; flex: 0 1 auto;
}
body[data-page="label"] .sc-row:hover .sc-row__text, body[data-page="label"] .sc-row.is-playing .sc-row__text { color: #E64A00; }
body[data-page="label"] .sp-row:hover .sp-row__text, body[data-page="label"] .sp-row.is-playing .sp-row__text { color: #128A3E; }
body[data-page="label"] .sc-row__hot {
  flex-shrink: 0; padding: 3px 6px; border-radius: 6px; background: rgba(255,85,0,.12); color: #E64A00;
  font-family: var(--ff-mono); font-size: 10px; font-weight: 700; letter-spacing: .1em;
}
body[data-page="label"] .sc-row__tag { font-family: var(--ff-display); font-size: 13px; letter-spacing: 0; text-transform: none; color: var(--muted); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
body[data-page="label"] .sc-row--hot .sc-row__tag { color: var(--muted); }
body[data-page="label"] .sc-row__plays, body[data-page="label"] .sp-row__len { font-family: var(--ff-display); font-size: 13.5px; font-weight: 500; letter-spacing: 0; text-transform: none; color: var(--muted); text-align: right; font-variant-numeric: tabular-nums; white-space: nowrap; }
body[data-page="label"] .sc-row__ext, body[data-page="label"] .sp-row__ext {
  width: 32px; height: 32px; border-radius: 10px; display: grid; place-items: center; color: var(--dim); text-decoration: none; font-size: 16px;
}
body[data-page="label"] .sc-row__ext:hover { color: #FF5500; background: rgba(255,85,0,.08); }
body[data-page="label"] .sp-row__ext:hover { color: #1DB954; background: rgba(29,185,84,.1); }

/* Spotify-Sammlungen */
body[data-page="label"] .sp-collections { display: grid; grid-template-columns: minmax(0, 1fr); gap: 10px; margin-top: 16px; }
body[data-page="label"] .sp-col {
  display: grid; grid-template-columns: minmax(0, 1fr) auto; grid-template-rows: auto auto auto; column-gap: 12px; align-items: center; text-align: left;
  padding: 16px 16px 16px 18px; border-radius: 14px; border: 0; cursor: pointer; font: inherit; color: var(--text);
  background: var(--tuerkis-soft); transition: transform .2s var(--ease), box-shadow .2s;
}
body[data-page="label"] .sp-col:nth-child(2) { background: var(--gold-soft); }
body[data-page="label"] .sp-col:nth-child(3) { background: var(--lila-soft); }
body[data-page="label"] .sp-col:hover { transform: translateY(-2px); box-shadow: var(--sh-1); background-color: transparent; }
body[data-page="label"] .sp-col.is-playing { box-shadow: 0 0 0 2px #1DB954; }
body[data-page="label"] .sp-col__tag { grid-column: 1; font-family: var(--ff-mono); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; color: #128A3E; font-weight: 600; }
body[data-page="label"] .sp-col__title { grid-column: 1; font-family: var(--ff-head); font-weight: 800; font-size: 19px; letter-spacing: -.02em; margin-top: 2px; }
body[data-page="label"] .sp-col__meta { grid-column: 1; font-size: 13px; color: var(--muted); margin-top: 2px; }
body[data-page="label"] .sp-col__cta {
  grid-column: 2; grid-row: 1 / span 3; margin: 0; padding: 0; border: 0; width: 44px; height: 44px; border-radius: 12px;
  display: grid; place-items: center; background: #fff; color: #1DB954; box-shadow: var(--sh-1); font-size: 0;
}
body[data-page="label"] .sp-col__cta::before { content: ""; width: 0; height: 0; border-style: solid; border-width: 8px 0 8px 13px; border-color: transparent transparent transparent currentColor; margin-left: 3px; }
body[data-page="label"] .sp-col:hover .sp-col__cta, body[data-page="label"] .sp-col.is-playing .sp-col__cta { background: #1DB954; color: #fff; }

/* Beatport */
body[data-page="label"] .bp-list > li.bp-row {
  display: grid; grid-template-columns: 26px 56px minmax(0, 2fr) minmax(0, 1.2fr) 124px 52px minmax(0, 1.2fr) 70px auto;
  gap: 14px; align-items: center; padding: 10px; border: 0 !important; border-radius: 12px; background: transparent; box-shadow: none;
}
body[data-page="label"] .bp-list > li.bp-row:hover { background: var(--bg) !important; box-shadow: none; }
body[data-page="label"] .bp-list > li.bp-row.is-playing { background: var(--tuerkis-soft) !important; }
body[data-page="label"] .bp-row__num { font-family: var(--ff-mono); font-size: 12px; color: var(--dim); text-align: right; }
body[data-page="label"] .bp-row__art { width: 56px; height: 56px; border-radius: 12px; overflow: hidden; border: 0; box-shadow: var(--sh-1); }
body[data-page="label"] .bp-row__play { background: rgba(20,8,10,.45); color: #fff; }
body[data-page="label"] .bp-row.is-playing .bp-row__play { background: rgba(14,159,152,.8); color: #fff; opacity: 1; }
body[data-page="label"] .bp-row__title a { font-family: var(--ff-display); font-weight: 600; font-size: 16px; color: var(--text); }
body[data-page="label"] .bp-row__title a:hover { color: var(--tuerkis); }
body[data-page="label"] .bp-row__artist { font-family: var(--ff-display); font-size: 13px; letter-spacing: 0; text-transform: none; color: var(--muted); }
body[data-page="label"] .bp-row__genre { font-family: var(--ff-display); font-size: 13px; letter-spacing: 0; text-transform: none; color: var(--tuerkis); font-weight: 600; }
body[data-page="label"] .bp-row__meta, body[data-page="label"] .bp-row__len, body[data-page="label"] .bp-row__label {
  font-family: var(--ff-display); font-size: 13.5px; letter-spacing: 0; text-transform: none; color: var(--muted); white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
body[data-page="label"] .bp-row__key { color: var(--text); font-weight: 600; }
body[data-page="label"] .bp-row__price { font-family: var(--ff-head); font-weight: 800; font-size: 17px; letter-spacing: -.02em; color: var(--text); text-transform: none; text-align: right; white-space: nowrap; }
body[data-page="label"] .bp-row__buy {
  display: inline-flex; align-items: center; gap: 6px; height: 40px; padding: 0 14px; border-radius: 12px; border: 0;
  background: var(--text); color: #fff; font-weight: 600; font-size: 14px; text-decoration: none; width: auto;
  transition: background .15s, transform .15s;
}
body[data-page="label"] .bp-row:hover .bp-row__buy, body[data-page="label"] .bp-row__buy:hover { background: var(--tuerkis); color: #fff; border: 0; }
body[data-page="label"] .bp-row__msg { right: 12px; bottom: -12px; border-radius: 8px; border: 0; box-shadow: var(--sh-1); font-family: var(--ff-display); text-transform: none; letter-spacing: 0; font-size: 12px; }
.sx-bp-head { display: grid; grid-template-columns: 26px 56px minmax(0, 2fr) minmax(0, 1.2fr) 124px 52px minmax(0, 1.2fr) 70px auto; gap: 14px; padding: 0 10px 10px; font-size: 12px; font-weight: 600; color: var(--dim); }
.sx-bp-head span:nth-child(8) { text-align: right; }
.sx-bp-head span:last-child { width: 96px; }

@media (max-width: 1180px) {
  .sx-rel-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  body[data-page="label"] .bp-list > li.bp-row, .sx-bp-head { grid-template-columns: 26px 56px minmax(0, 2fr) 124px 52px 70px auto; }
  body[data-page="label"] .bp-row__genre, body[data-page="label"] .bp-row__label,
  .sx-bp-head span:nth-child(4), .sx-bp-head span:nth-child(7) { display: none; }
}
@media (max-width: 980px) {
  .sx-lbl-intro, .sx-listen { grid-template-columns: minmax(0, 1fr); }
  .sx-artist { max-width: 560px; }
  .sx-rel-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 820px) {
  .sx-rel-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px 12px; }
  .sx-rel__title { font-size: 16px; }
  body[data-page="label"] .sx-rel .release-card__play { opacity: 1; transform: none; width: 42px; height: 42px; right: 8px; bottom: 8px; }
  .sx-artist { max-width: none; }
  .sx-stat { padding: 14px 10px 12px; }
  .sx-stat__l { font-size: 12px; }
  .sx-plat span { font-size: 13px; }
  .sx-listen .sx-card { padding: 16px 10px 14px; }
  .sx-listen .sx-src, .sx-listen .sx-note { padding-inline: 8px; }
  body[data-page="label"] .sc-list > li.sc-row, body[data-page="label"] .sp-list > li.sp-row {
    grid-template-columns: 40px minmax(0, 1fr) auto 28px; gap: 10px; padding: 9px 6px;
  }
  body[data-page="label"] .sc-row__num, body[data-page="label"] .sp-row__num { display: none; }
  body[data-page="label"] .sc-row__play, body[data-page="label"] .sp-row__play,
  body[data-page="label"] .sc-row__plays, body[data-page="label"] .sp-row__len,
  body[data-page="label"] .sc-row__ext, body[data-page="label"] .sp-row__ext { grid-row: auto; grid-column: auto; align-self: center; }
  body[data-page="label"] .sc-row__plays { font-size: 12.5px; }
  body[data-page="label"] .sc-list > li.sc-row, body[data-page="label"] .sp-list > li.sp-row { grid-template-columns: 40px minmax(0, 1fr) auto; }
  body[data-page="label"] .sc-row__ext, body[data-page="label"] .sp-row__ext { display: none; }
  .sx-lbl-lead { font-size: 21px; line-height: 1.28; }
  .sx-src__more { display: none; }
  .sx-bp-head { display: none; }
  body[data-page="label"] .bp-list > li.bp-row {
    grid-template-columns: 56px minmax(0, 1fr) auto; grid-template-rows: auto auto; gap: 4px 12px; padding: 12px 6px;
  }
  body[data-page="label"] .bp-row__num, body[data-page="label"] .bp-row__len { display: none; }
  body[data-page="label"] .bp-row__art { grid-row: 1 / span 2; grid-column: 1; }
  body[data-page="label"] .bp-row__title { grid-column: 2; grid-row: 1; }
  body[data-page="label"] .bp-row__meta { grid-column: 2; grid-row: 2; font-size: 12.5px; }
  body[data-page="label"] .bp-row__price { grid-column: 3; grid-row: 1; font-size: 16px; }
  body[data-page="label"] .bp-row__buy { grid-column: 3; grid-row: 2; height: 34px; padding: 0 10px; font-size: 13px; }
  .sx-bp-card { padding: 14px 10px; }
}
@media (max-width: 420px) {
  body[data-page="label"] .bp-row__buy .sx-buy-txt { display: none; }
}

/* =====================================================================
   3. FÜR DJs
   ===================================================================== */
.sx-steps { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; counter-reset: sxstep; position: relative; }
.sx-step {
  position: relative; background: var(--surface); border-radius: var(--r); box-shadow: var(--sh-1);
  padding: 26px 24px 28px; overflow: hidden; transition: transform .25s var(--ease), box-shadow .25s;
}
.sx-step:hover { transform: translateY(-4px); box-shadow: var(--sh-2); }
.sx-step::before { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 5px; background: var(--sun); }
.sx-step:nth-child(2)::before { background: linear-gradient(115deg, #6D4AFF, #B38CFF); }
.sx-step:nth-child(3)::before { background: linear-gradient(115deg, #0E9F98, #5FD3C4); }
.sx-step:nth-child(4)::before { background: linear-gradient(115deg, #D98A00, #FFC94A); }
.sx-step__n {
  display: block; font-family: var(--ff-head); font-weight: 800; letter-spacing: -.06em; line-height: .9;
  font-size: clamp(56px, 5.4vw, 84px); background: var(--sun); -webkit-background-clip: text; background-clip: text; color: transparent;
  margin-bottom: 18px;
}
.sx-step:nth-child(2) .sx-step__n { background-image: linear-gradient(115deg, #6D4AFF, #B38CFF); }
.sx-step:nth-child(3) .sx-step__n { background-image: linear-gradient(115deg, #0E9F98, #5FD3C4); }
.sx-step:nth-child(4) .sx-step__n { background-image: linear-gradient(115deg, #D98A00, #FFC94A); }
.sx-step h3 { font-family: var(--ff-head) !important; font-weight: 800; font-size: 22px; letter-spacing: -.02em; margin: 0 0 8px; text-transform: none; color: var(--text); }
.sx-step p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.55; }

.sx-offer { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(0, 1fr); gap: clamp(20px, 3vw, 40px); align-items: start; }
.sx-offer__tiles { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin-top: 24px; }
.sx-tile { background: var(--surface); border-radius: var(--r); box-shadow: var(--sh-1); padding: 20px; display: flex; flex-direction: column; gap: 14px; }
.sx-tile p { margin: 0; font-size: 15.5px; line-height: 1.45; color: var(--text); font-weight: 500; }
.sx-tile--wide { grid-column: 1 / -1; flex-direction: row; align-items: center; }
.sx-want h3 { font-family: var(--ff-head) !important; font-weight: 800; font-size: clamp(24px, 2.4vw, 32px); letter-spacing: -.03em; margin: 0 0 18px; text-transform: none; }
.sx-checks { list-style: none; margin: 0; padding: 0; display: grid; gap: 14px; }
.sx-checks li { display: grid; grid-template-columns: 28px 1fr; gap: 12px; align-items: start; font-size: 16px; line-height: 1.5; color: var(--text); }
.sx-checks li::before {
  content: ""; width: 28px; height: 28px; border-radius: 9px; margin-top: -1px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12.5l4.5 4.5L19 7.5'/%3E%3C/svg%3E"), var(--sun);
  background-size: 16px 16px, 100% 100%; background-position: center; background-repeat: no-repeat;
}
.sx-genres { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 22px; padding-top: 20px; border-top: 1px solid var(--line); }
.sx-genres span { font-size: 13px; font-weight: 600; color: var(--lila); background: var(--lila-soft); border-radius: 8px; padding: 6px 10px; }

.sx-apply { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.5fr); gap: clamp(24px, 4vw, 56px); align-items: start; }
.sx-apply__side { position: sticky; top: calc(var(--header-h) + 36px); }
.sx-apply__facts { display: grid; gap: 10px; margin-top: 26px; }
.sx-fact { display: flex; gap: 14px; align-items: center; background: var(--surface); border-radius: 14px; box-shadow: var(--sh-1); padding: 14px 16px; }
.sx-fact b { display: block; font-family: var(--ff-head); font-weight: 800; font-size: 20px; letter-spacing: -.02em; line-height: 1.1; }
.sx-fact small { display: block; color: var(--muted); font-size: 13.5px; margin-top: 2px; }
.sx-fact .sx-ico { width: 44px; height: 44px; border-radius: 12px; }

.sx-form { padding: clamp(20px, 3vw, 40px); }
.sx-fgroup { border: 0; margin: 0; padding: 0 0 26px; min-width: 0; }
.sx-fgroup + .sx-fgroup { padding-top: 26px; border-top: 1px solid var(--line); }
.sx-fgroup__h { display: flex; align-items: center; gap: 12px; margin: 0 0 18px; padding: 0; float: left; width: 100%; }
.sx-fgroup__h + * { clear: both; }
form.sx-form { max-width: none; width: 100%; }
.sx-fgroup__n {
  width: 34px; height: 34px; border-radius: 10px; display: grid; place-items: center; flex-shrink: 0;
  background: var(--sun); color: #fff; font-family: var(--ff-head); font-weight: 800; font-size: 16px;
}
.sx-fgroup:nth-of-type(2) .sx-fgroup__n { background: linear-gradient(115deg, #6D4AFF, #B38CFF); }
.sx-fgroup:nth-of-type(3) .sx-fgroup__n { background: linear-gradient(115deg, #0E9F98, #5FD3C4); }
.sx-fgroup:nth-of-type(4) .sx-fgroup__n { background: linear-gradient(115deg, #D98A00, #FFC94A); }
.sx-fgroup__t { font-family: var(--ff-head); font-weight: 800; font-size: 20px; letter-spacing: -.02em; color: var(--text); }
.sx-form .form__grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 16px; }
.sx-form .form__row { margin: 0 0 16px; display: flex; flex-direction: column; gap: 8px; }
.sx-form .form__grid .form__row { margin-bottom: 16px; }
.sx-form .form__input, .sx-form .form__textarea { width: 100%; min-height: 50px; padding: 12px 14px; font-size: 16px; }
.sx-form .form__textarea { min-height: 140px; resize: vertical; line-height: 1.5; }
.sx-form .form__hint { font-family: var(--ff-display); font-size: 13px; letter-spacing: 0; text-transform: none; color: var(--muted); }
.sx-form ::placeholder { color: var(--dim); opacity: 1; }
body:is([data-page="dj"], [data-page="kontakt"]) .sx-form .chip span { padding: 11px 14px; min-height: 44px; display: inline-flex; align-items: center; font-weight: 500; transition: background .15s, color .15s, border-color .15s, transform .15s; }
body:is([data-page="dj"], [data-page="kontakt"]) .sx-form .chip input:checked + span { background: var(--text) !important; color: #fff !important; box-shadow: 0 8px 18px -10px rgba(27,20,23,.7); }
body:is([data-page="dj"], [data-page="kontakt"]) .sx-form .chip input:focus-visible + span { outline: 3px solid rgba(238,58,30,.35); outline-offset: 2px; }
body[data-page="dj"] .sx-form .form__chips { display: flex; flex-wrap: wrap; gap: 8px; }
.sx-form__foot { display: flex; gap: 16px; align-items: center; flex-wrap: wrap; padding-top: 8px; }
.sx-form__foot .btn { min-height: 52px; padding: 0 26px; font-size: 16px; }
.sx-form .form__msg { font-family: var(--ff-display); font-size: 15px; font-weight: 600; margin: 0; }
.sx-form .form__msg[data-kind="ok"] { color: var(--tuerkis); }
.sx-form .form__msg[data-kind="err"] { color: var(--accent); }
.sx-form__legal { font-size: 13px; color: var(--muted); line-height: 1.5; margin: 16px 0 0; }
.sx-form__legal a { color: var(--accent); }
.sx-hp { position: absolute; left: -9999px; }

@media (max-width: 1100px) { .sx-steps { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 980px) {
  .sx-offer, .sx-apply { grid-template-columns: minmax(0, 1fr); }
  .sx-apply__side { position: static; }
  .sx-apply__facts { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .sx-fact { flex-direction: column; align-items: flex-start; gap: 10px; }
}
@media (max-width: 640px) {
  .sx-steps { grid-template-columns: minmax(0, 1fr); gap: 12px; }
  .sx-step { display: grid; grid-template-columns: 64px 1fr; column-gap: 14px; padding: 20px 18px 20px; }
  .sx-step__n { grid-row: 1 / span 2; font-size: 56px; margin: 0; }
  .sx-step h3 { font-size: 19px; margin-top: 4px; }
  .sx-offer__tiles { grid-template-columns: minmax(0, 1fr); }
  .sx-tile { flex-direction: row; align-items: center; padding: 14px 16px; }
  .sx-tile p { font-size: 15px; }
  .sx-apply__facts { grid-template-columns: minmax(0, 1fr); }
  .sx-fact { flex-direction: row; align-items: center; }
  .sx-form { padding: 20px 16px; }
  .sx-form .form__grid { grid-template-columns: minmax(0, 1fr); gap: 0; }
  .sx-form__foot .btn { width: 100%; justify-content: center; }
}

/* =====================================================================
   4. SHOP
   ===================================================================== */
.sx-trust { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.sx-trust__i { display: flex; align-items: center; gap: 14px; background: var(--surface); border-radius: var(--r); box-shadow: var(--sh-1); padding: 16px 18px; min-width: 0; }
.sx-trust__i b { display: block; font-size: 15.5px; font-weight: 700; color: var(--text); line-height: 1.25; }
.sx-trust__i small { display: block; font-size: 13px; color: var(--muted); margin-top: 2px; line-height: 1.35; }
.sx-shop-lead { font-family: var(--ff-head); font-weight: 700; letter-spacing: -.02em; font-size: clamp(20px, 1.9vw, 26px); line-height: 1.3; color: var(--text); max-width: 46ch; margin: 0; }

.sx-products { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(14px, 2vw, 24px); }
a.sx-prod {
  display: flex; flex-direction: column; background: var(--surface); border-radius: var(--r); box-shadow: var(--sh-1);
  overflow: hidden; color: var(--text); text-decoration: none; transition: transform .3s var(--ease), box-shadow .3s;
}
a.sx-prod:hover { transform: translateY(-5px); box-shadow: var(--sh-2); color: var(--text); }
/* Produktfotos freigestellt (img/shop-*-frei.webp) auf ruhigen Pastellflächen */
.sx-products { grid-auto-flow: dense; }
.sx-prod--hero { grid-column: span 2; grid-row: span 2; }
a.sx-prod.sx-prod--hero { display: grid; grid-template-rows: minmax(0, 1fr) auto; }
.sx-prod__stage {
  position: relative; aspect-ratio: 1 / 1; overflow: hidden; display: grid; place-items: center;
  background: radial-gradient(70% 60% at 50% 38%, rgba(255,255,255,.95), rgba(255,255,255,0) 70%), var(--sun-soft);
  transition: background-color .4s;
}
.sx-prod--hero .sx-prod__stage { aspect-ratio: auto; min-height: 420px; height: 100%; }
.sx-prod--hero .sx-prod__stage img { position: absolute; inset: 6% 14% 10%; width: 72%; height: 84%; }
.sx-prod:nth-child(3n+2) .sx-prod__stage { background: radial-gradient(70% 60% at 50% 38%, rgba(255,255,255,.95), rgba(255,255,255,0) 70%), var(--lila-soft); }
.sx-prod:nth-child(3n+3) .sx-prod__stage { background: radial-gradient(70% 60% at 50% 38%, rgba(255,255,255,.95), rgba(255,255,255,0) 70%), var(--tuerkis-soft); }
.sx-prod:nth-child(6n+4) .sx-prod__stage { background: radial-gradient(70% 60% at 50% 38%, rgba(255,255,255,.95), rgba(255,255,255,0) 70%), var(--gold-soft); }
.sx-prod__stage img {
  position: relative; z-index: 1; width: 78%; height: 78%; object-fit: contain;
  filter: drop-shadow(0 18px 22px rgba(40,20,20,.22)); transition: transform .6s cubic-bezier(.2,.8,.2,1);
}
.sx-prod__floor {
  position: absolute; left: 22%; right: 22%; bottom: 7%; height: 7%; border-radius: 50%; z-index: 0;
  background: radial-gradient(closest-side, rgba(70,35,20,.28), rgba(70,35,20,0)); transition: transform .6s cubic-bezier(.2,.8,.2,1), opacity .6s;
}
a.sx-prod:hover .sx-prod__stage img { transform: translateY(-10px) rotate(-1.5deg) scale(1.03); }
a.sx-prod:hover .sx-prod__floor { transform: scaleX(.82); opacity: .7; }
.sx-prod--hero .sx-prod__title { font-size: clamp(26px, 2.6vw, 36px); }
.sx-prod--hero .sx-prod__body { padding: 22px 26px 26px; }
.sx-prod__cat { position: absolute; z-index: 1; left: 14px; top: 14px; padding: 6px 10px; border-radius: 8px; background: rgba(255,255,255,.9); font-size: 12px; font-weight: 700; letter-spacing: .04em; color: var(--text); }
.sx-prod__body { padding: 18px 20px 20px; display: flex; flex-direction: column; gap: 4px; flex: 1; }
.sx-prod__title { font-family: var(--ff-head); font-weight: 800; font-size: 21px; letter-spacing: -.025em; line-height: 1.15; }
.sx-prod__sub { color: var(--muted); font-size: 14.5px; }
.sx-prod__buy {
  margin-top: 14px; display: flex; align-items: center; justify-content: space-between; gap: 10px;
  min-height: 48px; padding: 0 16px; border-radius: 12px; background: var(--text); color: #fff; font-weight: 600; font-size: 15px;
  transition: background .2s;
}
.sx-prod:hover .sx-prod__buy { background: var(--sun); }
.sx-prod__buy svg { width: 18px; height: 18px; }

.sx-ship { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr); gap: clamp(20px, 3vw, 48px); align-items: center; }
.sx-ship p { color: var(--muted); font-size: 16.5px; line-height: 1.6; margin: 14px 0 0; }
.sx-ship p strong { color: var(--text) !important; }
.sx-ship__cta { display: flex; flex-direction: column; gap: 12px; align-items: stretch; }
.sx-ship__cta .sx-card { display: flex; gap: 14px; align-items: center; }
.sx-ship__cta .sx-card b { display: block; font-family: var(--ff-head); font-weight: 800; font-size: 20px; letter-spacing: -.02em; }
.sx-ship__cta .sx-card small { color: var(--muted); font-size: 14px; }

@media (max-width: 1080px) { .sx-trust { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 900px) { .sx-products { grid-template-columns: repeat(2, minmax(0, 1fr)); } .sx-prod--hero { grid-row: auto; } .sx-prod--hero .sx-prod__stage { min-height: 0; aspect-ratio: 4 / 3; } .sx-ship { grid-template-columns: minmax(0, 1fr); } }
@media (max-width: 640px) {
  .sx-trust { gap: 8px; }
  .sx-trust__i { flex-direction: column; align-items: flex-start; gap: 10px; padding: 14px; }
  .sx-trust__i .sx-ico { width: 40px; height: 40px; border-radius: 11px; }
  .sx-trust__i b { font-size: 14.5px; }
  .sx-trust__i small { font-size: 12.5px; }
  .sx-products { gap: 12px; }
  .sx-prod__body { padding: 12px 12px 12px; }
  .sx-prod__title { font-size: 16.5px; }
  .sx-prod__sub { font-size: 13px; }
  .sx-prod__cat { left: 8px; top: 8px; font-size: 11px; padding: 4px 7px; }
  .sx-prod__buy { min-height: 42px; padding: 0 12px; font-size: 13.5px; margin-top: 10px; }
  .sx-prod__buy .sx-buy-long { display: none; }
}

/* =====================================================================
   5. KONTAKT
   ===================================================================== */
.sx-contact { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(0, .9fr); gap: clamp(20px, 3vw, 36px); align-items: start; }
.sx-contact__intro { font-family: var(--ff-head); font-weight: 700; font-size: clamp(22px, 2vw, 28px); letter-spacing: -.02em; line-height: 1.25; margin: 0 0 24px; color: var(--text); }
.sx-direct { display: grid; gap: 12px; }
.sx-direct h2 { font-family: var(--ff-head) !important; font-weight: 800; font-size: 26px; letter-spacing: -.03em; margin: 0 0 4px; text-transform: none; }
a.sx-dcard, .sx-dcard {
  display: flex; align-items: center; gap: 16px; background: var(--surface); border-radius: var(--r); box-shadow: var(--sh-1);
  padding: 18px; color: var(--text); text-decoration: none; transition: transform .2s var(--ease), box-shadow .2s; min-width: 0;
}
a.sx-dcard:hover { transform: translateY(-3px); box-shadow: var(--sh-2); color: var(--text); }
.sx-dcard__txt { min-width: 0; flex: 1; }
.sx-dcard__txt small { display: block; font-size: 13px; color: var(--muted); font-weight: 500; }
.sx-dcard__txt b { display: block; font-size: 17px; font-weight: 700; margin-top: 2px; overflow-wrap: anywhere; }
.sx-dcard__go { color: var(--dim); flex-shrink: 0; transition: transform .2s, color .2s; }
a.sx-dcard:hover .sx-dcard__go { color: var(--accent); transform: translateX(3px); }
.sx-social { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
a.sx-soc {
  display: flex; align-items: center; gap: 12px; padding: 14px; border-radius: 14px; background: var(--surface); box-shadow: var(--sh-1);
  color: var(--text); text-decoration: none; font-weight: 600; font-size: 15px; transition: transform .2s var(--ease), box-shadow .2s;
}
a.sx-soc:hover { transform: translateY(-2px); box-shadow: var(--sh-2); color: var(--text); }
.sx-soc__i { width: 38px; height: 38px; border-radius: 11px; display: grid; place-items: center; color: #fff; flex-shrink: 0; }
.sx-soc__i svg { width: 20px; height: 20px; }
.sx-soc--fb .sx-soc__i { background: #1877F2; }
.sx-soc--ig .sx-soc__i { background: linear-gradient(45deg, #F9A23B, #E1306C 50%, #7B3FE4); }
.sx-soc--yt .sx-soc__i { background: #FF0000; }
.sx-soc--tw .sx-soc__i { background: #9146FF; }
.sx-postal { background: var(--gold-soft); border-radius: var(--r); padding: 18px 20px; font-size: 14.5px; line-height: 1.55; color: var(--muted); }
.sx-postal b { display: block; color: var(--text); font-size: 15px; margin-bottom: 4px; }
.sx-postal a { color: var(--text); font-weight: 600; }

.sx-faq { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.6fr); gap: clamp(20px, 4vw, 56px); align-items: start; }
.sx-faq__side p { color: var(--muted); font-size: 16px; line-height: 1.55; margin: 16px 0 20px; }
body[data-page="kontakt"] .sx-faq .faq { display: grid; gap: 10px; }
body[data-page="kontakt"] .sx-faq .faq__item { border-radius: 16px !important; overflow: hidden; transition: box-shadow .2s; }
body[data-page="kontakt"] .sx-faq .faq__q {
  list-style: none; cursor: pointer; display: flex; align-items: center; justify-content: space-between; gap: 16px;
  padding: 20px 22px; font-family: var(--ff-head); font-weight: 700; font-size: 18px; letter-spacing: -.015em; color: var(--text);
  text-transform: none;
}
body[data-page="kontakt"] .sx-faq .faq__q::-webkit-details-marker { display: none; }
body[data-page="kontakt"] .sx-faq .faq__q::marker { content: ""; }
body[data-page="kontakt"] .sx-faq .faq__q::after {
  content: ""; flex-shrink: 0; width: 34px; height: 34px; border-radius: 10px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23EE3A1E' stroke-width='2.6' stroke-linecap='round'%3E%3Cpath d='M12 5v14M5 12h14'/%3E%3C/svg%3E"), var(--sun-soft);
  background-size: 16px 16px, 100% 100%; background-position: center; background-repeat: no-repeat;
  transition: transform .25s var(--ease);
}
body[data-page="kontakt"] .sx-faq .faq__item[open] .faq__q::after { transform: rotate(45deg); }
body[data-page="kontakt"] .sx-faq .faq__item[open] { box-shadow: var(--sh-2); }
body[data-page="kontakt"] .sx-faq .faq__a { padding: 0 22px 22px; color: var(--muted); font-size: 16px; line-height: 1.6; max-width: 64ch; }
body[data-page="kontakt"] .sx-faq .faq__q:hover { color: var(--accent); }

@media (max-width: 980px) { .sx-contact, .sx-faq { grid-template-columns: minmax(0, 1fr); } }
@media (max-width: 640px) {
  .sx-social { gap: 8px; }
  a.sx-soc { padding: 12px; font-size: 14px; }
  body[data-page="kontakt"] .sx-faq .faq__q { padding: 16px 16px; font-size: 16.5px; }
  body[data-page="kontakt"] .sx-faq .faq__a { padding: 0 16px 18px; font-size: 15px; }
}

/* =====================================================================
   6. IMPRESSUM + DATENSCHUTZ (Lesespalte)
   ===================================================================== */
.sx-legal { display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: clamp(20px, 3vw, 40px); align-items: start; max-width: 1120px; margin: 0 auto; }
.sx-legal--toc { grid-template-columns: 270px minmax(0, 1fr); }
.sx-read { padding: clamp(24px, 4.4vw, 60px); }
body:is([data-page="impressum"], [data-page="datenschutz"]) .sx-read .prose { max-width: 68ch; }
body:is([data-page="impressum"], [data-page="datenschutz"]) .sx-read .prose p { font-size: 16.5px; line-height: 1.7; color: #3A2F34; margin: 0 0 16px; }
body:is([data-page="impressum"], [data-page="datenschutz"]) .sx-read .prose strong { color: var(--text); }
body:is([data-page="impressum"], [data-page="datenschutz"]) .sx-read .prose em { font-style: normal; font-weight: 600; color: var(--text); }
body:is([data-page="impressum"], [data-page="datenschutz"]) .sx-read .prose code { font-size: 14px; background: var(--bg-2); padding: 1px 6px; border-radius: 6px; }
body:is([data-page="impressum"], [data-page="datenschutz"]) .sx-read .prose h2 {
  font-family: var(--ff-head) !important; font-weight: 800; font-size: clamp(22px, 2vw, 27px); letter-spacing: -.025em; line-height: 1.2;
  text-transform: none; color: var(--text); margin: 44px 0 14px; padding: 0; scroll-margin-top: 100px;
}
body:is([data-page="impressum"], [data-page="datenschutz"]) .sx-read .prose h2:first-child { margin-top: 0; }
body:is([data-page="impressum"], [data-page="datenschutz"]) .sx-read .prose h2::after { display: none; }
.sx-read__sep { height: 1px; background: var(--line); margin: 36px 0; border: 0; }
.sx-legal__side { display: grid; gap: 12px; position: sticky; top: calc(var(--header-h) + 36px); }
.sx-legal__side .sx-card { padding: 20px; }
.sx-legal__side h2 { font-family: var(--ff-head) !important; font-weight: 800; font-size: 18px; letter-spacing: -.02em; margin: 0 0 12px; text-transform: none; }
.sx-toc { list-style: none; margin: 0; padding: 0; display: grid; gap: 2px; counter-reset: sxtoc; }
.sx-toc a {
  display: grid; grid-template-columns: 26px 1fr; gap: 8px; align-items: baseline; padding: 8px 10px; border-radius: 10px;
  color: var(--muted); text-decoration: none; font-size: 14.5px; line-height: 1.35; font-weight: 500; transition: background .15s, color .15s;
}
.sx-toc a b { font-family: var(--ff-head); font-weight: 800; color: var(--accent); font-size: 14px; }
.sx-toc a:hover { background: var(--sun-soft); color: var(--text); }
.sx-mini { list-style: none; margin: 0; padding: 0; display: grid; gap: 6px; font-size: 14.5px; }
.sx-mini a { color: var(--text); font-weight: 600; text-decoration: none; }
.sx-mini a:hover { color: var(--accent); }
.sx-mini small { display: block; color: var(--muted); font-size: 13px; }
.sx-legal__stand { font-size: 13px; color: var(--dim); }

@media (max-width: 980px) {
  .sx-legal, .sx-legal--toc { grid-template-columns: minmax(0, 1fr); }
  .sx-legal__side { position: static; }
  .sx-legal--toc .sx-legal__side { order: -1; }
  .sx-toc { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 2px 6px; }
}
@media (max-width: 640px) {
  .sx-read { padding: 22px 18px; }
  body:is([data-page="impressum"], [data-page="datenschutz"]) .sx-read .prose p { font-size: 15.5px; }
  .sx-toc { grid-template-columns: minmax(0, 1fr); }
  .sx-toc a { padding: 7px 8px; }
}

/* =====================================================================
   7. 404
   ===================================================================== */
.sx-404 {
  margin: 14px clamp(10px, 1.6vw, 24px) 0; border-radius: var(--r-l); overflow: hidden; position: relative;
  background:
    radial-gradient(700px 380px at 90% 10%, rgba(255,154,60,.32), transparent 60%),
    radial-gradient(600px 400px at 0% 100%, rgba(109,74,255,.16), transparent 60%),
    var(--sun-soft);
  padding: clamp(40px, 7vw, 100px) 0;
}
.sx-404__grid { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr); gap: clamp(24px, 4vw, 60px); align-items: center; }
.sx-404 h1 { font-family: var(--ff-head) !important; font-weight: 800; letter-spacing: -.045em; line-height: .98; font-size: clamp(40px, 6vw, 84px); margin: 0; text-transform: none; color: var(--text); }
.sx-404 h1 span { background: var(--sun); -webkit-background-clip: text; background-clip: text; color: transparent; }
.sx-404__txt { font-size: clamp(16px, 1.4vw, 19px); line-height: 1.55; color: var(--muted); margin: 18px 0 28px; max-width: 46ch; }
.sx-404__art { position: relative; display: grid; place-items: center; }
.sx-404__num {
  font-family: var(--ff-head); font-weight: 800; letter-spacing: -.07em; line-height: .8; font-size: clamp(120px, 17vw, 250px);
  background: var(--sun); -webkit-background-clip: text; background-clip: text; color: transparent; position: relative; z-index: 1;
  filter: drop-shadow(0 20px 30px rgba(238,58,30,.25));
}
.sx-404__disc {
  position: absolute; width: clamp(160px, 22vw, 300px); aspect-ratio: 1; border-radius: 50%; z-index: 0; opacity: .9;
  background:
    radial-gradient(circle, #FF8A1F 0 13%, #1B1417 13.5% 15%, transparent 15.5%),
    repeating-radial-gradient(circle, #2A2024 0 2px, #1B1417 2px 5px);
  box-shadow: 0 30px 60px -30px rgba(27,20,23,.8);
  animation: sx-spin 6s linear infinite;
}
@keyframes sx-spin { to { transform: rotate(360deg); } }
@media (prefers-reduced-motion: reduce) { .sx-404__disc { animation: none; } }
.sx-ways { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
a.sx-way { display: block; background: var(--surface); border-radius: var(--r); box-shadow: var(--sh-1); overflow: hidden; color: var(--text); text-decoration: none; transition: transform .25s var(--ease), box-shadow .25s; }
a.sx-way:hover { transform: translateY(-4px); box-shadow: var(--sh-2); color: var(--text); }
.sx-way__img { aspect-ratio: 16 / 9; overflow: hidden; background: var(--bg-2); }
.sx-way__img img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .5s var(--ease); }
a.sx-way:hover .sx-way__img img { transform: scale(1.04); }
.sx-way__body { padding: 16px 18px 18px; display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.sx-way__body b { display: block; font-family: var(--ff-head); font-weight: 800; font-size: 20px; letter-spacing: -.02em; }
.sx-way__body small { display: block; color: var(--muted); font-size: 14px; margin-top: 2px; }
@media (max-width: 820px) {
  .sx-404 { margin: 8px 8px 0; border-radius: 22px; }
  .sx-404__grid { grid-template-columns: minmax(0, 1fr); }
  .sx-404__art { order: -1; min-height: 180px; }
  .sx-ways { grid-template-columns: minmax(0, 1fr); gap: 12px; }
  .sx-404 .sx-actions .btn, .sx-404 .sx-actions .sx-btn-ghost { flex: 1 1 auto; justify-content: center; }
}

/* Handy allgemein */
@media (max-width: 820px) {
  .sx-band { margin-inline: 8px; border-radius: 22px; }
  .sx-card { border-radius: 16px; }
  .sx-h2 { font-size: clamp(28px, 8.4vw, 38px); }
}
.sx-buy-short { display: none; }
@media (max-width: 640px) { .sx-prod__buy .sx-buy-short { display: inline; } }
@media (max-width: 640px) { .sx-shop-lead { font-size: 19px; } }

/* Kino-Kopf „klein“ bleibt auf diesen Seiten wirklich niedrig
   (die allgemeine .cine-Mindesthöhe aus sunset.css „Nacharbeit 1“ hob ihn auf Vollbild) */
body:is([data-page="kontakt"], [data-page="impressum"], [data-page="datenschutz"]) .cine.cine--klein { min-height: clamp(260px, 38svh, 400px); }
@media (max-width: 820px) {
  body:is([data-page="kontakt"], [data-page="impressum"], [data-page="datenschutz"]) .cine.cine--klein { min-height: clamp(240px, 42svh, 340px); }
  .sx-contact__intro { font-size: 20px; }
}
@media (max-width: 820px) {
  body[data-page="datenschutz"] .cine__title--page { font-size: clamp(26px, 7.6vw, 52px); hyphens: auto; overflow-wrap: anywhere; }
}

/* Label: Zahlen riesig in der Kopfschrift */
.sx-bignums { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.sx-bignum { border-radius: var(--r-l); padding: clamp(20px, 2.4vw, 32px) clamp(18px, 2vw, 28px); background: var(--sun-soft); min-width: 0; position: relative; overflow: hidden; }
.sx-bignum:nth-child(2) { background: var(--lila-soft); }
.sx-bignum:nth-child(3) { background: var(--tuerkis-soft); }
.sx-bignum:nth-child(4) { background: var(--gold-soft); }
.sx-bignum__n {
  display: block; font-family: var(--ff-head); font-weight: 800; letter-spacing: -.06em; line-height: .86;
  font-size: clamp(56px, 7.4vw, 124px); font-variant-numeric: tabular-nums; color: var(--accent);
}
.sx-bignum:nth-child(2) .sx-bignum__n { color: var(--lila); }
.sx-bignum:nth-child(3) .sx-bignum__n { color: var(--tuerkis); }
.sx-bignum:nth-child(4) .sx-bignum__n { color: var(--gold); }
.sx-bignum__l { display: block; margin-top: 14px; font-size: 15px; font-weight: 600; color: var(--text); }
.sx-artist .sx-platforms { margin-top: 12px; }

/* Label: neueste Veröffentlichung groß */
.sx-rel-grid { grid-template-columns: repeat(6, minmax(0, 1fr)) !important; }
.sx-rel--feat { grid-column: span 3; grid-row: span 3; }
.sx-rel--feat .sx-rel__title { font-size: clamp(26px, 2.6vw, 38px); letter-spacing: -.035em; }
.sx-rel--feat .sx-rel__body { padding-top: 16px; }
.sx-rel__new { margin: 0 0 6px; font-size: 11px; }
.sx-rel--feat .sx-rel__art { border-radius: 22px; }
body[data-page="label"] .sx-rel--feat .release-card__play { width: 64px; height: 64px; border-radius: 18px; right: 18px; bottom: 18px; opacity: 1; transform: none; }
body[data-page="label"] .sx-rel--feat .release-card__play svg { width: 26px; height: 26px; }
.sx-rel-grid { grid-auto-flow: dense; }
@media (max-width: 980px) { .sx-bignums { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 820px) {
  .sx-bignums { gap: 10px; }
  .sx-bignum { padding: 18px 16px; border-radius: 20px; }
  .sx-bignum__n { font-size: clamp(48px, 15vw, 72px); }
  .sx-bignum__l { font-size: 13.5px; margin-top: 10px; }
  .sx-rel-grid { grid-template-columns: repeat(3, minmax(0, 1fr)) !important; gap: 18px 10px !important; }
  .sx-rel--feat { grid-column: 1 / -1; grid-row: auto; }
  .sx-rel:not(.sx-rel--feat) .sx-rel__title { font-size: 14px; }
  .sx-rel:not(.sx-rel--feat) .sx-rel__meta, .sx-rel:not(.sx-rel--feat) .sx-rel__plays { display: none; }
  .sx-rel:not(.sx-rel--feat) .sx-rel__no { font-size: 10px; padding: 3px 5px; left: 6px; top: 6px; }
  .sx-rel:not(.sx-rel--feat) .sx-rel__soon { display: none; }
  .sx-rel:not(.sx-rel--feat) .sx-rel__art { border-radius: 12px; }
  body[data-page="label"] .sx-rel:not(.sx-rel--feat) .release-card__play { width: 34px; height: 34px; border-radius: 10px; right: 6px; bottom: 6px; }
}
.sx-prod--hero .sx-prod__floor { bottom: 12%; }

/* DJ: Genre-Laufband */
.sx-ticker { overflow: hidden; padding: clamp(8px, 2vw, 20px) 0; margin-top: clamp(8px, 2vw, 16px); -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); }
.sx-ticker__track { display: flex; width: max-content; animation: sx-ticker 38s linear infinite; }
.sx-ticker:hover .sx-ticker__track { animation-play-state: paused; }
.sx-ticker__set { display: flex; align-items: center; gap: clamp(18px, 2.4vw, 34px); padding-right: clamp(18px, 2.4vw, 34px); flex-shrink: 0; }
.sx-ticker__w { font-family: var(--ff-head); font-weight: 800; letter-spacing: -.045em; line-height: 1; font-size: clamp(44px, 6.6vw, 104px); white-space: nowrap; color: var(--text); }
.sx-ticker__w--o { background: var(--sun); -webkit-background-clip: text; background-clip: text; color: transparent; }
.sx-ticker__dot { font-size: clamp(20px, 2.4vw, 36px); color: var(--lila); }
@keyframes sx-ticker { to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .sx-ticker__track { animation: none; } }

/* DJ: Vorteils-Kacheln in Pastell */
.sx-offer__tiles .sx-tile { box-shadow: none; background: var(--surface); transition: transform .25s var(--ease), box-shadow .25s; }
.sx-offer__tiles .sx-tile:nth-child(1) { background: #FFFFFF; }
.sx-offer__tiles .sx-tile:nth-child(2) { background: var(--lila-soft); }
.sx-offer__tiles .sx-tile:nth-child(3) { background: var(--tuerkis-soft); }
.sx-offer__tiles .sx-tile:nth-child(4) { background: var(--gold-soft); }
.sx-offer__tiles .sx-tile:nth-child(5) { background: #FFFFFF; }
.sx-offer__tiles .sx-tile:hover { transform: translateY(-3px); box-shadow: var(--sh-2); }
.sx-offer__tiles .sx-tile .sx-ico { background: #fff; box-shadow: var(--sh-1); }
.sx-offer__tiles .sx-tile p { font-family: var(--ff-head); font-weight: 700; font-size: 18px; letter-spacing: -.015em; line-height: 1.3; }
@media (max-width: 640px) { .sx-offer__tiles .sx-tile p { font-size: 16px; } }

/* DJ: Schritte mit Verbindungslinie */
@media (min-width: 1101px) {
  .sx-step:not(:last-child)::after {
    content: ""; position: absolute; right: -13px; top: 58px; width: 10px; height: 10px; z-index: 2;
    border-top: 2.5px solid var(--dim); border-right: 2.5px solid var(--dim); transform: rotate(45deg); opacity: .5;
  }
  .sx-step { overflow: visible; }
  .sx-step::before { border-radius: var(--r) var(--r) 0 0; }
}

/* Formular als edle Karte */
.sx-form.sx-card { border-radius: var(--r-l); position: relative; overflow: hidden; box-shadow: 0 1px 2px rgba(70,35,20,.06), 0 30px 60px -30px rgba(70,35,20,.35); }
.sx-form.sx-card::before { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 6px; background: linear-gradient(90deg, #FF3B1F, #FF9A3C 35%, #B38CFF 70%, #5FD3C4); }
@media (max-width: 820px) {
  a.sx-way { display: grid; grid-template-columns: 120px minmax(0, 1fr); align-items: stretch; }
  .sx-way__img { aspect-ratio: auto; min-height: 88px; }
  .sx-way__body { padding: 14px 16px; }
  .sx-way__body b { font-size: 18px; }
  .sx-way__body small { font-size: 13px; }
}
