@charset "UTF-8";.home-hero{position:relative;min-height:540px;display:flex;flex-direction:column;overflow:hidden}.home-hero .hero-main{flex:1;display:flex;align-items:center;padding:5rem 0 3rem;position:relative;z-index:2}.home-hero .hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.home-hero .hero-bg ai-img,.home-hero .hero-bg img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.home-hero .hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,rgba(26,26,26,.82) 0,rgba(26,26,26,.45) 60%,rgba(26,26,26,.1) 100%);z-index:1}.home-hero .hero-content{position:relative;z-index:2;max-width:560px}.home-hero .hero-eyebrow{font-size:.75rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:var(--primary-light);margin-bottom:.75rem}.home-hero h1{font-size:max(1.8rem, min(4vw, 3rem));font-weight:800;color:#fff;line-height:1.15;margin-bottom:1rem}.home-hero .hero-desc{font-size:1.05rem;color:rgba(255,255,255,.82);margin-bottom:1.75rem;max-width:440px}.home-hero .hero-actions{display:flex;gap:.75rem;flex-wrap:wrap}.home-hero .hero-actions .btn{padding:.65rem 1.5rem;font-size:.9rem;border-radius:2px}.home-hero .hero-bottom-bar{background:var(--primary);position:relative;z-index:3}.home-hero .hero-bottom-bar .bar-inner{display:flex;align-items:stretch;min-height:60px}.home-hero .hero-bottom-bar .bar-stat{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:.75rem 1rem;border-right:1px solid rgba(255,255,255,.15)}.home-hero .hero-bottom-bar .bar-stat:last-child{border-right:none}.home-hero .hero-bottom-bar .stat-value{font-size:1.35rem;font-weight:800;color:#fff;line-height:1}.home-hero .hero-bottom-bar .stat-label{font-size:.7rem;letter-spacing:.08em;text-transform:uppercase;color:rgba(255,255,255,.75);margin-top:.2rem}@media (max-width:575px){.home-hero .hero-bottom-bar .bar-inner{flex-wrap:wrap}.home-hero .hero-bottom-bar .bar-stat{flex:0 0 50%;border-right:none;border-bottom:1px solid rgba(255,255,255,.15)}}.home-products{padding:4rem 0;background:var(--secondary)}.home-products .products-header{margin-bottom:2.5rem}.home-products .product-category-card{background:var(--white);border:1px solid var(--border-color);border-radius:2px;overflow:hidden;transition:box-shadow .2s,transform .2s;cursor:pointer;display:block;-webkit-text-decoration:none;text-decoration:none;color:inherit}.home-products .product-category-card:hover{box-shadow:0 6px 24px rgba(0,0,0,.1);transform:translateY(-2px)}.home-products .product-category-card .card-img{aspect-ratio:4/3;overflow:hidden}.home-products .product-category-card .card-img ai-img,.home-products .product-category-card .card-img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .35s}.home-products .product-category-card:hover .card-img ai-img,.home-products .product-category-card:hover .card-img img{transform:scale(1.04)}.home-products .product-category-card .card-body{padding:1rem 1.1rem}.home-products .product-category-card .card-title{font-size:.95rem;font-weight:700;color:var(--text-primary);margin-bottom:.3rem}.home-products .product-category-card .card-count{font-size:.78rem;color:var(--text-muted)}.home-products .products-cta{margin-top:2rem}.home-sustainability{padding:4rem 0;background:var(--white)}.home-sustainability .credential-item{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1.5rem}.home-sustainability .credential-icon{width:44px;height:44px;flex-shrink:0;background:var(--secondary);border-radius:2px;display:flex;align-items:center;justify-content:center}.home-sustainability .credential-icon svg{width:22px;height:22px}.home-sustainability .credential-label{font-size:.75rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--primary)}.home-sustainability .credential-text{font-size:.9rem;color:var(--text-secondary);margin-top:.15rem}.home-sustainability .cert-badge{display:inline-block;background:var(--secondary);border:1px solid var(--border-color);border-radius:2px;font-size:.75rem;font-weight:600;color:var(--accent);padding:.3rem .7rem;margin:.25rem .25rem .25rem 0}.home-cta{padding:5rem 0;background:var(--accent);text-align:center}.home-cta .cta-label{font-size:.75rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--primary-light);margin-bottom:.75rem}.home-cta h2{font-size:max(1.5rem, min(3vw, 2.25rem));font-weight:800;color:var(--white);margin-bottom:1rem}.home-cta p{color:rgba(255,255,255,.75);font-size:1rem;max-width:520px;margin:0 auto 2rem}.home-cta .cta-buttons{display:flex;gap:.75rem;justify-content:center;flex-wrap:wrap}