.page-home {
  --hm-grad: linear-gradient(120deg, var(--c-green) 0%, var(--c-signal) 55%, var(--c-orange) 100%);
  background: var(--c-paper);
  color: var(--c-ink);
  overflow-x: clip;
}

.page-home .section {
  padding: clamp(52px, 7.5vw, 100px) 0;
}

.page-home .section-title {
  color: var(--c-night);
  font-size: clamp(26px, 3.6vw, 40px);
  font-weight: 900;
  letter-spacing: -0.02em;
  line-height: 1.18;
  margin: 10px 0 0;
}

.page-home .section-lede {
  margin: 14px 0 0;
  max-width: 62ch;
  font-size: clamp(15px, 1.5vw, 17px);
  line-height: 1.78;
  color: var(--c-ink-soft);
}

.page-home .eyebrow {
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.16em;
  color: var(--c-orange-deep);
  text-transform: uppercase;
}

/* ---------- 首屏 ---------- */

.page-home .hm-hero {
  position: relative;
  overflow: hidden;
  padding: calc(var(--head-h) + clamp(18px, 3.6vw, 40px)) 0 clamp(36px, 5.5vw, 76px);
  background:
    radial-gradient(120% 92% at 6% -10%, rgba(18, 164, 107, 0.18), transparent 62%),
    radial-gradient(90% 80% at 102% 0%, rgba(255, 210, 63, 0.24), transparent 58%),
    var(--c-paper);
}

.page-home .hm-lane {
  position: absolute;
  right: -14%;
  top: 30%;
  width: 60%;
  height: 6px;
  border-radius: 999px;
  background: var(--hm-grad);
  transform: rotate(-14deg);
  opacity: 0.42;
  pointer-events: none;
  z-index: 0;
}

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

.page-home .hm-frame {
  position: relative;
  margin-top: 18px;
  padding: clamp(20px, 3vw, 42px);
  border-radius: var(--r-lg);
  border: 2px solid rgba(18, 164, 107, 0.26);
  background: linear-gradient(135deg, rgba(217, 242, 230, 0.72), rgba(255, 255, 255, 0.94) 46%, rgba(255, 210, 63, 0.16));
  box-shadow: var(--shade);
}

.page-home .hm-frame::before {
  content: "";
  position: absolute;
  top: 11px;
  left: clamp(20px, 3vw, 42px);
  right: clamp(20px, 3vw, 42px);
  height: 5px;
  background-image: repeating-linear-gradient(90deg, rgba(18, 164, 107, 0.34) 0 2px, transparent 2px 15px);
  pointer-events: none;
}

.page-home .plate-corner {
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 4px;
  background: var(--c-orange);
}

.page-home .plate-corner--tl { top: -7px; left: -7px; }
.page-home .plate-corner--tr { top: -7px; right: -7px; }
.page-home .plate-corner--bl { bottom: -7px; left: -7px; }
.page-home .plate-corner--br { bottom: -7px; right: -7px; }

.page-home .hm-hero-grid {
  display: grid;
  gap: clamp(24px, 3.6vw, 44px);
  align-items: center;
  padding-top: 12px;
}

.page-home .hm-h1 {
  margin: 10px 0 0;
  font-size: clamp(33px, 6.6vw, 68px);
  font-weight: 900;
  line-height: 1.06;
  letter-spacing: -0.025em;
  color: var(--c-night);
}

.page-home .hm-h1 em {
  font-style: normal;
  color: var(--c-orange);
  background: linear-gradient(180deg, transparent 64%, rgba(255, 210, 63, 0.58) 64%);
  padding: 0 0.06em;
}

.page-home .hm-lede {
  margin: 18px 0 0;
  max-width: 46ch;
  font-size: clamp(15px, 1.6vw, 17px);
  line-height: 1.78;
  color: var(--c-ink-soft);
}

.page-home .hm-search-wrap {
  margin-top: 24px;
}

.page-home .team-search {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 540px;
}

