/* section-steps.css — how it works */
.step{position:relative;min-width:0}
.step__img{border-radius:var(--radius);overflow:hidden;background:var(--c-surface);aspect-ratio:4/3}
.step__img img{width:100%;height:100%;object-fit:cover}
.step__n{
  position:absolute;top:10px;left:10px;width:32px;height:32px;border-radius:50%;
  background:var(--c-bg);color:var(--c-ink);display:grid;place-items:center;
  font-family:var(--font-heading);font-weight:700;font-size:.9rem;
}
.step h3{margin:.8rem 0 .2rem;font-size:1.02rem}
.step p{color:var(--c-muted);margin:0;font-size:.9rem}
