/* ==========================================================================
   Bist Arnhem — design system v2
   Dark, calm and bold: one near-black canvas, the logo’s red & gold as the
   only accents, one geometric display face, one clean text face.
   ========================================================================== */

:root {
  --bg: #0d0b0a;
  --bg-2: #120f0e;
  --surface: #1a1614;
  --surface-2: #231e1b;
  --line: rgba(255, 244, 230, 0.1);
  --line-2: rgba(255, 244, 230, 0.18);
  --text: #f6f0e7;
  --muted: #b3a89c;         /* 8.6:1 on --bg */
  --gold: #f2b84b;          /* logo gold, 10:1 on --bg */
  --gold-2: #ffd27a;
  --red: #d6332a;           /* logo red, 4.7:1 with white text */
  --red-2: #b8261f;
  --wa: #1f9d55;

  --f-head: 'Outfit', system-ui, -apple-system, 'Segoe UI', sans-serif;
  --f-body: 'Inter', system-ui, -apple-system, 'Segoe UI', sans-serif;
  --fs-body: clamp(1rem, 0.96rem + 0.2vw, 1.0625rem);
  --fs-lead: clamp(1.05rem, 0.98rem + 0.35vw, 1.22rem);
  --fs-h1: clamp(2.9rem, 1.5rem + 5.6vw, 6.8rem);
  --fs-h2: clamp(2.1rem, 1.35rem + 2.9vw, 4rem);
  --fs-h3: clamp(1.4rem, 1.2rem + 0.8vw, 1.85rem);
  --track-head: -0.03em;

  --container: 1320px;
  --gutter: clamp(20px, 4vw, 48px);
  --section: clamp(64px, 9vw, 128px);
  --radius: 18px;
  --radius-sm: 12px;
  --header-h: 88px;
  --header-h-compact: 68px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  color-scheme: dark;
}
html[lang='ar'] {
  --f-head: 'Cairo', system-ui, sans-serif;
  --f-body: 'Cairo', system-ui, sans-serif;
  --track-head: 0;
}

/* ------------------------------------------------------------------ base */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: calc(var(--header-h-compact) + 16px); background: var(--bg); }
html.intro-on { overflow: hidden; }
body { margin: 0; background: var(--bg); color: var(--text); font-family: var(--f-body); font-size: var(--fs-body); line-height: 1.6; -webkit-font-smoothing: antialiased; overflow-x: clip; }
img, svg, picture { display: block; max-width: 100%; }
img { height: auto; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 0.2em; }
button, input, select, textarea { font: inherit; color: inherit; }
button { cursor: pointer; }
h1, h2, h3, h4 { margin: 0; font-family: var(--f-head); font-weight: 800; line-height: 1.05; letter-spacing: var(--track-head); }
p { margin: 0; }
ul { margin: 0; padding: 0; list-style: none; }
address { font-style: normal; }
table { border-collapse: collapse; }
[hidden] { display: none !important; }
:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; border-radius: 6px; }
main:focus { outline: none; }
::selection { background: var(--gold); color: var(--bg); }
.sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.visually-hidden { position: absolute !important; width: 1px; height: 1px; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; inset-inline-start: 12px; top: 12px; z-index: 100; background: var(--gold); color: var(--bg); padding: 12px 18px; border-radius: 999px; font-weight: 700; transform: translateY(-160%); transition: transform 0.2s; }
.skip-link:focus { transform: none; }
.container { width: 100%; max-width: calc(var(--container) + 2 * var(--gutter)); margin-inline: auto; padding-inline: var(--gutter); }
.section { padding-block: var(--section); }
.section + .section { padding-top: 0; }
.center { text-align: center; margin-top: 40px; }
.icon { width: 1.2em; height: 1.2em; flex: none; }
[dir='rtl'] .icon-dir { transform: scaleX(-1); }
bdi.price, .mi-price { font-variant-numeric: tabular-nums; }

/* ------------------------------------------------------------ typography */
.eyebrow { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 18px; font-family: var(--f-body); font-size: 0.8rem; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: var(--gold); }
.eyebrow::before { content: ''; width: 8px; height: 8px; border-radius: 50%; background: var(--red); }
html[lang='ar'] .eyebrow { letter-spacing: 0; font-size: 0.95rem; text-transform: none; }
.h1 { font-size: clamp(2.6rem, 1.6rem + 4vw, 5.2rem); }
.h2 { font-size: var(--fs-h2); text-wrap: balance; }
.h3 { font-size: var(--fs-h3); letter-spacing: -0.02em; }
html[lang='ar'] .h1, html[lang='ar'] .h2, html[lang='ar'] .h3 { line-height: 1.3; }
.accent { color: var(--gold); }
.h-small { font-family: var(--f-body); font-size: 0.78rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--muted); margin-bottom: 12px; }
html[lang='ar'] .h-small { letter-spacing: 0; text-transform: none; font-size: 0.95rem; }
.lead { font-size: var(--fs-lead); line-height: 1.6; color: var(--muted); max-width: 36em; margin-top: 18px; }
.fine { font-size: 0.82rem; line-height: 1.55; color: var(--muted); margin-top: 12px; }
.section-head { display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between; gap: 24px 48px; margin-bottom: clamp(32px, 4vw, 56px); }
.section-head > div { max-width: 760px; }
.link-arrow { display: inline-flex; align-items: center; gap: 10px; font-family: var(--f-head); font-weight: 700; font-size: 1.02rem; text-decoration: none; color: var(--gold); padding-block: 10px; }
.link-arrow .icon { transition: transform 0.35s var(--ease); }
.link-arrow:hover .icon { transform: translateX(4px); }
[dir='rtl'] .link-arrow:hover .icon { transform: scaleX(-1) translateX(4px); }

