.product-hero{background:linear-gradient(135deg,#eaf3fa 0,#fff 100%)}.logo-matrix{display:grid;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));grid-gap:16px;gap:16px;margin-bottom:48px}.logo-matrix span{min-height:76px;display:flex;align-items:center;justify-content:center;border:1px solid var(--brand-border);background:#fff;font-weight:800;color:var(--brand-primary-dark)}.portfolio-note{max-width:980px;margin:-20px 0 44px;padding:24px;border:1px solid var(--brand-border);background:var(--brand-bg-alt)}.product-category-block{margin-bottom:56px}.category-heading{display:flex;justify-content:space-between;gap:24px;align-items:end;margin-bottom:24px;border-bottom:1px solid var(--brand-border);padding-bottom:18px}.category-heading p{max-width:520px;margin:0}.product-card{height:100%;border:1px solid var(--brand-border);background:#fff;overflow:hidden}.product-card img{width:100%;aspect-ratio:4/3;-o-object-fit:cover;object-fit:cover;background:#dce9f2}.product-card-body{padding:22px}@media (max-width:768px){.category-heading{display:block}}