.page-home {
  --home-bg-grid: linear-gradient(90deg, rgba(212,175,55,0.05) 1px, transparent 1px), linear-gradient(rgba(212,175,55,0.05) 1px, transparent 1px);
  --home-bg-size: 44px 44px;
  background-color: var(--navy-deep);
  background-image: var(--home-bg-grid), radial-gradient(ellipse at 20% 20%, rgba(11,31,58,0.6) 0%, rgba(8,23,40,0.95) 60%);
  background-size: var(--home-bg-size), 100% 100%;
}

.page-home .section-index {
  color: var(--gold);
}

.page-home h1,
.page-home h2 {
  font-family: var(--font-head);
  font-weight: 900;
  color: var(--cream);
}

.page-home .section-desc {
  color: rgba(244,239,230,0.78);
  font-family: var(--font-body);
  max-width: 640px;
}

.home-hero {
  position: relative;
  padding: clamp(48px, 8vh, 80px) 0 0;
}

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

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

.hero-kicker {
  color: var(--gold);
  font-family: var(--font-data);
  font-size: 13px;
  letter-spacing: 0.12em;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
}

.page-home .hero-kicker .section-index {
  border: 1px solid rgba(212,175,55,0.5);
  padding: 4px 8px;
  font-size: 12px;
}

.page-home h1 {
  font-size: clamp(34px, 6vw, 48px);
  line-height: 1.12;
  margin: 0;
}

.hero-lead {
  color: var(--gold);
  font-family: var(--font-head);
  font-weight: 700;
  font-size: clamp(18px, 3vw, 24px);
  margin-top: 8px;
}

.hero-desc {
  color: rgba(244,239,230,0.85);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.8;
  margin-top: 20px;
  max-width: 560px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 28px;
}

.page-home .btn {
  display: inline-block;
  padding: 14px 28px;
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 15px;
  text-decoration: none;
  border: 2px solid var(--border-brown);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.page-home .btn-gold {
  background: var(--gold);
  color: var(--navy-deep);
  box-shadow: var(--shadow-hard);
}

.page-home .btn-outline {
  background: transparent;
  color: var(--cream);
  border-color: var(--gold);
  box-shadow: 4px 4px 0 rgba(212,175,55,0.25);
}

.page-home .btn:hover {
  transform: translateY(-2px);
  box-shadow: 12px 12px 0 rgba(27,25,23,0.3);
}

.hero-tagline {
  color: rgba(244,239,230,0.65);
  font-size: 14px;
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.page-home .tag {
  display: inline-block;
  padding: 3px 10px;
  font-family: var(--font-data);
  font-size: 12px;
  border: 1px solid var(--border-brown);
}

.page-home .tag-gold {
  background: rgba(212,175,55,0.15);
  color: var(--gold);
  border-color: var(--gold);
}

.page-home .tag-navy {
  background: rgba(11,31,58,0.12);
  color: var(--cream-dark);
  border-color: rgba(212,175,55,0.4);
  margin: 4px 4px 4px 0;
}

.hero-visual {
  position: relative;
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
}

.hero-visual-inner {
  position: relative;
  display: block;
}

.hero-visual-inner .pitch-svg {
  width: 100%;
  height: auto;
  display: block;
  border: 4px solid var(--border-brown);
  box-shadow: var(--shadow-hard);
}

.hero-coord {
  position: absolute;
  color: var(--gold);
  font-family: var(--font-data);
  font-size: 12px;
  background: var(--navy);
  padding: 4px 8px;
  border: 1px solid rgba(212,175,55,0.4);
}

.hero-coord span {
  color: var(--rust);
  margin-right: 4px;
}

.coord-tl {
  top: -12px;
  left: -8px;
}

.coord-br {
  bottom: -12px;
  right: -8px;
}

.page-home .section {
  position: relative;
}

.page-home .section-head {
  max-width: 720px;
  margin-bottom: 32px;
  border-left: 4px solid var(--gold);
  padding-left: 24px;
}

.page-home .section-head h2 {
  font-size: clamp(24px, 4vw, 36px);
  line-height: 1.25;
  margin: 8px 0 12px;
}

.section-head .section-desc {
  font-size: 15px;
}

.match-section {
  padding-top: clamp(48px, 8vh, 80px);
  padding-bottom: clamp(40px, 6vh, 64px);
}

.match-layout {
  display: grid;
  gap: 40px;
  grid-template-columns: 1fr;
  position: relative;
}

.match-content {
  position: relative;
  padding: 24px;
  background: var(--cream);
  border: 4px solid var(--border-brown);
  box-shadow: var(--shadow-hard);
}

.page-home .match-content h2,
.page-home .match-content .section-title {
  color: var(--ink);
}

.match-filter-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  border-bottom: 2px solid var(--line);
  padding-bottom: 16px;
  margin-bottom: 16px;
}

.match-filter {
  background: transparent;
  border: 2px solid var(--border-brown);
  color: var(--ink);
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 14px;
  padding: 6px 14px;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
}

.match-filter:hover {
  background: var(--cream-dark);
}

.match-filter.is-active {
  background: var(--navy);
  color: var(--cream);
  border-color: var(--navy);
}

.filter-hint {
  margin-left: auto;
  font-family: var(--font-data);
  font-size: 12px;
  color: var(--gray);
}

.match-list-wrap {
  max-height: 560px;
  overflow-y: auto;
}

.match-list {
  list-style: none;
  padding: 0;
  margin: 0;
  counter-reset: match-counter;
}

.match-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 16px;
  padding: 16px 4px;
  border-bottom: 1px solid var(--line);
  position: relative;
}

