:root {
  --blue: #1257b8;
  --blue-deep: #0e4491;
  --blue-800: #0b2e5e;
  --blue-bright: #2e7be4;
  --sky: #edf3fc;
  --sky-2: #dce8f7;
  --ink: #1b2735;
  --ink-soft: #5a6b7e;
  --line: #e2e8f1;
  --accent: #e29a0b;
  --accent-soft: #f4b63a;
  --white: #fff;
  --serif: STSong, "Songti SC", SimSun, Georgia, serif;
  --sans: "Microsoft YaHei", "PingFang SC", "Noto Sans CJK SC", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: #f4f7fb; color: var(--ink); font-family: var(--sans); -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
img, video { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
a:hover { color: var(--blue); }
button { font: inherit; }
::selection { background: var(--blue-bright); color: #fff; }
:focus-visible { outline: 3px solid var(--blue); outline-offset: 3px; box-shadow: 0 0 0 6px var(--white); }
.shell { width: 90%; max-width: 1220px; margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 1000; padding: 10px 16px; background: #fff; color: var(--blue-800); border-radius: 4px; box-shadow: 0 8px 28px rgba(11,46,94,.22); }
.skip-link:focus { top: 16px; }

.utility-bar { background: var(--blue-800); color: rgba(255,255,255,.72); font-size: 12px; }
.utility-inner { min-height: 30px; padding-block: 5px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.utility-links { display: flex; align-items: center; gap: 12px; }
.utility-links a:hover { color: var(--accent-soft); }
.utility-links span { opacity: .3; }
.language-switch {
  display: inline-flex;
  min-height: 30px;
  padding: 5px 12px;
  border: 1px solid rgba(255,255,255,.55);
  border-radius: 999px;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .04em;
  line-height: 1;
  white-space: nowrap;
}
.language-switch:hover { border-color: var(--accent-soft); color: var(--accent-soft); }
.utility-inner > .language-switch { flex: none; }

.identity-header { position: relative; overflow: hidden; color: #fff; background: linear-gradient(118deg,var(--blue-deep),var(--blue) 52%,var(--blue-bright)); }
.identity-header.is-scrolled { box-shadow: 0 6px 20px rgba(11,46,94,.22); }
.skyline-pattern { position: absolute; inset: 0; opacity: .3; background: linear-gradient(0deg,rgba(11,46,94,.65),transparent 70%),repeating-linear-gradient(90deg,rgba(255,255,255,.055) 0 3px,transparent 3px 58px); }
.identity-inner { position: relative; z-index: 1; min-height: 84px; padding-block: 12px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 15px; color: #fff; }
.brand:hover { color: #fff; }
.brand-mark { width: 60px; height: 60px; flex: none; border: 2px solid var(--accent-soft); border-radius: 50%; background: rgba(11,46,94,.45); box-shadow: inset 0 0 0 3px rgba(255,255,255,.12); display: grid; place-items: center; color: var(--accent-soft); font: 700 28px/1 var(--serif); }
.brand-copy { display: flex; flex-direction: column; line-height: 1.2; }
.brand-copy strong { font: 700 26px/1.25 var(--serif); letter-spacing: .05em; }
.brand-copy small { margin-top: 2px; color: rgba(255,255,255,.82); font: 600 10px/1.2 Georgia,serif; letter-spacing: .2em; text-transform: uppercase; }
.header-contact { display: flex; align-items: center; gap: 13px; }
.contact-mark { width: 42px; height: 42px; flex: none; border: 1.5px solid rgba(255,255,255,.5); border-radius: 50%; display: grid; place-items: center; color: var(--accent-soft); font: 700 9px/1 Georgia,serif; }
.header-contact div { display: flex; flex-direction: column; }
.header-contact strong { color: #fff; font: 700 18px/1.3 var(--serif); }
.header-contact a { margin-top: 3px; color: rgba(255,255,255,.8); font-size: 12px; }
.header-contact a:hover { color: var(--accent-soft); }

.primary-nav { position: sticky; top: 0; z-index: 60; background: var(--blue-bright); box-shadow: 0 2px 0 rgba(0,0,0,.05); }
.nav-shell { position: relative; }
.desktop-nav { display: flex; align-items: stretch; }
.desktop-nav a { position: relative; padding: 16px 22px; color: #fff; font-size: 15px; font-weight: 600; white-space: nowrap; }
.desktop-nav a:hover, .desktop-nav a.is-active { color: #fff; background: rgba(255,255,255,.15); }
.desktop-nav a.is-active::after { content: ""; position: absolute; left: 16px; right: 16px; bottom: 0; height: 3px; background: var(--accent-soft); }
.desktop-nav .join-link { align-self: center; margin-left: auto; padding: 9px 20px; border-radius: 3px; background: var(--accent); color: #3a2a04; font-size: 14px; font-weight: 700; }
.desktop-nav .join-link:hover { background: var(--accent-soft); color: #3a2a04; }
.mobile-nav-bar, .mobile-menu { display: none; }

.notice-strip { background: #fff; border-bottom: 1px solid var(--line); }
.notice-inner { min-height: 44px; display: flex; align-items: center; gap: 14px; }
.notice-label { flex: none; padding: 4px 12px; border-radius: 3px; background: var(--accent); color: #3a2a04; font-size: 12px; font-weight: 700; }
.notice-track { flex: 1; min-width: 0; display: flex; gap: 42px; overflow: hidden; white-space: nowrap; color: var(--ink); font-size: 13px; }
.notice-track span::before { content: "◆"; margin-right: 8px; color: var(--blue); font-size: 7px; vertical-align: 2px; }
.notice-inner > a { flex: none; color: var(--ink-soft); font-size: 12px; }

.prototype-section { padding: 38px 0; scroll-margin-top: 56px; }
.news-section { padding-top: 16px; background: #fff; }
.about-section, .fields-section { background: var(--sky); }
.activities-section { background: #fff; }
.section-title-row { margin-bottom: 15px; padding-bottom: 9px; border-bottom: 2px solid var(--sky-2); display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.section-title-row > div { display: flex; align-items: center; gap: 11px; }
.section-title-row i { width: 4px; height: 20px; border-radius: 2px; background: var(--blue); }
.section-title-row h2 { margin: 0; color: var(--ink); font: 700 23px/1 var(--serif); }
.section-title-row span { color: var(--blue); font: 700 12px/1 Georgia,serif; letter-spacing: .24em; text-transform: uppercase; }
.section-title-row > a { color: var(--ink-soft); font-size: 13px; }

.news-grid { display: grid; grid-template-columns: minmax(0,1.4fr) minmax(330px,1fr); gap: 20px; align-items: stretch; }
.video-card { position: relative; min-height: 292px; overflow: hidden; border-radius: 5px; background: var(--blue-800); box-shadow: 0 2px 10px rgba(11,46,94,.1); }
.video-card video { width: 100%; height: 100%; min-height: 292px; object-fit: contain; background: #000; }
.media-label { position: absolute; top: 14px; left: 14px; z-index: 2; padding: 5px 12px; border-radius: 3px; background: var(--blue); color: #fff; font-size: 12px; font-weight: 600; pointer-events: none; }
.video-caption { position: absolute; left: 0; right: 0; bottom: 64px; padding: 34px 22px 14px; background: none; color: #fff; text-shadow: 0 2px 6px rgba(0,0,0,.95), 0 1px 2px #000; pointer-events: none; }
.video-caption strong { display: block; font: 700 20px/1.5 var(--serif); }
.video-caption span { display: block; margin-top: 5px; color: rgba(255,255,255,.75); font-size: 12px; }
.news-list { display: flex; flex-direction: column; gap: 8px; }
.news-lead { display: block; padding: 16px; border-radius: 5px; background: var(--blue); color: #fff; }
.news-lead:hover { background: var(--blue-deep); color: #fff; }
.news-lead span { color: rgba(255,255,255,.78); font-size: 11px; }
.news-lead strong { display: block; margin-top: 7px; font: 700 17px/1.55 var(--serif); }
.news-lead p { margin: 7px 0 0; color: rgba(255,255,255,.78); font-size: 12.5px; line-height: 1.65; }
.news-row { min-height: 74px; padding: 7px 2px; border-bottom: 1px dashed var(--line); display: grid; grid-template-columns: 92px 1fr; align-items: center; gap: 12px; }
.news-row img { width: 92px; height: 62px; border-radius: 3px; object-fit: cover; }
.news-row span { min-width: 0; display: flex; flex-direction: column; }
.news-row strong { overflow: hidden; color: var(--ink); font: 600 14px/1.45 var(--serif); text-overflow: ellipsis; white-space: nowrap; }
.news-row small { margin-top: 5px; color: var(--ink-soft); font-size: 11px; }

.about-grid { display: grid; grid-template-columns: 1.35fr 1fr; gap: 34px; align-items: stretch; }
.about-copy h3 { margin: 0 0 14px; color: var(--blue-deep); font: 700 22px/1.4 var(--serif); }
.about-copy p { margin: 0 0 14px; color: var(--ink-soft); font-size: 14.5px; line-height: 1.95; }
.about-copy p:first-of-type { color: var(--ink); }
.small-button, .button { display: inline-flex; min-height: 40px; align-items: center; justify-content: center; padding: 9px 20px; border-radius: 3px; background: var(--blue); color: #fff; font-size: 13px; font-weight: 600; }
.small-button:hover, .button:hover { background: var(--blue-deep); color: #fff; }
.about-image { min-height: 236px; overflow: hidden; border-radius: 5px; box-shadow: 0 2px 10px rgba(11,46,94,.1); }
.about-image img { width: 100%; height: 100%; object-fit: cover; }
.stats-grid { margin-top: 30px; overflow: hidden; border: 1px solid var(--line); border-radius: 6px; display: grid; grid-template-columns: repeat(4,1fr); gap: 1px; background: var(--line); }
.stats-grid > div { padding: 24px 16px; background: #fff; text-align: center; }
.stats-grid strong { display: block; color: var(--blue); font: 700 clamp(32px,3.6vw,46px)/1 var(--serif); }
.stats-grid sup { color: var(--accent); font-size: .5em; }
.stats-grid span { display: block; margin-top: 8px; font-size: 13px; font-weight: 500; }
.stats-grid small { display: block; margin-top: 2px; color: var(--ink-soft); font: 400 9px/1.2 Georgia,serif; letter-spacing: .14em; text-transform: uppercase; }

.activity-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.activity-card { overflow: hidden; border: 1px solid var(--line); border-radius: 6px; background: #fff; box-shadow: 0 2px 8px rgba(11,46,94,.06); transition: transform .25s ease,box-shadow .25s ease; }
.activity-card:hover { transform: translateY(-5px); box-shadow: 0 16px 34px rgba(11,46,94,.16); }
.card-image { position: relative; display: block; aspect-ratio: 16/10; overflow: hidden; }
.card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.activity-card:hover .card-image img { transform: scale(1.025); }
.card-image b { position: absolute; top: 12px; left: 12px; padding: 5px 11px; border-radius: 3px; background: var(--accent); color: #3a2a04; font-size: 11px; }
.activity-card > div { padding: 18px 18px 20px; }
.activity-card time { color: var(--blue); font: 600 11.5px/1 Georgia,serif; letter-spacing: .08em; }
.activity-card h3 { margin: 9px 0; color: var(--ink); font: 700 17px/1.5 var(--serif); }
.activity-card p { min-height: 47px; margin: 0 0 10px; color: var(--ink-soft); font-size: 13px; line-height: 1.8; }
.activity-card > div > a { color: var(--blue); font-size: 13px; font-weight: 600; }

.members-section { background: linear-gradient(158deg,var(--blue),var(--blue-deep)); color: #fff; }
.section-title-row.light { border-color: rgba(255,255,255,.22); }
.section-title-row.light i { background: var(--accent); }
.section-title-row.light h2 { color: #fff; }
.section-title-row.light span { color: var(--accent-soft); }
.section-title-row.light > a { color: rgba(255,255,255,.8); }
.member-grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(212px,1fr)); gap: 20px; }
.member-grid article { overflow: hidden; border-radius: 5px; background: #fff; box-shadow: 0 6px 18px rgba(0,0,0,.16); }
.member-grid img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.member-grid strong { display: block; padding: 12px 14px; color: var(--ink); font: 600 14px/1.5 var(--serif); text-align: center; }

.fields-section { padding: 36px 0; text-align: center; }
.fields-section p { margin: 0; color: var(--blue); font: 600 12px/1.4 Georgia,serif; letter-spacing: .26em; text-transform: uppercase; }
.fields-section h2 { margin: 6px 0 22px; color: var(--ink); font: 600 21px/1.4 var(--serif); }
.field-list { display: flex; justify-content: center; flex-wrap: wrap; gap: 12px; }
.field-list span { padding: 10px 22px; border: 1px solid var(--line); border-radius: 40px; background: #fff; color: var(--blue-deep); font: 600 15px/1.4 var(--serif); box-shadow: 0 1px 3px rgba(11,46,94,.06); }
.field-list span::before { content: "◆"; margin-right: 10px; color: var(--accent); font-size: 8px; vertical-align: 2px; }

.site-footer { padding: 50px 0 22px; background: var(--blue-800); color: rgba(255,255,255,.68); scroll-margin-top: 56px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 40px; }
.footer-brand { display: flex; align-items: center; gap: 12px; }
.brand-mark-small { width: 46px; height: 46px; font-size: 21px; }
.footer-brand div { display: flex; flex-direction: column; }
.footer-brand strong { color: #fff; font: 700 18px/1.3 var(--serif); }
.footer-brand small { color: rgba(255,255,255,.65); font: 600 8.5px/1.3 Georgia,serif; letter-spacing: .15em; text-transform: uppercase; }
.footer-about p { margin: 16px 0 0; font-size: 13px; line-height: 1.9; }
.footer-grid h3 { margin: 0 0 15px; padding-bottom: 9px; border-bottom: 2px solid var(--accent); color: #fff; font-size: 14px; }
.footer-grid > div:not(.footer-about) { display: flex; flex-direction: column; gap: 9px; min-width: 0; }
.footer-grid a, .footer-grid span { font-size: 13px; overflow-wrap: anywhere; }
.footer-grid a:hover { color: var(--accent-soft); }
.footer-bottom { margin-top: 32px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.12); display: flex; justify-content: space-between; gap: 16px; color: rgba(255,255,255,.5); font-size: 12px; }

/* Article pages retain the supplied content while sharing the reference page palette. */
.article-page { background: #fff; }
.article-page .site-header { position: relative; z-index: 1; background: linear-gradient(118deg,var(--blue-deep),var(--blue) 62%,var(--blue-bright)); color: #fff; }
.article-page .header-inner { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 26px; }
.article-page .site-nav { margin-left: auto; display: flex; align-items: center; gap: 28px; order: 2; }
.article-page .site-nav a { color: #fff; font-size: 14px; font-weight: 600; }
.article-page .site-nav a:hover { color: var(--accent-soft); }
.article-page .menu-button { display: none; }
.article-page .header-actions { display: flex; align-items: center; gap: 10px; order: 3; }
.article-hero { padding: 58px 0 52px; background: var(--blue-800); color: #fff; }
.breadcrumbs { margin: 0 0 18px; color: rgba(255,255,255,.62); font-size: 12px; }
.breadcrumbs a:hover { color: var(--accent-soft); }
.article-hero h1 { max-width: 940px; margin: 0; font: 700 clamp(34px,4.6vw,54px)/1.35 var(--serif); }
.article-meta { margin-top: 22px; display: flex; flex-wrap: wrap; gap: 10px 24px; color: rgba(255,255,255,.68); font-size: 13px; }
.article-meta a { color: var(--accent-soft); }
.article-body { width: min(820px,calc(100% - 48px)); margin-inline: auto; padding: 64px 0 90px; }
.article-deck { margin: 0 0 38px; padding-left: 22px; border-left: 4px solid var(--accent); color: var(--blue-800); font: 700 21px/1.75 var(--serif); }
.article-body h2 { margin: 50px 0 18px; color: var(--blue-800); font: 700 28px/1.45 var(--serif); }
.article-body p { margin: 0 0 22px; font-size: 17px; line-height: 2; text-align: justify; }
.article-body blockquote { margin: 30px 0; padding: 24px 30px; border-left: 4px solid var(--blue); background: var(--sky); color: var(--blue-800); font: 700 19px/1.9 var(--serif); }
.article-body figure { margin: 40px 0; }
.article-body figure img { width: 100%; height: auto; background: var(--sky-2); }
.article-body figcaption { margin-top: 10px; color: var(--ink-soft); font-size: 12px; text-align: center; }
.article-gallery { margin: 40px 0; display: grid; grid-template-columns: repeat(2,1fr); gap: 18px; }
.article-gallery.three { grid-template-columns: repeat(3,1fr); }
.article-gallery figure { margin: 0; }
.article-gallery img { width: 100%; height: 100%; min-height: 240px; object-fit: cover; }
.source-note { margin-top: 52px; padding: 24px 28px; border: 1px solid var(--line); background: var(--sky); color: var(--ink-soft); font-size: 13px; }
.source-note p { margin: 0; font-size: inherit; line-height: 1.8; text-align: left; }
.article-actions { margin-top: 32px; display: flex; flex-wrap: wrap; gap: 14px; }
.button-blue { background: var(--blue); color: #fff; }
.button-outline { border: 1px solid var(--blue); background: #fff; color: var(--blue); }
.button-outline:hover { background: var(--blue); color: #fff; }
.article-page .footer-inner { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.article-page .site-footer { padding: 22px 0; }
.article-page .footer-inner p { margin: 0; font-size: 12px; }

@media (max-width: 1050px) {
  .desktop-nav a { padding-inline: 15px; }
  .news-grid { grid-template-columns: 1.18fr 1fr; }
  .footer-grid { grid-template-columns: 1.25fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 1 / -1; }
}

@media (max-width: 879px) {
  .shell { width: calc(100% - 36px); }
  .utility-inner { justify-content: space-between; text-align: left; }
  .utility-inner > span { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .utility-links { display: none; }
  .identity-inner { min-height: 76px; }
  .brand-mark { width: 52px; height: 52px; font-size: 24px; }
  .brand-copy strong { font-size: 22px; }
  .identity-inner { flex-wrap: wrap; }
  .header-contact { width: 100%; padding-left: 65px; }
  .desktop-nav { display: none; }
  .mobile-nav-bar { min-height: 54px; display: flex; align-items: center; justify-content: space-between; color: #fff; font-size: 15px; font-weight: 600; }
  .mobile-nav-toggle { width: 44px; height: 38px; padding: 0; border: 0; border-radius: 4px; background: rgba(255,255,255,.16); color: #fff; display: grid; place-items: center; cursor: pointer; }
  .menu-icon, .menu-icon::before, .menu-icon::after { width: 21px; height: 2px; display: block; background: currentColor; }
  .menu-icon { position: relative; }
  .menu-icon::before, .menu-icon::after { content: ""; position: absolute; left: 0; }
  .menu-icon::before { top: -7px; }
  .menu-icon::after { top: 7px; }
  .mobile-menu { padding: 6px 0 14px; flex-direction: column; background: var(--blue-deep); }
  .mobile-menu a { padding: 12px 6px; border-bottom: 1px solid rgba(255,255,255,.12); color: #fff; font-size: 15px; }
  .js-enabled .mobile-menu { display: none; }
  .js-enabled .mobile-menu.is-open { display: flex; }
  html:not(.js-enabled) .mobile-menu { display: flex; }
  .notice-track span:nth-child(n+2) { display: none; }
  .news-grid { grid-template-columns: 1fr; }
  .video-card, .video-card video { min-height: 0; }
  .video-card video { aspect-ratio: 16/10; }
  .about-grid { grid-template-columns: 1fr; }
  .about-image { min-height: 300px; }
  .activity-grid { grid-template-columns: 1fr 1fr; }
  .activity-card:last-child { grid-column: 1 / -1; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: auto; }
  .article-page .header-inner { min-height: 76px; gap: 12px; }
  .article-page .brand, .article-page .brand-copy { min-width: 0; }
  .article-page .brand-copy strong { max-width: 190px; font-size: 17px; letter-spacing: 0; }
  .article-page .brand-copy small { max-width: 190px; }
  .article-page .language-switch { min-height: 28px; padding-inline: 9px; font-size: 11px; }
  .article-page .menu-button { display: grid; width: 44px; height: 38px; border: 0; border-radius: 4px; background: rgba(255,255,255,.16); color: #fff; place-items: center; }
  .article-page .menu-button-label { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
  .article-page .site-nav { position: absolute; left: 0; right: 0; top: 100%; padding: 14px 18px; background: var(--blue-deep); flex-direction: column; align-items: stretch; gap: 0; }
  .article-page .site-nav a { padding: 10px 6px; border-bottom: 1px solid rgba(255,255,255,.12); }
  .js-enabled .article-page .site-nav { display: none; }
  .js-enabled .article-page .site-nav.is-open { display: flex; }
}

@media (max-width: 640px) {
  .shell { width: calc(100% - 28px); }
  .utility-bar { font-size: 10.5px; }
  .brand { gap: 10px; }
  .brand-mark { width: 44px; height: 44px; font-size: 21px; }
  .brand-copy strong { font-size: 18px; }
  .brand-copy small { max-width: 245px; font-size: 7.5px; letter-spacing: .1em; }
  .notice-inner { gap: 9px; }
  .notice-label { padding-inline: 8px; }
  .notice-track { font-size: 12px; }
  .notice-inner > a { display: none; }
  .prototype-section { padding-block: 30px; }
  .news-section { padding-top: 14px; }
  .section-title-row { align-items: flex-end; }
  .section-title-row > div { gap: 8px; }
  .section-title-row h2 { font-size: 20px; }
  .section-title-row span { font-size: 9px; letter-spacing: .15em; }
  .section-title-row > a { font-size: 11px; }
  .video-caption { bottom: 64px; padding-inline: 14px; }
  .video-caption strong { font-size: 16px; }
  .news-row { grid-template-columns: 86px 1fr; }
  .news-row img { width: 86px; height: 60px; }
  .about-image { min-height: 210px; }
  .stats-grid { grid-template-columns: repeat(2,1fr); }
  .stats-grid > div { padding: 20px 10px; }
  .activity-grid { grid-template-columns: 1fr; }
  .activity-card:last-child { grid-column: auto; }
  .header-contact { padding-left: 54px; }
  .header-contact strong { font-size: 15px; }
  .header-contact a { font-size: 11px; }
  .member-grid { grid-template-columns: 1fr; gap: 12px; }
  .member-grid strong { padding: 10px; font-size: 13px; }
  .field-list { justify-content: flex-start; flex-wrap: nowrap; overflow-x: auto; padding-bottom: 6px; }
  .field-list span { flex: none; padding: 9px 16px; font-size: 13px; }
  .footer-grid { grid-template-columns: 1fr; gap: 30px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .article-body { width: calc(100% - 28px); padding-block: 48px 70px; }
  .article-hero { padding-block: 44px; }
  .article-hero h1 { font-size: 34px; }
  .article-deck { font-size: 19px; }
  .article-body p { font-size: 16px; text-align: left; }
  .article-gallery, .article-gallery.three { grid-template-columns: 1fr; }
  .article-gallery img { min-height: 0; }
  .article-page .footer-inner { padding-block: 8px; align-items: flex-start; flex-direction: column; }
}

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