/* Maghreb-Modernism — Dar El Kasbah */
:root {
  --terracotta: #C05D40;
  --terracotta-dark: #8E3E25;
  --terracotta-light: #E28B6F;
  --saffron: #E8A05C;
  --saffron-light: #F4D38A;
  --bordeaux: #5A1E0A;
  --olive: #6B7A3B;
  --olive-dark: #3F4A1E;
  --indigo: #0E2E4A;
  --indigo-light: #2A6C8C;
  --indigo-deep: #07223A;
  --casbah: #F6ECD8;
  --casbah-dark: #E8D8B8;
  --casbah-warm: #F9E8C8;
  --brass: #B8860B;
  --brass-light: #D9A62B;
  --brass-deep: #8A6508;
  --ink: #2A1810;
  --muted: #6B4E35;
  --line: #D4BFA0;

  --serif: "Playfair Display", "Lora", Georgia, serif;
  --body: "Lora", Georgia, serif;
  --ar: "Amiri", "Traditional Arabic", serif;

  --radius-arch: 50% 50% 12px 12px / 38% 38% 12px 12px;
  --shadow-soft: 0 10px 30px rgba(0,51,102,0.08);
  --shadow-card: 0 20px 50px rgba(0,51,102,0.10);
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
  font-family: var(--body);
  color: var(--ink);
  background: var(--casbah);
  line-height: 1.65;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
}
html[data-lang="ar"] body { font-family: var(--ar); direction: rtl; }
html[data-lang="ar"] .eyebrow,
html[data-lang="ar"] h1, html[data-lang="ar"] h2, html[data-lang="ar"] h3, html[data-lang="ar"] h4 { font-family: var(--ar); letter-spacing: 0; }
html[data-lang="ar"] .tab, html[data-lang="ar"] .btn { font-family: var(--ar); }

h1, h2, h3, h4 {
  font-family: var(--serif);
  font-weight: 600;
  color: var(--indigo);
  letter-spacing: -0.01em;
  margin: 0 0 0.5em;
  line-height: 1.15;
}
h1 { font-size: clamp(2.6rem, 5vw, 4.4rem); }
h2 { font-size: clamp(1.9rem, 3.5vw, 2.8rem); }
h3 { font-size: 1.5rem; }
p { margin: 0 0 1em; }
a { color: var(--terracotta); text-decoration: none; }
a:hover { color: var(--terracotta-dark); }
.muted { color: var(--muted); }
small { font-size: 0.8em; }
.container { width: min(1180px, 92%); margin: 0 auto; }

.zellige-bg, .zellige-strip {
  background-image:
    radial-gradient(circle at 0 0, transparent 18px, var(--brass) 19px, transparent 20px),
    radial-gradient(circle at 40px 40px, transparent 18px, var(--indigo) 19px, transparent 20px),
    radial-gradient(circle at 20px 20px, var(--terracotta) 1.5px, transparent 2px);
  background-size: 80px 80px, 80px 80px, 40px 40px;
  opacity: 0.05;
  position: absolute; inset: 0; pointer-events: none;
}
.zellige-strip {
  position: relative;
  display: block;
  height: 60px;
  opacity: 0.08;
}
.divider { background: var(--casbah-dark); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }

.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(249,246,241,0.92);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--line);
}
.header-inner {
  display: flex; align-items: center; justify-content: space-between;
  padding: 14px 0;
  gap: 16px;
}
.brand {
  font-family: var(--serif);
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--indigo);
  display: inline-flex; align-items: center; gap: 10px;
}
.brand-mark { color: var(--brass); font-size: 1.1em; }
.site-nav { display: flex; gap: 28px; }
.site-nav a {
  color: var(--ink);
  font-size: 0.98rem;
  font-weight: 500;
  position: relative;
}
.site-nav a:hover { color: var(--terracotta); }
.site-nav a::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: -6px;
  height: 1px; background: var(--brass);
  transform: scaleX(0); transform-origin: center;
  transition: transform .25s ease;
}
.site-nav a:hover::after { transform: scaleX(1); }

.lang-toggle {
  appearance: none;
  font-family: var(--body);
  font-weight: 600;
  font-size: 0.88rem;
  letter-spacing: 0.05em;
  padding: 8px 14px;
  background: transparent;
  border: 1px solid var(--brass);
  color: var(--indigo);
  border-radius: 999px;
  cursor: pointer;
  transition: background .2s, color .2s;
}
.lang-toggle:hover { background: var(--brass); color: var(--casbah); }
.lang-toggle .lang-sep { margin: 0 4px; color: var(--brass); }
html[data-lang="ar"] .lang-fr { opacity: 0.45; }
html[data-lang="fr"] .lang-ar { opacity: 0.45; }

.flash-wrap { margin-top: 16px; }
.flash {
  padding: 12px 16px; border-radius: 8px;
  background: #e8f5e9; color: #1b5e20;
  border-left: 4px solid var(--brass);
  margin-bottom: 10px;
}
.flash-error { background: #fdecea; color: #8e1d1d; border-color: var(--terracotta); }

.hero {
  position: relative;
  padding: clamp(60px, 9vw, 130px) 0 clamp(60px, 8vw, 110px);
  overflow: hidden;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(30px, 5vw, 80px);
  align-items: center;
  position: relative;
  z-index: 1;
}
.eyebrow {
  font-family: var(--body);
  font-size: 0.82rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--brass);
  margin: 0 0 16px;
  font-weight: 600;
}
.hero-title { margin: 0 0 14px; }
.hero-tagline {
  font-family: var(--serif);
  font-style: italic;
  font-size: 1.35rem;
  color: var(--terracotta);
  margin: 0 0 18px;
}
.hero-desc { font-size: 1.08rem; max-width: 52ch; color: #2a2a2a; }
.hero-cta { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 24px; }

.btn {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 14px 28px;
  font-family: var(--body);
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  border-radius: 2px;
  cursor: pointer;
  border: 2px solid transparent;
  transition: transform .15s, background .2s, color .2s, border-color .2s;
  text-align: center;
}
.btn-primary {
  background: var(--terracotta);
  color: var(--casbah);
  border-color: var(--brass);
  box-shadow: inset 0 0 0 1px rgba(184,134,11,0.4);
}
.btn-primary:hover { background: var(--terracotta-dark); color: var(--casbah); transform: translateY(-1px); }
.btn-ghost {
  background: transparent;
  color: var(--indigo);
  border-color: var(--brass);
}
.btn-ghost:hover { background: var(--indigo); color: var(--casbah); }
.btn-block { width: 100%; margin-top: 10px; }

.arch-frame {
  position: relative;
  width: 100%;
  max-width: 460px;
  margin-left: auto;
  padding: 10px;
  background: linear-gradient(180deg, var(--brass), var(--brass-light));
  border-radius: var(--radius-arch);
  box-shadow: var(--shadow-card);
}
.arch-frame::before {
  content: ""; position: absolute; inset: 4px;
  border-radius: var(--radius-arch);
  background: var(--casbah);
  z-index: 0;
}
.arch-img {
  position: relative; z-index: 1;
  border-radius: calc(var(--radius-arch));
  overflow: hidden;
  aspect-ratio: 3/4;
  background: var(--terracotta);
}
.arch-img svg { width: 100%; height: 100%; display: block; }

.arch-frame--sm { max-width: 380px; }
.arch-badge {
  position: absolute;
  bottom: -20px; right: 24px;
  background: var(--indigo);
  color: var(--casbah);
  font-family: var(--serif);
  font-style: italic;
  font-size: 0.95rem;
  padding: 12px 20px;
  border-radius: 999px;
  box-shadow: var(--shadow-soft);
  display: inline-flex; align-items: center; gap: 10px;
}
.brass-ring { width: 8px; height: 8px; border-radius: 50%; background: var(--brass); box-shadow: 0 0 0 2px rgba(184,134,11,0.3); }

.about { padding: clamp(70px, 9vw, 120px) 0; background: var(--casbah); position: relative; }
.about-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(30px, 5vw, 80px);
  align-items: center;
}
.about-text h2 { margin-bottom: 18px; }
.about-text p { font-size: 1.06rem; max-width: 55ch; }
.stats {
  display: flex; gap: 40px; margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
  flex-wrap: wrap;
}
.stat { display: flex; flex-direction: column; }
.stat strong {
  font-family: var(--serif);
  font-size: 2.2rem; color: var(--terracotta);
  line-height: 1;
}
.stat span { font-size: 0.88rem; color: var(--muted); margin-top: 6px; }

