:root{color:#1d2834;background:#f8fbfb;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;--ink: #1d2834;--muted: #68737d;--line: #dce7e5;--surface: #ffffff;--soft: #edf6f3;--accent: #3f9d84;--accent-strong: #257762;--accent-soft: #dff2ed;--dark: #1d2834}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;background:#fbfefe}a{color:inherit;text-decoration:none}button,input{font:inherit}button{border:0}.page-shell{width:100%;min-height:100vh;background:#fbfefe;color:var(--ink)}.site-header{position:sticky;top:0;z-index:10;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:22px 56px;border-bottom:1px solid var(--line);background:#fbfefef0;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.brand{flex:0 0 auto;font-size:22px;font-weight:800;color:var(--ink)}.nav-links,.header-actions{display:flex;align-items:center;gap:28px}.nav-links a,.phone-link{color:#40505b;font-size:14px;font-weight:600}.phone-link{display:inline-flex;gap:8px;align-items:center;white-space:nowrap}.button{display:inline-flex;align-items:center;justify-content:center;min-height:44px;border-radius:8px;padding:0 20px;font-size:14px;font-weight:750;cursor:pointer;transition:transform .16s ease,background .16s ease,border .16s ease,color .16s ease,opacity .16s ease}.button:hover{transform:translateY(-1px)}.button:disabled{cursor:not-allowed;opacity:.44;transform:none}.button-primary{background:var(--accent);color:#fff}.button-primary:hover{background:var(--accent-strong)}.button-secondary{border:1px solid #ccdcd9;color:#273640;background:#fff}.button-large{min-height:50px;padding:0 26px;font-size:15px}.hero{position:relative;display:grid;grid-template-columns:minmax(0,1fr) minmax(420px,1fr);min-height:560px;overflow:hidden;isolation:isolate;--squeegee-blade-offset: 6.8%}.hero-copy{display:flex;flex-direction:column;justify-content:center;gap:22px;padding:76px 56px}.eyebrow{width:fit-content;margin:0;padding:6px 12px;border-radius:20px;background:var(--accent-soft);color:#246e5a;font-size:12px;font-weight:750}h1,h2,h3,p{margin:0}h1{max-width:520px;font-size:clamp(38px,5vw,64px);line-height:1.06;font-weight:850}h2{font-size:clamp(24px,3vw,32px);line-height:1.15;font-weight:850}h3{font-size:20px;line-height:1.25}.hero-text{max-width:470px;color:var(--muted);font-size:17px;line-height:1.6}.hero-actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:6px}.hero-media{position:relative;min-height:420px;overflow:hidden}.hero-media img{display:block;width:100%;height:100%;object-fit:cover}.hero-media:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#fbfefe1f,#fbfefe00);pointer-events:none}.hero-wipe-intro{position:absolute;top:0;right:0;bottom:0;left:0;z-index:4;overflow:hidden;pointer-events:none;contain:paint;--hero-wipe-progress: 0}.hero-fog{position:absolute;top:0;right:0;bottom:0;left:0;clip-path:inset(0 0 0 calc(var(--hero-wipe-progress) * 1%));background:radial-gradient(circle at 14% 26%,rgba(255,255,255,.44),transparent 24%),radial-gradient(circle at 78% 18%,rgba(255,255,255,.34),transparent 20%),radial-gradient(circle at 62% 72%,rgba(255,255,255,.28),transparent 26%),linear-gradient(110deg,#ffffffc2,#f4faf994);backdrop-filter:blur(9px) saturate(.92);-webkit-backdrop-filter:blur(9px) saturate(.92);will-change:clip-path}.hero-fog:before,.hero-fog:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.hero-fog:before{opacity:.28;background-image:radial-gradient(circle at 12% 24%,rgba(255,255,255,.72) 0 1px,transparent 2px),radial-gradient(circle at 36% 58%,rgba(255,255,255,.58) 0 1px,transparent 2px),radial-gradient(circle at 74% 34%,rgba(255,255,255,.66) 0 1px,transparent 2px),radial-gradient(circle at 88% 78%,rgba(255,255,255,.52) 0 1px,transparent 2px);background-size:120px 150px,170px 130px,150px 180px,210px 160px}.hero-fog:after{opacity:.18;background:linear-gradient(100deg,transparent 0 16%,rgba(255,255,255,.58) 17%,transparent 19% 100%),repeating-linear-gradient(92deg,rgba(255,255,255,.16) 0 1px,transparent 1px 54px)}.hero-squeegee-track{position:absolute;top:0;right:0;bottom:0;left:0;transform:translate(calc(var(--hero-wipe-progress) * 1%));will-change:transform}.hero-squeegee{position:absolute;top:50%;left:0;width:auto;height:calc(100% + 120px);max-width:none;object-fit:contain;opacity:0;transform:translate(calc(-1 * var(--squeegee-blade-offset)),-50%);filter:drop-shadow(0 18px 28px rgba(29,40,52,.22));-webkit-user-select:none;user-select:none;transition:opacity .16s ease}.hero-wipe-intro.is-ready .hero-squeegee{opacity:1}@supports not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))){.hero-fog{background:radial-gradient(circle at 18% 24%,rgba(255,255,255,.58),transparent 24%),radial-gradient(circle at 72% 62%,rgba(255,255,255,.38),transparent 28%),linear-gradient(110deg,#ffffffe0,#f7fcfbb8)}}@media(prefers-reduced-motion:reduce){.hero-wipe-intro{display:none}}.trust-strip{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.trust-item{display:flex;gap:12px;align-items:center;padding:22px 56px;border-right:1px solid var(--line)}.trust-item:last-child{border-right:0}.icon-pill{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;width:36px;height:36px;border-radius:50%;color:#246e5a;background:var(--accent-soft)}.trust-item strong,.trust-item small{display:block}.trust-item strong{font-size:14px}.trust-item small{margin-top:2px;color:var(--muted);font-size:12px}.section{padding:64px 56px}.section-heading{margin-bottom:32px}.section-heading p,.area-section p,.quote-head p,.review-heading p{margin-top:8px;color:var(--muted);font-size:15px}.service-grid,.testimonial-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.service-card,.testimonial-card,.estimate-card{border:1px solid var(--line);border-radius:12px;background:var(--surface)}.service-card{padding:28px}.service-card h3{margin:10px 0 8px;font-weight:780}.service-card p:last-child,.testimonial-card p{color:var(--muted);font-size:14px;line-height:1.6}.price-label,.step-label{color:#27725d;font-size:13px;font-weight:800;text-transform:uppercase}.price-label{letter-spacing:.04em}.quote-section{padding-top:0}.quote-panel{overflow:hidden;border:1px solid var(--line);border-radius:16px;background:#f0f8f6}.quote-head{padding:28px 32px 0}.progress-track{height:6px;margin-top:20px;margin-bottom:24px;overflow:hidden;border-radius:3px;background:#d9e7e4}.progress-track span{display:block;height:100%;border-radius:inherit;background:var(--accent);transition:width .18s ease}.quote-body{padding:0 32px 32px}.step-label{margin-bottom:14px}.option-grid{display:grid;gap:12px}.option-grid-four{grid-template-columns:repeat(4,1fr)}.option-grid-two{grid-template-columns:repeat(2,1fr)}.option-card{min-height:88px;padding:18px 14px;border:2px solid var(--line);border-radius:10px;color:var(--ink);background:#fff;text-align:center;cursor:pointer}.option-card:hover,.option-card.is-selected{border-color:var(--accent);background:#f8fffd}.option-card strong,.option-card span{display:block}.option-card strong{font-size:15px}.option-card span{margin-top:5px;color:var(--muted);font-size:12px;line-height:1.35}.quote-controls{display:flex;justify-content:space-between;gap:16px;margin-top:26px}.ghost-button{color:#40505b;background:transparent}.estimate-wrap{display:grid;gap:18px}.success-message{display:grid;justify-items:center;gap:8px;padding:22px;text-align:center}.success-icon{display:inline-flex;align-items:center;justify-content:center;width:46px;height:46px;border-radius:50%;color:#246e5a;background:var(--accent-soft)}.success-message p{color:var(--muted);font-size:14px}.estimate-grid{display:grid;grid-template-columns:minmax(240px,1fr) minmax(260px,1fr);gap:24px}.estimate-card{align-self:start;padding:22px}.estimate-card p{color:var(--muted);font-size:13px}.estimate-card strong{display:block;margin-top:8px;font-size:clamp(26px,3vw,34px);line-height:1.1}.estimate-card span{display:block;margin-top:6px;color:var(--muted);font-size:12px}.lead-form{display:grid;gap:10px}.lead-form label{display:grid;gap:6px}.lead-form label span{color:#4e5e68;font-size:12px;font-weight:700}.lead-form input{width:100%;min-height:46px;border:1px solid #ccdcd9;border-radius:8px;padding:0 14px;color:var(--ink);background:#fff}.testimonials{padding-top:0}.review-heading h2,.area-section h2,.faq-section h2{margin-bottom:24px}.review-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:24px}.review-heading h2{margin:8px 0 0}.review-link{flex:0 0 auto;gap:8px}.testimonial-grid{grid-template-columns:repeat(3,1fr);gap:20px}.testimonial-card{padding:22px}.google-review-card{display:flex;min-height:210px;flex-direction:column}.google-review-card p{margin-top:12px}.testimonial-card strong,.testimonial-card span{display:block}.testimonial-card strong{margin-top:auto;padding-top:14px;font-size:13px}.testimonial-card span{margin-top:2px;color:var(--muted);font-size:12px}.stars{display:flex;gap:3px;color:#e0a72e}.area-section{display:grid;grid-template-columns:minmax(0,1fr) minmax(300px,1fr);gap:40px;padding-top:0}.city-list{display:flex;flex-wrap:wrap;gap:10px;margin-top:20px}.city-list span{padding:8px 14px;border-radius:18px;color:#246e5a;background:var(--accent-soft);font-size:13px;font-weight:700}.map-card{display:flex;align-items:center;justify-content:center;gap:12px;min-height:180px;border-radius:12px;color:#246e5a;background:linear-gradient(#ffffff75,#ffffff75),repeating-linear-gradient(45deg,#d9ebe7,#d9ebe7 12px,#eff8f5 12px,#eff8f5 24px);font-weight:800}.faq-section{padding-top:0}.faq-list{border-top:1px solid var(--line)}.faq-item{border-bottom:1px solid var(--line)}.faq-item button{display:flex;align-items:center;justify-content:space-between;gap:16px;width:100%;padding:18px 0;color:var(--ink);background:transparent;text-align:left;cursor:pointer}.faq-item button span{font-size:15px;font-weight:800}.faq-item p{max-width:720px;padding:0 0 18px;color:var(--muted);font-size:14px;line-height:1.65}.footer{display:flex;justify-content:space-between;gap:24px;padding:44px 56px;color:#e1eeee;background:var(--dark)}.footer strong,.footer span,.footer a{display:block}.footer strong{margin-bottom:8px;font-size:18px}.footer span,.footer a{color:#e1eeeec7;font-size:13px}.footer div:last-child{text-align:right}@media(max-width:1040px){.site-header{flex-wrap:wrap}.nav-links{order:3;width:100%;justify-content:center}.hero{grid-template-columns:1fr}.hero-media{min-height:360px}.trust-item{padding:22px 28px}}@media(max-width:780px){.page-shell{box-shadow:none}.site-header,.section,.footer{padding-right:22px;padding-left:22px}.site-header{position:static}.brand{font-size:21px}.nav-links{display:none}.header-actions{gap:10px}.phone-link span{display:none}.hero-copy{padding:58px 22px 42px}.hero-media{min-height:300px}.trust-strip,.service-grid,.testimonial-grid,.area-section,.estimate-grid{grid-template-columns:1fr}.trust-item{border-right:0;border-bottom:1px solid var(--line);padding:20px 22px}.trust-item:last-child{border-bottom:0}.option-grid-four,.option-grid-two{grid-template-columns:1fr}.quote-head,.quote-body{padding-right:18px;padding-left:18px}.review-heading{align-items:flex-start;flex-direction:column}.footer{display:grid}.footer div:last-child{text-align:left}}
