.page-home{
  --home-gap: clamp(22px, 3.5vw, 56px);
  --home-section-pad: clamp(56px, 10vw, 128px) 0;
  --home-rail-w: 88px;
  --home-mono: "Roboto Mono", "SF Mono", Consolas, monospace;
  background: var(--c-bg);
  color: var(--c-primary);
  overflow: clip;
}

/* ===== 面包屑 ===== */
.page-home .breadcrumb{
  max-width: var(--content-max);
  margin: 0 auto;
  padding: calc(var(--bar-h) + 18px) var(--gutter) 0;
}
.page-home .breadcrumb-list{
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: var(--home-mono);
  font-size: .78rem;
  letter-spacing: .06em;
}
.page-home .breadcrumb-item{
  display: flex;
  align-items: center;
  gap: 14px;
  color: var(--c-muted);
}
.page-home .breadcrumb-item + .breadcrumb-item::before{
  content: "/";
  color: var(--c-secondary);
  font-weight: 700;
}
.page-home .breadcrumb-link{
  color: var(--c-muted);
  text-decoration: none;
  transition: color .22s var(--ease-out);
}
.page-home .breadcrumb-link:hover{
  color: var(--c-secondary);
}
.page-home .breadcrumb-item[aria-current="page"]{
  color: var(--c-primary);
  font-weight: 600;
}

/* ===== 首屏 ===== */
.page-home .hero{
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  max-width: var(--content-max);
  margin: 0 auto;
  padding: clamp(36px, 7vw, 84px) var(--gutter) clamp(48px, 8vw, 96px);
  gap: clamp(28px, 5vw, 72px);
}
.page-home .hero__rail{
  display: none;
}
.page-home .hero__content{
  position: relative;
  z-index: 2;
}
.page-home .eyebrow{
  display: inline-block;
  margin: 0 0 18px;
  padding: 6px 12px;
  background: var(--c-accent);
  color: var(--c-primary);
  font-family: var(--home-mono);
  font-size: .78rem;
  font-weight: 600;
  letter-spacing: .08em;
  transform: skewX(-12deg);
  box-shadow: 4px 4px 0 rgba(11,27,43,.16);
}
.page-home h1{
  margin: 0 0 20px;
  font-family: var(--font-display);
  font-size: clamp(2.6rem, 7.2vw, 5.9rem);
  font-weight: 700;
  line-height: .94;
  text-transform: uppercase;
  letter-spacing: .01em;
  color: var(--c-primary);
}
.page-home h1 em{
  display: block;
  font-style: normal;
  color: var(--c-secondary);
  font-size: .52em;
  letter-spacing: .1em;
  margin-top: .18em;
}
.page-home .hero__lead{
  max-width: 42ch;
  margin: 0 0 28px;
  font-size: clamp(.98rem, 1.5vw, 1.15rem);
  line-height: 1.8;
  color: #24374A;
}
.page-home .hero__actions{
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 38px;
}
.page-home .hero__actions .btn{
  transform: skewX(-8deg);
}
.page-home .hero__actions .btn > *{
  transform: skewX(8deg);
}
.page-home .hero__facts{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  margin: 0;
  padding: 22px 0 0;
  border-top: 1px solid var(--c-line);
  max-width: 480px;
}
.page-home .hero__fact{
  display: flex;
  align-items: baseline;
  gap: 8px;
}
.page-home .hero__fact dt{
  font-size: .82rem;
  color: var(--c-muted);
  font-family: var(--home-mono);
}
.page-home .hero__fact dd{
  margin: 0;
  font-family: var(--font-display);
  font-size: 1.7rem;
  font-weight: 700;
  color: var(--c-primary);
}
.page-home .hero__fact:nth-child(2n) dd{
  color: var(--c-secondary);
}

