/* Watch page: force the desktop three-column layout and About-scale headings. */
@media (min-width: 760px) {
  .watch-list {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 2.5rem !important;
  }

  .watch-list .video-card {
    display: block !important;
    min-width: 0;
    margin: 0 !important;
  }

  .watch-intro h1,
  .watch-coaching h2 {
    font-size: 3.25rem !important;
    line-height: 1.05 !important;
  }

  .watch-intro > p:last-child,
  .watch-coaching p {
    max-width: 38rem !important;
    font-size: 1.125rem !important;
    line-height: 1.6 !important;
  }
}
