/* Page Arquitectura */
.arq-hero {
    min-height: 60vh; 
    background-size: cover; 
    background-position: center; 
    background-repeat: no-repeat;
}
.arq-hero-title {
    font-size: clamp(2.5rem, 5vw, 4.5rem); 
    letter-spacing: -1px;
}
.arq-hero-btn {
    font-size: 0.95rem; 
    min-width: 180px;
}
.arq-title {
    font-size: clamp(2rem, 3.5vw, 3rem); 
    line-height: 1.2;
}
.arq-desc {
    font-size: 0.95rem; 
    line-height: 1.7;
}
.arq-feat-text {
    font-size: 0.95rem;
}
.arq-gallery-btn {
    border-radius: 20px; 
    aspect-ratio: 16/10; 
    cursor: pointer;
}
.arq-gallery-overlay {
    background: rgba(0,0,0,0.4); 
    transition: background 0.3s;
}
.arq-gallery-btn:hover .arq-gallery-overlay {
    background: rgba(0,0,0,0.5);
}

/* Modal classes */
.gallery-modal-close {
    filter: drop-shadow(0 2px 4px rgba(0,0,0,0.5)); 
    opacity: 1;
}
.gallery-carousel-indicators {
    bottom: -40px;
}
.gallery-carousel-img {
    height: 70vh;
}
.gallery-control-btn {
    width: 10%;
}
.gallery-control-icon {
    width: 50px; 
    height: 50px;
}
