.page-home {
  --home-rule: rgba(76, 86, 84, 0.28);
  --home-rule-soft: rgba(76, 86, 84, 0.14);
  --home-rule-dark: rgba(244, 240, 230, 0.2);
  --home-dim: rgba(244, 240, 230, 0.68);
}

/* ---------- 顶部上下文 ---------- */
.page-home .home-context {
  background: var(--ng-night);
  border-bottom: 1px solid var(--line-dark);
}

.page-home .home-context__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 6px 20px;
  padding-block: 12px;
}

.page-home .home-context .breadcrumb__list {
  display: flex;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.page-home .home-context .breadcrumb__current {
  font-size: var(--label);
  letter-spacing: 0.16em;
  color: var(--ng-paper);
}

.page-home .home-context__meta {
  margin: 0;
  font-family: var(--font-mono);
  font-size: 0.76rem;
  letter-spacing: 0.06em;
  color: var(--home-dim);
}

/* ---------- 首屏 ---------- */
.page-home .hero {
  background: var(--ng-night);
  color: var(--ng-paper);
  padding-block: clamp(28px, 5vw, 64px);
}

.page-home .hero__frame {
  position: relative;
  overflow: hidden;
  padding: clamp(24px, 4vw, 60px);
  border: 1px solid var(--line-dark);
  background:
    linear-gradient(180deg, rgba(11, 42, 34, 0.4), rgba(11, 42, 34, 0.92));
}

.page-home .hero__frame::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 6px;
  background: repeating-linear-gradient(
    90deg,
    var(--line-dark) 0 1px,
    transparent 1px 22px
  );
}

.page-home .hero__bg {
  position: absolute;
  inset: 0;
  margin: 0;
  z-index: 0;
  opacity: 0.2;
}

.page-home .hero__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.page-home .hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  gap: clamp(28px, 4vw, 48px);
}

.page-home .hero .eyebrow {
  margin: 0 0 14px;
  font-size: var(--label);
  letter-spacing: 0.2em;
  color: var(--ng-trophy);
}

.page-home .hero h1 {
  margin: 0 0 18px;
  font-family: var(--font-title);
  font-size: clamp(2rem, 5.6vw, 4.1rem);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.01em;
  color: var(--ng-white);
}

.page-home .hero .leader {
  margin: 0;
  max-width: 40ch;
  font-size: clamp(0.98rem, 1.4vw, 1.12rem);
  line-height: 1.8;
  color: var(--home-dim);
}

.page-home .hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: clamp(20px, 3vw, 30px);
}

.page-home .hero__score {
  margin-top: clamp(28px, 4vw, 44px);
  padding-top: clamp(18px, 2.5vw, 26px);
  border-top: 1px solid var(--home-rule-dark);
}

.page-home .hero__score-num {
  display: block;
  font-family: var(--font-mono);
  font-size: clamp(3rem, 9vw, 6.2rem);
  font-weight: 700;
  line-height: 0.94;
  letter-spacing: -0.035em;
  color: var(--ng-signal);
}

.page-home .hero__score-cap {
  display: block;
  margin-top: 10px;
  font-size: var(--label);
  letter-spacing: 0.16em;
  color: var(--home-dim);
}

.page-home .hero__score-sub {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 32px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.page-home .hero__score-sub li {
  font-size: 0.9rem;
  color: var(--home-dim);
}

.page-home .hero__score-sub .num {
  margin-right: 8px;
  font-family: var(--font-mono);
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--ng-white);
}

.page-home .hero__side {
  padding-top: 4px;
}

.page-home .hero__side-title {
  margin: 0 0 14px;
  font-family: var(--font-title);
  font-size: var(--label);
  font-weight: 600;
  letter-spacing: 0.2em;
  color: var(--ng-trophy);
}

.page-home .league-list {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--home-rule-dark);
}

.page-home .league-list__row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  min-height: 44px;
  padding: 12px 2px;
  border-bottom: 1px solid var(--home-rule-dark);
  transition: background 180ms var(--ease);
}

.page-home .league-list__row:hover {
  background: rgba(46, 125, 79, 0.16);
}

.page-home .league-list__key {
  font-family: var(--font-title);
  font-size: 1.02rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--ng-white);
}

.page-home .league-list__val {
  font-family: var(--font-mono);
  font-size: 0.78rem;
  letter-spacing: 0.02em;
  color: var(--home-dim);
}

.page-home .hero__side-figure {
  margin: 22px 0 0;
}

.page-home .hero__side-figure .figure__img,
.page-home .hero__side-figure img {
  border: 1px solid var(--home-rule-dark);
}

/* ---------- 战报条带 ---------- */
.page-home .report-band {
  background: var(--ng-paper);
}

.page-home .section__head {
  max-width: 62ch;
  margin-bottom: clamp(24px, 3.5vw, 40px);
}

