.hero--themed {
  position: relative;
  overflow: hidden;
}

.hero-overlay-image {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(135deg, rgba(0, 0, 0, 0.7), rgba(10, 20, 10, 0.92)), url('/assets/images/themed-evening-restaurant.webp');
  background-size: cover;
  background-position: center;
  filter: saturate(1.1);
  opacity: 0.9;
}

.hero-themed-inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
  gap: var(--space-8);
  align-items: center;
}

.hero-themed-content {
  max-width: 40rem;
}

.hero-subtitle {
  max-width: 32rem;
}

.hero-ctas {
  margin-top: var(--space-5);
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-3);
}

.hero-meta-row {
  margin-top: var(--space-6);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--space-4);
}

.hero-meta-item p {
  margin-bottom: 0;
  font-size: var(--font-size-sm);
}

.hero-themed-visual {
  position: relative;
}

.hero-themed-card {
  position: relative;
  padding: var(--space-5);
  border-radius: var(--radius-xl);
  background: radial-gradient(circle at top left, rgba(24, 184, 122, 0.3), transparent 55%),
              radial-gradient(circle at bottom right, rgba(247, 201, 72, 0.2), transparent 60%),
              rgba(5, 6, 8, 0.96);
  border: 1px solid rgba(148, 163, 184, 0.5);
  box-shadow: var(--shadow-strong);
  backdrop-filter: blur(18px);
}

.hero-themed-card-label {
  font-size: var(--font-size-xs);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--color-text-muted);
  margin-bottom: var(--space-2);
}

.hero-themed-card h2 {
  font-size: var(--font-size-2xl);
  margin-bottom: var(--space-3);
}

.hero-themed-card p {
  margin-bottom: var(--space-4);
}

.hero-themed-list {
  margin-bottom: var(--space-4);
  font-size: var(--font-size-sm);
}

.hero-themed-list li + li {
  margin-top: var(--space-1);
}

.hero-themed-link {
  width: 100%;
  justify-content: center;
}

.themed-intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
  gap: var(--space-8);
  align-items: center;
}

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

.themed-main-figure {
  padding: var(--space-2);
}

.themed-main-figure img {
  border-radius: var(--radius-lg);
}

.themed-main-figure figcaption {
  margin-top: var(--space-3);
  font-size: var(--font-size-sm);
  color: var(--color-text-muted);
}

.section-heading {
  text-align: center;
  max-width: 40rem;
  margin: 0 auto var(--space-8);
}

.section-subtitle {
  margin-bottom: 0;
}

.themed-menu-grid {
  align-items: stretch;
}

.themed-list {
  font-size: var(--font-size-sm);
}

.themed-poker-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1.1fr);
  gap: var(--space-8);
  align-items: flex-start;
}

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

.themed-structure-card {
  position: relative;
}

.themed-steps {
  counter-reset: step;
}

.themed-steps li {
  position: relative;
  padding-left: 2.5rem;
  margin-bottom: var(--space-4);
}

.themed-steps li::before {
  counter-increment: step;
  content: counter(step);
  position: absolute;
  left: 0;
  top: 0.1rem;
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: var(--font-size-xs);
  background: radial-gradient(circle at top, var(--color-primary), var(--color-bg-elevated));
  box-shadow: var(--border-glow-green);
}

.themed-steps h4 {
  margin-bottom: var(--space-1);
}

.themed-dress-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1.1fr);
  gap: var(--space-8);
  align-items: flex-start;
}

.themed-open-private-card {
  align-self: stretch;
}

.themed-open-private-grid {
  align-items: stretch;
}

.btn-small {
  padding: 0.6rem 1.2rem;
  font-size: var(--font-size-xs);
}

.themed-gallery-section {
  background: radial-gradient(circle at top, rgba(24, 184, 122, 0.12), rgba(5, 6, 8, 1));
}

.themed-gallery-card {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
  gap: var(--space-6);
  align-items: center;
}

.themed-gallery-figure img {
  border-radius: var(--radius-lg);
}

.themed-gallery-figure figcaption {
  margin-top: var(--space-3);
  font-size: var(--font-size-sm);
  color: var(--color-text-muted);
}

.themed-gallery-info p:last-child {
  margin-top: var(--space-3);
}

.themed-program-grid {
  align-items: stretch;
}

.themed-program-cta {
  margin-top: var(--space-8);
  max-width: 44rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.themed-hosts-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1.2fr);
  gap: var(--space-8);
  align-items: flex-start;
}

.themed-hosts-cards {
  align-items: stretch;
}

.themed-reservation-section {
  background: radial-gradient(circle at top, rgba(24, 184, 122, 0.16), rgba(10, 10, 12, 0.98));
}

.themed-reservation-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1.2fr);
  gap: var(--space-8);
  align-items: flex-start;
}

.themed-reservation-links {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-2);
  font-size: var(--font-size-sm);
  color: var(--color-text-muted);
  margin-top: var(--space-3);
}

.themed-reservation-card {
  box-shadow: var(--shadow-strong);
}

.themed-form-grid {
  align-items: flex-start;
}

.form-field {
  margin-bottom: var(--space-4);
}

.themed-consent span {
  font-size: var(--font-size-sm);
  color: var(--color-text-soft);
}

.themed-consent input[type="checkbox"] {
  margin-right: var(--space-2);
}

.themed-reservation-submit {
  margin-top: var(--space-2);
}

.themed-reservation-note {
  margin-top: var(--space-2);
  font-size: var(--font-size-xs);
  color: var(--color-text-muted);
}

.themed-bottom-links-inner {
  display: flex;
  justify-content: center;
}

.themed-bottom-card {
  max-width: 48rem;
}

@media (max-width: 1024px) {
  .hero-themed-inner {
    grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.9fr);
  }

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

  .themed-reservation-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 768px) {
  .hero-themed-inner {
    grid-template-columns: minmax(0, 1fr);
  }

  .hero-meta-row {
    grid-template-columns: minmax(0, 1fr);
  }

  .hero-themed-card {
    margin-top: var(--space-4);
  }

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

  .section-heading {
    text-align: left;
    margin-left: 0;
  }

  .themed-gallery-card {
    padding: var(--space-4);
  }
}

@media (max-width: 640px) {
  .hero-ctas {
    flex-direction: column;
  }

  .hero-themed-link {
    width: 100%;
  }

  .themed-program-cta {
    text-align: left;
  }
}
