body.poker-page main {
  background-color: var(--color-background);
}

.poker-hero-media {
  position: relative;
  overflow: hidden;
}

.poker-hero-content {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 720px;
  padding-block: var(--space-16);
}

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

.poker-hero-note {
  margin-top: var(--space-8);
  max-width: 540px;
  background: rgba(0, 0, 0, 0.35);
  border-radius: var(--radius-lg);
  padding: var(--space-4) var(--space-5);
}

.poker-hero-note .tag {
  background: rgba(248, 245, 240, 0.96);
}

.poker-intro-grid {
  align-items: flex-start;
}

.poker-card-highlight .poker-principles-list li {
  margin-bottom: var(--space-3);
}

.poker-card-highlight .tag {
  margin-right: var(--space-2);
}

.poker-figure {
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-medium);
  background: #000;
}

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

.poker-figure .caption {
  padding: var(--space-3) var(--space-4);
  background: rgba(0, 0, 0, 0.75);
  color: #f8f5f0;
}

.poker-social {
  background-color: var(--color-background-alt);
}

.poker-rules-list li,
.poker-audience-list li,
.poker-etiquette-list li,
.poker-faq-list li {
  margin-bottom: var(--space-3);
}

.poker-etiquette {
  background: var(--color-surface);
}

.poker-testimonial {
  max-width: 720px;
  margin-inline: auto;
}

.poker-testimonial-quote {
  font-family: var(--font-serif-display);
  font-size: var(--font-size-xl);
  line-height: var(--line-height-relaxed);
}

.poker-testimonial-author {
  margin-top: var(--space-4);
  font-size: var(--font-size-sm);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gray-600);
}

.poker-gastronomy {
  background-color: var(--color-background-alt);
}

.poker-gastronomy-links {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-3);
}

.poker-reservation-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-3);
}

.poker-crosslink-card {
  transition: transform var(--transition-base), box-shadow var(--transition-base);
}

.poker-crosslink-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-medium);
}

@media (max-width: 767px) {
  .poker-hero-content {
    position: relative;
    padding-block: var(--space-12);
  }

  .poker-hero-note {
    margin-top: var(--space-6);
  }

  .poker-figure .caption {
    font-size: var(--font-size-xs);
  }
}
