.gallery-section{width:100%;padding:3rem 0;background-color:#000}.gallery-section .gallery-container{padding:0 1rem;max-width:1200px;margin:0 auto}.gallery-section .gallery-header{display:flex;flex-direction:column;align-items:center;margin-bottom:3rem;text-align:center}.gallery-section .gallery-header h2{font-size:2rem;font-weight:700;line-height:1.2}@media(min-width:640px){.gallery-section .gallery-header h2{font-size:3rem}}.gallery-section .gallery-header p{color:#6b7280;max-width:700px;font-size:1.125rem}.gallery-section .gallery-grid{display:grid;grid-gap:1.5rem;gap:1.5rem;grid-template-columns:1fr}@media(min-width:768px){.gallery-section .gallery-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.gallery-section .gallery-grid{grid-template-columns:repeat(3,1fr)}}.gallery-section .gallery-card{cursor:pointer;overflow:hidden;border-radius:.5rem;transition:all .3s ease}.gallery-section .gallery-card .gallery-image-wrapper{background:#fff;padding:.75rem;border:1px solid #e5e7eb;border-radius:.5rem;box-shadow:0 1px 2px rgba(0,0,0,.05)}.gallery-section .gallery-card .gallery-image{position:relative;aspect-ratio:1/1;overflow:hidden;border-radius:.375rem}.gallery-section .gallery-card .gallery-image .image{object-fit:cover;transition:transform .3s ease}.gallery-section .gallery-card .gallery-image:hover .image{transform:scale(1.05)}.gallery-section .gallery-card .gallery-title{padding-top:.75rem;text-align:center}.gallery-section .gallery-card .gallery-title h3{font-weight:500;color:#111827}.gallery-section .lightbox{position:fixed;inset:0;background-color:rgba(0,0,0,.9);z-index:50;display:flex;align-items:center;justify-content:center}.gallery-section .lightbox .lightbox-close,.gallery-section .lightbox .lightbox-next,.gallery-section .lightbox .lightbox-prev{position:absolute;background-color:rgba(0,0,0,.5);color:#fff;padding:.5rem;border-radius:9999px;transition:background-color .3s ease;z-index:10}.gallery-section .lightbox .lightbox-close:hover,.gallery-section .lightbox .lightbox-next:hover,.gallery-section .lightbox .lightbox-prev:hover{background-color:rgba(0,0,0,.7)}.gallery-section .lightbox .lightbox-close{top:1rem;right:1rem}.gallery-section .lightbox .lightbox-prev{top:50%;left:1rem;transform:translateY(-50%)}.gallery-section .lightbox .lightbox-next{top:50%;right:1rem;transform:translateY(-50%)}.gallery-section .lightbox .lightbox-content{max-width:80rem;max-height:80vh;width:100%;height:100%;padding:1rem;display:flex;align-items:center;justify-content:center;position:relative}.gallery-section .lightbox .lightbox-content .lightbox-image{position:relative;width:100%;height:100%}.gallery-section .lightbox .lightbox-content .lightbox-caption{position:absolute;bottom:1rem;left:0;right:0;margin:0 auto;text-align:center;background-color:rgba(0,0,0,.5);padding:.5rem 1rem;border-radius:9999px;max-width:max-content}.gallery-section .lightbox .lightbox-content .lightbox-caption p{color:#fff;font-weight:500}.gallery-section .lightbox .lightbox-content .lightbox-caption p:last-child{font-size:.875rem;color:#d1d5db}