@font-face {
  font-family: "Alexandria";
  src: url("/assets/fonts/alexandria-arabic-wght-normal.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  unicode-range: U+0600-06FF, U+0750-077F, U+08A0-08FF, U+FB50-FDFF, U+FE70-FEFC;
}

@font-face {
  font-family: "Alexandria";
  src: url("/assets/fonts/alexandria-latin-wght-normal.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  unicode-range: U+0000-00FF, U+2000-206F;
}

:root {
  --bg: #050505;
  --bg-soft: #080808;
  --surface: #0b0b0b;
  --surface-2: #101010;
  --text: #f7f4ef;
  --muted: #9d9992;
  --line: rgba(255, 255, 255, 0.11);
  --line-strong: rgba(255, 255, 255, 0.22);
  --red: #e02026;
  --red-deep: #b90f15;
  --yellow: #ffbc16;
  --shadow: 0 32px 90px rgba(0, 0, 0, 0.45);
  --font-display: "Arial Black", "Arial Narrow", Impact, sans-serif;
  --font-body: "Alexandria", "Noto Sans Arabic", Tahoma, Arial, sans-serif;
}

:root[data-theme="light"] {
  --bg: #f5f1e9;
  --bg-soft: #ece6db;
  --surface: #fffdf9;
  --surface-2: #f2ede4;
  --text: #171412;
  --muted: #69625a;
  --line: rgba(28, 22, 18, 0.12);
  --line-strong: rgba(28, 22, 18, 0.24);
  --shadow: 0 28px 70px rgba(47, 32, 20, 0.13);
}

* {
  box-sizing: border-box;
}

[hidden] {
  display: none !important;
}

html {
  scroll-behavior: smooth;
  background: var(--bg);
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--text);
  background:
    linear-gradient(145deg, color-mix(in srgb, var(--red) 7%, transparent), transparent 28%),
    linear-gradient(315deg, color-mix(in srgb, var(--yellow) 3%, transparent), transparent 32%),
    linear-gradient(180deg, #050505 0%, #101010 48%, #070707 100%);
  font-family: var(--font-body);
  -webkit-font-smoothing: antialiased;
  transition: background-color 280ms ease, color 280ms ease;
}

body.sheet-open {
  overflow: hidden;
}

button,
input {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  color: inherit;
}

::selection {
  color: white;
  background: var(--red);
}

.site-shell {
  position: relative;
  min-height: 100vh;
  overflow: clip;
  opacity: 0;
  isolation: isolate;
  transition: opacity 300ms ease;
}

.site-shell::before,
.site-shell::after {
  position: fixed;
  z-index: -2;
  inset: 0;
  content: "";
  pointer-events: none;
}

.site-shell::before {
  background:
    linear-gradient(118deg, transparent 0 18%, rgba(224, 32, 38, 0.085) 18.1% 18.3%, transparent 18.4% 68%, rgba(255, 188, 22, 0.04) 68.1% 68.25%, transparent 68.35%),
    repeating-linear-gradient(132deg, transparent 0 86px, rgba(255, 255, 255, 0.018) 86px 87px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.015), transparent 42%, rgba(255, 255, 255, 0.012));
}

.site-shell::after {
  z-index: -1;
  opacity: 0.28;
  background-image: repeating-linear-gradient(0deg, transparent 0 3px, rgba(255, 255, 255, 0.015) 3px 4px);
  mask-image: linear-gradient(to bottom, black, transparent 88%);
}

:root[data-theme="light"] body {
  background:
    linear-gradient(145deg, rgba(224, 32, 38, 0.08), transparent 30%),
    linear-gradient(315deg, rgba(255, 188, 22, 0.1), transparent 36%),
    var(--bg);
}

.site-shell.is-ready {
  opacity: 1;
}

.hero {
  position: relative;
  display: flex;
  min-height: min(920px, 100svh);
  flex-direction: column;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  isolation: isolate;
}

.hero::before {
  position: absolute;
  inset: 0;
  z-index: -3;
  background:
    linear-gradient(110deg, transparent 0 64%, color-mix(in srgb, var(--red) 9%, transparent) 64% 64.2%, transparent 64.2%),
    repeating-linear-gradient(90deg, transparent 0 calc(25% - 1px), var(--line) 25%);
  content: "";
  mask-image: linear-gradient(to bottom, black, transparent 88%);
}

.hero::after {
  position: absolute;
  inset: 0;
  z-index: -2;
  opacity: 0.12;
  background-image:
    repeating-radial-gradient(circle at 12% 23%, rgba(255, 255, 255, 0.18) 0 0.5px, transparent 0.8px 5px),
    repeating-radial-gradient(circle at 77% 61%, rgba(255, 255, 255, 0.11) 0 0.5px, transparent 0.9px 7px);
  content: "";
  pointer-events: none;
}

.hero-glow {
  position: absolute;
  z-index: -1;
  inset-inline-end: -14rem;
  top: 8rem;
  width: 45rem;
  height: 45rem;
  border-radius: 50%;
  opacity: 0.23;
  background: radial-gradient(circle, var(--red) 0, transparent 67%);
  filter: blur(40px);
  pointer-events: none;
}

.topbar {
  display: flex;
  width: min(1380px, calc(100% - 40px));
  min-height: 86px;
  margin: 0 auto;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border-bottom: 1px solid var(--line);
  direction: ltr;
}

.compact-header {
  position: relative;
  padding-top: env(safe-area-inset-top, 0px);
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(120deg, color-mix(in srgb, var(--red) 5%, transparent), transparent 46%),
    var(--bg);
}

.header-logo-link {
  display: inline-flex;
  width: 102px;
  align-items: center;
}

.header-logo {
  display: block;
  width: 100%;
  height: auto;
}

.header-logo-light {
  display: none;
}

:root[data-theme="light"] .header-logo-dark {
  display: none;
}

:root[data-theme="light"] .header-logo-light {
  display: block;
}

.micro-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-display);
  font-size: 16px;
  font-style: italic;
  letter-spacing: -0.02em;
}

