/* ==========================================================================
   BASILIC Cafe & Restaurant — public site
   Mobile first (390 design frame) → desktop ≥ 1024px (1440 design frame).
   Logical properties everywhere so Persian (RTL) mirrors automatically.
   ========================================================================== */

:root {
  --bg-900: #0A110D;
  --bg-800: #0E1612;
  --bg-700: #131D18;
  --bg-600: #18251E;
  --bg-500: #1F2F26;
  --gold-300: #E4CD98;
  --gold-500: #C9A96B;
  --gold-700: #8E7443;
  --cream-50: #FAF6EE;
  --cream-100: #F3ECDF;
  --cream-300: #CEC5B3;
  --cream-500: #97A096;
  --line-12: rgba(201, 169, 107, .12);
  --line-24: rgba(201, 169, 107, .24);
  --line-40: rgba(201, 169, 107, .40);
  --scrim: rgba(5, 9, 7, .64);
  --terracotta: #D0764A;
  --basil: #8DB074;
  --tint-gold-8: rgba(201, 169, 107, .08);
  --tint-gold-14: rgba(201, 169, 107, .14);
  --tint-gold-20: rgba(201, 169, 107, .20);
  --tint-gold-32: rgba(201, 169, 107, .32);
  --tint-basil-14: rgba(141, 176, 116, .14);
  --tint-basil-32: rgba(141, 176, 116, .32);
  --tint-terra-14: rgba(208, 118, 74, .14);
  --tint-terra-32: rgba(208, 118, 74, .32);
  --tint-cream-8: rgba(206, 197, 179, .08);
  --glass-bar: rgba(14, 22, 18, .92);
  --glass-dark: rgba(10, 17, 13, .6);

  --f-display: "Cormorant Garamond", "Cormorant", Georgia, "Times New Roman", serif;
  --f-ui: "Manrope", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  --f-brand-d: "Cormorant Garamond", Georgia, serif;
  --f-brand-u: "Manrope", system-ui, sans-serif;

  --header-h: 60px;
  --chips-h: 60px;
  --ease: cubic-bezier(.2, .8, .2, 1);
  --container: 1200px;
}
html[lang="fa"] {
  --f-display: "Vazirmatn", Tahoma, sans-serif;
  --f-ui: "Vazirmatn", Tahoma, sans-serif;
}

/* ---------- reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  min-height: 100vh;
  background: var(--bg-800);
  color: var(--cream-300);
  font: 400 15px/24px var(--f-ui);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  overflow-x: clip;
}
body.is-locked { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; -webkit-tap-highlight-color: transparent; }
button { font: inherit; color: inherit; background: none; border: 0; padding: 0; cursor: pointer; -webkit-tap-highlight-color: transparent; }
h1, h2, h3, p, ul, dl, dd, figure { margin: 0; }
ul { padding: 0; list-style: none; }
input { font: inherit; color: inherit; }
[hidden] { display: none !important; }
:focus-visible { outline: 2px solid var(--gold-500); outline-offset: 2px; border-radius: 6px; }
::selection { background: var(--gold-500); color: var(--bg-900); }

.icon { flex: none; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
[dir="rtl"] .flip-rtl { transform: scaleX(-1); }
.sr-only { position: absolute !important; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.skip-link { position: absolute; inset-inline-start: 16px; top: -100px; z-index: 200; padding: 10px 16px; border-radius: 12px; background: var(--gold-500); color: var(--bg-900); font-weight: 600; }
.skip-link:focus { top: 12px; }

@media (max-width: 1023.98px) { .only-desktop { display: none !important; } }
@media (min-width: 1024px) { .only-mobile { display: none !important; } }

/* ---------- typography ---------- */
.eyebrow, .label-cream {
  font: 600 11px/16px var(--f-ui);
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--gold-500);
}
.label-cream { color: var(--cream-500); }
.display-l {
  font: 600 40px/44px var(--f-display);
  letter-spacing: -.005em;
  color: var(--cream-50);
  overflow-wrap: break-word;
}
.accent { font: italic 500 24px/32px var(--f-display); color: var(--gold-300); }
.body-l { font: 400 15px/24px var(--f-ui); color: var(--cream-300); }

html[lang="fa"] .eyebrow, html[lang="fa"] .label-cream { font: 600 12px/18px var(--f-ui); letter-spacing: 0; text-transform: none; }
html[lang="fa"] .display-l { font: 700 30px/44px var(--f-display); letter-spacing: 0; }
html[lang="fa"] .accent { font: 500 20px/32px var(--f-display); }
html[lang="ru"] .display-l, html[lang="ru"] .hero__title, html[lang="ru"] .page-hero__title { hyphens: auto; }

/* ---------- logo (app/views/site/partials/logo.php) ---------- */
.logo { display: block; flex: none; align-self: center; width: auto; height: 46px; aspect-ratio: 967 / 1136; object-fit: contain; }
.logo--stacked { height: 132px; }
.drawer__bar .logo { height: 44px; }

/* ornament: line · leaf · line */
.ornament { display: inline-flex; align-items: center; gap: 10px; }
.ornament i { width: 32px; height: 1px; background: var(--gold-500); opacity: .5; }
.ornament svg { width: 18px; height: 12px; fill: none; stroke: var(--gold-500); stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }

/* ---------- buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  height: 52px; padding: 0 28px; border-radius: 26px;
  font: 600 13px/20px var(--f-ui); letter-spacing: .10em; text-transform: uppercase;
  white-space: nowrap; border: 1px solid transparent;
  transition: background-color .2s, border-color .2s, color .2s, transform .2s;
}
.btn--m { height: 44px; padding: 0 22px; border-radius: 22px; }
.btn--primary { background: var(--gold-500); color: var(--bg-900); }
.btn--primary:hover { background: var(--gold-300); }
.btn--secondary { border-color: var(--line-40); color: var(--cream-50); }
.btn--secondary .icon { color: var(--gold-500); }
.btn--secondary:hover { background: var(--tint-gold-8); border-color: var(--gold-500); }
.btn--glass { background: var(--glass-dark); -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px); }
.btn--block { display: flex; width: 100%; }
.btn--plain { text-transform: none; letter-spacing: .02em; }
.btn:active { transform: scale(.98); }
html[lang="fa"] .btn { letter-spacing: 0; text-transform: none; font-size: 14px; }

.icon-btn {
  display: inline-flex; align-items: center; justify-content: center; flex: none;
  width: 36px; height: 36px; border-radius: 22px;
  border: 1px solid var(--line-24); color: var(--cream-100);
  transition: background-color .2s, border-color .2s;
}
.icon-btn:hover { background: var(--tint-gold-8); border-color: var(--line-40); }
.icon-btn--40 { width: 40px; height: 40px; border-radius: 20px; }
.icon-btn--44 { width: 44px; height: 44px; border-radius: 22px; }
.icon-btn--44 .icon { color: var(--gold-500); }

.lang-switch {
  display: inline-flex; align-items: center; gap: 6px; height: 36px;
  padding-inline: 8px 12px; border-radius: 18px; border: 1px solid var(--line-24);
  transition: background-color .2s, border-color .2s;
}
.lang-switch:hover { background: var(--tint-gold-8); border-color: var(--line-40); }
/* round flags (assets/img/flags) */
.flag { display: block; flex: none; border-radius: 50%; object-fit: cover; box-shadow: 0 0 0 1px rgba(243, 236, 223, .22); }
.lang-switch__code { font: 600 13px/20px var(--f-brand-u); letter-spacing: .04em; color: var(--cream-100); }
.lang-switch__chev { color: var(--cream-500); }

.text-link { display: inline-flex; align-items: center; gap: 6px; padding-top: 6px; font: 600 13px/20px var(--f-ui); letter-spacing: .10em; text-transform: uppercase; color: var(--gold-300); }
.text-link .icon { color: var(--gold-500); transition: transform .2s; }
.text-link:hover .icon { transform: translateX(3px); }
[dir="rtl"] .text-link:hover .icon { transform: scaleX(-1) translateX(3px); }
html[lang="fa"] .text-link { letter-spacing: 0; text-transform: none; font-size: 14px; }

