/* Custom Menu Styling - Turquoise Theme */

#menu {
  /* Turquoise gradient background */
  background: linear-gradient(135deg, #5dd6c4 0%, #4ab8a8 100%) !important;
  color: #ffffff !important;
  padding: 2.5em 1.75em;
  box-shadow: 0 0 2em 0 rgba(0, 0, 0, 0.175);
  pointer-events: auto !important;
}

#menu .inner {
  margin: 0;
  background: transparent !important;
  pointer-events: auto !important;
}

#menu h2 {
  color: #ffffff !important;
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
  padding-bottom: 1em;
  margin-bottom: 1em;
  font-weight: 600;
  letter-spacing: 0.1em;
  pointer-events: auto !important;
}

#menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  pointer-events: auto !important;
}

#menu ul > li {
  border-top: solid 1px rgba(255, 255, 255, 0.2) !important;
  margin: 0;
  padding: 0;
  pointer-events: auto !important;
}

#menu ul > li:first-child {
  border-top: 0 !important;
}

#menu ul > li > a {
  color: #ffffff !important;
  display: block;
  padding: 1em 0;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
  font-weight: 400;
  pointer-events: auto !important;
  cursor: pointer !important;
}

#menu ul > li > a:hover {
  color: rgba(255, 255, 255, 0.8) !important;
  padding-left: 0.5em;
}

#menu .close {
  /* Hide the close button - not needed, user can click outside */
  display: none !important;
}

/* Smooth fade for page wrapper - but keep it interactive */
body.is-menu-visible #page-wrapper {
  opacity: 0.35;
  transition: opacity 0.8s cubic-bezier(0.25, 0.1, 0.25, 1) !important;
  pointer-events: none !important;
}

/* Build timestamp: 1760137800 */
