/* ========================================
   LES 3 LUMIÈRES — Feuille de style commune
   ======================================== */

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  background: #f5efe4;
  color: #2d2419;
  font-size: 14px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
main { flex: 1; }
.serif { font-family: 'Cormorant Garamond', Georgia, serif; }
em { font-style: italic; }
a { color: inherit; text-decoration: none; }

/* ===== Navigation ===== */
nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 22px 40px;
  border-bottom: 0.5px solid rgba(45, 36, 25, 0.15);
  background: #f5efe4;
  position: sticky;
  top: 0;
  z-index: 100;
}
.logo { display: flex; align-items: center; gap: 10px; }
.logo-text {
  font-family: 'Cormorant Garamond', serif;
  font-size: 14px;
  letter-spacing: 0.25em;
  color: #2d2419;
}
.nav-menu {
  display: flex;
  gap: 30px;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #5c4a35;
}
.nav-menu a { transition: color 0.2s; padding-bottom: 4px; }
.nav-menu a:hover { color: #7a1e2b; }
.nav-menu a.active { color: #7a1e2b; border-bottom: 1px solid #7a1e2b; }
.nav-toggle { display: none; background: none; border: none; cursor: pointer; padding: 8px; }
.nav-toggle span { display: block; width: 22px; height: 1px; background: #2d2419; margin: 5px 0; }

/* ===== Page header (utilisé sur toutes les pages sauf accueil) ===== */
.page-header {
  text-align: center;
  padding: 80px 40px 40px;
}
.page-header .eyebrow { margin-bottom: 24px; }
.page-header h1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 56px;
  font-weight: 400;
  line-height: 1.1;
  color: #2d2419;
  margin-bottom: 18px;
  letter-spacing: -0.01em;
}
.page-header h1 em { color: #7a1e2b; }
.page-header .subtitle {
  font-family: 'Cormorant Garamond', serif;
  font-size: 17px;
  font-style: italic;
  color: #5c4a35;
  max-width: 540px;
  margin: 0 auto;
  line-height: 1.7;
}

/* ===== Hero (accueil uniquement) ===== */
.hero { padding: 90px 40px 70px; text-align: center; }
.eyebrow {
  font-size: 11px;
  letter-spacing: 0.45em;
  color: #7a1e2b;
  margin-bottom: 28px;
  text-transform: uppercase;
}
.hero h1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 72px;
  font-weight: 400;
  line-height: 1.0;
  margin-bottom: 24px;
  color: #2d2419;
  letter-spacing: -0.02em;
}
.hero h1 em { color: #7a1e2b; font-weight: 400; }
.hero .lead {
  font-size: 14px;
  line-height: 1.8;
  max-width: 460px;
  margin: 0 auto 40px;
  color: #5c4a35;
}
.btn-group { display: inline-flex; gap: 12px; flex-wrap: wrap; justify-content: center; }
.btn {
  display: inline-block;
  padding: 14px 30px;
  font-size: 11px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  cursor: pointer;
  transition: opacity 0.2s;
}
.btn:hover { opacity: 0.85; }
.btn-primary { background: #7a1e2b; color: #f5efe4; }
.btn-secondary { border: 0.5px solid #2d2419; color: #2d2419; }

/* ===== Séparateur ===== */
.divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 0 40px 20px;
}
.divider-line { height: 0.5px; background: #2d2419; flex: 1; opacity: 0.2; max-width: 200px; }

/* ===== Sections génériques ===== */
section { padding: 70px 40px; }
.container { max-width: 1100px; margin: 0 auto; }
h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 1.15;
  color: #2d2419;
}
h2 em { color: #7a1e2b; }

/* ===== Le lieu ===== */
.lieu {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 56px;
  align-items: center;
}
.lieu p {
  font-size: 14px;
  line-height: 1.9;
  color: #5c4a35;
  margin-bottom: 18px;
}
.illustration {
  aspect-ratio: 4/5;
  background: #2d4a32;
  border-radius: 2px;
  overflow: hidden;
}
.illustration img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* ===== Histoire ===== */
.histoire-bg { background: #f0e7d6; padding: 80px 40px 90px; }
.histoire-header { text-align: center; margin-bottom: 50px; }
.histoire-header p {
  font-size: 13px;
  line-height: 1.8;
  max-width: 500px;
  margin: 0 auto;
  color: #5c4a35;
  font-style: italic;
  font-family: 'Cormorant Garamond', serif;
}
.gravure {
  max-width: 760px;
  margin: 0 auto 60px;
  aspect-ratio: 21/9;
  background: #f5efe4;
  border: 0.5px solid rgba(45, 36, 25, 0.2);
  overflow: hidden;
}

/* Sections histoire enrichies */
.histoire-chapitre {
  max-width: 760px;
  margin: 0 auto 80px;
}
.histoire-chapitre-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 13px;
  letter-spacing: 0.4em;
  color: #7a1e2b;
  text-align: center;
  margin-bottom: 12px;
  font-style: italic;
}
.histoire-chapitre-titre {
  font-family: 'Cormorant Garamond', serif;
  font-size: 30px;
  font-weight: 400;
  color: #2d2419;
  text-align: center;
  margin-bottom: 36px;
  line-height: 1.2;
}
.histoire-chapitre-titre em { color: #7a1e2b; }
.histoire-chapitre p {
  font-size: 14px;
  line-height: 1.95;
  color: #3d3225;
  margin-bottom: 18px;
}
.lettrine-ch {
  font-family: 'Cormorant Garamond', serif;
  font-size: 48px;
  float: left;
  line-height: 0.85;
  margin: 6px 10px 0 0;
  color: #7a1e2b;
}

/* Citation en exergue */
.exergue {
  max-width: 600px;
  margin: 36px auto;
  padding: 24px 32px;
  border-top: 0.5px solid rgba(122, 30, 43, 0.4);
  border-bottom: 0.5px solid rgba(122, 30, 43, 0.4);
  text-align: center;
}
.exergue-texte {
  font-family: 'Cormorant Garamond', serif;
  font-size: 20px;
  font-style: italic;
  color: #2d2419;
  line-height: 1.5;
  margin-bottom: 10px;
}
.exergue-source {
  font-size: 10px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: #7a1e2b;
}

/* Encadré architecture / liste détaillée */
.encadre-archi {
  background: #f5efe4;
  padding: 32px 36px;
  margin: 30px 0;
  border-left: 2px solid #2d4a32;
}
.encadre-archi-label {
  font-size: 10px;
  letter-spacing: 0.4em;
  color: #2d4a32;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.encadre-archi h4 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 19px;
  font-weight: 400;
  color: #2d2419;
  margin-bottom: 14px;
}
.encadre-archi ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.encadre-archi li {
  font-size: 13px;
  color: #5c4a35;
  line-height: 1.7;
  padding: 10px 0 10px 22px;
  position: relative;
  border-bottom: 0.5px solid rgba(45, 36, 25, 0.08);
}
.encadre-archi li:last-child { border-bottom: none; }
.encadre-archi li::before {
  content: '';
  position: absolute;
  left: 4px;
  top: 18px;
  width: 6px;
  height: 6px;
  background: #2d4a32;
  border-radius: 50%;
}
.encadre-archi li strong {
  font-family: 'Cormorant Garamond', serif;
  font-size: 14px;
  color: #2d2419;
  font-weight: 400;
  font-style: italic;
}

/* Liste des anciens noms */
.anciens-noms {
  max-width: 720px;
  margin: 30px auto;
  text-align: center;
}
.anciens-noms-label {
  font-size: 10px;
  letter-spacing: 0.4em;
  color: #7a1e2b;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.anciens-noms-liste {
  font-family: 'Cormorant Garamond', serif;
  font-size: 16px;
  font-style: italic;
  color: #5c4a35;
  line-height: 2.2;
}
.anciens-noms-liste span { white-space: nowrap; margin: 0 4px; }
.anciens-noms-liste span::after {
  content: ' ·';
  color: #7a1e2b;
  margin-left: 8px;
  font-style: normal;
}
.anciens-noms-liste span:last-child::after { content: ''; }

/* Anecdotes en grille de 3 */
.anecdotes-3 {
  max-width: 980px;
  margin: 70px auto 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
}
.anecdote-or { border-left: 2px solid #c9a875; }
.anecdote-tag.or { color: #b89055; }
.gravure svg { width: 100%; height: 100%; display: block; }
.histoire-text {
  max-width: 720px;
  margin: 0 auto 60px;
  columns: 2;
  column-gap: 40px;
  column-rule: 0.5px solid rgba(45, 36, 25, 0.15);
}
.histoire-text p {
  font-size: 14px;
  line-height: 1.9;
  color: #3d3225;
  margin-bottom: 16px;
  break-inside: avoid;
}
.lettrine {
  font-family: 'Cormorant Garamond', serif;
  font-size: 32px;
  float: left;
  line-height: 0.9;
  margin: 4px 8px 0 0;
  color: #7a1e2b;
}
.frise {
  max-width: 760px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
  position: relative;
}
.frise::before {
  content: '';
  position: absolute;
  top: 28px;
  left: 10%;
  right: 10%;
  height: 0.5px;
  background: rgba(45, 36, 25, 0.25);
}
.frise-item { text-align: center; position: relative; z-index: 1; }
.frise-item svg { display: block; margin: 0 auto 8px; }
.frise-date {
  font-family: 'Cormorant Garamond', serif;
  font-size: 17px;
  color: #7a1e2b;
  margin-bottom: 4px;
}
.frise-label {
  font-size: 9px;
  letter-spacing: 0.15em;
  color: #5c4a35;
  text-transform: uppercase;
  line-height: 1.5;
}
.anecdotes {
  max-width: 760px;
  margin: 70px auto 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.anecdote {
  padding: 28px 32px;
  background: #f5efe4;
}
.anecdote-bordeaux { border-left: 2px solid #7a1e2b; }
.anecdote-vert { border-left: 2px solid #2d4a32; }
.anecdote-header { display: flex; align-items: center; gap: 10px; margin-bottom: 14px; }
.anecdote-tag { font-size: 10px; letter-spacing: 0.35em; }
.anecdote-tag.bordeaux { color: #7a1e2b; }
.anecdote-tag.vert { color: #2d4a32; }
.anecdote h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 19px;
  font-weight: 400;
  margin-bottom: 12px;
  color: #2d2419;
}
.anecdote p { font-size: 13px; line-height: 1.85; color: #5c4a35; }

/* ===== Horaires ===== */
.horaires { background: #2d2419; color: #f5efe4; text-align: center; }
.horaires .eyebrow { color: #c9a875; }
.horaires h2 { color: #f5efe4; margin-bottom: 40px; }
.horaires-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  max-width: 520px;
  margin: 0 auto;
}
.horaires-bloc { padding: 24px; }
.horaires-bloc:first-child { border-right: 0.5px solid rgba(245, 239, 228, 0.2); }
.horaires-jour { font-size: 10px; letter-spacing: 0.3em; color: #c9a875; margin-bottom: 10px; }
.horaires-heures { font-family: 'Cormorant Garamond', serif; font-size: 22px; color: #f5efe4; }
.horaires-meteo { font-size: 11px; color: #c9a875; font-style: italic; margin-top: 6px; }

/* ===== Section ambiance ===== */
.ambiance {
  height: 480px;
  background-image: url('https://cdn.prod.website-files.com/6694fa2f85347dcffdc8e16c/66a8e44ab7c228cf3ea53bbd_verre%20%C3%A0%20whysiky.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  text-align: center;
}
.ambiance::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(45, 36, 25, 0.65), rgba(45, 36, 25, 0.45));
}
.ambiance-content { position: relative; z-index: 1; color: #f5efe4; max-width: 580px; }
.ambiance .eyebrow { color: #c9a875; }
.ambiance h2 { color: #f5efe4; font-size: 38px; margin-bottom: 18px; }
.ambiance h2 em { color: #c9a875; }
.ambiance-text {
  font-family: 'Cormorant Garamond', serif;
  font-size: 17px;
  font-style: italic;
  line-height: 1.7;
  color: rgba(245, 239, 228, 0.95);
}

/* ===== Carte ===== */
.happy-hour {
  max-width: 720px;
  margin: 30px auto 50px;
  padding: 18px 28px;
  background: #7a1e2b;
  color: #f5efe4;
  text-align: center;
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
.happy-hour strong {
  font-family: 'Cormorant Garamond', serif;
  font-size: 14px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  display: block;
  margin-bottom: 6px;
  color: #f5efe4;
}
.menu-categories { max-width: 900px; margin: 0 auto; }
.menu-cat { margin-bottom: 50px; }
.menu-cat-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 28px;
  font-weight: 400;
  color: #7a1e2b;
  text-transform: lowercase;
  text-align: center;
  margin-bottom: 8px;
  font-variant: small-caps;
  letter-spacing: 0.05em;
}
.menu-cat-rule { width: 60px; height: 0.5px; background: #7a1e2b; margin: 0 auto 32px; }
.menu-cat-headers {
  display: grid;
  grid-template-columns: 1fr 80px 80px;
  gap: 16px;
  padding: 0 8px 12px;
  border-bottom: 0.5px solid rgba(45, 36, 25, 0.2);
  margin-bottom: 16px;
  font-size: 10px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: #5c4a35;
}
.menu-cat-headers span:nth-child(2),
.menu-cat-headers span:nth-child(3) { text-align: right; }
.menu-item {
  display: grid;
  grid-template-columns: 1fr 80px 80px;
  gap: 16px;
  padding: 14px 8px;
  border-bottom: 0.5px solid rgba(45, 36, 25, 0.08);
}
.menu-item:last-child { border-bottom: none; }
.menu-item-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 17px;
  color: #2d2419;
  text-transform: lowercase;
  font-variant: small-caps;
  letter-spacing: 0.04em;
  margin-bottom: 4px;
}
.menu-item-tags { display: inline-flex; gap: 8px; margin-left: 10px; align-items: center; }
.tag-hh {
  background: #7a1e2b;
  color: #f5efe4;
  font-size: 9px;
  letter-spacing: 0.15em;
  padding: 2px 8px;
  font-family: 'Inter', sans-serif;
  font-variant: normal;
}
.tag-info {
  font-size: 11px;
  color: #5c4a35;
  font-family: 'Inter', sans-serif;
  font-variant: normal;
  letter-spacing: 0;
  text-transform: none;
}
.menu-item-desc { font-size: 12px; color: #5c4a35; line-height: 1.6; margin-top: 4px; }
.menu-item-price {
  font-family: 'Cormorant Garamond', serif;
  font-size: 16px;
  color: #2d2419;
  text-align: right;
  align-self: start;
  padding-top: 4px;
}
.menu-item-price.empty { color: rgba(45, 36, 25, 0.2); }
.menu-item-single { grid-template-columns: 1fr 80px; }
.menu-item-single .menu-item-price { grid-column: 2; }

/* Sommaire de la carte */
.menu-sommaire {
  max-width: 720px;
  margin: 0 auto 50px;
  padding: 28px 32px;
  background: #f0e7d6;
  border-top: 0.5px solid rgba(122, 30, 43, 0.3);
  border-bottom: 0.5px solid rgba(122, 30, 43, 0.3);
}
.menu-sommaire-label {
  font-size: 10px;
  letter-spacing: 0.4em;
  color: #7a1e2b;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 14px;
}
.menu-sommaire-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 20px;
  font-family: 'Cormorant Garamond', serif;
  font-size: 14px;
}
.menu-sommaire-list a {
  color: #5c4a35;
  font-style: italic;
  transition: color 0.2s;
}
.menu-sommaire-list a:hover { color: #7a1e2b; }

/* ===== Privatisation ===== */
.privatisation {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
}
.privatisation-img {
  aspect-ratio: 5/4;
  background: #7a1e2b;
  border-radius: 2px;
  overflow: hidden;
}
.privatisation-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.privatisation p { font-size: 14px; line-height: 1.9; color: #5c4a35; margin-bottom: 28px; }
.reservation { border-top: 0.5px solid rgba(45, 36, 25, 0.2); padding-top: 20px; }
.reservation-label {
  font-size: 11px;
  letter-spacing: 0.3em;
  color: #5c4a35;
  margin-bottom: 6px;
  text-transform: uppercase;
}
.reservation-tel { font-family: 'Cormorant Garamond', serif; font-size: 18px; color: #2d2419; }

/* Bloc capacités */
.capacites {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 760px;
  margin: 60px auto 0;
}
.capacite {
  background: #f0e7d6;
  padding: 28px 20px;
  text-align: center;
}
.capacite-icone { margin: 0 auto 14px; }
.capacite-titre {
  font-family: 'Cormorant Garamond', serif;
  font-size: 18px;
  color: #2d2419;
  margin-bottom: 6px;
}
.capacite-detail { font-size: 12px; color: #5c4a35; line-height: 1.6; }

/* ===== Contact ===== */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
  max-width: 900px;
  margin: 50px auto 0;
}
.contact-bloc {
  text-align: center;
  padding: 36px 24px;
  background: #f0e7d6;
}
.contact-bloc-icone { margin: 0 auto 16px; display: block; }
.contact-bloc-label {
  font-size: 10px;
  letter-spacing: 0.35em;
  color: #7a1e2b;
  margin-bottom: 12px;
  text-transform: uppercase;
}
.contact-bloc-value {
  font-family: 'Cormorant Garamond', serif;
  font-size: 17px;
  color: #2d2419;
  line-height: 1.6;
}
.contact-bloc-value a:hover { color: #7a1e2b; }

.contact-acces {
  max-width: 720px;
  margin: 60px auto 0;
  text-align: center;
  padding: 32px;
  border-top: 0.5px solid rgba(45, 36, 25, 0.2);
}
.contact-acces h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px;
  font-weight: 400;
  color: #2d2419;
  margin-bottom: 16px;
}
.contact-acces p { font-size: 13px; color: #5c4a35; line-height: 1.9; }

/* ===== Presse / On parle de nous ===== */
.presse-grid {
  max-width: 900px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: start;
}
.presse-embed {
  background: #f0e7d6;
  border: 0.5px solid rgba(45, 36, 25, 0.15);
  padding: 20px;
  border-radius: 2px;
  display: flex;
  justify-content: center;
}
.presse-embed iframe,
.presse-embed blockquote.instagram-media {
  max-width: 100% !important;
  width: 100% !important;
}
.presse-context {
  padding: 12px 0;
}
.presse-source {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  padding: 6px 14px;
  background: #f0e7d6;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #7a1e2b;
  border-radius: 2px;
}
.presse-context h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 26px;
  font-weight: 400;
  color: #2d2419;
  line-height: 1.25;
  margin-bottom: 16px;
}
.presse-context h3 em { color: #7a1e2b; }
.presse-context p {
  font-size: 14px;
  line-height: 1.9;
  color: #5c4a35;
  margin-bottom: 16px;
}
.presse-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
  font-size: 11px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: #7a1e2b;
  border-bottom: 1px solid #7a1e2b;
  padding-bottom: 4px;
}
.presse-cta:hover { color: #2d2419; border-color: #2d2419; }

.presse-empty {
  max-width: 600px;
  margin: 60px auto 0;
  padding: 32px;
  text-align: center;
  background: #f0e7d6;
  border-left: 2px solid #c9a875;
}
.presse-empty p {
  font-family: 'Cormorant Garamond', serif;
  font-size: 16px;
  font-style: italic;
  color: #5c4a35;
  line-height: 1.7;
}

/* ===== Footer ===== */
footer {
  background: #2d4a32;
  color: #f5efe4;
  padding: 50px 40px 30px;
  margin-top: auto;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 36px;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
.footer-quote {
  font-size: 12px;
  line-height: 1.8;
  color: rgba(245, 239, 228, 0.7);
  font-style: italic;
  font-family: 'Cormorant Garamond', serif;
  margin-top: 16px;
}
.footer-label {
  font-size: 10px;
  letter-spacing: 0.3em;
  color: #c9a875;
  margin-bottom: 14px;
  text-transform: uppercase;
}
.footer-content { font-size: 12px; line-height: 1.9; color: rgba(245, 239, 228, 0.85); }
.footer-content a:hover { color: #c9a875; }
.footer-bottom {
  border-top: 0.5px solid rgba(245, 239, 228, 0.2);
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  font-size: 10px;
  letter-spacing: 0.2em;
  color: rgba(245, 239, 228, 0.5);
  text-transform: uppercase;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  flex-wrap: wrap;
  gap: 12px;
}
.footer-logo { display: flex; align-items: center; gap: 10px; margin-bottom: 16px; }
.footer-logo-text { font-family: 'Cormorant Garamond', serif; font-size: 13px; letter-spacing: 0.25em; }

/* ===== Responsive ===== */
@media (max-width: 768px) {
  nav { padding: 18px 20px; }
  .nav-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #f5efe4;
    flex-direction: column;
    padding: 20px;
    gap: 18px;
    border-bottom: 0.5px solid rgba(45, 36, 25, 0.15);
  }
  .nav-menu.open { display: flex; }
  .nav-toggle { display: block; }
  section { padding: 50px 20px; }
  .hero { padding: 60px 20px 50px; }
  .hero h1 { font-size: 48px; }
  .page-header { padding: 50px 20px 30px; }
  .page-header h1 { font-size: 38px; }
  .page-header .subtitle { font-size: 15px; }
  h2 { font-size: 28px; }
  .lieu, .privatisation { grid-template-columns: 1fr; gap: 32px; }
  .histoire-bg { padding: 50px 20px 60px; }
  .histoire-text { columns: 1; }
  .frise { gap: 4px; }
  .frise-date { font-size: 14px; }
  .frise-label { font-size: 8px; }
  .frise-item svg { width: 40px; height: 40px; }
  .frise::before { top: 20px; }
  .anecdotes { grid-template-columns: 1fr; }
  .anecdotes-3 { grid-template-columns: 1fr; gap: 16px; }
  .histoire-chapitre-titre { font-size: 24px; margin-bottom: 26px; }
  .lettrine-ch { font-size: 38px; }
  .exergue-texte { font-size: 17px; }
  .anciens-noms-liste { font-size: 14px; line-height: 2; }
  .encadre-archi { padding: 24px; }
  .horaires-grid { grid-template-columns: 1fr; }
  .horaires-bloc:first-child { border-right: none; border-bottom: 0.5px solid rgba(245, 239, 228, 0.2); }
  .ambiance { height: 360px; padding: 30px 20px; }
  .ambiance h2 { font-size: 26px; }
  .ambiance-text { font-size: 15px; }
  .menu-cat-title { font-size: 24px; }
  .menu-item { grid-template-columns: 1fr 60px 60px; gap: 10px; }
  .menu-item-name { font-size: 15px; }
  .menu-item-price { font-size: 14px; }
  .menu-cat-headers { grid-template-columns: 1fr 60px 60px; gap: 10px; }
  .contact-grid { grid-template-columns: 1fr; gap: 16px; }
  .capacites { grid-template-columns: 1fr; }
  .presse-grid { grid-template-columns: 1fr; gap: 30px; }
  .presse-context h3 { font-size: 22px; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .footer-bottom { flex-direction: column; align-items: center; text-align: center; }
  .btn-group { flex-direction: column; align-items: stretch; }
  .btn { text-align: center; }
}
