.scene-orientation-row{display:none}
.scene-orientation-tip svg{animation:phone-rock 2.5s ease-in-out infinite;transform-origin:center}
@keyframes phone-rock{0%,55%,100%{transform:rotate(0)}12%{transform:rotate(-16deg)}27%{transform:rotate(17deg)}40%{transform:rotate(-8deg)}}
.scene-fullscreen-toggle,.scene-fullscreen-close{display:grid;place-items:center;flex:0 0 44px;width:44px;height:44px;min-height:44px;padding:10px;border:1px solid #a99e83;border-radius:10px 7px 11px 8px;background:#24221f;color:#e9dfc9;cursor:pointer}
.scene-fullscreen-toggle svg,.scene-fullscreen-close svg{display:block;width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.scene-fullscreen-toggle:hover,.scene-fullscreen-close:hover{color:#f6cb50;border-color:#f6cb50}
.scene-fullscreen-toggle:focus-visible,.scene-fullscreen-close:focus-visible{outline:2px solid #e4b63d;outline-offset:2px}
@media(max-width:720px){
 .scene-orientation-row{display:flex;align-items:center;gap:10px;padding:3px 4%;background:var(--ink);color:var(--brand-yellow)}
 .scene-orientation-row>.scene-orientation-tip{display:flex;flex:1;min-width:0;align-items:center;justify-content:center;gap:8px;margin:0;padding:0;background:none;text-align:center;cursor:default;font-size:14px;line-height:1.45}
 .scene-orientation-row>.scene-orientation-tip>svg{flex:none;width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}
 .scene-orientation-row>.scene-fullscreen-toggle{margin-left:auto}
}
@media(max-width:1100px) and (max-height:600px) and (orientation:landscape){
 .scene-orientation-row{display:flex;justify-content:flex-end;align-items:center;padding:3px 4%;background:#24221f}
 .scene-orientation-row>.scene-orientation-tip{display:none}
 main>.hero>.scene-viewport{--scene-fit-height:max(140px,calc(100svh - var(--site-top-height) - 50px))}
}
html.scene-fullscreen-open,html.scene-fullscreen-open body{overflow:hidden;overscroll-behavior:none}
#scene-fullscreen-dialog{position:fixed;inset:0;width:100%;height:100%;max-width:none;max-height:none;margin:0;padding:0;border:0;background:#16191c;color:#e9dfc9;overflow:hidden}
#scene-fullscreen-dialog::backdrop{background:#16191c}
.scene-fullscreen-stage{width:var(--scene-fullscreen-width,100vw);height:var(--scene-fullscreen-height,100dvh);display:flex;align-items:center;justify-content:center;background:#16191c}
.scene-fullscreen-stage>.scene-viewport{display:flex;align-items:center;justify-content:center;width:100%;height:100%;max-height:none;padding:0;overflow:hidden;background:#16191c}
.scene-fullscreen-stage>.scene-viewport>.scene{flex:none;width:min(100%,calc(var(--scene-fullscreen-height)*2.3232077764));max-width:none;margin:0;aspect-ratio:1912/823}
.scene-fullscreen-stage .scene .integrated-lettering .centered-logo{visibility:visible}
.scene-fullscreen-stage .scene>.scene-navigator{display:none}
.scene-fullscreen-close{position:absolute;z-index:12;top:8px;right:8px;background:#24221fd9;box-shadow:1px 2px 0 #10101266}
.scene-fullscreen-stage .time-wheel,.scene-fullscreen-stage .neon-switch,.scene-fullscreen-stage .pendant-switch{min-width:0;min-height:0}
@media(prefers-reduced-motion:reduce){.scene-orientation-tip svg{animation:none}}
