.page-home {
  --home-container-max: 1180px;
  background: var(--c-white);
  color: var(--c-body-text);
}

.page-home .home-container {
  max-width: var(--home-container-max);
  margin-inline: auto;
  padding-inline: clamp(16px, 4vw, 48px);
}

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

.page-home .section-heading {
  max-width: 640px;
  margin-bottom: 28px;
}

.page-home .sec-no {
  margin: 0 0 8px;
  font-family: var(--font-serif);
  font-size: 14px;
  letter-spacing: 0.14em;
  color: var(--c-gold);
}

.page-home .section-heading h2 {
  margin: 0 0 10px;
  font-size: clamp(28px, 3.6vw, 42px);
  font-weight: 900;
  letter-spacing: -0.01em;
  line-height: 1.2;
}

.page-home .section-lead {
  margin: 0;
  font-size: 15px;
  line-height: 1.7;
  color: var(--c-body-muted);
}

/* 品牌声明 */
.page-home .brand-statement {
  position: relative;
  overflow: hidden;
  padding: 40px 0 56px;
  background:
    radial-gradient(1100px 520px at 75% 10%, rgba(201, 164, 76, 0.18), transparent 65%),
    linear-gradient(140deg, #0B0F1A 10%, #1A1F2E 100%);
  color: var(--c-white);
}

.page-home .brand-statement::before {
  content: "63";
  position: absolute;
  top: -90px;
  right: -20px;
  font-family: var(--font-serif);
  font-size: clamp(220px, 40vw, 540px);
  font-weight: 900;
  line-height: 0.8;
  color: rgba(255, 255, 255, 0.04);
  pointer-events: none;
}

.page-home .hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}

.page-home .hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 20%;
  opacity: 0.16;
  filter: grayscale(0.35) contrast(1.05);
}

.page-home .hero-copy {
  position: relative;
  z-index: 1;
  max-width: 920px;
}

.page-home .hero-crumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin: 0 0 18px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.56);
}

.page-home .hero-crumb a {
  color: rgba(255, 255, 255, 0.72);
  text-decoration: none;
}

.page-home .hero-crumb a:hover {
  color: var(--c-gold);
}

.page-home .hero-kicker {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin: 0 0 16px;
}

.page-home .hero-channel {
  padding: 4px 10px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  font-size: 13px;
  letter-spacing: 0.06em;
  color: rgba(255, 255, 255, 0.78);
}

.page-home .hero-title {
  margin: 0 0 14px;
  font-family: var(--font-sans);
  font-size: clamp(38px, 5.5vw, 64px);
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: -0.01em;
}

.page-home .hero-lead {
  max-width: 720px;
  margin: 0 0 22px;
  font-size: 15px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.78);
}

.page-home .hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 30px;
}

.page-home .hero-actions .btn--ghost {
  border-color: rgba(255, 255, 255, 0.4);
  color: var(--c-white);
  background: transparent;
}

.page-home .hero-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 32px;
  margin: 0;
  padding: 22px 0 0;
  list-style: none;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.page-home .hero-stats li {
  display: flex;
  flex-direction: column;
  gap: 2px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.62);
}

.page-home .hero-stats strong {
  font-family: var(--font-serif);
  font-size: 26px;
  font-weight: 600;
  color: var(--c-white);
}

/* 目录导航 */
.page-home .home-directory {
  padding: 64px 0 72px;
  background: var(--c-white);
}

.page-home .page-jump {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  margin: 0 0 24px;
  padding: 14px 16px;
  border: 1px solid var(--c-cloud);
  background: var(--c-mist);
  font-size: 13px;
}

.page-home .page-jump a {
  color: var(--c-body-text);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: color var(--ease), border-color var(--ease);
}

.page-home .page-jump a:hover {
  color: var(--c-gold);
  border-color: var(--c-gold);
}

.page-home .dir-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

.page-home .dir-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 24px;
  border: var(--border-cloud);
  background: var(--c-white);
  color: var(--c-body-text);
  text-decoration: none;
  box-shadow: var(--shadow-sm);
  transition: border-color var(--ease), box-shadow var(--ease), transform var(--ease);
}

.page-home .dir-card:hover {
  border-color: var(--c-gold);
  box-shadow: var(--shadow-md);
  transform: translateY(-2px);
}

.page-home .dir-num {
  font-family: var(--font-serif);
  font-size: 14px;
  letter-spacing: 0.1em;
  color: var(--c-gold);
}

.page-home .dir-tag {
  display: inline-block;
  width: fit-content;
  padding: 3px 8px;
  font-size: 12px;
  letter-spacing: 0.06em;
  background: var(--c-mist);
  color: var(--c-body-muted);
}

.page-home .dir-title {
  margin-top: 6px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.35;
}

.page-home .dir-desc {
  font-size: 13px;
  line-height: 1.6;
  color: var(--c-body-muted);
}

.page-home .dir-link {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: auto;
  padding-top: 14px;
  font-size: 13px;
  font-weight: 600;
  color: var(--c-gold);
}

