/* ========== 首页专属样式 · 江南体育·中文官方主站 ========== */
.page-home {
  --home-orange: var(--c-orange);
  --home-blue: var(--c-highland-blue);
  --home-teal: var(--c-deep-teal);
  --home-indigo: var(--c-indigo);
  --home-wine: var(--c-wine);
  --home-sand: var(--c-sand);
  --home-green: var(--c-green);
  --home-white: var(--c-snow-white);
  --home-ink: var(--c-black);
  --home-muted: #5b6675;
  --home-paper: #ffffff;
  --home-soft-line: rgba(15, 76, 92, 0.18);
  overflow-x: hidden;
  background: var(--home-white);
  color: var(--home-ink);
}

.page-home .section {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

/* ---------- 首屏：品牌叙事 / 左右分屏 ---------- */
.page-home .home-hero {
  position: relative;
  padding: 2.5rem 0 3rem;
  background:
    linear-gradient(120deg, rgba(27, 58, 107, 1) 0%, rgba(27, 58, 107, 0.98) 46%, rgba(15, 76, 92, 0.96) 100%);
  color: #ffffff;
  overflow: hidden;
}

.page-home .home-hero::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -4rem;
  width: 48%;
  background:
    linear-gradient(115deg, transparent 0 12%, rgba(255, 107, 53, 0.16) 12% 16%, transparent 16% 58%, rgba(212, 165, 116, 0.12) 58% 60%, transparent 60%),
    linear-gradient(115deg, transparent 0 72%, rgba(255, 255, 255, 0.06) 72% 74%, transparent 74%);
  transform: skewX(-12deg);
  pointer-events: none;
}

.page-home .home-hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}

.page-home .home-hero-main {
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
}

.page-home .home-crumbs {
  margin-bottom: 0.25rem;
}

.page-home .home-kicker {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-family: var(--font-mono);
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.82);
}

.page-home .home-kicker-mark {
  width: 2.2rem;
  height: 2px;
  background: var(--home-orange);
  display: inline-block;
}

.page-home .home-hero-main h1 {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 900;
  font-size: clamp(2.1rem, 5vw, 3.6rem);
  line-height: 1.12;
  letter-spacing: 0.01em;
  color: #ffffff;
  display: inline-block;
}

.page-home .home-hero-main h1::after {
  content: "";
  display: block;
  width: 56%;
  height: 10px;
  margin-top: 0.4rem;
  background: linear-gradient(90deg, var(--home-orange) 0%, rgba(255, 107, 53, 0) 100%);
  clip-path: polygon(0 0, 100% 0, calc(100% - 14px) 100%, 0 100%);
}

.page-home .home-lead {
  font-family: var(--font-body);
  font-size: 1.02rem;
  line-height: 1.78;
  max-width: 60ch;
  color: rgba(255, 255, 255, 0.94);
  margin: 0;
}

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

.page-home .home-topic-list a {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 0.95rem;
  color: #ffffff;
  text-decoration: none;
  border-left: 3px solid var(--home-orange);
  padding-left: 0.8rem;
  transition: padding-left 0.25s ease, color 0.25s ease;
}

.page-home .home-topic-list a::before {
  content: "";
  width: 6px;
  height: 6px;
  background: var(--home-orange);
  transform: rotate(45deg);
  flex: 0 0 auto;
}

.page-home .home-topic-list a:hover,
.page-home .home-topic-list a:focus-visible {
  padding-left: 1.2rem;
  color: var(--home-orange);
}

.page-home .home-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 0.5rem;
}

.page-home .home-hero .btn-outline {
  border-color: rgba(255, 255, 255, 0.85);
  color: #ffffff;
}

.page-home .home-hero .btn-outline:hover,
.page-home .home-hero .btn-outline:focus-visible {
  background: rgba(255, 255, 255, 0.14);
  color: #ffffff;
}

