/* Ajustes de legibilidad y controles multimedia. */
.cover h1 { line-height: .86; letter-spacing: -.075em; }
.cover h1 em { letter-spacing: -.06em; }
.cover-note { position: relative; left: auto; top: auto; margin: 32px 0 0 clamp(0px, 49vw, 740px); line-height: 1.35; }
.project-info { pointer-events: none; }
.project video { z-index: 0; }
.project video.contain-video { object-fit: contain; background: #171717; }
.project-half { grid-column: span 6; min-height: 640px; }
@media (max-width: 700px) { .cover-note { margin: 32px 0 0 3px; } .project-half { min-height: 58vh; } }
