.page-home {
  overflow-x: hidden;
  background: #FFFFFF;
}

/* ========== Hero 首屏 ========== */
.page-home__hero {
  background: linear-gradient(135deg, #0B3D2E 0%, #0A2B20 78%);
  color: #FFFFFF;
  padding: 2.5rem 0 4rem;
  position: relative;
}

.page-home__hero::after {
  content: "";
  display: block;
  height: 6px;
  background: linear-gradient(90deg, #FF6B35 0%, #F2C94C 100%);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.page-home__hero-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  align-items: start;
}

.page-home__breadcrumbs {
  margin-bottom: 1.5rem;
}

.page-home__chapter-hero {
  margin-bottom: 1.5rem;
}

.page-home__chapter-kicker {
  font-family: var(--font-head);
  color: #FF6B35;
  font-size: 1.1rem;
  letter-spacing: 0.04em;
  margin: 0 0 0.35rem;
}

.page-home__hero h1 {
  font-family: var(--font-head);
  font-size: 2rem;
  line-height: 1.15;
  letter-spacing: 0.02em;
  margin: 0;
  color: #FFFFFF;
}

.page-home__hero-desc {
  font-size: 1.0625rem;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.82);
  max-width: 34rem;
  margin: 0 0 2rem;
}

.page-home__hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 2rem;
}

.page-home__hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.page-home__hero-stat {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 0.75rem;
  padding: 0.9rem 1.1rem;
  min-width: 8rem;
}

.page-home__hero-stat strong {
  display: block;
  font-family: var(--font-head);
  font-size: 1.4rem;
  color: #F2C94C;
  margin-top: 0.2rem;
}

.page-home__hero-visual {
  position: relative;
  display: flex;
  flex-direction: column;
}

.page-home__hero-photo {
  border-radius: 0.75rem;
  overflow: hidden;
  border: 2px solid #1F5C48;
  height: 320px;
  width: 100%;
}

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

.page-home__hero-sheet {
  width: min(320px, 92%);
  margin: -52px auto 0;
  background: #0A2B20;
  border: 2px solid #F2C94C;
  border-radius: 1rem;
  box-shadow: 8px 8px 0 rgba(0, 0, 0, 0.35);
  z-index: 2;
  position: relative;
  padding: 0.25rem;
}

.page-home__hero-table {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 0.75rem;
}

/* ========== 章节标题共用 ========== */
.page-home__section-head {
  margin-bottom: 2rem;
}

.page-home__section-lead {
  font-size: 1.0625rem;
  line-height: 1.7;
  color: rgba(51, 51, 51, 0.82);
  max-width: 38rem;
  margin-top: 0.35rem;
}

.page-home__section-head--light .page-home__section-lead {
  color: rgba(255, 255, 255, 0.72);
}

.page-home__big-num {
  font-size: 3.2rem;
  line-height: 1;
  font-family: var(--font-head);
  color: #FF6B35;
}

.page-home__big-num--light {
  color: #F2C94C;
}

/* ========== 今日重点场次 ========== */
.page-home__today {
  background: #FFFFFF;
  padding: 4rem 0;
}

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

.page-home__match-card {
  padding: 1.5rem;
  background: #0B3D2E;
  border: 2px solid #1F5C48;
  color: #FFFFFF;
  border-radius: 0.75rem;
  box-shadow: 6px 6px 0 #0A2B20;
  transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.25s;
}

.page-home__match-card:hover,
.page-home__match-card:focus-within {
  transform: translateY(-4px);
  border-color: #FF6B35;
}

.page-home__match-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 0.9rem;
}

.page-home__match-time {
  font-family: var(--font-head);
  font-size: 1.2rem;
  color: #F2C94C;
  letter-spacing: 0.04em;
}

.page-home__match-title {
  font-family: var(--font-head);
  font-size: 1.25rem;
  line-height: 1.3;
  margin: 0 0 0.5rem;
  color: #FFFFFF;
}

.page-home__match-desc {
  font-size: 0.95rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.82);
  margin: 0 0 1.2rem;
}

.page-home__match-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  padding-top: 1rem;
}

.page-home__match-foot a {
  color: #FF6B35;
  font-weight: 600;
  text-decoration: none;
  font-size: 0.95rem;
}

.page-home__match-foot a:hover {
  color: #F2C94C;
  text-decoration: underline;
}

.page-home__match-alert {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.72);
  background: rgba(255, 255, 255, 0.08);
  padding: 0.25rem 0.6rem;
  border-radius: 999px;
}