/* ---------- header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  height: var(--header-h);
  background: var(--glass-bar);
  -webkit-backdrop-filter: blur(16px); backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--line-12);
}
.site-header__inner { height: 100%; display: flex; align-items: center; justify-content: space-between; padding-inline: 16px; }
.site-header__brand { display: flex; }
.site-header__actions { display: flex; align-items: center; gap: 8px; }
.site-nav { display: none; }
.site-header--overlay {
  position: fixed; inset-inline: 0; height: 64px;
  background: transparent; border-bottom-color: transparent;
  -webkit-backdrop-filter: none; backdrop-filter: none;
  transition: background-color .3s, border-color .3s, height .3s;
}
.site-header--overlay.is-scrolled {
  height: var(--header-h); background: var(--glass-bar); border-bottom-color: var(--line-12);
  -webkit-backdrop-filter: blur(16px); backdrop-filter: blur(16px);
}

/* ---------- info atoms ---------- */
.info-ico {
  display: inline-flex; align-items: center; justify-content: center; flex: none;
  width: 40px; height: 40px; border-radius: 20px; background: var(--tint-gold-8); color: var(--gold-500);
}
.info-ico--card { background: var(--bg-700); border: 1px solid var(--line-12); }
.info-txt { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.info-val { font: 400 15px/24px var(--f-ui); color: var(--cream-100); }
.info-line { display: flex; align-items: center; gap: 10px; font: 400 13px/20px var(--f-ui); color: var(--cream-300); }
.info-line .icon { color: var(--gold-500); }

/* ==========================================================================
   HOME
   ========================================================================== */
.hero { position: relative; --hero-h: max(640px, min(760px, 92svh)); }
.hero__media { position: absolute; inset: 0 0 auto 0; z-index: 0; height: var(--hero-h); overflow: hidden; background: var(--bg-800); }
.hero__img {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
  opacity: 0; transition: opacity 1.6s ease;
}
.hero__img.is-active { z-index: 1; opacity: 1; }
.hero__img.is-prev { opacity: 1; transition: none; }
.hero__img.is-zoom { transform: scale(1.08); transition: opacity 1.6s ease, transform var(--zoom-dur, 9s) linear; }
.hero__dots {
  position: absolute; z-index: 3; inset-inline-end: 16px; top: 76px;
  display: flex; gap: 2px;
}
.hero__dot { display: grid; place-items: center; width: 28px; height: 24px; }
.hero__dot span { position: relative; display: block; width: 20px; height: 2px; border-radius: 1px; overflow: hidden; background: rgba(247,241,227,.28); transition: width .4s ease; }
.hero__dot.is-active span { width: 28px; }
.hero__dot span::after { content: ""; position: absolute; inset: 0; background: var(--gold-300); transform: scaleX(0); transform-origin: left center; }
[dir="rtl"] .hero__dot span::after { transform-origin: right center; }
.hero__dot.is-done span::after { transform: scaleX(1); }
.hero__dot.is-active span::after { animation: hero-progress var(--slide-dur, 6s) linear forwards; }
.hero__dots.is-paused .hero__dot.is-active span::after { animation-play-state: paused; }
.hero__dot:hover span { background: rgba(247,241,227,.5); }
.hero__dot:focus-visible { outline: 2px solid var(--gold-500); outline-offset: 2px; border-radius: 4px; }
@keyframes hero-progress { to { transform: scaleX(1); } }
.hero::before {
  content: ""; position: absolute; inset: 0 0 auto 0; height: var(--hero-h); z-index: 1;
  background: linear-gradient(180deg, rgba(14,22,18,.55) 0%, rgba(14,22,18,.2) 30%, rgba(14,22,18,.55) 48%, rgba(14,22,18,.88) 62%, #0E1612 100%);
}
.hero__content {
  position: relative; z-index: 2; min-height: var(--hero-h);
  display: flex; flex-direction: column; justify-content: flex-end; gap: 16px;
  padding: 96px 24px 40px;
}
.hero__title { font: 600 52px/56px var(--f-display); letter-spacing: -.005em; color: var(--cream-50); overflow-wrap: break-word; }
.hero__lead { font: 400 15px/24px var(--f-ui); color: var(--cream-300); }
.hero__actions { display: flex; flex-direction: column; gap: 12px; padding-top: 8px; }
.hero__actions .btn { width: 100%; }
html[lang="fa"] .hero__title { font: 700 40px/56px var(--f-display); letter-spacing: 0; }

.info-bar {
  position: relative; z-index: 2;
  margin: 8px 16px 0; padding: 8px 20px;
  background: var(--bg-700); border: 1px solid var(--line-12); border-radius: 20px;
}
.info-bar__item { display: flex; align-items: center; gap: 14px; height: 64px; border-bottom: 1px solid var(--line-12); }
.info-bar__item:last-child { border-bottom: 0; }
.info-bar__divider { display: none; }

.about { display: flex; flex-direction: column; gap: 16px; padding: 64px 24px 24px; }
.about__copy { display: contents; }
.about__copy > .eyebrow { order: 1; }
.about__title { order: 2; }
.about__copy > .accent { order: 3; }
.about__copy > .about__p { order: 4; }
.about__collage { order: 5; }
.about__copy > .stats { order: 6; }
.about__copy > .btn { order: 7; }
.about__outline, .about__img--sm, .about__badge { display: none; }
.about__img--lg {
  width: 100%; aspect-ratio: 342 / 420; height: auto; object-fit: cover;
  border: 1px solid var(--line-24);
  border-radius: 50% 50% 20px 20px / 40.71% 40.71% 20px 20px;
}
.stats { display: grid; grid-template-columns: repeat(3, 1fr); padding-top: 8px; }
.stats > div { display: flex; flex-direction: column-reverse; align-items: center; gap: 2px; text-align: center; }
.stats dd { font: 600 40px/44px var(--f-display); letter-spacing: -.005em; color: var(--gold-300); }
.stats dt { font: 400 12px/18px var(--f-ui); color: var(--cream-500); }

.signature { display: flex; flex-direction: column; gap: 24px; padding: 56px 0 24px; }
.signature__head { padding-inline: 24px; }
.signature__head > div { display: flex; flex-direction: column; gap: 8px; }
.signature__rail {
  display: flex; gap: 16px; padding-inline: 24px; overflow-x: auto;
  scroll-snap-type: x mandatory; scroll-padding-inline: 24px; scrollbar-width: none;
}
.signature__rail::-webkit-scrollbar { display: none; }
.sig-card { flex: 0 0 272px; display: flex; flex-direction: column; gap: 10px; scroll-snap-align: start; }
.sig-card__arch { display: block; overflow: hidden; aspect-ratio: 272 / 320; border-radius: 50% 50% 18px 18px / 42.5% 42.5% 18px 18px; background: var(--bg-600); }
.sig-card__arch img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease); }
.sig-card:hover .sig-card__arch img { transform: scale(1.04); }
.sig-card__body { display: flex; flex-direction: column; gap: 6px; padding: 6px 4px 0; }
.sig-card__title { font: 600 24px/28px var(--f-display); color: var(--cream-50); }
.sig-card__desc { font: 400 13px/20px var(--f-ui); color: var(--cream-500); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.sig-card__price { font: 700 16px/20px var(--f-ui); color: var(--gold-300); }
html[lang="fa"] .sig-card__title { font: 600 18px/28px var(--f-display); }

.cats { display: flex; flex-direction: column; gap: 24px; padding: 56px 16px 24px; }
.cats__head { display: flex; flex-direction: column; gap: 8px; padding-inline: 8px; }
.cats__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.cat-tile {
  position: relative; overflow: hidden; isolation: isolate;
  display: flex; flex-direction: column; justify-content: flex-end; gap: 2px;
  aspect-ratio: 171 / 200; padding: 14px; border-radius: 18px; border: 1px solid var(--line-12);
  background: var(--bg-700);
}
.cat-tile img { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease); }
.cat-tile::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(14,22,18,0) 30%, rgba(14,22,18,.95) 100%); }
.cat-tile:hover img { transform: scale(1.05); }
.cat-tile__name { font: 600 20px/24px var(--f-display); color: var(--cream-50); }
.cat-tile__count { font: 600 11px/16px var(--f-ui); letter-spacing: .18em; text-transform: uppercase; color: var(--gold-300); }
.cat-tile--all { align-items: center; justify-content: center; gap: 10px; background: var(--tint-gold-8); border-color: var(--line-40); }
.cat-tile--all::before { display: none; }
.cat-tile--all .cat-tile__name { color: var(--gold-300); }
.cat-tile__circle { display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px; border-radius: 22px; background: var(--gold-500); color: var(--bg-900); transition: transform .3s var(--ease); }
.cat-tile--all:hover .cat-tile__circle { transform: translateX(4px); }
html[lang="fa"] .cat-tile__name { font: 600 16px/26px var(--f-display); }
html[lang="fa"] .cat-tile__count { font-size: 12px; letter-spacing: 0; }

