.page-home {
  --home-cut: 26px;
  --home-shadow: 0 18px 48px rgba(3, 7, 18, .52);
  display: block;
  color: var(--kt-text);
  background:
    radial-gradient(1100px 560px at 6% -6%, rgba(52, 242, 206, .10), transparent 62%),
    radial-gradient(880px 520px at 102% 10%, rgba(255, 139, 61, .09), transparent 64%),
    var(--kt-bg);
  padding-bottom: 72px;
  overflow-x: hidden;
}

.page-home .kt-h2 {
  font-size: clamp(22px, 4.6vw, 32px);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -.01em;
  color: var(--kt-white);
  margin: 0;
}

/* ---------- HERO ---------- */
.page-home .home-hero {
  display: grid;
  grid-template-columns: 1fr;
  gap: 26px;
  padding-top: 40px;
  padding-bottom: 52px;
}

.page-home .home-hero__left {
  position: relative;
  isolation: isolate;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid var(--kt-line);
  background: linear-gradient(170deg, rgba(11, 47, 50, .6), rgba(21, 27, 63, .92));
  box-shadow: var(--home-shadow);
}

.page-home .home-hero__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .3;
  filter: saturate(.85) contrast(1.05);
  z-index: 0;
}

.page-home .home-hero__left-inner {
  position: relative;
  z-index: 1;
  padding: 30px 22px 34px;
}

.page-home .home-hero__eyebrow {
  margin: 0 0 18px;
}

.page-home .home-hero__title {
  margin: 0 0 18px;
  font-size: clamp(32px, 6.6vw, 58px);
  line-height: 1;
  letter-spacing: -.02em;
  font-weight: 500;
  color: var(--kt-white);
}

.page-home .home-hero__lede {
  margin: 0 0 26px;
  font-size: 16px;
  line-height: 1.85;
  color: var(--kt-text);
  max-width: 42ch;
}

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

.page-home .home-hero__right {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.page-home .home-hero__right-eyebrow {
  margin: 0;
}

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

.page-home .home-preview {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 14px;
  padding: 16px 16px 16px 18px;
  text-decoration: none;
  color: inherit;
  border: 1px solid var(--kt-line);
  border-radius: 14px;
  background: var(--kt-glass);
  transition: background .25s ease, border-color .25s ease, transform .25s ease;
}

.page-home .home-preview:hover,
.page-home .home-preview:focus-visible {
  background: var(--kt-glass-strong);
  border-color: rgba(52, 242, 206, .45);
  transform: translateX(4px);
}

.page-home .home-preview__idx {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .06em;
  color: var(--kt-cyan);
}

.page-home .home-preview__main {
  display: block;
  min-width: 0;
}

.page-home .home-preview__name {
  display: block;
  font-size: 17px;
  font-weight: 700;
  color: var(--kt-white);
  margin-bottom: 4px;
}

.page-home .home-preview__desc {
  display: block;
  font-size: 14px;
  line-height: 1.7;
  color: var(--kt-muted);
}

.page-home .home-preview__go {
  font-size: 18px;
  color: var(--kt-orange);
  transition: transform .25s ease;
}

.page-home .home-preview:hover .home-preview__go {
  transform: translateX(3px);
}

.page-home .home-hero__strip {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  margin-top: 4px;
  padding-top: 14px;
  border-top: 1px solid var(--kt-line);
}

.page-home .home-hero__strip-item {
  position: relative;
  font-size: 12px;
  letter-spacing: .1em;
  color: var(--kt-muted);
}

.page-home .home-hero__strip-item + .home-hero__strip-item::before {
  content: "";
  position: absolute;
  left: -10px;
  top: 50%;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: var(--kt-cyan);
  transform: translateY(-50%);
}

/* ---------- 本月整理清单 ---------- */
.page-home .home-ship {
  padding-bottom: 56px;
}

.page-home .home-ship__head {
  max-width: 660px;
  margin-bottom: 28px;
}

.page-home .home-ship__intro {
  margin: 14px 0 0;
  font-size: 16px;
  line-height: 1.85;
  color: var(--kt-muted);
}

.page-home .home-ship__list {
  list-style: none;
  margin: 0 0 34px;
  padding: 0;
  display: grid;
  gap: 12px;
}

.page-home .home-ship__item {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  padding: 20px 20px 22px;
  border-radius: 16px;
  border: 1px solid var(--kt-line);
  border-left: 3px solid rgba(52, 242, 206, .7);
  background: linear-gradient(150deg, rgba(21, 27, 63, .9), rgba(7, 14, 31, .9));
}

.page-home .home-ship__item:nth-child(4) {
  border-left-color: rgba(255, 139, 61, .85);
}

.page-home .home-ship__name {
  margin: 0 0 6px;
  font-size: 17px;
  font-weight: 700;
  color: var(--kt-white);
}

.page-home .home-ship__body p {
  margin: 0;
  font-size: 15px;
  line-height: 1.8;
  color: var(--kt-muted);
}

.page-home .home-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  padding: 26px 20px;
  border-radius: 18px;
  border: 1px solid var(--kt-line);
  background:
    radial-gradient(520px 220px at 100% 0%, rgba(52, 242, 206, .12), transparent 70%),
    var(--kt-surface);
}

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

