:root {
  --red: #a52a23;
  --red-dark: #772019;
  --ink: #171b18;
  --ink-soft: #4c554f;
  --green: #254a3b;
  --green-deep: #19372d;
  --paper: #f7f5ef;
  --white: #fff;
  --line: #d9d8d0;
  --gold: #b48a45;
  --shell: min(1200px, calc(100vw - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "PingFang SC", "Microsoft YaHei", "Noto Sans CJK SC", sans-serif;
  line-height: 1.7;
  letter-spacing: 0;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.site-shell { width: var(--shell); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 100; padding: 10px 16px; background: var(--white); }
.skip-link:focus { top: 12px; }

.utility-bar { background: var(--ink); color: #d7ddd8; font-size: 12px; }
.utility-inner { min-height: 32px; display: flex; align-items: center; justify-content: space-between; }
.utility-links { display: flex; align-items: center; gap: 22px; }
.text-button { border: 0; padding: 0; color: inherit; background: none; cursor: pointer; }
.site-header { position: relative; z-index: 20; background: rgba(255,255,255,.98); border-bottom: 1px solid rgba(23,27,24,.08); }
.brand-row { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 14px; flex: 0 1 auto; }
.brand-mark { display: grid; place-items: center; width: 48px; aspect-ratio: 1; color: var(--white); background: var(--red); border-radius: 3px; font-family: STKaiti, KaiTi, serif; font-size: 26px; }
.brand-copy { display: flex; flex-direction: column; line-height: 1.3; white-space: nowrap; }
.brand-copy strong { font-size: 20px; font-family: STSong, SimSun, serif; font-weight: 700; }
.brand-copy span { color: var(--red); font-size: 14px; }
.primary-nav { display: flex; align-items: center; align-self: stretch; gap: 28px; }
.primary-nav a { position: relative; display: flex; align-items: center; color: #303630; font-size: 15px; white-space: nowrap; }
.primary-nav a::after { content: ""; position: absolute; left: 0; right: 0; bottom: 18px; height: 2px; background: var(--red); transform: scaleX(0); transition: transform .2s ease; }
.primary-nav a:hover::after, .primary-nav a.is-active::after { transform: scaleX(1); }
.nav-search { display: none; }
.menu-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 3px; background: var(--white); padding: 11px; cursor: pointer; }
.menu-toggle span { display: block; height: 2px; margin: 5px 0; background: var(--ink); }

.hero { position: relative; min-height: clamp(560px, 70vh, 720px); display: flex; align-items: stretch; overflow: hidden; color: var(--white); background: var(--ink); }
.hero-image, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-image { object-fit: cover; object-position: center 42%; }
.hero-shade { background: rgba(12, 18, 15, .66); }
.hero-inner { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 56px; padding-block: 70px; }
.hero-content { max-width: 730px; }
.eyebrow { margin: 0 0 16px; color: #e8d8b9; font-size: 13px; font-weight: 700; letter-spacing: 0; }
.eyebrow.ink { color: var(--red); }
.hero h1 { margin: 0; font-family: STSong, SimSun, serif; font-size: clamp(40px, 5.1vw, 70px); line-height: 1.17; font-weight: 700; letter-spacing: 0; text-wrap: balance; }
.hero-lead { margin: 20px 0 4px; font-family: STKaiti, KaiTi, serif; font-size: 27px; color: #f5ddad; }
.hero-summary { max-width: 630px; margin: 10px 0 28px; color: #f0f1ed; font-size: 17px; }
.hero-actions, .cooperation-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.button { min-height: 46px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 10px 20px; border: 1px solid transparent; border-radius: 3px; font-weight: 700; line-height: 1.3; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--white); background: var(--red); }
.button-primary:hover { background: var(--red-dark); }
.button-quiet { color: var(--white); border-color: rgba(255,255,255,.62); }
.button-light { background: var(--white); color: var(--green-deep); }
.button-outline { border-color: rgba(255,255,255,.58); color: var(--white); }
.hero-feature { align-self: flex-end; flex: 0 0 250px; padding: 22px 0 8px 24px; border-left: 2px solid #e1bf7b; }
.hero-feature span { display: block; font-size: 12px; color: #d7ddd8; }
.hero-feature strong { display: block; margin: 10px 0 14px; font-family: STSong, SimSun, serif; font-size: 20px; line-height: 1.55; }
.feature-label { color: #e8d8b9 !important; font-weight: 700; }

.notice-strip { background: var(--white); border-bottom: 1px solid var(--line); }
.notice-inner { min-height: 56px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 22px; font-size: 14px; }
.notice-inner strong { color: var(--red); }
.notice-inner a { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.notice-inner time { color: #7c827d; font-size: 12px; }

.section { padding: 96px 0; }
.detail-hero { padding: 74px 0 86px; color: var(--white); background: var(--green-deep); }
.detail-hero-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr); gap: 80px; align-items: center; }
.detail-hero-copy { padding: 22px 0 10px; }
.crumb { display: inline-flex; gap: 10px; margin-bottom: 54px; color: #b7c7bd; font-size: 12px; }
.crumb span { color: #d5bd82; }
.detail-hero h1 { margin: 0; max-width: 680px; font-family: STSong, SimSun, serif; font-size: clamp(42px, 5vw, 70px); line-height: 1.18; }
.detail-lead { margin: 22px 0 8px; color: #e6c987; font-family: STKaiti, KaiTi, serif; font-size: 26px; }
.detail-intro { max-width: 670px; margin: 12px 0 30px; color: #d9e2dc; font-size: 16px; }
.detail-hero-media { position: relative; min-height: 410px; overflow: hidden; border: 1px solid rgba(255,255,255,.2); }
.detail-hero-media img { width: 100%; height: 100%; min-height: 410px; object-fit: cover; filter: saturate(.82); }
.detail-hero-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 48%, rgba(11,29,22,.72)); pointer-events: none; }
.detail-hero-media span { position: absolute; z-index: 1; bottom: 17px; left: 20px; color: #fff; font-size: 12px; }
.detail-stats { background: var(--white); border-bottom: 1px solid var(--line); }
.detail-stats-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); }
.detail-stats-grid > div { min-height: 122px; padding: 24px 28px; border-right: 1px solid var(--line); }
.detail-stats-grid > div:last-child { border-right: 0; }
.detail-stats-grid strong { display: block; color: var(--green); font-family: Georgia, serif; font-size: 42px; line-height: 1.1; font-weight: 500; }
.detail-stats-grid span { display: block; margin-top: 10px; color: var(--ink-soft); font-size: 13px; }
.detail-body { background: var(--paper); }
.detail-intro-row { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: end; padding-bottom: 54px; border-bottom: 1px solid var(--line); }
.detail-intro-row h2 { margin: 0; font: 42px/1.35 STSong, SimSun, serif; }
.detail-intro-row > p { margin: 0; color: var(--ink-soft); font-size: 16px; }
.detail-sections { margin-top: 6px; }
.detail-section { display: grid; grid-template-columns: 72px 1fr 46px; gap: 30px; align-items: center; padding: 32px 0; border-bottom: 1px solid var(--line); }
.detail-index { color: var(--red); font: 20px Georgia, serif; }
.detail-section h3 { margin: 0 0 9px; font: 28px/1.35 STSong, SimSun, serif; }
.detail-section p { max-width: 700px; margin: 0; color: var(--ink-soft); }
.detail-tags { display: flex; gap: 9px; flex-wrap: wrap; margin-top: 18px; }
.detail-tags span { padding: 4px 11px; border: 1px solid #cfd3ca; border-radius: 2px; color: var(--green); font-size: 12px; }
.circle-link { width: 42px; aspect-ratio: 1; display: grid; place-items: center; border: 1px solid #9ead9f; border-radius: 50%; color: var(--green); }
.detail-band { padding: 66px 0; color: var(--white); background: var(--green); }
.detail-band-inner { display: flex; align-items: center; justify-content: space-between; gap: 35px; }
.detail-band h2 { margin: 0; font: 34px/1.35 STSong, SimSun, serif; }
.page-hero { padding: 104px 0 88px; color: var(--white); background: var(--green-deep); }
.page-hero h1 { max-width: 780px; margin: 0; font-family: STSong, SimSun, serif; font-size: clamp(42px, 6vw, 76px); line-height: 1.2; }
.page-lead { margin: 22px 0 10px; color: #e6c987; font-family: STKaiti, KaiTi, serif; font-size: 27px; }
.page-intro { max-width: 720px; margin: 12px 0 0; color: #d6e0d9; font-size: 17px; }
.page-body { background: var(--paper); }
.page-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.page-block { min-height: 300px; display: flex; flex-direction: column; justify-content: space-between; padding: 26px; background: var(--white); border: 1px solid var(--line); border-radius: 4px; }
.page-block > span { color: var(--red); font-family: Georgia, serif; font-size: 20px; }
.page-block h2 { margin: 34px 0 12px; font-family: STSong, SimSun, serif; font-size: 25px; }
.page-block p { min-height: 72px; margin: 0; color: var(--ink-soft); }
.page-block .text-link { margin-top: 22px; }
.section-heading h2, .action-content h2, .cooperation-inner h2 { margin: 0; font-family: STSong, SimSun, serif; font-size: clamp(31px, 3.2vw, 46px); line-height: 1.3; letter-spacing: 0; }
.intro-grid { display: grid; grid-template-columns: .85fr 1fr; gap: 100px; align-items: start; }
.intro-copy { padding-top: 38px; color: var(--ink-soft); font-size: 17px; }
.intro-copy p { margin: 0 0 22px; }
.text-link { display: inline-flex; align-items: center; gap: 10px; color: var(--red); font-weight: 700; }
.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translateX(4px); }
.stats { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 64px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.stat { min-height: 145px; padding: 26px 30px; border-right: 1px solid var(--line); }
.stat:last-child { border-right: 0; }
.stat strong { display: block; color: var(--green); font-family: Georgia, serif; font-size: 52px; line-height: 1.1; font-weight: 500; }
.stat small { font-size: 25px; }
.stat span { display: block; margin-top: 10px; color: var(--ink-soft); font-size: 14px; }
.data-note { margin-top: 12px; color: #7d827d; font-size: 12px; }

.pillars-section { background: #e9eee9; }
.heading-row { display: flex; align-items: end; justify-content: space-between; gap: 48px; }
.heading-row > p { max-width: 510px; margin: 0; color: var(--ink-soft); }
.pillar-list { margin-top: 48px; border-top: 1px solid #bbc7be; }
.pillar { min-height: 128px; display: grid; grid-template-columns: 80px 1fr 46px; gap: 28px; align-items: center; border-bottom: 1px solid #bbc7be; transition: padding .2s ease, background .2s ease; }
.pillar:hover { padding-inline: 18px; background: rgba(255,255,255,.48); }
.pillar-number { color: var(--red); font-family: Georgia, serif; font-size: 17px; }
.pillar h3 { margin: 0 0 5px; font-family: STSong, SimSun, serif; font-size: 25px; }
.pillar p { margin: 0; color: var(--ink-soft); }
.pillar a { width: 42px; aspect-ratio: 1; display: grid; place-items: center; border: 1px solid #9ead9f; border-radius: 50%; color: var(--green); }

.action-section { padding: 0; background: var(--green-deep); color: var(--white); }
.action-layout { width: min(1400px, 100%); display: grid; grid-template-columns: 1.08fr .92fr; }
.action-media { position: relative; min-height: 610px; }
.action-media img { width: 100%; height: 100%; object-fit: cover; object-position: 51% center; }
.image-caption { position: absolute; left: 20px; bottom: 16px; padding: 6px 10px; background: rgba(0,0,0,.66); font-size: 12px; }
.action-content { display: flex; flex-direction: column; justify-content: center; padding: 72px clamp(42px, 6vw, 100px); }
.action-content > p:not(.eyebrow) { margin: 22px 0 30px; color: #d7e0da; font-size: 16px; }
.project-targets { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0; margin: 0 0 34px; border-top: 1px solid rgba(255,255,255,.2); border-left: 1px solid rgba(255,255,255,.2); }
.project-targets div { padding: 18px; border-right: 1px solid rgba(255,255,255,.2); border-bottom: 1px solid rgba(255,255,255,.2); }
.project-targets dt { font-family: Georgia, serif; font-size: 30px; color: #e7c480; }
.project-targets dd { margin: 2px 0 0; color: #c8d2cc; font-size: 13px; }
.action-content .button { align-self: flex-start; }

.culture-section { background: var(--white); }
.content-tabs { display: flex; gap: 28px; margin: 48px 0 24px; border-bottom: 1px solid var(--line); }
.tab { position: relative; padding: 0 0 12px; border: 0; background: none; color: #6a716c; cursor: pointer; }
.tab::after { content: ""; position: absolute; left: 0; right: 0; bottom: -1px; height: 2px; background: var(--red); transform: scaleX(0); }
.tab.is-active { color: var(--ink); font-weight: 700; }
.tab.is-active::after { transform: scaleX(1); }
.story-grid { display: grid; grid-template-columns: 1.3fr .7fr; grid-template-rows: repeat(2, minmax(170px, auto)); gap: 16px; }
.story { border: 1px solid var(--line); border-radius: 4px; background: #fbfbf8; padding: 28px; display: flex; gap: 26px; align-items: center; }
.story[hidden] { display: none; }
.story-featured { grid-row: 1 / 3; padding: 0; display: block; overflow: hidden; }
.story-visual { min-height: 300px; background-size: cover; background-position: center; }
.story-visual-sansu { background-image: linear-gradient(rgba(24,40,31,.08), rgba(24,40,31,.08)), url("./assets/feature.jpg"); }
.story-featured .story-body { padding: 30px; }
.story-body span { color: var(--red); font-size: 12px; font-weight: 700; }
.story h3 { margin: 8px 0; font-family: STSong, SimSun, serif; font-size: 22px; line-height: 1.45; }
.story-featured h3 { font-size: 29px; }
.story p { margin: 0; color: var(--ink-soft); }
.story time { color: #7a817c; font-size: 12px; }
.story-index { align-self: flex-start; color: var(--gold) !important; font-family: Georgia, serif; font-size: 22px !important; }
.story-body a { display: inline-flex; gap: 10px; margin-top: 16px; color: var(--green); font-weight: 700; }

.news-section { background: var(--paper); }
.news-layout { display: grid; grid-template-columns: 1.15fr .85fr; gap: 48px; margin-top: 44px; }
.headline-news { background: var(--white); border: 1px solid var(--line); border-radius: 4px; overflow: hidden; }
.headline-news img { width: 100%; aspect-ratio: 16 / 8.7; object-fit: cover; }
.headline-news > div { padding: 26px 30px 30px; }
.news-tag { color: var(--red); font-size: 12px; font-weight: 700; }
.headline-news time { float: right; color: #7d827e; font-size: 12px; }
.headline-news h3 { margin: 10px 0 16px; font-family: STSong, SimSun, serif; font-size: 25px; line-height: 1.45; }
.headline-news a { color: var(--green); font-weight: 700; }
.news-list { border-top: 1px solid var(--line); }
.news-item { min-height: 146px; display: grid; grid-template-columns: 70px 1fr 36px; gap: 20px; align-items: center; border-bottom: 1px solid var(--line); }
.news-item time { color: var(--gold); font-family: Georgia, serif; font-size: 18px; }
.news-item span { color: var(--red); font-size: 12px; }
.news-item h3 { margin: 7px 0 0; font-family: STSong, SimSun, serif; font-size: 19px; line-height: 1.45; }
.news-item > a { width: 34px; aspect-ratio: 1; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; }

.cooperation-section { padding: 88px 0; color: var(--white); background: var(--green); text-align: center; }
.cooperation-inner { max-width: 900px; }
.cooperation-inner > p:not(.eyebrow) { margin: 20px auto 30px; color: #dce5df; }
.cooperation-actions { justify-content: center; }

.site-footer { padding: 60px 0 18px; color: #cdd3cf; background: var(--ink); }
.footer-grid { display: grid; grid-template-columns: 1.2fr .7fr 1fr; gap: 70px; }
.footer-brand { margin: 0 0 16px; color: var(--white); font-family: STSong, SimSun, serif; font-size: 21px; line-height: 1.5; }
.footer-grid h2 { margin: 0 0 14px; color: var(--white); font-size: 15px; }
.footer-grid a { display: block; margin: 7px 0; }
.footer-grid p { margin: 7px 0; font-size: 13px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 44px; padding-top: 16px; border-top: 1px solid #353b37; font-size: 12px; }

.search-dialog { width: min(680px, calc(100vw - 30px)); padding: 0; border: 0; border-radius: 4px; box-shadow: 0 24px 80px rgba(0,0,0,.28); }
.search-dialog::backdrop { background: rgba(13,18,15,.7); }
.search-panel { padding: 28px; }
.search-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 22px; }
.search-header strong { font-family: STSong, SimSun, serif; font-size: 26px; }
.search-header button { width: 38px; height: 38px; border: 1px solid var(--line); border-radius: 50%; background: var(--white); cursor: pointer; font-size: 24px; line-height: 1; }
.search-panel label { display: block; margin-bottom: 7px; font-size: 13px; }
.search-panel input { width: 100%; min-height: 50px; padding: 10px 14px; border: 1px solid #9ea69f; border-radius: 3px; outline: none; }
.search-panel input:focus { border-color: var(--red); box-shadow: 0 0 0 3px rgba(165,42,35,.12); }
.search-results { min-height: 80px; margin-top: 18px; color: var(--ink-soft); }
.search-result { display: block; padding: 12px 0; border-bottom: 1px solid var(--line); }
.search-result strong { display: block; color: var(--ink); }
.search-result span { font-size: 12px; }

.reveal { opacity: 0; transform: translateY(16px); transition: opacity .55s ease, transform .55s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1080px) {
  :root { --shell: min(100% - 36px, 960px); }
  .brand-copy strong { font-size: 18px; }
  .primary-nav { gap: 16px; }
  .primary-nav a { font-size: 13px; }
  .hero-feature { display: none; }
  .hero-content { max-width: 760px; }
}

@media (max-width: 820px) {
  :root { --shell: calc(100% - 32px); }
  .utility-bar { display: none; }
  .brand-row { min-height: 74px; }
  .brand-mark { width: 42px; }
  .brand-copy strong { font-size: 16px; }
  .brand-copy span { font-size: 12px; }
  .menu-toggle { display: block; }
  .primary-nav { position: absolute; left: 0; right: 0; top: 74px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 12px 16px 22px; background: var(--white); border-top: 1px solid var(--line); box-shadow: 0 18px 35px rgba(0,0,0,.12); }
  .primary-nav.is-open { display: flex; }
  .primary-nav a { min-height: 46px; border-bottom: 1px solid #ecece7; font-size: 15px; }
  .primary-nav a::after { display: none; }
  .nav-search { min-height: 46px; display: flex; align-items: center; padding: 0; border: 0; border-bottom: 1px solid #ecece7; color: var(--red); background: none; font-weight: 700; cursor: pointer; }
  .hero { min-height: min(690px, calc(100svh - 74px)); }
  .hero-inner { padding-block: 60px 48px; }
  .hero h1 { font-size: clamp(36px, 9.5vw, 52px); }
  .hero-summary { font-size: 15px; }
  .notice-inner { grid-template-columns: auto 1fr; }
  .notice-inner time { display: none; }
  .section { padding: 72px 0; }
  .intro-grid, .news-layout { grid-template-columns: 1fr; gap: 28px; }
  .page-hero { padding: 74px 0 62px; }
  .page-grid { grid-template-columns: 1fr; }
  .detail-hero { padding: 56px 0 64px; }
  .detail-hero-grid { grid-template-columns: 1fr; gap: 38px; }
  .crumb { margin-bottom: 32px; }
  .detail-hero-media { min-height: 300px; }
  .detail-hero-media img { min-height: 300px; }
  .detail-intro-row { grid-template-columns: 1fr; gap: 20px; }
  .detail-band-inner { align-items: flex-start; flex-direction: column; }
  .intro-copy { padding-top: 0; }
  .stats { grid-template-columns: repeat(2, 1fr); }
  .stat:nth-child(2) { border-right: 0; }
  .stat:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .heading-row { align-items: start; flex-direction: column; gap: 20px; }
  .pillar { grid-template-columns: 50px 1fr 42px; gap: 14px; }
  .action-layout { grid-template-columns: 1fr; }
  .action-media { min-height: 420px; }
  .action-content { padding: 58px 24px 64px; }
  .story-grid { grid-template-columns: 1fr; grid-template-rows: auto; }
  .story-featured { grid-row: auto; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 38px; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
}

@media (max-width: 520px) {
  :root { --shell: calc(100% - 28px); }
  .brand { gap: 9px; }
  .brand-mark { width: 38px; font-size: 21px; }
  .brand-copy strong { font-size: 14px; }
  .hero { min-height: 570px; }
  .hero-image { object-position: 43% center; }
  .hero-lead { font-size: 22px; }
  .hero-actions .button { width: 100%; }
  .notice-inner { gap: 12px; font-size: 13px; }
  .section-heading h2, .action-content h2, .cooperation-inner h2 { font-size: 30px; }
  .page-hero h1 { font-size: 38px; }
  .page-lead { font-size: 22px; }
  .detail-hero h1 { font-size: 38px; }
  .detail-lead { font-size: 22px; }
  .detail-stats-grid { grid-template-columns: repeat(2, 1fr); }
  .detail-stats-grid > div:nth-child(2) { border-right: 0; }
  .detail-stats-grid > div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .detail-stats-grid > div { min-height: 108px; padding: 20px 16px; }
  .detail-stats-grid strong { font-size: 34px; }
  .detail-intro-row h2 { font-size: 31px; }
  .detail-section { grid-template-columns: 42px 1fr; gap: 14px; padding: 25px 0; }
  .detail-section h3 { font-size: 23px; }
  .detail-section p { font-size: 14px; }
  .circle-link { display: none; }
  .detail-band h2 { font-size: 28px; }
  .stats { margin-top: 42px; }
  .stat { min-height: 118px; padding: 20px 16px; }
  .stat strong { font-size: 40px; }
  .pillar { padding: 18px 0; }
  .pillar:hover { padding-inline: 0; }
  .pillar h3 { font-size: 21px; }
  .pillar p { font-size: 14px; }
  .action-media { min-height: 330px; }
  .project-targets dt { font-size: 26px; }
  .content-tabs { gap: 20px; overflow-x: auto; white-space: nowrap; }
  .story { padding: 22px; }
  .story-featured { padding: 0; }
  .story-featured .story-body { padding: 24px; }
  .story-visual { min-height: 210px; }
  .news-item { grid-template-columns: 52px 1fr; gap: 12px; padding: 18px 0; }
  .news-item > a { display: none; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > div:first-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
}

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