/* ===== IDCO — Variables CSS ===== */
:root {
    /* Couleurs principales */
    --gold: #c9a96e;
    --gold-hover: #b8954f;
    --gold-light: rgba(201,169,110,0.3);
    --gold-very-light: rgba(201,169,110,0.08);
    --dark: #1a1a1a;
    --dark-bg: #111;
    --text: #333;
    --text-light: #555;
    --text-muted: #777;
    --text-faded: #888;
    --text-pale: #999;
    --text-faint: #bbb;
    --white: #fff;
    --off-white: #f8f6f3;
    --border: #e5e5e5;
    --border-light: #eee;
    --border-faint: #f5f5f5;
    --shadow: rgba(0,0,0,0.06);
    --shadow-md: rgba(0,0,0,0.08);
    --shadow-lg: rgba(0,0,0,0.15);

    /* Polices */
    --font-heading: 'Cormorant Garamond', serif;
    --font-body: 'Montserrat', sans-serif;

    /* Z-index */
    --z-back-to-top: 999;
    --z-nav: 1000;
    --z-whatsapp: 998;
    --z-chatbot: 999;
    --z-cookie: 9997;
    --z-lightbox: 9998;
    --z-preloader: 9999;
    --z-skip-link: 10000;
}
