.gallery-module__zlwOTG__grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;display:grid}.gallery-module__zlwOTG__card{border-radius:var(--radius-lg);aspect-ratio:4/3;box-shadow:var(--shadow-sm);border:1px solid var(--color-border);cursor:pointer;transition:transform .3s cubic-bezier(.16,1,.3,1),box-shadow .3s;position:relative;overflow:hidden}.gallery-module__zlwOTG__card:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)scale(1.015)}.gallery-module__zlwOTG__caption{color:#fff;opacity:.9;background:linear-gradient(#0000 0%,#000000bf 100%);padding:.8rem 1rem;font-size:.85rem;font-weight:500;transition:opacity .2s;position:absolute;bottom:0;left:0;right:0}.gallery-module__zlwOTG__card:hover .gallery-module__zlwOTG__caption{opacity:1}.gallery-module__zlwOTG__lightboxOverlay{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:1000;background-color:#0a190fe6;flex-direction:column;justify-content:center;align-items:center;animation:.3s ease-out gallery-module__zlwOTG__fadeIn;display:flex;position:fixed;inset:0}@keyframes gallery-module__zlwOTG__fadeIn{0%{opacity:0}to{opacity:1}}.gallery-module__zlwOTG__lightboxClose{color:#fff;cursor:pointer;z-index:1010;background:#ffffff1a;border:1px solid #fff3;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.5rem;line-height:1;transition:all .2s;display:flex;position:absolute;top:1.5rem;right:1.5rem}.gallery-module__zlwOTG__lightboxClose:hover{background:#d93838;border-color:#d93838;transform:scale(1.05)}.gallery-module__zlwOTG__lightboxContent{flex-direction:column;justify-content:center;align-items:center;width:90%;max-width:900px;height:75vh;display:flex;position:relative}.gallery-module__zlwOTG__lightboxImageWrapper{width:100%;height:100%;animation:.3s cubic-bezier(.16,1,.3,1) gallery-module__zlwOTG__zoomIn;position:relative}@keyframes gallery-module__zlwOTG__zoomIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.gallery-module__zlwOTG__lightboxNavBtn{color:#fff;cursor:pointer;z-index:1010;-webkit-user-select:none;user-select:none;background:#ffffff1a;border:1px solid #fff3;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;transition:all .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.gallery-module__zlwOTG__lightboxNavBtn:hover{background:var(--color-primary);border-color:var(--color-primary);transform:translateY(-50%)scale(1.08)}.gallery-module__zlwOTG__lightboxPrev{left:-4rem}.gallery-module__zlwOTG__lightboxNext{right:-4rem}.gallery-module__zlwOTG__lightboxCaption{color:#ffffffe6;text-align:center;border-radius:var(--radius-full);background:#0006;border:1px solid #ffffff14;max-width:60ch;margin-top:1.5rem;padding:.5rem 1.25rem;font-size:1.05rem;font-weight:600;animation:.3s ease-out gallery-module__zlwOTG__slideUp}@keyframes gallery-module__zlwOTG__slideUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1024px){.gallery-module__zlwOTG__lightboxPrev{left:.5rem}.gallery-module__zlwOTG__lightboxNext{right:.5rem}.gallery-module__zlwOTG__lightboxClose{top:1rem;right:1rem}}
