@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@400;600;700;800&family=Tajawal:wght@400;500;700;800&family=Amiri:wght@400;700&family=Noto+Kufi+Arabic:wght@400;700&family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;0,700;1,400&family=Playfair+Display:wght@400;600;700&family=Lora:wght@400;600;700&family=Inter:wght@400;500;600;700&display=swap');

/*
  ZEEYARA MENU v9.1
  ─────────────────
  PHP writes these CSS vars inline on .zeeyara-menu-shell:
    --zee-gold / --zee-gold-dk / --zee-paper / --zee-ink / --zee-muted / --zee-line
    --zee-font-ar / --zee-font-en
    --zee-header-title-en-size   (px)
    --zee-header-title-ar-size   (px)
    --zee-category-title-size    (px)
    --zee-item-title-en-size     (px)
    --zee-item-title-ar-size     (px)
    --zee-description-size       (px)
    --zee-tab-label-size         (px)
    --zee-price-size             (px)
  This CSS file uses EXACTLY those names.
*/

/* ── 1. Root defaults (PHP inline style wins via specificity) ── */
:root {
  --zee-paper:   #fbf8f3;
  --zee-ink:     #2f2418;
  --zee-muted:   #7b6d5d;
  --zee-line:    #e7dbc7;
  --zee-gold:    #b17a2b;
  --zee-gold-dk: #8b5f1e;
  --zee-shadow:  0 10px 26px rgba(34,25,16,.06);

  --zee-font-ar: 'Cairo', sans-serif;
  --zee-font-en: 'Cormorant Garamond', serif;

  /* These MUST match PHP output names exactly */
  --zee-header-title-en-size: 34px;
  --zee-header-title-ar-size: 22px;
  --zee-category-title-size:  40px;
  --zee-item-title-en-size:   22px;
  --zee-item-title-ar-size:   24px;
  --zee-description-size:     14px;
  --zee-tab-label-size:       13px;
  --zee-price-size:           13px;
}

