:root{--color-green-950:#062a1e;--color-green-900:#093b2a;--color-green-800:#0d5037;--color-green-700:#126b47;--color-green-600:#168257;--color-green-100:#d9f0e3;--color-green-050:#edf8f1;--color-yellow-500:#f5c518;--color-yellow-400:#ffd84d;--color-yellow-100:#fff1ad;--color-red-600:#b42318;--color-red-100:#fee4e2;--color-ink:#122019;--color-muted:#526159;--color-line:#ccd8d1;--color-surface:#fff;--color-surface-raised:#fff;--color-background:#f1f5f2;--color-background-warm:#faf7ed;--color-brand:var(--color-green-700);--color-brand-strong:var(--color-green-900);--color-accent:var(--color-yellow-500);--color-text:var(--color-ink);--color-text-muted:var(--color-muted);--color-border:var(--color-line);--color-focus:var(--color-green-800);--color-focus-on-dark:var(--color-yellow-400);--font-sans:Aptos, Calibri, "Segoe UI", ui-sans-serif, system-ui, sans-serif;--font-display:"Arial Narrow", "Aptos Display", "Franklin Gothic Medium", Impact, sans-serif;--text-xs:.8125rem;--text-sm:.9375rem;--text-base:1rem;--text-lg:clamp(1.0625rem, 1rem + .3vw, 1.25rem);--text-xl:clamp(1.25rem, 1.12rem + .6vw, 1.625rem);--text-2xl:clamp(1.625rem, 1.38rem + 1.1vw, 2.25rem);--text-3xl:clamp(2rem, 1.6rem + 2vw, 3.25rem);--text-4xl:clamp(2.625rem, 1.9rem + 3.6vw, 5rem);--leading-tight:1.05;--leading-heading:1.12;--leading-body:1.65;--tracking-tight:-.025em;--tracking-wide:.075em;--space-1:.25rem;--space-2:.5rem;--space-3:.75rem;--space-4:1rem;--space-5:1.5rem;--space-6:clamp(1.75rem, 1.45rem + 1.5vw, 2.5rem);--space-7:clamp(2.5rem, 2rem + 2.5vw, 4rem);--space-8:clamp(3.5rem, 2.75rem + 3.75vw, 5.75rem);--space-9:clamp(4.5rem, 3.25rem + 6vw, 8rem);--radius-sm:.375rem;--radius-md:.75rem;--radius-lg:1.125rem;--radius-pill:999px;--shadow-sm:0 2px 0 #062a1e14, 0 8px 20px #062a1e0f;--shadow-md:0 4px 0 #062a1e14, 0 20px 44px #062a1e21;--shadow-focus:0 0 0 2px var(--color-surface), 0 0 0 5px var(--color-focus);--transition-fast:.15s ease;--transition-base:.24s cubic-bezier(.2, .8, .2, 1);--max-width-content:75rem;--max-width-text:45rem;--gutter-mobile:clamp(1rem, 4vw, 1.5rem);--gutter-desktop:2rem;--control-min-size:2.75rem}*,:before,:after{box-sizing:border-box}html{font-family:var(--font-sans);font-size:100%;line-height:var(--leading-body);color:var(--color-text);background:var(--color-background);scroll-behavior:smooth;text-size-adjust:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{background:linear-gradient(135deg, #126b4709 0 1px, transparent 1px 12px), var(--color-background);flex-direction:column;min-width:20rem;min-height:100dvh;margin:0;display:flex}main{flex:1}.breadcrumbs a,.breadcrumbs__list a{min-height:var(--control-min-size);align-items:center;display:inline-flex}::selection{color:var(--color-green-950);background:var(--color-yellow-100)}:focus-visible{outline:3px solid var(--color-focus);outline-offset:3px;border-radius:var(--radius-sm)}h1,h2,h3,h4,h5,h6,p{margin-block:0}h1,h2,h3,h4,h5,h6{color:var(--color-text);font-family:var(--font-display);font-weight:800;line-height:var(--leading-heading);letter-spacing:var(--tracking-tight);text-wrap:balance}h1{font-size:var(--text-4xl);line-height:var(--leading-tight)}h2{font-size:var(--text-3xl)}h3{font-size:var(--text-2xl)}h4{font-size:var(--text-xl)}p{max-width:var(--max-width-text);font-size:var(--text-base)}a{color:var(--color-green-700);text-underline-offset:.2em;transition:color var(--transition-fast), text-decoration-color var(--transition-fast);font-weight:600;text-decoration-thickness:.1em}a:hover{color:var(--color-green-900);text-decoration-color:var(--color-yellow-500)}img,picture,svg{max-width:100%}img{height:auto;display:block}button,input,select,textarea{font:inherit}.container,.container--text{width:100%;padding-inline:var(--gutter-mobile);margin-inline:auto}.container{max-width:var(--max-width-content)}.container--text{max-width:calc(var(--max-width-text) + (2 * var(--gutter-desktop)))}.section{padding-block:var(--space-8)}.section--sm{padding-block:var(--space-6)}.section--lg{padding-block:var(--space-9)}.stack{gap:var(--stack-space,var(--space-5));flex-direction:column;display:flex}.cluster{align-items:center;gap:var(--cluster-space,var(--space-3));flex-wrap:wrap;display:flex}.grid-auto{gap:var(--space-5);grid-template-columns:repeat(auto-fit,minmax(min(100%,17.5rem),1fr));display:grid}.surface-card{padding:var(--space-5);color:var(--color-text);background:var(--color-surface-raised);border:1px solid var(--color-border);border-top:4px solid var(--color-brand);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);position:relative;overflow:hidden}.surface-card--accent{border-top-color:var(--color-accent)}@media (width>=48rem){.container,.container--text{padding-inline:var(--gutter-desktop)}.surface-card{padding:var(--space-6)}}.skip-link{top:var(--space-3);left:var(--space-3);z-index:9999;padding:var(--space-3) var(--space-4);color:var(--color-surface);background:var(--color-green-900);border:2px solid var(--color-yellow-500);border-radius:var(--radius-sm);transform:translateY(calc(-100% - var(--space-5)));transition:transform var(--transition-fast);font-weight:800;text-decoration:none;position:fixed}.skip-link:focus,.skip-link:focus-visible{color:var(--color-surface);transform:translateY(0)}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.tag{min-height:1.75rem;padding:var(--space-1) var(--space-3);color:var(--color-green-900);background:var(--color-green-100);border-radius:var(--radius-pill);font-size:var(--text-xs);letter-spacing:.025em;border:1px solid #093b2a29;align-items:center;font-weight:800;line-height:1.2;text-decoration:none;display:inline-flex}.tag--yellow{color:#503d00;background:var(--color-yellow-100);border-color:#503d002e}@media (forced-colors:active){:focus-visible{outline-color:highlight}.surface-card,.tag{border:1px solid canvastext}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;transition-delay:0s!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}@media print{.no-print,.skip-link{display:none!important}body{color:#000;background:#fff;font-size:11pt}a{color:inherit;text-decoration:none}}.site-header[data-astro-cid-vwn3tmth]{z-index:100;color:var(--color-surface);background:var(--color-green-950);border-bottom:1px solid #ffffff1a;position:sticky;top:0;box-shadow:0 .25rem 1.5rem #082d2133}.site-header__inner[data-astro-cid-vwn3tmth]{align-items:center;gap:var(--space-4);min-height:4.5rem;display:flex}.site-header__brand[data-astro-cid-vwn3tmth]{align-items:center;gap:var(--space-3);color:var(--color-surface);flex-shrink:0;text-decoration:none;display:inline-flex}.site-header__brand[data-astro-cid-vwn3tmth]:hover{color:var(--color-surface)}.site-header__logo[data-astro-cid-vwn3tmth]{object-fit:contain;width:2.35rem;height:2.75rem}.site-header__wordmark[data-astro-cid-vwn3tmth]{line-height:1.05;display:grid}.site-header__wordmark[data-astro-cid-vwn3tmth] strong[data-astro-cid-vwn3tmth]{font-size:var(--text-sm);letter-spacing:-.01em}.site-header__wordmark[data-astro-cid-vwn3tmth] span[data-astro-cid-vwn3tmth]{color:var(--color-green-100);letter-spacing:.13em;text-transform:uppercase;margin-top:.25rem;font-size:.68rem;font-weight:700}.site-header__nav[data-astro-cid-vwn3tmth]{margin-inline-start:auto;display:none}.site-header__nav-list[data-astro-cid-vwn3tmth]{align-items:center;gap:var(--space-1);list-style:none;display:flex}.site-header__nav-link[data-astro-cid-vwn3tmth]{min-height:2.75rem;padding:var(--space-2) var(--space-3);color:var(--color-green-100);border-radius:var(--radius-sm);font-size:var(--text-sm);align-items:center;text-decoration:none;display:inline-flex}.site-header__nav-link[data-astro-cid-vwn3tmth]:hover,.site-header__nav-link[data-astro-cid-vwn3tmth][aria-current=page]{color:var(--color-surface);background:#ffffff1a}.site-header__nav-link[data-astro-cid-vwn3tmth][aria-current=page]{box-shadow:inset 0 -2px var(--color-yellow-500)}.site-header__cta[data-astro-cid-vwn3tmth]{min-height:2.75rem;padding:.65rem var(--space-4);color:var(--color-green-950);background:var(--color-yellow-500);border-radius:var(--radius-sm);font-size:var(--text-sm);flex-shrink:0;align-items:center;font-weight:800;text-decoration:none;display:none}.site-header__cta[data-astro-cid-vwn3tmth]:hover{color:var(--color-green-950);background:var(--color-yellow-100)}.site-header__menu-toggle[data-astro-cid-vwn3tmth],.mobile-nav__close[data-astro-cid-vwn3tmth]{width:2.75rem;height:2.75rem;color:inherit;border-radius:var(--radius-sm);cursor:pointer;background:0 0;border:0;justify-content:center;align-items:center;padding:0;display:inline-flex}.site-header__menu-toggle[data-astro-cid-vwn3tmth]{margin-inline-start:auto}.site-header__menu-toggle[data-astro-cid-vwn3tmth]:hover,.mobile-nav__close[data-astro-cid-vwn3tmth]:hover{background:#ffffff1a}.site-header__burger[data-astro-cid-vwn3tmth],.site-header__burger[data-astro-cid-vwn3tmth]:before,.site-header__burger[data-astro-cid-vwn3tmth]:after{background:currentColor;border-radius:1px;width:1.4rem;height:2px;display:block}.site-header__burger[data-astro-cid-vwn3tmth]{position:relative}.site-header__burger[data-astro-cid-vwn3tmth]:before,.site-header__burger[data-astro-cid-vwn3tmth]:after{content:"";position:absolute;left:0}.site-header__burger[data-astro-cid-vwn3tmth]:before{top:-.43rem}.site-header__burger[data-astro-cid-vwn3tmth]:after{top:.43rem}.mobile-nav[data-astro-cid-vwn3tmth]{z-index:200;background:#082d21b8;padding-left:min(15vw,5rem);position:fixed;inset:0}.mobile-nav__panel[data-astro-cid-vwn3tmth]{width:100%;height:100%;padding:var(--space-5);color:var(--color-surface);background:var(--color-green-950);margin-left:auto;overflow-y:auto;box-shadow:-1rem 0 3rem #00000047}.mobile-nav__heading[data-astro-cid-vwn3tmth]{padding-bottom:var(--space-4);border-bottom:1px solid #ffffff1f;justify-content:space-between;align-items:center;display:flex}.mobile-nav__heading[data-astro-cid-vwn3tmth] p[data-astro-cid-vwn3tmth]{color:var(--color-green-100);font-size:var(--text-sm);letter-spacing:.1em;text-transform:uppercase;font-weight:800}.mobile-nav__close[data-astro-cid-vwn3tmth]{font-size:2rem;line-height:1}.mobile-nav__list[data-astro-cid-vwn3tmth]{gap:var(--space-1);padding:var(--space-5) 0;list-style:none;display:grid}.mobile-nav__link[data-astro-cid-vwn3tmth]{min-height:2.75rem;padding:var(--space-3);color:var(--color-green-100);border-radius:var(--radius-sm);font-size:var(--text-xl);align-items:center;text-decoration:none;display:flex}.mobile-nav__link[data-astro-cid-vwn3tmth]:hover,.mobile-nav__link[data-astro-cid-vwn3tmth][aria-current=page]{color:var(--color-surface);background:#ffffff17}.mobile-nav__link[data-astro-cid-vwn3tmth][aria-current=page]{box-shadow:inset 3px 0 var(--color-yellow-500)}.mobile-nav__cta[data-astro-cid-vwn3tmth]{min-height:2.75rem;padding:var(--space-4);color:var(--color-green-950);background:var(--color-yellow-500);border-radius:var(--radius-sm);justify-content:space-between;align-items:center;font-weight:800;text-decoration:none;display:flex}.mobile-nav__cta[data-astro-cid-vwn3tmth]:hover{color:var(--color-green-950);background:var(--color-yellow-100)}.mobile-nav__social[data-astro-cid-vwn3tmth]{gap:var(--space-4);margin-top:var(--space-5);flex-wrap:wrap;display:flex}.mobile-nav__social[data-astro-cid-vwn3tmth] a[data-astro-cid-vwn3tmth]{min-height:2.75rem;color:var(--color-green-100);font-size:var(--text-sm);align-items:center;display:inline-flex}.site-header[data-astro-cid-vwn3tmth] :focus-visible,.mobile-nav[data-astro-cid-vwn3tmth] :focus-visible{outline-color:var(--color-focus-on-dark)}html.mobile-nav-is-open,html.mobile-nav-is-open body{overflow:hidden}html.mobile-nav-is-open body{inset-inline:0;top:var(--mobile-nav-scroll-offset,0);width:100%;position:fixed}@media (width>=62rem){.site-header__nav[data-astro-cid-vwn3tmth],.site-header__cta[data-astro-cid-vwn3tmth]{display:block}.site-header__menu-toggle[data-astro-cid-vwn3tmth]{display:none}}@media (forced-colors:active){.site-header[data-astro-cid-vwn3tmth],.mobile-nav__panel[data-astro-cid-vwn3tmth]{border:1px solid canvastext}}.site-footer[data-astro-cid-qup6pdxl]{background:var(--color-green-950);color:var(--color-green-100);margin-top:auto}.site-footer__inner[data-astro-cid-qup6pdxl]{gap:var(--space-6);padding-block:var(--space-8);grid-template-columns:1fr;display:grid}@media (width>=768px){.site-footer__inner[data-astro-cid-qup6pdxl]{grid-template-columns:1fr 1fr 1fr;align-items:start}}.site-footer__name[data-astro-cid-qup6pdxl]{font-size:var(--text-lg);color:var(--color-surface);max-width:none;font-weight:700}.site-footer__location[data-astro-cid-qup6pdxl]{font-size:var(--text-sm);color:var(--color-green-100);opacity:.8;max-width:none;margin-top:var(--space-1)}.site-footer__nav-list[data-astro-cid-qup6pdxl]{flex-direction:column;gap:0;list-style:none;display:flex}.site-footer__nav-list[data-astro-cid-qup6pdxl] a[data-astro-cid-qup6pdxl]{min-height:2.75rem;color:var(--color-green-100);font-size:var(--text-sm);transition:color var(--transition-fast);align-items:center;text-decoration:none;display:inline-flex}.site-footer__nav-list[data-astro-cid-qup6pdxl] a[data-astro-cid-qup6pdxl][aria-current=page]{color:var(--color-surface);text-decoration:underline;text-decoration-color:var(--color-yellow-500)}.site-footer__nav-list[data-astro-cid-qup6pdxl] a[data-astro-cid-qup6pdxl]:hover{color:var(--color-surface)}.site-footer__email[data-astro-cid-qup6pdxl]{color:var(--color-green-100);font-size:var(--text-sm);transition:color var(--transition-fast);min-height:2.75rem;margin-bottom:var(--space-3);align-items:center;text-decoration:none;display:inline-flex}.site-footer__email[data-astro-cid-qup6pdxl]:hover{color:var(--color-surface)}.site-footer__social[data-astro-cid-qup6pdxl]{gap:var(--space-3);flex-wrap:wrap;display:flex}.site-footer__social-link[data-astro-cid-qup6pdxl]{min-height:2.75rem;color:var(--color-green-100);font-size:var(--text-sm);transition:color var(--transition-fast);align-items:center;text-decoration:none;display:inline-flex}.site-footer__social-link[data-astro-cid-qup6pdxl]:hover{color:var(--color-surface)}.site-footer__bottom[data-astro-cid-qup6pdxl]{border-top:1px solid #ffffff1a}.site-footer__bottom-inner[data-astro-cid-qup6pdxl]{justify-content:space-between;align-items:center;gap:var(--space-3);padding-block:var(--space-4);flex-wrap:wrap;display:flex}.site-footer__legal[data-astro-cid-qup6pdxl]{font-size:var(--text-xs);color:var(--color-green-100);opacity:.7;max-width:none}.site-footer__legal-links[data-astro-cid-qup6pdxl]{gap:var(--space-4);list-style:none;display:flex}.site-footer__legal-links[data-astro-cid-qup6pdxl] a[data-astro-cid-qup6pdxl]{min-height:2.75rem;color:var(--color-green-100);font-size:var(--text-xs);opacity:.7;transition:opacity var(--transition-fast);align-items:center;text-decoration:none;display:inline-flex}.site-footer__legal-links[data-astro-cid-qup6pdxl] a[data-astro-cid-qup6pdxl]:hover{opacity:1}.site-footer[data-astro-cid-qup6pdxl] :focus-visible{outline-color:var(--color-focus-on-dark)}
