.page-home {
  --home-gold: #C8995C;
  --home-red: #E63946;
  --home-deep: #0A2540;
  --home-cream: #F5F0E6;
  --home-stone: #D8D3C5;
  --home-moss: #6B8E67;
  --home-ink: #2E2E2E;
  --home-mist: #7A7A7A;
  --home-font-heading: "Noto Sans SC", "Microsoft YaHei", sans-serif;
  --home-font-body: "Noto Serif SC", "Source Han Serif SC", serif;
  --home-font-data: "Roboto Mono", monospace;
  background: var(--home-cream);
  overflow-x: hidden;
  color: var(--home-ink);
  font-family: var(--home-font-body);
}
.page-home .container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.page-home a {
  text-decoration: none;
}
.page-home .eyebrow {
  font-family: var(--home-font-heading);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--home-gold);
  margin-bottom: 12px;
}
.page-home h1,
.page-home h2,
.page-home h3,
.page-home h4 {
  font-family: var(--home-font-heading);
  font-weight: 900;
  letter-spacing: -0.02em;
  line-height: 1.2;
  color: var(--home-deep);
}
.page-home .hero-skew {
  position: relative;
  background: var(--home-deep);
  color: var(--home-cream);
  clip-path: polygon(0 0, 100% 0, 100% 92%, 0 100%);
  padding-bottom: 64px;
}
.page-home .hero-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  padding-top: 48px;
  padding-bottom: 48px;
}
.page-home .hero-copy h1 {
  color: var(--home-cream);
  font-size: clamp(30px, 6vw, 52px);
  margin: 0 0 16px;
}
.page-home .hero-lead {
  font-size: 17px;
  line-height: 1.7;
  max-width: 560px;
  color: rgba(245, 240, 230, 0.9);
  margin-bottom: 28px;
}
.page-home .hero-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
  margin-bottom: 36px;
}
.page-home .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--home-font-heading);
  font-weight: 900;
  font-size: 15px;
  letter-spacing: 0.02em;
  padding: 13px 24px;
  border-radius: 4px;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}
