/* Additive scene controls and restrained cloud navigation; existing page layout/brand preserved. */
#hybrid-home .hx-art{position:relative}
@media(min-width:1001px){#hybrid-home .hx-art{position:absolute}}
#hybrid-home .hx-scene{position:absolute;inset:0;width:100%;height:100%;pointer-events:none;overflow:hidden}
#hybrid-home .hx-spot{border-radius:32px;background:linear-gradient(180deg,#fffef9f5,#f2f7efed);border:1px solid #ffffffdc;box-shadow:0 9px 25px #183c2520, inset 0 1px 1px #fff;font-weight:500;isolation:isolate;backdrop-filter:blur(7px)}
#hybrid-home .hx-spot::before,#hybrid-home .hx-spot::after{content:"";position:absolute;z-index:-1;background:#fffef9f5;border-top:1px solid #fff;border-radius:50%;pointer-events:none}
#hybrid-home .hx-spot::before{width:36px;height:24px;top:-9px;left:22%}
#hybrid-home .hx-spot::after{width:26px;height:19px;top:-5px;right:15%}
#hybrid-home .hx-spot:hover{background:#fff;box-shadow:0 12px 30px #183c2528}
#hybrid-home[data-scene-ready] .hx-motion{display:flex!important}
@media(max-width:1000px){
 #hybrid-home .hx-hotspots{position:static;order:3;display:flex;justify-content:center;gap:16px;aspect-ratio:auto;height:auto;padding:21px 14px 13px}
 #hybrid-home .hx-spot{position:relative;left:auto;top:auto;transform:none;min-height:44px;font-size:12px;padding:9px 14px}
 #hybrid-home[data-scene-ready] .hx-motion{position:static;order:4;align-self:center;margin:0 0 14px;min-height:44px;padding:10px 16px}
}
@media(prefers-reduced-motion:reduce){
 #hybrid-home .hx-scene{display:none!important}
 #hybrid-home[data-scene-ready] .hx-motion{display:none!important}
}