.events-hero {
  position: relative;
  overflow: hidden;
}

.events-hero__background {
  position: absolute;
  inset: 0;
  z-index: -2;
}

.events-hero__background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.9) contrast(1.05) brightness(0.7);
}

.events-hero__actions {
  flex-wrap: wrap;
}

.events-hero__badges {
  position: relative;
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
  height: 0;
}

.events-hero__badge {
  font-weight: 500;
}

.events-hero__badge--restaurant { top: -40px; left: 8%; }
.events-hero__badge--poker { top: -10px; right: 6%; }
.events-hero__badge--roulette { top: 18px; left: 14%; }
.events-hero__badge--blackjack { top: 52px; right: 18%; }
.events-hero__badge--corporate { top: 80px; left: 28%; }
.events-hero__badge--private { top: 108px; right: 30%; }

.events-types-grid {
  align-items: stretch;
}

.events-image-wrapper {
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: var(--shadow-deep);
}

.events-image-wrapper img {
  height: 100%;
  object-fit: cover;
}

.events-layout-split,
.events-layout-tiles {
  align-items: center;
}

.events-info-panel {
  padding: var(--space-16);
}

.events-gallery-mosaic {
  padding: var(--space-6);
}

@media (max-width: 960px) {
  .events-hero__badge {
    display: none;
  }

  .events-image-wrapper {
    max-height: 320px;
  }
}

@media (max-width: 768px) {
  .events-gallery-mosaic {
    padding: var(--space-4);
  }
}
