:root {
  --verho-bg: #050907;
  --verho-bg-soft: #0a1515;
  --verho-panel: #0b2934;
  --verho-panel-strong: #103542;
  --verho-panel-hover: #123b49;
  --verho-heading: #7fb8cc;
  --verho-accent: #7fb8cc;
  --verho-accent-2: #7fb8cc;
  --verho-text: #f3efe2;
  --verho-muted: rgba(243, 239, 226, 0.72);
  --verho-line: rgba(243, 239, 226, 0.82);
  --verho-frame: rgba(127, 184, 204, 0.64);
  --verho-frame-soft: rgba(127, 184, 204, 0.34);
  --verho-shadow: 0 24px 80px rgba(0, 0, 0, 0.52);
  --verho-container: min(100% - 48px, 1400px);
}

html:has(.game-hero),
body:has(.game-hero) {
  background: var(--verho-bg);
}

body:has(.game-hero) {
  color: var(--verho-text);
}

body:has(.game-hero) .darkmode-toggle-holder,
body:has(.game-hero) #header,
body:has(.game-hero) #footer {
  display: none !important;
}

body:has(.game-hero) #wrapper,
body:has(.game-hero) #container,
body:has(.game-hero) #main,
body:has(.game-hero) .main-content,
body:has(.game-hero) .mod_article,
body:has(.game-hero) .row {
  background: transparent !important;
}

body:has(.game-hero) #wrapper {
  position: relative;
  z-index: 1;
}

.game-container {
  width: var(--verho-container);
  margin-inline: auto;
}

.game-page-background {
  position: fixed;
  z-index: 0;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  background: var(--verho-bg);
}

.game-page-background__media,
.game-page-background__media video,
.game-page-background__media img,
.game-page-background__shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.game-page-background__media video,
.game-page-background__media img {
  object-fit: cover;
  object-position: 53% 50%;
}

.game-page-background__shade {
  background:
    linear-gradient(90deg, rgba(4, 12, 12, 0.78) 0%, rgba(6, 22, 25, 0.26) 46%, rgba(4, 16, 18, 0.4) 100%),
    linear-gradient(180deg, rgba(3, 9, 9, 0.08) 0%, rgba(5, 18, 20, 0.16) 65%, rgba(4, 13, 14, 0.72) 100%);
}

.game-hero,
.game-section,
.rsce-video-player,
.game-footer {
  position: relative;
  z-index: 1;
}

.game-hero {
  display: block;
  min-height: 100svh;
  overflow: clip;
  background: transparent;
}

.game-hero__inner {
  width: var(--verho-container);
  min-height: 100svh;
  margin-inline: auto;
  display: flex;
  align-items: flex-start;
  padding-block: 64px 260px;
}

.game-hero__content {
  width: min(100%, 580px);
  display: grid;
  gap: 20px;
}

.game-hero__logo {
  width: min(100%, 480px);
}

.game-hero__logo figure,
.game-hero__logo picture,
.game-hero__logo-img {
  display: block;
  width: 100%;
}

.game-hero__logo-img {
  height: auto;
  filter: drop-shadow(0 18px 32px rgba(0, 0, 0, 0.72));
}

.game-hero h1 {
  max-width: 14ch;
  margin: 0;
  color: var(--verho-heading);
  font-size: 4.5rem;
  line-height: 0.94;
  text-transform: uppercase;
}

.game-hero__intro {
  max-width: 560px;
  padding: 18px 22px;
  color: var(--verho-text);
  background: rgba(11, 41, 52, 0.88);
  border: 1px solid var(--verho-frame-soft);
  border-radius: 16px;
  font-size: 1.05rem;
  line-height: 1.58;
}

.game-hero__intro p {
  margin: 0;
}

.game-release-badge {
  position: absolute;
  z-index: 5;
  left: 0;
  bottom: clamp(218px, 31vh, 285px);
  min-width: 176px;
  padding: 15px 22px;
  color: var(--verho-text);
  background: var(--verho-panel);
  border: 1px solid var(--verho-frame);
  border-left: 0;
  border-radius: 0 18px 18px 0;
  box-shadow: var(--verho-shadow);
  text-transform: uppercase;
}

.game-release-badge span,
.game-release-badge small {
  display: block;
}

.game-release-badge span {
  color: var(--verho-text);
  font-size: 0.9rem;
  font-weight: 900;
  line-height: 1.2;
}

