.page-home {
  --home-glow: rgba(230, 57, 70, 0.55);
  background: var(--ph-ink);
  color: var(--ph-silver);
  font-family: var(--font-body);
  overflow-x: hidden;
}

.page-home a {
  text-decoration: none;
}

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

/* ---------- 通用面板 ---------- */
.page-home .block-panel {
  position: relative;
  padding: 56px 0 68px;
  overflow: hidden;
}

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

.page-home .panel-charcoal {
  background: var(--ph-charcoal);
}

.page-home .panel-ink::before,
.page-home .panel-charcoal::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, var(--ph-red) 0%, var(--ph-orange) 34%, var(--ph-gold) 62%, var(--ph-blue) 92%);
  clip-path: polygon(0 0, 74% 0, calc(74% + 140px) 100%, 0 100%);
  opacity: 0.85;
  z-index: 2;
  pointer-events: none;
}

.page-home .panel-charcoal::before {
  clip-path: polygon(14% 0, 100% 0, 100% 100%, calc(14% + 110px) 100%);
  background: linear-gradient(90deg, var(--ph-blue), var(--ph-gold) 60%, var(--ph-red));
  opacity: 0.55;
}

.page-home .panel-ink::after,
.page-home .panel-charcoal::after {
  content: "";
  position: absolute;
  top: 10%;
  right: -60px;
  width: 200px;
  height: 260px;
  background: linear-gradient(135deg, transparent 0%, transparent 40%, rgba(0, 168, 232, 0.08) 41%, transparent 78%);
  transform: rotate(18deg);
  pointer-events: none;
}

/* ---------- 通用章节标题 ---------- */
.page-home .section-head {
  display: grid;
  gap: 12px;
  margin-bottom: 32px;
}

.page-home .section-kicker {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-head);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ph-gold);
  margin: 0;
}

.page-home .section-kicker::before {
  content: "";
  width: 26px;
  height: 5px;
  background: linear-gradient(90deg, var(--ph-red), var(--ph-orange));
  transform: skewX(-22deg);
  flex: 0 0 auto;
}

.page-home .section-head h2 {
  margin: 0;
  font-family: var(--font-head);
  font-size: clamp(1.5rem, 3.4vw, 2.5rem);
  line-height: 1.16;
  color: var(--ph-silver);
  max-width: 760px;
}

.page-home .section-desc {
  margin: 0;
  color: #c9c9c9;
  font-size: 0.96rem;
  line-height: 1.75;
  max-width: 680px;
}

/* ---------- 通用操作按钮 ---------- */
.page-home .action-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-weight: 700;
  font-size: 0.88rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 12px 18px;
  border: 1px solid transparent;
  transition: background 0.2s ease, color 0.2s ease, transform 0.15s ease, box-shadow 0.2s ease;
  cursor: pointer;
}

.page-home .action-red {
  background: var(--ph-red);
  color: #fff;
  box-shadow: 5px 5px 0 rgba(230, 57, 70, 0.22);
}

.page-home .action-red:hover {
  background: var(--ph-orange);
  color: #fff;
  transform: translate(2px, 2px);
  box-shadow: 3px 3px 0 rgba(230, 57, 70, 0.3);
}

.page-home .action-line {
  border-color: var(--ph-gold);
  color: var(--ph-gold);
  background: rgba(201, 151, 0, 0.06);
}

.page-home .action-line:hover {
  background: var(--ph-gold);
  color: var(--ph-ink);
}

/* ---------- 封面首屏 ---------- */
.page-home .home-hero {
  background:
    radial-gradient(circle at 78% 12%, rgba(230, 57, 70, 0.22), transparent 42%),
    radial-gradient(circle at 14% 82%, rgba(201, 151, 0, 0.12), transparent 38%),
    var(--ph-ink);
  padding-top: 48px;
  padding-bottom: 72px;
}

.page-home .hero-breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  font-size: 0.85rem;
  color: #b9b9b9;
  margin-bottom: 36px;
}

.page-home .hero-breadcrumb a {
  color: var(--ph-gold);
  font-weight: 600;
}

.page-home .hero-breadcrumb a:hover {
  color: var(--ph-silver);
}

