.gallery-module__zlwOTG__container{width:100%;max-width:1820px;margin:0 auto;padding:3rem 2rem}.gallery-module__zlwOTG__header{text-align:center;margin-bottom:3rem}.gallery-module__zlwOTG__header h1{color:var(--color-primary);margin-bottom:.5rem;font-size:2.5rem}.gallery-module__zlwOTG__header p{color:#535353;max-width:800px;margin:0 auto;font-size:1.1rem;line-height:1.8}.gallery-module__zlwOTG__gallery{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem;width:100%;display:grid}.gallery-module__zlwOTG__galleryItem:last-child:nth-child(odd){grid-column:1/-1;justify-self:center;max-width:300px}.gallery-module__zlwOTG__galleryItem{aspect-ratio:1;cursor:pointer;opacity:0;border-radius:12px;transition:all .3s;position:relative;overflow:hidden;transform:translateY(30px);box-shadow:0 4px 12px #0000001a}.gallery-module__zlwOTG__galleryItem.gallery-module__zlwOTG__visible{animation:.6s forwards gallery-module__zlwOTG__fadeInUp}@keyframes gallery-module__zlwOTG__fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.gallery-module__zlwOTG__galleryItem:hover{transform:scale(1.02);box-shadow:0 8px 24px #00000026}.gallery-module__zlwOTG__galleryItem img{object-fit:cover;width:100%;height:100%;transition:transform .3s}.gallery-module__zlwOTG__galleryItem:hover img{transform:scale(1.1)}.gallery-module__zlwOTG__overlay{opacity:0;background-color:#0a4c3acc;align-items:flex-end;padding:1.5rem;transition:opacity .3s;display:flex;position:absolute;inset:0}.gallery-module__zlwOTG__galleryItem:hover .gallery-module__zlwOTG__overlay{opacity:1}.gallery-module__zlwOTG__overlay p{color:var(--color-neutral-light);margin:0;font-size:1rem;font-weight:600}@media (max-width:768px){.gallery-module__zlwOTG__container{padding:2rem 1.5rem}.gallery-module__zlwOTG__header h1{font-size:1.75rem}.gallery-module__zlwOTG__header p{font-size:1rem}.gallery-module__zlwOTG__gallery{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:1rem}.gallery-module__zlwOTG__galleryItem:last-child:nth-child(odd){grid-column:auto;justify-self:stretch;max-width:100%}}.gallery-module__zlwOTG__modalOverlay{z-index:9999;cursor:pointer;background-color:#000000f2;justify-content:center;align-items:center;padding:2rem;animation:.3s gallery-module__zlwOTG__modalFadeIn;display:flex;position:fixed;inset:0}@keyframes gallery-module__zlwOTG__modalFadeIn{0%{opacity:0}to{opacity:1}}.gallery-module__zlwOTG__modal{cursor:default;background-color:#0000;border-radius:12px;flex-direction:column;width:100%;max-width:1400px;max-height:95vh;animation:.3s gallery-module__zlwOTG__modalSlideUp;display:flex;position:relative}@keyframes gallery-module__zlwOTG__modalSlideUp{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}.gallery-module__zlwOTG__modalCloseButton{width:50px;height:50px;color:var(--color-primary);cursor:pointer;z-index:10000;background-color:#fffffff2;border:none;border-radius:50%;justify-content:center;align-items:center;font-size:2rem;font-weight:700;line-height:1;transition:all .3s;display:flex;position:absolute;top:1.5rem;right:1.5rem;box-shadow:0 4px 12px #0000004d}.gallery-module__zlwOTG__modalCloseButton:hover{background-color:#fff;transform:scale(1.1);box-shadow:0 6px 16px #0006}.gallery-module__zlwOTG__modalHeader{text-align:center;padding:1rem 4rem 1.5rem}.gallery-module__zlwOTG__modalHeader h2{color:#fff;margin:0 0 .5rem;font-size:1.75rem}.gallery-module__zlwOTG__modalCounter{color:#fffc;margin:0;font-size:.95rem}.gallery-module__zlwOTG__modalSliderContainer{justify-content:center;align-items:center;gap:1rem;width:100%;margin-bottom:2rem;display:flex;position:relative}.gallery-module__zlwOTG__modalSlide{border-radius:12px;flex:1;justify-content:center;align-items:center;max-width:100%;max-height:60vh;display:flex;overflow:hidden;box-shadow:0 8px 32px #00000080}.gallery-module__zlwOTG__modalSlideImage{object-fit:contain;width:100%;height:auto;max-height:70vh;display:block}.gallery-module__zlwOTG__modalNavButton{width:50px;height:50px;color:var(--color-primary);cursor:pointer;background-color:#ffffffe6;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:2.5rem;font-weight:700;line-height:1;transition:all .3s;display:flex}.gallery-module__zlwOTG__modalNavButton:hover{background-color:#fff;transform:scale(1.1)}.gallery-module__zlwOTG__modalNavButton:active{transform:scale(.95)}.gallery-module__zlwOTG__modalThumbnails{flex-wrap:wrap;justify-content:center;gap:.75rem;max-height:150px;padding:1rem;display:flex;overflow-y:auto}.gallery-module__zlwOTG__modalThumbnail{cursor:pointer;background:0 0;border:3px solid #0000;border-radius:8px;flex-shrink:0;width:80px;height:80px;padding:0;transition:all .3s;overflow:hidden}.gallery-module__zlwOTG__modalThumbnail img{object-fit:cover;width:100%;height:100%}.gallery-module__zlwOTG__modalThumbnail:hover{border-color:#ffffff80;transform:scale(1.05)}.gallery-module__zlwOTG__modalThumbnailActive{border-color:var(--color-accent)}@media (max-width:768px){.gallery-module__zlwOTG__modalOverlay{padding:0}.gallery-module__zlwOTG__modal{border-radius:0;height:100vh;max-height:100vh}.gallery-module__zlwOTG__modalCloseButton{width:45px;height:45px;font-size:1.75rem;top:1rem;right:1rem}.gallery-module__zlwOTG__modalHeader{padding:1rem}.gallery-module__zlwOTG__modalHeader h2{font-size:1.25rem}.gallery-module__zlwOTG__modalSliderContainer{flex:1;gap:.5rem;margin-bottom:1rem}.gallery-module__zlwOTG__modalSlide,.gallery-module__zlwOTG__modalSlideImage{max-height:60vh}.gallery-module__zlwOTG__modalNavButton{color:#fff;background-color:#000000b3;width:40px;height:40px;font-size:2rem}.gallery-module__zlwOTG__modalThumbnails{gap:.5rem;max-height:100px;padding:.75rem}.gallery-module__zlwOTG__modalThumbnail{width:60px;height:60px}}
