@font-face{font-family:Open Sans;font-style:normal;font-weight:300;font-display:swap;src:url(/fonts/open-sans-v34-latin-300.woff2) format("woff2")}@font-face{font-family:Open Sans;font-style:normal;font-weight:400;font-display:swap;src:url(/fonts/open-sans-v34-latin-regular.woff2) format("woff2")}@font-face{font-family:Open Sans;font-style:normal;font-weight:600;font-display:swap;src:url(/fonts/open-sans-v34-latin-600.woff2) format("woff2")}@font-face{font-family:Open Sans;font-style:normal;font-weight:700;font-display:swap;src:url(/fonts/open-sans-v34-latin-700.woff2) format("woff2")}@font-face{font-family:Lora;font-style:normal;font-weight:500;font-display:swap;src:url(/fonts/lora-latin-500.woff2) format("woff2")}@font-face{font-family:Lora;font-style:normal;font-weight:600;font-display:swap;src:url(/fonts/lora-latin-600.woff2) format("woff2")}@font-face{font-family:Lora;font-style:normal;font-weight:700;font-display:swap;src:url(/fonts/lora-latin-700.woff2) format("woff2")}:root{color-scheme:light;--bg: #f6f3ec;--surface: #fffdf8;--surface-2: #eef1e7;--ink: #221f1b;--ink-soft: #4f4a42;--ink-faint: #6c665c;--green: #3c5a2e;--green-strong: #2c4521;--green-soft: #6f8c52;--green-tint: #e7ecdd;--clay: #a9542f;--clay-tint: #f3e3d8;--line: #e1dccf;--line-strong: #cfc8b7;--font-body: "Open Sans", system-ui, -apple-system, Segoe UI, Roboto, sans-serif;--font-head: "Lora", Georgia, "Times New Roman", serif;--radius: 14px;--radius-sm: 9px;--shadow: 0 1px 2px rgba(34, 31, 27, .05), 0 8px 28px rgba(34, 31, 27, .07);--shadow-sm: 0 1px 2px rgba(34, 31, 27, .06), 0 4px 14px rgba(34, 31, 27, .05);--maxw: 72rem;--measure: 40rem}*,*:before,*:after{box-sizing:border-box}*{margin:0}html{font-size:18px;-webkit-text-size-adjust:100%;scroll-behavior:smooth;scroll-padding-top:6rem;scrollbar-gutter:stable}body{font-family:var(--font-body);font-weight:400;line-height:1.7;color:var(--ink);background:var(--bg);min-height:100vh;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;display:flex;flex-direction:column}img,picture,svg{display:block;max-width:100%;height:auto}a{color:var(--green);text-underline-offset:.18em}a:hover{color:var(--green-strong)}.email-decoy{display:none}a.email{cursor:pointer;text-decoration:underline}:focus-visible{outline:3px solid var(--green-soft);outline-offset:2px;border-radius:4px}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{animation-duration:.001ms!important;transition-duration:.001ms!important}}h1,h2,h3,h4{font-family:var(--font-head);font-weight:600;line-height:1.18;color:var(--green-strong);letter-spacing:.003em;text-wrap:balance}h1{font-size:clamp(2rem,1.4rem + 2.6vw,3rem)}h2{font-size:clamp(1.5rem,1.2rem + 1.4vw,2rem)}h3{font-size:clamp(1.2rem,1.05rem + .7vw,1.45rem)}h4{font-size:1.1rem;color:var(--ink)}p{text-wrap:pretty}strong{font-weight:700;color:var(--ink)}.wrap{width:min(100% - 2.5rem,var(--maxw));margin-inline:auto}.flow>*+*{margin-top:1rem}.flow-lg>*+*{margin-top:1.6rem}.measure{max-width:var(--measure)}.eyebrow{font-family:var(--font-body);font-weight:700;text-transform:uppercase;letter-spacing:.14em;font-size:.8rem;color:var(--green-soft)}.center{text-align:center}main{flex:1 0 auto}section.block{padding-block:clamp(2.5rem,1.5rem + 4vw,4.5rem)}section.block:nth-of-type(2n){background:var(--surface);border-block:1px solid var(--line)}.card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow-sm);padding:clamp(1.25rem,1rem + 1.5vw,2rem)}.card-tint{background:var(--green-tint);border-color:var(--line)}.accent-banner{position:relative;text-align:center;padding:clamp(1.75rem,1.2rem + 2.5vw,2.75rem) clamp(1.25rem,1rem + 2vw,3rem);background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow-sm)}.accent-title{color:var(--green-strong)}.accent-eyebrow{font-family:var(--font-body);font-weight:700;text-transform:uppercase;letter-spacing:.14em;font-size:.78rem;color:var(--green);margin-bottom:.5rem}.accent-divider{display:block;width:64px;height:1px;margin:.9rem auto;background:linear-gradient(90deg,transparent,var(--green),transparent);position:relative}.accent-divider:before{content:"";position:absolute;left:50%;top:50%;width:6px;height:6px;background:var(--green-strong);border-radius:50%;transform:translate(-50%,-50%)}.accent-sub{font-family:var(--font-head);font-style:italic;color:var(--ink-soft);font-size:clamp(1.05rem,1rem + .4vw,1.2rem);max-width:48ch;margin-inline:auto}.btn{display:inline-flex;align-items:center;gap:.55rem;min-height:48px;padding:.7rem 1.3rem;border-radius:999px;font-weight:600;text-decoration:none;border:2px solid transparent;transition:background-color .2s,color .2s,border-color .2s}.btn-primary{background:var(--green);color:#fff}.btn-primary:hover{background:var(--green-strong);color:#fff}.btn-ghost{border-color:var(--green);color:var(--green);background:transparent}.btn-ghost:hover{background:var(--green);color:#fff}.btn-ghost-light{border-color:#fff;color:#fff;background:#ffffff14}.btn-ghost-light:hover{background:#fff;color:var(--green-strong)}ul.ticks{list-style:none;padding:0}ul.ticks>li{position:relative;padding-left:1.7rem;margin-block:.45rem}ul.ticks>li:before{content:"";position:absolute;left:0;top:.62em;width:.65rem;height:.65rem;border-radius:50%;background:var(--green-soft)}ul.ticks ul{list-style:none;padding-left:1.1rem;margin-top:.3rem}ul.ticks ul li{position:relative;padding-left:1.1rem;margin-block:.3rem}ul.ticks ul li:before{content:"–";position:absolute;left:0;color:var(--green-soft);font-weight:600}.skip-link{position:absolute;left:1rem;top:-100%;z-index:100;background:var(--green-strong);color:#fff;padding:.7rem 1.1rem;border-radius:0 0 var(--radius-sm) var(--radius-sm);text-decoration:none;transition:top .15s}.skip-link:focus{top:0;color:#fff}.call-fab{display:none}@media(max-width:56rem){.call-fab{position:fixed;right:1rem;bottom:1rem;z-index:60;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;min-height:56px;padding:.8rem 1.4rem;background:var(--green);color:#fff;font-weight:700;font-size:1.05rem;text-decoration:none;border-radius:999px;box-shadow:0 6px 22px #141c0e59}.call-fab:hover,.call-fab:focus-visible{background:var(--green-strong);color:#fff}.call-fab-icon{flex:none;filter:brightness(0) invert(1)}body{padding-bottom:5.5rem}}.visually-hidden{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}.site-header[data-astro-cid-3ef6ksr2]{position:sticky;top:0;z-index:50;background:#f6f3eceb;backdrop-filter:saturate(140%) blur(8px);border-bottom:1px solid var(--line)}.header-inner[data-astro-cid-3ef6ksr2]{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding-block:.7rem}.brand[data-astro-cid-3ef6ksr2]{text-decoration:none;color:var(--ink);display:grid;line-height:1.2}.brand-name[data-astro-cid-3ef6ksr2]{font-family:var(--font-head);font-weight:700;font-size:1.3rem;color:var(--green-strong)}.brand-slogan[data-astro-cid-3ef6ksr2]{font-size:.78rem;color:var(--ink-faint);max-width:26ch}.site-nav[data-astro-cid-3ef6ksr2] ul[data-astro-cid-3ef6ksr2]{list-style:none;margin:0;padding:0;display:flex;gap:.3rem}.site-nav[data-astro-cid-3ef6ksr2] a[data-astro-cid-3ef6ksr2]{display:inline-flex;align-items:center;min-height:44px;padding:.4rem .85rem;border-radius:999px;text-decoration:none;font-weight:600;color:var(--ink-soft);white-space:nowrap}.site-nav[data-astro-cid-3ef6ksr2] a[data-astro-cid-3ef6ksr2]:hover{color:var(--green-strong);background:var(--green-tint)}.site-nav[data-astro-cid-3ef6ksr2] a[data-astro-cid-3ef6ksr2][aria-current=page]{color:#fff;background:var(--green)}.nav-toggle[data-astro-cid-3ef6ksr2]{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.nav-btn[data-astro-cid-3ef6ksr2]{display:none}@media(max-width:56rem){.brand-slogan[data-astro-cid-3ef6ksr2]{display:none}.nav-btn[data-astro-cid-3ef6ksr2]{display:inline-flex;align-items:center;gap:.5rem;min-height:48px;padding:.5rem .9rem;border:2px solid var(--green);border-radius:999px;color:var(--green);font-weight:700;cursor:pointer;user-select:none}.nav-btn-bars[data-astro-cid-3ef6ksr2],.nav-btn-bars[data-astro-cid-3ef6ksr2]:before,.nav-btn-bars[data-astro-cid-3ef6ksr2]:after{content:"";display:block;width:20px;height:2px;background:currentColor;position:relative}.nav-btn-bars[data-astro-cid-3ef6ksr2]:before{position:absolute;top:-6px}.nav-btn-bars[data-astro-cid-3ef6ksr2]:after{position:absolute;top:6px}.nav-toggle[data-astro-cid-3ef6ksr2]:focus-visible+.nav-btn[data-astro-cid-3ef6ksr2]{outline:3px solid var(--green-soft);outline-offset:2px}.site-nav[data-astro-cid-3ef6ksr2]{position:absolute;left:0;right:0;top:100%;background:var(--surface);border-bottom:1px solid var(--line);box-shadow:var(--shadow);max-height:0;overflow:hidden;transition:max-height .25s ease}.site-nav[data-astro-cid-3ef6ksr2] ul[data-astro-cid-3ef6ksr2]{flex-direction:column;gap:0;padding:.5rem 1.25rem 1rem}.site-nav[data-astro-cid-3ef6ksr2] li[data-astro-cid-3ef6ksr2]{border-top:1px solid var(--line)}.site-nav[data-astro-cid-3ef6ksr2] li[data-astro-cid-3ef6ksr2]:first-child{border-top:0}.site-nav[data-astro-cid-3ef6ksr2] a[data-astro-cid-3ef6ksr2]{width:100%;min-height:52px;border-radius:var(--radius-sm);font-size:1.05rem}.nav-toggle[data-astro-cid-3ef6ksr2]:checked~.site-nav[data-astro-cid-3ef6ksr2]{max-height:80vh}}.site-footer[data-astro-cid-sz7xmlte]{margin-top:clamp(3rem,2rem + 4vw,5rem);background:var(--green-strong);color:#eef1e7}.site-footer[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]{color:#eef1e7;text-decoration:underline;text-underline-offset:.18em}.site-footer[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]:hover{color:#fff}.site-footer[data-astro-cid-sz7xmlte] a.email{color:#eef1e7;text-decoration:underline;text-underline-offset:.18em}.site-footer[data-astro-cid-sz7xmlte] a.email:hover{color:#fff}.footer-grid[data-astro-cid-sz7xmlte]{display:grid;grid-template-columns:repeat(auto-fit,minmax(15rem,1fr));gap:2rem;padding-block:2.75rem 1.5rem}.footer-brand[data-astro-cid-sz7xmlte]{font-family:var(--font-head);font-weight:700;font-size:1.2rem;color:#fff}.footer-slogan[data-astro-cid-sz7xmlte]{color:#cdd6c0;font-size:.9rem;margin-top:.2rem;max-width:30ch}.footer-address[data-astro-cid-sz7xmlte]{font-style:normal;margin-top:1rem;line-height:1.7}.site-footer[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte].footer-maplink{display:inline-block;color:inherit;text-decoration:none}.site-footer[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte].footer-maplink:hover{color:#fff;text-decoration:none}.ext-icon[data-astro-cid-sz7xmlte]{display:inline-flex;align-items:center;justify-content:center;width:1em;height:1em;margin-left:.05em;border:1px solid rgba(255,255,255,.45);border-radius:2px;font-size:.55em;line-height:1;vertical-align:super}.site-footer[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte].footer-maplink:hover .ext-icon[data-astro-cid-sz7xmlte]{background:#ffffff29;border-color:#ffffffb3}.footer-contact[data-astro-cid-sz7xmlte]{margin-top:.7rem}.footer-contact[data-astro-cid-sz7xmlte]>div[data-astro-cid-sz7xmlte]{display:flex;gap:.5rem;line-height:1.8}.footer-contact[data-astro-cid-sz7xmlte] dt[data-astro-cid-sz7xmlte]{flex:none;min-width:5rem;color:#cdd6c0}.footer-contact[data-astro-cid-sz7xmlte] dd[data-astro-cid-sz7xmlte]{margin:0}.footer-h[data-astro-cid-sz7xmlte]{font-family:var(--font-head);font-size:1.1rem;color:#fff;margin-bottom:.8rem}.footer-hours[data-astro-cid-sz7xmlte] div[data-astro-cid-sz7xmlte]{display:flex;gap:.75rem}.footer-hours[data-astro-cid-sz7xmlte] dt[data-astro-cid-sz7xmlte]{min-width:6.5rem;color:#cdd6c0}.footer-hours[data-astro-cid-sz7xmlte] dd[data-astro-cid-sz7xmlte]{margin:0}.footer-note[data-astro-cid-sz7xmlte]{margin-top:.8rem;color:#cdd6c0;font-size:.9rem}.footer-nav[data-astro-cid-sz7xmlte] ul[data-astro-cid-sz7xmlte]{list-style:none;padding:0;margin:0;display:grid;gap:0}.site-footer[data-astro-cid-sz7xmlte] .footer-nav[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]{min-height:30px;display:inline-flex;align-items:center;color:#c2cdb3;text-decoration:none;font-size:.95rem;transition:color .15s}.site-footer[data-astro-cid-sz7xmlte] .footer-nav[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]:hover{color:#fff;text-decoration:underline}.footer-bottom[data-astro-cid-sz7xmlte]{border-top:1px solid rgba(255,255,255,.15);padding-block:1.1rem;font-size:.85rem;color:#cdd6c0}