.page-home .crumb-sep {
  color: #666;
}

.page-home .hero-kicker {
  font-family: var(--font-head);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ph-gold);
  margin: 0 0 14px;
}

.page-home .hero-badge-line {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 18px;
}

.page-home .hero-badge {
  background: linear-gradient(90deg, rgba(230, 57, 70, 0.25), rgba(255, 107, 53, 0.08));
  border: 1px solid rgba(230, 57, 70, 0.6);
  color: #ffd9dc;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  padding: 6px 10px;
  text-transform: uppercase;
}

.page-home .hero-badge::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  background: var(--ph-red);
  transform: skewX(-18deg);
  margin-right: 6px;
  box-shadow: 0 0 10px rgba(230, 57, 70, 0.9);
}

.page-home .hero-badge-sub {
  color: #b9b9b9;
  font-size: 0.8rem;
  letter-spacing: 0.04em;
}

.page-home h1 {
  font-family: var(--font-head);
  font-size: clamp(2.1rem, 5.6vw, 4.3rem);
  font-weight: 900;
  line-height: 1.04;
  letter-spacing: -0.02em;
  color: var(--ph-silver);
  margin: 0;
  max-width: 820px;
}

.page-home h1 .brand-fire {
  color: var(--ph-red);
  text-shadow: 0 0 38px rgba(230, 57, 70, 0.4);
}

.page-home .hero-lead {
  margin: 22px 0 0;
  font-size: 1rem;
  line-height: 1.85;
  color: #d9d9d9;
  max-width: 780px;
}

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

.page-home .hero-index {
  margin: 0;
  padding: 24px 28px 24px 0;
  border-left: 2px solid var(--ph-red);
  list-style: none;
  counter-reset: idx;
  display: grid;
  gap: 14px;
}

.page-home .hero-index-title {
  font-family: var(--font-head);
  font-size: 0.74rem;
  letter-spacing: 0.14em;
  color: var(--ph-blue);
  text-transform: uppercase;
  font-weight: 900;
}

.page-home .hero-index ol {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 14px;
}

.page-home .hero-index li {
  counter-increment: idx;
  padding-left: 22px;
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  padding-bottom: 10px;
}

.page-home .hero-index li::before {
  content: "0" counter(idx);
  position: absolute;
  left: 0;
  top: 0;
  font-family: var(--font-mono);
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--ph-blue);
}

.page-home .hero-index a {
  color: var(--ph-silver);
  font-weight: 600;
  font-size: 1rem;
  transition: color 0.2s ease;
}

.page-home .hero-index a:hover {
  color: var(--ph-red);
}

.page-home .hero-cta {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid #3b3b3b;
  padding: 20px;
}

.page-home .aside-title {
  font-family: var(--font-head);
  font-size: 0.74rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ph-gold);
  margin: 0 0 14px;
}

.page-home .hero-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.page-home .aside-note {
  margin: 16px 0 0;
  font-size: 0.82rem;
  color: #a9a9a9;
  line-height: 1.65;
}

.page-home .hero-stats {
  margin: 48px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid #2e2e2e;
  border-left: 1px solid #2e2e2e;
}

.page-home .hero-stats div {
  padding: 18px 18px 22px;
  border-right: 1px solid #2e2e2e;
  border-bottom: 1px solid #2e2e2e;
}

.page-home .hero-stats dt {
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  color: #9a9a9a;
  text-transform: uppercase;
}

.page-home .hero-stats dd {
  margin: 10px 0 0;
  font-family: var(--font-head);
  font-size: 2rem;
  font-weight: 900;
  line-height: 1;
  color: var(--ph-silver);
}

.page-home .stat-unit {
  font-size: 1rem;
  color: #b9b9b9;
  margin-left: 4px;
}

.page-home .stat-red {
  color: var(--ph-red);
}

.page-home .stat-blue {
  color: var(--ph-blue);
}

.page-home .stat-gold {
  color: var(--ph-gold);
}

/* ---------- 大屏服务清单 ---------- */
.page-home .bigscreen-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  align-items: center;
}

.page-home .bigscreen-visual {
  position: relative;
}

