.gallery__category{display:flex;gap:12px;margin-bottom:2rem;overflow-x:auto}.gallery__category-item{padding:10px 20px;border-radius:999px;border:1px solid #ddd;background:#fff;font-size:14px;font-weight:500;cursor:pointer;transition:all .3s ease;white-space:nowrap}.gallery__category-item--active,.gallery__category-item:hover{background:#111;color:#fff;border-color:#111}.gallery__content{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:20px;gap:20px}.gallery__content-card{position:relative;height:260px;border-radius:16px;overflow:hidden;cursor:zoom-in}.gallery__content-img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.gallery__content-card:hover .gallery__content-img{transform:scale(1.08)}@media (max-width:992px){.gallery__content{grid-template-columns:repeat(2,1fr)}}@media (max-width:576px){.gallery__content{grid-template-columns:1fr}}