:root {
  --cosmo-chrome-navy: #071f36;
  --cosmo-chrome-teal: #078a98;
  --cosmo-chrome-orange: #f26722;
  --cosmo-chrome-orange-dark: #d94f10;
  --cosmo-chrome-ivory: #fffdf8;
  --cosmo-chrome-container: 1280px;
}

/* Shared utility bar and primary navigation */
body .cosmo-site-header {
  position: relative;
  z-index: 40;
  width: 100%;
  background: var(--cosmo-chrome-ivory);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
body .cosmo-site-header #tbar-upmenu {
  min-height: 34px !important;
  padding: 0 !important;
  background: var(--cosmo-chrome-navy) !important;
  color: rgba(255,255,255,.76) !important;
  font-size: 12.5px;
  line-height: 1.4;
}
body .cosmo-site-header .cosmo-utility-inner {
  width: min(calc(100% - 34px), var(--cosmo-chrome-container)) !important;
  min-height: 34px;
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin: 0 auto !important;
  padding: 0 !important;
}
body .cosmo-site-header .cosmo-utility-inner p {
  margin: 0 !important;
  color: inherit !important;
  font-size: inherit !important;
}
body .cosmo-site-header .cosmo-utility-links {
  display: flex;
  align-items: center;
  gap: 10px;
}
body .cosmo-site-header .cosmo-utility-links a {
  color: rgba(255,255,255,.84) !important;
  text-decoration: none !important;
}
body .cosmo-site-header .cosmo-utility-links a:hover,
body .cosmo-site-header .cosmo-utility-links a:focus-visible {
  color: #fff !important;
}

body .cosmo-site-header .cosmo-navigation-shell,
body .cosmo-site-header .cosmo-navigation-shell.fixedmenu {
  position: relative !important;
  inset: auto !important;
  z-index: 100;
  min-height: 88px;
  padding: 0 !important;
  background: rgba(255,253,248,.98) !important;
  background-color: var(--cosmo-chrome-ivory) !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(7,31,54,.08) !important;
  box-shadow: none !important;
  backdrop-filter: blur(12px);
}
body .cosmo-site-header .cosmo-navigation-shell::before,
body .cosmo-site-header .cosmo-navigation-shell::after {
  display: none !important;
}
body .cosmo-site-header #lmpart.cosmo-header-inner {
  position: relative;
  width: min(calc(100% - 34px), var(--cosmo-chrome-container)) !important;
  max-width: none !important;
  min-height: 88px;
  display: grid !important;
  grid-template-columns: auto minmax(420px,1fr) auto;
  align-items: center;
  gap: 28px;
  margin: 0 auto !important;
  padding: 0 !important;
}
body .cosmo-site-header #tbar-logo {
  width: auto !important;
  min-width: 0;
  margin: 0 !important;
  padding: 0 !important;
}
body .cosmo-site-header #tbar-logo p {
  margin: 0 !important;
}
body .cosmo-site-header .cosmo-warm-brand {
  display: inline-flex !important;
  align-items: center;
  gap: 11px;
  color: var(--cosmo-chrome-navy) !important;
  line-height: 1;
  text-decoration: none !important;
}
body .cosmo-site-header .cosmo-warm-brand img {
  width: 51px !important;
  height: 51px !important;
  max-width: none !important;
  object-fit: contain;
}
body .cosmo-site-header .cosmo-warm-brand span {
  display: flex;
  flex-direction: column;
}
body .cosmo-site-header .cosmo-warm-brand strong {
  color: var(--cosmo-chrome-navy) !important;
  font-family: inherit !important;
  font-size: 16px !important;
  font-weight: 900 !important;
  letter-spacing: .045em !important;
  line-height: 1.04;
}
body .cosmo-site-header .cosmo-warm-brand small {
  margin-top: 6px;
  color: var(--cosmo-chrome-teal) !important;
  font-size: 10.8px !important;
  font-weight: 900 !important;
  letter-spacing: .23em !important;
  line-height: 1;
}

body .cosmo-site-header #mainmenu {
  width: auto !important;
  min-width: 0;
  display: block !important;
  margin: 0 !important;
  background: transparent !important;
  background-color: transparent !important;
  box-shadow: none !important;
}
body .cosmo-site-header #mainmenu > ul.menu,
body .cosmo-site-header #mainmenu > ul.mod-menu {
  width: auto !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: clamp(18px, 2vw, 29px) !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}
body .cosmo-site-header #mainmenu ul.menu > li,
body .cosmo-site-header #mainmenu ul.mod-menu > li {
  position: relative;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}
