/* ============================================================
   VANTITY GLOBAL STYLESHEET
   Owner: CCO | Updated: 2026-04-09
   Every page includes this file. No page overrides it.
   ============================================================ */

/* ── NARRATIVE ARC LINE — spans logo to LOGIN, not full bleed ── */
nav {
  position: relative;
}
nav::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 48px;
  right: 48px;
  height: 1px;
  background: linear-gradient(to right, #1B3A8C, #4DB840);
}

/* ── CORPORATE OBESITY LINE — bottom of every page ── */
/* The weight below. What you're escaping from. Navy. */
footer {
  border-top: 1px solid #1B3A8C;
}

/* ── LOGIN BUTTON — two states until login exists ── */
.btn-login                  { background: #1B3A8C; } /* Join Wait List — default   */
.btn-login.on-waitlist      { background: #7DD65A; } /* On Waitlist — you're in the escape */
/* logged-in and join-waitlist reserved for when login ships */
