/* Full menu page (inside app_shell) */
.menu-page {
  font-family: 'Poppins', 'Noto Sans Devanagari', sans-serif;
  color: #222;
}

.menu-page-inner {
  padding: 12px 14px 20px;
  background: #f5f0e8;
}

.menu-page-header {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  background: #1a5c38;
  color: #fff;
  position: sticky;
  top: 0;
  z-index: 10;
  box-shadow: 0 2px 12px rgba(0,0,0,.15);
}

.menu-back {
  color: #fff;
  font-size: 20px;
  text-decoration: none;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.menu-page-header h1 {
  font-size: 18px;
  margin: 0;
  line-height: 1.2;
}

.menu-page-header p {
  margin: 2px 0 0;
  font-size: 12px;
  opacity: 0.9;
}

.menu-order-btn {
  margin-left: auto;
  background: #e65c00;
  color: #fff;
  text-decoration: none;
  padding: 8px 14px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
}

.menu-page-main {
  max-width: 520px;
  margin: 0 auto;
  padding: 16px 12px 80px;
}

.menu-cat-section {
  margin-bottom: 22px;
}

.menu-cat-title {
  font-size: 15px;
  color: #e65c00;
  margin: 0 0 10px 4px;
  text-transform: capitalize;
  font-weight: 700;
}

.menu-page-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.menu-page-card {
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0,0,0,.08);
}

.menu-page-img-wrap {
  position: relative;
  aspect-ratio: 4/3;
}

.menu-page-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.menu-page-card .nv-tag {
  position: absolute;
  top: 8px;
  right: 8px;
  background: #c62828;
  color: #fff;
  font-size: 9px;
  padding: 2px 6px;
  border-radius: 4px;
  font-weight: 700;
}

.menu-page-card-body {
  padding: 8px 10px 10px;
}

.menu-page-card-body h3 {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
}

.menu-page-hi {
  margin: 2px 0 0;
  font-size: 13px;
  color: #555;
  font-family: 'Noto Sans Devanagari', sans-serif;
}

.menu-page-price {
  margin: 4px 0 0;
  font-size: 13px;
  font-weight: 700;
  color: #e65c00;
}

.menu-page-footer {
  text-align: center;
  padding: 20px;
  font-size: 12px;
  color: #666;
}

.menu-page-footer a {
  display: inline-block;
  margin-top: 8px;
  color: #1a5c38;
  font-weight: 600;
}
