/* =============================================================
   About Page — page-specific overrides
   Extracted from an inline <style> block in page-about.php and
   enqueued via wp_enqueue_style() so it benefits from versioning
   and cache-busting (filemtime-based query string).
   ============================================================= */

/*
 * theme.css sets .bb-about-creative { overflow:hidden } which clips the hero's
 * upward negative margin-top (set globally on .bb-hero in theme.css).
 * Reset overflow so the hero extends behind the sticky header like on home page.
 */
.bb-about-creative {
  overflow: visible;
}

.bb-card-text .bb-section-heading {
  font-weight: 800;
}

.bb-card-text .bb-section-description {
  margin-top: 12px;
}

.bb-card-text .bb-amenity-list-spaced {
  margin-top: 18px;
}
