 /* ========== STYLES DE BASE ========== */
    *, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
    :root {
      --noir:       #0F0800;
      --noir-chaud: #1C1008;
      --or:         #C9A84C;
      --or-clair:   #E8C96A;
      --or-pale:    #F5E9C4;
      --terre:      #B85A1E;
      --creme:      #F5EED8;
      --vert:       #1E3320;
      --blanc:      #FFFFFF;
      --gris:       #8A8070;
      --radius:     6px;
    }
    html { scroll-behavior: smooth; }
    body { background: var(--noir); color: var(--creme); font-family: 'DM Sans', sans-serif; overflow-x: hidden; }
    ::selection { background: var(--or); color: var(--noir); }
    ::-webkit-scrollbar { width: 6px; }
    ::-webkit-scrollbar-track { background: var(--noir); }
    ::-webkit-scrollbar-thumb { background: var(--or); border-radius: 3px; }

    /* ========== NAV & LOGO ========== */
    nav {
      position: fixed; top: 0; left: 0; width: 100%; z-index: 100;
      padding: 18px 48px;
      display: flex; align-items: center; justify-content: space-between;
      transition: background 0.4s, padding 0.4s;
    }
    nav.scrolled { background: rgba(15,8,0,0.93); backdrop-filter: blur(14px); padding: 12px 48px; border-bottom: 1px solid rgba(201,168,76,0.15); }
    
    .nav-logo-container { display: flex; align-items: center; gap: 12px; text-decoration: none; }
    .logo-img { height: 42px; width: auto; object-fit: contain; border-radius: 4px; }
    .nav-logo-text { font-family: 'Playfair Display', serif; font-size: 1.5rem; font-weight: 700; color: var(--or); letter-spacing: 0.04em; }
    .nav-logo-text span { color: var(--creme); font-weight: 400; }
    
    .nav-links { display: flex; gap: 36px; list-style: none; }
    .nav-links a { color: var(--creme); text-decoration: none; font-size: 0.82rem; letter-spacing: 0.14em; text-transform: uppercase; opacity: 0.75; transition: opacity 0.25s, color 0.25s; }
    .nav-links a:hover { opacity: 1; color: var(--or); }
    .nav-cta { background: var(--or); color: var(--noir); padding: 10px 24px; border-radius: var(--radius); font-size: 0.8rem; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase; text-decoration: none; transition: background 0.25s, transform 0.2s; }
    .nav-cta:hover { background: var(--or-clair); transform: translateY(-1px); }
    .hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; }
    .hamburger span { display: block; width: 24px; height: 2px; background: var(--or); }

    /* ========== HERO ========== */
    #hero { position: relative; height: 100vh; min-height: 680px; display: flex; align-items: center; justify-content: center; overflow: hidden; }
    .hero-bg { position: absolute; inset: 0; z-index: 0; background: radial-gradient(ellipse 80% 60% at 50% 70%, rgba(201,168,76,0.08) 0%, transparent 70%), linear-gradient(170deg, #0F0800 0%, #1C1208 40%, #0A0600 100%); }
    .hero-pattern { position: absolute; inset: 0; z-index: 1; opacity: 0.03; background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23C9A84C' fill-opacity='1'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
    #particles-canvas { position: absolute; inset: 0; z-index: 2; pointer-events: none; }
    .hero-line-left, .hero-line-right { position: absolute; top: 50%; transform: translateY(-50%); width: 1px; height: 180px; background: linear-gradient(to bottom, transparent, var(--or), transparent); z-index: 4; opacity: 0.4; }
    .hero-line-left { left: 48px; } .hero-line-right { right: 48px; }
    .hero-content { position: relative; z-index: 5; text-align: center; max-width: 820px; padding: 0 24px; }
    .hero-resto-img { position: relative; width: 280px; height: 280px; margin: 0 auto 32px auto; border-radius: 50%; overflow: hidden; box-shadow: 0 0 0 4px rgba(201,168,76,0.2), 0 20px 40px rgba(0,0,0,0.5); transition: all 0.3s ease; }
    .hero-resto-img img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.4s; }
    .hero-resto-img:hover img { transform: scale(1.05); }
    .hero-eyebrow { display: inline-block; font-size: 0.72rem; letter-spacing: 0.28em; text-transform: uppercase; color: var(--or); margin-bottom: 28px; opacity: 0; animation: fadeUp 0.8s 0.3s forwards; }
    .hero-title { font-family: 'Playfair Display', serif; font-size: clamp(3rem, 8vw, 6.5rem); font-weight: 900; line-height: 1.0; margin-bottom: 12px; opacity: 0; animation: fadeUp 0.9s 0.6s forwards; }
    .hero-title .gold { color: var(--or); display: block; }
    .hero-title .small-word { font-size: 0.55em; font-weight: 400; font-style: italic; color: var(--gris); display: block; margin-bottom: 4px; }
    .hero-sub { font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: clamp(1.1rem, 2.5vw, 1.5rem); color: var(--or-pale); opacity: 0; animation: fadeUp 0.9s 0.9s forwards; margin-bottom: 40px; }
    .hero-actions { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; opacity: 0; animation: fadeUp 0.9s 1.1s forwards; }
    .btn-primary { background: var(--or); color: var(--noir); padding: 15px 36px; border-radius: var(--radius); font-size: 0.82rem; font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase; text-decoration: none; transition: all 0.28s; }
    .btn-primary:hover { transform: translateY(-2px); box-shadow: 0 10px 30px rgba(201,168,76,0.3); background: var(--or-clair); }
    .btn-ghost { background: transparent; color: var(--creme); padding: 15px 36px; border-radius: var(--radius); border: 1px solid rgba(245,238,216,0.3); font-size: 0.82rem; font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase; text-decoration: none; transition: all 0.28s; }
    .btn-ghost:hover { border-color: var(--or); color: var(--or); transform: translateY(-2px); }

    /* ========== RIBBON ========== */
    .ribbon { background: var(--or); padding: 14px 0; overflow: hidden; }
    .ribbon-track { display: flex; animation: ribbonScroll 22s linear infinite; white-space: nowrap; width: max-content; }
    .ribbon-item { display: inline-flex; align-items: center; gap: 16px; padding: 0 40px; font-size: 0.75rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--noir); font-weight: 500; }
    .ribbon-dot { width: 5px; height: 5px; border-radius: 50%; background: var(--noir); opacity: 0.4; }

    /* ========== LAYOUT ========== */
    section { padding: 100px 48px; }
    .section-eyebrow { font-size: 0.7rem; letter-spacing: 0.28em; text-transform: uppercase; color: var(--or); margin-bottom: 16px; display: block; }
    .section-title { font-family: 'Playfair Display', serif; font-size: clamp(2rem, 4vw, 3.2rem); font-weight: 700; line-height: 1.15; margin-bottom: 20px; }
    .section-divider { width: 48px; height: 2px; background: var(--or); margin: 20px 0 40px; }
    .section-divider.centered { margin: 20px auto 40px; }
    .container { max-width: 1140px; margin: 0 auto; }

    /* ========== HISTOIRE / EXPERIENCE ========== */
    #histoire { background: var(--noir-chaud); position: relative; }
    .histoire-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
    .histoire-text p { font-size: 1rem; line-height: 1.7; color: var(--gris); margin-bottom: 24px; }
    .histoire-text p strong { color: var(--or-pale); }
    .histoire-img-wrapper { position: relative; border-radius: var(--radius); overflow: hidden; box-shadow: 0 20px 40px rgba(0,0,0,0.6); }
    .histoire-img-wrapper img { width: 100%; height: auto; display: block; object-fit: cover; }

    /* ========== MENU & CATÉGORIES ========== */
    #menu { background: var(--noir); text-align: center; }
    .menu-tabs { display: flex; justify-content: center; gap: 8px; margin-bottom: 40px; flex-wrap: wrap; }
    .tab-btn { background: transparent; border: 1px solid rgba(201,168,76,0.25); color: var(--gris); padding: 9px 22px; border-radius: 99px; font-size: 0.78rem; letter-spacing: 0.12em; text-transform: uppercase; cursor: pointer; transition: all 0.25s; font-family: 'DM Sans', sans-serif; }
    .tab-btn.active, .tab-btn:hover { background: var(--or); border-color: var(--or); color: var(--noir); }
    
    .category-banner { width: 100%; height: 220px; border-radius: var(--radius); overflow: hidden; position: relative; margin-bottom: 40px; display: none; }
    .category-banner img { width: 100%; height: 100%; object-fit: cover; }
    .category-banner h3 { display: none; }

    .menu-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; text-align: left; }
    .menu-card { background: var(--noir-chaud); border-radius: var(--radius); border: 1px solid rgba(201,168,76,0.08); transition: all 0.35s; position: relative; overflow: hidden; display: flex; flex-direction: column; }
    .menu-card:hover { transform: translateY(-6px); border-color: rgba(201,168,76,0.3); box-shadow: 0 20px 48px rgba(0,0,0,0.4); }
    .card-top-line { position: absolute; top: 0; left: 0; right: 0; height: 2px; background: linear-gradient(to right, transparent, var(--or), transparent); opacity: 0; transition: opacity 0.35s; z-index: 2; }
    .menu-card:hover .card-top-line { opacity: 1; }
    .price-badge { position: absolute; top: 16px; right: 16px; z-index: 3; background: var(--or); color: var(--noir); padding: 6px 14px; border-radius: 99px; font-family: 'Playfair Display', serif; font-size: 0.95rem; font-weight: 700; letter-spacing: 0.03em; box-shadow: 0 4px 12px rgba(0,0,0,0.4); }
    .price-badge.no-price { background: rgba(15,8,0,0.7); color: var(--gris); border: 1px solid rgba(201,168,76,0.2); font-family: 'DM Sans', sans-serif; font-size: 0.75rem; font-weight: 400; }
    .card-body { padding: 32px 24px 24px; flex: 1; display: flex; flex-direction: column; }
    .card-emoji { font-size: 2rem; margin-bottom: 12px; display: block; opacity: 0.9; }
    .card-cat-tag { display: inline-block; margin-bottom: 12px; color: var(--or); font-size: 0.65rem; letter-spacing: 0.14em; text-transform: uppercase; }
    .card-name { font-family: 'Playfair Display', serif; font-size: 1.25rem; font-weight: 600; margin-bottom: 8px; color: var(--creme); line-height: 1.3; }
    .card-desc { font-size: 0.85rem; line-height: 1.65; color: var(--gris); flex: 1; }
    .menu-note { margin-top: 48px; font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: 1.1rem; color: var(--gris); }

    /* ========== AVIS / TEMOIGNAGES ========== */
    #avis { background: radial-gradient(circle at 50% 50%, #170E06 0%, var(--noir) 100%); text-align: center; }
    .avis-container { max-width: 800px; margin: 0 auto; position: relative; min-height: 240px; display: flex; align-items: center; justify-content: center; }
    .avis-card { display: none; animation: fadeIn 0.5s ease forwards; }
    .avis-card.active { display: block; }
    .avis-quote { font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: clamp(1.4rem, 3vw, 2.2rem); line-height: 1.4; color: var(--or-pale); margin-bottom: 24px; }
    .avis-author { font-family: 'DM Sans', sans-serif; font-weight: 500; font-size: 0.85rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--or); }
    .avis-author span { color: var(--gris); font-weight: 300; text-transform: none; font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: 1rem; margin-left: 6px; }
    .avis-dots { display: flex; justify-content: center; gap: 8px; margin-top: 32px; }
    .avis-dot { width: 6px; height: 6px; border-radius: 50%; background: rgba(201,168,76,0.2); cursor: pointer; transition: all 0.3s; }
    .avis-dot.active { background: var(--or); transform: scale(1.3); }

    /* ========== INFOS SECTION ========== */
    #infos { background: var(--noir-chaud); }
    .info-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 40px; margin-top: 40px; }
    .info-item { text-align: center; }
    .info-icon { font-size: 2.5rem; margin-bottom: 16px; display: block; }
    .info-item h3 { font-family: 'Playfair Display', serif; color: var(--or); margin-bottom: 12px; font-size: 1.5rem; }
    .info-item p { color: var(--gris); line-height: 1.6; }
    .info-item a { color: var(--or); text-decoration: none; font-weight: 500; transition: color 0.3s; }
    .info-item a:hover { color: var(--or-clair); }

    /* ========== ANIMATIONS & RESPONSIVE ========== */
    @keyframes fadeUp { to { opacity: 1; transform: translateY(0); } }
    @keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
    @keyframes ribbonScroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }
    .reveal { opacity: 0; transform: translateY(36px); transition: opacity 0.7s ease, transform 0.7s ease; }
    .reveal.visible { opacity: 1; transform: translateY(0); }
    
    @media (max-width: 960px) {
      section { padding: 72px 24px; }
      nav { padding: 16px 24px; }
      nav.scrolled { padding: 12px 24px; }
      .nav-links, .nav-cta { display: none; }
      .hamburger { display: flex; }
      .histoire-grid { grid-template-columns: 1fr; gap: 40px; }
      .menu-grid { grid-template-columns: repeat(2, 1fr); }
      .hero-line-left, .hero-line-right { display: none; }
    }
    @media (max-width: 600px) {
      .menu-grid { grid-template-columns: 1fr; }
      .category-banner { height: 160px; }
    }
    
    /* MOBILE NAV */
    .mobile-nav { display: none; position: fixed; inset: 0; z-index: 200; background: rgba(15,8,0,0.97); backdrop-filter: blur(20px); flex-direction: column; align-items: center; justify-content: center; gap: 32px; }
    .mobile-nav.open { display: flex; }
    .mobile-nav a { font-family: 'Playfair Display', serif; font-size: 1.8rem; color: var(--creme); text-decoration: none; }
    .mobile-nav a:hover { color: var(--or); }
    .mobile-close { position: absolute; top: 20px; right: 24px; font-size: 2rem; color: var(--or); cursor: pointer; background: none; border: none; }
