/* Upright emphasis, slightly reduced in scale. Original wordmark styling is retained. */
.soul-direction em,
.soul-direction .big-invitation em {
  font-family: Montreal, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: .97em;
  letter-spacing: -.035em;
}
.soul-direction .hero-copy h1 { letter-spacing: -.045em; }
.soul-direction .hero-copy h1 em { letter-spacing: -.035em; }
.soul-direction .work-header h2 { letter-spacing: -.045em; }
.soul-direction .case-deck {
  font-family: Montreal, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: clamp(24px, 2.5vw, 37px);
  line-height: 1.3;
  letter-spacing: -.035em;
}
.soul-direction .atmosphere-line,
.soul-direction .welcome-film>p,
.soul-direction .activation-screening>p,
.soul-direction .quote {
  font-family: Montreal, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -.025em;
}
@media(max-width:760px) {
  .soul-direction .case-deck { font-size: 24px; }
}
