/* Geometry measured from the user-confirmed video frame, not extracted source CSS.
   Reference viewport: 1920 × 736; hero text x≈528, nav 466×44 at y≈12.
   The user's names replace the original two-line headline. */
:root{color-scheme:dark;--home-bg:#080808;--home-ink:#ededed;--home-muted:#7c7c7c;--home-line:rgba(255,255,255,.085);font-family:"PingFang SC","Hiragino Sans GB","Microsoft YaHei",sans-serif;background:var(--home-bg);color:var(--home-ink)}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;min-width:320px;background:var(--home-bg)}
a{color:inherit}
button{font:inherit;cursor:pointer}
.home-skip{position:fixed;z-index:1500;top:-80px;left:16px;padding:12px 18px;background:#fff;color:#111;text-decoration:none}
.home-skip:focus{top:16px}
.home-hero{position:relative;min-height:max(640px,100svh);overflow:hidden;isolation:isolate}
.home-backdrop,.home-video,.home-shade{position:absolute;inset:0;width:100%;height:100%}
.home-backdrop{z-index:-1;background:var(--home-bg)}
.home-video{display:block;object-fit:cover;pointer-events:none}
.home-shade{background:linear-gradient(90deg,rgba(0,0,0,.65),rgba(0,0,0,.38) 60%,rgba(0,0,0,.5)),linear-gradient(180deg,rgba(0,0,0,.18),transparent 50%,rgba(0,0,0,.5));opacity:0}
.home-backdrop.has-video .home-shade{opacity:1}
.home-copy{position:absolute;top:50%;left:50%;width:min(864px,calc(100% - 80px));transform:translate(-50%,-45%)}
.home-kicker{margin:0 0 26px;display:flex;align-items:center;gap:14px;color:#787878;font:400 9px/14px ui-monospace,"SFMono-Regular",Menlo,monospace;letter-spacing:.2em}
.home-kicker>span{width:17px;height:1px;background:#272727}
#home-title{margin:0;font-weight:400;letter-spacing:-.045em}
.home-name{display:block;color:#eee;font-size:96px;line-height:1;letter-spacing:-.065em;font-weight:520}
.home-name-en{display:block;margin-top:4px;color:#797979;font-family:"Helvetica Neue","Arial",sans-serif;font-size:64px;line-height:1.05;letter-spacing:-.035em;font-weight:200}
.home-intro{max-width:470px;margin:28px 0 42px;color:#858585;font-size:13px;line-height:1.85;letter-spacing:.012em}
.home-intro strong{color:#c5c5c5;font-weight:400}
.home-facts{display:grid;grid-template-columns:1fr 1fr 1.1fr;width:486px;max-width:100%;margin:0;border-top:1px solid var(--home-line);border-bottom:1px solid var(--home-line)}
.home-facts>div{min-height:66px;padding:14px 15px 13px 0}
.home-facts>div+div{padding-left:18px;border-left:1px solid var(--home-line)}
.home-facts dt{margin:0 0 7px;color:#656565;font-size:9px;line-height:1.2}
.home-facts dd{margin:0;color:#c8c8c8;font-size:11px;line-height:1.5;white-space:nowrap}
.home-scroll{position:absolute;left:max(calc(50% - 374px),40px);bottom:29px;display:flex;gap:8px;align-items:center;min-height:32px;text-decoration:none;color:#737373;font:400 8px/1 ui-monospace,"SFMono-Regular",Menlo,monospace;letter-spacing:.24em}
.home-scroll i{height:26px;width:1px;background:linear-gradient(#757575,#292929)}
.home-scroll:hover{color:#ddd}
.home-video-toggle{position:absolute;right:24px;bottom:26px;width:40px;height:40px;border:1px solid #424242;border-radius:50%;background:#08080880;color:#bbb;font-size:11px}
.home-video-toggle[hidden]{display:none}
.home-video-toggle[aria-pressed=true] span{font-size:0}
.home-video-toggle[aria-pressed=true] span::after{content:"▶";font-size:9px}
.home-explore{max-width:1024px;margin:auto;padding:100px 0 96px;border-top:1px solid var(--home-line)}
.home-explore header{margin-bottom:48px}
.home-explore header p{color:#676767;font:400 9px/1.5 ui-monospace,"SFMono-Regular",Menlo,monospace;letter-spacing:.16em}
.home-explore h2{margin:16px 0 0;font-size:28px;font-weight:450;letter-spacing:-.035em}
.home-explore nav{border-top:1px solid var(--home-line)}
.home-explore nav a{display:grid;grid-template-columns:150px 150px 1fr 24px;gap:24px;align-items:center;min-height:104px;border-bottom:1px solid var(--home-line);text-decoration:none;transition:color .2s}
.home-explore small{color:#777;font:400 9px/1.5 ui-monospace,"SFMono-Regular",Menlo,monospace;letter-spacing:.12em}
.home-explore strong{color:#b3b3b3;font-size:28px;font-weight:450;transition:transform .25s,color .2s}
.home-explore nav a>span{color:#717171;font-size:12px}
.home-explore b{color:#6c6c6c;font-size:17px;font-weight:400}
.home-explore nav a:hover strong,.home-explore nav a:focus-visible strong{color:#fff;transform:translateX(5px)}
.home-footer{max-width:1024px;min-height:96px;margin:auto;display:flex;align-items:center;gap:24px;font:400 9px/1.5 ui-monospace,"SFMono-Regular",Menlo,monospace;color:#676767}
.home-footer>span{margin-right:auto;letter-spacing:.12em}
.home-footer a{min-height:44px;display:flex;align-items:center;text-decoration:none}
:focus-visible{outline:1px solid #ddd;outline-offset:5px}
@media(max-width:1199px){
 .home-copy{width:calc(100% - 160px)}
 .home-name{font-size:88px}.home-name-en{font-size:58px}
 .home-explore,.home-footer{margin-inline:80px}
 .home-scroll{left:80px}
 .home-explore nav a{grid-template-columns:120px 100px 1fr 24px;gap:20px}
}
@media(max-width:820px){
 .home-copy{width:calc(100% - 80px)}.home-name{font-size:86px}.home-name-en{font-size:56px}
 .home-explore,.home-footer{margin-inline:40px}.home-scroll{left:40px}
 .home-explore nav a{grid-template-columns:100px 82px 1fr 20px;gap:14px}
}
@media(max-width:520px){
 .home-hero{min-height:max(680px,100svh)}
 .home-copy{width:calc(100% - 48px);transform:translate(-50%,-44%)}
 .home-kicker{font-size:8px;letter-spacing:.15em;margin-bottom:24px}
 .home-name{font-size:76px}.home-name-en{font-size:42px;letter-spacing:-.045em;line-height:1.2;margin-top:7px}
 .home-intro{font-size:12px;line-height:1.9;margin:24px 0 30px;max-width:330px}
 .home-intro br{display:none}
 .home-facts{grid-template-columns:1fr}
 .home-facts>div,.home-facts>div+div{min-height:39px;display:grid;grid-template-columns:64px 1fr;align-items:center;gap:12px;padding:10px 0;border-left:0}
 .home-facts>div+div{border-top:1px solid var(--home-line)}
 .home-facts dt{margin:0;font-size:10px}.home-facts dd{font-size:11px}
 .home-scroll{left:24px;bottom:20px}
 .home-explore{margin-inline:24px;padding:72px 0 60px}
 .home-explore h2{font-size:24px}.home-explore header{margin-bottom:32px}
 .home-explore nav a{grid-template-columns:1fr 1fr 20px;gap:10px;min-height:102px;padding:22px 0}
 .home-explore small{grid-column:1/-1;font-size:8px}
 .home-explore strong{grid-column:1;font-size:25px}.home-explore nav a>span{grid-column:2;font-size:11px;line-height:1.6}
 .home-explore b{grid-column:3}
 .home-footer{margin-inline:24px;gap:16px;flex-wrap:wrap;padding:12px 0 24px}
 .home-footer>span{flex-basis:100%;margin-bottom:0}
}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.home-explore strong{transition:none}}

/* F101 retains the B10 bilingual introduction and its one-shot typed signal. */
.home-intro{margin:26px 0 30px;max-width:486px}
.home-intro>p:first-child{margin:0;color:#c3c3bf;font-size:14px;line-height:1.95;max-width:35em}
.cover-english{max-width:48ch;margin:15px 0 0;color:#91918d;font:400 11px/1.75 ui-monospace,"SFMono-Regular",Menlo,monospace}
.cover-typing{min-height:18px;margin:22px 0 0;color:#d0d0cc;font:400 10px/1.8 ui-monospace,"SFMono-Regular",Menlo,monospace}
.typing-caret{display:inline-block;width:.08em;height:1em;margin-left:.18em;background:currentColor;vertical-align:-.1em;animation:typing-blink .9s steps(1,end) infinite}
@keyframes typing-blink{50%{opacity:0}}
@media(max-width:520px){.home-hero{min-height:max(800px,100svh)}.home-copy{transform:translate(-50%,-45%)}.home-intro{margin:22px 0 26px}.home-intro>p:first-child{font-size:13px;line-height:1.9}.cover-english{font-size:10px;line-height:1.75;margin-top:14px}.cover-typing{margin-top:18px;font-size:9px}}
@media(prefers-reduced-motion:reduce){.typing-caret{animation:none}}

/* F105: one visual paragraph for the two Chinese sentences, followed by the full translation. */
.home-belief{margin:0;color:#c3c3bf;font-size:14px;line-height:1.95;max-width:35em}
.cover-english{max-width:100%;font-family:"Helvetica Neue",Arial,sans-serif;letter-spacing:.01em}
@media(max-width:520px){.home-belief{font-size:13px;line-height:1.9}.cover-english{font-size:11px;line-height:1.65}.home-hero{min-height:max(850px,100svh)}}