.game-release-badge small {
  margin-top: 4px;
  color: var(--verho-heading);
  font-size: 0.72rem;
  font-weight: 800;
  line-height: 1.2;
}

.game-buy-panel {
  position: absolute;
  z-index: 4;
  right: max(56px, calc((100vw - 1180px) / 2));
  bottom: clamp(126px, 15vh, 180px);
  left: max(56px, calc((100vw - 1180px) / 2));
  width: auto;
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  filter: none;
  text-align: center;
}

.game-buy-panel::before,
.game-buy-panel::after {
  content: none;
}

.game-hero .game-buy-panel > .game-buy-panel__eyebrow {
  margin: 0 0 1rem;
  color: var(--verho-heading);
  font-size: clamp(1.5rem, 2.3vw, 2rem);
  font-weight: 900;
  line-height: 1.15;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-shadow: 0 3px 20px rgba(0, 0, 0, 0.8);
}

.game-buy-panel__list {
  display: grid;
  grid-template-columns: repeat(4, minmax(230px, 1fr));
  gap: clamp(8px, 1.15vw, 14px);
}

.game-platform-card {
  position: relative;
  min-height: clamp(138px, 11vw, 166px);
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 0.82rem;
  padding: clamp(1rem, 1.6vw, 1.35rem) clamp(0.78rem, 1.4vw, 1.1rem);
  overflow: hidden;
  color: var(--verho-text);
  text-align: center;
  text-decoration: none;
  background:
    linear-gradient(180deg, rgba(18, 59, 73, 0.94), rgba(11, 41, 52, 0.96)),
    var(--verho-panel);
  border: 0;
  border-radius: 0;
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.28);
  transition: transform 220ms ease, border-color 220ms ease, background 220ms ease, box-shadow 220ms ease;
}

.game-platform-card::before,
.game-platform-card::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.game-platform-card::before {
  inset: 8px;
  border: 1px solid var(--verho-frame);
  box-shadow: inset 0 0 20px rgba(127, 184, 204, 0.04);
  transition: border-color 220ms ease, box-shadow 220ms ease;
}

.game-platform-card::after {
  right: 12px;
  bottom: 8px;
  left: 12px;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--verho-heading), transparent);
  opacity: 0.66;
}

.game-platform-card:hover,
.game-platform-card:focus-visible {
  transform: translateY(-3px);
  background: var(--verho-panel-hover);
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.42), 0 0 26px rgba(127, 184, 204, 0.2);
  outline: 0;
}

.game-platform-card:hover::before,
.game-platform-card:focus-visible::before {
  border-color: var(--verho-heading);
  box-shadow: inset 0 0 24px rgba(127, 184, 204, 0.08), 0 0 18px rgba(127, 184, 204, 0.16);
}

.game-platform-card.is-pending {
  color: rgba(255, 255, 255, 0.72);
  cursor: default;
  filter: grayscale(0.16);
}

.game-platform-card__mark {
  width: min(100%, 174px);
  height: clamp(58px, 5vw, 76px);
  display: grid;
  place-items: center;
}

.game-platform-card__mark figure,
.game-platform-card__mark picture {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
}

.game-platform-card__mark svg {
  position: relative;
  z-index: 1;
  width: 54px;
  height: 54px;
  fill: currentColor;
}

.game-platform-card__logo {
  position: relative;
  z-index: 1;
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: clamp(58px, 5vw, 76px);
  object-fit: contain;
  filter: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.35));
}

.game-platform-card[data-platform="nintendo"] .game-platform-card__logo {
  max-width: 76px;
  max-height: 70px;
}

.game-platform-card__cta {
  align-self: center;
  font-size: clamp(0.8rem, 0.86vw, 0.94rem);
  font-weight: 900;
  line-height: 1.18;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  white-space: nowrap;
}

.game-platform-card__status {
  min-height: 16px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.66rem;
  line-height: 16px;
  text-transform: uppercase;
}

.game-social-rail {
  position: fixed;
  z-index: 300;
  top: 50%;
  right: 22px;
  display: grid;
  gap: 10px;
  isolation: isolate;
  pointer-events: none;
  transform: translateY(-50%);
}

.game-social-rail a,
.game-footer__socials a {
  width: 48px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  color: var(--verho-text);
  background: rgba(5, 18, 23, 0.82);
  border: 1px solid var(--verho-frame-soft);
  text-decoration: none;
  backdrop-filter: blur(10px);
  pointer-events: auto;
  transition: color 180ms ease, border-color 180ms ease, transform 180ms ease, background-color 180ms ease;
}

