.page-home {
  --home-gold-soft: rgba(212, 175, 55, 0.1);
  --home-blue-soft: rgba(0, 184, 255, 0.1);
  --home-clip: polygon(0 0, 96% 0, 100% 100%, 4% 100%);
}

.page-home .breadcrumbs {
  padding: 28px 0 8px;
  font-size: 13px;
  color: var(--muted);
}

.page-home .breadcrumbs a {
  color: var(--blue);
  text-decoration: none;
}

.page-home .breadcrumbs a:hover {
  color: var(--text);
}

.page-home .breadcrumb-current {
  color: var(--gold);
}

.page-home .intro {
  position: relative;
  padding: 34px 0 16px;
  color: var(--text);
}

.page-home .intro-inner {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.page-home .intro-rays {
  position: absolute;
  right: -40px;
  top: -40px;
  width: 280px;
  height: 120px;
  color: var(--gold);
  opacity: 0.5;
  pointer-events: none;
}

.page-home .intro-title {
  font-family: var(--font-heading);
  font-style: italic;
  font-weight: 900;
  font-size: clamp(2.2rem, 6vw, 3.8rem);
  line-height: 1.08;
  letter-spacing: -0.02em;
  margin: 16px 0 0;
}

.page-home .intro-lead {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.8;
  max-width: 640px;
}

.page-home .intro-note {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.7;
  max-width: 640px;
}

.page-home .intro-index {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.page-home .intro-index-link {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
  padding: 14px 16px;
  background: var(--steel);
  border: 1px solid var(--divider);
  color: var(--text);
  text-decoration: none;
  font-size: 14px;
  clip-path: var(--home-clip);
  transition: border-color 0.3s ease, color 0.3s ease, background 0.3s ease;
}

.page-home .intro-index-link span {
  font-family: var(--font-mono);
  font-size: 12px;
  color: var(--gold);
}

.page-home .intro-index-link::after {
  content: "→";
  color: var(--blue);
  font-family: var(--font-mono);
  font-size: 14px;
}

.page-home .intro-index-link:hover {
  border-color: var(--gold);
  color: var(--gold);
  background: var(--home-gold-soft);
}

.page-home .bento-wrap {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin: 24px auto 72px;
}

.page-home .home-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 24px;
  background: var(--steel);
  border: 1px solid var(--divider);
  overflow: hidden;
}

.page-home .home-card::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 64px;
  height: 64px;
  background: linear-gradient(135deg, transparent 42%, rgba(212, 175, 55, 0.12) 42%);
  pointer-events: none;
}

.page-home .home-card .btn {
  align-self: flex-start;
}

.page-home .btn-sm {
  padding: 8px 14px;
  font-size: 13px;
}

.page-home .stadium-card {
  grid-area: stadium;
  padding: 0;
  min-height: 320px;
  justify-content: flex-end;
}

.page-home .stadium-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-home .stadium-overlay {
  position: relative;
  margin-top: auto;
  padding: 28px;
  background: linear-gradient(180deg, rgba(11, 15, 25, 0) 0%, rgba(11, 15, 25, 0.92) 68%);
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.page-home .stadium-heading {
  margin: 6px 0 0;
  font-family: var(--font-heading);
  font-style: italic;
  font-weight: 900;
  font-size: clamp(1.3rem, 3vw, 2rem);
  line-height: 1.2;
}

.page-home .stadium-overlay p {
  margin: 4px 0 0;
  color: var(--text);
  font-size: 14px;
  line-height: 1.7;
}

.page-home .update-card {
  grid-area: update;
}

.page-home .card-title {
  font-family: var(--font-heading);
  font-size: clamp(1.1rem, 2.4vw, 1.5rem);
  font-weight: 800;
  font-style: italic;
  line-height: 1.3;
  margin: 0;
  color: var(--text);
}

.page-home .update-round {
  margin: 0;
  font-family: var(--font-mono);
  font-size: 24px;
  font-weight: 700;
  color: var(--gold);
}

.page-home .update-round .round-num {
  font-size: 38px;
  line-height: 1.1;
}

.page-home .update-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 2px;
}

.page-home .stat {
  padding: 12px;
  background: rgba(11, 15, 25, 0.45);
  border: 1px solid var(--divider);
}

.page-home .stat-value {
  font-size: 22px;
}

.page-home .stat-label {
  font-size: 12px;
}