.page-home .bigscreen-visual img {
  width: 100%;
  height: auto;
  display: block;
}

.page-home .bigscreen-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(201, 151, 0, 0.3);
  transform: translate(10px, 10px);
  pointer-events: none;
}

.page-home .visual-caption {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  background: var(--ph-red);
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  padding: 7px 12px;
  transform: skewX(-18deg);
}

.page-home .visual-caption span {
  display: inline-block;
  transform: skewX(18deg);
}

.page-home .screen-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 6px;
}

.page-home .screen-item {
  display: grid;
  grid-template-columns: 36px 1fr auto;
  gap: 14px;
  align-items: start;
  padding: 18px 12px 18px 6px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: background-color 0.2s ease, border-color 0.2s ease;
}

.page-home .screen-item:hover {
  background: rgba(230, 57, 70, 0.08);
  border-bottom-color: var(--ph-gold);
}

.page-home .screen-no {
  font-family: var(--font-mono);
  font-weight: 700;
  font-size: 0.88rem;
  color: var(--ph-blue);
  padding-top: 6px;
}

.page-home .screen-body h3 {
  margin: 0 0 6px;
  font-family: var(--font-head);
  font-size: 1.05rem;
  color: var(--ph-silver);
}

.page-home .screen-body p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.65;
  color: #c2c2c2;
}

.page-home .screen-tag {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  padding: 4px 8px;
  text-transform: uppercase;
  white-space: nowrap;
}

.page-home .tag-new {
  background: var(--ph-gold);
  color: var(--ph-ink);
}

.page-home .tag-core {
  background: var(--ph-blue);
  color: var(--ph-silver);
}

.page-home .tag-big {
  background: var(--ph-red);
  color: var(--ph-silver);
}

.page-home .upgrade-compare {
  margin-top: 40px;
  background: rgba(0, 0, 0, 0.2);
  border-top: 3px solid var(--ph-gold);
  border-right: 1px solid rgba(201, 151, 0, 0.24);
  border-bottom: 1px solid rgba(201, 151, 0, 0.24);
  border-left: 1px solid rgba(201, 151, 0, 0.24);
  padding: 24px;
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr;
  align-items: center;
}

.page-home .compare-copy h3 {
  margin: 0 0 12px;
  font-family: var(--font-head);
  font-size: 0.98rem;
  color: var(--ph-silver);
}

.page-home .compare-copy ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}

.page-home .compare-copy li {
  display: flex;
  gap: 10px;
  padding: 6px 0;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.08);
  font-size: 0.9rem;
  color: #d0d0d0;
  align-items: baseline;
}

.page-home .compare-copy li::before {
  content: "→";
  color: var(--ph-gold);
  font-weight: 700;
}

/* ---------- 伤停数据动态 ---------- */
.page-home .injury-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  align-items: start;
  margin-top: 12px;
}

.page-home .injury-visual {
  position: relative;
}

.page-home .injury-visual img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.page-home .injury-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(201, 151, 0, 0.3);
  transform: translate(10px, 10px);
  pointer-events: none;
}

.page-home .updates {
  list-style: none;
  margin: 0 0 28px;
  padding: 0;
  display: grid;
  gap: 10px;
}

.page-home .updates li {
  display: grid;
  grid-template-columns: 70px 52px 1fr;
  gap: 12px;
  align-items: center;
  padding: 12px 12px 12px 16px;
  background: rgba(255, 255, 255, 0.03);
}

.page-home .updates li:nth-child(4n + 1) {
  border-left: 4px solid var(--ph-red);
}

.page-home .updates li:nth-child(4n + 2) {
  border-left: 4px solid var(--ph-gold);
}

.page-home .updates li:nth-child(4n + 3) {
  border-left: 4px solid var(--ph-blue);
}

.page-home .updates li:nth-child(4n) {
  border-left: 4px solid var(--ph-orange);
}

.page-home .updates li:hover {
  background: rgba(0, 168, 232, 0.08);
}

.page-home .update-time {
  font-family: var(--font-mono);
  font-weight: 700;
  font-size: 0.9rem;
  color: var(--ph-blue);
}

.page-home .update-phase {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #b9b9b9;
}

