.gallery_gallery__ZiUtX{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.gallery_column__qIJQQ{display:flex;flex-direction:column;gap:1.5rem}.gallery_galleryItem__TO5Xu{position:relative;cursor:pointer;transition:transform .2s ease-in-out;overflow:hidden}.gallery_galleryItem__TO5Xu:hover{transform:scale(1.02)}.gallery_captionOverlay__HEu0Q{position:absolute;bottom:0;left:0;right:0;height:4rem;background:linear-gradient(0deg,rgba(0,0,0,.7),transparent);border-bottom-left-radius:.5rem;border-bottom-right-radius:.5rem}.gallery_imageCaption__ofi7l{position:absolute;bottom:.75rem;left:1rem;right:1rem;color:white;font-size:.875rem;font-weight:500;text-shadow:0 1px 2px rgba(0,0,0,.5)}.gallery_expandedOverlay__kj3c7{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.85);display:flex;justify-content:center;align-items:center;z-index:50;padding:2rem}.gallery_expandedImageContainer__gVrp2{position:relative;max-width:90vw;max-height:90vh}.gallery_expandedImage__oR61C{width:auto;height:auto;max-width:90vw;max-height:80vh;-o-object-fit:contain;object-fit:contain;border-radius:.5rem;box-shadow:0 4px 20px rgba(0,0,0,.3);transition:opacity .3s cubic-bezier(.215,.61,.355,1)}.gallery_closeButton__WXUst{position:absolute;top:-2rem;right:-2rem;color:white;border:none;width:2.5rem;height:2.5rem;display:flex;border-radius:50%;align-items:center;justify-content:center;cursor:pointer;transition:background-color .2s;z-index:51}.gallery_closeButton__WXUst:hover{background-color:rgba(255,255,255,.3)}.gallery_expandedCaption__S0DCD{color:white;text-align:center;margin-top:1rem;font-size:1rem;max-width:80vw}@media (max-width:768px){.gallery_gallery__ZiUtX{grid-template-columns:1fr}.gallery_closeButton__WXUst{top:-1.5rem;right:-.5rem}}