@charset "UTF-8";.hero-section{position:relative;background:var(--neutral-dark);min-height:560px;display:flex;flex-direction:column;overflow:hidden}.hero-bg-img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;opacity:.45}.hero-bg-img ai-img,.hero-bg-img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.hero-content-wrap{position:relative;z-index:2;flex:1;display:flex;align-items:center;padding:80px 0 60px}.hero-content-wrap h1{color:var(--white);font-size:max(1.75rem, min(4vw, 3rem));font-weight:700;margin-bottom:16px;max-width:640px}.hero-content-wrap .hero-sub{color:rgba(255,255,255,.8);font-size:1.1rem;max-width:520px;margin-bottom:32px}.hero-actions .btn{min-width:140px}.hero-bottom-bar{position:relative;z-index:2;background:var(--primary);padding:14px 0}.hero-bottom-bar .stat-item{color:var(--white);display:flex;align-items:center;gap:8px;padding:0 20px;border-right:1px solid rgba(255,255,255,.2)}.hero-bottom-bar .stat-item:last-child{border-right:none}.hero-bottom-bar .stat-icon{width:20px;height:20px;flex-shrink:0;fill:rgba(255,255,255,0.7)}.hero-bottom-bar .stat-text{font-size:.85rem;font-weight:600}.product-showcase{background:var(--white);border-bottom:1px solid var(--border-color)}.product-showcase .category-row{border-bottom:1px solid var(--border-color);padding:32px 0}.product-showcase .category-row:last-child{border-bottom:none}.category-header h2{font-size:1.1rem;font-weight:700;margin-bottom:4px}.category-header p{font-size:.875rem;color:var(--neutral-mid);margin:0}.product-list-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));grid-gap:20px;gap:20px}.product-list-item{cursor:pointer;transition:transform var(--transition);border:1px solid var(--border-color);border-radius:var(--radius);overflow:hidden;background:var(--white)}.product-list-item:hover{transform:translateY(-2px);box-shadow:var(--shadow-md);border-color:var(--primary)}.product-list-item .prod-img{aspect-ratio:4/3;overflow:hidden;background:var(--neutral-light)}.product-list-item .prod-img ai-img,.product-list-item .prod-img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.product-list-item .prod-info{padding:12px}.product-list-item h3{font-size:.875rem;font-weight:600;margin:0 0 4px}.product-list-item .prod-cta{font-size:.775rem;color:var(--primary);font-weight:600}.sustainability-section{background:var(--neutral-light)}.sustain-icon{width:40px;height:40px;background:var(--primary);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:14px;flex-shrink:0}.sustain-icon svg{width:22px;height:22px;fill:var(--white)}.sustain-item h4{font-size:1rem;font-weight:700;margin-bottom:6px}.sustain-item p{font-size:.875rem;color:var(--neutral-mid);margin:0}.cta-section{background:var(--primary-dark);color:var(--white);text-align:center;padding:72px 0}.cta-section h2{color:var(--white);font-size:max(1.5rem, min(3vw, 2.25rem));margin-bottom:14px}.cta-section p{color:rgba(255,255,255,.75);font-size:1.05rem;margin-bottom:32px;max-width:500px;margin-left:auto;margin-right:auto}.cta-section .btn-white{background:var(--white);color:var(--primary-dark);border:none;font-weight:700;padding:12px 36px;border-radius:var(--radius);font-size:1rem;display:inline-block;transition:opacity var(--transition)}.cta-section .btn-white:hover{opacity:.9;color:var(--primary-dark)}@media (max-width:575px){.hero-bottom-bar .stat-item{border-right:none;border-bottom:1px solid rgba(255,255,255,.2)}.product-list-grid{grid-template-columns:repeat(2,1fr)}}