/* Crystal Health mega menu — desktop only */

@media (min-width: 1025px) {
  .elementor-location-header .elementor-nav-menu .sub-menu,
  .elementor-location-header .elementor-nav-menu--dropdown.sub-menu {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
  }
}

#chb-mega {
  display: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  z-index: 80;
  width: min(1120px, calc(100vw - 48px));
  margin-top: 0;
  background: #fffef8;
  border: 1px solid #eee6dc;
  border-top: 2px solid #c9a84c;
  border-radius: 0 0 16px 16px;
  box-shadow: 0 24px 48px rgba(18, 10, 8, 0.12);
  overflow: hidden;
}
#chb-mega.is-open {
  display: block;
}
#chb-mega-host {
  position: relative;
  z-index: 70;
}

.chb-mega-inner {
  display: grid;
  grid-template-columns: 280px 1fr;
  min-height: 220px;
}
.chb-mega-aside {
  position: relative;
  background: #2f3d2a;
  color: #fffef8;
  padding: 1.4rem 1.3rem 1.5rem;
  overflow: hidden;
}
.chb-mega-aside img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.35;
}
.chb-mega-aside .shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(47, 61, 42, 0.35) 0%, rgba(20, 16, 14, 0.82) 100%);
}
.chb-mega-aside .copy {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 200px;
}
.chb-mega-aside .eye {
  margin: 0 0 0.4rem;
  font-family: Montserrat, system-ui, sans-serif;
  font-size: 0.68rem;
  font-weight: 750;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #e0c878;
}
.chb-mega-aside h3 {
  margin: 0 0 0.55rem;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 600;
  font-size: 1.85rem;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: #fffef8;
}
.chb-mega-aside p {
  margin: 0;
  font-family: Montserrat, system-ui, sans-serif;
  font-size: 0.86rem;
  line-height: 1.5;
  color: #f3eadc;
}
.chb-mega-aside .cta {
  margin-top: auto;
  padding-top: 1.1rem;
  display: inline-flex;
  align-self: flex-start;
  align-items: center;
  min-height: 40px;
  padding-left: 16px;
  padding-right: 16px;
  background: #c9a84c;
  color: #2a2208;
  border-radius: 999px;
  font-family: Montserrat, system-ui, sans-serif;
  font-size: 0.78rem;
  font-weight: 650;
  letter-spacing: 0.04em;
  text-decoration: none;
}
.chb-mega-aside .cta:hover {
  background: #d4b45c;
  color: #2a2208;
}

.chb-mega-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.55rem 0.75rem;
  padding: 1.25rem 1.35rem;
  align-content: start;
}
.chb-mega-links a {
  display: flex;
  align-items: center;
  min-height: 48px;
  padding: 0.65rem 0.9rem;
  background: #f7f2eb;
  border: 1px solid #eee6dc;
  border-radius: 10px;
  color: #2f3d2a;
  font-family: Montserrat, system-ui, sans-serif;
  font-size: 0.92rem;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: 0.01em;
}
.chb-mega-links a:hover {
  background: #fff;
  border-color: #c9a84c;
  color: #2f3d2a;
}

@media (max-width: 1024px) {
  #chb-mega,
  #chb-mega-host {
    display: none !important;
  }
}
