.events-page {
  background-color: var(--color-bg);
}

.hero--events {
  position: relative;
  min-height: 70vh;
  display: flex;
  align-items: center;
}

.hero--events .hero__media {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}

.hero--events .hero__content--events {
  padding-top: var(--space-80);
  padding-bottom: var(--space-80);
}

.hero--events::before {
  background: radial-gradient(circle at top left, rgba(243, 203, 125, 0.18) 0, transparent 45%), radial-gradient(circle at 80% 10%, rgba(76, 22, 32, 0.7) 0, transparent 55%), linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.9) 80%);
}

.section--intro {
  background: radial-gradient(circle at top left, rgba(57, 39, 26, 0.6), #050608 55%);
}

.section-heading p {
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
}

.events-card .events-card__image {
  margin: -var(--space-24);
  margin-bottom: var(--space-16);
}

.events-card .events-card__image img {
  border-radius: var(--radius-lg) var(--radius-lg) 0 0;
}

.section--tastings {
  position: relative;
}

.section--tastings::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at 10% 0, rgba(217, 179, 108, 0.12) 0, transparent 50%), radial-gradient(circle at 90% 100%, rgba(15, 60, 52, 0.42) 0, transparent 55%);
}

.section--tastings > .container {
  position: relative;
  z-index: 1;
}

.events-panel-tech {
  padding: var(--space-20) var(--space-24);
}

.events-panel-tech__inner h3 {
  font-size: var(--font-size-md);
}

.events-highlight-note {
  line-height: var(--line-height-relaxed);
}

.section--cta {
  position: relative;
}

.section--cta::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at 20% 0, rgba(243, 203, 125, 0.16) 0, transparent 55%), radial-gradient(circle at 80% 100%, rgba(76, 22, 32, 0.6) 0, transparent 55%);
}

.section--cta > .container {
  position: relative;
  z-index: 1;
}

.events-cta-card {
  margin-top: var(--space-16);
}

.events-cta-aside {
  font-size: var(--font-size-sm);
}

@media (max-width: 767px) {
  .hero--events {
    min-height: 60vh;
  }

  .hero--events .hero__content--events {
    padding-top: var(--space-64);
    padding-bottom: var(--space-48);
  }

  .events-card .events-card__image {
    margin: -var(--space-24) -var(--space-24) var(--space-16);
  }
}

@media (min-width: 1024px) {
  .hero--events {
    min-height: 80vh;
  }

  .events-cta-card {
    max-width: 100%;
  }
}
