.page-home {
  --home-hero-deep: #0D3B66;
  --home-hero-coral: #FF6B4A;
  --home-hero-light: #E6F0FA;
  --home-hero-navy: #0A2540;
  --home-hero-slate: #4A5C7A;
  --home-hero-line: #DDE6F0;
  --home-hero-white: #FFFFFF;
  --home-font-display: "Noto Sans SC", "Source Han Sans CN", "PingFang SC", "Microsoft YaHei", sans-serif;
  --home-font-mono: "JetBrains Mono", "SFMono-Regular", "SF Mono", Consolas, "Liberation Mono", monospace;
  --home-radius: 12px;
  --home-max-width: 1280px;
  --home-header-offset: 120px;
  color: var(--home-hero-navy);
  background-color: var(--home-hero-white);
}

.page-home .wrap {
  max-width: var(--home-max-width);
  margin-inline: auto;
  padding-inline: 24px;
}

.page-home .home-hero {
  position: relative;
  overflow: hidden;
  background-color: var(--home-hero-deep);
  color: var(--home-hero-white);
  padding-block: 72px 120px;
}

.page-home .home-hero__grid {
  display: grid;
  grid-template-columns: 7fr 5fr;
  gap: 48px;
  position: relative;
  z-index: 2;
}

.page-home .home-hero__kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--home-font-mono);
  font-size: 13px;
  color: var(--home-hero-coral);
  letter-spacing: 0.08em;
  margin-bottom: 20px;
}

.page-home .home-hero__kicker::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--home-hero-coral);
}

.page-home .home-hero__title {
  font-family: var(--home-font-display);
  font-weight: 900;
  font-size: clamp(40px, 6vw, 64px);
  line-height: 1.05;
  margin-bottom: 16px;
  letter-spacing: -0.02em;
}

.page-home .home-hero__lead {
  font-family: var(--home-font-display);
  font-weight: 400;
  font-size: 18px;
  line-height: 1.8;
  color: rgba(230, 240, 250, 0.85);
  max-width: 36em;
  margin-bottom: 28px;
}

.page-home .home-hero__lead-br {
  display: block;
}

.page-home .home-hero__crumb {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: var(--home-font-mono);
  font-size: 13px;
  color: rgba(230, 240, 250, 0.7);
}

.page-home .crumb__item--current {
  color: var(--home-hero-coral);
}

.page-home .home-hero__index {
  background-color: rgba(230, 240, 250, 0.08);
  border: 1px solid rgba(230, 240, 250, 0.16);
  border-radius: var(--home-radius);
  padding: 24px;
  backdrop-filter: blur(4px);
}

.page-home .home-hero__index-title {
  font-family: var(--home-font-display);
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--home-hero-coral);
  margin-bottom: 16px;
}

.page-home .home-hero__index-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.page-home .home-hero__index-list a {
  display: block;
  color: rgba(230, 240, 250, 0.9);
  text-decoration: none;
  font-size: 15px;
  line-height: 1.6;
  padding: 10px 14px;
  border-left: 2px solid transparent;
  transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.page-home .home-hero__index-list a:hover,
.page-home .home-hero__index-list a:focus-visible {
  border-left-color: var(--home-hero-coral);
  background-color: rgba(230, 240, 250, 0.08);
  color: var(--home-hero-white);
  transform: translateX(4px);
}

.page-home .home-hero__wave {
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  z-index: 1;
  line-height: 0;
}

.page-home .home-hero__wave svg {
  width: 100%;
  height: auto;
  display: block;
}

.page-home .home-hero__wave path {
  fill: var(--home-hero-white);
}

.page-home .home-report {
  position: relative;
  z-index: 3;
  margin-top: -58px;
}

.page-home .home-report__link {
  display: flex;
  align-items: center;
  gap: 12px;
  background-color: var(--home-hero-deep);
  border: 1px solid rgba(221, 230, 240, 0.7);
  border-radius: 999px;
  padding: 14px 24px;
  color: var(--home-hero-navy);
  text-decoration: none;
  box-shadow: 0 6px 20px rgba(10, 37, 64, 0.08);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
  width: fit-content;
  max-width: 100%;
  flex-wrap: wrap;
}

.page-home .home-report__link:hover,
.page-home .home-report__link:focus-visible {
  border-color: var(--home-hero-coral);
  box-shadow: 0 10px 28px rgba(255, 107, 74, 0.18);
  transform: translateY(-2px);
}

.page-home .home-report__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: var(--home-hero-coral);
  color: var(--home-hero-white);
  flex-shrink: 0;
}

