/* Category archives share the newsroom cards, with an unmistakable topic identity. */
.ge-category-page { background: #0b0e25; overflow: clip; }
.ge-category-page :is(a, button, summary):focus-visible { outline: 3px solid var(--ge-cyan); outline-offset: 3px; }
.ge-category-page .ge-category-hero { padding: 24px 0 0; background: #0b0e25; }
.ge-category-page .ge-category-hero::before { display: none; }
.ge-category-page .ge-category-hero .ge-breadcrumb { margin-bottom: 18px; }
.ge-category-page .ge-category-heading-row { gap: 20px; }
.ge-category-identity { display: flex; align-items: center; gap: 18px; min-width: 0; }
.ge-category-emblem { display: grid; flex: 0 0 72px; place-items: center; width: 72px; height: 72px; border: 1px solid #39496d; border-radius: 18px; background: #19213f; color: #80e0ef; font-size: 2rem; }
.ge-category-page .ge-category-hero .ge-eyebrow { margin-bottom: 6px; font-size: .66rem; }
.ge-category-page .ge-category-hero h1 { margin: 0; font-size: clamp(1.8rem, 3.4vw, 2.8rem); line-height: 1.12; letter-spacing: -.035em; text-wrap: balance; }
.ge-category-story-count { margin: 8px 0 0; color: var(--ge-soft); font-size: .79rem; }
.ge-category-story-count > span { padding: 0 6px; }
.ge-category-all-news { display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; gap: 9px; min-height: 44px; padding: 8px 13px; border: 1px solid var(--ge-line); border-radius: 9px; color: #dce2f4; font-size: .78rem; font-weight: 700; text-decoration: none; }
.ge-category-all-news:hover { color: #fff; background: #202944; }
.ge-category-page .ge-category-about { margin: 8px 0 0 90px; }
.ge-category-page .ge-category-about summary { display: list-item; width: fit-content; max-width: 100%; min-height: 32px; padding: 6px 0; color: #b8c5e0; font-size: .74rem; line-height: 1.5; }
.ge-category-page .ge-category-about .ge-category-description { max-width: 52rem; margin: 4px 0 12px; font-size: .84rem; line-height: 1.65; }
.ge-category-page .ge-topic-rail { padding-top: 16px; }
.ge-category-page .ge-topic-rail a[aria-current="page"] { border: 1px solid #8d7bdd; background: #36285d; color: #fff; }
.ge-category-page .ge-topic-rail a:not([aria-current]) { border: 1px solid transparent; }
.ge-category-page .ge-topic-rail a[aria-current="page"] i { color: #d8cbff; }
.ge-category-page .ge-category-archive { min-height: 0; padding: 24px 0 40px; background: transparent; }
.ge-category-page .ge-category-toolbar { align-items: center; gap: 12px; margin-bottom: 18px; }
.ge-category-page .ge-category-toolbar .ge-eyebrow { margin-bottom: 5px; font-size: .66rem; }
.ge-category-page .ge-category-toolbar h2 { margin: 0; font-size: clamp(1.2rem, 2vw, 1.65rem); }
.ge-category-page .ge-editorial-grid .ge-category-pill { display: inline-flex; max-width: 100%; line-height: 1.4; }
.ge-category-page .ge-news-meta > time { white-space: nowrap; }
.ge-category-page .ge-briefing-extras .ge-sidebar-stack { position: static; margin-top: 0; }
.ge-category-page .ge-discovery-widget > div a { display: inline-flex; align-items: center; gap: 7px; min-height: 40px; }
.ge-category-page #category-latest-title { scroll-margin-top: 24px; }

@media (max-width: 767.98px) {
    .ge-category-page .ge-category-hero { padding-top: 16px; }
    .ge-category-page .ge-category-hero .ge-breadcrumb { margin-bottom: 14px; }
    .ge-category-page .ge-category-heading-row { display: block; }
    .ge-category-identity { align-items: flex-start; gap: 12px; }
    .ge-category-emblem { flex-basis: 48px; width: 48px; height: 48px; border-radius: 12px; font-size: 1.4rem; }
    .ge-category-page .ge-category-hero .ge-eyebrow { margin-bottom: 4px; font-size: .61rem; }
    .ge-category-page .ge-category-hero h1 { font-size: clamp(1.45rem, 6vw, 1.8rem); text-wrap: pretty; }
    .ge-category-story-count { margin-top: 6px; font-size: .71rem; }
    .ge-category-all-news { display: none; }
    .ge-category-page .ge-category-about { margin: 6px 0 0 60px; }
    .ge-category-page .ge-category-about summary { font-size: .69rem; min-height: 36px; }
    .ge-category-page .ge-category-about .ge-category-description { font-size: .78rem; }
    .ge-category-page .ge-topic-rail { padding-top: 10px; padding-bottom: 12px; }
    .ge-category-page .ge-category-archive { padding: 18px 0 26px; }
    .ge-category-page .ge-category-toolbar { flex-wrap: wrap; gap: 10px; margin-bottom: 14px; }
    .ge-category-page .ge-category-toolbar h2 { font-size: 1.2rem; }
    .ge-category-page .ge-editorial-grid .ge-news-card-featured h3 { font-size: 1.22rem; }
    .ge-category-page .ge-editorial-grid .ge-news-card:not(:first-child) .ge-category-pill { font-size: .59rem; }
    .ge-category-page .ge-editorial-grid[data-news-layout="list"] .ge-news-card h3 { font-size: .92rem; }
    .ge-category-page .ge-newsroom-pagination { gap: 10px; margin-top: 20px; }
    .ge-category-page .ge-newsroom-pagination .pagination-wrap { gap: 3px; }
    .ge-category-page .ge-newsroom-pagination .pagination-wrap li :is(a, span) { width: 36px; }
}

@media (prefers-reduced-motion: reduce) {
    .ge-category-page *, .ge-category-page *::before { scroll-behavior: auto !important; transition: none !important; }
}
