.page-home {
  --home-tile-bg: rgba(18, 48, 85, 0.55);
  --home-tile-bg-strong: rgba(18, 48, 85, 0.86);
  --home-line: rgba(159, 190, 224, 0.22);
  --home-line-strong: rgba(159, 190, 224, 0.36);
}

/* ---------- 首屏 ---------- */
.page-home .hero {
  position: relative;
  padding-block: calc(var(--header-h) + 28px) 48px;
  overflow: hidden;
}

.page-home .hero-grid {
  display: grid;
  gap: 22px;
}

.page-home .hero-panel {
  position: relative;
  padding: 26px 20px 24px;
  border: 1px solid var(--home-line);
  border-top: 3px solid var(--copper-500);
  border-radius: var(--radius);
  background: linear-gradient(168deg, rgba(18, 48, 85, 0.92) 0%, rgba(10, 26, 47, 0.96) 100%);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.page-home .hero-context {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 0 0 16px;
  font-size: 12px;
  letter-spacing: 0.12em;
  color: var(--blue-200);
}

.page-home .hero-context__mark {
  font-weight: 700;
  color: var(--light-100);
}

.page-home .hero-context__sep {
  color: var(--copper-500);
}

.page-home .hero-context__path {
  color: var(--blue-200);
}

.page-home .hero-panel h1 {
  margin: 0;
  font-size: clamp(29px, 6.4vw, 50px);
  font-weight: 400;
  line-height: 1.16;
  letter-spacing: -0.005em;
  color: var(--light-100);
}

.page-home .hero-lead {
  margin: 16px 0 0;
  max-width: 46ch;
  font-size: 16px;
  line-height: 1.78;
  color: var(--text-dim);
}

.page-home .hero-meters {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 10px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.page-home .meter {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 13px 14px 12px;
  border: 1px solid var(--home-line);
  border-radius: var(--radius-sm);
  background: rgba(10, 26, 47, 0.58);
}

.page-home .meter__label {
  margin: 0;
  font-size: 12px;
  letter-spacing: 0.1em;
  color: var(--blue-200);
}

.page-home .meter__value {
  display: flex;
  align-items: baseline;
  gap: 4px;
  font-family: var(--font-mono);
}

.page-home .meter__value .num {
  font-size: 38px;
  line-height: 1;
  font-weight: 500;
  color: var(--copper-500);
}

.page-home .meter__value .num--unit {
  font-family: var(--font-sans);
  font-size: 13px;
  color: var(--blue-200);
}

.page-home .meter__note {
  margin: 0;
  font-size: 13px;
  line-height: 1.5;
  color: var(--text-dim);
}

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

.page-home .hero-visual {
  margin: 0;
  border-radius: var(--radius);
  overflow: hidden;
}

.page-home .img-slot--hero {
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: var(--ink-900);
}

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

/* ---------- 服务三块 ---------- */
.page-home .service-bento {
  align-items: stretch;
}

.page-home .service-tile {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 22px 20px;
  border-radius: var(--radius);
  background: var(--home-tile-bg);
  border: 1px solid var(--home-line);
}

.page-home .service-tile--media {
  padding: 0 0 22px;
  overflow: hidden;
}

.page-home .service-tile__body {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 16px 20px 0;
}

.page-home .service-tile__name {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.01em;
  color: var(--light-100);
}

.page-home .service-tile__desc {
  margin: 0;
  font-size: 15px;
  line-height: 1.72;
  color: var(--text-dim);
}

.page-home .service-tile__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: auto 0 0;
}

.page-home .img-slot--tile {
  aspect-ratio: 3 / 2;
  overflow: hidden;
  background: var(--ink-900);
}

.page-home .img-slot--tile img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: cover;
}

/* ---------- 工龄刻度条 ---------- */
.page-home .seniority-rail {
  margin-top: 24px;
}

.page-home .rail__scale {
  height: 18px;
  border-top: 1px solid var(--home-line-strong);
  background-image: repeating-linear-gradient(
    90deg,
    var(--home-line-strong) 0 1px,
    transparent 1px 32px
  );
}

.page-home .rail__grades {
  display: grid;
  gap: 12px;
  margin-top: 4px;
}

.page-home .grade {
  padding: 18px 16px;
  border: 1px solid var(--home-line);
  border-left: 3px solid var(--blue-200);
  border-radius: var(--radius-sm);
  background: rgba(18, 48, 85, 0.42);
  transition: border-color var(--dur) var(--ease), background var(--dur) var(--ease);
}

