.about-event {
  position: relative;
  padding: clamp(28px, 4vw, 58px) 20px clamp(70px, 9vw, 118px);
  background: linear-gradient(rgba(255, 248, 222, .87), rgba(255, 248, 222, .87)), url("../assets/home-crowd-bg.png") center / cover;
  background-image: linear-gradient(rgba(255, 248, 222, .87), rgba(255, 248, 222, .87)), image-set(url("../assets/home-crowd-bg.avif") type("image/avif"), url("../assets/home-crowd-bg.webp") type("image/webp"), url("../assets/home-crowd-bg.png") type("image/png"));
  text-align: center;
}

.about-content {
  width: min(900px, 100%);
  margin: 0 auto;
}

.about-event h1,
.about-event h2 {
  margin: 0;
  font-family: "Libre Baskerville", Georgia, serif;
  line-height: 1.1;
}

.about-event h1 {
  font-size: clamp(2.2rem, 5vw, 4.1rem);
  font-weight: 700;
}

.about-event p {
  margin: 24px auto;
  max-width: 850px;
  font-size: clamp(1rem, 1.6vw, 1.28rem);
  line-height: 1.48;
}

.about-event h2 {
  margin: 28px 0 24px;
  font-size: clamp(1.9rem, 4vw, 3.3rem);
  font-weight: 400;
}

.video-wrap {
  position: relative;
  width: min(680px, 100%);
  margin: 0 auto;
  aspect-ratio: 16 / 9;
  background: var(--marsala);
  box-shadow: var(--shadow);
}

.video-wrap iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.video-signup-cta {
  margin-top: clamp(28px, 4vw, 44px);
}

.photo-strip {
  background: white;
}

.photo-strip img {
  width: 100%;
  object-fit: cover;
}

@media (max-width: 820px) {
  .hero-home {
    background: var(--marsala);
  }
}
