.Gallery-module__fvxASG__galleryGrid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-bottom:3rem;display:grid}.Gallery-module__fvxASG__galleryItem{cursor:pointer;background-color:#1a202c;border:1px solid #4a5568;border-radius:12px;transition:transform .3s,box-shadow .3s;overflow:hidden}.Gallery-module__fvxASG__galleryItem:hover{border-color:#b8860b;transform:translateY(-8px);box-shadow:0 20px 40px rgba(0,0,0,.3)}.Gallery-module__fvxASG__imageContainer{width:100%;height:250px;position:relative;overflow:hidden}.Gallery-module__fvxASG__galleryImage{object-fit:cover;transition:transform .3s}.Gallery-module__fvxASG__galleryItem:hover .Gallery-module__fvxASG__galleryImage{transform:scale(1.05)}.Gallery-module__fvxASG__imageOverlay{background:linear-gradient(transparent,rgba(0,0,0,.8));padding:1.5rem;transition:transform .3s;position:absolute;bottom:0;left:0;right:0;transform:translateY(100%)}.Gallery-module__fvxASG__galleryItem:hover .Gallery-module__fvxASG__imageOverlay{transform:translateY(0)}.Gallery-module__fvxASG__imageInfo{color:#fff}.Gallery-module__fvxASG__imageTitle{margin-bottom:.25rem;font-family:Kaiti SC,KaiTi,STKaiti,serif;font-size:1.125rem;font-weight:600}.Gallery-module__fvxASG__imageDate{color:#b8860b;font-size:.875rem;font-weight:500}.Gallery-module__fvxASG__modal{z-index:1000;background:#000;justify-content:center;align-items:center;padding:0;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}.Gallery-module__fvxASG__modalContent{background:#000;width:1000vw;height:100vh;position:relative;overflow:hidden}.Gallery-module__fvxASG__closeButton{color:#fff;cursor:pointer;z-index:1001;background:rgba(0,0,0,.7);border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.5rem;transition:background-color .3s;display:flex;position:absolute;top:1rem;right:1rem}.Gallery-module__fvxASG__closeButton:hover{background:rgba(0,0,0,.9)}.Gallery-module__fvxASG__modalImageContainer{width:100%;height:100vh;position:relative}.Gallery-module__fvxASG__modalImage{object-fit:contain}.Gallery-module__fvxASG__modalInfo{color:#fff;background:linear-gradient(transparent,rgba(0,0,0,.8));padding:1.5rem;position:absolute;bottom:0;left:0;right:0}.Gallery-module__fvxASG__modalTitle{color:#fff;margin-bottom:.5rem;font-family:Kaiti SC,KaiTi,STKaiti,serif;font-size:1.25rem;font-weight:600}.Gallery-module__fvxASG__modalDate{color:#b8860b;font-size:1rem;font-weight:500}@media (max-width:768px){.Gallery-module__fvxASG__galleryGrid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.Gallery-module__fvxASG__imageContainer{height:200px}.Gallery-module__fvxASG__imageOverlay{padding:1rem}.Gallery-module__fvxASG__imageTitle{font-size:1rem}.Gallery-module__fvxASG__imageDate{font-size:.75rem}.Gallery-module__fvxASG__modal{padding:0}.Gallery-module__fvxASG__modalImageContainer{height:100vh}.Gallery-module__fvxASG__modalInfo{padding:1rem}.Gallery-module__fvxASG__modalTitle{font-size:1.125rem}.Gallery-module__fvxASG__modalDate{font-size:.875rem}}@media (max-width:480px){.Gallery-module__fvxASG__galleryGrid{grid-template-columns:1fr;gap:1rem}.Gallery-module__fvxASG__imageContainer{height:180px}.Gallery-module__fvxASG__modalImageContainer{height:100vh}}
