/* =========================================================
   LUUMA — Demo stylesheet
   Modern Mediterranean cafe aesthetic
   Palette: cream #faf6f0, charcoal #2d2d2d, warm #d4a373
   ========================================================= */

:root {
  --cream: #faf6f0;
  --cream-2: #f3ebde;
  --cream-3: #ece1ce;
  --charcoal: #2d2d2d;
  --charcoal-2: #1d1d1d;
  --ink: #3a3a3a;
  --muted: #6f6a60;
  --line: #e2d9c8;
  --accent: #d4a373;
  --accent-2: #b78256;
  --gold: #c79a4a;
  --maxw: 1180px;
  --gutter: 1.25rem;
  --radius: 14px;
  --radius-sm: 8px;
  --shadow-1: 0 1px 2px rgba(0,0,0,.04), 0 4px 18px rgba(45,45,45,.05);
  --shadow-2: 0 6px 30px rgba(45,45,45,.12);
  --ease: cubic-bezier(.2,.7,.2,1);
}

/* Reset */
*,*::before,*::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body { margin: 0; }
img, picture, svg, video { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; }
ul { list-style: none; padding: 0; margin: 0; }
h1, h2, h3, h4, h5, h6, p { margin: 0; }

/* Base */
body {
  font-family: 'Inter', 'Cairo', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: var(--ink);
  background: var(--cream);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body[data-lang="ar"] {
  font-family: 'Cairo', 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

h1, h2, h3, h4 {
  font-family: 'Playfair Display', 'Cairo', serif;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: var(--charcoal);
  line-height: 1.15;
}
body[data-lang="ar"] h1,
body[data-lang="ar"] h2,
body[data-lang="ar"] h3,
body[data-lang="ar"] h4 {
  font-family: 'Cairo', 'Playfair Display', serif;
  letter-spacing: 0;
}

.container {
  width: 100%;
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 var(--gutter);
}

.eyebrow {
  font-family: 'Inter','Cairo',sans-serif;
  text-transform: uppercase;
  letter-spacing: .22em;
  font-size: 12px;
  color: var(--accent-2);
  font-weight: 600;
  margin-bottom: .75rem;
}
.eyebrow--light { color: var(--accent); }

/* ===== Topbar ===== */
.topbar {
  background: var(--charcoal);
  color: #f3ebde;
  font-size: 13px;
  padding: .55rem 0;
}
.topbar a { color: #f3ebde; }
.topbar__inner {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  flex-wrap: wrap;
}
.topbar__item { display: inline-flex; align-items: center; gap: .45rem; }
.topbar__item--muted { color: #b9b0a0; margin-inline-start: auto; }
.topbar .icon { font-size: 14px; opacity: .85; }

/* Language toggle */
.lang-toggle {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 999px;
  padding: .15rem .55rem;
  margin-inline-start: 0;
}
body[dir="ltr"] .topbar__item--muted { margin-left: auto; }
body[dir="rtl"] .topbar__item--muted { margin-right: auto; }
body[dir="rtl"] .lang-toggle { margin-left: 0; }
.lang-btn {
  background: transparent;
  border: 0;
  color: #f3ebde;
  font-size: 12px;
  letter-spacing: .12em;
  padding: .15rem .45rem;
  border-radius: 999px;
  font-weight: 600;
  text-transform: uppercase;
}
.lang-btn.is-active { background: var(--accent); color: #1a1a1a; }
.lang-sep { color: rgba(255,255,255,.3); font-size: 12px; }

/* ===== Header ===== */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(250, 246, 240, 0.92);
  backdrop-filter: saturate(160%) blur(10px);
  -webkit-backdrop-filter: saturate(160%) blur(10px);
  border-bottom: 1px solid var(--line);
}
.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: .85rem var(--gutter);
}
.brand { display: inline-flex; align-items: center; gap: .75rem; }
.brand__mark {
  display: inline-grid;
  place-items: center;
  width: 38px; height: 38px;
  background: var(--charcoal);
  color: var(--cream);
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  font-size: 22px;
  border-radius: 10px;
  letter-spacing: 0;
}
.brand__text { display: flex; flex-direction: column; line-height: 1; }
.brand__name { font-family: 'Playfair Display', serif; font-weight: 700; font-size: 22px; color: var(--charcoal); letter-spacing: .04em; }
body[data-lang="ar"] .brand__name { font-family: 'Cairo', sans-serif; letter-spacing: 0; }
.brand__sub { font-size: 11px; color: var(--muted); letter-spacing: .2em; text-transform: uppercase; margin-top: 4px; }
body[data-lang="ar"] .brand__sub { letter-spacing: 0; text-transform: none; }

.site-nav {
  display: flex;
  align-items: center;
  gap: 1.75rem;
}
.site-nav a {
  font-size: 14px;
  font-weight: 500;
  color: var(--charcoal);
  position: relative;
  padding: .35rem 0;
}
.site-nav a::after {
  content: '';
  position: absolute;
  inset-inline: 0;
  bottom: -2px;
  height: 1px;
  background: var(--accent);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform .35s var(--ease);
}
.site-nav a:hover::after,
.site-nav a.is-current::after { transform: scaleX(1); }
.site-nav a.is-current { color: var(--charcoal); font-weight: 600; }

.nav-toggle {
  display: none;
  background: transparent;
  border: 1px solid var(--line);
  padding: .55rem .7rem;
  border-radius: 10px;
}
.nav-toggle span { display: block; width: 20px; height: 1.5px; background: var(--charcoal); margin: 4px 0; transition: transform .3s var(--ease); }

/* ===== Hero ===== */
.hero {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  color: var(--cream);
  padding: 5.5rem 0 5rem;
  min-height: 78vh;
  display: flex;
  align-items: center;
}
.hero__bg {
  position: absolute; inset: 0;
  background:
    radial-gradient(120% 80% at 80% 20%, rgba(212,163,115,.35), transparent 60%),
    radial-gradient(120% 80% at 20% 90%, rgba(199,154,74,.22), transparent 60%),
    linear-gradient(160deg, #1f1c18 0%, #2a2521 50%, #3a2f25 100%);
  z-index: -2;
}
.hero__pattern {
  position: absolute; inset: 0;
  background-image:
    radial-gradient(circle at 25% 30%, rgba(255,255,255,.05) 0 1px, transparent 1px),
    radial-gradient(circle at 75% 65%, rgba(255,255,255,.04) 0 1px, transparent 1px);
  background-size: 22px 22px, 28px 28px;
  opacity: .55;
  z-index: -2;
}
.hero__overlay {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,.05) 0%, rgba(0,0,0,.45) 100%);
  z-index: -1;
}
.hero__inner { width: 100%; }
.hero__eyebrow {
  text-transform: uppercase;
  letter-spacing: .3em;
  font-size: 12px;
  color: var(--accent);
  font-weight: 600;
  margin-bottom: 1.25rem;
}
.hero__title {
  font-size: clamp(2.4rem, 6vw, 4.6rem);
  line-height: 1.05;
  max-width: 18ch;
  color: #fff5e6;
  margin-bottom: 1.25rem;
  font-weight: 500;
}
.hero__lede {
  font-size: clamp(1rem, 1.5vw, 1.15rem);
  color: rgba(255,245,230,.82);
  max-width: 56ch;
  margin-bottom: 2rem;
}
.hero__cta { display: flex; flex-wrap: wrap; gap: .75rem; margin-bottom: 3rem; }
.hero__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 2.5rem;
  border-top: 1px solid rgba(255,245,230,.18);
  padding-top: 1.5rem;
}
.hero__meta li { display: flex; flex-direction: column; }
.meta-num {
  font-family: 'Playfair Display', serif;
  font-size: 2rem;
  color: #fff5e6;
  line-height: 1;
}
.meta-label { font-size: 12px; color: rgba(255,245,230,.65); letter-spacing: .18em; text-transform: uppercase; margin-top: .35rem; }
body[data-lang="ar"] .meta-label { letter-spacing: 0; text-transform: none; font-size: 13px; }

.hero__scroll {
  position: absolute;
  bottom: 1.5rem;
  inset-inline-start: 50%;
  transform: translateX(-50%);
  display: flex; flex-direction: column; align-items: center; gap: .5rem;
  color: rgba(255,245,230,.55);
  font-size: 11px; letter-spacing: .3em; text-transform: uppercase;
}
.hero__scroll .line { width: 1px; height: 32px; background: linear-gradient(180deg, rgba(255,245,230,.6), transparent); }

/* ===== Buttons ===== */
.btn {
  display: inline-flex; align-items: center; gap: .5rem;
  padding: .85rem 1.4rem;
  border-radius: 999px;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: .04em;
  border: 1px solid transparent;
  transition: all .25s var(--ease);
  white-space: nowrap;
}
.btn--primary { background: var(--accent); color: #1a1a1a; }
.btn--primary:hover { background: var(--accent-2); color: #fff; transform: translateY(-1px); }
.btn--ghost { background: transparent; border-color: rgba(255,245,230,.5); color: #fff5e6; }
.btn--ghost:hover { background: rgba(255,245,230,.1); }
.btn--outline { background: transparent; border-color: var(--charcoal); color: var(--charcoal); }
.btn--outline:hover { background: var(--charcoal); color: var(--cream); }
.btn--lg { padding: 1rem 1.75rem; font-size: 15px; }

.link-arrow {
  display: inline-flex; align-items: center; gap: .5rem;
  font-size: 14px; font-weight: 600;
  color: var(--charcoal);
  border-bottom: 1px solid var(--charcoal);
  padding-bottom: 2px;
  transition: gap .25s var(--ease);
}
.link-arrow:hover { gap: .9rem; }

/* ===== Section ===== */
.section { padding: 5rem 0; }
.section--cream { background: var(--cream-2); }
.section--charcoal { background: var(--charcoal); color: #f3ebde; }
.section--charcoal h2, .section--charcoal h3, .section--charcoal h4 { color: #fff5e6; }
.section--cta {
  background: linear-gradient(135deg, #d4a373 0%, #b78256 100%);
  color: #1a1a1a;
}
.section--cta h2 { color: #1a1a1a; }

.section__head { max-width: 720px; margin: 0 auto 3rem; text-align: center; }
.section__head--row { text-align: left; max-width: none; display: flex; justify-content: space-between; align-items: end; gap: 2rem; flex-wrap: wrap; }
.section__head--light .section__title { color: #fff5e6; }
.section__title {
  font-size: clamp(1.8rem, 3.5vw, 2.6rem);
  line-height: 1.15;
  margin-bottom: .75rem;
}
.section__lede { color: var(--muted); font-size: 1.05rem; }
.section__lede--light { color: rgba(255,245,230,.7); }

/* ===== Cards (highlights) ===== */
.cards {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}
.card {
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 2.25rem 1.75rem;
  position: relative;
  transition: transform .3s var(--ease), box-shadow .3s var(--ease);
}
.card:hover { transform: translateY(-3px); box-shadow: var(--shadow-2); }
.card__num {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  color: var(--accent);
  font-size: 1.1rem;
  display: inline-block;
  margin-bottom: 1rem;
}
.card h3 { font-size: 1.4rem; margin-bottom: .65rem; }
.card p { color: var(--muted); font-size: .98rem; }

/* ===== Dishes (featured strip) ===== */
.dishes {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.5rem;
}
.dish {
  background: var(--cream);
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--line);
  transition: transform .3s var(--ease), box-shadow .3s var(--ease);
}
.dish:hover { transform: translateY(-3px); box-shadow: var(--shadow-2); }
.dish__media {
  aspect-ratio: 4/3;
  position: relative;
  background: var(--cream-3);
  overflow: hidden;
}
.dish__watermark {
  position: absolute;
  inset-inline-end: .75rem;
  bottom: .75rem;
  background: rgba(45,45,45,.7);
  color: #f3ebde;
  font-size: 10px;
  letter-spacing: .15em;
  text-transform: uppercase;
  padding: .3rem .55rem;
  border-radius: 4px;
  backdrop-filter: blur(4px);
}
body[data-lang="ar"] .dish__watermark { letter-spacing: 0; }
.dish__body { padding: 1.25rem 1.25rem 1.5rem; }
.tag {
  display: inline-block;
  font-size: 11px;
  letter-spacing: .15em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--accent-2);
  border: 1px solid var(--accent);
  padding: .25rem .55rem;
  border-radius: 999px;
  margin-bottom: .75rem;
}
body[data-lang="ar"] .tag { letter-spacing: 0; }
.tag--gold { color: var(--gold); border-color: var(--gold); background: rgba(199,154,74,.08); }
.dish h3 { font-size: 1.3rem; margin-bottom: .35rem; }
.dish p { color: var(--muted); font-size: .95rem; }

/* CSS-illustrated media backgrounds (no external photos) */
.dish__media--oriental,
.gallery__media--oriental,
.menu__media--oriental {
  background:
    radial-gradient(circle at 20% 30%, #b78256 0 8px, transparent 9px),
    radial-gradient(circle at 30% 25%, #c79a4a 0 6px, transparent 7px),
    radial-gradient(circle at 70% 40%, #a06a3e 0 10px, transparent 11px),
    radial-gradient(circle at 80% 30%, #d4a373 0 7px, transparent 8px),
    radial-gradient(ellipse at 50% 80%, rgba(255,255,255,.6) 0 30px, transparent 31px),
    linear-gradient(135deg, #f3ebde 0%, #ece1ce 100%);
}
.dish__media--feteer,
.gallery__media--feteer,
.menu__media--feteer {
  background:
    repeating-linear-gradient(45deg, rgba(180,130,80,.2) 0 2px, transparent 2px 8px),
    repeating-linear-gradient(-45deg, rgba(180,130,80,.15) 0 2px, transparent 2px 8px),
    radial-gradient(ellipse at center, #e6c79a 0 60%, #b78256 100%);
}
.dish__media--juice,
.gallery__media--juice,
.menu__media--juice {
  background:
    radial-gradient(ellipse at 30% 60%, #f3a85b 0 14px, transparent 15px),
    radial-gradient(ellipse at 65% 40%, #e57b3a 0 12px, transparent 13px),
    radial-gradient(ellipse at 50% 70%, #f6c779 0 10px, transparent 11px),
    linear-gradient(180deg, #fef3e0 0%, #f6c779 100%);
}
.gallery__media--exterior,
.menu__media--mains {
  background:
    linear-gradient(180deg, rgba(45,45,45,.55) 0%, transparent 40%),
    linear-gradient(180deg, #2d2d2d 0%, #5a4a3a 50%, #d4a373 100%);
  position: relative;
}
.gallery__media--exterior::before {
  content: '';
  position: absolute; inset: 0;
  background:
    linear-gradient(90deg, transparent 30%, rgba(255,245,230,.3) 30% 32%, transparent 32% 60%, rgba(255,245,230,.2) 60% 62%, transparent 62%),
    linear-gradient(0deg, transparent 60%, rgba(0,0,0,.4) 100%);
}
.gallery__media--interior {
  background:
    radial-gradient(ellipse at 30% 30%, rgba(255,245,230,.4) 0 25%, transparent 26%),
    linear-gradient(180deg, #4a3a2a 0%, #2d2d2d 100%);
  position: relative;
}
.gallery__media--interior::after {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(ellipse at 50% 90%, rgba(212,163,115,.3) 0 30%, transparent 31%);
}
.gallery__media--nile,
.menu__media--catering {
  background:
    linear-gradient(180deg, #cfd9c8 0%, #a8b8a0 40%, #6b8a73 100%);
  position: relative;
}
.gallery__media--nile::after {
  content: '';
  position: absolute; inset: 0;
  background:
    linear-gradient(90deg, transparent 0%, rgba(255,255,255,.15) 50%, transparent 100%),
    linear-gradient(0deg, transparent 70%, rgba(45,45,45,.3) 100%);
}
.gallery__media--coffee {
  background:
    radial-gradient(ellipse at 50% 40%, #6b4a2a 0 30%, #3d2a18 60%, #2a1f15 100%);
  position: relative;
}
.gallery__media--coffee::after {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(ellipse at 50% 50%, transparent 30%, rgba(0,0,0,.4) 100%);
}
.gallery__media--seating {
  background:
    repeating-linear-gradient(90deg, rgba(45,45,45,.08) 0 2px, transparent 2px 30px),
    linear-gradient(180deg, #d4a373 0%, #b78256 100%);
}
.gallery__media--counter {
  background:
    linear-gradient(180deg, #2d2d2d 0%, #1d1d1d 100%);
  position: relative;
}
.gallery__media--counter::after {
  content: '';
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse at 20% 70%, rgba(212,163,115,.5) 0 8%, transparent 9%),
    radial-gradient(ellipse at 60% 60%, rgba(199,154,74,.4) 0 6%, transparent 7%),
    radial-gradient(ellipse at 85% 80%, rgba(212,163,115,.6) 0 10%, transparent 11%);
}

/* ===== Reviews ===== */
.reviews {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
}
.review {
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,245,230,.12);
  border-radius: var(--radius);
  padding: 2rem 1.75rem;
  margin: 0;
}
.review blockquote {
  font-family: 'Playfair Display', serif;
  font-size: 1.15rem;
  line-height: 1.5;
  color: #fff5e6;
  margin-bottom: 1.25rem;
}
body[data-lang="ar"] .review blockquote { font-family: 'Cairo', serif; }
.review__name { font-weight: 600; color: #fff5e6; display: block; }
.review__meta { display: flex; flex-direction: column; gap: .25rem; color: rgba(255,245,230,.55); font-size: 13px; }
.stars { color: var(--accent); letter-spacing: .15em; }

/* ===== CTA strip ===== */
.cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  flex-wrap: wrap;
}
.cta__text h2 { font-size: clamp(1.6rem, 3vw, 2.4rem); margin-bottom: .5rem; }
.cta__text p { max-width: 50ch; }
.cta__actions { display: flex; flex-wrap: wrap; gap: .75rem; }

/* ===== Page head ===== */
.page-head {
  padding: 4rem 0 3rem;
  text-align: center;
}
.page-head .eyebrow { color: var(--accent-2); }
.page-head h1 {
  font-size: clamp(2.2rem, 5vw, 3.6rem);
  max-width: 22ch;
  margin: 0 auto 1rem;
  line-height: 1.1;
}
.page-head__lede {
  max-width: 60ch;
  margin: 0 auto;
  color: var(--muted);
  font-size: 1.05rem;
}

/* ===== Menu page ===== */
.menu { display: flex; flex-direction: column; gap: 4rem; }
.menu__head { display: flex; align-items: baseline; gap: 1rem; margin-bottom: 1.5rem; }
.menu__num {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  color: var(--accent);
  font-size: 1.5rem;
}
.menu__head h2 { font-size: clamp(1.6rem, 3vw, 2.2rem); }
.menu__sub { color: var(--muted); font-size: 14px; letter-spacing: .12em; text-transform: uppercase; }
body[data-lang="ar"] .menu__sub { letter-spacing: 0; text-transform: none; font-size: 15px; }
.menu__list { display: flex; flex-direction: column; gap: 1.25rem; }
.menu__item {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 1.25rem;
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  transition: box-shadow .3s var(--ease);
}
.menu__item:hover { box-shadow: var(--shadow-2); }
.menu__media {
  background: var(--cream-3);
  position: relative;
  min-height: 120px;
}
.menu__body { padding: 1.25rem 1.5rem 1.5rem 0; display: flex; flex-direction: column; gap: .5rem; }
body[dir="rtl"] .menu__body { padding: 1.25rem 0 1.5rem 1.5rem; }
.menu__row { display: flex; justify-content: space-between; align-items: baseline; gap: 1rem; }
.menu__row h3 { font-size: 1.25rem; }
.menu__price {
  font-size: 12px;
  color: var(--muted);
  background: var(--cream-2);
  padding: .25rem .65rem;
  border-radius: 999px;
  white-space: nowrap;
}
.menu__body p { color: var(--muted); font-size: .95rem; }

/* ===== Gallery page ===== */
.gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 220px;
  gap: 1rem;
}
.gallery__item {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  margin: 0;
  background: var(--charcoal);
  color: #fff;
}
.gallery__item--tall { grid-row: span 2; }
.gallery__item--wide { grid-column: span 2; }
.gallery__tag {
  position: absolute;
  top: .75rem; inset-inline-start: .75rem;
  background: rgba(45,45,45,.7);
  color: #f3ebde;
  font-size: 10px;
  letter-spacing: .15em;
  text-transform: uppercase;
  padding: .25rem .5rem;
  border-radius: 4px;
  z-index: 1;
}
.gallery__item figcaption {
  position: absolute;
  inset-inline-start: 0; right: 0; bottom: 0;
  padding: 1rem 1.1rem;
  background: linear-gradient(0deg, rgba(0,0,0,.55) 0%, transparent 100%);
  color: #f3ebde;
  font-size: 14px;
  font-weight: 500;
}
.gallery__note {
  margin-top: 2rem;
  font-size: 14px;
  color: var(--muted);
  text-align: center;
  max-width: 60ch;
  margin-left: auto; margin-right: auto;
}

/* ===== Story (about) ===== */
.story {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 3rem;
  align-items: start;
}
.story__copy h2 { font-size: clamp(1.5rem, 2.5vw, 2rem); margin: 2rem 0 .75rem; }
.story__copy h2:first-child { margin-top: 0; }
.story__copy p { color: var(--ink); font-size: 1.02rem; margin-bottom: 1rem; }
.story__aside { position: sticky; top: 110px; display: flex; flex-direction: column; gap: 1.25rem; }
.story__card {
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.5rem 1.5rem;
}
.story__card h3 { font-size: 1.2rem; margin-bottom: 1rem; }
.story__card dl { display: flex; flex-direction: column; gap: .85rem; }
.story__card dl > div { display: flex; flex-direction: column; gap: .2rem; }
.story__card dt { font-size: 11px; color: var(--muted); text-transform: uppercase; letter-spacing: .18em; font-weight: 600; }
body[data-lang="ar"] .story__card dt { letter-spacing: 0; text-transform: none; font-size: 13px; }
.story__card dd { color: var(--charcoal); font-size: .95rem; margin: 0; }
.story__card--charcoal { background: var(--charcoal); color: #f3ebde; border-color: var(--charcoal); }
.story__card--charcoal h3 { color: #fff5e6; }
.story__quote { color: #fff5e6; font-family: 'Playfair Display', serif; font-size: 1rem; margin: .35rem 0; line-height: 1.5; }
body[data-lang="ar"] .story__quote { font-family: 'Cairo', serif; }
.story__cite { color: rgba(255,245,230,.6); font-size: 12px; margin-top: .5rem; }

/* ===== Callout (bottom of pages) ===== */
.callout {
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 2rem;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 1.25rem;
}
.callout--row { flex-direction: row; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 1.5rem; }
.callout p { color: var(--ink); max-width: 60ch; }
.callout h2 { font-size: 1.5rem; margin-bottom: .35rem; }

/* ===== Contact page ===== */
.contact {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 2rem;
  align-items: start;
}
.contact__info { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.contact__card {
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.5rem;
}
.contact__card h3 { font-size: 1.1rem; margin-bottom: .65rem; }
.contact__card p { font-size: .95rem; }
.contact__map {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  min-height: 420px;
  border: 1px solid var(--line);
  background: var(--cream-3);
}
.contact__map iframe {
  width: 100%; height: 100%;
  border: 0; min-height: 420px;
  display: block;
}
.contact__map-overlay {
  position: absolute;
  inset-inline-end: 1rem;
  top: 1rem;
  z-index: 2;
}
.big-link {
  font-family: 'Playfair Display', serif;
  font-size: 1.6rem;
  color: var(--charcoal);
  font-weight: 600;
  display: inline-block;
  margin-bottom: .35rem;
}
.social a { color: var(--charcoal); border-bottom: 1px dotted var(--line); padding-bottom: 2px; }
.social a:hover { color: var(--accent-2); border-color: var(--accent-2); }
.social--block li { padding: .35rem 0; }

/* ===== Footer ===== */
.site-footer {
  background: var(--charcoal);
  color: #b9b0a0;
  padding: 3.5rem 0 1.5rem;
  margin-top: 0;
}
.site-footer__inner {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 2.5rem;
}
.site-footer__col h4 { color: #fff5e6; font-size: 14px; margin-bottom: .85rem; letter-spacing: .12em; text-transform: uppercase; }
body[data-lang="ar"] .site-footer__col h4 { letter-spacing: 0; text-transform: none; font-size: 16px; }
.site-footer__col p { font-size: 14px; line-height: 1.7; }
.site-footer__col .muted { color: #8a8275; font-size: 13px; line-height: 1.6; }
.site-footer .brand__name { color: #fff5e6; }
.site-footer .brand__sub { color: #8a8275; }
.site-footer .social a { color: #d4a373; }
.site-footer__bottom {
  margin-top: 2.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255,245,230,.08);
  text-align: center;
}

/* ===== i18n show/hide ===== */
/* data-en and data-ar are stored on the same .i18n element;
   script.js swaps textContent on language change. No display:none
   should hide these elements. */
body[data-lang="ar"] [data-en]:not(.i18n):not(.lang-btn) { display: none; }
body[data-lang="en"] [data-ar]:not(.i18n):not(.lang-btn) { display: none; }

/* ===== RTL overrides ===== */
body[dir="rtl"] { text-align: right; }
body[dir="rtl"] .meta-num,
body[dir="rtl"] .brand__name,
body[dir="rtl"] .meta-label { font-family: 'Cairo', serif; }
body[dir="rtl"] .hero__title { font-family: 'Cairo', serif; }
body[dir="rtl"] .section__title { font-family: 'Cairo', serif; }
body[dir="rtl"] h1, body[dir="rtl"] h2, body[dir="rtl"] h3, body[dir="rtl"] h4 { font-family: 'Cairo', serif; }

/* ===== Responsive ===== */
@media (max-width: 900px) {
  .site-nav { display: none; }
  .site-nav.is-open {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    position: absolute;
    top: 100%;
    inset-inline-start: 0;
    inset-inline-end: 0;
    background: var(--cream);
    border-bottom: 1px solid var(--line);
    padding: 1rem 1.25rem;
    gap: .85rem;
    box-shadow: var(--shadow-2);
  }
  .site-nav.is-open a { padding: .5rem 0; }
  .nav-toggle { display: inline-block; }
  .story { grid-template-columns: 1fr; }
  .story__aside { position: static; }
  .contact { grid-template-columns: 1fr; }
  .contact__map { min-height: 320px; }
  .site-footer__inner { grid-template-columns: 1fr; gap: 1.75rem; }
  .section__head--row { flex-direction: column; align-items: start; }
  .gallery { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 200px; }
  .gallery__item--wide { grid-column: span 2; }
}

@media (max-width: 640px) {
  .topbar__inner { gap: .85rem; }
  .topbar__item--muted { display: none; }
  .hero { padding: 4rem 0 3.5rem; min-height: 70vh; }
  .section { padding: 3.5rem 0; }
  .hero__meta { gap: 1.5rem; }
  .gallery { grid-template-columns: 1fr; }
  .gallery__item, .gallery__item--tall, .gallery__item--wide { grid-column: auto; grid-row: auto; min-height: 200px; }
  .menu__item { grid-template-columns: 1fr; }
  .menu__media { min-height: 160px; aspect-ratio: 16/9; }
  .menu__body { padding: 1.25rem 1.5rem 1.5rem; }
  body[dir="rtl"] .menu__body { padding: 1.25rem 1.5rem 1.5rem; }
  .contact__info { grid-template-columns: 1fr; }
  .callout, .callout--row { flex-direction: column; align-items: stretch; }
  .cta { flex-direction: column; align-items: stretch; }
  .cta__actions .btn { width: 100%; justify-content: center; }
  .page-head { padding: 3rem 0 2rem; }
}

@media (max-width: 380px) {
  :root { --gutter: 1rem; }
  .hero__title { font-size: 2.1rem; }
  .btn { padding: .75rem 1.1rem; font-size: 13px; }
  .btn--lg { padding: .85rem 1.25rem; font-size: 14px; }
}

/* Focus states */
:focus-visible { outline: 2px solid var(--accent); outline-offset: 2px; border-radius: 4px; }
button:focus-visible, a:focus-visible { outline-offset: 3px; }

/* Print friendly */
@media print {
  .topbar, .site-header, .nav-toggle, .lang-toggle, .site-footer, .cta, .callout { display: none !important; }
  body { background: white; color: black; }
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { transition: none !important; animation: none !important; }
}
