/*
 * Purpose: Final visual-audit overrides for the UX FONT Work index.
 * Public route: /work/ (WordPress page ID 7).
 * Intended scope: Work index composition under body.page-id-7 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-7 .work-index-intro {
    Add final introduction overrides here.
}
body.page-id-7 .work-index-intro__title {
    Add final introduction-title overrides here.
}
*/

/* Featured project
body.page-id-7 .work-record:first-child {
    Add final featured-record overrides here.
}
*/

/* Project records
body.page-id-7 .work-record {
    Add final record-layout overrides here.
}
body.page-id-7 .work-record__facts {
    Add final facts-grid overrides here.
}
*/

/* Project statuses
body.page-id-7 .work-record__status {
    Add final status overrides here.
}
body.page-id-7 .work-record--forthcoming .work-record__status {
    Add forthcoming-status overrides here.
}
*/

/* Closing CTA
body.page-id-7 .work-index-closing {
    Add final closing-section overrides here.
}
body.page-id-7 .work-index-closing__title {
    Add final closing-title overrides here.
}
*/
