body.theme-v10 {
  --bg: #fff8f0;
  --text: #1a1208;
  --text-muted: #6b5a48;
  --accent: #e85d04;
  --card-bg: #ffffff;
  --border: #f0dcc8;
  --hero-bg: linear-gradient(90deg, #fff8f0 60%, #ffe8d0 100%);
  --nav-bg: #1a1208;
  --font-heading: 'Arial Black', Arial, sans-serif;
  --font-body: Arial, sans-serif;
  --photo-radius: 0;
  --photo-shadow: 8px 8px 0 #e85d04;
  --btn-text: #fff;
  --btn-radius: 0;
  --card-radius: 0;
}

.theme-v10 .nav__logo, .theme-v10 .nav__links a { color: #fff8f0; }
.theme-v10 .nav__links a:hover { color: var(--accent); }
.theme-v10 .hero__title { text-transform: uppercase; font-size: clamp(1.4rem, 3.5vw, 2.2rem); line-height: 1.1; }
.theme-v10 .hero__label { background: var(--accent); color: #fff; display: inline-block; padding: 4px 12px; font-size: 0.8rem; }
.theme-v10 .card { border: 2px solid #1a1208; }
.theme-v10 .card h3 { text-transform: uppercase; font-size: 0.85rem; letter-spacing: 0.05em; }
.theme-v10 .section__title { text-transform: uppercase; font-size: 1.4rem; }
.theme-v10 .btn--primary { text-transform: uppercase; letter-spacing: 0.1em; }
