body.theme-v7 {
  --bg: #f5f0e8;
  --text: #3d3229;
  --text-muted: #7a6e62;
  --accent: #a07850;
  --card-bg: #faf7f0;
  --border: #ddd5c8;
  --hero-bg: #f5f0e8;
  --nav-bg: #ede6d8;
  --font-heading: 'Book Antiqua', Palatino, serif;
  --font-body: 'Book Antiqua', Palatino, serif;
  --photo-radius: 4px;
  --photo-shadow: 4px 4px 0 #a07850;
  --btn-text: #fff;
  --card-radius: 2px;
}

.theme-v7 .hero { border-bottom: 2px solid #ddd5c8; }
.theme-v7 .hero__motto { font-family: Georgia, serif; font-size: 1.05rem; }
.theme-v7 .cards { grid-template-columns: 1fr 1fr; }
.theme-v7 .card { padding: 20px 24px; }
.theme-v7 .section__title { border-bottom: 1px solid var(--border); padding-bottom: 12px; }
