@font-face {
  font-family: 'Evogria';
  src: url('Evogria.woff2') format('woff2'),
       url('Evogria.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Figno';
  src: url('Figno-Regular.woff2') format('woff2'),
       url('Figno-Regular.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Impact';
  src: url('Impact-regular.woff2') format('woff2'),
       url('Impact-regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 90px;
  overflow-x: hidden;
}

:root {
  --bg-color: #08080a;
  --text-light: #f9fafb;
  --text-muted: #9ca3af;
  --accent: #ffcc00; /* Phosphorescent Yellow */
  --accent-hover: #e0b400;
  --panel-border: rgba(255, 255, 255, 0.08);
  --font-serif: 'Playfair Display', Georgia, serif;
  --font-sans: 'Outfit', sans-serif;
  --safe-top: env(safe-area-inset-top, 0px);
  --safe-bottom: env(safe-area-inset-bottom, 0px);
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: var(--font-sans);
  background-color: var(--bg-color);
  background-image: url('images/fondo_muri1.webp');
  background-size: 100% auto;
  background-position: top center;
  background-repeat: repeat-y;
  background-attachment: scroll;
  color: var(--text-light);
  min-height: 100vh;
  overflow-x: hidden;
  line-height: 1.6;
}

body.menu-open {
  overflow: hidden;
}

/* Ambient Light & Shadow Overlay */
.bg-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at 50% 30%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
  z-index: -2;
  pointer-events: none;
}

/* NAVIGATION HEADER */
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background: rgba(8, 8, 10, 0.65);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--panel-border);
  padding: calc(0.9rem + var(--safe-top)) 1.5rem 0.9rem 1.5rem;
}

.nav-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  position: relative;
}

/* Header Left: Idioma Selector */
.header-left {
  display: flex;
  justify-content: flex-start;
  flex: 1;
  z-index: 10;
  position: relative; /* Anchor for dropdown */
}

.idioma-btn {
  background: rgba(0, 0, 0, 0.4);
  border: 1.2px solid rgba(255, 255, 255, 0.15);
  border-radius: 30px;
  color: #fff;
  font-family: var(--font-sans);
  font-weight: 700;
  font-size: 0.72rem;
  letter-spacing: 0.05em;
  padding: 0.45rem 0.85rem;
  display: flex;
  align-items: center;
  gap: 0.35rem;
  cursor: pointer;
  transition: all 0.25s ease;
}

.idioma-btn:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.3);
}

.idioma-btn svg {
  width: 13px;
  height: 13px;
}

/* Language Dropdown Selector styling */
.idioma-dropdown {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  background: rgba(18, 18, 18, 0.95);
  border: 1.2px solid rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  padding: 4px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px); /* Safari support */
  display: none;
  flex-direction: column;
  gap: 2px;
  z-index: 1100;
  min-width: 120px;
}

.idioma-dropdown.active {
  display: flex;
}

.idioma-opt {
  border: none;
  background: transparent;
  color: rgba(255, 255, 255, 0.7);
  padding: 8px 12px;
  font-family: var(--font-sans);
  font-size: 0.82rem;
  font-weight: 700;
  text-align: left;
  width: 100%;
  cursor: pointer;
  transition: all 0.2s ease;
  border-radius: 4px;
}

.idioma-opt:hover, .idioma-opt.active {
  color: var(--accent);
  background: rgba(255, 255, 255, 0.06);
}

/* Header Center: Logo & Text Brand (Centered using absolute trick) */
.header-center-logo {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  text-decoration: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  white-space: nowrap;
}

.mini-logo {
  width: 32px;
  height: 32px;
  object-fit: contain;
}

.header-logo-text {
  display: flex;
  flex-direction: column;
}

.logo-main {
  font-family: var(--font-sans);
  font-size: 1.1rem;
  font-weight: 800;
  color: #fff;
  letter-spacing: 0.04em;
  line-height: 1.1;
  text-transform: uppercase;
  text-align: justify;
  text-align-last: justify;
  display: block;
  width: 100%;
}

.logo-sub {
  font-family: var(--font-sans);
  font-size: 0.52rem;
  font-weight: 700;
  color: var(--accent);
  letter-spacing: 0.32em; /* Stretches subtext horizontally */
  text-indent: 0.32em; /* Offsets trailing letter-space for exact edge alignment */
  line-height: 1;
  text-transform: uppercase;
  margin-top: 0.15rem;
  text-align: justify;
  text-align-last: justify;
  display: block;
  width: 100%;
}

/* Header Right: Hamburger circle menu */
.header-right {
  display: flex;
  justify-content: flex-end;
  flex: 1;
  z-index: 10;
}

.hamburger-circle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1.2px solid rgba(255, 255, 255, 0.15);
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  cursor: pointer;
  transition: all 0.25s ease;
}

.hamburger-circle span {
  display: block;
  width: 16px;
  height: 2px;
  background-color: #fff;
  transition: all 0.3s ease;
}

.hamburger-circle:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.3);
}

/* Mobile Dropdown Navigation Menu Overlay */
.nav-menu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 320px;
  max-width: 85%;
  height: 100vh;
  height: 100dvh;
  background: rgba(10, 10, 12, 0.96);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-left: 1px solid var(--panel-border);
  display: flex;
  flex-direction: column;
  padding: calc(1.5rem + var(--safe-top)) 1.5rem calc(1.5rem + var(--safe-bottom)) 1.5rem;
  transition: right 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: -10px 0 30px rgba(0, 0, 0, 0.65);
  z-index: 999;
  overscroll-behavior: contain;
}

.nav-menu.active {
  right: 0;
}

.nav-menu-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.nav-menu-title {
  font-family: var(--font-sans);
  font-size: 1.25rem;
  font-weight: 800;
  color: #ffffff;
  letter-spacing: 0.05em;
}

.nav-menu-close {
  background: transparent;
  border: none;
  color: var(--text-muted);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
  transition: color 0.25s ease, transform 0.25s ease;
}

.nav-menu-close:hover {
  color: #ffffff;
  transform: rotate(90deg);
}

.nav-menu-close svg {
  width: 22px;
  height: 22px;
}

.nav-menu-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  padding-right: 4px;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 204, 0, 0.3) transparent;
}

.nav-menu-content::-webkit-scrollbar {
  width: 4px;
}

.nav-menu-content::-webkit-scrollbar-thumb {
  background: rgba(255, 204, 0, 0.3);
  border-radius: 4px;
}

.category-link {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  padding: 0.75rem 1.1rem;
  background: rgba(255, 255, 255, 0.02);
  border: 1.2px solid rgba(255, 255, 255, 0.06);
  border-radius: 12px;
  text-decoration: none;
  color: #d1d5db;
  font-family: var(--font-sans);
  font-weight: 600;
  font-size: 0.92rem;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.category-link:hover {
  background: rgba(255, 204, 0, 0.07);
  border-color: var(--accent);
  color: #ffffff;
  transform: translateX(4px);
}

.category-link.active {
  background: rgba(255, 204, 0, 0.08);
  border-color: var(--accent);
  color: #ffffff;
  box-shadow: 0 0 12px rgba(255, 204, 0, 0.15);
}

.category-icon {
  width: 18px;
  height: 18px;
  color: var(--accent);
  flex-shrink: 0;
  transition: transform 0.3s ease;
}

.category-link:hover .category-icon {
  transform: scale(1.12);
}

/* MAIN CONTENT AREA - TRANSPARENT LAYOUT */
main {
  max-width: 1200px;
  margin: 0 auto;
  padding: calc(6.5rem + var(--safe-top)) 1rem calc(3rem + var(--safe-bottom)) 1rem;
  position: relative;
  z-index: 10;
}

.main-layout {
  display: block;
}

/* 1. Full viewport Welcome Hero Centering */
.center-content-container {
  min-height: calc(100vh - 6.5rem - var(--safe-top));
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: transparent;
  border: none;
  box-shadow: none;
  padding: 1rem 0;
}

/* Bienvenido Curved Text (SVG TextPath + outline & red neon) */
.welcome-label-svg {
  width: 100%;
  max-width: 440px;
  height: auto;
  overflow: visible; /* Prevent glow clipping */
  margin-bottom: -1rem; /* Negative margin to pull logo closer to curve */
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.welcome-label-text {
  font-family: 'Figno', var(--font-sans);
  font-size: 52px; /* Set in px because of SVG viewBox scaling context */
  font-weight: 800;
  fill: none;
  stroke: #ffffff;
  stroke-width: 1.2px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-shadow: 0 0 6px #ff0000, 
               0 0 12px rgba(255, 0, 0, 0.8), 
               0 0 20px rgba(255, 0, 0, 0.4);
  animation: fadeInDown 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

/* Logo Glow Wrapper & Heartbeat Animation */
.logo-glow-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1.5rem 0;
  width: 100%;
  max-width: 310px;
}

/* Phosphorescent yellow backlighting radial glow */
.logo-glow-wrapper::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, rgba(255, 204, 0, 0.16) 0%, rgba(255, 204, 0, 0) 70%);
  filter: blur(28px);
  z-index: -1;
  pointer-events: none;
}

.main-logo {
  width: 100%;
  height: auto;
  animation: heartbeat 2.4s infinite ease-in-out;
  transition: transform 0.3s ease;
}

/* Enlace de Dirección bajo el Logo */
.hero-address-link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-family: var(--font-sans);
  font-size: 0.95rem; /* Agrandado de 0.85rem a 0.95rem */
  color: #dbdee3; /* Gris claro cercano a blanco */
  text-decoration: none;
  margin-top: -0.1rem;
  margin-bottom: 0.25rem; /* Margen inferior para cercanía con el horario */
  padding: 0;
  background: transparent;
  border: none;
  transition: color 0.25s ease;
  animation: fadeIn 1.2s ease;
}

