.theme-06 {
  --bg: #2c2618;
  --line: rgba(232, 196, 120, 0.34);
  --accent: #c69d51;
  --glow: #e4bf76;
}

.theme-06 .hero,
.theme-06 .section {
  border-radius: 20px;
  background: linear-gradient(158deg, rgba(64, 53, 31, 0.66), rgba(38, 33, 23, 0.9));
}

.theme-06 .hero-tag,
.theme-06 .invite-top .theme-pill {
  letter-spacing: 0.14em;
}

.theme-06 .btn-primary {
  background: linear-gradient(135deg, #7a6030, #c69d51);
}
