:root{--green:#073f3f;--green2:#0b5c58;--leaf:#14786e;--yellow:#d7b45a;--orange:#c87935;--cream:#f4f1e8;--ink:#102323;--muted:#5f6d69;--line:#dce5e0;--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 #073f3f14}.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:#fff;border-radius:10px;width:76px;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:58px;height:48px}.logo-mark{background:var(--yellow);color:var(--green);border-radius:15px;place-items:center;width:44px;height:44px;display:grid}nav{color:#33443a;gap:24px;font-size:14px;font-weight:800;display:flex}.nav-dropdown{position:relative}.nav-dropdown-trigger{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 #073f3f2e}.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(--orange);color:#fff;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:42px;padding:68px 5vw 42px;display:grid}.badge{color:var(--green);background:#eef6ef;border:1px solid #cfe1d3;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:-.05em;margin:18px 0;font-size:clamp(44px,6vw,76px);line-height:.92}.hero p{color:#425047;max-width:660px;font-size:20px;line-height:1.45}.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}.photo{background:linear-gradient(135deg,#073f3f,#7d968c);border-radius:30px;min-height:360px;position:relative;overflow:hidden;box-shadow:0 22px 50px #073f3f38}.photo:before{content:"";background:radial-gradient(circle at 25% 25%,#f4b43f73,#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:25px 5vw;display:grid;overflow:hidden;box-shadow:0 12px 35px #073f3f14}.trustbar div{text-align:center;border-right:1px solid var(--line);padding:24px}.trustbar strong{color:var(--green);font-size:28px;display:block}.trustbar span{color:var(--muted);font-weight:800}.section{padding:70px 5vw}.section-head{text-align:center;max-width:780px;margin:0 auto 34px}.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:-.035em;margin:10px 0;font-size:clamp(32px,4vw,52px);line-height:1}.section-head p,.split p,.emergency p,.areas p,.final p{color:var(--muted);font-size:18px;line-height:1.45}.service-grid{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.service-card{border:1px solid var(--line);background:#fff;border-radius:24px;padding:18px;overflow:hidden;box-shadow:0 12px 30px #073f3f0f}.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:16px 0 8px;font-size:22px}.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:30px 5vw;padding:38px;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:70px 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,#44664d,#243e2b)}.after{color:var(--green);background:linear-gradient(135deg,#86af6c,#f0d795)}.before b,.after b{font-size:26px}.review{border:1px solid var(--line);background:#fff;justify-content:center;box-shadow:0 12px 30px #073f3f0f}.review svg{color:var(--orange);width:34px;height:34px}.review p{font-size:19px;line-height:1.35}.areas{border:1px solid var(--line);background:#fff;border-radius:28px;justify-content:space-between;align-items:center;gap:30px;margin:20px 5vw;padding:38px;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:70px 5vw}.final h2,.final p{color:#fff}.final .cta-row{justify-content:center}footer{color:#fff;background:#062f30;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:64px;height:54px}.hero,.split{grid-template-columns:1fr;padding-top:36px}.hero h1{font-size:46px}.estimate-card{width:auto;margin-top:14px;position:relative;bottom:auto;right:auto}.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:1040px;margin:0 auto;display:grid}.about-photo-grid .gallery-photo,.about-photo-grid .gallery-photo img{min-height:340px}.landscaping{background:var(--cream)}.landscape-photo{background:linear-gradient(135deg,#0b5c58,#d7b45a);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 #073f3f0f}.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(32px,4vw,48px);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;flex-direction:column}}.page-hero{background:linear-gradient(180deg,#fff 0%,var(--cream) 100%);text-align:center;padding:82px 5vw 58px}.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:-.05em;max-width:980px;margin:14px auto;font-size:clamp(42px,6vw,72px);line-height:.95}.page-hero p{color:var(--muted);max-width:780px;margin:0 auto;font-size:20px;line-height:1.45}.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:#0b5c58}.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 #073f3f14}.gallery-photo img{object-fit:cover;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%}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 #073f3f2e}.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{font-size:40px}.hero p,.page-hero p{font-size:18px}.cta-row .btn{width:100%}.emergency,.areas,.contact-section{margin-left:16px;margin-right:16px}.gallery-photo,.gallery-photo img{min-height:240px}.estimate-card{padding:16px}.logo-with-image img{width:58px;height:50px}}.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 #073f3f0f}.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 #073f3f29}.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:#c9d8d0;transform:translateY(-4px);box-shadow:0 18px 42px #073f3f1f}.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 #073f3f2e}.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:#fbfffd;outline:0;box-shadow:0 0 0 4px #14786e24}.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 #d7b45ab8}details[open] summary{margin-bottom:8px}.gallery-group summary:hover em{color:var(--green);background:#eef6ef}@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 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:#fbfffd;outline:0;box-shadow:0 0 0 4px #14786e24}.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 #073f3f0f}.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:18px}.google-review-top span{color:var(--orange);letter-spacing:1px;white-space:nowrap}.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:18px}@media (width<=900px){.google-review-grid{grid-template-columns:1fr}}
