:root {
  /* Limousinhof Klemm
     Target tenant: https://limousinhof-klemm.de/
     Brand adaptation:
     - Primary: deep meat/wine red-brown from the Hofladen/brand material
     - Accent: warm Limousin cattle copper/brown used as auction highlight
     - Secondary: natural pasture green support tone
     - Typography: Bootstrap/TYPO3 style, practical sans-serif UI
  */

  /* TYPOGRAPHY */
  --font-body: 'Arial', 'Helvetica Neue', system-ui, sans-serif;
  --font-display: 'Arial', 'Helvetica Neue', system-ui, sans-serif;

  /* ELEVATION */
  --shadow-card: 0 6px 18px rgba(91, 31, 27, 0.12);

  /* BASE COLORS */
  --background: #FAF7F1;
  --foreground: #2A1F1A;

  /* SURFACES */
  --card: #FFFFFF;
  --card-foreground: #2A1F1A;

  /* POPOVER */
  --popover: #FFFFFF;
  --popover-foreground: #2A1F1A;

  /* PRIMARY BRAND */
  --primary: #5B1F1B;
  --primary-foreground: #FFFFFF;

  /* SECONDARY */
  --secondary: #EEF1E6;
  --secondary-foreground: #2F4B25;

  /* MUTED */
  --muted: #F2EEE6;
  --muted-foreground: #6F665E;

  /* ACCENT */
  --accent: #A65A2E;
  --accent-foreground: #FFFFFF;
  --accent-soft: #C9865B;
  --accent-strong: #74391E;

  /* ALTERNATIVE ACCENT */
  --accent-alt: #4F6F35;
  --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: #2A1F1A;

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

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

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