/* ============================================================
   Membership — Page-specific styles only.
   Shared tokens & components live in style.css.
   ============================================================ */

/* ── Lead layout (left column) ── */
.member-lead {
  display: flex;
  flex-direction: column;
  gap: var(--space-5);
}

.member-subtext {
  max-width: 420px;
}

@media (max-width: 860px) {
  .member-subtext {
    max-width: 100%;
  }
}
