.local-gallery{margin:1.5rem 0;padding:1.5rem;background:var(--bg-alt,#fff);border-radius:var(--shape-panel-radius,.75rem);box-shadow:var(--shadow)}.local-gallery .section-header{margin-bottom:1rem}.gallery-carousel-container{position:relative}.gallery-carousel{display:flex;gap:1rem;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;padding:.5rem 0;scrollbar-width:none}.gallery-carousel::-webkit-scrollbar{display:none}.gallery-item{flex:0 0 280px;scroll-snap-align:start;margin:0;cursor:pointer;overflow:hidden;border-radius:var(--shape-card-radius,.5rem);transition:transform .3s}.gallery-item:hover{transform:translateY(-2px)}.gallery-item img{width:100%;height:200px;object-fit:cover;display:block;transition:transform .3s}.gallery-item:hover img{transform:scale(1.03)}.gallery-item figcaption{padding:.5rem .75rem;font-size:.8rem;color:var(--text,#1f2937);background:var(--bg-alt,#fff)}.gallery-lightbox{position:fixed;inset:0;background:rgba(0,0,0,.95);z-index:9999;display:flex;align-items:center;justify-content:center;flex-direction:column;padding:2rem}.gallery-lightbox[hidden]{display:none!important}.lightbox-image{max-width:90vw;max-height:80vh;object-fit:contain;border-radius:.5rem}.lightbox-caption{color:#fff;margin-top:1rem;max-width:80vw;text-align:center;font-size:.95rem}.lightbox-close,.lightbox-prev,.lightbox-next{position:absolute;background:rgba(255,255,255,.1);color:#fff;border:0;width:3rem;height:3rem;border-radius:50%;font-size:1.5rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s}.lightbox-close:hover,.lightbox-prev:hover,.lightbox-next:hover{background:rgba(255,255,255,.25)}.lightbox-close{top:1rem;right:1rem}.lightbox-prev{left:1rem;top:50%;transform:translateY(-50%)}.lightbox-next{right:1rem;top:50%;transform:translateY(-50%)}@media(max-width:768px){.gallery-item{flex:0 0 220px}.gallery-item img{height:160px}.lightbox-close,.lightbox-prev,.lightbox-next{width:2.5rem;height:2.5rem;font-size:1.25rem}}