.venue-hero {
  padding-top: calc(var(--header-height-mobile) + var(--space-2xl));
  padding-bottom: var(--space-3xl);
}

@media (min-width: 960px) {
  .venue-hero {
    padding-top: calc(var(--header-height-desktop) + var(--space-3xl));
    padding-bottom: var(--space-3xl);
  }
}

.venue-hero-inner {
  display: flex;
  flex-direction: column;
}

.venue-hero-layout {
  flex-direction: column;
  gap: var(--space-2xl);
}

@media (min-width: 960px) {
  .venue-hero-layout {
    flex-direction: row;
    align-items: center;
  }
}

.venue-hero-content {
  min-width: 0;
}

.venue-hero-media {
  min-width: min(320px, 100%);
  display: flex;
  justify-content: center;
}

.venue-hero-figure {
  max-width: 640px;
}

.venue-hero-image {
  transform: scale(1.02);
}

.venue-hero-meta {
  display: flex;
  flex-direction: column;
  gap: var(--space-md);
  margin-top: var(--space-lg);
}

.venue-hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-sm);
}

.venue-hero-cta {
  margin-top: var(--space-xs);
}

.venue-hero-btn {
  max-width: 100%;
}

.venue-hero-note {
  max-width: 32rem;
}

.venue-intro-grid,
.venue-atmosphere-grid,
.venue-private-grid,
.venue-access-layout {
  grid-template-columns: repeat(12, minmax(0, 1fr));
  row-gap: var(--space-2xl);
}

@media (max-width: 959.98px) {
  .venue-intro-grid > *,
  .venue-atmosphere-grid > *,
  .venue-private-grid > *,
  .venue-access-layout > * {
    grid-column: span 12;
  }
}

.venue-intro-text,
.venue-intro-media,
.venue-atmosphere-text,
.venue-atmosphere-media,
.venue-private-media,
.venue-private-text,
.venue-access-details,
.venue-access-side {
  min-width: 0;
}

.venue-intro-copy,
.venue-atmosphere-copy {
  max-width: 40rem;
}

.venue-intro-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-sm);
}

.venue-atmosphere-tags {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-sm);
}

.venue-section-header {
  margin-bottom: var(--space-2xl);
}

.venue-private-card {
  height: 100%;
}

.venue-private-layout {
  display: flex;
  flex-direction: column;
  gap: var(--space-lg);
}

.venue-private-list-wrap {
  min-width: 0;
}

.venue-private-list {
  padding-left: 1.1rem;
}

.venue-private-meta {
  display: flex;
  flex-direction: column;
  gap: var(--space-md);
}

.venue-private-meta-row {
  display: flex;
  flex-direction: column;
  gap: var(--space-xs);
}

.venue-private-chips {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-xs);
}

.venue-private-cta-row {
  display: flex;
  flex-direction: column;
  gap: var(--space-md);
}

.venue-private-cta {
  flex-wrap: wrap;
}

.venue-private-btn {
  max-width: 100%;
}

.venue-gallery-shell {
  display: flex;
  flex-direction: column;
  gap: var(--space-xl);
}

@media (min-width: 960px) {
  .venue-gallery-shell {
    flex-direction: row;
    align-items: stretch;
  }
}

.venue-gallery-media,
.venue-gallery-info {
  flex: 1 1 0;
  min-width: 0;
}

.venue-gallery-figure {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.venue-gallery-text {
  max-width: 36rem;
}

.venue-gallery-footer {
  display: flex;
  flex-direction: column;
  gap: var(--space-md);
  margin-top: var(--space-lg);
}

.venue-gallery-cta {
  flex-wrap: wrap;
}

.venue-gallery-btn {
  max-width: 100%;
}

.venue-access-card,
.venue-access-highlight {
  height: 100%;
}

.venue-access-columns {
  display: flex;
  flex-direction: column;
  gap: var(--space-lg);
}

@media (min-width: 768px) {
  .venue-access-columns {
    flex-direction: row;
  }
}

.venue-access-column {
  flex: 1 1 0;
  min-width: 0;
}

.venue-access-list {
  padding-left: 1.1rem;
}

.venue-access-extra {
  margin-top: var(--space-lg);
}

.venue-access-footer,
.venue-access-footer-alt {
  border-top: 1px solid var(--color-border-subtle);
}

.venue-access-footer-inner {
  gap: var(--space-md);
}

.venue-access-cta {
  flex-wrap: wrap;
}

.venue-access-btn {
  max-width: 100%;
}

.venue-access-steps {
  display: flex;
  flex-direction: column;
  gap: var(--space-md);
}

.venue-access-step {
  display: flex;
  align-items: flex-start;
  gap: var(--space-md);
}

.venue-access-step-number {
  flex: 0 0 auto;
  width: 2rem;
  height: 2rem;
  border-radius: var(--radius-pill);
  background-image: var(--gradient-primary);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--color-text-inverse);
  font-size: var(--font-size-xs);
  font-weight: 600;
}

.venue-access-step-content {
  min-width: 0;
}

.venue-access-subtitle {
  margin-bottom: var(--space-xs);
}

.venue-atmosphere,
.venue-gallery-preview,
.venue-intro {
  position: relative;
}

.venue-atmosphere::before,
.venue-gallery-preview::before,
.venue-intro::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--gradient-soft);
  opacity: 0.35;
  pointer-events: none;
}

.venue-atmosphere > .container,
.venue-gallery-preview > .container,
.venue-intro > .container {
  position: relative;
  z-index: 1;
}

.venue-intro-figure,
.venue-atmosphere-figure,
.venue-private-figure,
.venue-gallery-figure {
  box-shadow: var(--shadow-strong);
}

.venue-hero-figure,
.venue-intro-figure,
.venue-atmosphere-figure,
.venue-private-figure,
.venue-gallery-figure {
  border-radius: var(--radius-lg);
  overflow: hidden;
}

.venue-hero-image,
.venue-intro-image,
.venue-atmosphere-image,
.venue-private-image,
.venue-gallery-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 599.98px) {
  .section,
  .section-compact {
    padding-top: var(--space-2xl);
    padding-bottom: var(--space-2xl);
  }

  .venue-section-header {
    margin-bottom: var(--space-xl);
  }
}
