@charset "UTF-8";

:root {
  --paper: #fcfaf7;
  --white: #fff;
  --ink: #292820;
  --muted: #706d64;
  --line: #e6e1d8;
  --orange: #bd4e24;
  --orange-dark: #973a19;
  --wash: #f4ebe1;
  --serif: Georgia, "Times New Roman", serif;
  --sans: "Segoe UI", Arial, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 110px; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 16px/1.65 var(--sans); -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button, select { cursor: pointer; }
button { color: inherit; }
button, input, select { -webkit-tap-highlight-color: transparent; }
img { max-width: 100%; height: auto; display: block; }
button, a, input, select, summary { touch-action: manipulation; }
:focus-visible { outline: 3px solid var(--orange); outline-offset: 5px; }
::selection { background: #f1cfb6; color: var(--ink); }
[hidden] { display: none !important; }
h1, h2, h3, p, figure { margin: 0; }
h1, h2, h3 { text-wrap: balance; }
.container { width: min(1200px, calc(100% - 96px)); margin-inline: auto; }
.skip-link { position: fixed; top: -100px; left: 16px; background: var(--ink); color: white; z-index: 100; padding: 12px 20px; }
.skip-link:focus { top: 12px; }
.grant-bar { background: #eee8de; color: #5f5a50; font-size: 12px; letter-spacing: .04em; }
.grant-bar .container { display: flex; align-items: center; justify-content: space-between; min-height: 35px; gap: 12px; }
.grant-bar-info { display: flex; gap: 17px; align-items: center; }
.grant-bar-info span + span::before { content: ""; display: inline-block; width: 3px; height: 3px; background: #9d9587; border-radius: 50%; margin-right: 17px; vertical-align: middle; }
.grant-bar a { transition: color .2s; }
.grant-bar a:hover { color: var(--orange); }
.site-header { position: sticky; top: 0; z-index: 20; border-bottom: 1px solid var(--line); background: rgba(252,250,247,.96); backdrop-filter: blur(14px); }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 28px; min-height: 91px; }
.brand { display: flex; align-items: center; gap: 13px; }
.brand-image { width: 43px; height: 43px; object-fit: cover; border-radius: 50%; }
.brand-text { font-size: 14px; line-height: 1.42; font-weight: 600; letter-spacing: -.015em; }
.site-nav { display: flex; align-items: stretch; gap: 31px; align-self: stretch; font-size: 14px; }
.site-nav a { position: relative; display: flex; align-items: center; white-space: nowrap; transition: color .2s; }
.site-nav a:hover, .site-nav a[aria-current="page"] { color: var(--orange); }
.site-nav a[aria-current="page"]::after { content: ""; position: absolute; height: 2px; background: var(--orange); bottom: 22px; left: 0; right: 0; }
.menu-toggle { display: none; align-items: center; gap: 9px; border: 1px solid var(--line); background: transparent; border-radius: 6px; padding: 9px 12px; font-size: 14px; }
.menu-icon { display: flex; flex-direction: column; gap: 5px; width: 17px; }
.menu-icon::before, .menu-icon::after { content: ""; height: 1px; background: currentColor; width: 100%; }
.eyebrow { display: flex; align-items: center; gap: 10px; color: var(--orange); text-transform: uppercase; font-size: 11px; font-weight: 600; letter-spacing: .14em; line-height: 1.5; }
.eyebrow::before { content: ""; height: 6px; width: 6px; background: var(--orange); border-radius: 50%; flex: none; }
.hero { position: relative; padding: 65px 0 58px; }
.hero-grid { display: grid; grid-template-columns: 1.15fr 1fr; gap: 64px; align-items: center; }
.hero h1 { font: 400 clamp(36px, 3.5vw, 51px)/1.14 var(--serif); letter-spacing: -.04em; margin-top: 23px; }
.hero h1 em { color: var(--orange); font-style: normal; }
.hero-intro { color: var(--muted); margin-top: 24px; max-width: 510px; line-height: 1.75; }
.actions { display: flex; align-items: center; flex-wrap: wrap; gap: 24px; margin-top: 30px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 27px; min-height: 49px; border: 1px solid var(--orange); border-radius: 5px; background: var(--orange); color: white; padding: 11px 21px; font-size: 14px; font-weight: 500; transition: background .2s, transform .2s; }
.button:hover { background: var(--orange-dark); border-color: var(--orange-dark); transform: translateY(-1px); }
.button-outline { background: transparent; color: var(--orange); }
.button-outline:hover { background: var(--wash); color: var(--orange-dark); }
.text-link { font-size: 14px; display: inline-flex; gap: 17px; align-items: center; padding-block: 9px; color: var(--orange); }
.text-link:hover { text-decoration: underline; text-underline-offset: 5px; }
.arrow { font-family: Arial, sans-serif; font-size: 20px; font-weight: 400; line-height: 1; }
.hero-visual { position: relative; padding: 14px 14px 0; border: 1px solid #ded3c6; border-radius: 140px 140px 8px 8px; background: #f0e7db; }
.hero-image { width: 100%; aspect-ratio: 1/1.02; object-fit: cover; border-radius: 127px 127px 3px 3px; }
.hero-visual figcaption { display: flex; justify-content: space-between; align-items: center; gap: 10px; padding: 17px 4px 18px; color: #796858; font-size: 11px; letter-spacing: .06em; text-transform: uppercase; }
.figure-number { font-family: var(--serif); color: var(--orange); font-size: 18px; }
.project-facts { display: grid; grid-template-columns: repeat(4, 1fr); padding: 30px 0 31px; border-block: 1px solid var(--line); }
.fact { padding-left: 34px; border-left: 1px solid var(--line); }
.fact:first-child { padding-left: 0; border: 0; }
.fact dt { color: var(--muted); font-size: 12px; margin-bottom: 4px; }
.fact dd { margin: 0; font: 400 30px/1.35 var(--serif); font-variant-numeric: lining-nums; }
.fact dd a:hover { color: var(--orange); }
.fact-note { display: block; margin-top: 4px; font: 12px/1.5 var(--sans); color: var(--muted); }
.fact-grant dd { font-size: clamp(21px, 2.2vw, 30px); }
.project-update { display: flex; align-items: center; gap: 28px; margin-top: 28px; padding: 23px 26px; border-left: 2px solid var(--orange); background: var(--wash); }
.project-update time { color: var(--orange); font-size: 13px; white-space: nowrap; }
.project-update h2 { font: 400 23px/1.35 var(--serif); }
.project-update h2 a:hover { color: var(--orange); }
.project-update p { color: var(--muted); font-size: 14px; margin-top: 5px; }
.project-update .text-link { margin-left: auto; white-space: nowrap; }
.section { padding-block: 76px; }
.section-header { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 29px; }
.section-kicker { display: block; font-family: var(--sans); font-size: 11px; color: var(--orange); text-transform: uppercase; letter-spacing: .13em; margin-bottom: 12px; font-weight: 600; }
h2 { font: 400 36px/1.2 var(--serif); letter-spacing: -.025em; }
.research-layout { display: grid; grid-template-columns: 1fr 2.15fr; gap: 64px; }
.research-copy { color: #5e5b53; }
.research-copy p + p { margin-top: 18px; }
.research-copy .lead { font: 400 24px/1.5 var(--serif); color: var(--ink); letter-spacing: -.01em; margin-bottom: 22px; }
.research-details { margin-top: 23px; }
.research-details summary { color: var(--orange); font-size: 14px; }
summary { cursor: pointer; padding-block: 8px; }
summary:hover { color: var(--orange-dark); }
details[open] > summary { margin-bottom: 10px; }
.section-tinted { background: #f2eee7; border-block: 1px solid var(--line); }
.team-preview { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.person-preview { background: var(--paper); border: 1px solid var(--line); border-radius: 6px; padding: 24px; transition: border-color .2s, transform .2s; }
.person-preview:hover { border-color: #b9a08a; transform: translateY(-3px); }
.person-preview .portrait { width: 74px; height: 87px; margin-bottom: 25px; }
.portrait { object-fit: cover; object-position: center top; border-radius: 4px; background: var(--wash); flex: none; }
.portrait-goncharov { overflow: hidden; }
.portrait-goncharov img { width: 100%; height: 100%; object-fit: cover; object-position: 45% center; transform: scale(2.4); transform-origin: 50% 27%; }
.initials { display: grid; place-items: center; color: #986d48; font: 400 29px var(--serif); }
.person-preview h3 { font: 400 22px/1.3 var(--serif); margin-bottom: 8px; }
.person-preview p { font-size: 12px; color: var(--muted); }
.contact-strip { display: grid; grid-template-columns: 1fr 1.25fr 1.1fr; gap: 48px; align-items: start; }
.label { display: block; color: var(--muted); font-size: 12px; margin-bottom: 10px; }
.contact-email { font: 400 clamp(20px, 2vw, 27px)/1.4 var(--serif); color: var(--orange); overflow-wrap: anywhere; }
.contact-email:hover { text-decoration: underline; text-underline-offset: 6px; }
address { font-style: normal; }
.site-footer { border-top: 1px solid var(--line); padding-block: 31px; }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 25px; }
.footer-caption { font-size: 12px; color: var(--muted); }
.footer-caption span { display: block; margin-top: 4px; font-size: 11px; }
.partners { display: flex; align-items: center; gap: 24px; }
.partner { display: flex; align-items: center; gap: 9px; font-size: 11px; line-height: 1.4; color: var(--muted); }
.partner:hover { color: var(--orange); }
.partner img { width: 33px; height: 36px; object-fit: contain; mix-blend-mode: multiply; }
.page-main { min-height: calc(100vh - 256px); padding-block: 43px 76px; }
.breadcrumb { display: flex; align-items: center; gap: 10px; color: var(--muted); font-size: 12px; margin-bottom: 32px; }
.breadcrumb a:hover { color: var(--orange); }
.breadcrumb span[aria-hidden] { color: #b5aa9b; }
.page-title { font: 400 clamp(38px, 4vw, 52px)/1.17 var(--serif); letter-spacing: -.035em; margin-block: 14px 15px; }
.page-intro { color: var(--muted); max-width: 670px; }
.page-heading { margin-bottom: 38px; }
.filter-bar { display: grid; grid-template-columns: minmax(0, 1.8fr) minmax(0, 1fr); gap: 18px; padding-bottom: 25px; border-bottom: 1px solid var(--line); }
.field-label { display: block; color: var(--muted); font-size: 12px; margin-bottom: 7px; }
.search-wrap { position: relative; }
.search-icon { position: absolute; top: 17px; left: 17px; width: 17px; height: 17px; color: #8c8070; pointer-events: none; }
input[type="search"], select { color: var(--ink); width: 100%; min-height: 51px; border: 1px solid #d8d0c5; border-radius: 5px; background: white; padding: 11px 15px; font-size: 14px; }
input[type="search"] { padding-left: 45px; }
input::placeholder { color: #847c70; }
.results-meta { display: flex; align-items: center; justify-content: space-between; gap: 20px; color: var(--muted); font-size: 12px; padding-block: 20px; }
.reset-button { border: 0; background: none; color: var(--orange); padding: 8px 0 8px 12px; font-size: 13px; }
.reset-button:hover { text-decoration: underline; }
.publications-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.publication-card { display: flex; flex-direction: column; min-width: 0; background: white; border: 1px solid var(--line); border-radius: 6px; padding: 29px 30px 22px; transition: border-color .2s, box-shadow .2s; }
.publication-card:hover { border-color: #c8a383; box-shadow: 0 7px 22px #4f311008; }
.publication-meta { display: flex; justify-content: space-between; gap: 20px; color: var(--muted); font-size: 12px; margin-bottom: 19px; }
.publication-number { color: var(--orange); font-size: 13px; font-variant-numeric: tabular-nums; }
.publication-card h2 { font: 400 25px/1.3 var(--serif); letter-spacing: -.015em; margin-bottom: 12px; text-wrap: pretty; }
.publication-card h2 a { display: block; }
.publication-card h2 a:hover { color: var(--orange); }
.publication-author { font-size: 13px; color: var(--orange); margin-bottom: 14px; }
.publication-excerpt { font-size: 14px; color: var(--muted); line-height: 1.7; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden; margin-bottom: 25px; }
.publication-bottom { display: flex; gap: 15px; align-items: center; justify-content: space-between; border-top: 1px solid var(--line); padding-top: 17px; margin-top: auto; }
.tags { display: flex; gap: 7px; flex-wrap: wrap; }
.tag { display: inline-flex; border: 1px solid #e9e3da; border-radius: 3px; padding: 3px 8px; font-size: 11px; color: #766b5d; background: #fcfaf7; overflow-wrap: anywhere; }
a.tag:hover { border-color: #bf8d66; color: var(--orange); }
.read-arrow { flex: none; color: var(--orange); padding: 5px 8px; font-size: 22px; }
.empty-state { padding: 60px 25px; background: var(--white); border: 1px solid var(--line); text-align: center; border-radius: 6px; }
.empty-state h2 { font-size: 29px; margin-bottom: 12px; }
.empty-state p { color: var(--muted); }
.post-layout { max-width: 840px; margin-inline: auto; }
.post-header { margin-top: 25px; padding-bottom: 28px; border-bottom: 1px solid var(--line); margin-bottom: 32px; }
.post-header .page-title { font-size: clamp(32px, 3.5vw, 46px); margin-bottom: 21px; text-wrap: pretty; }
.post-header .tags { margin-top: 17px; }
.content { font-size: 17px; line-height: 1.85; color: #4b4943; overflow-wrap: anywhere; }
.content h1, .content h2 { font: 400 30px/1.3 var(--serif); color: var(--ink); margin: 30px 0 18px; }
.content h3 { font-size: 23px; margin-block: 25px 15px; }
.content p, .content ul, .content ol { margin-bottom: 20px; }
.content li { margin-bottom: 12px; }
.content a { color: var(--orange); text-decoration: underline; text-underline-offset: 3px; }
.content blockquote { border-left: 2px solid var(--orange); margin: 27px 0; padding: 15px 22px; background: var(--wash); }
.content blockquote p:last-child { margin: 0; }
.team-layout { display: grid; grid-template-columns: 285px minmax(0, 1fr); gap: 43px; align-items: start; }
.team-aside { position: sticky; top: 122px; padding: 24px; background: #f0e9df; border: 1px solid #e6dccd; border-radius: 6px; }
.team-aside img { width: 100%; border-radius: 4px; margin-bottom: 22px; }
.team-aside h2 { font-size: 25px; line-height: 1.3; }
.team-aside p { color: var(--muted); margin-top: 15px; font-size: 14px; }
.people-list { display: grid; gap: 21px; }
.person-card { padding: 29px; border: 1px solid var(--line); background: white; border-radius: 6px; scroll-margin-top: 120px; }
.person-card:target { border-color: var(--orange); }
.person-top { display: flex; align-items: flex-start; gap: 25px; }
.person-top .portrait { width: 91px; height: 114px; }
.person-info { min-width: 0; }
.person-info h2 { font-size: 28px; line-height: 1.25; margin-bottom: 7px; text-wrap: pretty; }
.person-role { color: var(--orange); font-size: 12px; margin-bottom: 9px; }
.person-email { font-size: 13px; color: var(--muted); overflow-wrap: anywhere; text-decoration: underline; text-underline-offset: 3px; }
.qualifications { padding: 0; list-style: none; font-size: 14px; color: #625d55; margin-block: 21px 0; }
.qualifications li + li { margin-top: 7px; }
.qualifications a { color: var(--orange); text-decoration: underline; text-underline-offset: 3px; }
.research-ids { font-size: 11px; color: var(--muted); letter-spacing: .015em; }
.person-interests { margin-top: 19px; border-top: 1px solid var(--line); padding-top: 10px; font-size: 14px; color: var(--muted); }
.person-interests summary { font-weight: 500; color: var(--ink); }
.person-interests p { padding-bottom: 8px; }
.contact-page-grid { display: grid; grid-template-columns: 1.15fr 1fr; gap: 26px; }
.contact-card { border: 1px solid var(--line); border-radius: 6px; padding: 37px; background: white; }
.contact-card-email { background: #f1e7da; border-color: #e7d8c8; }
.contact-card .contact-email { font-size: clamp(24px, 2.8vw, 36px); }
.contact-card .section-kicker { margin-bottom: 28px; }
.contact-card address { font: 400 26px/1.5 var(--serif); }
.contact-card .button { margin-top: 38px; }
.contact-card .postal-code { font: 14px var(--sans); color: var(--muted); display: block; margin-bottom: 10px; }
.contact-institute { display: flex; justify-content: space-between; gap: 30px; padding-top: 30px; margin-top: 37px; border-top: 1px solid var(--line); }
.contact-institute p { color: var(--muted); font-size: 14px; }
@media (min-width: 1500px) { .hero { padding-top: 80px; padding-bottom: 72px; } }
@media (max-width: 1100px) {
  .container { width: calc(100% - 64px); }
  .hero-grid { gap: 36px; }
  .hero h1 { font-size: 41px; }
  .site-nav { gap: 23px; }
  .brand-text { font-size: 13px; }
  .hero-visual { border-radius: 100px 100px 8px 8px; padding: 11px 11px 0; }
  .hero-image { border-radius: 89px 89px 3px 3px; }
  .hero-visual figcaption { font-size: 10px; }
  .team-preview { gap: 14px; }
  .person-preview { padding: 20px; }
  .contact-strip { gap: 25px; }
  .team-layout { grid-template-columns: 240px minmax(0, 1fr); gap: 28px; }
}
@media (max-width: 820px) {
  .header-inner { min-height: 80px; gap: 20px; flex-wrap: wrap; position: relative; }
  .brand { gap: 10px; }
  .brand-text { font-size: 12px; }
  .brand-image { width: 37px; height: 37px; }
  .site-nav { gap: 18px; font-size: 13px; }
  .site-nav a[aria-current="page"]::after { bottom: 16px; }
  .hero { padding-block: 44px; }
  .hero-grid { gap: 28px; }
  .hero h1 { font-size: 34px; }
  .hero-intro { font-size: 14px; }
  .hero-visual figcaption { font-size: 9px; letter-spacing: .02em; }
  .eyebrow { font-size: 10px; }
  .actions { gap: 15px; }
  .actions .button { gap: 13px; padding-inline: 15px; }
  .fact { padding-left: 22px; }
  .fact dd { font-size: 25px; }
  .section { padding-block: 56px; }
  .research-layout { gap: 32px; grid-template-columns: 1fr 2fr; }
  .team-preview { grid-template-columns: repeat(2, 1fr); }
  .person-preview { display: grid; grid-template-columns: 66px 1fr; column-gap: 17px; align-content: start; }
  .person-preview .portrait { width: 66px; height: 81px; grid-row: 1 / 3; margin: 0; }
  .person-preview h3 { font-size: 21px; }
  .contact-strip { grid-template-columns: 1fr 1.4fr; }
  .contact-strip > :last-child { grid-column: 2; }
  .team-layout { grid-template-columns: 1fr; }
  .team-aside { position: static; display: grid; grid-template-columns: 140px 1fr; gap: 23px; align-items: center; }
  .team-aside img { margin: 0; }
  .team-aside h2 { font-size: 24px; }
  .team-aside p { margin-top: 9px; }
  .team-aside .text-link { padding-bottom: 0; }
  .contact-page-grid { gap: 18px; grid-template-columns: 1fr; }
  .contact-card { padding: 27px; }
  .contact-card address { font-size: 23px; }
}
@media (max-width: 680px) {
  html { scroll-padding-top: 94px; }
  .container { width: calc(100% - 40px); }
  .grant-bar .container { min-height: 33px; }
  .grant-bar { font-size: 10px; letter-spacing: .01em; }
  .grant-bar-link { display: none; }
  .header-inner { gap: 0; min-height: 78px; padding-block: 16px; }
  .brand-text { font-size: 11px; }
  .brand-image { width: 32px; height: 32px; }
  .site-nav { display: flex; width: 100%; margin-top: 16px; padding-top: 12px; border-top: 1px solid var(--line); justify-content: space-between; gap: 10px; align-self: auto; }
  .site-nav a { min-height: 39px; }
  .site-nav a[aria-current="page"]::after { bottom: 0; }
  .js .menu-toggle { display: flex; }
  .js .site-nav { display: none; }
  .js .site-nav.is-open { display: flex; }
  .hero { padding-block: 36px 34px; }
  .hero-grid { grid-template-columns: 1fr; gap: 34px; }
  .hero h1 { font-size: clamp(34px, 8.3vw, 47px); margin-top: 19px; }
  .hero-intro { margin-top: 19px; font-size: 15px; max-width: none; }
  .eyebrow { font-size: 10px; }
  .actions { margin-top: 23px; gap: 22px; }
  .hero-visual { max-width: 430px; width: 100%; margin-inline: auto; border-radius: 95px 95px 6px 6px; }
  .hero-image { aspect-ratio: 1.18; border-radius: 84px 84px 3px 3px; object-position: center 44%; }
  .hero-visual figcaption { font-size: 10px; padding-block: 12px; }
  .project-facts { grid-template-columns: 1fr 1fr; row-gap: 23px; padding-block: 26px; margin-block: 0; }
  .fact:nth-child(3) { padding-left: 0; border-left: 0; }
  .fact dd { font-size: 27px; }
  .fact dt { font-size: 11px; }
  .project-update { align-items: flex-start; flex-direction: column; gap: 12px; padding: 21px; }
  .project-update .text-link { margin-left: 0; }
  .section { padding-block: 43px; }
  .research-layout { grid-template-columns: 1fr; gap: 23px; }
  h2 { font-size: 31px; }
  .research-copy .lead { font-size: 23px; }
  .research-copy { font-size: 15px; }
  .section-header { gap: 15px; align-items: start; }
  .section-header .text-link { padding-top: 5px; gap: 7px; font-size: 12px; }
  .section-header h2 { font-size: 28px; }
  .team-preview { gap: 12px; }
  .person-preview { display: block; padding: 18px; }
  .person-preview .portrait { margin-bottom: 18px; }
  .person-preview h3 { font-size: 21px; }
  .person-preview p { font-size: 11px; }
  .contact-strip { grid-template-columns: 1fr; gap: 24px; }
  .contact-strip > :last-child { grid-column: auto; }
  .contact-email { font-size: 25px; }
  .footer-inner { flex-direction: column; align-items: flex-start; gap: 22px; }
  .partners { gap: 30px; }
  .page-main { padding-top: 26px; padding-bottom: 46px; }
  .breadcrumb { margin-bottom: 28px; }
  .page-title { font-size: 38px; }
  .page-intro { font-size: 15px; }
  .page-heading { margin-bottom: 29px; }
  .filter-bar { grid-template-columns: 1fr; gap: 15px; }
  .publications-grid { grid-template-columns: 1fr; gap: 16px; }
  .publication-card { padding: 23px; }
  .publication-card h2 { font-size: 24px; }
  .publication-meta { margin-bottom: 15px; }
  .post-header .page-title { font-size: 31px; }
  .content { font-size: 16px; }
  .team-aside { grid-template-columns: 1fr; }
  .team-aside img { display: none; }
  .person-card { padding: 23px; }
  .person-top { gap: 18px; }
  .person-top .portrait { width: 70px; height: 88px; }
  .person-info h2 { font-size: 24px; }
  .person-role { font-size: 11px; }
  .person-email { font-size: 12px; }
  .contact-page-grid { grid-template-columns: 1fr; }
  .contact-card { padding: 28px; }
  .contact-card .contact-email { font-size: clamp(21px, 6.5vw, 28px); }
  .contact-institute { flex-direction: column; gap: 14px; }
}
@media (max-width: 370px) {
  .container { width: calc(100% - 32px); }
  .brand-text { max-width: 170px; }
  .brand-image { display: none; }
  .hero h1 { font-size: 32px; }
  .hero .actions { gap: 14px; }
  .team-preview { grid-template-columns: 1fr; }
  .person-preview { padding: 17px; display: grid; grid-template-columns: 56px 1fr; }
  .person-preview .portrait { width: 56px; height: 70px; margin: 0; }
  .person-preview h3 { font-size: 22px; }
  .person-top { gap: 14px; }
  .person-top .portrait { width: 56px; height: 72px; }
  .person-info h2 { font-size: 22px; }
  .contact-card .contact-email { font-size: 21px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
@media print {
  .grant-bar, .site-nav, .menu-toggle, .filter-bar, .results-meta, .skip-link, .actions, .site-footer { display: none !important; }
  .site-header { position: static; }
  body { background: white; color: black; }
  .container { width: 100%; }
  .hero-grid, .research-layout, .team-layout { grid-template-columns: 1fr; }
  .hero-visual, .team-aside { display: none; }
  .person-card, .publication-card { break-inside: avoid; }
  details::details-content { display: contents; }
}
