.page-home {
  --page-gold-glow: rgba(212, 175, 55, 0.22);
  --page-orange-glow: rgba(255, 107, 53, 0.28);
  --page-ink-soft: rgba(16, 42, 67, 0.72);
  --page-clip-card: polygon(12px 0, 100% 0, 100% calc(100% - 12px), 0 100%);
  font-family: var(--font-body);
  background: var(--clr-off-white);
  color: var(--clr-ink);
  overflow-x: hidden;
}
.page-home h1,
.page-home h2,
.page-home h3 {
  font-family: var(--font-heading);
  font-weight: 900;
  line-height: 1.14;
  margin-top: 0;
}
.page-home img {
  max-width: 100%;
  height: auto;
}

.page-home .home-hero {
  position: relative;
  padding: var(--space-5) 0 var(--space-5);
  background:
    radial-gradient(ellipse at 82% 8%, var(--page-gold-glow), transparent 48%),
    radial-gradient(ellipse at 8% 92%, rgba(74, 111, 165, 0.36), transparent 44%),
    var(--clr-deep);
  color: var(--clr-off-white);
  overflow: hidden;
}
.page-home .home-hero::after {
  content: "";
  position: absolute;
  right: -8%;
  bottom: 0;
  width: 46%;
  height: 26%;
  background: linear-gradient(120deg, transparent, var(--page-orange-glow));
  clip-path: polygon(30% 0, 100% 0, 100% 100%, 0 100%);
  pointer-events: none;
}
.page-home .home-hero__inner {
  display: grid;
  gap: var(--space-4);
  position: relative;
  z-index: 1;
}
.page-home .home-hero__eyebrow {
  color: var(--clr-gold);
  margin-bottom: var(--space-2);
  letter-spacing: 0.18em;
}
.page-home .home-hero__title {
  font-size: clamp(2.25rem, 7vw, 3.8rem);
  letter-spacing: 0.01em;
  margin-bottom: var(--space-3);
  color: var(--clr-off-white);
}
.page-home .home-hero__title-em {
  font-style: normal;
  display: block;
  color: var(--clr-gold);
  font-size: 1.08em;
  text-shadow: 0 0 36px rgba(212, 175, 55, 0.4);
}
.page-home .home-hero__title-sub {
  display: block;
  font-size: 0.64em;
  margin-top: var(--space-1);
  color: rgba(245, 247, 250, 0.92);
}
.page-home .home-hero__title-sub strong {
  color: var(--clr-orange);
  font-weight: 900;
}
.page-home .home-hero__lead {
  font-size: 1.08rem;
  line-height: 1.8;
  max-width: 34em;
  color: rgba(245, 247, 250, 0.86);
  margin: 0 0 var(--space-4);
}
.page-home .home-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-2);
  margin-bottom: var(--space-4);
}
.page-home .home-hero__meta {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: var(--space-1);
  max-width: 36em;
}
.page-home .home-hero__meta li {
  position: relative;
  padding-left: 1.5rem;
  font-size: 0.92rem;
  color: rgba(245, 247, 250, 0.82);
  line-height: 1.6;
}
.page-home .home-hero__meta li .live-dot {
  position: absolute;
  left: 0;
  top: 0.5rem;
}
.page-home .home-hero__visual {
  position: relative;
  align-self: center;
}
.page-home .home-hero__img-frame {
  position: relative;
  overflow: hidden;
  clip-path: polygon(12% 0, 100% 0, 100% 88%, 0 100%);
  box-shadow:
    14px 14px 0 rgba(212, 175, 55, 0.24),
    0 30px 70px rgba(0, 0, 0, 0.42);
  transform: rotate(1.4deg);
  background: var(--clr-ink);
}
.page-home .home-hero__img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}
.page-home .home-hero__trail {
  position: absolute;
  left: -10%;
  bottom: 4%;
  width: 88%;
  height: auto;
  opacity: 0.9;
  pointer-events: none;
  z-index: 2;
}
.page-home .home-hero__badge {
  position: absolute;
  top: -10px;
  right: -6px;
  z-index: 3;
  background: var(--clr-orange);
  color: #fff;
  font-family: var(--font-heading);
  font-weight: 900;
  font-size: 1.6rem;
  line-height: 1;
  padding: 0.42rem 0.85rem;
  border-radius: var(--radius-sm);
  transform: rotate(5deg);
  box-shadow: 0 10px 26px rgba(255, 107, 53, 0.42);
}

