.game-page--void-hop {
  --game-accent: #f02038;
  --game-accent-rgb: 240 32 56;
}

.void-hop-rating {
  display: grid;
  width: fit-content;
  justify-items: start;
  gap: 0.12rem;
  margin-top: 1.25rem;
  padding: 0.9rem 1.2rem 1rem;
  border-left: 2px solid var(--game-accent);
  background: linear-gradient(
    100deg,
    rgb(var(--game-accent-rgb) / 0.16),
    rgb(5 3 9 / 0.3) 78%
  );
  box-shadow: 0 0 2rem rgb(var(--game-accent-rgb) / 0.11);
  color: rgb(255 255 255 / 0.7);
  font-family: "Inter", sans-serif;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: 1;
  text-transform: uppercase;
}

.void-hop-rating__stars {
  color: #ffcf48;
  font-size: clamp(1.625rem, 2.2vw, 1.875rem);
  letter-spacing: 0.12em;
  line-height: 1;
  text-shadow: 0 0 18px rgb(255 207 72 / 0.38);
}

.void-hop-rating strong {
  display: block;
  margin: 0.13rem 0 0.2rem;
  color: #fff;
  font-size: clamp(3.5rem, 5vw, 4rem);
  font-weight: 700;
  letter-spacing: -0.055em;
  line-height: 0.88;
  text-shadow: 0 0 1.4rem rgb(var(--game-accent-rgb) / 0.28);
}

.game-text-link.void-hop-anchor-link::after {
  content: none;
}

.void-hop-gameplay,
.void-hop-reviews {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.45fr);
  gap: clamp(2rem, 7vw, 7rem);
  padding-block: clamp(4.5rem, 9vw, 8rem);
  border-top: 1px solid rgb(var(--game-accent-rgb) / 0.32);
}

.void-hop-gameplay::before,
.void-hop-reviews::before {
  position: absolute;
  top: -1px;
  left: 0;
  width: clamp(4rem, 13vw, 9rem);
  height: 2px;
  background: var(--game-accent);
  box-shadow: 0 0 18px rgb(var(--game-accent-rgb) / 0.5);
  content: "";
}

.void-hop-gameplay__body {
  min-width: 0;
}

.void-hop-gameplay__intro {
  max-width: 47rem;
  margin: 0 0 clamp(2rem, 5vw, 4rem);
  color: rgb(255 255 255 / 0.8);
  font-size: clamp(1.05rem, 1.8vw, 1.35rem);
  line-height: 1.75;
}

.void-hop-pillars {
  margin: 0;
  padding: 0;
  list-style: none;
}

.void-hop-pillars li {
  display: grid;
  grid-template-columns: 3rem minmax(0, 1fr);
  gap: 1.1rem;
  align-items: start;
  padding: 1.35rem 0;
  border-top: 1px solid rgb(255 255 255 / 0.13);
}

.void-hop-pillars li:last-child {
  border-bottom: 1px solid rgb(255 255 255 / 0.13);
}

.void-hop-pillars li > span {
  padding-top: 0.28rem;
  color: var(--game-accent);
  font-family: "Inter", sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.void-hop-pillars h3,
.void-hop-pillars p {
  margin: 0;
}

.void-hop-pillars h3 {
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: clamp(0.95rem, 1.5vw, 1.15rem);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.void-hop-pillars p {
  margin-top: 0.45rem;
  color: rgb(255 255 255 / 0.65);
  line-height: 1.65;
}

.void-hop-video {
  display: grid;
  grid-template-columns: minmax(0, 0.75fr) minmax(0, 1.5fr);
  gap: clamp(2rem, 6vw, 6rem);
  align-items: center;
  padding-block: clamp(4rem, 8vw, 7rem);
  border-top: 1px solid rgb(255 255 255 / 0.12);
}

.void-hop-video video {
  display: block;
  width: 100%;
  max-height: min(76vh, 50rem);
  background: #05030a;
  border: 1px solid rgb(var(--game-accent-rgb) / 0.32);
  object-fit: contain;
}

.void-hop-gallery {
  padding-block: clamp(4.5rem, 9vw, 8rem);
}

.void-hop-shot-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) repeat(2, minmax(0, 0.8fr));
  grid-template-rows: repeat(2, minmax(15rem, 26rem));
  gap: clamp(0.65rem, 1.5vw, 1.15rem);
  width: 100%;
  margin-top: clamp(2rem, 5vw, 4rem);
}

