/* ============================
   Mug Club — page-specific styles
   Inherits hero/layout/form/button selectors from book-tour.css
   (linked by the page template).
   ============================ */

/* Intro paragraph under the "What This Is" header */
.mc-lead {
  font-family: var(--font-body);
  font-size: 0.95rem;
  color: var(--fg-muted);
  line-height: 1.7;
  margin-top: 16px;
  max-width: 560px;
}

/* Slightly larger spacing between perks so each takes its own line */
.tour-includes .include-item + .include-item {
  margin-top: 28px;
}
