:root {
  /* Brand Colors */
  --navy:    #14153d;
  --navy2:   #1c1e52;
  --navy3:   #0e0f2a;
  --orange:  #ef843f;
  --orange2: #f9a06a;
  --orange3: #d4612b;
  --light:   #f5f6fc;
  --text:    #e8eaf6;
  --muted:   #8b8fb8;
  --border:  rgba(255,255,255,0.08);
  --card:    rgba(255,255,255,0.04);
  --card2:   rgba(255,255,255,0.07);
  --green:   #4ade80;
  --red:     #f87171;

  /* Typography */
  --font-heading: 'Syne', sans-serif;
  --font-body:    'DM Sans', sans-serif;

  /* Layout */
  --section-pad: clamp(72px, 9vw, 120px);
  --container:   1280px;
  --radius:      18px;
  --radius-sm:   12px;
  --radius-xs:   8px;
  --header-h:    72px;

  /* Motion */
  --transition:      0.25s ease;
  --transition-slow: 0.5s ease;

  /* Shadows */
  --shadow-orange: 0 8px 32px rgba(239,132,63,0.35);
  --shadow-card:   0 4px 24px rgba(0,0,0,0.2);
  --glow-orange:   0 0 40px rgba(239,132,63,0.25);
}