.page-home .home-hero-side {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.page-home .home-data-card {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-left: 6px solid var(--home-orange);
  padding: 1.25rem 1.25rem 1.1rem;
}

.page-home .home-data-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
  flex-wrap: wrap;
  margin-bottom: 0.9rem;
}

.page-home .home-data-round {
  font-family: var(--font-mono);
  font-size: 0.75rem;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.72);
}

.page-home .home-data-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.8rem 1rem;
  margin: 0;
  padding: 0;
}

.page-home .home-data-item {
  background: rgba(255, 255, 255, 0.045);
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding-top: 0.6rem;
}

.page-home .home-data-item dt {
  font-family: var(--font-mono);
  font-size: 0.72rem;
  color: rgba(255, 255, 255, 0.68);
  margin-bottom: 0.2rem;
}

.page-home .home-data-item dd {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 900;
  font-size: 1.3rem;
  color: #ffffff;
}

/* ---------- 图片框架 ---------- */
.page-home .home-hero-figure,
.page-home .home-watch-figure,
.page-home .home-review-figure,
.page-home .home-trust-figure {
  overflow: hidden;
  background: var(--c-light-gray);
  margin: 0;
}

.page-home .home-hero-figure {
  aspect-ratio: 16 / 9;
}

.page-home .home-watch-figure {
  aspect-ratio: 16 / 9;
}

.page-home .home-review-figure {
  aspect-ratio: 16 / 10;
}

.page-home .home-trust-figure {
  aspect-ratio: 3 / 4;
}

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

.page-home figure figcaption {
  font-family: var(--font-mono);
  font-size: 0.72rem;
  color: #999999;
  padding: 0.55rem 0.1rem 0;
  text-align: left;
}

.page-home .home-hero-figure figcaption {
  color: rgba(255, 255, 255, 0.65);
}

/* ---------- 章节标题组件 ---------- */
.page-home .home-section-head {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.page-home .home-section-no {
  font-family: var(--font-mono);
  font-weight: 700;
  font-size: 0.85rem;
  color: var(--home-orange);
  background: rgba(255, 107, 53, 0.08);
  border: 1px solid rgba(255, 107, 53, 0.24);
  padding: 0.35rem 0.7rem;
  white-space: nowrap;
  letter-spacing: 0.04em;
  transform: skewX(-8deg);
  display: inline-block;
}

.page-home .home-section-title-wrap h2 {
  margin: 0 0 0.35rem;
  font-family: var(--font-display);
  font-weight: 900;
  font-size: clamp(1.45rem, 3vw, 2.2rem);
  line-height: 1.2;
  color: var(--home-blue);
  position: relative;
}

.page-home .home-section-title-wrap h2::after {
  content: "";
  display: block;
  width: 3.6rem;
  height: 4px;
  margin-top: 0.4rem;
  background: var(--home-orange);
  clip-path: polygon(0 0, 100% 0, calc(100% - 8px) 100%, 0 100%);
}

.page-home .home-section-title-wrap > p {
  margin: 0;
  font-family: var(--font-body);
  font-size: 0.96rem;
  line-height: 1.7;
  color: var(--home-muted);
  max-width: 66ch;
}

/* ---------- 01 赛程与阵容 ---------- */
.page-home .home-schedule {
  background: var(--c-light-gray);
}

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

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

.page-home .home-match-card {
  position: relative;
  background: var(--home-paper);
  border-top: 4px solid var(--home-blue);
  border-radius: var(--radius);
  padding: 1.15rem 1.2rem 0.95rem;
  box-shadow: 0 6px 18px rgba(15, 76, 92, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-home .home-match-card:hover {
  transform: translateY(-4px) skewX(-0.4deg);
  box-shadow: 0 14px 26px rgba(15, 76, 92, 0.14);
}

.page-home .home-match-card::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 3rem;
  height: 4px;
  background: var(--home-orange);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 60% 100%);
}

.page-home .home-match-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.6rem;
  margin-bottom: 0.8rem;
}