body .cosmo-site-header #mainmenu ul.menu > li > a,
body .cosmo-site-header #mainmenu ul.mod-menu > li > a {
  position: relative;
  min-height: 88px;
  display: flex !important;
  align-items: center;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #203345 !important;
  font-size: 12.8px !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
  line-height: 1.2 !important;
  text-decoration: none !important;
  text-shadow: none !important;
  white-space: nowrap;
}
body .cosmo-site-header #mainmenu ul.menu > li > a::after,
body .cosmo-site-header #mainmenu ul.mod-menu > li > a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: 20px !important;
  height: 3px;
  border-radius: 3px;
  background: var(--cosmo-chrome-orange);
  transform: none !important;
  transition: right .2s ease;
}
body .cosmo-site-header #mainmenu ul.menu > li > a:hover,
body .cosmo-site-header #mainmenu ul.menu > li.active > a,
body .cosmo-site-header #mainmenu ul.mod-menu > li > a:hover,
body .cosmo-site-header #mainmenu ul.mod-menu > li.active > a {
  color: var(--cosmo-chrome-orange-dark) !important;
}
body .cosmo-site-header #mainmenu ul.menu > li > a:hover::after,
body .cosmo-site-header #mainmenu ul.menu > li.active > a::after,
body .cosmo-site-header #mainmenu ul.mod-menu > li > a:hover::after,
body .cosmo-site-header #mainmenu ul.mod-menu > li.active > a::after {
  right: 0;
}

body .cosmo-header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
}
body .cosmo-currency {
  color: var(--cosmo-chrome-navy);
  font-size: 12px;
  font-weight: 900;
  white-space: nowrap;
}
body .cosmo-currency i {
  padding-inline: 4px;
  color: #a4afb3;
  font-style: normal;
}
body .cosmo-whatsapp-button {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  display: grid !important;
  place-items: center;
  border-radius: 50%;
  background: #22bd68 !important;
  color: #fff !important;
  box-shadow: 0 8px 22px rgba(34,189,104,.22);
  text-decoration: none !important;
}
body .cosmo-whatsapp-button svg {
  width: 22px;
  height: 22px;
  display: block;
  fill: currentColor;
}
body .cosmo-header-cta {
  min-height: 46px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  padding: 11px 20px !important;
  border: 0 !important;
  border-radius: 11px;
  background: var(--cosmo-chrome-orange) !important;
  color: #fff !important;
  box-shadow: 0 10px 25px rgba(242,103,34,.25);
  font-size: 13px !important;
  font-weight: 900 !important;
  line-height: 1.2;
  text-decoration: none !important;
  white-space: nowrap;
  transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}
body .cosmo-header-cta:hover,
body .cosmo-header-cta:focus-visible {
  transform: translateY(-2px);
  background: var(--cosmo-chrome-orange-dark) !important;
  box-shadow: 0 13px 30px rgba(242,103,34,.34);
}
body .cosmo-site-header .cosmo-nav-toggle {
  display: none !important;
  width: 44px !important;
  height: 44px !important;
  margin: 0 !important;
  padding: 9px !important;
  border: 0 !important;
  background: transparent !important;
}
body .cosmo-site-header .cosmo-nav-toggle span {
  width: 24px !important;
  height: 2px !important;
  display: block !important;
  margin: 5px auto !important;
  border-radius: 2px;
  background: var(--cosmo-chrome-navy) !important;
}

