.gallery__filters{flex-wrap:wrap;justify-content:center;gap:.5rem;margin-bottom:3rem;display:flex}.gallery__filter{background:var(--bg-card);border:1px solid var(--border-subtle);color:var(--text-light);cursor:pointer;transition:var(--transition);text-transform:uppercase;letter-spacing:.5px;font-size:.8rem;font-weight:600;font-family:var(--font-heading);border-radius:50px;padding:.5rem 1.2rem}.gallery__filter:hover{border-color:var(--border-active);color:var(--text-white)}.gallery__filter--active{border-color:var(--gold);color:var(--gold);background:#ffb7031f}.gallery__grid{grid-template-columns:repeat(4,1fr);gap:1rem;display:grid}.gallery__item{aspect-ratio:4/3;cursor:pointer;transition:var(--transition);border-radius:16px;position:relative;overflow:hidden}.gallery__item:hover{transform:scale(1.03);box-shadow:0 10px 30px #00000080}.gallery__overlay{opacity:0;background:linear-gradient(#0000 40%,#000c 100%);flex-direction:column;justify-content:flex-end;padding:1.2rem;transition:opacity .3s;display:flex;position:absolute;inset:0}.gallery__item:hover .gallery__overlay{opacity:1}.gallery__cat{color:var(--gold);text-transform:uppercase;letter-spacing:1px;background:#ffb70333;border-radius:50px;width:fit-content;margin-bottom:.4rem;padding:.2rem .6rem;font-size:.65rem;font-weight:700;display:inline-block}.gallery__title{color:#fff;font-size:.85rem;font-weight:600}.gallery__note{text-align:center;color:var(--text-muted);margin-top:3rem;font-size:.85rem;font-style:italic}@media (max-width:992px){.gallery__grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:600px){.gallery__grid{grid-template-columns:repeat(2,1fr)}}
