.section--events-hero {
  padding-top: var(--space-20);
}

.section--events-hero__grid {
  align-items: center;
  gap: var(--space-10);
}

.section-events-hero__cta {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-3);
}

.section-events-hero__image {
  min-height: 260px;
}

.section--events-overview__grid {
  align-items: flex-start;
  gap: var(--space-10);
}

.section--events-overview__card {
  align-self: stretch;
}

.section--events-overview__actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-3);
}

.events-list {
  display: grid;
  gap: var(--space-4);
}

.events-list__item h4 {
  font-size: var(--font-size-lg);
  margin-bottom: var(--space-2);
}

.events-list__item p {
  margin-top: 0;
}

.section--events-chef__grid,
.section--events-wine__grid,
.section--events-private__grid,
.section--events-evening__grid,
.section--events-seasonal__grid,
.section--events-gallery__grid,
.section--events-contact__grid {
  align-items: center;
  gap: var(--space-10);
}

.section--events-chef__image,
.section--events-private__image,
.section--events-gallery__image,
.section--events-contact__image {
  min-height: 260px;
}

.events-bullets {
  list-style: none;
  padding: 0;
  margin: var(--space-4) 0 0;
  display: grid;
  gap: var(--space-2);
}

.events-bullets li {
  position: relative;
  padding-left: 1.25rem;
  font-size: var(--font-size-sm);
  color: var(--gray-700);
}

.events-bullets li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55rem;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--color-primary);
}

.section--events-wine__card,
.section--events-partnerships__card {
  align-self: stretch;
}

.section--events-evening {
  background: radial-gradient(circle at top left, rgba(194, 110, 75, 0.11), transparent 55%), var(--color-bg-secondary);
}

.section--events-evening__text {
  max-width: 36rem;
}

.section--events-gallery__inner {
  max-width: calc(var(--container-max-width) + 3rem);
}

.section--events-gallery__cta[aria-disabled="true"] {
  opacity: 0.6;
  pointer-events: none;
}

.section--events-contact__links {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-3);
}

@media (max-width: 767px) {
  .section--events-hero {
    padding-top: var(--space-16);
  }

  .section--events-hero__grid,
  .section--events-overview__grid,
  .section--events-chef__grid,
  .section--events-wine__grid,
  .section--events-private__grid,
  .section--events-evening__grid,
  .section--events-seasonal__grid,
  .section--events-gallery__grid,
  .section--events-contact__grid {
    gap: var(--space-8);
  }

  .section--events-hero__image,
  .section--events-chef__image,
  .section--events-private__image,
  .section--events-gallery__image,
  .section--events-contact__image {
    min-height: 220px;
  }
}
