:root {
  --ink: #122b3c;
  --text: #263d4b;
  --muted: #576c78;
  --accent: #e8a267;
  --link: #176184;
  --line: #d8e1e6;
  --surface: #f1f5f7;
  --max-width: 1200px;
  color-scheme: light;
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 100%;
  color: var(--text);
  background: white;
  font-synthesis: none;
  -webkit-text-size-adjust: 100%;
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 6rem; }
body { margin: 0; line-height: 1.8; overflow-wrap: anywhere; }
/* Build-time <wbr> marks Japanese phrase boundaries. Long phrases and URLs
   may still wrap when necessary to fit a narrow screen. */
html:lang(ja) body { word-break: keep-all; line-break: strict; }
html:lang(ja) :lang(en), pre, code, textarea, select { word-break: normal; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-underline-offset: .28em; text-decoration-thickness: 1px; }
a:hover { color: var(--link); }
a, button, summary { -webkit-tap-highlight-color: transparent; }
button { font: inherit; cursor: pointer; }
:focus-visible { outline: 3px solid #237fbd; outline-offset: 5px; border-radius: 2px; }
h1, h2, h3, h4, p, figure, dl { margin: 0; }
h1, h2, h3 { color: var(--ink); line-height: 1.5; }
h1 { letter-spacing: .035em; font-weight: 650; }
h2 { font-size: 1.8rem; letter-spacing: .04em; font-weight: 650; }
h3 { font-size: 1.12rem; font-weight: 650; }
p + p { margin-top: 1em; }
dd { margin: 0; }
.wrap { width: min(var(--max-width), calc(100% - 96px)); margin-inline: auto; }
.hero-grid > *, .split-section > *, .profile-overview > * { min-width: 0; }
.muted { color: var(--muted); }
.eyebrow { font-size: .75rem; letter-spacing: .14em; font-weight: 700; line-height: 1.5; margin-bottom: 1rem; }
.section { padding-block: 48px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 24px; }
.section-heading .eyebrow, .about-label .eyebrow { margin-bottom: 8px; }
.text-link { display: inline-flex; gap: 25px; align-items: center; font-size: .875rem; font-weight: 600; text-decoration: none; border-bottom: 1px solid var(--ink); padding-block: 6px; }
.text-link span { font-size: 1.15rem; }
.skip-link { position: fixed; z-index: 10; top: 10px; left: 10px; background: white; color: var(--ink); padding: 10px 20px; transform: translateY(-200%); }
.skip-link:focus { transform: translateY(0); }
.site-header { background: var(--ink); color: #edf3f6; border-bottom: 1px solid #37505f; }
.site-header a:hover { color: var(--accent); }
.site-header :focus-visible, .hero :focus-visible { outline-color: var(--accent); }
.header-inner { position: relative; display: flex; justify-content: space-between; align-items: center; gap: 24px; min-height: 82px; }
.header-controls { position: absolute; top: 0; right: 0; display: flex; align-items: center; gap: 12px; }
.language-switch { display: flex; align-items: center; justify-content: flex-end; gap: 5px; font-size: .6875rem; line-height: 1.5; }
.language-switch a { display: inline-flex; align-items: center; justify-content: center; min-width: 30px; min-height: 24px; text-decoration: none; color: #c4d2db; }
.language-switch a[aria-current="page"] { color: white; font-weight: 700; text-decoration: underline; text-decoration-color: var(--accent); }
.language-switch span { color: #90a8b6; }
.brand { min-width: 0; flex-shrink: 1; display: flex; flex-direction: column; text-decoration: none; color: white; }
.brand-name { font-size: 1.6rem; font-weight: 700; line-height: 1.35; letter-spacing: -.045em; }
.brand-affiliation { font-size: .75rem; letter-spacing: .07em; margin-top: 6px; }
.navigation { display: flex; gap: 24px; align-items: center; padding-top: 24px; }
.navigation a { text-decoration: none; font-size: .875rem; white-space: nowrap; padding: 15px 0; position: relative; }
.navigation a[aria-current="page"] { font-weight: 700; color: white; }
.navigation a[aria-current="page"]::after { content: ""; position: absolute; bottom: 5px; left: 0; width: 22px; height: 2px; background: var(--accent); }
.menu-toggle { width: 44px; height: 44px; flex-shrink: 0; border: 0; color: white; background: transparent; padding: 0; display: inline-flex; align-items: center; justify-content: center; }
.menu-toggle:hover { background: rgba(255, 255, 255, .08); }
.menu-icon { position: relative; width: 22px; height: 16px; }
.menu-icon > span { position: absolute; left: 0; width: 22px; height: 2px; background: currentColor; border-radius: 1px; }
.menu-icon > span:nth-child(1) { top: 0; }
.menu-icon > span:nth-child(2) { top: 7px; }
.menu-icon > span:nth-child(3) { top: 14px; }
.menu-toggle[aria-expanded="true"] .menu-icon > span:nth-child(1) { top: 7px; transform: rotate(45deg); }
.menu-toggle[aria-expanded="true"] .menu-icon > span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] .menu-icon > span:nth-child(3) { top: 7px; transform: rotate(-45deg); }
.menu-toggle[hidden] { display: none; }
.hero { position: relative; isolation: isolate; color: white; background: var(--ink); }
.hero-background { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; object-position: center 48%; }
.hero::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(8, 25, 37, .94) 0%, rgba(8, 25, 37, .85) 36%, rgba(8, 25, 37, .30) 72%, rgba(8, 25, 37, .12) 100%); }
.hero-grid { position: relative; padding-block: 40px 32px; }
.hero-copy { padding-top: 8px; max-width: max(560px, 66.6667%); }
.hero .eyebrow { color: #d1dfe7; display: flex; align-items: center; gap: 12px; font-size: .75rem; }
.accent-line { width: 25px; height: 1px; background: var(--accent); }
.hero h1 { color: white; font-size: clamp(2rem, 3.45vw, 3rem); line-height: 1.58; letter-spacing: .06em; margin-top: 22px; margin-bottom: 21px; }
.hero-description { font-size: 1rem; line-height: 2; color: #d9e3e9; }
.hero-phrase { display: inline-block; max-width: 100%; }
.hero-phrase:lang(en) { white-space: pre-wrap; }
.button { text-decoration: none; display: inline-flex; gap: 50px; align-items: center; padding: 10px 20px; font-size: .875rem; font-weight: 600; margin-top: 28px; min-height: 46px; transition: background .18s, color .18s; }
.button-light { color: var(--ink); background: white; border: 1px solid white; }
.button-light:hover { background: #dce7ed; color: var(--ink); }
.hero-person { display: flex; flex-direction: column; gap: 4px; margin-top: 26px; font-size: .75rem; color: #bccfdc; }
.hero-person-name { font-size: 1rem; color: white; letter-spacing: .04em; }
.hero-person-name span { margin-left: 14px; font-size: .8125rem; color: #cad9e2; letter-spacing: .015em; }
.quick-links { display: grid; grid-template-columns: repeat(3, 1fr); border-bottom: 1px solid var(--line); padding-block: 24px; }
.quick-links a { display: grid; grid-template-columns: 1fr auto; column-gap: 16px; padding: 0 28px; text-decoration: none; font-size: .875rem; font-weight: 600; border-left: 1px solid var(--line); }
.quick-links a:first-child { padding-left: 0; border-left: 0; }
.quick-links a:last-child { padding-right: 0; }
.quick-links a > span:first-child { grid-column: 1 / -1; font-size: .75rem; color: var(--muted); letter-spacing: .12em; margin-bottom: 4px; }
.quick-links a > span:last-child { color: var(--link); }
.research-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 27px; }
.research-card { display: flex; flex-direction: column; text-decoration: none; border-top: 2px solid var(--ink); padding: 20px 0 10px; min-width: 0; }
.research-card:hover { color: inherit; border-color: #ad622a; }
.research-card:hover h3 { color: var(--link); }
.card-top { display: flex; justify-content: space-between; color: var(--muted); margin-bottom: 25px; font-size: .875rem; font-variant-numeric: tabular-nums; }
.card-top span:last-child { color: var(--link); }
.research-card .card-en { color: var(--muted); font-size: .75rem; margin-bottom: 6px; line-height: 1.5; }
.research-card h3 { font-size: 1.05rem; margin-bottom: 13px; letter-spacing: -.025em; }
.research-card .card-description { font-size: 1rem; line-height: 1.85; }
.news-section, .tinted { background: var(--surface); }
.split-section { display: grid; grid-template-columns: 1fr 2.15fr; gap: 70px; }
.vertical { flex-direction: column; align-items: start; justify-content: start; gap: 24px; margin-bottom: 0; }
.vertical .muted { font-size: .875rem; margin-top: 16px; }
.archive-caption { font-size: .8125rem; color: var(--muted); margin-bottom: 12px; }
.news-row { display: grid; grid-template-columns: 92px 1fr 16px; align-items: start; gap: 16px; padding: 20px 0; border-top: 1px solid #cbd7de; text-decoration: none; }
.news-row:last-child { border-bottom: 1px solid #cbd7de; }
.news-row time { color: var(--muted); font-size: .8125rem; line-height: 1.8; font-variant-numeric: tabular-nums; padding-top: 2px; }
.news-row h3 { font-size: 1rem; font-weight: 500; line-height: 1.85; }
.news-row:hover h3 { color: var(--link); }
.news-category { display: block; font-size: .75rem; color: var(--muted); margin-bottom: 5px; }
.news-arrow { color: var(--link); }
.about-section { display: grid; grid-template-columns: 1.05fr 120px 1.7fr; gap: 38px; align-items: center; position: relative; }
.anchor { position: absolute; top: 0; }
.portrait-small { width: 120px; height: 136px; object-fit: cover; }
.about-copy h3 { font-size: 1.35rem; }
.about-copy h3 span { font-size: .875rem; font-weight: 400; color: var(--muted); padding-left: 16px; }
.about-copy p { font-size: 1rem; margin: 4px 0 2px; }
.about-copy .text-link { padding-block: 0 2px; line-height: 1.4; }
.about-section .generation-note { grid-column: 2 / -1; margin: 0; font-size: .75rem; line-height: 1.7; color: var(--muted); }
.site-footer { background: var(--ink); color: #d0dee6; }
.footer-main { padding-block: 20px; display: flex; justify-content: space-between; gap: 40px; }
.footer-name { font-size: 1.6rem; font-weight: 600; color: white; letter-spacing: -.045em; line-height: 1.4; margin-bottom: 4px; }
.footer-main p:not(.footer-name) { font-size: .8125rem; line-height: 1.8; }
.footer-links { display: grid; gap: 4px; font-size: .8125rem; line-height: 1.6; align-content: start; }
.footer-links a { text-decoration: none; }
.footer-links span { margin-left: 22px; }
.site-footer a:hover { color: white; }
.footer-bottom { border-top: 1px solid #37505f; display: flex; justify-content: space-between; gap: 24px; padding-block: 14px 20px; font-size: .75rem; }
.footer-bottom small { font-size: .75rem; }
.footer-bottom a { text-decoration: none; }
.page-intro { padding-top: 36px; padding-bottom: 26px; }
.page-intro h1 { font-size: 2.5rem; }
.page-intro .eyebrow { color: var(--muted); margin-bottom: 12px; }
.intro-description { margin-top: 12px; color: var(--muted); font-size: 1rem; }
.section-nav { display: flex; flex-wrap: wrap; gap: 4px 24px; padding-block: 10px; border-block: 1px solid var(--line); }
.section-nav a { font-size: .875rem; text-decoration: none; padding-block: 6px; }
.section-nav a::after { content: "↓"; padding-left: 18px; color: var(--muted); }
.research-details { display: grid; grid-template-columns: 1fr 1fr; gap: 28px 40px; }
.research-detail { border-top: 1px solid var(--line); padding-top: 24px; }
.research-detail .eyebrow { color: var(--muted); font-size: .75rem; letter-spacing: .03em; }
.research-detail .eyebrow span:first-child { color: var(--link); margin-right: 16px; }
.research-detail h3 { font-size: 1.3rem; margin-bottom: 15px; }
.research-detail p:last-child { line-height: 2; }
.resource-list { border-top: 1px solid #cbd7de; }
.resource-list > a { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 20px 0; border-bottom: 1px solid #cbd7de; text-decoration: none; }
.resource-list > a p { font-size: .875rem; color: var(--muted); margin-top: 4px; }
.resource-list > a:hover h3 { color: var(--link); }
.resource-list > a > span { color: var(--link); font-size: 1.25rem; }
.research-external-links { display: flex; flex-wrap: wrap; gap: 12px; padding-block: 18px; border-bottom: 1px solid #cbd7de; font-size: 1rem; color: var(--link); }
.research-external-links a { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 46px; padding: 8px 18px; border: 1px solid #8aa6b5; border-radius: 4px; background: white; font-weight: 600; text-decoration: none; white-space: nowrap; }
.research-external-links a:hover { background: #e4eef3; border-color: var(--link); }
.record-list { margin-top: 24px; border-top: 1px solid var(--line); }
.record-list > div { display: grid; grid-template-columns: 180px 1fr; gap: 28px; padding: 14px 0; border-bottom: 1px solid var(--line); }
.record-list dt { color: var(--muted); font-size: .875rem; }
.record-list dd p { color: var(--muted); font-size: 1rem; margin-top: 4px; }
.record-list h3 { font-size: 1rem; }
.record-list h3 a { text-decoration: none; }
.profile-overview { display: grid; grid-template-columns: 200px 1fr; gap: 36px; padding-bottom: 30px; align-items: center; }
.profile-photo { width: 200px; height: 215px; object-fit: cover; }
.profile-portrait { width: 200px; max-width: 100%; }
.profile-portrait figcaption { margin-top: 4px; font-size: .5625rem; line-height: 1.4; color: var(--muted); }
.profile-overview h2 { font-size: 2rem; margin-bottom: 12px; }
.profile-overview h2 span { display: inline-block; color: var(--muted); font-size: 1.05rem; font-weight: 400; margin-left: 18px; }
.inline-links { display: flex; flex-wrap: wrap; gap: 10px 24px; margin-top: 20px; font-size: .875rem; color: var(--link); }
#undergraduate .inline-links { row-gap: 3px; }
#undergraduate .inline-links > span:first-child { margin-inline-end: -16px; }
.prose h3 { margin-bottom: 12px; }
.prose p + h3 { margin-top: 32px; }
.prose a { color: var(--link); }
.contact-list { border-top: 1px solid var(--line); }
.contact-list > div { display: grid; grid-template-columns: 90px 1fr; gap: 20px; padding-block: 20px; border-bottom: 1px solid var(--line); }
.contact-list dt { font-size: .875rem; color: var(--muted); }
.contact-list a { color: var(--link); }
.archive-note { padding: 20px 26px; background: var(--surface); border-left: 3px solid #50768b; }
.archive-note strong { font-size: 1rem; }
.archive-note p { font-size: .875rem; margin-top: 4px; color: var(--muted); }
.news-archive { padding-top: 40px; }
.news-article { display: grid; grid-template-columns: 150px 1fr; gap: 28px; padding-block: 24px; border-bottom: 1px solid var(--line); }
.news-article:first-child { border-top: 1px solid var(--line); }
.news-article time { display: block; font-size: 1rem; margin-bottom: 8px; font-variant-numeric: tabular-nums; }
.news-article h2 { font-size: 1.25rem; margin-bottom: 12px; }
.news-article .inline-links { margin-top: 16px; }
.teaching-year { margin-top: 42px; font-size: 1.5rem; }
.teaching-year:first-of-type { margin-top: 0; }
.teaching-details { margin-top: 32px; border-block: 1px solid var(--line); padding-block: 18px; }
.teaching-details summary { cursor: pointer; font-size: 1rem; color: var(--ink); font-weight: 600; padding-block: 6px; }
.teaching-details[open] summary { margin-bottom: 30px; }
@media (min-width: 1500px) { .hero h1 { font-size: 3.1rem; } }
@media (max-width: 1100px) {
  .wrap { width: calc(100% - 64px); }
  .header-inner { gap: 20px; }
  .brand-affiliation { font-size: .75rem; letter-spacing: 0; }
  .hero h1 { font-size: 2.5rem; }
  .hero-person { margin-top: 26px; }
  .research-grid { gap: 30px; }
  .research-card h3 { font-size: 1.125rem; }
  .card-top { margin-bottom: 16px; }
  .split-section { gap: 40px; }
  .about-section { grid-template-columns: 1fr 100px 1.7fr; gap: 25px; }
  .portrait-small { width: 100px; height: 130px; }
  .about-copy h3 span { display: block; padding-left: 0; margin-top: 2px; }
}
@media (max-width: 1150px) {
  .header-inner { flex-wrap: wrap; padding-block: 15px; min-height: 79px; }
  .header-controls { position: static; margin-left: auto; flex-shrink: 0; }
  .brand { min-width: 0; flex: 1; }
  .navigation { padding-top: 0; }
  .brand-name { font-size: 1.45rem; }
  .brand-affiliation { font-size: .75rem; }
  .menu-toggle:not([hidden]) { display: inline-flex; }
  .navigation { width: 100%; flex-wrap: wrap; justify-content: flex-start; gap: 0 24px; }
  .navigation[data-collapsed="true"] { display: none; }
  .hero-grid { padding-block: 30px; }
  .hero h1 { font-size: clamp(1.8rem, 3.6vw, 2.5rem); }
  .hero .eyebrow { font-size: .75rem; letter-spacing: .09em; }
  .hero-description { font-size: 1rem; }
  .about-section { grid-template-columns: 100px 1fr; }
  .about-label { grid-column: 1 / -1; }
  .about-section .generation-note { grid-column: 1 / -1; }
  .split-section { grid-template-columns: 1fr; gap: 28px; }
  .vertical { flex-direction: row; justify-content: space-between; align-items: end; }
  .vertical .muted { margin-top: 8px; }
  .profile-overview { grid-template-columns: 160px 1fr; gap: 30px; align-items: start; }
  .profile-portrait { width: 160px; }
  .profile-photo { width: 160px; height: 190px; }
}
@media (max-width: 600px) {
  .wrap { width: calc(100% - 40px); }
  h2 { font-size: 1.5rem; }
  .section { padding-block: 32px; }
  .section-heading { gap: 16px; margin-bottom: 26px; flex-wrap: wrap; }
  .eyebrow { font-size: .75rem; }
  .header-inner { gap: 12px; }
  .brand-name { font-size: clamp(1.15rem, 5vw, 1.4rem); }
  .brand-affiliation { font-size: .6875rem; letter-spacing: 0; max-width: 230px; }
  .header-controls { gap: 8px; }
  .language-switch { gap: 3px; }
  .language-switch a { min-width: 24px; }
  .navigation { gap: 0 18px; justify-content: flex-start; border-top: 1px solid #37505f; padding-top: 8px; }
  .navigation a { font-size: .8125rem; padding-inline: 0; }
  .hero-grid { padding-block: 24px; }
  .hero::before { background: rgba(8, 25, 37, .76); }
  .hero-background { object-position: 58% center; }
  .hero h1 { font-size: clamp(1.9rem, 7.5vw, 2.7rem); line-height: 1.55; margin-top: 16px; }
  .hero .eyebrow { font-size: .75rem; }
  .hero-description { font-size: 1rem; }
  .hero-person { margin-top: 24px; }
  .button { margin-top: 24px; }
  .quick-links { grid-template-columns: 1fr; padding-block: 3px; }
  .quick-links a, .quick-links a:first-child, .quick-links a:last-child { grid-template-columns: 1fr auto; padding: 13px 0; border-left: 0; border-bottom: 1px solid var(--line); }
  .quick-links a:last-child { border-bottom: 0; }
  .quick-links a > span:first-child { display: none; }
  .research-grid { grid-template-columns: 1fr; gap: 26px 24px; }
  .research-card { padding-top: 15px; }
  .research-card h3 { font-size: 1rem; }
  .research-card .card-description { font-size: 1rem; }
  .research-card .card-en { font-size: .75rem; min-height: 2.8em; }
  .text-link { font-size: .875rem; gap: 16px; }
  .vertical { flex-direction: column; align-items: start; gap: 15px; }
  .news-row { grid-template-columns: 1fr 14px; gap: 8px; padding-block: 18px; }
  .news-row time { grid-column: 1 / -1; }
  .news-row h3 { font-size: 1rem; }
  .news-category { display: inline-block; font-size: .75rem; }
  .about-section { gap: 22px; grid-template-columns: 84px 1fr; align-items: start; }
  .portrait-small { width: 84px; height: 110px; }
  .about-copy h3 { font-size: 1.15rem; }
  .about-copy p { font-size: 1rem; }
  .footer-main { flex-direction: column; gap: 20px; }
  .footer-links { font-size: .875rem; gap: 6px; }
  .page-intro { padding-top: 26px; padding-bottom: 20px; }
  .page-intro h1 { font-size: 2rem; }
  .intro-description { margin-top: 16px; }
  .section-nav { gap: 4px 20px; }
  .section-nav a::after { padding-left: 10px; }
  .research-details { grid-template-columns: 1fr; gap: 24px; }
  .record-list > div { grid-template-columns: 1fr; gap: 5px; padding-block: 14px; }
  .record-list h3 { font-size: 1.0625rem; }
  .profile-overview { grid-template-columns: 1fr; gap: 18px; }
  .profile-portrait { width: 150px; }
  .profile-photo { width: 150px; height: 164px; }
  .profile-overview h2 { font-size: 1.75rem; }
  .profile-overview h2 span { margin-left: 12px; font-size: 1rem; }
  .contact-list > div { grid-template-columns: 1fr; gap: 8px; }
  .news-article { grid-template-columns: 1fr; gap: 10px; padding-block: 22px; }
  .news-article .article-meta { display: flex; align-items: center; flex-wrap: wrap; gap: 8px 18px; }
  .news-article time, .news-article .news-category { margin: 0; }
  .news-article h2 { font-size: 1.15rem; }
}
@media (max-width: 360px) { .research-grid { grid-template-columns: 1fr; } .research-card .card-en { min-height: 0; } .brand-affiliation { max-width: 175px; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition: none !important; } }
.funding-role { margin-top: 26px; }
.members-notice { margin-bottom: 24px; }
.member-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.member-card { border-top: 2px solid var(--ink); padding-top: 18px; min-width: 0; }
.member-heading { display: flex; align-items: center; flex-wrap: wrap; gap: 12px; }
.member-heading h3 { font-size: 1.3rem; }
.sample-badge { color: var(--muted); background: white; border: 1px solid var(--line); padding: 1px 8px; font-size: .75rem; }
.member-role { color: var(--muted); margin-top: 4px; font-size: .875rem; }
.member-card dl { margin-top: 12px; }
.member-card dl > div { display: grid; grid-template-columns: 80px minmax(0, 1fr); gap: 12px; margin-top: 4px; font-size: .875rem; line-height: 1.6; }
.member-card dt { color: var(--muted); }
.member-card:lang(en) dt { overflow-wrap: normal; }
@media (min-width: 601px) {
  .member-card:lang(en) dl > div { grid-template-columns: 7rem minmax(0, 1fr); }
}
.member-card dd a { color: var(--link); }
.member-awards { display: flex; flex-wrap: wrap; align-items: baseline; gap: 2px 20px; }
.member-awards > span { max-width: 100%; min-width: 0; }
.alumni-list { padding-left: 1.2rem; margin: 0; }
.alumni-entry { padding-left: 4px; line-height: 1.6; }
.alumni-entry + .alumni-entry { margin-top: 14px; }
.alumni-heading { display: flex; flex-wrap: wrap; align-items: baseline; gap: 2px 16px; }
.alumni-heading h3 { font-size: 1rem; }
.alumni-period { color: var(--muted); font-size: .8125rem; }
.alumni-entry dl { margin-top: 3px; font-size: .8125rem; }
.alumni-entry dl > div { display: grid; grid-template-columns: 4.5rem minmax(0, 1fr); column-gap: 8px; margin-top: 2px; }
.alumni-entry dt { color: var(--muted); }
.alumni-entry dd a { color: var(--link); }
.career-notice { color: var(--muted); font-size: .875rem; margin-top: 12px; }
.career-list { list-style: none; padding: 0; margin: 20px 0 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px 24px; }
.career-list li { border-top: 1px solid var(--line); padding-top: 12px; display: flex; flex-wrap: wrap; align-items: baseline; gap: 8px; }
@media (max-width: 600px) {
  .career-list { grid-template-columns: 1fr; }
  .member-grid { grid-template-columns: 1fr; }
  .member-card dl > div { grid-template-columns: 1fr; gap: 2px; }
}
.funding-list { margin-top: 12px; }
.funding-list h4 { margin: 0; font-size: 1rem; font-weight: 600; color: var(--ink); line-height: 1.7; }
.funding-list h4 a { text-decoration: none; }
.funding-list dd p { font-size: .875rem; }
.funding-list .funding-number, .funding-list .funding-note { font-size: .8125rem; }
.news-gallery { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 240px), 1fr)); gap: 16px; margin-top: 18px; max-width: 720px; }
.news-gallery img { width: 100%; max-height: 300px; object-fit: contain; object-position: left; }
.news-gallery figcaption { margin-top: 6px; font-size: .8125rem; color: var(--muted); }
.presentation-archive { padding-bottom: 48px; }
.presentation-filters { display: grid; grid-template-columns: minmax(200px, 2fr) repeat(4, minmax(105px, 1fr)); gap: 12px; align-items: end; padding: 20px; background: var(--surface); border: 1px solid var(--line); }
.page-presentations .presentation-filters { padding-block: 14px; row-gap: 8px; }
.publication-filters { grid-template-columns: minmax(200px, 2fr) repeat(2, minmax(130px, 1fr)); }
.publication-notice { margin-bottom: 20px; }
.page-publications .page-intro .text-link { margin-top: 14px; }
.presentation-filters[hidden], .presentation-item[hidden], .empty-state[hidden] { display: none; }
.presentation-filters label { display: flex; flex-direction: column; gap: 5px; font-size: .8125rem; font-weight: 600; min-width: 0; }
.presentation-filters input, .presentation-filters select { width: 100%; min-width: 0; min-height: 44px; padding: 9px; background: white; color: var(--ink); border: 1px solid #96aab7; border-radius: 3px; font: inherit; font-size: 1rem; }
.presentation-filters button { grid-column: 1 / -1; justify-self: end; border: 0; background: none; color: var(--link); text-decoration: underline; padding: 6px 0; min-height: 44px; font-size: .875rem; }
.presentation-summary { display: flex; flex-wrap: wrap; gap: 4px 24px; justify-content: space-between; margin-block: 18px 12px; font-size: .875rem; }
.presentation-summary p { margin: 0; }
.presentation-summary [role="status"] { font-weight: 600; color: var(--ink); }
.presentation-list { border-top: 1px solid var(--line); }
.presentation-item { border-bottom: 1px solid var(--line); }
.presentation-item summary { list-style: none; cursor: pointer; display: grid; grid-template-columns: 105px minmax(0, 1fr) 18px; gap: 20px; padding: 18px 0; }
.presentation-item summary::-webkit-details-marker { display: none; }
.presentation-item summary:hover strong { color: var(--link); }
.presentation-date { font-size: .875rem; color: var(--muted); font-variant-numeric: tabular-nums; }
.presentation-overview { display: flex; flex-direction: column; gap: 3px; }
.presentation-overview strong { color: var(--ink); font-size: 1rem; line-height: 1.7; font-weight: 600; }
.presentation-tags, .presentation-event { font-size: .8125rem; color: var(--muted); }
.presentation-expand { color: var(--link); }
.presentation-expand::after { content: '＋'; }
.presentation-item[open] .presentation-expand::after { content: '−'; }
.presentation-body { margin-left: 125px; padding: 0 0 20px; font-size: .875rem; }
.presentation-body dl > div { display: grid; grid-template-columns: 105px minmax(0, 1fr); gap: 16px; margin-top: 6px; }
.presentation-body dt { color: var(--muted); }
.presentation-credit { display: inline-block; max-width: 100%; overflow-wrap: anywhere; }
.presentation-credit sup { font-size: .75em; line-height: 0; vertical-align: super; }
.presentation-body .inline-links { margin-top: 10px; align-items: center; }
.entry-permalink { display: inline-flex; align-items: center; justify-content: center; width: 28px; height: 28px; flex: none; color: var(--muted); text-decoration: none; }
.presentation-source-note { margin-top: 20px; }
.empty-state { padding: 32px 20px; background: var(--surface); }
@media (max-width: 1000px) {
  .presentation-filters { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .presentation-filters .search-field { grid-column: 1 / -1; }
}
@media (max-width: 600px) {
  .presentation-filters { padding: 14px; gap: 10px; }
  .presentation-item summary { grid-template-columns: minmax(0, 1fr) 18px; gap: 6px 12px; padding-block: 16px; }
  .presentation-date { grid-column: 1; }
  .presentation-overview { grid-column: 1; }
  .presentation-expand { grid-column: 2; grid-row: 1 / 3; align-self: center; }
  .presentation-body { margin-left: 0; }
  .presentation-body dl > div { grid-template-columns: 1fr; gap: 0; }
  .news-gallery img { max-height: 240px; }
}
@media print {
  .presentation-filters { display: none; }
  .site-header, .site-footer, .menu-toggle, .quick-links, .section-nav, .skip-link { display: none !important; }
  .wrap { width: 100%; }
  .hero-background, .hero::before, .hero-caption { display: none; }
  .hero, .tinted, .news-section { background: white; color: black; }
  .hero h1, .hero-description, .hero-person, .hero-person-name, .hero-person-name span { color: black; }
  .section { padding-block: 24px; }
  .hero-grid, .split-section { gap: 24px; }
  a { color: black; }
}