.band { position: relative; isolation: isolate; display: flex; align-items: center; justify-content: center; min-height: 480px; padding: 48px 24px; text-align: center; }
.band__img { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; }
.band::before { content: ""; position: absolute; inset: 0; z-index: -1; background: rgba(14, 22, 18, .78); }
.band__content { display: flex; flex-direction: column; align-items: center; gap: 16px; width: 100%; }
.band__icon { display: inline-flex; align-items: center; justify-content: center; width: 56px; height: 56px; border-radius: 28px; border: 1px solid var(--line-40); color: var(--gold-500); }
.band__content .btn { width: 100%; margin-top: 8px; }

.insta { display: flex; flex-direction: column; align-items: center; gap: 20px; padding: 56px 16px 24px; }
.insta__head { display: flex; flex-direction: column; align-items: center; text-align: center; }
.insta__head > div { display: flex; flex-direction: column; align-items: center; gap: 20px; }
.insta__handle { font: 600 24px/28px var(--f-brand-d); color: var(--cream-50); }
.insta__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; width: 100%; }
.insta__grid a { display: block; overflow: hidden; border-radius: 12px; aspect-ratio: 1; background: var(--bg-600); }
.insta__grid img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s var(--ease), opacity .3s; }
.insta__grid a:hover img { transform: scale(1.05); opacity: .85; }

