.page-home .logo img {
  width: clamp(44px, 6vw, 66px);
  height: auto;
  display: block;
  flex-shrink: 0;
}

@media (max-width: 1320px) {
  .page-home .logo img {
    width: clamp(42px, 7vw, 58px);
  }
}

@media (min-width: 768px) and (max-width: 1320px) {
  .page-home .logo img {
    width: clamp(40px, 5vw, 54px);
  }
}

@media (max-width: 768px) {
  .page-home header nav {
    height: 68px;
  }

  .page-home nav .logo {
    gap: 0.4rem;
    font-size: 1.08rem;
  }

  .page-home .logo img {
    width: 40px;
    height: auto;
  }

  .page-home nav .menu-toggle {
    width: 40px;
    height: 40px;
  }

  .page-home nav .menu-toggle span {
    width: 26px;
  }

  .page-home .wifi-banner {
    padding: 0.4rem 0.85rem;
    font-size: 0.66rem;
    letter-spacing: 0.11em;
  }

  .page-home .wifi-banner-link {
    gap: 0.35rem;
  }

  .page-home .wifi-banner-cue {
    padding: 0.1rem 0.4rem;
    font-size: 0.56rem;
    letter-spacing: 0.13em;
  }

  .page-home .hero-content {
    width: min(100%, 21rem);
    padding: 0 1.35rem;
  }

  .page-home .hero-title {
    max-width: 10ch;
    margin: 0 auto 1.2rem;
    font-size: clamp(1.95rem, 8vw, 2.3rem);
    line-height: 1.1;
    letter-spacing: -0.04em;
    text-wrap: balance;
    text-shadow: 0 10px 24px rgba(0, 0, 0, 0.26);
  }

  .page-home .hero-content .btn {
    padding: 0.78rem 1.6rem;
    font-size: 0.96rem;
    line-height: 1;
  }
}

@media (max-width: 420px) {
  .page-home .hero-content {
    width: min(100%, 19rem);
    padding: 0 1.1rem;
  }

  .page-home .hero-title {
    font-size: clamp(1.8rem, 8.4vw, 2.05rem);
  }
}

/* Home Navigation Refresh */
.page-home header {
  background: rgba(250, 252, 255, 0.82);
  border-bottom-color: rgba(13, 59, 102, 0.08);
  box-shadow: 0 18px 38px rgba(13, 59, 102, 0.08);
}

.page-home header nav.container {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(0.8rem, 1.8vw, 1.3rem);
  min-height: 86px;
  padding: 0.8rem 0 0.6rem;
}

.page-home header nav .logo {
  margin-left: 0 !important;
  margin-right: 0 !important;
  gap: 0.78rem !important;
  min-width: 0;
  padding: 0.68rem 0.98rem 0.68rem 0.8rem;
  border: 1px solid rgba(13, 59, 102, 0.08);
  border-radius: 1.45rem;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.98) 0%, rgba(243, 248, 251, 0.95) 100%);
  box-shadow: 0 18px 36px rgba(13, 59, 102, 0.1);
}

.page-home header nav .logo span {
  display: block;
  font-size: clamp(1.02rem, 1.35vw, 1.18rem);
  line-height: 1.04;
  letter-spacing: -0.03em;
}

.page-home header nav .logo img {
  width: clamp(44px, 4vw, 58px);
  height: auto;
}

.page-home header nav .nav-links {
  justify-self: center;
  align-items: center;
  gap: 0.28rem;
  min-width: 0;
  margin: 0;
  padding: 0.34rem;
  border: 1px solid rgba(13, 59, 102, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.74);
  box-shadow: 0 18px 40px rgba(13, 59, 102, 0.08);
  backdrop-filter: blur(16px);
}

.page-home header nav .nav-links li {
  display: flex;
}

.page-home header nav .nav-links li a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.76rem 0.98rem;
  border-radius: 999px;
  color: #31516b;
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
  transition:
    transform 0.24s ease,
    background 0.24s ease,
    color 0.24s ease,
    box-shadow 0.24s ease;
}

.page-home header nav .nav-links li a::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0.38rem;
  width: 4px;
  height: 4px;
  border-radius: 999px;
  background: currentColor;
  opacity: 0;
  transform: translateX(-50%) scale(0.6);
  transition: opacity 0.2s ease, transform 0.24s ease;
}

.page-home header nav .nav-links li a:hover,
.page-home header nav .nav-links li a:focus-visible {
  background: rgba(13, 59, 102, 0.07);
  color: var(--primary);
  transform: translateY(-1px);
}

.page-home header nav .nav-links li a:hover::after,
.page-home header nav .nav-links li a:focus-visible::after {
  opacity: 0.35;
  transform: translateX(-50%) scale(1);
}

.page-home header nav .nav-links li a.is-active,
.page-home header nav .nav-links li a[aria-current] {
  background: linear-gradient(135deg, rgba(13, 59, 102, 0.96) 0%, rgba(29, 127, 175, 0.9) 100%);
  color: var(--white);
  box-shadow: 0 12px 24px rgba(13, 59, 102, 0.18);
}

