/* ============================================================
   ✨ GOLD SEPARATOR — UNIVERSAL SAFE (NO BAND)
============================================================ */

.gold-separator {
  width: 100%;
  height: 2px;
  margin: 0;
  pointer-events: none;

  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.35),
    rgba(230,214,158,0.55) 50%,
    rgba(0, 0, 0, 0.35)
  );
}
