.hero {
  padding-top: var(--space-16);
}

.hero__inner {
  align-items: center;
  gap: var(--space-8);
}

.hero__lead {
  font-size: var(--font-size-lg);
  color: var(--color-text-muted);
}

.hero__media {
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-elevated);
}

.hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero__meta-label {
  font-size: var(--font-size-xs);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--color-text-muted);
}

.hero__meta-value {
  font-size: var(--font-size-sm);
  color: var(--color-text);
}

.home-highlights .card {
  height: 100%;
}

.poker-thumb img {
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-soft);
}

.home-tournaments {
  background: radial-gradient(circle at top, rgba(255, 76, 59, 0.08), rgba(6, 7, 17, 0.98));
}

.home-reservation-form {
  display: grid;
  gap: var(--space-3);
}

.home-events {
  border-top: 1px solid rgba(255, 255, 255, 0.04);
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

.home-private-events__media img {
  border-radius: var(--radius-xl);
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-gallery__image img {
  height: 100%;
  object-fit: cover;
}

.home-gallery__image,
.home-gallery__panel {
  min-height: 220px;
}

.home-footer-cta {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

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

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

  .home-footer-cta .btn {
    width: 100%;
    justify-content: center;
  }
}
