.od1-backstage__header { max-width: 780px; margin-bottom: 30px; }
.od1-backstage__header h2 { margin: 0; font-size: clamp(2.8rem, 8vw, 6rem); letter-spacing: -.06em; line-height: .92; }
.od1-backstage__header > p:last-child { max-width: 620px; margin: 16px 0 0; color: var(--od1-artist-muted); font-size: 1rem; }
.od1-backstage__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 320px), 1fr)); gap: 17px; }
.od1-backstage-card { position: relative; overflow: hidden; border: 1px solid var(--od1-artist-border); border-radius: 18px; background: var(--od1-artist-panel); box-shadow: 0 18px 55px rgba(0,0,0,.2); }
.od1-backstage-card.is-featured { grid-column: span 2; border-color: color-mix(in srgb, var(--od1-artist-accent) 45%, var(--od1-artist-border)); }
.od1-backstage-card__new { position: absolute; z-index: 2; top: 12px; right: 12px; padding: 6px 9px; border-radius: 999px; color: #08080b; background: var(--od1-artist-accent); font-size: .64rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.od1-backstage-card__image { aspect-ratio: 16 / 9; overflow: hidden; background: var(--od1-artist-panel-strong); }
.od1-backstage-card__image img { width: 100%; height: 100%; object-fit: cover; }
.od1-backstage-card__body { display: grid; gap: 12px; padding: 20px; }
.od1-backstage-card__type { margin: 0; color: var(--od1-artist-accent); font-size: .68rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.od1-backstage-card h3 { margin: -5px 0 0; font-size: clamp(1.35rem, 4vw, 2rem); letter-spacing: -.04em; line-height: 1; }
.od1-backstage-card__date { margin: -4px 0 0; color: var(--od1-artist-muted); font-size: .72rem; }
.od1-backstage-card__content { color: var(--od1-artist-muted); line-height: 1.6; }
.od1-backstage-card__content > :first-child { margin-top: 0; }
.od1-backstage-card__content > :last-child { margin-bottom: 0; }
.od1-backstage-card audio { width: 100%; }
.od1-backstage-card__video { position: relative; width: 100%; overflow: hidden; box-sizing: border-box; line-height: 0; border-radius: 11px; background: #000; isolation: isolate; }
.od1-backstage-card__video iframe,
.od1-backstage-card__video video { display: block; width: 100%; max-width: 100%; margin: 0; border: 0; background: #000; }
.od1-backstage-card__video iframe { aspect-ratio: 16 / 9; height: auto; }
.od1-backstage-card__video video { max-height: min(68vh, 560px); object-fit: contain; }
.od1-backstage-card__video.has-measured-video { aspect-ratio: var(--od1-video-aspect); background: #000; }
.od1-backstage-card__video.has-measured-video video { position: absolute; inset: 0; width: 100%; height: 100%; max-height: none; object-fit: contain; }
.od1-backstage-card__video.is-portrait { width: min(58vw, 190px); max-width: 100%; aspect-ratio: var(--od1-video-aspect, 9 / 16); margin-inline: auto; background: #000; }
.od1-backstage-card__video.is-portrait iframe,
.od1-backstage-card__video.is-portrait video { width: 100%; height: 100%; max-height: none; aspect-ratio: 9 / 16; object-fit: contain; }
.od1-backstage-video__center {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  display: grid;
  width: 66px;
  height: 66px;
  padding: 0;
  place-items: center;
  border: 3px solid rgba(255,255,255,.72);
  border-radius: 50%;
  color: #fff;
  background: rgba(0,0,0,.28);
  backdrop-filter: blur(5px);
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.od1-backstage-video__center span,
.od1-backstage-video__toggle span { display: block; width: 0; height: 0; margin-left: 4px; border-top: 8px solid transparent; border-bottom: 8px solid transparent; border-left: 13px solid currentColor; }
.od1-backstage-video__controls {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  grid-template-columns: 30px auto minmax(40px,1fr) auto 32px;
  padding: 38px 10px 10px;
  align-items: center;
  gap: 8px;
  color: #fff;
  background: linear-gradient(to top, rgba(0,0,0,.78), rgba(0,0,0,.36) 52%, transparent);
  border-radius: 0 0 11px 11px;
}
.od1-backstage-video__controls button { display: grid; width: 30px; height: 30px; padding: 0; place-items: center; border: 0; color: #fff; background: transparent; cursor: pointer; }
.od1-backstage-video__toggle span { margin-left: 2px; border-top-width: 6px; border-bottom-width: 6px; border-left-width: 10px; }
.od1-backstage-card__video.is-video-playing .od1-backstage-video__center { opacity: 0; pointer-events: none; }
.od1-backstage-card__video.is-video-playing .od1-backstage-video__toggle span { width: 9px; height: 14px; margin: 0; border: 0; border-right: 3px solid currentColor; border-left: 3px solid currentColor; }
.od1-backstage-video__controls input {
  width: 100%;
  min-width: 0;
  height: 18px;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  appearance: none;
  -webkit-appearance: none;
  background: transparent;
  cursor: pointer;
}
.od1-backstage-video__controls input::-webkit-slider-runnable-track { height: 4px; border-radius: 999px; background: rgba(255,255,255,.42); }
.od1-backstage-video__controls input::-webkit-slider-thumb { width: 15px; height: 15px; margin-top: -5.5px; border: 0; border-radius: 50%; appearance: none; -webkit-appearance: none; background: #fff; box-shadow: 0 1px 5px rgba(0,0,0,.55); }
.od1-backstage-video__controls input::-moz-range-track { height: 4px; border: 0; border-radius: 999px; background: rgba(255,255,255,.42); }
.od1-backstage-video__controls input::-moz-range-thumb { width: 15px; height: 15px; border: 0; border-radius: 50%; background: #fff; box-shadow: 0 1px 5px rgba(0,0,0,.55); }
.od1-backstage-video__time { min-width: 34px; color: rgba(255,255,255,.9); font-size: .66rem; line-height: 1; text-align: center; font-variant-numeric: tabular-nums; }
.od1-backstage-video__fullscreen { font-size: 1.35rem; line-height: 1; }
.od1-backstage-card__video.is-portrait .od1-backstage-video__center { width: 56px; height: 56px; }
.od1-backstage-card__video.is-portrait .od1-backstage-video__controls { grid-template-columns: 28px minmax(0,1fr) 30px; padding: 30px 8px 8px; gap: 7px; }
.od1-backstage-card__video.is-portrait .od1-backstage-video__time { display: none; }
.od1-backstage-card__release { color: var(--od1-artist-accent); font-size: .78rem; font-weight: 800; text-decoration: none; }
.od1-backstage-reactions { display: flex; gap: 7px; padding-top: 3px; }
.od1-backstage-reactions button { display: grid; width: 36px; height: 34px; padding: 0; place-items: center; border: 1px solid var(--od1-artist-border); border-radius: 999px; color: var(--od1-artist-muted); background: rgba(255,255,255,.035); cursor: pointer; }
.od1-backstage-reactions button.is-active { border-color: var(--od1-artist-accent); color: var(--od1-artist-accent); background: color-mix(in srgb, var(--od1-artist-accent) 14%, transparent); }
.od1-backstage__empty { grid-column: 1 / -1; padding: 34px; border: 1px dashed var(--od1-artist-border); border-radius: 18px; color: var(--od1-artist-muted); text-align: center; }
@media (max-width: 720px) {
  .od1-backstage-card.is-featured { grid-column: span 1; }
}
