/* Restored Matchpoint live-match tennis animation.
   Kept as a separate asset so the live hosting cache receives it immediately. */
.mp-home .hero--canvas .mediaband {
  position: relative;
  min-height: 500px;
  margin-top: 14px;
  overflow: hidden;
  border: 1px solid rgba(0, 32, 96, 0.18);
  border-radius: 16px;
  background: radial-gradient(120% 150% at 50% 0%, #0a1430, #05080f);
  box-shadow: 0 30px 70px rgba(0, 32, 96, 0.14);
}

.mp-home .hero--canvas .mediaband .match-canvas {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
}

@media (max-width: 860px) {
  .mp-home .hero--canvas .mediaband {
    min-height: 0;
    height: auto;
    margin-top: 20px;
    aspect-ratio: 16 / 10;
  }
}

@media (max-width: 640px) {
  .mp-home .hero--canvas .mediaband {
    aspect-ratio: 4 / 3;
  }
}
