:root {
  --bg: #fcfaf7;
  --surface: #ffffff;
  --surface-strong: #fdfcf9;
  --surface-accent: #f8f5ef;
  --text: #2f2522;
  --text-soft: #655651;
  --line: rgba(71, 48, 38, 0.12);
  --line-strong: rgba(71, 48, 38, 0.18);
  --brand: #8d2f4c;
  --brand-deep: #5f1f34;
  --accent: #3d7a67;
  --accent-soft: #d7e8e0;
  --warm: #cb8f75;
  --warning: #c27c33;
  --shadow-soft: 0 18px 40px rgba(69, 43, 34, 0.08);
  --shadow-card: 0 14px 30px rgba(69, 43, 34, 0.08);
  --radius-pill: 999px;
  --radius-card: 28px;
  --radius-panel: 36px;
  --radius-control: 18px;
  --container: 1320px;
  --space-1: 0.25rem;
  --space-2: 0.5rem;
  --space-3: 0.75rem;
  --space-4: 1rem;
  --space-5: 1.25rem;
  --space-6: 1.5rem;
  --space-7: 1.75rem;
  --space-8: 2rem;
  --space-10: 2.5rem;
  --space-12: 3rem;
  --space-16: 4rem;
  --space-20: 5rem;
  --header-height: 88px;
}
