:root {
  --ink: #10242a;
  --navy: #082e3a;
  --teal: #0c6475;
  --teal-bright: #27a5b4;
  --gold: #c69a4b;
  --paper: #f7f7f3;
  --team-paper: #f2eee4;
  --mist: #e9efed;
  --line: rgba(16,36,42,.16);
  --white: #fff;
  --muted: #5f7075;
  --shell: min(1180px, calc(100vw - 64px));
  --ease: cubic-bezier(.22,1,.36,1);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 82px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans SC", Arial, sans-serif; line-height: 1.55; text-rendering: optimizeLegibility; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.shell { width: var(--shell); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -60px; z-index: 1000; padding: 10px 14px; background: var(--white); color: var(--ink); border-radius: 4px; transition: top .2s; }
.skip-link:focus { top: 16px; }
.site-header { position: fixed; inset: 0 0 auto; z-index: 100; color: var(--white); transition: background .35s, box-shadow .35s, color .35s; }
.site-header.is-scrolled { background: rgba(247,247,243,.94); color: var(--ink); box-shadow: 0 1px 0 var(--line); backdrop-filter: blur(14px); }
.nav-shell { width: min(1400px, calc(100vw - 52px)); height: 96px; margin: auto; display: flex; align-items: center; justify-content: space-between; gap: 34px; }
.brand { display: inline-flex; align-items: center; gap: 16px; min-width: 286px; }
.brand-mark { width: 44px; height: 44px; position: relative; display: grid; grid-template-columns: repeat(3,1fr); gap: 4px; transform: rotate(45deg); }
.brand-mark i { display: block; border: 1px solid currentColor; background: rgba(39,165,180,.2); }
.brand-mark i:nth-child(2) { transform: translateY(5px); background: var(--gold); border-color: var(--gold); }
.brand-copy { display: flex; flex-direction: column; line-height: 1.15; }
.brand-copy strong { font-size: 21px; letter-spacing: -.025em; }
.brand-copy small { margin-top: 6px; font-size: 10px; letter-spacing: .18em; text-transform: uppercase; opacity: .68; }
.main-nav { display: flex; align-items: center; gap: clamp(15px,1.65vw,29px); font-size: 14px; font-weight: 650; letter-spacing: .015em; }
.main-nav > a { position: relative; padding-block: 36px; }
.main-nav > a:not(.language-link)::after { content: ""; position: absolute; height: 1px; left: 0; right: 100%; bottom: 29px; background: currentColor; transition: right .3s var(--ease); }
.main-nav > a:hover::after, .main-nav > a.is-active::after { right: 0; }
.language-link { padding: 7px 10px !important; border: 1px solid currentColor; border-radius: 999px; }
.menu-button { display: none; border: 0; color: currentColor; background: transparent; padding: 8px; }
.menu-button span { width: 22px; height: 1px; background: currentColor; display: block; margin: 4px 0; }
.menu-button b { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }

.hero { position: relative; height: min(860px, 100svh); min-height: 680px; color: var(--white); background: var(--navy); overflow: hidden; }
.hero-slides, .hero-slide { position: absolute; inset: 0; }
.hero-slide { opacity: 0; visibility: hidden; transition: opacity .9s var(--ease), visibility .9s; }
.hero-slide.is-active { opacity: 1; visibility: visible; }
.hero-image { position: absolute; inset: -3%; background-image: var(--slide-image); background-size: cover; background-position: center; transform: scale(1.08); transition: transform 8s linear; }
.hero-slide.is-active .hero-image { transform: scale(1); }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,22,29,.92) 0%, rgba(3,22,29,.68) 42%, rgba(3,22,29,.16) 78%), linear-gradient(0deg, rgba(3,22,29,.58), transparent 45%); }
.hero-inner { width: var(--shell); height: 100%; margin: auto; position: relative; display: flex; align-items: center; padding-top: 96px; }
.hero-copy { width: min(720px, 66%); transform: translateY(30px); opacity: 0; transition: transform .9s .18s var(--ease), opacity .8s .18s; }
.hero-slide.is-active .hero-copy { transform: translateY(0); opacity: 1; }
.eyebrow { margin: 0 0 22px; text-transform: uppercase; letter-spacing: .16em; font-size: 11px; font-weight: 760; display: flex; align-items: center; gap: 12px; }
.eyebrow span { color: var(--gold); font-variant-numeric: tabular-nums; }
.eyebrow.gold { color: var(--gold); }
.hero h1 { max-width: 820px; margin: 0; font-family: Georgia, "Times New Roman", "Noto Serif SC", serif; font-size: clamp(52px, 6.8vw, 102px); font-weight: 500; line-height: .96; letter-spacing: -.052em; text-wrap: balance; }
.hero-summary { max-width: 620px; margin: 27px 0 0; font-size: clamp(15px,1.3vw,19px); color: rgba(255,255,255,.78); }
.button { display: inline-flex; align-items: center; justify-content: center; min-width: 214px; margin-top: 30px; padding: 17px 22px; border: 1px solid currentColor; font-size: 13px; font-weight: 720; transition: background .3s, color .3s, transform .3s; }
.button:hover { transform: translateY(-2px); }
.button-light:hover { background: var(--white); color: var(--navy); }
.hero-ui { position: absolute; bottom: 43px; left: 50%; width: var(--shell); transform: translateX(-50%); display: flex; align-items: center; justify-content: space-between; gap: 36px; z-index: 5; }
.hero-dots { display: flex; gap: 9px; }
.hero-dot { width: 34px; height: 3px; padding: 0; border: 0; background: rgba(255,255,255,.34); cursor: pointer; transition: background .3s, width .3s; }
.hero-dot.is-active { width: 62px; background: var(--gold); }
.hero-arrows { display: flex; gap: 10px; }
.hero-arrows button { width: 66px; height: 60px; position: relative; border: 1px solid rgba(255,255,255,.5); color: var(--white); background: rgba(3,22,29,.34); cursor: pointer; transition: background .3s, border-color .3s, transform .3s var(--ease); }
.hero-arrows button::before { content: ""; position: absolute; top: 50%; left: 50%; width: 25px; height: 1px; background: currentColor; transform: translate(-50%,-50%); }
.hero-arrows button::after { content: ""; position: absolute; top: 50%; width: 8px; height: 8px; border-top: 1px solid currentColor; border-right: 1px solid currentColor; }
.hero-arrow-next::after { right: 19px; transform: translateY(-50%) rotate(45deg); }
.hero-arrow-prev::after { left: 19px; transform: translateY(-50%) rotate(-135deg); }
.hero-arrows button:hover { background: var(--white); color: var(--navy); }
.hero-arrows button:hover { transform: translateY(-2px); border-color: var(--white); }
.hero-timer { position: absolute; left: 0; bottom: 0; height: 3px; width: 0; background: var(--gold); z-index: 7; }
.hero-timer.is-running { animation: heroTimer 7s linear forwards; }
@keyframes heroTimer { from { width: 0; } to { width: 100%; } }
.demo-label { position: absolute; right: 22px; top: 100px; z-index: 6; margin: 0; writing-mode: vertical-rl; font-size: 9px; letter-spacing: .16em; text-transform: uppercase; color: rgba(255,255,255,.58); }

