.Gallery_galleryGrid___h3Za{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem;margin-top:2rem}.Gallery_galleryItem__Jsq9I{position:relative;cursor:pointer;overflow:hidden;border-radius:12px;background:#FFFFFF;box-shadow:0 5px 22px rgba(0,0,0,.04);transition:transform .3s ease,box-shadow .3s ease}.Gallery_galleryItem__Jsq9I:hover{transform:translate3d(0,-10px,0);box-shadow:0 21px 44px rgba(0,0,0,.08)}.Gallery_galleryItem__Jsq9I:focus{outline:2px solid var(--bs-primary);outline-offset:2px}.Gallery_imageWrapper__eIa3i{position:relative;width:100%;aspect-ratio:1/1;overflow:hidden}.Gallery_galleryImage__NYPoN{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.Gallery_galleryItem__Jsq9I:hover .Gallery_galleryImage__NYPoN{transform:scale(1.05)}.Gallery_imageOverlay__TSKay{position:absolute;inset:0;background:rgba(0,0,0,.4);display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.Gallery_galleryItem__Jsq9I:hover .Gallery_imageOverlay__TSKay{opacity:1}.Gallery_overlayIcon__Qk2xp{width:48px;height:48px;color:white}.Gallery_imageCaption__8FHEJ{padding:1rem;text-align:center}.Gallery_imageTitle__NWVXx{font-weight:600;font-size:1rem;color:#222222;margin:0}.Gallery_lightbox__jiTmy{position:fixed;inset:0;background:rgba(0,0,0,.95);z-index:9999;display:flex;align-items:center;justify-content:center;animation:Gallery_fadeIn__dHjUn .2s ease}@keyframes Gallery_fadeIn__dHjUn{0%{opacity:0}to{opacity:1}}.Gallery_lightboxContent__6sg_J{position:relative;max-width:90vw;max-height:90vh;display:flex;flex-direction:column;align-items:center}.Gallery_lightboxImage__8fqVf{max-width:100%;max-height:75vh;width:auto;height:auto;object-fit:contain;border-radius:8px}.Gallery_lightboxTitle__7ej2y{color:#fff;margin-top:1.5rem;font-size:1.5rem;font-weight:600;text-align:center}.Gallery_lightboxCounter__hBi73{color:rgba(255,255,255,.6);margin-top:.5rem;font-size:.9rem}.Gallery_lightboxBtn__YX672{position:fixed;background:rgba(255,255,255,.1);border:none;color:#fff;width:50px;height:50px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s ease;z-index:10001}.Gallery_lightboxBtn__YX672:hover{background:rgba(255,255,255,.25)}.Gallery_closeBtn__jPQDT{top:20px;right:20px}.Gallery_navBtn__m9ITO{top:50%;transform:translateY(-50%)}.Gallery_prevBtn__E5sii{left:20px}.Gallery_nextBtn__EL6TV{right:20px}@media screen and (max-width:768px){.Gallery_galleryGrid___h3Za{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem}.Gallery_lightboxBtn__YX672{width:40px;height:40px}.Gallery_closeBtn__jPQDT{top:10px;right:10px}.Gallery_prevBtn__E5sii{left:10px}.Gallery_nextBtn__EL6TV{right:10px}.Gallery_lightboxContent__6sg_J{max-width:95vw}.Gallery_lightboxTitle__7ej2y{font-size:1.2rem;margin-top:1rem}}