.page-home {
  --home-accent-green: #C8F04A;
  --home-accent-orange: #FF8A3C;
  --home-accent-blue: #1C3A5E;
  --home-bg: #F5F0E8;
}

.page-home .breadcrumb {
  max-width: 1200px;
  margin: 0 auto;
  padding: 24px 24px 0;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  color: #5F738C;
}

.page-home .breadcrumb .mono {
  font-family: var(--font-mono, monospace);
  letter-spacing: 0.08em;
}

.page-home .breadcrumb-sep {
  color: #C9D2DE;
}

.page-home .breadcrumb-current {
  color: #10243E;
  font-weight: 500;
}

.page-home .home-intro {
  max-width: 1200px;
  margin: 0 auto;
  padding: 72px 24px 0;
}

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

.page-home .section-kicker {
  font-family: var(--font-mono, monospace);
  font-size: 13px;
  color: #1C3A5E;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-bottom: 16px;
}

.page-home .home-intro h1 {
  font-size: 38px;
  line-height: 1.2;
  font-weight: 900;
  color: #10243E;
  margin: 0 0 24px;
  letter-spacing: -0.02em;
}

.page-home .home-intro .lead {
  font-size: 16px;
  line-height: 1.7;
  color: #1C3A5E;
  margin: 0 0 28px;
  max-width: 600px;
}

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

.page-home .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: background-color 0.2s, box-shadow 0.2s;
}

.page-home .btn-primary {
  background: #10243E;
  color: #F5F0E8;
}

.page-home .btn-primary:hover {
  background: #1C3A5E;
  box-shadow: 0 6px 16px rgba(16, 36, 62, 0.2);
}

.page-home .btn-ghost {
  background: transparent;
  color: #10243E;
  border: 1px solid #C9D2DE;
}

.page-home .btn-ghost:hover {
  border-color: #10243E;
}

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

.page-home .intro-meta {
  font-size: 13px;
  color: #5F738C;
  letter-spacing: 0.1em;
}

.page-home .home-intro-visual {
  margin-left: 0;
}

.page-home .image-frame {
  overflow: hidden;
  border-radius: 8px;
  background: #E2ECF5;
}

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

.page-home .home-intro-frame {
  box-shadow: 0 14px 30px rgba(11, 27, 46, 0.1);
  position: relative;
}

.page-home .home-intro-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(16, 36, 62, 0.1) 0%, transparent 40%);
  pointer-events: none;
  border-radius: 8px;
}

.page-home .home-intro-frame img {
  aspect-ratio: 16 / 9;
}

.page-home .home-corridor {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 24px 72px;
}

.page-home .home-corridor::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  background: repeating-linear-gradient(180deg, #C9D2DE 0, #C9D2DE 5px, transparent 5px, transparent 10px);
  opacity: 0.3;
  pointer-events: none;
}

.page-home .filter-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  padding: 18px 0;
  border-bottom: 1px solid #C9D2DE;
  margin-bottom: 48px;
}

.page-home .filter-label {
  font-size: 13px;
  color: #5F738C;
  letter-spacing: 0.08em;
  margin-right: 8px;
}

.page-home .filter-btn {
  padding: 8px 16px;
  border: 1px solid #C9D2DE;
  border-radius: 6px;
  background: transparent;
  font-family: var(--font-body, sans-serif);
  font-size: 14px;
  color: #1C3A5E;
  cursor: pointer;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s;
}

.page-home .filter-btn:hover {
  border-color: #1C3A5E;
}

.page-home .filter-btn.is-active {
  background: #10243E;
  color: #C8F04A;
  border-color: #10243E;
}

.page-home .section {
  margin-bottom: 80px;
  position: relative;
}

.page-home .section-header {
  display: flex;
  align-items: baseline;
  gap: 16px;
  margin-bottom: 24px;
}

.page-home .section-index {
  font-family: var(--font-mono, monospace);
  font-size: 15px;
  font-weight: 700;
  color: #FF8A3C;
  letter-spacing: 0.1em;
}

.page-home .section-header h2 {
  font-size: 28px;
  font-weight: 900;
  color: #10243E;
  margin: 0;
  line-height: 1.3;
}

