:root {
  --ink: #070707;
  --ink-soft: #333333;
  --muted: #6b6864;
  --line: #ded9d2;
  --gold: #d39a16;
  --gold-dark: #a97700;
  --red: #9d1b1e;
  --red-dark: #761014;
  --paper: #ffffff;
  --wash: #f7f4ef;
  --max: 1320px;
  --serif: "Playfair Display", Georgia, serif;
  --sans: "Inter", "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --zh: "Noto Sans SC", "Noto Sans TC", "Microsoft YaHei", "PingFang SC", system-ui, sans-serif;
}

* {
  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.55;
}

body.locale-zh {
  font-family: var(--zh);
}

img,
svg {
  display: block;
}

img {
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 24px clamp(20px, 5vw, 76px);
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid rgba(222, 217, 210, 0.65);
  backdrop-filter: blur(18px);
}

.brand {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 224px;
}

.brand-logo {
  width: 82px;
  height: auto;
  flex: 0 0 auto;
}

.brand-mark {
  display: grid;
  width: 70px;
  height: 50px;
  place-items: center;
  color: var(--gold);
}

.brand-mark svg {
  width: 70px;
  height: 50px;
}

.brand-mark path:first-child {
  fill: currentColor;
}

.brand-mark path:last-child {
  fill: none;
  stroke: var(--ink);
  stroke-linecap: round;
  stroke-width: 1.7;
}

.brand strong {
  display: block;
  font-family: var(--serif);
  font-size: 20px;
  font-weight: 800;
  line-height: 1;
}

.brand small {
  display: block;
  margin-top: 5px;
  color: var(--ink-soft);
  font-family: "Noto Sans SC", var(--sans);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.25;
}

body.locale-zh .brand strong,
body.locale-zh .hero h1,
body.locale-zh .section-heading h2,
body.locale-zh .method-copy h2,
body.locale-zh .support-band h2,
body.locale-zh .route-card h2,
body.locale-zh .programme-grid h3 {
  font-family: var(--zh);
  font-weight: 800;
}

body.locale-zh .hero h1 {
  max-width: 680px;
  font-size: clamp(46px, 5.4vw, 82px);
  line-height: 1.08;
}

body.locale-zh .section-heading h2,
body.locale-zh .method-copy h2,
body.locale-zh .support-band h2 {
  font-size: clamp(36px, 4vw, 58px);
  line-height: 1.12;
}

body.locale-zh .route-card h2 {
  font-size: clamp(27px, 2.3vw, 34px);
}

body.locale-zh .news-item strong {
  font-family: var(--zh);
}

.main-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(18px, 3vw, 48px);
  flex: 1;
}

.main-nav a,
.header-actions a,
.language-select {
  font-size: 14px;
  font-weight: 600;
}

.main-nav a {
  color: #111111;
  white-space: nowrap;
}

.main-nav a[aria-current="page"] {
  color: var(--red);
}

.main-nav a:hover,
.route-card:hover em,
.news-item:hover em,
.section-heading a:hover,
.vision-copy a:hover,
.site-footer a:hover {
  color: var(--red);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.language-select {
  min-width: 112px;
  height: 42px;
  padding: 0 12px;
  color: var(--ink-soft);
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 0;
}

.nav-toggle {
  display: none;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 26px;
  color: #ffffff;
  background: var(--gold);
  border: 1px solid var(--gold);
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0;
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.button::after {
  content: "";
  width: 18px;
  height: 12px;
  margin-left: 18px;
  background: currentColor;
  clip-path: polygon(0 45%, 72% 45%, 48% 16%, 58% 6%, 100% 50%, 58% 94%, 48% 84%, 72% 55%, 0 55%);
}

.button:hover {
  background: var(--gold-dark);
  border-color: var(--gold-dark);
  transform: translateY(-1px);
}

.button-small {
  min-height: 42px;
  padding-inline: 18px;
}

.button-secondary {
  color: var(--red);
  background: transparent;
  border-color: var(--red);
}

.button-secondary:hover {
  color: #ffffff;
  background: var(--red);
  border-color: var(--red);
}

.button-light {
  color: var(--red-dark);
  background: #ffffff;
  border-color: #ffffff;
  flex-shrink: 0;
}

.button-light:hover {
  color: #ffffff;
  background: var(--ink);
  border-color: var(--ink);
}

.hero {
  min-height: 620px;
  display: flex;
  align-items: center;
  padding: 84px clamp(20px, 7vw, 104px);
  /*background-image: linear-gradient(90deg, #ffffff 0%, #ffffff 31%, rgba(255, 255, 255, 0.74) 47%, rgba(255, 255, 255, 0.04) 75%),
    url("assets/37d9bce4ddd385c6f3acab5e94f4b72a.jpg");*/
  background-position: center right;
  background-size: cover;
  border-bottom: 1px solid var(--line);
}

.hero-copy {
  width: min(630px, 100%);
}

.hero h1 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(56px, 6.6vw, 104px);
  font-weight: 800;
  line-height: 0.96;
  letter-spacing: 0;
}

.hero h1::after,
.section-heading h2::after,
.method-copy h2::after,
.route-card h2::after {
  content: "";
  display: block;
  width: 86px;
  height: 4px;
  margin-top: 22px;
  background: var(--gold);
}

.hero-line {
  display: block;
}

.hero p {
  max-width: 470px;
  margin: 28px 0 0;
  color: var(--ink-soft);
  font-size: clamp(18px, 2vw, 23px);
  line-height: 1.48;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 34px;
}

.impact-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  max-width: var(--max);
  margin: 0 auto;
  border-bottom: 1px solid var(--line);
}

