.page-home {
  --home-shadow-card: 0 24px 48px -28px rgba(7, 46, 33, 0.32);
  position: relative;
  background: var(--white-bright);
  overflow: clip;
}

.page-home *,
.page-home *::before,
.page-home *::after {
  box-sizing: border-box;
}

.page-home .link-with-arrow {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-weight: 600;
  color: var(--green-deep);
  text-decoration: none;
  border-bottom: 1px solid rgba(212, 175, 55, 0.55);
  padding-bottom: 0.1rem;
  transition: border-color var(--transition);
}

.page-home .link-with-arrow::after {
  content: "→";
  font-family: var(--font-mono);
  color: var(--gold);
}

.page-home .link-with-arrow--gold {
  color: var(--gold-light);
  border-color: rgba(212, 175, 55, 0.6);
}

.page-home .link-with-arrow--gold::after {
  color: var(--gold-light);
}

.page-home .schedule-kicker {
  display: inline-block;
  margin-bottom: 0.75rem;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: var(--green-deep);
  text-transform: uppercase;
}

.page-home .schedule-kicker--gold {
  color: var(--gold-light);
}

.page-home .lead-text {
  max-width: 46rem;
  font-size: clamp(1rem, 1.6vw, 1.2rem);
  line-height: 1.8;
  color: var(--green-dark);
}

.page-home .section-index {
  font-family: var(--font-heading);
  font-weight: 900;
  color: rgba(212, 175, 55, 0.12);
  -webkit-text-stroke: 1px var(--gold);
  line-height: 1;
  font-size: clamp(5rem, 14vw, 9rem);
  opacity: 0.85;
  pointer-events: none;
  user-select: none;
}

.page-home .home-hero {
  position: relative;
  min-height: min(94vh, 900px);
  display: flex;
  align-items: center;
  background: var(--green-dark);
  color: var(--white-bright);
  overflow: hidden;
}

.page-home .home-hero__media {
  position: absolute;
  inset: 0;
}

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

.page-home .home-hero__veil {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(7, 46, 33, 0.93) 0%, rgba(7, 46, 33, 0.66) 42%, rgba(7, 46, 33, 0.24) 100%),
    radial-gradient(ellipse at 68% 16%, rgba(212, 175, 55, 0.16) 0%, transparent 58%);
}

.page-home .home-hero::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 26%;
  height: 100%;
  z-index: 2;
  background: linear-gradient(135deg, rgba(212, 175, 55, 0.24), rgba(245, 230, 163, 0.03));
  clip-path: polygon(34% 0, 100% 0, 100% 100%, 0 100%);
  pointer-events: none;
}

.page-home .home-hero__breadcrumb {
  position: relative;
  z-index: 4;
  max-width: var(--container-width);
  margin-inline: auto;
  padding: calc(var(--header-height) + 1rem) clamp(1.25rem, 4vw, 2.5rem) 0;
  color: rgba(245, 245, 240, 0.6);
  font-size: 0.875rem;
}

.page-home .home-hero__breadcrumb .breadcrumb__current {
  color: var(--gold-light);
  font-weight: 600;
}

.page-home .home-hero__content {
  position: relative;
  z-index: 3;
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 4.5rem;
}

.page-home .home-hero__badge {
  margin-bottom: 1.3rem;
}

.page-home .home-hero__title {
  margin: 0.5rem 0 1.4rem;
  font-family: var(--font-heading);
  font-size: clamp(3rem, 9vw, 6.6rem);
  font-weight: 900;
  line-height: 0.92;
  letter-spacing: -0.02em;
  position: relative;
}

.page-home .home-hero__title::after {
  content: "";
  display: block;
  width: 8.5rem;
  height: 0.4rem;
  margin-top: 0.9rem;
  background: var(--grad-gold);
}

.page-home .home-hero__lead {
  max-width: 34rem;
  font-size: clamp(1.05rem, 2vw, 1.3rem);
  line-height: 1.7;
  color: rgba(245, 245, 240, 0.88);
}

.page-home .home-hero__lead strong {
  color: var(--gold-light);
  font-weight: 700;
}

.page-home .home-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 2rem;
}

.page-home .home-hero__facts {
  display: flex;
  flex-wrap: wrap;
  gap: 2.2rem;
  margin: 2.6rem 0 0;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(245, 245, 240, 0.2);
}

.page-home .home-hero__fact {
  display: grid;
  gap: 0.2rem;
  margin: 0;
}

.page-home .home-hero__fact dd {
  margin: 0;
  font-family: var(--font-mono);
  font-size: clamp(1.6rem, 3vw, 2.25rem);
  font-weight: 800;
  color: var(--gold-light);
  line-height: 1;
}

