

.hero--poker {
  min-height: 80vh;
  padding-block: var(--space-16);
}

.hero--poker .hero__media {
  position: absolute;
  inset: 0;
  z-index: 0;
}

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

.hero--poker .hero__container {
  position: relative;
  z-index: 1;
}

.hero__content--poker {
  max-width: 640px;
}

.hero__meta-chips {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-2);
  margin-bottom: var(--space-4);
}

.section-heading {
  max-width: 720px;
}

.section-heading--center {
  margin-left: auto;
  margin-right: auto;
}

.section--poker-overview__grid,
.section--gastro-poker__grid,
.section--ambience__grid,
.section--service__grid {
  align-items: center;
}

.section--private-nights__grid,
.section--tournaments__grid,
.section--testimonials__grid {
  align-items: stretch;
}

.section--gastro-poker__highlights,
.section--service__features,
.section--service__list {
  margin-top: var(--space-4);
}

.section--gastro-poker__highlights {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-2);
}

.section--tournaments__card,
.section--testimonials__card {
  height: 100%;
}

.section--tournaments__meta {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-2);
  margin-top: var(--space-4);
}

.section--service__aside {
  align-self: stretch;
}

.section--service__list {
  padding-left: 1.25rem;
}

.section--service__list li + li {
  margin-top: 0.35rem;
}

.section--testimonials__quote {
  font-family: var(--font-serif);
  font-size: var(--font-size-lg);
  line-height: var(--line-height-relaxed);
  margin-bottom: var(--space-4);
}

.section--testimonials__author {
  font-weight: 600;
  margin-bottom: var(--space-1);
}

.section--testimonials__meta {
  font-size: var(--font-size-xs);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--color-text-muted);
}

.section--booking__card {
  padding: var(--space-8);
}

.section--booking__options {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: var(--space-6);
  margin-block: var(--space-6);
}

.section--booking__actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-3);
  margin-bottom: var(--space-4);
}

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

.section__chips-list {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-2);
  margin-top: var(--space-4);
}

.section__inline-cta {
  display: inline-block;
  margin-top: var(--space-3);
}

@media (max-width: 767.98px) {
  .hero--poker {
    padding-top: calc(var(--space-12) + var(--header-height));
    padding-bottom: var(--space-12);
  }

  .section--booking__card {
    padding: var(--space-6);
  }
}

@media (min-width: 768px) {
  .section-heading {
    text-align: left;
  }

  .section-heading--center {
    text-align: center;
  }
}

@media (min-width: 992px) {
  .hero--poker {
    min-height: calc(100vh - var(--header-height));
  }

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