.page-home {
  --home-gold-line: rgba(255, 215, 0, 0.28);
  --home-gold-soft: rgba(255, 215, 0, 0.1);
  --home-card-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
  background: var(--color-bg-deep);
  overflow-x: clip;
}

.page-home .home-hero {
  position: relative;
  padding: 48px 16px 0;
  background:
    radial-gradient(circle at 88% 12%, rgba(255, 215, 0, 0.1), transparent 32%),
    linear-gradient(150deg, var(--color-bg-deep) 0%, var(--color-bg) 45%, #134430 100%);
  clip-path: polygon(0 0, 100% 0, 100% 98%, 0 100%);
}

.page-home .home-hero__art {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.page-home .home-hero__stripe--a {
  position: absolute;
  top: 18px;
  left: -5%;
  width: 26%;
  height: 4px;
  background: var(--color-gold);
  transform: rotate(-18deg);
}

.page-home .home-hero__stripe--b {
  position: absolute;
  top: 96px;
  right: -4%;
  width: 34%;
  height: 10px;
  background: var(--color-red);
  opacity: 0.72;
  transform: rotate(24deg);
}

.page-home .home-hero__circle {
  position: absolute;
  right: -80px;
  top: 180px;
  width: 260px;
  height: 260px;
  border: 2px dashed rgba(255, 215, 0, 0.18);
  border-radius: 50%;
}

.page-home .home-hero__circle::after {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(255, 215, 0, 0.1);
  border-radius: 50%;
}

.page-home .home-hero__cross--v,
.page-home .home-hero__cross--h {
  position: absolute;
  background: rgba(255, 215, 0, 0.08);
}

.page-home .home-hero__cross--h {
  left: 0;
  top: 54%;
  width: 100%;
  height: 1px;
}

.page-home .home-hero__cross--v {
  right: 8%;
  top: 0;
  width: 1px;
  height: 100%;
}

.page-home .home-hero__row {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 24px;
  align-items: center;
}

.page-home .home-hero__kicker {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 14px;
  font-family: var(--font-data);
  font-size: 13px;
  letter-spacing: 0.18em;
  color: var(--color-gold);
  text-transform: uppercase;
}

.page-home .home-hero__dot {
  width: 8px;
  height: 8px;
  background: var(--color-red);
  border-radius: 50%;
  display: inline-block;
}

.page-home .home-hero__title {
  margin: 0 0 8px;
  font-family: var(--font-title);
  font-size: clamp(3.2rem, 16vw, 6rem);
  line-height: 0.9;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: var(--color-gold);
}

.page-home .home-hero__title-line {
  display: block;
}

.page-home .home-hero__title-line--stroke {
  color: transparent;
  -webkit-text-stroke: 2px var(--color-gold);
}

.page-home .home-hero__sub {
  margin: 0 0 8px;
  font-family: var(--font-data);
  font-size: 14px;
  letter-spacing: 0.2em;
  color: var(--color-amber);
}

.page-home .home-hero__desc {
  max-width: 34ch;
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
  color: var(--color-text-dim);
}

.page-home .home-hero__info {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.page-home .home-hero__info span {
  padding: 4px 8px;
  border: 1px solid rgba(255, 215, 0, 0.28);
  background: rgba(7, 42, 31, 0.35);
  font-family: var(--font-data);
  font-size: 12px;
  letter-spacing: 0.08em;
  color: var(--color-amber);
}

.page-home .home-hero__photo {
  border: 1px solid var(--home-gold-line);
  box-shadow: var(--home-card-shadow);
}

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

.page-home .home-hero__tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 10px;
  padding: 6px 10px;
  border: 1px solid var(--home-gold-line);
  background: var(--color-bg-deep);
  font-family: var(--font-data);
  font-size: 12px;
  letter-spacing: 0.12em;
  color: var(--color-gold);
}

.page-home .home-hero__preview-wrap {
  position: relative;
  z-index: 3;
  margin-top: 36px;
  padding-bottom: 14px;
}

.page-home .home-hero__preview-grid {
  display: grid;
  gap: 14px;
}

.page-home .home-preview {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  min-height: 140px;
  padding: 18px;
  background: var(--color-bg-card);
  border: 1px solid var(--home-gold-line);
  border-left: 4px solid var(--color-gold);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.24);
  color: var(--color-text);
  text-decoration: none;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.page-home .home-preview:hover,
.page-home .home-preview:focus-visible {
  transform: translateY(-5px) rotate(-0.5deg);
  border-left-color: var(--color-red);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.34);
}

.page-home .home-preview .preview-index {
  font-family: var(--font-data);
  font-size: 12px;
  color: var(--color-gold);
  opacity: 0.85;
}

.page-home .home-preview .preview-name {
  font-family: var(--font-title);
  font-size: 1.25rem;
  color: var(--color-text);
}

.page-home .home-preview .preview-desc {
  max-width: 24ch;
  font-size: 13px;
  line-height: 1.4;
  color: var(--color-text-dim);
}

.page-home .home-preview:hover .preview-desc {
  color: var(--color-amber);
}

.page-home .home-preview__arrow {
  position: absolute;
  top: 16px;
  right: 14px;
  font-size: 16px;
  color: var(--color-gold);
  transition: transform 0.25s ease;
}

.page-home .home-preview:hover .home-preview__arrow {
  transform: translate(4px, -4px);
}

.page-home .home-preview__chart {
  width: 100%;
  margin-top: auto;
  border: 1px solid var(--home-gold-line);
}

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

.page-home .home-inpage {
  position: -webkit-sticky;
  position: sticky;
  top: var(--header-offset);
  z-index: 50;
  padding-block: 8px;
  background: rgba(7, 42, 31, 0.92);
  border-top: 1px solid rgba(255, 215, 0, 0.24);
  border-bottom: 1px solid rgba(255, 215, 0, 0.24);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.page-home .home-inpage__inner {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

.page-home .home-inpage .toc-title {
  flex: 0 0 auto;
  margin: 0;
  font-family: var(--font-data);
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--color-gold);
}

.page-home .home-inpage .toc-list {
  flex: 1;
  min-width: 0;
  display: flex;
  gap: 4px;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow-x: auto;
  scrollbar-width: none;
}

.page-home .home-inpage .toc-list::-webkit-scrollbar {
  display: none;
}

.page-home .home-inpage .toc-item {
  flex: 0 0 auto;
}

.page-home .home-inpage .toc-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-family: var(--font-data);
  font-size: 13px;
  color: var(--color-text-dim);
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.page-home .home-inpage .toc-link:hover,
.page-home .home-inpage .toc-link:focus-visible {
  color: var(--color-gold);
  border-color: rgba(255, 215, 0, 0.35);
}

.page-home .home-inpage .toc-link[aria-current="true"] {
  color: var(--color-gold);
  background: rgba(255, 215, 0, 0.1);
  border-color: rgba(255, 215, 0, 0.55);
}

.page-home .home-inpage .toc-index {
  font-size: 11px;
  color: var(--color-red);
}

.page-home .home-fixture {
  position: relative;
  margin-top: 6px;
  padding: 54px 16px 48px;
  background:
    repeating-linear-gradient(-45deg, rgba(255, 215, 0, 0.04) 0 2px, transparent 2px 20px),
    linear-gradient(120deg, var(--color-red) 0%, #681010 34%, var(--color-bg-deep) 76%);
  clip-path: polygon(0 3%, 100% 0, 100% 97%, 0 100%);
}

.page-home .home-fixture::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 34%;
  height: 4px;
  background: var(--color-gold);
}

.page-home .home-fixture::after {
  content: "";
  position: absolute;
  right: -70px;
  bottom: -70px;
  width: 180px;
  height: 180px;
  border: 2px dashed rgba(255, 215, 0, 0.28);
  border-radius: 50%;
  pointer-events: none;
}

.page-home .home-fixture__grid {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 18px;
  align-items: center;
}

.page-home .home-fixture__lead .section-kicker {
  color: var(--color-amber);
}

.page-home .home-fixture__pulse {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 8px;
  border-radius: 50%;
  background: var(--color-gold);
  animation: home-pulse 1.4s ease-in-out infinite;
}

@keyframes home-pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.35; transform: scale(1.5); }
}