.page-home .home-hero__fact dt {
  font-size: 0.8125rem;
  color: rgba(245, 245, 240, 0.62);
}

.page-home .home-hero__unit {
  font-size: 0.55em;
  margin-left: 0.1em;
}

.page-home .schedule-entry {
  position: relative;
  background: var(--white-bright);
}

.page-home .schedule-entry::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.4rem;
  background: var(--grad-gold);
}

.page-home .schedule-entry__wrap {
  position: relative;
  display: grid;
  gap: 2.4rem;
  padding-top: 5rem;
  padding-bottom: 5.2rem;
  align-items: center;
}

.page-home .schedule-entry__index {
  position: absolute;
  top: 1.8rem;
  right: clamp(1.25rem, 4vw, 2.5rem);
  z-index: 0;
  opacity: 0.42;
  font-size: clamp(5rem, 14vw, 9rem);
  line-height: 0.7;
}

.page-home .schedule-entry__title {
  margin: 0 0 1.2rem;
  font-family: var(--font-heading);
  font-size: clamp(2rem, 5vw, 3.2rem);
  color: var(--green-deep);
  line-height: 1.05;
}

.page-home .schedule-entry__desc {
  max-width: 42rem;
  line-height: 1.75;
  color: var(--gray-mid);
  margin-top: 0.9rem;
}

.page-home .feature-list {
  list-style: none;
  margin: 1.6rem 0 0;
  padding: 0;
  display: grid;
  gap: 0.7rem;
}

.page-home .feature-list li {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-weight: 500;
  color: var(--green-deep);
}

.page-home .feature-list__mark {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: var(--grad-gold);
  box-shadow: 0 0 0 4px rgba(212, 175, 55, 0.18);
  flex: 0 0 auto;
}

.page-home .schedule-entry__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
  margin-top: 2rem;
}

.page-home .schedule-entry__media {
  position: relative;
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: var(--home-shadow-card);
}

.page-home .schedule-entry__media img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.page-home .schedule-entry__caption {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  padding: 0.4rem 0.85rem;
  border-radius: var(--radius-sm);
  background: rgba(7, 46, 33, 0.84);
  color: var(--gold-light);
  font-size: 0.8125rem;
  font-weight: 600;
}

.page-home .live-table {
  position: relative;
  background: linear-gradient(150deg, var(--green-deep) 0%, var(--green-dark) 64%);
  color: var(--white-bright);
  padding: 4.6rem 0 5rem;
  overflow: hidden;
}

.page-home .live-table::before {
  content: "";
  position: absolute;
  top: -18%;
  right: -8%;
  width: 44%;
  height: 140%;
  background: linear-gradient(160deg, rgba(212, 175, 55, 0.16), rgba(212, 175, 55, 0));
  transform: rotate(12deg);
  pointer-events: none;
}

.page-home .live-table::after {
  content: "";
  position: absolute;
  left: -4rem;
  bottom: -7rem;
  width: 14rem;
  height: 14rem;
  border: 1px solid rgba(212, 175, 55, 0.15);
  border-radius: 50%;
  pointer-events: none;
}

.page-home .live-table__intro {
  position: relative;
  max-width: 46rem;
}

.page-home .live-table__index {
  position: absolute;
  right: clamp(1.25rem, 4vw, 2.5rem);
  top: -3.4rem;
  opacity: 0.32;
  font-size: clamp(5rem, 14vw, 9rem);
}

.page-home .live-table__title {
  margin: 0 0 1rem;
  font-family: var(--font-heading);
  font-size: clamp(2rem, 5vw, 3.2rem);
  color: var(--gold-light);
}

.page-home .live-table .lead-text {
  color: rgba(245, 245, 240, 0.78);
  margin-bottom: 2.2rem;
}

.page-home .live-table__columns {
  position: relative;
  display: grid;
  gap: 2rem;
  align-items: start;
}

.page-home .match-rounds {
  display: grid;
  gap: 0.9rem;
}

.page-home .match-round {
  background: rgba(245, 245, 240, 0.05);
  border: 1px solid rgba(245, 245, 240, 0.14);
  border-radius: var(--radius-md);
  transition: border var(--transition), background var(--transition);
}

.page-home .match-round.is-current,
.page-home .match-round[data-open] {
  background: rgba(212, 175, 55, 0.08);
  border-color: rgba(212, 175, 55, 0.42);
}

.page-home .match-round__head {
  margin: 0;
}

.page-home .match-round__trigger {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 0.9rem;
  padding: 1rem 1.25rem;
  background: transparent;
  border: 0;
  cursor: pointer;
  text-align: left;
  font-family: var(--font-body);
}