/* Shared site footer */
body footer#site-footer.cosmo-site-footer {
  width: 100%;
  display: block;
  margin: 0 !important;
  padding: 72px 0 0 !important;
  background: var(--cosmo-chrome-navy) !important;
  color: rgba(255,255,255,.70) !important;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  text-align: left !important;
}
body .cosmo-footer-grid,
body .cosmo-footer-bottom {
  width: min(calc(100% - 40px), 1220px);
  margin: 0 auto;
}
body .cosmo-footer-grid {
  display: grid;
  grid-template-columns: 1.6fr repeat(3,1fr);
  gap: 55px;
  padding-bottom: 54px;
}
body .cosmo-footer-logo {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: #fff !important;
  text-decoration: none !important;
}
body .cosmo-footer-logo img {
  width: 51px;
  height: 51px;
  object-fit: contain;
}
body .cosmo-footer-logo span {
  display: flex;
  flex-direction: column;
  line-height: 1.04;
}
body .cosmo-footer-logo strong {
  color: #fff !important;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: .045em;
}
body .cosmo-footer-logo small {
  margin-top: 6px;
  color: #2db7c1 !important;
  font-size: 10.8px;
  font-weight: 900;
  letter-spacing: .23em;
}
body .cosmo-footer-brand p {
  max-width: 390px;
  margin: 22px 0 0;
  color: rgba(255,255,255,.72) !important;
  font-size: 14px !important;
  line-height: 1.65;
}
body .cosmo-footer-column {
  display: flex;
  flex-direction: column;
  gap: 9px;
  min-width: 0;
  font-size: 13.5px;
  text-align: left !important;
}
body .cosmo-footer-column h2 {
  margin: 0 0 8px !important;
  color: #fff !important;
  font-family: inherit !important;
  font-size: 12.5px !important;
  font-weight: 900 !important;
  letter-spacing: .12em !important;
  line-height: 1.4 !important;
  text-transform: uppercase;
}
body .cosmo-footer-column a,
body .cosmo-footer-column span {
  color: rgba(255,255,255,.70) !important;
  line-height: 1.55;
  text-decoration: none !important;
  overflow-wrap: anywhere;
}
body .cosmo-footer-column a:hover,
body .cosmo-footer-column a:focus-visible {
  color: #fff !important;
}
body .cosmo-footer-bottom {
  min-height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-top: 1px solid rgba(255,255,255,.11);
  color: rgba(255,255,255,.68);
  font-size: 12px;
}
body .cosmo-footer-bottom p {
  margin: 0 !important;
  color: inherit !important;
  font-size: inherit !important;
}

@media (max-width: 1080px) {
  body .cosmo-site-header #lmpart.cosmo-header-inner {
    display: flex !important;
  }
  body .cosmo-site-header #mainmenu {
    position: absolute;
    top: calc(100% - 1px);
    left: 0;
    right: 0;
    z-index: 110;
    display: none !important;
    width: 100% !important;
    padding: 13px 22px 17px !important;
    border: 1px solid rgba(7,31,54,.09);
    border-top: 0;
    background: var(--cosmo-chrome-ivory) !important;
    box-shadow: 0 18px 35px rgba(7,31,54,.14);
  }
  body .cosmo-site-header #mainmenu.is-open {
    display: block !important;
  }
  body .cosmo-site-header #mainmenu > ul.menu,
  body .cosmo-site-header #mainmenu > ul.mod-menu {
    display: flex !important;
    align-items: stretch;
    flex-direction: column;
    gap: 0 !important;
  }
  body .cosmo-site-header #mainmenu ul.menu > li > a,
  body .cosmo-site-header #mainmenu ul.mod-menu > li > a {
    min-height: 44px;
    width: 100%;
  }
  body .cosmo-site-header #mainmenu ul.menu > li > a::after,
  body .cosmo-site-header #mainmenu ul.mod-menu > li > a::after {
    bottom: 4px !important;
  }
  body .cosmo-site-header .cosmo-nav-toggle {
    display: block !important;
    order: 4;
  }
  body .cosmo-header-actions {
    margin-left: auto;
  }
  body .cosmo-footer-grid {
    grid-template-columns: repeat(2,1fr);
  }
}

@media (max-width: 680px) {
  body .cosmo-site-header #tbar-upmenu {
    display: none !important;
  }
  body .cosmo-site-header .cosmo-navigation-shell,
  body .cosmo-site-header #lmpart.cosmo-header-inner {
    min-height: 76px;
  }
  body .cosmo-site-header #lmpart.cosmo-header-inner {
    width: min(calc(100% - 28px), var(--cosmo-chrome-container)) !important;
  }
  body .cosmo-site-header .cosmo-warm-brand img {
    width: 42px !important;
    height: 42px !important;
  }
  body .cosmo-site-header .cosmo-warm-brand strong {
    font-size: 13.8px !important;
  }
  body .cosmo-site-header .cosmo-warm-brand small {
    margin-top: 5px;
    font-size: 9.6px !important;
  }
  body .cosmo-header-actions {
    display: none;
  }
  body .cosmo-site-header .cosmo-nav-toggle {
    margin-left: auto !important;
  }
  body footer#site-footer.cosmo-site-footer {
    padding-top: 55px !important;
  }
  body .cosmo-footer-grid {
    grid-template-columns: 1fr;
    gap: 33px;
    padding-bottom: 42px;
  }
  body .cosmo-footer-bottom {
    min-height: 86px;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    gap: 3px;
  }
}

/* Keep the floating homepage availability card above the legacy main layer. */
body.cosmo-warm-home main#main {
  z-index: 1 !important;
}

/* Reference position: let the homepage availability card cross the hero edge. */
@media (min-width: 901px) {
  body.cosmo-warm-home #cosmo-booking {
    margin-top: -159px !important;
  }
}
