html, body.landing { margin: 0 !important; padding: 0 !important; background: #000; }
.hero {
  position: relative;
  width: 100%;
  min-height: 100vh;
  background:
    linear-gradient(to top, #000 0%, rgba(0,0,0,.82) 14%, rgba(0,0,0,.1) 36%, transparent 55%),
    url("/img/hero.jpg") center top / cover no-repeat;
}
.logo {
  position: absolute;
  top: 16px; left: 22px;
  z-index: 4;
  color: #fff;
  font-size: clamp(1.9rem, 3.4vw, 2.55rem);
  font-weight: 800;
  text-decoration: none;
  text-shadow: 0 2px 14px rgba(0,0,0,.65);
}
.topnav {
  position: absolute;
  top: 26px; right: 22px;
  z-index: 4;
  display: flex;
  gap: 1.1rem;
  align-items: center;
}
.topnav a {
  color: #fff;
  text-decoration: none;
  font-weight: 400;
  font-size: .86rem;
  opacity: .55;
}
.topnav a:hover { opacity: 1; }
.topnav a.reg { color: #d4a017; opacity: .95; }
.hero-copy {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  padding: 0 6% 2.2vh;
}
#wave { width: 100%; height: 68px; display: block; }
.float-wrap { position: relative; height: 5.4rem; margin: 0 0 1.15rem; overflow: hidden; }
.float-line {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  color: #fff;
  font-size: clamp(1.5rem, 3.1vw, 2.25rem);
  font-weight: 600;
  line-height: 1.2;
  text-shadow: 0 2px 18px #000;
  transition: transform 2.4s ease, opacity 2.4s ease;
}
.float-line.wait { transform: translateY(5.4rem); opacity: 0; }
.float-line.on { transform: translateY(0); opacity: 1; }
.float-line.off { transform: translateY(-0.6rem); opacity: 0; transition: transform .7s ease, opacity .55s ease; }
a.btn {
  display: inline-block;
  background: #d4a017;
  color: #fff;
  text-decoration: none;
  padding: .5rem 1.05rem;
  border-radius: 8px;
  font-weight: 400;
}
.rest { min-height: 38vh; background: #000; }
footer {
  background: #000;
  color: #8a8a8a;
  padding: 2.2rem 8% 2.8rem;
  border-top: 1px solid #222;
  font-size: .88rem;
}
footer strong { color: #fff; display: block; margin-bottom: .35rem; }
footer nav { margin: 1rem 0; display: flex; flex-wrap: wrap; gap: .9rem 1.3rem; }
footer a { color: #9a9a9a; text-decoration: none; }
footer a:hover { color: #fff; }
footer .copy { margin: 0; opacity: .7; }

.foot-top { display: flex; justify-content: space-between; align-items: center; gap: 1rem; }
.lang-wrap { position: relative; }
.lang-btn {
  background: transparent;
  color: #d4a017;
  border: 1px solid #d4a017;
  min-width: 3rem;
  padding: .28rem .55rem;
  border-radius: 6px;
  cursor: pointer;
  font-size: .8rem;
  letter-spacing: .04em;
}
.lang-box {
  display: none;
  position: absolute;
  right: 0; bottom: 2.2rem;
  width: 220px;
  max-height: 240px;
  overflow: auto;
  background: #111;
  border: 1px solid #333;
  padding: .4rem;
}
.lang-box.open { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: .25rem; }
.lang-box button {
  background: transparent;
  color: #ccc;
  border: 0;
  padding: .3rem;
  cursor: pointer;
}
.lang-box button.on, .lang-box button:hover { color: #d4a017; }

.hero {
  margin: 0 !important;
  top: 0 !important;
  
  background-size: cover !important;
}

.hero {
  max-width: 1400px !important;
  margin: 0 auto !important;
  min-height: 100vh !important;
  background-position: center 20% !important;
  background-size: cover !important;
}

/* MOBILE-FIX */
@media (max-width: 800px) {
  .hero {
    max-width: none !important;
    background-position: center top !important;
    min-height: 100svh !important;
  }
  .logo { font-size: 1.45rem !important; top: 10px !important; left: 12px !important; }
  .topnav { top: 12px !important; right: 12px !important; }
  .topnav a.reg { display: none !important; }
  .hero-copy { padding: 0 5% calc(18px + env(safe-area-inset-bottom)) !important; }
  .float-wrap { height: 3.4rem !important; margin-bottom: .45rem !important; }
  .float-line { font-size: 1.15rem !important; }
  #wave { height: 48px !important; }
}
@media (min-width: 801px) {
  .hero { background-position: center 12% !important; }
}
