@font-face{font-family:Inter;src:url('../fonts/inter-regular.ttf') format('truetype');font-style:normal;font-weight:400;font-display:swap}
@font-face{font-family:Inter;src:url('../fonts/inter-semibold.ttf') format('truetype');font-style:normal;font-weight:500 700;font-display:swap}
@font-face{font-family:'Source Serif 4';src:url('../fonts/source-serif-regular.ttf') format('truetype');font-style:normal;font-weight:400 600;font-display:swap}

:root {
  color-scheme: light;
  --background: #fdfcf9;
  --surface: #f5f4ef;
  --paper: #fff;
  --text: #263747;
  --body: #4d5b66;
  --muted: #637079;
  --accent: #345d7a;
  --accent-soft: #eaf0f3;
  --gold: #977548;
  --border: #e3e5e2;
  --header: rgba(253, 252, 249, .96);
  --serif: 'Source Serif 4', Georgia, 'Times New Roman', serif;
  --sans: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}
@media (prefers-color-scheme: dark) {
  :root:not([data-theme='light']) {
    color-scheme: dark;
    --background: #171e24; --surface: #202a32; --paper: #1b252c;
    --text: #e2e8eb; --body: #bec9d0; --muted: #9daeb9;
    --accent: #9bc5e2; --accent-soft: #233747; --gold: #c5a574;
    --border: #344048; --header: rgba(23, 30, 36, .96);
  }
}
:root[data-theme='dark'] {
  color-scheme: dark;
  --background: #171e24; --surface: #202a32; --paper: #1b252c;
  --text: #e2e8eb; --body: #bec9d0; --muted: #9daeb9;
  --accent: #9bc5e2; --accent-soft: #233747; --gold: #c5a574;
  --border: #344048; --header: rgba(23, 30, 36, .96);
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 110px; }
body { margin: 0; background: var(--background); color: var(--body); font: 15px/1.75 var(--sans); -webkit-font-smoothing: antialiased; }
::selection { background: var(--accent-soft); color: var(--text); }
[hidden] { display: none !important; }
a { color: var(--accent); text-decoration: none; text-underline-offset: 4px; }
a:hover { text-decoration: underline; }
a, button, input { -webkit-tap-highlight-color: transparent; }
button, input { font: inherit; }
button { cursor: pointer; }
button, a, input { touch-action: manipulation; }
:focus-visible { outline: 2px solid var(--accent); outline-offset: 5px; border-radius: 3px; }
h1, h2, h3, h4, p { margin: 0; }
h1, h2 { font-family: var(--serif); color: var(--text); font-weight: 400; }
h3, h4, strong { color: var(--text); font-weight: 600; }
img { max-width: 100%; display: block; }
.icon { flex: 0 0 auto; vertical-align: middle; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 10px; left: 16px; transform: translateY(-160%); z-index: 200; background: var(--text); color: var(--background); padding: 10px 20px; }
.skip-link:focus { transform: translateY(0); }
.site-header { position: sticky; top: 0; z-index: 50; background: var(--header); border-bottom: 1px solid var(--border); backdrop-filter: blur(12px); }
.header-inner { max-width: 1200px; margin: auto; padding: 0 32px; height: 80px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.site-brand { font-family: var(--serif); color: var(--text); font-size: 25px; white-space: nowrap; letter-spacing: -.6px; }
.site-brand:hover { text-decoration: none; }
.brand-dot, .heading-dot { color: var(--gold); }
.header-actions { display: flex; align-items: center; gap: 28px; }
.primary-nav { display: flex; align-items: center; gap: 30px; }
.primary-nav a { position: relative; display: flex; align-items: center; min-height: 44px; font-size: 13px; color: var(--body); }
.primary-nav a:hover { color: var(--accent); text-decoration: none; }
.primary-nav a[aria-current='page'] { color: var(--text); font-weight: 600; }
.primary-nav a[aria-current='page']::after { content: ''; position: absolute; bottom: 3px; left: 0; width: 22px; height: 2px; background: var(--gold); }
.icon-button { width: 42px; height: 42px; border: 1px solid var(--border); border-radius: 50%; background: transparent; color: var(--body); display: inline-flex; align-items: center; justify-content: center; padding: 0; }
.icon-button:hover { color: var(--accent); background: var(--surface); }
.theme-toggle .icon { width: 18px; height: 18px; }
.theme-sun { display: none; }
.is-dark .theme-sun { display: inline; }
.is-dark .theme-moon { display: none; }
.menu-toggle { display: none; }
.site-shell { max-width: 1200px; margin: 64px auto 0; padding: 0 32px; display: grid; grid-template-columns: 244px minmax(0, 1fr); gap: 84px; }
.profile { min-width: 0; }
.profile-inner { position: sticky; top: 122px; }
.profile-with-citations .profile-inner { position: static; }
.portrait-link { display: block; overflow: hidden; background: #fff; border: 1px solid var(--border); border-radius: 10px; }
.portrait { width: 100%; height: auto; aspect-ratio: 1 / 1.08; object-fit: cover; object-position: 50% 45%; }
.profile-identity { margin-top: 24px; }
.profile-name { display: flex; align-items: baseline; gap: 12px; font: 35px/1.25 var(--serif); color: var(--text); letter-spacing: -.7px; }
.profile-name span { font: 18px/1.4 var(--sans); letter-spacing: 1px; color: var(--muted); }
.profile-role { margin-top: 13px; color: var(--accent); font-size: 15px; font-weight: 500; }
.profile-institution { display: block; margin-top: 3px; font-size: 14px; color: var(--body); line-height: 1.65; }
.profile-location { display: flex; align-items: center; gap: 6px; margin-top: 13px; color: var(--muted); font-size: 12px; }
.profile-location .icon { width: 14px; height: 14px; }
.profile-links { display: grid; gap: 2px; margin-top: 24px; padding: 19px 0; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.profile-links a { display: flex; align-items: center; gap: 11px; min-height: 37px; color: var(--body); font-size: 13px; }
.profile-links a:hover { color: var(--accent); text-decoration: none; }
.profile-links a > .icon:first-child { width: 17px; height: 17px; }
.profile-links a > .icon:last-child { width: 15px; height: 15px; margin-left: auto; color: var(--muted); }
.profile-note { margin-top: 24px; }
.eyebrow { font-size: 10px; font-weight: 500; letter-spacing: 1.7px; text-transform: uppercase; color: var(--muted); }
.profile-note .eyebrow { font-size: 8px; letter-spacing: 1.2px; }
.profile-note p { margin-top: 8px; font: 16px/1.7 var(--serif); color: var(--body); }
.note-amp { color: var(--gold); }
.main-content { min-width: 0; outline: none; }
.intro-eyebrow, .page-heading > .eyebrow { display: flex; align-items: center; gap: 10px; }
.accent-line { width: 25px; height: 1px; background: var(--gold); display: inline-block; flex: 0 0 auto; }
.intro-copy { margin-top: 24px; font-size: 14px; line-height: 1.85; }
.intro-copy p + p { margin-top: 15px; }
.intro-copy a { text-decoration: underline; text-decoration-color: var(--border); }
.intro-copy a:hover { text-decoration-color: var(--accent); }
.research-stats { margin-top: 21px; font-size: 13px; line-height: 1.9; }
.research-stats .stat-item { display: inline-block; }
.research-stats .stat-item a { color: var(--body); }
.research-stats strong { color: var(--accent); }
.stat-separator { color: var(--muted); margin: 0 6px; }
.collaboration-note { display: inline-block; margin-left: 5px; }
.education-summary { margin-top: 18px; }
.education-list { list-style: none; margin: 0; padding: 0; }
.education-item { position: relative; display: grid; grid-template-columns: 145px minmax(0, 1fr); align-items: baseline; gap: 12px; padding: 7px 0 7px 17px; }
.education-item::before { content: ''; position: absolute; top: 14px; left: 0; width: 6px; height: 6px; border-radius: 50%; background: var(--gold); }
.education-period { font-size: 11px; color: var(--muted); font-variant-numeric: tabular-nums; white-space: nowrap; }
.education-details { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; min-width: 0; }
.education-details h3 { font-size: 12px; line-height: 1.65; }
.education-details h3 a { color: var(--text); }
.education-details p { font-size: 11px; line-height: 1.7; color: var(--muted); white-space: nowrap; }
.text-link { display: inline-flex; align-items: center; gap: 7px; font-size: 12px; font-weight: 500; }
.text-link .icon { width: 16px; height: 16px; transition: transform .15s; }
.text-link:hover { text-decoration: none; }
.text-link:hover .icon { transform: translateX(3px); }
.intro-link { margin-top: 23px; min-height: 36px; }
.citation-chart { display: grid; grid-template-columns: minmax(0, 1fr); gap: 12px; margin: 24px 0 0; padding: 16px; border: 1px solid var(--border); border-radius: 9px; background: var(--surface); }
.citation-caption h2 { font-size: 20px; line-height: 1.35; letter-spacing: -.4px; }
.citation-source { display: inline-flex; align-items: center; gap: 3px; min-height: 26px; margin-top: 2px; font-size: 10px; }
.citation-source .icon { width: 14px; height: 14px; }
.citation-updated { margin-top: 6px; font-size: 9px; color: var(--muted); }
.citation-partial-note { display: flex; align-items: center; gap: 6px; margin-top: 2px; font-size: 9px; color: var(--muted); }
.citation-partial-note > span { width: 6px; height: 6px; border-radius: 50%; background: var(--gold); }
.citation-plot { position: relative; display: grid; grid-auto-flow: column; grid-auto-columns: minmax(0, 1fr); gap: 6px; margin: 0; padding: 0; list-style: none; }
.citation-plot::before { content: ''; position: absolute; bottom: 26px; left: 0; right: 0; height: 1px; background: var(--border); }
.citation-column { display: grid; grid-template-rows: 116px 20px; gap: 6px; min-width: 0; text-align: center; font-variant-numeric: tabular-nums; }
.citation-bar-area { position: relative; display: block; }
.citation-bar { position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); width: 70%; max-width: 26px; height: var(--bar-height); background: var(--accent); border-radius: 3px 3px 0 0; }
.citation-value { position: absolute; bottom: calc(var(--bar-height) + 5px); left: 0; right: 0; font-size: 10px; line-height: 15px; color: var(--text); }
.citation-year { font-size: 9px; line-height: 20px; color: var(--muted); }
.citation-current .citation-bar { background: var(--gold); }
.citation-current .citation-year { color: var(--gold); font-weight: 600; }
.research-section, .news-section, .selected-section, .honors-section { margin-top: 48px; }
.section-heading { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; border-bottom: 1px solid var(--border); padding-bottom: 13px; margin-bottom: 23px; }
.section-heading h2 { font-size: 27px; line-height: 1.3; letter-spacing: -.6px; }
.section-aside { font-size: 10px; color: var(--muted); }
.research-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.research-area { position: relative; display: flex; flex-direction: column; }
.research-icon { color: var(--accent); margin-bottom: 12px; }
.research-icon .icon { width: 23px; height: 23px; }
.research-area h3 { font-size: 14px; min-height: 3.5em; margin-bottom: 8px; }
.research-area p { font-size: 12px; line-height: 1.8; }
.research-keywords { display: block; margin-top: auto; padding-top: 12px; color: var(--muted); font-size: 10px; }
.news-section .section-heading { margin-bottom: 5px; }
.news-list { list-style: none; margin: 0; padding: 0; }
.news-item { display: grid; grid-template-columns: 64px 8px minmax(0, 1fr); align-items: start; gap: 13px; padding: 13px 0; border-bottom: 1px solid var(--border); }
.news-date { padding-top: 2px; color: var(--muted); font-size: 10px; font-variant-numeric: tabular-nums; white-space: nowrap; }
.news-marker { width: 7px; height: 7px; margin-top: 7px; border: 2px solid var(--gold); border-radius: 50%; background: var(--background); }
.news-item p { font-size: 12px; line-height: 1.75; }
.news-item a { display: inline-flex; align-items: center; gap: 2px; font-weight: 500; white-space: nowrap; }
.news-item a .icon { width: 12px; height: 12px; }
.selected-section .section-heading { margin-bottom: 0; }
.paper { padding: 23px 0; border-bottom: 1px solid var(--border); }
.paper-selected { display: grid; grid-template-columns: 84px minmax(0, 1fr); gap: 23px; padding: 26px 0; }
.paper-tile { display: flex; flex-direction: column; align-items: center; justify-content: center; align-self: start; min-height: 106px; border-radius: 5px; background: var(--surface); border: 1px solid var(--border); color: var(--accent); }
.paper-tile > span:first-child { font-size: 10px; font-weight: 600; letter-spacing: 1.2px; }
.paper-tile strong { color: var(--accent); font: 26px/1.5 var(--serif); }
.tile-line { display: block; width: 19px; height: 1px; background: var(--gold); margin-top: 6px; }
.paper-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 6px 12px; color: var(--muted); font-size: 10px; margin-bottom: 7px; }
.paper-meta:empty { display: none; }
.paper-title { font-size: 15px; line-height: 1.55; font-weight: 600; letter-spacing: -.15px; }
.paper-title a { color: var(--text); }
.paper-title a:hover { color: var(--accent); }
.paper-authors { font-size: 11px; line-height: 1.8; margin-top: 7px; color: var(--muted); }
.paper-authors strong { font-weight: 600; color: var(--body); }
.paper-summary { font-size: 12px; line-height: 1.75; margin-top: 8px; }
.paper-links { display: flex; align-items: center; gap: 20px; margin-top: 8px; }
.paper-links a { display: inline-flex; align-items: center; gap: 2px; min-height: 30px; font-size: 11px; font-weight: 600; }
.paper-links .icon { width: 14px; height: 14px; }
.entry-date { font-size: 10px; color: var(--muted); font-variant-numeric: tabular-nums; }
.honor-entry h3 { font-size: 12px; line-height: 1.65; margin-top: 4px; }
.honor-entry p { font-size: 11px; line-height: 1.7; margin-top: 3px; }
.honor-entry { display: grid; grid-template-columns: 50px minmax(0, 1fr); gap: 13px; margin-top: 19px; }
.honor-entry .entry-date { padding-top: 5px; }
.contact-section { margin-top: 52px; padding: 27px 28px; background: var(--surface); border: 1px solid var(--border); border-radius: 8px; }
.contact-section h2 { font-size: 28px; margin-top: 5px; letter-spacing: -.5px; }
.contact-section p:not(.eyebrow) { font-size: 12px; margin-top: 7px; }
.contact-link { display: inline-flex; align-items: center; gap: 7px; margin-top: 15px; font-size: 13px; overflow-wrap: anywhere; }
.contact-link .icon { width: 16px; height: 16px; }
.site-footer { display: flex; align-items: center; justify-content: space-between; gap: 15px; margin-top: 48px; padding: 24px 0 29px; border-top: 1px solid var(--border); color: var(--muted); font-size: 10px; }
.site-footer a { color: var(--muted); }
.site-footer a span { padding-left: 6px; }
.page-heading h1 { font-size: 44px; line-height: 1.2; letter-spacing: -1.3px; margin: 22px 0 17px; }
.page-heading > p:not(.eyebrow) { font-size: 14px; max-width: 540px; }
.page-heading > .text-link { margin-top: 17px; min-height: 32px; }
.publication-tools { margin-top: 33px; }
.publication-search { display: flex; align-items: center; gap: 12px; border: 1px solid var(--border); background: var(--paper); border-radius: 7px; padding: 0 15px; }
.publication-search:focus-within { outline: 2px solid var(--accent); outline-offset: 2px; }
.publication-search > .icon { color: var(--muted); width: 18px; height: 18px; }
.publication-search input { width: 100%; min-width: 0; color: var(--text); background: transparent; border: none; padding: 13px 0; font-size: 13px; }
.publication-search input:focus-visible { outline: none; }
.publication-search input::placeholder { color: var(--muted); opacity: 1; }
.filter-row { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-top: 14px; }
.year-filters { display: flex; flex-wrap: wrap; gap: 5px; }
.year-filter { border: 1px solid transparent; background: transparent; padding: 6px 10px; color: var(--muted); font-size: 11px; border-radius: 5px; min-height: 36px; }
.year-filter:hover { background: var(--surface); color: var(--accent); }
.year-filter[aria-pressed='true'] { background: var(--accent-soft); color: var(--accent); border-color: var(--border); font-weight: 600; }
.result-count { color: var(--muted); font-size: 10px; white-space: nowrap; }
.publication-year { margin-top: 38px; }
.year-heading { display: flex; align-items: center; justify-content: space-between; padding-bottom: 12px; border-bottom: 1px solid var(--border); font-size: 29px; }
.year-heading span { font: 10px var(--sans); color: var(--muted); }
.venue-badge { display: inline-flex; align-items: center; padding: 2px 7px; background: var(--accent-soft); border-radius: 4px; color: var(--accent); font-size: 10px; font-weight: 600; }
.empty-state { padding: 65px 20px; text-align: center; border-bottom: 1px solid var(--border); }
.empty-state h2 { font-size: 27px; }
.empty-state p { font-size: 13px; margin-top: 9px; }
.text-button { display: inline-flex; align-items: center; gap: 7px; color: var(--accent); border: 0; background: transparent; padding: 12px; margin-top: 12px; font-size: 12px; }
.section-nav { display: flex; flex-wrap: wrap; gap: 22px; border-bottom: 1px solid var(--border); padding: 16px 0; margin-top: 23px; }
.section-nav a { font-size: 12px; padding: 6px 0; }
.experience-section { margin-top: 40px; }
.experience-section .section-heading { margin-bottom: 10px; }
.experience-section h3, .experience-section h4 { font-size: 14px; line-height: 1.6; }
.experience-section p { font-size: 12px; margin-top: 4px; }
.experience-section p a { text-decoration: underline; }
.appointment { position: relative; padding: 25px 26px; background: var(--surface); border: 1px solid var(--border); border-radius: 7px; margin-top: 22px; }
.appointment h3 { font-size: 17px; }
.appointment .appointment-equivalent { margin-bottom: 16px; color: var(--muted); font-size: 11px; }
.status-badge { float: right; font-size: 10px; background: var(--accent-soft); color: var(--accent); padding: 2px 9px; border-radius: 4px; }
.experience-row { display: grid; grid-template-columns: 155px minmax(0, 1fr); gap: 22px; padding: 22px 0; border-bottom: 1px solid var(--border); }
.experience-row .entry-date { padding-top: 3px; }
.muted { color: var(--muted); }
.experience-section .subsection-title { font-size: 11px; font-weight: 500; letter-spacing: 1px; text-transform: uppercase; color: var(--muted); margin: 28px 0 5px; }
.compact-row { padding: 16px 0; }
.reviewing-list { padding-left: 17px; font-size: 13px; margin: 13px 0 0; }
.reviewing-list li { padding: 5px 0; }
.reviewing-list li::marker { color: var(--gold); }
.mentoring-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 28px; list-style: none; margin: 12px 0 0; padding: 0; }
.mentoring-list li { min-width: 0; padding: 15px 0; border-bottom: 1px solid var(--border); }
.grant-contribution { margin-top: 20px; padding: 22px; background: var(--surface); border: 1px solid var(--border); border-radius: 7px; }
.grant-contribution h3 { margin-bottom: 12px; }
.grant-contribution .grant-funding { margin-top: 12px; }
.not-found { padding: 48px 0 120px; }
.not-found h1 { font-size: 48px; margin: 20px 0; }
.not-found .text-link { margin-top: 24px; }

