:root{--green: #1f7a3d;--green-dark: #14522a;--green-darker: #0e3a1e;--green-tint: #e7f2e8;--green-tint-2: #f1f7ef;--amber: #e39a08;--amber-dark: #b97a00;--color-bg: #fbfaf5;--color-surface: #ffffff;--color-ink: #16241b;--color-body: #3c4a40;--color-muted: #f1f5ee;--color-border: #e0e8d9;--color-on-dark: #f4f8f1;--color-on-dark-soft: #c4d6c2;--font-head: "Lexend", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--font-body: "Source Sans 3", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--radius: 12px;--radius-sm: 8px;--radius-lg: 20px;--shadow-sm: 0 1px 2px rgba(20, 40, 25, .06);--shadow-md: 0 6px 20px rgba(20, 40, 25, .08);--maxw: 1120px;--gutter: clamp(1.25rem, 5vw, 2.5rem)}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}@media (prefers-reduced-motion: reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.001ms!important;transition-duration:.001ms!important}}body{margin:0;font-family:var(--font-body);font-size:1.0625rem;line-height:1.65;color:var(--color-body);background:var(--color-bg);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}h1,h2,h3,h4{font-family:var(--font-head);color:var(--color-ink);line-height:1.15;margin:0 0 .5em;font-weight:700;letter-spacing:-.01em}h1{font-size:clamp(2.1rem,5.2vw,3.4rem)}h2{font-size:clamp(1.6rem,3.6vw,2.3rem)}h3{font-size:1.25rem}p{margin:0 0 1rem}a{color:var(--green-dark);text-decoration-color:color-mix(in srgb,var(--green) 40%,transparent);text-underline-offset:2px}a:hover{color:var(--green)}img{max-width:100%;height:auto;display:block}ul{margin:0 0 1rem;padding-left:1.25rem}.container{width:100%;max-width:var(--maxw);margin-inline:auto;padding-inline:var(--gutter)}.section{padding-block:clamp(3.5rem,8vw,6rem)}.section--tint{background:var(--green-tint-2)}.eyebrow{display:inline-block;font-family:var(--font-head);font-weight:600;font-size:.8rem;letter-spacing:.12em;text-transform:uppercase;color:var(--green);margin-bottom:.75rem}.lead{font-size:clamp(1.1rem,2vw,1.3rem);color:var(--color-body);max-width:46ch}.section-head{max-width:60ch;margin-bottom:2.5rem}.section-head.center{margin-inline:auto;text-align:center}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-family:var(--font-head);font-weight:600;font-size:1rem;line-height:1;padding:.9rem 1.5rem;min-height:48px;border-radius:var(--radius-sm);border:2px solid transparent;cursor:pointer;text-decoration:none;transition:background-color .16s ease,color .16s ease,border-color .16s ease,transform .16s ease}.btn:focus-visible{outline:3px solid var(--amber);outline-offset:2px}.btn svg{width:1.15em;height:1.15em;flex-shrink:0}.btn--primary{background:var(--amber);color:#241800;border-color:var(--amber)}.btn--primary:hover{background:var(--amber-dark);border-color:var(--amber-dark);color:#fff}.btn--solid{background:var(--green);color:#fff;border-color:var(--green)}.btn--solid:hover{background:var(--green-dark);border-color:var(--green-dark);color:#fff}.btn--ghost{background:transparent;color:var(--green-dark);border-color:var(--color-border)}.btn--ghost:hover{background:var(--green-tint);border-color:var(--green);color:var(--green-dark)}.btn--on-dark{background:transparent;color:#fff;border-color:#ffffff73}.btn--on-dark:hover{background:#ffffff1f;border-color:#fff;color:#fff}.btn-row{display:flex;flex-wrap:wrap;gap:.85rem}.card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius);padding:1.75rem;box-shadow:var(--shadow-sm)}.grid{display:grid;gap:1.5rem}.grid--3{grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.grid--2{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.icon-chip{display:inline-flex;align-items:center;justify-content:center;width:52px;height:52px;border-radius:12px;background:var(--green-tint);color:var(--green-dark);margin-bottom:1.1rem}.icon-chip svg{width:26px;height:26px}.check-list{list-style:none;padding:0;margin:0;display:grid;gap:.65rem}.check-list li{display:flex;gap:.65rem;align-items:flex-start}.check-list svg{width:22px;height:22px;color:var(--green);flex-shrink:0;margin-top:2px}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}.icon{width:24px;height:24px}.hero__badge svg,.site-footer__badge svg{width:18px;height:18px;color:var(--amber)}.hero__points svg{width:20px;height:20px;color:#8fce7d}.area-list svg,.area-note svg{width:20px;height:20px;color:var(--green)}.site-footer__contact svg{width:20px;height:20px;color:var(--amber)}.service-card__link svg{width:18px;height:18px}.stat svg,.about-facts svg,.contact-facts>li>svg{width:26px;height:26px;color:var(--green);flex-shrink:0}.about-facts svg,.contact-facts>li>svg{width:24px;height:24px}.contact-method__icon svg{width:22px;height:22px}.nav-toggle svg{width:26px;height:26px}.icon-chip--lg svg{width:48px;height:48px}.service-row__num{pointer-events:none}.skip-link{position:absolute;left:.5rem;top:-3rem;z-index:200;background:var(--green-dark);color:#fff;padding:.6rem 1rem;border-radius:var(--radius-sm);transition:top .15s ease}.skip-link:focus{top:.5rem;color:#fff}.logo[data-astro-cid-tvrurpns]{display:inline-flex;align-items:center;gap:.6rem;text-decoration:none}.logo__mark[data-astro-cid-tvrurpns]{width:42px;height:42px;flex-shrink:0;display:block}.logo__text[data-astro-cid-tvrurpns]{display:flex;flex-direction:column;line-height:1.05}.logo__name[data-astro-cid-tvrurpns]{font-family:var(--font-head);font-weight:700;font-size:1.22rem;letter-spacing:-.01em;color:var(--tc)}.logo__sub[data-astro-cid-tvrurpns]{font-family:var(--font-head);font-weight:500;font-size:.62rem;letter-spacing:.14em;text-transform:uppercase;color:var(--sc);margin-top:2px}.site-header[data-astro-cid-3ef6ksr2]{position:sticky;top:0;z-index:100;background:#fbfaf5e6;backdrop-filter:saturate(1.1) blur(8px);border-bottom:1px solid var(--color-border)}.site-header__inner[data-astro-cid-3ef6ksr2]{display:flex;align-items:center;justify-content:space-between;min-height:72px;gap:1rem}.site-header__brand[data-astro-cid-3ef6ksr2]{text-decoration:none}.nav-list[data-astro-cid-3ef6ksr2]{display:flex;align-items:center;gap:.35rem;list-style:none;margin:0;padding:0}.nav-link[data-astro-cid-3ef6ksr2]{display:inline-flex;align-items:center;font-family:var(--font-head);font-weight:500;font-size:.98rem;color:var(--color-ink);text-decoration:none;padding:.55rem .85rem;border-radius:var(--radius-sm);transition:background-color .15s ease,color .15s ease}.nav-link[data-astro-cid-3ef6ksr2]:hover{background:var(--green-tint);color:var(--green-dark)}.nav-link[data-astro-cid-3ef6ksr2][aria-current=page]{color:var(--green-dark);background:var(--green-tint)}.nav-list__cta[data-astro-cid-3ef6ksr2]{margin-left:.5rem}.btn--sm[data-astro-cid-3ef6ksr2]{padding:.6rem 1rem;min-height:44px;font-size:.95rem}.nav-toggle[data-astro-cid-3ef6ksr2]{display:none;align-items:center;justify-content:center;width:48px;height:48px;border:1px solid var(--color-border);border-radius:var(--radius-sm);background:var(--color-surface);color:var(--color-ink);cursor:pointer}.nav-toggle[data-astro-cid-3ef6ksr2] svg[data-astro-cid-3ef6ksr2]{width:26px;height:26px}.nav-toggle__close[data-astro-cid-3ef6ksr2]{display:none}@media (max-width: 860px){.nav-toggle[data-astro-cid-3ef6ksr2]{display:inline-flex}.nav-list[data-astro-cid-3ef6ksr2]{position:absolute;top:100%;left:0;right:0;flex-direction:column;align-items:stretch;gap:.25rem;background:var(--color-surface);border-bottom:1px solid var(--color-border);box-shadow:var(--shadow-md);padding:.75rem var(--gutter) 1.25rem;transform:translateY(-8px);opacity:0;pointer-events:none;transition:opacity .16s ease,transform .16s ease}.site-nav[data-astro-cid-3ef6ksr2][data-open=true] .nav-list[data-astro-cid-3ef6ksr2]{transform:translateY(0);opacity:1;pointer-events:auto}.site-nav[data-astro-cid-3ef6ksr2][data-open=true] .nav-toggle__open[data-astro-cid-3ef6ksr2]{display:none}.site-nav[data-astro-cid-3ef6ksr2][data-open=true] .nav-toggle__close[data-astro-cid-3ef6ksr2]{display:block}.nav-link[data-astro-cid-3ef6ksr2]{padding:.85rem .75rem;font-size:1.05rem}.nav-list__cta[data-astro-cid-3ef6ksr2]{margin:.5rem 0 0}.nav-list__cta[data-astro-cid-3ef6ksr2] .btn[data-astro-cid-3ef6ksr2]{width:100%}}.site-footer[data-astro-cid-sz7xmlte]{background:var(--green-darker);color:var(--color-on-dark-soft);padding-top:clamp(3rem,6vw,4.5rem);margin-top:auto}.site-footer__grid[data-astro-cid-sz7xmlte]{display:grid;grid-template-columns:1.5fr 1fr 1.2fr 1fr;gap:2.5rem;padding-bottom:2.5rem}.site-footer__blurb[data-astro-cid-sz7xmlte]{margin:1.1rem 0 1.25rem;max-width:34ch;font-size:.98rem}.site-footer__heading[data-astro-cid-sz7xmlte]{color:#fff;font-size:.82rem;letter-spacing:.12em;text-transform:uppercase;margin-bottom:1rem}.site-footer[data-astro-cid-sz7xmlte] ul[data-astro-cid-sz7xmlte]{list-style:none;margin:0;padding:0;display:grid;gap:.7rem}.site-footer[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]{color:var(--color-on-dark-soft);text-decoration:none}.site-footer[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]:hover{color:#fff;text-decoration:underline}.site-footer__contact[data-astro-cid-sz7xmlte] li[data-astro-cid-sz7xmlte]{display:flex;gap:.6rem;align-items:flex-start}.site-footer__contact[data-astro-cid-sz7xmlte] svg[data-astro-cid-sz7xmlte]{width:20px;height:20px;color:var(--amber);flex-shrink:0;margin-top:2px}.site-footer__note[data-astro-cid-sz7xmlte]{margin-top:1.1rem;font-size:.85rem;color:var(--color-on-dark-soft);opacity:.85}.site-footer__bar[data-astro-cid-sz7xmlte]{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.75rem;border-top:1px solid rgba(255,255,255,.12);padding-block:1.25rem;font-size:.85rem}.site-footer__bar[data-astro-cid-sz7xmlte] p[data-astro-cid-sz7xmlte]{margin:0}.site-footer__badge[data-astro-cid-sz7xmlte]{display:inline-flex;align-items:center;gap:.4rem;color:#fff;font-family:var(--font-head);font-weight:500}.site-footer__badge[data-astro-cid-sz7xmlte] svg[data-astro-cid-sz7xmlte]{width:18px;height:18px;color:var(--amber)}@media (max-width: 860px){.site-footer__grid[data-astro-cid-sz7xmlte]{grid-template-columns:1fr 1fr;gap:2rem}}@media (max-width: 520px){.site-footer__grid[data-astro-cid-sz7xmlte]{grid-template-columns:1fr}}