.page-home .dir-card--feature {
  background:
    linear-gradient(135deg, rgba(201, 164, 76, 0.1), rgba(255, 255, 255, 0) 50%),
    var(--c-white);
}

/* 内容中心更新 */
.page-home .content-updates {
  padding: 64px 0 72px;
  background: var(--c-mist);
}

.page-home .update-layout {
  display: grid;
  gap: 28px;
}

.page-home .update-media {
  border: var(--border-cloud);
  background: var(--c-white);
  box-shadow: var(--shadow-sm);
}

.page-home .update-media img {
  display: block;
  width: 100%;
}

.page-home .update-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.page-home .update-item {
  position: relative;
  padding: 20px 22px;
  margin-left: 0;
  border: 1px solid rgba(184, 184, 168, 0.6);
  background: var(--c-white);
}

.page-home .update-item::before {
  content: "";
  position: absolute;
  top: 18px;
  bottom: 18px;
  left: -1px;
  width: 3px;
  background: var(--c-gold);
}

.page-home .update-item h3 {
  margin: 8px 0 4px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
}

.page-home .update-item p {
  margin: 0;
  font-size: 13px;
  line-height: 1.7;
  color: var(--c-body-muted);
}

.page-home .update-more {
  margin-top: 26px;
  text-align: right;
}

.page-home .update-more a {
  font-weight: 600;
  color: var(--c-gold);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color var(--ease);
}

.page-home .update-more a:hover {
  border-color: currentColor;
}

/* 热门玩法速览 */
.page-home .home-games {
  padding: 64px 0 72px;
  background:
    radial-gradient(900px 420px at 90% 0%, rgba(58, 124, 165, 0.24), transparent 60%),
    linear-gradient(150deg, var(--c-ink), var(--c-dark));
  color: var(--c-white);
}

.page-home .home-games .section-heading h2 {
  color: var(--c-white);
}

.page-home .home-games .section-lead {
  color: rgba(255, 255, 255, 0.7);
}

.page-home .games-head {
  display: grid;
  gap: 24px;
  align-items: end;
}

.page-home .games-figure {
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.04);
}

.page-home .games-figure img {
  display: block;
  width: 100%;
  opacity: 0.9;
}

.page-home .games-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin-top: 30px;
}

.page-home .game-card {
  position: relative;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.05);
  transition: border-color var(--ease), background var(--ease);
}

.page-home .game-card:hover {
  border-color: rgba(201, 164, 76, 0.7);
  background: rgba(255, 255, 255, 0.08);
}

.page-home .game-no {
  font-family: var(--font-serif);
  font-size: 14px;
  letter-spacing: 0.08em;
  color: var(--c-gold);
}

.page-home .game-card h3 {
  margin: 10px 0 4px;
  font-size: 20px;
  font-weight: 700;
  color: var(--c-white);
}

.page-home .game-card p {
  margin: 0 0 14px;
  font-size: 13px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.66);
}

.page-home .game-type {
  display: inline-block;
  padding: 2px 8px;
  font-size: 11px;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.page-home .games-note {
  margin: 26px 0 0;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 13px;
  color: rgba(255, 255, 255, 0.6);
}

.page-home .games-note strong {
  color: var(--c-white);
}

/* 客户端反馈入口 */
.page-home .client-feedback {
  padding: 64px 0 80px;
  background: var(--c-white);
}

.page-home .feedback-layout {
  display: grid;
  gap: 28px;
}

.page-home .feedback-media {
  border: var(--border-cloud);
  background: var(--c-mist);
  box-shadow: var(--shadow-sm);
}

.page-home .feedback-media img {
  display: block;
  width: 100%;
}

.page-home .feedback-channels {
  display: grid;
  gap: 10px;
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
}

.page-home .feedback-channels li {
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: 12px;
  padding: 14px 16px;
  border: var(--border-cloud);
  background: var(--c-white);
  font-size: 14px;
  line-height: 1.6;
  color: var(--c-body-muted);
}

.page-home .feedback-channels strong {
  font-weight: 600;
  color: var(--c-body-text);
}

.page-home .feedback-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.page-home .feedback-note {
  margin: 16px 0 0;
  font-size: 13px;
  line-height: 1.6;
  color: var(--c-body-muted);
}

/* 响应式增强 */
@media (min-width: 720px) {
  .page-home .brand-statement {
    padding: 56px 0 68px;
  }

  .page-home .update-layout {
    grid-template-columns: 0.9fr 1.4fr;
    align-items: start;
  }

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

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

  .page-home .dir-card--feature {
    grid-column: span 2;
  }
}

@media (min-width: 860px) {
  .page-home .feedback-layout {
    grid-template-columns: 0.8fr 1.3fr;
    align-items: center;
  }

  .page-home .games-head {
    grid-template-columns: 1fr 200px;
  }
}

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

  .page-home .dir-card--feature {
    grid-column: span 2;
  }

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