body.theme-luxury{
  --surface-2:#1b130d;
  --gold:#c49a5d;
  --hero-glow:rgba(196,154,93,.24);
  --nav-bg:rgba(23,14,8,.72);
}
.theme-luxury .hero-card,
.theme-luxury .content-card,
.theme-luxury .stat-card,
.theme-luxury .timeline-card,
.theme-luxury .form-shell,
.theme-luxury .chat-shell,
.theme-luxury .theme-card,
.theme-luxury .profile-card{
  background:linear-gradient(180deg,rgba(196,154,93,.16),rgba(255,255,255,.04));
}
