
/* =========================================
   VARIABLES Y CONTENEDOR PRINCIPAL
   ========================================= */
.lt-bar-menu {
  --orange: #ff5b00;
  --yellow: #f7c700;
  --lime: #9bc53d;
  --blue: #0095c8;
  --silver: #aeb4ba;
  --wine: #ff6900;
  
  position: relative;
  isolation: isolate;
  overflow: hidden;
  color: #fff;
  background: #060606 url('../img/menu-texture.webp') repeat;
  background-size: 760px auto;
}

.orange {
	color: #ff5b00;
}

.lt-bar-menu *,
.lt-bar-menu *:before,
.lt-bar-menu *:after {
  box-sizing: border-box;
}

/* =========================================
   NAVEGACIÓN (Menú superior)
   ========================================= */
.lt-bar-menu .lt-menu-nav-wrap {
  position: sticky;
  top: 0;
  z-index: 40;
  padding: 0.8rem 0;
  background: rgba(4, 4, 4, 0.9);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
}

.lt-bar-menu .lt-menu-nav {
  display: flex;
  gap: 0.55rem;
  overflow-x: auto;
  padding-bottom: 0.15rem;
  scrollbar-width: thin;
}

.lt-bar-menu .lt-menu-nav a {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0.5rem 0.9rem;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 0.035em;
  text-transform: uppercase;
  transition: 0.2s ease;
}

.lt-bar-menu .lt-menu-nav a:hover,
.lt-bar-menu .lt-menu-nav a:focus-visible,
.lt-bar-menu .lt-menu-nav a.is-active {
  background: var(--orange);
  border-color: var(--orange);
  outline: 0;
}

/* =========================================
   SECCIONES Y TIPOGRAFÍA
   ========================================= */
.lt-bar-menu .lt-menu-section {
  position: relative;
  padding: clamp(3.8rem, 7vw, 7rem) 0;
  scroll-margin-top: 82px;
}

.lt-bar-menu .lt-menu-section + .lt-menu-section:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: min(1120px, calc(100% - 2rem));
  height: 1px;
  transform: translateX(-50%);
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.22), transparent);
}

.lt-bar-menu .lt-eyebrow {
  margin: 0 0 0.65rem;
  color: var(--orange);
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.lt-bar-menu .lt-section-title {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin: 0 0 2rem;
  color: #fff;
  font-size: clamp(2.2rem, 5vw, 4.3rem);
  line-height: 0.95;
  text-transform: uppercase;
}

.lt-bar-menu .lt-section-title:after {
  content: '';
  width: min(220px, 24vw);
  height: 5px;
  flex: 0 1 220px;
  background: linear-gradient(90deg, var(--orange), var(--yellow) 68%, transparent);
  clip-path: polygon(0 34%, 100% 0, 93% 63%, 2% 100%);
}

/* =========================================
   BLOQUES DE CATEGORÍAS Y LISTAS (Destilados)
   ========================================= */
.lt-bar-menu .lt-category-block {
  margin-bottom: 2.25rem;
}

.lt-bar-menu .lt-category-title {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin: 0 0 0.55rem;
  color: var(--orange);
  font-size: clamp(1.65rem, 3vw, 2.35rem);
  line-height: 1;
  text-transform: uppercase;
}

.lt-bar-menu .lt-category-title:after {
  content: '';
  width: 130px;
  max-width: 32%;
  height: 4px;
  background: #fff;
  clip-path: polygon(0 35%, 100% 0, 88% 75%, 3% 100%);
}

.lt-bar-menu .lt-spirit-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.lt-bar-menu .lt-spirit-list li {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: baseline;
  padding: 0.16rem 0;
  font-size: clamp(1.08rem, 2vw, 1.35rem);
  font-weight: 600;
  line-height: 1.25;
}

.lt-bar-menu .lt-price {
  font-weight: 700;
  font-variant-numeric: tabular-nums;
}

/* =========================================
   SHOTS
   ========================================= */
.lt-bar-menu .lt-shots {
  position: relative;
  padding-right: clamp(0rem, 7vw, 5.4rem);
}

.lt-bar-menu .lt-shot-price {
  position: absolute;
  right: 0;
  top: 50%;
  font-size: clamp(3rem, 7vw, 5rem);
  font-weight: 700;
  line-height: 1;
  transform: translateY(-15%);
}

.lt-bar-menu .lt-shot-size {
  font-size: 1rem;
  font-weight: 700;
  white-space: nowrap;
}

/* =========================================
   TARJETAS DE CÓCTELES (Cards)
   ========================================= */
.lt-bar-menu .lt-card-grid {
  --bs-gutter-x: clamp(1rem, 2vw, 1.55rem);
  --bs-gutter-y: clamp(1rem, 2vw, 1.55rem);
}

.lt-bar-menu .lt-drink-card {
  --accent: var(--lime);
  position: relative;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  padding: 1.15rem 1.15rem 1rem;
  overflow: hidden;
  border: 2px solid var(--accent);
  border-radius: 15px;
  background: linear-gradient(150deg, rgba(255, 255, 255, 0.035), transparent 35%), rgba(7, 7, 7, 0.44);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.025), 0 16px 38px rgba(0, 0, 0, 0.18);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.lt-bar-menu .lt-drink-card:before,
.lt-bar-menu .lt-drink-card:after {
  content: '';
  position: absolute;
  z-index: 2;
  width: 21px;
  height: 21px;
  pointer-events: none;
}

.lt-bar-menu .lt-drink-card:before {
  top: 6px;
  right: 6px;
  border-top: 3px solid var(--yellow);
  border-right: 3px solid var(--yellow);
  border-radius: 0 8px 0 0;
}

.lt-bar-menu .lt-drink-card:after {
  left: 6px;
  bottom: 6px;
  border-left: 3px solid var(--yellow);
  border-bottom: 3px solid var(--yellow);
  border-radius: 0 0 0 8px;
}

.lt-bar-menu .lt-drink-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.28);
}