.page-home .btn-primary {
  background: var(--home-gold);
  color: var(--home-deep);
  box-shadow: 0 8px 20px rgba(200, 153, 92, 0.25);
}
.page-home .btn-primary:hover,
.page-home .btn-primary:focus {
  background: #d9ab6d;
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(200, 153, 92, 0.35);
  color: var(--home-deep);
}
.page-home .btn-outline {
  border: 2px solid var(--home-gold);
  color: var(--home-gold);
}
.page-home .btn-outline:hover,
.page-home .btn-outline:focus {
  background: rgba(200, 153, 92, 0.12);
  color: var(--home-gold);
}
.page-home .btn-outline.btn-light {
  border-color: rgba(245, 240, 230, 0.55);
  color: var(--home-cream);
}
.page-home .btn-outline.btn-light:hover,
.page-home .btn-outline.btn-light:focus {
  background: rgba(245, 240, 230, 0.1);
  color: #ffffff;
}
.page-home .btn-sm {
  padding: 9px 16px;
  font-size: 13px;
}
.page-home .hero-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  margin: 0;
  padding: 0;
}
.page-home .fact-cell {
  list-style: none;
}
.page-home .fact-cell dt {
  font-size: 12px;
  letter-spacing: 0.08em;
  color: rgba(245, 240, 230, 0.6);
  font-family: var(--home-font-heading);
  margin-bottom: 4px;
}
.page-home .fact-cell dd {
  margin: 0;
}
.page-home .stat-num {
  font-family: var(--home-font-data);
  font-weight: 500;
  font-size: 34px;
  color: var(--home-gold);
  line-height: 1;
}
.page-home .stat-num span {
  font-size: 18px;
  margin-left: 2px;
}
.page-home .hero-visual {
  position: relative;
  clip-path: polygon(8% 0, 100% 0, 100% 92%, 0 100%);
  background: var(--home-stone);
  min-height: 220px;
}
.page-home .hero-visual img {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
  object-fit: cover;
}
.page-home .hero-visual-note {
  position: absolute;
  left: 12px;
  bottom: 12px;
  right: 12px;
  background: rgba(10, 37, 64, 0.88);
  backdrop-filter: blur(4px);
  padding: 16px 18px;
  color: var(--home-cream);
}
.page-home .hero-visual-note p {
  margin: 8px 0 0;
  font-size: 14px;
  line-height: 1.6;
}
.page-home .tag {
  display: inline-flex;
  align-items: center;
  font-family: var(--home-font-heading);
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.04em;
  padding: 4px 12px;
  border-radius: 999px;
}
.page-home .tag-gold {
  background: rgba(200, 153, 92, 0.15);
  color: var(--home-gold);
}
.page-home .tag-red {
  background: rgba(230, 57, 70, 0.1);
  color: var(--home-red);
}
.page-home .tag-moss {
  background: rgba(107, 142, 103, 0.14);
  color: var(--home-moss);
}
.page-home .speed-line {
  display: block;
  width: 100%;
  height: 80px;
}
.page-home .speed-line-hero {
  position: absolute;
  bottom: 8px;
  left: 0;
  pointer-events: none;
}
.page-home .breadcrumb {
  padding-top: 20px;
  padding-bottom: 8px;
}
.page-home .breadcrumb ol {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  font-size: 13px;
  color: var(--home-mist);
}
.page-home .breadcrumb a {
  color: var(--home-deep);
  font-weight: 700;
}
.page-home .breadcrumb li + li::before {
  content: "/";
  margin-right: 8px;
  color: var(--home-stone);
}
.page-home .section {
  padding-top: 64px;
  padding-bottom: 64px;
}
.page-home .section-cream {
  background: var(--home-cream);
}
.page-home .section-deep {
  background: var(--home-deep);
  color: var(--home-cream);
}
.page-home .section-stone {
  background: var(--home-stone);
}
.page-home .section-heading {
  margin-bottom: 32px;
}
.page-home .section-heading h2 {
  margin: 0 0 12px;
  font-size: clamp(26px, 4vw, 38px);
}
.page-home .section-desc {
  font-size: 16px;
  line-height: 1.7;
  max-width: 640px;
  color: var(--home-mist);
}
.page-home .section-deep .section-desc-light {
  color: rgba(245, 240, 230, 0.8);
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 20px;
}
.page-home .report-stack {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
.page-home .report-card {
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(10, 37, 64, 0.07);
  overflow: hidden;
}
.page-home .report-card-main {
  display: grid;
  grid-template-columns: 1fr;
}
.page-home .report-media {
  overflow: hidden;
}
.page-home .report-media img {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
  object-fit: cover;
}
.page-home .report-body {
  padding: 24px;
}
.page-home .report-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 12px;
}
.page-home .report-body h3 {
  font-size: 22px;
  margin: 0 0 10px;
}
.page-home .report-body p {
  font-size: 14px;
  line-height: 1.75;
  color: var(--home-mist);
  margin-bottom: 16px;
}
.page-home .report-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}
.page-home .meta-round {
  font-family: var(--home-font-data);
  font-size: 13px;
  color: var(--home-red);
  font-weight: 700;
}
.page-home .report-sub-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
.page-home .report-card-sub {
  display: flex;
  gap: 16px;
  padding: 20px;
  align-items: flex-start;
}
.page-home .report-sub-index {
  font-family: var(--home-font-data);
  font-size: 28px;
  font-weight: 500;
  color: var(--home-gold);
  line-height: 1;
  flex-shrink: 0;
}
.page-home .report-sub-body h3 {
  font-size: 17px;
  margin: 0 0 8px;
}
.page-home .report-sub-body p {
  margin: 0 0 10px;
  font-size: 14px;
  line-height: 1.65;
  color: var(--home-mist);
}
.page-home .text-link {
  color: var(--home-deep);
  font-family: var(--home-font-heading);
  font-weight: 700;
  font-size: 14px;
  border-bottom: 2px solid var(--home-gold);
  padding-bottom: 2px;
}
.page-home .archive-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}
.page-home .archive-media {
  position: relative;
}
.page-home .archive-media img {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
  object-fit: cover;
}
.page-home .archive-badge {
  position: absolute;
  right: -10px;
  bottom: -10px;
  background: var(--home-gold);
  color: var(--home-deep);
  padding: 16px 18px;
  font-family: var(--home-font-heading);
  font-weight: 900;
  text-align: center;
  line-height: 1.2;
  font-size: 13px;
}
.page-home .archive-badge .stat-num {
  font-size: 38px;
  color: var(--home-deep);
  display: block;
}
.page-home .archive-copy h2 {
  color: var(--home-cream);
  font-size: clamp(26px, 4vw, 36px);
  margin: 0 0 16px;
}
.page-home .season-tabs {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin: 24px 0 12px;
}
.page-home .season-tab {
  border: 2px solid rgba(245, 240, 230, 0.3);
  background: transparent;
  color: var(--home-cream);
  font-family: var(--home-font-heading);
  font-weight: 700;
  font-size: 14px;
  padding: 8px 18px;
  border-radius: 999px;
  cursor: pointer;
  transition: border-color 0.2s, background-color 0.2s, color 0.2s;
}
.page-home .season-tab:hover,
.page-home .season-tab:focus {
  border-color: var(--home-gold);
  color: var(--home-gold);
}
.page-home .season-tab.is-active {
  border-color: var(--home-gold);
  background: var(--home-gold);
  color: var(--home-deep);
}
.page-home .season-panel {
  margin-bottom: 24px;
}
.page-home .season-panel h3 {
  color: var(--home-cream);
  font-size: 18px;
  margin: 0 0 8px;
}
.page-home .season-panel p {
  color: rgba(245, 240, 230, 0.8);
  font-size: 14px;
  line-height: 1.7;
  margin: 0 0 12px;
}
.page-home .season-list {
  list-style: none;
  padding: 0;
  margin: 0 0 16px;
  display: grid;
  gap: 8px;
}
.page-home .season-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: var(--home-cream);
}
.page-home .case-section .section-heading h2 {
  color: var(--home-deep);
}
.page-home .case-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
}
.page-home .case-list {
  display: grid;
  gap: 16px;
}
.page-home .case-item {
  background: #ffffff;
  display: flex;
  gap: 16px;
  padding: 20px;
  box-shadow: 0 6px 18px rgba(10, 37, 64, 0.05);
}
.page-home .case-order {
  font-family: var(--home-font-heading);
  font-weight: 900;
  font-size: 26px;
  color: var(--home-gold);
  line-height: 1;
  flex-shrink: 0;
}
.page-home .case-content h3 {
  font-size: 16px;
  margin: 0 0 8px;
}
.page-home .case-content p {
  font-size: 14px;
  line-height: 1.65;
  color: var(--home-mist);
  margin-bottom: 12px;
}
.page-home .case-round {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 6px;
}
.page-home .round-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  flex-shrink: 0;
}
.page-home .round-dot.is-done {
  background: var(--home-moss);
}
.page-home .round-dot.is-current {
  background: var(--home-red);
}
.page-home .round-label {
  font-family: var(--home-font-heading);
  font-size: 13px;
  font-weight: 700;
  color: var(--home-ink);
}
.page-home .case-visual img {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
  object-fit: cover;
  box-shadow: 0 16px 40px rgba(10, 37, 64, 0.12);
}
.page-home .trust-section {
  clip-path: polygon(0 4%, 100% 0, 100% 100%, 0 100%);
  padding-top: 96px;
}
.page-home .trust-heading h2 {
  color: var(--home-cream);
  font-size: clamp(26px, 4vw, 38px);
  margin: 0 0 32px;
}
.page-home .trust-track {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin-bottom: 36px;
}
.page-home .trust-step {
  background: rgba(245, 240, 230, 0.06);
  border-left: 4px solid var(--home-gold);
  padding: 20px;
}
.page-home .trust-num {
  font-family: var(--home-font-data);
  font-size: 24px;
  color: var(--home-gold);
  display: block;
  margin-bottom: 6px;
}
.page-home .trust-step h3 {
  color: var(--home-cream);
  font-size: 17px;
  margin: 0 0 8px;
}
.page-home .trust-step p {
  font-size: 14px;
  line-height: 1.65;
  color: rgba(245, 240, 230, 0.75);
  margin: 0;
}
.page-home .trust-arrow {
  width: 32px;
  height: 2px;
  background: var(--home-gold);
  margin-left: 24px;
  display: none;
}
.page-home .trust-metrics {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-bottom: 36px;
}
.page-home .metric-cell {
  background: var(--home-deep);
  border: 1px solid rgba(200, 153, 92, 0.35);
  padding: 18px;
  text-align: center;
}
.page-home .metric-label {
  display: block;
  font-family: var(--home-font-heading);
  font-size: 12px;
  letter-spacing: 0.08em;
  color: rgba(245, 240, 230, 0.65);
  margin-bottom: 6px;
}
.page-home .metric-value {
  display: block;
  font-family: var(--home-font-heading);
  font-weight: 900;
  font-size: 14px;
  color: var(--home-gold);
  line-height: 1.4;
}
.page-home .trust-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}
@media (max-width: 480px) {
  .page-home .hero-facts {
    gap: 20px;
  }
  .page-home .fact-cell {
    flex: 1 1 100%;
  }
}
@media (min-width: 640px) {
  .page-home .hero-actions {
    flex-direction: row;
  }
  .page-home .report-card-main {
    grid-template-columns: 1.2fr 1fr;
  }
  .page-home .report-sub-list {
    grid-template-columns: 1fr 1fr;
  }
  .page-home .archive-media img {
    object-fit: cover;
    height: 100%;
  }
  .page-home .case-layout {
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }
  .page-home .trust-track {
    grid-template-columns: 1fr auto 1fr auto 1fr;
    align-items: stretch;
  }
  .page-home .trust-arrow {
    display: block;
    align-self: center;
  }
}
@media (min-width: 900px) {
  .page-home .hero-grid {
    grid-template-columns: 1.05fr 0.95fr;
    align-items: center;
    padding-top: 72px;
    padding-bottom: 72px;
  }
  .page-home .hero-visual {
    min-height: 360px;
  }
  .page-home .archive-grid {
    grid-template-columns: 0.9fr 1.1fr;
    align-items: center;
  }
  .page-home .trust-metrics {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 1080px) {
  .page-home .case-item {
    padding: 24px;
  }
  .page-home .metric-cell {
    padding: 22px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .page-home .btn,
  .page-home .hero-skew,
  .page-home .section,
  .page-home .report-card,
  .page-home .case-item {
    transition: none;
    clip-path: none;
  }
}