.page-home .hero__stage{
  position: relative;
  min-height: 360px;
  overflow: hidden;
  isolation: isolate;
}
.page-home .hero__stadium{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: .9;
}
.page-home .hero__stadium .hero__track{
  stroke: rgba(11,27,43,.28);
  stroke-width: 1.5;
  stroke-dasharray: 8 6;
}
.page-home .hero__stadium .hero__track-inner{
  stroke: rgba(11,27,43,.14);
  stroke-width: 1;
}
.page-home .hero__stadium .hero__mid{
  stroke: rgba(255,107,53,.7);
  stroke-width: 1.5;
}
.page-home .hero__stadium .hero__center{
  stroke: rgba(11,27,43,.2);
  stroke-width: 1.2;
}
.page-home .hero__stadium .hero__arc{
  stroke: rgba(198,255,0,.62);
  stroke-width: 3px;
  stroke-linecap: round;
}
.page-home .hero__stadium .hero__arc--bottom{
  stroke: rgba(255,107,53,.6);
  stroke-width: 3px;
}
.page-home .hero__img{
  position: absolute;
  right: 0;
  bottom: 0;
  width: 84%;
  max-width: 660px;
  height: auto;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  z-index: 1;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 84%);
  filter: saturate(.96) contrast(1.06);
}
.page-home .hero__stripe{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 26px;
  background: var(--c-secondary);
  z-index: 2;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

/* ===== 数据速览条 ===== */
.page-home .ticker{
  display: flex;
  flex-wrap: wrap;
  background: var(--c-primary);
  color: var(--c-bg);
  margin: 0;
  border-top: 4px solid var(--c-accent);
}
.page-home .ticker__item{
  flex: 1 1 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  padding: 20px 22px;
  border-inline-start: 1px solid rgba(244,239,230,.14);
}
.page-home .ticker__item:first-child{
  border-inline-start: none;
}
.page-home .ticker__item span{
  font-family: var(--font-display);
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1;
  color: var(--c-bg);
}
.page-home .ticker__item small{
  font-size: .74rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: rgba(244,239,230,.66);
  font-family: var(--home-mono);
}
.page-home .ticker__item--hot{
  background: var(--c-secondary);
}
.page-home .ticker__item--hot span,
.page-home .ticker__item--hot small{
  color: var(--c-primary);
}

/* ===== 通用章节 ===== */
.page-home .section{
  padding: var(--home-section-pad);
  max-width: var(--content-max);
  margin: 0 auto;
}
.page-home .section-head{
  position: relative;
  display: flex;
  align-items: flex-end;
  gap: 16px;
  margin: 0 var(--gutter) clamp(32px, 4vw, 56px);
  padding-bottom: 16px;
  border-bottom: 1px solid var(--c-line);
}
.page-home .section-head__text{
  flex: 1;
}
.page-home .section-index{
  font-family: var(--home-mono);
  font-size: .88rem;
  color: var(--c-secondary);
  font-weight: 700;
  letter-spacing: .08em;
  padding-bottom: 6px;
}
.page-home .section-head h2{
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1.7rem, 4vw, 2.8rem);
  font-weight: 700;
  line-height: 1.04;
  text-transform: uppercase;
  color: var(--c-primary);
}
.page-home .section-note{
  margin: 8px 0 0;
  font-size: .9rem;
  color: var(--c-muted);
  font-family: var(--home-mono);
  letter-spacing: .04em;
}
.page-home .section-more{
  display: none;
  font-family: var(--home-mono);
  font-size: .82rem;
  color: var(--c-secondary);
  text-decoration: none;
  white-space: nowrap;
  border-bottom: 1px solid transparent;
  transition: border-color .2s var(--ease-out);
}
.page-home .section-more:hover{
  border-bottom-color: var(--c-secondary);
}

/* ===== 非对称分栏 ===== */
.page-home .split{
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  margin: 0 var(--gutter);
}
.page-home .split-aside{
  font-size: .94rem;
  line-height: 1.8;
  color: #2C4156;
}
.page-home .split-aside p{
  margin: 0 0 14px;
}
.page-home .split-aside .split-aside__meta{
  font-family: var(--home-mono);
  font-size: .78rem;
  color: var(--c-muted);
  letter-spacing: .04em;
  padding: 12px 0 0;
  border-top: 1px solid var(--c-line);
}
.page-home .split-aside .btn{
  margin-top: 16px;
}
.page-home .split-main{
  min-width: 0;
}

