@font-face {
  font-family: "Source Sans 3";
  font-style: normal;
  font-weight: 200 900;
  font-display: swap;
  src: url("../fonts/source-sans-3-variable.woff2") format("woff2-variations");
}

:root {
  --background: #ffffff;
  --text: #2b3035;
  --heading: #202428;
  --muted: #687178;
  --quiet: #5f686f;
  --line: #e0e4e7;
  --line-strong: #cfd5d9;
  --link: #18738f;
  --link-hover: #0f5268;
  --soft: #f6f7f7;
  --soft-blue: #edf5f7;
  --page-width: 960px;
  --font: "Source Sans 3", "Segoe UI", Arial, sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  background: var(--background);
  color-scheme: light;
  font-size: 16px;
  scroll-padding-top: 5rem;
}

body {
  min-height: 100vh;
  margin: 0;
  background: var(--background);
  color: var(--text);
  font-family: var(--font);
  font-size: 17px;
  font-weight: 400;
  line-height: 1.58;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

main {
  display: block;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: var(--link);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.16em;
}

a:hover {
  color: var(--link-hover);
}

a:focus-visible,
button:focus-visible,
object:focus-visible {
  outline: 3px solid rgba(24, 115, 143, 0.28);
  outline-offset: 3px;
}

h1,
h2,
h3,
p,
figure,
ol,
ul,
dl,
dd {
  margin-top: 0;
}

h1,
h2,
h3 {
  color: var(--heading);
  line-height: 1.22;
}

h1 {
  margin-bottom: 0.55rem;
  font-size: clamp(2rem, 4vw, 2.3rem);
  font-weight: 680;
  letter-spacing: -0.025em;
}

h2 {
  margin-bottom: 0;
  font-size: 1.55rem;
  font-weight: 660;
  letter-spacing: -0.015em;
}

h3 {
  margin-bottom: 0.35rem;
  font-size: 1.08rem;
  font-weight: 650;
}

strong {
  font-weight: 680;
}

.site-shell {
  width: min(calc(100% - 40px), var(--page-width));
  margin-inline: auto;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: 0.75rem;
  left: 0.75rem;
  padding: 0.6rem 0.85rem;
  background: var(--heading);
  color: #fff;
  transform: translateY(-180%);
}

.skip-link:focus {
  color: #fff;
  transform: translateY(0);
}

.site-header {
  position: sticky;
  z-index: 20;
  top: 0;
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.97);
}

.header-inner {
  display: flex;
  min-height: 64px;
  align-items: center;
  justify-content: space-between;
}

.site-name {
  color: var(--heading);
  font-size: 1.08rem;
  font-weight: 680;
  letter-spacing: -0.015em;
  text-decoration: none;
}

