:root{--fs-base:clamp(1rem, 0.95rem + 0.35vw, 1.125rem);--clamp-vert-sm:clamp(var(--space-1), 2vw, var(--space-2));--clamp-vert-md:clamp(var(--space-2), 2.5vw, var(--space-3));--clamp-vert-lg:clamp(var(--space-3), 3vw, var(--space-4));--clamp-horiz-sm:clamp(var(--space-01), 1vw, var(--space-1));--clamp-horiz-md:clamp(var(--space-2), 4vw, var(--space-3));--clamp-horiz-lg:clamp(var(--space-3), 6vw, var(--space-4));--header-height:1.5rem;--header-gap:var(--space-6);--fs-sm:0.87rem;--fs-md:0.95rem;--fs-lg:1.1rem;--fs-xl:1.3rem;--fs-xxl:1.6rem;--space-01:0.1rem;--space-1:0.5rem;--space-2:0.9rem;--space-3:1.5rem;--space-4:2.5rem;--space-5:4rem;--space-6:10rem;--content-width:72ch;--wide-content-width:120ch;--bio-width-normal:80ch;--bio-width-inline-hero:100ch}body{font-size:var(--fs-base);line-height:1.6;margin:0;font-family:system-ui,sans-serif}html{scroll-behavior:smooth}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}body{font-size:var(--fs-base);font-family:system-ui,sans-serif;line-height:1.6}a{color:#555;text-decoration:none;font-weight:400}a:hover{text-decoration:underline}strong,b{color:#222;font-weight:600}h1,h2,h3,h4,h5,h6{color:#333;font-weight:600;margin-bottom:.3em}h1{font-size:1.9em}h2{font-size:1.6em}h3{font-size:1.25em}.bio-layout{container-type:inline-size;display:grid;grid-template-columns:1fr;gap:2em;align-items:start}.bio{font-size:var(--fs-sm);line-height:1.4;display:flex;flex-direction:column;gap:2em}.bio-intro{font-size:1.1em;line-height:1.4}.bio-details{display:grid;grid-template-columns:1fr;gap:2em;font-size:1em;line-height:1.4}.interests{text-align:left}.interests ul{display:flex;flex-direction:column;gap:.5em}.education{text-align:left}.education ul{list-style:none;padding-left:0;display:flex;flex-direction:column;gap:.9em}.education li{position:relative;padding-left:2.6em;display:flex;flex-direction:column;gap:.05em}.education li::before{content:"";position:absolute;left:0;top:.05em;width:2.25em;height:2.25em;background:url(/icons/educationicon.svg);background-repeat:no-repeat;background-position:cente;background-size:contain}.degree{font-size:1.05em;color:#555;font-weight:600}.institution{font-size:.9em;color:#666}.contact{font-size:var(--fs-sm);padding:10em;display:flex;flex-direction:column;text-align:center;align-items:center;gap:2.5em}.email-link{display:inline-block;padding-left:5.2em;background-image:url(/icons/emailsymbol.svg);background-repeat:no-repeat;background-position:0;background-size:1.5em}@media(min-width:850px){.contact{font-size:var(--fs-md);padding-block:4em;padding-inline:2.5em}}@media(min-width:1300px){.contact{font-size:var(--fs-lg);padding-block:5em;padding-inline:4em}}.experience{container-type:inline-size;font-size:var(--fs-sm);display:flex;flex-direction:column;gap:1.5em;--timeline-x:1.25em;margin-block:1em;margin-inline:auto}.experience-list{--timeline-x:1.25em;position:relative;display:flex;flex-direction:column;gap:var(--space-2);margin:0;padding-left:0;list-style:none}.experience-list::before{content:"";position:absolute;inset-block:0;left:var(--timeline-x);width:2px;background-color:#777;display:none}.experience-item{position:relative;display:flex;align-items:center}.experience-dot{z-index:2;position:absolute;left:var(--timeline-x);transform:translateX(-50%);width:1.1em;height:1.1em;border-radius:50%;background-color:#fafafa;border:2px solid #777;box-sizing:border-box;display:none}.experience-dot--filled{width:1.4em;height:1.4em;background-color:#999}.experience-card{flex:1;position:relative;z-index:2;margin-left:0;padding:.7em .9em;border:1px solid #e5e5e5;border-radius:.75em;background-color:#fff;display:flex;flex-direction:column;gap:.6em;box-shadow:2px 1px 2px rgba(0,0,0,5%),0 8px 20px rgba(0,0,0,8%)}.exp-hero{display:flex;align-items:center;gap:.6em}.exp-hero img{height:2.2em;object-fit:contain}.exp-meta{display:grid;grid-template-columns:1fr;gap:.1rem}.exp-title{font-size:1.2em;font-weight:500;color:#444}.exp-thesis{display:flex;align-items:center;gap:.4em}.exp-thesis-type{font-size:.9em;font-weight:500;color:#444}.exp-thesis-title{font-size:.9em;font-weight:400;color:#666}.exp-company{font-size:1.2em;color:#777}.exp-details{font-size:.9em;font-weight:400;color:#888;display:flex;align-items:center;gap:.9em}.exp-details span{line-height:1;display:flex;align-items:center}.exp-details span+span::before{content:"";display:inline-block;width:.15em;height:.15em;border-radius:50%;background-color:#666;margin-left:.5em;margin-right:.9em}.exp-timeline{}.exp-location{}.exp-content{display:flex;flex-direction:column;gap:.2em;font-size:.9em;opacity:0;height:0;transition:height .6s cubic-bezier(.4,0,.2,1),opacity .2s ease}.exp-content p{margin-top:.1em;margin-bottom:.2em}.exp-content h1 .exp-content h2 .exp-content h3 .exp-content h4 .exp-content h5{margin-top:.1em;margin-bottom:.1em}.exp-content.is-open{opacity:1}@container(min-width:40ch){.experience {
    font-size: var(--fs-md);
  }

  .experience-list::before {
    display: block;
  }

  .experience-dot {
    display: block;
  }

  .experience-card {
    margin-left: 4em;
    padding: 0.8em 1.1em;
  }
}@container(min-width:60ch){.experience {
    font-size: var(--fs-lg);
  }

  .experience-card {
    padding: 0.9em 1.2em;
  }

  .exp-hero img {
    height: 2.8em;
  }
}.site-header{container-type:inline-size;font-size:var(--fs-sm);position:sticky;top:0;z-index:10000;background:#fff;box-shadow:0 6px 16px rgba(0,0,0,.1)}.site-title{font-size:1.5em;font-weight:300;white-space:nowrap;margin:0}.site-title:hover{color:#333;text-decoration:none}@media(min-width:850px){.site-header{font-size:var(--fs-md)}}.hero{font-size:var(--fs-sm);display:flex;flex-direction:column;align-items:center;text-align:center;gap:1.5em}.hero--sidebar{display:none;top:calc(var(--header-height) + var(--header-gap))}.hero--inline{display:block;margin-top:var(--space-4)}.profile-pic{width:12em;height:12em;border-radius:50%;object-fit:cover}.social-links{display:flex;justify-content:center;gap:1em;margin-top:.6em}.social-link{width:1.6em;height 1.6em}.social-link img{width:100%;height:100%;object-fit:contain}.social-icon{width:26px;height:26px}.social-link:hover{opacity:.75}.name{font-size:1.6em;font-weight:500;color:#1a1a1a}.position{font-size:1.2em;font-weight:350;color:#555}.company{font-size:1.2em;font-weight:200;color:#777}.name .position .company{white-space:nowrap}.company a{color:#888}.company a:hover{text-decoration:none;opacity:.75}.page{display:block}.page-section{padding:2rem}.page-section--home{background-color:#fff}.page-section--publications{background-color:#f0f0f0}.page-section--experience{background-color:#fff}.page-section--contact{background-color:#f0f0f0}.page-section--footer{background-color:#666;color:#bdbdbd;padding:.1em}.page-container{max-width:2000px;margin-inline:auto;padding-inline:var(--space-1)}.section-container{max-width:var(--wide-content-width);margin:auto;padding-block:var(--clamp-vert-sm);padding-inline:var(--clamp-horiz-sm)}.content-container{max-width:var(--wide-content-width);margin-inline:auto;padding-block:var(--clamp-vert-sm);padding-inline:var(--clamp-horiz-sm)}.page-layout{display:grid;grid-template-columns:1fr;gap:var(--space-4);align-items:start}.page-content{margin:0;min-width:0}.site-footer{display:flex;justify-content:center;color:#e0e0e0;font-size:.5em}.site-footer a{color:#fff;text-decoration:underline}@media(min-width:500px){.page-container{padding-inline:var(--space-2)}}@media(min-width:850px){.section-container{padding-block:var(--clamp-vert-md);padding-inline:var(--clamp-horiz-md)}.bio-details{grid-template-columns:1fr 1fr}.hero{font-size:var(--fs-md)}}@media(min-width:1050px){.page-container{padding-inline:var(--space-4)}.content-container{margin-inline:0;padding-block:var(--clamp-vert-md);padding-inline:var(--clamp-horiz-md)}.section-container{padding-block:var(--clamp-vert-md);padding-inline:var(--clamp-horiz-md)}.bio-layout{display:grid;grid-template-columns:270px 1fr;align-items:start;gap:var(--space-2);max-width:var(--bio-width-inline-hero)}.hero--inline{margin-top:var(--space-5)}.hero{font-size:var(--fs-lg)}}@media(min-width:1150px){.bio-layout{column-gap:var(--space-3)}}@media(min-width:1300px){.page-container{padding-inline:var(--clamp-horiz-lg)}.content-container{padding-block:var(--clamp-vert-md);padding-inline:var(--clamp-horiz-lg)}.section-container{padding-block:var(--clamp-vert-lg);padding-inline:var(--clamp-horiz-lg)}.bio-layout{display:block;max-width:var(--bio-width-normal);margin-inline:0}.page-layout{grid-template-columns:320px 1fr}.page-content{grid-column:2}.hero--sidebar{display:block;position:sticky;grid-column:1}.hero--inline{display:none}.page-content{grid-column 2}.hero{font-size:var(--fs-lg)}}.menu{position:relative;font-size:1em}.menu-bar{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;min-height:var(--header-height);padding:.3em .4em;background:#fff;z-index:2}.menu-surface{position:absolute;top:100%;left:0;right:0;background:#fff;box-shadow:0 12px 24px rgba(0,0,0,.12);transform-origin:top;transform:scaleY(0);opacity:0;transition:opacity .3s ease,transform .43s cubic-bezier(.4,0,.2,1)}.menu-checkbox{position:absolute;opacity:0;pointer-events:none}.menu-checkbox:checked~.menu-surface{opacity:1;transform:scaleY(1)}.menu-toggle{grid-column:1;justify-self:start;display:flex;flex-direction:column;justify-content:space-between;width:22px;height:14px;padding:.25em .5em;background:0 0;border:none;cursor:pointer}.menu-toggle span{display:block;height:2.5px;width:100%;background-color:#555;border-radius:2px}.menu-items{list-style:none;margin:0;padding:1.2em 2.5em}.menu-items a{display:block;padding:.4em 0;color:#555;font-weight:400;font-size:1.1em}.menu-items a:hover{color:#888;font-weight:600;font-size:1.2em;text-decoration:none}.menu-items a.active,.menu-items a.active:hover{color:#333;font-weight:600;text-decoration:none}.publications{container-type:inline-size;font-size:var(--fs-sm);display:flex;flex-direction:column;gap:1.5em;margin-block:1em;margin-inline:auto}.publication{display:grid;grid-template-columns:minmax(0,1fr)minmax(8ch,18ch);gap:1.5em;align-items:start}.pub-title{margin:0;font-size:1.15em;font-weight:600}.pub-title a{color:#222;text-decoration:none}.pub-title a:hover{text-decoration:underline}.pub-venue{font-size:.85em;color:#777;font-weight:350;margin-top:.1em}.pub-authors{font-size:.8em;color:#666;margin-top:.5em}.pub-figure{width:100%}.pub-figure img{width:100%;height:auto;object-fit:contain;border-radius:6px}.pub-content{font-size:.8em}.publication-page{max-width:1000px;margin:0 auto;padding:1.5em;line-height:1.65;font-size:var(--fs-md)}.publication-page .pub-title{font-size:1.4em;font-weight:600;margin-bottom:.5em}.publication-page .pub-meta{margin-bottom:2em;color:#555;font-size:1.25em}.publication-page .pub-content{margin-top:2em;font-size:.95em}.publication-page .pub-content h2,.publication-page .pub-content h3{margin-top:3em;margin-bottom:.5em;font-size:1.3em}.publication-page .pub-content p{margin-bottom:1em}.publication-page .pub-figure{margin:2.5em auto;text-align:center}.publication-page .pub-figure img{max-width:100%;width:700px;height:auto;display:inline-block}@container(max-width:420px){.publication {
    grid-template-columns: 1fr;
  }

  .pub-figure {
    display: none;
  }
}@media(min-width:850px){.publications{font-size:var(--fs-md)}.publication-page{font-size:var(--fs-lg)}}@media(min-width:1300px){.publications{font-size:var(--fs-lg)}.publication-page{font-size:var(--fs-xl)}}