.BiggerGallery_biggerGalleryPage__aH2Wz{min-height:100vh;background-color:#000;padding:2rem 0}.BiggerGallery_container__bKtVJ{max-width:1200px;margin:0 auto;padding:0 1rem}.BiggerGallery_content__n24uT{max-width:64rem;margin:0 auto}.BiggerGallery_title__JWkR3{font-size:3rem;font-weight:700;text-align:center;margin-bottom:1rem;color:#fff}.BiggerGallery_description__cMEQm{font-size:1.25rem;color:#ccc;text-align:center;margin-bottom:3rem}.BiggerGallery_galleryGrid__ApLrK{display:grid;grid-template-columns:repeat(1,1fr);gap:1.5rem}@media (min-width:640px){.BiggerGallery_galleryGrid__ApLrK{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.BiggerGallery_galleryGrid__ApLrK{grid-template-columns:repeat(3,1fr)}}.BiggerGallery_imageContainer__DoD2V{border-radius:8px;overflow:hidden;box-shadow:0 4px 8px rgba(0,0,0,.1);transition:transform .3s ease,box-shadow .3s ease;height:300px;cursor:pointer}.BiggerGallery_imageContainer__DoD2V:hover{transform:translateY(-5px);box-shadow:0 10px 25px rgba(0,0,0,.15)}.BiggerGallery_galleryImage__eqRTN{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.BiggerGallery_modal__0wcMx{display:flex;position:fixed;z-index:1000;left:0;top:0;width:100%;height:100%;background-color:rgba(0,0,0,.9);align-items:center;justify-content:center;animation:BiggerGallery_fadeIn__696al .3s ease}.BiggerGallery_modalContent__peNYO{position:relative;max-width:70%;max-height:70%;display:flex;align-items:center;justify-content:center}.BiggerGallery_modalImage__VuYH5{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain;border-radius:8px;box-shadow:0 4px 20px rgba(0,0,0,.5)}.BiggerGallery_close__KM_yz{position:absolute;top:-40px;right:0;color:#fff;font-size:2rem;font-weight:700;cursor:pointer;z-index:1001;background:rgba(0,0,0,.5);width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:background-color .3s ease}.BiggerGallery_close__KM_yz:hover{background:rgba(0,0,0,.8)}@keyframes BiggerGallery_fadeIn__696al{0%{opacity:0}to{opacity:1}}