:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--color-bg:#05070d;--color-bg-soft:#080e1a;--color-bg-elevated:#090f1cdb;--color-panel:#090f1cad;--color-panel-strong:#0c1526eb;--color-panel-hover:#101d34d1;--color-line:#6c97e12e;--color-line-strong:#5589ff7a;--color-text:#f3f7ff;--color-muted:#a8b4c8;--color-soft:#738098;--color-blue:#4c8dff;--color-violet:#7568ff;--color-cyan:#28c7d9;--color-teal:#28c7d9;--color-gold:#b9a46a;--shadow-blue:0 20px 70px #4c8dff3d;--shadow-card:0 22px 55px #00000057;--radius-sm:8px;--radius-xs:6px;--container:min(1180px, calc(100vw - 48px));--header-height:76px;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Microsoft YaHei,PingFang SC,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{min-width:320px;color:var(--color-text);background:linear-gradient(180deg, #080e1a3d, #05070de0 42%), radial-gradient(circle at 72% 8%, #4c8dff24, transparent 26%), radial-gradient(circle at 18% 66%, #7568ff0f, transparent 24%), var(--color-bg);margin:0}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button{font:inherit}.container{width:var(--container);margin:0 auto}.section{padding:86px 0;position:relative}.site-header{z-index:50;height:var(--header-height);border-bottom:1px solid var(--color-line);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#05070dd6;position:fixed;inset:0 0 auto}.header-inner{justify-content:space-between;align-items:center;gap:28px;height:100%;display:flex}.logo{flex:none;align-items:center;gap:12px;min-width:0;display:inline-flex}.logo-mark{object-fit:contain;filter:drop-shadow(0 0 16px #508fff57);flex:none;width:48px;height:48px;display:block;overflow:visible}.logo-copy{gap:2px;line-height:1;display:grid}.logo-copy strong{font-size:15px;font-weight:700}.logo-copy small{color:var(--color-muted);font-size:12px}.logo-wordmark-link{margin-left:-24px;padding:8px 0}.order-light-wordmark{color:#f7f9fc;text-shadow:0 0 14px #e2ecff2e;align-items:center;gap:5px;font-family:Arial,Helvetica,sans-serif;font-size:20px;font-weight:500;line-height:1;display:inline-flex}.wordmark-e{align-content:space-between;align-self:center;width:.76em;height:.74em;margin:0 .04em;display:grid}.wordmark-e i{background:#f7f9fc;width:100%;height:.11em;display:block;box-shadow:0 0 8px #e2ecff2e}.wordmark-e i.is-blue{background:#1687ff;box-shadow:0 0 10px #1687ff75}.wordmark-space{width:.46em}.wordmark-i{align-self:center;width:.38em;height:.78em;position:relative}.wordmark-i i{display:block;position:absolute;left:50%;transform:translate(-50%)}.wordmark-i-dot{background:#1687ff;border-radius:50%;width:.23em;height:.23em;top:0;box-shadow:0 0 10px #1687ff85}.wordmark-i-stem{background:#f7f9fc;width:.14em;height:.47em;bottom:0}.site-nav{color:#f8fbffd1;justify-content:flex-end;align-items:center;gap:clamp(18px,2.6vw,42px);font-size:15px;display:flex}.site-nav a{white-space:nowrap;padding:28px 0;transition:color .18s;position:relative}.site-nav a:after{content:"";background:linear-gradient(90deg, transparent, var(--color-blue), transparent);opacity:0;height:2px;transition:opacity .18s,transform .18s;position:absolute;bottom:18px;left:0;right:0;transform:scaleX(.3)}.site-nav a:hover,.site-nav a:focus-visible{color:#fff}.site-nav a:hover:after,.site-nav a:focus-visible:after{opacity:1;transform:scaleX(1)}.icon-button{width:44px;height:44px;color:var(--color-text);cursor:pointer;border:1px solid var(--color-line);border-radius:var(--radius-sm);background:#0c1c30c7;place-items:center;display:inline-grid}.menu-button{display:none}.hero{border-bottom:1px solid #5fa7ff1f;min-height:690px;position:relative;overflow:hidden}.hero-media,.hero-overlay{position:absolute;inset:0}.hero-media img{object-fit:cover;width:100%;height:100%}.hero-overlay{background:linear-gradient(90deg,#03070ffa 0%,#03070fc2 34%,#03070f38 74%),linear-gradient(#03070f61 0%,#03070f33 54%,#03070ff5 100%)}.hero:after{content:"";opacity:.7;background:linear-gradient(#0000,#2f8cff2e),repeating-linear-gradient(168deg,#0000 0 16px,#2f8cff47 17px,#0000 18px 34px);height:130px;position:absolute;bottom:-1px;left:-8%;right:-8%;transform:skewY(-2deg)}.hero-inner{z-index:2;min-height:690px;padding-top:var(--header-height);flex-direction:column;justify-content:center;display:flex;position:relative}.eyebrow{color:var(--color-cyan);margin:0 0 18px;font-size:16px;font-weight:600}.hero h1,.section-header h2,.news-heading h2,.careers-layout h2,.contact-copy h2{margin:0;font-weight:800;line-height:1.15}.hero-title-accent{color:var(--color-blue);text-shadow:0 0 28px #4c8dff6b}.hero-subtitle{color:#fff;margin:24px 0 0;font-size:clamp(21px,2.4vw,30px);line-height:1.45}.hero-description{max-width:620px;color:var(--color-muted);margin:22px 0 0;font-size:17px;line-height:1.8}.hero-actions{flex-wrap:wrap;gap:18px;margin-top:34px;display:flex}.button{border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;gap:8px;min-height:48px;padding:0 24px;font-size:15px;font-weight:650;transition:transform .18s,border-color .18s,background .18s,box-shadow .18s;display:inline-flex}.button:hover,.button:focus-visible{transform:translateY(-2px)}.button-primary{color:#fff;background:linear-gradient(135deg, var(--color-blue), var(--color-cyan));box-shadow:0 14px 34px #4c8dff52}.button-secondary{color:var(--color-text);border-color:var(--color-line-strong);background:#090f1c8f}.button-secondary:hover,.button-secondary:focus-visible{background:var(--color-panel-hover)}.stats-section{z-index:4;margin-top:-58px;position:relative}.stats-bar{border:1px solid var(--color-line);border-radius:var(--radius-sm);min-height:112px;box-shadow:var(--shadow-card);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:linear-gradient(135deg,#112137eb,#081220e0);grid-template-columns:repeat(4,minmax(0,1fr));display:grid;overflow:hidden}.stat-item{justify-content:center;align-items:center;gap:20px;min-width:0;padding:26px 20px;display:flex}.stat-item+.stat-item{border-left:1px solid var(--color-line)}.stat-icon,.feature-card svg,.product-icon,.contact-item svg{color:var(--color-blue)}.stat-item strong{color:#4f9bff;font-size:clamp(25px,3vw,34px);line-height:1;display:block}.stat-item span{color:var(--color-muted);margin-top:8px;font-size:12px;display:block}.section-header{text-align:center;max-width:720px;margin:0 auto 34px}.section-header-left{text-align:left;margin-left:0;margin-right:0}.section-header h2,.news-heading h2,.careers-layout h2,.contact-copy h2{font-size:clamp(30px,4.2vw,44px)}.section-header p:not(.eyebrow),.careers-layout p,.contact-copy p{color:var(--color-muted);margin:16px 0 0;font-size:16px;line-height:1.8}.card-grid{gap:18px;display:grid}.card-grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}.card-grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.feature-card,.product-card,.contact-item,.careers-panel,.news-card{border:1px solid var(--color-line);border-radius:var(--radius-sm);background:linear-gradient(145deg, #12233ad1, #07101eb8), var(--color-panel);box-shadow:var(--shadow-card)}.feature-card{text-align:center;min-height:218px;padding:34px 26px}.feature-card h3,.product-card h3,.solution-item h3,.news-card h3{color:#fff;margin:18px 0 0;font-size:18px;line-height:1.4}.feature-card p,.product-card p,.solution-item p{color:var(--color-muted);margin:12px 0 0;font-size:15px;line-height:1.75}.product-section{background:linear-gradient(#04091100,#05111b9e 46%,#04091100)}.product-card{min-height:270px;padding:30px}.product-icon{border-radius:var(--radius-sm);background:#19d3ff14;border:1px solid #19d3ff40;place-items:center;width:58px;height:58px;display:grid}.product-card a,.text-link{color:#52a8ff;align-items:center;gap:8px;margin-top:22px;font-weight:650;display:inline-flex}.solutions-layout{grid-template-columns:minmax(0,.85fr) minmax(440px,1.15fr);align-items:center;gap:56px;display:grid}.solution-list{gap:18px;margin:30px 0 0;display:grid}.solution-item{grid-template-columns:28px minmax(0,1fr);gap:12px;display:grid}.solution-item svg{color:var(--color-teal);margin-top:2px}.solution-image{border:1px solid var(--color-line-strong);border-radius:var(--radius-sm);box-shadow:var(--shadow-blue);position:relative;overflow:hidden}.solution-image:after{pointer-events:none;content:"";background:linear-gradient(90deg,#03070f29,#0000 48%,#19d3ff1a);position:absolute;inset:0}.solution-image img{aspect-ratio:16/9;object-fit:cover;width:100%}.news-heading{justify-content:space-between;align-items:end;gap:16px;margin-bottom:28px;display:flex}.news-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.news-card{grid-template-columns:136px minmax(0,1fr) 24px;align-items:center;min-height:124px;display:grid;position:relative;overflow:hidden}.news-card img{object-fit:cover;width:136px;height:124px}.news-content{min-width:0;padding:18px 16px}.news-content span{color:#52a8ff;font-size:13px}.news-card h3{-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:52px;margin-top:8px;font-size:16px;display:-webkit-box;overflow:hidden}.news-card time{color:var(--color-muted);margin-top:10px;font-size:13px;display:block}.news-arrow{color:#dcecff;margin-right:16px}.careers-section{background:linear-gradient(90deg,#19d3ff14,#0000 34%),linear-gradient(#060d17b8,#03070f33)}.careers-layout{grid-template-columns:minmax(0,1fr) 420px;align-items:center;gap:56px;display:grid}.careers-panel{padding:30px}.careers-panel>svg{color:var(--color-gold)}.careers-values{gap:14px;margin:24px 0;display:grid}.careers-values span{color:var(--color-muted);align-items:center;gap:10px;display:flex}.careers-values svg{color:var(--color-teal)}.contact-section{padding-top:96px}.contact-layout{grid-template-columns:minmax(0,.8fr) minmax(460px,1.2fr);gap:46px;display:grid}.contact-copy .button{margin-top:28px}.contact-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.contact-item{min-height:132px;padding:24px}.contact-item span{color:var(--color-muted);margin-top:18px;font-size:12px;display:block}.contact-item strong{color:#fff;margin-top:8px;font-size:17px;line-height:1.5;display:block}.site-footer{border-top:1px solid var(--color-line);background:#040810}.footer-layout{grid-template-columns:minmax(280px,.9fr) minmax(400px,1.15fr) minmax(310px,.95fr);gap:62px;padding:66px 0 56px;display:grid}.footer-brand p{color:#d3dceb9e;max-width:390px;margin:23px 0 24px;font-size:13px;line-height:1.9}.footer-demo-badge{color:#c6a15bd1;letter-spacing:.12em;border:1px solid #c6a15b47;align-items:center;padding:6px 9px;font-size:9px;display:inline-flex}.footer-eyebrow{color:#86aeff;letter-spacing:.2em;margin:0;font-size:10px;font-weight:700}.footer-contact{min-width:0}.footer-contact h2{color:#f4f7ff;margin:12px 0 0;font-size:23px;font-weight:600}.footer-contact-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px 28px;margin-top:28px;font-style:normal;display:grid}.footer-contact-list>a,.footer-contact-list>div{border-top:1px solid #87bdff24;grid-template-columns:18px minmax(0,1fr);align-items:start;gap:11px;padding-top:14px;display:grid}.footer-contact-list svg{color:#5f9cffcc;margin-top:2px}.footer-contact-list span{gap:5px;min-width:0;display:grid}.footer-contact-list small,.footer-wechat small{color:#aec5e87a;letter-spacing:.12em;font-size:9px}.footer-contact-list strong{overflow-wrap:anywhere;color:#f4f7ffdb;font-size:12px;font-weight:520;line-height:1.55}.footer-contact-list em{color:#d3dceb7a;font-size:10px;font-style:normal;line-height:1.6}.footer-contact-list a:hover strong,.footer-contact-list a:focus-visible strong{color:#86aeff}.footer-wechat{border-left:1px solid #87bdff24;grid-template-columns:122px minmax(0,1fr);align-content:start;align-items:center;gap:24px;padding-left:42px;display:grid}.footer-wechat>img,.footer-qr-placeholder{object-fit:contain;background:#f4f7ff;width:122px;height:122px;padding:9px}.footer-qr-placeholder{background:repeating-conic-gradient(#07101d 0 25%, transparent 0 50%) 0 0 / 12px 12px, #f4f7ff;border:9px solid #f4f7ff;position:relative;overflow:hidden}.footer-qr-placeholder:after{content:"";background:#f4f7fff5;position:absolute;inset:35px}.qr-finder{z-index:2;background:#f4f7ff;border:6px solid #07101d;width:25px;height:25px;position:absolute;box-shadow:inset 0 0 0 4px #f4f7ff,inset 0 0 0 8px #07101d}.qr-finder-top-left{top:2px;left:2px}.qr-finder-top-right{top:2px;right:2px}.qr-finder-bottom-left{bottom:2px;left:2px}.footer-qr-placeholder b{z-index:3;color:#2f7bff;background:#f4f7ff;place-items:center;font-size:13px;display:grid;position:absolute;inset:43px}.footer-wechat>div:last-child{gap:7px;display:grid}.footer-wechat strong{color:#f4f7ff;font-size:14px;font-weight:600;line-height:1.5}.footer-wechat p{color:#d3dceb8c;margin:0;font-size:11px;line-height:1.75}.footer-meta{color:#aec5e866;border-top:1px solid #87bdff1f;align-items:center;gap:24px;min-height:58px;font-size:9px;display:flex}.footer-meta p{color:#c6a15b8c;margin:0 0 0 auto}@media (width<=1040px){.card-grid-4,.news-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.solutions-layout,.careers-layout,.contact-layout{grid-template-columns:1fr}.solution-image{order:-1}}@media (width<=860px){:root{--container:min(100vw - 32px, 720px)}.logo-wordmark-link{margin-left:-10px}.menu-button{display:inline-grid}.site-nav{top:var(--header-height);border:1px solid var(--color-line);border-radius:var(--radius-sm);box-shadow:var(--shadow-card);visibility:hidden;opacity:0;background:#060f1bfa;gap:0;padding:12px;transition:opacity .18s,transform .18s,visibility .18s;display:grid;position:fixed;left:16px;right:16px;transform:translateY(-16px)}.site-nav.is-open{visibility:visible;opacity:1;transform:translateY(0)}.site-nav a{padding:16px}.site-nav a:after{display:none}.hero,.hero-inner{min-height:650px}.hero-overlay{background:linear-gradient(90deg,#03070ff5,#03070fb8),linear-gradient(#03070f3d 0%,#03070ff5 100%)}.stats-bar,.card-grid-3,.card-grid-4,.news-grid,.contact-grid,.footer-layout{grid-template-columns:1fr}.stat-item+.stat-item{border-top:1px solid var(--color-line);border-left:0}.stat-item{justify-content:flex-start}.news-card{grid-template-columns:120px minmax(0,1fr) 20px}.news-card img{width:120px}}@media (width<=560px){.section{padding:66px 0}.order-light-wordmark{gap:4px;font-size:17px}.wordmark-space{width:.3em}.logo-copy strong{font-size:13px}.logo-copy small{font-size:11px}.hero,.hero-inner{min-height:640px}.hero h1{font-size:39px}.hero-actions{display:grid}.button{width:100%}.stats-section{margin-top:-38px}.feature-card,.product-card,.careers-panel,.contact-item{padding:24px}.news-heading{flex-direction:column;align-items:start}.news-card{grid-template-columns:1fr}.news-card img{width:100%;height:160px}.news-arrow{display:none}}.stats-section{margin-top:-112px}.journey-bar{background:radial-gradient(circle at 8%,#306eff24,#0000 18%),linear-gradient(#0a162acc,#060d1af0);border:1px solid #5a85cc52;border-radius:14px;min-height:132px;padding:18px 24px;overflow:hidden;box-shadow:0 24px 72px #00000057,inset 0 1px #ffffff0d}.journey-item{justify-content:flex-start;gap:16px;padding:0 22px;position:relative}.journey-item+.journey-item{border-left:1px solid #5f8ed62e}.journey-item:not(:last-child):after{z-index:2;content:"";background:linear-gradient(90deg,#0000,#5c99ffc2,#0000);width:48px;height:1px;position:absolute;top:50%;right:-24px}.journey-item:not(:last-child):before{z-index:3;content:"";background:#68a7ff;border-radius:999px;width:6px;height:6px;position:absolute;top:calc(50% - 3px);right:-3px;box-shadow:0 0 16px #68a7ffe6}.stat-icon-wrap{background:radial-gradient(circle,#2f7cff38,#040b18e0 68%),#050e1dcc;border:1px solid #4c84ff70;border-radius:999px;flex:0 0 62px;place-items:center;width:62px;height:62px;display:grid;box-shadow:inset 0 0 28px #2f7cff29,0 0 24px #2f7cff1f}.journey-item .stat-icon{color:#629dff;filter:drop-shadow(0 0 14px #629dff94)}.stat-copy{min-width:0}.stat-copy strong{color:#4d86ff;font-size:20px;font-weight:700;line-height:1;display:block}.stat-copy h3{color:#fff;margin:7px 0 0;font-size:18px;line-height:1.28}.stat-copy p{color:#dee7f5b8;max-width:142px;margin:7px 0 0;font-size:12px;line-height:1.5}@media (width<=1040px){.journey-bar{grid-template-columns:repeat(2,minmax(0,1fr));gap:0}.journey-item:nth-child(3){border-left:0}.journey-item:not(:last-child):after,.journey-item:not(:last-child):before{display:none}.journey-item{min-height:118px;padding:18px}}@media (width<=860px){.stats-section{margin-top:-58px}.journey-bar{grid-template-columns:1fr;padding:8px 18px}.journey-item{min-height:0;padding:18px 0}.journey-item+.journey-item,.journey-item:nth-child(3){border-top:1px solid #5f8ed62e;border-left:0}.stat-copy p{max-width:none}}@media (width<=560px){.journey-item{gap:18px}.stat-icon-wrap{flex-basis:56px;width:56px;height:56px}.stat-copy strong{font-size:18px}.stat-copy h3{font-size:17px}}@media (width>=861px){.hero-inner{transform:translateY(-72px)}}@media (width<=1180px) and (width>=861px){.hero-inner{transform:translateY(-52px)}}.brand-hero{isolation:isolate;background:#05070d;border-bottom:1px solid #5a84cc1f;min-height:100svh;overflow:hidden}.brand-hero:after{display:none}.brand-hero+.stats-section{margin-top:0}.brand-hero .hero-inner{z-index:8;min-height:100svh;padding-top:calc(var(--header-height) + 28px);align-items:center;padding-bottom:36px;display:flex;position:relative;transform:none}.hero-visual{z-index:2;top:var(--header-height);position:absolute;bottom:0;left:41%;right:0;overflow:hidden}.brand-canvas{opacity:0;transition:opacity .9s .18s;width:100%!important;height:100%!important}.is-scene-ready .brand-canvas{opacity:1}.hero-ambient{z-index:4;pointer-events:none;background:linear-gradient(90deg,#05070d 0%,#05070dfc 31%,#05070dad 48%,#05070d1a 72%),linear-gradient(#05070d26 62%,#05070d 100%);position:absolute;inset:0}.hero-content{width:min(50%,650px);position:relative;left:-120px}.hero-copy-step{visibility:hidden;opacity:0}.hero-kicker{color:#f4f7ff;letter-spacing:.3em;margin:0 0 10px;font-size:13px;font-weight:650}.hero-brand-name{color:#86aeff;margin:0 0 25px;padding-left:15px;font-size:17px;font-weight:550;position:relative}.hero-brand-name:before{content:"";background:#2f7bff;width:1px;position:absolute;top:.22em;bottom:.18em;left:0;box-shadow:0 0 12px #2f7bffcc}.brand-hero h1{color:#f4f7ff;letter-spacing:0;text-wrap:balance;max-width:650px;margin:0;font-size:58px;font-weight:700;line-height:1.22}.hero-tagline{color:#f4f7ffc7;letter-spacing:.08em;margin:24px 0 0;font-size:15px;line-height:1.6}.brand-hero .hero-description{color:#c9d3e4bd;margin-top:21px;font-size:16px;line-height:1.85}.brand-hero .hero-actions{gap:14px;margin-top:30px}.brand-hero .button{border-radius:6px;min-width:142px;min-height:46px;font-size:14px;font-weight:600}.brand-hero .button-secondary{color:#f4f7ffdb;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#070c1685;border-color:#84abec61}.brand-hero .button:focus-visible,.site-header a:focus-visible,.site-header button:focus-visible{outline-offset:4px;outline:2px solid #f4f7ff}.hero-logo-reveal{z-index:3;object-fit:contain;pointer-events:none;opacity:0;mix-blend-mode:screen;width:min(68%,610px);max-height:82%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)scale(.985)}.is-scene-ready:not(.is-static) .hero-logo-reveal{animation:1.9s 5.65s forwards hero-logo-calibration}.brand-hero.is-static .hero-logo-reveal{opacity:.86;mix-blend-mode:normal;transform:translate(-50%,-50%)}@keyframes hero-logo-calibration{0%{opacity:0;transform:translate(-50%,-50%)scale(.985)}to{opacity:.17;transform:translate(-50%,-50%)scale(1)}}.hero-loader{z-index:40;color:#f4f7ff;background:#05070d;place-content:center;justify-items:center;transition:opacity .7s,visibility .7s;display:grid;position:absolute;inset:0}.hero-loader.is-ready{visibility:hidden;pointer-events:none;opacity:0}.hero-loader-beam{background:#f4f7ff;width:1px;height:92px;margin-bottom:24px;animation:1.5s ease-in-out infinite loader-breathe;box-shadow:0 0 8px #f4f7ffe6,0 0 26px #2f7bffad}.hero-loader p{letter-spacing:.32em;margin:0;font-size:12px;font-weight:600}.hero-loader-track{background:#f4f7ff1f;width:132px;height:1px;margin-top:18px;overflow:hidden}.hero-loader-track span{background:linear-gradient(90deg,#0000,#2f7bff,#f4f7ff,#0000);width:45%;height:100%;animation:1.25s ease-in-out infinite loader-progress;display:block}@keyframes loader-breathe{0%,to{opacity:.55;transform:scaleY(.84)}50%{opacity:1;transform:scaleY(1)}}@keyframes loader-progress{0%{transform:translate(-115%)}to{transform:translate(280%)}}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@media (width<=1120px) and (width>=761px){.brand-hero h1{font-size:49px}.hero-content{width:54%;left:-48px}.hero-visual{left:38%}}@media (width<=760px){.brand-hero{min-height:100svh}.brand-hero .hero-inner{align-items:flex-start;min-height:100svh;padding-top:max(41svh,300px);padding-bottom:38px}.hero-visual{top:var(--header-height);height:39svh;min-height:250px;max-height:360px;bottom:auto;left:0;right:0}.hero-ambient{background:linear-gradient(#05070d0d 0%,#05070d14 48%,#05070d 92%),linear-gradient(90deg,#05070d38,#0000 50%,#05070d38)}.hero-content{width:100%;left:0}.hero-kicker{margin-bottom:7px;font-size:11px}.hero-brand-name{margin-bottom:15px;font-size:14px}.brand-hero h1{font-size:38px;line-height:1.2}.hero-tagline{letter-spacing:.04em;margin-top:16px;font-size:12px}.brand-hero .hero-description{margin-top:13px;font-size:14px;line-height:1.7}.brand-hero .hero-actions{flex-wrap:nowrap;margin-top:20px;display:flex}.brand-hero .button{width:auto;min-width:128px;min-height:43px;padding:0 18px}.hero-logo-reveal{width:min(66%,330px);max-height:92%}}@media (width<=390px){.brand-hero .hero-inner{padding-top:max(38svh,270px)}.hero-visual{height:36svh;min-height:225px}.brand-hero h1{font-size:34px}.brand-hero .hero-description br{display:none}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.brand-story{isolation:isolate;background:#05070d;position:relative;overflow:clip}.brand-story-visual{z-index:0;pointer-events:none;width:100%;height:100svh;margin-bottom:-100svh;position:sticky;top:0;overflow:hidden}.brand-story-visual .brand-canvas{inset:0;position:absolute!important}.brand-story-visual .hero-logo-reveal{left:70%}.brand-story>.brand-hero{z-index:1;background:0 0;border-bottom:0}.brand-story .hero-loader{position:absolute}.about-story{z-index:2;color:#f4f7ff;background:linear-gradient(#05070d00 0%,#05070d29 44%,#05070d9e 100%);height:238svh;position:relative}.about-sticky{height:100svh;position:sticky;top:0;overflow:hidden}.about-frame{height:100%;position:relative}.about-copy{z-index:5;visibility:hidden;opacity:0;text-shadow:0 2px 22px #05070deb;width:min(540px,46vw);position:absolute}.about-intro{text-align:center;width:min(720px,68vw);top:45%;left:50%;transform:translate(-50%,-50%)}.about-eyebrow{color:#87afff;letter-spacing:.28em;margin:0 0 15px;font-size:12px;font-weight:650}.about-intro h2{color:#f4f7ff;letter-spacing:0;margin:0;font-size:52px;font-weight:700;line-height:1.2}.about-lead{color:#e0e7f4cc;margin:26px 0 0;font-size:20px;line-height:1.8}.about-lead span,.about-body span{display:block}.about-mission{top:50%;right:0;transform:translateY(-50%)}.about-vision{width:min(590px,49vw);top:50%;left:0;transform:translateY(-50%)}.about-stage-label{color:#86aeff;align-items:center;gap:11px;margin:0 0 20px;font-size:14px;font-weight:650;display:flex}.about-stage-label:after{content:"";background:linear-gradient(90deg,#2f7bffd1,#0000);width:52px;height:1px}.about-stage-label span{color:#c6a15beb;font-size:11px}.about-copy h3{color:#f4f7ff;letter-spacing:0;margin:0;font-size:40px;font-weight:700;line-height:1.28}.about-body{margin-top:27px}.about-body p{color:#d3dcebc2;margin:0;font-size:16px;line-height:1.82}.about-body p+p{margin-top:20px}@media (width<=760px){.brand-story-visual .hero-logo-reveal{top:23%;left:50%}.about-story{background:linear-gradient(#05070d00 0%,#05070db8 100%);height:auto;min-height:225svh}.about-sticky{height:auto;position:relative;overflow:visible}.about-frame{height:auto;display:grid}.about-copy,.about-intro,.about-mission,.about-vision{visibility:visible;opacity:1;text-align:left;flex-direction:column;justify-content:center;width:100%;min-height:72svh;display:flex;position:relative;top:auto;left:auto;right:auto;transform:none}.about-intro{text-align:center;min-height:58svh;padding-top:12svh}.about-mission{text-align:left;align-items:flex-end;min-height:78svh;padding-left:18%}.about-vision{min-height:88svh;padding-right:8%}.about-intro h2{font-size:38px}.about-lead{font-size:16px}.about-copy h3{font-size:31px}.about-body p{font-size:14px;line-height:1.78}}@media (prefers-reduced-motion:reduce){.brand-story-visual{height:100svh;margin-bottom:0;position:absolute;top:0}.about-story{background:#05070d;height:auto;min-height:0;padding:90px 0 120px}.about-sticky{height:auto;position:relative;overflow:visible}.about-frame{gap:90px;height:auto;display:grid}.about-copy,.about-intro,.about-mission,.about-vision{visibility:visible;opacity:1;text-align:left;width:min(680px,100%);min-height:0;position:relative;top:auto;left:auto;right:auto;transform:none}.about-mission{margin-left:auto}}.site-nav a.is-active{color:#fff}.site-nav a.is-active:after{opacity:1;transform:scaleX(1)}.vision-anchor{pointer-events:none;width:1px;height:1px;position:absolute;top:0;left:0}.about-copy h3>span,.about-closing strong{display:block}.about-mission{width:min(585px,48vw)}.about-mission .about-body p{font-size:14px;line-height:1.68}.about-mission .about-body p+p{margin-top:13px}.about-closing{border-left:1px solid #c6a15bad;padding-left:16px;color:#f4f7ffe6!important}.about-closing strong{font-weight:550}.about-vision{width:min(610px,50vw)}.about-vision .about-stage-label{margin-bottom:12px}.about-vision h3{font-size:34px}.about-vision .about-body{margin-top:15px}.about-vision .about-body>p{max-width:570px;font-size:13px;line-height:1.62}.vision-statement{border-left:1px solid #2f7bff9e;margin-top:16px;padding:13px 0 13px 16px}.vision-statement>span,.vision-values-label{color:#86aeff;letter-spacing:.16em;font-size:10px;font-weight:700}.vision-statement h4{color:#f4f7ff;margin:6px 0 5px;font-size:17px;line-height:1.4}.vision-statement p{color:#d3dcebb8;margin:0;font-size:12px;line-height:1.6}.vision-values{margin-top:14px}.vision-values ol{border-top:1px solid #87bdff2e;grid-template-columns:repeat(3,minmax(0,1fr));margin:8px 0 0;padding:0;list-style:none;display:grid}.vision-values li{grid-template-columns:auto minmax(0,1fr);gap:8px;padding:10px 10px 0 0;display:grid}.vision-values li+li{border-left:1px solid #87bdff24;padding-left:10px}.vision-values li>span{color:#c6a15be6;font-size:9px}.vision-values strong{color:#f4f7ffe6;font-size:11px;line-height:1.4;display:block}.vision-values li p{color:#d3dceb99;margin:4px 0 0;font-size:10px;line-height:1.5}.content-section{z-index:3;color:var(--color-text);border-top:1px solid var(--color-line);background:var(--color-bg);padding:142px 0;position:relative;overflow:clip}.content-section:before{content:"";background:linear-gradient(90deg,#0000,#2f7bff5c,#0000);width:min(1180px,100% - 48px);height:1px;position:absolute;top:0;left:50%;transform:translate(-50%)}.content-heading{max-width:780px}.content-eyebrow{color:var(--color-blue);letter-spacing:.24em;margin:0 0 13px;font-size:11px;font-weight:700}.content-section-name{color:var(--color-soft);margin-bottom:25px;font-size:15px;display:block}.content-heading h2{color:var(--color-text);letter-spacing:0;margin:0;font-size:clamp(40px,5.2vw,68px);font-weight:700;line-height:1.16}.content-heading h2>span{display:block}.content-heading>p:last-child{max-width:680px;color:var(--color-muted);margin:28px 0 0;font-size:16px;line-height:1.86}.color-bends-page-scope{--transition-wave-height:clamp(140px, 18svh, 220px);padding-top:var(--transition-wave-height);margin-top:calc(-1 * var(--transition-wave-height));background:var(--color-bg);isolation:isolate;position:relative}.color-bends-page-scope:after{z-index:1;pointer-events:none;content:"";-webkit-mask-image:radial-gradient(ellipse 72% var(--transition-wave-height) at 50% var(--transition-wave-height), #000 0 98%, transparent 100%), linear-gradient(#000, #000);-webkit-mask-position:top,bottom;-webkit-mask-repeat:no-repeat;-webkit-mask-size:100% calc(var(--transition-wave-height) * 2), 100% calc(100% - var(--transition-wave-height));-webkit-mask-image:radial-gradient(ellipse 72% var(--transition-wave-height) at 50% var(--transition-wave-height), #000 0 98%, transparent 100%), linear-gradient(#000, #000);mask-image:radial-gradient(ellipse 72% var(--transition-wave-height) at 50% var(--transition-wave-height), #000 0 98%, transparent 100%), linear-gradient(#000, #000);-webkit-mask-position:top,bottom;mask-position:top,bottom;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:100% calc(var(--transition-wave-height) * 2), 100% calc(100% - var(--transition-wave-height));mask-size:100% calc(var(--transition-wave-height) * 2), 100% calc(100% - var(--transition-wave-height));background:linear-gradient(90deg,#05070dc2,#080d1b6b 52%,#050810a8),linear-gradient(#05070d66,#060a14a3 62%,#05070de6);position:absolute;inset:0}.color-bends-page-content{z-index:2;position:relative}.color-bends-page-scope .content-section,.color-bends-page-scope .site-footer{background:0 0}.page-color-bends{z-index:0;pointer-events:none;opacity:.54;filter:saturate(.86)contrast(1.04);-webkit-mask-image:radial-gradient(ellipse 72% var(--transition-wave-height) at 50% var(--transition-wave-height), #000 0 97%, transparent 100%), linear-gradient(#000, #000);-webkit-mask-position:top,bottom;-webkit-mask-repeat:no-repeat;-webkit-mask-size:100% calc(var(--transition-wave-height) * 2), 100% calc(100% - var(--transition-wave-height));-webkit-mask-image:radial-gradient(ellipse 72% var(--transition-wave-height) at 50% var(--transition-wave-height), #000 0 97%, transparent 100%), linear-gradient(#000, #000);mask-image:radial-gradient(ellipse 72% var(--transition-wave-height) at 50% var(--transition-wave-height), #000 0 97%, transparent 100%), linear-gradient(#000, #000);-webkit-mask-position:top,bottom;mask-position:top,bottom;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:100% calc(var(--transition-wave-height) * 2), 100% calc(100% - var(--transition-wave-height));mask-size:100% calc(var(--transition-wave-height) * 2), 100% calc(100% - var(--transition-wave-height));position:absolute;inset:0}.page-color-bends>.color-bends-container{height:100vh;min-height:640px;position:sticky;top:0}.talent-section{padding-top:158px}.talent-heading{max-width:960px}.talent-heading h2{text-shadow:0 4px 34px #00000075}.talent-system{margin-top:104px;display:flow-root;position:relative}.talent-system:before{content:"";background:linear-gradient(#0000,#2f7bffa6 12%,#2f7bff47 88%,#0000);width:1px;position:absolute;top:0;bottom:0;left:50%}.talent-pillar{width:50%;min-height:300px;padding:0 78px 72px 0;position:relative}.talent-pillar:nth-child(2n){margin-left:50%;padding:0 0 72px 78px}.talent-node{color:#86aeff;background:#07101e;border:1px solid #5f9cff9e;border-radius:50%;place-items:center;width:54px;height:54px;display:grid;position:absolute;top:0;right:-27px;box-shadow:0 0 34px #2f7bff2b}.talent-pillar:nth-child(2n) .talent-node{left:-27px;right:auto}.talent-node:before{content:"";border:1px solid #c6a15b38;border-radius:50%;position:absolute;inset:7px}.talent-node span{letter-spacing:.08em;font-size:10px}.talent-pillar-copy{border-top:1px solid #87bdff33;padding-top:3px}.talent-number{color:#c6a15be6!important;margin:21px 0 8px!important;font-size:11px!important}.talent-pillar h3{color:#f4f7ff;margin:0;font-size:31px;font-weight:650}.talent-pillar-copy>p:not(.talent-number){color:#d3dcebad;margin:16px 0 0;font-size:14px;line-height:1.78}.talent-pillar-copy>strong{color:#f4f7ffd6;margin-top:18px;font-size:13px;font-weight:500;line-height:1.75;display:block}.talent-pillar ul,.ecosystem-directions ul,.apply-evaluation ul{flex-wrap:wrap;margin:22px 0 0;padding:0;list-style:none;display:flex}.talent-pillar li{color:#aec5e8b8;margin-right:16px;padding:5px 16px 5px 0;font-size:12px;position:relative}.talent-pillar li:after{content:"";background:#2f7bff;border-radius:50%;width:3px;height:3px;position:absolute;top:50%;right:0}.growth-path{grid-template-columns:250px minmax(0,1fr);align-items:end;gap:50px;margin-top:58px;display:grid}.growth-path-heading>span,.apply-process>p,.apply-evaluation>span{color:#86aeff;letter-spacing:.18em;font-size:11px;font-weight:700}.growth-path-heading p{color:#f4f7ffd6;margin:18px 0 0;font-size:17px;line-height:1.7}.growth-path ol,.apply-process ol{border-top:1px solid #87bdff3d;grid-template-columns:repeat(6,minmax(0,1fr));margin:0;padding:0;list-style:none;display:grid}.growth-path li{min-height:108px;padding:22px 24px 0 0;position:relative}.growth-path li:before,.apply-process li:before{content:"";background:#f4f7ff;border-radius:50%;width:7px;height:7px;position:absolute;top:-4px;left:0;box-shadow:0 0 14px #2f7bffe6}.growth-path li>span,.apply-process li>span{color:#c6a15bd9;font-size:10px;display:block}.growth-path li strong,.apply-process li strong{color:#f4f7ffdb;margin-top:9px;font-size:12px;font-weight:550;line-height:1.55;display:block}.growth-path li svg{color:#5f9cff85;position:absolute;top:-8px;right:12px}.team-section{background:#05070d}.team-heading{text-align:right;margin-left:auto}.team-orbit{border-top:1px solid #87bdff33;grid-template-columns:repeat(2,minmax(0,1fr));margin-top:96px;display:grid;position:relative}.team-member{min-width:0;padding:34px 34px 42px;position:relative}.team-member:before{content:"";background:#2f7bff;width:34px;height:1px;position:absolute;top:-1px;left:34px;box-shadow:0 0 12px #2f7bffb3}.team-member:nth-child(2n){border-left:1px solid #87bdff24}.team-member:nth-child(n+3){border-top:1px solid #87bdff24}.team-member-header{align-items:center;gap:18px;min-height:76px;display:flex}.team-member-visual{flex:0 0 70px;place-items:center;width:70px;height:70px;display:grid;position:relative}.team-member-visual>img{object-fit:cover;border:1px solid #5f9cff6b;border-radius:50%;width:62px;height:62px}.team-node{color:#f4f7ff;background:#07101d;border:1px solid #5f9cff6b;border-radius:50%;place-items:center;width:62px;height:62px;display:grid;position:relative;box-shadow:inset 0 0 24px #2f7bff1c}.team-node:before,.team-node:after{content:"";border-radius:50%;position:absolute}.team-node:before{border:1px solid #c6a15b40;border-bottom-color:#0000;inset:-5px;transform:rotate(24deg)}.team-node:after{background:#86aeff;width:5px;height:5px;top:-4px;right:5px;box-shadow:0 0 14px #2f7bff}.team-node span{letter-spacing:.08em;font-size:13px}.team-index{color:#aec5e86b;letter-spacing:.14em;gap:9px;margin:0 0 8px;font-size:8px;display:flex}.team-index span{color:#c6a15be6;letter-spacing:0}.team-member h3{color:#f4f7ff;margin:0;font-size:25px;font-weight:650}.team-role{color:#86aeff;margin:7px 0 0;font-size:12px}.team-description{border-top:1px solid #87bdff24;margin-top:30px;padding-top:22px}.team-description p{color:#d3dceba6;margin:0;font-size:13px;line-height:1.84}.team-description p+p{margin-top:13px}.team-description-pending{color:#aec5e857;border-top:1px solid #87bdff24;margin:30px 0 0;padding-top:22px;font-size:11px}.founder-quote{color:#f4f7ffeb;border-top:1px solid #87bdff2e;border-left:1px solid #c6a15b75;max-width:760px;margin:112px 0 0 auto;padding:38px 0 0 34px;font-size:clamp(24px,3.2vw,38px);font-weight:550;line-height:1.55}.founder-quote span{display:block}.partners-section{background:#060a12}.partners-layout{grid-template-columns:minmax(300px,.72fr) minmax(520px,1.28fr);gap:86px;display:grid}.partners-heading{top:calc(var(--header-height) + 80px);align-self:start;position:sticky}.partner-categories{border-top:1px solid #87bdff3d}.partner-categories article{border-bottom:1px solid #87bdff24;grid-template-columns:50px 142px minmax(0,1fr);align-items:start;gap:18px;padding:31px 0;display:grid}.partner-categories article>span{color:#c6a15bd6;font-size:10px}.partner-categories h3{color:#f4f7ff;margin:0;font-size:18px;font-weight:600}.partner-categories p{color:#d3dceba6;margin:0;font-size:13px;line-height:1.75}.ecosystem-examples{grid-column:2;padding-top:12px}.ecosystem-examples-heading{border-bottom:1px solid #87bdff2e;grid-template-columns:150px minmax(0,1fr);gap:24px;padding-bottom:18px;display:grid}.ecosystem-examples-heading p{color:#86aeff;letter-spacing:.16em;margin:0;font-size:11px;font-weight:700}.ecosystem-examples-heading span{color:#d3dceb9e;font-size:12px;line-height:1.7}.ecosystem-example-grid{background:#87bdff24;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;margin-top:22px;display:grid}.ecosystem-example{background:#070c15;min-width:0;padding:12px;transition:background .18s}.ecosystem-example:hover,.ecosystem-example:focus-visible{background:#0a1220}.ecosystem-example-logo{background:#f1f3f6;border-radius:5px;place-items:center;height:92px;padding:22px;display:grid;overflow:hidden}.ecosystem-example-logo img{object-fit:contain;width:100%;max-width:152px;max-height:48px}.ecosystem-example-copy{gap:5px;margin-top:16px;display:grid}.ecosystem-example-copy strong{color:#f4f7ff;font-size:15px;font-weight:600}.ecosystem-example-copy small{color:#aec5e899;font-size:11px}.ecosystem-attribution{color:#aec5e86b;margin:14px 0 0;font-size:10px;line-height:1.7}.ecosystem-attribution a:hover,.ecosystem-attribution a:focus-visible{color:#86aeff}.ecosystem-directions{grid-column:2;padding-top:5px}.ecosystem-directions>p{color:#86aeff;letter-spacing:.16em;margin:0;font-size:11px}.ecosystem-directions ul{gap:0;margin-top:20px}.ecosystem-directions li,.apply-evaluation li{color:#f4f7ffb8;padding:5px 18px 5px 10px;font-size:13px;position:relative}.ecosystem-directions li:before,.apply-evaluation li:before{content:"";background:#2f7bff;border-radius:50%;width:3px;height:3px;position:absolute;top:50%;left:0}.confirmed-partners{background:#87bdff1f;grid-column:2;grid-template-columns:repeat(4,minmax(0,1fr));gap:1px;display:grid}.confirmed-partners>div{background:#060a12;place-items:center;min-height:92px;padding:16px;display:grid}.confirmed-partners img{object-fit:contain;max-width:120px;max-height:48px}.apply-section{background:#05070d;padding-bottom:160px}.apply-heading{max-width:920px}.apply-heading>p:last-child{max-width:620px}.apply-process{margin-top:86px}.apply-process ol{grid-template-columns:repeat(5,minmax(0,1fr));margin-top:22px}.apply-process li{min-height:94px;padding:20px 28px 0 0;position:relative}.apply-process li:not(:last-child):after{content:"";background:linear-gradient(90deg,#2f7bff70,#0000);height:1px;position:absolute;top:-1px;left:10px;right:28px}.apply-layout{border-top:1px solid #87bdff2e;border-bottom:1px solid #87bdff2e;grid-template-columns:repeat(2,minmax(0,1fr));margin-top:72px;display:grid}.apply-evaluation,.partner-entry{padding:48px 52px 52px 0}.partner-entry{border-left:1px solid #87bdff2e;padding-left:52px;padding-right:0}.apply-evaluation>p,.partner-entry>p{color:#d3dceba6;margin:17px 0 0;font-size:14px;line-height:1.78}.apply-evaluation .button,.partner-entry .button{border-radius:6px;width:auto;min-width:152px;margin-top:30px}.partner-entry>span{color:#c6a15bdb;letter-spacing:.18em;font-size:10px}.partner-entry h3{color:#f4f7ff;max-width:430px;margin:15px 0 0;font-size:27px;font-weight:620;line-height:1.45}.contact-dialog{color:#f4f7ff;background:#070d17;border:1px solid #5f9cff57;border-radius:6px;width:min(520px,100vw - 32px);max-height:min(90vh,920px);padding:0;overflow:auto;box-shadow:0 30px 100px #000000a6}.contact-dialog.application-dialog{width:min(920px,100vw - 32px)}.dialog-header{z-index:4;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#070d17f7;border-bottom:1px solid #87bdff29;justify-content:space-between;align-items:flex-start;gap:28px;padding:40px 74px 28px 42px;display:flex;position:sticky;top:0}.dialog-header .content-eyebrow{margin-bottom:10px}.contact-dialog h2{color:#f4f7ff;margin:0;font-size:28px;line-height:1.35}.dialog-header>div>p:last-child{color:#d3dcebad;max-width:680px;margin:13px 0 0;font-size:13px;line-height:1.7}.dialog-close{color:#f4f7ffb8;cursor:pointer;background:0 0;border:1px solid #87bdff33;border-radius:50%;place-items:center;width:38px;height:38px;display:grid;position:absolute;top:22px;right:22px}.application-form{padding:8px 42px 42px}.application-form fieldset{border:0;border-bottom:1px solid #87bdff24;margin:0;padding:36px 0 40px}.application-form legend{color:#f4f7ff;align-items:center;gap:12px;width:100%;margin-bottom:25px;padding:0;font-size:17px;font-weight:600;display:flex}.application-form legend span{color:#c6a15bdb;font-size:10px}.form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px 20px;display:grid}.form-grid label{align-content:start;gap:9px;min-width:0;display:grid;position:relative}.form-grid label>span{color:#e7ecf6d6;font-size:12px;line-height:1.55}.form-grid label b{color:#c6a15b;margin-left:4px;font-weight:500}.form-grid input,.form-grid select,.form-grid textarea{color:#f4f7ff;background:#040911d1;border:1px solid #87bdff38;border-radius:5px;outline:0;width:100%;transition:border-color .18s,box-shadow .18s}.form-grid input,.form-grid select{height:46px;padding:0 13px}.form-grid textarea{resize:vertical;min-height:118px;padding:12px 13px 25px;line-height:1.65}.form-grid input::placeholder,.form-grid textarea::placeholder{color:#aec5e861}.form-grid input:focus,.form-grid select:focus,.form-grid textarea:focus{border-color:#5f9cffb8;box-shadow:0 0 0 3px #2f7bff1a}.form-grid select option{color:#f4f7ff;background:#07101d}.form-field-wide{grid-column:1/-1}.form-grid label>small{color:#aec5e861;font-size:9px;position:absolute;bottom:8px;right:10px}.form-grid-reflection textarea{min-height:132px}.form-consent{color:#d3dceba3;grid-template-columns:18px minmax(0,1fr);align-items:start;gap:12px;padding:28px 0 0;font-size:12px;line-height:1.7;display:grid}.form-consent input{accent-color:#2f7bff;width:16px;height:16px;margin:2px 0 0}.form-footer{justify-content:space-between;align-items:flex-end;gap:24px;padding-top:28px;display:flex}.form-footer>p{color:#aec5e875;max-width:300px;margin:0;font-size:10px;line-height:1.7}.form-actions{justify-content:flex-end;gap:12px;display:flex}.form-actions .button{border-radius:5px;width:auto;min-width:150px}.form-status{color:#86aeff;text-align:right;min-height:20px;margin:14px 0 0;font-size:12px}.partner-inquiry-form{padding-top:36px}.partner-inquiry-form .form-actions{margin-top:28px}.dialog-contact{color:#86aeff;gap:8px;margin-top:24px;display:grid}.dialog-qr{object-fit:contain;width:140px;height:140px;margin-top:24px}.button:focus-visible,.dialog-close:focus-visible{outline-offset:4px;outline:2px solid #f4f7ff}@media (width<=1040px){.vision-values ol{grid-template-columns:1fr}.vision-values li+li{border-left:0;padding-left:0}.partners-layout{grid-template-columns:1fr}.partners-heading{position:relative;top:auto}.ecosystem-directions,.ecosystem-examples,.confirmed-partners{grid-column:auto}.ecosystem-example-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.footer-layout{grid-template-columns:repeat(2,minmax(0,1fr))}.footer-brand{grid-column:1/-1}}@media (width<=860px){.site-nav a.is-active{color:#86aeff;background:#2f7bff14}.content-section{padding:104px 0}.talent-system{margin-top:84px}.talent-system:before{left:27px}.talent-pillar,.talent-pillar:nth-child(2n){width:100%;min-height:0;margin-left:0;padding:0 0 76px 86px}.talent-node,.talent-pillar:nth-child(2n) .talent-node{top:-3px;left:0;right:auto}.growth-path{grid-template-columns:1fr;gap:38px}.growth-path ol{grid-template-columns:repeat(3,minmax(0,1fr));row-gap:28px}.team-orbit{grid-template-columns:1fr}.team-member{padding:36px 0 40px}.team-member:before{left:0}.team-member+.team-member{border-top:1px solid #87bdff24;border-left:0}.team-member-header{max-width:440px}.apply-layout{grid-template-columns:1fr}.apply-evaluation,.partner-entry{padding:42px 0}.partner-entry{border-top:1px solid #87bdff2e;border-left:0}.footer-layout{grid-template-columns:1fr;padding:54px 0 44px}.footer-brand{grid-column:auto}.footer-wechat{border-top:1px solid #87bdff24;border-left:0;padding:30px 0 0}.footer-meta{flex-wrap:wrap;padding:18px 0}.footer-meta p{width:100%;margin-left:0}}@media (width<=760px){.about-mission,.about-vision{width:100%}.about-vision h3{font-size:29px}.vision-values ol{gap:0}.vision-values li{border-bottom:1px solid #87bdff1a;padding:9px 0}.vision-values strong{font-size:12px}.vision-values li p{font-size:11px}}@media (width<=560px){.content-section{padding:86px 0}.content-heading h2{font-size:37px}.content-heading>p:last-child{margin-top:22px;font-size:14px}.talent-system{margin-top:68px}.color-bends-page-scope:after{background:linear-gradient(90deg,#05070db8,#05070d6b),linear-gradient(#05070d4d,#05070da3 68%,#05070de0)}.color-bends-page-scope{--transition-wave-height:clamp(100px, 14svh, 150px)}.page-color-bends{opacity:.56}.talent-system:before{left:21px}.talent-pillar,.talent-pillar:nth-child(2n){padding-left:65px}.talent-node,.talent-pillar:nth-child(2n) .talent-node{width:44px;height:44px;left:0}.talent-pillar h3{font-size:26px}.growth-path ol,.apply-process ol{border-top:0;border-left:1px solid #87bdff3d;grid-template-columns:1fr;padding-left:22px}.growth-path li,.apply-process li{min-height:72px;padding:0 0 28px 22px}.growth-path li:before,.apply-process li:before{top:0;left:-26px}.growth-path li svg,.apply-process li:not(:last-child):after{display:none}.team-heading{text-align:left}.team-orbit{margin-top:62px}.team-member{padding:30px 0 34px}.team-member-visual{flex-basis:60px;width:60px;height:60px}.team-node,.team-member-visual>img{width:52px;height:52px}.team-member h3{font-size:23px}.team-description p{font-size:12px;line-height:1.74}.founder-quote{margin-top:70px;padding-left:20px;font-size:23px}.partner-categories article{grid-template-columns:38px minmax(0,1fr)}.partner-categories p{grid-column:2}.apply-process{margin-top:62px}.apply-evaluation .button,.partner-entry .button{width:100%}.contact-dialog{max-height:calc(100dvh - 16px)}.dialog-header{padding:30px 62px 22px 22px}.dialog-close{top:16px;right:16px}.application-form{padding:4px 22px 28px}.form-grid,.ecosystem-example-grid{grid-template-columns:1fr}.ecosystem-examples-heading{grid-template-columns:1fr;gap:9px}.ecosystem-example-logo{height:82px}.form-footer{flex-direction:column;align-items:stretch}.form-actions{grid-template-columns:1fr;display:grid}.form-actions .button{width:100%}.form-status{text-align:left}.footer-contact-list{grid-template-columns:1fr}.footer-wechat{grid-template-columns:108px minmax(0,1fr);gap:18px}.footer-wechat>img,.footer-qr-placeholder{width:108px;height:108px}.footer-meta{flex-direction:column;align-items:flex-start;gap:8px}}.color-bends-page-scope{--section-accent:#4c8dff;--section-accent-soft:#8bb2ff;--section-text:#f3f7ff;--section-muted:#a8b4c8;--section-soft:#738098;--section-line:#6c97e12e;--section-line-strong:#5589ff7a;--section-panel-strong:#0c1526d1}.color-bends-page-scope .page-color-bends{opacity:.54}.color-bends-page-scope .content-eyebrow,.color-bends-page-scope .growth-path-heading>span,.color-bends-page-scope .apply-process>p,.color-bends-page-scope .apply-evaluation>span,.color-bends-page-scope .team-role,.color-bends-page-scope .ecosystem-examples-heading p,.color-bends-page-scope .ecosystem-directions>p,.color-bends-page-scope .form-status,.color-bends-page-scope .dialog-contact{color:var(--section-accent-soft)}.color-bends-page-scope .content-heading h2,.color-bends-page-scope .talent-pillar h3,.color-bends-page-scope .team-member h3,.color-bends-page-scope .partner-categories h3,.color-bends-page-scope .partner-entry h3,.color-bends-page-scope .ecosystem-example-copy strong{color:var(--section-text)}.color-bends-page-scope .content-section-name,.color-bends-page-scope .talent-pillar-copy>p:not(.talent-number),.color-bends-page-scope .team-description p,.color-bends-page-scope .partner-categories p,.color-bends-page-scope .apply-evaluation>p,.color-bends-page-scope .partner-entry>p,.color-bends-page-scope .ecosystem-examples-heading span{color:var(--section-muted)}.color-bends-page-scope .team-member,.color-bends-page-scope .partner-categories article,.color-bends-page-scope .apply-evaluation,.color-bends-page-scope .partner-entry{background:linear-gradient(145deg,#0c15266b,#090f1c3d);transition:background .18s,border-color .18s}.color-bends-page-scope .team-member:hover,.color-bends-page-scope .partner-categories article:hover{background:linear-gradient(145deg,#1220389e,#0a122166)}.color-bends-page-scope .ecosystem-example:hover,.color-bends-page-scope .ecosystem-example:focus-visible{background:#122038eb}.color-bends-page-scope .ecosystem-example-grid,.color-bends-page-scope .confirmed-partners{background:var(--section-line)}.color-bends-page-scope .contact-dialog{color:var(--section-text);border-color:var(--section-line-strong);background:#080e1afa}.color-bends-page-scope .dialog-header{border-bottom-color:var(--section-line);background:#080e1af0}.color-bends-page-scope .form-grid input,.color-bends-page-scope .form-grid select,.color-bends-page-scope .form-grid textarea{color:var(--section-text);border-color:var(--section-line);background:#090f1cd1}body.intro-active{overflow:hidden}.opening-sequence{z-index:1000;opacity:1;background:#070a10;transition:opacity .76s cubic-bezier(.22,1,.36,1);position:fixed;inset:0;overflow:hidden}.opening-sequence.is-exiting{pointer-events:none;opacity:0}.opening-sequence canvas{width:100%;height:100%;display:block}.opening-skip{right:max(22px, env(safe-area-inset-right));bottom:max(22px, env(safe-area-inset-bottom));color:#ffffffd1;cursor:pointer;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#111923ad;border:1px solid #fff3;border-radius:999px;padding:9px 14px;transition:color .18s,background .18s,border-color .18s;position:absolute}.site-shell .site-header{transition:opacity .62s,transform .76s cubic-bezier(.22,1,.36,1),background .18s}.site-shell:not(.is-intro-complete) .site-header{opacity:0;transform:translateY(-12px)}.opening-skip:hover,.opening-skip:focus-visible{color:#182b39;background:#f8f7f3f0;border-color:#f8f7f3f0}.daylight-mark{z-index:2;aspect-ratio:1;pointer-events:none;transform-origin:50%;filter:drop-shadow(0 22px 48px #2a4b6014);width:min(50vw,660px);position:absolute;top:48%;left:70%;transform:translate(-50%,-50%)}.daylight-mark-canvas{width:100%;height:100%;display:block}.daylight-mark-halo{filter:blur(10px);background:radial-gradient(circle,#40698626,#567e970b 44%,#0000 69%);position:absolute;inset:-18%}.daylight-mark-particles,.daylight-mark-rings,.daylight-mark-nodes{position:absolute;inset:7%}.daylight-mark-particles i{top:var(--particle-top);left:var(--particle-left);width:var(--particle-size);height:var(--particle-size);animation:daylight-particle-breathe 2.6s ease-in-out var(--particle-delay) infinite;background:#315f7e;border-radius:50%;position:absolute;box-shadow:0 0 8px #315f7e70}.daylight-mark-particles i:nth-child(9n){background:#a98c60;box-shadow:0 0 9px #a98c6057}.daylight-mark-rings i{clip-path:inset(0 0 0 50%);border:1.55px solid #2a526eb8;border-radius:50%;position:absolute}.daylight-mark-rings i:first-child{inset:24%}.daylight-mark-rings i:nth-child(2){inset:18%}.daylight-mark-rings i:nth-child(3){inset:12%}.daylight-mark-rings i:nth-child(4){border-color:#a6895eb3;inset:6%}.daylight-mark-rings i:nth-child(5){inset:0}.daylight-mark-nodes i{top:var(--node-top);left:var(--node-left);width:var(--node-size);height:var(--node-size);background:#a98c60;border:1px solid #ffffffe0;border-radius:50%;position:absolute;transform:translate(-50%,-50%);box-shadow:0 0 0 3px #a98c6017,0 0 12px #a98c6061}.daylight-mark-axis{background:linear-gradient(#0000,#789db5 16%,#f7f6f2 50%,#315f7e 82%,#0000);width:3px;position:absolute;top:3%;bottom:3%;left:50%;transform:translate(-50%);box-shadow:0 0 12px #315f7e75}@keyframes daylight-particle-breathe{0%,to{opacity:.68;transform:scale(.9)}50%{opacity:1;transform:scale(1.12)}}:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--color-bg:#efeee9;--color-bg-soft:#e7e7e2;--color-bg-elevated:#ffffffe6;--color-panel:#ffffffc2;--color-panel-strong:#fffffff0;--color-panel-hover:#fff;--color-line:#44657b24;--color-line-strong:#44657b5c;--color-text:#182b39;--color-muted:#5d6b73;--color-soft:#849096;--color-blue:#527f9f;--color-violet:#77869e;--color-cyan:#7ba4aa;--color-teal:#6e999e;--color-gold:#b39a72;--shadow-card:0 20px 52px #23394817}body{color:var(--color-text);background:radial-gradient(circle at 76% 4%,#5b84a013,#0000 27%),linear-gradient(#f3f1ec,#efeee9 44%,#e9e9e4)}.site-header{background:#faf9f6d6;border-bottom-color:#3852621a;box-shadow:0 8px 32px #2537440a}.order-light-wordmark{color:#182b39;text-shadow:none}.wordmark-e i,.wordmark-i-stem{box-shadow:none;background:#182b39}.wordmark-e i.is-blue,.wordmark-i-dot{background:#527f9f;box-shadow:0 0 8px #527f9f3d}.site-nav{color:#182b39b3}.site-nav a.is-active,.site-nav a:hover,.site-nav a:focus-visible{color:#182b39}.icon-button{color:#182b39;background:#faf9f6e6}.brand-story,.brand-hero{background:#efeee9}.brand-hero{border-bottom-color:#44657b1a}.hero-ambient{background:linear-gradient(90deg,#efeee9 0%,#efeee9f7 34%,#efeee99e 50%,#efeee90a 64%),linear-gradient(#efeee91f 58%,#efeee9 100%)}.hero-kicker,.brand-hero h1{color:#182b39}.hero-brand-name{color:#527f9f}.brand-hero .hero-description{color:#5d6b73}.brand-hero .button-secondary{color:#273e4e;background:#faf9f6c2;border-color:#527f9f3d;box-shadow:0 10px 28px #253d4d0f}.brand-hero .button-primary{color:#fbfaf7;background:#527f9f;box-shadow:0 12px 32px #3b607a33}.brand-hero .button-primary:hover,.brand-hero .button-primary:focus-visible{background:#456f8d;box-shadow:0 14px 34px #3b607a42}.brand-hero .button:focus-visible,.site-header a:focus-visible,.site-header button:focus-visible{outline-color:#527f9f}.about-story{color:#182b39;background:radial-gradient(circle at 70% 44%,#5b84a013,#0000 27%),linear-gradient(#efeee900 0%,#e4e6e3b8 58%,#efeee9 100%)}.about-copy{text-shadow:none}.about-intro h2,.about-copy h3,.vision-values strong{color:#182b39}.about-eyebrow,.about-stage-label{color:#527f9f}.about-lead,.about-body p,.vision-values li p{color:#5d6b73}.about-story .about-lead,.about-story .about-body p,.about-story .vision-statement p,.about-story .vision-values li p{color:#53646e!important}.about-story .vision-statement h4,.about-story .vision-values strong{color:#223b4c!important}.about-story .vision-statement>span,.about-story .vision-values-label{color:#527f9f}.about-story .vision-statement{border-left-color:#3f6f908a}.about-story .vision-values ol,.about-story .vision-values li+li{border-color:#44657b2e}.about-closing{color:#314a5a!important}.content-section{background:#efeee9}.color-bends-page-scope{--section-accent:#527f9f;--section-accent-soft:#6d8fa7;--section-text:#182b39;--section-muted:#5d6b73;--section-soft:#849096;--section-line:#44657b24;--section-line-strong:#44657b52;--section-panel-strong:#ffffffdb;background:#efeee9}.color-bends-page-scope:after{background:linear-gradient(90deg,#efeee9eb,#ecece7ad 52%,#efeee9e6),linear-gradient(#efeee966,#e5e7e4bd 62%,#efeee9f5)}.color-bends-page-scope .page-color-bends,.page-color-bends{opacity:.16;filter:saturate(.7)contrast(.92)}.color-bends-page-scope .team-member:hover,.color-bends-page-scope .partner-categories article:hover,.color-bends-page-scope .ecosystem-example:hover,.color-bends-page-scope .ecosystem-example:focus-visible{background:#ffffffeb}@media (width<=860px){.site-nav{color:#314a5a;background:#faf9f6fa}}@media (width<=760px){.daylight-mark{width:min(76vw,380px);top:22%;left:50%}.hero-ambient{background:linear-gradient(#efeee908 0%,#efeee924 45%,#efeee9 92%),linear-gradient(90deg,#efeee96b,#0000 50%,#efeee96b)}.about-story{background:linear-gradient(#efeee900 0%,#e4e7e4 100%)}}@media (prefers-reduced-motion:reduce){.opening-sequence{display:none}.daylight-mark-particles i{animation:none}.about-story{background:#efeee9}}.color-bends-page-scope .talent-heading h2{text-shadow:none}.color-bends-page-scope .talent-system:before{background:linear-gradient(#0000,#3f6f9085 12%,#3f6f9033 88%,#0000)}.color-bends-page-scope .talent-node,.color-bends-page-scope .team-node{color:#315f7e;background:#f8f7f3eb;border-color:#3f6f9075;box-shadow:inset 0 0 20px #3f6f900d,0 12px 30px #2a4b6014}.color-bends-page-scope .talent-node:before,.color-bends-page-scope .team-node:before{border-color:#a98c606b #a98c606b #0000}.color-bends-page-scope .talent-pillar-copy,.color-bends-page-scope .growth-path ol,.color-bends-page-scope .team-orbit,.color-bends-page-scope .team-member:nth-child(2n),.color-bends-page-scope .team-member:nth-child(n+3),.color-bends-page-scope .team-description,.color-bends-page-scope .team-description-pending,.color-bends-page-scope .partner-categories,.color-bends-page-scope .partner-categories article,.color-bends-page-scope .ecosystem-examples-heading,.color-bends-page-scope .apply-layout,.color-bends-page-scope .partner-entry{border-color:#44657b2e}.color-bends-page-scope .talent-pillar-copy>strong,.color-bends-page-scope .growth-path-heading p,.color-bends-page-scope .growth-path li strong,.color-bends-page-scope .apply-process li strong,.color-bends-page-scope .founder-quote,.color-bends-page-scope .ecosystem-example-copy strong,.color-bends-page-scope .ecosystem-directions li,.color-bends-page-scope .apply-evaluation li,.color-bends-page-scope .partner-entry h3{color:#223b4c}.color-bends-page-scope .talent-pillar-copy>p:not(.talent-number),.color-bends-page-scope .talent-pillar li,.color-bends-page-scope .team-description p,.color-bends-page-scope .team-description-pending,.color-bends-page-scope .partner-categories p,.color-bends-page-scope .ecosystem-examples-heading span,.color-bends-page-scope .ecosystem-example-copy small,.color-bends-page-scope .ecosystem-attribution,.color-bends-page-scope .apply-evaluation>p,.color-bends-page-scope .partner-entry>p{color:#65727a}.color-bends-page-scope .talent-number,.color-bends-page-scope .growth-path li>span,.color-bends-page-scope .apply-process li>span,.color-bends-page-scope .team-index span,.color-bends-page-scope .partner-categories article>span,.color-bends-page-scope .partner-entry>span{color:#94774d!important}.color-bends-page-scope .team-index,.color-bends-page-scope .form-footer>p,.color-bends-page-scope .form-grid label>small{color:#889298}.color-bends-page-scope .founder-quote{border-top-color:#44657b33;border-left-color:#a98c608c}.color-bends-page-scope .team-member,.color-bends-page-scope .partner-categories article,.color-bends-page-scope .apply-evaluation,.color-bends-page-scope .partner-entry{background:#f8f7f37a}.color-bends-page-scope .ecosystem-example,.color-bends-page-scope .confirmed-partners>div{background:#f8f7f3d1}.color-bends-page-scope .ecosystem-example-logo{background:#f8f7f3;border:1px solid #44657b1a}.color-bends-page-scope .button-secondary{color:#273e4e;background:#f8f7f3b8;border-color:#3f6f9047}.color-bends-page-scope .button-secondary:hover,.color-bends-page-scope .button-secondary:focus-visible{background:#f8f7f3}.color-bends-page-scope .contact-dialog{color:#182b39;background:#f3f1ec;border-color:#3f6f904d;box-shadow:0 28px 90px #1e2f3a3d}.color-bends-page-scope .contact-dialog::backdrop{background:#141d2494}.color-bends-page-scope .dialog-header{background:#f3f1ecf5;border-bottom-color:#44657b29}.color-bends-page-scope .contact-dialog h2,.color-bends-page-scope .application-form legend{color:#182b39}.color-bends-page-scope .dialog-header>div>p:last-child,.color-bends-page-scope .form-consent{color:#65727a}.color-bends-page-scope .dialog-close{color:#405867;border-color:#44657b38}.color-bends-page-scope .application-form fieldset{border-bottom-color:#44657b24}.color-bends-page-scope .form-grid label>span{color:#344b5a}.color-bends-page-scope .form-grid label b,.color-bends-page-scope .application-form legend span{color:#94774d}.color-bends-page-scope .form-grid input,.color-bends-page-scope .form-grid select,.color-bends-page-scope .form-grid textarea{color:#182b39;background:#faf9f6d6;border-color:#44657b38}.color-bends-page-scope .form-grid input::placeholder,.color-bends-page-scope .form-grid textarea::placeholder{color:#9aa2a6}.color-bends-page-scope .form-grid input:focus,.color-bends-page-scope .form-grid select:focus,.color-bends-page-scope .form-grid textarea:focus{border-color:#3f6f9094;box-shadow:0 0 0 3px #3f6f9017}.color-bends-page-scope .form-grid select option{color:#182b39;background:#f8f7f3}.color-bends-page-scope .talent-pillar li:after,.color-bends-page-scope .ecosystem-directions li:before,.color-bends-page-scope .apply-evaluation li:before,.color-bends-page-scope .team-member:before{box-shadow:none;background:#527f9f}.color-bends-page-scope .growth-path li:before,.color-bends-page-scope .apply-process li:before{background:#315f7e;box-shadow:0 0 0 4px #3f6f901a}.color-bends-page-scope .growth-path li svg,.color-bends-page-scope .team-node:after{color:#6d8fa7}.color-bends-page-scope .ecosystem-attribution a:hover,.color-bends-page-scope .ecosystem-attribution a:focus-visible{color:#315f7e}.color-bends-page-scope .site-footer{color:#f0f3f4;background:#18232c;border-top-color:#8da9bc2e}:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--home-bg:#f8f8f5;--home-paper:#fff;--home-ink:#122034;--home-muted:#667085;--home-line:#12203424;--home-blue:#376fcb;--home-blue-deep:#234f99;--home-blue-soft:#e8f0fc;--home-dark:#0d1a2b;--home-radius:20px}@property --section-liquid-x{syntax:"<percentage>";inherits:true;initial-value:92%}@property --section-liquid-y{syntax:"<percentage>";inherits:true;initial-value:74%}@property --section-liquid-origin{syntax:"<percentage>";inherits:true;initial-value:50%}html{scroll-behavior:smooth;background:var(--home-bg);scroll-padding-top:88px}body{background:var(--home-bg);color:var(--home-ink);-webkit-font-smoothing:antialiased;margin:0;font-family:Inter,PingFang SC,Microsoft YaHei,Noto Sans CJK SC,system-ui,sans-serif;overflow-x:clip}body.menu-open{overflow:hidden}::selection{color:#fff;background:var(--home-blue)}.home-site-shell{background:var(--home-bg);min-width:0}.route-page:not(.home-route-page){padding-top:72px}.new-home.has-section-focus>section{isolation:isolate;transform-origin:50%;transition:filter .26s cubic-bezier(.22,1,.36,1),opacity .26s cubic-bezier(.22,1,.36,1),--section-liquid-x .56s cubic-bezier(.16,1,.3,1),--section-liquid-y .56s cubic-bezier(.16,1,.3,1),--section-liquid-origin .56s cubic-bezier(.16,1,.3,1);position:relative}.new-home.has-section-focus>section:after{z-index:20;pointer-events:none;content:"";opacity:var(--section-liquid-opacity,0);-webkit-mask-image:radial-gradient(ellipse var(--section-liquid-x,82%) var(--section-liquid-y,66%) at 50% var(--section-liquid-origin,50%), transparent 0%, transparent 52%, #0000006b 72%, #000 100%);-webkit-mask-image:radial-gradient(ellipse var(--section-liquid-x,82%) var(--section-liquid-y,66%) at 50% var(--section-liquid-origin,50%), transparent 0%, transparent 52%, #0000006b 72%, #000 100%);mask-image:radial-gradient(ellipse var(--section-liquid-x,82%) var(--section-liquid-y,66%) at 50% var(--section-liquid-origin,50%), transparent 0%, transparent 52%, #0000006b 72%, #000 100%);background:#091628;transition:opacity .26s cubic-bezier(.22,1,.36,1);position:absolute;inset:0}.new-home.has-section-focus>section.is-section-active{z-index:1}.new-home.has-section-focus>section.is-section-visible{filter:saturate(var(--section-saturation,1)) brightness(var(--section-brightness,1)) contrast(var(--section-contrast,1));opacity:var(--section-opacity,1)}.home-container{width:min(1360px,100% - clamp(56px,7vw,112px));margin-inline:auto}.home-eyebrow{color:var(--home-blue);letter-spacing:.18em;text-transform:uppercase;margin:0 0 22px;font-size:12px;font-weight:760;line-height:1.4}.home-section{padding:clamp(112px,9vw,160px) 0;position:relative}.home-section-heading{max-width:860px;margin-bottom:clamp(48px,5vw,72px)}.home-section-heading-wide{max-width:1020px}.home-section-heading h2,.growth-copy h2,.development-plan-heading h2,.team-preview-copy h2{color:var(--home-ink);letter-spacing:-.035em;margin:0;font-size:clamp(42px,4.8vw,72px);font-weight:650;line-height:1.08}.home-section-heading>p:last-child,.growth-copy>p:last-child,.development-plan-heading>p,.team-preview-copy>p{max-width:660px;color:var(--home-muted);margin:30px 0 0;font-size:clamp(16px,1.3vw,19px);line-height:1.78}.home-button{border:1px solid #0000;border-radius:9px;justify-content:center;align-items:center;gap:14px;min-height:52px;padding:0 24px;font-size:15px;font-weight:680;line-height:1;text-decoration:none;transition:transform .18s,background .18s,border-color .18s,color .18s;display:inline-flex}.home-button svg,.home-text-link svg{transition:transform .18s}.home-button:hover,.home-button:focus-visible{transform:translateY(-2px)}.home-button:hover svg,.home-button:focus-visible svg,.home-text-link:hover svg,.home-text-link:focus-visible svg{transform:translate(3px,-2px)}.home-button:focus-visible,.home-text-link:focus-visible,.home-header a:focus-visible,.home-header button:focus-visible{outline-offset:4px;outline:3px solid #376fcb47}.home-button-primary{color:#fff;background:var(--home-blue)}.home-button-primary:hover,.home-button-primary:focus-visible{background:var(--home-blue-deep)}.home-button-secondary{color:var(--home-ink);border-color:var(--home-line);background:#ffffffb8}.home-text-link{color:var(--home-ink);align-items:center;gap:12px;margin-top:34px;font-size:16px;font-weight:720;text-decoration:none;display:inline-flex}.home-header.site-header{z-index:100;width:100%;height:72px;color:var(--home-ink);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);opacity:1;background:#f8f8f5d1;border-bottom:1px solid #0000;transition:background .18s,border-color .18s,box-shadow .18s;position:fixed;top:0;left:0;transform:none}.home-header.site-header.is-scrolled{background:#ffffffeb;border-color:#12203414;box-shadow:0 10px 32px #1423370f}.home-header .header-inner{justify-content:space-between;align-items:center;gap:30px;height:100%;display:flex}.home-header .logo,.home-footer .logo{color:var(--home-ink);flex:none;align-items:center;gap:11px;text-decoration:none;display:inline-flex}.home-header .logo-wordmark-link{margin-left:0;padding:8px 0}.home-header .order-light-wordmark{color:var(--home-ink);letter-spacing:.01em;text-shadow:none;gap:4.5px;font-size:21px;font-weight:520}.home-header .wordmark-e i,.home-header .wordmark-i-stem{background:var(--home-ink);box-shadow:none}.home-header .wordmark-e i.is-blue,.home-header .wordmark-i-dot{background:#1687ff}.home-header .logo-mark,.home-footer .logo-mark{object-fit:cover;border-radius:11px;width:42px;height:42px;box-shadow:0 8px 24px #10244526}.home-header .logo-copy,.home-footer .logo-copy{gap:2px;display:grid}.home-header .logo-copy strong,.home-footer .logo-copy strong{color:inherit;letter-spacing:.06em;font-size:15px;font-weight:720}.home-header .logo-copy small,.home-footer .logo-copy small{color:#788394;letter-spacing:.18em;font-size:9px;font-weight:700}.home-header .site-nav{width:auto;height:auto;box-shadow:none;background:0 0;border:0;align-items:center;gap:2px;padding:0;display:flex;position:static}.home-header .site-nav a{color:#516073;border-radius:7px;padding:9px 10px;font-size:13px;font-weight:620;text-decoration:none;position:relative}.home-header .site-nav a:after{background:var(--home-blue);content:"";opacity:0;border-radius:2px;height:2px;transition:opacity .16s,transform .16s;position:absolute;bottom:4px;left:12px;right:12px;transform:scaleX(.35)}.home-header .site-nav a:hover,.home-header .site-nav a:focus-visible,.home-header .site-nav a.is-active{color:var(--home-ink)}.home-header .site-nav a.is-active:after{opacity:1;transform:scaleX(1)}.home-header .site-nav a.is-primary{color:#fff;background:var(--home-blue);border-radius:6px;margin-left:7px;padding:10px 15px}.home-header .site-nav a.is-primary:after{display:none}.home-header .menu-button{color:var(--home-ink);border:1px solid var(--home-line);background:#fff;display:none}.home-hero{background:radial-gradient(circle at 20% 14%, #6b99e016, transparent 32%), var(--home-bg);align-items:center;min-height:100svh;padding:140px 0 92px;display:flex}.home-hero-layout{grid-template-columns:minmax(0,.92fr) minmax(480px,1.08fr);align-items:center;gap:clamp(44px,5vw,76px);display:grid}.home-hero-copy h1{max-width:680px;color:var(--home-ink);letter-spacing:-.045em;margin:0;font-size:clamp(58px,5.7vw,96px);font-weight:650;line-height:1.02}.home-hero-description{color:#586679;max-width:650px;margin:28px 0 0;font-size:clamp(17px,1.4vw,21px);line-height:1.75}.home-actions{flex-wrap:wrap;gap:12px;margin-top:32px;display:flex}.home-hero-signals{gap:22px;margin:46px 0 0;padding:0;list-style:none;display:flex}.home-hero-signals li{color:var(--home-ink);gap:5px;font-size:13px;font-weight:650;display:grid}.home-hero-signals span{color:var(--home-blue);letter-spacing:.12em;font-size:10px}.home-hero-visual{margin:0;position:relative}.home-hero-visual:before{z-index:0;border-radius:var(--home-radius);background:var(--home-blue);content:"";width:48%;height:42%;position:absolute;bottom:-18px;right:-18px}.home-hero-image-frame{z-index:1;aspect-ratio:4/3;background:#d8e2ef;border-radius:26px;width:100%;height:auto;min-height:0;position:relative;overflow:hidden}.home-hero-image-frame:after{content:"";background:linear-gradient(#0000 58%,#07152766);position:absolute;inset:0}.home-hero-image-frame img{object-fit:cover;object-position:55% center;will-change:transform;width:100%;height:108%}.home-hero-visual figcaption{z-index:2;color:#fff;justify-content:space-between;align-items:flex-end;gap:24px;display:flex;position:absolute;bottom:28px;left:30px;right:30px}.home-hero-visual figcaption span{letter-spacing:.16em;font-size:10px;font-weight:760}.home-hero-visual figcaption strong{text-align:right;max-width:240px;font-size:14px;font-weight:620;line-height:1.55}.about-home-section{background:#fff}.about-home-heading{grid-template-columns:minmax(0,1.15fr) minmax(340px,.55fr);align-items:end;gap:clamp(48px,7vw,100px);margin-bottom:clamp(52px,6vw,80px);display:grid}.about-home-heading h2{max-width:900px;color:var(--home-ink);letter-spacing:-.04em;margin:0;font-size:clamp(48px,5.4vw,80px);font-weight:650;line-height:1.06}.about-home-heading>p{max-width:500px;color:var(--home-muted);margin:0 0 6px;font-size:clamp(17px,1.35vw,20px);line-height:1.78}.about-visual-grid{grid-template-columns:minmax(0,1.42fr) minmax(360px,.58fr);align-items:stretch;gap:18px;display:grid}.about-visual-primary,.about-visual-detail{border-radius:var(--home-radius);background:#dce4ec;margin:0;position:relative;overflow:hidden}.about-visual-primary{aspect-ratio:4/3;min-height:0}.about-visual-primary:after,.about-visual-detail:after{content:"";background:linear-gradient(#0000 52%,#07142494);position:absolute;inset:0}.about-visual-primary img,.about-visual-detail img{object-fit:cover;width:100%;height:108%}.about-visual-primary img{object-position:52% center}.about-visual-primary figcaption,.about-visual-detail figcaption{z-index:1;color:#fff;position:absolute;bottom:24px;left:28px;right:28px}.about-visual-primary figcaption{justify-content:space-between;align-items:end;gap:24px;display:flex}.about-visual-primary figcaption span{letter-spacing:.12em;font-size:11px;font-weight:720}.about-visual-primary figcaption small{opacity:.72;font-size:11px}.about-visual-side{grid-template-rows:1fr 1fr;gap:18px;min-width:0;display:grid}.about-visual-detail img{object-position:58% center}.about-visual-detail figcaption{font-size:15px;font-weight:650}.about-program-card{border-radius:var(--home-radius);color:#fff;background:var(--home-blue);flex-direction:column;justify-content:space-between;min-height:0;padding:clamp(28px,3vw,42px);display:flex}.about-program-card>p{letter-spacing:-.035em;max-width:420px;margin:0;font-size:clamp(32px,3.2vw,48px);font-weight:630;line-height:1.12}.about-program-card>div{gap:12px;margin-top:34px;display:grid}.about-program-card span{border-top:1px solid #ffffff40;align-items:center;gap:14px;padding-top:12px;font-size:14px;font-weight:650;display:flex}.about-program-card b{color:#cfe0fb;letter-spacing:.12em;font-size:10px}.about-transition-list{border-top:1px solid var(--home-line);border-bottom:1px solid var(--home-line);grid-template-columns:repeat(3,1fr);margin:clamp(48px,5vw,70px) 0 0;padding:0;list-style:none;display:grid}.about-transition-list li{border-right:1px solid var(--home-line);grid-template-columns:auto 1fr auto 1fr;align-items:center;gap:12px;min-width:0;padding:28px 24px;display:grid}.about-transition-list li:last-child{border-right:0}.about-transition-list li>span{color:var(--home-blue);letter-spacing:.12em;font-size:10px;font-weight:760}.about-transition-list p,.about-transition-list strong{white-space:nowrap;margin:0;font-size:clamp(15px,1.15vw,17px)}.about-transition-list p{color:#7a8797}.about-transition-list strong{color:var(--home-ink);font-weight:680}.about-transition-list svg{color:var(--home-blue)}.cultivation-section{background:#f0f2f4}.cultivation-grid{grid-template-columns:repeat(12,minmax(0,1fr));gap:18px;display:grid}.cultivation-card{border-radius:var(--home-radius);border:1px solid #12203414;min-height:400px;position:relative;overflow:hidden}.cultivation-card:first-child,.cultivation-card:nth-child(4){grid-column:span 7}.cultivation-card:nth-child(2),.cultivation-card:nth-child(3){grid-column:span 5}.cultivation-card-content{z-index:2;flex-direction:column;justify-content:flex-end;height:100%;padding:clamp(30px,4vw,54px);display:flex;position:relative}.cultivation-index{letter-spacing:.16em;justify-content:space-between;width:100%;margin:0 auto auto 0;font-size:10px;font-weight:760;display:flex}.cultivation-card h3{letter-spacing:-.05em;margin:0;font-size:clamp(36px,3.6vw,56px);font-weight:640}.cultivation-card-content>p:not(.cultivation-index){max-width:560px;margin:18px 0 0;font-size:17px;line-height:1.75}.cultivation-card small{max-width:580px;color:inherit;opacity:.72;margin-top:24px;font-size:13px;line-height:1.7}.cultivation-card.is-mist{color:var(--home-ink);background:linear-gradient(145deg,#e7effa,#f7f9fc 68%)}.cultivation-card.is-image{color:#fff}.cultivation-card.is-image:after{z-index:1;content:"";background:linear-gradient(#0612220f,#061222d1);position:absolute;inset:0}.cultivation-card.is-image img{object-fit:cover;width:100%;height:106%;position:absolute;inset:-3% 0}.cultivation-card.is-ink{color:#fff;background:var(--home-dark)}.cultivation-card.is-blue{color:#fff;background:var(--home-blue)}.youth-program-section{background:#fff}.youth-program-heading{grid-template-columns:minmax(0,1fr) minmax(360px,.58fr);align-items:end;gap:clamp(48px,7vw,96px);margin-bottom:clamp(52px,6vw,78px);display:grid}.youth-program-heading h2{letter-spacing:-.04em;margin:0;font-size:clamp(48px,5.2vw,76px);font-weight:640;line-height:1.04}.youth-program-subtitle{color:var(--home-ink);letter-spacing:-.025em;margin:18px 0 0;font-size:clamp(20px,1.8vw,28px);font-weight:560;line-height:1.45}.youth-program-heading>p{max-width:560px;color:var(--home-muted);margin:0 0 6px;font-size:clamp(17px,1.35vw,20px);line-height:1.78}.youth-program-visuals{grid-template-columns:minmax(0,1.34fr) minmax(380px,.66fr);align-items:stretch;gap:18px;display:grid}.youth-program-image{aspect-ratio:4/3;border-radius:var(--home-radius);background:#dce5ef;width:100%;min-height:0;margin:0;position:relative;overflow:hidden}.youth-program-image img{object-fit:cover;object-position:56% center;width:100%;height:108%}.youth-program-image:after{content:"";background:linear-gradient(#0000 48%,#081628a8);position:absolute;inset:0}.youth-program-image figcaption{z-index:1;color:#fff;justify-content:space-between;align-items:flex-end;gap:24px;display:flex;position:absolute;bottom:26px;left:30px;right:30px}.youth-program-image figcaption span{letter-spacing:.14em;font-size:10px;font-weight:740}.youth-program-image figcaption strong{font-size:16px;font-weight:650}.youth-capability-panel{border-radius:var(--home-radius);color:#fff;background:var(--home-dark);flex-direction:column;justify-content:space-between;padding:clamp(30px,3.4vw,48px);display:flex}.youth-capability-title{justify-content:space-between;align-items:flex-start;gap:20px;display:flex}.youth-capability-title span{color:#8193aa;letter-spacing:.13em;font-size:9px;font-weight:740}.youth-capability-title strong{font-size:17px;font-weight:650}.youth-capability-core{aspect-ratio:1;text-align:center;border:1px solid #85b1f680;border-radius:50%;place-content:center;gap:9px;width:min(72%,250px);margin:26px auto;display:grid;box-shadow:0 0 0 18px #5a8ee014,0 0 0 38px #5a8ee009}.youth-capability-core strong{letter-spacing:-.03em;font-size:clamp(24px,2.4vw,34px);font-weight:620}.youth-capability-core small{color:#9cabc0;font-size:10px}.youth-capability-panel ul{grid-template-columns:1fr 1fr;gap:0 18px;margin:0;padding:0;list-style:none;display:grid}.youth-capability-panel li{color:#e7edf5;border-top:1px solid #ffffff1f;align-items:center;gap:10px;padding:12px 0;font-size:13px;font-weight:620;display:flex}.youth-capability-panel li span{color:#75a7f2;letter-spacing:.08em;font-size:9px}.youth-path-heading{justify-content:space-between;align-items:flex-end;gap:40px;margin-top:clamp(64px,7vw,96px);margin-bottom:30px;display:flex}.youth-path-heading h3{color:var(--home-ink);letter-spacing:-.035em;margin:0;font-size:clamp(34px,4vw,56px);font-weight:630}.youth-path-heading .home-text-link{margin-top:0}.youth-stage-rail{border-top:1px solid var(--home-line);border-bottom:1px solid var(--home-line);grid-template-columns:repeat(6,minmax(0,1fr));margin:0;padding:0;list-style:none;display:grid}.youth-stage-rail li{border-right:1px solid var(--home-line);flex-direction:column;justify-content:space-between;min-width:0;min-height:190px;padding:24px 20px;display:flex;position:relative}.youth-stage-rail li:last-child{border-right:0}.youth-stage-rail li>span{color:var(--home-blue);letter-spacing:.08em;font-size:12px;font-weight:760}.youth-stage-rail h4{letter-spacing:-.025em;margin:0;font-size:clamp(18px,1.5vw,23px);font-weight:640}.youth-stage-rail small{color:var(--home-muted);margin-top:7px;font-size:12px;display:block}.youth-stage-rail svg{color:#a2adba;position:absolute;bottom:24px;right:16px}.youth-stage-rail li:last-child svg{display:none}.youth-engine-strip{background:var(--home-blue-soft);border-radius:14px;grid-template-columns:minmax(240px,.55fr) minmax(0,1.45fr);align-items:center;gap:38px;margin-top:28px;padding:26px 30px;display:grid}.youth-engine-strip>p{color:var(--home-blue-deep);margin:0;font-size:20px;font-weight:680}.youth-engine-strip>div{grid-template-columns:repeat(3,1fr);gap:12px;display:grid}.youth-engine-strip span{color:#344c70;align-items:center;gap:10px;font-size:13px;font-weight:640;display:flex}.youth-engine-strip b{color:var(--home-blue);letter-spacing:.08em;font-size:9px}.exploration-section{background:#eef1f4;overflow:hidden}.exploration-heading{grid-template-columns:1fr minmax(330px,.68fr);align-items:end;gap:60px;max-width:none;display:grid}.exploration-heading h2{font-size:clamp(52px,6vw,86px)}.exploration-heading>p{margin:0 0 8px}.exploration-rail{scroll-snap-type:x proximity;scrollbar-width:none;gap:22px;width:100%;padding:0 max(48px,50vw - 680px) 22px;scroll-padding-inline:max(48px,50vw - 680px);display:flex;overflow-x:auto}.exploration-rail::-webkit-scrollbar{display:none}.exploration-card{aspect-ratio:4/5;background:var(--home-dark);scroll-snap-align:start;border-radius:20px;flex:0 0 clamp(310px,34vw,500px);height:auto;position:relative;overflow:hidden}.exploration-card img{object-fit:cover;width:100%;height:100%;transition:transform .7s cubic-bezier(.2,.7,.2,1)}.exploration-card:first-child img,.exploration-card:nth-child(4) img{object-position:68% center}.exploration-card:hover img{transform:scale(1.035)}.exploration-card-overlay{background:linear-gradient(#07101e0a 28%,#07101ee0 100%);position:absolute;inset:0}.exploration-card-copy{color:#fff;position:absolute;bottom:34px;left:34px;right:34px}.exploration-card-copy>p{letter-spacing:.15em;justify-content:space-between;margin:0 0 20px;font-size:10px;font-weight:740;display:flex}.exploration-card-copy h3{letter-spacing:-.04em;margin:0;font-size:clamp(30px,3vw,45px);font-weight:620}.exploration-card-copy small{opacity:.82;margin-top:16px;font-size:14px;line-height:1.7;display:block}.project-section{color:#fff;background:var(--home-dark)}.project-section .home-eyebrow{color:#8eb9ff}.project-heading h2{color:#fff}.project-heading>p:last-child{color:#aeb9c9}.project-flow{scrollbar-width:none;border-bottom:1px solid #ffffff29;margin:0 0 68px;padding:0 0 18px;list-style:none;display:flex;overflow-x:auto}.project-flow::-webkit-scrollbar{display:none}.project-flow li{color:#d7deea;align-items:center;gap:12px;min-width:max-content;display:flex}.project-flow li+li{margin-left:12px}.project-flow span{color:#74a7f5;font-size:10px}.project-flow strong{font-size:14px;font-weight:620}.project-flow svg{color:#65758b;margin-left:14px}.project-case{background:#13243a;border:1px solid #ffffff24;border-radius:24px;grid-template-columns:minmax(0,1.15fr) minmax(360px,.85fr);display:grid;overflow:hidden}.project-case figure{aspect-ratio:4/3;min-height:0;margin:0;overflow:hidden}.project-case figure img{object-fit:cover;width:100%;height:108%}.project-case-copy{flex-direction:column;justify-content:center;padding:clamp(40px,6vw,78px);display:flex}.project-case-copy h3{letter-spacing:-.05em;margin:0;font-size:clamp(38px,4vw,58px);font-weight:620}.project-case-copy>p:not(.home-eyebrow){color:#b9c4d3;margin:22px 0 0;font-size:16px;line-height:1.78}.project-case-copy ul{gap:12px;margin:32px 0 0;padding:0;list-style:none;display:grid}.project-case-copy li{color:#e6ecf4;border-top:1px solid #ffffff1f;padding-top:12px;font-size:14px}.growth-section{background:#fff}.growth-layout{grid-template-columns:minmax(340px,.72fr) minmax(0,1.28fr);align-items:center;gap:clamp(56px,7vw,100px);display:grid}.growth-profile{background:linear-gradient(145deg,#f6f9fd,#eaf1fb);border:1px solid #376fcb29;border-radius:28px;padding:clamp(26px,4vw,48px);box-shadow:0 34px 90px #224a841a}.growth-profile header{border-bottom:1px solid #376fcb24;grid-template-columns:auto 1fr auto;align-items:center;gap:18px;padding-bottom:28px;display:grid}.growth-avatar{color:#fff;background:var(--home-dark);border-radius:14px;place-items:center;width:54px;height:54px;font-size:19px;font-weight:760;display:grid}.growth-profile header div:nth-child(2){gap:4px;display:grid}.growth-profile header small{color:#7c8da5;letter-spacing:.12em;font-size:9px;font-weight:740}.growth-profile header strong{font-size:19px}.growth-profile header>span{color:var(--home-blue-deep);background:#fff;border-radius:7px;padding:7px 10px;font-size:11px;font-weight:680}.growth-profile-grid{grid-template-columns:repeat(3,1fr);gap:12px;padding:28px 0;display:grid}.growth-profile-grid>div{background:#ffffffc7;border:1px solid #376fcb1f;border-radius:14px;grid-template-columns:1fr auto;align-content:space-between;gap:10px;min-height:132px;padding:18px;display:grid}.growth-profile-grid svg{color:var(--home-blue)}.growth-profile-grid span{color:#8b98a9;font-size:10px}.growth-profile-grid strong{grid-column:1/-1;font-size:14px}.growth-profile footer{color:#667890;align-items:center;gap:10px;font-size:11px;font-weight:680;display:flex}.growth-profile footer i{background:#376fcb38;flex:1;height:1px}.development-plan-section{background:#e9f0fa;overflow:hidden}.development-plan-heading{grid-template-columns:minmax(0,1.1fr) minmax(360px,.55fr);align-items:end;gap:clamp(48px,7vw,96px);margin-bottom:clamp(52px,6vw,78px);display:grid}.development-plan-heading h2{max-width:900px;color:var(--home-ink);letter-spacing:-.04em;margin:0;font-size:clamp(48px,5.4vw,80px);font-weight:650;line-height:1.06}.development-plan-heading>p{color:#5c6d83;max-width:540px;margin:0 0 6px;font-size:clamp(17px,1.35vw,20px);line-height:1.78}.development-plan-image{aspect-ratio:16/7;border-radius:var(--home-radius);background:#cedae7;width:100%;min-height:0;margin:0;position:relative;overflow:hidden}.development-plan-image:after{content:"";background:linear-gradient(#0000 48%,#061222ad);position:absolute;inset:0}.development-plan-image img{object-fit:cover;object-position:52% center;width:100%;height:108%}.development-plan-image figcaption{z-index:1;color:#fff;grid-template-columns:auto 1fr auto;align-items:end;gap:24px;display:grid;position:absolute;bottom:28px;left:32px;right:32px}.development-plan-image figcaption span{letter-spacing:.14em;font-size:10px;font-weight:740}.development-plan-image figcaption strong{text-align:center;font-size:clamp(20px,2vw,28px);font-weight:630}.development-plan-image figcaption small{opacity:.72;font-size:10px}.development-bridge{background:#376fcb29;grid-template-columns:1fr minmax(180px,.32fr) 1fr;align-items:stretch;gap:1px;margin-top:18px;display:grid}.development-bridge>article{background:#ffffffd1;align-content:space-between;min-height:190px;padding:28px 30px;display:grid}.development-bridge>article>span,.development-value-grid article>span{color:var(--home-blue);letter-spacing:.1em;font-size:10px;font-weight:760}.development-bridge>article strong{letter-spacing:-.035em;font-size:clamp(28px,3vw,42px);font-weight:630}.development-bridge>article p{color:#66758a;margin:0;font-size:13px}.development-bridge-core{color:#fff;background:var(--home-blue);text-align:center;place-content:center;gap:8px;display:grid}.development-bridge-core svg{color:#cde0ff;margin:0 auto 4px}.development-bridge-core strong{font-size:17px}.development-bridge-core small{color:#c7daf8;letter-spacing:.12em;font-size:10px}.development-value-grid{border-top:1px solid #376fcb2e;border-bottom:1px solid #376fcb2e;grid-template-columns:repeat(3,1fr);margin-top:28px;display:grid}.development-value-grid article{border-right:1px solid #376fcb2e;min-height:220px;padding:28px 30px}.development-value-grid article:last-child{border-right:0}.development-value-grid h3{letter-spacing:-.03em;margin:64px 0 0;font-size:clamp(24px,2.3vw,34px);font-weight:630}.development-value-grid p{color:#66758a;max-width:320px;margin:12px 0 0;font-size:14px;line-height:1.7}.development-action{margin-top:34px}.team-preview-section{background:#fff}.team-preview-layout{grid-template-columns:minmax(0,1fr) minmax(390px,.72fr);align-items:end;gap:clamp(56px,8vw,120px);display:grid}.team-capability-list{border-top:1px solid var(--home-line)}.team-capability-list>div{border-bottom:1px solid var(--home-line);grid-template-columns:54px 1fr;align-items:center;gap:16px;padding:26px 0;display:grid}.team-capability-list span{color:var(--home-blue);font-size:11px;font-weight:760}.team-capability-list strong{letter-spacing:-.03em;font-size:clamp(20px,2vw,28px);font-weight:610}.ecosystem-preview-section{background:#eef1f3;overflow:hidden}.ecosystem-heading{grid-template-columns:1fr minmax(360px,.68fr);align-items:end;gap:80px;max-width:none;display:grid}.ecosystem-heading .home-eyebrow,.ecosystem-heading h2{grid-column:1}.ecosystem-heading>p:last-child{grid-area:1/2/span 2;margin:0}.ecosystem-partner-stories{gap:clamp(42px,6vw,88px);display:grid}.ecosystem-partner-story{background:#fff;border-radius:26px;grid-template-columns:minmax(0,1.28fr) minmax(360px,.72fr);min-height:620px;display:grid;overflow:hidden;box-shadow:0 26px 70px #1b2b4117}.ecosystem-partner-story.is-reversed{color:#fff;background:#13243a;grid-template-columns:minmax(360px,.72fr) minmax(0,1.28fr)}.ecosystem-story-media{min-width:0;min-height:620px;margin:0;position:relative;overflow:hidden}.ecosystem-partner-story.is-reversed .ecosystem-story-media{grid-area:1/2}.ecosystem-story-media:after{content:"";pointer-events:none;background:linear-gradient(#0000 58%,#060f1ba3 100%);position:absolute;inset:0}.ecosystem-story-media img{object-fit:cover;width:100%;height:100%;transition:transform .9s cubic-bezier(.22,1,.36,1)}.ecosystem-partner-story:hover .ecosystem-story-media img{transform:scale(1.025)}.ecosystem-story-media figcaption{z-index:1;color:#fff;justify-content:space-between;align-items:flex-end;gap:24px;display:flex;position:absolute;bottom:clamp(24px,3vw,38px);left:clamp(24px,3vw,42px);right:clamp(24px,3vw,42px)}.ecosystem-story-media figcaption span{letter-spacing:.18em;font-size:10px;font-weight:720}.ecosystem-story-media figcaption strong{letter-spacing:-.02em;font-size:clamp(22px,2.2vw,32px);font-weight:620}.ecosystem-story-copy{flex-direction:column;min-width:0;padding:clamp(38px,4.5vw,68px);display:flex}.ecosystem-partner-story.is-reversed .ecosystem-story-copy{grid-area:1/1}.ecosystem-story-meta{justify-content:space-between;align-items:center;gap:20px;display:flex}.ecosystem-story-meta>span{color:var(--home-blue);letter-spacing:.08em;font-size:13px;font-weight:760}.ecosystem-story-meta p{color:#64748b;align-items:center;gap:9px;margin:0;font-size:12px;font-weight:650;display:inline-flex}.ecosystem-story-meta i{background:#d9a441;border-radius:50%;width:7px;height:7px}.ecosystem-partner-story.is-reversed .ecosystem-story-meta p{color:#ffffffa8}.ecosystem-story-copy h3{letter-spacing:-.035em;margin:clamp(46px,6vw,82px) 0 0;font-size:clamp(28px,2.7vw,42px);font-weight:620;line-height:1.16}.ecosystem-story-copy>p{color:var(--home-muted);margin:20px 0 0;font-size:15px;line-height:1.78}.ecosystem-partner-story.is-reversed .ecosystem-story-copy>p{color:#ffffffad}.ecosystem-story-copy ul{border-top:1px solid var(--home-line);margin:auto 0 0;padding:0;list-style:none}.ecosystem-story-copy li{border-bottom:1px solid var(--home-line);grid-template-columns:30px minmax(0,1fr) auto;align-items:center;gap:14px;min-height:58px;display:grid}.ecosystem-partner-story.is-reversed .ecosystem-story-copy ul,.ecosystem-partner-story.is-reversed .ecosystem-story-copy li{border-color:#ffffff21}.ecosystem-story-copy li>span{color:#8ba0ba;font-size:10px}.ecosystem-story-copy li strong{font-size:16px;font-weight:610}.ecosystem-story-copy li em{color:#8ba0ba;letter-spacing:.08em;font-size:10px;font-style:normal}.ecosystem-footer{justify-content:space-between;align-items:center;gap:32px;margin-top:38px;display:flex}.ecosystem-footer>p{color:#738095;max-width:760px;margin:0;font-size:12px;line-height:1.7}.ecosystem-action{flex:none}.ecosystem-preview-section{isolation:isolate;background:#fbfcfe;position:relative}.ecosystem-preview-section:before{z-index:-1;opacity:.38;content:"";transform-origin:50%;pointer-events:none;background:repeating-radial-gradient(#0000 0 12px,#3d7cff29 13px 14px,#0000 15px 22px);width:900px;height:600px;position:absolute;bottom:-150px;left:-330px;transform:rotate(-12deg)scaleY(.55);-webkit-mask-image:linear-gradient(110deg,#0000 8%,#000 46%,#0000 88%);mask-image:linear-gradient(110deg,#0000 8%,#000 46%,#0000 88%)}.ecosystem-showcase-layout{z-index:1;grid-template-columns:minmax(300px,.58fr) minmax(0,1.42fr);align-items:start;gap:clamp(52px,6.5vw,104px);display:grid;position:relative}.ecosystem-showcase-intro{padding-top:30px}.ecosystem-showcase-intro>span{color:#313d4e;letter-spacing:.08em;margin-top:12px;font-size:14px;display:block}.ecosystem-showcase-intro h2{color:#101820;letter-spacing:-.055em;margin:clamp(52px,5vw,76px) 0 0;font-size:clamp(44px,4.2vw,64px);font-weight:650;line-height:1.12}.ecosystem-showcase-intro h2 span{white-space:nowrap;display:block}.ecosystem-showcase-intro>i{background:var(--home-blue);border-radius:999px;width:38px;height:3px;margin-top:38px;display:block}.ecosystem-showcase-intro>p:last-child{color:#5f6b7b;margin:26px 0 0;font-size:15px;line-height:1.9}.ecosystem-partner-panels{gap:26px;display:grid}.ecosystem-partner-panel{background:#fffffff0;border:1px solid #384c6914;border-radius:16px;padding:clamp(30px,3vw,44px) clamp(28px,3.4vw,52px) 34px;box-shadow:0 14px 42px #24385412}.ecosystem-partner-panel h3{color:#17202c;letter-spacing:-.025em;margin:0 0 34px;padding-left:22px;font-size:clamp(21px,1.7vw,27px);font-weight:650;position:relative}.ecosystem-partner-panel h3:before{background:var(--home-blue);content:"";border-radius:999px;width:4px;position:absolute;top:2px;bottom:2px;left:0}.ecosystem-partner-pending{color:#7b8491;text-align:center;place-items:center;min-height:124px;margin:0;font-size:14px;line-height:1.7;display:grid}.ecosystem-university-grid,.ecosystem-enterprise-grid{grid-template-columns:repeat(4,minmax(0,1fr));margin:0;padding:0;list-style:none;display:grid}.ecosystem-university-grid li,.ecosystem-enterprise-grid li{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-width:0;padding:8px clamp(14px,1.6vw,26px);display:flex}.ecosystem-university-grid li+li,.ecosystem-enterprise-grid li+li{border-left:1px solid #e2e6eb}.ecosystem-university-logo{place-items:center;width:100%;height:94px;margin-bottom:14px;display:grid}.ecosystem-university-logo img{object-fit:contain;width:100%;max-width:82px;max-height:82px}.ecosystem-university-logo.is-hkust img{max-width:162px;max-height:72px}.ecosystem-university-logo.is-hku img{max-width:150px;max-height:92px}.ecosystem-university-logo.is-uestc img{max-width:108px;max-height:108px}.ecosystem-university-grid strong,.ecosystem-enterprise-grid strong{color:#18212d;font-size:15px;font-weight:620;line-height:1.4}.ecosystem-university-grid>li>small,.ecosystem-enterprise-grid>li>small{color:#7b8491;margin-top:6px;font-size:10px;line-height:1.45;display:block}.ecosystem-enterprise-logo{place-items:center;width:100%;height:62px;margin-bottom:12px;display:grid}.ecosystem-enterprise-logo img{object-fit:contain;width:100%;max-width:142px;max-height:58px}.ecosystem-wordmark{color:#1839df;letter-spacing:-.045em;flex-direction:column;align-items:center;font-size:clamp(18px,1.55vw,25px);font-style:italic;font-weight:820;line-height:1;display:inline-flex}.ecosystem-wordmark small{letter-spacing:.08em;margin-top:5px;font-size:10px;font-style:normal}.ecosystem-wordmark.is-dji{color:#111820;letter-spacing:-.1em;font-size:clamp(31px,2.8vw,44px);font-weight:900}.ecosystem-partner-motto{color:#677282;letter-spacing:.18em;margin:18px 0 0 20px;font-size:12px}.ecosystem-partner-notice{color:#a0a7b1;margin:-12px 0 0 20px;font-size:10px;line-height:1.6}@media (width<=1100px){.ecosystem-showcase-layout{grid-template-columns:1fr}.ecosystem-showcase-intro{max-width:680px;padding-top:0}.ecosystem-showcase-intro h2{margin-top:42px}}@media (width<=720px){.ecosystem-showcase-intro h2{font-size:clamp(40px,11vw,52px)}.ecosystem-showcase-intro>p:last-child br{display:none}.ecosystem-partner-panel{padding:28px 20px 24px}.ecosystem-university-grid,.ecosystem-enterprise-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.ecosystem-university-grid li,.ecosystem-enterprise-grid li{min-height:164px;padding:18px 14px}.ecosystem-university-grid li:nth-child(3),.ecosystem-enterprise-grid li:nth-child(3){border-left:0}.ecosystem-university-grid li:nth-child(n+3),.ecosystem-enterprise-grid li:nth-child(n+3){border-top:1px solid #e2e6eb}.ecosystem-partner-motto,.ecosystem-partner-notice{margin-left:0}}@media (width<=420px){.ecosystem-showcase-intro h2{font-size:38px}.ecosystem-university-grid,.ecosystem-enterprise-grid{grid-template-columns:1fr}.ecosystem-university-grid li+li,.ecosystem-enterprise-grid li+li{border-top:1px solid #e2e6eb;border-left:0}}.new-home .about-insight-section{background:#fafafa;overflow:hidden}.about-insight-heading{text-align:center;max-width:1180px;margin:0 auto clamp(44px,5vw,72px)}.about-insight-heading>p{color:#283140;letter-spacing:.04em;margin:0 0 34px;font-size:clamp(14px,1.25vw,19px);font-weight:560}.about-insight-heading h2{color:#111317;letter-spacing:-.052em;margin:0;font-size:clamp(46px,5.15vw,76px);font-weight:690;line-height:1.12}.about-insight-indices{color:#27303d;grid-template-columns:repeat(3,minmax(0,1fr));margin-bottom:10px;padding:0 8.2%;font-size:15px;font-weight:560;display:grid}.about-insight-indices span{text-align:center}.about-insight-visual{width:100%;margin:0;overflow:hidden}.about-insight-visual img{aspect-ratio:1520/352;object-fit:cover;object-position:center bottom;width:100%;display:block}.about-insight-points{text-align:center;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(30px,5vw,76px);margin-top:24px;padding:0 3%;display:grid}.about-insight-points h3{color:#151a22;letter-spacing:-.02em;margin:0;font-size:clamp(21px,1.9vw,29px);font-weight:690}.about-insight-points p{color:#555d68;max-width:420px;margin:18px auto 0;font-size:clamp(14px,1.12vw,17px);line-height:1.75}@media (width<=768px){.about-insight-heading h2{font-size:clamp(36px,9.2vw,54px)}.about-insight-heading>p{margin-bottom:24px}.about-insight-indices{display:none}.about-insight-visual{width:164%;margin-left:-32%}.about-insight-points{gap:20px;padding:0}.about-insight-points h3{font-size:18px}.about-insight-points p{font-size:13px}}@media (width<=560px){.about-insight-heading h2 br{display:none}.about-insight-points{text-align:left;grid-template-columns:1fr;gap:0;margin-top:34px}.about-insight-points article{border-top:1px solid #e0e5ec;padding:24px 0}.about-insight-points p{max-width:none;margin-top:9px}}.new-home .about-connection-section{background:#fafafa;overflow:hidden}.about-connection-heading{text-align:center;max-width:1080px;margin:0 auto clamp(34px,4vw,56px)}.about-connection-heading>p:first-child{color:#283140;letter-spacing:.04em;margin:0 0 32px;font-size:clamp(14px,1.25vw,19px);font-weight:560}.about-connection-heading h2{color:#111317;letter-spacing:-.052em;margin:0;font-size:clamp(48px,5.2vw,78px);font-weight:690;line-height:1.12}.about-connection-heading>p:last-child{color:#61656d;margin:24px 0 0;font-size:clamp(17px,1.45vw,22px);line-height:1.65}.about-connection-visual{aspect-ratio:1680/520;width:100%;margin:0;position:relative;overflow:hidden}.about-connection-visual img{width:100%;height:auto;position:absolute;top:-51%;left:0}.about-connection-list{grid-template-columns:repeat(4,minmax(0,1fr));gap:clamp(20px,3vw,48px);margin:28px 0 0;padding:0;list-style:none;display:grid}.about-connection-list li{white-space:nowrap;justify-content:center;align-items:baseline;gap:18px;display:flex}.about-connection-list span{color:#4f5967;font-size:14px;font-weight:560}.about-connection-list strong{color:#151a22;font-size:clamp(18px,1.7vw,26px);font-weight:680}@media (width<=820px){.about-connection-heading h2{font-size:clamp(38px,9.4vw,56px)}.about-connection-visual{width:150%;margin-left:-25%}.about-connection-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:0}.about-connection-list li{border-top:1px solid #e0e5ec;justify-content:flex-start;padding:20px 8px}}@media (width<=480px){.about-connection-heading h2 br{display:none}.about-connection-heading>p:last-child{font-size:16px}.about-connection-visual{width:184%;margin-left:-42%}.about-connection-list{grid-template-columns:1fr}}.new-home .about-method-section{background:#fafafa}.about-method-heading{text-align:center;max-width:1050px;margin:0 auto clamp(64px,8vw,112px)}.about-method-heading>p:first-child{color:#283140;letter-spacing:.04em;margin:0 0 34px;font-size:clamp(14px,1.25vw,19px);font-weight:560}.about-method-heading h2{color:#111317;letter-spacing:-.055em;margin:0;font-size:clamp(50px,5.6vw,84px);font-weight:690;line-height:1.1}.about-method-heading>p:last-child{color:#61656d;margin:28px 0 0;font-size:clamp(18px,1.55vw,24px);line-height:1.6}.about-method-grid{text-align:center;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(48px,8vw,130px);display:grid}.about-method-grid article{min-width:0}.about-method-grid img{object-fit:contain;width:clamp(150px,14vw,220px);height:clamp(150px,14vw,220px);margin:0 auto 34px;display:block}.about-method-grid h3{color:#111317;letter-spacing:-.05em;margin:0;font-size:clamp(38px,4vw,60px);font-weight:700;line-height:1.1}.about-method-grid h4{color:#151a22;margin:26px 0 0;font-size:clamp(18px,1.65vw,25px);font-weight:670;line-height:1.4}.about-method-grid p{color:#626973;max-width:430px;margin:22px auto 0;font-size:clamp(14px,1.12vw,17px);line-height:1.75}@media (width<=820px){.about-method-heading h2{font-size:clamp(40px,10vw,58px)}.about-method-grid{gap:28px}.about-method-grid img{width:140px;height:140px}.about-method-grid h3{font-size:clamp(30px,6vw,42px)}.about-method-grid h4{font-size:17px}}@media (width<=600px){.about-method-heading{margin-bottom:56px}.about-method-grid{grid-template-columns:1fr;gap:0}.about-method-grid article{border-top:1px solid #e0e5ec;padding:42px 0}.about-method-grid article:first-child{border-top:0;padding-top:0}.about-method-grid img{width:160px;height:160px;margin-bottom:24px}.about-method-grid h3{font-size:42px}.about-method-grid h4{margin-top:18px}.about-method-grid p{margin-top:13px}}.home-footer.site-footer{background:#fff;padding:36px 0}.home-footer .footer-shell{background:linear-gradient(145deg,#1b1c1d,#151616 74%);border:0;border-radius:34px;padding:clamp(54px,6vw,86px) clamp(42px,6vw,92px) 34px;box-shadow:0 24px 64px #10161f29}.home-footer .footer-shell:before{display:none}.home-footer .footer-main{grid-template-columns:minmax(280px,1.05fr) minmax(300px,.9fr) minmax(240px,.72fr);align-items:start;gap:clamp(58px,7vw,112px);padding-bottom:64px}.home-footer .footer-brand{min-height:0;overflow:visible}.home-footer .footer-brand .logo-wordmark-link{color:#f4f5f7;display:inline-flex}.home-footer .footer-brand .order-light-wordmark{color:#f4f5f7;letter-spacing:.04em;text-shadow:none;gap:5px;font-size:21px;font-weight:520}.home-footer .footer-brand .wordmark-e i,.home-footer .footer-brand .wordmark-i-stem{box-shadow:none;background:#f4f5f7}.home-footer .footer-brand .wordmark-e i.is-blue,.home-footer .footer-brand .wordmark-i-dot{box-shadow:none;background:#6382ff}.home-footer .footer-brand h2{color:#fff;letter-spacing:-.035em;margin:35px 0 0;font-size:clamp(36px,3.5vw,52px);font-weight:700}.home-footer .footer-brand-accent{width:42px;height:4px;box-shadow:none;background:#637cff;margin:36px 0 32px}.home-footer .footer-brand>p{color:#b6b8bd;max-width:390px;font-size:16px;line-height:2}.home-footer .footer-section-title{color:#fff;margin:4px 0 44px;padding:0 0 18px;font-size:21px;font-weight:680}.home-footer .footer-section-title:before{width:36px;height:3px;box-shadow:none;background:#637cff;border-radius:999px;top:auto;bottom:0;transform:none}.home-footer .footer-contact-list{gap:0;grid-template-columns:1fr!important;display:grid!important}.home-footer .footer-contact-item{border-bottom:1px solid #ffffff1a;min-height:0;padding:20px 0 22px;display:block}.home-footer .footer-contact-item strong{color:#a5a7ac;margin-bottom:9px;font-size:15px;font-weight:630}.home-footer .footer-contact-item p,.home-footer .footer-contact-item small{color:#f0f1f3;font-size:15px;line-height:1.7}.home-footer .footer-follow{min-width:0}.home-footer .footer-wechat-card{width:100%;box-shadow:none;background:0 0;border:0;margin-top:0;padding:0}.home-footer .footer-qr-placeholder{border-radius:12px;width:min(100%,220px);box-shadow:0 12px 28px #0000002e}.home-footer .footer-wechat-card>strong{color:#fff;margin-top:26px;font-size:20px}.home-footer .footer-wechat-card>p{color:#a9abb0;margin-top:10px;font-size:14px}.home-footer .footer-meta{color:#b2b4b8;border-top:1px solid #ffffff26;padding:28px 0 0;font-size:13px}@media (width<=980px){.home-footer .footer-main{grid-template-columns:1fr 1fr}.home-footer .footer-follow{grid-column:1/-1}.home-footer .footer-wechat-card{text-align:left;justify-items:start;width:min(100%,320px)}}@media (width<=680px){.home-footer.site-footer{padding:20px 0}.home-footer .footer-shell{border-radius:26px;padding:44px 26px 28px}.home-footer .footer-main{grid-template-columns:1fr;gap:54px}.home-footer .footer-follow{grid-column:auto}.home-footer .footer-meta{flex-direction:column;align-items:flex-start;gap:16px}}.new-home .apply-section{background:#fafafa}.new-home .apply-home-layout{position:relative}.new-home .apply-intro{display:block}.new-home .apply-intro .apply-heading{text-align:center;max-width:1180px;margin:0 auto}.new-home .apply-intro .apply-heading .home-eyebrow{color:#5e77d8;letter-spacing:.38em;margin:0 0 30px;font-size:13px;font-weight:760}.new-home .apply-entry-card{background:#fff;border:1px solid #e4e8ef;border-radius:26px;grid-template-rows:auto 1fr;grid-template-columns:1fr;min-height:0;display:grid;overflow:hidden;box-shadow:0 18px 48px #1c2d4a14}.new-home .apply-entry-card>figure{aspect-ratio:696/346;width:100%;height:auto;margin:0;position:relative;overflow:hidden}.new-home .apply-entry-card>figure:before{display:none}.new-home .apply-entry-card>figure img{object-fit:cover;width:100%;height:100%;display:block}.new-home .apply-entry-copy{align-items:flex-start;max-width:none;padding:30px 40px 28px}.new-home .apply-entry-copy>h3{color:#111317;letter-spacing:-.035em;margin:0;font-size:clamp(26px,2.2vw,34px);font-weight:700}.new-home .apply-entry-copy>p{color:#68707c;min-height:30px;margin:12px 0 30px;font-size:16px;line-height:1.7}.new-home .apply-entry-copy .home-button,.new-home .apply-entry-copy .apply-action-primary,.new-home .apply-entry-copy .apply-action-secondary{color:#fff;background:#070707;border:0;border-radius:999px;min-width:142px;min-height:46px;margin-top:auto;padding:10px 20px;font-size:14px;box-shadow:0 10px 22px #00000024}.new-home .apply-entry-copy .home-button:hover,.new-home .apply-entry-copy .home-button:focus-visible{color:#fff;background:#252525;transform:translateY(-2px)}@media (width<=820px){.new-home .apply-home-actions{grid-template-columns:1fr}.new-home .apply-entry-card{width:min(100%,680px);margin:0 auto}}@media (width<=520px){.new-home .apply-intro .apply-heading h2{font-size:clamp(38px,11vw,52px)}.new-home .apply-intro .apply-heading .home-eyebrow{letter-spacing:.28em;margin-bottom:22px}.new-home .apply-entry-copy{padding:25px 24px 24px}.new-home .apply-entry-copy>p{margin-bottom:24px}}.home-footer .footer-contact-entry{width:100%;max-width:360px}.home-footer .footer-contact-entry .footer-section-title{margin-bottom:30px}.home-footer .footer-contact-list{width:100%}.home-footer .footer-contact-item{border-bottom-color:#ffffff13;padding:17px 2px 19px;transition:transform .18s;position:relative}.home-footer .footer-contact-item:first-child{padding-top:2px}.home-footer a.footer-contact-item:hover,.home-footer a.footer-contact-item:focus-visible{transform:translate(4px)}.home-footer .footer-contact-item strong{color:#8f9298;letter-spacing:.08em;margin-bottom:7px;font-size:12px;font-weight:650}.home-footer .footer-contact-item p{color:#f4f4f5;letter-spacing:.01em;font-size:16px;font-weight:520;line-height:1.55}.home-footer .footer-contact-item small{color:#c2c3c7;margin-top:2px;font-size:13px;line-height:1.55}@media (width<=980px){.home-footer .footer-contact-entry{max-width:420px}}.new-home .apply-section{color:#fff;background:#285ba8;padding:clamp(112px,9vw,156px) 0;position:relative;overflow:hidden}.new-home .apply-section:before{aspect-ratio:1;content:"";border:1px solid #ffffff29;border-radius:50%;width:62vw;position:absolute;top:-25vw;right:-16vw;box-shadow:0 0 0 90px #ffffff09,0 0 0 180px #ffffff05}.apply-home-layout{z-index:1;position:relative}.new-home .apply-heading{grid-template-columns:minmax(0,1.15fr) minmax(340px,.55fr);align-items:end;gap:70px;display:grid}.new-home .apply-heading .home-eyebrow,.new-home .apply-heading h2{grid-column:1}.new-home .apply-heading .home-eyebrow{color:#c9dcff}.new-home .apply-heading h2{color:#fff;letter-spacing:-.06em;margin:0;font-size:clamp(52px,6.2vw,90px);font-weight:630;line-height:1.03;display:grid}.new-home .apply-heading>p:last-child{color:#d5e2f6;grid-area:1/2/span 2;margin:0;font-size:18px;line-height:1.8}.apply-home-actions{background:#ffffff38;border:1px solid #ffffff38;grid-template-columns:1fr 1fr;gap:1px;margin-top:68px;display:grid}.apply-home-actions>div{background:#1f4d92f2;flex-direction:column;align-items:flex-start;min-height:240px;padding:34px;display:flex}.apply-home-actions span{color:#bcd3f8;letter-spacing:.16em;font-size:10px;font-weight:760}.apply-home-actions p{color:#f1f6ff;max-width:500px;margin:28px 0 34px;font-size:17px;line-height:1.7}.apply-home-actions .home-button{cursor:pointer;margin-top:auto}.home-button-light{color:var(--home-blue-deep);background:#fff}.home-button-outline-light{color:#fff;background:0 0;border-color:#ffffff7a}.contact-dialog{width:min(880px,100vw - 32px);max-height:min(88vh,900px);color:var(--home-ink);background:#fff;border:0;border-radius:22px;padding:0;overflow:auto;box-shadow:0 30px 100px #0614264d}.contact-dialog::backdrop{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#060f1ca3}.contact-dialog .dialog-header{border-bottom:1px solid var(--home-line);justify-content:space-between;align-items:flex-start;gap:30px;padding:34px 38px;display:flex}.contact-dialog .dialog-header h2{color:var(--home-ink);letter-spacing:-.04em;margin:4px 0 8px;font-size:32px}.contact-dialog .dialog-header p:last-child{color:var(--home-muted);margin:0}.contact-dialog .dialog-close{border:1px solid var(--home-line);width:42px;height:42px;color:var(--home-ink);cursor:pointer;background:#fff;border-radius:10px;flex:none;place-items:center;display:grid}.contact-dialog .application-form{padding:36px 38px 42px}.contact-dialog fieldset{border:0;margin:0 0 34px;padding:0}.contact-dialog legend{color:var(--home-ink);align-items:center;gap:10px;margin-bottom:22px;font-size:18px;font-weight:700;display:flex}.contact-dialog legend span{color:var(--home-blue);font-size:11px}.contact-dialog .form-grid{grid-template-columns:1fr 1fr;gap:20px;display:grid}.contact-dialog label{color:#3e4b5d;gap:8px;font-size:13px;font-weight:620;display:grid}.contact-dialog label b{color:var(--home-blue);margin-left:3px}.contact-dialog input,.contact-dialog select,.contact-dialog textarea{width:100%;min-height:48px;color:var(--home-ink);font:inherit;background:#fbfcfd;border:1px solid #d8dee7;border-radius:9px;padding:12px 14px}.contact-dialog textarea{resize:vertical;min-height:118px}.contact-dialog input:focus,.contact-dialog select:focus,.contact-dialog textarea:focus{border-color:var(--home-blue);outline:3px solid #376fcb1f}.contact-dialog .form-field-wide{grid-column:1/-1}.contact-dialog .form-field-wide small{color:#8793a4;text-align:right}.contact-dialog .form-consent{grid-template-columns:none;align-items:flex-start;display:flex}.contact-dialog .form-consent input{flex:none;width:18px;min-height:18px}.contact-dialog .form-footer{justify-content:space-between;align-items:center;gap:20px;margin-top:28px;display:flex}.contact-dialog .form-footer p{color:#7f8a99;margin:0;font-size:12px}.contact-dialog .form-actions{gap:10px;display:flex}.contact-dialog .button{border-radius:8px;min-height:46px;padding:0 18px}.contact-dialog .button-primary{color:#fff;background:var(--home-blue)}.contact-dialog .button-secondary{color:var(--home-ink);border:1px solid var(--home-line);background:#fff}.contact-dialog .form-status{color:var(--home-blue-deep)}.home-footer.site-footer{color:#fff;background:#091422;padding:78px 0 28px}.footer-main{grid-template-columns:1.1fr .9fr .92fr .9fr;gap:56px;padding-bottom:64px;display:grid}.home-footer .logo{color:#fff}.footer-brand>p{color:#9eabbd;max-width:330px;margin:24px 0 0;font-size:14px;line-height:1.75}.footer-navigation>p,.footer-contact-entry>p,.footer-wechat p{color:#718096;letter-spacing:.14em;text-transform:uppercase;margin:0 0 20px;font-size:10px;font-weight:740}.footer-navigation>div{gap:10px;display:grid}.footer-navigation a,.footer-contact-entry a{color:#edf2f9;font-size:13px;text-decoration:none}.footer-contact-entry a{align-items:center;gap:8px;line-height:1.6;display:inline-flex}.footer-contact-entry small{color:#7e8b9d;margin-top:18px;font-size:12px;display:block}.footer-wechat{align-items:flex-start;gap:16px;display:flex}.footer-wechat strong{color:#cbd4e0;font-size:12px}.home-footer .footer-qr-placeholder{color:#1f4e96;background:#fff;border-radius:8px;flex:none;place-items:center;width:88px;height:88px;display:grid;position:relative}.home-footer .footer-qr-placeholder b{font-size:18px}.home-footer .qr-finder{border:3px solid #16386c;width:14px;height:14px;position:absolute}.home-footer .qr-finder-top-left{top:8px;left:8px}.home-footer .qr-finder-top-right{top:8px;right:8px}.home-footer .qr-finder-bottom-left{bottom:8px;left:8px}.home-footer .footer-meta{color:#758297;border-top:1px solid #ffffff1a;justify-content:space-between;align-items:center;gap:20px;padding:24px 0;font-size:11px;display:flex}.home-footer .footer-meta div{gap:20px;display:flex}.footer-credit{flex-wrap:wrap;gap:8px 16px;padding-top:8px;display:flex}.footer-credit a{color:#526176;font-size:9px;text-decoration:none}@media (width<=1180px){.home-container{width:min(100% - 64px,1120px)}.home-header .site-nav a{padding-inline:8px;font-size:12px}.home-hero-layout{grid-template-columns:minmax(0,.9fr) minmax(440px,1.1fr);gap:48px}.home-hero-copy h1{font-size:clamp(56px,7vw,78px)}.ecosystem-partner-story,.ecosystem-partner-story.is-reversed{grid-template-columns:minmax(0,1.1fr) minmax(330px,.9fr)}}@media (width<=1024px){.home-header .menu-button{cursor:pointer;border-radius:10px;place-items:center;width:44px;height:44px;display:grid}.home-header .site-nav{z-index:99;opacity:0;pointer-events:none;background:#fffffffa;flex-direction:column;align-items:stretch;gap:4px;height:calc(100svh - 72px);padding:24px 32px 44px;transition:opacity .18s,transform .18s;display:flex;position:fixed;top:72px;left:0;right:0;overflow-y:auto;transform:translateY(-10px)}.home-header .site-nav.is-open{opacity:1;pointer-events:auto;transform:translateY(0)}.home-header .site-nav a{border-bottom:1px solid var(--home-line);border-radius:0;padding:17px 4px;font-size:18px}.home-header .site-nav a:after{display:none}.home-header .site-nav a.is-primary{text-align:center;border:0;border-radius:9px;margin:18px 0 0;padding:17px 20px}.home-hero{min-height:auto;padding-top:132px}.home-hero-layout{grid-template-columns:1fr}.home-hero-copy{max-width:820px}.home-hero-image-frame{aspect-ratio:16/10;height:auto;min-height:0;max-height:none}.about-home-heading{grid-template-columns:1fr;gap:24px}.about-home-heading>p{max-width:720px}.about-visual-grid{grid-template-columns:1fr}.about-visual-primary{aspect-ratio:16/10}.about-visual-side{grid-template-rows:none;grid-template-columns:1fr 1fr}.about-visual-detail,.about-program-card{aspect-ratio:4/3}.youth-program-heading,.exploration-heading,.development-plan-heading,.ecosystem-heading,.new-home .apply-heading{grid-template-columns:1fr}.youth-program-heading>p,.exploration-heading>p,.development-plan-heading>p,.ecosystem-heading>p:last-child,.new-home .apply-heading>p:last-child{grid-area:auto/1;margin-top:26px}.youth-program-visuals,.project-case,.growth-layout,.team-preview-layout{grid-template-columns:1fr}.ecosystem-partner-story,.ecosystem-partner-story.is-reversed{grid-template-columns:1fr;min-height:0}.ecosystem-partner-story.is-reversed .ecosystem-story-media,.ecosystem-partner-story.is-reversed .ecosystem-story-copy{grid-column:1}.ecosystem-partner-story.is-reversed .ecosystem-story-media{grid-row:1}.ecosystem-partner-story.is-reversed .ecosystem-story-copy{grid-row:2}.ecosystem-story-media{aspect-ratio:16/9;min-height:0}.ecosystem-story-copy h3,.ecosystem-story-copy ul{margin-top:48px}.youth-program-image,.project-case figure{aspect-ratio:16/10;min-height:0}.development-plan-image{aspect-ratio:16/9}.growth-copy,.team-preview-copy{max-width:800px}.footer-main{grid-template-columns:1fr 1fr}}@media (width<=768px){.home-container{width:calc(100% - 40px)}.home-section{padding:84px 0}.home-section-heading h2,.growth-copy h2,.development-plan-heading h2,.team-preview-copy h2{font-size:clamp(38px,10vw,56px);line-height:1.1}.home-hero-copy h1{font-size:clamp(48px,12.6vw,64px)}.home-hero-description{font-size:17px}.home-hero-image-frame{aspect-ratio:4/3;border-radius:22px;height:auto;min-height:0}.home-hero-visual:before{bottom:-14px;right:-14px}.development-plan-image{aspect-ratio:4/3}.development-plan-image figcaption{grid-template-columns:1fr;gap:8px}.development-plan-image figcaption strong{text-align:left}.development-bridge{grid-template-columns:1fr}.development-bridge>article{min-height:180px}.development-bridge-core{min-height:150px}.home-hero-signals{justify-content:space-between;gap:12px}.about-home-heading h2{font-size:clamp(42px,10.5vw,58px)}.about-visual-primary{aspect-ratio:4/3}.about-visual-side{grid-template-columns:1fr}.about-visual-detail{aspect-ratio:4/3}.about-program-card{aspect-ratio:auto;min-height:280px}.about-transition-list{grid-template-columns:1fr}.about-transition-list li{border-right:0;border-bottom:1px solid var(--home-line)}.about-transition-list li:last-child{border-bottom:0}.cultivation-grid{grid-template-columns:1fr}.cultivation-card:nth-child(n){grid-column:1}.cultivation-card{min-height:380px}.youth-program-heading h2{font-size:clamp(44px,10vw,60px)}.youth-program-image,.project-case figure{aspect-ratio:4/3;min-height:0}.youth-capability-panel{padding:34px}.youth-capability-core{width:min(48%,240px)}.youth-path-heading{flex-direction:column;align-items:flex-start;gap:18px}.youth-stage-rail{scroll-snap-type:x proximity;scrollbar-width:none;margin-right:-20px;scroll-padding-right:20px;display:flex;overflow-x:auto}.youth-stage-rail::-webkit-scrollbar{display:none}.youth-stage-rail li{scroll-snap-align:start;flex:0 0 min(58vw,230px)}.youth-engine-strip{grid-template-columns:1fr;gap:20px}.exploration-rail{gap:14px;padding-inline:20px}.exploration-card{aspect-ratio:4/5;flex-basis:min(84vw,430px);height:auto}.project-flow{margin-right:-20px}.growth-profile-grid{grid-template-columns:repeat(2,1fr)}.growth-profile footer{flex-wrap:wrap}.development-value-grid{grid-template-columns:1fr}.development-value-grid article{border-right:0;border-bottom:1px solid var(--home-line);min-height:210px}.development-value-grid article:last-child{border-bottom:0}.development-value-grid h3{margin-top:42px}.ecosystem-partner-story{border-radius:18px}.ecosystem-story-media{aspect-ratio:4/3}.ecosystem-story-media figcaption{flex-direction:column;align-items:flex-start;gap:8px}.ecosystem-story-copy{padding:30px 24px 34px}.ecosystem-story-copy h3{margin-top:36px;font-size:30px}.ecosystem-story-copy>p{font-size:14px}.ecosystem-story-copy ul{margin-top:36px}.ecosystem-story-copy li{min-height:55px}.ecosystem-footer{flex-direction:column;align-items:flex-start}.apply-home-actions,.contact-dialog .form-grid{grid-template-columns:1fr}.contact-dialog .form-field-wide{grid-column:auto}.contact-dialog .form-footer{flex-direction:column;align-items:stretch}.contact-dialog .form-actions{flex-direction:column}.footer-main{grid-template-columns:1fr}.home-footer .footer-meta{flex-direction:column;align-items:flex-start}}@media (width<=480px){.home-container{width:calc(100% - 32px)}.home-header.site-header,.home-header .header-inner{height:72px}.home-header .site-nav{height:calc(100svh - 72px);padding-inline:20px;top:72px}.home-header .logo-mark{width:38px;height:38px}.home-header .order-light-wordmark{gap:3.8px;font-size:18px}.home-header .logo-copy strong{font-size:14px}.home-hero{padding:110px 0 56px}.home-hero-copy h1{font-size:clamp(44px,13vw,54px)}.home-actions,.home-actions .home-button{width:100%}.home-hero-signals{margin-top:40px}.home-hero-image-frame{aspect-ratio:4/3;min-height:0}.home-hero-visual figcaption{flex-direction:column;align-items:flex-start;gap:8px;bottom:20px;left:20px;right:20px}.home-hero-visual figcaption strong{text-align:left}.about-home-heading{margin-bottom:42px}.about-home-heading h2{font-size:clamp(40px,11.5vw,48px)}.about-home-heading>p{font-size:16px}.about-visual-primary figcaption small{display:none}.about-visual-primary figcaption,.about-visual-detail figcaption{bottom:18px;left:20px;right:20px}.about-program-card{min-height:250px;padding:28px 24px}.about-program-card>p{font-size:34px}.about-transition-list li{grid-template-columns:30px 1fr auto 1fr;gap:9px;padding:22px 4px}.about-transition-list p,.about-transition-list strong{font-size:14px}.development-plan-heading h2{font-size:clamp(40px,11.5vw,48px)}.development-plan-heading>p{font-size:16px}.development-plan-image figcaption{bottom:18px;left:20px;right:20px}.development-plan-image figcaption small{display:none}.development-bridge>article{min-height:160px;padding:24px 22px}.development-bridge-core{min-height:130px}.development-value-grid article{min-height:190px;padding:24px 22px}.development-action{width:100%}.cultivation-card-content{padding:28px 24px}.cultivation-card h3{font-size:40px}.youth-program-image,.project-case figure{aspect-ratio:4/3;min-height:0}.youth-program-heading{margin-bottom:42px}.youth-program-heading h2{font-size:clamp(38px,11vw,48px)}.youth-program-subtitle{margin-top:14px;font-size:19px}.youth-program-heading>p{font-size:16px}.youth-program-image figcaption{flex-direction:column;align-items:flex-start;gap:7px;bottom:18px;left:20px;right:20px}.youth-capability-panel{padding:28px 22px}.youth-capability-core{width:min(62%,190px);margin:34px auto}.youth-capability-panel ul{gap:0 12px}.youth-capability-panel li{font-size:12px}.youth-path-heading h3{font-size:38px}.youth-stage-rail li{flex-basis:min(70vw,220px)}.youth-engine-strip{padding:24px 20px}.youth-engine-strip>div{grid-template-columns:1fr;gap:14px}.project-case-copy{padding:34px 24px}.growth-profile{padding:20px}.growth-profile header{grid-template-columns:auto 1fr}.growth-profile header>span{display:none}.growth-profile-grid>div{min-height:116px;padding:14px}.team-capability-list>div{grid-template-columns:40px 1fr}.new-home .apply-heading h2{font-size:clamp(46px,12vw,60px)}.apply-home-actions>div{min-height:230px;padding:28px 22px}.contact-dialog .dialog-header,.contact-dialog .application-form{padding-left:20px;padding-right:20px}.footer-wechat{align-items:center}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.new-home *,.home-header *,.home-footer *{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}[data-parallax]{transform:none!important}.new-home.has-section-focus>section:after{display:none}}.why-now-emerald-section{background:radial-gradient(circle at 16% 10%,#22947612,#0000 31%),radial-gradient(circle at 92% 86%,#d4ad5b0e,#0000 30%),#fafcfb;padding:clamp(92px,8vw,138px) 0;position:relative;overflow:hidden}.why-now-emerald-grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:clamp(14px,1.35vw,22px);display:grid}.emerald-insight-card{z-index:0;color:#102b2a;isolation:isolate;background:radial-gradient(circle at 85% 12%,#abe4cf40,#0000 32%),linear-gradient(145deg,#36a987 0%,#16846d 57%,#0f755f 100%);border:1px solid #1568562e;border-radius:26px;outline:none;grid-column:span 2;min-height:clamp(405px,31vw,474px);padding:clamp(26px,2vw,34px);transition:box-shadow .32s,border-color .32s;position:relative;overflow:hidden;box-shadow:0 24px 58px #145b4a21,inset 0 1px #ffffff45}.emerald-insight-card.is-wide{grid-column:span 4;min-height:clamp(420px,29vw,460px)}.emerald-insight-card:hover,.emerald-insight-card:focus-visible,.emerald-insight-card.is-expanded{z-index:2;border-color:#0a5b4859;box-shadow:0 34px 78px #0d534236,inset 0 1px #ffffff52}.emerald-card-chrome{opacity:.45;gap:6px;display:flex;position:absolute;top:18px;right:22px}.emerald-card-chrome span{background:#fffc;border-radius:50%;width:5px;height:5px}.emerald-card-header{z-index:5;color:#fff;align-items:center;gap:12px;transition:transform .7s cubic-bezier(.16,1,.3,1);display:flex;position:relative}.emerald-card-icon{color:#0b6c58;background:#faf5def5;border:1px solid #ffffff8c;border-radius:50%;flex:none;place-items:center;width:44px;height:44px;display:grid;box-shadow:0 10px 24px #064c3d2e}.emerald-card-header>i{background:#f2d38f;border-radius:2px;flex:none;width:30px;height:2px}.emerald-card-header h2{color:#fff;letter-spacing:-.02em;text-shadow:0 1px 10px #00463829;margin:0;font-size:clamp(17px,1.25vw,21px);font-weight:680;line-height:1.35}.emerald-paper-stack{z-index:2;transition:inset .7s cubic-bezier(.16,1,.3,1);position:absolute;inset:96px clamp(20px,1.7vw,28px) -26px}.emerald-paper-shadow{z-index:0;background:#e5efda73;border-radius:18px 18px 0 0;transition:transform .6s cubic-bezier(.16,1,.3,1),opacity .3s;position:absolute;inset:13px 12px 6px;transform:rotate(1.2deg)}.emerald-paper{z-index:1;background:linear-gradient(135deg,#fffdeffc,#f7f4defa);border:1px solid #ae996526;border-radius:18px 18px 0 0;transition:border-radius .55s,box-shadow .55s;position:absolute;inset:0;overflow:hidden;box-shadow:0 20px 42px #07483a2e}.emerald-default-view,.emerald-expanded-view{padding:clamp(24px,1.9vw,31px);position:absolute;inset:0}.emerald-default-view{opacity:1;transition:opacity .16s .43s,transform .5s cubic-bezier(.16,1,.3,1);transform:translateY(0)}.emerald-main-metric{z-index:2;width:min(82%,330px);position:relative}.emerald-main-metric strong{color:#97651f;letter-spacing:-.045em;white-space:nowrap;font-family:Georgia,Times New Roman,Songti SC,serif;font-size:clamp(48px,4.7vw,70px);font-weight:500;line-height:.98;display:block}.emerald-main-metric strong em{letter-spacing:0;margin-left:4px;font-size:.48em;font-style:normal}.emerald-main-metric p{color:#30443f;max-width:290px;margin:11px 0 0;font-size:13px;line-height:1.55}.emerald-paper-lines{opacity:.62;gap:7px;width:28%;display:grid;position:absolute;top:38px;right:25px}.emerald-paper-lines i{background:#707f772e;border-radius:99px;height:6px}.emerald-paper-lines i:nth-child(2){width:82%}.emerald-paper-lines i:nth-child(3){width:63%}.emerald-metric-blocks{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid;position:absolute;bottom:25px;left:clamp(22px,1.6vw,28px);right:clamp(22px,1.6vw,28px)}.emerald-metric-blocks>div{background:linear-gradient(135deg,#d9f3e3d1,#e7f2dac2);border:1px solid #36775f14;border-radius:13px;min-width:0;padding:14px}.emerald-insight-card:not(.is-wide) .emerald-metric-blocks>div:nth-child(odd):last-child{grid-column:1/-1}.emerald-insight-card.is-wide .emerald-metric-blocks{grid-template-columns:repeat(4,minmax(0,1fr))}.emerald-metric-blocks strong{color:#0d6858;white-space:nowrap;font-family:Georgia,Times New Roman,serif;font-size:clamp(20px,1.75vw,29px);font-weight:500;line-height:1.15;display:block}.emerald-metric-blocks span{color:#51645e;margin-top:6px;font-size:10px;line-height:1.45;display:block}.emerald-expanded-view{opacity:0;flex-direction:column;transition:opacity .26s,transform .72s cubic-bezier(.16,1,.3,1);display:flex;transform:translateY(36px)}.emerald-report-kicker{color:#277665;letter-spacing:.17em;opacity:0;margin:0 0 16px;font-size:9px;font-weight:760;transition:opacity .28s .38s,transform .38s .35s;transform:translateY(8px)}.emerald-report-lead{border-bottom:1px solid #1a68542e;align-items:baseline;gap:11px;padding-bottom:18px;display:flex}.emerald-report-lead strong{color:#93621d;opacity:0;transform-origin:0;font-family:Georgia,Times New Roman,serif;font-size:clamp(31px,2.8vw,44px);font-weight:500;line-height:1;transition:opacity .14s .41s,transform .52s cubic-bezier(.16,1,.3,1) .26s;transform:translate(-18px,24px)scale(1.4)}.emerald-report-lead span{color:#194f47;opacity:0;font-size:12px;font-weight:720;transition:opacity .26s .48s,transform .34s .45s;transform:translateY(7px)}.emerald-report-copy{gap:9px;margin-top:18px;display:grid}.emerald-report-copy p{color:#435b55;opacity:0;margin:0;font-size:clamp(11px,.8vw,13px);line-height:1.66;transition:opacity .28s .52s,transform .38s .5s;transform:translateY(9px)}.emerald-report-copy p+p{transition-delay:.59s}.emerald-report-copy p+p+p{transition-delay:.65s}.emerald-report-facts{opacity:0;gap:8px;margin-top:18px;transition:opacity .28s .65s,transform .38s .63s;display:flex;transform:translateY(9px)}.emerald-report-facts span{color:#587069;background:#daf2e194;border:1px solid #23705b1a;border-radius:10px;flex:1 1 0;gap:4px;min-width:0;padding:9px 11px;font-size:8px;line-height:1.35;display:grid}.emerald-report-facts b{color:#126b5b;font-family:Georgia,Times New Roman,serif;font-size:14px;font-weight:500}.emerald-expanded-view footer{color:#788983;letter-spacing:.12em;opacity:0;align-items:center;gap:8px;margin-top:auto;font-size:8px;font-weight:700;transition:opacity .25s .7s;display:flex}.emerald-expanded-view footer i{background:#b78942;width:20px;height:1px}.emerald-card-hint{z-index:5;color:#ffffff85;letter-spacing:.16em;font-size:7px;font-weight:760;transition:opacity .18s;position:absolute;bottom:7px;right:24px}.emerald-insight-card.is-expanded .emerald-card-header{transform:translateY(-4px)}.emerald-insight-card.is-expanded .emerald-paper-stack{inset:86px 18px 16px}.emerald-insight-card.is-expanded .emerald-paper-shadow{opacity:.35;transform:rotate(-1deg)translateY(5px)}.emerald-insight-card.is-expanded .emerald-paper{border-radius:17px;box-shadow:0 24px 48px #06443633}.emerald-insight-card.is-expanded .emerald-default-view{opacity:0;transition-delay:0s;transform:translateY(-28px)}.emerald-insight-card.is-expanded .emerald-expanded-view,.emerald-insight-card.is-expanded .emerald-report-kicker,.emerald-insight-card.is-expanded .emerald-report-lead strong,.emerald-insight-card.is-expanded .emerald-report-lead span,.emerald-insight-card.is-expanded .emerald-report-copy p,.emerald-insight-card.is-expanded .emerald-report-facts,.emerald-insight-card.is-expanded .emerald-expanded-view footer{opacity:1;transform:none}.emerald-insight-card.is-expanded .emerald-card-hint{opacity:0}@media (width<=1120px){.emerald-insight-card{min-height:440px;padding:26px}.emerald-card-header{gap:9px}.emerald-card-header>i{width:20px}.emerald-card-header h2{font-size:16px}.emerald-insight-card.is-wide .emerald-metric-blocks{gap:7px}.emerald-insight-card.is-wide .emerald-metric-blocks>div{padding:11px 8px}}@media (width<=900px){.why-now-emerald-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.emerald-insight-card,.emerald-insight-card.is-wide{grid-column:span 1;min-height:420px}.emerald-insight-card.is-wide{grid-column:1/-1}}@media (width<=640px){.why-now-emerald-section{padding:70px 0}.why-now-emerald-grid{grid-template-columns:1fr;gap:14px}.emerald-insight-card,.emerald-insight-card.is-wide{cursor:pointer;border-radius:21px;grid-column:1;min-height:410px;padding:23px}.emerald-insight-card.is-wide{min-height:500px}.emerald-card-icon{width:42px;height:42px}.emerald-paper-stack{top:86px}.emerald-insight-card.is-wide .emerald-metric-blocks{grid-template-columns:repeat(2,minmax(0,1fr))}.emerald-report-copy p{font-size:12px}.emerald-report-facts{grid-template-columns:repeat(2,minmax(0,1fr));display:grid}}.why-now-data-section{background:radial-gradient(circle at 14% 16%,#5d8fda0e,#0000 30%),radial-gradient(circle at 88% 78%,#b98c430a,#0000 28%),#fbfcfe;padding:clamp(92px,8vw,138px) 0;position:relative;overflow:hidden}.why-now-data-grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:clamp(14px,1.35vw,22px);display:grid}.insight-card{z-index:0;color:#102440;cursor:default;isolation:isolate;background:linear-gradient(145deg,#fffffffc,#f7fafff0);border:1px solid #4a6fa329;border-radius:18px;outline:none;grid-column:span 2;min-height:clamp(390px,31vw,468px);padding:clamp(28px,2.2vw,38px);transition:border-color .3s,box-shadow .3s;position:relative;overflow:hidden;box-shadow:0 20px 52px #1a34580e,inset 0 1px #ffffffe6}.insight-card.is-wide{grid-column:span 4;min-height:clamp(410px,29vw,456px)}.insight-card:hover,.insight-card:focus-visible,.insight-card.is-expanded{z-index:2;border-color:#3369bb4d;box-shadow:0 28px 70px #1c3c6a1f,inset 0 1px #fffffff5}.insight-card-header{z-index:5;align-items:center;gap:14px;transition:transform .72s cubic-bezier(.16,1,.3,1);display:flex;position:relative}.insight-card-icon{color:#245fb8;background:linear-gradient(145deg,#fff,#edf4ff);border:1px solid #3669b533;border-radius:50%;flex:none;place-items:center;width:50px;height:50px;display:grid;box-shadow:0 8px 22px #2d5b9c14}.insight-card-header>i{background:#3476d5;border-radius:2px;flex:none;width:38px;height:2px}.insight-card-header h2{color:#102440;letter-spacing:-.02em;margin:0;font-size:clamp(18px,1.32vw,22px);font-weight:700;line-height:1.35}.insight-default{z-index:2;position:absolute;inset:102px clamp(28px,2.2vw,38px) clamp(26px,2vw,34px)}.insight-primary{z-index:3;transform-origin:0 0;width:min(78%,315px);transition:opacity .18s .48s,transform .72s cubic-bezier(.16,1,.3,1);position:relative}.insight-primary strong{color:#ad7323;letter-spacing:-.045em;white-space:nowrap;font-family:Georgia,Times New Roman,Songti SC,serif;font-size:clamp(52px,5vw,76px);font-weight:500;line-height:.98;display:block}.insight-primary strong em{letter-spacing:0;margin-left:4px;font-size:.48em;font-style:normal}.insight-primary p{color:#273b57;max-width:280px;margin:13px 0 0;font-size:14px;line-height:1.58}.insight-metrics{z-index:3;border-top:1px solid #2f588f2b;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;padding-top:22px;transition:opacity .16s,transform .3s;display:grid;position:absolute;bottom:0;left:0;right:0}.insight-card:not(.is-wide) .insight-metrics>div:nth-child(odd):last-child{grid-column:1/-1}.insight-card.is-wide .insight-default{grid-template-columns:minmax(170px,.9fr) minmax(0,2.2fr);gap:36px;display:grid}.insight-card.is-wide .insight-metrics{grid-template-columns:repeat(4,minmax(0,1fr));align-self:end;position:relative}.insight-metrics>div{min-width:0}.insight-metrics>div+div{border-left:1px solid #2f588f24;padding-left:16px}.insight-metrics strong{color:#184b98;white-space:nowrap;font-family:Georgia,Times New Roman,serif;font-size:clamp(21px,2.1vw,34px);font-weight:500;line-height:1.1;display:block}.insight-metrics span{color:#56677e;margin-top:8px;font-size:11px;line-height:1.5;display:block}.insight-visual{z-index:1;aspect-ratio:1;color:#2a69ca38;opacity:.78;width:54%;transition:opacity .18s,transform .42s,filter .42s;position:absolute;bottom:15%;right:-6%}.insight-visual span,.insight-visual i{display:block;position:absolute}.insight-visual-chip{bottom:9%;right:-10%;transform:rotate(-7deg)}.insight-visual-chip i{aspect-ratio:1;background:linear-gradient(135deg,#2964c242,#fff6);border:12px double #2d68c633;border-radius:15px;width:42%;bottom:12%;right:16%;box-shadow:0 0 0 8px #3773d30d}.insight-visual-chip span{right:calc(28% + var(--chip-shift,0px));width:6px;height:var(--chip-height,90%);transform-origin:bottom;background:linear-gradient(#3971ce52,#3971ce00);border-radius:99px;bottom:42%;transform:rotate(35deg)}.insight-visual-chip span:first-child{--chip-shift:-60px;--chip-height:62%}.insight-visual-chip span:nth-child(2){--chip-shift:-34px;--chip-height:78%}.insight-visual-chip span:nth-child(3){--chip-shift:-8px;--chip-height:96%}.insight-visual-chip span:nth-child(4){--chip-shift:18px;--chip-height:114%}.insight-visual-chip span:nth-child(5){--chip-shift:44px;--chip-height:132%}.insight-visual-city{bottom:10%;right:-5%}.insight-visual-city i{aspect-ratio:1;background:linear-gradient(#ffffffd1,#e3eeff33),repeating-linear-gradient(90deg,#0000 0 16px,#356dc614 17px 18px);border:1px solid #3470cc38;border-radius:50%;width:70%;top:2%;right:7%}.insight-visual-city span{background:linear-gradient(#5e93e40d,#275cb333);border-radius:4px 4px 0 0;width:11%;bottom:0}.insight-visual-city span:first-child{height:24%;right:5%}.insight-visual-city span:nth-child(2){height:42%;right:18%}.insight-visual-city span:nth-child(3){height:31%;right:31%}.insight-visual-city span:nth-child(4){height:51%;right:44%}.insight-visual-city span:nth-child(5){height:22%;right:57%}.insight-visual-mind i{aspect-ratio:1;border:1px solid #2e69c530;border-radius:50%;width:76%;top:4%;right:4%;box-shadow:inset 0 0 0 22px #417edb08,inset 0 0 0 45px #417edb08}.insight-visual-mind span{right:calc(7% + var(--bar-x));width:11%;height:var(--bar-h);background:linear-gradient(#6499e914,#2458ae57);border-radius:3px 3px 0 0;bottom:0}.insight-visual-mind span:first-child{--bar-x:0%;--bar-h:26%}.insight-visual-mind span:nth-child(2){--bar-x:15%;--bar-h:38%}.insight-visual-mind span:nth-child(3){--bar-x:30%;--bar-h:49%}.insight-visual-mind span:nth-child(4){--bar-x:45%;--bar-h:65%}.insight-visual-mind span:nth-child(5){--bar-x:60%;--bar-h:83%}.insight-visual-learning{width:46%;bottom:-14%;right:0}.insight-visual-learning i{background:linear-gradient(155deg,#ffffffe6,#538be02e);border:1px solid #2f6ac52e;border-radius:12px 12px 50% 50%;width:72%;height:42%;bottom:14%;right:8%;transform:perspective(300px)rotateX(45deg);box-shadow:0 18px 35px #3060aa1c}.insight-visual-learning span{background:#ebf3ffcc;border:1px solid #326cc829;border-radius:12px;width:42px;height:42px;box-shadow:0 9px 22px #2d5da614}.insight-visual-learning span:first-child{top:7%;left:16%}.insight-visual-learning span:nth-child(2){top:0;left:48%}.insight-visual-learning span:nth-child(3){top:23%;left:70%}.insight-visual-learning span:nth-child(4){top:28%;left:34%}.insight-visual-learning span:nth-child(5){top:48%;left:57%}.insight-visual-market{width:62%;bottom:2%;right:-7%}.insight-visual-market i{border-top:3px solid #b377236b;border-radius:100% 0 0;width:92%;height:72%;bottom:4%;right:-2%;transform:rotate(-28deg)}.insight-visual-market span{right:calc(4% + var(--market-x));width:11%;height:var(--market-h);background:linear-gradient(#6c9eea0f,#285cb44d);border-radius:3px 3px 0 0;bottom:0}.insight-visual-market span:first-child{--market-x:0%;--market-h:25%}.insight-visual-market span:nth-child(2){--market-x:16%;--market-h:36%}.insight-visual-market span:nth-child(3){--market-x:32%;--market-h:52%}.insight-visual-market span:nth-child(4){--market-x:48%;--market-h:67%}.insight-visual-market span:nth-child(5){--market-x:64%;--market-h:84%}.insight-poster{z-index:4;color:#132945;opacity:0;filter:blur(10px);pointer-events:none;transform-origin:50%;background:linear-gradient(115deg,#fffffffa,#f4f8fef7),repeating-linear-gradient(0deg,#0000 0 26px,#2b5ba106 27px);flex-direction:column;padding:96px clamp(28px,2.2vw,38px) 28px;transition:opacity .18s,filter .68s cubic-bezier(.16,1,.3,1),transform .76s cubic-bezier(.16,1,.3,1);display:flex;position:absolute;inset:0;transform:scale(1.08)}.insight-poster:before,.insight-poster:after{content:"";pointer-events:none;position:absolute}.insight-poster:before{background:radial-gradient(circle at 100% 0,#427dd621,#0000 66%);width:46%;height:52%;top:0;right:0}.insight-poster:after{border:1px solid #3166b71f;border-radius:50%;width:70px;height:70px;bottom:24px;right:28px;box-shadow:0 0 0 14px #3166b706,0 0 0 28px #3166b705}.insight-poster-tag{color:#42648d;letter-spacing:.18em;opacity:0;margin:0 0 20px;font-size:9px;font-weight:760;transition:opacity .3s .36s,transform .42s .33s;transform:translateY(8px)}.insight-poster-lead{z-index:1;align-items:baseline;gap:12px;display:flex;position:relative}.insight-poster-lead strong{color:#a86f23;opacity:0;transform-origin:0;font-family:Georgia,Times New Roman,Songti SC,serif;font-size:clamp(32px,3vw,46px);font-weight:500;line-height:1;transition:opacity .14s .42s,transform .52s cubic-bezier(.16,1,.3,1) .27s;transform:translate(-24px,30px)scale(1.45)}.insight-poster-lead span{color:#183b68;opacity:0;font-size:13px;font-weight:700;transition:opacity .26s .5s,transform .36s .46s;transform:translateY(8px)}.insight-poster-rule{transform-origin:0;background:linear-gradient(90deg,#2659a44d,#2659a40a);width:100%;height:1px;margin:20px 0;transition:transform .48s .42s;transform:scaleX(0)}.insight-poster-copy{z-index:1;gap:11px;display:grid;position:relative}.insight-poster-copy p{color:#425671;opacity:0;margin:0;font-size:clamp(11px,.82vw,13px);line-height:1.72;transition:opacity .3s .54s,transform .42s .51s;transform:translateY(10px)}.insight-poster-copy p+p{transition-delay:.61s}.insight-poster-copy p+p+p{transition-delay:.67s}.insight-poster-meta{color:#718198;letter-spacing:.13em;opacity:0;align-items:center;gap:9px;margin-top:auto;font-size:8px;font-weight:700;transition:opacity .26s .66s;display:flex}.insight-poster-meta i{background:#c69a55;width:24px;height:1px}.insight-card.is-expanded .insight-card-header{transform:translateY(-5px)}.insight-card.is-expanded .insight-primary{opacity:0;transition-delay:0s;transform:translate(-10px,-16px)scale(.66)}.insight-card.is-expanded .insight-metrics,.insight-card.is-expanded .insight-visual{opacity:0;filter:blur(5px);transform:translateY(8px)scale(.97)}.insight-card.is-expanded .insight-poster{opacity:1;filter:blur();transform:scale(1)}.insight-card.is-expanded .insight-poster-tag,.insight-card.is-expanded .insight-poster-lead strong,.insight-card.is-expanded .insight-poster-lead span,.insight-card.is-expanded .insight-poster-copy p,.insight-card.is-expanded .insight-poster-meta{opacity:1;transform:none}.insight-card.is-expanded .insight-poster-rule{transform:scaleX(1)}@media (width<=1120px){.insight-card{min-height:430px;padding:28px}.insight-default{inset:96px 28px 28px}.insight-card-header{gap:10px}.insight-card-header>i{width:25px}.insight-card-header h2{font-size:17px}.insight-card.is-wide .insight-default{grid-template-columns:minmax(150px,.72fr) minmax(0,2.28fr);gap:20px}.insight-card.is-wide .insight-metrics{gap:9px}.insight-card.is-wide .insight-metrics>div+div{padding-left:9px}}@media (width<=900px){.why-now-data-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.insight-card,.insight-card.is-wide{grid-column:span 1;min-height:410px}.insight-card.is-wide{grid-column:1/-1}}@media (width<=640px){.why-now-data-section{padding:70px 0}.why-now-data-grid{grid-template-columns:1fr;gap:14px}.insight-card,.insight-card.is-wide{cursor:pointer;border-radius:15px;grid-column:1;min-height:390px;padding:24px}.insight-card.is-wide{min-height:470px}.insight-card-icon{width:44px;height:44px}.insight-card-header h2{font-size:17px}.insight-default{inset:88px 24px 24px}.insight-card.is-wide .insight-default{display:block}.insight-card.is-wide .insight-metrics{grid-template-columns:repeat(2,minmax(0,1fr));position:absolute}.insight-card.is-wide .insight-metrics>div:nth-child(3){border-left:0;padding-left:0}.insight-poster{padding:88px 24px 24px}.insight-poster-copy p{font-size:12px}}@media (hover:none){.insight-card{cursor:pointer}}@media (prefers-reduced-motion:reduce){.insight-card,.insight-card *,.insight-card :before,.insight-card :after{scroll-behavior:auto!important;transition-duration:.01ms!important;transition-delay:0s!important}}.data-hotspot{z-index:8;max-width:100%;color:inherit;font:inherit;line-height:inherit;letter-spacing:inherit;white-space:nowrap;cursor:pointer;transform-origin:0 0;background:0 0;border:0;border-radius:7px;outline:none;margin:0;padding:2px 3px;transition:color .18s,background .18s,box-shadow .18s,transform .65s cubic-bezier(.16,1,.3,1);display:inline-block;position:relative;overflow:visible}.data-hotspot:hover,.data-hotspot:focus-visible{background:#306fcc13;box-shadow:0 0 0 1px #306fcc1c}.data-hotspot-emerald:hover,.data-hotspot-emerald:focus-visible{background:#157e6514;box-shadow:0 0 0 1px #157e651f}.data-hotspot-destination-text{display:none}.insight-primary .data-hotspot{color:#ad7323;letter-spacing:-.045em;font-family:Georgia,Times New Roman,Songti SC,serif;font-size:clamp(52px,5vw,76px);font-weight:500;line-height:.98}.insight-metrics .data-hotspot{color:#184b98;font-family:Georgia,Times New Roman,serif;font-size:clamp(21px,2.1vw,34px);font-weight:500;line-height:1.1}.emerald-main-metric .data-hotspot{color:#97651f;letter-spacing:-.045em;font-family:Georgia,Times New Roman,Songti SC,serif;font-size:clamp(48px,4.7vw,70px);font-weight:500;line-height:.98}.emerald-metric-blocks .data-hotspot{color:#0d6858;font-family:Georgia,Times New Roman,serif;font-size:clamp(20px,1.75vw,29px);font-weight:500;line-height:1.15}.hotspot-card.is-expanded .data-hotspot:not(.is-active),.hotspot-card.is-expanded .hotspot-default-copy>p,.hotspot-card.is-expanded .hotspot-default-copy>span,.hotspot-card.is-expanded .insight-visual,.hotspot-card.is-expanded .emerald-paper-lines,.hotspot-card.is-expanded .emerald-card-hint{opacity:0;pointer-events:auto;filter:blur(4px);transition:opacity .14s,transform .26s,filter .26s;transform:translateY(7px)scale(.98)}.hotspot-card.is-expanded .data-hotspot.is-active{color:#0000;box-shadow:none;pointer-events:auto;background:0 0}.hotspot-card.is-expanded .insight-primary,.hotspot-card.is-expanded .insight-metrics{opacity:1;filter:none;transform:none}.hotspot-floating-number{z-index:20;top:var(--float-top,0px);left:var(--float-left,0px);color:#a86f23;font-family:var(--float-font-family,Georgia, serif);font-size:var(--float-font-size,48px);font-weight:var(--float-font-weight,500);letter-spacing:-.03em;white-space:nowrap;pointer-events:none;transform-origin:0 0;line-height:1;transition:opacity .16s,transform .65s cubic-bezier(.16,1,.3,1);display:block;position:absolute}.hotspot-card.is-expanded.is-motion-ready .hotspot-floating-number{transform:translate(var(--float-x), var(--float-y)) scale(var(--float-scale))}.hotspot-card.is-closing .hotspot-floating-number{transform:none}.hotspot-card.is-expanded .insight-metrics,.hotspot-card.is-closing .insight-metrics{border-color:#0000}.hotspot-card.is-expanded .insight-metrics>div+div,.hotspot-card.is-closing .insight-metrics>div+div{border-left-color:#0000}.hotspot-card.is-expanded .emerald-metric-blocks>div,.hotspot-card.is-closing .emerald-metric-blocks>div{background:0 0;border-color:#0000}.hotspot-poster{z-index:5;color:#142c4a;opacity:.2;filter:blur(10px);pointer-events:none;transform-origin:50%;background:linear-gradient(118deg,#fffffffc,#f4f8fefa),repeating-linear-gradient(0deg,#0000 0 26px,#2b5ba106 27px);flex-direction:column;padding:92px clamp(28px,2.2vw,38px) 28px;animation:.82s cubic-bezier(.16,1,.3,1) forwards hotspot-poster-reveal;display:flex;position:absolute;inset:0;overflow:hidden;transform:scale(1.08)}.hotspot-poster-emerald{color:#173f39;background:linear-gradient(135deg,#fffdeffc,#f5f6e6fc),repeating-linear-gradient(0deg,#0000 0 25px,#22695407 26px);padding:clamp(25px,1.9vw,31px)}.hotspot-poster.is-closing{opacity:0;filter:blur(10px);transition:opacity .62s,filter .78s cubic-bezier(.16,1,.3,1),transform .82s cubic-bezier(.16,1,.3,1);animation:none;transform:scale(1.08)}@keyframes hotspot-poster-reveal{0%{opacity:.2;filter:blur(10px);transform:scale(1.08)}22%{opacity:.52}to{opacity:1;filter:blur();transform:scale(1)}}.hotspot-poster:before{content:"";pointer-events:none;background:radial-gradient(circle at 80% 12%,#3b77d221,#0000 66%);width:48%;height:58%;position:absolute;top:0;right:0}.hotspot-poster-emerald:before{background:radial-gradient(circle at 80% 12%,#1f8b6e1c,#0000 66%)}.hotspot-poster-label{z-index:2;color:#3e6695;letter-spacing:.16em;opacity:0;margin:0 0 15px;font-size:8px;font-weight:800;animation:.33s .39s forwards hotspot-copy-enter;position:relative;transform:translateY(8px)}.hotspot-poster-emerald .hotspot-poster-label{color:#297563}.hotspot-poster h3{z-index:2;color:#15355f;letter-spacing:-.025em;opacity:0;max-width:92%;margin:0;font-size:clamp(19px,1.55vw,27px);font-weight:720;line-height:1.35;animation:.39s .44s forwards hotspot-copy-enter;position:relative;transform:translateY(10px)}.hotspot-poster-emerald h3{color:#15594d}.hotspot-poster-body{z-index:2;color:#415772;opacity:0;max-width:94%;margin:22px 0 0;font-size:clamp(11px,.82vw,13px);line-height:1.82;animation:.42s .515s forwards hotspot-copy-enter;position:relative;transform:translateY(10px)}.hotspot-poster-emerald .hotspot-poster-body{color:#435d56}.hotspot-target-space{color:#a86f23;opacity:0;white-space:nowrap;font-family:Georgia,Times New Roman,Songti SC,serif;font-weight:600;transition:opacity .16s .65s;display:inline-block}.hotspot-card.is-expanded.is-motion-ready .hotspot-target-space{opacity:1}.hotspot-card.is-expanded.is-motion-ready .hotspot-floating-number{opacity:0;transition:opacity .16s .65s,transform .65s cubic-bezier(.16,1,.3,1)}.hotspot-card.is-closing .hotspot-target-space{opacity:0}.hotspot-poster-support{z-index:2;color:#244f84;opacity:0;border-left:2px solid #c79443;margin:14px 0 0;padding-left:12px;font-size:clamp(10px,.75vw,12px);line-height:1.65;animation:.4s .61s forwards hotspot-copy-enter;position:relative;transform:translateY(9px)}.hotspot-poster-emerald .hotspot-poster-support{color:#246a5b}.hotspot-poster-tags{z-index:2;opacity:0;flex-wrap:wrap;gap:6px;margin-top:17px;animation:.39s .68s forwards hotspot-copy-enter;display:flex;position:relative;transform:translateY(8px)}.hotspot-poster-tags span{color:#45617f;background:#e9f1fca8;border:1px solid #3465a71f;border-radius:999px;padding:6px 9px;font-size:8px;line-height:1}.hotspot-poster-emerald .hotspot-poster-tags span{color:#42685e;background:#d9f1e1a3;border-color:#206e581c}.hotspot-poster footer{z-index:2;color:#74849a;letter-spacing:.12em;opacity:0;align-items:center;gap:8px;margin-top:auto;font-size:7px;font-weight:750;animation:.33s .735s forwards hotspot-copy-enter;display:flex;position:relative}.hotspot-poster footer i{background:#c49448;width:22px;height:1px}@keyframes hotspot-copy-enter{to{opacity:1;transform:none}}.hotspot-poster-visual{z-index:1;opacity:.42;pointer-events:none;width:46%;height:43%;position:absolute;bottom:6%;right:-4%}.hotspot-poster-visual span,.hotspot-poster-visual i{display:block;position:absolute}.hotspot-poster-visual span{right:calc(4% + var(--signal-x,0%));width:10%;height:var(--signal-h,24%);background:linear-gradient(#6397e50d,#2a5eb457);border-radius:3px 3px 0 0;bottom:0}.hotspot-poster-visual span:first-child{--signal-x:0%;--signal-h:24%}.hotspot-poster-visual span:nth-child(2){--signal-x:16%;--signal-h:38%}.hotspot-poster-visual span:nth-child(3){--signal-x:32%;--signal-h:50%}.hotspot-poster-visual span:nth-child(4){--signal-x:48%;--signal-h:67%}.hotspot-poster-visual i{border-top:2px solid #be84316b;border-radius:100% 0 0;width:72%;height:62%;bottom:10%;right:4%;transform:rotate(-24deg)}.poster-type-adoption-2027 .hotspot-poster-visual,.poster-type-adoption-2030 .hotspot-poster-visual,.poster-type-skills .hotspot-poster-visual,.poster-type-coverage .hotspot-poster-visual{aspect-ratio:1;border:1px solid #2b67c12e;border-radius:50%;width:36%;height:auto;bottom:12%;right:3%;box-shadow:inset 0 0 0 14px #3570cc09,inset 0 0 0 30px #3570cc06}.poster-type-careers .hotspot-poster-visual,.poster-type-specialties .hotspot-poster-visual,.poster-type-school-hours .hotspot-poster-visual,.poster-type-districts .hotspot-poster-visual,.poster-type-schools .hotspot-poster-visual{grid-template-columns:repeat(2,1fr);gap:7px;width:40%;height:35%;display:grid;bottom:10%;right:4%}.poster-type-careers .hotspot-poster-visual span,.poster-type-specialties .hotspot-poster-visual span,.poster-type-school-hours .hotspot-poster-visual span,.poster-type-districts .hotspot-poster-visual span,.poster-type-schools .hotspot-poster-visual span{background:#dbe8fa73;border:1px solid #2d65b81a;border-radius:8px;width:auto;height:auto;position:static}.poster-type-careers .hotspot-poster-visual i,.poster-type-specialties .hotspot-poster-visual i,.poster-type-school-hours .hotspot-poster-visual i,.poster-type-districts .hotspot-poster-visual i,.poster-type-schools .hotspot-poster-visual i{display:none}.hotspot-poster-emerald .hotspot-poster-visual span{background:linear-gradient(#59a68d0a,#196f594d)}.hotspot-card.is-expanded .insight-card-header{transform-origin:0 0;transform:translateY(-4px)scale(.94)}.hotspot-card.is-expanded .insight-card-header h2:before{color:#52708e;content:"REPORT / ";letter-spacing:.12em;font-size:.54em}.hotspot-card.is-expanded .emerald-card-header{transform-origin:0 0;transform:translateY(-4px)scale(.94)}.hotspot-card.is-expanded .emerald-card-header h2:before{color:#ffffffa3;content:"REPORT / ";letter-spacing:.12em;font-size:.54em}.hotspot-card.is-expanded .emerald-paper-stack{inset:86px 18px 16px}.hotspot-card.is-expanded .emerald-paper{border-radius:17px}.hotspot-card.is-expanded .emerald-default-view{opacity:1;transform:none}@media (width<=640px){.data-hotspot{cursor:pointer}.hotspot-poster{padding:86px 24px 24px}.hotspot-poster-emerald{padding:24px}.hotspot-poster h3{font-size:19px}.hotspot-poster-body{font-size:12px}.hotspot-poster-visual{opacity:.26}}@media (prefers-reduced-motion:reduce){.hotspot-poster{animation-duration:.01ms!important}.data-hotspot,.hotspot-poster *{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-delay:0s!important}}.new-home .home-hero{background:radial-gradient(circle at 50% 16%,#588fe214,#0000 34%),#fbfcfe;min-height:100svh;padding:clamp(132px,11vh,168px) 0 0;display:block;overflow:hidden}.new-home .home-hero-copy{text-align:center;max-width:1120px;margin:0 auto}.home-hero-brand{color:#687181;letter-spacing:0;justify-content:center;align-items:center;gap:12px;margin:0 0 24px;font-size:13px;font-weight:720;line-height:1;display:flex}.home-hero-brand-word{color:#687181;font-size:inherit;font-weight:inherit;letter-spacing:.08em;text-shadow:none;gap:3px}.home-hero-brand-word .wordmark-e i,.home-hero-brand-word .wordmark-i-stem{box-shadow:none;background:#687181}.home-hero-brand-word .wordmark-e i.is-blue,.home-hero-brand-word .wordmark-i-dot{background:#2e73f0;box-shadow:0 0 8px #2e73f038}.home-hero-brand-divider{color:#a3aab5;font-weight:500}.home-hero-brand-cn{letter-spacing:.28em}.new-home .home-hero-copy h1{color:#0b111b;letter-spacing:.13em;white-space:nowrap;max-width:none;margin:0;font-size:clamp(40px,3.6vw,56px);font-weight:680;line-height:1.24}.new-home .home-hero-copy h1 .home-hero-title-visual{display:inline}.new-home .home-hero-copy h1 .home-hero-wave-char{--hero-char-scale:1;transform:translateY(0) scale(var(--hero-char-scale));transform-origin:50% 72%;will-change:transform;animation:2.1s ease-in-out infinite homeHeroCharacterWave;display:inline-block}.new-home .home-hero-copy h1 .home-hero-wave-char.is-accent{--hero-char-scale:1.055;color:#2e73f0;text-shadow:0 0 18px #4585e729;font-weight:760}.new-home .home-hero-copy h1 .home-hero-wave-char:nth-of-type(2){animation-delay:90ms}.new-home .home-hero-copy h1 .home-hero-wave-char:nth-of-type(3){animation-delay:.18s}.new-home .home-hero-copy h1 .home-hero-wave-char:nth-of-type(4){animation-delay:.27s}.new-home .home-hero-copy h1 .home-hero-wave-char:nth-of-type(5){animation-delay:.36s}.new-home .home-hero-copy h1 .home-hero-wave-char:nth-of-type(6){animation-delay:.45s}.new-home .home-hero-copy h1 .home-hero-wave-char:nth-of-type(7){animation-delay:.54s}.new-home .home-hero-copy h1 .home-hero-wave-char:nth-of-type(8){animation-delay:.63s}@keyframes homeHeroCharacterWave{0%,22%,to{transform:translateY(0) scale(var(--hero-char-scale))}8%{transform:translateY(-.16em) scale(var(--hero-char-scale))}15%{transform:translateY(.025em) scale(var(--hero-char-scale))}}.new-home .home-hero-description{color:#69717d;letter-spacing:.08em;max-width:760px;margin:22px auto 0;font-size:clamp(16px,1.2vw,19px);line-height:1.8}.new-home .home-hero-actions{justify-content:center;margin-top:28px}.home-hero-actions .home-button{letter-spacing:.08em;border-radius:999px;justify-content:center;gap:10px;min-width:200px;min-height:46px;padding:7px 12px 7px 20px;font-size:13px}.home-hero-actions .home-button-primary{color:#fff;background:#111318;box-shadow:0 14px 28px #0f131924}.home-hero-actions .home-button-primary svg{color:#141820;background:#fff;border-radius:50%;width:32px;height:32px;margin-left:4px;padding:8px}.home-hero-actions .home-button-secondary{background:#ffffffc7;border-color:#c7ccd3}.home-hero-marquee{width:100%;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000,#000 4% 96%,#0000);mask-image:linear-gradient(90deg,#0000,#000 4% 96%,#0000)}.home-hero-photo-track{will-change:transform;align-items:center;width:max-content;display:flex}.home-hero-photo-marquee{margin-top:clamp(52px,6vh,76px)}.home-hero-photo-track{align-items:flex-end;gap:clamp(16px,1.4vw,24px);padding-bottom:24px;animation:68s linear infinite reverse homeHeroMarquee}.home-hero-photo-item{width:clamp(238px,21vw,360px);height:clamp(196px,16vw,270px);transform:scale(var(--photo-wave-scale,.76));transform-origin:bottom;will-change:transform;background:#e9edf2;border-radius:22px;flex:none;margin:0;overflow:hidden;box-shadow:0 18px 44px #1b2b411c}.home-hero-photo-item.is-shape-0{width:clamp(210px,18vw,310px)}.home-hero-photo-item.is-shape-2{width:clamp(300px,26vw,450px)}.home-hero-photo-item.is-shape-3{width:clamp(260px,23vw,390px)}.home-hero-photo-item img{object-fit:cover;width:100%;height:100%}@keyframes homeHeroMarquee{to{transform:translate(-50%)}}@media (width<=768px){.new-home .home-hero{padding-top:118px}.home-hero-brand{gap:8px;margin-bottom:18px;font-size:11px}.home-hero-brand-word{letter-spacing:.05em;gap:2.5px}.home-hero-brand-cn{letter-spacing:.18em}.new-home .home-hero-copy h1{letter-spacing:.04em;margin-top:0;font-size:clamp(23px,6.4vw,40px);line-height:1.22}.new-home .home-hero-description{letter-spacing:.03em;max-width:520px;font-size:15px}.new-home .home-hero-description br{display:none}.new-home .home-hero-actions{grid-template-columns:1fr;max-width:320px;margin-left:auto;margin-right:auto;display:grid}.home-hero-actions .home-button{width:100%}.home-hero-photo-marquee{margin-top:44px}.home-hero-photo-item,.home-hero-photo-item.is-shape-0,.home-hero-photo-item.is-shape-2,.home-hero-photo-item.is-shape-3{border-radius:18px;width:min(76vw,320px);height:205px}}@media (prefers-reduced-motion:reduce){.home-hero-photo-track{animation:none!important}.new-home .home-hero-copy h1 .home-hero-wave-char{animation:none}}.home-footer.site-footer{color:#f5f8ff;background:#fff;border-top-color:#0000;padding:38px 0;position:relative;overflow:hidden}.home-footer .footer-shell{background:radial-gradient(circle at 11% 48%,#1e469c24,#0000 31%),linear-gradient(135deg,#071225,#020712 72%);border:1px solid #7e9dd733;border-radius:42px;padding:clamp(46px,5vw,74px) clamp(34px,5vw,72px) 32px;position:relative;overflow:hidden;box-shadow:inset 0 1px #ffffff06,0 24px 64px #14223a2e}.home-footer .footer-shell:before{content:"";pointer-events:none;background:radial-gradient(circle,#2667ec33,#0000 67%);border-radius:50%;width:560px;height:560px;position:absolute;bottom:-310px;left:-105px}.home-footer .footer-main{z-index:1;grid-template-columns:minmax(290px,1.15fr) minmax(340px,1fr) minmax(260px,.78fr);gap:clamp(48px,6vw,92px);padding:0 0 58px;display:grid;position:relative}.home-footer .footer-brand{min-height:470px;position:relative;overflow:hidden}.home-footer .footer-brand .logo{z-index:2;color:#f8faff;display:inline-flex;position:relative}.home-footer .footer-brand .logo-mark{object-fit:cover;border:1px solid #5d84dc2e;border-radius:18px;width:86px;height:86px;box-shadow:0 12px 32px #00124257}.home-footer .footer-brand .logo-copy{gap:7px}.home-footer .footer-brand .logo-copy strong{color:#f8faff;letter-spacing:.04em;font-size:clamp(28px,2.1vw,38px);font-weight:620}.home-footer .footer-brand .logo-copy small{color:#abb6ca;letter-spacing:.12em;font-size:17px}.footer-brand-accent{z-index:2;background:#376cf4;border-radius:999px;width:38px;height:4px;margin:38px 0 25px;display:block;position:relative;box-shadow:0 0 18px #376cf461}.home-footer .footer-brand>p{z-index:2;color:#aab5c8;max-width:390px;margin:0;font-size:17px;line-height:2;position:relative}.footer-earth{z-index:1;background:radial-gradient(circle at 50% 1%,#fffffff5 0 1px,#5a9affb8 2px,#3667dc38 8px,#0000 21px),radial-gradient(at 50% -24%,#2d56a6a8,#0b1c3c 41%,#050d20 69%,#020712 100%);border-top:1px solid #679effad;border-radius:50%;width:680px;height:320px;position:absolute;bottom:-128px;left:-175px;box-shadow:0 -10px 34px #376ff43d,inset 0 26px 60px #2d64d22e}.footer-earth:before,.footer-earth:after{content:"";border-top:1px solid #558bf433;border-radius:50%;height:120px;position:absolute;inset:-46px 42px auto;transform:rotate(-7deg)}.footer-earth:after{border-color:#78a7ff4d;inset:-22px 92px auto;transform:rotate(5deg)}.footer-section-title{color:#f3f6fc;letter-spacing:.04em;margin:20px 0 38px;padding-left:28px;font-size:22px;font-weight:650;position:relative}.footer-section-title:before{content:"";background:#416df5;border-radius:999px;width:5px;height:30px;position:absolute;top:50%;left:0;transform:translateY(-50%);box-shadow:0 0 16px #416df561}.home-footer .footer-contact-list{gap:0;display:grid}.home-footer .footer-contact-item{min-height:105px;color:inherit;border-bottom:1px solid #849ecb24;grid-template-columns:58px 1fr;align-items:center;gap:20px;padding:16px 0;text-decoration:none;display:grid}.home-footer .footer-contact-item:last-child{border-bottom:0}.footer-contact-icon{color:#4777fa;background:#26417547;border:1px solid #6383c729;border-radius:50%;place-items:center;width:54px;height:54px;display:grid;box-shadow:inset 0 0 22px #3561bc21}.home-footer .footer-contact-item strong{color:#f4f6fb;margin-bottom:8px;font-size:17px;font-style:normal;font-weight:630;display:block}.home-footer .footer-contact-item p,.home-footer .footer-contact-item small{color:#a5b0c4;margin:0;font-size:15px;font-style:normal;line-height:1.65;display:block}.home-footer .footer-contact-item:hover .footer-contact-icon,.home-footer .footer-contact-item:focus-visible .footer-contact-icon{color:#fff;background:#3665d866;border-color:#5c89ff80}.footer-follow{min-width:0}.footer-wechat-card{text-align:center;background:#0914287a;border:1px solid #7e9dd733;border-radius:22px;justify-items:center;margin-top:58px;padding:34px 26px 30px;display:grid;box-shadow:inset 0 1px #ffffff05}.home-footer .footer-qr-image{aspect-ratio:1;object-fit:contain;background:#fff;border-radius:8px;width:min(100%,210px);height:auto;padding:8px;display:block;box-shadow:0 12px 32px #00000038}.footer-wechat-card>strong{color:#f4f6fb;margin-top:28px;font-size:19px;font-weight:620}.footer-wechat-card>p{color:#98a5bb;margin:10px 0 0;font-size:14px}.home-footer .footer-meta{z-index:2;color:#8f9cb2;border-top:1px solid #9ab1da33;justify-content:space-between;align-items:center;gap:24px;padding:30px 0 4px;font-size:14px;display:flex;position:relative}.home-footer .footer-meta small,.home-footer .footer-meta a{color:inherit;font-size:inherit;align-items:center;gap:14px;text-decoration:none;display:inline-flex}.home-footer .footer-meta svg{color:#416df5}@media (width<=1100px){.home-footer .footer-main{grid-template-columns:1fr 1fr}.home-footer .footer-follow{grid-column:1/-1}.home-footer .footer-follow .footer-section-title{margin-top:0}.footer-wechat-card{width:min(100%,420px);margin-top:34px}}@media (width<=720px){.home-footer.site-footer{padding:20px 0}.home-footer .footer-shell{border-radius:28px;padding:38px 24px 26px}.home-footer .footer-main{grid-template-columns:1fr;gap:46px;padding-bottom:42px}.home-footer .footer-brand{min-height:390px}.home-footer .footer-follow{grid-column:auto}.footer-wechat-card{width:100%}.home-footer .footer-meta{flex-direction:column;align-items:flex-start;font-size:12px}}@media (width<=440px){.home-footer .footer-brand .logo-mark{width:68px;height:68px}.home-footer .footer-brand .logo-copy strong{font-size:25px}.home-footer .footer-brand .logo-copy small{font-size:13px}.home-footer .footer-contact-item{grid-template-columns:48px 1fr;gap:14px}.footer-contact-icon{width:46px;height:46px}}.home-footer .footer-contact-list{grid-auto-flow:row;grid-template-columns:minmax(0,1fr)!important;display:grid!important}.home-footer .footer-contact-item{grid-column:1;width:100%}.new-home .apply-section{isolation:isolate;background:radial-gradient(circle at 76% 18%,#3a67ca33,#0000 27%),radial-gradient(circle at 14% 46%,#1f4da92e,#0000 32%),linear-gradient(145deg,#0c1b36 0%,#071326 48%,#030a17 100%)}.new-home .apply-section:before{aspect-ratio:auto;background:radial-gradient(circle at 50% 1%,#fffffffa 0 1px,#63a3ffd1 2px,#3e74e842 9px,#0000 24px),radial-gradient(at 50% -22%,#3465c3c7,#10264e 39%,#07142e 66%,#020713 100%);border:0;border-top:1px solid #70a6ffad;border-radius:50%;width:min(1180px,92vw);height:clamp(320px,38vw,560px);inset:auto auto clamp(-360px,-24vw,-220px) 50%;transform:translate(-50%);box-shadow:0 -14px 46px #407eff40,inset 0 32px 90px #2f66dc33}.new-home .apply-section:after{z-index:0;content:"";pointer-events:none;background:radial-gradient(circle at 22% 42%,#7faeffb8 0 1px,#0000 2px),radial-gradient(circle at 58% 20%,#5d94ff99 0 1px,#0000 2px),radial-gradient(circle at 76% 62%,#8bb6ff80 0 1px,#0000 2px);border-top:1px solid #5b91ff33;border-radius:50%;width:min(980px,82vw);height:320px;position:absolute;bottom:8%;right:-9vw;transform:rotate(-7deg);box-shadow:0 -54px 90px #275bc412}.new-home .apply-home-layout{z-index:2}.new-home .apply-home-actions{background:0 0;border:0;border-radius:24px;gap:18px}.new-home .apply-home-actions>div{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:linear-gradient(145deg,#183465c7,#0a1b37db);border:1px solid #7ea0de38;border-radius:22px;box-shadow:inset 0 1px #ffffff09,0 22px 55px #00051233}.new-home .apply-home-actions>div:first-child{background:linear-gradient(145deg,#1f4383d1,#0b1f41e0)}@media (width<=768px){.new-home .apply-section:before{width:150vw;height:360px;bottom:-270px}.new-home .apply-section:after{width:130vw;right:-44vw}}.new-home .apply-section{color:#101622;background:#fbfcfe;padding:clamp(94px,8vw,138px) 0 34px}.new-home .apply-section:before{width:min(920px,82vw);height:420px;box-shadow:none;filter:blur(18px);background:radial-gradient(#699ef42e,#cde2ff17 44%,#0000 72%);border:0;border-radius:50%;display:block;inset:36px auto auto 50%;transform:translate(-50%)}.new-home .apply-section:after{display:none}.new-home .apply-home-layout{z-index:2;position:relative}.new-home .apply-heading{text-align:center;flex-direction:column;align-items:center;gap:0;max-width:980px;margin:0 auto;display:flex}.new-home .apply-heading .home-eyebrow{color:#4775d6;letter-spacing:.26em;margin-bottom:24px;font-size:11px}.new-home .apply-heading h2{color:#0d1420;letter-spacing:-.045em;font-size:clamp(48px,5.3vw,78px);font-weight:680;line-height:1.08;display:grid}.new-home .apply-heading h2 em{color:#4c7bea;text-shadow:0 10px 34px #4c7bea29;font-style:normal}.new-home .apply-heading>p:last-child{color:#737d8d;max-width:720px;margin:30px auto 0;font-size:17px;line-height:1.9}.new-home .apply-home-actions{background:0 0;border:0;border-radius:0;grid-template-columns:none;justify-content:center;gap:16px;margin-top:34px;display:flex}.new-home .apply-home-actions .home-button{border-radius:999px;gap:15px;min-width:218px;min-height:56px;margin:0;padding:0 26px;font-size:14px}.new-home .apply-action-primary{color:#fff;background:#111318;box-shadow:0 16px 34px #0c121e29}.new-home .apply-action-primary:hover,.new-home .apply-action-primary:focus-visible{background:#252a33}.new-home .apply-action-secondary{color:#172033;background:#ffffffc2;border-color:#d1d7e1}.new-home .apply-action-secondary:hover,.new-home .apply-action-secondary:focus-visible{background:#fff;border-color:#aeb9c9}.apply-photo-strip{z-index:2;grid-template-columns:.88fr 1fr 1.12fr 1fr 1.28fr;gap:16px;width:min(100% - 40px,1600px);margin:78px auto 0;display:grid;position:relative}.apply-photo-strip figure{background:#e8edf4;border-radius:22px;height:clamp(210px,17vw,300px);margin:0;overflow:hidden;box-shadow:0 14px 36px #2b395114}.apply-photo-strip img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.apply-photo-strip figure:hover img{transform:scale(1.035)}@media (width<=900px){.apply-photo-strip{grid-template-columns:repeat(2,1fr);width:min(100% - 32px,760px)}.apply-photo-strip figure:last-child{grid-column:1/-1}}@media (width<=600px){.new-home .apply-section{padding-top:82px}.new-home .apply-heading h2{font-size:clamp(40px,12vw,54px);line-height:1.12}.new-home .apply-home-actions{flex-direction:column;width:min(100%,330px);margin-left:auto;margin-right:auto}.new-home .apply-home-actions .home-button{width:100%}.apply-photo-strip{scrollbar-width:none;gap:12px;width:100%;margin-top:58px;padding:0 16px;display:flex;overflow-x:auto}.apply-photo-strip::-webkit-scrollbar{display:none}.apply-photo-strip figure,.apply-photo-strip figure:last-child{flex:none;width:76vw;height:220px}}.new-home .apply-section{background:radial-gradient(circle at 7% 18%,#709de514,#0000 25%),#fbfcfe;padding:clamp(78px,7vw,116px) 0}.new-home .apply-section:before,.new-home .apply-section:after{display:none}.apply-intro{display:block}.new-home .apply-intro .apply-heading{text-align:left;max-width:1200px;margin:0;display:block}.new-home .apply-intro .apply-heading .home-eyebrow{color:#3f6bd5;margin:0 0 22px}.new-home .apply-intro .apply-heading h2{color:#0b1837;letter-spacing:-.055em;margin:0;font-size:clamp(50px,5.3vw,78px);font-weight:700;line-height:1.16;display:grid}.new-home .apply-intro .apply-heading h2>span{display:block}@media (width>=821px){.new-home .apply-intro .apply-heading h2>span{white-space:nowrap}}.new-home .apply-intro .apply-heading>p:last-child{color:#657187;max-width:620px;margin:30px 0 0;font-size:clamp(16px,1.35vw,20px);line-height:1.8}.apply-intro-media{background:#e9eef5;border-radius:24px;height:clamp(360px,34vw,520px);margin:0;overflow:hidden;box-shadow:0 20px 52px #3d4f6d1a}.apply-intro-media img{object-fit:cover;width:100%;height:100%}.new-home .apply-home-actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:28px;margin-top:42px;display:grid}.apply-entry-card{background:#fff;border:1px solid #dce3ee;border-radius:22px;grid-template-columns:minmax(250px,.84fr) minmax(250px,1.16fr);min-height:360px;display:grid;position:relative;overflow:hidden;box-shadow:0 16px 42px #37486512}.apply-entry-copy{z-index:2;flex-direction:column;align-items:flex-start;padding:36px 0 34px 36px;display:flex;position:relative}.apply-entry-title{align-items:center;gap:18px;display:flex}.apply-entry-title>span{color:#416ff0;background:#f4f7ffd1;border:1px solid #cbd8fb;border-radius:50%;place-items:center;width:56px;height:56px;display:grid}.apply-entry-title h3{color:#0d1939;letter-spacing:-.035em;margin:0;font-size:clamp(25px,2vw,34px);font-weight:680}.apply-entry-copy>p{color:#66738a;margin:26px 0 34px;font-size:16px;line-height:1.75}.new-home .apply-entry-copy .home-button{border-radius:12px;min-width:176px;min-height:52px;margin-top:auto;font-size:15px}.apply-entry-card>figure{height:100%;margin:0;position:relative;overflow:hidden}.apply-entry-card>figure:before{z-index:1;content:"";background:linear-gradient(90deg,#fff 0%,#ffffffd1 18%,#ffffff14 58%,#0000 100%);position:absolute;inset:0}.apply-entry-card>figure img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.apply-entry-card:hover>figure img{transform:scale(1.035)}.new-home .apply-entry-copy .apply-action-primary{color:#fff;background:#3866ef;box-shadow:0 12px 26px #3866ef33}.new-home .apply-entry-copy .apply-action-secondary{color:#3866ef;background:#ffffffc7;border-color:#3866ef}.availability-notice{z-index:10000;opacity:0;color:#142342;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);pointer-events:none;visibility:hidden;background:#fffffff0;border:1px solid #ffffffe6;border-radius:16px;align-items:center;gap:14px;min-width:286px;padding:16px 20px;transition:opacity .22s,transform .28s cubic-bezier(.2,.8,.2,1),visibility 0s linear .28s;display:flex;position:fixed;top:50%;left:50%;transform:translate(-50%,calc(12px - 50%))scale(.96);box-shadow:0 20px 60px #1a305b2e,0 4px 16px #1a305b14}.availability-notice.is-visible{opacity:1;visibility:visible;transition-delay:0s;transform:translate(-50%,-50%)scale(1)}.availability-notice-icon{color:#3866ef;background:linear-gradient(145deg,#eef3ff,#e1e9ff);border-radius:13px;flex:0 0 42px;place-items:center;width:42px;height:42px;display:grid;box-shadow:inset 0 0 0 1px #3866ef1a}.availability-notice>span:last-child{gap:3px;display:grid}.availability-notice strong{letter-spacing:.02em;font-size:16px;font-weight:650}.availability-notice small{color:#748099;font-size:12px;line-height:1.5}@media (prefers-reduced-motion:reduce){.availability-notice{transition-duration:.01ms}}@media (width<=1120px){.apply-intro{grid-template-columns:1fr 1fr;gap:42px}.apply-entry-card{grid-template-columns:1fr;min-height:340px}.apply-entry-card>figure{position:absolute;inset:0 0 0 38%}.apply-entry-copy{max-width:58%}}@media (width<=820px){.apply-intro{grid-template-columns:1fr}.new-home .apply-intro .apply-heading{max-width:760px}.apply-intro-media{height:min(62vw,460px)}.new-home .apply-home-actions{grid-template-columns:1fr}.apply-entry-card{min-height:330px}}@media (width<=520px){.new-home .apply-intro .apply-heading h2{font-size:clamp(39px,11.5vw,52px)}.apply-intro-media{border-radius:18px;height:270px}.apply-entry-card{min-height:430px}.apply-entry-copy{max-width:none;padding:28px 24px}.apply-entry-card>figure{inset:48% 0 0}.apply-entry-card>figure:before{background:linear-gradient(#fff 0%,#ffffffad 30%,#0000 76%)}}.new-home .about-origin-section{background:#fafafa;overflow:hidden}.about-origin-heading{text-align:center;max-width:1040px;margin:0 auto}.about-origin-heading>p:first-child{color:#283140;letter-spacing:.04em;margin:0 0 30px;font-size:clamp(14px,1.25vw,19px);font-weight:560}.about-origin-heading h2{color:#111317;letter-spacing:-.055em;margin:0;font-size:clamp(50px,5.8vw,86px);font-weight:690;line-height:1.08}.about-origin-heading>p:last-child{color:#61656d;margin:26px 0 0;font-size:clamp(18px,1.65vw,25px);font-weight:520;line-height:1.6}.about-origin-visual{width:100%;margin:clamp(42px,5vw,72px) auto 0;position:relative}.about-origin-visual:before{z-index:1;content:"";background:#fafafa;width:60.5%;height:8.2%;position:absolute;top:0;left:20.6%}.about-origin-visual img{width:100%;height:auto;display:block}.about-origin-keywords{color:#151a22;justify-content:center;align-items:center;gap:clamp(28px,4vw,58px);margin-top:14px;display:flex}.about-origin-keywords strong{letter-spacing:.04em;font-size:clamp(18px,1.55vw,24px);font-weight:680}.about-origin-keywords i{background:#161a21;border-radius:50%;width:7px;height:7px}@media (width<=768px){.about-origin-heading>p:first-child{margin-bottom:22px}.about-origin-heading h2{font-size:clamp(40px,10.8vw,58px)}.about-origin-heading>p:last-child{font-size:17px}.about-origin-visual{width:146%;margin-left:-23%}.about-origin-keywords{gap:14px}.about-origin-keywords strong{font-size:clamp(14px,4vw,18px)}.about-origin-keywords i{width:5px;height:5px}}@media (width<=420px){.about-origin-heading h2 br{display:none}.about-origin-keywords{justify-content:space-between;gap:8px}}.new-home .development-plan-section{background:#fff}.new-home .development-plan-heading{text-align:center;max-width:1080px;margin:0 auto clamp(30px,4vw,48px);display:block}.new-home .development-plan-heading .home-eyebrow{color:#1261e8;letter-spacing:.04em;margin-bottom:28px;font-size:clamp(16px,1.45vw,22px);display:inline-block;position:relative}.new-home .development-plan-heading .home-eyebrow:after{content:"";background:#1769f4;border-radius:999px;width:52px;height:3px;margin:auto;position:absolute;bottom:-13px;left:0;right:0}.new-home .development-plan-heading h2{letter-spacing:-.045em;max-width:none;margin:0;font-size:clamp(44px,5vw,72px);font-weight:680;line-height:1.12}.new-home .development-plan-heading>p:last-child{color:#667284;max-width:760px;margin:20px auto 0;font-size:clamp(16px,1.25vw,19px);line-height:1.75}.development-role-tabs{flex-wrap:wrap;justify-content:center;gap:24px;margin-bottom:42px;display:flex}.development-role-tabs>span{color:#172238;background:#fffffff0;border:1px solid #8fb5ff;border-radius:16px;justify-content:center;align-items:center;gap:12px;min-width:208px;min-height:60px;padding:12px 24px;font-size:16px;font-weight:620;display:inline-flex;box-shadow:0 10px 30px #1f58be0f}.development-role-tabs svg{color:#1769f4}.development-connect-map{grid-template-columns:minmax(200px,.72fr) minmax(460px,1.5fr) minmax(200px,.72fr);grid-template-areas:"industry center technology";align-items:end;gap:clamp(40px,5vw,76px);display:grid}.development-scene-column.is-industry{grid-area:industry}.development-talent-stage{grid-area:center}.development-scene-column.is-technology{grid-area:technology}.development-scene-column{gap:14px;display:grid}.development-scene-column h3{color:#1261e8;margin:0 0 18px;font-size:clamp(18px,1.55vw,24px);font-weight:680;position:relative}.development-scene-column.is-technology h3{text-align:right}.development-scene-column h3:after{content:"";background:#1769f4;border-radius:999px;width:38px;height:3px;margin-top:10px;display:block}.development-scene-column.is-technology h3:after{margin-left:auto}.development-scene-column figure,.development-talent-stage{background:#dce7f5;border-radius:18px;margin:0;position:relative;overflow:hidden;box-shadow:0 16px 38px #1b39691a}.development-scene-column figure{height:clamp(132px,11vw,174px)}.development-scene-column img,.development-talent-stage>img{object-fit:cover;width:100%;height:100%}.development-scene-column figure:after{content:"";background:linear-gradient(#0000,#030e1ed1);position:absolute;inset:42% 0 0}.development-scene-column figcaption{z-index:1;color:#fff;align-items:center;gap:8px;font-size:13px;font-weight:620;display:flex;position:absolute;bottom:14px;left:16px;right:16px}.development-talent-stage{aspect-ratio:1.48;overflow:visible}.development-talent-stage>img{border-radius:inherit;display:block;overflow:hidden}.development-talent-stage>figcaption{color:#fff;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:linear-gradient(90deg,#0d59e1e0,#1c70f4eb);border-radius:0 0 18px 18px;justify-content:center;align-items:center;gap:18px;min-height:92px;padding:16px 24px;display:flex;position:absolute;bottom:0;left:0;right:0}.development-talent-stage>figcaption span{gap:4px;display:grid}.development-talent-stage>figcaption strong{font-size:clamp(18px,1.7vw,25px);font-weight:680}.development-talent-stage>figcaption small{letter-spacing:.12em;font-size:13px}.development-flow-hub{z-index:3;color:#fff;background:#1769f4;border:7px solid #eaf2ff;border-radius:50%;place-items:center;width:66px;height:66px;display:grid;position:absolute;top:51%;transform:translateY(-50%);box-shadow:0 0 0 1px #8db4ff,0 12px 30px #1769f447}.development-flow-hub:before{z-index:-1;content:"";border-top:2px solid #9fc0ff;width:clamp(44px,5vw,76px);position:absolute;top:50%}.development-flow-hub.is-left{left:-33px}.development-flow-hub.is-left:before{right:54px}.development-flow-hub.is-right{right:-33px}.development-flow-hub.is-right:before{left:54px}.development-map-action{color:#fff;background:#1769f4;justify-content:center;width:fit-content;min-width:174px;margin:24px auto 0;box-shadow:0 14px 30px #1769f438}.new-home .development-plan-section .development-value-grid{margin-top:clamp(72px,8vw,110px)}@media (width<=1050px){.development-connect-map{grid-template-columns:minmax(170px,.68fr) minmax(390px,1.4fr) minmax(170px,.68fr);gap:36px}.development-flow-hub{border-width:6px;width:56px;height:56px}.development-flow-hub.is-left{left:-28px}.development-flow-hub.is-right{right:-28px}}@media (width<=820px){.new-home .development-plan-heading h2{font-size:clamp(38px,9vw,56px)}.development-role-tabs{gap:10px}.development-role-tabs>span{flex:190px;min-width:0}.development-connect-map{grid-template-columns:1fr;grid-template-areas:"center""industry""technology";gap:42px}.development-scene-column{grid-template-columns:repeat(2,minmax(0,1fr))}.development-scene-column h3{grid-column:1/-1}.development-scene-column.is-technology h3{text-align:left}.development-scene-column.is-technology h3:after{margin-left:0}.development-flow-hub{display:none}}@media (width<=520px){.development-role-tabs{display:grid}.development-role-tabs>span{justify-content:flex-start;min-height:52px}.development-scene-column{grid-template-columns:1fr}.development-scene-column h3{grid-column:auto}.development-scene-column figure{height:190px}.development-talent-stage{aspect-ratio:1.08}.development-talent-stage>figcaption{min-height:78px}}.development-delivery-block{border-top:1px solid #e2e9f3;margin-top:clamp(96px,11vw,156px);padding-top:clamp(72px,8vw,110px)}.development-delivery-heading{text-align:center;max-width:1080px;margin:0 auto clamp(42px,5vw,64px)}.development-delivery-heading .home-eyebrow{color:#1261e8;letter-spacing:.04em;margin-bottom:28px;font-size:clamp(16px,1.45vw,22px);display:inline-block;position:relative}.development-delivery-heading .home-eyebrow:after{content:"";background:#1769f4;border-radius:999px;width:52px;height:3px;margin:auto;position:absolute;bottom:-13px;left:0;right:0}.development-delivery-heading h2{color:#101a2d;letter-spacing:-.045em;margin:0;font-size:clamp(44px,5vw,72px);font-weight:680;line-height:1.12}.development-delivery-heading>p:last-child{color:#667284;max-width:900px;margin:20px auto 0;font-size:clamp(16px,1.25vw,19px);line-height:1.75}.development-steps{grid-template-columns:repeat(4,minmax(0,1fr));gap:clamp(28px,3.2vw,52px);display:grid}.development-step-card{min-width:0;position:relative}.development-step-card>header{align-items:flex-start;gap:13px;min-height:72px;margin-bottom:18px;display:flex}.development-step-card>header>span{color:#fff;background:#1769f4;border-radius:50%;flex:0 0 36px;place-items:center;width:36px;height:36px;font-size:16px;font-weight:740;display:grid;box-shadow:0 8px 18px #1769f433}.development-step-card h3{color:#1261e8;margin:0;font-size:clamp(18px,1.6vw,24px);font-weight:680}.development-step-card header p{color:#3f4b5d;margin:6px 0 0;font-size:13px;line-height:1.5}.development-step-media{background:#dce7f5;border:1px solid #dbe5f1;border-radius:18px;height:clamp(290px,27vw,390px);overflow:hidden;box-shadow:0 16px 38px #1b396917}.development-step-media img{object-fit:cover;width:100%;height:100%;display:block}.development-step-media.is-split{background:#fff;grid-template-rows:repeat(2,minmax(0,1fr));gap:2px;display:grid}.development-step-media.is-split img{min-height:0}.development-step-arrow{z-index:2;color:#1769f4;filter:drop-shadow(0 4px 8px #1769f429);position:absolute;top:calc(50% + 36px);right:clamp(-43px,-2.2vw,-23px);transform:translate(50%,-50%)}.development-outcomes{grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(40px,7vw,110px);max-width:1040px;margin:42px auto 0;padding:0 48px;display:grid;position:relative}.development-outcomes:before{z-index:0;content:"";background:linear-gradient(90deg,#0000,#9bc0ff 10% 90%,#0000);height:2px;position:absolute;top:50%;left:8%;right:8%}.development-outcomes>span{z-index:1;color:#172238;background:#fff;border:1px solid #9bbcff;border-radius:15px;justify-content:center;align-items:center;gap:14px;min-height:70px;font-size:clamp(16px,1.4vw,20px);font-weight:650;display:flex;position:relative;box-shadow:0 10px 26px #1f58be0f}.development-outcomes svg{color:#1769f4}.development-delivery-block>.development-map-action{margin-top:28px}@media (width<=980px){.development-steps{grid-template-columns:repeat(2,minmax(0,1fr));gap:46px 34px}.development-step-media{height:320px}.development-step-card:nth-child(2) .development-step-arrow{display:none}}@media (width<=720px){.development-delivery-heading h2{font-size:clamp(38px,9vw,54px)}.development-outcomes{gap:14px;padding:0}.development-outcomes>span{gap:8px;min-height:62px;font-size:14px}}@media (width<=520px){.development-delivery-block{margin-top:80px;padding-top:68px}.development-steps{grid-template-columns:1fr}.development-step-card>header{min-height:0}.development-step-media{height:300px}.development-step-arrow,.development-step-card:nth-child(2) .development-step-arrow{display:block;top:auto;bottom:-39px;right:50%;transform:translate(50%)rotate(90deg)}.development-outcomes{grid-template-columns:1fr;margin-top:52px}.development-outcomes:before{background:linear-gradient(#0000,#9bc0ff 10% 90%,#0000);width:2px;height:auto;inset:8% auto 8% 50%}}.home-footer .footer-main{grid-template-columns:minmax(300px,1.05fr) minmax(430px,.95fr) minmax(260px,.72fr)}.home-footer .footer-contact-entry{width:100%;min-width:0;max-width:none}.home-footer .footer-contact-list>.footer-contact-item{grid-template-columns:none;gap:0;width:100%;min-width:0;display:block}.home-footer .footer-contact-item>div{width:100%;min-width:0;display:block}.home-footer .footer-contact-item strong,.home-footer .footer-contact-item p,.home-footer .footer-contact-item small{white-space:nowrap;word-break:keep-all;overflow-wrap:normal}@media (width<=1100px){.home-footer .footer-main{grid-template-columns:repeat(2,minmax(0,1fr))}.home-footer .footer-follow{grid-column:1/-1}}@media (width<=680px){.home-footer .footer-main{grid-template-columns:1fr}.home-footer .footer-follow{grid-column:auto}.home-footer .footer-contact-address{white-space:normal}}html{scroll-padding-top:72px}.section-anchor{scroll-margin-top:0}.new-home>.home-section,.new-home>.content-section{padding-top:clamp(76px,6.25vw,112px);padding-bottom:clamp(76px,6.25vw,112px)}@media (width<=720px){.new-home>.home-section,.new-home>.content-section{padding-top:clamp(58px,12vw,78px);padding-bottom:clamp(58px,12vw,78px)}}.new-home>.development-plan-section{padding-top:clamp(48px,4vw,72px)}.new-home .development-delivery-block{margin-top:clamp(48px,5vw,72px);padding-top:clamp(36px,3.5vw,52px)}@media (width<=720px){.new-home>.development-plan-section{padding-top:48px}.new-home .development-delivery-block{margin-top:46px;padding-top:36px}}.new-home>.youth-plan-intro-section{background:#fbfbfa;overflow:hidden}.youth-plan-intro-heading{text-align:center;max-width:1120px;margin:0 auto}.youth-plan-intro-heading>p:first-child{color:#1769f4;letter-spacing:.04em;margin:0 0 34px;font-size:clamp(16px,1.45vw,22px);font-weight:680;display:inline-block;position:relative}.youth-plan-intro-heading>p:first-child:after{content:"";background:#1769f4;border-radius:999px;width:52px;height:3px;margin:auto;position:absolute;bottom:-14px;left:0;right:0}.youth-plan-intro-heading h2{color:#111a2d;letter-spacing:-.052em;margin:0;font-size:clamp(48px,5.25vw,78px);font-weight:690;line-height:1.1}.youth-plan-intro-heading>p:last-child{color:#667284;margin:22px 0 0;font-size:clamp(16px,1.35vw,20px);line-height:1.7}.youth-plan-collage{grid-template-columns:minmax(0,1.08fr) minmax(0,.92fr);gap:clamp(16px,1.6vw,24px);height:clamp(460px,41vw,610px);margin-top:clamp(42px,5vw,70px);display:grid}.youth-plan-scene-grid{grid-template-rows:repeat(2,minmax(0,1fr));grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(14px,1.35vw,20px);min-width:0;display:grid}.youth-plan-scene{background:#dbe5f1;border-radius:26px;min-width:0;height:100%;margin:0;position:relative;overflow:hidden;box-shadow:0 18px 42px #253e661a}.youth-plan-scene.is-primary{border-radius:42px 30px 42px 34px}.youth-plan-scene:after{content:"";pointer-events:none;background:linear-gradient(#0000,#05132a7a);position:absolute;inset:48% 0 0}.youth-plan-scene img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.youth-plan-scene.is-primary img,.youth-plan-scene:first-child img,.youth-plan-scene:nth-child(2) img{object-position:center 38%}.youth-plan-scene:hover img{transform:scale(1.025)}.youth-plan-scene figcaption{z-index:2;color:#1769f4;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#fffffff0;border:1px solid #adc8ff;border-radius:11px;align-items:center;gap:9px;min-height:42px;padding:9px 16px;font-size:clamp(14px,1.2vw,18px);font-weight:680;display:inline-flex;position:absolute;bottom:20px;left:20px;box-shadow:0 9px 24px #123e8b24}.youth-plan-progress{justify-content:center;align-items:center;gap:18px;max-width:820px;margin:clamp(38px,4vw,56px) auto 0;display:flex}.youth-plan-progress>span{color:#1769f4;background:#fff;border:1px solid #9dbdff;border-radius:18px;justify-content:center;align-items:center;gap:13px;min-width:190px;min-height:58px;padding:12px 24px;font-size:20px;font-weight:680;display:inline-flex;box-shadow:0 10px 28px #2259b512}.youth-plan-progress>i{border-top:1px dashed #9abaff;width:clamp(34px,4vw,64px);position:relative}.youth-plan-progress>i:after{content:"";border-top:5px solid #0000;border-bottom:5px solid #0000;border-left:8px solid #5d87ef;width:0;height:0;position:absolute;top:-5px;right:-1px}@media (width<=900px){.youth-plan-collage{grid-template-columns:1fr;height:auto}.youth-plan-scene.is-primary{height:min(68vw,520px)}.youth-plan-scene-grid{height:min(88vw,650px)}.youth-plan-progress{gap:10px}.youth-plan-progress>span{flex:1 1 0;min-width:0}}@media (width<=560px){.youth-plan-intro-heading h2{font-size:clamp(40px,11vw,54px)}.youth-plan-intro-heading>p:last-child{font-size:15px}.youth-plan-scene.is-primary{border-radius:26px;height:82vw}.youth-plan-scene-grid{grid-template-rows:none;grid-template-columns:1fr;height:auto}.youth-plan-scene-grid .youth-plan-scene{border-radius:22px;height:68vw}.youth-plan-progress{flex-direction:column;align-items:stretch}.youth-plan-progress>span{width:100%}.youth-plan-progress>i{border-top:0;border-left:1px dashed #9abaff;align-self:center;width:1px;height:20px}.youth-plan-progress>i:after{border:5px solid #0000;border-top:8px solid #5d87ef;border-bottom:0;top:auto;bottom:-1px;right:-4px}}.youth-capability-section{border-top:1px solid #e4eaf3;margin-top:clamp(78px,8vw,112px);padding-top:clamp(64px,6vw,88px)}.youth-capability-heading{text-align:center;max-width:1120px;margin:0 auto}.youth-capability-heading>p:first-child{color:#1769f4;letter-spacing:.04em;margin:0 0 34px;font-size:clamp(16px,1.45vw,22px);font-weight:680;display:inline-block;position:relative}.youth-capability-heading>p:first-child:after{content:"";background:#1769f4;border-radius:999px;width:52px;height:3px;margin:auto;position:absolute;bottom:-14px;left:0;right:0}.youth-capability-heading h2{color:#111a2d;letter-spacing:-.052em;margin:0;font-size:clamp(48px,5.25vw,78px);font-weight:690;line-height:1.1}.youth-capability-heading>p:last-child{color:#667284;margin:22px 0 0;font-size:clamp(16px,1.35vw,20px);line-height:1.7}.youth-capability-orbit{grid-template-columns:minmax(300px,1fr) minmax(390px,1.05fr) minmax(300px,1fr);align-items:center;gap:clamp(18px,2.5vw,38px);min-height:610px;margin-top:clamp(54px,6vw,82px);display:grid}.youth-capability-column{z-index:2;align-content:space-between;align-self:stretch;gap:24px;padding:18px 0;display:grid;position:relative}.youth-capability-item{grid-template-columns:minmax(0,1fr) 142px;align-items:center;gap:20px;display:grid;position:relative}.youth-capability-column.is-right .youth-capability-item{grid-template-columns:142px minmax(0,1fr)}.youth-capability-item:after{z-index:-1;content:"";border-top:1px dashed #aac3f7;width:44px;position:absolute;top:50%}.youth-capability-column.is-left .youth-capability-item:after{right:-28px}.youth-capability-column.is-right .youth-capability-item:after{left:-28px}.youth-capability-item figure{aspect-ratio:1;background:#e8eef8;border:1px solid #9ebdff;border-radius:50%;width:142px;margin:0;position:relative;overflow:hidden;box-shadow:0 12px 30px #274f911a,inset 0 0 0 7px #fff}.youth-capability-item figure:after{border-radius:inherit;content:"";border:1px solid #5b89eb47;position:absolute;inset:7px}.youth-capability-item figure img{object-fit:cover;border-radius:50%;width:100%;height:100%;padding:8px}.youth-capability-item h3{color:#121d31;white-space:nowrap;align-items:center;gap:10px;margin:0;font-size:clamp(18px,1.55vw,24px);font-weight:680;display:flex}.youth-capability-item h3 svg{color:#1769f4;flex:none}.youth-capability-item p{color:#667284;margin:12px 0 0;font-size:14px;line-height:1.75}.youth-capability-column.is-left .youth-capability-item>div{text-align:right}.youth-capability-column.is-left .youth-capability-item h3{justify-content:flex-end}.youth-capability-center{z-index:1;aspect-ratio:1;justify-self:center;place-items:center;width:min(100%,440px);display:grid;position:relative}.youth-capability-center:before,.youth-capability-center:after{z-index:-1;content:"";border:1px solid #4e7ee647;border-radius:50%;position:absolute}.youth-capability-center:before{inset:-12%}.youth-capability-center:after{inset:5%}.youth-capability-center>figure{aspect-ratio:1;background:#eaf0f8;border:1px solid #b3c9f6;border-radius:50%;width:86%;margin:0;overflow:hidden;box-shadow:0 20px 54px #2b4b7e1f,inset 0 0 0 12px #fffc}.youth-capability-center>figure img{object-fit:cover;object-position:center 32%;border-radius:50%;width:100%;height:100%;padding:12px}.youth-capability-center>div{color:#fff;text-align:center;background:linear-gradient(145deg,#2458df,#4f78ef);border:10px solid #e1eaffd1;border-radius:50%;place-content:center;gap:10px;width:230px;min-height:230px;padding:28px;display:grid;position:absolute;bottom:-28px;right:50%;transform:translate(50%);box-shadow:0 24px 48px #2653d245}.youth-capability-center>div svg{margin:0 auto 2px}.youth-capability-center>div strong{font-size:25px;font-weight:690}.youth-capability-center>div span{white-space:nowrap;font-size:13px;font-weight:570}@media (width<=1120px){.youth-capability-orbit{grid-template-columns:minmax(250px,1fr) minmax(330px,.9fr) minmax(250px,1fr);gap:16px;min-height:540px}.youth-capability-item,.youth-capability-column.is-right .youth-capability-item{grid-template-columns:minmax(0,1fr) 112px;gap:14px}.youth-capability-column.is-right .youth-capability-item{grid-template-columns:112px minmax(0,1fr)}.youth-capability-item figure{width:112px}.youth-capability-item p{font-size:12px}.youth-capability-center>div{border-width:8px;width:190px;min-height:190px}}@media (width<=900px){.youth-capability-orbit{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;gap:54px 28px;min-height:0}.youth-capability-center{grid-column:1/-1;width:min(74vw,430px)}.youth-capability-column{align-content:start;gap:28px;padding:0}.youth-capability-item,.youth-capability-column.is-right .youth-capability-item{grid-template-columns:100px minmax(0,1fr)}.youth-capability-column.is-left .youth-capability-item>div{text-align:left;order:2}.youth-capability-column.is-left .youth-capability-item figure{order:1}.youth-capability-column.is-left .youth-capability-item h3{justify-content:flex-start}.youth-capability-item figure{width:100px}.youth-capability-item:after{display:none}}@media (width<=640px){.youth-capability-section{margin-top:64px;padding-top:58px}.youth-capability-heading h2{font-size:clamp(40px,11vw,54px)}.youth-capability-orbit{grid-template-columns:1fr;gap:46px}.youth-capability-center{grid-column:auto;width:min(88vw,390px)}.youth-capability-column{gap:24px}.youth-capability-item,.youth-capability-column.is-right .youth-capability-item{grid-template-columns:96px minmax(0,1fr)}.youth-capability-item figure{width:96px}.youth-capability-center>div{width:174px;min-height:174px;padding:22px;bottom:-22px}.youth-capability-center>div strong{font-size:21px}.youth-capability-center>div span{font-size:11px}}.youth-growth-section{border-top:1px solid #e4eaf3;margin-top:clamp(78px,8vw,112px);padding-top:clamp(64px,6vw,88px)}.youth-growth-heading{text-align:center;max-width:1120px;margin:0 auto}.youth-growth-heading>p:first-child{color:#1769f4;letter-spacing:.04em;margin:0 0 34px;font-size:clamp(16px,1.45vw,22px);font-weight:680;display:inline-block;position:relative}.youth-growth-heading>p:first-child:after{content:"";background:#1769f4;border-radius:999px;width:52px;height:3px;margin:auto;position:absolute;bottom:-14px;left:0;right:0}.youth-growth-heading h2{color:#111a2d;letter-spacing:-.052em;margin:0;font-size:clamp(48px,5.25vw,78px);font-weight:690;line-height:1.1}.youth-growth-heading>p:last-child{color:#667284;margin:22px 0 0;font-size:clamp(16px,1.35vw,20px);line-height:1.7}.youth-growth-map{height:610px;margin-top:clamp(46px,5vw,70px);position:relative}.youth-growth-map>svg{z-index:0;filter:drop-shadow(0 4px 7px #255ee11f);width:100%;height:520px;position:absolute;top:34px;left:0;overflow:visible}.youth-growth-map>svg path{fill:none;stroke:#2b66ec;stroke-linecap:round;stroke-width:4px}.youth-growth-stages{z-index:1;position:absolute;inset:0}.youth-growth-stage{width:190px;position:absolute}.youth-growth-stage:before{display:none}.youth-growth-stage>div{min-height:116px;padding:2px 4px 14px}.youth-growth-stage span{color:#1769f4;margin-bottom:4px;font-size:25px;font-weight:760;display:block}.youth-growth-stage h3{color:#111a2d;letter-spacing:-.025em;margin:0;font-size:clamp(17px,1.35vw,21px);font-weight:690;line-height:1.25}.youth-growth-stage p{color:#667284;margin:8px 0 0;font-size:13px;line-height:1.5}.youth-growth-stage figure{z-index:2;aspect-ratio:1;background:#eef2f8;border:1px solid #9ebdff;border-radius:50%;width:160px;margin:0;position:relative;overflow:hidden;box-shadow:0 0 0 12px #fbfbfa,0 15px 34px #274c851f,inset 0 0 0 7px #fff}.youth-growth-stage figure img{object-fit:cover;border-radius:50%;width:100%;height:100%;padding:7px}.youth-growth-stage.is-stage-1{top:112px;left:0}.youth-growth-stage.is-stage-2{top:142px;left:18%}.youth-growth-stage.is-stage-3{width:220px;top:322px;left:35%}.youth-growth-stage.is-stage-4{width:220px;top:214px;left:52%}.youth-growth-stage.is-stage-5{top:48px;left:70%}.youth-growth-stage.is-stage-6{top:306px;left:86%}.youth-growth-stage.is-stage-3>div,.youth-growth-stage.is-stage-4>div{min-height:126px}.youth-growth-stage.is-stage-3 p{margin-left:34px}.youth-growth-values{background:#ffffffeb;border:1px solid #e2e9f5;border-radius:26px;grid-template-columns:repeat(5,minmax(0,1fr));margin-top:8px;display:grid;overflow:hidden;box-shadow:0 16px 42px #2c477312}.youth-growth-values>span{border-right:1px solid #e1e8f3;grid-template-columns:auto 1fr;align-items:center;gap:4px 13px;min-width:0;padding:22px 24px;display:grid}.youth-growth-values>span:last-child{border-right:0}.youth-growth-values svg{color:#1769f4;grid-row:1/3}.youth-growth-values b{color:#162137;font-size:15px;font-weight:680}.youth-growth-values small{color:#778397;text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}@media (width<=1180px){.youth-growth-map{height:575px}.youth-growth-stage{width:165px}.youth-growth-stage figure{width:140px}.youth-growth-stage.is-stage-3,.youth-growth-stage.is-stage-4{width:190px}.youth-growth-stage.is-stage-6{left:84%}.youth-growth-values>span{padding:19px 14px}}@media (width<=980px){.youth-growth-map{height:auto}.youth-growth-map>svg{display:none}.youth-growth-stages{grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;display:grid;position:static}.youth-growth-stage,.youth-growth-stage.is-stage-1,.youth-growth-stage.is-stage-2,.youth-growth-stage.is-stage-3,.youth-growth-stage.is-stage-4,.youth-growth-stage.is-stage-5,.youth-growth-stage.is-stage-6{background:#fff;border:1px solid #e0e7f2;border-radius:22px;flex-direction:column;width:auto;min-width:0;padding:24px;display:flex;position:relative;top:auto;left:auto;box-shadow:0 12px 30px #2b487712}.youth-growth-stage>div,.youth-growth-stage.is-stage-3>div,.youth-growth-stage.is-stage-4>div{min-height:126px}.youth-growth-stage.is-stage-3 p{margin-left:0}.youth-growth-stage figure{width:100%;margin-top:auto;box-shadow:0 12px 30px #274c851f,inset 0 0 0 7px #fff}.youth-growth-values{grid-template-columns:repeat(2,minmax(0,1fr));margin-top:34px}.youth-growth-values>span{border-bottom:1px solid #e1e8f3}.youth-growth-values>span:nth-child(2n){border-right:0}}@media (width<=620px){.youth-growth-section{margin-top:64px;padding-top:58px}.youth-growth-heading h2{font-size:clamp(40px,11vw,54px)}.youth-growth-stages{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.youth-growth-stage,.youth-growth-stage.is-stage-1,.youth-growth-stage.is-stage-2,.youth-growth-stage.is-stage-3,.youth-growth-stage.is-stage-4,.youth-growth-stage.is-stage-5,.youth-growth-stage.is-stage-6{padding:18px}.youth-growth-stage>div,.youth-growth-stage.is-stage-3>div,.youth-growth-stage.is-stage-4>div{min-height:144px}.youth-growth-stage h3{font-size:17px}.youth-growth-values{grid-template-columns:1fr}.youth-growth-values>span,.youth-growth-values>span:nth-child(2n){border-right:0}}.brand-philosophy-story{--story-gold:#bd8b3f;--story-navy:#092957;z-index:4;height:390vh;min-height:2400px;color:var(--story-navy);background:#fdfdfc;margin-top:clamp(72px,9vw,148px);position:relative}.brand-philosophy-sticky{background:#fdfdfc;height:100vh;min-height:620px;position:sticky;top:0;overflow:hidden}.brand-philosophy-desktop,.brand-philosophy-layer{position:absolute;inset:0}.brand-philosophy-window{z-index:2;clip-path:polygon(8% 4%,26% 7%,36% 1%,53% 5%,68% 2%,82% 8%,96% 5%,98% 24%,95% 39%,100% 55%,95% 70%,98% 88%,84% 94%,71% 92%,58% 99%,43% 94%,28% 98%,17% 91%,4% 94%,7% 76%,1% 64%,6% 49%,2% 34%,6% 19%);filter:drop-shadow(0 24px 26px #0e1c3138);transform-origin:72% 54%;will-change:left, top, width, height, transform, filter, clip-path;background:#071931;border:clamp(7px,.7vw,13px) solid #fffffff7;width:51vw;height:76vh;min-height:460px;position:absolute;top:12vh;left:43vw;overflow:hidden}.brand-philosophy-window:after{z-index:9;pointer-events:none;content:"";position:absolute;inset:0;box-shadow:inset 0 0 0 2px #ffffffe6,inset 0 0 22px 7px #ffffff57}.brand-philosophy-layer img{object-fit:cover;object-position:center;will-change:transform;width:100%;height:100%}.brand-philosophy-night,.brand-philosophy-dawn{overflow:hidden}.brand-philosophy-night-image{transform-origin:65% 60%}.brand-philosophy-dawn{z-index:2;opacity:0;visibility:hidden}.brand-philosophy-dawn:after{z-index:4;pointer-events:none;content:"";background:linear-gradient(90deg,#fffffff0 0%,#ffffffdb 22%,#ffffff7a 42%,#ffffff14 61%,#0000 72%);position:absolute;inset:0}.brand-philosophy-dawn-image{transform-origin:72% 62%}.brand-philosophy-world{z-index:4;opacity:0;visibility:hidden;overflow:hidden}.brand-philosophy-world:after{content:"";pointer-events:none;background:linear-gradient(90deg,#fff3 0%,#ffffff0a 45%,#0000 70%);position:absolute;inset:0}.brand-philosophy-world-image{transform-origin:62% 63%}.brand-philosophy-comet{z-index:6;pointer-events:none;filter:drop-shadow(0 0 7px #c8dcffe6);opacity:0;transform-origin:bottom;will-change:transform, opacity;background:linear-gradient(#0000,#bcd6ff47 25%,#fff 88%,#ffe5b1);border-radius:100%;width:2px;height:clamp(80px,10vw,150px);position:absolute;top:31vh;left:66.7vw;transform:rotate(34deg)}.brand-philosophy-exposure{z-index:8;pointer-events:none;opacity:0;will-change:transform, opacity;background:radial-gradient(circle,#fff9e8fa 0%,#fff6e2db 18%,#fffcf473 42%,#fff0 72%);border-radius:50%;width:86vmax;height:86vmax;position:absolute;top:52%;left:77%;transform:translate(-50%,-50%)scale(.46)}.brand-philosophy-copy{z-index:10;pointer-events:none;width:min(48vw,780px);position:absolute;top:50%;left:clamp(54px,6.6vw,126px);transform:translateY(-50%)}.brand-philosophy-copy.is-act-two,.brand-philosophy-copy.is-act-three{opacity:0;visibility:hidden}.brand-philosophy-kicker{color:#0a315f;letter-spacing:.18em;align-items:center;gap:14px;margin:0 0 clamp(48px,7vh,76px);font-size:clamp(11px,.78vw,14px);font-weight:720;display:flex}.brand-philosophy-kicker:after{background:var(--story-gold);content:"";width:35px;height:1px}.brand-philosophy-copy h2{color:var(--story-navy);letter-spacing:.015em;margin:0;font-family:Songti SC,STSong,Noto Serif CJK SC,serif;font-size:clamp(38px,3.35vw,64px);font-weight:430;line-height:1.5}.brand-philosophy-copy h2 span{width:max-content;max-width:100%;display:block}.brand-philosophy-copy h2 em{color:var(--story-gold);font-style:normal}.brand-philosophy-summary{color:#303944;letter-spacing:.04em;align-items:flex-start;gap:16px;margin:clamp(28px,4vh,44px) 0 0;font-size:clamp(15px,1.05vw,20px);font-weight:400;line-height:1.9;display:flex}.brand-philosophy-summary:before{content:"";background:#0f305238;flex:0 0 28px;height:1px;margin-top:.9em}.brand-philosophy-copy.is-act-two{isolation:isolate;text-shadow:0 1px 20px #ffffffc7;width:min(49vw,790px)}.brand-philosophy-copy.is-act-two:before{z-index:-1;pointer-events:none;content:"";filter:blur(14px);background:radial-gradient(at 26% 48%,#ffffffb8 0%,#ffffff7a 46%,#0000 74%);position:absolute;inset:-15% -6% -18% -10%}.brand-philosophy-copy.is-act-two .brand-philosophy-kicker{color:#062b58;text-shadow:0 1px 10px #fffffff5;font-weight:790}.brand-philosophy-copy.is-act-two .brand-philosophy-kicker:after{background:#c79646;height:2px;box-shadow:0 1px 7px #ffffffd1}.brand-philosophy-copy.is-act-three{color:#20262d;text-shadow:0 1px 22px #ffffff80;width:min(51vw,820px);top:36%;transform:none}.brand-philosophy-copy.is-act-three h2{color:#20262d;letter-spacing:-.035em;font-family:Inter,PingFang SC,Microsoft YaHei,sans-serif;font-size:clamp(42px,4.25vw,78px);font-weight:500;line-height:1.26}.brand-philosophy-third-lead,.brand-philosophy-third-title,.brand-philosophy-third-summary{opacity:0;visibility:hidden}.brand-philosophy-copy.is-act-three .brand-philosophy-summary{color:#252b31;text-shadow:0 1px 20px #fff;font-size:clamp(15px,1.15vw,21px)}.brand-philosophy-copy.is-act-three .brand-philosophy-summary:before{background:var(--story-gold)}.brand-philosophy-static{display:none}@media (width<=1180px) and (width>=821px){.brand-philosophy-window{width:54vw;left:45vw}.brand-philosophy-copy h2{font-size:clamp(34px,3.45vw,48px)}.brand-philosophy-summary{font-size:15px}}@media (width<=820px){.brand-philosophy-story{background:#fff;height:auto;min-height:0;margin-top:74px}.brand-philosophy-sticky{display:none}.brand-philosophy-static{gap:0;display:grid}.brand-philosophy-static-act{background:#e9eef4;align-items:flex-start;min-height:92svh;padding:clamp(72px,12vh,116px) 24px 44px;display:flex;position:relative;overflow:hidden}.brand-philosophy-static-act>img,.brand-philosophy-static-shade{width:100%;height:100%;position:absolute;inset:0}.brand-philosophy-static-act>img{object-fit:cover}.brand-philosophy-static-act.is-act-1>img{object-position:65% center}.brand-philosophy-static-act.is-act-2>img{object-position:66% center}.brand-philosophy-static-act.is-act-3>img{object-position:63% center}.brand-philosophy-static-act.is-act-1 .brand-philosophy-static-shade{background:linear-gradient(#020f22b8 0%,#04142a3b 48%,#03102194 100%)}.brand-philosophy-static-act.is-act-2 .brand-philosophy-static-shade,.brand-philosophy-static-act.is-act-3 .brand-philosophy-static-shade{background:linear-gradient(#ffffffdb 0%,#ffffff38 46%,#0d1b2e3b 100%)}.brand-philosophy-static .brand-philosophy-copy{z-index:2;color:#fff;opacity:1;visibility:visible;width:100%;max-width:610px;position:relative;top:auto;left:auto;transform:none}.brand-philosophy-static .brand-philosophy-copy>*,.brand-philosophy-static .brand-philosophy-third-lead,.brand-philosophy-static .brand-philosophy-third-title,.brand-philosophy-static .brand-philosophy-third-summary{opacity:1;visibility:visible}.brand-philosophy-static .brand-philosophy-copy h2{font-size:clamp(34px,9.2vw,58px);line-height:1.35}.brand-philosophy-static .is-act-1 .brand-philosophy-copy h2,.brand-philosophy-static .is-act-1 .brand-philosophy-kicker,.brand-philosophy-static .is-act-1 .brand-philosophy-summary{color:#fff;text-shadow:0 2px 22px #00000073}.brand-philosophy-static .brand-philosophy-kicker{margin-bottom:38px}.brand-philosophy-static .brand-philosophy-summary{font-size:15px;line-height:1.75}.brand-philosophy-static .brand-philosophy-copy.is-act-three{top:auto}}@media (width<=520px){.brand-philosophy-static-act{min-height:94svh;padding-inline:20px}.brand-philosophy-static .brand-philosophy-copy h2 span{width:auto}.brand-philosophy-static .brand-philosophy-copy h2{font-size:clamp(31px,8.8vw,43px)}.brand-philosophy-static .brand-philosophy-summary{letter-spacing:.01em;gap:10px;font-size:13px}.brand-philosophy-static .brand-philosophy-summary:before{flex-basis:18px}}@media (prefers-reduced-motion:reduce){.brand-philosophy-story{height:auto;min-height:0}.brand-philosophy-story .brand-philosophy-sticky{display:none}.brand-philosophy-story .brand-philosophy-static{display:grid}.brand-philosophy-story .brand-philosophy-static-act{align-items:flex-start;min-height:min(90vh,920px);padding:clamp(72px,12vh,120px) clamp(28px,6.6vw,126px) 60px;display:flex;position:relative;overflow:hidden}.brand-philosophy-story .brand-philosophy-static-act>img,.brand-philosophy-story .brand-philosophy-static-shade{width:100%;height:100%;position:absolute;inset:0}.brand-philosophy-story .brand-philosophy-static-act>img{object-fit:cover}.brand-philosophy-story .brand-philosophy-static-act.is-act-1 .brand-philosophy-static-shade{background:linear-gradient(90deg,#030f22b8 0%,#030f2224 66%,#0000 100%)}.brand-philosophy-story .brand-philosophy-static-act.is-act-2 .brand-philosophy-static-shade,.brand-philosophy-story .brand-philosophy-static-act.is-act-3 .brand-philosophy-static-shade{background:linear-gradient(90deg,#ffffffe6 0%,#ffffff40 62%,#0000 100%)}.brand-philosophy-story .brand-philosophy-static .brand-philosophy-copy{z-index:2;opacity:1;visibility:visible;width:min(51vw,820px);position:relative;top:auto;left:auto;transform:none}.brand-philosophy-story .brand-philosophy-static .brand-philosophy-copy>*,.brand-philosophy-story .brand-philosophy-static .brand-philosophy-third-lead,.brand-philosophy-story .brand-philosophy-static .brand-philosophy-third-title,.brand-philosophy-story .brand-philosophy-static .brand-philosophy-third-summary{opacity:1;visibility:visible}}