.hero-address-link:hover {
  color: var(--accent); /* Cambia a amarillo neón para indicar interactividad */
}

.hero-address-link .address-icon {
  width: 14px;
  height: 14px;
  stroke-width: 2.2;
  flex-shrink: 0;
}

/* Horario de Atención bajo la Dirección */
.hero-hours-label {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-family: var(--font-sans);
  font-size: 0.9rem; /* Agrandado de 0.8rem a 0.9rem */
  color: #dbdee3; /* Gris claro cercano a blanco */
  margin-top: 0;
  margin-bottom: 0.25rem; /* Reducido para quedar cerca de WhatsApp */
  opacity: 0.95;
  animation: fadeIn 1.2s ease;
}

.hero-hours-label .hours-icon {
  width: 13px;
  height: 13px;
  stroke-width: 2.2;
  flex-shrink: 0;
}

/* Enlace de WhatsApp bajo el Horario */
.hero-whatsapp-link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-family: var(--font-sans);
  font-size: 0.9rem; /* Mismo tamaño que el horario */
  color: #dbdee3; /* Gris claro cercano a blanco */
  text-decoration: none;
  margin-top: 0;
  margin-bottom: 1.5rem; /* Margen inferior para separar del Grupo 2 */
  padding: 0;
  background: transparent;
  border: none;
  transition: color 0.25s ease;
  animation: fadeIn 1.2s ease;
}

.hero-whatsapp-link:hover {
  color: #25d366; /* Verde oficial de WhatsApp en hover */
}

.hero-whatsapp-link .whatsapp-icon {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
}

/* Delivery Apps Section under hours label */
.delivery-apps-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 0.25rem; /* Reducido de 0.5rem a 0.25rem */
  margin-bottom: 1rem; /* Reducido de 2.2rem a 1rem */
  animation: fadeIn 1.2s ease;
}

.delivery-heading {
  font-family: var(--font-sans);
  font-size: 1.15rem;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.08em;
  margin-bottom: 1.1rem;
  text-transform: uppercase;
}

.delivery-buttons-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.25rem;
}

/* DoorDash Button styling (Neon Scarlet) */
.social-icon-btn.doordash {
  color: #ff3008;
  border: 1.5px solid #ff3008;
  box-shadow: 0 0 14px rgba(255, 48, 8, 0.52), inset 0 0 8px rgba(255, 48, 8, 0.3);
}

.social-icon-btn.doordash:hover {
  background: rgba(255, 48, 8, 0.08);
  box-shadow: 0 0 25px rgba(255, 48, 8, 0.95), inset 0 0 12px rgba(255, 48, 8, 0.45);
  color: #ff4724;
}

/* Uber Eats Button styling (Neon Green) */
.social-icon-btn.ubereats {
  color: #06c167;
  border: 1.5px solid #06c167;
  box-shadow: 0 0 14px rgba(6, 193, 103, 0.52), inset 0 0 8px rgba(6, 193, 103, 0.3);
}

.social-icon-btn.ubereats:hover {
  background: rgba(6, 193, 103, 0.08);
  box-shadow: 0 0 25px rgba(6, 193, 103, 0.95), inset 0 0 12px rgba(6, 193, 103, 0.45);
  color: #10d979;
}

/* Filled SVG overrides for delivery apps */
.social-icon-btn.doordash svg,
.social-icon-btn.ubereats svg {
  fill: currentColor;
  stroke: none;
}

/* Section Title: Nuestra Carta */
.menu-heading {
  font-family: var(--font-sans);
  font-size: 2.25rem;
  font-weight: 700;
  color: #fff;
  margin-top: 1.25rem;
  margin-bottom: 0.5rem;
  letter-spacing: -0.01em;
  animation: fadeIn 1s ease;
}

/* Slogan Tagline */
.menu-subheading {
  font-family: var(--font-sans);
  font-size: 1.05rem;
  color: #e5e7eb;
  margin-bottom: 2rem;
  font-weight: 400;
  opacity: 0.95;
  letter-spacing: 0.02em;
}

/* 2. Menu Categories Wrapper & Blocks */
.menu-categories-wrapper {
  max-width: 1000px;
  margin: 0 auto;
  padding: 3rem 0;
  display: flex;
  flex-direction: column;
  gap: 6rem; /* Visual separation between menu sections */
  transform: translate3d(0, 0, 0); /* Activa la aceleración por hardware */
}

.category-block {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden; /* Evita que el desborde de las imágenes a la derecha estire el ancho del contenedor */
}

/* White Torn Paper Category Banner using SVG clip-path & Wrapper for Shadow */
.category-banner-wrapper {
  width: 100%;
  max-width: 440px;
  margin: 0 auto 3.5rem auto;
  /* Symmetrical tight white glow: tight intense glow + soft ambient glow, with a black base shadow for depth */
  filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.55))
          drop-shadow(0 0 3px rgba(255, 255, 255, 0.75))
          drop-shadow(0 0 6px rgba(255, 255, 255, 0.45));
  container-type: inline-size; /* Enable container query width sizing for text */
}

.category-banner {
  background-color: #ffffff;
  padding: 1rem 1rem 1.6rem 1rem; /* Reduced padding to let text occupy more space */
  position: relative;
  width: 100%;
  text-align: center;
  /* Jagged torn edge vector simulation from baner2.svg */
  -webkit-clip-path: url(#category-banner-clip);
  clip-path: url(#category-banner-clip);
}

/* Unified Category Description Box with White Neon Glow */
.category-description-block {
  width: 90%;
  max-width: 440px;
  margin: -1.5rem auto 3rem auto; /* Nestles nicely below the banner wrapper (which has margin-bottom: 3.5rem) */
  padding: 0.9rem 1.4rem;
  border: 1.5px solid #ffffff;
  border-radius: 12px;
  background: transparent; /* No fill */
  text-align: center;
  /* Symmetrical white neon glow effect (outer and inner) */
  box-shadow: 0 0 5px #ffffff, 
              0 0 10px rgba(255, 255, 255, 0.4), 
              inset 0 0 4px rgba(255, 255, 255, 0.3);
}

.category-desc {
  font-family: var(--font-sans);
  font-size: 0.85rem; /* Base size on desktop */
  color: #ffffff; /* Base color: White */
  font-weight: 500;
  line-height: 1.45;
}

#hamburguesas .category-desc,
#patacones .category-desc {
  color: var(--accent);
}

.category-desc-highlight {
  color: var(--accent); /* Highlight color: Gold */
  font-weight: 700;
  margin-left: 0.25rem;
  letter-spacing: 0.02em;
}

.flag-title {
  font-family: 'Impact', 'Arial Black', sans-serif;
  font-size: 11cqw; /* Fluid sizing: dynamically scales the text to fill the banner width */
  font-weight: normal; /* Evogria and Impact are naturally heavy/bold */
  line-height: 0.96; /* Increased line-height to prevent vertical overlapping/colliding of tall letters */
  text-transform: uppercase;
  letter-spacing: 0.03em; /* Kerning style matching Illustrator */
  white-space: nowrap; /* Prevent trailing star or text wrapping to next line */
}

/* Adjust font size individually for longer category titles to prevent overflow */
#para-morder .flag-title , #los-mas-pedidos .flag-title {
  font-size: 9.5cqw; /* Prevent overflow and clipping of the right star */
}

#de-mexico .flag-title {
  font-size: 9.8cqw; /* Prevent overflow of English translation "MEXICAN FOOD" */
}

#a-comer .flag-title {
  font-size: 9.8cqw; /* Prevent overflow of English translation "MAIN COURSES" */
}

#de-la-calle .flag-title {
  font-size: 9.0cqw;
}

#hamburguesas .flag-title {
  font-size: 9.2cqw; /* Reduced to prevent overflow of "HAMBURGUESAS" (Spanish) and "HAMBURGERS" (English) */
}

#pa-picar .flag-title {
  font-size: 9.0cqw; /* Prevent overflow of English translation "SIDES TO SHARE" */
}

#las-frias-y-cubetazos .flag-title {
  font-size: 6.5cqw;
}

