/* EmekWorks offer and audience lead; the sample business stays secondary. */
.demo-story h1,
.story h1 {
  font-size: clamp(38px, 4.1vw, 56px);
  line-height: 1.1;
  letter-spacing: -2px;
  margin: 16px 0 20px;
  text-wrap: balance;
}
.demo-audience {
  font-size: clamp(20px, 2vw, 24px);
  line-height: 1.4;
  color: var(--ink);
  margin: 0 0 18px;
  max-width: 540px;
}
.demo-audience strong {
  font-weight: 620;
}
.demo-story .demo-intro,
.story .intro {
  max-width: 520px;
  font-size: 16px;
  line-height: 1.65;
}
.scenario-caption,
.story-photo {
  padding: 18px 0;
  border-block: 1px solid var(--line);
  margin: 24px 0 20px;
}
.scenario-caption img,
.story-photo img {
  width: 58px;
  height: 72px;
}
.scenario-caption p,
.story-photo p {
  max-width: 340px;
  font-size: 12px;
}
.demo-story .workflow-heading {
  border-top: 0;
  padding-top: 0;
}
.story .journey {
  margin-top: 20px;
}
.demo-footer h2 {
  max-width: 540px;
}
.demo-footer p {
  max-width: 560px;
}
@media (max-width: 800px) {
  .demo-story h1,
  .story h1 {
    font-size: clamp(34px, 5.5vw, 44px);
    letter-spacing: -1.6px;
    text-wrap: pretty;
  }
  .demo-audience {
    font-size: 20px;
  }
  .demo-story .demo-intro,
  .story .intro {
    font-size: 15px;
  }
}
@media (max-width: 360px) {
  .demo-story h1,
  .story h1 {
    font-size: 32px;
    letter-spacing: -1.3px;
  }
  .demo-audience {
    font-size: 18px;
  }
}
