.page-home {
  --panel-radius: 6px;
  background: var(--navy);
  color: var(--off-white);
  overflow-x: hidden;
  font-family: var(--font-body);
  line-height: 1.6;
}
.page-home a:focus-visible {
  outline: 2px solid var(--orange);
  outline-offset: 3px;
}
.page-home .exhibit-head {
  margin-bottom: 18px;
}
.page-home .exhibit-head--paper .exhibit-head__title {
  color: var(--navy-deep);
}
.page-home .exhibit-head--paper .exhibit-head__note {
  color: var(--slate);
}

.hero-live {
  position: relative;
  padding: 72px 20px 48px;
  overflow: hidden;
  background: var(--navy-deep);
}
.hero-live__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.32;
}
.hero-live__veil {
  position: absolute;
  inset: 0;
  background: linear-gradient(118deg, rgba(5, 13, 30, 0.94) 0%, rgba(10, 30, 63, 0.82) 52%, rgba(10, 30, 63, 0.42) 100%);
}
.hero-live__arc {
  position: absolute;
  right: -18%;
  bottom: -16%;
  width: 460px;
  height: 320px;
  border-radius: 62% 38% 58% 42% / 46% 54% 46% 54%;
  border: 2px solid rgba(255, 215, 0, 0.28);
  transform: rotate(-10deg);
  pointer-events: none;
}
.hero-live__inner {
  position: relative;
  z-index: 2;
  max-width: var(--container-w);
  margin: 0 auto;
}
.hero-live__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 0.82rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--slate);
  margin-bottom: 22px;
}
.hero-live__dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 4px rgba(0, 196, 140, 0.18);
}
.hero-live__title {
  font-family: var(--font-display);
  font-size: clamp(2.4rem, 9vw, 5.4rem);
  line-height: 0.98;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: var(--off-white);
  margin: 0 0 20px;
}
.hero-live__accent {
  color: var(--orange);
}
.hero-live__lead {
  color: var(--off-white);
  max-width: 58ch;
  margin: 0 0 32px;
}
.hero-live__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.hero-live__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 24px;
  background: var(--orange);
  color: var(--navy-deep);
  font-weight: 700;
  border-radius: var(--radius);
  text-decoration: none;
}
.hero-live__btn--ghost {
  background: transparent;
  border: 1px solid rgba(255, 107, 0, 0.6);
  color: var(--orange);
}

.score-window {
  margin-top: 36px;
  border: 1px solid rgba(255, 215, 0, 0.32);
  background: rgba(5, 13, 30, 0.68);
  backdrop-filter: blur(10px);
  border-radius: var(--panel-radius);
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.36);
  position: relative;
  z-index: 2;
}
.score-window__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 18px;
  border-bottom: 1px solid rgba(122, 140, 166, 0.28);
}
.score-window__label {
  font-size: 0.86rem;
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.score-window__live {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.76rem;
  color: var(--green);
}
.score-window__live i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--green);
  display: inline-block;
}
.score-window__list {
  list-style: none;
  margin: 0;
  padding: 0;
  background-image: linear-gradient(rgba(122, 140, 166, 0.08) 1px, transparent 1px);
  background-size: 100% 38px;
}
.score-window__row {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) auto minmax(0, 1fr) 44px;
  gap: 10px;
  align-items: center;
  padding: 13px 18px;
  border-bottom: 1px solid rgba(122, 140, 166, 0.14);
  font-size: 0.88rem;
}
.score-window__row:last-child {
  border-bottom: 0;
}
.score-window__league {
  font-size: 0.72rem;
  color: var(--slate);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.score-window__team--home {
  text-align: right;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.score-window__team--away {
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.score-window__score {
  font-family: var(--font-display);
  color: var(--gold);
  letter-spacing: 0.04em;
  font-size: 1.05rem;
}
.score-window__time {
  font-size: 0.72rem;
  color: var(--orange);
  text-align: right;
}
.score-window__foot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 18px;
  border-top: 1px solid rgba(255, 107, 0, 0.24);
  font-size: 0.78rem;
  color: var(--slate);
}
.score-window__foot a {
  color: var(--orange);
  text-decoration: none;
  font-weight: 600;
}

.home-index {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  padding: 0 20px;
  background: rgba(5, 13, 30, 0.92);
  border-bottom: 1px solid rgba(122, 140, 166, 0.3);
  scrollbar-width: none;
}
.home-index::-webkit-scrollbar {
  display: none;
}
.home-index__item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 16px 14px 0;
  margin-right: 20px;
  color: var(--slate);
  text-decoration: none;
  border-bottom: 2px solid transparent;
  transition: border-color 0.2s var(--ease), color 0.2s var(--ease);
}
.home-index__item:hover {
  color: var(--off-white);
  border-bottom-color: var(--orange);
}
.home-index__num {
  font-family: var(--font-display);
  font-size: 0.9rem;
  color: var(--orange);
}
.home-index__text {
  font-size: 0.84rem;
  white-space: nowrap;
}

.section-live {
  position: relative;
  padding: 72px 20px 80px;
  background: var(--navy);
}
.section-live::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: repeating-linear-gradient(90deg, var(--orange) 0 56px, transparent 56px 72px);
  opacity: 0.9;
}
.section-live__inner {
  max-width: var(--container-w);
  margin: 0 auto;
  display: grid;
  gap: 40px;
}
.section-live__desc {
  margin: 24px 0;
  max-width: 72ch;
}
.section-live__more {
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
  margin-top: 8px;
  border-bottom: 2px solid rgba(255, 107, 0, 0.35);
  padding-bottom: 2px;
}