.brand-mark {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 9px 2px 9px 2px;
  color: white;
  background: var(--red);
  font-size: 14px;
}

.top-actions,
.language-switcher {
  display: flex;
  align-items: center;
}

.top-actions {
  gap: 10px;
}

.language-switcher {
  gap: 6px;
}

.language-switcher button,
.language-switcher a {
  display: inline-flex;
  min-height: 34px;
  padding: 0 12px;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 3px;
  color: var(--muted);
  background: transparent;
  font-size: 11px;
  font-weight: 800;
  cursor: pointer;
  transition: color 180ms ease, background-color 180ms ease;
}

.language-switcher button.active,
.language-switcher a.active {
  color: white;
  background: var(--red);
}

.theme-toggle {
  display: inline-flex;
  width: auto;
  min-width: 64px;
  height: 44px;
  padding: 0 13px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: 3px;
  color: var(--text);
  background: var(--surface);
  font-size: 9px;
  font-weight: 900;
  cursor: pointer;
  transition: transform 180ms ease, background-color 280ms ease;
}

.theme-toggle:hover {
  transform: translateY(-1px);
}

.restaurant-bar {
  display: flex;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 25px 0 28px;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.restaurant-copy {
  max-width: 760px;
}

.restaurant-copy .status-line {
  margin-bottom: 18px;
}

.restaurant-copy h1 {
  margin: 0;
  font-size: clamp(34px, 4.5vw, 56px);
  font-weight: 900;
  letter-spacing: -0.055em;
  line-height: 1.05;
}

.open-state-inline {
  display: inline-flex;
  margin-top: 12px;
  align-items: center;
  gap: 8px;
  color: var(--muted);
  font-size: 9px;
  font-weight: 800;
}

.open-state-inline i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #777;
}

.open-state-inline.open i {
  background: #3ed679;
  box-shadow: 0 0 0 4px rgba(62, 214, 121, 0.08);
}

.hamburger-toggle,
.mobile-menu-panel,
.mobile-header-actions {
  display: none;
}

.restaurant-copy .hero-description {
  margin-top: 14px;
  font-size: 12px;
  line-height: 1.85;
}

.restaurant-side {
  display: flex;
  padding-bottom: 4px;
  align-items: center;
  gap: 10px;
}

.restaurant-side span,
.restaurant-side button {
  display: inline-flex;
  min-height: 42px;
  padding: 0 14px;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 3px;
  color: var(--muted);
  background: var(--surface);
  font-family: Arial, sans-serif;
  font-size: 9px;
  font-weight: 900;
}

.restaurant-side button {
  color: white;
  border-color: var(--red);
  background: var(--red);
  cursor: pointer;
}

.hero-content {
  display: grid;
  width: min(1380px, calc(100% - 40px));
  margin: auto;
  padding: 54px 0 48px;
  grid-template-columns: minmax(0, 1.02fr) minmax(400px, 0.98fr);
  align-items: center;
  gap: clamp(28px, 6vw, 90px);
}

.hero-copy {
  position: relative;
  z-index: 2;
  max-width: 720px;
}

.status-line {
  display: flex;
  margin-bottom: 34px;
  align-items: center;
  gap: 16px;
}

.status-pill {
  display: inline-flex;
  min-height: 32px;
  padding: 0 12px;
  align-items: center;
  gap: 8px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--text);
  background: var(--surface);
  font-size: 11px;
  font-weight: 800;
}

.status-pill i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #7d7d7d;
}

.status-pill.open i {
  background: #3ed679;
  box-shadow: 0 0 0 5px rgba(62, 214, 121, 0.1);
}

.location-kicker {
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
}