.page-home .section__head .eyebrow {
  margin: 0 0 12px;
  font-size: var(--label);
  letter-spacing: 0.2em;
  color: var(--ng-pitch);
}

.page-home .section__head h2 {
  margin: 0 0 14px;
  font-family: var(--font-title);
  font-size: clamp(1.5rem, 3vw, 2.4rem);
  font-weight: 700;
  line-height: 1.14;
  letter-spacing: -0.01em;
  color: var(--ng-ink);
}

.page-home .section__head .leader {
  margin: 0;
  font-size: 1rem;
  line-height: 1.8;
  color: var(--ng-stone);
}

.page-home .report-strip {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(232px, 82%);
  gap: 0;
  margin: 0;
  padding: 0 0 8px;
  list-style: none;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  border-top: 2px solid var(--ng-ink);
}

.page-home .report-strip__item {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 20px 18px 24px;
  scroll-snap-align: start;
  background: var(--ng-white);
  border-right: 1px solid var(--home-rule-soft);
}

.page-home .report-strip__title {
  margin: 0;
  font-family: var(--font-title);
  font-size: 1.02rem;
  font-weight: 600;
  line-height: 1.35;
  color: var(--ng-ink);
}

.page-home .report-strip__meta {
  margin: 0;
  flex: 1;
  font-size: 0.82rem;
  line-height: 1.7;
  color: var(--ng-slate);
}

.page-home .report-strip__link {
  align-self: flex-start;
  min-height: 32px;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: var(--ng-signal);
  text-decoration: none;
  border-bottom: 2px solid var(--ng-signal);
}

.page-home .report-strip__link:hover,
.page-home .report-strip__link:focus-visible {
  color: var(--ng-signal-deep);
  border-bottom-color: var(--ng-signal-deep);
}

/* ---------- 四类看法 ---------- */
.page-home .views-band {
  background: var(--ng-paper);
  border-top: 1px solid var(--home-rule-soft);
}

.page-home .views {
  display: grid;
  gap: clamp(28px, 4vw, 48px);
}

.page-home .views__grid {
  display: grid;
  gap: 0;
  border-top: 1px solid var(--home-rule);
}

.page-home .view-item {
  border-bottom: 1px solid var(--home-rule);
  padding: 6px 0;
}

.page-home .view-item .fold__summary {
  display: flex;
  align-items: baseline;
  gap: 14px;
  min-height: 52px;
  padding: 14px 4px;
  cursor: pointer;
  list-style: none;
}

.page-home .view-item .fold__summary::-webkit-details-marker {
  display: none;
}

.page-home .view-item__no {
  font-family: var(--font-mono);
  font-size: 0.78rem;
  letter-spacing: 0.04em;
  color: var(--ng-slate);
}

.page-home .view-item__name {
  font-family: var(--font-title);
  font-size: 1.14rem;
  font-weight: 600;
  color: var(--ng-ink);
  border-bottom: 2px solid transparent;
  transition: border-color 180ms var(--ease);
}

.page-home .view-item .fold__summary:hover .view-item__name,
.page-home .view-item[open] .view-item__name {
  border-bottom-color: var(--ng-pitch);
}

.page-home .view-item__hint {
  margin-left: auto;
  font-size: 0.78rem;
  letter-spacing: 0.04em;
  color: var(--ng-slate);
  text-align: right;
}

.page-home .view-item .fold__body {
  padding: 0 4px 18px;
}

.page-home .view-item .fold__body p {
  margin: 0;
  max-width: 40ch;
  font-size: 0.94rem;
  line-height: 1.8;
  color: var(--ng-stone);
}

.page-home .views__media {
  display: grid;
  gap: 14px;
  align-content: start;
}

.page-home .views__figure {
  margin: 0;
  border: 1px solid var(--home-rule);
  padding: 10px;
  background: var(--ng-white);
}

.page-home .views__figure img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.page-home .views__figure .figure__caption {
  margin-top: 10px;
  font-size: 0.8rem;
  line-height: 1.7;
  color: var(--ng-stone);
}

.page-home .views__note {
  margin: 0;
  padding-left: 14px;
  border-left: 3px solid var(--ng-trophy);
  font-size: 0.86rem;
  line-height: 1.75;
  color: var(--ng-stone);
}

/* ---------- 集锦时间轴 ---------- */
.page-home .reels {
  background: var(--ng-night);
  color: var(--ng-paper);
}

.page-home .reels__figure {
  margin: 0 0 clamp(28px, 4vw, 44px);
  border: 1px solid var(--line-dark);
}

.page-home .reels__figure img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 12 / 7;
  object-fit: cover;
  filter: saturate(0.7);
}

.page-home .reels .section__head h2 {
  color: var(--ng-white);
}

