/* Crystal mega — luxury two-panel, photo + product list */

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

#chb-mega {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 10050;
  width: 100%;
  background: #fffcf8;
  border-top: 1px solid #c9a84c;
  box-shadow: 0 32px 64px rgba(30, 42, 28, 0.2);
}
#chb-mega.is-open {
  display: block;
}

.chb-mega-inner {
  display: grid;
  grid-template-columns: minmax(320px, 36%) minmax(0, 1fr);
  min-height: 400px;
  width: 100%;
}

.chb-mega-aside {
  position: relative;
  min-height: 380px;
  padding: 2.4rem 2.1rem 2rem;
  background: #1e2a1c;
  overflow: hidden;
  color: #fffef8;
}
.chb-mega-aside img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.52;
}
.chb-mega-aside .shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(105deg, rgba(18, 22, 16, 0.72) 0%, rgba(18, 22, 16, 0.28) 55%, rgba(18, 22, 16, 0.55) 100%),
    linear-gradient(180deg, transparent 40%, rgba(12, 14, 10, 0.78) 100%);
}
.chb-mega-aside .copy {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 320px;
}
.chb-mega-aside .eye {
  margin: 0 0 0.7rem;
  font-family: Montserrat, system-ui, sans-serif;
  font-size: 0.64rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #e0c878;
}
.chb-mega-aside h3 {
  margin: 0 0 0.85rem;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 600;
  font-size: 2.75rem;
  line-height: 0.98;
  letter-spacing: -0.03em;
  color: #fffef8;
}
.chb-mega-aside p.blurb {
  margin: 0;
  max-width: 18rem;
  font-family: Montserrat, system-ui, sans-serif;
  font-size: 0.9rem;
  line-height: 1.6;
  color: #efe7dc;
}
.chb-mega-aside .cta {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  min-height: 46px;
  padding: 0 22px;
  background: #c9a84c;
  color: #2a2208;
  border-radius: 999px;
  font-family: Montserrat, system-ui, sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
}
.chb-mega-aside .cta:hover {
  background: #d4b45c;
  color: #2a2208;
}

.chb-mega-main {
  display: flex;
  flex-direction: column;
  padding: 2rem 2.4rem 1.6rem;
  background: #fffcf8;
}
.chb-mega-kicker {
  margin: 0 0 1.15rem;
  font-family: Montserrat, system-ui, sans-serif;
  font-size: 0.64rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #c9a84c;
}
.chb-mega-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 2.4rem;
  flex: 1 1 auto;
}
.chb-mega-links a {
  display: flex;
  align-items: center;
  min-height: 54px;
  padding: 0 4px;
  border-bottom: 1px solid #eee6dc;
  color: #2f3d2a;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.22rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  text-decoration: none;
  transition: color 0.15s ease, padding-left 0.15s ease;
}
.chb-mega-links a:hover {
  color: #c9a84c;
  padding-left: 8px;
}
.chb-mega-foot {
  margin-top: 1.35rem;
  display: inline-flex;
  align-self: flex-start;
  font-family: Montserrat, system-ui, sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #2f3d2a;
  text-decoration: none;
  border-bottom: 1px solid #c9a84c;
  padding-bottom: 4px;
}
.chb-mega-foot:hover {
  color: #c9a84c;
}

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