:root {
  --ink: #202124;
  --muted: #5e6369;
  --line: #d9dde1;
  --soft-line: #e8eaed;
  --paper: #ffffff;
  --soft: #f7f7f5;
  --navy: #17365d;
  --burnt: #bf5700;
  --link: #7f3f00;
  --max: 960px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 1.5;
}
a { color: var(--link); text-decoration-thickness: 1px; text-underline-offset: 2px; }
a:hover { color: var(--burnt); }
.wrap { width: min(var(--max), calc(100% - 42px)); margin: 0 auto; }
.skip-link { position: absolute; left: -9999px; top: 0; }
.skip-link:focus { left: 12px; top: 12px; background: #fff; padding: 8px 12px; z-index: 100; }

.university-bar { background: #f3f1ed; border-bottom: 1px solid var(--line); font-size: 12px; }
.university-inner { display: flex; justify-content: space-between; align-items: center; min-height: 31px; }
.university-inner a { color: var(--navy); text-decoration: none; }
.masthead { min-height: 58px; display: flex; align-items: center; justify-content: space-between; gap: 24px; border-bottom: 1px solid var(--line); }
.site-header { border-bottom: 1px solid var(--line); }
.csr-brand { display: flex; align-items: center; gap: 11px; color: var(--navy); text-decoration: none; font-weight: 700; }
.csr-mark { display: inline-flex; align-items: center; justify-content: center; min-width: 42px; height: 28px; padding: 0 6px; border: 1px solid var(--navy); font-size: 13px; letter-spacing: .06em; }
nav { display: flex; gap: 18px; flex-wrap: wrap; }
nav a { color: #444; text-decoration: none; font-size: 13px; }

.profile-intro { padding: 36px 0 32px; border-bottom: 1px solid var(--line); }
.intro-grid { display: grid; grid-template-columns: 205px 1fr; gap: 34px; align-items: start; }
.profile-photo { width: 205px; height: auto; display: block; border: 1px solid var(--line); }
.section-kicker { margin: 0 0 6px; text-transform: uppercase; letter-spacing: .1em; font-size: 11px; font-weight: 700; color: var(--burnt); }
h1 { margin: 0; color: var(--navy); font-family: Georgia, 'Times New Roman', serif; font-size: 42px; line-height: 1.06; font-weight: 500; }
.position-title { margin: 8px 0 0; color: var(--burnt); font-size: 22px; line-height: 1.25; font-weight: 600; }
.intro-divider { width: 54px; height: 1px; margin: 13px 0 10px; background: var(--line); }
.affiliation { margin: 0; font-size: 16px; line-height: 1.45; }
.summary { max-width: 650px; margin: 14px 0 0; color: #444; font-size: 15.5px; }
.profile-links { display: flex; flex-wrap: wrap; gap: 8px 18px; margin-top: 15px; font-size: 13px; }
.profile-links a { text-decoration: none; border-bottom: 1px solid #c7b39e; }

.content-section { padding: 30px 0; border-bottom: 1px solid var(--soft-line); }
.alternate { background: var(--soft); }
.section-grid { display: grid; grid-template-columns: 220px 1fr; gap: 36px; }
.section-title h2, .publication-header h2 { margin: 0; font-family: Georgia, 'Times New Roman', serif; color: var(--navy); font-size: 25px; line-height: 1.15; font-weight: 500; }
.prose p { margin: 0 0 12px; }
.prose p:last-child { margin-bottom: 0; }

.research-areas, .featured-list, .leadership-list, .award-list, .education-list { display: grid; gap: 0; }
.research-areas article, .featured-list article, .leadership-list article, .award-list article, .education-list article { padding: 0 0 16px; margin: 0 0 16px; border-bottom: 1px solid var(--soft-line); }
.research-areas article:last-child, .featured-list article:last-child, .leadership-list article:last-child, .award-list article:last-child, .education-list article:last-child { margin-bottom: 0; padding-bottom: 0; border-bottom: 0; }
h3 { margin: 0 0 4px; color: #27292c; font-size: 15.5px; line-height: 1.35; }
.section-body p { margin: 0; color: #444; }
.section-body.prose p { margin: 0 0 16px; }
.section-body.prose p:last-child { margin-bottom: 0; }
.role { margin-bottom: 5px !important; color: var(--ink) !important; }
.role span { color: var(--muted); font-size: 13px; margin-left: 5px; }
.award-heading { display: flex; justify-content: space-between; gap: 20px; align-items: baseline; }
.award-heading h3 { color: #222; font-size: 18px; font-weight: 600; }
.award-heading span { flex: 0 0 auto; color: var(--muted); font-size: 13px; }
.award-org { color: #6b7280 !important; font-size: 15px; font-weight: 400; margin-bottom: 10px !important; }
.education-list article { padding-bottom: 12px; margin-bottom: 12px; }

.publications-section { padding-top: 34px; }
.publication-header { display: flex; justify-content: space-between; gap: 30px; align-items: end; margin-bottom: 17px; }
.view-all { font-size: 13px; text-decoration: none; white-space: nowrap; }
.publication-list { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--line); }
.publication-list li { display: grid; grid-template-columns: 52px 1fr; gap: 16px; padding: 11px 0; border-bottom: 1px solid var(--soft-line); }
.pub-year { color: var(--muted); font-size: 12px; padding-top: 2px; }
.publication-list a { color: var(--navy); font-weight: 700; text-decoration: none; }
.publication-list p { margin: 2px 0 0; color: #555; font-size: 13px; line-height: 1.42; }

.site-footer { padding: 18px 0 26px; color: #6a6d70; font-size: 12px; border-top: 1px solid var(--line); }

@media (max-width: 760px) {
  .wrap { width: min(100% - 28px, var(--max)); }
  .university-inner { align-items: flex-start; flex-direction: column; gap: 2px; padding: 6px 0; }
  .masthead { align-items: flex-start; flex-direction: column; padding: 12px 0; }
  nav { gap: 9px 14px; }
  .intro-grid { grid-template-columns: 140px 1fr; gap: 20px; }
  .profile-photo { width: 140px; }
  h1 { font-size: 34px; }
  .position-title { font-size: 20px; }
  .section-grid { grid-template-columns: 1fr; gap: 15px; }
  .content-section { padding: 24px 0; }
}

@media (max-width: 520px) {
  .intro-grid { grid-template-columns: 1fr; }
  .profile-photo { width: 170px; }
  .profile-intro { padding-top: 24px; }
  .publication-header { align-items: flex-start; flex-direction: column; gap: 8px; }
  .publication-list li { grid-template-columns: 44px 1fr; gap: 10px; }
}