/* ===== 赛程模块 ===== */
.page-home .schedule{
  position: relative;
}
.page-home .schedule::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 12px;
  background: var(--c-primary);
  clip-path: polygon(0 0, 68% 0, 100% 100%, 0 100%);
  z-index: 1;
}
.page-home .schedule-bg{
  position: relative;
  margin: 0 0 22px;
  overflow: hidden;
  border-left: 6px solid var(--c-secondary);
}
.page-home .schedule-bg img{
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: 180px;
  object-fit: cover;
  opacity: .3;
  filter: saturate(.5);
}
.page-home .schedule-panel{
  position: relative;
  background: #ECE5D6;
  border: 1px solid var(--c-line);
  border-top: 4px solid var(--c-primary);
  padding: 22px;
}
.page-home .schedule-table-wrap{
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.page-home .schedule-table{
  width: 100%;
  min-width: 520px;
  border-collapse: collapse;
  font-size: .92rem;
}
.page-home .schedule-table th{
  font-family: var(--home-mono);
  font-size: .76rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: var(--c-muted);
  text-align: left;
  padding: 10px 14px 10px 0;
  border-bottom: 1px solid var(--c-primary);
}
.page-home .schedule-table td{
  padding: 16px 14px 16px 0;
  border-bottom: 1px solid var(--c-line);
  font-size: .94rem;
  color: #1D3143;
}
.page-home .schedule-table tbody tr{
  position: relative;
  transition: background .2s var(--ease-out);
  cursor: default;
}
.page-home .schedule-table tbody tr:hover{
  background: rgba(198,255,0,.18);
}
.page-home .schedule-table tbody tr.is-current td{
  font-weight: 600;
  color: var(--c-primary);
}
.page-home .schedule-table tbody tr.is-current td:first-child{
  box-shadow: inset 4px 0 0 var(--c-secondary);
}
.page-home .schedule-status{
  display: inline-block;
  background: var(--c-accent);
  color: var(--c-primary);
  font-size: .74rem;
  font-weight: 700;
  font-family: var(--home-mono);
  padding: 3px 8px;
  letter-spacing: .04em;
}
.page-home .schedule-table td:last-child{
  font-family: var(--home-mono);
  font-size: .82rem;
  color: var(--c-muted);
}

/* 进失球环形 */
.page-home .goal-ring{
  position: absolute;
  top: 16px;
  right: 16px;
  width: 128px;
  padding: 14px 12px 8px;
  background: var(--c-bg);
  border: 1px solid var(--c-line);
  box-shadow: 6px 6px 0 rgba(11,27,43,.08);
  text-align: center;
  display: none;
}
.page-home .goal-ring svg{
  width: 86px;
  height: 86px;
  margin: 0 auto;
  display: block;
}
.page-home .goal-ring__goals{
  stroke-linecap: butt;
}
.page-home .goal-ring__against{
  stroke-linecap: butt;
}
.page-home .goal-ring__legend{
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 6px;
  font-size: .68rem;
  color: var(--c-muted);
}
.page-home .goal-ring__dot{
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 4px;
  vertical-align: middle;
}
.page-home .goal-ring__dot--goals{
  background: var(--c-secondary);
}
.page-home .goal-ring__dot--against{
  background: var(--c-dark-surface);
}
.page-home .goal-ring__cap{
  margin: 6px 0 0;
  font-family: var(--home-mono);
  font-size: .66rem;
  color: var(--c-muted);
  line-height: 1.4;
}

/* ===== 场馆模块 ===== */
.page-home .venue-filter{
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 24px;
}
.page-home .venue-filter__btn{
  border: 1px solid var(--c-primary);
  background: transparent;
  color: var(--c-primary);
  font-family: var(--home-mono);
  font-size: .78rem;
  padding: 7px 14px;
  cursor: pointer;
  transition: background .18s var(--ease-out), color .18s var(--ease-out), transform .18s var(--ease-out);
}
.page-home .venue-filter__btn:hover{
  background: var(--c-primary);
  color: var(--c-bg);
}
.page-home .venue-filter__btn.is-active{
  background: var(--c-secondary);
  border-color: var(--c-secondary);
  color: var(--c-primary);
  font-weight: 700;
}
.page-home .venue-grid{
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}
.page-home .venue-card{
  position: relative;
  background: #FFFCF5;
  border: 1px solid var(--c-line);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: transform .25s var(--ease-out), box-shadow .25s var(--ease-out);
}
.page-home .venue-card:hover{
  transform: translateY(-4px);
  box-shadow: 0 14px 30px rgba(11,27,43,.12);
}
.page-home .venue-card__img{
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}
.page-home .venue-card__body{
  padding: 20px 18px 22px;
}
.page-home .venue-card h3{
  margin: 0 0 6px;
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--c-primary);
  letter-spacing: .02em;
}
.page-home .venue-card__area{
  margin: 0 0 4px;
  font-size: .82rem;
  color: var(--c-muted);
  font-family: var(--home-mono);
  letter-spacing: .06em;
}
.page-home .venue-card__cap{
  margin: 0 0 14px;
  font-size: .92rem;
  color: #1D3143;
}
.page-home .venue-card__cap strong{
  font-family: var(--font-display);
  font-size: 1.6rem;
  color: var(--c-secondary);
  margin: 0 2px;
}
.page-home .venue-card__tag{
  display: inline-block;
  background: var(--c-dark-surface);
  color: var(--c-bg);
  font-size: .72rem;
  font-family: var(--home-mono);
  padding: 4px 10px;
  letter-spacing: .08em;
}
.page-home .venue-card--solid{
  background: var(--c-primary);
  border-color: var(--c-primary);
  color: var(--c-bg);
}
.page-home .venue-card--solid h3,
.page-home .venue-card--solid .venue-card__cap{
  color: var(--c-bg);
}
.page-home .venue-card--solid .venue-card__area{
  color: rgba(244,239,230,.66);
}
.page-home .venue-card--solid .venue-card__cap strong{
  color: var(--c-accent);
}
.page-home .venue-card--solid .venue-card__tag{
  background: var(--c-secondary);
  color: var(--c-primary);
}
.page-home .venue-card--orange{
  background: var(--c-secondary);
  border-color: var(--c-secondary);
}
.page-home .venue-card--orange h3,
.page-home .venue-card--orange .venue-card__area,
.page-home .venue-card--orange .venue-card__cap{
  color: var(--c-primary);
}
.page-home .venue-card--orange .venue-card__cap strong{
  color: var(--c-primary);
}
.page-home .venue-card--orange .venue-card__tag{
  background: var(--c-primary);
  color: var(--c-bg);
}