.impact-strip article {
  display: flex;
  align-items: center;
  gap: 22px;
  min-height: 104px;
  padding: 22px clamp(16px, 3vw, 38px);
  border-right: 1px solid var(--line);
}

.impact-strip article:last-child {
  border-right: 0;
}

.impact-icon {
  color: var(--gold);
  flex: 0 0 54px;
}

.impact-icon svg {
  width: 54px;
  height: 54px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.45;
}

.impact-strip strong {
  display: block;
  font-family: var(--serif);
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 800;
  line-height: 1;
}

.impact-strip span span {
  display: block;
  margin-top: 4px;
  color: var(--ink-soft);
  font-size: 14px;
  line-height: 1.25;
}

.news-routes {
  display: grid;
  grid-template-columns: minmax(290px, 0.82fr) minmax(0, 1.8fr);
  gap: clamp(32px, 5vw, 70px);
  max-width: var(--max);
  margin: 0 auto;
  padding: 28px clamp(20px, 5vw, 40px) 72px;
}

.section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 28px;
}

.section-heading.compact {
  align-items: center;
  margin-bottom: 18px;
}

.section-heading p,
.method-copy > p:first-child {
  margin: 0 0 8px;
  color: var(--gold-dark);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.section-heading h2,
.method-copy h2,
.support-band h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(38px, 4.6vw, 64px);
  font-weight: 800;
  line-height: 1.03;
  letter-spacing: 0;
}

.section-heading.compact h2 {
  font-size: 32px;
}

.section-heading.compact h2::after {
  display: none;
}

.section-heading a,
.vision-copy a,
.news-item em,
.route-card em {
  color: var(--red);
  font-size: 14px;
  font-style: normal;
  font-weight: 800;
}

.section-heading a::after,
.vision-copy a::after,
.news-item em::after,
.route-card em::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 10px;
  margin-left: 10px;
  background: currentColor;
  clip-path: polygon(0 44%, 70% 44%, 48% 18%, 60% 8%, 100% 50%, 60% 92%, 48% 82%, 70% 56%, 0 56%);
}

.news-list {
  padding-right: 30px;
  border-right: 1px solid var(--line);
}

.news-item {
  display: grid;
  grid-template-columns: 126px 1fr;
  gap: 18px;
  padding: 17px 0;
  border-top: 1px solid var(--line);
}

.news-item img {
  width: 126px;
  height: 86px;
  object-fit: cover;
}

.news-item small {
  display: block;
  margin-bottom: 5px;
  color: var(--red);
  font-size: 12px;
  font-weight: 800;
}

.news-item strong {
  display: block;
  color: var(--ink);
  font-family: "Noto Sans SC", var(--sans);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
}

.news-item em {
  display: inline-flex;
  align-items: center;
  margin-top: 8px;
  font-size: 12px;
}

.route-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.route-card {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  background: #ffffff;
  border: 1px solid var(--line);
  transition: border-color 180ms ease, transform 180ms ease;
}

.route-card:hover {
  border-color: #bdb4a8;
  transform: translateY(-3px);
}

.route-card img {
  width: 100%;
  aspect-ratio: 1.75;
  object-fit: cover;
}

