.ma-hero-scale{position:relative;min-height:720px;padding:180px 0 170px;overflow:hidden;background:var(--brand-primary-dark)}.ma-hero-scale__bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.ma-hero-scale::after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:linear-gradient(90deg,rgba(17,35,18,.9),rgba(17,35,18,.58),rgba(17,35,18,.78))}.ma-hero-scale__copy{position:relative;z-index:2;max-width:760px}.ma-hero-scale h1{max-width:740px;margin-bottom:20px;color:#fff;font-size:max(2rem, min(4vw, 3.5rem))}.ma-hero-scale .ma-eyebrow,.ma-hero-scale p{color:#fff}.ma-hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:30px}.ma-hero-scale__stats{position:absolute;left:max(24px,(100vw - 1140px) / 2);right:max(24px,(100vw - 1140px) / 2);bottom:32px;z-index:2;display:flex;flex-wrap:nowrap;gap:12px}.ma-hero-scale__stats span{flex:1 1 0;min-width:0;padding:16px 14px;border:1px solid rgba(255,255,255,.35);border-radius:var(--brand-radius);background:rgba(255,255,255,.12);color:#fff;font-weight:800;text-align:center;backdrop-filter:blur(8px)}.featured-product{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(300px,0.9fr);grid-gap:32px;gap:32px;align-items:center;margin-bottom:28px;padding:28px;border:1px solid var(--brand-border);border-radius:var(--brand-radius);background:#fff;box-shadow:var(--brand-shadow)}.featured-product img,.industry-image-card img,.product-mini-card img{width:100%;-o-object-fit:cover;object-fit:cover;border-radius:var(--brand-radius)}.featured-product img{aspect-ratio:3/2}.chip{display:inline-block;margin-bottom:12px;padding:6px 10px;border-radius:var(--brand-radius);background:var(--brand-bg-alt);color:var(--brand-primary-dark);font-weight:800}.product-mini-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:24px;gap:24px}.product-mini-card{display:block;padding:18px;border:1px solid var(--brand-border);border-radius:var(--brand-radius);background:#fff;color:var(--brand-text)}.product-mini-card img{aspect-ratio:7/5;margin-bottom:16px}.ma-shape-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:18px;gap:18px}.ma-shape-card{display:grid;grid-gap:10px;gap:10px;min-height:180px;padding:24px;border:1px solid var(--brand-border);border-radius:var(--brand-radius);background:#fff;color:var(--brand-text)}.ma-shape-ico{width:48px;height:48px;color:var(--brand-primary);fill:currentColor}.ma-shape-card span{color:var(--brand-primary-dark);font-weight:800}.industry-image-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:20px;gap:20px}.industry-image-card{position:relative;display:block;min-height:260px;overflow:hidden;border-radius:var(--brand-radius);background:var(--brand-primary-dark)}.industry-image-card img{position:absolute;top:0;right:0;bottom:0;left:0;height:100%;transition:transform .25s}.industry-image-card::after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,rgba(0,0,0,.05),rgba(0,0,0,.72))}.industry-image-card span{position:absolute;left:18px;right:18px;bottom:18px;z-index:2;color:#fff;font-weight:800}.industry-image-card:hover img{transform:scale(1.05)}.home-cta{background:var(--brand-primary-dark)}@media (max-width:991px){.featured-product,.industry-image-grid,.ma-shape-grid,.product-mini-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:575px){.ma-hero-scale{min-height:760px;padding-top:150px;padding-bottom:220px}.ma-hero-scale__stats{flex-wrap:wrap}.ma-hero-scale__stats span{flex:1 1 calc(50% - 12px)}.featured-product,.industry-image-grid,.ma-shape-grid,.product-mini-grid{grid-template-columns:1fr}}