.visit { padding: 32px 16px 56px; }
.visit__card { display: flex; flex-direction: column; overflow: hidden; background: var(--bg-700); border: 1px solid var(--line-12); border-radius: 20px; }
.visit__map { order: -1; display: block; height: 200px; overflow: hidden; }
.visit__map img { width: 100%; height: 100%; object-fit: cover; }
.visit__text { display: flex; flex-direction: column; gap: 14px; padding: 20px; }
.visit__addr { font: 600 20px/24px var(--f-display); color: var(--cream-50); }
.visit__actions { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.visit__actions .btn { padding-inline: 12px; }
html[lang="fa"] .visit__addr { font: 600 16px/26px var(--f-display); }

/* ==========================================================================
   PAGE HEROES (menu, contact)
   ========================================================================== */
.page-hero { position: relative; isolation: isolate; display: flex; flex-direction: column; justify-content: flex-end; overflow: hidden; }
.page-hero__img { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; }
.page-hero::before { content: ""; position: absolute; inset: 0; z-index: -1; }
.page-hero__content { display: flex; flex-direction: column; }
.page-hero__title { font: 600 52px/56px var(--f-display); letter-spacing: -.005em; color: var(--cream-50); }
.page-hero__lead { font: 400 15px/24px var(--f-ui); color: var(--cream-300); }
html[lang="fa"] .page-hero__title { font: 700 44px/60px var(--f-display); letter-spacing: 0; }

.page-hero--menu { height: 300px; padding: 0 24px 28px; text-align: center; }
.page-hero--menu::before { background: linear-gradient(180deg, rgba(14,22,18,.45) 0%, rgba(14,22,18,.62) 50%, #0E1612 100%); }
.page-hero--menu .page-hero__content { align-items: center; gap: 12px; }
.hero-meta { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 8px 14px; }
.hero-meta li { display: inline-flex; align-items: center; gap: 6px; font: 400 13px/20px var(--f-ui); color: var(--cream-300); }
.hero-meta .icon { width: 14px; height: 14px; color: var(--gold-500); }
.hero-meta__dot { width: 3px; height: 3px; border-radius: 50%; background: var(--gold-500); opacity: .6; }
.hero-meta__table span { padding: 2px 10px; border-radius: 12px; background: var(--tint-gold-14); border: 1px solid var(--tint-gold-32); color: var(--gold-300); font-weight: 600; }

.page-hero--contact { height: 280px; padding: 0 24px 32px; }
.page-hero--contact::before { background: linear-gradient(180deg, rgba(14,22,18,.5) 0%, rgba(14,22,18,.7) 50%, #0E1612 100%); }
.page-hero--contact .page-hero__content { gap: 10px; }

/* ==========================================================================
   MENU
   ========================================================================== */
.menu-layout { position: relative; }
.menu-side { display: contents; }
.menu-search { display: flex; flex-direction: column; gap: 12px; padding: 20px 16px 12px; }
.search-field {
  position: relative; display: flex; align-items: center; gap: 10px;
  height: 48px; padding-inline: 18px; border-radius: 24px;
  background: var(--bg-700); border: 1px solid var(--line-12); color: var(--cream-500);
  transition: border-color .2s;
}
.search-field:focus-within { border-color: var(--line-40); }
.search-field input { flex: 1; min-width: 0; height: 100%; border: 0; outline: 0; background: transparent; font: 400 15px/24px var(--f-ui); color: var(--cream-50); }
.search-field input::placeholder { color: var(--cream-500); opacity: 1; }
.search-field input::-webkit-search-cancel-button { -webkit-appearance: none; appearance: none; }
.search-field__clear { display: inline-flex; align-items: center; justify-content: center; width: 28px; height: 28px; margin-inline-end: -8px; border-radius: 14px; color: var(--cream-300); background: var(--tint-cream-8); }
.menu-note { display: flex; align-items: center; gap: 8px; font: 400 12px/18px var(--f-ui); color: var(--cream-500); }
.menu-note .icon { color: var(--gold-500); }

.cat-nav {
  position: sticky; top: var(--header-h); z-index: 40;
  height: var(--chips-h); background: var(--bg-800);
  border-block: 1px solid var(--line-12);
  transition: background-color .2s;
}
.cat-nav.is-stuck { background: var(--glass-bar); border-top-color: transparent; -webkit-backdrop-filter: blur(16px); backdrop-filter: blur(16px); }
.cat-nav__list {
  display: flex; align-items: center; gap: 8px; height: 100%;
  padding: 12px 16px; overflow-x: auto; scrollbar-width: none; scroll-behavior: smooth;
  scroll-padding-inline: 16px;
}
.cat-nav__list::-webkit-scrollbar { display: none; }
.cat-chip {
  flex: none; display: inline-flex; align-items: center; justify-content: center;
  height: 36px; padding: 0 16px; border-radius: 18px; border: 1px solid var(--line-24);
  font: 500 14px/20px var(--f-ui); color: var(--cream-300); white-space: nowrap;
  transition: background-color .2s, color .2s, border-color .2s;
}
.cat-chip__count { display: none; }
.cat-chip.is-active { background: var(--gold-500); border-color: var(--gold-500); color: var(--bg-900); font-weight: 600; }
html[lang="fa"] .cat-chip { line-height: 22px; }

.menu-main { padding-bottom: 24px; }
.menu-section { display: flex; flex-direction: column; gap: 16px; padding: 40px 16px 8px; scroll-margin-top: calc(var(--header-h) + var(--chips-h) - 16px); }
.menu-main > .menu-section:first-of-type { padding-top: 24px; }
.section-head { display: flex; flex-direction: column; gap: 6px; }
.section-head__title { font: 600 40px/44px var(--f-display); letter-spacing: -.005em; color: var(--cream-50); overflow-wrap: break-word; }
.section-head__desc { font: 400 13px/20px var(--f-ui); color: var(--cream-500); }
html[lang="fa"] .section-head { gap: 4px; }
html[lang="fa"] .section-head__title { font: 700 30px/44px var(--f-display); }
html[lang="fa"] .section-head__desc { line-height: 22px; }
.dish-list { display: grid; gap: 12px; }
.is-tab-hidden { display: none !important; }

/* food / drinks tabs */
.menu-tabs {
  display: flex; gap: 4px; margin: 20px 16px 0; padding: 4px;
  background: var(--bg-700); border: 1px solid var(--line-12); border-radius: 14px;
}
.menu-tab {
  flex: 1; display: inline-flex; align-items: center; justify-content: center; gap: 8px; height: 44px; border-radius: 10px;
  font: 600 14px/20px var(--f-ui); letter-spacing: .02em; color: var(--cream-300);
  transition: background-color .2s, color .2s;
}
.menu-tab .icon { color: var(--gold-500); }
.menu-tab__count { min-width: 26px; padding: 0 7px; border-radius: 11px; background: var(--tint-cream-8); font: 600 11px/20px var(--f-ui); color: var(--cream-500); text-align: center; }
.menu-tab.is-active { background: var(--gold-500); color: var(--bg-900); }
.menu-tab.is-active .icon { color: var(--bg-900); }
.menu-tab.is-active .menu-tab__count { background: rgba(10,17,13,.14); color: var(--bg-900); }
.menu-tabs + .menu-search { padding-top: 12px; }

/* compact price list (no photos) */
.dish-list--compact { gap: 0; }
.dish-row { display: flex; flex-direction: column; gap: 4px; padding: 14px 0; border-bottom: 1px solid var(--line-12); }
.dish-row:last-child { border-bottom: 0; }
.dish-row__line { display: flex; align-items: baseline; gap: 8px; min-width: 0; }
.dish-row__name { flex: 0 1 auto; min-width: 0; font: 600 16px/22px var(--f-ui); color: var(--cream-50); overflow-wrap: anywhere; }
html[lang="fa"] .dish-row__name { font-weight: 600; }
.dish-row__star { display: inline-block; margin-inline-start: 6px; vertical-align: -1px; color: var(--gold-500); fill: currentColor; }
.dish-row__portion { flex: none; padding: 0 7px; border: 1px solid var(--line-24); border-radius: 10px; font: 500 11px/18px var(--f-ui); color: var(--cream-500); white-space: nowrap; }
.dish-row .tag-dot { flex: none; align-self: center; width: 20px; height: 20px; border-radius: 10px; }
.dish-row__lead { flex: 1 1 24px; min-width: 16px; border-bottom: 1px dotted var(--line-40); transform: translateY(-4px); }
.dish-row__price { flex: none; font: 700 16px/22px var(--f-ui); color: var(--gold-300); white-space: nowrap; }
.dish-row__soldout { flex: none; font: 600 11px/18px var(--f-ui); letter-spacing: .08em; text-transform: uppercase; color: var(--terracotta); }
.dish-row.is-soldout .dish-row__name { color: var(--cream-500); }
.dish-row__desc { font: 400 13px/20px var(--f-ui); color: var(--cream-500); max-width: 60ch; }
html[lang="fa"] .dish-row__desc { line-height: 22px; }
.menu-section.is-filtered-out, .dish.is-filtered-out, .dish-row.is-filtered-out { display: none; }

.search-status { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
.search-empty { display: flex; flex-direction: column; align-items: center; gap: 8px; padding: 56px 24px; text-align: center; color: var(--cream-500); }
.search-empty .icon { color: var(--gold-500); margin-bottom: 4px; }
.search-empty__title { font: 600 24px/28px var(--f-display); color: var(--cream-50); }
.search-empty__text { font: 400 13px/20px var(--f-ui); }

/* dish card */
.dish {
  position: relative; display: flex; gap: 14px; padding: 12px;
  background: var(--bg-700); border: 1px solid var(--line-12); border-radius: 20px;
  transition: border-color .2s, background-color .2s;
}
.dish:hover { border-color: var(--line-24); }
.dish:has(.dish__open:focus-visible) { border-color: var(--gold-500); }
.dish__media { position: relative; flex: none; width: 100px; height: 100px; overflow: hidden; border-radius: 14px; background: var(--bg-600); }
.dish__media img { width: 100%; height: 100%; object-fit: cover; }
.dish__chef { position: absolute; top: 6px; inset-inline-start: 6px; display: inline-flex; align-items: center; justify-content: center; width: 26px; height: 26px; border-radius: 13px; background: var(--gold-500); color: var(--bg-900); }
.dish__soldout { position: absolute; inset: auto 0 0 0; padding: 4px 0; background: rgba(10,17,13,.8); text-align: center; font: 600 10px/14px var(--f-ui); letter-spacing: .12em; text-transform: uppercase; color: var(--cream-100); }
.dish.is-soldout .dish__media img { filter: grayscale(.8) brightness(.7); }
.dish__body { flex: 1; min-width: 0; display: flex; flex-direction: column; gap: 6px; padding-top: 2px; }
.dish__title { font: 600 20px/24px var(--f-display); color: var(--cream-50); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.dish__open { text-align: start; font: inherit; color: inherit; }
.dish__open::after { content: ""; position: absolute; inset: 0; border-radius: inherit; }
.dish__open:focus-visible { outline: none; }
.dish__desc { font: 400 13px/20px var(--f-ui); color: var(--cream-500); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.dish__foot { display: flex; align-items: center; justify-content: space-between; gap: 8px; min-height: 22px; padding-top: 2px; }
.dish__price { font: 700 16px/20px var(--f-ui); color: var(--gold-300); white-space: nowrap; }
.dish__tags { display: flex; gap: 6px; }
html[lang="fa"] .dish__title { font: 600 16px/26px var(--f-display); }
html[lang="fa"] .dish__desc { line-height: 22px; }

.tag-dot { display: inline-flex; align-items: center; justify-content: center; width: 24px; height: 24px; border-radius: 12px; }
.tag-dot--veg { background: var(--tint-basil-14); color: var(--basil); }
.tag-dot--spicy { background: var(--tint-terra-14); color: var(--terracotta); }
.tag-dot--new, .tag-dot--chef { background: var(--tint-gold-14); color: var(--gold-300); }

.badge {
  display: inline-flex; align-items: center; gap: 6px; height: 26px; padding-inline: 8px 10px;
  border-radius: 13px; border: 1px solid var(--tint-gold-32); background: var(--tint-gold-14); color: var(--gold-300);
  font: 600 11px/16px var(--f-ui); letter-spacing: .10em; text-transform: uppercase;
}
.badge--veg { background: var(--tint-basil-14); border-color: var(--tint-basil-32); color: var(--basil); }
.badge--spicy { background: var(--tint-terra-14); border-color: var(--tint-terra-32); color: var(--terracotta); }
html[lang="fa"] .badge { letter-spacing: 0; text-transform: none; font-size: 12px; }

.to-top {
  position: fixed; inset-inline-end: 16px; bottom: calc(24px + env(safe-area-inset-bottom)); z-index: 45;
  display: inline-flex; align-items: center; justify-content: center; width: 48px; height: 48px; border-radius: 24px;
  background: var(--gold-500); color: var(--bg-900); box-shadow: 0 8px 24px rgba(0,0,0,.45);
  opacity: 0; transform: translateY(12px); pointer-events: none; transition: opacity .25s, transform .25s var(--ease);
}
.to-top.is-visible { opacity: 1; transform: none; pointer-events: auto; }

/* ==========================================================================
   SHEETS / DIALOGS
   ========================================================================== */
.sheet-wrap { position: fixed; inset: 0; z-index: 100; display: flex; align-items: flex-end; justify-content: center; }
.scrim { position: absolute; inset: 0; background: var(--scrim); opacity: 0; transition: opacity .3s; }
.sheet {
  position: relative; width: 100%; max-height: calc(100svh - 24px); overflow-y: auto; overscroll-behavior: contain;
  background: var(--bg-700); border-top: 1px solid var(--line-24); border-radius: 28px 28px 0 0;
  box-shadow: 0 -12px 48px rgba(0,0,0,.5);
  transform: translateY(100%); transition: transform .38s var(--ease);
  padding-bottom: env(safe-area-inset-bottom);
}
.sheet-wrap.is-open .scrim { opacity: 1; }
.sheet-wrap.is-open .sheet { transform: none; }
.sheet__handle { display: block; width: 40px; height: 4px; margin: 0 auto; border-radius: 2px; background: var(--cream-500); }
.sheet__title { font: 600 24px/28px var(--f-display); color: var(--cream-50); }

.sheet--lang { display: flex; flex-direction: column; gap: 8px; padding: 12px 20px calc(36px + env(safe-area-inset-bottom)); }
.sheet__head { display: flex; align-items: center; justify-content: space-between; padding: 16px 4px 12px; }
.sheet__head > div { display: flex; flex-direction: column; gap: 4px; }
.lang-options { display: flex; flex-direction: column; gap: 8px; }
.lang-option { display: flex; align-items: center; gap: 14px; height: 64px; padding: 0 16px; border-radius: 16px; border: 1px solid var(--line-12); transition: background-color .2s, border-color .2s; }
.lang-option:hover { border-color: var(--line-24); }
.lang-option.is-active { background: var(--tint-gold-8); border-color: var(--line-40); }
.lang-option__code { display: inline-flex; flex: none; width: 40px; height: 40px; border-radius: 50%; }
.lang-option__code .flag { width: 40px; height: 40px; }
.lang-option.is-active .lang-option__code { box-shadow: 0 0 0 2px var(--bg-800), 0 0 0 4px var(--gold-500); }
.lang-option__text { flex: 1; display: flex; flex-direction: column; min-width: 0; }
.lang-option__name { font: 600 20px/24px var(--f-brand-d); color: var(--cream-50); }
.lang-option__name[lang="fa"] { font: 500 17px/24px "Vazirmatn", Tahoma, sans-serif; }
.lang-option__sub { font: 400 12px/18px var(--f-ui); color: var(--cream-500); }
.lang-option__check { color: var(--gold-500); }

/* dish detail */
.sheet--dish { padding-bottom: 0; }
.dd__media { position: relative; height: 292px; background: var(--bg-600); }
.dd__media img { width: 100%; height: 100%; object-fit: cover; }
.dd__media::after { content: ""; position: absolute; inset: auto 0 0 0; height: 120px; background: linear-gradient(180deg, rgba(19,29,24,0) 0%, #131D18 100%); }
.dd__media .sheet__handle { position: absolute; top: 10px; left: 50%; margin-left: -20px; z-index: 2; background: var(--cream-300); opacity: .5; }
.glass-btn { position: absolute; top: 16px; inset-inline-end: 16px; z-index: 2; display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px; border-radius: 20px; background: var(--glass-dark); border: 1px solid var(--line-24); color: var(--cream-100); -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px); }
.dd__content { display: flex; flex-direction: column; gap: 14px; padding: 8px 24px calc(36px + env(safe-area-inset-bottom)); }
.dd__top { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.dd__top:not(:has(.badge)) { display: none; }
.dd__badges { display: flex; flex-wrap: wrap; gap: 8px; }
.dd__title { font: 600 32px/36px var(--f-display); color: var(--cream-50); }
.dd__price { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.dd__price-val { font: 700 24px/28px var(--f-ui); color: var(--gold-300); }
.dd__vat, .dd__portion { font: 400 12px/18px var(--f-ui); color: var(--cream-500); }
.dd__portion:not(:empty)::before { content: "· "; }
.dd__soldout { align-self: flex-start; padding: 4px 12px; border-radius: 13px; background: var(--tint-terra-14); border: 1px solid var(--tint-terra-32); color: var(--terracotta); font: 600 11px/16px var(--f-ui); letter-spacing: .1em; text-transform: uppercase; }
.dd__rule { width: 100%; height: 1px; margin: 0; border: 0; background: var(--line-12); }
.dd__desc { font: 400 15px/24px var(--f-ui); color: var(--cream-300); }
.dd__allergens { display: flex; flex-direction: column; gap: 10px; padding-top: 6px; }
.allergen-list { display: flex; flex-wrap: wrap; gap: 8px; }
.allergen-list li { display: inline-flex; align-items: center; height: 30px; padding: 0 12px; border-radius: 15px; border: 1px solid var(--line-24); font: 400 12px/18px var(--f-ui); color: var(--cream-300); }
.dd__spacer { display: none; }
.note-box { display: flex; align-items: center; gap: 8px; padding: 12px 14px; border-radius: 14px; background: var(--tint-gold-8); font: 400 12px/18px var(--f-ui); color: var(--cream-300); }
.note-box .icon { color: var(--gold-500); }
html[lang="fa"] .dd__title { font: 700 26px/40px var(--f-display); }
html[lang="fa"] .dd__desc { line-height: 26px; }

/* drawer */
.drawer {
  position: fixed; inset: 0; z-index: 90; display: flex; flex-direction: column; overflow-y: auto;
  background: var(--bg-800); opacity: 0; transform: translateY(-8px); transition: opacity .25s, transform .3s var(--ease);
}
.drawer.is-open { opacity: 1; transform: none; }
.drawer__bar { flex: none; display: flex; align-items: center; justify-content: space-between; height: var(--header-h); padding-inline: 16px; background: var(--glass-bar); border-bottom: 1px solid var(--line-12); }
.drawer__links { display: flex; flex-direction: column; gap: 4px; padding: 40px 24px 24px; }
.drawer__link { display: flex; align-items: center; gap: 16px; height: 72px; border-bottom: 1px solid var(--line-12); }
.drawer__num { flex: none; min-width: 16px; font: 600 11px/16px var(--f-ui); letter-spacing: .18em; color: var(--cream-500); }
.drawer__text { flex: 1; font: 600 40px/44px var(--f-display); letter-spacing: -.005em; color: var(--cream-50); }
.drawer__arrow { color: var(--gold-500); }
[dir="rtl"] .drawer__arrow { transform: scaleX(-1); }
.drawer__link.is-active .drawer__num { color: var(--gold-500); }
.drawer__link.is-active .drawer__text { color: var(--gold-300); }
html[lang="fa"] .drawer__text { font: 700 30px/44px var(--f-display); }
.drawer__lang { display: flex; flex-direction: column; gap: 12px; padding: 8px 24px; }
.segmented { display: flex; gap: 4px; padding: 4px; border-radius: 24px; border: 1px solid var(--line-24); }
.segmented__item { flex: 1; display: inline-flex; align-items: center; justify-content: center; gap: 8px; height: 40px; border-radius: 20px; font: 600 14px/20px var(--f-brand-u); color: var(--cream-300); transition: background-color .2s; }
.segmented__item.is-active { background: var(--gold-500); color: var(--bg-900); }
.drawer__info { margin-top: auto; display: flex; flex-direction: column; gap: 16px; padding: 32px 24px calc(32px + env(safe-area-inset-bottom)); }

/* ==========================================================================
   CONTACT
   ========================================================================== */
.contact-map { display: flex; flex-direction: column; gap: 12px; padding: 24px 16px 0; }
.map-box { position: relative; height: 300px; overflow: hidden; border-radius: 20px; border: 1px solid var(--line-24); background: #16221C; }
.map-box iframe { display: block; width: 100%; height: 100%; border: 0; filter: invert(.9) hue-rotate(180deg) saturate(.55) brightness(.9) contrast(.95); }
.pin-label {
  position: absolute; top: 16px; inset-inline-start: 16px; display: flex; align-items: center; gap: 10px;
  padding: 10px 14px; border-radius: 14px; background: var(--glass-dark); border: 1px solid var(--line-24);
  -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px); pointer-events: none;
}
.pin-label__leaf { width: 24px; height: 16px; fill: none; stroke: var(--gold-500); stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.pin-label > span { display: flex; flex-direction: column; }
.pin-label__name { font: 400 13px/20px var(--f-brand-u); color: var(--cream-50); }
.pin-label__sub { font: 400 12px/18px var(--f-ui); color: var(--cream-500); }
.map-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.map-actions .btn { padding-inline: 10px; }

.contact-cards { display: flex; flex-direction: column; gap: 12px; padding: 24px 16px 0; }
.contact-card { display: flex; gap: 16px; padding: 20px; border-radius: 20px; background: var(--bg-700); border: 1px solid var(--line-12); }
.contact-card__icon { display: inline-flex; align-items: center; justify-content: center; flex: none; width: 48px; height: 48px; border-radius: 24px; background: var(--tint-gold-8); border: 1px solid var(--line-24); color: var(--gold-500); }
.contact-card__body { display: flex; flex-direction: column; gap: 4px; min-width: 0; }
.contact-card__value { font: 600 20px/24px var(--f-display); color: var(--cream-50); overflow-wrap: anywhere; }
[dir="rtl"] .contact-card__value[dir="ltr"] { text-align: end; }
.contact-card__note { font: 400 13px/20px var(--f-ui); color: var(--cream-300); }
html[lang="fa"] .contact-card__value { font: 600 16px/26px var(--f-display); }

.menu-cta { padding: 32px 16px 56px; }
.menu-cta__card { position: relative; isolation: isolate; overflow: hidden; display: flex; flex-direction: column; align-items: center; gap: 14px; padding: 28px 24px; border-radius: 24px; border: 1px solid var(--line-24); text-align: center; }
.menu-cta__img { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; }
.menu-cta__card::before { content: ""; position: absolute; inset: 0; z-index: -1; background: rgba(14, 22, 18, .82); }
.menu-cta__text { display: flex; flex-direction: column; align-items: center; gap: 14px; }
.menu-cta__title { font: 600 32px/36px var(--f-display); color: var(--cream-50); }
.menu-cta__lead { font: 400 13px/20px var(--f-ui); color: var(--cream-300); }
.menu-cta__card > .btn { width: 100%; height: 44px; padding: 0 22px; border-radius: 22px; }
html[lang="fa"] .menu-cta__title { font: 700 26px/40px var(--f-display); }

.notfound { display: flex; flex-direction: column; align-items: center; gap: 16px; padding: 96px 24px; text-align: center; }
.notfound__actions { display: flex; flex-direction: column; gap: 12px; width: 100%; max-width: 360px; padding-top: 8px; }

/* ==========================================================================
   FOOTER
   ========================================================================== */
.site-footer { background: var(--bg-900); border-top: 1px solid var(--line-12); }
.footer-m { display: flex; flex-direction: column; align-items: center; gap: 28px; padding: 48px 24px calc(40px + env(safe-area-inset-bottom)); }
.footer-m__note { font: 400 12px/18px var(--f-ui); color: var(--cream-500); text-align: center; }
.footer-m__info { display: flex; flex-direction: column; gap: 14px; width: 100%; }
.footer-m__info li { display: flex; align-items: center; gap: 14px; }
.footer-m__actions { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; width: 100%; }
.footer-m__nav { display: flex; gap: 18px; }
.footer-m__nav a { font: 500 14px/20px var(--f-ui); letter-spacing: .04em; color: var(--cream-300); }
.footer-m__nav a.is-active { color: var(--gold-300); }
.footer-m__copy { font: 400 12px/18px var(--f-ui); color: var(--cream-500); }
.made-by { color: var(--cream-300); }

/* ==========================================================================
   DESKTOP ≥ 1024px
   ========================================================================== */
@media (min-width: 1024px) {
  :root { --header-h: 96px; }
  .wrap, .site-header__inner, .footer-d, .hero__content, .about, .signature, .cats, .insta, .visit, .contact-body, .menu-cta, .menu-layout, .reel { --pad: max(40px, calc((100% - var(--container)) / 2)); }

  .display-l { font-size: 64px; line-height: 68px; letter-spacing: -.01em; }
  .body-l { font-size: 17px; line-height: 28px; }
  html[lang="fa"] .display-l { font: 700 44px/64px var(--f-display); }

  /* header */
  .site-header__inner { padding-inline: var(--pad); position: relative; }
  .site-header .logo { height: 72px; transition: height .3s; }
  .site-header--overlay.is-scrolled .logo { height: 60px; }
  .footer-d .logo { height: 112px; align-self: flex-start; }
  .site-nav { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); display: flex; gap: 44px; }
  .site-nav__link { position: relative; display: flex; flex-direction: column; align-items: center; gap: 6px; font: 500 14px/20px var(--f-ui); letter-spacing: .04em; color: var(--cream-300); transition: color .2s; }
  .site-nav__link::after { content: ""; width: 20px; height: 1px; background: var(--gold-500); opacity: 0; transition: opacity .2s; }
  .site-nav__link:hover { color: var(--cream-50); }
  .site-nav__link.is-active { color: var(--gold-300); }
  .site-nav__link.is-active::after { opacity: 1; }
  .site-header__actions { gap: 12px; }
  .site-header--overlay { height: 96px; }
  .site-header--overlay.is-scrolled { height: 80px; }

  /* home hero */
  .hero { --hero-h: 880px; height: 880px; background: var(--bg-800); }
  .hero__media { inset: 0 0 auto auto; width: max(900px, 62.5%); height: 880px; }
  [dir="rtl"] .hero__media { inset: 0 auto auto 0; }
  .hero__dots { top: auto; bottom: 168px; inset-inline-end: max(40px, calc((100% - var(--container)) / 2)); gap: 4px; }
  .hero__dot { width: 40px; height: 32px; }
  .hero__dot span { width: 28px; }
  .hero__dot.is-active span { width: 40px; }
  .hero::before {
    inset: 0 0 auto auto; width: max(900px, 62.5%); height: 880px;
    background: linear-gradient(90deg, #0E1612 0%, rgba(14,22,18,.55) 42%, rgba(14,22,18,.05) 100%);
  }
  [dir="rtl"] .hero::before { inset: 0 auto auto 0; background: linear-gradient(270deg, #0E1612 0%, rgba(14,22,18,.55) 42%, rgba(14,22,18,.05) 100%); }
  .hero::after { content: ""; position: absolute; inset: auto 0 0 0; height: 300px; z-index: 1; background: linear-gradient(180deg, rgba(14,22,18,0) 0%, #0E1612 100%); pointer-events: none; }
  .hero__content { min-height: 0; justify-content: flex-start; gap: 24px; padding: 196px var(--pad) 0; }
  .hero__content > * { max-width: 640px; }
  .hero__title { font-size: 88px; line-height: 92px; letter-spacing: -.01em; }
  .hero__lead { max-width: 520px; font-size: 17px; line-height: 28px; }
  .hero__actions { flex-direction: row; gap: 16px; padding-top: 12px; }
  .hero__actions .btn { width: auto; }
  html[lang="fa"] .hero__title { font: 700 64px/92px var(--f-display); }

  .info-bar {
    position: absolute; z-index: 3; left: 50%; bottom: 48px; transform: translateX(-50%);
    width: min(var(--container), 100% - 80px); height: 96px; margin: 0; padding: 0 40px;
    display: flex; align-items: center; justify-content: space-between;
    background: var(--glass-bar); border-radius: 24px; -webkit-backdrop-filter: blur(20px); backdrop-filter: blur(20px);
  }
  .info-bar__item { height: auto; gap: 16px; border: 0; }
  .info-bar .info-ico { width: 48px; height: 48px; border-radius: 24px; border: 1px solid var(--line-24); }
  .info-bar__divider { display: block; width: 1px; height: 40px; background: var(--line-24); }

  /* about */
  .about { flex-direction: row; align-items: center; gap: 96px; padding: 140px var(--pad); }
  .about__copy { display: flex; flex-direction: column; gap: 22px; flex: 0 1 544px; }
  .about__collage { order: 0; position: relative; flex: 0 0 560px; height: 640px; }
  .about__outline, .about__img--sm, .about__badge { display: flex; }
  .about__outline { position: absolute; left: 24px; top: 24px; width: 420px; height: 560px; border: 1px solid var(--line-40); border-radius: 210px 210px 20px 20px; }
  .about__img--lg { position: absolute; left: 0; top: 0; width: 420px; height: 560px; aspect-ratio: auto; border: 0; border-radius: 210px 210px 20px 20px; }
  .about__img--sm { position: absolute; left: 312px; top: 320px; width: 248px; height: 320px; object-fit: cover; border: 8px solid var(--bg-800); border-radius: 124px 124px 20px 20px; }
  .about__badge { position: absolute; left: 356px; top: 64px; width: 132px; height: 132px; border-radius: 66px; flex-direction: column; align-items: center; justify-content: center; gap: 4px; background: var(--bg-700); border: 1px solid var(--line-40); }
  .about__leaf { width: 30px; height: 20px; fill: none; stroke: var(--gold-500); stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
  .about__badge-hours { font: 600 24px/28px var(--f-display); color: var(--gold-300); }
  .about__title { margin-top: 0; }
  .stats { padding: 16px 0; border-block: 1px solid var(--line-12); }
  .stats > div { align-items: flex-start; text-align: start; }
  .stats dd { font-size: 52px; line-height: 56px; }
  .stats dt { font-size: 13px; line-height: 20px; }
  .about__copy > .btn { align-self: flex-start; }

  /* signature */
  .signature { gap: 56px; padding: 120px var(--pad); background: var(--bg-700); }
  .signature__head { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; padding: 0; }
  .signature__head > div { gap: 14px; max-width: 640px; }
  .signature__rail { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; padding: 0; overflow: visible; }
  .sig-card { gap: 18px; }
  .sig-card__arch { aspect-ratio: 282 / 360; border-radius: 50% 50% 20px 20px / 39.17% 39.17% 20px 20px; }
  .sig-card__body { gap: 8px; padding: 0; }

  /* categories */
  .cats { gap: 56px; padding: 120px var(--pad); }
  .cats__head { align-items: center; gap: 14px; padding: 0; text-align: center; }
  .cats__grid { grid-template-columns: repeat(5, 1fr); gap: 20px; }
  .cat-tile { aspect-ratio: 224 / 280; padding: 20px; gap: 4px; border-radius: 20px; }
  .cat-tile::before { background: linear-gradient(180deg, rgba(14,22,18,0) 35%, rgba(14,22,18,.95) 100%); }
  .cat-tile__name { font-size: 24px; line-height: 28px; }
  .cat-tile--all { gap: 14px; }
  .cat-tile--all .cat-tile__circle { width: 56px; height: 56px; border-radius: 28px; }
  .cat-tile--all .cat-tile__circle .icon { width: 22px; height: 22px; }

  /* delivery band */
  .band { min-height: 560px; }
  .band::before { background: rgba(14, 22, 18, .8); }
  .band__content { gap: 20px; }
  .band__icon { width: 64px; height: 64px; border-radius: 32px; }
  .band__icon .icon { width: 28px; height: 28px; }
  .band__content .btn { width: auto; margin-top: 12px; }

  /* instagram */
  .insta { align-items: stretch; gap: 40px; padding: 120px var(--pad) 64px; }
  .insta__head { flex-direction: row; align-items: flex-end; justify-content: space-between; text-align: start; }
  .insta__head > div { align-items: flex-start; gap: 12px; }
  .insta__handle { font-size: 40px; line-height: 44px; letter-spacing: -.005em; }
  .insta__grid { grid-template-columns: repeat(6, 1fr); gap: 18px; }
  .insta__grid a { border-radius: 16px; }

  /* visit */
  .visit { padding: 56px var(--pad) 120px; }
  .visit__card { flex-direction: row; border-radius: 28px; min-height: 446px; }
  .visit__text { flex: 0 0 520px; gap: 20px; padding: 56px; }
  .visit__addr { font-size: 40px; line-height: 44px; letter-spacing: -.005em; }
  .visit .info-line { gap: 12px; font-size: 15px; line-height: 24px; }
  .visit__actions { display: flex; padding-top: 12px; }
  .visit__actions .btn { padding-inline: 22px; }
  .visit__map { order: 0; flex: 1; height: auto; }
  html[lang="fa"] .visit__addr { font: 700 30px/48px var(--f-display); }

  /* page heroes */
  .page-hero__title { font-size: 64px; line-height: 68px; letter-spacing: -.01em; }
  .page-hero__lead { font-size: 17px; line-height: 28px; }
  html[lang="fa"] .page-hero__title { font: 700 52px/76px var(--f-display); }
  .page-hero--menu { height: 360px; padding: 0; justify-content: center; }
  .page-hero--menu::before { background: linear-gradient(180deg, rgba(14,22,18,.6) 0%, #0E1612 100%); }
  .page-hero--menu .page-hero__content { gap: 14px; }
  .hero-meta { gap: 18px; margin-top: 12px; }
  .hero-meta li { gap: 8px; }
  .hero-meta .icon { width: 16px; height: 16px; }
  .page-hero--contact { height: 420px; padding: 0 var(--pad, 120px) 72px; --pad: max(40px, calc((100% - var(--container)) / 2)); }
  .page-hero--contact::before { background: linear-gradient(180deg, rgba(14,22,18,0) 50%, #0E1612 100%), linear-gradient(90deg, #0E1612 0%, rgba(14,22,18,.7) 55%, rgba(14,22,18,.35) 100%); }
  [dir="rtl"] .page-hero--contact::before { background: linear-gradient(180deg, rgba(14,22,18,0) 50%, #0E1612 100%), linear-gradient(270deg, #0E1612 0%, rgba(14,22,18,.7) 55%, rgba(14,22,18,.35) 100%); }
  .page-hero--contact .page-hero__content { gap: 16px; }

  /* menu layout */
  .menu-layout { display: flex; align-items: flex-start; gap: 48px; padding: 48px var(--pad) 120px; }
  .menu-side { position: sticky; top: calc(var(--header-h) + 24px); display: flex; flex-direction: column; gap: 20px; flex: 0 0 264px; max-height: calc(100vh - var(--header-h) - 48px); overflow-y: auto; scrollbar-width: none; }
  .menu-side::-webkit-scrollbar { display: none; }
  .menu-search { padding: 0; }
  .cat-nav { position: static; height: auto; background: none; border: 0; display: flex; flex-direction: column; gap: 20px; }
  .cat-nav.is-stuck { background: none; -webkit-backdrop-filter: none; backdrop-filter: none; }
  .cat-nav__list { flex-direction: column; align-items: stretch; gap: 4px; height: auto; padding: 0; overflow: visible; }
  .cat-chip { justify-content: space-between; height: 48px; padding: 0 16px; border-radius: 12px; border-color: transparent; font: 400 15px/24px var(--f-ui); }
  .cat-chip:hover { background: var(--tint-cream-8); }
  .cat-chip.is-active { background: var(--tint-gold-8); border-color: var(--line-24); color: var(--gold-300); font-weight: 400; }
  .cat-chip__count { display: inline-flex; align-items: center; height: 22px; padding: 0 8px; border-radius: 11px; background: var(--tint-cream-8); font: 400 12px/18px var(--f-ui); color: var(--cream-300); }
  .cat-chip.is-active .cat-chip__count { background: var(--tint-gold-20); color: var(--gold-300); }
  .info-card { display: flex; flex-direction: column; gap: 14px; padding: 20px; border-radius: 20px; background: var(--bg-700); border: 1px solid var(--line-12); }
  .menu-main { flex: 1; min-width: 0; display: flex; flex-direction: column; gap: 56px; padding: 0; }
  .menu-section, .menu-main > .menu-section:first-of-type { gap: 24px; padding: 0; scroll-margin-top: calc(var(--header-h) + 24px); }
  .section-head { gap: 8px; }
  .section-head__desc { font-size: 15px; line-height: 24px; }
  .dish-list { grid-template-columns: repeat(auto-fill, minmax(min(100%, 380px), 1fr)); gap: 24px; }
  .dish-list--compact { grid-template-columns: repeat(auto-fill, minmax(min(100%, 340px), 1fr)); column-gap: 48px; row-gap: 0; }
  .dish-list--compact .dish-row:last-child { border-bottom: 1px solid var(--line-12); }
  .menu-tabs { margin: 0; }
  .menu-tab { gap: 6px; height: 40px; font-size: 13px; }
  .menu-tab .icon { display: none; }
  .menu-tabs + .menu-search { padding-top: 0; }

  .dish { gap: 18px; padding: 16px; border-radius: 22px; }
  .dish__media { width: 128px; height: 128px; border-radius: 16px; }
  .dish__body { gap: 8px; }
  .dish__title { font-size: 24px; line-height: 28px; }
  .dish__foot { padding-top: 6px; }
  html[lang="fa"] .dish__title { font-size: 18px; line-height: 28px; }

  .to-top { inset-inline-end: 32px; bottom: 32px; }

  /* dialogs become centred modals */
  .sheet-wrap { align-items: center; padding: 24px; }
  .sheet { border-radius: 28px; border: 1px solid var(--line-24); box-shadow: 0 24px 80px rgba(0,0,0,.55); transform: translateY(16px) scale(.98); opacity: 0; transition: transform .3s var(--ease), opacity .25s; }
  .sheet-wrap.is-open .sheet { opacity: 1; }
  .sheet--lang { width: 440px; padding: 12px 24px 28px; }
  .sheet--lang .sheet__handle { display: none; }
  .sheet--dish { display: flex; width: min(960px, 100%); height: min(580px, calc(100vh - 48px)); max-height: none; overflow: hidden; }
  .dd__media { flex: 0 0 460px; height: auto; }
  .dd__media::after, .dd__media .sheet__handle { display: none; }
  .dd__content { flex: 1; gap: 18px; padding: 48px 48px 40px; overflow-y: auto; }
  .dd__top, .dd__top:not(:has(.badge)) { display: flex; }
  .dd__title { font-size: 40px; line-height: 44px; letter-spacing: -.005em; }
  .dd__desc { font-size: 17px; line-height: 28px; }
  .dd__allergens { padding-top: 0; }
  .dd__spacer { display: block; flex: 1; }
  .note-box { gap: 10px; padding: 14px 16px; }
  html[lang="fa"] .dd__title { font: 700 32px/48px var(--f-display); }

  /* contact */
  .contact-body { display: flex; align-items: flex-start; gap: 48px; padding: 64px var(--pad) 80px; }
  .contact-cards { order: -1; flex: 0 0 480px; gap: 16px; padding: 0; }
  .contact-card { gap: 18px; padding: 24px; }
  .contact-card__icon { width: 52px; height: 52px; border-radius: 26px; }
  .contact-card__icon .icon { width: 22px; height: 22px; }
  .contact-card__value { font-size: 24px; line-height: 28px; }
  .contact-map { position: relative; flex: 1; align-self: stretch; min-height: 630px; padding: 0; }
  .map-box { position: absolute; inset: 0; height: auto; border-radius: 28px; }
  .pin-label { top: 24px; inset-inline-start: 24px; gap: 12px; padding: 12px 16px; border-radius: 16px; }
  .pin-label__leaf { width: 30px; height: 20px; }
  .pin-label__name { font-size: 15px; line-height: 24px; }
  .map-actions { position: absolute; bottom: 24px; inset-inline-start: 24px; display: flex; }
  .map-actions .btn { padding-inline: 22px; }

  .menu-cta { padding: 0 var(--pad) 120px; }
  .menu-cta__card { flex-direction: row; justify-content: space-between; align-items: center; min-height: 240px; padding: 0 64px; border-radius: 28px; text-align: start; }
  .menu-cta__card::before { background: linear-gradient(90deg, rgba(14,22,18,.95) 0%, rgba(14,22,18,.55) 100%); }
  [dir="rtl"] .menu-cta__card::before { background: linear-gradient(270deg, rgba(14,22,18,.95) 0%, rgba(14,22,18,.55) 100%); }
  .menu-cta__text { align-items: flex-start; gap: 10px; }
  .menu-cta__title { font-size: 40px; line-height: 44px; letter-spacing: -.005em; }
  .menu-cta__lead { font-size: 15px; line-height: 24px; }
  .menu-cta__card > .btn { width: auto; height: 52px; padding: 0 28px; border-radius: 26px; }

  .notfound { padding: 160px 24px; }
  .notfound__actions { flex-direction: row; justify-content: center; max-width: none; }

  /* footer */
  .footer-d { padding: 80px var(--pad) 40px; display: flex; flex-direction: column; gap: 56px; }
  .footer-d__top { display: flex; gap: 64px; }
  .footer-d__brand { flex: 0 1 360px; display: flex; flex-direction: column; gap: 20px; }
  .footer-d__brand p { font: 400 15px/24px var(--f-ui); color: var(--cream-500); }
  .footer-d__social { display: flex; gap: 10px; }
  .footer-d__col { flex: 0 1 216px; display: flex; flex-direction: column; gap: 14px; }
  .footer-d__col a, .footer-d__col span { font: 400 15px/24px var(--f-ui); color: var(--cream-300); }
  .footer-d__col a:hover { color: var(--gold-300); }
  [dir="rtl"] .footer-d__col a[dir="ltr"] { text-align: end; }
  .footer-d__bottom { display: flex; justify-content: space-between; gap: 24px; padding-top: 24px; border-top: 1px solid var(--line-12); font: 400 12px/18px var(--f-ui); color: var(--cream-500); }
}

@media (min-width: 1024px) and (max-width: 1279.98px) {
  .about { gap: 56px; }
  .about__collage { transform: scale(.85); transform-origin: left center; flex-basis: 476px; }
  .cats__grid { grid-template-columns: repeat(4, 1fr); }
  .signature__rail { grid-template-columns: repeat(2, 1fr); }
  .footer-d__top { gap: 40px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}

/* ---------- brand film on the home page: full-bleed, looping, no player chrome ---------- */
.reel { --reel-fade-top: var(--bg-800); --reel-fade-bottom: var(--bg-800); position: relative; isolation: isolate; overflow: hidden; background: var(--bg-800); }
.reel__video { display: block; width: 100%; height: auto; aspect-ratio: 16 / 9; max-height: 92vh; object-fit: cover; background: var(--bg-900); pointer-events: none; }
.reel::before, .reel::after { content: ""; position: absolute; z-index: 1; inset-inline: 0; height: clamp(32px, 9vw, 140px); pointer-events: none; }
.reel::before { top: 0; background: linear-gradient(var(--reel-fade-top), transparent); }
.reel::after { bottom: 0; background: linear-gradient(transparent, var(--reel-fade-bottom)); }
.reel__sound {
  position: absolute; z-index: 2; inset-inline-end: 16px; bottom: 10px;
  display: inline-flex; align-items: center; gap: 8px; height: 34px; padding-inline: 11px 14px;
  border-radius: 17px; border: 1px solid rgba(243, 236, 223, .22); background: rgba(10, 17, 13, .5);
  -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px);
  color: var(--cream-100); font: 600 12px/16px var(--f-ui); letter-spacing: .02em;
  transition: background-color .2s, border-color .2s;
}
.reel__sound:hover { background: rgba(10, 17, 13, .7); border-color: var(--line-40); }
.reel__ico { flex: none; color: var(--gold-500); }
.reel__ico--on, .reel__sound[aria-pressed="true"] .reel__ico--off { display: none; }
.reel__sound[aria-pressed="true"] .reel__ico--on { display: block; }
@media (min-width: 1024px) {
  .reel:has(+ .signature) { --reel-fade-bottom: var(--bg-700); }
  .reel__sound { inset-inline-end: var(--pad); bottom: 32px; height: 40px; padding-inline: 14px 18px; border-radius: 20px; font-size: 13px; }
}