.route-card span {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: flex-start;
  padding: 28px 30px 26px;
}

.route-card h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(28px, 2.6vw, 38px);
  line-height: 1.05;
}

.route-card h2::after {
  width: 54px;
  height: 3px;
  margin-top: 13px;
}

.route-card p {
  margin: 17px 0 28px;
  color: var(--ink-soft);
  font-size: 15px;
  line-height: 1.6;
}

.route-card em {
  margin-top: auto;
}

.vision-section {
  max-width: var(--max);
  margin: 0 auto;
  padding: 74px clamp(20px, 5vw, 40px) 86px;
  border-top: 1px solid var(--line);
}

.vision-section > .section-heading {
  align-items: flex-start;
}

.vision-section > .section-heading h2 {
  max-width: 560px;
}

.vision-copy {
  max-width: 520px;
}

.vision-copy p {
  margin: 0 0 20px;
  color: var(--ink-soft);
  font-size: 17px;
}

.programme-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 46px;
}

.programme-grid article {
  min-width: 0;
}

.programme-grid img {
  width: 100%;
  aspect-ratio: 1.32;
  object-fit: cover;
}

.programme-grid h3 {
  margin: 18px 0 8px;
  font-family: var(--serif);
  font-size: 24px;
  line-height: 1.1;
}

.programme-grid p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 14px;
  line-height: 1.55;
}

.method-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
  background: var(--wash);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.method-media img {
  width: 100%;
  height: 100%;
  min-height: 560px;
  object-fit: cover;
}

.method-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 650px;
  padding: clamp(52px, 8vw, 110px) clamp(28px, 7vw, 96px);
}

.method-copy h2 {
  max-width: 600px;
}

.method-copy h2::after {
  width: 70px;
  height: 4px;
}

.method-copy p:not(:first-child) {
  margin: 28px 0 0;
  color: var(--ink-soft);
  font-size: 18px;
}

.method-copy ul {
  display: grid;
  gap: 14px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.method-copy li {
  display: flex;
  gap: 12px;
  color: var(--ink);
  font-weight: 700;
}

.method-copy li::before {
  content: "";
  width: 9px;
  height: 9px;
  margin-top: 9px;
  background: var(--gold);
  border-radius: 50%;
  flex: 0 0 auto;
}

.support-band {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  max-width: var(--max);
  margin: 88px auto;
  padding: clamp(42px, 6vw, 72px) clamp(26px, 6vw, 72px);
  color: #ffffff;
  background: var(--red-dark);
}

.support-band h2 {
  max-width: 760px;
  color: #ffffff;
}

.support-band p {
  max-width: 760px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 18px;
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(260px, 1.2fr) minmax(240px, 0.9fr) minmax(150px, 0.45fr);
  gap: 52px;
  padding: 62px clamp(20px, 5vw, 76px) 32px;
  color: #ffffff;
  background: #090909;
}

.footer-brand {
  color: #ffffff;
}

.footer-brand .brand-mark path:last-child {
  stroke: #ffffff;
}

.site-footer p,
.site-footer span,
.site-footer a {
  color: rgba(255, 255, 255, 0.72);
}

.site-footer p {
  max-width: 360px;
  margin: 18px 0 0;
}

.site-footer address,
.site-footer nav {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-style: normal;
}

.site-footer strong {
  margin-bottom: 6px;
  color: #ffffff;
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.copyright {
  grid-column: 1 / -1;
  margin: 28px 0 0;
  padding-top: 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  font-size: 13px;
}

.page-hero {
  min-height: 460px;
  display: flex;
  align-items: flex-end;
  padding: 120px clamp(22px, 7vw, 104px) 70px;
  color: #ffffff;
  background-position: center;
  background-size: cover;
  border-bottom: 1px solid var(--line);
}

.page-hero > div {
  max-width: 760px;
}

.page-hero p,
.split-copy > p:first-child,
.message-panel > div > p {
  margin: 0 0 12px;
  color: var(--gold);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.page-hero h1 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(48px, 6vw, 86px);
  line-height: 0.98;
}

/*.page-hero-about {
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.74), rgba(0, 0, 0, 0.18)), url("assets/2b1cbd0292990b9926ae2bc72f4d6faf.jpg");
}

.page-hero-vision {
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0.14)), url("assets/ccb86f8d6f9b7a603dba7b776e7100a3.jpeg");
}

.page-hero-team {
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0.16)), url("assets/4f86fd4c3e570f61fff768eea395dce9.jpg");
}

.page-hero-news {
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.74), rgba(0, 0, 0, 0.12)), url("assets/17fe5a985ad295767a7def48997d279a.jpg");
}

.page-hero-support {
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0.12)), url("assets/50f19abfda27b46ed57393bfbbf82a76.jpg");
}

.page-hero-contact {
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.78), rgba(0, 0, 0, 0.16)), url("assets/1a38113a57e53ef57e39c0f2f59fe341.jpg");
}*/

.story-section,
.timeline-section,
.message-panel {
  max-width: var(--max);
  margin: 0 auto;
  padding: 78px clamp(22px, 5vw, 40px);
}

.story-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(36px, 6vw, 92px);
  border-bottom: 1px solid var(--line);
}

.story-section.centered {
  display: block;
}

.rich-copy {
  color: var(--ink-soft);
  font-size: 18px;
}

.rich-copy p {
  margin: 0 0 20px;
}

.rich-copy p:last-child {
  margin-bottom: 0;
}

.image-band {
  max-width: var(--max);
  margin: 0 auto;
  padding: 48px clamp(22px, 5vw, 40px);
}

.image-band img {
  width: 100%;
  max-height: 620px;
  object-fit: cover;
}

.split-feature {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  align-items: stretch;
  max-width: var(--max);
  margin: 0 auto;
  padding: 78px clamp(22px, 5vw, 40px);
  gap: clamp(36px, 6vw, 76px);
  border-top: 1px solid var(--line);
}

.split-feature.reverse .split-copy {
  order: 2;
}

.split-feature img {
  width: 100%;
  height: 100%;
  min-height: 430px;
  object-fit: cover;
}

.split-copy {
  align-self: center;
}

.split-copy h2,
.message-panel h2,
.contact-cta h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(38px, 4.5vw, 62px);
  line-height: 1.04;
}

