.products-hero{padding:96px 0 70px;background:var(--brand-primary-dark);color:var(--brand-text-inverse)}.products-hero h1,.products-hero p{color:var(--brand-text-inverse)}.products-hero p{max-width:760px}.product-grid-section{padding:82px 0}.product-category-block{margin-bottom:58px}.category-intro{max-width:760px;margin-bottom:24px}.product-card{border:1px solid var(--brand-border);background:var(--brand-bg);transition:transform .2s,box-shadow .2s}.product-card:hover{transform:translateY(-4px);box-shadow:0 18px 36px rgba(6,23,43,.12)}.product-card a{color:var(--brand-text);display:block;height:100%}.product-card img{width:100%;aspect-ratio:4/3;-o-object-fit:cover;object-fit:cover;background:var(--brand-bg-alt)}.product-card-body{padding:22px}.product-card-body span{color:var(--brand-accent);font-size:12px;font-weight:800;text-transform:uppercase}