/* Palette Service Premium : bleu nuit et dore */
:root {
  --background: 216 50% 12%;
  --foreground: 214 33% 95%;
  --card: 216 40% 19%;
  --line: 216 30% 26%;
  --olive: 41 40% 55%;
  --paper: 216 45% 15%;
  --ink: 214 33% 95%;
  --ink-soft: 214 18% 75%;

  /* Accent dore (remplace la rouille) */
  --rust: 41 70% 60%;
  --rust-bright: 42 80% 67%;
  --rust-dark: 40 62% 44%;
  --rust-soft: 41 55% 70%;

  /* Page d'accueil */
  --night: 216 50% 12%;
  --night-2: 216 45% 16%;
  --night-card: 216 40% 19%;
  --night-text: 214 33% 95%;
  --night-body: 214 20% 78%;
  --night-intro: 214 22% 82%;
  --night-mute: 214 14% 64%;
  --night-soft: 214 12% 58%;
  --night-line: 216 30% 26%;
  --night-line-2: 216 28% 32%;
  --night-line-3: 216 22% 44%;

  /* Page boutiques */
  --noir: 218 55% 8%;
  --noir-2: 218 48% 11%;
  --noir-card: 217 42% 14%;
  --noir-card-2: 217 38% 18%;
  --noir-line: 217 30% 22%;
  --noir-mute: 214 14% 64%;
  --noir-text: 214 33% 95%;
}

/* Cartes des logos de marques : fond creme pour garder les couleurs officielles lisibles */
.aspect-\[4\/3\].rounded-xl[style*="--night-card"] {
  background-color: hsl(40 33% 94%) !important;
}
