:root {
  --navy: #062e5b;
  --navy-deep: #041d3d;
  --gold: #c9a400;
  --ink: #111111;
  --muted: #657182;
  --line: #e1e4e8;
  --canvas: #ffffff;
  --paper: #ffffff;
  --grid-gap: .75rem;
  --font-sans: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --shell: 1380px;
}

* { box-sizing: border-box; }
html { background: var(--canvas); }
body { margin: 0; background: var(--canvas); color: var(--ink); font: 16px/1.45 var(--font-sans); }
img { display: block; width: auto; max-width: 100%; height: auto; }
a { color: inherit; text-underline-offset: 0.16em; text-decoration-thickness: 1px; }
a:hover { color: var(--navy); }
a:focus-visible, button:focus-visible, input:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }
h1, h2, h3, p { margin: 0; }
h1, h2, h3 { font-weight: 850; line-height: 1.06; letter-spacing: -0.032em; }

.site-shell { width: min(calc(100% - 2rem), var(--shell)); margin-inline: auto; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 30; top: .75rem; left: .75rem; transform: translateY(-180%); padding: .7rem .9rem; background: var(--gold); color: var(--navy-deep); font-weight: 800; }
.skip-link:focus { transform: translateY(0); }

/* Multi-level newsroom header. Optional menus leave no empty chrome when unassigned. */
.site-header { background: var(--paper); box-shadow: 0 1px 0 rgb(4 29 61 / 12%); }
.menu, .topics-menu, .footer-menu { margin: 0; padding: 0; list-style: none; }
.site-header__brand { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; min-height: 5rem; gap: 2rem; }
.site-header__brand::after { position: absolute; right: 50%; bottom: 0; width: 100vw; height: 4px; background: var(--gold); transform: translateX(50%); content: ""; }
.site-branding { display: flex; min-width: 0; align-items: center; gap: .9rem; }
.custom-logo-link { display: block; max-width: 350px; }
.custom-logo { width: auto; max-height: 62px; }
.custom-logo-link + .site-title { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; }
.site-title { color: var(--navy); font-size: clamp(2rem, 4vw, 3.3rem); font-weight: 950; letter-spacing: -.07em; text-transform: uppercase; }
.site-title a { text-decoration: none; }
.site-branding__date { flex: 0 0 auto; border-left: 1px solid #cdd3dc; padding-left: .9rem; color: var(--muted); font-size: .72rem; font-weight: 650; letter-spacing: .025em; line-height: 1; white-space: nowrap; }
.site-search .search-form { display: flex; align-items: stretch; }
.site-search .search-form > label { display: flex; flex: 1 1 auto; min-width: 0; }
.search-field { width: 238px; border: 1px solid #aeb9c8; border-right: 0; padding: .61rem .7rem; background: #fff; color: var(--ink); font: inherit; }
.search-submit { min-width: 3.15rem; border: 0; background: var(--navy); color: #fff; cursor: pointer; font: 800 .7rem var(--font-sans); letter-spacing: .055em; text-transform: uppercase; }
.search-submit:hover { background: var(--gold); color: var(--navy-deep); }

.primary-navigation-wrap { position: relative; z-index: 5; background: var(--navy); }
.primary-navigation { position: relative; background: var(--navy); overflow: visible; }
.menu { display: flex; flex-wrap: wrap; align-items: stretch; }
.menu > li { position: relative; }
.menu > li > a { display: block; padding: .72rem 1rem; color: #fff; font-size: .8rem; font-weight: 850; letter-spacing: .038em; text-decoration: none; text-transform: uppercase; }
.menu > .menu-item-has-children > a::after { display: inline-block; margin-left: .42rem; color: var(--gold); content: "▾"; font-size: .78em; line-height: 1; }
.menu > .menu-item-has-children:hover > a::after,
.menu > .menu-item-has-children:focus-within > a::after,
.menu > .current-menu-ancestor > a::after { color: var(--navy-deep); }
.menu > li > a:hover, .menu > .current-menu-item > a, .menu > .current-menu-ancestor > a { background: var(--gold); color: var(--navy-deep); }
.menu .sub-menu { position: absolute; z-index: 10; top: 100%; left: 0; min-width: 14rem; margin: 0; padding: .35rem 0; list-style: none; background: #fff; box-shadow: 0 12px 28px rgb(4 29 61 / 24%); opacity: 0; pointer-events: none; transform: translateY(-.25rem); transition: opacity 120ms ease, transform 120ms ease; }
.menu .sub-menu a { display: block; padding: .58rem .85rem; color: var(--ink); font-size: .88rem; font-weight: 700; text-decoration: none; }
.menu .sub-menu a:hover { background: #f1f4f8; color: var(--navy); }
.menu li:hover > .sub-menu, .menu li:focus-within > .sub-menu { opacity: 1; pointer-events: auto; transform: translateY(0); }
.menu-toggle { display: none; }
.topics-navigation { border-bottom: 1px solid var(--line); background: #fff; }
.topics-navigation__inner { display: flex; align-items: center; min-height: 2rem; gap: 1rem; overflow: hidden; }
.topics-navigation__label { flex: 0 0 auto; color: var(--navy); font-size: .68rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.topics-navigation__label::after { display: inline-block; width: .35rem; height: .35rem; margin: 0 0 .05rem .55rem; background: var(--gold); content: ""; }
.topics-menu { display: flex; min-width: 0; gap: 1rem; overflow: hidden; white-space: nowrap; }
.topics-menu a { color: #435066; font-size: .76rem; font-weight: 750; text-decoration: none; }
.topics-menu a:hover { color: var(--navy); }

.site-content { padding-block: 1.25rem 3rem; }
.content-layout { display: grid; grid-template-columns: minmax(0, 1fr) 320px; align-items: start; gap: 1.6rem; }
.content-layout--full { grid-template-columns: minmax(0, 1fr); }
.site-main, .sidebar, .widget, article { min-width: 0; }
.home-section + .home-section { margin-top: 1.65rem; }
.section-header, .archive-header { display: flex; align-items: center; gap: .65rem; margin-bottom: .65rem; padding: 0; }
.section-header h2, .archive-header h1 { color: var(--navy); font-size: clamp(1.7rem, 2.25vw, 2.15rem); font-weight: 950; letter-spacing: -.018em; line-height: 1.02; text-transform: uppercase; }
.section-header h2 { display: inline-flex; align-items: center; gap: .48rem; }
.section-header h2::before { flex: 0 0 auto; width: .62em; height: .62em; border-radius: 50%; background: #ffc400; box-shadow: 2px 2px 0 var(--navy); content: ""; }
.section-header--hero { margin-bottom: .55rem; }
.section-header--category { margin-bottom: .7rem; }
.section-header__more { margin-left: auto; color: var(--navy); font-size: .72rem; font-weight: 900; letter-spacing: .06em; text-decoration: none; text-transform: uppercase; }
.section-header__more span { margin-left: .35rem; color: #9b7200; font-size: 1rem; }
.archive-description { margin: -.3rem 0 1rem; color: var(--muted); }

/* Lead presentation: one newest story establishes hierarchy before the dense feed. */
.hero-grid { display: grid; grid-template-columns: minmax(0, 2.05fr) minmax(310px, .95fr); align-items: start; gap: var(--grid-gap); }
.post-featured, .post-card, .post-list-item { background: var(--paper); }
.post-featured { display: flex; flex-direction: column; }
.post-featured__image { position: relative; display: block; width: 100%; aspect-ratio: 16 / 9.9; overflow: hidden; }
.post-featured__image-link, .post-card__image-link, .post-list-item__image-link { display: block; width: 100%; height: 100%; overflow: hidden; border-radius: 4px; background: #e6e9ed; }
.post-featured__content { padding: .9rem 1.1rem 1rem; }
.post-featured .entry-title { margin-top: .3rem; color: var(--navy-deep); font-size: clamp(1.7rem, 2.75vw, 2.65rem); }
.post-featured .entry-excerpt { display: block; font-size: 1rem; line-height: 1.45; }
.hero-secondary { display: flex; flex-direction: column; gap: var(--grid-gap); }
.hero-widget-area { min-width: 0; }
.hero-widget-area .hero-widget { margin: 0; border-radius: 4px; padding: .85rem .9rem; background: #f3f4f6; }
.hero-widget-area .hero-widget + .hero-widget { margin-top: var(--grid-gap); }
.hero-widget-area .widget-title { color: var(--navy); font-size: 1rem; font-weight: 900; }
.hero-widget-area img { width: 100%; height: auto; border-radius: 4px; }
.post-card { display: flex; flex-direction: column; }
.post-card__image { position: relative; display: block; aspect-ratio: 16 / 8.4; }
.image-frame__image { width: 100%; height: 100%; object-fit: cover; }
.post-card__content { padding: .7rem .8rem .82rem; }
.post-card .entry-title { margin-top: .23rem; color: var(--navy-deep); font-size: 1.02rem; }
.entry-title a { text-decoration: none; transition: color 120ms ease; }
.entry-title a:hover { color: var(--navy); }
.post-card--hero-side { min-width: 0; overflow: hidden; }
.post-card--hero-side .post-card__image { width: 100%; aspect-ratio: 16 / 9; overflow: hidden; }
.post-card--hero-side .post-card__image-link { width: 100%; height: 100%; overflow: hidden; }
.post-card--hero-side .post-card__image .image-frame__image { width: 100%; height: 100%; max-width: none; object-fit: cover; object-position: center; }
.post-card--hero-side .post-card__content { padding: .5rem .65rem .6rem; }
.post-card--hero-side .entry-title { font-size: 1.06rem; }

.entry-category { display: inline-block; color: var(--navy); font-size: .68rem; font-weight: 900; letter-spacing: .085em; text-decoration: none; text-transform: uppercase; }
.entry-category::before { display: inline-block; width: .4rem; height: .4rem; margin: 0 .36rem .045rem 0; border-radius: 50%; background: var(--gold); content: ""; }
.post-featured__category, .post-card__category { position: absolute; z-index: 1; bottom: .45rem; left: .45rem; }
.post-featured__category .entry-category, .post-card__category .entry-category { border-radius: 5px; padding: .42rem .78rem; background: var(--gold); color: #fff; font-size: 1rem; font-weight: 800; line-height: 1.15; }
.post-featured__category .entry-category { padding: .5rem .95rem; font-size: 1.125rem; }
.post-featured__category .entry-category::before, .post-card__category .entry-category::before { display: none; }
.entry-meta { display: flex; flex-wrap: wrap; gap: .25rem .62rem; margin-top: .5rem; color: var(--muted); font-size: .72rem; }
.entry-author { color: var(--navy); font-weight: 750; }
.entry-meta time + time::before { margin-right: .62rem; color: #9b7200; content: "•"; }
.entry-excerpt { display: none; margin-top: .42rem; color: #5a6573; font-size: .875rem; font-style: normal; font-weight: 400; letter-spacing: normal; line-height: 1.38; }
.entry-excerpt p { display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.entry-excerpt p + p { margin-top: .5rem; }

.post-card--section-lead .entry-excerpt { display: block; font-size: 1rem; line-height: 1.45; }

/* Headline stories share five grid rows: one lead row and four compact rows.
   Row subgrid keeps matching small stories aligned across all three columns. */
.headlines-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); grid-template-rows: repeat(5, auto); column-gap: 1.15rem; row-gap: var(--grid-gap); }
.headlines-column { display: grid; grid-row: 1 / span 5; grid-template-rows: subgrid; row-gap: var(--grid-gap); min-width: 0; }
.headlines-column:nth-child(1) { grid-column: 1; }
.headlines-column:nth-child(2) { grid-column: 2; }
.headlines-column:nth-child(3) { grid-column: 3; }
.headlines-column > article { margin: 0; }
.post-card--headlines-lead .post-card__image { width: 100%; height: auto; aspect-ratio: 1 / 1; overflow: hidden; }
.post-card--headlines-lead .image-frame__image { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.post-card--headlines-lead .post-card__content { padding: .52rem 0 .58rem; }
.post-card--headlines-lead .entry-title { font-size: clamp(1.25rem, 1.75vw, 1.68rem); line-height: 1.12; }
.post-card--headlines-lead .entry-title a { display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.post-card--headlines-lead .entry-excerpt { display: block; margin-top: .38rem; }
.post-card--headlines-lead .entry-excerpt p { -webkit-line-clamp: 2; }
.post-card--headlines-lead .entry-meta { margin-top: .38rem; }
.post-card--headlines-lead .entry-author { display: none; }
.post-list-item--headlines { grid-template-columns: minmax(0, 1fr) 186px; align-items: center; gap: .8rem; padding: .62rem 0; }
.post-list-item--headlines .post-list-item__image { grid-column: 2; grid-row: 1; align-self: center; width: 186px; aspect-ratio: 16 / 10; }
.post-list-item--headlines .post-list-item__content { grid-column: 1; grid-row: 1; align-self: center; }
.post-list-item--headlines .entry-title { font-size: .94rem; line-height: 1.16; }
.post-list-item--headlines .entry-title a { display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 4; }
.post-list-item--headlines .entry-category { margin-bottom: .12rem; font-size: .62rem; letter-spacing: .075em; }
.post-list-item--headlines:not(.has-post-thumbnail) { grid-template-columns: minmax(0, 1fr); }
.post-list-item--headlines:not(.has-post-thumbnail) .post-list-item__content { grid-column: 1; }
.home-section--headlines .post-list-item { border-bottom: 0; }
.post-list-item__date { display: block; margin-top: .28rem; color: var(--muted); font-size: .65rem; font-weight: 700; line-height: 1.15; }

.post-listing { display: grid; }
.post-listing--dense { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: stretch; column-gap: 1.35rem; }
.home-live-layout { display: grid; grid-template-columns: minmax(0, 1.85fr) minmax(270px, .65fr); align-items: start; gap: 1.5rem; margin-top: 1.65rem; }
.home-live-layout--full { grid-template-columns: minmax(0, 1fr); }
.home-live-layout .home-section { margin-top: 0; }
.home-live-layout .sidebar { min-width: 0; }
.post-list-item { display: grid; grid-template-columns: 168px minmax(0, 1fr); gap: .85rem; padding: .68rem 0; border-bottom: 1px solid var(--line); }
.post-list-item__image { position: relative; align-self: start; aspect-ratio: 16 / 8; }
.post-list-item .entry-title { margin-top: .2rem; color: var(--navy-deep); font-size: 1.07rem; }
.post-list-item .entry-excerpt { display: block; }
.home-section--feed .post-list-item { grid-template-columns: 186px minmax(0, 1fr); }
.home-section--feed .post-list-item__image { width: 186px; aspect-ratio: 16 / 10; }
.home-section--feed .post-list-item { border-bottom: 0; }
.home-section--brief { border-radius: 5px; padding: .95rem 1.15rem 1.05rem; background: #ffc400; color: var(--navy-deep); }
.home-section--brief .section-header { margin-bottom: .3rem; }
.home-section--brief .section-header h2 { color: var(--navy-deep); font-size: clamp(1.9rem, 2.7vw, 2.45rem); font-weight: 950; letter-spacing: -.025em; line-height: 1; }
.home-section--brief .section-header h2::before { display: none; }
.brief-list { display: block; column-count: 2; column-gap: 1.6rem; column-fill: balance; }
.brief-list > .post-list-item { break-inside: avoid; }
.post-list-item--brief { display: block; padding: .65rem 0 .7rem; border-bottom: 1px solid rgb(6 46 91 / 24%); background: transparent; }
.post-list-item--brief .entry-title { margin-top: .12rem; color: var(--navy-deep); font-size: clamp(.98rem, 1.1vw, 1.08rem); font-weight: 850; letter-spacing: -.018em; line-height: 1.17; }
.post-list-item--brief .entry-title a:hover { color: #315b86; }
.post-list-item--brief .entry-excerpt { display: none; }
.post-list-item--brief .entry-category { margin-bottom: .08rem; color: var(--navy); font-size: .67rem; font-weight: 950; letter-spacing: .09em; }
.post-list-item--brief .entry-category::before { background: var(--navy); }
.brief-list > .post-list-item--brief:last-child { border-bottom: 0; }

@media (min-width: 681px) {
  .brief-list > .post-list-item--brief:nth-child(6) { border-bottom: 0; }
}

/* Category modules are balanced by actual rendered height. Unlike a row grid,
   multicolumn flow never reserves the tallest card's height in adjacent lanes. */
.section-editorial-flow { column-count: 3; column-gap: var(--grid-gap); column-fill: balance; orphans: 1; widows: 1; }
.section-editorial-flow > .post-card { margin: 0 0 var(--grid-gap); break-inside: avoid; }
.post-card--section-lead .post-card__image { aspect-ratio: 1 / 1; overflow: hidden; }
.post-card--section-lead .post-card__content { padding: .45rem 0 .1rem; }
.post-card--section-lead .entry-title { font-size: clamp(1.32rem, 1.8vw, 1.78rem); }
.post-card--section-lead .entry-meta { display: flex; margin-top: .15rem; }
.post-card__headline-overlay { position: absolute; right: .55rem; bottom: .55rem; left: .55rem; }
.post-card--section-lead .post-card__headline-overlay .entry-title { display: inline; margin: 0; color: #fff; font-weight: 850; line-height: 1.8; }
.post-card--section-lead .post-card__headline-overlay .entry-title a { padding: .4rem .62rem .46rem; background: var(--navy); color: #fff; box-decoration-break: clone; -webkit-box-decoration-break: clone; line-height: 1.8; }
.post-card--section-lead .post-card__headline-overlay .entry-title a:hover { color: #fff; background: #0a3f78; }
.post-card--section-medium .post-card__image { aspect-ratio: 1 / 1; overflow: hidden; }
.post-card--section-medium .post-card__content { padding: .55rem 0 .15rem; }
.post-card--section-medium .entry-title { font-size: 1.04rem; }
.post-card--section-small { display: grid; grid-template-columns: 88px minmax(0, 1fr); align-items: start; }
.post-card--section-small .post-card__image { grid-column: 1; grid-row: 1; aspect-ratio: 1 / 1; }
.post-card--section-small .post-card__content { grid-column: 2; grid-row: 1; padding: .18rem 0 .24rem .65rem; }
.post-card--section-small .entry-title { font-size: .94rem; line-height: 1.13; }
.post-card--section-small .entry-meta { display: none; }
.post-card__date { display: block; margin-top: .3rem; color: var(--muted); font-size: .67rem; font-weight: 700; line-height: 1.2; }
.post-list-item--section { grid-template-columns: minmax(0, 1fr) 88px; gap: .55rem; padding: .5rem 0; }
.post-list-item--section .post-list-item__image { grid-column: 2; grid-row: 1; width: 88px; }
.post-list-item--section .post-list-item__content { grid-column: 1; grid-row: 1; }
.post-list-item--section .entry-title { font-size: .92rem; line-height: 1.12; }
.post-list-item--section .entry-excerpt, .post-list-item--section .entry-meta { display: none; }

/* Archive and search pages reuse the dense editorial card system. */
.archive-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); align-items: start; column-gap: .85rem; row-gap: 1.15rem; }
.post-card--archive { align-self: start; }
.post-card--archive .post-card__image { width: 100%; aspect-ratio: 16 / 9; overflow: hidden; }
.post-card--archive .post-card__content { padding: .48rem .05rem 0; }
.post-card--archive .entry-title { margin: 0; font-size: 1rem; line-height: 1.16; }
.post-card--archive .post-card__date { margin-top: .32rem; font-size: .68rem; }

.sidebar { display: grid; align-content: start; gap: .7rem; }
.widget { padding: .65rem 0; background: transparent; border: 0; }
.widget-title { display: flex; align-items: center; gap: .5rem; margin-bottom: .48rem; color: var(--navy); font-size: .86rem; letter-spacing: .05em; text-transform: uppercase; }
.widget-title::before { width: 1.2rem; height: 3px; background: var(--gold); content: ""; }
.widget ul { margin: 0; padding: 0; list-style: none; }
.widget li { padding: .42rem 0; border-bottom: 1px solid #e8eaed; font-size: .88rem; font-weight: 700; }
.widget li:last-child { border-bottom: 0; }
.widget a { text-decoration: none; }
.widget img { max-width: 100%; }
.widget select, .widget input { width: 100%; max-width: 100%; padding: .5rem; border: 1px solid #b8c1ce; font: inherit; }
.sidebar .widget_media_image { padding: .55rem; border-left: 3px solid var(--gold); background: #fff; }
.sidebar .widget_media_image img { border-radius: 4px; }

.single-post, .page-content { background: var(--paper); padding: clamp(1.25rem, 4vw, 3.1rem); }
.single-post__header { max-width: none; margin-bottom: 1.35rem; }
.page-content__header { max-width: 970px; margin-bottom: 1.65rem; border-bottom: 4px solid var(--navy); padding-bottom: 1.15rem; }
.single-post .entry-title, .page-content .entry-title { margin-top: .42rem; color: var(--navy-deep); font-size: clamp(2rem, 5vw, 4rem); letter-spacing: -.055em; }
.single-post__details { display: flex; flex-wrap: wrap; align-items: center; gap: .45rem 1rem; margin-top: .8rem; }
.single-post__details .entry-meta { margin-top: 0; }
.single-post__media { float: right; width: calc(50% - 1rem); margin: 0 0 1.15rem 2rem; }
.single-post__image { width: 100%; aspect-ratio: 16 / 10; overflow: hidden; background: #e6e9ed; }
.single-post__image .image-frame__image { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.page-content__image { margin: 0 0 2rem; background: #e6e9ed; }
.single-post figcaption { margin-top: .48rem; color: var(--muted); font-size: .8rem; }
.entry-content { min-width: 0; max-width: 760px; font-size: 1.07rem; line-height: 1.76; }
.single-post .entry-content { max-width: none; }
.entry-content > * + * { margin-top: 1.2rem; }
.entry-content h2 { margin-top: 2.3rem; color: var(--navy); font-size: clamp(1.4rem, 3vw, 2rem); }
.entry-content h3 { margin-top: 1.8rem; color: var(--gold); font-size: 1.3rem; }
.entry-content a { color: var(--navy); font-weight: 700; }
.entry-content a:hover { color: #866800; }
.entry-content img, .entry-content figure { max-width: 100%; height: auto; }
.entry-content figcaption { color: var(--muted); font-size: .85rem; line-height: 1.4; }
.entry-content table { display: block; width: 100%; max-width: 100%; overflow-x: auto; border-collapse: collapse; border-spacing: 0; overscroll-behavior-inline: contain; -webkit-overflow-scrolling: touch; }
.entry-content th, .entry-content td { border: 1px solid #d6d9de; padding: .55rem .65rem; overflow-wrap: anywhere; text-align: left; vertical-align: top; }
.entry-content th { background: #f5f6f7; color: var(--navy-deep); font-weight: 800; }
.entry-content .wp-block-table { max-width: 100%; overflow-x: auto; overscroll-behavior-inline: contain; -webkit-overflow-scrolling: touch; }
.entry-content .wp-block-table table { display: table; min-width: 100%; overflow: visible; }
.entry-content blockquote { margin-inline: 0; border-left: 5px solid var(--gold); padding: .35rem 0 .35rem 1.2rem; color: var(--navy); font-size: 1.2rem; font-weight: 700; line-height: 1.55; }
.entry-footer { max-width: 760px; margin-top: 2rem; border-top: 1px solid var(--line); padding-top: 1rem; color: var(--navy); font-size: .9rem; }
.single-post .entry-footer { clear: both; max-width: none; }
.single-post::after { display: block; clear: both; content: ""; }
.page-links { display: flex; flex-wrap: wrap; gap: .4rem; }
.article-navigation { clear: both; margin-top: 1.4rem; }
.article-navigation__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .8rem; }
.article-navigation__item { display: grid; min-width: 0; min-height: 7.2rem; align-items: stretch; overflow: hidden; border: 1px solid var(--line); border-radius: 4px; background: #fff; color: var(--navy); text-decoration: none; transition: border-color 120ms ease, box-shadow 120ms ease; }
.article-navigation__item--previous { grid-template-columns: 3.25rem 126px minmax(0, 1fr); }
.article-navigation__item--next { grid-column: 2; grid-template-columns: minmax(0, 1fr) 126px 3.25rem; }
.article-navigation__item:hover { border-color: #c4a000; box-shadow: 0 5px 16px rgb(4 29 61 / 12%); }
.article-navigation__arrow { display: grid; place-items: center; background: #ffc400; color: var(--navy-deep); font-size: 2.15rem; font-weight: 950; line-height: 1; }
.article-navigation__image { display: block; min-width: 0; overflow: hidden; background: #edf0f3; }
.article-navigation__thumbnail { width: 100%; height: 100%; object-fit: cover; }
.article-navigation__content { display: flex; min-width: 0; flex-direction: column; justify-content: center; gap: .35rem; padding: .75rem .85rem; }
.article-navigation__item--next .article-navigation__content { text-align: right; }
.article-navigation__label { color: var(--muted); font-size: .68rem; font-weight: 850; letter-spacing: .06em; text-transform: uppercase; }
.article-navigation__content strong { display: -webkit-box; overflow: hidden; color: var(--navy); font-size: 1rem; line-height: 1.18; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.related-posts { margin-top: 1.8rem; }
.related-posts__grid { row-gap: 1.1rem; }
.related-posts .post-card--archive .entry-title { font-size: 1rem; line-height: 1.16; }

.navigation.pagination { margin-top: 1.5rem; }
.nav-links { display: flex; flex-wrap: wrap; justify-content: center; gap: .35rem; }
.nav-links > * { min-width: 2.4rem; border: 1px solid #b7c0cd; padding: .42rem .6rem; background: #fff; color: var(--navy); font-size: .87rem; font-weight: 800; text-align: center; text-decoration: none; }
.nav-links a:hover, .nav-links .current { border-color: var(--navy); background: var(--navy); color: #fff; }
.nav-links .prev, .nav-links .next { display: inline-grid; place-items: center; width: 2.55rem; height: 2.55rem; min-width: 2.55rem; border-color: #ffc400; border-radius: 50%; padding: 0; background: #ffc400; color: var(--navy-deep); font-size: 1.35rem; font-weight: 950; line-height: 1; }
.nav-links .prev:hover, .nav-links .next:hover { border-color: var(--navy); background: var(--navy); color: #ffc400; }
.no-results { padding: 1.5rem; background: #fff; border-top: 4px solid var(--navy); }
.no-results p { margin-block: .75rem; }
.no-results .search-form { display: flex; width: min(100%, 42rem); min-height: 3rem; align-items: stretch; }
.no-results .search-form > label { display: flex; flex: 1 1 auto; min-width: 0; }
.no-results .search-field { flex: 1 1 auto; width: 100%; min-width: 0; padding: .7rem .85rem; font-size: 1rem; }
.no-results .search-submit { flex: 0 0 auto; min-width: 7.5rem; padding: .65rem 1rem; font-size: .78rem; }

.site-footer { border-top: 4px solid var(--gold); background: var(--navy); color: #edf3fc; }
.site-footer__bottom { display: flex; flex-wrap: nowrap; align-items: center; justify-content: space-between; min-height: 4rem; gap: 1.25rem; padding-block: .8rem; color: #d3ddeb; font-size: .82rem; }
.site-footer__identity { display: flex; flex: 0 0 auto; align-items: center; gap: .7rem; white-space: nowrap; }
.site-footer__name { color: #fff; font-size: 1.02rem; font-weight: 950; letter-spacing: -.035em; text-decoration: none; }
.site-footer__divider { color: var(--gold); font-size: 1.1rem; font-weight: 900; }
.footer-menu { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: .55rem 1.1rem; }
.footer-menu a { color: #fff; font-weight: 700; text-decoration: none; }
.site-footer__name:hover, .footer-menu a:hover { color: var(--gold); }
.site-footer__network { border-top: 1px solid rgb(255 255 255 / 16%); background: var(--navy-deep); }
.site-footer__network-inner { display: grid; grid-template-columns: auto minmax(0, 1fr); align-items: start; gap: .65rem 1.2rem; padding-block: .7rem .9rem; }
.site-footer__network h2 { margin: .3rem 0 0; color: var(--gold); font-size: .72rem; font-weight: 900; letter-spacing: .08em; line-height: 1.2; text-transform: uppercase; white-space: nowrap; }
.site-footer__network-content { min-width: 0; color: #d3ddeb; font-size: .8rem; line-height: 1.4; }
.site-footer__network-content > :first-child { margin-top: 0; }
.site-footer__network-content > :last-child { margin-bottom: 0; }
.site-footer__network-content ul, .site-footer__network-content ol { display: flex; flex-wrap: wrap; gap: .35rem .45rem; margin: 0; padding: 0; list-style: none; }
.site-footer__network-content li { margin: 0; padding: 0; border: 0; }
.site-footer__network-content a { display: inline-flex; align-items: center; margin: .15rem .28rem .15rem 0; border: 1px solid rgb(255 255 255 / 20%); border-radius: 4px; padding: .3rem .52rem; background: rgb(255 255 255 / 7%); color: #fff; font-weight: 700; text-decoration: none; }
.site-footer__network-content a:hover { border-color: var(--gold); color: var(--gold); }
.site-footer__network-content img { width: auto; max-width: 100%; max-height: 34px; }
.back-to-top { position: fixed; z-index: 20; right: clamp(1rem, 2vw, 1.75rem); bottom: clamp(1rem, 2vw, 1.75rem); display: grid; place-items: center; width: 52px; height: 52px; border: 0; border-radius: 50%; padding: 0; background: #ffc400; box-shadow: 0 5px 18px rgb(4 29 61 / 28%); color: var(--navy-deep); cursor: pointer; transition: box-shadow 120ms ease, transform 120ms ease; }
.back-to-top[hidden] { display: none; }
.back-to-top span { display: block; color: var(--navy-deep); font: 1000 1.75rem/.85 Arial, sans-serif; -webkit-text-stroke: .7px var(--navy-deep); transform: translateY(-1px); }
.back-to-top:hover { background: #ffc400; color: var(--navy-deep); box-shadow: 0 7px 22px rgb(4 29 61 / 36%); transform: translateY(-2px); }
.back-to-top:active { transform: translateY(0); }

@media (max-width: 1080px) {
  .content-layout { grid-template-columns: minmax(0, 1fr) 285px; gap: 1.25rem; }
  .content-layout--full { grid-template-columns: minmax(0, 1fr); }
  .archive-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .menu > li > a { padding-inline: .68rem; font-size: .73rem; }
  .post-list-item { grid-template-columns: 145px minmax(0, 1fr); }
  .post-list-item--section { grid-template-columns: 96px minmax(0, 1fr); }
}

@media (min-width: 861px) and (max-width: 1140px) {
  .post-list-item--headlines { grid-template-columns: minmax(0, 1fr) 128px; gap: .65rem; }
  .post-list-item--headlines .post-list-item__image { width: 128px; }
  .post-list-item--headlines .post-list-item__content { min-width: 0; overflow: hidden; }
  .post-list-item--headlines .entry-title a { overflow-wrap: anywhere; }
}

@media (max-width: 860px) {
  .content-layout { grid-template-columns: 1fr; }
  .sidebar { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hero-grid { grid-template-columns: 1.35fr .8fr; }
  .archive-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .home-live-layout { grid-template-columns: 1fr; }
  .headlines-grid { display: block; }
  .headlines-column { display: grid; grid-template-rows: none; gap: var(--grid-gap); }
  .headlines-column + .headlines-column { margin-top: 1rem; }
	.single-post__media { width: 48%; margin-left: 1.25rem; }
	.article-navigation__item--previous { grid-template-columns: 2.8rem 96px minmax(0, 1fr); }
	.article-navigation__item--next { grid-template-columns: minmax(0, 1fr) 96px 2.8rem; }
  .post-card--headlines-lead { display: grid; grid-template-columns: minmax(220px, .8fr) minmax(0, 1fr); align-items: center; gap: .85rem; }
  .post-card--headlines-lead .post-card__content { padding: 0; }
  .section-editorial-flow { column-count: 2; }
}

@media (max-width: 680px) {
  .site-shell { width: min(calc(100% - 1.25rem), var(--shell)); }
  .site-header__brand { grid-template-columns: 2.55rem minmax(0, 1fr) clamp(5.6rem, 24vw, 7.75rem); gap: .6rem; min-height: 4.5rem; transition: grid-template-columns 180ms ease; }
  .menu-toggle { display: none; width: 2.55rem; height: 2.45rem; border: 1px solid #bdc6d2; background: #fff; cursor: pointer; padding: .48rem; }
  .menu-toggle > span:not(.screen-reader-text) { display: block; height: 2px; margin-block: .24rem; background: var(--navy); }
  .custom-logo-link { max-width: min(185px, 100%); }
  .custom-logo { max-width: 100%; max-height: 48px; }
  .site-title { font-size: 1.52rem; }
  .site-branding { min-width: 0; overflow: hidden; transition: opacity 120ms ease; }
  .site-branding__date { display: none; }
  .site-search { width: 100%; min-width: 0; }
  .site-search .search-form { width: 100%; }
  .site-search .search-field { flex: 1 1 auto; width: 0; min-width: 0; padding: .5rem .38rem; color: var(--ink); caret-color: var(--ink); font-size: .72rem; }
  .site-search .search-submit { flex: 0 0 2.4rem; min-width: 2.4rem; font-size: 0; }
  .site-header__brand.is-search-active { grid-template-columns: 2.55rem 0 minmax(0, 1fr); }
  .site-header__brand.is-search-active .site-branding { visibility: hidden; opacity: 0; pointer-events: none; }
  .site-header__brand.is-search-active .site-search,
  .site-header__brand.is-search-active .site-search .search-form,
  .site-header__brand.is-search-active .site-search .search-form > label { width: 100%; }
  .site-header__brand.is-search-active .search-field { padding-inline: .65rem; font-size: .92rem; }
  .site-search .search-submit::after { color: #fff; content: "⌕"; font-size: 1.35rem; line-height: 1; }
  .site-search .search-submit:hover::after { color: var(--navy-deep); }
  .no-results { padding: 1.15rem .8rem; }
  .no-results .search-form { width: 100%; min-height: 3.1rem; }
  .no-results .search-field { padding-inline: .75rem; font-size: 1rem; }
  .no-results .search-submit { min-width: 6.75rem; padding-inline: .75rem; font-size: .75rem; }
  html.js .menu-toggle { display: block; }
  html.js .primary-navigation .menu { display: none; padding-block: .25rem .5rem; }
  html.js .primary-navigation.is-open .menu { display: block; }
  .menu > li + li { border-top: 1px solid rgb(255 255 255 / 19%); }
  .menu > li > a { padding: .72rem 0; }
  .menu .sub-menu { position: static; display: block; padding: 0 0 .4rem .9rem; background: transparent; box-shadow: none; opacity: 1; pointer-events: auto; transform: none; }
  .menu .sub-menu a { color: #e7eef9; padding: .45rem 0; }
  .topics-navigation__inner { min-height: 2rem; }
  .topics-menu { gap: .75rem; }
  .hero-grid, .post-listing--dense { grid-template-columns: 1fr; }
  .archive-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .section-editorial-flow, .brief-list { column-count: 1; }
  .home-section--brief { padding: .85rem .9rem .95rem; }
  .post-list-item--headlines { grid-template-columns: minmax(0, 1fr) 156px; }
  .post-list-item--headlines .post-list-item__image { width: 156px; }
  .home-section--feed .post-list-item { grid-template-columns: 156px minmax(0, 1fr); }
  .home-section--feed .post-list-item__image { width: 156px; }
  .hero-secondary { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .post-card--hero-side .post-card__image { aspect-ratio: 16 / 9; }
  .post-featured .entry-title { font-size: 1.65rem; }
  .post-card--section-lead { grid-column: auto; grid-row: auto; display: flex; }
  .post-card--section-lead .entry-title { font-size: 1.3rem; }
  .post-list-item { grid-template-columns: 118px minmax(0, 1fr); gap: .7rem; }
  .post-list-item--section { grid-template-columns: minmax(0, 1fr) 88px; }
  .post-list-item { padding-block: .68rem; }
  .post-list-item .entry-title { font-size: .96rem; }
  .post-list-item .entry-excerpt { display: none; }
  .sidebar { grid-template-columns: 1fr; }
  .site-footer__bottom { flex-wrap: wrap; justify-content: center; gap: .45rem 1rem; }
  .footer-menu { width: 100%; justify-content: center; }
  .site-footer__network-inner { grid-template-columns: 1fr; gap: .45rem; }
  .site-footer__network h2 { margin-top: 0; }
  .single-post { padding: 1.15rem .4rem; }
  .page-content { padding: 1.15rem; }
  .single-post .entry-title, .page-content .entry-title { font-size: 2.05rem; }
	.single-post__media { float: none; width: 100%; margin: 0 0 1rem; }
  .entry-content { font-size: 1rem; line-height: 1.7; }
	.article-navigation__grid { grid-template-columns: 1fr; }
	.article-navigation__item--next { grid-column: auto; }
}

@media (max-width: 520px) {
  .post-card--headlines-lead { display: flex; gap: 0; }
  .post-card--headlines-lead .post-card__content { padding: .52rem 0 .58rem; }
}

@media (max-width: 430px) {
  .archive-grid { grid-template-columns: 1fr; }
  .hero-secondary { grid-template-columns: 1fr; }
  .post-list-item, .post-list-item--section { grid-template-columns: 88px minmax(0, 1fr); }
  .post-list-item--headlines { grid-template-columns: minmax(0, 1fr) 144px; }
  .post-list-item--headlines .post-list-item__image { width: 144px; }
  .home-section--feed .post-list-item { grid-template-columns: 144px minmax(0, 1fr); }
  .home-section--feed .post-list-item__image { width: 144px; }
  .post-list-item .entry-meta { display: none; }
	.article-navigation__item--previous { grid-template-columns: 2.65rem 82px minmax(0, 1fr); }
	.article-navigation__item--next { grid-template-columns: minmax(0, 1fr) 82px 2.65rem; }
	.article-navigation__content { padding: .6rem; }
	.article-navigation__content strong { font-size: .9rem; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}
