@charset "UTF-8";.moen-hero{position:relative;min-height:680px;display:flex;align-items:center;overflow:hidden;background-color:var(--brand-secondary)}.moen-hero .hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.moen-hero .hero-bg ai-img,.moen-hero .hero-bg img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.moen-hero .hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,rgba(26,26,46,.85) 0,rgba(26,26,46,.55) 60%,rgba(26,26,46,.3) 100%)}.moen-hero .hero-content{position:relative;z-index:2;max-width:780px;margin:0 auto;text-align:center;padding:100px 24px}.moen-hero .hero-eyebrow{display:inline-block;font-size:11px;font-weight:700;letter-spacing:3px;text-transform:uppercase;color:var(--brand-primary-light);margin-bottom:20px;border:1px solid rgba(212,130,26,.4);padding:5px 16px;border-radius:20px}.moen-hero h1{font-family:var(--font-heading);font-size:3.2rem;font-weight:700;color:var(--brand-white);margin-bottom:20px;line-height:1.15}.moen-hero h1 span{color:var(--brand-primary-light)}.moen-hero .hero-sub{font-size:1.15rem;color:rgba(255,255,255,.82);margin-bottom:36px;line-height:1.7}.moen-hero .hero-actions{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}.moen-hero .hero-actions .btn{padding:12px 32px;font-size:15px;font-weight:600}.moen-hero .hero-stats-bar{position:absolute;bottom:0;left:0;right:0;background:rgba(212,130,26,.92);backdrop-filter:blur(4px);padding:18px 0;z-index:2}.moen-hero .hero-stat{text-align:center;color:var(--brand-white)}.moen-hero .hero-stat .stat-number{display:block;font-size:1.6rem;font-weight:700;line-height:1;font-family:var(--font-heading)}.moen-hero .hero-stat .stat-label{font-size:11px;opacity:.88;letter-spacing:.5px;margin-top:3px}.moen-hero .hero-stat-divider{width:1px;background-color:rgba(255,255,255,.3);align-self:stretch}.moen-trust-bar{background-color:var(--brand-secondary);padding:50px 0}.moen-trust-bar .trust-item{display:flex;align-items:flex-start;gap:16px;padding:20px}.moen-trust-bar .trust-icon{width:48px;height:48px;background-color:rgba(212,130,26,.15);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.moen-trust-bar .trust-icon svg{color:var(--brand-primary-light)}.moen-trust-bar .trust-title{font-family:var(--font-heading);font-size:1rem;font-weight:700;color:var(--brand-white);margin-bottom:4px}.moen-trust-bar .trust-desc{font-size:13px;color:rgba(255,255,255,.65);margin:0;line-height:1.5}.moen-trust-bar .trust-divider{border-left:1px solid rgba(255,255,255,.1)}.moen-testimonials{background-color:var(--brand-neutral-light);padding:80px 0}.moen-testimonials .testimonial-card{background-color:var(--brand-white);border-radius:var(--border-radius);padding:32px;box-shadow:var(--shadow-sm);height:100%;display:flex;flex-direction:column;position:relative}.moen-testimonials .quote-mark{font-size:4rem;line-height:1;color:var(--brand-primary);opacity:.3;font-family:Georgia,serif;position:absolute;top:16px;left:24px}.moen-testimonials .testimonial-text{font-size:.95rem;line-height:1.7;color:var(--brand-text);margin-top:24px;flex:1;font-style:italic}.moen-testimonials .testimonial-author{margin-top:20px;padding-top:16px;border-top:1px solid var(--brand-border)}.moen-testimonials .author-name{font-weight:700;font-size:14px;color:var(--brand-secondary);margin:0}.moen-testimonials .author-role{font-size:12px;color:var(--brand-text-muted);margin:0}.moen-testimonials .star-rating{color:var(--brand-primary);font-size:14px;margin-bottom:4px}.moen-products{padding:80px 0;background-color:var(--brand-white)}.moen-products .featured-product{position:relative;background-color:var(--brand-secondary);border-radius:var(--border-radius);overflow:hidden;cursor:pointer;transition:transform var(--transition),box-shadow var(--transition)}.moen-products .featured-product:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.moen-products .featured-product ai-img,.moen-products .featured-product img{width:100%;height:420px;-o-object-fit:cover;object-fit:cover;display:block;opacity:.85;transition:opacity var(--transition)}.moen-products .featured-product:hover ai-img,.moen-products .featured-product:hover img{opacity:.75}.moen-products .featured-product .featured-overlay{position:absolute;bottom:0;left:0;right:0;padding:32px;background:linear-gradient(transparent,rgba(26,26,46,.92))}.moen-products .featured-product .featured-label{font-size:10px;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:var(--brand-primary-light);margin-bottom:8px;display:block}.moen-products .featured-product h2{font-size:1.6rem;color:var(--brand-white);margin-bottom:8px}.moen-products .featured-product p{font-size:13.5px;color:rgba(255,255,255,.75);margin-bottom:16px}.moen-products .category-grid .category-card{border:1px solid var(--brand-border);border-radius:var(--border-radius);overflow:hidden;cursor:pointer;transition:transform var(--transition),box-shadow var(--transition),border-color var(--transition);background-color:var(--brand-white)}.moen-products .category-grid .category-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-md);border-color:var(--brand-primary)}.moen-products .category-grid .category-card ai-img,.moen-products .category-grid .category-card img{width:100%;height:180px;-o-object-fit:cover;object-fit:cover;display:block}.moen-products .category-grid .card-body{padding:16px 18px}.moen-products .category-grid .card-title{font-size:.95rem;font-weight:700;color:var(--brand-secondary);margin-bottom:4px}.moen-products .category-grid .card-text{font-size:12.5px;color:var(--brand-text-muted);margin-bottom:10px;line-height:1.5}.moen-products .category-grid .card-link{font-size:12.5px;font-weight:600;color:var(--brand-primary)}.moen-products .category-grid .card-link::after{content:" →";transition:margin-left var(--transition)}.moen-products .category-grid .category-card:hover .card-link::after{margin-left:4px}.moen-sustainability{padding:80px 0;background-color:var(--brand-accent)}.moen-sustainability .sustain-image-col{position:relative}.moen-sustainability .sustain-image-col ai-img,.moen-sustainability .sustain-image-col img{border-radius:var(--border-radius);box-shadow:var(--shadow-lg);width:100%;height:380px;-o-object-fit:cover;object-fit:cover;display:block}.moen-sustainability .sustain-badge{position:absolute;bottom:-20px;right:-20px;background-color:var(--brand-primary);color:var(--brand-white);padding:20px 24px;border-radius:var(--border-radius);text-align:center;box-shadow:var(--shadow-md)}.moen-sustainability .sustain-badge .badge-number{font-size:2rem;font-weight:700;font-family:var(--font-heading);display:block;line-height:1}.moen-sustainability .sustain-badge .badge-label{font-size:11px;opacity:.9;display:block;margin-top:4px}.moen-sustainability .feature-point{display:flex;align-items:flex-start;gap:12px;margin-bottom:20px}.moen-sustainability .feature-icon{width:36px;height:36px;background-color:rgba(212,130,26,.12);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:2px}.moen-sustainability .feature-icon svg{color:var(--brand-primary)}.moen-sustainability .feature-point h5{font-size:.95rem;font-weight:700;margin-bottom:4px;color:var(--brand-secondary)}.moen-sustainability .feature-point p{font-size:13px;color:var(--brand-text-muted);margin:0;line-height:1.5}.moen-industries{padding:80px 0;background-color:var(--brand-white)}.moen-industries .industry-card{position:relative;border-radius:var(--border-radius);overflow:hidden;cursor:pointer;transition:transform var(--transition)}.moen-industries .industry-card:hover{transform:translateY(-4px)}.moen-industries .industry-card ai-img,.moen-industries .industry-card img{width:100%;height:240px;-o-object-fit:cover;object-fit:cover;display:block;transition:transform .4s}.moen-industries .industry-card:hover ai-img,.moen-industries .industry-card:hover img{transform:scale(1.04)}.moen-industries .industry-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(transparent 30%,rgba(26,26,46,.85));display:flex;flex-direction:column;justify-content:flex-end;padding:20px}.moen-industries .industry-name{font-family:var(--font-heading);font-size:1.05rem;font-weight:700;color:var(--brand-white);margin:0}.moen-industries .industry-desc{font-size:12.5px;color:rgba(255,255,255,.75);margin:4px 0 0}.moen-cta{padding:80px 0;background-color:var(--brand-secondary);position:relative;overflow:hidden}.moen-cta::before{content:"";position:absolute;top:-80px;right:-80px;width:300px;height:300px;border-radius:50%;background:rgba(212,130,26,.08)}.moen-cta::after{content:"";position:absolute;bottom:-60px;left:-60px;width:200px;height:200px;border-radius:50%;background:rgba(212,130,26,.06)}.moen-cta .cta-inner{position:relative;z-index:2;text-align:center}.moen-cta .cta-inner h2{font-size:2.4rem;color:var(--brand-white);margin-bottom:16px}.moen-cta .cta-inner p{font-size:1.05rem;color:rgba(255,255,255,.75);margin-bottom:36px;max-width:560px;margin-left:auto;margin-right:auto}@media (max-width:991px){.moen-hero h1{font-size:2.2rem}.moen-hero .hero-content{padding:80px 24px 100px}.moen-hero .hero-stats-bar{position:relative}.moen-hero{min-height:auto}.moen-sustainability .sustain-badge{display:none}.moen-products .featured-product ai-img,.moen-products .featured-product img{height:280px}}@media (max-width:767px){.moen-hero h1{font-size:1.8rem}.moen-hero .hero-actions{flex-direction:column;align-items:center}.moen-hero .hero-actions .btn{width:100%;max-width:300px}.moen-cta .cta-inner h2{font-size:1.7rem}.moen-trust-bar .trust-divider{display:none}}