.page-home .team-search-input {
  flex: 1 1 220px;
  min-width: 0;
  padding: 14px 20px;
  border-radius: var(--r-pill);
  border: 2px solid var(--c-fog);
  background: #fff;
  font-family: var(--font);
  font-size: 15px;
  color: var(--c-ink);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.page-home .team-search-input::placeholder {
  color: #8A948F;
}

.page-home .team-search-input:focus {
  outline: none;
  border-color: var(--c-green);
  box-shadow: 0 0 0 4px rgba(18, 164, 107, 0.16);
}

.page-home .team-results {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  z-index: 6;
  list-style: none;
  margin: 0;
  padding: 8px;
  display: grid;
  gap: 4px;
  border-radius: var(--r-md);
  background: #fff;
  box-shadow: var(--shade);
}

.page-home .team-results:empty {
  display: none;
}

.page-home .hm-search-hint {
  margin: 10px 0 0;
  font-size: 13px;
  color: #7B857F;
  letter-spacing: 0.01em;
}

.page-home .hm-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.page-home .hm-hero-media {
  position: relative;
  margin: 0;
  border-radius: var(--r-lg);
  overflow: hidden;
  aspect-ratio: 4 / 3;
  box-shadow: var(--shade);
}

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

.page-home .hm-hero-tag {
  position: absolute;
  left: 14px;
  bottom: 14px;
  padding: 7px 15px;
  border-radius: var(--r-pill);
  background: rgba(11, 27, 51, 0.78);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

/* ---------- 本周十场 ---------- */

.page-home .hm-ten {
  background: var(--c-paper);
}

.page-home .hm-ten-head {
  display: grid;
  gap: 20px;
}

.page-home .hm-ten-count {
  margin: 22px 0 14px;
  font-size: 14px;
  font-weight: 700;
  color: var(--c-green-deep);
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.02em;
}

.page-home .chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.page-home .chip {
  appearance: none;
  border: 2px solid var(--c-fog);
  background: #fff;
  color: var(--c-ink);
  border-radius: var(--r-pill);
  padding: 8px 20px;
  font-family: var(--font);
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.page-home .chip:hover {
  border-color: var(--c-green);
}

.page-home .chip[aria-pressed="true"] {
  background: var(--c-orange);
  border-color: var(--c-orange);
  color: #fff;
}

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

.page-home .hm-ten-item {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  padding: 14px 16px;
  border-radius: var(--r-md);
  background: #fff;
  border: 1px solid var(--c-fog);
  border-left: 4px solid var(--c-green);
  transition: transform 0.26s ease, box-shadow 0.26s ease, border-color 0.26s ease;
}

.page-home .hm-ten-item[data-tags~="today"] {
  border-left-color: var(--c-orange);
}

.page-home .hm-ten-item:hover {
  transform: translateY(-3px);
  box-shadow: var(--shade);
}

.page-home .hm-ten-item[hidden] {
  display: none;
}

.page-home .hm-ten-time {
  font-size: 18px;
  font-weight: 800;
  color: var(--c-green-deep);
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.01em;
  min-width: 58px;
}

.page-home .hm-ten-main {
  display: block;
  min-width: 0;
}

.page-home .hm-ten-teams {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: var(--c-ink);
  line-height: 1.4;
}

.page-home .hm-ten-teams i {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  color: var(--c-orange-deep);
  padding: 0 4px;
}

.page-home .hm-ten-venue {
  display: block;
  margin-top: 4px;
  font-size: 13px;
  color: #7B857F;
  line-height: 1.5;
}

.page-home .hm-ten-item .tag {
  font-size: 12px;
  font-weight: 800;
  padding: 5px 12px;
  border-radius: var(--r-pill);
  white-space: nowrap;
}

.page-home .hm-ten-item .tag--orange {
  background: var(--c-orange);
  color: #fff;
}

.page-home .hm-ten-item .tag--line {
  background: var(--c-mist);
  color: var(--c-green-deep);
}

.page-home .hm-ten-foot {
  margin-top: 26px;
}

/* ---------- 回访三步 ---------- */

.page-home .hm-path {
  background: var(--c-mist);
}

.page-home .hm-path-grid {
  display: grid;
  gap: clamp(26px, 4vw, 44px);
  margin-top: clamp(26px, 4vw, 42px);
}

.page-home .hm-steps {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 16px;
}

.page-home .hm-step-link {
  display: block;
  height: 100%;
  padding: 22px 20px 24px;
  border-radius: var(--r-md);
  background: #fff;
  border: 1px solid rgba(10, 107, 73, 0.16);
  text-decoration: none;
  color: inherit;
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.page-home .hm-step-link::before {
  content: "";
  display: block;
  width: 54px;
  height: 4px;
  border-radius: 999px;
  background: var(--hm-grad);
  margin-bottom: 18px;
  transition: width 0.32s ease;
}

.page-home .hm-step-link:hover {
  transform: translateY(-4px);
  box-shadow: var(--shade);
}

.page-home .hm-step-link:hover::before {
  width: 100%;
}

.page-home .hm-step-no {
  display: block;
  font-size: 30px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.03em;
  color: var(--c-green);
  font-variant-numeric: tabular-nums;
}

.page-home .hm-step-title {
  display: block;
  margin-top: 10px;
  font-size: 20px;
  font-weight: 800;
  color: var(--c-night);
}

.page-home .hm-step-text {
  display: block;
  margin-top: 9px;
  font-size: 15px;
  line-height: 1.72;
  color: var(--c-ink-soft);
}

.page-home .hm-step-go {
  display: inline-block;
  margin-top: 14px;
  font-size: 14px;
  font-weight: 800;
  color: var(--c-orange-deep);
  border-bottom: 2px solid rgba(255, 106, 31, 0.34);
}

.page-home .hm-badge {
  margin: 0;
  border-radius: var(--r-lg);
  overflow: hidden;
  aspect-ratio: 1 / 1;
  box-shadow: var(--shade);
}

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

.page-home .hm-path-side-text {
  margin: 18px 0 16px;
  font-size: 15px;
  line-height: 1.76;
  color: var(--c-ink-soft);
}

/* ---------- 三端阅读 ---------- */

.page-home .hm-multi {
  background: var(--c-paper);
}

.page-home .hm-multi-grid {
  display: grid;
  gap: clamp(24px, 4vw, 48px);
  align-items: center;
}

.page-home .hm-multi-media {
  margin: 0;
  border-radius: var(--r-lg);
  overflow: hidden;
  aspect-ratio: 9 / 7;
  box-shadow: var(--shade);
}

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

.page-home .hm-multi-lede {
  margin: 16px 0 0;
  font-size: clamp(15px, 1.5vw, 17px);
  line-height: 1.78;
  color: var(--c-ink-soft);
}

.page-home .hm-specs {
  list-style: none;
  margin: 24px 0 0;
  padding: 0;
  border-top: 1px solid var(--c-fog);
}

.page-home .hm-specs li {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 14px;
  align-items: baseline;
  padding: 13px 2px;
  border-bottom: 1px solid var(--c-fog);
}

.page-home .hm-spec-key {
  font-size: 14px;
  font-weight: 800;
  color: var(--c-green-deep);
}

.page-home .hm-spec-val {
  font-size: 15px;
  line-height: 1.7;
  color: var(--c-ink-soft);
}

.page-home .hm-multi-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

/* ---------- 站点在做什么 ---------- */

.page-home .hm-what {
  position: relative;
  overflow: hidden;
  background: var(--c-night);
}

.page-home .hm-what::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(70% 60% at 10% 0%, rgba(18, 164, 107, 0.34), transparent 62%),
    radial-gradient(52% 52% at 98% 100%, rgba(255, 106, 31, 0.24), transparent 64%);
  pointer-events: none;
}

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

.page-home .hm-what .section-title {
  color: #fff;
}

.page-home .hm-what .section-lede {
  color: rgba(255, 255, 255, 0.76);
}

.page-home .hm-what .eyebrow {
  color: var(--c-signal);
}

.page-home .hm-what-list {
  list-style: none;
  margin: clamp(26px, 4vw, 44px) 0 0;
  padding: 0;
  display: grid;
  gap: 0;
}

.page-home .hm-what-item {
  padding: 22px 2px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.page-home .hm-what-no {
  display: inline-block;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.18em;
  color: var(--c-signal);
  font-variant-numeric: tabular-nums;
}

.page-home .hm-what-item h3 {
  margin: 8px 0 0;
  font-size: 22px;
  font-weight: 800;
  color: #fff;
  letter-spacing: -0.01em;
}

.page-home .hm-what-item p {
  margin: 10px 0 0;
  font-size: 15px;
  line-height: 1.76;
  color: rgba(255, 255, 255, 0.74);
}

.page-home .hm-what-tag {
  display: inline-block;
  margin-top: 14px;
  padding: 5px 13px;
  border-radius: var(--r-pill);
  background: rgba(255, 210, 63, 0.16);
  color: var(--c-signal);
  font-size: 13px;
  font-weight: 700;
}

.page-home .hm-what-media {
  margin: clamp(28px, 4vw, 48px) 0 0;
  border-radius: var(--r-lg);
  overflow: hidden;
  aspect-ratio: 5 / 3;
}

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

/* ---------- 入口索引 ---------- */

.page-home .hm-index {
  background: var(--c-paper);
}

.page-home .hm-index-grid {
  display: grid;
  gap: clamp(24px, 4vw, 44px);
}

.page-home .hm-index-list {
  list-style: none;
  margin: 24px 0 0;
  padding: 0;
  border-top: 1px solid var(--c-fog);
}

.page-home .hm-index-row {
  display: grid;
  grid-template-columns: 106px minmax(0, 1fr);
  gap: 16px;
  align-items: baseline;
  padding: 15px 2px;
  border-bottom: 1px solid var(--c-fog);
}

.page-home .hm-index-key {
  font-size: 14px;
  font-weight: 800;
  color: var(--c-green-deep);
}

.page-home .hm-index-val {
  font-size: 15px;
  line-height: 1.65;
  color: var(--c-ink);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.page-home .hm-index-val:hover {
  color: var(--c-orange-deep);
  border-bottom-color: rgba(255, 106, 31, 0.5);
}

.page-home .hm-service {
  padding: 26px 24px 28px;
  border-radius: var(--r-lg);
  background: linear-gradient(150deg, rgba(217, 242, 230, 0.92), rgba(255, 255, 255, 0.96) 60%, rgba(255, 210, 63, 0.2));
  border: 1px solid rgba(18, 164, 107, 0.22);
  box-shadow: var(--shade);
}

.page-home .hm-service .tag {
  display: inline-block;
  padding: 5px 13px;
  border-radius: var(--r-pill);
  font-size: 12px;
  font-weight: 800;
  background: var(--c-orange);
  color: #fff;
}

.page-home .hm-service h3 {
  margin: 14px 0 0;
  font-size: 22px;
  font-weight: 800;
  color: var(--c-night);
  letter-spacing: -0.01em;
}

.page-home .hm-service p {
  margin: 12px 0 0;
  font-size: 15px;
  line-height: 1.76;
  color: var(--c-ink-soft);
}

.page-home .hm-service-note {
  padding-top: 12px;
  border-top: 1px dashed rgba(10, 107, 73, 0.28);
  font-size: 14px;
  color: var(--c-green-deep);
}

.page-home .hm-service .btn {
  margin-top: 20px;
}

/* ---------- 响应式 ---------- */

@media (min-width: 700px) {
  .page-home .hm-ten-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .page-home .hm-what-item {
    padding: 26px 2px;
  }
}

@media (min-width: 760px) {
  .page-home .hm-steps {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    align-items: start;
  }

  .page-home .hm-steps > .hm-step:nth-child(2) {
    margin-top: 30px;
  }

  .page-home .hm-steps > .hm-step:nth-child(3) {
    margin-top: 60px;
  }
}

@media (min-width: 860px) {
  .page-home .hm-what-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
  }

  .page-home .hm-what-item {
    border-top: none;
    border-left: 2px solid rgba(255, 255, 255, 0.14);
    padding: 4px 4px 4px 22px;
  }
}

@media (min-width: 940px) {
  .page-home .hm-ten-head {
    grid-template-columns: minmax(0, 7fr) minmax(0, 5fr);
    align-items: end;
    gap: 30px;
  }

  .page-home .hm-chips {
    justify-content: flex-end;
  }

  .page-home .hm-multi-grid {
    grid-template-columns: minmax(0, 5fr) minmax(0, 6fr);
  }

  .page-home .hm-index-grid {
    grid-template-columns: minmax(0, 7fr) minmax(0, 4fr);
    align-items: start;
  }
}

@media (min-width: 980px) {
  .page-home .hm-hero-grid {
    grid-template-columns: minmax(0, 7fr) minmax(0, 5fr);
  }
}

@media (min-width: 1000px) {
  .page-home .hm-path-grid {
    grid-template-columns: minmax(0, 7fr) minmax(0, 4fr);
    align-items: start;
  }

  .page-home .hm-path-side {
    padding-top: 46px;
  }
}

@media (max-width: 560px) {
  .page-home .hm-ten-item {
    grid-template-columns: auto minmax(0, 1fr);
    row-gap: 8px;
    align-items: start;
    padding: 13px 14px;
  }

  .page-home .hm-ten-item .tag {
    grid-column: 2;
    justify-self: start;
  }

  .page-home .hm-ten-time {
    min-width: 50px;
    font-size: 16px;
    padding-top: 2px;
  }

  .page-home .hm-index-row {
    grid-template-columns: minmax(0, 1fr);
    gap: 5px;
  }

  .page-home .hm-specs li {
    grid-template-columns: 56px minmax(0, 1fr);
    gap: 10px;
  }

  .page-home .hm-frame {
    padding: 18px 16px 22px;
  }

  .page-home .hm-frame::before {
    left: 16px;
    right: 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-home .hm-step-link,
  .page-home .hm-ten-item,
  .page-home .chip,
  .page-home .team-search-input {
    transition: none;
  }

  .page-home .hm-step-link:hover,
  .page-home .hm-ten-item:hover {
    transform: none;
  }

  .page-home .hm-step-link:hover::before {
    width: 54px;
  }
}
