.mcni-products-hero{display:grid;min-height:560px}.mcni-products-hero .container{position:relative;z-index:2}.mcni-products-hero img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;z-index:0}.mcni-products-hero::after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,rgba(24,98,69,.76),rgba(34,43,39,.86));z-index:1}.mcni-products-grid{background:var(--brand-bg)}.mcni-products-intro{max-width:760px;margin:0 auto 34px;color:var(--brand-text);text-align:center;font-size:1.05rem}.mcni-category-block+.mcni-category-block{margin-top:56px}.mcni-category-block h2{margin:0 0 8px;color:var(--brand-text);font-size:max(1.6rem, min(2.8vw, 2.25rem))}.mcni-category-desc{margin:0 0 24px;color:var(--brand-text)}.mcni-dynamic-product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:20px;gap:20px}.mcni-dynamic-product a{display:grid;height:100%;overflow:hidden;border:1px solid var(--brand-border);border-radius:var(--brand-radius);background:#fff;box-shadow:0 12px 28px rgba(34,43,39,.08)}.mcni-dynamic-product img{width:100%;aspect-ratio:1/1;-o-object-fit:cover;object-fit:cover;background:var(--brand-neutral-light)}.mcni-dynamic-product h3{margin:0;padding:16px 16px 6px;color:var(--brand-text);font-size:1.02rem}.mcni-dynamic-product span{padding:0 16px 18px;color:var(--brand-primary-dark);font-weight:800}@media (max-width:991px){.mcni-dynamic-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:575px){.mcni-dynamic-product-grid{grid-template-columns:1fr}}