.stat-cluster {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  margin: 32px 0;
}
.stat-cell {
  border-left: 3px solid var(--orange);
  padding: 4px 0 4px 14px;
}
.stat-cell__num {
  font-family: var(--font-display);
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  color: var(--gold);
  line-height: 1;
}
.stat-cell__label {
  display: block;
  margin-top: 6px;
  font-size: 0.8rem;
  color: var(--slate);
}

.live-panel {
  border: 1px solid rgba(122, 140, 166, 0.3);
  background: rgba(27, 58, 107, 0.45);
  padding: 24px;
  border-radius: var(--panel-radius);
  position: relative;
}
.live-panel::after {
  content: "";
  position: absolute;
  right: -10px;
  top: -10px;
  width: 32px;
  height: 32px;
  border-right: 2px solid var(--orange);
  border-top: 2px solid var(--orange);
}
.live-panel__title {
  font-family: var(--font-display);
  font-size: 1.2rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--gold);
  margin: 0 0 14px;
}
.live-panel__list {
  list-style: none;
  margin: 0 0 16px;
  padding: 0;
}
.live-panel__list li {
  padding: 8px 0 8px 22px;
  border-bottom: 1px solid rgba(122, 140, 166, 0.14);
  position: relative;
  font-size: 0.92rem;
  color: var(--off-white);
}
.live-panel__list li::before {
  content: "▸";
  position: absolute;
  left: 0;
  color: var(--orange);
}
.live-panel__tip {
  font-size: 0.82rem;
  color: var(--slate);
  margin: 0;
}

.section-client {
  position: relative;
  padding: 80px 20px;
  background: linear-gradient(120deg, rgba(255, 107, 0, 0.1) 0%, transparent 48%), var(--navy-2);
}
.section-client::before {
  content: "";
  position: absolute;
  right: -60px;
  top: -60px;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 215, 0, 0.16), transparent 68%);
  pointer-events: none;
}
.section-client__inner {
  max-width: var(--container-w);
  margin: 0 auto;
  display: grid;
  gap: 36px;
}
.section-client__media {
  position: relative;
}
.section-client__img {
  width: 100%;
  height: auto;
  max-width: 560px;
  display: block;
  border: 1px solid rgba(255, 215, 0, 0.28);
  border-radius: var(--panel-radius);
}
.section-client__badge {
  position: absolute;
  right: -8px;
  top: 18px;
  background: var(--orange);
  color: var(--navy-deep);
  font-weight: 800;
  font-size: 0.74rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 6px 14px;
  border-radius: 2px;
  transform: rotate(3deg);
}
.section-client__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.section-client__desc {
  margin: 0;
  max-width: 64ch;
}
.section-client__link {
  color: var(--orange);
  text-decoration: none;
  font-weight: 600;
  display: inline-block;
  margin-top: 8px;
}

