  /* ---------- Comparison tables ---------- */
  .cmp td:first-child{font-weight:600;color:var(--ink);width:38%}
  .cmp td.hi{color:var(--html-deep);font-weight:600}
  .cmp th:nth-child(2){color:var(--html-deep)}
  .note{margin-top:1.2rem;font-size:.95rem;color:var(--ink-soft);max-width:78ch}
  .note+.note{margin-top:.8rem}
  @media (max-width:720px){.cmp td:first-child{width:auto}}
