.editorial-cases-hero {
  position: relative !important;
  min-height: 520px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  padding: 5rem 0 !important;
  background: #071113 url('/images/editorial/tournament-action.webp') center 42% / cover no-repeat !important;
  text-align: left !important;
}

.editorial-cases-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(4, 9, 11, 0.96) 0%, rgba(4, 9, 11, 0.78) 48%, rgba(4, 9, 11, 0.18) 100%);
}

.editorial-cases-hero .container {
  position: relative;
  z-index: 1;
  width: 100%;
}

.editorial-cases-hero .hero__content {
  max-width: 760px;
}

.editorial-cases-hero__eyebrow {
  display: inline-block;
  margin-bottom: 1rem;
  color: #1ef7ff;
  font-size: 0.875rem;
  font-weight: 600;
}

.editorial-cases-hero .hero__title {
  margin-bottom: 1.5rem;
  color: #fff !important;
}

.editorial-cases-hero .hero__subtitle {
  max-width: 680px;
  color: rgba(255, 255, 255, 0.8) !important;
  line-height: 1.7;
}

.editorial-cases-hero__topics {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 2rem;
}

.editorial-cases-hero__topics span {
  padding: 0.5rem 1rem;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.875rem;
  background: rgba(4, 11, 13, 0.58);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  backdrop-filter: blur(8px);
}

.editorial-cases-hero__credit {
  position: absolute;
  z-index: 1;
  right: 1.5rem;
  bottom: 1rem;
  color: rgba(255, 255, 255, 0.52);
  font-size: 0.75rem;
  text-decoration: none;
}

@media (max-width: 768px) {
  .editorial-cases-hero {
    min-height: 500px;
    padding: 4rem 0 5rem !important;
    background-position: 58% center !important;
  }

  .editorial-cases-hero::before {
    background: linear-gradient(180deg, rgba(4, 9, 11, 0.18) 0%, rgba(4, 9, 11, 0.72) 46%, rgba(4, 9, 11, 0.98) 100%);
  }

  .editorial-cases-hero__credit {
    right: 1rem;
    bottom: 0.75rem;
  }
}
