 .hero--themed .hero__overlay {
  background:
    linear-gradient(135deg, rgba(12, 5, 3, 0.94) 0%, rgba(12, 5, 3, 0.7) 35%, rgba(12, 5, 3, 0.94) 100%),
    radial-gradient(circle at top left, rgba(255, 90, 31, 0.45), transparent 60%),
    radial-gradient(circle at bottom right, rgba(210, 31, 60, 0.42), transparent 55%);
}

.section--soft {
  background: var(--color-surface-soft);
}

.themed-intro__image-wrap {
  position: relative;
}

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

.themed-intro__image {
  border-radius: var(--radius-md);
}

.themed-intro__badge-row {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-2);
}

.themed-topics-grid .card {
  min-height: 100%;
}

.themed-list--bullets li::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 8px;
  border-radius: 2px;
  background: linear-gradient(135deg, var(--color-primary), var(--color-accent-red));
}

.themed-list--check li::before {
  content: "✓";
  display: inline-block;
  margin-right: 8px;
  font-size: 0.8rem;
  color: var(--color-primary-dark);
}

.themed-list li {
  font-size: var(--font-size-sm);
  color: var(--color-text-soft);
  margin-bottom: var(--space-2);
}

.themed-decor-image,
.themed-gastro-image,
.themed-media-image {
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-soft);
}

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

.themed-inline-link::after {
  height: 1px;
}

.themed-faq-card {
  align-self: stretch;
}

.themed-media-tags {
  margin-top: var(--space-3);
}

.themed-booking-form {
  background: var(--color-surface);
  border-radius: var(--radius-lg);
  border: 1px solid var(--color-border-subtle);
  padding: var(--space-5);
  box-shadow: var(--shadow-soft);
}

.themed-consent span {
  font-size: var(--font-size-xs);
  color: var(--color-text-muted);
  margin-left: 6px;
}

.themed-consent a::after {
  height: 1px;
}

.themed-contact-options .list-item-icon__icon {
  background: var(--color-accent-red-soft);
  color: var(--color-accent-red);
}

.themed-topics-cta {
  border-top: 1px solid var(--color-border-subtle);
  padding-top: var(--space-4);
}

.themed-media-image-wrap,
.themed-gastro-image-wrap,
.themed-decor-image-wrap {
  position: relative;
}

.themed-media-image-wrap::after,
.themed-gastro-image-wrap::after,
.themed-decor-image-wrap::after {
  content: "";
  position: absolute;
  inset: auto 10% -12px 10%;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(0, 0, 0, 0.16), transparent 60%);
  z-index: -1;
}

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

.themed-capacity-grid .card-title {
  margin-bottom: var(--space-2);
}

.themed-capacity-grid .card p {
  font-size: var(--font-size-sm);
}

@media (max-width: 960px) {
  .themed-topics-cta {
    flex-direction: column;
    align-items: flex-start;
  }

  .themed-booking-form {
    margin-top: var(--space-6);
  }
}

@media (max-width: 768px) {
  .themed-intro__card {
    margin-top: var(--space-4);
  }

  .themed-media-image-wrap::after,
  .themed-gastro-image-wrap::after,
  .themed-decor-image-wrap::after {
    inset: auto 18% -10px 18%;
  }
}
