html,
body {
  margin: 0;
  padding: 0;
}

body.ax-page {
  color: var(--kxc-ink, #17251d);
  background: #fffdf7;
  font-family: "Microsoft YaHei", Arial, sans-serif;
}

.ax-page * {
  box-sizing: border-box;
}

.ax-page a {
  color: inherit;
  text-decoration: none;
}

.ax-wrap {
  width: 1320px;
  max-width: calc(100% - 80px);
  margin: 0 auto;
}

.ax-header {
  height: 76px;
  background: rgba(255,255,255,.96);
  border-bottom: 1px solid rgba(47,107,62,.08);
  box-shadow: 0 8px 24px rgba(36,68,47,.05);
}

.ax-header__inner {
  display: grid;
  grid-template-columns: 160px 1fr 260px;
  align-items: center;
  height: 100%;
  gap: 28px;
}

.ax-logo img {
  width: 116px;
  display: block;
}

.ax-nav {
  display: flex;
  justify-content: center;
  gap: 42px;
  color: #263b2f;
  font-size: 16px;
  line-height: 76px;
  white-space: nowrap;
}

.ax-nav a {
  position: relative;
}

.ax-nav a.is-active {
  color: #1f6a3c;
  font-weight: 700;
}

.ax-nav a.is-active:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 18px;
  width: 32px;
  height: 3px;
  border-radius: 999px;
  background: var(--kxc-green, #1f6b45);
  transform: translateX(-50%);
}

.ax-search {
  position: relative;
  justify-self: end;
  width: 250px;
  height: 38px;
}

.ax-search input {
  width: 100%;
  height: 100%;
  padding: 0 46px 0 20px;
  border: 1px solid rgba(47,107,62,.18);
  border-radius: 999px;
  color: #5b665c;
  background: #fff;
  outline: none;
}

.ax-search button {
  position: absolute;
  right: 10px;
  top: 50%;
  width: 28px;
  height: 28px;
  margin-top: -14px;
  border: 0;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
}

.ax-search button:before,
.ax-search button:after {
  content: "";
  position: absolute;
  border: 2px solid #2f6b3e;
}

.ax-search button:before {
  left: 6px;
  top: 5px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
}

.ax-search button:after {
  left: 17px;
  top: 17px;
  width: 8px;
  height: 0;
  border-width: 2px 0 0;
  transform: rotate(45deg);
}

.ax-hero {
  position: relative;
  height: 552px;
  overflow: hidden;
  color: #fff;
  background: url("../image/banner.jpg") center top / cover no-repeat;
}

.ax-hero__chalk {
  display: none;
}

.ax-hero__chalk:before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 10% 36%, rgba(255,240,192,.28), transparent 16%),
    radial-gradient(circle at 86% 18%, rgba(255,255,255,.18), transparent 22%);
}

.ax-hero__chalk:after {
  content: "用爱点亮希望\A让教育改变未来";
  position: absolute;
  right: 410px;
  top: 95px;
  white-space: pre-line;
  color: rgba(238,224,170,.46);
  font-family: "SimSun", "Songti SC", serif;
  font-size: 28px;
  line-height: 1.35;
  transform: rotate(-8deg);
}

.ax-hero__inner {
  position: relative;
  z-index: 1;
  height: 100%;
}

.ax-hero__copy {
  position: absolute;
  left: 80px;
  top: 112px;
}

.ax-hero__copy p {
  margin: 0 0 4px;
  color: #fff;
  font-size: 52px;
  line-height: 1.18;
  font-weight: 700;
  letter-spacing: 0;
}

.ax-hero__copy h1 {
  margin: 0 0 20px;
  color: #fff2c9;
  font-family: "SimSun", "Songti SC", serif;
  font-size: 130px;
  line-height: .95;
  font-weight: 700;
}

.ax-hero__copy strong {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 440px;
  height: 42px;
  margin-bottom: 32px;
  border-radius: 999px;
  color: #fffadf;
  font-size: 22px;
  background: rgba(47,107,62,.88);
  border: 1px solid rgba(248,220,150,.5);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.12);
}

