/* Shared navigation — clean white editorial bar. */
.site-header {
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  min-height: 96px;
  transform: none;
  padding: 0 clamp(24px, 4.8vw, 84px);
  border: 0;
  border-top: 2px solid #c8ab70;
  border-bottom: 1px solid #ebe7df;
  border-radius: 0;
  background: rgba(253, 252, 249, .98);
  box-shadow: 0 8px 28px rgba(7, 19, 31, .07);
  backdrop-filter: none;
  color: #111b22;
  transition: background-color 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.site-header::before,
.site-header::after { display: none; }

.site-header.scrolled {
  top: 0;
  min-height: 96px;
  padding: 0 clamp(24px, 4.8vw, 84px);
  border: 0;
  border-top: 2px solid #c8ab70;
  border-bottom: 1px solid #e4e0d8;
  border-radius: 0;
  background: rgba(253, 252, 249, .97);
  box-shadow: 0 10px 32px rgba(7, 19, 31, .09);
  color: #111b22;
}

.brand {
  width: clamp(195px, 17vw, 255px);
  height: 66px;
  overflow: hidden;
  flex: 0 0 auto;
  position: relative;
  z-index: 2;
}
.brand img,
.site-header.scrolled .brand img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left center;
  filter: none;
}

.desktop-nav {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  gap: clamp(18px, 2.15vw, 38px);
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  z-index: 2;
}
.desktop-nav a {
  padding: 34px 0 28px;
  border-radius: 0;
  color: #343a3f;
  font-size: 11px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: .11em;
  white-space: nowrap;
  transition: color .2s ease;
}
.site-header.scrolled .desktop-nav a { padding-block: 34px 28px; }
.desktop-nav a::after {
  display: block;
  left: 0;
  right: 100%;
  bottom: 18px;
  height: 2px;
  background: #777b7e;
  transition: right .25s cubic-bezier(.16, 1, .3, 1);
}
.site-header.scrolled .desktop-nav a::after { bottom: 18px; }
.desktop-nav a:hover,
.desktop-nav a.active {
  color: #07131f;
  background: transparent;
  transform: none;
  box-shadow: none;
}
.desktop-nav a:hover::after,
.desktop-nav a.active::after { right: 0; }

.header-actions {
  position: relative;
  z-index: 2;
  margin-left: auto;
  padding-left: 20px;
  border-left: 0;
}
.book-btn {
  min-height: 54px;
  padding: 17px 26px;
  border: 0;
  border-radius: 0;
  background: #c9ad77;
  color: #101820;
  box-shadow: none;
  font-size: 11px;
  letter-spacing: .14em;
}
.book-btn:hover {
  transform: none;
  background: #bfa069;
  box-shadow: none;
  filter: none;
}

.footer-brand img {
  width: min(280px, 100%);
  height: auto;
  filter: brightness(0) invert(1);
}

.loader-mark { width: min(190px, 48vw); text-align: center; }
.loader-mark img { width: 100%; height: auto; object-fit: contain; filter: brightness(0) invert(1); }
.tropicana-loader { background: #fff; }
.tropicana-loader .loader-mark { width: min(220px, 52vw); }
.tropicana-loader .loader-mark img { filter: none; }
.tropicana-loader .loader-mark span { background: rgba(13, 39, 71, .14); }

@media (max-width: 1240px) {
  .site-header { padding-inline: 28px; }
  .site-header.scrolled { padding-inline: 28px; }
  .brand { width: 205px; }
  .desktop-nav { gap: 20px; }
  .desktop-nav a { font-size: 10px; }
  .book-btn { padding-inline: 20px; }
}

@media (max-width: 1100px) {
  .site-header,
  .site-header.scrolled {
    min-height: 76px;
    padding: 0 18px 0 22px;
  }
  .brand { width: 190px; height: 54px; }
  .desktop-nav,
  .book-btn { display: none; }
  .header-actions { padding: 0; }
  .menu-button {
    display: block;
    width: 46px;
    height: 46px;
    border: 1px solid #d9d4ca;
    border-radius: 0;
    background: transparent;
    color: #07131f;
  }
  .menu-button span { background: #07131f; }
}

@media (max-width: 760px) {
  .site-header,
  .site-header.scrolled {
    top: 0;
    width: 100%;
    min-height: 72px;
    padding: max(8px, env(safe-area-inset-top)) 14px 8px 18px;
    border-radius: 0;
  }
  .brand { width: 172px; height: 48px; }
  .mobile-menu {
    padding: calc(94px + env(safe-area-inset-top)) 22px max(30px, env(safe-area-inset-bottom));
    background: #07131f;
  }
  .mobile-menu nav { gap: 4px; }
  .mobile-menu nav a { padding: 12px 4px; font-size: clamp(32px, 11vw, 52px); border-color: rgba(255,255,255,.09); }
  .mobile-menu .mobile-book { border-radius: 0; padding: 18px 20px; background: #c9ad77; }
}
