/* Menu Page Modern Styles */

/* ============================================
   MENU HERO SECTION
   ============================================ */
.menu-hero {
  background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
  padding: 140px 20px 60px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.menu-hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('../images/Home/inside.jpg') center/cover;
  opacity: 0.1;
}

.menu-hero::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  height: 60px;
  background: linear-gradient(to top right, #f8fafc 49%, transparent 51%);
}

.menu-hero__content {
  position: relative;
  z-index: 1;
  max-width: 900px;
  margin: 0 auto;
}

.menu-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(163, 0, 16, 0.9);
  color: #fff;
  padding: 8px 20px;
  border-radius: 50px;
  font-size: 0.85rem;
  font-weight: 600;
  margin-bottom: 20px;
  letter-spacing: 0.5px;
}

.menu-hero__badge svg {
  width: 16px;
  height: 16px;
}

.menu-hero h1 {
  font-size: 2.75rem;
  font-weight: 800;
  color: #fff;
  margin: 0 0 12px 0;
  letter-spacing: -0.5px;
  line-height: 1.15;
}

.menu-hero h1 span {
  display: block;
  font-size: 1.25rem;
  font-weight: 500;
  color: rgba(255,255,255,0.75);
  margin-top: 8px;
  letter-spacing: 0;
}

.menu-hero p {
  font-size: 1.1rem;
  color: rgba(255,255,255,0.85);
  line-height: 1.6;
  max-width: 600px;
  margin: 0 auto;
}

/* ============================================
   MENU QUICK NAVIGATION TABS
   ============================================ */
.menu-tabs {
  background: #fff;
  border-bottom: 1px solid #e5e7eb;
  position: sticky;
  top: 70px;
  z-index: 40;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}

.menu-tabs__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  gap: 4px;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.menu-tabs__container::-webkit-scrollbar {
  display: none;
}

.menu-tab {
  padding: 16px 20px;
  font-size: 0.9rem;
  font-weight: 600;
  color: #64748b;
  text-decoration: none;
  white-space: nowrap;
  border-bottom: 3px solid transparent;
  transition: all 0.2s ease;
}

.menu-tab:hover {
  color: #a30010;
  background: rgba(163, 0, 16, 0.04);
}

.menu-tab.active {
  color: #a30010;
  border-bottom-color: #a30010;
}

/* ============================================
   MENU SECTIONS
   ============================================ */
.menu-section {
  padding: 48px 20px;
  background: #fff;
}

.menu-section:nth-child(even) {
  background: #f8fafc;
}

.menu-section__container {
  max-width: 1000px;
  margin: 0 auto;
}

.menu-section__title {
  font-size: 2rem;
  font-weight: 700;
  color: #1a1a2e;
  margin: 0 0 8px 0;
  padding-bottom: 16px;
  border-bottom: 3px solid #a30010;
  display: inline-block;
}

.menu-section__description {
  font-size: 1rem;
  color: #64748b;
  margin: 16px 0 0 0;
  line-height: 1.6;
}

.menu-section__note {
  background: linear-gradient(135deg, #fef2f2 0%, #fff5f5 100%);
  border: 1px solid rgba(163, 0, 16, 0.15);
  border-left: 4px solid #a30010;
  border-radius: 8px;
  padding: 16px 20px;
  margin: 20px 0;
  font-size: 0.95rem;
  color: #475569;
  line-height: 1.6;
}

.menu-section__note p {
  margin: 0;
}

.menu-section__note p:first-child {
  font-weight: 600;
  color: #a30010;
  margin-bottom: 4px;
}

/* ============================================
   MENU ITEMS
   ============================================ */
.menu-section__items {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 24px;
}

.menu-item {
  background: #fff;
  border-radius: 12px;
  padding: 20px 24px;
  border: 1px solid #e5e7eb;
  transition: all 0.2s ease;
}

.menu-section:nth-child(even) .menu-item {
  background: #fff;
}

.menu-item:hover {
  border-color: #cbd5e1;
  box-shadow: 0 4px 12px rgba(0,0,0,0.06);
}

.menu-item--featured {
  background: linear-gradient(135deg, #fffbeb 0%, #fef3c7 100%);
  border-color: #fbbf24;
  position: relative;
}

.menu-item--featured::before {
  content: 'Fan Favorite';
  position: absolute;
  top: -10px;
  right: 16px;
  background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
  color: #fff;
  font-size: 0.7rem;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: 20px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.menu-item__title {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 8px 0;
  font-size: 1.1rem;
  color: #1e293b;
}

.menu-item__title strong {
  flex: 1;
}

.menu-item__price {
  font-size: 1rem;
  font-weight: 700;
  color: #a30010;
  white-space: nowrap;
}

.menu-item__description {
  font-size: 0.95rem;
  color: #64748b;
  line-height: 1.6;
  margin: 0;
}

.favorite-icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  flex-shrink: 0;
}

/* ============================================
   SPECIAL SECTIONS
   ============================================ */
.special-section {
  margin-top: 24px;
  padding: 24px;
  background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
  border-radius: 16px;
  border: 2px dashed #cbd5e1;
}

/* ============================================
   ADD-ONS BOX
   ============================================ */
.add-ons {
  background: #f8fafc;
  border-radius: 12px;
  padding: 20px 24px;
  border: 1px solid #e5e7eb;
}

.add-ons h3 {
  font-size: 1rem;
  font-weight: 700;
  color: #a30010;
  margin: 0 0 12px 0;
}

.add-ons ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.add-ons li {
  font-size: 0.9rem;
  color: #475569;
  padding: 4px 12px;
  background: #fff;
  border-radius: 20px;
  border: 1px solid #e5e7eb;
}

/* ============================================
   MAPLE SYRUP UPGRADE
   ============================================ */
.maple-syrup-upgrade {
  background: linear-gradient(135deg, #fef2f2 0%, #fee2e2 100%);
  border: 1px solid rgba(163, 0, 16, 0.2);
  border-radius: 12px;
  padding: 16px 20px;
  text-align: center;
  margin-top: 16px;
}

.maple-syrup-upgrade p {
  margin: 0;
  font-weight: 600;
  color: #991b1b;
  font-size: 0.95rem;
}

/* ============================================
   BACK TO TOP
   ============================================ */
.back-to-top {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 24px;
  padding: 10px 20px;
  font-size: 0.85rem;
  font-weight: 600;
  color: #64748b;
  text-decoration: none;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  transition: all 0.2s ease;
}

.back-to-top:hover {
  color: #a30010;
  border-color: #a30010;
  background: rgba(163, 0, 16, 0.04);
}

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 768px) {
  .menu-hero {
    padding: 120px 20px 50px;
  }

  .menu-hero h1 {
    font-size: 2rem;
  }

  .menu-hero h1 span {
    font-size: 1rem;
  }

  .menu-hero p {
    font-size: 1rem;
  }

  .menu-tabs {
    top: 60px;
  }

  .menu-tab {
    padding: 14px 16px;
    font-size: 0.85rem;
  }

  .menu-section {
    padding: 36px 16px;
  }

  .menu-section__title {
    font-size: 1.5rem;
  }

  .menu-item {
    padding: 16px 18px;
  }

  .menu-item__title {
    flex-wrap: wrap;
  }

  .menu-item--featured::before {
    top: -8px;
    right: 12px;
    font-size: 0.65rem;
    padding: 3px 10px;
  }
}

@media (max-width: 480px) {
  .menu-hero h1 {
    font-size: 1.75rem;
  }

  .menu-section__title {
    font-size: 1.35rem;
  }

  .menu-item__price {
    width: 100%;
    text-align: right;
  }
}
