.page-home {
  --home-chapter-offset: 56px;
  background: var(--bwin-cream);
  color: var(--bwin-ink);
  overflow-x: clip;
}

/* ========== 1. 首屏 Hero ========== */
.page-home .home-hero {
  position: relative;
  padding: 56px 0 0;
  background: linear-gradient(160deg, var(--bwin-forest) 0%, var(--bwin-forest-deep) 82%);
  color: var(--bwin-cream);
  overflow: hidden;
}

.page-home .home-hero-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 84% 14%, rgba(212, 175, 55, 0.18) 0%, transparent 46%),
    repeating-linear-gradient(135deg, transparent 0 12px, rgba(255, 255, 255, 0.025) 12px 13px);
}

.page-home .home-hero-angle {
  position: absolute;
  top: 0;
  right: -12%;
  width: 36%;
  height: 100%;
  background: linear-gradient(135deg, transparent 38%, rgba(212, 175, 55, 0.32) 38%);
  clip-path: polygon(18% 0, 100% 0, 100% 100%, 0 100%);
  pointer-events: none;
}

.page-home .home-hero-container {
  position: relative;
  z-index: 1;
}

.page-home .home-hero-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  align-items: center;
}

.page-home .home-hero-copy {
  padding-top: 8px;
}

.page-home .home-hero-kicker {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 20px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--bwin-gold);
}

.page-home .home-kicker-mark {
  flex: 0 0 auto;
  width: 34px;
  height: 2px;
  background: var(--bwin-gold);
}

.page-home .home-hero-title {
  font-family: var(--font-display);
  font-size: clamp(42px, 8vw, 76px);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -0.02em;
  margin: 0 0 24px;
  color: var(--bwin-cream);
}

.page-home .home-hero-lead {
  max-width: 580px;
  font-size: 16px;
  line-height: 1.8;
  color: rgba(245, 240, 230, 0.82);
  margin: 0 0 32px;
}

.page-home .home-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.page-home .home-hero-visual {
  position: relative;
}

.page-home .home-hero-media {
  overflow: hidden;
  border: 1px solid rgba(212, 175, 55, 0.45);
}

.page-home .home-hero-media img {
  display: block;
  width: 100%;
  height: 240px;
  object-fit: cover;
  object-position: center 38%;
  filter: grayscale(0.85) contrast(1.06);
}

.page-home .home-hero-board {
  position: absolute;
  right: 6px;
  bottom: -14px;
  z-index: 2;
  min-width: 210px;
  padding: 14px 16px;
  background: var(--bwin-forest-deep);
  border: 1px solid var(--bwin-gold);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.28);
  transform: rotate(-0.6deg);
}

.page-home .home-hero-board-top {
  display: flex;
  gap: 8px;
  margin-bottom: 10px;
}

.page-home .home-hero-board-title {
  font-family: var(--font-display);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 4px;
  color: var(--bwin-cream);
}

.page-home .home-hero-board-sub {
  font-size: 12px;
  letter-spacing: 0.08em;
  margin: 0;
  color: rgba(245, 240, 230, 0.62);
}

.page-home .home-hero-stats {
  position: relative;
  z-index: 1;
  margin-top: 48px;
  border-top: 1px solid rgba(212, 175, 55, 0.45);
  background: rgba(5, 24, 17, 0.55);
}

.page-home .home-stats-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px 16px;
  padding: 22px 0;
}

.page-home .home-stat {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.page-home .home-stat-num {
  font-family: var(--font-display);
  font-size: 30px;
  font-weight: 900;
  line-height: 1.1;
  color: var(--bwin-gold);
}

.page-home .home-stat-label {
  font-size: 13px;
  letter-spacing: 0.04em;
  color: rgba(245, 240, 230, 0.78);
}

/* ========== 2. 滚动公告栏 ========== */
.page-home .home-ticker {
  padding: 12px 0;
  background: var(--bwin-cream);
  border-bottom: 1px solid var(--bwin-mist);
}

.page-home .home-ticker-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 10px;
}

