.products-hero{background:linear-gradient(135deg,var(--brand-primary),var(--brand-primary-dark));color:var(--text-on-dark);padding:96px 0;text-align:center}.products-hero h1,.products-hero p{color:var(--text-on-dark)}.products-grid-section{padding:80px 0}.category-section{margin-bottom:64px}.category-heading{margin-bottom:24px}.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(6,20,43,.12)}.product-card img{width:100%;aspect-ratio:4/3;-o-object-fit:cover;object-fit:cover;background:var(--brand-bg-alt)}.product-card a{display:block;height:100%;color:var(--brand-text)}.product-card-body{padding:22px}.product-card-body span{color:var(--brand-accent);text-transform:uppercase;font-size:12px;font-weight:900}.product-card-body h3{margin-top:8px}