.page-home .home-fixture__title {
  margin: 6px 0 8px;
  font-family: var(--font-title);
  font-size: 2rem;
  line-height: 1;
  color: var(--color-text);
  text-transform: uppercase;
}

.page-home .home-fixture__match {
  margin: 0;
  font-family: var(--font-data);
  font-size: 14px;
  letter-spacing: 0.04em;
  color: var(--color-gold);
}

.page-home .home-fixture__leagues {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.page-home .home-fixture__leagues .tag {
  padding: 5px 10px;
  background: rgba(7, 42, 31, 0.6);
  border: 1px solid var(--home-gold-line);
  font-family: var(--font-data);
  font-size: 12px;
  color: var(--color-text-dim);
}

.page-home .home-fixture__btn {
  justify-self: start;
}

.page-home .home-weekend {
  padding: 56px 16px 48px;
}

.page-home .home-weekend__grid {
  display: grid;
  gap: 26px;
  align-items: center;
}

.page-home .home-weekend__photo {
  border: 1px solid var(--home-gold-line);
  box-shadow: var(--home-card-shadow);
}

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

.page-home .home-weekend__stamp {
  display: inline-block;
  margin-top: 10px;
  padding: 4px 8px;
  border: 1px solid var(--color-red);
  font-family: var(--font-data);
  font-size: 12px;
  letter-spacing: 0.2em;
  color: var(--color-red);
}

.page-home .home-weekend__content .section-index {
  font-size: 12px;
  color: var(--color-red);
}

.page-home .home-weekend__title {
  margin: 8px 0 12px;
  font-family: var(--font-title);
  font-size: 2.4rem;
  line-height: 1.05;
  color: var(--color-text);
  text-transform: uppercase;
}

.page-home .home-weekend__lead {
  margin-bottom: 18px;
  font-size: 16px;
  line-height: 1.6;
  color: var(--color-text-dim);
}

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

.page-home .home-weekend__list li {
  display: flex;
  align-items: baseline;
  gap: 12px;
  font-size: 15px;
  color: var(--color-text);
}

.page-home .home-weekend__num {
  font-family: var(--font-data);
  font-size: 13px;
  color: var(--color-gold);
}

.page-home .home-weekend__footnote {
  margin: 18px 0 0;
  font-size: 13px;
  color: var(--color-text-dim);
}

.page-home .home-weekend__footnote a {
  color: var(--color-gold);
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 215, 0, 0.4);
}

