@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;500;600&family=Noto+Serif:wght@600;700&display=swap");

:root {
  --ink: #10263a;
  --ink-deep: #091a29;
  --muted: #566472;
  --line: #d9dde0;
  --soft-line: #eceeed;
  --paper: #ffffff;
  --warm: #faf7f2;
  --warm-deep: #f2ebe1;
  --gold: #a46d17;
  --shadow: 0 20px 70px rgb(16 38 58 / 11%);
  --serif: "Noto Serif", Georgia, "Times New Roman", serif;
  --sans: "Noto Sans", "Helvetica Neue", Arial, sans-serif;
  --page: min(1480px, calc(100vw - 72px));
  --narrow: min(1160px, calc(100vw - 72px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 17px; line-height: 1.58; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 4px; }
button { font: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-weight: 600; }
h1, h2 { font-family: var(--serif); letter-spacing: 0; line-height: 1.15; }
h1 { font-size: clamp(2.8rem, 5vw, 5.8rem); }
h2 { font-size: clamp(1.9rem, 3vw, 3.5rem); }
h3 { line-height: 1.25; }
svg { display: block; }

.skip-link { position: fixed; z-index: 1000; left: 16px; top: -60px; padding: 10px 16px; background: var(--ink); color: #fff; transition: top .2s; }
.skip-link:focus { top: 16px; }
.site-header { width: var(--page); margin: 0 auto; min-height: 122px; display: flex; align-items: center; justify-content: space-between; gap: 36px; position: relative; z-index: 20; }
.brand { display: flex; align-items: center; gap: 20px; text-decoration: none; min-width: 300px; }
.brand-mark { width: 116px; height: 108px; object-fit: contain; }
.brand-wordmark { width: 210px; height: auto; object-fit: contain; }
.site-nav { display: flex; align-items: center; gap: clamp(18px, 2.2vw, 38px); font-size: .9rem; font-weight: 500; }
.site-nav a { position: relative; text-decoration: none; white-space: nowrap; padding: 15px 0; }
.site-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 9px; height: 1px; background: var(--gold); transition: right .2s; }
.site-nav a:hover::after, .site-nav a[aria-current="page"]::after { right: 0; }
.nav-toggle { display: none; border: 0; background: transparent; padding: 10px; color: var(--ink); }
.nav-toggle span { display: block; width: 25px; height: 1.5px; margin: 5px 0; background: currentColor; }
.nav-toggle b { position: absolute; overflow: hidden; width: 1px; height: 1px; clip: rect(0 0 0 0); }

.section-shell { width: var(--page); margin-inline: auto; }
.section-index { margin-bottom: 10px; color: var(--gold); font-size: .8rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: 12px 22px; border: 1px solid var(--ink); border-radius: 2px; background: var(--ink); color: #fff; font-size: .88rem; font-weight: 600; letter-spacing: .01em; text-decoration: none; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); background: #183a56; }
.text-link, .quiet-link { display: inline-flex; align-items: center; gap: 10px; color: var(--ink); font-size: .86rem; font-weight: 600; text-decoration: none; }
.arrow { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; transition: transform .2s; }
a:hover > .arrow, .text-link:hover .arrow { transform: translateX(4px); }

.home-hero { width: var(--page); min-height: min(590px, calc(100vh - 122px)); margin: 0 auto; position: relative; display: grid; align-items: center; overflow: hidden; background: #faf8f3; }
.hero-art { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-copy { position: relative; z-index: 2; width: min(620px, 45%); padding: 38px 0 36px 34px; }
.hero-copy h1 { max-width: 620px; margin-bottom: 18px; font-size: clamp(2.55rem, 3.7vw, 4.3rem); font-weight: 700; }
.hero-copy > p { max-width: 440px; margin-bottom: 32px; color: #304759; font-size: clamp(1rem, 1.15vw, 1.2rem); }
.hero-actions { display: flex; align-items: center; gap: 25px; flex-wrap: wrap; }
.hero-copy blockquote { margin: 24px 0 0; max-width: 420px; padding-left: 18px; border-left: 2px solid #d69c29; font-family: var(--serif); font-size: 1.16rem; font-style: normal; font-weight: 700; }

.about-band { display: grid; grid-template-columns: minmax(0, 1.22fr) minmax(390px, .78fr); gap: clamp(38px, 4vw, 65px); padding-block: 48px 42px; align-items: start; }
.about-copy h2 { max-width: 760px; margin-bottom: 18px; font-size: clamp(2rem, 2.8vw, 3.15rem); }
.about-copy > p:not(.section-index) { max-width: 800px; margin-bottom: 10px; color: #34495a; font-size: 1rem; line-height: 1.55; }
.about-copy .text-link { margin-top: 12px; }
.method-line { margin-top: 20px; display: flex; align-items: center; flex-wrap: wrap; gap: 9px; color: var(--muted); font-size: .76rem; font-weight: 600; letter-spacing: .055em; text-transform: uppercase; }
.method-line i { height: 1px; width: clamp(12px, 2vw, 38px); background: var(--line); }
.research-directory { padding: 24px 28px 22px; background: var(--warm); align-self: start; }
.research-directory header { padding-bottom: 15px; border-bottom: 1px solid #d9d2c8; }
.research-directory h2 { margin: 0; font-size: 1.75rem; }
.research-row { min-height: 52px; display: grid; grid-template-columns: 36px 1fr 20px; align-items: center; gap: 12px; border-bottom: 1px solid #ded8cf; text-decoration: none; }
.research-row > span:nth-child(2) { display: grid; }
.research-row strong { font-size: .9rem; font-weight: 600; }
.research-row small { max-width: 760px; color: var(--muted); font-size: .82rem; line-height: 1.45; margin-top: 4px; }
.research-row .arrow { justify-self: end; }
.research-icon { width: 29px; height: 29px; display: grid; place-items: center; border-radius: 2px; background: var(--tile); color: #fff; transition: transform .2s; }
.research-icon svg { width: 18px; height: 18px; fill: currentColor; stroke: currentColor; stroke-width: 1.4; stroke-linecap: round; stroke-linejoin: round; }
.research-row:hover .research-icon { transform: rotate(-3deg) scale(1.05); }

.people-section { padding-block: 22px 58px; }
.section-heading { display: flex; justify-content: space-between; gap: 40px; align-items: end; margin-bottom: 30px; }
.section-heading > div { max-width: 890px; }
.section-heading h2 { margin-bottom: 12px; }
.section-heading p:not(.section-index) { max-width: 800px; color: var(--muted); }
.people-grid { display: grid; grid-template-columns: repeat(8, minmax(0, 1fr)); gap: 34px 16px; }
.person-card { min-width: 0; }
.person-image { aspect-ratio: 1 / 1.03; overflow: hidden; position: relative; display: block; background: var(--warm); text-decoration: none; }
.person-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s cubic-bezier(.2,.8,.2,1); }
.person-image:hover img { transform: scale(1.025); }
.photo-note { position: absolute; left: 8px; bottom: 8px; padding: 3px 6px; background: rgb(255 255 255 / 88%); color: var(--muted); font-size: .76rem; letter-spacing: .04em; text-transform: uppercase; backdrop-filter: blur(6px); }
.person-copy { padding: 11px 2px 0; }
.person-role { margin-bottom: 4px; color: var(--gold); font-size: .76rem; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; }
.person-copy h3 { margin-bottom: 5px; font-family: var(--serif); font-size: 1.08rem; font-weight: 700; }
.person-copy h3 a { text-decoration: none; }
.person-copy > p:not(.person-role) { min-height: 62px; margin-bottom: 9px; color: var(--muted); font-size: .76rem; line-height: 1.42; }
.person-copy .text-link { font-size: .76rem; }
.person-copy .text-link .arrow { width: 16px; }

.evidence-band { display: grid; grid-template-columns: 1fr 1fr; gap: 55px; padding-block: 52px 65px; border-top: 1px solid var(--soft-line); }
.evidence-band > div + div { padding-left: 70px; border-left: 1px solid var(--line); }
.evidence-band header { position: relative; margin-bottom: 20px; }
.evidence-band header h2 { margin-bottom: 12px; font-size: 2.35rem; }
.evidence-band header > a { position: absolute; right: 0; bottom: 15px; display: flex; align-items: center; gap: 8px; font-size: .8rem; text-decoration: none; }
.updates-column article, .publication-mini { padding: 18px 0; border-top: 1px solid var(--line); }
.updates-column article > p:first-child, .publication-mini > span { margin-bottom: 7px; color: var(--gold); font-size: .76rem; letter-spacing: .06em; text-transform: uppercase; }
.updates-column article h3, .publication-mini h3 { margin-bottom: 7px; font-family: var(--serif); font-size: 1.28rem; font-weight: 600; }
.updates-column article > p:last-child, .publication-mini p { margin: 0; color: var(--muted); font-size: .86rem; }
.publication-mini { display: grid; grid-template-columns: 52px 1fr; gap: 18px; }

.join-band { position: relative; min-height: 160px; padding: 32px max(36px, calc((100vw - min(1480px, calc(100vw - 72px))) / 2)); display: grid; grid-template-columns: 1fr auto; gap: 45px; align-items: center; overflow: hidden; background: #f3f4f4; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.join-band > div { position: relative; z-index: 2; max-width: 850px; }
.join-band h2 { margin-bottom: 10px; font-size: clamp(1.65rem, 2.3vw, 2.5rem); }
.join-band p { margin: 0; color: var(--muted); }
.join-band .button { position: relative; z-index: 2; min-width: 160px; }
.signal-drawing { min-height: 150px; position: relative; opacity: .44; }
.signal-drawing span { position: absolute; left: 0; top: calc(20px * var(--n, 1)); width: 100%; height: 1px; background: #b9a07c; transform: rotate(calc(-7deg + var(--n, 1) * 2deg)); }
.signal-drawing span:nth-child(1) { --n: 1; }.signal-drawing span:nth-child(2) { --n: 2; }.signal-drawing span:nth-child(3) { --n: 3; }.signal-drawing span:nth-child(4) { --n: 4; }.signal-drawing span:nth-child(5) { --n: 5; }

.site-footer { width: var(--page); margin: 0 auto; padding: 32px 0 28px; display: grid; grid-template-columns: 1.4fr .8fr .8fr; gap: 45px; align-items: center; }
.footer-brand { display: flex; align-items: center; gap: 24px; }
.footer-brand img { width: 176px; height: 176px; object-fit: contain; }
.footer-brand p { max-width: 440px; margin: 0; color: var(--muted); font-size: .84rem; }
.footer-brand strong { color: var(--ink); font-size: 1.1rem; font-weight: 600; letter-spacing: .04em; }
.footer-links { display: grid; grid-template-columns: 1fr 1fr; gap: 9px 20px; font-size: .8rem; }
.footer-meta { margin: 0; color: var(--muted); font-size: .76rem; text-align: right; }
.footer-meta span { display: inline-block; margin-top: 10px; }

.page-hero { width: var(--narrow); margin: 0 auto; padding: 42px 0 38px; border-bottom: 1px solid var(--line); }
.page-hero h1 { max-width: 1050px; margin-bottom: 14px; font-size: clamp(2.5rem, 4vw, 4.5rem); font-weight: 700; }
.page-hero > p:last-child { max-width: 830px; margin: 0; color: var(--muted); font-size: clamp(1.05rem, 1.5vw, 1.35rem); }

.research-details { padding-block: 28px 70px; }
.research-detail { --tile: #333; display: grid; grid-template-columns: 56px 74px 1fr; gap: 28px; padding: 34px 0; border-bottom: 1px solid var(--line); scroll-margin-top: 20px; }
.research-detail-number { color: var(--muted); font-size: .76rem; letter-spacing: .1em; }
.research-detail-icon { width: 72px; height: 72px; display: grid; place-items: center; background: var(--tile); color: #fff; }
.research-detail-icon svg { width: 41px; height: 41px; fill: currentColor; stroke: currentColor; stroke-width: 1.2; stroke-linecap: round; stroke-linejoin: round; }
.research-detail h2 { margin-bottom: 10px; font-size: clamp(1.8rem, 2.5vw, 2.8rem); }
.research-detail p { max-width: 900px; color: var(--muted); }
.research-topics { max-width: 900px; margin: 14px 0 0; padding-left: 20px; columns: 2; column-gap: 40px; color: #34495a; font-size: .9rem; }
.research-topics li { margin-bottom: 8px; break-inside: avoid; }
.connected-people { margin-top: 16px; font-size: .86rem; }
.connected-people span { display: block; margin-bottom: 5px; color: var(--gold); font-size: .76rem; font-weight: 600; letter-spacing: .07em; text-transform: uppercase; }
.connected-people a { color: var(--ink); }

.people-directory { padding-block: 30px 70px; }
.filter-bar { display: flex; gap: 8px; margin-bottom: 28px; padding-bottom: 10px; border-bottom: 1px solid var(--line); }
.filter-bar button { padding: 8px 13px; border: 0; border-bottom: 1px solid transparent; background: transparent; color: var(--muted); cursor: pointer; font-size: .84rem; }
.filter-bar button:hover, .filter-bar button.is-active { border-color: var(--gold); color: var(--ink); }
.people-grid--directory .person-card[hidden] { display: none; }

.publication-list { padding-block: 28px 70px; }
.publication-row { display: grid; grid-template-columns: 160px 1fr; gap: 40px; padding: 28px 0; border-bottom: 1px solid var(--line); }
.publication-row > div:first-child { display: flex; align-items: flex-start; gap: 12px; }
.publication-row > div:first-child > span { font-family: var(--serif); font-size: 1.55rem; }
.status { padding: 3px 7px; border: 1px solid currentColor; color: var(--gold); font-size: .76rem; font-style: normal; letter-spacing: .06em; text-transform: uppercase; }
.status--submitted { color: #6d35ae; }
.publication-row h2 { max-width: 950px; margin-bottom: 15px; font-size: clamp(1.8rem, 2.7vw, 3.1rem); }
.publication-row h2 a { text-decoration: none; }
.publication-row h2 a:hover { text-decoration: underline; }
.publication-row p { margin-bottom: 5px; color: var(--muted); }
.publication-row .venue { font-style: italic; }
.publication-note { margin-bottom: 70px; padding: 42px; background: var(--warm); }
.publication-note h2 { max-width: 800px; margin-bottom: 18px; }
.publication-note p { max-width: 800px; color: var(--muted); }
.publication-note .button { margin-top: 12px; }

.news-list { padding-block: 26px 70px; }
.news-item { display: grid; grid-template-columns: 160px minmax(280px, .8fr) 1fr; gap: 38px; padding: 30px 0; border-bottom: 1px solid var(--line); }
.news-item > p:first-child { color: var(--gold); font-size: .8rem; letter-spacing: .06em; text-transform: uppercase; }
.news-item h2 { margin: 0; font-size: clamp(1.8rem, 2.7vw, 3.2rem); }
.news-item > p:last-child { color: var(--muted); }

.breadcrumb { width: var(--narrow); margin: 0 auto; padding: 22px 0 8px; display: flex; align-items: center; gap: 8px; color: var(--muted); font-size: .8rem; }
.breadcrumb .arrow { width: 13px; }
.profile-hero { width: var(--narrow); margin: 0 auto; padding: 22px 0 52px; display: grid; grid-template-columns: minmax(300px, .62fr) 1.38fr; gap: clamp(42px, 6vw, 85px); align-items: center; }
.profile-image img { width: 100%; height: auto; aspect-ratio: 1 / 1; object-fit: cover; }
.profile-image p { margin: 8px 0 0; color: var(--muted); font-size: .76rem; letter-spacing: .03em; text-align: center; }
.profile-intro h1 { margin-bottom: 18px; font-size: clamp(2.8rem, 4.4vw, 4.8rem); font-weight: 700; }
.profile-lede { max-width: 800px; color: #405463; font-family: var(--serif); font-size: clamp(1.25rem, 1.7vw, 1.75rem); line-height: 1.45; }
.profile-intro dl { max-width: 780px; margin: 26px 0 0; display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); }
.profile-intro dl > div { padding: 15px 20px 15px 0; border-bottom: 1px solid var(--line); }
.profile-intro dt { color: var(--gold); font-size: .76rem; font-weight: 600; letter-spacing: .07em; text-transform: uppercase; }
.profile-intro dd { margin: 3px 0 0; font-size: .86rem; }
.profile-tiles { width: var(--narrow); margin: 0 auto; padding: 34px 0; display: grid; grid-template-columns: .72fr 1.28fr; gap: 45px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.profile-tiles h2 { margin: 0; font-size: 2.5rem; }
.profile-tile-links { display: flex; flex-wrap: wrap; gap: 10px; align-content: center; }
.profile-tile-links a { --tile: #333; display: flex; align-items: center; gap: 9px; padding: 9px 13px 9px 9px; background: var(--warm); font-size: .8rem; text-decoration: none; }
.profile-tile-links svg { width: 30px; height: 30px; padding: 6px; background: var(--tile); color: #fff; fill: currentColor; stroke: currentColor; stroke-width: 1.3; }
.profile-content { width: var(--narrow); margin: 0 auto; padding: 52px 0 70px; display: grid; grid-template-columns: 220px minmax(0, 850px); gap: clamp(45px, 7vw, 95px); }
.profile-content aside { position: sticky; top: 25px; align-self: start; display: grid; }
.profile-content aside p { padding-bottom: 9px; border-bottom: 1px solid var(--line); color: var(--gold); font-size: .76rem; font-weight: 600; letter-spacing: .07em; text-transform: uppercase; }
.profile-content aside a { padding: 7px 0; color: var(--muted); font-size: .8rem; text-decoration: none; }
.profile-content aside a:hover { color: var(--ink); }
.prose h2 { margin: 44px 0 16px; font-size: clamp(1.9rem, 2.8vw, 3.2rem); scroll-margin-top: 24px; }
.prose h2:first-child { margin-top: 0; }
.prose h3 { margin: 26px 0 12px; font-family: var(--serif); font-size: 1.4rem; }
.prose p, .prose li { color: #3f5361; font-size: 1.05rem; line-height: 1.68; }
.prose ul { padding-left: 20px; }
.prose li { margin-bottom: 8px; padding-left: 6px; }
.prose blockquote { margin: 35px 0; padding: 20px 0 20px 30px; border-left: 2px solid var(--gold); color: var(--ink); font-family: var(--serif); font-size: 1.6rem; }

.reveal { opacity: 1; transform: none; }

@media (max-width: 1100px) {
  :root { --page: min(100% - 44px, 1000px); --narrow: min(100% - 44px, 920px); }
  .site-header { min-height: 106px; }
  .brand { min-width: 230px; }
  .brand-mark { width: 92px; height: 86px; }
  .brand-wordmark { width: 165px; }
  .site-nav { gap: 18px; }
  .home-hero { min-height: 560px; }
  .hero-copy { width: 55%; padding-left: 15px; }
  .about-band { grid-template-columns: 1fr; }
  .research-directory { max-width: 780px; }
  .people-grid { grid-template-columns: repeat(5, 1fr); }
  .evidence-band { gap: 45px; }
  .evidence-band > div + div { padding-left: 45px; }
  .site-footer { grid-template-columns: 1fr 1fr; }
  .footer-meta { grid-column: 1 / -1; text-align: left; }
}

@media (max-width: 780px) {
  :root { --page: calc(100% - 32px); --narrow: calc(100% - 32px); }
  body { font-size: 16px; }
  .site-header { min-height: 80px; }
  .brand-mark { width: 70px; height: 65px; }
  .brand-wordmark { width: 130px; }
  .nav-toggle { display: block; }
  .site-nav { position: absolute; top: 72px; right: 0; width: min(330px, calc(100vw - 32px)); padding: 23px; display: none; align-items: stretch; gap: 0; background: #fff; box-shadow: var(--shadow); }
  .site-nav.is-open { display: grid; }
  .site-nav a { padding: 12px 4px; border-bottom: 1px solid var(--soft-line); }
  .home-hero { width: 100%; min-height: auto; display: flex; flex-direction: column; overflow: visible; }
  .hero-art { position: relative; height: 53vw; min-height: 330px; order: 1; object-position: 70% center; }
  .hero-copy { width: var(--page); order: 2; padding: 34px 0 38px; }
  .hero-copy h1 { font-size: clamp(2.7rem, 11vw, 4.4rem); }
  .hero-copy blockquote { margin-top: 22px; }
  .about-band { padding-block: 38px 34px; gap: 32px; }
  .method-line { align-items: flex-start; flex-wrap: wrap; }
  .research-directory { padding: 24px 22px; }
  .people-section { padding-block: 18px 52px; }
  .section-heading { display: block; }
  .section-heading .text-link { margin-top: 12px; }
  .people-grid { grid-template-columns: repeat(3, 1fr); gap: 30px 14px; }
  .person-copy h3 { font-size: 1.25rem; }
  .person-copy > p:not(.person-role) { min-height: 0; }
  .evidence-band { grid-template-columns: 1fr; padding-block: 38px 52px; }
  .evidence-band > div + div { padding: 28px 0 0; border-left: 0; border-top: 1px solid var(--line); }
  .join-band { grid-template-columns: 1fr; padding: 30px 24px; gap: 18px; }
  .signal-drawing { position: absolute; inset: 0 55% 0 0; }
  .site-footer { grid-template-columns: 1fr; gap: 32px; }
  .footer-links { max-width: 340px; }
  .page-hero { padding: 36px 0 34px; }
  .research-detail { grid-template-columns: 42px 56px 1fr; gap: 15px; padding: 30px 0; }
  .research-detail-icon { width: 52px; height: 52px; }
  .research-detail-icon svg { width: 30px; height: 30px; }
  .publication-row { grid-template-columns: 1fr; gap: 18px; }
  .publication-note { padding: 34px 28px; }
  .news-item { grid-template-columns: 1fr; gap: 12px; }
  .profile-hero { grid-template-columns: 1fr; padding-top: 25px; }
  .profile-image { max-width: 520px; }
  .profile-intro h1 { font-size: clamp(2.8rem, 12vw, 4.5rem); }
  .profile-tiles { grid-template-columns: 1fr; gap: 30px; }
  .profile-content { grid-template-columns: 1fr; gap: 32px; padding-block: 42px 55px; }
  .profile-content aside { position: static; grid-template-columns: repeat(2, 1fr); gap: 0 12px; }
  .profile-content aside p { grid-column: 1 / -1; }
}

@media (max-width: 480px) {
  .people-grid { grid-template-columns: repeat(2, 1fr); }
  .person-image { aspect-ratio: 1.07 / 1; }
  .person-copy > p:not(.person-role) { font-size: .82rem; }
  .research-detail { grid-template-columns: 36px 1fr; }
  .research-detail-icon { grid-column: 2; }
  .research-detail > div:last-child { grid-column: 2; }
  .profile-intro dl { grid-template-columns: 1fr; }
  .filter-bar { overflow-x: auto; }
  .footer-brand { align-items: flex-start; }
  .footer-brand img { width: 140px; height: 140px; }
  .research-topics { columns: 1; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
