.gallery_gallery_page_container__rV4p0{width:100%;margin:0 auto;padding:2rem 1rem 4rem;min-height:100vh}.gallery_gallery_header__89ASQ{text-align:center;margin-bottom:0;margin-top:0;padding:0;min-width:100%}.gallery_gallery_header__89ASQ h1{width:100%;font-size:clamp(2.5rem,5vw,3.5rem);font-weight:700;color:#111827;margin-bottom:4rem;position:relative;display:inline-block}.gallery_gallery_header__89ASQ h1:after{content:"";position:absolute;bottom:-50px;left:50%;transform:translateX(-50%);width:100%;height:6px;background:var(--color-primary-100);border-radius:3px}.gallery_gallery_subtitle__010eN{font-size:1.125rem;color:#6b7280;max-width:700px;margin:2rem auto 0;line-height:1.6}.gallery_gallery_container__CWx49{display:flex;width:100%;margin-top:2rem;justify-content:center}.gallery_imgCards_container__4_x8p{display:grid;width:100%;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));grid-gap:2rem;gap:2rem;padding:1rem 0}@media(max-width:768px){.gallery_imgCards_container__4_x8p{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem}}@media(max-width:480px){.gallery_imgCards_container__4_x8p{grid-template-columns:1fr;gap:1.5rem}}.gallery_imgCard_container__589ph{position:relative;cursor:pointer;border-radius:12px;overflow:hidden;background:#fff;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);transition:all .3s ease;max-width:250px}.gallery_imgCard_container__589ph:hover{transform:translateY(-8px);box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04)}.gallery_imgCard_container__589ph:hover .gallery_album_overlay__kc4za{opacity:1}.gallery_imgCard_container__589ph:hover .gallery_album_title__Me_6c{transform:translateY(0)}.gallery_album_card__NQ0qZ{position:relative;width:100%;padding-top:75%;overflow:hidden;background:#f3f4f6}.gallery_album_image__2K42S{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.gallery_imgCard_container__589ph:hover .gallery_album_image__2K42S{transform:scale(1.05)}.gallery_album_overlay__kc4za{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(0deg,rgba(0,0,0,.8) 0,rgba(0,0,0,.4) 50%,transparent);padding:2rem 1.5rem 1.5rem;opacity:.9;transition:opacity .3s ease}.gallery_album_info__1rQx3{position:relative;z-index:2}.gallery_album_title__Me_6c{font-size:1.25rem;font-weight:600;color:#fff;margin-bottom:.5rem;transform:translateY(10px);transition:transform .3s ease}.gallery_album_meta__IejtR{display:flex;align-items:center;gap:.5rem;color:hsla(0,0%,100%,.9);font-size:.875rem}.gallery_album_count__DrvUN{display:flex;align-items:center;gap:.375rem}.gallery_album_count__DrvUN svg{width:16px;height:16px}.gallery_album_icon__brq78{position:absolute;top:1rem;right:1rem;width:40px;height:40px;background:hsla(0,0%,100%,.9);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px rgba(0,0,0,.15);transition:all .3s ease}.gallery_imgCard_container__589ph:hover .gallery_album_icon__brq78{background:var(--color-primary-100);transform:scale(1.1)}.gallery_imgCard_container__589ph:hover .gallery_album_icon__brq78 svg{color:#fff}.gallery_album_icon__brq78 svg{width:20px;height:20px;color:var(--color-primary-100);transition:color .3s ease}