.flag-title.yellow { color: #FFDD00; } 
.flag-title.blue { color: #0006FF; }   
.flag-title.red { color: #FF0002; }    

/* Menu Content Wrapper (Left: items, Right: images) */
.menu-content-wrapper {
  display: flex;
  flex-direction: row;
  width: 100%;
  gap: 2rem;
  align-items: flex-start;
  position: relative;
}

.menu-items-list {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
}

.menu-item {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.menu-item-header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  width: 100%;
}

.item-name {
  font-family: 'Evogria', var(--font-sans);
  font-size: 1.15rem;
  font-weight: normal; /* Evogria is naturally bold/display */
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

/* Dynamic Dot Leader */
.item-leader {
  flex-grow: 1;
  border-bottom: 3px dotted rgba(255, 255, 255, 0.9);
  margin: 0 0.5rem;
  position: relative;
  bottom: 4px;
}

.item-price {
  font-family: 'Evogria', var(--font-sans);
  font-size: 1.15rem;
  font-weight: normal; /* Evogria is naturally bold/display */
  color: #ffffff;
  white-space: nowrap;
}

.item-desc {
  font-family: var(--font-sans);
  font-size: 0.85rem;
  color: var(--accent);
  margin-top: 0.25rem;
  text-transform: none; /* Display standard Sentence Case (mixed case) as written in HTML */
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.35;
  max-width: 90%;
}

.section-desc {
  font-family: var(--font-sans);
  font-size: 0.85rem;
  color: var(--accent);
  margin-bottom: 1.5rem;
  text-transform: none;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.35;
  width: 100%;
}

.menu-divider {
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.15) 15%, rgba(255, 255, 255, 0.15) 85%, transparent);
  margin: 1.25rem 0;
  box-shadow: 0 0 3px rgba(255, 255, 255, 0.05);
}

.section-desc-box {
  margin: 0 0 1.75rem 0 !important; /* Overrides margin for list nesting */
  width: 100% !important;
  max-width: 100% !important;
}

.section-desc-box .category-desc {
  color: var(--accent); /* Change text color to gold/accent */
}

/* Multi-price layout (Picadas / Jugos) */
.multi-price-item {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}

.multi-item-title {
  font-family: 'Evogria', var(--font-sans);
  font-size: 1.15rem;
  font-weight: normal; /* Evogria is naturally bold/display */
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  margin-bottom: 0.2rem;
}

.extras-title {
  font-family: 'Evogria', var(--font-sans);
  font-size: 0.95rem; /* Smaller, secondary group title */
  color: var(--accent); /* Brand gold/yellow color for high contrast */
  text-transform: uppercase;
  margin-top: 0.8rem;
  margin-bottom: 0.3rem;
  letter-spacing: 0.04em;
}

.sub-price {
  padding-left: 1rem;
}

.sub-name {
  font-family: 'Evogria', var(--font-sans);
  font-size: 0.95rem; /* Reduced size to look like a sub-group */
  color: #e5e7eb;
  text-transform: none; /* Keep mixed-case (Sentence Case) from HTML */
  font-weight: normal;
  letter-spacing: 0.02em;
}

.sub-price .item-price {
  font-size: 0.95rem; /* Matches the sub-group text size on desktop */
}

/* Menu Food Images Column */
.menu-images-column {
  width: 140px; /* Sized for mobile, expanded in media queries */
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  align-items: center;
  justify-content: flex-start;
  padding-top: 0.5rem;
  flex-shrink: 0;
}

.menu-food-img {
  width: 100%;
  height: auto;
  object-fit: contain;
  filter: var(--neon-glow, drop-shadow(0 8px 16px rgba(0, 0, 0, 0.7)));
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.menu-food-img:hover {
  transform: scale(1.08) rotate(3deg);
}

/* Scoped specifically for the PARA MORDER, CACHAPAS, DE MEXICO, COMBOS, A COMER, DE LA CALLE and HAMBURGUESAS section's layout */
#para-morder .menu-content-wrapper, #los-mas-pedidos .menu-content-wrapper,
#cachapas .menu-content-wrapper,
#de-mexico .menu-content-wrapper,
#combos .menu-content-wrapper,
#a-comer .menu-content-wrapper,
#de-la-calle .menu-content-wrapper,
#hamburguesas .menu-content-wrapper,
#patacones .menu-content-wrapper,
#pa-picar .menu-content-wrapper,
#a-beber .menu-content-wrapper,
#las-frias-y-cubetazos .menu-content-wrapper {
  align-items: center; /* Center-align images vertically next to the text column */
}

#para-morder .menu-images-column, #los-mas-pedidos .menu-images-column,
#cachapas .menu-images-column,
#de-mexico .menu-images-column,
#combos .menu-images-column,
#a-comer .menu-images-column,
#de-la-calle .menu-images-column,
#hamburguesas .menu-images-column,
#patacones .menu-images-column,
#pa-picar .menu-images-column,
#a-beber .menu-images-column,
#las-frias-y-cubetazos .menu-images-column {
  display: flex;
  flex-direction: column;
  gap: 0; /* Zero vertical distance between images */
  width: 140px;
  flex-shrink: 0;
}

#para-morder .menu-food-img, #los-mas-pedidos .menu-food-img,
#cachapas .menu-food-img,
#de-mexico .menu-food-img,
#combos .menu-food-img,
#a-comer .menu-food-img,
#de-la-calle .menu-food-img,
#hamburguesas .menu-food-img,
#patacones .menu-food-img,
#pa-picar .menu-food-img,
#a-beber .menu-food-img,
#las-frias-y-cubetazos .menu-food-img {
  width: 100%;
  height: auto;
  object-fit: contain;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  margin-top: 0; /* No vertical overlap margins */
  position: relative; /* Base for z-index stacking */
  backface-visibility: hidden; /* Avoids flickering on WebKit (iOS Safari) */
}

