.poker-hero {
  position: relative;
  padding-top: var(--space-16);
  padding-bottom: var(--space-16);
}

.poker-hero__media {
  position: fixed;
  inset: 0;
  z-index: -1;
  opacity: 0.28;
}

.poker-hero__image-frame {
  height: 100%;
  border-radius: 0;
}

.poker-hero__image-frame img {
  height: 100vh;
}

.poker-hero__inner {
  position: relative;
}

.poker-hero__content {
  max-width: 38rem;
}

.poker-hero__actions {
  margin-top: var(--space-6);
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-4);
}

.poker-hero__meta {
  margin-top: var(--space-6);
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-3);
}

.poker-section-header {
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
  margin-bottom: var(--space-8);
}

.poker-section-kicker {
  font-size: var(--font-size-xs);
}

.poker-section-intro {
  color: var(--color-text-muted);
}

.poker-features-grid {
  margin-top: var(--space-4);
}

.poker-tournament-grid,
.poker-vip-grid,
.poker-booking-grid,
.poker-gastro-grid {
  align-items: center;
  gap: var(--space-8);
}

.poker-tournament-content .lead,
.poker-vip-content .lead,
.poker-booking-content .lead,
.poker-gastro-content .lead {
  color: var(--color-text-muted);
}

.poker-tournament-media .image-frame,
.poker-vip-media .image-frame {
  max-height: 420px;
}

.poker-list {
  margin-top: var(--space-4);
}

.poker-list li {
  color: var(--color-text);
}

.poker-tournament-actions,
.poker-vip-cta,
.poker-booking-actions {
  margin-top: var(--space-6);
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-4);
}

.poker-vip-perks {
  margin-top: var(--space-4);
}

.poker-etiquette-grid {
  margin-top: var(--space-4);
}

.poker-booking-stats .poker-stat-item {
  display: flex;
  justify-content: space-between;
  gap: var(--space-4);
  padding-block: var(--space-2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.poker-stat-label {
  font-size: var(--font-size-sm);
  color: var(--color-text-muted);
}

.poker-stat-value {
  font-size: var(--font-size-sm);
  color: var(--color-ivory);
}

.poker-gastro-atmosphere .card-body {
  color: var(--color-text);
}

.poker-links a {
  font-size: var(--font-size-sm);
}

.poker-final-cta-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-6);
}

.poker-final-cta-actions {
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
}

@media (max-width: 900px) {
  .poker-hero {
    padding-top: var(--space-12);
    padding-bottom: var(--space-12);
  }

  .poker-hero__media {
    position: absolute;
    opacity: 0.35;
  }

  .poker-hero__content {
    max-width: 100%;
  }

  .poker-final-cta-inner {
    align-items: flex-start;
  }

  .poker-final-cta-actions {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .poker-hero__media {
    position: absolute;
  }
}
