*{box-sizing:border-box}
:root{--bg:#050505;--deep:#090907;--surface:#10100e;--surface2:#171611;--hover:#201e17;--title:#fff8e7;--text:#e7e0cf;--muted:#aaa18d;--quiet:#7f7768;--gold:#d5af58;--bright:#f3d27b;--gold2:#9b7127;--border:rgba(213,175,88,.18);--strong:rgba(243,210,123,.45);--shadow:0 18px 48px rgba(0,0,0,.46);--gshadow:0 18px 46px rgba(213,175,88,.18);--max:1320px;--serif:Georgia,"Times New Roman","Songti SC",SimSun,serif;--sans:-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Hiragino Sans GB","Microsoft YaHei",Arial,sans-serif}
html{scroll-behavior:smooth;background:var(--bg)}
body{margin:0;min-width:320px;overflow-x:hidden;background:var(--bg);color:var(--text);font-family:var(--sans);line-height:1.75}
body.panel-open{overflow:hidden}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%;height:auto}
button,summary,a{-webkit-tap-highlight-color:transparent}
button{font:inherit}
button:focus-visible,a:focus-visible,summary:focus-visible{outline:2px solid var(--bright);outline-offset:4px}
::selection{background:var(--gold);color:#17120a}
.skip-link{position:fixed;left:16px;top:-80px;z-index:999;background:var(--bright);color:#17120a;padding:10px 16px;font-weight:800}
.skip-link:focus{top:16px}
.container{width:min(calc(100% - 40px),var(--max));margin-inline:auto}
.site-shell{position:sticky;top:0;z-index:80;box-shadow:0 12px 30px rgba(0,0,0,.35)}
.event-strip{background:#030303;border-bottom:1px solid var(--border);color:var(--muted);font-size:12px}
.event-strip__inner{min-height:32px;width:min(calc(100% - 40px),var(--max));margin:auto;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:24px}
.event-strip p{margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.event-strip nav{display:flex;gap:22px;align-items:center}
.event-strip__right{justify-content:flex-end}
.event-strip a:hover{color:var(--bright)}
.event-strip__mobile{display:none}
.brand-header{background:rgba(9,9,7,.97);border-bottom:1px solid var(--border);backdrop-filter:blur(18px)}
.brand-header__inner{min-height:76px;width:min(calc(100% - 40px),var(--max));margin:auto;display:grid;grid-template-columns:1fr minmax(220px,360px) 1fr;align-items:center;gap:20px}
.brand-header__side{min-width:0;display:flex;align-items:center;gap:18px}
.brand-header__side--right{justify-content:flex-end}
.channel-trigger{min-height:44px;border:0;background:transparent;color:var(--text);display:inline-flex;align-items:center;gap:10px;padding:0;cursor:pointer;font-weight:700}
.channel-trigger__lines{width:22px;display:grid;gap:4px}
.channel-trigger__lines i{display:block;height:1px;background:var(--bright)}
.stage-mark{color:var(--quiet);font-size:12px;white-space:nowrap}
.brand-logo{justify-self:center;min-width:220px;text-align:center;display:grid;place-items:center;line-height:1.1}
.brand-logo img{max-width:220px;max-height:64px;object-fit:contain}
.brand-logo__cn{color:var(--title);font-family:var(--serif);font-size:26px;letter-spacing:.18em}
.brand-logo__en{margin-top:7px;color:var(--gold);font-size:10px;letter-spacing:.34em}
.text-action,.gold-action{min-height:44px;display:inline-flex;align-items:center;justify-content:center;padding:0 18px;white-space:nowrap;font-weight:700;font-size:14px}
.text-action{border:1px solid var(--border);background:#11100d}
.gold-action{color:#17120a;background:linear-gradient(135deg,#f4d98b 0%,#d5af58 48%,#8f651d 100%);box-shadow:var(--gshadow)}
.stage-nav{background:#080806;border-bottom:1px solid var(--border)}
.stage-nav__inner{width:min(calc(100% - 40px),var(--max));margin:auto;display:flex;min-height:46px;align-items:stretch}
.stage-nav__scroll{flex:1;display:flex;align-items:stretch;min-width:0;overflow:hidden}
.stage-nav__link{position:relative;display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 18px;white-space:nowrap;color:var(--muted);font-size:14px}
.stage-nav__link:hover,.stage-nav__link.is-current{color:var(--bright)}
.stage-nav__link.is-current:after{content:"";position:absolute;left:18px;right:18px;bottom:0;height:1px;background:var(--bright);box-shadow:0 0 10px rgba(243,210,123,.5);pointer-events:none}
.more-menu{position:relative;flex:0 0 auto}
.more-menu summary{list-style:none;min-height:46px;min-width:88px;padding:0 16px;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:10px;color:var(--muted);border-left:1px solid var(--border)}
.more-menu summary::-webkit-details-marker{display:none}
.more-menu[open] summary,.more-menu[data-current=true] summary{color:var(--bright)}
.more-menu__panel{position:absolute;right:0;top:calc(100% + 1px);width:240px;padding:10px;background:#0d0c09;border:1px solid var(--strong);box-shadow:var(--shadow)}
.more-menu__panel a{min-height:42px;padding:8px 12px;display:flex;align-items:center;color:var(--muted);border-bottom:1px solid var(--border)}
.more-menu__panel a:last-child{border:0}
.more-menu__panel a:hover,.more-menu__panel a.is-current{color:var(--bright);background:var(--surface2)}
main{display:block}
.eyebrow{margin:0 0 14px;color:var(--gold);font-size:12px;font-weight:800;letter-spacing:.22em;text-transform:uppercase}
.button-row{display:flex;flex-wrap:wrap;align-items:center;gap:14px}
.button{min-height:48px;display:inline-flex;align-items:center;justify-content:center;padding:0 22px;border:1px solid transparent;font-weight:800;white-space:nowrap;transition:transform .2s ease}
.button:hover{transform:translateY(-2px)}
.button--gold{color:#17120a;background:linear-gradient(135deg,#f4d98b 0%,#d5af58 48%,#8f651d 100%);box-shadow:var(--gshadow)}
.button--dark{color:var(--text);background:#11100d;border-color:var(--strong)}
.text-link{min-height:44px;display:inline-flex;align-items:center;color:var(--bright);font-weight:800;white-space:nowrap}
.text-link:after{content:" →";margin-left:8px}
.hero-stage{position:relative;min-height:min(920px,calc(100vh - 154px));background:#020202;border-bottom:1px solid var(--border)}
.hero-stage__media{position:relative;min-height:min(720px,72vh);overflow:hidden}
.hero-stage__media>img{width:100%;height:min(720px,72vh);object-fit:contain;object-position:center;background:#020202}
.hero-stage__media:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.04) 38%,rgba(0,0,0,.88) 100%),linear-gradient(90deg,rgba(0,0,0,.72),transparent 38%,transparent 72%,rgba(0,0,0,.38));pointer-events:none}
.stage-fallback{min-height:min(720px,72vh);position:relative;background:radial-gradient(circle at 50% 12%,rgba(243,210,123,.38),transparent 15%),radial-gradient(ellipse at 50% 105%,rgba(213,175,88,.25),transparent 42%),linear-gradient(180deg,#020202,#0b0a07 65%,#020202);overflow:hidden}
.stage-fallback:before,.stage-fallback:after{content:"";position:absolute;top:-10%;width:14%;height:115%;background:linear-gradient(180deg,rgba(255,247,213,.25),rgba(213,175,88,.02) 60%,transparent);filter:blur(15px);transform-origin:top;pointer-events:none}
.stage-fallback:before{left:23%;transform:rotate(17deg)}
.stage-fallback:after{right:23%;transform:rotate(-17deg)}
.stage-fallback span{position:absolute;left:50%;bottom:0;width:1px;height:78%;background:linear-gradient(transparent,var(--gold));transform-origin:bottom;opacity:.5}
.stage-fallback span:nth-child(1){transform:rotate(-24deg)}
.stage-fallback span:nth-child(2){transform:rotate(0)}
.stage-fallback span:nth-child(3){transform:rotate(24deg)}
.hero-stage__rail{position:absolute;left:max(20px,calc((100vw - var(--max))/2));top:50%;z-index:2;transform:translateY(-50%);display:grid;gap:18px}
.hero-stage__rail span{position:relative;color:rgba(255,248,231,.58);font-size:12px;letter-spacing:.15em;padding-left:28px}
.hero-stage__rail span:before{content:"";position:absolute;left:0;top:50%;width:16px;height:1px;background:var(--gold)}
.hero-console{position:relative;z-index:3;width:min(calc(100% - 40px),var(--max));margin:-148px auto 0;padding:34px 36px;background:linear-gradient(110deg,rgba(5,5,5,.96),rgba(16,16,14,.88));border:1px solid var(--strong);box-shadow:var(--shadow);display:grid;grid-template-columns:1.6fr .55fr auto;gap:32px;align-items:end}
.hero-console h1{margin:0 0 16px;max-width:780px;color:var(--title);font-family:var(--serif);font-size:clamp(34px,4.2vw,68px);font-weight:500;line-height:1.13;letter-spacing:.02em}
.hero-console p:not(.eyebrow){margin:0;max-width:820px}
.hero-console__status{padding-left:24px;border-left:1px solid var(--border)}
.hero-console__status span{display:block;color:var(--quiet);font-size:12px}
.hero-console__status strong{display:block;margin-top:8px;color:var(--bright);font-size:15px}
.status-deck{position:relative;z-index:4;margin-top:34px;display:grid;grid-template-columns:repeat(3,1fr);border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow)}
.status-deck article{min-height:250px;padding:34px;border-right:1px solid var(--border)}
.status-deck article:last-child{border-right:0}
.status-deck article>span{color:var(--gold2);font-family:var(--serif);font-size:42px}
.status-deck h2{margin:6px 0 12px;color:var(--title);font-family:var(--serif);font-weight:500}
.status-deck p{margin:0 0 18px;color:var(--muted)}
.status-deck a{color:var(--bright);font-weight:700}
.section{padding:96px 0;position:relative}
.section--wide{background:var(--deep);border-block:1px solid var(--border)}
.section--line{background:linear-gradient(180deg,#090907,#050505);border-block:1px solid var(--border)}
.section-heading{max-width:860px;margin:0 auto 44px;text-align:center}
.section-heading--left{margin-left:0;text-align:left}
.section-heading h2{margin:0 0 16px;color:var(--title);font-family:var(--serif);font-size:clamp(30px,3.8vw,54px);font-weight:500;line-height:1.2}
.section-heading>p:last-child{margin:0;color:var(--muted);font-size:17px}
.track-grid,.news-grid,.honor-grid,.profile-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.track-grid article,.news-grid article{min-height:320px;display:flex;flex-direction:column;padding:30px;background:linear-gradient(145deg,var(--surface),#0a0a08);border:1px solid var(--border);transition:.2s ease}
.track-grid article:hover,.news-grid article:hover{transform:translateY(-4px);border-color:var(--strong);background:var(--hover)}
.track-grid article>span{color:var(--gold);font-family:var(--serif);font-size:32px}
.track-grid h3,.news-grid h3{margin:12px 0;color:var(--title);font-family:var(--serif);font-size:25px;font-weight:500;line-height:1.35}
.track-grid p,.news-grid p{margin:0 0 18px;color:var(--muted)}
.track-grid b{margin-top:auto;color:var(--text);font-size:13px;font-weight:600}
.track-grid a,.news-grid a{margin-top:auto;color:var(--bright);font-weight:800}
.split-feature,.editorial-grid,.app-feature__inner,.about-feature__inner{display:grid;grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);gap:64px;align-items:center}
.split-feature__visual,.editorial-grid__visual{min-height:600px;position:relative;background:radial-gradient(circle at 50% 15%,rgba(213,175,88,.25),transparent 32%),#080806;border:1px solid var(--strong);overflow:hidden}
.content-image{width:100%;height:auto;max-height:760px;object-fit:contain;background:#050505}
.fashion-visual__caption{position:absolute;left:24px;right:24px;bottom:24px;padding:20px;background:rgba(3,3,3,.82);border:1px solid var(--border)}
.fashion-visual__caption span{display:block;color:var(--gold);font-size:11px;letter-spacing:.25em}
.fashion-visual__caption strong{display:block;margin-top:6px;color:var(--title);font-family:var(--serif);font-size:30px}
.style-list{display:grid;border-top:1px solid var(--border)}
.style-list article{padding:24px 0;display:grid;grid-template-columns:180px 1fr auto;gap:20px;border-bottom:1px solid var(--border)}
.style-list h3{margin:0;color:var(--title);font-family:var(--serif);font-size:22px}
.style-list p{margin:0;color:var(--muted)}
.style-list a{color:var(--bright);font-weight:700;white-space:nowrap}
.profile-card{display:grid;grid-template-columns:120px 1fr;min-height:230px;background:var(--surface);border:1px solid var(--border)}
.profile-card__placeholder{display:grid;place-items:center;background:radial-gradient(circle at 50% 25%,rgba(213,175,88,.35),transparent 25%),linear-gradient(180deg,#171611,#080806);border-right:1px solid var(--border)}
.profile-card__placeholder span{color:var(--bright);font-family:var(--serif);font-size:42px}
.profile-card>div:last-child{padding:24px}
.profile-card p{margin:0;color:var(--gold);font-size:12px}
.profile-card h3{margin:8px 0 14px;color:var(--title);font-size:18px}
.profile-card ul{margin:0;padding:0;list-style:none;color:var(--muted);font-size:14px}
.section-action{margin-top:36px;text-align:center}
.journey-line{margin:0;padding:0;list-style:none;display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--strong)}
.journey-line li{position:relative;padding:34px 24px 26px 0;border-bottom:1px solid var(--border)}
.journey-line li:before{content:"";position:absolute;top:-5px;left:0;width:9px;height:9px;border-radius:50%;background:var(--bright);box-shadow:0 0 20px rgba(243,210,123,.7)}
.journey-line span{color:var(--gold2)}
.journey-line h3{margin:8px 0;color:var(--title);font-family:var(--serif);font-size:22px}
.journey-line p{margin:0 0 12px;color:var(--muted)}
.journey-line a{color:var(--bright);font-weight:700}
.metric-grid{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid var(--border)}
.metric-grid article{padding:30px;min-height:220px;border-right:1px solid var(--border);border-bottom:1px solid var(--border)}
.metric-grid article:nth-child(3n){border-right:0}
.metric-grid article:nth-last-child(-n+3){border-bottom:0}
.metric-grid span{color:var(--gold);font-size:11px;letter-spacing:.2em}
.metric-grid h3{color:var(--title);font-family:var(--serif);font-size:24px}
.metric-grid p{color:var(--muted)}
.program-section{background:#080806;border-block:1px solid var(--border)}
.program-list{border-top:1px solid var(--strong)}
.program-list article{display:grid;grid-template-columns:70px 190px 1fr 130px 100px;gap:24px;align-items:center;min-height:88px;border-bottom:1px solid var(--border)}
.program-list article>span{color:var(--gold2);font-family:var(--serif);font-size:24px}
.program-list h3{margin:0;color:var(--title);font-family:var(--serif);font-weight:500}
.program-list p{margin:0;color:var(--muted)}
.program-list b{color:var(--gold);font-size:13px}
.program-list a{color:var(--text);font-weight:700;text-align:right}
.image-fallback{min-height:600px;display:flex;flex-direction:column;justify-content:flex-end;padding:40px;background:linear-gradient(145deg,transparent,rgba(213,175,88,.1)),repeating-linear-gradient(115deg,transparent 0 80px,rgba(213,175,88,.08) 80px 81px),#0b0a08}
.editorial-grid__visual img+.image-fallback{display:none}
.image-fallback span{color:var(--gold);letter-spacing:.22em;font-size:12px}
.image-fallback strong{max-width:500px;color:var(--title);font-family:var(--serif);font-size:42px;line-height:1.2}
.editorial-list{display:grid;gap:20px}
.editorial-list article{padding-left:20px;border-left:1px solid var(--strong)}
.editorial-list h3{margin:0 0 6px;color:var(--title);font-family:var(--serif);font-size:21px}
.editorial-list p{margin:0;color:var(--muted)}
.honor-section{background:radial-gradient(circle at 50% 0,rgba(213,175,88,.12),transparent 35%),#060604;border-block:1px solid var(--border)}
.honor-grid article{min-height:210px;padding:28px;text-align:center;border:1px solid var(--border);background:rgba(16,16,14,.72)}
.honor-grid span{color:var(--bright);font-size:28px}
.honor-grid h3{color:var(--title);font-family:var(--serif);font-size:23px;font-weight:500}
.honor-grid p{color:var(--muted)}
.news-grid article>span{color:var(--gold);font-size:12px}
.app-feature{background:linear-gradient(110deg,#050505,#14120d);border-block:1px solid var(--strong)}
.app-feature__inner{grid-template-columns:420px 1fr}
.app-feature__visual{min-height:560px;display:grid;place-items:center}
.phone-fallback{width:290px;height:520px;border:1px solid var(--strong);border-radius:28px;background:radial-gradient(circle at 50% 20%,rgba(243,210,123,.28),transparent 25%),linear-gradient(180deg,#171611,#050505);box-shadow:var(--gshadow);display:grid;place-content:center;text-align:center}
.app-feature__visual img+.phone-fallback{display:none}
.phone-fallback span{color:var(--title);font-family:var(--serif);font-size:28px;letter-spacing:.15em}
.phone-fallback small{color:var(--gold);letter-spacing:.24em}
.app-feature__copy h2,.about-feature__copy h2,.entry-callout h2{margin:0 0 20px;color:var(--title);font-family:var(--serif);font-size:clamp(32px,4vw,56px);font-weight:500;line-height:1.2}
.app-feature__copy>p:not(.eyebrow),.about-feature__copy>p:not(.eyebrow){color:var(--muted)}
.service-pills{display:flex;flex-wrap:wrap;gap:10px;margin:26px 0}
.service-pills span{padding:8px 14px;border:1px solid var(--border);font-size:13px}
.entry-callout{padding:54px;border:1px solid var(--strong);background:radial-gradient(circle at 100% 0,rgba(213,175,88,.16),transparent 30%),var(--surface);box-shadow:var(--gshadow)}
.entry-callout>p:not(.eyebrow){max-width:1100px}
.safety-privacy{background:#080806;border-block:1px solid var(--border)}
.protection-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}
.protection-grid article{padding:38px;min-height:500px;background:var(--surface);border:1px solid var(--border);display:flex;flex-direction:column}
.protection-grid article>span{color:var(--gold);font-size:12px;letter-spacing:.22em}
.protection-grid h3{color:var(--title);font-family:var(--serif);font-size:34px;font-weight:500}
.protection-grid p{color:var(--muted)}
.protection-grid a{margin-top:auto;color:var(--bright);font-weight:800}
.faq-list{border-top:1px solid var(--strong)}
.faq-list details{border-bottom:1px solid var(--border)}
.faq-list summary{min-height:70px;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:20px;color:var(--title);font-weight:800;list-style:none}
.faq-list summary::-webkit-details-marker{display:none}
.faq-list summary:after{content:"+";color:var(--gold);font-size:24px;font-weight:400}
.faq-list details[open] summary:after{content:"−"}
.faq-list details p{margin:0;padding:0 54px 24px 0;color:var(--muted)}
.faq-list--large summary{font-size:18px}
.about-feature{border-top:1px solid var(--border)}
.about-feature__visual{min-height:480px;display:grid;place-items:center;border:1px solid var(--border);background:radial-gradient(circle,rgba(213,175,88,.16),transparent 45%),#080806}
.emblem-fallback{width:260px;height:260px;border:1px solid var(--strong);transform:rotate(45deg);display:grid;place-content:center;text-align:center}
.about-feature__visual img+.emblem-fallback{display:none}
.emblem-fallback span,.emblem-fallback small{transform:rotate(-45deg)}
.emblem-fallback span{color:var(--title);font-family:var(--serif);font-size:72px}
.emblem-fallback small{color:var(--gold);letter-spacing:.18em}
.inner-hero{position:relative;overflow:hidden;background:radial-gradient(circle at 70% 10%,rgba(213,175,88,.17),transparent 28%),linear-gradient(180deg,#0d0c09,#050505);border-bottom:1px solid var(--border)}
.inner-hero:before{content:"";position:absolute;right:8%;top:-40%;width:1px;height:160%;background:linear-gradient(transparent,var(--gold),transparent);transform:rotate(26deg);opacity:.45;pointer-events:none}
.inner-hero__glow{position:absolute;width:460px;height:460px;border-radius:50%;left:7%;bottom:-330px;border:1px solid var(--border);box-shadow:0 0 90px rgba(213,175,88,.12);pointer-events:none}
.inner-hero__content{min-height:430px;padding-block:100px 74px;display:flex;flex-direction:column;justify-content:center}
.inner-hero h1{margin:0 0 20px;color:var(--title);font-family:var(--serif);font-size:clamp(48px,7vw,92px);font-weight:500;line-height:1;letter-spacing:.04em}
.inner-hero__content>p:not(.eyebrow){margin:0;max-width:900px;font-size:18px}
.inner-hero__meta{margin-top:28px;display:flex;flex-wrap:wrap;gap:10px}
.inner-hero__meta span{padding:7px 12px;border:1px solid var(--border);color:var(--muted);font-size:12px}
.topic-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}
.topic-card{position:relative;min-height:290px;padding:34px;background:linear-gradient(145deg,var(--surface),#0a0a08);border:1px solid var(--border);overflow:hidden}
.topic-card:after{content:"";position:absolute;right:-48px;bottom:-48px;width:110px;height:110px;border:1px solid var(--border);transform:rotate(45deg);pointer-events:none}
.topic-card>span{color:var(--gold2);font-family:var(--serif);font-size:34px}
.topic-card h2{margin:8px 0 12px;color:var(--title);font-family:var(--serif);font-size:27px;font-weight:500}
.topic-card p{margin:0;color:var(--muted)}
.process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.process-grid article{min-height:210px;padding:26px;border-top:1px solid var(--strong);background:rgba(16,16,14,.5)}
.process-grid span{color:var(--gold);font-family:var(--serif);font-size:28px}
.process-grid h3{color:var(--title);font-family:var(--serif);font-size:22px}
.process-grid p{color:var(--muted)}
.notice-panel{padding:38px 42px;border:1px solid var(--strong);background:linear-gradient(110deg,rgba(213,175,88,.1),transparent 38%),var(--surface);box-shadow:var(--gshadow)}
.notice-panel span{color:var(--bright);font-weight:800;letter-spacing:.12em}
.notice-panel p{margin:10px 0 0;font-size:17px}
.related-section{padding-top:58px;background:#080806;border-top:1px solid var(--border)}
.related-links{display:flex;justify-content:space-between;gap:30px;align-items:center;padding-bottom:34px;border-bottom:1px solid var(--border)}
.related-links h2{margin:0;color:var(--title);font-family:var(--serif);font-weight:500}
.related-links>div{display:flex;flex-wrap:wrap;gap:10px}
.related-links a{min-height:44px;padding:9px 14px;display:inline-flex;align-items:center;border:1px solid var(--border);color:var(--bright)}
.page-ending{max-width:900px;margin:28px 0 0;color:var(--muted)}
.site-footer{background:#030303;border-top:1px solid var(--strong)}
.site-footer__top{padding:72px 0 42px;display:grid;grid-template-columns:340px 1fr;gap:80px}
.footer-logo{display:inline-grid;gap:4px;color:var(--title);font-family:var(--serif);font-size:28px;letter-spacing:.15em}
.footer-logo img{max-width:220px;max-height:70px;object-fit:contain}
.footer-logo small{color:var(--gold);font-family:var(--sans);font-size:10px;letter-spacing:.25em}
.footer-brand p{color:var(--muted)}
.footer-nav{display:grid;grid-template-columns:repeat(4,1fr);gap:28px}
.footer-nav h2{color:var(--bright);font-size:14px}
.footer-nav a{min-height:34px;display:flex;align-items:center;color:var(--muted);font-size:14px}
.footer-nav a:hover{color:var(--title)}
.site-footer__notice{padding:22px 0;border-top:1px solid var(--border);border-bottom:1px solid var(--border);color:var(--muted);font-size:13px}
.site-footer__notice p{margin:0}
.site-footer__bottom{min-height:72px;display:flex;align-items:center;justify-content:space-between;gap:24px;color:var(--quiet);font-size:12px}
.site-footer__bottom nav{display:flex;gap:18px}
.page-overlay{position:fixed;inset:0;z-index:150;background:rgba(0,0,0,.74);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .25s ease,visibility .25s ease}
.page-overlay.is-open{opacity:1;visibility:visible;pointer-events:auto}
.channel-panel{position:fixed;z-index:160;right:0;top:0;width:min(520px,90vw);height:100dvh;background:#080806;border-left:1px solid var(--strong);transform:translateX(105%);visibility:hidden;pointer-events:none;transition:transform .28s ease,visibility .28s ease;box-shadow:-20px 0 60px rgba(0,0,0,.6)}
.channel-panel.is-open{transform:translateX(0);visibility:visible;pointer-events:auto}
.channel-panel__head{min-height:84px;padding:14px 18px 14px 24px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--border)}
.channel-panel__brand{display:inline-flex;align-items:center}
.channel-panel__brand img{max-width:160px;max-height:54px;object-fit:contain}
.channel-panel__brand span{display:grid}
.channel-panel__brand strong{color:var(--title);font-family:var(--serif);font-size:22px;letter-spacing:.12em}
.channel-panel__brand small{color:var(--gold);font-size:9px;letter-spacing:.22em}
.channel-close{width:46px;height:46px;border:1px solid var(--border);background:var(--surface);color:var(--title);font-size:28px;cursor:pointer}
.channel-panel__body{height:calc(100dvh - 84px);overflow-y:auto;padding:26px 24px 60px;overscroll-behavior:contain}
.channel-group{margin-bottom:30px}
.channel-group h2{margin:0 0 10px;color:var(--gold);font-size:13px;letter-spacing:.14em}
.channel-group a{display:grid;grid-template-columns:118px 1fr;gap:14px;padding:14px 0;border-bottom:1px solid var(--border)}
.channel-group strong{color:var(--title)}
.channel-group span{color:var(--muted);font-size:13px}
.mobile-nav{display:none}
@media(max-width:1120px){
.brand-header__inner{grid-template-columns:1fr 240px 1fr}.stage-mark,.text-action{display:none}.hero-console{grid-template-columns:1fr .5fr}.hero-console .button-row{grid-column:1/-1}.track-grid,.profile-grid,.news-grid,.honor-grid{grid-template-columns:repeat(2,1fr)}.journey-line{grid-template-columns:repeat(2,1fr)}.program-list article{grid-template-columns:54px 150px 1fr 120px}.program-list article a{display:none}.app-feature__inner{grid-template-columns:330px 1fr;gap:44px}.process-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:820px){
.container{width:min(calc(100% - 28px),var(--max))}.event-strip__inner{width:calc(100% - 28px);grid-template-columns:1fr auto}.event-strip__center,.event-strip__right{display:none!important}.event-strip__mobile{display:inline-flex;justify-self:end;color:var(--bright)}.brand-header__inner{width:calc(100% - 28px);min-height:64px;grid-template-columns:52px 1fr 82px;gap:8px}.channel-trigger{width:48px;justify-content:center}.channel-trigger>span:last-child{display:none}.brand-logo{min-width:0}.brand-logo img{max-width:150px;max-height:48px}.brand-logo__cn{font-size:21px}.brand-logo__en{font-size:8px}.brand-header__side--right{justify-content:flex-end}.gold-action{min-height:42px;padding:0 12px;font-size:13px}.stage-nav__inner{width:100%}.stage-nav__scroll{overflow-x:auto;scrollbar-width:none;overscroll-behavior-inline:contain}.stage-nav__scroll::-webkit-scrollbar{display:none}.stage-nav__link{padding:0 14px}.more-menu summary{min-width:72px;background:#080806}.hero-stage{min-height:auto}.hero-stage__media,.stage-fallback{min-height:54vh}.hero-stage__media>img{height:54vh;object-fit:contain}.hero-stage__rail{display:none}.hero-console{width:calc(100% - 28px);margin-top:-70px;padding:24px 20px;grid-template-columns:1fr;gap:18px}.hero-console h1{font-size:38px}.hero-console__status{padding:14px 0 0;border-left:0;border-top:1px solid var(--border)}.hero-console .button-row{grid-column:auto}.button-row{align-items:stretch}.button-row .button{flex:1 1 100%}.status-deck{grid-template-columns:1fr}.status-deck article{min-height:0;border-right:0;border-bottom:1px solid var(--border)}.status-deck article:last-child{border-bottom:0}.section{padding:70px 0}.track-grid,.profile-grid,.metric-grid,.honor-grid,.news-grid,.protection-grid,.topic-grid{grid-template-columns:1fr}.track-grid article{min-height:0}.split-feature,.editorial-grid,.app-feature__inner,.about-feature__inner{grid-template-columns:1fr;gap:36px}.split-feature__visual,.editorial-grid__visual{min-height:440px}.style-list article{grid-template-columns:1fr;gap:8px}.profile-card{grid-template-columns:96px 1fr}.journey-line{grid-template-columns:1fr}.metric-grid article{border-right:0;border-bottom:1px solid var(--border)!important}.metric-grid article:last-child{border-bottom:0!important}.program-list article{padding:18px 0;grid-template-columns:42px 1fr;gap:4px 16px}.program-list article p,.program-list article b{grid-column:2}.app-feature__visual{min-height:400px}.phone-fallback{width:230px;height:400px}.entry-callout,.protection-grid article,.notice-panel{padding:28px 22px}.inner-hero__content{min-height:360px;padding-block:76px 60px}.inner-hero h1{font-size:52px}.process-grid{grid-template-columns:1fr}.related-links{align-items:flex-start;flex-direction:column}.site-footer__top{grid-template-columns:1fr;gap:38px}.footer-nav{grid-template-columns:repeat(2,1fr)}.site-footer__bottom{align-items:flex-start;flex-direction:column;padding-block:20px 90px}.mobile-nav{position:fixed;z-index:90;left:0;right:0;bottom:0;min-height:calc(62px + env(safe-area-inset-bottom));padding-bottom:env(safe-area-inset-bottom);display:grid;grid-template-columns:repeat(5,1fr);background:rgba(5,5,5,.97);border-top:1px solid var(--strong);backdrop-filter:blur(16px)}.mobile-nav a{min-height:62px;display:flex;flex-direction:column;align-items:center;justify-content:center;color:var(--muted);font-size:11px}.mobile-nav a span{font-size:18px;line-height:1}.mobile-nav a strong{margin-top:6px}.mobile-nav a.is-current{color:var(--bright)}
}
@media(max-width:520px){
.event-strip__brand{max-width:220px}.hero-console h1{font-size:33px}.section-heading h2,.app-feature__copy h2,.about-feature__copy h2,.entry-callout h2{font-size:34px}.section-heading>p:last-child,.inner-hero__content>p:not(.eyebrow){font-size:16px}.topic-card{padding:26px 22px;min-height:0}.topic-card h2{font-size:24px}.profile-card{grid-template-columns:80px 1fr}.profile-card>div:last-child{padding:18px}.footer-nav{grid-template-columns:1fr 1fr;gap:20px 14px}.channel-group a{grid-template-columns:100px 1fr}.more-menu__panel{width:min(240px,calc(100vw - 28px));right:4px}
}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;transition-duration:.001ms!important;animation-duration:.001ms!important;animation-iteration-count:1!important}}

/* Inner content pages */
.inner-hero__grid{position:relative;z-index:1;min-height:500px;padding-block:74px;display:grid;grid-template-columns:minmax(0,1.08fr) minmax(320px,.72fr);gap:64px;align-items:center}
.inner-hero__copy{min-width:0}
.inner-hero__lead{max-width:800px;margin:0;color:var(--text);font-size:18px;line-height:1.9}
.inner-hero__visual{position:relative;min-height:330px;margin:0;overflow:hidden;border:1px solid var(--strong);background:linear-gradient(145deg,#18160f,#050505);box-shadow:var(--shadow)}
.inner-hero__visual img{position:absolute;inset:0;width:100%;height:100%;object-fit:contain;object-position:center;background:#050505}
.inner-hero__visual-fallback,.inner-hero__visual--abstract span{position:absolute;inset:0;display:block;background:radial-gradient(circle at 50% 18%,rgba(243,210,123,.34),transparent 18%),radial-gradient(ellipse at 50% 112%,rgba(213,175,88,.28),transparent 47%),linear-gradient(145deg,#15130d,#040404 70%)}
.inner-hero__visual-fallback:before,.inner-hero__visual-fallback:after,.inner-hero__visual--abstract:before,.inner-hero__visual--abstract:after{content:"";position:absolute;top:-8%;width:24%;height:118%;background:linear-gradient(180deg,rgba(255,244,216,.24),rgba(213,175,88,.02) 58%,transparent);filter:blur(16px);transform-origin:top;pointer-events:none}
.inner-hero__visual-fallback:before,.inner-hero__visual--abstract:before{left:17%;transform:rotate(18deg)}
.inner-hero__visual-fallback:after,.inner-hero__visual--abstract:after{right:17%;transform:rotate(-18deg)}
.section-heading--split{max-width:none;margin-inline:0;text-align:left;display:grid;grid-template-columns:minmax(0,.82fr) minmax(300px,.58fr);gap:56px;align-items:end}
.section-heading--split>p:last-child{max-width:620px;justify-self:end}
.topic-card__index{display:block;color:var(--gold2);font-family:var(--serif);font-size:34px;line-height:1}
.topic-card h3{margin:16px 0 12px;color:var(--title);font-family:var(--serif);font-size:27px;font-weight:500;line-height:1.3}
.process-list{margin:0;padding:0;list-style:none;display:grid;grid-template-columns:repeat(4,1fr);gap:18px;counter-reset:stage}
.process-list li{min-height:240px;padding:28px 26px;background:rgba(16,16,14,.72);border-top:1px solid var(--strong);border-inline:1px solid var(--border);border-bottom:1px solid var(--border)}
.process-list>li>span{display:block;color:var(--gold);font-family:var(--serif);font-size:30px;line-height:1}
.process-list h3{margin:20px 0 10px;color:var(--title);font-family:var(--serif);font-size:22px;font-weight:500;line-height:1.35}
.process-list p{margin:0;color:var(--muted)}
.notice-panel{display:grid;grid-template-columns:minmax(230px,.55fr) minmax(300px,1fr) auto;gap:32px;align-items:center}
.notice-panel h2{margin:0;color:var(--title);font-family:var(--serif);font-size:clamp(26px,3vw,40px);font-weight:500;line-height:1.25}
.notice-panel>p{margin:0;color:var(--muted)}
.notice-panel .text-link:after{content:none}
.notice-panel .text-link span{margin-left:8px;color:inherit;font:inherit;letter-spacing:0}
.related-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.related-grid a{position:relative;min-height:152px;padding:24px 46px 24px 22px;display:flex;flex-direction:column;border:1px solid var(--border);background:var(--surface);transition:border-color .2s ease,background .2s ease,transform .2s ease}
.related-grid a:hover{border-color:var(--strong);background:var(--hover);transform:translateY(-2px)}
.related-grid strong{color:var(--title);font-family:var(--serif);font-size:21px;font-weight:500}
.related-grid span{margin-top:8px;color:var(--muted);font-size:14px}
.related-grid i{position:absolute;right:20px;bottom:18px;color:var(--bright);font-style:normal;font-size:20px}
.page-closing{max-width:960px;margin:34px 0 0;padding-left:18px;border-left:1px solid var(--gold);color:var(--muted)}

@media(max-width:1120px){
.inner-hero__grid{grid-template-columns:1fr .72fr;gap:40px}.process-list{grid-template-columns:repeat(2,1fr)}.related-grid{grid-template-columns:repeat(2,1fr)}.notice-panel{grid-template-columns:1fr 1.2fr}.notice-panel .text-link{grid-column:1/-1;justify-self:start}
}
@media(max-width:820px){
.inner-hero__grid{min-height:0;padding-block:58px;grid-template-columns:1fr;gap:32px}.inner-hero__lead{font-size:16px}.inner-hero__visual{min-height:360px}.section-heading--split{grid-template-columns:1fr;gap:16px}.section-heading--split>p:last-child{justify-self:start}.process-list{grid-template-columns:1fr}.process-list li{min-height:0}.notice-panel{display:block}.notice-panel>p{margin-top:18px}.notice-panel .text-link{margin-top:16px}.related-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:520px){
.inner-hero__grid{padding-block:48px}.inner-hero h1{font-size:42px}.inner-hero__visual{min-height:280px}.topic-card h3{font-size:24px}.related-grid{grid-template-columns:1fr}.related-grid a{min-height:126px}.faq-list summary{min-height:64px;padding-right:4px}.faq-list details p{padding-right:12px}.page-closing{font-size:14px}
}