.page-home .home-ticker-label {
  flex: 0 0 auto;
  align-self: flex-start;
  margin: 0;
  padding: 6px 12px;
  background: var(--bwin-wine);
  color: var(--bwin-cream);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.page-home .home-ticker-viewport {
  overflow: hidden;
  min-width: 0;
}

.page-home .home-ticker-track {
  display: flex;
  width: max-content;
  animation: home-ticker-move 36s linear infinite;
}

.page-home .home-ticker-msg {
  margin: 0;
  padding: 4px 48px 4px 0;
  font-size: 14px;
  line-height: 1.6;
  color: var(--bwin-ink);
  white-space: nowrap;
}

.page-home .home-ticker-viewport:hover .home-ticker-track,
.page-home .home-ticker-viewport:focus-within .home-ticker-track {
  animation-play-state: paused;
}

@keyframes home-ticker-move {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* ========== 3. 章节预览 ========== */
.page-home .home-chapters {
  padding: 80px 0 88px;
  background: var(--bwin-cream);
}

.page-home .home-section-head {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 44px;
}

.page-home .home-section-num {
  font-family: var(--font-display);
  font-size: 46px;
  font-weight: 900;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1px var(--bwin-gold);
}

.page-home .home-section-num--light {
  -webkit-text-stroke-color: var(--bwin-gold);
}

.page-home .home-section-heading-group h2 {
  font-family: var(--font-display);
  font-size: clamp(28px, 4.4vw, 42px);
  line-height: 1.15;
  color: var(--bwin-forest-deep);
  margin: 0 0 8px;
}

.page-home .home-section-heading-group p {
  margin: 0;
  font-size: 15px;
  color: #596b62;
}

.page-home .home-chapters-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px 24px;
}

.page-home .home-chapter {
  position: relative;
  padding: 24px;
  background: #fff;
  border: 1px solid var(--bwin-mist);
  border-top: 3px solid var(--bwin-gold);
  box-shadow: 0 10px 28px rgba(11, 61, 46, 0.06);
  transition: transform 0.35s var(--ease), box-shadow 0.35s var(--ease);
}

.page-home .home-chapter:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(11, 61, 46, 0.12);
}

.page-home .home-chapter-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

.page-home .home-chapter-index {
  font-family: var(--font-display);
  font-size: 44px;
  font-weight: 900;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1px var(--bwin-gold);
}

.page-home .home-chapter-media {
  margin: 0 0 20px;
  overflow: hidden;
  background: var(--bwin-cream);
}

.page-home .home-chapter-media img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 240px;
  object-fit: cover;
  filter: grayscale(0.55) sepia(0.16) contrast(1.05);
  transition: transform 0.45s var(--ease);
}

.page-home .home-chapter-media--square {
  max-width: 200px;
}

.page-home .home-chapter-media--square img {
  width: 100%;
  height: auto;
}

.page-home .home-chapter:hover .home-chapter-media img {
  transform: scale(1.04);
}

.page-home .home-chapter-body h3 {
  font-family: var(--font-display);
  font-size: 26px;
  font-weight: 900;
  line-height: 1.2;
  color: var(--bwin-forest-deep);
  margin: 0 0 10px;
}

.page-home .home-chapter-body p {
  font-size: 14px;
  line-height: 1.78;
  color: var(--bwin-ink);
  margin: 0;
}

.page-home .home-chapter-body a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
  font-size: 15px;
  font-weight: 700;
  color: var(--bwin-forest);
  text-decoration: none;
  border-bottom: 2px solid transparent;
  transition: border-color 0.2s ease;
}

.page-home .home-chapter-body a:hover {
  border-color: var(--bwin-gold);
}

.page-home .home-arrow {
  display: inline-block;
  transition: transform 0.2s ease;
}

.page-home .home-chapter-body a:hover .home-arrow {
  transform: translateX(4px);
}

.page-home .home-chapter-report-list {
  margin: 0 0 22px;
  padding: 0 16px;
  background: var(--bwin-cream);
  border: 1px solid var(--bwin-mist);
}

.page-home .home-report-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 0;
  border-bottom: 1px solid var(--bwin-mist);
  color: var(--bwin-ink);
  text-decoration: none;
  transition: background 0.2s ease;
}

.page-home .home-report-item:last-child {
  border-bottom: 0;
}

.page-home .home-report-item:hover {
  background: rgba(212, 175, 55, 0.08);
}

.page-home .home-report-league {
  flex: 0 0 auto;
}

.page-home .home-report-name {
  font-size: 14px;
  line-height: 1.5;
}

/* ========== 4. 每日焦点 ========== */
.page-home .home-focus {
  position: relative;
  padding: 88px 0;
  background: linear-gradient(140deg, var(--bwin-forest) 0%, var(--bwin-forest-deep) 90%);
  color: var(--bwin-cream);
  overflow: hidden;
}

.page-home .home-focus::before {
  content: "";
  position: absolute;
  top: 42px;
  right: -140px;
  width: 340px;
  height: 440px;
  border: 2px solid rgba(212, 175, 55, 0.25);
  transform: rotate(20deg);
  pointer-events: none;
}

.page-home .home-focus-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
  align-items: center;
}

.page-home .home-focus-copy h2 {
  font-family: var(--font-display);
  font-size: clamp(34px, 5vw, 54px);
  font-weight: 900;
  line-height: 1.08;
  margin: 14px 0 20px;
  color: var(--bwin-cream);
}

.page-home .home-focus-copy > p {
  font-size: 15px;
  line-height: 1.85;
  color: rgba(245, 240, 230, 0.8);
  margin: 0;
}

.page-home .home-focus-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.page-home .home-focus-update {
  margin-top: 32px;
  padding-left: 12px;
  border-left: 2px solid var(--bwin-gold);
  font-size: 13px;
  line-height: 1.7;
  color: rgba(245, 240, 230, 0.68);
}

