@charset "UTF-8";.hero-shaw{position:relative;min-height:600px;display:flex;flex-direction:column;justify-content:center;overflow:hidden;background:var(--color-secondary)}.hero-shaw .hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;opacity:.55}.hero-shaw .hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,rgba(28,28,28,.82) 0,rgba(44,44,44,.4) 100%)}.hero-shaw .hero-content{position:relative;z-index:2;max-width:660px;padding:80px 0 100px}.hero-shaw .hero-overline{display:inline-block;background:var(--color-primary);color:var(--color-white);font-size:.75rem;font-weight:700;letter-spacing:2px;text-transform:uppercase;padding:5px 14px;border-radius:2px;margin-bottom:20px}.hero-shaw h1{font-size:max(2rem, min(4.5vw, 3.2rem));color:var(--color-white);line-height:1.15;margin-bottom:20px}.hero-shaw .hero-desc{color:rgba(255,255,255,.82);font-size:1.1rem;line-height:1.7;margin-bottom:32px;max-width:520px}.hero-shaw .hero-actions{display:flex;flex-wrap:wrap;gap:14px}.hero-shaw .hero-bottom-bar{position:absolute;bottom:0;left:0;right:0;z-index:3;background:rgba(198,125,53,.95);backdrop-filter:blur(4px);padding:14px 0}.hero-shaw .hero-bottom-bar .container{display:flex;justify-content:space-around;align-items:center;flex-wrap:wrap;gap:12px}.hero-shaw .hero-bottom-bar .stat-item{text-align:center;color:var(--color-white)}.hero-shaw .hero-bottom-bar .stat-number{font-family:var(--font-heading);font-size:1.5rem;font-weight:700;line-height:1;display:block}.hero-shaw .hero-bottom-bar .stat-label{font-size:.75rem;letter-spacing:.5px;opacity:.9}.hero-shaw .hero-bottom-bar .stat-divider{width:1px;height:36px;background:rgba(255,255,255,.3)}.product-showcase-section{padding:80px 0;background:var(--color-white)}.product-category-nav{display:flex;gap:8px;justify-content:center;flex-wrap:wrap;margin-bottom:48px}.product-category-nav .cat-btn{padding:8px 22px;border:2px solid var(--color-border);border-radius:100px;background:0 0;color:var(--color-text-muted);font-size:.875rem;font-weight:500;cursor:pointer;transition:all var(--transition)}.product-category-nav .cat-btn.active,.product-category-nav .cat-btn:hover{border-color:var(--color-primary);color:var(--color-primary);background:rgba(198,125,53,.06)}.product-card-home{position:relative;border-radius:var(--radius-md);overflow:hidden;background:var(--color-bg-light);cursor:pointer;transition:transform var(--transition),box-shadow var(--transition);display:block;-webkit-text-decoration:none;text-decoration:none;color:inherit}.product-card-home:hover{transform:translateY(-4px);box-shadow:var(--shadow-md);color:inherit}.product-card-home .card-img-wrap{aspect-ratio:4/3;overflow:hidden}.product-card-home .card-img-wrap ai-img,.product-card-home .card-img-wrap img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .4s}.product-card-home:hover .card-img-wrap ai-img,.product-card-home:hover .card-img-wrap img{transform:scale(1.04)}.product-card-home .card-body{padding:18px 20px 20px}.product-card-home .card-body h3{font-size:1.05rem;margin-bottom:6px;color:var(--color-secondary)}.product-card-home .card-body p{font-size:.85rem;color:var(--color-text-muted);margin-bottom:14px;line-height:1.5}.product-card-home .card-cta{font-size:.8rem;font-weight:700;color:var(--color-primary);letter-spacing:.5px;text-transform:uppercase}.trust-bar-section{background:var(--color-bg-warm);padding:48px 0;border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border)}.trust-item{display:flex;align-items:flex-start;gap:16px;padding:8px 16px}.trust-item .trust-icon{width:44px;height:44px;flex-shrink:0;background:var(--color-primary);border-radius:50%;display:flex;align-items:center;justify-content:center}.trust-item .trust-icon svg{color:#fff}.trust-item h4{font-size:.95rem;margin-bottom:4px;font-family:var(--font-body);font-weight:700}.trust-item p{font-size:.82rem;color:var(--color-text-muted);margin:0;line-height:1.5}.industries-section{padding:80px 0;background:var(--color-bg-light)}.industry-card{position:relative;border-radius:var(--radius-md);overflow:hidden;height:260px;cursor:pointer;-webkit-text-decoration:none;text-decoration:none}.industry-card .ind-img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .4s}.industry-card .ind-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(28,28,28,.85) 0,rgba(28,28,28,.1) 100%)}.industry-card:hover .ind-img{transform:scale(1.06)}.industry-card .ind-label{position:absolute;bottom:20px;left:20px;right:20px;color:#fff}.industry-card .ind-label h3{font-size:1.1rem;color:#fff;margin-bottom:4px}.industry-card .ind-label span{font-size:.8rem;color:rgba(255,255,255,.75)}.sustainability-section{padding:80px 0;background:var(--color-white)}.sustainability-section .sus-image-wrap{border-radius:var(--radius-lg);overflow:hidden}.sus-stat{background:var(--color-bg-warm);border-left:4px solid var(--color-primary);padding:18px 20px;border-radius:0 var(--radius-sm) var(--radius-sm) 0;margin-bottom:12px}.sus-stat .stat-number{font-size:1.6rem;font-weight:700;font-family:var(--font-heading);color:var(--color-primary);display:block;line-height:1;margin-bottom:4px}.sus-stat .stat-label{font-size:.85rem;color:var(--color-text-muted)}.testimonials-section{padding:80px 0;background:var(--color-bg-warm)}.testimonial-card{background:var(--color-white);border-radius:var(--radius-md);padding:32px 28px;height:100%;box-shadow:var(--shadow-sm);position:relative}.testimonial-card .quote-mark{font-size:4rem;line-height:1;color:var(--color-primary);font-family:Georgia,serif;opacity:.35;position:absolute;top:16px;left:24px}.testimonial-card .quote-text{font-size:.95rem;line-height:1.7;color:var(--color-text-dark);margin:28px 0 20px;font-style:italic}.testimonial-card .reviewer{display:flex;align-items:center;gap:12px;border-top:1px solid var(--color-border);padding-top:16px}.testimonial-card .reviewer-avatar{width:40px;height:40px;border-radius:50%;background:var(--color-bg-warm);display:flex;align-items:center;justify-content:center;font-weight:700;color:var(--color-primary);font-size:1rem;flex-shrink:0}.testimonial-card .reviewer-name{font-weight:700;font-size:.9rem;display:block}.testimonial-card .reviewer-role{font-size:.8rem;color:var(--color-text-muted)}.testimonial-card .stars{display:flex;gap:2px;margin-bottom:4px}.testimonial-card .star{width:14px;height:14px;background:var(--color-primary);clip-path:polygon(50% 0%,61% 35%,98% 35%,68% 57%,79% 91%,50% 70%,21% 91%,32% 57%,2% 35%,39% 35%)}.faq-section{padding:80px 0;background:var(--color-white)}.faq-section .accordion-button{font-weight:600;color:var(--color-secondary);background:0 0}.faq-section .accordion-button:not(.collapsed){color:var(--color-primary);background:rgba(198,125,53,.05);box-shadow:none}.faq-section .accordion-button::after{filter:none}.faq-section .accordion-item{border:1px solid var(--color-border);border-radius:var(--radius-sm)!important;margin-bottom:8px;overflow:hidden}.home-cta-section{padding:80px 0;background:var(--color-secondary);text-align:center;color:#fff}.home-cta-section h2{color:#fff;font-size:max(1.75rem, min(3.5vw, 2.6rem));margin-bottom:16px}.home-cta-section p{color:rgba(255,255,255,.75);font-size:1.1rem;max-width:520px;margin:0 auto 36px}@media (max-width:991px){.hero-shaw .hero-bottom-bar .stat-divider{display:none}}@media (max-width:767px){.hero-shaw{min-height:520px}.hero-shaw .hero-content{padding:60px 0 90px}.industry-card{height:200px}}