.products-hero h1{max-width:860px;font-size:max(2.1rem, min(4.8vw, 3.6rem))}.products-hero p{max-width:780px}.product-grid-section{padding:var(--section-y) 0}.category-note{max-width:780px;margin-bottom:34px}.product-category-block{margin-top:32px}.product-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));grid-gap:22px;gap:22px}.product-card{border:1px solid var(--brand-border);background:#fff;transition:transform .2s,box-shadow .2s}.product-card:hover{transform:translateY(-4px);box-shadow:0 18px 40px rgba(13,17,23,.1)}.product-card img{width:100%;aspect-ratio:4/3;-o-object-fit:contain;object-fit:contain;background:var(--brand-bg-alt)}.product-card__body{padding:22px}