/* ============================================================
   MUNAF® — Design System
   Per Munaf Brand Identity v0.2 (April 2026)
   Primary: Dark Cerulean #0A4E80 · Deep Warm Red #8C2F2F
            Soft Charcoal #2E2E2E · Bone #E4D6C3
   Secondary: Olive #6E7F4F · Warm Clay #C0653D · Blue #0056AB
   Type: Bahnschrift / Acumin (Latin) · Hewal→Cairo fallback (Arabic)
   ============================================================ */

:root {
  --cerulean: #0A4E80;
  --cerulean-deep: #083D65;
  --cerulean-ink: #062F4F;
  --red: #8C2F2F;
  --charcoal: #2E2E2E;
  --bone: #E4D6C3;
  --bone-light: #F1E9DD;
  --bone-lighter: #F8F3EB;
  --olive: #6E7F4F;
  --clay: #C0653D;
  --blue-bright: #0056AB;
  --brass: #8D8D8D;
  --white: #FFFFFF;

  --font-main: "Cairo", "Bahnschrift", "Segoe UI", system-ui, sans-serif;
  --font-latin: "Bahnschrift", "Cairo", "Segoe UI", system-ui, sans-serif;

  --shadow-sm: 0 2px 8px rgba(6, 47, 79, .08);
  --shadow-md: 0 8px 30px rgba(6, 47, 79, .12);
  --shadow-lg: 0 20px 60px rgba(6, 47, 79, .18);
  --radius: 14px;
  --radius-lg: 26px;
  --ease: cubic-bezier(.22, .8, .3, 1);
  --header-h: 78px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}

