:root {
  /* Stal Brouwer Auctions
     Target tenant: https://stalbrouwerauctions.com/en/

     Adapted from the actual Stal Brouwer Holland / Auctions identity:
     - Primary: deep Stal Brouwer navy
     - Secondary/accent: muted gold from the logo and brand artwork
     - Fonts: classic serif display direction from the logo + clean sans-serif body for UI
  */

  /* TYPOGRAPHY */
  --font-body: 'Lato', 'Helvetica Neue', Arial, sans-serif;
  --font-display: Georgia, 'Times New Roman', serif;

  /* ELEVATION */
  --shadow-card: 0 6px 20px rgba(0, 61, 97, 0.14);

  /* BASE COLORS */
  --background: #F8F7F2;
  --foreground: #142636;

  /* SURFACES */
  --card: #FFFFFF;
  --card-foreground: #142636;

  /* POPOVER */
  --popover: #FFFFFF;
  --popover-foreground: #142636;

  /* PRIMARY BRAND
     Deep navy from the Stal Brouwer brand panel/logo.
  */
  --primary: #003D61;
  --primary-foreground: #FFFFFF;

  /* SECONDARY
     Soft navy-tinted neutral for lower-emphasis blocks.
  */
  --secondary: #EEF2F4;
  --secondary-foreground: #003D61;

  /* MUTED */
  --muted: #F2F0EA;
  --muted-foreground: #687078;

  /* ACCENT
     Muted gold from the logo horses and brand highlights.
  */
  --accent: #C7A85A;
  --accent-foreground: #142636;
  --accent-soft: #DEC98B;
  --accent-strong: #9B7D32;

  /* ALTERNATIVE ACCENT
     Darker navy for premium detail surfaces.
  */
  --accent-alt: #0A2740;
  --accent-alt-foreground: #FFFFFF;

  /* FUNCTIONAL FEEDBACK COLORS */
  --destructive: #D92D20;
  --destructive-foreground: #FFFFFF;

  --success: #16A34A;
  --success-foreground: #FFFFFF;

  --info: #2563EB;
  --info-foreground: #FFFFFF;

  --warning: #F59E0B;
  --warning-foreground: #142636;

  /* FORM AND FOCUS */
  --border: #D9DEE2;
  --input: #CAD3D9;
  --ring: var(--accent);

  /* AUCTION STATUS */
  --status-live: var(--destructive);
  --status-active: var(--success);
  --status-upcoming: var(--info);

  /* SHAPE */
  --radius: 0.45rem;
}