/* Individual neon glows, z-index layers, and staggered pulsing animations */
#cachapas .menu-food-img:nth-child(1) {
  z-index: 1;
  --neon-glow: drop-shadow(0 4px 8px rgba(0,0,0,0.7)) drop-shadow(0 0 6px #04FFEB) drop-shadow(0 0 15px rgba(4, 255, 235, 0.8)) drop-shadow(0 0 25px rgba(4, 255, 235, 0.4));
}
#para-morder .menu-food-img:nth-child(1) , #los-mas-pedidos .menu-food-img:nth-child(1) {
  z-index: 1;
  --neon-glow: drop-shadow(0 4px 8px rgba(0,0,0,0.7)) drop-shadow(0 0 6px #FFFF04) drop-shadow(0 0 15px rgba(255, 255, 4, 0.8)) drop-shadow(0 0 25px rgba(255, 255, 4, 0.4));
}
#combos .img-combo-arepas {
  z-index: 1;
  --neon-glow: drop-shadow(0 4px 8px rgba(0,0,0,0.7)) drop-shadow(0 0 6px #8B00FF) drop-shadow(0 0 15px rgba(139, 0, 255, 0.8)) drop-shadow(0 0 25px rgba(139, 0, 255, 0.4));
}
#de-mexico .menu-food-img:nth-child(1) {
  z-index: 1;
  --neon-glow: drop-shadow(0 4px 8px rgba(0,0,0,0.7)) drop-shadow(0 0 6px #48FF11) drop-shadow(0 0 15px rgba(72, 255, 17, 0.8)) drop-shadow(0 0 25px rgba(72, 255, 17, 0.4));
}
#combos .img-combo-tres {
  z-index: 2;
  --neon-glow: drop-shadow(0 4px 8px rgba(0,0,0,0.7)) drop-shadow(0 0 6px #06DCFF) drop-shadow(0 0 15px rgba(6, 220, 255, 0.8)) drop-shadow(0 0 25px rgba(6, 220, 255, 0.4));
  animation-delay: 0.15s;
}
#combos .img-combo-empanadas {
  z-index: 3;
  --neon-glow: drop-shadow(0 4px 8px rgba(0,0,0,0.7)) drop-shadow(0 0 6px #FFEA00) drop-shadow(0 0 15px rgba(255, 234, 0, 0.8)) drop-shadow(0 0 25px rgba(255, 234, 0, 0.4));
  animation-delay: 0.3s;
}
#a-comer .img-bandeja-paisa {
  z-index: 1;
  --neon-glow: drop-shadow(0 4px 8px rgba(0,0,0,0.7)) drop-shadow(0 0 6px #FF8100) drop-shadow(0 0 15px rgba(255, 129, 0, 0.8)) drop-shadow(0 0 25px rgba(255, 129, 0, 0.4));
}
#a-comer .img-pabellon-criollo {
  z-index: 2;
  --neon-glow: drop-shadow(0 4px 8px rgba(0,0,0,0.7)) drop-shadow(0 0 6px #96FFAB) drop-shadow(0 0 15px rgba(150, 255, 171, 0.8)) drop-shadow(0 0 25px rgba(150, 255, 171, 0.4));
  animation-delay: 0.15s;
}
#a-comer .img-bistec-encebollado {
  z-index: 3;
  --neon-glow: drop-shadow(0 4px 8px rgba(0,0,0,0.7)) drop-shadow(0 0 6px #7523FF) drop-shadow(0 0 15px rgba(117, 35, 255, 0.8)) drop-shadow(0 0 25px rgba(117, 35, 255, 0.4));
  animation-delay: 0.3s;
}
#de-la-calle .img-picada-paisa {
  z-index: 1;
  --neon-glow: drop-shadow(0 4px 8px rgba(0,0,0,0.7)) drop-shadow(0 0 6px #0006FF) drop-shadow(0 0 15px rgba(0, 6, 255, 0.8)) drop-shadow(0 0 25px rgba(0, 6, 255, 0.4));
}
#de-la-calle .img-picada-calena {
  z-index: 2;
  --neon-glow: drop-shadow(0 4px 8px rgba(0,0,0,0.7)) drop-shadow(0 0 6px #FFFF04) drop-shadow(0 0 15px rgba(255, 255, 4, 0.8)) drop-shadow(0 0 25px rgba(255, 255, 4, 0.4));
  animation-delay: 0.15s;
}
#de-la-calle .img-picada-cucuta {
  z-index: 3;
  --neon-glow: drop-shadow(0 4px 8px rgba(0,0,0,0.7)) drop-shadow(0 0 6px #FF0002) drop-shadow(0 0 15px rgba(255, 0, 2, 0.8)) drop-shadow(0 0 25px rgba(255, 0, 2, 0.4));
  animation-delay: 0.3s;
}
#de-la-calle .img-salchipapa {
  z-index: 4;
  --neon-glow: drop-shadow(0 4px 8px rgba(0,0,0,0.7)) drop-shadow(0 0 6px #FD04FF) drop-shadow(0 0 15px rgba(253, 4, 255, 0.8)) drop-shadow(0 0 25px rgba(253, 4, 255, 0.4));
  animation-delay: 0.45s;
}
#hamburguesas .img-hamburguesa-normal {
  z-index: 1;
  --neon-glow: drop-shadow(0 4px 8px rgba(0,0,0,0.7)) drop-shadow(0 0 6px #8B00FF) drop-shadow(0 0 15px rgba(139, 0, 255, 0.8)) drop-shadow(0 0 25px rgba(139, 0, 255, 0.4));
}
#hamburguesas .img-hamburguesa {
  z-index: 2;
  --neon-glow: drop-shadow(0 4px 8px rgba(0,0,0,0.7)) drop-shadow(0 0 6px #0DC1E8) drop-shadow(0 0 15px rgba(13, 193, 232, 0.8)) drop-shadow(0 0 25px rgba(13, 193, 232, 0.4));
  animation-delay: 0.15s;
}
#hamburguesas .img-perro-nuevo {
  z-index: 3;
  --neon-glow: drop-shadow(0 4px 8px rgba(0,0,0,0.7)) drop-shadow(0 0 6px #FFDD00) drop-shadow(0 0 15px rgba(255, 221, 0, 0.8)) drop-shadow(0 0 25px rgba(255, 221, 0, 0.4));
  animation-delay: 0.30s;
}
#hamburguesas .img-perro-todo {
  z-index: 4;
  --neon-glow: drop-shadow(0 4px 8px rgba(0,0,0,0.7)) drop-shadow(0 0 6px #FFDD00) drop-shadow(0 0 15px rgba(255, 221, 0, 0.8)) drop-shadow(0 0 25px rgba(255, 221, 0, 0.4));
  animation-delay: 0.45s;
}
#hamburguesas .img-perro-sencillo {
  z-index: 5;
  --neon-glow: drop-shadow(0 4px 8px rgba(0,0,0,0.7)) drop-shadow(0 0 6px #6FFF00) drop-shadow(0 0 15px rgba(111, 255, 0, 0.8)) drop-shadow(0 0 25px rgba(111, 255, 0, 0.4));
  animation-delay: 0.60s;
}
#patacones .img-patacon {
  z-index: 1;
  --neon-glow: drop-shadow(0 4px 8px rgba(0,0,0,0.7)) drop-shadow(0 0 6px #FFDD00) drop-shadow(0 0 15px rgba(255, 221, 0, 0.8)) drop-shadow(0 0 25px rgba(255, 221, 0, 0.4));
}
#pa-picar .img-picar-yuca {
  z-index: 1;
  --neon-glow: drop-shadow(0 4px 8px rgba(0,0,0,0.7)) drop-shadow(0 0 6px #6FFF00) drop-shadow(0 0 15px rgba(111, 255, 0, 0.8)) drop-shadow(0 0 25px rgba(111, 255, 0, 0.4));
}
#pa-picar .img-picar-arepitas {
  z-index: 2;
  --neon-glow: drop-shadow(0 4px 8px rgba(0,0,0,0.7)) drop-shadow(0 0 6px #0DC1E8) drop-shadow(0 0 15px rgba(13, 193, 232, 0.8)) drop-shadow(0 0 25px rgba(13, 193, 232, 0.4));
  animation-delay: 0.20s;
}
#pa-picar .img-picar-chicharron {
  z-index: 3;
  --neon-glow: drop-shadow(0 4px 8px rgba(0,0,0,0.7)) drop-shadow(0 0 6px #FFDD00) drop-shadow(0 0 15px rgba(255, 221, 0, 0.8)) drop-shadow(0 0 25px rgba(255, 221, 0, 0.4));
  animation-delay: 0.40s;
}
#a-beber .img-beber-jugos {
  z-index: 1;
  --neon-glow: drop-shadow(0 4px 8px rgba(0,0,0,0.7)) drop-shadow(0 0 6px #6FFF00) drop-shadow(0 0 15px rgba(111, 255, 0, 0.8)) drop-shadow(0 0 25px rgba(111, 255, 0, 0.4));
}
#a-beber .img-beber-medio {
  z-index: 2;
  --neon-glow: drop-shadow(0 4px 8px rgba(0,0,0,0.7)) drop-shadow(0 0 6px #0DC1E8) drop-shadow(0 0 15px rgba(13, 193, 232, 0.8)) drop-shadow(0 0 25px rgba(13, 193, 232, 0.4));
  animation-delay: 0.20s;
}
#las-frias-y-cubetazos .img-frias-cervezas {
  z-index: 1;
  --neon-glow: drop-shadow(0 4px 8px rgba(0,0,0,0.7)) drop-shadow(0 0 6px #00FF66) drop-shadow(0 0 15px rgba(0, 255, 102, 0.8)) drop-shadow(0 0 25px rgba(0, 255, 102, 0.4));
}
#las-frias-y-cubetazos .img-frias-cubeta {
  z-index: 2;
  --neon-glow: drop-shadow(0 4px 8px rgba(0,0,0,0.7)) drop-shadow(0 0 6px #0DC1E8) drop-shadow(0 0 15px rgba(13, 193, 232, 0.8)) drop-shadow(0 0 25px rgba(13, 193, 232, 0.4));
  animation-delay: 0.20s;
}
#las-frias-y-cubetazos .img-frias-ultra {
  z-index: 3;
  --neon-glow: drop-shadow(0 4px 8px rgba(0,0,0,0.7)) drop-shadow(0 0 6px #FFDD00) drop-shadow(0 0 15px rgba(255, 221, 0, 0.8)) drop-shadow(0 0 25px rgba(255, 221, 0, 0.4));
  animation-delay: 0.40s;
}
#para-morder .menu-food-img:nth-child(2) , #los-mas-pedidos .menu-food-img:nth-child(2) {
  z-index: 2;
  --neon-glow: drop-shadow(0 4px 8px rgba(0,0,0,0.7)) drop-shadow(0 0 6px #FF0002) drop-shadow(0 0 15px rgba(255, 0, 2, 0.8)) drop-shadow(0 0 25px rgba(255, 0, 2, 0.4));
  animation-delay: 0.3s; /* Staggered delay for organic wave effect */
}
#para-morder .menu-food-img:nth-child(3) , #los-mas-pedidos .menu-food-img:nth-child(3) {
  z-index: 3;
  --neon-glow: drop-shadow(0 4px 8px rgba(0,0,0,0.7)) drop-shadow(0 0 6px #0006FF) drop-shadow(0 0 15px rgba(0, 6, 255, 0.8)) drop-shadow(0 0 25px rgba(0, 6, 255, 0.4));
  animation-delay: 0.6s;
}
#para-morder .menu-food-img:nth-child(4) , #los-mas-pedidos .menu-food-img:nth-child(4) {
  z-index: 4;
  --neon-glow: drop-shadow(0 4px 8px rgba(0,0,0,0.7)) drop-shadow(0 0 6px #FD04FF) drop-shadow(0 0 15px rgba(253, 4, 255, 0.8)) drop-shadow(0 0 25px rgba(253, 4, 255, 0.4));
  animation-delay: 0.9s;
}
#para-morder .menu-food-img:nth-child(5) {
  z-index: 5;
  --neon-glow: drop-shadow(0 4px 8px rgba(0,0,0,0.7)) drop-shadow(0 0 6px #00FF66) drop-shadow(0 0 15px rgba(0, 255, 102, 0.8)) drop-shadow(0 0 25px rgba(0, 255, 102, 0.4));
  animation-delay: 1.2s;
}

#para-morder .menu-food-img:hover, #los-mas-pedidos .menu-food-img:hover,
#cachapas .menu-food-img:hover,
#de-mexico .menu-food-img:hover,
#combos .menu-food-img:hover,
#a-comer .menu-food-img:hover,
#de-la-calle .menu-food-img:hover,
#hamburguesas .menu-food-img:hover {
  transform: scale(1.08) rotate(3deg);
  z-index: 10; /* Bring hovered image to front */
}

/* 5. Colored Social Icons Row (Semicurved & Pop-in staggered loading animation) */
.social-icon-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.25rem;
}

.social-icon-btn {
  width: 48px;
  height: 48px;
  border-radius: 12px; /* Semicurved square borders */
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  background: transparent; /* No fill */
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.social-icon-btn svg {
  width: 20px;
  height: 20px;
  stroke-width: 2.2;
  filter: drop-shadow(0 0 2.2px currentColor); /* Icon neon tube glow */
  transition: filter 0.25s ease;
}

/* Brand specific neon outlines & intensified initial glow */
.social-icon-btn.instagram {
  color: #ff007f; /* Strong neon pink */
  border: 1.5px solid #ff007f;
  box-shadow: 0 0 14px rgba(255, 0, 127, 0.52), inset 0 0 8px rgba(255, 0, 127, 0.3);
}

.social-icon-btn.facebook {
  color: #1877f2; /* Strong neon blue */
  border: 1.5px solid #1877f2;
  box-shadow: 0 0 14px rgba(24, 119, 242, 0.52), inset 0 0 8px rgba(24, 119, 242, 0.3);
}

.social-icon-btn.tiktok {
  color: #bbfb00; /* Glowing neon beige-green */
  border: 1.5px solid #bbfb00;
  box-shadow: 0 0 14px rgba(187, 251, 0, 0.52), inset 0 0 8px rgba(187, 251, 0, 0.3);
}

.social-icon-btn.location {
  color: #ff2a00; /* Strong neon red */
  border: 1.5px solid #ff2a00;
  box-shadow: 0 0 14px rgba(255, 42, 0, 0.52), inset 0 0 8px rgba(255, 42, 0, 0.3);
}

.social-icon-btn:hover {
  transform: translateY(-4px) scale(1.05);
}

.social-icon-btn:hover svg {
  filter: drop-shadow(0 0 4px currentColor); /* Intensify SVG glow on hover */
}

/* Neon glow expansion and soft background glow on hover */
.social-icon-btn.instagram:hover {
  background: rgba(255, 0, 127, 0.08);
  box-shadow: 0 0 25px rgba(255, 0, 127, 0.95), inset 0 0 12px rgba(255, 0, 127, 0.45);
  color: #ff3399;
}

.social-icon-btn.facebook:hover {
  background: rgba(24, 119, 242, 0.08);
  box-shadow: 0 0 25px rgba(24, 119, 242, 0.95), inset 0 0 12px rgba(24, 119, 242, 0.45);
  color: #4da6ff;
}

.social-icon-btn.tiktok:hover {
  background: rgba(187, 251, 0, 0.08);
  box-shadow: 0 0 25px rgba(187, 251, 0, 0.95), inset 0 0 12px rgba(187, 251, 0, 0.45);
  color: #ccff33;
}

.social-icon-btn.location:hover {
  background: rgba(255, 42, 0, 0.08);
  box-shadow: 0 0 25px rgba(255, 42, 0, 0.95), inset 0 0 12px rgba(255, 42, 0, 0.45);
  color: #ff5533;
}

/* HAPPY HOUR PRICE TOGGLE BUTTONS & INFO */
.price-toggle-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.8rem;
  margin-top: -1.5rem;
  margin-bottom: 2.5rem;
  width: 100%;
}