.match-item::before {
  content: counter(match-counter, decimal-leading-zero);
  counter-increment: match-counter;
  color: var(--gray);
  font-family: var(--font-data);
  font-size: 12px;
  width: 28px;
}

.match-time {
  font-family: var(--font-data);
  font-weight: 700;
  color: var(--ink);
  min-width: 52px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: 15px;
}

.thu-badge {
  color: var(--gold);
  font-size: 11px;
  background: var(--navy);
  padding: 2px 4px;
}

.match-item--thursday {
  background: linear-gradient(90deg, rgba(212,175,55,0.09), transparent 80%);
  box-shadow: inset 4px 0 0 var(--gold);
}

.match-info {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 10px;
}

.match-league {
  font-family: var(--font-data);
  font-size: 12px;
  color: var(--gray);
  background: var(--cream-dark);
  padding: 2px 6px;
}

.match-team {
  font-family: var(--font-body);
  font-weight: 700;
  color: var(--ink);
  font-size: 15px;
}

.match-code {
  color: var(--rust);
  font-family: var(--font-data);
  font-size: 12px;
}

.match-status {
  text-align: right;
}

.page-home .match-status .data-label {
  color: var(--gray);
}

.match-footnote {
  margin-top: 20px;
  padding-top: 14px;
  border-top: 1px dashed var(--line);
  font-size: 14px;
  color: var(--gray);
}

.match-footnote a {
  color: var(--link-blue);
  text-decoration: underline;
  text-underline-offset: 2px;
  margin-right: 4px;
}

.match-aside {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.page-home .figure-frame {
  position: relative;
  display: block;
  background: var(--cream);
  border: 4px solid var(--border-brown);
  box-shadow: var(--shadow-hard);
  overflow: hidden;
}

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

.figure-frame--tall img {
  min-height: 280px;
  object-fit: cover;
}

.figure-frame--square img {
  aspect-ratio: 16/9;
  object-fit: cover;
}

.figure-frame--wide img {
  aspect-ratio: 3/1;
  object-fit: cover;
}

.page-home .figure-coord {
  position: absolute;
  bottom: 12px;
  left: 12px;
  background: var(--navy);
  color: var(--gold);
  font-family: var(--font-data);
  font-size: 12px;
  padding: 4px 8px;
  border: 1px solid rgba(212,175,55,0.5);
}

.aside-note {
  background: var(--cream);
  border: 2px solid var(--border-brown);
  box-shadow: var(--shadow-soft);
  padding: 20px;
}

.aside-note .data-label {
  color: var(--rust);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  display: block;
  margin-bottom: 6px;
}

.aside-note-text {
  margin: 0;
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 15px;
  line-height: 1.6;
}

.possession-section {
  background: var(--cream);
  margin: 0;
  padding: clamp(48px, 7vh, 72px) 0;
  position: relative;
}

.page-home .possession-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle at 30% 50%, rgba(224,90,51,0.04) 0%, transparent 40%);
  pointer-events: none;
}

.possession-layout {
  display: grid;
  gap: 40px;
  grid-template-columns: 1fr;
}

.possession-visual {
  position: relative;
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr;
}

.top-right {
  grid-column: 1 / -1;
}

.ring-chart-wrap {
  background: rgba(244,239,230,0.5);
  border: 2px solid var(--line);
  padding: 16px;
  box-shadow: var(--shadow-soft);
}

.ring-chart {
  display: block;
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
}

.ring-chart-label {
  text-align: center;
  color: var(--gray);
  font-family: var(--font-data);
  font-size: 13px;
  margin: 8px 0 0;
}

.possession-copy {
  padding: 12px 0;
}

.page-home .possession-section h2 {
  color: var(--ink);
  margin-top: 8px;
}

.page-home .possession-section .section-desc {
  color: rgba(28,24,21,0.7);
}

.possession-list {
  list-style: none;
  padding: 0;
  margin: 24px 0;
}

.possession-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 10px 0;
  border-bottom: 1px solid var(--line);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 15px;
}