.game-social-rail a:hover,
.game-social-rail a:focus-visible,
.game-footer__socials a:hover,
.game-footer__socials a:focus-visible {
  color: var(--verho-text);
  background: var(--verho-panel);
  border-color: var(--verho-frame);
  transform: translateY(-2px);
  outline: 0;
}

.game-social-rail svg,
.game-footer__socials svg {
  width: 23px;
  height: 23px;
  fill: currentColor;
}

.game-section {
  min-height: 0;
  display: grid;
  align-items: center;
  padding-block: clamp(56px, 7vw, 84px);
  background: rgba(5, 18, 23, 0.2);
}

.game-story__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 58px;
  align-items: center;
}

.game-story--image-left .game-story__media {
  order: -1;
}

.game-story__content {
  padding: 42px;
  color: var(--verho-text);
  background: rgba(11, 41, 52, 0.96);
  border: 1px solid var(--verho-frame);
  border-radius: 34px;
  box-shadow: var(--verho-shadow);
}

.game-kicker {
  margin: 0 0 8px;
  color: var(--verho-heading);
  font-size: 0.78rem;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
}

body:has(.game-hero) .contao-cookiebar.cc-wrap {
  right: clamp(16px, 3vw, 42px) !important;
  bottom: clamp(16px, 3vw, 34px) !important;
  left: auto !important;
  width: min(440px, calc(100vw - 32px)) !important;
  max-height: min(76vh, 720px);
  overflow: auto;
  color: var(--verho-text);
  background:
    linear-gradient(180deg, rgba(15, 49, 61, 0.96), rgba(5, 13, 13, 0.98)),
    var(--verho-panel);
  border: 1px solid rgba(127, 184, 204, 0.5);
  border-radius: 22px;
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.58), 0 0 34px rgba(127, 184, 204, 0.16);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
}

body:has(.game-hero) .contao-cookiebar .cc-inner {
  position: relative;
  display: grid;
  gap: 16px;
  padding: 24px;
}

body:has(.game-hero) .contao-cookiebar .cc-head,
body:has(.game-hero) .contao-cookiebar .cc-info {
  color: rgba(243, 239, 226, 0.78);
  font-size: 0.92rem;
  line-height: 1.55;
}

body:has(.game-hero) .contao-cookiebar .cc-head {
  padding-right: 28px;
}

body:has(.game-hero) .contao-cookiebar .cc-groups {
  display: grid;
  gap: 12px;
}

body:has(.game-hero) .contao-cookiebar .cc-group,
body:has(.game-hero) .contao-cookiebar .cc-cookie {
  color: rgba(243, 239, 226, 0.72);
  background: rgba(2, 8, 9, 0.34);
  border: 1px solid rgba(127, 184, 204, 0.22);
  border-radius: 14px;
}

body:has(.game-hero) .contao-cookiebar .cc-group {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px 12px;
  padding: 13px 14px;
}

body:has(.game-hero) .contao-cookiebar input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin: 0;
  accent-color: var(--verho-heading);
}

body:has(.game-hero) .contao-cookiebar label.group,
body:has(.game-hero) .contao-cookiebar label.cookie {
  margin: 0;
  color: var(--verho-text);
  font-weight: 800;
  line-height: 1.2;
}