.eyebrow,
.section-number,
.sheet-eyebrow {
  color: var(--red);
  font-family: Arial, sans-serif;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hero h1 {
  margin: 0;
  font-size: clamp(50px, 7vw, 112px);
  font-weight: 950;
  letter-spacing: -0.07em;
  line-height: 0.86;
}

.hero h1 span {
  display: block;
  max-width: 780px;
}

.hero h1 em {
  display: block;
  margin-top: 22px;
  color: transparent;
  -webkit-text-stroke: 1px color-mix(in srgb, var(--text) 42%, transparent);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.28em;
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.hero-description {
  max-width: 580px;
  margin: 30px 0 0;
  color: var(--muted);
  font-size: clamp(14px, 1.4vw, 17px);
  line-height: 1.9;
}

.hero-buttons {
  display: flex;
  margin-top: 34px;
  gap: 10px;
}

.primary-action,
.secondary-action {
  display: inline-flex;
  min-height: 52px;
  padding: 0 22px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 3px;
  font-size: 13px;
  font-weight: 900;
  transition: transform 180ms ease, background-color 180ms ease;
}

.primary-action {
  color: white;
  background: var(--red);
  box-shadow: 0 14px 35px rgba(224, 32, 38, 0.23);
}

.secondary-action {
  border: 1px solid var(--line-strong);
  background: var(--surface);
}

.primary-action:hover,
.secondary-action:hover {
  transform: translateY(-2px);
}

.logo-stage {
  position: relative;
  display: grid;
  min-height: 510px;
  place-items: center;
}

.logo-stage picture {
  position: relative;
  z-index: 1;
  display: block;
  width: min(86%, 530px);
}

.logo {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 22px 35px rgba(0, 0, 0, 0.22));
}

.logo-light {
  display: none;
}

:root[data-theme="light"] .logo-dark {
  display: none;
}

:root[data-theme="light"] .logo-light {
  display: block;
}

.hero-bottom {
  display: flex;
  width: min(1380px, calc(100% - 40px));
  min-height: 64px;
  margin: 0 auto;
  align-items: center;
  gap: 14px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-family: Arial, sans-serif;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.scroll-line {
  width: 70px;
  height: 1px;
  background: var(--line-strong);
}

.menu-count {
  margin-inline-start: auto;
  color: var(--text);
}

.menu-intro {
  display: flex;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 46px 0 34px;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
}

.menu-intro h2,
.about-copy h2 {
  margin: 10px 0 0;
  font-size: clamp(34px, 5vw, 68px);
  font-weight: 950;
  letter-spacing: -0.055em;
  line-height: 1.05;
}

.search-field {
  display: flex;
  width: min(100%, 410px);
  min-height: 56px;
  align-items: center;
  gap: 12px;
  border-bottom: 1px solid var(--line-strong);
  color: var(--muted);
  transition: border-color 180ms ease;
}

.search-field:focus-within {
  border-color: var(--red);
}

.search-field > span {
  color: var(--red);
  font-family: Arial, sans-serif;
  font-size: 25px;
}

.search-field input {
  min-width: 0;
  flex: 1;
  border: 0;
  outline: 0;
  color: var(--text);
  background: transparent;
  font-size: 13px;
}

.search-field input::placeholder {
  color: var(--muted);
}

.search-field button {
  border: 0;
  color: var(--muted);
  background: transparent;
  font-size: 20px;
  cursor: pointer;
}

.category-rail {
  position: sticky;
  z-index: 20;
  top: env(safe-area-inset-top, 0px);
  border-block: 1px solid var(--line);
  background: color-mix(in srgb, var(--bg) 88%, transparent);
  backdrop-filter: blur(18px) saturate(1.2);
}

.category-scroll {
  display: flex;
  width: min(1180px, 100%);
  min-height: 72px;
  margin: 0 auto;
  overflow-x: auto;
  overflow-y: hidden;
  overscroll-behavior-inline: contain;
  scrollbar-width: none;
  touch-action: pan-x;
  -webkit-overflow-scrolling: touch;
}

.category-scroll::-webkit-scrollbar {
  display: none;
}

.category-scroll button {
  position: relative;
  display: flex;
  min-width: max-content;
  padding: 0 28px;
  align-items: center;
  gap: 10px;
  border: 0;
  color: var(--muted);
  background: transparent;
  font-size: 13px;
  font-weight: 900;
  cursor: pointer;
  transition: color 180ms ease;
}

.category-scroll button::after {
  position: absolute;
  inset-inline: 28px;
  bottom: -1px;
  height: 2px;
  background: var(--red);
  content: "";
  opacity: 0;
  transform: scaleX(0.4);
  transition: opacity 180ms ease, transform 180ms ease;
}

.category-scroll small {
  color: var(--red);
  font-family: Arial, sans-serif;
  font-size: 8px;
}

.category-scroll button.active {
  color: var(--text);
}

.category-scroll button.active::after {
  opacity: 1;
  transform: scaleX(1);
}

.menu-content {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding-bottom: 80px;
}

.menu-section {
  scroll-margin-top: 94px;
  padding: 72px 0 36px;
}

.extras-section {
  margin: 34px 0 42px;
  padding: 28px clamp(18px, 3vw, 34px) 32px;
  overflow: hidden;
  border: 1px solid color-mix(in srgb, var(--yellow) 32%, var(--line));
  border-radius: 8px;
  background:
    linear-gradient(112deg, color-mix(in srgb, var(--red) 9%, transparent), transparent 38%),
    linear-gradient(290deg, color-mix(in srgb, var(--yellow) 7%, transparent), transparent 46%),
    color-mix(in srgb, var(--surface) 88%, transparent);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.18);
}

.extras-section .section-heading {
  padding-bottom: 18px;
  border-color: color-mix(in srgb, var(--yellow) 30%, var(--line));
}

.extras-section .section-index { color: var(--yellow); }

.extras-section .items-list {
  display: flex;
  padding: 16px 0 4px;
  overflow-x: auto;
  overflow-y: hidden;
  gap: 9px;
  scrollbar-width: none;
  scroll-snap-type: x proximity;
  touch-action: pan-x;
  -webkit-overflow-scrolling: touch;
}

.extras-section .items-list::-webkit-scrollbar { display: none; }

.extra-item {
  flex: 0 0 min(275px, 78vw);
  min-height: 88px;
  grid-template-columns: 42px minmax(0, 1fr);
  border-color: color-mix(in srgb, var(--yellow) 22%, var(--line));
  border-radius: 6px;
  background: color-mix(in srgb, var(--surface-2) 86%, transparent);
  scroll-snap-align: start;
}

.extra-item .item-order {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid color-mix(in srgb, var(--yellow) 40%, var(--line));
  border-radius: 50%;
  color: var(--yellow);
  background: color-mix(in srgb, var(--yellow) 7%, transparent);
  font-size: 17px;
}

.extra-item .item-title-line strong { font-size: 14px; }

.section-heading {
  display: flex;
  padding-bottom: 24px;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  border-bottom: 1px solid var(--line-strong);
}

.section-heading > div {
  display: flex;
  align-items: baseline;
  gap: 18px;
}

.section-index {
  color: var(--red);
  font-family: Arial, sans-serif;
  font-size: 10px;
  font-weight: 900;
}

.section-heading h3 {
  margin: 0;
  font-size: clamp(28px, 4vw, 48px);
  font-weight: 950;
  letter-spacing: -0.05em;
}

.section-heading p {
  margin: 0;
  color: var(--muted);
  font-size: 11px;
}

.items-list {
  display: grid;
  padding-top: 16px;
  grid-template-columns: 1fr;
  gap: 7px;
}

.menu-item {
  position: relative;
  display: grid;
  min-width: 0;
  min-height: 74px;
  padding: 16px 22px;
  grid-template-columns: 26px minmax(0, 1fr);
  align-items: center;
  gap: 13px;
  border: 1px solid var(--line);
  border-radius: 4px;
  text-align: start;
  background: var(--surface);
  cursor: pointer;
  transition: border-color 180ms ease, transform 180ms ease;
}

.menu-item:hover {
  border-color: var(--red);
  transform: translateY(-2px);
}

[dir="ltr"] .menu-item:hover {
  --direction: -1;
}

.item-order {
  align-self: center;
  padding-top: 0;
  color: var(--muted);
  font-family: Arial, sans-serif;
  font-size: 8px;
  font-weight: 800;
}

.item-main,
.item-title-line {
  width: 100%;
  min-width: 0;
}

.item-title-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 9px;
}

