@charset "UTF-8";

/* Shared styles for the Japanese and English static pages. */
:root {
  --paper: #071b2d;
  --ink: #edf5f1;
  --muted: #9ab0b5;
  --green: #79c9a7;
  --green-hover: #9ae3bf;
  --line: #294456;
  --tint: #0d2a40;
  --lime: #d4e3af;
  --accent: #f0a174;
  --font: "Helvetica Neue", Arial, "Noto Sans CJK JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  --mono: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 112px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--font); font-size: 15px; line-height: 1.8; -webkit-font-smoothing: antialiased; }
::selection { color: var(--green); background: var(--lime); }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 5px; }
a, button { -webkit-tap-highlight-color: transparent; }
button, input { font: inherit; }
button { color: inherit; cursor: pointer; }
button, a, input, summary { touch-action: manipulation; }
a:focus-visible, button:focus-visible, input:focus-visible, summary:focus-visible { outline: 2px solid var(--green); outline-offset: 6px; }
a:hover { color: var(--green); }
svg { display: block; flex-shrink: 0; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
img { display: block; max-width: 100%; height: auto; }
p, h1, h2, h3, figure, dl, dd { margin: 0; }
h1, h2, h3 { font-weight: 500; }
ul, ol { margin: 0; padding: 0; }
[hidden] { display: none !important; }
.wrap { width: calc(100% - 112px); max-width: 1280px; margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 100; padding: 10px 20px; color: white; background: var(--green); transform: translateY(-200%); }
.skip-link:focus { transform: translateY(0); color: white; }
#main:focus { outline: none; }
.eyebrow { font-family: var(--mono); font-size: 10px; font-weight: 400; line-height: 1.5; letter-spacing: .13em; color: var(--muted); }
.status-dot { display: inline-block; flex-shrink: 0; width: 7px; height: 7px; border-radius: 50%; background: var(--green); }
.heading-dot { color: var(--accent); }

/* Navigation */
.site-header { position: sticky; top: 0; z-index: 20; background: rgba(7,27,45,.97); border-bottom: 1px solid var(--line); }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 32px; min-height: 94px; }
.brand { display: inline-flex; align-items: center; flex-shrink: 0; gap: 21px; text-decoration: none; }
.brand-symbol { width: 47px; height: 47px; object-fit: contain; flex-shrink: 0; transform: translateY(-1px); }
.brand-type { display: flex; flex-direction: column; gap: 4px; }
.brand-name { font-weight: 600; font-size: 18px; letter-spacing: .12em; line-height: 1.3; }
.brand-affiliation { color: var(--muted); font-size: 10px; letter-spacing: .065em; }
.header-actions { display: flex; gap: 39px; align-items: center; }
.primary-nav { display: flex; align-items: stretch; gap: 29px; align-self: stretch; }
.primary-nav a { position: relative; display: flex; align-items: center; padding-block: 35px; font-size: 12px; font-weight: 500; white-space: nowrap; text-decoration: none; }
.primary-nav a::after { content: ""; position: absolute; bottom: 23px; height: 2px; left: 0; width: 100%; background: var(--green); transform: scaleX(0); transform-origin: left; transition: transform .2s; }
.primary-nav a[aria-current="page"]::after, .primary-nav a:hover::after { transform: scaleX(1); }
.language-switch { display: flex; align-items: center; gap: 9px; font-family: var(--mono); font-size: 11px; }
.language-switch a { min-height: 36px; display: inline-flex; align-items: center; text-decoration: none; color: var(--muted); }
.language-switch a[aria-current] { color: var(--ink); font-weight: 700; }
.language-switch > span { color: #afb9ac; }
.menu-toggle { display: none; padding: 10px; width: 42px; height: 42px; border: 1px solid var(--line); background: transparent; }
.menu-toggle span { display: block; height: 1px; margin: 6px 0; background: var(--ink); transition: transform .2s; }
html[lang="en"] .brand-name { letter-spacing: -.025em; font-size: 17px; }

/* Home */
.hero { display: grid; grid-template-columns: 1.06fr 1fr; min-height: 578px; gap: 42px; padding-top: 36px; padding-bottom: 40px; }
.hero-copy { display: flex; flex-direction: column; justify-content: center; padding-block: 15px; }
.hero h1 { margin-bottom: 25px; }
.hero-welcome { display: flex; align-items: center; gap: 10px; margin-bottom: 24px; color: var(--muted); font-family: var(--mono); font-size: 11px; font-weight: 400; letter-spacing: .12em; text-transform: uppercase; }
.hero-title { display: block; font-size: clamp(49px, 5.6vw, 78px); line-height: 1.045; font-weight: 500; letter-spacing: -.065em; }
html[lang="ja"] .hero-title { font-size: clamp(42px, 4.8vw, 68px); letter-spacing: -.04em; }
.hero-exclamation { color: var(--green); }
.hero-description { max-width: 465px; font-size: 13px; line-height: 2.15; color: #526056; }
.hero-description br:last-child { display: none; }
.hero-links { display: flex; flex-wrap: wrap; align-items: center; gap: 28px; margin-top: 27px; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 37px; min-height: 49px; padding: 12px 20px; font-size: 12px; text-decoration: none; border: 1px solid transparent; transition: background .2s; }
.button svg, .text-link svg { width: 19px; height: 19px; transition: transform .2s; }
.button-primary { background: var(--green); color: #fff; }
.button-primary:hover { color: #fff; background: #16392b; }
.button:hover svg, .text-link:hover svg { transform: translateX(3px); }
.text-link { display: inline-flex; gap: 13px; align-items: center; font-size: 12px; text-decoration: none; }
.hero-visual { position: relative; min-width: 0; min-height: 496px; background-color: var(--tint); background-image: linear-gradient(#49677855 1px, transparent 1px), linear-gradient(90deg, #49677855 1px, transparent 1px); background-size: 40px 40px; overflow: hidden; }
.hero-visual::before, .hero-visual::after { content: ""; position: absolute; inset: 19% 14%; border: 1px solid #c7d0c15c; border-radius: 50%; pointer-events: none; }
.hero-visual::after { inset: 12% 8%; border-style: dashed; opacity: .5; }
.point-cloud { position: absolute; inset: 6% -3%; }
.point-cloud img, .point-cloud canvas { position: absolute; width: 100%; height: 100%; object-fit: contain; }
.point-cloud canvas { opacity: 0; transition: opacity .3s; }
.point-cloud.is-ready canvas { opacity: 1; }
.point-cloud.is-ready img { visibility: hidden; }
.visual-topline, .visual-bottomline { display: flex; align-items: center; justify-content: space-between; gap: 10px; position: absolute; left: 23px; right: 23px; z-index: 1; color: #65755e; font-family: var(--mono); font-size: 8px; letter-spacing: .09em; }
.visual-topline { top: 21px; }
.visual-topline > span:first-child { display: flex; gap: 7px; align-items: center; }
.tiny-cross { font-size: 20px; line-height: 12px; }
.visual-bottomline { bottom: 16px; height: 30px; }
.visual-axis { position: absolute; font-family: var(--mono); font-size: 9px; color: #849078; }
.axis-y { left: 50%; top: 14%; }
.axis-x { right: 12%; top: 50%; }
.motion-toggle { width: 30px; height: 30px; display: grid; place-items: center; border: 1px solid #cbd4c4; border-radius: 50%; background: var(--paper); }
.motion-icon { width: 7px; height: 8px; border-left: 2px solid var(--green); border-right: 2px solid var(--green); }
.motion-toggle[aria-pressed="true"] .motion-icon { width: 0; height: 0; margin-left: 2px; border-left: 6px solid var(--green); border-right: 0; border-top: 4px solid transparent; border-bottom: 4px solid transparent; }

/* Research fields */
.home-fields { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.field-grid { list-style: none; display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); }
.field-item { min-width: 0; position: relative; padding: 30px 22px; display: flex; align-items: center; gap: 16px; text-decoration: none; transition: background .2s; }
.field-item + .field-item { border-left: 1px solid var(--line); }
.field-number { align-self: flex-start; position: absolute; top: 10px; left: 22px; font-family: var(--mono); font-size: 9px; color: var(--muted); }
.field-icon { width: 34px; height: 34px; stroke-width: 1.15; color: var(--green); }
.field-name { font-size: 12px; font-weight: 500; letter-spacing: .015em; line-height: 1.6; }
.field-translation { display: block; color: var(--muted); font-size: 9px; letter-spacing: .02em; font-weight: 400; margin-top: 4px; }
.field-arrow { margin-left: auto; }
.field-arrow svg { width: 15px; height: 15px; color: var(--muted); }
a.field-item:hover { background: var(--tint); }
html[lang="en"] .field-name { font-size: 13px; }

/* News */
.news-section { display: grid; grid-template-columns: 1fr 3fr; gap: 65px; padding-block: 83px 73px; }
.news-heading { padding-top: 9px; }
.news-heading h2 { margin-top: 13px; font-size: 57px; font-weight: 400; line-height: 1.1; letter-spacing: -.055em; }
.section-subtitle { font-size: 12px; color: var(--muted); margin-top: 17px; }
.section-index { display: block; margin-top: 53px; font-family: var(--mono); font-size: 9px; letter-spacing: .08em; color: var(--muted); }
.news-list { list-style: none; }
.news-item { display: grid; grid-template-columns: 100px 1fr; gap: 25px; padding: 24px 0; border-bottom: 1px solid var(--line); }
.news-item:first-child { border-top: 1px solid var(--line); }
.news-item time { font-family: var(--mono); font-size: 11px; color: var(--muted); padding-top: 2px; }
.news-text { font-size: 13px; line-height: 1.9; overflow-wrap: anywhere; }
.news-text a { color: var(--green); }
.archive { margin-top: 14px; }
summary { cursor: pointer; list-style: none; }
summary::-webkit-details-marker { display: none; }
.archive > summary, .publication-archive > summary { display: flex; align-items: center; gap: 14px; min-height: 57px; font-size: 12px; }
.archive-count { color: var(--muted); font-size: 10px; font-family: var(--mono); }
.details-mark { position: relative; margin-left: auto; width: 22px; height: 22px; border: 1px solid var(--line); border-radius: 50%; flex-shrink: 0; }
.details-mark::before, .details-mark::after { content: ""; position: absolute; background: var(--green); width: 8px; height: 1px; top: 9px; left: 6px; }
.details-mark::after { transform: rotate(90deg); transition: transform .2s; }
details[open] > summary .details-mark::after { transform: rotate(0); }
.archive > summary:hover, .publication-archive > summary:hover { color: var(--green); }
.explore-section { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); margin-bottom: 88px; }
.explore-link { position: relative; padding: 35px 35px 35px 0; text-decoration: none; display: flex; flex-direction: column; gap: 19px; }
.explore-link + .explore-link { border-left: 1px solid var(--line); padding-left: 38px; }
.explore-title { font-size: 36px; line-height: 1.2; letter-spacing: -.04em; }
.explore-title > span { display: block; margin-top: 10px; font-size: 11px; letter-spacing: .04em; color: var(--muted); }
.explore-link > svg { position: absolute; right: 28px; top: 52%; width: 32px; height: 32px; transition: transform .2s; stroke-width: 1; }
.explore-link:hover > svg { transform: translate(3px,-3px); }

/* Inner pages */
.page-heading { padding-top: 27px; padding-bottom: 53px; border-bottom: 1px solid var(--line); }
.breadcrumb { display: flex; align-items: center; gap: 16px; font-size: 10px; color: var(--muted); }
.breadcrumb a { text-decoration: none; }
.breadcrumb > span:nth-child(2) { color: #a1ad9b; }
.page-heading-row { display: flex; justify-content: space-between; align-items: flex-end; gap: 20px; margin-top: 51px; }
.page-heading h1 { font-size: clamp(43px, 6.4vw, 82px); line-height: 1.1; letter-spacing: -.065em; margin-top: 17px; }
.page-subtitle { font-size: 14px; color: var(--muted); margin-top: 18px; letter-spacing: .07em; }
.page-number { font-family: var(--mono); font-size: 55px; line-height: 1; color: #b5c1ad; letter-spacing: -.06em; padding-bottom: 6px; }
.section-topline { display: flex; justify-content: space-between; align-items: flex-end; gap: 20px; margin-bottom: 31px; }
.section-topline h2 { margin-top: 10px; font-size: 24px; letter-spacing: -.025em; }
.section-count { font-family: var(--mono); color: var(--muted); font-size: 18px; }

/* People */
.members-content { padding-block: 57px 100px; }
.faculty-section { display: grid; grid-template-columns: 300px 1fr; gap: 68px; padding-bottom: 61px; border-bottom: 1px solid var(--line); }
.faculty-photo { align-self: start; background: #0d2a40; padding: 22px; }
.faculty-photo img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.photo-caption { display: block; margin-top: 18px; font-family: var(--mono); font-size: 9px; letter-spacing: .15em; color: var(--green); }
.faculty-info h2 { font-size: 33px; letter-spacing: .055em; margin-top: 10px; margin-bottom: 5px; }
.faculty-info h2 a { text-decoration: none; }
.faculty-info h2 a::after { content: "↗"; margin-left: 16px; font-size: 21px; color: var(--muted); }
.faculty-role { font-size: 12px; line-height: 1.9; color: var(--muted); }
.career-list { list-style: none; margin-top: 24px; font-size: 12px; }
.career-list li { padding: 8px 0; border-top: 1px solid var(--line); }
.members-section { padding-top: 54px; }
.people-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); column-gap: 40px; }
.person { padding: 22px 0; border-top: 1px solid var(--line); }
.person dt { font-size: 10px; color: var(--muted); font-weight: 400; margin-bottom: 7px; }
.person dd { font-size: 20px; letter-spacing: .025em; }
.person dd a { text-decoration: none; }
.person dd a::after { content: "↗"; font-size: 13px; color: var(--muted); margin-left: 12px; }
.alumni-section { padding-top: 55px; }
.alumni-table { width: 100%; border-collapse: collapse; text-align: left; font-size: 13px; }
.alumni-table th, .alumni-table td { padding: 16px 19px; border-top: 1px solid var(--line); }
.alumni-table th { width: 37%; color: var(--muted); font-weight: 400; font-size: 11px; }
.alumni-table tr:nth-child(odd) { background: #edf0e74d; }
.alumni-table a { text-decoration: none; }
html[lang="en"] .faculty-info h2 { letter-spacing: -.04em; }

/* Research and local publication search */
.research-layout { display: grid; grid-template-columns: 215px minmax(0,1fr); gap: 62px; padding-block: 49px 100px; }
.research-sidebar { position: sticky; top: 129px; align-self: start; }
.research-sidebar > .eyebrow { margin-bottom: 19px; }
.research-sidebar nav { display: flex; flex-direction: column; }
.research-sidebar a { display: flex; gap: 16px; padding: 15px 0; font-size: 12px; line-height: 1.7; border-bottom: 1px solid var(--line); text-decoration: none; }
.research-sidebar a span { font-family: var(--mono); font-size: 9px; color: var(--muted); padding-top: 2px; }
.research-content { min-width: 0; }
.research-section { margin-bottom: 55px; scroll-margin-top: 20px; }
.research-section .field-grid { grid-template-columns: repeat(2,minmax(0,1fr)); border: 1px solid var(--line); }
.research-section .field-item { padding: 35px 22px 25px; min-height: 106px; }
.research-section .field-item:nth-child(3) { border-left: 0; }
.research-section .field-item:nth-child(n+3) { border-top: 1px solid var(--line); }
.research-section .field-item:target { background: var(--tint); }
.publication-search { margin-bottom: 45px; }
.publication-search label { display: block; font-size: 11px; margin-bottom: 10px; color: var(--muted); }
.search-control { position: relative; display: flex; align-items: center; border-bottom: 1px solid var(--muted); }
.search-control > svg { width: 20px; height: 20px; margin-right: 15px; color: var(--muted); }
.search-control input { min-width: 0; width: 100%; padding: 14px 0; border: 0; background: transparent; font-size: 14px; color: var(--ink); border-radius: 0; }
.search-control input:focus-visible { outline-offset: 4px; }
.search-control input::placeholder { color: var(--muted); font-size: 12px; }
.search-status { flex-shrink: 0; font-family: var(--mono); font-size: 11px; color: var(--muted); margin-left: 12px; }
.publication-list { list-style: none; counter-reset: publications; }
.publication-item { position: relative; padding: 24px 0 25px 42px; border-top: 1px solid var(--line); font-size: 12px; line-height: 1.9; overflow-wrap: anywhere; counter-increment: publications; }
.publication-item::before { content: counter(publications,decimal-leading-zero); position: absolute; left: 0; top: 25px; color: var(--muted); font-family: var(--mono); font-size: 10px; }
.publication-list[start="5"] { counter-reset: publications 4; }
.publication-list[start="3"] { counter-reset: publications 2; }
.publication-authors { color: var(--muted); font-size: 11px; margin-bottom: 6px; }
.publication-title { font-size: 17px; font-weight: 500; line-height: 1.55; margin-bottom: 8px; letter-spacing: -.015em; }
.publication-meta { font-size: 12px; color: #5b685d; }
.publication-meta i { color: var(--ink); font-style: normal; }
.publication-meta b { font-weight: 600; }
.publication-meta a { display: inline-block; color: var(--green); font-size: 11px; margin-block: 7px 0; }
.publication-meta font { color: var(--accent); }
.publication-archive { border-top: 1px solid var(--line); }
.publication-archive > summary { min-height: 52px; }
.material-list a { color: var(--green); }
.search-empty { padding-block: 20px 40px; font-size: 14px; color: var(--muted); }
.is-searching .publication-item::before { content: "—"; }

/* Access */
.access-content { padding-block: 57px 95px; }
.access-details { display: grid; grid-template-columns: 1.15fr 1fr; gap: 72px; margin-bottom: 55px; }
.access-details section h2 { font-size: 24px; letter-spacing: -.025em; margin: 12px 0 22px; }
.access-details section > p:not(.eyebrow) { font-size: 13px; line-height: 2.15; overflow-wrap: anywhere; }
.access-details section > p a { color: var(--green); }
.directions-section { border-left: 1px solid var(--line); padding-left: 50px; }
.campus-map { border: 1px solid var(--line); background: #0d2a40; }
.map-topline { padding: 19px 25px; border-bottom: 1px solid var(--line); display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px; }
.map-location { font-size: 11px; display: inline-flex; gap: 9px; align-items: center; }
.map-image-link { display: block; padding: 34px; }
.map-image-link img { width: 100%; max-width: 900px; margin-inline: auto; }
.campus-map figcaption { padding: 19px 25px; background: var(--tint); border-top: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; gap: 16px; font-size: 11px; }
.campus-map figcaption a { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.campus-map figcaption svg { width: 16px; height: 16px; }

/* Footer */
.site-footer { background: #041321; color: #edf0e8; }
.footer-main { display: flex; justify-content: space-between; gap: 45px; padding-top: 54px; padding-bottom: 52px; }
.footer-wordmark { font-size: 35px; line-height: 1.12; letter-spacing: -.04em; text-decoration: none; }
.footer-wordmark > span { display: block; font-size: 12px; line-height: 1.5; margin-top: 12px; letter-spacing: .1em; }
.footer-affiliation { min-width: 254px; font-size: 12px; }
.footer-affiliation p + p { font-size: 10px; color: #b8c7b9; margin-top: 6px; }
.footer-affiliation > a { display: inline-flex; align-items: center; gap: 20px; margin-top: 22px; font-size: 11px; text-decoration: none; }
.footer-affiliation svg { width: 16px; height: 16px; }
.footer-bottom { padding-block: 19px; display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid #ffffff24; color: #b8c7b9; font-size: 9px; letter-spacing: .04em; }
.footer-bottom small { font-size: inherit; }
.footer-bottom a { text-decoration: none; display: flex; gap: 18px; }
.footer-bottom a span { font-size: 16px; line-height: 1; }
.site-footer a:hover { color: var(--lime); }
.site-footer a:focus-visible { outline-color: var(--lime); }

@media (min-width: 1600px) {
  .hero { min-height: 640px; padding-top: 44px; padding-bottom: 48px; gap: 60px; }
  .hero-title { font-size: 84px; }
}
@media (max-width: 1150px) {
  .wrap { width: calc(100% - 72px); }
  .header-inner { gap: 20px; min-height: 85px; }
  .header-actions { gap: 24px; }
  .primary-nav { gap: 20px; }
  .primary-nav a { font-size: 11px; padding-block: 31px; }
  .brand { gap: 15px; }
  .brand-name { font-size: 16px; }
.brand-symbol { width: 42px; height: 42px; }
  .hero { gap: 26px; min-height: 548px; }
  .hero-visual { min-height: 470px; }
  .hero-title { font-size: clamp(47px,5.7vw,65px); }
  .hero-description { font-size: 12px; }
  .hero-links { gap: 20px; }
  .field-item { padding: 32px 15px 24px; gap: 10px; }
  .field-number { left: 15px; }
  .field-icon { width: 27px; height: 27px; }
  .field-name { font-size: 11px; }
  .field-translation { font-size: 8px; }
  .field-arrow { display: none; }
  .news-section { gap: 40px; }
  .research-layout { grid-template-columns: 175px minmax(0,1fr); gap: 38px; }
  .faculty-section { grid-template-columns: 270px 1fr; gap: 40px; }
  .access-details { gap: 40px; }
  .directions-section { padding-left: 35px; }
  html[lang="en"] .brand-name { font-size: 15px; }
  html[lang="en"] .brand-affiliation { font-size: 9px; }
}
@media (max-width: 900px) {
  .wrap { width: calc(100% - 48px); }
  .header-inner { flex-wrap: wrap; gap: 0; min-height: 79px; }
  .brand { padding-block: 17px; }
  .header-actions { gap: 20px; }
  .primary-nav { gap: 20px; }
  .primary-nav a { font-size: 11px; }
  .brand-affiliation { font-size: 8px; }
  .brand-name { font-size: 15px; }
.brand-symbol { width: 37px; height: 37px; }
  .hero { gap: 18px; min-height: 510px; }
  .hero-title { font-size: 49px; }
  .hero-visual { min-height: 430px; }
  .hero-description { line-height: 2; }
  .hero-links { gap: 17px; }
  .button { gap: 23px; padding-inline: 15px; font-size: 11px; }
  .text-link { font-size: 11px; gap: 7px; }
  .visual-topline { font-size: 7px; left: 16px; right: 16px; }
  .visual-topline > span:last-child { display: none; }
  .visual-bottomline { font-size: 7px; left: 16px; right: 16px; }
  .news-section { grid-template-columns: 180px 1fr; gap: 26px; }
  .news-item { grid-template-columns: 85px 1fr; gap: 16px; }
  .news-item time { font-size: 10px; }
  .faculty-section { grid-template-columns: 225px 1fr; gap: 32px; }
  .faculty-info h2 { font-size: 27px; }
  .faculty-photo { padding: 17px; }
  .research-layout { grid-template-columns: 150px minmax(0,1fr); gap: 30px; }
  .research-sidebar a { font-size: 11px; gap: 10px; }
  .access-details { grid-template-columns: 1fr 1fr; gap: 25px; }
  .directions-section { padding-left: 25px; }
  html[lang="en"] .header-actions { gap: 17px; }
  html[lang="en"] .primary-nav { gap: 15px; }
}
@media (max-width: 760px) {
  html { scroll-padding-top: 96px; }
  .wrap { width: calc(100% - 40px); }
  .header-inner { min-height: 76px; }
  .brand { gap: 13px; }
  .brand-name { font-size: 16px; }
  .brand-affiliation { font-size: 8px; }
  .header-actions { gap: 15px; }
  .language-switch { font-size: 10px; gap: 6px; }
  .js .menu-toggle { display: block; }
  .primary-nav { width: 100%; flex-wrap: wrap; justify-content: center; gap: 22px; }
  .primary-nav a { padding-block: 12px; }
  .primary-nav a::after { bottom: 7px; }
  .header-actions { flex-wrap: wrap; }
  html:not(.js) .header-actions { justify-content: center; width: 100%; padding-bottom: 10px; }
  .js .primary-nav { display: none; position: absolute; top: 100%; left: 0; right: 0; padding: 13px 20px 22px; background: var(--paper); border-bottom: 1px solid var(--line); box-shadow: 0 16px 24px #2033220c; }
  .js .primary-nav.is-open { display: flex; flex-direction: column; gap: 0; }
  .js .primary-nav a { padding: 14px 0; font-size: 13px; border-bottom: 1px solid var(--line); }
  .js .primary-nav a::after { display: none; }
  .js .primary-nav a[aria-current="page"] { color: var(--green); font-weight: 700; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(3.5px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .hero { grid-template-columns: 1fr; gap: 30px; padding-top: 27px; padding-bottom: 30px; }
  .hero-copy { padding-block: 8px 0; }
  .hero-welcome { margin-bottom: 21px; font-size: 10px; }
  .hero-title { font-size: clamp(49px,9.7vw,73px); letter-spacing: -.06em; line-height: 1.055; }
  .hero h1 { margin-bottom: 24px; }
  .hero-description { max-width: 510px; font-size: 12px; line-height: 2.1; }
  .hero-links { margin-top: 25px; gap: 27px; }
  .button { padding: 13px 18px; gap: 37px; min-height: 48px; font-size: 12px; }
  .text-link { font-size: 12px; }
  .hero-visual { min-height: 0; aspect-ratio: 1.2; max-height: 460px; }
  .point-cloud { inset: -6% 0; }
  .visual-topline, .visual-bottomline { font-size: 8px; }
  .visual-topline > span:last-child { display: inline; }
  .field-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .home-fields .field-item { min-height: 104px; padding: 33px 16px 24px; }
  .home-fields .field-item:nth-child(3) { border-left: 0; }
  .home-fields .field-item:nth-child(n+3) { border-top: 1px solid var(--line); }
  .field-icon { width: 28px; height: 28px; }
  .field-name { font-size: 11px; }
  .field-translation { font-size: 8px; }
  .news-section { grid-template-columns: 1fr; gap: 27px; padding-block: 52px; }
  .news-heading { position: relative; padding-top: 0; }
  .news-heading h2 { font-size: 48px; margin-top: 10px; }
  .section-subtitle { margin-top: 11px; font-size: 11px; }
  .section-index { position: absolute; right: 0; bottom: 3px; margin: 0; font-size: 8px; }
  .news-item { grid-template-columns: 1fr; gap: 8px; padding-block: 19px; }
  .news-item time { font-size: 10px; }
  .news-text { font-size: 12px; line-height: 1.85; }
  .archive { margin-top: 8px; }
  .explore-section { margin-bottom: 52px; }
  .explore-link { padding-block: 24px; gap: 18px; }
  .explore-link + .explore-link { padding-left: 20px; }
  .explore-title { font-size: 29px; }
  .explore-title > span { font-size: 10px; }
  .explore-link > svg { width: 22px; height: 22px; right: 13px; top: 53%; }
  .explore-link > .eyebrow { font-size: 8px; }
  .page-heading { padding-top: 19px; padding-bottom: 34px; }
  .page-heading-row { margin-top: 33px; }
  .page-heading h1 { font-size: clamp(40px,9vw,64px); margin-top: 14px; }
  .page-heading .eyebrow { font-size: 8px; }
  .page-subtitle { font-size: 12px; margin-top: 15px; }
  .page-number { font-size: 36px; padding-bottom: 1px; }
  .page-access .page-number { display: none; }
  .section-topline h2 { font-size: 22px; }
  .members-content { padding-block: 35px 60px; }
  .faculty-section { grid-template-columns: 1fr; gap: 28px; padding-bottom: 39px; }
  .faculty-photo { width: 100%; max-width: 340px; }
  .faculty-info h2 { font-size: 29px; }
  .faculty-role { font-size: 12px; }
  .career-list { font-size: 11px; }
  .members-section { padding-top: 37px; }
  .people-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 0 24px; }
  .person { padding: 19px 0; }
  .person dd { font-size: 18px; }
  .person dt { font-size: 9px; }
  .alumni-section { padding-top: 37px; }
  .alumni-table th, .alumni-table td { padding: 13px 10px; }
  .alumni-table th { width: 45%; font-size: 10px; }
  .alumni-table td { font-size: 12px; overflow-wrap: anywhere; }
  .research-layout { grid-template-columns: 1fr; gap: 31px; padding-block: 27px 52px; }
  .research-sidebar { position: static; }
  .research-sidebar > .eyebrow { margin-bottom: 6px; font-size: 9px; }
  .research-sidebar nav { flex-direction: row; flex-wrap: wrap; gap: 0 20px; }
  .research-sidebar a { padding-block: 11px; font-size: 10px; gap: 7px; }
  .research-sidebar a span { font-size: 8px; }
  .research-section { margin-bottom: 38px; }
  .publication-search { margin-bottom: 32px; }
  .research-section .field-item { padding: 34px 13px 24px; gap: 9px; }
  .research-section .field-name { font-size: 10px; }
  .research-section .field-translation { font-size: 8px; }
  .research-section .field-icon { width: 24px; height: 24px; }
  .publication-item { padding: 19px 0 21px 29px; font-size: 11px; }
  .publication-item::before { top: 20px; font-size: 9px; }
  .publication-title { font-size: 16px; }
  .publication-meta { font-size: 11px; }
  .publication-authors { font-size: 10px; }
  .section-topline { margin-bottom: 23px; }
  .access-content { padding-block: 32px 58px; }
  .access-details { grid-template-columns: 1fr; gap: 31px; margin-bottom: 32px; }
  .access-details section h2 { font-size: 22px; margin-bottom: 16px; }
  .access-details section > p:not(.eyebrow) { font-size: 12px; }
  .directions-section { border-left: 0; border-top: 1px solid var(--line); padding: 28px 0 0; }
  .map-topline { padding: 16px; }
  .map-topline .eyebrow { font-size: 8px; }
  .map-location { font-size: 10px; }
  .map-image-link { padding: 12px; }
  .campus-map figcaption { padding: 16px; font-size: 10px; }
  .footer-main { flex-direction: column; gap: 32px; padding-block: 36px 31px; }
  .footer-wordmark { font-size: 31px; }
  .footer-wordmark > span { font-size: 10px; margin-top: 10px; }
  .footer-affiliation { font-size: 11px; }
  .footer-affiliation > a { margin-top: 16px; }
  .footer-bottom { font-size: 8px; letter-spacing: 0; }
  .footer-bottom a { gap: 9px; flex-shrink: 0; }
  html[lang="en"] .brand-name { font-size: 14px; }
  html[lang="en"] .brand-affiliation { font-size: 8px; }
  html[lang="en"] .hero-title { font-size: clamp(48px,9.5vw,73px); }
  html[lang="en"] .person dd { font-size: 17px; letter-spacing: -.01em; }
}
@media (max-width: 380px) {
  .wrap { width: calc(100% - 32px); }
  .header-actions { gap: 8px; }
  .brand-name { font-size: 14px; }
.brand-symbol { width: 34px; height: 34px; }
  .brand { gap: 10px; }
  .brand-affiliation { font-size: 7px; }
  .hero-title { font-size: 45px; }
  .hero-links { gap: 17px; }
  .button { gap: 19px; padding-inline: 14px; }
  .text-link { font-size: 11px; }
  .field-icon { width: 23px; height: 23px; }
  .field-item { gap: 8px; }
  .home-fields .field-item { padding-inline: 11px; }
  .field-name { font-size: 10px; }
  .field-translation { font-size: 7px; }
  .field-number { left: 11px; }
  .menu-toggle { width: 36px; height: 36px; padding: 7px; }
  html[lang="en"] .brand-name { font-size: 12px; }
  html[lang="en"] .brand-affiliation { font-size: 7px; }
  html[lang="en"] .header-actions { gap: 8px; }
  html[lang="en"] .hero-title { font-size: 43px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
@media print {
  body { background: white; color: black; font-size: 10pt; }
  .wrap { width: 100%; max-width: none; }
  .site-header { position: static; background: white; }
  .header-actions, .hero-visual, .hero-links, .research-sidebar, .publication-search, .explore-section, .footer-bottom > a, summary { display: none !important; }
  .hero, .news-section, .research-layout { display: block; }
  .hero { min-height: 0; padding-block: 25px; }
  .hero-title { font-size: 40pt; }
  .news-heading { margin-bottom: 20px; }
  .section-index { display: none; }
  .publication-item, .person, .news-item { break-inside: avoid; }
  .site-footer { background: white; color: black; border-top: 1px solid #ccc; }
  .footer-affiliation p + p, .footer-bottom { color: #444; }
}