.page-home .home-focus-board {
  padding: 28px 24px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(212, 175, 55, 0.4);
}

.page-home .home-focus-board-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

.page-home .home-focus-board-count {
  font-size: 13px;
  letter-spacing: 0.06em;
  color: rgba(245, 240, 230, 0.72);
}

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

.page-home .home-focus-timeline::before {
  content: "";
  position: absolute;
  left: 52px;
  top: 0;
  bottom: 0;
  width: 1px;
  background: linear-gradient(180deg, var(--bwin-gold), rgba(212, 175, 55, 0.12));
}

.page-home .home-focus-event {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 18px 0;
}

.page-home .home-focus-time {
  flex: 0 0 52px;
  text-align: right;
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 900;
  color: var(--bwin-gold);
}

.page-home .home-focus-event-text {
  flex: 1;
  font-size: 14px;
  line-height: 1.7;
  color: rgba(245, 240, 230, 0.88);
}

.page-home .home-focus-board-foot {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 10px;
  padding-top: 20px;
  border-top: 1px solid rgba(212, 175, 55, 0.3);
}

.page-home .home-focus-stat {
  font-size: 13px;
  line-height: 1.5;
  color: rgba(245, 240, 230, 0.72);
}

.page-home .home-focus-stat strong {
  display: block;
  font-size: 22px;
  font-family: var(--font-display);
  font-weight: 900;
  color: var(--bwin-gold);
  margin-bottom: 2px;
}

.page-home .home-focus-disclaimer {
  margin: 18px 0 0;
  font-size: 12px;
  color: rgba(245, 240, 230, 0.45);
}

/* ========== 5. 荣誉墙 ========== */
.page-home .home-honors {
  padding: 88px 0 72px;
  background: var(--bwin-cream);
}

.page-home .home-section-head--center {
  align-items: center;
  text-align: center;
}

.page-home .home-honor-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  margin-top: 44px;
}

.page-home .home-honor-card {
  position: relative;
  padding: 28px 24px;
  background: #fff;
  border: 1px solid var(--bwin-mist);
  transition: transform 0.35s var(--ease), box-shadow 0.35s var(--ease);
}

.page-home .home-honor-card::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 42px;
  height: 3px;
  background: var(--bwin-gold);
}

.page-home .home-honor-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(11, 61, 46, 0.1);
}

.page-home .home-honor-glyph {
  display: block;
  margin-bottom: 16px;
  font-size: 30px;
  line-height: 1;
  color: var(--bwin-gold);
}

.page-home .home-honor-card h3 {
  font-family: var(--font-display);
  font-size: 21px;
  font-weight: 900;
  line-height: 1.25;
  color: var(--bwin-forest-deep);
  margin: 0 0 8px;
}

.page-home .home-honor-card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
  color: var(--bwin-ink);
}

.page-home .home-honor-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 52px;
  padding-top: 32px;
  border-top: 1px solid var(--bwin-mist);
}

.page-home .home-honor-cta p {
  margin: 0;
  font-size: 16px;
  color: var(--bwin-ink);
}

.page-home .home-honor-cta a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--bwin-forest);
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  border-bottom: 2px solid var(--bwin-gold);
  padding-bottom: 2px;
  transition: color 0.2s ease;
}

.page-home .home-honor-cta a:hover {
  color: var(--bwin-gold);
}

/* ========== 响应式增强 ========== */
@media (prefers-reduced-motion: reduce) {
  .page-home .home-ticker-track {
    animation: none;
  }

  .page-home .home-chapter,
  .page-home .home-honor-card,
  .page-home .home-chapter:hover,
  .page-home .home-honor-card:hover,
  .page-home .home-arrow,
  .page-home .home-chapter-body a:hover .home-arrow {
    transition: none;
    transform: none;
  }

  .page-home .home-chapter-media img,
  .page-home .home-chapter:hover .home-chapter-media img {
    transition: none;
    transform: none;
  }
}

@media (min-width: 640px) {
  .page-home .home-honor-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .page-home .home-focus-board {
    padding: 36px 32px;
  }
}

@media (min-width: 768px) {
  .page-home .home-hero-media img {
    height: 340px;
  }

  .page-home .home-stats-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .page-home .home-ticker-container {
    flex-direction: row;
    align-items: center;
    gap: 20px;
  }

  .page-home .home-ticker-label {
    align-self: auto;
  }

  .page-home .home-section-head {
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    gap: 28px;
    margin-bottom: 52px;
  }

  .page-home .home-section-heading-group p {
    font-size: 15px;
  }
}

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

  .page-home .home-hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
    gap: 48px;
  }

  .page-home .home-hero-media img {
    height: 440px;
  }

  .page-home .home-chapters-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 56px 28px;
  }

  .page-home .home-chapter-report {
    margin-top: 88px;
  }

  .page-home .home-chapter-member {
    margin-top: 48px;
  }

  .page-home .home-focus-grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
    gap: 64px;
    align-items: center;
  }

  .page-home .home-honor-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 28px;
  }
}
