.page-home{
  --home-pad: clamp(56px, 8.5vw, 128px);
  --home-gap: clamp(20px, 3.4vw, 42px);
  background: var(--forest);
  color: var(--paper);
  overflow-x: hidden;
  overflow-x: clip;
}

/* ---------- 首屏 ---------- */
.page-home .home-hero{
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: var(--forest);
  padding: clamp(36px, 6.5vw, 86px) 0 clamp(70px, 10vw, 136px);
}
.page-home .home-hero__plane{
  position: absolute;
  inset: 0;
  z-index: -2;
  background: linear-gradient(155deg, var(--night) 0%, var(--night-deep) 78%);
  clip-path: polygon(0 64%, 100% 34%, 100% 100%, 0 100%);
}
.page-home .home-hero__grain{
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: .5;
  background-image: repeating-linear-gradient(115deg, rgba(201,169,97,.05) 0 1px, transparent 1px 7px);
}

.page-home .home-hero__inner{
  position: relative;
  display: grid;
  gap: clamp(30px, 5vw, 62px);
  align-items: center;
}

.page-home .home-hero__copy .eyebrow{
  margin: 0;
}

.page-home .home-hero__title{
  margin: 14px 0 18px;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(32px, 5.4vw, 66px);
  line-height: 1.08;
  letter-spacing: .01em;
  color: var(--paper);
  max-width: 15em;
}

.page-home .home-hero__lede{
  margin: 0;
  max-width: 44ch;
  font-family: var(--font-body);
  font-size: clamp(15px, 1.5vw, 17px);
  line-height: 1.88;
  color: rgba(237,231,218,.84);
}

.page-home .home-hero__facts{
  display: flex;
  flex-wrap: wrap;
  gap: 12px 30px;
  margin: 26px 0 0;
  padding: 18px 0 0;
  list-style: none;
  border-top: 1px solid var(--line);
}
.page-home .home-hero__facts li{
  display: flex;
  align-items: baseline;
  gap: 8px;
  font-size: 13px;
  letter-spacing: .02em;
  color: var(--graphite);
}
.page-home .home-hero__facts .num{
  font-family: var(--font-mono);
  font-size: 22px;
  font-weight: 600;
  letter-spacing: .04em;
  color: var(--gold);
}

.page-home .home-hero__enter{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px 22px;
  margin: 30px 0 0;
}
.page-home .home-hero__textlink{
  font-size: 14px;
  color: var(--gold);
  text-decoration: none;
  border-bottom: 1px solid var(--line);
  padding-bottom: 2px;
}
.page-home .home-hero__textlink:hover,
.page-home .home-hero__textlink:focus-visible{
  border-bottom-color: var(--orange);
}

.page-home .home-hero__figure{
  position: relative;
  margin: 0;
}
.page-home .home-hero__figure img{
  display: block;
  width: 100%;
  height: auto;
  border-radius: 2px;
  opacity: .88;
  filter: saturate(.82) contrast(1.06);
}
.page-home .home-hero__round{
  position: absolute;
  left: 0;
  bottom: -26px;
  display: flex;
  align-items: flex-end;
  gap: 12px;
  margin: 0;
  padding: 12px 20px 12px 16px;
  background: rgba(7,28,25,.9);
  border-left: 3px solid var(--orange);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 16px), calc(100% - 16px) 100%, 0 100%);
}
.page-home .home-hero__round-num{
  font-family: var(--font-mono);
  font-size: clamp(46px, 6.4vw, 80px);
  font-weight: 700;
  line-height: .88;
  letter-spacing: .02em;
  color: var(--white);
}
.page-home .home-hero__round-label{
  font-size: 12px;
  line-height: 1.55;
  letter-spacing: .06em;
  color: var(--gold);
}

/* ---------- C-01 赛事日历 ---------- */
.page-home .home-cal{
  padding: var(--home-pad) 0 0;
  background: var(--forest-deep);
}
.page-home .home-cal__head{
  display: grid;
  gap: 14px 24px;
  margin-bottom: clamp(24px, 3.6vw, 44px);
}
.page-home .home-cal__intro h2{
  margin: 0 0 12px;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(26px, 3.4vw, 44px);
  line-height: 1.12;
  letter-spacing: .01em;
  color: var(--paper);
}
.page-home .home-cal__intro p{
  margin: 0;
  max-width: 52ch;
  font-family: var(--font-body);
  font-size: 15px;
  line-height: 1.85;
  color: rgba(237,231,218,.72);
}

