body.poker-page main {
  background: radial-gradient(circle at top left, rgba(196, 92, 59, 0.09), transparent 55%),
              radial-gradient(circle at bottom right, rgba(18, 95, 99, 0.09), transparent 55%),
              var(--color-bg);
}

.hero--poker {
  position: relative;
}

.hero--poker::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top right, rgba(196, 92, 59, 0.18), transparent 60%);
  opacity: 0.75;
  pointer-events: none;
  mix-blend-mode: multiply;
}

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

.poker-hero-media {
  max-width: 460px;
  margin-inline: auto;
}

.poker-hero-card {
  transform: rotate(-2deg);
}

@media (max-width: 960px) {
  .poker-hero-card {
    transform: none;
  }
}

.poker-hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-2);
}

.poker-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.poker-list li {
  position: relative;
  padding-left: 1.4rem;
  margin-bottom: var(--space-2);
  font-size: var(--font-size-sm);
}

.poker-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55rem;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--color-primary), var(--color-accent));
}

.poker-list--light li::before {
  background: #fdfaf7;
}

.poker-facts {
  margin: 0;
}

.poker-fact-row {
  padding-block: var(--space-3);
  border-bottom: 1px solid rgba(30, 27, 26, 0.12);
}

.poker-fact-row:last-child {
  border-bottom: none;
}

.poker-fact-row dt {
  font-size: var(--font-size-xs);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--color-text-muted);
  margin-bottom: var(--space-1);
}

.poker-fact-row dd {
  margin: 0;
  font-size: var(--font-size-sm);
}

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

.poker-image-wrapper {
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: var(--shadow-soft-lg);
}

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

.poker-social-text,
.poker-venue,
.poker-hosts,
.poker-expectations,
.poker-schedule,
.poker-flow {
  max-width: 100%;
}

.poker-social-text p,
.poker-venue p,
.poker-hosts p,
.poker-expectations p,
.poker-flow p {
  font-size: var(--font-size-md);
}

.poker-crosslinks .card--poster {
  background: linear-gradient(135deg, var(--color-surface-elevated), var(--color-bg-alt));
}

.poker-crosslinks .card--poster:nth-child(2) {
  background: linear-gradient(135deg, var(--color-accent-soft), var(--color-bg-alt));
}

@media (max-width: 768px) {
  section {
    padding-block: var(--space-10);
  }

  .poker-cta {
    flex-direction: column;
  }
}

.poker-venue-media {
  max-width: 520px;
  margin-inline: auto;
}

.poker-gallery-intro .gallery-grid {
  grid-template-columns: minmax(0, 1fr);
}

.hero--poker .hero__title {
  max-width: 22ch;
}

.hero--poker .hero__subtitle {
  max-width: 36rem;
}

.poker-highlight {
  margin-inline: auto;
}

.poker-social {
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
}
