:root {
--swiper-pagination-bullet-border-radius:50%;

  /* Brand palette */
  --white: rgb(255, 255, 255);
  --bg-light: rgba(243, 244, 249, 1);
  --primary: rgb(216, 11, 90);
  --black: rgb(0, 0, 0);
  --black-2: rgb(34, 34, 34);
  --dark-text: rgb(51, 51, 51);
  --light-text: rgb(85, 85, 85);
  --text-black: rgb(0, 0, 0); /* used widely (was referenced but never defined) */

  /* Layout */
  --slides-gap: 5px;
  /* Fixed-header height. Must match the real rendered .site-header per breakpoint
     (logo + 15px*2 padding) so the hero reserves its final top offset at first
     paint and does NOT shift when main.js re-measures it (CLS fix). Responsive
     overrides live in responsive.css.  >1600px: 54px logo -> 84px. */
  --headerHeight: 84px;
}

.dark {
  --background: oklch(0.145 0 0);
  --foreground: oklch(0.985 0 0);
  --card: oklch(0.205 0 0);
  --card-foreground: oklch(0.985 0 0);
  --popover: oklch(0.205 0 0);
  --popover-foreground: oklch(0.985 0 0);
  --primary: oklch(0.922 0 0);
  --primary-foreground: oklch(0.205 0 0);
  --secondary: oklch(0.269 0 0);
  --secondary-foreground: oklch(0.985 0 0);
  --muted: oklch(0.269 0 0);
  --muted-foreground: oklch(0.708 0 0);
  --accent: oklch(0.269 0 0);
  --accent-foreground: oklch(0.985 0 0);
  --destructive: oklch(0.704 0.191 22.216);
  --border: oklch(1 0 0 / 10%);
  --input: oklch(1 0 0 / 15%);
  --ring: oklch(0.556 0 0);
  --chart-1: oklch(0.87 0 0);
  --chart-2: oklch(0.556 0 0);
  --chart-3: oklch(0.439 0 0);
  --chart-4: oklch(0.371 0 0);
  --chart-5: oklch(0.269 0 0);
  --sidebar: oklch(0.205 0 0);
  --sidebar-foreground: oklch(0.985 0 0);
  --sidebar-primary: oklch(0.488 0.243 264.376);
  --sidebar-primary-foreground: oklch(0.985 0 0);
  --sidebar-accent: oklch(0.269 0 0);
  --sidebar-accent-foreground: oklch(0.985 0 0);
  --sidebar-border: oklch(1 0 0 / 10%);
  --sidebar-ring: oklch(0.556 0 0);
}
