/* ================================================================
   MAISON LORYNA — CSS
   S'appuie sur style.css (boutons, nav, footer, grilles).
   Ce fichier surcharge et étend — préfixe .ml- pour les nouveaux.
   Palette : Rouge #C0392B · Blanc #FFFFFF · Bleu #0D2035
   ================================================================ */

/* ── Variables Maison Loryna ───────────────────────────────────── */
:root {
  --ml-bleu:        #0D2035;
  --ml-bleu-mid:    #1B3A5C;
  --ml-bleu-doux:   #1e3a56;
  --ml-rouge:       #C0392B;   /* même que --rouge du site */
  --ml-rouge-fonce: #7A1520;
  --ml-blanc:       #FFFFFF;
  --ml-blanc-chaud: #FAF7F3;   /* blanc respirant pour sections claires */
  --ml-ease:        cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --ml-ease-lent:   cubic-bezier(0.16, 1, 0.3, 1);
}

/* ── Corps de page ─────────────────────────────────────────────── */
body.ml-page {
  background: var(--ml-bleu);
  -webkit-font-smoothing: antialiased;
}

/* ── Navbar : transparente → solidaire au scroll ───────────────── */
body.ml-page .navbar {
  background: transparent;
  box-shadow: none;
  transition: background 0.7s ease, box-shadow 0.7s ease;
}

body.ml-page .navbar.ml-nav-scrolled {
  background: var(--ml-blanc-chaud);
  box-shadow: 0 2px 16px rgba(13, 32, 53, 0.12);
}

/* Logo */
body.ml-page .nav-logo {
  color: rgba(255, 255, 255, 0.88);
  font-size: 1.1rem;
  letter-spacing: 0.12em;
  transition: color 0.5s ease;
}
body.ml-page .navbar.ml-nav-scrolled .nav-logo { color: var(--rouge); }

/* Liens nav */
body.ml-page .nav-links a {
  color: rgba(255, 255, 255, 0.65);
  transition: color 0.3s ease, background 0.3s ease;
}
body.ml-page .nav-links a:hover,
body.ml-page .nav-links a.active {
  color: var(--blanc);
  background: rgba(255, 255, 255, 0.1);
}
body.ml-page .navbar.ml-nav-scrolled .nav-links a { color: var(--brun); }
body.ml-page .navbar.ml-nav-scrolled .nav-links a:hover,
body.ml-page .navbar.ml-nav-scrolled .nav-links a.active {
  color: var(--rouge);
  background: rgba(192, 57, 43, 0.08);
}

/* Hamburger */
body.ml-page .hamburger { color: rgba(255,255,255,0.75); }
body.ml-page .navbar.ml-nav-scrolled .hamburger { color: var(--brun); }

/* Mobile nav */
body.ml-page .nav-mobile {
  background: var(--ml-bleu);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
body.ml-page .nav-mobile a { color: rgba(255,255,255,0.75); }
body.ml-page .nav-mobile a:hover,
body.ml-page .nav-mobile a.active {
  color: var(--blanc);
  background: rgba(255,255,255,0.08);
}

/* Le hero est plein écran, sous la navbar transparente */
body.ml-page .page-content { padding-top: 0; }


/* ================================================================
   HERO
   ================================================================ */
.ml-hero {
  height: 100vh;
  min-height: 600px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  color: var(--blanc);
}

/* Ancienne règle conservée pour compatibilité */
.ml-hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transform: scale(1.07);
  transition: transform 20s ease;
  will-change: transform;
}
.ml-hero:hover .ml-hero-bg { transform: scale(1.02); }

/* ── Conteneur média vidéo ─────────────────────────────────────── */
.ml-hero-media {
  position: absolute;
  inset: 0;
  overflow: hidden;
  z-index: 0;
}

/* Vidéo de fond autoplay muted loop playsinline */
.ml-hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: brightness(0.82) contrast(0.9) saturate(0.85);
  transform: scale(1.06);
  transition: transform 16s ease;
  will-change: transform;
}
.ml-hero:hover .ml-hero-video { transform: scale(1.01); }

/* Fallback image — visible si la vidéo ne se charge pas */
.ml-hero-bg-fallback {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  z-index: -1;
}