/* ── 2. Shell ── */
.zeeyara-menu-shell, .zeeyara-menu-shell * { box-sizing: border-box; }
.zeeyara-menu-shell {
  color: var(--zee-ink);
  font-family: var(--zee-font-en);
  background: transparent;
}
body.zeeyara-menu-virtual-body {
  background: linear-gradient(180deg, color-mix(in srgb, var(--zee-paper) 98%, white), color-mix(in srgb, var(--zee-paper) 80%, #e8c97e));
  min-height: 100vh;
}
.zeeyara-virtual-shell { max-width: 1100px; margin: 0 auto; padding: 18px 14px 56px; }

/* ══════════════════════════════════════════════════
   3.  HEADER  — clean 3-column card
   Logo │ Identity │ Actions
   dir="ltr" is always forced in HTML so layout
   never flips regardless of menu language.
══════════════════════════════════════════════════ */

.zee-header {
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px 20px;
  margin-bottom: 18px;
  border-radius: 20px;
  background: #fff;
  border: 1px solid color-mix(in srgb, var(--zee-gold) 18%, transparent);
  box-shadow:
    0 1px 0 rgba(255,255,255,.95) inset,
    0 8px 24px rgba(40,26,12,.06),
    0 1px 4px rgba(40,26,12,.04);
  overflow: hidden;
}

/* Gold hairline across the top */
.zee-header::before {
  content: '';
  position: absolute;
  inset: 0 0 auto;
  height: 2px;
  background: linear-gradient(90deg,
    transparent 5%,
    color-mix(in srgb, var(--zee-gold) 45%, transparent) 35%,
    color-mix(in srgb, var(--zee-gold) 65%, transparent) 50%,
    color-mix(in srgb, var(--zee-gold) 45%, transparent) 65%,
    transparent 95%);
}

/* ── Logo ── */
.zee-hdr-logo-wrap { flex-shrink: 0; }
.zee-hdr-logo {
  display: flex; align-items: center; justify-content: center;
  overflow: hidden;
  background: #fafaf8;
  border: 1.5px solid color-mix(in srgb, var(--zee-gold) 22%, transparent);
  box-shadow: 0 3px 10px rgba(34,25,16,.08);
  /* width / height / border-radius set inline via PHP */
}
.zee-hdr-logo img { width: 100%; height: 100%; display: block; object-fit: cover; }
.zee-hdr-logo.is-contain img { object-fit: contain; padding: 4px; }
.zee-hdr-logo.is-initial {
  font-family:  var(--zee-font-en, 'Cormorant Garamond', serif);
  font-weight:  800;
  color:        var(--zee-gold);
  background:   color-mix(in srgb, var(--zee-gold) 7%, #fff);
  letter-spacing: .05em;
}

/* ── Identity: names + address ── */
.zee-hdr-identity {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 3px;
}

/* English name — large, serif, uppercase */
.zee-hdr-en {
  font-size:      var(--zee-header-title-en-size, 24px);
  font-family:    var(--zee-font-en, 'Cormorant Garamond', serif);
  font-weight:    700;
  line-height:    1.05;
  letter-spacing: .1em;
  text-transform: uppercase;
  color:          var(--zee-ink);
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}

/* Arabic name — medium, sans, no transform */
.zee-hdr-ar {
  font-size:   var(--zee-header-title-ar-size, 15px);
  font-family: var(--zee-font-ar, 'Cairo', sans-serif);
  font-weight: 600;
  line-height: 1.3;
  color:       var(--zee-muted);
  /* always RTL text regardless of page dir */
  unicode-bidi: isolate;
  direction: rtl;
}

/* Address row */
.zee-hdr-addr {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-top: 2px;
  font-family: var(--zee-font-ar, 'Cairo', sans-serif);
  font-size:   11px;
  color:       color-mix(in srgb, var(--zee-muted) 80%, transparent);
  line-height: 1.3;
}
.zee-hdr-addr svg { color: var(--zee-gold); flex-shrink: 0; }

/* Cover note pill */
.zee-hdr-note {
  align-self: flex-start;
  margin-top: 4px;
  padding: 3px 10px;
  border-radius: 999px;
  border: 1px solid color-mix(in srgb, var(--zee-gold) 20%, transparent);
  background: color-mix(in srgb, var(--zee-gold) 6%, #fff);
  font-family: var(--zee-font-ar, 'Cairo', sans-serif);
  font-size: 10px; font-weight: 700;
  color: var(--zee-gold-dk);
  max-width: 100%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}

/* ── Actions: contacts + lang switcher ── */
.zee-hdr-actions {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
  /* subtle left separator */
  padding-left: 16px;
  border-left: 1px solid color-mix(in srgb, var(--zee-gold) 14%, transparent);
}

/* Contact icon buttons */
.zee-hdr-contacts { display: flex; gap: 6px; }
.zee-cta {
  display: inline-flex; align-items: center; justify-content: center;
  width: 36px; height: 36px; border-radius: 50%;
  text-decoration: none;
  transition: transform .15s ease, opacity .15s ease;
  flex-shrink: 0;
}
.zee-cta:hover { transform: translateY(-2px); opacity: .88; }
.zee-cta--call {
  background: linear-gradient(145deg, var(--zee-gold), var(--zee-gold-dk));
  color: #fff;
  box-shadow: 0 4px 12px color-mix(in srgb, var(--zee-gold) 34%, transparent);
}
.zee-cta--wa {
  background: #22c55e;
  color: #fff;
  box-shadow: 0 4px 12px rgba(34,197,94,.28);
}

/* Language pill */
.zee-lang-pill {
  display: flex;
  background: color-mix(in srgb, var(--zee-gold) 7%, #fff);
  border: 1px solid color-mix(in srgb, var(--zee-gold) 18%, transparent);
  border-radius: 999px;
  padding: 3px;
  gap: 2px;
}
.zee-lang-btn {
  appearance: none; border: none; background: transparent;
  border-radius: 999px; padding: 6px 14px;
  font-family: var(--zee-font-ar, 'Cairo', sans-serif);
  font-size: 12px; font-weight: 800;
  color: var(--zee-muted); cursor: pointer;
  transition: background .18s, color .18s, box-shadow .18s;
  min-height: 32px; min-width: 46px;
  line-height: 1;
}
.zee-lang-btn:hover { color: var(--zee-ink); }
.zee-lang-btn.is-active {
  background: linear-gradient(135deg, var(--zee-gold), var(--zee-gold-dk));
  color: #fff;
  box-shadow: 0 4px 12px color-mix(in srgb, var(--zee-gold) 32%, transparent);
}

/* ── Keep old class names working (landing page etc.) ── */
.zeeyara-v8-header { /* alias */ }
.zeeyara-toolbar-btn { display: none; }   /* replaced by zee-lang-btn */
.zeeyara-lang-switcher-wrap,
.zeeyara-lang-switcher,
.zeeyara-switch-label { display: none; } /* replaced */
.zee-hdr-a, .zee-hdr-b, .zee-hdr-c,
.zee-hdr-logo-wrap, .zee-hdr-logo,
.zee-hdr-contact, .zee-contact-btn { /* legacy kept */ }
.zeeyara-v8-branch { display: flex; align-items: center; gap: 14px; min-width: 0; }
.zeeyara-v8-brand-mark img { width: 72px; height: 72px; border-radius: 18px; object-fit: cover;
  border: 1px solid color-mix(in srgb, var(--zee-gold) 22%, transparent); background: #fff; padding: 3px;
  box-shadow: 0 6px 18px rgba(34,25,16,.10); flex-shrink: 0; }
.zeeyara-v8-brand-logo img { object-fit: contain; background: transparent; }
.zeeyara-v8-branch-copy { display: flex; flex-direction: column; gap: 3px; min-width: 0; }
.zeeyara-v8-branch-en { font-size: var(--zee-header-title-en-size, 24px); font-family: var(--zee-font-en,'Cormorant Garamond',serif);
  font-weight: 700; line-height: 1.05; letter-spacing: .1em; text-transform: uppercase; color: var(--zee-ink); }
.zeeyara-v8-branch-ar { font-size: var(--zee-header-title-ar-size, 15px); font-family: var(--zee-font-ar,'Cairo',sans-serif);
  font-weight: 600; line-height: 1.3; color: var(--zee-muted); }
.zeeyara-v8-branch-note, .zeeyara-v8-branch-meta { display: none; }
.zee-meta-addr, .zee-meta-phone { font-family: 'Cairo', sans-serif; font-size: 11px; color: var(--zee-muted); }
.zeeyara-v8-toolbar { display: flex; align-items: center; justify-content: flex-end; flex-shrink: 0; }
.zeeyara-theme-toggle, .zeeyara-toolbar-note, .tab-icon,
.zeeyara-mobile-jump, .zeeyara-page-controls { display: none !important; }

/* ── Responsive ── */
@media (max-width: 900px) {
  .zee-header { padding: 14px 16px; gap: 13px; }
  .zeeyara-menu-page { padding: 18px 18px 14px; }
}

@media (max-width: 640px) {
  .zeeyara-virtual-shell { padding: 10px 10px 32px; }
  .zee-header { padding: 12px 14px; gap: 10px; border-radius: 16px; margin-bottom: 12px; }
  .zee-hdr-actions { padding-left: 12px; gap: 6px; }
  .zee-hdr-en { font-size: clamp(14px, 4.8vw, var(--zee-header-title-en-size, 24px)); }
  .zee-hdr-ar { font-size: clamp(11px, 3.2vw, var(--zee-header-title-ar-size, 15px)); }
  .zee-cta  { width: 32px; height: 32px; }
  .zee-lang-btn { padding: 5px 10px; font-size: 11px; min-width: 38px; }
}

@media (max-width: 420px) {
  /* Stack: logo+names top row, actions bottom row */
  .zee-header { flex-wrap: wrap; }
  .zee-hdr-logo-wrap { order: 1; }
  .zee-hdr-identity  { order: 2; flex: 1; min-width: 0; }
  .zee-hdr-actions   {
    order: 3; width: 100%; flex-direction: row; justify-content: space-between; align-items: center;
    border-left: none; padding-left: 0;
    padding-top: 10px;
    border-top: 1px solid color-mix(in srgb, var(--zee-gold) 14%, transparent);
  }
}

/* ── 4. SLIDER ── */
.zee-slider-wrap {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  margin-bottom: 18px;
  background: var(--zee-line);
  aspect-ratio: 16 / 5;
  max-height: 340px;
  box-shadow: 0 14px 38px rgba(34,25,16,.09);
}
.zee-slider-track {
  display: flex;
  width: 100%; height: 100%;
  transition: transform .55s cubic-bezier(.4,0,.2,1);
}
.zee-slide {
  flex: 0 0 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
.zee-slider-btn {
  position: absolute;
  top: 50%; transform: translateY(-50%);
  appearance: none; border: none;
  width: 42px; height: 42px; border-radius: 50%;
  background: rgba(255,255,255,.88); color: var(--zee-ink);
  font-size: 18px; cursor: pointer; line-height: 1;
  box-shadow: 0 6px 18px rgba(34,25,16,.14);
  transition: .2s ease; z-index: 2;
  display: flex; align-items: center; justify-content: center;
}
.zee-slider-btn:hover { background: #fff; transform: translateY(-50%) scale(1.07); }
.zee-slider-btn.prev { left: 12px; }
.zee-slider-btn.next { right: 12px; }
.zee-slider-dots {
  position: absolute; bottom: 10px; left: 50%; transform: translateX(-50%);
  display: flex; gap: 6px; z-index: 2;
}
.zee-slider-dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: rgba(255,255,255,.5); border: none; cursor: pointer; padding: 0;
  transition: .2s ease;
}
.zee-slider-dot.is-active { background: #fff; width: 22px; border-radius: 4px; }
.zee-slider-wrap.has-one .zee-slider-btn,
.zee-slider-wrap.has-one .zee-slider-dots { display: none; }

/* ── 5. Category nav ── */
.zeeyara-section-nav {
  display: flex; gap: 10px; overflow-x: auto;
  padding: 4px 2px 14px; margin: 0 0 18px; scrollbar-width: none;
}
.zeeyara-section-nav::-webkit-scrollbar { display: none; }
/* Sticky nav — activated when admin enables sticky_category_nav */
.zeeyara-section-nav.is-sticky {
  position: sticky;
  top: 0;
  z-index: 40;
  background: color-mix(in srgb, var(--zee-paper) 96%, white);
  /* fallback for older browsers */
  background: rgba(251,248,242,.97);
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid color-mix(in srgb, var(--zee-gold) 15%, transparent);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.zeeyara-page-tab {
  flex: 0 0 auto; min-width: 155px; padding: 13px 16px; border-radius: 20px;
  border: 1px solid color-mix(in srgb, var(--zee-gold) 16%, transparent);
  background: linear-gradient(180deg, rgba(255,255,255,.96), rgba(250,245,238,.92));
  color: var(--zee-muted); cursor: pointer;
  box-shadow: 0 8px 20px rgba(34,25,16,.05);
  transition: .22s ease; position: relative;
}
.zeeyara-page-tab:hover { transform: translateY(-1px); border-color: color-mix(in srgb, var(--zee-gold) 30%, transparent); color: var(--zee-ink); }

/* ★ THE FIX: tab labels use var() as font-size, NOT inside font shorthand */
.zeeyara-page-tab .tab-label-en {
  display: block;
  font-size:      var(--zee-tab-label-size, 13px);
  font-family:    var(--zee-font-en, 'Cormorant Garamond', serif);
  font-weight:    700;
  letter-spacing: .14em; text-transform: uppercase; line-height: 1.2;
}
.zeeyara-page-tab .tab-label-ar {
  display: block; margin-top: 5px;
  font-size:   var(--zee-tab-label-size, 13px);
  font-family: var(--zee-font-ar, 'Cairo', sans-serif);
  font-weight: 800; line-height: 1.2; direction: rtl; text-align: right;
}
.zeeyara-page-tab.is-active {
  background: linear-gradient(135deg, color-mix(in srgb, var(--zee-gold) 12%, transparent), rgba(255,255,255,.98));
  border-color: color-mix(in srgb, var(--zee-gold) 38%, transparent); color: var(--zee-ink);
  box-shadow: 0 10px 28px color-mix(in srgb, var(--zee-gold) 15%, transparent);
}
.zeeyara-page-tab.is-active::after {
  content: ''; position: absolute; left: 16px; right: 16px; bottom: 7px;
  height: 2px; border-radius: 999px;
  background: linear-gradient(90deg, transparent, var(--zee-gold), transparent);
}
/* Language show/hide */
.zeeyara-menu-shell.lang-en .tab-label-ar,
.zeeyara-menu-shell.lang-en .section-title-ar { display: none !important; }
.zeeyara-menu-shell.lang-ar .tab-label-en,
.zeeyara-menu-shell.lang-ar .section-title-en { display: none !important; }

/* ── 6. Menu pages ── */
.zeeyara-pages-wrap { position: relative; }
.zeeyara-menu-page {
  display: none;
  background: linear-gradient(180deg, color-mix(in srgb, var(--zee-paper) 97%, white), color-mix(in srgb, var(--zee-paper) 93%, white));
  border: 1px solid color-mix(in srgb, var(--zee-gold) 14%, transparent); border-radius: 26px;
  box-shadow: 0 14px 40px rgba(77,52,20,.07); padding: 22px 24px 18px;
}
.zeeyara-menu-page.is-active { display: block; }
.zeeyara-v8-section-head {
  display: flex; justify-content: space-between; align-items: center;
  gap: 16px; margin-bottom: 14px; padding-bottom: 12px;
  border-bottom: 1px solid color-mix(in srgb, var(--zee-gold) 15%, transparent);
}

/* ★ THE FIX: category titles use --zee-category-title-size */
.section-title-en {
  margin: 0;
  font-size:      var(--zee-category-title-size, 40px);
  font-family:    var(--zee-font-en, 'Cormorant Garamond', serif);
  font-weight:    700;
  line-height:    1.1; letter-spacing: .10em; text-transform: uppercase;
  color: var(--zee-ink);
}
.section-title-ar {
  margin: 0;
  font-size:   var(--zee-category-title-size, 40px);
  font-family: var(--zee-font-ar, 'Cairo', sans-serif);
  font-weight: 800; line-height: 1.2; direction: rtl; text-align: right;
  color: var(--zee-gold-dk);
}

.zeeyara-section-gallery {
  display: grid; grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 12px; margin: 0 0 16px;
}
.zeeyara-section-gallery.is-single { grid-template-columns: 1fr; }
.section-gallery-card { margin: 0; border-radius: 16px; overflow: hidden; border: 1px solid var(--zee-line); }
.section-gallery-card img { display: block; width: 100%; height: 200px; object-fit: cover; }

/* ── 7. Menu items ── */
.zeeyara-menu-list { display: flex; flex-direction: column; }
.zeeyara-menu-line {
  display: grid; grid-template-columns: auto minmax(0,1fr);
  gap: 16px; align-items: start; padding: 18px 0;
  border-bottom: 1px solid color-mix(in srgb, var(--zee-gold) 12%, transparent); cursor: pointer;
}
.zeeyara-menu-line:last-child { border-bottom: none; padding-bottom: 8px; }
.zeeyara-menu-line.has-thumb .item-thumb { display: block; }
.item-thumb {
  display: none; width: var(--zee-item-image-size, 74px); height: var(--zee-item-image-size, 74px); margin: 0;
  border-radius: 18px; overflow: hidden;
  border: 1px solid color-mix(in srgb, var(--zee-gold) 18%, transparent); background: #fff; flex-shrink: 0;
  box-shadow: 0 8px 20px rgba(34,25,16,.07);
}
.item-thumb img { display: block; width: 100%; height: 100%; object-fit: cover; }
.menu-copy { min-width: 0; }
.menu-copy-head { display: none; }
.zeeyara-menu-shell.lang-en .menu-lang-panel-en,
.zeeyara-menu-shell.lang-ar .menu-lang-panel-ar { display: block; }
.item-name-row { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 14px; align-items: baseline; }
.item-name-row-ar { direction: rtl; }

.item-name { font-weight: 700; color: var(--zee-ink); line-height: 1.3; min-width: 0; word-break: break-word; }

/* ★ THE FIX: item names use --zee-item-title-en-size / --zee-item-title-ar-size */
.zeeyara-menu-shell.lang-en .item-name,
.zeeyara-menu-shell.lang-bilingual .item-name-row-en .item-name {
  font-size:   var(--zee-item-title-en-size, 22px);
  font-family: var(--zee-font-en, 'Cormorant Garamond', serif);
  letter-spacing: .01em;
}
.zeeyara-menu-shell.lang-ar .item-name,
.zeeyara-menu-shell.lang-bilingual .item-name-row-ar .item-name {
  font-size:   var(--zee-item-title-ar-size, 24px);
  font-family: var(--zee-font-ar, 'Cairo', sans-serif);
  direction: rtl; text-align: right;
}

/* ★ THE FIX: price uses --zee-price-size */
.item-price {
  white-space: nowrap;
  font-family: 'Cairo', sans-serif;
  font-size:   var(--zee-price-size, 13px);
  font-weight: 800; line-height: 1.2; color: var(--zee-gold-dk);
  padding: 7px 12px; border-radius: 999px;
  background: color-mix(in srgb, var(--zee-gold) 9%, transparent); border: 1px solid color-mix(in srgb, var(--zee-gold) 14%, transparent);
}
.item-price .currency { font-size: calc(var(--zee-price-size, 13px) - 2px); letter-spacing: .08em; text-transform: uppercase; }

/* ★ THE FIX: description uses --zee-description-size */
.item-desc {
  margin-top: 7px;
  font-size:   var(--zee-description-size, 14px);
  font-family: var(--zee-font-en, serif);
  color: var(--zee-muted); line-height: 1.75; max-width: 66ch;
}
.zeeyara-menu-shell.lang-ar .item-desc,
.zeeyara-menu-shell.lang-bilingual .item-desc-ar {
  font-family: var(--zee-font-ar, 'Cairo', sans-serif);
  direction: rtl; text-align: right; max-width: none;
}
.zeeyara-menu-line.is-special .item-name::after { content: ' ★'; color: var(--zee-gold); font-size: .78em; }

/* ── 8. Footer ── */
.zeeyara-page-footer { margin-top: 18px; padding-top: 14px; border-top: 1px solid color-mix(in srgb, var(--zee-gold) 14%, transparent); }
.footer-line { font-size: 12px; color: var(--zee-muted); line-height: 1.7; }
.zeeyara-menu-shell.lang-en .zeeyara-lang-ar,
.zeeyara-menu-shell.lang-ar .zeeyara-lang-en { display: none !important; }
.zeeyara-menu-shell.lang-ar .footer-line {
  font-family: var(--zee-font-ar, 'Cairo', sans-serif); direction: rtl; text-align: right;
}

/* ── 9. Single-language mode ── */
.zeeyara-menu-v8.single-language .zeeyara-section-gallery { display: none !important; }
.zeeyara-menu-v8.single-language .zeeyara-menu-line { grid-template-columns: 1fr; gap: 0; }
.zeeyara-menu-v8.single-language.lang-en .menu-lang-panel-ar,
.zeeyara-menu-v8.single-language.lang-ar .menu-lang-panel-en { display: none !important; }

/* ── 10. Item modal ── */
.zeeyara-item-modal[hidden] { display: none !important; }
.zeeyara-item-modal { position: fixed; inset: 0; z-index: 9999; }
.zeeyara-item-modal__backdrop { position: absolute; inset: 0; background: rgba(18,14,10,.58); backdrop-filter: blur(3px); }
.zeeyara-item-modal__dialog {
  position: relative; max-width: 740px; width: min(92vw, 740px); margin: 6vh auto;
  background: #fff; border-radius: 26px; overflow: hidden; box-shadow: 0 30px 70px rgba(0,0,0,.24);
}
.zeeyara-item-modal__close {
  position: absolute; top: 12px; right: 12px; appearance: none; border: none;
  background: #fff; width: 38px; height: 38px; border-radius: 50%;
  font-size: 24px; cursor: pointer; z-index: 2; box-shadow: 0 6px 18px rgba(0,0,0,.12);
}
.zeeyara-item-modal__media { height: 220px; background: linear-gradient(135deg, #f5ead8, #fff); }
.zeeyara-item-modal__media img { display: block; width: 100%; height: 100%; object-fit: cover; }
.zeeyara-item-modal__placeholder {
  height: 100%; display: grid; place-items: center; color: var(--zee-muted);
  font-family: var(--zee-font-en, serif); font-size: 24px; font-weight: 700;
  letter-spacing: .14em; text-transform: uppercase;
}
.zeeyara-item-modal__body { padding: 22px; }
.zeeyara-item-modal__badges { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 10px; }
.zeeyara-badge { display: inline-flex; padding: 6px 10px; border-radius: 999px; background: #f7efe0; color: var(--zee-gold-dk); font-family: 'Cairo', sans-serif; font-size: 12px; font-weight: 700; }
.zeeyara-item-modal__title-en { font-family: var(--zee-font-en, serif); font-size: 26px; font-weight: 700; line-height: 1.2; margin-bottom: 8px; color: var(--zee-ink); }
.zeeyara-item-modal__desc-en { margin: 0 0 10px; color: var(--zee-muted); line-height: 1.8; }
.zeeyara-item-modal__price-wrap { display: inline-flex; gap: 6px; align-items: baseline; padding: 10px 14px; border-radius: 999px; background: #f8f1e4; color: var(--zee-gold-dk); font-family: 'Cairo', sans-serif; font-weight: 800; }
body.zeeyara-modal-open { overflow: hidden; }

/* ── 11. Branch style variants ── */
.zeeyara-menu-shell.branch-style-classic .zeeyara-v8-header { border-radius: 16px; box-shadow: none; }
.zeeyara-menu-shell.branch-style-classic .zeeyara-menu-page { border-radius: 16px; box-shadow: none; }
.zeeyara-menu-shell.branch-style-modern .zeeyara-v8-header { border-radius: 22px; }

/* ── 12. Landing page ── */
.zeeyara-landing .zeeyara-v8-header { margin-bottom: 28px; }
.zeeyara-branches-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px,1fr)); gap: 20px; }
.zeeyara-branch-link-card {
  display: flex; flex-direction: column; background: #fff;
  border: 1px solid var(--zee-line); border-radius: 26px; overflow: hidden;
  text-decoration: none; color: inherit; box-shadow: var(--zee-shadow); transition: .24s ease;
}
.zeeyara-branch-link-card:hover { transform: translateY(-3px); box-shadow: 0 22px 48px rgba(34,25,16,.11); border-color: color-mix(in srgb, var(--zee-gold) 34%, transparent); }
.zbranch-cover { height: 190px; background-size: cover; background-position: center; background-color: var(--zee-line); }
.zbranch-cover-placeholder { background: linear-gradient(135deg, #e8dcc6, #c9b898); }
.zbranch-body { padding: 20px 20px 16px; display: flex; flex-direction: column; gap: 10px; position: relative; }
.zbranch-logo { width: 62px; height: 62px; border-radius: 18px; overflow: hidden; border: 2px solid var(--zee-line); background: #fff; box-shadow: 0 6px 18px rgba(34,25,16,.10); margin-top: -50px; flex-shrink: 0; }
.zbranch-logo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.zbranch-logo-initial { display: flex; align-items: center; justify-content: center; font-family: var(--zee-font-ar, 'Cairo', sans-serif); font-size: 22px; font-weight: 800; color: #fff; background: linear-gradient(135deg, var(--zee-gold), var(--zee-gold-dk)); width: 100%; height: 100%; }
.zbranch-info { display: flex; flex-direction: column; gap: 4px; }
.zbranch-name-en { margin: 0; font-size: 24px; font-family: var(--zee-font-en, 'Cormorant Garamond', serif); font-weight: 700; letter-spacing: .07em; text-transform: uppercase; color: var(--zee-ink); }
.zbranch-name-ar { margin: 0; font-size: 15px; font-family: var(--zee-font-ar, 'Cairo', sans-serif); font-weight: 700; color: var(--zee-muted); direction: rtl; }
.zbranch-address, .zbranch-phone { display: block; font-family: 'Cairo', sans-serif; font-size: 13px; color: var(--zee-muted); margin-top: 3px; }
.zbranch-cta { display: inline-flex; align-items: center; gap: 6px; margin-top: 4px; padding: 9px 16px; border-radius: 999px; background: linear-gradient(180deg, var(--zee-gold), var(--zee-gold-dk)); color: #fff; font-family: 'Cairo', sans-serif; font-size: 13px; font-weight: 700; width: fit-content; box-shadow: 0 8px 20px color-mix(in srgb, var(--zee-gold) 26%, transparent); }

/* ── 13. Responsive ── */
@media (max-width: 900px) {
  .zeeyara-v8-header { padding: 14px 16px; }
  .zeeyara-menu-page { padding: 18px 18px 14px; }
}
@media (max-width: 768px) {
  .zeeyara-v8-header { padding: 13px 14px; gap: 0 10px; }
  .zeeyara-toolbar-btn { min-width: 66px; padding: 7px 12px; font-size: 11px; }
  .zee-contact-btn { width: 34px; height: 34px; }
  .zeeyara-section-nav { gap: 8px; padding-bottom: 10px; margin-bottom: 12px; }
  .zeeyara-page-tab { min-width: 130px; padding: 10px 12px; border-radius: 16px; }
  .zeeyara-branches-grid { grid-template-columns: repeat(auto-fill, minmax(260px,1fr)); }
}
@media (max-width: 560px) {
  /* 2-col grid: logo spans 2 rows, names row 1, controls row 2 */
  .zeeyara-v8-header { grid-template-columns: auto 1fr; grid-template-rows: auto auto; gap: 6px 10px; padding: 12px 13px; border-radius: 18px; }
  .zee-hdr-a { grid-column: 1; grid-row: 1 / 3; align-self: center; }
  .zee-hdr-b { grid-column: 2; grid-row: 1; }
  .zee-hdr-c { grid-column: 2; grid-row: 2; flex-direction: row; align-items: center; justify-content: space-between; }
  .zeeyara-lang-switcher-wrap { align-items: flex-end; }
}
@media (max-width: 640px) {
  .zeeyara-virtual-shell { padding: 10px 10px 32px; }
  .zeeyara-v8-header { margin-bottom: 12px; }
  .zeeyara-v8-brand-mark img { width: 52px; height: 52px; border-radius: 14px; }
  /* Responsive: scale down text sizes */
  .zee-hdr-name-en, .zeeyara-v8-branch-en { font-size: clamp(15px, 5vw, var(--zee-header-title-en-size, 26px)); }
  .zee-hdr-name-ar, .zeeyara-v8-branch-ar { font-size: clamp(12px, 3.5vw, var(--zee-header-title-ar-size, 15px)); }
  .zeeyara-v8-branch-note { display: none; }
  .zeeyara-page-tab { min-width: 118px; padding: 9px 11px; border-radius: 14px; }
  .zeeyara-page-tab .tab-label-en,
  .zeeyara-page-tab .tab-label-ar { font-size: clamp(10px, 2.5vw, var(--zee-tab-label-size, 13px)); }
  .zeeyara-menu-page { border-radius: 18px; padding: 14px 12px 10px; }
  .section-title-en, .section-title-ar { font-size: clamp(18px, 5.5vw, var(--zee-category-title-size, 40px)); }
  .zeeyara-menu-line { gap: 10px; padding: 14px 0; }
  .zeeyara-menu-shell.lang-en .item-name { font-size: clamp(16px, 4.5vw, var(--zee-item-title-en-size, 22px)); }
  .zeeyara-menu-shell.lang-ar .item-name { font-size: clamp(16px, 4.5vw, var(--zee-item-title-ar-size, 24px)); }
  .item-price { font-size: clamp(11px, 3vw, var(--zee-price-size, 13px)); padding: 5px 10px; }
  .item-desc  { font-size: clamp(11px, 3vw, var(--zee-description-size, 14px)); }
  .zee-slider-wrap { border-radius: 16px; aspect-ratio: 16/7; max-height: 200px; margin-bottom: 12px; }
  .zee-slider-btn { width: 36px; height: 36px; font-size: 16px; }
  .zeeyara-branches-grid { grid-template-columns: 1fr; gap: 14px; }
  .zbranch-cover { height: 160px; }
  .zbranch-name-en { font-size: 20px; }
  .zeeyara-item-modal__dialog { width: min(94vw,740px); margin: 4vh auto; }
  .zeeyara-item-modal__media { height: 180px; }
}
