.page-home {
  background: var(--paper);
}

.page-home img {
  max-width: 100%;
  height: auto;
}

.page-home .container {
  max-width: var(--container-max);
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.page-home .home-page-context {
  padding-top: 14px;
  padding-bottom: 2px;
  font-size: 0.8rem;
  letter-spacing: 0.04em;
}

.page-home .breadcrumb {
  margin: 0;
}

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

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

.page-home .breadcrumb-sep {
  margin: 0 8px;
  color: var(--gray);
}

.page-home .home-hero {
  position: relative;
  background-color: var(--ink);
  overflow: hidden;
  color: var(--paper);
  border-top: 3px solid var(--accent);
}

.page-home .home-hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.16;
  max-width: none;
}

.page-home .home-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.page-home .home-hero-main {
  padding-top: 4px;
}

.page-home .home-hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--font-display);
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--accent);
  border: 1px solid rgba(255, 165, 0, 0.45);
  padding: 5px 10px;
  margin-bottom: 18px;
}

.page-home .home-kicker-slash {
  flex: 0 0 auto;
  opacity: 0.8;
}

.page-home .home-hero-main h1 {
  font-family: var(--font-display);
  font-size: clamp(2.1rem, 8vw, 3.6rem);
  line-height: 1.05;
  margin: 0 0 18px;
  color: var(--paper);
  max-width: 10.5em;
  letter-spacing: 0.01em;
}

.page-home .home-hero-desc {
  margin: 0 0 22px;
  font-family: var(--font-body);
  font-size: 0.95rem;
  line-height: 1.8;
  color: rgba(245, 240, 230, 0.82);
  max-width: 36em;
}

.page-home .home-hero-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
}

.page-home .home-hero-tag {
  background: rgba(255, 165, 0, 0.12);
  border: 1px solid var(--accent);
  color: var(--accent);
}

.page-home .home-hero-court {
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.04);
}

.page-home .home-hero-court-link {
  display: block;
  padding: 18px 20px;
  color: var(--paper);
  text-decoration: none;
  transition: background 0.2s ease;
}

.page-home .home-hero-court-link:hover {
  background: rgba(255, 165, 0, 0.08);
}

.page-home .home-hero-court-title {
  font-family: var(--font-heading);
  font-size: 1.15rem;
  line-height: 1.3;
  margin: 10px 0 6px;
  color: var(--paper);
}

.page-home .home-hero-court-link p {
  margin: 0;
  font-size: 0.85rem;
  line-height: 1.6;
  color: rgba(245, 240, 230, 0.68);
}

.page-home .home-hero-news {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.14);
  padding: 20px;
}

.page-home .home-hero-news-title {
  margin: 0 0 6px;
  font-family: var(--font-heading);
  font-size: 1.3rem;
  line-height: 1.3;
  color: var(--paper);
}

.page-home .home-hero-news-sub {
  margin: 0 0 14px;
  font-size: 0.78rem;
  letter-spacing: 0.07em;
  color: rgba(245, 240, 230, 0.6);
}

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

.page-home .home-news-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 12px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.page-home .home-news-list li:first-child {
  border-top: 0;
}

.page-home .home-news-list a {
  color: var(--paper);
  text-decoration: none;
  font-size: 0.9rem;
  line-height: 1.55;
}

.page-home .home-news-list a:hover {
  color: var(--accent);
}

.page-home .home-news-more {
  display: inline-block;
  color: var(--accent);
  text-decoration: none;
  font-size: 0.85rem;
  letter-spacing: 0.04em;
  border-bottom: 1px solid rgba(255, 165, 0, 0.35);
  padding-bottom: 2px;
}

.page-home .home-news-more:hover {
  border-bottom-color: var(--accent);
}

.page-home .home-stats-bar {
  background: var(--paper);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 22px 0;
}

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

.page-home .home-stat {
  margin: 0;
  border-left: 3px solid var(--accent);
  padding-left: 14px;
}

.page-home .home-stat dt {
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  color: var(--gray);
  margin-bottom: 5px;
}

.page-home .home-stat dd {
  margin: 0;
  font-family: var(--font-display);
  font-size: 1.7rem;
  line-height: 1;
  color: var(--ink);
}

.page-home .home-section {
  padding-top: 44px;
  padding-bottom: 44px;
}

.page-home .home-section-head {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 28px;
  padding-bottom: 16px;
  border-bottom: 2px solid var(--ink);
}

