:root {
  /* Ultra Premium Palette */
  --color-gold: #D4AF37;
  --color-gold-hover: #F2C94C;
  --color-dark: #121212;
  --color-dark-2: #1e1e1e;
  --color-dark-3: #2d2d2d;
  --color-text: #f0f0f0;
  --color-text-muted: #aaaaaa;
  --color-accent: #c0392b;
  /* For deletions/errors */

  --font-main: 'Vazirmatn', sans-serif;
  --radius-sm: 8px;
  --radius-md: 16px;
  --shadow-sm: 0 4px 6px rgba(0, 0, 0, 0.3);
  --shadow-lg: 0 10px 30px rgba(0, 0, 0, 0.5);

  --glass-bg: rgba(30, 30, 30, 0.7);
  --glass-border: rgba(255, 255, 255, 0.08);
  --glass-blur: 12px;
}

* {
  box-sizing: border-box;
}

html {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  overflow-x: hidden;
}

body {
  margin: 0;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  font-family: var(--font-main);
  background-color: var(--color-dark);
  color: var(--color-text);
  line-height: 1.8;
  overflow-x: hidden;
}

main {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: inherit;
  transition: color 0.3s ease;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* Utilities */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: max(16px, env(safe-area-inset-left));
  padding-right: max(16px, env(safe-area-inset-right));
  box-sizing: border-box;
}

.btn:hover {
  background: var(--color-gold-hover);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(212, 175, 55, 0.3);
}

.btn-primary {
  background: var(--color-gold);
}

.btn-danger {
  background: var(--color-accent);
  color: #fff;
}

.btn-danger:hover {
  background: #a93226;
  box-shadow: 0 4px 12px rgba(192, 57, 43, 0.4);
}

.btn-small {
  padding: 6px 12px;
  font-size: 0.85rem;
}

/* Header */
.header {
  background: rgba(10, 10, 10, 0.92);
  backdrop-filter: blur(var(--glass-blur));
  -webkit-backdrop-filter: blur(var(--glass-blur));
  position: sticky;
  top: 0;
  z-index: 1000;
  border-bottom: 1px solid rgba(212, 175, 55, 0.12);
  padding: 12px 0;
}

.site-header__inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
}

.logo {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  line-height: 1.25;
  text-decoration: none;
  flex-shrink: 0;
}

.site-header__logo .logo-img {
  height: 52px;
  width: auto;
  max-width: 180px;
}

.logo-img {
  height: 44px;
  width: auto;
  max-width: 220px;
  object-fit: contain;
  display: block;
  flex-shrink: 0;
}

.logo-text {
  font-family: 'Noto Nastaliq Urdu', 'IranNastaliq', 'Traditional Arabic', serif;
  font-weight: 700;
  font-size: 1.35rem;
  line-height: 1.65;
  color: var(--color-gold);
  text-shadow: 0 0 12px rgba(212, 175, 55, 0.28);
  white-space: nowrap;
}

.site-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 28px;
  flex-wrap: wrap;
}

.nav {
  display: flex;
  gap: 30px;
}

.nav a,
.site-nav a {
  color: rgba(255, 255, 255, 0.82);
  font-weight: 500;
  font-size: 0.92rem;
  position: relative;
  padding-bottom: 4px;
}

.nav a:hover,
.nav a.active,
.site-nav a:hover,
.site-nav a.active {
  color: var(--color-gold);
}

.nav a::after,
.site-nav a::after {
  content: '';
  position: absolute;
  bottom: -2px;
  right: 0;
  left: 0;
  width: 0;
  height: 2px;
  margin: 0 auto;
  background: var(--color-gold);
  transition: width 0.25s ease;
}

.nav a:hover::after,
.nav a.active::after,
.site-nav a:hover::after,
.site-nav a.active::after {
  width: 100%;
}

.site-header__actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.site-header__phone {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  border: 1.5px solid rgba(212, 175, 55, 0.45);
  border-radius: 12px;
  color: #fff;
  font-size: 0.88rem;
  font-weight: 600;
  white-space: nowrap;
  transition: all 0.22s ease;
}

.site-header__phone svg {
  width: 16px;
  height: 16px;
  max-width: 16px;
  max-height: 16px;
  color: var(--color-gold);
  flex-shrink: 0;
}

.site-header__phone:hover {
  border-color: var(--color-gold);
  background: rgba(212, 175, 55, 0.08);
  color: var(--color-gold);
}

.site-header__menu-btn {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1.5px solid rgba(212, 175, 55, 0.45);
  border-radius: 10px;
  background: transparent;
  cursor: pointer;
  position: relative;
  z-index: 2;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}

.site-header__menu-btn span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 0 auto;
  background: var(--color-gold);
  border-radius: 2px;
  transition: transform 0.22s ease, opacity 0.22s ease;
}

.site-header.is-open .site-header__menu-btn span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.site-header.is-open .site-header__menu-btn span:nth-child(2) {
  opacity: 0;
}

.site-header.is-open .site-header__menu-btn span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.site-mobile-nav[hidden]:not(.is-open),
.site-mobile-nav:not(.is-open) {
  display: none !important;
}

.site-mobile-nav.is-open {
  display: block;
}

.site-mobile-nav {
  position: fixed;
  inset: 0;
  z-index: 10050;
}

.site-mobile-nav__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.65);
  border: none;
  padding: 0;
  cursor: pointer;
}

.site-mobile-nav__panel {
  position: absolute;
  top: 0;
  right: 0;
  width: min(320px, 88vw);
  height: 100%;
  max-height: 100dvh;
  background: #141414;
  border-left: 1px solid rgba(212, 175, 55, 0.18);
  padding: 20px 18px 28px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  box-shadow: -12px 0 40px rgba(0, 0, 0, 0.45);
}

.site-mobile-nav__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-shrink: 0;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.site-mobile-nav__title {
  color: var(--color-gold);
  font-weight: 700;
  font-size: 1rem;
  line-height: 1;
}

.site-mobile-nav__close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  background: transparent;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
  flex-shrink: 0;
}

.site-mobile-nav__links {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.site-mobile-nav__links a {
  display: block;
  padding: 12px 10px;
  border-radius: 10px;
  color: rgba(255, 255, 255, 0.85);
  font-weight: 600;
}

.site-mobile-nav__links a:hover,
.site-mobile-nav__links a.active {
  background: rgba(212, 175, 55, 0.1);
  color: var(--color-gold);
}

.site-mobile-nav__phone {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 18px;
  border: 1.5px solid rgba(212, 175, 55, 0.45);
  border-radius: 12px;
  color: #fff;
  font-weight: 700;
}

.site-mobile-nav__phone svg {
  width: 18px;
  height: 18px;
  color: var(--color-gold);
}

body.site-menu-open {
  overflow: hidden;
}

/* =====================
   Home Page Sections
   ===================== */
.page-home section {
  padding: 0;
}

.page-home main {
  padding-top: 0;
}

.home-hero {
  padding: 20px 0 0;
  background: #000;
}

.home-hero__box {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  height: 400px;
  max-height: 400px;
  overflow: hidden;
  background: #000;
  direction: ltr;
  isolation: isolate;
}

.home-hero__media {
  position: relative;
  height: 100%;
  min-height: 0;
  overflow: hidden;
  background: #111;
}

.home-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.home-hero__media picture {
  display: contents;
}

.home-hero__fade {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.08) 45%,
    rgba(0, 0, 0, 0.55) 72%,
    rgba(0, 0, 0, 0.92) 88%,
    #000 100%
  );
  pointer-events: none;
}

.home-hero__content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  padding: 32px 36px 32px 20px;
  background: #000;
  text-align: right;
  direction: rtl;
  min-width: 0;
}

.home-hero__eyebrow {
  margin: 0 0 12px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.88rem;
  font-weight: 400;
}

.home-hero__title {
  margin: 0 0 14px;
  display: flex;
  flex-direction: column;
  gap: 0;
  width: 100%;
}

.home-hero__title-line {
  font-size: clamp(1.65rem, 2.8vw, 2.35rem);
  font-weight: 900;
  line-height: 1.35;
  color: #fff;
}

.home-hero__title-accent {
  font-size: clamp(1.65rem, 2.8vw, 2.35rem);
  font-weight: 900;
  line-height: 1.35;
  color: #e8b923;
}

.home-hero__ornament {
  display: flex;
  align-items: center;
  gap: 10px;
  width: min(280px, 100%);
  margin-bottom: 10px;
  color: rgba(212, 175, 55, 0.75);
}

.home-hero__ornament-line {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(212, 175, 55, 0.55), transparent);
}

.home-hero__ornament svg {
  width: 10px;
  height: 10px;
  flex-shrink: 0;
}

.home-hero__slogan {
  margin: 0 0 14px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.86rem;
  font-weight: 400;
}

.home-hero__desc {
  margin: 0 0 22px;
  max-width: 100%;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.84rem;
  line-height: 1.95;
}

.home-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  direction: rtl;
}

.home-hero__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 11px 20px;
  border-radius: 12px;
  font-size: 0.84rem;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.22s ease;
  white-space: nowrap;
}

.home-hero__btn svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

.home-hero__btn--primary {
  background: #e8b923;
  border: 1.5px solid #e8b923;
  color: #111;
}

.home-hero__btn--primary:hover {
  background: #f0c832;
  border-color: #f0c832;
  color: #111;
}

.home-hero__btn--outline {
  background: transparent;
  border: 1.5px solid rgba(255, 255, 255, 0.45);
  color: #fff;
}

.home-hero__btn--outline:hover {
  border-color: rgba(255, 255, 255, 0.7);
  color: #fff;
  background: rgba(255, 255, 255, 0.04);
}

.home-stats {
  padding: 12px 0 20px;
  background: #000;
}

.home-stats__box {
  display: flex;
  align-items: stretch;
  padding: 12px 8px;
  background: #141414;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 16px;
}

.home-stat {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 4px;
  min-width: 0;
  padding: 6px 12px;
}

.home-stat + .home-stat {
  border-inline-start: 1px solid rgba(255, 255, 255, 0.12);
}

.home-stat__icon {
  color: #e8b923;
  flex-shrink: 0;
  margin-bottom: 2px;
  line-height: 0;
}

.home-stat__icon svg {
  width: 32px;
  height: 32px;
  display: block;
}

.home-stat__value {
  margin: 0;
  color: #e8b923;
  font-size: 0.92rem;
  font-weight: 800;
  line-height: 1.3;
}

.home-stat__label {
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.76rem;
  font-weight: 500;
  line-height: 1.4;
}

.home-section-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  margin-bottom: 28px;
}

.home-section-head--start {
  align-items: flex-start;
}