@media (prefers-reduced-motion: reduce) {
  .ml-hero-video { display: none; }
}

.ml-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    168deg,
    rgba(13, 32, 53, 0.82) 0%,
    rgba(13, 32, 53, 0.52) 38%,
    rgba(122, 21, 32, 0.42) 72%,
    rgba(13, 32, 53, 0.75) 100%
  );
}

/* Fondu vers les territoires — continuité sans rupture */
.ml-hero::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 220px;
  background: linear-gradient(to bottom, transparent, #07101e);
  pointer-events: none;
  z-index: 2;
}

.ml-hero-content {
  position: relative;
  z-index: 3;
  max-width: 860px;
  padding: 2rem;
}

.ml-overline {
  display: block;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  font-size: 0.72rem;
  letter-spacing: 0.5em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.38);
  margin-bottom: 2.2rem;
  animation: ml-monter 1.6s ease both;
}

@keyframes ml-monter {
  from { opacity: 0; transform: translateY(16px); }
  to   { opacity: 1; transform: translateY(0); }
}

.ml-hero-title {
  font-family: 'Playfair Display', serif;
  font-weight: 900;
  font-size: clamp(4rem, 11vw, 9rem);
  line-height: 0.92;
  color: var(--blanc);
  margin: 0 0 2.2rem;
  text-shadow: 0 4px 32px rgba(0, 0, 0, 0.25);
  animation: ml-monter 1.8s 0.2s ease both;
}

.ml-titre-maison {
  display: block;
  font-weight: 400;
  font-size: 0.45em;
  letter-spacing: 0.65em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.42);
  margin-bottom: 0.3em;
}

.ml-hero-sous {
  font-size: 1.05rem;
  color: rgba(255, 255, 255, 0.55);
  margin-bottom: 2.8rem;
  font-weight: 300;
  letter-spacing: 0.04em;
  line-height: 1.6;
  animation: ml-monter 2s 0.35s ease both;
}

.ml-hero-ctas {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
  animation: ml-monter 2.2s 0.5s ease both;
}

/* Indicateur de scroll */
.ml-scroll-indicator {
  position: absolute;
  bottom: 2.8rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  text-align: center;
  animation: ml-monter 2.6s 1s ease both;
}
.ml-scroll-label {
  display: block;
  font-size: 0.6rem;
  letter-spacing: 0.45em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.22);
  margin-bottom: 0.7rem;
  font-weight: 300;
}
.ml-scroll-fil {
  width: 1px;
  height: 52px;
  background: linear-gradient(to bottom, rgba(255,255,255,0.4), transparent);
  margin: 0 auto;
  transform-origin: top;
  animation: ml-fil-pulse 2.6s ease-in-out infinite;
}
@keyframes ml-fil-pulse {
  0%, 100% { transform: scaleY(0.28); opacity: 0.3; }
  55%       { transform: scaleY(1);   opacity: 1;   }
}


/* ================================================================
   TROIS TERRITOIRES
   Trois zones plein-écran côte à côte, sans cartes, sans bordures.
   ================================================================ */
.ml-territoires {
  display: flex;
  height: 100vh;
  min-height: 560px;
  position: relative;
  overflow: hidden;
  background: #07101e; /* continue le hero */
}

/* ── Couche atmosphérique — lumière ambiante au hover ─────────── */
.ml-atmo {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  opacity: 0;
  transition: background 0.8s ease, opacity 0.5s ease;
}