.page-home .home-stats {
  background: var(--clr-ink);
  color: var(--clr-off-white);
  clip-path: polygon(0 18px, 100% 0, 100% 100%, 0 100%);
  padding: calc(var(--space-4) + var(--space-2)) 0 var(--space-4);
}
.page-home .home-stats__inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--space-3);
}
.page-home .home-stats__item {
  position: relative;
  padding-left: var(--space-2);
  border-left: 3px solid var(--clr-gold);
}
.page-home .home-stats__num {
  display: block;
  font-size: 2.5rem;
  line-height: 1;
  color: var(--clr-gold);
  margin-bottom: 0.35rem;
  font-variant-numeric: tabular-nums;
}
.page-home .home-stats__label {
  font-size: 0.9rem;
  color: var(--clr-gray);
  line-height: 1.4;
}

.page-home .home-schedule {
  background: var(--clr-off-white);
  padding: var(--space-5) 0 var(--space-5);
}
.page-home .home-schedule__heading {
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
  margin-bottom: var(--space-4);
}
.page-home .home-schedule__titles .eyebrow {
  color: var(--clr-orange);
}
.page-home .home-schedule__intro {
  font-size: 0.98rem;
  line-height: 1.75;
  max-width: 58em;
  color: var(--clr-ink-soft);
  margin: var(--space-2) 0 0;
}
.page-home .home-schedule__grid {
  display: grid;
  gap: var(--space-3);
}
.page-home .home-schedule__media {
  border-radius: var(--radius-lg);
  overflow: hidden;
  clip-path: polygon(8% 0, 100% 0, 92% 100%, 0 100%);
  background: var(--clr-deep);
}
.page-home .home-schedule__media img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}
.page-home .home-schedule__slot {
  position: relative;
  background: #fff;
  border: 1px solid rgba(16, 42, 67, 0.08);
  border-radius: var(--radius-md);
  box-shadow: 0 12px 28px rgba(16, 42, 67, 0.07);
  padding: var(--space-3);
  overflow: hidden;
}
.page-home .home-schedule__slot::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: linear-gradient(180deg, var(--clr-gold), var(--clr-orange));
}
.page-home .home-schedule__slot-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-2);
  margin-bottom: var(--space-2);
}
.page-home .match-row {
  display: flex;
  align-items: center;
  gap: var(--space-1);
  padding: var(--space-1) 0 var(--space-2);
  border-bottom: 1px solid rgba(16, 42, 67, 0.08);
}
.page-home .match-row__team {
  flex: 1;
  font-weight: 600;
  font-size: 0.98rem;
  line-height: 1.35;
  color: var(--clr-ink);
}
.page-home .match-row__team--right {
  text-align: right;
}
.page-home .match-row__score {
  font-family: var(--font-heading);
  font-size: 1.45rem;
  font-weight: 900;
  color: var(--clr-orange);
  background: rgba(255, 107, 53, 0.09);
  padding: 0.18rem 0.7rem;
  border-radius: var(--radius-sm);
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
}
.page-home .home-schedule__note {
  margin: var(--space-2) 0 0;
  font-size: 0.88rem;
  color: var(--clr-gray);
  line-height: 1.55;
}
.page-home .home-schedule__more {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.page-home .home-schedule__more-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 700;
  color: var(--clr-deep);
  text-decoration: none;
  padding: 0.65rem 1.1rem;
  border: 1px solid rgba(11, 29, 58, 0.22);
  border-radius: var(--radius-sm);
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.page-home .home-schedule__more-link span {
  font-size: 1.2rem;
  color: var(--clr-gold);
}
.page-home .home-schedule__more-link:hover,
.page-home .home-schedule__more-link:focus-visible {
  background: var(--clr-deep);
  color: var(--clr-off-white);
  border-color: var(--clr-deep);
  outline: none;
}

.page-home .home-quicklinks {
  background: var(--clr-deep);
  color: var(--clr-off-white);
  clip-path: polygon(0 18px, 100% 0, 100% calc(100% - 18px), 0 100%);
  padding: calc(var(--space-5) + var(--space-2)) 0 calc(var(--space-5) + var(--space-2));
}
.page-home .home-quicklinks__heading {
  max-width: 640px;
  margin-bottom: var(--space-4);
}
.page-home .home-quicklinks__heading .eyebrow {
  color: var(--clr-gold);
}
.page-home .home-quicklinks__heading p:not(.eyebrow) {
  font-size: 0.98rem;
  line-height: 1.7;
  color: rgba(245, 247, 250, 0.78);
}
.page-home .home-quicklinks__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--space-2);
}
.page-home .quick-link-card {
  display: block;
  position: relative;
  color: var(--clr-off-white);
  text-decoration: none;
  background: rgba(245, 247, 250, 0.06);
  border: 1px solid rgba(212, 175, 55, 0.24);
  padding: var(--space-3);
  clip-path: var(--page-clip-card);
  transition: transform 0.18s ease, background 0.18s ease, border-color 0.18s ease;
}
.page-home .quick-link-card:hover,
.page-home .quick-link-card:focus-visible {
  background: rgba(212, 175, 55, 0.13);
  border-color: var(--clr-gold);
  transform: translateY(-4px);
  outline: none;
}
.page-home .quick-link-card__index {
  display: inline-block;
  font-family: var(--font-heading);
  font-size: 0.82rem;
  letter-spacing: 0.14em;
  color: var(--clr-muted-gold);
  margin-bottom: var(--space-2);
}
.page-home .quick-link-card__name {
  display: block;
  font-family: var(--font-heading);
  font-size: 1.14rem;
  color: #fff;
  margin-bottom: 0.25rem;
}
.page-home .quick-link-card__desc {
  font-size: 0.86rem;
  line-height: 1.5;
  color: var(--clr-gray);
}