/* Instruction Text above toggle */
.price-toggle-instruction {
  font-family: var(--font-sans);
  font-size: 0.8rem;
  color: #ffffff; /* Default: White */
  font-weight: 700;
  margin-bottom: 0.1rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0,0,0,0.5);
  transition: color 0.3s ease, text-shadow 0.3s ease;
}

.price-toggle-buttons {
  display: flex;
  background: rgba(255, 255, 255, 0.03);
  border: 1.2px solid rgba(255, 255, 255, 0.1);
  border-radius: 30px;
  padding: 4px;
  gap: 4px;
  position: relative;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.price-toggle-btn {
  background: transparent;
  border: none;
  color: var(--text-muted);
  font-family: var(--font-sans);
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 0.6rem 1.2rem;
  border-radius: 25px;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  outline: none;
}

.price-toggle-btn:hover {
  color: #ffffff;
}

.price-toggle-btn.active.normal-active {
  background: #ffffff;
  color: #000000;
  box-shadow: 0 0 12px rgba(255, 255, 255, 0.6);
  animation: pulse-white 2s infinite ease-in-out;
}

.price-toggle-btn.active.happy-active {
  background: #ffcc00; /* Yellow matching theme */
  color: #000000;
  box-shadow: 0 0 12px rgba(255, 204, 0, 0.6);
  animation: pulse-yellow 2s infinite ease-in-out;
}

.happy-hour-info-box {
  width: 90%;
  max-width: 440px;
  padding: 0.75rem 1rem;
  border: 1.2px dashed #ffcc00; /* Matching yellow */
  border-radius: 10px;
  background: rgba(255, 204, 0, 0.03); /* Matching yellow with low opacity */
  text-align: center;
  animation: fadeIn 0.4s ease both;
  box-shadow: 0 0 8px rgba(255, 204, 0, 0.08);
}

.happy-hour-info-box.hidden {
  display: none;
}

.happy-hour-info-text {
  font-family: var(--font-sans);
  font-size: 0.75rem;
  color: #ffcc00; /* Matching yellow */
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin: 0;
  line-height: 1.4;
  text-shadow: 0 0 4px rgba(255, 204, 0, 0.35);
}

/* Dynamic Beer Price Color Transition */
.beer-price-toggle {
  transition: color 0.3s ease, text-shadow 0.3s ease;
}

.beer-price-toggle.happy-price {
  color: #ffcc00 !important; /* Yellow */
  text-shadow: 0 0 8px rgba(255, 204, 0, 0.5);
}

@keyframes pulse-white {
  0%, 100% {
    box-shadow: 0 0 8px rgba(255, 255, 255, 0.4);
  }
  50% {
    box-shadow: 0 0 18px rgba(255, 255, 255, 0.8);
  }
}

@keyframes pulse-yellow {
  0%, 100% {
    box-shadow: 0 0 8px rgba(255, 204, 0, 0.4);
  }
  50% {
    box-shadow: 0 0 18px rgba(255, 204, 0, 0.8);
  }
}

/* FLOATING WHATSAPP BUTTON (FROM OLD PROJECT) */
.whatsapp-float-btn {
  position: fixed;
  bottom: 24px;
  right: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  z-index: 1000;
  transition: transform 0.3s ease;
}

.wsp-icon-circle {
  width: 60px;
  height: 60px;
  background-color: #10ff10; /* Fluorescent neon lime green */
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
  border: 3px solid #ffffff;
  box-sizing: border-box;
  transition: background-color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
  margin-bottom: 6px;
  position: relative;
}

/* Pulse effect around icon */
.wsp-icon-circle::before {
  content: '';
  position: absolute;
  top: -3px;
  left: -3px;
  width: calc(100% + 6px);
  height: calc(100% + 6px);
  border-radius: 50%;
  opacity: 0.8;
  z-index: -1;
  animation: wspPulse 2s infinite;
}

@keyframes wspPulse {
  0% {
    transform: scale(1);
    opacity: 0.8;
    background-color: #ffffff;
    box-shadow: 0 0 10px rgba(255, 204, 0, 0.6);
  }
  33% {
    background-color: #c40e11;
    box-shadow: 0 0 10px rgba(196, 14, 17, 0.6);
  }
  66% {
    background-color: #001c7f;
    box-shadow: 0 0 10px rgba(0, 28, 127, 0.6);
  }
  100% {
    transform: scale(1.4);
    opacity: 0;
    background-color: #10ff10;
    box-shadow: 0 0 0 0 rgba(16, 255, 16, 0);
  }
}

.wsp-text-below {
  color: #ffffff;
  font-family: var(--font-sans);
  font-weight: 800;
  font-size: 1rem;
  letter-spacing: 0.5px;
  text-align: center;
  white-space: nowrap;
  text-shadow: 
    -2px -2px 0 #c40e11,  
     2px -2px 0 #c40e11,
    -2px  2px 0 #c40e11,
     2px  2px 0 #c40e11,
    -2px  0px 0 #c40e11,
     2px  0px 0 #c40e11,
     0px -2px 0 #c40e11,
     0px  2px 0 #c40e11;
  transition: text-shadow 0.3s ease, color 0.3s ease;
}

.whatsapp-float-btn:hover {
  transform: translateY(-5px);
}

.whatsapp-float-btn:hover .wsp-icon-circle {
  background-color: #0cd30c; /* Electric green on hover */
  box-shadow: 0 8px 25px rgba(16, 255, 16, 0.5);
  border-color: #c40e11;
}

.whatsapp-float-btn:hover .wsp-text-below {
  color: #ffffff;
  text-shadow: 
    -2px -2px 0 #001c7f,  
     2px -2px 0 #001c7f,
    -2px  2px 0 #001c7f,
     2px  2px 0 #001c7f,
    -2px  0px 0 #001c7f,
     2px  0px 0 #001c7f,
     0px -2px 0 #001c7f,
     0px  2px 0 #001c7f;
}

/* FOOTER */
/* FOOTER STRUCTURE AND GRID */
footer {
  margin-top: 4rem;
  border-top: 1px solid var(--panel-border);
  padding: 3rem 1.5rem 1.5rem 1.5rem; /* Aumentado padding-top */
  color: var(--text-muted);
  position: relative;
  z-index: 10;
  background: rgba(0, 0, 0, 0.4); /* Fondo sutil para mayor legibilidad */
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto;
  text-align: left;
}

.footer-section {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.footer-section-title {
  font-family: var(--font-sans);
  font-size: 1.05rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 1.25rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  position: relative;
}

.footer-section-title::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 28px;
  height: 2px;
  background: var(--accent); /* Línea decorativa dorada */
}

.footer-hours-text {
  font-family: var(--font-sans);
  font-size: 0.85rem;
  line-height: 1.6;
  color: var(--text-muted);
}

.footer-location-link {
  display: inline-flex;
  align-items: flex-start;
  gap: 0.5rem;
  font-family: var(--font-sans);
  font-size: 0.85rem;
  color: var(--text-muted);
  text-decoration: none;
  line-height: 1.5;
  transition: color 0.25s ease;
}

.footer-location-link:hover {
  color: var(--accent);
}

.footer-icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  margin-top: 2px;
}

.footer-contact-item {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  width: 100%;
}

.footer-subtitle {
  font-family: var(--font-sans);
  font-size: 0.8rem;
  font-weight: 600;
  color: #ffffff;
  opacity: 0.9;
  text-transform: none;
}

