:root{--ink:#1e2925;--paper:#faf9f5;--mint:#356859;--mint-deep:#183f32;--mint-soft:#c5e9df;--sage:#a8c89d;--amber:#ffd18d;--rose:#dfacaa;--terracotta:#8b5d48;--surface:#faf9f5;--surface-deep:#f2f2ec;--surface-soft:rgba(30,41,37,0.055);--text-strong:#1e2925;--text:#35443e;--text-muted:#6e7b75;--border-soft:rgba(30,41,37,0.11);--border-strong:rgba(30,41,37,0.2);--shadow-nav:0 12px 38px rgba(24,42,34,0.08);--shadow-card:0 28px 80px rgba(31,48,40,0.14);--focus-ring:#356859;--page-gutter:clamp(18px,4vw,48px);--content-width:1180px;color-scheme:light}:root[data-theme=dark]{--surface:#151a18;--surface-deep:#101412;--surface-soft:rgba(234,241,237,0.07);--text-strong:#eaf1ed;--text:#d0dad5;--text-muted:#919c96;--border-soft:rgba(234,241,237,0.1);--border-strong:rgba(234,241,237,0.18);--shadow-nav:0 16px 44px rgba(0,0,0,0.25);--shadow-card:0 34px 100px rgba(0,0,0,0.35);--focus-ring:#a8d8c3;color-scheme:dark}*{box-sizing:border-box}html{scroll-behavior:smooth}body,html{background:var(--surface)}body{margin:0;color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}a{color:inherit;text-decoration:none}a,button,summary{-webkit-tap-highlight-color:transparent}button{font:inherit}::selection{color:#0b2118;background:#a8d8c3}:focus-visible{outline:3px solid var(--focus-ring);outline-offset:3px}.skip-link{position:fixed;top:8px;left:8px;z-index:100;padding:11px 15px;border-radius:12px;color:var(--surface);background:var(--text-strong);transform:translateY(-150%);transition:transform .16s ease}.skip-link:focus{transform:translateY(0)}.site-container{width:min(calc(100% - (var(--page-gutter) * 2)),var(--content-width));margin-inline:auto}.brand-mark{width:36px;height:36px;flex:0 0 auto;display:grid;place-items:center;border:1px solid var(--border-soft);border-radius:12px;color:var(--mint-deep);background:linear-gradient(145deg,#fefefa,#d9eee1);box-shadow:inset 0 1px rgba(255,255,255,.9),0 8px 20px rgba(34,78,58,.1)}.brand-mark-large{width:58px;height:58px;border-radius:18px}.brand-mark svg{width:26px;height:26px;overflow:visible}.brand-mark-large svg{width:40px;height:40px}.brand-mark-leaf{fill:#8bb6a2}.brand-mark-check,.brand-mark-stem{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2.1}.theme-toggle{width:44px;height:44px;display:grid;place-items:center;padding:0;border:1px solid var(--border-soft);border-radius:14px;color:var(--text-strong);background:var(--surface-soft);cursor:pointer}.theme-toggle[data-ready=false]{opacity:0}.theme-icon,.theme-toggle-track{width:19px;height:19px;display:block}.theme-icon{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.7}.button{min-height:50px;width:-moz-fit-content;width:fit-content;display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:0 20px;border:1px solid transparent;border-radius:16px;font-size:14px;font-weight:780;letter-spacing:-.015em;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}.button:hover{transform:translateY(-2px)}.button-primary{color:#fff;background:var(--mint-deep);box-shadow:0 12px 28px rgba(22,63,48,.18)}:root[data-theme=dark] .button-primary{color:#0b2118;background:#a8d8c3}.button-secondary{color:var(--text-strong);border-color:var(--border-soft);background:color-mix(in srgb,var(--surface) 86%,transparent)}.button-compact{min-height:44px;padding-inline:17px;border-radius:14px}.eyebrow{display:inline-flex;align-items:center;gap:9px;color:var(--mint);font-size:11px;font-weight:820;letter-spacing:.13em;text-transform:uppercase}.eyebrow:before{width:7px;height:7px;content:"";border-radius:50%;background:currentColor;box-shadow:0 0 0 5px color-mix(in srgb,currentColor 12%,transparent)}@media (prefers-reduced-motion:reduce){*,:after,:before{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}