.page-home .home-changes {
  position: relative;
  overflow: hidden;
  color: #fff;
  padding: var(--space-5) 0;
}
.page-home .home-changes__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: var(--clr-deep);
}
.page-home .home-changes__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.page-home .home-changes__scrim {
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, rgba(11, 29, 58, 0.96) 0%, rgba(11, 29, 58, 0.82) 55%, rgba(16, 42, 67, 0.68) 100%);
}
.page-home .home-changes__content {
  position: relative;
  z-index: 1;
}
.page-home .home-changes__head {
  max-width: 560px;
  margin-bottom: var(--space-4);
}
.page-home .home-changes__head .eyebrow {
  color: var(--clr-orange);
}
.page-home .home-changes__head p:not(.eyebrow) {
  font-size: 0.98rem;
  line-height: 1.75;
  color: rgba(245, 247, 250, 0.82);
}
.page-home .home-changes__list {
  max-width: 680px;
  margin-left: auto;
  display: grid;
  gap: var(--space-2);
}
.page-home .change-item {
  background: rgba(245, 247, 250, 0.08);
  border: 1px solid rgba(212, 175, 55, 0.34);
  border-radius: var(--radius-md);
  overflow: hidden;
}
.page-home .change-item__summary {
  cursor: pointer;
  list-style: none;
  position: relative;
  font-weight: 600;
  font-size: 1.02rem;
  line-height: 1.5;
  padding: var(--space-3);
  padding-right: 3.4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: background 0.2s ease;
}
.page-home .change-item__summary::-webkit-details-marker {
  display: none;
}
.page-home .change-item__summary:hover {
  background: rgba(212, 175, 55, 0.1);
}
.page-home .change-item__summary::after {
  content: "+";
  position: absolute;
  right: var(--space-3);
  top: 50%;
  transform: translateY(-50%);
  font-family: var(--font-heading);
  font-size: 1.25rem;
  color: var(--clr-gold);
  width: 1.7rem;
  height: 1.7rem;
  border: 1px solid var(--clr-gold);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.page-home .change-item[open] .change-item__summary::after {
  content: "–";
}
.page-home .change-item__body {
  margin: 0;
  padding: 0 var(--space-3) var(--space-3);
  font-size: 0.95rem;
  line-height: 1.7;
  color: rgba(245, 247, 250, 0.86);
}

.page-home .home-favorites {
  background: var(--clr-off-white);
  padding: var(--space-5) 0;
}
.page-home .home-favorites__heading {
  max-width: 640px;
  margin-bottom: var(--space-4);
}
.page-home .home-favorites__heading .eyebrow {
  color: var(--clr-green);
}
.page-home .home-favorites__heading p:not(.eyebrow) {
  font-size: 0.98rem;
  line-height: 1.7;
  color: var(--clr-ink-soft);
}
.page-home .home-favorites__layout {
  display: grid;
  gap: var(--space-4);
  align-items: center;
}
.page-home .home-favorites__media {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  clip-path: polygon(0 0, 100% 6%, 100% 100%, 0 94%);
  background: var(--clr-deep);
}
.page-home .home-favorites__media img {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}
.page-home .home-favorites__lead {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--clr-ink-soft);
}
.page-home .home-favorites__steps {
  list-style: none;
  counter-reset: favorite-step;
  margin: var(--space-3) 0 var(--space-4);
  padding: 0;
  display: grid;
  gap: var(--space-2);
}
.page-home .home-favorites__steps li {
  counter-increment: favorite-step;
  position: relative;
  padding-left: 2.6rem;
  font-size: 0.95rem;
  line-height: 1.65;
  color: var(--clr-ink);
}
.page-home .home-favorites__steps li::before {
  content: counter(favorite-step);
  position: absolute;
  left: 0;
  top: 0;
  width: 1.9rem;
  height: 1.9rem;
  border-radius: 50%;
  background: var(--clr-deep);
  color: var(--clr-gold);
  font-family: var(--font-heading);
  font-size: 0.85rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
}

