@import url('/assets/fonts/fonts.css');
:root{--navy:#103650;--ink:#16364b;--muted:#596e7c;--blue:#12627b;--mint:#bdece8;--paper:#f7f9f9;--line:#dce5e9;--white:#fff;--font:'DM Sans','Noto Sans SC',sans-serif;--display:'Manrope','Noto Sans SC',sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--white);color:var(--ink);font-family:var(--font);font-size:16px;line-height:1.65}a{color:inherit;text-decoration:none}button{font:inherit}a:focus-visible,button:focus-visible{outline:3px solid #168c9c;outline-offset:5px}::selection{background:var(--mint)}.site-header{min-height:108px;max-width:1512px;margin:auto;padding:24px 5%;display:flex;align-items:center;justify-content:space-between;gap:28px;border-bottom:1px solid var(--line)}.brand{display:flex;align-items:center;gap:18px}.brand-mark{font-family:var(--display);font-size:42px;line-height:1;font-weight:800;letter-spacing:-2.6px;position:relative}.brand-mark span{font:12px var(--font);position:absolute;top:0;right:-8px}.brand-name{font-size:12px;line-height:1.4;font-weight:550;max-width:190px;border-left:1px solid var(--line);padding-left:18px}.site-header nav{display:flex;gap:26px;align-items:center}.site-header nav a{font-size:14px;color:var(--muted);position:relative;white-space:nowrap}.site-header nav a.active{color:var(--navy)}.site-header nav a.active:after{content:'';height:2px;background:var(--blue);position:absolute;bottom:-13px;left:0;right:0}.language-label{font-size:13px;white-space:nowrap}.hero{max-width:1512px;margin:auto;padding:64px 5% 56px;display:grid;grid-template-columns:1.15fr 1fr;gap:6%;align-items:center}.eyebrow{font-size:12px;letter-spacing:1.9px;font-weight:650;color:var(--blue);margin:0 0 27px}.hero h1{font-family:var(--display);font-size:clamp(48px,4.8vw,75px);line-height:1.13;font-weight:500;letter-spacing:-3.5px;margin:0 0 30px}.hero h1 em{font-style:normal;color:var(--blue)}.hero-description{max-width:485px;font-size:18px;line-height:1.75;color:var(--muted);margin:0 0 32px}.hero-actions{display:flex;gap:26px;align-items:center;flex-wrap:wrap}.button{display:inline-flex;align-items:center;justify-content:space-between;gap:32px;padding:15px 22px;background:var(--navy);color:#fff;font-size:14px;border-radius:3px;font-weight:500}.button span{font-size:22px;line-height:1}.text-link{display:inline-flex;gap:20px;font-size:14px;font-weight:550;align-items:center}.hero-note{display:flex;gap:25px;color:var(--muted);font-size:12px;letter-spacing:1px;margin-top:55px}.hero-note span+span{border-left:1px solid var(--line);padding-left:25px}.hero-visual{background:#082d44;min-height:475px;border-radius:4px;color:#ecf7f8;position:relative;overflow:hidden;padding:27px;display:flex;flex-direction:column;justify-content:space-between}.visual-label{font-size:12px;letter-spacing:1.6px;color:#b5d5df}.visual-caption{font-size:14px;margin:0;border-top:1px solid #426274;padding-top:17px}.concept{display:grid;grid-template-columns:1fr 1fr;gap:22px}.concept span{border:1px solid #33576a;padding:28px 12px;font-size:13px;letter-spacing:1px}.section{max-width:1512px;margin:auto;padding:74px 5%;border-top:1px solid var(--line)}h2{font-family:var(--display);font-size:clamp(30px,3vw,45px);line-height:1.3;letter-spacing:-1.5px;font-weight:500;margin:0 0 24px}.intro>p:last-child{max-width:660px;color:var(--muted)}@media(max-width:1000px){.brand-name{display:none}.site-header nav{gap:18px}.hero{gap:4%;padding-top:45px}.hero h1{font-size:55px;letter-spacing:-2.5px}.hero-visual{min-height:440px}}@media(max-width:700px){.site-header{min-height:82px;padding:20px 6%}.brand-mark{font-size:34px}.site-header nav{display:none}.hero{grid-template-columns:1fr;padding:40px 6%;gap:36px}.hero h1{font-size:48px;letter-spacing:-2px}.hero-description{font-size:17px}.hero-note{margin-top:30px;font-size:12px;gap:16px}.hero-note span+span{padding-left:16px}.hero-visual{min-height:360px}.section{padding:45px 6%}.eyebrow{font-size:12px}.hero-actions{gap:20px}h2{letter-spacing:-1px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{animation:none!important;transition:none!important}}
:root{--surface:#f0f5f6;--body-size:1rem}
.site-header{position:relative;z-index:30;background:var(--white)}
.brand-mark .brand-spark{font-size:24px;top:-9px;right:-16px;color:#288b95;font-weight:500;letter-spacing:0}
.brand-mark{margin-right:8px}.brand-name{font-size:12px}
.site-header nav{gap:24px}.site-header nav a{transition:color .18s}.site-header nav a:hover{color:var(--blue)}
.header-actions{display:flex;align-items:center;gap:22px}.language-link{display:flex;align-items:center;gap:8px;font-size:14px;white-space:nowrap}.language-link>span{font-size:24px;line-height:1}
.menu-toggle{display:none;width:42px;height:42px;padding:10px;border:1px solid var(--line);background:transparent;cursor:pointer;border-radius:3px}
.menu-toggle span{display:block;height:1.5px;background:var(--navy);margin:6px 0;transition:transform .2s}
.menu-toggle[aria-expanded=true] span:first-child{transform:translateY(3.75px) rotate(45deg)}.menu-toggle[aria-expanded=true] span:last-child{transform:translateY(-3.75px) rotate(-45deg)}
.skip-link{position:absolute;top:-100px;left:15px;padding:10px 20px;background:var(--navy);color:white;z-index:100}.skip-link:focus{top:10px}
.hero{padding-top:58px;padding-bottom:58px;gap:5%;grid-template-columns:1.06fr 1fr}.hero h1{font-size:clamp(46px,4.7vw,72px);letter-spacing:-3px}.hero-description{max-width:480px}.hero-note{font-size:12px;letter-spacing:.65px}
.hero-visual{min-height:475px;aspect-ratio:1.07;isolation:isolate;padding:28px;background:#072a40}
.hero-visual img{position:absolute;z-index:-1;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;opacity:.96}
.visual-label{font-size:12px;letter-spacing:1.1px}.visual-bottom{display:flex;align-items:center;justify-content:space-between;border-top:1px solid #577884;gap:12px;padding-top:18px}.visual-caption{border:0;padding:0;font-size:14px}.visual-coordinate{font-size:12px;color:#c5e2e6;letter-spacing:1px}
.discipline-strip{max-width:1512px;margin:auto;display:flex;align-items:center;justify-content:space-between;gap:14px;padding:24px 5%;background:var(--paper);border-top:1px solid var(--line);border-bottom:1px solid var(--line);font-size:13px;font-weight:500}.strip-separator{font-size:17px;font-weight:400;color:#749ba7}
.section{padding-top:82px;padding-bottom:82px}.purpose-section{display:grid;grid-template-columns:1fr 1fr;gap:10%;border-top:0}.purpose-copy{padding-top:35px}.purpose-copy p{font-size:17px;color:var(--muted);margin:0 0 20px}.purpose-copy .text-link{margin-top:10px}
.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:48px;margin-bottom:36px}.section-heading h2{margin-bottom:0}.section-heading>p{max-width:315px;margin:0 0 4px;color:var(--muted);font-size:16px}.section-heading>.text-link{white-space:nowrap;margin-bottom:4px}.eyebrow{font-size:12px;letter-spacing:1.5px;margin-bottom:23px}
.focus-section{background:var(--paper)}.focus-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));border-left:1px solid var(--line);border-top:1px solid var(--line);margin-top:45px}.focus-card{display:flex;flex-direction:column;position:relative;padding:25px 22px 62px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);background:#fff;transition:background .2s;min-height:285px}.focus-card:hover{background:#eaf3f5}.focus-card-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:27px}.field-icon{width:33px;height:33px;color:#286d82;flex-shrink:0}.index-number{font-size:12px;letter-spacing:1px;color:#738894}.focus-card h3{font-family:var(--display);font-size:19px;line-height:1.4;letter-spacing:-.4px;font-weight:600;margin:0 0 13px}.focus-card p{font-size:14px;line-height:1.65;color:var(--muted);margin:0}.focus-card-arrow{position:absolute;bottom:20px;right:22px;font-size:23px;color:#557988}
.work-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:36px;padding-top:14px}.work-item{border-top:1px solid var(--line);padding-top:22px}.work-item h3{font-family:var(--display);font-size:21px;line-height:1.4;font-weight:550;letter-spacing:-.4px;margin:24px 0 14px}.work-item p{font-size:16px;color:var(--muted);line-height:1.75;margin:0}
.membership-band{max-width:1360px;margin:5px auto 0;background:var(--navy);color:#fff;padding:60px 64px;display:flex;justify-content:space-between;align-items:center;gap:50px;border-radius:4px}.membership-band .eyebrow{color:#a5d7de}.membership-band h2{font-size:38px}.membership-band p:last-child{color:#c8d9e3;margin:0;font-size:16px}.button-light{background:#d0eeea;color:#123e51;white-space:nowrap}.button{transition:background .2s,transform .2s;min-height:50px}.button:hover{background:#17627a;transform:translateY(-2px)}.button-light:hover{background:#bde3de}.text-link{min-height:28px}.text-link span{font-size:21px}.text-link:hover{color:#247f94}.news-section{border-top:0}.news-card{display:grid;grid-template-columns:1fr 1.3fr;border:1px solid var(--line);border-radius:4px;overflow:hidden;transition:border-color .2s}.news-card:hover{border-color:#79abb9}.news-art{background:#e7f0f2;padding:28px 30px;min-height:290px;position:relative;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden;color:var(--navy)}.news-art-top{font-size:12px;letter-spacing:1.2px;color:#44717f}.news-monogram{font-family:var(--display);font-size:100px;font-weight:650;line-height:1.15;letter-spacing:-6px}.news-art-bottom{font-size:12px;letter-spacing:1.6px;line-height:1.8;color:#44717f}.news-art-year{position:absolute;bottom:25px;right:30px;font-family:var(--display);font-size:35px;font-weight:400;letter-spacing:-1px}.news-copy{padding:36px 40px;display:flex;flex-direction:column;justify-content:center}.news-meta{display:flex;align-items:center;gap:20px;font-size:12px;letter-spacing:.55px;color:#547483;margin-bottom:19px;flex-wrap:wrap}.news-copy h3{font-family:var(--display);font-size:29px;font-weight:550;line-height:1.35;letter-spacing:-.7px;margin:0 0 14px}.news-copy>p{font-size:16px;line-height:1.75;color:var(--muted);margin:0 0 24px}.news-copy .text-link{align-self:flex-start}.site-footer{background:#0c2a3e;color:#edf4f6;padding:58px 5% 0;margin-top:0}.footer-top,.footer-bottom{max-width:1360px;margin:0 auto}.footer-top{display:grid;grid-template-columns:1fr 1fr .5fr;gap:55px;padding-bottom:46px}.footer-brand{display:flex;flex-direction:column;gap:25px;align-items:flex-start}.footer-brand>.brand-mark{font-size:51px}.footer-brand>.brand-mark .brand-spark{color:#b9e5df}.footer-brand>span:last-child{font-size:14px;line-height:1.6;color:#c3d4df;max-width:290px}.footer-description{font-size:16px;line-height:1.8}.footer-description p{margin:0 0 18px}.footer-description>span{font-size:13px;color:#9cb5c5}.footer-links{display:flex;flex-direction:column;gap:9px;font-size:14px;color:#c8d8e3}.footer-links a:hover{color:#fff;text-decoration:underline;text-underline-offset:4px}.footer-bottom{padding:22px 0;border-top:1px solid #355063;display:flex;justify-content:space-between;align-items:center;gap:20px;font-size:12px;color:#a6bdcb;flex-wrap:wrap}.footer-divider{padding:0 12px;color:#728f9f}
.page-hero{max-width:1512px;margin:auto;padding:28px 5% 64px;background:var(--paper);border-bottom:1px solid var(--line)}.breadcrumb{display:flex;gap:12px;font-size:13px;color:#6c808c;margin-bottom:43px}.breadcrumb a:hover{text-decoration:underline}.page-hero h1{font-family:var(--display);font-size:clamp(40px,4.4vw,64px);font-weight:500;line-height:1.18;letter-spacing:-2.5px;max-width:1000px;margin:0 0 26px}.page-lead{font-size:19px;line-height:1.8;color:var(--muted);max-width:730px;margin:0}.about-intro{display:grid;grid-template-columns:1fr 2fr;gap:10%}.about-intro>.eyebrow{padding-top:10px}.prose{max-width:780px}.prose h2{font-size:35px;margin-bottom:30px}.prose p{font-size:18px;line-height:1.9;color:var(--muted);margin:0 0 24px}.prose p:last-child{margin-bottom:0}.mission-grid{display:grid;grid-template-columns:1fr 1fr;gap:8%;background:var(--paper)}.mission-grid article+article{border-left:1px solid var(--line);padding-left:15%}.mission-grid h2{font-size:39px}.mission-grid article>p:last-child{font-size:17px;color:var(--muted);max-width:500px;line-height:1.85}.registration{margin:40px 0 0}.registration>div{display:grid;grid-template-columns:1fr 2fr;gap:40px;border-top:1px solid var(--line);padding:21px 0}.registration dt{font-size:15px;color:var(--muted)}.registration dd{font-size:17px;margin:0}.registration>div:last-child{border-bottom:1px solid var(--line)}
.field-jump{max-width:1512px;margin:auto;display:flex;padding:28px 5%;gap:22px;justify-content:space-between;border-bottom:1px solid var(--line);flex-wrap:wrap}.field-jump a{font-size:14px;display:flex;gap:10px;align-items:center}.field-jump span{font-size:12px;color:#648390}.field-jump a:hover{color:var(--blue);text-decoration:underline;text-underline-offset:5px}.field-list{max-width:1512px;margin:auto;padding:0 5%}.field-detail{display:grid;grid-template-columns:1fr 2fr;gap:10%;padding:62px 0;border-bottom:1px solid var(--line);scroll-margin-top:30px}.field-id{display:flex;align-items:flex-start;justify-content:space-between;padding-right:12%;padding-top:10px}.field-icon.large{width:64px;height:64px}.field-detail h2{font-size:38px;margin-bottom:15px}.field-detail p{max-width:770px;font-size:17px;line-height:1.85;color:var(--muted);margin:0 0 18px}.field-detail .field-summary{font-size:20px;color:var(--ink)}.tags{display:flex;gap:10px;flex-wrap:wrap;margin-top:25px}.tags span{font-size:13px;padding:6px 13px;background:var(--surface);color:#416577;border-radius:3px}.focus-end{border-top:0}.focus-end>.text-link{margin-top:7px}.participation{display:grid;grid-template-columns:1fr 1.2fr;gap:10%}.participation>div>p:last-child{font-size:17px;color:var(--muted);line-height:1.8}.participation-list>article{display:flex;gap:24px;padding:27px 0;border-bottom:1px solid var(--line)}.participation-list>article:first-child{padding-top:0}.participation-list .index-number{margin-top:8px}.participation-list h3{font-size:23px;font-weight:500;margin:0 0 10px}.participation-list p{font-size:16px;line-height:1.85;color:var(--muted);margin:0}.notice-panel{background:var(--paper);border:1px solid var(--line);padding:44px 48px;display:flex;gap:30px;border-radius:4px}.notice-icon{flex-shrink:0;border:1px solid #7b9ba8;color:#527e8f;width:29px;height:29px;display:grid;place-items:center;border-radius:50%;font-family:Georgia,serif;margin-top:2px}.notice-panel h2{font-size:33px}.notice-panel p:not(.eyebrow){color:var(--muted);font-size:17px;line-height:1.8;max-width:900px}.notice-panel .text-link{margin-top:10px}.small-meta{color:var(--muted);font-size:14px}.event-section{background:var(--paper)}.event-section>p:last-child{font-size:17px;color:var(--muted)}
.article-shell{max-width:910px;margin:0 auto;padding:28px 35px 85px}.article-shell .breadcrumb{margin-bottom:30px}.back-link{font-size:14px;color:var(--muted);display:inline-block;margin:0 0 47px}.back-link:hover{text-decoration:underline}.article-shell h1{font-family:var(--display);font-size:clamp(38px,4.5vw,58px);font-weight:500;letter-spacing:-2px;line-height:1.22;margin:0 0 30px}.article-meta{display:flex;align-items:center;gap:25px;font-size:14px;color:var(--muted);border-bottom:1px solid var(--line);padding-bottom:27px}.article-lead{font-size:26px;line-height:1.5;letter-spacing:-.4px;margin:40px 0 30px}.article-body p{font-size:18px;line-height:1.95;color:#526b7a;margin:0 0 25px}.article-footer{display:flex;justify-content:space-between;align-items:center;gap:24px;border-top:1px solid var(--line);padding-top:28px;margin-top:45px}.article-footer>span{font-size:13px;color:var(--muted)}.contact-layout{display:grid;grid-template-columns:1fr 1fr;gap:8%}.contact-layout h2{font-size:31px;line-height:1.4}.contact-info{margin:30px 0 0}.contact-info>div{padding:17px 0;border-bottom:1px solid var(--line);display:grid;grid-template-columns:1fr 1fr;gap:20px}.contact-info dt{font-size:14px;color:var(--muted)}.contact-info dd{font-size:16px;margin:0}.contact-panel{background:var(--paper);border:1px solid var(--line);padding:42px;border-radius:4px;align-self:start}.contact-panel>p:not(.eyebrow){font-size:17px;color:var(--muted);line-height:1.85}.contact-panel .text-link{margin-top:15px}.email-link{font-size:22px;text-decoration:underline;overflow-wrap:anywhere}.not-found{max-width:900px;margin:auto;padding:100px 5% 130px}.not-found h1{font-family:var(--display);font-size:55px;font-weight:500;letter-spacing:-2px}.not-found p:not(.eyebrow){color:var(--muted);font-size:18px;margin-bottom:35px}
.lang-zh .hero h1{font-size:clamp(35px,3.1vw,49px);line-height:1.5;letter-spacing:-1.5px}.lang-zh h2{line-height:1.5;letter-spacing:-.8px}.lang-zh .page-hero h1{line-height:1.4;letter-spacing:-1px}.lang-zh .eyebrow{letter-spacing:1.8px}.lang-zh .hero-description{line-height:2;font-size:18px}.lang-zh .focus-card h3{font-size:21px}.lang-zh .footer-brand>span:last-child{line-height:1.9}
@media(min-width:1513px){.membership-band{max-width:1360px}.site-footer{padding-left:calc((100vw - 1360px)/2);padding-right:calc((100vw - 1360px)/2)}}
@media(max-width:1400px){.membership-band{margin-left:5%;margin-right:5%}.site-header nav{gap:19px}.brand-name{max-width:180px;padding-left:15px}.brand{gap:13px}.hero-visual{min-height:450px}.focus-card{padding-left:19px;padding-right:19px}.focus-card h3{font-size:18px}.news-copy{padding:28px 32px}.news-copy h3{font-size:27px}}
@media(max-width:1100px){.site-header{padding-top:22px;padding-bottom:22px;min-height:90px}.brand-name{display:block}.menu-toggle{display:block}.site-header nav{display:none;position:absolute;left:0;right:0;top:100%;padding:12px 5% 24px;background:white;border-bottom:1px solid var(--line);box-shadow:0 14px 25px #0e34480c;gap:0}.site-header nav.is-open{display:flex;flex-direction:column;align-items:stretch}.site-header nav a{padding:13px 0;font-size:16px}.site-header nav a.active:after{display:none}.site-header nav a.active{font-weight:650}.hero h1{font-size:54px;letter-spacing:-2.8px}.hero-visual{min-height:425px}.hero-description{font-size:17px}.hero-note{font-size:12px;gap:13px;flex-wrap:wrap}.hero-note span+span{padding-left:13px}.hero-actions{gap:18px}.discipline-strip{justify-content:center;gap:15px;flex-wrap:wrap;font-size:12px}.focus-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.focus-card{min-height:260px}.focus-card:nth-child(4),.focus-card:nth-child(5){grid-column:auto}.work-grid{gap:24px}.work-item h3{font-size:19px}.membership-band{padding:48px 40px;gap:30px}.membership-band h2{font-size:32px}.purpose-section{gap:7%}.purpose-section h2{font-size:35px}.section-heading h2{font-size:36px}.section-heading>p{max-width:270px}.news-meta{gap:10px;font-size:12px}.news-copy h3{font-size:25px}.footer-top{gap:30px}.footer-description{font-size:15px}.registration>div{grid-template-columns:1fr 2fr}.field-jump{justify-content:flex-start}.page-hero h1{font-size:54px}.mission-grid h2{font-size:33px}.contact-layout h2{font-size:27px}.contact-panel{padding:32px}.lang-zh .hero h1{font-size:35px;letter-spacing:-1px}.lang-zh .hero-description{font-size:17px}}
@media(max-width:760px){.site-header{min-height:82px;padding:19px 6%}.brand-name{font-size:12px;max-width:170px;padding-left:12px}.brand-mark{font-size:34px}.brand-mark .brand-spark{font-size:22px;right:-14px;top:-8px}.header-actions{gap:15px}.language-link{font-size:13px;gap:4px}.language-link>span{font-size:21px}.menu-toggle{width:36px;height:36px;padding:7px}.hero{grid-template-columns:1fr;padding:39px 6% 36px;gap:34px}.hero h1{font-size:57px;line-height:1.13;letter-spacing:-2.8px;margin-bottom:25px}.hero-description{font-size:17px;max-width:550px}.eyebrow{font-size:12px;letter-spacing:1.1px;margin-bottom:23px}.hero-note{margin-top:32px;gap:14px}.hero-visual{min-height:340px;aspect-ratio:1.3;padding:22px}.hero-visual img{object-position:center}.visual-label{font-size:12px;letter-spacing:.8px}.visual-caption{font-size:14px}.discipline-strip{padding:20px 6%;column-gap:12px;row-gap:8px;justify-content:flex-start;font-size:12px}.strip-separator{font-size:14px}.section{padding:49px 6%}.purpose-section{grid-template-columns:1fr;gap:12px}.purpose-section h2{font-size:33px}.purpose-copy{padding-top:0}.purpose-copy p{font-size:16px}.section-heading{display:block;margin-bottom:28px}.section-heading h2{font-size:33px}.section-heading>p{max-width:520px;margin-top:22px}.section-heading>.text-link{margin-top:18px}.focus-grid{grid-template-columns:repeat(2,minmax(0,1fr));margin-top:30px}.focus-card{padding:21px 18px 53px;min-height:260px}.focus-card:last-child{grid-column:span 2;min-height:220px}.focus-card:last-child p{max-width:350px}.focus-card h3{font-size:19px}.focus-card p{font-size:14px}.focus-card-top{margin-bottom:21px}.work-grid{grid-template-columns:1fr 1fr;gap:30px 25px;padding-top:5px}.work-item h3{font-size:20px;margin-top:18px}.work-item p{font-size:15px}.membership-band{margin:0 6%;padding:37px 28px;display:block}.membership-band h2{font-size:30px}.membership-band>.button{margin-top:27px}.news-card{grid-template-columns:1fr}.news-art{min-height:240px;padding:24px}.news-monogram{font-size:91px}.news-art-year{right:24px;bottom:23px}.news-copy{padding:26px}.news-copy h3{font-size:26px}.news-copy>p{font-size:16px}.news-meta{gap:12px;margin-bottom:15px}.site-footer{padding:43px 6% 0}.footer-top{grid-template-columns:1fr 1fr;gap:33px 25px;padding-bottom:33px}.footer-brand{grid-column:span 2;gap:20px}.footer-brand>.brand-mark{font-size:46px}.footer-brand>span:last-child{font-size:14px;max-width:100%}.footer-description p{font-size:15px}.footer-description>span{font-size:12px}.footer-links{font-size:14px;gap:10px;padding-left:20px}.footer-bottom{font-size:12px;line-height:1.8;gap:10px;padding:20px 0}.page-hero{padding:23px 6% 44px}.breadcrumb{font-size:12px;margin-bottom:34px;flex-wrap:wrap}.page-hero h1{font-size:40px;letter-spacing:-1.6px}.page-lead{font-size:17px;line-height:1.85}.about-intro{grid-template-columns:1fr;gap:15px}.about-intro>.eyebrow{padding:0}.prose h2{font-size:29px;letter-spacing:-1px}.prose p{font-size:17px;line-height:1.9}.mission-grid{grid-template-columns:1fr;gap:35px}.mission-grid article+article{border-left:0;border-top:1px solid var(--line);padding:35px 0 0}.mission-grid h2{font-size:32px}.mission-grid article>p:last-child{font-size:16px;margin-bottom:0}.registration{margin-top:30px}.registration>div{grid-template-columns:1fr;gap:5px;padding:18px 0}.registration dt{font-size:14px}.registration dd{font-size:16px}.field-jump{padding:24px 6%;gap:15px 22px}.field-jump a{font-size:13px}.field-list{padding:0 6%}.field-detail{grid-template-columns:1fr;padding:38px 0;gap:19px}.field-id{padding:0;justify-content:flex-start;gap:20px;align-items:center}.field-icon.large{width:40px;height:40px}.field-detail h2{font-size:31px}.field-detail .field-summary{font-size:19px}.field-detail p{font-size:16px}.tags{gap:8px}.tags span{font-size:12px}.participation{grid-template-columns:1fr;gap:30px}.participation h2{font-size:33px}.participation>div>p:last-child{font-size:16px}.participation-list h3{font-size:22px}.notice-panel{padding:26px 23px;gap:15px}.notice-icon{width:23px;height:23px;font-size:14px}.notice-panel h2{font-size:27px;letter-spacing:-.7px}.notice-panel .eyebrow{font-size:12px}.notice-panel p:not(.eyebrow){font-size:16px}.news-list .section-heading{display:flex;align-items:center;gap:10px}.news-list .section-heading h2{font-size:30px}.article-shell{padding:24px 6% 55px}.article-shell h1{font-size:38px;letter-spacing:-1.3px}.article-meta{font-size:13px;gap:18px;flex-wrap:wrap}.back-link{margin-bottom:34px}.article-lead{font-size:23px;margin-top:28px}.article-body p{font-size:17px;line-height:1.9}.article-footer{align-items:flex-start;flex-direction:column;gap:14px}.contact-layout{grid-template-columns:1fr;gap:36px}.contact-layout h2{font-size:28px}.contact-panel{padding:29px}.contact-info>div{grid-template-columns:1fr 1.2fr;gap:18px}.contact-info dd{font-size:15px}.contact-panel>p:not(.eyebrow){font-size:16px}.not-found{padding:70px 6% 85px}.not-found h1{font-size:40px}.lang-zh .hero h1{font-size:35px;line-height:1.55;letter-spacing:-1.4px}.lang-zh .hero-description{font-size:17px}.lang-zh .page-hero h1{font-size:35px;letter-spacing:-.8px}.lang-zh .focus-card h3{font-size:20px}.lang-zh .article-shell h1{font-size:33px;line-height:1.45}.lang-zh .membership-band h2{font-size:29px}}
@media(max-width:420px){.brand-name{display:none}.brand-mark{font-size:36px}.hero h1{font-size:48px;letter-spacing:-2.3px}.hero-actions{gap:18px}.button{padding:14px 18px;gap:24px;font-size:14px}.text-link{font-size:14px;gap:12px}.hero-note{font-size:12px;letter-spacing:.3px}.hero-visual{min-height:315px}.visual-label{font-size:12px}.visual-coordinate{font-size:12px}.focus-card{padding:19px 15px 52px}.focus-card h3{font-size:17px}.focus-card p{font-size:14px}.work-item h3{font-size:18px}.membership-band{padding:31px 24px}.membership-band h2{font-size:27px}.membership-band .button{font-size:13px}.news-meta{font-size:12px}.news-copy{padding:24px}.news-copy h3{font-size:25px}.notice-panel{padding:23px 18px}.notice-panel h2{font-size:24px}.contact-info>div{grid-template-columns:1fr;gap:5px}.lang-zh .hero h1{font-size:30px;letter-spacing:-1px}.lang-zh .hero-description{font-size:16px}.lang-zh .hero-note{font-size:12px}.lang-zh .page-hero h1{font-size:31px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}}
.hero-copy,.hero-visual{min-width:0}.hero-visual{aspect-ratio:auto;width:100%}
