.mech-steps{counter-reset:mech;grid-template-columns:repeat(4,1fr);gap:.75rem;margin:1.5rem 0 2rem;padding:0;list-style:none;display:grid}.mech-step{background:var(--cream-soft);border:1px solid var(--line);border-top:4px solid var(--sage);border-radius:4px;padding:1.1rem 1rem 1rem;position:relative}.mech-step:before{counter-increment:mech;content:counter(mech);font-family:var(--font-serif);color:#7a8b6f59;font-size:2.6rem;font-weight:400;line-height:1;position:absolute;top:-.1rem;right:.7rem}.mech-step__title{font-family:var(--font-serif);color:var(--ink);margin:0 0 .4rem;font-size:1.05rem;font-weight:400}.mech-step__body{color:var(--ink-muted);margin:0;font-size:.92rem;line-height:1.45}@media (max-width:900px){.mech-steps{grid-template-columns:repeat(2,1fr)}}@media (max-width:560px){.mech-steps{grid-template-columns:1fr}}.rer-table{--fat:#b8692e;--carb:#7a8b6f}.rer-table .rer-bar{border:1px solid var(--line);border-radius:3px;width:100%;min-width:140px;height:14px;display:flex;overflow:hidden}.rer-table .rer-bar__fat{background:var(--fat)}.rer-table .rer-bar__carb{background:var(--carb)}.rer-table .rer-pct{font-variant-numeric:tabular-nums;min-width:3.2rem;color:var(--ink-muted);font-size:.9rem;display:inline-block}.mito-schematic{border-radius:6px;width:100%;max-width:760px;height:auto;margin:1.5rem auto;display:block}