/* Restaurant : saignement rouge fort depuis le bord gauche */
.ml-territoires[data-actif="restaurant"] .ml-atmo {
  background:
    radial-gradient(ellipse 70% 90% at -5% 50%,
      rgba(192, 57, 43, 0.32) 0%, transparent 65%),
    radial-gradient(ellipse 40% 60% at 28% 50%,
      rgba(192, 57, 43, 0.12) 0%, transparent 70%);
  opacity: 1;
}
/* Épicerie : halo chaud au centre, déborde sur les voisins */
.ml-territoires[data-actif="epicerie"] .ml-atmo {
  background:
    radial-gradient(ellipse 80% 100% at 50% 50%,
      rgba(180, 110, 40, 0.22) 0%, transparent 65%),
    radial-gradient(ellipse 40% 60% at 30% 50%,
      rgba(180, 110, 40, 0.10) 0%, transparent 70%),
    radial-gradient(ellipse 40% 60% at 70% 50%,
      rgba(180, 110, 40, 0.10) 0%, transparent 70%);
  opacity: 1;
}
/* Coming : saignement bleu profond depuis le bord droit */
.ml-territoires[data-actif="coming"] .ml-atmo {
  background:
    radial-gradient(ellipse 70% 90% at 105% 50%,
      rgba(10, 30, 70, 0.45) 0%, transparent 65%),
    radial-gradient(ellipse 40% 60% at 72% 50%,
      rgba(13, 32, 53, 0.22) 0%, transparent 70%);
  opacity: 1;
}

/* ── Territoire individuel ─────────────────────────────────────── */
.ml-territoire {
  flex: 1;
  position: relative;
  overflow: hidden;
  transition:
    flex       0.65s var(--ml-ease),
    filter     0.55s ease,
    box-shadow 0.65s ease;
  cursor: pointer;
}

.ml-territoire:focus-visible {
  outline: 2px solid rgba(192,57,43,0.6);
  outline-offset: -2px;
}

/* ── Expansion via CSS :has() ──────────────────────────────────── */
/* Actif : s'étend fortement */
.ml-territoires:has(.ml-t--restaurant:hover) .ml-t--restaurant { flex: 3.0; }
.ml-territoires:has(.ml-t--epicerie:hover)   .ml-t--epicerie   { flex: 3.0; }
.ml-territoires:has(.ml-t--coming:hover)     .ml-t--coming     { flex: 3.0; }

/* Inactifs : se rétractent et s'assombrissent */
.ml-territoires:has(.ml-t--restaurant:hover) .ml-t--epicerie,
.ml-territoires:has(.ml-t--restaurant:hover) .ml-t--coming     { flex: 0.5; filter: brightness(0.55) saturate(0.6); }

.ml-territoires:has(.ml-t--epicerie:hover)   .ml-t--restaurant,
.ml-territoires:has(.ml-t--epicerie:hover)   .ml-t--coming     { flex: 0.5; filter: brightness(0.55) saturate(0.6); }

.ml-territoires:has(.ml-t--coming:hover)     .ml-t--restaurant,
.ml-territoires:has(.ml-t--coming:hover)     .ml-t--epicerie   { flex: 0.5; filter: brightness(0.55) saturate(0.6); }

/* Saignement : halo de couleur qui déborde sur les territoires inactifs */
.ml-territoires:has(.ml-t--restaurant:hover) .ml-t--restaurant {
  box-shadow: 6px 0 60px rgba(192, 57, 43, 0.55), -2px 0 30px rgba(192, 57, 43, 0.2);
}
.ml-territoires:has(.ml-t--epicerie:hover) .ml-t--epicerie {
  box-shadow: 4px 0 50px rgba(180, 110, 40, 0.45), -4px 0 50px rgba(180, 110, 40, 0.45);
}
.ml-territoires:has(.ml-t--coming:hover) .ml-t--coming {
  box-shadow: -6px 0 60px rgba(13, 32, 53, 0.7), 2px 0 30px rgba(13, 32, 53, 0.3);
}

/* ── Fond photographique — respire comme un tissu ─────────────── */
.ml-t-bg {
  position: absolute;
  inset: -5%;
  background-size: cover;
  background-position: center;
  transform: scale(1.06);
  transition: transform 14s ease; /* très lent, organique */
  will-change: transform;
}
.ml-territoire:hover .ml-t-bg {
  transform: scale(1.0);
  transition: transform 10s ease;
}

/* Voile de couleur sur chaque territoire */
.ml-t-voile {
  position: absolute;
  inset: 0;
  z-index: 1;
  transition: background 0.65s ease, opacity 0.55s ease;
}