.page-home .home-stat__num {
  font-size: clamp(22px, 5vw, 30px);
  font-weight: 600;
  color: var(--kt-cyan);
  letter-spacing: -.01em;
}

.page-home .home-stat__label {
  font-size: 13px;
  line-height: 1.6;
  color: var(--kt-muted);
}

/* ---------- 四个入口 ---------- */
.page-home .home-entrances {
  padding-bottom: 60px;
}

.page-home .home-entrances__head {
  max-width: 620px;
  margin-bottom: 24px;
}

.page-home .home-entrances__figure {
  margin: 0 0 28px;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid var(--kt-line);
}

.page-home .home-entrances__figure img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  filter: saturate(.9);
}

.page-home .home-entrances__figure .kt-figure__caption {
  padding: 12px 16px 14px;
  background: rgba(7, 14, 31, .82);
}

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

.page-home .home-entrance {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 24px 22px 26px;
  border: 1px solid var(--kt-line);
  background: linear-gradient(155deg, rgba(21, 27, 63, .95), rgba(7, 14, 31, .95));
  clip-path: polygon(0 0, calc(100% - var(--home-cut)) 0, 100% var(--home-cut), 100% 100%, var(--home-cut) 100%, 0 calc(100% - var(--home-cut)));
  transition: transform .28s ease, background .28s ease;
}

.page-home .home-entrance--warm {
  background: linear-gradient(155deg, rgba(92, 23, 48, .85), rgba(7, 14, 31, .95));
}

.page-home .home-entrance:hover,
.page-home .home-entrance:focus-within {
  transform: translate(4px, -4px);
  background: linear-gradient(155deg, rgba(11, 47, 50, .96), rgba(21, 27, 63, .96));
}

.page-home .home-entrance__slot {
  margin: 0;
  font-size: 12px;
  letter-spacing: .16em;
  color: var(--kt-orange);
}

.page-home .home-entrance__name {
  margin: 0;
  font-size: 19px;
  font-weight: 700;
  color: var(--kt-white);
}

.page-home .home-entrance__desc {
  margin: 0;
  font-size: 15px;
  line-height: 1.8;
  color: var(--kt-muted);
}

.page-home .home-entrance__link {
  margin-top: auto;
  align-self: flex-start;
  font-size: 14px;
  font-weight: 700;
  color: var(--kt-cyan);
  text-decoration: none;
  border-bottom: 1px solid rgba(52, 242, 206, .45);
  padding-bottom: 2px;
}

.page-home .home-entrance__link:hover {
  color: var(--kt-white);
  border-bottom-color: var(--kt-white);
}

/* ---------- 主屏收藏 ---------- */
.page-home .home-pin {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  padding-bottom: 60px;
}

.page-home .home-pin__media {
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid var(--kt-line);
  background: var(--kt-indigo);
}

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

.page-home .home-pin__body p {
  font-size: 16px;
  line-height: 1.85;
  color: var(--kt-muted);
  max-width: 44ch;
}

.page-home .home-pin__steps {
  display: grid;
  gap: 12px;
  margin-top: 20px;
}

.page-home .home-pin__step {
  padding: 18px 18px 20px;
  border-radius: 14px;
  border: 1px solid var(--kt-line);
  background: var(--kt-glass);
  backdrop-filter: blur(6px);
}

.page-home .home-pin__device {
  margin: 0 0 10px;
  font-family: var(--kt-mono);
  font-size: 12px;
  letter-spacing: .16em;
  color: var(--kt-cyan);
  text-transform: uppercase;
}

.page-home .home-pin__list {
  margin: 0;
  padding-left: 18px;
  display: grid;
  gap: 6px;
}

.page-home .home-pin__list li {
  font-size: 14px;
  line-height: 1.75;
  color: var(--kt-text);
}

/* ---------- 阵容变动时间线 ---------- */
.page-home .home-timeline {
  position: relative;
  isolation: isolate;
  padding: 34px 20px 36px;
  border-radius: 20px;
  border: 1px solid var(--kt-line);
  overflow: hidden;
  margin-bottom: 60px;
}

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

.page-home .home-timeline__backdrop img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .22;
  filter: saturate(.8);
}

.page-home .home-timeline::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(180deg, rgba(7, 14, 31, .84), rgba(11, 47, 50, .9));
}

