.product-hero{background:linear-gradient(135deg,var(--brand-primary-dark),var(--brand-primary))}.product-hero .eyebrow,.product-hero h1,.product-hero p{color:var(--brand-text-inverse)}.product-category{margin-bottom:56px}.category-heading{max-width:760px;margin-bottom:24px}.category-heading h2{font-weight:850}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;gap:24px}.product-card a{display:block;height:100%;overflow:hidden;border:1px solid var(--brand-border);border-radius:var(--brand-radius);background:#fff;color:var(--brand-text);box-shadow:0 12px 30px rgba(26,32,44,.06);transition:transform .2s,box-shadow .2s}.product-card a:hover{transform:translateY(-4px);box-shadow:0 18px 36px rgba(26,32,44,.1)}.product-img{display:block;aspect-ratio:4/3;background:var(--brand-bg-alt)}.product-img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.product-body{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:20px}.product-body strong{color:var(--brand-text)}.product-body em{color:var(--brand-primary);font-style:normal;font-weight:800;white-space:nowrap}@media (max-width:991px){.product-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:575px){.product-grid{grid-template-columns:1fr}}