/* --------------------------------------------------------------- buttons */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 48px; padding: 0 24px; border-radius: 999px; border: 1.5px solid transparent; font-family: var(--f-head); font-weight: 700; font-size: 1rem; line-height: 1.2; text-decoration: none; white-space: nowrap; transition: background-color 0.25s, color 0.25s, border-color 0.25s, transform 0.25s var(--ease); }
.btn:active { transform: scale(0.98); }
.btn .icon-dir { transition: transform 0.35s var(--ease); }
.btn:hover .icon-dir { transform: translateX(3px); }
[dir='rtl'] .btn:hover .icon-dir { transform: scaleX(-1) translateX(3px); }
.btn-sm { min-height: 44px; padding: 0 18px; font-size: 0.92rem; }
.btn-lg { min-height: 56px; padding: 0 30px; font-size: 1.05rem; }
.btn-block { width: 100%; }
.btn-red { background: var(--red); color: #fff; }
.btn-red:hover { background: var(--red-2); }
.btn-gold { background: var(--gold); color: #1a1208; }
.btn-gold:hover { background: var(--gold-2); }
.btn-ghost { border-color: var(--line-2); color: var(--text); background: rgba(13, 11, 10, 0.25); }
.btn-ghost:hover { border-color: var(--text); }

/* ---------------------------------------------------------------- header */
.site-header { position: fixed; inset-inline: 0; top: 0; z-index: 50; transition: background-color 0.35s, box-shadow 0.35s; }
.site-header::before { content: ''; position: absolute; inset: 0 0 -30px; background: linear-gradient(rgba(13, 11, 10, 0.7), rgba(13, 11, 10, 0)); pointer-events: none; transition: opacity 0.35s; }
.site-header.is-solid, .site-header.is-scrolled { background: rgba(13, 11, 10, 0.86); box-shadow: 0 1px 0 var(--line); }
@supports (backdrop-filter: blur(1px)) { .site-header.is-solid, .site-header.is-scrolled { background: rgba(13, 11, 10, 0.72); backdrop-filter: saturate(1.4) blur(16px); } }
.site-header.is-solid::before, .site-header.is-scrolled::before { opacity: 0; }
.header-inner { position: relative; display: flex; align-items: center; gap: 24px; height: var(--header-h); max-width: calc(var(--container) + 2 * var(--gutter)); margin-inline: auto; padding-inline: var(--gutter); transition: height 0.3s var(--ease); }
.is-scrolled .header-inner, .is-solid .header-inner { height: var(--header-h-compact); }
.brand { flex: none; }
.brand img { width: 136px; transition: width 0.3s var(--ease); }
.is-scrolled .brand img, .is-solid .brand img { width: 112px; }
.main-nav { margin-inline: auto; }
.main-nav ul { display: flex; gap: clamp(20px, 2.6vw, 40px); }
.main-nav a { position: relative; display: inline-block; padding-block: 12px; font-family: var(--f-head); font-weight: 600; font-size: 1rem; text-decoration: none; color: rgba(246, 240, 231, 0.82); transition: color 0.2s; }
.main-nav a::after { content: ''; position: absolute; inset-inline: 0; bottom: 6px; height: 2px; border-radius: 2px; background: var(--gold); transform: scaleX(0); transition: transform 0.3s var(--ease); }
.main-nav a:hover, .main-nav a[aria-current] { color: var(--text); }
.main-nav a:hover::after, .main-nav a[aria-current]::after { transform: scaleX(1); }
.header-actions { display: flex; align-items: center; gap: 14px; }
.header-ctas { display: flex; gap: 10px; }
.lang-switch { display: flex; gap: 2px; font-family: var(--f-head); font-size: 0.86rem; font-weight: 700; }
.lang-switch a { display: inline-grid; place-items: center; min-width: 38px; min-height: 44px; padding-inline: 6px; text-decoration: none; color: var(--muted); border-radius: 8px; }
.lang-switch a:hover { color: var(--text); }
.lang-switch a[aria-current] { color: var(--gold); }
.lang-switch a[lang='ar'] { font-family: 'Cairo', var(--f-head); }
.nav-toggle { display: none; position: relative; width: 46px; height: 46px; border-radius: 50%; border: 1.5px solid var(--line-2); background: transparent; }
.nav-toggle span { position: absolute; inset-inline-start: 14px; width: 16px; height: 2px; border-radius: 2px; background: var(--text); transition: transform 0.3s var(--ease), top 0.3s var(--ease); }
.nav-toggle span:first-child { top: 18px; }
.nav-toggle span:last-child { top: 25px; }
.nav-toggle[aria-expanded='true'] span:first-child { top: 21.5px; transform: rotate(45deg); }
.nav-toggle[aria-expanded='true'] span:last-child { top: 21.5px; transform: rotate(-45deg); }
.mobile-nav { position: fixed; inset: var(--header-h-compact) 0 0; background: var(--bg); padding: 24px var(--gutter) calc(32px + env(safe-area-inset-bottom)); overflow-y: auto; display: flex; flex-direction: column; justify-content: space-between; }
.mobile-nav nav:first-child a { display: block; padding-block: 14px; font-family: var(--f-head); font-weight: 800; font-size: 2rem; letter-spacing: var(--track-head); text-decoration: none; border-bottom: 1px solid var(--line); }
.lang-switch--mobile { margin-top: 28px; gap: 8px; font-size: 1rem; }
.lang-switch--mobile a { min-width: 60px; border: 1.5px solid var(--line-2); border-radius: 999px; }
@media (max-width: 1100px) {
  .main-nav { display: none; }
  .nav-toggle { display: inline-block; }
  .header-actions { margin-inline-start: auto; }
}
@media (max-width: 720px) {
  :root { --header-h: 72px; --header-h-compact: 64px; }
  .brand img { width: 108px; }
  .is-scrolled .brand img, .is-solid .brand img { width: 96px; }
  .header-actions .lang-switch, .header-ctas .btn-ghost { display: none; }
  .header-ctas .btn { min-height: 42px; padding: 0 14px; font-size: 0.88rem; }
  .header-ctas .btn .icon { display: none; }
}

/* ------------------------------------------------------------------ hero */
.hero { position: relative; isolation: isolate; min-height: 640px; height: 100svh; max-height: 1040px; display: flex; flex-direction: column; justify-content: flex-end; overflow: hidden; }
.hero-media { position: absolute; inset: 0; z-index: -2; overflow: hidden; }
/* three slow background scenes: döner → kapsalon → pizza (text stays put) */
.hero-slide { position: absolute; inset: 0; overflow: hidden; opacity: 0; transition: opacity 1.4s ease; }
.hero-slide.is-active { opacity: 1; }
.hero-img, .hero-img img, .hero-poster, .hero-video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-slide--doner img { object-position: 55% 40%; transform-origin: 52% 30%; }
.hero-slide--kapsalon img { object-position: 50% 58%; transform-origin: 50% 45%; }
.hero-slide--dranken img { object-position: 50% 46%; transform-origin: 50% 45%; }
.hero-slide--pizza .hero-poster, .hero-slide--pizza .hero-video { object-position: 50% 55%; transform-origin: 50% 50%; }
.hero-video { opacity: 0; transition: opacity 0.6s ease; }
.hero-slide.is-playing .hero-video { opacity: 1; }
.hero-slide.is-active .hero-img img { animation: kbDoner 10s cubic-bezier(0.33, 0, 0.3, 1) both; }
.hero-slide--kapsalon.is-active .hero-img img { animation-name: kbKapsalon; }
.hero-slide--dranken.is-active .hero-img img { animation-name: kbKapsalon; }
.hero-slide--pizza.is-active .hero-poster, .hero-slide--pizza.is-active .hero-video { animation: kbPizza 10s cubic-bezier(0.33, 0, 0.3, 1) both; }
@keyframes kbDoner { from { transform: scale(1.02); } to { transform: scale(1.14) translate(-1.6%, 1.2%); } }
@keyframes kbKapsalon { from { transform: scale(1.03) translate(1%, 0); } to { transform: scale(1.16) translate(-1%, -1.5%); } }
@keyframes kbPizza { from { transform: scale(1); } to { transform: scale(1.07); } }
/* wide framing for kapsalon & pizza: the whole dish stays in frame (edges visible);
   the empty space around it is filled with a blurred, darkened copy of the same shot */
.hero-fill { position: absolute; inset: -6%; width: 112%; height: 112%; object-fit: cover; filter: blur(36px) brightness(0.42) saturate(1.15); }
.hero-slide--fit .hero-img img, .hero-slide--fit .hero-poster, .hero-slide--fit .hero-video {
  object-fit: contain;
  /* the contained 16:9 frame sits at 16.7–83.3 % of the box height: fade exactly its edges */
  --fade-v: linear-gradient(to bottom, transparent 16.8%, #000 29%, #000 71%, transparent 83.2%);
  --fade-h: linear-gradient(to right, transparent 0%, #000 9%, #000 91%, transparent 100%);
  -webkit-mask-image: var(--fade-v), var(--fade-h); -webkit-mask-composite: source-in;
  mask-image: var(--fade-v), var(--fade-h); mask-composite: intersect;
}
.hero-slide--kapsalon.is-active .hero-img img { animation-name: kbFit; }
.hero-slide--pizza.is-active .hero-poster, .hero-slide--pizza.is-active .hero-video { animation-name: kbFit; }
@keyframes kbFit { from { transform: scale(0.97); } to { transform: scale(1.05); } }
.hero-slide--pizza.is-active .hero-poster, .hero-slide--pizza.is-active .hero-video { animation-name: kbFitPizza; }
.hero-slide--pizza .hero-poster, .hero-slide--pizza .hero-video { --fade-v: linear-gradient(to bottom, transparent 20.6%, #000 31%, #000 69%, transparent 79.4%); } /* 2:1 frame, same softness as kapsalon */
@keyframes kbFitPizza { from { transform: scale(0.92); } to { transform: scale(0.99); } }
.hero.is-paused .hero-slide *, .hero.is-paused .hero-slide *::before { animation-play-state: paused !important; }

@media (min-width: 1024px) {
  /* image sits on the right two-thirds so the headline never covers the spits */
  .hero-media { inset-inline-start: 26%; }
  .hero-media::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, var(--bg) 0%, rgba(13, 11, 10, 0) 26%); pointer-events: none; }
  [dir='rtl'] .hero-media { inset-inline-start: 26%; }
  [dir='rtl'] .hero-media::after { background: linear-gradient(270deg, var(--bg) 0%, rgba(13, 11, 10, 0) 26%); }
}
.hero-glow { position: absolute; inset: 0; mix-blend-mode: screen; pointer-events: none; background: radial-gradient(12% 26% at 27% 52%, rgba(255, 110, 40, 0.55), transparent 70%), radial-gradient(9% 20% at 61% 58%, rgba(255, 110, 40, 0.45), transparent 70%); animation: glow 3.2s ease-in-out infinite alternate; }
@keyframes glow { from { opacity: 0.25; } to { opacity: 0.6; } }
.hero::after { content: ''; position: absolute; inset: 0; z-index: -1; pointer-events: none; background: linear-gradient(90deg, rgba(13, 11, 10, 0.85) 0%, rgba(13, 11, 10, 0.4) 34%, rgba(13, 11, 10, 0) 55%), linear-gradient(0deg, var(--bg) 0%, rgba(13, 11, 10, 0.4) 30%, rgba(13, 11, 10, 0) 55%); }
[dir='rtl'] .hero::after { background: linear-gradient(270deg, rgba(13, 11, 10, 0.85) 0%, rgba(13, 11, 10, 0.4) 34%, rgba(13, 11, 10, 0) 55%), linear-gradient(0deg, var(--bg) 0%, rgba(13, 11, 10, 0.4) 30%, rgba(13, 11, 10, 0) 55%); }
.hero-inner { padding-bottom: clamp(28px, 4vw, 48px); }
.hero-title { font-size: var(--fs-h1); line-height: 0.95; letter-spacing: -0.04em; max-width: 12ch; }
.hero-title span { display: block; }
html[lang='ar'] .hero-title { line-height: 1.25; letter-spacing: 0; max-width: 14ch; }
.hero-sub { margin-top: 22px; max-width: 32em; font-size: var(--fs-lead); color: rgba(246, 240, 231, 0.86); }
.hero-ctas { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.hero-meta { display: flex; flex-wrap: wrap; gap: 10px 36px; padding-block: 22px 28px; border-top: 1px solid var(--line); font-size: 0.95rem; color: rgba(246, 240, 231, 0.9); }
.hero-meta p { display: inline-flex; align-items: center; gap: 10px; }
.hero-meta .icon { color: var(--gold); width: 18px; height: 18px; }
.hero-meta a { text-decoration: none; }
.hero-meta a:hover { text-decoration: underline; }
@media (max-width: 1023px) and (orientation: portrait) {
  .hero { height: auto; min-height: calc(100svh - 64px - env(safe-area-inset-bottom)); max-height: none; --stage-h: min(104vw, 56svh); }
  .hero-media { bottom: auto; height: var(--stage-h); }
  .hero-slide--doner img { object-position: 52% 45%; }
  .hero-slide--fit .hero-img img, .hero-slide--fit .hero-poster, .hero-slide--fit .hero-video { --fade-v: linear-gradient(to bottom, transparent 23%, #000 33%, #000 68%, transparent 77.5%); --fade-h: linear-gradient(to right, #000, #000); }
  @keyframes kbFit { from { transform: scale(1.14); } to { transform: scale(1.22); } }
  @keyframes kbFitPizza { from { transform: scale(1.1); } to { transform: scale(1.17); } }
  .hero-slide--pizza .hero-poster, .hero-slide--pizza .hero-video { --fade-v: linear-gradient(to bottom, transparent 26%, #000 34%, #000 66%, transparent 74%); }
  .hero::after, [dir='rtl'] .hero::after { background: linear-gradient(0deg, var(--bg) 0%, var(--bg) calc(100% - var(--stage-h) + 2px), rgba(13, 11, 10, 0.6) calc(100% - var(--stage-h) + 80px), rgba(13, 11, 10, 0) calc(100% - var(--stage-h) + 180px)), linear-gradient(180deg, rgba(13, 11, 10, 0.55), rgba(13, 11, 10, 0) 22%); }
  .hero-inner { padding-top: calc(var(--stage-h) - 90px); padding-bottom: 20px; }
  .hero-title { font-size: clamp(2.7rem, 11vw, 5rem); }
  .hero-sub { margin-top: 14px; }
  .hero-ctas { margin-top: 22px; }
}
@media (max-width: 560px) {
  .hero-sub { font-size: 1rem; }
  .hero-ctas .btn { flex: 1 1 100%; min-height: 52px; }
  .hero-meta { gap: 8px 20px; font-size: 0.88rem; padding-block: 16px 20px; }
  .hero-meta-services { display: none !important; }
}

/* ----------------------------------------------------------------- steam */
.steam { position: absolute; left: var(--sx, 50%); top: var(--sy, 40%); width: 42%; height: 46%; transform: translate(-50%, -100%); pointer-events: none; mix-blend-mode: screen; }
.steam i { position: absolute; bottom: 0; left: 50%; width: 30%; height: 72%; border-radius: 50%; background: radial-gradient(ellipse at 50% 60%, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0) 66%); filter: blur(9px); opacity: 0; animation: steamRise 5.6s ease-in-out infinite; }
.steam i:nth-child(1) { margin-left: -28%; }
.steam i:nth-child(2) { margin-left: -12%; animation-delay: -1.9s; animation-duration: 6.6s; }
.steam i:nth-child(3) { margin-left: 6%; animation-delay: -3.7s; animation-duration: 6.1s; }
@keyframes steamRise { 0% { transform: translate(-50%, 25%) scale(0.55, 0.45); opacity: 0; } 25% { opacity: 0.55; } 60% { opacity: 0.26; } 100% { transform: translate(-38%, -70%) scale(1.35, 1.15); opacity: 0; } }
.steam--xl { width: 22%; height: 30%; }
.steam--xl i { filter: blur(14px); }
.steam--wide { width: 34%; }

/* slow 'breathing' motion on hot dishes — runs only while visible */
.breathe img { animation: breathe 13s ease-in-out infinite alternate; animation-play-state: paused; transform-origin: 50% 58%; will-change: transform; }
[data-live].is-live .breathe img { animation-play-state: running; }
[data-live]:not(.is-live) .steam i { animation-play-state: paused; }
@keyframes breathe { 0% { transform: scale(1) translate(0, 0); } 100% { transform: scale(1.075) translate(-1%, -1.3%); } }
.cards .card:nth-child(2) .breathe img, .ms-media .breathe img { animation-delay: -4s; }
.cards .card:nth-child(3) .breathe img { animation-delay: -8s; }
.cards .card:nth-child(4) .breathe img { animation-delay: -11s; animation-direction: alternate-reverse; }

/* ----------------------------------------------------------------- cards */
.cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(14px, 1.6vw, 22px); }
@media (max-width: 1100px) { .cards { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .cards { gap: 12px; } }
.card a { position: relative; display: block; overflow: hidden; border-radius: var(--radius); background: var(--surface); text-decoration: none; aspect-ratio: 4 / 5; isolation: isolate; }
.card-media, .card-img, .card-img img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.card-media { overflow: hidden; }
.card-media { transition: transform 1.1s var(--ease); }
.card a:hover .card-media { transform: scale(1.04); }
.card a::after { content: ''; position: absolute; inset: 0; z-index: 0; background: linear-gradient(0deg, rgba(13, 11, 10, 0.92) 0%, rgba(13, 11, 10, 0.45) 36%, rgba(13, 11, 10, 0) 62%); }
.card-body { position: absolute; inset-inline: 0; bottom: 0; z-index: 1; display: grid; gap: 4px; padding: 24px 76px 24px 24px; }
[dir='rtl'] .card-body { padding: 24px 24px 24px 76px; }
.card-title { font-family: var(--f-head); font-weight: 800; font-size: clamp(1.5rem, 1.2rem + 0.8vw, 1.9rem); letter-spacing: -0.02em; line-height: 1.1; }
html[lang='ar'] .card-title { letter-spacing: 0; line-height: 1.35; }
.card-sub { color: rgba(246, 240, 231, 0.78); font-size: 0.95rem; line-height: 1.45; }
.card-price { margin-top: 6px; font-family: var(--f-head); font-weight: 700; color: var(--gold); }
.card-arrow { position: absolute; z-index: 1; bottom: 24px; inset-inline-end: 20px; display: grid; place-items: center; width: 44px; height: 44px; border-radius: 50%; background: rgba(246, 240, 231, 0.12); backdrop-filter: blur(6px); transition: background-color 0.3s, transform 0.3s var(--ease); }
.card a:hover .card-arrow { background: var(--red); }
@media (max-width: 560px) {
  .card a { aspect-ratio: 3 / 4; border-radius: var(--radius-sm); }
  .card-body, [dir='rtl'] .card-body { padding: 14px; }
  .card-title { font-size: 1.25rem; }
  .card-sub { font-size: 0.8rem; }
  .card-arrow { display: none; }
}

/* ----------------------------------------------------------------- about */
.about-grid { display: grid; gap: clamp(28px, 4vw, 64px); align-items: center; }
@media (min-width: 1000px) { .about-grid { grid-template-columns: 7fr 5fr; } }
.about-media { position: relative; margin: 0; overflow: hidden; border-radius: calc(var(--radius) + 6px); aspect-ratio: 16 / 11; background: var(--surface); }
.about-media picture, .about-media img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 45%; }
.about-ctas { margin-top: 32px; }

/* --------------------------------------------------------- menu preview */
.pv-tabs { display: flex; gap: 8px; overflow-x: auto; scrollbar-width: none; margin-bottom: clamp(24px, 3vw, 40px); padding-bottom: 2px; }
.pv-tabs::-webkit-scrollbar { display: none; }
.pv-tabs button { flex: none; min-height: 46px; padding: 0 20px; border-radius: 999px; border: 1.5px solid var(--line-2); background: transparent; font-family: var(--f-head); font-weight: 700; color: var(--muted); transition: all 0.2s; }
.pv-tabs button:hover { color: var(--text); border-color: var(--text); }
.pv-tabs button[aria-selected='true'] { background: var(--gold); border-color: var(--gold); color: #1a1208; }
html.js .pv-panel[data-hidden] { display: none; }
.pv-panel { display: grid; gap: clamp(24px, 4vw, 64px); align-items: start; }
.pv-panel + .pv-panel { margin-top: 48px; }
html.js .pv-panel + .pv-panel { margin-top: 0; }
@media (min-width: 1000px) { .pv-panel { grid-template-columns: 5fr 7fr; } }
.pv-media { position: relative; overflow: hidden; border-radius: calc(var(--radius) + 6px); aspect-ratio: 4 / 5; background: var(--surface); }
.pv-media picture, .pv-media img { width: 100%; height: 100%; object-fit: cover; }
.pv-panel:not([data-hidden]) .pv-media img { animation: fadeZoom 0.8s var(--ease) both; }
@keyframes fadeZoom { from { opacity: 0; transform: scale(1.04); } }
@media (max-width: 999px) { .pv-media { aspect-ratio: 16 / 10; } }
.pv-note { margin-top: 16px; color: var(--muted); font-size: 0.92rem; }
.pv-actions { margin-top: 28px; }

/* shared menu list */
.menu-list { display: grid; }
.menu-item { padding-block: 16px; border-bottom: 1px solid var(--line); }
.mi-head { display: flex; align-items: baseline; gap: 12px; }
.mi-name { font-family: var(--f-head); font-weight: 600; font-size: 1.12rem; line-height: 1.35; }
.mi-dots { flex: 1; min-width: 16px; border-bottom: 1px dashed var(--line-2); transform: translateY(-0.3em); }
.mi-price { flex: none; font-family: var(--f-head); font-weight: 700; font-size: 1.08rem; color: var(--gold); white-space: nowrap; }
.mi-from { font-family: var(--f-body); font-weight: 500; font-size: 0.8rem; color: var(--muted); }
.mi-orig { display: block; margin-top: 2px; font-size: 0.82rem; color: var(--muted); }
[dir='rtl'] .mi-orig { text-align: end; }
.mi-desc { display: block; margin-top: 3px; font-size: 0.93rem; color: var(--muted); max-width: 42em; }

/* ---------------------------------------------------------------- gallery */
.gallery { display: grid; grid-template-columns: 2fr 1fr; grid-template-rows: 1fr 1fr; gap: clamp(12px, 1.6vw, 22px); height: clamp(420px, 44vw, 640px); }
.gallery-item { position: relative; margin: 0; overflow: hidden; border-radius: var(--radius); background: var(--surface); }
.gallery-item--0 { grid-row: 1 / 3; }
.gallery-item picture, .gallery-item img { width: 100%; height: 100%; object-fit: cover; }
.gallery-item img { transition: transform 1.2s var(--ease); }
.gallery-item:hover img { transform: scale(1.04); }
.gallery-item figcaption { position: absolute; bottom: 14px; inset-inline-start: 14px; padding: 7px 14px; border-radius: 999px; background: rgba(13, 11, 10, 0.72); backdrop-filter: blur(6px); font-size: 0.85rem; font-weight: 600; }
@media (max-width: 800px) { .gallery { grid-template-columns: 1fr 1fr; grid-template-rows: auto; height: auto; } .gallery-item--0 { grid-column: 1 / -1; grid-row: auto; aspect-ratio: 16 / 11; } .gallery-item { aspect-ratio: 1; } }

/* ---------------------------------------------------------------- reviews */
.score { display: flex; align-items: center; gap: 18px; }
.score-num { font-family: var(--f-head); font-weight: 800; font-size: clamp(3.6rem, 2.6rem + 3vw, 5.4rem); line-height: 1; color: var(--gold); letter-spacing: -0.04em; }
.score-side { display: grid; gap: 4px; color: var(--muted); font-size: 0.92rem; }
.score-side small { font-size: 0.78rem; }
.stars { display: flex; gap: 2px; color: var(--gold); }
.stars .icon { width: 20px; height: 20px; }
.quotes { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(14px, 1.6vw, 22px); }
@media (max-width: 1000px) { .quotes { grid-template-columns: 1fr 1fr; } }
@media (max-width: 640px) { .quotes { grid-template-columns: 1fr; } }
.quote { display: flex; flex-direction: column; padding: clamp(24px, 2.6vw, 36px); border-radius: var(--radius); background: var(--surface); border: 1px solid var(--line); }
.quote-mark { font-family: var(--f-head); font-weight: 800; font-size: 4rem; line-height: 0.6; color: var(--red); height: 34px; }
.quote blockquote { margin: 0; flex: 1; font-family: 'Outfit', var(--f-head); font-weight: 500; font-size: clamp(1.15rem, 1.05rem + 0.4vw, 1.35rem); line-height: 1.45; }
.quote-by { margin-top: 22px; padding-top: 16px; border-top: 1px solid var(--line); font-size: 0.9rem; color: var(--muted); display: flex; flex-wrap: wrap; align-items: center; gap: 4px 10px; }
.quote-name { font-family: var(--f-head); font-weight: 700; font-size: 1rem; color: var(--text); }
.quote-stars { color: var(--gold); letter-spacing: 2px; font-size: 0.9rem; }
.quote-stars--top { display: block; margin-bottom: 14px; font-size: 1.15rem; letter-spacing: 4px; }
.quote-by .quote-stars { display: none; }
.quote-src { margin-inline-start: auto; font-size: 0.8rem; }
.quote-note { flex-basis: 100%; font-weight: 400; font-size: 0.8rem; }

/* -------------------------------------------------------------- cta band */
.cta-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(14px, 1.6vw, 22px); }
@media (max-width: 800px) { .cta-grid { grid-template-columns: 1fr; } }
.cta-card { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; padding: clamp(28px, 3.6vw, 52px); border-radius: calc(var(--radius) + 6px); background: var(--surface); border: 1px solid var(--line); }
.cta-card--order { background: linear-gradient(135deg, #2a1a0c, var(--surface) 70%); border-color: rgba(242, 184, 75, 0.25); }
.cta-card p { color: var(--muted); max-width: 30em; margin-bottom: 12px; }
.cta-icon { width: 52px; height: 52px; padding: 13px; border-radius: 50%; background: rgba(242, 184, 75, 0.12); color: var(--gold); margin-bottom: 8px; }

/* ------------------------------------------------------------------ visit */
.visit { background: var(--bg-2); border-top: 1px solid var(--line); padding-top: var(--section) !important; }
.visit-grid { display: grid; gap: clamp(40px, 5vw, 80px); align-items: start; }
@media (min-width: 1000px) { .visit-grid { grid-template-columns: 5fr 6fr; } }
.visit-block { margin-top: 32px; padding-top: 28px; border-top: 1px solid var(--line); }
.visit-block address { font-size: 1.2rem; line-height: 1.5; margin-bottom: 18px; font-family: var(--f-head); font-weight: 600; }
.visit-links { display: flex; flex-wrap: wrap; gap: 10px; }
.hours { width: 100%; max-width: 460px; }
.hours th, .hours td { padding: 10px 0; border-bottom: 1px solid var(--line); font-weight: 500; text-align: start; }
.hours td { text-align: end; font-variant-numeric: tabular-nums; }
.hours tr.is-today th, .hours tr.is-today td { color: var(--gold); font-weight: 700; }
.hours tr.is-today th::after { content: attr(data-today); margin-inline-start: 10px; padding: 2px 8px; border-radius: 999px; background: rgba(242, 184, 75, 0.14); font-size: 0.72rem; letter-spacing: 0.08em; text-transform: uppercase; vertical-align: 2px; }
.res-card { padding: clamp(24px, 3.4vw, 48px); border-radius: calc(var(--radius) + 6px); background: var(--surface); border: 1px solid var(--line); scroll-margin-top: calc(var(--header-h-compact) + 16px); }
.res-intro { margin-top: 10px; color: var(--muted); }
.res-form { display: grid; grid-template-columns: 1fr 1fr; gap: 4px 16px; margin-top: 26px; }
.field { display: grid; gap: 6px; align-content: start; }
.field--full { grid-column: 1 / -1; }
.field label { font-size: 0.88rem; font-weight: 600; }
.opt { font-weight: 400; color: var(--muted); }
.field input:not([type='checkbox']), .field select, .field textarea { width: 100%; min-height: 52px; padding: 12px 16px; border-radius: var(--radius-sm); border: 1.5px solid var(--line-2); background: var(--bg); color: var(--text); font-size: 1rem; transition: border-color 0.2s, box-shadow 0.2s; }
.field input[type='date'] { color-scheme: dark; }
.field textarea { min-height: 100px; resize: vertical; }
.field select { appearance: none; background-image: linear-gradient(45deg, transparent 50%, var(--muted) 50%), linear-gradient(135deg, var(--muted) 50%, transparent 50%); background-position: calc(100% - 22px) 23px, calc(100% - 17px) 23px; background-size: 5px 5px; background-repeat: no-repeat; padding-inline-end: 40px; }
[dir='rtl'] .field select { background-position: 17px 23px, 22px 23px; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--gold); box-shadow: 0 0 0 3px rgba(242, 184, 75, 0.2); }
.field ::placeholder { color: #8d8278; }
.field [aria-invalid='true'] { border-color: #ff6b5f !important; }
.field-error { min-height: 1.3em; font-size: 0.8rem; color: #ff8a80; font-weight: 600; }
.field--check { grid-template-columns: 22px 1fr; align-items: start; gap: 4px 12px; margin-top: 6px; }
.field--check input { width: 22px; height: 22px; margin: 2px 0 0; accent-color: var(--red); }
.field--check label { font-weight: 400; font-size: 0.9rem; line-height: 1.5; color: var(--muted); }
.field--check label a { color: var(--gold); }
.field--check .field-error { grid-column: 2; }
.res-actions { margin-top: 10px; }
.hp { position: absolute !important; inset-inline-start: -9999px; width: 1px; height: 1px; overflow: hidden; }
.res-status { margin-top: 24px; padding: 22px; border-radius: var(--radius-sm); background: var(--bg); border-inline-start: 3px solid var(--wa); }
.res-status.is-error { border-inline-start-color: var(--red); }
.res-status p + p { margin-top: 10px; }
@media (max-width: 560px) { .res-form { grid-template-columns: 1fr; } }

/* ----------------------------------------------------------------- footer */
.site-footer { background: #080706; border-top: 1px solid var(--line); padding-top: clamp(56px, 7vw, 96px); color: var(--muted); }
.footer-grid { display: grid; gap: 40px; grid-template-columns: 2fr 1fr 1fr; }
.footer-brand img { width: 170px; }
.footer-tagline { margin-top: 16px; font-family: var(--f-head); font-weight: 600; font-size: 1.25rem; color: var(--text); max-width: 18em; }
.footer-h { font-family: var(--f-body); font-size: 0.78rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--gold); margin-bottom: 14px; }
html[lang='ar'] .footer-h { letter-spacing: 0; font-size: 0.95rem; }
.footer-links a, .footer-address a { display: inline-block; padding-block: 8px; text-decoration: none; }
.footer-links a:hover, .footer-address a:hover { color: var(--text); }
.footer-address { line-height: 1.7; }
.social { display: flex; gap: 8px; margin-top: 16px; }
.social a { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 50%; border: 1.5px solid var(--line-2); transition: border-color 0.2s, color 0.2s; }
.social a:hover { border-color: var(--gold); color: var(--gold); }
.footer-base { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px 24px; margin-top: 56px; padding-block: 22px 30px; border-top: 1px solid var(--line); font-size: 0.82rem; }
.footer-base a { display: inline-block; padding-block: 6px; }
.footer-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 4px 24px; }
.credit a { color: var(--text); text-decoration: none; font-weight: 600; }
.credit a:hover { color: var(--gold); }
@media (max-width: 800px) { .footer-grid { grid-template-columns: 1fr 1fr; } .footer-brand { grid-column: 1 / -1; } }

/* ------------------------------------------------ whatsapp + action bar */
.wa-float { position: fixed; inset-inline-end: 22px; bottom: 22px; z-index: 40; display: grid; place-items: center; width: 58px; height: 58px; border-radius: 50%; background: var(--wa); color: #fff; box-shadow: 0 12px 30px rgba(0, 0, 0, 0.4); transition: transform 0.35s var(--ease), opacity 0.3s; }
.wa-float:hover { transform: translateY(-3px); }
.wa-float .icon { width: 28px; height: 28px; }
.wa-float.is-hidden { opacity: 0; transform: translateY(20px); pointer-events: none; }
.action-bar { display: none; }
@media (max-width: 767px) {
  body { padding-bottom: calc(64px + env(safe-area-inset-bottom)); }
  .action-bar { position: fixed; inset-inline: 0; bottom: 0; z-index: 45; display: grid; grid-auto-flow: column; grid-auto-columns: 1fr; padding-bottom: env(safe-area-inset-bottom); background: rgba(13, 11, 10, 0.94); border-top: 1px solid var(--line); }
  @supports (backdrop-filter: blur(1px)) { .action-bar { background: rgba(13, 11, 10, 0.8); backdrop-filter: blur(16px); } }
  .action-bar a { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 3px; min-height: 64px; text-decoration: none; font-size: 0.76rem; font-weight: 600; }
  .action-bar a + a { border-inline-start: 1px solid var(--line); }
  .action-bar .icon { width: 22px; height: 22px; color: var(--gold); }
  .wa-float { inset-inline-end: 16px; bottom: calc(78px + env(safe-area-inset-bottom)); width: 54px; height: 54px; }
}

/* ------------------------------------------------------------- page hero */
.page-hero { padding: calc(var(--header-h-compact) + clamp(48px, 7vw, 96px)) 0 clamp(36px, 5vw, 60px); border-bottom: 1px solid var(--line); background: radial-gradient(60% 120% at 85% 0%, rgba(214, 51, 42, 0.14), transparent 60%); }
.page-hero-inner { display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between; gap: 24px; }

/* ------------------------------------------------------------- menu page */
.menu-tools { position: sticky; top: var(--header-h-compact); z-index: 30; background: rgba(13, 11, 10, 0.94); border-bottom: 1px solid var(--line); }
@supports (backdrop-filter: blur(1px)) { .menu-tools { background: rgba(13, 11, 10, 0.8); backdrop-filter: blur(14px); } }
.menu-tools-inner { display: flex; align-items: center; gap: 20px; padding-block: 12px; }
.search { position: relative; flex: 0 1 400px; }
.search input { width: 100%; height: 50px; padding: 0 46px; border-radius: 999px; border: 1.5px solid var(--line-2); background: var(--surface); color: var(--text); font-size: 1rem; }
.search input::placeholder { color: #8d8278; }
.search input:focus { outline: none; border-color: var(--gold); box-shadow: 0 0 0 3px rgba(242, 184, 75, 0.2); }
.search input::-webkit-search-cancel-button { display: none; }
.search-icon { position: absolute; inset-inline-start: 17px; top: 50%; transform: translateY(-50%); width: 18px; height: 18px; color: var(--muted); pointer-events: none; }
.search-clear { position: absolute; inset-inline-end: 5px; top: 50%; transform: translateY(-50%); width: 40px; height: 40px; border-radius: 50%; border: 0; background: transparent; display: grid; place-items: center; color: var(--muted); }
.search-clear:hover { color: var(--text); background: var(--surface-2); }
.chips { flex: 1; min-width: 0; }
.chips ul { display: flex; gap: 8px; overflow-x: auto; scrollbar-width: none; padding-block: 2px; }
.chips ul::-webkit-scrollbar { display: none; }
.chips a { display: inline-flex; align-items: center; min-height: 44px; padding: 0 18px; border-radius: 999px; border: 1.5px solid var(--line-2); white-space: nowrap; text-decoration: none; font-family: var(--f-head); font-weight: 700; font-size: 0.92rem; color: var(--muted); transition: all 0.2s; }
.chips a:hover { color: var(--text); border-color: var(--text); }
.chips a.is-active { background: var(--gold); border-color: var(--gold); color: #1a1208; }
@media (min-width: 1100px) { .chips { display: none; } }
@media (max-width: 700px) { .menu-tools-inner { flex-direction: column; align-items: stretch; gap: 10px; padding-block: 10px; } .search { flex: none; } }
.menu-layout { display: grid; gap: 48px; padding-block: clamp(32px, 5vw, 72px) var(--section); }
@media (min-width: 1100px) { .menu-layout { grid-template-columns: 250px 1fr; gap: 72px; } }
.menu-side { display: none; }
@media (min-width: 1100px) {
  .menu-side { display: block; position: sticky; top: calc(var(--header-h-compact) + 100px); align-self: start; max-height: calc(100vh - var(--header-h-compact) - 130px); overflow-y: auto; scrollbar-width: thin; }
  .menu-side nav > ul > li { margin-bottom: 12px; }
  .menu-side nav > ul > li > a { display: flex; align-items: center; min-height: 44px; padding-inline-start: 14px; border-inline-start: 2px solid var(--line); font-family: var(--f-head); font-weight: 700; text-decoration: none; }
  .menu-side nav > ul > li > a.is-active { border-color: var(--gold); color: var(--gold); }
  .menu-side li ul a { display: block; padding-block: 4px; padding-inline-start: 16px; font-size: 0.9rem; color: var(--muted); text-decoration: none; }
  .menu-side li ul a:hover { color: var(--text); }
  .menu-side .btn { margin-top: 18px; }
}
.menu-group { scroll-margin-top: calc(var(--header-h-compact) + 90px); }
.menu-group + .menu-group { margin-top: clamp(56px, 7vw, 96px); }
.mg-head { padding-bottom: 18px; border-bottom: 2px solid var(--gold); margin-bottom: 4px; }
.mg-title { font-size: clamp(2rem, 1.5rem + 2vw, 3.1rem); }
html[lang='ar'] .mg-title { line-height: 1.35; }
.mg-note { margin-top: 10px; color: var(--muted); }
.menu-section { display: grid; gap: 0 48px; padding-top: 36px; scroll-margin-top: calc(var(--header-h-compact) + 90px); }
.menu-section.has-media { grid-template-columns: 1fr 220px; }
.ms-head { grid-column: 1 / -1; margin-bottom: 6px; }
.ms-family { font-size: 0.74rem; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: #ff6b5f; margin-bottom: 4px; }
html[lang='ar'] .ms-family { letter-spacing: 0; font-size: 0.9rem; }
.ms-title { font-size: 1.6rem; font-weight: 700; letter-spacing: -0.02em; }
.ms-note { margin-top: 6px; color: var(--muted); font-size: 0.93rem; }
.ms-media { grid-column: 2; grid-row: 2 / span 2; margin: 8px 0 0; overflow: hidden; border-radius: var(--radius); aspect-ratio: 4 / 5; background: var(--surface); align-self: start; position: sticky; top: calc(var(--header-h-compact) + 100px); }
.ms-media picture, .ms-media img { width: 100%; height: 100%; object-fit: cover; }
.menu-section .menu-list { grid-column: 1; }
.menu-section--compact .menu-list { grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); column-gap: 40px; }
.menu-section--compact .menu-item { padding-block: 12px; }
.menu-item.is-hidden, .menu-section.is-hidden, .menu-group.is-hidden { display: none; }
@media (max-width: 700px) {
  .menu-section.has-media { grid-template-columns: 1fr 88px; gap: 0 16px; }
  .menu-section.has-media .ms-head { grid-column: 1; grid-row: 1; align-self: center; }
  .ms-media { grid-column: 2; grid-row: 1; position: relative; top: auto; margin: 0; aspect-ratio: 1; border-radius: var(--radius-sm); }
  .ms-media .steam { display: none; }
  .menu-section.has-media .menu-list { grid-column: 1 / -1; }
}
.no-results { padding: 48px 0; text-align: center; display: grid; justify-items: center; gap: 14px; }
.menu-notes { margin-top: 64px; padding-top: 28px; border-top: 1px solid var(--line); color: var(--muted); font-size: 0.92rem; display: grid; gap: 8px; }
.menu-notes a { color: var(--gold); }
.menu-notes-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 16px; margin-top: 12px; }

/* ------------------------------------------------------------------ prose */
.prose { max-width: 760px; padding-block: clamp(40px, 6vw, 80px) var(--section); }
.prose h2 { font-size: 1.45rem; margin-top: 36px; margin-bottom: 10px; letter-spacing: -0.01em; }
.prose p { color: var(--muted); }

/* ------------------------------------------------------------ reveal fx */
html.js .reveal { opacity: 0; transform: translateY(22px); transition: opacity 0.9s var(--ease), transform 0.9s var(--ease); }
html.js .reveal.is-in { opacity: 1; transform: none; }
.cards .card:nth-child(2) { transition-delay: 0.06s; }
.cards .card:nth-child(3) { transition-delay: 0.12s; }
.cards .card:nth-child(4) { transition-delay: 0.18s; }

/* -------------------------------------------------------- reduced motion */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.001ms !important; animation-iteration-count: 1 !important; transition-duration: 0.001ms !important; transition-delay: 0s !important; }
  html.js .reveal { opacity: 1; transform: none; }
  .steam, .hero-glow { display: none; }
  .breathe img, .hero-slide img, .hero-slide video { animation: none !important; transform: none !important; }
}

/* ------------------------------------------------------------------ print */
@media print {
  @page { margin: 14mm; }
  html, body { background: #fff; color: #000; padding: 0; font-size: 10.5pt; }
  .site-header, .menu-tools, .menu-side, .site-footer, .wa-float, .action-bar, .skip-link, .menu-notes-actions, .ms-media, .no-results, bist-intro { display: none !important; }
  .page-hero { background: none; padding: 0 0 8mm; border: 0; }
  .page-hero .lead, .page-hero .eyebrow, .accent { color: #333; }
  .menu-layout { display: block; padding: 0; }
  .menu-section, .menu-section.has-media { display: block; break-inside: avoid-page; padding-top: 5mm; }
  .menu-list { display: block; columns: 2; column-gap: 10mm; }
  .menu-item { break-inside: avoid; padding-block: 1.6mm; border-color: #ddd; }
  .mi-price { color: #000; }
  .mi-desc, .mi-orig, .mg-note, .ms-note { color: #444; }
  .mg-head { border-color: #000; }
  .menu-item.is-hidden, .menu-section.is-hidden, .menu-group.is-hidden { display: block !important; }
}