body:has(.game-hero) .contao-cookiebar .cc-detail-btn,
body:has(.game-hero) .contao-cookiebar .cc-detail-btn-details {
  min-height: 32px;
  padding: 0 10px;
  color: var(--verho-heading);
  background: rgba(127, 184, 204, 0.1);
  border: 1px solid rgba(127, 184, 204, 0.24);
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

body:has(.game-hero) .contao-cookiebar .cc-cookies {
  grid-column: 1 / -1;
  display: none;
  gap: 10px;
  padding-top: 4px;
  font-size: 0.84rem;
  line-height: 1.5;
}

body:has(.game-hero) .contao-cookiebar .cc-cookies[style*="block"],
body:has(.game-hero) .contao-cookiebar .cc-cookies.is-active {
  display: grid;
}

body:has(.game-hero) .contao-cookiebar .cc-cookie {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 8px 10px;
  padding: 11px 12px;
}

body:has(.game-hero) .contao-cookiebar .cc-cookie-info {
  grid-column: 1 / -1;
  display: grid;
  gap: 4px;
  color: rgba(243, 239, 226, 0.6);
  font-size: 0.76rem;
}

body:has(.game-hero) .contao-cookiebar .cc-cookie-info span {
  color: var(--verho-heading);
  font-weight: 800;
}

body:has(.game-hero) .contao-cookiebar .cc-cookie-desc {
  grid-column: 1 / -1;
  padding: 9px 10px;
  color: rgba(243, 239, 226, 0.72);
  background: rgba(255, 255, 255, 0.04);
  border-radius: 10px;
  font-size: 0.76rem;
  line-height: 1.45;
}

body:has(.game-hero) .contao-cookiebar .cc-footer {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9px;
  padding: 0;
  background: transparent;
}

body:has(.game-hero) .contao-cookiebar .cc-btn {
  min-height: 42px;
  margin: 0;
  padding: 0.74rem 0.95rem;
  color: var(--verho-text);
  background: rgba(127, 184, 204, 0.12);
  border: 1px solid rgba(127, 184, 204, 0.42);
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 900;
  line-height: 1.1;
  text-transform: uppercase;
}

body:has(.game-hero) .contao-cookiebar .cc-btn.success {
  color: #041012;
  background: var(--verho-heading);
  border-color: var(--verho-heading);
}

body:has(.game-hero) .contao-cookiebar .cc-btn.deny {
  grid-column: 1 / -1;
}

body:has(.game-hero) .contao-cookiebar .cc-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  color: var(--verho-text);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(127, 184, 204, 0.22);
  border-radius: 999px;
  line-height: 1;
}

.game-section h2,
.rsce-video-player h2 {
  margin: 0;
  color: var(--verho-heading);
  font-size: 3rem;
  line-height: 1;
  text-transform: uppercase;
}

.game-richtext {
  margin-top: 18px;
  color: var(--verho-text);
  font-size: 1.05rem;
  line-height: 1.72;
}

.game-story__content > .game-richtext:first-child {
  margin-top: 0;
}

.game-richtext p {
  margin: 0;
}

.game-richtext p + p {
  margin-top: 1em;
}

.game-feature-list {
  display: grid;
  gap: 12px;
  margin-top: 24px;
}

.game-feature-list__item {
  display: grid;
  gap: 3px;
  padding: 13px 0;
  border-top: 1px solid var(--verho-frame-soft);
}

.game-feature-list__item strong {
  font-size: 0.78rem;
  text-transform: uppercase;
}

.game-story__media {
  position: relative;
  width: min(100%, 580px);
  justify-self: center;
  padding: 0;
  overflow: hidden;
  background: #100b08;
  border: 1px solid var(--verho-frame);
  border-radius: 8px;
  box-shadow: var(--verho-shadow);
}

.game-story__lightbox,
.game-story__media figure,
.game-story__media picture,
.game-story__image {
  display: block;
  width: 100%;
}

.game-story__image {
  height: auto;
}

.rsce-video-player {
  min-height: 0;
  display: grid;
  align-items: center;
  padding-block: clamp(56px, 7vw, 84px);
  color: var(--verho-text);
  background: rgba(5, 18, 23, 0.24);
}

.rsce-video-player .ce--inner {
  width: var(--verho-container);
  margin-inline: auto;
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(0, 0.88fr);
  gap: 58px;
  align-items: center;
}

.rsce-video-player .ce--headline {
  grid-column: 1 / -1;
  margin: 0;
}

.rsce-video-player .ce--headline:empty {
  display: none;
}

.rsce-video-player .rsce-video-player__media {
  width: 100% !important;
  max-width: none !important;
  overflow: hidden;
  background: #000;
  border: 1px solid var(--verho-frame);
  border-radius: 8px;
  box-shadow: var(--verho-shadow);
}

.rsce-video-player .rsce-video-player__poster,
.rsce-video-player picture,
.rsce-video-player img {
  display: block;
  width: 100%;
  height: 100%;
}

.rsce-video-player img {
  object-fit: cover;
}

.rsce-video-player .video-play-button {
  color: var(--verho-heading);
}

.rsce-video-player .rsce-video-player__caption {
  max-width: none;
  margin: 0;
  padding: 42px;
  color: var(--verho-text);
  background: rgba(11, 41, 52, 0.96);
  border: 1px solid var(--verho-frame);
  border-radius: 34px;
  box-shadow: var(--verho-shadow);
  font-size: 1.05rem;
  line-height: 1.72;
  text-align: left;
}

.rsce-video-player .rsce-video-player__caption p {
  margin: 0;
}