.site-name:hover {
  color: var(--link);
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.site-nav a {
  position: relative;
  padding: 1.25rem 0;
  color: var(--muted);
  font-size: 0.95rem;
  font-weight: 470;
  text-decoration: none;
}

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

.site-nav a[aria-current="page"]::after {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 2px;
  background: var(--link);
  content: "";
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  padding: 11px 9px;
  border: 0;
  background: transparent;
  color: var(--heading);
  cursor: pointer;
}

.nav-toggle span:not(.sr-only) {
  display: block;
  width: 22px;
  height: 2px;
  margin: 5px 0;
  background: currentColor;
}

.section-label {
  margin-bottom: 0.55rem;
  color: var(--link);
  font-size: 0.78rem;
  font-weight: 680;
  letter-spacing: 0.095em;
  text-transform: uppercase;
}

.intro {
  display: grid;
  padding-block: 3.1rem 3rem;
  align-items: start;
  grid-template-columns: 205px minmax(0, 1fr);
  gap: clamp(2.8rem, 6vw, 4.8rem);
}

.profile-panel {
  color: var(--muted);
  font-size: 0.92rem;
}

.profile-photo {
  width: 190px;
  aspect-ratio: 1;
  border: 1px solid var(--line-strong);
  border-radius: 2px;
  object-fit: cover;
}

.profile-caption {
  padding: 0.85rem 0 0.8rem;
  border-bottom: 1px solid var(--line);
}

.profile-caption p {
  margin-bottom: 0.05rem;
  line-height: 1.42;
}

.profile-caption p:first-child {
  margin-bottom: 0.22rem;
  color: var(--heading);
  font-size: 1.08rem;
}

.profile-details {
  padding: 0.75rem 0 0;
  margin-bottom: 0;
  list-style: none;
}

.profile-details li {
  margin-bottom: 0.18rem;
}

.intro-copy {
  max-width: 660px;
}

.intro-copy h1 {
  font-size: clamp(2.1rem, 4.5vw, 2.45rem);
}

.intro-copy > p:not(.section-label):not(.intro-role) {
  margin-bottom: 1rem;
}

.intro-role {
  max-width: 620px;
  margin-bottom: 1.35rem;
  color: var(--muted);
  font-size: 1.12rem;
  line-height: 1.45;
}

.profile-links {
  display: flex;
  margin-top: 1.5rem;
  flex-wrap: wrap;
  gap: 0.45rem 1.25rem;
}

.profile-links a {
  font-size: 0.94rem;
  font-weight: 600;
}

.home-section {
  padding-block: 2.2rem 2.65rem;
  border-top: 1px solid var(--line);
}

.section-header {
  display: flex;
  margin-bottom: 1.25rem;
  align-items: baseline;
  justify-content: space-between;
  gap: 1.25rem;
}

.section-header > a {
  flex: none;
  font-size: 0.92rem;
}

.research-summary {
  border-top: 1px solid var(--line);
}

.research-summary article {
  display: grid;
  padding: 0.85rem 0;
  align-items: baseline;
  border-bottom: 1px solid var(--line);
  grid-template-columns: 38px 230px minmax(0, 1fr);
  gap: 0 1rem;
}

.research-number {
  color: var(--quiet);
  font-size: 0.77rem;
  font-variant-numeric: tabular-nums;
  font-weight: 620;
  letter-spacing: 0.06em;
}

.research-summary h3,
.research-summary p {
  margin-bottom: 0;
}

.research-summary p {
  color: var(--muted);
  font-size: 0.96rem;
}

.publication-list {
  border-top: 1px solid var(--line);
}

.publication-row {
  display: grid;
  padding: 1.2rem;
  align-items: center;
  border-bottom: 1px solid var(--line);
  grid-template-columns: 205px minmax(0, 1fr);
  gap: 1.5rem;
}

.publication-row:nth-child(even) {
  background: var(--soft);
}

.publication-row--text {
  grid-template-columns: minmax(0, 1fr);
}

.publication-visual {
  display: flex;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 16 / 10;
  padding: 0.3rem;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  background: #fff;
  text-decoration: none;
}

.publication-visual img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.publication-meta {
  display: flex;
  margin-bottom: 0.38rem;
  flex-wrap: wrap;
  gap: 0.2rem 0.75rem;
  color: var(--muted);
  font-size: 0.77rem;
  font-weight: 650;
  letter-spacing: 0.045em;
  line-height: 1.35;
  text-transform: uppercase;
}

.publication-meta span + span::before {
  margin-right: 0.75rem;
  color: var(--line-strong);
  content: "·";
}

.publication-status {
  color: var(--link-hover);
}

.publication-copy h3 {
  margin-bottom: 0.35rem;
  font-size: 1.13rem;
  font-weight: 640;
  letter-spacing: -0.008em;
  line-height: 1.3;
}

.publication-copy h3 a {
  color: var(--heading);
  text-decoration: none;
}

.publication-copy h3 a:hover {
  color: var(--link-hover);
  text-decoration: underline;
}

.publication-authors,
.publication-venue,
.publication-summary,
.publication-links {
  margin-bottom: 0.2rem;
  font-size: 0.88rem;
  line-height: 1.42;
}

.publication-authors {
  color: var(--muted);
}

.publication-venue {
  color: var(--text);
  font-style: italic;
}

.publication-summary {
  max-width: 630px;
  margin-top: 0.48rem;
  color: var(--muted);
}

.publication-links {
  display: flex;
  margin-top: 0.45rem;
  margin-bottom: 0;
  flex-wrap: wrap;
  gap: 0.3rem 0.65rem;
}

.publication-links a {
  font-size: 0.84rem;
  font-weight: 590;
  text-decoration: none;
}

.news-list {
  padding: 0;
  margin-bottom: 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.news-list li {
  display: grid;
  padding: 0.75rem 0;
  border-bottom: 1px solid var(--line);
  grid-template-columns: 105px minmax(0, 1fr);
  gap: 1.1rem;
}

.news-list time {
  color: var(--muted);
  font-size: 0.88rem;
  font-variant-numeric: tabular-nums;
  font-weight: 600;
}

.news-list p {
  margin-bottom: 0;
  font-size: 0.95rem;
}

.news-list a {
  white-space: nowrap;
}

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

.background-grid > div {
  border-top: 1px solid var(--line);
}

.background-grid > div > h3 {
  padding: 0.8rem 0 0.55rem;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.92rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.background-item {
  display: grid;
  padding: 0.65rem 0;
  border-top: 1px solid var(--line);
  grid-template-columns: 105px minmax(0, 1fr);
  gap: 0.8rem;
}

.background-item time {
  color: var(--muted);
  font-size: 0.84rem;
  font-variant-numeric: tabular-nums;
}

.background-item strong {
  display: block;
  font-size: 0.95rem;
  line-height: 1.3;
}

.background-item p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.35;
}

.page-header {
  padding-block: 3rem 2.25rem;
  border-bottom: 1px solid var(--line);
}

.page-header h1 {
  max-width: 760px;
  margin-bottom: 0.8rem;
}

.page-intro {
  max-width: 760px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.55;
}

.page-section {
  padding-block: 2.25rem;
}

.research-programme {
  padding-bottom: 2.7rem;
}

.programme-grid {
  display: grid;
  padding: 0;
  margin-bottom: 0;
  border: 1px solid var(--line-strong);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  list-style: none;
}

.programme-grid li {
  position: relative;
  min-height: 310px;
  padding: 1.25rem;
  border-right: 1px solid var(--line);
}

.programme-grid li:last-child {
  border-right: 0;
}

.programme-grid li:nth-child(2) {
  background: var(--soft);
}

.programme-grid li + li::before {
  position: absolute;
  z-index: 2;
  top: 1.2rem;
  left: -0.72rem;
  display: inline-flex;
  width: 1.4rem;
  height: 1.4rem;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line-strong);
  border-radius: 50%;
  background: #fff;
  color: var(--link);
  content: "→";
  font-size: 0.78rem;
  line-height: 1;
}

.programme-number {
  margin-bottom: 2.4rem;
  color: var(--link);
  font-size: 0.78rem;
  font-variant-numeric: tabular-nums;
  font-weight: 680;
  letter-spacing: 0.08em;
}

.programme-short {
  min-height: 3.1em;
  margin-bottom: 0.7rem;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 650;
  letter-spacing: 0.04em;
  line-height: 1.4;
  text-transform: uppercase;
}

.programme-grid h3 {
  margin-bottom: 0.65rem;
  font-size: 1.22rem;
}

.programme-grid li > p:last-child {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.5;
}

.current-research,
.toolkit-section,
.research-note {
  border-top: 1px solid var(--line);
}

.current-research-list,
.toolkit-list {
  border-top: 1px solid var(--line-strong);
}

.current-research-list article {
  display: grid;
  padding: 1.15rem 0;
  border-bottom: 1px solid var(--line);
  grid-template-columns: 300px minmax(0, 1fr);
  gap: 1.5rem;
}

.current-research-list h3,
.current-research-list p {
  margin-bottom: 0;
}

.current-research-list h3 {
  font-size: 1.05rem;
}

.current-research-list article > div:last-child > p:first-child {
  color: var(--text);
  font-size: 0.94rem;
  line-height: 1.48;
}

.current-status {
  margin-bottom: 0.28rem !important;
  color: var(--link);
  font-size: 0.72rem;
  font-weight: 680;
  letter-spacing: 0.075em;
  text-transform: uppercase;
}

.current-methods {
  margin-top: 0.45rem !important;
  color: var(--muted);
  font-size: 0.84rem;
}

.current-methods strong {
  color: var(--quiet);
  font-weight: 620;
}

.toolkit-list article {
  display: grid;
  padding: 0.85rem 0;
  align-items: baseline;
  border-bottom: 1px solid var(--line);
  grid-template-columns: 230px 270px minmax(0, 1fr);
  gap: 1rem;
}

.toolkit-list h3,
.toolkit-list p {
  margin-bottom: 0;
  font-size: 0.92rem;
  line-height: 1.4;
}

.toolkit-list .toolkit-tools {
  color: var(--heading);
  font-weight: 590;
}

.toolkit-list article > p:last-child {
  color: var(--muted);
}

.research-note p {
  max-width: 760px;
  margin-bottom: 0;
}

.publication-group {
  padding-block: 2.2rem 0.4rem;
}

.publication-group:last-of-type {
  padding-bottom: 3.5rem;
}

.group-heading {
  display: flex;
  margin-bottom: 0.85rem;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
}

.group-heading h2 {
  font-size: 1.35rem;
}

.group-heading > span {
  display: inline-flex;
  min-width: 1.65rem;
  height: 1.65rem;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line-strong);
  border-radius: 50%;
  color: var(--muted);
  font-size: 0.77rem;
  font-variant-numeric: tabular-nums;
}