.page-home .home-report__bar {
  font-family: var(--home-font-mono);
  font-size: 13px;
  color: var(--home-hero-slate);
  letter-spacing: 0.06em;
  background-color: var(--home-hero-light);
  border-radius: 999px;
  padding: 4px 12px;
  margin-left: auto;
}

.page-home .home-ranking {
  padding-block: 88px 80px;
}

.page-home .home-section-head {
  margin-bottom: 40px;
  max-width: 880px;
}

.page-home .home-section-head__lead {
  margin-top: 16px;
}

.page-home .section-title {
  font-family: var(--home-font-display);
  font-weight: 900;
  font-size: clamp(28px, 4vw, 40px);
  line-height: 1.2;
  letter-spacing: -0.01em;
  margin-bottom: 0;
}

.page-home .section-title::before {
  content: "// ";
  color: var(--home-hero-coral);
}

.page-home .home-ranking__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.page-home .home-ranking-card {
  background-color: var(--home-hero-light);
  border-radius: var(--home-radius);
  padding: 28px;
  border: 1px solid transparent;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.page-home .home-ranking-card:hover,
.page-home .home-ranking-card:focus-within {
  border-color: var(--home-hero-coral);
  box-shadow: 0 12px 32px rgba(10, 37, 64, 0.08);
  transform: translateY(-4px);
}

.page-home .home-ranking-card__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.page-home .home-ranking-card__head h3 {
  font-family: var(--home-font-display);
  font-weight: 700;
  font-size: 20px;
  margin: 0;
}

.page-home .home-ranking-card__list {
  list-style: none;
  padding: 0;
  margin: 0 0 16px 0;
}

.page-home .home-ranking-card__row {
  display: grid;
  grid-template-columns: 28px 1fr auto;
  align-items: center;
  gap: 8px;
  padding: 10px 8px;
  border-radius: 6px;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.page-home .home-ranking-card__row:hover {
  background-color: rgba(255, 107, 74, 0.08);
  transform: translateX(4px);
}

.page-home .home-ranking-card__pos {
  font-family: var(--home-font-mono);
  font-size: 13px;
  color: var(--home-hero-coral);
}

.page-home .home-ranking-card__name {
  font-family: var(--home-font-display);
  font-weight: 500;
  font-size: 15px;
}

.page-home .home-ranking-card__pts {
  font-family: var(--home-font-mono);
  font-size: 13px;
  color: var(--home-hero-slate);
}

.page-home .home-ranking-card__more {
  display: inline-block;
  font-family: var(--home-font-mono);
  font-size: 13px;
  color: var(--home-hero-deep);
  text-decoration: none;
  border-bottom: 1px solid var(--home-hero-line);
  padding-bottom: 2px;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.page-home .home-ranking-card__more:hover,
.page-home .home-ranking-card__more:focus-visible {
  color: var(--home-hero-coral);
  border-color: var(--home-hero-coral);
}

.page-home .home-ranking-pic {
  border-radius: var(--home-radius);
  overflow: hidden;
  min-height: 0;
}

.page-home .home-ranking-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.page-home .home-ranking-pic:hover img {
  transform: scale(1.02);
}

.page-home .divider-path {
  height: 2px;
  background-image: linear-gradient(to right, var(--home-hero-coral) 0%, var(--home-hero-line) 30%, var(--home-hero-line) 100%);
  background-size: 100% 2px;
  background-repeat: no-repeat;
  position: relative;
  margin-inline: 24px;
}

.page-home .divider-path::after {
  content: "";
  position: absolute;
  right: 0;
  top: -4px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--home-hero-coral);
}

.page-home .home-shoot {
  padding-block: 88px;
  background-color: var(--home-hero-light);
}

.page-home .home-shoot__grid {
  display: grid;
  grid-template-columns: 7fr 5fr;
  gap: 48px;
  align-items: center;
}

.page-home .home-section-head--compact {
  margin-bottom: 28px;
}

.page-home .home-shoot__tabs {
  display: flex;
  gap: 8px;
  margin-bottom: 24px;
}

.page-home .home-shoot__tab {
  font-family: var(--home-font-mono);
  font-size: 14px;
  padding: 8px 20px;
  border-radius: 999px;
  border: 1px solid var(--home-hero-line);
  background-color: transparent;
  color: var(--home-hero-slate);
  cursor: default;
}

.page-home .home-shoot__tab--active {
  background-color: var(--home-hero-coral);
  border-color: var(--home-hero-coral);
  color: var(--home-hero-white);
}

.page-home .home-shoot__table-wrap {
  overflow-x: auto;
  border-radius: var(--home-radius);
  background-color: var(--home-hero-white);
  border: 1px solid var(--home-hero-line);
}

.page-home .home-shoot__table {
  width: 100%;
  border-collapse: collapse;
  font-family: var(--home-font-mono);
  font-size: 14px;
  min-width: 420px;
}

.page-home .home-shoot__table th {
  font-family: var(--home-font-display);
  font-weight: 600;
  font-size: 13px;
  text-align: left;
  color: var(--home-hero-slate);
  padding: 14px 16px;
  border-bottom: 2px solid var(--home-hero-line);
}

.page-home .home-shoot__table td {
  padding: 12px 16px;
  border-bottom: 1px solid var(--home-hero-line);
  color: var(--home-hero-navy);
}

.page-home .home-shoot__table tr:last-child td {
  border-bottom: none;
}

.page-home .home-shoot__table tbody tr {
  transition: background-color 0.2s ease;
}

.page-home .home-shoot__table tbody tr:hover {
  background-color: rgba(255, 107, 74, 0.06);
}

.page-home .home-shoot__btn {
  margin-top: 24px;
}

.page-home .home-shoot__media {
  border-radius: var(--home-radius);
  overflow: hidden;
}

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

.page-home .home-journey {
  position: relative;
  overflow: hidden;
  background-color: var(--home-hero-deep);
  color: var(--home-hero-white);
  padding-block: 88px 120px;
}

.page-home .home-journey__inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 7fr 5fr;
  gap: 48px;
  align-items: center;
}

.page-home .home-journey__content {
  max-width: 680px;
}

.page-home .home-journey__desc {
  font-size: 16px;
  line-height: 1.7;
  color: rgba(230, 240, 250, 0.85);
  margin-top: 20px;
  max-width: 34em;
}

.page-home .home-journey__steps {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 32px;
}

.page-home .home-journey__step {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 15px;
  line-height: 1.5;
  color: rgba(230, 240, 250, 0.9);
}

.page-home .home-journey__num {
  font-family: var(--home-font-mono);
  font-size: 13px;
  color: var(--home-hero-white);
  background-color: rgba(255, 107, 74, 0.2);
  border: 1px solid var(--home-hero-coral);
  border-radius: 50%;
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.page-home .home-journey__card {
  background-color: rgba(230, 240, 250, 0.08);
  border: 1px solid rgba(230, 240, 250, 0.16);
  border-radius: var(--home-radius);
  padding: 32px;
  text-align: center;
}

.page-home .home-journey__tag {
  display: inline-block;
  font-family: var(--home-font-mono);
  font-size: 12px;
  letter-spacing: 0.08em;
  color: var(--home-hero-coral);
  border: 1px solid rgba(255, 107, 74, 0.4);
  border-radius: 999px;
  padding: 4px 14px;
  margin-bottom: 16px;
}

.page-home .home-journey__tagline {
  font-family: var(--home-font-display);
  font-weight: 900;
  font-size: 28px;
  line-height: 1.3;
  margin-bottom: 24px;
}

.page-home .home-journey__wave {
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  z-index: 1;
  line-height: 0;
}

.page-home .home-journey__wave svg {
  width: 100%;
  height: auto;
  display: block;
}

.page-home .home-journey__wave path {
  fill: var(--home-hero-white);
}

.page-home .home-dir {
  padding-block: 88px;
}

.page-home .home-dir__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.page-home .home-dir-card {
  background-color: var(--home-hero-light);
  border-radius: var(--home-radius);
  padding: 32px 24px;
  border: 1px solid transparent;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.page-home .home-dir-card:hover,
.page-home .home-dir-card:focus-within {
  border-color: var(--home-hero-coral);
  box-shadow: 0 12px 32px rgba(10, 37, 64, 0.08);
  transform: translateY(-4px);
}

.page-home .home-dir-card__icon {
  width: 64px;
  height: 64px;
  border-radius: 16px;
  background-color: var(--home-hero-white);
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-home .home-dir-card__body h3 {
  font-family: var(--home-font-display);
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 8px;
}

.page-home .home-dir-card__body p {
  font-size: 14px;
  line-height: 1.6;
  color: var(--home-hero-slate);
  margin-bottom: 16px;
}

.page-home .home-dir-card__link {
  font-family: var(--home-font-mono);
  font-size: 13px;
  color: var(--home-hero-deep);
  text-decoration: none;
  border-bottom: 1px solid var(--home-hero-line);
  padding-bottom: 2px;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.page-home .home-dir-card__link:hover,
.page-home .home-dir-card__link:focus-visible {
  color: var(--home-hero-coral);
  border-color: var(--home-hero-coral);
}

.page-home .home-dir__bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  margin-top: 48px;
  flex-wrap: wrap;
}

.page-home .home-dir__bottom img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: var(--home-radius);
  display: block;
}

.page-home .home-about {
  background-color: var(--home-hero-deep);
  color: var(--home-hero-white);
  padding-block: 88px;
}

.page-home .home-about__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
}

.page-home .home-about__desc {
  font-size: 16px;
  line-height: 1.8;
  color: rgba(230, 240, 250, 0.85);
  margin-top: 20px;
  max-width: 32em;
}

.page-home .home-about__link {
  display: inline-block;
  margin-top: 24px;
  font-family: var(--home-font-mono);
  font-size: 14px;
  color: var(--home-hero-coral);
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 107, 74, 0.4);
  padding-bottom: 2px;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.page-home .home-about__link:hover,
.page-home .home-about__link:focus-visible {
  color: var(--home-hero-white);
  border-color: var(--home-hero-white);
}

.page-home .home-about__stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin: 0;
}

.page-home .home-about__stat {
  background-color: rgba(230, 240, 250, 0.08);
  border: 1px solid rgba(230, 240, 250, 0.12);
  border-radius: var(--home-radius);
  padding: 24px;
  text-align: center;
}

.page-home .home-about__stat dt {
  font-family: var(--home-font-display);
  font-weight: 500;
  font-size: 14px;
  color: rgba(230, 240, 250, 0.7);
  margin-bottom: 8px;
}

.page-home .home-about__stat dd {
  margin: 0;
  font-family: var(--home-font-mono);
  font-weight: 600;
  font-size: 36px;
  color: var(--home-hero-coral);
}

@media (max-width: 1024px) {
  .page-home .home-hero__grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .page-home .home-ranking__grid {
    grid-template-columns: 1fr 1fr;
  }

  .page-home .home-ranking-pic {
    grid-column: span 2;
  }

  .page-home .home-shoot__grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .page-home .home-journey__inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .page-home .home-dir__grid {
    grid-template-columns: 1fr 1fr;
  }

  .page-home .home-about__grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .page-home .home-dir__bottom img {
    display: none;
  }
}

@media (max-width: 640px) {
  .page-home .wrap {
    padding-inline: 18px;
  }

  .page-home .home-hero {
    padding-block: 56px 88px;
  }

  .page-home .home-hero__title {
    font-size: 36px;
  }

  .page-home .home-hero__lead {
    font-size: 16px;
  }

  .page-home .home-report__link {
    padding: 12px 18px;
    gap: 8px;
  }

  .page-home .home-report__bar {
    margin-left: 0;
    width: 100%;
    text-align: center;
  }

  .page-home .home-ranking {
    padding-block: 64px;
  }

  .page-home .home-ranking__grid {
    grid-template-columns: 1fr;
  }

  .page-home .home-ranking-pic {
    grid-column: span 1;
  }

  .page-home .home-shoot {
    padding-block: 64px;
  }

  .page-home .home-journey {
    padding-block: 64px;
  }

  .page-home .home-journey__card {
    padding: 24px;
  }

  .page-home .home-dir {
    padding-block: 64px;
  }

  .page-home .home-dir__grid {
    grid-template-columns: 1fr;
  }

  .page-home .home-about {
    padding-block: 64px;
  }

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