.page-home header nav .nav-links li a.is-active::after,
.page-home header nav .nav-links li a[aria-current]::after {
  opacity: 0.9;
  transform: translateX(-50%) scale(1);
  background: rgba(255, 255, 255, 0.9);
}

.page-home header nav .book-btn {
  justify-self: end;
  margin-left: 0;
  padding: 0.82rem 1.36rem;
  border: 1px solid rgba(244, 162, 97, 0.24);
  background: linear-gradient(135deg, #f4a261 0%, #e89055 100%);
  color: var(--white);
  box-shadow: 0 18px 34px rgba(231, 111, 81, 0.2);
}

.page-home header nav .book-btn:hover,
.page-home header nav .book-btn:focus-visible {
  background: linear-gradient(135deg, #ef9854 0%, #dc7d40 100%);
  color: var(--white);
  transform: translateY(-1px);
}

.page-home header nav .menu-toggle {
  width: 48px;
  height: 48px;
  border: 1px solid rgba(13, 59, 102, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 16px 32px rgba(13, 59, 102, 0.1);
}

.page-home header nav .menu-toggle span {
  width: 24px;
  margin-bottom: 3px;
}

.page-home header.transparent {
  background: transparent;
  box-shadow: none;
}

.page-home header.transparent nav .logo,
.page-home header.transparent nav .nav-links,
.page-home header.transparent nav .book-btn,
.page-home header.transparent nav .menu-toggle {
  border-color: rgba(255, 255, 255, 0.08);
  box-shadow: none;
}

.page-home header.transparent nav .logo {
  background: rgba(8, 22, 33, 0.12);
  backdrop-filter: blur(6px);
}

.page-home header.transparent nav .nav-links {
  background: transparent;
  border-color: transparent;
  backdrop-filter: none;
}

.page-home header.transparent nav .book-btn {
  border-color: rgba(255, 255, 255, 0.24);
  background: rgba(8, 22, 33, 0.14);
  color: var(--white);
}

.page-home header.transparent nav .menu-toggle {
  background: rgba(8, 22, 33, 0.12);
}

.page-home header.transparent nav .logo span,
.page-home header.transparent nav .nav-links li a,
.page-home header.transparent nav .book-btn {
  color: rgba(255, 255, 255, 0.92);
  text-shadow: none;
}

.page-home header.transparent nav .nav-links li a:hover,
.page-home header.transparent nav .nav-links li a:focus-visible {
  background: rgba(255, 255, 255, 0.08);
  color: var(--white);
}

.page-home header.transparent nav .nav-links li a.is-active,
.page-home header.transparent nav .nav-links li a[aria-current] {
  background: transparent;
  color: var(--white);
  box-shadow: none;
}

.page-home header.transparent nav .nav-links li a.is-active::after,
.page-home header.transparent nav .nav-links li a[aria-current]::after {
  opacity: 1;
  transform: translateX(-50%) scale(1);
  background: var(--accent);
}

.page-home header.transparent nav .menu-toggle span,
.page-home header.transparent nav .menu-toggle.is-open span {
  background: var(--white);
}

.page-home header.transparent nav .book-btn:hover,
.page-home header.transparent nav .book-btn:focus-visible {
  background: rgba(255, 255, 255, 0.16);
  color: var(--white);
}

.page-home .mobile-menu ul li a {
  position: relative;
  padding: 0.82rem 1.3rem;
  border-radius: 999px;
  border: 1px solid transparent;
}

.page-home .mobile-menu ul li a.is-active,
.page-home .mobile-menu ul li a[aria-current] {
  border-color: rgba(245, 130, 31, 0.42) !important;
  color: var(--primary);
  box-shadow:
    0 14px 28px rgba(245, 130, 31, 0.14),
    0 0 0 4px rgba(233, 196, 106, 0.14) !important;
}

.page-home .mobile-menu ul li a.is-active::after,
.page-home .mobile-menu ul li a[aria-current]::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0.5rem;
  width: 4px;
  height: 4px;
  border-radius: 999px;
  background: var(--secondary);
  transform: translateX(-50%);
}

@media (min-width: 1401px) {
  .page-home header nav .nav-links {
    display: flex;
  }

  .page-home header nav .book-btn {
    display: inline-flex;
  }

  .page-home header nav .menu-toggle {
    display: none;
  }
}

@media (max-width: 1400px) {
  .page-home header nav.container {
    grid-template-columns: minmax(0, 1fr) auto;
    min-height: 82px;
    padding: 0.72rem 0 0.54rem;
  }

  .page-home header nav .logo {
    max-width: min(80vw, 360px);
    padding: 0.62rem 0.86rem 0.62rem 0.72rem;
  }

  .page-home header nav .logo span {
    font-size: clamp(0.98rem, 2.4vw, 1.12rem);
  }

  .page-home header nav .nav-links,
  .page-home header nav .book-btn {
    display: none !important;
  }

  .page-home header nav .menu-toggle {
    display: inline-flex !important;
    justify-self: end;
    margin-left: 0;
  }

  .page-home .mobile-menu {
    display: flex !important;
    gap: 1.5rem;
    padding: 5.5rem 1.5rem 2rem;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    clip-path: inset(0 0 0 100%);
    background:
      radial-gradient(circle at top, rgba(233, 196, 106, 0.2), transparent 35%),
      rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(16px);
  }

  .page-home .mobile-menu.active {
    display: flex !important;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    clip-path: inset(0 0 0 0);
  }
}

.page-home .mobile-menu ul li a[href="whats-new"],
.page-home .mobile-menu ul li a[href="/whats-new"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  padding: 0.72rem 1.15rem;
  border-radius: 9999px;
  border: 1px solid rgba(231, 111, 81, 0.48) !important;
  background: linear-gradient(135deg, #f5821f 0%, #e89a3d 54%, #e9c46a 100%) !important;
  color: #fffaf2 !important;
  box-shadow:
    0 18px 34px rgba(231, 111, 81, 0.24),
    0 0 0 4px rgba(233, 196, 106, 0.16) !important;
  font-weight: 800;
  white-space: nowrap;
}

.page-home .mobile-menu ul li a[href="travel-hub"],
.page-home .mobile-menu ul li a[href="/travel-hub"] {
  background: rgba(244, 162, 97, 0.12) !important;
  border-color: rgba(184, 92, 56, 0.16) !important;
  color: #8b5a3c !important;
  box-shadow: 0 8px 18px rgba(38, 70, 83, 0.06) !important;
  font-weight: 600;
}

.page-home .mobile-menu ul li a[href="attractions"],
.page-home .mobile-menu ul li a[href="/attractions"] {
  background: rgba(114, 201, 126, 0.12) !important;
  border-color: rgba(47, 125, 50, 0.15) !important;
  color: #2f6f3d !important;
  box-shadow: 0 8px 18px rgba(38, 70, 83, 0.06) !important;
  font-weight: 600;
}

.page-home .mobile-menu ul li a.is-active,
.page-home .mobile-menu ul li a[aria-current] {
  border-color: rgba(245, 130, 31, 0.42) !important;
  box-shadow:
    0 14px 28px rgba(245, 130, 31, 0.14),
    0 0 0 4px rgba(233, 196, 106, 0.14) !important;
}

.page-home .mobile-menu ul li a.is-active::after,
.page-home .mobile-menu ul li a[aria-current]::after {
  background: var(--secondary);
}

.page-home .mobile-menu ul li a[href="whats-new"].is-active,
.page-home .mobile-menu ul li a[href="/whats-new"].is-active,
.page-home .mobile-menu ul li a[href="whats-new"][aria-current],
.page-home .mobile-menu ul li a[href="/whats-new"][aria-current] {
  border-color: rgba(255, 250, 242, 0.72) !important;
  box-shadow:
    0 20px 38px rgba(231, 111, 81, 0.28),
    0 0 0 5px rgba(233, 196, 106, 0.24) !important;
}

.page-home .mobile-menu ul li a[href="whats-new"].is-active::after,
.page-home .mobile-menu ul li a[href="/whats-new"].is-active::after,
.page-home .mobile-menu ul li a[href="whats-new"][aria-current]::after,
.page-home .mobile-menu ul li a[href="/whats-new"][aria-current]::after {
  background: #fffaf2;
}

.page-home .mobile-menu ul li a[href="travel-hub"].is-active,
.page-home .mobile-menu ul li a[href="/travel-hub"].is-active,
.page-home .mobile-menu ul li a[href="travel-hub"][aria-current],
.page-home .mobile-menu ul li a[href="/travel-hub"][aria-current],
.page-home .mobile-menu ul li a[href="attractions"].is-active,
.page-home .mobile-menu ul li a[href="/attractions"].is-active,
.page-home .mobile-menu ul li a[href="attractions"][aria-current],
.page-home .mobile-menu ul li a[href="/attractions"][aria-current] {
  box-shadow:
    0 10px 22px rgba(38, 70, 83, 0.08),
    0 0 0 4px rgba(233, 196, 106, 0.18) !important;
}

@media (max-width: 767px) {
  .page-home .home-booking-highlights {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: stretch;
    gap: 0.38rem;
    margin-top: 0.95rem;
  }

  .page-home .home-booking-highlights span {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    min-height: 0;
    padding: 0.45rem 0.32rem;
    font-size: clamp(0.54rem, 2.15vw, 0.66rem);
    line-height: 1.2;
    white-space: normal;
    overflow: visible;
    text-overflow: clip;
    justify-content: center;
    text-align: center;
    text-wrap: balance;
  }

  .page-home header nav.container {
    min-height: 74px;
    padding: 0.52rem 0 0.42rem;
  }

  .page-home header nav .logo {
    max-width: calc(100% - 0.75rem);
    padding: 0.52rem 0.72rem 0.52rem 0.62rem;
    border-radius: 1.2rem;
  }

  .page-home header nav .logo img {
    width: 40px;
  }

  .page-home header nav .logo span {
    font-size: 1rem;
  }

  .page-home header nav .menu-toggle {
    width: 44px;
    height: 44px;
  }
}