.page-home .home-cal__rail{
  display: flex;
  gap: 14px;
  margin: 0;
  padding: 6px var(--gutter) 26px;
  list-style: none;
  overflow-x: auto;
  scroll-snap-type: x proximity;
  scrollbar-width: thin;
  scrollbar-color: var(--gold) rgba(201,169,97,.12);
  -webkit-overflow-scrolling: touch;
}
.page-home .home-cal__rail::-webkit-scrollbar{ height: 6px; }
.page-home .home-cal__rail::-webkit-scrollbar-track{ background: rgba(201,169,97,.12); }
.page-home .home-cal__rail::-webkit-scrollbar-thumb{ background: var(--gold); }

.page-home .home-cal__slice{
  scroll-snap-align: start;
  flex: 0 0 clamp(178px, 22vw, 228px);
  display: flex;
  flex-direction: column;
  gap: 9px;
  padding: 20px 17px 22px;
  background: linear-gradient(180deg, rgba(237,231,218,.055), rgba(237,231,218,.015));
  border: 1px solid var(--line-soft);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 18px), calc(100% - 18px) 100%, 0 100%);
  transition: transform .26s var(--ease), border-color .26s var(--ease);
}
.page-home .home-cal__slice:hover,
.page-home .home-cal__slice:focus-within{
  transform: translateY(-3px);
  border-color: var(--gold);
}
.page-home .home-cal__slice--current{
  border-color: rgba(240,118,43,.7);
  background: linear-gradient(180deg, rgba(240,118,43,.16), rgba(240,118,43,.03));
}
.page-home .home-cal__line{
  font-family: var(--font-display);
  font-size: 13px;
  letter-spacing: .16em;
  color: var(--gold);
}
.page-home .home-cal__round{
  font-family: var(--font-display);
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.25;
  color: var(--paper);
}
.page-home .home-cal__date,
.page-home .home-cal__count{
  font-family: var(--font-mono);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .05em;
  color: var(--moss);
}
.page-home .home-cal__count{
  color: var(--graphite);
  font-weight: 400;
}

/* ---------- 呼吸带 ---------- */
.page-home .home-breath{
  padding: clamp(48px, 7.5vw, 106px) 0;
  background: var(--forest-deep);
}
.page-home .home-breath__line{
  max-width: 30ch;
  margin: 0;
  padding-left: 22px;
  border-left: 2px solid var(--gold);
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(19px, 2.5vw, 30px);
  line-height: 1.48;
  color: var(--paper);
}

/* ---------- C-02 签表 ---------- */
.page-home .home-bracket{
  padding: var(--home-pad) 0;
  background: var(--forest);
}
.page-home .home-bracket__grid{
  display: grid;
  gap: clamp(24px, 3.6vw, 48px);
}
.page-home .home-bracket__media{
  margin: 0;
}
.page-home .home-bracket__media img{
  display: block;
  width: 100%;
  height: auto;
  border-radius: 2px;
  filter: saturate(.9) contrast(1.05);
}
.page-home .home-bracket__body h2{
  margin: 0 0 16px;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(26px, 3.4vw, 44px);
  line-height: 1.14;
  letter-spacing: .01em;
  color: var(--paper);
}
.page-home .home-bracket__body > p{
  margin: 0;
  max-width: 54ch;
  font-family: var(--font-body);
  font-size: 15px;
  line-height: 1.88;
  color: rgba(237,231,218,.78);
}

.page-home .home-bracket__tree{
  margin: clamp(22px, 3vw, 34px) 0;
  padding: 18px 14px;
  background: rgba(7,28,25,.55);
  border: 1px solid var(--line-soft);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 22px), calc(100% - 22px) 100%, 0 100%);
}
.page-home .home-bracket__tree svg{
  display: block;
  width: 100%;
  height: auto;
  max-height: 240px;
}
.page-home .bk-lines path{
  fill: none;
  stroke: var(--gold);
  stroke-width: 1.4;
  opacity: .75;
}
.page-home .bk-nodes polygon{
  fill: rgba(14,27,46,.9);
  stroke: var(--gold);
  stroke-width: 1.2;
}
.page-home .bk-nodes polygon:nth-child(7){
  fill: rgba(240,118,43,.9);
  stroke: var(--orange);
}

