/* Classic Romance — ivory, wine, engraved-invitation calm */
.tpl-classic-romance {
  --ev-bg: #FAF7F2;
  --ev-accent: #8C2F4A;
  --ev-accent-contrast: #FFFFFF;
  --ev-soft: #F3E8E4;
  --ev-ink: #3A2A2E;
  --ev-muted: #8A7A7E;
  --ev-head-font: "Cormorant Garamond", "Fraunces", Georgia, serif;
}
.cr-hero { padding-top: 64px; }
.cr-frame {
  max-width: 560px; margin: 0 auto; padding: 40px 26px;
  border: 1px solid #D9C6BB;
  outline: 1px solid #D9C6BB; outline-offset: 5px;
  background: #FFFDFB;
}
.cr-hero h1 { font-weight: 600; letter-spacing: .01em; font-size: clamp(2.2rem, 9vw, 3.8rem); color: #3A2A2E; }
.cr-hero .ev-kicker { color: #8C2F4A; letter-spacing: .24em; font-size: .72rem; }
.cr-rule { color: #B98A62; margin: 14px 0; font-size: .9rem; letter-spacing: .5em; }
.cr-date { font-variant: small-caps; letter-spacing: .12em; }
.cr-cover { margin-top: 28px; }
.cr-message { text-align: center; font-size: 1.13rem; font-style: italic; color: #5A4A4E; padding: 0 10px; }
.tpl-classic-romance .ev-timeline li::before { background: #B98A62; }
.tpl-classic-romance .ev-count-unit b { color: #8C2F4A; }
