@charset "UTF-8";.hero-section{position:relative;min-height:680px;display:flex;flex-direction:column;overflow:hidden}.hero-bg{position:relative;flex:1;min-height:580px;display:flex;align-items:center}.hero-bg ai-img,.hero-bg 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}.hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(110deg,rgba(74,31,60,.88) 0,rgba(74,31,60,.6) 55%,rgba(0,0,0,.25) 100%);z-index:1}.hero-content{position:relative;z-index:2;padding:5rem 0 3.5rem}.hero-content .hero-label{font-size:.75rem;text-transform:uppercase;letter-spacing:.15em;color:var(--clr-accent);font-weight:700;display:block;margin-bottom:1.2rem}.hero-content h1{font-family:var(--font-heading);font-size:max(2.2rem, min(5vw, 3.8rem));font-weight:700;color:var(--clr-white);line-height:1.18;margin-bottom:1.25rem;max-width:680px}.hero-content h1 em{color:var(--clr-accent);font-style:normal}.hero-content .hero-desc{font-size:1.15rem;color:rgba(255,255,255,.88);max-width:520px;margin-bottom:2.2rem;line-height:1.7}.hero-actions{display:flex;gap:1rem;flex-wrap:wrap}.hero-stats-bar{background:rgba(26,26,46,.95);border-top:3px solid var(--clr-accent);padding:1.25rem 0}.hero-stat{display:flex;align-items:center;gap:1rem;padding:.5rem 1.5rem;border-right:1px solid rgba(255,255,255,.12)}.hero-stat:last-child{border-right:none}.hero-stat .stat-num{font-family:var(--font-heading);font-size:1.8rem;font-weight:700;color:var(--clr-accent);line-height:1}.hero-stat .stat-label{font-size:.8rem;color:rgba(255,255,255,.7);line-height:1.3}@media (max-width:767px){.hero-actions{flex-direction:column}.hero-actions .btn-brand-outline,.hero-actions .btn-brand-primary{width:100%;text-align:center}.hero-stat{border-right:none;border-bottom:1px solid rgba(255,255,255,.12)}.hero-stat:last-child{border-bottom:none}}.trust-section{padding:3.5rem 0;background:var(--clr-white)}.trust-divider-item{text-align:center;padding:1.5rem 1rem;position:relative}.trust-divider-item::after{content:"";position:absolute;right:0;top:20%;height:60%;width:1px;background:rgba(0,0,0,.1)}.trust-divider-item:last-child::after{display:none}.trust-divider-item .trust-icon{width:48px;height:48px;background:rgba(107,45,85,.1);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto .75rem}.trust-divider-item .trust-icon svg{width:24px;height:24px;fill:var(--clr-primary)}.trust-divider-item h5{font-size:1rem;font-weight:700;color:var(--clr-neutral-dark);margin-bottom:.25rem}.trust-divider-item p{font-size:.825rem;color:var(--clr-neutral-mid);margin:0}.testimonials-section{padding:5rem 0;background:var(--clr-neutral-light)}.products-section{padding:5rem 0}.featured-product-card{position:relative;border-radius:var(--radius-lg);overflow:hidden;min-height:460px;display:flex;flex-direction:column;justify-content:flex-end;cursor:pointer;box-shadow:var(--shadow-md);transition:var(--transition)}.featured-product-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.featured-product-card ai-img,.featured-product-card img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.featured-product-card .fp-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(26,26,46,.9) 0,transparent 60%)}.featured-product-card .fp-content{position:relative;z-index:2;padding:2rem;color:var(--clr-white)}.featured-product-card .fp-content h3{font-family:var(--font-heading);font-size:1.5rem;color:var(--clr-white);margin-bottom:.5rem}.featured-product-card .fp-content p{font-size:.875rem;color:rgba(255,255,255,.8);margin-bottom:1rem}.featured-product-card .fp-badge{position:absolute;top:1.25rem;left:1.25rem;background:var(--clr-accent);color:var(--clr-neutral-dark);font-size:.7rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:.35rem .75rem;border-radius:var(--radius-sm);z-index:3}.sustainability-section{padding:5rem 0;background:var(--clr-primary-dark);color:var(--clr-white)}.sustainability-section h2{color:var(--clr-white)}.sustainability-section .section-subtitle{color:rgba(255,255,255,.75)}.sustainability-feature{display:flex;gap:1rem;margin-bottom:1.75rem}.sustainability-feature .sf-icon{width:44px;height:44px;background:rgba(201,169,110,.2);border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center;flex-shrink:0}.sustainability-feature .sf-icon svg{width:22px;height:22px;fill:var(--clr-accent)}.sustainability-feature h5{color:var(--clr-white);font-size:1rem;margin-bottom:.25rem}.sustainability-feature p{font-size:.875rem;color:rgba(255,255,255,.7);margin:0}.industries-section{padding:5rem 0}.faq-home-section{padding:5rem 0;background:var(--clr-neutral-light)}