.page-home {
  --home-hero-gap: 56px;
}

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

.page-home a:focus-visible {
  outline: 2px solid var(--acid);
  outline-offset: 2px;
}

.page-home .home-breadcrumb {
  margin-bottom: 24px;
  padding-top: 32px;
}

.page-home .breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
  font-family: var(--font-body);
  font-size: 13px;
  color: var(--gray);
}

.page-home .breadcrumb a {
  color: var(--ink);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: color 0.18s ease, border-color 0.18s ease;
}

.page-home .breadcrumb a:hover {
  border-color: var(--acid);
}

.page-home .breadcrumb li[aria-current="page"] {
  color: var(--gray);
}

.page-home .home-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 40px;
  padding: 32px 0 64px;
}

.page-home .home-hero-copy {
  position: relative;
  z-index: 2;
}

.page-home .hero-eyebrow {
  display: inline-block;
  margin: 0 0 20px;
  padding: 6px 14px;
  background: var(--ink);
  color: var(--acid);
  font-family: var(--font-body);
  font-size: 13px;
  letter-spacing: 0.08em;
  border-radius: var(--radius-pill);
}

.page-home .hero-title {
  margin: 0 0 18px;
  font-family: var(--font-head);
  font-size: clamp(30px, 5.4vw, 58px);
  line-height: 1.14;
  letter-spacing: 0.01em;
  color: var(--ink);
}

.page-home .hero-title-line {
  display: block;
}

.page-home .hero-lead {
  max-width: 540px;
  margin: 0 0 30px;
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.85;
  color: var(--gray);
}

.page-home .hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 32px;
}

.page-home .hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  padding-top: 24px;
  border-top: 1px solid var(--beige);
}

.page-home .hero-meta-item {
  display: inline-flex;
  align-items: flex-end;
  gap: 6px;
  font-family: var(--font-body);
  font-size: 14px;
  color: var(--gray);
}

.page-home .hero-meta-num {
  font-family: var(--font-data);
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  color: var(--ink);
}

.page-home .home-hero-media {
  position: relative;
  min-height: 260px;
  display: flex;
  align-items: center;
}

.page-home .hero-figure {
  position: relative;
  margin: 0;
  width: 100%;
}

.page-home .hero-figure img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: var(--radius-card);
}

.page-home .hero-stamp {
  position: absolute;
  top: 16px;
  left: 12px;
  z-index: 3;
  padding: 14px 18px 12px;
  background: var(--acid);
  color: var(--ink);
  border-radius: 2px;
  box-shadow: 6px 6px 0 rgba(10, 30, 60, 0.85);
}

.page-home .hero-stamp-top {
  display: block;
  font-family: var(--font-data);
  font-size: 13px;
  letter-spacing: 0.12em;
  line-height: 1.4;
}

.page-home .hero-stamp-bottom {
  display: block;
  font-family: var(--font-head);
  font-size: clamp(30px, 5vw, 52px);
  line-height: 1;
}

.page-home .hero-stamp-note {
  display: block;
  margin-top: 6px;
  font-family: var(--font-comment);
  font-size: 13px;
  color: var(--inkblue);
  line-height: 1.4;
}

.page-home .hero-figure-caption {
  position: absolute;
  right: 12px;
  bottom: 12px;
  margin: 0;
  padding: 6px 10px;
  background: rgba(10, 30, 60, 0.78);
  color: var(--paper);
  font-family: var(--font-comment);
  font-size: 12px;
  letter-spacing: 0.04em;
}

.page-home .hero-line {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 90px;
  opacity: 0.5;
  pointer-events: none;
}

.page-home .home-toc-section {
  padding: 24px 0 72px;
}

.page-home .section-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  border-bottom: 2px solid var(--ink);
  padding-bottom: 14px;
  margin-bottom: 28px;
}

.page-home .section-title {
  margin: 0;
  font-family: var(--font-head);
  font-size: clamp(26px, 4vw, 40px);
  line-height: 1.1;
  color: var(--ink);
}