.split-copy p:not(:first-child),
.contact-cta p {
  color: var(--ink-soft);
  font-size: 18px;
}

.check-list {
  display: grid;
  gap: 15px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  display: flex;
  gap: 13px;
  font-weight: 700;
}

.check-list li::before {
  content: "";
  width: 9px;
  height: 9px;
  margin-top: 10px;
  background: var(--gold);
  border-radius: 50%;
  flex: 0 0 auto;
}

.timeline-grid,
.people-grid,
.support-options,
.contact-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 42px;
}

.timeline-grid article,
.people-grid article,
.support-options article,
.contact-grid article {
  padding: 30px;
  background: #ffffff;
  border: 1px solid var(--line);
}

.timeline-grid strong,
.people-grid strong,
.contact-grid strong {
  display: block;
  font-family: var(--serif);
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1;
}

.timeline-grid span,
.people-grid span,
.contact-grid span {
  display: block;
  margin-bottom: 12px;
  color: var(--red);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.people-grid {
  grid-template-columns: repeat(4, 1fr);
}

.people-grid article {
  min-height: 170px;
}

.name-cloud {
  color: var(--ink);
  font-family: var(--zh);
  font-weight: 800;
  line-height: 1.9;
}

.image-pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 clamp(22px, 5vw, 40px) 88px;
}

.image-pair img {
  width: 100%;
  aspect-ratio: 1.45;
  object-fit: cover;
}

.programme-panel,
.news-index,
.pager,
.support-options,
.contact-grid {
  max-width: var(--max);
  margin: 0 auto;
  padding: 78px clamp(22px, 5vw, 40px);
}

.programme-panel {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.programme-panel article,
.news-index article,
.news-card {
  border: 1px solid var(--line);
  background: #ffffff;
}

.programme-panel img,
.news-index img,
.news-card img {
  width: 100%;
  aspect-ratio: 1.35;
  object-fit: cover;
}

.programme-panel h2,
.news-index h2,
.news-card h2,
.support-options h2 {
  margin: 24px 24px 12px;
  font-family: var(--serif);
  font-size: 28px;
  line-height: 1.1;
}

.programme-panel p,
.news-index p,
.news-card p,
.support-options p,
.contact-grid p {
  margin: 0 24px 26px;
  color: var(--ink-soft);
}

.news-index {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.news-index small,
.news-card small {
  display: block;
  margin: 24px 24px 0;
  color: var(--red);
  font-weight: 800;
}

.news-card {
  display: block;
  transition: border-color 180ms ease, transform 180ms ease;
}

.news-card:hover {
  border-color: #bdb4a8;
  transform: translateY(-3px);
}

.news-detail {
  max-width: 1120px;
  margin: 0 auto;
  padding: clamp(54px, 7vw, 92px) 48px;
}

.news-detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.72fr);
  gap: clamp(32px, 5vw, 68px);
  align-items: start;
}

