.gaming-feature-story {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(320px, 0.65fr);
  gap: clamp(1.5rem, 4vw, 4rem);
  align-items: center;
  width: min(100% - 2rem, 1180px);
  margin: clamp(3rem, 7vw, 6rem) auto;
  padding: clamp(1rem, 2vw, 1.5rem);
  border: 1px solid var(--line);
  border-left: 5px solid var(--amber);
  background: #101719;
}

.gaming-feature-story figure {
  position: relative;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  background: #050809;
}

.gaming-feature-story figure img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.gaming-feature-story h2 {
  margin: 0.45rem 0 0.75rem;
  font-size: clamp(2rem, 4vw, 3.35rem);
  line-height: 0.98;
}

.gaming-feature-story p { color: var(--muted); }
.gaming-feature-story .button { margin-top: 1.1rem; }

.game-dossier { --wicked-red: #c44c35; }

.game-dossier-hero {
  position: relative;
  display: block;
  min-height: min(76vh, 760px);
  overflow: hidden;
  border: 1px solid var(--line);
  background: #080908;
}

.game-dossier-hero .article-hero-media {
  position: absolute;
  inset: 0;
  border-radius: 0;
}

.game-dossier-hero .article-hero-media::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, rgba(6, 8, 8, 0.96) 0%, rgba(6, 8, 8, 0.72) 46%, rgba(6, 8, 8, 0.08) 78%),
    linear-gradient(0deg, rgba(6, 8, 8, 0.76), transparent 48%);
  pointer-events: none;
}

.game-dossier-hero .article-hero-media img {
  width: 100%;
  height: 100%;
  min-height: 0;
  border-radius: 0;
  object-fit: cover;
}

.game-dossier-hero > div {
  position: relative;
  z-index: 2;
  width: min(760px, 66%);
  min-width: 0;
  min-height: min(76vh, 760px);
  padding: clamp(2rem, 6vw, 5.5rem);
  border: 0;
  border-radius: 0;
  background: transparent !important;
}

.game-dossier-hero h1 {
  max-width: 12ch;
  margin-top: 0.5rem;
  font-size: clamp(2.75rem, 5.3vw, 4.9rem);
  line-height: 0.93;
  letter-spacing: -0.045em;
  overflow-wrap: anywhere;
}

.game-dossier-hero > div > p {
  max-width: 57ch;
  color: #d4d8d7;
  font-size: 1.05rem;
}

.game-dossier-jump {
  position: sticky;
  top: 0;
  z-index: 15;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 1rem;
  align-items: center;
  margin-top: 1rem;
  padding: 0.75rem 1rem;
  border: 1px solid var(--line);
  background: rgba(12, 17, 18, 0.96);
  backdrop-filter: blur(14px);
}

.game-dossier-jump > span {
  color: var(--amber);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.game-dossier-jump div {
  display: flex;
  gap: 0.35rem;
  overflow-x: auto;
  scrollbar-width: thin;
}

.game-dossier-jump a {
  flex: 0 0 auto;
  border-left: 1px solid var(--line);
  padding: 0.15rem 0.7rem;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 750;
}

.game-dossier-jump a:hover { color: var(--ink); }

.game-dossier-facts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 1rem 0 0;
  border: 1px solid var(--line);
  background: var(--panel);
}

.game-dossier-facts > div {
  min-width: 0;
  padding: 1.15rem;
  border-right: 1px solid var(--line);
}

.game-dossier-facts > div:last-child { border-right: 0; }
.game-dossier-facts span,
.game-dossier-facts small { display: block; }
.game-dossier-facts span { color: var(--amber); font-size: 0.68rem; font-weight: 900; letter-spacing: 0.07em; text-transform: uppercase; }
.game-dossier-facts strong { display: block; margin: 0.35rem 0; font-size: 1.08rem; }
.game-dossier-facts small { color: var(--muted); font-size: 0.78rem; line-height: 1.4; }

.game-release-watch {
  display: grid;
  grid-template-columns: minmax(260px, 0.65fr) minmax(0, 1.35fr);
  gap: clamp(2rem, 6vw, 6rem);
  margin: clamp(3rem, 7vw, 6rem) 0;
}

.game-release-watch-heading {
  position: sticky;
  top: 5rem;
  align-self: start;
}

.game-release-watch-heading h2 {
  margin: 0.45rem 0 0.8rem;
  font-size: clamp(2rem, 4.5vw, 3.65rem);
  line-height: 0.98;
}

.game-release-watch-heading p { color: var(--muted); }
.game-release-watch ol { margin: 0; padding: 0; list-style: none; }

.game-release-watch li {
  display: grid;
  grid-template-columns: 110px minmax(0, 1fr);
  gap: 1rem;
  padding: 0 0 1.5rem;
}

