.hero {
  isolation: isolate;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 24%, rgba(226, 200, 122, 0.22), transparent 34%),
    radial-gradient(circle at 82% 16%, rgba(255, 255, 255, 0.12), transparent 24%),
    linear-gradient(140deg, rgba(9, 15, 24, 0.10), rgba(9, 15, 24, 0.26) 55%, rgba(9, 15, 24, 0.02));
  z-index: 1;
  pointer-events: none;
  animation: heroAtmosphereShift 16s ease-in-out infinite alternate;
}

.hero-inner {
  position: relative;
  z-index: 2;
}

.hero-title,
.hero-lead,
.hero-note,
.hero-card-title,
.hero-card li,
.stat-label {
  text-shadow: 0 8px 28px rgba(7, 12, 18, 0.35);
}

.hero-card {
  box-shadow: 0 24px 58px rgba(7, 12, 18, 0.34);
  animation: cardLevitate 8s ease-in-out infinite;
}

.strip-dark,
.cta-section,
.panorama,
.club-atmosphere {
  position: relative;
  isolation: isolate;
}

.strip-dark::before,
.cta-section::after,
.club-atmosphere::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

.strip-dark::before {
  background:
    linear-gradient(180deg, rgba(10, 18, 28, 0.18), rgba(10, 18, 28, 0.42)),
    radial-gradient(circle at 80% 18%, rgba(226, 200, 122, 0.14), transparent 28%);
}

.cta-section::after {
  background:
    radial-gradient(circle at 18% 24%, rgba(226, 200, 122, 0.10), transparent 24%),
    radial-gradient(circle at 78% 30%, rgba(255, 255, 255, 0.08), transparent 22%);
}

.strip-dark > *,
.cta-section > *,
.club-atmosphere > * {
  position: relative;
  z-index: 1;
}

.strip-visual,
.panorama,
.club-window {
  box-shadow: 0 24px 56px rgba(8, 13, 20, 0.24);
}

.strip-visual img,
.panorama img {
  transform-origin: center center;
  animation: scenicDrift 22s ease-in-out infinite alternate;
}

.dest-card {
  overflow: hidden;
}

.dest-card:hover .dest-card-bg {
  transform: scale(1.08);
}

.feature-card {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 252, 247, 0.96), rgba(246, 240, 229, 0.96)),
    #f9f6ee;
  box-shadow: 0 16px 40px rgba(13, 28, 43, 0.08);
}

.feature-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 140px;
  background: linear-gradient(135deg, rgba(201, 168, 76, 0.18), transparent 72%);
  opacity: 0.8;
  pointer-events: none;
}

.feature-card > * {
  position: relative;
  z-index: 1;
}

.club-atmosphere {
  padding: 88px 0 34px;
  background:
    linear-gradient(180deg, rgba(244, 237, 226, 0.94), rgba(255, 252, 247, 0.96));
}

.club-atmosphere::before {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.36), rgba(255, 255, 255, 0)),
    radial-gradient(circle at 18% 18%, rgba(201, 168, 76, 0.12), transparent 26%),
    radial-gradient(circle at 82% 76%, rgba(13, 28, 43, 0.06), transparent 28%);
}

.club-atmosphere-copy {
  max-width: 760px;
  margin-bottom: 34px;
}

.club-atmosphere-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr;
  gap: 18px;
  align-items: stretch;
}

.club-window {
  position: relative;
  display: block;
  min-height: 280px;
  border-radius: 24px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  color: #fff;
  text-decoration: none;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  animation: windowDrift 24s ease-in-out infinite alternate;
}

.club-window:hover {
  transform: translateY(-4px);
  box-shadow: 0 28px 62px rgba(8, 13, 20, 0.28);
}

.club-window-large {
  min-height: 578px;
}

.club-window::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(10, 18, 28, 0.06), rgba(10, 18, 28, 0.30) 44%, rgba(10, 18, 28, 0.84) 100%);
}