.void-hop-shot {
  position: relative;
  min-width: 0;
  min-height: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  appearance: none;
  background: #08040c;
  border: 1px solid rgb(255 255 255 / 0.13);
  border-radius: 0;
  color: inherit;
  cursor: zoom-in;
  isolation: isolate;
}

.void-hop-shot--featured {
  grid-row: 1 / 3;
}

.void-hop-shot::after {
  position: absolute;
  right: 0.8rem;
  bottom: 0.8rem;
  display: grid;
  width: 2.35rem;
  height: 2.35rem;
  place-items: center;
  background: rgb(5 3 9 / 0.78);
  border: 1px solid rgb(var(--game-accent-rgb) / 0.58);
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 1.2rem;
  line-height: 1;
  opacity: 0;
  transform: translateY(0.4rem);
  transition:
    opacity 180ms ease,
    transform 180ms ease,
    border-color 180ms ease;
  content: "+";
}

.void-hop-shot img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
  transform: scale(1.001);
  transition: transform 260ms cubic-bezier(0.22, 1, 0.36, 1);
}

.void-hop-shot:hover,
.void-hop-shot:focus-visible {
  border-color: rgb(var(--game-accent-rgb) / 0.8);
  outline: none;
}

.void-hop-shot:hover::after,
.void-hop-shot:focus-visible::after {
  opacity: 1;
  transform: translateY(0);
}

.void-hop-shot:hover img,
.void-hop-shot:focus-visible img {
  transform: scale(1.025);
}

.void-hop-shot:focus-visible {
  box-shadow: 0 0 0 3px rgb(var(--game-accent-rgb) / 0.35);
}

.void-hop-lightbox {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: none;
  width: 100vw;
  max-width: none;
  height: 100vh;
  height: 100dvh;
  max-height: none;
  margin: 0;
  padding: clamp(1rem, 2vw, 1.5rem);
  overflow: hidden;
  place-items: center;
  background: rgb(2 1 5 / 0.94);
  border: 0;
  box-sizing: border-box;
  color: #fff;
}

.void-hop-lightbox[open] {
  display: grid;
}

.void-hop-lightbox::backdrop {
  position: fixed;
  inset: 0;
  background: rgb(2 1 5 / 0.94);
  backdrop-filter: blur(7px);
}

.void-hop-lightbox img {
  display: block;
  width: auto;
  max-width: 92vw;
  height: auto;
  max-height: 92vh;
  max-height: 92dvh;
  background: #06030a;
  border: 1px solid rgb(var(--game-accent-rgb) / 0.5);
  box-shadow: 0 1.5rem 5rem rgb(0 0 0 / 0.72);
  object-fit: contain;
}

.void-hop-lightbox__close {
  position: absolute;
  top: clamp(0.75rem, 2vw, 1.25rem);
  right: clamp(0.75rem, 2vw, 1.25rem);
  z-index: 2;
  display: grid;
  width: 2.75rem;
  height: 2.75rem;
  margin: 0;
  padding: 0;
  place-items: center;
  background: #09050d;
  border: 1px solid rgb(var(--game-accent-rgb) / 0.6);
  color: #fff;
  cursor: pointer;
  font-family: "Inter", sans-serif;
  font-size: 1.65rem;
  line-height: 1;
}

.void-hop-lightbox__close:hover,
.void-hop-lightbox__close:focus-visible {
  background: var(--game-accent);
  outline: none;
}