.page-home .match-round__title {
  font-family: var(--font-heading);
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--white-bright);
}

.page-home .match-round__status {
  margin-left: auto;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.8rem;
  color: rgba(245, 245, 240, 0.66);
}

.page-home .match-round__status::before {
  content: "";
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0 4px rgba(212, 175, 55, 0.18);
}

.page-home .match-round__trigger::after {
  content: "+";
  font-family: var(--font-mono);
  font-size: 1.3rem;
  color: var(--gold);
  transition: transform var(--transition);
}

.page-home .match-round[data-open] .match-round__trigger::after {
  transform: rotate(45deg);
}

.page-home .match-round .match-round__body {
  display: none;
  padding: 0 1.25rem 1rem;
}

.page-home .match-round[data-open] .match-round__body {
  display: block;
  padding-top: 0.8rem;
}

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

.page-home .match-item {
  border-top: 1px solid rgba(245, 245, 240, 0.12);
  padding: 0.85rem 0;
}

.page-home .match-item__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.page-home .match-item__row--meta {
  margin-bottom: 0.4rem;
}

.page-home .match-item__club {
  font-weight: 600;
  color: var(--white-bright);
}

.page-home .match-item__league {
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  color: rgba(245, 245, 240, 0.5);
  text-transform: uppercase;
}

.page-home .match-item__status {
  font-size: 0.75rem;
  color: rgba(245, 245, 240, 0.58);
}

.page-home .match-item__score {
  font-family: var(--font-mono);
  font-size: 1.2rem;
  font-weight: 800;
  color: var(--gold-light);
  white-space: nowrap;
}

.page-home .match-item__injury {
  font-size: 0.72rem;
  color: var(--red-accent);
  font-weight: 600;
  background: rgba(139, 0, 0, 0.14);
  padding: 0.18rem 0.5rem;
  border-radius: var(--radius-sm);
}

.page-home .match-guide {
  background: rgba(7, 46, 33, 0.5);
  border: 1px solid rgba(212, 175, 55, 0.2);
  border-radius: var(--radius-md);
  padding: 1.5rem;
}

.page-home .match-guide__title {
  font-family: var(--font-heading);
  font-size: 1.15rem;
  color: var(--gold-light);
  margin-bottom: 0.9rem;
}

.page-home .match-guide__list {
  list-style: none;
  margin: 0 0 1.2rem;
  padding: 0;
  display: grid;
  gap: 0.55rem;
  color: rgba(245, 245, 240, 0.8);
  font-size: 0.9rem;
}

.page-home .match-guide__dot {
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  margin-right: 0.4rem;
}

.page-home .match-guide__dot--live {
  background: var(--gold);
  box-shadow: 0 0 0 4px rgba(212, 175, 55, 0.16);
}

.page-home .match-guide__dot--done {
  background: rgba(245, 245, 240, 0.3);
}

.page-home .match-guide__note {
  font-size: 0.9rem;
  line-height: 1.7;
  color: rgba(245, 245, 240, 0.65);
  border-left: 0.18rem solid var(--gold);
  padding-left: 0.8rem;
}

.page-home .history-zone {
  background: var(--white-bright);
  position: relative;
}

.page-home .history-zone__wrap {
  position: relative;
  display: grid;
  gap: 2.4rem;
  padding-top: 5rem;
  padding-bottom: 5.4rem;
  align-items: start;
}

.page-home .history-zone__index {
  position: absolute;
  top: 1.6rem;
  right: clamp(1.25rem, 4vw, 2.5rem);
  opacity: 0.18;
  font-size: clamp(5rem, 14vw, 9rem);
}

.page-home .history-zone__title {
  margin: 0 0 1.1rem;
  font-family: var(--font-heading);
  font-size: clamp(2rem, 5vw, 3.2rem);
  color: var(--green-deep);
}

.page-home .season-picker {
  margin-top: 1.8rem;
}

.page-home .season-picker__label {
  display: block;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: var(--gray-mid);
  margin-bottom: 0.5rem;
}

.page-home .season-picker__select {
  width: 100%;
  max-width: 24rem;
  appearance: none;
  border: 1px solid rgba(11, 61, 46, 0.4);
  background:
    linear-gradient(45deg, transparent 50%, var(--green-deep) 50%) no-repeat calc(100% - 1.2rem) 1.2rem / 6px 6px,
    linear-gradient(135deg, var(--green-deep) 50%, transparent 50%) no-repeat calc(100% - 1rem) 1.2rem / 6px 6px,
    #fff;
  color: var(--green-deep);
  border-radius: var(--radius-sm);
  padding: 0.9rem 3rem 0.9rem 1rem;
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
}