.news-detail-media img {
  width: 100%;
  aspect-ratio: 1.28;
  object-fit: cover;
  border: 1px solid var(--line);
}

.news-detail-copy {
  padding-top: 8px;
}

.news-detail-copy small {
  display: block;
  margin-bottom: 18px;
  color: var(--red);
  font-size: 16px;
  font-weight: 800;
}

.news-detail-copy h1 {
  margin: 0 0 22px;
  font-family: var(--serif);
  font-size: clamp(44px, 5.4vw, 76px);
  line-height: 0.98;
}

.news-detail-copy p {
  margin: 0 0 28px;
  color: var(--muted);
  font-size: clamp(18px, 2vw, 23px);
  line-height: 1.55;
}

.news-detail-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}

.news-detail-actions .back-link {
  color: var(--red);
  font-weight: 800;
}

.support-options {
  grid-template-columns: repeat(3, 1fr);
}

.support-options article {
  min-height: 260px;
}

.contact-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
  max-width: var(--max);
  margin: 0 auto 88px;
  padding: 54px clamp(28px, 6vw, 72px);
  background: var(--wash);
  border: 1px solid var(--line);
}

.contact-grid {
  grid-template-columns: repeat(3, 1fr);
}

.contact-grid article {
  min-height: 245px;
}

.contact-grid strong {
  overflow-wrap: anywhere;
  font-family: var(--sans);
  font-size: 30px;
}

.message-panel {
  display: grid;
  grid-template-columns: minmax(280px, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(36px, 6vw, 84px);
  border-top: 1px solid var(--line);
}

.contact-form {
  display: grid;
  gap: 18px;
}

.contact-form label {
  display: grid;
  gap: 8px;
  color: var(--ink-soft);
  font-size: 14px;
  font-weight: 800;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 14px 15px;
  border: 1px solid var(--line);
  border-radius: 0;
  color: var(--ink);
  font: 16px var(--sans);
}

@media (max-width: 1120px) {
  .site-header {
    gap: 18px;
  }

  .main-nav {
    gap: 18px;
  }

  .header-actions .button {
    display: none;
  }

  .impact-strip,
  .programme-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .impact-strip article:nth-child(2) {
    border-right: 0;
  }

  .impact-strip article:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }

  .news-routes {
    grid-template-columns: 1fr;
  }

  .news-list {
    padding-right: 0;
    border-right: 0;
  }
}