html.screenshot-lightbox-open {
  overflow: hidden;
}

.void-hop-features {
  padding-top: clamp(4.5rem, 9vw, 8rem);
}

.void-hop-reviews__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  border-top: 1px solid rgb(255 255 255 / 0.13);
  border-bottom: 1px solid rgb(255 255 255 / 0.13);
}

.void-hop-reviews figure {
  min-width: 0;
  margin: 0;
  padding: clamp(1.5rem, 3vw, 2.5rem);
}

.void-hop-reviews figure + figure {
  border-left: 1px solid rgb(255 255 255 / 0.13);
}

.void-hop-reviews figure > div {
  color: #ffcf48;
  font-family: "Inter", sans-serif;
  font-size: 0.82rem;
  letter-spacing: 0.12em;
}

.void-hop-reviews blockquote {
  margin: 1.3rem 0 2rem;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: clamp(1rem, 1.6vw, 1.2rem);
  line-height: 1.65;
}

.void-hop-reviews figcaption {
  color: rgb(255 255 255 / 0.52);
  font-family: "Inter", sans-serif;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.void-hop-final-cta {
  margin-top: 0;
}

.void-hop-universe-link {
  display: flex;
  justify-content: center;
  padding: clamp(2.4rem, 5vw, 4rem) 0 clamp(4rem, 8vw, 7rem);
}

.void-hop-universe-link a {
  padding: 0.75rem 0;
  border-bottom: 1px solid rgb(var(--game-accent-rgb) / 0.58);
  color: rgb(255 255 255 / 0.72);
  font-family: "Inter", sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-decoration: none;
  text-transform: uppercase;
  transition:
    color 180ms ease,
    border-color 180ms ease;
}

.void-hop-universe-link a:hover,
.void-hop-universe-link a:focus-visible {
  border-color: var(--game-accent);
  color: #fff;
  outline: none;
}

@media (max-width: 920px) {
  .void-hop-gameplay,
  .void-hop-reviews,
  .void-hop-video {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .void-hop-shot-layout {
    grid-template-columns: minmax(0, 1.2fr) repeat(2, minmax(0, 0.8fr));
    grid-template-rows: repeat(2, minmax(12rem, 21rem));
  }

  .void-hop-reviews__grid {
    grid-template-columns: 1fr;
  }

  .void-hop-reviews figure + figure {
    border-top: 1px solid rgb(255 255 255 / 0.13);
    border-left: 0;
  }
}

@media (max-width: 640px) {
  .void-hop-rating {
    gap: 0.1rem;
    padding: 0.78rem 1rem 0.85rem;
    font-size: 0.64rem;
  }

  .void-hop-gameplay,
  .void-hop-reviews,
  .void-hop-gallery,
  .void-hop-features {
    padding-block: 4rem;
  }

  .void-hop-gameplay__intro {
    font-size: 1rem;
  }

  .void-hop-pillars li {
    grid-template-columns: 2.25rem minmax(0, 1fr);
    gap: 0.75rem;
  }

  .void-hop-shot-layout {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: auto repeat(2, minmax(12rem, 48vw));
  }

  .void-hop-shot--featured {
    grid-column: 1 / -1;
    grid-row: auto;
    aspect-ratio: 3 / 4.4;
  }

  .void-hop-shot:not(.void-hop-shot--featured) {
    aspect-ratio: 1 / 1.18;
  }

  .void-hop-lightbox {
    padding: 0.75rem;
  }

  .void-hop-lightbox img {
    width: auto;
    max-width: 94vw;
    max-height: 94vh;
    max-height: 94dvh;
  }

  .void-hop-lightbox__close {
    top: 0.75rem;
    right: 0.75rem;
  }

  .void-hop-universe-link {
    padding-inline: 1rem;
    text-align: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .void-hop-shot img,
  .void-hop-shot::after {
    transition: none;
  }
}
