.product-finder-hero{padding:8rem 0 4rem;background:var(--brand-bg-alt)}.product-finder-hero h1{max-width:900px;font-size:max(2.6rem, min(6vw, 5rem));font-weight:850;color:var(--brand-primary-dark)}.product-finder-hero p{max-width:920px;color:var(--brand-text-muted);font-size:1.08rem}.finder-search{display:flex;gap:.75rem;max-width:820px;margin-top:1.5rem}.finder-search .form-control{min-height:54px;border-radius:var(--brand-radius)}.product-finder-body{padding:4rem 0}.product-category-block{margin-bottom:3rem}.category-head{display:flex;justify-content:space-between;gap:1rem;align-items:end;margin-bottom:1.25rem;border-bottom:1px solid var(--brand-border);padding-bottom:1rem}.product-card{height:100%;padding:1rem;border:1px solid var(--brand-border);background:#fff}.product-card img{width:100%;aspect-ratio:4/3;-o-object-fit:cover;object-fit:cover;background:#dbe5ea;margin-bottom:1rem}.product-card h3{font-size:1.08rem;color:var(--brand-primary-dark)}@media (max-width:767px){.category-head,.finder-search{flex-direction:column;align-items:stretch}}