.products-hero{min-height:470px;display:flex;align-items:center;background:linear-gradient(135deg,var(--brand-primary-dark),var(--brand-primary))}.products-hero h1,.products-hero p{color:var(--brand-text-inverse);max-width:850px}.products-hero h1{font-size:max(2rem, min(4vw, 4rem))}.product-category+.product-category{margin-top:70px}.category-heading{display:flex;justify-content:space-between;gap:30px;align-items:end;margin-bottom:26px}.category-heading p{max-width:540px;color:var(--brand-text)}.product-card{overflow:hidden;cursor:pointer;transition:transform .2s,box-shadow .2s}.product-card:hover{transform:translateY(-4px);box-shadow:var(--sky-shadow)}.product-img{width:100%;aspect-ratio:4/3;-o-object-fit:cover;object-fit:cover;background:var(--brand-bg-alt)}.product-body{padding:22px}.product-body h3{font-size:1.2rem}.product-body p{color:var(--brand-text-secondary);min-height:76px}@media (max-width:767.98px){.category-heading{display:block}}