@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap');
:root{--forest:#123c2b;--deep:#082a1c;--lime:#d7ef89;--ink:#192b22;--muted:#59665d;--paper:#f5f7f0;--line:#dce3d9;--white:#fff;--radius:22px}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0;color:var(--ink);font:17px/1.65 'DM Sans',Arial,sans-serif;background:var(--white)}h1,h2,h3,p,figure{margin:0}h1,h2,h3{font-family:Manrope,Arial,sans-serif;line-height:1.12;letter-spacing:-.045em}h1{font-size:clamp(2.8rem,5.9vw,5.5rem);font-weight:600}h2{font-size:clamp(2.1rem,3.6vw,3.65rem);font-weight:600}h3{font-size:1.45rem;letter-spacing:-.025em}p+p{margin-top:1rem}a{color:inherit}button,input,textarea,select{font:inherit}a,button,input,textarea,select{touch-action:manipulation}button,a{ -webkit-tap-highlight-color:transparent}button{cursor:pointer}img{display:block;width:100%;height:auto}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,summary:focus-visible{outline:3px solid #789b28;outline-offset:5px}.container{width:min(1240px,calc(100% - 72px));margin:auto}.skip{position:fixed;left:20px;top:-100px;background:white;padding:12px;z-index:100}.skip:focus{top:10px}.announcement{background:var(--forest);color:#f1f5e9;text-align:center;font-size:.82rem;letter-spacing:.02em;padding:8px 15px}.site-header{position:sticky;top:0;z-index:40;background:rgba(255,255,255,.97);border-bottom:1px solid var(--line)}.nav-wrap{min-height:90px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{display:flex;align-items:center;gap:10px;text-decoration:none;flex-shrink:0}.brand img{width:54px;height:54px;object-fit:contain}.brand-name{font:800 1.24rem/1.05 Manrope,Arial;letter-spacing:-.04em}.brand-name small{display:block;font:500 .63rem/1.5 'DM Sans',Arial;letter-spacing:.18em;margin-top:4px}.desktop-nav{display:flex;align-items:center;gap:29px}.desktop-nav a{font-size:.9rem;text-decoration:none;font-weight:600}.desktop-nav a:hover{color:#477138}.nav-right{display:flex;align-items:center;gap:22px}.phone-link{font-size:.9rem;text-decoration:none;font-weight:700;white-space:nowrap}.btn{display:inline-flex;align-items:center;justify-content:center;gap:12px;text-decoration:none;border:1px solid transparent;border-radius:100px;padding:15px 24px;font-size:.92rem;font-weight:700;line-height:1.25;min-height:52px;transition:background .18s,transform .18s}.btn:hover{transform:translateY(-2px)}.btn-dark{background:var(--forest);color:white}.btn-dark:hover{background:#22563d}.btn-lime{background:var(--lime);color:var(--deep)}.btn-lime:hover{background:#e6f6b6}.btn-outline{border-color:#9faf9c;background:transparent}.btn-white{background:white;color:var(--forest)}.btn .arrow,.text-link .arrow{font-size:1.2rem}.menu-toggle{display:none;background:transparent;border:1px solid var(--line);border-radius:50%;width:46px;height:46px;font-size:20px}.mobile-menu{display:none;padding:0 24px 20px}.mobile-menu.open{display:grid;gap:12px}.mobile-menu a{padding:8px 0;text-decoration:none}.hero{background:var(--paper);padding:28px 0 32px}.hero-grid{display:grid;grid-template-columns:1.04fr 1fr;min-height:620px;gap:42px;align-items:center}.eyebrow{display:block;font-size:.75rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase;margin-bottom:22px}.hero-copy{padding:36px 0 42px}.hero h1{max-width:620px}.hero h1 em{font-family:Georgia,serif;font-weight:400;color:#54843e;letter-spacing:-.06em}.hero .intro{font-size:1.12rem;max-width:440px;color:var(--muted);margin-top:25px}.actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}.hero-note{display:flex;align-items:center;gap:12px;font-size:.84rem;margin-top:28px;color:var(--muted)}.tiny-star{font-size:23px;color:#648c37}.hero-image{position:relative;height:600px;border-radius:var(--radius);overflow:hidden;background:#d3dccb}.hero-image>img{height:100%;object-fit:cover}.photo-caption{position:absolute;bottom:22px;left:22px;right:22px;background:#fffef3;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:19px 22px;border-radius:14px}.photo-caption strong{font-size:.91rem;display:block}.photo-caption span{font-size:.8rem;color:var(--muted)}.photo-caption .seal{width:47px;height:47px;display:grid;place-items:center;border:1px solid #b8c6a4;border-radius:50%;font-size:26px;color:var(--forest);flex-shrink:0}.trust-strip{border-bottom:1px solid var(--line)}.trust-inner{display:flex;justify-content:space-between;align-items:center;gap:20px;padding:24px 0;font-size:.91rem;font-weight:600}.trust-inner span{display:flex;align-items:center;gap:10px}.check{color:#57823e;font-size:20px}.section{padding:95px 0}.section.soft{background:var(--paper)}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:42px;margin-bottom:42px}.section-heading h2{max-width:640px}.section-heading p{max-width:350px;color:var(--muted)}.text-link{font-weight:700;text-underline-offset:6px;display:inline-flex;align-items:center;gap:14px;font-size:.93rem}.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:25px}.service-card{display:flex;flex-direction:column;border:1px solid var(--line);border-radius:18px;overflow:hidden;background:white;text-decoration:none;transition:box-shadow .2s,transform .2s}.service-card:hover{transform:translateY(-5px);box-shadow:0 15px 30px #193c2210}.service-card img{height:240px;object-fit:cover}.service-body{padding:27px;flex:1;display:flex;flex-direction:column}.service-body .num{font-size:.72rem;letter-spacing:.12em;color:#647159;margin-bottom:18px}.service-body p{font-size:.97rem;color:var(--muted);margin:15px 0 24px}.service-bottom{display:flex;align-items:center;justify-content:space-between;margin-top:auto;font-size:.86rem;font-weight:700}.circle-arrow{display:grid;place-items:center;width:35px;height:35px;border:1px solid var(--line);border-radius:50%;font-size:21px}.season-row{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:24px;padding:23px 28px;background:var(--paper);border-radius:15px}.season-row p{font-size:.95rem}.split{display:grid;grid-template-columns:1fr 1fr;gap:76px;align-items:center}.split-photo{border-radius:var(--radius);overflow:hidden;position:relative}.split-photo img{height:520px;object-fit:cover}.split-copy>p{color:var(--muted);margin-top:24px}.feature-list{list-style:none;padding:0;margin:27px 0 0}.feature-list li{padding:17px 0;border-top:1px solid var(--line);display:flex;gap:16px;font-size:.97rem}.feature-list li strong{display:block}.feature-list li span:last-child{color:var(--muted)}.feature-list .check{font-size:19px;margin-top:1px}.gallery{display:grid;grid-template-columns:1.25fr 1fr 1fr;gap:24px}.gallery figure img{height:335px;object-fit:cover;border-radius:16px}.gallery figcaption{font-size:.85rem;color:var(--muted);padding:13px 2px}.dark-section{background:var(--forest);color:white}.dark-section .eyebrow{color:var(--lime)}.dark-section p{color:#d4e2d5}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:45px;margin-top:50px}.step-num{display:block;color:var(--lime);font:400 3rem Georgia,serif;margin-bottom:25px;border-bottom:1px solid #ffffff30;padding-bottom:19px}.steps h3{font-size:1.35rem;margin-bottom:15px}.steps p{font-size:.96rem}.plans{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.plan{padding:32px;border:1px solid var(--line);border-radius:18px;display:flex;flex-direction:column}.plan.featured{background:var(--forest);color:white;border-color:var(--forest)}.plan .plan-label{font-size:.72rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;margin-bottom:20px;color:#607446}.plan.featured .plan-label{color:var(--lime)}.plan p{font-size:.95rem;color:var(--muted);margin:17px 0}.plan.featured p{color:#d7e3d6}.plan ul{font-size:.92rem;padding-left:20px;margin:0 0 30px}.plan li{margin:9px 0}.plan .btn{margin-top:auto}.fine-print{font-size:.84rem;color:var(--muted);margin-top:20px;max-width:840px}.faq-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:90px}.faq-grid>div>p{margin-top:22px;color:var(--muted)}details{border-bottom:1px solid var(--line)}summary{padding:23px 34px 23px 0;cursor:pointer;list-style:none;position:relative;font-size:1rem;font-weight:600;line-height:1.5}summary::-webkit-details-marker{display:none}summary:after{content:'+';position:absolute;right:0;top:18px;font-size:25px;font-weight:400}details[open] summary:after{content:'−'}details p{padding-bottom:23px;color:var(--muted);font-size:.96rem}.quote-section{background:var(--paper);scroll-margin-top:100px}.quote-grid{display:grid;grid-template-columns:1fr 1.05fr;gap:75px;align-items:center}.quote-copy p{color:var(--muted);margin-top:22px;max-width:420px}.quote-card{background:white;border-radius:22px;padding:38px;border:1px solid var(--line)}.quote-card h3{font-size:1.7rem}.quote-card>p{margin:14px 0 24px;color:var(--muted);font-size:.95rem}.quote-card .btn{width:100%}.divider{height:1px;background:var(--line);margin:28px 0}.contact-options{display:flex;gap:12px;flex-wrap:wrap;margin-top:18px}.contact-options a{font-size:.93rem;font-weight:600;text-underline-offset:5px}.quote-phone{font:600 clamp(1.5rem,3vw,2.45rem)/1.3 Manrope,Arial;margin-top:23px;display:block;text-decoration:none;letter-spacing:-.03em}.service-areas{display:flex;flex-wrap:wrap;gap:9px;margin-top:26px}.service-areas span{padding:6px 13px;border:1px solid #c6d3bc;border-radius:100px;font-size:.83rem}.footer{background:var(--deep);color:white;padding:65px 0 24px}.footer-main{display:grid;grid-template-columns:1.3fr 1fr 1fr;gap:75px;margin-bottom:50px}.footer .brand-name{font-size:1.5rem}.footer p{color:#bfcfc1;font-size:.93rem;margin-top:18px;max-width:300px}.footer h3{font:600 .87rem Manrope;margin-bottom:20px;letter-spacing:0}.footer-links{display:grid;gap:10px}.footer-links a{color:#cbd9cc;font-size:.9rem;text-decoration:none}.footer-links a:hover{text-decoration:underline}.footer-bottom{padding-top:23px;border-top:1px solid #ffffff24;display:flex;justify-content:space-between;gap:22px;align-items:center;font-size:.78rem;color:#a9bfaf}.footer-bottom a{color:inherit}.mobile-bar{display:none}.page-hero{padding:65px 0 72px;background:var(--paper)}.breadcrumb{font-size:.8rem;color:var(--muted);margin-bottom:32px}.breadcrumb a{text-underline-offset:4px}.page-hero-grid{display:grid;grid-template-columns:1.1fr 1fr;align-items:center;gap:70px}.page-hero h1{font-size:clamp(2.7rem,4.6vw,4.8rem)}.page-hero p{margin-top:24px;color:var(--muted);font-size:1.08rem;max-width:580px}.page-hero img{height:430px;object-fit:cover;border-radius:20px}.detail-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:90px;align-items:start}.detail-content h2{font-size:2.4rem;margin:0 0 24px}.detail-content p{color:var(--muted)}.detail-content ul{padding-left:20px;color:var(--muted);margin:24px 0}.detail-content li{margin:12px 0}.detail-content h3{margin:40px 0 16px}.aside-card{padding:32px;border-radius:18px;background:var(--paper);position:sticky;top:120px}.aside-card h3{font-size:1.5rem}.aside-card p{font-size:.95rem;color:var(--muted);margin-top:18px}.aside-card .btn{margin-top:24px;width:100%}.quote-embed{width:100%;height:660px;border:1px solid var(--line);border-radius:18px;background:white}.embed-note{font-size:.84rem;color:var(--muted);margin:14px 0}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:30px}.contact-tile{padding:35px;border-radius:20px;border:1px solid var(--line)}.contact-tile p{margin:18px 0;color:var(--muted)}.contact-tile .btn{margin-top:5px}.quote-form label{display:block;font-size:.88rem;font-weight:600;margin:20px 0 7px}.quote-form input,.quote-form select,.quote-form textarea{display:block;width:100%;padding:13px 14px;border:1px solid #b6c4b8;border-radius:9px;background:white;color:var(--ink);font-size:1rem}.quote-form textarea{min-height:100px;resize:vertical}.quote-form .form-actions{display:flex;gap:10px;margin-top:23px}.quote-form .form-actions button{flex:1}.form-help{font-size:.81rem!important;color:var(--muted);margin-top:12px!important}.prose{max-width:770px}.prose h2{margin:40px 0 20px;font-size:2rem}.prose p{margin:15px 0;color:var(--muted)}.not-found{text-align:center;padding:100px 24px}.not-found p{margin:22px auto;max-width:500px}.site-header .btn{min-height:46px;padding:13px 21px}.program-intro{max-width:640px;color:var(--muted);margin:20px 0 32px}
@media(min-width:1440px){.hero-grid{min-height:660px}.hero-image{height:630px}}
@media(max-width:1150px){.desktop-nav{gap:20px}.nav-right .phone-link{display:none}.hero-grid{gap:28px}.hero-image{height:550px}.hero-grid{min-height:570px}.split{gap:40px}.faq-grid,.quote-grid{gap:45px}.gallery figure img{height:290px}}
@media(max-width:900px){.container{width:calc(100% - 40px)}.desktop-nav,.nav-right{display:none}.menu-toggle{display:block}.nav-wrap{min-height:76px}.brand img{width:47px;height:47px}.hero-grid{grid-template-columns:1fr 1fr;min-height:auto;gap:25px}.hero-copy{padding:27px 0}.hero h1{font-size:3.5rem}.hero-image{height:535px}.hero .intro{font-size:1rem}.hero .actions .btn{padding:14px 18px}.trust-inner{font-size:.8rem;gap:12px}.section{padding:70px 0}.service-grid{gap:15px}.service-body{padding:23px 19px}.service-card img{height:190px}.service-body h3{font-size:1.25rem}.split-photo img{height:500px}.gallery{gap:17px}.gallery figure img{height:250px}.plans{gap:14px}.plan{padding:25px 20px}.plan h3{font-size:1.25rem}.footer-main{gap:35px}.page-hero-grid{gap:35px}.page-hero img{height:370px}.detail-grid{gap:40px}.faq-grid{gap:40px}.quote-grid{gap:35px}.quote-card{padding:28px}.section-heading{gap:30px}}
@media(max-width:680px){body{font-size:16px}.container{width:calc(100% - 36px)}.announcement{font-size:.7rem;padding:7px 12px}.announcement .desktop-only{display:none}.nav-wrap{min-height:72px}.brand-name{font-size:1.12rem}.hero{padding-top:0;padding-bottom:20px}.hero-grid{grid-template-columns:1fr;gap:8px}.hero-copy{padding:35px 0 27px}.eyebrow{font-size:.69rem;margin-bottom:18px}.hero h1{font-size:clamp(2.9rem,12.5vw,4.5rem);max-width:510px}.hero .intro{max-width:420px;margin-top:21px;font-size:1.03rem}.actions{margin-top:24px;gap:10px}.btn{padding:14px 20px;min-height:50px}.hero-note{font-size:.8rem;margin-top:22px}.hero-image{height:365px;border-radius:17px}.photo-caption{padding:15px 17px;left:15px;right:15px;bottom:15px}.photo-caption .seal{width:39px;height:39px;font-size:23px}.photo-caption strong{font-size:.82rem}.photo-caption span{font-size:.75rem}.trust-inner{display:grid;grid-template-columns:1fr 1fr;gap:15px;padding:22px 0;font-size:.8rem}.trust-inner span:last-child{grid-column:1/-1;justify-content:center}.section{padding:62px 0}.section-heading{display:block;margin-bottom:30px}.section-heading p{margin-top:20px}.section-heading .text-link{margin-top:24px}h2{font-size:2.25rem}.service-grid{grid-template-columns:1fr;gap:23px}.service-card img{height:255px}.service-body{padding:26px}.service-body h3{font-size:1.55rem}.service-body p{font-size:1rem}.season-row{display:block;padding:23px}.season-row .text-link{margin-top:15px}.split{grid-template-columns:1fr;gap:36px}.split-photo img{height:360px}.split-copy>p{font-size:1rem}.gallery{grid-template-columns:1fr 1fr;gap:18px}.gallery figure:first-child{grid-column:1/-1}.gallery figure:first-child img{height:310px}.gallery figure img{height:200px}.gallery figcaption{font-size:.78rem}.steps{grid-template-columns:1fr;gap:28px;margin-top:30px}.step-num{font-size:2.5rem;margin-bottom:17px;padding-bottom:12px}.steps p{font-size:1rem}.plans{grid-template-columns:1fr;gap:18px}.plan{padding:30px}.plan h3{font-size:1.65rem}.plan p,.plan ul{font-size:1rem}.faq-grid,.quote-grid{grid-template-columns:1fr;gap:30px}.faq-grid>div>p{margin-top:17px}.quote-card{padding:27px}.quote-phone{font-size:2rem}.footer{padding:48px 0 100px}.footer-main{grid-template-columns:1fr 1fr;gap:35px 25px;margin-bottom:35px}.footer-main>div:first-child{grid-column:1/-1}.footer-bottom{display:block;font-size:.75rem}.footer-bottom>div+div{margin-top:14px}.mobile-bar{position:fixed;z-index:45;bottom:0;left:0;right:0;display:grid;grid-template-columns:1fr 1.5fr;gap:12px;background:white;padding:10px 18px calc(10px + env(safe-area-inset-bottom));border-top:1px solid var(--line);box-shadow:0 -5px 20px #123c2b08}.mobile-bar .btn{min-height:46px;padding:12px 18px;font-size:.88rem}.page-hero{padding:30px 0 38px}.breadcrumb{margin-bottom:25px}.page-hero-grid{grid-template-columns:1fr;gap:30px}.page-hero h1{font-size:3.1rem}.page-hero p{font-size:1rem;margin-top:19px}.page-hero img{height:300px}.detail-grid{grid-template-columns:1fr;gap:35px}.detail-content h2{font-size:2.1rem}.aside-card{position:static}.contact-grid{grid-template-columns:1fr}.contact-tile{padding:28px}.quote-embed{height:660px}.quote-form .form-actions{flex-direction:column}summary{font-size:.95rem}.season-row p{font-size:1rem}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important;animation:none!important}}

.deeplawn-wrap{width:100%;min-height:205px;margin:20px 0;overflow-wrap:anywhere}.lawn-widget{width:100%;max-width:100%}.deeplawn-wrap iframe{max-width:100%;border:0}.quote-card{min-width:0}.contact-tile{min-width:0}

/* Clear annual subscription pricing */
.price{font-size:clamp(2rem,3.4vw,3rem)!important;font-weight:800;line-height:1.1!important;letter-spacing:-.05em;margin:20px 0 8px!important;color:inherit!important}.price span{font-size:1rem;font-weight:500;letter-spacing:0}.payment-term{font-size:.85rem!important;line-height:1.5!important}.full-package{background:var(--forest,#123c2b);color:#fff;border-radius:22px;padding:36px;margin-top:24px;display:grid;grid-template-columns:1.6fr 1fr;gap:32px;align-items:center}.full-package p{color:#e1ebda}.full-package h3{font-size:2rem}.full-package .eyebrow{color:#d7ef89}.price-table-scroll{overflow-x:auto;margin:28px 0;border:1px solid #d7dfd3;border-radius:16px}.price-table{width:100%;min-width:780px;border-collapse:collapse;background:#fff}.price-table caption{text-align:left;padding:20px;font-weight:700}.price-table th,.price-table td{padding:20px;text-align:left;border-bottom:1px solid #e1e8dc}.price-table thead{background:#123c2b;color:#fff}.price-table tbody th{font-weight:700}.price-table td{font-weight:700;white-space:nowrap}.price-table small{display:block;font-size:.78rem;font-weight:400;color:#536151;margin-top:5px}.price-table tbody tr:nth-child(even){background:#f4f7ef}.price-table td:last-child{background:#eaf3d9}.billing-note{max-width:800px;padding:28px;border-left:4px solid #123c2b;background:#fff;margin-top:30px}.billing-note h3{margin-bottom:12px}.desktop-nav{gap:18px!important}@media(max-width:680px){.full-package{grid-template-columns:1fr;padding:26px}.price{font-size:2.5rem!important}}

.package-link{text-decoration:none;color:inherit;transition:transform .2s,box-shadow .2s}.package-link:hover{transform:translateY(-3px);box-shadow:0 12px 26px #123c2b16}.package-link:focus-visible{outline:3px solid #81a739;outline-offset:5px}.package-action{list-style:none!important;font-weight:700;margin-top:24px!important}.package-action:before{display:none!important}.full-package.package-link{color:white}.landing-links{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-top:28px}.landing-links>a{display:grid;grid-template-columns:1fr auto;gap:10px;padding:28px;background:white;border:1px solid #d8e2d3;border-radius:16px;color:#123c2b;text-decoration:none}.landing-links strong{font-size:1.25rem}.landing-links span{grid-column:1;font-size:1rem;color:#4d5c50}.landing-links b{grid-column:2;grid-row:1}.related-services{display:grid;gap:18px;margin-top:32px}.related-services .text-link{font-size:1rem}.closing-cta{display:flex;gap:28px;align-items:center;justify-content:space-between}.closing-cta p{margin-top:18px;max-width:620px}.closing-cta .btn-outline{color:white;border-color:#91aa91}.closing-cta .actions{flex-shrink:0;flex-direction:column}@media(max-width:760px){.landing-links{grid-template-columns:1fr}.closing-cta{display:block}.closing-cta .actions{align-items:flex-start;margin-top:24px}}

/* A separate luxury holiday-lighting experience. */
.holiday-site{background:#111820;color:#f5f1e9}.holiday-header{display:flex;justify-content:space-between;align-items:center;padding:25px 5vw;background:#111820;gap:24px}.holiday-brand{font-size:1.05rem;letter-spacing:.22em;font-weight:700;color:#f4e4c5;text-decoration:none;white-space:nowrap}.holiday-brand span{display:block;font-size:.75rem;letter-spacing:.26em;margin-top:5px}.holiday-header nav{display:flex;gap:28px;align-items:center}.holiday-header nav a{font-size:.875rem;color:#e5e0d7;text-decoration:none}.holiday-header nav .back-lawn{color:#b8bdc0}.holiday-hero{position:relative;min-height:740px;display:flex;align-items:center;isolation:isolate}.holiday-hero>img{position:absolute;width:100%;height:100%;inset:0;object-fit:cover;z-index:-2}.holiday-hero:after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,rgba(6,12,21,.85),rgba(6,12,21,.34) 65%,rgba(6,12,21,.05));z-index:-1}.holiday-hero-copy{padding:85px 7vw;max-width:850px}.holiday-kicker{display:block;text-transform:uppercase;letter-spacing:.18em;font-size:.8rem;color:#ddc594;font-weight:600;margin-bottom:25px}.holiday-site h1,.holiday-site h2{font-family:Georgia,'Times New Roman',serif;font-weight:400;letter-spacing:-.035em;line-height:1.03}.holiday-site h1{font-size:clamp(3.2rem,6.7vw,6.8rem);color:#fff9ed;margin:0 0 28px}.holiday-site h2{font-size:clamp(2.5rem,4.6vw,4.6rem);margin:0 0 30px}.holiday-hero p{font-size:1.2rem;line-height:1.7;color:#f0eadf;margin-bottom:32px}.holiday-button{display:inline-flex;padding:17px 24px;background:#e5cf9f;color:#192029;text-decoration:none;font-size:.95rem;font-weight:700;border:1px solid #e5cf9f;transition:background .2s}.holiday-button:hover{background:#f4e4c5}.holiday-site a:focus-visible{outline:3px solid #e5cf9f;outline-offset:5px}.holiday-photo-note{position:absolute;right:5vw;bottom:22px;font-size:.75rem;color:#f8edd8}.holiday-intro,.holiday-details{padding:100px 8vw;display:grid;grid-template-columns:1fr 1fr;gap:36px 70px;background:#f4f0e7;color:#202931}.holiday-intro>.holiday-kicker{grid-column:1/-1;margin-bottom:0}.holiday-intro .holiday-kicker,.holiday-details .holiday-kicker{color:#796139}.holiday-intro p,.holiday-details p,.holiday-consult p,.holiday-local p{font-size:1.05rem;line-height:1.85;margin-bottom:20px;max-width:650px}.holiday-intro a{color:#47391d}.holiday-service{padding:90px 8vw}.holiday-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:35px;margin-top:50px}.holiday-steps article{border-top:1px solid #647078;padding-top:25px}.holiday-steps article>span{color:#ddc594;font-size:.85rem}.holiday-steps h3{font-size:1.25rem;line-height:1.4;margin:25px 0 15px;color:#fff3db}.holiday-steps p{font-size:1rem;line-height:1.8;color:#c5cbd0}.holiday-faq details{border-bottom:1px solid #cbc6bc;padding:22px 0}.holiday-faq summary{font-weight:600;cursor:pointer;font-size:1rem}.holiday-faq p{font-size:1rem;margin:18px 0 0}.holiday-consult{padding:100px 8vw;display:grid;grid-template-columns:1.4fr 1fr;gap:60px;align-items:center;background:#1c2832}.holiday-contact{display:flex;flex-direction:column;align-items:flex-start;gap:24px}.holiday-contact>a:not(.holiday-button){color:#f2e8d7}.holiday-footer{display:flex;align-items:flex-start;gap:24px;flex-wrap:wrap;padding:48px 5vw;color:#b4bbc0}.holiday-footer>a:not(.holiday-brand){color:#d8c7a4;font-size:.875rem}.holiday-footer p{font-size:.875rem}.holiday-footer small{width:100%;font-size:.8rem}.holiday-local{padding:100px 8vw;background:#1c2832}.holiday-local p{color:#d5dadd}.holiday-site .skip{color:#17212b;background:#f4e4c5}@media(max-width:1000px){.holiday-steps{grid-template-columns:1fr 1fr}.holiday-header nav{gap:16px}}@media(max-width:680px){.holiday-header{flex-direction:column;align-items:flex-start;padding:22px 6vw}.holiday-header nav{flex-wrap:wrap;gap:14px 22px}.holiday-hero{min-height:700px;align-items:flex-end}.holiday-hero>img{object-position:65% center}.holiday-hero:after{background:linear-gradient(0deg,rgba(6,12,21,.94),rgba(6,12,21,.2))}.holiday-hero-copy{padding:60px 7vw 75px}.holiday-intro,.holiday-details,.holiday-consult{grid-template-columns:1fr;padding:64px 7vw;gap:25px}.holiday-steps{grid-template-columns:1fr;gap:30px}.holiday-service,.holiday-local{padding:64px 7vw}.holiday-photo-note{font-size:.75rem}.holiday-footer{flex-direction:column}.holiday-site h1{font-size:3.4rem}.holiday-kicker{font-size:.75rem;line-height:1.6}}

.holiday-teaser{display:grid;grid-template-columns:1fr 1fr;background:#111820;color:#fff3db}.holiday-teaser>img{width:100%;height:100%;min-height:380px;object-fit:cover}.holiday-teaser>div{padding:65px 6vw;align-self:center}.holiday-teaser h2{font-family:Georgia,serif;font-size:clamp(2.2rem,3.8vw,3.8rem);font-weight:400;line-height:1.1;margin:0 0 22px}.holiday-teaser p{color:#d1d5d8;margin-bottom:26px}@media(max-width:680px){.holiday-teaser{grid-template-columns:1fr}.holiday-teaser>img{min-height:0;max-height:320px}.holiday-teaser>div{padding:40px 7vw}}

.starting-price{font-size:1.9rem!important;font-weight:750;line-height:1.4!important;color:inherit!important;margin:20px 0!important;letter-spacing:-.025em}.starting-price>span{display:block;font-size:.875rem;letter-spacing:0;font-weight:500}.starting-price small{font-size:1rem;font-weight:400;letter-spacing:0;margin-left:4px}.starting-note{font-size:.875rem;color:#536151;line-height:1.65;max-width:850px;margin-top:22px}.plan-builder[hidden]{display:none!important}.care-builder-grid{display:grid;grid-template-columns:1.2fr 1fr;gap:32px;align-items:start}.care-choices{border:0;padding:0;min-width:0}.care-choices legend{font-size:1rem;font-weight:700;margin-bottom:16px}.care-choice{position:relative;display:flex;align-items:center;gap:16px;padding:22px;margin-bottom:14px;border:2px solid #dbe3d5;border-radius:15px;background:white;cursor:pointer;transition:border-color .15s,background .15s}.care-choice:has(input:checked){border-color:#123c2b;background:#edf5df}.care-choice input{width:22px;height:22px;flex-shrink:0;accent-color:#123c2b}.care-choice strong,.care-choice small{display:block}.care-choice strong{font-size:1.05rem;line-height:1.4}.care-choice small{font-size:.875rem;color:#52634f;margin-top:6px;line-height:1.6}.choice-check{margin-left:auto;color:#123c2b;opacity:0}.care-choice:has(input:checked) .choice-check{opacity:1}.care-choice:focus-within{outline:3px solid #7d9e4c;outline-offset:3px}.care-select-all{background:transparent;border:0;padding:12px 0;font:inherit;font-size:1rem;font-weight:700;text-decoration:underline;cursor:pointer;color:#123c2b}.care-result{background:#fff;border-radius:22px;padding:36px;border:1px solid #dbe3d5}.care-result h3{font-size:1.65rem;line-height:1.35;margin-bottom:14px}.care-result-description{color:#536151;line-height:1.7;min-height:54px}.care-result-price{font-size:clamp(1.8rem,3vw,2.6rem);font-weight:750;letter-spacing:-.04em;margin:22px 0}.care-result-price span{font-size:1rem;letter-spacing:0;font-weight:400}.care-handoff{font-size:.875rem;color:#536151;line-height:1.6;margin-top:18px}@media(max-width:760px){.care-builder-grid{grid-template-columns:1fr;gap:20px}.care-result{padding:26px}.care-choice{padding:18px;gap:12px}}
/* Stronger opening, useful controls, and real project photography. */
html{scroll-behavior:smooth;scroll-padding-top:110px}.home-refresh{background:#0b3627;color:#fff;padding:44px 0 58px}.home-refresh .hero-grid{gap:48px;align-items:center}.home-refresh .hero-copy{padding:0}.home-refresh .eyebrow{color:#d4ed96}.home-refresh h1{font-size:clamp(3.5rem,5.7vw,6rem);color:white;line-height:.99;letter-spacing:-.05em;margin:24px 0}.home-refresh h1 em{color:#d7ef89}.home-refresh .intro{font-size:1.15rem;color:#e4ebe3;max-width:480px;line-height:1.7}.home-refresh .hero-note{font-size:.875rem;color:#c6d8c7;margin-top:25px}.home-refresh .btn-outline{color:#fff;border-color:#93ad93}.home-refresh .hero-image{height:610px;min-height:0;border-radius:18px}.home-refresh .hero-image>img{width:100%;height:100%;object-fit:cover}.home-refresh .photo-caption{border-radius:10px;background:#f8fff0;color:#153b2c;padding:20px;display:flex;flex-wrap:wrap;gap:12px}.home-refresh .photo-caption a{font-size:.875rem;color:#153b2c}.hero-reviews{display:inline-block;color:#deefb7;font-size:.95rem;margin-top:24px;text-underline-offset:5px}.hero-note:before{display:none}.brand img{width:62px;height:62px;object-fit:contain}.planner-v2{background:#e8f3cd;border-bottom:1px solid #d4e2b5;padding:66px 0}.planner-v2 .section-heading{margin-bottom:28px}.planner-v2 h2{font-size:clamp(2.3rem,4vw,3.5rem)}.planner-v2 .care-builder-grid{grid-template-columns:1.15fr 1fr;gap:40px}.planner-controls{display:flex;align-items:end;gap:18px;margin-bottom:24px}.planner-controls>label{font-size:.875rem;font-weight:700;flex:1}.care-size{display:block;width:100%;background:#fff;border:1px solid #789361;border-radius:8px;padding:13px;margin-top:8px;font:inherit;font-size:1rem;color:#123c2b}.billing-switch{display:flex;padding:4px;background:#d4e3bc;border-radius:10px;gap:3px}.billing-switch button{border:0;background:transparent;color:#294627;padding:13px 15px;border-radius:7px;font:inherit;font-size:.875rem;white-space:nowrap;cursor:pointer}.billing-switch button[aria-pressed=true]{background:#123c2b;color:#fff}.planner-v2 .care-choice{padding:17px;border-radius:10px;margin-bottom:10px}.planner-v2 .care-choice:has(input:checked){background:#fff;border-color:#123c2b;box-shadow:4px 4px 0 #cedfaf}.planner-v2 .care-result{border:0;border-radius:16px;position:sticky;top:105px;box-shadow:0 12px 35px #294b1910}.planner-v2 .care-result h3{margin:0 0 6px}.care-result-size{font-size:.875rem;color:#62705b}.care-result-lines{font-size:.95rem;line-height:1.65;padding-left:20px;margin:14px 0 20px}.planner-v2 .care-result-description{min-height:0;font-size:.875rem;line-height:1.6;margin-bottom:22px}.planner-v2 .care-result-price{line-height:1.25}.planner-shortcuts{display:flex;justify-content:space-between;gap:16px}.care-clear{font:inherit;font-size:.875rem;cursor:pointer;color:#355d35;border:0;background:transparent;text-decoration:underline}.care-text-plan{display:block;margin-top:18px;font-size:.95rem;color:#123c2b;text-underline-offset:4px}.per-service-price{font-size:1rem!important;color:#335734!important;font-weight:650;padding-bottom:20px;border-bottom:1px solid #dce4d6}.plan{padding:30px!important}.plan h3{margin-top:0}.package-detail{font-size:.875rem!important;line-height:1.6!important}.plan .package-action{display:block}.starting-price{font-size:2.5rem!important}.work-gallery{background:#fff}.gallery-outlinks{display:flex;flex-direction:column;gap:14px;align-items:flex-start}.gallery-outlinks a{font-size:1rem}.gallery-filters{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:25px}.gallery-filters[hidden]{display:none}.gallery-filters button{font:inherit;font-size:.95rem;background:#fff;border:1px solid #aebb9e;border-radius:24px;padding:10px 19px;cursor:pointer;color:#153b2c}.gallery-filters button[aria-pressed=true]{background:#123c2b;color:white;border-color:#123c2b}.project-gallery{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:26px 20px}.project-gallery figure[hidden]{display:none}.project-gallery figure{margin:0}.photo-open{display:block;position:relative;width:100%;border:0;padding:0;background:#e7ede0;border-radius:14px;overflow:hidden;cursor:zoom-in}.photo-open img{width:100%;height:285px;object-fit:cover;display:block;transition:transform .25s}.photo-open:hover img{transform:scale(1.04)}.photo-enlarge{position:absolute;bottom:10px;right:10px;background:#ffffffed;color:#14392b;padding:7px 10px;font-size:.8rem;border-radius:7px}.project-gallery figcaption{font-size:.875rem;padding:12px 2px;color:#4e604e}.photo-dialog{max-width:min(1050px,94vw);max-height:94vh;border:0;border-radius:14px;padding:16px;background:#102d22;color:white}.photo-dialog::backdrop{background:#06150be8}.photo-dialog>img{max-height:75vh;max-width:100%;object-fit:contain;display:block;margin:auto}.photo-dialog>p{margin:12px}.photo-close{display:block;margin:0 0 12px auto;background:#e4f0c5;border:0;border-radius:6px;padding:10px 18px;color:#14392b;cursor:pointer;font:inherit}.service-directory{padding:48px 0 24px}.service-directory h2{font-size:clamp(1.8rem,3vw,2.6rem);margin-bottom:25px}.landing-photo-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.landing-photo-grid>a{color:#123c2b;text-decoration:none;background:#fff;border:1px solid #d9e2d3;border-radius:14px;overflow:hidden}.landing-photo-grid img{height:240px;width:100%;object-fit:cover;display:block}.landing-photo-grid>a>div{padding:24px}.landing-photo-grid h3{font-size:1.3rem;margin:0 0 12px}.landing-photo-grid p{font-size:1rem;line-height:1.65;color:#536151}.landing-photo-grid span{display:block;margin-top:20px;font-size:.95rem;font-weight:700}.detail-content>img{width:100%;max-height:440px;object-fit:cover;border-radius:14px;margin-bottom:32px}.owner-section .split-photo img{object-position:center 60%}button:focus-visible,select:focus-visible,a:focus-visible{outline:3px solid #88ae49;outline-offset:4px}.care-select-all:disabled{opacity:.5;cursor:default}
@media(max-width:1100px){.project-gallery{grid-template-columns:repeat(3,minmax(0,1fr))}.planner-controls{display:block}.billing-switch{margin-top:14px;display:inline-flex}.home-refresh .hero-image{height:540px}.nav-right .phone-link{display:none}}@media(max-width:760px){.home-refresh{padding:38px 0}.home-refresh .hero-grid{gap:30px}.home-refresh .hero-image{height:400px}.home-refresh h1{font-size:4rem}.planner-v2 .care-builder-grid{grid-template-columns:1fr}.planner-v2 .care-result{position:static;padding:24px}.planner-v2{padding:44px 0}.project-gallery{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px 12px}.photo-open img{height:230px}.landing-photo-grid{grid-template-columns:1fr}.landing-photo-grid img{height:260px}.section-heading .gallery-outlinks{margin-top:20px}.home-refresh .photo-caption{padding:15px}.photo-enlarge{font-size:.75rem;padding:5px 8px}.starting-price{font-size:2rem!important}}@media(max-width:420px){.project-gallery{grid-template-columns:1fr 1fr}.photo-open img{height:180px}.home-refresh h1{font-size:3.55rem}.home-refresh .actions{gap:12px}.home-refresh .btn{font-size:.875rem;padding:15px 19px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.photo-open img{transition:none}}
/* Journal, team and service guidance */
.journal-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px}.journal-card{display:flex;flex-direction:column;background:#f5f7f0;border-radius:18px;overflow:hidden;color:inherit;text-decoration:none}.journal-card img{width:100%;height:225px;object-fit:cover}.journal-card>div{padding:26px}.journal-card h2{font-size:25px;line-height:1.25}.journal-card:hover{box-shadow:0 8px 30px #123c2b18}.journal-tools{display:grid;grid-template-columns:2fr 1fr;gap:24px;max-width:800px}.journal-tools label{font-weight:700}.journal-tools input,.journal-tools select{display:block;width:100%;padding:14px;border:1px solid #aab6a9;border-radius:8px;margin-top:8px;background:white;font:inherit}.article-layout{display:grid;grid-template-columns:minmax(0,760px) minmax(230px,1fr);gap:64px}.article-copy>img{width:100%;max-height:420px;object-fit:cover;border-radius:18px}.article-copy h2{font-size:30px;margin-top:38px}.article-copy p{font-size:19px;line-height:1.85}.article-copy .article-meta,.article-copy .article-source{font-size:14px}.article-layout .aside-card{align-self:start;position:sticky;top:120px}.team-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;margin-top:30px}.team-card{padding:32px;background:#fff;border:1px solid #dce3d8;border-radius:16px}.team-card h2,.team-card h3{font-size:26px}.split>img{width:100%;max-height:520px;object-fit:cover;border-radius:20px}.service-promise{background:#eaf0e4}.promise-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:35px;margin:30px 0}.yard-helper{max-width:1000px}.yard-helper fieldset{border:0;padding:0}.yard-helper legend{font-size:24px;font-weight:700;margin-bottom:20px}.helper-choices{display:flex;flex-wrap:wrap;gap:12px}.helper-choices [aria-pressed=true]{background:#123c2b;color:#fff}.yard-result{background:#f0f4e9;border-radius:20px;padding:35px;margin-top:28px}.yard-result .actions{flex-wrap:wrap}.journal-card[hidden]{display:none}.footer-links a{padding:3px 0}.header-secondary{display:flex;justify-content:flex-end;gap:20px;padding:8px 0;font-size:13px}.header-secondary a{color:inherit;text-decoration:none}.journal-teaser{background:#f5f7f0}
@media(max-width:1000px){.journal-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.article-layout{gap:28px}}
@media(max-width:680px){.journal-grid,.team-grid,.promise-grid,.journal-tools,.article-layout{grid-template-columns:1fr}.article-layout .aside-card{position:static}.header-secondary{justify-content:center;flex-wrap:wrap;gap:8px 18px}.team-card,.yard-result{padding:24px}.journal-card img{height:210px}}
/* Long-form homeowner guides and clear next steps. */
.article-toc{margin:24px 0 36px;padding:22px 26px;background:#edf2e7;border-radius:12px}.article-toc ol{padding-left:22px;margin-bottom:0}.article-toc li{padding:4px 0}.article-toc a,.article-related a{color:#123c2b;text-underline-offset:3px}.article-copy section{scroll-margin-top:180px}.article-related{border-top:1px solid #dce3d8;margin-top:40px;padding-top:12px}.mission-section{background:#123c2b;color:#fff}.mission-section h2,.mission-section h3{color:#fff}.mission-section .eyebrow{color:#d7ef89}.mission-statement{font-size:clamp(24px,3.2vw,38px);max-width:1000px;line-height:1.4;font-weight:600}.mission-section .promise-grid{margin-top:36px}.mission-section p{color:#e4edde}.mission-section h2:nth-of-type(2){margin-top:60px}.portal-status{max-width:850px;background:#f3f6ee;padding:40px;border-radius:20px}.related-guide-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.related-guide-grid>a{padding:28px;border:1px solid #d9e1d3;border-radius:14px;background:white;color:#192b22;text-decoration:none}.related-guide-grid h3{font-size:23px}.related-guide-grid span{font-weight:700}.article-layout .aside-card .btn{white-space:normal;text-align:center;width:100%;margin-top:10px}.contact-tile#project-estimate{scroll-margin-top:180px}.home-refresh .actions .btn{white-space:normal}.holiday-site .related-guide-grid>a h3{color:#192b22}.holiday-site .related-guide-grid>a p{color:#425248}
@media(max-width:900px){.related-guide-grid{grid-template-columns:1fr}.desktop-nav{gap:14px}.nav-right .phone-link{display:none}}@media(max-width:680px){.portal-status{padding:24px}.article-copy section,.contact-tile#project-estimate{scroll-margin-top:150px}.article-toc{padding:20px}.mission-statement{font-size:26px}}
/* The online store stays easy to reach on every screen. */
.mobile-secondary-links{display:grid;gap:6px;border-top:1px solid var(--line);padding-top:14px;margin-top:8px;font-size:.9rem}.site-header .nav-right{display:flex}.site-header .nav-right .btn{white-space:nowrap}.site-header .nav-wrap{gap:16px}
@media(max-width:680px){.site-header .nav-wrap{gap:9px;min-height:76px}.site-header .brand{gap:7px}.site-header .brand img{width:38px;height:38px}.site-header .brand-name{font-size:1rem}.site-header .brand-name small{font-size:.48rem;letter-spacing:.07em}.site-header .nav-right{margin-left:auto}.site-header .nav-right .btn{padding:11px 13px;min-height:42px;font-size:.82rem;gap:5px}.site-header .nav-right .btn .arrow{display:none}.site-header .menu-toggle{width:40px;height:40px;flex-shrink:0}}
@media(max-width:360px){.site-header .brand-name small{display:none}.site-header .brand img{width:30px;height:30px}.site-header .nav-wrap{gap:7px}}

/* Concise homepage gateways and verified customer excerpts. */
.testimonials{background:#fff}.review-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.review-card{margin:0;padding:28px;border:1px solid #d9e3da;border-radius:16px;background:#f8faf5}.review-stars{color:#826313;letter-spacing:3px}.review-card blockquote{margin:20px 0;font-size:1.35rem;line-height:1.45}.review-card figcaption{font-weight:700}.review-card figcaption span{display:block;font-size:.8rem;font-weight:400;margin-top:5px}.review-source{font-size:.8rem;margin-top:22px;color:#536454}.google-rating{display:grid;gap:6px;flex-shrink:0;text-decoration:none}.google-rating strong{font-size:2.4rem}.google-rating strong span{color:#826313}.google-rating>span{font-size:.88rem}.home-path-grid{display:grid;grid-template-columns:1fr 1fr;gap:65px;align-items:center}.home-path .text-link{display:block;margin-top:22px}.work-preview img{width:100%;height:250px;object-fit:cover;border-radius:18px;margin-bottom:24px}.work-preview>a{text-decoration:none}.home-path p{max-width:48ch}.home-path h2{font-size:clamp(1.8rem,3vw,2.8rem)}
@media(max-width:760px){.review-grid,.home-path-grid{grid-template-columns:1fr}.home-path-grid{gap:42px}.review-card{padding:24px}.google-rating{margin-top:12px}.testimonials .section-heading{align-items:flex-start}.review-card blockquote{margin:12px 0}.work-preview img{height:230px}}
.holiday-countdown{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:32px;padding:48px max(6vw,24px);background:#101c2c;color:#f5eedf;border-top:1px solid #b8985b55;border-bottom:1px solid #b8985b55}.holiday-countdown h2{font-size:clamp(1.5rem,2.5vw,2.2rem);margin:12px 0}.holiday-countdown p{color:#d5ccbd;margin-bottom:0}.christmas-clock{display:flex;gap:24px}.christmas-clock[hidden]{display:none}.christmas-clock div{text-align:center;min-width:60px}.christmas-clock strong{display:block;font-size:clamp(2.2rem,4vw,3.4rem);font-variant-numeric:tabular-nums;font-weight:400;color:#e8cd96}.christmas-clock span{font-size:.72rem;text-transform:uppercase;letter-spacing:.15em;color:#d5ccbd}@media(max-width:600px){.holiday-countdown{justify-content:center;text-align:center}.holiday-countdown>div:first-child{width:100%}.christmas-clock{gap:32px}.holiday-countdown .holiday-button{margin-top:0}}

.header-help-links{display:flex;justify-content:flex-end;gap:26px;padding:0 max(5vw,20px) 12px;background:#fff}.header-help-links a{font-size:.875rem;line-height:1.5;color:#34513e;text-decoration:none}.header-help-links a:hover,.header-help-links a:focus-visible{text-decoration:underline;text-underline-offset:4px}@media(max-width:680px){.header-help-links{justify-content:center;gap:22px;padding:0 12px 10px}.header-help-links a{font-size:.875rem}}
.assistant-launch{position:fixed;right:22px;bottom:22px;z-index:45;background:#123c2b;color:white;border:1px solid #fff8;border-radius:30px;padding:15px 22px;font:600 15px inherit;box-shadow:0 5px 20px #0002;cursor:pointer}.assistant-dialog{position:fixed;margin:auto 22px 22px auto;width:min(430px,calc(100vw - 28px));max-height:85dvh;padding:0;border:1px solid #d4dfd6;border-radius:18px;color:#19382b;background:#fff;box-shadow:0 20px 80px #0004;overflow:auto}.assistant-dialog::backdrop{background:#10291e55}.assistant-head{display:flex;justify-content:space-between;align-items:center;padding:20px;background:#123c2b;color:white}.assistant-head h2{font-size:1.35rem;margin:0}.assistant-head span{font-size:.875rem}.assistant-close{border:0;background:transparent;color:white;font-size:28px;cursor:pointer;width:40px;height:40px}.assistant-log{padding:16px;max-height:31dvh;overflow:auto}.assistant-message{font-size:16px;line-height:1.5;white-space:pre-wrap;background:#f0f5ed;padding:14px;border-radius:12px;margin:0 20px 12px 0}.assistant-message.from-user{background:#e5edef;margin:0 0 12px 20px}.assistant-prompts{display:flex;gap:8px;padding:0 16px}.assistant-prompts[hidden]{display:none}.assistant-prompts button{font:inherit;font-size:14px;text-align:left;background:white;border:1px solid #d4dfd6;border-radius:8px;padding:10px;cursor:pointer}.assistant-form{padding:0 16px}.assistant-form label{font-size:14px;display:block;margin-bottom:5px}.assistant-form>div{display:flex;gap:8px}.assistant-form input{min-width:0;flex:1;padding:12px;border:1px solid #87988e;border-radius:8px;font-size:16px}.assistant-form button{background:#123c2b;color:white;padding:12px;border:0;border-radius:8px;cursor:pointer}.assistant-form button:disabled{opacity:.5}.assistant-status{font-size:14px;padding:0 16px;min-height:20px}.assistant-privacy{font-size:12px;line-height:1.5;margin:12px 16px;color:#526558}.assistant-actions{border-top:1px solid #d4dfd6;padding:14px 16px;display:flex;flex-wrap:wrap;gap:12px;font-size:14px;align-items:center}.assistant-actions .btn{width:100%;justify-content:center}.assistant-reset{margin-left:auto;border:0;background:transparent;text-decoration:underline;font:inherit;color:inherit;cursor:pointer}.holiday-site .assistant-launch{background:#101c2c;color:#e8cd96}.holiday-site .assistant-head{background:#101c2c}@media(max-width:900px){.assistant-launch{bottom:86px;right:14px}.holiday-site .assistant-launch{bottom:18px}.assistant-dialog{margin:auto;max-height:90dvh}}
/* Seasonal service calendar and home-care requests */
.service-calendar{background:#edf3e8;scroll-margin-top:150px}.service-calendar .section-heading{align-items:start}.calendar-key{display:flex;justify-content:space-between;gap:20px;margin:30px 0 20px;font-size:.9rem}.calendar-key>span:before{content:'';display:inline-block;width:12px;height:12px;border-radius:3px;background:var(--forest);margin-right:9px}.calendar-months{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:5px;margin-left:230px;margin-bottom:12px}.calendar-months button{border:1px solid transparent;border-radius:10px;padding:12px 0;background:transparent;font-size:.875rem;font-weight:700;min-height:44px;color:var(--forest)}.calendar-months button:hover{background:#dce9d0}.calendar-months button[aria-pressed=true]{background:var(--forest);color:#fff}.calendar-row{display:grid;grid-template-columns:210px 1fr;gap:20px;padding:17px 0;border-top:1px solid #ccd8c4;align-items:center}.calendar-label strong{display:block;font-size:1rem}.calendar-label>span{display:block;font-size:.875rem;color:var(--muted)}.calendar-track{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:5px}.calendar-cell{height:25px;background:#dce5d5;border-radius:4px}.calendar-cell.in-season{background:var(--forest)}.calendar-cell.month-focus{outline:2px solid #71843d;outline-offset:3px}.calendar-focus{background:#fff;border-left:5px solid var(--forest);border-radius:0 16px 16px 0;margin:25px 0;padding:26px}.calendar-focus h3{margin-bottom:14px}.calendar-focus li+li{margin-top:12px}.calendar-focus li strong{display:block}.calendar-focus ul{padding-left:20px}.calendar-explainer h3{margin:20px 0 8px}.service-detail-cards{display:grid;grid-template-columns:1fr 1fr;gap:28px;margin:28px 0}.service-detail-cards article{border:1px solid var(--line);border-radius:18px;background:#fff;padding:30px}.service-detail-cards h3{margin-bottom:16px}.service-specific>h2{margin-bottom:26px}.service-specific>p{max-width:900px}.treatment-steps{padding-left:24px}.treatment-steps li{padding:12px 0;border-bottom:1px solid var(--line)}.treatment-steps strong,.treatment-steps span{display:block}.treatment-steps strong{font-size:.9rem;color:var(--forest)}.cleaning-hero{background:var(--forest);color:white}.cleaning-hero p{color:#e0e8dd;max-width:640px}.cleaning-hero .btn-dark{background:var(--lime);color:var(--deep)}.cleaning-hero .eyebrow{color:var(--lime)}.cleaning-frequencies{display:flex;flex-wrap:wrap;gap:10px;margin-top:35px}.cleaning-frequencies span{border:1px solid #789480;border-radius:30px;padding:8px 18px;font-size:.9rem}.request-grid{display:grid;grid-template-columns:1fr 1fr;gap:70px}.request-grid h2{margin:12px 0 24px}.request-builder label{display:grid;gap:7px;font-weight:600;margin-bottom:20px}.request-builder input:not([type=checkbox]):not([type=radio]),.request-builder select,.request-builder textarea{width:100%;min-width:0;border:1px solid #b6c3b9;padding:13px 15px;border-radius:9px;background:white;color:var(--ink);font-weight:400}.request-builder textarea{min-height:120px;resize:vertical}.request-builder fieldset{border:0;padding:0;margin:0 0 30px}.request-builder legend{font-weight:700;margin-bottom:18px}.request-builder .form-help{font-size:.875rem;line-height:1.6;margin-top:18px}.request-status{font-size:.9rem;margin-top:15px}.holiday-design{max-width:1240px;width:calc(100% - 72px);margin:0 auto;padding:35px 0 90px}.holiday-design form{display:grid;grid-template-columns:1.1fr 1fr;gap:65px;align-items:start}.design-option{display:flex!important;align-items:center;gap:14px!important;padding:18px;border:1px solid #6d7380;border-radius:12px;cursor:pointer}.design-option:has(input:checked){border-color:#e9ca8f;background:#242d3b}.design-option input,.design-zones input{width:20px;height:20px;accent-color:#d7ba7d;flex-shrink:0}.design-option strong,.design-option small{display:block}.design-option small{font-size:.9rem;font-weight:400;margin-top:4px}.design-zones{display:flex;flex-wrap:wrap;gap:12px}.design-zones label{display:flex;align-items:center;gap:10px;border:1px solid #6d7380;padding:10px 15px;border-radius:25px;font-size:.95rem}.design-summary{position:sticky;top:110px;padding:34px;background:#222c3b;border:1px solid #6b6559;border-radius:18px}.design-summary h2{font-size:2.3rem;margin:14px 0 20px}.design-summary ul{padding-left:22px;margin:25px 0}.design-summary .holiday-button{width:100%;margin-top:12px;font:inherit;cursor:pointer}.design-summary .secondary{background:transparent;color:#f3d69f;border:1px solid #b59968}.design-teaser{border-top:1px solid #625947}.header-help-links{flex-wrap:wrap}
@media(max-width:760px){.calendar-months{margin-left:0;grid-template-columns:repeat(6,minmax(0,1fr));gap:7px}.calendar-months button{border-color:#c8d6be}.calendar-row{grid-template-columns:1fr;gap:8px}.calendar-label{display:flex;justify-content:space-between;gap:15px}.calendar-key{flex-direction:column;gap:8px}.calendar-cell{height:18px}.calendar-focus{padding:20px}.service-detail-cards,.request-grid,.holiday-design form{grid-template-columns:1fr;gap:22px}.service-detail-cards article{padding:24px}.holiday-design{width:calc(100% - 36px)}.design-summary{position:static;padding:24px}.request-grid{gap:35px}.service-detail-cards ul{padding-left:20px}.cleaning-frequencies span{font-size:.875rem}.header-help-links{gap:10px 20px}}
/* Navigation and progressive detail: keep the next step in view. */
.service-menu{position:relative;border:0;margin:0;padding:0}.service-menu>summary{font-size:.9rem;font-weight:600;padding:10px 0;list-style:none;white-space:nowrap}.service-menu>summary::-webkit-details-marker{display:none}.service-menu>summary:after{content:'⌄';margin-left:7px;font-size:1rem}.service-menu[open]>summary:after{content:'⌃'}.service-menu-links{position:absolute;top:100%;left:-20px;min-width:245px;padding:12px;background:white;border:1px solid var(--line);border-radius:14px;box-shadow:0 15px 35px #082a1c18;display:grid;gap:2px;z-index:50}.desktop-nav .service-menu-links a{display:block;padding:10px 12px;border-radius:8px;white-space:nowrap}.service-menu-links a:hover,.service-menu-links a[aria-current=page]{background:var(--paper);color:var(--forest)}.desktop-nav{gap:22px}.package-shortcuts{display:flex;align-items:center;flex-wrap:wrap;gap:20px;padding-top:26px}.package-shortcuts>a:not(.btn){font-size:.95rem;font-weight:600;text-underline-offset:4px}.package-extras{padding-top:0}.package-disclosure{border:1px solid var(--line);border-radius:16px;margin:0 0 18px;padding:0 25px;scroll-margin-top:150px}.package-disclosure>summary{padding:23px 0;font-family:Manrope,Arial,sans-serif;font-size:1.25rem;line-height:1.4;font-weight:700}.package-disclosure>summary small{display:block;font-family:'DM Sans',Arial,sans-serif;font-size:.9rem;font-weight:400;color:var(--muted);margin-top:5px}.package-disclosure .service-calendar{padding:30px 0;background:transparent}.package-disclosure .service-calendar>.container{width:100%}.package-disclosure .service-calendar h2{font-size:2rem}.package-disclosure>.plans{padding-top:12px}.mowing-start{display:flex;flex-wrap:wrap;align-items:center;gap:22px}.mowing-start>div{flex:1 1 450px}.mowing-start h2{font-size:2.5rem;margin-bottom:15px}.mowing-start>.text-link{flex-basis:100%}.desktop-nav a[aria-current=page],.header-help-links a[aria-current=page]{text-decoration:underline;text-underline-offset:5px}.mobile-menu{max-height:calc(100dvh - 145px);overflow-y:auto;overscroll-behavior:contain}
@media(max-width:1100px){.desktop-nav{gap:15px}.nav-wrap{gap:16px}}
@media(max-width:900px){.mobile-menu .service-menu-links{position:static;box-shadow:none;border:0;border-left:2px solid var(--line);border-radius:0;margin:4px 0 4px 10px;padding:4px 16px;min-width:0}.mobile-menu .service-menu>summary{font-size:1rem;padding:8px 0}.mobile-menu .service-menu-links a{padding:7px 0;font-size:.95rem}.package-shortcuts{gap:16px}.package-disclosure{padding:0 18px}.package-disclosure>summary{font-size:1.1rem}.package-disclosure .section-heading{display:block}.package-disclosure .section-heading>p{margin-top:18px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.btn{transition:none}.btn:hover{transform:none}}

/* WordPress block wrappers retain the authored layout. */
.wp-site-blocks{padding:0}.wp-site-blocks>*{margin-block-start:0}.wp-block-group{box-sizing:border-box}.wp-block-image{margin:0}.hero-image>.wp-block-image{height:100%}.hero-image>.wp-block-image img{height:100%;object-fit:cover;width:100%}.page-hero-grid>.wp-block-image img{height:430px;object-fit:cover;border-radius:20px}.gallery .wp-element-caption{margin:0}.wp-block-group .wp-block-group{max-width:none}.wp-block-group.container{max-width:1240px}.wp-block-group.actions{margin-top:30px}.hero-copy>.eyebrow,.split-copy>.eyebrow{margin-top:0}.editor-styles-wrapper .mobile-bar{display:none}.editor-styles-wrapper .site-header{position:static}.editor-styles-wrapper .hero-image{min-height:400px}.admin-bar .site-header{top:32px}@media(max-width:782px){.admin-bar .site-header{top:46px}}@media(max-width:680px){.page-hero-grid>.wp-block-image img{height:300px}}@media(max-width:600px){.admin-bar .site-header{top:0}}