/* Gradient du bas vers le haut pour lisibilité du texte */
.ml-t-corps {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 3rem 2.8rem;
  background: linear-gradient(
    to top,
    rgba(4, 8, 16, 0.82) 0%,
    rgba(4, 8, 16, 0.35) 40%,
    transparent 68%
  );
  color: var(--blanc);
  overflow: hidden;
}

/* Métadonnée : numéro + label */
.ml-t-meta {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 0.8rem;
  opacity: 0.6;
  transition: opacity 0.7s ease;
}
.ml-territoire:hover .ml-t-meta { opacity: 1; }

.ml-t-num {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  font-size: 0.62rem;
  letter-spacing: 0.22em;
  color: rgba(255,255,255,0.35);
}

.ml-t-label {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 0.65rem;
  letter-spacing: 0.45em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.55);
  transition: color 0.6s ease;
}
.ml-territoire:hover .ml-t-label { color: rgba(255,255,255,0.85); }

/* Titre principal du territoire */
.ml-t-titre {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  font-size: clamp(1.9rem, 3.5vw, 3.8rem);
  color: var(--blanc);
  margin: 0 0 0.6rem;
  line-height: 1.0;
  transition: transform 0.6s var(--ml-ease), letter-spacing 0.6s var(--ml-ease);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ml-territoire:hover .ml-t-titre {
  transform: translateY(-10px);
  letter-spacing: 0.04em;
}

.ml-t--coming .ml-t-titre {
  opacity: 0.28;
  font-style: italic;
  letter-spacing: 0.14em;
}

/* Description — apparaît doucement au hover */
.ml-t-desc {
  font-size: 0.88rem;
  font-weight: 300;
  letter-spacing: 0.04em;
  color: rgba(255,255,255,0.48);
  margin: 0 0 1.6rem;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.65s 0.12s ease, transform 0.65s 0.12s var(--ml-ease);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ml-territoire:hover .ml-t-desc { opacity: 1; transform: translateY(0); }

/* CTA — apparaît après la description */
.ml-t-cta {
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.55s 0.24s ease, transform 0.55s 0.24s var(--ml-ease);
}
.ml-territoire:hover .ml-t-cta { opacity: 1; transform: translateY(0); }

.ml-t-cta .btn { font-size: 0.82rem; padding: 0.55rem 1.5rem; }

/* ── Direction artistique de chaque territoire ─────────────────── */

/* RESTAURANT — rouge gastronomique : chaud, charnel, vivant */
.ml-t--restaurant .ml-t-bg {
  background-image: url('../../../assets/images/restaurant/accueil/IMG_8948-edited-1.jpg');
  filter: saturate(1.15) contrast(1.05);
}
.ml-t--restaurant .ml-t-voile {
  background:
    radial-gradient(ellipse 80% 60% at 50% 100%, rgba(122, 21, 32, 0.72) 0%, transparent 70%),
    linear-gradient(160deg, rgba(140, 24, 36, 0.52) 0%, rgba(13, 32, 53, 0.30) 100%);
}
.ml-t--restaurant:hover .ml-t-voile {
  background:
    radial-gradient(ellipse 90% 70% at 50% 100%, rgba(192, 57, 43, 0.65) 0%, transparent 68%),
    linear-gradient(160deg, rgba(192, 57, 43, 0.38) 0%, rgba(13, 32, 53, 0.18) 100%);
}
/* Filet supérieur rouge pour le restaurant */
.ml-t--restaurant::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(to right, transparent, rgba(192,57,43,0.0), transparent);
  z-index: 4;
  transition: background 0.6s ease;
}
.ml-t--restaurant:hover::before {
  background: linear-gradient(to right, transparent, rgba(192,57,43,0.7), transparent);
}

/* ÉPICERIE — terroir artisanal : chaud, organique, ambre */
.ml-t--epicerie .ml-t-bg {
  background-image: url('../../../assets/images/restaurant/galerie/IMG_9230.jpg');
  filter: saturate(0.9) sepia(0.15) contrast(1.08);
}
.ml-t--epicerie .ml-t-voile {
  background:
    radial-gradient(ellipse 80% 55% at 50% 100%, rgba(110, 62, 12, 0.78) 0%, transparent 70%),
    linear-gradient(160deg, rgba(120, 68, 20, 0.55) 0%, rgba(40, 24, 8, 0.48) 100%);
}
.ml-t--epicerie:hover .ml-t-voile {
  background:
    radial-gradient(ellipse 90% 65% at 50% 100%, rgba(150, 90, 30, 0.65) 0%, transparent 68%),
    linear-gradient(160deg, rgba(180, 110, 40, 0.35) 0%, rgba(30, 18, 6, 0.30) 100%);
}
.ml-t--epicerie::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(to right, transparent, rgba(180,110,40,0.0), transparent);
  z-index: 4;
  transition: background 0.6s ease;
}
.ml-t--epicerie:hover::before {
  background: linear-gradient(to right, transparent, rgba(180,110,40,0.55), transparent);
}

