/* From index.html <style>: tokens, nav, footer, drawer (global) */
:where(.nav,.footer,#mobileMenu),:where(.nav *,.footer *,#mobileMenu *){margin:0;padding:0;box-sizing:border-box}
:where(.nav,.footer,#mobileMenu)::before,:where(.nav *,.footer *,#mobileMenu *)::before{margin:0;padding:0;box-sizing:border-box}
:where(.nav,.footer,#mobileMenu)::after,:where(.nav *,.footer *,#mobileMenu *)::after{margin:0;padding:0;box-sizing:border-box}
:root{
--sage:#5B7B5E;--sage-deep:#3D5A40;--sage-light:#8BAF8E;--sage-pale:#E8F0E9;--sage-wash:#F4F7F5;
--terracotta:#C4734F;--terracotta-light:#D4956F;--terracotta-pale:#FDF3EE;
--cream:#FDF9F3;--cream-warm:#F7F0E6;
--charcoal:#3A3A3A;--warm-grey:#6B6760;--light-grey:#B5B0A8;
--white:#FFFFFF;
--font-display:'Spectral',Georgia,serif;
--font-body:'Source Sans 3',system-ui,sans-serif;
--z-overlay:100;--z-nav:200;--z-skip:300;
}
.nav__brand-name, .footer__brand-name{font-weight:600}
html{scroll-behavior:smooth;font-size:16px;scroll-padding-top:100px}
.nav{position:fixed;top:0;left:0;right:0;z-index:var(--z-nav);padding:1rem 0;transition:background .4s ease,box-shadow .4s ease}
body.menu-open .nav__cta{display:none}
.nav.scrolled{background:rgba(253,249,243,.95);backdrop-filter:blur(16px);box-shadow:0 2px 20px rgba(0,0,0,.04)}
.nav__inner{display:flex;align-items:center;justify-content:space-between;max-width:1200px;margin:0 auto;padding:0 1.75rem}
.nav__brand{display:flex;align-items:center;gap:.75rem}
.nav__brand-logo{height:44px;width:auto;display:block}
.nav__brand-name{font-family:var(--font-display);font-size:1.125rem;color:var(--charcoal)}
.nav__brand-name span{color:var(--sage)}
.nav__links{display:flex;align-items:center;gap:2rem;list-style:none}
.nav__links a{font-size:.875rem;font-weight:500;color:var(--warm-grey);transition:color .3s}
.nav__links a:hover{color:var(--sage-deep)}
.nav__cta{background:var(--sage);color:var(--white);padding:.625rem 1.5rem;border-radius:100px;font-weight:600;font-size:.8125rem;transition:all .3s;letter-spacing:.02em}
.nav__cta:hover{background:var(--sage-deep);transform:translateY(-1px);box-shadow:0 6px 20px rgba(91,123,94,.25)}
.nav__phone{color:var(--sage-deep);font-weight:600;font-size:.875rem;display:flex;align-items:center;gap:.4rem}
.nav__hamburger{display:none;flex-direction:column;justify-content:center;align-items:center;gap:5px;cursor:pointer;background:none;border:none;width:44px;height:44px;padding:0;color:var(--charcoal)}
.nav__hamburger span{width:22px;height:2px;background:currentColor;border-radius:1px;transition:all .3s}
.skip{position:fixed;top:-100px;left:1rem;z-index:var(--z-skip);background:var(--sage);color:var(--white);padding:.75rem 1.25rem;border-radius:10px;font-weight:600;transition:top .2s ease}
.skip:focus{top:1rem}
.footer{background:var(--charcoal);color:rgba(255,255,255,.72);padding:4rem 0 2rem;font-size:.8125rem}
.footer__grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;margin-bottom:3rem}
.footer__brand-name{font-family:var(--font-display);font-size:1.25rem;color:var(--white);margin-bottom:1rem}
.footer__brand-name span{color:var(--sage-light)}
.footer__brand-lockup{display:flex;align-items:center;gap:.85rem;margin-bottom:1rem}
.footer__brand-lockup .footer__brand-name{margin-bottom:0}
.footer__logo{height:50px;width:auto;display:block;flex-shrink:0}
.footer__brand p{line-height:1.7;max-width:280px}
.footer__col-title{font-weight:600;font-size:.6875rem;letter-spacing:.15em;text-transform:uppercase;color:var(--white);margin-bottom:1.25rem}
.footer__col ul{list-style:none;padding:0}
.footer__col li{margin-bottom:.5rem}
.footer__col a{transition:color .3s}
.footer__col a:hover{color:var(--sage-light)}
.footer__bottom{border-top:1px solid rgba(255,255,255,.12);padding-top:1.5rem;display:flex;justify-content:space-between;flex-wrap:wrap;gap:1rem;font-size:.75rem}
:where(.nav,.footer,#mobileMenu):focus-visible,:where(.nav *,.footer *,#mobileMenu *):focus-visible{margin:0;padding:0;box-sizing:border-box}
@media(prefers-reduced-motion:reduce){:where(.nav,.footer,#mobileMenu),:where(.nav *,.footer *,#mobileMenu *){margin:0;padding:0;box-sizing:border-box}
:where(.nav,.footer,#mobileMenu)::before,:where(.nav *,.footer *,#mobileMenu *)::before{margin:0;padding:0;box-sizing:border-box}
:where(.nav,.footer,#mobileMenu)::after,:where(.nav *,.footer *,#mobileMenu *)::after{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:auto!important}}
.nav__mobile-overlay{position:fixed;inset:0;background:rgba(253,249,243,.98);z-index:var(--z-overlay);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2rem;opacity:0;pointer-events:none;transition:opacity .3s ease}
.nav__mobile-overlay.open{opacity:1;pointer-events:all}
.nav__mobile-overlay a{color:var(--charcoal);font-family:var(--font-display);font-size:1.5rem;transition:color .3s}
.nav__mobile-overlay a:hover{color:var(--sage-deep)}
.nav__mobile-overlay a.btn--primary{color:var(--white)}
.nav__mobile-overlay a.btn--primary:hover{color:var(--white)}
.nav__hamburger.active span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}
.nav__hamburger.active span:nth-child(2){opacity:0}
.nav__hamburger.active span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}
@media(max-width:1024px){.nav__links{display:none}
.nav__hamburger{display:flex}
.nav__phone{display:none}
.footer__grid{grid-template-columns:1fr 1fr}}
@media(max-width:768px){.footer__grid{grid-template-columns:1fr}
.footer__bottom{flex-direction:column;text-align:center}}
/* home-page-scoped remainder */
:where(body.home *), :where(body.home *)::before, :where(body.home *)::after{margin:0;padding:0;box-sizing:border-box}
:where(body.home) h1, :where(body.home) h2, :where(body.home) h3{font-weight:700;text-wrap:balance}
:where(body.home) .faq__question, :where(body.home) .testimonial__quote{font-weight:600}
:where(body.home) .hero__greeting{font-weight:500}
:where(body.home) p{text-wrap:pretty}
body:where(.home){font-family:var(--font-body);color:var(--charcoal);background:var(--cream);line-height:1.7;overflow-x:hidden;-webkit-font-smoothing:antialiased}
:where(body.home) img{max-width:100%;display:block}
:where(body.home) a{text-decoration:none;color:inherit}
:where(body.home) .container, .container{max-width:1200px;margin:0 auto;padding:0 1.75rem}
:where(body.home) .hero{position:relative;min-height:95vh;display:flex;align-items:center;background:var(--cream);padding-top:80px;overflow:hidden}
:where(body.home) .hero__accent{position:absolute;top:0;right:0;width:45%;height:100%;background:var(--sage-wash);border-radius:0 0 0 80px;opacity:.6}
:where(body.home) .hero__content{position:relative;z-index:2;max-width:1200px;margin:0 auto;padding:0 1.75rem;width:100%}
:where(body.home) .hero__grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}
:where(body.home) .hero__greeting{font-size:1rem;color:var(--sage);font-weight:500;margin-bottom:.75rem;font-style:normal;font-family:var(--font-display)}
:where(body.home) .hero__title{font-family:var(--font-display);font-size:clamp(2.5rem,4.5vw,3.75rem);line-height:1.25;margin-bottom:1.5rem;color:var(--charcoal)}
:where(body.home) .hero__title em{font-style:normal;color:var(--sage-deep)}
:where(body.home) .hero__desc{font-size:1.125rem;color:var(--warm-grey);line-height:1.8;margin-bottom:2.5rem;max-width:480px;font-weight:400}
:where(body.home) .hero__actions{display:flex;gap:1rem;flex-wrap:wrap;align-items:center}
:where(body.home) .btn{display:inline-flex;align-items:center;gap:.5rem;padding:.875rem 2rem;font-size:.9375rem;font-weight:600;border-radius:100px;border:none;cursor:pointer;transition:background .3s ease,color .3s ease,border-color .3s ease,transform .3s ease,box-shadow .3s ease}
:where(body.home) .btn--primary{background:var(--sage);color:var(--white)}
:where(body.home) .btn--primary:hover{background:var(--sage-deep);transform:translateY(-2px);box-shadow:0 10px 30px rgba(91,123,94,.25)}
:where(body.home) .btn--soft{background:var(--white);color:var(--sage-deep);border:1.5px solid var(--sage-light)}
:where(body.home) .btn--soft:hover{background:var(--sage-pale);border-color:var(--sage)}
:where(body.home) .btn--outline{background:transparent;color:var(--sage-deep);border:1.5px solid var(--sage-light)}
:where(body.home) .btn--outline:hover{background:var(--sage-pale);border-color:var(--sage)}
:where(body.home) .hero__visual{position:relative;display:flex;justify-content:center}
:where(body.home) .hero__image-frame{position:relative;width:100%;max-width:440px;aspect-ratio:4/5;border-radius:24px;overflow:hidden;background:var(--sage-pale)}
:where(body.home) .hero__image-frame::before{content:'';position:absolute;inset:0;border:2px solid rgba(91,123,94,.15);border-radius:24px;z-index:2}
:where(body.home) .hero__image-placeholder{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;text-align:center;color:var(--sage-light);font-size:.8rem;line-height:1.6}
:where(body.home) .hero__image-placeholder svg{width:56px;height:56px;fill:var(--sage-light);opacity:.5;margin-bottom:1rem}
:where(body.home) .hero__image-placeholder strong{display:block;font-size:.875rem;color:var(--sage);margin-bottom:.5rem}
:where(body.home) .hero__float-card{position:absolute;bottom:24px;left:-24px;background:var(--white);border-radius:16px;padding:1.25rem 1.5rem;box-shadow:0 12px 40px rgba(0,0,0,.08);z-index:3;max-width:210px}
:where(body.home) .hero__float-card p{font-size:.8125rem;color:var(--warm-grey);line-height:1.6;font-style:normal}
:where(body.home) .hero__float-card .author{font-size:.75rem;font-weight:600;color:var(--charcoal);margin-top:.5rem;font-style:normal}
:where(body.home) .local{padding:7rem 0;background:var(--white)}
:where(body.home) .local__grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}
:where(body.home) .local__title{font-family:var(--font-display);font-size:clamp(2rem,3.5vw,3rem);line-height:1.2;margin-bottom:1.5rem}
:where(body.home) .local__title em{font-style:normal;color:var(--sage-deep)}
:where(body.home) .local__text{color:var(--warm-grey);font-size:1.0625rem;line-height:1.8;margin-bottom:2rem}
:where(body.home) .local__areas{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:2rem}
:where(body.home) .local__area{padding:.5rem 1.25rem;background:var(--sage-pale);border-radius:100px;font-size:.8125rem;font-weight:600;color:var(--sage-deep)}
:where(body.home) .local__map{position:relative;border-radius:24px;overflow:hidden;aspect-ratio:4/3;background:var(--sage-wash)}
:where(body.home) .local__map-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:var(--sage-light);font-size:.8rem;text-align:center;padding:2rem}
:where(body.home) .services{padding:7rem 0;background:var(--cream)}
:where(body.home) .services__header{text-align:center;max-width:640px;margin:0 auto 4rem}
:where(body.home) .services__title{font-family:var(--font-display);font-size:clamp(2rem,3.5vw,3rem);line-height:1.2;margin-bottom:1rem}
:where(body.home) .services__title em{font-style:normal;color:var(--sage-deep)}
:where(body.home) .services__desc{color:var(--warm-grey);font-size:1.0625rem;line-height:1.8}
:where(body.home) .services__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}
:where(body.home) .service-card{background:var(--white);border-radius:20px;padding:2.25rem;transition:transform .4s ease,box-shadow .4s ease,border-color .4s ease;border:1.5px solid transparent}
:where(body.home) .service-card:hover{transform:translateY(-4px);box-shadow:0 16px 48px rgba(0,0,0,.06);border-color:var(--sage-pale)}
:where(body.home) .service-card__emoji{display:inline-flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:16px;background:var(--sage-pale);color:var(--sage-deep);margin-bottom:1.25rem}
:where(body.home) .service-card__emoji svg{width:26px;height:26px}
:where(body.home) .service-card:nth-child(even) .service-card__emoji{background:var(--terracotta-pale);color:var(--terracotta)}
:where(body.home) .service-card__title{font-family:var(--font-display);font-size:1.25rem;margin-bottom:.75rem;color:var(--charcoal)}
:where(body.home) .service-card__text{font-size:.9375rem;color:var(--warm-grey);line-height:1.7}
:where(body.home) .service-card__link{display:inline-flex;align-items:center;gap:.375rem;margin-top:1.25rem;font-size:.875rem;font-weight:600;color:var(--sage);transition:gap .3s}
:where(body.home) .service-card:hover .service-card__link{gap:.625rem}
:where(body.home) .story{padding:7rem 0;background:var(--sage-wash)}
:where(body.home) .story__header{text-align:center;max-width:600px;margin:0 auto 4rem}
:where(body.home) .story__title{font-family:var(--font-display);font-size:clamp(2rem,3.5vw,3rem);line-height:1.2;margin-bottom:1rem}
:where(body.home) .story__title em{font-style:normal;color:var(--sage-deep)}
:where(body.home) .story__steps{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;max-width:900px;margin:0 auto}
:where(body.home) .story__step{background:var(--white);border-radius:20px;padding:2.25rem;display:flex;gap:1.5rem;align-items:flex-start;transition:all .3s}
:where(body.home) .story__step:hover{box-shadow:0 12px 40px rgba(0,0,0,.05)}
:where(body.home) .story__step-num{width:48px;height:48px;border-radius:16px;background:var(--sage-pale);display:flex;align-items:center;justify-content:center;font-family:var(--font-display);font-size:1.25rem;color:var(--sage-deep);flex-shrink:0}
:where(body.home) .story__step-title{font-family:var(--font-display);font-size:1.125rem;margin-bottom:.375rem}
:where(body.home) .story__step-text{font-size:.9375rem;color:var(--warm-grey);line-height:1.7}
:where(body.home) .human{padding:7rem 0;background:var(--white)}
:where(body.home) .human__grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}
:where(body.home) .human__image{position:relative;border-radius:24px;overflow:hidden;aspect-ratio:1;background:var(--terracotta-pale)}
:where(body.home) .human__image-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:var(--terracotta-light);font-size:.8rem;text-align:center;padding:2rem}
:where(body.home) .human__title{font-family:var(--font-display);font-size:clamp(2rem,3.5vw,3rem);line-height:1.2;margin-bottom:1.5rem}
:where(body.home) .human__title em{font-style:normal;color:var(--terracotta)}
:where(body.home) .human__text{color:var(--warm-grey);font-size:1.0625rem;line-height:1.8;margin-bottom:1.5rem}
:where(body.home) .human__list{list-style:none;display:flex;flex-direction:column;gap:1rem}
:where(body.home) .human__list li{display:flex;align-items:flex-start;gap:.75rem;font-size:.9375rem;color:var(--charcoal);line-height:1.6}
:where(body.home) .human__list li::before{content:'✓';color:var(--sage);font-weight:700;font-size:1rem;flex-shrink:0;margin-top:2px}
:where(body.home) .testimonial{padding:7rem 0;background:var(--sage-deep);color:var(--white);position:relative;overflow:hidden}
:where(body.home) .testimonial::before{content:'';position:absolute;top:-100px;right:-100px;width:400px;height:400px;border-radius:50%;background:rgba(255,255,255,.03)}
:where(body.home) .testimonial__inner{max-width:800px;margin:0 auto;text-align:center}
:where(body.home) .testimonial__quote{font-family:var(--font-display);font-size:clamp(1.5rem,3vw,2.25rem);line-height:1.5;font-style:normal;margin-bottom:2rem;opacity:.95}
:where(body.home) .testimonial__quote::before{content:'\201C';display:block;font-size:4rem;line-height:1;margin-bottom:.5rem;opacity:.3;color:var(--sage-light)}
:where(body.home) .testimonial__author{font-size:1rem;font-weight:600;margin-bottom:.25rem}
:where(body.home) .testimonial__location{font-size:.875rem;opacity:.85}
:where(body.home) .team{padding:7rem 0;background:var(--cream)}
:where(body.home) .team__header{text-align:center;max-width:600px;margin:0 auto 3rem}
:where(body.home) .team__title{font-family:var(--font-display);font-size:clamp(2rem,3.5vw,3rem);line-height:1.2;margin-bottom:1rem}
:where(body.home) .team__title em{font-style:normal;color:var(--sage-deep)}
:where(body.home) .team__card{max-width:500px;margin:0 auto;background:var(--white);border-radius:24px;overflow:hidden;box-shadow:0 8px 40px rgba(0,0,0,.04)}
:where(body.home) .team__photo{aspect-ratio:3/2;background:var(--sage-pale);display:flex;align-items:center;justify-content:center;color:var(--sage-light);font-size:.8rem;text-align:center}
:where(body.home) .team__info{padding:2rem;text-align:center}
:where(body.home) .team__name{font-family:var(--font-display);font-size:1.5rem;margin-bottom:.25rem}
:where(body.home) .team__role{font-size:.8125rem;font-weight:600;color:var(--sage);letter-spacing:.08em;text-transform:uppercase;margin-bottom:1rem}
:where(body.home) .team__bio{font-size:.9375rem;color:var(--warm-grey);line-height:1.7;margin-bottom:1.5rem}
:where(body.home) .team__contact{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}
:where(body.home) .team__contact a{padding:.625rem 1.5rem;border-radius:100px;font-size:.875rem;font-weight:600;transition:all .3s}
:where(body.home) .team__contact .btn--primary{background:var(--sage);color:var(--white)}
:where(body.home) .team__contact .btn--outline{background:transparent;color:var(--sage-deep);border:1.5px solid var(--sage-light)}
:where(body.home) .faq{padding:7rem 0;background:var(--white)}
:where(body.home) .faq__header{text-align:center;max-width:600px;margin:0 auto 3rem}
:where(body.home) .faq__title{font-family:var(--font-display);font-size:clamp(2rem,3.5vw,3rem);line-height:1.2;margin-bottom:1rem}
:where(body.home) .faq__title em{font-style:normal;color:var(--sage-deep)}
:where(body.home) .faq__list{max-width:720px;margin:0 auto;display:flex;flex-direction:column;gap:1rem}
:where(body.home) .faq__item{background:var(--cream);border-radius:16px;padding:1.75rem;cursor:pointer;transition:all .3s}
:where(body.home) .faq__item:hover{box-shadow:0 4px 20px rgba(0,0,0,.04)}
:where(body.home) .faq__question{font-family:var(--font-display);font-size:1.125rem;margin-bottom:.5rem;display:flex;justify-content:space-between;align-items:center;gap:1rem}
:where(body.home) .faq__question::after{content:'+';font-family:var(--font-body);font-size:1.5rem;font-weight:300;color:var(--sage);transition:transform .3s;flex-shrink:0}
:where(body.home) .faq__item.open .faq__question::after{transform:rotate(45deg)}
:where(body.home) .faq__answer{font-size:.9375rem;color:var(--warm-grey);line-height:1.7;max-height:0;overflow:hidden;transition:max-height .4s ease}
:where(body.home) .faq__item.open .faq__answer{max-height:300px;margin-top:.75rem}
:where(body.home) .cta{padding:7rem 0;background:var(--sage-wash);text-align:center}
:where(body.home) .cta__inner{max-width:640px;margin:0 auto}
:where(body.home) .cta__title{font-family:var(--font-display);font-size:clamp(2rem,3.5vw,3rem);line-height:1.2;margin-bottom:1rem}
:where(body.home) .cta__title em{font-style:normal;color:var(--sage-deep)}
:where(body.home) .cta__text{font-size:1.0625rem;color:var(--warm-grey);line-height:1.8;margin-bottom:2.5rem}
:where(body.home) .cta__actions{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}
:where(body.home) .cta__phone{margin-top:1.5rem;font-size:.9375rem;color:var(--warm-grey)}
:where(body.home) .cta__phone a{color:var(--sage-deep);font-weight:600}
:where(body.home) .hero__image-frame img{width:100%;height:100%;object-fit:cover;object-position:center 20%}
:where(body.home) .local__map img{width:100%;height:100%;object-fit:cover}
:where(body.home) .human__image img{width:100%;height:100%;object-fit:cover;object-position:center}
:where(body.home) .team__photo img{width:100%;height:100%;object-fit:cover;object-position:center 22%}
:where(body.home *):focus-visible{outline:2px solid var(--sage);outline-offset:2px;border-radius:2px}
:where(body.home) .btn:focus-visible, :where(body.home) .btn--primary:focus-visible, :where(body.home) .btn--outline:focus-visible{outline-offset:4px}
:where(body.home) .js .fade-up{opacity:0;transform:translateY(24px);transition:all .7s cubic-bezier(.16,1,.3,1)}
:where(body.home) .js .fade-up.visible{opacity:1;transform:translateY(0)}
@media(prefers-reduced-motion:reduce){:where(body.home *), :where(body.home *)::before, :where(body.home *)::after{animation-duration:.001ms!important;transition-duration:.001ms!important}
:where(body.home) .js .fade-up, :where(body.home) .fade-up{opacity:1!important;transform:none!important}}
@media(max-width:1024px){:where(body.home) .hero__grid, :where(body.home) .local__grid, :where(body.home) .human__grid{grid-template-columns:1fr;gap:3rem}
:where(body.home) .hero__accent{width:100%;opacity:.3;border-radius:0 0 0 40px}
:where(body.home) .hero__visual{order:-1}
:where(body.home) .hero__image-frame{max-width:360px;margin:0 auto}
:where(body.home) .hero__float-card{left:50%;transform:translateX(-50%);bottom:16px}
:where(body.home) .services__grid{grid-template-columns:repeat(2,1fr)}
:where(body.home) .story__steps{grid-template-columns:1fr}}
@media(max-width:768px){:where(body.home) .hero{min-height:auto;padding:100px 0 4rem}
:where(body.home) .hero__title{font-size:2.25rem}
:where(body.home) .hero__image-frame{max-width:100%}
:where(body.home) .hero__float-card{position:relative;left:auto;transform:none;bottom:auto;margin-top:1rem;max-width:100%;box-shadow:none;border:1px solid var(--sage-pale)}
:where(body.home) .services__grid{grid-template-columns:1fr}
:where(body.home) .local__map{aspect-ratio:16/9}}
.footer__col a {
    color: #fff;
}