 .page-game-reviews {
  background-color: #0e1118;
}

.hero-game-reviews {
  position: relative;
}

.hero-game-reviews-grid {
  align-items: stretch;
}

.hero-game-reviews .hero-main-headline {
  max-width: 44rem;
}

.hero-game-reviews .hero-title {
  letter-spacing: var(--letter-spacing-tight);
}

.hero-meta-row {
  margin-top: var(--space-sm);
}

.hero-featured-meta {
  align-items: center;
}

.hero-featured-footer {
  align-items: center;
}

.hero-featured-footer .btn {
  max-width: 100%;
}

.hero-scroll-btn {
  white-space: nowrap;
}

.hero-aside-visual {
  align-self: stretch;
}

.hero-visual-main {
  height: 100%;
  min-height: 260px;
  background: radial-gradient(circle at top left, rgba(168, 85, 255, 0.16), rgba(21, 25, 37, 0.96));
}

.hero-visual-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-toplist {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: var(--space-sm);
}

.hero-toplist-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: var(--space-sm);
  font-size: var(--font-size-sm);
}

.hero-toplist-title {
  font-weight: 500;
}

.hero-toplist-score {
  font-family: var(--font-mono);
  color: var(--color-accent-teal);
}

.hero-toplist-desc {
  margin: var(--space-2xs) 0 0;
  font-size: var(--font-size-sm);
  color: var(--color-text-soft);
}

.hero-filters {
  margin-top: var(--space-xs);
}

.hero-filters .btn {
  max-width: 100%;
}

.section-reviews {
  border-top: 1px solid var(--color-border-subtle);
}

.section-header-reviews {
  margin-bottom: var(--space-2xl);
}

.section-header-layout {
  align-items: stretch;
}

.section-reviews-media {
  max-height: 320px;
}

.section-reviews-figure {
  height: 100%;
  background: radial-gradient(circle at top left, rgba(34, 227, 197, 0.16), rgba(21, 25, 37, 0.96));
}

.section-reviews-figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.reviews-grid {
  align-items: stretch;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.review-card {
  background: radial-gradient(circle at top left, rgba(168, 85, 255, 0.08), rgba(15, 19, 30, 0.98));
}

.review-card-header {
  gap: var(--space-sm);
}

.review-card-topline {
  margin-bottom: var(--space-xs);
}

.review-card-title {
  font-size: var(--font-size-xl);
}

.review-card-meta {
  row-gap: var(--space-2xs);
}

.review-card-body {
  font-size: var(--font-size-sm);
}

.review-highlights {
  margin: var(--space-md) 0 0;
}

.review-highlights-row {
  margin-bottom: var(--space-sm);
}

.review-highlights-row:last-child {
  margin-bottom: 0;
}

.review-highlights-row dt {
  font-size: var(--font-size-xs);
  letter-spacing: var(--letter-spacing-wide);
  text-transform: uppercase;
  color: var(--color-text-soft);
  margin-bottom: var(--space-2xs);
}

.review-highlights-row dd {
  margin: 0;
  font-size: var(--font-size-sm);
  color: var(--color-text-muted);
}

.review-card-footer {
  justify-content: space-between;
  align-items: center;
}

.review-card-footer .btn {
  max-width: 100%;
}

.review-card-tags {
  justify-content: flex-end;
}

.review-card-media {
  min-height: 220px;
}

.review-card-grid {
  align-items: stretch;
}

.review-card--highlight {
  box-shadow: var(--shadow-soft);
}

.section-standards {
  border-top: 1px solid var(--color-border-subtle);
}

.section-header-standards {
  margin-bottom: var(--space-2xl);
}

.prose-standards {
  background: radial-gradient(circle at top left, rgba(168, 85, 255, 0.08), rgba(21, 25, 37, 0.96));
  border-radius: var(--radius-card);
  border: 1px solid var(--color-border-subtle);
  padding: var(--space-xl);
  box-shadow: var(--shadow-subtle);
}

.standards-pillars-column {
  min-width: 0;
}

.standards-grid {
  align-items: stretch;
}

.standards-card {
  height: 100%;
}

.standards-card-title {
  font-size: var(--font-size-lg);
  margin-bottom: var(--space-xs);
}

.standards-card-text {
  font-size: var(--font-size-sm);
  color: var(--color-text-muted);
}

@media (max-width: 1023.98px) {
  .section-header-reviews {
    margin-bottom: var(--space-xl);
  }
  .section-reviews-media {
    max-height: none;
  }
  .review-card-footer {
    flex-direction: column;
    align-items: flex-start;
  }
  .review-card-tags {
    justify-content: flex-start;
  }
}

@media (max-width: 767.98px) {
  .hero-featured-footer {
    flex-direction: column;
    align-items: stretch;
  }
  .hero-scroll-btn {
    width: 100%;
  }
  .hero-aside-visual {
    order: -1;
  }
  .hero-visual-main {
    min-height: 220px;
  }
  .section-header-layout {
    grid-template-columns: minmax(0, 1fr);
  }
  .prose-standards {
    padding: var(--space-lg);
  }
  .hero-game-reviews .hero-title,
  .review-card-title {
    hyphens: none;
    word-break: normal;
    overflow-wrap: break-word;
  }
}

@media (max-width: 479.98px) {
  .hero-toplist-row {
    flex-direction: column;
    align-items: flex-start;
  }
  .review-card-title {
    font-size: var(--font-size-lg);
  }
}