.page-home .grade:hover,
.page-home .grade:focus-within {
  border-color: var(--copper-500);
  border-left-color: var(--copper-500);
  background: rgba(200, 118, 42, 0.12);
}

.page-home .grade__range {
  margin: 0;
  font-size: 13px;
  letter-spacing: 0.1em;
  color: var(--blue-200);
}

.page-home .grade__coef {
  display: flex;
  align-items: baseline;
  gap: 6px;
  margin: 8px 0 0;
  font-family: var(--font-mono);
}

.page-home .grade__coef .num {
  font-size: clamp(34px, 8vw, 46px);
  line-height: 1;
  font-weight: 500;
  color: var(--copper-500);
}

.page-home .grade__coef .num--unit {
  font-family: var(--font-sans);
  font-size: 13px;
  color: var(--blue-200);
}

.page-home .grade__note {
  margin: 10px 0 0;
  font-size: 13px;
  line-height: 1.6;
  color: var(--text-dim);
}

.page-home .rail-note {
  margin: 20px 0 0;
  font-size: 14px;
  line-height: 1.75;
  color: var(--text-dim);
}

.page-home .rail-note a {
  color: var(--copper-300);
  text-decoration: none;
  border-bottom: 1px solid rgba(231, 178, 124, 0.45);
}

.page-home .rail-note a:hover {
  color: var(--copper-500);
  border-bottom-color: var(--copper-500);
}

/* ---------- 改约时间轴 ---------- */
.page-home .timeline {
  display: grid;
  gap: 12px;
  margin-top: 22px;
}

.page-home .lane {
  position: relative;
  padding: 22px 20px 22px 24px;
  border: 1px solid var(--home-line);
  border-radius: var(--radius);
  background: linear-gradient(150deg, rgba(27, 76, 134, 0.38), rgba(10, 26, 47, 0.62));
  overflow: hidden;
}

.page-home .lane::before {
  content: "";
  position: absolute;
  inset-block: 0;
  inset-inline-start: 0;
  width: 3px;
  background: var(--blue-200);
}

.page-home .lane--48::before {
  background: var(--copper-500);
}

.page-home .lane__hours {
  display: flex;
  align-items: baseline;
  gap: 6px;
  margin: 0;
  font-family: var(--font-mono);
}

.page-home .lane__hours .num {
  font-size: clamp(38px, 9vw, 52px);
  line-height: 1;
  font-weight: 500;
  color: var(--copper-500);
}

.page-home .lane--24 .lane__hours .num {
  color: var(--blue-200);
}

.page-home .lane__hours .num--unit {
  font-family: var(--font-sans);
  font-size: 13px;
  color: var(--blue-200);
}

.page-home .lane__title {
  margin: 12px 0 0;
  font-size: 17px;
  font-weight: 700;
  color: var(--light-100);
}

.page-home .lane__desc {
  margin: 8px 0 0;
  font-size: 14px;
  line-height: 1.72;
  color: var(--text-dim);
}

.page-home .timeline-aside {
  margin-top: 22px;
}

.page-home .timeline-aside .figure-frame {
  margin: 0;
}

.page-home .img-slot--aside {
  aspect-ratio: 3 / 2;
  overflow: hidden;
  background: var(--ink-900);
}

.page-home .img-slot--aside img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: cover;
}

/* ---------- 面积四档 ---------- */
.page-home .area-matrix {
  display: grid;
  gap: 12px;
  margin-top: 22px;
}

.page-home .area-cell {
  display: flex;
  flex-direction: column;
  gap: 9px;
  padding: 20px 18px;
  border: 1px solid var(--grid-300);
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.74);
}

.page-home .area-cell__range {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: var(--blue-500);
}

.page-home .area-cell__grams {
  display: flex;
  align-items: baseline;
  gap: 5px;
  margin: 0;
  font-family: var(--font-mono);
}

.page-home .area-cell__grams .num {
  font-size: clamp(24px, 6vw, 30px);
  line-height: 1.1;
  font-weight: 500;
  color: var(--copper-500);
}

.page-home .area-cell__grams .num--unit {
  font-family: var(--font-sans);
  font-size: 13px;
  color: var(--blue-500);
}

.page-home .area-cell__note {
  margin: 0;
  font-size: 13px;
  line-height: 1.62;
  color: var(--text-900);
}

.page-home.surface-paper .rail-note,
.page-home .surface-paper .rail-note {
  color: rgba(14, 22, 34, 0.76);
}

