[data-component-id="befora:heading"] {
  .befora-heading {
    margin: 0;
    font-family: var(--bef-display);
    color: var(--bef-ink);
  }

  .befora-heading--display-lg {
    font-size: var(--fs-56);
    line-height: 1.05;
    letter-spacing: -0.014em;
  }

  .befora-heading--display {
    font-size: var(--fs-34);
    line-height: 1.1;
    letter-spacing: -0.01em;
  }

  .befora-heading--title {
    font-size: var(--fs-24);
    line-height: 1.2;
    letter-spacing: -0.006em;
  }

  .befora-heading--subtitle {
    font-size: var(--fs-20);
    line-height: 1.25;
    letter-spacing: -0.004em;
  }

  .befora-heading-accent {
    font-style: italic;
    color: var(--bef-ember);
  }

  @media (width <= 640px) {
    .befora-heading--display-lg { font-size: var(--fs-40); }
    .befora-heading--display { font-size: var(--fs-28); }
  }
}
