.products-hero{padding:170px 0 76px;background:linear-gradient(135deg,var(--brand-primary-dark),var(--brand-primary));color:var(--brand-text-inverse)}.products-hero .container{display:grid;grid-template-columns:1fr 0.9fr;grid-gap:48px;gap:48px;align-items:center}.products-hero h1{font-size:max(2rem, min(4vw, 3.5rem));line-height:1.08;margin:10px 0 18px;color:var(--brand-text-inverse)}.products-hero .leap-eyebrow,.products-hero p{color:var(--brand-text-inverse)}.products-hero img{width:100%;border-radius:24px;aspect-ratio:4/3;-o-object-fit:cover;object-fit:cover;box-shadow:0 22px 60px rgba(0,0,0,.25)}.products-intro{max-width:760px;margin-bottom:42px}.category-desc,.product-category h2,.products-intro h2,.products-intro p{color:var(--brand-text)}.product-category{padding:32px 0;border-top:1px solid var(--brand-border)}.product-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:24px;gap:24px}.product-card{position:relative;display:grid;grid-gap:16px;gap:16px;border:1px solid var(--brand-border);border-radius:var(--brand-radius);padding:16px;background:var(--brand-bg);transition:transform .2s,box-shadow .2s}.product-card:hover{transform:translateY(-4px);box-shadow:0 18px 35px rgba(46,85,158,.16)}.product-card a{color:var(--brand-text)}.product-card__image{display:block;border-radius:var(--brand-radius);overflow:hidden;background:var(--brand-neutral-light)}.product-card__image img{width:100%;aspect-ratio:4/3;-o-object-fit:cover;object-fit:cover}.product-card h3{font-size:1.08rem;margin:14px 0 6px;color:var(--brand-text)}.product-card__note{display:block;color:var(--brand-text);font-size:.92rem}@media (max-width:991px){.products-hero .container{grid-template-columns:1fr}}