.gallery_galleryPage__W9y00{min-height:100vh;background-color:var(--bg-dark);padding:2rem 3rem 6rem}.gallery_header__oifpj{max-width:1600px;margin:0 auto 4rem;display:flex;align-items:center;gap:2rem}.gallery_backButton__eBLA1{display:inline-flex;align-items:center;gap:.8rem;background-color:var(--accent-cream);color:var(--bg-dark);padding:1rem 2rem;border-radius:50px;font-weight:600;font-size:1.05rem;transition:var(--transition);text-decoration:none}.gallery_backButton__eBLA1:hover{transform:translateY(-2px);box-shadow:0 10px 30px rgba(232,223,211,.3)}.gallery_backButton__eBLA1 svg{transition:var(--transition)}.gallery_backButton__eBLA1:hover svg{transform:translateX(-3px)}.gallery_title__p7CbR{font-size:clamp(2.5rem,5vw,4rem);font-weight:800;color:var(--text-light);animation:gallery_fadeInUp__Eu6jW .8s ease-out}@keyframes gallery_fadeInUp__Eu6jW{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.gallery_galleryGrid__2h_0U{max-width:1600px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));grid-gap:2rem;gap:2rem;animation:gallery_fadeInUp__Eu6jW .8s ease-out .2s backwards}.gallery_galleryItem__9H0xK{cursor:pointer;animation:gallery_scaleIn__HJGrT .5s ease-out backwards}.gallery_galleryItem__9H0xK:first-child{animation-delay:.1s}.gallery_galleryItem__9H0xK:nth-child(2){animation-delay:.15s}.gallery_galleryItem__9H0xK:nth-child(3){animation-delay:.2s}.gallery_galleryItem__9H0xK:nth-child(4){animation-delay:.25s}.gallery_galleryItem__9H0xK:nth-child(5){animation-delay:.3s}.gallery_galleryItem__9H0xK:nth-child(6){animation-delay:.35s}.gallery_galleryItem__9H0xK:nth-child(7){animation-delay:.4s}.gallery_galleryItem__9H0xK:nth-child(8){animation-delay:.45s}@keyframes gallery_scaleIn__HJGrT{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.gallery_imageWrapper__CEmic{width:100%;aspect-ratio:3/4;position:relative;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,.3)}.gallery_imageWrapper__CEmic,.gallery_image__rs6UI{border-radius:30px;transition:var(--transition)}.gallery_imageWrapper__CEmic:hover{transform:translateY(-10px);box-shadow:0 20px 50px rgba(232,223,211,.2)}.gallery_imageWrapper__CEmic:hover .gallery_image__rs6UI{transform:scale(1.05)}.gallery_fullScreenModal__0k4_O{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:rgba(0,0,0,.95);display:flex;align-items:center;justify-content:center;z-index:9999;opacity:0;animation:gallery_fadeIn__txj5h .3s ease-out forwards;cursor:pointer}@keyframes gallery_fadeIn__txj5h{0%{opacity:0}to{opacity:1}}.gallery_fullScreenImageWrapper__AP9pT{position:relative;width:90%;height:90%;max-width:1400px;max-height:90vh;cursor:default;animation:gallery_scaleInModal__HsEsg .4s cubic-bezier(.16,1,.3,1)}@keyframes gallery_scaleInModal__HsEsg{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.gallery_fullScreenImage__hZVU3{border-radius:0}.gallery_closeButton__cWAou{position:absolute;top:2rem;right:2rem;width:60px;height:60px;border-radius:50%;background:rgba(255,255,255,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:2px solid rgba(255,255,255,.2);color:white;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;z-index:10000}.gallery_closeButton__cWAou:hover{background:rgba(255,255,255,.2);transform:rotate(90deg) scale(1.1);border-color:rgba(255,255,255,.4)}.gallery_closeButton__cWAou:active{transform:rotate(90deg) scale(.95)}@media (max-width:1024px){.gallery_galleryGrid__2h_0U{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}}@media (max-width:768px){.gallery_galleryPage__W9y00{padding:1.5rem 1.5rem 4rem}.gallery_header__oifpj{flex-direction:column;align-items:flex-start;gap:1.5rem;margin-bottom:3rem}.gallery_title__p7CbR{font-size:clamp(2rem,8vw,3rem)}.gallery_galleryGrid__2h_0U{grid-template-columns:1fr;gap:2rem}.gallery_galleryItem__9H0xK{max-width:500px;margin:0 auto;width:100%}.gallery_closeButton__cWAou{top:1rem;right:1rem;width:50px;height:50px}.gallery_fullScreenImageWrapper__AP9pT{width:95%;height:85%}}