 .hero--venues {
  position: relative;
}

.hero-venues-layout {
  align-items: center;
}

.hero-venues-content {
  max-width: 640px;
}

.hero-venues-media {
  max-width: 520px;
  margin-left: auto;
}

.hero-venues-image {
  min-height: 260px;
}

.hero-venues-actions {
  flex-wrap: wrap;
}

.hero-venues-note {
  font-size: 0.8rem;
}

.premium-venue-grid {
  align-items: stretch;
}

.venue-feature-list {
  list-style: none;
  padding-left: 0;
}

.venue-feature-list li {
  position: relative;
  padding-left: 1.4rem;
  margin-bottom: 0.4rem;
  font-size: 0.95rem;
}

.venue-feature-list li::before {
  content: "";
  position: absolute;
  left: 0.1rem;
  top: 0.55rem;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: linear-gradient(135deg, #b78cff, #8b63e8);
  box-shadow: 0 0 0 4px rgba(183, 140, 255, 0.16);
}

.premium-venue-card {
  align-self: stretch;
}

.central-venue-layout {
  align-items: center;
}

.central-venue-media {
  max-width: 500px;
  margin-left: auto;
}

.central-venue-image {
  min-height: 240px;
}

.central-venue-details {
  gap: 2rem;
}

.country-venue-grid {
  align-items: stretch;
}

.country-venue-card {
  align-self: stretch;
}

.technical-equipment-layout {
  align-items: flex-start;
}

.technical-equipment-grid {
  gap: 2rem;
}

.technical-info-card {
  align-self: stretch;
}

.adapted-spaces-grid {
  align-items: stretch;
}

.adapted-space-card {
  display: flex;
  flex-direction: column;
}

.adapted-space-card .card-footer {
  margin-top: auto;
}

.atmosphere-layout {
  align-items: center;
}

.atmosphere-media {
  max-width: 520px;
}

.atmosphere-image {
  min-height: 260px;
}

.accessibility-grid {
  align-items: stretch;
}

.accessibility-card {
  align-self: stretch;
}

.venues-gallery-strip {
  scroll-snap-type: x mandatory;
}

.venues-gallery-item {
  min-width: 260px;
  scroll-snap-align: start;
}

.venues-gallery-image {
  min-height: 220px;
}

.venue-contact-card {
  border-radius: 20px;
}

.venue-contact-body {
  margin-top: 1.5rem;
  gap: 2.5rem;
}

.venue-contact-subtitle {
  font-size: 1.05rem;
  margin-bottom: 0.75rem;
}

@media (max-width: 900px) {
  .hero-venues-media {
    margin-top: 2rem;
    max-width: 100%;
  }

  .central-venue-media {
    margin-top: 2rem;
    max-width: 100%;
  }

  .atmosphere-media {
    order: -1;
    margin-bottom: 2rem;
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .hero-venues-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .hero-venues-meta {
    flex-direction: column;
    align-items: flex-start;
  }

  .venue-contact-body {
    grid-template-columns: minmax(0, 1fr);
  }
}
