.hero-banner--batientes{height:100vh}.hero-banner--batientes .hero-video-wrapper{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;overflow:hidden}.hero-banner--batientes .hero-video-wrapper video{width:100%;height:100%;object-fit:cover}.hero-banner--batientes::before{background:rgba(0,0,0,0.6)}.gallery-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;margin-top:4rem}@media (min-width:576px){.gallery-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:992px){.gallery-grid{grid-template-columns:repeat(4,1fr)}}.gallery-item{position:relative;overflow:hidden;border-radius:10px;box-shadow:0 10px 20px rgba(0,0,0,0.1);aspect-ratio:1 / 1}.gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform 0.4s ease}.gallery-item:hover img{transform:scale(1.05)}.gallery-item-overlay{position:absolute;bottom:0;left:0;width:100%;background:linear-gradient(to top,rgba(0,0,0,0.8),transparent);padding:3rem 1.5rem 1.5rem 1.5rem;color:#fff;transform:translateY(100%);transition:transform 0.4s ease}.gallery-item:hover .gallery-item-overlay{transform:translateY(0)}.gallery-item-overlay p{margin:0;font-size:1.2rem;font-weight:600}