:root {
  color-scheme: light;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #172338;
  background: #fff;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
* { box-sizing: border-box; }
body { margin: 0; }
main {
  width: min(100% - 3rem, 48rem);
  margin-inline: auto;
  padding-block: clamp(4rem, 15vh, 10rem) 4rem;
}
.site-name {
  margin: 0 0 2.75rem;
  color: #586377;
  font-size: 0.9375rem;
  letter-spacing: 0.06em;
}
h1 {
  margin: 0;
  font-size: clamp(2rem, 5.5vw, 3.25rem);
  font-weight: 600;
  letter-spacing: -0.035em;
  line-height: 1.18;
  overflow-wrap: break-word;
}
h1 a { color: inherit; text-decoration: none; }
h1 a:hover { color: #205bb7; }
.headline {
  margin: 1.25rem 0 0;
  color: #586377;
  font-size: 1.125rem;
  line-height: 1.65;
  max-width: 36rem;
}
.affiliations {
  margin-top: 3.5rem;
  border-top: 1px solid #dce2eb;
}
section { padding-block: 1.75rem; }
section + section { border-top: 1px solid #dce2eb; }
h2 { margin: 0 0 0.5rem; font-size: 1.125rem; line-height: 1.4; font-weight: 600; }
section p { margin: 0; font-size: 1rem; color: #586377; line-height: 1.65; }
.profile-link {
  display: inline-block;
  margin-top: 0.625rem;
  padding-block: 0.5rem;
  color: #205bb7;
  font-size: 0.9375rem;
  line-height: 1.5;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.25em;
}
.profile-link:hover { text-decoration-thickness: 2px; }
a:focus-visible { outline: 2px solid #205bb7; outline-offset: 5px; border-radius: 2px; }
@media (max-width: 30rem) {
  main { width: calc(100% - 2.5rem); padding-top: 3.5rem; }
  .site-name { margin-bottom: 2rem; }
  .affiliations { margin-top: 2.5rem; }
}
