.page-home{
  --home-gold-glow: rgba(226, 192, 126, 0.22);
  --home-gold-strong: #E2C07E;
  --home-gold-shadow: #B8863B;
  --home-panel: #112836;
  --home-panel-deep: #0d2330;
  --home-text-dim: #A5B0AC;
  --home-line-soft: rgba(226, 192, 126, 0.18);
  --home-ease: cubic-bezier(0.22, 1, 0.36, 1);
  background:
    radial-gradient(ellipse 70% 50% at 90% 8%, rgba(226, 192, 126, 0.08), transparent 60%),
    var(--bg-ink);
  color: var(--text-light);
  overflow-x: hidden;
}

/* ===== 首屏迎宾门庭 ===== */
.page-home .home-masthead{
  position: relative;
  display: block;
  min-height: min(92vh, 920px);
  padding: clamp(72px, 10vw, 120px) 0 clamp(48px, 7vw, 88px);
  border-bottom: 1px solid var(--home-line-soft);
  background:
    linear-gradient(112deg, rgba(10, 30, 44, 0.96) 0%, rgba(10, 30, 44, 0.84) 42%, rgba(17, 40, 54, 0.75) 100%);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 3.5vw), 0 100%);
}

.page-home .home-masthead::before{
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(var(--home-line-soft) 1px, transparent 1px),
    linear-gradient(90deg, var(--home-line-soft) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,0.5), transparent 80%);
  pointer-events: none;
}

.page-home .home-masthead__grain{
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(
    -35deg,
    transparent 0,
    transparent 7px,
    rgba(226, 192, 126, 0.018) 7px,
    rgba(226, 192, 126, 0.018) 8px
  );
  pointer-events: none;
}

