:root {
  /* Brand colors */
  --color-primary: #1B4332;
  --color-primary-dark-solid: #123023;
  --color-primary-light: #2D6A4F;
  --color-primary-tint: #E8F0EC;

  --color-gold: #C9922A;
  --color-gold-bright: #F2B705;
  --color-gold-tint: #FBF1DC;

  --color-bg: #FFFFFF;
  --color-bg-alt: #F8F7F2;
  --color-text: #333333;
  --color-text-muted: #6B6F6D;
  --color-border: #E4E2DA;

  --color-white: #FFFFFF;
  --color-whatsapp: #25D366;

  /* Typography */
  --font-heading: 'Poppins', 'PingFang SC', 'Microsoft YaHei', 'Segoe UI', sans-serif;
  --font-body: 'Montserrat', 'PingFang SC', 'Microsoft YaHei', 'Segoe UI', sans-serif;

  /* Spacing */
  --space-xs: 0.5rem;
  --space-sm: 1rem;
  --space-md: 1.5rem;
  --space-lg: 2.5rem;
  --space-xl: 4rem;
  --space-xxl: 6rem;

  /* Shape */
  --radius-sm: 8px;
  --radius-md: 16px;
  --radius-lg: 28px;
  --radius-pill: 999px;

  /* Motion */
  --transition-fast: 0.2s ease;
  --transition-base: 0.35s ease;
  --transition-slow: 0.6s cubic-bezier(0.22, 1, 0.36, 1);

  /* Elevation */
  --shadow-sm: 0 2px 8px rgba(18, 48, 35, 0.08);
  --shadow-md: 0 10px 30px rgba(18, 48, 35, 0.12);
  --shadow-lg: 0 20px 50px rgba(18, 48, 35, 0.18);

  /* Layout */
  --header-height: 76px;
  --container-max: 1240px;
}
