.page-home {
  overflow-x: hidden;
}

.page-home img {
  max-width: 100%;
  height: auto;
}

.page-home .breadcrumbs {
  padding: 1.2rem 1.25rem 0;
  font-family: var(--font-body);
  font-size: 0.75rem;
  color: var(--navy);
}

.page-home .breadcrumbs span {
  color: var(--orange);
  font-weight: 600;
  letter-spacing: 0.04em;
}

.page-home .hero-board {
  padding: 2.25rem 1.25rem 1.5rem;
  background: repeating-linear-gradient(-45deg, transparent 0 16px, rgba(28, 24, 20, 0.03) 16px 32px);
}

.page-home .hero-title {
  font-family: var(--font-head);
  font-weight: 900;
  font-size: clamp(2.6rem, 12vw, 4.5rem);
  line-height: 0.98;
  letter-spacing: 0.01em;
  color: var(--ink);
  margin: 0 0 1.2rem;
}

.page-home .hero-brand {
  display: block;
}

.page-home .hero-sub {
  display: block;
  font-family: var(--font-body);
  font-weight: 700;
  font-size: clamp(0.9rem, 2.4vw, 1.2rem);
  letter-spacing: 0.12em;
  color: var(--navy);
  margin-top: 0.65rem;
}

.page-home .hero-lead {
  max-width: 30rem;
  margin: 0 0 1.5rem;
  font-family: var(--font-body);
  font-size: 0.95rem;
  line-height: 1.75;
  color: var(--ink);
}

.page-home .hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.page-home .hero-score {
  position: relative;
  margin-top: 1.75rem;
  overflow: hidden;
  background: var(--navy);
  clip-path: polygon(0 0, 100% 0, 100% 92%, 0 100%);
}

.page-home .hero-media {
  margin: 0;
  height: 210px;
  overflow: hidden;
}

.page-home .hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: contrast(1.05) saturate(1.1);
}

.page-home .score-board {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  padding: 1.1rem 1.25rem 1.75rem;
  background: linear-gradient(to top, rgba(22, 50, 79, 1) 55%, rgba(22, 50, 79, 0.9));
  color: var(--cream);
}

.page-home .score-league {
  font-family: var(--font-body);
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  color: rgba(245, 239, 230, 0.8);
}

.page-home .score-main {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  font-family: var(--font-mono);
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 1;
  color: var(--cream);
}

.page-home .score-main i {
  font-style: normal;
  font-size: 1.9rem;
  color: rgba(245, 239, 230, 0.45);
}

.page-home .score-teams {
  font-family: var(--font-body);
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--cream);
}

.page-home .score-status {
  font-family: var(--font-mono);
  font-size: 0.7rem;
  letter-spacing: 0.05em;
  color: rgba(245, 239, 230, 0.7);
}

.page-home .focus-section,
.page-home .updates-section,
.page-home .quick-section,
.page-home .reports-section,
.page-home .partners-section {
  padding: 0 1.25rem;
  margin-bottom: 4rem;
}

.page-home .section-head {
  border-bottom: 2px solid var(--line);
  padding-bottom: 0.75rem;
  margin-bottom: 1.75rem;
}

.page-home .section-index {
  margin: 0 0 0.35rem;
  font-family: var(--font-mono);
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--orange);
}

.page-home .section-title {
  margin: 0 0 0.4rem;
  font-family: var(--font-head);
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 1.16;
  letter-spacing: 0.01em;
  color: var(--ink);
}

.page-home .section-sub {
  margin: 0;
  font-family: var(--font-body);
  font-size: 0.82rem;
  line-height: 1.6;
  color: var(--navy);
}

.page-home .card {
  border: 1px solid var(--line);
  border-radius: 0;
  background: var(--cream);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.page-home .card:hover {
  border-color: var(--orange);
  box-shadow: 5px 5px 0 var(--sand);
}

.page-home .card-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.6rem;
  margin-bottom: 0.75rem;
}

.page-home .card-meta {
  font-family: var(--font-mono);
  font-size: 0.7rem;
  color: var(--navy);
}

.page-home .card-foot {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.8rem;
  margin-top: 1rem;
}

.page-home .meta-line {
  font-family: var(--font-body);
  font-size: 0.72rem;
  color: var(--blue);
}

.page-home .focus-grid {
  display: grid;
  gap: 1.1rem;
}

.page-home .focus-main {
  padding: 1.4rem 1.2rem 1.3rem;
}

