body.theme-v6 {
  --bg: #0d0d0d;
  --text: #e0e0e0;
  --text-muted: #888;
  --accent: #d4af37;
  --card-bg: #1a1a1a;
  --border: #333;
  --hero-bg: #0d0d0d;
  --nav-bg: rgba(13,13,13,0.98);
  --font-heading: 'Playfair Display', Georgia, serif;
  --photo-radius: 2px;
  --photo-shadow: 0 0 60px rgba(212,175,55,0.15);
  --btn-text: #0d0d0d;
  --input-bg: #1a1a1a;
}

.theme-v6 .hero__title { font-size: clamp(2rem, 5vw, 3.2rem); font-weight: 400; }
.theme-v6 .hero__label { letter-spacing: 0.2em; text-transform: uppercase; font-size: 0.75rem; }
.theme-v6 .card:hover { border-color: var(--accent); }
.theme-v6 .case:hover { background: #222; }
.theme-v6 .section { border-top: 1px solid #222; }
.theme-v6 .btn--primary { letter-spacing: 0.05em; text-transform: uppercase; font-size: 0.85rem; }