.ax-hero__copy a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 260px;
  height: 54px;
  border-radius: 999px;
  color: #315733;
  font-size: 22px;
  font-weight: 700;
  background: linear-gradient(180deg, #fff6da, #eac887);
  border: 2px solid rgba(255,255,255,.6);
  box-shadow: 0 14px 26px rgba(0,0,0,.18);
}

.ax-hero__visual {
  position: absolute;
  right: 4px;
  bottom: 0;
  width: 760px;
  height: 620px;
}

.ax-hero__visual img {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 100%;
  max-height: 100%;
  filter: drop-shadow(0 20px 30px rgba(0,0,0,.22));
}

.ax-section {
  position: relative;
  padding: 66px 0;
  background: #fffdf7;
}

.ax-section:before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 8% 16%, rgba(47,107,62,.08) 0 10%, transparent 11%),
    radial-gradient(circle at 94% 86%, rgba(47,107,62,.07) 0 11%, transparent 12%);
}

.ax-title {
  position: relative;
  z-index: 1;
  text-align: center;
  margin-bottom: 34px;
}

.ax-title h2 {
  margin: 0;
  color: var(--kxc-green-deep, #174829);
  font-family: "SimSun", "Songti SC", serif;
  font-size: 42px;
  line-height: 1.2;
  font-weight: 700;
}

.ax-title h2:before,
.ax-title h2:after {
  content: "";
  display: inline-block;
  width: 36px;
  height: 1px;
  margin: 0 16px 12px;
  background: var(--kxc-gold, #c18747);
}

.ax-title p {
  margin: 10px 0 0;
  color: #6f7b70;
  font-size: 15px;
}

.ax-latest__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 430px 1fr;
  gap: 62px;
  align-items: center;
}

.ax-eyebrow {
  display: inline-block;
  margin-bottom: 16px;
  color: var(--kxc-green, #1f6b45);
  font-size: 20px;
  font-weight: 700;
}

.ax-latest__copy h2 {
  margin: 0 0 22px;
  color: var(--kxc-green-deep, #174829);
  font-family: "SimSun", "Songti SC", serif;
  font-size: 44px;
  line-height: 1.25;
}

.ax-latest__copy p {
  margin: 0 0 26px;
  color: #5d6a5f;
  font-size: 16px;
  line-height: 2;
}

.ax-mini-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin: 0 0 30px;
  padding: 0;
  list-style: none;
}

.ax-mini-stats b {
  display: block;
  color: var(--kxc-green-deep, #174829);
  font-size: 24px;
}

.ax-mini-stats span {
  color: #777468;
  font-size: 12px;
}

.ax-green-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 148px;
  height: 44px;
  padding: 0 26px;
  border-radius: 999px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  background: var(--kxc-green, #1f6b45);
  box-shadow: 0 12px 22px rgba(47,107,62,.22);
}

.ax-latest__card {
  position: relative;
  overflow: hidden;
  min-height: 370px;
  border-radius: var(--kxc-radius, 12px);
  box-shadow: 0 24px 44px rgba(36,68,47,.16);
}

.ax-latest__card img {
  width: 100%;
  height: 100%;
  min-height: 370px;
  display: block;
  object-fit: cover;
}

.ax-latest__card--video {
  background: #081b12;
}

.ax-latest__card--video:after {
  display: none;
}

.ax-latest__video {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 370px;
  object-fit: cover;
  background: #081b12;
}

.ax-latest__card:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,.08), rgba(11,77,45,.9));
}

.ax-latest__card div,
.ax-latest__card em,
.ax-latest__card a {
  position: absolute;
  z-index: 2;
}

.ax-latest__card div {
  display: none;
  left: 32px;
  top: 28px;
  color: #fff;
}

.ax-latest__card strong {
  display: block;
  font-size: 30px;
  line-height: 1.25;
}

.ax-latest__card span {
  display: block;
  margin-top: 8px;
  font-size: 18px;
}

.ax-latest__card em {
  left: 34px;
  bottom: 28px;
  color: #fff;
  font-style: normal;
}

.ax-latest__card a {
  right: 28px;
  bottom: 24px;
  height: 34px;
  padding: 0 20px;
  border-radius: 999px;
  color: #f5e6bd;
  line-height: 34px;
  border: 1px solid rgba(245,230,189,.8);
}

