.fest-section {
  background: var(--dust, rgb(235, 80, 75));
  padding: 5rem 0;
  overflow: hidden;
}
.fest-label {
  color: rgba(255,255,255,0.45);
  display: block;
  margin-bottom: 1rem;
}
.fest-title {
  font-family: 'Anton', Impact, sans-serif;
  font-weight: 400;
  font-size: clamp(3rem, 5vw, 5rem);
  line-height: 0.85; letter-spacing: 0.02em;
  text-transform: uppercase; color: white;
}
.fest-date {
  font-family: 'Manrope', sans-serif;
  font-size: clamp(1.1rem, 2.5vw, 1.5rem); font-weight: 600;
  color: white; margin-top: 1.5rem;
}
.fest-text {
  font-family: 'Manrope', sans-serif;
  font-size: 1.05rem; line-height: 1.75;
  color: rgba(255,255,255,0.65);
  margin-top: 1rem; max-width: 500px;
}
