/* V29 R21 — only requested layout adjustments. */

/* Sound Room returns to white. */
.sound-room-page .hero--music h1,
.sound-room-page .hero--music .music-section-heading__title,
.sound-room-page .hero h1 {
  color: #fffaf5 !important;
}

/* Your itinerary is a compact final block before the footer, not a full page. */
.moment-page .moment-itinerary {
  min-height: 0 !important;
  height: auto !important;
  display: block !important;
  justify-content: initial !important;
  scroll-snap-align: none !important;
  scroll-snap-stop: normal !important;
  margin-top: 28px !important;
  margin-bottom: 34px !important;
}

/* Slightly larger brand marks so “Atelier Design” remains legible. */
.brand-logo {
  width: 132px !important;
}
.brand-logo--compact {
  width: 92px !important;
}

@media (max-width: 650px) {
  .brand-logo {
    width: 126px !important;
  }
  .brand-logo--compact {
    width: 92px !important;
  }
  .moment-page .moment-itinerary {
    margin-top: 24px !important;
    margin-bottom: 28px !important;
  }
}
