.page-home {
  --ticker-bg: rgba(31, 92, 42, .92);
  --bar-track: rgba(255, 255, 255, .18);
  --panel-glow: rgba(255, 90, 30, .35);
}

.page-home .home-hero {
  position: relative;
  padding: 130px 0 72px;
  background: linear-gradient(135deg, var(--grass-deep) 0%, var(--grass) 52%, var(--charcoal) 100%);
  color: var(--cream);
  overflow: hidden;
}

.page-home .home-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .06) 1px, transparent 1px) 0 0 / 48px 48px,
    linear-gradient(rgba(255, 255, 255, .06) 1px, transparent 1px) 0 0 / 48px 48px;
  pointer-events: none;
}

.page-home .home-hero::after {
  content: "";
  position: absolute;
  right: -120px;
  bottom: -180px;
  width: 460px;
  height: 460px;
  background: radial-gradient(circle, var(--panel-glow), transparent 68%);
  border-radius: 50%;
  pointer-events: none;
}

.page-home .home-hero__container {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr;
  gap: 36px;
  align-items: center;
}

.page-home .home-hero .breadcrumbs {
  margin-bottom: 8px;
  font-size: 14px;
}

.page-home .home-hero .breadcrumbs__current {
  color: rgba(255, 255, 255, .72);
}

.page-home .home-hero__title {
  font-family: var(--font-head);
  font-style: italic;
  font-weight: 900;
  font-size: clamp(40px, 9vw, 72px);
  line-height: .95;
  margin: 8px 0 20px;
  letter-spacing: .01em;
  text-transform: uppercase;
  text-shadow: 0 4px 18px rgba(0, 0, 0, .22);
}

.page-home .home-hero__lead {
  font-size: 16px;
  line-height: 1.8;
  max-width: 580px;
  color: rgba(255, 255, 255, .9);
  margin-bottom: 28px;
}

.page-home .home-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.page-home .home-hero__panel {
  background: rgba(255, 255, 255, .09);
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: var(--radius-lg);
  padding: 22px 20px 26px;
  backdrop-filter: blur(8px);
}

.page-home .home-hero__panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 8px;
}

.page-home .home-hero__panel-title {
  font-family: var(--font-head);
  font-style: italic;
  font-size: 18px;
  letter-spacing: .02em;
}

.page-home .hero-radar {
  width: 100%;
  max-width: 280px;
  height: auto;
  display: block;
  margin: 6px auto 0;
}

.page-home .radar-grid {
  fill: none;
  stroke: rgba(255, 255, 255, .26);
  stroke-width: 1;
  stroke-dasharray: 4 5;
}

.page-home .radar-axis {
  stroke: rgba(255, 255, 255, .28);
  stroke-width: 1;
}

.page-home .radar-area {
  fill: rgba(255, 90, 30, .32);
  stroke: var(--orange);
  stroke-width: 2;
}

.page-home .radar-line {
  fill: none;
  stroke: rgba(255, 255, 255, .85);
  stroke-width: 1.5;
}

.page-home .radar-label {
  fill: var(--cream);
  font-size: 11px;
  font-family: var(--font-body);
  font-weight: 500;
}

.page-home .home-hero__legend {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 20px;
  margin-top: 4px;
  font-size: 14px;
}

.page-home .legend-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-right: 6px;
}

.page-home .legend-dot--home {
  background: var(--orange);
}

.page-home .legend-dot--away {
  background: var(--sky);
}

.page-home .home-hero__ticker {
  position: relative;
  z-index: 2;
  margin-top: 48px;
  background: var(--ticker-bg);
  border-radius: var(--radius-pill);
  padding: 12px 20px;
}

.page-home .home-hero__ticker-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
  justify-content: center;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .02em;
}

.page-home .home-hero .arch-line {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 8px;
}

.page-home .round28__heading,
.page-home .register__heading,
.page-home .popular__heading,
.page-home .logs__heading {
  max-width: 720px;
}

.page-home .round28__heading .section-title,
.page-home .register__heading .section-title,
.page-home .popular__heading .section-title,
.page-home .logs__heading .section-title {
  margin-bottom: 12px;
}

.page-home .round28__grid,
.page-home .popular__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin-top: 32px;
}

.page-home .round28__card {
  padding: 24px;
}

.page-home .round28__card .data-card__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.page-home .round28__meta {
  font-size: 13px;
  color: rgba(43, 45, 49, .62);
  margin-top: 10px;
}

.page-home .round28__text {
  font-size: 15px;
  line-height: 1.7;
  margin-top: 12px;
  color: rgba(43, 45, 49, .78);
}

.page-home .progress-bar {
  height: 10px;
  border-radius: var(--radius-pill);
  background: var(--bar-track);
  overflow: hidden;
  margin: 18px 0 12px;
}

.page-home .progress-bar__fill {
  display: block;
  height: 100%;
  border-radius: var(--radius-pill);
}

