:root{--green:#373226;--green2:#4a4336;--leaf:#a1978a;--yellow:#f2cc1f;--orange:#c07500;--cream:#e8e1d4;--ink:#1e1b15;--muted:#6c6156;--line:#d4ccc0;--white:#fff}*{box-sizing:border-box}html,body,#root{min-height:100%}body{color:var(--ink);background:var(--cream);min-height:100vh;margin:0;font-family:Arial,Helvetica,sans-serif}#root{flex-direction:column;min-height:100vh;display:flex}main{flex:1 0 auto}footer{flex-shrink:0}a{color:inherit;text-decoration:none}.utility{background:var(--green);color:#fff;justify-content:space-between;gap:18px;padding:9px 5vw;font-size:14px;display:flex}.utility span,.utility a{align-items:center;gap:7px;display:flex}.nav{z-index:20;border-bottom:1px solid var(--line);background:#fff;justify-content:space-between;align-items:center;padding:10px 5vw;display:flex;position:sticky;top:0;box-shadow:0 8px 22px #37322614}.logo{align-items:center;gap:10px;font-weight:900;line-height:1;display:flex}.logo small{color:var(--muted);font-weight:700}.logo-with-image img{object-fit:contain;background:0 0;border-radius:10px;width:96px;height:64px}.brand-name{text-transform:uppercase;letter-spacing:.12em;color:var(--green);border-left:1px solid var(--line);padding-left:12px;font-size:13px}.footer-logo img{width:72px;height:48px}.logo-mark{background:var(--yellow);color:var(--green);border-radius:15px;place-items:center;width:44px;height:44px;display:grid}nav{color:#3a3228;gap:24px;font-size:14px;font-weight:800;display:flex}.nav-dropdown{position:relative}.nav-dropdown-trigger{cursor:default;align-items:center;gap:6px;display:inline-flex}.nav-dropdown-trigger:after{content:"⌄";color:var(--orange);font-size:13px;line-height:1}.submenu{z-index:50;border:1px solid var(--line);opacity:0;visibility:hidden;background:#fff;border-radius:18px;gap:2px;min-width:250px;padding:8px;transition:all .18s;display:grid;position:absolute;top:calc(100% + 14px);left:-18px;transform:translateY(8px);box-shadow:0 18px 45px #3732262e}.nav-dropdown:hover .submenu,.nav-dropdown:focus-within .submenu{opacity:1;visibility:visible;transform:translateY(0)}.submenu a{color:var(--green);white-space:nowrap;border-radius:12px;padding:12px 14px;font-weight:900;display:block}.submenu a:hover{background:var(--cream);color:var(--orange)}.nav-btn,.btn{border-radius:999px;justify-content:center;align-items:center;gap:9px;font-weight:900;display:inline-flex}.nav-btn{background:var(--yellow);color:var(--green);padding:12px 20px}.menu{background:0 0;border:0;display:none}.hero{background:linear-gradient(180deg,#fff 0%,var(--cream) 100%);grid-template-columns:1.05fr .95fr;align-items:center;gap:40px;padding:100px 5vw 80px;display:grid;position:relative;overflow:visible}.badge{color:var(--green);background:#ede5d8;border:1px solid #d9d0c2;border-radius:999px;align-items:center;gap:8px;padding:9px 13px;font-size:13px;font-weight:900;display:inline-flex}.hero h1{color:var(--green);letter-spacing:-.04em;margin:18px 0;font-size:clamp(24px,2.8vw,38px);line-height:.95}.hero p{color:#4a443a;max-width:620px;font-size:17px;line-height:1.5}.cta-row{flex-wrap:wrap;gap:12px;margin-top:24px;display:flex}.btn{padding:15px 22px}.primary{background:var(--green);color:#fff}.secondary{background:var(--yellow);color:var(--green)}.hero-trust{color:var(--green);flex-wrap:wrap;gap:18px;margin-top:25px;font-weight:900;display:flex}.hero-trust span{align-items:center;gap:6px;display:flex}.hero-trust svg{width:18px}.hero-card{position:relative}.hero-card .estimate-card{width:440px;bottom:-60px}.photo{background:linear-gradient(135deg,#373226,#6c6156);border-radius:30px;min-height:420px;position:relative;overflow:hidden;box-shadow:0 22px 50px #37322638}.photo:before{content:"";background:radial-gradient(circle at 25% 25%,#f2cc1f73,#0000 28%),linear-gradient(135deg,#ffffff0d,#00000026);position:absolute;inset:0}.photo span{color:var(--green);background:#ffffffeb;border-radius:14px;padding:12px 15px;font-weight:900;position:absolute;bottom:24px;left:24px}.estimate-card{background:#fff;border-radius:22px;gap:10px;width:300px;padding:18px;display:grid;position:absolute;bottom:-28px;right:24px;box-shadow:0 18px 45px #0000002e}.estimate-card label span{color:var(--green);font-size:12px;font-weight:900}.estimate-card input,.estimate-card select{border:1px solid var(--line);font:inherit;background:#fff;border-radius:12px;width:100%;min-width:0;padding:12px}.estimate-card button{background:var(--orange);color:#fff;cursor:pointer;border:0;border-radius:12px;padding:13px;font-weight:900}.trustbar{background:#fff;border-radius:22px;grid-template-columns:repeat(4,1fr);margin:24px 5vw;display:grid;overflow:hidden;box-shadow:0 12px 35px #37322614}.trustbar div{text-align:center;border-right:1px solid var(--line);padding:24px}.trustbar strong{color:var(--green);font-size:24px;display:block}.trustbar span{color:var(--muted);margin-top:5px;font-weight:800;display:block}.section{padding:64px 5vw}.section-head{text-align:center;max-width:780px;margin:0 auto 32px}.section-head span,.mini,.emergency span{color:var(--orange);text-transform:uppercase;letter-spacing:.12em;font-size:12px;font-weight:1000}.section h2,.split h2,.emergency h2,.areas h2,.final h2{color:var(--green);letter-spacing:-.03em;margin:10px 0;font-size:clamp(20px,2.4vw,32px);line-height:1.05}.section-head p,.split p,.emergency p,.areas p,.final p{color:var(--muted);font-size:16px;line-height:1.5}.service-grid{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.service-grid-sm{grid-template-columns:repeat(2,1fr);max-width:760px;margin-left:auto;margin-right:auto}.service-card{border:1px solid var(--line);background:#fff;border-radius:24px;padding:18px;overflow:hidden;box-shadow:0 12px 30px #3732260f}.service-card-photo{background:var(--cream);border-radius:24px 24px 16px 16px;height:178px;margin:-18px -18px 18px;overflow:hidden}.service-card-photo img{object-fit:cover;width:100%;height:100%;display:block}.service-card svg{color:var(--leaf);width:34px;height:34px}.service-card h3{color:var(--green);margin:14px 0 7px;font-size:18px}.service-card p{color:var(--muted);line-height:1.45}.service-card a{color:var(--orange);align-items:center;gap:4px;font-weight:900;display:flex}.emergency{background:var(--green);color:#fff;border-radius:28px;justify-content:space-between;align-items:center;gap:30px;margin:24px 5vw;padding:40px;display:flex}.emergency h2,.emergency p{color:#fff}.emergency-btn{background:var(--yellow);color:var(--green);white-space:nowrap}.split{background:#fff;grid-template-columns:1fr 1fr;align-items:center;gap:40px;padding:64px 5vw;display:grid}.steps p{background:var(--cream);border-left:5px solid var(--yellow);border-radius:14px;padding:16px}.process-photo{min-height:430px}.gallery{grid-template-columns:1fr 1fr .9fr;gap:18px;display:grid}.before,.after,.review{border-radius:24px;flex-direction:column;justify-content:flex-end;min-height:260px;padding:22px;display:flex}.before{color:#fff;background:linear-gradient(135deg,#4a4336,#373226)}.after{color:var(--green);background:linear-gradient(135deg,#a1978a,#f2cc1f)}.before b,.after b{font-size:21px}.review{border:1px solid var(--line);background:#fff;justify-content:center;box-shadow:0 12px 30px #3732260f}.review svg{color:var(--orange);width:34px;height:34px}.review p{font-size:15px;line-height:1.45}.areas{border:1px solid var(--line);background:#fff;border-radius:28px;justify-content:space-between;align-items:center;gap:30px;margin:24px 5vw;padding:40px;display:flex}.areas svg{color:var(--orange)}.faq-grid{grid-template-columns:repeat(2,1fr);gap:16px;display:grid}details{border:1px solid var(--line);background:#fff;border-radius:18px;padding:18px}summary{color:var(--green);cursor:pointer;font-weight:900}details p{color:var(--muted);line-height:1.45}.final{text-align:center;background:var(--green);color:#fff;padding:64px 5vw}.final h2,.final p{color:#fff}.final .cta-row{justify-content:center}footer{color:#fff;background:#1e1b15;justify-content:space-between;align-items:center;padding:26px 5vw;display:flex}.mobile-cta{display:none}@media (width<=900px){.utility,nav,.nav-btn,.brand-name{display:none}.menu{display:block}.logo-with-image img{width:96px;height:64px}.hero,.split{grid-template-columns:1fr;padding-top:36px}.hero{padding-bottom:12px}.hero h1{letter-spacing:-.02em;font-size:26px;line-height:1.15}.estimate-card{width:auto;margin-top:14px;position:relative;bottom:auto;right:auto}.hero-card .estimate-card{width:auto!important;position:relative!important;bottom:auto!important;right:auto!important}.hero{overflow:hidden}.trustbar,.service-grid,.gallery,.faq-grid{grid-template-columns:1fr}.emergency,.areas,footer{text-align:center;flex-direction:column}.mobile-cta{z-index:30;border-top:1px solid var(--line);background:#fff;grid-template-columns:1fr 1fr;display:grid;position:fixed;bottom:0;left:0;right:0}.mobile-cta a{color:var(--green);justify-content:center;align-items:center;gap:8px;padding:14px;font-weight:900;display:flex}body{padding-bottom:52px}}.about-block{background:#fff}.about-photo-grid{grid-template-columns:1.25fr .75fr;gap:18px;max-width:760px;margin:0 auto;display:grid}.about-photo-grid .gallery-photo{height:220px;min-height:0}.about-photo-grid .gallery-photo img{height:100%;min-height:0}.landscaping{background:var(--cream)}.landscape-photo{background:linear-gradient(135deg,#4a4336,#f2cc1f);min-height:420px}.blog-preview{background:#fff}.contact-section{border:1px solid var(--line);background:#fff;border-radius:28px;justify-content:space-between;align-items:center;gap:30px;margin:20px 5vw 0;padding:38px;display:flex;box-shadow:0 12px 30px #3732260f}.contact-section span{color:var(--orange);text-transform:uppercase;letter-spacing:.12em;font-size:12px;font-weight:1000}.contact-section h1,.contact-section h2{color:var(--green);letter-spacing:-.035em;margin:10px 0;font-size:clamp(24px,3vw,36px);line-height:1}.contact-section h2{letter-spacing:-.02em;font-size:clamp(22px,2.5vw,30px)}.contact-section p{color:var(--muted);margin:8px 0;line-height:1.45}.contact-section a{color:var(--green);font-weight:900}@media (width<=900px){.contact-section{text-align:center;border-left:0;border-right:0;border-radius:0;flex-direction:column;gap:32px;margin-left:0;margin-right:0;padding:32px 22px}.contact-page{margin-top:0}.contact-page p{justify-content:center;margin:14px 0;font-size:16px}.contact-page h1{font-size:26px;line-height:1.1}.contact-page h2{font-size:20px}}.about-teaser{border-bottom:1px solid var(--line);background:#fff;align-items:center;gap:12px;padding:14px 5vw;text-decoration:none;transition:background .15s;display:flex}.about-teaser:hover{background:var(--cream)}.about-teaser-label{background:var(--yellow);color:var(--green);text-transform:uppercase;letter-spacing:.1em;white-space:nowrap;border-radius:999px;padding:4px 10px;font-size:11px;font-weight:900}.about-teaser-text{color:var(--muted);flex:1;font-size:14px}.about-teaser-cta{color:var(--green);white-space:nowrap;align-items:center;gap:2px;font-size:14px;font-weight:900;display:inline-flex}@media (width<=520px){.about-teaser-text{display:none}}.blog-grid{grid-template-columns:repeat(2,1fr);gap:24px;display:grid}.blog-card{border:1px solid var(--line);background:#fff;border-radius:24px;overflow:hidden;box-shadow:0 12px 30px #3732260f}.blog-card-photo{height:220px;overflow:hidden}.blog-card-photo img{object-fit:cover;width:100%;height:100%;transition:transform .7s;display:block}.blog-card:hover .blog-card-photo img{transform:scale(1.04)}.blog-card-body{padding:24px}.blog-card-body h2{color:var(--green);margin:8px 0;font-size:clamp(17px,1.8vw,21px);line-height:1.2}.blog-card-body p{color:var(--muted);margin:8px 0 16px;line-height:1.5}.blog-card-body a{color:var(--orange);align-items:center;gap:4px;font-weight:900;display:inline-flex}@media (width<=900px){.blog-grid{grid-template-columns:1fr}}.page-hero{background:linear-gradient(180deg,#fff 0%,var(--cream) 100%);text-align:center;padding:80px 5vw 56px}.page-hero span{color:var(--orange);text-transform:uppercase;letter-spacing:.12em;font-size:12px;font-weight:1000}.page-hero h1{color:var(--green);letter-spacing:-.04em;max-width:860px;margin:14px auto;font-size:clamp(24px,3.2vw,42px);line-height:1}.page-hero p{color:var(--muted);max-width:640px;margin:0 auto;font-size:17px;line-height:1.5}.page-hero .cta-row{justify-content:center}.contact-page{align-items:flex-start;margin-top:58px}.contact-page p{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.contact-page .estimate-card{min-width:320px;position:static}.contact-truck{max-width:520px;min-height:240px;margin-top:18px}.contact-truck img{min-height:240px}.image-photo{background:#4a4336}.image-photo:before{display:none}.image-photo img{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.image-photo span{z-index:2}.gallery-preview-grid{grid-template-columns:repeat(4,1fr)}.gallery-photo{border:1px solid var(--line);background:#fff;border-radius:24px;min-height:260px;margin:0;position:relative;overflow:hidden;box-shadow:0 12px 30px #37322614}.gallery-photo img,.gallery-photo video{object-fit:cover;background:#000;width:100%;height:100%;min-height:260px;display:block}.gallery-photo figcaption{color:var(--green);background:#ffffffeb;border-radius:12px;padding:10px 12px;font-size:14px;font-weight:900;position:absolute;bottom:14px;left:14px;right:14px}.full-gallery-grid{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.full-gallery-grid .gallery-photo,.full-gallery-grid .gallery-photo img{min-height:320px}@media (width<=900px){.gallery-preview-grid,.full-gallery-grid,.about-photo-grid{grid-template-columns:1fr}.gallery-photo,.gallery-photo img,.full-gallery-grid .gallery-photo,.full-gallery-grid .gallery-photo img{min-height:260px}.service-card-photo{height:220px}}img{max-width:100%}html,body{overflow-x:hidden}.mobile-menu-call{display:none}.estimate-card label{gap:6px;display:grid}.estimate-card label span{color:var(--muted);text-transform:uppercase;letter-spacing:.08em;font-size:12px;font-weight:900}footer a{text-underline-offset:3px;text-decoration:underline}@media (width<=900px){.utility,.site-nav,.nav-btn,.brand-name{display:none}.nav{position:sticky;top:0}.site-nav{z-index:40;border:1px solid var(--line);text-align:left;background:#fff;border-radius:18px;flex-direction:column;gap:0;padding:8px;position:absolute;top:calc(100% + 8px);left:5vw;right:5vw;box-shadow:0 18px 45px #3732262e}.site-nav.open{display:flex}.site-nav a{color:var(--green);border-radius:12px;padding:14px 16px;font-weight:900}.site-nav a:hover{background:var(--cream)}.nav-dropdown{width:100%}.nav-dropdown-trigger{display:flex}.submenu{border:0;border-left:3px solid var(--yellow);min-width:0;box-shadow:none;opacity:1;visibility:visible;background:0 0;border-radius:0;margin:0 0 8px 10px;padding:4px 0 4px 10px;display:grid;position:static;transform:none}.submenu a{color:var(--muted);white-space:normal;padding:9px 14px;font-size:13px}.mobile-menu-call{background:var(--yellow);align-items:center;gap:8px;margin-top:4px;display:flex!important}.menu{color:var(--green);place-items:center;padding:10px;display:grid}.menu svg{width:28px;height:28px}.contact-section{padding:24px}.contact-page .estimate-card{width:100%;min-width:0}.photo{min-height:310px}.hero-photo{min-height:340px}footer{gap:14px}footer>span{overflow-wrap:anywhere}}@media (width>=641px) and (width<=900px){.trustbar,.service-grid,.gallery-preview-grid,.full-gallery-grid,.faq-grid{grid-template-columns:repeat(2,1fr)}.gallery-preview-grid .review{grid-column:1/-1}.full-gallery-grid .gallery-photo,.full-gallery-grid .gallery-photo img{min-height:280px}}@media (width<=520px){.hero,.section,.split,.page-hero,.final{padding-left:22px;padding-right:22px}.hero h1,.page-hero h1{letter-spacing:-.02em;font-size:21px;line-height:1.2}.hero p,.page-hero p{font-size:14px}.cta-row{gap:8px}.cta-row .btn{flex:1;padding:11px 14px;font-size:14px}.emergency,.areas{margin-left:16px;margin-right:16px}.trustbar{grid-template-columns:repeat(2,1fr)!important}.trustbar div{padding:14px 10px}.gallery-photo,.gallery-photo img{min-height:240px}.estimate-card{padding:20px}.estimate-card input,.estimate-card select,.estimate-card textarea{padding:14px;font-size:16px}.logo-with-image img{width:80px;height:54px}}.footer-contact{text-align:right;flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:14px;display:flex}.footer-contact a{color:#fff;text-underline-offset:3px;font-weight:900;text-decoration:underline}@media (width<=900px){.footer-contact{text-align:center;flex-direction:column;justify-content:center;gap:8px}}.gallery-slider{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;gap:18px;padding:6px 0 18px;display:flex;overflow-x:auto}.gallery-slider::-webkit-scrollbar{height:10px}.gallery-slider::-webkit-scrollbar-thumb{background:var(--green);border-radius:999px}.slider-photo{scroll-snap-align:start;min-width:min(78vw,430px)}.gallery-group{border:1px solid var(--line);background:#fff;border-radius:24px;margin:18px 0;padding:0;overflow:hidden;box-shadow:0 12px 30px #3732260f}.gallery-group summary{cursor:pointer;color:var(--green);justify-content:space-between;align-items:center;gap:18px;padding:22px;display:flex}.gallery-group summary span{gap:5px;display:grid}.gallery-group summary b{font-size:22px}.gallery-group summary small{color:var(--muted);font-weight:700}.gallery-group summary em{background:var(--cream);white-space:nowrap;border-radius:999px;padding:8px 12px;font-style:normal;font-weight:900}.compact-gallery{padding:0 22px 22px}.compact-gallery .gallery-photo,.compact-gallery .gallery-photo img{min-height:240px}@media (width<=900px){.gallery-group summary{flex-direction:column;align-items:flex-start}.slider-photo{min-width:84vw}.compact-gallery{padding:0 14px 14px}}.photo span,.gallery-photo figcaption{display:none!important}.gallery-photo{border-radius:18px}.photo{border-radius:22px}.gallery-photo img{border-radius:18px}.image-photo span{display:none!important}:root{--motion-fast:.16s;--motion-med:.26s;--motion-soft:cubic-bezier(.2,.75,.25,1)}.reveal-on-scroll{opacity:0;transition:opacity .76s var(--motion-soft),transform .76s var(--motion-soft);transition-delay:calc(var(--reveal-delay,0s) * .45);will-change:opacity,transform;transform:translateY(8px)}.reveal-on-scroll.is-revealed{opacity:1;transform:translate(0,0)}.photo.reveal-on-scroll,.gallery-photo.reveal-on-scroll,.service-card.reveal-on-scroll,.hero-card.reveal-on-scroll,.about-photo-grid.reveal-on-scroll,.gallery-group.reveal-on-scroll{transition:opacity .9s;transform:none}.photo.reveal-on-scroll.is-revealed,.gallery-photo.reveal-on-scroll.is-revealed,.service-card.reveal-on-scroll.is-revealed,.hero-card.reveal-on-scroll.is-revealed,.about-photo-grid.reveal-on-scroll.is-revealed,.gallery-group.reveal-on-scroll.is-revealed{transform:none}.btn,.nav-btn,.estimate-card button,.mobile-cta a,.service-card a,.submenu a,.site-nav a,.menu{transition:transform var(--motion-fast) ease,box-shadow var(--motion-fast) ease,background-color var(--motion-fast) ease,color var(--motion-fast) ease,border-color var(--motion-fast) ease,opacity var(--motion-fast) ease}.btn:hover,.nav-btn:hover,.estimate-card button:hover{transform:translateY(-2px);box-shadow:0 12px 24px #37322629}.btn:active,.nav-btn:active,.estimate-card button:active,.mobile-cta a:active,.menu:active{box-shadow:none;transform:translateY(0)scale(.98)}.service-card,.gallery-photo,.review,.trustbar div,.estimate-card,.gallery-group{transition:transform var(--motion-med) var(--motion-soft),box-shadow var(--motion-med) var(--motion-soft),border-color var(--motion-med) ease}.service-card:hover,.gallery-photo:hover,.gallery-group:hover{border-color:#e0d8c8;transform:translateY(-4px);box-shadow:0 18px 42px #3732261f}.service-card:hover .service-card-photo img,.gallery-photo:hover img,.image-photo:hover img{transform:scale(1.035)}.service-card-photo img,.gallery-photo img,.image-photo img{transition:transform .7s var(--motion-soft)}.service-card:hover a{color:var(--green);gap:8px}nav>a,.nav-dropdown-trigger{transition:color var(--motion-fast) ease;padding:8px 0;position:relative}.nav-dropdown-trigger:before,nav>a:before{content:"";background:var(--orange);transform-origin:0;height:2px;transition:transform var(--motion-med) var(--motion-soft);border-radius:999px;position:absolute;bottom:1px;left:0;right:0;transform:scaleX(0)}.nav-dropdown:hover .nav-dropdown-trigger:before,nav>a:hover:before,nav>a:focus-visible:before,.nav-dropdown:focus-within .nav-dropdown-trigger:before{transform:scaleX(1)}nav>a:hover,.nav-dropdown:hover .nav-dropdown-trigger{color:var(--green)}.submenu{transform-origin:0 0}.submenu a:hover{transform:translate(3px)}.menu[aria-expanded=true]{background:var(--cream);border-radius:12px;transform:rotate(90deg)}.estimate-card:focus-within{transform:translateY(-2px);box-shadow:0 22px 52px #3732262e}.estimate-card input,.estimate-card select{transition:border-color var(--motion-fast) ease,box-shadow var(--motion-fast) ease,background-color var(--motion-fast) ease}.estimate-card input:focus,.estimate-card select:focus{border-color:var(--leaf);background:#fffdf8;outline:0;box-shadow:0 0 0 4px #a1978a24}.estimate-card label:focus-within span{color:var(--green)}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,summary:focus-visible{outline-offset:3px;outline:3px solid #f2cc1fb8}details[open] summary{margin-bottom:8px}.gallery-group summary:hover em{color:var(--green);background:#f0ece3}@media (width<=900px){.site-nav{transform-origin:top;animation:mobileNavIn .22s var(--motion-soft)}@keyframes mobileNavIn{0%{opacity:0;transform:translateY(-8px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.mobile-cta a:hover{background:var(--cream)}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.001ms!important;animation-duration:.001ms!important;animation-iteration-count:1!important}.reveal-on-scroll{opacity:1!important;transform:none!important}.service-card:hover,.gallery-photo:hover,.gallery-group:hover,.btn:hover,.nav-btn:hover,.estimate-card button:hover,.estimate-card:focus-within,.service-card:hover .service-card-photo img,.gallery-photo:hover img,.image-photo:hover img{transform:none!important}}.estimate-card strong{color:var(--green);letter-spacing:-.01em;margin-bottom:2px;font-size:18px;font-weight:900}.estimate-card label span{color:var(--green)}.estimate-card input,.estimate-card select,.estimate-card textarea{border-color:#d4ccc0}.estimate-card textarea{border:1px solid var(--line);font:inherit;resize:vertical;background:#fff;border-radius:12px;width:100%;min-width:0;min-height:84px;padding:12px}.estimate-card textarea:focus{border-color:var(--leaf);background:#fffdf8;outline:0;box-shadow:0 0 0 4px #a1978a24}.estimate-card button[disabled]{opacity:.7;cursor:wait}.form-feedback{border-radius:10px;margin:6px 0 0;padding:10px 12px;font-size:13px;font-weight:800;line-height:1.4}.form-success{color:#1f6b2b;background:#e7f4e9;border:1px solid #b8dcc1}.form-error{color:#9b2310;background:#fde8e4;border:1px solid #f4bfb5}.google-reviews{background:#fff}.google-review-grid{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.google-review-card,.google-review-fallback{background:var(--cream);border:1px solid var(--line);border-radius:24px;padding:24px;box-shadow:0 12px 30px #3732260f}.google-review-top{justify-content:space-between;align-items:center;gap:14px;margin-bottom:12px;display:flex}.google-review-top strong{color:var(--green);font-size:15px}.google-review-top span{color:var(--orange);letter-spacing:1px;white-space:nowrap}.review-stars{letter-spacing:0;align-items:center;gap:2px;display:flex}.google-review-card p{color:var(--muted);line-height:1.5}.google-review-card small{color:var(--green);font-weight:900}.google-review-fallback{text-align:center;justify-items:center;gap:14px;max-width:720px;margin:0 auto;display:grid}.google-review-fallback svg{color:var(--orange);width:40px;height:40px}.google-review-fallback p{color:var(--muted);margin:0;font-size:16px}@media (width<=900px){.google-review-grid{grid-template-columns:1fr}}@media (width>=768px) and (width<=900px){.site-nav{box-shadow:none!important;background:0 0!important;border:0!important;border-radius:0!important;flex-direction:row!important;gap:16px!important;padding:0!important;animation:none!important;display:flex!important;position:static!important}.site-nav a{font-size:13px;border-radius:0!important;padding:6px 0!important}.nav-btn{display:inline-flex!important}.menu,.mobile-menu-call{display:none!important}.submenu{opacity:0;visibility:hidden;transform:translateY(8px);position:absolute!important;top:calc(100% + 14px)!important;left:-18px!important}.nav-dropdown:hover .submenu,.nav-dropdown:focus-within .submenu{opacity:1;visibility:visible;transform:translateY(0)}.mobile-cta{display:none!important}body{padding-bottom:0!important}.hero{align-items:start;gap:28px;grid-template-columns:1fr 1fr!important;padding-top:56px!important;padding-bottom:40px!important}.hero-card .estimate-card{display:grid!important}.hero-photo{display:none!important}.hero h1{font-size:24px;line-height:1.1}.section,.split{padding-top:48px;padding-bottom:48px}.emergency,.areas{padding:28px 32px}.service-grid,.service-grid-sm,.google-review-grid{grid-template-columns:repeat(2,1fr)}.trustbar{grid-template-columns:repeat(4,1fr)}}.gallery-category .section-head{margin-bottom:26px}.gallery-category.alt{background:var(--cream)}.ba-pairs{gap:18px;margin-bottom:18px;display:grid}.ba-pair{grid-template-columns:1fr 1fr;gap:14px;display:grid}.ba-item{position:relative}.ba-label{z-index:3;background:var(--green);color:#fff;text-transform:uppercase;letter-spacing:.08em;border-radius:999px;padding:7px 13px;font-size:12px;font-weight:900;display:inline-block;position:absolute;top:14px;left:14px;box-shadow:0 4px 12px #0003}.ba-label.is-after{background:var(--yellow);color:var(--green)}@media (width<=560px){.ba-pair{grid-template-columns:1fr}}.gallery-before-after{background:var(--cream)}.gallery-before-after .ba-pairs{grid-template-columns:repeat(auto-fit,minmax(440px,1fr));gap:28px}.ba-block{flex-direction:column;gap:12px;display:flex}.ba-category{text-transform:uppercase;letter-spacing:.08em;color:var(--green);font-size:13px;font-weight:800}@media (width<=560px){.gallery-before-after .ba-pairs{grid-template-columns:1fr}}.gallery-category .gallery-photo,.gallery-category .gallery-photo img{min-height:200px}.full-gallery-grid .gallery-photo:not(.gallery-video),.ba-item{aspect-ratio:4/3;min-height:0}.full-gallery-grid .gallery-photo:not(.gallery-video) img,.ba-item img{height:100%;min-height:0}.gallery-before-after .gallery-photo,.gallery-before-after .gallery-photo img{min-height:0}.gallery-photo:not(.gallery-video){cursor:zoom-in}.lightbox{z-index:100;cursor:zoom-out;background:#14120eed;justify-content:center;align-items:center;padding:24px;animation:.2s lb-fade;display:flex;position:fixed;inset:0}@keyframes lb-fade{0%{opacity:0}to{opacity:1}}.lightbox-figure{cursor:default;flex-direction:column;align-items:center;gap:14px;max-width:96vw;max-height:92vh;margin:0;display:flex}.lightbox-figure img{object-fit:contain;border-radius:14px;width:auto;max-width:96vw;height:auto;max-height:84vh;box-shadow:0 30px 80px #0000008c}.lightbox-figure figcaption{color:#fff;text-align:center;font-size:15px;font-weight:800}.lightbox-close{width:48px;height:48px;color:var(--green);cursor:pointer;background:#ffffffeb;border:0;border-radius:999px;place-items:center;display:grid;position:absolute;top:18px;right:18px;box-shadow:0 8px 22px #0000004d}.lightbox-close:hover{background:#fff}.hp-field{opacity:0;pointer-events:none;width:1px;height:1px;top:auto;overflow:hidden;position:absolute!important;left:-9999px!important}.blog-card-photo{display:block}.blog-card-body h2 a{color:inherit}.blog-card-body h2 a:hover{color:var(--orange)}.blog-post-hero{padding-bottom:36px}.blog-post-photo{max-width:880px;margin:0 auto;padding:0 5vw}.blog-post-photo img{object-fit:cover;border-radius:22px;width:100%;height:auto;max-height:460px;display:block;box-shadow:0 18px 45px #37322629}.blog-post-body{max-width:740px;margin:0 auto;padding:40px 5vw 8px}.blog-post-lead{color:var(--green);margin:0 0 8px;font-size:19px;font-weight:700;line-height:1.6}.blog-post-body h2{color:var(--green);letter-spacing:-.02em;margin:34px 0 12px;font-size:clamp(20px,2.2vw,27px)}.blog-post-body p{color:#3a342b;margin:0 0 16px;font-size:17px;line-height:1.7}.blog-post-body ul{gap:9px;margin:0 0 18px;padding-left:22px;display:grid}.blog-post-body li{color:#3a342b;font-size:17px;line-height:1.55}.blog-post-cta{background:var(--cream);border:1px solid var(--line);text-align:center;border-radius:22px;margin:40px 0 8px;padding:28px}.blog-post-cta h3{color:var(--green);letter-spacing:-.02em;margin:0 0 8px;font-size:21px}.blog-post-cta p{color:var(--muted);max-width:480px;margin:0 auto 4px}.blog-post-cta .cta-row{justify-content:center}.blog-back{color:var(--orange);margin:24px 0 8px;font-weight:900;display:inline-block}.blog-back:hover{color:var(--green)}@media (width<=520px){.blog-post-body{padding-top:28px}.blog-post-lead{font-size:17px}.blog-post-body p,.blog-post-body li{font-size:16px}}
