.menu-page {
  margin: 0;
  background: #F4F7F7;
  color: #1c2434;
  font-family: 'IBM Plex Sans Arabic', 'DM Sans', sans-serif;
  min-height: 100vh;
  padding-bottom: 5rem;
}
.menu-wrap { width: min(720px, calc(100% - 2rem)); margin-inline: auto; }
.menu-top {
  position: sticky; top: 0; z-index: 10;
  background: rgba(244,247,247,.94); backdrop-filter: blur(8px);
  border-bottom: 1px solid rgba(28,36,52,.1);
}
.menu-top-inner { min-height: 64px; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.menu-brand { display: flex; align-items: center; gap: .75rem; }
.menu-brand img { width: 40px; height: 40px; border-radius: 10px; object-fit: cover; }
.menu-brand strong { display: block; }
.menu-brand span { font-size: .8rem; color: rgba(28,36,52,.65); }
.menu-hero { padding: 2.5rem 0 1.5rem; text-align: center; }
.menu-kicker {
  display: inline-block; color: #0d9498; font-weight: 700; letter-spacing: .08em;
  text-transform: uppercase; font-size: .75rem; margin-bottom: .5rem;
}
.menu-hero h1 { margin: 0 0 .75rem; font-size: clamp(1.8rem, 4vw, 2.4rem); }
.menu-intro { margin: 0 auto; max-width: 36rem; color: rgba(28,36,52,.72); line-height: 1.7; }
.menu-main { padding: 1rem 0 2rem; }
.menu-group { margin-bottom: 2rem; }
.menu-group h2 {
  margin: 0 0 1rem; font-size: 1.25rem; color: #0d9498;
  border-bottom: 2px solid rgba(13,148,152,.25); padding-bottom: .4rem;
}
.menu-group ul { list-style: none; margin: 0; padding: 0; }
.menu-group li {
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
  padding: .9rem 0; border-bottom: 1px dashed rgba(28,36,52,.12);
}
.menu-item-img {
  width: 56px; height: 56px; border-radius: 12px; object-fit: cover; flex-shrink: 0;
  background: #e8f0f0; border: 1px solid rgba(28,36,52,.08);
}
.menu-item-main { display: grid; gap: .2rem; flex: 1; min-width: 0; }
.menu-item-main span { font-size: .85rem; color: rgba(28,36,52,.62); }
.menu-item-price { font-weight: 700; white-space: nowrap; color: #0a7478; }
.menu-item-price em { font-style: normal; font-weight: 500; font-size: .8rem; color: rgba(28,36,52,.5); }
.menu-empty { text-align: center; color: rgba(28,36,52,.55); padding: 2rem; }
.menu-hours { padding: 1.5rem 0 2rem; }
.menu-hours h2 { margin: 0 0 1rem; font-size: 1.1rem; }
.menu-hours ul { list-style: none; margin: 0; padding: 0; }
.menu-hours li { display: flex; justify-content: space-between; padding: .55rem 0; border-bottom: 1px solid rgba(28,36,52,.08); font-size: .9rem; }
.menu-footer { text-align: center; padding: 1.5rem 0; color: rgba(28,36,52,.55); font-size: .85rem; }
.menu-footer a { color: inherit; }
.menu-fab {
  position: fixed; inset-inline-end: 1rem; bottom: 1rem;
  background: #128C7E; color: #fff; text-decoration: none;
  padding: .85rem 1.1rem; border-radius: 999px; font-weight: 700;
  box-shadow: 0 10px 24px rgba(18,140,126,.35);
}
.menu-fab:focus-visible,
.menu-brand a:focus-visible,
.menu-footer a:focus-visible {
  outline: 2px solid #0d9498;
  outline-offset: 3px;
}
.preview-banner { background: #b45309; color: #fff; text-align: center; padding: .65rem 1rem; font-size: .875rem; }
.preview-banner a { color: #fff; font-weight: 700; margin-inline-start: .5rem; }
.preview-banner--demo { background: #0d9498; }
.menu-nav-links { display: flex; gap: .85rem; font-size: .9rem; }
.menu-nav-links a { color: inherit; text-decoration: none; opacity: .78; }
.menu-nav-links a:hover { opacity: 1; }
@media (max-width: 720px) {
  .menu-nav-links { display: none; }
}