.home-section-head__title {
  margin: 0;
  font-size: clamp(1.4rem, 2.5vw, 1.85rem);
  font-weight: 800;
  color: var(--color-gold);
}

.home-section-head__line {
  width: min(120px, 40%);
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--color-gold), transparent);
}

.home-dishes {
  padding: 56px 0;
}

.home-dishes-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
}

.home-dish-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(212, 175, 55, 0.14);
  border-radius: 16px;
  overflow: hidden;
  text-align: center;
  transition: border-color 0.22s ease, transform 0.22s ease;
}

.home-dish-card:hover {
  border-color: rgba(212, 175, 55, 0.35);
  transform: translateY(-2px);
}

.home-dish-card__media {
  padding: 14px 14px 0;
}

.home-dish-card__media img {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
  margin: 0 auto;
  border: 2px solid rgba(212, 175, 55, 0.25);
}

.home-dish-card__media picture {
  display: contents;
}

.home-dish-card__body {
  padding: 12px 10px 16px;
}

.home-dish-card__name {
  margin: 0 0 8px;
  font-size: 0.82rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.45;
}

.home-dish-card__price {
  margin: 0 0 10px;
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.76rem;
}

.home-dish-card__price span {
  font-size: 0.72rem;
}

.home-dish-card__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 72px;
  padding: 6px 14px;
  border-radius: 999px;
  background: var(--color-gold);
  color: #111;
  font-size: 0.76rem;
  font-weight: 800;
  text-decoration: none;
}

.home-dishes__more,
.home-branches__more {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}

.home-about {
  padding: 56px 0;
  background: rgba(0, 0, 0, 0.35);
}

.home-about__inner {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 36px;
  align-items: center;
}

.home-about__media {
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(212, 175, 55, 0.14);
}

.home-about__media img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  display: block;
  filter: grayscale(0.35) contrast(1.05);
}

.home-about__media picture {
  display: contents;
}

.home-about__content {
  text-align: right;
}

.home-about__text {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.94rem;
  line-height: 1.95;
  margin-bottom: 22px;
}

.home-about__text p {
  margin: 0 0 12px;
}

.home-branches {
  padding: 56px 0 64px;
}

.home-branches-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.home-branch-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(212, 175, 55, 0.14);
  border-radius: 16px;
  overflow: hidden;
  transition: border-color 0.22s ease, transform 0.22s ease;
}

.home-branch-card:hover {
  border-color: rgba(212, 175, 55, 0.35);
  transform: translateY(-2px);
}

.home-branch-card__media {
  aspect-ratio: 955 / 1024;
  overflow: hidden;
  background: #111;
}

.home-branch-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-branch-card__media picture {
  display: contents;
}

.home-branch-card__body {
  padding: 14px 14px 16px;
}

.home-branch-card__name {
  margin: 0 0 10px;
  font-size: 0.95rem;
  font-weight: 800;
}

.home-branch-card__name a {
  color: var(--color-gold);
  text-decoration: none;
}

.home-branch-card__name a:hover {
  color: var(--color-gold-hover);
}

.home-branch-card__meta {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin: 0 0 8px;
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.78rem;
  line-height: 1.6;
}

.home-branch-card__meta svg {
  width: 15px;
  height: 15px;
  flex-shrink: 0;
  margin-top: 3px;
  color: var(--color-gold);
}

.home-branch-card__nav {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 10px;
  padding: 10px 14px;
  border: none;
  border-radius: 10px;
  background: var(--color-gold);
  color: #111;
  font-family: inherit;
  font-size: 0.82rem;
  font-weight: 800;
  cursor: pointer;
  transition: background 0.2s ease;
}

.home-branch-card__nav:hover {
  background: var(--color-gold-hover);
}

.home-branches__empty {
  text-align: center;
  color: rgba(255, 255, 255, 0.4);
  padding: 32px 0;
}

/* Hero / Slider */
.top-slider {
  height: 60vh;
  min-height: 400px;
  position: relative;
  overflow: hidden;
}

.slider-inner {
  height: 100%;
}

.slider-item {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.4, 0, 0.2, 1);
}

.slider-item::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, var(--color-dark) 0%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.4) 100%);
}

.slider-item.active {
  opacity: 1;
}

.hero-text-overlay {
  position: absolute;
  bottom: 20%;
  right: 10%;
  z-index: 10;
  max-width: 600px;
  text-align: right;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 1s ease 0.5s forwards;
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.hero-text-overlay h1 {
  font-size: 3rem;
  margin: 0 0 10px;
  color: #fff;
}

.hero-text-overlay p {
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.9);
}

.slider-dots {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 12px;
  z-index: 20;
}

.slider-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  border: none;
  cursor: pointer;
  transition: all 0.3s;
}

.slider-dot.active {
  background: var(--color-gold);
  transform: scale(1.2);
}

/* Sections */
section {
  padding: 80px 0;
}

h2 {
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 50px;
  color: var(--color-gold);
}

/* =====================
   Hero Split Section
   ===================== */
.hero-split {
  display: flex;
  align-items: stretch;
  min-height: 55vh;
  padding: 0;
  overflow: hidden;
  position: relative;
  background: var(--color-dark);
  animation: heroFadeIn 0.9s ease both;
}

@keyframes heroFadeIn {
  from {
    opacity: 0;
    transform: translateY(16px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Text side (RTL - right) */
.hero-split-text {
  flex: 1 1 50%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 60px 64px 60px 40px;
  position: relative;
  z-index: 2;
}

.hero-split-text::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 80% 50%, rgba(212, 175, 55, 0.06) 0%, transparent 70%);
  pointer-events: none;
}

.hero-split-inner {
  max-width: 520px;
  text-align: right;
  direction: rtl;
}

/* Badge */
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(212, 175, 55, 0.1);
  border: 1px solid rgba(212, 175, 55, 0.3);
  color: var(--color-gold);
  font-size: 0.82rem;
  font-weight: 600;
  padding: 6px 16px;
  border-radius: 50px;
  margin-bottom: 24px;
  letter-spacing: 0.02em;
}

.hero-badge::before {
  content: '';
  width: 6px;
  height: 6px;
  background: var(--color-gold);
  border-radius: 50%;
  animation: pulse 2s infinite;
}

@keyframes pulse {

  0%,
  100% {
    opacity: 1;
    transform: scale(1);
  }

  50% {
    opacity: 0.4;
    transform: scale(0.7);
  }
}

/* Title */
.hero-split-title {
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  font-weight: 900;
  line-height: 1.45;
  color: var(--color-text);
  margin: 0 0 20px;
}

.hero-gold {
  color: var(--color-gold);
  text-shadow: 0 0 30px rgba(212, 175, 55, 0.25);
}

/* Description */
.hero-split-desc {
  font-size: 1rem;
  color: var(--color-text-muted);
  line-height: 1.9;
  margin: 0 0 36px;
}

/* Buttons */
.hero-split-btns {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.hero-btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--color-gold);
  color: #111;
  font-weight: 700;
  font-size: 0.95rem;
  padding: 13px 28px;
  border-radius: 50px;
  text-decoration: none;
  transition: background 0.25s, transform 0.25s, box-shadow 0.25s;
  box-shadow: 0 4px 20px rgba(212, 175, 55, 0.3);
}

.hero-btn-primary:hover {
  background: var(--color-gold-hover);
  transform: translateY(-3px);
  box-shadow: 0 8px 28px rgba(212, 175, 55, 0.45);
  color: #111;
}

.hero-btn-outline {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  color: var(--color-text);
  font-weight: 600;
  font-size: 0.95rem;
  padding: 12px 26px;
  border-radius: 50px;
  border: 1.5px solid rgba(255, 255, 255, 0.2);
  text-decoration: none;
  transition: border-color 0.25s, color 0.25s, transform 0.25s, background 0.25s;
}

.hero-btn-outline:hover {
  border-color: var(--color-gold);
  color: var(--color-gold);
  background: rgba(212, 175, 55, 0.06);
  transform: translateY(-3px);
}

/* Stats row */
.hero-stats {
  display: flex;
  align-items: center;
  gap: 24px;
  padding-top: 32px;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
}

.hero-stat {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.hero-stat-num {
  font-size: 1.5rem;
  font-weight: 900;
  color: var(--color-gold);
  line-height: 1;
}

.hero-stat-label {
  font-size: 0.78rem;
  color: var(--color-text-muted);
}

.hero-stat-divider {
  width: 1px;
  height: 36px;
  background: rgba(255, 255, 255, 0.1);
  flex-shrink: 0;
}

/* Image side (left) */
.hero-split-image {
  flex: 1 1 50%;
  position: relative;
  overflow: hidden;
  min-height: 400px;
}

.hero-img-main {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  display: block;
  transition: transform 8s ease;
}

.hero-split-image:hover .hero-img-main {
  transform: scale(1.04);
}

/* Gradient overlay on image */
.hero-split-image::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to right,
      var(--color-dark) 0%,
      rgba(18, 18, 18, 0.3) 30%,
      rgba(0, 0, 0, 0.1) 100%);
  z-index: 1;
  pointer-events: none;
}

/* Bottom overlay for depth */
.hero-split-image::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 40%;
  background: linear-gradient(to top, rgba(18, 18, 18, 0.6) 0%, transparent 100%);
  z-index: 1;
  pointer-events: none;
}

/* Floating badge on image */
.hero-img-badge {
  position: absolute;
  bottom: 28px;
  left: 28px;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 8px;
  background: rgba(18, 18, 18, 0.85);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(212, 175, 55, 0.25);
  border-radius: 50px;
  padding: 10px 18px;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--color-text);
}

/* Placeholder when no image */
.hero-img-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: var(--color-dark-2);
  color: var(--color-text-muted);
  gap: 12px;
}

/* Responsive */
@media (max-width: 900px) {
  .hero-split {
    flex-direction: column-reverse;
    min-height: auto;
  }

  .hero-split-text {
    padding: 48px 24px 40px;
    justify-content: center;
  }

  .hero-split-inner {
    max-width: 100%;
  }

  .hero-split-image {
    flex: none;
    height: 55vw;
    min-height: 260px;
    max-height: 420px;
  }

  .hero-split-image::before {
    background: linear-gradient(to top,
        var(--color-dark) 0%,
        rgba(18, 18, 18, 0.2) 40%,
        transparent 100%);
  }

  .hero-split-title {
    font-size: clamp(1.5rem, 5vw, 2.2rem);
  }

  .hero-img-badge {
    bottom: 16px;
    left: 16px;
    font-size: 0.8rem;
    padding: 8px 14px;
  }

  .hero-stats {
    gap: 16px;
  }

  .hero-stat-num {
    font-size: 1.25rem;
  }
}

