.review-hero-stat {
  display: flex;
  gap: 48px;
  flex-wrap: nowrap;
  overflow-x: auto;
  scrollbar-width: none;
}

.review-hero-stat::-webkit-scrollbar {
  display: none;
}

.review-stat-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex-shrink: 0;
}

.review-stat-label {
  font-size: 12px;
  color: var(--text-muted);
  white-space: nowrap;
}

.review-stat-value {
  display: flex;
  align-items: baseline;
  gap: 4px;
  font-family: var(--font-data);
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  color: var(--text-h1);
  white-space: nowrap;
}

.review-stat-unit {
  font-size: 13px;
  font-weight: 400;
  color: var(--text-secondary);
}

.review-board {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 18px 22px 22px;
}

.review-board__toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.review-board__actions {
  display: flex;
  justify-content: flex-end;
  flex-shrink: 0;
}

.review-board__search {
  min-width: 260px;
}

.review-board__filters {
  min-width: 0;
  flex: 1;
}

.review-stack {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.review-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(17, 30, 54, 0.98) 0%, rgba(11, 21, 38, 0.98) 100%);
}

.review-card--featured {
  box-shadow: inset 0 0 0 1px rgba(255, 196, 0, 0.14);
}

.review-card__media {
  position: relative;
  display: block;
  aspect-ratio: 1.55 / 1;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.04);
}

.review-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 36%;
  display: block;
}

.review-card__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(3, 8, 18, 0.02) 35%, rgba(3, 8, 18, 0.52) 100%);
  pointer-events: none;
}

.review-card__kicker {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  min-width: 0;
}

.review-card__pin {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.9);
  font-size: 11px;
  font-weight: 600;
  white-space: nowrap;
  flex-shrink: 0;
}

.review-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 14px;
  padding: 18px 18px 20px;
  min-width: 0;
}

.review-card__title {
  font-size: 18px;
  line-height: 1.34;
  font-weight: 700;
  color: var(--text-h1);
}

.review-card--featured .review-card__title {
  font-size: 19px;
}

.review-card__title a {
  color: inherit;
}

.review-card__title a:hover {
  color: var(--gold-primary);
}

.review-card__desc {
  color: var(--text-secondary);
  font-size: 13px;
  line-height: 1.68;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.review-card__footer {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
  margin-top: auto;
}

.review-card__meta {
  display: flex;
  align-items: center;
  gap: 6px 10px;
  flex-wrap: wrap;
  min-width: 0;
  color: var(--text-muted);
  font-size: 11px;
  line-height: 1.5;
}

.review-card__meta span {
  white-space: nowrap;
}

.review-card__link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
  min-width: 0;
  min-height: 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  color: var(--text-body);
  font-size: 12px;
  font-weight: 600;
  text-decoration: underline;
  text-decoration-color: rgba(255, 255, 255, 0.16);
  text-underline-offset: 4px;
}

.review-card__link:hover {
  color: var(--gold-primary);
  transform: none;
  text-decoration-color: rgba(255, 196, 0, 0.4);
}

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

.pagination {
  padding-top: 4px;
}

@media (max-width: 1080px) {
  .review-hero-stat {
    gap: 20px;
    margin-top: 16px !important;
    padding-top: 12px !important;
  }

  .review-stat-value {
    font-size: 18px;
  }

  .review-board {
    gap: 14px;
    padding: 16px;
    border-radius: 22px;
  }

  .review-board__toolbar {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }

  .review-board__filters {
    display: flex;
    flex-wrap: nowrap;
    gap: 8px;
    overflow-x: auto;
    padding-bottom: 2px;
    scrollbar-width: none;
  }

  .review-board__filters::-webkit-scrollbar {
    display: none;
  }

  .review-board__actions {
    justify-content: stretch;
  }

  .review-board__search {
    width: 100%;
    min-width: 0;
  }

  .review-stack {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .review-card__media {
    aspect-ratio: 1.78 / 1;
  }

  .review-card__body {
    gap: 12px;
    padding: 16px;
  }

  .review-card__title,
  .review-card--featured .review-card__title {
    font-size: 17px;
    line-height: 1.38;
  }

  .review-card__desc {
    font-size: 12px;
    line-height: 1.6;
    -webkit-line-clamp: 2;
  }
}

@media (max-width: 1024px) {
  .review-board {
    padding: 18px 18px 20px;
  }

  .review-board__toolbar {
    align-items: stretch;
    flex-direction: column;
  }

  .review-board__actions {
    width: 100%;
  }

  .review-board__search {
    width: 100%;
    min-width: 0;
  }
}

@media (max-width: 1280px) {
  .review-board {
    padding: 20px 20px 22px;
  }

  .review-stack {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 1024px) {
  .review-board__header {
    flex-direction: column;
  }

  .review-board__actions {
    width: 100%;
    justify-content: flex-start;
  }

  .review-board__search {
    width: 100%;
    min-width: 0;
  }
}

@media (max-width: 768px) {
  .review-board {
    padding: 18px 16px 18px;
  }

  .review-stack {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .review-board__title {
    font-size: 24px;
  }

  .review-card__media {
    aspect-ratio: 1.82 / 1;
  }

  .review-card__body {
    padding: 16px;
  }
}
