:root { --bg:#000; --fg:#fff; }
*{box-sizing:border-box}html,body{height:100%}
body{margin:0;background:var(--bg);color:var(--fg);font-family:system-ui,sans-serif}
.splash{min-height:100vh;display:grid;place-items:center;padding:2vh 2vw}
.logo{width:min(92vw,92vh);height:auto}
.rotate-90 {
    transform: rotate(90deg);
    transform-origin: center center;
}
.footer{position:fixed;left:0;right:0;bottom:0;background:rgba(0,0,0,0.6);border-top:1px solid rgba(255,255,255,0.15)}
.footer-inner{text-align:center;padding:12px}
.booking{color:#fff;text-decoration:none;font-weight:600}
.booking:hover{text-decoration:underline}
