.pom-game-hero .pom-foot-dart-hero-image {
  position: absolute;
  z-index: -2;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 45%;
}

.pom-game-hero .pom-game-hero-copy {
  max-width: 760px;
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 28px;
  background: linear-gradient(135deg, rgba(8, 13, 10, .36), rgba(19, 28, 22, .22));
  box-shadow: 0 20px 55px rgba(0, 0, 0, .16);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
}

.pom-game-hero .pom-game-hero-copy h1,
.pom-game-hero .pom-game-hero-copy p {
  color: #fff;
}

.pom-game-hero .pom-game-hero-copy .pom-eyebrow {
  color: #f1ca84;
}

.pom-foot-dart-video {
  padding: clamp(48px, 7vw, 82px) 18px;
  color: #fff;
  background: #141a17;
}

.pom-foot-dart-video-inner {
  width: min(1120px, 100%);
  margin: 0 auto;
}

.pom-foot-dart-video-copy {
  max-width: 760px;
  margin-bottom: 26px;
}

.pom-foot-dart-video .pom-eyebrow {
  color: #e6bc72;
}

.pom-foot-dart-video h2 {
  margin: 8px 0 12px;
  color: #fff;
}

.pom-foot-dart-video p {
  color: rgba(255, 255, 255, .78);
}

.pom-foot-dart-video-card {
  width: min(560px, 100%);
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 28px;
  background: #050806;
  box-shadow: 0 24px 70px rgba(0, 0, 0, .3);
}

.pom-foot-dart-video-card video {
  display: block;
  width: 100%;
  height: auto;
  max-height: 82vh;
  object-fit: contain;
  background: #050806;
}

.pom-foot-dart-video-card figcaption {
  padding: 14px 18px;
  color: rgba(255, 255, 255, .76);
  font-size: .94rem;
}

.pom-foot-dart-content-image {
  width: min(1040px, calc(100% - 36px));
  margin: clamp(30px, 5vw, 58px) auto;
  overflow: hidden;
  border: 1px solid rgba(36, 29, 22, .1);
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 20px 55px rgba(36, 29, 22, .13);
}

.pom-foot-dart-content-image img {
  display: block;
  width: 100%;
  height: clamp(280px, 48vw, 560px);
  object-fit: cover;
}

.pom-foot-dart-content-image--portrait img {
  object-position: center 42%;
}

.pom-foot-dart-content-image figcaption {
  padding: 14px 18px;
  color: #4f463d;
  background: #fff;
  font-size: .94rem;
  font-weight: 700;
  line-height: 1.5;
}

@media (max-width: 680px) {
  .pom-game-hero .pom-foot-dart-hero-image {
    object-position: 58% center;
  }

  .pom-game-hero .pom-game-hero-copy {
    width: 100%;
    padding: 22px 18px;
    border-radius: 20px;
    background: rgba(8, 13, 10, .42);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
  }

  .pom-foot-dart-video {
    padding: 38px 14px;
  }

  .pom-foot-dart-video-card {
    width: 100%;
    border-radius: 20px;
  }

  .pom-foot-dart-content-image {
    width: calc(100% - 28px);
    margin: 30px auto;
    border-radius: 20px;
  }

  .pom-foot-dart-content-image img {
    height: clamp(240px, 78vw, 420px);
  }

  .pom-foot-dart-video-card video {
    width: 100%;
    height: auto;
    max-height: none;
  }
}