/* ===== 专家专栏 ===== */
.page-home .expert-list{
  display: flex;
  flex-direction: column;
  border-top: 1px solid var(--c-primary);
}
.page-home .expert-item{
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 24px 6px;
  border-bottom: 1px solid var(--c-line);
  position: relative;
  transition: background .2s var(--ease-out);
}
.page-home .expert-item::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 3px;
  background: var(--c-accent);
  transition: width .3s var(--ease-out);
}
.page-home .expert-item:hover::after{
  width: 100%;
}
.page-home .expert-item__index{
  font-family: var(--home-mono);
  font-size: .86rem;
  color: var(--c-secondary);
  font-weight: 700;
  padding-top: 4px;
}
.page-home .expert-item__body{
  flex: 1;
}
.page-home .expert-item h3{
  margin: 0 0 8px;
  font-size: 1.02rem;
  font-weight: 600;
  line-height: 1.5;
  color: var(--c-primary);
}
.page-home .expert-item p{
  margin: 0;
  font-size: .88rem;
  color: var(--c-muted);
  line-height: 1.7;
}
.page-home .expert-item__tag{
  font-family: var(--home-mono);
  font-size: .68rem;
  color: var(--c-dark-surface);
  border: 1px solid var(--c-dark-surface);
  padding: 4px 8px;
  white-space: nowrap;
  letter-spacing: .05em;
}

/* ===== 视频集锦 ===== */
.page-home .video-track{
  display: flex;
  gap: 18px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding-bottom: 14px;
  -webkit-overflow-scrolling: touch;
}
.page-home .video-card{
  position: relative;
  flex: 0 0 min(82%, 340px);
  scroll-snap-align: start;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: linear-gradient(135deg, #1C3A5A 0%, #0B1B2B 100%);
  border: 1px solid var(--c-line);
  display: flex;
  align-items: flex-end;
  transition: transform .25s var(--ease-out), box-shadow .25s var(--ease-out);
}
.page-home .video-card:hover{
  transform: translateY(-4px);
  box-shadow: 0 14px 28px rgba(11,27,43,.2);
}
.page-home .video-card__img{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .6;
}
.page-home .video-card__play{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--c-accent);
  color: var(--c-primary);
  font-size: 1rem;
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(198,255,0,.18);
  z-index: 1;
}
.page-home .video-card__meta{
  position: relative;
  z-index: 1;
  margin: 12px;
  padding: 14px 16px;
  background: rgba(11,27,43,.82);
  color: var(--c-bg);
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  backdrop-filter: blur(4px);
}
.page-home .video-card__meta h3{
  margin: 0;
  font-size: .96rem;
  font-weight: 600;
  color: var(--c-bg);
}
.page-home .video-card__meta span{
  font-family: var(--home-mono);
  font-size: .7rem;
  color: var(--c-accent);
  white-space: nowrap;
}
.page-home .video-card--striped::before{
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(-45deg, rgba(255,107,53,.28) 0 12px, rgba(255,107,53,0) 12px 26px);
  z-index: 0;
}