.page-home .home-news {
  position: relative;
  padding: 58px 16px 48px;
  background: var(--color-bg);
  clip-path: polygon(0 0, 100% 2%, 100% 100%, 0 100%);
}

.page-home .home-news .section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 24px;
}

.page-home .home-news .section-index {
  font-size: 12px;
  color: var(--color-red);
}

.page-home .home-news__more {
  flex: 0 0 auto;
  padding-bottom: 2px;
  border-bottom: 1px solid var(--color-gold);
  font-family: var(--font-data);
  font-size: 13px;
  color: var(--color-gold);
  text-decoration: none;
  white-space: nowrap;
}

.page-home .home-news__list {
  display: grid;
  gap: 14px;
}

.page-home .home-news__item {
  display: grid;
  grid-template-rows: auto 1fr;
  padding: 14px;
  background: var(--color-bg-card);
  border: 1px solid var(--home-gold-line);
  transition: border-color 0.2s ease, transform 0.2s ease;
}

.page-home .home-news__item:hover {
  border-color: rgba(255, 215, 0, 0.55);
  transform: translateY(-3px);
}

.page-home .home-news__thumb {
  border: 1px solid var(--home-gold-line);
}

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

.page-home .home-news__body {
  display: grid;
  gap: 8px;
  align-content: start;
  padding: 12px 4px 4px;
}

.page-home .home-news__meta {
  display: flex;
  align-items: center;
  gap: 8px;
}

.page-home .home-news__date {
  font-family: var(--font-data);
  font-size: 12px;
  color: var(--color-text-dim);
}

