/* Luxury gold-on-dark accents */
:root {
  --brand-font: "Georgia", "Times New Roman", serif;
  --brand-bg: #0c0c0c;
  --brand-text: #f5f0e8;
  --brand-primary: #c9a227;
  --brand-primary-hover: #a8841a;
  --brand-announcement-bg: #1a1a1a;
  --brand-announcement-text: #c9a227;
  --brand-nav-bg: #0c0c0c;
  --brand-section-bg: #141414;
  --brand-footer-bg: #050505;
  --brand-footer-text: #d4c9b8;
  --brand-cta-text: #0c0c0c;
}

.brand-site { background: var(--brand-bg); color: var(--brand-text); }
.brand-site .navbar { border-bottom: 1px solid #2a2a2a; }
.brand-site .navbar ul li a { color: #f5f0e8; }
.brand-site .info-right p, .brand-site .versatile-copy p, .brand-site .feature-card p { color: #ccc; }
.brand-site .feature-card { background: #1a1a1a; color: #f5f0e8; }
.brand-site .feature-card h3 { color: #c9a227; }
.brand-site .review-card { background: #1a1a1a; border-color: #333; color: #eee; }
.brand-site .intro-copy { color: #ddd; }
