:root{--bg:#000000;--surface:rgba(255, 255, 255, 0.1);--surface-soft:rgba(255, 255, 255, 0.06);--ink:#ffffff;--muted:rgba(255, 255, 255, 0.72);--line:rgba(255, 255, 255, 0.16);--blue:#8edbd4;--blue-dark:#bfe9ff;--teal:#8edbd4;--gold:#d9b26f;--dark:#05070d;--radius:8px;--max:1180px;--shadow:0 18px 46px rgba(0, 0, 0, 0.32);--card-bg:linear-gradient(180deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.065));--card-border:rgba(255, 255, 255, 0.18)}*{box-sizing:border-box}html{height:100%;background:var(--bg);color:var(--ink);color-scheme:dark;overflow:hidden;scroll-behavior:smooth}body{margin:0;height:100svh;min-height:100%;display:flex;flex-direction:column;overflow:hidden;color:var(--ink);background:radial-gradient(circle at 50% 0%,rgba(21,101,192,.22),transparent 34rem),linear-gradient(180deg,#000 0%,#05070d 50%,#000 100%);font-family:helvetica neue,Arial,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,segoe ui,sans-serif;line-height:1.6;letter-spacing:0}body.is-home,body:not(.is-home){color:#fff;background:#000}button,input,textarea,select{letter-spacing:0}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}a:hover{color:var(--blue)}.fa-icon{display:inline-flex;flex:none;align-items:center;justify-content:center;line-height:1}.fa-icon+span{min-width:0}.button .fa-icon,.project-card__links .fa-icon,.resource-links .fa-icon,.link-list .fa-icon,.text-link .fa-icon,.footer-email .fa-icon{margin-right:.45em}.skip-link{position:fixed;top:12px;left:12px;z-index:100;transform:translateY(-160%);border-radius:var(--radius);background:#111827;color:#fff;padding:10px 14px;font-weight:800}.skip-link:focus{transform:translateY(0)}.site-header{position:relative;flex:none;top:0;z-index:50;background:0 0;border-bottom:1px solid transparent;box-shadow:none;backdrop-filter:none}.section__inner,.site-header__inner,.site-footer__inner{width:min(100% - 48px,var(--max));margin:0 auto}.site-header__inner{min-height:70px;display:flex;align-items:center;justify-content:space-between;gap:26px}.brand{display:inline-flex;align-items:center;gap:12px;min-width:0;flex:none}.brand__logo{width:auto;height:48px;max-width:255px;object-fit:contain}.brand__text{color:#fff;font-size:1.5rem;font-weight:400;line-height:1;white-space:nowrap}.brand__fallback{display:grid;gap:0;line-height:1.2}.brand__fallback strong{color:#fff;font-size:1.05rem}.brand__fallback span{color:var(--muted);font-size:.84rem}.site-nav{display:flex;align-items:center;justify-content:flex-end;gap:2px;color:rgba(255,255,255,.72);font-size:1rem;font-weight:500}.site-nav a{border-radius:0;padding:24px 10px 22px;white-space:nowrap;border-bottom:2px solid transparent}.site-nav a:hover,.site-nav a.is-active{font-weight:500;color:#69c;border-bottom-color:#69c}.site-nav-toggle{display:none;min-height:40px;align-items:center;justify-content:center;gap:8px;border:1px solid rgba(255,255,255,.22);border-radius:6px;background:rgba(255,255,255,8%);color:#fff;padding:8px 12px;font:inherit;font-weight:700;line-height:1;cursor:pointer}.site-nav-toggle:hover,.site-nav-toggle:focus-visible{border-color:#69c;color:#8edbd4;background:rgba(255,255,255,.14)}.site-nav-toggle:focus-visible{outline:2px solid #8edbd4;outline-offset:3px}.site-nav-toggle__icon--close,.site-header.is-nav-open .site-nav-toggle__icon--open{display:none}.site-header.is-nav-open .site-nav-toggle__icon--close{display:inline-flex}body.is-home .site-header,body:not(.is-home) .site-header{background:0 0;border-bottom-color:transparent;box-shadow:none;backdrop-filter:none}body.is-home .brand__text,body:not(.is-home) .brand__text{color:#69c}body.is-home .brand__fallback strong,body.is-home .brand__fallback span,body:not(.is-home) .brand__fallback strong,body:not(.is-home) .brand__fallback span{color:#69c}body.is-home .site-nav,body:not(.is-home) .site-nav{color:rgba(255,255,255,.72)}body.is-home .site-nav a:hover,body.is-home .site-nav a.is-active,body:not(.is-home) .site-nav a:hover,body:not(.is-home) .site-nav a.is-active{color:#69c;border-bottom-color:#69c}main{position:relative;z-index:2;flex:auto;min-height:0;overflow-x:hidden;overflow-y:auto;scroll-behavior:smooth}html.page-transition-enabled main{transition:opacity 520ms ease,transform 520ms ease,visibility 520ms ease;will-change:opacity,transform}html.page-transition-enabled.is-page-entering main,html.page-transition-enabled.is-page-leaving main{opacity:0;visibility:hidden;pointer-events:none;transform:translateY(18px)}.site-stars{position:fixed;opacity:.44}.site-stars::after{background:radial-gradient(circle at 50% 22%,rgba(0,0,0,4%),rgba(0,0,0,.56) 68%),linear-gradient(180deg,rgba(0,0,0,.1),rgba(0,0,0,.78))}.home-hero{position:relative;min-height:calc(100svh - 70px);display:grid;grid-template-rows:1fr;align-items:center;overflow:hidden;color:#fff;text-align:center;background:0 0}.sky-stars{position:fixed;inset:0;z-index:0;overflow:hidden;pointer-events:none}.sky-stars::after{content:"";position:absolute;inset:0;z-index:2;pointer-events:none;background:radial-gradient(circle at 50% 48%,rgba(0,0,0,8%),rgba(0,0,0,.46) 72%),linear-gradient(180deg,rgba(0,0,0,.1),rgba(0,0,0,.58))}.sky-stars #sky{position:absolute!important;inset:0;width:100%;height:100%!important;z-index:1;background:radial-gradient(circle at 50% 50%,#111827 0%,#05070d 52%,#000 100%)!important}.sky-stars #sky .star img{max-width:none;opacity:.72;filter:drop-shadow(0 0 10px rgba(155,200,255,.22))}.home-hero__inner{position:relative;z-index:2;display:grid;min-height:inherit;align-items:center;width:min(100% - 48px,var(--max));margin:0 auto;padding:96px 0}.home-hero__copy{max-width:980px;margin:0 auto}.home-slider{width:100%}.home-slider__track{position:relative;display:grid;min-height:clamp(300px,38svh,460px);align-items:center}.home-slide{grid-area:1/1;display:grid;place-items:center;opacity:0;visibility:hidden;pointer-events:none;transform:translateY(18px);transition:opacity 520ms ease,transform 520ms ease,visibility 520ms ease}.home-slide.is-active{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}.home-slide__content{max-width:980px;margin:0 auto;text-align:center}.home-slide__content h1{display:inline-flex;align-items:center;justify-content:center;gap:.22em;flex-wrap:wrap}.home-slide__title-icon{color:#8edbd4;font-size:.78em}.home-slide__content--left{margin-left:0;text-align:left}.home-slide__content--right{margin-right:0;text-align:right}.home-slide__content--left .button-row{justify-content:flex-start}.home-slide__content--right .button-row{justify-content:flex-end}.home-slider__controls{position:absolute;left:50%;bottom:clamp(24px,4svh,44px);transform:translateX(-50%);display:flex;min-height:44px;align-items:center;justify-content:center;gap:16px;margin-top:0}.home-slider__arrow,.home-slider__dot{appearance:none;border:1px solid rgba(255,255,255,.42);color:#fff;background:rgba(255,255,255,8%);cursor:pointer}.home-slider__arrow{display:inline-grid;width:44px;height:44px;place-items:center;border-radius:999px;padding:0;font-size:1.1rem;line-height:1}.home-slider__arrow:hover,.home-slider__arrow:focus-visible{background:rgba(255,255,255,.18);border-color:rgba(255,255,255,.86)}.home-slider__dots{display:flex;align-items:center;gap:10px}.home-slider__dot{width:11px;height:11px;border-radius:999px;padding:0}.home-slider__dot.is-active{background:#fff;border-color:#fff}.home-hero h1,.page-hero h1{margin:0;line-height:1.05;letter-spacing:0}.home-hero h1{max-width:980px;margin:0 auto;color:#fff;font-size:4.3rem;font-weight:700;text-shadow:0 2px 18px rgba(0,0,0,.34)}.home-hero p{max-width:780px;margin:22px auto 0;color:rgba(255,255,255,.9);font-size:1.32rem;text-shadow:0 1px 14px rgba(0,0,0,.28)}.eyebrow{margin:0 0 14px;color:var(--teal);font-size:.88rem;font-weight:850}.home-hero .eyebrow,.section--dark .eyebrow{color:#8edbd4}.button-row{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-top:30px}.home-hero .button-row{justify-content:center}.button{display:inline-flex;min-height:46px;align-items:center;justify-content:center;gap:0;border:1px solid transparent;border-radius:6px;padding:12px 18px;font-weight:700;line-height:1.1}.button--primary{color:#69c;border-color:#69c}.button--primary:hover{color:#051016;background:#69c;box-shadow:0 0 0 3px rgba(21,101,192,.28)}.button--secondary{color:var(--blue-dark);background:#fff;border-color:var(--line)}.button--secondary:hover{color:var(--blue-dark);border-color:var(--blue)}.button--light{color:#243241;background:#fff;border-color:#fff}.button--light:hover{color:var(--blue);background:#fff;border-color:#fff;box-shadow:0 10px 24px rgba(0,0,0,.18)}.button--ghost{color:#fff;border-color:rgba(255,255,255,.72);background:rgba(255,255,255,8%)}.button--ghost:hover{color:#fff;background:rgba(255,255,255,.18)}.text-link{display:inline-flex;align-items:center;color:var(--blue);font-weight:850}.text-link:hover{color:var(--blue-dark)}.section{padding:82px 0}.section--intro{padding:30px 0;background:var(--surface);border-bottom:1px solid var(--line)}.section--soft{background:var(--surface-soft);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.section--dark{color:#fff;background:rgba(255,255,255,8%)}.intro-band{display:grid;grid-template-columns:1fr auto;gap:28px;align-items:center}.intro-band__lead{margin:0;color:#fff;font-size:1.28rem;font-weight:700;line-height:1.28}.intro-band__meta{display:flex;gap:8px;flex-wrap:wrap}.intro-band__meta span{border:1px solid var(--line);border-radius:6px;background:var(--surface-soft);padding:8px 10px;color:var(--muted);font-size:.9rem;font-weight:600}.section-heading{max-width:760px;margin-bottom:32px}.section-heading--split{display:flex;justify-content:space-between;gap:28px;align-items:end}h1,h2,h3,p{margin-top:0}h2,h3{color:var(--ink);line-height:1.12;letter-spacing:0}h2{margin-bottom:18px;font-size:2.26rem;font-weight:700}h3{margin-bottom:10px;font-size:1.28rem;font-weight:700}.section--dark h2,.section--dark h3{color:#fff}.feature-grid,.project-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.feature-card,.project-card,.person-card,.list-card,.contact-block,.news-panel,.rich-card,.page-card,.citation,.timeline-item,.profile-sidebar{border:1px solid var(--card-border);border-radius:var(--radius);background:var(--card-bg);box-shadow:var(--shadow);backdrop-filter:blur(16px)}.feature-card{overflow:hidden}.feature-card h3{padding:24px 24px 0}.rich-text{color:var(--muted)}.rich-text p:last-child{margin-bottom:0}.rich-text img{width:100%;height:auto;border-bottom:1px solid var(--line)}.feature-card .rich-text p:not(:has(img)),.feature-card .rich-text ul,.feature-card .rich-text ol{padding:0 24px 24px}.section-link{margin-top:28px}.section-link a{color:var(--blue);font-weight:850}.project-showcase{display:grid;gap:22px}.project-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.project-card{overflow:hidden}.project-card--showcase{display:grid;grid-template-columns:minmax(220px,34%)minmax(0,1fr);align-items:stretch}.project-card--no-image{grid-template-columns:1fr}.project-card__image{display:grid;min-height:238px;place-items:center;border-right:1px solid var(--line);background:radial-gradient(circle at 50% 38%,rgba(142,219,212,.14),transparent 66%),rgba(255,255,255,.045);padding:18px}.project-card__image img,.list-card img,.page-featured{width:100%;height:auto}.project-card__image img{width:auto;max-width:100%;max-height:320px;height:auto;object-fit:contain;border-radius:calc(var(--radius) - 2px)}.project-card__body{display:flex;flex-direction:column;justify-content:center;padding:28px 30px}.project-card h2,.project-card h3{font-size:1.58rem}.project-card h2{margin-bottom:12px}.project-card h2 a{color:#69c}.project-card h2 a:hover{color:var(--blue)}.project-card__summary{max-width:720px;color:rgba(255,255,255,.78);font-size:1.02rem;line-height:1.74}.project-card__summary p{margin-bottom:0}.project-card__summary a{color:var(--blue-dark);border-bottom:1px solid rgba(191,233,255,.42);font-weight:700}.project-card__summary a:hover{color:var(--blue);border-bottom-color:var(--blue)}.project-card__links{display:flex;flex-wrap:wrap;gap:10px;margin-top:20px}.project-card__links a{display:inline-flex;min-height:20px;align-items:center;justify-content:center;border:1px solid var(--blue);border-radius:4px;background:rgba(0,0,0,.24);color:var(--blue);padding:5px 10px;font-size:.8rem;line-height:1.5;text-decoration:none;box-shadow:inset 0 0 0 1px rgba(255,255,255,3%);transition:border-color 160ms ease,background-color 160ms ease,color 160ms ease,box-shadow 160ms ease,transform 160ms ease}.project-card__links a:hover,.project-card__links a:focus-visible{border-color:#63b6ff;background:#1565c0;color:#fff;box-shadow:0 0 0 3px rgba(21,101,192,.28);transform:translateY(-1px)}.project-card__links a:focus-visible{outline:2px solid transparent;outline-offset:3px}.project-card p,.list-card p,.citation p,.news-panel p,.person-card p,.cta-grid p,.publication-name{color:var(--muted)}.meta,time{color:var(--gold);font-size:.88rem;font-weight:700}.two-column{display:grid;grid-template-columns:1.2fr .8fr;gap:42px;align-items:start}.citation-list{display:grid;gap:16px}.citation-list--compact{gap:12px}.citation{padding:22px 24px}.citation h2,.citation h3{margin:7px 0;font-size:1.22rem}.news-panel{padding:24px}.news-panel article{padding:18px 0;border-bottom:1px solid var(--line)}.news-panel article:first-of-type{padding-top:0}.news-panel h3{font-size:1.08rem}.member-strip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-top:34px}.member-mini{display:flex;align-items:center;gap:12px;border:1px solid rgba(255,255,255,.18);border-radius:var(--radius);padding:12px;background:rgba(255,255,255,8%)}.member-mini img{width:62px;height:62px;border-radius:var(--radius);object-fit:cover}.member-mini strong,.member-mini small{display:block}.member-mini small{color:rgba(255,255,255,.7)}.cta-section{position:relative;overflow:hidden;color:#fff;background:#555}.cta-section::before,.cta-section::after{content:"";position:absolute;inset:0}.cta-section::before{background-image:var(--cta-image);background-position:50%;background-size:cover}.cta-section::after{background:rgba(19,26,34,.56)}.cta-section .section__inner{position:relative;z-index:1}.cta-grid{display:grid;grid-template-columns:1fr 1fr;gap:44px;align-items:center}.cta-grid h2,.cta-grid p{color:#fff}.cta-grid .eyebrow{color:#c9ebe7}.cta-section .button--primary{color:#051016;background:#fff;border-color:#fff}.cta-section .button--primary:hover{color:var(--blue);background:#fff}.cta-section .button--secondary{color:#fff;background:rgba(255,255,255,8%);border-color:rgba(255,255,255,.72)}.cta-section .button--secondary:hover{color:#fff;border-color:#fff;background:rgba(255,255,255,.18)}.page-hero{padding:0;color:#fff;background:0 0}.page-hero .section__inner{width:min(100% - 48px,980px);padding:40px 0 26px;border-bottom:1px solid rgba(255,255,255,.16)}.page-hero h1{max-width:920px;color:#69c;font-size:2.5rem;font-weight:700;line-height:1.2;text-shadow:0 2px 18px rgba(0,0,0,.34)}.page-hero p:not(.eyebrow){margin:12px 0 0;color:rgba(255,255,255,.76);font-size:1.08rem;line-height:1.65}.page-body{padding-top:54px}.page-body__inner{max-width:980px}.page-featured{margin-bottom:32px;border-radius:var(--radius);border:1px solid var(--line);box-shadow:var(--shadow)}.content-blocks{display:grid;gap:22px}.content-block{padding:28px}.contact-block{color:var(--muted)}.content-block .rich-text img{margin:-28px -28px 24px;width:calc(100% + 56px);max-width:none}.content-block h2{font-size:1.72rem}.article-content{margin-top:30px;color:var(--ink)}.article-content a,.rich-text a{color:var(--blue);font-weight:700}.resource-links,.link-list{display:flex;gap:10px;flex-wrap:wrap;margin-top:28px}.resource-links a,.link-list a{display:inline-flex;align-items:center;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);color:var(--blue);padding:9px 12px;font-weight:800}.contact-detail{display:grid;gap:4px}.contact-detail__label{display:inline-flex;align-items:center;gap:.45em;color:#fff}.contact-detail__label .fa-icon{color:#69c}.contact-map{margin-top:20px;overflow:hidden;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface)}.contact-map iframe{display:block;width:100%;min-height:320px;border:0}.contact-map>img{display:block;width:100%;min-height:320px;object-fit:cover}.contact-map.contact-map--amap{display:block;width:100%;min-height:320px}.contact-map-marker{position:relative;width:28px;height:34px;pointer-events:none}.contact-map-marker::before{content:"";position:absolute;left:50%;top:1px;width:24px;height:24px;border:2px solid #fff;border-radius:50% 50% 50% 0;background:#e5484d;box-shadow:0 3px 10px rgba(0,0,0,.35);transform:translateX(-50%)rotate(-45deg)}.contact-map-marker::after{content:"";position:absolute;left:50%;top:10px;width:8px;height:8px;border-radius:50%;background:#fff;transform:translateX(-50%)}.page{position:relative;min-height:calc(100svh - 70px);overflow:hidden;color:#fff;background:0 0}.page__content{position:relative;z-index:2;padding-bottom:58px}.page-stars{position:fixed;opacity:.58}.page-stars::after{background:radial-gradient(circle at 50% 22%,rgba(0,0,0,4%),rgba(0,0,0,.5) 68%),linear-gradient(180deg,rgba(0,0,0,.12),rgba(0,0,0,.72))}.page-container{width:min(100% - 48px,1080px);margin:0 auto}.page-title{padding:40px 0 26px;border-bottom:1px solid rgba(255,255,255,.16)}.page-title h1{margin:0;color:#69c;font-size:2.5rem;font-weight:700;line-height:1.2;text-shadow:0 2px 18px rgba(0,0,0,.34)}.page-title p{margin:12px 0 0;color:rgba(255,255,255,.76);font-size:1.08rem;line-height:1.65}.page-section{display:grid;gap:18px;margin-top:22px;padding:28px}.page-section:first-child{margin-top:34px}.page-section__heading{display:grid;gap:8px;text-align:left}.page-section__label{margin:0;color:#8edbd4;font-size:.78rem;font-weight:850;line-height:1.2;text-transform:uppercase;letter-spacing:.08em}.page-section__heading h2{margin:0;color:#69c;font-size:1.82rem;font-weight:500;line-height:1.22}.page-section__body{color:#fff}.page-section__body .rich-text{max-width:900px;color:rgba(255,255,255,.78);font-size:1.04rem;line-height:1.82}.page-section__body .rich-text a{color:#fff}.page-section__body .rich-text a:hover{color:#8edbd4;border-bottom-color:#8edbd4}.project-page-list{display:grid;gap:22px;margin-top:34px}.project-page-list .page-section{margin-top:0}.project-page-card{grid-template-columns:minmax(220px,34%)minmax(0,1fr);align-items:center;gap:26px}.project-page-card--no-image{grid-template-columns:1fr}.project-page-card__content{display:grid;gap:16px;min-width:0}.project-page-card__image{width:100%;min-height:188px;align-self:stretch;margin:0;overflow:hidden;padding:0;text-decoration:none}.project-page-card__image img{width:100%;height:100%;min-height:188px;max-height:none;aspect-ratio:auto;object-fit:cover}.project-page-card .page-section__heading h2 a{color:#69c}.project-page-card .page-section__heading h2 a:hover{color:#8edbd4}.project-page-card .rich-text{max-width:none;margin-top:0}.project-page-card__links{margin-top:18px}.publication-list{display:grid;gap:22px;margin-top:34px}.publication-list .page-section{margin-top:0}.publication-card{gap:16px}.publication-card__heading h2{max-width:920px;font-size:1.34rem;font-weight:500;line-height:1.36}.publication-card__heading h2 a{color:#69c}.publication-card__heading h2 a:hover{color:#8edbd4}.publication-card .page-section__label{letter-spacing:0}.publication-card__body{display:grid;gap:10px}.publication-authors,.publication-meta{margin:0;color:rgba(255,255,255,.76)}.publication-authors{max-width:940px;line-height:1.65}.publication-meta{display:flex;flex-wrap:wrap;gap:8px}.publication-meta span{border:1px solid rgba(255,255,255,.16);border-radius:4px;background:rgba(255,255,255,6%);padding:4px 8px;color:rgba(255,255,255,.72);font-size:.86rem;line-height:1.35}.publication-links{margin-top:8px}.page-image{display:grid;place-items:center;margin:0 0 20px;border:1px solid rgba(255,255,255,.22);border-radius:var(--radius);background:rgba(255,255,255,.94);padding:14px;box-shadow:0 18px 46px rgba(0,0,0,.3)}.page-image img{width:600px;max-width:100%;height:auto;aspect-ratio:5/2;object-fit:contain}.page .article-content{color:rgba(255,255,255,.78)}.timeline-list,.card-list,.people-list{display:grid;gap:18px}.people-block{display:grid;gap:18px;margin-top:34px}.timeline-item{display:grid;grid-template-columns:160px 1fr;gap:24px;padding:24px}.timeline-item h2{margin-bottom:8px;font-size:1.35rem}.list-card{display:grid;grid-template-columns:280px 1fr;gap:22px;overflow:hidden}.list-card>div{padding:24px}.list-card h2{font-size:1.35rem}.people-page{min-height:calc(100svh - 70px)}.people-blocks{margin-top:34px}.people-section__body{display:grid;gap:20px}.people-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:28px 36px}.people-person{display:grid;grid-template-columns:118px minmax(0,1fr);gap:22px;align-items:center;text-align:left}.people-person__avatar{display:inline-grid;width:118px;max-width:100%;aspect-ratio:1;place-items:center;overflow:hidden;border-radius:50%}.people-person__avatar img{width:100%;height:100%;border-radius:50%;object-fit:cover;border:1px solid rgba(255,255,255,.24)}.people-person__name{margin:0;color:#fff;font-size:1.3rem;font-weight:700;line-height:1.28}.people-person__name a{color:#fff}.people-person__name a:hover{color:#69c}.people-person__name span{display:block;margin-top:3px;color:rgba(255,255,255,.72);font-size:.82em;font-weight:600}.people-person__role{margin:8px 0 0;color:#8edbd4;font-size:.9rem;font-weight:850;line-height:1.35}.people-person__email{margin:7px 0 0;color:rgba(255,255,255,.78);font-size:.96rem;font-weight:700;line-height:1.35}.people-person__email a{color:inherit}.people-person__email a:hover{color:#69c}.people-page .people-person__links{justify-content:flex-start;gap:10px;margin-top:12px}.people-page .people-person__links a{width:26px;height:26px;border:0;border-radius:0;background:0 0;color:#8edbd4;font-size:1rem}.people-page .people-person__links a:hover{color:#fff;background:0 0}.person-card{display:grid;grid-template-columns:190px 1fr;gap:24px;padding:22px}.person-card__avatar img{width:190px;height:190px;border-radius:var(--radius);object-fit:cover}.person-card h2{margin-bottom:6px;font-size:1.45rem}.person-card h2 span,.profile-hero h1 span{color:var(--muted);font-size:.72em;font-weight:700}.person-role,.profile-role{color:var(--blue-dark);font-weight:850}.profile-actions{display:flex;align-items:center;gap:14px;flex-wrap:wrap}.social-links{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-top:12px}.profile-actions .social-links{margin-top:0}.social-links a{display:inline-grid;width:38px;height:38px;place-items:center;border:1px solid rgba(142,219,212,.42);border-radius:999px;color:var(--blue);background:rgba(255,255,255,6%)}.social-links a:hover{border-color:var(--blue);color:#fff;background:rgba(142,219,212,.14)}.profile-blocks{display:grid;gap:22px;margin-top:34px}.profile-blocks .page-section{margin-top:0}.profile-overview{display:grid;grid-template-columns:260px minmax(0,1fr);gap:34px;align-items:center}.profile-overview__avatar{height:260px;width:260px;max-width:100%;aspect-ratio:1;border:1px solid rgba(255,255,255,.24);border-radius:50%;object-fit:cover;box-shadow:0 18px 46px rgba(0,0,0,.34)}.profile-overview__content{min-width:0}.profile-overview h2{margin:8px 0;color:#fff;font-size:2rem;font-weight:700;line-height:1.18}.profile-overview h2 span{display:block;margin-top:6px;color:rgba(255,255,255,.72);font-size:.7em;font-weight:600}.profile-overview .profile-role{margin-bottom:0}.profile-social{margin-top:18px}.profile-bio p{margin-bottom:1em}.profile-bio p:last-child{margin-bottom:0}.profile-details{display:grid;grid-template-columns:minmax(0,1fr)minmax(0,1.25fr);gap:34px}.profile-detail h3{margin:0 0 14px;color:#fff;font-size:1.08rem}.profile-detail-list{display:grid;gap:12px;margin:0;padding:0;color:rgba(255,255,255,.78);list-style:none}.profile-detail-list li{margin:0}.profile-detail-list strong,.profile-detail-list span{display:block}.profile-detail-list strong{color:#fff;font-weight:750}.profile-detail-list span{color:rgba(255,255,255,.68)}.profile-detail-list--tags{display:flex;flex-wrap:wrap;gap:8px}.profile-detail-list--tags li{border:1px solid rgba(255,255,255,.16);border-radius:4px;background:rgba(255,255,255,6%);padding:5px 9px;color:rgba(255,255,255,.78);font-size:.9rem;line-height:1.35}.profile-hero__inner{display:grid;grid-template-columns:260px 1fr;gap:34px;align-items:center}.profile-avatar{width:260px;height:260px;border-radius:var(--radius);object-fit:cover;border:4px solid rgba(255,255,255,.28)}.profile-grid{display:grid;grid-template-columns:minmax(0,1fr)310px;gap:52px;align-items:start}.profile-sidebar{padding:24px}.profile-sidebar h2{margin-top:0;font-size:1.18rem}.profile-sidebar ul{margin:0 0 24px;padding-left:20px;color:var(--muted)}.profile-sidebar li span{display:block;color:var(--muted)}.people-profile-page{background:0 0}.people-profile-page .page__content{padding-bottom:68px}.people-profile-page .profile-hero{position:relative;overflow:hidden;border-bottom:1px solid rgba(255,255,255,.14);padding:58px 0 46px}.people-profile-page .profile-hero::before{content:"";position:absolute;inset:0;background:linear-gradient(115deg,rgba(255,255,255,8%),transparent 34%),linear-gradient(180deg,rgba(255,255,255,3%),transparent 62%);pointer-events:none}.people-profile-page .profile-hero__inner{position:relative;display:grid;grid-template-columns:minmax(140px,180px)minmax(0,720px);justify-content:start;gap:30px;align-items:center}.profile-hero__copy{min-width:0;max-width:720px}.profile-kicker{margin:0 0 14px;color:var(--gold);font-size:.8rem;font-weight:850;line-height:1.25;text-transform:uppercase;letter-spacing:.08em}.people-profile-page .profile-hero h1{margin:0;color:#fff;font-size:2.95rem;font-weight:750;line-height:1.05;text-shadow:0 18px 34px rgba(0,0,0,.36)}.people-profile-page .profile-hero h1 span{display:block;margin-top:10px;color:rgba(255,255,255,.64);font-size:.36em;font-weight:650}.people-profile-page .profile-hero__role{margin:20px 0 0;color:#8edbd4;font-size:1.18rem;line-height:1.45}.profile-hero__summary{max-width:680px;margin:16px 0 0;color:rgba(255,255,255,.78);font-size:1.05rem;line-height:1.72}.profile-hero__meta{display:flex;flex-wrap:wrap;gap:12px 22px;margin-top:24px;color:rgba(255,255,255,.76);font-size:.96rem;font-weight:700}.profile-hero__meta>span,.profile-hero__meta>a{display:inline-flex;align-items:center;gap:8px;min-width:0;max-width:100%;line-height:1.4}.profile-hero__meta .fa-icon{color:#8edbd4}.profile-hero__meta a:hover{color:#8edbd4}.profile-hero__meta span:last-child{min-width:0;overflow-wrap:anywhere}.people-profile-page .profile-hero__links{gap:12px;margin-top:26px}.people-profile-page .profile-hero__links a{width:44px;height:44px;border-color:rgba(142,219,212,.46);background:rgba(255,255,255,7%);color:#8edbd4}.people-profile-page .profile-hero__links a:hover{border-color:#8edbd4;background:rgba(142,219,212,.16);color:#fff;transform:translateY(-1px)}.profile-hero__visual{position:relative;z-index:0;order:-1;display:grid;aspect-ratio:1;place-items:center;justify-self:start;width:min(100%,234px);border:1px solid rgba(255,255,255,.24);border-radius:var(--radius);background:rgba(255,255,255,8%);padding:8px;box-shadow:0 22px 54px rgba(0,0,0,.38)}.profile-hero__visual::before{content:"";position:absolute;right:-10px;bottom:-10px;z-index:-1;width:70%;height:70%;border:1px solid rgba(217,178,111,.36);border-radius:var(--radius);background:rgba(217,178,111,6%)}.profile-portrait{width:100%;height:100%;border-radius:5px;object-fit:contain}.profile-portrait--placeholder{display:grid;place-items:center;background:rgba(255,255,255,8%);color:rgba(255,255,255,.76);font-size:5rem;font-weight:800}.profile-content-layout{display:grid;grid-template-columns:300px minmax(0,1fr);gap:38px;align-items:start;padding-top:46px}.profile-story{min-width:0}.profile-story:only-child{grid-column:1/-1}.profile-section{display:grid;gap:20px}.profile-section--bio{border-top:1px solid rgba(255,255,255,.16);padding-top:28px}.profile-section--bio .page-section__heading h2{color:#fff;font-size:2rem;font-weight:650}.profile-section--bio .profile-bio{max-width:820px}.profile-section--bio .profile-bio p:first-child{color:rgba(255,255,255,.84);font-size:1.12rem}.profile-side{position:sticky;top:96px;display:grid;gap:16px}.profile-panel{border:1px solid var(--card-border);border-radius:var(--radius);background:linear-gradient(180deg,rgba(255,255,255,.105),rgba(255,255,255,.058));padding:22px;box-shadow:var(--shadow);backdrop-filter:blur(16px)}.profile-panel h2{margin:0 0 16px;color:#fff;font-size:1.08rem;font-weight:720;line-height:1.3}.profile-snapshot{display:grid;gap:15px;margin:0}.profile-snapshot div{display:grid;gap:3px;min-width:0}.profile-snapshot dt{color:var(--gold);font-size:.72rem;font-weight:850;line-height:1.25;text-transform:uppercase;letter-spacing:.08em}.profile-snapshot dd{margin:0;color:rgba(255,255,255,.78);font-weight:700;line-height:1.45;overflow-wrap:anywhere}.profile-snapshot a:hover{color:#8edbd4}.profile-topic-list,.profile-education-list{display:grid;gap:12px;margin:0;padding:0;list-style:none}.profile-topic-list li,.profile-education-list li{position:relative;margin:0;padding-left:18px;color:rgba(255,255,255,.76);line-height:1.48}.profile-topic-list li::before,.profile-education-list li::before{content:"";position:absolute;left:0;top:.68em;width:6px;height:6px;border-radius:50%;background:#8edbd4;box-shadow:0 0 0 4px rgba(142,219,212,.12)}.profile-education-list{gap:17px}.profile-education-list strong,.profile-education-list span{display:block}.profile-education-list strong{color:#fff;font-weight:760}.profile-education-list span{margin-top:3px;color:rgba(255,255,255,.62);font-size:.94rem}.site-footer{padding:30px 0;color:var(--muted);background:#000;border-top:1px solid var(--line);position:relative;z-index:2}.site-footer__inner{display:flex;justify-content:space-between;gap:24px}.site-footer p{margin:0}.site-footer strong,.site-footer a{color:var(--blue)}.footer-email{display:inline-flex;align-items:center}@media(max-width:1000px){.site-header__inner{min-height:auto;padding:14px 0;align-items:flex-start;flex-direction:column}.site-nav{width:100%;overflow-x:auto;padding-bottom:2px}.home-hero h1{font-size:3.3rem}h2{font-size:2rem}.intro-band,.two-column,.cta-grid,.profile-grid{grid-template-columns:1fr}.feature-grid,.project-grid,.member-strip{grid-template-columns:repeat(2,minmax(0,1fr))}.project-card--showcase{grid-template-columns:minmax(210px,36%)minmax(0,1fr)}}@media(max-width:980px){.section__inner,.site-header__inner,.site-footer__inner,.home-hero__inner,.page-hero .section__inner,.page-container{width:min(100% - 32px,var(--max))}.brand__text{font-size:1.25rem}.home-hero{min-height:calc(100svh - 134px)}.home-hero__inner{padding:70px 0 86px}.home-slider__track{min-height:300px}.home-slider__controls{bottom:20px;gap:12px}.home-hero h1{font-size:2.55rem}.home-hero p{font-size:1.05rem}.section{padding:62px 0}.page-hero h1,.page-title h1{font-size:2.15rem}.page-hero p:not(.eyebrow),.page-title p,.page-section__body .rich-text{font-size:1rem}.page-section__heading h2{font-size:1.7rem}.page-section{padding:22px}.people-grid{grid-template-columns:1fr;gap:26px}.people-person{grid-template-columns:92px minmax(0,1fr);gap:18px}.people-person__avatar{width:92px}.page-image{padding:10px}.section-heading--split,.site-footer__inner{align-items:flex-start;flex-direction:column}.feature-grid,.project-grid,.member-strip,.project-card--showcase,.project-page-card,.person-card,.profile-overview,.profile-details,.profile-hero__inner,.timeline-item,.list-card{grid-template-columns:1fr}.project-card__image{min-height:0;border-right:0;border-bottom:1px solid var(--line);padding:14px}.project-card__body{padding:22px}.project-page-card{gap:18px}.project-page-card__image{min-height:0}.project-card h2,.project-card h3{font-size:1.34rem}.project-card__summary{font-size:1rem}.person-card__avatar img,.profile-avatar{width:100%;height:auto;aspect-ratio:1}.profile-overview__avatar{width:min(220px,100%)}.people-profile-page .profile-hero{padding:44px 0 34px}.people-profile-page .profile-hero__inner,.profile-content-layout{grid-template-columns:1fr}.people-profile-page .profile-hero__inner{gap:24px}.people-profile-page .profile-hero h1{font-size:2.45rem}.people-profile-page .profile-hero__role{font-size:1.05rem}.profile-hero__visual{justify-self:start;width:min(100%,221px)}.profile-content-layout{gap:30px;padding-top:34px}.profile-side{position:static;grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.profile-section--bio .page-section__heading h2{font-size:1.7rem}.profile-section--bio .profile-bio p:first-child{font-size:1.02rem}.content-block{padding:22px}.content-block .rich-text img{margin:-22px -22px 20px;width:calc(100% + 44px)}}@media(max-width:620px){.people-profile-page .profile-hero h1{font-size:2.25rem}.profile-hero__visual{width:min(100%,192px)}.profile-hero__meta{flex-direction:column;align-items:flex-start;gap:10px}.profile-panel{padding:18px}.profile-side{grid-template-columns:1fr}}@media(max-width:760px){body{line-height:1.55;overflow-x:hidden}.section__inner,.site-header__inner,.site-footer__inner,.home-hero__inner,.page-hero .section__inner,.page-container{width:min(100% - 24px,var(--max))}.site-header__inner{display:grid;grid-template-columns:minmax(0,1fr)auto;gap:10px 12px;align-items:center;padding:10px 0 8px}.brand{width:auto;gap:8px}.brand__logo{height:36px;max-width:min(52vw,178px)}.brand__text{font-size:clamp(.88rem,3.5vw,1rem);white-space:normal}.site-nav-toggle{display:inline-flex;justify-self:end}.site-nav{grid-column:1/-1;display:none;flex-direction:column;align-items:stretch;gap:0;width:100%;margin:2px 0 0;border-top:1px solid rgba(255,255,255,.12);padding:8px 0 4px;overflow:visible}.site-header.is-nav-open .site-nav{display:flex}.site-nav a{width:100%;border:1px solid transparent;border-radius:6px;padding:11px 12px;font-size:.94rem;line-height:1.2;white-space:normal}.site-nav a:hover,.site-nav a.is-active{border-color:rgba(102,153,204,.34);background:rgba(102,153,204,.12)}.home-hero{min-height:calc(100svh - 103px)}.home-hero__inner{padding:44px 0 78px}.home-slider__track{min-height:clamp(250px,46svh,340px)}.home-slide__content,.home-slide__content--left,.home-slide__content--right{text-align:center}.home-slide__content--left .button-row,.home-slide__content--right .button-row,.home-hero .button-row{justify-content:center}.home-hero h1{font-size:clamp(2rem,11vw,2.6rem);line-height:1.08}.home-hero p{margin-top:16px;font-size:1rem;line-height:1.55}.home-slider__controls{bottom:14px;min-height:40px;gap:10px}.home-slider__arrow{width:40px;height:40px}.home-slider__dots{gap:8px}.section{padding:46px 0}.section--intro{padding:24px 0}.page__content{padding-bottom:42px}.page-title,.page-hero .section__inner{padding:30px 0 20px}.page-title h1,.page-hero h1{font-size:clamp(1.78rem,8vw,2.1rem);line-height:1.18}h2{font-size:clamp(1.58rem,7vw,1.85rem)}h3{font-size:1.14rem}.page-title p,.page-hero p:not(.eyebrow),.page-section__body .rich-text,.article-content,.rich-text{font-size:.98rem;line-height:1.7}.intro-band{gap:18px}.intro-band__lead{font-size:1.08rem}.intro-band__meta{width:100%}.intro-band__meta span{flex:1 1 132px;text-align:center}.button-row,.project-card__links,.resource-links,.link-list,.profile-actions{align-items:stretch;gap:10px}.button,.project-card__links a,.resource-links a,.link-list a{max-width:100%;white-space:normal;text-align:center}.button-row .button,.resource-links a,.link-list a{flex:1 1 180px}.page-section,.content-block,.citation,.news-panel,.profile-panel,.person-card{padding:18px}.page-section:first-child,.project-page-list,.publication-list,.people-blocks,.profile-blocks{margin-top:24px}.page-section__heading h2{font-size:1.45rem;line-height:1.28}.feature-grid,.project-grid,.member-strip{grid-template-columns:1fr}.feature-card h3{padding:18px 18px 0}.feature-card .rich-text p:not(:has(img)),.feature-card .rich-text ul,.feature-card .rich-text ol{padding:0 18px 18px}.project-page-card,.project-card--showcase{gap:16px}.project-card__body{padding:18px}.project-card__image img{max-height:240px}.project-page-card__image img{min-height:160px}.project-card h2,.project-card h3,.publication-card__heading h2,.list-card h2,.timeline-item h2{font-size:1.18rem;line-height:1.34}.project-card__summary,.publication-authors,.publication-meta,.people-person__email{overflow-wrap:anywhere}.publication-meta{gap:6px}.publication-meta span{min-width:0;max-width:100%}.people-section__body{gap:18px}.people-grid{gap:22px}.people-person{grid-template-columns:78px minmax(0,1fr);gap:14px;align-items:start}.people-person__avatar{width:78px}.people-person__name{font-size:1.12rem}.people-person__role,.people-person__email{font-size:.88rem}.people-profile-page .profile-hero{padding:34px 0 28px}.people-profile-page .profile-hero h1{font-size:clamp(2rem,10vw,2.35rem);line-height:1.08}.profile-hero__summary{font-size:.98rem;line-height:1.65}.profile-hero__visual{width:min(70vw,196px)}.profile-content-layout{gap:24px;padding-top:28px}.profile-section--bio{padding-top:22px}.profile-section--bio .page-section__heading h2{font-size:1.45rem}.content-block .rich-text img{margin:-18px -18px 18px;width:calc(100% + 36px)}.contact-map iframe,.contact-map>img,.contact-map.contact-map--amap{min-height:260px}.site-footer{padding:24px 0}.site-footer__inner{gap:10px}}@media(max-width:420px){.section__inner,.site-header__inner,.site-footer__inner,.home-hero__inner,.page-hero .section__inner,.page-container{width:min(100% - 20px,var(--max))}.brand__logo{height:32px;max-width:min(48vw,150px)}.brand__text{font-size:.95rem}.site-nav-toggle{min-height:38px;padding:8px 10px;font-size:.86rem}.site-nav a{padding:10px 11px;font-size:.9rem}.home-hero h1{font-size:clamp(1.72rem,10.5vw,2.2rem)}.page-title h1,.page-hero h1{font-size:1.68rem}.page-section,.content-block,.citation,.news-panel,.profile-panel,.person-card{padding:16px}.people-person{grid-template-columns:68px minmax(0,1fr);gap:12px}.people-person__avatar{width:68px}.project-card__links a{flex:1 1 100%}.people-profile-page .profile-hero__inner{gap:18px}.profile-hero__visual{width:min(68vw,170px)}}