.products-page-hero{padding:5rem 0;background:linear-gradient(135deg,var(--brand-bg-alt),#fff)}.products-page-hero h1{font-size:max(2.2rem, min(4vw, 3.6rem))}.products-page-hero p{color:var(--brand-muted);font-size:1.08rem}.products-page-hero img{border-radius:var(--radius);box-shadow:var(--shadow-soft);aspect-ratio:16/11;-o-object-fit:cover;object-fit:cover;background:var(--brand-border)}.ph-cta{background:var(--brand-primary);color:var(--brand-text-inverse)}.products-category-section{padding:4rem 0;border-top:1px solid var(--brand-border)}.products-category-section:nth-child(odd){background:var(--brand-bg-alt)}.products-category-section h2{margin-bottom:.45rem}.products-category-section>.container>p{color:var(--brand-muted);max-width:760px}.product-card{border:1px solid var(--brand-border);background:#fff;padding:1rem;cursor:pointer;min-height:100%;transition:transform .18s,box-shadow .18s}.product-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-soft)}.product-card img{width:100%;aspect-ratio:19/13;-o-object-fit:cover;object-fit:cover;background:var(--brand-border);margin-bottom:1rem}.product-card h3{font-size:1.18rem}.product-inquiry-btn{background:var(--brand-primary);color:var(--brand-text-inverse);width:100%;margin-top:.8rem}