.contact-hero,.products-hero{background:linear-gradient(135deg,var(--brand-bg-alt),#fff);padding:96px 0 64px}.contact-hero h1,.products-hero h1{max-width:840px;font-size:max(2rem, min(4vw, 3.4rem));font-weight:800}.category-note p,.contact-hero p,.products-hero p{max-width:780px;color:var(--brand-text-secondary)}.featured-product-band,.product-grid-section{padding:72px 0}.featured-product{display:grid;grid-template-columns:minmax(280px,0.9fr) 1.1fr;grid-gap:34px;gap:34px;align-items:center;background:var(--brand-bg);border:1px solid var(--brand-border);border-radius:8px;padding:28px;box-shadow:var(--shadow-sm)}.featured-product img{aspect-ratio:4/3;-o-object-fit:cover;object-fit:cover;background:var(--brand-bg-alt);border-radius:6px}.spec-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));grid-gap:10px;gap:10px;margin-top:20px}.spec-grid span{background:var(--brand-bg-alt);border:1px solid var(--brand-border);border-radius:4px;padding:10px;font-weight:700}.product-category-block{margin-top:36px}.product-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));grid-gap:22px;gap:22px}.product-card{border:1px solid var(--brand-border);border-radius:8px;overflow:hidden;background:var(--brand-bg);box-shadow:var(--shadow-sm);display:flex;flex-direction:column}.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:22px;display:flex;flex-direction:column;gap:12px;flex:1}.product-card__body p{color:var(--brand-text-secondary)}.product-card__body .btn{margin-top:auto}@media (max-width:767px){.featured-product{grid-template-columns:1fr}}