.gallery-section .gallery-grid{min-height:200px}.gallery-section .gallery-col{display:flex}.gallery-section .gallery-item{display:block;width:100%;position:relative;overflow:hidden;border-radius:12px;background:#f0f0f0;aspect-ratio:4/3;text-decoration:none;color:inherit}.gallery-section .gallery-item-inner{display:block;width:100%;height:100%;position:relative}.gallery-section .gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform 0.4s ease}.gallery-section .gallery-item:hover img{transform:scale(1.08)}.gallery-section .gallery-item-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.75) 0%,rgba(0,0,0,.2) 50%,transparent 100%);display:flex;flex-direction:column;justify-content:flex-end;padding:1rem;opacity:1;transition:background 0.3s ease}.gallery-section .gallery-item:hover .gallery-item-overlay{background:linear-gradient(to top,rgba(0,0,0,.85) 0%,rgba(0,0,0,.4) 100%)}.gallery-section .gallery-item-title{font-weight:600;font-size:.95rem;color:#fff;margin-bottom:.25rem;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.gallery-section .gallery-item-location{font-size:.8rem;color:rgba(255,255,255,.9);display:inline-flex;align-items:center;gap:.35rem}.gallery-section .gallery-item-location svg{flex-shrink:0;width:14px;height:18px}.gallery-section .gallery-empty-text{max-width:420px;margin-left:auto;margin-right:auto}.gallery-section .glightbox-clean .gslide-description{background:rgba(0,0,0,.8)}