.page-home .update-chart {
  width: 100%;
  height: auto;
  border: 1px solid var(--divider);
  margin-top: 2px;
}

.page-home .legacy-card {
  grid-area: legacy;
  background: linear-gradient(135deg, rgba(212, 175, 55, 0.1), transparent 70%), var(--steel);
}

.page-home .legacy-title {
  font-size: clamp(1.3rem, 2.6vw, 1.8rem);
  color: var(--gold);
}

.page-home .legacy-desc {
  color: var(--text);
  font-size: 14px;
  line-height: 1.7;
  margin: 0;
}

.page-home .legacy-visual {
  border: 1px solid var(--divider);
  padding: 8px;
  background: rgba(11, 15, 25, 0.3);
}

.page-home .legacy-phone {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  max-height: 260px;
}

.page-home .access-card {
  grid-area: access;
}

.page-home .channel-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-mono);
  font-size: 13px;
  color: var(--green);
  border: 1px solid var(--divider);
  padding: 6px 12px;
  width: fit-content;
}

.page-home .channel-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--green);
  animation: home-pulse 2s infinite;
}

@keyframes home-pulse {
  0%, 100% {
    box-shadow: 0 0 0 0 rgba(46, 164, 79, 0.5);
  }
  50% {
    box-shadow: 0 0 0 6px rgba(46, 164, 79, 0);
  }
}

.page-home .access-img {
  width: 100%;
  height: auto;
  border: 1px solid var(--divider);
}

.page-home .scorer-card {
  grid-area: scorer;
}

.page-home .scorer-facts {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 8px;
}

.page-home .scorer-facts li {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  border-bottom: 1px solid var(--divider);
  padding-bottom: 8px;
  font-size: 14px;
  color: var(--muted);
}

.page-home .scorer-facts li:last-child {
  border-bottom: 0;
}

.page-home .scorer-facts strong {
  font-family: var(--font-mono);
  color: var(--blue);
  font-size: 16px;
}

.page-home .columns-card {
  grid-area: columns;
}

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

.page-home .column-item {
  border: 1px solid var(--divider);
  padding: 18px;
  background: rgba(11, 15, 25, 0.35);
}

.page-home .column-num {
  font-family: var(--font-mono);
  font-size: 13px;
  color: var(--gold);
}

.page-home .column-item h3 {
  font-family: var(--font-heading);
  font-size: 1.1rem;
  font-style: italic;
  margin: 8px 0 4px;
  color: var(--text);
}

.page-home .column-item p {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.6;
  margin: 0 0 10px;
}

.page-home .column-item a {
  color: var(--blue);
  font-size: 13px;
  text-decoration: none;
}

.page-home .column-item a:hover {
  color: var(--text);
}

.page-home .collect-card {
  grid-area: collect;
}

.page-home .collect-steps {
  list-style: none;
  padding: 0;
  margin: 0;
}

.page-home .collect-steps li {
  display: flex;
  gap: 12px;
  align-items: baseline;
  padding: 10px 0;
  border-bottom: 1px solid var(--divider);
  font-size: 14px;
  color: var(--text);
  line-height: 1.6;
}

.page-home .collect-steps li:last-child {
  border-bottom: 0;
}

.page-home .collect-steps span {
  font-family: var(--font-mono);
  color: var(--gold);
  font-size: 13px;
  min-width: 24px;
}

.page-home .collect-note {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.7;
  margin: 0;
}

@media (min-width: 640px) {
  .page-home .intro-index {
    grid-template-columns: repeat(2, 1fr);
  }

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

  .page-home .bento-wrap {
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
      "stadium legacy"
      "update legacy"
      "update scorer"
      "access columns"
      "collect columns";
  }
}

@media (min-width: 960px) {
  .page-home .intro-inner {
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
  }

  .page-home .intro-index {
    min-width: 380px;
    margin-bottom: 8px;
  }

  .page-home .intro-title {
    font-size: clamp(2.6rem, 5vw, 4.4rem);
  }

  .page-home .bento-wrap {
    grid-template-columns: 1fr 1.2fr 0.9fr;
    grid-template-areas:
      "stadium stadium legacy"
      "update scorer legacy"
      "update access collect"
      "columns columns collect";
  }

  .page-home .stadium-card {
    min-height: 420px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-home .channel-dot {
    animation: none;
  }
}