.check-list {
  list-style: none;
  margin: 24px 0;
  padding: 0;
}
.check-list li {
  position: relative;
  padding: 10px 0 10px 34px;
  border-bottom: 1px solid rgba(122, 140, 166, 0.2);
  font-size: 0.95rem;
}
.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 16px;
  width: 18px;
  height: 18px;
  border: 2px solid var(--orange);
  border-radius: 50%;
}

.section-player {
  position: relative;
  padding: 80px 20px;
  background: linear-gradient(180deg, var(--navy) 0%, var(--navy-deep) 100%);
}
.section-player::after {
  content: "";
  position: absolute;
  left: -12%;
  bottom: -10%;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  border: 2px solid rgba(255, 215, 0, 0.18);
  transform: rotate(24deg);
  pointer-events: none;
}
.section-player__inner {
  max-width: var(--container-w);
  margin: 0 auto;
  display: grid;
  gap: 40px;
}
.section-player__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.section-player__desc {
  margin: 0;
  max-width: 64ch;
}
.section-player__link {
  color: var(--orange);
  text-decoration: none;
  font-weight: 600;
  display: inline-block;
  margin-top: 8px;
}

.dim-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 24px 0;
}
.dim-tags__item {
  font-size: 0.8rem;
  padding: 6px 14px;
  border: 1px solid rgba(255, 215, 0, 0.36);
  border-radius: 999px;
  color: var(--gold);
  background: rgba(255, 215, 0, 0.06);
}

.player-nums {
  display: flex;
  flex-wrap: wrap;
  gap: 36px;
  margin: 22px 0 28px;
}
.player-num__value {
  font-family: var(--font-display);
  font-size: 2.1rem;
  color: var(--orange);
  line-height: 1;
  display: block;
}
.player-num__label {
  font-size: 0.8rem;
  color: var(--slate);
  margin-top: 4px;
  display: block;
}

.player-figure {
  margin: 0;
  position: relative;
  background: rgba(5, 13, 30, 0.55);
  border: 1px solid rgba(255, 215, 0, 0.22);
  border-radius: var(--panel-radius);
  padding: 12px;
}
.player-figure::before {
  content: "";
  position: absolute;
  inset: 8px;
  border: 1px dashed rgba(122, 140, 166, 0.3);
  pointer-events: none;
  border-radius: 2px;
}
.player-figure__img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 2px;
  position: relative;
  z-index: 1;
}
.player-figure__cap {
  font-size: 0.78rem;
  color: var(--slate);
  text-align: center;
  padding: 10px 0 4px;
  position: relative;
  z-index: 1;
}

.section-report {
  position: relative;
  padding: 80px 20px;
  background: var(--cream);
  color: var(--navy-deep);
}
.section-report::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 6px;
  background: linear-gradient(90deg, var(--orange) 0 140px, var(--gold) 140px 220px, var(--navy-2) 220px 100%);
}
.section-report__inner {
  max-width: var(--container-w);
  margin: 0 auto;
}
.section-report__head {
  display: grid;
  gap: 28px;
}
.section-report__img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 3px;
  box-shadow: 0 18px 44px rgba(10, 30, 63, 0.22);
}
.section-report__body {
  display: grid;
  gap: 8px;
  align-items: start;
}

