:root {
  --bg: #070605;
  --surface: #0c0b09;
  --surface-alt: #161a22;
  --surface-soft: #151821;
  --text: #f3efe6;
  --muted: #d6d0c2;
  --muted-strong: rgba(234, 234, 234, 0.72);
  --muted-soft: rgba(234, 234, 234, 0.55);
  --brand: #caa24a;
  --brand2: #f0d18a;
  --brand-soft: #e6c27a;
  --border: rgba(202, 162, 74, 0.35);
  --border-soft: rgba(255, 255, 255, 0.12);
  --shadow: 0 18px 50px rgba(0, 0, 0, 0.65);
  --shadow-soft: 0 16px 48px rgba(0, 0, 0, 0.35);
  --radius: 18px;
  --radius-lg: 26px;
  --wrap: 1120px;
  --hero-overlay: rgba(0, 0, 0, 0.86);
}
