.header-space { height: 110px; }
.site-header { height: 110px; z-index: 80; }
.navigation { display: grid; grid-template-columns: 1fr 106px 1fr; gap: 44px; width: 87.5%; height: 100%; }
.navigation .moon-logo { justify-self: center; }
.desktop-menu { display: flex; align-items: center; gap: clamp(18px,2.5vw,40px); }
.desktop-menu a { font: 500 15px/1.3 var(--body); text-transform: uppercase; letter-spacing: .055em; white-space: nowrap; }
.desktop-menu a:hover { color: #667349; }
.menu-left { justify-content: flex-end; }
.menu-right { justify-content: flex-start; }
.desktop-menu .home-link { padding: 12px 21px; border-radius: 40px; background: #171713; color: white; }
.menu-toggle { width: 44px; border: 0; background: transparent; padding: 12px 8px; gap: 6px; }
.menu-toggle span { width: 25px; height: 1px; background: #222; display: block; transition: transform .2s; }
.menu-toggle[aria-expanded=true] span:first-child { transform: translateY(3.5px) rotate(45deg); }
.menu-toggle[aria-expanded=true] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
.mobile-menu:not([hidden]) { display: flex; position: absolute; top: 100%; right: 0; width: 100%; max-height: calc(100dvh - 84px); overflow: auto; padding: 20px 6%; flex-direction: column; gap: 4px; background: #fff; border-top: 1px solid #e8e8e3; box-shadow: 0 16px 25px #0000000f; z-index: 90; }
.mobile-menu a { padding: 9px 0; font-size: 21px; }
#booking-home { display: flow-root; min-height: 126px; }
#booking-dock { display: none; }
.compact-placeholder, .compact-search-icon { display: none; }
.is-booking-sticky .site-header { position: fixed; inset: 0 0 auto; height: 84px; background: #fff; border-bottom: 1px solid #e8e8e0; box-shadow: 0 3px 18px #00000008!important; animation: header-enter .18s ease-out; }
.is-booking-sticky .navigation { display: flex; width: 92%; max-width: 1240px; gap: 24px; justify-content: center; }
.is-booking-sticky .desktop-menu { display: none; }
.is-booking-sticky .navigation .moon-logo { width: 66px; flex: 0 0 66px; }
.is-booking-sticky .menu-toggle { display: grid; margin-left: 0; flex-shrink: 0; }
.is-booking-sticky #booking-dock { display: block; flex: 1; max-width: 750px; margin-left: 0; min-width: 0; }
.is-booking-sticky .search-section { width: 100%; max-width: none; margin: 0; scroll-margin-top: 0; }
.is-booking-sticky .search-pill { height: 58px; box-shadow: 0 3px 9px #0000000d; }
.is-booking-sticky .search-segment { padding: 8px 20px; flex-direction: row; align-items: center; justify-content: flex-start; gap: 10px; }
.is-booking-sticky .search-segment strong { display: none; }
.is-booking-sticky .search-segment>span { font-size: 16px; line-height: 1.4; color: #242423; }
.is-booking-sticky .search-segment:not(.selected)>.compact-placeholder { display: block; }
.is-booking-sticky .search-segment:not(.selected)>#destination-display,
.is-booking-sticky .search-segment:not(.selected)>#dates-display,
.is-booking-sticky .search-segment:not(.selected)>#guests-display { display: none; }
.is-booking-sticky .search-segment .compact-search-icon { display: block; width: 32px; height: 32px; flex-shrink: 0; }
.is-booking-sticky .destination-trigger { flex: 1.15; }
.is-booking-sticky .dates-trigger { flex: 1; }
.is-booking-sticky .guests-trigger { flex: .95; }
.is-booking-sticky .search-divider { height: 26px; }
.is-booking-sticky .search-submit { width: 44px; height: 44px; margin-right: 6px; }
.is-booking-sticky .search-submit svg { width: 22px; height: 22px; }
.is-booking-sticky .search-popover { top: calc(100% + 17px); }
@keyframes header-enter { from { transform: translateY(-12px); opacity: .5; } to { transform: translateY(0); opacity: 1; } }
.discover { scroll-margin-top: 100px; }
.sticky-resort-nav { display: none; }
.sticky-resort-button { display: flex; align-items: center; justify-content: center; gap: 9px; min-height: 42px; padding: 3px 17px 3px 11px; border: 1px solid transparent; border-radius: 30px; background: transparent; color: #74776e; font: 500 14px/1.3 var(--body); transition: background .15s,color .15s; }
.sticky-resort-button img { width: 34px; height: 34px; object-fit: contain; }
.sticky-resort-button.active { color: #253023; background: #eeede5; border-color: #e1e1d5; }
.sticky-resort-button:hover { background: #f5f4ee; color: #253023; }
.sticky-resort-button:focus-visible { outline: 2px solid #68764e; outline-offset: 2px; }
@media (min-width: 761px) {
 html { scroll-padding-top: 138px; }
 .is-booking-sticky .site-header { height: 138px; }
 .is-booking-sticky .navigation { height: 84px; }
 .is-booking-sticky .sticky-resort-nav { display: flex; align-items: center; justify-content: center; gap: 12px; height: 54px; padding: 0 20px 8px; background: #fff; }
 .discover, #resort-content { scroll-margin-top: 16px; }
}
@media (min-width: 1500px) { .header-space, .site-header { height: 116px; } }
@media (max-width: 1150px) {
  #booking-home { min-height: 118px; }
  .navigation { gap: 26px; }
  .desktop-menu { gap: 17px; }
  .desktop-menu a { font-size: 13px; }
  .desktop-menu .home-link { padding: 11px 17px; }
}
@media (max-width: 850px) {
  .navigation { gap: 20px; }
  .desktop-menu { gap: 12px; }
  .desktop-menu a { font-size: 12px; letter-spacing: 0; }
  .desktop-menu .home-link { padding: 10px 14px; }
}
@media (max-width: 760px) {
  html { scroll-padding-top: 132px; }
  .header-space, .site-header { height: 88px; }
  .navigation { display: grid; width: 92%; grid-template-columns: 44px 1fr 44px; height: 88px; gap: 8px; }
  .navigation .moon-logo { grid-column: 2; width: 84px; }
  .desktop-menu { display: none; }
  .menu-toggle { grid-column: 3; margin-left: 0; }
  #booking-home { min-height: 99px; }
  .discover, #resort-content { scroll-margin-top: 12px; }
  .is-booking-sticky .site-header { height: 132px; }
  .is-booking-sticky .navigation { width: 96%; gap: 8px; height: 70px; }
  .is-booking-sticky .sticky-resort-nav { display: flex; align-items: center; justify-content: center; gap: 5px; height: 62px; padding: 0 9px 8px; background: #fff; }
  .sticky-resort-button { flex: 1; flex-direction: column; gap: 1px; min-width: 0; max-width: 150px; min-height: 52px; padding: 3px 4px; border-radius: 15px; font-size: 11px; white-space: nowrap; }
  .sticky-resort-button img { width: 28px; height: 28px; }
  .is-booking-sticky .navigation .moon-logo { width: 44px; flex-basis: 44px; }
  .is-booking-sticky #booking-dock { margin-left: 0; }
  .is-booking-sticky .menu-toggle { width: 28px; padding: 10px 2px; }
  .is-booking-sticky .menu-toggle span { width: 23px; }
  .is-booking-sticky .search-pill { height: 48px; padding-right: 0; }
  .is-booking-sticky .search-segment { padding: 7px 8px; justify-content: center; gap: 0; }
  .is-booking-sticky .search-segment>span { font-size: 12px; }
  .is-booking-sticky .search-segment .compact-search-icon { display: none; }
  .is-booking-sticky .search-divider { height: 20px; }
  .is-booking-sticky .search-submit { width: 34px; height: 34px; margin-right: 5px; }
  .is-booking-sticky .search-submit svg { width: 18px; height: 18px; }
  .is-booking-sticky .search-popover { position: fixed; top: auto; bottom: 16px; left: 16px; right: 16px; width: auto; max-height: calc(100dvh - 100px); transform: none; }
  .mobile-menu:not([hidden]) { top: 100%; }
}
@media (prefers-reduced-motion: reduce) { .is-booking-sticky .site-header { animation: none; } }
