@charset "UTF-8";.mz-hero{min-height:88vh;display:flex;flex-direction:column;justify-content:center;position:relative;overflow:hidden}.mz-hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.mz-hero-bg ai-img,.mz-hero-bg img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.mz-hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:rgba(30,10,14,.58);z-index:1}.mz-hero-inner{position:relative;z-index:2;padding:80px 0 100px}.mz-hero .hero-eyebrow{font-size:.75rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--color-secondary);margin-bottom:20px;display:block}.mz-hero h1{font-size:max(2.4rem, min(5vw, 4rem));font-family:var(--font-heading);color:var(--color-white);margin-bottom:24px;line-height:1.1}.mz-hero h1 em{font-style:italic;color:var(--color-secondary)}.mz-hero p{font-size:max(1rem, min(1.5vw, 1.15rem));color:rgba(255,255,255,.82);max-width:620px;margin:0 auto 36px}.mz-hero .hero-actions{display:flex;gap:16px;flex-wrap:wrap}.mz-hero .hero-stat-bar{position:absolute;bottom:0;left:0;right:0;background:rgba(0,0,0,.35);display:flex;justify-content:center;gap:0;backdrop-filter:blur(4px)}.mz-hero .stat-item{flex:1;max-width:240px;text-align:center;padding:20px 16px;border-right:1px solid rgba(255,255,255,.12)}.mz-hero .stat-item:last-child{border-right:none}.mz-hero .stat-num{display:block;font-size:1.75rem;font-weight:700;color:var(--color-secondary);font-family:var(--font-heading);line-height:1}.mz-hero .stat-label{display:block;font-size:.72rem;text-transform:uppercase;letter-spacing:.08em;color:rgba(255,255,255,.6);margin-top:4px}.mz-industries{padding:var(--section-py) 0;background:var(--color-bg)}.mz-industries .industry-scroll{display:flex;gap:24px;overflow-x:auto;padding-bottom:12px;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:var(--color-border) transparent}.mz-industries .industry-card{flex:0 0 240px;border-radius:var(--radius-md);overflow:hidden;position:relative;cursor:pointer;transition:transform .3s,box-shadow .3s}.mz-industries .industry-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-md)}.mz-industries .industry-card ai-img,.mz-industries .industry-card img{width:100%;height:180px;-o-object-fit:cover;object-fit:cover;display:block}.mz-industries .industry-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(0,0,0,.72) 0,transparent 55%);display:flex;flex-direction:column;justify-content:flex-end;padding:20px 16px}.mz-industries .industry-overlay h3{color:var(--color-white);font-size:1rem;margin:0 0 4px}.mz-industries .industry-overlay span{color:var(--color-secondary);font-size:.8rem;font-weight:600;letter-spacing:.04em}.mz-products{padding:var(--section-py) 0;background:#f3f0ed}.mz-products .products-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:20px;gap:20px}.mz-products .product-card{background:var(--color-white);border-radius:var(--radius-md);overflow:hidden;transition:box-shadow .25s,transform .25s;cursor:pointer}.mz-products .product-card:hover{box-shadow:var(--shadow-md);transform:translateY(-4px)}.mz-products .product-card-img{width:100%;aspect-ratio:1/1;-o-object-fit:cover;object-fit:cover;display:block}.mz-products .product-card-body{padding:16px}.mz-products .product-card-body h3{font-size:.95rem;margin-bottom:6px;font-family:var(--font-heading)}.mz-products .product-card-body p{font-size:.8rem;color:var(--color-text-muted);margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.mz-sustainability{padding:var(--section-py) 0;background:var(--color-bg-dark);color:var(--color-white)}.mz-sustainability .sus-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:48px;gap:48px;align-items:center}.mz-sustainability .sus-content h2{color:var(--color-white)}.mz-sustainability .sus-content p{color:rgba(255,255,255,.72)}.mz-sustainability .sus-metrics{display:grid;grid-template-columns:1fr 1fr;grid-gap:24px;gap:24px;margin-top:32px}.mz-sustainability .sus-metric{padding:24px;background:rgba(255,255,255,.06);border-radius:var(--radius-md);border:1px solid rgba(255,255,255,.1);text-align:center}.mz-sustainability .sus-metric .num{display:block;font-size:2.2rem;font-weight:700;color:var(--color-secondary);font-family:var(--font-heading);line-height:1}.mz-sustainability .sus-metric .label{display:block;font-size:.8rem;color:rgba(255,255,255,.55);margin-top:6px;text-transform:uppercase;letter-spacing:.06em}.mz-sustainability .sus-img{border-radius:var(--radius-lg);overflow:hidden}.mz-trust{padding:48px 0;background:var(--color-white);border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border)}.mz-trust .stats-row{display:flex;justify-content:center;gap:0;flex-wrap:wrap}.mz-trust .stat-block{flex:1;min-width:160px;text-align:center;padding:0 24px;border-right:1px solid var(--color-border)}.mz-trust .stat-block:last-child{border-right:none}.mz-trust .stat-block .big-num{display:block;font-size:2.2rem;font-weight:700;font-family:var(--font-heading);color:var(--color-primary);line-height:1}.mz-trust .stat-block .stat-desc{display:block;font-size:.8rem;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.07em;margin-top:6px}.mz-testimonials{padding:var(--section-py) 0;background:#f7f4f1}.mz-testimonials .testimonial-card{background:var(--color-white);border-radius:var(--radius-md);padding:32px;border-left:4px solid var(--color-primary);box-shadow:var(--shadow-sm);height:100%}.mz-testimonials .testimonial-quote{font-size:.95rem;color:var(--color-text);line-height:1.7;margin-bottom:24px;font-style:italic}.mz-testimonials .testimonial-quote::before{content:"“"}.mz-testimonials .testimonial-quote::after{content:"”"}.mz-testimonials .testimonial-author strong{display:block;font-size:.9rem;color:var(--color-text)}.mz-testimonials .testimonial-author span{font-size:.8rem;color:var(--color-text-muted)}.mz-testimonials .stars{color:var(--color-secondary);font-size:.9rem;margin-bottom:12px}.mz-faq{padding:var(--section-py) 0;background:var(--color-bg)}.mz-faq .accordion-button:not(.collapsed){background:var(--color-primary);color:var(--color-white);box-shadow:none}.mz-faq .accordion-button:not(.collapsed)::after{filter:brightness(0) invert(1)}.mz-faq .accordion-button:focus{box-shadow:none}.mz-faq .accordion-item{border-radius:var(--radius-sm)!important;margin-bottom:8px;overflow:hidden}.mz-cta{padding:var(--section-py) 0;position:relative;overflow:hidden;text-align:center}.mz-cta .cta-bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.mz-cta .cta-bg ai-img,.mz-cta .cta-bg img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.mz-cta .cta-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:rgba(139,38,53,.78);z-index:1}.mz-cta .cta-content{position:relative;z-index:2}.mz-cta h2{color:var(--color-white);font-size:max(1.8rem, min(3.5vw, 3rem));margin-bottom:16px}.mz-cta p{color:rgba(255,255,255,.82);font-size:1.1rem;max-width:520px;margin:0 auto 32px}.mz-cta .cta-actions{display:flex;justify-content:center;gap:16px;flex-wrap:wrap}@media (max-width:991px){.mz-products .products-grid{grid-template-columns:repeat(2,1fr)}.mz-sustainability .sus-grid{grid-template-columns:1fr}}@media (max-width:575px){.mz-products .products-grid{grid-template-columns:repeat(2,1fr);gap:12px}.mz-hero .stat-item{padding:14px 8px}.mz-hero .stat-num{font-size:1.3rem}.mz-trust .stat-block{flex:0 0 50%;border-right:none;border-bottom:1px solid var(--color-border);padding:16px}.mz-trust .stat-block:nth-child(2n){border-right:none}.mz-sustainability .sus-metrics{grid-template-columns:1fr 1fr}}