.page-home .home-match-state {
  font-family: var(--font-mono);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: var(--home-green);
}

.page-home .home-match-teams {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 0.6rem;
}

.page-home .home-team {
  display: flex;
  flex-direction: column;
  gap: 0.12rem;
  min-width: 0;
}

.page-home .home-team-city {
  font-family: var(--font-mono);
  font-size: 0.72rem;
  color: #8895a3;
  letter-spacing: 0.05em;
}

.page-home .home-team-name {
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-weight: 800;
  color: var(--home-ink);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.page-home .home-team-score {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: 1.6rem;
  color: var(--home-blue);
}

.page-home .home-match-vs {
  font-family: var(--font-mono);
  font-size: 0.72rem;
  color: #aab4bf;
  letter-spacing: 0.1em;
}

.page-home .home-match-foot {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 0.85rem;
  padding-top: 0.7rem;
  border-top: 1px dashed var(--home-soft-line);
  font-size: 0.8rem;
}

.page-home .home-foot-info {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-family: var(--font-body);
  color: #556271;
}

.page-home .home-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  display: inline-block;
  flex: 0 0 auto;
}

.page-home .home-dot-green { background: var(--home-green); }
.page-home .home-dot-wine { background: var(--home-wine); }
.page-home .home-dot-orange { background: var(--home-orange); }

/* ---------- 伤停信息面板 ---------- */
.page-home .home-injury {
  position: relative;
  background: var(--home-teal);
  color: #ffffff;
  padding: 1.4rem 1.2rem;
  border-radius: var(--radius);
}

.page-home .home-injury::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, var(--home-orange), var(--home-sand));
}

.page-home .home-injury h3 {
  margin: 0 0 0.9rem;
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-weight: 800;
}

.page-home .home-injury-list {
  list-style: none;
  padding: 0;
  margin: 0 0 1rem;
  display: grid;
  gap: 0.3rem;
}

.page-home .home-injury-list li {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.3rem 0.6rem;
  align-items: baseline;
  padding: 0.55rem 0.1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  font-size: 0.83rem;
}

.page-home .home-injury-team {
  font-weight: 700;
}

.page-home .home-injury-num {
  font-family: var(--font-mono);
  color: var(--home-sand);
}

.page-home .home-injury-detail {
  grid-column: 1 / -1;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.78rem;
}

.page-home .home-injury-note {
  background: rgba(255, 107, 53, 0.12);
  border-left: 3px solid var(--home-orange);
  padding: 0.55rem 0.8rem;
  margin-bottom: 0.9rem;
}

.page-home .home-injury-pill {
  font-family: var(--font-mono);
  font-size: 0.76rem;
  color: rgba(255, 255, 255, 0.9);
}

.page-home .home-panel-link {
  display: inline-block;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 0.9rem;
  color: var(--home-orange);
  text-decoration: none;
  transition: transform 0.25s ease;
}

.page-home .home-panel-link:hover,
.page-home .home-panel-link:focus-visible {
  transform: translateX(4px);
}

/* ---------- 02 大屏观看清单 ---------- */
.page-home .home-watch {
  position: relative;
  background: var(--home-paper);
}

.page-home .home-watch::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background: linear-gradient(90deg, var(--home-orange) 0 20%, var(--home-sand) 20% 30%, var(--home-blue) 30% 55%, var(--home-indigo) 55% 75%, var(--home-teal) 75%);
}

.page-home .home-watch-strip {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.4rem 1rem;
  background: rgba(255, 107, 53, 0.1);
  border-left: 4px solid var(--home-orange);
  padding: 0.7rem 1rem;
  margin-bottom: 1.4rem;
  font-family: var(--font-display);
  font-weight: 700;
  color: var(--home-ink);
}

.page-home .home-watch-strip strong {
  font-size: 1.35rem;
  color: var(--home-orange);
}

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