.report-issue {
  margin-top: 36px;
  padding: 28px;
  background: var(--off-white);
  border-left: 6px solid var(--orange);
  border-radius: 2px;
}
.report-issue__tag {
  display: inline-block;
  background: var(--navy-deep);
  color: var(--gold);
  font-size: 0.76rem;
  letter-spacing: 0.1em;
  padding: 4px 12px;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.report-issue__title {
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  line-height: 1.1;
  margin: 0 0 12px;
  color: var(--navy-deep);
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
.report-issue__text {
  font-size: 0.95rem;
  color: #24344d;
  margin: 0 0 20px;
}
.report-issue__link {
  color: var(--orange);
  font-weight: 700;
  text-decoration: none;
  border-bottom: 2px solid rgba(255, 107, 0, 0.3);
  padding-bottom: 2px;
}

.report-list {
  list-style: none;
  margin: 36px 0 0;
  padding: 0;
}
.report-list__item {
  display: flex;
  gap: 16px;
  align-items: baseline;
  padding: 18px 0;
  border-bottom: 1px solid rgba(10, 30, 63, 0.16);
}
.report-list__item:last-child {
  border-bottom: 0;
}
.report-list__num {
  font-family: var(--font-display);
  font-size: 1.1rem;
  color: var(--orange);
  min-width: 36px;
}
.report-list__name {
  color: var(--navy-deep);
  font-size: 0.92rem;
}

.section-vault {
  position: relative;
  padding: 80px 20px;
  background: var(--navy-deep);
}
.section-vault::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: repeating-linear-gradient(90deg, var(--gold) 0 40px, transparent 40px 56px);
  opacity: 0.5;
}
.section-vault__inner {
  max-width: var(--container-w);
  margin: 0 auto;
}
.vault-grid {
  display: grid;
  gap: 24px;
  margin-top: 36px;
}
.vault-panel {
  background: rgba(27, 58, 107, 0.5);
  border: 1px solid rgba(122, 140, 166, 0.28);
  padding: 32px;
  border-radius: var(--panel-radius);
  position: relative;
  transition: transform 0.2s var(--ease), border-color 0.2s var(--ease);
}
.vault-panel:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 107, 0, 0.55);
}
.vault-panel--gold {
  border-top: 3px solid var(--gold);
}
.vault-panel__title {
  font-family: var(--font-display);
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--gold);
  margin: 0 0 10px;
}
.vault-panel__text {
  color: var(--off-white);
  font-size: 0.92rem;
  margin: 0 0 18px;
}
.vault-panel__list {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
}
.vault-panel__list li {
  padding: 7px 0 7px 22px;
  position: relative;
  font-size: 0.88rem;
  color: var(--slate);
}
.vault-panel__list li::before {
  content: "◆";
  position: absolute;
  left: 0;
  font-size: 0.6rem;
  color: var(--orange);
  top: 12px;
}
.vault-panel__link {
  color: var(--orange);
  text-decoration: none;
  font-weight: 600;
  font-size: 0.92rem;
}

.section-trust {
  padding: 56px 20px 72px;
  background: linear-gradient(180deg, var(--navy-deep) 0%, var(--navy) 100%);
  border-top: 1px solid rgba(122, 140, 166, 0.24);
}
.section-trust__inner {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}
.section-trust__text {
  font-size: 0.9rem;
  color: var(--slate);
  line-height: 1.8;
  max-width: 72ch;
  margin: 0 auto 24px;
}
.section-trust__links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
  font-size: 0.92rem;
}
.section-trust__links a {
  color: var(--off-white);
  text-decoration: none;
}
.section-trust__links a:hover {
  color: var(--orange);
}
.section-trust__sep {
  color: var(--slate);
}
.section-trust__note {
  font-size: 0.82rem;
  color: var(--slate);
  margin-top: 20px;
}

@media (min-width: 700px) {
  .stat-cluster {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (min-width: 800px) {
  .vault-grid {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }
  .section-report__body {
    grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
    gap: 40px;
  }
  .report-list {
    margin-top: 36px;
  }
}

@media (min-width: 900px) {
  .hero-live {
    padding: 120px 20px 88px;
    min-height: 88vh;
    display: flex;
    align-items: center;
  }
  .hero-live__inner {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
    gap: 64px;
    width: 100%;
    align-items: center;
  }
  .score-window {
    margin-top: 0;
    transform: rotate(0.8deg) translateY(10px);
    max-width: 480px;
    margin-left: auto;
  }
  .section-live__inner {
    grid-template-columns: minmax(0, 1.25fr) minmax(260px, 0.75fr);
    gap: 56px;
    align-items: start;
  }
  .section-client__inner {
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: 56px;
    align-items: center;
  }
  .section-client__img {
    max-width: none;
  }
  .section-player__inner {
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.85fr);
    gap: 64px;
    align-items: center;
  }
  .section-report__head {
    grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
    align-items: end;
    gap: 48px;
  }
}

@media (max-width: 699px) {
  .home-index {
    overflow-x: auto;
    flex-wrap: nowrap;
    -webkit-overflow-scrolling: touch;
  }
  .home-index__item {
    flex: 0 0 auto;
  }
}