.publication-list--compact .publication-row {
  padding-block: 1rem;
}

.cv-header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 2rem;
}

.download-link {
  display: inline-flex;
  min-height: 42px;
  padding: 0.55rem 0.9rem;
  flex: none;
  align-items: center;
  gap: 0.45rem;
  border: 1px solid var(--link);
  font-size: 0.92rem;
  font-weight: 620;
  text-decoration: none;
}

.download-link:hover {
  background: var(--soft-blue);
}

.cv-summary {
  padding-block: 1.7rem;
}

.cv-summary dl {
  margin-bottom: 0;
  border-top: 1px solid var(--line);
}

.cv-summary dl > div {
  display: grid;
  padding: 0.55rem 0;
  border-bottom: 1px solid var(--line);
  grid-template-columns: 155px minmax(0, 1fr);
  gap: 1rem;
}

.cv-summary dt {
  color: var(--muted);
  font-size: 0.9rem;
}

.cv-summary dd {
  margin-bottom: 0;
  font-size: 0.95rem;
  overflow-wrap: anywhere;
}

.cv-credentials {
  display: grid;
  padding-block: 1.2rem 2.7rem;
  grid-template-columns: 1.35fr 0.85fr;
  gap: 2.5rem;
}

.cv-credentials .cv-section-header {
  margin-bottom: 0.8rem;
}

