/**
 * @file theme.css
 * shadcn/ui-compatible theme variables for Activate Media.
 *
 * Source of truth for brand values: CLAUDE.md §3 (Farben) / §4 (Layout).
 * You can customize these values without rebuilding the compiled CSS. Copy this
 * file to your web root, so it sits next to index.php, and clear Drupal's
 * cache. Then, any changes you make in this file should be reflected right away.
 */

:root {
  --background: #ffffff;
  --foreground: #1a1a1a; /* Black */
  --card: #ffffff;
  --card-foreground: #1a1a1a;
  --primary: #0d1b3e; /* Midnight Navy */
  --primary-foreground: #ffffff;
  --secondary: #f5f0e8; /* Creme */
  --secondary-foreground: #0d1b3e;
  --muted: #f5f0e8; /* Creme */
  --muted-foreground: #9c9e9f; /* Gray — bewusste DS-Entscheidung (CLAUDE.md §6) */
  --accent: #d7b17c; /* Gold */
  --accent-foreground: #0d1b3e; /* Navy auf Gold */
  --destructive: oklch(0.6368 0.2078 25.3313);
  --destructive-foreground: #ffffff;
  --border: #bac5db; /* Navy Light */
  --input: #bac5db;
  --font-sans: "Outfit", "Helvetica Neue", Arial, Helvetica, sans-serif; /* Headlines */
  --font-serif: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  --font-mono: "Fira Mono", "Menlo", "Consolas", "Liberation Mono", monospace;
  --font-body: "Inter", "Helvetica Neue", Arial, Helvetica, sans-serif; /* Body */
  --radius: 0.5rem;
  --shadow-x: 0;
  --shadow-y: 1px;
  --shadow-blur: 3px;
  --shadow-spread: 0px;
  --shadow-opacity: 0.1;
  --shadow-color: oklch(0 0 0);
  --shadow-2xs: 0 1px 3px 1px hsl(0 0% 0% / 0.05);
  --shadow-xs: 0 1px 3px 1px hsl(0 0% 0% / 0.05), 0 1px 2px -1px hsl(0 0% 0% / 0.1);
  --shadow-sm: 0 1px 3px 1px hsl(0 0% 0% / 0.1), 0 2px 4px -1px hsl(0 0% 0% / 0.1);
  --shadow: 0 1px 3px 1px hsl(0 0% 0% / 0.1), 0 2px 4px -1px hsl(0 0% 0% / 0.1);
  --shadow-md: 0 1px 3px 1px hsl(0 0% 0% / 0.1), 0 4px 6px -2px hsl(0 0% 0% / 0.1);
  --shadow-lg: 0 1px 3px 1px hsl(0 0% 0% / 0.1), 0 8px 10px -2px hsl(0 0% 0% / 0.1);
  --shadow-xl: 0 1px 3px 1px hsl(0 0% 0% / 0.1), 0 12px 14px -3px hsl(0 0% 0% / 0.1);
  --shadow-2xl: 0 1px 3px 1px hsl(0 0% 0% / 0.1), 0 16px 18px -3px hsl(0 0% 0% / 0.1);
  --tracking-normal: 0em;
  --spacing: 0.25rem; /* 4px-Basis → py-20 = 80px Section-Padding (CLAUDE.md §4) */

  /* Navigation height — CLAUDE.md §4 (fixierte Nav, 120px Desktop) */
  --navbar-height: calc(var(--spacing) * 20); /* 80px (mobile) */

  @media (min-width: 768px) {
    --navbar-height: calc(var(--spacing) * 30); /* 120px (desktop) */
  }
}

/*
 * Dark mode wird auf der Activate-Site aktuell NICHT aktiv genutzt (Light-only
 * Brand). Werte bleiben als Fallback erhalten, falls eine Komponente .dark setzt.
 */
.dark {
  --background: #0d1b3e; /* Midnight Navy */
  --foreground: #ffffff;
  --card: #152d5e; /* Navy Mid */
  --card-foreground: var(--foreground);
  --primary: #d7b17c; /* Gold */
  --primary-foreground: #0d1b3e;
  --secondary: #152d5e;
  --secondary-foreground: #ffffff;
  --muted: #152d5e;
  --muted-foreground: #bac5db;
  --accent: #d7b17c;
  --accent-foreground: #0d1b3e;
  --destructive: oklch(0.6368 0.2078 25.3313);
  --destructive-foreground: #ffffff;
  --border: #152d5e;
  --input: #152d5e;
  --font-sans: "Outfit", "Helvetica Neue", Arial, Helvetica, sans-serif;
  --font-serif: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  --font-mono: "Fira Mono", "Menlo", "Consolas", "Liberation Mono", monospace;
  --font-body: "Inter", "Helvetica Neue", Arial, Helvetica, sans-serif;
  --radius: 0.5rem;
  --shadow-x: 0;
  --shadow-y: 1px;
  --shadow-blur: 3px;
  --shadow-spread: 0px;
  --shadow-opacity: 0.1;
  --shadow-color: oklch(0 0 0);
  --shadow-2xs: 0 1px 3px 0px hsl(0 0% 0% / 0.05);
  --shadow-xs: 0 1px 3px 0px hsl(0 0% 0% / 0.05);
  --shadow-sm: 0 1px 3px 0px hsl(0 0% 0% / 0.1), 0 1px 2px -1px hsl(0 0% 0% / 0.1);
  --shadow: 0 1px 3px 0px hsl(0 0% 0% / 0.1), 0 1px 2px -1px hsl(0 0% 0% / 0.1);
  --shadow-md: 0 1px 3px 0px hsl(0 0% 0% / 0.1), 0 2px 4px -1px hsl(0 0% 0% / 0.1);
  --shadow-lg: 0 1px 3px 0px hsl(0 0% 0% / 0.1), 0 4px 6px -1px hsl(0 0% 0% / 0.1);
  --shadow-xl: 0 1px 3px 0px hsl(0 0% 0% / 0.1), 0 8px 10px -1px hsl(0 0% 0% / 0.1);
  --shadow-2xl: 0 1px 3px 0px hsl(0 0% 0% / 0.1), 0 12px 14px -1px hsl(0 0% 0% / 0.1);
}