.item-title-line strong {
  color: var(--text);
  font-size: 17px;
  font-weight: 950;
  line-height: 1.5;
}

.item-title-line i {
  display: inline-flex;
  min-width: max-content;
  min-height: 21px;
  padding: 0 7px;
  align-items: center;
  border-radius: 999px;
  color: var(--red);
  background: color-mix(in srgb, var(--red) 10%, transparent);
  font-size: 8px;
  font-style: normal;
  font-weight: 900;
  margin-inline-start: auto;
}

.item-description {
  display: -webkit-box;
  margin-top: 7px;
  overflow: hidden;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.8;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.inline-variants {
  display: grid;
  max-width: 760px;
  margin-top: 20px;
  grid-template-columns: repeat(4, minmax(95px, 1fr));
  gap: 8px;
}

.inline-variant {
  display: flex;
  min-height: 58px;
  padding: 9px 12px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  border: 1px solid var(--line);
  border-radius: 2px;
  background: color-mix(in srgb, var(--surface-2) 80%, var(--bg));
}

.inline-variant small {
  color: var(--muted);
  font-size: 8px;
  font-weight: 800;
}

.inline-variant b {
  color: var(--red);
  font-family: Arial, sans-serif;
  font-size: 19px;
  line-height: 1;
}

.inline-variant em {
  margin-inline-start: 2px;
  color: var(--muted);
  font-size: 8px;
  font-style: normal;
}

.item-arrow {
  color: var(--muted);
  font-family: Arial, sans-serif;
  font-size: 15px;
  transition: color 180ms ease, transform 180ms ease;
}

.menu-item:hover .item-arrow {
  color: var(--red);
  transform: translate(2px, -2px);
}

.empty-state {
  display: grid;
  min-height: 430px;
  place-content: center;
  text-align: center;
}

.empty-state > span {
  color: var(--red);
  font-family: Arial, sans-serif;
  font-size: 64px;
}

.empty-state h3 {
  margin: 12px 0 4px;
  font-size: 24px;
}

.empty-state p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
}