.page-home .focus-score {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  padding: 1.6rem 0 1.1rem;
}

.page-home .fc-team {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.22rem;
  flex: 1;
  min-width: 0;
  font-family: var(--font-head);
  font-size: 1rem;
  font-weight: 700;
  color: var(--ink);
  text-align: center;
  line-height: 1.25;
}

.page-home .fc-team small {
  font-family: var(--font-body);
  font-size: 0.68rem;
  font-weight: 400;
  color: var(--blue);
}

.page-home .fc-num {
  font-family: var(--font-mono);
  font-size: 3.1rem;
  font-weight: 700;
  line-height: 1;
  color: var(--red);
}

.page-home .fc-colon {
  font-family: var(--font-mono);
  font-size: 2.3rem;
  font-weight: 700;
  color: var(--line);
}

.page-home .focus-desc {
  margin: 0;
  font-family: var(--font-body);
  font-size: 0.85rem;
  line-height: 1.7;
  color: var(--ink);
}

.page-home .focus-side {
  display: grid;
  gap: 1.1rem;
}

.page-home .mini-card {
  padding: 1.1rem 1.2rem;
}

.page-home .score-label {
  display: block;
  margin-bottom: 0.4rem;
  font-family: var(--font-body);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: var(--navy);
}

.page-home .mini-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  font-family: var(--font-mono);
  font-size: 0.95rem;
  color: var(--ink);
}

.page-home .mini-line strong {
  font-size: 1.35rem;
  color: var(--red);
}

.page-home .mini-line i {
  font-style: normal;
  color: var(--line);
}

.page-home .mini-link {
  display: inline-block;
  margin-top: 0.55rem;
  font-family: var(--font-body);
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--blue);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s ease, color 0.2s ease;
}

.page-home .mini-link:hover {
  color: var(--orange);
  border-bottom-color: var(--orange);
}

.page-home .updates-wrap {
  display: grid;
  gap: 1.5rem;
}

.page-home .updates-grid {
  display: grid;
  gap: 1rem;
}

.page-home .update-card {
  padding: 1.25rem 1.2rem;
}

.page-home .update-top {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  margin-bottom: 0.6rem;
}

.page-home .update-card h3 {
  margin: 0;
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: 700;
  color: var(--ink);
  line-height: 1.45;
}

.page-home .update-card p {
  margin: 0 0 1rem;
  font-family: var(--font-body);
  font-size: 0.84rem;
  line-height: 1.7;
  color: var(--ink);
}

.page-home .updates-media {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--sand);
  clip-path: polygon(2% 0, 100% 0, 98% 100%, 0 100%);
}

.page-home .updates-media img {
  width: 100%;
  height: auto;
  max-height: 320px;
  object-fit: cover;
  display: block;
}

.page-home .quick-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.9rem;
}

.page-home .quick-card {
  display: flex;
  flex-direction: column;
  padding: 1.15rem 1rem 1.2rem;
  background: var(--sand);
  border: 1px solid var(--line);
  border-radius: 0;
  text-decoration: none;
  color: var(--ink);
  transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.page-home .quick-card:hover {
  border-color: var(--orange);
  transform: translateY(-3px);
  box-shadow: 4px 4px 0 var(--orange);
}

.page-home .quick-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.6rem;
  height: 2.6rem;
  margin-bottom: 0.7rem;
  background: var(--navy);
  color: var(--cream);
  border-radius: 0;
}

.page-home .quick-icon svg {
  width: 1.3rem;
  height: 1.3rem;
}

.page-home .quick-card h3 {
  margin: 0 0 0.4rem;
  font-family: var(--font-head);
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.3;
  color: var(--ink);
}

.page-home .quick-card p {
  margin: 0;
  font-family: var(--font-body);
  font-size: 0.75rem;
  line-height: 1.65;
  color: var(--ink);
}

.page-home .reports-grid {
  display: grid;
  gap: 1rem;
}

.page-home .report-card {
  padding: 1.3rem 1.2rem 1.2rem;
}

.page-home .report-card h3 {
  margin: 0.3rem 0 0.45rem;
  font-family: var(--font-head);
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.35;
  color: var(--ink);
}

.page-home .report-card p {
  margin: 0 0 0.85rem;
  font-family: var(--font-body);
  font-size: 0.82rem;
  line-height: 1.7;
  color: var(--ink);
}

.page-home .news-link {
  font-family: var(--font-body);
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--blue);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  padding-bottom: 1px;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.page-home .news-link:hover {
  color: var(--orange);
  border-bottom-color: var(--orange);
}

