.page-home {
  --hp-mist: #F7F1EA;
  --hp-blue-glow: rgba(27, 58, 91, 0.14);
  --hp-card-border: rgba(27, 58, 91, 0.18);
  background: var(--cream);
  color: var(--ink);
  font-family: var(--font-body);
  overflow-x: hidden;
  padding-top: 0;
}

.page-home img {
  max-width: 100%;
  height: auto;
}

.page-home [id] {
  scroll-margin-top: var(--header-h);
}

.page-home [data-spy][data-active] {
  position: relative;
}

.page-home [data-spy][data-active]::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background: var(--red);
  z-index: 2;
}

@media (scripting: enabled) {
  .page-home [data-reveal] {
    opacity: 0;
    transform: translateY(14px);
    transition: opacity 0.6s var(--ease-out), transform 0.6s var(--ease-out);
  }
  .page-home [data-revealed] {
    opacity: 1;
    transform: none;
  }
}

/* ===== 首屏：杂志封面式章节预览 ===== */
.page-home .hp-hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  color: var(--cream);
  background: var(--night-blue-deep);
  overflow: hidden;
  padding: calc(var(--header-h) + 32px) 0 56px;
}

.page-home .hp-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.page-home .hp-hero__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.36;
}

.page-home .hp-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(14, 34, 54, 0.76), rgba(27, 58, 91, 0.62) 46%, rgba(14, 34, 54, 0.92));
}

.page-home .hp-hero__inner {
  position: relative;
  z-index: 1;
}

.page-home .hp-hero__heading {
  max-width: 820px;
  margin-bottom: 36px;
}

.page-home .hp-hero__kicker {
  display: inline-block;
  font-size: 13px;
  letter-spacing: 0.18em;
  color: var(--orange);
  border: 1px solid rgba(231, 122, 46, 0.5);
  background: rgba(231, 122, 46, 0.08);
  padding: 6px 14px;
  border-radius: 20px;
  margin-bottom: 18px;
}

.page-home .hp-hero h1 {
  margin: 0 0 14px;
  font-family: var(--font-display);
  font-size: clamp(32px, 7vw, 58px);
  line-height: 1.12;
  font-weight: 800;
  color: var(--cream);
}

.page-home .hp-hero h1 em {
  display: block;
  font-style: normal;
  font-size: 0.56em;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: rgba(245, 239, 230, 0.82);
  margin-top: 12px;
}

.page-home .hp-hero__lead {
  margin: 0;
  font-size: clamp(15px, 2vw, 18px);
  line-height: 1.7;
  color: rgba(245, 239, 230, 0.9);
  max-width: 660px;
}

.page-home .hp-preview-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  margin-top: 40px;
}

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

@media (min-width: 1024px) {
  .page-home .hp-preview-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .page-home .hp-preview-card--philosophy {
    grid-column: span 2;
  }
  .page-home .hp-preview-card--faq {
    grid-column: span 2;
  }
}

.page-home .hp-preview-card {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(245, 239, 230, 0.16);
  border-radius: var(--radius-m);
  padding: 18px;
  backdrop-filter: blur(8px);
  transition: transform 0.35s var(--ease-out), box-shadow 0.35s var(--ease-out), border-color 0.35s var(--ease-out);
}

.page-home .hp-preview-card:hover {
  transform: translateY(-4px);
  border-color: rgba(245, 239, 230, 0.42);
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.2);
}

.page-home .hp-preview-card__index {
  font-family: var(--font-display);
  font-size: 12px;
  letter-spacing: 0.2em;
  color: var(--orange);
}

.page-home .hp-preview-card__title {
  margin: 8px 0 6px;
  font-size: 20px;
  line-height: 1.3;
}

.page-home .hp-preview-card__title a {
  color: var(--cream);
  text-decoration: none;
}

.page-home .hp-preview-card__title a:hover {
  color: var(--orange);
}

.page-home .hp-preview-card__text {
  margin: 0 0 12px;
  font-size: 14px;
  line-height: 1.65;
  color: rgba(245, 239, 230, 0.76);
}