.game-section-head {
  max-width: 820px;
  margin-bottom: 28px;
}

.game-section-head .game-kicker {
  margin-bottom: 6px;
}

.game-section-head .game-richtext {
  color: var(--verho-muted);
}

.game-screenshots {
  min-height: auto;
  align-items: start;
  background: rgba(5, 18, 23, 0.18);
}

.game-screenshots__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.game-screenshots__slider {
  overflow: visible;
}

.game-screenshots__controls {
  display: none;
}

.game-screenshot-card {
  display: block;
  height: auto;
  overflow: hidden;
  background: #050a0b;
  border: 1px solid var(--verho-frame-soft);
  border-radius: 4px;
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.32);
  transition: border-color 220ms ease, box-shadow 220ms ease;
}

.game-screenshot-card__image {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 420ms ease;
}

.game-screenshot-card:hover .game-screenshot-card__image,
.game-screenshot-card:focus-visible .game-screenshot-card__image {
  transform: scale(1.04);
}

.game-screenshot-card:hover,
.game-screenshot-card:focus-visible {
  border-color: var(--verho-heading);
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.36), 0 0 0 1px rgba(127, 184, 204, 0.3), 0 0 28px rgba(127, 184, 204, 0.16);
  outline: 0;
}

.game-footer {
  padding-block: 48px 58px;
  color: var(--verho-muted);
  background: #020403;
  border-top: 1px solid var(--verho-frame-soft);
}

.game-footer__inner {
  display: grid;
  justify-items: start;
  gap: 22px;
  text-align: left;
}

.game-footer__logos,
.game-footer__links,
.game-footer__socials {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 24px;
}

.game-footer__logos a,
.game-footer__logos span {
  display: grid;
  place-items: center;
}

.game-footer__logo {
  display: block;
  width: auto;
  height: auto;
  max-width: 190px;
  max-height: 72px;
  object-fit: contain;
}

.game-footer__links a {
  color: var(--verho-text);
  font-size: 0.84rem;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
}

.game-footer__links a:hover,
.game-footer__links a:focus-visible {
  color: var(--verho-heading);
  outline: 0;
}

.game-footer__socials a {
  width: 40px;
}

.game-footer__legal {
  max-width: 1050px;
  color: rgba(255, 255, 255, 0.45);
  font-size: 0.69rem;
  line-height: 1.72;
  text-transform: uppercase;
}

@media (min-width: 1101px) {
  .game-section > .game-container,
  .rsce-video-player .ce--inner {
    width: min(100% - 160px, 1280px);
  }
}

@media (max-width: 1100px) {
  .game-hero__inner {
    padding-top: 46px;
  }

  .game-buy-panel__list {
    grid-template-columns: repeat(4, minmax(160px, 205px));
  }

  .game-platform-card {
    min-height: 164px;
  }

  .game-story__grid,
  .rsce-video-player .ce--inner {
    gap: 36px;
  }

  .game-story__content,
  .rsce-video-player .rsce-video-player__caption {
    padding: 34px;
  }
}

@media (max-width: 880px) {
  .game-hero {
    min-height: auto;
    padding-bottom: 28px;
  }

  .game-hero__inner {
    min-height: auto;
    padding-block: 34px 22px;
  }

  .game-hero__logo {
    width: min(100%, 400px);
  }

  .game-buy-panel {
    position: relative;
    right: auto;
    bottom: auto;
    left: auto;
    width: var(--verho-container);
    margin: 0 auto;
  }

  .game-buy-panel__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .game-release-badge {
    position: relative;
    right: auto;
    bottom: auto;
    left: 0;
    width: fit-content;
    margin: 24px 0 0;
  }

  .game-section,
  .rsce-video-player {
    min-height: auto;
    padding-block: 72px;
  }

  .game-story__grid,
  .rsce-video-player .ce--inner {
    grid-template-columns: 1fr;
  }

  .game-story--image-left .game-story__media {
    order: -1;
  }

  .game-story__media {
    width: min(100%, 640px);
  }

  .game-screenshots__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 681px) {
  .game-screenshots__grid.swiper-wrapper {
    height: auto;
    display: grid;
    transform: none !important;
  }

  .game-screenshot-card.swiper-slide {
    width: auto !important;
  }
}