.page-home .home-bracket__meta{
  margin: 0 0 28px;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}
.page-home .home-bracket__meta li{
  position: relative;
  padding-left: 18px;
  font-family: var(--font-body);
  font-size: 14px;
  line-height: 1.75;
  color: rgba(237,231,218,.7);
}
.page-home .home-bracket__meta li::before{
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 9px;
  height: 1px;
  background: var(--gold);
}
.page-home .home-bracket__meta .num{
  font-family: var(--font-mono);
  font-size: 17px;
  font-weight: 600;
  color: var(--orange);
  margin-right: 6px;
}

/* ---------- 通栏灯光带 ---------- */
.page-home .home-lights{
  position: relative;
  background: var(--night-deep);
}
.page-home .home-lights__frame{
  position: relative;
  margin: 0;
}
.page-home .home-lights__frame img{
  display: block;
  width: 100%;
  height: auto;
  max-height: 420px;
  object-fit: cover;
  opacity: .62;
  filter: saturate(.7) contrast(1.1);
}
.page-home .home-lights__caption{
  position: absolute;
  left: max(var(--gutter), calc((100vw - var(--wrap)) / 2 + var(--gutter)));
  bottom: clamp(18px, 3vw, 40px);
  max-width: min(30ch, 60vw);
  font-family: var(--font-display);
  font-size: clamp(17px, 2.2vw, 26px);
  line-height: 1.4;
  color: var(--paper);
  text-shadow: 0 2px 18px rgba(8,17,31,.85);
}

/* ---------- C-03 球员数据 ---------- */
.page-home .home-players{
  padding: var(--home-pad) 0;
  background: var(--indigo);
}
.page-home .home-players__grid{
  display: grid;
  gap: clamp(22px, 3.4vw, 40px);
}
.page-home .home-players__head h2{
  margin: 0 0 14px;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(26px, 3.4vw, 44px);
  line-height: 1.14;
  letter-spacing: .01em;
  color: var(--paper);
}
.page-home .home-players__head p{
  margin: 0;
  max-width: 46ch;
  font-family: var(--font-body);
  font-size: 15px;
  line-height: 1.88;
  color: rgba(237,231,218,.78);
}

.page-home .home-players__cards{
  display: grid;
  gap: 16px;
}
.page-home .home-players__card{
  padding: 22px 20px 20px;
  background: rgba(237,231,218,.055);
  border: 1px solid rgba(201,169,97,.18);
  clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 20px, 100% 100%, 0 100%);
  transition: transform .26s var(--ease), border-color .26s var(--ease);
}
.page-home .home-players__card:hover{
  transform: translateY(-2px);
  border-color: var(--gold);
}
.page-home .home-players__dim{
  margin: 0 0 16px;
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 17px;
  letter-spacing: .08em;
  color: var(--gold);
}
.page-home .pc-row{
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) 48px;
  align-items: center;
  gap: 10px;
  margin-top: 12px;
}
.page-home .pc-row__term{
  font-size: 12px;
  letter-spacing: .04em;
  color: var(--graphite);
}
.page-home .pc-row__track{
  position: relative;
  display: block;
  height: 8px;
  background: rgba(237,231,218,.1);
  overflow: hidden;
}
.page-home .pc-row__fill{
  display: block;
  height: 100%;
  width: var(--pc, 50%);
  transition: width .4s var(--ease);
}
.page-home .pc-row__fill--home{ background: var(--orange); }
.page-home .pc-row__fill--away{ background: var(--moss); }
.page-home .pc-row__val{
  font-family: var(--font-mono);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: .02em;
  text-align: right;
  color: var(--paper);
}
.page-home .home-players__hint{
  margin: 18px 0 0;
  font-family: var(--font-body);
  font-size: 13px;
  line-height: 1.72;
  color: rgba(237,231,218,.62);
}