body {
  margin: 0;
  font-family: var(--font-main);
  color: var(--charcoal);
  background: var(--bone-lighter);
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
body.en { font-family: var(--font-latin); }

img { max-width: 100%; display: block; }
a { color: var(--cerulean); text-decoration: none; }
h1, h2, h3, h4 { line-height: 1.3; color: var(--cerulean-ink); margin: 0 0 .5em; font-weight: 800; }
p { margin: 0 0 1em; }
::selection { background: var(--cerulean); color: var(--bone-light); }

/* ---------- Brand patterns (from identity: quatrefoil logo-pattern & craft tiles) ---------- */
.pattern-quatrefoil {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='96' height='96' viewBox='0 0 96 96'%3E%3Cg fill='none' stroke='%230A4E80' stroke-width='2.4' opacity='.55'%3E%3Ccircle cx='48' cy='24' r='15'/%3E%3Ccircle cx='24' cy='48' r='15'/%3E%3Ccircle cx='72' cy='48' r='15'/%3E%3Ccircle cx='48' cy='72' r='15'/%3E%3Cpath d='M48 9A15 15 0 0 1 63 24 15 15 0 0 1 48 39 15 15 0 0 1 33 24 15 15 0 0 1 48 9M40 40h16v16H40z'/%3E%3Ccircle cx='0' cy='0' r='15'/%3E%3Ccircle cx='96' cy='0' r='15'/%3E%3Ccircle cx='0' cy='96' r='15'/%3E%3Ccircle cx='96' cy='96' r='15'/%3E%3C/g%3E%3C/svg%3E");
}
.pattern-faint { position: relative; }
.pattern-faint::before {
  content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .05;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='96' height='96' viewBox='0 0 96 96'%3E%3Cg fill='none' stroke='%230A4E80' stroke-width='2.4'%3E%3Ccircle cx='48' cy='24' r='15'/%3E%3Ccircle cx='24' cy='48' r='15'/%3E%3Ccircle cx='72' cy='48' r='15'/%3E%3Ccircle cx='48' cy='72' r='15'/%3E%3Crect x='40' y='40' width='16' height='16'/%3E%3Ccircle cx='0' cy='0' r='15'/%3E%3Ccircle cx='96' cy='0' r='15'/%3E%3Ccircle cx='0' cy='96' r='15'/%3E%3Ccircle cx='96' cy='96' r='15'/%3E%3C/g%3E%3C/svg%3E");
}
.pattern-faint > * { position: relative; }
.pattern-faint-bone::before { filter: invert(92%) sepia(10%) saturate(300%); opacity: .07; }

/* craft tile strip (octagon-star mosaic homage) */
.tile-strip {
  height: 14px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='56' height='14' viewBox='0 0 56 14'%3E%3Crect width='56' height='14' fill='%230A4E80'/%3E%3Cpath d='M0 0l7 7-7 7zM14 7l7-7 7 7-7 7zM42 7l7-7 7 7-7 7z' fill='%23C0653D'/%3E%3Cpath d='M28 7l7-7 7 7-7 7zM56 0l-7 7 7 7z' fill='%23E4D6C3'/%3E%3Ccircle cx='10.5' cy='7' r='2' fill='%23E4D6C3'/%3E%3Ccircle cx='38.5' cy='7' r='2' fill='%236E7F4F'/%3E%3C/svg%3E");
  background-size: 56px 14px;
}

/* ---------- Layout primitives ---------- */
.container { max-width: 1200px; margin-inline: auto; padding-inline: clamp(16px, 4vw, 32px); }
.section { padding-block: clamp(56px, 9vw, 110px); }
.section-tight { padding-block: clamp(36px, 6vw, 70px); }
.grid { display: grid; gap: clamp(18px, 3vw, 34px); }
.grid-2 { grid-template-columns: repeat(auto-fit, minmax(min(340px, 100%), 1fr)); }
.grid-3 { grid-template-columns: repeat(auto-fit, minmax(min(280px, 100%), 1fr)); }
.grid-4 { grid-template-columns: repeat(auto-fit, minmax(min(230px, 100%), 1fr)); }

.eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  color: var(--clay); font-weight: 700; letter-spacing: .04em;
  font-size: .95rem; margin-bottom: 10px;
}
.eyebrow::before { content: ""; width: 34px; height: 2px; background: var(--clay); border-radius: 2px; }
.section-title { font-size: clamp(1.7rem, 3.6vw, 2.6rem); margin-bottom: .35em; }
.section-sub { color: #6b6257; max-width: 640px; font-size: 1.05rem; }
.center { text-align: center; }
.center .eyebrow::after { content: ""; width: 34px; height: 2px; background: var(--clay); border-radius: 2px; }
.center .section-sub { margin-inline: auto; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  padding: 13px 30px; border-radius: 999px; border: 2px solid transparent;
  font-family: inherit; font-size: 1rem; font-weight: 700; cursor: pointer;
  transition: transform .25s var(--ease), box-shadow .25s var(--ease), background .25s, color .25s, border-color .25s;
  will-change: transform;
}
.btn:active { transform: scale(.97); }
.btn-primary { background: var(--cerulean); color: #fff; box-shadow: var(--shadow-sm); }
.btn-primary:hover { background: var(--cerulean-deep); transform: translateY(-2px); box-shadow: var(--shadow-md); color: #fff; }
.btn-bone { background: var(--bone); color: var(--cerulean-ink); }
.btn-bone:hover { background: var(--bone-light); transform: translateY(-2px); box-shadow: var(--shadow-md); }
.btn-outline { border-color: var(--cerulean); color: var(--cerulean); background: transparent; }
.btn-outline:hover { background: var(--cerulean); color: #fff; transform: translateY(-2px); }
.btn-outline-bone { border-color: var(--bone); color: var(--bone); background: transparent; }
.btn-outline-bone:hover { background: var(--bone); color: var(--cerulean-ink); }
.btn-red { background: var(--red); color: #fff; }
.btn-red:hover { background: #7a2626; color: #fff; transform: translateY(-2px); }
.btn-sm { padding: 9px 20px; font-size: .92rem; }

/* ---------- Header ---------- */
.site-header {
  position: fixed; inset-inline: 0; top: 0; z-index: 100;
  transition: background .35s var(--ease), box-shadow .35s var(--ease), transform .35s var(--ease);
  background: transparent;
}
.site-header.scrolled { background: rgba(248, 243, 235, .92); backdrop-filter: blur(14px); box-shadow: var(--shadow-sm); }
.site-header.hidden-up { transform: translateY(-110%); }
.header-inner { display: flex; align-items: center; gap: 18px; height: var(--header-h); }
.logo-link { display: flex; align-items: center; gap: 12px; flex-shrink: 0; }
.logo-link img { height: 52px; width: auto; transition: filter .3s; }
.logo-link .logo-white { display: none; }
.header-on-dark:not(.scrolled) .logo-blue { display: none; }
.header-on-dark:not(.scrolled) .logo-white { display: block; }

.main-nav { display: flex; align-items: center; gap: 4px; margin-inline-start: auto; }
.main-nav a {
  padding: 9px 13px; border-radius: 10px; font-weight: 700; font-size: .98rem;
  color: var(--cerulean-ink); position: relative; transition: color .25s, background .25s;
}
.header-on-dark:not(.scrolled) .main-nav a { color: var(--bone-light); }
.main-nav a::after {
  content: ""; position: absolute; inset-inline: 13px; bottom: 4px; height: 2px;
  background: var(--clay); border-radius: 2px; transform: scaleX(0); transform-origin: center;
  transition: transform .3s var(--ease);
}
.main-nav a:hover::after, .main-nav a.active::after { transform: scaleX(1); }
.main-nav a.active { color: var(--clay); }
.header-cta { display: flex; align-items: center; gap: 10px; margin-inline-start: 8px; }
.lang-toggle {
  border: 2px solid currentColor; background: none; border-radius: 999px; cursor: pointer;
  font-family: inherit; font-weight: 800; font-size: .85rem; padding: 6px 14px;
  color: var(--cerulean-ink); transition: all .25s;
}
.header-on-dark:not(.scrolled) .lang-toggle { color: var(--bone-light); }
.lang-toggle:hover { background: var(--cerulean); color: #fff; border-color: var(--cerulean); }

.burger { display: none; background: none; border: 0; cursor: pointer; padding: 10px; margin-inline-start: auto; z-index: 102; }
.burger span { display: block; width: 26px; height: 3px; border-radius: 3px; background: var(--cerulean-ink); margin: 5px 0; transition: .3s var(--ease); }
.header-on-dark:not(.scrolled) .burger span { background: var(--bone-light); }
body.nav-open .burger span { background: var(--bone-light) !important; }
body.nav-open .burger span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
body.nav-open .burger span:nth-child(2) { opacity: 0; }
body.nav-open .burger span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

.scroll-progress { position: fixed; top: 0; inset-inline-start: 0; height: 3px; background: var(--clay); z-index: 101; width: 0; }

@media (max-width: 1020px) {
  .burger { display: block; }
  .main-nav {
    position: fixed; inset: 0; flex-direction: column; justify-content: center; gap: 6px;
    background: linear-gradient(160deg, var(--cerulean-ink), var(--cerulean));
    transform: translateY(-100%); opacity: 0; transition: transform .45s var(--ease), opacity .35s;
    z-index: 101;
  }
  body.nav-open .main-nav { transform: translateY(0); opacity: 1; }
  .main-nav a { color: var(--bone-light) !important; font-size: 1.35rem; padding: 10px 22px; }
  .header-cta { display: none; }
  .main-nav .nav-mobile-cta { display: inline-flex !important; margin-top: 18px; }
}
.nav-mobile-cta { display: none; }

/* ---------- Hero ---------- */
.hero {
  position: relative; min-height: min(92vh, 860px); display: grid; place-items: center;
  color: var(--bone-light); text-align: center; overflow: hidden;
  background: var(--cerulean-ink);
}
.hero-media { position: absolute; inset: 0; }
.hero-media img {
  width: 100%; height: 100%; object-fit: cover; opacity: .5;
  animation: kenburns 22s var(--ease) infinite alternate;
}
@keyframes kenburns { from { transform: scale(1); } to { transform: scale(1.12); } }
.hero-media::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(6,47,79,.55) 0%, rgba(6,47,79,.25) 45%, rgba(6,47,79,.82) 100%);
}
.hero-content { position: relative; z-index: 2; padding: 120px 20px 90px; max-width: 860px; }
.hero-logo { height: clamp(90px, 14vw, 150px); margin-inline: auto; margin-bottom: 26px; filter: drop-shadow(0 6px 30px rgba(0,0,0,.35)); }
.hero h1 { color: var(--bone-light); font-size: clamp(2.1rem, 6vw, 4rem); margin-bottom: .3em; text-shadow: 0 4px 30px rgba(0,0,0,.35); }
.hero .hero-tag { font-size: clamp(1.05rem, 2.4vw, 1.4rem); opacity: .92; margin-bottom: 34px; }
.hero-actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.hero-scroll {
  position: absolute; bottom: 26px; inset-inline-start: 50%; transform: translateX(-50%);
  z-index: 2; color: var(--bone-light); opacity: .8; font-size: .85rem; letter-spacing: .1em;
  animation: bob 2.2s ease-in-out infinite;
}
body:not(.en) .hero-scroll { transform: translateX(50%); }
@keyframes bob { 0%, 100% { translate: 0 0; } 50% { translate: 0 8px; } }

/* Page hero (inner pages) */
.page-hero {
  position: relative; padding: calc(var(--header-h) + clamp(46px, 8vw, 90px)) 0 clamp(46px, 7vw, 80px);
  background: linear-gradient(165deg, var(--cerulean-ink) 0%, var(--cerulean) 100%);
  color: var(--bone-light); overflow: hidden;
}
.page-hero h1 { color: var(--bone-light); font-size: clamp(1.9rem, 4.6vw, 3.2rem); }
.page-hero p { max-width: 640px; opacity: .88; font-size: 1.08rem; }
.breadcrumbs { display: flex; gap: 8px; flex-wrap: wrap; font-size: .88rem; opacity: .75; margin-bottom: 16px; }
.breadcrumbs a { color: var(--bone); }
.breadcrumbs span::before { content: "‹"; margin-inline-end: 8px; opacity: .6; }
body.en .breadcrumbs span::before { content: "›"; }

/* ---------- Cards ---------- */
.card {
  background: #fff; border-radius: var(--radius-lg); overflow: hidden;
  box-shadow: var(--shadow-sm); transition: transform .35s var(--ease), box-shadow .35s var(--ease);
}
.card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.card-img { position: relative; aspect-ratio: 4 / 3; overflow: hidden; background: var(--bone-light); }
.card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease); }
.card:hover .card-img img { transform: scale(1.07); }
.card-body { padding: 22px 24px 26px; }
.card-body h3 { font-size: 1.2rem; margin-bottom: 6px; }
.card-body p { color: #6b6257; font-size: .96rem; margin-bottom: 0; }

/* dish/menu card */
.dish-card { display: flex; flex-direction: column; }
.dish-card .card-body { display: flex; flex-direction: column; flex: 1; }
.dish-foot { margin-top: auto; padding-top: 14px; display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.price { font-weight: 800; color: var(--red); font-size: 1.15rem; white-space: nowrap; }
.price small { font-weight: 600; color: var(--brass); font-size: .72em; }
.badges { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 10px; }
.badge {
  font-size: .72rem; font-weight: 800; padding: 3px 11px; border-radius: 999px;
  background: var(--bone-light); color: var(--cerulean-ink); letter-spacing: .02em;
}
.badge-sig { background: var(--red); color: #fff; }
.badge-pop { background: var(--clay); color: #fff; }
.badge-veg { background: var(--olive); color: #fff; }
.badge-seasonal { background: var(--cerulean); color: #fff; }
.badge-chef { background: var(--cerulean-ink); color: var(--bone); }
.spice { color: var(--red); letter-spacing: 2px; font-size: .85rem; }

.no-photo {
  display: grid; place-items: center; height: 100%;
  background: var(--bone-light);
}
.no-photo img { width: 42%; max-width: 130px; opacity: .16; height: auto; }

/* ---------- Menu page ---------- */
.menu-toolbar {
  position: sticky; top: var(--header-h); z-index: 40;
  background: rgba(248,243,235,.94); backdrop-filter: blur(12px);
  padding: 14px 0; border-bottom: 1px solid rgba(10,78,128,.1);
}
.menu-toolbar-inner { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; }
.cat-pills { display: flex; gap: 8px; overflow-x: auto; padding-bottom: 4px; scrollbar-width: none; flex: 1; }
.cat-pills::-webkit-scrollbar { display: none; }
.pill {
  flex-shrink: 0; padding: 8px 20px; border-radius: 999px; border: 2px solid rgba(10,78,128,.25);
  background: #fff; color: var(--cerulean-ink); font-family: inherit; font-weight: 700; font-size: .95rem;
  cursor: pointer; transition: all .25s;
}
.pill:hover { border-color: var(--cerulean); }
.pill.active { background: var(--cerulean); border-color: var(--cerulean); color: #fff; }
.menu-search {
  display: flex; align-items: center; gap: 8px; background: #fff; border: 2px solid rgba(10,78,128,.25);
  border-radius: 999px; padding: 7px 18px; min-width: 210px;
}
.menu-search input { border: 0; outline: 0; background: none; font-family: inherit; font-size: .95rem; width: 100%; color: var(--charcoal); }
.filter-checks { display: flex; gap: 14px; flex-wrap: wrap; font-size: .88rem; font-weight: 700; color: var(--cerulean-ink); }
.filter-checks label { display: flex; align-items: center; gap: 6px; cursor: pointer; }
.filter-checks input { accent-color: var(--olive); width: 16px; height: 16px; }

.menu-cat-head { display: flex; align-items: center; gap: 16px; margin: clamp(36px, 6vw, 60px) 0 22px; }
.menu-cat-head h2 { margin: 0; font-size: clamp(1.4rem, 3vw, 2rem); }
.menu-cat-head .rule { flex: 1; height: 2px; background: linear-gradient(to var(--flow-end, left), var(--clay), transparent); border-radius: 2px; }
.menu-cat-head .cat-count { color: var(--brass); font-weight: 700; font-size: .9rem; }

/* ---------- Testimonials ---------- */
.testimonial {
  background: #fff; border-radius: var(--radius-lg); padding: 30px 28px;
  box-shadow: var(--shadow-sm); position: relative;
}
.testimonial::before {
  content: "”"; position: absolute; top: 6px; inset-inline-start: 22px;
  font-size: 4.6rem; line-height: 1; color: var(--bone); font-family: Georgia, serif;
}
.testimonial p { position: relative; font-size: 1.02rem; margin: 18px 0 16px; }
.testimonial .stars { color: var(--clay); letter-spacing: 3px; }
.testimonial .t-name { font-weight: 800; color: var(--cerulean); font-size: .95rem; }

/* ---------- Gallery ---------- */
.gallery-grid { columns: 3 300px; column-gap: 18px; }
.gallery-item {
  break-inside: avoid; margin-bottom: 18px; border-radius: var(--radius); overflow: hidden;
  position: relative; cursor: zoom-in; box-shadow: var(--shadow-sm);
}
.gallery-item img { transition: transform .5s var(--ease); width: 100%; }
.gallery-item:hover img { transform: scale(1.05); }
.gallery-item .cap {
  position: absolute; inset-inline: 0; bottom: 0; padding: 34px 16px 12px;
  background: linear-gradient(transparent, rgba(6,47,79,.85));
  color: var(--bone-light); font-size: .9rem; font-weight: 700;
  opacity: 0; transform: translateY(8px); transition: all .35s var(--ease);
}
.gallery-item:hover .cap { opacity: 1; transform: none; }
.lightbox {
  position: fixed; inset: 0; z-index: 200; display: none; place-items: center;
  background: rgba(6,47,79,.92); padding: 4vmin; backdrop-filter: blur(6px);
}
.lightbox.open { display: grid; }
.lightbox img { max-width: 92vw; max-height: 82vh; border-radius: var(--radius); box-shadow: var(--shadow-lg); }
.lightbox .lb-cap { color: var(--bone-light); text-align: center; margin-top: 14px; font-weight: 700; }
.lightbox button {
  position: absolute; top: 20px; inset-inline-end: 24px; background: none; border: 0;
  color: var(--bone-light); font-size: 2.2rem; cursor: pointer; line-height: 1;
}

/* ---------- Forms ---------- */
.form-card { background: #fff; border-radius: var(--radius-lg); padding: clamp(24px, 4vw, 44px); box-shadow: var(--shadow-md); }
.form-grid { display: grid; gap: 16px; grid-template-columns: repeat(auto-fit, minmax(min(240px, 100%), 1fr)); }
.field { display: flex; flex-direction: column; gap: 7px; }
.field.full { grid-column: 1 / -1; }
.field label { font-weight: 800; font-size: .92rem; color: var(--cerulean-ink); }
.field input, .field select, .field textarea {
  font-family: inherit; font-size: 1rem; color: var(--charcoal);
  padding: 12px 16px; border-radius: 12px; border: 2px solid rgba(10,78,128,.18);
  background: var(--bone-lighter); outline: none; transition: border-color .25s, box-shadow .25s;
  width: 100%;
}
.field input:focus, .field select:focus, .field textarea:focus {
  border-color: var(--cerulean); box-shadow: 0 0 0 4px rgba(10,78,128,.12); background: #fff;
}
.field textarea { min-height: 120px; resize: vertical; }
.form-note { font-size: .85rem; color: var(--brass); }
.form-success {
  display: none; text-align: center; padding: 40px 20px;
}
.form-success.show { display: block; }
.form-success .big { font-size: 3rem; margin-bottom: 10px; }

/* choice chips (occasions, time slots, guests) */
.chips { display: flex; flex-wrap: wrap; gap: 10px; }
.chip {
  padding: 10px 20px; border-radius: 999px; border: 2px solid rgba(10,78,128,.22);
  background: #fff; font-family: inherit; font-weight: 700; font-size: .95rem; cursor: pointer;
  color: var(--cerulean-ink); transition: all .22s;
}
.chip:hover { border-color: var(--cerulean); transform: translateY(-1px); }
.chip.active { background: var(--cerulean); color: #fff; border-color: var(--cerulean); }
.chip:disabled { opacity: .35; cursor: not-allowed; transform: none; }

/* reservation steps */
.steps { display: flex; gap: 0; margin-bottom: 34px; counter-reset: step; }
.step-ind { flex: 1; text-align: center; position: relative; font-size: .82rem; font-weight: 800; color: var(--brass); }
.step-ind::before {
  counter-increment: step; content: counter(step);
  display: grid; place-items: center; width: 38px; height: 38px; margin: 0 auto 8px;
  border-radius: 50%; background: var(--bone-light); color: var(--brass);
  font-size: 1rem; border: 2px solid transparent; transition: all .3s;
}
.step-ind.active { color: var(--cerulean); }
.step-ind.active::before { background: var(--cerulean); color: #fff; }
.step-ind.done::before { background: var(--olive); color: #fff; content: "✓"; }
.step-ind:not(:last-child)::after {
  content: ""; position: absolute; top: 19px; inset-inline-start: calc(50% + 26px);
  width: calc(100% - 52px); height: 2px; background: var(--bone);
}
.res-step { display: none; }
.res-step.active { display: block; animation: fadeUp .4s var(--ease); }

/* ---------- FAQ accordion ---------- */
.faq-item { background: #fff; border-radius: var(--radius); margin-bottom: 12px; box-shadow: var(--shadow-sm); overflow: hidden; }
.faq-q {
  width: 100%; text-align: start; background: none; border: 0; cursor: pointer;
  font-family: inherit; font-size: 1.05rem; font-weight: 800; color: var(--cerulean-ink);
  padding: 18px 22px; display: flex; justify-content: space-between; align-items: center; gap: 14px;
}
.faq-q .ind { flex-shrink: 0; width: 28px; height: 28px; border-radius: 50%; display: grid; place-items: center; background: var(--bone-light); color: var(--cerulean); transition: transform .3s var(--ease), background .3s; }
.faq-item.open .ind { transform: rotate(45deg); background: var(--cerulean); color: #fff; }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .4s var(--ease); }
.faq-a-inner { padding: 0 22px 20px; color: #5f574c; }

/* ---------- Timeline ---------- */
.timeline { position: relative; padding-inline-start: 30px; }
.timeline::before { content: ""; position: absolute; inset-block: 6px; inset-inline-start: 8px; width: 3px; border-radius: 3px; background: linear-gradient(var(--clay), var(--cerulean)); }
.tl-item { position: relative; padding-bottom: 30px; }
.tl-item::before {
  content: ""; position: absolute; inset-inline-start: -28px; top: 8px;
  width: 15px; height: 15px; border-radius: 50%; background: var(--clay);
  border: 3px solid var(--bone-lighter); box-shadow: 0 0 0 2px var(--clay);
}
.tl-item .tl-year { font-weight: 800; color: var(--clay); font-size: 1.2rem; }

/* ---------- Footer ---------- */
.site-footer { background: var(--cerulean-ink); color: rgba(228,214,195,.85); margin-top: 0; }
.footer-main { display: grid; gap: 40px; grid-template-columns: repeat(auto-fit, minmax(min(230px, 100%), 1fr)); padding-block: clamp(44px, 7vw, 76px); }
.site-footer h4 { color: var(--bone-light); font-size: 1.06rem; margin-bottom: 16px; }
.site-footer a { color: rgba(228,214,195,.85); transition: color .2s; display: inline-block; padding: 3px 0; }
.site-footer a:hover { color: #fff; }
.footer-logo { height: 74px; width: auto; margin-bottom: 14px; }
.footer-bottom { border-top: 1px solid rgba(228,214,195,.15); padding: 20px 0; font-size: .85rem; display: flex; flex-wrap: wrap; gap: 12px; justify-content: space-between; align-items: center; }
.social-row { display: flex; gap: 10px; }
.social-row a {
  width: 40px; height: 40px; border-radius: 50%; display: grid; place-items: center;
  background: rgba(228,214,195,.12); transition: background .25s, transform .25s;
}
.social-row a:hover { background: var(--clay); transform: translateY(-3px); }
.social-row svg { width: 18px; height: 18px; fill: var(--bone-light); }

/* ---------- Floating buttons ---------- */
.floaters { position: fixed; bottom: 22px; inset-inline-end: 22px; z-index: 90; display: flex; flex-direction: column; gap: 12px; align-items: flex-end; }
.floater {
  display: flex; align-items: center; gap: 10px; border-radius: 999px;
  padding: 13px 22px; font-weight: 800; font-size: .95rem; box-shadow: var(--shadow-md);
  transition: transform .3s var(--ease), box-shadow .3s;
}
.floater:hover { transform: translateY(-3px) scale(1.03); box-shadow: var(--shadow-lg); }
.floater-wa { background: #25D366; color: #fff; }
.floater-wa:hover { color: #fff; }
.floater-res { background: var(--red); color: #fff; }
.floater-res:hover { color: #fff; }
.floater svg { width: 20px; height: 20px; fill: currentColor; flex-shrink: 0; }
.back-top {
  position: fixed; bottom: 22px; inset-inline-start: 22px; z-index: 90;
  width: 46px; height: 46px; border-radius: 50%; border: 0; cursor: pointer;
  background: var(--cerulean); color: #fff; font-size: 1.2rem; box-shadow: var(--shadow-md);
  opacity: 0; pointer-events: none; transition: opacity .3s, transform .3s;
  transform: translateY(10px);
}
.back-top.show { opacity: 1; pointer-events: auto; transform: none; }
.back-top:hover { background: var(--cerulean-deep); }
@media (max-width: 640px) {
  .floater span { display: none; }
  .floater { padding: 14px; }
}

/* ---------- Promo banner ---------- */
.promo-banner {
  background: var(--red); color: #fff; text-align: center; font-size: .9rem; font-weight: 700;
  padding: 8px 42px; position: relative; z-index: 99;
}
.promo-banner button { position: absolute; inset-inline-end: 10px; top: 50%; transform: translateY(-50%); background: none; border: 0; color: #fff; cursor: pointer; font-size: 1.1rem; }
body.has-banner .site-header { top: 37px; }
body.has-banner.banner-gone .site-header { top: 0; }

/* ---------- Splash / page transition ---------- */
.splash {
  position: fixed; inset: 0; z-index: 300; display: grid; place-items: center;
  background: var(--cerulean-ink); transition: opacity .5s var(--ease), visibility .5s;
}
.splash img { height: 110px; animation: splashPulse 1.2s var(--ease) infinite alternate; }
.splash.done { opacity: 0; visibility: hidden; }
@keyframes splashPulse { from { transform: scale(1); opacity: .85; } to { transform: scale(1.06); opacity: 1; } }

/* ---------- Reveal on scroll ---------- */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.reveal.in { opacity: 1; transform: none; }
.reveal-d1 { transition-delay: .1s; } .reveal-d2 { transition-delay: .2s; } .reveal-d3 { transition-delay: .3s; }
@keyframes fadeUp { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: none; } }

/* ---------- Home specifics ---------- */
.intro-split { display: grid; gap: clamp(26px, 5vw, 60px); grid-template-columns: repeat(auto-fit, minmax(min(320px, 100%), 1fr)); align-items: center; }
.intro-imgs { position: relative; min-height: 380px; }
.intro-imgs img { border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); position: absolute; object-fit: cover; }
.intro-imgs .im1 { width: 72%; aspect-ratio: 4/3; top: 0; inset-inline-start: 0; }
.intro-imgs .im2 { width: 52%; aspect-ratio: 1; bottom: 0; inset-inline-end: 0; border: 6px solid var(--bone-lighter); }
.stat-row { display: flex; gap: clamp(20px, 5vw, 54px); flex-wrap: wrap; margin-top: 26px; }
.stat b { font-size: 2rem; color: var(--clay); display: block; line-height: 1.2; }
.stat span { font-size: .9rem; color: var(--brass); font-weight: 700; }

.band {
  background: linear-gradient(160deg, var(--cerulean-ink), var(--cerulean));
  color: var(--bone-light); position: relative; overflow: hidden;
}
.band .section-title, .band h2, .band h3 { color: var(--bone-light); }
.band .section-sub { color: rgba(228,214,195,.75); }

.value-item { text-align: center; padding: 30px 22px; border-radius: var(--radius-lg); background: rgba(228,214,195,.07); border: 1px solid rgba(228,214,195,.14); transition: transform .3s var(--ease), background .3s; }
.value-item:hover { transform: translateY(-5px); background: rgba(228,214,195,.12); }
.value-item .v-icon { width: 64px; height: 64px; margin: 0 auto 16px; border-radius: 18px; display: grid; place-items: center; background: var(--bone); color: var(--cerulean); font-size: 1.6rem; }
.value-item h3 { font-size: 1.12rem; }
.value-item p { font-size: .92rem; opacity: .8; margin: 0; }

/* marquee */
.marquee { overflow: hidden; white-space: nowrap; padding-block: 18px; background: var(--bone); }
.marquee-track { display: inline-flex; gap: 46px; animation: marq 30s linear infinite; padding-inline-start: 46px; }
.marquee-track span { font-weight: 800; color: var(--cerulean); font-size: 1.1rem; display: inline-flex; align-items: center; gap: 46px; }
.marquee-track span::after { content: "✦"; color: var(--clay); }
@keyframes marq { to { transform: translateX(var(--marq-dir, -50%)); } }
body:not(.en) .marquee-track { animation-name: marq-rtl; }
@keyframes marq-rtl { to { transform: translateX(50%); } }

/* hours table */
.hours-table { width: 100%; border-collapse: collapse; }
.hours-table td { padding: 10px 4px; border-bottom: 1px dashed rgba(10,78,128,.18); font-weight: 700; }
.hours-table td:last-child { text-align: end; color: var(--cerulean); }

/* map iframe */
.map-embed { border: 0; width: 100%; height: 100%; min-height: 320px; border-radius: var(--radius-lg); filter: saturate(.85); }

/* dish detail */
.dish-hero { display: grid; gap: clamp(24px, 5vw, 60px); grid-template-columns: repeat(auto-fit, minmax(min(340px, 100%), 1fr)); align-items: start; }
.dish-hero-img { border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-lg); position: sticky; top: calc(var(--header-h) + 20px); }
.info-rows { display: grid; gap: 0; }
.info-row { display: flex; justify-content: space-between; gap: 14px; padding: 12px 2px; border-bottom: 1px dashed rgba(10,78,128,.15); font-size: .97rem; }
.info-row b { color: var(--cerulean-ink); }

/* admin */
.admin-shell { display: grid; grid-template-columns: 230px 1fr; min-height: 100vh; }
.admin-side { background: var(--cerulean-ink); color: var(--bone-light); padding: 24px 0; }
.admin-side .logo { padding: 0 22px 22px; }
.admin-side img { height: 54px; }
.admin-side nav a { display: block; padding: 12px 24px; color: rgba(228,214,195,.8); font-weight: 700; border-inline-start: 3px solid transparent; }
.admin-side nav a.active, .admin-side nav a:hover { background: rgba(228,214,195,.08); color: #fff; border-color: var(--clay); }
.admin-main { padding: clamp(20px, 3vw, 40px); background: var(--bone-lighter); }
.admin-card { background: #fff; border-radius: var(--radius); box-shadow: var(--shadow-sm); padding: 24px; margin-bottom: 20px; }
.admin-table { width: 100%; border-collapse: collapse; font-size: .92rem; }
.admin-table th { text-align: start; padding: 10px 12px; background: var(--bone-light); color: var(--cerulean-ink); }
.admin-table td { padding: 10px 12px; border-bottom: 1px solid rgba(10,78,128,.08); }
.admin-table tr:hover td { background: var(--bone-lighter); }
.tag-status { padding: 2px 12px; border-radius: 999px; font-size: .78rem; font-weight: 800; }
.tag-new { background: var(--clay); color: #fff; }
.tag-ok { background: var(--olive); color: #fff; }
@media (max-width: 860px) { .admin-shell { grid-template-columns: 1fr; } .admin-side { position: sticky; top: 0; z-index: 50; } }

/* 404 */
.err-wrap { min-height: 100vh; display: grid; place-items: center; text-align: center; background: linear-gradient(160deg, var(--cerulean-ink), var(--cerulean)); color: var(--bone-light); padding: 30px; }
.err-wrap h1 { font-size: clamp(4rem, 14vw, 9rem); color: var(--bone); margin: 0; line-height: 1; }
.err-wrap img { height: 100px; margin: 0 auto 20px; }

/* misc */
.divider-pattern { height: 60px; opacity: .12; background-size: 96px; }
.skip-link { position: absolute; inset-inline-start: -999px; top: 8px; z-index: 999; background: var(--cerulean); color: #fff; padding: 10px 18px; border-radius: 8px; }
.skip-link:focus { inset-inline-start: 8px; }
:focus-visible { outline: 3px solid var(--clay); outline-offset: 2px; }

@media print {
  .site-header, .floaters, .back-top, .promo-banner, .site-footer, .hero-scroll { display: none !important; }
}
