:root {
  --ink: #000;
  --line: #d9dde2;
  --pale: #f2f5f8;
  --white: #fff;
  --body: Arial, Helvetica, sans-serif;
  --heading: Georgia, "Times New Roman", serif;
  color-scheme: light;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 6rem; }
body { margin: 0; background: var(--white); color: var(--ink); font-family: var(--body); font-size: 1rem; line-height: 1.65; -webkit-font-smoothing: antialiased; }
a { color: var(--ink); text-decoration-thickness: 1px; text-underline-offset: 4px; }
a:hover { text-decoration: underline; }
a:focus-visible { outline: 2px solid var(--ink); outline-offset: 5px; }
p, h1, h2, h3, figure { margin: 0; }
img { display: block; max-width: 100%; }
.container { width: min(1080px, calc(100% - 80px)); margin-inline: auto; }
.site-header { position: sticky; top: 0; z-index: 20; background: var(--white); border-top: 3px solid var(--ink); }
.header-inner { min-height: 67px; display: flex; align-items: center; border-bottom: 1px solid var(--line); padding-block: 14px; }
nav { display: flex; flex-wrap: wrap; column-gap: 25px; row-gap: 5px; }
nav a { font-size: .90625rem; line-height: 1.5; padding-block: 4px; text-decoration: none; }
.hero { display: grid; grid-template-columns: minmax(0, 1fr) 270px; align-items: start; gap: 70px; padding-block: 46px 40px; }
h1 { color: var(--ink); font-family: var(--heading); font-size: clamp(2rem, 5vw, 3.25rem); font-weight: 400; line-height: 1.15; letter-spacing: -.025em; white-space: nowrap; margin-bottom: 22px; }
.hero-contact { display: grid; gap: 4px; margin-bottom: 23px; }
.position, .affiliation, address { font-size: 1rem; line-height: 1.75; }
.position { font-weight: 600; }
address { display: grid; gap: 4px; font-style: normal; }
.hero-contact a { text-decoration: none; overflow-wrap: anywhere; }
.hero-contact a[href^="mailto:"] { color: #075aa8; }
.hero-contact a:hover { text-decoration: underline; }
.bio { max-width: 710px; font-size: 1rem; line-height: 1.75; }
.portrait { width: 270px; justify-self: end; padding-top: 4px; }
.portrait img { width: 270px; height: 347px; object-fit: cover; object-position: 50% 30%; background: var(--pale); }
.profile-links { display: flex; flex-wrap: wrap; gap: 25px; align-items: center; margin-top: 22px; }
.profile-links > a { font-size: .9375rem; }
h2 { font-family: var(--body); font-weight: 600; font-size: 1.5rem; line-height: 1.3; color: var(--ink); }
.appointments { padding-block: 25px 34px; border-block: 1px solid var(--line); }
.appointments h2 { margin-bottom: 15px; }
dl { margin: 0; }
.appointment-list > div { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 25px; padding-block: 13px; border-bottom: 1px solid var(--line); }
.appointment-list dt { font-size: 1.09375rem; font-weight: 600; line-height: 1.6; }
.appointment-list dt span { display: block; font-size: 1rem; font-weight: 400; margin-top: 3px; }
.appointment-list dd { margin: 0; font-size: 1.0625rem; white-space: nowrap; }
.content-section { padding-block: 27px 0; }
.eyebrow, .small-label { font-size: .75rem; line-height: 1.5; text-transform: uppercase; letter-spacing: .09em; font-weight: 600; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 19px; }
.section-heading .eyebrow { margin-bottom: 8px; }
#research-title { font-size: 1.25rem; line-height: 1.4; letter-spacing: .06em; }
.quiet-link { font-size: .875rem; padding-block: 4px; }
.paper-list { border-top: 1px solid var(--line); }
.paper { display: grid; grid-template-columns: 2ch minmax(0, 1fr); column-gap: 14px; padding-block: 19px; border-bottom: 1px solid var(--line); }
.paper-number { font-size: 1.0625rem; line-height: 1.5; font-weight: 600; font-variant-numeric: tabular-nums; text-align: right; }
.paper h3 { font-family: var(--body); font-weight: 600; font-size: 1.0625rem; line-height: 1.5; }
.paper h3 a { color: var(--ink); text-decoration: underline; text-decoration-color: #8d8d8d; }
.paper h3 a:hover { text-decoration-color: var(--ink); }
.paper-citation { margin-top: 6px; font-size: 1rem; line-height: 1.65; color: var(--ink); }
.subsection-heading { margin-top: 38px; margin-bottom: 19px; }
.other-publications { padding-block: 40px 55px; }
.publication-group-title { font-family: var(--body); font-size: 1.0625rem; font-weight: 600; margin: 31px 0 16px; }
.teaching-band { background: var(--pale); border-block: 1px solid var(--line); padding-block: 58px; }
.teaching-grid { display: grid; grid-template-columns: 1.08fr 1fr; gap: 85px; }
.teaching-intro h2 { font-family: var(--heading); font-size: 1.9375rem; font-weight: 400; line-height: 1.32; margin-top: 12px; }
.teaching-intro > p:not(.eyebrow) { font-size: 1rem; margin-top: 19px; }
.teaching-intro .award-note { font-size: .875rem !important; line-height: 1.8; }
.award-note strong { font-weight: 600; }
.courses > div { display: grid; grid-template-columns: 110px 1fr; gap: 25px; padding-block: 18px; border-bottom: 1px solid #d3dce5; }
.courses > div:first-child { padding-top: 0; }
.courses > div:last-child { border-bottom: 0; padding-bottom: 0; }
.courses dt { font-size: .875rem; font-weight: 600; }
.courses dd { margin: 0; font-size: .9375rem; line-height: 1.8; }
.awards-section { padding-block: 43px 34px; }
.awards-section h2 { margin-bottom: 22px; }
.highlights { display: grid; grid-template-columns: 1fr 1fr 1.15fr; gap: 30px; border-top: 1px solid var(--line); padding-block: 23px; }
.highlights > div + div { border-left: 1px solid var(--line); padding-left: 28px; }
.highlights p { font-size: .9375rem; line-height: 1.65; margin-top: 6px; }
.year { display: block; font-size: .8125rem; }
.journal-short { display: block; font-size: .8125rem; line-height: 1.55; max-width: 245px; }
.footer-bottom { border-top: 1px solid var(--line); padding-block: 20px 28px; display: flex; justify-content: space-between; gap: 25px; font-size: .8125rem; }
.footer-bottom a { text-decoration: none; }
.skip-link { position: absolute; top: -100px; left: 16px; padding: 12px; background: var(--white); color: var(--ink); border: 1px solid var(--ink); z-index: 30; }
.skip-link:focus { top: 10px; }
@media (max-width: 900px) {
  html { scroll-padding-top: 8rem; }
  .container { width: calc(100% - 48px); }
  .hero { grid-template-columns: minmax(0, 1fr) 220px; gap: 35px; padding-block: 35px; }
  .portrait, .portrait img { width: 220px; }
  .portrait img { height: 300px; }
  nav { column-gap: 20px; }
  .teaching-grid { gap: 40px; }
  .courses > div { grid-template-columns: 1fr; gap: 4px; }
  .highlights { gap: 20px; }
  .highlights > div + div { padding-left: 20px; }
}
@media (max-width: 640px) {
  html { scroll-padding-top: 2rem; }
  .site-header { position: static; }
  .container { width: calc(100% - 40px); }
  .header-inner { min-height: 0; padding-block: 12px; }
  nav { column-gap: 19px; row-gap: 3px; }
  nav a { font-size: .875rem; }
  .hero { grid-template-columns: 1fr; gap: 25px; padding-block: 26px 30px; }
  .hero-copy { order: 1; }
  .portrait { order: 0; width: 138px; justify-self: start; padding-top: 0; }
  .portrait img { width: 138px; height: 172px; }
  h1 { font-size: clamp(1.875rem, 7.5vw, 2.75rem); letter-spacing: -.03em; margin-bottom: 20px; }
  .profile-links { column-gap: 22px; row-gap: 16px; }
  .appointments { padding-block: 23px 27px; }
  .appointment-list > div { grid-template-columns: 1fr; gap: 3px; }
  .appointment-list dd { font-size: 1rem; }
  .section-heading { flex-direction: column; align-items: start; gap: 12px; }
  h2 { font-size: 1.375rem; }
  .paper { padding-block: 17px; }
  .paper h3 { font-size: 1rem; }
  .paper-number { font-size: 1rem; }
  .subsection-heading { margin-top: 31px; }
  .other-publications { padding-block: 32px 40px; }
  .teaching-band { padding-block: 39px; }
  .teaching-grid { grid-template-columns: 1fr; gap: 30px; }
  .teaching-intro h2 { font-size: 1.8125rem; }
  .teaching-intro h2 br { display: none; }
  .courses > div { grid-template-columns: 100px 1fr; gap: 15px; }
  .awards-section { padding-block: 35px 26px; }
  .highlights { grid-template-columns: 1fr; gap: 15px; padding-block: 22px 0; }
  .highlights > div + div { padding: 15px 0 0; border-left: 0; border-top: 1px solid var(--line); }
  .year { display: inline; margin-left: 8px; }
  .journal-short { max-width: none; }
  .footer-bottom { flex-wrap: wrap; gap: 10px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

/* The selected compact layout preserves type sizes and page width. */
html[data-layout="compact"] .hero { padding-block: 24px; }
html[data-layout="compact"] h1 { margin-bottom: 14px; }
html[data-layout="compact"] .hero-contact { gap: 2px; margin-bottom: 14px; }
html[data-layout="compact"] .position,
html[data-layout="compact"] .affiliation,
html[data-layout="compact"] address { line-height: 1.5; }
html[data-layout="compact"] address { gap: 2px; }
html[data-layout="compact"] .bio { line-height: 1.55; }
html[data-layout="compact"] .appointments { padding-block: 18px 22px; }
html[data-layout="compact"] .appointments h2 { margin-bottom: 8px; }
html[data-layout="compact"] .appointment-list > div { padding-block: 8px; }
html[data-layout="compact"] .appointment-list dt,
html[data-layout="compact"] .appointment-list dt span { line-height: 1.45; }
html[data-layout="compact"] .appointment-list dt span { margin-top: 1px; }
html[data-layout="compact"] .profile-links { margin-top: 14px; }
html[data-layout="compact"] .content-section { padding-top: 18px; }
html[data-layout="compact"] .section-heading { margin-bottom: 12px; }
html[data-layout="compact"] .section-heading .eyebrow { margin-bottom: 5px; }
html[data-layout="compact"] .paper { padding-block: 10px; }
html[data-layout="compact"] .paper h3,
html[data-layout="compact"] .paper-number { line-height: 1.4; }
html[data-layout="compact"] .paper-citation { margin-top: 3px; line-height: 1.5; }
html[data-layout="compact"] .subsection-heading { margin-top: 24px; margin-bottom: 12px; }
html[data-layout="compact"] .other-publications { padding-block: 25px 32px; }
html[data-layout="compact"] .publication-group-title { margin-block: 22px 10px; }
html[data-layout="compact"] .teaching-band { padding-block: 32px; }
html[data-layout="compact"] .teaching-intro h2 { margin-top: 8px; }
html[data-layout="compact"] .teaching-intro > p:not(.eyebrow) { margin-top: 12px; }
html[data-layout="compact"] .courses > div { padding-block: 11px; }
html[data-layout="compact"] .courses > div:first-child { padding-top: 0; }
html[data-layout="compact"] .courses > div:last-child { padding-bottom: 0; }
html[data-layout="compact"] .courses dd { line-height: 1.6; }
html[data-layout="compact"] .awards-section { padding-block: 28px 22px; }
html[data-layout="compact"] .awards-section h2 { margin-bottom: 14px; }
html[data-layout="compact"] .highlights { padding-block: 16px; }
html[data-layout="compact"] .footer-bottom { padding-block: 15px 20px; }
@media (max-width: 640px) {
  html[data-layout="compact"] .hero { gap: 18px; padding-block: 20px; }
  html[data-layout="compact"] .teaching-grid { gap: 20px; }
  html[data-layout="compact"] .highlights { gap: 10px; padding-bottom: 0; }
  html[data-layout="compact"] .highlights > div + div { padding-top: 10px; }
}