@media (min-width: 1500px) { .site-shell { margin-top: 76px; } }
@media (max-width: 1050px) {
  .education-details { display: block; }
  .site-shell { grid-template-columns: 210px minmax(0, 1fr); gap: 48px; }
  .profile-name { font-size: 31px; gap: 10px; }
  .profile-name span { font-size: 16px; }
  .section-aside { display: none; }
  .research-grid { grid-template-columns: 1fr; }
  .research-area { padding-left: 36px; }
  .research-area h3 { min-height: 0; }
  .research-icon { position: absolute; left: 0; top: 0; }
  .filter-row { flex-wrap: wrap; gap: 6px; }
  .experience-row { grid-template-columns: 120px minmax(0, 1fr); gap: 20px; }
}
@media (max-width: 760px) {
  html { scroll-padding-top: 100px; }
  .header-inner { height: 70px; padding: 0 24px; }
  .site-brand { font-size: 23px; }
  .header-actions { gap: 12px; }
  .primary-nav { gap: 18px; }
  .primary-nav a { font-size: 11px; }
  .site-shell { display: block; margin-top: 34px; padding: 0 24px; max-width: 620px; }
  .profile-inner { position: static; display: grid; grid-template-columns: 126px minmax(0, 1fr); column-gap: 25px; }
  .portrait-link { align-self: start; border-radius: 7px; }
  .portrait { aspect-ratio: 1 / 1.12; }
  .profile-identity { margin-top: 3px; }
  .profile-name { font-size: 30px; flex-wrap: wrap; gap: 5px 10px; }
  .profile-role { font-size: 13px; margin-top: 10px; }
  .profile-institution { font-size: 12px; max-width: 210px; }
  .profile-location { margin-top: 9px; font-size: 11px; }
  .profile-links { grid-column: 1 / -1; display: flex; flex-wrap: wrap; gap: 25px; margin-top: 24px; padding: 12px 0; border-top: 0; }
  .profile-links a { gap: 7px; min-height: 36px; font-size: 12px; }
  .profile-links a > .icon:last-child { display: none; }
  .profile-note { display: none; }
  .citation-chart { grid-column: 1 / -1; margin-top: 20px; }
  .citation-caption { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 4px 10px; }
  .citation-caption h2 { grid-column: 1 / -1; }
  .citation-source, .citation-updated { margin: 0; }
  .citation-partial-note { grid-column: 1 / -1; margin: 0; }
  .main-content { margin-top: 35px; }
  .eyebrow { font-size: 9px; letter-spacing: 1.1px; }
  .intro-copy { font-size: 14px; }
  .research-section, .news-section, .selected-section, .honors-section { margin-top: 39px; }
  .section-heading h2 { font-size: 25px; }
  .research-grid { gap: 25px; }
  .research-area h3 { font-size: 13px; }
  .paper-selected { grid-template-columns: 72px minmax(0, 1fr); gap: 18px; }
  .paper-tile { min-height: 95px; }
  .paper-title { font-size: 14px; }
  .page-heading h1 { font-size: 38px; }
  .experience-row { grid-template-columns: 130px minmax(0, 1fr); }
  .contact-section { margin-top: 39px; }
}
@media (max-width: 520px) {
  .mentoring-list { grid-template-columns: 1fr; }
  .education-item { grid-template-columns: minmax(0, 1fr); gap: 2px; padding-top: 8px; padding-bottom: 8px; }
  .education-details h3 { font-size: 13px; }
  .education-details p { font-size: 12px; white-space: normal; }
  .header-inner { padding: 0 20px; }
  .header-actions { gap: 10px; }
  .icon-button { width: 38px; height: 38px; }
  .nav-enhanced .menu-toggle { display: inline-flex; }
  .nav-enhanced .primary-nav { display: none; position: absolute; top: 69px; left: 0; right: 0; padding: 13px 24px 19px; background: var(--background); border-bottom: 1px solid var(--border); box-shadow: 0 8px 12px rgba(0,0,0,.03); }
  .nav-enhanced .primary-nav.is-open { display: grid; gap: 3px; }
  .primary-nav a { font-size: 12px; }
  .nav-enhanced .primary-nav a[aria-current='page']::after { bottom: 6px; }
  html:not(.nav-enhanced) .header-inner { height: auto; min-height: 70px; flex-wrap: wrap; padding-top: 12px; padding-bottom: 8px; gap: 2px; }
  html:not(.nav-enhanced) .header-actions { width: 100%; }
  .site-shell { padding: 0 20px; margin-top: 28px; }
  .profile-inner { grid-template-columns: 108px minmax(0, 1fr); gap: 0 20px; }
  .profile-name { font-size: 29px; line-height: 1.2; }
  .profile-name span { font-size: 15px; }
  .profile-role { margin-top: 8px; }
  .profile-location { margin-top: 6px; }
  .profile-links { gap: 25px; margin-top: 18px; }
  .main-content { margin-top: 29px; }
  .intro-eyebrow { font-size: 8px; letter-spacing: .8px; gap: 8px; }
  .accent-line { width: 18px; }
  .section-heading { gap: 10px; }
  .section-heading h2 { font-size: 24px; }
  .section-heading .text-link { font-size: 11px; white-space: nowrap; }
  .research-grid { grid-template-columns: 1fr; gap: 24px; }
  .news-item { grid-template-columns: 55px 7px minmax(0, 1fr); gap: 10px; padding: 14px 0; }
  .news-item p { font-size: 13px; }
  .research-area h3 { font-size: 14px; }
  .research-area p { font-size: 13px; }
  .research-keywords { padding-top: 8px; }
  .paper-selected { grid-template-columns: 1fr; gap: 12px; position: relative; }
  .paper-tile { display: inline-flex; flex-direction: row; min-height: 0; align-items: center; gap: 8px; justify-self: start; padding: 3px 8px; border: 0; border-radius: 4px; background: var(--accent-soft); }
  .paper-tile strong { font: 10px var(--sans); }
  .paper-tile > span:first-child { font-size: 10px; letter-spacing: .4px; }
  .tile-line { display: none; }
  .paper-selected .paper-meta { margin-bottom: 5px; }
  .paper-authors { font-size: 11px; }
  .paper-title { font-size: 15px; }
  .paper-summary { font-size: 13px; }
  .paper-links a { min-height: 36px; font-size: 12px; }
  .honor-entry h3 { font-size: 13px; }
  .honor-entry p { font-size: 12px; }
  .entry-date { font-size: 11px; }
  .contact-section { padding: 23px 19px; }
  .contact-link { font-size: 12px; }
  .page-heading h1 { font-size: 36px; }
  .page-heading > p:not(.eyebrow) { font-size: 13px; }
  .year-filter { min-height: 40px; padding: 6px 9px; }
  .result-count { margin-top: 3px; }
  .experience-row { grid-template-columns: 1fr; gap: 7px; }
  .section-nav { gap: 17px; }
  .section-nav a { font-size: 11px; }
  .appointment { padding: 22px 19px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition: none !important; animation: none !important; } }
@media print {
  :root { color-scheme: light; --background: #fff; --surface: #fff; --text: #000; --body: #222; --muted: #444; --accent: #222; --border: #ccc; }
  .site-header, .profile, .publication-tools, .section-nav, .site-footer, .contact-section { display: none !important; }
  .site-shell { display: block; margin: 0; max-width: none; padding: 0; }
  .main-content { margin: 0; }
  .paper, .experience-row { break-inside: avoid; }
  a { color: inherit; }
}
