.products-hero{padding:150px 0 90px;background:linear-gradient(135deg,var(--brand-dark),var(--brand-primary-dark));color:var(--brand-text-inverse)}.products-hero h1{font-size:3rem;line-height:1.12;font-weight:900}.products-hero p{color:rgba(255,255,255,.82)}.products-hero img{width:100%;border-radius:var(--radius);box-shadow:var(--shadow-soft)}.spec-strip{display:flex;flex-wrap:wrap;gap:10px;margin-top:26px}.spec-strip span{padding:8px 12px;border:1px solid rgba(255,255,255,.28);border-radius:999px;color:var(--brand-accent);font-weight:700}.product-grid-section{padding:86px 0;background:var(--brand-bg)}.product-category+.product-category{margin-top:68px}.category-heading{max-width:760px;margin-bottom:28px}.category-heading h2{font-size:2rem;font-weight:900}.category-heading p{color:var(--brand-text-muted)}.product-card{overflow:hidden;background:var(--brand-text-inverse);border:1px solid var(--brand-border);border-radius:var(--radius);transition:transform .2s,box-shadow .2s}.product-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-soft)}.product-card img{width:100%;height:220px;-o-object-fit:cover;object-fit:cover;background:var(--brand-bg-alt)}.product-card-body{padding:24px}.product-card h3{color:var(--brand-text);font-size:1.18rem;font-weight:800}.product-card p{color:var(--brand-text-muted)}.product-link{color:var(--brand-primary);font-weight:800}@media (max-width:767.98px){.products-hero h1{font-size:2.1rem}}