/* ========== 手机端订阅 ========== */
.page-home__mobile {
  background: linear-gradient(135deg, #1F5C48 0%, #0A2B20 100%);
  color: #FFFFFF;
  padding: 4.5rem 0 4rem;
  position: relative;
}

.page-home__mobile::before {
  content: "";
  display: block;
  height: 6px;
  background: linear-gradient(90deg, #F2C94C 0%, #FF6B35 80%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.page-home__mobile-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  align-items: center;
}

.page-home__mobile-visual {
  border-radius: 0.75rem;
  overflow: hidden;
  border: 2px solid #F2C94C;
  box-shadow: 8px 8px 0 rgba(0, 0, 0, 0.25);
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
}

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

.page-home__mobile-copy .chapter__title {
  color: #FFFFFF;
}

.page-home__feature-list {
  list-style: none;
  padding: 0;
  margin: 0 0 2rem;
}

.page-home__feature-list li {
  padding: 1rem 1.1rem;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 0.75rem;
  margin-bottom: 0.75rem;
  transition: border-color 0.25s, background 0.25s;
}

.page-home__feature-list li:hover {
  border-color: #FF6B35;
  background: rgba(255, 255, 255, 0.1);
}

.page-home__feature-list strong {
  display: block;
  font-family: var(--font-head);
  color: #F2C94C;
  font-size: 1.05rem;
  margin-bottom: 0.25rem;
}

.page-home__feature-list span {
  font-size: 0.95rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.82);
}

.page-home__mobile-cta {
  display: inline-block;
}

/* ========== 收藏夹对照 ========== */
.page-home__fav {
  background: #E0F2E9;
  padding: 4rem 0;
}

.page-home__fav-panel {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}

.page-home__fav-box {
  background: #FFFFFF;
  border: 2px solid #0B3D2E;
  border-radius: 0.75rem;
  box-shadow: 6px 6px 0 #0B3D2E;
  padding: 1.5rem;
}

.page-home__fav-box h3 {
  font-family: var(--font-head);
  font-size: 1.2rem;
  color: #0B3D2E;
  margin: 0 0 0.4rem;
}

.page-home__fav-box>p {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #333333;
  margin: 0 0 1.2rem;
}

.page-home__table-wrap {
  overflow-x: auto;
}

.page-home__mini-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.9rem;
  background: #FFFFFF;
}

.page-home__mini-table th {
  text-align: left;
  font-family: var(--font-head);
  font-size: 0.8rem;
  color: #0B3D2E;
  border-bottom: 2px solid #0B3D2E;
  padding: 0.5rem 0.4rem;
}

.page-home__mini-table td {
  padding: 0.5rem 0.4rem;
  border-bottom: 1px solid #E0F2E9;
  color: #333333;
}

.page-home__mini-table tr:hover td {
  background: #E0F2E9;
}

.page-home__fav-up {
  color: #FF6B35;
  font-weight: 700;
  font-size: 0.8rem;
}

.page-home__fav-down {
  color: #1F5C48;
  font-weight: 700;
  font-size: 0.8rem;
}

.page-home__fav-hold {
  color: #999999;
  font-size: 0.8rem;
}

.page-home__drag-hint {
  font-size: 0.875rem;
  color: #333333;
  background: #E0F2E9;
  border-radius: 0.5rem;
  padding: 0.75rem 0.9rem;
  margin-top: 1rem;
}

.page-home__history-list {
  margin: 0 0 1rem;
  padding: 0;
  list-style: none;
}

.page-home__history-list li {
  padding: 0.45rem 0;
  color: #333333;
  font-size: 0.95rem;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.12);
}

.page-home__history-list li:last-child {
  border-bottom: none;
}

