.video-shell img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: auto;
  border-radius: 8px;
}

.demo-section .video-shell video {
  height: auto;
  aspect-ratio: 80 / 49;
  object-fit: contain;
}

.watch-page {
  max-width: 1180px;
  margin: auto;
  padding: 70px 5vw 120px;
}

.watch-page > header {
  max-width: 850px;
  margin-bottom: 38px;
}

.watch-page h1 {
  margin: 0;
  font: 400 clamp(44px, 6vw, 76px) / 1 Georgia, serif;
  letter-spacing: -0.035em;
}

.watch-page > header > p:last-child {
  max-width: 700px;
  color: var(--muted);
  font-size: 18px;
}

.watch-page .video-shell {
  background: var(--ink);
  box-shadow: var(--shadow);
}

.watch-page .video-shell video {
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
}

.watch-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 28px;
}
