/* Shared design tokens. System fonts and local assets keep the site self-contained. */
:root {
  --ink: #173343;
  --text: #293e49;
  --muted: #52656e;
  --accent: #096b70;
  --accent-dark: #075156;
  --paper: #fcfcfa;
  --surface: #edf3f3;
  --line: #cdd9db;
  --white: #fff;
  --serif: Georgia, 'Times New Roman', serif;
  --sans: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --small: .875rem;
  --body: 1rem;
  --large: 1.1875rem;
  --space-1: .5rem;
  --space-2: 1rem;
  --space-3: 1.5rem;
  --space-4: 2rem;
  --space-5: 3rem;
  --space-6: 4.5rem;
  --content-width: 72rem;
  --reading-width: 46rem;
  --gutter: 1.25rem;
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-padding-top: 1.5rem; }
body { margin: 0; color: var(--text); background: var(--paper); font: var(--body)/1.75 var(--sans); -webkit-text-size-adjust: 100%; }
[hidden] { display: none !important; }
a { color: var(--accent); text-decoration-thickness: 1px; text-underline-offset: .22em; overflow-wrap: anywhere; }
a:hover { color: var(--accent-dark); text-decoration-thickness: 2px; }
:focus-visible { outline: 3px solid var(--accent); outline-offset: 5px; border-radius: 1px; }
main:focus { outline: none; }
::selection { background: #c6e3e2; color: var(--ink); }
h1, h2, h3, h4 { color: var(--ink); line-height: 1.25; font-weight: 400; overflow-wrap: anywhere; }
h1, h2 { font-family: var(--serif); }
h1 { font-size: clamp(2.25rem, 5vw, 3.5rem); letter-spacing: -.035em; margin: 0; }
h2 { font-size: 1.8rem; margin: 0 0 1.25rem; letter-spacing: -.02em; }
h3 { font-size: 1.125rem; font-weight: 650; margin: 2rem 0 .8rem; }
h4 { font-size: 1rem; font-weight: 650; margin: 1.6rem 0 .6rem; }
p { margin: 0 0 1.25rem; }
strong { font-weight: 650; }
ul, ol { padding-left: 1.35rem; margin: 0 0 1.5rem; }
li { padding-left: .2rem; margin-bottom: .65rem; }
img { display: block; max-width: 100%; height: auto; }
figure { margin: 0; }
figcaption { color: var(--muted); font-size: var(--small); line-height: 1.6; margin-top: .85rem; }
button, input, select { font: inherit; }
button, select { cursor: pointer; }
button { border-radius: 0; }
.container { width: min(var(--content-width), calc(100% - var(--gutter) * 2)); margin-inline: auto; }
.skip-link { position: fixed; left: 1rem; top: -10rem; padding: .75rem 1rem; background: var(--white); z-index: 10; }
.skip-link:focus { top: 1rem; }
.site-header { border-bottom: 1px solid var(--line); }
.header-inner { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 1rem; padding-block: 1.2rem; }
.wordmark { display: inline-flex; align-items: center; gap: .75rem; flex-shrink: 0; color: var(--accent); text-decoration: none; font: 1.3rem/1.2 var(--serif); letter-spacing: -.02em; }
.wordmark-logo { width: 5rem; height: auto; flex-shrink: 0; }
.wordmark-text { display: block; min-width: 0; }
.wordmark-subtitle { display: block; font: .75rem/1.6 var(--sans); letter-spacing: .1em; text-transform: uppercase; margin-top: .35rem; color: var(--muted); }
.primary-navigation { width: 100%; }
.primary-navigation ul { display: flex; flex-wrap: wrap; gap: .2rem 1.2rem; list-style: none; margin: 0; padding: 0; }
.primary-navigation li { margin: 0; padding: 0; }
.primary-navigation a { position: relative; display: inline-flex; min-height: 44px; align-items: center; color: var(--text); text-decoration: none; font-size: var(--small); border-bottom: 2px solid transparent; }
.primary-navigation a::after { content: ""; position: absolute; inset: auto 0 -2px; height: 2px; border-radius: 999px; background: var(--accent); transform: scaleX(0); transform-origin: left; pointer-events: none; }
.primary-navigation a[aria-current] { color: var(--accent); font-weight: 650; }
.primary-navigation a[aria-current]::after, .primary-navigation a:focus-visible::after { transform: scaleX(1); }
.primary-navigation a:focus-visible { color: var(--accent-dark); }
@media (hover: hover) and (pointer: fine) {
 .primary-navigation a:hover { color: var(--accent-dark); }
 .primary-navigation a:hover::after { transform: scaleX(1); }
}
@media (prefers-reduced-motion: no-preference) {
 .primary-navigation a { transition: color .2s ease, transform .2s ease; }
 .primary-navigation a::after { transition: transform .24s ease; }
}
@media (hover: hover) and (pointer: fine) and (prefers-reduced-motion: no-preference) {
 .primary-navigation a:hover { transform: translateY(-2px); }
}
.menu-toggle { align-items: center; gap: .7rem; min-height: 44px; padding: .45rem .65rem; color: var(--ink); background: transparent; border: 1px solid var(--line); }
.menu-toggle span { font-size: 1.1rem; }
.nav-enhanced .menu-toggle { display: inline-flex; }
.nav-enhanced .primary-navigation { display: none; }
.nav-enhanced .primary-navigation.is-open { display: block; }
.nav-enhanced .primary-navigation ul { flex-direction: column; gap: 0; border-top: 1px solid var(--line); padding-top: .5rem; }
.nav-enhanced .primary-navigation a { width: 100%; padding: .6rem 0; }
@media (max-width: 24rem) {
 .header-inner { gap: .5rem; }
 .wordmark { gap: .5rem; font-size: 1.1rem; max-width: calc(100% - 5.5rem); }
 .wordmark-logo { width: 3.5rem; }
 .wordmark-subtitle { font-size: .625rem; }
 .menu-toggle { gap: .4rem; padding-inline: .5rem; font-size: .8125rem; }
}
.eyebrow { font-size: .8125rem; line-height: 1.6; font-weight: 600; text-transform: uppercase; letter-spacing: .12em; color: var(--accent); margin-bottom: 1.3rem; }
.hero { --hero-ink: #355977; --hero-accent: #3e96a4; --hero-muted: #58728a; padding-block: 1.5rem; display: grid; gap: 2.75rem; align-items: start; }
.hero-copy { min-width: 0; }
.hero .eyebrow { color: #2b8491; line-height: 1.8; margin-bottom: 1.75rem; }
.hero h1 { color: var(--hero-ink); font-size: clamp(3.1rem, 6.5vw, 5.1rem); line-height: 1.02; }
.honorific { display: block; font: 1.125rem/1.3 var(--serif); letter-spacing: 0; margin-bottom: .7rem; }
.hero-focus { color: #2c819d; font-size: clamp(1.3rem, 2.15vw, 1.75rem); font-weight: 700; line-height: 1.3; letter-spacing: -.035em; margin: 1.75rem 0 0; }
.hero-focus span { display: block; }
@supports ((background-clip: text) or (-webkit-background-clip: text)) {
 .hero-focus { background: linear-gradient(105deg, #328f9d, #2b6ed0); -webkit-background-clip: text; background-clip: text; color: transparent; }
}
.hero-roles { display: grid; gap: .5rem; margin: 1.75rem 0 2.4rem; color: var(--hero-ink); font-size: .9375rem; line-height: 1.55; }
.hero-roles > div { display: grid; gap: .1rem; }
.hero-roles dt { color: #286575; font-weight: 700; }
.hero-roles dd { margin: 0; min-width: 0; }
.hero-roles a { color: inherit; text-decoration: none; }
.hero-roles a:hover, .hero-roles a:focus-visible { color: var(--accent-dark); text-decoration: underline; }
.hero-actions { display: flex; align-items: center; gap: 1rem 1.5rem; flex-wrap: wrap; }
.hero-actions .button { background: #287f8a; padding-inline: 1.2rem; }
.hero-actions .button:hover { background: #216975; }
.button { display: inline-flex; justify-content: space-between; align-items: center; gap: 1.5rem; padding: .75rem 1.1rem; min-height: 48px; color: var(--white); background: var(--accent); text-decoration: none; font-size: .9375rem; line-height: 1.5; }
.button:hover { color: var(--white); background: var(--accent-dark); }
.text-link { display: inline-flex; align-items: center; gap: .65rem; min-height: 44px; font-size: .9375rem; }
.portrait { width: 100%; }
.portrait picture { display: block; aspect-ratio: 1; overflow: hidden; }
/* Fill the portrait area by reducing the transparent margin in the supplied PNG. */
.portrait img { width: 100%; aspect-ratio: 1; transform: scale(1.19); }
.portrait figcaption { padding-top: .6rem; border-top: 1px solid var(--line); }
.hero-profile { width: min(27.5rem, 100%); min-width: 0; justify-self: center; container-type: inline-size; }
.profile-stats { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: .55rem; margin: 1.25rem 0 0; }
.profile-stat { display: flex; flex-direction: column; align-items: center; min-width: 0; padding: 1rem .3rem .8rem; border: 1px solid #dde5eb; border-top: 2px solid var(--hero-accent); background: #fafbfc; text-align: center; }
.profile-stat dd { margin: 0 0 .65rem; color: var(--hero-accent); font: 650 clamp(1.6rem, 8.5cqw, 2.4rem)/1.1 var(--sans); font-variant-numeric: tabular-nums; }
.profile-stat dt { order: 1; display: flex; align-items: center; justify-content: center; min-height: 2.7em; color: var(--hero-muted); font-size: clamp(.625rem, 3cqw, .8125rem); font-weight: 650; line-height: 1.35; letter-spacing: .015em; }
.profile-stats-source { margin: .85rem 0 0; color: var(--hero-muted); font-size: .75rem; line-height: 1.6; text-align: center; }
.profile-stats-source a { color: inherit; text-decoration-color: var(--line); }
.profile-stats-source a:hover { color: var(--accent); }
.contact-strip { padding-block: 1.75rem; border-block: 1px solid var(--line); display: grid; gap: 1.75rem; }
.contact-strip h2 { font: 600 .8125rem/1.5 var(--sans); letter-spacing: .07em; text-transform: uppercase; margin-bottom: .7rem; }
.contact-strip p { font-size: var(--small); margin-bottom: .25rem; }
.contact-strip .text-link { font-size: var(--small); }
.email-reveal { display: inline-flex; align-items: center; min-height: 44px; padding: .4rem .75rem; border: 1px solid var(--accent); background: transparent; color: var(--accent); font-size: inherit; line-height: 1.5; }
.email-reveal:hover { background: var(--surface); color: var(--accent-dark); }
.email-address { width: min(100%, 23ch); min-height: 44px; padding: .4rem .65rem; border: 1px solid var(--line); background: var(--white); color: var(--text); font: inherit; }
.profile-links { display: flex; flex-wrap: wrap; gap: .1rem 1rem; align-items: center; }
.profile-links a { font-size: var(--small); min-height: 34px; display: inline-flex; align-items: center; gap: .4rem; }
.profile-links a:first-child { flex-basis: 100%; }
.profile-links img { width: 17px; height: 17px; object-fit: contain; }
.jump-navigation { display: flex; gap: .1rem 1.25rem; flex-wrap: wrap; padding-block: 1.25rem; align-items: center; font-size: var(--small); }
.jump-navigation span { color: var(--muted); width: 100%; }
.jump-navigation a { display: inline-flex; align-items: center; min-height: 44px; }
.editorial-section { display: grid; gap: 1.5rem; padding-block: 2.7rem; border-top: 1px solid var(--line); }
.section-label { display: flex; align-items: baseline; gap: .85rem; }
.section-label h2 { margin: 0; }
.section-body { min-width: 0; }
.section-body > :first-child { margin-top: 0; }
.section-body > :last-child { margin-bottom: 0; }
.section-body p { max-width: var(--reading-width); }
#about { --about-ink: #274760; --about-accent: #08728b; --about-line: #cfdee3; }
#about .section-label { display: block; }
#about .section-label h2 { color: var(--about-accent); font: 650 .8125rem/1.6 var(--sans); text-transform: uppercase; letter-spacing: .14em; }
.about-statement { max-width: 18ch; margin: 1rem 0 1.75rem; color: var(--about-ink); font: 400 clamp(1.85rem, 2.8vw, 2rem)/1.25 var(--serif); letter-spacing: -.025em; text-wrap: balance; }
.about-topics { display: flex; flex-wrap: wrap; gap: .5rem; margin: 0; padding: 0; list-style: none; }
.about-topics li { margin: 0; padding: .4rem .8rem; border: 1px solid var(--about-line); border-radius: 999px; background: #eff5f6; color: var(--about-accent); font-size: .8125rem; line-height: 1.5; }
@media (hover: hover) and (pointer: fine) {
 .about-topics li:hover { background: var(--accent); border-color: var(--accent); color: #fff; box-shadow: 0 4px 12px rgb(9 107 112 / 20%); }
}
@media (prefers-reduced-motion: no-preference) {
 .about-topics li { transition: background-color .18s ease, border-color .18s ease, color .18s ease, box-shadow .18s ease; }
}
.about-aside-note { margin-top: 1.5rem; }
.about-signal { display: none; width: 100%; height: auto; }
.about-quote { margin: 0; padding: 1rem 0 1rem 1rem; border-left: 2px solid #55a5b4; color: #526b82; font: italic 1.125rem/1.5 var(--serif); }
.about-quote p { margin: 0; }
.about-panel { display: grid; grid-template-columns: 3rem minmax(0, 1fr); column-gap: .85rem; row-gap: .75rem; padding-block: 1.75rem; border-top: 1px solid var(--about-line); }
.about-panel:first-child { padding-top: 0; border-top: 0; }
.about-panel:last-child { padding-bottom: 0; }
.about-icon { display: grid; place-items: center; width: 3rem; height: 3rem; border-radius: 50%; background: #e1eff2; }
.about-icon img { width: 1.65rem; height: 1.65rem; }
.about-panel h3 { align-self: center; margin: 0; color: var(--about-accent); font: 650 .75rem/1.7 var(--sans); letter-spacing: .14em; text-transform: uppercase; }
.about-panel p { grid-column: 1 / -1; margin: 0; color: var(--text); font: var(--body)/1.75 var(--sans); hyphenate-limit-chars: 9 5 4; -webkit-hyphenate-limit-before: 5; -webkit-hyphenate-limit-after: 4; -webkit-hyphenate-limit-lines: 2; }
.about-panel strong { color: var(--text); font-weight: 650; }
#about .section-body p,
#news .news-item p,
#research .section-body > p:not(.research-heading) { text-align: justify; -webkit-hyphens: auto; hyphens: auto; }
.news-item { border-bottom: 1px solid var(--line); padding: 1.5rem 0; }
.news-item:first-child { padding-top: 0; }
.news-item:last-child { border: 0; }
.news-item p { margin: 0; }
.news-item strong { font-weight: 500; }
.news-item p > strong:first-child { display: block; color: var(--accent); font-size: var(--small); font-weight: 650; margin-bottom: .6rem; }
.disclosure { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); margin-top: 1.25rem; }
.disclosure + .disclosure { margin-top: -1px; }
summary { padding: 1rem .3rem; cursor: pointer; color: var(--ink); line-height: 1.6; font-weight: 600; min-height: 52px; }
summary::marker { color: var(--accent); }
.disclosure-meta { font-size: var(--small); font-weight: 400; color: var(--muted); margin-left: .5rem; white-space: nowrap; }
.disclosure[open] > summary { margin-bottom: 1rem; }
.disclosure > ul { margin-inline: .25rem; }
.disclosure .news-list { padding: 0 .25rem 1rem; }
.research-heading { font: 1.5rem/1.5 var(--serif); color: var(--ink); }
.research-figure { margin-block: 2.25rem; max-width: 38rem; }
.research-figure img { width: 100%; }
.research-aside { display: block; }
#research .research-aside h2 { color: var(--accent); font: 650 .8125rem/1.6 var(--sans); text-transform: uppercase; letter-spacing: .14em; }
.research-statement { max-width: 18ch; margin: 1rem 0 0; color: #274760; font: 400 clamp(1.85rem, 2.8vw, 2rem)/1.25 var(--serif); letter-spacing: -.025em; text-wrap: balance; }
.research-body > .research-intro { max-width: none; margin-bottom: 1.75rem; }
.research-grid { display: grid; gap: 1.25rem; }
.research-card { display: grid; grid-template-rows: auto auto 1fr; align-content: start; gap: 1rem; min-width: 0; padding: 1.35rem; border: 1px solid #cfdee3; border-radius: .875rem; background: var(--white); box-shadow: 0 2px 6px rgb(23 51 67 / 3%); }
.research-card:focus-within { border-color: #70a4a7; box-shadow: 0 12px 28px rgb(9 107 112 / 12%), 0 3px 8px rgb(23 51 67 / 6%); }
@media (hover: hover) and (pointer: fine) {
 .research-card:hover { border-color: #70a4a7; box-shadow: 0 12px 28px rgb(9 107 112 / 12%), 0 3px 8px rgb(23 51 67 / 6%); }
}
@media (prefers-reduced-motion: no-preference) {
 .research-card { transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
}
@media (hover: hover) and (pointer: fine) and (prefers-reduced-motion: no-preference) {
 .research-card:hover { transform: translateY(-4px); }
}
.research-icon { display: grid; place-items: center; width: 3rem; height: 3rem; border-radius: .65rem; background: #e1eff2; }
.research-icon img { width: 2rem; height: 2rem; }
.research-card h3 { margin: 0; font: 650 1.125rem/1.4 var(--sans); color: var(--ink); }
.research-card-body p { margin: 0; }
.research-card-body p, .research-project-content > p { text-align: justify; -webkit-hyphens: auto; hyphens: auto; hyphenate-limit-chars: 9 4 3; -webkit-hyphenate-limit-before: 4; -webkit-hyphenate-limit-after: 3; }
.research-card-link { display: inline-flex; align-items: center; gap: .5rem; min-height: 44px; margin-top: .85rem; font-size: var(--small); font-weight: 600; }
.research-project { margin-top: 2rem; }
.research-project-content { padding: 0 .25rem 1rem; }
.research-project-content .research-project-link { text-align: left; }
.research-project .disclosure-meta { display: block; margin-left: 0; white-space: normal; }
.research-body > .research-figure { margin: 2.25rem auto 0; }
.research-body > .research-figure a { display: block; cursor: zoom-in; }
@media (min-width: 45rem) {
 .research-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
 .research-card h3 { min-height: 2.8em; }
}
.two-columns { display: grid; gap: 0 2.5rem; }
.two-columns h3 { margin-top: 0; }
.two-columns > div { padding-top: 1rem; }
.activity-heading { display: grid; grid-template-columns: 2.75rem minmax(0, 1fr); align-items: center; gap: .75rem; margin-bottom: 1rem; }
.activity-icon { display: grid; place-items: center; width: 2.75rem; height: 2.75rem; border-radius: 50%; background: #e1eff2; }
.activity-icon img { width: 1.875rem; height: 1.875rem; }
#teaching h3 { margin-top: 2.2rem; padding-top: 1.5rem; border-top: 1px solid var(--line); }
#teaching h3:first-child { margin-top: 0; padding-top: 0; border: 0; }
.page-intro { padding-block: 3rem 2.5rem; border-bottom: 1px solid var(--line); margin-bottom: 2rem; }
.page-intro .eyebrow { margin-bottom: .9rem; }
.intro-text { max-width: 42rem; font-size: var(--large); margin: 1.2rem 0 0; color: var(--muted); }
.kmsr-page .page-intro { margin-bottom: 0; }
.kmsr-page .intro-text, .kmsr-figure { max-width: var(--reading-width); }
.kmsr-page h1 { max-width: 24ch; text-wrap: balance; }
.kmsr-page .page-intro + .editorial-section { border-top: 0; }
.kmsr-page .intro-text, .kmsr-page .section-body > p { text-align: justify; -webkit-hyphens: auto; hyphens: auto; }
.kmsr-figure { margin: 2rem 0 0; }
.kmsr-figure > a { display: block; border: 1px solid var(--line); box-shadow: 0 4px 12px rgb(23 51 67 / 8%), 0 18px 38px -12px rgb(9 107 112 / 22%); cursor: zoom-in; }
.kmsr-figure img { width: 100%; height: auto; }
.kmsr-field-map { max-width: var(--reading-width); margin-top: 1.75rem; }
.field-map-heading { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: .25rem 1rem; margin-bottom: .5rem; }
.field-map-heading h3 { margin: 0; color: var(--accent); font-size: .9375rem; }
.field-map-heading .text-link { font-size: .8125rem; }
.kmsr-field-map iframe { display: block; width: 100%; height: clamp(22rem, 65vw, 36rem); border: 1px solid var(--line); background: var(--paper); }
.kmsr-field-map .field-map-help { margin: .6rem 0 0; color: var(--muted); font-size: .8125rem; line-height: 1.6; }
.kmsr-reference { max-width: var(--reading-width); margin-top: 1.5rem; padding: clamp(1rem, 3vw, 1.75rem); border: 1px solid var(--line); background: var(--surface); }
.kmsr-reference .reference-authors { color: var(--muted); font-size: var(--small); }
.kmsr-reference h3 { margin: .8rem 0 1rem; font: 400 1.5rem/1.35 var(--serif); }
.kmsr-reference p { margin-bottom: 1rem; }
.kmsr-reference .text-link { font-weight: 600; }
.inline-links { display: flex; flex-wrap: wrap; gap: .5rem 1.5rem; margin-top: 1.25rem; }
.inline-links a { display: inline-flex; min-height: 44px; align-items: center; font-size: var(--small); }
.cv-profile { --cv-mark-width: 4rem; --cv-card-gap: 1rem; --cv-card-padding: 1rem; padding-block: 2.5rem 1rem; border-top: 1px solid var(--line); }
.cv-profile-heading { margin-bottom: 1.75rem; }
.cv-profile-heading h2 { margin-bottom: .5rem; }
.cv-profile-heading p { margin: 0; color: var(--muted); font-size: var(--small); }
.cv-cards { display: grid; gap: 1rem; padding: 0; margin: 0; list-style: none; }
.cv-cards > li { padding: 0; margin: 0; min-width: 0; }
.cv-card { border: 1px solid var(--line); border-radius: .875rem; background: var(--white); }
.cv-card-summary { display: grid; grid-template-columns: var(--cv-mark-width) minmax(0, 1fr) 1.75rem; align-items: start; gap: .8rem var(--cv-card-gap); padding: var(--cv-card-padding); list-style: none; font-weight: 400; border-radius: .875rem; }
.cv-card-summary::-webkit-details-marker { display: none; }
.cv-card-summary::marker { content: ''; }
.cv-card-summary:focus-visible { outline-offset: 4px; border-radius: .875rem; }
.cv-institution-mark { display: flex; align-items: center; justify-content: center; width: var(--cv-mark-width); height: 4rem; padding: .5rem; border: 1px solid #dce5e6; border-radius: .65rem; background: var(--white); }
.cv-institution-mark img { width: 100%; height: auto; }
.cv-institution-mark.cv-institution-mark-hda { padding: .4rem; }
.cv-institution-mark-siemens { overflow: hidden; }
.cv-institution-mark-siemens img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.55); }
.cv-institution-placeholder { flex-direction: column; gap: .3rem; color: var(--accent); background: #f1f6f5; }
.cv-institution-placeholder > span { font-size: 1.35rem; line-height: 1; font-weight: 650; letter-spacing: .04em; }
.cv-institution-placeholder small { font-size: .5rem; line-height: 1.2; font-weight: 600; letter-spacing: .07em; text-transform: uppercase; }
.cv-summary-copy { display: flex; flex-direction: column; min-width: 0; gap: .35rem; }
.cv-date { color: var(--accent); font-size: .8125rem; font-weight: 600; font-variant-numeric: tabular-nums; letter-spacing: .035em; }
.cv-role { color: var(--ink); font-size: 1.125rem; line-height: 1.4; font-weight: 650; overflow-wrap: anywhere; }
.cv-institution { color: var(--muted); font-size: .9375rem; line-height: 1.65; }
.cv-toggle { display: grid; place-items: center; width: 1.75rem; height: 1.75rem; margin-top: .1rem; border-radius: 50%; background: var(--surface); color: var(--accent); }
.cv-card[open] { border-color: #70a4a7; box-shadow: 0 5px 20px rgb(9 107 112 / 7%); }
.cv-card[open] .cv-toggle { background: var(--accent); color: var(--white); }
.cv-card[open] .cv-toggle svg { transform: rotate(180deg); }
.cv-card-content { margin: 0 var(--cv-card-padding); padding-block: 1.25rem; border-top: 1px solid var(--line); }
.cv-card-content p { margin-bottom: .85rem; }
.cv-card-content h3 { margin: 1.5rem 0 .65rem; font-size: .8125rem; letter-spacing: .08em; text-transform: uppercase; color: var(--accent); }
.cv-card-content h3:first-child { margin-top: 0; }
.cv-card-content ul { margin-block: .5rem 1.25rem; }
.cv-card-content li { margin-bottom: .4rem; }
.cv-card-content > :last-child { margin-bottom: 0; }
.cv-card-content u { text-decoration: none; }
@media (hover: hover) and (pointer: fine) {
 .cv-card:hover { border-color: #70a4a7; box-shadow: 0 7px 24px rgb(9 107 112 / 9%); }
 .cv-card-summary:hover .cv-toggle { background: var(--accent); color: var(--white); }
}
@media (prefers-reduced-motion: no-preference) {
 .cv-card { transition: border-color .2s ease, box-shadow .2s ease; }
 .cv-toggle { transition: background-color .2s ease, color .2s ease; }
 .cv-toggle svg { transition: transform .2s ease; }
}
@media (max-width: 39.999rem) {
 .cv-summary-copy { display: contents; }
 .cv-date { grid-column: 2; align-self: center; }
 .cv-role, .cv-institution { grid-column: 1 / -1; }
 .cv-role { margin-top: .15rem; }
 .cv-toggle { grid-column: 3; grid-row: 1; align-self: center; margin-top: 0; }
}
.cv-overview { padding-block: 1rem 3.5rem; }
.cv-overview figure { margin-top: 1.75rem; }
.cv-overview figure > a { display: block; cursor: zoom-in; }
.publication-filters { display: grid; gap: 1rem; background: var(--surface); padding: 1.25rem; margin-bottom: 1.5rem; }
.publication-filters label { display: block; margin-bottom: .4rem; font-size: var(--small); font-weight: 600; color: var(--ink); }
.publication-filters input, .publication-filters select { width: 100%; max-width: 100%; min-width: 0; border: 1px solid #8b9fa4; border-radius: 0; color: var(--ink); background: var(--white); min-height: 48px; padding: .65rem .6rem; font-size: 1rem; }
.publication-filters input { -webkit-appearance: none; appearance: none; }
.publication-filters select { padding-right: 1.6rem; }
.filter-status { grid-column: 1/-1; display: flex; align-items: center; justify-content: space-between; gap: 1rem; font-size: var(--small); }
.filter-status p { margin: 0; }
.reset-button { padding: .5rem .25rem; min-height: 44px; background: none; color: var(--accent); border: 0; text-decoration: underline; text-underline-offset: .2em; }
.publication-list { margin: 0 0 4rem; padding-left: 2.5rem; }
.publication-list > li { padding: 1.5rem 0 1.5rem .4rem; border-bottom: 1px solid var(--line); margin: 0; }
.publication-list > li::marker { color: var(--accent); font: .9375rem var(--sans); font-variant-numeric: tabular-nums; }
.publication-list p { max-width: 59rem; margin: 0; color: var(--muted); font-size: .9375rem; line-height: 1.7; overflow-wrap: anywhere; }
.publication-title { display: block; margin-block: .35rem .5rem; font: 400 1.35rem/1.45 var(--serif); color: var(--ink); }
.publication-list a { overflow-wrap: anywhere; }
.publication-list strong:not(.publication-title) { font-weight: 600; }
.notice, .empty-state { padding: 1.5rem; background: var(--surface); }
.empty-state { margin-bottom: 4rem; }
.location-layout { display: grid; gap: 2rem; margin-block: 2rem 5rem; }
.location-name { font: 1.4rem var(--serif); color: var(--ink); }
address { font-style: normal; margin-bottom: 1.5rem; }
.location-directions { background: var(--surface); padding: 1.75rem; border-top: 3px solid var(--accent); }
.location-directions .button { width: 100%; max-width: 25rem; margin-block: .5rem; }
.map-note { font-size: var(--small); color: var(--muted); margin-top: 1rem; }
.office-map { margin-bottom: 4rem; }
.office-map-heading { display: flex; flex-wrap: wrap; align-items: baseline; justify-content: space-between; gap: .5rem 2rem; margin-bottom: 1.25rem; }
.office-map-heading h2, .office-map-heading p { margin: 0; }
.office-map-heading p { color: var(--muted); font-size: var(--small); }
.office-map-canvas { height: clamp(20rem, 50vw, 32rem); border: 1px solid var(--line); background: var(--surface); }
.map-placeholder { height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 1.5rem; text-align: center; }
.map-pin { color: var(--accent); flex-shrink: 0; margin-bottom: 1rem; }
.map-placeholder .map-note { margin-bottom: 0; max-width: 26rem; }
.office-map-canvas iframe { display: block; width: 100%; height: 100%; border: 0; }
.office-map-links { display: flex; flex-wrap: wrap; justify-content: space-between; gap: .5rem 1.5rem; margin-top: .75rem; font-size: var(--small); color: var(--muted); }
.legal-copy { max-width: var(--reading-width); margin-bottom: 4rem; }
.legal-copy section + section { margin-top: 3rem; border-top: 1px solid var(--line); padding-top: 3rem; }
.legal-copy h2 { font-size: 2rem; }
.legal-copy h3 { margin-top: 2rem; }
.legal-copy li { margin-bottom: .25rem; }
.legal-copy li p { margin: 0; }
.site-footer { border-top: 1px solid var(--line); margin-top: 1.5rem; background: #f2f5f4; }
.footer-inner { display: flex; align-items: center; flex-wrap: wrap; justify-content: space-between; gap: 1.5rem 2rem; padding-block: 2rem; }
.footer-inner p { margin: 0; font-size: var(--small); color: var(--muted); }
.legacy-logo { display: block; width: 145px; }
/* Map the logo blue (#0345bf) to the site's petrol (#096b70), preserving neutral tones. */
.logo-color-filter { position: absolute; pointer-events: none; }
.legacy-logo img { filter: url(#footer-logo-petrol); }
.back-top { font-size: var(--small); padding-block: .6rem; }
@media (min-width: 40rem) {
 :root { --gutter: 2rem; }
 .hero { padding-block: 1.25rem; }
 .hero-roles > div { grid-template-columns: 12rem minmax(0,1fr); gap: .75rem; }
 .hero-roles dd { position: relative; padding-left: 1rem; }
 .hero-roles dd::before { content: "·"; position: absolute; left: 0; color: #286575; }
 .about-panel { grid-template-columns: 3.75rem minmax(0, 1fr); column-gap: 1.25rem; row-gap: .65rem; padding-block: 2rem; }
 .about-icon { grid-row: 1 / span 2; width: 3.75rem; height: 3.75rem; }
 .about-icon img { width: 2rem; height: 2rem; }
 .about-panel h3 { margin-top: .7rem; font-size: .8125rem; }
 .about-panel p { grid-column: 2; }
 .contact-strip { grid-template-columns: 1fr 1fr; }
 .contact-strip > div:last-child { grid-column: 1/-1; }
 .profile-links a:first-child { flex-basis: auto; }
 .two-columns { grid-template-columns: 1fr 1fr; }
 .publication-filters { grid-template-columns: 1fr 1fr; }
 .publication-filters .search-field { grid-column: 1/-1; }
 .cv-profile { --cv-mark-width: 7.5rem; --cv-card-gap: 1.5rem; --cv-card-padding: 1.5rem; }
 .cv-card-summary { grid-template-columns: var(--cv-mark-width) minmax(0, 1fr) 2rem; }
 .cv-institution-mark { height: 5.5rem; padding: .75rem; }
 .cv-institution-placeholder > span { font-size: 1.65rem; }
 .cv-institution-placeholder small { font-size: .6rem; }
 .cv-role { font-size: 1.25rem; }
 .cv-card-content { margin-left: calc(var(--cv-card-padding) + var(--cv-mark-width) + var(--cv-card-gap)); padding-right: 3.5rem; }
 .location-layout { grid-template-columns: 1fr 1.2fr; }
 .location-directions { padding: 2rem; }
}
@media (min-width: 60rem) {
 .header-inner { flex-wrap: nowrap; padding-block: 1.5rem; gap: 2rem; }
 .primary-navigation, .nav-enhanced .primary-navigation { display: block; width: auto; }
 .nav-enhanced .menu-toggle { display: none; }
 .primary-navigation ul, .nav-enhanced .primary-navigation ul { flex-direction: row; gap: 1.25rem; border: 0; padding: 0; }
 .primary-navigation a, .nav-enhanced .primary-navigation a { width: auto; padding: .6rem 0; font-size: .8125rem; }
 .hero { grid-template-columns: minmax(0,1.55fr) minmax(0,1fr); column-gap: 2rem; }
 .hero-copy { padding-top: .25rem; }
 .hero-profile { width: 100%; }
 .contact-strip { grid-template-columns: .9fr 1.2fr 1.3fr; gap: 2.5rem; }
 .contact-strip > div:last-child { grid-column: auto; }
 .profile-links a:first-child { flex-basis: 100%; }
 .jump-navigation span { width: auto; margin-right: auto; }
 .editorial-section { grid-template-columns: 14rem minmax(0,1fr); gap: 3rem; padding-block: 3.5rem; }
 #about .about-aside { padding-top: .7rem; }
 #about .about-topics { flex-direction: column; align-items: flex-start; }
 .about-panels, #news > .section-body, #research > .section-body, #activities > .section-body, #teaching > .section-body { border-left: 1px solid var(--about-line, #cfdee3); margin-left: -1.5rem; padding-left: 1.5rem; }
 .research-aside { padding-top: .7rem; }
 .about-aside-note { margin-top: 2rem; }
 .about-aside-note::before { content: ""; display: block; width: 4rem; height: 1px; background: #168da4; }
 .about-signal { display: block; margin-block: 1.25rem; }
 .about-quote { padding: 0; border: 0; text-align: center; }
 .about-quote::after { content: ""; display: block; width: 4rem; height: 1px; margin-top: 1.5rem; background: #168da4; }
 .kmsr-page .intro-text, .kmsr-figure { width: calc(100% - 17rem); }
 .section-label { display: block; }
 .section-label h2 { max-width: 12rem; }
 .page-intro { padding-block: 3.5rem 2.75rem; }
 .publication-filters { grid-template-columns: minmax(15rem,2fr) minmax(8rem,.8fr) minmax(12rem,1.2fr) minmax(12rem,1.2fr); padding: 1.5rem; }
 .publication-filters .search-field { grid-column: auto; }
 .publication-list { padding-left: 3.5rem; }
 .publication-list > li { padding-left: 1.25rem; }
 .location-layout { grid-template-columns: 1fr 1fr; gap: 6rem; }
}
@media (min-width: 60rem) and (max-width: 67.999rem) {
 .header-inner { gap: 1.5rem; }
 .primary-navigation ul, .nav-enhanced .primary-navigation ul { gap: 1rem; }
}
@media (min-width: 60rem) and (max-width: 63.999rem) {
 .header-inner { gap: 1rem; }
 .primary-navigation ul, .nav-enhanced .primary-navigation ul { gap: .625rem; }
}
@media (min-width: 75rem) {
 .primary-navigation a, .nav-enhanced .primary-navigation a { font-size: var(--small); }
 .primary-navigation ul, .nav-enhanced .primary-navigation ul { gap: 1.6rem; }
}
@media (prefers-reduced-motion: no-preference) {
 a, button { transition: color 140ms ease, background-color 140ms ease; }
}
@media print {
 :root { --text: #000; --ink: #000; --accent: #000; }
 body { background: #fff; font-size: 10pt; }
 .site-header, .jump-navigation, .hero-actions, .publication-filters, .skip-link, .back-top { display: none !important; }
 .container { width: 100%; }
 .hero-focus { color: #000; background: none; -webkit-text-fill-color: #000; }
 .editorial-section { display: block; padding-block: 1rem; }
 .about-panels, #news > .section-body, #research > .section-body, #activities > .section-body, #teaching > .section-body { border: 0; margin-left: 0; padding-left: 0; }
 .about-panel { break-inside: avoid; }
 .research-card, .research-card:hover, .research-card:focus-within { break-inside: avoid; box-shadow: none; transform: none; border-color: var(--line); }
 .section-label { margin-bottom: 1rem; }
 .publication-list > li, .cv-cards > li { break-inside: avoid; }
 .cv-card, .cv-card[open], .cv-card:hover { box-shadow: none; border-color: var(--line); }
 .cv-toggle, .cv-profile-heading p { display: none; }
 .cv-card::details-content { content-visibility: visible; }
 .site-footer { background: none; }
}

/* Keep the original bibliographic separator visually attached to its title. */
.publication-list .publication-title > strong { font: inherit; }
