.GalleryClient-module__yWuhyq__pageContainer{background-color:var(--color-primary-light-gray);width:100%;min-height:100vh}.GalleryClient-module__yWuhyq__headerContent{text-align:center;background-color:var(--color-white);border-bottom:1px solid #eee;padding:4rem 1rem 3rem}.GalleryClient-module__yWuhyq__title{color:var(--color-primary-dark-gray);margin-bottom:.5rem;font-size:2.8rem;font-weight:700}.GalleryClient-module__yWuhyq__subtitle{color:var(--color-text-secondary);font-size:1.1rem}.GalleryClient-module__yWuhyq__filterContainer{flex-wrap:wrap;justify-content:center;gap:.75rem;padding:2.5rem 1rem;display:flex}.GalleryClient-module__yWuhyq__filterButton{background-color:var(--color-white);color:var(--color-text-secondary);cursor:pointer;border:1px solid #ddd;border-radius:30px;padding:.7rem 1.4rem;font-size:.95rem;font-weight:600;transition:all .2s ease-in-out}.GalleryClient-module__yWuhyq__filterButton:hover{background-color:var(--color-primary-light-gray);border-color:#ccc}.GalleryClient-module__yWuhyq__filterButton.GalleryClient-module__yWuhyq__active{background-color:var(--color-primary-gray);color:var(--color-white);border-color:var(--color-primary-gray)}.GalleryClient-module__yWuhyq__galleryGrid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1rem;max-width:1400px;margin:0 auto;padding:0 1rem 3rem;display:grid}.GalleryClient-module__yWuhyq__galleryItem{aspect-ratio:4/3;cursor:pointer;border-radius:8px;transition:transform .2s,box-shadow .2s;position:relative;overflow:hidden;box-shadow:0 4px 10px #0000000d}.GalleryClient-module__yWuhyq__galleryItem:hover{transform:translateY(-5px);box-shadow:0 8px 15px #0000001a}.GalleryClient-module__yWuhyq__galleryItem img{object-fit:cover;width:100%;height:100%;transition:transform .3s}.GalleryClient-module__yWuhyq__galleryItem:hover img{transform:scale(1.05)}.GalleryClient-module__yWuhyq__zoomHint{color:var(--color-primary-dark-gray);opacity:0;background-color:#fffc;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;transition:opacity .3s;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.GalleryClient-module__yWuhyq__galleryItem:hover .GalleryClient-module__yWuhyq__zoomHint{opacity:1}.GalleryClient-module__yWuhyq__zoomHint svg{stroke:currentColor;stroke-width:2.5px;width:24px;height:24px}.GalleryClient-module__yWuhyq__categoryLabel{color:#fff;background-color:#0009;border-radius:4px;padding:.3rem .7rem;font-size:.8rem;font-weight:600;position:absolute;bottom:.75rem;left:.75rem}@media (max-width:768px){.GalleryClient-module__yWuhyq__galleryGrid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:.75rem;padding:0 .75rem 2rem}.GalleryClient-module__yWuhyq__title{font-size:2.2rem}.GalleryClient-module__yWuhyq__filterContainer{padding:2rem .75rem}}
