/* THEME: Classic — ivory & gold, timeless serif elegance */
:root {
  --bg: #faf7f0;
  --bg-soft: #f3eee2;
  --ink: #2b2620;
  --muted: #6f6659;
  --accent: #a8842f;
  --accent-ink: #ffffff;
  --card: #fffdf8;
  --line: #e4dccb;
  --line-strong: #cfc3a8;
  --shadow: 0 10px 30px rgba(120, 96, 40, 0.10);
  --nav-bg: rgba(250, 247, 240, 0.88);
  --hero-overlay: rgba(43, 38, 32, 0.42);
  --hero-ink: #fdfaf3;
  --placeholder-bg: linear-gradient(135deg, #f3eee2, #e9dfc8);
  --font-display: "Cormorant Garamond", Georgia, serif;
  --font-body: "Inter", -apple-system, "Segoe UI", sans-serif;
  --radius: 10px;
  --radius-lg: 16px;
  --title-spacing: 0.02em;
}
.section-title { font-style: normal; }
.hero-names { letter-spacing: 0.01em; }
.card { border-top: 3px solid var(--accent); }
