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

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