.PhotoGallery_gallery__EdGle{position:relative;padding:5rem 0;min-height:calc(100vh - 100px);background:transparent}.PhotoGallery_container__8y8wA{position:relative;z-index:1;max-width:1200px;margin:0 auto;padding:0 2rem}.PhotoGallery_header__57xHL{text-align:center;margin-bottom:3rem}.PhotoGallery_title__FEEmV{font-size:clamp(2rem,4vw,2.5rem);font-weight:700;color:#fff;margin-bottom:1rem}.PhotoGallery_titleUnderline__mCuBG{width:80px;height:4px;background:var(--primary-color);margin:0 auto 1rem;border-radius:2px}.PhotoGallery_subtitle__w7vGf{font-size:1.1rem;color:hsla(0,0%,100%,.9)}.PhotoGallery_grid__GYLMP{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));grid-gap:1.5rem;gap:1.5rem}.PhotoGallery_photoItem___Z3lQ{position:relative;aspect-ratio:4/3;overflow:hidden;border-radius:12px;cursor:pointer;background:#fff;box-shadow:0 2px 10px rgba(0,0,0,.1);transition:all .3s ease}.PhotoGallery_photoItem___Z3lQ:hover{transform:translateY(-5px);box-shadow:0 8px 25px rgba(0,0,0,.2)}.PhotoGallery_photoItem___Z3lQ:hover .PhotoGallery_overlay__e9e2F{opacity:1}.PhotoGallery_photo__sRAW9{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.PhotoGallery_photoItem___Z3lQ:hover .PhotoGallery_photo__sRAW9{transform:scale(1.05)}.PhotoGallery_overlay__e9e2F{position:absolute;inset:0;background:rgba(45,134,89,.8);display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.PhotoGallery_viewText__jlPU3{color:#fff;font-weight:600;font-size:1.1rem}.PhotoGallery_lightbox__jpsGK{position:fixed;inset:0;background:rgba(0,0,0,.95);z-index:2000;display:flex;align-items:center;justify-content:center;padding:2rem}.PhotoGallery_closeButton__2h_K3{position:absolute;top:2rem;right:2rem;background:hsla(0,0%,100%,.1);border:none;color:#fff;width:50px;height:50px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;z-index:2001}.PhotoGallery_closeButton__2h_K3:hover{background:hsla(0,0%,100%,.2);transform:scale(1.1)}.PhotoGallery_navButton__vJjsm{position:absolute;top:50%;transform:translateY(-50%);background:hsla(0,0%,100%,.1);border:none;color:#fff;width:60px;height:60px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:700;transition:all .3s ease;z-index:2001}.PhotoGallery_navButton__vJjsm:hover{background:hsla(0,0%,100%,.2);transform:translateY(-50%) scale(1.1)}.PhotoGallery_lightboxContent__2kW_z{max-width:90vw;max-height:90vh;display:flex;align-items:center;justify-content:center}.PhotoGallery_lightboxImage__yuKwf{max-width:100%;max-height:90vh;object-fit:contain;border-radius:8px}@media (max-width:768px){.PhotoGallery_gallery__EdGle{padding:3rem 0}.PhotoGallery_grid__GYLMP{grid-template-columns:1fr;gap:1rem}.PhotoGallery_lightbox__jpsGK{padding:1rem}.PhotoGallery_closeButton__2h_K3{top:1rem;right:1rem;width:40px;height:40px}.PhotoGallery_navButton__vJjsm{width:50px;height:50px;font-size:1.5rem}}