.page-home .home-section-title {
  margin: 0;
  font-family: var(--font-heading);
  font-size: 1.7rem;
  line-height: 1.25;
  color: var(--ink);
}

.page-home .home-section-title::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background: var(--accent);
  transform: skew(-20deg);
  margin-right: 10px;
  vertical-align: 0.15em;
}

.page-home .home-section-desc {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.75;
  color: var(--gray);
  max-width: 44em;
}

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

.page-home .home-ranking-panel {
  border: 1px solid var(--line);
  background: var(--white);
  box-shadow: var(--shadow-sm);
  overflow: hidden;
}

.page-home .home-rank-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.88rem;
}

.page-home .home-rank-table caption {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.page-home .home-rank-table th,
.page-home .home-rank-table td {
  padding: 12px 10px;
  text-align: left;
  border-bottom: 1px solid var(--line);
  white-space: nowrap;
}

.page-home .home-rank-table th {
  font-family: var(--font-display);
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink);
  background: var(--paper);
}

.page-home .home-rank-table th:first-child,
.page-home .home-rank-table td:first-child,
.page-home .home-rank-table th:last-child,
.page-home .home-rank-table td:last-child {
  text-align: center;
}

.page-home .home-rank-table tbody tr:last-child td {
  border-bottom: 0;
}

.page-home .home-rank-table tbody tr:hover {
  background: #FDF8EE;
}

.page-home .home-ranking-note {
  margin: 0;
  padding: 12px 14px;
  font-size: 0.78rem;
  color: var(--gray);
  border-top: 1px solid var(--line);
}

.page-home .home-ranking-figure {
  margin: 0;
  border: 1px solid var(--line);
  background: var(--white);
  box-shadow: var(--shadow-sm);
}

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

.page-home .home-ranking-figure figcaption {
  padding: 12px 14px;
  font-size: 0.8rem;
  color: var(--gray);
  border-top: 1px solid var(--line);
  text-align: right;
}

.page-home .home-columns {
  background: var(--white);
  border-top: 1px solid var(--line);
}

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

.page-home .home-column-featured {
  border: 1px solid var(--ink);
  background: var(--ink);
  padding: 26px;
  color: var(--paper);
}

.page-home .home-column-tag {
  background: var(--accent);
  border: 1px solid var(--accent);
  color: var(--ink);
}

.page-home .home-column-featured h3 {
  margin: 14px 0 10px;
  font-family: var(--font-heading);
  font-size: 1.45rem;
  line-height: 1.35;
}

.page-home .home-column-featured a {
  color: var(--paper);
  text-decoration: none;
}

.page-home .home-column-featured a:hover {
  color: var(--accent);
}

.page-home .home-column-featured p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.7;
  color: rgba(245, 240, 230, 0.72);
}

.page-home .home-column-stack {
  display: grid;
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}

.page-home .home-column-entry {
  background: var(--white);
  padding: 20px;
}

.page-home .home-column-entry h3 {
  margin: 10px 0 8px;
  font-family: var(--font-heading);
  font-size: 1.08rem;
  line-height: 1.35;
}

.page-home .home-column-entry p {
  margin: 0;
  font-size: 0.85rem;
  line-height: 1.65;
  color: var(--gray);
}

.page-home .home-column-entry a {
  color: var(--ink);
  text-decoration: none;
}

.page-home .home-column-entry a:hover {
  color: var(--accent);
}

.page-home .home-court {
  background: var(--ink);
}

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

.page-home .home-court .home-section-title::before {
  background: var(--accent);
}

.page-home .home-court .home-section-desc {
  color: rgba(245, 240, 230, 0.72);
}

.page-home .home-court .home-section-head {
  border-bottom-color: rgba(255, 255, 255, 0.2);
}

.page-home .home-court .btn-outline {
  border-color: rgba(245, 240, 230, 0.6);
  color: var(--paper);
}

.page-home .home-court .btn-outline:hover {
  border-color: var(--accent);
  color: var(--accent);
}

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

.page-home .home-court-figure {
  margin: 0;
  border-bottom: 4px solid var(--accent);
}

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

.page-home .home-court-figure figcaption {
  background: var(--paper);
  padding: 10px 12px;
  font-size: 0.8rem;
  color: var(--ink);
}

.page-home .home-court-info {
  border: 1px solid rgba(255, 255, 255, 0.18);
  padding: 24px;
}

