@font-face {
  font-family: "Source Serif 4";
  src: url("/assets/fonts/source-serif-4-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 200 900;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans 3";
  src: url("/assets/fonts/source-sans-3-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 200 900;
  font-display: swap;
}
:root {
  color-scheme: light;
  --paper: #faf9f6;
  --ink: #292e32;
  --muted: #62696e;
  --blue: #245773;
  --blue-dark: #163b53;
  --gold: #9b8251;
  --rule: #deded6;
  --serif: "Source Serif 4", Georgia, "Times New Roman", serif;
  --sans: "Source Sans 3", "Segoe UI", Arial, sans-serif;
}
*, *::before, *::after { box-sizing: border-box; }
html { background: var(--paper); scroll-behavior: smooth; scroll-padding-top: 32px; }
body { margin: 0; color: var(--ink); font: 17px/1.65 var(--sans); -webkit-font-smoothing: antialiased; }
[hidden] { display: none !important; }
::selection { background: #dce8ed; color: #163b53; }
a { color: var(--blue); text-decoration-thickness: 1px; text-underline-offset: 3px; text-decoration-color: #aabac1; }
a:hover { color: var(--blue-dark); text-decoration-color: currentColor; }
a, button, summary { -webkit-tap-highlight-color: #dae5eb; }
:focus-visible { outline: 2px solid var(--blue); outline-offset: 5px; border-radius: 2px; }
button { font: inherit; }
img { max-width: 100%; display: block; }
p { margin: 0 0 1em; }
h1, h2, h3 { font-family: var(--serif); font-weight: 500; line-height: 1.25; margin: 0; }
h1 { font-size: clamp(34px, 3.5vw, 46px); letter-spacing: -1.35px; }
h2 { font-size: 27px; letter-spacing: -.65px; }
h3 { font-size: 20px; letter-spacing: -.25px; }
.wrap { max-width: 1056px; padding-inline: 36px; margin-inline: auto; }
.skip-link { position: absolute; z-index: 10; top: 8px; left: 16px; padding: 8px 16px; background: var(--paper); transform: translateY(-180%); }
.skip-link:focus { transform: none; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
.site-header { border-bottom: 1px solid var(--rule); }
.header-inner { min-height: 87px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.wordmark { font: 500 22px/1.3 var(--serif); color: var(--ink); text-decoration: none; white-space: nowrap; letter-spacing: -.4px; }
.wordmark-dot { color: var(--gold); }
.site-header nav { display: flex; align-items: center; gap: 28px; }
.site-header nav a { position: relative; padding-block: 11px; color: var(--muted); font-size: 15px; text-decoration: none; }
.site-header nav a:hover, .site-header nav a[aria-current="page"] { color: var(--blue); }
.site-header nav a[aria-current="page"]::after { content: ""; position: absolute; bottom: 5px; left: 0; right: 0; height: 2px; background: var(--gold); }
.intro { display: grid; grid-template-columns: minmax(0, 1fr) 230px; gap: 65px; padding-block: 65px 51px; }
.eyebrow { color: var(--muted); font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: 2px; margin-bottom: 13px; }
.role { color: var(--blue); font-size: 19px; margin: 7px 0 23px; }
.intro-copy > p:not(.eyebrow):not(.role) { max-width: 670px; }
.portrait { margin: 39px 0 0; align-self: start; }
.portrait img { border-radius: 4px; width: 230px; height: 230px; object-fit: cover; box-shadow: 0 0 0 1px #292e320a; }
.portrait figcaption { font-size: 12px; color: var(--muted); text-align: right; margin-top: 10px; letter-spacing: .2px; }
.profile-links { display: flex; align-items: baseline; flex-wrap: wrap; gap: 8px 22px; margin-top: 25px; }
.profile-links a { font-size: 14px; text-decoration: none; }
.profile-links a:hover { text-decoration: underline; }
.profile-links a > span[aria-hidden] { margin-left: 2px; font-size: 12px; }
.file-label { margin-left: 3px; color: var(--muted); font-size: 10px; letter-spacing: .4px; }
.section-heading { display: flex; justify-content: space-between; align-items: baseline; gap: 20px; padding-bottom: 13px; border-bottom: 1px solid var(--rule); }
.text-link { font-size: 13px; text-decoration: none; white-space: nowrap; }
.text-link:hover { text-decoration: underline; }
.text-link span { margin-left: 5px; }
.interest-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 42px; padding-block: 23px 0; }
.interest-number { display: block; color: var(--gold); font-size: 11px; letter-spacing: 1px; margin-bottom: 9px; }
.interest-grid h3 { font-size: 19px; margin-bottom: 9px; }
.interest-grid p { font-size: 15px; color: var(--muted); line-height: 1.6; margin: 0; }
.selected-papers { margin-top: 45px; }
.publication { display: grid; grid-template-columns: 92px minmax(0, 1fr); gap: 20px; padding-block: 23px; border-bottom: 1px solid var(--rule); scroll-margin-top: 28px; }
.publication:last-child { border-bottom: 0; }
.publication-date { color: var(--muted); font-size: 12px; padding-top: 5px; font-variant-numeric: tabular-nums; }
.publication :is(h2, h3) { font-size: 19px; font-weight: 500; line-height: 1.4; }
.publication :is(h2, h3) a { text-decoration: none; color: var(--blue-dark); }
.publication :is(h2, h3) a:hover { text-decoration: underline; }
.publication p { margin: 5px 0 0; }
.publication-authors { font-size: 14px; color: var(--muted); line-height: 1.55; }
.publication-authors strong { font-weight: 600; color: var(--ink); }
.publication-authors sup { font-size: 11px; }
.publication-venue { font-size: 13px; color: var(--muted); }
.publication-status { color: var(--blue); }
.publication-links { display: flex; flex-wrap: wrap; align-items: baseline; gap: 16px; margin-top: 9px; font-size: 12px; }
.publication-links > a { text-decoration: none; }
.publication-links > a:hover { text-decoration: underline; }
.more-about { margin-top: 36px; }
.about-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; padding-top: 24px; font-size: 16px; }
.about-columns p:last-child { margin-bottom: 0; }
.site-footer { display: flex; justify-content: space-between; align-items: center; gap: 24px; padding-block: 25px 30px; margin-top: 64px; position: relative; font-size: 12px; color: var(--muted); }
.site-footer::before { content: ""; position: absolute; top: 0; left: 36px; right: 36px; height: 1px; background: var(--rule); }
.site-footer a { color: var(--muted); text-decoration: none; }
.site-footer a:hover { color: var(--blue); text-decoration: underline; }
.footer-place { display: block; font-size: 11px; margin-top: 1px; }
.footer-links { display: flex; gap: 22px; }
.page-heading { padding-top: 62px; padding-bottom: 35px; }
.page-heading h1 { max-width: 850px; }
.page-lead { max-width: 670px; font-size: 19px; color: var(--muted); line-height: 1.6; margin: 18px 0 0; }
.page-note { font-size: 13px; color: var(--muted); margin: 19px 0 0; max-width: 660px; }
.paper-toolbar { padding-block: 14px; border-block: 1px solid var(--rule); display: flex; justify-content: space-between; align-items: center; gap: 18px; }
.filter-options { display: flex; flex-wrap: wrap; gap: 8px; }
.filter-options button { border: 1px solid transparent; background: transparent; padding: 6px 11px; color: var(--muted); cursor: pointer; border-radius: 3px; font-size: 13px; }
.filter-options button:hover { background: #eeeee7; }
.filter-options button[aria-pressed="true"] { color: var(--blue-dark); background: #e8edef; border-color: #d3dce0; }
.filter-options button span { opacity: .75; margin-left: 6px; font-size: 11px; }
.filter-count { color: var(--muted); font-size: 12px; white-space: nowrap; }
.full-list .publication { padding-block: 28px; }
.full-list .publication h2 { font-size: 21px; }
.publication:target { background: #eeeee750; outline: 1px solid var(--rule); outline-offset: 9px; }
.citation { margin-top: 10px; font-size: 12px; }
.citation summary { cursor: pointer; color: var(--blue); width: fit-content; padding: 3px 0; }
.citation summary:hover { text-decoration: underline; }
.citation-box { margin-top: 10px; padding: 18px; background: #eeeee8; border: 1px solid var(--rule); border-radius: 3px; }
.citation pre { margin: 0; font: 12px/1.6 Consolas, monospace; white-space: pre-wrap; overflow-wrap: anywhere; }
.citation-actions { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; margin-top: 13px; }
.copy-citation { background: var(--paper); color: var(--blue); border: 1px solid #b4bec3; border-radius: 3px; padding: 5px 11px; cursor: pointer; font-size: 12px; }
.copy-citation:hover { background: #e0e7ea; }
.copy-status { color: var(--muted); }
.page-end { border-top: 1px solid var(--rule); margin-top: 34px; padding-top: 24px; font-size: 15px; color: var(--muted); display: flex; justify-content: space-between; align-items: baseline; gap: 16px; flex-wrap: wrap; }
.page-end p { margin: 0; }
.research-section { display: grid; grid-template-columns: 92px minmax(0, 1fr); gap: 20px; border-top: 1px solid var(--rule); padding-block: 33px; }
.research-index { color: var(--gold); font-size: 13px; padding-top: 7px; letter-spacing: 1px; }
.research-section h2 { margin-bottom: 18px; }
.research-section > div { max-width: 710px; }
.research-section .related-label { margin: 23px 0 7px; text-transform: uppercase; color: var(--muted); letter-spacing: 1.3px; font-size: 10px; font-weight: 600; }
.related-papers { padding: 0; margin: 0; list-style: none; font-size: 15px; }
.related-papers li { margin-top: 8px; padding-left: 20px; position: relative; }
.related-papers li::before { content: "↗"; position: absolute; left: 0; color: var(--gold); font-size: 12px; top: 2px; }
.talk { display: grid; grid-template-columns: 92px minmax(0, 1fr); gap: 20px; border-top: 1px solid var(--rule); padding-block: 29px; }
.talk-date { font-size: 12px; color: var(--muted); padding-top: 5px; }
.talk h2 { font-size: 23px; margin-bottom: 9px; }
.talk-event { margin: 0; font-size: 16px; }
.talk-location { margin: 3px 0 8px; font-size: 13px; color: var(--muted); }
.not-found { min-height: 60vh; padding-top: 100px; }
@media (max-width: 850px) {
  .intro { grid-template-columns: minmax(0, 1fr) 180px; gap: 34px; }
  .portrait img { width: 180px; height: 180px; }
  .site-header nav { gap: 20px; }
  .interest-grid { gap: 26px; }
}
@media (max-width: 680px) {
  body { font-size: 16px; }
  .wrap { padding-inline: 23px; }
  .header-inner { flex-direction: column; align-items: flex-start; padding-top: 20px; padding-bottom: 10px; gap: 8px; }
  .wordmark { font-size: 22px; }
  .site-header nav { width: 100%; justify-content: space-between; gap: 10px; }
  .site-header nav a { font-size: 14px; padding-block: 9px; }
  .intro { grid-template-columns: minmax(0, 1fr) 115px; gap: 0 20px; padding-top: 34px; padding-bottom: 35px; }
  .intro-copy { display: contents; }
  .intro .eyebrow { grid-column: 1 / -1; font-size: 10px; letter-spacing: 1.4px; margin-bottom: 16px; }
  .intro h1 { grid-column: 1; font-size: 36px; line-height: 1.1; align-self: end; }
  .intro .role { grid-column: 1; font-size: 16px; margin: 9px 0 28px; }
  .portrait { grid-column: 2; grid-row: 2 / 4; margin: 0; align-self: start; }
  .portrait img { width: 115px; height: 115px; }
  .portrait figcaption { display: none; }
  .intro-copy > p:not(.eyebrow):not(.role), .intro .profile-links { grid-column: 1 / -1; }
  .intro .profile-links { margin-top: 7px; gap: 9px 19px; }
  .profile-links a { font-size: 13px; }
  h2 { font-size: 25px; }
  .section-heading { gap: 10px; }
  .section-heading .text-link { font-size: 12px; }
  .interest-grid { grid-template-columns: 1fr; gap: 23px; }
  .interest-grid > div { position: relative; padding-left: 32px; }
  .interest-number { position: absolute; left: 0; top: 3px; }
  .interest-grid h3 { font-size: 20px; margin-bottom: 5px; }
  .selected-papers { margin-top: 34px; }
  .publication { grid-template-columns: 1fr; gap: 7px; padding-block: 22px; }
  .publication-date { padding: 0; font-size: 11px; }
  .publication :is(h2, h3), .full-list .publication h2 { font-size: 20px; }
  .publication-authors { font-size: 13px; }
  .publication-venue { font-size: 12px; }
  .about-columns { grid-template-columns: 1fr; gap: 19px; }
  .site-footer { margin-top: 44px; align-items: flex-start; font-size: 11px; }
  .site-footer::before { left: 23px; right: 23px; }
  .footer-links { gap: 12px; }
  .footer-place { font-size: 10px; max-width: 140px; }
  .page-heading { padding-top: 39px; padding-bottom: 28px; }
  .page-heading h1 { font-size: 37px; }
  .page-lead { font-size: 17px; }
  .paper-toolbar { flex-direction: column; align-items: flex-start; gap: 7px; }
  .filter-options { gap: 3px; }
  .filter-options button { padding-inline: 8px; font-size: 12px; }
  .filter-count { padding-left: 9px; font-size: 11px; }
  .research-section { grid-template-columns: 1fr; gap: 13px; padding-block: 25px; }
  .research-index { padding: 0; }
  .research-section h2 { font-size: 26px; }
  .desktop-break { display: none; }
  .talk { grid-template-columns: 1fr; gap: 9px; padding-block: 25px; }
  .talk-date { padding: 0; }
  .talk h2 { font-size: 23px; }
}
@media (max-width: 360px) {
  .wrap { padding-inline: 18px; }
  .intro { grid-template-columns: minmax(0, 1fr) 95px; gap: 0 15px; }
  .portrait img { width: 95px; height: 95px; }
  .intro h1 { font-size: 31px; }
  .intro .role { font-size: 14px; }
  .section-heading { flex-wrap: wrap; }
  .site-footer { flex-direction: column; gap: 13px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
@media print {
  html { background: white; }
  body { font-size: 11pt; }
  .site-header, .site-footer, .paper-toolbar, .skip-link, .copy-citation { display: none; }
  .wrap { max-width: none; padding: 0; }
  .intro, .page-heading { padding-top: 0; }
  .publication, .talk, .research-section { break-inside: avoid; }
  a { color: inherit; }
  details:not([open]) { display: none; }
}
