.content-pilot { width: min(100% - 48px, 1040px); margin: 36px auto 64px; color: #f4f7fa; font-size: 18px; line-height: 1.7; overflow-wrap: anywhere; }
.content-pilot h1 { font-size: clamp(2.2rem, 5vw, 3.6rem); line-height: 1.13; margin: 14px 0 20px; }
.content-pilot h2 { font-size: clamp(1.45rem, 3vw, 2rem); line-height: 1.25; color: #c3eafa; margin: 0 0 22px; }
.content-pilot h3 { font-size: 1.3rem; line-height: 1.35; margin: 10px 0; }
.content-pilot p { max-width: 70ch; margin: 0 0 18px; }
.content-pilot, .content-pilot p { text-align: left; }
.content-pilot .section-label { color: #f3d57b; }
.content-pilot a { color: #c3eafa; text-decoration: underline; text-underline-offset: 4px; }
.content-pilot a:focus-visible, .content-skip:focus-visible { outline: 3px solid #f3d57b; outline-offset: 4px; }
.content-pilot section { padding: 32px 0; border-bottom: 1px solid #43617a; scroll-margin-top: 24px; }
.content-intro { border-bottom: 3px solid #d4b56b; padding-bottom: 20px; }
.content-lead { font-size: 1.15em; }
.content-reviewed, .content-citations { font-size: 16px; }
.content-sections { display: flex; flex-wrap: wrap; gap: 8px; padding: 26px 0 12px; }
.content-sections a, .content-related a { display: inline-flex; align-items: center; min-height: 44px; padding: 8px 14px; border: 1px solid #7499b5; border-radius: 5px; }
.content-cards { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; margin-top: 24px; }
.content-cards article { padding: 22px; border: 1px solid #7499b5; border-radius: 8px; background: #0d2d49; }
.content-citations a, .content-source-list a { display: inline-block; min-height: 44px; padding: 7px 0; }
.content-source-list { padding-left: 24px; }
.content-source-list li { margin: 0 0 26px; scroll-margin-top: 24px; }
.content-source-list p { font-size: 16px; }
.content-related { padding: 30px 0; display: flex; flex-wrap: wrap; gap: 12px; }
.content-related h2 { width: 100%; }
.content-pilot img { max-width: 100%; height: auto; }
.content-skip { position: absolute; top: 0; left: 12px; transform: translateY(-120%); z-index: 100; padding: 12px; color: #001f3f; background: white; }
.content-skip:focus { transform: none; }
.content-pilot-page .home-button { display: none; }
.history-page a.history-quick-tab { text-decoration: none; cursor: pointer; }
.history-page a.history-quick-tab .district-tab-detail::after { content: ' · Read article'; }
@media (max-width: 600px) {
    .content-pilot { width: calc(100% - 32px); font-size: 18px; }
    .content-cards { grid-template-columns: 1fr; }
    .content-sections a { width: 100%; }
}
@media (prefers-reduced-motion: reduce) { .content-pilot-page { scroll-behavior: auto; } }

/* Phase 5 regression: mobile header overflow clipped absolute search feedback. */
@media (max-width: 600px) {
    .hero-panel .search-status {
        position: static;
        grid-column: 1 / -1;
        grid-row: 3;
    }
}
