body{margin:0}html,body,#root{width:100%;min-height:100%;margin:0}body{overflow-x:hidden}*{box-sizing:border-box;margin:0;padding:0;font-family:Arial,Helvetica,sans-serif}body{background:#f4f4f4}.hero{color:#fff;background-color:#0000;background-image:linear-gradient(#00000073,#00000073),url(https://images.unsplash.com/photo-1500382017468-9049fed747ef?auto=format&fit=crop&w=1600&q=80);background-position:50%;background-repeat:repeat,repeat;background-size:cover;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;height:100vh}.navbar{justify-content:space-between;align-items:center;padding:25px 70px;display:flex}.navbar h2{color:#4caf50}.navbar ul{gap:35px;list-style:none;display:flex}.hero-content{text-align:center;flex-direction:column;justify-content:center;align-items:center;height:80%;display:flex}.hero-content h1{margin-bottom:20px;font-size:64px}.hero-content p{width:700px;max-width:90%;margin-bottom:35px;font-size:22px}button{color:#fff;cursor:pointer;background:#4caf50;border:none;border-radius:8px;padding:16px 38px;font-size:18px;transition:all .3s}button:hover{background:#2e7d32}.services{text-align:center;background:#f4f4f4;padding:80px 70px}.services h2{color:#1f3d1f;margin-bottom:15px;font-size:42px}.section-intro{color:#555;margin-bottom:45px;font-size:18px}.service-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:25px;display:grid}.service-card{background:#fff;border-radius:14px;padding:35px 25px;transition:all .3s;box-shadow:0 8px 25px #00000014}.service-card:hover{transform:translateY(-8px)}.service-card h3{color:#2e7d32;margin-bottom:15px}.service-card p{color:#555;line-height:1.6}.gallery-card{border-radius:16px;overflow:hidden;box-shadow:0 10px 25px #0000001f}.gallery-card img{object-fit:cover;width:100%;height:280px;transition:all .4s}.gallery{text-align:center;background:#fff;padding:100px 70px}.gallery h2{color:#1f3d1f;margin-bottom:15px;font-size:42px}.gallery-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:30px;margin-top:50px;display:grid}.gallery-card{border-radius:18px;position:relative;overflow:hidden;box-shadow:0 12px 30px #00000026}.gallery-card img{object-fit:cover;width:100%;height:320px;transition:all .5s;display:block}.gallery-card:hover img{transform:scale(1.08)}.gallery-overlay{opacity:0;background:#00000073;justify-content:center;align-items:center;transition:all .4s;display:flex;position:absolute;inset:0}.gallery-card:hover .gallery-overlay{opacity:1}.gallery-overlay h3{color:#fff;letter-spacing:1px;font-size:28px}.navbar a{color:#fff;text-decoration:none;transition:all .3s}.navbar a:hover{color:#4caf50}html{scroll-behavior:smooth}.gallery-page{color:#fff;min-height:100vh;background:#16351f!important}.gallery-page-hero{text-align:center;max-width:1200px;margin:0 auto;padding:80px 24px 45px}.gallery-page-hero .section-label{color:#7dd87d;letter-spacing:2px;text-transform:uppercase;margin-bottom:10px;font-size:.9rem;font-weight:700}.gallery-page-hero h1{color:#fff;margin:0 0 16px;font-size:clamp(2.2rem,5vw,4rem);line-height:1.1}.gallery-page-hero p{color:#d6e2d7;max-width:680px;margin:0 auto;font-size:1.05rem;line-height:1.7}.gallery-page-content{max-width:1200px;margin:0 auto;padding:20px 24px 90px}.gallery-page-content .gallery-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;display:grid}.gallery-page-content .gallery-card{background:#dfe7db;border-radius:18px;min-height:350px;position:relative;overflow:hidden;box-shadow:0 12px 30px #1b361c1f}.gallery-page-content .gallery-card img{object-fit:cover;width:100%;height:100%;min-height:350px;transition:transform .4s;display:block}.gallery-page-content .gallery-card:hover img{transform:scale(1.05)}.gallery-page-content .gallery-overlay{color:#fff;background:linear-gradient(#0a180b00,#0a180be6);padding:55px 22px 22px;position:absolute;inset:auto 0 0}.gallery-page-content .gallery-overlay h3{margin:0;font-size:1.2rem}@media (width<=900px){.gallery-page-content .gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=600px){.gallery-page-hero{text-align:left;padding:55px 20px 35px}.gallery-page-hero p{margin:0}.gallery-page-content{padding:0 20px 65px}.gallery-page-content .gallery-grid{grid-template-columns:1fr}.gallery-page-content .gallery-card,.gallery-page-content .gallery-card img{min-height:300px}}.gallery-page .navbar{background:0 0;box-shadow:0 2px 14px #14281414}.gallery-page .navbar a{color:#fff;text-decoration:none}.gallery-page .navbar a:hover{color:#7dd87d}.footer{color:#fff;background-color:#123524;padding:60px 8% 0}.footer-content{grid-template-columns:2fr 1fr 1fr 1fr;gap:40px;max-width:1200px;margin:0 auto;display:grid}.footer h2{color:#fff;margin-bottom:15px;font-size:2rem}.footer h3{color:#fff;margin-bottom:18px;font-size:1.1rem}.footer-brand p{color:#d4ded8;max-width:350px;line-height:1.7}.footer-links,.footer-services,.footer-contact{flex-direction:column;align-items:flex-start;display:flex}.footer-links a{color:#d4ded8;margin-bottom:12px;text-decoration:none;transition:color .2s}.footer-links a:hover{color:#8fcf74}.footer-services p,.footer-contact p{color:#d4ded8;margin:0 0 12px;line-height:1.5}.footer-bottom{text-align:center;border-top:1px solid #ffffff2e;max-width:1200px;margin:45px auto 0;padding:22px 0}.footer-bottom p{color:#b8c6bd;margin:0;font-size:.9rem}@media (width<=900px){.footer{padding:50px 6% 0}.footer-content{grid-template-columns:repeat(2,1fr);gap:45px 30px}.footer-brand p{max-width:100%}}@media (width<=600px){.footer{padding:40px 24px 0}.footer-content{grid-template-columns:1fr;gap:32px}.footer h2{font-size:1.8rem}.footer h3{margin-bottom:14px}.footer-links a,.footer-services p,.footer-contact p{margin-bottom:10px}.footer-bottom{margin-top:30px;padding:20px 0}.footer-bottom p{font-size:.8rem;line-height:1.5}}.menu-toggle{display:none}@media (width<=700px){.navbar{z-index:1000;padding:20px 24px;position:relative}.navbar h2{max-width:220px;font-size:1.4rem;line-height:1.15}.menu-toggle{background:0 0;border:0;border-radius:6px;flex-direction:column;justify-content:center;gap:6px;width:44px;height:44px;padding:9px;display:flex}.menu-toggle:hover{background:#ffffff1f}.menu-toggle span{background:#fff;border-radius:2px;width:100%;height:3px;display:block}.navbar .nav-links{background:#123524;border-radius:10px;padding:12px;display:none;position:absolute;top:100%;left:20px;right:20px;box-shadow:0 12px 25px #00000040}.navbar .nav-links.open{flex-direction:column;gap:0;display:flex}.navbar .nav-links li{width:100%}.navbar .nav-links a{color:#fff;border-radius:6px;width:100%;padding:14px 16px;display:block}.navbar .nav-links a:hover{color:#7dd87d;background:#ffffff1a}}.about-page{color:#1d2a20;background:#f5f7f3;min-height:100vh}.about-page .navbar{background:#16351f}.about-page .navbar a{color:#fff}.about-page .navbar a:hover{color:#7dd87d}.about-hero{color:#fff;text-align:center;background:#16351f;padding:100px 24px}.about-page .section-label{color:#65bd68;letter-spacing:2px;text-transform:uppercase;margin-bottom:12px;font-size:.9rem;font-weight:700}.about-hero h1{margin-bottom:20px;font-size:clamp(2.6rem,6vw,5rem);line-height:1.05}.about-hero>p:last-child{color:#d6e2d7;max-width:700px;margin:0 auto;font-size:1.15rem;line-height:1.7}.about-story{grid-template-columns:1fr 1fr;align-items:center;gap:70px;max-width:1200px;margin:0 auto;padding:100px 24px;display:grid}.about-story-image{background-color:#0000;background-image:linear-gradient(#14351f26,#14351f26),url(https://images.unsplash.com/photo-1558904541-efa843a96f01?auto=format&fit=crop&w=1000&q=80);background-position:50%;background-repeat:repeat,repeat;background-size:cover;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;border-radius:20px;min-height:500px;box-shadow:0 18px 45px #16351f2e}.about-story-content h2,.about-values h2{color:#16351f;margin-bottom:24px;font-size:clamp(2rem,4vw,3.2rem);line-height:1.15}.about-story-content>p:not(.section-label){color:#536057;margin-bottom:18px;font-size:1.05rem;line-height:1.8}.about-values{text-align:center;background:#fff;padding:100px 24px}.about-values>p{max-width:680px;margin-left:auto;margin-right:auto}.values-grid{grid-template-columns:repeat(3,1fr);gap:25px;max-width:1200px;margin:50px auto 0;display:grid}.value-card{text-align:left;background:#f7f9f5;border:1px solid #dce6dc;border-radius:16px;padding:40px 30px;transition:transform .3s,box-shadow .3s}.value-card:hover{transform:translateY(-7px);box-shadow:0 14px 35px #16351f1f}.value-card span{color:#65a765;font-size:.9rem;font-weight:700}.value-card h3{color:#16351f;margin:25px 0 14px;font-size:1.35rem}.value-card p{color:#5b675e;line-height:1.7}@media (width<=800px){.about-hero{padding:75px 24px}.about-story{grid-template-columns:1fr;gap:45px;padding:70px 24px}.about-story-image{min-height:380px}.values-grid{grid-template-columns:1fr}}@media (width<=500px){.about-hero{text-align:left;padding:60px 20px}.about-hero>p:last-child{margin:0}.about-story{padding:55px 20px}.about-story-image{min-height:300px}.about-values{padding:60px 20px}.value-card{padding:32px 24px}}.contact-page{color:#1d2a20;background:#f5f7f3;min-height:100vh}.contact-page .navbar{background:#16351f}.contact-page .navbar a{color:#fff}.contact-page .navbar a:hover{color:#7dd87d}.contact-hero{color:#fff;text-align:center;background:#16351f;padding:100px 24px}.contact-page .section-label{color:#65bd68;letter-spacing:2px;text-transform:uppercase;margin-bottom:12px;font-size:.9rem;font-weight:700}.contact-hero h1{margin-bottom:20px;font-size:clamp(2.6rem,6vw,5rem);line-height:1.05}.contact-hero>p:last-child{color:#d6e2d7;max-width:700px;margin:0 auto;font-size:1.15rem;line-height:1.7}.contact-content{max-width:1200px;margin:0 auto;padding:100px 24px}.contact-intro{text-align:center;max-width:700px;margin:0 auto 55px}.contact-intro h2{color:#16351f;margin-bottom:20px;font-size:clamp(2rem,4vw,3.2rem);line-height:1.15}.contact-intro>p:last-child{color:#5b675e;font-size:1.05rem;line-height:1.8}.contact-cards{grid-template-columns:repeat(3,1fr);gap:25px;display:grid}.contact-card{background:#fff;border:1px solid #dce6dc;border-radius:16px;padding:40px 30px;transition:transform .3s,box-shadow .3s;box-shadow:0 10px 30px #16351f12}.contact-card:hover{transform:translateY(-7px);box-shadow:0 16px 38px #16351f21}.contact-number{color:#65a765;font-size:.9rem;font-weight:700}.contact-card h3{color:#16351f;margin:25px 0 14px;font-size:1.4rem}.contact-card p{color:#5b675e;min-height:82px;margin-bottom:20px;line-height:1.7}.contact-card a,.contact-card strong{color:#2e7d32;overflow-wrap:anywhere;font-size:1rem;font-weight:700}.contact-card a{text-decoration:none}.contact-card a:hover{color:#16351f;text-decoration:underline}@media (width<=900px){.contact-cards{grid-template-columns:1fr}.contact-card p{min-height:auto}}@media (width<=600px){.contact-hero{text-align:left;padding:60px 20px}.contact-hero>p:last-child{margin:0}.contact-content{padding:65px 20px}.contact-intro{text-align:left}.contact-card{padding:32px 24px}}.estimate-page{color:#1d2a20;background:#f5f7f3;min-height:100vh}.estimate-page .navbar{background:#16351f}.estimate-page .navbar a{color:#fff}.estimate-page .navbar a:hover{color:#7dd87d}.estimate-hero{color:#fff;text-align:center;background:#16351f;padding:100px 24px}.estimate-page .section-label{color:#65bd68;letter-spacing:2px;text-transform:uppercase;margin-bottom:12px;font-size:.9rem;font-weight:700}.estimate-hero h1{margin-bottom:20px;font-size:clamp(2.6rem,6vw,5rem);line-height:1.05}.estimate-hero>p:last-child{color:#d6e2d7;max-width:700px;margin:0 auto;font-size:1.15rem;line-height:1.7}.estimate-section{max-width:950px;margin:0 auto;padding:100px 24px}.estimate-intro{text-align:center;max-width:700px;margin:0 auto 50px}.estimate-intro h2{color:#16351f;margin-bottom:20px;font-size:clamp(2rem,4vw,3.2rem);line-height:1.15}.estimate-intro>p:last-child{color:#5b675e;font-size:1.05rem;line-height:1.8}.estimate-form{background:#fff;border:1px solid #dce6dc;border-radius:20px;padding:45px;box-shadow:0 16px 45px #16351f1a}.form-row{grid-template-columns:repeat(2,1fr);gap:24px;display:grid}.form-group{flex-direction:column;margin-bottom:25px;display:flex}.form-group label{color:#16351f;margin-bottom:9px;font-size:.95rem;font-weight:700}.form-group input,.form-group select,.form-group textarea{color:#253228;background:#fbfcfa;border:1px solid #cbd8cd;border-radius:9px;outline:none;width:100%;padding:14px 16px;font-family:inherit;font-size:1rem;transition:border-color .2s,box-shadow .2s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#4caf50;box-shadow:0 0 0 3px #4caf5026}.form-group textarea{resize:vertical;min-height:150px}.estimate-submit{width:100%;margin-top:5px;padding:17px 25px;font-weight:700}.form-note{color:#6a756c;text-align:center;margin-top:18px;font-size:.85rem;line-height:1.5}@media (width<=700px){.estimate-hero{text-align:left;padding:60px 20px}.estimate-hero>p:last-child{margin:0}.estimate-section{padding:65px 20px}.estimate-intro{text-align:left}.estimate-form{padding:30px 22px}.form-row{grid-template-columns:1fr;gap:0}}.estimate-submit:disabled{cursor:not-allowed;opacity:.7}.form-message{text-align:center;border-radius:8px;margin-top:20px;padding:15px 18px;font-weight:700;line-height:1.5}.form-success{color:#236127;background:#e8f5e9;border:1px solid #9ac89c}.form-error{color:#9c2929;background:#fff0f0;border:1px solid #e1a4a4}.navbar .nav-estimate-button{color:#fff;background:#4caf50;border-radius:7px;padding:11px 18px;font-weight:700}.navbar .nav-estimate-button:hover{color:#fff;background:#388e3c}@media (width<=700px){.navbar .nav-links .nav-estimate-button{text-align:center;background:#4caf50;margin-top:6px}.navbar .nav-links .nav-estimate-button:hover{background:#388e3c}}.hero-estimate-button{color:#fff;background:#4caf50;border-radius:8px;padding:16px 38px;font-size:18px;font-weight:700;text-decoration:none;transition:background .3s,transform .3s;display:inline-block}.hero-estimate-button:hover{color:#fff;background:#2e7d32;transform:translateY(-2px)}.footer-links .footer-estimate-link{color:#8fcf74;font-weight:700}.footer-links .footer-estimate-link:hover{color:#fff}.page-estimate-button{color:#fff;background:#4caf50;border-radius:8px;margin-top:28px;padding:15px 28px;font-weight:700;text-decoration:none;transition:background .3s,transform .3s;display:inline-block}.page-estimate-button:hover{color:#fff;background:#2e7d32;transform:translateY(-2px)}.about-cta{color:#fff;text-align:center;background:#16351f;padding:90px 24px}.about-cta h2{margin-bottom:18px;font-size:clamp(2rem,4vw,3.3rem);line-height:1.15}.about-cta>p:not(.section-label){color:#d6e2d7;max-width:650px;margin:0 auto;font-size:1.05rem;line-height:1.7}@media (width<=600px){.about-cta{text-align:left;padding:65px 20px}}html,body{width:100%;overflow-x:hidden}img{max-width:100%}@media (width<=900px){.navbar{padding:22px 32px}.hero-content{padding:0 32px}.hero-content h1{font-size:48px}.services,.gallery{padding:70px 32px}.gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=700px){.hero{background-position:50%;height:auto;min-height:100svh}.hero-content{height:auto;min-height:calc(100svh - 84px);padding:45px 20px 70px}.hero-content h1{margin-bottom:18px;font-size:clamp(2.4rem,12vw,3.5rem);line-height:1.05}.hero-content p{width:100%;max-width:520px;margin-bottom:28px;font-size:1.05rem;line-height:1.6}.hero-estimate-button{text-align:center;width:100%;max-width:320px;padding:15px 24px}.services,.gallery{padding:60px 20px}.services h2,.gallery h2{font-size:clamp(2rem,9vw,2.6rem);line-height:1.15}.section-intro{margin-bottom:32px;font-size:1rem;line-height:1.6}.service-grid,.gallery-grid{grid-template-columns:minmax(0,1fr);gap:20px}.service-card{padding:30px 22px}.gallery-grid{margin-top:32px}.gallery-card,.gallery-card img{width:100%}.gallery-card img{height:260px}.gallery-overlay{opacity:1;background:linear-gradient(#0000,#0a180bd9);padding:50px 18px 18px;inset:auto 0 0}.gallery-overlay h3{font-size:1.3rem}}@media (width<=380px){.navbar{padding:18px 16px}.navbar h2{max-width:190px;font-size:1.2rem}.navbar .nav-links{left:16px;right:16px}.hero-content,.services,.gallery{padding-left:16px;padding-right:16px}.gallery-card img{height:230px}}@media (width>=701px) and (width<=850px){.navbar{z-index:1000;padding:20px 32px;position:relative}.menu-toggle{background:0 0;border:0;border-radius:6px;flex-direction:column;justify-content:center;gap:6px;width:44px;height:44px;padding:9px;display:flex}.menu-toggle:hover{background:#ffffff1f}.menu-toggle span{background:#fff;border-radius:2px;width:100%;height:3px;display:block}.navbar .nav-links{background:#123524;border-radius:10px;padding:12px;display:none;position:absolute;top:100%;left:32px;right:32px;box-shadow:0 12px 25px #00000040}.navbar .nav-links.open{flex-direction:column;gap:0;display:flex}.navbar .nav-links li{width:100%}.navbar .nav-links a{color:#fff;border-radius:6px;width:100%;padding:14px 16px;display:block}.navbar .nav-links a:hover{color:#7dd87d;background:#ffffff1a}.navbar .nav-links .nav-estimate-button{text-align:center;background:#4caf50;margin-top:6px}}@keyframes fade-down{0%{opacity:0;transform:translateY(-18px)}to{opacity:1;transform:translateY(0)}}@keyframes fade-up{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}.navbar{animation:.7s ease-out both fade-down}.hero-content h1{animation:.8s ease-out .15s both fade-up}.hero-content p{animation:.8s ease-out .3s both fade-up}.hero-estimate-button{animation:.8s ease-out .45s both fade-up}.service-card,.gallery-card,.value-card,.contact-card{transition:transform .35s,box-shadow .35s}.service-card:hover,.value-card:hover,.contact-card:hover{transform:translateY(-8px)}button:active,.hero-estimate-button:active,.page-estimate-button:active,.nav-estimate-button:active{transform:scale(.97)}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.scroll-reveal{opacity:0;will-change:opacity, transform;transition:opacity .7s,transform .7s;transform:translateY(35px)}.scroll-reveal.revealed{opacity:1;transform:translateY(0)}.about-story-image.scroll-reveal{transform:translate(-35px)}.about-story-image.scroll-reveal.revealed{transform:translate(0)}.about-story-content.scroll-reveal{transform:translate(35px)}.about-story-content.scroll-reveal.revealed{transform:translate(0)}@media (width<=700px){.about-story-image.scroll-reveal,.about-story-content.scroll-reveal{transform:translateY(30px)}.about-story-image.scroll-reveal.revealed,.about-story-content.scroll-reveal.revealed{transform:translateY(0)}}@media (width<=850px){.navbar .nav-links{opacity:0;visibility:hidden;pointer-events:none;transform-origin:top;flex-direction:column;gap:0;transition:opacity .25s,visibility .25s,transform .25s;display:flex;transform:translateY(-12px)scale(.98)}.navbar .nav-links.open{opacity:1;visibility:visible;pointer-events:auto;display:flex;transform:translateY(0)scale(1)}.navbar .nav-links li{opacity:0;transition:opacity .25s,transform .25s;transform:translateY(-8px)}.navbar .nav-links.open li{opacity:1;transform:translateY(0)}.navbar .nav-links.open li:first-child{transition-delay:50ms}.navbar .nav-links.open li:nth-child(2){transition-delay:80ms}.navbar .nav-links.open li:nth-child(3){transition-delay:.11s}.navbar .nav-links.open li:nth-child(4){transition-delay:.14s}.navbar .nav-links.open li:nth-child(5){transition-delay:.17s}.navbar .nav-links.open li:nth-child(6){transition-delay:.2s}.menu-toggle span{transition:transform .25s,opacity .2s}.menu-toggle.open span:first-child{transform:translateY(9px)rotate(45deg)}.menu-toggle.open span:nth-child(2){opacity:0}.menu-toggle.open span:nth-child(3){transform:translateY(-9px)rotate(-45deg)}}@keyframes page-enter{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.app,.gallery-page,.about-page,.contact-page,.estimate-page{animation:.45s ease-out both page-enter}.services-page{background:#f5f7f3;min-height:100vh}.services-page .navbar{background:#16351f}.services-page .navbar a{color:#fff}.services-page .navbar a:hover{color:#7dd87d}.services-hero{color:#fff;text-align:center;background:#16351f;padding:110px 24px}.services-hero h1{margin:18px 0;font-size:clamp(2.7rem,6vw,5rem)}.services-hero p:last-child{color:#d6e2d7;max-width:700px;margin:auto;font-size:1.15rem;line-height:1.7}.services-intro{text-align:center;max-width:900px;margin:auto;padding:90px 24px}.services-intro h2{color:#16351f;margin-bottom:20px;font-size:clamp(2rem,5vw,3rem)}.services-intro p{color:#58645b;font-size:1.05rem;line-height:1.8}.services-list{padding:20px 0 100px}.service-feature{grid-template-columns:repeat(2,minmax(0,1fr));align-items:center;gap:70px;max-width:1200px;margin:100px auto;padding:0 24px;display:grid}.service-feature-reverse .service-image{order:2}.service-feature-reverse .service-text{order:1}.service-image{min-width:0}.service-image img{object-fit:cover;border-radius:20px;width:100%;height:500px;display:block;box-shadow:0 18px 45px #16351f29}.service-icon{background:#e7f4e7;border-radius:50%;justify-content:center;align-items:center;width:54px;height:54px;font-size:1.55rem;display:inline-flex}.service-text h2{color:#16351f;margin:20px 0 18px;font-size:clamp(2rem,4vw,3.4rem);line-height:1.1}.service-text>p{color:#5c685d;margin-bottom:28px;font-size:1.05rem;line-height:1.8}.service-text ul{margin:0 0 35px;padding:0;list-style:none}.service-text li{color:#2f3b31;align-items:flex-start;gap:12px;margin-bottom:14px;font-size:1.05rem;line-height:1.5;display:flex}.service-text li span{color:#2e7d32;font-weight:700}@media (width<=900px){.services-list{padding-bottom:70px}.service-feature{grid-template-columns:1fr;gap:40px;margin:70px auto}.service-feature-reverse .service-image,.service-feature-reverse .service-text{order:initial}.service-image img{height:380px}}@media (width<=600px){.service-feature{gap:30px;margin:55px auto;padding:0 20px}.service-image img{border-radius:14px;height:300px}.service-icon{width:48px;height:48px;font-size:1.35rem}.service-text>p,.service-text li{font-size:1rem}}.why-choose{color:#fff;text-align:center;background:#16351f;padding:110px 24px}.why-choose h2{margin:18px 0;font-size:clamp(2.3rem,5vw,4rem)}.why-intro{color:#d6e2d7;max-width:700px;margin:0 auto 60px;line-height:1.8}.why-grid{grid-template-columns:repeat(4,1fr);gap:28px;max-width:1200px;margin:auto;display:grid}.why-card{background:#ffffff0f;border:1px solid #ffffff14;border-radius:18px;padding:40px 30px;transition:all .3s}.why-card:hover{background:#ffffff17;transform:translateY(-8px)}.why-icon{margin-bottom:22px;font-size:42px}.why-card h3{margin-bottom:16px;font-size:1.45rem}.why-card p{color:#d6e2d7;line-height:1.7}@media (width<=900px){.why-grid{grid-template-columns:1fr 1fr}}@media (width<=600px){.why-grid{grid-template-columns:1fr}}.service-image{border-radius:20px;overflow:hidden}.service-image img{transition:transform .45s}.service-feature:hover img{transform:scale(1.05)}.service-area-section{text-align:center;background:#f5f7f3;padding:100px 24px}.service-area-section h2{color:#16351f;max-width:760px;margin:18px auto;font-size:clamp(2.2rem,5vw,3.8rem);line-height:1.15}.service-area-intro{color:#5b675e;max-width:680px;margin:0 auto 50px;font-size:1.05rem;line-height:1.8}.service-area-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:18px;max-width:1000px;margin:0 auto;display:grid}.service-area-card{color:#16351f;background:#fff;border:1px solid #dce6dc;border-radius:14px;padding:24px 16px;font-size:1.05rem;font-weight:700;transition:transform .3s,box-shadow .3s;box-shadow:0 8px 24px #16351f12}.service-area-card:hover{transform:translateY(-6px);box-shadow:0 14px 30px #16351f1f}@media (width<=900px){.service-area-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=520px){.service-area-section{text-align:left;padding:70px 20px}.service-area-section h2,.service-area-intro{margin-left:0}.service-area-grid{grid-template-columns:1fr}.service-area-card{text-align:center}}.faq-section{text-align:center;background:#fff;padding:110px 24px}.faq-section h2{color:#16351f;max-width:760px;margin:18px auto;font-size:clamp(2.2rem,5vw,3.8rem);line-height:1.15}.faq-intro{color:#5b675e;max-width:680px;margin:0 auto 50px;line-height:1.8}.faq-list{text-align:left;max-width:850px;margin:0 auto}.faq-item{background:#f8faf7;border:1px solid #dce6dc;border-radius:14px;margin-bottom:16px;transition:border-color .3s,box-shadow .3s;overflow:hidden}.faq-item.open{border-color:#8fab91;box-shadow:0 10px 28px #16351f17}.faq-question{color:#16351f;width:100%;font:inherit;text-align:left;cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;gap:24px;padding:24px 26px;font-size:1.08rem;font-weight:700;display:flex}.faq-symbol{flex-shrink:0;font-size:1.8rem;font-weight:400;line-height:1}.faq-answer{grid-template-rows:0fr;transition:grid-template-rows .35s;display:grid}.faq-answer p{color:#5b675e;min-height:0;margin:0;padding:0 26px;line-height:1.8;transition:padding .35s;overflow:hidden}.faq-item.open .faq-answer{grid-template-rows:1fr}.faq-item.open .faq-answer p{padding:0 26px 24px}@media (width<=600px){.faq-section{padding:75px 20px}.faq-question{padding:21px 20px;font-size:1rem}.faq-answer p{padding-left:20px;padding-right:20px}.faq-item.open .faq-answer p{padding:0 20px 21px}}.services-cta{text-align:center;color:#fff;background:#16351f;padding:110px 24px}.services-cta-content{max-width:800px;margin:0 auto}.services-cta h2{margin:18px 0 22px;font-size:clamp(2.4rem,5vw,4.4rem);line-height:1.1}.services-cta p{color:#d6e2d7;max-width:650px;margin:0 auto 38px;font-size:1.08rem;line-height:1.8}.services-cta-button{color:#16351f;background:#fff;border:2px solid #fff;border-radius:10px;padding:16px 30px;font-weight:800;text-decoration:none;transition:transform .3s,background .3s,color .3s;display:inline-block}.services-cta-button:hover{color:#fff;background:0 0;transform:translateY(-4px)}@media (width<=600px){.services-cta{padding:80px 20px}.services-cta-button{width:100%;max-width:340px}}.estimate-confirmation{color:#17351f;background:#edf8ef;border:1px solid #a8d5af;border-left:5px solid #2f7d43;border-radius:10px;align-items:flex-start;gap:1rem;margin-top:1.25rem;padding:1.25rem;display:flex}.confirmation-icon{color:#fff;background:#2f7d43;border-radius:50%;flex-shrink:0;place-items:center;width:38px;height:38px;font-size:1.25rem;font-weight:700;display:grid}.estimate-confirmation h3{color:#17351f;margin:0 0 .5rem}.estimate-confirmation p{margin:0;line-height:1.6}.estimate-confirmation .confirmation-next-step{margin-top:.65rem;font-weight:600}@media (width<=600px){.estimate-confirmation{padding:1rem}}.field-error{color:#b42318;margin:.4rem 0 0;font-size:.9rem;font-weight:600}.service-area-page{background:#f7faf7;min-height:100vh}.service-area-page .navbar{background:#123d24;position:relative}.service-area-page .navbar h2{color:#49b853}.service-area-page .nav-links a{color:#fff}.service-area-page .nav-links a:hover{color:#65cf73}.service-area-page .nav-links .nav-estimate-button{color:#fff;background:#49b853}.service-area-page .nav-links .nav-estimate-button:hover{color:#fff;background:#3da348}.service-area-hero{color:#fff;text-align:center;background:linear-gradient(#0c3720e0,#0c3720e0),linear-gradient(135deg,#174d2b,#2f7d43);padding:6rem 8% 5rem}.service-area-hero .section-label{color:#b9e4c2}.service-area-hero h1{color:#fff;max-width:850px;margin:0 auto 1rem;font-size:clamp(2.4rem,5vw,4.5rem);line-height:1.08}.service-area-hero>p:last-child{color:#edf7ef;max-width:760px;margin:0 auto;font-size:1.1rem;line-height:1.7}.service-area-section{grid-template-columns:minmax(0,1fr) minmax(350px,1fr);align-items:center;gap:4rem;width:min(1180px,88%);margin:0 auto;padding:6rem 0;display:grid}.service-area-content{text-align:left}.service-area-content .section-label{color:#2f7d43}.service-area-content h2{color:#17351f;margin:0 0 1.25rem;font-size:clamp(2rem,4vw,3.25rem);line-height:1.15}.service-area-content>p{color:#536158;margin:0 0 1.5rem;font-size:1.05rem;line-height:1.75}.service-area-list{gap:.8rem;margin:0 0 1.75rem;padding:0;list-style:none;display:grid}.service-area-list li{color:#17351f;padding-left:1.8rem;font-weight:600;position:relative}.service-area-list li:before{color:#2f7d43;content:"✓";font-weight:800;position:absolute;left:0}.service-area-cta{color:#fff;background:#2f7d43;border-radius:8px;padding:.9rem 1.4rem;font-weight:700;text-decoration:none;transition:background .2s,transform .2s;display:inline-block}.service-area-cta:hover{color:#fff;background:#246936;transform:translateY(-2px)}.service-area-map{background:#e7eee8;border:1px solid #d5e2d7;border-radius:16px;min-height:440px;overflow:hidden;box-shadow:0 18px 45px #17351f24}.service-area-map iframe{border:0;width:100%;height:440px;display:block}@media (width<=800px){.service-area-hero{padding:4.5rem 6% 4rem}.service-area-section{grid-template-columns:1fr;gap:2.5rem;width:min(90%,650px);padding:4rem 0}.service-area-map,.service-area-map iframe{height:350px;min-height:350px}}@media (width>=901px){.navbar{gap:2rem;padding-left:clamp(2rem,5vw,6rem);padding-right:clamp(2rem,5vw,6rem)}.navbar h2{flex-shrink:0;max-width:260px;font-size:clamp(1.5rem,2vw,2.2rem);line-height:1.15}.navbar .nav-links{flex:1;justify-content:flex-end;align-items:center;gap:clamp(1rem,2vw,2.5rem);display:flex}.navbar .nav-links li{flex-shrink:0}.navbar .nav-links a{white-space:nowrap;font-size:clamp(.95rem,1.2vw,1.15rem)}.navbar .nav-estimate-button{white-space:nowrap;justify-content:center;align-items:center;display:inline-flex}}.service-area-page .navbar,.service-area-hero{background:#0e3b22}.gallery-page-content{width:min(1180px,90%);margin:0 auto;padding:6rem 0}.gallery-empty{text-align:center;background:#f5faf6;border:1px solid #d6e6d9;border-radius:18px;max-width:760px;margin:0 auto;padding:4rem 3rem;box-shadow:0 18px 45px #0e3b221a}.gallery-empty-icon{background:#e3f3e6;border-radius:50%;place-items:center;width:72px;height:72px;margin:0 auto 1.5rem;font-size:2.2rem;display:grid}.gallery-empty .section-label{color:#2f7d43}.gallery-empty h2{color:#0e3b22;margin:.5rem 0 1rem;font-size:clamp(2rem,4vw,3.25rem);line-height:1.15}.gallery-empty>p:not(.section-label){color:#59655d;max-width:620px;margin:0 auto 2rem;font-size:1.05rem;line-height:1.75}.gallery-estimate-button{color:#fff;background:#49b853;border-radius:8px;padding:.95rem 1.5rem;font-weight:700;text-decoration:none;transition:background .2s,transform .2s;display:inline-block}.gallery-estimate-button:hover{color:#fff;background:#3da348;transform:translateY(-2px)}.project-gallery-grid{gap:3rem;display:grid}.project-card{background:#fff;border:1px solid #dbe7dd;border-radius:18px;overflow:hidden;box-shadow:0 16px 40px #0e3b221a}.before-after-grid{grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.before-after-grid figure{margin:0;position:relative;overflow:hidden}.before-after-grid img{object-fit:cover;width:100%;height:420px;display:block}.before-after-grid figcaption{color:#fff;background:#0e3b22e6;border-radius:6px;padding:.45rem .8rem;font-weight:700;position:absolute;bottom:1rem;left:1rem}.project-info{padding:1.75rem 2rem 2rem}.project-info .project-service{color:#2f7d43;text-transform:uppercase;letter-spacing:.08em;margin:0 0 .4rem;font-weight:700}.project-info h2{color:#0e3b22;margin:0 0 .5rem;font-size:1.8rem}.project-info>p:last-child{color:#667169;margin:0}@media (width<=700px){.gallery-page-content{padding:4rem 0}.gallery-empty{padding:3rem 1.5rem}.before-after-grid{grid-template-columns:1fr}.before-after-grid img{height:300px}.project-info{padding:1.5rem}}.gallery-preview-empty{text-align:left;background:#f5faf6;border:1px solid #d6e6d9;border-radius:16px;grid-template-columns:auto 1fr auto;align-items:center;gap:1.5rem;max-width:1050px;margin:3rem auto 0;padding:2rem;display:grid;box-shadow:0 14px 35px #0e3b2214}.gallery-preview-icon{background:#e3f3e6;border-radius:50%;place-items:center;width:64px;height:64px;font-size:2rem;display:grid}.gallery-preview-content h3{color:#0e3b22;margin:0 0 .4rem;font-size:1.5rem}.gallery-preview-content p{color:#59655d;margin:0;line-height:1.6}.gallery-preview-actions{gap:.75rem;display:flex}.gallery-preview-primary,.gallery-preview-secondary{white-space:nowrap;border-radius:8px;justify-content:center;align-items:center;padding:.85rem 1.15rem;font-weight:700;text-decoration:none;display:inline-flex}.gallery-preview-primary{color:#fff;background:#49b853}.gallery-preview-secondary{color:#0e3b22;background:0 0;border:1px solid #0e3b22}.gallery-preview-primary:hover{color:#fff;background:#3da348}.gallery-preview-secondary:hover{color:#fff;background:#0e3b22}@media (width<=800px){.gallery-preview-empty{text-align:center;grid-template-columns:1fr}.gallery-preview-icon{margin:0 auto}.gallery-preview-actions{flex-direction:column}}.faq-section{box-sizing:border-box;background:#fff;width:100%;max-width:none;margin:0;padding:6rem max(5%,50% - 550px)}.faq-heading{text-align:center;max-width:720px;margin:0 auto 3rem}.faq-heading .section-label{color:#2f7d43}.faq-heading h2{color:#0e3b22;margin:.5rem 0 1rem;font-size:clamp(2.2rem,4vw,3.5rem);line-height:1.15}.faq-heading>p:last-child{color:#59655d;font-size:1.05rem;line-height:1.7}.faq-list{gap:1rem;max-width:850px;margin:0 auto;display:grid}.faq-item{background:#f5faf6;border:1px solid #d6e6d9;border-radius:10px;overflow:hidden}.faq-item summary{color:#0e3b22;cursor:pointer;justify-content:space-between;align-items:center;gap:1rem;padding:1.25rem 1.5rem;font-size:1.05rem;font-weight:700;list-style:none;display:flex}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary:after{color:#49b853;content:"+";font-size:1.6rem;font-weight:500}.faq-item[open] summary:after{content:"−"}.faq-item p{color:#59655d;margin:0;padding:0 1.5rem 1.25rem;line-height:1.7}.faq-cta{justify-content:center;align-items:center;gap:1rem;margin-top:2.5rem;display:flex}.faq-cta p{color:#59655d;margin:0}.faq-cta a{color:#2f7d43;font-weight:700}@media (width<=600px){.faq-section{padding:4rem 0}.faq-item summary{padding:1.1rem}.faq-section{width:100%;padding:4rem 1rem}.faq-heading h2{font-size:2.25rem}.faq-list{width:100%}.faq-item summary{padding:1.1rem;font-size:1rem}.faq-item p{padding:0 1.1rem 1.1rem}.faq-cta{text-align:center;flex-direction:column}}.admin-layout{--admin-green:#1f6f43;--admin-green-dark:#155333;--admin-green-light:#e8f4ec;--admin-sidebar:#123c2a;--admin-background:#f4f7f5;--admin-border:#dce5df;--admin-text:#17211b;--admin-muted:#65736a;background:var(--admin-background);min-height:100vh;color:var(--admin-text);grid-template-columns:260px minmax(0,1fr);display:grid}.admin-sidebar{background:var(--admin-sidebar);color:#fff;flex-direction:column;height:100vh;padding:28px 20px;display:flex;position:sticky;top:0}.admin-brand{border-bottom:1px solid #ffffff1f;align-items:center;gap:12px;padding:0 8px 28px;display:flex}.admin-brand-mark{color:#0d3524;background:#67b96e;border-radius:12px;flex-shrink:0;place-items:center;width:42px;height:42px;font-size:1.35rem;font-weight:800;display:grid}.admin-brand h1{color:#fff;margin:0;font-size:1.2rem;line-height:1.2}.admin-brand p{color:#ffffffa6;margin:4px 0 0;font-size:.75rem}.admin-navigation{flex-direction:column;flex:1;gap:6px;padding-top:28px;display:flex}.admin-navigation a,.admin-sidebar-footer a{color:#ffffffbf;border-radius:10px;align-items:center;min-height:46px;padding:0 14px;font-size:.95rem;font-weight:600;text-decoration:none;transition:background .16s,color .16s;display:flex}.admin-navigation a:hover,.admin-sidebar-footer a:hover{color:#fff;background:#ffffff17}.admin-navigation a.active{color:#0d3524;background:#67b96e}.admin-sidebar-footer{border-top:1px solid #ffffff1f;padding-top:18px}.admin-main{min-width:0;padding:42px}.admin-page-header{justify-content:space-between;align-items:center;gap:24px;margin-bottom:30px;display:flex}.admin-page-header h2{color:var(--admin-text);margin:4px 0 6px;font-size:clamp(1.8rem,3vw,2.4rem);line-height:1.15}.admin-page-header>div>p:last-child{color:var(--admin-muted);margin:0}.admin-eyebrow{color:var(--admin-green);letter-spacing:.12em;text-transform:uppercase;margin:0;font-size:.72rem;font-weight:800}.admin-primary-button{background:var(--admin-green);color:#fff;min-height:44px;font:inherit;cursor:pointer;border:0;border-radius:10px;padding:0 20px;font-weight:700;transition:background .16s,transform .16s}.admin-primary-button:hover{background:var(--admin-green-dark);transform:translateY(-1px)}.admin-metrics{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;margin-bottom:24px;display:grid}.admin-metric-card,.admin-panel{border:1px solid var(--admin-border);background:#fff;border-radius:16px;box-shadow:0 6px 20px #1836250d}.admin-metric-card{flex-direction:column;min-height:160px;padding:22px;display:flex}.admin-metric-card p{color:var(--admin-muted);margin:0;font-size:.88rem;font-weight:700}.admin-metric-card strong{color:var(--admin-text);margin:14px 0 8px;font-size:2rem;line-height:1;display:block}.admin-metric-card span{color:var(--admin-muted);margin-top:auto;font-size:.78rem}.admin-dashboard-grid{grid-template-columns:minmax(0,1.4fr) minmax(280px,.8fr);gap:24px;display:grid}.admin-panel{padding:24px}.admin-panel-heading{border-bottom:1px solid var(--admin-border);justify-content:space-between;align-items:flex-start;gap:20px;padding-bottom:20px;display:flex}.admin-panel-heading h3{color:var(--admin-text);margin:4px 0 0;font-size:1.25rem}.admin-panel-heading a{color:var(--admin-green);font-size:.84rem;font-weight:700;text-decoration:none}.admin-panel-heading a:hover{text-decoration:underline}.admin-empty-state{text-align:center;padding:42px 18px}.admin-empty-state h4{color:var(--admin-text);margin:0 0 8px;font-size:1rem}.admin-empty-state p{max-width:520px;color:var(--admin-muted);margin:0 auto;font-size:.88rem;line-height:1.6}@media (width<=1100px){.admin-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-dashboard-grid{grid-template-columns:1fr}}@media (width<=800px){.admin-layout{grid-template-columns:1fr}.admin-sidebar{height:auto;padding:18px;position:static}.admin-brand{padding:0 0 18px}.admin-navigation{flex-direction:row;padding:18px 0 4px;overflow-x:auto}.admin-navigation a{flex-shrink:0;padding:0 16px}.admin-sidebar-footer{display:none}.admin-main{padding:28px 20px}}@media (width<=560px){.admin-page-header{flex-direction:column;align-items:stretch}.admin-primary-button{width:100%}.admin-metrics{grid-template-columns:1fr}.admin-metric-card{min-height:140px}.admin-panel-heading{flex-direction:column;align-items:flex-start}}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;padding:0;position:absolute;overflow:hidden}.admin-inquiries-panel{padding:0;overflow:hidden}.admin-toolbar{border-bottom:1px solid var(--admin-border);justify-content:space-between;align-items:flex-end;gap:18px;padding:22px 24px;display:flex}.admin-search{flex:1;max-width:440px}.admin-search input,.admin-filter select{width:100%;min-height:44px;color:var(--admin-text);font:inherit;background:#fff;border:1px solid #cbd7cf;border-radius:9px;outline:none;font-size:.9rem;transition:border-color .16s,box-shadow .16s}.admin-search input{padding:0 14px}.admin-search input::placeholder{color:#88948c}.admin-filter{color:var(--admin-muted);align-items:center;gap:10px;font-size:.84rem;font-weight:700;display:flex}.admin-filter select{min-width:170px;padding:0 34px 0 12px}.admin-search input:focus,.admin-filter select:focus{border-color:var(--admin-green);box-shadow:0 0 0 3px #1f6f431f}.admin-table-wrapper{width:100%;overflow-x:auto}.admin-table{border-collapse:collapse;text-align:left;width:100%}.admin-table th,.admin-table td{border-bottom:1px solid var(--admin-border);vertical-align:middle;padding:18px 24px}.admin-table th{color:var(--admin-muted);letter-spacing:.06em;text-transform:uppercase;white-space:nowrap;background:#f9fbfa;font-size:.72rem;font-weight:800}.admin-table td{color:var(--admin-text);font-size:.88rem}.admin-table tbody tr{transition:background .15s}.admin-table tbody tr:hover{background:#f8fbf9}.admin-table tbody tr:last-child td{border-bottom:0}.admin-table td:first-child strong,.admin-table td:first-child span,.admin-table td:nth-child(3) span,.admin-table td:nth-child(3) small{display:block}.admin-table td:first-child strong{margin-bottom:5px;font-size:.9rem}.admin-table td:first-child span,.admin-table td:nth-child(3) small{color:var(--admin-muted);font-size:.78rem}.admin-table td:nth-child(3) small{margin-top:4px}.admin-status{white-space:nowrap;border-radius:999px;align-items:center;min-height:28px;padding:0 10px;font-size:.72rem;font-weight:800;display:inline-flex}.admin-status-new{color:#17639a;background:#e5f3ff}.admin-status-contacted{color:#8a5a00;background:#fff3d9}.admin-status-estimate-sent{color:#6041a6;background:#eee8ff}.admin-status-closed{color:#58645c;background:#e8eee9}.admin-text-button{color:var(--admin-green);font:inherit;cursor:pointer;background:0 0;border:0;padding:6px 8px;font-size:.82rem;font-weight:800}.admin-text-button:hover{color:var(--admin-green-dark);text-decoration:underline}@media (width<=700px){.admin-toolbar{flex-direction:column;align-items:stretch}.admin-search{max-width:none}.admin-filter{flex-direction:column;align-items:stretch;gap:6px}.admin-filter select{width:100%}.admin-table{min-width:760px}}.admin-modal-backdrop{z-index:1000;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#0918109e;place-items:center;padding:24px;display:grid;position:fixed;inset:0;overflow-y:auto}.admin-modal{background:#fff;border-radius:18px;width:min(100%,680px);max-height:calc(100vh - 48px);overflow-y:auto;box-shadow:0 24px 70px #00000040}.admin-modal-header{border-bottom:1px solid var(--admin-border);justify-content:space-between;align-items:flex-start;gap:20px;padding:24px 26px;display:flex}.admin-modal-header h3{color:var(--admin-text);margin:5px 0 0;font-size:1.45rem}.admin-modal-close{width:38px;height:38px;color:var(--admin-text);cursor:pointer;background:#edf2ef;border:0;border-radius:50%;place-items:center;padding:0;font-size:1.5rem;line-height:1;display:grid}.admin-modal-close:hover{background:#dfe8e2}.admin-modal form{padding:26px}.admin-inquiry-details{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-bottom:22px;display:grid}.admin-inquiry-details div{min-width:0}.admin-inquiry-details span,.admin-message-box>span,.admin-form-field>span{color:var(--admin-muted);letter-spacing:.05em;text-transform:uppercase;margin-bottom:7px;font-size:.72rem;font-weight:800;display:block}.admin-inquiry-details strong{overflow-wrap:anywhere;color:var(--admin-text);font-size:.9rem;display:block}.admin-message-box{border:1px solid var(--admin-border);background:#f8faf9;border-radius:10px;margin-bottom:22px;padding:16px}.admin-message-box p{color:var(--admin-text);margin:0;font-size:.9rem;line-height:1.55}.admin-form-field{margin-bottom:20px;display:block}.admin-form-field select,.admin-form-field textarea{width:100%;color:var(--admin-text);font:inherit;background:#fff;border:1px solid #cbd7cf;border-radius:9px;outline:none;font-size:.9rem}.admin-form-field select{min-height:44px;padding:0 12px}.admin-form-field textarea{resize:vertical;padding:12px;line-height:1.5;display:block}.admin-form-field select:focus,.admin-form-field textarea:focus{border-color:var(--admin-green);box-shadow:0 0 0 3px #1f6f431f}.admin-modal-actions{justify-content:flex-end;gap:12px;padding-top:6px;display:flex}.admin-secondary-button{border:1px solid var(--admin-border);min-height:44px;color:var(--admin-text);font:inherit;cursor:pointer;background:#fff;border-radius:10px;padding:0 20px;font-weight:700}.admin-secondary-button:hover{background:#f3f6f4}@media (width<=560px){.admin-modal-backdrop{align-items:end;padding:0}.admin-modal{border-radius:18px 18px 0 0;max-height:92vh}.admin-modal-header,.admin-modal form{padding:20px}.admin-inquiry-details{grid-template-columns:1fr}.admin-modal-actions{flex-direction:column-reverse}.admin-modal-actions button{width:100%}}.admin-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:0 18px;display:grid}.admin-form-field input{width:100%;min-height:44px;color:var(--admin-text);font:inherit;background:#fff;border:1px solid #cbd7cf;border-radius:9px;outline:none;padding:0 12px;font-size:.9rem}.admin-form-field input:focus{border-color:var(--admin-green);box-shadow:0 0 0 3px #1f6f431f}.admin-add-inquiry-modal{width:min(100%,760px)}@media (width<=620px){.admin-form-grid{grid-template-columns:1fr}}.admin-customers-table td:first-child small{color:var(--admin-muted);margin-top:4px;font-size:.75rem;display:block}.admin-status-active{background:var(--admin-green-light);color:var(--admin-green-dark)}.admin-status-inactive{color:#58645c;background:#e8eee9}@media (width<=700px){.admin-customers-table{min-width:900px}}.admin-customer-summary{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-bottom:24px;display:grid}.admin-customer-summary div{border:1px solid var(--admin-border);background:#f8faf9;border-radius:10px;padding:16px}.admin-customer-summary span{color:var(--admin-muted);letter-spacing:.05em;text-transform:uppercase;margin-bottom:7px;font-size:.72rem;font-weight:800;display:block}.admin-customer-summary strong{color:var(--admin-text);font-size:1rem}@media (width<=560px){.admin-customer-summary{grid-template-columns:1fr}}.admin-estimate-metrics{grid-template-columns:repeat(3,minmax(0,1fr))}.admin-status-draft{color:#58645c;background:#e8eee9}.admin-status-sent{color:#17639a;background:#e5f3ff}.admin-status-approved{background:var(--admin-green-light);color:var(--admin-green-dark)}.admin-status-declined{color:#a43c32;background:#fde9e7}.admin-estimates-table td:first-child strong,.admin-estimates-table td:first-child span{display:block}.admin-estimates-table td:first-child span{color:var(--admin-muted);margin-top:5px;font-size:.76rem}@media (width<=700px){.admin-estimate-metrics{grid-template-columns:1fr}.admin-estimates-table{min-width:850px}}.admin-estimate-total{background:var(--admin-green-light);border-radius:10px;justify-content:space-between;align-items:center;margin-bottom:22px;padding:18px;display:flex}.admin-estimate-total span{color:var(--admin-green-dark);text-transform:uppercase;font-size:.82rem;font-weight:800}.admin-estimate-total strong{color:var(--admin-green-dark);font-size:1.5rem}.admin-primary-button:disabled{cursor:not-allowed;opacity:.5;transform:none}.admin-status-scheduled{color:#17639a;background:#e5f3ff}.admin-status-in-progress{color:#8a5a00;background:#fff3d9}.admin-status-completed{background:var(--admin-green-light);color:var(--admin-green-dark)}.admin-status-cancelled{color:#a43c32;background:#fde9e7}.admin-jobs-table td:first-child strong,.admin-jobs-table td:first-child span,.admin-jobs-table td:nth-child(4) strong,.admin-jobs-table td:nth-child(4) span{display:block}.admin-jobs-table td:first-child span,.admin-jobs-table td:nth-child(4) span{color:var(--admin-muted);margin-top:5px;font-size:.76rem}@media (width<=700px){.admin-jobs-table{min-width:1050px}}.admin-schedule-filter{flex-direction:column;align-items:flex-start;gap:6px}.admin-schedule-metrics{grid-template-columns:repeat(2,minmax(0,1fr));max-width:720px}.admin-schedule-list{gap:24px;display:grid}.admin-schedule-day{border:1px solid var(--admin-border);background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 6px 20px #1836250d}.admin-schedule-day-heading{border-bottom:1px solid var(--admin-border);background:#f9fbfa;justify-content:space-between;align-items:center;gap:20px;padding:20px 24px;display:flex}.admin-schedule-day-heading h3{color:var(--admin-text);margin:4px 0 0;font-size:1.15rem}.admin-schedule-day-heading>span{color:var(--admin-muted);font-size:.8rem;font-weight:700}.admin-schedule-items{display:grid}.admin-schedule-item{border-bottom:1px solid var(--admin-border);grid-template-columns:140px minmax(0,1fr) auto;align-items:center;gap:24px;padding:20px 24px;display:grid}.admin-schedule-item:last-child{border-bottom:0}.admin-schedule-time strong,.admin-schedule-time span,.admin-schedule-details strong,.admin-schedule-details span,.admin-schedule-details small{display:block}.admin-schedule-time strong{color:var(--admin-text);font-size:1rem}.admin-schedule-time span{color:var(--admin-muted);margin-top:5px;font-size:.74rem}.admin-schedule-details strong{color:var(--admin-text);font-size:.92rem}.admin-schedule-details span{color:var(--admin-muted);margin-top:5px;font-size:.82rem}.admin-schedule-details small{color:var(--admin-muted);margin-top:5px;font-size:.74rem}@media (width<=700px){.admin-schedule-metrics{grid-template-columns:1fr}.admin-schedule-item{grid-template-columns:1fr;gap:14px}.admin-schedule-item .admin-status{justify-self:start}}.admin-status-unpaid{color:#8a5a00;background:#fff3d9}.admin-status-paid{background:var(--admin-green-light);color:var(--admin-green-dark)}.admin-status-overdue{color:#a43c32;background:#fde9e7}.admin-invoices-table td:first-child strong,.admin-invoices-table td:first-child span{display:block}.admin-invoices-table td:first-child span{color:var(--admin-muted);margin-top:5px;font-size:.76rem}@media (width<=700px){.admin-invoices-table{min-width:1050px}}.admin-dashboard-list{display:grid}.admin-dashboard-list-item{border-top:1px solid var(--admin-border);justify-content:space-between;align-items:center;gap:24px;padding:22px 30px;display:flex}.admin-dashboard-list-item:first-child{border-top:0}.admin-dashboard-list-item>div:first-child{gap:5px;display:grid}.admin-dashboard-list-item strong{color:var(--admin-text)}.admin-dashboard-list-item span,.admin-dashboard-list-item small{color:var(--admin-muted)}.admin-dashboard-list-meta{text-align:right;justify-items:end;gap:6px;display:grid}.admin-dashboard-list-meta .admin-status{color:inherit}@media (width<=700px){.admin-dashboard-list-item{align-items:flex-start;padding:20px}.admin-dashboard-list-meta{text-align:left;justify-items:start}}.admin-mobile-header,.admin-sidebar-overlay{display:none}.admin-table-wrapper{overscroll-behavior-inline:contain;-webkit-overflow-scrolling:touch;max-width:100%;overflow-x:auto}.admin-modal{max-height:calc(100vh - 40px);overflow-y:auto}.admin-modal-form input,.admin-modal-form select,.admin-modal-form textarea,.admin-toolbar input,.admin-toolbar select{max-width:100%}@media (width<=1100px){.admin-main{padding-left:30px;padding-right:30px}.admin-page-header{align-items:flex-start}.admin-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-dashboard-grid{grid-template-columns:1fr}.admin-toolbar{grid-template-columns:minmax(0,1fr) auto}}@media (width<=900px){.admin-layout{min-height:100vh;display:block}.admin-mobile-header{z-index:80;background:var(--admin-sidebar);border-bottom:1px solid #ffffff1f;justify-content:space-between;align-items:center;min-height:72px;padding:10px 18px;display:flex;position:sticky;top:0;box-shadow:0 5px 18px #123c2a24}.admin-mobile-brand{color:#fff;align-items:center;gap:12px;text-decoration:none;display:flex}.admin-mobile-brand .admin-brand-mark{width:44px;height:44px;font-size:1.25rem}.admin-mobile-brand div{gap:1px;display:grid}.admin-mobile-brand strong{font-size:1.05rem}.admin-mobile-brand div span{color:#ffffffb3;font-size:.75rem}.admin-mobile-menu-button{cursor:pointer;background:#ffffff14;border:1px solid #ffffff2e;border-radius:10px;place-content:center;gap:5px;width:46px;height:46px;padding:0;display:grid}.admin-mobile-menu-button span{background:#fff;border-radius:999px;width:22px;height:2px;display:block}.admin-sidebar{z-index:100;width:min(320px,86vw);min-height:100vh;transition:transform .22s;position:fixed;inset:0 auto 0 0;overflow-y:auto;transform:translate(-105%)}.admin-sidebar.is-open{transform:translate(0)}.admin-sidebar-overlay{z-index:90;opacity:0;pointer-events:none;background:#0c181194;border:0;width:100%;height:100%;padding:0;transition:opacity .22s;display:block;position:fixed;inset:0}.admin-sidebar-overlay.is-visible{opacity:1;pointer-events:auto}.admin-main{width:100%;min-width:0;margin-left:0;padding:36px 24px 60px}.admin-page-header{flex-wrap:wrap;gap:22px}.admin-page-header>div{min-width:0}.admin-page-header h2{font-size:clamp(2rem,7vw,2.7rem)}.admin-page-header .admin-primary-button{width:auto}.admin-toolbar{grid-template-columns:1fr;gap:16px}.admin-search,.admin-filter{width:100%}.admin-filter{flex-direction:column;align-items:flex-start;gap:7px}.admin-filter select{width:100%}.admin-modal-overlay{align-items:flex-start;padding:18px;overflow-y:auto}.admin-modal{width:100%;max-height:none;margin:auto}.admin-form-grid,.admin-detail-grid{grid-template-columns:1fr}}@media (width<=600px){.admin-main{padding:28px 14px 48px}.admin-page-header{margin-bottom:28px}.admin-page-header .admin-primary-button{width:100%}.admin-metrics,.admin-estimate-metrics,.admin-schedule-metrics{grid-template-columns:1fr}.admin-metric-card{min-height:170px;padding:24px}.admin-panel,.admin-schedule-day{border-radius:13px}.admin-panel-heading,.admin-schedule-day-heading{align-items:flex-start;padding:20px}.admin-dashboard-list-item{flex-direction:column;gap:14px}.admin-dashboard-list-meta{text-align:left;justify-items:start}.admin-toolbar{padding:18px}.admin-toolbar input,.admin-toolbar select{min-height:52px;font-size:1rem}.admin-inquiries-table,.admin-customers-table,.admin-estimates-table,.admin-jobs-table,.admin-invoices-table{min-width:900px}.admin-modal-overlay{padding:10px}.admin-modal{border-radius:14px}.admin-modal-header{padding:22px 20px}.admin-modal-header h2{font-size:1.7rem}.admin-modal-form{padding:22px 20px}.admin-modal-actions{flex-direction:column-reverse;align-items:stretch}.admin-modal-actions button{width:100%}.admin-schedule-item{padding:20px}}@media (prefers-reduced-motion:reduce){.admin-sidebar,.admin-sidebar-overlay{transition:none}}@media (width<=900px){html,body,#root{width:100%;max-width:none;overflow-x:hidden}.admin-layout{grid-template-columns:none;width:100%;max-width:none;display:block}.admin-mobile-header{box-sizing:border-box;width:100%;max-width:none}.admin-main{box-sizing:border-box;width:100%;min-width:0;max-width:none;margin:0;display:block}.admin-main>*,.admin-page-header,.admin-metrics,.admin-dashboard-grid,.admin-panel,.admin-toolbar,.admin-table-wrapper{box-sizing:border-box;width:100%;min-width:0;max-width:100%}.admin-table-wrapper{overflow-x:auto}.admin-panel{min-width:0;overflow:hidden}.admin-table-wrapper{contain:inline-size;scrollbar-width:thin;box-sizing:border-box;width:100%;min-width:0;max-width:calc(100vw - 28px);display:block;overflow:auto hidden}.admin-table{width:max-content;max-width:none;margin:0}}@media (width<=600px){.admin-table-wrapper{max-width:calc(100vw - 28px)}}@media (width<=900px){.admin-sidebar{box-sizing:border-box;flex-direction:column;align-items:stretch;width:min(340px,86vw);padding:28px 22px;display:flex;overflow:hidden auto}.admin-sidebar .admin-brand{flex:none;width:100%;margin:0;padding:0 0 24px}.admin-sidebar .admin-navigation{flex-direction:column;flex:none;align-items:stretch;gap:8px;width:100%;height:auto;margin-top:22px;display:flex}.admin-sidebar .admin-navigation a{box-sizing:border-box;white-space:nowrap;border-radius:10px;flex:none;align-items:center;width:100%;height:auto;min-height:54px;padding:14px 18px;display:flex}.admin-sidebar .admin-navigation a.active{height:auto;min-height:54px}.admin-sidebar .admin-sidebar-footer{flex:none;width:100%;margin-top:auto;padding-top:26px}.admin-sidebar .admin-sidebar-footer a{box-sizing:border-box;width:100%;padding:14px 18px;display:block}}@media (width<=600px){.admin-modal-overlay{z-index:200;background:#0c1811a6;width:100%;height:100dvh;padding:0;display:block;position:fixed;inset:0;overflow:hidden}.admin-modal{box-sizing:border-box;border-radius:0;flex-direction:column;width:100%;max-width:none;height:100dvh;max-height:100dvh;margin:0;display:flex;overflow:hidden}.admin-modal-header{z-index:5;padding:max(20px, env(safe-area-inset-top)) 18px 18px;border-bottom:1px solid var(--admin-border);background:#fff;flex:none;position:sticky;top:0}.admin-modal-header h2{margin-top:5px;font-size:1.65rem}.admin-modal-close{flex:none;width:46px;height:46px}.admin-modal-form{min-height:0;padding:20px 18px calc(24px + env(safe-area-inset-bottom));overscroll-behavior:contain;-webkit-overflow-scrolling:touch;flex:auto;display:block;overflow:hidden auto}.admin-modal-form label{margin-bottom:18px}.admin-modal-form input,.admin-modal-form select{min-height:52px}.admin-modal-form textarea{min-height:120px;max-height:180px}.admin-modal-actions{bottom:calc(-24px - env(safe-area-inset-bottom));z-index:4;padding:16px 18px calc(18px + env(safe-area-inset-bottom));border-top:1px solid var(--admin-border);background:#fff;flex-direction:column-reverse;gap:10px;margin:24px -18px 0;display:flex;position:sticky}.admin-modal-actions button{width:100%;min-height:52px}}@media (width>=380px) and (width<=600px){.admin-modal .admin-detail-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px 16px}}@media (width<=600px){.admin-modal-backdrop,.admin-modal-overlay{z-index:200!important;justify-content:stretch!important;align-items:stretch!important;width:100vw!important;height:100dvh!important;padding:0!important;display:flex!important;position:fixed!important;inset:0!important;overflow:hidden!important}.admin-modal,.admin-add-inquiry-modal{box-sizing:border-box!important;border-radius:0!important;flex-direction:column!important;width:100vw!important;max-width:none!important;height:100dvh!important;max-height:none!important;margin:0!important;display:flex!important;position:relative!important;inset:auto!important;overflow:hidden!important;transform:none!important}.admin-modal-header{z-index:5;background:#fff;flex:none;justify-content:space-between;align-items:center;display:flex;padding:max(18px, env(safe-area-inset-top)) 18px 18px!important;position:relative!important}.admin-modal-close{flex:0 0 46px;place-items:center;margin-left:14px;width:46px!important;height:46px!important;display:grid!important;position:static!important}.admin-modal>form,.admin-modal-form{overscroll-behavior:contain;-webkit-overflow-scrolling:touch;min-height:0!important;padding:20px 18px calc(24px + env(safe-area-inset-bottom))!important;flex:auto!important;display:block!important;overflow:hidden auto!important}.admin-modal .admin-form-grid,.admin-modal .admin-customer-summary,.admin-modal .admin-detail-grid{grid-template-columns:1fr!important}.admin-modal input,.admin-modal select{box-sizing:border-box;width:100%;min-height:52px}.admin-modal textarea{box-sizing:border-box;width:100%;max-height:180px;min-height:120px!important}.admin-modal-actions{bottom:calc(-24px - env(safe-area-inset-bottom));z-index:6;border-top:1px solid var(--admin-border);background:#fff;gap:10px;padding:16px 18px calc(18px + env(safe-area-inset-bottom))!important;flex-direction:column-reverse!important;margin:24px -18px 0!important;display:flex!important;position:sticky!important}.admin-modal-actions button{min-height:52px;width:100%!important}}.admin-document-actions{border-top:1px solid var(--admin-border);justify-content:flex-end;gap:12px;margin-top:24px;padding-top:20px;display:flex}@media (width<=600px){.admin-document-actions{grid-template-columns:1fr 1fr;gap:10px;display:grid}.admin-document-actions button{width:100%;min-height:50px}}.admin-signout-button{color:#ffffffbf;width:100%;min-height:46px;font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:10px;align-items:center;padding:0 14px;font-size:.95rem;font-weight:600;transition:background .16s,color .16s;display:flex}.admin-signout-button:hover{color:#fff;background:#ffffff17}.admin-signout-button:disabled{cursor:wait;opacity:.65}@media (width<=900px){.admin-sidebar .admin-sidebar-footer{display:block}}.admin-login-page{background:radial-gradient(circle at 0 0,#dfeadb 0,#0000 40%),linear-gradient(135deg,#f5f8f3,#e9f0e6);place-items:center;min-height:100vh;padding:24px;display:grid}.admin-login-card{background:#fff;border:1px solid #d7e0d4;border-radius:20px;width:min(100%,440px);padding:36px;box-shadow:0 20px 50px #16351f1f}.admin-login-brand{align-items:center;gap:14px;display:flex}.admin-login-mark{color:#fff;background:#1f6b3a;border-radius:13px;place-items:center;width:48px;height:48px;font-size:1.5rem;font-weight:800;display:grid}.admin-login-eyebrow{color:#52705a;letter-spacing:.08em;text-transform:uppercase;margin:0 0 4px;font-size:.78rem;font-weight:700}.admin-login-card h1{color:#17351f;margin:0;font-size:1.75rem}.admin-login-intro{color:#5d6d61;margin:24px 0;line-height:1.6}.admin-login-form{gap:10px;display:grid}.admin-login-form label{color:#294431;margin-top:8px;font-weight:700}.admin-login-form input{color:#17251b;width:100%;font:inherit;box-sizing:border-box;background:#fff;border:1px solid #bdcbbf;border-radius:10px;padding:13px 14px}.admin-login-form input:focus{border-color:#267e44;outline:3px solid #267e442e}.admin-login-form button{color:#fff;font:inherit;cursor:pointer;background:#1f6b3a;border:0;border-radius:10px;margin-top:14px;padding:14px;font-weight:800}.admin-login-form button:hover{background:#18572f}.admin-login-form button:disabled{cursor:wait;opacity:.7}.admin-login-error{color:#a12626;background:#fff0f0;border-radius:8px;margin:8px 0 0;padding:11px 12px}.admin-login-home{color:#356444;text-align:center;margin-top:24px;font-weight:700;text-decoration:none;display:block}@media (width<=520px){.admin-login-card{padding:26px 20px}}