@media (max-width: 480px) {
  .hero-split-text {
    padding: 36px 20px 32px;
  }

  .hero-split-btns {
    flex-direction: column;
  }

  .hero-btn-primary,
  .hero-btn-outline {
    justify-content: center;
    width: 100%;
  }

  .hero-stats {
    gap: 12px;
  }
}

/* About */
.about {
  background: var(--color-dark);
}

.about-text {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
  font-size: 1.1rem;
  color: var(--color-text-muted);
}

/* Menu Page */
.menu-page {
  padding-bottom: 48px;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.menu-hero {
  padding: 36px 0 28px;
  text-align: center;
}

.menu-hero-title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-bottom: 10px;
}

.menu-hero-ornament {
  color: var(--color-gold);
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  opacity: 0.85;
}

.menu-hero-ornament svg {
  width: 100%;
  height: 100%;
}

.menu-hero-title {
  margin: 0;
  font-size: clamp(1.6rem, 4vw, 2.4rem);
  font-weight: 800;
  color: #fff;
  letter-spacing: -0.01em;
}

.menu-hero-subtitle {
  margin: 0 auto 24px;
  max-width: 520px;
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.92rem;
  line-height: 1.8;
}

.menu-search-wrap {
  position: relative;
  max-width: 560px;
  margin: 0 auto;
}

.menu-search-input {
  width: 100%;
  padding: 14px 48px 14px 18px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(212, 175, 55, 0.25);
  border-radius: 14px;
  color: #fff;
  font-family: inherit;
  font-size: 0.95rem;
  outline: none;
  transition: border-color 0.2s ease, background 0.2s ease;
}

.menu-search-input::placeholder {
  color: rgba(255, 255, 255, 0.35);
}

.menu-search-input:focus {
  border-color: rgba(212, 175, 55, 0.55);
  background: rgba(255, 255, 255, 0.06);
}

.menu-search-icon {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  color: var(--color-gold);
  pointer-events: none;
}

.menu-search-icon svg {
  width: 100%;
  height: 100%;
}

.menu-page-body {
  padding-top: 8px;
}

.menu-empty,
.panel-loading,
.menu-load-error {
  padding: 60px 0;
  text-align: center;
  color: rgba(255, 255, 255, 0.35);
}

/* Menu Tabs */
.menu-tabs {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 12px;
  margin: 24px 0 20px;
}

.menu-tab-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 88px;
  padding: 14px 16px;
  background: rgba(255, 255, 255, 0.02);
  border: 1.5px solid rgba(212, 175, 55, 0.45);
  border-radius: 14px;
  color: #fff;
  font-size: 0.92rem;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.22s ease;
  font-family: inherit;
  white-space: nowrap;
}

.menu-tab-icon {
  width: 26px;
  height: 26px;
  flex-shrink: 0;
}

.menu-tab-btn:hover {
  border-color: var(--color-gold);
  background: rgba(212, 175, 55, 0.08);
}

.menu-tab-btn.active {
  background: var(--color-gold);
  border-color: var(--color-gold);
  color: #111;
  box-shadow: 0 8px 24px rgba(212, 175, 55, 0.22);
}

.menu-panel {
  padding-top: 4px;
}

/* Category Filter */
.category-filter {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin: 0 0 28px;
  padding: 0;
  overflow-x: auto;
  scroll-behavior: smooth;
  border-bottom: none;
}

.category-filter::-webkit-scrollbar {
  height: 4px;
}

.category-filter::-webkit-scrollbar-thumb {
  background: var(--color-gold);
  border-radius: 10px;
}

.category-pill {
  flex-shrink: 0;
  padding: 10px 22px;
  background: transparent;
  border: 1.5px solid rgba(212, 175, 55, 0.45);
  border-radius: 999px;
  color: #fff;
  font-weight: 600;
  font-size: 0.88rem;
  cursor: pointer;
  transition: all 0.22s ease;
  white-space: nowrap;
}

.category-pill:hover {
  border-color: var(--color-gold);
  background: rgba(212, 175, 55, 0.08);
  transform: none;
  box-shadow: none;
}

.category-pill.active {
  background: var(--color-gold);
  border-color: var(--color-gold);
  color: #111;
  font-weight: 700;
}

.menu-category-section {
  margin-top: 32px;
}

.menu-category-header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 18px;
}

.menu-category-header-line {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(212, 175, 55, 0.45), transparent);
}

.menu-category-title {
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--color-gold);
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.menu-category-title::before {
  display: none;
}

/* Menu Grid - Desktop: 5 columns vertical cards */
.menu-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.menu-item {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.menu-item:hover {
  border-color: rgba(212, 175, 55, 0.35);
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.28);
}

.menu-item-image {
  width: 100%;
  aspect-ratio: 1 / 1;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 16px 16px 0 0;
  background: var(--color-dark-3);
  cursor: zoom-in;
}

.menu-item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.menu-item-image picture {
  display: contents;
}

.menu-item:hover .menu-item-image img {
  transform: scale(1.06);
}

.menu-item-no-image {
  width: 100%;
  aspect-ratio: 1 / 1;
  flex-shrink: 0;
  border-radius: 16px 16px 0 0;
  background: rgba(255, 255, 255, 0.04);
  display: flex;
  align-items: center;
  justify-content: center;
}

.menu-item-no-image-icon {
  font-size: 1.8rem;
  opacity: 0.2;
}

.menu-item-body {
  flex: 1;
  padding: 12px 12px 14px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  text-align: center;
  min-width: 0;
}

.menu-item-name {
  font-weight: 700;
  font-size: 0.88rem;
  display: block;
  color: #fff;
  line-height: 1.5;
  word-break: break-word;
}

.menu-item-price {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: var(--color-gold);
  font-weight: 800;
  font-size: 0.82rem;
  white-space: nowrap;
  background: rgba(212, 175, 55, 0.08);
  border: 1px solid rgba(212, 175, 55, 0.28);
  border-radius: 999px;
  padding: 5px 12px;
}

.menu-item-price-unit {
  font-size: 0.72rem;
  font-weight: 600;
  color: rgba(212, 175, 55, 0.75);
}

/* Compact grid (drinks) - desktop stays 5 col, smaller cards */
.menu-grid--compact {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.menu-grid--compact .menu-item-body {
  padding: 10px 8px 12px;
}

.menu-grid--compact .menu-item-name {
  font-size: 0.78rem;
}

.menu-grid--compact .menu-item-price {
  font-size: 0.72rem;
  padding: 4px 8px;
}

/* Info banner */
.menu-info-banner {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-top: 40px;
  padding: 16px 18px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(212, 175, 55, 0.22);
  border-radius: 14px;
}

.menu-info-banner-icon {
  width: 22px;
  height: 22px;
  color: var(--color-gold);
  flex-shrink: 0;
  margin-top: 2px;
}

.menu-info-banner-icon svg {
  width: 100%;
  height: 100%;
}

.menu-info-banner p {
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.88rem;
  line-height: 1.8;
}

/* Modals & tooltip */
.menu-img-popup {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 19999;
  background: rgba(0, 0, 0, 0.95);
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.menu-img-popup img {
  max-width: 95vw;
  max-height: 90vh;
  object-fit: contain;
  border-radius: 12px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.8);
}

.menu-popup-close {
  position: absolute;
  top: 20px;
  left: 20px;
  background: rgba(255, 255, 255, 0.15);
  border: 2px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 20000;
  line-height: 1;
}

.menu-popup-close--modal {
  top: 14px;
  left: 14px;
  width: 36px;
  height: 36px;
  font-size: 1.2rem;
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.menu-product-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(6px);
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.menu-product-modal-box {
  background: #1a1a1a;
  border: 1px solid rgba(212, 175, 55, 0.2);
  border-radius: 20px;
  width: 100%;
  max-width: 520px;
  overflow: hidden;
  position: relative;
  animation: modalSlideUp 0.3s ease;
}

.menu-product-modal-image {
  width: 100%;
  height: 240px;
  overflow: hidden;
  background: #111;
  display: none;
  cursor: zoom-in;
  position: relative;
}

.menu-product-modal-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.menu-product-modal-zoom-hint {
  position: absolute;
  bottom: 8px;
  left: 8px;
  background: rgba(0, 0, 0, 0.55);
  color: #fff;
  font-size: 0.72rem;
  padding: 3px 10px;
  border-radius: 20px;
  pointer-events: none;
}

.menu-product-modal-content {
  padding: 28px 28px 32px;
}

.menu-product-modal-category {
  font-size: 0.78rem;
  color: rgba(212, 175, 55, 0.7);
  font-weight: 600;
  margin-bottom: 8px;
  letter-spacing: 0.04em;
}

.menu-product-modal-name {
  margin: 0 0 14px;
  font-size: 1.5rem;
  color: #fff;
  line-height: 1.4;
}

.menu-product-modal-desc {
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.95rem;
  line-height: 1.9;
  margin: 0 0 24px;
  display: none;
}

.menu-product-modal-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
}

.menu-product-modal-price-label {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.3);
  margin-bottom: 4px;
}

.menu-product-modal-price {
  font-size: 1.6rem;
  font-weight: 900;
  color: var(--color-gold);
}

.menu-product-modal-call {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--color-gold);
  color: #111;
  font-weight: 700;
  font-size: 0.9rem;
  padding: 12px 24px;
  border-radius: 50px;
  text-decoration: none;
}

.menu-tooltip {
  display: none;
  position: fixed;
  z-index: 8888;
  max-width: 260px;
  background: rgba(20, 20, 20, 0.97);
  border: 1px solid rgba(212, 175, 55, 0.25);
  border-radius: 10px;
  padding: 12px 16px;
  font-size: 0.85rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.75);
  pointer-events: none;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(8px);
  transition: opacity 0.15s ease;
}

@keyframes modalSlideUp {
  from { opacity: 0; transform: translateY(20px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* Legacy menu-page-header (gallery/branches) */
.menu-page-header {
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../img/slider/slide1.png') no-repeat center/cover;
  padding: 100px 0;
  text-align: center;
  margin-bottom: 40px;
}

.menu-page-header h1 {
  font-size: 3rem;
  color: var(--color-gold);
  margin: 0;
}

.menu-page-header p {
  font-size: 1.2rem;
  color: #fff;
}

/* Lightbox */
.lightbox {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.95);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  align-items: center;
  justify-content: center;
  animation: fadeIn 0.3s ease;
}

.lightbox-content {
  max-width: 90%;
  max-height: 90vh;
  object-fit: contain;
  border-radius: var(--radius-md);
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.8);
  animation: zoomIn 0.3s ease;
}

.lightbox-close {
  position: absolute;
  top: 30px;
  right: 50px;
  color: #fff;
  font-size: 50px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s;
  z-index: 10000;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
}

.lightbox-close:hover {
  background: var(--color-gold);
  color: var(--color-dark);
  transform: rotate(90deg);
}

#lightbox-caption {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
  background: rgba(0, 0, 0, 0.7);
  padding: 15px 30px;
  border-radius: var(--radius-sm);
  backdrop-filter: blur(10px);
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    transform: scale(0.8);
    opacity: 0;
  }

  to {
    transform: scale(1);
    opacity: 1;
  }
}


