@font-face{font-family:Aspekta;src:url('./assets/fonts/AspektaVF.woff2') format('woff2');font-weight:100 900;font-style:normal;font-display:swap}

:root{--paper:#fff;--ink:#253347;--muted:#68788e;--line:#e1e7ef;--surface:#f2f5f9;--accent:#8276ad;--ease:cubic-bezier(.22,1,.36,1);color-scheme:light;font-family:Aspekta,-apple-system,BlinkMacSystemFont,'PingFang SC','Microsoft YaHei',sans-serif;color:var(--ink);background:var(--paper);font-synthesis:none}

*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:102px}
body{margin:0;font-size:15px;line-height:1.65;-webkit-font-smoothing:antialiased}
button,a,input{-webkit-tap-highlight-color:transparent}
a{color:inherit;text-decoration:none}
button{font:inherit;color:inherit;cursor:pointer}
button,a{touch-action:manipulation}
button{background:none;border:0}
img,canvas{display:block;max-width:100%}
img{height:auto}
h1,h2,h3,p,figure{margin:0}
h1,h2,h3{font-weight:450;line-height:1.25}
h1,h2{text-wrap:balance}
p{text-wrap:pretty}
button:focus-visible,a:focus-visible,summary:focus-visible{outline:2px solid var(--accent);outline-offset:5px;border-radius:3px}
[hidden]{display:none!important}
.wrap{width:min(1160px,calc(100% - 96px));margin-inline:auto}
.icon{width:23px;height:23px;flex:0 0 auto}
.mono,.eyebrow{font-size:11px;letter-spacing:1.8px;font-weight:450}
.eyebrow{margin-bottom:25px;color:#748192}
.skip-link{position:fixed;top:-100px;left:20px;z-index:99;background:#fff;padding:14px}
.skip-link:focus{top:10px}
.site-header{height:82px;background:rgba(255,255,255,.94);border-bottom:1px solid var(--line);position:sticky;top:0;z-index:40;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}
.nav-inner{display:flex;align-items:center;justify-content:space-between;height:100%;gap:24px}
.brand{flex-shrink:0}
.brand img{width:122px;height:auto}
html[lang=en] .brand img{width:149px}
.desktop-nav{display:flex;align-items:center;gap:32px;font-size:13px;color:#57616f}
.desktop-nav a{position:relative;padding:10px 0}
.desktop-nav a::after{content:'';height:1px;background:currentColor;position:absolute;bottom:5px;left:0;right:100%;transition:right .3s}
.desktop-nav a:hover::after{right:0}
.header-actions{display:flex;align-items:center;gap:22px}
.language-switch{font-size:12px;padding:9px 0}
.button{display:inline-flex;justify-content:center;align-items:center;gap:17px;background:var(--ink);color:#fff;border:1px solid var(--ink);border-radius:6px;padding:15px 23px;font-size:13px;font-weight:450;line-height:1.3;min-height:49px;white-space:nowrap;transition:background .25s,transform .3s var(--ease),box-shadow .25s}
.button .icon{filter:invert(1);width:17px;height:17px;transition:transform .3s var(--ease)}
.button:hover{background:#353b44;transform:translateY(-2px);box-shadow:0 4px 12px #21252b12}
.button:hover .icon{transform:translate(2px,-2px)}
.button.small{padding:10px 15px;min-height:38px;font-size:12px;gap:20px}
.button.secondary{background:#fff;color:var(--ink);border-color:#d8dbe0}
.button.secondary .icon{filter:none}
.button.secondary:hover{background:#f2f5f9}
.button.secondary:hover .icon{transform:none}
.icon-button{width:40px;height:40px;display:grid;place-items:center;border-radius:5px;border:1px solid transparent}
.icon-button .icon{width:18px;height:18px}
.icon-button:hover{background:#e7eaed}
.menu-toggle,.mobile-nav{display:none}
.hero{padding-top:80px}
.hero-copy{text-align:center;position:relative;z-index:1}
.hero-eyebrow{display:flex;align-items:center;justify-content:center;gap:7px;font-size:11px;letter-spacing:1.5px;margin-bottom:25px;color:#6a7686}
.hero-eyebrow .icon{width:15px;height:15px;opacity:.65}
.hero h1{font-size:clamp(50px,5.4vw,74px);font-weight:450;line-height:1.2;letter-spacing:-3.5px}
.soft-title{color:#78879b;font-weight:350}
.hero-description{color:#727f91;font-size:15px;line-height:1.9;margin:25px auto 26px;letter-spacing:.1px}
.hero-actions{display:flex;justify-content:center;gap:12px}
.compatibility{font-size:10px;color:#8c96a4;letter-spacing:.5px;margin-top:18px}
.compatibility span{margin-inline:9px;color:#bdc3cc}
.hero-exhibit{position:relative;margin-top:55px;background:#f3f6fa;isolation:isolate;border:1px solid #e2e8f1;border-radius:10px;overflow:hidden}
.exhibit-top,.exhibit-bottom{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:20px 26px;position:relative;z-index:2}
.exhibit-top{font-size:10px;color:#778394}
.exhibit-top>span:first-child{display:flex;align-items:center;gap:7px}
.exhibit-top .mono{font-size:9px;color:#8b95a4;letter-spacing:1.2px}
.live-dot{height:5px;width:5px;display:inline-block;border-radius:100%;background:#8aa8cf}
.scene{height:410px;position:relative;overflow:hidden;touch-action:pan-y}
.scene canvas{width:100%;height:100%;position:absolute;inset:0;opacity:0;transition:opacity .6s}
.scene.is-ready canvas{opacity:1}
.scene-fallback{width:100%;height:100%;object-fit:contain;transition:opacity .5s}
.scene.is-ready .scene-fallback{opacity:0}
.exhibit-bottom{padding-top:8px;padding-bottom:20px}
.scene-controls{display:flex;align-items:center;gap:4px;padding:4px;background:#e8edf4;border:1px solid #dbe3ee;border-radius:7px}
.scene-controls button{display:flex;align-items:center;justify-content:center;gap:8px;padding:10px 16px;color:#717d8f;font-size:11px;border-radius:4px;transition:background .2s,color .2s,box-shadow .2s}
.scene-controls .icon{width:15px;height:15px;opacity:.6}
.scene-controls button[aria-pressed=true]{background:#fff;color:#2e333b;box-shadow:0 1px 3px #181f2810}
.scene-controls button[aria-pressed=true] .icon{opacity:1}
.scene-caption{display:flex;justify-content:space-between;gap:15px;padding:12px 0 0;font-size:10px;color:#919ba8}
.scene-status{color:#646f7f}
.spec-strip{display:grid;grid-template-columns:1fr 1fr 1.3fr 1fr;border-bottom:1px solid var(--line);padding:40px 0 39px;gap:30px}
.spec-strip>div{display:flex;align-items:center;gap:14px;border-right:1px solid var(--line)}
.spec-strip>div:last-child{border:0;justify-content:flex-end}
.spec-strip strong{font-size:30px;font-weight:400;line-height:1.2;letter-spacing:-1px}
.spec-strip strong span{font-size:9px;letter-spacing:0;margin-left:3px}
.spec-strip>div>span{font-size:11px;color:#6f7c8e}
.spec-strip .native-fact .icon{width:25px;height:25px}
.section{padding-block:116px}
.section-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:65px;margin-bottom:58px}
.section-heading h2,.story-copy h2,.details-heading h2,.download-inner h2{font-size:clamp(34px,3.5vw,48px);line-height:1.35;letter-spacing:-1.9px;font-weight:400}
.section-heading>p{font-size:14px;color:#727f91;line-height:1.9;max-width:390px;padding-bottom:7px}
.feature-columns{display:grid;grid-template-columns:repeat(3,1fr);gap:50px}
.feature-item{position:relative;border-top:1px solid #d3d7dd;padding-top:32px}
.feature-item>.icon{width:29px;height:29px;margin-bottom:48px;opacity:.82}
.feature-number{position:absolute;right:0;top:32px;font-size:10px;letter-spacing:1px;color:#929caa}
.feature-item h3{font-size:20px;letter-spacing:-.5px;margin-bottom:16px}
.feature-item p{font-size:13px;color:#727e90;line-height:1.9;max-width:315px}
.shortcut{display:flex;gap:5px;margin-top:16px}
.shortcut kbd{display:grid;place-items:center;width:28px;height:27px;font-size:13px;border:1px solid #dfe2e7;border-bottom-width:2px;border-radius:4px;color:#657080;font-family:inherit}
.story-section{background:var(--surface);padding-block:75px}
.story-inner{display:grid;grid-template-columns:1.3fr 1fr;align-items:center;gap:95px}
.story-art{position:relative}
.story-art img{width:100%}
.story-art figcaption{font-size:9px;letter-spacing:2px;color:#a4acb8;margin-top:15px;text-align:center}
.story-copy h2{font-size:51px}
.story-copy p:not(.eyebrow){font-size:14px;color:#748192;line-height:2.1;margin-top:26px}
.text-link{display:inline-flex;align-items:center;gap:18px;font-size:12px;border-bottom:1px solid #c0c6ce;padding-block:8px;margin-top:24px}
.text-link .icon{width:15px;height:15px;transition:transform .25s}
.text-link:hover .icon{transform:translate(2px,-2px)}
.product-tabs{display:flex;gap:32px;border-bottom:1px solid #dadee4;margin-bottom:30px}
.product-tabs button{display:flex;align-items:center;gap:9px;font-size:13px;color:#828d9d;padding:12px 3px 19px;border-bottom:2px solid transparent;margin-bottom:-1px;transition:color .25s,border .25s}
.product-tabs button .icon{width:19px;height:19px;opacity:.55}
.product-tabs button[aria-pressed=true]{border-color:#454d58;color:#30363e}
.product-tabs button[aria-pressed=true] .icon{opacity:1}
.product-stage{position:relative;background:#eff1f3;min-height:570px;display:grid;place-items:center;padding:50px 120px;border-radius:8px;overflow:hidden}
.product-stage::before{content:'';position:absolute;inset:0;background-image:radial-gradient(#a8b0bb 0.55px,transparent .65px);background-size:18px 18px;opacity:.38;mask-image:linear-gradient(90deg,#000,transparent 28%,transparent 70%,#000)}
.screenshot-link{position:relative;display:block;width:100%;max-width:800px;cursor:zoom-in}
.screenshot-link img{width:100%;max-height:510px;object-fit:contain;filter:drop-shadow(0 15px 22px #2a2f3617);transition:opacity .18s}
.product-stamp{position:absolute;left:25px;bottom:23px;color:#a4acb8;letter-spacing:1px;font-size:8px;line-height:1.8}
.shot-caption{margin-top:18px;text-align:center}
.small-note{font-size:11px;color:#8c96a4;line-height:1.8}
.layout-section{background:#edf2f8;color:#2b405c;padding-block:106px}
.layout-section .eyebrow{color:#7d91ac}
.layout-section .section-heading>p{color:#6b7f9b}
.layout-playground{border-top:1px solid #d4deeb}
.layout-options{display:flex;gap:6px;align-items:center;padding-block:22px}
.layout-options button{display:flex;align-items:center;gap:10px;color:#6c819e;font-size:12px;padding:10px 16px;border:1px solid transparent;border-radius:5px}
.layout-options .icon{width:17px;height:17px;opacity:.6}
.layout-options button[aria-pressed=true]{border-color:#bdcde1;color:#314e73;background:#dae5f2}
.layout-options button[aria-pressed=true] .icon{opacity:.9}
.layout-board{height:430px;position:relative;border:1px solid #c4d3e5;border-radius:7px;background:#dce6f2;overflow:hidden;margin-top:10px}
.layout-pane{position:absolute;left:calc(var(--x) * 1% + 12px);top:calc(var(--y) * 1% + 12px);width:calc(var(--w) * 1% - 24px);height:calc(var(--h) * 1% - 24px);background:#f7f9fc;border:1px solid #fafdff;border-radius:5px;overflow:hidden;transition:width .7s var(--ease),height .7s var(--ease),left .7s var(--ease),top .7s var(--ease),opacity .4s,transform .7s var(--ease)}
.layout-pane:nth-child(4n+2){background:#c2d4e9}
.layout-pane:nth-child(4n+3){background:#dedbea}
.layout-pane:nth-child(4n){background:#d7e3f1}
.pane-top{height:21px;border-bottom:1px solid #3857781a;display:flex;gap:3px;align-items:center;padding-left:9px}
.pane-top i{height:3px;width:3px;background:#567ba866;border-radius:100%}
.layout-pane>img{width:32px;height:32px;position:absolute;top:50%;left:50%;transform:translate(-50%,-25%);opacity:.35}
.pane-index{position:absolute;right:13px;bottom:8px;font-size:10px;color:#5b769b}
.layout-footer{display:flex;justify-content:space-between;gap:15px;padding-top:23px;color:#627b9d;font-size:10px}
.layout-footer .mono{font-size:9px}
.layout-note{font-size:10px;color:#6d829e;margin-top:28px;max-width:650px;line-height:1.9}
.details-section{display:grid;grid-template-columns:1fr 1.2fr;gap:100px}
.details-heading .eyebrow{font-size:10px;letter-spacing:1.5px}
.detail-rows>article{display:flex;gap:22px;padding:25px 0;border-bottom:1px solid var(--line)}
.detail-rows>article:first-child{padding-top:0}
.detail-rows>article>.icon{width:23px;height:23px;margin-top:4px;opacity:.8}
.detail-rows h3{font-size:18px;margin-bottom:10px}
.detail-rows p{font-size:13px;color:#717d8f;line-height:1.9}
.detail-rows .text-link{margin-top:8px}
.languages-disclosure{margin-top:12px;font-size:11px}
.languages-disclosure summary{cursor:pointer;color:#4b5460;padding-block:8px}
.language-list{display:flex;list-style:none;flex-wrap:wrap;gap:5px 14px;padding:15px 0;color:#5e6978}
.language-list li{font-size:11px}
.languages-disclosure .small-note{font-size:10px}
.faq-section{display:grid;grid-template-columns:1fr 1.2fr;gap:100px;border-top:1px solid var(--line);padding-top:85px}
.faq-section h2{font-size:32px;letter-spacing:-1.3px;font-weight:400}
.faq-list details{border-bottom:1px solid var(--line)}
.faq-list summary{padding:22px 28px 22px 0;list-style:none;font-size:14px;position:relative;cursor:pointer;line-height:1.5}
.faq-list summary::-webkit-details-marker{display:none}
.faq-list summary::after{content:'';position:absolute;right:0;top:25px;width:14px;height:14px;background:url('./assets/icons/plus.svg') center/contain;opacity:.6;transition:transform .25s}
.faq-list details[open] summary::after{transform:rotate(45deg)}
.faq-list p{font-size:12px;color:#748192;padding-bottom:23px;line-height:1.95}
.faq-list a{text-decoration:underline}
.faq-list details:first-child summary{padding-top:0}
.faq-list details:first-child summary::after{top:3px}
.download-section{background:#f1f5fa;padding-block:80px;border-block:1px solid #dde2e8}
.download-inner{display:grid;grid-template-columns:1.3fr 1fr;gap:140px;align-items:center}
.closing-icon{width:48px;height:48px;object-fit:contain;margin-bottom:32px}
.download-inner .eyebrow{font-size:10px;letter-spacing:1.4px;margin-bottom:20px}
.download-inner h2{font-size:45px}
.download-description{margin-top:20px;color:#6f7b8d;font-size:13px}
.download-meta{margin-top:18px;font-size:10px;color:#8b95a4}
.download-meta>span{margin-inline:8px}
.download-action{display:flex;flex-direction:column;align-items:flex-start;gap:19px}
.release-badge{font-size:10px;color:#6a7688;letter-spacing:1.3px;display:flex;align-items:center;gap:7px}
.release-badge::before{content:'';width:5px;height:5px;background:#8d97a5;border-radius:100%}
.download-action .button{gap:25px;min-width:215px}
.download-action .button[aria-disabled=true]{background:#dce5f1;color:#72849d;border-color:#dce5f1;cursor:default;box-shadow:none;transform:none}
.release-status{font-size:11px;color:#7b8798;line-height:1.9;max-width:285px}
.release-link{font-size:12px;text-decoration:underline}
.checksum{word-break:break-all;font-size:10px}
.site-footer{padding-block:52px 24px;position:relative}
.footer-top{display:flex;justify-content:space-between;align-items:center}
.footer-top p{font-size:14px;font-weight:350;color:#788495}
.site-footer nav{display:flex;gap:24px;font-size:11px;color:#748192;justify-content:flex-end;margin-top:25px}
.site-footer nav a:hover{color:#29313c}
.footer-bottom{border-top:1px solid var(--line);display:flex;justify-content:space-between;margin-top:48px;padding-top:23px;font-size:10px;color:#959eab}
.footer-bottom .mono{font-size:8px;letter-spacing:1px}
.noscript-note{padding:20px;text-align:center;background:#f2f5f9;font-size:12px}
.reveal{opacity:1}
.motion-enabled .reveal:not(.visible){opacity:0;transform:translateY(22px)}
.motion-enabled .reveal{transition:opacity .8s var(--ease),transform 1s var(--ease)}
.hero-copy{animation:hero-in 1.1s var(--ease) both}
.hero-exhibit{animation:hero-in 1.3s .15s var(--ease) both}
@keyframes hero-in{from{opacity:0;transform:translateY(22px)}
to{opacity:1;transform:translateY(0)}
}

html[lang=en] .hero h1{font-size:76px;font-weight:400;letter-spacing:-3.5px;line-height:1.07}
html[lang=en] .hero-description{max-width:490px}
html[lang=en] .section-heading h2,html[lang=en] .story-copy h2,html[lang=en] .details-heading h2,html[lang=en] .download-inner h2{font-weight:350;letter-spacing:-1.8px}

@media(min-width:1600px){.wrap{width:1240px}
.hero{padding-top:92px}
.scene{height:460px}
.hero h1{font-size:79px}
}

@media(max-width:1050px){.wrap{width:calc(100% - 64px)}
.desktop-nav{gap:22px}
.header-actions{gap:16px}
.hero h1{font-size:62px}
.scene{height:360px}
.spec-strip{gap:18px}
.spec-strip>div{gap:10px}
.spec-strip strong{font-size:25px}
.spec-strip>div>span{font-size:10px}
.section{padding-block:85px}
.section-heading{gap:40px}
.section-heading h2,.story-copy h2,.details-heading h2{font-size:38px}
.feature-columns{gap:28px}
.feature-item h3{font-size:18px}
.story-inner{gap:45px}
.story-copy p:not(.eyebrow){font-size:13px}
.product-stage{padding:40px 80px;min-height:430px}
.details-section,.faq-section{gap:60px}
.download-inner{gap:65px}
.download-inner h2{font-size:38px}
}

@media(max-width:760px){html{scroll-padding-top:85px}
.wrap{width:calc(100% - 40px)}
.site-header{height:68px}
.brand img{width:104px}
html[lang=en] .brand img{width:123px}
.desktop-nav{display:none}
.header-actions{gap:15px}
.header-actions .button{font-size:10px;gap:7px;padding:9px 10px;min-height:35px}
.header-actions .button .icon{width:13px;height:13px}
.language-switch{font-size:11px}
.menu-toggle{display:grid;width:24px;height:35px;padding:0}
.mobile-nav:not([hidden]){display:grid;grid-template-columns:1fr 1fr;gap:0;background:#fff;border-bottom:1px solid var(--line);padding:10px 20px 18px}
.mobile-nav a{font-size:13px;padding:12px}
.hero{padding-top:57px}
.hero-eyebrow{font-size:9px;letter-spacing:1px;margin-bottom:23px}
.hero h1{font-size:49px;line-height:1.27;letter-spacing:-2.3px}
html[lang=en] .hero h1{font-size:53px;line-height:1.08;letter-spacing:-2.5px}
.hero-description{font-size:13px;margin-top:22px;margin-bottom:25px;line-height:1.9}
.hero-actions{gap:9px}
.button{font-size:11px;padding:13px 15px;gap:9px;min-height:44px}
.compatibility{font-size:9px;margin-top:16px}
.hero-exhibit{margin-top:40px;border-radius:7px}
.exhibit-top{padding:15px 14px;font-size:8px}
.exhibit-top .mono{font-size:7px;letter-spacing:.5px}
.scene{height:260px}
.exhibit-bottom{padding:6px 10px 12px;gap:3px}
.scene-controls{gap:1px;padding:3px;flex:1}
.scene-controls button{padding:8px 7px;font-size:9px;gap:5px;flex:1}
.scene-controls .icon{height:13px;width:13px}
.exhibit-bottom .icon-button{width:28px;height:30px;flex:0 0 auto}
.exhibit-bottom .icon-button .icon{width:15px;height:15px}
.scene-caption{font-size:8px;padding-top:10px;gap:7px}
.scene-status{max-width:40%;text-align:right}
.spec-strip{grid-template-columns:1fr 1fr;gap:25px 22px;padding-block:30px}
.spec-strip>div:nth-child(2){border-right:0}
.spec-strip>div:last-child{justify-content:flex-start}
.spec-strip strong{font-size:28px}
.spec-strip>div{gap:15px}
.spec-strip>div>span{font-size:10px}
.spec-strip .native-fact .icon{width:25px;height:25px}
.section{padding-block:65px}
.section-heading{display:block;margin-bottom:34px}
.eyebrow{font-size:9px;letter-spacing:1.4px;margin-bottom:20px}
.section-heading h2,.story-copy h2,.details-heading h2{font-size:34px;letter-spacing:-1.4px;line-height:1.35}
.section-heading>p{font-size:12px;margin-top:22px;padding:0}
.feature-columns{grid-template-columns:1fr;gap:28px}
.feature-item{padding-top:25px;padding-left:51px}
.feature-item>.icon{position:absolute;left:0;top:27px;width:25px;height:25px;margin:0}
.feature-number{top:27px}
.feature-item h3{font-size:18px;padding-right:30px}
.feature-item p{font-size:12px;max-width:none}
.shortcut{margin-top:15px}
.story-section{padding-block:35px 55px}
.story-inner{grid-template-columns:1fr;gap:38px}
.story-art{width:100%;max-width:530px;margin:auto}
.story-art figcaption{font-size:7px;margin-top:8px}
.story-copy{padding-inline:10px}
.story-copy h2{font-size:36px}
.story-copy p:not(.eyebrow){font-size:13px;line-height:2;margin-top:20px}
.story-copy h2 br{display:none}
.text-link{font-size:11px;margin-top:17px}
.product-tabs{gap:15px;margin-bottom:18px}
.product-tabs button{font-size:11px;gap:6px;padding:10px 0 14px}
.product-tabs .icon{width:16px;height:16px}
.product-stage{min-height:280px;padding:25px 12px 36px;border-radius:5px}
.product-stamp{left:14px;bottom:10px;font-size:6px}
.shot-caption{font-size:9px;margin-top:12px}
.layout-section{padding-block:60px}
.layout-options{justify-content:space-between;gap:2px;flex-wrap:wrap;padding-block:15px}
.layout-options button{font-size:10px;gap:5px;padding:8px 9px}
.layout-options .icon{height:14px;width:14px}
.layout-board{height:290px}
.layout-pane{left:calc(var(--x) * 1% + 6px);top:calc(var(--y) * 1% + 6px);width:calc(var(--w) * 1% - 12px);height:calc(var(--h) * 1% - 12px);border-radius:3px}
.pane-top{height:16px;padding-left:6px;gap:2px}
.pane-top i{width:2px;height:2px}
.layout-pane>img{width:24px;height:24px}
.layout-board[data-count="12"] .layout-pane>img{width:15px;height:15px}
.layout-board[data-count="12"] .pane-index{font-size:7px;right:5px;bottom:2px}
.layout-footer{font-size:8px;gap:10px;padding-top:18px}
.layout-footer .mono{font-size:7px;letter-spacing:.7px;max-width:50%}
.layout-note{font-size:9px;margin-top:22px;line-height:1.8}
.details-section,.faq-section{grid-template-columns:1fr;gap:38px}
.details-heading .eyebrow{font-size:8px}
.detail-rows h3{font-size:17px}
.detail-rows p{font-size:12px}
.detail-rows>article{gap:18px}
.faq-section h2{font-size:29px}
.faq-list summary{font-size:13px;padding-block:19px}
.faq-list p{font-size:11px}
.faq-section>.text-link{margin-top:13px}
.download-section{padding-block:60px}
.download-inner{grid-template-columns:1fr;gap:40px}
.download-inner h2{font-size:38px}
.closing-icon{width:43px;height:43px;margin-bottom:25px}
.download-action{gap:16px}
.download-description{font-size:12px}
.download-action .button{min-width:210px}
.release-status{max-width:310px}
.footer-top{align-items:flex-start;gap:20px}
.footer-top p{font-size:11px;max-width:120px}
.site-footer{padding-top:35px}
.site-footer nav{justify-content:flex-start;gap:20px;font-size:10px;margin-top:25px;flex-wrap:wrap}
.footer-bottom{margin-top:30px;gap:18px}
.footer-bottom small{font-size:8px}
.footer-bottom .mono{font-size:7px;max-width:120px;text-align:right}
}

@media(max-width:360px){.wrap{width:calc(100% - 32px)}
.header-actions{gap:10px}
.header-actions .button{padding-inline:8px}
.brand img{width:92px}
html[lang=en] .brand img{width:106px}
.hero h1{font-size:43px}
html[lang=en] .hero h1{font-size:47px}
.hero-actions .button{padding-inline:11px;font-size:10px;gap:7px}
.scene{height:225px}
.scene-controls button{padding-inline:4px;font-size:8px}
.scene-controls .icon{width:11px;height:11px}
.exhibit-top{font-size:7px}
.exhibit-top .mono{font-size:6px}
.layout-options button{padding-inline:6px;font-size:9px}
.scene-caption{font-size:7px}
.section-heading h2,.details-heading h2{font-size:31px}
}

@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}
*,*::before,*::after{animation:none!important;transition:none!important}
.motion-enabled .reveal:not(.visible){opacity:1;transform:none}
}

@media print{.site-header{position:static}
.hero-exhibit canvas,.scene-controls,.icon-button,.menu-toggle{display:none}
.scene-fallback{opacity:1!important}
.motion-enabled .reveal:not(.visible){opacity:1;transform:none}
.layout-section{background:#fff;color:#222}
.section{padding-block:30px}
}


/* Keep the living illustration within the desktop opening view. */
@media(min-width:761px){.hero{padding-top:52px}
.hero h1{font-size:64px;line-height:1.17}
.hero-eyebrow{margin-bottom:20px}
.hero-description{margin:20px auto 22px;font-size:14px}
.hero-exhibit{margin-top:35px}
.scene{height:410px}
html[lang=en] .hero h1{font-size:64px}
.compatibility{margin-top:14px}
.exhibit-top{padding-block:16px}
}


.language-switch{white-space:nowrap;min-width:26px;flex-shrink:0}
.header-actions{flex-shrink:0}

@media(max-width:760px){.nav-inner{gap:12px}
.header-actions{gap:10px}
html[lang=en] .brand img{width:114px}
html[lang=en] .hero h1{font-size:46px;letter-spacing:-2px}
}

@media(max-width:360px){.header-actions{gap:8px}
.header-actions .button{gap:5px;padding-inline:8px}
html[lang=en] .brand img{width:99px}
html[lang=en] .hero h1{font-size:39px;letter-spacing:-1.8px}
.brand img{width:88px}
}

/* Readable secondary copy, while keeping quiet borders and decorative labels. */
.hero-description,.section-heading>p,.feature-item p,.story-copy p:not(.eyebrow),.detail-rows p,.faq-list p,.download-description{color:#68788e}
.small-note,.scene-caption,.compatibility,.shot-caption,.release-status{color:#6e8098}
.layout-section .section-heading>p{color:#637995}