.page-home .hp-preview-card__link {
  display: inline-block;
  font-size: 13px;
  color: var(--orange);
  text-decoration: none;
}

.page-home .hp-preview-card__link::after {
  content: "→";
  margin-left: 6px;
}

.page-home .hp-hero__scroll {
  display: inline-block;
  margin-top: 32px;
  font-size: 14px;
  color: rgba(245, 239, 230, 0.72);
  text-decoration: none;
  border-bottom: 1px solid rgba(245, 239, 230, 0.24);
  padding-bottom: 4px;
}

/* ===== 品牌主张 ===== */
.page-home .hp-philosophy {
  position: relative;
  background: var(--cream);
  padding: 72px 0 80px;
}

.page-home .hp-philosophy::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--line) 20%, var(--line) 80%, transparent);
}

.page-home .hp-philosophy__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}

@media (min-width: 1024px) {
  .page-home .hp-philosophy__inner {
    grid-template-columns: 1.5fr 1fr;
    gap: 64px;
    align-items: start;
  }
}

.page-home .hp-philosophy__main .c-chip {
  margin-bottom: 14px;
}

.page-home .hp-philosophy h2 {
  margin: 0 0 20px;
  font-family: var(--font-display);
  font-size: clamp(28px, 5vw, 44px);
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: -0.01em;
  max-width: 12em;
}

.page-home .hp-philosophy__lead {
  margin: 0 0 14px;
  font-size: 18px;
  line-height: 1.8;
  color: var(--ink);
  max-width: 32em;
}

.page-home .hp-philosophy__main > p:last-of-type {
  color: var(--text-muted);
  line-height: 1.75;
  margin: 0 0 10px;
  max-width: 32em;
}

.page-home .hp-philosophy .c-btn {
  margin-top: 18px;
}

.page-home .hp-philosophy__aside {
  display: grid;
  gap: 20px;
}

.page-home .hp-philosophy__note {
  padding: 22px;
  border: 1px solid var(--glass-line);
  border-radius: var(--radius-m);
}

.page-home .hp-philosophy__note span {
  font-size: 13px;
  letter-spacing: 0.14em;
  color: var(--orange);
  font-weight: 600;
}

.page-home .hp-philosophy__note strong {
  display: block;
  margin: 8px 0 6px;
  font-size: 20px;
  line-height: 1.4;
}

.page-home .hp-philosophy__note p {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: var(--text-muted);
}

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

.page-home .hp-philosophy__points li {
  background: #FFFFFF;
  border-left: 3px solid var(--red);
  border-radius: 0 var(--radius-s) var(--radius-s) 0;
  padding: 10px 14px;
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 1.5;
  color: var(--ink);
  box-shadow: var(--shadow-card);
}

/* ===== 数据概览 ===== */
.page-home .hp-stats {
  position: relative;
  background: var(--night-blue);
  color: var(--cream);
  padding: 80px 0 96px;
  overflow: hidden;
}

.page-home .hp-stats::before {
  content: "";
  position: absolute;
  top: 0;
  left: -8%;
  width: 34%;
  height: 4px;
  background: var(--orange);
  transform: rotate(-2deg);
}

.page-home .hp-stats__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  align-items: center;
}

@media (min-width: 1024px) {
  .page-home .hp-stats__grid {
    grid-template-columns: repeat(6, 1fr);
  }
  .page-home .hp-stats__intro {
    grid-column: 1 / 4;
    grid-row: 1;
  }
  .page-home .hp-stats__media {
    grid-column: 1 / 3;
    grid-row: 2;
    margin-top: -24px;
  }
  .page-home .hp-stats__board {
    grid-column: 4 / 7;
    grid-row: 1 / 3;
  }
}

.page-home .hp-stats__intro h2 {
  margin: 12px 0 16px;
  font-family: var(--font-display);
  font-size: clamp(28px, 4vw, 40px);
  line-height: 1.2;
}

.page-home .hp-stats__intro p {
  margin: 0 0 20px;
  font-size: 15px;
  line-height: 1.8;
  color: rgba(245, 239, 230, 0.76);
  max-width: 30em;
}

.page-home .hp-stats__media {
  margin: 0;
}

