/* =========================================================
   Cabaret Restaurant - styles communs a toutes les pages
   (variables, header, navigation, hero, sections, faq,
   footer, group band, animations, media queries, polices)
   ========================================================= */

:root { --gold: #c9a96e; --dark: #1a1a1a; --cream: #f8f5f0; --white: #ffffff; --red: #8B1E3F; }
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
section[id] { scroll-margin-top: 130px; }
@media (max-width: 991px) { section[id] { scroll-margin-top: 110px; } }
body { font-family: 'Lato', sans-serif; background: var(--cream); color: var(--dark); overflow-x: hidden; line-height: 1.7; -webkit-font-smoothing: antialiased; }
h1, h2, h3, h4, .brand-font { font-family: 'Playfair Display', serif; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
a:focus-visible { outline: 2px solid var(--gold); outline-offset: 2px; }
.header-topbar { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; background: var(--dark); color: #ccc; font-size: 0.8rem; padding: 0.45rem 0; transition: transform 0.4s ease; }
.header-topbar.hidden { transform: translateY(-100%); }
.header-topbar .topbar-inner { display: flex; align-items: center; justify-content: space-between; }
.header-topbar .topbar-item { color: #ccc; display: inline-flex; align-items: center; gap: 0.4rem; margin-right: 1.5rem; transition: color 0.3s; }
.header-topbar .topbar-item:hover { color: var(--gold); }
.header-topbar .topbar-item svg { width: 13px; height: 13px; fill: var(--gold); }
.header-topbar .topbar-social { list-style: none; display: flex; align-items: center; margin: 0; padding: 0; }
.header-topbar .topbar-social a { color: #ccc; margin-left: 1.1rem; display: inline-flex; transition: color 0.3s; }
.header-topbar .topbar-social a:hover { color: var(--gold); }
.header-topbar .topbar-social svg { width: 14px; height: 14px; fill: currentColor; }
.navbar-custom { position: fixed; top: 34px; width: 100%; z-index: 999; padding: 1rem 0; transition: all 0.4s ease; background: transparent; }
.navbar-custom.scrolled { top: 0; }
.navbar-custom.scrolled { background: rgba(255,255,255,0.98); box-shadow: 0 2px 20px rgba(0,0,0,0.08); padding: 0.6rem 0; }
.navbar-custom .nav-link { color: var(--white); font-weight: 500; letter-spacing: 1px; text-transform: uppercase; font-size: 1rem; padding: 0.5rem 1rem; transition: color 0.3s; position: relative; }
.navbar-custom.scrolled .nav-link { color: var(--dark); }
.navbar-custom .nav-link::after { content: ''; position: absolute; bottom: 0; left: 50%; width: 0; height: 2px; background: var(--gold); transition: all 0.3s ease; transform: translateX(-50%); }
.navbar-custom .nav-link:hover::after { width: 60%; }
.navbar-custom .nav-link:hover { color: var(--gold); }
.navbar-custom .nav-link[aria-current="page"] { color: var(--gold); }
.navbar-custom .nav-link[aria-current="page"]::after { width: 60%; }
.navbar-custom .nav-link.nav-reserver { color: var(--gold); font-weight: 700; }
.logo-restaurant { height: 96px; width: auto; margin: 0 auto; transition: height 0.4s ease, width 0.4s ease; }
.navbar-custom.scrolled .logo-restaurant { height: 64px; }
.logo-light { display: block; }
.logo-dark { display: none; }
.navbar-custom.scrolled .logo-light { display: none; }
.navbar-custom.scrolled .logo-dark { display: block; }
.desktop-menu-left, .desktop-menu-right { position: static; transform: none; }
@media (min-width: 992px) {
  .navbar-custom > .container { display: flex; flex-wrap: nowrap; align-items: center; column-gap: 1.5rem; }
  .desktop-menu-left, .desktop-menu-right { flex: 0 0 auto; }
  .navbar-custom .navbar-brand { flex: 0 0 auto; margin-left: auto !important; margin-right: auto !important; margin-top: 0 !important; margin-bottom: 0 !important; }
  .desktop-menu-left .navbar-nav, .desktop-menu-right .navbar-nav { flex-wrap: nowrap; }
  .navbar-custom .nav-link { white-space: nowrap; }
  .desktop-menu-left .nav-item:first-child .nav-link { padding-left: 0; }
  .desktop-menu-right .nav-item:last-child .nav-link { padding-right: 0; }
}
@media (min-width: 1400px) {
  .navbar-custom .nav-link { padding-left: 0.9rem; padding-right: 0.9rem; }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .navbar-custom .nav-link { padding-left: 0.5rem; padding-right: 0.5rem; letter-spacing: 0.5px; }
  .navbar-custom.scrolled .logo-restaurant { width: 200px; height: auto; max-height: 62px; object-fit: contain; }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .navbar-custom > .container { column-gap: 1.25rem; }
  .navbar-custom .nav-link { padding-left: 0.25rem; padding-right: 0.25rem; letter-spacing: 0; }
  .navbar-custom.scrolled .logo-restaurant { width: 170px; height: auto; max-height: 54px; object-fit: contain; }
}
.navbar-toggler-custom { border: none; background: none; padding: 0.5rem; position: absolute; right: 1rem; top: 50%; transform: translateY(-50%); z-index: 10; cursor: pointer; }
.navbar-toggler-custom:focus-visible { outline: 2px solid var(--gold); }
.toggler-bar { display: block; width: 25px; height: 2px; background: var(--white); margin: 6px 0; transition: all 0.3s ease; }
.navbar-custom.scrolled .toggler-bar { background: var(--dark); }
.mobile-menu { position: absolute; top: 100%; left: 0; right: 0; background: rgba(255,255,255,0.98); padding: 1rem 0; box-shadow: 0 10px 30px rgba(0,0,0,0.1); }
.mobile-menu .nav-link { color: var(--dark) !important; padding: 0.8rem 0; font-size: 1.05rem; }
.mobile-menu .nav-link[aria-current="page"] { color: var(--gold) !important; }
.mobile-extra { padding: 1rem 1.5rem 0.5rem; text-align: center; border-top: 1px solid #eee; margin-top: 0.5rem; }
.mobile-extra .address { font-size: 0.85rem; color: #666; margin: 0.8rem 0 0.2rem; }
.mobile-extra a[href^="tel"] { font-size: 0.9rem; font-weight: 700; color: var(--dark); }
.hero-page { position: relative; min-height: 70vh; min-height: 70svh; display: flex; align-items: center; justify-content: center; overflow: hidden; padding: 175px 0 4rem; }
.hero-page img.hero-bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 1; }
.hero-page .hero-overlay { position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0,0,0,0.5); z-index: 2; }
.hero-content { position: relative; z-index: 3; text-align: center; color: var(--white); padding: 2rem; max-width: 900px; }
.hero-kicker { font-size: 1.2rem !important; letter-spacing: 2px; text-transform: uppercase; color: var(--gold); font-weight: 700; margin-bottom: 1.2rem; }
.hero-content h1 { font-size: clamp(2rem, 5vw, 3.6rem); font-weight: 700; letter-spacing: 2px; margin-bottom: 1.5rem; text-transform: uppercase; line-height: 1.15; }
.hero-content p { font-size: 1.3rem; letter-spacing: 1px; font-weight: 300; margin-bottom: 2rem; line-height: 1.7; }
.btn-gold { background: var(--gold); border: 2px solid var(--gold); color: var(--white); padding: 0.9rem 2.5rem; text-transform: uppercase; letter-spacing: 2px; font-size: 0.8rem; transition: all 0.3s; border-radius: 0; text-decoration: none; display: inline-block; font-weight: 600; }
.btn-gold:hover, .btn-gold:focus { background: transparent; color: var(--gold); outline: none; }
.btn-outline { background: transparent; border: 2px solid var(--gold); color: var(--gold); padding: 0.9rem 2.5rem; text-transform: uppercase; letter-spacing: 2px; font-size: 0.8rem; transition: all 0.3s; border-radius: 0; text-decoration: none; display: inline-block; font-weight: 600; }
.btn-outline:hover, .btn-outline:focus { background: var(--gold); color: var(--white); outline: none; }
.section-padding { padding: 5rem 0; }
.section-title { text-align: center; margin-bottom: 3rem; }
.section-title h2 { font-size: clamp(2.1rem, 4.5vw, 3.2rem); text-transform: uppercase; letter-spacing: 2px; margin-bottom: 1rem; line-height: 1.2; }
.section-title .divider { width: 60px; height: 2px; background: var(--gold); margin: 0 auto; }
.section-title p { color: #777; margin-top: 1rem; font-weight: 300; }
.content-img { width: 100%; height: auto; }
.content-text { padding: 2rem; }
.content-text .subtitle { display: block; color: var(--gold); text-transform: uppercase; letter-spacing: 2px; font-size: 0.8rem; font-weight: 700; margin-bottom: 0.8rem; }
.content-text h2, .content-text h3 { font-size: clamp(1.9rem, 3.5vw, 2.7rem); margin-bottom: 1.5rem; letter-spacing: 1px; line-height: 1.25; }
.content-text p { font-size: 1.3rem; color: #555; line-height: 1.8; font-weight: 300; margin-bottom: 1.2rem; }
.content-text strong { color: var(--dark); font-weight: 700; }
.quote-section { background: var(--dark); color: var(--white); padding: 4rem 0; text-align: center; }
.quote-section .quote-kicker { color: var(--gold); text-transform: uppercase; letter-spacing: 3px; font-size: 0.8rem; font-weight: 700; display: block; margin-bottom: 1.2rem; }
.quote-section blockquote { font-family: 'Playfair Display', serif; font-size: clamp(1.3rem, 3vw, 2rem); font-style: italic; letter-spacing: 1px; max-width: 900px; margin: 0 auto; line-height: 1.5; }
.banner-section { position: relative; height: 400px; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.banner-section img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 1; }
.banner-section::after { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0,0,0,0.5); z-index: 2; }
.banner-content { position: relative; z-index: 3; text-align: center; color: var(--white); padding: 2rem; }
.banner-content h2 { font-size: clamp(1.8rem, 4vw, 3rem); text-transform: uppercase; letter-spacing: 3px; margin-bottom: 1rem; line-height: 1.2; }
.banner-tags span { display: inline-block; border: 1px solid var(--white); padding: 0.3rem 1rem; margin: 0.2rem 0.3rem; font-size: 0.75rem; text-transform: uppercase; letter-spacing: 1px; }
.faq-item { border-bottom: 1px solid #ddd; }
.faq-item button { width: 100%; text-align: left; padding: 1.2rem 0; background: none; border: none; font-family: 'Lato', sans-serif; font-size: 1.15rem; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; color: var(--dark); cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 1rem; }
.faq-item button::after { content: '+'; font-size: 1.5rem; color: var(--gold); font-weight: 300; }
.faq-item button[aria-expanded="true"]::after { content: '-'; }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.3s ease; }
.faq-answer.open { max-height: 500px; }
.faq-answer p { font-size: 1.2rem; padding: 0 0 1.2rem 0; color: #666; font-weight: 300; line-height: 1.7; margin: 0; }
.cta-section { background: var(--cream); text-align: center; padding: 5rem 0; }
.cta-section .cta-kicker { display: block; font-size: 0.9rem; text-transform: uppercase; letter-spacing: 2px; color: var(--gold); font-weight: 700; margin-bottom: 1rem; }
.cta-section h2 { font-family: 'Playfair Display', serif; font-size: clamp(1.8rem, 4vw, 2.8rem); color: var(--dark); margin-bottom: 1.5rem; }
footer { background: #111; color: #aaa; padding: 4rem 0 0; }
footer .footer-title, footer .footer-subtitle { margin-top: 0; font-weight: 500; line-height: 1.2; color: var(--white); font-family: 'Playfair Display', serif; text-transform: uppercase; letter-spacing: 2px; margin-bottom: 1.2rem; font-size: 1.15rem; }
footer .footer-subtitle { font-size: 0.95rem; margin-bottom: 0.8rem; margin-top: 1.5rem; }
footer ul { list-style: none; padding: 0; margin: 0; }
footer ul li { margin-bottom: 0.5rem; }
footer ul li a { color: #aaa; text-decoration: none; transition: color 0.3s; font-size: 1.15rem; }
footer ul li a:hover, footer ul li a:focus { color: var(--gold); }
footer ul li a[aria-current="page"] { color: var(--gold); }
footer .social-icon { width: 36px; height: 36px; border: 1px solid #444; display: inline-flex; align-items: center; justify-content: center; color: #aaa; margin-right: 0.4rem; transition: all 0.3s; text-decoration: none; }
footer .social-icon:hover, footer .social-icon:focus { background: var(--gold); border-color: var(--gold); color: var(--white); }
footer .footer-desc { font-size: 1.15rem; color: #999; line-height: 1.8; }
footer .footer-cta { display: inline-block; margin-top: 0.5rem; color: var(--gold); text-transform: uppercase; letter-spacing: 1px; font-size: 1.05rem; font-weight: 700; border-bottom: 1px solid var(--gold); padding-bottom: 2px; }
footer .footer-cta:hover { color: var(--white); border-color: var(--white); }
.footer-bottom-bar { border-top: 1px solid #222; margin-top: 2rem; padding: 1.5rem 0; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; font-size: 1.05rem; gap: 0.5rem 1rem; }
.footer-bottom-bar a { color: #888; transition: color 0.3s; margin-right: 1.5rem; }
.footer-bottom-bar a:hover { color: var(--gold); }
.footer-bottom-bar a[aria-current="page"] { color: var(--gold); }
.footer-bottom-bar .lang-switch a { margin-right: 0; }
.footer-bottom { padding: 1.5rem 0 2rem; text-align: center; font-size: 1.05rem; color: #777; }
.footer-bottom a { color: #888; transition: color 0.3s; }
.footer-bottom a:hover { color: var(--gold); }
.group-band { background: #0b0b0b; border-top: 1px solid #222; padding: 2rem 0; text-align: center; }
.group-band-title { color: #888; font-size: 0.95rem; text-transform: uppercase; letter-spacing: 2px; margin-bottom: 1rem; }
.group-band-nav { display: flex; flex-wrap: wrap; justify-content: center; gap: 0.3rem 1.8rem; list-style: none; padding: 0; margin: 0; }
.group-band-nav a { color: #999; font-size: 1.05rem; transition: color 0.3s; }
.group-band-nav a:hover { color: var(--gold); }
.fade-up { opacity: 0; transform: translateY(40px); transition: all 0.8s ease; }
.fade-up.visible { opacity: 1; transform: translateY(0); }
@media (max-width: 991px) {
  .section-padding { padding: 3rem 0; }
  .logo-restaurant { height: 80px; }
  .navbar-custom { padding: 0.6rem 0; }
  .navbar-custom.scrolled .logo-restaurant { height: 60px; }
  .hero-page { padding: 150px 0 3rem; }
  .hero-content h1 { letter-spacing: 1px; }
}
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; } html { scroll-behavior: auto; } }

/* ---- Polices ---- */
@font-face {
  font-display: swap;
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 400;
  src: url('/assets/fonts/playfair-display-v40-latin-regular.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 500;
  src: url('/assets/fonts/playfair-display-v40-latin-500.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 700;
  src: url('/assets/fonts/playfair-display-v40-latin-700.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: url('/assets/fonts/lato-v25-latin-300.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url('/assets/fonts/lato-v25-latin-regular.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: url('/assets/fonts/lato-v25-latin-700.woff2') format('woff2');
}
