.theme-08 {
  --bg: #2a1818;
  --line: rgba(236, 178, 159, 0.3);
  --accent: #cb8f78;
  --glow: #f2c0ad;
}

.theme-08 .hero,
.theme-08 .section,
.theme-08 .rsvp-shell {
  border-radius: 28px;
  background: linear-gradient(158deg, rgba(65, 34, 32, 0.72), rgba(37, 22, 22, 0.9));
}

.theme-08 .btn-primary {
  background: linear-gradient(136deg, #7f4f44, #ca8f77);
}

.theme-08 .confirmation {
  border-color: rgba(242, 192, 173, 0.45);
}
