:root{--page-margin:1.5rem;--profile-picture-max-width:250px;--site-max-width:1040px;--section-rail-width:7.5rem;--global-font-family:'Iosevka Web', ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;--global-mono-font-family:var(--global-font-family);--content-line-height:1.4;--prose-line-height:1.48;--global-font-size-small:0.875rem;--paper:#f7f0e3;--paper-raised:#fdf9f0;--ink:#201d18;--ink-soft:#675f54;--accent:#5138c9;--distinction:#8c4a2a;--ink-rgb:32, 29, 24;--accent-rgb:81, 56, 201;--accent-hover:var(--ink);--ink-faint:rgba(var(--ink-rgb), 0.48);--line-ink:rgba(var(--ink-rgb), 0.18);--line-ink-strong:rgba(var(--ink-rgb), 0.26);--rule-section:1px solid var(--line-ink-strong);--rule-row:linear-gradient(90deg, rgba(var(--accent-rgb), 0.42), rgba(var(--ink-rgb), 0.16) 28%, rgba(var(--ink-rgb), 0.08) 72%, rgba(var(--ink-rgb), 0))}*{box-sizing:border-box}html{scroll-behavior:smooth;scrollbar-gutter:stable}body{background-color:var(--paper);color:var(--ink);font-family:var(--global-font-family);font-size:.9375rem;line-height:var(--content-line-height);margin:var(--page-margin);display:flex;flex-direction:column;align-items:center}a{color:var(--accent);text-decoration:none;transition:color .18s ease}a:hover{color:var(--accent-hover)}a:focus-visible{outline:2px solid var(--accent);outline-offset:3px}main,header,footer,.site-index{width:100%;max-width:var(--site-max-width)}.site-masthead{align-items:flex-end;display:flex;flex-wrap:wrap;gap:.6rem 1.5rem;justify-content:space-between;padding:1.6rem 0 1.4rem}.site-title{color:var(--ink);font-size:clamp(1.75rem,1.05rem + 3.1vw,2.5rem);letter-spacing:-.035em;line-height:1.05;margin:0}.site-contact-links{color:var(--ink-soft);column-gap:.45rem;display:flex;flex-wrap:wrap;font-size:.8125rem;justify-content:flex-end;line-height:1.45;margin-left:auto;padding-bottom:.3rem;text-align:right}.site-contact-handle{color:var(--ink);font-size:inherit;font-weight:700;font-family:var(--global-mono-font-family);letter-spacing:0;line-height:inherit;margin-right:.15rem}.site-contact-links a{color:var(--ink-soft);font-size:inherit;line-height:inherit}.site-contact-links a:hover{color:var(--accent)}.site-contact-links a+a::before{color:var(--line-ink-strong);content:"\00b7";margin-right:.45rem}.site-index{align-items:baseline;background-color:var(--paper);display:flex;gap:.5rem 1.5rem;justify-content:space-between;margin:0 auto;padding:.5rem 0 .45rem;position:sticky;top:0;z-index:100}.site-index::before{background-color:var(--paper);content:"";inset:0 calc(-1 * var(--page-margin));position:absolute;z-index:-1}.site-index::after{background-color:var(--line-ink-strong);bottom:0;content:"";height:1px;left:0;position:absolute;right:0}.site-index-mark{color:var(--ink);font-size:.8125rem;font-weight:700;letter-spacing:-.01em;opacity:0;transform:translateY(.2rem);transition:opacity .24s ease,transform .24s ease,visibility .24s;visibility:hidden;white-space:nowrap}.site-index-mark:hover{color:var(--accent)}.site-index.is-condensed .site-index-mark{opacity:1;transform:none;visibility:visible}.menu-container{display:flex;flex-wrap:nowrap;font-size:.8125rem;gap:.15rem 1.15rem;justify-content:flex-end;margin-left:auto;text-align:right}.menu-container a{color:var(--ink-soft);font-size:1em;white-space:nowrap}.menu-container a:hover{color:var(--accent)}.menu-container .menu-index{color:var(--ink-faint);font-size:.6875rem;font-weight:600;letter-spacing:.08em;margin-right:.38rem;transition:color .22s ease}.menu-container a.active{color:var(--ink);font-weight:700;text-decoration:none}.menu-container a.active .menu-index{color:var(--accent)}.site-container{max-width:var(--site-max-width);margin:0 auto}.home{counter-reset:home-section}.home>.section{counter-increment:home-section}.home>.section>h2::before{content:counter(home-section,decimal-leading-zero)}.section{border-bottom:var(--rule-section);column-gap:clamp(1.5rem,3vw,2.75rem);display:grid;grid-template-columns:var(--section-rail-width)minmax(0,1fr);padding:2.65rem 0 calc(2.75rem - var(--row-pad,0rem));scroll-margin-top:var(--sticky-header-offset,6rem)}#publications .publication,#education .education+.education,#teaching .teaching-course,#service .service-entry,#contact .contact-entry{position:relative}#publications .publication::before,#education .education+.education::before,#teaching .teaching-course::before,#service .service-entry::before,#contact .contact-entry::before{background:var(--rule-row);content:"";height:1px;left:0;position:absolute;right:0;top:0}.section>h2{align-self:start;color:var(--ink);display:flex;flex-direction:column;font-size:.875rem;font-weight:700;grid-column:1;letter-spacing:.08em;line-height:1.2;margin:0;position:sticky;text-transform:uppercase;top:calc(var(--sticky-header-offset,6rem) + 1rem);z-index:0}.section>h2::before{color:var(--ink-soft);font-size:.6875rem;font-weight:600;letter-spacing:.08em;margin-bottom:.28rem;transition:color .22s ease}.section>h2::after{background:var(--line-ink-strong);content:"";height:.8rem;left:-.75rem;position:absolute;top:.05rem;transition:background-color .22s ease;width:2px}.section.is-current>h2::before{color:var(--accent)}.section.is-current>h2::after{background:var(--accent)}.section>:not(h2){grid-column:2;min-width:0}.about-container{display:flex;align-items:flex-start;gap:1rem}.about-photo{max-width:var(--profile-picture-max-width);border-radius:0%;display:flex;justify-content:center;align-items:center}#profile-picture{max-width:100%;height:auto;border-radius:0%}.about-content{flex:1;font-size:1rem;font-weight:400;line-height:var(--prose-line-height)}.about-content p{margin:0 0 .8rem;max-width:68ch;text-shadow:none}.about-content p:last-child{margin-bottom:0}.about-content a{text-shadow:none}#publications{--row-pad:0.8rem}#publications .publication{font-family:var(--global-font-family);line-height:var(--content-line-height);padding:var(--row-pad)0}#publications .publication header,#publications .authors,#publications .publication-awards,#publications .publication-links,#publications .abstract{font-family:inherit;line-height:inherit}#publications .myname{color:inherit}#publications .publication header{display:grid;gap:.2rem}#publications .publication .tag{color:var(--ink-soft);font-size:.75rem;font-weight:600;letter-spacing:.025em}#publications .publication .title{font-size:1.0625rem;font-weight:600;line-height:1.3}#publications .authors{color:var(--ink-soft);margin-top:.25rem}#publications h3,#research h3{color:var(--ink-soft);font-size:.75rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase}#publications h3{margin:1.1rem 0 0}#publications .publication-awards,#publications .publication-links{display:flex;flex-wrap:wrap;gap:0 .35rem;font-weight:600;margin-top:.25rem}#publications .tag,#publications .publication-links{font-family:inherit}#publications .publication-awards{color:var(--distinction)}#publications .publication-awards a,#publications .publication-awards span{color:inherit}#publications .publication-links a{white-space:nowrap}#publications .abstract{margin-top:.25rem}#publications .abstract summary{align-items:center;color:var(--accent);cursor:pointer;display:flex;font-weight:600;gap:.6rem;list-style:none;margin:0;max-width:68ch;width:fit-content}#publications .abstract[open] summary{width:100%}#publications .abstract summary::-webkit-details-marker{display:none}#publications .abstract-rule{flex:auto;height:1px;position:relative}#publications .abstract-rule::after{background:var(--line-ink-strong);content:"";inset:0;position:absolute;transform:scaleX(0);transform-origin:left;transition:transform 300ms cubic-bezier(.2,.7,.2,1)}#publications .abstract[open]:not([data-collapsing]) .abstract-rule::after{transform:scaleX(1)}#publications .abstract summary:hover{color:var(--accent-hover)}#publications .abstract summary:focus-visible{outline:2px solid var(--accent);outline-offset:3px}#publications .abstract-panel{overflow:hidden}#publications .abstract .content{color:var(--ink-soft);line-height:var(--prose-line-height);margin:.5rem 0 0;max-width:68ch;padding-left:.75rem;position:relative}#publications .abstract .content::before{background:var(--line-ink-strong);bottom:0;content:"";left:0;position:absolute;top:0;transform:scaleY(0);transform-origin:top;transition:transform 300ms cubic-bezier(.2,.7,.2,1);width:1px}#publications .abstract[open]:not([data-collapsing]) .content::before{transform:scaleY(1)}#publications .abstract .content p{margin:0}@media(prefers-reduced-motion:reduce){#publications .abstract-rule::after,#publications .abstract .content::before{transition:none}}#research h3{font-size:1rem;margin:.9rem 0 .5rem}#research h3:first-of-type{margin-top:0}.research-project-list{display:grid;gap:1.5rem}#research{--row-pad:0.4rem}.research-project{line-height:var(--content-line-height);padding:var(--row-pad)1.5rem;position:relative}.research-project-grid{align-items:start;display:grid;gap:1.05rem;grid-template-columns:minmax(0,1fr)clamp(9rem,26%,13.5rem)}.research-project::before,.research-project::after{border:1px solid var(--line-ink);bottom:0;content:"";position:absolute;top:0;transition:border-color 240ms ease,width 240ms cubic-bezier(.2,.7,.2,1);width:.65rem}.research-project::before{border-right:0;left:0}.research-project::after{border-left:0;right:0}.research-project:hover::before,.research-project:hover::after,.research-project:focus-within::before,.research-project:focus-within::after{border-color:var(--accent);width:.95rem}@media(prefers-reduced-motion:reduce){.research-project::before,.research-project::after{transition:none}}.research-project-keywords{color:var(--ink-soft);display:flex;flex-wrap:wrap;font-size:.6875rem;font-weight:600;gap:0 .4rem;letter-spacing:.08em;margin-top:.3rem;text-transform:uppercase}.research-project-keywords .sep{color:var(--ink-faint)}.research-project-media{align-self:start;aspect-ratio:3/2;background:var(--paper-raised);border:0;border-radius:0;grid-column:2;grid-row:1;min-height:0;overflow:hidden;position:relative}.research-project-media img{box-sizing:border-box;display:block;height:100%;object-fit:contain;object-position:center;width:100%}.research-project-body{grid-column:1;grid-row:1;min-width:0}.research-visual{height:100%;position:relative;width:100%}.research-visual span{background:var(--ink);border-radius:999px;display:block;position:absolute}.research-project header{font-size:1.0625rem;font-weight:600;line-height:1.3}.research-project .project-prefix{color:var(--ink);font:inherit}.research-project .title{font-size:inherit}.research-project-description{font-size:1rem;line-height:var(--prose-line-height);max-width:68ch}.research-project-description p{margin:.5rem 0 0}.research-project-links{display:flex;flex-wrap:wrap;font-weight:600;gap:0 .35rem;margin-top:.55rem;font-family:var(--global-mono-font-family);font-size:.8125rem}.research-project-links a,.research-project-links span{white-space:nowrap}.research-project-links span{color:var(--ink-soft)}@media(max-width:560px){#research{--row-pad:0.3rem}.research-project{padding:var(--row-pad)1rem}.research-project-grid{gap:.7rem;grid-template-columns:1fr}.research-project-body{grid-column:1;grid-row:1}.research-project-media{aspect-ratio:3/2;grid-column:1;grid-row:2;justify-self:center;max-height:10rem;max-width:18rem;width:100%}.research-project-media img{object-position:center}}#education .education{line-height:var(--content-line-height)}#education .education+.education{margin-top:1.3rem;padding-top:1.4rem}#education .education-logos{align-items:center;display:flex;flex-wrap:wrap;gap:.75rem 1.5rem;margin-bottom:.85rem;min-height:2.75rem}#education .education-logos img{display:block;height:2.75rem;max-width:100%;object-fit:contain;width:auto}#education .education-heading{align-items:baseline;display:flex;flex-wrap:wrap;gap:.25rem 1rem}#education .education-place{min-width:0}#education .education-place h3{font-size:1.125rem;font-weight:650;letter-spacing:-.02em;line-height:1.25;margin:0}#education .education-context{color:var(--ink-soft);font-size:var(--global-font-size-small);margin:.2rem 0 0}#education .education-separator{color:var(--ink-faint);margin:0 .4rem}#education .education-year{color:var(--ink-soft);font-size:var(--global-font-size-small);margin-left:auto;white-space:nowrap}#education .education-degree-list{list-style:none;margin:.85rem 0 0;padding:0}#education .education-degree-list li+li{margin-top:.28rem}#education .education-degree-title{font-size:1rem;font-weight:600;line-height:1.3}#education .education-degree-attributes{color:var(--ink-soft);font-size:var(--global-font-size-small)}#education .education-degree-note{color:var(--ink-soft);display:inline-block;font-size:var(--global-font-size-small);margin-left:.45rem;white-space:nowrap}#education .education-degree-note::before{color:var(--ink-faint);content:"·";margin-right:.45rem}#education .education-details{color:var(--ink-soft);font-size:var(--global-font-size-small);margin-top:.6rem}#education .education-details p{margin:.18rem 0 0}#education .education-outcome{color:var(--ink)}#education .education-distinction{color:var(--distinction);font-weight:600}#education .education-details a{font-weight:550}#education .education-recognition{color:var(--ink);margin-top:.55rem}#education .education-recognition p{margin-top:.12rem}#teaching .teaching-school{line-height:var(--content-line-height)}#teaching .teaching-school+.teaching-school{margin-top:1.4rem}#teaching .school{font-size:1.0625rem;font-weight:650;letter-spacing:-.02em;margin:0 0 .55rem}#teaching{--row-pad:0.75rem}#teaching .teaching-course{display:grid;gap:.3rem 1rem;grid-template-columns:10rem minmax(0,1fr);padding:var(--row-pad)0}#teaching .teaching-course-code{color:var(--ink-soft);font-size:.8125rem;font-weight:600;letter-spacing:.015em;padding-top:.15rem}#teaching .teaching-course-title{font-size:1rem;font-weight:600;line-height:1.3;margin:0}#teaching .teaching-positions{list-style:none;margin:.3rem 0 0;padding:0}#teaching .teaching-positions li{color:var(--ink-soft);display:flex;flex-wrap:wrap;font-size:var(--global-font-size-small);gap:.15rem .8rem}#teaching .teaching-positions li+li{margin-top:.2rem}#teaching .teaching-role{color:var(--ink);font-weight:550}#teaching .teaching-terms{font-family:var(--global-mono-font-family);margin-left:auto}#service{--row-pad:0.75rem}#service .service-entry{align-items:baseline;display:grid;gap:.25rem 1rem;grid-template-columns:minmax(0,1.55fr)minmax(0,1.15fr)auto;line-height:var(--content-line-height);padding:var(--row-pad)0}#service .service-organization{font-size:1rem;font-weight:600;line-height:1.3;margin:0}#service .service-role{color:var(--ink-soft);font-size:var(--global-font-size-small)}#service .service-time{color:var(--ink-soft);font-size:.8125rem;white-space:nowrap;font-family:var(--global-mono-font-family)}#contact .contact-note{color:var(--ink-soft);line-height:var(--prose-line-height);margin:0 0 1.35rem}#contact .contact-list{margin:0}#contact{--row-pad:0.7rem}#contact .contact-entry{align-items:baseline;column-gap:1rem;display:grid;grid-template-columns:6.5rem minmax(0,1fr);line-height:var(--content-line-height);padding:var(--row-pad)0}#contact .contact-label{color:var(--ink-soft);font-size:.6875rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase}#contact .contact-value{display:flex;flex-wrap:wrap;gap:.2rem .9rem;margin:0}#contact .contact-value a{font-family:var(--global-mono-font-family);font-size:1rem;font-weight:550}#contact .contact-value a{background-image:linear-gradient(currentColor,currentColor);background-position:0 100%;background-repeat:no-repeat;background-size:0 1px;padding-bottom:1px;transition:background-size .24s cubic-bezier(.2,.7,.2,1),color .18s ease}#contact .contact-value a:hover{background-size:100% 1px}footer{color:var(--ink-soft)}footer *{font-size:.75rem}@media(max-width:1000px){.menu-container{flex-wrap:wrap;gap:.15rem .85rem;line-height:1.45}}@media(max-width:860px){.site-index-mark{display:none}.site-masthead{gap:.35rem 1.5rem}}@media(max-width:760px){.section{display:block;padding:1.7rem 0 calc(1.85rem - var(--row-pad,0rem))}.section>h2{align-items:baseline;flex-direction:row;font-size:1rem;gap:.6rem;letter-spacing:.045em;margin:0 0 1rem;position:relative;top:auto}.section>h2::before{font-size:.65rem;margin-bottom:0;min-width:1.6rem}.section>h2::after{height:.9rem;left:-.6rem;top:.18rem}}@media(max-width:620px){.site-index{padding:.4rem 0 .35rem}body{--page-margin:1rem;font-size:.875rem;line-height:var(--content-line-height);margin:var(--page-margin)}.site-masthead{padding:1.1rem 0}.site-contact-links{font-size:.75rem;line-height:1.5}.menu-container{font-size:.75rem;gap:.2rem .7rem}.about-container{flex-direction:column;align-items:flex-start}.about-content{line-height:var(--prose-line-height);width:100%}.about-photo{max-width:60%;margin:0 auto;border-radius:0%}#profile-picture{max-width:80%;margin:0 auto;display:block}#education .education-logos{gap:.65rem .75rem;justify-content:center;min-height:2.25rem}#education .education-logos img{height:2.25rem}#education .education-heading{display:block}#education .education-year{display:block;margin-top:.2rem}#teaching .teaching-course{gap:.1rem;grid-template-columns:minmax(0,1fr)}#teaching .teaching-course-code{padding-top:0}#teaching .teaching-terms{margin-left:0}#service .service-entry{align-items:start;gap:.15rem .5rem;grid-template-columns:minmax(0,1fr)auto}#service .service-organization{grid-column:1}#service .service-role{grid-column:1/-1;grid-row:2}#service .service-time{grid-column:2;grid-row:1}#contact .contact-entry{grid-template-columns:minmax(0,1fr);row-gap:.25rem}#contact .contact-value{gap:.15rem .6rem}#contact .contact-value a{font-size:.9375rem;overflow-wrap:anywhere}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.site-index-mark{transform:none;transition:none}#contact .contact-value a{transition:color .18s ease}}