@media (max-width: 680px) {
  :root {
    --verho-container: min(100% - 28px, 1400px);
  }

  body:has(.game-hero) .contao-cookiebar.cc-wrap {
    right: 10px !important;
    bottom: 10px !important;
    left: 10px !important;
    width: auto !important;
    max-height: calc(100svh - 20px);
    border-radius: 18px;
  }

  body:has(.game-hero) .contao-cookiebar .cc-inner {
    gap: 13px;
    padding: 20px;
  }

  body:has(.game-hero) .contao-cookiebar .cc-group {
    grid-template-columns: auto minmax(0, 1fr);
  }

  body:has(.game-hero) .contao-cookiebar .cc-detail-btn {
    grid-column: 1 / -1;
    justify-self: start;
  }

  body:has(.game-hero) .contao-cookiebar .cc-footer {
    grid-template-columns: 1fr;
  }

  .game-page-background__media video,
  .game-page-background__media img {
    object-position: 56% 50%;
  }

  .game-page-background__shade {
    background:
      linear-gradient(180deg, rgba(4, 12, 12, 0.24) 0%, rgba(4, 13, 14, 0.46) 50%, rgba(4, 13, 14, 0.76) 100%),
      linear-gradient(90deg, rgba(4, 13, 14, 0.62), rgba(6, 22, 25, 0.14));
  }

  .game-hero__inner {
    padding-top: 26px;
  }

  .game-hero__logo {
    width: min(100%, 330px);
  }

  .game-hero h1 {
    font-size: 3rem;
  }

  .game-hero .game-buy-panel > .game-buy-panel__eyebrow {
    margin-bottom: 12px;
    font-size: 1.85rem;
  }

  .game-buy-panel__list {
    gap: 10px;
  }

  .game-platform-card {
    min-height: 124px;
    gap: 0.68rem;
    padding: 0.78rem 0.56rem;
  }

  .game-platform-card__mark {
    width: min(100%, 138px);
    height: 42px;
  }

  .game-platform-card__logo {
    max-width: 122px;
    max-height: 42px;
  }

  .game-platform-card[data-platform="nintendo"] .game-platform-card__logo {
    max-width: 55px;
    max-height: 54px;
  }

  .game-platform-card__cta {
    font-size: 0.7rem;
    white-space: normal;
  }

  .game-platform-card__status {
    font-size: 0.58rem;
    line-height: 14px;
  }

  .game-release-badge {
    margin-left: -14px;
    padding: 12px 18px 12px 14px;
    border-radius: 0 14px 14px 0;
  }

  .game-social-rail {
    position: fixed;
    top: 20px;
    right: 8px;
    transform: none;
    gap: 7px;
  }

  .game-social-rail a {
    width: 38px;
  }

  .game-social-rail svg {
    width: 19px;
    height: 19px;
  }

  .game-section,
  .rsce-video-player {
    padding-block: 54px;
  }

  .game-story__grid,
  .rsce-video-player .ce--inner {
    gap: 24px;
  }

  .game-story__content,
  .rsce-video-player .rsce-video-player__caption {
    padding: 24px;
    border-radius: 22px;
  }

  .game-section h2,
  .rsce-video-player h2 {
    font-size: 2.35rem;
  }

  .game-richtext,
  .rsce-video-player .rsce-video-player__caption {
    font-size: 1rem;
    line-height: 1.65;
  }

  .game-screenshots__slider {
    margin-inline: -14px;
    padding-inline: 14px;
    overflow: hidden;
  }

  .game-screenshots__grid {
    display: flex;
    gap: 0;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
    -webkit-mask-image: none !important;
    mask-image: none !important;
  }

  .game-screenshot-card {
    width: 82%;
  }

  .game-screenshots__controls {
    min-height: 44px;
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr) 44px;
    align-items: center;
    gap: 12px;
    margin-top: 18px;
  }

  .game-screenshots__nav {
    position: static;
    width: 44px;
    height: 44px;
    margin: 0;
    color: var(--verho-text);
    background: var(--verho-panel);
    border: 1px solid var(--verho-frame);
    border-radius: 50%;
  }

  .game-screenshots__nav::after {
    font-size: 16px;
    font-weight: 900;
  }

  .game-screenshots__pagination {
    position: static;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 7px;
  }

  .game-screenshots__pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 !important;
    background: rgba(255, 255, 255, 0.45);
    opacity: 1;
  }

  .game-screenshots__pagination .swiper-pagination-bullet-active {
    background: var(--verho-heading);
  }

  .game-footer__inner {
    justify-items: center;
    text-align: center;
  }

  .game-footer__logos,
  .game-footer__links,
  .game-footer__socials {
    justify-content: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .game-page-background__video {
    display: none;
  }

  .game-platform-card,
  .game-platform-card::before,
  .game-screenshot-card__image {
    transition: none;
  }
}