.page-home .annotate-v {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  margin: 0;
  font-family: var(--font-comment);
  font-size: 13px;
  color: var(--gray);
  letter-spacing: 0.08em;
  white-space: nowrap;
}

.page-home .toc-lead {
  max-width: 560px;
  margin: 0 0 28px;
  font-family: var(--font-body);
  font-size: 15px;
  line-height: 1.8;
  color: var(--gray);
}

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

.page-home .toc-item {
  position: relative;
  display: block;
  padding: 24px 22px 20px;
  text-decoration: none;
  background: var(--beige);
  border: 1px solid var(--beige);
  border-radius: var(--radius-card);
  overflow: hidden;
  transition: background 0.22s ease, border-color 0.22s ease, transform 0.22s ease;
}

.page-home .toc-item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  background: var(--acid);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.32s ease;
}

.page-home .toc-item:hover {
  background: var(--mist);
  border-color: var(--acid);
  transform: translateY(-2px);
}

.page-home .toc-item:hover::after {
  transform: scaleX(1);
}

.page-home .toc-index {
  display: block;
  margin-bottom: 10px;
  font-family: var(--font-data);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: var(--ink);
  opacity: 0.65;
}

.page-home .toc-item:hover .toc-index {
  opacity: 1;
}

.page-home .toc-name {
  display: block;
  margin-bottom: 8px;
  font-family: var(--font-head);
  font-size: 22px;
  color: var(--ink);
}

.page-home .toc-desc {
  display: block;
  font-family: var(--font-body);
  font-size: 14px;
  line-height: 1.7;
  color: var(--gray);
}

.page-home .home-data-section {
  position: relative;
  overflow: hidden;
  background: var(--ink);
  color: var(--paper);
  padding: 72px 20px;
}

.page-home .data-inner {
  position: relative;
  z-index: 2;
  max-width: 1160px;
  margin: 0 auto;
}

.page-home .home-data-section .section-head {
  border-bottom-color: var(--acid);
}

.page-home .home-data-section .section-title {
  color: var(--paper);
}

.page-home .home-data-section .annotate-v {
  color: var(--acid);
}

.page-home .data-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 40px;
  align-items: center;
}

.page-home .data-intro {
  max-width: 640px;
  margin: 0 0 28px;
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.85;
  color: rgba(247, 243, 232, 0.82);
}

.page-home .stat-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 16px;
  margin-bottom: 32px;
}

.page-home .stat {
  position: relative;
  padding: 20px 16px 16px;
  background: var(--inkblue);
  border: 1px solid rgba(57, 255, 20, 0.32);
  border-radius: 6px;
  cursor: default;
  transition: border-color 0.22s ease, transform 0.22s ease;
}

.page-home .stat:hover {
  border-color: var(--acid);
  transform: translateY(-2px);
}

.page-home .stat-value {
  display: block;
  margin-bottom: 10px;
  font-family: var(--font-data);
  font-size: clamp(40px, 6vw, 64px);
  line-height: 1;
  color: var(--acid);
}

.page-home .stat-label {
  display: block;
  font-family: var(--font-body);
  font-size: 14px;
  color: var(--paper);
}

.page-home .stat-pop {
  position: absolute;
  right: 0;
  bottom: calc(100% + 12px);
  z-index: 5;
  width: 220px;
  padding: 12px 14px;
  background: var(--gold);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 13px;
  line-height: 1.6;
  border-radius: 6px;
  opacity: 0;
  transform: translateY(6px);
  pointer-events: none;
  transition: opacity 0.22s ease, transform 0.22s ease;
}

.page-home .stat:hover .stat-pop {
  opacity: 1;
  transform: translateY(0);
}

.page-home .data-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.page-home .data-links-head {
  margin-right: 6px;
  font-family: var(--font-data);
  font-size: 14px;
  letter-spacing: 0.08em;
  color: var(--gold);
}

