/* Sección de Menú */
#menu {
  background: #2c2416;
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

#menu .bg-glow {
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(212, 165, 116, 0.1) 0%, transparent 70%);
  pointer-events: none;
}

#menu .container {
  position: relative;
  z-index: 1;
}

#menu .title-wrapper {
  display: inline-block;
  position: relative;
}

#menu .title-glow {
  position: absolute;
  inset: -10px;
  background: linear-gradient(45deg, #d4a574, #e6c89f, #d4a574);
  border-radius: 50px;
  opacity: 0.3;
  filter: blur(20px);
}

#menu .title-text {
  color: #d4a574;
  font-weight: 700;
  letter-spacing: 2px;
  position: relative;
  text-shadow: 0 0 20px rgba(212, 165, 116, 0.5);
  margin-bottom: 0;
  padding: 0.75rem 3rem;
}

#menu .menu-card {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.05) 100%);
  border-radius: 20px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(212, 165, 116, 0.3);
  padding: 3rem;
}

#menu .menu-course {
  font-size: 1.15rem;
  line-height: 1.9;
  color: #f5f5f5;
  font-weight: 300;
  margin-bottom: 0;
}

#menu .menu-course strong {
  color: #d4a574;
}

#menu .menu-separator {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 1.5rem 0;
}

#menu .separator-line {
  flex: 1;
  height: 2px;
}

#menu .separator-line.left {
  background: linear-gradient(to right, transparent, rgba(212, 165, 116, 0.6), transparent);
}

#menu .separator-line.right {
  background: linear-gradient(to left, transparent, rgba(212, 165, 116, 0.6), transparent);
}

#menu .separator-diamond {
  margin: 0 20px;
  width: 8px;
  height: 8px;
  background: #d4a574;
  transform: rotate(45deg);
  box-shadow: 0 0 10px rgba(212, 165, 116, 0.8);
}

#menu .bebidas-text {
  font-size: 1.1rem;
  line-height: 1.9;
  color: #e0e0e0;
  font-weight: 300;
  margin-bottom: 1rem;
}

#menu .extras-text {
  font-size: 1.1rem;
  line-height: 1.9;
  color: #e0e0e0;
  font-weight: 300;
  margin-bottom: 0;
}

#menu .catering-credit {
  font-size: 0.95rem;
  color: rgba(212, 165, 116, 0.8);
  letter-spacing: 1px;
}