.section-head { text-align: center; margin-bottom: 46px; }
.section-head .eyebrow { margin: 0 auto 10px; }

.menu-section { padding: clamp(70px, 9vw, 120px) 0; }
.tabs {
  display: flex; gap: 8px;
  overflow-x: auto;
  padding-bottom: 4px;
  border-bottom: 1px solid var(--line);
  margin-bottom: 12px;
  scrollbar-width: thin;
}
.tab {
  flex: 0 0 auto;
  appearance: none;
  border: none;
  background: transparent;
  font-family: var(--serif);
  font-size: 1.05rem;
  color: var(--muted);
  padding: 14px 22px;
  cursor: pointer;
  border-bottom: 2px solid transparent;
  white-space: nowrap;
  transition: color .2s, border-color .2s;
}
.tab:hover { color: var(--indigo); }
.tab.is-active { color: var(--indigo); border-color: var(--terracotta); }
.menu-breadcrumb { margin: 22px 0 28px; color: var(--muted); font-style: italic; }
.menu-breadcrumb em { color: var(--terracotta); font-style: italic; }

.tab-panel { display: none; }
.tab-panel.is-active { display: block; animation: fade .3s ease; }
@keyframes fade { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: none; } }

.panel-title {
  font-size: 1.8rem;
  color: var(--terracotta);
  margin: 10px 0 24px;
  padding-bottom: 14px;
  border-bottom: 1px dashed var(--brass);
}
.dishes { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 20px 48px; }
.dish { padding: 14px 0; border-bottom: 1px solid var(--line); }
.dish-head {
  display: flex; align-items: baseline; gap: 10px;
  margin-bottom: 4px;
}
.dish-name {
  font-family: var(--serif);
  font-size: 1.12rem;
  color: var(--indigo);
  margin: 0;
  font-weight: 600;
}
.dish-dots {
  flex: 1 1 auto;
  border-bottom: 1px dotted var(--brass);
  margin: 0 6px 6px;
  height: 1px;
  opacity: 0.5;
}
.dish-price {
  font-family: var(--serif);
  color: var(--terracotta);
  font-weight: 600;
  font-size: 1.05rem;
  white-space: nowrap;
}
.dish-price small { color: var(--brass); margin-left: 3px; }
.dish-desc { margin: 0; color: var(--muted); font-size: 0.94rem; line-height: 1.5; }

.booking-section { padding: clamp(70px, 9vw, 120px) 0; background: var(--casbah); }
.booking-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(30px, 5vw, 70px);
  align-items: start;
}
.booking-intro h2 { margin-bottom: 18px; }
.booking-perks { list-style: none; padding: 0; margin: 24px 0 0; display: grid; gap: 12px; }
.booking-perks li { display: flex; gap: 12px; align-items: flex-start; }
.perk-ic {
  color: var(--brass);
  font-size: 1rem;
  flex-shrink: 0;
  width: 26px; height: 26px;
  display: inline-grid; place-items: center;
  border: 1px solid var(--brass);
  border-radius: 50%;
}

.card {
  background: #fff;
  border: 1px solid var(--line);
  padding: clamp(24px, 3vw, 40px);
  border-radius: 6px;
  box-shadow: var(--shadow-soft);
  position: relative;
}
.card::before {
  content: "";
  position: absolute;
  inset: 4px;
  border: 1px solid var(--brass);
  border-radius: 4px;
  pointer-events: none;
  opacity: 0.4;
}
.booking-form, .contact-form { display: grid; gap: 16px; }
.booking-form label, .contact-form label {
  display: grid; gap: 6px;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--indigo);
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.form-row { display: grid; gap: 16px; }
.form-row--2 { grid-template-columns: 1fr 1fr; }
.form-row--3 { grid-template-columns: 1fr 1fr 1fr; }
.input, input.input, textarea.input, select.input {
  width: 100%;
  font-family: var(--body);
  font-size: 1rem;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: var(--casbah);
  color: var(--ink);
  transition: border-color .2s, background .2s;
  font-weight: 400;
  text-transform: none;
  letter-spacing: normal;
}
.input:focus {
  outline: none;
  border-color: var(--terracotta);
  background: #fff;
  box-shadow: 0 0 0 3px rgba(192,93,64,0.12);
}
textarea.input { resize: vertical; min-height: 80px; }
.form-foot { text-align: center; margin: 10px 0 0; }
.wa-inline { font-weight: 600; color: var(--terracotta); border-bottom: 1px dashed var(--brass); }
.form-errors {
  background: #fdecea; color: #8e1d1d;
  padding: 12px 14px; border-radius: 4px;
  border-left: 3px solid var(--terracotta);
  font-size: 0.9rem;
}
.form-errors p { margin: 2px 0; }