.page-home .reels .section__head .leader {
  color: var(--home-dim);
}

.page-home .reels .section__head .eyebrow {
  color: var(--ng-trophy);
}

.page-home .reels__filter {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: clamp(20px, 3vw, 32px);
}

.page-home .reels__filter .filter-chip {
  min-height: 40px;
  padding: 8px 16px;
  font-size: 0.82rem;
  letter-spacing: 0.06em;
  color: var(--home-dim);
  background: transparent;
  border: 1px solid var(--home-rule-dark);
  cursor: pointer;
  transition: background 180ms var(--ease), color 180ms var(--ease);
}

.page-home .reels__filter .filter-chip:hover {
  color: var(--ng-white);
  border-color: var(--ng-pitch);
}

.page-home .reels__filter .filter-chip.is-active {
  background: var(--ng-pitch);
  border-color: var(--ng-pitch);
  color: var(--ng-white);
}

.page-home .reel-timeline {
  position: relative;
  margin: 0;
  padding: 0 0 0 26px;
  list-style: none;
}

.page-home .reel-timeline::before {
  content: "";
  position: absolute;
  left: 7px;
  top: 12px;
  bottom: 12px;
  width: 1px;
  background: var(--home-rule-dark);
}

.page-home .reel-timeline__item {
  position: relative;
  display: grid;
  grid-template-columns: 62px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  min-height: 44px;
  padding: 14px 0;
  border-bottom: 1px solid var(--home-rule-dark);
}

.page-home .reel-timeline__item::before {
  content: "";
  position: absolute;
  left: -24px;
  top: 20px;
  width: 10px;
  height: 10px;
  background: var(--ng-pitch);
  transition: background 200ms var(--ease);
}

.page-home .reel-timeline__item:hover::before {
  background: var(--ng-signal);
}

.page-home .reel-timeline__time {
  font-family: var(--font-mono);
  font-size: 0.86rem;
  font-weight: 600;
  color: var(--ng-trophy);
  padding-top: 2px;
}

.page-home .reel-timeline__title {
  margin: 0 0 4px;
  font-family: var(--font-title);
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.4;
  color: var(--ng-white);
}

.page-home .reel-timeline__meta {
  margin: 0;
  font-size: 0.78rem;
  letter-spacing: 0.04em;
  color: var(--home-dim);
}

.page-home .reels__more {
  margin: clamp(20px, 3vw, 30px) 0 0;
  font-size: 0.88rem;
  line-height: 1.75;
  color: var(--home-dim);
}

.page-home .reels__more a {
  color: var(--ng-trophy);
  text-decoration: none;
  border-bottom: 1px solid var(--line-gold);
}

.page-home .reels__more a:hover,
.page-home .reels__more a:focus-visible {
  color: var(--ng-white);
}

/* ---------- 女足欧冠 ---------- */
.page-home .uwcl {
  position: relative;
  background: var(--ng-paper);
}

.page-home .uwcl::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 8px;
  background: var(--ng-clay);
}

.page-home .uwcl__inner {
  display: grid;
  gap: clamp(26px, 4vw, 48px);
}

.page-home .eyebrow--clay {
  margin: 0 0 12px;
  font-size: var(--label);
  letter-spacing: 0.2em;
  color: var(--ng-clay);
}

.page-home .uwcl h2 {
  margin: 0 0 14px;
  font-family: var(--font-title);
  font-size: clamp(1.5rem, 3vw, 2.3rem);
  font-weight: 700;
  line-height: 1.14;
  color: var(--ng-ink);
}

.page-home .uwcl__text > p {
  margin: 0 0 22px;
  max-width: 46ch;
  font-size: 0.98rem;
  line-height: 1.85;
  color: var(--ng-stone);
}

.page-home .uwcl__stats {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 2px solid var(--ng-clay);
}

.page-home .uwcl__stats li {
  padding: 16px 0;
  border-bottom: 1px solid var(--home-rule-soft);
}

.page-home .uwcl__num {
  display: block;
  font-family: var(--font-mono);
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  font-weight: 700;
  line-height: 1;
  color: var(--ng-clay);
}

.page-home .uwcl__cap {
  display: block;
  margin-top: 8px;
  font-size: 0.82rem;
  line-height: 1.6;
  color: var(--ng-stone);
}

/* ---------- 两条索引路径 ---------- */
.page-home .paths {
  background: var(--ng-paper);
  border-top: 1px solid var(--home-rule-soft);
}

.page-home .paths__grid {
  display: grid;
  gap: clamp(24px, 3vw, 36px);
}

.page-home .paths__card {
  padding: clamp(20px, 3vw, 32px);
  background: var(--ng-white);
  border: 1px solid var(--home-rule);
}

.page-home .paths__card h3 {
  margin: 0 0 14px;
  font-family: var(--font-title);
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--ng-ink);
}

