@font-face{font-family:HarmonySC;src:url('assets/fonts/HarmonyOS-Sans-SC-Regular.ttf') format('truetype');font-display:swap;font-weight:100 900}
:root{--blue:#269cf2;--blue-2:#58c4ff;--deep:#153657;--ink:#18324b;--muted:#668096;--paper:#f6fbff;--line:#cfe8f7;--yellow:#ffd35a;--white:#fff;--shadow:0 22px 60px rgba(37,105,155,.14);--radius:24px;--shell:min(1180px,calc(100% - 48px))}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:var(--paper);font-family:HarmonySC,"Microsoft YaHei",sans-serif;line-height:1.7;overflow-x:hidden}body::selection{background:#b6e7ff;color:#153657}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}button{font:inherit}.skip-link{position:fixed;left:16px;top:-80px;z-index:999;background:#fff;padding:10px 16px;border-radius:8px;box-shadow:var(--shadow)}.skip-link:focus{top:16px}.site-header{position:absolute;z-index:50;top:0;left:0;width:100%;height:86px;color:#fff;border-bottom:1px solid rgba(255,255,255,.22)}.site-header.solid{position:fixed;background:rgba(248,252,255,.9);color:var(--ink);border-color:rgba(44,139,203,.16);backdrop-filter:blur(18px);box-shadow:0 8px 30px rgba(29,94,139,.05)}.nav-shell{width:var(--shell);height:100%;margin:auto;display:flex;align-items:center;justify-content:space-between}.brand{display:flex;align-items:center;gap:12px}.brand-mark{position:relative;display:grid;place-items:center;width:46px;height:46px;border:2px solid currentColor;border-radius:50%}.brand-mark::after{content:"";position:absolute;width:9px;height:9px;background:var(--yellow);border:3px solid rgba(255,255,255,.94);border-radius:50%;right:-3px;top:2px}.brand-mark span{font-size:21px;font-weight:800;line-height:1}.brand-copy{display:flex;flex-direction:column;line-height:1.08}.brand-copy strong{font-size:16px;letter-spacing:.12em}.brand-copy small{margin-top:5px;font-size:10px;letter-spacing:.32em;opacity:.76}.site-nav{display:flex;align-items:center;gap:34px;font-size:14px}.site-nav a{position:relative;opacity:.82;transition:.25s}.site-nav a:not(.nav-download)::after{content:"";position:absolute;height:2px;width:0;left:50%;bottom:-10px;background:currentColor;transform:translateX(-50%);transition:.25s}.site-nav a:hover,.site-nav a.active{opacity:1}.site-nav a:hover::after,.site-nav a.active::after{width:18px}.site-nav .nav-download{padding:10px 18px;color:var(--deep);background:#fff;border-radius:99px;font-weight:700;box-shadow:0 9px 24px rgba(11,65,110,.16)}.solid .site-nav .nav-download{color:#fff;background:var(--blue)}.nav-toggle{display:none;border:0;background:transparent;width:42px;height:42px;padding:10px}.nav-toggle span{display:block;width:22px;height:2px;margin:5px auto;background:currentColor;border-radius:4px;transition:.25s}
.hero{position:relative;min-height:800px;height:100svh;max-height:980px;overflow:hidden;color:#fff;background:#5baedd}.hero-bg{position:absolute;inset:0;background-image:url('assets/images/hero-station.webp');background-position:center;background-size:cover;filter:saturate(.8) brightness(.82)}.hero-skywash{position:absolute;inset:0;background:linear-gradient(90deg,rgba(8,51,91,.86) 0%,rgba(26,105,161,.61) 42%,rgba(76,172,223,.14) 77%),linear-gradient(0deg,rgba(14,75,118,.42),transparent 55%)}.hero-grid,.page-hero-grid{position:absolute;inset:0;opacity:.2;background-image:linear-gradient(rgba(255,255,255,.22) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.22) 1px,transparent 1px);background-size:70px 70px;mask-image:linear-gradient(90deg,#000,transparent 70%)}.hero-grid::after,.page-hero-grid::after{content:"";position:absolute;left:7%;top:18%;width:160px;height:2px;background:#fff;box-shadow:210px 160px 0 rgba(255,255,255,.7),-30px 390px 0 rgba(255,255,255,.45)}.hero-ring{position:absolute;border:1px solid rgba(255,255,255,.46);border-radius:50%}.ring-a{width:550px;height:550px;right:-150px;top:80px}.ring-b{width:120px;height:120px;left:46%;top:140px;border-width:2px}.hero-shell{position:relative;z-index:2;width:var(--shell);height:100%;margin:auto;display:grid;grid-template-columns:1fr 1.13fr;align-items:center;padding-top:90px}.hero-copy{position:relative;z-index:5;max-width:570px}.hero-date{font-size:12px;letter-spacing:.34em;font-weight:700;margin:0 0 24px;opacity:.8}.hero h1{margin:0;line-height:.94;text-shadow:0 10px 28px rgba(9,51,86,.14)}.hero h1 span{display:block;font-size:clamp(58px,6.3vw,96px);font-weight:900;letter-spacing:-.055em}.hero h1 em{display:block;margin-top:18px;font-style:normal;font-size:clamp(28px,3.5vw,48px);font-weight:600;letter-spacing:.24em}.hero-lead{max-width:520px;margin:28px 0 0;font-size:17px;line-height:1.95;color:rgba(255,255,255,.9)}.hero-actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:32px}.hero-actions.centered{justify-content:center}.button{min-height:52px;display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:0 24px;border-radius:14px;font-size:15px;font-weight:750;letter-spacing:.02em;transition:transform .25s,box-shadow .25s,background .25s,opacity .25s;border:1px solid transparent}.button svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.button-primary{background:linear-gradient(135deg,#55c7ff,#2189ee);color:#fff;box-shadow:0 15px 35px rgba(17,92,169,.28)}.hero .button-primary{background:#fff;color:#167bc4}.hero .button-primary svg:first-child{fill:currentColor;stroke:none}.button-ghost{color:#fff;border-color:rgba(255,255,255,.55);background:rgba(255,255,255,.08);backdrop-filter:blur(10px)}.button:hover{transform:translateY(-3px);box-shadow:0 18px 36px rgba(21,94,150,.25)}.hero-meta{display:flex;gap:28px;margin-top:34px;padding-top:24px;border-top:1px solid rgba(255,255,255,.27);font-size:12px;letter-spacing:.08em;color:rgba(255,255,255,.84)}.hero-meta b{margin-right:7px;color:#fff}.hero-cast{position:absolute;width:64%;height:82%;right:-7%;bottom:-3%;z-index:3;pointer-events:none}.cast{position:absolute;bottom:-1%;height:84%;width:auto;object-fit:contain;filter:drop-shadow(0 20px 22px rgba(6,46,78,.27))}.cast-1{left:5%;z-index:4;height:91%}.cast-2{left:26%;z-index:3;height:87%}.cast-3{left:49%;z-index:2;height:84%}.cast-4{left:68%;z-index:1;height:82%}.cast-label{position:absolute;z-index:6;right:3%;top:10%;width:118px;height:118px;border-radius:50%;border:1px solid rgba(255,255,255,.7);display:grid;place-content:center;text-align:center;background:rgba(66,172,226,.18);backdrop-filter:blur(8px)}.cast-label::before{content:"";position:absolute;inset:9px;border:1px dashed rgba(255,255,255,.64);border-radius:50%}.cast-label span{font-size:9px;letter-spacing:.26em}.cast-label strong{font-size:29px;line-height:1.2}.scroll-cue{position:absolute;z-index:8;bottom:26px;left:50%;display:flex;flex-direction:column;align-items:center;gap:8px;font-size:9px;letter-spacing:.28em;opacity:.78}.scroll-cue span{width:1px;height:34px;background:linear-gradient(#fff,transparent)}
.section{position:relative;padding:120px 0}.section-shell{width:var(--shell);margin:auto}.section-index{margin:0 0 17px;font-size:11px;letter-spacing:.28em;color:var(--blue);font-weight:800}.section-heading{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(280px,.75fr);align-items:end;gap:70px}.section-heading h2{margin:0;font-size:clamp(34px,4vw,56px);line-height:1.22;letter-spacing:-.04em}.section-heading h2 span{color:var(--blue)}.section-heading>p:last-child{margin:0;color:var(--muted);font-size:16px}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:62px}.feature-card{position:relative;min-height:280px;padding:34px;border:1px solid var(--line);background:rgba(255,255,255,.84);border-radius:var(--radius);box-shadow:0 15px 40px rgba(33,103,151,.07);overflow:hidden;transition:.28s}.feature-card:hover{transform:translateY(-5px);box-shadow:var(--shadow);border-color:#8fd2f8}.feature-card::after{content:"";position:absolute;width:100px;height:100px;border:18px solid #e8f6ff;border-radius:50%;right:-42px;bottom:-48px}.feature-card svg{width:38px;height:38px;fill:none;stroke:var(--blue);stroke-width:1.25;stroke-linecap:round;stroke-linejoin:round}.feature-card h3{margin:36px 0 12px;font-size:21px}.feature-card p{margin:0;color:var(--muted);font-size:14px}.feature-no{position:absolute;right:26px;top:25px;font-size:11px;color:#8eb8d3;letter-spacing:.18em}.story{padding:0;display:grid;grid-template-columns:1.08fr .92fr;background:#eaf7ff;min-height:720px}.story-photo{position:relative;min-height:720px;overflow:hidden}.story-photo::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent 70%,#eaf7ff),linear-gradient(0deg,rgba(7,53,84,.24),transparent 45%)}.story-photo img{width:100%;height:100%;object-fit:cover}.photo-stamp{position:absolute;z-index:2;left:8%;bottom:9%;padding:18px 24px;color:#fff;border-left:3px solid #fff;background:rgba(15,76,118,.46);backdrop-filter:blur(12px)}.photo-stamp small{display:block;font-size:9px;letter-spacing:.24em}.photo-stamp strong{font-size:23px}.story-copy{max-width:610px;padding:110px 9% 90px}.story-copy h2{font-size:clamp(36px,4vw,58px);line-height:1.23;letter-spacing:-.04em;margin:0}.story-rule{width:78px;height:3px;background:var(--blue);margin:30px 0}.story-copy>p:not(.section-index){color:#587489;margin:0 0 18px}.story-copy blockquote{margin:32px 0;padding:20px 22px;border-left:3px solid var(--blue);background:rgba(255,255,255,.57);font-size:18px;font-weight:700;color:#245b82}.text-link{display:inline-flex;gap:12px;align-items:center;margin-top:14px;color:var(--blue);font-size:14px;font-weight:750}.text-link span{font-size:22px;transition:.2s}.text-link:hover span{transform:translateX(5px)}.section-heading.compact{grid-template-columns:1fr auto;align-items:end}.section-heading.compact .section-index{grid-column:1/-1;margin-bottom:-34px}.section-heading.compact h2{font-size:clamp(34px,4vw,52px)}.desktop-link{margin:0}.mobile-link{display:none}.character-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:56px}.character-tile{position:relative;height:470px;border-radius:22px;overflow:hidden;color:#fff;box-shadow:0 18px 45px rgba(35,102,150,.13);transition:.3s}.character-tile:hover{transform:translateY(-6px)}.character-tile::before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.12) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.12) 1px,transparent 1px);background-size:32px 32px;mask-image:linear-gradient(#000,transparent 70%)}.character-tile::after{content:"";position:absolute;width:160px;height:160px;border:1px solid rgba(255,255,255,.48);border-radius:50%;right:-36px;top:90px}.tile-blue{background:linear-gradient(155deg,#3eabf2,#1e6fd0)}.tile-cyan{background:linear-gradient(155deg,#4cc9cf,#1985a0)}.tile-violet{background:linear-gradient(155deg,#7aa7f5,#545dca)}.tile-gold{background:linear-gradient(155deg,#e9b84c,#cc7b38)}.character-tile img{position:absolute;z-index:2;bottom:-4%;left:50%;height:79%;max-width:none;transform:translateX(-50%);filter:drop-shadow(0 14px 14px rgba(11,55,92,.25))}.character-copy{position:absolute;z-index:4;top:25px;left:25px;right:20px}.character-copy span{font-size:10px;letter-spacing:.2em;opacity:.8}.character-copy h3{font-size:28px;margin:4px 0}.character-copy p{font-size:12px;line-height:1.55;margin:0;max-width:190px;color:rgba(255,255,255,.85)}.character-tile>b{position:absolute;z-index:4;right:20px;bottom:12px;font-size:68px;line-height:1;color:rgba(255,255,255,.23)}.gallery{background:#fff}.section-heading.center{display:block;text-align:center}.section-heading.center h2 span{display:block}.gallery-grid{display:grid;grid-template-columns:1.42fr .78fr;grid-template-rows:1fr 1fr;gap:18px;height:660px;margin-top:56px}.gallery-grid figure{position:relative;margin:0;border-radius:20px;overflow:hidden;background:#cde7f7}.gallery-grid .gallery-main{grid-row:1/3}.gallery-grid img{width:100%;height:100%;object-fit:cover;transition:transform .6s}.gallery-grid figure:hover img{transform:scale(1.035)}.gallery-grid figure::after{content:"";position:absolute;inset:auto 0 0;height:45%;background:linear-gradient(transparent,rgba(6,39,67,.65))}.gallery-grid figcaption{position:absolute;z-index:2;left:24px;bottom:20px;color:#fff;font-weight:700}.gallery-grid figcaption span{font-size:10px;letter-spacing:.18em;margin-right:12px;opacity:.76}.download-cta{min-height:440px;padding:0;display:grid;place-items:center;color:#fff;background:linear-gradient(135deg,#178fe8,#61c6f6);overflow:hidden}.cta-bg{position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.12) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.12) 1px,transparent 1px);background-size:56px 56px;transform:skewY(-4deg) scale(1.1)}.cta-content{position:relative;text-align:center;padding:90px 24px}.cta-content p{font-size:10px;letter-spacing:.34em}.cta-content h2{font-size:clamp(34px,4.4vw,60px);margin:10px 0 26px;letter-spacing:-.04em}.cta-ring{position:absolute;width:310px;height:310px;border:1px solid rgba(255,255,255,.4);border-radius:50%;left:50%;top:50%;transform:translate(-50%,-50%)}.cta-ring::before,.cta-ring::after{content:"";position:absolute;border-radius:50%;border:1px dashed rgba(255,255,255,.25);inset:26px}.cta-ring::after{inset:70px;border-style:solid}.button-light{background:#fff;color:#167dcc}.button-outline-light{border-color:rgba(255,255,255,.75);color:#fff;background:rgba(255,255,255,.08)}.site-footer{background:#102a43;color:#d9e9f5;padding:38px 0}.footer-shell{width:var(--shell);margin:auto;display:flex;align-items:center;justify-content:space-between;gap:30px}.footer-brand .brand-mark{width:38px;height:38px}.footer-brand .brand-copy strong{font-size:13px}.footer-shell>p{font-size:11px;opacity:.64;text-align:center}.footer-links{display:flex;gap:23px;font-size:12px}.footer-links a{opacity:.7}.footer-links a:hover{opacity:1}
/* Subpages */
.subpage{padding-top:86px}.page-hero{position:relative;min-height:580px;color:#fff;overflow:hidden;background:linear-gradient(135deg,#177ec8,#64c9f6)}.page-hero::after{content:"";position:absolute;right:-80px;bottom:-260px;width:700px;height:700px;border:1px solid rgba(255,255,255,.32);border-radius:50%}.page-hero-content{position:relative;z-index:4;width:var(--shell);margin:auto;padding-top:120px}.page-hero-content h1{font-size:clamp(58px,7vw,96px);line-height:1.02;margin:0;letter-spacing:-.06em}.page-hero-content h1 span{color:#d9f4ff}.page-hero-content>p:last-child{max-width:520px;margin-top:26px;color:rgba(255,255,255,.85)}.page-hero .section-index{color:#fff}.page-hero-character{position:absolute;z-index:3;bottom:-23%;height:115%;filter:drop-shadow(0 24px 28px rgba(10,55,90,.25))}.phc-1{right:17%}.phc-2{right:1%;height:107%;bottom:-19%}.profile-list{width:var(--shell);margin:auto;padding-bottom:50px}.profile{display:grid;grid-template-columns:.82fr 1.18fr;min-height:620px;align-items:center;margin-bottom:45px;border:1px solid var(--line);border-radius:32px;background:#fff;overflow:hidden;box-shadow:0 18px 50px rgba(35,102,150,.08)}.profile-right .profile-art{order:2}.profile-right .profile-info{order:1}.profile-art{position:relative;align-self:stretch;min-height:620px;background:linear-gradient(145deg,#daf2ff,#8dd5fb);overflow:hidden}.profile:nth-child(2) .profile-art{background:linear-gradient(145deg,#d8f6f3,#80cfd5)}.profile:nth-child(3) .profile-art{background:linear-gradient(145deg,#e8edff,#9cb8f2)}.profile:nth-child(4) .profile-art{background:linear-gradient(145deg,#fff0c8,#eab85d)}.teacher-profile .profile-art{background:linear-gradient(145deg,#e4f0ff,#9eb6e9)}.profile-art::before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.32) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.32) 1px,transparent 1px);background-size:42px 42px}.profile-art img{position:absolute;z-index:2;height:90%;max-width:none;left:50%;bottom:-4%;transform:translateX(-50%);filter:drop-shadow(0 18px 18px rgba(16,73,112,.2))}.profile-halo{position:absolute;width:270px;height:270px;border:1px solid rgba(255,255,255,.83);border-radius:50%;left:50%;top:13%;transform:translateX(-50%)}.profile-halo::after{content:"";position:absolute;inset:22px;border:1px dashed rgba(255,255,255,.65);border-radius:50%}.profile-number{position:absolute;z-index:3;left:28px;top:20px;color:rgba(255,255,255,.84);font-size:70px;font-weight:800;line-height:1}.profile-info{padding:60px 8%}.profile-class{font-size:10px;letter-spacing:.25em;color:var(--blue);font-weight:800}.profile-info h2{font-size:clamp(38px,4vw,57px);margin:7px 0 2px;letter-spacing:-.04em}.profile-info h2 small{display:block;margin-top:2px;font-size:10px;letter-spacing:.27em;color:#9ab1c3}.profile-role{font-size:17px;color:#357da9;font-weight:700}.profile-info dl{display:flex;flex-wrap:wrap;gap:10px;margin:30px 0}.profile-info dl div{min-width:125px;padding:11px 14px;border-radius:12px;background:#eff8fe}.profile-info dt{font-size:9px;letter-spacing:.16em;color:#7d99ac}.profile-info dd{margin:3px 0 0;font-size:13px;font-weight:700}.profile-info>p:last-child{color:var(--muted);font-size:15px;max-width:620px}.download-page-hero{min-height:540px;background:linear-gradient(135deg,#166daa,#55bbec)}.download-hero-device{position:absolute;z-index:3;width:min(43vw,590px);right:6%;bottom:0}.device-screen{position:relative;padding:12px;border-radius:24px;background:#153657;box-shadow:0 35px 80px rgba(9,48,77,.35);transform:perspective(1000px) rotateY(-8deg) rotateX(3deg)}.device-screen img{aspect-ratio:16/9;width:100%;object-fit:cover;border-radius:14px;filter:brightness(.86)}.device-play{position:absolute;left:50%;top:50%;display:grid;place-items:center;width:68px;height:68px;border-radius:50%;background:rgba(255,255,255,.91);color:var(--blue);transform:translate(-50%,-50%);box-shadow:0 10px 35px rgba(13,58,91,.25)}.device-base{width:68%;height:16px;margin:auto;background:#d7e8f1;border-radius:0 0 50% 50%;transform:perspective(500px) rotateX(-25deg)}.download-section{padding-top:90px}.download-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.download-card{position:relative;padding:32px;border-radius:26px;border:1px solid var(--line);background:#fff;box-shadow:0 16px 45px rgba(35,102,150,.08);overflow:hidden}.download-card::after{content:"";position:absolute;right:-45px;top:-45px;width:140px;height:140px;border-radius:50%;border:16px solid #eff9ff}.web-card{border-color:#78c9f5;box-shadow:0 20px 55px rgba(30,132,200,.14)}.platform-icon{position:relative;z-index:2;display:grid;place-items:center;width:60px;height:60px;border-radius:17px;background:#eaf7ff;color:var(--blue)}.platform-icon svg{width:31px;height:31px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.platform-web{color:#138bea;background:#e7f5ff}.platform-android{color:#268b65;background:#e5f8ef}.platform-windows{color:#367bd3;background:#e9f2ff}.download-card .status{display:inline-block;margin-top:28px;padding:5px 10px;border-radius:99px;font-size:10px;font-weight:800;letter-spacing:.08em}.status.available{color:#187d5c;background:#dcf5e9}.status.pending{color:#947126;background:#fff3ce}.download-card h2{font-size:29px;margin:12px 0 9px}.download-card>p{min-height:75px;color:var(--muted);font-size:14px}.download-card ul{padding-left:18px;min-height:98px;color:#4e7189;font-size:12px}.download-card li{margin:6px 0}.button-full{width:100%;margin-top:16px}.button-secondary{border-color:#aed9ef;color:#2b7dab;background:#f2faff}.button.is-disabled{cursor:not-allowed;opacity:.58;transform:none;box-shadow:none}.download-meta{display:block;min-height:18px;margin-top:10px;text-align:center;color:#8aa1b1;font-size:10px}.version-panel{display:grid;grid-template-columns:1.1fr .9fr;gap:60px;margin-top:70px;padding:48px;border-radius:28px;background:linear-gradient(135deg,#173b5e,#215f8a);color:#fff;overflow:hidden;position:relative}.version-panel::after{content:"";position:absolute;width:330px;height:330px;border:1px solid rgba(255,255,255,.18);border-radius:50%;right:-110px;top:-150px}.version-panel .section-index{color:#70cfff}.version-panel h2{font-size:34px;margin:0}.version-panel h2 span{color:#7cd6ff}.version-panel p{color:rgba(255,255,255,.67);font-size:13px}.version-notes{position:relative;z-index:2;padding-left:40px;border-left:1px solid rgba(255,255,255,.22)}.version-notes h3{margin-top:0}.version-notes ul{padding-left:18px;color:rgba(255,255,255,.76);font-size:13px}.install-help{margin-top:90px}.help-grid{display:grid;gap:12px;margin-top:32px}.help-grid details{padding:0 24px;border:1px solid var(--line);border-radius:16px;background:#fff}.help-grid summary{display:flex;align-items:center;gap:15px;padding:20px 0;cursor:pointer;font-weight:700;list-style:none}.help-grid summary::-webkit-details-marker{display:none}.help-grid summary::after{content:"+";margin-left:auto;color:var(--blue);font-size:20px}.help-grid details[open] summary::after{content:"−"}.help-grid summary span{font-size:10px;color:var(--blue);letter-spacing:.12em}.help-grid details p{margin:-3px 0 22px 36px;color:var(--muted);font-size:13px}
.reveal{opacity:0;transform:translateY(20px);transition:opacity .75s ease,transform .75s ease}.reveal.is-visible{opacity:1;transform:none}
@media (max-width:1050px){:root{--shell:min(100% - 34px,920px)}.hero{min-height:760px}.hero-shell{grid-template-columns:1fr}.hero-copy{max-width:540px}.hero-cast{width:61%;right:-15%;opacity:.8}.cast-3,.cast-4{display:none}.cast-1{left:10%}.cast-2{left:43%}.section-heading{gap:35px}.character-strip{grid-template-columns:repeat(2,1fr)}.character-tile{height:500px}.gallery-grid{height:540px}.page-hero-character{opacity:.55}.download-grid{grid-template-columns:1fr 1fr}.web-card{grid-column:1/-1}.download-hero-device{width:43vw;right:2%}}
@media (max-width:760px){:root{--shell:calc(100% - 28px)}.site-header{height:72px}.subpage{padding-top:72px}.nav-toggle{display:block;position:relative;z-index:4}.site-nav{position:absolute;top:72px;left:14px;right:14px;display:none;flex-direction:column;align-items:stretch;gap:0;padding:12px;border:1px solid rgba(61,149,207,.18);border-radius:18px;background:rgba(249,253,255,.98);color:var(--ink);box-shadow:var(--shadow)}.site-nav.is-open{display:flex}.site-nav a{padding:12px 14px}.site-nav .nav-download{margin-top:7px;text-align:center;color:#fff;background:var(--blue)}.site-nav a::after{display:none}.nav-toggle.is-open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.nav-toggle.is-open span:nth-child(2){opacity:0}.nav-toggle.is-open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.hero{min-height:780px;height:auto}.hero-shell{display:block;padding-top:145px}.hero h1 span{font-size:54px}.hero h1 em{font-size:27px}.hero-lead{font-size:15px}.hero-actions{display:grid;grid-template-columns:1fr}.button{width:100%}.hero-meta{gap:10px;justify-content:space-between;font-size:10px}.hero-meta span{display:flex;flex-direction:column}.hero-cast{position:absolute;width:82%;height:42%;right:-7%;bottom:-1%;opacity:.72}.cast{height:98%}.cast-1{left:0}.cast-2{left:37%}.cast-label{display:none}.scroll-cue{display:none}.section{padding:82px 0}.section-heading{display:block}.section-heading>p:last-child{margin-top:22px}.feature-grid{grid-template-columns:1fr;margin-top:38px}.feature-card{min-height:auto}.story{grid-template-columns:1fr}.story-photo{min-height:420px}.story-photo::after{background:linear-gradient(0deg,#eaf7ff,transparent 30%)}.story-copy{padding:70px 24px 80px}.section-heading.compact{display:block}.section-heading.compact .section-index{margin-bottom:17px}.desktop-link{display:none}.mobile-link{display:inline-flex;margin-top:28px}.character-strip{grid-template-columns:1fr 1fr;gap:12px;margin-top:34px}.character-tile{height:430px}.character-copy{left:18px;top:20px}.character-copy p{font-size:11px}.gallery-grid{display:grid;grid-template-columns:1fr;grid-template-rows:repeat(3,250px);height:auto}.gallery-grid .gallery-main{grid-row:auto}.cta-content{padding:75px 20px}.hero-actions.centered{display:grid}.footer-shell{flex-direction:column;text-align:center}.page-hero{min-height:500px}.page-hero-content{padding-top:84px}.page-hero-content h1{font-size:56px}.page-hero-character{height:70%;opacity:.42}.phc-1{right:22%;bottom:-11%}.phc-2{right:-10%;bottom:-11%;height:66%}.profile-list{padding-top:70px}.profile{grid-template-columns:1fr;margin-bottom:24px}.profile-right .profile-art,.profile-right .profile-info{order:initial}.profile-art{min-height:480px}.profile-info{padding:38px 26px 46px}.profile-info h2{font-size:40px}.download-page-hero{min-height:650px}.download-hero-device{width:88%;right:-8%;bottom:25px;opacity:.55}.download-page-hero .page-hero-content{padding-top:70px}.download-grid{grid-template-columns:1fr}.web-card{grid-column:auto}.download-card>p,.download-card ul{min-height:auto}.version-panel{grid-template-columns:1fr;gap:28px;padding:34px 26px}.version-notes{padding-left:0;padding-top:24px;border-left:0;border-top:1px solid rgba(255,255,255,.22)}}
@media (max-width:490px){.brand-copy{display:none}.hero-copy{position:relative;z-index:5}.hero-date{font-size:9px}.hero h1 span{font-size:46px}.hero h1 em{font-size:23px;letter-spacing:.16em}.hero-lead{line-height:1.75}.hero-meta{display:none}.hero-cast{height:35%;width:100%;right:-10%}.section-heading h2,.story-copy h2{font-size:34px}.character-strip{grid-template-columns:1fr}.character-tile{height:460px}.gallery-grid{grid-template-rows:repeat(3,210px)}.page-hero-content h1{font-size:48px}.page-hero-content>p:last-child{font-size:13px}.profile-art{min-height:420px}.profile-art img{height:88%}.profile-number{font-size:52px}.profile-info dl{display:grid;grid-template-columns:1fr 1fr}.profile-info dl div{min-width:0}.download-section{padding-top:60px}}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.reveal{opacity:1;transform:none;transition:none}.button,.character-tile,.feature-card,.gallery-grid img{transition:none}}