.page-home .data-links-group {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.page-home .data-tag {
  display: inline-block;
  padding: 6px 12px;
  background: var(--inkblue);
  border: 1px solid var(--acid);
  color: var(--acid);
  font-family: var(--font-body);
  font-size: 13px;
  text-decoration: none;
  border-radius: var(--radius-pill);
  transition: background 0.18s ease, color 0.18s ease;
}

.page-home .data-tag:hover {
  background: var(--acid);
  color: var(--ink);
}

.page-home .data-figure {
  margin: 0;
}

.page-home .data-figure img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: var(--radius-card);
  border: 1px solid rgba(57, 255, 20, 0.35);
}

.page-home .data-figure figcaption {
  margin-top: 12px;
  font-family: var(--font-comment);
  font-size: 14px;
  color: var(--paper);
}

.page-home .data-footnote {
  margin: 32px 0 0;
  font-family: var(--font-comment);
  font-size: 13px;
  color: rgba(247, 243, 232, 0.6);
}

.page-home .data-bg-svg {
  position: absolute;
  top: 40px;
  right: -80px;
  width: 520px;
  height: 320px;
  opacity: 0.18;
  pointer-events: none;
}

.page-home .home-watch-section {
  padding: 72px 0 48px;
}

.page-home .watch-intro {
  max-width: 620px;
  margin: 0 0 28px;
  font-family: var(--font-body);
  font-size: 15px;
  line-height: 1.8;
  color: var(--gray);
}

.page-home .watch-list {
  border-top: 1px solid var(--ink);
  margin-bottom: 32px;
}

.page-home .watch-item {
  border-bottom: 1px solid var(--beige);
  transition: background 0.2s ease;
}

.page-home .watch-item:hover {
  background: var(--mist);
}

.page-home .watch-item[open] {
  background: var(--mist);
}

.page-home .watch-summary {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  padding: 20px 8px;
  cursor: pointer;
  list-style: none;
  font-family: var(--font-body);
}

.page-home .watch-summary::-webkit-details-marker {
  display: none;
}

.page-home .watch-league {
  padding: 4px 10px;
  background: var(--acid);
  border-radius: var(--radius-pill);
  font-family: var(--font-data);
  font-size: 13px;
  color: var(--ink);
  white-space: nowrap;
}

.page-home .watch-title {
  font-family: var(--font-head);
  font-size: 20px;
  color: var(--ink);
}

.page-home .watch-toggle {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border: 1px solid var(--ink);
  border-radius: 50%;
  font-family: var(--font-data);
  font-size: 18px;
  color: var(--ink);
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.page-home .watch-toggle-icon {
  display: inline;
}

.page-home .watch-item[open] .watch-toggle {
  background: var(--acid);
  border-color: var(--acid);
}

.page-home .watch-item[open] .watch-toggle-icon {
  display: none;
}

.page-home .watch-item[open] .watch-toggle::before {
  content: "—";
}

.page-home .watch-detail {
  margin: 0;
  padding: 4px 8px 20px 64px;
  font-family: var(--font-body);
  font-size: 14px;
  line-height: 1.8;
  color: var(--gray);
}

.page-home .watch-detail p {
  margin: 0 0 12px;
}

.page-home .watch-lower {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 28px;
  align-items: center;
}

.page-home .watch-figure {
  margin: 0;
}

.page-home .watch-figure img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: var(--radius-card);
  border: 1px solid var(--beige);
}

.page-home .watch-figure figcaption {
  margin-top: 10px;
  font-family: var(--font-comment);
  font-size: 13px;
  color: var(--gray);
}

.page-home .watch-reference {
  padding: 24px;
  background: var(--beige);
  border-left: 4px solid var(--acid);
}

.page-home .watch-reference p {
  margin: 0 0 12px;
  font-family: var(--font-body);
  font-size: 14px;
  line-height: 1.8;
  color: var(--ink);
}

.page-home .home-guide-section {
  padding: 64px 0;
  border-top: 1px solid var(--beige);
}

.page-home .guide-intro {
  max-width: 620px;
  margin: 0 0 24px;
  font-family: var(--font-body);
  font-size: 15px;
  line-height: 1.85;
  color: var(--gray);
}

.page-home .guide-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 32px;
  align-items: center;
}

