:root{color-scheme:light dark;--color-bg: #F4F0E8;--color-surface: #F9F6EF;--color-text: #20201D;--color-muted: #676A6E;--color-rule: #9EA3A6;--color-accent: #223C57;--color-accent-secondary: #A85E42;--color-link: #223C57;--color-focus: #223C57;--color-code-bg: #E8E5DE}@media (prefers-color-scheme: dark){:root{--color-bg: #121412;--color-surface: #1A1D1A;--color-text: #EEECE5;--color-muted: #B3B6AA;--color-rule: #39434B;--color-accent: #90B6D8;--color-accent-secondary: #D58B6D;--color-link: #90B6D8;--color-focus: #90B6D8;--color-code-bg: #0E1012}}:root[data-theme=light]{--color-bg: #F4F0E8;--color-surface: #F9F6EF;--color-text: #20201D;--color-muted: #676A6E;--color-rule: #9EA3A6;--color-accent: #223C57;--color-accent-secondary: #A85E42;--color-link: #223C57;--color-focus: #223C57;--color-code-bg: #E8E5DE}:root[data-theme=dark]{--color-bg: #121412;--color-surface: #1A1D1A;--color-text: #EEECE5;--color-muted: #B3B6AA;--color-rule: #39434B;--color-accent: #90B6D8;--color-accent-secondary: #D58B6D;--color-link: #90B6D8;--color-focus: #90B6D8;--color-code-bg: #0E1012}*,*::before,*::after{box-sizing:border-box}body{margin:0}img,picture,svg{display:block;max-width:100%}button,input,textarea,select{font:inherit;color:inherit}ul[class],ol[class]{list-style:none;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--color-bg);color:var(--color-text);min-height:100vh}a{color:var(--color-link)}a:hover,a:focus-visible{color:var(--color-accent)}hr{border:none;border-top:var(--rule-width) solid var(--color-rule)}::placeholder{color:var(--color-muted)}:root{--font-display: ui-serif, Georgia, Cambria, "Times New Roman", serif;--font-body: ui-serif, Georgia, Cambria, "Times New Roman", serif;--font-ui: ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-mono: ui-monospace, "SFMono-Regular", Consolas, "Liberation Mono", monospace}body{font-family:var(--font-body);font-size:1rem;line-height:1.7}@media (min-width: 40rem){body{font-size:1.0625rem}}@media (min-width: 64rem){body{font-size:1.125rem}}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);line-height:1.2}nav,button,.theme-toggle,.cta{font-family:var(--font-ui)}.post-meta,.tag,.tag-list,code,pre,kbd,samp{font-family:var(--font-mono)}.lede{font-family:var(--font-display);font-size:clamp(1.375rem,1.1rem + 1.2vw,2rem);line-height:1.3;max-width:var(--reading-width)}:root{--space-1: 0.25rem;--space-2: 0.5rem;--space-3: 0.75rem;--space-4: 1rem;--space-6: 1.5rem;--space-8: 2rem;--space-12: 3rem;--space-16: 4rem;--container: 80rem;--reading-width: 68ch;--rule-width: 1px}.container{width:100%;max-width:var(--container);margin-inline:auto;padding-inline:clamp(1rem,4vw,3rem)}.layout{display:flex;flex-direction:column;gap:var(--space-8);padding-block:var(--space-8)}.site-masthead{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:var(--space-3) var(--space-6);padding-block:var(--space-6);border-bottom:var(--rule-width) solid var(--color-rule)}.wordmark{font-family:var(--font-ui);font-size:1.05rem;font-weight:600;color:var(--color-text);text-decoration:none}.site-nav .nav-list{display:flex;flex-wrap:wrap;align-items:center;gap:var(--space-4);margin:0;padding:0;list-style:none;font-family:var(--font-ui)}.site-nav .nav-list a{color:var(--color-muted);text-decoration:none}.site-nav .nav-list a:hover,.site-nav .nav-list a:focus-visible{color:var(--color-accent)}.site-footer{margin-top:var(--space-16);padding-block:var(--space-8);border-top:var(--rule-width) solid var(--color-rule);color:var(--color-muted);font-family:var(--font-ui)}.prose{max-width:var(--reading-width)}.prose img,.prose video{max-width:100%;height:auto}.prose pre{overflow-x:auto;padding:var(--space-4);background:var(--color-code-bg);border-radius:.25rem}.prose :where(h2,h3,h4){margin-top:var(--space-12)}a{text-underline-offset:.15em}button,.cta,a[role=button]{min-height:44px;min-width:44px;display:inline-flex;align-items:center;justify-content:center}.theme-toggle{width:44px;height:44px;padding:0;background:rgba(0,0,0,0);color:var(--color-muted);border:var(--rule-width) solid var(--color-rule);border-radius:.25rem;cursor:pointer;line-height:1}.theme-toggle:hover,.theme-toggle:focus-visible{color:var(--color-accent);border-color:var(--color-accent)}.theme-toggle-icon{font-size:1.15rem;line-height:1}:focus-visible{outline:2px solid var(--color-focus);outline-offset:2px}.skip-link{position:absolute;top:-100%;left:var(--space-4);z-index:100;padding:var(--space-2) var(--space-4);background:var(--color-surface);color:var(--color-text);border:var(--rule-width) solid var(--color-rule);border-radius:.25rem}.skip-link:focus{top:var(--space-4)}::selection{background:var(--color-accent);color:var(--color-surface)}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border:0}@media (prefers-reduced-motion: reduce){*,*::before,*::after{animation-duration:.001ms !important;animation-iteration-count:1 !important;transition-duration:.001ms !important;scroll-behavior:auto !important}}.home-hero h1{font-family:var(--font-ui);font-size:clamp(1.75rem,1.3rem + 2vw,2.75rem);line-height:1.15;max-width:var(--reading-width)}.home-grid{display:flex;flex-direction:column;gap:var(--space-8);min-width:0}.home-hero,.home-current,.home-work,.home-path{min-width:0}.home-current{display:none}.home-contact{border-top:var(--rule-width) solid var(--color-rule);padding-top:var(--space-4)}.project-list{display:flex;flex-direction:column;gap:var(--space-6)}.milestone-list,.contact-links{display:flex;flex-direction:column;gap:var(--space-2)}.project-description{max-width:var(--reading-width);color:var(--color-text)}.tag-list{display:flex;flex-wrap:wrap;gap:var(--space-2)}.tag{padding:var(--space-1) var(--space-2);background:var(--color-surface);border:var(--rule-width) solid var(--color-rule);border-radius:.25rem;font-size:.875em}.career-path{border-left:var(--rule-width) solid var(--color-rule)}.career-entry{position:relative;padding-left:var(--space-6);padding-bottom:var(--space-8)}.career-entry:last-child{padding-bottom:0}.career-entry::before{content:"";position:absolute;left:calc(-1*var(--space-1) - var(--rule-width)/2);top:.4em;width:var(--space-2);height:var(--space-2);border-radius:50%;background:var(--color-rule)}.career-entry.is-current::before{background:var(--color-accent)}.current-badge{font-weight:600}@media (min-width: 64rem){.home-grid{display:grid;grid-template-columns:2fr 1fr;grid-template-areas:"hero current" "work work" "path path";column-gap:var(--space-12);row-gap:var(--space-8);align-items:start}.home-hero{grid-area:hero}.home-current{display:block;grid-area:current}.home-work{grid-area:work}.home-path{grid-area:path}}