/* ---------- HERO VIDEO ---------- */

.dance_clip {
  position: relative;
  width: 100%;
  height: 60vh;
  overflow: hidden;
  margin-top: 70px; /* push under navbar */
}

.dance_clip__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.5);
}

.dance_clip__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 2rem;
  text-align: center;
}

.dance_clip__overlay p {
  color: #ffffff;
  font-size: 1.5rem;
  max-width: 800px;
  line-height: 1.6;
}

/* ---------- IMAGE SECTIONS (behave exactly like original) ---------- */

/* container for each image section */
.image-section {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 2rem 0;          /* same vertical spacing as original */
  background: #ffffff;
  scroll-margin-top: 90px;  /* prevents navbar hiding anchor targets */
}

/* images sized exactly like original .how_it_works img, .programs img */
.image-section img {
  width: 90%;
  max-width: 1200px;
  height: auto;
  display: block;
}
