.section {
  padding-top: 88px;
  padding-bottom: 88px;
}

.hero-event-line {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  align-items: stretch;
  gap: 0;
  width: 100%;
  margin-top: 58px;
  border-top: 1px solid #ffffff59;
  border-bottom: 1px solid #ffffff38;
  background: #36155f12;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}

.hero-info-cell {
  justify-content: center;
  min-height: 132px;
  padding: 26px 38px;
}

.hero-info-cell:first-child {
  padding-left: 32px;
}

.hero-info-cell + .hero-info-cell {
  border-left: 1px solid #ffffff42;
}

.hero-info-cell small {
  margin-bottom: 7px;
}

.hero-info-cell strong {
  max-width: 520px;
  font-size: clamp(27px, 3vw, 42px);
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: -.035em;
}

.scroll-note {
  display: none;
}

.intro-grid {
  margin-top: 30px;
}

.topic-grid {
  margin-top: 64px;
}

.program .section-head {
  margin-bottom: 42px;
}

.program-soon {
  padding-top: 44px;
}

.venue {
  min-height: 590px;
}

.venue-copy {
  padding-top: 88px;
  padding-bottom: 88px;
}

.venue-photo {
  display: block;
  min-height: 590px;
  background: #171429;
  position: relative;
  overflow: hidden;
  box-shadow: inset 28px 0 55px #6f42a94d;
}

.venue-photo::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  inset: 0;
  width: auto;
  height: auto;
  border: 0;
  border-radius: 0;
  background: linear-gradient(90deg, #9264d8 0%, #9264d8d9 4%, #9264d866 13%, transparent 31%);
  pointer-events: none;
}

.venue-photo::after {
  display: none;
}

.venue-photo > img {
  width: 100%;
  height: 100%;
  min-height: 590px;
  object-fit: cover;
}

.venue-photo-overlay {
  position: absolute;
  inset: auto 30px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 16px 18px 16px 22px;
  border: 1px solid #ffffff4d;
  border-radius: 999px;
  background: #171429c9;
  color: #fff;
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  z-index: 2;
}

.venue-photo-overlay span {
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .15em;
}

.venue-photo-overlay a {
  padding: 10px 14px;
  border-radius: 999px;
  background: #fff;
  color: #7532b2;
  font-size: 12px;
  font-weight: 900;
}

.history {
  background: #f8f5fb;
  padding: 42px max(6vw, 24px) 125px;
  overflow: hidden;
}

.signup {
  padding-top: 78px;
  padding-bottom: 52px;
}

.history-inner {
  max-width: 1250px;
  margin: 0 auto;
}

.history-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 46px;
}

.history h2 {
  max-width: 820px;
  margin: 14px 0 0;
  font-size: clamp(42px, 6vw, 82px);
  font-weight: 500;
  line-height: .98;
  letter-spacing: -.055em;
}

.history h2 em {
  color: #a751d7;
  font-style: normal;
}

.history-controls {
  display: flex;
  gap: 10px;
  padding-bottom: 5px;
}

.history-arrow {
  width: 52px;
  height: 52px;
  border: 1px solid #ded2e8;
  border-radius: 50%;
  background: #fff;
  color: #7031a8;
  cursor: pointer;
  font-size: 22px;
  transition: transform .2s, background .2s, color .2s;
}

.history-arrow:hover {
  background: #171429;
  color: #fff;
  transform: translateY(-2px);
}

.history-viewport {
  overflow: hidden;
  border-radius: 34px;
}

.history-track {
  display: flex;
  transition: transform .55s cubic-bezier(.22, 1, .36, 1);
  will-change: transform;
}

.history-slide {
  flex: 0 0 100%;
  display: grid;
  grid-template-columns: 1.14fr .86fr;
  min-height: 570px;
  background: #171429;
  color: #fff;
}

.history-image {
  min-height: 570px;
  overflow: hidden;
  position: relative;
}

.history-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent 62%, #171429);
}

.history-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.history-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 64px 62px 64px 45px;
}

.history-year {
  width: max-content;
  padding: 8px 13px;
  border-radius: 999px;
  background: #d78af3;
  color: #191427;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .14em;
}

.history-copy h3 {
  margin: 24px 0 20px;
  font-size: clamp(30px, 3.6vw, 50px);
  font-weight: 600;
  line-height: 1.03;
  letter-spacing: -.045em;
}

.history-copy p {
  margin: 0;
  color: #bdb6c8;
  font-size: 17px;
  line-height: 1.65;
}

.history-link {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  width: max-content;
  margin-top: 34px;
  padding: 15px 20px;
  border-radius: 999px;
  background: #fff;
  color: #7938b2;
  font-size: 13px;
  font-weight: 900;
}

.history-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  margin-top: 22px;
}

.history-dots {
  display: flex;
  gap: 8px;
}

.history-dot {
  width: 9px;
  height: 9px;
  padding: 0;
  border-radius: 999px;
  background: #d7cce0;
  cursor: pointer;
  transition: width .3s, background .3s;
}

.history-dot[aria-current="true"] {
  width: 34px;
  background: #a751d7;
}

.history-hint {
  color: #81788a;
  font-size: 12px;
}

@media (max-width: 800px) {
  .hero-event-line {
    grid-template-columns: 1fr;
    margin-top: 48px;
  }

  .hero-info-cell,
  .hero-info-cell:first-child {
    min-height: 0;
    padding: 21px 18px;
  }

  .hero-info-cell + .hero-info-cell {
    border-top: 1px solid #ffffff42;
    border-left: 0;
  }

  .hero-info-cell strong {
    font-size: 27px;
  }

  .section {
    padding-top: 68px;
    padding-bottom: 68px;
  }

  .topic-grid {
    margin-top: 42px;
  }

  .program .section-head {
    margin-bottom: 34px;
  }

  .venue-copy {
    padding-top: 68px;
    padding-bottom: 48px;
  }

  .venue-photo,
  .venue-photo > img {
    min-height: 410px;
  }

  .venue-photo::before {
    background: linear-gradient(180deg, #9264d8 0%, #9264d8b8 6%, #9264d83d 18%, transparent 36%);
  }

  .venue-photo-overlay {
    inset: auto 16px 16px;
    align-items: start;
    flex-direction: column;
    border-radius: 22px;
  }

  .venue-photo-overlay a {
    width: 100%;
    text-align: center;
  }

  .history {
    padding-top: 28px;
    padding-bottom: 90px;
  }

  .signup {
    padding-top: 64px;
    padding-bottom: 38px;
  }

  .history-head {
    align-items: start;
    margin-bottom: 30px;
  }

  .history-head .section-kicker {
    margin-bottom: 12px;
  }

  .history-head h2 {
    font-size: 43px;
  }

  .history-controls {
    display: none;
  }

  .history-viewport {
    overflow-x: auto;
    border-radius: 25px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .history-viewport::-webkit-scrollbar {
    display: none;
  }

  .history-track {
    transition: none;
  }

  .history-slide {
    grid-template-columns: 1fr;
    min-height: 0;
    scroll-snap-align: start;
  }

  .history-image {
    min-height: 285px;
  }

  .history-image::after {
    background: linear-gradient(0deg, #171429, transparent 48%);
  }

  .history-copy {
    min-height: 400px;
    padding: 0 25px 38px;
  }

  .history-copy h3 {
    margin-top: 20px;
    font-size: 36px;
  }

  .history-copy p {
    font-size: 15px;
  }

  .history-hint {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .history-track,
  .history-arrow,
  .history-dot {
    transition: none;
  }
}