.page-home .section-desc {
  font-size: 15px;
  line-height: 1.7;
  color: #1C3A5E;
  margin: 0 0 24px;
  max-width: 720px;
}

.page-home .home-partition {
  height: 3px;
  background: linear-gradient(90deg, #C8F04A 0%, #FF8A3C 100%);
  margin: 0 0 32px;
  width: 100%;
  max-width: 720px;
}

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

.page-home .archive-card {
  background: #FFFFFF;
  border: 1px solid #C9D2DE;
  border-radius: 8px;
  padding: 28px;
  box-shadow: 0 2px 8px rgba(11, 27, 46, 0.05);
  border-top: 4px solid #C8F04A;
  transition: transform 0.2s, box-shadow 0.2s;
  position: relative;
}

.page-home .archive-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 26px rgba(11, 27, 46, 0.12);
}

.page-home .archive-card-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #10243E;
  color: #C8F04A;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 18px;
}

.page-home .archive-card h3 {
  font-size: 20px;
  font-weight: 700;
  color: #10243E;
  margin: 0 0 10px;
}

.page-home .archive-card p {
  font-size: 14px;
  line-height: 1.65;
  color: #5F738C;
  margin: 0 0 16px;
}

.page-home .archive-card-list {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.page-home .archive-card-list li {
  font-size: 13px;
  color: #1C3A5E;
  padding-left: 20px;
  position: relative;
}

.page-home .archive-card-list li::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 50%;
  width: 6px;
  height: 6px;
  background: #C8F04A;
  transform: translateY(-50%);
  border-radius: 1px;
}

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

.page-home .possession-copy {
  padding: 28px;
  background: #FFFFFF;
  border: 1px solid #C9D2DE;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(11, 27, 46, 0.04);
}

.page-home .note-accent {
  border-left: 3px solid #FF8A3C;
  background: #F5F0E8;
  padding: 16px 18px;
  margin: 20px 0;
  border-radius: 0 6px 6px 0;
}

.page-home .note-accent .mono {
  font-size: 12px;
  letter-spacing: 0.1em;
  color: #FF8A3C;
  font-weight: 700;
}

.page-home .note-accent p {
  margin: 6px 0 0;
  font-size: 14px;
  line-height: 1.65;
  color: #1C3A5E;
}

.page-home .possession-frame {
  border: 1px solid #C9D2DE;
}

.page-home .possession-frame img {
  aspect-ratio: 4 / 3;
}

.page-home .timeline-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 36px;
  align-items: center;
}

.page-home .timeline-wrap {
  position: relative;
  padding-left: 20px;
}

.page-home .timeline-wrap::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: linear-gradient(180deg, #FF8A3C 0%, #C8F04A 60%, #10243E 100%);
  border-radius: 2px;
}

.page-home .timeline-block {
  position: relative;
  margin-bottom: 28px;
  padding-left: 24px;
}

.page-home .timeline-block:last-child {
  margin-bottom: 0;
}

.page-home .timeline-block::before {
  content: "";
  position: absolute;
  left: -28px;
  top: 34px;
  width: 14px;
  height: 14px;
  background: #FFFFFF;
  border: 3px solid #FF8A3C;
  border-radius: 50%;
  z-index: 1;
  transform: translateX(-50%);
}

.page-home .timeline-node {
  background: #FFFFFF;
  border: 1px solid #C9D2DE;
  border-radius: 6px;
  padding: 14px 18px;
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: default;
  box-shadow: 0 2px 6px rgba(11, 27, 46, 0.04);
  transition: box-shadow 0.2s, border-color 0.2s;
}

.page-home .timeline-node:hover {
  border-color: #FF8A3C;
  box-shadow: 0 6px 16px rgba(11, 27, 46, 0.1);
}

.page-home .timeline-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #FF8A3C;
  flex-shrink: 0;
}

.page-home .timeline-version {
  font-family: var(--font-mono, monospace);
  color: #10243E;
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
}

.page-home .timeline-label {
  font-size: 15px;
  color: #1C3A5E;
  font-weight: 600;
}