.about-section {
  padding: 40px 20px 100px;
  border-top: 1px solid var(--line);
  background: var(--bg-soft);
}

.about-card {
  display: grid;
  width: min(1180px, 100%);
  margin: 0 auto;
  padding: clamp(28px, 5vw, 68px);
  grid-template-columns: 80px minmax(0, 1fr) minmax(220px, 0.42fr);
  gap: clamp(24px, 4vw, 58px);
  border: 1px solid var(--line);
  background: var(--surface);
  box-shadow: var(--shadow);
}

.about-number {
  color: transparent;
  -webkit-text-stroke: 1px var(--line-strong);
  font-family: Arial, sans-serif;
  font-size: 52px;
  font-weight: 900;
  line-height: 1;
}

.about-copy p:last-child {
  max-width: 650px;
  margin: 25px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 2.1;
}

.hours-card {
  display: flex;
  min-height: 240px;
  padding: 25px;
  flex-direction: column;
  justify-content: flex-end;
  border-inline-start: 3px solid var(--red);
  color: white;
  background: var(--red);
}

.hours-card span {
  margin-bottom: auto;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.hours-card strong {
  font-size: 14px;
}

.hours-card b {
  margin-top: 5px;
  font-family: Arial, sans-serif;
  font-size: 22px;
}

.hours-card a {
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  font-family: Arial, sans-serif;
  font-size: 13px;
  font-weight: 900;
}

footer {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 64px 0 26px;
}

.footer-logo-wrap {
  width: min(430px, 82vw);
}

.footer-logo {
  display: block;
  width: 100%;
  height: auto;
}

.footer-logo-light {
  display: none;
}

:root[data-theme="light"] .footer-logo-dark {
  display: none;
}

:root[data-theme="light"] .footer-logo-light {
  display: block;
}

.footer-meta {
  display: flex;
  margin-top: 52px;
  padding: 22px 0;
  align-items: center;
  gap: 28px;
  border-block: 1px solid var(--line);
  color: var(--muted);
  font-size: 10px;
  font-weight: 800;
}

.footer-meta a:last-child {
  margin-inline-start: auto;
  color: var(--text);
}

footer > p {
  margin: 22px 0 0;
  color: var(--muted);
  font-family: Arial, sans-serif;
  font-size: 8px;
  letter-spacing: 0.12em;
}

.copyright-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.copyright-line a {
  color: var(--red);
  font-weight: 900;
}

.sheet-layer {
  position: fixed;
  z-index: 100;
  inset: 0;
  display: flex;
  padding: 20px;
  align-items: end;
  justify-content: center;
  background: rgba(0, 0, 0, 0.66);
  backdrop-filter: blur(7px);
  animation: overlay-in 180ms ease both;
}

.item-sheet {
  position: relative;
  width: min(620px, 100%);
  max-height: min(760px, calc(100svh - 28px));
  padding: 42px clamp(22px, 5vw, 44px) 30px;
  overflow: auto;
  border: 1px solid var(--line-strong);
  border-radius: 22px 22px 5px 5px;
  outline: none;
  background: var(--surface);
  box-shadow: 0 35px 100px rgba(0, 0, 0, 0.62);
  animation: sheet-in 330ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.sheet-handle {
  position: absolute;
  top: 12px;
  left: 50%;
  width: 42px;
  height: 4px;
  border-radius: 99px;
  background: var(--line-strong);
  transform: translateX(-50%);
}

.sheet-close {
  position: absolute;
  top: 22px;
  inset-inline-end: 24px;
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: var(--surface-2);
  font-size: 22px;
  cursor: pointer;
}

.sheet-eyebrow {
  display: flex;
  margin: 14px 0 16px;
  align-items: center;
  gap: 10px;
}

.sheet-eyebrow span {
  padding: 5px 8px;
  border-radius: 999px;
  color: var(--red);
  background: color-mix(in srgb, var(--red) 10%, transparent);
  font-family: var(--font-body);
  font-size: 8px;
  letter-spacing: 0;
}

.item-sheet h2 {
  max-width: 86%;
  margin: 0;
  font-size: clamp(32px, 7vw, 52px);
  font-weight: 950;
  letter-spacing: -0.06em;
  line-height: 1.15;
}

.sheet-description {
  max-width: 520px;
  margin: 18px 0 32px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.9;
}

.variant-heading {
  display: flex;
  padding: 13px 0;
  justify-content: space-between;
  border-block: 1px solid var(--line);
  color: var(--muted);
  font-size: 9px;
  font-weight: 900;
}

.variants-grid {
  display: grid;
  padding: 16px 0;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
}

.variant-card {
  display: flex;
  min-height: 78px;
  padding: 14px 16px;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  border: 1px solid var(--line);
  background: var(--surface-2);
}

.variant-card > span {
  color: var(--muted);
  font-size: 10px;
  font-weight: 800;
}

.variant-card strong {
  color: var(--red);
  font-family: Arial, sans-serif;
  font-size: 27px;
  letter-spacing: -0.06em;
}

.variant-card strong small {
  margin-inline-start: 4px;
  color: var(--muted);
  font-size: 10px;
}

.sheet-note {
  display: flex;
  margin-top: 3px;
  padding: 14px;
  align-items: center;
  gap: 11px;
  border: 1px solid var(--line);
  color: var(--muted);
  background: color-mix(in srgb, var(--yellow) 5%, transparent);
}

.sheet-note span {
  display: grid;
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 50%;
  color: #121212;
  background: var(--yellow);
  font-family: Georgia, serif;
  font-size: 12px;
  font-weight: 900;
}

.sheet-note p {
  margin: 0;
  font-size: 9px;
}

.floating-logo-button {
  position: relative;
  position: fixed;
  z-index: 45;
  inset-inline-end: max(18px, env(safe-area-inset-right));
  bottom: max(20px, calc(env(safe-area-inset-bottom) + 12px));
  display: grid;
  width: 70px;
  height: 70px;
  padding: 12px;
  place-items: center;
  border: 1px solid color-mix(in srgb, var(--red) 50%, var(--line));
  border-radius: 50%;
  background: color-mix(in srgb, var(--surface) 92%, transparent);
  box-shadow: 0 0 0 5px rgba(224, 32, 38, 0.05), 0 10px 34px rgba(0, 0, 0, 0.34);
  cursor: pointer;
  backdrop-filter: blur(14px);
}

.floating-logo-button::before {
  position: absolute;
  inset: 5px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(224, 32, 38, 0.16), rgba(224, 32, 38, 0.03));
  content: "";
  box-shadow: inset 0 0 18px rgba(224, 32, 38, 0.25), 0 0 18px rgba(224, 32, 38, 0.2);
}

.floating-logo {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
}

.floating-logo-light { display: none; }
:root[data-theme="light"] .floating-logo-dark { display: none; }
:root[data-theme="light"] .floating-logo-light { display: block; }

.floating-info-button {
  position: fixed;
  z-index: 45;
  inset-inline-end: max(18px, env(safe-area-inset-right));
  bottom: max(20px, calc(env(safe-area-inset-bottom) + 12px));
  display: grid;
  width: 58px;
  height: 58px;
  padding: 0;
  place-items: center;
  border: 1px solid var(--red);
  border-radius: 50%;
  color: #ff6569;
  background: rgba(10, 10, 10, 0.94);
  box-shadow: 0 0 0 5px rgba(224, 32, 38, 0.05), 0 0 26px rgba(224, 32, 38, 0.22), 0 12px 34px rgba(0, 0, 0, 0.4);
  font-family: Georgia, serif;
  font-size: 24px;
  font-weight: 900;
  cursor: pointer;
  backdrop-filter: blur(12px);
}

.info-sheet {
  width: min(560px, 100%);
}

.info-status-row {
  display: flex;
  margin: 28px 0 18px;
  padding: 17px 0;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  border-block: 1px solid var(--line);
}

.info-status-row strong {
  color: var(--muted);
  font-family: Arial, sans-serif;
  font-size: 10px;
}

.weekly-hours { display: flex; margin: 0 0 16px; flex-direction: column; border-top: 1px solid var(--line); }
.weekly-hours-row { display: flex; min-height: 39px; padding: 0 10px; align-items: center; justify-content: space-between; gap: 18px; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 9px; }
.weekly-hours-row b { font-family: Arial, sans-serif; font-size: 9px; font-weight: 800; }
.weekly-hours-row.today { color: var(--text); background: color-mix(in srgb, var(--red) 9%, transparent); }
.weekly-hours-row.today span { color: var(--red); font-weight: 900; }
.social-links { display: grid; margin: 0 0 16px; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 7px; }
.social-links a { display: flex; min-height: 48px; padding: 7px; align-items: center; justify-content: center; gap: 7px; border: 1px solid var(--line); background: color-mix(in srgb, var(--surface-2) 82%, transparent); font-family: Arial, sans-serif; font-size: 8px; font-weight: 800; transition: border-color 180ms ease, color 180ms ease; }
.social-links a:hover { color: var(--red); border-color: var(--red); }
.social-links a span { display: grid; width: 24px; height: 24px; place-items: center; border-radius: 50%; color: white; background: var(--red); font-size: 9px; font-weight: 900; }
.footer-social { max-width: 520px; margin: 14px 0 0; }

.info-action-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9px;
}

