:root {
  /* TENANT: Genesis Horse Breeding (https://genesishorsebreeding.com/)
     Premium French sport-horse operation — a permanent catalog of implanted showjumping embryos
     from top mares. WordPress / Elementor (Studio Paddock). White logo on a dark ground.
     Brand colours confirmed: primary #1A1919 (near-black charcoal) = oklch(21.45% 0.0016 17.3);
     secondary #005879 (deep teal) = oklch(43.28% 0.0889 232.6) -> mapped to --accent (CTA/highlight).
  */

  /* BRAND ADAPTATION GUIDE
     1. Analyse the target tenant website, logo and existing brand palette first.
     2. Map the strongest brand color to --primary.
     3. Map the main call-to-action / highlight color to --accent.
     4. Keep backgrounds light unless the tenant website is clearly dark.
     5. Use --accent-soft and --accent-strong as lighter/darker versions of --accent.
     6. Keep status colors functional unless the tenant brand clearly overrides them.
     7. Always check contrast for foreground variables against their matching background variables.
  */

  /* TYPOGRAPHY
     Body is used for regular UI text.
     Display is used for headings, auction titles, hero titles and prominent prices.
     (Kept as Outfit — swap to the tenant's actual webfont if you have it.)
  */
  --font-body: 'Outfit', system-ui, sans-serif;
  --font-display: 'Outfit', system-ui, sans-serif;

  /* ELEVATION
     Card shadow is used for auction cards, lot cards, panels and elevated content blocks.
  */
  --shadow-card: 0 4px 12px oklch(0% 0 0 / 0.08);

  /* BASE COLORS
     Background is the base surface behind content.
     Foreground is the default content-layer color (text, icons and similar elements) on top of background surfaces.
  */
  --background: oklch(99% 0.003 233);
  --foreground: oklch(23% 0.01 233);

  /* SURFACES
     Card is used for lots, auction cards, bidding panels and content sections.
  */
  --card: oklch(100% 0 0);
  --card-foreground: oklch(23% 0.01 233);

  /* POPOVER SURFACES
     Popover is used for dropdowns, menus, overlays and modal-like floating surfaces.
  */
  --popover: oklch(100% 0 0);
  --popover-foreground: oklch(23% 0.01 233);

  /* BRAND COLORS
     Primary is used for hero overlay tint, default badges, outline buttons and selected pagination states.
     It should represent the strongest/base brand tone, but most call-to-action buttons use --accent.
     Primary foreground must stay readable on top of primary.
     -> Exact brand color #1A1919 (near-black charcoal). Drives the dark topbar the white logo sits on.
        White text is essentially perfect on it (17.5:1).
  */
  --primary: oklch(21.45% 0.0016 17.3);
  --primary-foreground: oklch(100% 0 0);

  /* SECONDARY SURFACES
     Secondary is used for subtle backgrounds, inactive controls and low-emphasis panels
     (for example: soft section backgrounds or neutral chips).
     Use secondary when you need more emphasis than muted, but less emphasis than primary/accent surfaces.
     Secondary foreground is the readable text/icon color on secondary.
     (Note: this is a light UI surface token, not the brand's secondary colour — the brand teal is --accent.)
  */
  --secondary: oklch(96.5% 0.006 233);
  --secondary-foreground: oklch(30% 0.02 233);

  /* MUTED UI
     Muted is used for subdued backgrounds and separators.
     Muted foreground is used for helper text, metadata, dates, labels and less important copy.
  */
  --muted: oklch(95% 0.005 233);
  --muted-foreground: oklch(52% 0.015 233);

  /* ACCENT COLORS
     Accent is the main call-to-action/highlight color for buttons, links, active states and auction emphasis.
     Accent foreground must stay readable on accent buttons and badges.
     Accent soft is a lighter accent for hover states, subtle highlights and gentle backgrounds.
     Accent strong is a darker accent for pressed states, emphasis and high-contrast details.
     -> The brand's secondary colour, deep teal #005879, is the CTA/highlight. White button text clears
        WCAG AA comfortably on it (7.86:1). --accent-soft lightens for hovers/gentle fills; --accent-strong
        deepens for pressed/high-contrast states.
  */
  --accent: oklch(43.28% 0.0889 232.6);
  --accent-foreground: oklch(100% 0 0);
  --accent-soft: oklch(66% 0.09 233);
  --accent-strong: oklch(34% 0.09 233);

  /* ALTERNATIVE ACCENT
     Accent alt is a secondary brand tone, often used for luxury, contrast or special emphasis.
     Accent alt foreground must stay readable on accent-alt backgrounds.
     -> Editorial: a champagne-gold as a warm luxury counterpoint to the black + teal (black/teal/gold is a
        cohesive premium trio). This is NOT a confirmed brand colour — remove or replace if Genesis only
        uses black + teal. Gold is light, so its foreground is DARK (Stal Tops rule).
  */
  --accent-alt: oklch(76% 0.11 85);
  --accent-alt-foreground: oklch(22% 0.01 60);

  /* FUNCTIONAL FEEDBACK COLORS
     Destructive is used for danger, errors, removal actions and urgent/live warning surfaces.
     Success is used for positive states such as active/accepted/highest bidder feedback.
     Info is used for informative states such as upcoming auctions.
     Warning is used for cautionary states that need attention but are not errors.
     NOTES: --info is shifted toward indigo (hue ~262) so "upcoming" stays distinct from the teal accent;
     --warning is shifted toward orange (hue ~60) so it stays distinct from the gold accent-alt.
  */
  --destructive: oklch(55% 0.2 25);
  --destructive-foreground: oklch(100% 0 0);
  --success: oklch(64% 0.16 152);
  --success-foreground: oklch(100% 0 0);
  --info: oklch(60% 0.16 262);
  --info-foreground: oklch(100% 0 0);
  --warning: oklch(72% 0.16 60);
  --warning-foreground: oklch(20% 0 0);

  /* FORM AND FOCUS COLORS
     Border is used for cards, section dividers and outlined controls.
     Input is used for form fields and input borders.
     Ring is used for keyboard focus rings and should usually match --accent.
  */
  --border: oklch(90% 0.006 233);
  --input: oklch(90% 0.006 233);
  --ring: var(--accent);

  /* AUCTION STATUS COLORS
     Live should feel urgent and attention-grabbing.
     Active should feel positive/safe.
     Upcoming should feel informative.
     These usually remain functional colors, even when brand colors change.
  */
  --status-live: var(--destructive);
  --status-active: var(--success);
  --status-upcoming: var(--info);

  /* SHAPE
     Radius controls the default roundness of cards, buttons, inputs and badges.
  */
  --radius: 0.5rem;
}

/* ---------------------------------------------------------------------------
   NOTES
   - Confirmed brand colours: --primary #1A1919 (near-black; drives the dark topbar for the white logo)
     and secondary #005879 deep teal, mapped to --accent as the CTA/highlight (white text, 7.86:1).
   - --accent-alt (champagne gold) is an EDITORIAL luxury tone, not confirmed — drop it if the brand is
     strictly black + teal.
   - Collision handling: --info nudged to indigo to separate from the teal accent; --warning nudged to
     orange to separate from the gold accent-alt. All other functional colours at canonical defaults.
   - Neutrals carry a faint cool tint to harmonise with the teal accent.
   --------------------------------------------------------------------------- */
