/* PUBLIC RENDERER V2 – gemeinsame Basis (kein Theme-Look) */
@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&family=Instrument+Sans:wght@400;500;600;700&family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Space+Grotesk:wght@400;500;600;700&display=swap');

*,
*::before,
*::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body.release-v2 {
  margin: 0;
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
  padding-left: env(safe-area-inset-left, 0px);
  padding-right: env(safe-area-inset-right, 0px);
}
img { max-width: 100%; display: block; }
a { color: inherit; }
.v2-visually-hidden {
  position: absolute !important;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0);
  white-space: nowrap; border: 0;
}
.v2-preview-banner {
  background: #1a1a1a;
  color: #c8c8c8;
  font: 600 12px/1.4 "Instrument Sans", system-ui, sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 8px 16px;
  padding-top: max(8px, env(safe-area-inset-top, 0px));
  text-align: center;
}
.v2-preview-banner span { opacity: 0.65; margin-left: 8px; font-weight: 500; }

.v2-video {
  position: relative;
  display: block;
  overflow: hidden;
  background: #111;
  aspect-ratio: 16 / 10;
}
.v2-video img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.78;
}
.v2-video__play {
  position: absolute;
  left: 50%; top: 50%;
  width: 56px; height: 56px;
  margin: -28px 0 0 -28px;
  border: 1.5px solid rgba(255,255,255,0.9);
  border-radius: 50%;
}
.v2-video__play::after {
  content: "";
  position: absolute;
  left: 21px; top: 17px;
  border-style: solid;
  border-width: 10px 0 10px 16px;
  border-color: transparent transparent transparent #fff;
}
.v2-video--compact { aspect-ratio: 1; max-width: 140px; }
.v2-video--compact .v2-video__play { width: 36px; height: 36px; margin: -18px 0 0 -18px; }
.v2-video--compact .v2-video__play::after { left: 13px; top: 11px; border-width: 6px 0 6px 10px; }

.v2-video--editorial {
  aspect-ratio: 16 / 10;
}
@media (min-width: 900px) {
  .v2-video--editorial { aspect-ratio: 16 / 11; }
}

.v2-video--feature {
  aspect-ratio: 16 / 9;
  width: 100%;
}

/* Neutrales Video ohne Poster */
.v2-video--neutral {
  background:
    linear-gradient(145deg, #1a1a1a 0%, #2a2a2a 48%, #141414 100%);
}
.v2-video--neutral img { display: none; }
body.release-v2--frida .v2-video--neutral {
  background:
    linear-gradient(145deg, #2A2620 0%, #4A453C 45%, #1C1914 100%);
}

/* Streaming-Listen (Content-Garantie) */
.v2-streams {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Mehr lesen – V1-Pattern (release.js → .press-fold) */
.press-fold {
  margin: 0;
}
.press-fold__summary {
  cursor: pointer;
  list-style: none;
  display: block;
}
.press-fold__summary::-webkit-details-marker { display: none; }
.press-fold__teaser {
  display: block;
  line-height: 1.55;
  margin-bottom: 0.45rem;
}
.press-fold[open] .press-fold__teaser { display: none; }
.press-fold__label {
  font-family: "Instrument Sans", system-ui, sans-serif;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
}
.press-fold__body { margin-top: 0.35rem; }
.press-fold__body--static { margin: 0; }
.press-fold__body p {
  margin: 0 0 0.85rem;
  line-height: 1.6;
}

/* Kontakt-Basis */
.v2-contact-title {
  margin: 0 0 0.75rem;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 600;
}
.v2-contact-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.v2-streams-whisper {
  font-family: "Instrument Sans", system-ui, sans-serif;
  font-size: 13px;
  letter-spacing: 0.02em;
  line-height: 1.6;
  margin: 0;
}
.v2-streams-whisper a { text-decoration: none; border-bottom: 1px solid transparent; }
.v2-streams-whisper a:hover { border-bottom-color: currentColor; }
.v2-streams-whisper__sep { opacity: 0.45; }

.v2-error { padding: 2rem; font-family: system-ui, sans-serif; }

/* Look-Wechsel (Demo-Slug) – funktional gleich zu V1, ohne Theme-CSS-Variablen */
.demo-theme-picker {
  padding: 14px 16px 16px;
  border-top: 1px solid color-mix(in srgb, currentColor 14%, transparent);
  border-bottom: 1px solid color-mix(in srgb, currentColor 14%, transparent);
  background: color-mix(in srgb, currentColor 4%, transparent);
  color: inherit;
}
.demo-theme-picker__inner { max-width: 1280px; margin: 0 auto; }
.demo-theme-picker__head {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.35rem 0.85rem;
  margin: 0 0 10px;
}
.demo-theme-picker__title {
  margin: 0;
  font-family: "Instrument Sans", system-ui, sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}
.demo-theme-picker__text {
  margin: 0;
  font-family: "Instrument Sans", system-ui, sans-serif;
  font-size: 0.8rem;
  line-height: 1.3;
  opacity: 0.68;
}
.demo-theme-picker__track {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding: 2px 2px 6px;
  scroll-snap-type: x proximity;
  -webkit-overflow-scrolling: touch;
}
.demo-theme-card {
  flex: 0 0 auto;
  width: 7.6rem;
  display: grid;
  gap: 5px;
  padding: 7px;
  border: 1.5px solid color-mix(in srgb, currentColor 22%, transparent);
  background: color-mix(in srgb, currentColor 6%, transparent);
  color: inherit;
  text-decoration: none;
  scroll-snap-align: start;
}
.demo-theme-card__swatch {
  display: block;
  width: 100%;
  height: 18px;
  border: 1px solid color-mix(in srgb, currentColor 18%, transparent);
}
.demo-theme-card__name {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  font-family: "Instrument Sans", system-ui, sans-serif;
  font-size: 0.78rem;
  font-weight: 750;
  line-height: 1.15;
}
.demo-theme-card__active {
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0.7;
}
.demo-theme-card__genre {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-family: "Instrument Sans", system-ui, sans-serif;
  font-size: 0.62rem;
  line-height: 1.25;
  opacity: 0.58;
}
.demo-theme-card:hover,
.demo-theme-card:focus-visible {
  border-color: currentColor;
  outline: none;
}
.demo-theme-card.is-active {
  border-color: currentColor;
  border-width: 2px;
  padding: 6.5px;
  box-shadow: inset 3px 0 0 currentColor;
}
@media (min-width: 1180px) {
  .demo-theme-picker__track { overflow: visible; padding-bottom: 2px; }
  .demo-theme-card { flex: 1 1 0; width: auto; min-width: 0; }
}
@media (max-width: 640px) {
  .demo-theme-picker { padding: 12px 12px 14px; }
  .demo-theme-picker__head { flex-direction: column; align-items: flex-start; gap: 0.2rem; margin-bottom: 8px; }
  .demo-theme-card { width: 7.1rem; min-height: 4.4rem; }
}