.page-home .home-watch-content {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

.page-home .home-watch-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.page-home .home-watch-item {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.3rem;
  padding: 0.9rem 0;
  border-bottom: 1px solid var(--c-light-gray);
}

.page-home .home-watch-round {
  font-family: var(--font-mono);
  font-size: 0.78rem;
  color: var(--home-blue);
  background: rgba(27, 58, 107, 0.08);
  padding: 0.28rem 0.5rem;
  width: fit-content;
  border-left: 2px solid var(--home-orange);
}

.page-home .home-watch-name {
  font-family: var(--font-display);
  font-size: 0.98rem;
  font-weight: 800;
  color: var(--home-ink);
}

.page-home .home-watch-tag {
  font-family: var(--font-mono);
  font-size: 0.72rem;
  color: var(--home-orange);
  border: 1px solid rgba(255, 107, 53, 0.4);
  padding: 0.2rem 0.45rem;
  width: fit-content;
}

.page-home .home-watch-action-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
}

.page-home .home-watch-meta {
  font-size: 0.8rem;
  color: #6b7582;
  font-family: var(--font-body);
}

/* ---------- 03 新用户观赛手册 ---------- */
.page-home .home-guide {
  background: linear-gradient(135deg, rgba(27, 58, 107, 0.05), rgba(15, 76, 92, 0.08));
}

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

.page-home .home-guide-card {
  padding: 1.4rem 1.2rem;
  border-top: 4px solid var(--home-indigo);
  border-radius: var(--radius);
  background: var(--home-paper);
  box-shadow: 0 4px 14px rgba(63, 46, 86, 0.06);
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.page-home .home-guide-card:nth-child(2) { border-top-color: var(--home-teal); }
.page-home .home-guide-card:nth-child(3) { border-top-color: var(--home-orange); }

.page-home .home-guide-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 22px rgba(63, 46, 86, 0.12);
}

.page-home .home-guide-num {
  display: inline-block;
  font-family: var(--font-mono);
  font-weight: 700;
  font-size: 0.8rem;
  color: #ffffff;
  background: var(--home-indigo);
  padding: 0.25rem 0.65rem;
  transform: skewX(-8deg);
  margin-bottom: 0.7rem;
}

.page-home .home-guide-card h3 {
  margin: 0 0 0.55rem;
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--home-ink);
}

.page-home .home-guide-card p {
  margin: 0 0 0.8rem;
  font-size: 0.92rem;
  line-height: 1.68;
  color: #5a6572;
  font-family: var(--font-body);
}

.page-home .home-guide-link {
  color: var(--home-blue);
  font-weight: 700;
  text-decoration: none;
  border-bottom: 1px dashed rgba(27, 58, 107, 0.4);
  font-family: var(--font-display);
}

.page-home .home-guide-cta {
  margin-top: 1.6rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
  background: var(--home-blue);
  color: #ffffff;
  padding: 1.2rem;
  border-left: 6px solid var(--home-orange);
  border-radius: var(--radius);
}

.page-home .home-guide-cta p {
  margin: 0;
  font-family: var(--font-body);
  font-size: 0.98rem;
  flex: 1;
  min-width: 210px;
  color: rgba(255, 255, 255, 0.92);
}

/* ---------- 04 主客场表现复盘组 ---------- */
.page-home .home-review-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.6rem;
}

.page-home .home-review-articles {
  display: grid;
  gap: 1rem;
}

.page-home .home-review-item {
  background: var(--home-paper);
  border: 1px solid var(--c-light-gray);
  border-left: 5px solid var(--home-wine);
  border-radius: var(--radius);
  padding: 1.15rem 1.2rem;
}

.page-home .home-review-item h3 {
  margin: 0.6rem 0 0.5rem;
  font-family: var(--font-display);
  font-size: 1.08rem;
  line-height: 1.3;
  color: var(--home-ink);
}

