/* Thème Chez Cui-Cui — noir & doré, bistrot chic */
:root{
  --font-display:"Playfair Display",Georgia,"Times New Roman",serif;
  --font-body:Inter,system-ui,-apple-system,"Segoe UI",Roboto,sans-serif;
  --bg:#14100E;--bg-alt:#1F1915;--card:#221C18;--line:rgba(255,255,255,.1);
  --txt:#F4EDE1;--muted:#B3A793;
  --accent:#C9A84C;--accent-2:#E3C67A;--on-accent:#14100E;
  --header-bg:rgba(20,16,14,.88);--header-txt:#F4EDE1;--nav-hover:rgba(255,255,255,.08);
  --hero-fallback:#1F1915;--hero-overlay:linear-gradient(180deg,rgba(20,16,14,.25) 0%,rgba(20,16,14,.55) 55%,rgba(20,16,14,.95) 100%);
  --band-bg:#C9A84C;--band-txt:#14100E;
  --footer-bg:#0E0B09;--footer-txt:#D9CFBF;
  --radius:10px;--radius-lg:16px;--shadow:0 10px 30px rgba(0,0,0,.35);
}
.cta-band .btn-primary{background:#14100E;border-color:#14100E;color:#F4EDE1}
.cta-band .btn-primary:hover{background:#2A2420;border-color:#2A2420}
.open-pill.open{color:#9BE3B5}
