/* footer.compact — dense footer (Task41-E) */
.video-footer{margin-block-start:var(--video-space-8);padding-block:var(--video-space-6);border-block-start:1px solid var(--video-color-border);color:var(--video-color-muted);font-size:0.875rem}
.video-footer__columns{gap:var(--video-space-4);grid-template-columns:repeat(auto-fit,minmax(8rem,1fr))}
.video-footer__brand{margin-block-end:var(--video-space-3);font-size:1rem;font-weight:700}
.video-footer__brand a{color:var(--video-color-text);text-decoration:none}
.video-footer__columns{display:grid}
.video-footer h2{margin-block-end:var(--video-space-2);font-size:0.8125rem;text-transform:uppercase;letter-spacing:0.04em;color:var(--video-color-text)}
.video-footer__about{margin:0 0 var(--video-space-2);font-size:0.8125rem;line-height:1.45;color:var(--video-color-muted);max-width:32rem}
.video-footer li+li{margin-block-start:var(--video-space-1)}
.video-footer__copyright{margin-block-start:var(--video-space-4);font-size:0.75rem}
.video-empty{color:var(--video-color-muted)}