.page-home .timeline-detail {
  font-size: 13px;
  color: #5F738C;
  line-height: 1.6;
  margin: 10px 0 0;
  padding: 0 4px;
}

.page-home .timeline-frame {
  background: #10243E;
}

.page-home .timeline-frame img {
  aspect-ratio: 4 / 3;
  opacity: 0.85;
}

.page-home .multi-league-content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 36px;
  align-items: center;
}

.page-home .stat-row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin: 24px 0;
}

.page-home .stat-item {
  background: #FFFFFF;
  border: 1px solid #C9D2DE;
  border-radius: 8px;
  padding: 14px 22px;
  min-width: 110px;
  text-align: center;
}

.page-home .stat-num {
  display: block;
  font-family: var(--font-mono, monospace);
  font-size: 28px;
  font-weight: 700;
  color: #10243E;
  line-height: 1.2;
}

.page-home .stat-label {
  display: block;
  font-size: 12px;
  color: #5F738C;
  margin-top: 4px;
}

.page-home .league-note {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 20px 0 28px;
}

.page-home .tag {
  display: inline-block;
  padding: 6px 14px;
  border-radius: 4px;
  border: 1px solid #C9D2DE;
  background: #FFFFFF;
  font-size: 13px;
  color: #1C3A5E;
}

.page-home .tag-neon {
  border-color: #10243E;
  background: #C8F04A;
  color: #10243E;
  font-weight: 600;
}

.page-home .tag-orange {
  border-color: #FF8A3C;
  background: transparent;
  color: #B34700;
  font-weight: 600;
}

.page-home .multi-league-visual {
  text-align: center;
}

.page-home .multi-frame {
  display: inline-block;
  border: 1px solid #C9D2DE;
  box-shadow: 0 8px 24px rgba(11, 27, 46, 0.08);
}

.page-home .multi-frame img {
  aspect-ratio: 16 / 9;
}

.page-home .image-caption {
  margin-top: 10px;
  font-size: 12px;
  color: #5F738C;
  letter-spacing: 0.06em;
}

.page-home .entry-links {
  border-top: 1px solid #C9D2DE;
  padding-top: 48px;
}

.page-home .entry-links-head {
  display: flex;
  align-items: baseline;
  gap: 16px;
  margin-bottom: 28px;
}

.page-home .entry-links-head h2 {
  font-size: 24px;
  font-weight: 900;
  color: #10243E;
  margin: 0;
}

.page-home .entry-link-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

.page-home .entry-link {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 16px;
  padding: 20px;
  background: #FFFFFF;
  border: 1px solid #C9D2DE;
  border-radius: 8px;
  text-decoration: none;
  color: #10243E;
  transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
}

.page-home .entry-link:hover {
  transform: translateX(4px);
  border-color: #10243E;
  box-shadow: 0 6px 16px rgba(11, 27, 46, 0.1);
}

.page-home .entry-link .mono {
  font-family: var(--font-mono, monospace);
  font-size: 16px;
  font-weight: 700;
  color: #FF8A3C;
}

.page-home .entry-link-title {
  font-size: 16px;
  font-weight: 700;
}

.page-home .entry-link-desc {
  font-size: 13px;
  color: #5F738C;
  justify-self: end;
  text-align: right;
}

.page-home .hidden-item {
  display: none;
}

@media (min-width: 768px) {
  .page-home .home-intro-grid {
    grid-template-columns: 1.2fr 0.8fr;
    gap: 48px;
  }

  .page-home .home-intro h1 {
    font-size: 44px;
  }

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

  .page-home .possession-grid {
    grid-template-columns: 1fr 1fr;
    gap: 48px;
  }

  .page-home .timeline-layout {
    grid-template-columns: 1.1fr 0.9fr;
    gap: 48px;
  }

  .page-home .multi-league-content {
    grid-template-columns: 1fr 1fr;
    gap: 48px;
  }

  .page-home .entry-link-row {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .page-home .home-intro {
    padding-top: 80px;
  }

  .page-home .home-corridor {
    padding: 48px 24px 96px;
  }

  .page-home .section {
    margin-bottom: 100px;
  }

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