:root {
  --ink: #152331;
  --navy: #0f2d4a;
  --navy-2: #183f62;
  --muted: #5f6d79;
  --paper: #fbfaf7;
  --white: #ffffff;
  --tint: #f3f5f6;
  --line: #dce2e6;
  --chip: #e9eef2;
  --max: 1120px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.65; -webkit-font-smoothing: antialiased; }
a { color: inherit; }
img { display: block; max-width: 100%; }
.container { width: min(calc(100% - 40px), var(--max)); margin: 0 auto; }
.section { padding: 86px 0; scroll-margin-top: 78px; }
.compact-section { padding: 64px 0; }
.section-tint { background: var(--tint); border-block: 1px solid #e8ecef; }
.section-dark { background: var(--navy); color: var(--white); }
h1,h2,h3 { margin: 0; font-family: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif; font-weight: 600; line-height: 1.08; letter-spacing: -0.02em; }
h1 { font-size: clamp(3.2rem, 7vw, 5.7rem); max-width: 820px; }
h2 { font-size: clamp(2rem, 4vw, 3.2rem); }
h3 { font-size: 1.35rem; }
p { margin: 0 0 1em; }
.skip-link { position: fixed; top: 8px; left: 8px; transform: translateY(-160%); z-index: 1000; background: var(--white); padding: 10px 14px; border: 1px solid var(--line); }
.skip-link:focus { transform: none; }
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(251,250,247,.94); backdrop-filter: blur(14px); border-bottom: 1px solid rgba(220,226,230,.9); }
.nav-wrap { min-height: 70px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { font-family: Georgia, serif; font-size: 1.2rem; font-weight: 700; color: var(--navy); text-decoration: none; white-space: nowrap; }
.site-nav { display: flex; align-items: center; gap: 24px; }
.site-nav a { text-decoration: none; font-size: .92rem; color: #334454; }
.site-nav a:hover, .site-nav a:focus-visible { color: var(--navy); }
.nav-toggle { display: none; border: 1px solid var(--line); background: transparent; padding: 8px 11px; border-radius: 4px; color: var(--navy); }
.hero { padding-top: 74px; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.6fr) minmax(260px, .7fr); gap: 74px; align-items: center; }
.eyebrow { margin: 0 0 16px; color: var(--navy-2); font-size: .76rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.hero-fields { margin: 18px 0 20px; font-family: Georgia, serif; color: var(--navy); font-size: clamp(1.2rem, 2vw, 1.65rem); line-height: 1.35; }
.hero-intro { max-width: 750px; font-size: 1.05rem; color: #40505f; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 30px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 46px; padding: 0 18px; border-radius: 3px; text-decoration: none; font-weight: 700; font-size: .94rem; border: 1px solid var(--navy); transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-1px); }
.button-primary { background: var(--navy); color: var(--white); }
.button-primary:hover { background: var(--navy-2); }
.button-secondary { color: var(--navy); background: transparent; }
.hero-portrait-wrap { position: relative; }
.hero-portrait { width: 100%; aspect-ratio: 3/4; object-fit: cover; object-position: center top; border: 1px solid var(--line); }
.hero-note { margin: 18px 0 0 20px; padding-left: 18px; border-left: 1px solid #9aa9b5; font-family: Georgia, serif; font-size: 1.02rem; font-style: italic; color: var(--navy-2); }
.split-section { display: grid; grid-template-columns: minmax(0, 2fr) minmax(240px, .75fr); gap: 80px; align-items: start; }
.split-section h2 { margin-bottom: 24px; }
.split-section p { color: #3e4d59; max-width: 820px; }
.pull-quote { border-left: 1px solid #b4c0c9; padding: 20px 0 20px 36px; color: var(--navy); font-family: Georgia, serif; font-size: 1.7rem; line-height: 1.35; }
.section-heading { margin-bottom: 34px; }
.section-heading .eyebrow { margin-bottom: 8px; }
.research-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.research-card { min-height: 310px; padding: 26px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.5); }
.card-number { display: block; margin-bottom: 48px; color: #8b9aa6; font-family: Georgia, serif; }
.research-card h3 { color: var(--navy); min-height: 68px; }
.research-card p { margin-top: 20px; color: #536270; font-size: .94rem; }
.publication-list { border-top: 1px solid #cfd7dc; }
.publication-item { display: grid; grid-template-columns: 1.15fr .85fr; gap: 56px; padding: 32px 0; border-bottom: 1px solid #cfd7dc; }
.publication-item h3 { color: var(--navy); font-size: 1.55rem; }
.subtitle { margin-top: 8px; font-family: Georgia, serif; color: #415261; font-size: 1.03rem; }
.publication-meta p { color: #40505f; }
.tags { display: flex; flex-wrap: wrap; gap: 7px; }
.tags span { background: var(--chip); color: #385069; border-radius: 999px; padding: 5px 10px; font-size: .77rem; }
.project-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; border-top: 1px solid var(--line); }
.project-grid article { padding: 26px 26px 0 0; margin-right: 26px; border-right: 1px solid var(--line); }
.project-grid article:last-child { border-right: 0; margin-right: 0; }
.project-grid span { font-family: Georgia, serif; color: var(--navy); font-size: 1.5rem; }
.project-grid h3 { margin-top: 24px; color: var(--navy); font-size: 1.25rem; }
.project-grid p { margin-top: 14px; color: #586673; font-size: .92rem; }
.education-layout { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(280px, .75fr); gap: 72px; }
.education-list { border-top: 1px solid #ccd5da; }
.education-item { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 28px; padding: 22px 0; border-bottom: 1px solid #ccd5da; align-items: start; }
.education-item h3 { font-size: 1.18rem; color: var(--navy); }
.education-item p { margin: 6px 0 0; color: #60707c; font-size: .93rem; }
.education-item time { font-family: Georgia, serif; font-size: 1.08rem; font-weight: 700; color: var(--navy); }
.interest-panel { padding-top: 58px; }
.interest-panel h3 { margin-bottom: 18px; color: var(--navy); }
.large-tags span { padding: 7px 11px; font-size: .82rem; }
.cv-panel, .contact-panel { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.cv-panel p:not(.eyebrow) { margin-top: 12px; max-width: 690px; color: #596875; }
.section-dark .eyebrow { color: #bfd0de; }
.contact-details { display: flex; flex-direction: column; align-items: flex-end; gap: 14px; }
.contact-email { color: var(--white); font-family: Georgia, serif; font-size: clamp(1.25rem, 3vw, 2rem); text-underline-offset: 5px; }
.academic-links, .footer-links { display: flex; flex-wrap: wrap; gap: 16px; }
.academic-links a { color: #dce7ef; font-size: .9rem; text-underline-offset: 4px; }
.academic-links a:hover, .academic-links a:focus-visible { color: var(--white); }
.site-footer { padding: 24px 0; border-top: 1px solid var(--line); background: var(--paper); }
.footer-wrap { display: flex; justify-content: space-between; gap: 20px; color: #6d7882; font-size: .82rem; }
.footer-wrap p { margin: 0; }
.footer-links a { text-decoration: none; }
.footer-links a:hover, .footer-links a:focus-visible { color: var(--navy); text-decoration: underline; }
@media (max-width: 920px) {
  .hero-grid, .split-section, .education-layout { grid-template-columns: 1fr; }
  .hero-portrait-wrap { max-width: 390px; }
  .research-grid, .project-grid { grid-template-columns: repeat(2, 1fr); }
  .project-grid article:nth-child(2) { border-right: 0; }
  .publication-item { grid-template-columns: 1fr; gap: 16px; }
  .interest-panel { padding-top: 0; }
}
@media (max-width: 720px) {
  .container { width: min(calc(100% - 28px), var(--max)); }
  .section { padding: 66px 0; }
  .nav-toggle { display: inline-block; }
  .site-nav { display: none; position: absolute; top: 70px; left: 0; right: 0; padding: 14px 20px 20px; background: var(--paper); border-bottom: 1px solid var(--line); flex-direction: column; align-items: flex-start; gap: 12px; }
  .site-nav.open { display: flex; }
  .hero { padding-top: 48px; }
  .hero-grid { gap: 42px; }
  .research-grid, .project-grid { grid-template-columns: 1fr; }
  .research-card { min-height: 0; }
  .card-number { margin-bottom: 26px; }
  .project-grid article, .project-grid article:nth-child(2) { border-right: 0; border-bottom: 1px solid var(--line); margin-right: 0; padding: 24px 0; }
  .cv-panel, .contact-panel, .footer-wrap { align-items: flex-start; flex-direction: column; }
  .contact-details { align-items: flex-start; }
  .contact-email { overflow-wrap: anywhere; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .button { transition: none; }
}