/* Game detail page — dossier layout (loads with style.css) */
.game-banner-wrap {
  margin: 0;
  border-bottom: 3px solid var(--red);
}

.game-banner {
  display: block;
  width: 100%;
  aspect-ratio: 2 / 1;
  object-fit: cover;
  background: #111;
  border-bottom: 0;
}

.game-banner-wrap .game-shot-cap {
  padding-top: 0.55rem;
  padding-bottom: 0.75rem;
}

.game-head {
  padding: 1.6rem 0 1.4rem;
  border-bottom: 3px solid var(--ink);
  background: var(--white);
}

.game-head__crumb {
  margin: 0 0 0.55rem;
  font-size: 0.86rem;
  font-weight: 600;
  color: var(--muted);
}

.game-head__crumb a {
  color: var(--ink);
  text-decoration: none;
}

.game-head__top {
  display: grid;
  gap: 1rem;
  align-items: start;
}

.game-head__icon {
  width: 72px;
  height: 72px;
  object-fit: cover;
  background: #eee;
  border: 2px solid var(--ink);
}

.game-head__cat {
  display: inline-block;
  margin: 0 0 0.45rem;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--red);
}

.game-head h1 {
  margin: 0 0 0.55rem;
  font-family: var(--font-display);
  font-size: clamp(1.4rem, 4.2vw, 2.1rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.15;
}

.game-head__desc {
  margin: 0 0 0.9rem;
  color: var(--muted);
  max-width: 62ch;
}

.game-head__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-bottom: 1rem;
}

.game-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #e5e5e5;
}

.game-stats li {
  flex: 1 1 46%;
  padding: 0.7rem 0.75rem 0.7rem 0;
  border-bottom: 1px solid #e5e5e5;
}

.game-stats li:nth-child(odd) {
  border-right: 1px solid #e5e5e5;
  padding-right: 0.9rem;
}

.game-stats span {
  display: block;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--red);
}

.game-stats strong {
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 700;
}

.game-section {
  padding: 2.1rem 0;
  border-bottom: 3px solid var(--ink);
}

.game-section h2 {
  margin: 0 0 0.85rem;
  font-family: var(--font-display);
  font-size: clamp(1.3rem, 3.5vw, 1.75rem);
  font-weight: 800;
  letter-spacing: -0.02em;
}

.game-section--ink {
  background: var(--ink);
  color: #ddd;
}

.game-section--ink h2 {
  color: #fff;
}

.game-section--red {
  background: var(--red);
  color: #fff;
}

.game-section--red h2 {
  color: #fff;
}

.game-article > p,
.game-article p {
  margin: 0 0 1rem;
  color: var(--ink);
  font-size: 1.02rem;
  line-height: 1.7;
}

.game-article p:last-child {
  margin-bottom: 0;
}

.game-article strong {
  font-weight: 700;
}

.game-update {
  display: grid;
  gap: 1.25rem;
}

.game-update__item {
  padding-top: 0.85rem;
  border-top: 2px solid var(--red);
}

.game-update__item h3 {
  margin: 0 0 0.4rem;
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-weight: 700;
}

.game-update__item p {
  margin: 0;
  color: var(--muted);
}

.game-split {
  display: grid;
  gap: 1.5rem;
}

.game-split h3 {
  margin: 0 0 0.55rem;
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 700;
}

.game-split ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.game-split li {
  position: relative;
  padding: 0.55rem 0 0.55rem 1.1rem;
  border-top: 1px solid #e5e5e5;
  color: var(--muted);
}

.game-split li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.95rem;
  width: 7px;
  height: 7px;
  background: var(--red);
}

.game-split li:last-child {
  border-bottom: 1px solid #e5e5e5;
}

.game-split--con li::before {
  background: var(--ink);
}

.game-reviews {
  display: grid;
  gap: 1.15rem;
}

.game-review {
  padding: 0.9rem 0 0.9rem 1rem;
  border-left: 3px solid var(--red);
}

.game-review__name {
  margin: 0 0 0.35rem;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1rem;
  color: #fff;
}

.game-review p {
  margin: 0;
  color: rgba(255, 255, 255, 0.92);
}

.game-shot-cap {
  margin: 0.65rem 0 0;
  font-size: 0.92rem;
  color: var(--muted);
}

.game-faq .faq-item summary {
  color: #fff;
}

.game-faq .faq-item {
  border-bottom-color: rgba(255, 255, 255, 0.28);
}

.game-faq .faq-list {
  border-top-color: #fff;
}

.game-faq .faq-item p {
  color: rgba(255, 255, 255, 0.9);
}

.game-faq .faq-item summary::after {
  color: #fff;
}

.game-note {
  margin: 1.1rem 0 0;
  font-size: 0.95rem;
  color: var(--muted);
}

.game-section--red .game-note,
.game-section--ink .game-note {
  color: rgba(255, 255, 255, 0.85);
}

.game-section--red .game-note a,
.game-section--ink .game-note a {
  color: #fff;
}

@media (min-width: 860px) {
  .game-head__top {
    grid-template-columns: 88px 1fr;
    gap: 1.25rem;
  }

  .game-head__icon {
    width: 88px;
    height: 88px;
  }

  .game-stats li {
    flex: 1 1 16%;
    border-right: 1px solid #e5e5e5;
    border-bottom: 0;
    padding: 0.85rem 0.9rem 0.85rem 0;
  }

  .game-stats li:nth-child(odd) {
    border-right: 1px solid #e5e5e5;
  }

  .game-stats li:last-child {
    border-right: 0;
  }

  .game-split {
    grid-template-columns: 1fr 1fr;
    gap: 2.2rem;
  }

  .game-update {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }

  .game-reviews {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.4rem;
  }
}

.game-hot__intro {
  margin: 0 0 1rem;
  color: var(--muted);
}

.game-hot {
  display: grid;
  gap: 0;
  border-top: 2px solid var(--ink);
}

.game-hot__item {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 0.8rem;
  align-items: start;
  padding: 0.9rem 0;
  border-bottom: 1px solid #e5e5e5;
  text-decoration: none;
  color: inherit;
}

.game-hot__item:hover strong {
  color: var(--red);
}

.game-hot__item img {
  width: 52px;
  height: 52px;
  object-fit: cover;
  background: #eee;
}

.game-hot__body {
  display: grid;
  gap: 0.2rem;
}

.game-hot__body strong {
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--ink);
}

.game-hot__body em {
  font-style: normal;
  color: var(--muted);
  font-size: 0.92rem;
}

.game-hot__body small {
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--ink);
}

@media (min-width: 860px) {
  .game-hot {
    grid-template-columns: 1fr 1fr;
    column-gap: 2rem;
  }
}