.ax-materials {
  background: #fff;
}

.ax-material-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 28px;
}

.ax-material-grid article {
  overflow: hidden;
  position: relative;
  min-height: 250px;
  border-radius: 12px;
  text-align: center;
  background: #fff7ed;
  box-shadow: 0 16px 30px rgba(36,68,47,.08);
}

.ax-material-grid article:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 112px;
  z-index: 2;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  transform: translateX(-50%);
  background:
    radial-gradient(circle, var(--kxc-green, #1f6b45) 0 34%, transparent 35%),
    #fff;
  border: 5px solid rgba(244,238,224,.96);
  box-shadow: 0 8px 18px rgba(36,68,47,.14);
}

.ax-material-grid article:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 41px;
  z-index: 2;
  width: 72px;
  height: 54px;
  transform: translateX(-50%);
  border: 3px solid rgba(255,255,255,.85);
  border-radius: var(--kxc-radius-sm, 6px);
  opacity: .9;
}

.ax-material-grid i {
  position: relative;
  display: block;
  height: 132px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.08), transparent),
    #286943;
  border: 8px solid #3f8356;
  border-bottom: 0;
}

.ax-material-grid i:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 34px;
  width: 86px;
  height: 70px;
  transform: translateX(-50%);
  background: center / contain no-repeat;
  opacity: .9;
}

.ax-material-grid article:nth-child(1) i:before {
  background-image: url("data:image/svg+xml,%3Csvg width='86' height='70' viewBox='0 0 86 70' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%23f8fff6' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 36h62M20 36v23M66 36v23M27 21h32v15H27zM32 27h22M37 12h12M43 12v9'/%3E%3C/g%3E%3C/svg%3E");
}

.ax-material-grid article:nth-child(2) i:before {
  background-image: url("data:image/svg+xml,%3Csvg width='86' height='70' viewBox='0 0 86 70' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%23f8fff6' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='18' y='13' width='50' height='38' rx='3'/%3E%3Cpath d='M28 24h30M28 34h18M24 58h38M43 51v7'/%3E%3C/g%3E%3C/svg%3E");
}

.ax-material-grid article:nth-child(3) i:before {
  background-image: url("data:image/svg+xml,%3Csvg width='86' height='70' viewBox='0 0 86 70' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%23f8fff6' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='12' y='14' width='40' height='32' rx='3'/%3E%3Cpath d='M24 57h16M32 46v11M60 18h12v32H60zM62 56h8'/%3E%3C/g%3E%3C/svg%3E");
}

.ax-material-grid article:nth-child(4) i:before {
  background-image: url("data:image/svg+xml,%3Csvg width='86' height='70' viewBox='0 0 86 70' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%23f8fff6' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='31' cy='39' r='17'/%3E%3Cpath d='M18 30c11 4 19 12 25 25M31 22c-4 13-3 24 5 34M16 43c10-4 21-5 32-2M55 31l16-9M57 31l11 12M72 22l4 16'/%3E%3C/g%3E%3C/svg%3E");
}

.ax-material-grid article:nth-child(5) i:before {
  background-image: url("data:image/svg+xml,%3Csvg width='86' height='70' viewBox='0 0 86 70' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%23f8fff6' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M31 15l12 8 12-8 13 11-9 12-5-4v27H32V34l-5 4-9-12zM38 23c2 4 8 4 10 0'/%3E%3C/g%3E%3C/svg%3E");
}

.ax-material-grid h3 {
  margin: -96px 0 106px;
  color: #fff;
  font-size: 25px;
}

