/* ==========================================================================
   J.A. CHAPES SÀRL — Variables globales
   --------------------------------------------------------------------------
   TOUTES LES COULEURS DU SITE SONT ICI. Modifie une valeur et elle
   change partout automatiquement. Ce fichier doit être chargé en PREMIER.
   ========================================================================== */

/* ==========================================================================
   1. VARIABLES — Modifie ces valeurs pour changer les couleurs du site entier
   ========================================================================== */
:root {
  /* Couleurs principales */
  --ink: #000000;          /* noir pur (en-tête, pied de page) */
  --bg: #0b0b0c;           /* fond général */
  --surface: #151517;      /* fond des blocs */
  --border: #29282a;       /* bordures */
  --text: #f5f4f2;         /* texte principal */
  --muted: #a3a0a0;        /* texte secondaire */

  /* Accent orange */
  --orange: #ff6a1a;
  --orange-soft: #ff8a3d;
  --orange-deep: #d6540d;

  /* Rayons et ombres */
  --radius: 16px;
  --radius-lg: 28px;
  --shadow: 0 30px 60px -30px rgba(0, 0, 0, 0.7);

  /* Rythme vertical des sections */
  --section-padding: 80px;
}