.page-home .hp-stats__media img {
  width: 100%;
  height: auto;
  border-radius: var(--radius-l);
  box-shadow: var(--shadow-glow);
  display: block;
}

@media (min-width: 1024px) {
  .page-home .hp-stats__media img {
    aspect-ratio: 4 / 3;
    object-fit: cover;
  }
}

.page-home .hp-stats__board {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.page-home .hp-stat-card {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(245, 239, 230, 0.14);
  border-radius: var(--radius-m);
  padding: 18px 14px;
  text-align: center;
  transition: transform 0.3s var(--ease-out), border-color 0.3s var(--ease-out), background 0.3s var(--ease-out);
}

.page-home .hp-stat-card:hover {
  transform: translateY(-3px) rotate(-0.4deg);
  border-color: rgba(231, 122, 46, 0.55);
  background: rgba(255, 255, 255, 0.1);
}

.page-home .hp-stat-card--wide {
  grid-column: span 2;
}

.page-home .hp-stat-card--highlight {
  border-color: rgba(214, 65, 47, 0.55);
}

.page-home .hp-stat-card__value {
  display: block;
  font-family: var(--font-display);
  font-size: clamp(30px, 5vw, 44px);
  line-height: 1;
  font-weight: 800;
  color: var(--red);
  transition: transform 0.3s var(--ease-out);
}

.page-home .hp-stat-card:hover .hp-stat-card__value {
  transform: translateY(-2px) scale(1.03);
}

.page-home .hp-stat-card__value em {
  font-style: normal;
  font-size: 0.55em;
  color: var(--orange);
  margin-left: 3px;
}

.page-home .hp-stat-card__label {
  display: block;
  margin-top: 8px;
  font-size: 13px;
  letter-spacing: 0.06em;
  color: rgba(245, 239, 230, 0.76);
}

/* ===== 赛事日历 ===== */
.page-home .hp-calendar {
  background: var(--cream);
  padding: 80px 0;
}

.page-home .hp-calendar__header {
  margin-bottom: 28px;
}

.page-home .hp-calendar__header h2 {
  margin: 10px 0 8px;
  font-family: var(--font-display);
  font-size: 32px;
  line-height: 1.2;
}

.page-home .hp-calendar__header p {
  margin: 0;
  max-width: 36em;
  line-height: 1.7;
  color: var(--text-muted);
}

.page-home .hp-calendar__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}

@media (min-width: 900px) {
  .page-home .hp-calendar__grid {
    grid-template-columns: 1fr 1.4fr;
    align-items: start;
  }
}

.page-home .hp-calendar__media {
  margin: 0;
}

.page-home .hp-calendar__media img {
  width: 100%;
  height: auto;
  border-radius: var(--radius-l);
  box-shadow: var(--shadow-card);
  display: block;
}

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

.page-home .hp-calendar__item {
  display: grid;
  grid-template-columns: 84px 1fr auto;
  align-items: center;
  gap: 12px;
  border-bottom: 1px solid var(--line);
  padding: 14px 4px;
  transition: background 0.25s var(--ease-standard), padding 0.25s var(--ease-standard);
}

.page-home .hp-calendar__item:hover {
  background: rgba(224, 211, 195, 0.28);
  padding-left: 10px;
}

.page-home .hp-calendar__time {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 14px;
  color: var(--red);
}

.page-home .hp-calendar__event {
  font-weight: 600;
  font-size: 15px;
  line-height: 1.4;
  color: var(--ink);
}

.page-home .hp-calendar__tag {
  font-size: 12px;
  color: var(--mid-brown);
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 3px 10px;
  background: #FFFFFF;
  white-space: nowrap;
}

/* ===== 最新动态 ===== */
.page-home .hp-updates {
  background: var(--hp-mist);
  padding: 72px 0 88px;
}

.page-home .hp-updates__heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 28px;
}

.page-home .hp-updates__heading h2 {
  margin: 8px 0 0;
  font-family: var(--font-display);
  font-size: 32px;
  line-height: 1.2;
}

.page-home .hp-updates__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

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