/* Gallery Page */
.gallery-page {
  padding-bottom: 48px;
}

.gallery-hero {
  position: relative;
  min-height: 260px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center;
  margin-bottom: 28px;
}

.gallery-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.88) 100%);
}

.gallery-hero__content {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 48px 16px;
}

.gallery-hero__title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-bottom: 12px;
}

.gallery-hero__ornament {
  width: 22px;
  height: 22px;
  color: var(--color-gold);
  opacity: 0.85;
}

.gallery-hero__ornament svg {
  width: 100%;
  height: 100%;
}

.gallery-hero__title {
  margin: 0;
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  font-weight: 800;
  color: var(--color-gold);
}

.gallery-hero__subtitle {
  margin: 0 auto;
  max-width: 640px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.95rem;
  line-height: 1.9;
}

.gallery-page__body {
  padding-bottom: 12px;
}

.gallery-filters {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 14px;
}

.gallery-branch-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 18px;
}

.gallery-branch-btn {
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  border: 1px solid rgba(212, 175, 55, 0.35);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.02);
  color: rgba(255, 255, 255, 0.85);
  font-family: inherit;
  font-size: 0.8rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
}

.gallery-branch-btn:hover {
  border-color: var(--color-gold);
  color: #fff;
}

.gallery-branch-btn.is-active {
  background: rgba(212, 175, 55, 0.18);
  border-color: var(--color-gold);
  color: var(--color-gold);
}

.gallery-filter-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 88px;
  padding: 14px 12px;
  border: 1.5px solid rgba(212, 175, 55, 0.45);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.02);
  color: #fff;
  font-family: inherit;
  font-size: 0.84rem;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.22s ease;
}

.gallery-filter-btn svg {
  width: 24px;
  height: 24px;
  color: var(--color-gold);
}

.gallery-filter-btn:hover {
  border-color: var(--color-gold);
  background: rgba(212, 175, 55, 0.08);
}

.gallery-filter-btn.is-active {
  background: var(--color-gold);
  border-color: var(--color-gold);
  color: #111;
  box-shadow: 0 8px 24px rgba(212, 175, 55, 0.22);
}

.gallery-filter-btn.is-active svg {
  color: #111;
}

.gallery-empty {
  text-align: center;
  color: rgba(255, 255, 255, 0.4);
  padding: 48px 0;
}

section.gallery,
.gallery-page .gallery-grid {
  overflow-x: clip;
}

.gallery-page .gallery-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  width: 100%;
  margin-bottom: 28px;
}

.gallery-page .gallery-item {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  display: block;
  aspect-ratio: 1 / 1;
  border: 1px solid rgba(212, 175, 55, 0.15);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
}

.gallery-item__branch {
  position: absolute;
  right: 8px;
  bottom: 8px;
  z-index: 1;
  max-width: calc(100% - 16px);
  padding: 4px 9px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.72);
  border: 1px solid rgba(212, 175, 55, 0.45);
  color: var(--color-gold);
  font-size: 0.68rem;
  font-weight: 700;
  line-height: 1.3;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  pointer-events: none;
}

.gallery-page .gallery-item.is-hidden {
  display: none;
}

.gallery-page .gallery-item:hover {
  transform: translateY(-3px);
  border-color: rgba(212, 175, 55, 0.4);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.35);
}

.gallery-page .gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.gallery-load-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  max-width: 420px;
  margin: 0 auto 36px;
  padding: 14px 24px;
  border: 1.5px solid rgba(212, 175, 55, 0.45);
  border-radius: 14px;
  background: transparent;
  color: #fff;
  font-family: inherit;
  font-size: 0.92rem;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.22s ease;
}

.gallery-page__body .gallery-load-more {
  display: flex;
}

.gallery-load-more svg {
  width: 18px;
  height: 18px;
  color: var(--color-gold);
}

.gallery-load-more:hover {
  border-color: var(--color-gold);
  background: rgba(212, 175, 55, 0.08);
  color: var(--color-gold);
}

.gallery-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  padding: 24px 28px;
  border: 1px solid rgba(212, 175, 55, 0.14);
  border-radius: 18px;
  background: rgba(0, 0, 0, 0.42);
}

.gallery-stat {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-width: 0;
  flex-direction: row-reverse;
}

.gallery-stat__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: var(--color-gold);
}

.gallery-stat__icon svg {
  width: 38px;
  height: 38px;
  display: block;
}

.gallery-stat__text {
  min-width: 0;
  text-align: right;
}

.gallery-stat strong {
  display: block;
  color: var(--color-gold);
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.35;
  white-space: nowrap;
}

.gallery-stat__text > span {
  display: block;
  color: rgba(212, 175, 55, 0.82);
  font-size: 0.82rem;
  font-weight: 600;
  line-height: 1.45;
}

/* Legacy gallery styles */
section.gallery {
  overflow-x: clip;
  padding-bottom: 2.5rem;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 260px), 1fr));
  gap: clamp(10px, 2.5vw, 20px);
  width: 100%;
}

.gallery .gallery-item {
  border-radius: var(--radius-md);
  overflow: hidden;
  display: block;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  box-shadow: var(--shadow-sm);
}

.gallery .gallery-item:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
}

.gallery .gallery-item img {
  width: 100%;
  height: auto;
  display: block;
  max-width: 100%;
}

@media (max-width: 768px) {
  .menu-page-header {
    padding: 48px 0;
  }

  .menu-page-header h1 {
    font-size: clamp(1.45rem, 5.5vw, 2rem);
  }

  .menu-page-header p {
    font-size: 0.95rem;
    padding: 0 4px;
  }

  .gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .gallery .gallery-item:hover {
    transform: none;
    box-shadow: var(--shadow-sm);
  }
}

@media (max-width: 400px) {
  .gallery-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}

/* Branches Page */
.branches-page {
  padding-bottom: 48px;
}

.branches-hero--mobile {
  display: none;
}

.branches-hero--split {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 230px;
  min-height: 0;
  background: #000;
  overflow: hidden;
  margin-bottom: 28px;
}

.branches-hero__content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: min(52%, 560px);
  margin-left: auto;
  padding: 28px 56px 28px 32px;
  background: transparent;
}

.branches-hero__media {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}

.branches-hero__media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.branches-hero__media picture {
  display: contents;
}

.branches-hero__media-fade {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.08) 0%,
    rgba(0, 0, 0, 0.45) 32%,
    rgba(0, 0, 0, 0.88) 46%,
    #000 54%,
    #000 100%
  );
  pointer-events: none;
}

.branches-hero__footer {
  display: none;
}

.branches-hero__footer-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--color-gold);
  font-size: 0.92rem;
  font-weight: 700;
  text-decoration: none;
}

.branches-hero__footer-link svg {
  width: 18px;
  height: 18px;
}

.branches-hero__footer-link:hover {
  color: var(--color-gold-hover);
}

.branches-hero__title-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 12px;
}

.branches-hero__ornament {
  display: flex;
  align-items: center;
  gap: 10px;
  width: min(220px, 100%);
}

.branches-hero__ornament-line {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(212, 175, 55, 0.55), transparent);
}

.branches-hero__ornament svg {
  width: 14px;
  height: 14px;
  color: var(--color-gold);
  flex-shrink: 0;
  opacity: 0.9;
}

.branches-hero__title {
  margin: 0;
  font-size: clamp(1.75rem, 3.2vw, 2.35rem);
  font-weight: 800;
  line-height: 1.15;
  display: flex;
  align-items: baseline;
  gap: 10px;
}

.branches-hero__title-main {
  color: #fff;
}

.branches-hero__title-accent {
  color: var(--color-gold);
}

.branches-hero__subtitle {
  margin: 0 0 18px;
  max-width: 340px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.9rem;
  line-height: 1.85;
  text-align: right;
}

.branches-hero__map-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: fit-content;
  padding: 10px 22px;
  border: 1.5px solid rgba(212, 175, 55, 0.55);
  border-radius: 999px;
  background: transparent;
  color: #fff;
  font-family: inherit;
  font-size: 0.92rem;
  font-weight: 700;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.22s ease;
}

.branches-hero__map-btn svg {
  width: 18px;
  height: 18px;
  color: var(--color-gold);
  flex-shrink: 0;
}

.branches-hero__map-btn:hover {
  border-color: var(--color-gold);
  background: rgba(212, 175, 55, 0.08);
}

.branches-hero__map-btn--solid {
  background: var(--color-gold);
  border-color: var(--color-gold);
  color: #111;
}

.branches-hero__map-btn--solid svg {
  color: #111;
}

.branches-page__body {
  padding-top: 4px;
}

.branches-section-head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 22px;
}

.branches-section-head svg {
  width: 22px;
  height: 22px;
  color: var(--color-gold);
  flex-shrink: 0;
}

.branches-section-head h2 {
  margin: 0;
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--color-gold);
}

.branches-empty {
  text-align: center;
  color: rgba(255, 255, 255, 0.4);
  padding: 48px 0;
}

.branches-page-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 28px;
}

.branches-page-card {
  display: flex;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(212, 175, 55, 0.14);
  border-radius: 16px;
  overflow: hidden;
  transition: border-color 0.22s ease, transform 0.22s ease;
}

.branches-page-card:hover {
  border-color: rgba(212, 175, 55, 0.35);
  transform: translateY(-2px);
}

.branches-page-card.is-hidden {
  display: none;
}

.branches-page-card__media {
  position: relative;
  aspect-ratio: 955 / 1024;
  background: #111;
}

.branches-page-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.branches-page-card__media picture {
  display: contents;
}

.branches-page-card__badge {
  position: absolute;
  top: 12px;
  left: 12px;
  padding: 5px 12px;
  border-radius: 999px;
  background: rgba(212, 175, 55, 0.92);
  color: #111;
  font-size: 0.76rem;
  font-weight: 800;
}

.branches-page-card__body {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 16px 16px 18px;
  flex: 1;
}

.branches-page-card__name {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 800;
}

.branches-page-card__name a {
  color: var(--color-gold);
  text-decoration: none;
}

.branches-page-card__name a:hover {
  color: var(--color-gold-hover);
}

.branches-page-card__meta {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.82rem;
  line-height: 1.65;
}

.branches-page-card__meta svg {
  width: 16px;
  height: 16px;
  color: var(--color-gold);
  flex-shrink: 0;
  margin-top: 2px;
}