.lt-bar-menu .lt-card-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.65rem;
  align-items: start;
}

.lt-bar-menu .lt-drink-name {
  margin: 0;
  color: #fff;
  font-size: clamp(1.45rem, 2.25vw, 2.05rem);
  line-height: 0.93;
  text-transform: uppercase;
}

.lt-bar-menu .lt-drink-name .lt-name-accent {
  color: var(--accent);
}

.lt-bar-menu .lt-drink-price {
  color: var(--orange);
  font-size: clamp(1.45rem, 2vw, 1.9rem);
  line-height: 1;
  font-weight: 700;
}

.lt-bar-menu .lt-drink-desc {
  min-height: 3.15rem;
  margin: 0.7rem 0 0.35rem;
  color: #fff;
  font-size: 1.02rem;
  font-weight: 600;
  line-height: 1.18;
  text-align: center;
}

.lt-bar-menu .lt-drink-media {
  min-height: 235px;
  flex: 1 1 auto;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 0.2rem 0.1rem 0.15rem;
}

.lt-bar-menu .lt-drink-media img {
  display: block;
  width: auto;
  max-width: 88%;
  height: 225px;
  object-fit: contain;
  filter: drop-shadow(0 12px 10px rgba(0, 0, 0, 0.36));
  transition: transform 0.25s ease;
}

.lt-bar-menu .lt-drink-card:hover img {
  transform: scale(1.035);
}

/* =========================================
   COLORES DE TARJETAS POR SECCIÓN
   ========================================= */
.lt-bar-menu .lt-group-green .lt-drink-card {
  --accent: var(--lime);
}

.lt-bar-menu .lt-group-blue .lt-drink-card {
  --accent: var(--blue);
}

.lt-bar-menu .lt-group-silver .lt-drink-card {
  --accent: var(--silver);
}

.lt-bar-menu .lt-group-orange .lt-drink-card {
  --accent: var(--wine);
}

/* =========================================
   FOOTER
   ========================================= */
.lt-bar-menu .lt-menu-footer {
  padding: 0 0 3.5rem;
  color: rgba(255, 255, 255, 0.45);
  font-size: 0.92rem;
  text-align: center;
}

/* =========================================
   MEDIA QUERIES (Responsividad)
   ========================================= */
@media (min-width: 992px) {
  .lt-bar-menu .lt-spirit-right {
    border-left: 2px solid var(--orange);
    padding-left: 3rem !important;
  }
}

@media (max-width: 991.98px) {
  .lt-bar-menu .lt-menu-section {
    padding: 4.2rem 0;
  }
  .lt-bar-menu .lt-drink-media {
    min-height: 215px;
  }
  .lt-bar-menu .lt-drink-media img {
    height: 205px;
  }
}

@media (max-width: 767.98px) {
  .lt-bar-menu .lt-menu-nav-wrap {
    position: relative;
  }
  .lt-bar-menu .lt-menu-section {
    scroll-margin-top: 16px;
  }
  .lt-bar-menu .lt-shots {
    padding-right: 0;
  }
  .lt-bar-menu .lt-shot-price {
    position: static;
    display: inline-block;
    margin-top: 0.45rem;
    transform: none;
  }
  .lt-bar-menu .lt-drink-desc {
    min-height: auto;
  }
  .lt-bar-menu .lt-drink-media {
    min-height: 240px;
  }
  .lt-bar-menu .lt-drink-media img {
    height: 230px;
  }
}

@media (max-width: 575.98px) {
  .lt-bar-menu .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .lt-bar-menu .lt-menu-section {
    padding: 3.5rem 0;
  }
  .lt-bar-menu .lt-drink-card {
    padding: 1rem;
  }
  .lt-bar-menu .lt-drink-media {
    min-height: 220px;
  }
  .lt-bar-menu .lt-drink-media img {
    height: 210px;
  }
}

/* Preferencia de usuario para animaciones reducidas */
@media (prefers-reduced-motion: reduce) {
  .lt-bar-menu *,
  .lt-bar-menu *:before,
  .lt-bar-menu *:after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}