.products-page{padding:78px 0;background:var(--brand-bg-alt);min-height:620px}.products-title{max-width:760px;margin:0 auto 32px;text-align:center}.products-title h1{font-size:max(2rem, min(4vw, 3.2rem))}.product-tabs{justify-content:center;gap:10px}.product-tabs .nav-link{background:var(--brand-bg);border:1px solid var(--brand-border);color:var(--brand-text);border-radius:var(--radius)}.product-tabs .nav-link.active{background:var(--brand-primary);color:var(--brand-text-inverse)}.filter-chips{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;margin-bottom:30px}.filter-chips span{background:var(--brand-bg);border:1px solid var(--brand-border);border-radius:var(--radius);padding:8px 12px;font-size:.86rem;font-weight:700}.product-card{height:100%;background:var(--brand-bg);border:1px solid var(--brand-border);border-radius:var(--radius);overflow:hidden}.product-card a{display:flex;flex-direction:column;height:100%;color:var(--brand-text)}.product-card img{aspect-ratio:16/10;-o-object-fit:cover;object-fit:cover;min-height:190px}.product-body{padding:20px}.product-body h2{font-size:1.18rem;margin-top:12px}.product-body p{color:var(--brand-muted)}