/* Homepage only. Two composited layers, no layout animation or video download. */
.hero-scene{position:absolute;inset:0;opacity:0;visibility:hidden;pointer-events:none;transition:opacity 1.4s ease;z-index:0}
.hero-scene.is-current{opacity:1;visibility:visible;z-index:2}
.hero-scene.is-leaving{opacity:1;visibility:visible;z-index:1}
.hero-scene-photo{display:block;width:100%;height:100%;object-fit:cover;object-position:center;transform:scale(1.12)}
.hero-panorama.is-ready .hero-scene.is-current .hero-scene-photo,.hero-panorama.is-ready .hero-scene.is-leaving .hero-scene-photo{animation:hero-pan-right 12s linear both;will-change:transform}
.hero-panorama.is-ready .hero-scene.is-current:nth-of-type(odd) .hero-scene-photo,.hero-panorama.is-ready .hero-scene.is-leaving:nth-of-type(odd) .hero-scene-photo{animation-name:hero-pan-left}
.hero-panorama.is-paused .hero-scene .hero-scene-photo{animation-play-state:paused!important}
.hero-panorama .v3-project-label{z-index:3;pointer-events:none}
.hero-toolbar{position:absolute;inset:0 0 auto;z-index:4;display:flex;align-items:center;gap:12px;padding:16px 18px 34px;background:linear-gradient(#19232399,#19232340 65%,transparent);color:#fff}
.hero-toolbar[hidden]{display:none}
.hero-room-name{flex:1;min-width:0;font-size:12px;line-height:1.4;text-shadow:0 1px 8px #0007}
.hero-room-counter{font-size:11px;white-space:nowrap;font-variant-numeric:tabular-nums;letter-spacing:.05em}
.hero-room-counter>span:last-child{opacity:.65}
.hero-room-buttons{display:flex;flex-shrink:0;gap:3px}
.hero-room-buttons button{appearance:none;display:grid;place-items:center;width:44px;height:44px;padding:0;border:1px solid #ffffff4d;border-radius:50%;background:#25312d6b;color:#fff;cursor:pointer;transition:background .2s}
.hero-room-buttons button:hover{background:#25312dba}
.hero-room-buttons button:focus-visible{outline:2px solid #fff;outline-offset:3px;background:#25312d}
.hero-room-buttons svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}
.hero-room-buttons .hero-play-icon{display:none}
.hero-panorama.is-stopped .hero-pause-icon{display:none}
.hero-panorama.is-stopped .hero-play-icon{display:block}
.hero-sr-status{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap;border:0}
@keyframes hero-pan-right{from{transform:translate3d(-4%,0,0) scale(1.12)}to{transform:translate3d(4%,0,0) scale(1.12)}}
@keyframes hero-pan-left{from{transform:translate3d(4%,0,0) scale(1.12)}to{transform:translate3d(-4%,0,0) scale(1.12)}}
@media(max-width:960px){.hero-toolbar{padding:12px 12px 30px;gap:8px}.hero-room-name{font-size:10px}.hero-room-counter{font-size:10px}.hero-room-buttons{gap:2px}}
@media(max-width:360px){.hero-room-counter{display:none}}
@media(prefers-reduced-motion:reduce){.hero-panorama .hero-scene{transition:none}.hero-panorama .hero-scene-photo{animation:none!important;transform:none}.hero-room-buttons button{transition:none}}