/* ---------- 节假条带 ---------- */
.page-home .holiday-strip {
  display: grid;
  gap: 20px;
  padding: 26px 20px 24px;
  border: 1px solid rgba(200, 118, 42, 0.55);
  border-radius: var(--radius);
  background:
    linear-gradient(118deg, rgba(200, 118, 42, 0.2), rgba(18, 48, 85, 0.32) 52%, rgba(10, 26, 47, 0.4)),
    linear-gradient(180deg, rgba(10, 26, 47, 0.92), rgba(18, 48, 85, 0.88));
}

.page-home .holiday-strip__head h2 {
  margin: 8px 0 0;
}

.page-home .holiday-strip__desc {
  margin: 0;
  max-width: 52ch;
  font-size: 15px;
  line-height: 1.75;
  color: var(--text-dim);
}

.page-home .holiday-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 18px 0 22px;
  padding: 0;
  list-style: none;
}

.page-home .holiday-facts li {
  display: flex;
  align-items: baseline;
  gap: 6px;
  font-family: var(--font-mono);
}

.page-home .holiday-facts .num {
  font-size: 28px;
  line-height: 1;
  font-weight: 500;
  color: var(--copper-500);
}

.page-home .holiday-facts .num--unit {
  font-family: var(--font-sans);
  font-size: 13px;
  color: var(--blue-200);
}

.page-home .holiday-scale {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 4px;
  height: 34px;
  align-items: end;
}

.page-home .holiday-scale span {
  display: block;
  height: 55%;
  border-radius: 2px;
  background: linear-gradient(180deg, var(--blue-200), rgba(159, 190, 224, 0.16));
}

.page-home .holiday-scale span:last-child {
  height: 100%;
  background: linear-gradient(180deg, var(--copper-300), var(--copper-500));
}

/* ---------- 内容入口 ---------- */
.page-home .entry-pair {
  align-items: stretch;
}

.page-home .entry-card {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 24px 22px;
  border: 1px solid var(--home-line);
  border-radius: var(--radius);
  background: rgba(18, 48, 85, 0.44);
  text-decoration: none;
  color: var(--light-100);
  transition: border-color var(--dur) var(--ease), background var(--dur) var(--ease),
    transform var(--dur) var(--ease);
}

.page-home .entry-card:hover,
.page-home .entry-card:focus-visible {
  border-color: var(--copper-500);
  background: rgba(200, 118, 42, 0.12);
  transform: translateY(-2px);
}

.page-home .entry-card__kicker {
  margin: 0;
  font-size: 12px;
  letter-spacing: 0.12em;
  color: var(--blue-200);
}

.page-home .entry-card__title {
  margin: 0;
  font-size: 22px;
  font-weight: 700;
  color: var(--light-100);
}

.page-home .entry-card__desc {
  margin: 0;
  font-size: 15px;
  line-height: 1.72;
  color: var(--text-dim);
}

.page-home .entry-card__go {
  margin-top: auto;
  padding-top: 12px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: var(--copper-300);
}

.page-home .entry-card:hover .entry-card__go {
  color: var(--copper-500);
}

/* ---------- 响应式 ---------- */
@media (max-width: 767px) {
  .page-home .service-bento > *,
  .page-home .entry-pair > * {
    grid-column: 1 / -1;
  }

  .page-home .hero-actions .btn {
    flex: 1 1 100%;
    text-align: center;
  }
}

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

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

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

  .page-home .hero {
    padding-block: calc(var(--header-h) + 40px) 60px;
  }

  .page-home .hero-panel {
    padding: 34px 30px 30px;
  }

  .page-home .holiday-strip {
    grid-template-columns: minmax(0, 1.6fr) minmax(0, 1fr);
    align-items: end;
    padding: 32px 30px 28px;
  }

  .page-home .holiday-strip__head {
    grid-column: 1 / -1;
  }
}

@media (min-width: 900px) {
  .page-home .hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.02fr);
    align-items: stretch;
    gap: 30px;
  }

  .page-home .img-slot--hero {
    aspect-ratio: auto;
    height: 100%;
    min-height: 440px;
  }

  .page-home .timeline-aside {
    margin-top: 0;
  }

  .page-home .holiday-scale {
    height: 44px;
  }
}

@media (min-width: 1024px) {
  .page-home .area-matrix {
    grid-template-columns: repeat(4, 1fr);
  }

  .page-home .hero-panel {
    padding: 42px 36px 36px;
  }
}
<<<END>>>