.page-home .guide-list {
  margin: 0 0 28px;
  padding: 0;
  list-style: none;
}

.page-home .guide-list li {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 14px 0;
  border-bottom: 1px solid var(--beige);
  font-family: var(--font-body);
  font-size: 15px;
  line-height: 1.7;
  color: var(--ink);
}

.page-home .guide-list-num {
  flex: 0 0 auto;
  min-width: 32px;
  padding: 2px 8px;
  background: var(--acid);
  border-radius: 3px;
  font-family: var(--font-data);
  font-size: 13px;
  font-weight: 700;
  color: var(--ink);
  text-align: center;
}

.page-home .guide-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
}

.page-home .guide-tip {
  font-family: var(--font-comment);
  font-size: 13px;
  color: var(--gray);
}

.page-home .guide-figure {
  position: relative;
  margin: 0;
}

.page-home .guide-figure img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: var(--radius-card);
  border: 1px solid var(--beige);
}

.page-home .guide-figure-tag {
  position: absolute;
  top: 16px;
  right: -6px;
  padding: 6px 10px;
  background: var(--gold);
  color: var(--ink);
  font-family: var(--font-comment);
  font-size: 13px;
  border-radius: 3px;
  transform: rotate(4deg);
}

.page-home .guide-figure-note {
  margin: 12px 0 0;
  font-family: var(--font-comment);
  font-size: 13px;
  color: var(--gray);
  text-align: right;
}

.page-home .home-guide-section .btn-primary {
  position: relative;
}

.page-home .home-guide-section .btn-primary::after {
  content: "";
  position: absolute;
  left: -6px;
  top: -6px;
  right: 6px;
  bottom: 6px;
  border: 1px solid var(--ink);
  border-radius: var(--radius-card);
  opacity: 0;
  pointer-events: none;
  transition: transform 0.22s ease, opacity 0.22s ease;
}

.page-home .home-guide-section .btn-primary:hover::after {
  opacity: 1;
  transform: translate(4px, 4px);
}

.page-home .home-map-section {
  padding: 48px 0 72px;
}

.page-home .map-intro {
  max-width: 580px;
  margin: 0 0 24px;
  font-family: var(--font-body);
  font-size: 15px;
  line-height: 1.8;
  color: var(--gray);
}

.page-home .map-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  border-bottom: 1px solid var(--beige);
}

.page-home .map-link {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 17px 8px;
  border-bottom: 1px solid var(--beige);
  text-decoration: none;
  transition: background 0.2s ease;
}

.page-home .map-link:hover {
  background: var(--mist);
}

.page-home .map-label {
  flex: 0 0 86px;
  font-family: var(--font-head);
  font-size: 19px;
  color: var(--ink);
}

.page-home .map-desc {
  flex: 1;
  font-family: var(--font-body);
  font-size: 14px;
  line-height: 1.6;
  color: var(--gray);
}

.page-home .map-go {
  font-family: var(--font-data);
  font-size: 13px;
  color: var(--acid);
  white-space: nowrap;
}

.page-home .map-policy-links {
  margin-top: 20px;
  font-family: var(--font-body);
  font-size: 14px;
  color: var(--gray);
}

.page-home .map-policy-links a {
  color: var(--gray);
  text-decoration: none;
  border-bottom: 1px solid var(--beige);
  transition: border-color 0.18s ease, color 0.18s ease;
}

.page-home .map-policy-links a:hover {
  color: var(--ink);
  border-color: var(--acid);
}

.page-home .map-dot {
  margin: 0 10px;
}

@media (min-width: 720px) {
  .page-home .toc-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }
}

@media (min-width: 640px) {
  .page-home .stat-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 900px) {
  .page-home .watch-lower {
    grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
  }

  .page-home .guide-layout {
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
    gap: 56px;
  }

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

@media (min-width: 992px) {
  .page-home .home-hero {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    align-items: center;
    gap: var(--home-hero-gap);
    padding-top: 48px;
  }

  .page-home .data-layout {
    grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
    gap: 56px;
  }
}