.page-home .home-masthead__inner{
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

.page-home .home-masthead__spine{
  display: flex;
  align-items: center;
  gap: 1rem;
  writing-mode: horizontal-tb;
}

.page-home .home-masthead__spine-text{
  font-family: var(--font-headings);
  font-size: clamp(0.95rem, 1.6vw, 1.2rem);
  letter-spacing: 0.22em;
  color: var(--gold-bright);
  padding: 0.65rem 1.1rem;
  border: 1px solid rgba(226, 192, 126, 0.4);
  border-left: 3px solid var(--gold-bright);
  background: rgba(226, 192, 126, 0.05);
  white-space: nowrap;
  box-shadow: inset 0 0 24px rgba(226, 192, 126, 0.06);
}

.page-home .home-masthead__content{
  max-width: none;
}

.page-home .home-masthead .kicker{
  color: var(--gold-bright);
  margin-bottom: 1.25rem;
}

.page-home .home-masthead__title{
  font-family: var(--font-headings);
  font-size: clamp(2.2rem, 5.6vw, 4.5rem);
  line-height: 1.12;
  letter-spacing: 0.01em;
  margin: 0 0 1.5rem;
  max-width: 11ch;
  font-weight: 700;
}

.page-home .home-masthead__lead{
  font-family: var(--font-body);
  font-size: clamp(1rem, 1.55vw, 1.18rem);
  line-height: 1.85;
  color: var(--text-dim);
  max-width: 60ch;
  margin: 0 0 2rem;
}

.page-home .home-masthead__meta{
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.5rem;
  margin-bottom: 2.25rem;
}

.page-home .home-masthead__meta-item{
  font-family: var(--font-data);
  font-size: 0.8rem;
  letter-spacing: 0.06em;
  color: #D9C49A;
  padding: 0.4rem 0.85rem;
  border: 1px solid rgba(226, 192, 126, 0.2);
  border-radius: 999px;
  background: rgba(17, 40, 54, 0.4);
}

.page-home .home-masthead__index{
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem 1.5rem;
  align-items: center;
}

.page-home .home-masthead__index-link{
  font-family: var(--font-body);
  font-size: 0.94rem;
  color: var(--text-light);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  padding-bottom: 0.2rem;
  transition: color 0.25s var(--home-ease), border-color 0.25s var(--home-ease);
}

.page-home .home-masthead__index-link:hover{
  color: var(--gold-bright);
  border-color: rgba(226, 192, 126, 0.65);
}

.page-home .home-masthead__index-sep{
  width: 1.5rem;
  height: 1px;
  background: linear-gradient(90deg, var(--gold-bright), transparent);
  opacity: 0.6;
}

.page-home .home-masthead__visual{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 40%;
  min-width: 360px;
  max-width: 560px;
  z-index: 0;
  pointer-events: none;
  clip-path: polygon(12% 0, 100% 0, 100% 100%, 0 100%);
  overflow: hidden;
}

.page-home .home-masthead__visual::before{
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(90deg, var(--bg-ink) 0%, rgba(10, 30, 44, 0.2) 22%, transparent 45%),
    linear-gradient(180deg, transparent 55%, rgba(10, 30, 44, 0.65) 100%);
}

.page-home .home-masthead__img{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0.55;
  filter: saturate(0.8) contrast(1.08) brightness(0.85);
}

/* ===== 八格入口 ===== */
.page-home .home-gates{
  padding: clamp(4.5rem, 8vw, 7rem) 0;
  background: var(--bg-ink);
}

.page-home .home-gates .section-heading{
  margin-bottom: 2.75rem;
}

.page-home .home-gates__grid{
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

.page-home .home-gate-card{
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  background: var(--bg-panel);
  border: 1px solid rgba(226, 192, 126, 0.14);
  border-radius: var(--radius);
  padding: 1.35rem 1.25rem 1.35rem 1.5rem;
  color: var(--text-light);
  text-decoration: none;
  overflow: hidden;
  transition:
    transform 0.3s var(--home-ease),
    box-shadow 0.3s var(--home-ease),
    border-color 0.3s var(--home-ease);
  box-shadow: 0 2px 12px rgba(7, 21, 33, 0.3);
}

.page-home .home-gate-card::after{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(226, 192, 126, 0.5), transparent);
  opacity: 0;
  transition: opacity 0.35s var(--home-ease);
}

.page-home .home-gate-card:hover,
.page-home .home-gate-card:focus-within{
  transform: translateY(-3px);
  border-color: rgba(226, 192, 126, 0.42);
  box-shadow:
    0 6px 24px rgba(0, 0, 0, 0.3),
    0 0 0 1px rgba(226, 192, 126, 0.12),
    0 0 32px rgba(226, 192, 126, 0.08);
}

.page-home .home-gate-card:hover::after,
.page-home .home-gate-card:focus-within::after{
  opacity: 1;
}

.page-home .home-gate-card:active{
  transform: translateY(1px) scale(0.995);
  transition-duration: 0.12s;
}

.page-home .home-gate-card__icon{
  flex-shrink: 0;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background: rgba(226, 192, 126, 0.08);
  color: var(--gold-bright);
}

.page-home .home-gate-card__body{
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  min-width: 0;
}

.page-home .home-gate-card__tag{
  font-family: var(--font-data);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  color: var(--emerald);
  text-transform: uppercase;
}

.page-home .home-gate-card__name{
  font-family: var(--font-headings);
  font-size: 1.15rem;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.page-home .home-gate-card__desc{
  font-family: var(--font-body);
  font-size: 0.88rem;
  line-height: 1.6;
  color: var(--text-dim);
  margin-top: 0.1rem;
}

.page-home .home-gate-card__no{
  position: absolute;
  right: 1rem;
  top: 1rem;
  font-family: var(--font-data);
  font-size: 0.78rem;
  color: rgba(226, 192, 126, 0.35);
  letter-spacing: 0.04em;
}

.page-home .home-gate-card--special{
  position: relative;
  align-items: center;
}

.page-home .home-gate-card--special .home-gate-card__bg{
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.26;
  z-index: 0;
}

.page-home .home-gate-card--special .home-gate-card__icon,
.page-home .home-gate-card--special .home-gate-card__body,
.page-home .home-gate-card--special .home-gate-card__no{
  position: relative;
  z-index: 1;
}

.page-home .home-gate-card--special::before{
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(120deg, rgba(10, 30, 44, 0.45), rgba(17, 40, 54, 0.9));
}

/* ===== 新访客快捷指南 ===== */
.page-home .home-guide{
  padding: clamp(4.5rem, 8vw, 7rem) 0;
  background:
    linear-gradient(180deg, var(--bg-abyss) 0%, var(--bg-ink) 100%);
  border-top: 1px solid rgba(226, 192, 126, 0.08);
  border-bottom: 1px solid rgba(226, 192, 126, 0.08);
}

.page-home .home-guide__inner{
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

.page-home .home-guide__heading-wrap{
  max-width: 640px;
}

.page-home .home-guide__heading-wrap .section-heading__title{
  margin-bottom: 0.75rem;
}

.page-home .home-guide__note{
  font-family: var(--font-body);
  font-size: 1rem;
  line-height: 1.7;
  color: var(--text-dim);
  margin: 0;
}

.page-home .home-guide__steps{
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.1rem;
}

.page-home .home-guide__step{
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  background: rgba(17, 40, 54, 0.8);
  border-radius: 10px;
  border: 1px solid rgba(226, 192, 126, 0.12);
  padding: 1.6rem 1.4rem 1.4rem;
  transition: border-color 0.3s var(--home-ease), box-shadow 0.3s var(--home-ease);
}

.page-home .home-guide__step:hover{
  border-color: rgba(226, 192, 126, 0.3);
  box-shadow: 0 0 24px rgba(226, 192, 126, 0.05);
}

.page-home .home-guide__step-img{
  position: absolute;
  width: 140px;
  height: auto;
  object-fit: cover;
  border-radius: 6px;
  opacity: 0.16;
  right: 1.2rem;
  bottom: 1.2rem;
  z-index: 0;
  pointer-events: none;
}

.page-home .home-guide__step > *:not(.home-guide__step-img){
  position: relative;
  z-index: 1;
}

.page-home .home-guide__step-no{
  font-family: var(--font-data);
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  color: var(--gold-bright);
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
}

.page-home .home-guide__step-no::after{
  content: "";
  width: 2.5rem;
  height: 1px;
  background: linear-gradient(90deg, rgba(226, 192, 126, 0.6), transparent);
}

.page-home .home-guide__step-title{
  font-family: var(--font-headings);
  font-size: 1.3rem;
  font-weight: 600;
  margin: 0;
  color: var(--text-light);
}

.page-home .home-guide__step-desc{
  font-family: var(--font-body);
  font-size: 0.92rem;
  line-height: 1.7;
  color: var(--text-dim);
  margin: 0;
  max-width: 36ch;
}

.page-home .home-guide__step-toggle{
  align-self: flex-start;
  font-family: var(--font-body);
  font-size: 0.85rem;
  color: var(--gold-bright);
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0.15rem 0;
  border-bottom: 1px dashed rgba(226, 192, 126, 0.4);
  transition: border-color 0.25s, color 0.25s;
  margin-top: 0.15rem;
}

.page-home .home-guide__step-toggle:hover{
  color: #F0D5A0;
  border-color: rgba(226, 192, 126, 0.8);
}

.page-home .home-guide__step-detail{
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.32s var(--home-ease), opacity 0.28s var(--home-ease), margin-top 0.3s var(--home-ease);
  border-left: 2px solid rgba(30, 155, 119, 0.45);
  padding-left: 0;
  margin-top: 0;
}

.page-home .home-guide__step-detail[data-open]{
  max-height: 200px;
  opacity: 1;
  padding-left: 0.9rem;
  margin-top: 0.3rem;
}

.page-home .home-guide__step-detail p{
  font-family: var(--font-body);
  font-size: 0.9rem;
  line-height: 1.7;
  color: var(--text-dim);
  margin: 0;
}

/* ===== 焕新版动态 ===== */
.page-home .home-update{
  padding: clamp(4.5rem, 8vw, 7rem) 0;
  background: var(--bg-ink);
}

.page-home .home-update__grid{
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
}

.page-home .home-update__main .kicker{
  color: var(--gold-bright);
  margin-bottom: 1rem;
}

.page-home .home-update__main .section-heading__title{
  margin-bottom: 1.2rem;
}

.page-home .home-update__lead{
  font-family: var(--font-body);
  font-size: 1.04rem;
  line-height: 1.75;
  color: var(--text-dim);
  max-width: 58ch;
  margin-bottom: 2.5rem;
}

.page-home .home-update__list{
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.page-home .home-update__item{
  position: relative;
  background: rgba(17, 40, 54, 0.65);
  border: 1px solid rgba(226, 192, 126, 0.1);
  border-radius: 10px;
  padding: 1.5rem 1.5rem 1.4rem 2.5rem;
  transition: background 0.3s var(--home-ease), border-color 0.3s var(--home-ease);
}

.page-home .home-update__item::before{
  content: "";
  position: absolute;
  left: 1rem;
  top: 1.6rem;
  bottom: 1.6rem;
  width: 2px;
  background: linear-gradient(180deg, var(--gold-bright), rgba(226, 192, 126, 0.08));
  border-radius: 2px;
}

.page-home .home-update__item:hover{
  background: rgba(17, 40, 54, 0.95);
  border-color: rgba(226, 192, 126, 0.25);
}

.page-home .home-update__item-index{
  font-family: var(--font-data);
  font-size: 0.82rem;
  color: rgba(226, 192, 126, 0.55);
  letter-spacing: 0.06em;
}

.page-home .home-update__item-title{
  font-family: var(--font-headings);
  font-size: 1.16rem;
  font-weight: 600;
  margin: 0.4rem 0 0.5rem;
  color: var(--text-light);
}

.page-home .home-update__item-desc{
  font-family: var(--font-body);
  font-size: 0.92rem;
  line-height: 1.68;
  color: var(--text-dim);
  margin: 0 0 0.8rem;
}

.page-home .home-update__item-link{
  font-family: var(--font-body);
  font-size: 0.9rem;
  color: var(--gold-bright);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  transition: gap 0.25s var(--home-ease);
}

.page-home .home-update__item-link:hover{
  gap: 0.7rem;
}

.page-home .home-update__item-link::after{
  content: "→";
  font-size: 1rem;
}

.page-home .home-update__aside{
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
}

.page-home .home-update__aside-card{
  background: linear-gradient(145deg, rgba(17, 40, 54, 0.85), rgba(7, 21, 33, 0.7));
  border: 1px solid rgba(226, 192, 126, 0.14);
  border-radius: 12px;
  padding: 1.75rem 1.5rem;
}

.page-home .home-update__aside-title{
  font-family: var(--font-headings);
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--gold-bright);
  letter-spacing: 0.02em;
  margin: 0 0 1.4rem;
  padding-bottom: 0.9rem;
  border-bottom: 1px solid rgba(226, 192, 126, 0.15);
}

.page-home .home-update__timeline{
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
}

.page-home .home-update__timeline-item{
  font-family: var(--font-body);
  font-size: 0.9rem;
  color: var(--text-dim);
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 1rem;
  border-bottom: 1px dashed rgba(226, 192, 126, 0.1);
  padding-bottom: 0.6rem;
}

.page-home .home-update__timeline-year{
  font-family: var(--font-data);
  font-size: 0.9rem;
  color: var(--gold-bright);
}

.page-home .home-update__aside-stats{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.75rem;
}

.page-home .home-update__aside-stat{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.15rem;
  background: rgba(17, 40, 54, 0.7);
  border: 1px solid rgba(226, 192, 126, 0.1);
  border-radius: 8px;
  padding: 1rem 0.5rem;
  margin: 0;
}

.page-home .home-update__num{
  font-family: var(--font-data);
  font-size: 2rem;
  font-weight: 700;
  color: var(--gold-bright);
  line-height: 1;
}

.page-home .home-update__label{
  font-family: var(--font-body);
  font-size: 0.78rem;
  color: var(--text-dim);
  text-align: center;
  line-height: 1.45;
}

.page-home .home-update__aside-link{
  font-family: var(--font-body);
  font-size: 0.94rem;
  color: var(--text-light);
  text-decoration: none;
  padding: 0.9rem 1.4rem;
  border: 1px solid rgba(226, 192, 126, 0.25);
  border-radius: 8px;
  text-align: center;
  background: rgba(226, 192, 126, 0.04);
  transition: all 0.3s var(--home-ease);
  display: block;
}

.page-home .home-update__aside-link:hover{
  border-color: rgba(226, 192, 126, 0.55);
  background: rgba(226, 192, 126, 0.09);
  color: var(--gold-bright);
}

/* ===== 安全承诺 ===== */
.page-home .home-trust{
  padding: clamp(4.5rem, 8vw, 7rem) 0 6rem;
  background:
    linear-gradient(180deg, var(--bg-ink) 0%, var(--bg-abyss) 100%);
}

.page-home .home-trust__inner{
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

.page-home .home-trust__visual{
  position: relative;
  flex-shrink: 0;
  border-radius: 16px;
  overflow: hidden;
  max-width: 320px;
}

.page-home .home-trust__visual::before{
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(circle at 30% 30%, rgba(226, 192, 126, 0.28), transparent 55%),
    linear-gradient(140deg, transparent 55%, rgba(10, 30, 44, 0.72) 100%);
  pointer-events: none;
}

.page-home .home-trust__img{
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  object-fit: cover;
  filter: saturate(0.85) contrast(1.05);
}

.page-home .home-trust__content .kicker{
  color: var(--emerald);
  margin-bottom: 1rem;
}

.page-home .home-trust__content .section-heading__title{
  margin-bottom: 1.4rem;
}

.page-home .home-trust__lead{
  font-family: var(--font-body);
  font-size: 1.05rem;
  line-height: 1.8;
  color: var(--text-dim);
  margin-bottom: 2rem;
  max-width: 56ch;
}

.page-home .home-trust__points{
  list-style: none;
  margin: 0 0 2rem;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.page-home .home-trust__point{
  display: flex;
  gap: 0.9rem;
  padding: 0.85rem 1rem;
  background: rgba(17, 40, 54, 0.55);
  border: 1px solid rgba(226, 192, 126, 0.08);
  border-radius: 8px;
  transition: background 0.3s var(--home-ease), border-color 0.3s var(--home-ease);
}

.page-home .home-trust__point:hover{
  background: rgba(17, 40, 54, 0.85);
  border-color: rgba(30, 155, 119, 0.3);
}

.page-home .home-trust__point-icon{
  flex-shrink: 0;
  width: 2.2rem;
  height: 2.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(30, 155, 119, 0.1);
  border-radius: 50%;
  color: var(--emerald);
}

.page-home .home-trust__point-title{
  font-family: var(--font-headings);
  font-size: 1rem;
  font-weight: 600;
  margin: 0 0 0.25rem;
  color: var(--text-light);
}

.page-home .home-trust__point-desc{
  font-family: var(--font-body);
  font-size: 0.88rem;
  color: var(--text-dim);
  line-height: 1.6;
  margin: 0;
}

.page-home .home-trust__links{
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

/* ===== 平板 ≥768px ===== */
@media (min-width: 768px){
  .page-home .home-masthead{
    padding: clamp(80px, 10vw, 130px) 0 clamp(70px, 8vw, 100px);
  }

  .page-home .home-masthead__inner{
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
  }

  .page-home .home-masthead__spine{
    writing-mode: vertical-rl;
    align-self: stretch;
    width: 52px;
    justify-content: center;
    border-right: 1px solid rgba(226, 192, 126, 0.18);
    padding-right: 0;
  }

  .page-home .home-masthead__spine-text{
    writing-mode: vertical-rl;
    white-space: nowrap;
    border: 1px solid transparent;
    border-right: 3px solid var(--gold-bright);
    border-left: none;
    padding: 1rem 0.55rem;
    letter-spacing: 0.26em;
  }

  .page-home .home-masthead__visual{
    width: 42%;
    min-width: 400px;
  }

  .page-home .home-gates__grid{
    grid-template-columns: repeat(2, 1fr);
    gap: 1.1rem;
  }

  .page-home .home-guide__steps{
    grid-template-columns: repeat(2, 1fr);
    gap: 1.2rem;
  }

  .page-home .home-update__grid{
    grid-template-columns: 1fr 340px;
    gap: 2.5rem;
  }
}

/* ===== 桌面 ≥1024px ===== */
@media (min-width: 1024px){
  .page-home .home-masthead__content{
    max-width: 680px;
  }

  .page-home .home-masthead__title{
    max-width: 9ch;
  }

  .page-home .home-gates__grid{
    grid-template-columns: repeat(4, 1fr);
    gap: 1.2rem;
  }

  .page-home .home-gate-card{
    flex-direction: column;
    align-items: flex-start;
    padding: 1.5rem;
    min-height: 220px;
  }

  .page-home .home-gate-card__no{
    top: auto;
    bottom: 1rem;
    right: 1rem;
  }

  .page-home .home-gate-card__desc{
    font-size: 0.84rem;
  }

  .page-home .home-guide__inner{
    flex-direction: row;
    align-items: flex-start;
    gap: 4rem;
  }

  .page-home .home-guide__heading-wrap{
    flex-shrink: 0;
    width: 320px;
    position: sticky;
    top: calc(var(--header-total) + 2.5rem);
  }

  .page-home .home-guide__steps{
    flex: 1;
    grid-template-columns: repeat(2, 1fr);
  }

  .page-home .home-guide__step{
    padding: 1.7rem 1.5rem 1.5rem;
  }

  .page-home .home-guide__step-img{
    width: 150px;
  }

  .page-home .home-update__grid{
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 4rem;
  }

  .page-home .home-update__list{
    display: grid;
    grid-template-columns: none;
  }

  .page-home .home-update__item{
    padding: 1.6rem 1.7rem 1.5rem 2.7rem;
  }

  .page-home .home-trust__inner{
    flex-direction: row;
    align-items: center;
    gap: 4rem;
  }

  .page-home .home-trust__visual{
    width: 280px;
    max-width: none;
  }

  .page-home .home-trust__points{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.9rem;
  }

  .page-home .home-trust__point{
    flex-direction: column;
    padding: 1.1rem;
  }
}

/* ===== 桌面 ≥1280px ===== */
@media (min-width: 1280px){
  .page-home .home-update__item{
    padding: 1.8rem 2rem 1.7rem 3rem;
  }

  .page-home .home-update__item::before{
    left: 1.2rem;
    top: 2rem;
    bottom: 2rem;
  }
}

/* ===== 动效与无障碍 ===== */
@media (prefers-reduced-motion: reduce){
  .page-home *,
  .page-home *::before,
  .page-home *::after{
    animation: none !important;
    transition: none !important;
  }

  .page-home .home-masthead{
    clip-path: none;
  }
}

.page-home .home-guide__step-toggle:focus-visible,
.page-home .home-masthead__index-link:focus-visible,
.page-home .home-update__item-link:focus-visible,
.page-home .home-trust__links .btn:focus-visible{
  outline: 2px solid var(--gold-bright);
  outline-offset: 3px;
}