.page-home .update-desc {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.6;
  color: #c9c9c9;
}

.page-home .injury-switch {
  display: grid;
  gap: 10px;
  margin-bottom: 24px;
}

.page-home .injury-switch details {
  background: rgba(0, 0, 0, 0.2);
  border: 1px solid #454545;
  padding: 0 16px;
  transition: border-color 0.2s ease;
}

.page-home .injury-switch details[open] {
  border-color: rgba(0, 168, 232, 0.5);
}

.page-home .injury-switch summary {
  cursor: pointer;
  list-style: none;
  padding: 14px 32px 14px 0;
  color: var(--ph-silver);
  font-weight: 700;
  font-size: 0.92rem;
  position: relative;
  display: block;
}

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

.page-home .injury-switch summary::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.2rem;
  color: var(--ph-gold);
  font-weight: 700;
}

.page-home .injury-switch details[open] summary::after {
  content: "−";
}

.page-home .switch-panel {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 12px 0 16px;
}

.page-home .switch-panel p {
  margin: 0 0 10px;
  color: #a9a9a9;
  font-size: 0.78rem;
  letter-spacing: 0.06em;
}

.page-home .switch-panel ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 4px;
}

.page-home .switch-panel li {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 14px;
  align-items: baseline;
  font-size: 0.85rem;
  color: #d0d0d0;
  padding: 7px 0;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
}

.page-home .switch-panel li span:first-child {
  color: var(--ph-silver);
  font-weight: 700;
  min-width: 84px;
}

.page-home .switch-panel li span:nth-child(2) {
  color: var(--ph-blue);
}

.page-home .switch-panel li span:nth-child(3) {
  color: #b9b9b9;
}

/* ---------- 多联赛直达 ---------- */
.page-home .league-banner {
  position: relative;
  margin: 0 0 28px;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}

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

.page-home .league-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(51, 51, 51, 0.25), transparent 45%, rgba(230, 57, 70, 0.2));
  pointer-events: none;
}

.page-home .league-grid {
  list-style: none;
  margin: 0 0 28px;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.page-home .league-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid #4a4a4a;
  padding: 14px 12px;
  position: relative;
  overflow: hidden;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}

.page-home .league-card:hover {
  border-color: var(--ph-gold);
  background: rgba(201, 151, 0, 0.08);
}

.page-home .league-abbr {
  display: block;
  font-family: var(--font-mono);
  font-size: 1.1rem;
  color: var(--ph-blue);
  font-weight: 700;
  letter-spacing: 0.04em;
  transition: color 0.2s ease;
}

.page-home .league-card:hover .league-abbr {
  color: var(--ph-gold);
}

.page-home .league-cn {
  display: block;
  margin-top: 6px;
  font-weight: 700;
  font-size: 0.94rem;
  color: var(--ph-silver);
}

.page-home .league-team-note {
  display: block;
  margin-top: 4px;
  font-size: 0.76rem;
  color: #9a9a9a;
  padding-right: 18px;
}

.page-home .league-count {
  position: absolute;
  bottom: 8px;
  right: 8px;
  font-size: 0.68rem;
  font-weight: 700;
  color: var(--ph-gold);
  opacity: 0;
  transform: translateY(4px);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.page-home .league-card:hover .league-count {
  opacity: 1;
  transform: translateY(0);
}

/* ---------- 用户回访通道 ---------- */
.page-home .return-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  align-items: center;
}

.page-home .return-visual {
  position: relative;
}

.page-home .return-visual img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.page-home .return-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(201, 151, 0, 0.3);
  transform: translate(10px, 10px);
  pointer-events: none;
}

.page-home .return-copy .section-head {
  margin-bottom: 36px;
}

.page-home .return-steps {
  list-style: none;
  margin: 0 0 24px;
  padding: 0;
  counter-reset: step;
  display: grid;
  gap: 20px;
}

.page-home .return-steps .step {
  position: relative;
  padding: 0 0 0 60px;
  counter-increment: step;
  display: grid;
  gap: 6px;
}

.page-home .return-steps .step::before {
  content: counter(step, decimal-leading-zero);
  position: absolute;
  left: 0;
  top: -8px;
  font-family: var(--font-head);
  font-weight: 900;
  font-size: 2rem;
  line-height: 1;
  color: var(--ph-gold);
  opacity: 0.85;
}

