@charset "UTF-8";.products-hero{position:relative;min-height:420px;display:flex;align-items:center;padding:180px 0 80px;overflow:hidden;background-color:var(--brand-primary-dark)}.products-hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.products-hero-mask{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(120deg,rgba(8,80,117,.88),rgba(26,32,44,.72))}.products-hero-content{position:relative;z-index:2;max-width:760px}.products-hero-content .hero-eyebrow{color:var(--brand-primary-light);text-transform:uppercase;letter-spacing:.12em;font-weight:700;font-size:.85rem;margin-bottom:12px}.products-hero-content .hero-headline{color:#fff;font-size:max(1.9rem, min(4vw, 2.8rem));margin-bottom:16px}.products-hero-content .hero-sub{color:rgba(255,255,255,.92);font-size:1.08rem;margin-bottom:26px}.products-hero-content .hero-cta{display:flex;gap:16px;flex-wrap:wrap}.product-category{margin-bottom:64px}.category-header{margin-bottom:28px;border-left:4px solid var(--brand-primary);padding-left:16px}.category-title{font-size:1.6rem;color:var(--brand-primary-dark);margin:0 0 6px}.category-lead{color:var(--brand-neutral-mid);margin:0;max-width:720px}.products-secondary-cta{margin-top:12px}@media (max-width:575px){.products-hero{padding:150px 0 56px;min-height:360px}}