:root {
  --paper: #f7f4ec;
  --paper-strong: #fbf9f3;
  --ink: #151812;
  --ink-soft: #5e6259;
  --brand: #173f16;
  --brand-deep: #0e3010;
  --brand-light: #668654;
  --rule: #c9c8bb;
  --rule-soft: #deddd3;
  --up: #d86f16;
  --down: #1f5b2a;
  --map-teal: #14858b;
  --map-green: #6c963f;
  --map-orange: #d97610;
  --map-yellow: #e4ad21;
  --font-zh-display: "Songti SC", "Noto Serif SC", "STSong", "SimSun", serif;
  --font-zh-body: "Songti SC", "Noto Serif SC", "STSong", serif;
  --font-en: Georgia, "Times New Roman", serif;
  --content-max: 1440px;
  --page-gutter: clamp(20px, 3.2vw, 56px);
  --section-gap: clamp(34px, 4vw, 64px);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-zh-body);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body[data-lang="zh-hant"] { --font-zh-display: "Songti TC", "Noto Serif TC", "PMingLiU", serif; --font-zh-body: "Songti TC", "Noto Serif TC", "PMingLiU", serif; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
img { max-width: 100%; }
.shell { width: min(100% - (var(--page-gutter) * 2), var(--content-max)); margin-inline: auto; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 100; padding: 10px 14px; background: var(--brand); color: white; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 2px solid var(--up); outline-offset: 4px; }
.icon { width: 1.35em; height: 1.35em; display: inline-block; vertical-align: middle; filter: invert(19%) sepia(20%) saturate(1410%) hue-rotate(69deg) brightness(88%); }
.site-header { padding-top: 28px; }
.topline { display: flex; justify-content: space-between; gap: 24px; align-items: center; color: #32352f; font-size: 13px; }
.today { display: flex; align-items: center; gap: 12px; }
.slash { color: #8e9189; }
.header-tools { display: flex; align-items: center; gap: 18px; }
.lang-switch { display: inline-flex; border: 1px solid var(--rule-soft); border-radius: 999px; background: rgba(255,255,255,.4); overflow: hidden; }
.lang-switch a { min-width: 48px; padding: 5px 11px; text-align: center; font-size: 13px; }
.lang-switch a.active { color: #fff; background: var(--brand); border-radius: 999px; }
.icon-button { display: inline-grid; place-items: center; border: 0; background: transparent; width: 44px; height: 44px; cursor: pointer; }
.icon-button .icon { filter: none; width: 22px; height: 22px; }
.brand-row { padding: clamp(26px, 4vw, 54px) 0 22px; }
.wordmark { display: flex; align-items: center; gap: clamp(18px, 3vw, 38px); width: max-content; }
.brand-cn { font-family: var(--font-zh-display); font-size: clamp(48px, 6.2vw, 92px); line-height: 1; letter-spacing: .03em; font-weight: 700; }
.brand-en { color: var(--brand); font-family: var(--font-en); font-size: clamp(20px, 2.2vw, 34px); line-height: 1.08; letter-spacing: .035em; }
.tagline { margin: 16px 0 0; color: #4c5048; letter-spacing: .24em; }
.tagline span { margin-left: 12px; font-family: var(--font-en); letter-spacing: 0; }
.main-nav { border-bottom: 1px solid var(--rule); }
.nav-track { display: flex; justify-content: space-between; gap: 22px; min-width: max-content; }
.main-nav a { position: relative; padding: 15px 4px 18px; color: #2e322c; white-space: nowrap; }
.main-nav a::after { content: ""; position: absolute; left: 4px; bottom: 7px; width: 0; height: 2px; background: var(--brand); transition: width .18s ease; }
.main-nav a:hover, .main-nav a.active { color: var(--brand); }
.main-nav a:hover::after, .main-nav a.active::after { width: 30px; }
.mobile-menu-toggle { display: none; }

.eyebrow { margin: 0 0 24px; color: var(--brand); font-size: 14px; letter-spacing: .06em; text-transform: uppercase; }
.eyebrow span { margin-left: 8px; color: #32372f; font-family: var(--font-en); font-size: .72em; letter-spacing: 0; }
.cover-story { display: grid; grid-template-columns: minmax(370px, 38%) 1fr; min-height: clamp(520px, 46vw, 680px); margin-top: 24px; border-bottom: 1px solid var(--rule); overflow: hidden; }
.cover-story.without-image { grid-template-columns: minmax(0, 820px); min-height: 440px; }
.cover-story.without-image .cover-copy { width: 100%; }
.cover-copy { position: relative; z-index: 2; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 42px 0 36px; }
.cover-copy::after { content: ""; position: absolute; top: 0; bottom: 0; left: 75%; width: 48%; background: linear-gradient(90deg, var(--paper) 15%, rgba(247,244,236,0)); pointer-events: none; z-index: -1; }
.cover-copy h1 { max-width: 670px; margin: 0; font-family: var(--font-zh-display); font-size: clamp(42px, 4.5vw, 70px); font-weight: 700; line-height: 1.25; letter-spacing: .02em; }
body[data-lang="en"] .cover-copy h1 { font-family: var(--font-en); font-size: clamp(40px, 4vw, 64px); line-height: 1.08; }
.cover-summary { max-width: 530px; margin: 24px 0; color: #44483f; font-size: 17px; line-height: 1.95; }
.button { display: inline-flex; align-items: center; gap: 10px; min-height: 44px; padding: 9px 19px; border: 1px solid var(--brand); border-radius: 4px; background: var(--brand); color: white; transition: background .18s ease, transform .18s ease; }
.button:hover { background: var(--brand-deep); transform: translateY(-1px); }
.button .icon { filter: invert(1); width: 17px; }
.button span { font-family: var(--font-en); font-size: .88em; }
.tag-list { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; }
.tag-list a, .source-badges span { display: inline-flex; padding: 4px 11px; border: 1px solid var(--rule-soft); border-radius: 999px; color: #5f635b; background: rgba(255,255,255,.32); font-size: 12px; line-height: 1.5; }
.cover-image { position: relative; align-self: stretch; margin: 0; margin-left: -9%; z-index: 1; }
.cover-image::before { content: ""; position: absolute; inset: 0 auto 0 0; width: 25%; z-index: 1; background: linear-gradient(90deg, var(--paper), rgba(247,244,236,0)); }
.cover-image img { width: 100%; height: 100%; object-fit: cover; object-position: 53% center; display: block; }
.cover-image figcaption { position: absolute; right: 20px; bottom: 14px; z-index: 2; color: white; font-size: 12px; text-shadow: 0 1px 2px rgba(0,0,0,.6); }

.section-heading { display: flex; justify-content: space-between; align-items: baseline; gap: 20px; margin-bottom: 18px; }
.section-heading h2 { margin: 0; font-family: var(--font-zh-display); font-size: clamp(21px, 2vw, 28px); font-weight: 600; }
.section-heading h2 span { margin-left: 10px; color: #5f635c; font-family: var(--font-en); font-size: .56em; font-weight: 400; }
.section-heading a { color: var(--brand); font-size: 13px; white-space: nowrap; }
.section-heading.compact { margin-bottom: 12px; }
.section-heading.compact p { margin: 6px 0 0; color: #777b73; font-size: 12px; }
.indicators { padding: 32px 0 var(--section-gap); border-bottom: 1px solid var(--rule); }
.indicator-track { display: grid; grid-template-columns: repeat(6, 1fr); overflow: hidden; }
.indicator-track.is-empty { display: block; }
.module-empty { margin: 0; padding: 24px; border: 1px dashed var(--rule); border-radius: 4px; color: var(--ink-soft); background: rgba(255,255,255,.2); font-size: 14px; line-height: 1.7; }
.indicator-card { min-width: 0; padding: 3px clamp(12px, 1.4vw, 22px) 0; border-left: 1px solid var(--rule-soft); }
.indicator-card:first-child { border-left: 0; padding-left: 0; }
.indicator-card > p { min-height: 42px; margin: 0; font-size: 13px; }
.indicator-card > p span { color: #777b74; font-size: 11px; }
.metric { margin-top: 6px; white-space: nowrap; }
.metric strong { font-family: var(--font-en); font-size: clamp(22px, 2vw, 31px); font-weight: 500; }
.metric small { color: #5f635b; font-size: 11px; }
.change { margin-top: 4px; font-family: var(--font-en); font-size: 13px; }
.change.up { color: var(--up); }
.change.down { color: var(--down); }
.sparkline { display: block; width: 100%; max-width: 150px; height: 42px; margin-top: 8px; }
.period { color: #80847b; font-size: 11px; }

.intelligence-grid, .lower-grid { display: grid; grid-template-columns: 58% 42%; padding-top: 0; border-bottom: 1px solid var(--rule); }
.map-card, .wire-card { padding: 30px 24px 22px 0; }
.wire-card { padding-left: 26px; padding-right: 0; border-left: 1px solid var(--rule); }
.map-visual { position: relative; overflow: hidden; min-height: 410px; background: rgba(255,255,255,.2); }
.map-visual > img { position: absolute; inset: 8% 3%; width: 94%; height: 82%; opacity: .26; object-fit: contain; filter: sepia(.08) saturate(.28) hue-rotate(140deg) brightness(1.3); }
.map-dot { --size: 13px; position: absolute; left: var(--x); top: var(--y); z-index: 2; width: var(--size); height: var(--size); border: 2px solid rgba(255,255,255,.9); border-radius: 50%; box-shadow: 0 0 0 3px rgba(23,63,22,.11); transform: translate(-50%, -50%); transition: transform .16s ease; }
.map-dot:hover, .map-dot:focus-visible { transform: translate(-50%, -50%) scale(1.35); }
.map-dot.importance-1 { --size: 10px; }
.map-dot.importance-2 { --size: 16px; }
.map-dot.importance-3 { --size: 23px; }
.type-policy { background: var(--map-teal); }
.type-project { background: var(--map-green); }
.type-investment { background: var(--map-orange); }
.type-market { background: var(--map-yellow); }
.map-tooltip { position: absolute; z-index: 4; display: none; max-width: 240px; padding: 9px 12px; border: 1px solid var(--rule); background: var(--paper-strong); color: var(--ink); font-size: 12px; box-shadow: 0 8px 30px rgba(24,29,20,.12); pointer-events: none; }
.map-tooltip.visible { display: block; }
.map-empty { position: absolute; left: 50%; top: 50%; z-index: 2; width: min(82%, 330px); text-align: center; transform: translate(-50%, -50%); }
.map-footer { display: flex; justify-content: space-between; gap: 18px; align-items: center; margin-top: 12px; }
.legend { display: flex; flex-wrap: wrap; gap: 14px; font-size: 11px; }
.legend span::before { content: ""; display: inline-block; width: 8px; height: 8px; margin-right: 5px; border-radius: 50%; }
.legend .policy::before { background: var(--map-teal); }.legend .project::before { background: var(--map-green); }.legend .investment::before { background: var(--map-orange); }.legend .market::before { background: var(--map-yellow); }
.outline-button { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 42px; padding: 7px 14px; border: 1px solid var(--rule); border-radius: 4px; color: var(--brand); background: rgba(255,255,255,.18); transition: border-color .18s ease, background .18s ease; }
.outline-button:hover { border-color: var(--brand); background: rgba(255,255,255,.55); }
.outline-button .icon { width: 16px; }
.outline-button.wide { width: 100%; margin-top: 16px; justify-content: flex-start; }
.wire-list, .wire-feed { list-style: none; padding: 0; margin: 0; }
.wire-list li { display: grid; grid-template-columns: 10px 50px 1fr; gap: 8px; align-items: start; padding: 13px 0; border-bottom: 1px solid var(--rule-soft); font-size: 14px; line-height: 1.55; }
.wire-list time { font-family: var(--font-en); font-size: 13px; }
.wire-list a:hover { color: var(--brand); }
.wire-list .wire-empty { display: flex; grid-template-columns: none; gap: 10px; align-items: baseline; color: var(--ink-soft); }
.wire-list .wire-empty p { margin: 0; }
.status-dot { display: inline-block; width: 7px; height: 7px; margin-top: 8px; border-radius: 50%; background: var(--brand); }
.wire-note { color: #747870; font-size: 11px; }
.new-wire-button { width: 100%; padding: 7px 12px; border: 1px solid var(--brand-light); background: #edf2e8; color: var(--brand); cursor: pointer; }

.latest-stories { padding: 34px 0; border-bottom: 1px solid var(--rule); }
.latest-story-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0 30px; }
.latest-story-grid article { padding: 22px 0; border-top: 1px solid var(--rule-soft); }
.latest-story-grid .eyebrow { margin-bottom: 9px; font-size: 11px; }
.latest-story-grid h3 { margin: 0; font-size: clamp(20px, 1.8vw, 27px); line-height: 1.38; }
.latest-story-grid h3 a:hover { color: var(--brand); }
.latest-story-grid article > p:last-child { margin: 10px 0 0; color: var(--ink-soft); font-size: 14px; }

.lower-grid { grid-template-columns: 52% 48%; }
.sectors, .merged-story { padding: 30px 28px 28px 0; }
.merged-story { padding-left: 28px; padding-right: 0; border-left: 1px solid var(--rule); }
.merged-empty { min-height: 190px; display: grid; place-items: center; text-align: center; }
.merged-empty p { margin: 0; }
.sector-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 26px 30px; }
.sector { display: grid; grid-template-columns: 42px 1fr; gap: 14px; align-items: start; }
.sector > .icon { width: 34px; height: 34px; }
.sector strong { display: block; color: var(--brand); font-size: 18px; }
.sector strong small { margin-left: 5px; color: #63675f; font-family: var(--font-en); font-size: 12px; font-weight: 400; }
.sector p { margin: 4px 0 0; color: #6e726a; font-size: 12px; line-height: 1.6; }
.more-sectors { margin: 30px 0 0; color: #4b4f47; font-size: 13px; }
.source-badges { display: flex; flex-wrap: wrap; gap: 7px; }
.source-badges .merged-badge { border-color: var(--brand-light); color: var(--brand); }
.merged-story h3 { margin: 24px 0 10px; font-size: clamp(24px, 2.3vw, 34px); line-height: 1.35; }
.merged-story > p { margin: 0; color: #555950; }
.timestamps { display: flex; justify-content: space-between; gap: 14px; margin-top: 20px; color: #777b73; font-size: 11px; }

.service-strip { display: grid; grid-template-columns: repeat(4, 1fr); border-bottom: 1px solid var(--rule); }
.service-strip a { display: flex; justify-content: center; align-items: center; gap: 18px; min-height: 112px; border-left: 1px solid var(--rule-soft); }
.service-strip a:first-child { border-left: 0; }
.service-strip .icon { width: 38px; height: 38px; }
.service-strip strong, .service-strip small { display: block; }
.service-strip strong { font-size: 18px; font-weight: 500; }
.service-strip small { color: #62665e; font-family: var(--font-en); }
.site-footer { padding: 34px 0 20px; }
.footer-grid { display: grid; grid-template-columns: 1.7fr 1fr auto; align-items: center; gap: 40px; }
.footer-brand { display: flex; gap: 18px; align-items: center; }
.footer-brand > .icon { width: 64px; height: 64px; }
.footer-brand strong { display: block; font-size: 26px; }
.footer-brand span { display: block; font-family: var(--font-en); font-size: 13px; }
.footer-brand p { margin: 10px 0 0; color: #60645c; font-size: 12px; }
.footer-links { display: flex; justify-content: space-around; gap: 24px; }
.socials { display: flex; gap: 24px; align-items: center; }
.socials .icon { width: 30px; height: 30px; filter: grayscale(1) brightness(.6); }
.copyright { padding-top: 24px; text-align: right; color: #787c74; font-size: 11px; }

.page-masthead { padding: clamp(54px, 8vw, 110px) 0 42px; border-bottom: 1px solid var(--rule); }
.page-masthead h1, .simple-page h1 { max-width: 900px; margin: 0; font-size: clamp(48px, 6vw, 88px); line-height: 1.08; }
.page-masthead > p:last-child { max-width: 720px; color: var(--ink-soft); font-size: 18px; }
.section-lead { display: grid; grid-template-columns: 1.05fr 1fr; gap: 40px; align-items: center; padding: 42px 0; border-bottom: 1px solid var(--rule); }
.section-lead img { width: 100%; aspect-ratio: 16/9; object-fit: cover; }
.section-lead h2 { margin: 16px 0; font-size: clamp(30px, 3vw, 45px); line-height: 1.25; }
.section-lead p { color: var(--ink-soft); }
.filter-row { display: flex; gap: 10px; padding: 25px 0; border-bottom: 1px solid var(--rule); }
.filter-row button { min-height: 42px; padding: 7px 18px; border: 1px solid var(--rule); border-radius: 999px; background: transparent; cursor: pointer; }
.filter-row button.active, .filter-row button:hover { background: var(--brand); color: white; border-color: var(--brand); }
.article-list article { display: grid; grid-template-columns: 250px 1fr 1fr; gap: 32px; padding: 30px 0; border-bottom: 1px solid var(--rule-soft); }
.article-list .eyebrow { margin: 0; }
.article-list h2 { margin: 0; font-size: 27px; line-height: 1.3; }
.article-list p:last-child { margin: 0; color: var(--ink-soft); }
.pagination { display: flex; justify-content: center; gap: 12px; padding: 38px 0 60px; }
.pagination a { display: grid; place-items: center; min-width: 42px; height: 42px; border: 1px solid var(--rule); }
.pagination a.active { background: var(--brand); color: white; }
.article-page { max-width: 980px; padding-top: 70px; padding-bottom: 80px; }
.article-header { text-align: center; }
.article-header h1 { margin: 10px auto 24px; font-size: clamp(42px, 5vw, 68px); line-height: 1.25; }
.article-deck { max-width: 760px; margin: 0 auto; color: var(--ink-soft); font-size: 21px; }
.byline { margin-top: 24px; color: #747870; font-size: 13px; }
.article-hero { width: 100%; aspect-ratio: 16/9; object-fit: cover; margin: 45px 0; }
.article-body { max-width: 760px; margin-inline: auto; font-size: 19px; line-height: 2; }
.article-body h2 { margin-top: 48px; font-size: 30px; }
.article-body blockquote { margin: 42px 0; padding: 22px 26px; border-left: 3px solid var(--brand); background: rgba(255,255,255,.32); color: var(--brand); }
.article-meta { display: flex; justify-content: space-between; align-items: center; max-width: 760px; margin: 48px auto 0; padding-top: 22px; border-top: 1px solid var(--rule); color: #747870; font-size: 13px; }
.wire-controls, .map-filters { display: flex; align-items: flex-end; gap: 20px; padding: 26px 0; border-bottom: 1px solid var(--rule); }
.wire-controls label, .map-filters label { display: grid; gap: 6px; color: var(--ink-soft); font-size: 13px; }
.wire-controls input, .wire-controls select, .map-filters select { min-height: 44px; padding: 8px 38px 8px 12px; border: 1px solid var(--rule); background: var(--paper-strong); color: var(--ink); }
.wire-pause { margin-left: auto; }
.wire-feed li { display: grid; grid-template-columns: 110px 1fr; gap: 32px; padding: 28px 0; border-bottom: 1px solid var(--rule); }
.wire-feed time { font: 25px var(--font-en); }
.wire-feed p { margin: 0; color: var(--brand); font-size: 13px; }
.wire-feed .status-dot { margin: 0 8px 1px 0; }
.wire-feed h2 { margin: 8px 0 0; font-size: 26px; }
.page-new-wire { margin-top: 18px; }
.map-page-grid { display: grid; grid-template-columns: minmax(0, 1fr) 370px; min-height: 680px; border-bottom: 1px solid var(--rule); }
.full-map { min-height: 680px; border-right: 1px solid var(--rule); }
.map-event-list { padding-left: 28px; }
.map-event-list h2 { padding-bottom: 16px; border-bottom: 1px solid var(--rule); }
.map-event-list article { padding: 18px 0; border-bottom: 1px solid var(--rule-soft); }
.map-event-list h3 { margin: 8px 0; font-size: 18px; line-height: 1.4; }
.map-event-list p { margin: 0; color: var(--ink-soft); font-size: 12px; }
.event-type { padding: 3px 8px; border-radius: 999px; color: white; font-size: 11px; }
.search-page, .simple-page { min-height: 62vh; padding-top: 80px; padding-bottom: 90px; }
.full-search { display: grid; grid-template-columns: 1fr auto; gap: 12px; max-width: 900px; margin-top: 34px; }
.full-search input { min-height: 54px; padding: 12px 18px; border: 1px solid var(--rule); background: var(--paper-strong); font-size: 18px; }
.search-results { padding: 40px 0; color: var(--ink-soft); }
.simple-page > p:not(.eyebrow) { max-width: 680px; margin: 24px 0; color: var(--ink-soft); font-size: 20px; }
.search-dialog { width: min(650px, calc(100% - 32px)); border: 1px solid var(--rule); background: var(--paper-strong); color: var(--ink); padding: 0; }
.search-dialog::backdrop { background: rgba(15,22,13,.45); }
.search-card { position: relative; padding: 40px; }
.dialog-close { position: absolute; right: 16px; top: 10px; width: 44px; height: 44px; border: 0; background: transparent; font-size: 30px; cursor: pointer; }
.search-card label { display: block; margin-bottom: 16px; font-size: 25px; }
.search-field { display: grid; grid-template-columns: 1fr auto; }
.search-field input { min-height: 52px; padding: 12px; border: 1px solid var(--rule); background: white; }
.search-submit { display: flex; align-items: center; gap: 7px; padding: 0 18px; border: 0; background: var(--brand); color: white; cursor: pointer; }
.search-submit .icon { filter: invert(1); }
.search-suggestions { margin: 14px 0; }
.search-suggestions a { display: block; padding: 10px 0; border-bottom: 1px solid var(--rule-soft); }
.text-link { color: var(--brand); font-size: 13px; }

@media (max-width: 1100px) {
  .site-header { padding-top: 18px; }
  .brand-row { padding: 14px 0 10px; }
  .brand-cn { font-size: clamp(48px, 7vw, 66px); }
  .brand-en { font-size: 24px; }
  .tagline { margin-top: 11px; }
  .cover-story { grid-template-columns: 38% 62%; min-height: 410px; margin-top: 16px; }
  .cover-copy { padding: 20px 0; }
  .cover-story .eyebrow { margin-bottom: 16px; }
  .cover-copy h1 { font-size: clamp(39px, 4.8vw, 44px); }
  .cover-summary { margin: 16px 0; font-size: 15px; line-height: 1.75; }
  .tag-list { margin-top: 17px; }
  .tag-list { gap: 6px; }
  .tag-list a { padding: 3px 8px; font-size: 11px; }
  .indicators { padding: 16px 0 18px; }
  .indicator-card { min-width: 0; padding-inline: 12px; }
  .indicator-card > p { min-height: 34px; font-size: 12px; }
  .metric strong { font-size: 24px; }
  .sparkline { height: 35px; margin-top: 4px; }
  .period { display: none; }
  .intelligence-grid { grid-template-columns: 55% 45%; }
  .map-card, .wire-card { padding-top: 18px; padding-bottom: 14px; }
  .map-visual { min-height: 265px; }
  .wire-list li { grid-template-columns: 8px 43px 1fr; gap: 5px; padding: 5px 0; font-size: 11.5px; line-height: 1.3; }
  .status-dot { margin-top: 6px; }
  .wire-note { margin-bottom: 0; }
  .sectors, .merged-story { padding-top: 18px; padding-bottom: 17px; }
  .sector-grid { gap: 14px 18px; }
  .sector { grid-template-columns: 34px 1fr; gap: 10px; }
  .sector > .icon { width: 29px; height: 29px; }
  .sector strong { font-size: 15px; line-height: 1.2; }
  .sector p { font-size: 10.5px; line-height: 1.45; }
  .more-sectors { margin-top: 15px; font-size: 11.5px; }
  .latest-story-grid { gap: 0 20px; }
  .merged-story .section-heading h2 { font-size: 20px; line-height: 1.25; }
  .merged-story h3 { margin: 12px 0 7px; font-size: 22px; line-height: 1.28; }
  .merged-story > p { font-size: 13px; line-height: 1.5; }
  .source-badges span { padding: 3px 8px; font-size: 10px; }
  .timestamps { margin-top: 9px; line-height: 1.4; }
  .merged-story .outline-button { min-height: 36px; margin-top: 10px; padding-block: 4px; font-size: 12px; }
  .service-strip a { min-height: 76px; }
  .service-strip .icon { width: 31px; height: 31px; }
  .service-strip strong { font-size: 16px; }
  .site-footer { padding-top: 25px; }
  .footer-brand > .icon { width: 52px; height: 52px; }
  .footer-brand strong { font-size: 22px; }
  .article-list article { grid-template-columns: 180px 1fr; }
  .article-list p:last-child { grid-column: 2; }
}

@media (max-width: 767px) {
  :root { --page-gutter: 18px; }
  .site-header { padding-top: 14px; }
  .topline { font-size: 11px; }
  .today span:nth-child(3), .slash { display: none; }
  .header-tools { gap: 6px; }
  .lang-switch a { min-width: 42px; padding: 4px 9px; }
  .brand-row { padding: 23px 0 15px; }
  .wordmark { display: block; }
  .brand-cn { display: block; font-size: clamp(42px, 13vw, 57px); white-space: nowrap; }
  .brand-en { display: block; margin-top: 8px; font-size: 16px; line-height: 1.15; }
  .tagline { font-size: 12px; letter-spacing: .1em; }
  .tagline span { display: block; margin: 3px 0 0; }
  .mobile-menu-toggle { display: flex; align-items: center; gap: 7px; width: 100%; min-height: 44px; border: 0; border-top: 1px solid var(--rule); background: transparent; color: var(--brand); }
  .main-nav { overflow: hidden; max-height: 0; transition: max-height .2s ease; }
  .main-nav.open { max-height: 80px; overflow-x: auto; }
  .nav-track { justify-content: flex-start; }
  .main-nav a { padding-top: 10px; }
  .cover-story { display: flex; flex-direction: column-reverse; min-height: 0; margin-top: 16px; overflow: visible; }
  .cover-story.without-image { display: block; min-height: 0; }
  .cover-image { height: 250px; margin: 0; }
  .cover-image::before { display: none; }
  .cover-copy { display: block; padding: 26px 0 32px; }
  .cover-copy::after { display: none; }
  .cover-copy h1 { font-size: clamp(35px, 10vw, 48px); line-height: 1.25; }
  body[data-lang="en"] .cover-copy h1 { font-size: 39px; }
  .cover-summary { font-size: 16px; line-height: 1.75; }
  .tag-list { margin-top: 18px; }
  .indicators { padding-top: 26px; }
  .indicator-track { margin-right: calc(var(--page-gutter) * -1); }
  .indicator-card { min-width: 190px; }
  .intelligence-grid, .lower-grid { display: block; }
  .map-card, .wire-card, .sectors, .merged-story { padding: 27px 0; border-left: 0; border-bottom: 1px solid var(--rule); }
  .map-visual { min-height: 280px; }
  .map-footer { display: block; }
  .map-footer .outline-button { margin-top: 14px; }
  .wire-list li { grid-template-columns: 10px 44px 1fr; }
  .sector-grid { display: block; }
  .latest-story-grid { display: block; }
  .sector { margin-bottom: 24px; }
  .merged-story h3 { font-size: 26px; }
  .timestamps { display: block; }
  .timestamps span { display: block; }
  .service-strip { grid-template-columns: 1fr 1fr; }
  .service-strip a { min-height: 96px; justify-content: flex-start; padding-left: 12px; border-bottom: 1px solid var(--rule-soft); }
  .service-strip a:nth-child(odd) { border-left: 0; }
  .service-strip .icon { width: 30px; height: 30px; }
  .footer-grid { display: block; }
  .footer-links { justify-content: flex-start; margin: 30px 0; }
  .copyright { text-align: left; }
  .page-masthead { padding-top: 48px; }
  .page-masthead h1, .simple-page h1 { font-size: 46px; }
  .section-lead { display: block; }
  .section-lead > div { margin-top: 25px; }
  .filter-row { overflow-x: auto; }
  .article-list article { display: block; }
  .article-list h2 { margin: 8px 0; }
  .article-list p:last-child { margin-top: 10px; }
  .article-page { padding-top: 45px; }
  .article-header { text-align: left; }
  .article-header h1 { font-size: 39px; }
  .article-deck { font-size: 18px; }
  .article-body { font-size: 17px; line-height: 1.9; }
  .article-meta { display: block; }
  .article-meta .outline-button { margin-top: 16px; }
  .wire-controls, .map-filters { display: grid; grid-template-columns: 1fr 1fr; }
  .wire-pause { margin: 0; grid-column: 1 / -1; }
  .wire-feed li { grid-template-columns: 70px 1fr; gap: 15px; }
  .wire-feed time { font-size: 20px; }
  .wire-feed h2 { font-size: 21px; }
  .map-page-grid { display: block; }
  .full-map { min-height: 390px; border-right: 0; border-bottom: 1px solid var(--rule); }
  .map-event-list { padding-left: 0; }
  .full-search { grid-template-columns: 1fr; }
  .search-card { padding: 34px 20px 24px; }
  .search-field { grid-template-columns: 1fr; }
  .search-submit { min-height: 48px; justify-content: center; }
}

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