.footer-social-row {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

/* Footer mini-social buttons similar to top ones */
.footer-social-btn {
  width: 38px;
  height: 38px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  background: transparent;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.footer-social-btn svg {
  width: 16px;
  height: 16px;
  filter: drop-shadow(0 0 2px currentColor);
  transition: filter 0.25s ease;
}

.footer-social-btn.instagram {
  color: #ff007f;
  border: 1px solid #ff007f;
  box-shadow: 0 0 8px rgba(255, 0, 127, 0.35);
}
.footer-social-btn.instagram:hover {
  background: rgba(255, 0, 127, 0.08);
  box-shadow: 0 0 15px rgba(255, 0, 127, 0.75);
}

.footer-social-btn.facebook {
  color: #1877f2;
  border: 1px solid #1877f2;
  box-shadow: 0 0 8px rgba(24, 119, 242, 0.35);
}
.footer-social-btn.facebook:hover {
  background: rgba(24, 119, 242, 0.08);
  box-shadow: 0 0 15px rgba(24, 119, 242, 0.75);
}

.footer-social-btn.tiktok {
  color: #bbfb00;
  border: 1px solid #bbfb00;
  box-shadow: 0 0 8px rgba(187, 251, 0, 0.35);
}
.footer-social-btn.tiktok:hover {
  background: rgba(187, 251, 0, 0.08);
  box-shadow: 0 0 15px rgba(187, 251, 0, 0.75);
}

.footer-social-btn.doordash {
  color: #ff3008;
  border: 1px solid #ff3008;
  box-shadow: 0 0 8px rgba(255, 48, 8, 0.35);
}
.footer-social-btn.doordash:hover {
  background: rgba(255, 48, 8, 0.08);
  box-shadow: 0 0 15px rgba(255, 48, 8, 0.75);
}

.footer-social-btn.ubereats {
  color: #06c167;
  border: 1px solid #06c167;
  box-shadow: 0 0 8px rgba(6, 193, 103, 0.35);
}
.footer-social-btn.ubereats:hover {
  background: rgba(6, 193, 103, 0.08);
  box-shadow: 0 0 15px rgba(6, 193, 103, 0.75);
}

.footer-social-btn.doordash svg,
.footer-social-btn.ubereats svg {
  fill: currentColor;
  stroke: none;
}

/* Footer divider and bottom */
.footer-divider {
  height: 1px;
  background: var(--panel-border);
  margin: 2.5rem auto 1.5rem auto;
  max-width: 1200px;
}

.footer-bottom {
  text-align: center;
  font-size: 0.8rem;
}

/* Mobile responsive for footer */
@media (max-width: 768px) {
  footer {
    padding: 2.5rem 1.5rem 1.5rem 1.5rem;
  }
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
    text-align: center;
  }
  .footer-section {
    align-items: center;
  }
  .footer-section-title::after {
    left: 50%;
    transform: translateX(-50%);
  }
  .footer-social-row {
    justify-content: center;
  }
  .footer-divider {
    margin: 2rem auto 1.5rem auto;
  }
}

/* ANIMATIONS DEFINITION */
@keyframes fadeInDown {
  from { opacity: 0; transform: translateY(-15px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes popIn {
  0% {
    opacity: 0;
    transform: scale(0.6) translateY(20px);
  }
  100% {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}

@keyframes aggressivePopSpin {
  0% {
    opacity: 0;
    transform: scale(0) rotate(-720deg) translateY(60px);
    filter: drop-shadow(0 0 0 transparent);
  }
  30% {
    opacity: 1;
    transform: scale(1.4) rotate(45deg) translateY(-15px);
    filter: drop-shadow(0 0 25px currentColor);
  }
  45% {
    transform: scale(0.85) rotate(-20deg) translateY(8px);
  }
  60% {
    transform: scale(1.2) rotate(15deg) translateY(-4px);
  }
  75% {
    transform: scale(0.92) rotate(-8deg) translateY(0);
  }
  90% {
    transform: scale(1.05) rotate(3deg);
  }
  100% {
    opacity: 1;
    transform: scale(1) rotate(0deg) translateY(0);
  }
}

/* Heartbeat and Neon Glow Animation for Logo */
@keyframes heartbeat {
  0% {
    transform: scale(1);
    filter: drop-shadow(0 0 10px rgba(255, 204, 0, 0.25)) drop-shadow(0 0 20px rgba(255, 204, 0, 0.1));
  }
  14% {
    transform: scale(1.04);
    filter: drop-shadow(0 0 16px rgba(255, 204, 0, 0.45)) drop-shadow(0 0 35px rgba(255, 204, 0, 0.2));
  }
  28% {
    transform: scale(1);
    filter: drop-shadow(0 0 10px rgba(255, 204, 0, 0.25)) drop-shadow(0 0 20px rgba(255, 204, 0, 0.1));
  }
  42% {
    transform: scale(1.04);
    filter: drop-shadow(0 0 16px rgba(255, 204, 0, 0.45)) drop-shadow(0 0 35px rgba(255, 204, 0, 0.2));
  }
  70% {
    transform: scale(1);
    filter: drop-shadow(0 0 10px rgba(255, 204, 0, 0.25)) drop-shadow(0 0 20px rgba(255, 204, 0, 0.1));
  }
}

/* MOBILE RESPONSIVE OPTIMIZATION (Android / iPhone) */
@media (max-width: 768px) {
  header {
    padding: calc(0.6rem + var(--safe-top)) 1rem 0.6rem 1rem;
  }

  .nav-container {
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 100%;
  }

  /* Idioma button hides text on mobile, keeping only globe icon in a circle */
  .idioma-btn {
    padding: 0.5rem;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    justify-content: center;
    border-color: rgba(255, 255, 255, 0.4);
  }
  
  .idioma-btn .icon-globe {
    width: 22px !important;
    height: 22px !important;
    color: #ffffff !important;
  }
  
  .idioma-btn .idioma-text,
  .idioma-btn .icon-chevron {
    display: none; /* Hide text and dropdown arrow */
  }

  .hamburger-circle {
    width: 48px;
    height: 48px;
    border-color: rgba(255, 255, 255, 0.4);
  }

  .hamburger-circle span {
    width: 20px;
    height: 2.5px;
    background-color: #ffffff;
  }
  
  /* Logo Centering on Mobile Header */
  .header-center-logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    gap: 0.4rem;
  }

  .mini-logo {
    width: 24px;
    height: 24px;
  }

  .logo-main {
    font-size: 0.9rem;
  }

  .logo-sub {
    font-size: 0.52rem;
  }

  main {
    padding: calc(4.5rem + var(--safe-top)) 1rem calc(2rem + var(--safe-bottom)) 1rem;
  }

  .main-layout {
    min-height: 70vh;
  }

  .hero-address-link {
    font-size: 0.84rem; /* Agrandado de 0.76rem a 0.84rem */
    padding: 0;
    gap: 0.3rem;
    margin-top: 0.5rem; /* Distancia óptima desde el logo */
    margin-bottom: 0.2rem; /* Distancia interna mínima en el Grupo 1 */
  }

  .hero-address-link .address-icon {
    width: 13px; /* Agrandado de 12px a 13px */
    height: 13px;
  }

  .hero-hours-label {
    font-size: 0.8rem; /* Agrandado de 0.72rem a 0.8rem */
    margin-top: 0;
    margin-bottom: 0.2rem; /* Reducido para quedar cerca de WhatsApp */
    gap: 0.25rem;
  }

  .hero-hours-label .hours-icon {
    width: 12px; /* Agrandado de 11px a 12px */
    height: 12px;
  }

  .hero-whatsapp-link {
    font-size: 0.8rem;
    padding: 0;
    gap: 0.25rem;
    margin-top: 0;
    margin-bottom: 1.25rem; /* Distancia del Grupo 1 al Grupo 2 */
  }

  .hero-whatsapp-link .whatsapp-icon {
    width: 12px;
    height: 12px;
  }

  .delivery-apps-container {
    margin-top: 0.75rem; /* Distancia del Grupo 1 al Grupo 2 (acumula ~32px) */
    margin-bottom: 2rem; /* Distancia grande y limpia del Grupo 2 al Grupo 3 (~44px total) */
  }

  .delivery-heading {
    font-size: 1rem;
    margin-bottom: 0.85rem; /* Ajuste interno para acercar a sus botones */
  }

  /* Outlined Bienvenido curved text stroke adjustment for mobile */
  .welcome-label-text {
    stroke-width: 0.8px; /* Scales to ~0.5px in the mobile viewport scale */
    font-size: 50px;
    animation: fadeInDown 0.8s cubic-bezier(0.16, 1, 0.3, 1);
    text-shadow: 0 0 6px #ff0000, 
                 0 0 12px rgba(255, 0, 0, 0.9), 
                 0 0 20px rgba(255, 0, 0, 0.6);
  }

  .logo-glow-wrapper {
    max-width: 235px;
    margin: 1rem 0;
  }

  .logo-glow-wrapper::before {
    width: 130px;
    height: 130px;
    filter: blur(20px);
  }

  .menu-heading {
    font-size: 1.85rem;
    margin-top: 0.75rem;
  }

  .menu-subheading {
    font-size: 0.92rem;
    margin-bottom: 1.5rem;
  }
  
  .social-icon-btn {
    width: 52px;
    height: 52px;
    border-radius: 12px; /* Semicurved squares on mobile */
  }

  .social-icon-btn svg {
    width: 24px;
    height: 24px;
  }
  
  .whatsapp-float-btn {
    bottom: 16px;
    right: 16px;
  }
  .wsp-text-below {
    font-size: 0.85rem;
  }
  .wsp-icon-circle {
    width: 52px;
    height: 52px;
    border-width: 2.5px;
  }
  .wsp-icon-circle svg {
    width: 24px !important;
    height: 24px !important;
  }

  /* Mobile menu adjustments */
  .menu-categories-wrapper {
    gap: 3.5rem;
    padding: 2rem 0.5rem;
    width: 100%;
    box-sizing: border-box;
    overflow: visible;
  }

  .category-block {
    width: 100%;
    box-sizing: border-box;
    overflow: visible;
  }

  .category-banner-wrapper {
    width: 92%;
    max-width: 280px;
    margin-bottom: 2rem;
  }

  .category-description-block {
    margin: -0.8rem auto 2rem auto;
    padding: 0.75rem 1rem;
    width: 92%;
  }

  .category-desc {
    font-size: 0.75rem; /* Base size on mobile */
  }

  .category-banner {
    padding: 0.7rem 0.6rem 1.2rem 0.6rem; /* Tightened padding on mobile to maximize text space */
    width: 100%;
  }

  .flag-title {
    white-space: nowrap;
  }

  .menu-content-wrapper {
    gap: 0.75rem;
    width: 100%;
    box-sizing: border-box;
  }

  .item-name {
    font-size: 0.88rem;
    white-space: normal; /* Allow text wrapping for long items on mobile! */
    word-break: break-word;
    flex-shrink: 1;
  }

  .item-price, .multi-item-title {
    font-size: 0.88rem;
  }

  .extras-title {
    font-size: 0.78rem;
  }

  .sub-name {
    font-size: 0.76rem; /* Slightly smaller to match mobile sub-group proportion */
    white-space: normal;
    text-transform: none;
  }

  .sub-price .item-price {
    font-size: 0.76rem; /* Matches the sub-group text size on mobile */
  }

  .item-desc {
    font-size: 0.72rem;
    max-width: 100%;
  }

  .section-desc {
    font-size: 0.72rem;
    margin-bottom: 1rem;
  }

  .menu-divider {
    margin: 0.9rem 0;
  }

  .section-desc-box {
    margin: 0 0 1.25rem 0 !important;
    width: 100% !important;
  }

  .menu-images-column {
    width: 80px; /* Reduced to fit in 320px viewports without overflow */
    gap: 1.2rem;
  }

  #para-morder .menu-images-column, #los-mas-pedidos .menu-images-column,
  #cachapas .menu-images-column,
  #de-mexico .menu-images-column,
  #combos .menu-images-column,
  #a-comer .menu-images-column,
  #de-la-calle .menu-images-column,
  #hamburguesas .menu-images-column,
  #patacones .menu-images-column,
  #pa-picar .menu-images-column,
  #a-beber .menu-images-column,
  #las-frias-y-cubetazos .menu-images-column {
    width: 145px; /* Enlarged size for mobile */
    margin-right: -25px; /* Shifts slightly off the right edge */
  }

  #cachapas .menu-images-column .menu-food-img,
  #de-mexico .menu-images-column .menu-food-img {
    margin-top: -10px; /* Minimal vertical overlap to keep them cohesive */
  }
  #combos .menu-images-column .menu-food-img,
  #patacones .menu-images-column .menu-food-img,
  #pa-picar .menu-images-column .menu-food-img,
  #a-beber .menu-images-column .menu-food-img,
  #las-frias-y-cubetazos .menu-images-column .menu-food-img {
    margin-top: 5px; /* Add a little more vertical distance */
  }
  #para-morder .menu-images-column .menu-food-img, #los-mas-pedidos .menu-images-column .menu-food-img,
  #hamburguesas .menu-images-column .menu-food-img,
  #a-comer .menu-images-column .menu-food-img,
  #de-la-calle .menu-images-column .menu-food-img {
    margin-top: 15px; /* Increased vertical distance */
  }

  #para-morder .menu-images-column .menu-food-img:first-child, #los-mas-pedidos .menu-images-column .menu-food-img:first-child,
  #cachapas .menu-images-column .menu-food-img:first-child,
  #de-mexico .menu-images-column .menu-food-img:first-child,
  #combos .menu-images-column .menu-food-img:first-child,
  #a-comer .menu-images-column .menu-food-img:first-child,
  #de-la-calle .menu-images-column .menu-food-img:first-child,
  #hamburguesas .menu-images-column .menu-food-img:first-child,
  #patacones .menu-images-column .menu-food-img:first-child,
  #pa-picar .menu-images-column .menu-food-img:first-child,
  #a-beber .menu-images-column .menu-food-img:first-child,
  #las-frias-y-cubetazos .menu-images-column .menu-food-img:first-child {
    margin-top: 0;
  }

  /* Reduced neon glow blur distance (by half) on mobile to prevent saturation */
  #cachapas .menu-images-column .menu-food-img:nth-child(1) {
    --neon-glow: drop-shadow(0 2px 4px rgba(0,0,0,0.5)) drop-shadow(0 0 3px rgba(4, 255, 235, 0.8)) drop-shadow(0 0 7px rgba(4, 255, 235, 0.65));
  }
  #para-morder .menu-images-column .menu-food-img:nth-child(1) , #los-mas-pedidos .menu-images-column .menu-food-img:nth-child(1) {
    --neon-glow: drop-shadow(0 2px 4px rgba(0,0,0,0.5)) drop-shadow(0 0 3px rgba(255, 255, 4, 0.8)) drop-shadow(0 0 7px rgba(255, 255, 4, 0.65));
  }
  #combos .img-combo-arepas {
    --neon-glow: drop-shadow(0 2px 4px rgba(0,0,0,0.5)) drop-shadow(0 0 3px rgba(139, 0, 255, 0.8)) drop-shadow(0 0 7px rgba(139, 0, 255, 0.65));
  }
  #combos .img-combo-tres {
    --neon-glow: drop-shadow(0 2px 4px rgba(0,0,0,0.5)) drop-shadow(0 0 3px rgba(6, 220, 255, 0.8)) drop-shadow(0 0 7px rgba(6, 220, 255, 0.65));
    animation-delay: 0.15s;
  }
  #combos .img-combo-empanadas {
    --neon-glow: drop-shadow(0 2px 4px rgba(0,0,0,0.5)) drop-shadow(0 0 3px rgba(255, 234, 0, 0.8)) drop-shadow(0 0 7px rgba(255, 234, 0, 0.65));
  }
  #a-comer .img-bandeja-paisa {
    --neon-glow: drop-shadow(0 2px 4px rgba(0,0,0,0.5)) drop-shadow(0 0 3px rgba(255, 129, 0, 0.8)) drop-shadow(0 0 7px rgba(255, 129, 0, 0.65));
  }
  #a-comer .img-pabellon-criollo {
    --neon-glow: drop-shadow(0 2px 4px rgba(0,0,0,0.5)) drop-shadow(0 0 3px rgba(150, 255, 171, 0.8)) drop-shadow(0 0 7px rgba(150, 255, 171, 0.65));
    animation-delay: 0.15s;
  }
  #a-comer .img-bistec-encebollado {
    --neon-glow: drop-shadow(0 2px 4px rgba(0,0,0,0.5)) drop-shadow(0 0 3px rgba(117, 35, 255, 0.8)) drop-shadow(0 0 7px rgba(117, 35, 255, 0.65));
    animation-delay: 0.3s;
  }
  #de-la-calle .img-picada-paisa {
    --neon-glow: drop-shadow(0 2px 4px rgba(0,0,0,0.5)) drop-shadow(0 0 3px rgba(0, 6, 255, 0.8)) drop-shadow(0 0 7px rgba(0, 6, 255, 0.65));
  }
  #de-la-calle .img-picada-calena {
    --neon-glow: drop-shadow(0 2px 4px rgba(0,0,0,0.5)) drop-shadow(0 0 3px rgba(255, 255, 4, 0.8)) drop-shadow(0 0 7px rgba(255, 255, 4, 0.65));
    animation-delay: 0.15s;
  }
  #de-la-calle .img-picada-cucuta {
    --neon-glow: drop-shadow(0 2px 4px rgba(0,0,0,0.5)) drop-shadow(0 0 3px rgba(255, 0, 2, 0.8)) drop-shadow(0 0 7px rgba(255, 0, 2, 0.65));
    animation-delay: 0.3s;
  }
  #de-la-calle .img-salchipapa {
    --neon-glow: drop-shadow(0 2px 4px rgba(0,0,0,0.5)) drop-shadow(0 0 3px rgba(253, 4, 255, 0.8)) drop-shadow(0 0 7px rgba(253, 4, 255, 0.65));
    animation-delay: 0.45s;
  }
  #hamburguesas .img-hamburguesa-normal {
    --neon-glow: drop-shadow(0 2px 4px rgba(0,0,0,0.5)) drop-shadow(0 0 3px rgba(139, 0, 255, 0.8)) drop-shadow(0 0 7px rgba(139, 0, 255, 0.65));
  }
  #hamburguesas .img-hamburguesa {
    --neon-glow: drop-shadow(0 2px 4px rgba(0,0,0,0.5)) drop-shadow(0 0 3px rgba(13, 193, 232, 0.8)) drop-shadow(0 0 7px rgba(13, 193, 232, 0.65));
    animation-delay: 0.15s;
  }
  #hamburguesas .img-perro-nuevo {
    --neon-glow: drop-shadow(0 2px 4px rgba(0,0,0,0.5)) drop-shadow(0 0 3px rgba(255, 221, 0, 0.8)) drop-shadow(0 0 7px rgba(255, 221, 0, 0.65));
    animation-delay: 0.30s;
  }
  #hamburguesas .img-perro-todo {
    --neon-glow: drop-shadow(0 2px 4px rgba(0,0,0,0.5)) drop-shadow(0 0 3px rgba(255, 221, 0, 0.8)) drop-shadow(0 0 7px rgba(255, 221, 0, 0.65));
    animation-delay: 0.45s;
  }
  #hamburguesas .img-perro-sencillo {
    --neon-glow: drop-shadow(0 2px 4px rgba(0,0,0,0.5)) drop-shadow(0 0 3px rgba(111, 255, 0, 0.8)) drop-shadow(0 0 7px rgba(111, 255, 0, 0.65));
    animation-delay: 0.60s;
  }
  #patacones .img-patacon {
    --neon-glow: drop-shadow(0 2px 4px rgba(0,0,0,0.5)) drop-shadow(0 0 3px rgba(255, 221, 0, 0.8)) drop-shadow(0 0 7px rgba(255, 221, 0, 0.65));
  }
  #pa-picar .img-picar-yuca {
    --neon-glow: drop-shadow(0 2px 4px rgba(0,0,0,0.5)) drop-shadow(0 0 3px rgba(111, 255, 0, 0.8)) drop-shadow(0 0 7px rgba(111, 255, 0, 0.65));
  }
  #pa-picar .img-picar-arepitas {
    --neon-glow: drop-shadow(0 2px 4px rgba(0,0,0,0.5)) drop-shadow(0 0 3px rgba(13, 193, 232, 0.8)) drop-shadow(0 0 7px rgba(13, 193, 232, 0.65));
    animation-delay: 0.20s;
  }
  #pa-picar .img-picar-chicharron {
    --neon-glow: drop-shadow(0 2px 4px rgba(0,0,0,0.5)) drop-shadow(0 0 3px rgba(255, 221, 0, 0.8)) drop-shadow(0 0 7px rgba(255, 221, 0, 0.65));
    animation-delay: 0.40s;
  }
  #a-beber .img-beber-jugos {
    --neon-glow: drop-shadow(0 2px 4px rgba(0,0,0,0.5)) drop-shadow(0 0 3px rgba(111, 255, 0, 0.8)) drop-shadow(0 0 7px rgba(111, 255, 0, 0.65));
  }
  #a-beber .img-beber-medio {
    --neon-glow: drop-shadow(0 2px 4px rgba(0,0,0,0.5)) drop-shadow(0 0 3px rgba(13, 193, 232, 0.8)) drop-shadow(0 0 7px rgba(13, 193, 232, 0.65));
    animation-delay: 0.20s;
  }
  #las-frias-y-cubetazos .img-frias-cervezas {
    --neon-glow: drop-shadow(0 2px 4px rgba(0,0,0,0.5)) drop-shadow(0 0 3px rgba(0, 255, 102, 0.8)) drop-shadow(0 0 7px rgba(0, 255, 102, 0.65));
  }
  #las-frias-y-cubetazos .img-frias-cubeta {
    --neon-glow: drop-shadow(0 2px 4px rgba(0,0,0,0.5)) drop-shadow(0 0 3px rgba(13, 193, 232, 0.8)) drop-shadow(0 0 7px rgba(13, 193, 232, 0.65));
    animation-delay: 0.20s;
  }
  #las-frias-y-cubetazos .img-frias-ultra {
    --neon-glow: drop-shadow(0 2px 4px rgba(0,0,0,0.5)) drop-shadow(0 0 3px rgba(255, 221, 0, 0.8)) drop-shadow(0 0 7px rgba(255, 221, 0, 0.65));
    animation-delay: 0.40s;
  }
  #de-mexico .menu-images-column .menu-food-img:nth-child(1) {
    --neon-glow: drop-shadow(0 2px 4px rgba(0,0,0,0.5)) drop-shadow(0 0 3px rgba(72, 255, 17, 0.8)) drop-shadow(0 0 7px rgba(72, 255, 17, 0.65));
  }
  #para-morder .menu-images-column .menu-food-img:nth-child(2) , #los-mas-pedidos .menu-images-column .menu-food-img:nth-child(2) {
    --neon-glow: drop-shadow(0 2px 4px rgba(0,0,0,0.5)) drop-shadow(0 0 3px rgba(255, 0, 2, 0.8)) drop-shadow(0 0 7px rgba(255, 0, 2, 0.65));
  }
  #para-morder .menu-images-column .menu-food-img:nth-child(3) , #los-mas-pedidos .menu-images-column .menu-food-img:nth-child(3) {
    --neon-glow: drop-shadow(0 2px 4px rgba(0,0,0,0.5)) drop-shadow(0 0 3px rgba(0, 6, 255, 0.8)) drop-shadow(0 0 7px rgba(0, 6, 255, 0.65));
  }
  #para-morder .menu-images-column .menu-food-img:nth-child(4) , #los-mas-pedidos .menu-images-column .menu-food-img:nth-child(4) {
    --neon-glow: drop-shadow(0 2px 4px rgba(0,0,0,0.5)) drop-shadow(0 0 3px rgba(253, 4, 255, 0.8)) drop-shadow(0 0 7px rgba(253, 4, 255, 0.65));
  }
  #para-morder .menu-images-column .menu-food-img:nth-child(5) {
    --neon-glow: drop-shadow(0 2px 4px rgba(0,0,0,0.5)) drop-shadow(0 0 3px rgba(0, 255, 102, 0.8)) drop-shadow(0 0 7px rgba(0, 255, 102, 0.65));
  }

  /* Sub-query for extra-small devices */
  @media (max-width: 350px) {
    #para-morder .menu-images-column, #los-mas-pedidos .menu-images-column,
    #cachapas .menu-images-column,
    #de-mexico .menu-images-column,
    #combos .menu-images-column,
    #a-comer .menu-images-column,
    #de-la-calle .menu-images-column,
    #hamburguesas .menu-images-column,
    #patacones .menu-images-column,
    #pa-picar .menu-images-column,
    #a-beber .menu-images-column,
    #las-frias-y-cubetazos .menu-images-column {
      width: 120px;
      margin-right: -15px;
    }
    #para-morder .menu-images-column .menu-food-img, #los-mas-pedidos .menu-images-column .menu-food-img,
    #cachapas .menu-images-column .menu-food-img,
    #de-mexico .menu-images-column .menu-food-img {
      margin-top: -8px;
    }
    #combos .menu-images-column .menu-food-img,
    #hamburguesas .menu-images-column .menu-food-img,
    #patacones .menu-images-column .menu-food-img,
    #pa-picar .menu-images-column .menu-food-img,
    #a-beber .menu-images-column .menu-food-img,
    #las-frias-y-cubetazos .menu-images-column .menu-food-img {
      margin-top: 5px;
    }
    #a-comer .menu-images-column .menu-food-img,
    #de-la-calle .menu-images-column .menu-food-img {
      margin-top: 15px;
    }
    #para-morder .menu-images-column .menu-food-img:first-child, #los-mas-pedidos .menu-images-column .menu-food-img:first-child,
    #cachapas .menu-images-column .menu-food-img:first-child,
    #de-mexico .menu-images-column .menu-food-img:first-child,
    #combos .menu-images-column .menu-food-img:first-child,
    #a-comer .menu-images-column .menu-food-img:first-child,
    #de-la-calle .menu-images-column .menu-food-img:first-child,
    #hamburguesas .menu-images-column .menu-food-img:first-child,
    #patacones .menu-images-column .menu-food-img:first-child,
    #pa-picar .menu-images-column .menu-food-img:first-child,
    #a-beber .menu-images-column .menu-food-img:first-child,
    #las-frias-y-cubetazos .menu-images-column .menu-food-img:first-child {
      margin-top: 0;
    }
  }
}

