/* SAGE WATCH PAGE — COLLAPSIBLE INFO + LOCAL PLYR */
.watch-topbar { min-height:38px !important; padding:.38rem .75rem !important; }
.watch-shell { padding:.55rem !important; }
.watch-stage { gap:.55rem !important; }
.watch-info-drawer {
  min-width:0;
  border:1px solid rgba(224,187,95,.25);
  border-radius:14px;
  background:rgba(8,11,16,.94);
  overflow:hidden;
}
.watch-info-drawer > summary {
  cursor:pointer;
  list-style:none;
  min-height:38px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:.4rem .7rem;
  color:#e7c46e;
  font-size:.75rem;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.watch-info-drawer > summary::-webkit-details-marker { display:none; }
.watch-info-drawer > summary::after { content:' ▾'; margin-left:.4rem; }
.watch-info-drawer[open] > summary::after { content:' ▴'; }
.watch-info-drawer .watch-summary { border:0 !important; border-radius:0 !important; }
.screen-inner > .plyr,
.screen-inner > .plyr video { width:100%; height:100%; }
.screen-inner > .plyr { min-height:0; --plyr-color-main:#c79a31; }
.plyr__menu { display:none !important; }
.watch-player.movie-is-removed .plyr { visibility:hidden; }
video::-webkit-media-controls { display:none !important; }
@media (max-width:900px) {
  .watch-stage { grid-template-columns:1fr !important; }
  .watch-info-drawer { order:1; }
  .watch-player { order:2; min-height:min(58vw,430px); }
}
@media (max-width:640px) {
  .watch-topbar { min-height:34px !important; padding:.3rem .5rem !important; }
  .watch-shell { padding:.35rem !important; }
  .watch-info-drawer > summary { min-height:34px; font-size:.66rem; }
  .watch-player { min-height:56vw; }
}

/* SAGE WATCH LANDSCAPE SCREEN FILL — 2026-07-22 */

.watch-player .screen-inner {
  position: relative !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 0 !important;
  overflow: hidden !important;
  background: #000 !important;
}

.watch-player .screen-inner > .plyr {
  width: 100% !important;
  height: 100% !important;
  min-height: 0 !important;
}

.watch-player .plyr__video-wrapper {
  width: 100% !important;
  height: 100% !important;
  min-height: 0 !important;
  padding-bottom: 0 !important;
  aspect-ratio: auto !important;
  background: #000 !important;
}

.watch-player .plyr video {
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  object-fit: contain !important;
  background: #000 !important;
}

.watch-player .plyr__poster {
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}

.watch-info-drawer[open] > summary {
  border-bottom: 1px solid rgba(224, 187, 95, .22);
}