/* ---------- C-04 复盘 ---------- */
.page-home .home-review{
  position: relative;
  overflow: hidden;
  padding: var(--home-pad) 0;
  background: var(--forest-deep);
}
.page-home .home-review__backdrop{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .15;
  filter: grayscale(.35);
  pointer-events: none;
}
.page-home .home-review__inner{
  position: relative;
  z-index: 1;
  display: grid;
  gap: clamp(22px, 3.4vw, 44px);
}
.page-home .home-review__lead h2{
  margin: 0 0 14px;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(26px, 3.4vw, 44px);
  line-height: 1.14;
  letter-spacing: .01em;
  color: var(--paper);
}
.page-home .home-review__lead p{
  margin: 0 0 24px;
  max-width: 40ch;
  font-family: var(--font-body);
  font-size: 15px;
  line-height: 1.88;
  color: rgba(237,231,218,.78);
}
.page-home .home-review__list{
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0;
}
.page-home .home-review__item{
  padding: 20px 0;
  border-top: 1px solid var(--line-soft);
  transition: background .26s var(--ease);
}
.page-home .home-review__item:last-child{
  border-bottom: 1px solid var(--line-soft);
}
.page-home .home-review__item:hover{
  background: rgba(201,169,97,.05);
}
.page-home .home-review__league{
  display: block;
  margin-bottom: 8px;
  font-family: var(--font-mono);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .12em;
  color: var(--orange);
}
.page-home .home-review__note{
  margin: 0;
  max-width: 62ch;
  font-family: var(--font-body);
  font-size: 15px;
  line-height: 1.8;
  color: rgba(237,231,218,.82);
}

/* ---------- C-05 合作 ---------- */
.page-home .home-partner{
  padding: var(--home-pad) 0;
  background: var(--wine);
}
.page-home .home-partner__grid{
  display: grid;
  gap: clamp(20px, 3vw, 38px);
}
.page-home .home-partner__body h2{
  margin: 0 0 14px;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(26px, 3.4vw, 44px);
  line-height: 1.14;
  letter-spacing: .01em;
  color: var(--paper);
}
.page-home .home-partner__body > p{
  margin: 0 0 30px;
  max-width: 58ch;
  font-family: var(--font-body);
  font-size: 15px;
  line-height: 1.88;
  color: rgba(237,231,218,.84);
}
.page-home .home-partner__list{
  margin: 0 0 32px;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0;
}
.page-home .home-partner__item{
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 4px 16px;
  padding: 22px 0;
  border-top: 1px solid rgba(201,169,97,.22);
}
.page-home .home-partner__item:last-child{
  border-bottom: 1px solid rgba(201,169,97,.22);
}
.page-home .home-partner__idx{
  grid-row: 1 / span 2;
  font-family: var(--font-mono);
  font-size: 22px;
  font-weight: 600;
  letter-spacing: .04em;
  color: var(--gold);
}
.page-home .home-partner__item h3{
  margin: 0;
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 18px;
  letter-spacing: .04em;
  color: var(--paper);
}
.page-home .home-partner__item p{
  margin: 0;
  max-width: 52ch;
  font-family: var(--font-body);
  font-size: 14px;
  line-height: 1.8;
  color: rgba(237,231,218,.74);
}
.page-home .home-partner__item a{
  color: var(--gold);
  text-decoration: none;
  border-bottom: 1px solid rgba(201,169,97,.4);
}
.page-home .home-partner__item a:hover,
.page-home .home-partner__item a:focus-visible{
  border-bottom-color: var(--orange);
}
.page-home .home-partner__cta{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px 22px;
  margin: 0;
}
.page-home .home-partner__textlink{
  font-size: 14px;
  color: var(--paper);
  text-decoration: none;
  border-bottom: 1px solid rgba(237,231,218,.35);
  padding-bottom: 2px;
}
.page-home .home-partner__textlink:hover,
.page-home .home-partner__textlink:focus-visible{
  border-bottom-color: var(--gold);
}

/* ---------- 章节序号竖排 ---------- */
.page-home .section-num{
  align-self: start;
  color: var(--gold);
  opacity: .8;
}

/* ---------- 动效降级 ---------- */
@media (prefers-reduced-motion: reduce){
  .page-home .home-cal__slice,
  .page-home .home-players__card,
  .page-home .pc-row__fill,
  .page-home .home-review__item{
    transition: none;
  }
  .page-home .home-cal__slice:hover,
  .page-home .home-players__card:hover{
    transform: none;
  }
}