/* COMING SOON — bleu nuit glacial : froid, mystérieux, presque absent */
.ml-t--coming .ml-t-bg {
  background: linear-gradient(155deg, #04080f 0%, #0a1a2e 50%, #030609 100%);
}
.ml-t--coming .ml-t-voile {
  background:
    radial-gradient(ellipse 70% 90% at 50% 20%, rgba(13, 32, 53, 0.6) 0%, transparent 65%),
    linear-gradient(170deg, rgba(5, 10, 22, 0.5) 0%, rgba(13, 32, 53, 0.82) 100%);
}
.ml-t--coming:hover .ml-t-voile {
  background:
    radial-gradient(ellipse 80% 100% at 50% 30%, rgba(10, 24, 55, 0.45) 0%, transparent 65%),
    linear-gradient(170deg, rgba(4, 8, 20, 0.35) 0%, rgba(13, 32, 53, 0.65) 100%);
}
.ml-t--coming::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(to right, transparent, rgba(13,32,53,0.0), transparent);
  z-index: 4;
  transition: background 0.6s ease;
}
.ml-t--coming:hover::before {
  background: linear-gradient(to right, transparent, rgba(30,60,110,0.5), transparent);
}


/* ================================================================
   NARRATIVE — La Maison
   Section de transition : blanc chaud, éditorial, spacieux
   ================================================================ */
.ml-narrative {
  background: var(--ml-blanc-chaud);
  padding: 8rem 2rem;
  position: relative;
}

/* Filet de transition en haut */
.ml-narrative::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 5px;
  background: linear-gradient(to right, var(--ml-rouge), var(--ml-bleu));
  opacity: 0.35;
}

.ml-narrative-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 7rem;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto;
}

/* Surcharge couleurs pour cette section claire */
.ml-narrative .section-label   { color: var(--ml-rouge); }
.ml-narrative .section-title   { color: var(--ml-bleu); margin-bottom: 0; }

.ml-narrative-texte p {
  color: #4a5a68;
  font-size: 1.05rem;
  line-height: 1.85;
  margin-top: 1.6rem;
}

.ml-narrative-img {
  position: relative;
}
.ml-narrative-img img {
  width: 100%;
  border-radius: 3px;
  box-shadow: 0 16px 56px rgba(13, 32, 53, 0.16);
  display: block;
}

/* Cadre décoratif derrière l'image */
.ml-narrative-img::before {
  content: '';
  position: absolute;
  top: -18px;
  right: -18px;
  bottom: 18px;
  left: 18px;
  border: 1px solid rgba(192, 57, 43, 0.18);
  border-radius: 3px;
  z-index: -1;
}


/* ================================================================
   BANDE D'AMBIANCE — Citation
   ================================================================ */
.ml-ambiance {
  height: 400px;
  position: relative;
  overflow: hidden;
  background: var(--ml-bleu);
}

.ml-ambiance-bg {
  position: absolute;
  inset: -5%;
  background-size: cover;
  background-position: center 35%;
  opacity: 0.38;
  transform: scale(1.06);
  transition: transform 12s ease;
}
.ml-ambiance:hover .ml-ambiance-bg { transform: scale(1.01); }

.ml-ambiance-voile {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right,
    rgba(13, 32, 53, 0.88) 0%,
    rgba(13, 32, 53, 0.5) 55%,
    rgba(13, 32, 53, 0.2) 100%
  );
}

.ml-ambiance-contenu {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 4rem;
  max-width: 760px;
}