/* DESKTOP & TABLET OPTIMIZATIONS */
@media (min-width: 769px) {
  .category-block {
    overflow: visible; /* Allow glow and image elements to bleed out without clipping on PC */
  }

  .menu-content-wrapper {
    gap: 4rem;
  }
  
  .menu-images-column {
    width: 240px; /* Larger illustrations on PC */
    gap: 3.5rem;
  }

  /* Scoped layout for PARA MORDER, CACHAPAS, DE MEXICO, COMBOS, A COMER, DE LA CALLE and HAMBURGUESAS in desktop */
  #para-morder .menu-images-column, #los-mas-pedidos .menu-images-column,
  #cachapas .menu-images-column,
  #de-mexico .menu-images-column,
  #combos .menu-images-column,
  #a-comer .menu-images-column,
  #de-la-calle .menu-images-column,
  #hamburguesas .menu-images-column,
  #patacones .menu-images-column,
  #pa-picar .menu-images-column,
  #a-beber .menu-images-column,
  #las-frias-y-cubetazos .menu-images-column {
    width: 285px; /* Enlarged size for PC */
    margin-right: 0; /* Keep inside container bounds on PC to prevent clipping */
  }

  #para-morder .menu-images-column .menu-food-img, #los-mas-pedidos .menu-images-column .menu-food-img,
  #cachapas .menu-images-column .menu-food-img,
  #de-mexico .menu-images-column .menu-food-img,
  #combos .menu-images-column .menu-food-img,
  #a-comer .menu-images-column .menu-food-img,
  #de-la-calle .menu-images-column .menu-food-img,
  #hamburguesas .menu-images-column .menu-food-img,
  #patacones .menu-images-column .menu-food-img,
  #pa-picar .menu-images-column .menu-food-img,
  #a-beber .menu-images-column .menu-food-img,
  #las-frias-y-cubetazos .menu-images-column .menu-food-img {
    margin-top: -20px; /* Minimal vertical overlap on PC */
  }

  #para-morder .menu-images-column .menu-food-img:first-child, #los-mas-pedidos .menu-images-column .menu-food-img:first-child,
  #cachapas .menu-images-column .menu-food-img:first-child,
  #de-mexico .menu-images-column .menu-food-img:first-child,
  #combos .menu-images-column .menu-food-img:first-child,
  #a-comer .menu-images-column .menu-food-img:first-child,
  #de-la-calle .menu-images-column .menu-food-img:first-child,
  #hamburguesas .menu-images-column .menu-food-img:first-child,
  #patacones .menu-images-column .menu-food-img:first-child,
  #pa-picar .menu-images-column .menu-food-img:first-child,
  #a-beber .menu-images-column .menu-food-img:first-child,
  #las-frias-y-cubetazos .menu-images-column .menu-food-img:first-child {
    margin-top: 0;
  }

  .item-name, .item-price, .multi-item-title {
    font-size: 1.22rem;
  }

  .sub-name, .sub-price .item-price {
    font-size: 1.02rem; /* Consistent smaller size for sub-group on desktop/tablet */
  }

  .item-desc {
    font-size: 0.88rem;
  }
}

