/* ABOUT page — minimal additions on top of style.css */
.strip-h1{margin-top:18px}
.sr-only{
  position:absolute;width:1px;height:1px;padding:0;margin:-1px;
  overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0;
}
.story-lede{color:var(--ink);font-weight:600}
.story-p2{margin-top:26px;max-width:56ch}
.about-art img{width:100%;height:auto;border:1px solid var(--ln);border-radius:var(--r)}
.vals .val{border:1px solid var(--ln)}
@media (max-width:900px){
  .vals{grid-template-columns:1fr;gap:14px}
}
