html {
  scroll-padding-top: calc(var(--nav-height-desktop) + var(--space-4));
}

.hero-poker {
  position: relative;
}

.hero-poker-inner {
  align-items: stretch;
}

.hero-poker-media {
  box-shadow: var(--shadow-md);
}

.hero-poker-image {
  filter: saturate(1.05) contrast(1.02);
}

.hero-poker-card {
  max-width: 280px;
}

.poker-flow-grid {
  gap: var(--space-8);
}

.poker-flow-card {
  height: 100%;
}

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

.poker-flow-step {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: var(--space-3);
  align-items: flex-start;
}

.poker-flow-step-number {
  width: 2rem;
  height: 2rem;
  border-radius: var(--radius-pill);
  background: var(--color-primary-soft);
  color: var(--color-primary-strong);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: var(--text-sm);
  box-shadow: var(--shadow-xs);
}

.poker-flow-step-content {
  min-width: 0;
}

.poker-flow-step-title {
  font-size: var(--text-md);
  margin-bottom: var(--space-1);
}

.poker-flow-step-text {
  font-size: var(--text-sm);
  color: var(--color-text-soft);
  margin-bottom: 0;
}

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

.poker-flow-media {
  max-width: 520px;
  margin-left: auto;
}

.poker-flow-image {
  transform: scale(1.01);
}

.reservation-highlight-poker {
  align-items: stretch;
}

.reservation-highlight-form-poker {
  align-self: stretch;
}

.reservation-highlight-form-poker .form {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.reservation-highlight-form-poker .form-group:last-of-type {
  margin-bottom: var(--space-4);
}

.reservation-highlight-form-poker .btn {
  margin-top: auto;
}

.poker-gallery-grid {
  align-items: stretch;
}

.poker-gallery-item {
  min-height: 0;
}

.poker-banner-cta .banner-inner {
  align-items: center;
}

.poker-banner-cta .banner-actions {
  max-width: 20rem;
}

.poker-banner-cta .btn {
  white-space: normal;
}

@media (max-width: 1023.98px) {
  .hero-poker-card {
    max-width: 260px;
  }
  .poker-flow-media {
    max-width: 100%;
  }
}

@media (max-width: 767.98px) {
  html {
    scroll-padding-top: calc(var(--nav-height-mobile) + var(--space-3));
  }
  .hero-poker-card {
    max-width: 100%;
  }
  .poker-flow-step {
    grid-template-columns: auto minmax(0, 1fr);
  }
  .poker-flow-media {
    order: -1;
  }
  .reservation-highlight-poker {
    padding: var(--space-5);
  }
  .poker-banner-cta .banner-actions {
    max-width: 100%;
  }
}

@media (max-width: 479.98px) {
  .poker-flow-step {
    grid-template-columns: auto minmax(0, 1fr);
    gap: var(--space-2);
  }
  .reservation-highlight-poker {
    padding: var(--space-4);
  }
}
