@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;1,400;1,500&family=Manrope:wght@400;500;600;700&display=swap');
:root{color-scheme:dark;--paper:#eeeee7;--muted:#bac0c2;--line:#e6e6dc30;--gold:#d1baa0;--sans:'Manrope',sans-serif;--serif:'Cormorant Garamond',Georgia,serif}
*{box-sizing:border-box}html{scrollbar-width:none;scroll-behavior:smooth}html::-webkit-scrollbar{display:none}body{margin:0;background:#151b1e;color:var(--paper);font-family:var(--sans);font-size:16px;font-weight:400}button,input{font:inherit}button,a,input,summary{-webkit-tap-highlight-color:transparent}button{border:0;background:none;color:inherit;cursor:pointer}a{color:inherit}button:focus-visible,a:focus-visible,summary:focus-visible,input:focus-visible{outline:1px solid var(--gold);outline-offset:6px}button{touch-action:manipulation}button:disabled{cursor:default}::selection{background:#d1baa080;color:white}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}.skip-link{position:fixed;top:-100px;left:24px;padding:12px;background:#171d20;z-index:200}.skip-link:focus{top:15px}.scene{position:fixed;inset:0;overflow:hidden;pointer-events:none}.scene-shade{position:absolute;inset:0;background:#0a1017;opacity:.15;will-change:opacity}.scene:after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,#0d131957,transparent 35%,#09101422 60%,#080e15b0 100%),linear-gradient(90deg,#0a111748,transparent 25%,transparent 75%,#0a111748)}.haze{position:absolute;width:130vw;height:36vh;left:-15vw;bottom:-12vh;border-radius:50%;background:radial-gradient(ellipse,#d5e2eb30,transparent 65%);filter:blur(28px);animation:mist 24s ease-in-out infinite alternate}.haze-two{bottom:23vh;left:-65vw;opacity:.4;animation-duration:32s;animation-direction:alternate-reverse}#atmosphere{position:absolute;inset:0;width:100%;height:100%;opacity:.6}.grain{position:absolute;inset:0;opacity:.028;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Cpath fill='%23fff' filter='url(%23n)' opacity='.8' d='M0 0h180v180H0z'/%3E%3C/svg%3E")}@keyframes mist{to{transform:translate(22vw,-7vh) scale(1.2)}}
.header{position:fixed;z-index:30;left:3.7vw;right:3.7vw;top:30px;display:flex;align-items:center;justify-content:space-between;gap:25px}.brand{display:flex;align-items:center;gap:12px;text-align:left;padding:0}.brand svg{width:27px;height:38px;fill:none;stroke:currentColor;stroke-width:1}.brand>span{font-size:12px;letter-spacing:2.5px;line-height:1.45;font-weight:600}.desktop-nav{display:flex;align-items:center;gap:36px}.desktop-nav button{position:relative;padding:15px 0;font-size:14px;color:#dadbd6b0;transition:color .3s}.desktop-nav button>span{font-size:10px;vertical-align:top;margin-right:6px;opacity:.6}.desktop-nav button:after{content:'';position:absolute;left:0;bottom:3px;width:0;height:1px;background:var(--paper);transition:width .5s}.desktop-nav button.active{color:var(--paper)}.desktop-nav button.active:after{width:100%}.desktop-nav button:hover{color:white}.header-note{font-size:10px;line-height:1.8;letter-spacing:1.7px;text-align:right}.menu-toggle,.mobile-nav{display:none}
main{position:fixed;inset:0;z-index:5;outline:none}.floor{position:absolute;inset:0;padding:135px 11.5vw 105px 8vw;opacity:0;visibility:hidden;pointer-events:none;will-change:transform,opacity;display:flex;flex-direction:column;justify-content:center;overflow-y:auto;scrollbar-width:thin}.floor.is-active{visibility:visible;pointer-events:auto}.floor-home{padding:0 5vw;overflow:hidden}.hero-title{position:absolute;top:25%;left:0;right:0;text-align:center}.eyebrow{font-size:11px;font-weight:500;letter-spacing:3px;line-height:1.7;margin:0 0 20px}.tiny-star{display:inline-block;margin-right:12px;color:var(--gold);font-size:17px;vertical-align:middle}.hero-title h1{font:400 clamp(48px,7.6vw,140px)/1.15 var(--serif);letter-spacing:.17em;padding-left:.17em;margin:20px 0 12px;text-shadow:0 4px 40px #10182055}.hero-caption{font-size:14px;letter-spacing:1.7px;color:#e6e5e0}.hero-bottom{position:absolute;bottom:130px;left:5vw;right:5vw;display:grid;grid-template-columns:1fr auto 1fr;align-items:end;gap:50px}.hero-statement{font-family:var(--serif);font-size:clamp(28px,2.5vw,42px);line-height:1.1}.hero-statement em{font-weight:400;color:#d4d2c8}.hero-description{justify-self:end;font-size:13px;line-height:1.9;margin:0;color:#dcddd8}
.section-heading{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:32px}h2{font:400 clamp(36px,4.5vw,74px)/1.05 var(--serif);letter-spacing:-.02em;margin:0}h2 em{font-weight:400;color:#d5c9b9}.section-heading>p{color:var(--muted);font-size:14px;line-height:1.8;margin:0 0 3px}.projects{display:grid;grid-template-columns:1fr 1fr;gap:22px}.project{padding:24px 26px;text-align:left;display:flex;flex-direction:column;min-height:280px;height:39vh;max-height:440px;position:relative;overflow:hidden;transition:transform .5s,border-color .5s;border:1px solid #fff2}.project:hover{transform:translateY(-7px);border-color:#fff7}.project-orbit{background:#263332ee;color:#e0e7dc}.project-forma{background:#d4d0c8ed;color:#292b2a}.project-top{display:flex;justify-content:space-between;gap:15px;font-size:10px;letter-spacing:1.5px}.project-top>span{opacity:.6;font-size:9px}.project-art{flex:1;display:flex;align-items:center;justify-content:center}.orbit-word{font-size:clamp(50px,7vw,110px);font-weight:500;letter-spacing:-.07em}.orbit-dot{font-size:20px;align-self:center;margin-top:-42px;margin-left:8px;font-weight:400}.forma-word{position:relative;font-family:var(--serif);font-size:clamp(40px,5.5vw,84px);letter-spacing:-.06em}.forma-word>span:not(.forma-sub){font-style:italic;font-weight:500}.forma-sub{position:absolute;bottom:20%;font:8px var(--sans);letter-spacing:5px}.project-bottom{display:flex;justify-content:space-between;align-items:center;font-size:17px}.project-bottom>span>span{display:block;font-size:11px;opacity:.6;margin-top:5px}.round-arrow{border:1px solid currentColor;border-radius:50%;display:grid;place-items:center;width:35px;height:35px;font-size:20px;opacity:.8}.section-footnote{font-size:12px;color:#adb3b5;margin:18px 0 0}
.floor-capabilities{padding-right:16vw}.floor-capabilities h2{font-size:clamp(35px,4vw,62px)}.floor-capabilities .section-heading{margin-bottom:25px}.services{border-top:1px solid var(--line)}.services details{border-bottom:1px solid var(--line)}.services summary{display:flex;align-items:center;gap:28px;list-style:none;padding:20px 0;cursor:pointer;font-size:23px}.services summary::-webkit-details-marker{display:none}.service-number{font-size:11px;color:var(--gold);letter-spacing:1px}.service-symbol{margin-left:auto;font-size:24px;font-weight:400;transition:transform .3s}.services details[open] .service-symbol{transform:rotate(45deg)}.service-body{padding:0 50px 24px;display:flex;gap:40px;justify-content:space-between;align-items:center}.service-body p{color:#c2c7c7;max-width:480px;font-size:14px;line-height:1.8;margin:0}.tags{display:flex;gap:8px;flex-wrap:wrap}.tags span{font-size:11px;border:1px solid var(--line);padding:8px 11px;white-space:nowrap}.service-body .tags{max-width:280px}
.floor-assistant{display:grid;grid-template-columns:1fr 1.05fr;gap:7vw;align-items:center}.assistant-intro .eyebrow{font-size:10px;letter-spacing:2px}.intelligence-mark{font-size:70px;line-height:1;color:var(--gold);margin:28px 0;animation:star-turn 40s linear infinite;transform-origin:35px 35px;width:70px}.assistant-intro h2{font-size:clamp(34px,4vw,64px)}.assistant-intro>p:last-child{color:var(--muted);font-size:14px;line-height:1.8;max-width:280px;margin-top:22px}.assistant-panel{padding:25px;background:#121c22cc;border:1px solid var(--line);backdrop-filter:blur(20px)}.assistant-panel-header{display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:10px;letter-spacing:1.4px;padding-bottom:22px;border-bottom:1px solid var(--line)}.demo-label{font-size:8px;letter-spacing:.6px;color:var(--gold)}.chat-messages{height:200px;overflow-y:auto;overscroll-behavior:contain;padding:25px 0 10px;scrollbar-width:thin}.chat-message{font-size:14px;line-height:1.8;max-width:94%;margin-bottom:18px;white-space:pre-wrap;animation:message-in .4s ease both}.assistant-message:before{content:'✦';display:block;color:var(--gold);margin-bottom:7px}.user-message{margin-left:auto;padding:10px 14px;background:#ffffff0b;border:1px solid var(--line);color:#c9d1d0}.chat-suggestions{display:flex;gap:7px;flex-wrap:wrap;margin:12px 0 18px}.chat-suggestions button{font-size:10px;border:1px solid var(--line);padding:8px 9px;transition:background .3s}.chat-suggestions button:hover{background:#ffffff12}#chat-form{display:flex;align-items:center;border-bottom:1px solid #e0e1d580;padding:6px 0 12px;gap:12px}#chat-input{width:100%;background:transparent;color:var(--paper);border:0;outline:none;font-size:14px;min-width:0}#chat-input::placeholder{color:#c6cbcd80}#chat-form:focus-within{border-color:var(--gold)}#chat-form button{flex-shrink:0;width:32px;height:32px;background:#dedfd4;color:#172024;font-size:22px}.assistant-disclaimer{font-size:10px;line-height:1.7;color:#a8afb1;margin:16px 0 0}@keyframes star-turn{to{transform:rotate(360deg)}}@keyframes message-in{from{opacity:0;transform:translateY(10px)}}
.floor-future{align-items:center;text-align:center}.floor-future .eyebrow{margin-bottom:18px}.future-star{font-size:55px;color:var(--gold);margin:10px 0 23px}.floor-future h2{font-size:clamp(45px,5.3vw,86px)}.floor-future>p:not(.eyebrow){font-size:14px;line-height:1.9;color:#c6cccd;margin:23px 0}.future-rooms{display:flex;gap:35px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:20px 0;margin:5px 0 26px}.future-rooms>span{font-size:14px}.future-rooms small{font-size:8px;color:var(--gold);margin-left:14px;letter-spacing:1px}.text-button{font-size:12px;letter-spacing:1px;padding:12px 0}.text-button span{display:inline-block;margin-left:18px}.text-button:hover span{transform:translateY(4px)}
.floor-rail{position:fixed;z-index:20;right:3.7vw;top:50%;transform:translateY(-50%);display:flex;flex-direction:column;align-items:end;width:43px;gap:17px}.rail-caption{font-size:8px;letter-spacing:2px;writing-mode:vertical-rl;margin:0 -1px 10px 0;opacity:.5}.floor-rail button{position:relative;width:43px;display:flex;justify-content:space-between;align-items:center;padding:2px 0;color:#eee9}.floor-rail button>span{font-size:9px;letter-spacing:1px;opacity:0;transform:translateX(5px);transition:opacity .3s,transform .3s}.floor-rail button:hover>span,.floor-rail button.active>span{opacity:1;transform:translateX(0)}.floor-rail i{width:5px;height:5px;border-radius:50%;border:1px solid #f1eddb80;background:#61696b;transition:box-shadow .4s,background .4s}.floor-rail button.active i{background:var(--paper);box-shadow:0 0 0 5px #ffffff15,0 0 16px #fff5}.rail-track{position:absolute;right:2px;bottom:5px;height:153px;width:1px;background:#ffffff20;z-index:-1}.rail-track>span{position:absolute;bottom:0;left:0;right:0;background:#e6e3d180;height:0}
.footer{position:fixed;bottom:0;left:3.7vw;right:3.7vw;height:82px;z-index:30;border-top:1px solid var(--line);display:flex;justify-content:space-between;align-items:center;gap:20px}.floor-status{display:flex;gap:15px;align-items:center}.status-number{font-family:var(--serif);font-size:32px;line-height:1}.status-divider{width:25px;height:1px;background:#d5d7cf60}#floor-name{font-size:9px;letter-spacing:1.7px}.scroll-note{font-size:9px;letter-spacing:1.8px;opacity:.7}.scroll-note>span{display:inline-block;font-size:17px;margin-left:14px}.experience-controls{display:flex;gap:22px;align-items:center}.experience-controls button{font-size:9px;letter-spacing:1px;padding:10px 0;display:flex;align-items:center;gap:9px}#motion-toggle{opacity:.6}#motion-toggle>span{font-size:8px}.sound-bars{display:flex;align-items:center;gap:3px;height:13px}.sound-bars i{width:1px;background:#f3eee0;height:3px;transition:height .3s}.sound-bars i:nth-child(2){height:10px}.sound-bars i:nth-child(3){height:6px}.sound-on .sound-bars i{animation:sound 1s ease-in-out infinite alternate}.sound-on .sound-bars i:nth-child(2){animation-delay:-.5s}.sound-on .sound-bars i:nth-child(3){animation-delay:-.8s}.sound-on .sound-bars i:nth-child(4){animation-delay:-.2s}@keyframes sound{to{height:13px}}.scroll-space{position:relative;pointer-events:none;z-index:-1}.scroll-space>div{height:100vh;height:100svh}.custom-cursor{position:fixed;left:0;top:0;z-index:300;pointer-events:none;width:32px;height:32px;margin:-16px;border:1px solid #eee8;border-radius:50%;display:none;mix-blend-mode:difference;transition:width .25s,height .25s,margin .25s,background .25s;will-change:transform}.custom-cursor>span{position:absolute;left:50%;top:50%;width:3px;height:3px;border-radius:50%;background:white;transform:translate(-50%,-50%)}.custom-cursor.hovering{width:52px;height:52px;margin:-26px;background:#fff2;border-color:#fff}.custom-cursor.hovering>span{width:5px;height:5px}@media(hover:hover) and (pointer:fine){body.cursor-ready,body.cursor-ready button,body.cursor-ready summary,body.cursor-ready a{cursor:none}body.cursor-ready .custom-cursor{display:block}}
dialog{position:fixed;max-width:620px;width:calc(100% - 40px);padding:60px 45px;background:#1b2429;color:var(--paper);border:1px solid var(--line);box-shadow:0 20px 100px #0006}dialog::backdrop{background:#080f18bb;backdrop-filter:blur(12px)}.dialog-close{position:absolute;right:20px;top:15px;font-size:30px}.dialog-close:hover{color:var(--gold)}dialog h2{font-size:64px;margin-bottom:24px}dialog>p:not(.eyebrow){color:#c1c7c8;font-size:16px;line-height:1.8}dialog .tags{margin-top:24px}dialog .dialog-note{margin-top:35px;font-size:12px!important;opacity:.7}.no-script{position:fixed;bottom:100px;left:20px;right:20px;background:#172126;padding:20px;z-index:100}.reduced-motion *, .reduced-motion *:before,.reduced-motion *:after{animation:none!important;scroll-behavior:auto!important}.reduced-motion .custom-cursor{display:none!important}.reduced-motion.cursor-ready,.reduced-motion.cursor-ready button,.reduced-motion.cursor-ready summary,.reduced-motion.cursor-ready a{cursor:auto}.reduced-motion .haze{display:none}
@media(min-width:1800px){.floor{padding-left:max(8vw,calc((100vw - 1500px)/2));padding-right:max(12vw,calc((100vw - 1400px)/2))}.hero-title{top:27%}}
@media(max-width:1100px){.desktop-nav{gap:22px}.header-note{display:none}.header{right:5vw;left:5vw}.floor{padding-left:7vw;padding-right:12vw}.hero-title h1{font-size:8.5vw;letter-spacing:.12em}.hero-bottom{gap:25px}.hero-description{font-size:12px}.section-heading>p{font-size:12px}.floor-assistant{gap:4vw}.assistant-panel{padding:20px}.service-body{gap:20px}.service-body .tags{max-width:200px}.floor-capabilities{padding-right:14vw}}
@media(max-width:760px){.header{top:22px;left:6vw;right:6vw}.brand svg{width:23px;height:33px}.brand>span{font-size:10px;letter-spacing:2px}.desktop-nav{display:none}.menu-toggle{display:flex;gap:20px;align-items:center;font-size:12px}.menu-toggle>span{font-size:24px;font-weight:400}.mobile-nav{position:fixed;inset:0;background:#111b23f5;backdrop-filter:blur(24px);z-index:25;display:flex;flex-direction:column;justify-content:center;padding:80px 10vw;opacity:0;visibility:hidden;transition:opacity .3s,visibility .3s}.mobile-nav.open{opacity:1;visibility:visible}.mobile-nav button{text-align:left;display:flex;gap:25px;align-items:center;font-size:11px;color:var(--gold);padding:20px 0;border-bottom:1px solid var(--line)}.mobile-nav button>span{font-family:var(--serif);font-size:32px;color:var(--paper)}.floor{padding:100px 12vw 105px 6vw;justify-content:center}.floor-home{padding:0}.hero-title{top:25%}.hero-title .eyebrow{font-size:8px;letter-spacing:2px}.hero-title h1{font-size:13vw;line-height:.95;max-width:90%;margin:25px auto;letter-spacing:.04em}.hero-caption{font-size:11px;letter-spacing:.5px}.hero-bottom{left:6vw;right:6vw;bottom:115px;grid-template-columns:1fr auto;gap:20px}.hero-statement{font-size:29px}.hero-description{display:none}.footer{left:6vw;right:6vw;height:77px;gap:12px}.scroll-note{display:none}.status-number{font-size:30px}.floor-status{gap:10px}#floor-name{font-size:8px;letter-spacing:.8px}.status-divider{width:16px}.experience-controls{gap:18px}.experience-controls button{font-size:8px}.sound-bars{gap:2px}.floor-rail{right:5vw;gap:17px;width:29px}.floor-rail button{width:29px}.rail-caption{font-size:7px}.floor-rail button>span{font-size:8px}.eyebrow{font-size:9px;letter-spacing:2px;margin-bottom:16px}.section-heading{margin-bottom:23px}.section-heading>p{display:none}h2{font-size:39px}.projects{gap:12px}.project{padding:15px 14px;min-height:240px;height:34vh}.project-top{font-size:7px;line-height:1.5;letter-spacing:1px;display:block}.project-top>span{display:block;font-size:7px;margin-top:5px}.orbit-word{font-size:48px}.orbit-dot{font-size:12px;margin-top:-25px;margin-left:3px}.forma-word{font-size:33px}.forma-sub{font-size:5px;letter-spacing:1.5px;bottom:27%}.project-bottom{font-size:14px;gap:4px}.project-bottom>span>span{font-size:8px;max-width:90px;line-height:1.6}.round-arrow{width:23px;height:23px;font-size:15px;flex-shrink:0}.section-footnote{font-size:10px;line-height:1.8;max-width:270px}.floor-capabilities h2{font-size:35px}.services summary{font-size:19px;gap:15px;padding:17px 0}.service-body{padding:0 0 20px 30px;display:block}.service-body p{font-size:12px;line-height:1.8}.service-body .tags{margin-top:14px;max-width:none}.tags span{font-size:9px;padding:6px 8px}.floor-assistant{display:flex;gap:20px;padding-top:100px}.assistant-intro{width:100%}.assistant-intro .eyebrow{font-size:8px;margin-bottom:12px}.assistant-intro h2{font-size:35px}.intelligence-mark{display:none}.assistant-intro>p:last-child{display:none}.assistant-panel{width:100%;padding:16px}.assistant-panel-header{font-size:8px;padding-bottom:14px}.demo-label{font-size:6px}.chat-messages{height:145px;padding-top:16px}.chat-message{font-size:12px}.chat-suggestions{margin:10px 0;gap:6px}.chat-suggestions button{font-size:8px;padding:7px}.assistant-disclaimer{font-size:8px;margin-top:10px}#chat-input{font-size:12px}.floor-future h2{font-size:44px}.floor-future>p:not(.eyebrow){font-size:12px}.future-rooms{gap:20px;flex-wrap:wrap;justify-content:center;margin-bottom:15px}.future-rooms>span{font-size:11px}.future-rooms small{font-size:7px;display:block;margin:9px 0 0}.future-star{font-size:40px;margin:0 0 20px}.text-button{font-size:11px}dialog{padding:50px 25px}dialog h2{font-size:46px}dialog>p:not(.eyebrow){font-size:14px}}
@media(max-height:700px) and (min-width:761px){.floor{padding-top:105px;padding-bottom:85px}.header{top:20px}.footer{height:64px}.hero-bottom{bottom:95px}.hero-title{top:24%}.hero-title h1{font-size:7vw;margin:10px 0}.hero-title .eyebrow{margin-bottom:5px}.hero-statement{font-size:29px}.section-heading{margin-bottom:18px}h2{font-size:48px}.project{min-height:210px;height:35vh}.floor-capabilities h2{font-size:40px}.services summary{padding:13px 0;font-size:20px}.service-body{padding-bottom:15px}.assistant-intro h2{font-size:43px}.intelligence-mark{margin:15px 0;font-size:45px;width:45px;transform-origin:22px 22px}.chat-messages{height:140px}.assistant-panel{padding:18px}.future-star{font-size:35px;margin:5px 0 15px}.floor-future h2{font-size:56px}.future-rooms{padding:15px 0;margin-bottom:12px}}
@media(max-height:670px) and (max-width:760px){.floor:not(.floor-home){justify-content:flex-start;padding-top:95px}.floor-assistant{gap:12px}.assistant-intro h2{font-size:30px}.chat-messages{height:100px}.chat-suggestions{gap:4px}.assistant-panel-header{padding-bottom:10px}.hero-title{top:23%}.hero-bottom{bottom:100px}.hero-statement{font-size:25px}.hero-caption{font-size:10px}.floor-future{padding-top:95px}.floor-future h2{font-size:36px}.future-star{font-size:28px;margin-bottom:10px}.floor-future>p:not(.eyebrow){margin:15px 0}.future-rooms{padding:12px 0}.project{height:230px;min-height:230px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important}}
/* Keep the photographic proportions, including on tall mobile viewports. */

html{scroll-snap-type:y mandatory}
.scroll-space>div{scroll-snap-align:start}
.floor h1:focus,.floor h2:focus{outline:none}
@media(max-width:760px){.service-body p,.chat-message{font-size:13px}.assistant-disclaimer{font-size:10px}.chat-suggestions button{font-size:10px}.demo-label{font-size:8px}}
/* The scene is a full WebGL world. HTML is only the accessible interface layer. */
#tower-world{position:absolute;inset:0;width:100%;height:100%;display:block}
.scene{background:#182b39}
.scene:after{background:linear-gradient(180deg,#09141b35,transparent 20%,transparent 65%,#07101699),linear-gradient(90deg,#08111955,transparent 65%)}
.scene-loading{position:fixed;inset:0;background:#101e29;z-index:500;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:25px;transition:opacity 1s,visibility 1s;pointer-events:none}
.scene-loading.loaded{opacity:0;visibility:hidden}
.loading-mark{font:42px var(--serif);letter-spacing:12px;padding-left:12px}
.scene-loading>span:nth-child(2){font-size:10px;letter-spacing:3px;color:#c5cdd0}
.scene-loading i{height:1px;width:75px;background:#d1baa0;transform-origin:left;animation:loading-line 1.3s ease-in-out infinite alternate}
@keyframes loading-line{from{transform:scaleX(.2);opacity:.3}to{transform:scaleX(1);opacity:1}}
.scene-fallback{position:fixed;bottom:85px;left:5vw;z-index:40;font-size:12px;max-width:340px;background:#112430;padding:14px;line-height:1.7}
.hero-title{top:25%;left:7.5vw;right:auto;text-align:left}
.hero-title h1{font-size:clamp(68px,8.7vw,155px);letter-spacing:.035em;line-height:.82;padding:0;margin:30px 0}
.hero-title h1 span{display:block}
.hero-title h1 span+span{margin-top:13px}
.hero-title .eyebrow{font-size:10px;letter-spacing:2.5px}
.hero-caption{font-size:13px;letter-spacing:.4px}
.hero-bottom{bottom:115px}
.hero-statement{font-size:28px}
.hero-title .tiny-star{margin-right:9px}
.hero-description{max-width:265px}
@media(max-width:760px){.hero-title{left:6vw;top:24%}.hero-title h1{font-size:20vw;max-width:none;line-height:.85;letter-spacing:.015em;margin:25px 0}.hero-title .eyebrow{font-size:7px;letter-spacing:1.6px}.hero-caption{font-size:11px;max-width:220px;line-height:1.8}.hero-bottom{bottom:115px}.hero-statement{font-size:25px}.scene:after{background:linear-gradient(90deg,#08111966,transparent 85%),linear-gradient(180deg,#08111930,transparent 60%,#081119a0)}}
@media(max-height:700px) and (min-width:761px){.hero-title{top:23%}.hero-title h1{font-size:8.5vw;margin:24px 0}.hero-bottom{bottom:95px}.hero-statement{font-size:25px}}
main{transition:opacity .6s,visibility .6s}.scene:after{transition:opacity .6s}.dragging .custom-cursor{width:22px;height:22px;margin:-11px;background:#f7f3db33}
@media(min-width:1101px){.floor-works{padding-right:33vw}.floor-works .section-heading{display:block}.floor-works .section-heading>p{display:none}.floor-works h2{font-size:clamp(42px,3.7vw,68px)}.floor-works .project{height:34vh;max-height:370px;min-height:260px;padding:22px}.floor-works .orbit-word{font-size:6.5vw}.floor-works .forma-word{font-size:4.5vw}.floor-capabilities{padding-right:39vw}.floor-capabilities h2{font-size:clamp(36px,3.3vw,58px)}.floor-capabilities .service-body{display:block}.floor-capabilities .service-body .tags{max-width:none;margin-top:16px}.floor-assistant{grid-template-columns:1fr 1.2fr;padding-right:28vw;gap:4vw}.assistant-intro h2{font-size:clamp(38px,3.5vw,59px)}}
@media(max-width:1100px){.desktop-nav{margin-left:auto;margin-right:20px}}
@media(max-width:760px){.header{gap:18px}.menu-toggle{margin-left:auto;order:2}.brand{margin-right:auto}.floor-rail button{min-height:26px}.floor-rail{gap:10px}.rail-track{height:153px}}
/* Exterior landing → physical door → interior room. */
.at-door main,.room-moving main{opacity:0;visibility:hidden;pointer-events:none}
.landing-caption{position:fixed;z-index:9;left:8vw;top:32%;max-width:33vw;pointer-events:none;transition:opacity .35s}
.landing-caption h2{font-size:clamp(40px,4.1vw,70px);line-height:1.03;margin:18px 0 23px}
.landing-caption>p:not(.eyebrow){font-size:14px;line-height:1.8;color:#c7ccca;max-width:300px}
.landing-instruction{display:block;margin-top:44px;font-size:12px;color:var(--gold)}.landing-instruction i{margin-left:13px;font-style:normal;font-size:21px}
.door-target{position:fixed;z-index:12;transform:translate(-50%,-50%);padding:0;border:1px solid transparent;border-radius:1px;background:transparent;transition:background .3s,border-color .3s;min-width:52px;min-height:64px}
.door-target:hover{background:#ffe7b40b;border-color:#f7dba76b;box-shadow:0 0 40px #ffd99518,inset 0 0 24px #ffdf8e10}
.door-target:focus-visible{outline:1px solid #f5d49a;outline-offset:5px}
.door-label{position:absolute;left:50%;bottom:-52px;transform:translateX(-50%);display:flex;gap:14px;align-items:center;padding:10px 15px;border:1px solid #ecd5ad40;background:#10202cd9;backdrop-filter:blur(10px);white-space:nowrap;font-size:10px;letter-spacing:2px}
.door-label-number{font:24px var(--serif);letter-spacing:0;color:var(--gold)}.door-label i{font-style:normal;font-size:16px;margin-left:13px}.door-target:hover .door-label{border-color:var(--gold);background:#1b2b34}
.room-exit{position:fixed;z-index:31;left:4vw;top:100px;display:flex;gap:13px;align-items:center;font-size:10px;letter-spacing:1.5px;color:var(--gold);padding:10px 0}.room-exit>span{font-size:22px}
.room-exit:hover{color:#fff}.room-exit[hidden],.door-target[hidden],.landing-caption[hidden]{display:none}
.room-transition{position:fixed;inset:0;pointer-events:none;z-index:7;background:radial-gradient(ellipse at center,transparent 30%,#070f1970);opacity:0;transition:opacity .7s}.room-moving .room-transition{opacity:.4}
.inside-room .scene:after{background:radial-gradient(ellipse at 50% 48%,#06111b45,transparent 68%),linear-gradient(180deg,#06111b60,transparent 30%,transparent 65%,#06111b99)}
.inside-room .floor{padding:155px 10vw 110px}
.inside-room .floor-home .hero-title{top:25%;left:12vw}.inside-room .floor-home .hero-title h1{font-size:clamp(65px,7vw,120px)}
.inside-room .floor-works .section-heading>p{display:block}.inside-room .floor-works .section-heading{display:flex}
.inside-room .floor-works .project{height:34vh;max-height:360px;min-height:240px}
.inside-room .floor-capabilities{padding-right:25vw}.inside-room .floor-assistant{padding-right:12vw;grid-template-columns:1fr 1.1fr;gap:8vw}
.inside-room .floor-future{padding-left:12vw;padding-right:12vw}
.inside-room .floor .section-heading{margin-top:0}
.inside-room .floor-rail{opacity:.65}.inside-room .floor-rail:hover{opacity:1}
@media(max-width:760px){
 .landing-caption{left:6vw;top:16%;max-width:82vw}.landing-caption h2{font-size:35px;margin:12px 0 16px}.landing-caption>p:not(.eyebrow){font-size:12px;max-width:250px}.landing-instruction{margin-top:20px;font-size:11px}.landing-caption .eyebrow{font-size:9px}
 .door-label{bottom:-47px;padding:8px 11px;font-size:9px;letter-spacing:1px;gap:10px}.door-label-number{font-size:21px}.door-label i{margin-left:7px}
 .room-exit{top:82px;left:6vw;font-size:9px;letter-spacing:1px}.room-exit>span{font-size:18px}
 .inside-room .floor{padding:132px 12vw 100px 6vw}.inside-room .floor-works .section-heading>p{display:none}.inside-room .floor-works .project{height:31vh;min-height:225px;padding:14px}
 .inside-room .floor-capabilities{padding-right:12vw}.inside-room .floor-assistant{padding-right:12vw;display:flex;gap:18px}.inside-room .floor-home .hero-title{left:6vw;top:25%}.inside-room .floor-home .hero-title h1{font-size:20vw}
 .inside-room .floor-future{padding-left:6vw;padding-right:12vw}.inside-room .assistant-panel{background:#10222ee6}.inside-room .floor-future h2{font-size:40px}
}
@media(max-height:700px) and (min-width:761px){.room-exit{top:75px}.inside-room .floor{padding-top:120px;padding-bottom:90px}.inside-room .floor-works .project{min-height:205px;height:32vh}.landing-caption{top:27%}}
.at-door .scene:after{background:linear-gradient(90deg,#07121baa, #07121b25 48%,transparent 75%),linear-gradient(180deg,#07121b45,transparent 40%,#07121b60)}
.landing-caption{text-shadow:0 2px 18px #040b1240}
.landing-caption{transition:opacity .35s}.in-flight .landing-caption{opacity:0;pointer-events:none}
.scene-unavailable.at-door main{opacity:1;visibility:visible;pointer-events:auto}
@media(max-width:760px){.at-door .scene:after{background:linear-gradient(180deg,#06121bbb,#07121b60 32%,transparent 50%,#07121b45)}}
/* Atmosphere controls affect the full 3D environment, with a matching interface palette. */
.header{gap:24px}.desktop-nav{margin-left:auto;margin-right:auto;gap:28px}
.theme-control{position:relative;flex-shrink:0}.theme-trigger{display:flex;align-items:center;gap:9px;padding:10px 0;font-size:10px;letter-spacing:.3px;white-space:nowrap}.theme-trigger>span:first-child{font-size:23px;line-height:1}.theme-chevron{font-size:14px;opacity:.5}.theme-trigger[aria-expanded=true] .theme-chevron{transform:rotate(180deg)}
.theme-panel{position:absolute;top:calc(100% + 18px);right:0;width:270px;padding:18px 10px 10px;background:#10202aef;border:1px solid #c9d2cb35;box-shadow:0 18px 60px #020a144a;backdrop-filter:blur(24px);color:#eaeae1}.theme-panel[hidden]{display:none}.theme-panel>p{font-size:9px;letter-spacing:2px;margin:0 12px 14px;color:#b4c1c5}.theme-panel>button{display:flex;align-items:center;gap:14px;width:100%;text-align:left;padding:12px;border:1px solid transparent;transition:background .2s,border-color .2s}.theme-panel>button>span:first-child{font-size:25px;width:25px;text-align:center;font-weight:400}.theme-panel>button>span:nth-child(2){font-size:12px}.theme-panel small{display:block;margin-top:4px;color:#a4b5bb;font-size:9px}.theme-panel>button:hover{background:#d8e4d509}.theme-panel>button[aria-pressed=true]{border-color:#dbceb143;background:#e5dbc609}.theme-panel i{margin-left:auto;width:5px;height:5px;border-radius:50%;background:transparent}.theme-panel>button[aria-pressed=true] i{background:#d9c4a2}
body,.header,.footer,.landing-caption{transition:color 1s}.grain{opacity:.015}
:is(html[data-theme=light],html[data-theme=snowy]){color-scheme:light;--paper:#263936;--muted:#52655f;--line:#30473c40;--gold:#6c634a}
:is(html[data-theme=light],html[data-theme=snowy]) body{background:#c2d5d8}:is(html[data-theme=light],html[data-theme=snowy]) .scene:after{background:linear-gradient(90deg,#e3e7db75,transparent 58%),linear-gradient(180deg,#dde4d540,transparent 35%,#d5dcc841)}
:is(html[data-theme=light],html[data-theme=snowy]) .at-door .scene:after{background:linear-gradient(90deg,#dce2d9a6,transparent 64%),linear-gradient(180deg,#dce3d934,transparent 50%,#cbd6c92b)}
:is(html[data-theme=light],html[data-theme=snowy]) .desktop-nav button{color:#30443bbf}:is(html[data-theme=light],html[data-theme=snowy]) .desktop-nav button:hover,:is(html[data-theme=light],html[data-theme=snowy]) .desktop-nav button.active{color:var(--paper)}
:is(html[data-theme=light],html[data-theme=snowy]) .hero-title h1{ text-shadow:0 2px 35px #e6e6d94d}:is(html[data-theme=light],html[data-theme=snowy]) .hero-caption,:is(html[data-theme=light],html[data-theme=snowy]) .hero-description,:is(html[data-theme=light],html[data-theme=snowy]) .hero-statement em,:is(html[data-theme=light],html[data-theme=snowy]) .landing-caption>p:not(.eyebrow){color:#42534a}
:is(html[data-theme=light],html[data-theme=snowy]) .floor-rail button{color:#284435b3}:is(html[data-theme=light],html[data-theme=snowy]) .rail-track{background:#273f3733}:is(html[data-theme=light],html[data-theme=snowy]) .rail-track>span{background:#30473c99}:is(html[data-theme=light],html[data-theme=snowy]) .floor-rail i{border-color:#29423888;background:#74877a}
:is(html[data-theme=light],html[data-theme=snowy]) .sound-bars i{background:#304239}:is(html[data-theme=light],html[data-theme=snowy]) .custom-cursor{border-color:#2c403b88}:is(html[data-theme=light],html[data-theme=snowy]) .custom-cursor span{background:#2c403b}
:is(html[data-theme=light],html[data-theme=snowy]) .theme-panel{background:#edf0e8f2;border-color:#61726240;color:#263b32;box-shadow:0 18px 60px #2b493527}:is(html[data-theme=light],html[data-theme=snowy]) .theme-panel>p,:is(html[data-theme=light],html[data-theme=snowy]) .theme-panel small{color:#687b70}:is(html[data-theme=light],html[data-theme=snowy]) .theme-panel>button[aria-pressed=true]{border-color:#4d62564d;background:#45634e0b}:is(html[data-theme=light],html[data-theme=snowy]) .theme-panel>button:hover{background:#45634e0c}:is(html[data-theme=light],html[data-theme=snowy]) .theme-panel>button[aria-pressed=true] i{background:#527160}
:is(html[data-theme=light],html[data-theme=snowy]) .mobile-nav{background:#e5ebe3f5;color:#2c4237}:is(html[data-theme=light],html[data-theme=snowy]) .mobile-nav button{border-color:#344d3833}
:is(html[data-theme=light],html[data-theme=snowy]) .door-label{color:#263936;background:#e4e9dff0;border-color:#67766c60;box-shadow:0 8px 24px #203d3626}
:is(html[data-theme=light],html[data-theme=snowy]) .hero-description,:is(html[data-theme=light],html[data-theme=snowy]) .scroll-note{text-shadow:0 1px 5px #eaf1d9,0 0 18px #f0f3e1}
html[data-theme=dark] .scene:after{background:linear-gradient(180deg,#030b1338,transparent 40%,#030a1440),linear-gradient(90deg,#040c172e,transparent 65%)}
html[data-theme=rainy] .scene:after{background:linear-gradient(90deg,#0816236b,transparent 68%),linear-gradient(180deg,#14243236,transparent 50%,#0714225e)}
.door-target[aria-disabled=true]:hover{border-color:transparent;background:transparent;box-shadow:none}
@media(max-width:1200px){.desktop-nav{gap:20px}.desktop-nav button{font-size:12px}.header{gap:18px}}
@media(max-width:1000px){#theme-label,.theme-chevron{display:none}.theme-trigger{padding:8px}.theme-panel{right:-5px}.desktop-nav{margin-right:auto}}
@media(max-width:760px){.header{gap:10px}.brand{margin-right:auto}.theme-control{order:2}.menu-toggle{order:3;margin-left:0}.theme-trigger{padding:5px}.theme-trigger>span:first-child{font-size:24px}.theme-panel{position:fixed;top:82px;right:6vw;width:min(288px,88vw)}:is(html[data-theme=light],html[data-theme=snowy]) .scene:after{background:linear-gradient(90deg,#e0e7dc7a,transparent 88%),linear-gradient(180deg,#e4e8d830,transparent 60%,#d6e0d255)}:is(html[data-theme=light],html[data-theme=snowy]) .at-door .scene:after{background:linear-gradient(180deg,#dfe5d9db,#dfe5d97a 31%,transparent 48%)}}

/* Language and sound controls share the same quiet architectural detailing. */
.language-control,.sound-control{position:relative;flex-shrink:0}.language-trigger{display:flex;align-items:center;gap:8px;padding:9px 0;font-size:10px;letter-spacing:.8px}.language-trigger svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.2}.language-trigger:hover svg{transform:rotate(-15deg)}.language-trigger svg{transition:transform .45s}.header{gap:23px}.desktop-nav{gap:24px}
.settings-panel{position:absolute;background:#10202aef;color:#eaeae1;border:1px solid #c9d2cb35;box-shadow:0 18px 60px #020a1466;backdrop-filter:blur(28px);padding:22px;z-index:60;animation:panel-arrive .28s cubic-bezier(.2,.8,.2,1);transform-origin:top right}.settings-panel[hidden]{display:none}@keyframes panel-arrive{from{opacity:0;transform:translateY(-7px) scale(.98)}to{opacity:1;transform:none}}.panel-eyebrow{font-size:8px;letter-spacing:2px;margin:0 0 16px;color:#b4c1c5}.language-panel{width:248px;right:0;top:calc(100% + 18px);padding:20px 11px 10px}.language-panel>.panel-eyebrow{margin-left:10px}.language-panel>button{width:100%;display:flex;align-items:center;gap:14px;padding:12px 10px;text-align:left;font-size:13px;border:1px solid transparent;transition:background .2s,border-color .2s}.language-code{display:grid;place-items:center;width:27px;height:24px;font-size:9px;letter-spacing:.6px;border:1px solid #c3cfce35;color:#afbfc1}.language-panel>button:hover{background:#d8e4d50d}.language-panel>button[aria-pressed=true]{background:#e5dbc609;border-color:#dbceb143}.language-panel i{width:4px;height:4px;border-radius:50%;margin-left:auto}.language-panel>button[aria-pressed=true] i{background:#e2cca8}
.sound-control{display:flex;align-items:center;gap:13px}.experience-controls .sound-settings{width:24px;height:28px;justify-content:center;font-size:16px;padding:0;border-left:1px solid var(--line)}.sound-settings span{transition:transform .3s}.sound-settings[aria-expanded=true] span{transform:rotate(180deg)}.sound-panel{bottom:calc(100% + 30px);right:0;width:325px;text-align:left;transform-origin:bottom right;animation-name:sound-panel-arrive}@keyframes sound-panel-arrive{from{opacity:0;transform:translateY(9px) scale(.98)}to{opacity:1;transform:none}}.sound-panel-heading{display:flex;align-items:center;justify-content:space-between;gap:14px}.sound-panel-heading .panel-eyebrow{margin:0}.experience-controls .power-switch{display:flex;align-items:center;padding:0;gap:8px;font-size:8px}.power-switch>i{width:30px;height:17px;border:1px solid #b8c8c15c;border-radius:12px;position:relative;transition:background .3s}.power-switch>i:after{content:'';position:absolute;top:3px;left:3px;width:9px;height:9px;border-radius:50%;background:#afbfbd;transition:transform .3s,background .3s}.power-switch[aria-checked=true]>i{background:#d1c5a238}.power-switch[aria-checked=true]>i:after{transform:translateX(13px);background:#ecd7af}.sound-visualizer{height:46px;display:flex;justify-content:space-between;align-items:center;margin:23px 0;opacity:.3;transition:opacity .5s}.sound-visualizer i{display:block;width:2px;height:5px;background:#dbcaaa;transform-origin:center}.sound-visualizer i:nth-child(3n){height:22px}.sound-visualizer i:nth-child(4n){height:35px}.sound-visualizer i:nth-child(5n){height:15px}.sound-on .sound-visualizer{opacity:.85}.sound-on .sound-visualizer i{animation:ambient-wave 1.5s ease-in-out infinite alternate}.sound-visualizer i:nth-child(2n){animation-delay:-.8s}.sound-visualizer i:nth-child(3n){animation-delay:-1.2s}.sound-visualizer i:nth-child(5n){animation-delay:-.3s}@keyframes ambient-wave{from{transform:scaleY(.3)}to{transform:scaleY(1.2)}}.volume-heading{display:flex;justify-content:space-between;font-size:11px}.volume-heading output{font-variant-numeric:tabular-nums;color:#d9c3a0;font-size:10px}#volume-slider{display:block;width:100%;height:30px;cursor:pointer;appearance:none;background:transparent;margin:12px 0 17px}#volume-slider::-webkit-slider-runnable-track{height:2px;background:linear-gradient(90deg,#d3bea0 var(--level),#81918b50 var(--level));border-radius:2px}#volume-slider::-webkit-slider-thumb{appearance:none;width:13px;height:13px;margin-top:-5.5px;background:#efdfc4;border:3px solid #233a43;border-radius:50%;box-shadow:0 0 0 1px #c4b39470;transition:box-shadow .2s}#volume-slider:hover::-webkit-slider-thumb{box-shadow:0 0 0 5px #c4b39425}#volume-slider:focus-visible{outline:1px solid #d4c2a4;outline-offset:3px}.sound-layers{display:flex;gap:20px;border-top:1px solid #d8e0d522;padding-top:17px}.sound-layers>span{display:flex;align-items:center;gap:7px;font-size:9px;color:#adbdc0}.sound-layers i{height:3px;width:3px;background:#71807e;border-radius:50%}.sound-on .sound-layers i{background:#d6c198;box-shadow:0 0 6px #dbc69d70}.sound-panel[data-rain=false] .rain-layer{opacity:.35}.sound-panel[data-rain=false] .rain-layer i{background:#71807e;box-shadow:none}.sound-note{font-size:10px;line-height:1.6;color:#9aadb3;margin:17px 0 0;max-width:250px}
:is(html[data-theme=light],html[data-theme=snowy]) .settings-panel{background:#edf0e8f5;color:#263b32;border-color:#61726240;box-shadow:0 18px 60px #2b493527}:is(html[data-theme=light],html[data-theme=snowy]) .panel-eyebrow,:is(html[data-theme=light],html[data-theme=snowy]) .language-code,:is(html[data-theme=light],html[data-theme=snowy]) .sound-note,:is(html[data-theme=light],html[data-theme=snowy]) .sound-layers>span{color:#52675c}:is(html[data-theme=light],html[data-theme=snowy]) .language-panel>button[aria-pressed=true]{background:#45634e0b;border-color:#4d62564d}:is(html[data-theme=light],html[data-theme=snowy]) .language-panel>button:hover{background:#45634e0c}:is(html[data-theme=light],html[data-theme=snowy]) .language-code{border-color:#536a5640}:is(html[data-theme=light],html[data-theme=snowy]) .language-panel i,:is(html[data-theme=light],html[data-theme=snowy]) .sound-visualizer i{background:#5c755e}:is(html[data-theme=light],html[data-theme=snowy]) .volume-heading output{color:#536c58}:is(html[data-theme=light],html[data-theme=snowy]) .power-switch>i{border-color:#5a735e80}:is(html[data-theme=light],html[data-theme=snowy]) .power-switch>i:after{background:#49644f}:is(html[data-theme=light],html[data-theme=snowy]) .sound-layers{border-color:#536c5829}
@media(max-width:1150px){.header{gap:18px}.desktop-nav{gap:15px}.desktop-nav button{font-size:11px}}
@media(max-width:760px){.header{gap:15px}.theme-control{order:1}.language-control{order:2}.menu-toggle{order:3;font-size:11px;gap:12px}.language-trigger{font-size:9px;gap:5px}.language-trigger svg{width:17px;height:17px}.language-panel{position:fixed;top:78px;right:6vw;width:min(265px,88vw)}.sound-control{gap:6px}.experience-controls{gap:12px}.experience-controls .sound-settings{width:18px}.sound-panel{position:fixed;right:6vw;bottom:88px;width:min(325px,88vw);padding:21px}.footer{gap:7px}.floor-status{gap:7px}#floor-name{max-width:116px;font-size:7px;line-height:1.45}.status-divider{width:11px}.sound-control #sound-label{max-width:66px;font-size:7px}.sound-layers{gap:19px}}
html[lang=hi] h2,html[lang=hi] p,html[lang=hi] button,html[lang=hi] label,html[lang=hi] .landing-instruction{letter-spacing:normal;line-height:1.5}html[lang=hi] .landing-caption h2{font-size:clamp(28px,3.5vw,55px)}html[lang=zh-Hans] h2{line-height:1.3}html[lang=zh-Hans] .hero-statement{font-size:30px;line-height:1.35}
.theme-panel{animation:panel-arrive .28s cubic-bezier(.2,.8,.2,1);transform-origin:top right}.theme-chevron{transition:transform .3s}
#volume-slider::-moz-range-track{height:2px;background:#81918b50}#volume-slider::-moz-range-progress{height:2px;background:#d3bea0}#volume-slider::-moz-range-thumb{width:9px;height:9px;background:#efdfc4;border:3px solid #233a43;border-radius:50%;box-shadow:0 0 0 1px #c4b39470}
@media(max-width:380px){.hero-bottom{gap:13px}.hero-statement,html[lang=zh-Hans] .hero-statement{font-size:20px;line-height:1.3}.hero-title .eyebrow{max-width:250px;line-height:1.6}.settings-panel .panel-eyebrow{letter-spacing:1.3px}}
/* Instrument-like controls remain legible against sky, stone and lightning. */
.header{gap:10px}.theme-trigger,.language-trigger{height:43px;min-width:78px;padding:0 13px;gap:10px;border:1px solid #dce3df38;border-radius:6px;background:#0d1b26a6;backdrop-filter:blur(18px);box-shadow:inset 0 1px #ffffff08,0 4px 18px #040b121c;color:#f1f0e8;transition:background .25s,border-color .25s,box-shadow .25s}
.theme-trigger:hover,.language-trigger:hover,.theme-trigger[aria-expanded=true],.language-trigger[aria-expanded=true]{background:#21343edc;border-color:#d7c49b95;box-shadow:0 0 0 3px #d7c49b0a}.theme-trigger #theme-label{font-size:11px;letter-spacing:.15px;font-weight:500;line-height:1.2}.theme-trigger #theme-icon{width:21px;height:23px;display:flex;align-items:center}.theme-trigger svg{width:21px;height:21px;flex-shrink:0}.control-chevron{display:block!important;flex-shrink:0;width:5px;height:5px;border-right:1.5px solid currentColor;border-bottom:1.5px solid currentColor;transform:rotate(45deg);margin:-3px 0 0 3px;opacity:.7;transition:transform .25s}.theme-trigger[aria-expanded=true] .control-chevron,.language-trigger[aria-expanded=true] .control-chevron{transform:rotate(225deg);margin-top:2px}
.theme-panel{width:302px;top:calc(100% + 10px);padding:18px 10px 10px;border-radius:8px;background:#10202af5;box-shadow:0 22px 70px #02091275}.theme-panel>p{font-size:8px;letter-spacing:1.8px;margin-bottom:15px}.theme-panel>button{padding:10px;border-radius:4px;gap:12px;margin-top:3px}.theme-panel>button>span:first-child{display:grid;place-items:center;flex-shrink:0;width:35px;height:37px;border-radius:4px;background:#d9e4dc0a;border:1px solid #d4dccc16}.theme-panel svg{width:23px;height:23px}.theme-panel>button>span:nth-child(2){font-size:12px;line-height:1.3}.theme-panel small{font-size:9px;line-height:1.5;margin-top:5px}.theme-panel>button[aria-pressed=true]{background:#d7c8a510;border-color:#dbc9a74d}.theme-panel>button[aria-pressed=true]>span:first-child{color:#eedab1;background:#dfc59114;border-color:#dfc59125}
.selected-flag,.language-flag{display:flex;align-items:center;flex-shrink:0}.flag-art{display:block;width:25px!important;height:17px!important;border-radius:2px;overflow:hidden;box-shadow:0 0 0 1px #ffffff30,0 2px 4px #0003}.language-trigger:hover svg{transform:none}.language-trigger{font-size:10px;letter-spacing:.6px;gap:9px}.language-panel{top:calc(100% + 10px);width:264px;border-radius:8px;background:#10202af5}.language-panel>button{border-radius:4px;min-height:46px;gap:15px}.language-panel .flag-art{width:28px!important;height:19px!important}.language-panel>button[aria-pressed=true]{background:#d7c8a510}.language-trigger:focus-visible,.theme-trigger:focus-visible{outline:2px solid #efdab2;outline-offset:3px}
.custom-cursor{width:24px;height:24px;margin:-12px;border:1.5px solid #f2e5c9;border-radius:50%;mix-blend-mode:normal;background:transparent;box-shadow:0 0 0 1px #06111bb3,0 2px 12px #020b1855;transition:width .2s,height .2s,margin .2s,border-color .2s,opacity .2s;z-index:400}.custom-cursor>span,.custom-cursor.hovering>span{width:4px;height:4px;background:#fff3d6;box-shadow:0 0 0 1.5px #07141cd9;border-radius:50%}.custom-cursor.hovering{width:34px;height:34px;margin:-17px;border-color:#ffdf9e;background:transparent;box-shadow:0 0 0 1px #06111bcc,0 0 16px #ffdfa318}.reduced-motion body.cursor-ready,.reduced-motion body.cursor-ready button,.reduced-motion body.cursor-ready summary,.reduced-motion body.cursor-ready a{cursor:auto}
.sound-panel[data-thunder=false] .thunder-layer{opacity:.35}.sound-panel[data-thunder=false] .thunder-layer i{background:#71807e;box-shadow:none}
:is(html[data-theme=light],html[data-theme=snowy]) .theme-trigger,:is(html[data-theme=light],html[data-theme=snowy]) .language-trigger{background:#e7eee3c7;color:#263c35;border-color:#465d444d;box-shadow:inset 0 1px #fff6,0 4px 18px #18372b0d}:is(html[data-theme=light],html[data-theme=snowy]) .theme-trigger:hover,:is(html[data-theme=light],html[data-theme=snowy]) .language-trigger:hover{background:#eef2e7f0;border-color:#61755b}:is(html[data-theme=light],html[data-theme=snowy]) .theme-panel>button>span:first-child{background:#425c4710;border-color:#425c4720;color:#425c47}:is(html[data-theme=light],html[data-theme=snowy]) .theme-panel>button[aria-pressed=true]>span:first-child{color:#304f3d;background:#425c4718}:is(html[data-theme=light],html[data-theme=snowy]) .custom-cursor{border-color:#f3e3bf}:is(html[data-theme=light],html[data-theme=snowy]) .custom-cursor span{background:#fff3d6}
html[data-theme=thunder] .scene:after{background:linear-gradient(90deg,#07132355,transparent 68%),linear-gradient(180deg,#0e1b2d30,transparent 50%,#06132166)}
@media(max-width:1100px){.header{gap:9px}.desktop-nav{gap:13px;margin-left:auto;margin-right:auto}.desktop-nav button{font-size:10px}.theme-trigger,.language-trigger{padding:0 10px;min-width:0}.theme-trigger{gap:8px}}
@media(max-width:760px){.header{gap:10px}.theme-trigger,.language-trigger{height:38px;padding:0 9px;gap:7px}.theme-trigger .control-chevron{display:none!important}.theme-trigger{width:39px;justify-content:center}.language-trigger{font-size:9px}.selected-flag .flag-art{width:21px!important;height:15px!important}.language-trigger .control-chevron{width:4px;height:4px;margin-left:1px}.menu-toggle{gap:9px;font-size:10px}.theme-panel,.language-panel{position:fixed;top:76px;right:6vw;width:min(302px,88vw);max-height:calc(100svh - 112px);overflow-y:auto}.theme-panel>button{padding:8px 10px}.language-panel>button{padding:11px 10px}.theme-trigger svg{width:21px;height:21px}}
@media(max-width:360px){.header{gap:7px}.brand{gap:8px}.brand>span{font-size:9px}.language-trigger{padding:0 7px;gap:5px}.language-trigger .control-chevron{display:none!important}.menu-toggle{gap:7px}.theme-trigger{width:34px}}
:is(html[data-theme=light],html[data-theme=snowy]) .language-panel>button[aria-pressed=false] i{background:transparent}
/* Progressive photographic rendering, kept beside the sound controls. */
html[data-theme=snowy]{--paper:#263d50;--muted:#516b7b;--line:#42607440;--gold:#577180}html[data-theme=snowy] body{background:#a5bdce}html[data-theme=snowy] .scene:after{background:linear-gradient(90deg,#d9e7ef50,transparent 65%),linear-gradient(180deg,#dceaf229,transparent 40%,#c7dbe930)}html[data-theme=snowy] .settings-panel,html[data-theme=snowy] .theme-panel{background:#e4eef4f5;color:#294355}html[data-theme=desert]{--paper:#fff0d9;--muted:#d4c3a6;--line:#ead2ab48;--gold:#e3ba7c}html[data-theme=desert] .scene:after{background:linear-gradient(90deg,#291b0d85,transparent 66%),linear-gradient(180deg,#35210d20,transparent 40%,#2b1d1038)}html[data-theme=desert] .settings-panel,html[data-theme=desert] .theme-panel{background:#30271ef5;border-color:#d8bb8640}html[data-theme=desert] .theme-trigger,html[data-theme=desert] .language-trigger{background:#33291ec9}
