.btcpp-watch-page {
  --rebrand-accent: #f7931a;
  --rebrand-ink: #1c1c1e;
  --rebrand-paper: #f6f3ee;
  background: #f4efe6;
  color: #101010;
  margin: 0;
}

.watch-shell {
  margin: 0 auto;
  max-width: 1280px;
  padding: 36px 28px 96px;
}

.watch-hero {
  border-bottom: 1px solid #101010;
  display: grid;
  gap: 18px;
  padding: 76px 0 42px;
}

.watch-hero__label,
.watch-details__eyebrow {
  font: 600 12px/1.3 "IBM Plex Mono", monospace;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.watch-hero__label span { color: #f15a24; }

.watch-hero h1 {
  font: 600 clamp(42px, 8vw, 102px)/.92 "IBM Plex Sans", sans-serif;
  letter-spacing: -.055em;
  margin: 0;
  max-width: 1100px;
}

.watch-hero__speakers {
  font: 400 clamp(18px, 2vw, 25px)/1.4 "Source Serif 4", serif;
  margin: 0;
}

.watch-hero__speakers a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 4px; }

.watch-player {
  background: #111;
  border: 1px solid #111;
  margin-top: 44px;
}

.watch-player__frame { aspect-ratio: 16 / 9; width: 100%; }
.watch-player__frame { position: relative; }
.watch-player__frame iframe,
.watch-player__frame video { background: #000; border: 0; height: 100%; width: 100%; }

.watch-player__live-badge {
  background: #f15a24;
  color: #fff;
  font: 700 12px/1 "IBM Plex Mono", monospace;
  left: 16px;
  letter-spacing: .12em;
  padding: 9px 11px;
  position: absolute;
  top: 16px;
}

.watch-player__sound-prompt {
  align-items: center;
  background: rgba(10, 10, 10, .86);
  border: 1px solid #f7931a;
  bottom: 54px;
  color: #fff;
  cursor: pointer;
  display: flex;
  font: 700 12px/1 "IBM Plex Mono", monospace;
  gap: 9px;
  left: 16px;
  letter-spacing: .1em;
  padding: 11px 13px;
  position: absolute;
  text-transform: uppercase;
  z-index: 2;
}

.watch-player__sound-prompt:hover,
.watch-player__sound-prompt:focus-visible {
  background: #f7931a;
  color: #101010;
  outline: none;
}

.watch-player__sound-prompt[hidden] { display: none; }

.watch-player__standby {
  align-content: center;
  aspect-ratio: 16 / 9;
  background: radial-gradient(circle at 75% 20%, #47332b, #171513 52%, #080808);
  color: #fff;
  display: grid;
  justify-items: center;
  padding: 36px;
  text-align: center;
}

.watch-player__standby span {
  color: #ff7440;
  font: 600 12px/1.3 "IBM Plex Mono", monospace;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.watch-player__standby strong { font: 600 clamp(30px, 5vw, 70px)/1 "IBM Plex Sans", sans-serif; margin-top: 14px; }
.watch-player__standby p { font: 400 17px/1.5 "IBM Plex Mono", monospace; }

.watch-details {
  border-bottom: 1px solid #101010;
  display: grid;
  gap: 50px;
  grid-template-columns: minmax(0, 2fr) minmax(250px, 1fr);
  padding: 42px 0;
}

.watch-details__description { font: 400 clamp(19px, 2vw, 25px)/1.55 "Source Serif 4", serif; margin: 16px 0 0; max-width: 760px; }
.watch-details__actions { align-content: start; display: grid; gap: 12px; }
.watch-details__actions a { border: 1px solid #101010; color: inherit; font: 600 12px/1.3 "IBM Plex Mono", monospace; padding: 15px 17px; text-decoration: none; text-transform: uppercase; }
.watch-details__actions a:first-child { background: #f15a24; }

@media (max-width: 720px) {
  .watch-shell { padding: 24px 18px 64px; }
  .watch-hero { padding-top: 50px; }
  .watch-player { margin-top: 28px; }
  .watch-details { grid-template-columns: 1fr; }
  .watch-player__standby { aspect-ratio: 4 / 3; }
}
