.GalleryPage_galleryPage__RpK9G{padding-top:90px}.GalleryPage_hero__HE_SR{background:linear-gradient(135deg,var(--primary-black) 0,#333 100%);color:var(--primary-white);padding:80px 0;text-align:center}.GalleryPage_heroTitle__inT2m{font-size:3rem;font-weight:700;margin-bottom:20px}.GalleryPage_heroSubtitle__LWT6_{font-size:1.2rem;opacity:.9;max-width:600px;margin:0 auto}.GalleryPage_gallery__Cz_Yv{background-color:var(--primary-white)}.GalleryPage_filterTabs__5qFXN{display:flex;justify-content:center;gap:10px;margin-bottom:50px;flex-wrap:wrap}.GalleryPage_filterTab__vZt_d{background-color:transparent;border:2px solid var(--border-gray);color:var(--text-gray);padding:10px 20px;border-radius:25px;font-weight:500;transition:all .3s ease;cursor:pointer}.GalleryPage_filterTab__vZt_d.GalleryPage_active__uP1Ox,.GalleryPage_filterTab__vZt_d:hover{background-color:var(--primary-orange);border-color:var(--primary-orange);color:var(--primary-white)}.GalleryPage_galleryGrid___1MlE{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));grid-gap:30px;gap:30px;margin-bottom:60px}.GalleryPage_galleryItem__Go4be{position:relative;border-radius:10px;overflow:hidden;cursor:pointer;transition:transform .3s ease}.GalleryPage_galleryItem__Go4be:hover{transform:scale(1.05)}.GalleryPage_galleryItem__Go4be:hover .GalleryPage_galleryImage__dBHDT{transform:scale(1.1)}.GalleryPage_imageContainer__0fJPk{position:relative;width:100%;height:250px;overflow:hidden}.GalleryPage_galleryImage__dBHDT{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.GalleryPage_imageInfo__pGkeZ{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(transparent,rgba(0,0,0,.8));color:var(--primary-white);padding:20px 15px 15px;display:flex;flex-direction:column;gap:5px}.GalleryPage_imageTitle__05_xd{font-weight:600;font-size:14px;color:var(--primary-white)}.GalleryPage_imageCategory__nBk_d{font-size:12px;color:var(--primary-orange);font-weight:500}.GalleryPage_imageCount__iDILm{font-size:11px;color:hsla(0,0%,100%,.8);font-weight:400}.GalleryPage_overlay__3Y3ut{position:absolute;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.7);display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.GalleryPage_galleryItem__Go4be:hover .GalleryPage_overlay__3Y3ut{opacity:1}.GalleryPage_viewIcon__1XA9p{color:var(--primary-white);filter:drop-shadow(0 2px 4px rgba(0,0,0,.3))}.GalleryPage_facebookSection__118oS{text-align:center;padding-top:40px;border-top:1px solid var(--border-gray)}.GalleryPage_facebookText__Vs5iZ{font-size:1.1rem;color:var(--text-gray)}.GalleryPage_facebookLink__AFbv0{color:var(--primary-orange);font-weight:600;text-decoration:underline}.GalleryPage_facebookLink__AFbv0:hover{text-decoration:none}.GalleryPage_lightbox__GM8Ky{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.95);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;align-items:center;justify-content:center;z-index:2000;padding:20px;animation:GalleryPage_fadeIn__bAIJN .3s ease}@keyframes GalleryPage_fadeIn__bAIJN{0%{opacity:0}to{opacity:1}}.GalleryPage_lightboxContent__dB_5k{position:relative;max-width:1400px;max-height:95vh;width:100%;background-color:#1a1a1a;border-radius:20px;overflow:hidden;box-shadow:0 25px 50px -12px rgba(0,0,0,.5);display:flex;flex-direction:column;animation:GalleryPage_slideUp__w5NRm .4s cubic-bezier(.16,1,.3,1)}@keyframes GalleryPage_slideUp__w5NRm{0%{transform:translateY(50px);opacity:0}to{transform:translateY(0);opacity:1}}.GalleryPage_closeButton__FoLsl{position:absolute;top:20px;right:20px;background-color:hsla(0,0%,100%,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:var(--primary-white);border:1px solid hsla(0,0%,100%,.2);width:48px;height:48px;border-radius:50%;font-size:24px;cursor:pointer;z-index:10;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.GalleryPage_closeButton__FoLsl:hover{background-color:hsla(0,0%,100%,.2);transform:rotate(90deg);border-color:hsla(0,0%,100%,.4)}.GalleryPage_nextButton__exnDQ,.GalleryPage_prevButton__i_T_N{position:absolute;top:50%;transform:translateY(-50%);background-color:hsla(0,0%,100%,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:var(--primary-white);border:1px solid hsla(0,0%,100%,.2);width:56px;height:56px;font-size:28px;cursor:pointer;z-index:10;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .3s ease}.GalleryPage_nextButton__exnDQ:hover,.GalleryPage_prevButton__i_T_N:hover{background-color:var(--primary-orange);border-color:var(--primary-orange);transform:translateY(-50%) scale(1.1)}.GalleryPage_prevButton__i_T_N{left:30px}.GalleryPage_nextButton__exnDQ{right:30px}.GalleryPage_lightboxImage__ad_BI{width:100%;flex:1 1;display:flex;align-items:center;justify-content:center;padding:80px 120px 20px;min-height:0}.GalleryPage_lightboxImg__cLvpZ{width:100%;height:100%;object-fit:contain;max-width:100%;max-height:100%;border-radius:8px;animation:GalleryPage_imageZoom__TjpNt .4s cubic-bezier(.16,1,.3,1)}@keyframes GalleryPage_imageZoom__TjpNt{0%{transform:scale(.95);opacity:0}to{transform:scale(1);opacity:1}}.GalleryPage_lightboxInfo__HUNCZ{padding:30px 40px;text-align:center;background:linear-gradient(0deg,rgba(0,0,0,.8),transparent);border-top:1px solid hsla(0,0%,100%,.1)}.GalleryPage_lightboxTitle__qNiw8{font-size:1.8rem;font-weight:600;margin-bottom:8px;color:var(--primary-white);letter-spacing:-.5px}.GalleryPage_lightboxCategory__5oheE{color:var(--primary-orange);font-weight:600;font-size:.95rem;text-transform:uppercase;letter-spacing:1px}.GalleryPage_imageCounter__ii2OQ{font-size:14px;color:hsla(0,0%,100%,.6);margin-top:12px;font-weight:500}@media (max-width:768px){.GalleryPage_heroTitle__inT2m{font-size:2.2rem}.GalleryPage_filterTabs__5qFXN{gap:8px}.GalleryPage_filterTab__vZt_d{padding:8px 16px;font-size:14px}.GalleryPage_galleryGrid___1MlE{grid-template-columns:repeat(2,1fr);gap:15px}.GalleryPage_placeholderImage__t97JR{height:200px;padding:15px}.GalleryPage_imageTitle__05_xd{font-size:14px}.GalleryPage_lightboxContent__dB_5k{border-radius:12px;max-height:90vh}.GalleryPage_lightboxImage__ad_BI{padding:70px 20px 10px}.GalleryPage_lightboxInfo__HUNCZ{padding:20px}.GalleryPage_lightboxTitle__qNiw8{font-size:1.3rem}.GalleryPage_lightboxCategory__5oheE{font-size:.85rem}.GalleryPage_closeButton__FoLsl{top:12px;right:12px;width:42px;height:42px;font-size:20px}.GalleryPage_nextButton__exnDQ,.GalleryPage_prevButton__i_T_N{width:44px;height:44px;font-size:24px}.GalleryPage_prevButton__i_T_N{left:10px}.GalleryPage_nextButton__exnDQ{right:10px}}