*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}:root{--cream: #F7F3EE;--warm-white: #FFFDF9;--charcoal: #2A2420;--stone: #7A6E65;--mahogany: #6B3A2A;--cherry: #8B4533;--cherry-light: #A8604E;--cherry-dark: #522A1C;--granite: #8C8680;--hardwood: #C29B6D;--bg-section: #EFE9E2;--border: #DDD5CB;--dark-section: #1C1816;--font-heading: "Cormorant Garamond", Georgia, "Times New Roman", serif;--font-body: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--shadow-sm: 0 2px 8px rgba(0, 0, 0, .04);--shadow-md: 0 4px 20px rgba(0, 0, 0, .06);--shadow-lg: 0 8px 40px rgba(0, 0, 0, .08);--shadow-hover: 0 12px 32px rgba(0, 0, 0, .1);--transition: .3s ease}body{font-family:var(--font-body);background:var(--cream);color:var(--charcoal);line-height:1.7;overflow-x:hidden;font-weight:400;font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img{max-width:100%;height:auto;display:block;border-radius:8px}a{color:var(--mahogany);text-decoration:none;transition:color var(--transition)}a:hover{color:var(--cherry-dark)}.staging-banner{position:fixed;top:0;left:0;right:0;height:32px;background:#dc2626;color:#fff;display:flex;align-items:center;justify-content:center;font-size:.85rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;z-index:2000;font-family:var(--font-body)}.is-staging nav{top:32px}.is-staging .hero{padding-top:calc(10rem + 32px)}h1,h2,h3{font-family:var(--font-heading);font-weight:600;color:var(--charcoal);line-height:1.2}h1{font-size:3.5rem;font-weight:500}h2{font-size:2.8rem;font-weight:600}h3{font-size:1.6rem;font-weight:600}p{line-height:1.8;color:var(--stone)}.overline{font-family:var(--font-body);font-size:1.1rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:var(--mahogany);margin-bottom:1rem;display:block}nav{position:fixed;top:0;width:100%;background:#1c1816eb;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);z-index:1000;padding:0 5%;border-bottom:1px solid rgba(255,255,255,.08);transition:background var(--transition),box-shadow var(--transition)}nav.scrolled{background:#1c1816fa;box-shadow:0 2px 20px #0000004d}nav .container{max-width:1400px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;height:110px;transition:height var(--transition)}nav.scrolled .container{height:86px}.logo-group{display:flex;flex-direction:column;justify-content:center}.logo{font-family:var(--font-heading);font-size:1.6rem;font-weight:700;letter-spacing:.15em;color:var(--charcoal);text-transform:uppercase;line-height:1.1}.logo-tagline{font-family:var(--font-body);font-size:.65rem;font-weight:500;letter-spacing:.15em;text-transform:uppercase;color:var(--stone);margin-top:2px}nav .nav-links{display:flex;gap:2.5rem;list-style:none;align-items:center}nav .nav-links a{color:var(--warm-white);text-decoration:none;font-weight:500;font-size:1.1rem;letter-spacing:.05em;transition:color var(--transition);position:relative}nav .nav-links a:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:1px;background:var(--cherry-light);transition:width var(--transition)}nav .nav-links a:hover{color:var(--cherry-light)}nav .nav-links a:hover:after{width:100%}.hamburger{display:none;flex-direction:column;justify-content:center;gap:5px;width:32px;height:32px;background:none;border:none;cursor:pointer;padding:0;z-index:1100}.hamburger span{display:block;width:24px;height:1.5px;background:var(--warm-white);transition:all var(--transition)}.hamburger.open span:nth-child(1){transform:translateY(6.5px) rotate(45deg)}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:nth-child(3){transform:translateY(-6.5px) rotate(-45deg)}.mobile-menu{position:fixed;top:0;left:0;width:100%;height:100vh;background:#1c1816fa;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);display:flex;align-items:center;justify-content:center;z-index:1050}.mobile-menu ul{list-style:none;text-align:center;display:flex;flex-direction:column;gap:2.5rem}.mobile-menu ul li a{font-family:var(--font-heading);font-size:2rem;font-weight:600;letter-spacing:.08em;color:var(--warm-white);text-decoration:none;transition:color var(--transition)}.mobile-menu ul li a:hover{color:var(--cherry-light)}.btn-primary{display:inline-block;background:var(--mahogany);color:var(--warm-white);padding:.85rem 2.2rem;border:2px solid var(--mahogany);border-radius:6px;font-family:var(--font-body);font-size:.85rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;cursor:pointer;transition:all var(--transition);text-decoration:none;text-align:center}.btn-primary:hover{background:var(--cherry-dark);border-color:var(--cherry-dark);color:var(--warm-white);transform:translateY(-1px);box-shadow:0 4px 16px #b8965a40}.btn-primary:active{transform:translateY(0)}.btn-primary:disabled{opacity:.6;cursor:not-allowed;transform:none}.btn-outline{display:inline-block;background:transparent;color:var(--warm-white);padding:.85rem 2.2rem;border:1.5px solid rgba(255,255,255,.5);border-radius:6px;font-family:var(--font-body);font-size:.85rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;cursor:pointer;transition:all var(--transition);text-decoration:none;text-align:center}.btn-outline:hover{background:#ffffff1a;border-color:#fffc;color:var(--warm-white);transform:translateY(-1px)}.btn-outline-accent{display:inline-block;background:transparent;color:var(--mahogany);padding:.85rem 2.2rem;border:1.5px solid var(--mahogany);border-radius:6px;font-family:var(--font-body);font-size:.85rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;cursor:pointer;transition:all var(--transition);text-decoration:none}.btn-outline-accent:hover{background:var(--mahogany);color:var(--warm-white);transform:translateY(-1px);box-shadow:0 4px 16px #b8965a40}.nav-cta{padding:.7rem 1.8rem;font-size:.95rem;white-space:nowrap}.hero{min-height:100vh;display:flex;align-items:center;justify-content:center;position:relative;padding:10rem 5% 6rem;background-size:cover;background-position:center;background-repeat:no-repeat;text-align:center}.hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:#1e1e1e8c;z-index:1}.hero-content{max-width:800px;margin:0 auto;position:relative;z-index:2}.hero-overline{font-family:var(--font-body);font-size:1.1rem;font-weight:600;letter-spacing:.25em;text-transform:uppercase;color:var(--hardwood);text-shadow:0 1px 6px rgba(0,0,0,.6);margin-bottom:1.5rem;display:block}.hero h1{font-family:var(--font-heading);font-size:4rem;font-weight:500;line-height:1.15;color:var(--warm-white);margin-bottom:1.5rem;letter-spacing:.01em}.hero .subtitle{font-size:1.15rem;color:#fffc;line-height:1.8;margin-bottom:2.5rem;font-weight:300;max-width:650px;margin-left:auto;margin-right:auto}.hero-buttons{display:flex;gap:1.2rem;justify-content:center;flex-wrap:wrap}.trust-bar{background:var(--bg-section);border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:2rem 5%}.trust-bar .container{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;gap:2rem}.trust-item{display:flex;align-items:center;gap:.6rem;font-size:.85rem;font-weight:600;color:var(--charcoal);letter-spacing:.03em}.trust-item .trust-icon{color:var(--mahogany);font-size:1.1rem}.market-tabs{max-width:1200px;margin:0 auto 2.5rem;display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.market-tab{display:flex;flex-direction:column;align-items:center;gap:.3rem;padding:1.2rem 1rem;background:var(--warm-white);border:2px solid var(--border);border-radius:10px;cursor:pointer;transition:all var(--transition);text-align:center;font-family:var(--font-body)}.market-tab:hover{border-color:var(--cherry-light);background:var(--cream)}.market-tab.active{border-color:var(--mahogany);background:var(--mahogany);box-shadow:var(--shadow-md)}.market-tab-label{font-family:var(--font-heading);font-size:1.3rem;font-weight:700;color:var(--charcoal);letter-spacing:.03em;transition:color var(--transition)}.market-tab.active .market-tab-label{color:var(--warm-white)}.market-tab-tagline{font-size:.72rem;font-weight:500;color:var(--stone);letter-spacing:.04em;transition:color var(--transition)}.market-tab.active .market-tab-tagline{color:#ffffffb3}.scene-pills{max-width:1200px;margin:-1rem auto 2rem;display:flex;justify-content:center;gap:.5rem}.scene-pill{padding:.625rem 2rem;background:var(--warm-white);border:1.5px solid var(--border);border-radius:100px;cursor:pointer;font-family:var(--font-body);font-size:1.025rem;font-weight:600;color:var(--stone);letter-spacing:.04em;transition:all var(--transition)}.scene-pill:hover{border-color:var(--cherry-light);color:var(--charcoal);background:var(--cream)}.scene-pill.active{background:var(--cherry);border-color:var(--cherry);color:var(--warm-white);box-shadow:0 2px 8px #8b453340}.infographic-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 380px;gap:2.5rem;align-items:start}.infographic-image-wrap{position:relative;border-radius:12px;overflow:hidden;box-shadow:var(--shadow-lg);border:1px solid var(--border)}.infographic-image{width:100%;height:auto;display:block;border-radius:0}.hotspot-marker{position:absolute;transform:translate(-50%,-50%);width:36px;height:36px;border-radius:50%;background:var(--mahogany);color:var(--warm-white);border:2.5px solid var(--warm-white);font-family:var(--font-body);font-size:.8rem;font-weight:700;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 12px #00000059;z-index:10}.hotspot-marker:after{content:"";position:absolute;width:100%;height:100%;border-radius:50%;border:2px solid var(--mahogany);animation:hotspot-pulse 2.5s ease-out infinite;opacity:0}@keyframes hotspot-pulse{0%{transform:scale(1);opacity:.6}to{transform:scale(2);opacity:0}}.hotspot-marker:hover,.hotspot-marker.active{background:var(--cherry-dark);border-color:var(--hardwood);transform:translate(-50%,-50%) scale(1.15);box-shadow:0 4px 20px #00000080}.hotspot-marker.active:after{animation:none}.infographic-sidebar{display:flex;flex-direction:column;gap:1.5rem}.hotspot-list{display:grid;grid-template-columns:1fr 1fr;gap:.5rem}.hotspot-list-item{display:flex;align-items:center;gap:.6rem;padding:.6rem .8rem;background:var(--warm-white);border:1px solid var(--border);border-radius:8px;cursor:pointer;transition:all var(--transition);text-align:left;font-family:var(--font-body)}.hotspot-list-item:hover{border-color:var(--cherry-light);background:var(--cream)}.hotspot-list-item.active{border-color:var(--mahogany);background:var(--cream);box-shadow:0 0 0 2px #6b3a2a26}.hotspot-list-num{display:flex;align-items:center;justify-content:center;width:26px;height:26px;min-width:26px;border-radius:50%;background:var(--mahogany);color:var(--warm-white);font-size:.7rem;font-weight:700}.hotspot-list-item.active .hotspot-list-num{background:var(--cherry-dark)}.hotspot-list-label{font-size:.8rem;font-weight:600;color:var(--charcoal);letter-spacing:.02em}.hotspot-detail{background:var(--warm-white);border:1px solid var(--border);border-radius:12px;padding:2rem;border-top:3px solid var(--mahogany);box-shadow:var(--shadow-sm);transition:all .3s ease}.hotspot-detail-placeholder{border-top-color:var(--granite)}.hotspot-detail-placeholder p{font-size:.9rem;color:var(--stone);text-align:center;font-style:italic}.hotspot-detail-num{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:var(--mahogany);color:var(--warm-white);font-family:var(--font-heading);font-size:1.2rem;font-weight:700;margin-bottom:1rem}.hotspot-detail-title{font-family:var(--font-heading);font-size:1.4rem;font-weight:600;color:var(--charcoal);margin-bottom:.5rem}.hotspot-detail-coating{font-family:var(--font-body);font-size:.75rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:var(--mahogany);margin-bottom:1rem}.hotspot-detail-desc{font-size:.92rem;color:var(--stone);line-height:1.7}.hotspot-marker.tier-pro-exclusive{background:var(--mahogany)}.hotspot-marker.tier-retail{background:var(--hardwood);border-color:var(--warm-white)}.hotspot-marker.tier-retail:after{border-color:var(--hardwood)}.hotspot-marker.tier-retail:hover,.hotspot-marker.tier-retail.active{background:#a8833f;border-color:var(--warm-white)}.hotspot-marker.tier-pro-recommended{background:var(--mahogany);box-shadow:0 2px 12px #00000059,inset 0 0 0 3px var(--hardwood)}.hotspot-marker.tier-pro-recommended:after{border-color:var(--mahogany)}.hotspot-marker.tier-pro-recommended:hover,.hotspot-marker.tier-pro-recommended.active{background:var(--cherry-dark);box-shadow:0 4px 20px #00000080,inset 0 0 0 3px var(--hardwood)}.hotspot-list-num.tier-retail{background:var(--hardwood)}.hotspot-list-num.tier-pro-recommended{background:var(--mahogany);box-shadow:inset 0 0 0 2px var(--hardwood)}.hotspot-detail.tier-retail{border-top-color:var(--hardwood)}.hotspot-detail.tier-pro-recommended{border-top-color:var(--mahogany)}.hotspot-detail-num.tier-retail{background:var(--hardwood)}.hotspot-detail-num.tier-pro-recommended{background:var(--mahogany);box-shadow:inset 0 0 0 2.5px var(--hardwood)}.hotspot-tier-badge{font-size:.55rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;padding:.15rem .4rem;border-radius:3px;line-height:1;margin-left:.75rem;white-space:nowrap;flex-shrink:0}.badge-pro{background:var(--mahogany);color:var(--warm-white)}.badge-retail{background:var(--hardwood);color:var(--charcoal)}.badge-both{background:transparent;border:1.5px solid var(--mahogany);color:var(--mahogany)}.hotspot-legend{max-width:1200px;margin:-.5rem auto 1.5rem;display:flex;justify-content:center;gap:1.5rem;font-size:.75rem;color:var(--stone)}.legend-item{display:flex;align-items:center;gap:.4rem}.legend-dot{display:inline-block;width:12px;height:12px;border-radius:50%;flex-shrink:0}.legend-dot.tier-pro-exclusive{background:var(--mahogany)}.legend-dot.tier-pro-recommended{background:var(--mahogany);box-shadow:inset 0 0 0 2px var(--hardwood)}.legend-dot.tier-retail{background:var(--hardwood)}.hotspot-detail-cta{margin-top:1.2rem;display:flex;flex-direction:column;gap:.6rem}.hotspot-cta-dual{display:flex;gap:.5rem}.hotspot-cta-install{display:inline-flex;align-items:center;justify-content:center;padding:.7rem 1.4rem;background:var(--mahogany);color:var(--warm-white);border:2px solid var(--mahogany);border-radius:8px;font-family:var(--font-body);font-size:.82rem;font-weight:700;letter-spacing:.04em;text-decoration:none;cursor:pointer;transition:all var(--transition);text-align:center}.hotspot-cta-install:hover{background:var(--cherry-dark);border-color:var(--cherry-dark)}.hotspot-cta-install.outline{background:transparent;color:var(--mahogany);border-color:var(--mahogany)}.hotspot-cta-install.outline:hover{background:var(--mahogany);color:var(--warm-white)}.hotspot-cta-shop{display:inline-flex;align-items:center;justify-content:center;padding:.7rem 1.4rem;background:var(--hardwood);color:var(--charcoal);border:2px solid var(--hardwood);border-radius:8px;font-family:var(--font-body);font-size:.82rem;font-weight:700;letter-spacing:.04em;text-decoration:none;cursor:pointer;transition:all var(--transition);text-align:center}.hotspot-cta-shop:hover{background:#a8833f;border-color:#a8833f;color:var(--warm-white)}.infographic-mobile-preview{display:none}.infographic-fullscreen{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;background:#000000f2;display:flex;flex-direction:column;align-items:center;justify-content:center;overflow:hidden}.infographic-fullscreen-close{position:fixed;top:12px;right:16px;z-index:10002;width:40px;height:40px;border-radius:50%;background:#0009;color:var(--warm-white);border:1.5px solid rgba(255,255,255,.25);font-size:1.1rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.infographic-fullscreen-close:hover{background:var(--mahogany);border-color:var(--mahogany)}.infographic-fullscreen-pills{position:fixed;top:12px;left:50%;transform:translate(-50%);z-index:10001;display:flex;gap:.4rem;background:#00000080;padding:.4rem;border-radius:100px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.infographic-fullscreen-pills .scene-pill{padding:.4rem 1rem;font-size:.72rem;background:#ffffff1a;border-color:#ffffff26;color:#ffffffb3}.infographic-fullscreen-pills .scene-pill:hover{background:#fff3;color:var(--warm-white)}.infographic-fullscreen-pills .scene-pill.active{background:var(--cherry);border-color:var(--cherry);color:var(--warm-white)}.infographic-fullscreen-image{position:relative;width:100vw;max-height:calc(100vh - 60px);display:flex;align-items:center;justify-content:center;overflow:auto;-webkit-overflow-scrolling:touch}.infographic-fullscreen-image img{width:100%;height:auto;display:block;object-fit:contain}.hotspot-marker.mobile-marker{width:44px;height:44px;font-size:.9rem;border-width:3px}.infographic-fullscreen-drawer{position:fixed;bottom:0;left:0;right:0;z-index:10001;background:var(--warm-white);border-radius:20px 20px 0 0;padding:1.5rem 1.5rem 2rem;box-shadow:0 -8px 40px #0006;max-height:55vh;overflow-y:auto;animation:drawer-slide-up .3s ease-out}@keyframes drawer-slide-up{0%{transform:translateY(100%)}to{transform:translateY(0)}}.drawer-close{position:absolute;top:12px;right:16px;width:28px;height:28px;border-radius:50%;background:var(--cream);border:1px solid var(--border);color:var(--stone);font-size:.8rem;cursor:pointer;display:flex;align-items:center;justify-content:center}.drawer-header{display:flex;align-items:center;gap:1rem;margin-bottom:.8rem}.drawer-header .hotspot-detail-num{margin-bottom:0;flex-shrink:0}.drawer-header .hotspot-detail-title{margin-bottom:.15rem;font-size:1.2rem}.drawer-header .hotspot-detail-coating{margin-bottom:0;font-size:.7rem}.infographic-fullscreen-drawer .hotspot-detail-desc{font-size:.85rem;margin-bottom:.5rem}.infographic-fullscreen-drawer .hotspot-detail-cta{margin-top:1rem}.infographic-fullscreen-drawer .hotspot-cta-dual{flex-direction:column;gap:.5rem}@media (max-width: 1024px){.infographic-container{grid-template-columns:1fr;max-width:700px}.hotspot-list{grid-template-columns:repeat(4,1fr)}.market-tabs{max-width:700px}}@media (max-width: 768px){.infographic-image-wrap{display:none}.infographic-mobile-preview{display:flex;flex-direction:column;align-items:center;gap:0;border-radius:12px;overflow:hidden;border:1px solid var(--border);box-shadow:var(--shadow-md);background:var(--warm-white)}.infographic-mobile-preview img{width:100%;height:auto;display:block;opacity:.85}.mobile-explore-btn{margin:.75rem 1rem .25rem;width:calc(100% - 2rem)}.mobile-explore-hint{display:block;font-size:.75rem;color:var(--stone);font-style:italic;letter-spacing:.02em;margin-bottom:.5rem}.infographic-sidebar{gap:.75rem}.hotspot-list{grid-template-columns:repeat(2,1fr)}.hotspot-marker{width:30px;height:30px;font-size:.7rem}.market-tabs{grid-template-columns:1fr 1fr;gap:.6rem}.market-tab{padding:.9rem 1rem;flex-direction:row;gap:.8rem;justify-content:center}.market-tab-label{font-size:1.1rem}.scene-pills{flex-wrap:wrap}.scene-pill{padding:.45rem 1.2rem;font-size:.78rem}.hotspot-legend{flex-wrap:wrap}.hotspot-tier-badge{display:none}}@media (max-width: 480px){.market-tabs{grid-template-columns:1fr}.hotspot-list{grid-template-columns:1fr 1fr}.hotspot-marker{width:26px;height:26px;font-size:.65rem;border-width:2px}.hotspot-detail{padding:1.5rem}.hotspot-cta-dual{flex-direction:column}}.section{padding:7rem 5%}.section-alt{padding:7rem 5%;background:var(--bg-section)}.section-dark{padding:7rem 5%;background:var(--dark-section);color:var(--warm-white);position:relative}.section-dark:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-size:cover;background-position:center;opacity:.15;z-index:0}.section-dark>*{position:relative;z-index:1}.section-header{max-width:700px;margin:0 auto 4rem;text-align:center}.section-header h2{margin-bottom:1rem}.section-header .section-desc{font-size:1.05rem;color:var(--stone);line-height:1.8}.section-dark .section-header h2{color:var(--warm-white)}.section-dark .section-header .section-desc{color:#ffffffb3}.services-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.services-grid .service-card:last-child:nth-child(odd){grid-column:1 / -1;max-width:50%;margin:0 auto}.service-card{background:var(--warm-white);border:1px solid var(--border);border-radius:12px;padding:2.5rem;transition:all var(--transition);box-shadow:var(--shadow-sm);position:relative;overflow:hidden}.service-card-texture{position:absolute;bottom:12px;right:12px;width:144px;height:144px;border-radius:50%;object-fit:cover;opacity:.55;pointer-events:none;transition:opacity .3s ease;border:2px solid var(--border)}.services-grid .service-card:last-child:nth-child(odd) .service-card-texture{width:130px;height:130px}.service-card:hover .service-card-texture{opacity:.7}.service-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-hover);border-color:var(--cherry-light)}.service-card h3{font-family:var(--font-heading);font-size:1.5rem;font-weight:600;color:var(--charcoal);margin-bottom:.75rem}.service-card .card-desc{font-size:.95rem;color:var(--stone);margin-bottom:1.25rem;line-height:1.7}.service-card ul{list-style:none;display:flex;flex-direction:column;gap:.4rem}.service-card ul li{font-size:.88rem;color:var(--charcoal);font-weight:500;padding-left:1.2rem;position:relative}.service-card ul li:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:6px;height:1px;background:var(--mahogany)}.process-timeline{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;position:relative}.process-timeline:before{content:"";position:absolute;top:32px;left:10%;right:10%;height:1px;background:var(--border);z-index:0}.process-step{text-align:center;position:relative;z-index:1}.step-number{display:inline-flex;align-items:center;justify-content:center;width:108px;height:108px;border-radius:50%;background:var(--warm-white);border:2px solid var(--mahogany);font-family:var(--font-heading);font-size:3.15rem;line-height:1;padding-bottom:7px;font-weight:700;color:var(--mahogany);margin-bottom:1.5rem;box-shadow:var(--shadow-sm)}.process-step h3{font-family:var(--font-heading);font-size:1.3rem;font-weight:600;color:var(--charcoal);margin-bottom:.75rem}.process-step p{font-size:.9rem;color:var(--stone);line-height:1.7}.why-stats{max-width:1000px;margin:0 auto 3rem;display:grid;grid-template-columns:repeat(3,1fr);gap:3rem;text-align:center}.why-stat .stat-value{font-family:var(--font-heading);font-size:3.5rem;font-weight:700;color:var(--cherry-light);line-height:1.1;margin-bottom:.5rem}.why-stat .stat-label{font-size:.9rem;font-weight:500;color:#ffffffb3;letter-spacing:.03em}.why-description{max-width:700px;margin:0 auto;text-align:center;font-size:1.05rem;color:#ffffffb3;line-height:1.8}.tech-grid{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.tech-card{background:var(--warm-white);border:1px solid var(--border);border-radius:12px;padding:2.5rem;border-top:3px solid var(--mahogany);transition:all var(--transition);box-shadow:var(--shadow-sm)}.tech-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-hover)}.tech-card h3{font-family:var(--font-heading);font-size:1.5rem;font-weight:600;color:var(--charcoal);margin-bottom:.5rem}.tech-card .tech-subtitle{font-size:.8rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--mahogany);margin-bottom:1rem}.tech-card p{font-size:.95rem;color:var(--stone);line-height:1.7;margin-bottom:1.5rem}.tech-specs{list-style:none}.tech-specs li{padding:.5rem 0 .5rem 1.5rem;position:relative;color:var(--charcoal);font-size:.9rem;font-weight:500;border-bottom:1px solid var(--border)}.tech-specs li:last-child{border-bottom:none}.tech-specs li:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:6px;height:6px;border-radius:50%;background:var(--mahogany)}.ecocoat-explorer{grid-column:1 / -1;display:grid;grid-template-columns:1fr 1fr;gap:2rem;background:var(--warm-white);border:1px solid var(--border);border-radius:12px;padding:2rem;border-top:3px solid var(--mahogany)}.ecocoat-left h3{font-family:var(--font-heading);font-size:1.4rem;color:var(--charcoal);margin-bottom:.25rem}.ecocoat-left .tech-subtitle{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.15em;color:var(--mahogany);margin-bottom:1rem}.ecocoat-left p{color:var(--stone);line-height:1.7;margin-bottom:1.5rem}.ecocoat-pills{display:grid;grid-template-columns:repeat(4,1fr);gap:.5rem}.ecocoat-pill:last-child:nth-child(4n+1){grid-column:2 / 4}.ecocoat-pill{padding:.4rem .5rem;text-align:center;border:1.5px solid var(--border);border-radius:20px;background:transparent;color:var(--stone);font-size:.8rem;font-weight:600;cursor:pointer;transition:all .2s ease}.ecocoat-pill:hover{border-color:var(--mahogany);color:var(--mahogany)}.ecocoat-pill.active{background:var(--mahogany);border-color:var(--mahogany);color:var(--warm-white)}.ecocoat-right{display:flex;align-items:stretch}.ecocoat-detail{width:100%;background:var(--cream);border:1px solid var(--border);border-radius:10px;padding:2rem;border-top:3px solid var(--mahogany)}.ecocoat-detail h3{font-family:var(--font-heading);font-size:1.4rem;color:var(--charcoal);margin-bottom:.25rem}.ecocoat-detail .tech-subtitle{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.15em;color:var(--mahogany);margin-bottom:1rem}.ecocoat-detail p{color:var(--stone);line-height:1.7;margin-bottom:1rem}.ecocoat-placeholder{display:flex;align-items:center;justify-content:center;border-top-color:var(--granite)}.ecocoat-placeholder p{text-align:center;color:var(--granite);font-style:italic}.testimonials-grid{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.testimonial-card{background:var(--warm-white);border:1px solid var(--border);border-radius:12px;padding:2.5rem;box-shadow:var(--shadow-sm)}.testimonial-card .quote{font-family:var(--font-body);font-size:.95rem;color:var(--stone);line-height:1.7;margin-bottom:0}.testimonial-card .author{font-size:.85rem;font-weight:600;color:var(--charcoal)}.testimonial-card .location{font-size:.8rem;color:var(--stone)}.trust-card-title{font-family:var(--font-heading);font-size:1.5rem;font-weight:600;color:var(--charcoal);margin-bottom:.8rem;text-align:center}.testimonials-grid .testimonial-card .quote{text-align:center;font-size:1.05rem}.contact-section{padding:7rem 5%;background:var(--cream)}.contact-wrapper{max-width:800px;margin:0 auto}.contact-form{margin-top:2.5rem}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}.form-group label{font-family:var(--font-body);font-size:.8rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--charcoal)}.form-group input,.form-group select,.form-group textarea{background:var(--warm-white);border:1px solid var(--border);border-radius:8px;padding:.85rem 1rem;color:var(--charcoal);font-family:var(--font-body);font-size:.95rem;transition:all var(--transition);outline:none}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--mahogany);box-shadow:0 0 0 3px #b8965a1f}.form-group input::placeholder,.form-group textarea::placeholder{color:var(--stone);opacity:.5}.form-group select{cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23B8965A' d='M6 8L1 3h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;padding-right:2.5rem}.form-group select option{background:var(--warm-white);color:var(--charcoal)}.form-group textarea{resize:vertical;min-height:120px}.service-type-centered{max-width:400px;margin:0 auto 1.5rem;text-align:center}.service-type-centered label{text-align:center}.surface-checkboxes{margin-bottom:1.5rem}.checkbox-groups{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-top:.5rem}.checkbox-group-heading{display:block;font-family:var(--font-heading);font-size:.95rem;font-weight:600;color:var(--mahogany);margin-bottom:.6rem;letter-spacing:.03em}.checkbox-group-options{display:flex;flex-direction:column;gap:.6rem}.checkbox-group-other{grid-column:1 / -1;text-align:center}.checkbox-group-other .checkbox-group-options{align-items:center}.checkbox-label{display:flex;align-items:center;gap:.5rem;cursor:pointer;font-size:.9rem;font-weight:500;color:var(--charcoal);transition:color var(--transition)}.checkbox-label:hover{color:var(--mahogany)}.checkbox-label input[type=checkbox]{width:18px;height:18px;accent-color:var(--mahogany);cursor:pointer}.submit-button{display:block;width:100%;padding:1rem 3rem;margin-top:1rem;text-align:center;font-size:.9rem}.form-success{padding:4rem 2rem;text-align:center;background:var(--warm-white);border-radius:12px;border:1px solid var(--border)}.form-success h3{font-family:var(--font-heading);font-size:2rem;color:var(--charcoal);margin-bottom:1rem}.form-success p{font-size:1rem;color:var(--stone)}.form-error{background:#dc26260f;border:1px solid rgba(220,38,38,.3);color:#b91c1c;padding:.8rem 1.2rem;margin-bottom:1rem;border-radius:8px;font-size:.9rem}.service-area{padding:4rem 5%;background:var(--bg-section);text-align:center;border-top:1px solid var(--border)}.service-area h3{font-family:var(--font-heading);font-size:1.4rem;color:var(--charcoal);margin-bottom:.75rem}.service-area p{font-size:.95rem;color:var(--stone);max-width:600px;margin:0 auto}footer{background:var(--dark-section);padding:5rem 5% 2rem;position:relative;z-index:2}.footer-content{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:2fr 3fr;gap:4rem;margin-bottom:4rem}.footer-sections-row{display:grid;grid-template-columns:1fr 1fr 1fr;gap:2rem}.footer-brand h3{font-family:var(--font-heading);font-size:1.5rem;font-weight:700;color:var(--warm-white);margin-bottom:1rem;letter-spacing:.1em}.footer-brand p{color:#ffffff80;line-height:1.8;font-size:.9rem}.footer-section h4{font-family:var(--font-body);color:var(--mahogany);margin-bottom:1.2rem;font-size:.8rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.7rem}.footer-section ul li a{color:#ffffff80;text-decoration:none;transition:color var(--transition);font-size:.9rem;font-weight:400}.footer-section ul li a:hover{color:var(--warm-white)}.service-area-heading{display:flex;align-items:center;justify-content:center;gap:1.2rem}.service-area-badge{width:60px;height:auto;border-radius:4px}.footer-bottom{max-width:1400px;margin:0 auto;padding-top:2rem;border-top:1px solid rgba(255,255,255,.08);text-align:center;color:#ffffff59;font-size:.8rem;letter-spacing:.02em}@media (max-width: 1024px){.hero h1{font-size:3rem}h2{font-size:2.2rem}.services-grid{grid-template-columns:1fr}.why-stats{grid-template-columns:repeat(3,1fr);gap:2rem}.testimonials-grid{grid-template-columns:1fr 1fr}.footer-content,.form-grid{grid-template-columns:1fr}.checkbox-groups{grid-template-columns:1fr 1fr}.process-timeline{grid-template-columns:repeat(2,1fr);gap:3rem}.process-timeline:before{display:none}}@media (max-width: 768px){nav .nav-links{display:none}.nav-cta{display:none}.hamburger{display:flex}.hero{padding:8rem 5% 4rem}.hero h1{font-size:2.4rem}.hero .subtitle{font-size:1rem}.section,.section-alt,.section-dark{padding:5rem 5%}.trust-bar .container{flex-wrap:wrap;justify-content:center;gap:1.5rem}.process-timeline{grid-template-columns:1fr 1fr;gap:2rem}.why-stats{grid-template-columns:1fr;gap:2rem}.why-stat .stat-value{font-size:2.8rem}.footer-content{grid-template-columns:1fr;gap:1.5rem}.footer-brand{margin-bottom:.5rem}.footer-sections-row{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem}.footer-section h4{font-size:.7rem;margin-bottom:.8rem}.footer-section ul li{margin-bottom:.4rem}.footer-section ul li a{font-size:.8rem}.tech-grid{grid-template-columns:1fr;max-width:500px;margin:0 auto}.testimonials-grid{grid-template-columns:1fr;max-width:500px}.checkbox-groups{grid-template-columns:1fr 1fr}}@media (max-width: 480px){.hero h1{font-size:2rem}h2{font-size:1.8rem}.hero-buttons{flex-direction:column;align-items:center}.trust-bar .container{flex-direction:column;gap:1rem}.process-timeline,.checkbox-groups{grid-template-columns:1fr}nav .container{height:65px}.logo{font-size:1.3rem}}.logo-group{position:relative;z-index:1001}.nav-logo-img{height:104px;width:auto;display:block;transition:all .3s ease;filter:drop-shadow(0 2px 8px rgba(0,0,0,.4))}.nav-logo-img:hover{opacity:.9;transform:scale(1.03)}nav.scrolled .nav-logo-img{height:80px}.footer-logo-img{height:80px;width:auto;display:block;margin-bottom:1rem}@media (max-width: 768px){nav .container{height:94px}nav.scrolled .container{height:74px}.nav-logo-img{height:88px}nav.scrolled .nav-logo-img{height:68px}.footer-logo-img{height:64px}}.scroll-to-top{position:fixed;bottom:2rem;right:2rem;width:44px;height:44px;border-radius:50%;background:var(--charcoal);color:var(--warm-white);border:2px solid var(--hardwood);font-size:1rem;cursor:pointer;z-index:999;box-shadow:0 2px 12px #0006;transition:opacity var(--transition),transform var(--transition);opacity:.9}.scroll-to-top:hover{opacity:1;transform:translateY(-2px)}@media (max-width: 768px){.scroll-to-top{bottom:1.25rem;right:1.25rem;width:40px;height:40px;font-size:.9rem}}
