.products-hero{background:var(--brand-primary-dark);color:var(--brand-text-inverse);padding:86px 0}.products-hero h1{color:var(--brand-text-inverse);font-weight:800;max-width:780px}.products-hero p{color:rgba(255,255,255,.78);max-width:760px}.product-grid-section{padding:78px 0}.product-category+.product-category{margin-top:4rem}.category-heading{margin-bottom:1.5rem}.category-heading h2{font-weight:800}.category-heading p{color:var(--brand-text-secondary)}.product-card{border:1px solid var(--brand-border);border-radius:var(--brand-radius);background:var(--brand-bg);overflow:hidden;transition:transform .18s,box-shadow .18s}.product-card:hover{box-shadow:0 18px 38px rgba(20,50,92,.12);transform:translateY(-4px)}.product-card a{color:var(--brand-text);display:flex;flex-direction:column;height:100%}.product-image{aspect-ratio:4/3;background:var(--brand-bg-alt);display:block}.product-image img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.product-body{display:block;padding:1.15rem}.product-body strong{display:block;font-size:1.08rem;margin-bottom:.5rem}.product-body em{color:var(--brand-text-secondary);display:block;font-style:normal;font-size:.92rem}