/* ---------- 窄屏 ---------- */
@media (max-width: 719px){
  .page-home .home-hero__round{
    position: static;
    margin-top: 16px;
    display: inline-flex;
  }
  .page-home .home-hero__round-num{
    font-size: 46px;
  }
  .page-home .home-lights__caption{
    position: static;
    max-width: none;
    padding: 16px var(--gutter) 22px;
    font-size: 17px;
    text-shadow: none;
  }
  .page-home .home-lights__frame img{
    max-height: 240px;
  }
  .page-home .home-breath__line{
    max-width: 100%;
    font-size: 19px;
  }
}

/* ---------- 两列起步 ---------- */
@media (min-width: 620px){
  .page-home .home-cal__head{
    grid-template-columns: 34px minmax(0, 1fr);
    align-items: start;
  }
  .page-home .home-bracket__grid{
    grid-template-columns: 34px minmax(0, 1fr);
  }
  .page-home .home-bracket__media{
    grid-column: 2;
  }
  .page-home .home-bracket__body{
    grid-column: 2;
  }
  .page-home .home-players__cards{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .page-home .home-partner__grid{
    grid-template-columns: 34px minmax(0, 1fr);
  }
}

/* ---------- 桌面 ---------- */
@media (min-width: 900px){
  .page-home .home-hero__plane{
    clip-path: polygon(46% 0, 100% 0, 100% 100%, 24% 100%);
  }
  .page-home .home-hero{
    min-height: min(88vh, 880px);
    display: flex;
    align-items: center;
  }
  .page-home .home-hero__inner{
    grid-template-columns: minmax(0, 56fr) minmax(0, 44fr);
    align-items: end;
    width: 100%;
  }
  .page-home .home-hero__round{
    left: -9%;
    bottom: -30px;
  }

  .page-home .home-cal__head{
    grid-template-columns: 34px minmax(0, 44fr) minmax(0, 56fr);
    column-gap: clamp(18px, 2.6vw, 40px);
  }
  .page-home .home-cal__intro{
    grid-column: 2 / span 2;
  }

  .page-home .home-bracket__grid{
    grid-template-columns: 34px minmax(0, 34fr) minmax(0, 66fr);
    column-gap: clamp(18px, 2.6vw, 40px);
    align-items: start;
  }
  .page-home .home-bracket__media{
    grid-column: 2;
    grid-row: 1;
  }
  .page-home .home-bracket__body{
    grid-column: 3;
    grid-row: 1;
  }

  .page-home .home-players__grid{
    grid-template-columns: 34px minmax(0, 34fr) minmax(0, 66fr);
    column-gap: clamp(18px, 2.6vw, 40px);
    align-items: start;
  }
  .page-home .home-players__head{
    grid-column: 2;
    grid-row: 1;
  }
  .page-home .home-players__cards{
    grid-column: 3;
    grid-row: 1;
  }

  .page-home .home-review__inner{
    grid-template-columns: 34px minmax(0, 38fr) minmax(0, 62fr);
    column-gap: clamp(18px, 2.6vw, 44px);
    align-items: start;
  }
  .page-home .home-review__lead{
    grid-column: 2;
    grid-row: 1;
  }
  .page-home .home-review__list{
    grid-column: 3;
    grid-row: 1;
  }

  .page-home .home-partner__grid{
    grid-template-columns: 34px minmax(0, 1fr);
    column-gap: clamp(18px, 2.6vw, 40px);
  }
  .page-home .home-partner__body{
    grid-column: 2;
  }
  .page-home .home-partner__list{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0 28px;
  }
  .page-home .home-partner__item{
    grid-template-columns: 1fr;
    border-top: 1px solid rgba(201,169,97,.3);
    border-bottom: none;
  }
  .page-home .home-partner__item:last-child{
    border-bottom: none;
  }
  .page-home .home-partner__idx{
    grid-row: auto;
    margin-bottom: 8px;
  }

  .page-home .home-players__cards{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .page-home .home-players__card:first-child{
    grid-column: 1 / -1;
  }
}

@media (min-width: 1140px){
  .page-home .home-players__cards{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .page-home .home-players__card:first-child{
    grid-column: auto;
  }
}

.page-home {
  --pc: 1rem;
}