/* ===== 月度归档 ===== */
.page-home .archive-list{
  border-top: 1px solid var(--c-primary);
  margin-bottom: 28px;
}
.page-home .archive-item{
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px 6px;
  border-bottom: 1px solid var(--c-line);
  transition: background .2s var(--ease-out);
}
.page-home .archive-item:hover{
  background: rgba(255,107,53,.08);
}
.page-home .archive-item__round{
  font-family: var(--font-display);
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--c-primary);
  min-width: 72px;
}
.page-home .archive-item__label{
  flex: 1;
  font-size: .9rem;
  color: #1D3143;
}
.page-home .archive-item__status{
  font-family: var(--home-mono);
  font-size: .72rem;
  color: var(--c-success);
  border: 1px solid var(--c-success);
  padding: 4px 8px;
  letter-spacing: .04em;
}
.page-home .archive-note{
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  padding: 20px;
  background: var(--c-light-surface);
  border-left: 5px solid var(--c-secondary);
}
.page-home .archive-flow{
  width: 100%;
  max-width: 100%;
  height: auto;
}
.page-home .archive-flow__line{
  fill: none;
  stroke: var(--c-primary);
  stroke-width: 1.5;
  stroke-dasharray: 5 5;
}
.page-home .archive-flow circle{
  fill: var(--c-secondary);
  stroke: var(--c-primary);
  stroke-width: 2;
}
.page-home .archive-flow text{
  font-family: var(--home-mono);
  font-size: 13px;
  fill: var(--c-primary);
}
.page-home .archive-note p{
  margin: 0;
  font-size: .88rem;
  color: #2C4156;
  line-height: 1.8;
}

/* ===== 底部 CTA ===== */
.page-home .cta{
  position: relative;
  background: var(--c-primary);
  color: var(--c-bg);
  margin-top: clamp(40px, 8vw, 96px);
  overflow: hidden;
}
.page-home .cta__band{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 14px;
  background: repeating-linear-gradient(-45deg, var(--c-secondary) 0 20px, var(--c-accent) 20px 40px);
}
.page-home .cta__inner{
  max-width: var(--content-max);
  margin: 0 auto;
  padding: clamp(64px, 12vw, 140px) var(--gutter);
}
.page-home .cta .eyebrow--dark{
  background: var(--c-secondary);
  color: var(--c-primary);
  box-shadow: 4px 4px 0 rgba(244,239,230,.16);
}
.page-home .cta h2{
  margin: 0 0 18px;
  font-family: var(--font-display);
  font-size: clamp(2rem, 6vw, 4.2rem);
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  color: var(--c-bg);
}
.page-home .cta p{
  max-width: 52ch;
  font-size: .98rem;
  line-height: 1.8;
  color: rgba(244,239,230,.78);
  margin: 0 0 34px;
}
.page-home .cta__actions{
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.page-home .cta .btn-ghost{
  border-color: var(--c-bg);
  color: var(--c-bg);
}
.page-home .cta .btn-ghost:hover{
  background: var(--c-bg);
  color: var(--c-primary);
}

/* ===== 按钮微调 ===== */
.page-home .btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 22px;
  font-size: .9rem;
  font-weight: 600;
  font-family: var(--font-body);
  text-decoration: none;
  cursor: pointer;
  border: 1px solid transparent;
  transition: background .2s var(--ease-out), color .2s var(--ease-out), border-color .2s var(--ease-out), box-shadow .2s var(--ease-out);
}
.page-home .btn-primary{
  background: var(--c-secondary);
  color: var(--c-primary);
  border-color: var(--c-secondary);
}
.page-home .btn-primary:hover{
  background: var(--c-accent);
  border-color: var(--c-accent);
  color: var(--c-primary);
  box-shadow: 6px 6px 0 rgba(11,27,43,.16);
}
.page-home .btn-ghost{
  background: transparent;
  color: var(--c-primary);
  border-color: var(--c-primary);
}
.page-home .btn-ghost:hover{
  background: var(--c-primary);
  color: var(--c-bg);
}

