*{box-sizing:border-box;margin:0;padding:0}
:root{--gold:#e4b963;--white:#fff;--dark:#050505}
html,body{width:100%;height:100%;overflow:hidden;font-family:Arial,Helvetica,sans-serif;background:#050505;color:#fff}
body{position:relative}
.background{position:fixed;inset:0;background:url('images/hotel-background.png') center center/cover no-repeat;transform:scale(1.04);animation:kenburns 16s ease-in-out infinite alternate}
.overlay{position:fixed;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.78) 0%,rgba(0,0,0,.57) 38%,rgba(0,0,0,.12) 78%,rgba(0,0,0,.28) 100%),linear-gradient(0deg,rgba(0,0,0,.5),transparent 45%);z-index:1}
.glow{position:fixed;border-radius:50%;filter:blur(100px);opacity:.2;z-index:2;pointer-events:none}
.glow1{width:280px;height:280px;background:#d8a54b;left:3%;top:20%;animation:float 7s infinite}
.glow2{width:300px;height:300px;background:#e4b963;right:8%;bottom:4%;animation:float 9s infinite reverse}
header{position:relative;z-index:5;height:90px;padding:0 6vw;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(255,255,255,.22);animation:fadeDown 1s ease both}
.logo{font-size:22px;font-weight:800;letter-spacing:5px;text-shadow:0 2px 15px #000}
.logo span{color:var(--gold)}
header a{color:#fff;text-decoration:none;font-size:11px;letter-spacing:2px}
header a b{font-size:18px;color:var(--gold);margin-left:7px}
main{position:relative;z-index:4;height:calc(100vh - 90px);display:flex;align-items:center;padding:0 8vw}
.content{max-width:700px;animation:rise 1.1s .15s ease both}
.line{display:flex;align-items:center;gap:13px;color:var(--gold);font-size:11px;letter-spacing:3px;margin-bottom:24px}
.line span{width:45px;height:1px;background:var(--gold)}
h1{font-size:clamp(58px,8vw,120px);line-height:.84;letter-spacing:-5px;font-weight:700;text-shadow:0 7px 35px rgba(0,0,0,.5);display:flex;flex-direction:column}
.word{display:block;animation:wordIn 1s both}
.word:nth-child(1){animation-delay:.35s}
.word:nth-child(2){animation-delay:.55s}
.word:nth-child(3){animation-delay:.75s}
.gold{font-family:Georgia,serif;font-weight:400;font-style:italic;color:var(--gold);padding-left:4vw}
p{margin:32px 0;color:rgba(255,255,255,.82);font-size:16px;line-height:1.8;text-shadow:0 2px 12px #000}
.timer-title{font-size:9px;letter-spacing:3px;color:rgba(255,255,255,.65);margin-bottom:12px}
.timer{display:flex;align-items:center;gap:17px;margin-bottom:28px}
.timer div{min-width:70px}
.timer strong{display:block;font-size:37px;font-weight:400}
.timer small{display:block;font-size:8px;letter-spacing:2px;color:rgba(255,255,255,.6);margin-top:5px}
.timer i{font-style:normal;color:var(--gold);font-size:24px;margin-top:-12px}
.notify{width:min(510px,90vw);height:54px;display:flex;background:rgba(0,0,0,.35);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.28);border-radius:2px;padding:5px}
.notify input{flex:1;min-width:0;border:0;outline:0;background:transparent;color:#fff;padding:0 14px;font-size:13px}
.notify input::placeholder{color:rgba(255,255,255,.55)}
.notify button{border:0;background:var(--gold);color:#111;font-size:10px;letter-spacing:1.5px;font-weight:800;padding:0 20px;cursor:pointer;transition:.25s}
.notify button:hover{background:#fff;transform:translateX(2px)}
.notify button span{font-size:17px;margin-left:7px}
#message{height:22px;padding-top:8px;color:var(--gold);font-size:11px}
.scroll{position:fixed;z-index:5;bottom:24px;right:6vw;color:rgba(255,255,255,.65);font-size:9px;letter-spacing:3px}
.scroll span{color:var(--gold);font-size:16px;margin-left:7px}
@keyframes rise{from{opacity:0;transform:translateY(35px)}to{opacity:1;transform:none}}
@keyframes fadeDown{from{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:none}}
@keyframes wordIn{from{opacity:0;transform:translateX(-35px);filter:blur(8px)}to{opacity:1;transform:none;filter:blur(0)}}
@keyframes kenburns{from{transform:scale(1.04)}to{transform:scale(1.12) translate(1%,1%)}}
@keyframes float{50%{transform:translate(25px,-20px) scale(1.1)}}
@media(max-width:700px){
  body{overflow:auto}
  .background{background-position:58% center}
  header{height:72px;padding:0 6vw}
  .logo{font-size:16px;letter-spacing:3px}
  main{height:auto;min-height:calc(100vh - 72px);padding:80px 7vw 70px;align-items:flex-start}
  h1{font-size:58px;letter-spacing:-3px}
  .gold{padding-left:8vw}
  p{font-size:14px}
  .timer{gap:8px;justify-content:space-between}
  .timer div{min-width:50px}
  .timer strong{font-size:27px}
  .notify{height:auto;display:block;background:rgba(0,0,0,.5);padding:7px}
  .notify input{width:100%;height:46px}
  .notify button{width:100%;height:45px}
  .scroll{display:none}
}

/* ===== Centered layout + uploaded 24 logo ===== */
header{padding:0 5vw}
.logo-image{display:flex;align-items:center;text-decoration:none}
.logo-image img{display:block;width:74px;height:auto;max-height:64px;object-fit:contain;filter:drop-shadow(0 4px 12px rgba(0,0,0,.45))}
.content.centered{width:min(900px,92vw);max-width:900px;text-align:center;margin:0 auto}
.content.centered .line{justify-content:center}
.content.centered h1{align-items:center}
.content.centered .gold{padding-left:0}
.content.centered p{margin-left:auto;margin-right:auto}
.content.centered .timer-title{text-align:center}
.content.centered .timer{justify-content:center}
.content.centered .notify{margin-left:auto;margin-right:auto}
#message{text-align:center}
@media(max-width:700px){
  .logo-image img{width:62px;max-height:55px}
  .content.centered{width:100%}
  .content.centered .timer{justify-content:center;gap:6px}
}

/* ===== Center HOTEL 24 logo above the announcement ===== */
header .center-logo{
  position:absolute;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
  display:flex;
  align-items:center;
  justify-content:center;
  z-index:10;
}
header .center-logo img{
  width:118px;
  height:auto;
  max-height:82px;
  object-fit:contain;
  display:block;
  filter:drop-shadow(0 4px 14px rgba(0,0,0,.5));
}
header .center-logo img{
  animation:logoAppear 1s .15s ease both;
}
.content.centered .line{
  margin-top:12px;
}
@keyframes logoAppear{
  from{opacity:0;transform:translateY(-10px) scale(.9)}
  to{opacity:1;transform:translateY(0) scale(1)}
}
@media(max-width:700px){
  header .center-logo img{
    width:92px;
    max-height:65px;
  }
}

/* ===== No top bar: centered logo ===== */
header{display:none!important}
main{
  height:100vh!important;
  min-height:100vh!important;
  padding:5vh 7vw 6vh!important;
  align-items:center!important;
}
.content.centered{
  width:min(900px,92vw);
  max-width:900px;
  margin:0 auto;
  text-align:center;
}
.main-logo{
  display:flex;
  justify-content:center;
  align-items:center;
  margin:0 auto 24px;
  animation:logoCenterIn 1s .1s ease both;
}
.main-logo img{
  width:150px;
  max-width:32vw;
  height:auto;
  display:block;
  object-fit:contain;
  filter:drop-shadow(0 5px 18px rgba(0,0,0,.5));
}
.content.centered .line{
  justify-content:center;
  margin-top:0;
}
@keyframes logoCenterIn{
  from{opacity:0;transform:translateY(-20px) scale(.88)}
  to{opacity:1;transform:translateY(0) scale(1)}
}
@media(max-width:700px){
  main{
    height:100vh!important;
    min-height:100vh!important;
    padding:4vh 6vw 6vh!important;
  }
  .main-logo{margin-bottom:18px}
  .main-logo img{width:120px;max-width:42vw}
}
