:root {
  --bg: #ffffff;
  --surface: #ffffff;
  --ink: #1d2528;
  --muted: #5f6b70;
  --line: #d8dedc;
  --accent: #0000ff;
  --accent-strong: #0000ff;
  --heading-red: #980000;
  --soft: #e8f1ef;
  --gold: #b0722a;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: "Times New Roman", Times, serif;
  font-size: 16px;
  line-height: 1.65;
}

a {
  color: var(--accent);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

a:hover {
  color: var(--accent-strong);
}

.wrap {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(8px);
}

.header-grid {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 24px;
  align-items: center;
  min-height: 70px;
}

.brand {
  color: var(--ink);
  font-size: 21px;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 4px 14px;
}

.nav a {
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.nav a:hover,
.nav a[aria-current="page"] {
  color: var(--accent-strong);
}

.hero {
  padding: 72px 0 46px;
  border-bottom: 1px solid var(--line);
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--gold);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

button,
input,
select,
textarea {
  font-family: "Times New Roman", Times, serif;
}

h1,
h2,
h3,
h4,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 18px;
  font-size: clamp(38px, 7vw, 68px);
  line-height: 1.05;
}

h2 {
  color: var(--heading-red);
  margin-bottom: 16px;
  font-size: 26px;
  line-height: 1.25;
}

h3 {
  color: var(--heading-red);
  margin-bottom: 8px;
  font-size: 19px;
  line-height: 1.35;
}

.biography-content .timeline h3,
.biography-content .plain-block h3,
.professional-services-content #student-supervision h3,
.research-content .highlight h3 {
  color: var(--ink);
}

h4 {
  margin: 20px 0 8px;
  font-size: 16px;
}

.lead {
  max-width: 650px;
  color: var(--muted);
  font-size: 20px;
  line-height: 1.55;
}

.hero .lead {
  color: var(--ink);
}

.contact {
  color: var(--muted);
  font-weight: 700;
}

.contact span {
  color: var(--ink);
}

.profile-box {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 22px;
}

.profile-box h2 {
  margin-bottom: 8px;
  font-size: 18px;
}

.research-graphic {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 18px;
  border-radius: 8px;
  border: 1px solid var(--line);
  background: var(--soft);
}

.profile-box ul,
.item-list,
.pub-list,
.news-list {
  margin-top: 0;
}

.profile-box ul {
  margin-bottom: 0;
  padding-left: 20px;
}

.section {
  padding: 42px 0;
}

.section-heading {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: baseline;
  margin-bottom: 16px;
}

.subtle-link {
  color: var(--muted);
  font-size: 14px;
}

.news-list {
  list-style: none;
  padding-left: 0;
}

.news-list li {
  padding: 4px 0;
}

.content {
  padding: 48px 0 58px;
}

.content > h1 {
  margin-bottom: 32px;
  font-size: 44px;
  text-transform: uppercase;
}

.content > h1:not(.wordmark-title)::first-letter,
.content > h1 .title-word::first-letter,
.eyebrow.wordmark-title .title-word::first-letter {
  font-size: 1.18em;
}

.word-initial {
  font-size: 1.28em;
  line-height: 1;
}

.content section {
  margin-bottom: 44px;
}

.timeline {
  display: grid;
  gap: 18px;
}

.timeline article,
.plain-block,
.highlight {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 22px;
}

.research-content .highlight {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.9fr);
  gap: 24px;
  align-items: start;
}

.highlight-copy {
  min-width: 0;
}

.research-content .highlight-wide {
  grid-template-columns: 1fr;
}

.highlight-figure {
  display: grid;
  place-items: center;
  margin: 0;
  border: 1px dashed var(--line);
  background: #f7f7f7;
  color: var(--muted);
  font-size: 15px;
  aspect-ratio: 4 / 3;
  overflow: hidden;
}

.highlight-figure img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.figure-hma img {
  width: 92%;
  height: 92%;
}

.figure-sc {
  aspect-ratio: 2 / 1;
}

.figure-sc img {
  width: 100%;
  height: 100%;
}

.figure-lpma {
  width: min(100%, 760px);
  justify-self: center;
  aspect-ratio: 2353 / 974;
}

.figure-lpma img {
  width: 100%;
  height: auto;
}

.timeline p,
.plain-block p,
.highlight p {
  margin-bottom: 8px;
}

.date {
  color: var(--muted);
  font-weight: 700;
}

.biography-content .timeline p,
.biography-content .plain-block p {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  column-gap: 20px;
  align-items: baseline;
}

.biography-content .date {
  color: var(--ink);
  font-weight: 400;
  text-align: right;
}

.chip-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.chip-list li {
  background: var(--soft);
  border: 1px solid #cfe0dc;
  border-radius: 8px;
  padding: 8px 12px;
}

.highlight + .highlight {
  margin-top: 18px;
}

.pub-list li,
.item-list li {
  margin-bottom: 10px;
}

.supervision-list > li {
  margin-bottom: 16px;
}

.supervision-list ul {
  margin: 4px 0 0;
  padding-left: 22px;
}

.supervision-list ul li {
  margin-bottom: 2px;
}

.columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}

.site-footer {
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 14px;
  padding: 22px 0;
}

.site-footer p {
  margin-bottom: 0;
}

@media (max-width: 820px) {
  .header-grid,
  .columns {
    grid-template-columns: 1fr;
  }

  .header-grid {
    gap: 8px;
    padding: 14px 0;
  }

  .nav {
    justify-content: flex-start;
  }

  .research-content .highlight {
    grid-template-columns: 1fr;
  }

  .highlight-figure {
    min-height: 220px;
  }

  .figure-sc {
    min-height: 0;
  }

  .hero {
    padding-top: 42px;
  }

}

@media (max-width: 520px) {
  .wrap {
    width: min(100% - 28px, 1120px);
  }

  .content > h1 {
    font-size: 36px;
  }

  .lead {
    font-size: 18px;
  }
}
