:root {
  --paper: #ffffff;
  --white: #fff;
  --ink: #101820;
  --muted: #61707b;
  --navy: #145e88;
  --navy-dark: #0b3049;
  --accent: #2b7fa9;
  --rule: #d8dde1;
  --soft: #f1f5f7;
  --sans: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", YuGothic, Meiryo, -apple-system, BlinkMacSystemFont, sans-serif;
  --wrap: min(1180px, calc(100% - 40px));
  --narrow: min(760px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.75; -webkit-font-smoothing: antialiased; }
a { color: var(--navy); text-decoration-thickness: 1px; text-underline-offset: .18em; }
a:hover { color: var(--accent); }
img { display: block; max-width: 100%; height: auto; }
button, input, textarea { font: inherit; }
button { cursor: pointer; }
.wrap { width: var(--wrap); margin-inline: auto; }
.wrap-wide { width: min(1280px, calc(100% - 40px)); margin-inline: auto; }
.wrap-narrow { width: var(--narrow); margin-inline: auto; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 999; transform: translateY(-150%); background: var(--ink); color: #fff; padding: 8px 14px; }
.skip-link:focus { transform: none; }

.site-header { background: var(--paper); border-bottom: 1px solid var(--ink); }
.utility-bar { display: flex; justify-content: space-between; padding-block: 7px; border-bottom: 1px solid var(--rule); color: var(--muted); font-size: .75rem; letter-spacing: .04em; }
.brand-row { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; min-height: 98px; }
.site-brand { display: inline-flex; align-items: center; gap: 12px; color: var(--ink); font-family: var(--sans); font-size: clamp(1.8rem, 4vw, 2.7rem); font-weight: 800; letter-spacing: -.055em; text-decoration: none; }
.site-brand:hover { color: var(--ink); }
.site-brand__mark { display: block; width: 52px; height: 44px; flex: 0 0 auto; }
.site-brand__mark img { width: 100%; height: 100%; object-fit: contain; }
.menu-toggle { display: none; }
.search-toggle { justify-self: end; border: 0; border-bottom: 1px solid currentColor; background: transparent; color: var(--ink); font-size: .85rem; }
.site-nav { border-top: 1px solid var(--rule); }
.site-nav ul { display: flex; justify-content: center; gap: clamp(18px, 4vw, 54px); margin: 0; padding: 12px 0; list-style: none; }
.site-nav a { color: var(--ink); font-size: .875rem; font-weight: 700; text-decoration: none; }
.header-search { padding: 16px 0; border-top: 1px solid var(--rule); background: var(--soft); }
.search-form { display: flex; width: min(640px, 100%); margin-inline: auto; }
.search-form label { flex: 1; }
.search-form input { width: 100%; min-height: 46px; padding: 8px 12px; border: 1px solid var(--rule); border-right: 0; background: #fff; }
.search-form button, .button { min-height: 46px; padding: 8px 22px; border: 1px solid var(--navy); background: var(--navy); color: #fff; font-weight: 700; text-decoration: none; }

.site-main { min-height: 55vh; }
.section-heading { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; margin-bottom: 24px; border-bottom: 2px solid var(--ink); }
.section-heading h1, .section-heading h2 { margin: 0 0 8px; font-family: var(--sans); font-size: 1.45rem; font-weight: 800; line-height: 1.3; }
.section-heading > span, .section-heading > a { color: var(--navy); font-family: var(--sans); font-size: .72rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.lead-section { padding-block: 44px 58px; }
.lead-grid { display: grid; grid-template-columns: minmax(0, 1.65fr) minmax(240px, .9fr) minmax(210px, .62fr); gap: 28px; }
.lead-secondary, .lead-briefs { padding-left: 28px; border-left: 1px solid var(--rule); }
.lead-secondary .story-card + .story-card, .lead-briefs .story-card + .story-card { margin-top: 24px; padding-top: 24px; border-top: 1px solid var(--rule); }
.lead-briefs h2 { margin: 0 0 20px; color: var(--accent); font-size: .78rem; letter-spacing: .14em; text-transform: uppercase; }
.story-card h3 { margin: 6px 0 8px; font-family: var(--sans); font-size: 1.3rem; font-weight: 750; line-height: 1.55; }
.story-card h3 a { color: var(--ink); text-decoration: none; }
.story-card h3 a:hover { color: var(--navy); }
.story-card p { margin: 0 0 12px; color: #4e5964; font-family: var(--sans); line-height: 1.8; }
.story-card time { color: var(--muted); font-size: .73rem; }
.story-card__kicker { color: var(--muted); font-size: .73rem; font-weight: 700; letter-spacing: .05em; }
.story-card__kicker span { color: var(--accent); }
.story-card__image { display: block; margin-bottom: 16px; overflow: hidden; background: var(--soft); aspect-ratio: 16/9; }
.story-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease; }
.story-card__image:hover img { transform: scale(1.02); }
.story-card--lead h3 { margin-block: 9px 12px; font-size: clamp(1.9rem, 3vw, 3.15rem); line-height: 1.35; letter-spacing: -.025em; }
.story-card--lead p { font-size: 1.05rem; }
.story-card--compact h3 { font-size: 1.05rem; }
.story-card--horizontal { display: grid; grid-template-columns: 170px 1fr; gap: 20px; align-items: start; padding-block: 22px; border-top: 1px solid var(--rule); }
.story-card--horizontal .story-card__image { margin: 0; }
.story-card--horizontal h3 { margin-top: 3px; }
.latest-section { padding-block: 52px; border-top: 1px solid var(--ink); }
.latest-grid { display: grid; grid-template-columns: 1fr 1fr; column-gap: 42px; }
.mission-band { background: var(--navy); color: #fff; }
.mission-band__inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-block: 30px; }
.mission-band p { margin: 0; font-family: var(--sans); font-size: clamp(1.2rem, 2vw, 1.65rem); font-weight: 700; }
.mission-band a { color: #fff; font-size: .85rem; }
.channels { padding-block: 58px 80px; }
.channel-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 44px 34px; }
.channel { border-top: 4px solid var(--navy); }
.channel > h3 { margin: 10px 0 16px; font-family: var(--sans); font-size: 1.25rem; font-weight: 800; }
.channel > h3 a { color: var(--ink); text-decoration: none; }
.channel .story-card { padding-block: 14px; border-top: 1px solid var(--rule); }
.channel .story-card:first-of-type { border-top: 0; }
.muted { color: var(--muted); }
.empty-state { padding: 50px; border: 1px solid var(--rule); text-align: center; }

.article-header { padding-block: 62px 42px; text-align: center; }
.entry-meta { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px 18px; color: var(--muted); font-size: .78rem; }
.entry-meta a { color: var(--muted); }
.article-type { color: var(--accent); font-weight: 700; letter-spacing: .08em; }
.article-header h1 { margin: 22px 0 20px; font-family: var(--sans); font-size: clamp(2.1rem, 5vw, 4rem); font-weight: 800; line-height: 1.4; letter-spacing: -.045em; }
.article-deck { max-width: 680px; margin: 0 auto 20px; color: #4d5964; font-family: var(--sans); font-size: clamp(1.05rem, 2vw, 1.25rem); line-height: 1.85; }
.article-byline { color: var(--muted); font-size: .8rem; }
.article-hero { margin-bottom: 48px; }
.article-hero img { width: 100%; max-height: 720px; object-fit: cover; }
.article-hero figcaption { margin-top: 8px; color: var(--muted); font-size: .75rem; }
.article-layout { display: grid; grid-template-columns: 150px minmax(0, 720px) 180px; justify-content: center; gap: 52px; }
.article-rail { position: sticky; top: 24px; align-self: start; display: flex; flex-direction: column; gap: 10px; padding-top: 12px; border-top: 2px solid var(--ink); color: var(--muted); font-size: .75rem; }
.article-rail span { color: var(--accent); font-weight: 700; }
.ad-space { min-height: 240px; border: 1px solid var(--rule); color: #9a9e9f; font-size: .65rem; letter-spacing: .08em; text-align: center; }
.ad-space span { display: block; padding-top: 8px; }
.article-content { font-family: var(--sans); font-size: clamp(1.02rem, 1.35vw, 1.08rem); font-weight: 400; line-height: 2; }
.article-content > p:first-child::first-letter { color: inherit; font: inherit; }
.article-content h2 { margin: 2.5em 0 .9em; padding-bottom: .4em; border-bottom: 2px solid var(--ink); font-size: 1.75rem; line-height: 1.5; }
.article-content h3 { margin: 2em 0 .7em; color: var(--navy); font-size: 1.3rem; }
.article-content blockquote { margin: 2.2em 0; padding: 1.2em 1.5em; border-left: 5px solid var(--navy); background: #f0f2f3; font-size: 1.12em; }
.article-content figure { margin: 2.3em 0; }
.article-content figcaption { color: var(--muted); font-family: var(--sans); font-size: .75rem; line-height: 1.6; }
.article-content table { width: 100%; margin: 2em 0; border-collapse: collapse; font-family: var(--sans); font-size: .9rem; }
.article-content th, .article-content td { padding: 10px 12px; border: 1px solid var(--rule); text-align: left; vertical-align: top; }
.article-content th { background: var(--soft); }
.article-content .wp-block-separator { margin-block: 3em; border: 0; border-top: 1px solid var(--rule); }
.source-panel { margin-top: 60px; padding: 28px; border-top: 5px solid var(--navy); background: #eef1f3; font-family: var(--sans); font-size: .9rem; line-height: 1.75; }
.source-panel h2 { margin: 0 0 22px; padding: 0; border: 0; font-family: var(--sans); font-size: 1.35rem; font-weight: 800; }
.source-note + .source-note { margin-top: 18px; padding-top: 18px; border-top: 1px solid #ccd1d5; }
.source-note h3 { margin: 0 0 5px; color: var(--ink); font-family: var(--sans); font-size: .8rem; letter-spacing: .05em; }
.source-note p { margin: 0; }
.reference-list { margin: 0; padding-left: 1.3em; }
.related { margin-top: 80px; padding-block: 44px 80px; border-top: 1px solid var(--ink); }
.related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }

.archive-page, .page-main { padding-block: 60px 90px; }
.archive-header { max-width: 760px; margin-bottom: 42px; }
.archive-header h1, .page-header h1 { margin: 5px 0 14px; font-family: var(--sans); font-size: clamp(2.1rem, 4vw, 3.3rem); font-weight: 800; line-height: 1.4; }
.archive-header > p, .page-header > p { color: var(--muted); }
.eyebrow { margin: 0; color: var(--accent) !important; font-family: var(--sans); font-size: .78rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.archive-list { max-width: 900px; }
.archive-list .story-card--horizontal { grid-template-columns: 220px 1fr; }
.navigation.pagination { margin-top: 40px; }
.nav-links { display: flex; gap: 8px; }
.page-numbers { min-width: 42px; padding: 7px 11px; border: 1px solid var(--rule); text-align: center; text-decoration: none; }
.page-numbers.current { border-color: var(--ink); background: var(--ink); color: #fff; }
.page-header { margin-bottom: 42px; padding-bottom: 24px; border-bottom: 2px solid var(--ink); }
.contact-form p { margin-bottom: 24px; }
.contact-form label { display: block; font-weight: 700; }
.contact-form label span { color: var(--accent); font-size: .75rem; }
.contact-form input, .contact-form textarea { display: block; width: 100%; margin-top: 7px; padding: 11px 12px; border: 1px solid #afb5b9; border-radius: 0; background: #fff; }
.contact-form input:focus, .contact-form textarea:focus { outline: 2px solid var(--navy); outline-offset: 2px; }
.form-note { color: var(--muted); font-size: .85rem; }
.honeypot { position: absolute; left: -10000px; }
.notice { margin-bottom: 28px; padding: 14px 18px; border-left: 5px solid; }
.notice--success { border-color: var(--accent); background: #edf5f9; }
.notice--error { border-color: var(--navy); background: #edf5f9; }

.site-footer { border-top: 1px solid var(--ink); background: #101b27; color: #dfe4e8; }
.footer-grid { display: grid; grid-template-columns: 1.2fr 1fr; gap: 80px; padding-block: 50px 36px; }
.site-brand--footer { color: #fff; font-size: 1.75rem; }
.site-brand--footer:hover { color: #fff; }
.site-brand--footer .site-brand__mark img { filter: invert(1); }
.footer-grid p { max-width: 530px; color: #aeb8c0; font-family: var(--sans); }
.footer-links, .site-footer .menu { display: flex; flex-wrap: wrap; gap: 10px 24px; margin: 0 0 12px; padding: 0; list-style: none; }
.site-footer a { color: #dfe4e8; font-size: .85rem; }
.footer-bottom { padding-block: 16px; border-top: 1px solid #34414d; color: #8f9ba5; }

@media (max-width: 980px) {
  .lead-grid { grid-template-columns: 1.5fr 1fr; }
  .lead-briefs { grid-column: 1 / -1; display: grid; grid-template-columns: 100px 1fr 1fr; gap: 24px; padding: 24px 0 0; border-top: 1px solid var(--rule); border-left: 0; }
  .lead-briefs .story-card + .story-card { margin: 0; padding: 0; border-top: 0; border-left: 1px solid var(--rule); padding-left: 24px; }
  .article-layout { grid-template-columns: minmax(0, 720px) 150px; gap: 38px; }
  .article-rail { display: none; }
  .channel-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 720px) {
  :root { --wrap: calc(100% - 28px); --narrow: calc(100% - 28px); }
  .utility-bar span:last-child { display: none; }
  .brand-row { min-height: 72px; }
  .site-brand { gap: 7px; font-size: 1.55rem; }
  .site-brand__mark { width: 40px; height: 34px; }
  .menu-toggle { display: flex; flex-direction: column; gap: 4px; justify-self: start; width: 32px; padding: 5px; border: 0; background: transparent; }
  .menu-toggle span:not(.screen-reader-text) { display: block; width: 21px; height: 1px; background: var(--ink); }
  .search-toggle { font-size: .75rem; }
  .site-nav { display: none; border-top-color: var(--ink); }
  .site-nav.is-open { display: block; }
  .site-nav ul { display: grid; grid-template-columns: 1fr 1fr; gap: 0; padding: 8px 0 14px; }
  .site-nav li { border-bottom: 1px solid var(--rule); }
  .site-nav a { display: block; padding: 11px 4px; }
  .lead-section { padding-block: 28px 42px; }
  .lead-grid { display: block; }
  .lead-secondary { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 26px; padding: 26px 0 0; border-top: 1px solid var(--rule); border-left: 0; }
  .lead-secondary .story-card + .story-card { margin: 0; padding: 0 0 0 18px; border-top: 0; border-left: 1px solid var(--rule); }
  .lead-briefs { display: block; margin-top: 28px; padding-top: 18px; }
  .lead-briefs .story-card + .story-card { margin-top: 16px; padding: 16px 0 0; border-top: 1px solid var(--rule); border-left: 0; }
  .story-card--lead h3 { font-size: 2rem; }
  .story-card p { font-size: .92rem; }
  .latest-grid, .channel-grid, .related-grid { grid-template-columns: 1fr; }
  .story-card--horizontal, .archive-list .story-card--horizontal { grid-template-columns: 105px 1fr; gap: 14px; }
  .story-card--horizontal p { display: none; }
  .story-card--horizontal h3 { font-size: 1.05rem; }
  .mission-band__inner { display: block; }
  .mission-band a { display: inline-block; margin-top: 8px; }
  .article-header { padding-block: 38px 30px; text-align: left; }
  .entry-meta { justify-content: flex-start; }
  .article-header h1 { margin-top: 15px; font-size: 2.15rem; }
  .article-deck { font-size: 1.05rem; }
  .article-hero { width: 100%; margin-bottom: 34px; }
  .article-hero figcaption { padding-inline: 14px; }
  .article-layout { display: block; width: var(--narrow); }
  .ad-space { display: none; }
  .article-content { font-size: 1.02rem; line-height: 1.95; }
  .article-content h2 { font-size: 1.45rem; }
  .article-content table { display: block; overflow-x: auto; white-space: nowrap; }
  .source-panel { margin-inline: -14px; padding: 22px 18px; }
  .related { margin-top: 52px; }
  .footer-grid { grid-template-columns: 1fr; gap: 24px; }
}

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