.brev-products-hero{padding:154px 0 82px;background:var(--brand-bg-alt)}.brev-products-hero h1{color:var(--brand-primary);font-size:max(2.2rem, min(4vw, 3.4rem));font-weight:800;line-height:1.06}.brev-products-hero img{background:#fff;border:1px solid var(--brand-border);aspect-ratio:1/1;-o-object-fit:cover;object-fit:cover}.brev-product-catalog{padding:80px 0}.brev-category{margin-bottom:72px}.brev-category h2{color:var(--brand-primary);font-weight:800;border-bottom:1px solid var(--brand-border);padding-bottom:14px}.brev-category-desc{max-width:760px;color:var(--brand-text)}.brev-product-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:24px;gap:24px}.brev-product-card a{display:block;height:100%;color:var(--brand-text);border:1px solid var(--brand-border);background:#fff;padding:18px;transition:transform .2s,box-shadow .2s}.brev-product-card a:hover{transform:translateY(-4px);box-shadow:0 18px 38px rgba(12,24,53,.1)}.brev-product-img{display:block;aspect-ratio:4/3;background:var(--brand-bg-alt);margin-bottom:18px}.brev-product-img img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.brev-product-card h3{font-size:1.1rem;color:var(--brand-primary)}.brev-product-card p{color:var(--brand-text);font-size:.92rem}.brev-product-cta{color:var(--brand-accent);font-weight:800}