.ml-ambiance-contenu blockquote {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.3rem, 2.8vw, 2rem);
  font-weight: 400;
  font-style: italic;
  line-height: 1.5;
  color: rgba(255,255,255,0.88);
  border-left: 2px solid var(--ml-rouge);
  padding-left: 2rem;
}

.ml-ambiance-contenu blockquote cite {
  display: block;
  font-style: normal;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  font-size: 0.75rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.3);
  margin-top: 1.6rem;
}


/* ================================================================
   ÉQUIPE (réutilise team-grid / team-card de style.css)
   Adaptations couleurs pour fond clair
   ================================================================ */
.ml-equipe {
  background: var(--ml-blanc-chaud);
  padding: 7rem 2rem;
}

.ml-equipe .section-label   { color: var(--ml-rouge); }
.ml-equipe .section-title   { color: var(--ml-bleu); }
.ml-equipe .section-sub     { color: #5a6878; }
.ml-equipe .team-card h3    { color: var(--ml-bleu); }
.ml-equipe .team-card .team-photo { border-color: rgba(13, 32, 53, 0.12); }
.ml-equipe .divider         { color: var(--ml-rouge); }


/* ================================================================
   SECTION RÉSERVATION
   ================================================================ */
.ml-resa {
  background: linear-gradient(135deg, var(--ml-rouge) 0%, var(--ml-rouge-fonce) 100%);
  color: var(--blanc);
  text-align: center;
  padding: 7rem 2rem;
}

.ml-resa h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.9rem, 3.5vw, 3rem);
  margin-bottom: 1.1rem;
  font-weight: 700;
}
.ml-resa p {
  font-size: 1.05rem;
  margin-bottom: 2.8rem;
  opacity: 0.85;
  font-weight: 300;
  letter-spacing: 0.02em;
}

/* Bouton outline sur fond rouge */
.ml-resa .btn-outline {
  border-color: rgba(255,255,255,0.55);
  color: var(--blanc);
}
.ml-resa .btn-outline:hover {
  background: rgba(255,255,255,0.1);
  color: var(--blanc);
  border-color: rgba(255,255,255,0.9);
  transform: translateY(-2px);
}


/* ================================================================
   INFOS — Horaires & Contact (fond bleu)
   ================================================================ */
.ml-infos {
  background: var(--ml-bleu);
  color: var(--blanc);
  padding: 7rem 2rem;
}

.ml-infos-grille {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6rem;
  max-width: 1000px;
  margin: 0 auto;
  align-items: start;
}

.ml-infos-col h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.6rem;
  font-weight: 400;
  color: rgba(255,255,255,0.85);
  margin-bottom: 2.2rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

.ml-info-item {
  display: flex;
  gap: 1rem;
  margin-bottom: 1.5rem;
  align-items: flex-start;
}

.ml-info-icone {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(192, 57, 43, 0.18);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #e87060;
  font-size: 0.88rem;
  flex-shrink: 0;
  margin-top: 2px;
}

.ml-info-texte { line-height: 1.65; }
.ml-info-texte strong {
  display: block;
  font-size: 0.7rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(192, 57, 43, 0.72);
  margin-bottom: 0.22rem;
  font-weight: 700;
}
.ml-info-texte span,
.ml-info-texte a {
  font-size: 0.95rem;
  color: rgba(255,255,255,0.58);
  transition: color 0.3s ease;
}
.ml-info-texte a:hover { color: rgba(255,255,255,0.9); }

/* Table des horaires */
.ml-horaires {
  width: 100%;
  border-collapse: collapse;
}
.ml-horaires tr {
  border-bottom: 1px solid rgba(255,255,255,0.07);
}
.ml-horaires tr:last-child { border-bottom: none; }
.ml-horaires td {
  padding: 0.78rem 0.4rem;
  font-size: 0.92rem;
}
.ml-horaires td:first-child {
  font-weight: 700;
  color: rgba(255,255,255,0.72);
  padding-right: 2rem;
}
.ml-horaires td:last-child {
  color: rgba(255,255,255,0.42);
  text-align: right;
}
.ml-horaires tr.ml-ferme td { color: rgba(255,255,255,0.2); }
.ml-horaires-note {
  margin-top: 1.5rem;
  font-size: 0.8rem;
  color: rgba(255,255,255,0.25);
  font-style: italic;
}