.page-home .progress-bar__fill--home {
  background: var(--orange);
}

.page-home .progress-bar__fill--away {
  background: var(--sky);
}

.page-home .progress-bar__fill--clean {
  background: var(--amber);
}

.page-home .round28__foot {
  margin-top: 28px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
}

.page-home .round28__update {
  font-size: 14px;
  color: rgba(43, 45, 49, .65);
}

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

.page-home .archives__copy .section-title,
.page-home .trust__inner .section-title {
  color: var(--cream);
}

.page-home .archives__copy .section-lead,
.page-home .trust__inner .section-lead {
  color: rgba(255, 255, 255, .85);
}

.page-home .archives__copy .section-kicker,
.page-home .trust__inner .section-kicker {
  color: var(--cream);
}

.page-home .archives__copy .section-title {
  margin-bottom: 14px;
}

.page-home .archives__tags {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 20px 0 16px;
  padding: 0;
}

.page-home .archives__note {
  font-size: 15px;
  line-height: 1.7;
  color: rgba(255, 255, 255, .82);
  margin-bottom: 24px;
  max-width: 560px;
}

.page-home .archives__img,
.page-home .register__img,
.page-home .popular__img,
.page-home .logs__img {
  max-width: 100%;
}

.page-home .archives__img img,
.page-home .register__img img,
.page-home .popular__img img,
.page-home .logs__img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: var(--radius-md);
  display: block;
}

.page-home .register__layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 36px;
  margin-top: 32px;
  align-items: center;
}

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

.page-home .register__step {
  display: flex;
  gap: 18px;
  align-items: flex-start;
}

.page-home .register__num {
  font-family: var(--font-head);
  font-style: italic;
  font-weight: 900;
  font-size: 40px;
  line-height: 1;
  color: var(--orange);
  opacity: .85;
  min-width: 56px;
}

.page-home .register__step h3 {
  font-size: 20px;
  margin: 0 0 6px;
}

.page-home .register__step p {
  margin: 0;
  font-size: 15px;
  line-height: 1.65;
  color: rgba(43, 45, 49, .7);
}

.page-home .register__extra {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
  padding: 18px 22px;
  border-left: 3px solid var(--orange);
  background: rgba(255, 90, 30, .06);
  border-radius: 0 var(--radius-md) var(--radius-md) 0;
}

.page-home .register__extra p {
  margin: 0;
  font-size: 14px;
  color: rgba(43, 45, 49, .8);
}

.page-home .popular__inner .section-lead,
.page-home .popular__inner .section-title {
  color: var(--cream);
}

.page-home .popular__board {
  text-align: center;
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .12);
  backdrop-filter: blur(6px);
  border-radius: var(--radius-lg);
  padding: 24px 18px;
}

.page-home .popular__board .scoreboard__team {
  font-family: var(--font-head);
  font-style: italic;
  font-size: 21px;
  letter-spacing: .02em;
}

.page-home .popular__board .scoreboard__score {
  font-family: var(--font-head);
  font-style: italic;
  font-size: 48px;
  color: var(--orange);
  margin: 8px 0 12px;
  line-height: 1;
}

.page-home .popular__stats {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 14px;
  color: rgba(255, 255, 255, .82);
}

.page-home .popular__img {
  margin-top: 28px;
}

.page-home .logs__layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 36px;
  margin-top: 32px;
  align-items: center;
}

.page-home .logs__timeline .timeline__item {
  margin-bottom: 16px;
  padding-left: 4px;
}

.page-home .logs__timeline .tag {
  margin-bottom: 6px;
}

.page-home .trust__inner {
  text-align: center;
}

.page-home .trust__inner .section-title {
  margin-bottom: 14px;
}

.page-home .trust__copy {
  max-width: 780px;
  margin: 0 auto;
}

.page-home .trust__metrics {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin: 36px auto 32px;
  max-width: 720px;
}

.page-home .trust__metrics strong {
  display: block;
  font-family: var(--font-head);
  font-style: italic;
  font-weight: 900;
  font-size: 52px;
  color: var(--orange);
  line-height: 1;
}

.page-home .trust__metrics span {
  display: block;
  margin-top: 6px;
  font-size: 14px;
  color: rgba(255, 255, 255, .84);
}

.page-home .trust__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
}

@media (min-width: 640px) {
  .page-home .round28__grid,
  .page-home .popular__grid {
    grid-template-columns: repeat(2, 1fr);
  }

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

@media (min-width: 960px) {
  .page-home .home-hero__container {
    grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr);
  }

  .page-home .home-hero__ticker-inner {
    justify-content: flex-start;
  }

  .page-home .archives__inner {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }

  .page-home .register__layout {
    grid-template-columns: 1.2fr .8fr;
  }

  .page-home .logs__layout {
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 1200px) {
  .page-home .popular__grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .page-home .archives__img {
    margin-left: auto;
  }
}