.page-home .step-title {
  color: var(--ph-silver);
  font-weight: 700;
  font-size: 1.02rem;
}

.page-home .step-desc {
  color: #c9c9c9;
  font-size: 0.9rem;
  line-height: 1.65;
}

.page-home .return-note {
  margin: 0 0 24px;
  font-size: 0.88rem;
  color: #b9b9b9;
  line-height: 1.7;
  border-left: 3px solid var(--ph-gold);
  padding: 6px 0 6px 14px;
}

.page-home .league-action,
.page-home .return-actions,
.page-home .latest-more {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 8px;
}

/* ---------- 最新内容 ---------- */
.page-home .latest-list {
  list-style: none;
  margin: 0 0 28px;
  padding: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.page-home .latest-item {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 14px;
  align-items: center;
  padding: 22px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  transition: padding-left 0.2s ease, background-color 0.2s ease;
}

.page-home .latest-item:hover {
  padding-left: 12px;
  background: rgba(255, 255, 255, 0.02);
}

.page-home .latest-number {
  font-family: var(--font-head);
  font-weight: 900;
  font-size: 1.4rem;
  color: var(--ph-gold);
  opacity: 0.7;
  line-height: 1;
  transition: color 0.2s ease, opacity 0.2s ease;
}

.page-home .latest-item:hover .latest-number {
  color: var(--ph-red);
  opacity: 1;
}

.page-home .latest-tag {
  display: inline-block;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 3px 8px;
  border: 1px solid var(--ph-blue);
  color: var(--ph-blue);
  margin-bottom: 8px;
}

.page-home .tag-service {
  border-color: var(--ph-blue);
  color: var(--ph-blue);
}

.page-home .tag-return {
  border-color: var(--ph-gold);
  color: var(--ph-gold);
}

.page-home .tag-data {
  border-color: var(--ph-red);
  color: var(--ph-red);
}

.page-home .tag-injury {
  border-color: var(--ph-orange);
  color: var(--ph-orange);
}

.page-home .latest-item h3 {
  margin: 0 0 6px;
  font-family: var(--font-head);
  font-size: 1.08rem;
  line-height: 1.45;
}

.page-home .latest-item h3 a {
  color: var(--ph-silver);
}

.page-home .latest-item h3 a:hover {
  color: var(--ph-red);
}

.page-home .latest-body p {
  margin: 0;
  font-size: 0.9rem;
  color: #b9b9b9;
  line-height: 1.65;
}

.page-home .latest-arrow {
  display: none;
  justify-self: end;
  color: var(--ph-gold);
  font-family: var(--font-mono);
  font-size: 1.2rem;
  font-weight: 700;
  transition: transform 0.2s ease, color 0.2s ease;
}

.page-home .latest-arrow:hover {
  color: var(--ph-red);
  transform: translateX(5px);
}

/* ---------- 响应式增强 ---------- */
@media (min-width: 560px) {
  .page-home .league-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 640px) {
  .page-home .hero-stats {
    grid-template-columns: repeat(4, 1fr);
  }

  .page-home .latest-item {
    grid-template-columns: 52px 1fr 40px;
  }

  .page-home .latest-arrow {
    display: inline-block;
  }
}

@media (min-width: 768px) {
  .page-home .block-panel {
    padding: 72px 0 88px;
  }

  .page-home .upgrade-compare {
    grid-template-columns: 1fr auto;
  }
}

@media (min-width: 840px) {
  .page-home .league-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (min-width: 860px) {
  .page-home .hero-main {
    grid-template-columns: 1fr 320px;
    gap: 48px;
    align-items: start;
  }
}

@media (min-width: 900px) {
  .page-home .return-grid {
    grid-template-columns: 380px 1fr;
    gap: 56px;
  }
}

@media (min-width: 980px) {
  .page-home .bigscreen-grid {
    grid-template-columns: 500px 1fr;
  }

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

@media (min-width: 1160px) {
  .page-home .league-grid {
    grid-template-columns: repeat(6, 1fr);
  }
}