.branches-page-card__actions {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: auto;
  padding-top: 8px;
}

.branches-page-card__nav {
  flex: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 42px;
  padding: 0 14px;
  border: 1.5px solid rgba(212, 175, 55, 0.45);
  border-radius: 12px;
  background: transparent;
  color: #fff;
  font-family: inherit;
  font-size: 0.84rem;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.22s ease;
}

.branches-page-card__nav svg {
  width: 16px;
  height: 16px;
  color: var(--color-gold);
}

.branches-page-card__nav:hover {
  border-color: var(--color-gold);
  background: rgba(212, 175, 55, 0.08);
}

.branches-page-card__call {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 1.5px solid rgba(212, 175, 55, 0.45);
  border-radius: 12px;
  color: var(--color-gold);
  flex-shrink: 0;
  transition: all 0.22s ease;
}

.branches-page-card__call svg {
  width: 18px;
  height: 18px;
}

.branches-page-card__call:hover {
  border-color: var(--color-gold);
  background: rgba(212, 175, 55, 0.08);
}

.branches-load-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  max-width: 420px;
  margin: 0 auto 32px;
  padding: 14px 24px;
  border: 1.5px solid rgba(212, 175, 55, 0.45);
  border-radius: 14px;
  background: transparent;
  color: #fff;
  font-family: inherit;
  font-size: 0.92rem;
  font-weight: 700;
  cursor: pointer;
}

.branches-page__body .branches-load-more {
  display: flex;
}

.branches-load-more svg {
  width: 18px;
  height: 18px;
  color: var(--color-gold);
}

.branches-features {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  padding: 24px 28px;
  border: 1px solid rgba(212, 175, 55, 0.14);
  border-radius: 18px;
  background: rgba(0, 0, 0, 0.42);
}

.branches-feature {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  flex-direction: row-reverse;
  min-width: 0;
}

.branches-feature__icon {
  color: var(--color-gold);
  flex-shrink: 0;
}

.branches-feature__icon svg {
  width: 38px;
  height: 38px;
  display: block;
}

.branches-feature__text {
  text-align: right;
  min-width: 0;
}

.branches-feature__text strong {
  display: block;
  color: var(--color-gold);
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.35;
}

.branches-feature__text span {
  display: block;
  color: rgba(212, 175, 55, 0.82);
  font-size: 0.82rem;
  font-weight: 600;
  line-height: 1.45;
}

/* Branches */
.branches {
  background: var(--color-dark-2);
}

.branches-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 30px;
}

.branch-card {
  background: var(--color-dark);
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: transform 0.3s;
}

.branches-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.branch-card {
  background: var(--color-dark-2);
  border: 1px solid var(--glass-border);
  border-radius: var(--radius-md);
  overflow: hidden;
  transition: transform 0.3s, box-shadow 0.3s;
  display: flex;
  flex-direction: column;
}

.branch-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-lg);
  border-color: rgba(212, 175, 55, 0.3);
}

.branch-image {
  height: 220px;
  width: 100%;
  position: relative;
  background: var(--color-dark-3);
}

.branch-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.branch-card:hover .branch-img {
  transform: scale(1.05);
}

.branch-img-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-text-muted);
  font-size: 0.9rem;
}

.branch-info {
  padding: 25px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.branch-name {
  color: var(--color-gold);
  margin: 0 0 10px;
  font-size: 1.35rem;
  font-weight: 800;
}

.branch-address {
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 15px;
}

.branch-work-hours {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.9rem;
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  line-height: 1.6;
}

.branch-hours-status {
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 700;
  padding: 3px 10px;
  border-radius: 999px;
  white-space: nowrap;
}

.branch-hours-status--open {
  color: #b8f5c4;
  background: rgba(46, 160, 67, 0.22);
  border: 1px solid rgba(46, 160, 67, 0.45);
}

.branch-hours-status--closed {
  color: #ffc9c9;
  background: rgba(192, 57, 43, 0.2);
  border: 1px solid rgba(192, 57, 43, 0.4);
}

.branch-phones,
.branch-instagram {
  margin-bottom: 10px;
  font-size: 0.95rem;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.branch-phone-sep {
  color: rgba(255, 255, 255, 0.35);
  user-select: none;
  pointer-events: none;
}

.branch-phones {
  gap: 0.25rem 0.35rem;
}

.branch-phones a,
.branch-instagram a {
  color: var(--color-text-muted);
  border-bottom: 1px dashed var(--color-text-muted);
  padding-bottom: 2px;
  transition: all 0.2s;
}

.branch-phones a:hover,
.branch-instagram a:hover {
  color: var(--color-gold);
  border-bottom: 1px solid var(--color-gold);
}

.branch-nav-btn {
  margin-top: auto;
  padding: 12px 20px;
  background: rgba(212, 175, 55, 0.1);
  color: var(--color-gold);
  border: 1px solid rgba(212, 175, 55, 0.3);
  border-radius: var(--radius-sm);
  cursor: pointer;
  font-family: inherit;
  font-size: 0.95rem;
  font-weight: 600;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
}

.branch-nav-btn::before {
  content: '📍';
  font-size: 1.1rem;
}

.branch-nav-btn:hover {
  background: var(--color-gold);
  color: var(--color-dark);
  border-color: var(--color-gold);
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(212, 175, 55, 0.25);
}

/* Branch page — routing */
.branch-route-section {
  margin-bottom: 56px;
  padding: 28px 24px 32px;
  background: linear-gradient(165deg, rgba(212, 175, 55, 0.06) 0%, rgba(0, 0, 0, 0.35) 100%);
  border: 1px solid rgba(212, 175, 55, 0.22);
  border-radius: var(--radius-md, 12px);
  scroll-margin-top: 100px;
}

.branch-route-title {
  color: var(--color-gold);
  font-size: 1.75rem;
  margin: 0 0 10px;
  font-weight: 700;
}

.branch-route-lead {
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.95rem;
  line-height: 1.7;
  margin: 0 0 22px;
}

.branch-route-map-wrap {
  width: 100%;
  margin-bottom: 24px;
  border-radius: var(--radius-md, 12px);
  overflow: hidden;
  border: 1px solid rgba(212, 175, 55, 0.25);
  background: rgba(0, 0, 0, 0.35);
  aspect-ratio: 16 / 9;
  min-height: 240px;
}

/* تصویر نقشهٔ استاتیک API نشان (به‌جای Leaflet وقتی کاشی‌ها لود نمی‌شوند) */
.branch-route-map-wrap--static {
  aspect-ratio: auto;
  min-height: 0;
}

.branch-route-map-static {
  display: block;
  width: 100%;
  line-height: 0;
}

.branch-route-map-static__img {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: top;
}

.branch-route-map-static-fail {
  display: none;
  padding: 20px 18px;
  text-align: center;
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.92rem;
  line-height: 1.75;
}

.branch-route-map-static-fail a {
  color: var(--color-gold);
  text-decoration: underline;
}

.branch-route-map-wrap--static-fail .branch-route-map-static {
  display: none;
}

.branch-route-map-wrap--static-fail .branch-route-map-static-fail {
  display: block;
}

.branch-route-map-iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 240px;
  border: 0;
}

.branch-route-map-placeholder {
  min-height: 240px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 18px;
  text-align: center;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.92rem;
  line-height: 1.75;
}

.branch-route-map-placeholder a {
  color: var(--color-gold);
  text-decoration: underline;
}

.branch-route-map-placeholder code {
  font-size: 0.85em;
  background: rgba(0, 0, 0, 0.35);
  padding: 2px 6px;
  border-radius: 4px;
}

.branch-route-coords-hint {
  margin: 0 0 8px;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.35);
  line-height: 1.5;
  text-align: center;
}

.branch-route-map-fallback {
  margin: 0 0 16px;
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.45);
  line-height: 1.7;
}

.branch-route-map-fallback a {
  color: var(--color-gold);
  text-decoration: underline;
}

.branch-route-map-fallback--muted {
  color: rgba(255, 255, 255, 0.38);
  font-size: 0.85rem;
}

/* صفحهٔ شعبه: جلوگیری از اسکرول افقی (تصویر، iframe، متن) */
.branch-page-wrap {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  overflow-x: hidden;
  box-sizing: border-box;
}

/* هیروی صفحهٔ شعبه — دسکتاپ مثل ستون تصویر اصلی؛ موبایل فقط در بلوک زیر (بدون min-height دسکتاپ) */
.branch-hero.branch-hero--cover-only {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0;
  margin-inline: 0;
  padding: 0;
  padding-inline: 0;
  overflow: hidden;
  overflow-x: clip;
  background: #0a0a0a;
  isolation: isolate;
}

@media (min-width: 901px) {
  .branch-hero.branch-hero--cover-only {
    min-height: 400px;
    height: 55vh;
  }
}

