html, body {
  scroll-padding-top: 80px;
}

.hero--events {
  min-height: 72vh;
}

.hero--events .hero__content {
  padding-block: var(--space-16);
}

.hero--events .hero__title {
  max-width: 22ch;
}

.hero--events .hero__subtitle {
  max-width: 36rem;
}

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

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

.section--cta {
  background: radial-gradient(circle at top left, rgba(246, 215, 227, 0.6), transparent 55%),
              var(--color-background);
}

.events-intro-grid {
  align-items: center;
}

.events-intro-media {
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
}

.events-intro-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.events-grid,
.events-services-grid,
.events-packages-grid {
  align-items: stretch;
}

.events-gallery-grid {
  align-items: center;
  gap: var(--space-8);
}

.events-gallery-media {
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
}

.events-gallery-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.events-gallery-cta .btn {
  width: 100%;
}

@media (min-width: 640px) {
  .events-gallery-cta .btn {
    width: auto;
  }
}

.events-package-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: var(--space-2);
  font-size: var(--font-size-sm);
  color: var(--color-text-muted);
}

.events-package-list li::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 0.5rem;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--color-primary), var(--color-primary-soft));
}

.events-package-list li {
  display: flex;
  align-items: flex-start;
}

.events-package-list li span {
  flex: 1;
}

.small-text {
  font-size: var(--font-size-xs);
  color: var(--color-text-muted);
}

.reservation-band__actions {
  max-width: 320px;
}

@media (min-width: 768px) {
  .reservation-band__actions {
    align-items: flex-end;
  }
}