.page-home .history-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.8rem;
  margin-top: 1.5rem;
}

.page-home .history-stats__item {
  background: #fff;
  border: 1px solid var(--gray-light);
  border-top: 0.24rem solid var(--gold);
  border-radius: var(--radius-md);
  padding: 1rem 0.8rem;
  text-align: center;
}

.page-home .history-stats__num {
  display: block;
  font-family: var(--font-mono);
  font-size: 1.7rem;
  font-weight: 800;
  color: var(--green-deep);
  line-height: 1.1;
}

.page-home .history-stats__label {
  display: block;
  margin-top: 0.35rem;
  font-size: 0.75rem;
  color: var(--gray-mid);
}

.page-home .history-zone__panel {
  display: grid;
  gap: 1.6rem;
}

.page-home .history-zone__media {
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: 0.8rem 0.8rem 0 rgba(11, 61, 46, 0.07);
}

.page-home .history-zone__media img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.page-home .data-card {
  background: #fff;
  border: 1px solid var(--gray-light);
  border-top: 0.28rem solid var(--gold);
  border-radius: var(--radius-md);
  padding: 1.4rem;
  box-shadow: var(--home-shadow-card);
}

.page-home .data-card__title {
  margin: 0 0 1rem;
  font-family: var(--font-heading);
  font-size: 1.25rem;
  color: var(--green-deep);
}

.page-home .data-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.92rem;
  background: #fff;
  color: var(--green-dark);
}

.page-home .data-table th,
.page-home .data-table td {
  padding: 0.7rem 0.6rem;
  text-align: left;
  border-bottom: 1px solid var(--gray-light);
  white-space: nowrap;
}

.page-home .data-table th {
  font-weight: 700;
  color: var(--green-deep);
  background: rgba(11, 61, 46, 0.04);
}

.page-home .data-table td.is-win {
  color: var(--green-deep);
  font-weight: 700;
}

.page-home .data-table td.is-loss {
  color: var(--red-accent);
  font-weight: 700;
}

.page-home .data-card__note {
  margin: 1rem 0 0.6rem;
  font-size: 0.9rem;
  color: var(--gray-mid);
  line-height: 1.6;
}

.page-home .quick-start {
  position: relative;
  background: var(--black-ink);
  color: rgba(245, 245, 240, 0.82);
  padding: 3.8rem 0;
  overflow: hidden;
}

.page-home .quick-start::before {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 0.32rem;
  background: var(--grad-gold);
}

.page-home .quick-start__grid {
  display: grid;
  gap: 2rem;
  align-items: center;
}

.page-home .quick-start__title {
  margin: 0 0 0.8rem;
  font-family: var(--font-heading);
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  color: var(--gold-light);
}

.page-home .quick-start__copy {
  max-width: 36rem;
  line-height: 1.7;
}

.page-home .quick-start__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.9rem;
  counter-reset: step;
}

.page-home .quick-start__list li {
  counter-increment: step;
  display: flex;
  align-items: center;
  gap: 1rem;
  font-weight: 500;
}

.page-home .quick-start__list li::before {
  content: counter(step, decimal-leading-zero);
  flex: 0 0 auto;
  width: 2.5rem;
  height: 2.5rem;
  display: grid;
  place-items: center;
  font-family: var(--font-mono);
  font-size: 0.8rem;
  font-weight: 700;
  border: 1px solid rgba(212, 175, 55, 0.5);
  border-radius: 50%;
  color: var(--gold-light);
}

.page-home .quick-start__action {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
}

.page-home .report-showcase {
  position: relative;
  background: var(--white-bright);
  padding: 4.6rem 0 5rem;
}

.page-home .report-showcase__head {
  display: grid;
  gap: 1rem;
  margin-bottom: 2.2rem;
}

.page-home .report-showcase__title {
  margin: 0;
  font-family: var(--font-heading);
  font-size: clamp(2rem, 5vw, 3.2rem);
  color: var(--green-deep);
}

.page-home .report-showcase__head .lead-text {
  max-width: 34rem;
}

.page-home .report-showcase__grid {
  display: grid;
  gap: 1.4rem;
}

.page-home .report-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid var(--gray-light);
  border-radius: var(--radius-md);
  overflow: hidden;
  transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition);
}

.page-home .report-card:hover {
  transform: translateY(-0.4rem);
  border-color: rgba(212, 175, 55, 0.65);
  box-shadow: var(--home-shadow-card);
}