.credential-list {
  border-top: 1px solid var(--line-strong);
}

.credential-list article {
  display: grid;
  padding: 0.8rem 0;
  border-bottom: 1px solid var(--line);
  grid-template-columns: 105px minmax(0, 1fr);
  gap: 0.8rem;
}

.credential-list h3,
.credential-list p {
  margin-bottom: 0;
}

.credential-list h3 {
  font-size: 0.98rem;
}

.credential-list article > div > p {
  margin-top: 0.18rem;
  color: var(--text);
  font-size: 0.88rem;
  line-height: 1.35;
}

.credential-list article > div .credential-detail {
  color: var(--muted);
  font-size: 0.84rem;
}

.credential-period {
  color: var(--muted);
  font-size: 0.82rem;
  font-variant-numeric: tabular-nums;
}

.cv-projects {
  padding-block: 1rem 2.8rem;
}

.cv-section-header {
  max-width: 760px;
  margin-bottom: 1.25rem;
}

.cv-section-header .section-label {
  margin-bottom: 0.35rem;
}

.cv-section-header h2 {
  margin-bottom: 0.55rem;
}

.cv-section-header > p:last-child {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.96rem;
}

.cv-project-list {
  border-top: 1px solid var(--line-strong);
}

.cv-project-item {
  display: grid;
  padding: 1.25rem 0;
  border-bottom: 1px solid var(--line);
  grid-template-columns: 145px minmax(0, 1fr);
  gap: 1.35rem;
}

.cv-project-period {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.86rem;
  font-variant-numeric: tabular-nums;
  line-height: 1.4;
}

.cv-project-organization {
  margin-bottom: 0.22rem;
  color: var(--muted);
  font-size: 0.79rem;
  font-weight: 650;
  letter-spacing: 0.045em;
  line-height: 1.35;
  text-transform: uppercase;
}

.cv-project-copy h3 {
  margin-bottom: 0.2rem;
  font-size: 1.12rem;
}

.cv-project-role,
.cv-project-summary,
.cv-project-methods,
.cv-project-links {
  margin-bottom: 0;
  font-size: 0.91rem;
  line-height: 1.45;
}

.cv-project-role {
  margin-bottom: 0.45rem;
  color: var(--quiet);
  font-style: italic;
}

.cv-project-summary {
  max-width: 680px;
}

.cv-project-methods {
  margin-top: 0.45rem;
  color: var(--muted);
  font-size: 0.86rem;
}