.page-home .home-cta {
  background: linear-gradient(128deg, var(--clr-gold) 0%, var(--clr-muted-gold) 100%);
  color: var(--clr-ink);
  padding: var(--space-5) 0;
}
.page-home .home-cta__inner {
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
}
.page-home .home-cta__text h2 {
  font-size: clamp(1.5rem, 3.4vw, 2.2rem);
  max-width: 16em;
}
.page-home .home-cta__text p:not(.home-cta__note) {
  font-size: 1rem;
  line-height: 1.7;
  color: rgba(16, 42, 67, 0.86);
  max-width: 38em;
}
.page-home .home-cta__note {
  font-size: 0.88rem;
  line-height: 1.6;
  color: rgba(16, 42, 67, 0.68);
  max-width: 42em;
  margin-top: var(--space-2);
}

@media (min-width: 700px) {
  .page-home .home-stats__inner {
    grid-template-columns: repeat(4, 1fr);
    gap: var(--space-4);
  }
  .page-home .home-schedule__heading {
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
  }
  .page-home .home-quicklinks__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: var(--space-3);
  }
  .page-home .home-cta__inner {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .page-home .home-cta__inner .btn {
    flex-shrink: 0;
  }
}

@media (min-width: 900px) {
  .page-home .home-hero {
    padding: 0 0 var(--space-5);
  }
  .page-home .home-hero__inner {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    align-items: center;
    gap: var(--space-5);
    min-height: calc(100vh - var(--header-h));
    padding-top: var(--space-5);
    padding-bottom: var(--space-5);
  }
  .page-home .home-hero__meta {
    grid-template-columns: repeat(2, 1fr);
    gap: var(--space-2);
  }
  .page-home .home-schedule__grid {
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    grid-template-rows: auto auto;
    gap: var(--space-4);
  }
  .page-home .home-schedule__media {
    grid-row: 1 / 3;
  }
  .page-home .home-favorites__layout {
    grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
    gap: var(--space-5);
  }
  .page-home .home-favorites__media {
    order: 1;
  }
  .page-home .home-favorites__body {
    order: 2;
  }
}

.page-home {
  --clr-ink-soft: var(--clr-ink);
}
