:root{--rgb-ink:8 26 36;--rgb-surface:255 255 255;--rgb-on-dark:248 250 248;--rgb-accent:242 179 33;--color-ink:rgb(var(--rgb-ink));--color-ink-soft:#102d3a;--color-surface:rgb(var(--rgb-surface));--color-canvas:#f4f7f5;--color-canvas-muted:#e8eeeb;--color-text:#10232d;--color-ink-muted:#55676f;--color-on-dark:rgb(var(--rgb-on-dark));--color-on-dark-muted:#aab9bd;--color-line:#d4ded9;--color-line-dark:rgb(var(--rgb-surface) / .14);--color-accent:rgb(var(--rgb-accent));--color-accent-hover:#d99a08;--color-accent-ink:#8a5b00;--color-focus:#b47700;--font-body:"Avenir Next", "Segoe UI Variable", "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;--font-mono:"SFMono-Regular", Consolas, "Liberation Mono", monospace;--container-max:80rem;--container-gutter:clamp(1.25rem, 4vw, 3.5rem);--section-space:clamp(4.5rem, 9vw, 8rem);--header-h:4.5rem;--radius-sm:.5rem;--radius-md:.875rem;--radius-lg:1.25rem;--radius-xl:2rem;--radius-full:62.4375rem;--shadow-sm:0 .625rem 1.875rem rgb(var(--rgb-ink) / .08);--shadow-md:0 1.5rem 4.5rem rgb(var(--rgb-ink) / .14);--shadow-accent:0 1rem 2.5rem rgb(var(--rgb-accent) / .2);--motion-fast:.16s;--motion-base:.26s;--motion-slow:.7s;--ease-out:cubic-bezier(.22, 1, .36, 1);--ease-standard:cubic-bezier(.2, 0, 0, 1);--z-header:40;--z-floating:50}@media (width<=47.99rem){:root{--header-h:4rem;--section-space:4.5rem}}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:var(--header-h);background:var(--color-canvas);font-size:1rem}body{color:var(--color-text);background:var(--color-canvas);font-family:var(--font-body);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;margin:0;font-size:1rem;line-height:1.6}main{display:block}h1,h2,h3,p,ul,ol,figure,blockquote{margin:0}ul,ol{padding:0}h1,h2,h3{color:inherit;letter-spacing:-.035em;overflow-wrap:anywhere;text-wrap:balance;line-height:1.06}p{overflow-wrap:anywhere;text-wrap:pretty}a{color:inherit;text-decoration:none}button,input,select,textarea{color:inherit;font:inherit}button,summary{-webkit-tap-highlight-color:transparent}button{cursor:pointer}img,picture,svg{max-width:100%;display:block}::selection{color:var(--color-ink);background:var(--color-accent)}:where(a,button,summary,input,select,textarea):focus-visible{outline:.1875rem solid var(--color-focus);outline-offset:.1875rem}.container{width:min(100%, calc(var(--container-max) + var(--container-gutter) * 2));padding-inline:var(--container-gutter);margin-inline:auto}.section-space{padding-block:var(--section-space)}.skip-link{z-index:calc(var(--z-floating) + 1);color:var(--color-ink);background:var(--color-accent);border-radius:var(--radius-sm);transition:transform var(--motion-fast) var(--ease-out);padding:.75rem 1rem;font-weight:700;position:fixed;top:.75rem;left:.75rem;transform:translateY(-200%)}.skip-link:focus{transform:translateY(0)}:where(section[id]){scroll-margin-top:var(--header-h)}@keyframes reveal-section{0%{transform:translateY(1.5rem)}to{transform:translateY(0)}}@supports (animation-timeline:view()){@media (width>=48rem) and (prefers-reduced-motion:no-preference){.motion-reveal{animation:reveal-section var(--motion-slow) var(--ease-out) both;animation-timeline:view();animation-range:entry 8% cover 28%}}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}.motion-reveal{opacity:1;animation:none;transform:none}}