.cv-project-methods strong {
  color: var(--quiet);
  font-weight: 620;
}

.cv-project-links {
  display: flex;
  margin-top: 0.45rem;
  flex-wrap: wrap;
  gap: 0.5rem 0.85rem;
}

.cv-project-links a {
  font-size: 0.86rem;
  font-weight: 600;
  text-decoration: none;
}

.cv-experience {
  padding-block: 0 2.8rem;
}

.cv-experience-list {
  border-top: 1px solid var(--line-strong);
}

.cv-experience-list article {
  display: grid;
  padding: 1.05rem 0;
  border-bottom: 1px solid var(--line);
  grid-template-columns: 145px minmax(0, 1fr);
  gap: 1.35rem;
}

.cv-experience-list h3,
.cv-experience-list p {
  margin-bottom: 0;
}

.cv-experience-list h3 {
  margin-bottom: 0.35rem;
  font-size: 1.05rem;
}

.cv-experience-list article > div > p:last-child {
  max-width: 680px;
  font-size: 0.91rem;
  line-height: 1.45;
}

.not-found {
  min-height: calc(100vh - 220px);
  padding-block: clamp(4rem, 12vw, 8rem);
}

.not-found h1 {
  margin-bottom: 0.75rem;
}

.not-found p:not(.section-label) {
  color: var(--muted);
}

.site-footer {
  margin-top: 1rem;
  border-top: 1px solid var(--line-strong);
  background: var(--soft);
}

.footer-inner {
  display: grid;
  padding-block: 1.75rem;
  align-items: start;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1rem 2rem;
}

.footer-inner p {
  margin-bottom: 0;
  font-size: 0.9rem;
  line-height: 1.45;
}

.footer-inner p span {
  color: var(--muted);
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem 1rem;
}

.footer-links a {
  font-size: 0.88rem;
}

.footer-meta {
  grid-column: 1 / -1;
  padding-top: 0.8rem;
  border-top: 1px solid var(--line);
  color: var(--quiet);
}

@media (max-width: 780px) {
  .site-nav {
    gap: 1.35rem;
  }

  .intro {
    grid-template-columns: 185px minmax(0, 1fr);
    gap: 2.5rem;
  }

  .profile-photo {
    width: 175px;
  }

  .research-summary article {
    grid-template-columns: 34px 200px minmax(0, 1fr);
    gap: 0 0.8rem;
  }

  .publication-row {
    grid-template-columns: 180px minmax(0, 1fr);
    gap: 1.2rem;
  }

  .publication-row--text {
    grid-template-columns: minmax(0, 1fr);
  }

  .background-grid {
    gap: 1.7rem;
  }

  .background-item {
    grid-template-columns: 88px minmax(0, 1fr);
  }
}

