/* Dada Restaurant — style extraite du design Claude Design (valeurs verbatim).
   Palette : #0C3C47 (bleu profond) · #C9A45B (or) · #F6F0E3 (crème) · #EDE3CE (sable) */

/* ---------------------------------------------------------------- fontes */
/* Fichiers woff2 (sous-ensemble latin) extraits du bundle du design —
   identiques octet pour octet à ceux servis par Google Fonts. Karla est une
   fonte variable : un seul fichier couvre les graisses 400/500/700. */
@font-face {
  font-family: 'Karla';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/karla-latin.woff2") format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Karla';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/karla-latin.woff2") format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Karla';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/karla-latin.woff2") format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Marcellus';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/marcellus-latin.woff2") format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* ---------------------------------------------------------------- global */
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: #F6F0E3;
  color: #3E4E52;
  font-family: 'Karla', sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: #0C3C47; text-decoration: none; }
a:hover { color: #C9A45B; }
::selection { background: #C9A45B; color: #FFFFFF; }

.page { width: 100%; overflow-x: hidden; }

/* Les ancres tiennent compte de l'en-tête sticky (~64px). */
#maison, #specialites, #carte, #accueil, #infos { scroll-margin-top: 76px; }

/* ---------------------------------------------------------------- nav */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(246, 240, 227, 0.94);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid rgba(12, 60, 71, 0.10);
}
.nav-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 14px clamp(20px, 4vw, 48px);
  display: flex;
  align-items: center;
  gap: clamp(14px, 3vw, 36px);
  flex-wrap: wrap;
}
.brand { display: flex; flex-direction: column; line-height: 1; }
.brand-name {
  font-family: 'Marcellus', serif;
  font-size: 26px;
  letter-spacing: 0.22em;
  color: #0C3C47;
}
.brand-tag {
  font-size: 10px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: #C9A45B;
  margin-top: 3px;
}
.nav-links {
  display: flex;
  align-items: center;
  gap: clamp(14px, 2.4vw, 28px);
  flex-wrap: wrap;
  margin-left: auto;
  font-size: 14px;
  letter-spacing: 0.06em;
}
.nav-links a { color: #0C3C47; }
.nav-links a:hover { color: #C9A45B; }
.nav-actions { display: flex; align-items: center; gap: 14px; }
.lang-switch {
  display: flex;
  border: 1px solid rgba(12, 60, 71, 0.25);
  border-radius: 999px;
  overflow: hidden;
  font-size: 12px;
  letter-spacing: 0.1em;
}
.lang-switch button {
  border: none;
  cursor: pointer;
  padding: 6px 12px;
  font-family: 'Karla', sans-serif;
  font-size: inherit;
  letter-spacing: inherit;
}
.lang-fr { background: #0C3C47; color: #F6F0E3; font-weight: 700; }
.lang-en { background: transparent; color: #0C3C47; font-weight: 500; }
.lang-en:hover { color: #C9A45B; }
.btn-reserve {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #C9A45B;
  color: #FFFFFF;
  padding: 10px 18px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
}
.btn-reserve:hover { background: #B8903F; color: #FFFFFF; }

/* ---------------------------------------------------------------- hero */
.hero { display: flex; flex-wrap: wrap; min-height: 82vh; }
.hero-text {
  flex: 1 1 420px;
  background: #0C3C47;
  color: #F6F0E3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(48px, 7vw, 96px) clamp(28px, 5vw, 80px);
  gap: 28px;
  background-image: radial-gradient(rgba(201, 164, 91, 0.10) 1px, transparent 1px);
  background-size: 26px 26px;
}
.hero-logo {
  width: clamp(180px, 22vw, 250px);
  height: auto;
  display: block;
  margin-left: -8px;
}
.hero h1 {
  font-family: 'Marcellus', serif;
  font-weight: 400;
  font-size: clamp(30px, 3.4vw, 46px);
  line-height: 1.22;
  margin: 0;
  color: #F6F0E3;
  max-width: 15em;
}
.hero-cta-row { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
.btn-wa {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #C9A45B;
  color: #FFFFFF;
  padding: 16px 28px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.06em;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.25);
}
.btn-wa:hover { background: #B8903F; color: #FFFFFF; }
.hero-rating {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  color: rgba(246, 240, 227, 0.85);
}
.hero-rating .stars { color: #C9A45B; font-size: 16px; letter-spacing: 3px; }
.hero-rating strong { color: #F6F0E3; }
.hero-photo { flex: 1 1 460px; min-height: 420px; position: relative; }
.hero-photo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 42%;
}

/* ---------------------------------------------------------------- intro */
.intro { padding: clamp(64px, 9vw, 120px) clamp(24px, 5vw, 48px); text-align: center; }
.intro-inner {
  max-width: 720px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 26px;
}
.intro p {
  font-family: 'Marcellus', serif;
  font-size: clamp(21px, 2.2vw, 27px);
  line-height: 1.6;
  color: #0C3C47;
  margin: 0;
}

/* ---------------------------------------------------------------- spécialités */
.specialites { padding: 0 clamp(24px, 5vw, 48px) clamp(64px, 8vw, 110px); }
.spec-inner {
  max-width: 1240px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: clamp(36px, 5vw, 56px);
}
.section-head { display: flex; align-items: baseline; gap: 20px; flex-wrap: wrap; }
.section-head h2 {
  font-family: 'Marcellus', serif;
  font-weight: 400;
  font-size: clamp(32px, 4vw, 52px);
  color: #0C3C47;
  margin: 0;
}
.section-head .rule { flex: 1; height: 1px; background: rgba(201, 164, 91, 0.5); min-width: 60px; }

.featured { display: flex; flex-wrap: wrap; gap: clamp(28px, 4vw, 56px); align-items: center; }
.featured-img { flex: 1.1 1 380px; }
.featured-img img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 6px;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}
.featured-body { flex: 1 1 320px; display: flex; flex-direction: column; gap: 16px; }
.kicker {
  font-size: 12px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: #C9A45B;
  font-weight: 700;
}
.featured-body h3 {
  font-family: 'Marcellus', serif;
  font-weight: 400;
  font-size: clamp(26px, 2.8vw, 38px);
  color: #0C3C47;
  margin: 0;
}
.featured-body p { font-size: 16px; line-height: 1.75; margin: 0; max-width: 34em; }
.link-reserve {
  align-self: flex-start;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #0C3C47;
  border-bottom: 1px solid #C9A45B;
  padding-bottom: 3px;
}
.link-reserve:hover { color: #C9A45B; }

.dish-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: clamp(20px, 3vw, 32px);
}
.dish-grid figure { margin: 0; display: flex; flex-direction: column; gap: 14px; }
.dish-grid img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 6px;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}
.dish-name { font-family: 'Marcellus', serif; font-size: 20px; color: #0C3C47; }
.dish-desc { font-size: 14px; line-height: 1.6; margin-top: 4px; }

/* ---------------------------------------------------------------- la carte */
/* La carte imprimée (bleu nuit/or) portée à l'écran : bande pleine largeur
   comme la harira, motif pointillé or du héros, filet or avant la bande
   suivante pour séparer deux fonds sombres adjacents. */
.carte {
  background: #0C3C47;
  color: #F6F0E3;
  background-image: radial-gradient(rgba(201, 164, 91, 0.08) 1px, transparent 1px);
  background-size: 26px 26px;
  border-bottom: 1px solid rgba(201, 164, 91, 0.28);
}
.carte-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: clamp(64px, 8vw, 110px) clamp(24px, 5vw, 48px);
  display: flex;
  flex-direction: column;
  gap: clamp(40px, 5vw, 64px);
}
.carte .section-head h2 { color: #F6F0E3; }

.carte-cols {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(340px, 100%), 1fr));
  column-gap: clamp(48px, 7vw, 96px);
  row-gap: clamp(44px, 6vw, 64px);
}
.carte-col { display: flex; flex-direction: column; gap: clamp(44px, 6vw, 64px); }
.carte-cat { display: flex; flex-direction: column; gap: 20px; }
.carte-cat h3 {
  display: flex;
  align-items: center;
  gap: 16px;
  font-family: 'Marcellus', serif;
  font-weight: 400;
  font-size: clamp(21px, 2.2vw, 25px);
  letter-spacing: 0.05em;
  color: #C9A45B;
  margin: 0;
}
.carte-cat h3::after {
  content: "";
  flex: 1;
  height: 1px;
  background: rgba(201, 164, 91, 0.35);
}
.carte-cat-note {
  margin: -8px 0 0;
  font-size: 13px;
  font-style: italic;
  color: rgba(246, 240, 227, 0.65);
}
.carte-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.carte-row { display: flex; align-items: baseline; gap: 10px; }
.carte-name {
  font-family: 'Marcellus', serif;
  font-size: 18px;
  line-height: 1.35;
  color: #F6F0E3;
}
.carte-qty {
  font-family: 'Karla', sans-serif;
  font-size: 13px;
  color: rgba(246, 240, 227, 0.7);
  white-space: nowrap;
}
.carte-leader {
  flex: 1;
  min-width: 26px;
  align-self: flex-end;
  margin-bottom: 6px;
  border-bottom: 1px dotted rgba(201, 164, 91, 0.4);
}
.carte-price {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #C9A45B;
  white-space: nowrap;
}
.carte-desc {
  margin: 6px 0 0;
  font-size: 14px;
  line-height: 1.6;
  color: rgba(246, 240, 227, 0.72);
  max-width: 34em;
}
.carte-caption {
  margin: 0;
  text-align: center;
  font-size: 13px;
  letter-spacing: 0.04em;
  color: rgba(246, 240, 227, 0.65);
}

/* ---------------------------------------------------------------- harira */
.harira { background: #0C3C47; color: #F6F0E3; }
.harira-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: clamp(56px, 7vw, 96px) clamp(24px, 5vw, 48px);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: clamp(32px, 5vw, 72px);
}
.harira-img { flex: 0 1 400px; min-width: 280px; }
.harira-img img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 6px;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.35);
}
.harira-body { flex: 1 1 340px; display: flex; flex-direction: column; gap: 18px; }
.harira-body h3 {
  font-family: 'Marcellus', serif;
  font-weight: 400;
  font-size: clamp(28px, 3vw, 42px);
  margin: 0;
  color: #F6F0E3;
}
.harira-body p {
  font-size: 16px;
  line-height: 1.8;
  margin: 0;
  color: rgba(246, 240, 227, 0.85);
  max-width: 34em;
}

/* ---------------------------------------------------------------- accueil / avis */
.accueil { padding: clamp(64px, 8vw, 110px) clamp(24px, 5vw, 48px); }
.accueil-inner {
  max-width: 1240px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: clamp(36px, 5vw, 72px);
  align-items: center;
}
.accueil-img { flex: 0 1 380px; min-width: 280px; }
.accueil-img img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 6px;
  aspect-ratio: 3 / 4;
  object-fit: cover;
}
.accueil-body { flex: 1 1 420px; display: flex; flex-direction: column; gap: clamp(28px, 3vw, 40px); }
.accueil-body h2 {
  font-family: 'Marcellus', serif;
  font-weight: 400;
  font-size: clamp(30px, 3.6vw, 48px);
  color: #0C3C47;
  margin: 10px 0 0;
}
.accueil blockquote { margin: 0; border-left: 2px solid #C9A45B; padding-left: clamp(18px, 2.5vw, 28px); }
.accueil blockquote p {
  font-family: 'Marcellus', serif;
  font-size: clamp(20px, 2.1vw, 26px);
  line-height: 1.5;
  color: #0C3C47;
  margin: 0;
}
.accueil blockquote footer {
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #C9A45B;
  margin-top: 10px;
  font-weight: 700;
}

/* ---------------------------------------------------------------- infos pratiques */
.infos { background: #EDE3CE; padding: clamp(64px, 8vw, 110px) clamp(24px, 5vw, 48px); }
.infos-inner {
  max-width: 1240px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: clamp(36px, 5vw, 52px);
}
.infos-cols { display: flex; flex-wrap: wrap; gap: clamp(32px, 5vw, 64px); }
.infos-list { flex: 1 1 340px; display: flex; flex-direction: column; gap: 28px; }
.info-item { display: flex; flex-direction: column; gap: 6px; }
.info-value { font-size: 17px; color: #0C3C47; }
.tel-link {
  font-size: 17px;
  color: #0C3C47;
  text-decoration: underline;
  text-decoration-color: rgba(201, 164, 91, 0.6);
  text-underline-offset: 4px;
}
.tel-link:hover { color: #C9A45B; }
.btn-wa-dark {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  align-self: flex-start;
  background: #0C3C47;
  color: #F6F0E3;
  padding: 16px 28px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.06em;
  margin-top: 6px;
}
.btn-wa-dark:hover { background: #082E38; color: #F6F0E3; }
.infos-note { font-size: 13px; color: rgba(62, 78, 82, 0.75); margin: 0; max-width: 34em; }
.infos-map { flex: 1 1 380px; }
.map-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  aspect-ratio: 4 / 3;
  border-radius: 6px;
  background: #0C3C47;
  background-image: radial-gradient(rgba(201, 164, 91, 0.12) 1px, transparent 1px);
  background-size: 22px 22px;
  color: #F6F0E3;
  text-align: center;
  padding: 24px;
}
.map-card:hover { background-color: #082E38; color: #F6F0E3; }
.map-title { font-family: 'Marcellus', serif; font-size: 22px; color: #F6F0E3; }
.map-sub { font-size: 14px; color: rgba(246, 240, 227, 0.75); }
.map-cta {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #C9A45B;
  border-bottom: 1px solid rgba(201, 164, 91, 0.6);
  padding-bottom: 3px;
}

/* ---------------------------------------------------------------- footer */
.footer {
  background: #0C3C47;
  color: rgba(246, 240, 227, 0.8);
  text-align: center;
  padding: clamp(56px, 7vw, 88px) 24px;
}
.footer-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  max-width: 640px;
  margin: 0 auto;
}
.footer-logo { width: 170px; height: auto; display: block; }
.footer-rating { display: flex; align-items: center; gap: 10px; font-size: 14px; }
.footer-rating .stars { color: #C9A45B; letter-spacing: 3px; }
.footer-rating strong { color: #F6F0E3; }
.footer-google {
  font-size: 14px;
  color: #C9A45B;
  letter-spacing: 0.08em;
  border-bottom: 1px solid rgba(201, 164, 91, 0.5);
  padding-bottom: 2px;
}
.footer-google:hover { color: #E6CE96; }
.footer-copy { font-size: 12px; color: rgba(246, 240, 227, 0.45); margin-top: 10px; }

/* ---------------------------------------------------------------- WhatsApp flottant + toast */
.wa-float {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 60;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #C9A45B;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 24px rgba(12, 60, 71, 0.35);
}
.wa-float:hover { background: #B8903F; }

.toast {
  display: none;
  position: fixed;
  left: 50%;
  bottom: 96px;
  transform: translateX(-50%);
  z-index: 70;
  background: #0C3C47;
  color: #F6F0E3;
  padding: 12px 22px;
  border-radius: 999px;
  font-size: 14px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
}
.toast.show { display: block; }
