:root{--color-background:#f7f4ee;--color-foreground:#1d2524;--color-primary:#0f766e;--color-primary-contrast:#fff;--color-surface:#fff;--color-border:#d9ded9;--color-muted:#5f6f6c;--color-warm-surface:#efe9dd;--font-sans:Arial, Helvetica, sans-serif;--radius-sm:6px;--radius-md:8px;--shadow-soft:0 16px 40px #1d252414;--shadow-lifted:0 24px 54px #1d252424;--shadow-focus:0 0 0 4px #0f766e29}.site-header{z-index:10;border-bottom:1px solid var(--color-border);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff0;position:sticky;top:0;box-shadow:0 8px 24px #1d25240a}.site-header__inner{flex-direction:column;align-items:flex-start;gap:14px;padding:16px 0;display:flex}.site-header__brand{align-items:center;font-weight:700;transition:color .16s,transform .16s;display:inline-flex}.site-header__brand--text{gap:3px;display:grid}.site-header__brand:hover{color:var(--color-primary);transform:translateY(-1px)}.site-header__brand small{color:var(--color-muted);font-size:.78rem;font-weight:400}.site-header__logo{width:min(238px,68vw);height:auto;display:block}.site-header__nav{color:var(--color-muted);flex-wrap:wrap;gap:14px;font-size:.95rem;display:flex}.site-header__call{width:100%}.hero-section{isolation:isolate;color:#fff;background:#1d2524;min-height:auto;padding:64px 0 88px;position:relative;overflow:hidden}.hero-section:before{z-index:-1;content:"";background:linear-gradient(90deg,#0d1212d1,#0d121294 48%,#f7f4ee7a);position:absolute;inset:0}.hero-section:after{z-index:0;background:var(--color-surface);clip-path:polygon(0 36%,100% 0,100% 100%,0% 100%);content:"";height:68px;position:absolute;bottom:-1px;left:0;right:0}.hero-section__inner{z-index:1;gap:36px;display:grid;position:relative}.hero-section__copy{max-width:760px}.hero-section__background{z-index:-2;object-fit:cover;object-position:center}.hero-section .eyebrow{color:#ffffffd1}.hero-section h1{color:#fff;max-width:780px}.hero-section__rule{background:var(--color-primary);width:116px;height:6px;margin:8px 0 28px;display:block}.hero-section__form-panel{border-radius:var(--radius-md);transition:transform .18s;box-shadow:0 34px 80px #1d252438}.hero-section__form-panel:hover{transform:translateY(-3px)}.eyebrow{color:var(--color-primary);text-transform:uppercase;margin:0 0 12px;font-size:.78rem;font-weight:700}h1,h2,h3,p,blockquote,dl,dd{margin-top:0}h1{margin-bottom:20px;font-size:2.6rem;line-height:1}h2{margin-bottom:12px;font-size:2rem;line-height:1.08}h3{margin-bottom:10px;font-size:1.15rem}.section-heading p,.service-card p,.testimonial-card,.faq-item p,.contact-section p,.info-card p,.cta-section p,.site-footer p{color:var(--color-muted);line-height:1.6}.hero-section__body{color:#ffffffe6;text-shadow:0 2px 18px #0000003d;max-width:650px;font-size:1.18rem;line-height:1.7}.hero-section__actions,.cta-section__actions,.business-info-section__actions{flex-direction:column;gap:12px;margin-top:28px;display:flex}.button{border:1px solid var(--color-primary);border-radius:var(--radius-sm);background:var(--color-primary);min-height:48px;color:var(--color-primary-contrast);text-align:center;justify-content:center;align-items:center;padding:0 18px;font-weight:700;transition:transform .16s,box-shadow .16s,background-color .16s,color .16s;display:inline-flex}.button:hover{transform:translateY(-2px);box-shadow:0 14px 30px #0f766e2e}.button:focus-visible,.site-header__brand:focus-visible,.site-header__nav a:focus-visible{box-shadow:var(--shadow-focus);outline:none}.site-header__nav a{color:var(--color-muted);transition:color .16s,transform .16s;position:relative}.site-header__nav a:after{background:var(--color-primary);content:"";opacity:0;border-radius:999px;height:2px;transition:opacity .16s,transform .16s;position:absolute;bottom:-6px;left:0;right:0;transform:scaleX(.4)}.site-header__nav a:hover{color:var(--color-foreground);transform:translateY(-1px)}.site-header__nav a:hover:after{opacity:1;transform:scaleX(1)}.button--compact{min-height:44px}.button--large{flex-direction:column;gap:2px;min-height:58px}.button--large strong{font-size:1.05rem}.button--secondary{color:var(--color-primary);background:0 0}.button--ghost{color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff1f;border-color:#ffffffb3}.button--light{border-color:var(--color-primary-contrast);background:var(--color-primary-contrast);color:var(--color-primary)}.button--outline-light{color:var(--color-primary-contrast);background:0 0;border-color:#ffffffb8}.services-section,.testimonials-section,.faq-section,.contact-section,.business-info-section{padding:64px 0}.page-intro-section{background:linear-gradient(180deg, var(--color-background), var(--color-surface));padding:58px 0 36px}.page-intro-section__inner{max-width:780px}.page-intro-section__inner>p:not(.eyebrow){color:var(--color-muted);font-size:1.08rem;line-height:1.6}.services-section,.contact-section{background:var(--color-surface)}.testimonials-section,.business-info-section{background:var(--color-background)}.faq-section{background:var(--color-warm-surface)}.section-heading{max-width:650px;margin-bottom:28px}.services-grid,.testimonial-grid,.info-grid{gap:16px;display:grid}.service-card,.testimonial-card,.info-card,.faq-item,.lead-form,.contact-card{border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface);box-shadow:var(--shadow-soft);transition:transform .18s,box-shadow .18s,border-color .18s}.service-card:hover,.testimonial-card:hover,.info-card:hover,.faq-item:hover,.contact-card:hover,.lead-form:hover,.lead-form:focus-within{box-shadow:var(--shadow-lifted);border-color:#0f766e29;transform:translateY(-3px)}.service-card,.testimonial-card,.info-card,.faq-item{padding:22px}.service-card{min-height:170px}.testimonial-card{flex-direction:column;gap:18px;display:flex}.testimonial-card__rating{border-radius:var(--radius-sm);background:var(--color-background);width:fit-content;color:var(--color-primary);margin-bottom:0;padding:6px 10px;font-size:.82rem;font-weight:700;display:inline-flex}.testimonial-card blockquote{color:var(--color-foreground);margin-bottom:0;font-size:1.05rem;line-height:1.6}.testimonial-card footer{gap:4px;display:grid}.testimonial-card span{color:var(--color-muted)}.faq-section__grid,.contact-section__grid,.business-info-section__grid{gap:24px;display:grid}.faq-list{gap:12px;display:grid}.faq-item summary{cursor:pointer;min-height:32px;font-weight:700}.faq-item p{margin:14px 0 0}.contact-card{gap:6px;margin-top:24px;padding:18px;display:grid}.contact-card span{color:var(--color-muted)}.contact-card a,.info-card a,.site-footer__links a{color:var(--color-primary);font-weight:700}.lead-form{gap:16px;padding:20px;display:grid}.lead-form__heading{text-align:center;margin-bottom:4px;font-size:1.65rem}.lead-form__intro{max-width:420px;color:var(--color-muted);text-align:center;margin:-2px auto 2px;font-size:.96rem;line-height:1.5}.lead-form--hero{color:var(--color-foreground);box-shadow:none;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffffff0;border-color:#ffffffb8;gap:14px;padding:28px}.lead-form--hero:hover,.lead-form--hero:focus-within{box-shadow:none;transform:none}.lead-form.lead-form--hero label,.lead-form.lead-form--hero .lead-form__heading{color:var(--color-foreground)}.lead-form.lead-form--hero .lead-form__intro{color:var(--color-muted)}.lead-form--hero .lead-form__submit{width:fit-content;min-width:122px;padding:0 24px}.lead-form label{color:var(--color-foreground);gap:7px;font-weight:700;display:grid}.lead-form input,.lead-form select,.lead-form textarea{border:1px solid var(--color-border);border-radius:var(--radius-sm);width:100%;min-height:48px;color:var(--color-foreground);background:#fff;padding:12px;transition:border-color .16s,box-shadow .16s}.lead-form input:focus,.lead-form select:focus,.lead-form textarea:focus{box-shadow:var(--shadow-focus);border-color:#0f766e80;outline:none}.lead-form textarea{resize:vertical}.lead-form__submit{width:100%}.info-card--wide{grid-column:1/-1}.hours-list{gap:10px;margin-bottom:0;display:grid}.hours-list div{justify-content:space-between;gap:18px;display:flex}.hours-list dt{font-weight:700}.hours-list dd{color:var(--color-muted);text-align:right}.cta-section{background:var(--color-primary);color:var(--color-primary-contrast);padding:64px 0}.cta-section__inner{gap:24px;display:grid}.cta-section p{color:#ffffffd6;max-width:620px}.site-footer{background:var(--color-surface);padding:28px 0}.site-footer__inner{gap:12px;display:grid}.site-footer p{margin-bottom:0}.site-footer__links{flex-wrap:wrap;gap:12px 18px;display:flex}@media (min-width:760px){.site-header__inner{flex-direction:row;align-items:center}.site-header__nav{margin-left:auto}.site-header__call{width:auto}.hero-section{min-height:720px;padding:88px 0 96px}.hero-section__inner{grid-template-columns:minmax(0,.94fr) minmax(340px,.86fr);align-items:center}.hero-section__copy{max-width:680px}h1{font-size:4.1rem}h2{font-size:3rem}.hero-section__actions,.cta-section__actions,.business-info-section__actions{flex-flow:wrap;align-items:center}.services-section,.testimonials-section,.faq-section,.contact-section,.business-info-section{padding:76px 0}.services-grid,.testimonial-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.faq-section__grid,.contact-section__grid,.business-info-section__grid{grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);align-items:start}.faq-section__grid--single{grid-template-columns:minmax(0,1fr)}.lead-form,.info-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.lead-form.lead-form--hero{grid-template-columns:minmax(0,1fr)}.lead-form__full,.lead-form__submit{grid-column:1/-1}.cta-section__inner,.site-footer__inner{justify-content:space-between;align-items:center;display:flex}}@media (prefers-reduced-motion:no-preference){.hero-section__copy,.hero-section__form-panel,.page-intro-section__inner,.section-heading,.service-card,.testimonial-card,.faq-item,.contact-card,.lead-form,.info-card{animation:.42s both section-fade-up}.hero-section__form-panel,.lead-form,.service-card:nth-child(2),.testimonial-card:nth-child(2),.info-card:nth-child(2){animation-delay:70ms}.service-card:nth-child(3),.testimonial-card:nth-child(3),.info-card:nth-child(3){animation-delay:.12s}}@keyframes section-fade-up{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}
*{box-sizing:border-box}html{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;scroll-behavior:smooth}body{background:var(--color-background);color:var(--color-foreground);font-family:var(--font-sans);margin:0}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}.page-shell{min-height:100vh}.container{width:min(1120px,100% - 32px);margin:0 auto}