.branch-hero__clip {
  /* لایهٔ تصویر LTR تا absolute در صفحهٔ RTL عرض را درست پر کند */
  direction: ltr;
  position: absolute;
  inset: 0;
  width: 100%;
  max-width: 100%;
  height: 100%;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.branch-hero__img {
  position: absolute;
  inset: 0;
  width: 100%;
  max-width: 100%;
  height: 100%;
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
  object-fit: cover;
  object-position: top center;
  display: block;
  box-sizing: border-box;
}

@media (min-width: 901px) {
  /* کل تصویر در همان ارتفاع/عرض قاب؛ بدون کراپ (برش) مثل cover */
  .branch-hero__img {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    object-fit: contain;
    object-position: center center;
  }
}

@media (max-width: 900px) {
  .branch-page-wrap {
    overflow-x: clip;
    max-width: 100%;
  }

  /*
   * موبایل: clip در جریان سند (نه inset نسبت به سکشن) تا عرض = ۱۰۰٪ واقعی نمایشگر
   * و از بیرون‌زدگی افقی در RTL جلوگیری شود.
   */
  .branch-hero.branch-hero--cover-only {
    height: auto;
    min-height: 0;
    max-height: none;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
  }

  .branch-hero__clip {
    position: relative;
    inset: auto;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    height: 55vw;
    min-height: 260px;
    max-height: 420px;
    overflow: hidden;
  }

  .branch-hero__img {
    position: absolute;
    inset: 0;
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
  }

  .branch-route-map-wrap {
    max-width: 100%;
    min-width: 0;
  }

  .branch-route-map-iframe {
    max-width: 100%;
    width: 100%;
    min-width: 0;
  }
}

/* صفحهٔ شعبه: نام و آدرس زیر تصویر */
.branch-intro {
  padding: 28px 0 8px;
  text-align: center;
}

.branch-intro__title {
  color: var(--color-gold);
  font-size: clamp(1.75rem, 5vw, 2.75rem);
  margin: 0 0 12px;
  font-weight: 700;
  line-height: 1.3;
}

.branch-intro__address {
  color: rgba(255, 255, 255, 0.88);
  font-size: 1.05rem;
  line-height: 1.75;
  margin: 0;
  max-width: 720px;
  margin-inline: auto;
  padding-inline: 16px;
  word-break: break-word;
  overflow-wrap: anywhere;
}

.branch-intro__address .fa-map-marker-alt {
  color: var(--color-gold);
  margin-left: 8px;
}

.branch-contact-block {
  text-align: center;
}

.branch-contact-block__title {
  color: var(--color-gold);
  margin: 0 0 18px;
  font-size: 1.5rem;
}

.branch-contact-block__phones {
  margin-bottom: 18px;
}

.branch-contact-block__label {
  display: block;
  color: rgba(255, 255, 255, 0.85);
  font-weight: 600;
  margin-bottom: 12px;
  font-size: 1rem;
}

.branch-contact-block__phone-links {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.branch-contact-block__phone-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 200px;
  padding: 12px 20px;
  border-radius: var(--radius-sm, 8px);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(212, 175, 55, 0.25);
  color: var(--color-gold);
  text-decoration: none;
  font-weight: 600;
  font-size: 1.05rem;
  transition: background 0.2s, border-color 0.2s;
}

.branch-contact-block__phone-link:hover {
  background: rgba(212, 175, 55, 0.12);
  border-color: var(--color-gold);
}

.branch-contact-block__phone-link--text {
  cursor: default;
  border-style: dashed;
  opacity: 0.85;
}

.branch-contact-block__instagram {
  margin-bottom: 16px;
}

.branch-contact-block__to-map {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 12px;
  color: var(--color-gold);
  text-decoration: none;
  font-weight: 600;
  font-size: 0.95rem;
}

.branch-contact-block__to-map:hover {
  text-decoration: underline;
}

/* مودال مسیریابی */
.nav-modal-system-link {
  display: none;
}

.nav-modal-system-link.is-visible {
  display: flex !important;
}

.nav-sheet {
  position: fixed;
  inset: 0;
  z-index: 10050;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  background: rgba(0, 0, 0, 0.72);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  padding: 0;
}

.nav-sheet[hidden] {
  display: none !important;
}

.nav-sheet__panel {
  width: 100%;
  max-width: 440px;
  max-height: min(88vh, 720px);
  overflow: auto;
  margin: 0;
  padding: 12px 18px 28px;
  border-radius: 22px 22px 0 0;
  background: linear-gradient(180deg, #1f1c16 0%, #121212 40%);
  border-top: 1px solid rgba(212, 175, 55, 0.22);
  box-shadow: 0 -12px 40px rgba(0, 0, 0, 0.45);
  -webkit-overflow-scrolling: touch;
}

.nav-sheet__handle {
  width: 42px;
  height: 4px;
  margin: 4px auto 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
}

.nav-sheet__eyebrow {
  margin: 0;
  text-align: center;
  color: rgba(255, 255, 255, 0.45);
  font-size: 0.8rem;
}

.nav-sheet__title {
  margin: 4px 0 18px;
  text-align: center;
  color: #fff;
  font-size: 1.15rem;
  font-weight: 700;
}

.nav-sheet__list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.nav-sheet__item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 13px 14px;
  text-decoration: none;
  color: #fff;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: background 0.18s ease, border-color 0.18s ease;
}

.nav-sheet__item:hover,
.nav-sheet__item:focus-visible {
  background: rgba(212, 175, 55, 0.1);
  border-color: rgba(212, 175, 55, 0.35);
  outline: none;
}

.nav-sheet__item--accent {
  background: rgba(212, 175, 55, 0.12);
  border-color: rgba(212, 175, 55, 0.4);
}

.nav-sheet__icon {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 1.25rem;
  background: rgba(255, 255, 255, 0.06);
}

.nav-sheet__icon--neshan {
  color: #e11d48;
  background: rgba(225, 29, 72, 0.12);
}

.nav-sheet__text {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.nav-sheet__text strong {
  font-size: 0.98rem;
  font-weight: 700;
}

.nav-sheet__text small {
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.48);
}

.nav-sheet__cancel {
  width: 100%;
  margin-top: 14px;
  padding: 13px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.55);
  font: inherit;
  cursor: pointer;
}

.nav-sheet__cancel:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
}

.nav-sheet--overlay {
  z-index: 1200;
}

.nav-sheet__item--btn {
  width: 100%;
  border: 0;
  cursor: pointer;
  text-align: right;
  font: inherit;
  color: inherit;
  appearance: none;
  -webkit-appearance: none;
}

@media (min-width: 768px) {
  .nav-sheet {
    align-items: center;
    padding: 24px;
  }

  .nav-sheet__panel {
    border-radius: 20px;
    max-height: 80vh;
  }
}

.branch-route-actions {
  margin-top: 8px;
}

.branch-route-actions-label {
  display: block;
  color: rgba(255, 255, 255, 0.45);
  font-size: 0.85rem;
  margin-bottom: 12px;
}

.branch-route-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 14px;
}

.branch-route-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 110px;
  padding: 12px 16px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #fff;
  text-decoration: none;
  border-radius: var(--radius-sm, 8px);
  font-size: 0.92rem;
  font-weight: 600;
  transition: background 0.2s, border-color 0.2s, color 0.2s;
}

.branch-route-btn:hover {
  background: rgba(212, 175, 55, 0.12);
  border-color: rgba(212, 175, 55, 0.45);
  color: var(--color-gold);
}

.branch-route-btn--primary {
  background: rgba(212, 175, 55, 0.15);
  border-color: rgba(212, 175, 55, 0.45);
  color: var(--color-gold);
}

.branch-route-btn--primary:hover {
  background: var(--color-gold);
  color: var(--color-dark, #111);
  border-color: var(--color-gold);
}

.branch-route-more {
  width: 100%;
  max-width: 320px;
  padding: 11px 16px;
  background: transparent;
  border: 1px dashed rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.45);
  border-radius: var(--radius-sm, 8px);
  cursor: pointer;
  font-family: inherit;
  font-size: 0.88rem;
  transition: border-color 0.2s, color 0.2s;
}

.branch-route-more:hover {
  border-color: rgba(212, 175, 55, 0.4);
  color: var(--color-gold);
}

.branch-route-hint {
  margin: 0;
  padding: 16px 18px;
  background: rgba(255, 193, 7, 0.06);
  border: 1px solid rgba(255, 193, 7, 0.2);
  border-radius: var(--radius-sm, 8px);
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.92rem;
  line-height: 1.75;
}

/* روی موبایل، دکمه‌های نقشه مودال را باز می‌کنند؛ دکمهٔ تکراری پنهان */
@media (max-width: 900px) and (pointer: coarse) {
  .branch-route-actions .branch-route-more {
    display: none;
  }
}

@media (max-width: 600px) {
  .branch-route-section {
    padding: 22px 16px 26px;
  }

  .branch-route-btn {
    flex: 1 1 calc(50% - 10px);
    min-width: 0;
  }
}

/* Footer */
.footer {
  background: #080808;
  padding: 0;
  text-align: initial;
  border-top: 1px solid rgba(212, 175, 55, 0.12);
  color: var(--color-text-muted);
}

.site-footer {
  padding: 48px 0 0;
}

.site-footer__grid {
  display: grid;
  grid-template-columns: 1.2fr 0.9fr 0.9fr 1.1fr;
  gap: 32px;
  padding-bottom: 36px;
}

.site-footer__title {
  margin: 0 0 16px;
  color: var(--color-gold);
  font-size: 1rem;
  font-weight: 800;
}

.site-footer__text {
  margin: 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.88rem;
  line-height: 1.9;
}

.site-footer__links {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.site-footer__links a {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.88rem;
  transition: color 0.2s ease;
}

.site-footer__links a:hover {
  color: var(--color-gold);
}

.site-footer__contact-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.site-footer__info-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.88rem;
  line-height: 1.7;
}

.site-footer__info-item--link:hover {
  color: var(--color-gold);
}

.site-footer__icon {
  width: 18px;
  height: 18px;
  color: var(--color-gold);
  flex-shrink: 0;
  margin-top: 3px;
}

.site-footer__icon svg {
  width: 100%;
  height: 100%;
}

.site-footer__bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  padding: 18px 0 24px;
  text-align: center;
}

.site-footer__bottom p {
  margin: 0;
  color: rgba(255, 255, 255, 0.38);
  font-size: 0.82rem;
}

/* Admin Styles Refined */
.admin-login-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  background: var(--color-dark);
  padding: 20px;
}

.admin-login-box {
  background: var(--color-dark-2);
  padding: 50px 40px;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-lg);
  width: 100%;
  max-width: 420px;
  text-align: center;
  border: 1px solid var(--glass-border);
}

.admin-login-logo {
  display: flex;
  justify-content: center;
  margin-bottom: 1.25rem;
}

.admin-login-logo img {
  max-height: 56px;
  width: auto;
  max-width: 100%;
  object-fit: contain;
}

.admin-login-form input {
  width: 100%;
  padding: 14px;
  background: var(--color-dark-3);
  border: 1px solid var(--glass-border);
  color: #fff;
  border-radius: var(--radius-sm);
  margin-bottom: 18px;
  font-family: var(--font-main);
  transition: border-color 0.3s;
}

.admin-login-form input:focus {
  outline: none;
  border-color: var(--color-gold);
}

.admin-page {
  padding-bottom: 80px;
  background: var(--color-dark);
  min-height: 100vh;
}

.admin-page .container {
  max-width: 960px;
}

.admin-page h1 {
  color: var(--color-gold);
  margin-bottom: 1rem;
  font-size: 2.2rem;
  border-bottom: 2px solid var(--color-dark-3);
  padding-bottom: 15px;
}

.admin-dashboard-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  background: var(--color-dark-2);
  padding: 15px 20px;
  border-radius: var(--radius-sm);
  border: 1px solid var(--glass-border);
}

.admin-section {
  background: var(--color-dark-2);
  padding: 30px;
  border-radius: var(--radius-md);
  margin-bottom: 40px;
  border: 1px solid var(--glass-border);
  box-shadow: var(--shadow-sm);
  position: relative;
}

.admin-section::before {
  content: '';
  position: absolute;
  top: 0;
  right: 30px;
  width: 60px;
  height: 4px;
  background: var(--color-gold);
  border-radius: 0 0 4px 4px;
}

.admin-section h2 {
  font-size: 1.6rem;
  color: var(--color-text);
  margin: 0 0 20px 0;
  text-align: right;
  border-bottom: 1px solid var(--color-dark-3);
  padding-bottom: 10px;
}