.contact-section { padding: clamp(70px, 9vw, 120px) 0; }
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(30px, 5vw, 70px);
  align-items: start;
}
.info-list { list-style: none; padding: 0; margin: 24px 0; display: grid; gap: 14px; }
.info-list li { display: flex; gap: 14px; align-items: flex-start; font-size: 1.02rem; }
.info-list .ic {
  color: var(--brass);
  font-size: 1.2rem;
  width: 34px; height: 34px;
  display: inline-grid; place-items: center;
  border: 1px solid var(--brass);
  border-radius: 50%;
  flex-shrink: 0;
}
.info-list a { color: var(--indigo); }
.map-frame {
  margin-top: 28px;
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: var(--shadow-soft);
}
.map-frame svg { width: 100%; height: auto; display: block; }

.site-footer {
  background: var(--indigo);
  color: var(--casbah);
  padding: 60px 0 30px;
  margin-top: 30px;
}
.site-footer h1, .site-footer h2, .site-footer h3 { color: var(--casbah); }
.footer-inner {
  display: grid;
  grid-template-columns: 1.3fr 1fr auto;
  gap: 40px;
  align-items: start;
}
.brand--foot { color: var(--casbah); }
.brand--foot .brand-mark { color: var(--brass); }
.foot-cols p { margin: 0 0 6px; font-size: 0.95rem; opacity: 0.85; }
.site-footer .muted { color: rgba(249,246,241,0.65); }
.copyright { text-align: right; opacity: 0.6; }

.wa-float {
  position: fixed;
  bottom: 24px; right: 24px;
  background: #25D366;
  color: #fff !important;
  padding: 14px 20px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.95rem;
  display: inline-flex; align-items: center; gap: 10px;
  box-shadow: 0 12px 30px rgba(37,211,102,0.4);
  z-index: 60;
  border: 2px solid var(--brass);
  transition: transform .2s, box-shadow .2s;
}
.wa-float:hover { transform: translateY(-2px); box-shadow: 0 16px 40px rgba(37,211,102,0.5); color: #fff !important; }
html[data-lang="ar"] .wa-float { right: auto; left: 24px; }

/* ------ GALLERY ------ */
.gallery-section { padding: clamp(70px, 9vw, 120px) 0; }
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.gal-item {
  position: relative;
  margin: 0;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: var(--shadow-soft);
  aspect-ratio: 4/5;
  background: var(--indigo);
  transition: transform .3s ease, box-shadow .3s ease;
  cursor: pointer;
}
.gal-item::after {
  content: "";
  position: absolute; inset: 4px;
  border: 1px solid rgba(184,134,11,0.4);
  border-radius: 4px;
  pointer-events: none;
}
.gal-item:hover { transform: translateY(-4px); box-shadow: var(--shadow-card); }
.gal-svg { width: 100%; height: 100%; display: block; }
.gal-cap {
  position: absolute; left: 0; right: 0; bottom: 0;
  padding: 30px 14px 12px;
  font-family: var(--serif);
  font-size: 0.95rem;
  color: var(--casbah);
  background: linear-gradient(180deg, transparent, rgba(0,42,85,0.75));
  letter-spacing: 0.02em;
}
.gal-item:nth-child(1) { grid-column: span 2; aspect-ratio: 4/3; }
.gal-item:nth-child(6) { grid-column: span 2; aspect-ratio: 4/3; }

/* ------ EVENTS ------ */
.events-section { padding: clamp(70px, 9vw, 120px) 0; background: var(--casbah); }
.events-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}
.event-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 6px;
  overflow: hidden;
  box-shadow: var(--shadow-soft);
  display: flex; flex-direction: column;
  transition: transform .25s ease, box-shadow .25s ease;
}
.event-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-card); }
.event-art { aspect-ratio: 16/9; overflow: hidden; }
.event-art svg { width: 100%; height: 100%; display: block; }
.event-body { padding: 26px 28px 30px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.event-body h3 { margin: 0; color: var(--indigo); }
.event-body p { color: var(--muted); font-size: 0.98rem; margin: 0; }
.event-price {
  font-family: var(--serif);
  font-style: italic;
  color: var(--terracotta) !important;
  font-size: 1rem;
  margin-top: auto !important;
  padding-top: 6px;
}
.btn-sm { padding: 10px 18px; font-size: 0.92rem; margin-top: 6px; align-self: flex-start; }

/* ------ CHEF ------ */
.chef-section { padding: clamp(70px, 9vw, 120px) 0; }
.chef-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: clamp(30px, 5vw, 80px);
  align-items: center;
}
.chef-visual { position: relative; }
.chef-badge { bottom: -20px; left: 24px; right: auto; }
.chef-role {
  font-family: var(--serif);
  font-style: italic;
  color: var(--terracotta);
  margin: -8px 0 20px;
  font-size: 1.1rem;
}
.chef-quote {
  margin: 24px 0 0;
  padding: 18px 22px;
  border-left: 3px solid var(--brass);
  background: var(--casbah-dark);
  font-family: var(--serif);
  font-style: italic;
  font-size: 1.1rem;
  color: var(--indigo);
  border-radius: 0 6px 6px 0;
}
html[data-lang="ar"] .chef-quote { border-left: none; border-right: 3px solid var(--brass); border-radius: 6px 0 0 6px; }

/* ------ TESTIMONIALS ------ */
.testi-section { padding: clamp(70px, 9vw, 120px) 0; background: var(--casbah-dark); }
.testi-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.testi-card { display: flex; flex-direction: column; gap: 14px; }
.testi-stars { color: var(--brass); letter-spacing: 3px; font-size: 1rem; }
.testi-stars .off { color: var(--line); }
.testi-card blockquote {
  margin: 0;
  font-family: var(--serif);
  font-style: italic;
  color: var(--ink);
  font-size: 1.02rem;
  line-height: 1.55;
  flex: 1;
}
.testi-meta { display: flex; align-items: center; gap: 14px; margin-top: auto; padding-top: 10px; border-top: 1px solid var(--line); }
.testi-avatar {
  width: 44px; height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--terracotta), var(--indigo));
  color: var(--casbah);
  font-family: var(--serif);
  font-weight: 600;
  font-size: 1.1rem;
  display: inline-grid; place-items: center;
  flex-shrink: 0;
  border: 2px solid var(--brass);
}
.testi-who strong { display: block; color: var(--indigo); font-family: var(--serif); font-size: 1rem; }
.testi-who small { color: var(--muted); font-size: 0.8rem; }