.ax-material-grid strong {
  display: block;
  color: var(--kxc-ink, #17251d);
  font-size: 20px;
  line-height: 1.4;
}

.ax-material-grid p {
  margin: 6px 12px 0;
  color: #8a806e;
  font-size: 13px;
}

.ax-join {
  background: linear-gradient(180deg, #fffdf7, #faf7ef);
}

.ax-step-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 38px;
}

.ax-step-grid article {
  position: relative;
  min-height: 172px;
  padding: 28px 24px 24px;
  border-radius: var(--kxc-radius, 12px);
  background: rgba(255,255,255,.85);
  box-shadow: 0 12px 28px rgba(126,93,42,.1);
  border: 1px solid rgba(196,166,112,.24);
}

.ax-step-grid article:not(:last-child):after {
  content: "";
  position: absolute;
  right: -28px;
  top: 70px;
  width: 16px;
  height: 1px;
  background: var(--kxc-gold, #c18747);
}

.ax-step-grid b {
  position: absolute;
  right: 20px;
  top: 18px;
  color: var(--kxc-gold, #c18747);
  font-size: 22px;
}

.ax-step-grid h3 {
  margin: 34px 0 12px;
  color: var(--kxc-ink, #17251d);
  font-size: 19px;
}

.ax-step-grid p {
  margin: 0;
  color: #687267;
  font-size: 14px;
  line-height: 1.8;
}

.ax-journey {
  background: #fff;
}

.ax-journey__stage {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.08fr .95fr .58fr;
  gap: 0;
  align-items: stretch;
  overflow: visible;
  border-radius: var(--kxc-radius, 12px);
  background: #f3efe6;
  padding: 24px 72px;
}

.ax-trip {
  position: relative;
  min-height: 300px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 18px 34px rgba(36,68,47,.12);
}

.ax-trip.is-main {
  border-radius: 12px 0 0 12px;
}

.ax-trip img {
  width: 100%;
  height: 100%;
  min-height: 300px;
  display: block;
  object-fit: cover;
}

.ax-trip.is-main:after,
.ax-trip__side:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,.1), rgba(6,75,42,.78));
}

.ax-trip.is-main div,
.ax-trip__side div {
  position: absolute;
  left: 28px;
  right: 24px;
  top: 28px;
  z-index: 2;
  color: #fff;
}

.ax-trip span {
  display: inline-flex;
  align-items: center;
  height: 28px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(10,72,42,.78);
  border: 1px solid rgba(245,230,189,.6);
}

.ax-trip h3 {
  margin: 14px 0 6px;
  font-size: 24px;
  line-height: 1.35;
}

.ax-trip p {
  margin: 0;
  font-size: 16px;
}

.ax-trip__info {
  z-index: 2;
  min-height: 300px;
  padding: 36px 42px;
  border-radius: var(--kxc-radius, 12px);
  transform: scale(1.04);
}

.ax-trip__info h3 {
  margin: 0 0 16px;
  color: var(--kxc-green-deep, #174829);
  font-size: 28px;
}

.ax-trip__info p {
  color: #5f6a60;
  font-size: 15px;
  line-height: 1.9;
}

.ax-trip__info ul {
  display: flex;
  gap: 24px;
  margin: 20px 0;
  padding: 0;
  color: #8a806e;
  list-style: none;
  font-size: 13px;
}

.ax-trip__side {
  border-radius: 0 12px 12px 0;
  opacity: .88;
}

.ax-journey__arrow {
  position: absolute;
  top: 50%;
  z-index: 4;
  width: 52px;
  height: 52px;
  margin-top: -26px;
  border: 1px solid rgba(47,107,62,.18);
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  box-shadow: 0 12px 22px rgba(36,68,47,.12);
}

.ax-journey__arrow:before {
  content: "";
  position: absolute;
  left: 20px;
  top: 17px;
  width: 14px;
  height: 14px;
  border-top: 2px solid var(--kxc-green, #1f6b45);
  border-left: 2px solid var(--kxc-green, #1f6b45);
  transform: rotate(-45deg);
}

.ax-prev {
  left: -26px;
}

.ax-next {
  right: -26px;
}

.ax-next:before {
  left: 16px;
  transform: rotate(135deg);
}

.ax-map {
  background: #fbf7ef;
}

.ax-map__grid {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 34px;
}

.ax-map__copy {
  width: min(920px, 100%);
  text-align: center;
}

.ax-map__image {
  width: min(1120px, 100%);
}

.ax-map__image img {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  display: block;
}

.ax-map .ax-title {
  text-align: center;
  margin-bottom: 24px;
}

.ax-map .ax-title h2:before,
.ax-map .ax-title h2:after {
  display: none;
}

.ax-impact {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 0 auto 28px;
  padding: 28px;
  border: 1px solid rgba(196,166,112,.35);
  border-radius: var(--kxc-radius, 12px);
  background: rgba(255,255,255,.72);
  list-style: none;
}

.ax-impact li {
  text-align: center;
}

.ax-impact li + li {
  border-left: 1px solid rgba(196,166,112,.28);
}

.ax-impact b {
  display: block;
  color: var(--kxc-green-deep, #174829);
  font-size: 31px;
}

.ax-impact span {
  color: #6d766e;
  font-size: 14px;
}

.ax-map blockquote {
  margin: 0 auto;
  color: var(--kxc-green, #1f6b45);
  font-size: 22px;
  line-height: 1.8;
  font-weight: 700;
}

.ax-footer {
  position: relative;
  padding: 56px 0 24px;
  color: #fff;
  background:
    radial-gradient(circle at 92% 16%, rgba(96,132,83,.36), transparent 22%),
    linear-gradient(90deg, #083920, #0b5b36);
}

.ax-footer__grid {
  display: grid;
  grid-template-columns: 310px 1fr 250px;
  gap: 54px;
  align-items: start;
}

.ax-footer__contact p {
  margin: 0 0 8px;
  color: #cdddcf;
  font-size: 15px;
}

.ax-footer__contact strong {
  display: block;
  margin-bottom: 26px;
  color: #fff;
  font-size: 28px;
  line-height: 1.2;
  font-weight: 500;
}

.ax-footer__nav {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 34px;
}

.ax-footer__nav dl {
  margin: 0;
}

.ax-footer__nav dt {
  margin-bottom: 14px;
  color: #fff;
  font-weight: 700;
}

.ax-footer__nav dd {
  margin: 0 0 9px;
  color: #cdddcf;
  font-size: 14px;
}

.ax-footer__qr {
  padding: 18px;
  border-radius: 12px;
  text-align: center;
  color: var(--kxc-ink, #17251d);
  background: #fff;
}

.ax-footer__qr h3 {
  margin: 0 0 4px;
  color: var(--kxc-ink, #17251d);
  font-size: 20px;
}

.ax-footer__qr p {
  margin: 0 0 10px;
  color: #6d766e;
  font-size: 13px;
}

.ax-footer__qr img {
  width: 120px;
  height: 120px;
  object-fit: cover;
}

.ax-footer__qr a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  margin-top: 10px;
  padding: 0 18px;
  border-radius: 999px;
  color: #fff;
  background: var(--kxc-green, #1f6b45);
}

.ax-copyright {
  width: 1320px;
  max-width: calc(100% - 80px);
  margin: 28px auto 0;
  padding-top: 18px;
  border-top: 1px solid rgba(255,255,255,.16);
  color: #bdd3c4;
  font-size: 13px;
}

@media (max-width: 1500px) {
  .ax-wrap {
    width: 1180px;
  }

  .ax-nav {
    gap: 28px;
  }

  .ax-hero__copy {
    left: 30px;
  }

  .ax-hero__visual {
    right: 0;
  }
}

/* ============================================================
   KXC(2026-08-23): 行程卡的四处修正
   ============================================================ */

/* --- 图卡上的校名：原来是 h3，与右侧文卡标题重复播报，已降级为说明文字。
       视觉上保持原来的分量，只改语义。 --- */
.ax-trip .ax-trip__caption {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  margin: 6px 0 8px;
}
.ax-trip__side .ax-trip__caption {
  font-size: 16px;
}

/* --- 位置计数：13 站却没有任何位置提示 --- */
.ax-journey__count {
  color: var(--kxc-ink-soft, #5d6a62);
  font-size: 13px;
  font-variant-numeric: tabular-nums;
  letter-spacing: .06em;
  margin: 18px 0 0;
  grid-column: 1 / -1;
  text-align: center;
}

/* --- 预览卡的图原来被裁 47%（496x413 塞进 261x411 的竖框）。
       这三张卡是等高拼贴的设计（.ax-trip img 是 height:100% + cover），
       给图片单独设 aspect-ratio 会被容器高度压过，也会破坏拼贴的版式。
       改成调整栅格宽度：预览卡从 .58fr 放宽到 .78fr，
       让它的宽高比接近原图的 1.20，裁切随之降到一成左右。 --- */
.ax-journey__stage {
  grid-template-columns: 1.02fr .88fr .78fr;
}

/* 图片保留居中裁切，但把焦点稍微上移 —— 校园合影的人物通常在画面上半部，
   默认居中会把头顶和脚一起切掉。 */
.ax-trip__side img {
  object-position: center 42%;
}

/* --- 圆角收敛：这一页有 8 种（999/28/18/16/14/12/10/50%），
       卡片用 18px 而站内令牌是 12px。把卡片类统一到令牌，
       胶囊按钮(999px)和圆形(50%)保留 —— 那是形状不是圆角。 --- */
.ax-trip,
.ax-latest__card,
.ax-latest__video,
.ax-map__image img,
.ax-hero__visual img {
  border-radius: var(--kxc-radius, 12px);
}
.ax-mini-stats li,
.ax-impact li,
.ax-step {
  border-radius: var(--kxc-radius-sm, 6px);
}

/* --- 箭头：补一个可见的键盘焦点态（深底浅按钮，用金色描边） --- */
.ax-journey__arrow:focus-visible {
  outline: 2px solid var(--kxc-gold, #c18747);
  outline-offset: 3px;
}
.ax-journey__arrow {
  transition: background var(--kxc-t-fast, .18s) var(--kxc-ease, ease),
              border-color var(--kxc-t-fast, .18s) var(--kxc-ease, ease),
              transform var(--kxc-t-fast, .18s) var(--kxc-ease, ease);
}
.ax-journey__arrow:hover {
  border-color: var(--kxc-green, #1f6b45);
  transform: scale(1.06);
}

/* ============================================================
   KXC(2026-08-23): 图片卡的文字浮层与图片自带文字打架
   ------------------------------------------------------------
   这批助学照片本身就烧录了标题（顶部那条绿色横幅写着
   "蔻心草爱心助学第十三站 新疆喀什地区恰依拉小学"），
   而卡片又在同一位置叠了一层白字，两层字重叠、都读不清。

   主图卡：去掉重复的文字浮层，只留站号徽标 ——
     校名图片自己写着，右侧文卡也有，叠第三遍没有意义。
   预览卡：保留文字（它是唯一标注那一站的地方），
     但移到底部并加深色蒙版，避开顶部的横幅。
   ============================================================ */

/* 主图卡：徽标留在左上，其余文字撤掉 */
.ax-trip.is-main div {
  top: 24px;
  bottom: auto;
}
.ax-trip.is-main .ax-trip__caption,
.ax-trip.is-main div > p:not(.ax-trip__caption) {
  display: none;
}
/* 主图卡不再需要整片压暗，只在徽标附近留一点渐变即可 */
.ax-trip.is-main:after {
  background: linear-gradient(180deg, rgba(6, 75, 42, .42) 0%, rgba(6, 75, 42, 0) 34%);
}

/* 预览卡：文字挪到底部，蒙版只压底部 */
.ax-trip__side div {
  top: auto;
  bottom: 22px;
}
.ax-trip__side:after {
  background: linear-gradient(180deg, rgba(0, 0, 0, .05) 40%, rgba(6, 75, 42, .82) 100%);
}
.ax-trip__side .ax-trip__caption {
  font-size: 15px;
  line-height: 1.45;
}
.ax-trip__side span {
  margin-bottom: 6px;
}

/* ============================================================
   KXC(2026-08-23): 章节标题的装饰向全站看齐
   ------------------------------------------------------------
   原来是「— 标题 —」，两侧各一条 36x1px 金线。
   /pp/ 上一轮已经把同样的两侧装饰改成了标题下方一条 40x2px 金线，
   全站其它章节标题也都是这个处理 —— 这一页是最后一处例外。

   .ax-map .ax-title 那节原本把两侧线整个 display:none 掉了
   （因为在深色面板上两侧线很脏），它的选择器权重 0-2-2 高于
   .ax-title h2:after 的 0-1-2，所以这里必须再写一条同权重的，
   否则地图那节会连下划线一起没有。
   ============================================================ */
.ax-title h2 {
  position: relative;
  padding-bottom: 16px;
}
.ax-title h2:before {
  content: none;
}
.ax-title h2:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 40px;
  height: 2px;
  margin: 0;
  background: var(--kxc-gold, #c18747);
  transform: translateX(-50%);
}
.ax-map .ax-title h2:before {
  display: none;
}
.ax-map .ax-title h2:after {
  display: block;
}

/* ============================================================
   KXC(2026-08-23): 「第十三站 · 新疆 · 喀什」标题的孤字换行
   ------------------------------------------------------------
   左列固定 430px，标题 44px 排这 11 个字要 ~484px，
   于是断成两行，"喀什"两个字孤零零掉在第二行 —— 很难看。

   不缩字号（缩到能一行放下得 35px，代价太大）。
   先试了 text-wrap: balance，反而更糟 —— 它不认 CJK 词边界，
   把「新疆」拆成了「新」/「疆」。
   改成把地名包一层 span 设 nowrap，断点固定在「第十三站 ·」之后，
   两行都是完整词组。
   ============================================================ */
.ax-latest__copy h2 .ax-latest__place {
  white-space: nowrap;
}

/* ============================================================
   KXC(2026-08-23): 眉标的字号
   ------------------------------------------------------------
   原来 20px —— 比正文（15px）还大，喧宾夺主，而且和它下面
   44px 的标题挤在一起没有层次。全站眉标是小字 + 字距的处理。
   只改样式，文案不动。
   ============================================================ */
.ax-eyebrow {
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: .12em;
  color: var(--kxc-gold-deep, #9c6b33);
}

/* ============================================================
   KXC(2026-08-23): 补上响应式 —— 这一页原本几乎没有
   ------------------------------------------------------------
   整份样式表原来只有一个 @media (max-width: 1500px)，而且只把
   .ax-wrap 从 1320px 调到 1180px，所有多栏栅格在手机上原样保留。
   375px 实测：
     五步流程   5 栏，每栏 78px
     物资站     5 栏
     统计条     4 栏，每栏 52px
     行程卡     3 栏 -> 主图 38px / 文字 87px，整块高 3073px
     页脚导航   4 栏
   共 17 处文字被压成一字一行，页面基本读不了。
   （这是这一页原本就有的，不是这轮改动引入的 —— 基线值
     .ax-journey__stage 就是 1.08fr .95fr .58fr 三栏。）

   下面按两档补齐。只改布局尺寸，不动文案、结构和任何交互。
   ============================================================ */

/* ---------------- <= 1100px：平板 ---------------- */
@media (max-width: 1100px) {
  .ax-wrap {
    max-width: calc(100% - 48px);
  }

  /* Hero 从「背景图 + 绝对定位的文字和人物」改成正常流的堆叠 */
  .ax-hero {
    height: auto;
    padding: 56px 0 0;
  }
  .ax-hero__inner {
    height: auto;
  }
  .ax-hero__copy {
    position: static;
    left: auto;
    top: auto;
  }
  .ax-hero__copy p {
    font-size: 34px;
  }
  .ax-hero__copy h1 {
    font-size: 84px;
  }
  .ax-hero__copy strong {
    width: auto;
    max-width: 100%;
    height: auto;
    min-height: 42px;
    padding: 6px 18px;
    font-size: 18px;
  }
  .ax-hero__visual {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    height: auto;
    margin-top: 28px;
  }
  .ax-hero__visual img {
    position: static;
    display: block;
    width: 100%;
    max-width: 520px;
    height: auto;
    margin: 0 auto;
  }

  /* 最新一站：左列原本硬编码 430px，窄屏下把右列挤成 0 */
  .ax-latest__grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .ax-latest__copy h2 {
    font-size: 34px;
  }

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

  /* 行程卡：三栏改单栏。预览卡是「露出下一站一角」的设计，
     窄屏没有横向余量给它，隐藏；主图 + 文字上下堆叠。 */
  .ax-journey__stage {
    grid-template-columns: 1fr;
    padding: 20px;
    gap: 0;
  }
  .ax-trip__side {
    display: none;
  }
  .ax-trip {
    min-height: 0;
  }
  .ax-trip.is-main {
    border-radius: 12px 12px 0 0;
  }
  .ax-trip.is-main img {
    height: auto;
    min-height: 0;
    aspect-ratio: 16 / 10;
  }
  .ax-trip__info {
    min-height: 0;
    transform: none;      /* 桌面上的 scale(1.04) 是为了让中间卡浮起，堆叠后没有意义 */
    border-radius: 0 0 12px 12px;
    padding: 28px 24px;
  }

  /* 箭头原本挂在舞台外侧 -26px，窄屏会顶出视口 */
  .ax-prev {
    left: 8px;
  }
  .ax-next {
    right: 8px;
  }

  .ax-footer__grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}

/* ---------------- <= 768px：手机 ---------------- */
@media (max-width: 768px) {
  .ax-wrap {
    max-width: calc(100% - 32px);
  }

  .ax-section {
    padding: 48px 0;
  }
  .ax-title {
    margin-bottom: 26px;
  }
  .ax-title h2 {
    font-size: 28px;
    padding-bottom: 12px;
  }
  .ax-title p {
    font-size: 14px;
  }

  .ax-hero {
    padding: 40px 0 0;
  }
  .ax-hero__copy p {
    font-size: 24px;
  }
  .ax-hero__copy h1 {
    font-size: 58px;
  }
  .ax-hero__copy strong {
    font-size: 15px;
    line-height: 1.5;
  }
  .ax-hero__copy a {
    width: 100%;
    max-width: 260px;
    font-size: 18px;
  }

  .ax-latest__copy h2 {
    font-size: 28px;
  }
  /* 桌面上给地名包了 nowrap 防孤字；手机列宽够窄，
     强行不换行反而会溢出，这里放开。 */
  .ax-latest__copy h2 .ax-latest__place {
    white-space: normal;
  }
  .ax-mini-stats {
    gap: 12px;
  }

  .ax-material-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
  .ax-material-grid article {
    min-height: 200px;
  }

  /* 五步流程是有顺序的，手机上改成单列自上而下，顺序读起来更清楚 */
  .ax-step-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .ax-step-grid article {
    min-height: 0;
    padding: 18px 20px;
  }

  .ax-journey__stage {
    padding: 14px;
  }
  .ax-trip__info {
    padding: 22px 18px;
  }
  .ax-trip__info h3 {
    font-size: 21px;
  }
  .ax-trip__info ul {
    flex-wrap: wrap;
    gap: 8px 18px;
  }
  .ax-journey__arrow {
    width: 42px;
    height: 42px;
    margin-top: -21px;
  }
  .ax-prev {
    left: 2px;
  }
  .ax-next {
    right: 2px;
  }

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

  .ax-footer__nav {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* ============================================================
   KXC(2026-08-23): 手机上行程卡的两处遮挡
   ------------------------------------------------------------
   1) 箭头原本 position:absolute + top:50%，桌面上正好在图片中间；
      折成单栏后「50%」变成了整块（图 + 文）的中间，
      两颗圆钮正好压在正文段落上。
      不用写死像素（不同机宽算出来不一样），改成把箭头放进
      主图那一格：grid-row 与主图同行，align-self:center 自然居中。
   2) 图片自带的标题横幅在小尺寸下被挤到很窄，
      左上角那枚「第十三站」徽标压在上面。
      徽标撤掉 —— 下方计数「1 / 13　第十三站」已经说明了是第几站。
   ============================================================ */
@media (max-width: 1100px) {
  .ax-trip.is-main {
    grid-row: 1;
    grid-column: 1;
  }
  .ax-trip__info {
    grid-row: 2;
    grid-column: 1;
  }
  .ax-journey__count {
    grid-row: 3;
  }

  .ax-journey__arrow {
    position: relative;
    grid-row: 1;
    grid-column: 1;
    top: auto;
    margin-top: 0;
    align-self: center;
  }
  .ax-prev {
    justify-self: start;
    left: 10px;
  }
  .ax-next {
    justify-self: end;
    right: 10px;
  }

  /* 站号徽标：小尺寸下和图片烧录的横幅打架，撤掉，交给下方计数 */
  .ax-trip.is-main div > span {
    display: none;
  }
}