/* Extra safe margins for iOS device notch screens */
@supports (padding: env(safe-area-inset-top)) {
  header, main, footer {
    padding-left: calc(1rem + env(safe-area-inset-left));
    padding-right: calc(1rem + env(safe-area-inset-right));
  }
}

/* Footer credit styling - Brand Yellow/Gold */
.footer-credit {
  color: var(--accent); /* Brand yellow/gold */
  text-decoration: none;
  font-weight: 600;
  letter-spacing: 0.02em;
  transition: all 0.25s ease;
  text-shadow: 0 0 8px rgba(255, 204, 0, 0.45);
}

.footer-credit:hover {
  color: #ffffff;
  text-shadow: 0 0 10px #ffffff;
  text-decoration: underline;
}

/* Instagram Neon Glow Flicker */


/* Facebook Neon Glow Flicker */


/* TikTok Neon Glow Flicker */


/* Location Neon Glow Flicker */


/* Smooth White Neon Glow Pulse for Mexico Section description box */


/* Smooth White Neon Glow Pulse for Category Banners */
/* --- HARDWARE ACCELERATED GPU PULSE KEYFRAMES --- */

@keyframes color-shift-white-yellow {
  0%, 100% {
    color: #ffffff;
  }
  50% {
    color: var(--accent); /* Brand yellow #ffcc00 */
  }
}

