/* =============================================================
   projects/studio/brand.css — identité de la démo « Studio ».

   Produit générique : un distributeur (professionnel ou grand
   public) qui veut de belles mises en scène de ses produits.
   Aucun secteur imposé — le catalogue de démonstration mélange
   volontairement outillage, maison et sport.

   Thème sombre « galerie » : sur un fond neutre profond, les
   visuels produits ressortent. C'est le parti pris des outils de
   création — la couleur vient des images, pas de l'interface.
   ============================================================= */
:root{
  /* --- Fonds : gris chauds, presque neutres --- */
  --bg:#131211; --bg2:#191817; --bg3:#0f0e0d;
  --panel:#1c1b19; --panel2:#232120; --panel-d:#171614;
  --bg-blur:rgba(19,18,17,.72);
  --row-hot:rgba(255,255,255,.028);

  /* --- Lignes et texte --- */
  --line:rgba(255,255,255,.075); --line2:rgba(255,255,255,.14);
  --txt:#f2efe9; --mut:#9c968c; --mut2:#6a655e;

  /* --- Accents : terracotta et laiton, chaleureux sans crier --- */
  --accent:#d4744a;  --accent-l:#e89468;  --accent-d:#5c2e18;
  --accent2:#c9a227; --accent2-l:#e0bc4d;
  --accent-soft:rgba(212,116,74,.16);
  --accent2-soft:rgba(201,162,39,.14);
  --accent-line:rgba(212,116,74,.34);
  --accent-glow:rgba(212,116,74,.55);

  --glow-1:rgba(212,116,74,.13);
  --glow-2:rgba(201,162,39,.09);

  /* --- Sémantique --- */
  --ok:#5fae7a; --warn:#d9a441; --danger:#d1594d;
  --danger-soft:rgba(209,89,77,.14);

  --r:10px; --shadow:0 26px 60px -22px rgba(0,0,0,.8);

  /* --- Typographie : une grotesque large en titre, adaptée à un
         outil visuel ; du texte neutre pour ne pas concurrencer
         les images. --- */
  --font-display:'Cabinet Grotesk', system-ui, sans-serif;
  --font-body:'Satoshi', system-ui, sans-serif;
  --font-mono:'JetBrains Mono', ui-monospace, monospace;

  /* --- Contrastes (thème sombre) --- */
  --strong:#ffffff;
  --on-accent:#1a1512;
  --veil-soft:rgba(255,255,255,.06);
  --edge:rgba(255,255,255,.14);

  /* --- Couche caméra --- */
  --veil:#131211;
  --cap-bg:rgba(12,11,10,.86);
  --cap-txt:#f4f1ec;
  --cap-line:rgba(255,255,255,.12);
  --spot-veil:rgba(8,7,6,.72);
  --spot-veil-off:rgba(8,7,6,0);
  --cursor-fill:#ffffff;
  --cursor-stroke:#131211;

  /* --- Cartons plein écran --- */
  --card-h1-from:#ffffff;
  --card-h1-mid:#e89468;
  --card-h1-to:#e0bc4d;
  --card-mark:#ffffff;
}
