/* ============================================
   CAFÉ DE LA HALLE — Thème WordPress 2026
   ============================================ */

@font-face {
  font-family: 'CafeDelaHalle';
  src: url('../fonts/cafedelahalle.ttc') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; font-size: 16px; }
body { font-family: 'Inter', sans-serif; font-weight: 400; line-height: 1.7; color: #f5f0e8; background-color: #0a0a0a; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
body.panel-open { overflow: hidden; }
img { max-width: 100%; height: auto; display: block; }
a { color: #c9a84c; text-decoration: none; transition: color 0.3s ease; }
a:hover { color: #eddcbc; }
ul { list-style: none; }
address { font-style: normal; }
.container { width: 100%; max-width: 1140px; margin: 0 auto; padding: 0 32px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

/* HEADER */
.header { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; transition: all 0.5s cubic-bezier(0.16,1,0.3,1); }
.header.scrolled { background-color: rgba(10,10,10,0.97); backdrop-filter: blur(24px); -webkit-backdrop-filter: blur(24px); box-shadow: 0 1px 0 rgba(201,168,76,0.1); }
.header.header-hide { transform: translateY(-100%); }
.nav { display: flex; align-items: center; justify-content: space-between; max-width: 1280px; margin: 0 auto; padding: 20px 40px; gap: 32px; }
.nav-logo { flex-shrink: 0; opacity: 0; pointer-events: none; transition: opacity 0.4s ease; }
.header.scrolled .nav-logo { opacity: 1; pointer-events: auto; }
.nav-logo img { height: 36px; width: auto; filter: brightness(0) invert(1); }
.nav-links { display: flex; align-items: center; gap: 36px; flex: 1; justify-content: center; }
.nav-links a { color: rgba(245,240,232,0.75); font-size: 0.78rem; font-weight: 400; letter-spacing: 0.12em; text-transform: uppercase; transition: color 0.3s ease; position: relative; }
.nav-links a::after { content: ''; position: absolute; bottom: -4px; left: 0; width: 0; height: 1px; background: #c9a84c; transition: width 0.3s ease; }
.nav-links a:hover { color: #f5f0e8; }
.nav-links a:hover::after { width: 100%; }
.nav-resa-btn { background: transparent; color: #c9a84c; border: 1px solid rgba(201,168,76,0.5); padding: 10px 22px; font-family: 'Inter', sans-serif; font-size: 0.75rem; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; cursor: pointer; transition: all 0.3s ease; white-space: nowrap; flex-shrink: 0; }
.nav-resa-btn:hover { background: #c9a84c; color: #0a0a0a; border-color: #c9a84c; }
.nav-toggle { display: none; background: none; border: none; cursor: pointer; padding: 8px; z-index: 1001; flex-shrink: 0; }
.hamburger, .hamburger::before, .hamburger::after { display: block; width: 22px; height: 1.5px; background-color: #f5f0e8; transition: all 0.3s ease; }
.hamburger { position: relative; }
.hamburger::before, .hamburger::after { content: ''; position: absolute; left: 0; }
.hamburger::before { top: -6px; }
.hamburger::after { top: 6px; }
.nav-toggle.active .hamburger { background-color: transparent; }
.nav-toggle.active .hamburger::before { top: 0; transform: rotate(45deg); }
.nav-toggle.active .hamburger::after { top: 0; transform: rotate(-45deg); }

/* HERO */
.hero { position: relative; height: 100vh; min-height: 700px; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.hero-video { position: absolute; top: 50%; left: 50%; min-width: 100%; min-height: 100%; width: auto; height: auto; transform: translate(-50%,-50%); object-fit: cover; z-index: 0; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(to bottom, rgba(10,10,10,0.2) 0%, rgba(10,10,10,0.15) 50%, rgba(10,10,10,0.75) 100%); z-index: 1; }
.hero-content { position: relative; z-index: 2; text-align: center; padding: 24px; animation: heroFadeIn 1.5s cubic-bezier(0.16,1,0.3,1) forwards; }
@keyframes heroFadeIn { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } }
.hero-logo-wrap { margin-bottom: 28px; }
.hero-logo { width: 480px; max-width: 85vw; margin: 0 auto; filter: drop-shadow(0 4px 48px rgba(0,0,0,0.5)); }
.hero-tagline { font-size: 0.85rem; font-weight: 400; letter-spacing: 0.4em; text-transform: uppercase; color: rgba(245,240,232,0.75); margin-bottom: 48px; text-shadow: 0 2px 12px rgba(0,0,0,0.6); }
.hero-btns { display: flex; align-items: center; justify-content: center; gap: 16px; flex-wrap: wrap; }
.btn-tel { display: inline-flex; align-items: center; gap: 10px; padding: 14px 28px; font-family: 'Inter', sans-serif; font-size: 0.82rem; font-weight: 500; letter-spacing: 0.06em; color: rgba(245,240,232,0.85); border: 1px solid rgba(245,240,232,0.3); transition: all 0.4s ease; cursor: pointer; background: rgba(0,0,0,0.25); backdrop-filter: blur(8px); }
.btn-tel:hover { color: #f5f0e8; border-color: rgba(245,240,232,0.6); }

/* WIDGET RÉSERVATION */
.hero-resa-widget { position: fixed; inset: 0; z-index: 2000; display: flex; align-items: center; justify-content: center; padding: 20px; pointer-events: none; opacity: 0; transform: translateY(20px); transition: opacity 0.4s ease, transform 0.4s cubic-bezier(0.16,1,0.3,1); }
.hero-resa-widget.open { pointer-events: auto; opacity: 1; transform: translateY(0); }
.hero-resa-backdrop { position: fixed; inset: 0; z-index: 1999; background: rgba(0,0,0,0.82); opacity: 0; pointer-events: none; transition: opacity 0.4s ease; }
.hero-resa-backdrop.open { opacity: 1; pointer-events: auto; }
.resa-widget-inner { background: #111; border: 1px solid rgba(201,168,76,0.2); width: 100%; max-width: 900px; max-height: 92vh; overflow-y: auto; padding: 48px; position: relative; }
.resa-widget-close { position: absolute; top: 16px; right: 20px; background: none; border: none; color: rgba(245,240,232,0.35); font-size: 1.3rem; cursor: pointer; padding: 8px; transition: color 0.3s ease; line-height: 1; }
.resa-widget-close:hover { color: #f5f0e8; }
.resa-widget-title { font-family: 'Cormorant Garamond', serif; font-size: 2rem; font-weight: 400; color: #f5f0e8; margin-bottom: 32px; }
.resa-widget-body { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; }
.resa-col-label { font-size: 0.7rem; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: #c9a84c; margin-bottom: 16px; }

/* CALENDRIER */
.resa-calendar { background: #0a0a0a; border: 1px solid rgba(201,168,76,0.12); padding: 18px; }
.resa-cal-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 16px; }
.resa-cal-nav { background: none; border: none; color: rgba(245,240,232,0.4); font-size: 1.1rem; cursor: pointer; padding: 4px 10px; transition: color 0.3s ease; }
.resa-cal-nav:hover { color: #c9a84c; }
.resa-cal-month { font-size: 0.85rem; font-weight: 600; color: #f5f0e8; letter-spacing: 0.08em; text-transform: capitalize; }
.resa-cal-grid { display: grid; grid-template-columns: repeat(7,1fr); gap: 3px; }
.resa-cal-day-name { text-align: center; font-size: 0.6rem; text-transform: uppercase; letter-spacing: 0.08em; color: rgba(245,240,232,0.25); padding: 6px 0; }
.resa-cal-day { text-align: center; padding: 8px 4px; font-size: 0.82rem; cursor: pointer; color: rgba(245,240,232,0.5); border: 1px solid transparent; transition: all 0.2s ease; border-radius: 2px; }
.resa-cal-day:hover:not(.disabled):not(.empty) { border-color: rgba(201,168,76,0.4); color: #f5f0e8; background: rgba(201,168,76,0.06); }
.resa-cal-day.today { color: #c9a84c; font-weight: 700; }
.resa-cal-day.selected { background: #c9a84c; color: #0a0a0a; font-weight: 700; border-color: #c9a84c; }
.resa-cal-day.disabled { opacity: 0.18; cursor: default; }
.resa-cal-day.empty { cursor: default; }

/* CHAMPS */
.resa-infos { margin-bottom: 20px; }
.resa-field { margin-bottom: 14px; }
.resa-field label { display: block; font-size: 0.68rem; text-transform: uppercase; letter-spacing: 0.1em; color: rgba(245,240,232,0.38); margin-bottom: 6px; }
.resa-field input, .resa-field textarea { width: 100%; background: rgba(255,255,255,0.03); border: 1px solid rgba(201,168,76,0.12); color: #f5f0e8; padding: 11px 13px; font-family: 'Inter', sans-serif; font-size: 0.88rem; outline: none; transition: border-color 0.3s ease; }
.resa-field input:focus, .resa-field textarea:focus { border-color: rgba(201,168,76,0.5); }
.resa-field textarea { resize: vertical; }
.resa-creneaux-wrap { margin-bottom: 20px; }
.resa-creneaux-grid { display: flex; flex-wrap: wrap; gap: 8px; }
.resa-creneau { padding: 9px 14px; border: 1px solid rgba(201,168,76,0.2); color: rgba(245,240,232,0.65); font-size: 0.78rem; cursor: pointer; background: none; transition: all 0.2s ease; font-family: 'Inter', sans-serif; white-space: nowrap; }
.resa-creneau:hover { border-color: #c9a84c; color: #c9a84c; }
.resa-creneau.selected { background: #c9a84c; color: #0a0a0a; border-color: #c9a84c; font-weight: 600; }
.resa-submit { width: 100%; padding: 15px; background: #c9a84c; color: #0a0a0a; border: none; font-family: 'Inter', sans-serif; font-size: 0.8rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; cursor: pointer; transition: background 0.3s ease; margin-top: 8px; }
.resa-submit:hover { background: #eddcbc; }
.resa-msg { padding: 12px 16px; font-size: 0.82rem; border-radius: 2px; margin-bottom: 16px; }
.resa-msg.success { background: rgba(201,168,76,0.08); color: #c9a84c; border: 1px solid rgba(201,168,76,0.25); }
.resa-msg.error { background: rgba(255,100,100,0.06); color: #ff6b6b; border: 1px solid rgba(255,100,100,0.15); }

/* BOUTONS */
.btn { display: inline-block; padding: 15px 42px; font-family: 'Inter', sans-serif; font-size: 0.8rem; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; border: none; cursor: pointer; transition: all 0.4s cubic-bezier(0.16,1,0.3,1); }
.btn-hero { background: transparent; color: #c9a84c; border: 1px solid rgba(201,168,76,0.7); backdrop-filter: blur(8px); }
.btn-hero:hover { background: #c9a84c; color: #0a0a0a; border-color: #c9a84c; }
.btn-primary { background: #c9a84c; color: #0a0a0a; }
.btn-primary:hover { background: #eddcbc; }
.btn-annexe { background: rgba(26,24,20,0.85); color: #c9a84c; border: 1px solid rgba(201,168,76,0.6); padding: 16px 48px; }
.btn-annexe:hover { background: #c9a84c; color: #1a1814; }

/* ONGLET ANNEXE FIXE */
.annexe-tab-fixed { position: fixed; right: 0; top: 50%; transform: translateY(-50%); z-index: 900; }
.annexe-tab-btn { display: flex; align-items: center; gap: 8px; writing-mode: vertical-rl; background: #c9a84c; color: #0a0a0a; border: none; padding: 22px 13px; font-family: 'Inter', sans-serif; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; cursor: pointer; transition: background 0.3s ease; border-radius: 6px 0 0 6px; box-shadow: -4px 0 24px rgba(0,0,0,0.35); }
.annexe-tab-btn:hover { background: #eddcbc; }

/* BANDEAU ANNEXE */
.annexe-banner { display: flex; align-items: center; justify-content: center; gap: 16px; padding: 16px 24px; background: #111; border-bottom: 1px solid rgba(201,168,76,0.12); color: #eddcbc; text-decoration: none; font-size: 0.78rem; font-weight: 400; letter-spacing: 0.14em; text-transform: uppercase; transition: background 0.3s ease; }
.annexe-banner:hover { background: #161616; }
.annexe-banner-text { color: rgba(245,240,232,0.6); }
.annexe-banner-text strong { color: #c9a84c; font-weight: 500; }
.annexe-banner-arrow { color: #c9a84c; transition: transform 0.3s ease; }
.annexe-banner:hover .annexe-banner-arrow { transform: translateX(4px); }

/* SECTIONS */
.section { padding: 120px 0; }
.section-alt { background: #0f0f0f; }
.section-header { text-align: center; margin-bottom: 72px; }
.section-title { font-family: 'CafeDelaHalle', 'Cormorant Garamond', serif; font-size: clamp(4rem, 9vw, 8rem); color: rgba(201,168,76,0.22); letter-spacing: 0.1em; text-transform: uppercase; line-height: 1; display: block; margin-bottom: 16px; }
.section-title-sub { font-family: 'Cormorant Garamond', serif; font-style: italic; font-weight: 300; font-size: clamp(1.3rem, 2.5vw, 1.9rem); color: rgba(245,240,232,0.85); letter-spacing: 0.03em; }

/* SECTION ANNEXE */
.section-annexe { background: #f0ebe0; padding: 120px 0; }
.section-annexe .section-title { color: rgba(26,24,20,0.1); }
.section-annexe .section-title-sub { color: rgba(26,24,20,0.7); }
.annexe-intro-dark { font-size: 1.15rem; color: #1a1814; font-weight: 300; margin-bottom: 24px; line-height: 1.9; }
.annexe-body-dark p { font-size: 0.95rem; color: rgba(26,24,20,0.6); line-height: 1.8; margin-bottom: 16px; }
.annexe-galerie { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin: 40px 0 52px; }
.annexe-galerie-item img { width: 100%; height: 300px; object-fit: cover; }
.annexe-cta { text-align: center; }

/* REVEAL */
.reveal { opacity: 0; transform: translateY(36px); transition: opacity 0.9s cubic-bezier(0.16,1,0.3,1), transform 0.9s cubic-bezier(0.16,1,0.3,1); }
.reveal.reveal-left { transform: translateX(-36px); }
.reveal.reveal-right { transform: translateX(36px); }
.reveal.revealed { opacity: 1; transform: translate(0,0); }

/* HISTOIRE */
.histoire-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.histoire-text { padding-right: 16px; }
.histoire-intro { font-family: 'Cormorant Garamond', serif; font-size: 1.4rem; color: #f5f0e8; font-weight: 300; font-style: italic; line-height: 1.7; margin-bottom: 24px; }
.histoire-body p { font-size: 0.95rem; color: rgba(245,240,232,0.7); line-height: 1.9; margin-bottom: 16px; }
.histoire-image { position: relative; }
.histoire-image img { width: 100%; aspect-ratio: 4/5; object-fit: cover; }
.histoire-image::after { content: ''; position: absolute; top: 14px; right: -14px; bottom: -14px; left: 14px; border: 1px solid rgba(201,168,76,0.18); z-index: -1; pointer-events: none; }

/* MENU DU JOUR */
.menu-jour-wrapper { max-width: 580px; margin: 0 auto; text-align: center; padding: 64px 52px; position: relative; }
.menu-jour-border { position: absolute; inset: 0; border: 1px solid rgba(201,168,76,0.18); pointer-events: none; }
.menu-jour-border::before { content: ''; position: absolute; top: -1px; left: 50%; transform: translateX(-50%); width: 60px; height: 1px; background: #0f0f0f; }
.menu-jour-ornement { display: block; font-size: 1.2rem; color: rgba(201,168,76,0.5); margin-bottom: 20px; letter-spacing: 0.3em; }
.menu-jour-date { font-size: 0.68rem; letter-spacing: 0.24em; text-transform: uppercase; color: rgba(245,240,232,0.28); margin-bottom: 36px; }
.menu-jour-plats { display: flex; flex-direction: column; }
.menu-jour-plat { padding: 22px 0; border-bottom: 1px solid rgba(201,168,76,0.07); }
.menu-jour-plat:last-child { border-bottom: none; }
.menu-jour-label { display: block; font-size: 0.58rem; letter-spacing: 0.28em; text-transform: uppercase; color: rgba(201,168,76,0.75); margin-bottom: 10px; font-weight: 700; }
.menu-jour-nom { display: block; font-family: 'Cormorant Garamond', serif; font-size: 1.45rem; font-weight: 400; color: #f5f0e8; letter-spacing: 0.01em; line-height: 1.3; }
.menu-jour-prix { margin-top: 36px; font-family: 'Cormorant Garamond', serif; font-size: 1.15rem; font-weight: 500; color: #c9a84c; letter-spacing: 0.08em; }
.menu-jour-prix::before { content: '— '; color: rgba(201,168,76,0.4); }
.menu-jour-prix::after { content: ' —'; color: rgba(201,168,76,0.4); }
.menu-jour-fallback { font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: 1.1rem; color: rgba(245,240,232,0.28); }

/* CARTE */
.carte-accordions { max-width: 740px; margin: 0 auto; }
.carte-accordion { border-bottom: 1px solid rgba(201,168,76,0.1); }
.carte-accordion:first-child { border-top: 1px solid rgba(201,168,76,0.1); }
.carte-accordion-header { display: flex; align-items: center; justify-content: space-between; width: 100%; padding: 26px 0; background: none; border: none; cursor: pointer; color: inherit; font-family: inherit; }
.carte-accordion-header:hover .carte-category-title { color: #eddcbc; }
.carte-accordion-icon { width: 18px; height: 18px; position: relative; flex-shrink: 0; }
.carte-accordion-icon::before, .carte-accordion-icon::after { content: ''; position: absolute; background: #c9a84c; transition: all 0.35s ease; }
.carte-accordion-icon::before { top: 50%; left: 0; width: 18px; height: 1px; transform: translateY(-50%); }
.carte-accordion-icon::after { top: 0; left: 50%; width: 1px; height: 18px; transform: translateX(-50%); }
.carte-accordion.open .carte-accordion-icon::after { opacity: 0; transform: translateX(-50%) rotate(90deg); }
.carte-accordion-body { max-height: 0; overflow: hidden; transition: max-height 0.5s ease; }
.carte-accordion.open .carte-accordion-body { max-height: 1200px; padding-bottom: 28px; }
.carte-category-title { font-family: 'Cormorant Garamond', serif; font-weight: 400; font-size: 1.55rem; color: rgba(201,168,76,0.9); margin: 0; transition: color 0.3s ease; letter-spacing: 0.04em; }
.carte-items { display: flex; flex-direction: column; }
.carte-item { display: flex; align-items: baseline; gap: 8px; padding: 13px 0; border-bottom: 1px solid rgba(245,240,232,0.04); }
.carte-item:last-child { border-bottom: none; }
.carte-item-name { font-size: 0.9rem; color: rgba(245,240,232,0.78); flex-shrink: 0; max-width: 68%; }
.carte-item-dots { flex: 1; border-bottom: 1px dotted rgba(245,240,232,0.1); min-width: 20px; margin-bottom: 3px; }
.carte-item-price { font-family: 'Cormorant Garamond', serif; font-size: 1rem; color: #c9a84c; white-space: nowrap; font-weight: 500; }
.carte-item-note .carte-item-name { opacity: 0.38; font-style: italic; font-size: 0.82rem; }
.carte-group { margin-bottom: 60px; }
.carte-group-header { display: flex; align-items: center; gap: 24px; margin-bottom: 8px; }
.carte-group-label { font-size: 0.7rem; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(245,240,232,0.25); white-space: nowrap; }
.carte-group-line { flex: 1; height: 1px; background: rgba(201,168,76,0.08); }

/* GALERIE */
.section-galerie { padding: 0; overflow: hidden; }
.galerie-marquee { overflow: hidden; }
.galerie-track { display: flex; animation: marqueeScroll 32s linear infinite; width: max-content; }
@keyframes marqueeScroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.galerie-item { flex-shrink: 0; width: 44vw; max-width: 620px; }
.galerie-item img { width: 100%; height: 440px; object-fit: cover; display: block; filter: grayscale(15%); transition: filter 0.5s ease; }
.galerie-item:hover img { filter: grayscale(0%); }

/* PANNEAU ANNEXE — corrigé, sans logo, sans débordement */
.annexe-panel { position: fixed; top: 0; right: 0; bottom: 0; z-index: 3000; width: 540px; max-width: 96vw; background: #111; border-left: 1px solid rgba(201,168,76,0.15); transform: translateX(110%); transition: transform 0.5s cubic-bezier(0.16,1,0.3,1); overflow-y: auto; overflow-x: hidden; }
.annexe-panel.open { transform: translateX(0); }
.annexe-panel-backdrop { position: fixed; inset: 0; z-index: 2999; background: rgba(0,0,0,0.65); opacity: 0; pointer-events: none; transition: opacity 0.4s ease; }
.annexe-panel-backdrop.open { opacity: 1; pointer-events: auto; }
.annexe-panel-inner { padding: 56px 44px; }
.annexe-panel-close { position: absolute; top: 18px; right: 22px; background: none; border: none; color: rgba(245,240,232,0.3); font-size: 1.3rem; cursor: pointer; padding: 8px; transition: color 0.3s ease; line-height: 1; }
.annexe-panel-close:hover { color: #f5f0e8; }

/* Titre L'Annexe — police unique, pas de mélange */
.annexe-panel-title { font-family: 'Cormorant Garamond', serif; font-size: 3rem; font-weight: 300; font-style: italic; color: #c9a84c; letter-spacing: 0.04em; margin-bottom: 4px; line-height: 1.1; }
.annexe-panel-sub { font-family: 'Inter', sans-serif; font-size: 0.72rem; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(245,240,232,0.3); margin-bottom: 28px; }
.annexe-panel-list { margin-bottom: 28px; border-top: 1px solid rgba(201,168,76,0.1); }
.annexe-panel-list li { padding: 11px 0; border-bottom: 1px solid rgba(201,168,76,0.07); font-size: 0.88rem; color: rgba(245,240,232,0.5); font-family: 'Inter', sans-serif; white-space: normal; }
.annexe-panel-list li::before { content: '—'; color: #c9a84c; margin-right: 12px; }
.annexe-resa-widget { border-top: 1px solid rgba(201,168,76,0.1); padding-top: 28px; }

/* CONTACT */
.contact-grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: 64px; align-items: start; }
.contact-block { margin-bottom: 40px; }
.contact-block h3 { font-family: 'Inter', sans-serif; font-weight: 600; font-size: 0.75rem; color: #c9a84c; margin-bottom: 20px; text-transform: uppercase; letter-spacing: 0.14em; }
.horaires { width: 100%; border-collapse: collapse; }
.horaires td { padding: 10px 0; font-size: 0.88rem; border-bottom: 1px solid rgba(245,240,232,0.05); }
.horaires td:first-child { color: rgba(245,240,232,0.75); font-weight: 500; padding-right: 24px; }
.horaires td:last-child { color: rgba(245,240,232,0.45); text-align: right; }
.horaires-closed td { color: rgba(245,240,232,0.22) !important; }
.contact-link { color: #c9a84c; display: inline-block; margin-top: 4px; font-size: 0.9rem; }
.contact-link:hover { color: #eddcbc; }
address p { margin-bottom: 8px; color: rgba(245,240,232,0.6); line-height: 1.7; font-size: 0.9rem; }
.contact-map iframe { width: 100%; min-height: 380px; }

/* FOOTER */
.footer { background: #060606; padding: 56px 0 32px; border-top: 1px solid rgba(201,168,76,0.07); }
.footer-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 48px; margin-bottom: 48px; max-width: 1140px; margin-left: auto; margin-right: auto; padding: 0 32px; }
.footer-col h3 { font-weight: 600; font-size: 0.72rem; color: #c9a84c; margin-bottom: 16px; text-transform: uppercase; letter-spacing: 0.14em; }
.footer-col a, .footer-col p, .footer-col address { display: block; color: rgba(245,240,232,0.32); font-size: 0.83rem; padding: 3px 0; line-height: 1.6; font-style: normal; }
.footer-col a:hover { color: rgba(245,240,232,0.7); }
.footer-bottom { border-top: 1px solid rgba(245,240,232,0.04); padding-top: 24px; text-align: center; padding-bottom: 8px; }
.footer-bottom p { font-size: 0.7rem; color: rgba(245,240,232,0.16); }

/* RESPONSIVE TABLET */
@media (max-width: 960px) {
  .histoire-grid { grid-template-columns: 1fr; gap: 48px; }
  .histoire-text { padding-right: 0; order: 2; }
  .histoire-image { order: 1; }
  .histoire-image img { aspect-ratio: 16/9; }
  .histoire-image::after { display: none; }
  .contact-grid { grid-template-columns: 1fr; gap: 48px; }
  .galerie-item { width: 65vw; }
  .galerie-item img { height: 340px; }
  .resa-widget-body { grid-template-columns: 1fr; gap: 28px; }
  .annexe-galerie { grid-template-columns: 1fr; }
  .menu-jour-wrapper { padding: 48px 32px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
}

/* RESPONSIVE MOBILE */
@media (max-width: 640px) {
  .container { padding: 0 20px; }
  .section { padding: 80px 0; }
  .section-annexe { padding: 80px 0; }
  .section-header { margin-bottom: 52px; }
  .section-title { font-size: clamp(2.8rem, 12vw, 4rem); letter-spacing: 0.06em; }
  .section-title-sub { font-size: 1.1rem; }
  .nav { padding: 16px 20px; }
  .nav-logo { opacity: 1; pointer-events: auto; }
  .nav-logo img { height: 28px; }
  .nav-resa-btn { display: none; }
  .nav-toggle { display: block; }
  .nav-links { position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: rgba(8,8,8,0.98); backdrop-filter: blur(24px); flex-direction: column; align-items: center; justify-content: center; gap: 28px; opacity: 0; pointer-events: none; transition: opacity 0.4s ease; z-index: 999; }
  .nav-links.open { opacity: 1; pointer-events: auto; }
  .nav-links a { font-size: 1.1rem; letter-spacing: 0.1em; color: rgba(245,240,232,0.75); }
  .nav-links a::after { display: none; }
  .hero-logo { width: 80vw; }
  .hero-tagline { font-size: 0.72rem; letter-spacing: 0.28em; }
  .hero-btns { flex-direction: column; gap: 12px; }
  .btn-hero { padding: 13px 32px; }
  .btn-tel { padding: 12px 24px; font-size: 0.8rem; }
  .histoire-intro { font-size: 1.15rem; }
  .histoire-body p { font-size: 0.9rem; }
  .menu-jour-wrapper { padding: 36px 20px; }
  .menu-jour-nom { font-size: 1.2rem; }
  .resa-widget-inner { padding: 28px 18px; }
  .resa-widget-title { font-size: 1.5rem; }
  .annexe-panel-inner { padding: 48px 22px; }
  .annexe-tab-fixed { display: none; }
  .galerie-item { width: 82vw; }
  .galerie-item img { height: 260px; }
  .annexe-galerie { grid-template-columns: 1fr; gap: 12px; }
  .annexe-galerie-item img { height: 220px; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; padding: 0 20px; margin-bottom: 32px; }
  .footer-col a, .footer-col p, .footer-col address { font-size: 0.85rem; }
  .footer-bottom { padding: 20px 20px 12px; }
  .contact-grid { gap: 32px; }
  .contact-map iframe { min-height: 280px; }

  /* Tableau réservations — scroll horizontal sur mobile */
  .cdlh-day-block { overflow-x: auto; -webkit-overflow-scrolling: touch; }
  .cdlh-resa-table { min-width: 560px; }
  .cdlh-btn-del { padding: 5px 8px; font-size: 0.72rem; }
}
