.products-hero{background:var(--brand-primary-dark);color:var(--brand-text-inverse)}.products-hero .container{display:grid;grid-template-columns:1fr 0.82fr;grid-gap:40px;gap:40px;align-items:center;padding-bottom:80px}.products-hero .section-kicker,.products-hero h1,.products-hero p{color:var(--brand-text-inverse)}.products-hero img{width:100%;aspect-ratio:12/7;-o-object-fit:cover;object-fit:cover;border:1px solid rgba(255,255,255,.24)}.catalog-intro{max-width:760px;margin-bottom:28px}.category-section+.category-section{margin-top:56px;padding-top:40px;border-top:1px solid var(--brand-border)}.category-desc{max-width:760px}.product-grid{grid-template-columns:repeat(3,minmax(0,1fr));margin-top:24px}.product-card{display:grid;grid-gap:14px;gap:14px;padding:18px;border:1px solid var(--brand-border);background:var(--brand-bg)}.product-card a{display:grid;grid-gap:12px;gap:12px;color:var(--brand-text)}.product-card img{width:100%;aspect-ratio:4/3;-o-object-fit:cover;object-fit:cover;border:1px solid var(--brand-border)}.product-card h3{font-size:1.05rem;margin:0}@media (max-width:991px){.product-grid,.products-hero .container{grid-template-columns:1fr}}