.possession-list li .tag {
  flex-shrink: 0;
  display: block;
  min-width: 44px;
  text-align: center;
  font-size: 12px;
}

.possession-copy .btn-outline {
  border-color: var(--rust);
  color: var(--rust);
  box-shadow: 4px 4px 0 rgba(224,90,51,0.2);
}

.v3-section {
  background: var(--navy);
  padding: 0 0 clamp(40px, 6vh, 64px);
  position: relative;
}

.v3-layout {
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr;
}

.v3-copy {
  padding-top: clamp(40px, 6vh, 64px);
}

.page-home .v3-copy h2 {
  color: var(--cream);
  margin-top: 8px;
}

.page-home .v3-copy .section-desc {
  color: rgba(244,239,230,0.72);
}

.v3-tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.page-home .v3-tag-list .tag {
  font-size: 14px;
  padding: 8px 16px;
  background: rgba(11,31,58,0.8);
  color: var(--gold);
  border: 1px solid var(--gold);
  box-shadow: var(--shadow-soft);
}

.v3-copy .btn-outline {
  display: inline-block;
  margin-top: 12px;
  border-color: var(--gold);
  color: var(--gold);
}

.net-entry-section {
  background: var(--cream);
  padding: clamp(48px, 8vh, 80px) 0;
}

.net-entry-layout {
  display: grid;
  gap: 40px;
  grid-template-columns: 1fr;
}

.net-entry-copy h2 {
  color: var(--ink);
  margin-top: 8px;
}

.net-entry-copy .section-desc {
  color: rgba(28,24,21,0.7);
}

.net-steps {
  margin: 28px 0;
  padding: 0;
}

.net-step {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 12px 0;
  border-bottom: 2px solid var(--line);
}

.net-step-num {
  display: inline-block;
  min-width: 32px;
  height: 32px;
  line-height: 28px;
  text-align: center;
  color: var(--rust);
  border: 2px solid var(--rust);
  font-size: 13px;
}

.net-step p {
  margin: 6px 0 0;
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 16px;
}

.net-entry-visual {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  padding: 20px;
  background: rgba(11,31,58,0.03);
  box-shadow: var(--shadow-soft);
}

.net-entry-visual-label {
  text-align: center;
  color: var(--ink);
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 15px;
  line-height: 1.6;
  margin: 0;
}

.page-home .net-entry-dot {
  width: 18px;
  height: 18px;
  background: var(--rust);
  border: 3px solid var(--navy);
  box-shadow: 0 0 0 3px rgba(224,90,51,0.3);
  animation: net-pulse 2.2s infinite ease-in-out;
}

@keyframes net-pulse {
  0%, 100% {
    transform: scale(0.85);
  }
  50% {
    transform: scale(1.1);
  }
}

.trust-bar {
  background: var(--navy);
  border-top: 4px solid var(--gold);
}

.trust-inner {
  display: flex;
  align-items: center;
  gap: 16px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.trust-mark {
  color: var(--rust);
  font-family: var(--font-data);
  font-size: 24px;
  flex-shrink: 0;
}

.trust-inner p {
  margin: 0;
  color: rgba(244,239,230,0.78);
  font-size: 13px;
  line-height: 1.7;
  font-family: var(--font-body);
}

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

.page-home .section {
  padding-left: 20px;
  padding-right: 20px;
}

@media (min-width: 880px) {
  .page-home .hero-grid {
    grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
    align-items: center;
  }

  .page-home .match-layout {
    grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
    align-items: start;
  }

  .page-home .possession-layout {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    align-items: center;
  }

  .possession-visual {
    grid-template-columns: 1fr 1fr;
    align-items: start;
  }

  .page-home .v3-layout {
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    align-items: end;
    gap: 48px;
  }

  .v3-visual {
    margin-bottom: -52px;
  }

  .page-home .net-entry-layout {
    grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
    align-items: center;
  }

  .net-entry-visual {
    flex-direction: row;
    justify-content: center;
    gap: 20px;
  }

  .match-aside {
    flex-direction: column;
  }

  .page-home .figure-frame--tall img {
    min-height: 360px;
  }
}

@media (max-width: 480px) {
  .page-home .match-item {
    padding: 14px 0;
  }

  .page-home .match-time {
    width: 100%;
    flex-direction: row;
    gap: 8px;
    align-items: center;
    min-width: 0;
  }

  .match-info {
    width: calc(100% - 28px);
    margin-left: 28px;
    gap: 6px;
  }

  .match-status {
    margin-left: 28px;
    text-align: left;
  }

  .page-home .filter-hint {
    width: 100%;
    margin-left: 0;
  }

  .page-home .hero-actions .btn {
    width: 100%;
    text-align: center;
  }

  .net-steps .net-step {
    gap: 12px;
  }
}
