/* Mobile image is hidden on desktop because the desktop section
   already has a background image. */
.mystery-mobile-hero-image {
  display: none;
}

.mystery-intro {
  color: #f6ead4;
  font-size: 22px;
  line-height: 1.5;
  font-weight: 800;
  margin: 0 auto 22px;
  max-width: 850px;
}
/* Mobile image is hidden on desktop because the desktop section
   already has a background image. */
.mystery-mobile-hero-image {
  display: none;
}

.mystery-intro {
  color: #f6ead4;
  font-size: 22px;
  line-height: 1.5;
  font-weight: 800;
  margin: 0 auto 22px;
  max-width: 850px;
}


/* Camp details: separated on desktop */
#top #mystery-camp-hero .mystery-hero-details {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 0;
  color: #f6ead4 !important;
  font-size: 17px;
  line-height: 1.6;
  margin: 24px auto;
}

#top #mystery-camp-hero .mystery-hero-details span {
  display: inline-block;
}

#top #mystery-camp-hero .mystery-hero-details span:not(:last-child)::after {
  content: " | ";
  margin: 0 10px;
  color: #d7b46a;
}


/* Stack camp details neatly on phones */
@media only screen and (max-width: 767px) {

  #top #mystery-camp-hero .mystery-hero-details {
    display: block;
    font-size: 17px;
    line-height: 1.7;
    margin: 22px auto 0;
  }

  #top #mystery-camp-hero .mystery-hero-details span {
    display: block;
  }

  #top #mystery-camp-hero .mystery-hero-details span::after {
    content: "" !important;
    margin: 0 !important;
  }
}
.mystery-highlight {
  color: #d7b46a;
  font-size: 24px;
  line-height: 1.45;
  font-weight: 900;
  margin: 22px auto;
  max-width: 850px;
}

.mystery-mobile-break {
  display: none;
}

@media only screen and (max-width: 767px) {

  .mystery-hero-copy {
    width: 100%;
    padding: 20px 18px 28px;
    box-sizing: border-box;
    text-align: center;
  }

  .mystery-mobile-hero-image {
    display: block;
    width: 100%;
    height: auto;
    max-height: 430px;
    object-fit: cover;
    object-position: center;
    margin: 0 auto 24px;
    border-radius: 8px;
  }

  .mystery-limit-badge {
    display: inline-block;
    max-width: 100%;
    margin: 0 auto 18px;
    padding: 9px 14px;
    box-sizing: border-box;
    white-space: normal;
  }

  .mystery-presented {
    font-size: 15px;
    line-height: 1.4;
    margin-bottom: 12px;
  }

  .mystery-intro {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 20px;
  }

  .mystery-hero-copy h1 {
    font-size: 34px;
    line-height: 1.08;
    margin: 10px 0 8px;
  }

  .mystery-hero-copy h2 {
    font-size: 28px;
    line-height: 1.15;
    margin: 0 0 10px;
  }

  .mystery-hero-copy h3 {
    font-size: 21px;
    line-height: 1.3;
    margin: 0 0 22px;
  }

  .mystery-hero-box {
    width: 100%;
    padding: 18px;
    box-sizing: border-box;
    font-size: 17px;
    line-height: 1.55;
  }

  .mystery-hero-note {
    font-size: 17px;
    line-height: 1.55;
    margin: 20px auto;
  }

  .mystery-highlight {
    font-size: 21px;
    line-height: 1.4;
    margin: 22px auto;
  }

  .mystery-hero-details {
    font-size: 17px;
    line-height: 1.7;
    margin: 22px auto 0;
  }

  .mystery-mobile-break {
    display: block;
  }
}