.page-home .stats-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.9rem;
  margin-bottom: 2.2rem;
}

.page-home .stat-card {
  display: flex;
  flex-direction: column;
  padding: 1.2rem 0.9rem 1.1rem;
  text-align: center;
  background: var(--sand);
}

.page-home .stat-num {
  font-family: var(--font-mono);
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1.1;
  color: var(--red);
}

.page-home .stat-label {
  margin-top: 0.35rem;
  font-family: var(--font-body);
  font-size: 0.75rem;
  color: var(--navy);
}

.page-home .partners-wrap {
  display: grid;
  gap: 1.5rem;
}

.page-home .partner-intro h3 {
  margin: 0 0 0.75rem;
  font-family: var(--font-head);
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--ink);
}

.page-home .partner-intro p {
  margin: 0 0 0.7rem;
  font-family: var(--font-body);
  font-size: 0.84rem;
  line-height: 1.75;
  color: var(--ink);
}

.page-home .partner-honor {
  background: var(--navy);
  color: var(--cream);
  padding: 0.6rem 0.9rem;
  font-size: 0.8rem;
  line-height: 1.6;
}

.page-home .trust-note {
  margin-top: 1rem;
  font-family: var(--font-mono);
  font-size: 0.68rem;
  color: var(--blue);
}

.page-home .stats-media {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--graphite);
}

.page-home .stats-media img {
  width: 100%;
  height: auto;
  max-height: 260px;
  object-fit: cover;
  display: block;
}

.page-home .bottom-banner {
  margin: 0;
  padding: 0 1.25rem 1.5rem;
}

.page-home .bottom-banner img {
  width: 100%;
  height: auto;
  max-height: 180px;
  object-fit: cover;
  display: block;
  border: 1px solid var(--line);
}

.page-home .contact-float {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 40;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  background: var(--orange);
  color: var(--cream);
  font-family: var(--font-body);
  font-size: 0.8rem;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 5px 16px rgba(232, 93, 58, 0.4);
  transition: transform 0.2s ease, background 0.2s ease;
}

.page-home .contact-float:hover {
  transform: translateY(-3px);
  background: var(--red);
}

.page-home .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.2rem;
  padding: 0.45rem 0.95rem;
  font-family: var(--font-body);
  font-size: 0.82rem;
  font-weight: 600;
  text-decoration: none;
  border: 1px solid var(--line);
  border-radius: 0;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.page-home .btn-primary {
  background: var(--orange);
  border-color: var(--orange);
  color: var(--cream);
}

.page-home .btn-primary:hover {
  background: var(--red);
  border-color: var(--red);
}

.page-home .btn-outline-navy {
  background: transparent;
  border-color: var(--navy);
  color: var(--navy);
}

.page-home .btn-outline-navy:hover {
  background: var(--navy);
  color: var(--cream);
}

.page-home .btn-sm {
  min-height: 1.85rem;
  padding: 0.3rem 0.75rem;
  font-size: 0.76rem;
}

.page-home .btn-download:active {
  animation: page-home-pulse 0.45s ease;
}

.page-home .tag {
  display: inline-flex;
  align-items: center;
  padding: 0.14rem 0.5rem;
  font-family: var(--font-body);
  font-size: 0.68rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.page-home .tag-live {
  background: var(--lime);
  color: var(--ink);
}

.page-home .tag-orange {
  background: var(--orange);
  color: var(--cream);
}

.page-home .tag-navy {
  background: var(--navy);
  color: var(--cream);
}

@keyframes page-home-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(232, 93, 58, 0.55);
  }
  100% {
    box-shadow: 0 0 0 12px rgba(232, 93, 58, 0);
  }
}

@media (min-width: 640px) {
  .page-home .hero-media {
    height: 260px;
  }

  .page-home .score-board {
    padding: 1.4rem 1.6rem 2.1rem;
  }

  .page-home .score-main {
    font-size: 4rem;
  }

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

  .page-home .update-card:first-child {
    grid-column: 1 / -1;
  }

  .page-home .updates-media img {
    max-height: 360px;
  }

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

  .page-home .quick-card {
    padding: 1.1rem 0.85rem;
  }

  .page-home .quick-card h3 {
    font-size: 0.82rem;
  }

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

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

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

  .page-home .stat-card {
    padding: 1.3rem 0.7rem;
  }
}