/* ========== 数据更新日历 ========== */
.page-home__cal {
  background: linear-gradient(135deg, #0A2B20 0%, #0B3D2E 100%);
  color: #FFFFFF;
  padding: 4.5rem 0 4rem;
  position: relative;
}

.page-home__cal::after {
  content: "";
  display: block;
  height: 6px;
  background: linear-gradient(90deg, #FF6B35 0%, #F2C94C 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.page-home__cal-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  align-items: center;
}

.page-home__cal-visual {
  border-radius: 0.75rem;
  overflow: hidden;
  border: 2px solid #1F5C48;
  box-shadow: 8px 8px 0 rgba(0, 0, 0, 0.3);
}

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

.page-home__cal-copy .chapter__title {
  color: #FFFFFF;
}

.page-home__timeline {
  list-style: none;
  margin: 1.5rem 0 0;
  padding: 0;
}

.page-home__timeline li {
  position: relative;
  padding: 0 0 1.5rem 1.8rem;
  border-left: 3px solid #FF6B35;
  margin-left: 0.5rem;
}

.page-home__timeline li:last-child {
  padding-bottom: 0;
}

.page-home__timeline li::before {
  content: "";
  position: absolute;
  left: -0.55rem;
  top: 0.2rem;
  width: 0.85rem;
  height: 0.85rem;
  background: #F2C94C;
  border: 2px solid #F2C94C;
  border-radius: 50%;
  box-shadow: 0 0 0 3px #0B3D2E;
}

.page-home__timeline strong {
  display: block;
  font-family: var(--font-head);
  font-size: 1.25rem;
  color: #FF6B35;
  margin-bottom: 0.2rem;
}

.page-home__timeline span {
  font-size: 0.95rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.82);
}

/* ========== 品牌故事 ========== */
.page-home__brand {
  background: #FFFFFF;
  padding: 4.5rem 0;
}

.page-home__brand-inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  align-items: center;
}

.page-home__brand-text {
  font-size: 1rem;
  line-height: 1.8;
  color: #333333;
  max-width: 38rem;
  margin: 0 0 1.5rem;
}

.page-home__brand-media {
  border-radius: 0.75rem;
  overflow: hidden;
  border: 2px solid #0B3D2E;
  box-shadow: 8px 8px 0 #E0F2E9;
}

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

/* ========== 平板断点 ========== */
@media (min-width: 768px) {
  .page-home__hero {
    padding: 3rem 0 5rem;
  }

  .page-home__hero h1 {
    font-size: 2.6rem;
  }

  .page-home__hero-visual {
    flex-direction: row;
    align-items: flex-end;
  }

  .page-home__hero-photo {
    height: 440px;
    flex: 1;
  }

  .page-home__hero-sheet {
    margin: 0 0 0 -70px;
    width: 330px;
    flex-shrink: 0;
  }

  .page-home__match-grid {
    grid-template-columns: 1fr 1fr;
    gap: 1.25rem;
  }

  .page-home__mobile-grid {
    grid-template-columns: 0.8fr 1.2fr;
    gap: 2.5rem;
  }

  .page-home__mobile-visual {
    max-width: 360px;
    margin: 0;
  }

  .page-home__fav-panel {
    grid-template-columns: 1fr 1fr;
  }

  .page-home__fav-history {
    grid-column: 1 / -1;
  }

  .page-home__cal-grid {
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem;
  }

  .page-home__brand-inner {
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
  }
}

/* ========== 桌面断点 ========== */
@media (min-width: 1024px) {
  .page-home__hero {
    padding: 4rem 0 6rem;
  }

  .page-home__hero-grid {
    grid-template-columns: 1.05fr 0.95fr;
    gap: 3rem;
    align-items: center;
  }

  .page-home__hero h1 {
    font-size: 3.1rem;
  }

  .page-home__hero-photo {
    height: 520px;
  }

  .page-home__hero-sheet {
    margin-left: -90px;
    width: 360px;
  }

  .page-home__hero-trust {
    gap: 1.25rem;
  }

  .page-home__hero-stat {
    min-width: 9rem;
  }

  .page-home__match-grid {
    gap: 1.5rem;
  }

  .page-home__fav-panel {
    grid-template-columns: 1.1fr 1.2fr 1fr;
  }

  .page-home__fav-history {
    grid-column: auto;
  }

  .page-home__section-lead {
    font-size: 1.125rem;
  }

  .page-home__brand-text {
    font-size: 1.0625rem;
  }

  .page-home__timeline strong {
    font-size: 1.4rem;
  }
}

/* ========== 宽屏大桌面 ========== */
@media (min-width: 1280px) {
  .page-home__today,
  .page-home__fav,
  .page-home__brand {
    padding: 5.5rem 0;
  }

  .page-home__mobile,
  .page-home__cal {
    padding: 6rem 0 5.5rem;
  }

  .page-home__big-num {
    font-size: 4rem;
  }

  .page-home__hero-trust {
    gap: 1.5rem;
  }
}

/* ========== 减少动效 ========== */
@media (prefers-reduced-motion: reduce) {
  .page-home * {
    transition: none !important;
    animation: none !important;
  }
}
