/*
 * Purpose: Final visual-audit overrides for the UX FONT About page.
 * Public route: /about/ (WordPress page ID 2).
 * Intended scope: About composition under body.page-id-2 only.
 * Cascade: Loaded after style.css through global.css.
 * Keep changes narrowly page-scoped and use meaningful existing component selectors.
 * The approved design remains the visual source of truth.
 * Never use undocumented !important, unscoped elements, @import, inline styles, or copied style.css sections.
 * Keep responsive corrections beside their section and record the original control-map entry.
 */

/* Page introduction
body.page-id-2 .about-intro {
    Add final introduction overrides here.
}
body.page-id-2 .about-intro__title {
    Add final introduction-title overrides here.
}
*/

/* Biography
body.page-id-2 .about-intro__copy {
    Add final biography-copy overrides here.
}
*/

/* Professional arc
body.page-id-2 .about-arc {
    Add final professional-arc overrides here.
}
body.page-id-2 .about-principles__list {
    Add final principles-list overrides here.
}
*/

/* Capabilities
body.page-id-2 .about-capabilities {
    Add final capabilities-section overrides here.
}
body.page-id-2 .about-capability {
    Add final capability-row overrides here.
}
*/

/* Contact CTA
body.page-id-2 .about-closing {
    Add final contact-section overrides here.
}
body.page-id-2 .about-availability {
    Add final availability/CTA overrides here.
}
*/
