.products-hero{background:linear-gradient(135deg,#fff 0,var(--brand-bg) 100%)}.catalog-intro{background:var(--brand-charcoal)}.category-note{height:100%;padding:30px;border-radius:var(--radius-card);background:#fff;border-top:5px solid var(--brand-accent)}.category-note h2{font-size:25px}.product-catalog{background:#fff}.catalog-category{margin-bottom:56px}.catalog-category-head{max-width:760px;margin-bottom:24px}.product-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));grid-gap:24px;gap:24px}.product-card{border:1px solid var(--brand-border);border-radius:var(--radius-card);padding:18px;background:#fff;display:flex;flex-direction:column;min-height:100%}.product-card img{width:100%;aspect-ratio:4/3;-o-object-fit:cover;object-fit:cover;border-radius:6px;background:var(--brand-bg-alt);margin-bottom:16px}.product-card h3{font-size:20px}.product-card p{flex:1}.catalog-empty{border:1px dashed var(--brand-border);background:var(--brand-bg);border-radius:var(--radius-card);padding:44px;text-align:center}