.page-home .home-news__item-title {
  margin: 0;
  font-family: var(--font-title);
  font-size: 1.15rem;
  line-height: 1.2;
  color: var(--color-text);
}

.page-home .home-news__summary {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: var(--color-text-dim);
}

.page-home .home-news__link {
  justify-self: start;
  margin-top: 6px;
  font-size: 13px;
  color: var(--color-gold);
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 215, 0, 0.4);
}

.page-home .home-trust {
  position: relative;
  padding: 54px 16px 40px;
  background:
    repeating-linear-gradient(135deg, rgba(255, 215, 0, 0.03) 0 2px, transparent 2px 16px),
    linear-gradient(140deg, var(--color-bg-deep) 0%, var(--color-bg) 100%);
}

.page-home .home-trust__grid {
  display: grid;
  gap: 26px;
}

.page-home .home-trust__intro .section-index {
  font-size: 12px;
  color: var(--color-red);
}

.page-home .home-trust__title {
  margin: 8px 0 12px;
  font-family: var(--font-title);
  font-size: 2.4rem;
  line-height: 1.05;
  color: var(--color-gold);
  text-transform: uppercase;
}

.page-home .home-trust__desc {
  max-width: 42ch;
  margin: 0;
  font-size: 15px;
  line-height: 1.7;
  color: var(--color-text-dim);
}

.page-home .home-trust__about-link {
  margin: 16px 0 0;
}

.page-home .home-trust__about-link a {
  color: var(--color-gold);
  font-size: 14px;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 215, 0, 0.4);
  padding-bottom: 2px;
}

.page-home .home-trust__stats {
  display: grid;
  gap: 12px;
  margin: 0;
}

.page-home .home-trust__stat {
  padding: 16px 18px;
  background: var(--color-bg-card);
  border-left: 3px solid var(--color-gold);
}

.page-home .home-trust__stat-label {
  margin-bottom: 8px;
  font-size: 13px;
  color: var(--color-text-dim);
}

.page-home .home-trust__stat-num {
  margin: 0 0 6px;
  font-family: var(--font-data);
  font-size: 2.4rem;
  line-height: 1;
  color: var(--color-gold);
}

.page-home .home-trust__stat-unit {
  font-size: 1.2rem;
  margin-left: 2px;
}

.page-home .home-trust__stat-sub {
  margin: 0;
  font-size: 13px;
  line-height: 1.5;
  color: var(--color-text-dim);
}

.page-home .home-trust__footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
  margin-top: 32px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 215, 0, 0.24);
  font-size: 13px;
  color: var(--color-text-dim);
}

.page-home .home-trust__footer p {
  margin: 0;
}

@media (min-width: 640px) {
  .page-home .home-hero__preview-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }

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

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

@media (min-width: 960px) {
  .page-home .home-hero {
    padding: 72px 24px 0;
    clip-path: polygon(0 0, 100% 0, 100% 97%, 0 100%);
  }

  .page-home .home-hero__row {
    grid-template-columns: 1.08fr 0.92fr;
    gap: 44px;
  }

  .page-home .home-hero__title {
    font-size: clamp(4.5rem, 9vw, 7.5rem);
  }

  .page-home .home-hero__preview-wrap {
    margin-top: 40px;
  }

  .page-home .home-fixture {
    margin-top: 18px;
    padding: 64px 24px;
  }

  .page-home .home-fixture__grid {
    grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr) auto;
    gap: 28px;
  }

  .page-home .home-fixture__btn {
    justify-self: end;
  }

  .page-home .home-weekend {
    padding: 72px 24px 64px;
  }

  .page-home .home-weekend__grid {
    grid-template-columns: 0.9fr 1.1fr;
    gap: 44px;
  }

  .page-home .home-news {
    padding: 68px 24px 60px;
  }

  .page-home .home-news__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
  }

  .page-home .home-trust {
    padding: 72px 24px 56px;
  }

  .page-home .home-trust__grid {
    grid-template-columns: 0.9fr 1.1fr;
    gap: 48px;
    align-items: end;
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-home *,
  .page-home *::before,
  .page-home *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
