/* Crystal mega menu — full-bleed, forest panel, ivory lists */

@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-host,
#chb-mega-host {
  position: relative !important;
  z-index: 80;
}

#chb-mega {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 10050;
  width: 100%;
  margin: 0;
  background: #fffcf8;
  border: 0;
  border-top: 3px solid #c9a84c;
  border-radius: 0 0 20px 20px;
  box-shadow: 0 28px 56px rgba(30, 42, 28, 0.18);
  overflow: hidden;
}
#chb-mega.is-open {
  display: block;
}

.chb-mega-inner {
  display: grid;
  grid-template-columns: minmax(280px, 34%) minmax(0, 1fr);
  width: 100%;
  max-width: none;
  min-height: 340px;
}
.chb-mega-aside {
  position: relative;
  background: #1e2a1c;
  color: #fffef8;
  padding: 2rem 1.7rem 1.7rem;
  overflow: hidden;
  min-height: 340px;
}
.chb-mega-aside img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.38;
}
.chb-mega-aside .shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(30, 42, 28, 0.28) 0%, rgba(14, 18, 12, 0.88) 72%, #121610 100%);
}
.chb-mega-aside .copy {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 280px;
}
.chb-mega-aside .eye {
  margin: 0 0 0.55rem;
  font-family: Montserrat, system-ui, sans-serif;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #c9a84c;
}
.chb-mega-aside h3 {
  margin: 0 0 0.7rem;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 600;
  font-size: 2.35rem;
  line-height: 1.02;
  letter-spacing: -0.03em;
  color: #fffef8;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.45);
}
.chb-mega-aside p.blurb {
  margin: 0;
  max-width: 16rem;
  font-family: Montserrat, system-ui, sans-serif;
  font-size: 0.88rem;
  line-height: 1.55;
  color: #efe7dc;
}
.chb-mega-aside .cta {
  margin-top: auto;
  padding: 0 20px;
  display: inline-flex;
  align-self: flex-start;
  align-items: center;
  min-height: 44px;
  background: #c9a84c;
  color: #2a2208;
  border-radius: 999px;
  font-family: Montserrat, system-ui, sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
}
.chb-mega-aside .cta:hover {
  background: #d4b45c;
  color: #2a2208;
}

.chb-mega-main {
  padding: 1.6rem 2rem 1.7rem;
  background: #fffcf8;
}
.chb-mega-kicker {
  margin: 0 0 1rem;
  font-family: Montserrat, system-ui, sans-serif;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #c9a84c;
}
.chb-mega-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0 1.5rem;
}
.chb-mega-links a {
  display: flex;
  align-items: center;
  min-height: 48px;
  padding: 0 4px 0 14px;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #eee6dc;
  border-radius: 0;
  color: #2f3d2a;
  font-family: Montserrat, system-ui, sans-serif;
  font-size: 0.92rem;
  font-weight: 500;
  text-decoration: none;
  position: relative;
}
.chb-mega-links a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 6px;
  height: 1px;
  background: #c9a84c;
  transform: translateY(-50%);
}
.chb-mega-links a:hover {
  background: #f7f2eb;
  color: #2f3d2a;
  padding-left: 18px;
}

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