:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--bg:#fafafa;--ink:#0c1218;--muted:#474e55;--faint:#82878c;--line:#d5d8db;--surface:#fff;--accent:#003e55;--accent-soft:#e6f0f6}@supports (color:lab(0% 0 0)){:root{--bg:lab(98.26% 0 0);--ink:lab(5.24301% -1.01575 -4.86833);--muted:lab(32.7034% -1.4347 -4.95038);--faint:lab(55.9108% -1.07518 -3.56119);--line:lab(86.0762% -.552624 -1.78888);--surface:lab(100% 0 0);--accent:lab(23.5603% -12.5945 -22.0896);--accent-soft:lab(94.2542% -2.9628 -4.08634)}}[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--bg:#070e15;--ink:#e8ebef;--muted:#a8afb5;--faint:#81878d;--line:#2b3137;--surface:#121920;--accent:#82c2dc;--accent-soft:#0b222d}@supports (color:lab(0% 0 0)){[data-theme=dark]{--bg:lab(3.67352% -.819445 -4.45711);--ink:lab(93.0353% -.66188 -2.14599);--muted:lab(70.9889% -1.29071 -4.27365);--faint:lab(55.9083% -1.27903 -4.26753);--line:lab(19.9408% -1.38527 -4.92806);--surface:lab(8.32369% -1.55564 -6.25106);--accent:lab(74.803% -16.4015 -19.726);--accent-soft:lab(11.9277% -6.35546 -9.82565)}}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--ink);margin:0;font-family:Segoe UI,Arial,sans-serif;transition:background-color .18s,color .18s}a{color:inherit;text-decoration:none;transition:color .16s}a:hover{color:var(--accent)}img{max-width:100%;display:block}.site{width:min(1080px,100% - 40px);margin:0 auto}.topbar{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:1.25rem;min-height:72px;display:flex}.brand{letter-spacing:-.01em;font-weight:700}nav{color:var(--muted);flex-wrap:wrap;justify-content:flex-end;gap:1rem;font-size:.94rem;display:flex}.topbarControls{justify-content:flex-end;align-items:center;gap:1rem;display:flex}.themeToggle{border:1px solid var(--line);background:var(--surface);min-height:2rem;color:var(--muted);cursor:pointer;font:inherit;border-radius:999px;align-items:center;gap:.45rem;padding:.25rem .65rem .25rem .32rem;font-size:.88rem;font-weight:650;display:inline-flex}.themeToggle:hover{border-color:var(--accent);color:var(--accent)}.themeToggle:focus-visible{outline:2px solid var(--accent);outline-offset:3px}.themeToggleMark{background:var(--accent);width:1.35rem;height:1.35rem;box-shadow:inset -.34rem -.2rem 0 var(--surface);border-radius:999px}[data-theme=dark] .themeToggleMark{box-shadow:inset 0 0 0 .34rem var(--surface)}.hero{border-bottom:1px solid var(--line);grid-template-columns:minmax(240px,350px) minmax(0,1fr);align-items:center;gap:clamp(2rem,6vw,5.5rem);padding:clamp(3rem,7vw,6rem) 0;display:grid}.portraitWrap{background:var(--accent-soft);align-self:stretch;min-height:430px}.portrait{object-fit:cover;object-position:center top;width:100%;height:100%;min-height:430px}.role{color:var(--muted);margin:0 0 1rem;font-size:1rem;line-height:1.55}h1,h2,h3,p{text-wrap:pretty}h1{letter-spacing:-.025em;text-wrap:balance;max-width:18ch;margin:0;font-family:Georgia,Times New Roman,serif;font-size:clamp(2.15rem,4.8vw,3.55rem);line-height:1.06}.summary{max-width:64ch;color:var(--muted);margin:1.35rem 0 0;font-size:clamp(1.05rem,2vw,1.22rem);line-height:1.75}.actions{flex-wrap:wrap;gap:.75rem 1.1rem;margin-top:1.6rem;display:flex}.actions a,.entry a,.footer a{color:var(--accent);border-bottom:1px solid;font-weight:650}.section{border-bottom:1px solid var(--line);padding:clamp(3.2rem,7vw,5rem) 0}.pageIntro{border-bottom:1px solid var(--line);gap:1rem;padding:clamp(3rem,7vw,5.5rem) 0 clamp(2.6rem,6vw,4.4rem);display:grid}.pageIntro p{max-width:68ch;font-size:clamp(1.04rem,1.8vw,1.2rem)}.sectionHead{gap:.65rem;margin-bottom:1.8rem;display:grid}.twoColumn,.research{grid-template-columns:220px minmax(0,1fr);gap:clamp(1.5rem,5vw,4rem);display:grid}.research{grid-template-columns:minmax(0,1fr) 310px}h2{letter-spacing:-.015em;margin:0;font-size:clamp(1.35rem,3vw,1.85rem);line-height:1.2}h3{margin:0;font-size:1rem;line-height:1.45}p{max-width:74ch;color:var(--muted);margin:0;line-height:1.75}.entries,.stack{display:grid}.stack{gap:1.4rem}.stack article{gap:.35rem;display:grid}.entry{border-top:1px solid var(--line);gap:.35rem;padding:1.15rem 0;display:grid}.entry:first-child{border-top:0;padding-top:0}.entry a{width:fit-content;font-size:.92rem}.researchEntry{gap:.55rem;display:grid}.projectList{gap:clamp(2.4rem,6vw,4rem);display:grid}.projectEntry{border-top:1px solid var(--line);grid-template-columns:minmax(260px,410px) minmax(0,1fr);align-items:start;gap:clamp(1.5rem,5vw,3.5rem);padding-top:clamp(2.4rem,5vw,3.2rem);display:grid}.projectEntry:first-child{border-top:0;padding-top:0}.projectMedia{border:1px solid var(--line);background:var(--surface);transition:border-color .18s,transform .26s,background-color .26s;overflow:hidden}.projectMedia img{aspect-ratio:4/3;object-fit:contain;width:100%;transition:filter .26s,transform .32s}.projectEntry:hover .projectMedia{border-color:color-mix(in oklch, var(--accent) 45%, var(--line));background:color-mix(in oklch, var(--surface) 86%, var(--accent-soft));transform:translateY(-3px)}.projectEntry:hover .projectMedia img{filter:contrast(1.04)saturate(1.04);transform:scale(1.025)}.projectCopy{gap:.85rem;display:grid}.projectDetails{gap:1rem;margin-top:.35rem;display:grid}.projectDetails h3{margin-bottom:.55rem}.projectOutcomes{color:var(--muted);gap:.45rem;margin:0;padding-left:1.15rem;line-height:1.65;display:grid}.projectOutcomes li::marker{color:var(--accent)}.numberedList{color:var(--muted);gap:.45rem;margin:.35rem 0 0;padding-left:1.25rem;line-height:1.65;display:grid}.numberedList li::marker{color:var(--accent);font-weight:700}.meta{color:var(--faint);font-size:.9rem;line-height:1.4}.authors{color:var(--ink);font-size:.96rem;line-height:1.6}.accentText{color:var(--accent)}.tagList{flex-wrap:wrap;align-content:start;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.tagList li{border:1px solid var(--line);background:var(--surface);color:var(--muted);border-radius:999px;padding:.42rem .68rem;font-size:.92rem}.skills{justify-content:flex-start}.footer{color:var(--muted);justify-content:space-between;gap:1rem;padding:2rem 0 3rem;font-size:.94rem;display:flex}.footer div{gap:1rem;display:flex}@media (max-width:820px){.site{width:min(100% - 28px,1080px)}.topbar{flex-direction:column;justify-content:center;align-items:flex-start;padding:1rem 0}.topbarControls{flex-direction:column;justify-content:flex-start;align-items:flex-start}nav{justify-content:flex-start}.hero,.twoColumn,.research,.projectEntry{grid-template-columns:1fr}.hero{padding-top:2.5rem}.portraitWrap,.portrait{min-height:360px}.tagList{margin-top:1.2rem}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}@media (prefers-reduced-motion:no-preference){.pageIntro{animation:.56s cubic-bezier(.16,1,.3,1) both sectionEnter}.site>.section{animation:.62s cubic-bezier(.16,1,.3,1) 90ms both sectionEnter}.site>.section:nth-of-type(3){animation-delay:.17s}.site>.section:nth-of-type(4){animation-delay:.24s}.projectEntry{animation:.64s cubic-bezier(.16,1,.3,1) both projectEnter}.projectEntry:first-child{animation-delay:40ms}.projectEntry:nth-child(2){animation-delay:.15s}.projectEntry:nth-child(3){animation-delay:.26s}}@keyframes sectionEnter{0%{opacity:.001;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes projectEnter{0%{opacity:.001;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}