.page-home .home-review-item p {
  margin: 0 0 0.8rem;
  font-size: 0.92rem;
  color: #5a6572;
  line-height: 1.65;
  font-family: var(--font-body);
}

.page-home .home-review-link {
  color: var(--home-wine);
  font-weight: 700;
  text-decoration: none;
  border-bottom: 1px dashed rgba(114, 47, 55, 0.4);
  font-family: var(--font-display);
}

/* ---------- 05 品牌信任与资质 ---------- */
.page-home .home-trust {
  background: var(--home-blue);
  color: #ffffff;
}

.page-home .home-trust .home-section-title-wrap h2 {
  color: #ffffff;
}

.page-home .home-trust .home-section-title-wrap > p {
  color: rgba(255, 255, 255, 0.78);
}

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

.page-home .home-trust-stat-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.8rem;
}

.page-home .home-trust-item {
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
  padding: 1.1rem 0.8rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  transition: transform 0.25s ease, background 0.25s ease;
}

.page-home .home-trust-item:hover {
  transform: translateY(-3px);
  background: rgba(255, 255, 255, 0.1);
}

.page-home .home-trust-num {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: 1.9rem;
  color: var(--home-orange);
  line-height: 1;
}

.page-home .home-trust-label {
  font-family: var(--font-body);
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.82);
}

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

.page-home .home-trust-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.6rem;
}

.page-home .home-trust-list li {
  display: flex;
  gap: 0.8rem;
  align-items: flex-start;
  background: rgba(255, 255, 255, 0.05);
  border-left: 3px solid var(--home-sand);
  padding: 0.78rem 0.9rem;
  font-size: 0.9rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.88);
  font-family: var(--font-body);
}

.page-home .home-trust-icon {
  width: 10px;
  height: 10px;
  background: var(--home-orange);
  display: inline-block;
  transform: rotate(45deg);
  flex: 0 0 auto;
  margin-top: 0.4rem;
}

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

.page-home .home-guide-cta .btn-outline,
.page-home .home-trust .btn-outline {
  border-color: rgba(255, 255, 255, 0.9);
  color: #ffffff;
}

.page-home .home-guide-cta .btn-outline:hover,
.page-home .home-trust .btn-outline:hover,
.page-home .home-guide-cta .btn-outline:focus-visible,
.page-home .home-trust .btn-outline:focus-visible {
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
}

/* ---------- 响应式：中屏与桌面 ---------- */
@media (min-width: 768px) {
  .page-home .home-watch-item {
    grid-template-columns: 1fr 1.8fr auto;
    gap: 0.7rem;
    align-items: center;
    padding: 0.85rem 0;
  }

  .page-home .home-watch-round,
  .page-home .home-watch-tag {
    width: auto;
  }

  .page-home .home-injury-list li {
    grid-template-columns: 1fr auto 1.3fr;
    align-items: center;
    gap: 0.6rem;
  }

  .page-home .home-injury-detail {
    grid-column: auto;
    font-size: 0.83rem;
  }
}

@media (min-width: 1024px) {
  .page-home .home-hero {
    padding: 3.5rem 0 4rem;
  }

  .page-home .home-hero-inner {
    grid-template-columns: 1.05fr 0.95fr;
    gap: 3.5rem;
    align-items: start;
  }

  .page-home .home-schedule-layout {
    grid-template-columns: 1.5fr 0.7fr;
    gap: 2rem;
    align-items: start;
  }

  .page-home .home-watch-layout {
    grid-template-columns: 0.95fr 1.05fr;
    gap: 2.5rem;
    align-items: center;
  }

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

  .page-home .home-review-layout {
    grid-template-columns: 1fr 0.8fr;
    gap: 2.4rem;
    align-items: start;
  }

  .page-home .home-trust-layout {
    grid-template-columns: 1.05fr 0.85fr;
    gap: 2.4rem;
    align-items: start;
  }
}
