/**
 * @file theme.css
 * shadcn/ui-compatible theme variables for LotusVows.
 *
 * You can customize these values without rebuilding the compiled CSS.
 * Tools like https://tweakcn.com can help generate these values. 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: oklch(0.98 0.005 80);
  --foreground: oklch(0.30 0.01 50);
  --card: oklch(1 0 0);
  --card-foreground: oklch(0.30 0.01 50);
  --primary: oklch(0.49 0.07 10);
  --primary-foreground: oklch(1 0 0);
  --secondary: oklch(0.89 0.04 30);
  --secondary-foreground: oklch(0.30 0.01 50);
  --muted: oklch(0.96 0.008 70);
  --muted-foreground: oklch(0.49 0.02 55);
  --accent: oklch(0.65 0.10 145);
  --accent-foreground: oklch(1 0 0);
  --destructive: oklch(0.56 0.13 20);
  --destructive-foreground: oklch(1 0 0);
  --border: oklch(0.92 0.01 70);
  --input: oklch(0.92 0.01 70);
  --subtle-foreground: #7c6d6f;
  --meta-foreground: #665955;

  --font-sans: "Jost", "Helvetica Neue", Arial, Helvetica, sans-serif;
  --font-serif: "Cormorant Garamond", Georgia, Cambria, "Times New Roman", Times, serif;
  --font-mono: "Fira Mono", "Menlo", "Consolas", "Liberation Mono", monospace;
  --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;

  /* ── Spacing scale (base unit: 0.25rem / 4px) ── */
  --space-1:  0.25rem;   /*  4px */
  --space-2:  0.5rem;    /*  8px */
  --space-3:  0.75rem;   /* 12px */
  --space-4:  1rem;      /* 16px */
  --space-5:  1.25rem;   /* 20px */
  --space-6:  1.5rem;    /* 24px */
  --space-8:  2rem;      /* 32px */
  --space-10: 2.5rem;    /* 40px */
  --space-12: 3rem;      /* 48px */
  --space-16: 4rem;      /* 64px */
  --space-20: 5rem;      /* 80px */
  --space-24: 6rem;      /* 96px */

  /* Set navbar height for hero billboard overlay */
  --navbar-height: calc(var(--spacing) * 16);

  @media (min-width: 768px) {
    --navbar-height: calc(var(--spacing) * 22);
  }
}

.dark {
  --background: oklch(0.98 0.005 80);
  --foreground: oklch(0.30 0.01 50);
  --card: oklch(1 0 0);
  --card-foreground: oklch(0.30 0.01 50);
  --primary: oklch(0.49 0.07 10);
  --primary-foreground: oklch(1 0 0);
  --secondary: oklch(0.89 0.04 30);
  --secondary-foreground: oklch(0.30 0.01 50);
  --muted: oklch(0.96 0.008 70);
  --muted-foreground: oklch(0.49 0.02 55);
  --accent: oklch(0.65 0.10 145);
  --accent-foreground: oklch(1 0 0);
  --destructive: oklch(0.56 0.13 20);
  --destructive-foreground: oklch(1 0 0);
  --border: oklch(0.92 0.01 70);
  --input: oklch(0.92 0.01 70);
  --subtle-foreground: #7c6d6f;
  --meta-foreground: #665955;

  --font-sans: "Jost", "Helvetica Neue", Arial, Helvetica, sans-serif;
  --font-serif: "Cormorant Garamond", Georgia, Cambria, "Times New Roman", Times, serif;
  --font-mono: "Fira Mono", "Menlo", "Consolas", "Liberation Mono", monospace;
  --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);
}
