.watch-hero {
  padding: clamp(72px, 8vw, 126px) 0 64px;
}

.watch-hero h1 {
  margin: 40px 0 0;
  max-width: 1280px;
  font-size: clamp(52px, 9vw, 132px);
  font-weight: 850;
  letter-spacing: -.082em;
  line-height: .82;
  text-transform: uppercase;
}

.watch-player {
  padding-bottom: 50px;
}

.watch-player video {
  display: block;
  width: 100%;
  max-height: 88svh;
  border: 1px solid var(--line);
  background: #000;
  object-fit: contain;
}

.watch-meta {
  padding: 28px 0 110px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
  border-bottom: 1px solid var(--line);
}

.watch-meta p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.6; letter-spacing: .06em; text-transform: uppercase; }
.watch-meta p:last-child { text-align: right; }

.watch-story {
  padding: 120px 0;
  display: grid;
  grid-template-columns: minmax(180px, 1fr) minmax(0, 3fr);
  gap: 34px;
  border-bottom: 1px solid var(--line);
}

.watch-story blockquote {
  margin: -8px 0 0;
  max-width: 1100px;
  font-size: clamp(42px, 6.4vw, 96px);
  font-weight: 800;
  line-height: .9;
  letter-spacing: -.07em;
  text-transform: uppercase;
}

.watch-story-copy { max-width: 820px; margin-top: 50px; color: var(--muted); font-size: 18px; line-height: 1.65; }
.watch-story-copy p { margin: 0 0 22px; }

@media (max-width: 820px) {
  .watch-hero { padding-top: 66px; }
  .watch-player { width: calc(100% + 28px); margin-left: -14px; }
  .watch-meta { grid-template-columns: 1fr; padding-bottom: 80px; }
  .watch-meta p:last-child { text-align: left; }
  .watch-story { grid-template-columns: 1fr; padding: 88px 0; }
}