.admin-form-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 15px;
  margin-bottom: 15px;
  align-items: end;
}

.admin-form-row input,
.admin-form-row textarea {
  background: var(--color-dark-3);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
  padding: 12px 15px;
  border-radius: var(--radius-sm);
  width: 100%;
  font-family: var(--font-main);
  transition: all 0.3s;
}

.admin-form-row input:focus,
.admin-form-row textarea:focus {
  outline: none;
  border-color: var(--color-gold);
  background: var(--color-dark);
}

.admin-branch-row {
  background: var(--color-dark-3);
  padding: 20px;
  border-radius: var(--radius-sm);
  margin-bottom: 20px;
  border: 1px solid var(--glass-border);
}

.admin-branch-row-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
}

.admin-branch-title {
  color: var(--color-gold);
  border-radius: var(--radius-sm);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.admin-msg {
  padding: 10px;
  border-radius: var(--radius-sm);
  display: none;
  margin-bottom: 20px;
}

.admin-msg.show {
  display: block;
}

.admin-msg.error {
  background: rgba(192, 57, 43, 0.2);
  color: #e74c3c;
  border: 1px solid #c0392b;
}

.admin-msg.success {
  background: rgba(39, 174, 96, 0.2);
  color: #2ecc71;
  border: 1px solid #27ae60;
}

@media (max-width: 1024px) {
  .menu-grid,
  .menu-grid--compact {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .site-footer__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gallery-page .gallery-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .gallery-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .branches-page-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .branches-features {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-dishes-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .home-branches-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-about__inner {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

@media (max-width: 768px) {
  .home-hero {
    padding: 0;
  }

  .home-hero__box {
    grid-template-columns: 1fr;
    height: auto;
    max-height: none;
    direction: rtl;
  }

  .home-hero__media {
    height: 220px;
  }

  .home-hero__fade {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.85) 100%);
  }

  .home-hero__content {
    height: auto;
    padding: 28px 16px 32px;
    align-items: center;
    text-align: center;
  }

  .home-hero__ornament {
    justify-content: center;
  }

  .home-hero__desc {
    max-width: none;
  }

  .home-hero__actions {
    justify-content: center;
    width: 100%;
  }

  .home-stats {
    padding: 10px 0 18px;
  }

  .home-stats__box {
    flex-wrap: wrap;
    padding: 10px 6px;
    border-radius: 14px;
  }

  .home-stat {
    flex: 1 1 50%;
    padding: 10px 8px;
  }

  .home-stat + .home-stat {
    border-inline-start: none;
  }

  .home-stat:nth-child(odd) {
    border-inline-start: none;
  }

  .home-stat:nth-child(even) {
    border-inline-start: 1px solid rgba(255, 255, 255, 0.12);
  }

  .home-stat:nth-child(n + 3) {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    margin-top: 2px;
    padding-top: 12px;
  }

  .home-stat__icon svg {
    width: 28px;
    height: 28px;
  }

  .home-stat__value {
    font-size: 0.86rem;
  }

  .home-stat__label {
    font-size: 0.72rem;
  }

  .home-dishes {
    padding: 36px 0;
  }

  .home-dishes-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .home-about {
    padding: 36px 0;
  }

  .home-about__inner {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .home-about__media img {
    height: 220px;
  }

  .home-about__content {
    text-align: center;
  }

  .home-section-head--start {
    align-items: center;
  }

  .home-branches {
    padding: 36px 0 48px;
  }

  .home-branches-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .menu-hero {
    padding: 24px 0 20px;
  }

  .menu-tabs {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 10px;
    padding-bottom: 4px;
    grid-template-columns: unset;
  }

  .menu-tab-btn {
    min-width: 118px;
    min-height: 78px;
    font-size: 0.82rem;
    padding: 12px 14px;
  }

  .menu-tab-icon {
    width: 22px;
    height: 22px;
  }

  .category-filter {
    flex-wrap: nowrap;
    justify-content: flex-start;
    padding-bottom: 6px;
  }

  .category-pill {
    padding: 9px 18px;
    font-size: 0.82rem;
  }

  /* Mobile food items: 2-col horizontal cards */
  .menu-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .menu-grid:not(.menu-grid--compact) .menu-item {
    flex-direction: row-reverse;
    align-items: stretch;
    border-color: rgba(212, 175, 55, 0.35);
    border-radius: 14px;
  }

  .menu-grid:not(.menu-grid--compact) .menu-item-image,
  .menu-grid:not(.menu-grid--compact) .menu-item-no-image {
    width: 42%;
    max-width: 110px;
    aspect-ratio: 1 / 1;
    border-radius: 14px 0 0 14px;
  }

  .menu-grid:not(.menu-grid--compact) .menu-item-body {
    flex: 1;
    align-items: flex-start;
    justify-content: center;
    text-align: right;
    padding: 10px 12px;
    gap: 10px;
  }

  .menu-grid:not(.menu-grid--compact) .menu-item-name {
    font-size: 0.82rem;
  }

  .menu-grid:not(.menu-grid--compact) .menu-item-price {
    font-size: 0.76rem;
    padding: 4px 10px;
  }

  /* Mobile drinks: 4-col vertical compact cards */
  .menu-grid--compact {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
  }

  .menu-grid--compact .menu-item {
    flex-direction: column;
    border-color: rgba(212, 175, 55, 0.28);
  }

  .menu-grid--compact .menu-item-image,
  .menu-grid--compact .menu-item-no-image {
    width: 100%;
    max-width: none;
    border-radius: 12px 12px 0 0;
  }

  .menu-grid--compact .menu-item-body {
    align-items: center;
    text-align: center;
    padding: 8px 6px 10px;
    gap: 6px;
  }

  .menu-grid--compact .menu-item-name {
    font-size: 0.68rem;
    line-height: 1.35;
  }

  .menu-grid--compact .menu-item-price {
    font-size: 0.62rem;
    padding: 3px 7px;
  }

  .menu-info-banner {
    margin-top: 28px;
    padding: 14px;
  }

  .site-header__inner {
    grid-template-columns: 1fr auto;
    gap: 12px;
  }

  .site-header__logo {
    grid-column: 1;
    justify-self: start;
  }

  .site-header__actions {
    grid-column: 2;
    justify-self: end;
    position: relative;
    z-index: 2;
  }

  .site-nav,
  .site-header__phone {
    display: none;
  }

  .site-header__menu-btn {
    display: flex;
  }

  .site-header__logo .logo-img {
    height: 44px;
  }

  .site-header__logo .logo-text {
    font-size: 1rem;
    max-width: 140px;
    white-space: normal;
    line-height: 1.45;
  }

  .site-footer__grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .site-footer__col--links {
    display: none;
  }

  .site-footer {
    padding-top: 36px;
  }

  .gallery-hero {
    min-height: 220px;
  }

  .gallery-hero__content {
    padding: 36px 12px;
  }

  .gallery-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }

  .gallery-filter-btn {
    min-height: auto;
    flex-direction: row;
    padding: 12px 16px;
    font-size: 0.82rem;
  }

  .gallery-filter-btn[data-filter="all"] {
    width: 100%;
    justify-content: center;
  }

  .gallery-filter-btn:not([data-filter="all"]) {
    flex: 1 1 calc(25% - 10px);
    min-width: 64px;
    flex-direction: column;
    padding: 12px 8px;
    gap: 6px;
  }

  .gallery-filter-btn:not([data-filter="all"]) span {
    display: none;
  }

  .gallery-page .gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .gallery-page .gallery-item:hover {
    transform: none;
  }

  .gallery-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    padding: 0;
    border: none;
    border-radius: 0;
    background: transparent;
  }

  .gallery-stat {
    flex-direction: row-reverse;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    min-height: 92px;
    padding: 16px 14px;
    border: 1px solid rgba(212, 175, 55, 0.14);
    border-radius: 16px;
    background: rgba(0, 0, 0, 0.48);
  }

  .gallery-stat__icon svg {
    width: 34px;
    height: 34px;
  }

  .gallery-stat__text {
    flex: 1;
  }

  .gallery-stat strong {
    font-size: 0.9rem;
    white-space: normal;
  }

  .gallery-stat__text > span {
    font-size: 0.76rem;
    color: rgba(255, 255, 255, 0.55);
    font-weight: 500;
  }

  .branches-hero--split {
    display: none;
  }

  .branches-hero--mobile {
    display: block;
    position: relative;
    min-height: 240px;
    background-size: cover;
    background-position: center;
    margin-bottom: 24px;
  }

  .branches-hero__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.88) 100%);
  }

  .branches-hero__content--mobile {
    position: relative;
    z-index: 1;
    align-items: center;
    text-align: center;
    padding: 42px 20px 36px;
  }

  .branches-hero__content--mobile .branches-hero__title-wrap {
    align-items: center;
  }

  .branches-hero__content--mobile .branches-hero__ornament {
    justify-content: center;
  }

  .branches-hero__content--mobile .branches-hero__title {
    justify-content: center;
  }

  .branches-hero__content--mobile .branches-hero__subtitle {
    max-width: none;
    text-align: center;
  }

  .branches-page-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .branches-page-card {
    flex-direction: row-reverse;
    align-items: stretch;
  }

  .branches-page-card__media {
    width: 38%;
    max-width: 130px;
    min-width: 110px;
    aspect-ratio: auto;
    min-height: 100%;
    flex-shrink: 0;
    border-radius: 14px 0 0 14px;
  }

  .branches-page-card__media img {
    min-height: 100%;
  }

  .branches-page-card__badge {
    top: 8px;
    left: 8px;
    font-size: 0.68rem;
    padding: 4px 8px;
  }

  .branches-page-card__body {
    padding: 12px 12px 12px 10px;
    gap: 8px;
  }

  .branches-page-card__name {
    font-size: 0.92rem;
  }

  .branches-page-card__meta {
    font-size: 0.74rem;
  }

  .branches-page-card__actions {
    gap: 8px;
    padding-top: 4px;
  }

  .branches-page-card__nav {
    min-height: 38px;
    font-size: 0.78rem;
    padding: 0 10px;
  }

  .branches-page-card__call {
    width: 38px;
    height: 38px;
  }

  .branches-features {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    padding: 0;
    border: none;
    border-radius: 0;
    background: transparent;
  }

  .branches-feature {
    flex-direction: row-reverse;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    min-height: 92px;
    padding: 16px 14px;
    border: 1px solid rgba(212, 175, 55, 0.14);
    border-radius: 16px;
    background: rgba(0, 0, 0, 0.48);
  }

  .branches-feature__icon svg {
    width: 34px;
    height: 34px;
  }

  .branches-feature__text strong {
    font-size: 0.9rem;
  }

  .branches-feature__text span {
    font-size: 0.76rem;
    color: rgba(255, 255, 255, 0.55);
    font-weight: 500;
  }

  /* Admin Horizontal Drag & Drop */
  .admin-menu-section {
    background: rgba(255, 255, 255, 0.05);
    border-radius: var(--radius-md);
    padding: 20px;
    margin-bottom: 30px;
    border: 1px solid var(--glass-border);
  }

  .admin-menu-section h3 {
    color: var(--color-gold);
    border-bottom: 1px solid var(--glass-border);
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-size: 1.5rem;
  }

  .admin-horizontal-scroll {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    padding-bottom: 20px;
    padding-right: 5px;
    /* Adjust for scrollbar trigger */
    scroll-behavior: smooth;
    cursor: grab;
  }

  .admin-horizontal-scroll:active {
    cursor: grabbing;
  }

  /* Custom Scrollbar */
  .admin-horizontal-scroll::-webkit-scrollbar {
    height: 10px;
  }

  .admin-horizontal-scroll::-webkit-scrollbar-track {
    background: var(--color-dark-3);
    border-radius: 10px;
  }

  .admin-horizontal-scroll::-webkit-scrollbar-thumb {
    background: var(--color-gold);
    border-radius: 10px;
  }

  /* Menu Item Card */
  .menu-item-card {
    flex: 0 0 280px;
    /* Fixed width for consistent cards */
    background: var(--color-dark-2);
    border: 1px solid var(--glass-border);
    border-radius: var(--radius-md);
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    transition: transform 0.2s, box-shadow 0.2s;
    position: relative;
  }

  .menu-item-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    border-color: rgba(212, 175, 55, 0.3);
  }

  .menu-item-card.dragging {
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
  }

  .card-controls {
    display: flex;
    gap: 5px;
  }

  .btn-icon-only {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    border: none;
    width: 28px;
    height: 28px;
    border-radius: 4px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
    transition: all 0.2s;
  }

  .btn-icon-only:hover {
    background: var(--color-gold);
    color: var(--color-dark);
  }

  .btn-icon-only.delete:hover {
    background: var(--color-accent);
    color: #fff;
  }

  /* Card Inputs */
  .card-input {
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #fff;
    padding: 10px;
    border-radius: var(--radius-sm);
    width: 100%;
    font-family: var(--font-main);
    transition: border-color 0.3s;
  }

  .card-input:focus {
    outline: none;
    border-color: var(--color-gold);
  }

  /* Toggle Switch */
  .toggle-switch {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    font-size: 0.9rem;
    color: var(--color-text-muted);
  }

  .toggle-input {
    appearance: none;
    width: 40px;
    height: 22px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 20px;
    position: relative;
    transition: background 0.3s;
    cursor: pointer;
  }

  .toggle-input::after {
    content: '';
    position: absolute;
    top: 3px;
    left: 3px;
    width: 16px;
    height: 16px;
    background: #fff;
    border-radius: 50%;
    transition: transform 0.3s;
  }

  .toggle-input:checked {
    background: var(--color-gold);
  }

  .toggle-input:checked::after {
    transform: translateX(18px);
    /* Adjust for RTL/LTR context if needed, usually LTR logic applies to toggle visually */
  }

  /* Revert toggle direction for RTL if necessary, but visually standard toggle moves right */

  /* Add Button Modern */
  .floating-add-btn-container {
    display: flex;
    justify-content: center;
    margin: 20px 0;
  }

  .modern-add-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 30px;
    background: linear-gradient(135deg, var(--color-gold), #F2C94C);
    color: var(--color-dark);
    border: none;
    border-radius: 50px;
    font-weight: 800;
    font-size: 1.1rem;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(212, 175, 55, 0.4);
    transition: transform 0.3s, box-shadow 0.3s;
  }

  .modern-add-btn:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 6px 20px rgba(212, 175, 55, 0.6);
  }

  .modern-add-btn svg {
    width: 24px;
    height: 24px;
  }

  /* Map Modal */
  .modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(5px);
    z-index: 2000;
    display: none;
    justify-content: center;
    align-items: center;
    animation: fadeIn 0.3s ease;
  }

  .modal-content {
    background: var(--color-dark-2);
    padding: 30px;
    border-radius: var(--radius-md);
    width: 90%;
    max-width: 400px;
    border: 1px solid var(--glass-border);
    position: relative;
    text-align: center;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
  }

  .modal-close {
    position: absolute;
    top: 15px;
    left: 15px;
    background: none;
    border: none;
    color: var(--color-text-muted);
    font-size: 1.5rem;
    cursor: pointer;
    line-height: 1;
  }

  .modal-close:hover {
    color: var(--color-accent);
  }

  .modal-title {
    color: var(--color-gold);
    margin: 0 0 25px;
    font-size: 1.3rem;
  }

  .map-options {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }

  .map-btn {
    background: var(--color-dark-3);
    color: var(--color-text);
    padding: 15px;
    border-radius: var(--radius-sm);
    display: block;
    transition: all 0.3s;
    border: 1px solid transparent;
  }

  .map-btn:hover {
    background: var(--color-dark-2);
    border-color: var(--color-gold);
  }


  .card-controls {
    display: flex;
    gap: 5px;
  }

  .btn-icon-only {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    border: none;
    width: 28px;
    height: 28px;
    border-radius: 4px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
    transition: all 0.2s;
  }

  .btn-icon-only:hover {
    background: var(--color-gold);
    color: var(--color-dark);
  }

  .btn-icon-only.delete:hover {
    background: var(--color-accent);
    color: #fff;
  }

  /* Card Inputs */
  .card-input {
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #fff;
    padding: 10px;
    border-radius: var(--radius-sm);
    width: 100%;
    font-family: var(--font-main);
    transition: border-color 0.3s;
  }

  .card-input:focus {
    outline: none;
    border-color: var(--color-gold);
  }

  /* Toggle Switch */
  .toggle-switch {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    font-size: 0.9rem;
    color: var(--color-text-muted);
  }

  .toggle-input {
    appearance: none;
    width: 40px;
    height: 22px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 20px;
    position: relative;
    transition: background 0.3s;
    cursor: pointer;
  }

  .toggle-input::after {
    content: '';
    position: absolute;
    top: 3px;
    left: 3px;
    width: 16px;
    height: 16px;
    background: #fff;
    border-radius: 50%;
    transition: transform 0.3s;
  }

  .toggle-input:checked {
    background: var(--color-gold);
  }

  .toggle-input:checked::after {
    transform: translateX(18px);
    /* Adjust for RTL/LTR context if needed, usually LTR logic applies to toggle visually */
  }

  /* Revert toggle direction for RTL if necessary, but visually standard toggle moves right */

  /* Add Button Modern */
  .floating-add-btn-container {
    display: flex;
    justify-content: center;
    margin: 20px 0;
  }

  .modern-add-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 30px;
    background: linear-gradient(135deg, var(--color-gold), #F2C94C);
    color: var(--color-dark);
    border: none;
    border-radius: 50px;
    font-weight: 800;
    font-size: 1.1rem;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(212, 175, 55, 0.4);
    transition: transform 0.3s, box-shadow 0.3s;
  }

  .modern-add-btn:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 6px 20px rgba(212, 175, 55, 0.6);
  }

  .modern-add-btn svg {
    width: 24px;
    height: 24px;
  }

  /* Map Modal */
  .modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(5px);
    z-index: 2000;
    display: none;
    justify-content: center;
    align-items: center;
    animation: fadeIn 0.3s ease;
  }

  .modal-content {
    background: var(--color-dark-2);
    padding: 30px;
    border-radius: var(--radius-md);
    width: 90%;
    max-width: 400px;
    border: 1px solid var(--glass-border);
    position: relative;
    text-align: center;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
  }

  .modal-close {
    position: absolute;
    top: 15px;
    left: 15px;
    background: none;
    border: none;
    color: var(--color-text-muted);
    font-size: 1.5rem;
    cursor: pointer;
    line-height: 1;
  }

  .modal-close:hover {
    color: var(--color-accent);
  }

  .modal-title {
    color: var(--color-gold);
    margin: 0 0 25px;
    font-size: 1.3rem;
  }

  .map-options {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }

  .map-btn {
    background: var(--color-dark-3);
    color: var(--color-text);
    padding: 15px;
    border-radius: var(--radius-sm);
    display: block;
    transition: all 0.3s;
    border: 1px solid transparent;
  }

  .map-btn:hover {
    background: var(--color-gold);
    color: var(--color-dark);
    transform: translateY(-2px);
    font-weight: bold;
  }

  @keyframes fadeIn {
    from {
      opacity: 0;
    }

    to {
      opacity: 1;
    }
  }
}
/* SEO landing: ????? ????? */
.seo-landing__hero {
  padding: 48px 0 28px;
  background: linear-gradient(180deg, rgba(20, 14, 8, 0.95) 0%, #0a0a0a 100%);
  border-bottom: 1px solid rgba(212, 175, 55, 0.12);
}
.seo-landing__title {
  margin: 0 0 14px;
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  font-weight: 800;
  color: #fff;
  text-align: center;
}
.seo-landing__lead {
  margin: 0 auto 22px;
  max-width: 720px;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.9;
  text-align: center;
  font-size: 0.98rem;
}
.seo-landing__actions {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}
.seo-landing__body {
  padding: 36px 16px 64px;
  max-width: 860px;
}
.seo-landing__block {
  margin-bottom: 36px;
}
.seo-landing__block h2 {
  margin: 0 0 12px;
  font-size: 1.35rem;
  color: #fff;
}
.seo-landing__block h3 {
  margin: 0 0 6px;
  font-size: 1.05rem;
}
.seo-landing__block p,
.seo-landing__block li {
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.9;
}
.seo-landing__block a {
  color: var(--color-gold, #d4af37);
}
.seo-landing__list {
  margin: 0 0 12px;
  padding-right: 1.2rem;
}
.seo-landing__branches {
  display: grid;
  gap: 14px;
}
.seo-landing__branch {
  padding: 14px 16px;
  border: 1px solid rgba(212, 175, 55, 0.14);
  background: rgba(255, 255, 255, 0.03);
}
.seo-landing__muted {
  color: rgba(255, 255, 255, 0.5) !important;
  font-size: 0.9rem;
}
.seo-landing__faq-item {
  margin-bottom: 10px;
  border: 1px solid rgba(212, 175, 55, 0.12);
  padding: 12px 14px;
  background: rgba(255, 255, 255, 0.02);
}
.seo-landing__faq-item summary {
  cursor: pointer;
  color: #fff;
  font-weight: 600;
}
.seo-landing__faq-item p {
  margin: 10px 0 0;
}
