/*
 * Purpose: Final visual-audit overrides for the UX FONT Gutenfig case study.
 * Public route: /gutenfig/ (WordPress page ID 11).
 * Intended scope: Gutenfig only; shared case-study selectors must include body.page-id-11.
 * Cascade: Loaded after style.css through global.css.
 * Keep changes narrowly page-scoped and preserve evidence order/filename dependencies.
 * 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.
 */

/* Hero
body.page-id-11 .case-study-header {
    Add final Gutenfig hero overrides here.
}
body.page-id-11 .case-study-header__title {
    Add final Gutenfig title overrides here.
}
*/

/* Project snapshot
body.page-id-11 .project-snapshot {
    Add final snapshot overrides here.
}
*/

/* The Gap
body.page-id-11 .case-study-section__label {
    Use the visible section label to identify the intended narrative block before adding a scoped correction.
}
*/

/* System Insight
body.page-id-11 .case-study-section__title {
    Add a final shared narrative-heading correction only when it applies to all Gutenfig sections.
}
*/

/* Building the Bridge
body.page-id-11 .case-study-evidence__sequence--workflow {
    Add final bridge/workflow overrides here.
}
*/

/* Working Tool
body.page-id-11 .case-study-evidence__figure {
    Add final tool-evidence overrides here; check filename-coupled :has() rules first.
}
*/

/* Results
body.page-id-11 .case-study-section {
    Add a scoped narrative correction only after identifying the exact block order in WordPress.
}
*/

/* Reflection
body.page-id-11 .case-study-project-nav {
    Add final transition-from-reflection overrides here.
}
*/

/* Evidence figures
body.page-id-11 .case-study-evidence__caption {
    Add final Gutenfig caption overrides here.
}
body.page-id-11 .case-study-evidence--presentation .case-study-evidence__sequence {
    Add final presentation-evidence overrides here.
}
*/

/* Page-specific responsive corrections
@media (max-width: 48rem) {
    body.page-id-11 .case-study-evidence__sequence--workflow {
        Add confirmed Gutenfig responsive corrections here.
    }
}
*/