body:has(.game-hero) .contao-cookiebar.cc-wrap {
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  width: auto !important;
  max-height: 100dvh;
  display: flex !important;
  align-items: flex-end !important;
  justify-content: flex-end !important;
  padding: clamp(16px, 3vw, 42px) !important;
  overflow: hidden;
  pointer-events: none;
  color: var(--verho-text);
  background: transparent !important;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

body:has(.game-hero) .contao-cookiebar.cc-wrap .cc-inner {
  width: min(440px, calc(100vw - 32px));
  max-height: min(76dvh, 680px);
  display: grid;
  gap: 16px;
  padding: 24px !important;
  overflow-y: auto;
  pointer-events: auto;
  color: var(--verho-text);
  text-align: left;
  background:
    linear-gradient(180deg, rgba(15, 49, 61, 0.97), rgba(5, 13, 13, 0.99)),
    var(--verho-panel) !important;
  border: 1px solid rgba(127, 184, 204, 0.5);
  border-radius: 22px !important;
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.58), 0 0 34px rgba(127, 184, 204, 0.16) !important;
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
}

body:has(.game-hero) .contao-cookiebar.cc-wrap .cc-head,
body:has(.game-hero) .contao-cookiebar.cc-wrap .cc-info {
  margin: 0;
  padding: 0;
  color: rgba(243, 239, 226, 0.78);
  font-size: 0.92rem;
  line-height: 1.55;
}

body:has(.game-hero) .contao-cookiebar.cc-wrap .cc-head {
  padding-right: 34px;
}

body:has(.game-hero) .contao-cookiebar.cc-wrap .cc-groups {
  display: grid;
  gap: 12px;
  padding: 0;
}

body:has(.game-hero) .contao-cookiebar.cc-wrap .cc-group {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px 12px;
  margin: 0;
  padding: 13px 14px;
  color: rgba(243, 239, 226, 0.72);
  background: rgba(2, 8, 9, 0.34);
  border: 1px solid rgba(127, 184, 204, 0.22);
  border-radius: 14px;
}

body:has(.game-hero) .contao-cookiebar.cc-wrap input + label.group,
body:has(.game-hero) .contao-cookiebar.cc-wrap input + label.cookie {
  margin: 0;
  padding: 8px 0 8px 48px;
  color: var(--verho-text);
  font-weight: 900;
  line-height: 1.2rem;
}

body:has(.game-hero) .contao-cookiebar.cc-wrap input + label::before {
  top: 6px;
  left: 0;
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(127, 184, 204, 0.5);
}

body:has(.game-hero) .contao-cookiebar.cc-wrap input + label::after {
  top: 10px;
  left: 4px;
  background: rgba(243, 239, 226, 0.9);
}

body:has(.game-hero) .contao-cookiebar.cc-wrap input:checked + label::before {
  background: rgba(127, 184, 204, 0.24);
  border-color: var(--verho-heading);
}

body:has(.game-hero) .contao-cookiebar.cc-wrap input:checked + label::after {
  background: var(--verho-heading);
}

body:has(.game-hero) .contao-cookiebar.cc-wrap .cc-detail-btn,
body:has(.game-hero) .contao-cookiebar.cc-wrap .cc-detail-btn-details {
  min-height: 32px;
  margin: 0;
  padding: 0 10px;
  color: var(--verho-heading);
  background: rgba(127, 184, 204, 0.1);
  border: 1px solid rgba(127, 184, 204, 0.24);
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
}

body:has(.game-hero) .contao-cookiebar.cc-wrap .cc-cookies {
  grid-column: 1 / -1;
  width: auto;
  margin: 0;
  padding: 2px 0 0;
  color: rgba(243, 239, 226, 0.7);
  background: transparent;
  border-radius: 0;
  font-size: 0.84rem;
  line-height: 1.5;
}

body:has(.game-hero) .contao-cookiebar.cc-wrap .cc-cookie {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 8px;
  margin: 10px 0 0;
  padding: 11px 12px;
  color: rgba(243, 239, 226, 0.72);
  background: rgba(2, 8, 9, 0.34);
  border: 1px solid rgba(127, 184, 204, 0.2);
  border-radius: 12px;
}