/* ================================================================
   FOOTER (même structure que style.css, fond bleu nuit)
   ================================================================ */
body.ml-page .footer {
  background: #060e1c;
  border-top: 1px solid rgba(255,255,255,0.05);
}

body.ml-page .footer-brand .footer-logo { color: var(--blanc); }
body.ml-page .footer-brand p { color: rgba(255,255,255,0.45); }

body.ml-page .footer-col h4            { color: rgba(255,255,255,0.55); }
body.ml-page .footer-col li,
body.ml-page .footer-col p             { color: rgba(255,255,255,0.42); opacity: 1; }
body.ml-page .footer-col li i,
body.ml-page .footer-col p i           { color: #c04040; }
body.ml-page .footer-col a:hover       { color: var(--blanc); }
body.ml-page .footer-bottom {
  border-top-color: rgba(255,255,255,0.06);
  color: rgba(255,255,255,0.35);
}


/* ================================================================
   RESPONSIVE
   ================================================================ */

/* Tablette */
@media (max-width: 1024px) {
  .ml-narrative-inner { gap: 4rem; }
  .ml-infos-grille    { gap: 3.5rem; }
}

/* Mobile — territoires empilés */
@media (max-width: 768px) {
  .ml-territoires {
    flex-direction: column;
    height: auto;
  }

  .ml-territoire {
    flex: none !important;
    height: 52vw;
    min-height: 220px;
    max-height: 320px;
    transition: height 0.85s var(--ml-ease);
  }

  .ml-territoire + .ml-territoire {
    border-left: none;
    border-top: 1px solid rgba(255,255,255,0.05);
  }

  /* Expansion verticale sur mobile */
  .ml-territoires:has(.ml-t--restaurant:hover) .ml-t--restaurant,
  .ml-territoires:has(.ml-t--epicerie:hover)   .ml-t--epicerie,
  .ml-territoires:has(.ml-t--coming:hover)     .ml-t--coming {
    height: 62vw;
    max-height: 380px;
  }
  .ml-territoires:has(.ml-t--restaurant:hover) .ml-t--epicerie,
  .ml-territoires:has(.ml-t--restaurant:hover) .ml-t--coming,
  .ml-territoires:has(.ml-t--epicerie:hover)   .ml-t--restaurant,
  .ml-territoires:has(.ml-t--epicerie:hover)   .ml-t--coming,
  .ml-territoires:has(.ml-t--coming:hover)     .ml-t--restaurant,
  .ml-territoires:has(.ml-t--coming:hover)     .ml-t--epicerie {
    height: 40vw;
    min-height: 180px;
  }

  /* Sur mobile, contenu toujours visible */
  .ml-t-desc { opacity: 1; transform: none; }
  .ml-t-cta  { opacity: 1; transform: none; }

  /* Sections */
  .ml-narrative       { padding: 5rem 1.5rem; }
  .ml-narrative-inner { grid-template-columns: 1fr; gap: 3rem; }
  .ml-narrative-img   { order: -1; }
  .ml-narrative-img::before { display: none; }

  .ml-ambiance { height: 280px; }
  .ml-ambiance-contenu { padding: 2rem; }

  .ml-equipe { padding: 5rem 1.5rem; }
  .ml-resa   { padding: 5rem 1.5rem; }
  .ml-infos  { padding: 5rem 1.5rem; }

  .ml-infos-grille { grid-template-columns: 1fr; gap: 3rem; }
}

/* Petit mobile */
@media (max-width: 480px) {
  .ml-hero-title { font-size: clamp(3.2rem, 17vw, 5rem); }

  .ml-territoire {
    height: 62vw;
    min-height: 200px;
  }

  .ml-t-corps { padding: 2rem 1.6rem; }
  .ml-t-titre { font-size: 1.7rem; }

  .ml-hero-ctas { flex-direction: column; align-items: center; }

  .ml-ambiance-contenu blockquote { font-size: 1.15rem; }
}