.page-home .paths__card > p {
  margin: 0 0 20px;
  font-size: 0.94rem;
  line-height: 1.85;
  color: var(--ng-stone);
}

.page-home .season-svg {
  width: 100%;
  height: auto;
  margin-bottom: 14px;
}

.page-home .season-svg__line {
  stroke: var(--ng-stone);
  stroke-width: 1;
  stroke-opacity: 0.35;
}

.page-home .season-svg__node {
  fill: var(--ng-pitch);
}

.page-home .season-svg__node--now {
  fill: var(--ng-signal);
}

.page-home .paths__foot {
  margin: 0;
  font-size: 0.8rem;
  line-height: 1.7;
  color: var(--ng-slate);
}

.page-home .paths__list {
  margin: 0 0 22px;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--home-rule-soft);
}

.page-home .paths__list li {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 14px;
  justify-content: space-between;
  min-height: 44px;
  padding: 12px 0;
  border-bottom: 1px solid var(--home-rule-soft);
}

.page-home .paths__key {
  font-size: 0.82rem;
  letter-spacing: 0.06em;
  color: var(--ng-slate);
}

.page-home .paths__val {
  font-family: var(--font-mono);
  font-size: 0.84rem;
  color: var(--ng-ink);
  text-align: right;
}

/* ---------- 勘误与供稿 ---------- */
.page-home .fixup {
  background: var(--ng-night);
  color: var(--ng-paper);
}

.page-home .fixup__grid {
  display: grid;
  gap: clamp(28px, 4vw, 44px);
}

.page-home .fixup .eyebrow {
  margin: 0 0 12px;
  font-size: var(--label);
  letter-spacing: 0.2em;
  color: var(--ng-trophy);
}

.page-home .fixup h2 {
  margin: 0 0 16px;
  font-family: var(--font-title);
  font-size: clamp(1.5rem, 3vw, 2.4rem);
  font-weight: 700;
  line-height: 1.14;
  color: var(--ng-white);
}

.page-home .fixup__main > p {
  margin: 0;
  max-width: 48ch;
  font-size: 0.98rem;
  line-height: 1.85;
  color: var(--home-dim);
}

.page-home .fixup__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: clamp(20px, 3vw, 30px);
}

.page-home .contact-facts {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 2px solid var(--ng-pitch);
}

.page-home .contact-facts li {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 16px;
  justify-content: space-between;
  min-height: 44px;
  padding: 13px 0;
  border-bottom: 1px solid var(--home-rule-dark);
}

.page-home .contact-facts__key {
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  color: var(--home-dim);
}

.page-home .contact-facts__val {
  font-family: var(--font-mono);
  font-size: 0.84rem;
  color: var(--ng-white);
  text-align: right;
  word-break: break-all;
}

.page-home .fixup__note {
  margin: 18px 0 0;
  font-size: 0.84rem;
  line-height: 1.75;
  color: var(--home-dim);
}

/* ---------- 图片通用 ---------- */
.page-home img {
  max-width: 100%;
  height: auto;
}

/* ---------- 断点 ---------- */
@media (min-width: 720px) {
  .page-home .views__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: clamp(24px, 3vw, 40px);
  }

  .page-home .uwcl__stats {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .page-home .uwcl__stats li {
    padding: 18px 20px 18px 0;
    border-bottom: 0;
    border-right: 1px solid var(--home-rule-soft);
  }

  .page-home .uwcl__stats li:last-child {
    border-right: 0;
  }
}

@media (min-width: 960px) {
  .page-home .hero__grid {
    grid-template-columns: minmax(0, 8fr) minmax(0, 4fr);
    gap: clamp(32px, 4vw, 60px);
  }

  .page-home .hero__side {
    border-left: 1px solid var(--home-rule-dark);
    padding-left: clamp(20px, 2.4vw, 34px);
  }

  .page-home .views {
    grid-template-columns: minmax(0, 8fr) minmax(0, 4fr);
    align-items: start;
  }

  .page-home .paths__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .page-home .fixup__grid {
    grid-template-columns: minmax(0, 7fr) minmax(0, 5fr);
    align-items: start;
  }
}

@media (min-width: 1080px) {
  .page-home .report-strip {
    grid-auto-flow: row;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 0;
    overflow: visible;
    scroll-snap-type: none;
  }

  .page-home .report-strip__item {
    padding: 22px 16px 26px;
    border-right: 1px solid var(--home-rule-soft);
  }

  .page-home .report-strip__item:first-child {
    border-left: 1px solid var(--home-rule-soft);
  }

  .page-home .report-strip__title {
    font-size: 0.96rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-home .league-list__row,
  .page-home .reel-timeline__item::before,
  .page-home .filter-chip,
  .page-home .view-item__name {
    transition: none;
  }
}
