/*
 * Purpose: Final visual-audit overrides for the UX FONT Résumé page.
 * Public route: /resume/ (WordPress page ID 33).
 * Intended scope: Résumé composition under body.page-id-33 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-33 .resume-intro {
    Add final introduction overrides here.
}
body.page-id-33 .resume-name {
    Add final name-scale overrides here.
}
*/

/* Résumé content
body.page-id-33 .resume-section {
    Add final section-rhythm overrides here.
}
body.page-id-33 .resume-role {
    Add final experience-row overrides here.
}
body.page-id-33 .resume-capability {
    Add final capability-row overrides here.
}
*/

/* PDF action
body.page-id-33 .resume-actions .wp-block-button__link {
    Add final View PDF action overrides here.
}
*/

/* Supporting metadata
body.page-id-33 .resume-label {
    Add final résumé-label overrides here.
}
body.page-id-33 .resume-role__meta {
    Add final role-metadata overrides here.
}
*/
