.products-hero h1{font-size:max(2rem, min(4vw, 3.3rem));font-weight:900;line-height:1.08}.products-hero p{color:#fff;max-width:680px}.catalog-intro{max-width:760px;margin-bottom:48px}.product-category{margin-bottom:58px}.product-category h2{margin-bottom:20px;color:var(--brand-primary-dark);font-weight:900}.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:24px;gap:24px}.product-card{border:1px solid var(--brand-border);border-radius:var(--brand-radius);overflow:hidden;background:#fff}.product-card button{width:100%;border:0;background:#fff;padding:0;text-align:left;color:var(--brand-text)}.product-card img{width:100%;aspect-ratio:4/3;-o-object-fit:cover;object-fit:cover;background:var(--brand-bg-alt)}.product-card span{display:block;padding:18px;font-weight:900}@media (max-width:991px){.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:575px){.product-grid{grid-template-columns:1fr}}