.products-feature{background:var(--brand-bg-alt);padding:92px 0}.products-feature h1{font-weight:800;font-size:max(2.2rem, min(4vw, 3.1rem))}.products-feature img{background:#fff;border:1px solid var(--brand-border);padding:18px}.product-catalog{padding:84px 0}.product-category{margin-bottom:54px}.product-category h2{font-weight:800;margin-bottom:8px}.category-desc{color:var(--brand-text-muted);max-width:780px}.product-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));grid-gap:22px;gap:22px}.product-card button{width:100%;height:100%;text-align:left;border:1px solid var(--brand-border);background:#fff;padding:18px;border-radius:var(--brand-radius);box-shadow:0 10px 24px rgba(26,36,51,.06)}.product-card img{width:100%;aspect-ratio:4/3;-o-object-fit:cover;object-fit:cover;background:var(--brand-bg-alt);border:1px solid var(--brand-border);margin-bottom:14px}.product-badge{display:inline-block;font-size:.75rem;font-weight:800;color:var(--brand-primary-dark);background:rgba(0,153,153,.12);padding:4px 8px;margin-bottom:10px}.product-card h3{font-size:1.05rem;font-weight:800}.product-card p{color:var(--brand-text-muted);margin-bottom:0}