.cg-global-header {
  position: fixed;
  z-index: 100000;
  inset: 0 0 auto;
  min-height: 82px;
  display: flex;
  align-items: center;
  gap: 22px;
  padding: 10px clamp(16px, 4vw, 64px);
  color: #fff7df;
  background: linear-gradient(180deg, rgba(7, 10, 5, .94), rgba(7, 10, 5, .72), rgba(7, 10, 5, .08));
  box-shadow: 0 14px 36px rgba(0, 0, 0, .18);
  box-sizing: border-box;
}

.site-header,
.site-header.solid,
.lux-header:not(.cg-global-header),
.header-contact,
.header-icon-link,
.header-contact-icon,
.header-call,
.header-whatsapp,
.header-phone,
.lux-toggle,
.nav-toggle {
  display: none !important;
}

body {
  padding-top: 0;
}

.lux-hero,
.menu-hero,
.cele-hero {
  padding-top: 82px;
}

.cg-global-header * {
  box-sizing: border-box;
}

.cg-global-brand {
  display: grid;
  gap: 2px;
  min-width: 138px;
  color: #fff7df;
  text-decoration: none;
  font-family: Cinzel, Georgia, serif;
  font-weight: 800;
  line-height: .95;
  letter-spacing: .04em;
  text-transform: uppercase;
  text-shadow: 0 2px 18px rgba(0, 0, 0, .34);
}

.cg-global-brand strong {
  font-size: 28px;
}

.cg-global-brand span {
  font-size: 12px;
  letter-spacing: .24em;
}

.cg-nav-toggle {
  position: absolute;
  inline-size: 1px;
  block-size: 1px;
  opacity: 0;
  pointer-events: none;
}

.cg-nav-button {
  display: none;
  margin-left: auto;
  min-height: 42px;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  border: 1px solid rgba(214, 166, 74, .45);
  border-radius: 8px;
  color: #fff7df;
  background: rgba(255, 255, 255, .08);
  font: 900 12px/1 Inter, Arial, sans-serif;
  letter-spacing: .08em;
  text-transform: uppercase;
  cursor: pointer;
}

.cg-nav-button::before {
  content: "";
  width: 18px;
  height: 12px;
  border-top: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  box-shadow: inset 0 5px 0 -3px currentColor;
}

.cg-global-nav {
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(10px, 1.35vw, 22px);
  min-width: 0;
  font: 900 11px/1.15 Inter, Arial, sans-serif;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.cg-global-nav a,
.cg-global-nav summary {
  color: #fff7df;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
}

.cg-nav-link,
.cg-menu-summary {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 0;
  border-bottom: 2px solid transparent;
}

.cg-nav-link:hover,
.cg-nav-link:focus-visible,
.cg-menu-summary:hover,
.cg-menu-summary:focus-visible {
  color: #f4d691;
  border-color: #d6a64a;
  outline: 0;
}

.cg-nav-group {
  position: relative;
}

.cg-nav-group summary {
  list-style: none;
}

.cg-nav-group summary::-webkit-details-marker {
  display: none;
}

.cg-nav-group summary::after {
  content: "";
  width: 6px;
  height: 6px;
  margin-left: 7px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
  opacity: .78;
}

.cg-submenu {
  position: absolute;
  top: calc(100% + 8px);
  left: 50%;
  min-width: 250px;
  display: grid;
  gap: 4px;
  padding: 12px;
  border: 1px solid rgba(214, 166, 74, .34);
  border-radius: 10px;
  background: rgba(12, 15, 8, .97);
  box-shadow: 0 22px 48px rgba(0, 0, 0, .32);
  transform: translateX(-50%);
}

.cg-submenu a {
  display: block;
  padding: 11px 12px;
  border-radius: 7px;
  color: rgba(255, 247, 223, .92);
  font-size: 11px;
  letter-spacing: .04em;
}

.cg-submenu a:hover,
.cg-submenu a:focus-visible {
  color: #f4d691;
  background: rgba(214, 166, 74, .12);
  outline: 0;
}

.cg-reserve-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  padding: 12px 18px;
  border-radius: 7px;
  color: #fff8e9 !important;
  text-decoration: none;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .02em;
  background: linear-gradient(135deg, #314219, #6b1e1e);
  box-shadow: 0 14px 30px rgba(0, 0, 0, .28);
  white-space: nowrap;
}

.cg-reserve-cta::before {
  content: "";
  width: 20px;
  height: 20px;
  border: 2px solid currentColor;
  border-radius: 999px;
  box-shadow: inset 0 0 0 5px rgba(255,255,255,.12);
}

.cg-private-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 10px 14px;
  border: 1px solid rgba(214, 166, 74, .45);
  border-radius: 7px;
  color: #f4d691 !important;
  background: rgba(255, 255, 255, .08);
  text-decoration: none;
  white-space: nowrap;
}

.cg-private-cta:hover,
.cg-private-cta:focus-visible {
  color: #fff7df !important;
  background: rgba(214, 166, 74, .18);
  outline: 0;
}

@media (hover: hover) and (min-width: 981px) {
  .cg-nav-group:not([open]) .cg-submenu {
    display: none;
  }
}

@media (max-width: 1280px) {
  .cg-global-brand strong { font-size: 24px; }
  .cg-global-brand span { font-size: 10px; }
  .cg-global-nav {
    gap: 12px;
    font-size: 10px;
  }
  .cg-reserve-cta {
    padding: 11px 14px;
    font-size: 12px;
  }
  .cg-private-cta {
    padding: 10px 12px;
    font-size: 10px;
  }
}

@media (max-width: 980px) {
  .cg-global-header {
    min-height: 76px;
    padding: 8px 16px;
    background: rgba(7, 10, 5, .94);
  }

  .cg-global-brand {
    min-width: 120px;
  }

  .cg-global-brand strong { font-size: 20px; }
  .cg-global-brand span { font-size: 9px; }

  .cg-nav-button {
    display: inline-flex;
  }

  .cg-global-nav {
    position: absolute;
    top: 76px;
    left: 14px;
    right: 14px;
    display: none;
    max-height: calc(100vh - 92px);
    overflow: auto;
    padding: 14px;
    border: 1px solid rgba(214, 166, 74, .34);
    border-radius: 12px;
    background: rgba(7, 10, 5, .98);
    box-shadow: 0 22px 48px rgba(0, 0, 0, .34);
    flex-direction: column;
    align-items: stretch;
    gap: 6px;
    font-size: 12px;
  }

  .cg-nav-toggle:checked ~ .cg-global-nav {
    display: flex;
  }

  .cg-nav-link,
  .cg-menu-summary,
  .cg-private-cta,
  .cg-reserve-cta {
    width: 100%;
    justify-content: flex-start;
    min-height: 44px;
    padding: 12px;
    border: 0;
    border-radius: 8px;
  }

  .cg-nav-link:hover,
  .cg-menu-summary:hover {
    background: rgba(214, 166, 74, .1);
  }

  .cg-nav-group {
    width: 100%;
  }

  .cg-submenu {
    position: static;
    min-width: 0;
    margin: 0 0 6px;
    padding: 0 0 0 12px;
    border: 0;
    border-left: 1px solid rgba(214, 166, 74, .28);
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    transform: none;
  }
}

@media (max-width: 520px) {
  .cg-private-cta,
  .cg-reserve-cta {
    font-size: 11px;
  }
}