.game-release-watch li::before {
  grid-column: 1;
  grid-row: 1;
  justify-self: end;
  width: 11px;
  height: 11px;
  margin: 0.35rem -1.4rem 0 0;
  border: 2px solid var(--paper);
  border-radius: 50%;
  background: var(--muted);
  box-shadow: 0 0 0 2px var(--line);
  content: "";
}

.game-release-watch time {
  grid-column: 1;
  grid-row: 1;
  padding-right: 0.45rem;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
  text-align: right;
}

.game-release-watch li > div {
  grid-column: 2;
  grid-row: 1;
  border-left: 1px solid var(--line);
  padding: 0 0 1.5rem 1.4rem;
}

.game-release-watch li span { display: block; color: var(--amber); font-size: 0.68rem; font-weight: 900; letter-spacing: 0.07em; text-transform: uppercase; }
.game-release-watch li strong { display: block; margin: 0.2rem 0; font-size: 1.15rem; }
.game-release-watch li p { margin: 0; color: var(--muted); font-size: 0.9rem; }
.game-release-watch li.is-next::before { background: var(--wicked-red); box-shadow: 0 0 0 3px rgba(196, 76, 53, 0.25); }
.game-release-watch li.is-next > div { border-left-color: var(--wicked-red); }
.game-release-watch li.is-next strong { color: #ffb39f; }

.game-gallery { margin: clamp(3rem, 7vw, 6rem) 0; }

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

.game-gallery figure {
  position: relative;
  grid-column: span 6;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  background: #070a0a;
}

.game-gallery figure:first-child { grid-column: span 12; }
.game-gallery img { display: block; width: 100%; height: auto; aspect-ratio: 16 / 9; object-fit: cover; }
.game-gallery figcaption { min-height: 4.5rem; padding: 0.85rem 1rem; color: var(--muted); font-size: 0.82rem; }
.game-gallery figcaption .media-credit { top: 0.45rem; bottom: auto; }

.game-dossier .answer-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.game-dossier .article-section { max-width: 940px; margin-inline: auto; padding: clamp(3rem, 7vw, 6rem) 0; background: transparent; }
.game-dossier .article-section h2 { max-width: 18ch; font-size: clamp(2rem, 4.5vw, 3.6rem); line-height: 0.98; }
.game-dossier .article-section > p { font-size: 1.03rem; line-height: 1.75; }
.game-dossier .article-section .check-list { columns: 2; column-gap: 2.5rem; }
.game-dossier .article-section .check-list li { break-inside: avoid; }

@media (max-width: 980px) {
  .gaming-feature-story,
  .game-release-watch {
    grid-template-columns: 1fr;
  }

  .game-release-watch-heading { position: static; }
  .game-dossier-facts { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .game-dossier-facts > div:nth-child(2) { border-right: 0; }
  .game-dossier-facts > div:nth-child(-n + 2) { border-bottom: 1px solid var(--line); }
}

@media (max-width: 680px) {
  .gaming-feature-story { margin-block: 2.5rem; padding: 0.75rem; }
  .gaming-feature-story h2 { font-size: 2rem; }

  .game-dossier-hero { min-height: 660px; }
  .game-dossier-hero .article-hero-media::after {
    background: linear-gradient(0deg, rgba(6, 8, 8, 0.98) 4%, rgba(6, 8, 8, 0.82) 52%, rgba(6, 8, 8, 0.1) 100%);
  }

  .game-dossier-hero .article-hero-media img { object-position: 62% center; }
  .game-dossier-hero > div {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 100%;
    min-height: 660px;
    padding: 1.25rem;
  }

  .game-dossier-hero h1 { font-size: clamp(2.35rem, 12vw, 3.35rem); }
  .game-dossier-hero > div > p { font-size: 0.94rem; }
  .game-dossier-jump { position: static; grid-template-columns: 1fr; }
  .game-dossier-facts { grid-template-columns: 1fr; }
  .game-dossier-facts > div,
  .game-dossier-facts > div:nth-child(2) { border-right: 0; border-bottom: 1px solid var(--line); }
  .game-dossier-facts > div:last-child { border-bottom: 0; }
  .game-release-watch { margin-block: 3rem; }
  .game-release-watch li { grid-template-columns: 78px minmax(0, 1fr); gap: 0.65rem; }
  .game-release-watch li > div { padding-left: 1rem; }
  .game-release-watch li::before { margin-right: -1rem; }
  .game-gallery figure,
  .game-gallery figure:first-child { grid-column: span 12; }
  .game-dossier .answer-grid { grid-template-columns: 1fr; }
  .game-dossier .article-section .check-list { columns: 1; }
  .game-dossier .article-section { padding-block: 3rem; }
}
