/* ============================================================
 * JaStech GmbH — Corporate Identity Tokens
 * ============================================================
 * Eigenes CI der Agentur (Münster), getrennt von Kunden-Brandings.
 * Wird für Kunden-Kommunikation verwendet: Briefing, E-Mails,
 * Angebote, Übergabe-Dokumente.
 *
 * Quelle: https://jastech-solutions.de
 * Markenfarbe: #82bf7a (helles Grün)
 * Akzent dunkel: #080032 (Tile-Color der Webseite)
 * ============================================================ */

:root[data-ci="jastech"] {

  /* ----- Farben ----- */
  --c-bg:            #ffffff;
  --c-bg-alt:        #f7f9f6;
  --c-bg-card:       #ffffff;
  --c-bg-inverse:    #080032;   /* tiefes Navy/Lila */
  --c-ink:           #080032;
  --c-ink-muted:     #6b6783;
  --c-ink-inverse:   #ffffff;

  --c-brand:           #82bf7a;
  --c-brand-deep:      #5a9c54;   /* dunkleres Grün für Hover/Tiefe */
  --c-brand-soft:      #eaf4e8;   /* sehr helles Grün für Hintergründe */
  --c-brand-contrast:  #080032;   /* Text auf Grün → dunkles Navy */

  --c-line:        #e4e2eb;
  --c-line-strong: #c4c0d2;

  --c-positive:    #4a9d3f;
  --c-warning:     #d8a23d;
  --c-critical:    #c4423d;

  /* ----- Typographie ----- */
  --f-display: "Geist", "Söhne", "Helvetica Neue", system-ui, sans-serif;
  --f-body:    "Geist", "Söhne", "Helvetica Neue", system-ui, sans-serif;
  --f-mono:    "JetBrains Mono", "Geist Mono", ui-monospace, monospace;

  --t-weight-display: 600;
  --t-weight-body:    400;
  --t-weight-strong:  600;

  /* ----- Form ----- */
  --r-card:  8px;        /* leicht weich, freundlich */
  --r-pill:  999px;
  --r-image: 6px;

  --b-hair:   1px;
  --b-strong: 2px;

  /* ----- Logo ----- */
  --logo-min-width:  120px;
  --logo-clearspace: 0.5em;
}
