.events-section {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.75fr);
  gap: clamp(34px, 6vw, 88px);
  align-items: center;
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 8% 18%, rgba(201, 139, 43, 0.24), transparent 28%),
    linear-gradient(135deg, var(--charcoal) 0%, var(--black) 64%, var(--warm-black) 100%);
}

.events-section::before {
  position: absolute;
  z-index: -1;
  right: clamp(-180px, -10vw, -80px);
  bottom: clamp(-240px, -16vw, -120px);
  width: clamp(320px, 42vw, 620px);
  aspect-ratio: 1;
  border: 1px solid rgba(244, 223, 184, 0.18);
  border-radius: 50%;
  box-shadow:
    0 0 0 54px rgba(244, 223, 184, 0.035),
    0 0 0 108px rgba(244, 223, 184, 0.025);
  content: "";
  pointer-events: none;
}

.events-copy,
.events-card {
  position: relative;
  z-index: 1;
}

.events-copy {
  max-width: 760px;
}

.events-section .eyebrow {
  color: var(--pale-gold);
}

.events-section h1,
.events-section h2 {
  max-width: 720px;
  margin-bottom: 20px;
  color: var(--white);
  font-size: clamp(2.9rem, 6vw, 5.8rem);
  line-height: 0.92;
}

.events-lede {
  max-width: 650px;
  color: rgba(251, 248, 242, 0.76);
  font-size: clamp(1rem, 1.5vw, 1.18rem);
  line-height: 1.7;
}

.events-format-note {
  max-width: 620px;
  margin-top: 24px;
  padding-left: 16px;
  color: rgba(251, 248, 242, 0.62);
  border-left: 1px solid rgba(244, 223, 184, 0.48);
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.6;
}

.events-card {
  padding: clamp(28px, 4vw, 48px);
  color: var(--black);
  border: 1px solid rgba(244, 223, 184, 0.56);
  border-radius: 6px;
  background: linear-gradient(145deg, #fbf8f2, #efe3d1);
  box-shadow: 0 28px 70px rgba(10, 9, 8, 0.34);
}

.events-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 28px;
}

.events-card-header .eyebrow {
  margin: 0;
  color: var(--gold);
}

.event-status {
  margin: 0;
  padding: 8px 11px;
  color: var(--black);
  border: 1px solid rgba(184, 138, 59, 0.4);
  border-radius: 999px;
  background: var(--pale-gold);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.events-card h2 {
  max-width: 520px;
  margin: 0 0 18px;
  color: var(--black);
  font-family: var(--serif);
  font-size: clamp(2rem, 3.6vw, 3.45rem);
  line-height: 0.98;
}

.events-card > p:not(.event-status) {
  max-width: 520px;
  color: var(--ink-soft);
  line-height: 1.65;
}

.events-card .button {
  margin-top: 16px;
}

.events-card .events-note {
  margin: 20px 0 0;
  padding-top: 16px;
  border-top: 1px solid rgba(20, 20, 20, 0.14);
  font-size: 0.76rem;
  font-weight: 700;
}

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

.events-page-hero {
  min-height: calc(100svh - 86px);
}

.event-path-section {
  color: var(--black);
  background: var(--ivory);
}

.event-path-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.7fr);
  gap: clamp(28px, 6vw, 84px);
  align-items: end;
  margin-bottom: 42px;
}

.event-path-heading h2,
.event-inquiry-section h2 {
  max-width: 780px;
  margin-bottom: 0;
  font-size: clamp(2.7rem, 5.7vw, 5.25rem);
  line-height: 0.94;
}

.event-path-heading > p:not(.eyebrow) {
  max-width: 610px;
  color: var(--ink-soft);
  font-size: 1.04rem;
  line-height: 1.7;
}

.event-path-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin: 0;
  padding: 1px;
  list-style: none;
  background: rgba(20, 20, 20, 0.18);
}

.event-path-grid li {
  min-width: 0;
  padding: clamp(24px, 4vw, 40px);
  color: var(--white);
  background:
    radial-gradient(circle at 90% 0%, rgba(201, 139, 43, 0.2), transparent 34%),
    var(--black);
}

.event-path-grid span {
  color: var(--pale-gold);
  font-family: var(--serif);
  font-size: 2rem;
  font-weight: 700;
}

.event-path-grid h3 {
  margin: 42px 0 10px;
  font-family: var(--serif);
  font-size: 2rem;
  line-height: 1;
}

.event-path-grid p {
  color: rgba(251, 248, 242, 0.7);
  line-height: 1.65;
}

.event-inquiry-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.7fr);
  gap: clamp(28px, 6vw, 84px);
  align-items: center;
  background: var(--white);
}

.event-inquiry-copy {
  max-width: 620px;
}

.event-inquiry-copy > p:first-child {
  margin-bottom: 24px;
  color: var(--ink-soft);
  font-size: 1.04rem;
  line-height: 1.7;
}

.event-inquiry-copy .events-note {
  margin: 18px 0 0;
  color: var(--ink-soft);
  font-size: 0.76rem;
  font-weight: 700;
}

@media (max-width: 980px) {
  .events-section,
  .event-path-heading,
  .event-inquiry-section {
    grid-template-columns: 1fr;
  }

  .events-card,
  .event-inquiry-copy {
    max-width: 720px;
  }
}

@media (max-width: 680px) {
  .events-section h1,
  .events-section h2,
  .event-path-heading h2,
  .event-inquiry-section h2 {
    font-size: 2.55rem;
  }

  .event-inquiry-copy .button {
    width: 100%;
  }

  .events-section {
    gap: 32px;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .events-card {
    width: 100%;
    padding: 24px;
  }

  .events-card-header {
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 22px;
  }

  .events-card .button {
    width: 100%;
  }

  .events-page-hero {
    min-height: auto;
  }

  .event-path-heading {
    gap: 22px;
    margin-bottom: 28px;
  }

  .event-path-grid {
    grid-template-columns: 1fr;
  }

  .event-path-grid h3 {
    margin-top: 24px;
  }

  .event-inquiry-section {
    gap: 24px;
  }
}