@media (min-width: 1100px) {
  .page-home .hp-updates__grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.page-home .hp-update-card {
  display: flex;
  flex-direction: column;
  gap: 10px;
  background: #FFFFFF;
  border: 1px solid var(--line);
  border-radius: var(--radius-m);
  padding: 18px;
  transition: transform 0.3s var(--ease-out), box-shadow 0.3s var(--ease-out), border-color 0.3s var(--ease-out);
}

.page-home .hp-update-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-card);
  border-color: rgba(214, 65, 47, 0.32);
}

.page-home .hp-update-card h3 {
  margin: 0;
  font-size: 17px;
  line-height: 1.45;
}

.page-home .hp-update-card h3 a {
  color: var(--ink);
  text-decoration: none;
}

.page-home .hp-update-card h3 a:hover {
  color: var(--red);
}

.page-home .hp-update-card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
  color: var(--text-muted);
}

/* ===== 工具导览 ===== */
.page-home .hp-tools {
  position: relative;
  background-color: var(--night-blue-deep);
  background-image: radial-gradient(rgba(245, 239, 230, 0.12) 1px, transparent 1px);
  background-size: 24px 24px;
  color: var(--cream);
  padding: 96px 0;
  overflow: hidden;
}

.page-home .hp-tools::after {
  content: "";
  position: absolute;
  right: -80px;
  bottom: -80px;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: rgba(231, 122, 46, 0.14);
  filter: blur(40px);
  z-index: 0;
}

.page-home .hp-tools .l-container {
  position: relative;
  z-index: 1;
}

.page-home .hp-tools__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
}

@media (min-width: 900px) {
  .page-home .hp-tools__grid {
    grid-template-columns: 1.1fr 0.9fr;
    align-items: center;
  }
}

.page-home .hp-tools__intro h2 {
  margin: 12px 0 14px;
  font-family: var(--font-display);
  font-size: clamp(28px, 4vw, 40px);
  line-height: 1.2;
}

.page-home .hp-tools__intro p {
  margin: 0 0 20px;
  font-size: 15px;
  line-height: 1.8;
  color: rgba(245, 239, 230, 0.76);
  max-width: 30em;
}

.page-home .hp-tools__media {
  margin: 0;
}

.page-home .hp-tools__media img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 50%;
  box-shadow: var(--shadow-orange), 0 0 48px rgba(27, 58, 91, 0.7);
}

.page-home .hp-tools__list {
  list-style: none;
  margin: 48px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

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

@media (min-width: 900px) {
  .page-home .hp-tools__list {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 1200px) {
  .page-home .hp-tools__list {
    grid-template-columns: repeat(5, 1fr);
  }
}

.page-home .hp-tool-item {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(245, 239, 230, 0.12);
  border-radius: var(--radius-m);
  padding: 18px 16px;
  transition: transform 0.3s var(--ease-out), border-color 0.3s var(--ease-out), background 0.3s var(--ease-out);
}

.page-home .hp-tool-item:hover {
  transform: translateY(-3px);
  border-color: var(--orange);
  background: rgba(255, 255, 255, 0.1);
}

.page-home .hp-tool-item__num {
  font-family: var(--font-display);
  font-size: 12px;
  letter-spacing: 0.1em;
  color: var(--orange);
}

.page-home .hp-tool-item h3 {
  margin: 6px 0 4px;
  font-size: 15px;
  line-height: 1.4;
}

.page-home .hp-tool-item p {
  margin: 0;
  font-size: 13px;
  line-height: 1.6;
  color: rgba(245, 239, 230, 0.68);
}

/* ===== 收尾声明 ===== */
.page-home .hp-closing {
  background: var(--cream);
  padding: 80px 0;
}

.page-home .hp-closing__inner {
  display: grid;
  justify-items: center;
  gap: 18px;
  text-align: center;
}

.page-home .hp-closing__interval {
  margin: 0;
  font-family: var(--font-display);
  font-size: 14px;
  letter-spacing: 0.24em;
  color: var(--red);
}

.page-home .hp-closing__text {
  margin: 0;
  max-width: 42em;
  font-size: 16px;
  line-height: 1.8;
  color: var(--text-muted);
}

.page-home .hp-closing__actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 8px;
}
