/* 方案 1：经典金 */
:root {
  --bg-primary: #fafaf8;
  --bg-secondary: #ffffff;
  --primary: #D4AF37;
  --primary-light: #E8C564;
  --primary-dark: #B8942A;
  --gold: #D4AF37;
  --gold-light: #f6d47a;
  --gold-soft: #fff2c7;
  --text-primary: #2c2c2c;
  --text-secondary: #666666;
  --text-muted: #999999;
  --border: #e8e8e8;
  --success: #16a34a;
  --danger: #dc2626;
  --page-shell-background: #fafaf8;
  --hero-overlay-background: linear-gradient(135deg, rgba(90, 70, 20, 0.6) 0%, rgba(180, 150, 50, 0.45) 100%);
  --brand-mark-icon-color: #8B7525;
  --brand-mark-icon-background: #fff7d1;
  --quote-price-color: #D4AF37;
  --quote-table-header-background: linear-gradient(135deg, #B8942A 0%, #D4AF37 62%, #E8C564 100%);
  --quote-table-header-color: #ffffff;
}
