:root{--color-bg:#fcfcfa;--color-surface:#ffffff;--color-surface-muted:#f1f3ed;--color-surface-accent:#e7efe6;--color-text:#1d241f;--color-text-soft:#536055;--color-border:#d8ded4;--color-accent:#295c42;--color-accent-soft:#d4e5d6;--shadow-soft:0 10px 30px rgba(16, 28, 20, 0.08);--radius-sm:0.5rem;--radius-md:1rem;--radius-lg:1.5rem;--space-2xs:0.25rem;--space-xs:0.5rem;--space-sm:0.75rem;--space-md:1rem;--space-lg:1.5rem;--space-xl:2rem;--space-2xl:3rem;--space-3xl:5rem;--shell-width:72rem;--shell-narrow:46rem;--font-sans:"Helvetica Neue", Helvetica, Arial, sans-serif}*,*::before,*::after{box-sizing:border-box}html{font-family:var(--font-sans);line-height:1.5}body{margin:0;background:var(--color-bg);color:var(--color-text)}img{max-width:100%;display:block}a{color:inherit}p,ul,ol{margin-top:0}main{min-height:70vh}.shell{width:min(100% - 2rem,var(--shell-width));margin:0 auto}.narrow-shell{width:min(100%,var(--shell-narrow))}.section,.page-hero,.hero{padding:var(--space-3xl)0}.section--muted{background:var(--color-surface-muted)}.section--accent{background:var(--color-surface-accent)}.eyebrow{margin-bottom:var(--space-xs);color:var(--color-text-soft);font-size:.875rem;letter-spacing:.08em;text-transform:uppercase}.lead{max-width:42rem;color:var(--color-text-soft);font-size:1.125rem}.prose>*+*{margin-top:var(--space-md)}.prose ul,.prose ol{padding-left:1.25rem}@media(max-width:800px){.section,.page-hero,.hero{padding:var(--space-2xl)0}}.site-header,.site-footer{background:var(--color-surface)}.site-header{border-bottom:1px solid var(--color-border);position:sticky;top:0;z-index:10}.site-header__inner,.site-footer__inner{display:flex;align-items:center;justify-content:space-between;gap:var(--space-lg);padding:var(--space-md)0}.site-brand{display:inline-flex;align-items:center;gap:var(--space-sm);text-decoration:none}.site-brand__mark{display:inline-grid;place-items:center;width:2.5rem;height:2.5rem;border-radius:999px;background:var(--color-accent);color:#fff;font-weight:700}.site-brand__text{display:grid}.site-brand__text span{color:var(--color-text-soft);font-size:.875rem}.site-nav ul,.link-list{list-style:none;margin:0;padding:0}.site-nav ul{display:flex;align-items:center;gap:var(--space-md)}.site-nav a,.text-link,.link-list a{text-decoration:none}.site-nav a[aria-current=page]{color:var(--color-accent);font-weight:700}.nav-toggle{display:none;border:1px solid var(--color-border);border-radius:var(--radius-sm);background:0 0;padding:.55rem .9rem;font:inherit}.section-heading{margin-bottom:var(--space-xl)}.card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--space-lg)}.card,.placeholder-card,.section-panel,.support-strip__item{border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface);box-shadow:var(--shadow-soft)}.card,.placeholder-card,.section-panel{padding:var(--space-lg)}.card h3,.placeholder-card__title,.section-panel h2,.site-footer__title{margin:0 0 var(--space-sm)}.text-link{color:var(--color-accent)}.content-layout{display:grid;grid-template-columns:minmax(0,2fr)minmax(16rem,1fr);gap:var(--space-xl)}.link-list{display:grid;gap:var(--space-sm)}.support-strip{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--space-md)}.support-strip__item{padding:var(--space-md);text-align:center;font-weight:600}.site-footer{border-top:1px solid var(--color-border)}.site-footer__text{max-width:28rem;color:var(--color-text-soft)}@media(max-width:800px){.site-header__inner,.site-footer__inner,.content-layout,.card-grid,.support-strip{grid-template-columns:1fr}.site-header__inner,.site-footer__inner{display:grid;align-items:start}.nav-toggle{display:inline-flex;justify-self:start}.site-nav{display:none;width:100%}.site-nav.is-open{display:block}.site-nav ul{flex-direction:column;align-items:flex-start;padding-top:var(--space-sm)}}.page-hero{background:var(--color-surface-muted);border-bottom:1px solid var(--color-border)}.page-hero h1{margin:0 0 var(--space-sm);font-size:clamp(2rem,4vw,3rem)}