.section { padding: 120px 0; }
.section-header { display: grid; grid-template-columns: .86fr 1.14fr; gap: clamp(50px,9vw,140px); align-items: end; margin-bottom: 62px; }
.section-index { margin: 0 0 20px; color: var(--teal); font-size: 10px; font-weight: 780; letter-spacing: .16em; text-transform: uppercase; }
.section-header h2, .awards-heading h2, .contact-copy h2 { margin: 0; font-family: Georgia, "Times New Roman", "Noto Serif SC", serif; font-size: clamp(43px,5vw,74px); font-weight: 500; line-height: 1; letter-spacing: -.045em; }
.section-header > p, .section-header > div:last-child > p, .awards-heading > p:not(.section-index), .contact-copy > p:not(.section-index) { margin: 0; max-width: 610px; color: var(--muted); font-size: 16px; }
.content-note { display: inline-block; margin-top: 16px; padding: 5px 9px; border: 1px solid var(--line); color: var(--muted); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.text-link { display: inline-block; margin-top: 18px; color: var(--teal); font-size: 12px; font-weight: 750; border-bottom: 1px solid currentColor; padding-bottom: 3px; }
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .75s var(--ease), transform .75s var(--ease); }
.reveal.is-visible { opacity: 1; transform: none; }

.section-research { background: var(--paper); }
.research-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.research-card { min-height: 420px; padding: 32px; position: relative; overflow: hidden; background: var(--white); transition: color .45s, background .45s; }
.research-card:hover { color: var(--white); background: var(--teal); }
.research-card-top { display: flex; justify-content: flex-end; align-items: center; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.research-card-top em { font-style: normal; color: var(--muted); transition: color .3s; }
.research-card:hover .research-card-top em { color: rgba(255,255,255,.65); }
.research-card h3 { margin: 120px 0 16px; font-family: Georgia, "Times New Roman", "Noto Serif SC", serif; font-size: clamp(26px,2.4vw,36px); font-weight: 500; line-height: 1.08; }
.research-card p { margin: 0; color: var(--muted); font-size: 13px; transition: color .3s; }
.research-card:hover p { color: rgba(255,255,255,.75); }
.circuit-lines { position: absolute; inset: auto 0 0; height: 88px; opacity: .08; }
.circuit-lines i { position: absolute; height: 1px; background: currentColor; }
.circuit-lines i:nth-child(1) { width: 44%; left: 0; top: 22px; }
.circuit-lines i:nth-child(2) { width: 64%; right: 0; top: 48px; }
.circuit-lines i:nth-child(3) { width: 1px; height: 88px; left: 58%; bottom: 0; }

.section-team { background: var(--team-paper); color: var(--ink); position: relative; overflow: hidden; }
.section-team::before { content: ""; position: absolute; width: 520px; height: 520px; right: -250px; top: -240px; border: 1px solid rgba(12,100,117,.1); border-radius: 50%; box-shadow: 0 0 0 80px rgba(12,100,117,.025), 0 0 0 160px rgba(12,100,117,.018); }
.section-header.light .section-index { color: var(--gold); }
.section-header.light > p, .section-header.light > div:last-child > p { color: rgba(255,255,255,.68); }
.pi-feature { display: grid; grid-template-columns: .78fr 1.22fr; min-height: 480px; position: relative; color: var(--white); background: #0b3b47; border: 1px solid rgba(8,46,58,.16); overflow: hidden; }
.pi-portrait { min-height: 480px; position: relative; display: grid; place-items: center; overflow: hidden; background: #dbe6e3; color: var(--navy); }
.pi-portrait img { width: 100%; height: 100%; object-fit: cover; }
.portrait-monogram { width: 250px; height: 250px; border: 1px solid rgba(8,46,58,.2); border-radius: 50%; display: grid; place-items: center; font-family: Georgia,serif; font-size: 98px; letter-spacing: -.08em; position: relative; z-index: 2; }
.portrait-grid { position: absolute; inset: 0; background-image: linear-gradient(rgba(8,46,58,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(8,46,58,.08) 1px, transparent 1px); background-size: 32px 32px; mask-image: linear-gradient(to bottom, black, transparent); }
.pi-portrait > span { position: absolute; left: 22px; bottom: 19px; font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.pi-copy { padding: clamp(48px,7vw,96px); padding-right: 110px; display: flex; flex-direction: column; justify-content: center; }
.pi-copy h3 { margin: 0; font-family: Georgia,"Times New Roman","Noto Serif SC",serif; font-size: clamp(48px,5.5vw,79px); font-weight: 500; line-height: 1; letter-spacing: -.05em; }
.pi-role { color: var(--gold) !important; font-size: 12px !important; text-transform: uppercase; letter-spacing: .13em; }
.pi-copy > p:not(.eyebrow) { max-width: 600px; color: rgba(255,255,255,.68); font-size: 14px; }
.inline-link { margin-top: 24px; display: inline-flex; align-items: center; gap: 18px; width: fit-content; font-size: 12px; font-weight: 740; border-bottom: 1px solid currentColor; padding-bottom: 4px; }
.inline-link span { transition: transform .3s; }
a:hover .inline-link span { transform: translateX(5px); }
.pi-number { position: absolute; right: 26px; top: 20px; color: rgba(255,255,255,.07); font-family: Georgia,serif; font-size: 110px; line-height: 1; }
.team-group { margin-top: 54px; }
.team-group-header { display: flex; align-items: baseline; justify-content: space-between; padding-bottom: 14px; border-bottom: 1px solid rgba(16,36,42,.24); }
.team-group-header h3 { margin: 0; font-family: Georgia,"Times New Roman","Noto Serif SC",serif; font-size: 28px; font-weight: 500; }
.team-group-header span { color: var(--teal); font-size: 10px; letter-spacing: .12em; }
.member-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 20px; margin-top: 20px; }
.member-card { min-height: 310px; display: grid; grid-template-columns: 170px 1fr; overflow: hidden; background: #faf8f2; border: 1px solid rgba(16,36,42,.12); box-shadow: 0 12px 30px rgba(8,46,58,.055); transition: background .3s, transform .35s var(--ease), box-shadow .35s; }
.member-card:hover { background: var(--white); transform: translateY(-4px); box-shadow: 0 20px 42px rgba(8,46,58,.1); }
.member-avatar { min-height: 310px; display: grid; place-items: center; overflow: hidden; color: var(--teal); background: #dfe8e5; font-family: Georgia,serif; font-size: 68px; }
.member-avatar img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s var(--ease); }
.member-card:hover .member-avatar img { transform: scale(1.035); }
.member-card-body { min-width: 0; padding: 25px 24px 21px; display: flex; flex-direction: column; align-items: flex-start; }
.member-name strong { display: block; color: var(--ink); font: 500 25px/1.08 Georgia,"Times New Roman","Noto Serif SC",serif; transition: color .25s; }
.member-name:hover strong { color: var(--teal); }
.member-card-body > small { display: block; margin-top: 7px; color: var(--teal); font-size: 10px; letter-spacing: .07em; text-transform: uppercase; }
.member-card-body > p { margin: 17px 0 0; color: var(--muted); font-size: 11px; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.member-tags { display: flex; flex-wrap: wrap; gap: 5px; margin-top: 16px; }
.member-tags span { padding: 3px 6px; color: #42565b; background: #e8ebe7; font-size: 8px; line-height: 1.35; }
.profile-links { width: 100%; display: flex; flex-wrap: wrap; gap: 8px; margin-top: auto; padding-top: 17px; border-top: 1px solid var(--line); }
.profile-links a { width: 31px; height: 31px; display: grid; place-items: center; color: var(--ink); border: 1px solid transparent; transition: color .25s, background .25s, border-color .25s, transform .25s; }
.profile-links a:hover { color: var(--white); background: var(--teal); border-color: var(--teal); transform: translateY(-2px); }
.profile-links svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.profile-links-dark { width: fit-content; margin-top: 25px; border-color: rgba(255,255,255,.18); }
.profile-links-dark a { color: var(--white); border-color: rgba(255,255,255,.2); }
.profile-links-dark a:hover { color: var(--navy); background: var(--white); border-color: var(--white); }

.section-publications { background: var(--white); }
.publication-list { border-top: 1px solid var(--line); }
.publication-row { display: grid; grid-template-columns: 160px 1fr 54px; gap: 34px; align-items: start; padding: 37px 0; border-bottom: 1px solid var(--line); }
.publication-year { font-size: 27px; font-family: Georgia,serif; color: var(--teal); }
.publication-year small { display: block; margin-top: 8px; color: var(--muted); font: 10px/1.4 Inter,sans-serif; text-transform: uppercase; letter-spacing: .1em; }
.publication-row h3 { margin: 0; font-family: Georgia,"Times New Roman","Noto Serif SC",serif; font-size: clamp(23px,2.2vw,33px); font-weight: 500; line-height: 1.15; }
.publication-row h3 a:hover { color: var(--teal); }
.publication-row p { max-width: 720px; margin: 12px 0 0; color: var(--muted); font-size: 13px; }
.resource-list { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 16px; }
.resource-list span { border: 1px solid var(--line); padding: 4px 7px; font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.round-link { width: 46px; height: 46px; border: 1px solid var(--line); border-radius: 50%; display: grid; place-items: center; transition: background .3s,color .3s,transform .3s; }
.round-link:hover { background: var(--teal); color: var(--white); transform: rotate(10deg); }

.section-news { background: var(--mist); }
.news-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.news-card { padding: 18px 18px 26px; background: var(--white); border: 1px solid transparent; transition: transform .4s var(--ease), box-shadow .4s, border-color .4s; }
.news-card:hover { transform: translateY(-7px); border-color: var(--line); box-shadow: 0 20px 48px rgba(8,46,58,.1); }
.news-meta { display: flex; justify-content: space-between; gap: 15px; margin-bottom: 18px; font-size: 9px; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); }
.news-meta em { font-style: normal; color: var(--teal); }
.news-visual { height: 190px; position: relative; overflow: hidden; background: var(--navy); }
.news-visual i { position: absolute; border: 1px solid rgba(255,255,255,.28); transition: transform .7s var(--ease); }
.news-visual-1 i:nth-child(1) { width: 130px; height: 130px; border-radius: 50%; left: 26px; top: 29px; }
.news-visual-1 i:nth-child(2) { width: 180px; height: 1px; left: 90px; top: 95px; background: var(--gold); border: 0; }
.news-visual-1 i:nth-child(3) { width: 42px; height: 42px; right: 32px; top: 74px; transform: rotate(45deg); background: rgba(39,165,180,.28); }
.news-visual-2 { background: var(--teal); }
.news-visual-2 i { width: 80%; height: 1px; left: 10%; background: rgba(255,255,255,.35); border: 0; transform: rotate(-18deg); }
.news-visual-2 i:nth-child(1) { top: 58px; }.news-visual-2 i:nth-child(2) { top: 98px; }.news-visual-2 i:nth-child(3) { top: 138px; }
.news-visual-3 { background: #c9d9d5; }
.news-visual-3 i { width: 86px; height: 86px; border-color: rgba(8,46,58,.28); transform: rotate(45deg); }
.news-visual-3 i:nth-child(1) { left: 22px; top: 54px; }.news-visual-3 i:nth-child(2) { left: 92px; top: 54px; background: rgba(12,100,117,.3); }.news-visual-3 i:nth-child(3) { left: 162px; top: 54px; background: rgba(198,154,75,.4); }
.news-card:hover .news-visual i { transform: rotate(55deg) scale(1.08); }
.news-card h3 { min-height: 54px; margin: 24px 0 12px; font-family: Georgia,"Times New Roman","Noto Serif SC",serif; font-size: 22px; line-height: 1.2; font-weight: 500; }
.news-card p { min-height: 61px; margin: 0; color: var(--muted); font-size: 12px; }
.news-card .inline-link { color: var(--teal); }

.section-awards { background: var(--paper); }
.awards-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(50px,9vw,130px); }
.awards-heading { position: sticky; top: 120px; align-self: start; }
.awards-heading > p:not(.section-index) { margin-top: 28px; }
.award-list { border-top: 1px solid var(--line); }
.award-item { min-height: 156px; padding: 28px 8px; display: grid; grid-template-columns: 70px 1fr; gap: 25px; align-items: start; border-bottom: 1px solid var(--line); transition: padding .3s, background .3s; }
.award-item:hover { padding-inline: 18px; background: var(--white); }
.award-item time { color: var(--teal); font-family: Georgia,serif; font-size: 20px; }
.award-item span { display: block; margin-bottom: 8px; color: var(--gold); font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.award-item h3 { margin: 0; font-family: Georgia,"Times New Roman","Noto Serif SC",serif; font-size: 24px; font-weight: 500; line-height: 1.18; }
.award-item p { margin: 9px 0 0; color: var(--muted); font-size: 11px; }

.section-join { position: relative; color: var(--white); background: var(--teal); overflow: hidden; }
.join-pattern { position: absolute; inset: 0; opacity: .1; background-image: linear-gradient(rgba(255,255,255,.4) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.4) 1px, transparent 1px); background-size: 48px 48px; transform: perspective(500px) rotateX(62deg) scale(1.6) translateY(20%); transform-origin: bottom; }
.section-join .shell { position: relative; }
.role-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; }
.role-card { min-height: 330px; padding: 28px; display: flex; flex-direction: column; justify-content: space-between; border: 1px solid rgba(255,255,255,.3); background: rgba(8,46,58,.22); backdrop-filter: blur(4px); transition: background .35s, transform .35s var(--ease); }
.role-card:hover { background: var(--navy); transform: translateY(-6px); }
.role-card span { display: inline-block; padding: 4px 7px; border: 1px solid rgba(255,255,255,.3); font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.role-card h3 { margin: 42px 0 16px; font-family: Georgia,"Times New Roman","Noto Serif SC",serif; font-size: 34px; font-weight: 500; line-height: 1; }
.role-card p { margin: 0; color: rgba(255,255,255,.67); font-size: 12px; }
.role-footer { display: flex; justify-content: space-between; align-items: center; border-top: 1px solid rgba(255,255,255,.2); padding-top: 18px; }
.role-footer em { font-style: normal; font-size: 11px; }.role-footer b { font-size: 20px; }

.section-contact { background: var(--white); }
.contact-layout { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(54px,9vw,140px); align-items: stretch; }
.contact-copy > p:not(.section-index) { margin-top: 30px; }
.email-link { display: flex; justify-content: space-between; gap: 16px; margin-top: 40px; padding: 17px 0; border-block: 1px solid var(--line); color: var(--teal); font-size: clamp(15px,1.8vw,22px); }
.contact-copy dl { margin: 30px 0 0; display: grid; gap: 18px; }
.contact-copy dl div { display: grid; grid-template-columns: 90px 1fr; gap: 20px; }
.contact-copy dt { font-size: 9px; text-transform: uppercase; letter-spacing: .1em; color: var(--teal); }
.contact-copy dd { margin: 0; color: var(--muted); font-size: 12px; }
.map-card { min-height: 480px; position: relative; overflow: hidden; display: grid; place-items: center; background: var(--mist); border: 1px solid var(--line); }
.map-grid { position: absolute; inset: -20%; background-image: linear-gradient(rgba(8,46,58,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(8,46,58,.12) 1px, transparent 1px); background-size: 46px 46px; transform: rotate(-12deg); }
.map-grid::after { content: ""; position: absolute; width: 700px; height: 80px; top: 48%; left: -60px; border-block: 22px solid rgba(12,100,117,.12); transform: rotate(20deg); }
.map-pin { width: 64px; height: 64px; border-radius: 50% 50% 50% 0; transform: rotate(-45deg); background: var(--teal); display: grid; place-items: center; z-index: 2; box-shadow: 0 12px 30px rgba(8,46,58,.22); }
.map-pin i { width: 20px; height: 20px; border-radius: 50%; background: var(--gold); }
.map-card > p { position: absolute; left: 24px; right: 24px; bottom: 22px; margin: 0; padding: 12px; background: rgba(255,255,255,.84); color: var(--muted); font-size: 10px; backdrop-filter: blur(5px); }

.mega-footer { padding: 78px 0 28px; color: var(--white); background: #061f28; }
.footer-brand { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; padding-bottom: 48px; border-bottom: 1px solid rgba(255,255,255,.13); }
.brand.inverted { width: fit-content; }
.footer-brand > p { max-width: 620px; margin: 0; color: rgba(255,255,255,.52); font-size: 12px; }
.footer-columns { display: grid; grid-template-columns: repeat(5,1fr); gap: 34px; padding: 54px 0; }
.footer-column h3 { margin: 0 0 27px; font-size: 13px; }
.footer-column h3::after { content: ""; display: block; width: 40px; height: 1px; margin-top: 13px; background: var(--gold); }
.footer-column ul { margin: 0; padding: 0; list-style: none; display: grid; gap: 12px; }
.footer-column a { color: rgba(255,255,255,.56); font-size: 11px; transition: color .25s, padding .25s; }
.footer-column a:hover { color: var(--white); padding-left: 4px; }
.footer-bottom { padding-top: 22px; border-top: 1px solid rgba(255,255,255,.13); display: grid; grid-template-columns: 1fr 1fr auto; gap: 24px; color: rgba(255,255,255,.42); font-size: 9px; letter-spacing: .04em; }
.footer-bottom a:hover { color: var(--white); }

@media (max-width: 1040px) {
  :root { --shell: min(100% - 44px, 920px); }
  .main-nav { gap: 13px; }.main-nav a { font-size: 11px; }
  .research-card { min-height: 380px; }.research-card h3 { margin-top: 90px; }
  .member-grid { grid-template-columns: repeat(2,1fr); }.member-card { grid-template-columns: 145px 1fr; }.member-avatar { min-height: 310px; }
  .news-visual { height: 150px; }
}
@media (max-width: 820px) {
  :root { --shell: min(100% - 32px, 720px); }
  .nav-shell { width: calc(100vw - 28px); height: 76px; }
  .menu-button { display: block; }
  .main-nav { position: fixed; inset: 76px 0 auto; padding: 18px 22px 28px; display: grid; gap: 0; color: var(--ink); background: var(--paper); transform: translateY(-120%); opacity: 0; visibility: hidden; transition: transform .4s var(--ease), opacity .3s, visibility .3s; box-shadow: 0 20px 30px rgba(8,46,58,.12); }
  .main-nav.is-open { transform: none; opacity: 1; visibility: visible; }
  .main-nav > a { padding: 12px 0; border-bottom: 1px solid var(--line); font-size: 14px; }
  .language-link { margin-top: 14px; width: fit-content; }
  .hero { min-height: 660px; height: 88svh; }.hero-copy { width: 90%; }.hero h1 { font-size: clamp(45px,10vw,70px); }
  .hero-ui { gap: 18px; bottom: 27px; }.hero-dots { display: none; }.demo-label { display: none; }
  .section { padding: 84px 0; }.section-header { grid-template-columns: 1fr; gap: 28px; margin-bottom: 42px; }
  .research-grid, .news-grid, .role-grid { grid-template-columns: 1fr; }
  .research-card { min-height: 310px; }.research-card h3 { margin-top: 70px; }
  .pi-feature { grid-template-columns: 1fr; }.pi-portrait { min-height: 340px; }.pi-copy { padding: 42px 28px 52px; }
  .member-grid { grid-template-columns: 1fr; }.member-card { grid-template-columns: 180px 1fr; }
  .publication-row { grid-template-columns: 100px 1fr; }.publication-row .round-link { display: none; }
  .news-visual { height: 250px; }.news-card p, .news-card h3 { min-height: 0; }
  .awards-layout, .contact-layout { grid-template-columns: 1fr; }.awards-heading { position: static; margin-bottom: 38px; }
  .map-card { min-height: 380px; }
  .footer-brand { grid-template-columns: 1fr; }.footer-columns { grid-template-columns: repeat(2,1fr); }.footer-bottom { grid-template-columns: 1fr; }
}
@media (max-width: 500px) {
  :root { --shell: calc(100% - 24px); }
  .brand { min-width: 0; }.brand-copy strong { font-size: 17px; }.brand-copy small { display: none; }.brand-mark { width: 32px; height: 32px; }
  .hero { min-height: 620px; }.hero-inner { align-items: flex-end; padding-bottom: 150px; }.hero-copy { width: 100%; }.hero h1 { font-size: 44px; }.hero-summary { font-size: 13px; }.button { margin-top: 22px; }
  .hero-shade { background: linear-gradient(0deg, rgba(3,22,29,.94) 0%, rgba(3,22,29,.62) 56%, rgba(3,22,29,.18) 100%); }
  .section-header h2, .awards-heading h2, .contact-copy h2 { font-size: 41px; }
  .member-card { grid-template-columns: 1fr; }.member-avatar { min-height: 230px; }.portrait-monogram { width: 190px; height: 190px; font-size: 72px; }
  .publication-row { grid-template-columns: 1fr; gap: 13px; }.publication-year { display: flex; align-items: center; gap: 14px; }.publication-year small { margin: 0; }
  .news-visual { height: 190px; }.award-item { grid-template-columns: 48px 1fr; }.award-item > i { display: none; }
  .footer-columns { grid-template-columns: 1fr; gap: 34px; }.footer-column ul { grid-template-columns: repeat(2,1fr); }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
  .reveal { opacity: 1; transform: none; }
}

/* Inner content pages keep the same visual system without requiring homepage code edits. */
.inner-page { background: var(--paper); }
.inner-page .site-header { color: var(--ink); }
.inner-nav { display: flex; align-items: center; gap: 24px; font-size: 12px; font-weight: 650; }
.inner-main { min-height: calc(100vh - 190px); padding-top: 82px; }
.article-shell, .listing-shell, .profile-shell { width: min(920px, calc(100vw - 40px)); margin: 0 auto; padding: 88px 0 120px; }
.article-back { display: inline-block; margin-bottom: 48px; color: var(--teal); font-size: 12px; }
.article-header { max-width: 820px; padding-bottom: 42px; border-bottom: 1px solid var(--line); }
.article-header h1, .listing-header h1, .profile-hero h1 { margin: 0; font-family: Georgia,"Times New Roman","Noto Serif SC",serif; font-size: clamp(43px,6vw,78px); font-weight: 500; line-height: 1; letter-spacing: -.045em; }
.article-header > p:last-child { max-width: 700px; margin: 24px 0 0; color: var(--muted); font-size: 17px; }
.article-body { max-width: 760px; padding-top: 44px; color: #34494f; font-family: Georgia,"Times New Roman","Noto Serif SC",serif; font-size: 18px; line-height: 1.85; }
.article-body h2 { margin-top: 2.2em; color: var(--ink); }.article-body a { color: var(--teal); border-bottom: 1px solid currentColor; }
.listing-header { margin-bottom: 54px; }.listing-header > div { max-width: 720px; margin-top: 24px; color: var(--muted); }
.listing-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 12px; }
.listing-card { min-height: 210px; padding: 26px; position: relative; background: var(--white); border: 1px solid var(--line); transition: transform .35s var(--ease), border-color .35s; }
.listing-card:hover { transform: translateY(-4px); border-color: var(--teal); }.listing-card > span { color: var(--teal); font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.listing-card h2, .listing-card h3 { margin: 44px 0 12px; font-family: Georgia,"Times New Roman","Noto Serif SC",serif; font-size: 24px; line-height: 1.16; font-weight: 500; }.listing-card p { color: var(--muted); font-size: 12px; }.listing-card b { position: absolute; right: 20px; top: 19px; font-weight: 400; }
.profile-shell { width: min(1080px, calc(100vw - 40px)); }
.profile-hero { min-height: 560px; display: grid; grid-template-columns: minmax(280px,.72fr) 1.28fr; gap: clamp(45px,8vw,110px); align-items: center; }
.profile-visual { width: min(100%,390px); aspect-ratio: 4/5; position: relative; display: grid; place-items: center; overflow: hidden; color: var(--teal); background: #dfe8e5; border: 1px solid var(--line); }
.profile-visual > img { width: 100%; height: 100%; object-fit: cover; }
.profile-visual > span { position: absolute; left: 18px; bottom: 16px; color: var(--muted); font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.profile-monogram { width: 70%; aspect-ratio: 1; display: grid; place-items: center; border-radius: 50%; color: var(--white); background: var(--teal); font-family: Georgia,serif; font-size: clamp(90px,13vw,160px); }
.profile-intro { min-width: 0; }
.profile-affiliation { color: var(--gold); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }
.profile-bio { max-width: 650px; color: var(--muted); font-size: 15px; }
.profile-links-large { width: fit-content; margin-top: 30px; }
.profile-links-large a { width: 42px; height: 42px; border-color: var(--line); }
.profile-links-large svg { width: 19px; height: 19px; }
.profile-section { padding: 58px 0; border-top: 1px solid var(--line); }
.profile-section h2 { margin: 0 0 28px; font-family: Georgia,serif; font-size: 34px; font-weight: 500; }
.profile-tags { display: flex; flex-wrap: wrap; gap: 9px; }
.profile-tags span { padding: 8px 11px; border: 1px solid var(--line); color: var(--teal); font-size: 11px; }
.profile-content { color: #34494f; font-family: Georgia,"Times New Roman","Noto Serif SC",serif; font-size: 17px; line-height: 1.8; }
.profile-detail-list { display: grid; gap: 1px; background: var(--line); border: 1px solid var(--line); }
.profile-detail-list article { padding: 22px 24px; display: grid; grid-template-columns: minmax(180px,1fr) 1fr auto; gap: 20px; background: var(--white); }
.profile-detail-list strong { font-family: Georgia,"Times New Roman","Noto Serif SC",serif; font-size: 18px; font-weight: 500; }
.profile-detail-list span, .profile-detail-list small, .profile-detail-list p { color: var(--muted); font-size: 11px; }
.profile-detail-list p { grid-column: 1/-1; margin: 0; }
.inner-footer { padding: 28px 0; color: var(--white); background: var(--navy); }.inner-footer .shell { display: flex; justify-content: space-between; gap: 20px; font-size: 11px; }
@media (max-width: 700px) { .inner-nav a:not(.language-link) { display: none; }.listing-grid { grid-template-columns: 1fr; }.profile-hero { grid-template-columns: 1fr; padding-bottom: 50px; }.profile-visual { max-width: 320px; }.profile-monogram { max-width: 230px; }.profile-detail-list article { grid-template-columns: 1fr; gap: 7px; }.article-shell,.listing-shell,.profile-shell { padding-top: 60px; } }