.club-window::after {
  content: "";
  position: absolute;
  inset: auto -12% 48% -12%;
  height: 180px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.18), transparent);
  transform: rotate(-8deg);
  opacity: 0.6;
}

.club-window-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 28px 24px 24px;
}

.club-window-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.24);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  color: rgba(255, 255, 255, 0.94);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.club-window h3 {
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.45rem, 2vw, 2rem);
  line-height: 1.08;
  margin-bottom: 10px;
}

.club-window p {
  max-width: 26ch;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.92rem;
  line-height: 1.65;
}

@keyframes heroAtmosphereShift {
  0% { opacity: 0.72; transform: scale(1) translate3d(0, 0, 0); }
  100% { opacity: 1; transform: scale(1.04) translate3d(0, -1.5%, 0); }
}

@keyframes scenicDrift {
  0% { transform: scale(1.03) translate3d(0, 0, 0); }
  100% { transform: scale(1.09) translate3d(0, -1.2%, 0); }
}

@keyframes windowDrift {
  0% { background-position: center 48%; }
  100% { background-position: center 38%; }
}

@keyframes cardLevitate {
  0%, 100% { transform: translate3d(0, 0, 0); }
  50% { transform: translate3d(0, -10px, 0); }
}

html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  max-width: 100%;
  overflow-x: hidden;
}

@media (max-width: 1024px) {
  .club-atmosphere-grid {
    grid-template-columns: 1fr 1fr;
  }

  .club-window-large {
    grid-column: 1 / -1;
    min-height: 440px;
  }
}

@media (max-width: 768px) {
  .club-atmosphere {
    padding: 72px 0 24px;
  }

  .club-atmosphere-grid {
    grid-template-columns: 1fr;
  }

  .club-window,
  .club-window-large {
    min-height: 280px;
  }

  .club-window-content {
    padding: 24px 20px 20px;
  }

  .club-window p {
    max-width: none;
  }
}

/* ── Shared Mobile Navigation for localized homepages ── */
.vc-nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border-radius: 10px;
  border: 1px solid rgba(13, 28, 43, 0.16);
  background: rgba(13, 28, 43, 0.06);
  align-items: center;
  justify-content: center;
  gap: 4px;
  flex-direction: column;
  cursor: pointer;
  margin-left: auto;
  transition: background 0.18s ease, border-color 0.18s ease;
}

.vc-nav-toggle .bar {
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: #0d1c2b;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.vc-nav-toggle[aria-expanded="true"] .bar:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

.vc-nav-toggle[aria-expanded="true"] .bar:nth-child(2) {
  opacity: 0;
}

.vc-nav-toggle[aria-expanded="true"] .bar:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

@media (max-width: 1024px) {
  .nav-inner {
    flex-wrap: wrap;
    height: auto !important;
    padding-top: 12px !important;
    padding-bottom: 12px !important;
    gap: 12px !important;
  }

  .nav-inner .vc-nav-toggle { display: inline-flex; }

  .nav-inner .nav-links {
    display: none !important;
    width: 100%;
    order: 3;
    flex-direction: column;
    gap: 8px;
    margin-top: 6px;
  }

  .nav-inner .nav-links.is-open { display: flex !important; }

  .nav-inner .nav-links li,
  .nav-inner .nav-links a {
    width: 100%;
  }

  .nav-inner .nav-links a {
    display: flex;
    align-items: center;
    min-height: 44px;
    padding: 12px 12px;
    border-radius: 12px;
  }

  .nav-inner .nav-links .nav-cta {
    text-align: center;
  }
}

@media (min-width: 1025px) {
  .nav-inner .vc-nav-toggle { display: none !important; }
  .nav-inner .nav-links { display: flex !important; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .hero::after,
  .hero-card,
  .strip-visual img,
  .panorama img,
  .club-window {
    animation: none !important;
  }

  .club-window,
  .feature-card,
  .dest-card-bg {
    transition: none !important;
  }

  .club-window:hover,
  .dest-card:hover .dest-card-bg {
    transform: none !important;
  }
}
