:root{--ink:#2B323A;--ink-strong:#1A1D20;--ink-light:#4A5568;--muted:#8A919A;--paper:#F8F2EA;--surface:#FFFFFF;--surface-soft:#F4EDE4;--line:#E5DDD2;--line-strong:#D4C9BA;--brand:#C8171E;--brand-hover:#B2141A;--brand-soft:rgba(200,23,30,0.08);--brand-line:rgba(200,23,30,0.22);--brand-hover-line:rgba(200,23,30,0.32);--humanities:#953F01;--humanities-soft:rgba(149,63,1,0.08);--humanities-line:rgba(149,63,1,0.2);--hero-gradient:linear-gradient(165deg,#FCF6EA,#F8F2EA 45%,#F4EDE4);--cta-gradient:linear-gradient(135deg,#FCF6EA,#F9F0E0);--footer-gradient:linear-gradient(180deg,#F4EDE4,#EDE4D6);--radius:6px;--radius-lg:12px;--shadow-sm:0 2px 8px rgba(26,29,32,0.04);--shadow:0 8px 32px rgba(26,29,32,0.06);--shadow-lg:0 20px 60px rgba(26,29,32,0.08);--shell:min(1200px,calc(100vw - 80px));--shell-wide:min(1400px,calc(100vw - 80px));--font-sans:var(--font-inter),"PingFang SC","Microsoft YaHei","Hiragino Sans GB",sans-serif;--font-display:"Georgia","Songti SC","SimSun","Source Han Serif SC",serif;--font-en:var(--font-inter),"Helvetica Neue","Arial",sans-serif;--transition:280ms cubic-bezier(0.4,0,0.2,1);--transition-fast:180ms cubic-bezier(0.4,0,0.2,1)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--font-sans);font-size:15px;line-height:1.7;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:inherit;text-decoration:none}img{display:block}button,input,select,textarea{font:inherit}main{overflow:hidden}h1,h2,h3,p{margin-top:0}h1,h2,h3{color:var(--ink-strong);font-family:var(--font-sans);font-weight:600;letter-spacing:-.01em}h1{margin-bottom:20px;font-size:clamp(2.2rem,3.6vw,4rem);line-height:1.12}h2{margin-bottom:18px;font-size:clamp(1.6rem,2.4vw,2.8rem);line-height:1.18}h3{margin-bottom:10px;font-size:1.05rem;line-height:1.4;font-weight:600}p{color:var(--muted);line-height:1.8}.keep-together{display:inline-block}.site-shell{width:var(--shell);margin:0 auto}.site-shell-wide{width:var(--shell-wide);margin:0 auto}.eyebrow,.site-label{margin:0 0 14px;color:var(--humanities);font-size:.72rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:30;border-bottom:1px solid var(--line);background:rgba(255,255,255,.92);-webkit-backdrop-filter:blur(20px) saturate(1.2);backdrop-filter:blur(20px) saturate(1.2);transition:background .4s ease,border-color .4s ease,box-shadow .4s ease}.site-header--home{position:fixed;left:0;right:0;background:transparent;border-bottom-color:transparent;-webkit-backdrop-filter:none;backdrop-filter:none}.site-header--home.site-header--scrolled{background:rgba(255,255,255,.92);border-bottom-color:var(--line);-webkit-backdrop-filter:blur(20px) saturate(1.2);backdrop-filter:blur(20px) saturate(1.2);box-shadow:0 2px 16px rgba(26,29,32,.06)}.nav-shell{min-height:72px;display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr) auto;align-items:center;grid-gap:20px;gap:20px}.brand-mark{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-width:300px}.brand-logo{width:38px;height:38px;display:grid;place-items:center;flex:0 0 auto;line-height:0}.brand-logo img{width:100%;height:100%;object-fit:contain}.brand-copy{display:grid;grid-gap:2px;gap:2px;line-height:1.15}.brand-copy span{color:var(--muted);font-size:.7rem;font-weight:500}.brand-copy strong{color:var(--ink-strong);font-size:.92rem;font-weight:700;letter-spacing:.02em}.brand-copy small{color:var(--muted);font-size:.62rem;font-weight:400;font-style:normal;letter-spacing:.01em}.site-header .brand-mark{gap:12px;min-width:322px}.site-header .brand-logo{width:60px;height:60px}.site-header .brand-copy{gap:3px}.site-header .brand-copy span{font-size:.75rem}.site-header .brand-copy strong{font-size:1.02rem}.site-header .brand-copy small{font-size:.68rem}.desktop-nav{display:flex;align-items:center;gap:24px;color:var(--ink-light);font-size:.84rem;font-weight:450;white-space:nowrap}.desktop-nav-left{justify-content:flex-start}.desktop-nav-right{justify-content:flex-end}.desktop-nav a,.mobile-nav a,.section-title-row a,.silk-hero-actions a,.text-link{transition:color var(--transition-fast),background var(--transition-fast),border-color var(--transition-fast),transform var(--transition-fast)}.desktop-nav a:hover,.section-title-row a:hover,.text-link:hover{color:var(--ink-strong)}.desktop-nav a.nav-active,.mobile-nav a.nav-active{color:var(--ink-strong);font-weight:600}.desktop-nav a.nav-active:after{content:"";display:block;width:100%;height:2px;margin-top:4px;border-radius:999px;background:var(--brand)}.btn-primary,.contact-form button,.cta-button,.nav-cta,.primary-link{display:inline-flex;align-items:center;justify-content:center;min-height:40px;border:1px solid var(--brand);border-radius:999px;background:var(--brand);color:#ffffff;padding:.6rem 1.4rem;font-size:.84rem;font-weight:550;white-space:nowrap;transition:all var(--transition);cursor:pointer}.btn-primary:hover,.contact-form button:hover,.cta-button:hover,.nav-cta:hover,.primary-link:hover{background:var(--brand-hover);border-color:var(--brand-hover);transform:translateY(-1px)}.btn-secondary,.cta-button-outline,.secondary-link{display:inline-flex;align-items:center;justify-content:center;min-height:40px;border:1px solid var(--line-strong);border-radius:999px;background:rgba(255,255,255,.75);color:var(--ink);padding:.6rem 1.4rem;font-size:.84rem;font-weight:550;white-space:nowrap;transition:all var(--transition)}.btn-secondary:hover,.cta-button-outline:hover,.secondary-link:hover{border-color:var(--brand);color:var(--brand);background:#ffffff;transform:translateY(-1px)}.mobile-menu{position:relative;display:none;margin-left:auto;z-index:60}.mobile-menu summary{display:inline-flex;align-items:center;justify-content:center;width:40px;min-height:40px;border:0;background:transparent;color:var(--ink-strong);padding:0;cursor:pointer;list-style:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.mobile-menu summary::-webkit-details-marker{display:none}.mobile-menu[open] summary{color:var(--ink-strong)}.menu-icon{width:22px;height:16px;display:flex;flex-direction:column;justify-content:space-between}.menu-icon span{width:22px;height:1.5px;border-radius:999px;background:currentColor;transition:transform .2s ease,opacity .2s ease}.mobile-menu[open] .menu-icon span:first-child{transform:translateY(7.25px) rotate(45deg)}.mobile-menu[open] .menu-icon span:nth-child(2){opacity:0}.mobile-menu[open] .menu-icon span:nth-child(3){transform:translateY(-7.25px) rotate(-45deg)}.mobile-nav{position:fixed;top:72px;left:0;right:0;height:calc(100dvh - 72px);min-height:calc(100vh - 72px);display:grid;align-content:start;grid-gap:0;gap:0;border-top:1px solid var(--line);background:#ffffff;color:var(--ink-strong);overflow-y:auto;padding:40px max(24px,calc((100vw - var(--shell)) / 2)) 56px}.mobile-nav a{min-height:68px;display:flex;align-items:center;border-bottom:1px solid var(--line);padding:.3rem 0;color:var(--ink-strong);font-size:clamp(1.2rem,4.5vw,1.5rem);font-weight:500;line-height:1.2}.mobile-nav a:hover{background:transparent;color:var(--brand)}.mobile-nav a:last-child{border-bottom:0}.silk-hero{position:relative;min-height:100vh;display:flex;align-items:center;overflow:hidden;background:var(--hero-gradient);isolation:isolate}.silk-hero-canvas{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;pointer-events:none;display:block}.silk-hero-content{position:relative;z-index:2;width:var(--shell);margin:0 auto;padding:160px 0 120px;display:grid;grid-template-columns:1fr 1fr;grid-gap:80px;gap:80px;align-items:end}.silk-hero-main{max-width:680px}.silk-hero-en{font-family:var(--font-en);font-size:clamp(3.5rem,6vw,7rem);font-weight:200;line-height:.95;letter-spacing:-.03em;color:rgba(26,29,32,.06);margin-bottom:32px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.silk-hero-title{font-family:var(--font-display);font-size:clamp(2rem,3.2vw,3.4rem);font-weight:400;line-height:1.25;color:var(--ink-strong);letter-spacing:.04em;margin-bottom:24px}.silk-hero-subtitle{font-size:1rem;line-height:1.9;color:var(--ink-light);max-width:520px;margin-bottom:40px}.silk-hero-label{display:inline-flex;align-items:center;gap:12px;margin-bottom:32px;color:var(--humanities);font-size:clamp(1rem,1.45vw,1.2rem);font-weight:600;letter-spacing:.1em;text-transform:uppercase}.silk-hero-label:before{display:none}.silk-hero-actions{display:flex;flex-wrap:wrap;gap:12px}.silk-hero-actions a{display:inline-flex;align-items:center;min-height:44px;border:1px solid var(--line-strong);border-radius:999px;background:rgba(255,255,255,.75);color:var(--ink);padding:0 24px;font-size:.86rem;font-weight:500;transition:all var(--transition)}.silk-hero-actions a:first-child{background:var(--brand);border-color:var(--brand);color:#ffffff;font-weight:600}.silk-hero-actions a:first-child:hover{background:var(--brand-hover);border-color:var(--brand-hover)}.silk-hero-actions a:hover{border-color:var(--brand);color:var(--brand);background:#ffffff}.silk-hero-aside{display:flex;flex-direction:column;gap:28px;padding-bottom:12px}.silk-hero-stat{display:grid;grid-gap:6px;gap:6px}.silk-hero-stat strong{font-family:var(--font-en);font-size:2.4rem;font-weight:300;color:var(--brand);letter-spacing:-.02em}.silk-hero-stat span{font-size:.82rem;color:var(--muted);font-weight:400}.silk-hero-scroll{position:absolute;bottom:40px;left:50%;transform:translateX(-50%);z-index:3;display:flex;flex-direction:column;align-items:center;gap:8px;color:var(--muted);font-size:.7rem;letter-spacing:.1em}.silk-hero-scroll-line{width:1px;height:40px;background:linear-gradient(180deg,rgba(43,50,58,.25),transparent);animation:scrollPulse 2s ease-in-out infinite}@keyframes scrollPulse{0%,to{opacity:.3;transform:scaleY(1)}50%{opacity:1;transform:scaleY(1.2)}}.card-media img,.lead-feature-media img,.page-hero-media img,.split-media img{object-fit:cover}.home-feature-deck{padding:80px 0 60px}.feature-deck-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:24px;gap:24px;align-items:stretch}.lead-feature{display:grid;overflow:hidden;border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--surface);transition:all var(--transition)}.lead-feature:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg);border-color:transparent}.lead-feature-media{position:relative;min-height:240px;overflow:hidden;background:var(--surface-soft)}.lead-feature:hover .lead-feature-media img{transform:scale(1.04)}.lead-feature-media img{transition:transform .6s cubic-bezier(.4,0,.2,1)}.lead-feature-body{padding:32px}.area-row span,.content-card .eyebrow,.event-row span,.function-list span,.lead-feature-body span,.platform-card span,.publication-types span,.research-row span{display:block;margin-bottom:10px;color:var(--humanities);font-size:.7rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase}.lead-feature-body h2{margin-bottom:14px;font-size:clamp(1.15rem,1.5vw,1.5rem);line-height:1.35;font-weight:600}.lead-feature-body p{margin-bottom:0}.home-digest,.home-section,.page-section{padding:120px 0}.home-digest{padding-top:80px}.home-section-muted,.page-section-muted{background:var(--surface-soft)}.section-header,.section-heading{max-width:680px;margin-bottom:56px}.section-header h2,.section-heading h2{position:relative}.section-heading h2:after{display:none}.profile-statement p,.publication-intro p,.section-copy p,.section-header p,.section-heading p{font-size:1rem;line-height:1.85}.function-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:20px;gap:20px}.function-card{min-height:200px;border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--surface);padding:32px;display:grid;align-content:start;grid-gap:8px;gap:8px;transition:all var(--transition)}.function-card:hover{transform:translateY(-4px);box-shadow:var(--shadow);border-color:var(--brand-soft)}.function-card span{display:block;color:var(--humanities);font-size:.7rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase}.function-card h3{margin:0;font-size:1.05rem;font-weight:600;color:var(--ink-strong)}.function-card p{margin:0;font-size:.9rem;line-height:1.65}.home-digest-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(340px,.52fr);grid-gap:64px;gap:64px}.section-title-row{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin-bottom:32px}.section-title-row h2{margin:0;font-size:clamp(1.4rem,2vw,2.2rem)}.section-title-row h2:after{display:none}.section-title-row a,.text-link{color:var(--brand);font-weight:550;font-size:.88rem;transition:color var(--transition-fast)}.section-title-row a:hover,.text-link:hover{color:var(--brand-hover)}.event-stack,.research-list{display:grid;grid-gap:12px;gap:12px}.research-row{display:grid;grid-template-columns:110px minmax(0,.78fr) minmax(0,1fr);grid-gap:24px;gap:24px;align-items:start;border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--surface);padding:24px 28px;transition:all var(--transition)}.area-row:hover,.content-card:hover,.event-row:hover,.platform-card:hover,.research-row:hover{transform:translateY(-3px);box-shadow:var(--shadow);border-color:var(--brand-hover-line)}.area-row strong,.event-row strong,.research-row strong{color:var(--ink-strong);font-size:.96rem;line-height:1.48;font-weight:600}.event-row p,.research-row p{margin-bottom:0}.event-stack-wide{grid-template-columns:repeat(3,minmax(0,1fr))}.event-row{display:block;border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--surface);padding:28px;transition:all var(--transition)}.area-list{display:grid;grid-gap:12px;gap:12px}.area-row{display:grid;grid-template-columns:56px minmax(0,1fr) minmax(160px,220px);grid-gap:24px;gap:24px;align-items:flex-start;border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--surface);padding:28px 32px;transition:all var(--transition)}.area-row>span:first-child{font-family:var(--font-en);font-size:1.6rem;font-weight:300;color:var(--brand);letter-spacing:-.02em}.area-row p{max-width:760px;margin:8px 0 0}.area-row em{justify-self:end;color:var(--muted);font-style:normal;font-weight:500;font-size:.82rem}.card-grid{width:var(--shell);margin:0 auto;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:24px;gap:24px}.card-grid-2x2{grid-template-columns:repeat(2,minmax(0,1fr))}.card-grid-compact{grid-template-columns:repeat(4,minmax(0,1fr))}.content-card{overflow:hidden;border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--surface);transition:all var(--transition)}.content-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg);border-color:transparent}.card-media{position:relative;min-height:220px;background:var(--surface-soft);overflow:hidden}.content-card:hover .card-media img{transform:scale(1.05)}.card-media img{transition:transform .6s cubic-bezier(.4,0,.2,1)}.card-body{padding:28px}.card-body p{margin-bottom:0}.card-foot{display:flex;justify-content:space-between;gap:14px;align-items:center;margin-top:22px;color:var(--muted);font-size:.84rem}.card-foot a{color:var(--brand);font-weight:600;font-size:.84rem;transition:color var(--transition-fast)}.card-foot a:hover{color:var(--brand-hover)}.platform-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:24px;gap:24px}.platform-card{min-height:220px;border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--surface);padding:32px;transition:all var(--transition)}.platform-card p{margin-bottom:0}.org-chart{--org-line:rgba(26,29,32,0.25);margin-top:40px;padding:26px 20px;border:1px solid var(--line);border-radius:var(--radius-lg);overflow-x:auto;background:var(--surface)}.org-chart-canvas{position:relative;width:100%;min-width:1120px;aspect-ratio:2.25/1}.org-mobile-tree{display:none}.org-line,.org-node{position:absolute}.org-node{box-sizing:border-box;display:flex;align-items:center;justify-content:center;border:1px solid rgba(200,23,30,.18);border-radius:var(--radius);padding:6px;color:var(--ink-strong);background:var(--brand-soft);box-shadow:0 5px 12px rgba(77,58,43,.08);font-size:.78rem;font-weight:600;line-height:1.35;text-align:center}.org-node-dean{border-color:var(--brand);color:#fff;background:var(--brand);font-size:.95rem}.org-node-direct{background:var(--brand-soft)}.org-pos-exec,.org-pos-left-vp,.org-pos-right-vp{border-color:var(--humanities-line);background:var(--humanities-soft)}.org-node-office{border-color:rgba(200,23,30,.24);background:var(--brand-soft)}.org-node-institute{border-color:rgba(149,63,1,.24);background:rgba(149,63,1,.06)}.org-node-center{border-color:rgba(149,63,1,.32);background:rgba(149,63,1,.1);padding:4px;font-size:.74rem;line-height:1.18}.org-node-vertical{writing-mode:vertical-rl;-webkit-text-orientation:upright;text-orientation:upright;letter-spacing:.04em}.org-line{display:block;z-index:0;background:var(--org-line)}.org-line-center-drop,.org-line-center-stem,.org-line-left-drop,.org-line-left-stem,.org-line-office-stem,.org-line-right-drop,.org-line-right-stem,.org-line-root,.org-line-top-drop{width:2px}.org-line-center-rail,.org-line-left-rail,.org-line-right-rail,.org-line-top{height:2px}.org-line-root{left:calc(50% - 1px);top:6%;height:6.2%}.org-line-top{left:10%;top:12.2%;width:75.4%}.org-line-top-drop{top:12.2%;height:4.3%;transform:translateX(-1px)}.org-line-left-stem{left:calc(30% - 1px);top:24%;height:6.7%}.org-line-left-rail{left:22.5%;top:30.7%;width:15%}.org-line-left-drop{top:30.7%;height:7.3%;transform:translateX(-1px)}.org-line-office-stem{left:calc(50% - 1px);top:24%;height:14%}.org-line-right-stem{left:calc(70% - 1px);top:24%;height:6.7%}.org-line-right-rail{left:61.5%;top:30.7%;width:25.6%}.org-line-right-drop{top:30.7%;height:7.3%;transform:translateX(-1px)}.org-line-center-stem{left:calc(70% - 1px);top:66%;height:2%}.org-line-center-rail{left:57.3%;top:68%;width:26.8%}.org-line-center-drop{top:68%;height:4%;transform:translateX(-1px)}.org-pos-dean{left:46%;top:0;width:8%;height:6%}.org-pos-committee{left:6.5%;top:16.5%;width:7%;height:7%}.org-pos-left-vp{left:26.8%;top:16.5%;width:6.4%;height:7%}.org-pos-exec{left:46.2%;top:16.5%;width:7.6%;height:7%}.org-pos-right-vp{left:66.8%;top:16.5%;width:6.4%;height:7%}.org-pos-advisory{left:79.4%;top:16.5%;width:12%;height:7%;font-size:.7rem}.org-pos-humanities{left:20.8%;top:38%;width:4%;height:28%}.org-pos-communication{left:28%;top:38%;width:4%;height:28%}.org-pos-law{left:35.2%;top:38%;width:4%;height:28%}.org-pos-office{left:48.3%;top:38%;width:3.4%;height:28%}.org-pos-economy{left:59%;top:38%;width:5.4%;height:28%}.org-pos-industry{left:68.2%;top:38%;width:4%;height:28%}.org-pos-digital{left:76.6%;top:38%;width:4%;height:28%}.org-pos-education{left:85.1%;top:38%;width:4%;height:28%}.org-pos-new-energy{left:55.7%;top:72%;width:3.3%;height:28%}.org-pos-health{left:64.7%;top:72%;width:3.3%;height:28%}.org-pos-agriculture{left:73.6%;top:72%;width:3.3%;height:28%}.org-pos-infrastructure{left:82.5%;top:72%;width:3.3%;height:28%}@media (max-width:720px){.org-chart{padding:24px 18px;overflow:hidden}.org-chart-canvas{display:none}.org-mobile-tree{display:block}.org-mobile-dean{margin:0 auto 8px}.org-mobile-root-connector{position:relative;height:18px}.org-mobile-list:before,.org-mobile-root-connector:after,.org-mobile-root-connector:before{position:absolute;display:block;content:"";background:var(--org-line)}.org-mobile-root-connector:before{top:0;left:calc(50% - 1px);width:2px;height:9px}.org-mobile-root-connector:after{top:9px;right:50%;left:8px;height:2px}.org-mobile-list,.org-mobile-list ul{list-style:none;margin:0;padding:0 0 0 16px}.org-mobile-list{position:relative;padding-left:8px}.org-mobile-list:before{top:-9px;left:8px;width:2px;height:9px}.org-mobile-list li{position:relative;padding:8px 0 0 20px}.org-mobile-list li:before{top:26px;width:14px;height:2px}.org-mobile-list li:after,.org-mobile-list li:before{position:absolute;left:0;content:"";background:var(--org-line)}.org-mobile-list li:after{top:0;bottom:0;width:2px}.org-mobile-list li:last-child:after{height:26px}.org-mobile-node{display:inline-flex;max-width:100%;min-height:36px;box-sizing:border-box;align-items:center;border:1px solid rgba(200,23,30,.18);border-radius:var(--radius);padding:7px 12px;color:var(--ink-strong);background:var(--brand-soft);font-size:.84rem;font-weight:600;line-height:1.35}.org-mobile-dean{display:flex;width:-moz-fit-content;width:fit-content;border-color:var(--brand);color:#fff;background:var(--brand);font-size:.95rem}.org-mobile-leadership{border-color:var(--humanities-line);background:var(--humanities-soft)}.org-mobile-office{border-color:rgba(200,23,30,.24)}.org-mobile-institute{border-color:rgba(149,63,1,.24);background:rgba(149,63,1,.06)}.org-mobile-center{border-color:rgba(149,63,1,.32);background:rgba(149,63,1,.1);font-size:.78rem}.org-chart-canvas{min-width:1020px}.org-node{font-size:.72rem}.org-pos-advisory{font-size:.65rem}}.about-band-grid,.profile-grid,.publication-layout{display:grid;grid-template-columns:minmax(0,.5fr) minmax(0,1fr);grid-gap:80px;gap:80px;align-items:flex-start}.publication-types{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:16px;gap:16px}.publication-types article{border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--surface);padding:28px;transition:all var(--transition)}.publication-types article:hover{transform:translateY(-3px);box-shadow:var(--shadow);border-color:var(--brand-hover-line)}.publication-types p{margin-bottom:0}.home-about-band{background:var(--surface)}.home-about-band h2{font-size:clamp(1.5rem,2.2vw,2.4rem)}.about-band-links{display:flex;flex-wrap:wrap;gap:10px}.about-band-links a{border:1px solid var(--line-strong);border-radius:999px;background:var(--surface);color:var(--ink);padding:.56rem 1rem;font-size:.86rem;font-weight:550;transition:all var(--transition)}.about-band-links a:first-child{background:var(--brand);border-color:var(--brand);color:#ffffff}.about-band-links a:first-child:hover{background:var(--brand-hover);border-color:var(--brand-hover)}.about-band-links a:hover{border-color:var(--brand);color:var(--brand)}.function-list{display:grid;grid-gap:12px;gap:12px}.function-list a{display:grid;grid-template-columns:100px minmax(0,1fr);grid-gap:20px;gap:20px;align-items:center;border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--surface);padding:20px 24px;transition:all var(--transition)}.function-list a:hover{border-color:var(--brand-hover-line);transform:translateX(4px)}.function-list-light a{grid-template-columns:105px minmax(0,.72fr) minmax(0,1fr)}.function-list strong{color:var(--ink-strong);font-size:.94rem;font-weight:600}.function-list p{margin-bottom:0}.metric-strip{width:var(--shell);margin:0 auto;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:20px;gap:20px}.metric-item{border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--surface);padding:28px}.metric-item strong{display:block;font-family:var(--font-en);color:var(--brand);font-size:2rem;font-weight:300}.metric-item span{color:var(--muted)}.page-hero{display:grid;grid-template-columns:minmax(0,.88fr) minmax(280px,.42fr);grid-gap:48px;gap:48px;align-items:flex-end;padding:100px 0 60px}.page-hero h1{max-width:820px;font-size:clamp(2rem,3vw,3.2rem);font-weight:600}.page-hero p:not(.eyebrow){max-width:780px;color:var(--ink-light);font-size:.96rem}.page-hero-media{position:relative;min-height:300px;overflow:hidden;border-radius:var(--radius-lg);background:var(--surface-soft);box-shadow:var(--shadow)}.split-panel{display:grid;grid-template-columns:.95fr 1fr;grid-gap:64px;gap:64px;align-items:center}.split-media{position:relative;min-height:480px;overflow:hidden;border-radius:var(--radius-lg);background:var(--surface-soft);box-shadow:var(--shadow)}.split-copy{padding:24px 0}.check-list{display:grid;grid-gap:12px;gap:12px;margin:28px 0 0;padding:0;list-style:none}.check-list li{position:relative;border-top:1px solid var(--line);padding:14px 0 0 24px;color:var(--ink);line-height:1.65}.check-list li:before{content:"";position:absolute;left:0;top:25px;width:12px;height:1.5px;background:var(--brand)}.profile-statement{border-left:3px solid var(--brand);padding-left:28px}.profile-statement p{max-width:720px}.about-intro-body{max-width:860px;font-size:1rem;line-height:1.8;color:var(--ink)}.director-message-card{max-width:820px;border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--surface);box-shadow:var(--shadow-sm);overflow:hidden}.director-message-header{padding:32px 36px 0}.director-message-body{padding:28px 36px}.director-message-body p{font-size:1rem;line-height:1.9;margin-bottom:18px}.director-message-body p:last-child{margin-bottom:0}.contact-info-list{display:grid;grid-gap:20px;gap:20px;margin-top:26px}.contact-info-item{display:flex;gap:16px;align-items:flex-start}.contact-info-item svg{flex-shrink:0;margin-top:4px;color:var(--brand)}.contact-info-item strong{display:block;margin-bottom:4px;color:var(--ink-strong);font-size:.92rem;font-weight:620}.contact-info-item p{margin:0;font-size:.92rem;color:var(--muted)}.footer-contact-line{display:flex;align-items:center;gap:8px;margin-bottom:8px;color:var(--ink-light);font-size:.88rem}.footer-contact-line svg{flex-shrink:0;color:var(--brand);opacity:.85}.footer-contact-line a{color:var(--ink-light)}.footer-contact-line a:hover{color:var(--brand)}.footer-address{margin-top:8px;margin-bottom:18px;font-size:.84rem;line-height:1.6}.timeline-list{display:grid;grid-gap:0;gap:0;max-width:820px}.timeline-item{display:grid;grid-template-columns:120px minmax(0,1fr);grid-gap:24px;gap:24px;align-items:start;padding:28px 0;border-bottom:1px solid var(--line)}.timeline-item:first-child{padding-top:0}.timeline-item:last-child{border-bottom:0;padding-bottom:0}.timeline-marker time{display:inline-block;background:var(--brand-soft);color:var(--brand);font-weight:600;font-size:.84rem;padding:4px 14px;border-radius:999px}.timeline-body h3{margin-bottom:8px}.timeline-body p{margin:0}.site-footer{background:var(--footer-gradient);color:var(--ink);padding:80px 0 36px;border-top:1px solid var(--line)}.site-footer .brand-copy span,.site-footer p{color:var(--muted)}.site-footer .brand-copy strong{color:var(--ink-strong)}.site-footer .brand-logo{opacity:1}.footer-grid{display:grid;grid-template-columns:1.2fr .72fr 1fr .8fr;grid-gap:48px;gap:48px}.footer-intro p{max-width:380px;margin-top:20px}.site-footer h2{margin-bottom:18px;color:var(--muted);font-size:.72rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase}.footer-links{display:grid;grid-gap:10px;gap:10px;color:var(--ink-light);font-size:.88rem}.footer-links a:hover,.footer-mail{color:var(--brand)}.footer-mail{font-weight:600}.footer-bottom{display:flex;justify-content:space-between;gap:20px;margin-top:56px;padding-top:24px;border-top:1px solid var(--line);color:var(--muted);font-size:.82rem}.footer-bottom a:hover{color:var(--brand)}.map-section{padding:140px 0;background:var(--surface);overflow:hidden}.map-section .section-heading h2{color:var(--ink-strong)}.map-section .section-heading h2:after{background:var(--brand)}.map-section .section-heading p{color:var(--ink-light)}.map-container{position:relative;width:100%;max-width:1100px;margin:0 auto;aspect-ratio:2/1}.map-tooltip{position:absolute;z-index:10;min-width:280px;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-lg);padding:24px;pointer-events:auto;box-shadow:var(--shadow);animation:fadeIn .3s ease}.map-tooltip h3{color:var(--ink-strong);font-size:1rem;margin-bottom:12px}.map-tooltip p{color:var(--ink-light);font-size:.86rem;line-height:1.6;margin-bottom:0}.map-tooltip-tag{display:inline-block;padding:3px 10px;border-radius:999px;background:var(--brand-soft);color:var(--brand);font-size:.72rem;font-weight:600;margin-bottom:12px}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.contact-layout{display:grid;grid-template-columns:minmax(0,.68fr) minmax(320px,.42fr);grid-gap:48px;gap:48px;align-items:flex-start}.local-section-header{width:auto;margin:0 0 30px}.local-section-header p{margin-bottom:0}.contact-card{border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--surface);padding:36px;box-shadow:var(--shadow-sm)}.contact-card h2{font-size:1.7rem}.cooperation-directions h2{font-size:1.2rem;margin-bottom:14px}.richtext-content{font-size:.92rem;line-height:1.78;color:var(--ink)}.richtext-content ul{margin:0;padding-left:1.2em}.richtext-content li{margin-bottom:8px}.richtext-content p{margin:0 0 12px}.contact-form{display:grid;grid-gap:18px;gap:18px}.field-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:16px;gap:16px}.contact-form label{display:grid;grid-gap:8px;gap:8px;color:var(--ink);font-weight:550;font-size:.88rem}.contact-form input,.contact-form select,.contact-form textarea{width:100%;border:1px solid var(--line-strong);border-radius:var(--radius);background:#ffffff;color:var(--ink);padding:.85rem .95rem;outline:none;transition:border-color var(--transition-fast),box-shadow var(--transition-fast)}.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus{border-color:var(--brand);box-shadow:0 0 0 3px var(--brand-soft)}.contact-form button{cursor:pointer}.contact-form button:disabled{cursor:wait;opacity:.72}.form-note{margin-bottom:0;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);padding:.8rem 1rem}.form-note.success{color:#1f6b49}.form-note.error{color:#8f3a1b}.band{padding:100px 0}.band-muted{background:var(--surface-soft)}.band-light{background:var(--surface)}.article-card-list{display:grid;grid-gap:20px;gap:20px}.article-card{display:grid;grid-template-columns:220px 1fr;grid-gap:24px;gap:24px;padding:24px;background:var(--surface);border-radius:var(--radius-lg);border:1px solid var(--line);transition:all var(--transition);align-items:start}.article-card:hover{transform:translateY(-3px);border-color:var(--brand-hover-line);box-shadow:var(--shadow)}.article-card-media{position:relative;aspect-ratio:16/10;overflow:hidden;border-radius:var(--radius);flex-shrink:0}.article-card-media img{object-fit:cover}.article-card-body span{display:inline-block;font-size:.7rem;font-weight:600;color:var(--humanities);margin-bottom:6px;letter-spacing:.08em;text-transform:uppercase}.article-card-body strong{display:block;font-size:1.04rem;font-weight:600;line-height:1.42;margin-bottom:8px}.article-card-body p{margin:0;font-size:.88rem;line-height:1.68;color:var(--muted);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.detail-page{padding:0 0 100px}.detail-shell{max-width:780px;margin:0 auto;padding:0 24px}.detail-header{padding:60px 0 40px}.detail-back{display:inline-block;margin-bottom:20px;color:var(--brand);font-size:.84rem;font-weight:550}.detail-back:hover{text-decoration:underline}.detail-eyebrow{display:inline-block;margin-bottom:12px;color:var(--humanities);font-size:.72rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.detail-tags{display:flex;align-items:center;gap:10px;margin-bottom:12px}.detail-tags .detail-eyebrow{margin-bottom:0}.detail-status{display:inline-block;padding:2px 12px;border-radius:999px;font-size:.72rem;font-weight:580}.detail-status--completed{background:var(--surface-soft);color:var(--muted)}.detail-status--planned{background:var(--brand-soft);color:var(--brand)}.detail-status--open{background:#dcfce7;color:#166534}.detail-status--closed{background:#fef3c7;color:#92400e}.detail-header h1{margin-bottom:14px;font-size:clamp(1.7rem,2.8vw,2.6rem);line-height:1.28;font-weight:600}.detail-header time{display:block;color:var(--muted);font-size:.86rem}.detail-summary{font-size:1.04rem;line-height:1.8;color:var(--ink)}.detail-cover{margin-bottom:36px;overflow:hidden;border-radius:var(--radius-lg)}.detail-lead{margin-bottom:36px;padding:24px 28px;background:var(--surface-soft);border-left:3px solid var(--brand);border-radius:0 var(--radius-lg) var(--radius-lg) 0}.detail-lead p{margin:0;font-size:1.02rem;line-height:1.85;color:var(--ink-strong);font-weight:450}.detail-meta-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));grid-gap:16px;gap:16px;margin-bottom:40px;padding:22px 26px;background:var(--surface-soft);border-radius:var(--radius-lg)}.detail-meta-item strong{display:block;margin-bottom:4px;font-size:.72rem;color:var(--muted);font-weight:600;letter-spacing:.06em;text-transform:uppercase}.detail-meta-item span{font-size:.94rem;color:var(--ink-strong);font-weight:450}.detail-section{margin-top:40px}.detail-section h2{margin-bottom:20px;font-size:1.28rem}.detail-footer{display:flex;gap:12px;margin-top:60px;padding-top:28px;border-top:1px solid var(--line)}.prose{color:var(--ink);font-size:1rem;line-height:1.9}.prose h2{margin-top:44px;margin-bottom:16px;font-size:1.36rem;line-height:1.32}.prose h2,.prose h3{font-weight:600;color:var(--ink-strong)}.prose h3{margin-top:36px;margin-bottom:12px;font-size:1.12rem;line-height:1.38}.prose h4{margin-top:24px;margin-bottom:10px;font-size:1rem;font-weight:600;color:var(--ink-strong)}.prose p{margin-bottom:18px;color:var(--ink);line-height:1.9}.prose p:last-child{margin-bottom:0}.prose strong{color:var(--ink-strong);font-weight:600}.prose ol,.prose ul{margin:16px 0 20px;padding-left:24px}.prose li{margin-bottom:8px;line-height:1.72;color:var(--ink)}.prose li::marker{color:var(--brand)}.prose blockquote{margin:24px 0;padding:18px 24px;border-left:3px solid var(--brand);background:var(--surface-soft);border-radius:0 var(--radius-lg) var(--radius-lg) 0}.prose blockquote p{margin-bottom:8px;color:var(--ink);font-style:italic}.prose blockquote p:last-child{margin-bottom:0}.prose table{width:100%;margin:20px 0;border-collapse:collapse;font-size:.9rem}.prose th{background:var(--surface-soft);text-align:left;font-weight:600;color:var(--ink-strong);font-size:.84rem}.prose td,.prose th{padding:10px 14px;border:1px solid var(--line)}.prose td{color:var(--ink)}.prose tr:hover td{background:rgba(248,242,234,.65)}.prose hr{margin:40px 0;border:none;border-top:1px solid var(--line)}.prose a{color:var(--brand);font-weight:520;text-decoration:underline;text-underline-offset:3px}.prose a:hover{color:var(--brand-hover)}.prose .prose-img,.prose img{display:block;max-width:100%;height:auto;margin:24px auto;border-radius:var(--radius-lg);box-shadow:0 2px 12px rgba(0,0,0,.06)}.prose figure{margin:28px 0;text-align:center}.prose figcaption{margin-top:8px;font-size:.84rem;color:var(--muted)}.detail-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:24px;gap:24px;margin-top:32px}.detail-grid-3{grid-template-columns:repeat(3,1fr)}.detail-block{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-lg);padding:28px 24px}.detail-block h3{font-size:1.02rem;font-weight:620;color:var(--ink);margin-bottom:10px}.detail-block p{font-size:.9rem;line-height:1.7;color:var(--muted)}.detail-list{margin:12px 0 0;padding-left:18px;list-style:disc}.detail-list li{font-size:.86rem;line-height:1.7;color:var(--muted);margin-bottom:4px}.detail-example{margin-top:10px;font-size:.82rem;color:var(--humanities);font-style:italic}.cta-banner{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-top:36px;padding:32px 36px;background:var(--cta-gradient);border:1px solid var(--line);border-radius:var(--radius-lg)}.cta-content h3{color:var(--ink-strong);font-size:1.1rem;font-weight:620;margin-bottom:6px}.cta-content p{color:var(--ink-light);font-size:.88rem;line-height:1.6}.cta-banner .cta-button,.cta-banner .cta-button-outline{border-radius:var(--radius);padding:12px 28px;font-size:.92rem}.service-audience{margin-top:32px;padding:24px;background:var(--surface-soft);border-radius:var(--radius-lg)}.service-audience h4{font-size:.88rem;font-weight:620;color:var(--ink);margin-bottom:12px}.audience-tags{display:flex;flex-wrap:wrap;gap:8px}.audience-tags span{display:inline-block;padding:5px 14px;background:var(--surface);border:1px solid var(--line);border-radius:20px;font-size:.84rem;color:var(--muted)}.audience-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:20px;gap:20px}.audience-card{padding:28px 24px;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-lg)}.audience-card h3{font-size:1rem;font-weight:620;color:var(--humanities);margin-bottom:8px}.audience-card p{font-size:.88rem;line-height:1.7;color:var(--muted)}.page-section-cta,.page-section-dark{background:var(--hero-gradient);padding:80px 0}.page-section-cta .site-shell{text-align:center}.page-section-cta h2{margin-bottom:16px}.page-section-cta p{max-width:600px;margin:0 auto 32px;line-height:1.8;color:var(--ink-light)}.page-section-cta .cta-actions{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}.research-list-large .research-row{margin-bottom:0}@media (max-width:1120px){.nav-shell{display:flex}.desktop-nav{display:none}.brand-mark{justify-content:flex-start}.mobile-menu,.nav-cta{margin-left:auto}.mobile-menu{display:block}.silk-hero-content{grid-template-columns:1fr;gap:48px;padding:140px 0 100px}.silk-hero-aside{flex-direction:row;gap:40px}.about-band-grid,.contact-layout,.home-digest-grid,.page-hero,.profile-grid,.publication-layout,.split-panel{grid-template-columns:1fr}.feature-deck-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.research-row{grid-template-columns:100px minmax(0,1fr)}.research-row p{grid-column:2}.event-stack-wide,.footer-grid,.function-grid,.metric-strip,.platform-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.article-card{grid-template-columns:180px 1fr;gap:18px}.function-list-light a{grid-template-columns:105px minmax(0,1fr)}.function-list-light p{grid-column:2}.timeline-item{grid-template-columns:90px minmax(0,1fr);gap:18px}.map-container{aspect-ratio:16/10}}@media (max-width:720px){:root{--shell:min(100vw - 32px,1200px)}h1{font-size:clamp(1.8rem,8.5vw,2.6rem);line-height:1.18}h2{font-size:clamp(1.35rem,6vw,1.9rem)}.nav-shell{min-height:64px}.brand-mark{min-width:auto}.brand-logo{width:32px;height:32px}.brand-copy strong{font-size:.86rem}.brand-copy span{font-size:.64rem}.site-header .brand-logo{width:58px;height:58px}.site-header .brand-copy strong{font-size:.86rem}.site-header .brand-copy span{font-size:.64rem}.nav-cta{display:none}.mobile-menu{margin-left:auto}.mobile-nav{top:64px;height:calc(100dvh - 64px);min-height:calc(100vh - 64px);padding-top:32px}.silk-hero{min-height:100vh;min-height:100svh;min-height:100dvh}.silk-hero-content{padding:76px 0 44px;gap:24px}.silk-hero-en,.silk-hero-label{margin-bottom:12px}.silk-hero-en{font-size:clamp(2rem,10vw,3rem)}.silk-hero-title{margin-bottom:12px}.silk-hero-subtitle{line-height:1.7;margin-bottom:20px}.silk-hero-actions{gap:10px}.silk-hero-actions a{padding:0 18px;min-height:42px;font-size:.8rem}.silk-hero-aside{flex-direction:row;flex-wrap:wrap;gap:20px}.silk-hero-stat strong{font-size:1.7rem}.silk-hero-scroll{bottom:16px}.home-feature-deck{padding:32px 0}.band,.home-digest,.home-section,.map-section,.page-section{padding:80px 0}.card-grid,.card-grid-compact,.event-stack-wide,.feature-deck-grid,.field-grid,.footer-grid,.function-grid,.metric-strip,.platform-grid,.publication-types{grid-template-columns:1fr}.lead-feature-media,.page-hero-media,.split-media{min-height:200px}.card-body,.contact-card,.lead-feature-body,.platform-card,.publication-types article{padding:24px}.section-title-row{align-items:flex-start;display:grid}.article-card{grid-template-columns:1fr}.article-card-media{aspect-ratio:16/9}.area-row,.function-list a,.function-list-light a,.research-row{grid-template-columns:1fr;gap:10px}.function-list-light p,.research-row p{grid-column:auto}.area-row em{justify-self:start}.footer-bottom{display:grid}.timeline-item{grid-template-columns:1fr;gap:12px}.director-message-card{border-radius:0}.director-message-body,.director-message-header{padding:22px 20px}.contact-info-item{gap:12px}.detail-shell{padding:0 4px}.detail-meta-grid{grid-template-columns:1fr}.detail-header h1{font-size:clamp(1.5rem,6.5vw,2.2rem)}.section-heading{margin-bottom:40px}.map-container{aspect-ratio:4/3}}@media (max-width:900px){.audience-grid,.detail-grid,.detail-grid-3{grid-template-columns:repeat(2,1fr)}.cta-banner{flex-direction:column;text-align:center}}@media (max-width:600px){.audience-grid,.detail-grid,.detail-grid-3{grid-template-columns:1fr}}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter Fallback;src:local("Arial");ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.00%;size-adjust:107.12%}.__className_f367f3{font-family:Inter,Inter Fallback;font-style:normal}.__variable_f367f3{--font-inter:"Inter","Inter Fallback"}