/* ------ HOURS TABLE ------ */
.hours-table {
  width: 100%;
  margin-top: 8px;
  border-collapse: collapse;
  font-size: 0.95rem;
}
.hours-table caption {
  text-align: left;
  font-family: var(--serif);
  font-size: 1.1rem;
  color: var(--indigo);
  font-weight: 600;
  padding: 8px 0 12px;
  caption-side: top;
}
html[data-lang="ar"] .hours-table caption { text-align: right; }
.hours-table th, .hours-table td {
  padding: 10px 4px;
  border-bottom: 1px dashed var(--line);
  text-align: left;
  font-weight: normal;
}
.hours-table th { color: var(--ink); font-family: var(--serif); font-size: 1rem; }
.hours-table td { color: var(--muted); text-align: right; font-variant-numeric: tabular-nums; }
html[data-lang="ar"] .hours-table th { text-align: right; }
html[data-lang="ar"] .hours-table td { text-align: left; }
.hours-closed { color: var(--terracotta); font-style: italic; }

/* ------ SOCIAL LIST ------ */
.social-list {
  list-style: none; padding: 0; margin: 20px 0 0;
  display: flex; flex-wrap: wrap; gap: 10px;
}
.social-list a {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 8px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--indigo);
  font-size: 0.9rem;
  font-weight: 500;
  background: #fff;
  transition: border-color .2s, color .2s, background .2s;
}
.social-list a:hover { border-color: var(--brass); color: var(--terracotta); background: var(--casbah); }
.soc-ic { display: inline-flex; align-items: center; color: var(--terracotta); }
.social-list--foot { margin-top: 18px; gap: 8px; }
.social-list--foot a {
  background: rgba(249,246,241,0.08);
  border-color: rgba(184,134,11,0.4);
  color: var(--casbah);
  padding: 10px;
  width: 40px; height: 40px;
  justify-content: center;
}
.social-list--foot .soc-name { display: none; }
.social-list--foot a:hover { background: var(--brass); border-color: var(--brass); color: var(--indigo); }
.social-list--foot .soc-ic { color: inherit; }

/* ------ FOOTER EXTENDED ------ */
.footer-inner {
  grid-template-columns: 1.4fr 1fr 1fr 1fr !important;
  gap: 40px;
}
.foot-col h4.foot-h {
  font-family: var(--serif);
  font-size: 1.05rem;
  color: var(--casbah);
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin: 0 0 14px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(184,134,11,0.3);
}
.foot-col p, .foot-col a { color: rgba(249,246,241,0.78); font-size: 0.94rem; }
.foot-col a:hover { color: var(--brass); }
.foot-hours, .foot-nav { list-style: none; padding: 0; margin: 0; display: grid; gap: 6px; font-size: 0.9rem; }
.foot-hours li { display: flex; justify-content: space-between; gap: 10px; }
.foot-hours em { color: var(--casbah); font-style: normal; font-variant-numeric: tabular-nums; opacity: 0.8; }
.foot-brand .brand--foot { font-size: 1.5rem; margin-bottom: 8px; }
.copyright { grid-column: 1 / -1; text-align: center !important; margin-top: 30px !important; padding-top: 20px; border-top: 1px solid rgba(184,134,11,0.2); }