@media (min-width: 992px) {
  .page-home .breadcrumbs {
    padding: 1.5rem 2.5rem 0;
  }

  .page-home .hero-board {
    display: grid;
    grid-template-columns: minmax(0, 7fr) minmax(0, 5fr);
    gap: 2.2rem;
    align-items: stretch;
    padding: 3rem 2.5rem 2.5rem;
  }

  .page-home .hero-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 2rem 0;
  }

  .page-home .hero-title {
    font-size: clamp(3.2rem, 6.5vw, 5.8rem);
    margin-bottom: 1.5rem;
  }

  .page-home .hero-sub {
    font-size: 1.1rem;
  }

  .page-home .hero-lead {
    font-size: 1rem;
    max-width: 32rem;
    margin-bottom: 2rem;
  }

  .page-home .hero-score {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 520px;
    margin-top: 0;
    clip-path: polygon(7% 0, 100% 0, 100% 100%, 0 100%);
  }

  .page-home .hero-media {
    flex: 1 1 auto;
    height: auto;
    min-height: 320px;
  }

  .page-home .hero-media img {
    height: 100%;
  }

  .page-home .score-board {
    flex: 0 0 auto;
    padding: 1.6rem 2rem 2.4rem;
  }

  .page-home .score-main {
    font-size: 5rem;
  }

  .page-home .score-league {
    font-size: 0.9rem;
  }

  .page-home .score-teams {
    font-size: 1rem;
  }

  .page-home .focus-section,
  .page-home .updates-section,
  .page-home .quick-section,
  .page-home .reports-section,
  .page-home .partners-section {
    padding: 0 2.5rem;
    margin-bottom: 5.5rem;
  }

  .page-home .section-title {
    font-size: 2rem;
  }

  .page-home .section-sub {
    font-size: 0.9rem;
  }

  .page-home .focus-grid {
    grid-template-columns: minmax(0, 3fr) minmax(0, 2fr);
    gap: 1.5rem;
  }

  .page-home .focus-side {
    gap: 1.5rem;
  }

  .page-home .focus-main {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 1.8rem 1.8rem 1.6rem;
  }

  .page-home .focus-score {
    padding: 2.2rem 0 1.4rem;
  }

  .page-home .fc-num {
    font-size: 4.2rem;
  }

  .page-home .fc-colon {
    font-size: 3rem;
  }

  .page-home .fc-team {
    font-size: 1.2rem;
  }

  .page-home .mini-card {
    padding: 1.4rem 1.4rem;
  }

  .page-home .mini-line {
    font-size: 1rem;
  }

  .page-home .updates-wrap {
    grid-template-columns: minmax(0, 3fr) minmax(0, 2fr);
    gap: 2rem;
    align-items: stretch;
  }

  .page-home .updates-grid {
    gap: 1.2rem;
  }

  .page-home .update-card {
    padding: 1.5rem 1.4rem;
  }

  .page-home .updates-media {
    min-height: 100%;
    display: flex;
  }

  .page-home .updates-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-height: none;
  }

  .page-home .quick-grid {
    gap: 1.2rem;
  }

  .page-home .quick-card {
    padding: 1.6rem 1.25rem;
  }

  .page-home .quick-icon {
    width: 3rem;
    height: 3rem;
  }

  .page-home .quick-icon svg {
    width: 1.5rem;
    height: 1.5rem;
  }

  .page-home .quick-card h3 {
    font-size: 1rem;
  }

  .page-home .quick-card p {
    font-size: 0.82rem;
  }

  .page-home .reports-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
  }

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

  .page-home .report-card {
    padding: 1.5rem 1.35rem 1.35rem;
  }

  .page-home .stats-grid {
    gap: 1.2rem;
  }

  .page-home .stat-card {
    padding: 1.6rem 0.9rem;
  }

  .page-home .stat-num {
    font-size: 2.3rem;
  }

  .page-home .partners-wrap {
    grid-template-columns: minmax(0, 3fr) minmax(0, 2fr);
    gap: 2rem;
    align-items: center;
  }

  .page-home .stats-media img {
    max-height: 300px;
  }

  .page-home .bottom-banner {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .page-home .bottom-banner img {
    max-height: 220px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-home .card,
  .page-home .quick-card,
  .page-home .contact-float,
  .page-home .btn {
    transition: none;
  }

  .page-home .btn-download:active {
    animation: none;
  }

  .page-home .quick-card:hover,
  .page-home .contact-float:hover {
    transform: none;
  }
}