@media (max-width: 640px) {
  body {
    font-size: 16.5px;
  }

  .site-shell {
    width: min(calc(100% - 32px), var(--page-width));
  }

  .header-inner {
    min-height: 58px;
  }

  .js .nav-toggle {
    display: block;
  }

  .js .site-nav {
    position: absolute;
    top: 58px;
    right: 0;
    left: 0;
    display: none;
    padding: 0.35rem 16px 0.65rem;
    border-bottom: 1px solid var(--line-strong);
    background: #fff;
  }

  .js .site-nav.is-open {
    display: grid;
  }

  .site-nav a {
    padding: 0.65rem 0;
    border-bottom: 1px solid var(--line);
  }

  .site-nav a:last-child {
    border-bottom: 0;
  }

  .site-nav a[aria-current="page"]::after {
    display: none;
  }

  .intro {
    padding-block: 2.1rem 2.25rem;
    grid-template-columns: 1fr;
    gap: 1.9rem;
  }

  .profile-panel {
    display: grid;
    grid-template-columns: 132px minmax(0, 1fr);
    gap: 0 1.1rem;
  }

  .profile-photo {
    width: 132px;
    height: 132px;
    align-self: start;
    grid-row: 1 / 3;
  }

  .profile-caption {
    align-self: end;
    padding: 0 0 0.6rem;
  }

  .profile-details {
    padding-top: 0.55rem;
  }

  .intro-copy h1 {
    font-size: 2.05rem;
  }

  .intro-role {
    font-size: 1.05rem;
  }

  .home-section {
    padding-block: 1.8rem 2.1rem;
  }

  .section-header {
    margin-bottom: 1rem;
  }

  .section-header h2 {
    font-size: 1.4rem;
  }

  .research-summary article {
    padding: 0.8rem 0;
    grid-template-columns: 28px minmax(0, 1fr);
    gap: 0.2rem 0.7rem;
  }

  .research-summary h3,
  .research-summary p {
    grid-column: 2;
  }

  .research-summary p {
    font-size: 0.92rem;
  }

  .publication-row {
    padding: 0.9rem;
    grid-template-columns: 105px minmax(0, 1fr);
    gap: 0.85rem;
  }

  .publication-row--text {
    grid-template-columns: minmax(0, 1fr);
  }

  .publication-visual {
    align-self: start;
    aspect-ratio: 4 / 3;
    padding: 0.2rem;
  }

  .publication-meta {
    margin-bottom: 0.28rem;
    font-size: 0.69rem;
    gap: 0.1rem 0.45rem;
  }

  .publication-meta span + span::before {
    margin-right: 0.45rem;
  }

  .publication-copy h3 {
    font-size: 1.01rem;
    line-height: 1.27;
  }

  .publication-authors,
  .publication-venue,
  .publication-summary,
  .publication-links {
    font-size: 0.8rem;
  }

  .publication-summary {
    margin-top: 0.4rem;
  }

  .publication-list--selected .publication-summary {
    display: none;
  }

  .news-list li {
    grid-template-columns: 76px minmax(0, 1fr);
    gap: 0.75rem;
  }

  .news-list time,
  .news-list p {
    font-size: 0.88rem;
  }

  .background-grid {
    grid-template-columns: 1fr;
    gap: 1.4rem;
  }

  .background-item {
    grid-template-columns: 90px minmax(0, 1fr);
  }

  .page-header {
    padding-block: 2.25rem 1.7rem;
  }

  .page-header h1 {
    font-size: 1.95rem;
  }

  .page-intro {
    font-size: 1rem;
  }

  .programme-grid {
    grid-template-columns: 1fr;
  }

  .programme-grid li {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .programme-grid li:last-child {
    border-bottom: 0;
  }

  .programme-grid li + li::before {
    top: -0.72rem;
    left: 1.2rem;
    content: "↓";
  }

  .programme-number {
    margin-bottom: 1.3rem;
  }

  .programme-short {
    min-height: 0;
  }

  .current-research-list article {
    grid-template-columns: 1fr;
    gap: 0.55rem;
  }

  .toolkit-list article {
    grid-template-columns: 1fr;
    gap: 0.22rem;
  }

  .publication-group {
    padding-top: 1.8rem;
  }

  .group-heading h2 {
    font-size: 1.25rem;
  }

  .cv-header {
    align-items: start;
    flex-direction: column;
    gap: 1.2rem;
  }

  .cv-summary dl > div {
    grid-template-columns: 115px minmax(0, 1fr);
    gap: 0.75rem;
  }

  .cv-project-item {
    grid-template-columns: 120px minmax(0, 1fr);
    gap: 1rem;
  }

  .cv-credentials {
    grid-template-columns: 1fr;
    gap: 1.8rem;
  }

  .cv-experience-list article {
    grid-template-columns: 120px minmax(0, 1fr);
    gap: 1rem;
  }

  .footer-inner {
    grid-template-columns: 1fr;
  }

  .footer-meta {
    grid-column: 1;
  }
}

@media (max-width: 420px) {
  .profile-panel {
    grid-template-columns: 118px minmax(0, 1fr);
  }

  .profile-photo {
    width: 118px;
    height: 118px;
  }

  .publication-row {
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 0.75rem;
  }

  .publication-row--text {
    grid-template-columns: minmax(0, 1fr);
  }

  .publication-copy h3 {
    font-size: 0.98rem;
  }

  .cv-summary dl > div {
    grid-template-columns: 1fr;
    gap: 0.1rem;
  }

  .cv-project-item {
    padding: 1.1rem 0;
    grid-template-columns: 1fr;
    gap: 0.3rem;
  }

  .credential-list article,
  .cv-experience-list article {
    grid-template-columns: 1fr;
    gap: 0.25rem;
  }

  .cv-project-copy h3 {
    font-size: 1.05rem;
  }

}

@media print {
  .site-header,
  .site-footer,
  .nav-toggle,
  .skip-link {
    display: none;
  }

  body {
    color: #000;
    font-size: 11pt;
  }

  a {
    color: #000;
  }
}
