/* ============================================================
 * Page-scoped styles for /about/.
 * Currently a dormant stylesheet kept on disk to align with the
 * E-E-A-T citability spec (assets/css/page-{...}.css per page).
 * The about-facts grid + AI-quotable definition styles already
 * live in main.css (which loads on every page); this file exists
 * so the schema agent and a future enqueue map entry can target it.
 *
 * To activate, add to $page_css_map in functions.php:
 *   'about' => 'assets/css/page-about.css',
 * ============================================================ */

/* Page-scoped rhythm tweak – applies once this stylesheet is enqueued. */
body.page-template-page-about .mpro-about-facts { padding-top: 8px; }
body.page-template-page-about .mpro-about-facts__grid { margin-top: 16px; }
