:root{font-family:Noto Sans SC,Arial,sans-serif;color:#30362f;font-synthesis:none;letter-spacing:0;background:#eeece7}*{box-sizing:border-box}body{margin:0}button,input{font:inherit}button{cursor:pointer;color:inherit}button:focus-visible,input:focus-visible{outline:2px solid #536851;outline-offset:4px}button:disabled{opacity:.5;cursor:wait}#app,#viewport{width:100%;height:100dvh;overflow:hidden}#viewport{position:absolute;inset:0}canvas{display:block;touch-action:none}.topbar{position:absolute;top:0;left:0;right:0;height:83px;padding:0 38px;display:flex;align-items:center;justify-content:space-between;background:linear-gradient(#f9f8f1eb,#f9f8f160,transparent);pointer-events:none}.identity,.top-actions{display:flex;align-items:center;pointer-events:auto}.brand{font-size:27px;font-weight:500}.brand-dot{color:#74816a;padding-left:3px}.divider{height:27px;width:1px;background:#8a8a7b55;margin:0 22px}.project-name{font-size:12px;font-weight:500}.project-name small{display:block;font-size:8px;color:#75796c;margin-top:5px}.top-actions{gap:10px}.live{display:flex;gap:7px;align-items:center;font-size:10px;margin-right:15px;color:#63695c}.live>span{width:5px;height:5px;border-radius:50%;background:#6e865e}.icon-button{border:0;background:transparent;display:grid;place-items:center;width:36px;height:36px;border-radius:4px;transition:background .2s}.icon-button:hover,.icon-button[aria-pressed=true]{background:#ffffffb0}.icon-button svg{width:18px;height:18px;stroke-width:1.5}.scene-label{position:absolute;left:39px;top:108px;pointer-events:none;text-shadow:0 1px 18px #fff8}.eyebrow{font-size:8px;color:#696f60}.scene-label h1{font-weight:400;font-size:23px;margin:8px 0}.scene-label p{font-size:10px;color:#696b61;margin:0}.bottom-bar{position:absolute;left:28px;right:28px;bottom:22px;height:68px;display:flex;align-items:center;justify-content:space-between;padding:0 18px;background:#fafbf5e8;border:1px solid #fff8;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:6px;box-shadow:0 8px 35px #171c1710}.scene-info{display:flex;align-items:center;gap:14px;min-width:230px;font-size:12px}.scene-number{font-size:24px;font-family:Georgia,serif;color:#78836e;border-right:1px solid #979e8e44;padding-right:17px}.scene-info div>span{display:block;font-size:7px;color:#8a8d83;margin-top:5px}.view-switcher{display:flex;gap:4px;background:#e8ebe34d;padding:4px;border-radius:5px}.view-button{border:0;display:flex;align-items:center;justify-content:center;gap:9px;background:transparent;color:#73776d;height:37px;min-width:94px;border-radius:3px;font-size:11px}.view-button svg{width:16px;height:16px;stroke-width:1.5}.view-button.active{color:#fbfcf8;background:#4d5f49;box-shadow:0 2px 5px #2c33241a}.view-button:hover:not(.active){background:#e4e8df}.bottom-actions{display:flex;align-items:center;gap:12px;min-width:230px;justify-content:flex-end}.tool-divider{width:1px;height:18px;background:#979e8e44}.reference-panel,.settings-panel{position:absolute;right:30px;background:#fafbf5f5;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid #fff9;border-radius:6px;box-shadow:0 12px 45px #24292022}.reference-panel{top:84px;width:min(600px,calc(100% - 60px));padding:0 12px 12px}.reference-panel img{display:block;width:100%;border-radius:3px}.panel-title{height:48px;display:flex;align-items:center;justify-content:space-between;font-size:12px}.settings-panel{bottom:104px;width:270px;padding:0 20px 19px}.slider-label{display:flex;justify-content:space-between;font-size:11px;margin:12px 0 8px}.slider-label output{font-size:10px;color:#7c8475}input[type=range]{width:100%;accent-color:#52674d;height:4px;margin:8px 0 16px;cursor:pointer}.toggle-row{display:flex;position:relative;justify-content:space-between;align-items:center;margin-top:12px;font-size:11px;cursor:pointer}.toggle-row input{position:absolute;right:0;width:32px;height:20px;opacity:0;cursor:pointer}.switch{width:30px;height:17px;border-radius:20px;background:#c7cdc1;pointer-events:none;transition:background .2s}.switch:after{content:"";display:block;width:13px;height:13px;border-radius:50%;background:#fff;margin:2px;transition:transform .2s}.toggle-row input:checked+.switch{background:#52674d}.toggle-row input:checked+.switch:after{transform:translate(13px)}.toggle-row input:focus-visible+.switch{outline:2px solid #52674d;outline-offset:3px}#loading{position:absolute;inset:0;display:flex;gap:20px;align-items:center;justify-content:center;background:#eaece6;font-size:12px;transition:opacity .5s}#loading.finished{opacity:0;pointer-events:none}.loader-line{width:28px;height:28px;border:1px solid #b8c1b0;border-top-color:#4d5f49;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}#toast{position:absolute;bottom:108px;left:50%;transform:translate(-50%);background:#33412fed;color:#fff;font-size:12px;padding:12px 22px;border-radius:5px}[hidden]{display:none!important}@media(min-width:1700px){.scene-label{top:120px}.scene-label h1{font-size:27px}}.quality-switcher{display:flex;background:#e8ebe3;border-radius:4px;padding:3px;margin-top:10px}.quality-switcher button{width:50%;height:31px;border:0;border-radius:3px;background:transparent;font-size:11px}.quality-switcher button.active{background:#4d5f49;color:#fff}.scene-label{display:none}@media(max-width:700px){.topbar{height:70px;padding:0 18px}.brand{font-size:22px}.divider{margin:0 12px}.project-name{font-size:10px}.project-name small{font-size:6px}.top-actions{gap:2px}.live{display:none}.icon-button{width:33px;height:33px}.top-actions .icon-button svg{width:17px;height:17px}.scene-label{left:20px;top:95px}.scene-label h1{font-size:19px}.scene-label p{font-size:9px}.eyebrow{font-size:7px}.bottom-bar{left:12px;right:12px;bottom:14px;height:61px;padding:0 8px}.scene-info{display:none}.bottom-actions{min-width:0;gap:3px}.view-switcher{gap:2px;padding:2px}.view-button{min-width:68px;gap:6px;font-size:10px}.view-button svg{width:14px}.tool-divider{display:none}.settings-panel{right:12px;bottom:87px}.reference-panel{right:12px;top:75px;width:calc(100% - 24px)}#toast{bottom:91px;max-width:90%;white-space:nowrap}}:root{color:#202725;background:#fff;font-family:Arial,Microsoft YaHei,sans-serif;scroll-behavior:smooth;scroll-padding-top:76px}a{color:inherit;text-decoration:none}a:focus-visible{outline:2px solid #347363;outline-offset:5px}button,a{-webkit-tap-highlight-color:transparent}svg{width:18px;height:18px;flex-shrink:0}body{overflow-x:hidden}.site-header{height:72px;padding:0 40px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #e9ece9;background:#fff;position:relative;z-index:5}.wordmark{font-family:Georgia,serif;font-size:24px;line-height:1.1}.wordmark span{display:block;font:8px Arial,sans-serif;margin-top:6px;color:#5d7069}.site-header nav{display:flex;gap:35px;font-size:12px}.site-header nav a:hover,.source-link:hover{color:#317763}.shop-link{display:flex;align-items:center;gap:13px;font-size:12px;border-bottom:1px solid #263e34;padding:8px 0}#app{position:relative;height:calc(100svh - 130px);min-height:560px;max-height:1050px;isolation:isolate}#viewport{height:100%;width:100%;position:absolute;inset:0}.topbar{height:62px;padding:0 40px;background:none;z-index:3}.collection-label{font-size:9px;color:#404e43}.top-actions{gap:4px}.top-actions .icon-button{background:#ffffffb8}.top-actions #model-btn,.top-actions #capture-btn{display:none}.live{padding:8px 10px;background:#ffffffb8;border-radius:3px}.product-heading{position:absolute;top:69px;left:40px;pointer-events:none;color:#1e2a24;text-shadow:0 1px 16px #fff8;z-index:2}.product-heading h1{font-size:42px;line-height:1.2;font-weight:500;margin:0 0 14px}.product-heading p{font-size:14px;margin:0 0 21px}.finish-label{font-size:11px;display:flex;align-items:center;gap:8px}.color-swatch{display:inline-block;width:13px;height:13px;border-radius:50%;background:#242522;border:1px solid #ffffff60;vertical-align:middle;flex-shrink:0}.bottom-bar{left:30px;right:30px;bottom:18px;height:59px;box-shadow:none;background:#fffffff0;border-color:#fff;border-radius:4px;padding:0 14px;z-index:4}.scene-info,.bottom-actions{min-width:210px}.view-button{min-width:100px;height:33px}.view-button.active,.quality-switcher button.active{background:#2b5347}.scene-number{font-size:22px;color:#42665a}.scene-info div>span{color:#617168;font-size:8px}.settings-panel,.reference-panel{z-index:8;background:#fff}.settings-panel{bottom:89px}.reference-panel{top:67px}.feature-navigation{min-height:64px;padding:0 30px;display:flex;align-items:stretch;justify-content:center;border-bottom:1px solid #dee5df;background:#fff;gap:24px}.feature-navigation button{display:flex;gap:9px;align-items:center;justify-content:center;border:0;border-bottom:2px solid transparent;background:none;min-width:110px;font-size:12px;color:#516359;padding:15px 8px}.feature-navigation button:hover,.feature-navigation button[aria-pressed=true]{color:#224d3d;border-bottom-color:#315d49}.feature-navigation svg{width:17px;height:17px}#hotspots{position:absolute;inset:0;pointer-events:none;z-index:3;overflow:hidden}.hotspot{position:absolute;left:0;top:0;width:38px;height:38px;display:grid;place-items:center;border-radius:50%;border:1px solid #ffffffda;background:#ffffff38;box-shadow:0 1px 8px #0003;pointer-events:auto;padding:0;will-change:transform;color:#253f33;transition:background .18s;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.hotspot:before{content:"";width:25px;height:25px;position:absolute;background:#fff;border-radius:50%;z-index:-1}.hotspot svg{width:14px;height:14px;stroke-width:1.7}.hotspot:hover,.hotspot[aria-expanded=true]{background:#3e725bb0;border-color:#fff}.hotspot[aria-expanded=true]:before{background:#2b5d49}.hotspot[aria-expanded=true]{color:#fff}.hotspot-label{position:absolute;bottom:45px;left:50%;transform:translate(-50%);background:#fff;color:#244431;padding:6px 9px;border-radius:3px;font-size:10px;white-space:nowrap;box-shadow:0 2px 8px #0001;pointer-events:none}.hotspot:not(:hover):not(:focus-visible):not([aria-expanded=true]) .hotspot-label{opacity:0}#product-detail{position:absolute;right:30px;top:76px;width:304px;padding:14px 22px 20px;background:#fffffffa;color:#25372e;box-shadow:0 8px 28px #192b2420;border:1px solid #fff;border-radius:5px;z-index:7}.detail-top{display:flex;align-items:center;justify-content:space-between;font-size:9px;color:#6a796f;min-height:27px}.detail-top .icon-button{width:28px;height:28px;margin-right:-10px}#product-detail h2{font-size:22px;font-weight:500;line-height:1.4;margin:13px 0 10px}#detail-description{font-size:12px;line-height:1.9;margin:0;color:#5f6c63}#detail-facts{margin:18px 0 14px}#detail-facts div{display:flex;align-items:baseline;justify-content:space-between;gap:20px;border-top:1px solid #e6ece7;padding:10px 0;font-size:11px}#detail-facts dt{color:#66756b;white-space:nowrap}#detail-facts dd{margin:0;text-align:right;line-height:1.6}.detail-link{display:flex;justify-content:space-between;align-items:center;font-size:11px;padding-top:7px;color:#3d6755}.detail-link svg{width:14px;height:14px}.product-section{max-width:1440px;margin:auto;padding:77px 70px}.section-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:30px;margin-bottom:42px}.section-index{font-size:10px;color:#78877b}.section-heading h2{font-size:29px;font-weight:500;line-height:1.45;margin:12px 0 0}.section-heading>p{font-size:12px;line-height:1.9;color:#657269;margin:0}.feature-columns{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}.feature-columns article{border-top:1px solid #d4dfd5;padding-top:24px}.feature-columns article>svg{color:#466c58;width:24px;height:24px;stroke-width:1.4}.feature-columns h3{font-size:17px;font-weight:500;margin:20px 0 12px}.feature-columns p{font-size:12px;line-height:2;color:#68736b;max-width:335px;margin:0 0 20px}.feature-columns button{padding:8px 0;display:flex;gap:20px;align-items:center;background:none;border:0;border-bottom:1px solid #c6d4c9;font-size:11px}.reference-band{position:relative;width:100%;max-height:600px;overflow:hidden;background:#dde2d8}.reference-band img{display:block;width:100%;height:auto;min-height:260px;object-fit:cover}.reference-band>div{position:absolute;left:5%;bottom:35px;background:#fffef0e6;padding:14px 20px;color:#263b2d}.reference-band span{font-size:9px}.reference-band p{font-size:23px;margin:8px 0 0}.source-link{display:flex;gap:12px;font-size:12px;align-items:center;padding-bottom:6px;border-bottom:1px solid #b5c7b7}.spec-layout{display:grid;grid-template-columns:1fr 1.2fr;gap:70px;align-items:start}.product-photo{display:flex;flex-direction:column;align-items:center;justify-content:center;background:#f6f8f6;min-width:0;padding:28px 25px}.product-photo img{display:block;max-width:100%;width:390px;height:auto;aspect-ratio:1;object-fit:contain;mix-blend-mode:multiply}.product-photo>span{font-size:10px;color:#69766d;margin:10px 0}.spec-table{margin:0}.spec-table>div{display:grid;grid-template-columns:145px 1fr;gap:18px;padding:14px 0;border-bottom:1px solid #e2e9e3;font-size:12px;line-height:1.7}.spec-table dt{color:#6e7c70}.spec-table dd{margin:0}.spec-table dd .color-swatch{margin-right:8px;width:11px;height:11px}.source-note{font-size:11px;line-height:1.9;color:#7c827d;margin:20px 0 0}.installation{display:flex;gap:22px;border-top:1px solid #d4dfd5;margin-top:48px;padding-top:30px}.installation>svg{width:23px;height:23px;color:#426652}.installation h3{font-size:15px;font-weight:500;margin:0 0 10px}.installation p{font-size:12px;line-height:1.9;color:#69756b;max-width:800px;margin:0}.site-footer{padding:28px 40px;background:#213d31;color:#fff;display:flex;gap:30px;align-items:center;justify-content:space-between}.site-footer>span{font:19px Georgia,serif;white-space:nowrap}.site-footer small{font:10px Arial,sans-serif;display:block;margin-top:6px;color:#c1d0c3}.site-footer p{font-size:10px;line-height:1.8;color:#c1d0c3}.site-footer>a{padding:9px;border:1px solid #ffffff3a}.site-footer svg{display:block}#loading{z-index:9;background:#e8ece7}#toast{z-index:10}.reference-band>div{border-radius:0}@media(min-width:1600px){.product-heading{top:85px;left:60px}.product-heading h1{font-size:48px}.site-header,.topbar{padding:0 60px}.bottom-bar{left:45px;right:45px}}@media(max-width:1000px){.site-header{padding:0 24px}.site-header nav{gap:20px}.scene-info,.bottom-actions{min-width:140px}.scene-info{font-size:10px}.product-section{padding:60px 32px}.feature-navigation{gap:8px;padding:0 18px}.feature-navigation button{min-width:90px}.spec-layout{gap:35px}.spec-table>div{grid-template-columns:110px 1fr}.product-heading h1{font-size:36px}#product-detail{width:275px}.feature-columns{gap:25px}}@media(max-width:700px){:root{scroll-padding-top:15px}.site-header{height:63px;padding:0 18px}.wordmark{font-size:20px}.wordmark span{font-size:7px}.site-header nav{display:none}.shop-link{font-size:11px}.shop-link svg{width:15px}#app{height:calc(100svh - 160px);min-height:460px;max-height:800px}.topbar{padding:0 18px;height:46px}.collection-label{font-size:7px}.top-actions .icon-button{height:29px;width:29px}.product-heading{top:55px;left:20px}.product-heading h1{font-size:28px;margin-bottom:10px}.product-heading p{font-size:12px;margin-bottom:14px}.finish-label{font-size:9px}.finish-label .color-swatch{width:10px;height:10px}.bottom-bar{left:12px;right:12px;bottom:12px;height:49px;padding:0 6px;gap:4px}.scene-info{display:none}.bottom-actions{min-width:0;gap:0}.view-switcher{padding:0;gap:1px}.view-button{min-width:73px;gap:4px;font-size:10px;padding:0 6px;height:32px}.view-button svg{width:14px}.bottom-actions .icon-button{width:28px}.feature-navigation{height:90px;display:grid;grid-template-columns:repeat(6,1fr);gap:0;padding:0 10px}.feature-navigation button{min-width:0;flex-direction:column;gap:8px;padding:18px 0;font-size:10px}.feature-navigation svg{width:19px;height:19px}.hotspot{width:32px;height:32px}.hotspot:before{width:23px;height:23px}.hotspot-label{font-size:9px;bottom:36px}.product-section{padding:42px 22px}.section-heading{align-items:flex-start;flex-direction:column;gap:15px;margin-bottom:28px}.section-heading h2{font-size:25px}.section-heading>p{font-size:11px}.section-heading>p br{display:none}.section-index{font-size:9px}.feature-columns{grid-template-columns:1fr;gap:25px}.feature-columns article{display:grid;grid-template-columns:32px 1fr;column-gap:12px;padding-top:24px}.feature-columns article>svg{grid-column:1;grid-row:1}.feature-columns h3{margin:2px 0 12px;font-size:16px}.feature-columns p,.feature-columns button{grid-column:2}.feature-columns p{max-width:none;margin-bottom:10px}.feature-columns button{justify-self:start}.reference-band>div{left:16px;bottom:16px;padding:11px 14px}.reference-band p{font-size:19px}.reference-band img{height:290px;object-fit:cover;object-position:55%}.spec-layout{grid-template-columns:1fr;gap:25px}.product-photo{padding:12px;max-height:340px}.product-photo img{width:260px}.spec-table>div{grid-template-columns:118px 1fr;font-size:11px;padding:12px 0;gap:10px}.source-link{font-size:11px}.installation{margin-top:30px;padding-top:25px;gap:15px}.installation p{font-size:11px}.site-footer{padding:25px 22px;flex-wrap:wrap;gap:20px}.site-footer>span{font-size:19px}.site-footer p{order:3;margin:0;width:100%}.settings-panel{bottom:75px}.reference-panel{top:52px}#product-detail{position:fixed;inset:auto 12px 12px;width:auto;max-height:50dvh;overflow:auto;padding:12px 20px 16px;z-index:20;box-shadow:0 -5px 35px #17312730;border-color:#dce5dd}#product-detail h2{font-size:20px;margin:7px 0}#detail-description{font-size:12px;line-height:1.8}#detail-facts{margin:10px 0}#detail-facts div{padding:7px 0}#detail-facts div:last-child{padding-bottom:0}.detail-top{font-size:8px}#close-detail{width:36px;height:30px}.source-note{font-size:10px}#toast{position:fixed}}@media(prefers-reduced-motion:reduce){:root{scroll-behavior:auto}*{transition:none!important}}
