:root{--brand-green:#003b2a;--brand-green-2:#00533c;--brand-orange:#f47a00;--orange-dark:#d86100;--bg:#faf8f3;--bg-soft:#f4f1ea;--text:#121a17;--text-muted:#5e6863;--white:#fff;--line:rgba(18,26,23,.13);--radius-sm:10px;--radius-md:18px;--radius-lg:28px;--shadow-soft:0 18px 50px rgba(0,0,0,.08);--container:1320px;--header-h:86px}
    *,*::before,*::after{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:120px}body{margin:0;background:var(--bg);color:var(--text);font:400 16px/1.65 Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;-webkit-font-smoothing:antialiased;overflow-x:hidden}body.menu-open{overflow:hidden}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{cursor:pointer}:focus-visible{outline:3px solid rgba(244,122,0,.38);outline-offset:3px}.container{width:min(calc(100% - 48px),var(--container));margin-inline:auto}.skip-link{position:fixed;left:16px;top:-80px;z-index:9999;background:var(--white);color:var(--text);padding:12px 18px;border-radius:8px;font-weight:700;transition:top .2s}.skip-link:focus{top:16px}
    .topbar{height:40px;background:var(--brand-green);color:rgba(255,255,255,.88);font-size:13px;font-weight:600;letter-spacing:.01em}.topbar .container{height:100%;display:flex;align-items:center;justify-content:space-between;gap:24px}.topbar__item{display:inline-flex;align-items:center;gap:8px}.topbar__links{display:flex;align-items:center;gap:22px}.topbar a:hover{color:var(--white)}.dot-live{width:7px;height:7px;border-radius:50%;background:#75cf93;box-shadow:0 0 0 4px rgba(117,207,147,.13)}.icon{width:18px;height:18px;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto}.icon svg{width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
    .site-header{position:sticky;top:0;z-index:100;background:rgba(250,248,243,.96);border-bottom:1px solid transparent;transition:height .3s,box-shadow .3s,background .3s,border-color .3s;backdrop-filter:saturate(160%) blur(14px)}.site-header.scrolled{box-shadow:0 10px 30px rgba(0,59,42,.08);border-color:rgba(0,59,42,.08);background:rgba(250,248,243,.9)}.header-row{height:var(--header-h);display:grid;grid-template-columns:190px 1fr auto;align-items:center;gap:30px;transition:height .3s}.site-header.scrolled .header-row{height:76px}.brand{display:flex;align-items:center;width:max-content}.brand img{width:auto;height:66px;object-fit:contain;transition:height .3s}.site-header.scrolled .brand img{height:58px}
    .desktop-nav{display:flex;align-items:center;justify-content:center;gap:30px}.nav-link{position:relative;display:inline-flex;align-items:center;gap:6px;padding:30px 0;color:#27322e;font-size:14px;font-weight:700;white-space:nowrap}.nav-link::after{content:"";position:absolute;left:0;right:100%;bottom:23px;height:2px;background:var(--brand-orange);transition:right .25s}.nav-link:hover::after,.nav-link.active::after{right:0}.nav-link:hover,.nav-link.active{color:var(--brand-green)}.nav-chevron{width:11px;height:11px;transition:transform .2s}.nav-services{position:relative}.nav-services:hover .nav-chevron,.nav-services:focus-within .nav-chevron{transform:rotate(180deg)}
    .service-menu{position:absolute;top:calc(100% - 9px);left:50%;width:420px;padding:12px;background:var(--white);border:1px solid rgba(0,59,42,.1);border-radius:16px;box-shadow:0 22px 55px rgba(0,43,31,.14);opacity:0;visibility:hidden;transform:translate(-50%,12px);transition:.2s;display:grid;grid-template-columns:1fr 1fr;gap:4px}.nav-services:hover .service-menu,.nav-services:focus-within .service-menu{opacity:1;visibility:visible;transform:translate(-50%,0)}.service-menu a{display:block;padding:11px 12px;border-radius:10px;font-size:13px;font-weight:700;color:var(--text)}.service-menu a span{display:block;margin-top:2px;font-size:11px;font-weight:500;color:var(--text-muted)}.service-menu a:hover{background:var(--bg-soft);color:var(--brand-green)}
    .header-actions{display:flex;align-items:center;gap:10px}.btn{min-height:48px;display:inline-flex;align-items:center;justify-content:center;gap:9px;border:1px solid transparent;border-radius:12px;padding:12px 20px;font-size:14px;font-weight:800;line-height:1;transition:transform .22s,background .22s,border-color .22s,color .22s,box-shadow .22s}.btn:hover{transform:translateY(-2px)}.btn--outline{border-color:rgba(0,59,42,.25);color:var(--brand-green);background:transparent}.btn--outline:hover{border-color:var(--brand-green);background:rgba(0,59,42,.04)}.btn--primary{background:var(--brand-orange);color:var(--white);box-shadow:0 10px 24px rgba(244,122,0,.2)}.btn--primary:hover{background:var(--orange-dark);box-shadow:0 14px 28px rgba(244,122,0,.28)}.btn--ghost-light{border-color:rgba(255,255,255,.35);color:var(--white)}
    .menu-toggle{display:none;width:48px;height:48px;border:1px solid rgba(0,59,42,.18);background:transparent;border-radius:12px;color:var(--brand-green);align-items:center;justify-content:center}.menu-toggle span,.menu-toggle span::before,.menu-toggle span::after{display:block;width:20px;height:2px;background:currentColor;transition:.25s}.menu-toggle span{position:relative}.menu-toggle span::before,.menu-toggle span::after{content:"";position:absolute;left:0}.menu-toggle span::before{top:-6px}.menu-toggle span::after{top:6px}.menu-toggle.active span{background:transparent}.menu-toggle.active span::before{top:0;transform:rotate(45deg)}.menu-toggle.active span::after{top:0;transform:rotate(-45deg)}
    .mobile-menu{position:fixed;inset:126px 0 0;z-index:90;background:var(--bg);padding:18px 24px 96px;overflow:auto;opacity:0;visibility:hidden;transform:translateY(-12px);transition:.28s}.mobile-menu.open{opacity:1;visibility:visible;transform:none}.mobile-nav{display:grid}.mobile-nav>a,.mobile-services summary{display:flex;align-items:center;justify-content:space-between;min-height:58px;border-bottom:1px solid var(--line);font-family:Manrope,sans-serif;font-size:20px;font-weight:750;list-style:none}.mobile-services summary::-webkit-details-marker{display:none}.mobile-services__grid{display:grid;grid-template-columns:1fr 1fr;gap:8px;padding:14px 0 20px}.mobile-services__grid a{padding:12px;background:var(--white);border-radius:10px;font-size:13px;font-weight:700}.mobile-menu__actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:24px}.mobile-menu__actions .btn:last-child{grid-column:1/-1}
    .hero{position:relative;background:var(--brand-green);color:var(--white);overflow:hidden}.hero::before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 20% 0%,rgba(255,255,255,.075),transparent 35%),linear-gradient(115deg,rgba(0,35,25,.1),transparent 60%);pointer-events:none;z-index:2}.hero-swiper{height:clamp(650px,calc(100vh - 126px),760px);min-height:650px}.hero-slide{height:100%}.hero-slide__grid{height:100%;display:grid;grid-template-columns:minmax(0,46%) minmax(0,54%);align-items:stretch}.hero-copy{position:relative;z-index:5;display:flex;align-items:center;padding:70px max(48px,calc((100vw - var(--container))/2)) 120px max(24px,calc((100vw - var(--container))/2));background:var(--brand-green)}.hero-copy::after{content:"";position:absolute;z-index:-1;top:0;right:-90px;width:180px;height:100%;background:var(--brand-green);clip-path:polygon(0 0,50% 0,100% 100%,50% 100%)}.hero-copy__inner{max-width:600px}.eyebrow{display:inline-flex;align-items:center;gap:11px;margin:0 0 19px;color:#ffae5d;font-size:12px;font-weight:800;letter-spacing:.18em;text-transform:uppercase}.eyebrow::before{content:"";width:34px;height:2px;background:var(--brand-orange)}
    .hero h1,.hero h2{max-width:620px;margin:0;font:800 clamp(45px,5vw,72px)/1.04 Manrope,Inter,sans-serif;letter-spacing:-.045em;text-wrap:balance}.hero h2{font-size:clamp(42px,4.5vw,66px)}.hero-copy p{max-width:560px;margin:25px 0 0;color:rgba(255,255,255,.74);font-size:18px;line-height:1.72}.hero-actions{display:flex;align-items:center;gap:12px;margin-top:33px;flex-wrap:wrap}.hero-actions .btn{min-height:54px;padding:15px 23px}.hero-trust{display:flex;align-items:center;gap:22px;margin-top:34px;color:rgba(255,255,255,.8);font-size:12px;font-weight:700}.hero-trust span{display:inline-flex;align-items:center;gap:8px}.hero-trust i{width:17px;height:17px;border:1px solid rgba(255,255,255,.5);border-radius:50%;display:grid;place-items:center;font-style:normal;font-size:10px;color:#ffad5a}
    .hero-media{position:relative;overflow:hidden;background:#11261f}.hero-media::before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,59,42,.34),transparent 30%),linear-gradient(0deg,rgba(0,25,18,.28),transparent 46%);z-index:1}.hero-media img{width:100%;height:100%;object-fit:cover;object-position:center;filter:saturate(.9) contrast(1.04);transform:scale(1.03);transition:transform 7s ease}.swiper-slide-active .hero-media img{transform:scale(1)}.hero-caption{position:absolute;z-index:3;right:34px;bottom:104px;max-width:250px;padding:15px 18px;border-left:2px solid var(--brand-orange);background:rgba(0,43,31,.78);backdrop-filter:blur(8px);color:rgba(255,255,255,.84);font-size:12px;font-weight:600;line-height:1.5}
    .hero-controls{position:absolute;z-index:10;left:max(24px,calc((100vw - var(--container))/2));bottom:38px;display:flex;align-items:center;gap:18px}.hero-count{display:flex;align-items:baseline;gap:5px;width:51px;font-family:Manrope,sans-serif}.hero-count strong{font-size:19px}.hero-count span{font-size:12px;color:rgba(255,255,255,.55)}.hero-progress{width:120px;height:2px;background:rgba(255,255,255,.24);overflow:hidden}.hero-progress span{display:block;width:33.333%;height:100%;background:var(--brand-orange);transition:transform .45s ease;transform-origin:left}.hero-arrows{display:flex;gap:8px}.hero-arrow{width:43px;height:43px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.26);border-radius:50%;background:transparent;color:var(--white);transition:.2s}.hero-arrow:hover{background:var(--white);color:var(--brand-green);border-color:var(--white)}.hero-arrow svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8}.hero .swiper-pagination{display:none}
    .trust-strip{background:var(--white);border-bottom:1px solid rgba(0,59,42,.09)}.trust-strip__grid{min-height:88px;display:grid;grid-template-columns:repeat(4,1fr);align-items:center}.trust-item{min-height:42px;display:flex;align-items:center;justify-content:center;gap:11px;padding:0 22px;border-right:1px solid var(--line);color:#2e3934;font-size:13px;font-weight:750;text-align:center}.trust-item:last-child{border-right:0}.trust-item .icon{width:20px;height:20px;color:var(--brand-orange)}.placeholder-section{min-height:35vh;display:grid;place-items:center;padding:100px 24px;text-align:center;background:var(--bg)}.placeholder-section p{max-width:660px;margin:0;color:var(--text-muted)}
    .wa-float{position:fixed;z-index:80;right:22px;bottom:22px;width:58px;height:58px;border-radius:50%;display:grid;place-items:center;background:#1fa855;color:white;box-shadow:0 14px 32px rgba(21,110,59,.3);transition:transform .2s}.wa-float:hover{transform:translateY(-3px) scale(1.03)}.wa-float svg{width:28px;height:28px;fill:currentColor}
    .section{position:relative;padding:120px 0}.section--soft{background:var(--bg-soft)}.section-label{display:inline-flex;align-items:center;gap:10px;margin:0 0 17px;color:var(--brand-orange);font-size:12px;font-weight:800;letter-spacing:.17em;text-transform:uppercase}.section-label::before{content:"";width:30px;height:2px;background:currentColor}.section-title{max-width:820px;margin:0;font:800 clamp(34px,4vw,56px)/1.1 Manrope,Inter,sans-serif;letter-spacing:-.04em;text-wrap:balance}.section-copy{max-width:670px;margin:20px 0 0;color:var(--text-muted);font-size:17px}.section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:50px;margin-bottom:47px}.section-head__copy{max-width:760px}.text-link{display:inline-flex;align-items:center;gap:10px;color:var(--brand-green);font-size:14px;font-weight:800;border-bottom:1px solid rgba(0,59,42,.3);padding-bottom:5px}.text-link span{transition:transform .2s}.text-link:hover span{transform:translateX(4px)}
    .service-swiper{overflow:visible}.services-viewport{overflow:hidden;padding-bottom:8px}.service-card{height:100%;background:var(--white);border:1px solid rgba(0,59,42,.1);transition:border-color .25s,transform .25s}.service-card:hover{transform:translateY(-5px);border-color:rgba(244,122,0,.55)}.service-card__image{height:320px;overflow:hidden;background:#d9dfda}.service-card__image img{width:100%;height:100%;object-fit:cover;filter:saturate(.88);transition:transform .6s ease}.service-card:hover .service-card__image img{transform:scale(1.04)}.service-card__body{min-height:162px;padding:24px 24px 26px}.service-card__number{display:block;margin-bottom:11px;color:var(--brand-orange);font-size:11px;font-weight:800;letter-spacing:.14em}.service-card h3{margin:0;font:750 21px/1.22 Manrope,sans-serif;letter-spacing:-.02em}.service-card p{margin:10px 0 18px;color:var(--text-muted);font-size:14px;line-height:1.55}.service-card a{display:inline-flex;align-items:center;gap:9px;color:var(--brand-green);font-size:13px;font-weight:800}.service-card a span{transition:transform .2s}.service-card a:hover span{transform:translateX(4px)}.slider-toolbar{display:flex;align-items:center;gap:10px;margin-top:34px}.round-arrow{width:48px;height:48px;display:grid;place-items:center;border:1px solid rgba(0,59,42,.18);border-radius:50%;background:transparent;color:var(--brand-green);transition:.2s}.round-arrow:hover{background:var(--brand-green);color:var(--white)}.round-arrow svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8}.swiper-scrollbar.services-scroll{position:relative;left:auto;bottom:auto;width:min(360px,50vw);height:2px;margin-left:16px;background:rgba(0,59,42,.12)}.services-scroll .swiper-scrollbar-drag{background:var(--brand-orange)}
    .termite-feature{padding:0;background:#082f24;color:var(--white);overflow:hidden}.termite-grid{display:grid;grid-template-columns:minmax(0,54%) minmax(0,46%);min-height:760px}.termite-image{position:relative;min-height:760px;overflow:hidden}.termite-image::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent 62%,#082f24 100%),linear-gradient(0deg,rgba(0,28,20,.34),transparent 45%)}.termite-image img{width:100%;height:100%;object-fit:cover;filter:saturate(.78) contrast(1.07)}.image-note{position:absolute;z-index:2;left:max(24px,calc((100vw - var(--container))/2));bottom:35px;width:min(340px,calc(100% - 48px));padding:16px 18px;border-left:2px solid var(--brand-orange);background:rgba(0,43,31,.8);font-size:12px;color:rgba(255,255,255,.78);backdrop-filter:blur(8px)}.termite-content{display:flex;align-items:center;padding:78px max(24px,calc((100vw - var(--container))/2)) 78px 72px}.termite-content__inner{max-width:570px}.termite-feature .section-title{font-size:clamp(36px,3.8vw,56px)}.termite-feature .section-copy{color:rgba(255,255,255,.7)}.termite-steps{margin:37px 0 34px;border-top:1px solid rgba(255,255,255,.14)}.termite-step{display:grid;grid-template-columns:45px 1fr;gap:16px;padding:18px 0;border-bottom:1px solid rgba(255,255,255,.14)}.termite-step strong{color:#ffad5a;font:700 13px/1 Manrope,sans-serif}.termite-step span{font-size:14px;font-weight:650;color:rgba(255,255,255,.9)}
    .why-grid{display:grid;grid-template-columns:minmax(0,55%) minmax(0,45%);gap:78px;align-items:center}.why-image{position:relative;min-height:650px;overflow:hidden}.why-image img{width:100%;height:100%;position:absolute;inset:0;object-fit:cover;filter:saturate(.88)}.why-image__tag{position:absolute;left:28px;bottom:28px;max-width:310px;padding:20px 22px;background:var(--bg);border-left:3px solid var(--brand-orange);font-weight:700;line-height:1.45}.feature-list{margin:35px 0 0;padding:0;list-style:none;border-top:1px solid var(--line)}.feature-list li{display:grid;grid-template-columns:38px 1fr;gap:18px;padding:22px 0;border-bottom:1px solid var(--line)}.feature-list b{display:grid;place-items:center;width:32px;height:32px;border-radius:50%;background:rgba(244,122,0,.1);color:var(--brand-orange);font-size:13px}.feature-list strong{display:block;font:750 17px/1.3 Manrope,sans-serif}.feature-list span{display:block;margin-top:5px;color:var(--text-muted);font-size:14px}
    .process{background:var(--white)}.process-head{max-width:760px;margin-bottom:62px}.process-track{position:relative;display:grid;grid-template-columns:repeat(4,1fr);gap:28px}.process-track::before{content:"";position:absolute;top:24px;left:6%;right:6%;height:1px;background:rgba(0,59,42,.18)}.process-line{position:absolute;top:24px;left:6%;width:0;height:2px;background:var(--brand-orange);z-index:1}.process-step{position:relative;z-index:2;padding-right:18px}.process-step__number{width:49px;height:49px;display:grid;place-items:center;margin-bottom:25px;border:1px solid rgba(0,59,42,.18);border-radius:50%;background:var(--white);color:var(--brand-green);font:750 13px/1 Manrope,sans-serif;transition:.3s}.process-step:hover .process-step__number{background:var(--brand-orange);border-color:var(--brand-orange);color:var(--white)}.process-step h3{margin:0 0 10px;font:750 19px/1.3 Manrope,sans-serif}.process-step p{margin:0;color:var(--text-muted);font-size:14px}
    .property-section{padding:0}.property-grid{display:grid;grid-template-columns:1fr 1fr}.property-panel{position:relative;min-height:660px;display:flex;align-items:flex-end;padding:56px;overflow:hidden;color:var(--white)}.property-panel::before{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,43,31,.94) 0,rgba(0,43,31,.72) 32%,rgba(0,43,31,.12) 68%);z-index:1}.property-panel img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .8s}.property-panel:hover img{transform:scale(1.025)}.property-content{position:relative;z-index:2;max-width:520px}.property-content .section-label{color:#ffad5a}.property-content h2{margin:0;font:800 clamp(32px,3.5vw,50px)/1.1 Manrope,sans-serif;letter-spacing:-.04em}.property-content p{margin:15px 0 25px;color:rgba(255,255,255,.74)}.property-tags{display:flex;flex-wrap:wrap;gap:8px;margin:0 0 26px;padding:0;list-style:none}.property-tags li{padding:7px 10px;border:1px solid rgba(255,255,255,.24);border-radius:30px;font-size:11px;font-weight:700}
    .area-band{background:var(--brand-orange);color:var(--white);padding:72px 0}.area-grid{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:60px}.area-grid h2{margin:0;font:800 clamp(30px,3.6vw,48px)/1.12 Manrope,sans-serif;letter-spacing:-.035em}.area-grid p{max-width:720px;margin:14px 0 0;color:rgba(255,255,255,.84)}.area-grid .btn{background:var(--white);color:var(--brand-green);min-width:190px}.location-note{display:inline-flex;align-items:center;gap:8px;margin-top:15px;font-size:12px;font-weight:700;color:rgba(255,255,255,.85)}
    .faq-grid{display:grid;grid-template-columns:minmax(0,38%) minmax(0,62%);gap:78px;align-items:start}.faq-aside{position:sticky;top:130px}.faq-aside .section-title{font-size:clamp(34px,3.7vw,52px)}.faq-aside__contact{margin-top:31px;padding:25px;background:var(--brand-green);color:var(--white)}.faq-aside__contact span{display:block;color:rgba(255,255,255,.65);font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.12em}.faq-aside__contact a{display:inline-block;margin-top:7px;font:750 20px/1.2 Manrope,sans-serif}.faq-list{border-top:1px solid var(--line)}.faq-item{border-bottom:1px solid var(--line)}.faq-question{width:100%;display:grid;grid-template-columns:1fr 36px;align-items:center;gap:20px;padding:25px 0;border:0;background:transparent;color:var(--text);text-align:left;font:700 17px/1.4 Manrope,sans-serif}.faq-icon{width:34px;height:34px;display:grid;place-items:center;border:1px solid rgba(0,59,42,.18);border-radius:50%;font:400 20px/1 Inter;transition:.25s}.faq-item.open .faq-icon{transform:rotate(45deg);background:var(--brand-green);color:var(--white)}.faq-answer{display:grid;grid-template-rows:0fr;transition:grid-template-rows .32s ease}.faq-answer>div{overflow:hidden}.faq-answer p{margin:0;padding:0 54px 24px 0;color:var(--text-muted);font-size:15px}.faq-item.open .faq-answer{grid-template-rows:1fr}
    .quote-section{background:var(--bg-soft)}.quote-shell{display:grid;grid-template-columns:minmax(0,39%) minmax(0,61%);box-shadow:0 22px 70px rgba(0,45,31,.1)}.quote-aside{position:relative;padding:61px;background:var(--brand-green);color:var(--white);overflow:hidden}.quote-aside::after{content:"";position:absolute;width:360px;height:360px;right:-150px;bottom:-160px;border:1px solid rgba(255,255,255,.12);border-radius:50%;box-shadow:0 0 0 60px rgba(255,255,255,.025),0 0 0 120px rgba(255,255,255,.018)}.quote-aside .section-title{font-size:clamp(34px,3.4vw,48px)}.quote-aside p{color:rgba(255,255,255,.7)}.quote-contact{position:relative;z-index:2;display:grid;gap:12px;margin-top:38px}.quote-contact a{display:flex;align-items:center;gap:12px;width:max-content;font-weight:750}.quote-contact .icon{color:#ffad5a}.hours-card{position:relative;z-index:2;margin-top:42px;padding-top:22px;border-top:1px solid rgba(255,255,255,.15);font-size:13px;color:rgba(255,255,255,.7)}.hours-card b{display:block;color:var(--white);font-size:14px}.quote-form-wrap{padding:58px;background:var(--white)}.form-intro{margin-bottom:28px}.form-intro h3{margin:0;font:800 26px/1.2 Manrope,sans-serif}.form-intro p{margin:8px 0 0;color:var(--text-muted);font-size:14px}.quote-form{display:grid;grid-template-columns:1fr 1fr;gap:19px}.field{display:grid;gap:7px}.field--full{grid-column:1/-1}.field label{font-size:12px;font-weight:800;color:#3a4641}.field input,.field select,.field textarea{width:100%;min-height:51px;border:1px solid rgba(0,59,42,.17);border-radius:9px;background:#fcfcfa;color:var(--text);padding:12px 14px;outline:0;transition:border-color .2s,box-shadow .2s}.field textarea{min-height:112px;resize:vertical}.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--brand-orange);box-shadow:0 0 0 3px rgba(244,122,0,.1)}.field-error{min-height:14px;color:#b3261e;font-size:11px}.honeypot{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;overflow:hidden!important}.form-footer{grid-column:1/-1;display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:4px}.form-consent{max-width:390px;margin:0;color:var(--text-muted);font-size:11px}.form-status{grid-column:1/-1;display:none;padding:17px 18px;border-left:3px solid #2a9a58;background:#eef8f1;color:#205d38;font-size:14px}.form-status.show{display:block}.form-status a{display:inline-flex;margin-top:10px;font-weight:800;text-decoration:underline}.btn[disabled]{opacity:.55;cursor:not-allowed;transform:none}
    .final-cta{position:relative;isolation:isolate;overflow:hidden;background:#062e23;color:var(--white);padding:104px 0}.ambient-canvas{position:absolute;inset:0;width:100%;height:100%;z-index:-1;pointer-events:none;opacity:.36}.final-cta__inner{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:60px}.final-cta h2{max-width:820px;margin:0;font:800 clamp(38px,5vw,66px)/1.06 Manrope,sans-serif;letter-spacing:-.045em}.final-cta p{max-width:680px;margin:18px 0 0;color:rgba(255,255,255,.7);font-size:17px}.final-cta__actions{display:flex;flex-wrap:wrap;gap:10px;justify-content:flex-end}.final-cta__actions .btn{min-height:54px}.footer{background:#021e17;color:rgba(255,255,255,.7);padding:74px 0 24px}.footer-grid{display:grid;grid-template-columns:1.35fr .8fr .8fr 1fr;gap:58px}.footer-logo{height:76px;width:auto;filter:brightness(0) invert(1);opacity:.95}.footer-about{max-width:340px;margin:20px 0 0;font-size:14px}.footer h3{margin:7px 0 21px;color:var(--white);font:700 14px/1.2 Manrope,sans-serif;text-transform:uppercase;letter-spacing:.08em}.footer-links{display:grid;gap:10px}.footer-links a{font-size:13px;transition:color .2s}.footer-links a:hover{color:var(--white)}.footer address{font-style:normal;font-size:13px}.footer address a{display:block;margin-top:9px;color:var(--white);font-weight:700}.footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:62px;padding-top:21px;border-top:1px solid rgba(255,255,255,.1);font-size:11px}.mobile-conversion{display:none}
    @media(max-width:980px){.section{padding:90px 0}.section-head{align-items:flex-start;flex-direction:column;gap:22px}.service-card__image{height:290px}.termite-grid{grid-template-columns:1fr;min-height:0}.termite-image{min-height:560px}.termite-image::after{background:linear-gradient(0deg,#082f24 0,transparent 30%)}.termite-content{padding:70px 32px 82px}.why-grid{grid-template-columns:1fr;gap:50px}.why-image{min-height:600px}.process-track{grid-template-columns:1fr 1fr;row-gap:42px}.process-track::before,.process-line{display:none}.property-grid{grid-template-columns:1fr}.property-panel{min-height:600px}.faq-grid{grid-template-columns:1fr;gap:50px}.faq-aside{position:static}.quote-shell{grid-template-columns:1fr}.quote-aside,.quote-form-wrap{padding:48px}.final-cta__inner{grid-template-columns:1fr}.final-cta__actions{justify-content:flex-start}.footer-grid{grid-template-columns:1.2fr 1fr 1fr;gap:44px}.footer-grid>div:last-child{grid-column:1/-1}}
    @media(max-width:740px){body{padding-bottom:64px}.section{padding:74px 0}.section-title{font-size:34px}.section-copy{font-size:15px}.section-head{margin-bottom:33px}.service-card__image{height:255px}.service-card__body{min-height:156px;padding:21px}.slider-toolbar{margin-top:24px}.swiper-scrollbar.services-scroll{width:auto;flex:1}.termite-image{min-height:430px}.image-note{left:16px;bottom:17px}.termite-content{padding:60px 16px 68px}.termite-feature .section-title{font-size:35px}.why-image{min-height:440px}.why-image__tag{left:14px;right:14px;bottom:14px;max-width:none;padding:17px}.feature-list li{grid-template-columns:34px 1fr;gap:13px}.process-head{margin-bottom:42px}.process-track{grid-template-columns:1fr;gap:0}.process-step{display:grid;grid-template-columns:50px 1fr;column-gap:17px;padding:0 0 28px}.process-step__number{grid-row:1/3;margin:0}.process-step p{font-size:13px}.property-panel{min-height:570px;padding:32px 20px}.property-content h2{font-size:35px}.area-band{padding:56px 0}.area-grid{grid-template-columns:1fr;gap:28px}.area-grid .btn{width:max-content}.faq-grid{gap:35px}.faq-question{font-size:15px;padding:20px 0}.faq-answer p{padding-right:0}.faq-aside__contact{padding:21px}.quote-aside,.quote-form-wrap{padding:36px 20px}.quote-form{grid-template-columns:1fr;gap:13px}.field--full,.form-footer,.form-status{grid-column:auto}.form-footer{align-items:flex-start;flex-direction:column}.form-footer .btn{width:100%}.final-cta{padding:78px 0}.final-cta h2{font-size:39px}.final-cta__actions{display:grid;grid-template-columns:1fr 1fr;width:100%}.final-cta__actions .btn:first-child{grid-column:1/-1}.footer{padding:58px 0 18px}.footer-grid{grid-template-columns:1fr 1fr;gap:37px 22px}.footer-grid>div:first-child,.footer-grid>div:last-child{grid-column:1/-1}.footer-logo{height:66px}.footer-bottom{align-items:flex-start;flex-direction:column;margin-top:44px}.wa-float{display:none}.mobile-conversion{position:fixed;z-index:120;left:0;right:0;bottom:0;height:64px;display:grid;grid-template-columns:1fr 1fr;background:var(--white);box-shadow:0 -8px 30px rgba(0,43,31,.13);padding-bottom:env(safe-area-inset-bottom)}.mobile-conversion a{display:flex;align-items:center;justify-content:center;gap:8px;font-size:13px;font-weight:800;color:var(--brand-green)}.mobile-conversion a:last-child{background:#1fa855;color:var(--white)}.mobile-conversion .icon{width:20px;height:20px}}
    @media(max-width:1180px){.desktop-nav{gap:18px}.nav-link{font-size:13px}.header-row{grid-template-columns:160px 1fr auto;gap:18px}.brand img{height:58px}.header-actions .btn--outline{display:none}.hero-slide__grid{grid-template-columns:50% 50%}.hero-copy{padding-right:28px}.hero h1,.hero h2{font-size:clamp(42px,5vw,60px)}}
    @media(max-width:980px){.desktop-nav,.header-actions{display:none}.menu-toggle{display:flex}.header-row{grid-template-columns:1fr auto;height:78px}.brand img{height:58px}.site-header.scrolled .header-row{height:72px}.site-header.scrolled .brand img{height:54px}.mobile-menu{inset:118px 0 0}.hero-swiper{height:720px;min-height:720px}.hero-slide__grid{grid-template-columns:54% 46%}.hero-copy{padding-top:68px;padding-bottom:126px}.hero-copy p{font-size:16px}.hero-trust{gap:13px;flex-wrap:wrap}.hero-copy::after{right:-58px;width:116px}.hero-caption{display:none}.trust-strip__grid{grid-template-columns:1fr 1fr}.trust-item:nth-child(2){border-right:0}.trust-item{border-bottom:1px solid var(--line);min-height:64px}.trust-item:nth-child(3),.trust-item:nth-child(4){border-bottom:0}}
    @media(max-width:740px){:root{--header-h:68px}.container{width:min(calc(100% - 32px),var(--container))}.topbar{height:34px}.topbar__links a:first-child{display:none}.topbar__links{gap:12px}.topbar{font-size:11px}.header-row{height:68px}.brand img{height:48px}.site-header.scrolled .header-row{height:64px}.site-header.scrolled .brand img{height:44px}.menu-toggle{width:44px;height:44px;border-radius:11px}.mobile-menu{inset:102px 0 64px}.hero-swiper{height:auto;min-height:0}.hero-slide__grid{display:flex;min-height:clamp(650px,calc(100svh - 166px),690px);flex-direction:column-reverse}.hero-media{position:absolute;inset:0 0 auto;height:270px}.hero-media::before{background:linear-gradient(0deg,rgba(0,59,42,.92) 0,rgba(0,59,42,.36) 34%,rgba(0,59,42,.06) 72%),linear-gradient(90deg,rgba(0,59,42,.18),transparent)}.hero-media img{height:100%;object-position:center 32%}.hero-copy{min-height:clamp(650px,calc(100svh - 166px),690px);align-items:flex-end;padding:240px 16px 74px;background:linear-gradient(0deg,var(--brand-green) 0,var(--brand-green) 57%,rgba(0,59,42,.94) 72%,rgba(0,59,42,.18) 100%)}.hero-copy::after{display:none}.hero-copy__inner{width:100%}.eyebrow{margin-bottom:11px;font-size:10px}.eyebrow::before{width:24px}.hero h1,.hero h2{font-size:clamp(34px,9.5vw,40px);line-height:1.04;letter-spacing:-.04em}.hero-copy p{margin-top:12px;font-size:14px;line-height:1.48}.hero-actions{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(0,1fr);align-items:stretch;margin-top:17px;gap:8px}.hero-actions .btn{width:100%;min-height:46px;padding:10px 11px;font-size:12px;line-height:1.2;text-align:center}.hero-actions .btn--ghost-light{flex:auto}.hero-trust{display:none}.hero-controls{left:16px;right:16px;bottom:14px}.hero-progress{flex:1;width:auto}.hero-arrows{margin-left:auto}.hero-arrow{width:38px;height:38px}.hero-count{width:42px}.hero-count strong{font-size:16px}.trust-strip__grid{grid-template-columns:1fr 1fr}.trust-item{padding:0 8px;font-size:11px;gap:7px}.trust-item .icon{width:17px;height:17px}.mobile-services__grid{grid-template-columns:1fr}.mobile-menu__actions{grid-template-columns:1fr}.mobile-menu__actions .btn:last-child{grid-column:auto}.wa-float{right:16px;bottom:16px;width:54px;height:54px}}
    @media(max-width:380px){.hero h1,.hero h2{font-size:34px}.hero-actions .btn{padding-inline:8px;font-size:11px}.mobile-nav>a,.mobile-services summary{font-size:18px}}@media(max-width:340px){.hero-slide__grid,.hero-copy{min-height:690px}.hero-actions{grid-template-columns:1fr}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.hero-media img{transform:none!important}}
    .form-status.is-error{border-left-color:#b3261e;background:#fff1f0;color:#8a1f19}