@media (max-width: 860px) {
  body.nav-open {
    overflow: hidden;
  }

  .site-header {
    padding: 16px 20px;
  }

  .brand {
    min-width: 0;
  }

  .brand-mark {
    width: 54px;
    height: 40px;
  }

  .brand-logo {
    width: 62px;
  }

  .brand-mark svg {
    width: 54px;
    height: 40px;
  }

  .brand strong {
    font-size: 17px;
  }

  .brand small {
    max-width: 150px;
    font-size: 11px;
  }

  .nav-toggle {
    display: inline-flex;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 7px;
    background: transparent;
    border: 1px solid var(--line);
  }

  .nav-toggle span {
    width: 18px;
    height: 2px;
    background: var(--ink);
    transition: transform 180ms ease;
  }

  .nav-open .nav-toggle span:first-child {
    transform: translateY(4.5px) rotate(45deg);
  }

  .nav-open .nav-toggle span:last-child {
    transform: translateY(-4.5px) rotate(-45deg);
  }

  .main-nav {
    position: fixed;
    inset: 73px 0 auto 0;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    padding: 12px 20px 24px;
    background: #ffffff;
    border-bottom: 1px solid var(--line);
  }

  .nav-open .main-nav {
    display: flex;
  }

  .main-nav a {
    width: 100%;
    padding: 15px 0;
    border-bottom: 1px solid var(--line);
    font-size: 17px;
  }

  .header-actions {
    margin-left: auto;
  }

  .language-select {
    display: block;
    min-width: 108px;
    height: 40px;
    padding-inline: 10px;
    font-size: 13px;
  }

  .hero {
    min-height: 720px;
    align-items: flex-end;
    padding: 340px 22px 50px;
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 0.72) 38%, #ffffff 58%),
      url("assets/ccb86f8d6f9b7a603dba7b776e7100a3.jpeg");
    background-position: center top;
  }

  .hero h1 {
    font-size: clamp(48px, 16vw, 72px);
  }

  .hero p {
    font-size: 18px;
  }

  .hero-actions,
  .support-band {
    align-items: stretch;
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .impact-strip,
  .route-cards,
  .programme-grid,
  .method-section,
  .story-section,
  .split-feature,
  .programme-panel,
  .news-index,
  .support-options,
  .contact-grid,
  .message-panel,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .impact-strip article,
  .impact-strip article:nth-child(2) {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .impact-strip article:last-child {
    border-bottom: 0;
  }

  .news-routes,
  .vision-section {
    padding-inline: 22px;
  }

  .section-heading,
  .vision-section > .section-heading {
    display: block;
  }

  .section-heading a {
    display: inline-flex;
    margin-top: 14px;
  }

  .vision-copy {
    margin-top: 24px;
  }

  .news-item {
    grid-template-columns: 102px 1fr;
    gap: 14px;
  }

  .news-item img {
    width: 102px;
    height: 92px;
  }

  .method-media img {
    min-height: 360px;
  }

  .method-copy {
    padding: 48px 22px 56px;
  }

  .support-band {
    margin: 56px 20px;
  }

  .page-hero {
    min-height: 430px;
    padding: 170px 22px 48px;
  }

  .story-section,
  .timeline-section,
  .message-panel,
  .programme-panel,
  .news-detail,
  .news-index,
  .support-options,
  .contact-grid,
  .split-feature {
    padding: 56px 22px;
  }

  .timeline-grid,
  .people-grid,
  .image-pair {
    grid-template-columns: 1fr;
  }

  .split-feature.reverse .split-copy {
    order: 0;
  }

  .split-feature img {
    min-height: 320px;
  }

  .news-detail-layout {
    grid-template-columns: 1fr;
  }

  .news-detail-copy h1 {
    font-size: 42px;
  }

  .contact-cta {
    align-items: stretch;
    flex-direction: column;
    margin: 0 20px 56px;
  }

  .contact-grid strong {
    font-size: 24px;
    line-height: 1.18;
  }

  .contact-grid p {
    margin-inline: 0;
  }

  .site-footer {
    gap: 34px;
    padding-inline: 22px;
  }
}

@media (max-width: 430px) {
  .site-header {
    gap: 10px;
    padding-inline: 14px;
  }

  .brand {
    gap: 10px;
  }

  .brand-logo {
    width: 54px;
  }

  .brand small {
    display: none;
  }

  .brand strong {
    font-size: 15px;
  }

  .language-select {
    min-width: 96px;
    max-width: 96px;
    padding-inline: 8px;
  }

  .nav-toggle {
    width: 40px;
    height: 40px;
  }

  .hero {
    min-height: 660px;
    padding-top: 300px;
  }

  .route-card span {
    padding: 24px 22px;
  }

  .section-heading h2,
  .method-copy h2,
  .support-band h2 {
    font-size: 38px;
  }
}

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


/*分页*/
.pager .pagination {
  justify-content: center;
  text-align: center;
}
.pager li {
  margin: 0 5px;
  display: inline-block;
}
.pager li > a,
.pager li > span {
  background: none;
  border: 1px solid var(--line);
  border-radius: 4px;
  padding: 7px 15px;
  font-size: 14px;
  display: inline-block;
}
.pager li a:hover,
.pager li.active span{
  background: var(--red);
  border: 1px solid var(--red-dark);
  color: #fff;
}

.loadmore {
  width: 80%;
  margin: 1.5em auto;
  line-height: 1.6em;
  font-size: 14px;
  text-align: center;
  clear: both;
}
.loadmore-tips {
  display: inline-block;
  vertical-align: middle;
}
.loadmore-line {
  border-top: 1px solid #eeeeee;
  margin-top: 2.4em;
}
.loadmore-line .loadmore-tips {
  position: relative;
  top: -0.9em;
  padding: 0 .55em;
  background-color: #FFFFFF;
  color: #808080;
}
.btn-loadmore {
  clear: both;
}