.products-hero{color:var(--brand-text-inverse);background:linear-gradient(120deg,rgba(39,64,42,.94),rgba(63,93,66,.74)),#27402a;padding:88px 0}.products-hero .section-copy,.products-hero .section-title{color:var(--brand-text-inverse)}.product-category{margin-bottom:58px}.product-category h2{font-size:1.7rem;font-weight:800;margin-bottom:22px}.product-card{height:100%;border:1px solid var(--brand-border);border-radius:var(--brand-radius);overflow:hidden;background:#fff;transition:transform .2s,box-shadow .2s}.product-card:hover{transform:translateY(-4px);box-shadow:0 18px 40px rgba(26,32,44,.1)}.product-card img{width:100%;aspect-ratio:4/3;-o-object-fit:cover;object-fit:cover;background:var(--brand-bg-alt)}.product-card-body{padding:20px}.product-card h3{font-size:1.08rem;font-weight:800;color:var(--brand-text)}.product-card p{color:var(--brand-text-secondary);margin-bottom:0}