body.theme-v1 {
  --bg: #0c1a2e;
  --text: #e8e4dc;
  --text-muted: #a8b0c0;
  --accent: #c9a227;
  --card-bg: #152238;
  --border: #2a3f5f;
  --hero-bg: linear-gradient(135deg, #0c1a2e 0%, #1a3050 100%);
  --nav-bg: rgba(12, 26, 46, 0.95);
  --font-heading: Georgia, 'Times New Roman', serif;
  --photo-radius: 4px;
  --photo-shadow: 0 12px 40px rgba(0,0,0,0.5);
  --btn-text: #0c1a2e;
  --title-align: center;
}

.theme-v1 .section:nth-child(even) { background: #101e33; max-width: none; padding-left: calc((100% - 1100px) / 2 + 24px); padding-right: calc((100% - 1100px) / 2 + 24px); }
.theme-v1 .hero__title { color: #c9a227; }
.theme-v1 .nav { border-bottom-color: #c9a227; }