.page-home .home-timeline__head,
.page-home .home-timeline__scroll,
.page-home .home-timeline__foot {
  position: relative;
  z-index: 1;
}

.page-home .home-timeline__head {
  max-width: 620px;
  margin-bottom: 24px;
}

.page-home .home-timeline__intro {
  margin: 14px 0 0;
  font-size: 16px;
  line-height: 1.85;
  color: var(--kt-text);
}

.page-home .home-timeline__scroll {
  overflow-x: auto;
  padding-bottom: 10px;
  scroll-snap-type: x proximity;
  -webkit-overflow-scrolling: touch;
}

.page-home .home-timeline__track {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 14px;
  min-width: max-content;
}

.page-home .home-timeline__node {
  position: relative;
  flex: 0 0 auto;
  width: 230px;
  padding: 20px 18px 22px;
  border-radius: 14px;
  border: 1px solid var(--kt-line);
  background: rgba(7, 14, 31, .72);
  scroll-snap-align: start;
}

.page-home .home-timeline__node::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 18px;
  width: 32px;
  height: 3px;
  background: var(--kt-orange);
}

.page-home .home-timeline__node--now {
  border-color: rgba(52, 242, 206, .5);
  background: rgba(11, 47, 50, .78);
}

.page-home .home-timeline__node--now::before {
  background: var(--kt-cyan);
}

.page-home .home-timeline__round {
  display: block;
  font-size: 15px;
  font-weight: 600;
  color: var(--kt-white);
  margin-bottom: 10px;
}

.page-home .home-timeline__note {
  margin: 0;
  font-size: 14px;
  line-height: 1.75;
  color: var(--kt-muted);
}

.page-home .home-timeline__foot {
  margin: 20px 0 0;
  font-size: 14px;
  line-height: 1.8;
  color: var(--kt-muted);
}

.page-home .home-timeline__link {
  color: var(--kt-cyan);
  text-decoration: none;
  border-bottom: 1px solid rgba(52, 242, 206, .45);
  margin-left: 6px;
}

.page-home .home-timeline__link:hover {
  color: var(--kt-white);
  border-bottom-color: var(--kt-white);
}

/* ---------- 深入路径 ---------- */
.page-home .home-path__head {
  max-width: 560px;
  margin-bottom: 22px;
}

.page-home .home-path__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 1px;
  background: var(--kt-line);
  border: 1px solid var(--kt-line);
  border-radius: 18px;
  overflow: hidden;
}

.page-home .home-path__item {
  background: var(--kt-bg);
}

.page-home .home-path__link {
  display: grid;
  gap: 6px;
  padding: 20px 20px 22px;
  text-decoration: none;
  color: inherit;
  transition: background .25s ease;
}

.page-home .home-path__link:hover,
.page-home .home-path__link:focus-visible {
  background: rgba(52, 242, 206, .07);
}

.page-home .home-path__label {
  font-size: 17px;
  font-weight: 700;
  color: var(--kt-white);
}

.page-home .home-path__desc {
  font-size: 14px;
  line-height: 1.75;
  color: var(--kt-muted);
}

/* ---------- 响应式 ---------- */
@media (min-width: 640px) {
  .page-home .home-ship__item {
    grid-template-columns: auto 1fr;
    align-items: start;
    gap: 14px;
  }

  .page-home .home-stats {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    padding: 30px 26px;
  }

  .page-home .home-entrance-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }

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

@media (min-width: 960px) {
  .page-home {
    padding-bottom: 96px;
  }

  .page-home .home-hero {
    grid-template-columns: minmax(0, .86fr) minmax(0, 1.14fr);
    gap: 40px;
    padding-top: 68px;
    padding-bottom: 76px;
  }

  .page-home .home-hero__left-inner {
    padding: 44px 38px 46px;
  }

  .page-home .home-hero__right {
    justify-content: center;
  }

  .page-home .home-ship {
    padding-bottom: 76px;
  }

  .page-home .home-ship__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  .page-home .home-entrances {
    padding-bottom: 80px;
  }

  .page-home .home-entrances__figure {
    margin-bottom: 34px;
  }

  .page-home .home-pin {
    grid-template-columns: minmax(0, .78fr) minmax(0, 1.22fr);
    gap: 36px;
    align-items: center;
    padding-bottom: 80px;
  }

  .page-home .home-timeline {
    padding: 48px 42px 46px;
    margin-bottom: 80px;
  }

  .page-home .home-path__link {
    grid-template-columns: 300px 1fr;
    align-items: baseline;
    gap: 20px;
    padding: 22px 26px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-home .home-preview,
  .page-home .home-entrance,
  .page-home .home-path__link,
  .page-home .home-preview__go {
    transition: none;
  }

  .page-home .home-preview:hover,
  .page-home .home-entrance:hover,
  .page-home .home-entrance:focus-within {
    transform: none;
  }
}
