.products-hero{padding:86px 0;background:linear-gradient(135deg,var(--brand-bg),var(--brand-bg-alt))}.hero-grid{display:grid;grid-template-columns:minmax(0,0.95fr) minmax(360px,1fr);grid-gap:42px;gap:42px;align-items:center}.products-copy p{font-size:1.08rem}.products-image img{border-radius:var(--brand-radius);box-shadow:var(--brand-shadow);aspect-ratio:1.22;-o-object-fit:cover;object-fit:cover}.product-category-block{margin-top:42px}.category-heading{display:flex;justify-content:space-between;gap:22px;align-items:end;margin-bottom:18px;border-bottom:1px solid var(--brand-border);padding-bottom:14px}.category-heading p{max-width:520px;margin-bottom:0}.product-card{background:var(--brand-card);border:1px solid var(--brand-border);border-radius:var(--brand-radius);overflow:hidden;box-shadow:0 12px 26px rgba(43,43,43,.08);transition:transform .2s,box-shadow .2s}.product-card:hover{transform:translateY(-4px);box-shadow:var(--brand-shadow)}.product-card a{display:block;color:inherit}.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 p{min-height:78px}.product-card-body span{color:var(--brand-primary-dark);font-weight:900}@media (max-width:991.98px){.category-heading,.hero-grid{grid-template-columns:1fr;display:block}.products-image{margin-top:28px}}