.info-action-grid a {
  display: flex;
  min-height: 86px;
  padding: 14px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  background: var(--surface-2);
}

.info-action-grid b {
  text-align: center;
  font-size: 10px;
}

.info-action-grid small {
  display: block;
  max-width: 160px;
  margin-top: 5px;
  overflow: hidden;
  color: var(--muted);
  font-size: 8px;
  font-weight: 500;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.promotion-layer {
  z-index: 110;
  padding: max(18px, env(safe-area-inset-top)) 18px max(18px, env(safe-area-inset-bottom));
  align-items: center;
}

.promotion-card {
  position: relative;
  width: min(520px, 100%);
  padding: clamp(38px, 7vw, 64px) clamp(24px, 6vw, 52px) clamp(30px, 6vw, 48px);
  overflow: hidden;
  border: 1px solid color-mix(in srgb, var(--yellow) 34%, var(--line));
  border-radius: 8px;
  outline: none;
  text-align: center;
  background: linear-gradient(128deg, rgba(224, 32, 38, 0.18), transparent 42%), linear-gradient(310deg, rgba(255, 188, 22, 0.09), transparent 48%), #0d0d0d;
  box-shadow: 0 40px 120px rgba(0, 0, 0, 0.72), inset 0 0 70px rgba(255, 255, 255, 0.018);
  animation: sheet-in 360ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.promotion-card::before { position: absolute; inset: 11px; border: 1px solid rgba(255, 255, 255, 0.06); border-radius: 4px; content: ""; pointer-events: none; }
.promotion-close { z-index: 2; }
.promotion-spark { display: inline-grid; width: 44px; height: 44px; margin-bottom: 18px; place-items: center; border: 1px solid rgba(255, 188, 22, 0.34); border-radius: 50%; color: var(--yellow); background: rgba(255, 188, 22, 0.07); font-size: 20px; }
.promotion-card > p:first-of-type { margin: 0 0 12px; color: var(--red); font-size: 9px; font-weight: 900; }
.promotion-card h2 { margin: 0; font-size: clamp(30px, 7vw, 50px); font-weight: 950; letter-spacing: -0.055em; line-height: 1.18; }
.promotion-rule { display: flex; margin: 24px auto; align-items: center; justify-content: center; gap: 7px; }
.promotion-rule i { width: 4px; height: 4px; border-radius: 50%; background: var(--yellow); }
.promotion-rule i:nth-child(2) { width: 54px; height: 1px; border-radius: 0; background: linear-gradient(90deg, transparent, var(--yellow), transparent); }
.promotion-message { max-width: 400px; margin: 0 auto; color: var(--muted); font-size: 12px; line-height: 1.9; }
.promotion-card > a { display: inline-flex; min-height: 50px; margin-top: 27px; padding: 0 22px; align-items: center; justify-content: center; gap: 12px; border-radius: 3px; color: white; background: var(--red); font-size: 10px; font-weight: 900; }

@keyframes sheet-in {
  from { opacity: 0; transform: translateY(70px) scale(0.97); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes overlay-in {
  from { opacity: 0; }
  to { opacity: 1; }
}

@media (max-width: 900px) {
  .hero {
    min-height: auto;
  }

  .hero-content {
    padding: 54px 0 32px;
    grid-template-columns: 1fr;
  }

  .restaurant-bar {
    align-items: flex-start;
    flex-direction: column;
  }

  .hero-copy {
    max-width: 680px;
  }

  .logo-stage {
    min-height: 420px;
    order: -1;
  }

  .logo-stage picture {
    width: min(77%, 470px);
  }

  .items-list {
    grid-template-columns: 1fr;
  }

  .about-card {
    grid-template-columns: 50px 1fr;
  }

  .hours-card {
    grid-column: 2;
  }
}

@media (max-width: 620px) {
  .topbar,
  .hero-content,
  .hero-bottom,
  .menu-intro,
  .menu-content,
  footer {
    width: calc(100% - 28px);
  }

  .topbar {
    min-height: 68px;
  }

  .header-logo-link { width: 76px; }

  .desktop-actions { display: none; }

  .mobile-header-actions { display: flex; align-items: center; gap: 8px; direction: ltr; }

  .mobile-theme-icon { display: grid; width: 42px; height: 42px; padding: 0; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--yellow); background: var(--surface); font-family: Georgia, serif; font-size: 20px; cursor: pointer; }

  .hamburger-toggle {
    display: flex;
    width: 42px;
    height: 42px;
    padding: 0 11px;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    gap: 5px;
    border: 1px solid var(--line);
    border-radius: 3px;
    background: var(--surface);
    cursor: pointer;
  }

  .hamburger-toggle span {
    display: block;
    height: 1px;
    background: var(--text);
    transition: transform 180ms ease, opacity 180ms ease;
  }

  .hamburger-toggle.open span:first-child { transform: translateY(6px) rotate(45deg); }
  .hamburger-toggle.open span:nth-child(2) { opacity: 0; }
  .hamburger-toggle.open span:last-child { transform: translateY(-6px) rotate(-45deg); }

  .mobile-menu-panel {
    display: grid;
    width: calc(100% - 28px);
    max-height: 0;
    margin: 0 auto;
    overflow: hidden;
    grid-template-columns: 1fr;
    align-items: center;
    gap: 10px;
    border-bottom: 0 solid var(--line);
    opacity: 0;
    transition: max-height 220ms ease, opacity 180ms ease, padding 220ms ease, border-width 220ms ease;
  }

  .mobile-menu-panel.open {
    max-height: 100px;
    padding: 12px 0 15px;
    border-bottom-width: 1px;
    opacity: 1;
  }

  .mobile-language-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 5px;
  }

  .mobile-language-list button,
  .mobile-language-list a,
  .mobile-theme-button {
    display: inline-flex;
    min-height: 38px;
    padding: 0 9px;
    border: 1px solid var(--line);
    border-radius: 3px;
    color: var(--muted);
    background: var(--surface);
    font-size: 8px;
    font-weight: 900;
    align-items: center;
    justify-content: center;
  }

  .mobile-language-list button.active,
  .mobile-language-list a.active {
    color: white;
    border-color: var(--red);
    background: var(--red);
  }

  .language-switcher button,
  .language-switcher a {
    min-height: 32px;
    padding: 0 9px;
    font-size: 9px;
  }

  .theme-toggle {
    min-width: 52px;
    height: 40px;
    padding: 0 9px;
  }

  .restaurant-bar { width: calc(100% - 28px); padding: 22px 0 25px; gap: 18px; }
  .restaurant-copy h1 { font-size: 34px; }
  .restaurant-copy .hero-description { margin-top: 10px; font-size: 10px; }
  .restaurant-side { width: 100%; }
  .restaurant-side span,.restaurant-side button { flex: 1; justify-content: center; }

  .hero-content {
    padding: 28px 0 28px;
    gap: 16px;
  }

  .logo-stage {
    min-height: 300px;
  }

  .logo-stage picture {
    width: min(78%, 320px);
  }

  .status-line {
    margin-bottom: 24px;
  }

  .location-kicker {
    font-size: 9px;
  }

  .hero h1 {
    font-size: clamp(48px, 16.8vw, 78px);
    line-height: 0.94;
  }

  .hero h1 em {
    margin-top: 15px;
    font-size: 0.23em;
  }

  .hero-description {
    margin-top: 20px;
    font-size: 12px;
    line-height: 1.85;
  }

  .hero-buttons {
    margin-top: 24px;
  }

  .primary-action,
  .secondary-action {
    min-height: 48px;
    padding: 0 18px;
    font-size: 11px;
  }

  .hero-bottom {
    min-height: 58px;
  }

  .menu-intro {
    padding: 34px 0 24px;
    align-items: stretch;
    flex-direction: column;
  }

  .menu-intro h2 {
    font-size: 38px;
  }

  .search-field {
    width: 100%;
  }

  .category-scroll {
    padding-inline: 4px;
  }

  .category-scroll button {
    min-height: 62px;
    padding: 0 17px;
    font-size: 11px;
  }

  .category-scroll button::after {
    inset-inline: 17px;
  }

  .menu-section {
    padding: 48px 0 20px;
  }

  .extras-section { margin: 24px 0 30px; padding: 22px 16px 24px; }
  .extras-section .section-heading h3 { font-size: 25px; }
  .extra-item { flex-basis: min(238px, 76vw); min-height: 78px; padding: 12px 14px; }

  .section-heading {
    padding-bottom: 17px;
  }

  .section-heading h3 {
    font-size: 31px;
  }

  .section-heading p {
    display: none;
  }

  .menu-item {
    min-height: 70px;
    padding: 15px 16px;
    grid-template-columns: 20px minmax(0, 1fr);
    gap: 10px;
  }

  .item-title-line {
    align-items: center;
    flex-direction: row;
    gap: 8px;
  }

  .item-title-line strong {
    font-size: 14px;
  }

  .item-description {
    font-size: 9px;
    line-height: 1.75;
  }

  .inline-variant {
    min-height: 56px;
    padding: 8px 6px;
    gap: 6px;
  }

  .inline-variant b {
    font-size: 17px;
  }

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

  .about-section {
    padding: 25px 14px 72px;
  }

  .about-card {
    padding: 26px 22px;
    grid-template-columns: 1fr;
  }

  .about-number {
    display: none;
  }

  .about-copy h2 {
    font-size: 36px;
  }

  .about-copy p:last-child {
    font-size: 11px;
  }

  .hours-card {
    min-height: 200px;
    grid-column: 1;
  }

  .footer-meta {
    align-items: flex-start;
    flex-direction: column;
    gap: 11px;
  }

  .footer-meta a:last-child {
    margin-inline-start: 0;
  }

  .copyright-line {
    align-items: flex-start;
    flex-direction: column;
  }

  .sheet-layer {
    padding: 0;
  }

  .item-sheet {
    max-height: 90svh;
    border-radius: 22px 22px 0 0;
  }

  .floating-logo-button {
    inset-inline-end: 13px;
    bottom: max(14px, calc(env(safe-area-inset-bottom) + 8px));
    width: 62px;
    height: 62px;
    padding: 10px;
  }

  .floating-info-button {
    inset-inline-end: 13px;
    bottom: max(14px, calc(env(safe-area-inset-bottom) + 8px));
    width: 52px;
    height: 52px;
    font-size: 22px;
  }

  .info-action-grid {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