/* ===== 滚动显现降级 ===== */
.page-home [data-reveal]{
  opacity: 0;
  transform: translateY(22px);
  transition: opacity .7s var(--ease-out), transform .7s var(--ease-out);
}
.page-home [data-reveal].is-revealed,
.page-home .js [data-reveal].is-revealed{
  opacity: 1;
  transform: translateY(0);
}
.page-home .no-js [data-reveal]{
  opacity: 1;
  transform: none;
}

/* ===== 平板及以上 ===== */
@media (min-width: 700px){
  .page-home .ticker__item{
    flex: 1 1 auto;
  }
  .page-home .ticker__item--hot{
    flex: 1.4 1 auto;
  }
  .page-home .venue-grid{
    grid-template-columns: repeat(3, 1fr);
  }
  .page-home .venue-card:nth-child(2){
    margin-top: 28px;
  }
  .page-home .venue-card:nth-child(3){
    margin-top: 10px;
  }
  .page-home .goal-ring{
    display: block;
  }
  .page-home .archive-note{
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }
  .page-home .section-more{
    display: inline-block;
  }
}

/* ===== 桌面端 ===== */
@media (min-width: 960px){
  .page-home .hero{
    grid-template-columns: var(--home-rail-w) minmax(0, .92fr) minmax(0, 1.08fr);
    gap: clamp(24px, 3.5vw, 64px);
    align-items: center;
  }
  .page-home .hero__rail{
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding-right: 6px;
    border-right: 1px solid var(--c-primary);
  }
  .page-home .hero__rail-caption{
    font-family: var(--home-mono);
    font-size: .68rem;
    color: var(--c-muted);
    letter-spacing: .2em;
    writing-mode: vertical-rl;
    margin-bottom: 22px;
    transform: rotate(180deg);
  }
  .page-home .hero__rail-link{
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 4px;
    text-decoration: none;
    color: var(--c-muted);
    border-left: 2px solid transparent;
    transition: color .2s var(--ease-out), border-color .2s var(--ease-out);
    font-family: var(--home-mono);
  }
  .page-home .hero__rail-link:hover{
    color: var(--c-primary);
    border-left-color: var(--c-secondary);
  }
  .page-home .hero__rail-num{
    font-size: .8rem;
    font-weight: 700;
    color: var(--c-secondary);
  }
  .page-home .hero__rail-text{
    font-size: .82rem;
    letter-spacing: .06em;
  }
  .page-home .hero__stage{
    min-height: 520px;
  }
  .page-home .hero__img{
    width: 92%;
  }
  .page-home .hero__stripe{
    width: 72%;
  }
  .page-home .section{
    padding: clamp(80px, 10vw, 160px) 0;
  }
  .page-home .split{
    grid-template-columns: minmax(0, .3fr) minmax(0, .7fr);
    gap: clamp(28px, 4vw, 68px);
  }
  .page-home .split > .split-aside{
    position: sticky;
    top: calc(var(--bar-h) + 28px);
    align-self: start;
  }
  .page-home .schedule-panel{
    padding: 34px 34px 34px 30px;
    margin-left: auto;
  }
  .page-home .schedule-bg img{
    max-height: 220px;
  }
  .page-home .expert-item{
    gap: 28px;
  }
  .page-home .expert-item h3{
    font-size: 1.08rem;
  }
  .page-home .video-card{
    flex-basis: 340px;
  }
  .page-home .archive-item{
    padding: 22px 10px;
  }
}

/* ===== 大屏 ===== */
@media (min-width: 1400px){
  .page-home h1{
    font-size: 6.2rem;
  }
  .page-home .hero__facts{
    grid-template-columns: repeat(2, 1fr);
  }
}