body:has(.game-hero) .contao-cookiebar.cc-wrap .cc-cookie-info {
  display: grid;
  gap: 4px;
  padding: 9px 10px;
  color: rgba(243, 239, 226, 0.62);
  background: rgba(255, 255, 255, 0.04);
  border: 0;
  border-radius: 10px;
  font-size: 0.76rem;
}

body:has(.game-hero) .contao-cookiebar.cc-wrap .cc-cookie-info span {
  color: var(--verho-heading);
  font-weight: 900;
}

body:has(.game-hero) .contao-cookiebar.cc-wrap .cc-footer {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9px;
  padding: 0;
  background: transparent;
}

body:has(.game-hero) .contao-cookiebar.cc-wrap .cc-btn {
  width: 100%;
  min-height: 42px;
  margin: 0;
  padding: 0.74rem 0.95rem;
  color: var(--verho-text);
  background: rgba(127, 184, 204, 0.12);
  border: 1px solid rgba(127, 184, 204, 0.42);
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 900;
  line-height: 1.1;
  text-transform: uppercase;
}

body:has(.game-hero) .contao-cookiebar.cc-wrap .cc-btn.success {
  color: #041012;
  background: var(--verho-heading);
  border-color: var(--verho-heading);
}

body:has(.game-hero) .contao-cookiebar.cc-wrap .cc-btn.deny {
  grid-column: 1 / -1;
}

body:has(.game-hero) .contao-cookiebar.cc-wrap .cc-close {
  top: 14px;
  right: 14px;
  width: 34px;
  height: 34px;
  color: var(--verho-text) !important;
  background: rgba(255, 255, 255, 0.06) !important;
  border: 1px solid rgba(127, 184, 204, 0.22) !important;
  border-radius: 999px;
}

@media (max-width: 680px) {
  body:has(.game-hero) .contao-cookiebar.cc-wrap {
    justify-content: center !important;
    padding: 10px !important;
  }

  body:has(.game-hero) .contao-cookiebar.cc-wrap .cc-inner {
    width: 100%;
    max-height: calc(100dvh - 20px);
    gap: 13px;
    padding: 20px !important;
    border-radius: 18px !important;
  }

  body:has(.game-hero) .contao-cookiebar.cc-wrap .cc-group {
    grid-template-columns: 1fr;
  }

  body:has(.game-hero) .contao-cookiebar.cc-wrap .cc-detail-btn {
    justify-self: start;
  }

  body:has(.game-hero) .contao-cookiebar.cc-wrap .cc-footer {
    grid-template-columns: 1fr;
  }
}

.rsce-video-player.video-align-center .rsce-video-player__media{margin-left:auto;margin-right:auto}.rsce-video-player.video-align-end .rsce-video-player__media{margin-left:auto;margin-right:0}.rsce-video-player.video-align-start .rsce-video-player__media{margin-left:0;margin-right:auto}.rsce-video-player__media{position:relative;width:100%}.rsce-video-player__iframe,.rsce-video-player__iframe-embed,.rsce-video-player__media .content-media,.rsce-video-player__media video{height:100%;width:100%}.rsce-video-player__iframe{position:relative}.rsce-video-player__iframe-embed{background-color:#000;border:0;border-radius:var(--video-player-radius,0);display:block}.rsce-video-player__media video{border-radius:var(--video-player-radius,0);display:block;object-fit:cover}.rsce-video-player__lightbox-link{display:block;position:relative;text-decoration:none}.rsce-video-player__poster{border-radius:var(--video-player-radius,0);display:block;overflow:hidden;position:relative}.rsce-video-player__poster img,.rsce-video-player__poster picture{display:block;height:auto;width:100%}.video-play-button{align-items:center;background-color:rgba(0,0,0,.65);border-radius:999px;color:#fff;display:inline-flex;height:clamp(48px,8vw,72px);inset:50% auto auto 50%;justify-content:center;pointer-events:none;position:absolute;transform:translate(-50%,-50%);transition:transform .3s ease,background-color .3s ease;width:clamp(48px,8vw,72px)}.video-play-button svg{height:60%;width:60%}.rsce-video-player__lightbox-link:hover .video-play-button{background-color:rgba(0,0,0,.85);transform:translate(-50%,-50%) scale(1.05)}.rsce-video-player__poster--button{align-items:center;background:var(--bs-gray-200,#f2f2f2);border-radius:var(--video-player-radius,0);display:inline-flex;justify-content:center;min-height:200px}.rsce-video-player__caption{font-size:.95rem;margin-top:1rem}
