.gallery_galleryContainer__hvvLq{padding:2rem;max-width:1200px;margin:0 auto}.gallery_galleryDescription__BEOyG{color:var(--text-light-bg);margin:1rem 0 2rem}.gallery_galleryGrid__TnVXC{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.5rem;gap:1.5rem;padding:1rem;max-width:1400px;margin:0 auto;grid-auto-flow:dense}.gallery_galleryItem__BbD1n{position:relative;border-radius:12px;overflow:hidden;background:var(--web-page-white-bg);box-shadow:0 4px 12px rgba(0,0,0,.08);transition:all .3s cubic-bezier(.4,0,.2,1);height:300px;width:100%;cursor:pointer}.gallery_imageWrapper__65BU4{position:relative;width:100%;height:100%}.gallery_galleryItem__BbD1n:hover{transform:translateY(-8px);box-shadow:0 12px 24px rgba(0,0,0,.12)}.gallery_galleryImage__ePx32{object-fit:cover!important;image-rendering:auto;transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden;width:100%!important;height:100%!important;transition:transform .5s ease;position:relative!important}.gallery_galleryItem__BbD1n:hover .gallery_galleryImage__ePx32{transform:scale(1.05)}.gallery_imageTitle__d9nI7{position:absolute;bottom:0;left:0;right:0;background:rgba(0,0,0,.7);color:white;padding:.5rem;font-size:1rem}.gallery_modal__QrZHe{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.9);display:flex;justify-content:center;align-items:center;z-index:1000;padding:2rem}.gallery_modalContent__n8Jq6{position:relative;max-width:90vw;max-height:90vh}.gallery_modalImage__4PLo_{width:auto!important;height:auto!important;max-width:100%;max-height:90vh;object-fit:contain!important;image-rendering:auto}.gallery_closeButton__Aws3_{position:fixed;top:20px;right:20px;background:transparent;border:none;color:white;font-size:2rem;cursor:pointer;width:40px;height:40px;display:flex;align-items:center;justify-content:center;transition:transform .2s ease}.gallery_closeButton__Aws3_:hover{transform:scale(1.1)}@media (max-width:1024px){.gallery_galleryGrid__TnVXC{grid-template-columns:repeat(2,1fr)}.gallery_galleryItem__BbD1n:nth-child(3n+1){grid-row:span 1}}@media (max-width:768px){.gallery_galleryGrid__TnVXC{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1rem}}@media (max-width:640px){.gallery_galleryGrid__TnVXC{grid-template-columns:1fr;gap:1rem}.gallery_galleryContainer__hvvLq{padding:1rem}.gallery_galleryItem__BbD1n{height:200px}}