.page-home .home-court-info > p {
  margin: 0 0 16px;
  font-size: 0.95rem;
  line-height: 1.75;
  color: rgba(245, 240, 230, 0.82);
}

.page-home .home-court-list {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
}

.page-home .home-court-list li {
  position: relative;
  padding: 11px 0 11px 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 0.9rem;
  line-height: 1.6;
  color: rgba(245, 240, 230, 0.9);
}

.page-home .home-court-list li:first-child {
  border-top: 0;
}

.page-home .home-court-list li::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 18px;
  width: 9px;
  height: 9px;
  background: var(--accent);
  transform: rotate(45deg);
}

.page-home .home-court-faq-link {
  display: inline-block;
  color: var(--accent);
  text-decoration: none;
  font-size: 0.88rem;
  border-bottom: 1px solid rgba(255, 165, 0, 0.4);
  padding-bottom: 2px;
}

.page-home .home-court-faq-link:hover {
  border-bottom-color: var(--accent);
}

.page-home .home-history {
  background: var(--paper);
}

.page-home .home-history-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}

.page-home .home-history-timeline {
  list-style: none;
  padding: 0;
  margin: 0;
}

.page-home .home-history-year {
  display: inline-block;
  font-family: var(--font-display);
  font-size: 1.45rem;
  line-height: 1;
  letter-spacing: 0.04em;
  color: var(--ink);
  border-bottom: 2px solid var(--accent);
  margin-bottom: 8px;
}

.page-home .home-history-timeline p {
  margin: 0 0 0 14px;
  font-size: 0.9rem;
  line-height: 1.7;
  color: var(--gray);
  max-width: 32em;
}

.page-home .home-history-figure {
  margin: 0;
  border: 1px solid var(--line);
  background: var(--white);
}

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

.page-home .home-history-figure figcaption {
  padding: 12px 14px;
  font-size: 0.8rem;
  color: var(--gray);
  border-top: 1px solid var(--line);
}

.page-home .home-about-strip {
  background: var(--ink);
  border-top: 4px solid var(--accent);
  padding: 30px 0;
}

.page-home .home-about-strip-inner {
  display: flex;
  flex-direction: column;
  gap: 18px;
  align-items: flex-start;
}

.page-home .home-about-strip-inner p {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.75;
  color: rgba(245, 240, 230, 0.8);
  max-width: 38em;
}

.page-home .home-about-strip-inner strong {
  color: var(--paper);
}

.page-home .home-about-links {
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
}

.page-home .home-about-links a {
  color: var(--accent);
  text-decoration: none;
  font-size: 0.9rem;
  border-bottom: 1px solid rgba(255, 165, 0, 0.35);
  padding-bottom: 2px;
}

.page-home .home-about-links a:hover {
  border-bottom-color: var(--accent);
}

@media (min-width: 768px) {
  .page-home .home-hero-grid {
    grid-template-columns: 1.4fr 1fr;
    grid-template-rows: auto 1fr;
    gap: 22px;
    padding-top: 44px;
    padding-bottom: 44px;
  }

  .page-home .home-hero-main {
    grid-column: 1;
    grid-row: 1;
  }

  .page-home .home-hero-court {
    grid-column: 1;
    grid-row: 2;
  }

  .page-home .home-hero-news {
    grid-column: 2;
    grid-row: 1 / 3;
  }

  .page-home .home-stats-row {
    grid-template-columns: repeat(4, 1fr);
  }

  .page-home .home-section {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .page-home .home-section-head {
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
  }

  .page-home .home-ranking-grid {
    grid-template-columns: 1.15fr 0.85fr;
    gap: 30px;
  }

  .page-home .home-columns-grid {
    grid-template-columns: 1.15fr 1fr;
    gap: 28px;
  }

  .page-home .home-court-grid {
    grid-template-columns: 0.9fr 1.1fr;
    gap: 28px;
  }

  .page-home .home-history-layout {
    grid-template-columns: 1fr 1fr;
    gap: 28px;
  }

  .page-home .home-about-strip-inner {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}

@media (min-width: 1024px) {
  .page-home .home-hero-grid {
    gap: 28px;
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .page-home .home-hero-main h1 {
    font-size: 4.4rem;
  }

  .page-home .home-hero-desc {
    font-size: 1rem;
  }

  .page-home .home-section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .page-home .home-ranking-grid,
  .page-home .home-court-grid,
  .page-home .home-history-layout {
    gap: 40px;
  }
}
