/* The showroom keeps the scene and its controls together on desktop and mobile. */
.showroom-page{background:#111514;color:#f5f5f7}.showroom-page .site-header{position:relative;background:#fff;color:#1d1d1f}.showroom-page .site-footer{color:#1d1d1f}.showroom-main{max-width:1600px;margin:auto;padding:30px 36px 44px}.showroom-heading{display:flex;justify-content:space-between;gap:24px;align-items:center;margin-bottom:24px}.showroom-heading .eyebrow{color:#ceb889;font-size:12px;letter-spacing:2px}.showroom-heading h1{font-size:clamp(26px,3vw,38px);letter-spacing:-.8px;font-weight:550;margin:10px 0 0}.showroom-heading>a{font-size:14px;color:#d4c09b;white-space:nowrap}.showroom-workspace{display:grid;grid-template-columns:minmax(0,1fr) 280px;gap:20px;align-items:start}.showroom-view{position:relative;min-width:0;height:min(70vh,780px);min-height:480px;background:#141a19;border:1px solid #ffffff12;border-radius:20px;overflow:hidden}.showroom-view canvas{display:block;width:100%;height:100%;cursor:grab;touch-action:none;outline:none}.showroom-view canvas:active{cursor:grabbing}.showroom-view canvas:focus-visible{outline:2px solid #e7c389;outline-offset:-4px}.showroom-guide{position:absolute;top:20px;left:20px;right:20px;display:flex;align-items:center;justify-content:space-between;gap:16px;pointer-events:none}.showroom-guide span{background:#101716b8;color:#f1e9d8;border:1px solid #ffffff15;border-radius:30px;padding:9px 14px;font-size:13px;backdrop-filter:blur(10px)}.showroom-viewtools{position:absolute;right:18px;bottom:22px;display:flex;gap:7px}.showroom-viewtools button{min-width:44px;height:44px;padding:0 13px;font-size:20px;background:#121a19e6;color:#efe4d1;border:1px solid #a9987044;border-radius:12px;cursor:pointer}.showroom-viewtools button:last-child{font-size:14px}.showroom-caption{position:absolute;left:20px;bottom:24px;color:#b3bdb5;font-size:12px;pointer-events:none}.showroom-panel{background:#1b211f;border:1px solid #ffffff0d;border-radius:20px;padding:24px}.showroom-panel h2{font-size:16px;letter-spacing:.5px;font-weight:550;margin:0 0 18px}.showroom-stops{display:grid;gap:8px}.showroom-stops button{display:flex;align-items:center;gap:12px;background:transparent;text-align:left;border:1px solid #ffffff10;border-radius:12px;color:#c2c9c3;padding:13px 12px;font-size:14px;line-height:1.5;cursor:pointer;min-height:48px}.showroom-stops button b{font-size:12px;color:#8e9c92;font-weight:400}.showroom-stops button[aria-pressed=true]{background:#343a31;border-color:#c9b17d;color:#fff1d5}.showroom-stops button[aria-pressed=true] b{color:#dcc490}.showroom-stops button:hover{border-color:#9a967c}.showroom-panel hr{border:0;border-top:1px solid #ffffff12;margin:24px 0}.showroom-lights{border:0;margin:0;padding:0;min-width:0}.showroom-lights legend{font-size:16px;margin-bottom:16px}.showroom-palette{display:grid;grid-template-columns:1fr 1fr;gap:8px}.showroom-palette label{position:relative;cursor:pointer}.showroom-palette input{position:absolute;width:1px;height:1px;opacity:0}.showroom-palette label span{display:flex;gap:8px;align-items:center;border:1px solid #ffffff1a;border-radius:10px;padding:11px 9px;font-size:14px}.showroom-palette input:checked+span{border-color:#ccb889;background:#34392f}.showroom-palette i{height:11px;width:11px;border-radius:50%;flex-shrink:0}.showroom-palette .warm{background:#ffd197}.showroom-palette .white{background:#f4faff}.showroom-palette .multi{background:conic-gradient(#ed433f,#4fbc63,#ecd350,#458cf4,#ed433f)}.showroom-palette .rainbow{background:conic-gradient(#e84669,#f49d32,#eddf46,#47c775,#42cfdc,#4676eb,#b764e8,#e84669)}.showroom-brightness{display:flex;justify-content:space-between;font-size:14px;margin:22px 0 4px}.showroom-brightness output{font-variant-numeric:tabular-nums;color:#f6d89e}.showroom-range{width:100%;height:36px;margin:0;accent-color:#dcc18c;cursor:pointer}.showroom-motion{width:100%;min-height:40px;border:1px solid #ffffff28;background:transparent;color:#deccaa;border-radius:10px;margin-top:12px;font-size:14px}.showroom-panel button:focus-visible,.showroom-palette input:focus-visible+span{outline:2px solid #f6d698;outline-offset:3px}.showroom-help{font-size:13px;color:#aab4ad;line-height:1.85;margin:20px 0 0}.showroom-status{position:absolute;inset:0;z-index:2;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:18px;background:#101815f5;padding:32px;text-align:center}.showroom-status p{font-size:16px;line-height:1.8;max-width:360px}.showroom-status a{color:#e9cb91;text-decoration:underline}.showroom-status button{border:1px solid #a3916a;border-radius:20px;padding:10px 20px;background:transparent;color:#ecd3a9}.showroom-progress{width:34px;height:34px;border:2px solid #55634e;border-top-color:#e5c58b;border-radius:50%;animation:showroom-spin 1s linear infinite}.showroom-next{font-size:14px;color:#89998e;margin:22px 0 0;line-height:1.8}.showroom-home-entry{margin-top:30px;padding:20px 0 0;border-top:1px solid #ffffff25}.showroom-home-entry a{color:#ead2a6;font-size:16px;text-decoration:underline;text-underline-offset:5px}.showroom-home-entry p{font-size:14px;color:#9ea79e;line-height:1.7;margin-top:10px}
.showroom-home-entry a{display:inline-block;margin-right:24px;margin-bottom:8px}.showroom-next a{color:#e0c595;text-decoration:underline;text-underline-offset:4px;margin-left:8px}
@keyframes showroom-spin{to{transform:rotate(360deg)}}
@media(max-width:1000px){.showroom-main{padding:24px 20px 36px}.showroom-workspace{grid-template-columns:minmax(0,1fr) 240px}.showroom-panel{padding:20px}.showroom-guide{top:14px;left:14px;right:14px}.showroom-guide span:last-child{display:none}.showroom-caption{bottom:78px;left:16px}}
@media(max-width:760px){.showroom-heading{align-items:flex-start}.showroom-heading h1{font-size:27px}.showroom-heading>a{margin-top:5px}.showroom-main{padding:24px 14px 30px}.showroom-workspace{grid-template-columns:1fr;gap:14px}.showroom-view{height:58svh;min-height:370px;border-radius:16px}.showroom-panel{display:grid;grid-template-columns:1fr 1fr;gap:0 22px;border-radius:16px}.showroom-panel hr{display:none}.showroom-stops{grid-column:1}.showroom-panel h2{grid-column:1}.showroom-lights{grid-column:2;grid-row:1/4}.showroom-help{grid-column:1/-1}.showroom-stops button{padding:10px;gap:8px}.showroom-palette{grid-template-columns:1fr}.showroom-palette label span{padding:8px 10px}.showroom-brightness{margin-top:13px}.showroom-guide span{font-size:12px;padding:8px 11px}.showroom-caption{bottom:80px;font-size:12px}}
@media(prefers-reduced-motion:reduce){.showroom-progress{animation:none}}
