:root {
  color-scheme: light;
  --ink: #112644;
  --text: #43536b;
  --blue: #2159c5;
  --line: #dce3ed;
  --muted: #617087;
  --tint: #f5f7fb;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  color: var(--ink);
  background: #fff;
  font-synthesis: none;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 110px; }
body { margin: 0; line-height: 1.65; }
a { color: inherit; text-decoration: none; text-underline-offset: 5px; }
a:hover { text-decoration: underline; }
a:focus-visible { outline: 3px solid #2772ed; outline-offset: 5px; border-radius: 2px; }
p, h1, h2, h3, figure { margin: 0; }
.container, .header-inner { width: min(960px, calc(100% - 80px)); margin-inline: auto; }
.skip-link { position: fixed; left: 20px; top: -100px; z-index: 10; padding: 12px 20px; background: var(--ink); color: white; }
.skip-link:focus { top: 12px; }
.header { position: sticky; top: 0; z-index: 5; background: #fffffff5; border-bottom: 1px solid var(--line); backdrop-filter: blur(12px); }
.header-inner { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: flex; gap: 13px; align-items: center; font-weight: 650; white-space: nowrap; }
.brand:hover { text-decoration: none; }
.monogram { display: grid; place-content: center; width: 36px; height: 36px; background: var(--ink); color: white; font: 1.4rem Georgia, serif; letter-spacing: -1px; padding-bottom: 3px; }
nav { display: flex; gap: 28px; align-items: center; }
nav a { font-size: .875rem; color: var(--text); padding-block: 12px; }
nav a:hover { color: var(--blue); }
.intro { display: grid; grid-template-columns: 96px minmax(0, 1fr); gap: 10px 25px; align-items: center; padding: 42px 0; }
.portrait { grid-row: 1 / 3; display: block; width: 96px; height: 96px; object-fit: cover; border-radius: 6px; }
.eyebrow { font-size: .75rem; font-weight: 650; letter-spacing: .13em; color: var(--blue); line-height: 1.5; }
h1 { font-size: 2.6rem; font-weight: 550; line-height: 1.2; letter-spacing: -.05em; margin-block: 4px 9px; }
h1>span, .heading-period { color: var(--blue); }
.bio { max-width: 580px; color: var(--text); font-size: 1rem; line-height: 1.7; }
.bio a { color: var(--blue); text-decoration: underline; text-decoration-thickness: 1px; }
.intro-contact { grid-column: 2; color: var(--blue); font-size: .875rem; white-space: nowrap; }
.intro-contact span { margin-left: 8px; }
.research { border-top: 1px solid var(--line); padding-top: 35px; }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; }
h2 { font: 400 2.35rem/1.25 Georgia, "Times New Roman", serif; letter-spacing: -.035em; margin-top: 8px; }
.year-nav { gap: 8px; }
.year-nav a { padding: 8px 14px; border: 1px solid var(--line); border-radius: 4px; color: var(--ink); font-variant-numeric: tabular-nums; }
.year-nav a:hover { background: var(--tint); border-color: #9ab2d8; text-decoration: none; }
.timeline-note { color: var(--muted); font-size: .8125rem; margin: 13px 0 32px; }
.year-group { display: grid; grid-template-columns: 105px minmax(0, 1fr); gap: 35px; scroll-margin-top: 100px; }
.year-label { padding-top: 4px; }
.year-label h2 { font-family: inherit; font-size: 2rem; font-weight: 500; letter-spacing: -.055em; margin: 0; }
.year-label>span { color: var(--muted); font-size: .8125rem; }
.timeline-list { list-style: none; margin: 0; padding: 0 0 0 31px; border-left: 1px solid #ccdaed; }
.timeline-item { position: relative; padding: 0 0 35px; }
.timeline-item::before { content: ""; position: absolute; width: 9px; height: 9px; border-radius: 50%; background: var(--blue); border: 3px solid white; box-sizing: content-box; top: 10px; left: -39px; }
.paper { padding: 0 0 31px; border-bottom: 1px solid var(--line); scroll-margin-top: 106px; }
.paper-top { display: flex; gap: 16px; align-items: center; margin-bottom: 15px; }
.paper-top time { font-size: .8125rem; color: var(--muted); font-variant-numeric: tabular-nums; }
.latest-label { background: #eaf1fd; color: #2254a7; font-size: .75rem; font-weight: 650; letter-spacing: .06em; padding: 3px 9px; border-radius: 3px; }
.paper-meta { font-size: .75rem; color: var(--blue); font-weight: 650; letter-spacing: .035em; }
.paper-meta>span { margin-inline: 7px; }
.paper h3 { font-size: 1.35rem; font-weight: 600; line-height: 1.42; letter-spacing: -.025em; margin: 8px 0 10px; max-width: 940px; }
.paper h3 a:hover { color: var(--blue); }
.latest h3 { font-size: 1.55rem; }
.authors { font-size: .875rem; color: var(--muted); line-height: 1.8; }
.authors strong { font-weight: 600; color: var(--ink); }
.paper-description { font-size: 1rem; color: var(--text); line-height: 1.75; margin-top: 11px; max-width: 65ch; }
.paper-links { display: flex; flex-wrap: wrap; gap: 20px; margin-top: 10px; }
.paper-links a { display: inline-flex; gap: 6px; align-items: center; font-size: .875rem; font-weight: 550; min-height: 40px; color: var(--blue); }
.pipeline { margin-top: 19px; border: 1px solid var(--line); border-radius: 7px; background: #fff; overflow: hidden; }
.figure-image { display: block; padding: 18px; cursor: zoom-in; }
.figure-image img { display: block; width: 100%; height: auto; }
.figure-image:hover { background: #fafcff; }
.figure-image:focus-visible { outline-offset: -4px; }
.pipeline figcaption { background: var(--tint); border-top: 1px solid var(--line); padding: 12px 18px; display: flex; justify-content: space-between; align-items: center; gap: 15px; font-size: .8125rem; color: var(--text); }
.pipeline figcaption a { color: var(--blue); flex-shrink: 0; padding-block: 4px; }
.contact { border-top: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; gap: 30px; padding-block: 42px 50px; }
.contact p:not(.eyebrow) { font-size: 1rem; color: var(--text); margin-top: 14px; max-width: 540px; }
.contact-email { color: var(--blue); font-size: 1.25rem; letter-spacing: -.025em; border-bottom: 1px solid #afc4e7; padding-block: 10px; white-space: nowrap; }
.contact-email span { margin-left: 12px; }
.footer { display: flex; justify-content: space-between; gap: 20px; padding-block: 22px 28px; border-top: 1px solid var(--line); font-size: .8125rem; color: var(--muted); }
.footer a { color: var(--ink); }
@media (max-width: 1000px) {
  .intro { grid-template-columns: 96px minmax(0,1fr); gap: 10px 25px; }
  .portrait { grid-row: 1 / 3; }
  .intro-contact { grid-column: 2; }
  .year-group { grid-template-columns: 77px minmax(0,1fr); gap: 20px; }
  .timeline-list { padding-left: 24px; }
  .timeline-item::before { left: -32px; }
  .contact { flex-direction: column; align-items: flex-start; gap: 18px; }
}
@media (max-width: 700px) {
  html { scroll-padding-top: 120px; }
  .container, .header-inner { width: calc(100% - 36px); }
  .header-inner { min-height: 70px; gap: 15px; }
  .brand>span:last-child { display: none; }
  nav { gap: 18px; }
  nav a { font-size: .8125rem; }
  .intro { grid-template-columns: 68px minmax(0,1fr); padding-block: 28px; gap: 10px 19px; }
  .portrait { width: 68px; height: 68px; grid-row: 1; align-self: start; margin-top: 3px; }
  .intro-copy .eyebrow { font-size: .75rem; letter-spacing: .07em; }
  h1 { font-size: 2rem; margin-top: 5px; }
  .bio { font-size: .9375rem; }
  .intro-contact { font-size: .8125rem; }
  .research { padding-top: 25px; }
  .section-heading { align-items: flex-start; flex-direction: column; gap: 17px; }
  h2 { font-size: 2rem; }
  .year-nav { gap: 9px; }
  .year-nav a { font-size: .875rem; padding: 7px 15px; }
  .timeline-note { font-size: .75rem; max-width: 300px; margin-bottom: 25px; }
  .year-group { display: block; scroll-margin-top: 92px; }
  .year-label { display: flex; align-items: baseline; gap: 12px; margin-bottom: 24px; }
  .year-label h2 { font-size: 1.8rem; }
  .timeline-list { padding-left: 19px; margin-left: 5px; }
  .timeline-item::before { left: -27px; }
  .timeline-item { padding-bottom: 27px; }
  .paper { padding-bottom: 24px; scroll-margin-top: 90px; }
  .paper h3, .latest h3 { font-size: 1.2rem; }
  .paper-description { font-size: .9375rem; }
  .paper-top { margin-bottom: 12px; flex-wrap: wrap; gap: 8px 12px; }
  .figure-image { padding: 7px; }
  .pipeline { margin-top: 13px; border-radius: 4px; }
  .pipeline figcaption { display: block; padding: 10px 12px; font-size: .75rem; }
  .pipeline figcaption a { display: block; width: fit-content; margin-top: 3px; padding-block: 7px; }
  .contact { padding-block: 30px 36px; }
  .contact-email { font-size: 1.05rem; white-space: normal; overflow-wrap: anywhere; }
  .footer { flex-wrap: wrap; font-size: .75rem; gap: 12px; }
  .footer>span:nth-child(2) { display: none; }
}
@media (max-width: 370px) {
  nav { gap: 12px; }
  .monogram { width: 30px; height: 30px; }
  .intro { column-gap: 14px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
@media print {
  .header, .intro-contact, .year-nav, .paper-links, .contact, .footer, .skip-link { display: none; }
  .container { width: 100%; }
  .intro { padding: 0 0 20px; }
  .year-group { display: block; }
  .year-label { margin-bottom: 15px; }
  .paper { break-inside: avoid; }
  .pipeline figcaption a { display: none; }
}
