:root{color-scheme:light;--bg:#eef0f6;--panel:#fff;--ink:#161519;--muted:#62636b;--line:#d9dbe2;--accent:#161519;font-family:Montserrat,Arial,sans-serif;font-synthesis:none}
*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--ink)}a{color:inherit;text-decoration:none}button{font:inherit;color:inherit;cursor:pointer}button,a{-webkit-tap-highlight-color:transparent}button:focus-visible,a:focus-visible{outline:2px solid var(--accent);outline-offset:5px}button{border:0}button:disabled{cursor:default}svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.5}button,a{touch-action:manipulation}.skip-link{position:fixed;left:20px;top:-60px;background:var(--accent);color:var(--bg);padding:14px;z-index:20}.skip-link:focus{top:16px}
.site-header{height:104px;max-width:1800px;margin:auto;padding:0 48px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}.brand{display:flex;align-items:center}.brand img{display:block;width:122px;height:auto}.header-label{font-size:13px;letter-spacing:2px;color:var(--muted)}.studio-link{font-size:16px;display:flex;gap:24px;align-items:center}.studio-link span{font-size:23px}.studio-link:hover,.archive-link:hover,footer a:hover{color:var(--accent);text-decoration:underline;text-underline-offset:5px}
main{max-width:1800px;margin:auto;padding:0 48px}.intro{display:flex;align-items:flex-end;justify-content:space-between;padding:39px 0 35px;gap:20px}.intro h1{font:400 clamp(36px,3.8vw,62px)/1.06 Montserrat,sans-serif;margin:0;letter-spacing:-2.3px}.intro h1 span{color:#000;font-weight:700}.intro-note{font-size:12px;letter-spacing:1.3px;padding-bottom:6px;white-space:nowrap}.intro-note span{margin:0 15px;color:#91939c}.portfolio{display:grid;grid-template-columns:292px minmax(0,1fr);border:1px solid var(--line);background:var(--panel)}.project-panel{display:flex;flex-direction:column;border-right:1px solid var(--line);min-width:0}.panel-heading{height:67px;display:flex;align-items:center;justify-content:space-between;padding:0 23px}.panel-heading h2{font-size:14px;font-weight:400;margin:0}.panel-heading>span{font:400 13px Montserrat,sans-serif;color:var(--muted)}#projects{display:flex;flex-direction:column;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#b8bac4 transparent;max-height:530px}.project-button{position:relative;width:100%;text-align:left;padding:16px 21px;display:grid;grid-template-columns:72px minmax(0,1fr);gap:14px;align-items:center;background:transparent;border-top:1px solid var(--line);min-height:109px;transition:background .18s}.project-button:hover{background:#f4f5f9}.project-button[aria-current="true"]{background:var(--accent);color:#fff}.project-button img{width:72px;height:72px;object-fit:cover;display:block;background:#e4e6ed}.project-button .project-name{font:500 16px/1.25 Montserrat,sans-serif;display:block;letter-spacing:-.3px}.project-button .project-type{display:block;font-size:12px;color:var(--muted);margin-top:8px}.project-button[aria-current="true"] .project-type{color:#d5d5db}.project-button[aria-current="true"] .project-name{font-weight:600}.project-button:focus-visible{outline-offset:-4px;outline-color:var(--ink)}.project-button[aria-current="true"]:focus-visible{outline-color:white}.archive-link{font-size:12px;line-height:1.5;color:var(--muted);margin-top:auto;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:23px;border-top:1px solid var(--line)}
.tour-panel{min-width:0}.viewer-wrap{height:clamp(420px,54vw,610px);position:relative;background:#161519;isolation:isolate;overflow:hidden}.viewer-wrap iframe{display:block;position:absolute;inset:0;width:100%;height:100%;border:0;background:#161519}.loading-status{color:var(--ink);position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);background:var(--bg);padding:16px 22px;display:flex;align-items:center;gap:12px;font-size:14px;white-space:nowrap;z-index:2}.loading-status[hidden]{display:none}.spinner{width:15px;height:15px;border:1px solid #777;border-top-color:var(--accent);border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.error-status{position:absolute;left:20px;right:20px;bottom:25px;max-width:380px;background:var(--bg);padding:18px;z-index:3}.error-status p{margin:0 0 15px;font-size:14px}.error-status button{background:var(--accent);padding:10px 14px;color:var(--bg)}.tour-caption{min-height:94px;padding:20px 26px;display:flex;align-items:center;justify-content:space-between;gap:20px;border-top:1px solid var(--line)}.active-project{display:flex;align-items:center;gap:20px;min-width:0}.active-index{font-size:13px;color:var(--muted);align-self:flex-start;padding-top:4px}.active-project h2{font:600 23px/1.2 Montserrat,sans-serif;letter-spacing:-.4px;margin:0}.active-project p{font-size:13px;color:var(--muted);margin:7px 0 0}.tour-actions{display:flex;align-items:center;gap:22px;flex-shrink:0}.tour-actions button{background:transparent;width:44px;height:44px;display:grid;place-items:center;border:1px solid var(--line)}.tour-actions button:hover{border-color:var(--accent);background:var(--bg)}.tour-actions a{font-size:13px;white-space:nowrap}.tour-actions a span{margin-left:14px;font-size:18px}.tour-actions a:hover{color:var(--accent)}.viewer-wrap:fullscreen{height:100vh;width:100vw}.viewer-wrap.expanded{position:fixed;inset:0;z-index:100;width:100vw;height:100dvh}.expanded-close{position:absolute;top:16px;right:16px;z-index:5;background:var(--bg);border:1px solid var(--line);padding:12px 18px}footer{max-width:1800px;margin:auto;padding:27px 48px 30px;display:flex;justify-content:space-between;align-items:center;gap:20px;color:var(--muted);font-size:11px;letter-spacing:1.3px}footer a{font-size:13px;letter-spacing:0}footer a span{padding-left:16px}.noscript{padding:30px}.noscript a{text-decoration:underline}
@media(min-width:1600px){.viewer-wrap{height:650px}.project-button{min-height:119px}.project-button img{height:78px;width:78px}.project-button{grid-template-columns:78px minmax(0,1fr)}}
@media(max-width:1050px){.site-header{padding:0 28px;height:88px}main{padding:0 28px}.intro{padding:30px 0}.intro-note{display:none}.portfolio{grid-template-columns:242px minmax(0,1fr)}.project-button{padding:15px;grid-template-columns:57px minmax(0,1fr);gap:12px;min-height:96px}.project-button img{width:57px;height:63px}.project-button .project-name{font-size:16px}.viewer-wrap{height:505px}.tour-caption{padding:20px}.tour-actions{gap:12px}.tour-actions a{font-size:12px}.active-project{gap:12px}.active-project h2{font-size:21px}.active-project p{font-size:12px}footer{padding:25px 28px}}
@media(max-width:720px){.site-header{height:79px;padding:0 20px}.brand img{width:97px}.header-label{font-size:10px;letter-spacing:1px}.studio-link{display:none}main{padding:0 16px}.intro{padding:27px 4px 24px}.intro h1{font-size:39px;letter-spacing:-2px;max-width:320px}.intro h1 span{display:block}.portfolio{display:flex;flex-direction:column;border:0;background:transparent}.project-panel{border:0;display:contents}.panel-heading{height:auto;padding:0 4px 13px}.panel-heading h2{font-size:12px}.panel-heading>span{font-size:12px}#projects{order:0;flex-direction:row;max-height:none;overflow-x:auto;overflow-y:hidden;border:1px solid var(--line);margin-bottom:16px;scroll-snap-type:x proximity}.project-button{flex:0 0 202px;grid-template-columns:48px minmax(0,1fr);padding:12px;min-height:76px;border:0;border-right:1px solid var(--line);scroll-snap-align:start}.project-button img{width:48px;height:51px}.project-button .project-name{font-size:16px}.project-button .project-type{font-size:11px;margin-top:5px}.archive-link{order:2;padding:19px 4px 0;margin-top:0;border:0}.tour-panel{border:1px solid var(--line)}.viewer-wrap{height:54dvh;min-height:330px;max-height:520px}.tour-caption{padding:16px 13px;min-height:92px;gap:12px}.active-index{display:none}.active-project h2{font-size:21px}.active-project p{font-size:12px;line-height:1.4}.tour-actions{gap:12px}.tour-actions button{width:37px;height:37px}.tour-actions a{font-size:11px}.tour-actions a span{margin-left:4px}.tour-actions svg{height:19px;width:19px}footer{padding:27px 20px;letter-spacing:.5px;font-size:10px}footer>span:nth-child(2){display:none}footer a{font-size:12px}}
[hidden]{display:none!important}#projects{position:relative}
#tour-viewer{position:absolute;inset:0;width:100%;height:100%;background:#161519}.viewer-badge{position:absolute;top:20px;left:20px;z-index:2;background:#161519e6;padding:9px 13px;border:1px solid #ffffff25;border-radius:30px;font:500 13px Montserrat,sans-serif;color:white;pointer-events:none}.zoom-controls{position:absolute;right:18px;bottom:18px;z-index:2;display:flex;gap:1px}.zoom-controls button{width:43px;height:43px;background:#161519ee;color:white;font-size:24px}.zoom-controls button:hover{background:white;color:var(--ink)}.viewpoints{padding:13px 20px 16px;border-top:1px solid var(--line);background:var(--panel)}.viewpoint-heading{display:flex;align-items:center;justify-content:space-between;font-size:10px;letter-spacing:1.6px;color:var(--muted);margin-bottom:10px}.viewpoint-heading button{width:34px;height:28px;background:transparent;font-size:20px}.viewpoint-heading button:disabled{opacity:.25}.viewpoint-heading button:hover:not(:disabled){color:var(--accent)}#scenes{position:relative;display:flex;gap:8px;overflow-x:auto;padding:2px 2px 7px;scrollbar-width:thin;scrollbar-color:#b8bac4 transparent}.scene-button{position:relative;flex:0 0 88px;height:57px;padding:0;background:#d9dbe2;opacity:.58;border:1px solid transparent}.scene-button img{width:100%;height:100%;object-fit:cover}.scene-button span{position:absolute;left:5px;bottom:4px;background:#161519d9;color:white;font-size:10px;padding:3px 5px}.scene-button[aria-current="true"]{opacity:1;border:2px solid var(--accent);outline:1px solid var(--accent)}.scene-button:hover{opacity:1}.pnlm-load-box,.pnlm-error-msg{display:none!important}#projects{max-height:none}.viewer-wrap{height:clamp(420px,40vw,565px)}.project-button{min-height:101px;padding:13px 19px}.project-button img{height:68px}.tour-caption{background:var(--panel)}
@media(min-width:1600px){.viewer-wrap{height:620px}.project-button{min-height:115px}}
@media(max-width:1050px){.viewer-wrap{height:475px}.project-button{padding:13px;min-height:93px}.project-button img{height:63px}}
@media(max-width:720px){.viewer-wrap{height:50dvh;min-height:320px;max-height:490px}.project-button{padding:11px;min-height:76px}.project-button img{height:51px}.viewpoints{padding:9px 12px 11px}.scene-button{flex-basis:75px;height:49px}.tour-actions a{display:none}.viewer-badge{top:13px;left:13px}.zoom-controls{right:12px;bottom:12px}}
@media(max-width:720px){.tour-actions a{display:inline;font-size:11px}.tour-actions{gap:9px}.active-project p{max-width:185px}.tour-caption{flex-wrap:wrap}.tour-actions{margin-left:auto}.viewer-wrap:fullscreen{max-height:none;min-height:100vh}.viewer-wrap.expanded{max-height:none;min-height:100dvh}}
@media(prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important;scroll-behavior:auto!important}}
