.GalleryPage_gallery__235fA{padding:8rem 1.5rem 4rem;min-height:100vh;color:#fff}.GalleryPage_gallery__header__94T0g{text-align:center;margin-bottom:3rem}.GalleryPage_gallery__title__DQYrv{font-family:var(--font-cinzel);font-size:2.5rem;margin-bottom:.5rem;background:linear-gradient(90deg,#fff,#facc15);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}.GalleryPage_gallery__subtitle__q9kgX{color:#888;font-size:1.1rem}.GalleryPage_gallery__filter__Wm845{display:flex;justify-content:center;flex-wrap:wrap;gap:1rem;margin-bottom:4rem}.GalleryPage_gallery__filter__btn__4LEdn{background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.1);color:#ccc;padding:.6rem 1.5rem;border-radius:30px;cursor:pointer;transition:all .3s ease}.GalleryPage_gallery__filter__btn--active__ARs05,.GalleryPage_gallery__filter__btn__4LEdn:hover{background:#facc15;color:#000;border-color:#facc15}.GalleryPage_gallery__grid__OrTAB{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem;max-width:1200px;margin:0 auto}.GalleryPage_gallery__card__5d7Lo{position:relative;border-radius:15px;overflow:hidden;aspect-ratio:4/3;cursor:pointer;background:hsla(0,0%,100%,.02);border:1px solid hsla(0,0%,100%,.05)}.GalleryPage_gallery__imageWrapper__Idwqf{width:100%;height:100%;position:relative}.GalleryPage_gallery__imageWrapper__Idwqf img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.GalleryPage_gallery__overlay__gDAPd{position:absolute;bottom:0;left:0;right:0;padding:2rem 1.5rem;background:linear-gradient(transparent,rgba(0,0,0,.9));opacity:0;transition:opacity .3s ease;display:flex;flex-direction:column;justify-content:flex-end}.GalleryPage_gallery__overlay__gDAPd span{color:#facc15;font-size:.8rem;text-transform:uppercase;letter-spacing:1px}.GalleryPage_gallery__overlay__gDAPd h3{font-size:1.2rem;margin-top:.3rem}.GalleryPage_gallery__card__5d7Lo:hover img{transform:scale(1.1)}.GalleryPage_gallery__card__5d7Lo:hover .GalleryPage_gallery__overlay__gDAPd{opacity:1}@media(max-width:768px){.GalleryPage_gallery__235fA{padding-top:6rem}.GalleryPage_gallery__title__DQYrv{font-size:1.8rem}.GalleryPage_gallery__grid__OrTAB{grid-template-columns:1fr}}