/* ------ BURGER NAV (mobile) ------ */
.nav-burger {
  display: none;
  appearance: none;
  background: transparent;
  border: 1px solid var(--brass);
  border-radius: 4px;
  padding: 8px;
  width: 40px; height: 36px;
  cursor: pointer;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
}
.nav-burger span {
  display: block;
  height: 2px;
  background: var(--indigo);
  border-radius: 2px;
  transition: transform .2s, opacity .2s;
}
.nav-burger[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.nav-burger[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-burger[aria-expanded="true"] span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

@media (max-width: 980px) {
  .hero-grid, .about-grid, .booking-grid, .contact-grid, .chef-grid {
    grid-template-columns: 1fr;
  }
  .arch-frame { margin: 0 auto; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .gal-item:nth-child(1), .gal-item:nth-child(6) { grid-column: auto; aspect-ratio: 4/5; }
  .events-grid { grid-template-columns: 1fr; }
  .testi-grid { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: 1fr 1fr !important; }
  .footer-inner .foot-brand { grid-column: 1 / -1; }
  .dishes { grid-template-columns: 1fr; gap: 4px 0; }
  .nav-burger { display: flex; }
  .site-nav {
    position: absolute;
    top: 100%; left: 0; right: 0;
    background: var(--casbah);
    border-bottom: 1px solid var(--line);
    flex-direction: column;
    gap: 0;
    padding: 10px 5%;
    display: none;
    box-shadow: var(--shadow-soft);
  }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: 12px 0; border-bottom: 1px solid var(--line); }
  .site-nav a:last-child { border-bottom: none; }
  .copyright { text-align: center; }
}
@media (max-width: 600px) {
  .form-row--2, .form-row--3 { grid-template-columns: 1fr; }
  .hero { padding-top: 40px; }
  .hero-cta .btn { flex: 1 1 100%; }
  .wa-float span { display: none; }
  .wa-float { padding: 14px; }
  .tabs { margin: 0 -4% 12px; padding: 0 4% 4px; }
  .gallery-grid { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: 1fr !important; }
}

/* =====================================================
   PAINTED ALGERIAN ART OVERRIDE
   Oil-paint canvas + zellige + gilt frames
   ===================================================== */

body {
  background:
    radial-gradient(ellipse at 20% 10%, rgba(244,180,106,0.28), transparent 55%),
    radial-gradient(ellipse at 85% 5%, rgba(192,93,64,0.22), transparent 50%),
    radial-gradient(ellipse at 50% 100%, rgba(14,46,74,0.18), transparent 60%),
    url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='600' height='600'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' seed='4'/><feColorMatrix values='0 0 0 0 0.35  0 0 0 0 0.22  0 0 0 0 0.08  0 0 0 0.18 0'/></filter><rect width='600' height='600' filter='url(%23n)'/></svg>"),
    linear-gradient(180deg, #F6ECD8 0%, #F4E0BC 40%, #EBCF98 100%);
  background-attachment: fixed, fixed, fixed, fixed, fixed;
  color: var(--ink);
}

body::before {
  content: "";
  position: fixed; inset: 0;
  pointer-events: none;
  z-index: 0;
  background:
    url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='800' height='800'><filter id='p'><feTurbulence type='turbulence' baseFrequency='0.012' numOctaves='2' seed='11'/><feColorMatrix values='0 0 0 0 0.55  0 0 0 0 0.3  0 0 0 0 0.1  0 0 0 0.08 0'/></filter><rect width='800' height='800' filter='url(%23p)'/></svg>");
  opacity: 0.45;
  mix-blend-mode: multiply;
}

main { position: relative; z-index: 1; }

h1, h2, h3, h4 {
  color: var(--bordeaux);
  text-shadow: 0 1px 0 rgba(249,232,200,0.6);
}

.hero-title, .section-head h2 {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-style: italic;
  letter-spacing: -0.015em;
}

/* ========== ZELLIGE DENSE PATTERNS ========== */
.zellige-bg {
  background-image:
    url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='120' height='120' viewBox='0 0 120 120'><g fill='none' stroke='%23B8860B' stroke-width='0.7'><path d='M60 10 L74 34 L100 38 L82 58 L90 86 L60 72 L30 86 L38 58 L20 38 L46 34 Z'/><path d='M60 24 L68 40 L84 42 L72 54 L76 72 L60 62 L44 72 L48 54 L36 42 L52 40 Z'/><circle cx='60' cy='60' r='6'/><circle cx='0' cy='0' r='4'/><circle cx='120' cy='0' r='4'/><circle cx='0' cy='120' r='4'/><circle cx='120' cy='120' r='4'/></g><g fill='%23C05D40' opacity='0.7'><circle cx='60' cy='60' r='2'/><circle cx='0' cy='0' r='2'/><circle cx='120' cy='0' r='2'/><circle cx='0' cy='120' r='2'/><circle cx='120' cy='120' r='2'/></g></svg>");
  background-size: 120px 120px;
  opacity: 0.22;
  position: absolute; inset: 0;
  mix-blend-mode: multiply;
}

.zellige-strip {
  height: 68px; opacity: 1;
  background-image:
    url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='80' height='60' viewBox='0 0 80 60'><rect width='80' height='60' fill='%23F4D38A'/><g fill='none' stroke='%238E3E25' stroke-width='0.8'><path d='M40 6 L50 22 L68 26 L54 38 L58 56 L40 46 L22 56 L26 38 L12 26 L30 22 Z'/></g><circle cx='40' cy='30' r='4' fill='%23C05D40'/><circle cx='0' cy='30' r='4' fill='%23C05D40'/><circle cx='80' cy='30' r='4' fill='%23C05D40'/><g fill='%231e4a80'><circle cx='20' cy='10' r='2'/><circle cx='60' cy='10' r='2'/><circle cx='20' cy='50' r='2'/><circle cx='60' cy='50' r='2'/></g></svg>");
  background-size: 80px 60px;
  background-repeat: repeat-x;
  background-position: center;
}
.divider {
  background: linear-gradient(180deg, #8E3E25, #5A1E0A);
  border-top: 2px solid var(--brass);
  border-bottom: 2px solid var(--brass);
  position: relative;
}
.divider::before, .divider::after {
  content: ""; position: absolute; left: 0; right: 0; height: 2px; background: var(--brass-light);
}
.divider::before { top: 2px; }
.divider::after { bottom: 2px; }

/* ========== HEADER (painted) ========== */
.site-header {
  background:
    linear-gradient(180deg, rgba(249,232,200,0.96), rgba(246,236,216,0.92));
  border-bottom: 2px solid var(--brass);
  box-shadow: 0 6px 18px rgba(90,30,10,0.12);
  position: sticky; top: 0; z-index: 50;
}
.site-header::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: -6px; height: 4px;
  background-image:
    url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='4'><path d='M0 2 L5 0 L10 2 L15 0 L20 2' fill='none' stroke='%23B8860B' stroke-width='1'/></svg>");
  background-repeat: repeat-x;
  opacity: 0.6;
}
.brand {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-style: italic;
  color: var(--bordeaux);
  font-size: 1.55rem;
}
.brand-mark {
  color: var(--brass);
  text-shadow: 0 1px 2px rgba(138,101,8,0.4);
  font-size: 1.3em;
}
.site-nav a { color: var(--bordeaux); font-weight: 600; }
.site-nav a:hover { color: var(--terracotta); }
.site-nav a::after { background: var(--terracotta); height: 2px; }

.lang-toggle {
  background: linear-gradient(180deg, var(--casbah-warm), var(--saffron-light));
  border: 1.5px solid var(--brass);
  color: var(--bordeaux);
  box-shadow: 0 2px 0 var(--brass-deep), inset 0 1px 0 rgba(255,255,255,0.6);
}
.lang-toggle:hover { background: var(--brass); color: var(--casbah-warm); }

/* ========== HERO — painted canvas ========== */
.hero {
  background:
    radial-gradient(ellipse at 70% 40%, rgba(232,160,92,0.35), transparent 60%),
    radial-gradient(ellipse at 20% 90%, rgba(90,30,10,0.25), transparent 55%),
    linear-gradient(180deg, transparent, rgba(244,211,138,0.2));
  position: relative;
}
.hero::before {
  content: ""; position: absolute; inset: 0;
  background-image:
    url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='200' height='200'><g fill='none' stroke='%238A6508' stroke-width='0.5' opacity='0.4'><path d='M100 10 L120 60 L170 70 L135 105 L145 155 L100 125 L55 155 L65 105 L30 70 L80 60 Z'/></g></svg>");
  background-size: 200px 200px;
  opacity: 0.35;
  pointer-events: none;
}
.hero .zellige-bg { opacity: 0.3; }

.eyebrow {
  color: var(--brass-deep);
  font-family: "Playfair Display", serif;
  font-weight: 600;
  font-style: italic;
  text-transform: none;
  letter-spacing: 0.16em;
  font-size: 0.88rem;
  position: relative;
  padding-left: 34px;
}
.eyebrow::before {
  content: ""; position: absolute; left: 0; top: 50%;
  width: 28px; height: 2px;
  background: linear-gradient(90deg, var(--brass), transparent);
}
html[data-lang="ar"] .eyebrow { padding-left: 0; padding-right: 34px; }
html[data-lang="ar"] .eyebrow::before { left: auto; right: 0; background: linear-gradient(-90deg, var(--brass), transparent); }

.hero-title { font-size: clamp(3rem, 6vw, 5rem); }
.hero-title span {
  background: linear-gradient(180deg, var(--bordeaux) 0%, var(--terracotta-dark) 70%, var(--brass) 100%);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hero-tagline {
  color: var(--terracotta-dark);
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-size: 1.5rem;
  text-shadow: 0 1px 0 rgba(249,232,200,0.7);
}
.hero-desc { color: #3a2414; font-size: 1.12rem; }

/* ========== ORNATE ARCH FRAME ========== */
.arch-frame {
  background: linear-gradient(135deg, var(--brass-light), var(--brass), var(--brass-deep), var(--brass));
  padding: 14px;
  box-shadow:
    0 30px 60px rgba(90,30,10,0.35),
    0 0 0 3px var(--brass-deep),
    0 0 0 5px var(--casbah-warm),
    0 0 0 8px var(--brass-deep),
    inset 0 0 30px rgba(138,101,8,0.45);
}
.arch-frame::before {
  inset: 10px;
  background:
    url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='60' height='60'><g fill='none' stroke='%23B8860B' stroke-width='0.5' opacity='0.35'><path d='M30 5 L35 20 L50 22 L38 32 L42 48 L30 40 L18 48 L22 32 L10 22 L25 20 Z'/></g></svg>") var(--casbah-warm);
  background-size: 60px 60px;
}
.arch-img { background: transparent; }
.arch-badge {
  background: linear-gradient(180deg, var(--bordeaux), var(--terracotta-dark));
  border: 2px solid var(--brass);
  color: var(--casbah-warm);
  box-shadow:
    0 8px 20px rgba(90,30,10,0.45),
    inset 0 1px 0 rgba(255,220,150,0.4),
    inset 0 -2px 4px rgba(0,0,0,0.3);
  font-family: "Playfair Display", serif;
  font-style: italic;
  padding: 14px 24px;
}
.brass-ring {
  background: radial-gradient(circle, var(--brass-light), var(--brass-deep));
  box-shadow: 0 0 0 2px var(--casbah-warm), 0 0 8px rgba(184,134,11,0.6);
}

/* ========== BUTTONS — painted gilt ========== */
.btn {
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-size: 1.05rem;
  letter-spacing: 0.03em;
  border-radius: 4px;
  padding: 15px 32px;
  position: relative;
  border-width: 2px;
}
.btn-primary {
  background: linear-gradient(180deg, var(--terracotta), var(--terracotta-dark) 60%, var(--bordeaux));
  color: var(--casbah-warm);
  border-color: var(--brass);
  box-shadow:
    0 4px 0 var(--brass-deep),
    0 8px 20px rgba(90,30,10,0.4),
    inset 0 1px 0 rgba(255,220,150,0.5),
    inset 0 -3px 6px rgba(0,0,0,0.2);
  text-shadow: 0 1px 2px rgba(0,0,0,0.3);
}
.btn-primary:hover {
  background: linear-gradient(180deg, var(--terracotta-dark), var(--bordeaux));
  transform: translateY(-2px);
  box-shadow:
    0 6px 0 var(--brass-deep),
    0 12px 26px rgba(90,30,10,0.5),
    inset 0 1px 0 rgba(255,220,150,0.5);
}
.btn-ghost {
  background: rgba(249,232,200,0.4);
  border-color: var(--brass);
  color: var(--bordeaux);
  backdrop-filter: blur(2px);
  box-shadow: inset 0 0 0 1px rgba(184,134,11,0.3);
}
.btn-ghost:hover {
  background: var(--bordeaux);
  color: var(--casbah-warm);
  border-color: var(--brass-light);
}

/* ========== ABOUT ========== */
.about {
  background:
    radial-gradient(ellipse at 30% 50%, rgba(244,211,138,0.4), transparent 65%),
    linear-gradient(180deg, transparent, rgba(232,216,184,0.3));
  position: relative;
}
.about-text h2 { font-size: clamp(2rem, 3.5vw, 2.8rem); }
.stat strong {
  color: var(--bordeaux);
  font-style: italic;
  font-size: 2.8rem;
  text-shadow: 0 2px 0 var(--casbah-warm), 0 3px 4px rgba(90,30,10,0.2);
}
.stat span { color: var(--brass-deep); font-weight: 600; }

/* ========== SECTION HEAD — ornate flourish ========== */
.section-head { margin-bottom: 60px; position: relative; }
.section-head::before {
  content: "";
  display: block;
  width: 180px; height: 28px;
  margin: 0 auto 10px;
  background-image:
    url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 180 28'><g fill='none' stroke='%23B8860B' stroke-width='1.2'><path d='M10 14 L60 14'/><path d='M120 14 L170 14'/><path d='M60 14 Q70 4 80 14 Q90 24 100 14 Q110 4 120 14'/></g><g fill='%23C05D40'><circle cx='90' cy='14' r='3'/><circle cx='10' cy='14' r='2.5'/><circle cx='170' cy='14' r='2.5'/></g><g fill='%23B8860B' opacity='0.7'><circle cx='45' cy='14' r='1.5'/><circle cx='135' cy='14' r='1.5'/></g></svg>");
  background-repeat: no-repeat;
  background-position: center;
}
.section-head h2 {
  font-size: clamp(2.2rem, 4vw, 3.2rem);
  margin-bottom: 16px;
}
.section-head .eyebrow { justify-self: center; display: inline-block; }
.section-head .eyebrow::before { display: none; }
.section-head .muted { color: var(--brass-deep); font-style: italic; font-size: 1.05rem; }

/* ========== MENU ========== */
.menu-section {
  background:
    radial-gradient(ellipse at 80% 20%, rgba(232,160,92,0.3), transparent 55%),
    linear-gradient(180deg, transparent, rgba(244,224,188,0.5));
  position: relative;
}
.menu-section::before {
  content: ""; position: absolute; inset: 0;
  background-image:
    url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='160' height='160'><g fill='none' stroke='%238A6508' stroke-width='0.4' opacity='0.5'><path d='M80 10 L92 42 L128 46 L100 70 L108 104 L80 86 L52 104 L60 70 L32 46 L68 42 Z'/></g></svg>");
  background-size: 160px 160px;
  opacity: 0.3;
  pointer-events: none;
}
.tabs {
  border-bottom: 2px solid var(--brass);
  padding-bottom: 0;
  gap: 4px;
  background: rgba(249,232,200,0.4);
  border-top: 2px solid var(--brass);
  border-radius: 6px 6px 0 0;
  padding: 4px 4px 0;
}
.tab {
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-size: 1.15rem;
  color: var(--brass-deep);
  padding: 14px 26px;
  border-bottom: 3px solid transparent;
  border-radius: 4px 4px 0 0;
}
.tab:hover { color: var(--bordeaux); background: rgba(232,216,184,0.5); }
.tab.is-active {
  color: var(--bordeaux);
  background: linear-gradient(180deg, var(--casbah-warm), var(--saffron-light));
  border-color: var(--terracotta);
  box-shadow: 0 -3px 10px rgba(184,134,11,0.3);
}
.panel-title {
  font-family: "Playfair Display", serif;
  font-style: italic;
  color: var(--bordeaux);
  font-size: 2rem;
  text-align: center;
  border-bottom: none;
  padding: 8px 0 20px;
  position: relative;
}
.panel-title::after {
  content: ""; position: absolute; left: 50%; bottom: 0;
  transform: translateX(-50%);
  width: 120px; height: 14px;
  background-image:
    url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 14'><path d='M0 7 L50 7 Q60 0 70 7 Q80 14 90 7 L120 7' fill='none' stroke='%23B8860B' stroke-width='1'/><circle cx='60' cy='7' r='2.5' fill='%23C05D40'/></svg>");
  background-repeat: no-repeat;
  background-position: center;
}
.dish {
  padding: 18px 8px;
  border-bottom: 1px dotted var(--line);
  transition: background .2s;
  border-radius: 4px;
}
.dish:hover { background: rgba(249,232,200,0.5); }
.dish-name {
  color: var(--bordeaux);
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-size: 1.22rem;
}
.dish-price {
  color: var(--terracotta-dark);
  font-weight: 700;
  font-size: 1.15rem;
  font-family: "Playfair Display", serif;
}
.dish-price small { color: var(--brass-deep); font-weight: 600; }
.dish-desc { color: #4a3420; font-size: 0.98rem; }
.menu-breadcrumb { color: var(--brass-deep); font-size: 1.1rem; text-align: center; }
.menu-breadcrumb em { color: var(--terracotta-dark); }

/* ========== GALLERY — painted tiles ========== */
.gallery-section {
  background:
    radial-gradient(ellipse at 50% 50%, rgba(244,211,138,0.3), transparent 70%);
  position: relative;
}
.gal-item {
  border: 3px solid var(--brass);
  box-shadow:
    0 12px 28px rgba(90,30,10,0.35),
    0 0 0 1px var(--brass-deep),
    inset 0 0 0 2px var(--casbah-warm);
  border-radius: 3px;
}
.gal-item::after {
  inset: 6px;
  border: 1px solid var(--brass-light);
  border-radius: 2px;
  opacity: 0.6;
}
.gal-item::before {
  content: "";
  position: absolute; inset: 0;
  background:
    url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='200' height='200'><filter id='g'><feTurbulence type='turbulence' baseFrequency='0.85' numOctaves='2' seed='5'/><feColorMatrix values='0 0 0 0 0.35  0 0 0 0 0.22  0 0 0 0 0.08  0 0 0 0.3 0'/></filter><rect width='200' height='200' filter='url(%23g)'/></svg>");
  mix-blend-mode: multiply;
  opacity: 0.5;
  pointer-events: none;
  z-index: 2;
}
.gal-cap {
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-size: 1.05rem;
  color: var(--casbah-warm);
  background: linear-gradient(180deg, transparent, rgba(58,20,16,0.85));
  padding: 40px 16px 14px;
  text-shadow: 0 1px 2px rgba(0,0,0,0.5);
  z-index: 1;
}

/* ========== EVENTS ========== */
.events-section {
  background:
    radial-gradient(ellipse at 30% 30%, rgba(107,122,59,0.15), transparent 60%),
    linear-gradient(180deg, rgba(232,216,184,0.4), rgba(244,211,138,0.25));
  position: relative;
}
.event-card {
  background:
    linear-gradient(180deg, var(--casbah-warm), var(--casbah));
  border: 2px solid var(--brass);
  border-radius: 4px;
  box-shadow:
    0 12px 28px rgba(90,30,10,0.25),
    0 0 0 4px var(--casbah-warm),
    0 0 0 5px var(--brass-deep),
    inset 0 0 0 1px var(--brass-light);
}
.event-card::before {
  content: "";
  position: absolute; inset: 0;
  background:
    url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='300' height='300'><filter id='e'><feTurbulence type='fractalNoise' baseFrequency='1.5' numOctaves='1' seed='2'/><feColorMatrix values='0 0 0 0 0.55  0 0 0 0 0.3  0 0 0 0 0.1  0 0 0 0.12 0'/></filter><rect width='300' height='300' filter='url(%23e)'/></svg>");
  mix-blend-mode: multiply;
  opacity: 0.5;
  pointer-events: none;
}
.event-art {
  border-bottom: 2px solid var(--brass);
  position: relative;
}
.event-body h3 {
  color: var(--bordeaux);
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-size: 1.55rem;
}
.event-body p { color: #4a3420; }
.event-price {
  color: var(--terracotta-dark) !important;
  font-weight: 700;
  font-size: 1.05rem;
}

/* ========== CHEF ========== */
.chef-section {
  background:
    radial-gradient(ellipse at 70% 40%, rgba(232,160,92,0.25), transparent 60%),
    linear-gradient(180deg, transparent, rgba(244,224,188,0.4));
  position: relative;
}
.chef-role { color: var(--terracotta-dark); font-size: 1.25rem; }
.chef-quote {
  background:
    linear-gradient(180deg, var(--casbah-warm), var(--saffron-light));
  border-left: 4px solid var(--brass);
  padding: 24px 28px;
  position: relative;
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-size: 1.2rem;
  color: var(--bordeaux);
  box-shadow:
    0 6px 18px rgba(90,30,10,0.2),
    inset 0 0 0 1px var(--brass-light);
}
.chef-quote::before {
  content: "\201C";
  position: absolute; top: -10px; left: 14px;
  font-family: "Playfair Display", serif;
  font-size: 4rem;
  color: var(--brass);
  line-height: 1;
  opacity: 0.6;
}
html[data-lang="ar"] .chef-quote { border-left: none; border-right: 4px solid var(--brass); }
html[data-lang="ar"] .chef-quote::before { left: auto; right: 14px; }

/* ========== TESTIMONIALS ========== */
.testi-section {
  background:
    linear-gradient(180deg, rgba(232,216,184,0.5), rgba(216,196,164,0.6)),
    url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='120' height='120'><g fill='none' stroke='%238A6508' stroke-width='0.4' opacity='0.35'><path d='M60 10 L72 32 L96 36 L78 52 L84 78 L60 64 L36 78 L42 52 L24 36 L48 32 Z'/></g></svg>");
  background-size: auto, 120px 120px;
  position: relative;
}
.testi-card {
  background:
    linear-gradient(180deg, var(--casbah-warm), #F2DFB8);
  border: 2px solid var(--brass);
  border-radius: 4px;
  padding: 28px 26px;
  box-shadow:
    0 12px 30px rgba(90,30,10,0.25),
    0 0 0 4px var(--casbah-warm),
    0 0 0 5px var(--brass-deep);
}
.testi-card::before { display: none; }
.testi-stars { color: var(--brass); font-size: 1.3rem; text-shadow: 0 1px 0 rgba(255,220,150,0.6); }
.testi-card blockquote { color: var(--ink); font-size: 1.08rem; }
.testi-avatar {
  background: linear-gradient(135deg, var(--terracotta), var(--bordeaux));
  border: 2px solid var(--brass);
  box-shadow: 0 0 0 1px var(--brass-deep), 0 4px 10px rgba(90,30,10,0.3);
  font-family: "Playfair Display", serif;
  font-style: italic;
}
.testi-who strong { color: var(--bordeaux); font-family: "Playfair Display", serif; font-style: italic; }

/* ========== BOOKING + CONTACT ========== */
.booking-section, .contact-section {
  background:
    radial-gradient(ellipse at 70% 20%, rgba(244,211,138,0.35), transparent 55%),
    linear-gradient(180deg, transparent, rgba(232,216,184,0.3));
  position: relative;
}
.booking-intro h2, .contact-info h2 {
  font-size: clamp(2rem, 3.5vw, 2.8rem);
  color: var(--bordeaux);
}
.booking-perks li { color: #3a2414; font-size: 1.02rem; }
.perk-ic {
  color: var(--brass);
  background: var(--casbah-warm);
  border: 1.5px solid var(--brass);
  box-shadow: inset 0 0 0 1px var(--casbah-warm), 0 2px 4px rgba(90,30,10,0.15);
}

.card {
  background:
    linear-gradient(180deg, var(--casbah-warm), #F2DFB8);
  border: 2px solid var(--brass);
  border-radius: 4px;
  box-shadow:
    0 16px 36px rgba(90,30,10,0.3),
    0 0 0 5px var(--casbah-warm),
    0 0 0 6px var(--brass-deep),
    inset 0 0 0 1px var(--brass-light);
}
.card::before {
  inset: 6px;
  border: 1px dashed var(--brass);
  border-radius: 2px;
  opacity: 0.5;
}
.booking-form label, .contact-form label {
  color: var(--bordeaux);
  font-family: "Playfair Display", serif;
  font-style: italic;
  text-transform: none;
  letter-spacing: 0.02em;
  font-size: 0.98rem;
  font-weight: 600;
}
.input, input.input, textarea.input, select.input {
  background: rgba(255,250,235,0.6);
  border: 1.5px solid var(--brass-deep);
  color: var(--ink);
  border-radius: 3px;
  box-shadow: inset 0 2px 4px rgba(90,30,10,0.1);
}
.input:focus {
  border-color: var(--terracotta);
  background: var(--casbah-warm);
  box-shadow: 0 0 0 3px rgba(232,160,92,0.35), inset 0 2px 4px rgba(90,30,10,0.1);
}

.info-list .ic {
  color: var(--brass);
  background: var(--casbah-warm);
  border: 1.5px solid var(--brass);
  box-shadow: 0 2px 4px rgba(90,30,10,0.15);
}
.info-list a { color: var(--bordeaux); }
.map-frame {
  border: 3px solid var(--brass);
  box-shadow:
    0 10px 24px rgba(90,30,10,0.25),
    0 0 0 1px var(--brass-deep);
}

.hours-table caption { color: var(--bordeaux); }
.hours-table th { color: var(--bordeaux); font-family: "Playfair Display", serif; font-style: italic; }
.hours-table td { color: #4a3420; }
.hours-table tr:hover { background: rgba(244,211,138,0.3); }

/* ========== SOCIAL ========== */
.social-list a {
  background: var(--casbah-warm);
  border: 1.5px solid var(--brass);
  color: var(--bordeaux);
  box-shadow: 0 2px 0 var(--brass-deep);
  font-family: "Playfair Display", serif;
  font-style: italic;
}
.social-list a:hover {
  background: var(--brass);
  border-color: var(--brass-deep);
  color: var(--casbah-warm);
}

/* ========== FOOTER — deep bordeaux with zellige ========== */
.site-footer {
  background:
    linear-gradient(180deg, rgba(90,30,10,0.92), rgba(42,24,16,0.96)),
    url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='120' height='120'><g fill='none' stroke='%23B8860B' stroke-width='0.6' opacity='0.5'><path d='M60 10 L74 34 L100 38 L82 58 L90 86 L60 72 L30 86 L38 58 L20 38 L46 34 Z'/></g><g fill='%23B8860B' opacity='0.35'><circle cx='60' cy='60' r='2'/></g></svg>");
  background-size: auto, 120px 120px;
  color: var(--casbah-warm);
  border-top: 4px solid var(--brass);
  box-shadow: inset 0 6px 12px rgba(0,0,0,0.35);
  position: relative;
}
.site-footer::before {
  content: ""; position: absolute; top: -4px; left: 0; right: 0; height: 4px;
  background-image:
    url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='4'><path d='M0 2 L5 0 L10 2 L15 0 L20 2' fill='none' stroke='%23D9A62B' stroke-width='1.2'/></svg>");
  background-repeat: repeat-x;
}
.brand--foot { color: var(--casbah-warm) !important; font-size: 1.8rem; }
.brand--foot .brand-mark { color: var(--brass-light); }
.foot-h {
  color: var(--brass-light) !important;
  font-family: "Playfair Display", serif;
  font-style: italic;
  letter-spacing: 0.08em;
}
.foot-col p, .foot-col a { color: rgba(249,232,200,0.85) !important; }
.foot-col a:hover { color: var(--brass-light) !important; }
.foot-hours em { color: var(--saffron-light); }
.site-footer .muted { color: rgba(249,232,200,0.6) !important; }
.copyright small { color: rgba(249,232,200,0.5); }

.social-list--foot a {
  background: rgba(184,134,11,0.2) !important;
  border-color: var(--brass) !important;
  color: var(--brass-light) !important;
}
.social-list--foot a:hover {
  background: var(--brass) !important;
  color: var(--bordeaux) !important;
}

/* ========== FLASH ========== */
.flash {
  background: linear-gradient(180deg, var(--casbah-warm), var(--saffron-light));
  color: var(--bordeaux);
  border-left: 4px solid var(--brass);
  border: 1px solid var(--brass);
  border-radius: 3px;
  font-family: "Playfair Display", serif;
  font-style: italic;
  box-shadow: 0 4px 10px rgba(90,30,10,0.2);
}

/* ========== WHATSAPP FLOAT ========== */
.wa-float {
  border: 2px solid var(--brass);
  box-shadow:
    0 12px 30px rgba(37,211,102,0.45),
    0 0 0 4px rgba(249,232,200,0.85),
    inset 0 1px 0 rgba(255,255,255,0.4);
  font-family: "Playfair Display", serif;
  font-style: italic;
}

/* ========== BURGER ========== */
.nav-burger { border-color: var(--brass); background: var(--casbah-warm); }
.nav-burger span { background: var(--bordeaux); }

/* ========== FORM ERRORS ========== */
.form-errors {
  background: linear-gradient(180deg, #F4D8C8, #E8B8A0);
  color: var(--bordeaux);
  border-left: 4px solid var(--terracotta);
  border-radius: 3px;
  font-family: "Playfair Display", serif;
  font-style: italic;
}

/* ========== MOBILE NAV (overrides painted) ========== */
@media (max-width: 980px) {
  .site-nav {
    background: linear-gradient(180deg, var(--casbah-warm), var(--saffron-light));
    border-bottom: 2px solid var(--brass);
  }
  .site-nav a { border-bottom: 1px dashed var(--brass-deep); }
}
