function Problem() {
  return (
    <section className="problem" data-screen-label="The Problem" id="problem">
      <div className="problem__inner">
        <div className="problem__rail">
          <div className="eyebrow">The problem</div>
          <div className="meta">§ 01 / DEBT</div>
        </div>
        <div>
          <h2 className="problem__title">
            You're not getting older. You're <em>accumulating debt.</em>
          </h2>
          <p className="problem__body">
            Years of training in limited ranges have compounded into restrictions your body is now collecting on. Every squat that stopped at parallel. Every press that never explored full shoulder range.
          </p>
          <p className="problem__body">
            That's mobility debt — and after thirty, the interest compounds.
          </p>
        </div>
      </div>
    </section>
  );
}

window.Problem = Problem;
