.hero-stream.hero-promo {
  gap: 0;
  padding: 0;
}

.hero-stream.hero-promo::before { content: none; }

.hero-promo-video {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: contain;
  background: #080d12;
}

.hero-promo-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  padding: 12px 16px;
  font-size: 0.875rem;
}

.hero-promo-sound {
  color: inherit;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(232, 241, 238, 0.45);
  border-radius: 4px;
  padding: 8px 14px;
  min-height: 44px;
  font: inherit;
  cursor: pointer;
}

.hero-promo-sound:hover { background: rgba(255, 255, 255, 0.16); }
.hero-promo-sound:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; }
