body.theme-v5 {
  --bg: #faf6f4;
  --text: #2c1810;
  --text-muted: #6b5048;
  --accent: #8b2942;
  --card-bg: #fff9f6;
  --border: #e8d0c8;
  --hero-bg: linear-gradient(180deg, #faf0ec 0%, #faf6f4 100%);
  --nav-bg: #fff9f6;
  --font-heading: Georgia, serif;
  --photo-radius: 8px;
  --btn-text: #fff;
  --title-align: center;
}

.theme-v5 .hero__grid { grid-template-columns: 0.9fr 1.1fr; }
.theme-v5 .hero__photo { order: -1; }
.theme-v5 .hero__photo img { border: 4px solid #8b2942; }
.theme-v5 .section__title::after { content: ''; display: block; width: 60px; height: 3px; background: var(--accent); margin: 12px auto 0; }
.theme-v5 .card { border-radius: 0 16px 0 16px; }
.theme-v5 .price:nth-child(odd) { background: #fff9f6; }