.page-home .report-card__media img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.page-home .report-card__meta {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  margin: 1.25rem 1.25rem 0.6rem;
}

.page-home .report-card__time {
  font-size: 0.78rem;
  color: var(--gray-mid);
}

.page-home .report-card__title {
  margin: 0 1.25rem;
  font-family: var(--font-heading);
  font-size: 1.25rem;
  line-height: 1.32;
  color: var(--green-deep);
}

.page-home .report-card__excerpt {
  margin: 0.8rem 1.25rem;
  font-size: 0.92rem;
  line-height: 1.7;
  color: var(--gray-mid);
}

.page-home .report-card__link {
  margin: auto 1.25rem 1.4rem;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-weight: 600;
  color: var(--green-deep);
  text-decoration: none;
}

.page-home .report-card__link::after {
  content: "→";
  color: var(--gold);
}

.page-home .report-showcase__footer {
  margin-top: 2rem;
  display: flex;
}

.page-home .heritage-band {
  position: relative;
  background: linear-gradient(160deg, var(--green-dark), var(--green-deep));
  color: rgba(245, 245, 240, 0.85);
  padding: 4.6rem 0 5rem;
  overflow: hidden;
}

.page-home .heritage-band::before {
  content: "";
  position: absolute;
  left: -6rem;
  top: -8rem;
  width: 20rem;
  height: 20rem;
  border: 1px solid rgba(212, 175, 55, 0.28);
  border-radius: 50%;
}

.page-home .heritage-band::after {
  content: "";
  position: absolute;
  right: -3rem;
  bottom: -5rem;
  width: 12rem;
  height: 12rem;
  border: 0.3rem solid rgba(139, 0, 0, 0.24);
  border-radius: 50%;
}

.page-home .heritage-band__grid {
  position: relative;
  display: grid;
  gap: 2.2rem;
}

.page-home .heritage-band__title {
  margin: 0 0 1rem;
  font-family: var(--font-heading);
  font-size: clamp(1.8rem, 4vw, 2.7rem);
  color: var(--gold-light);
}

.page-home .heritage-band__intro p {
  line-height: 1.75;
  max-width: 38rem;
}

.page-home .heritage-band__facts {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.page-home .heritage-band__fact {
  background: rgba(245, 245, 240, 0.06);
  border: 1px solid rgba(212, 175, 55, 0.24);
  border-radius: var(--radius-md);
  padding: 1.1rem 1rem;
}

.page-home .heritage-band__num {
  display: block;
  font-family: var(--font-mono);
  font-size: 2rem;
  font-weight: 800;
  color: var(--gold-light);
  line-height: 1;
}

.page-home .heritage-band__label {
  display: block;
  margin-top: 0.4rem;
  font-size: 0.82rem;
  color: rgba(245, 245, 240, 0.65);
}

.page-home .heritage-band__award {
  margin-top: 0.8rem;
  grid-column: 1 / -1;
  border-left: 0.18rem solid var(--red-accent);
  padding: 0.7rem 1rem;
  background: rgba(139, 0, 0, 0.1);
  font-size: 0.92rem;
  line-height: 1.6;
}

.page-home .heritage-band__links {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
  color: rgba(245, 245, 240, 0.4);
}

.page-home .heritage-band__links a {
  color: var(--gold-light);
  text-decoration: none;
  border-bottom: 1px solid rgba(212, 175, 55, 0.3);
}

@media (min-width: 720px) {
  .page-home .report-showcase__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .page-home .report-card--feature {
    grid-column: 1 / -1;
  }

  .page-home .report-card--feature .report-card__excerpt {
    max-width: 44rem;
  }

  .page-home .history-stats__item {
    padding: 1.2rem 1rem;
  }
}

@media (min-width: 1080px) {
  .page-home .schedule-entry__wrap {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    gap: 3.6rem;
  }

  .page-home .live-table__columns {
    grid-template-columns: minmax(0, 1.55fr) minmax(0, 0.65fr);
    gap: 2rem;
  }

  .page-home .history-zone__wrap {
    grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
    gap: 3.4rem;
  }

  .page-home .history-zone__panel {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    align-items: start;
  }

  .page-home .quick-start__grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr) auto;
    gap: 2.5rem;
  }

  .page-home .report-showcase__head {
    grid-template-columns: auto minmax(0, 1fr);
    align-items: end;
  }

  .page-home .report-showcase__head .lead-text {
    justify-self: end;
    text-align: right;
    margin: 0;
  }

  .page-home .report-showcase__grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .page-home .report-card--feature {
    grid-column: auto;
  }

  .page-home .heritage-band__grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 0.8fr);
    gap: 3.5rem;
  }
}
