.video-filters { display: flex; justify-content: center; align-items: center; gap: clamp(20px, 2.5vw, 34px); width: max-content; max-width: 100%; margin: 0 auto clamp(24px, 4vw, 40px); }
.video-filters button { display: inline-flex; min-height: 44px; align-items: center; padding: 8px 0; border: 0; background: transparent; color: var(--soft); font: 400 .86rem/1 var(--rounded); cursor: pointer; text-decoration: none; touch-action: manipulation; -webkit-tap-highlight-color: rgba(17, 60, 159, .12); }
.video-filters button:hover,
.video-filters button:focus-visible { color: var(--ink); }
.video-filters button.is-active { color: var(--ink); text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: .3em; }

.video-page .catalog-columns { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(28px, 3vw, 48px) clamp(14px, 1.8vw, 30px); align-items: start; }
.video-page .video-card[hidden] { display: none; }
.video-page .catalog-card { height: 100%; }
.video-page .catalog-entry { grid-template-rows: auto 1fr; height: 100%; }
.video-page .catalog-media { aspect-ratio: 16 / 9; background: #000; }
.video-page .catalog-media img { object-fit: contain; }
.video-page .catalog-meta { min-height: 82px; }
.video-page .catalog-media iframe { display: block; width: 100%; height: 100%; border: 0; }
.video-card a.is-playing { cursor: default; }
.video-card a.is-playing .catalog-media { background: #000; }
.video-card a:hover h3,
.video-card a:focus-visible h3 { text-decoration: underline; text-underline-offset: .18em; }

@media (max-width: 64rem) {
  .video-page .catalog-columns { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 44rem) {
  .video-page .catalog-columns { grid-template-columns: 1fr; gap: 28px; }
}

@media (prefers-reduced-motion: reduce) {
  .video-card a:active .catalog-media { transform: none; }
}
