:root {
  --ink: #19201d;
  --muted: #5c655f;
  --paper: #f8f7f2;
  --mint: #c5ddcf;
  --lime: #d9ed75;
  --coral: #ec7661;
  --line: #cdd1c9;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Manrope, sans-serif; font-size: 16px; line-height: 1.6; }
a { color: inherit; }
.site-header, main > section, footer { padding-left: max(24px, calc((100vw - 1200px) / 2)); padding-right: max(24px, calc((100vw - 1200px) / 2)); }
.site-header { align-items: center; border-bottom: 1px solid var(--line); display: flex; height: 74px; justify-content: space-between; }
.wordmark { font-family: "DM Mono", monospace; font-size: 18px; font-weight: 500; letter-spacing: .08em; text-decoration: none; }
nav { display: flex; gap: 25px; }
nav a, .eyebrow, .section-label, .role-tag, .grant, footer { font-family: "DM Mono", monospace; font-size: 11px; letter-spacing: .06em; text-transform: uppercase; }
nav a { text-decoration: none; }
nav a:hover { text-decoration: underline; text-underline-offset: 5px; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: Fraunces, serif; font-weight: 500; line-height: 1.02; }
.hero { background: var(--mint); min-height: 610px; padding-bottom: 55px; padding-top: 108px; position: relative; }
.eyebrow, .section-label { margin-bottom: 26px; }
h1 { font-size: clamp(76px, 13vw, 178px); letter-spacing: -.05em; margin-bottom: 22px; max-width: 1000px; }
.hero-statement { font-family: Fraunces, serif; font-size: clamp(29px, 4.2vw, 54px); line-height: 1.08; margin-bottom: 68px; max-width: 760px; }
.hero-meta { border-top: 1px solid rgba(25, 32, 29, .4); display: flex; font-family: "DM Mono", monospace; font-size: 11px; justify-content: space-between; padding-top: 13px; text-transform: uppercase; }
.section-grid { display: grid; gap: 65px; grid-template-columns: minmax(250px, .85fr) minmax(0, 1.15fr); }
.intro, .objectives { padding-bottom: 125px; padding-top: 125px; }
h2 { font-size: clamp(39px, 5vw, 65px); letter-spacing: -.04em; margin-bottom: 0; }
.body-copy { font-size: 19px; max-width: 650px; }
.body-copy p:last-child { margin-bottom: 0; }
.approach, .consortium { background: var(--ink); color: var(--paper); padding-bottom: 105px; padding-top: 105px; }
.approach-heading { margin-bottom: 67px; }
.dialogue { display: grid; gap: 12px; grid-template-columns: 1fr 110px 1fr; }
.role { min-height: 270px; padding: 29px; }
.expert { background: var(--lime); color: var(--ink); }
.peer { background: var(--coral); color: var(--ink); }
.learner { background: #f1eee4; color: var(--ink); grid-column: 2 / 4; }
.role-tag { border-bottom: 1px solid currentColor; margin-bottom: 43px; opacity: .75; padding-bottom: 10px; }
.role h3 { font-size: 32px; margin-bottom: 12px; }
.role p:last-child { font-size: 14px; max-width: 340px; }
.exchange { align-items: center; display: flex; flex-direction: column; gap: 14px; justify-content: center; }
.exchange span { background: var(--lime); border-radius: 50%; display: block; height: 8px; width: 8px; }
.objective-list { list-style: none; margin: 0; padding: 0; }
.objective-list li { align-items: baseline; border-top: 1px solid var(--line); display: grid; font-family: Fraunces, serif; font-size: clamp(22px, 2.2vw, 30px); gap: 23px; line-height: 1.28; padding: 20px 0 25px; }
.objective-list span, .partners > article > span { font-family: "DM Mono", monospace; font-size: 11px; }
.partners { display: grid; gap: 0; grid-template-columns: repeat(3, 1fr); margin-top: 82px; }
.partners article { border-left: 1px solid #63716a; min-height: 220px; padding: 0 28px; }
.partners article:first-child { border-left: 0; padding-left: 0; }
.partners p { color: #c5cec8; font-size: 14px; }
.partners h3 { font-size: 22px; margin: 0 0 4px; }
.partner-logo { align-items: center; display: flex; height: 76px; justify-content: flex-start; margin: 24px 0 10px; width: 190px; }
.partner-logo img { display: block; height: 64px; object-fit: contain; object-position: left center; width: 160px; }
.partner-logo-hw { background: var(--paper); padding: 8px 10px; }
.partner-logo-hw img { height: 58px; object-fit: contain; width: 170px; }
.team-intro { align-items: end; border-top: 1px solid #63716a; display: flex; justify-content: space-between; margin-top: 92px; padding-top: 26px; }
.team-intro .section-label { margin: 0; }
.team-intro > p:last-child { font-family: Fraunces, serif; font-size: 25px; line-height: 1.25; margin: 0; max-width: 540px; }
.team-groups { margin-top: 36px; }
.team-group + .team-group { margin-top: 54px; }
.team-group > h3 { border-bottom: 1px solid #63716a; font-family: "DM Mono", monospace; font-size: 11px; font-weight: 500; letter-spacing: .06em; margin: 0; padding-bottom: 12px; text-transform: uppercase; }
.team-grid { display: grid; gap: 1px; grid-template-columns: repeat(4, 1fr); margin-top: 14px; }
.researcher-card { background: #26302c; min-width: 0; }
.headshot { aspect-ratio: 1 / 1; overflow: hidden; }
.headshot img { display: block; height: 100%; object-fit: cover; width: 100%; }
.headshot-placeholder { align-items: center; background: #b7d6c2; color: var(--ink); display: flex; font-family: Fraunces, serif; font-size: 42px; justify-content: center; }
.researcher-card:nth-child(3n + 2) .headshot-placeholder { background: var(--lime); }
.researcher-card:nth-child(3n) .headshot-placeholder { background: #efb2a4; }
.researcher-details { min-height: 208px; padding: 20px; }
.researcher-institution { color: #c5cec8; font-family: "DM Mono", monospace; font-size: 10px; letter-spacing: .04em; margin-bottom: 34px; text-transform: uppercase; }
.researcher-details h3 { font-size: 25px; margin-bottom: 11px; }
.researcher-details h3 a { text-decoration: none; }
.researcher-details h3 a:hover { text-decoration: underline; text-decoration-color: var(--lime); text-underline-offset: 5px; }
.researcher-details p:last-child { color: #d9dfda; font-size: 13px; line-height: 1.5; margin-bottom: 0; }
.publications { background: var(--paper); padding-bottom: 125px; padding-top: 125px; }
.publication-list { border-top: 1px solid var(--line); margin-top: 80px; }
.publication-item { align-items: start; border-bottom: 1px solid var(--line); display: grid; gap: 24px; grid-template-columns: 150px minmax(0, 1fr) 85px; padding: 25px 0 28px; }
.publication-type, .publication-status { color: var(--muted); font-family: "DM Mono", monospace; font-size: 10px; letter-spacing: .06em; margin: 5px 0 0; text-transform: uppercase; }
.publication-item h3 { font-size: 27px; margin-bottom: 8px; }
.publication-item div p { color: var(--muted); font-size: 14px; margin: 0; }
.publication-status { text-align: right; }
.pdf-link { align-items: center; border-bottom: 1px solid var(--ink); display: flex; font-family: "DM Mono", monospace; font-size: 11px; gap: 7px; justify-content: space-between; padding-bottom: 3px; text-decoration: none; }
.pdf-link:hover { color: var(--coral); }
.pdf-link span { font-size: 16px; }
.funding { background: #efede4; padding-bottom: 105px; padding-top: 105px; }
.grant { color: var(--muted); margin-top: 30px; }
.funder-logos { border-top: 1px solid var(--line); display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 78px; padding-top: 40px; }
.funder-logos a { align-items: center; border-left: 1px solid var(--line); display: flex; justify-content: center; min-height: 95px; padding: 15px 24px; }
.funder-logos a:first-child { border-left: 0; }
.funder-logos img { max-height: 200px; max-width: 100%; }
footer { align-items: center; background: var(--ink); color: var(--paper); display: flex; justify-content: space-between; padding-bottom: 23px; padding-top: 23px; }
footer p { margin: 0; }
.sr-only { clip: rect(0, 0, 0, 0); clip-path: inset(50%); height: 1px; overflow: hidden; position: absolute; white-space: nowrap; width: 1px; }
@media (max-width: 720px) {
  .site-header { height: 64px; }
  nav { gap: 14px; }
  nav a { font-size: 10px; }
  .hero { min-height: 560px; padding-top: 86px; }
  .section-grid { gap: 34px; grid-template-columns: 1fr; }
  .intro, .objectives, .approach, .consortium, .publications, .funding { padding-bottom: 72px; padding-top: 72px; }
  .dialogue { grid-template-columns: 1fr; }
  .exchange { display: none; }
  .learner { grid-column: auto; }
  .role { min-height: 215px; }
  .partners, .funder-logos { grid-template-columns: 1fr 1fr; }
  .partners { margin-top: 47px; }
  .partners article, .partners article:first-child { border-left: 0; border-top: 1px solid #63716a; min-height: 175px; padding: 20px 10px 15px 0; }
  .partners h3 { font-size: 18px; }
  .partner-logo { height: 62px; margin: 14px 0 8px; }
  .partner-logo img { height: 58px; width: 145px; }
  .team-intro { align-items: start; flex-direction: column; gap: 23px; margin-top: 60px; }
  .team-intro > p:last-child { font-size: 22px; }
  .team-groups { margin-top: 28px; }
  .team-group + .team-group { margin-top: 42px; }
  .team-grid { grid-template-columns: 1fr 1fr; margin-top: 14px; }
  .researcher-details { min-height: 190px; padding: 15px; }
  .researcher-institution { margin-bottom: 25px; }
  .researcher-details h3 { font-size: 21px; }
  .publication-list { margin-top: 45px; }
  .publication-item { gap: 13px; grid-template-columns: 1fr 78px; padding: 22px 0; }
  .publication-type { grid-column: 1 / -1; margin: 0; }
  .publication-item h3 { font-size: 23px; }
  .publication-status { align-self: end; }
  .funder-logos { margin-top: 46px; padding-top: 20px; }
  .funder-logos a:nth-child(odd) { border-left: 0; }
  .funder-logos a { border-top: 1px solid var(--line); min-height: 80px; padding: 12px; }
  .funder-logos a:nth-child(-n+2) { border-top: 0; }
}