:root {
  color-scheme: dark;
  --black: #070707;
  --panel: rgba(16, 13, 8, 0.88);
  --panel-solid: #141008;
  --gold: #e8ad18;
  --gold-soft: #ffd66a;
  --red: #d52f28;
  --text: #fffaf0;
  --muted: #d8ccb3;
  --line: rgba(232, 173, 24, 0.38);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  background: var(--black);
  color: var(--text);
  font-family: "Inter", Arial, Helvetica, sans-serif;
}

body[dir="rtl"] {
  font-family: "Noto Naskh Arabic", "Inter", Tahoma, Arial, sans-serif;
}

a {
  color: inherit;
}

.video-bg {
  position: fixed;
  inset: 0;
  z-index: -2;
  overflow: hidden;
  background: #070707;
}

.motion-video {
  position: absolute;
  inset: -4%;
  background-image: linear-gradient(rgba(0,0,0,.48), rgba(0,0,0,.8)), url("assets/background-motion.webp");
  background-position: center;
  background-size: cover;
  transform: scale(1.05);
  animation: slowPan 16s ease-in-out infinite alternate;
}

.video-frame {
  position: absolute;
  inset: -4%;
  background-position: center;
  background-size: cover;
  opacity: 0;
  transform: scale(1.06);
  animation: bgVideo 18s infinite;
}

.frame-one {
  background-image: linear-gradient(rgba(0,0,0,.42), rgba(0,0,0,.78)), url("assets/grillmix.png");
}

.frame-two {
  background-image: linear-gradient(rgba(0,0,0,.42), rgba(0,0,0,.78)), url("assets/shishkebab.png");
  animation-delay: 6s;
}

.frame-three {
  background-image: linear-gradient(rgba(0,0,0,.42), rgba(0,0,0,.78)), url("assets/family-grill.png");
  animation-delay: 12s;
}

.fire-glow {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 80% 12%, rgba(244, 87, 28, .3), transparent 24%),
    linear-gradient(180deg, rgba(0,0,0,.2), rgba(0,0,0,.82));
}

@keyframes bgVideo {
  0%, 100% { opacity: 0; transform: scale(1.06); }
  8%, 28% { opacity: 1; }
  36% { opacity: 0; transform: scale(1.14); }
}

@keyframes slowPan {
  from { transform: scale(1.05) translate3d(-1%, -1%, 0); }
  to { transform: scale(1.12) translate3d(1%, 1%, 0); }
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  padding: 14px clamp(18px, 4vw, 58px);
  border-bottom: 1px solid var(--line);
  background: rgba(7, 7, 7, 0.78);
  backdrop-filter: blur(16px);
}

.brand img {
  width: 92px;
  height: 92px;
  object-fit: contain;
}

.nav {
  display: flex;
  justify-content: center;
  gap: 28px;
  font-weight: 800;
}

.nav a {
  text-decoration: none;
  color: var(--muted);
}

.nav a:hover {
  color: var(--gold-soft);
}

.language-switcher {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

button,
.btn {
  border: 1px solid var(--line);
  background: rgba(0, 0, 0, 0.55);
  color: var(--text);
  cursor: pointer;
  font: inherit;
}

.language-switcher button {
  min-width: 42px;
  min-height: 36px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 800;
}

.language-switcher button.active {
  background: var(--gold);
  color: #090806;
}

main {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.hero {
  min-height: calc(100vh - 110px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  align-items: end;
  gap: 36px;
  padding: 80px 0 56px;
}

.hero-copy {
  max-width: 740px;
}

.eyebrow,
.section-heading p {
  margin: 0 0 12px;
  color: var(--gold-soft);
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 18px;
  font-family: "Cinzel", "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-size: clamp(64px, 10vw, 132px);
  line-height: .88;
  color: var(--gold-soft);
  text-shadow: 0 2px 24px rgba(0,0,0,.6);
}

.hero-copy p:not(.eyebrow) {
  max-width: 660px;
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.45;
  color: var(--text);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 900;
}

.btn.primary {
  border-color: var(--gold);
  background: var(--gold);
  color: #090806;
}

.btn.secondary {
  background: rgba(0,0,0,.58);
}

.hero-card {
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: linear-gradient(145deg, rgba(23, 18, 10, 0.94), rgba(7, 7, 7, 0.86));
}

.hero-card span {
  color: var(--muted);
  font-weight: 900;
  text-transform: uppercase;
}

.hero-card strong {
  display: block;
  margin: 8px 0;
  font-family: "Cinzel", "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-size: 64px;
  color: var(--red);
}

.hero-card p {
  margin: 0;
  line-height: 1.5;
}

.highlights {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin: 10px 0 62px;
}

.highlights article {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--panel-solid);
}

.highlights img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
}

.highlights h2 {
  margin: 0;
  padding: 16px;
  font-size: 21px;
}

.menu-section {
  padding: 58px 0;
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 20px;
}

.section-heading h2 {
  margin: 0;
  font-family: "Cinzel", "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 5vw, 60px);
}

.menu-tabs {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding: 0 0 14px;
}

.menu-tabs button {
  flex: 0 0 auto;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  font-weight: 900;
}

.menu-tabs button.active {
  background: var(--gold);
  color: #090806;
}

.menu-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.menu-item {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  min-height: 112px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: linear-gradient(145deg, rgba(23, 18, 10, 0.94), rgba(7, 7, 7, 0.86));
}

.menu-item h3 {
  margin-bottom: 8px;
  color: var(--gold-soft);
  font-size: 21px;
}

.menu-item p {
  margin: 0;
  color: var(--muted);
  line-height: 1.4;
}

.price {
  min-width: 72px;
  text-align: right;
  color: var(--text);
  font-size: 21px;
  font-weight: 900;
}

body[dir="rtl"] .price {
  text-align: left;
}

.info-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  padding: 24px 0 76px;
}

.info-grid article {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: linear-gradient(145deg, rgba(23, 18, 10, 0.94), rgba(7, 7, 7, 0.86));
}

.info-grid h2 {
  color: var(--gold-soft);
}

.info-grid p {
  margin-bottom: 8px;
  line-height: 1.5;
}

footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px;
  padding: 24px;
  border-top: 1px solid var(--line);
  background: #050505;
  color: var(--muted);
}

@media (max-width: 860px) {
  .site-header {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .brand img {
    width: 78px;
    height: 78px;
  }

  .hero {
    min-height: auto;
    grid-template-columns: 1fr;
    padding-top: 52px;
  }

  .highlights,
  .menu-grid,
  .info-grid {
    grid-template-columns: 1fr;
  }

  .section-heading {
    display: block;
  }
}

.menu-item {
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.22);
}

.menu-item h3,
.price {
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  letter-spacing: .02em;
}

.price {
  font-variant-numeric: tabular-nums;
}


body[dir="rtl"] .menu-item h3,
body[dir="rtl"] .price {
  font-family: "Noto Naskh Arabic", "Inter", Tahoma, Arial, sans-serif;
  letter-spacing: 0;
}

body[dir="rtl"] .eyebrow,
body[dir="rtl"] .section-heading p {
  letter-spacing: 0;
}
