/* Team Vahrenkamp — Moto Dealer Brand Colors */
/* QUELLE: Übernommen aus Händler-Brand (layout.min.css von teamvahrenkamp.de) + aufgewertet.
   Signatur-Rot #c31919 und Weiß-auf-Dunkel sind die echte CI des Händlers.
   Hintergrund für Premium-Look leicht vertieft (#1a1a1a → #141416), Stahlblau als Zweit-Akzent. */

:root {
  /* Primär — Vahrenkamp Signatur-Rot (echte CI) */
  --color-primary: #c31919;          /* Quelle: layout.min.css, häufigste Akzentfarbe */
  --color-primary-hover: #a60b19;    /* Quelle: Hover-Rot aus CSS */

  /* Hintergrund — Weiß-auf-Dunkel (echte CI), für Premium vertieft */
  --color-bg: #141416;               /* Basis (Original #1a1a1a, leicht vertieft) */
  --color-bg-elevated: #1d1d20;      /* Cards / erhöhte Flächen */
  --color-surface: #232327;          /* Sektions-Wechsel / Modellkarten */

  /* Text */
  --color-text: #f5f5f5;             /* Weiß-auf-Dunkel (rgba(255,255,255,.9) im Original) */
  --color-text-muted: #9a9a9e;       /* Quelle: Grautöne #7f807e/#5d5d5d aufgehellt */

  /* Akzente */
  --color-accent: #c31919;           /* = Primär-Rot (Händler-Brand) */
  --color-accent-hover: #a60b19;
  --color-accent-secondary: #4f8fab; /* Stahlblau — Zweit-Akzent aus echter CSS, sparsam */

  /* Struktur */
  --color-border: #2e2e33;
  --color-border-strong: #3a3a40;
}

/* Typografie (Upgrade — Händler nutzt nur System-Sans):
   Headlines: 'Archivo' / 'Oswald' — condensed grotesk, industriell-kraftvoll, passt zu Handmade/Cruiser-Charakter.
   Specs als GROSSE ZAHLEN: 'Archivo Expanded' oder dieselbe condensed Display-Font, sehr fett.
   Body: 'Inter' — clean, gut lesbar, Sie-Form. */
