:root {
  /* ===================================================
     COLOR PALETTE: EDITORIAL LUXURY CORPORATE (PJ)
     Inspirado no formato revista e identidade de bragaaraujo.com
     =================================================== */
  --bg-primary: #ffffff;
  --bg-secondary: #fcfcfb;
  --bg-tertiary: #f6f6f4;
  --bg-subtle: #f9f9f8;
  --bg-dark-accent: #151616;
  --bg-dark-card: #1f2122;

  --bg-card-light: #ffffff;
  --bg-card-hover: #ffffff;

  /* Antique Brass / Warm Editorial Gold (Sóbrio & Sério) */
  --gold-300: #d8c7a8;
  --gold-400: #c2aa82;
  --gold-500: #9e815c;
  --gold-600: #7e6443;
  --gold-bg-subtle: rgba(158, 129, 92, 0.06);
  --gold-border: rgba(158, 129, 92, 0.25);

  /* Deep Executive Inks & Charcoal */
  --navy-900: #101112;
  --navy-800: #151616;
  --navy-700: #232529;
  --navy-600: #393c40;

  /* High-Converting WhatsApp (Destaque Principal de Conversão) */
  --whatsapp-green: #25d366;
  --whatsapp-green-hover: #1eb956;
  --whatsapp-green-dark: #128c7e;
  --whatsapp-glow: 0 8px 20px rgba(37, 211, 102, 0.25);

  /* Alert / Prazo Judicial (Sóbrio) */
  --alert-red: #991b1b;
  --alert-red-bg: #fef2f2;
  --alert-red-border: #fecaca;

  /* Typography Colors */
  --text-dark-title: #151616;
  --text-dark-body: #393c40;
  --text-dark-muted: #737880;
  --text-dark-subtle: #9ca3af;
  --text-white: #ffffff;
  --text-white-muted: #d1d5db;

  /* Borders & Hairlines */
  --border-light: #e7e5e4;
  --border-medium: #d6d3d1;
  --border-card: #eceae8;

  /* ==========================================
     TYPOGRAPHY TOKENS (Lora & Work Sans)
     ========================================== */
  --font-serif: 'Lora', Georgia, 'Times New Roman', serif;
  --font-main: 'Work Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  --font-heading: 'Lora', Georgia, serif;

  --text-xs: clamp(0.75rem, 0.7rem + 0.25vw, 0.8125rem);
  --text-sm: clamp(0.8125rem, 0.775rem + 0.3vw, 0.875rem);
  --text-base: clamp(0.9375rem, 0.9rem + 0.35vw, 1.03125rem);
  --text-lg: clamp(1.0625rem, 1rem + 0.5vw, 1.1875rem);
  --text-xl: clamp(1.25rem, 1.15rem + 0.75vw, 1.45rem);
  --text-2xl: clamp(1.5rem, 1.35rem + 1vw, 1.85rem);
  --text-3xl: clamp(1.875rem, 1.65rem + 1.5vw, 2.5rem);
  --text-4xl: clamp(2.25rem, 1.95rem + 2vw, 3.15rem);

  /* ==========================================
     SHADOWS & ELEVATION (Sutis & Elegantes)
     ========================================== */
  --shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.04);
  --shadow-md: 0 4px 12px rgba(0, 0, 0, 0.05);
  --shadow-lg: 0 12px 28px rgba(0, 0, 0, 0.07);
  --shadow-card: 0 2px 8px rgba(0, 0, 0, 0.04);

  /* ==========================================
     SPACING & LAYOUT (Revista / Editorial)
     ========================================== */
  --container-max: 1200px;
  --section-padding: clamp(60px, 6.5vw, 96px) 24px;
  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-lg: 12px;
  --radius-full: 9999px;

  /* ==========================================
     TRANSITIONS
     ========================================== */
  --transition-fast: 0.15s ease;
  --transition-normal: 0.25s ease;
}
