<style>
.ac-int-r{--dark-base:#0D1B2A;--dark-mid:#1B3A4B;--teal:#0EA5A0;--teal-dark:#0C8C88;--teal-bright:#14D4CD;--fog:#D8E8E8;--deep-fog:#C8DCDC;--fog-border:#A8C4C4;--ink:#313743;--ink-soft:#49505f;--muted:#6b7280;--warm:#9A6841;--serif:"Source Serif 4",Georgia,serif;--sans:Inter,-apple-system,"Segoe UI",sans-serif}
.ac-int-r *{box-sizing:border-box}
.ac-int-r .wrap{max-width:760px;margin:0 auto;padding:26px 20px 60px}
.ac-int-r p{font-size:19.5px;line-height:1.7;color:var(--ink-soft);margin:0 0 22px}
.ac-int-r p strong{color:var(--ink)}
.ac-int-r p a{color:var(--teal-dark);font-weight:700;text-decoration:underline;text-decoration-color:rgba(14,165,160,.4);text-underline-offset:3px}
.ac-int-r .ac-answer{background:#fff;border:1px solid #D4E4E4;border-top:5px solid var(--teal);border-radius:16px;padding:22px 24px 18px;margin:20px 0 30px;box-shadow:0 6px 22px rgba(13,27,42,.07)}
.ac-int-r .ac-answer .eb{font:800 12px/1 var(--sans);letter-spacing:2.5px;text-transform:uppercase;color:var(--teal-dark);margin-bottom:8px}
.ac-int-r .ac-answer h2{font-family:var(--serif);font-size:24px;line-height:1.2;font-weight:800;color:var(--dark-base);margin:0 0 14px}
.ac-int-r .ac-answer ol{list-style:none;margin:0;padding:0}
.ac-int-r .ac-answer li{display:flex;gap:12px;align-items:baseline;padding:11px 0;border-bottom:1px solid #EDF3F3;font:600 16px/1.45 var(--sans);color:var(--ink)}
.ac-int-r .ac-answer li:last-child{border-bottom:none}
.ac-int-r .ac-answer .n{flex-shrink:0;width:24px;height:24px;border-radius:50%;background:var(--teal-dark);color:#fff;font:800 12px/24px var(--sans);text-align:center}
.ac-int-r .ac-answer .k{color:var(--teal-dark);font-weight:800}
.ac-int-r .ac-answer .cue{margin-top:16px;text-align:center}
.ac-int-r .ac-answer .cta{display:inline-flex;align-items:center;gap:9px;background:var(--teal-dark);color:#fff;font:800 14px/1 var(--sans);padding:13px 24px;border-radius:50px;text-decoration:none;box-shadow:0 6px 16px rgba(12,140,136,.28)}
.ac-int-r .ac-answer .arw{animation:acnudge 1.4s ease-in-out infinite}
@keyframes acnudge{0%,100%{transform:translateY(0)}50%{transform:translateY(3px)}}
.ac-int-r .band{margin:48px 0 20px;padding:22px 24px 10px;background:linear-gradient(180deg,#F0F7F7,#fff);border-radius:16px}
.ac-int-r .band .inner{display:flex;gap:18px;align-items:center}
.ac-int-r .band .big{font:900 60px/1 var(--sans);color:#C8DCDC;flex-shrink:0}
.ac-int-r .band .q{font:700 12.5px/1.4 var(--sans);letter-spacing:2px;text-transform:uppercase;color:var(--teal-dark)}
.ac-int-r .band h3{font-family:var(--serif);font-size:27px;line-height:1.2;font-weight:800;color:var(--ink);margin:0}
.ac-int-r .callout{border-left:4px solid var(--teal);background:#F4FAFA;border-radius:0 12px 12px 0;padding:18px 22px;margin:26px 0}
.ac-int-r .callout .n{font:800 18px/1.35 var(--sans);color:var(--dark-mid);margin-bottom:6px}
.ac-int-r .callout .d{font:500 15px/1.55 var(--sans);color:var(--ink-soft)}
.ac-int-r .callout .c{font:600 11px/1 var(--sans);letter-spacing:1.5px;text-transform:uppercase;color:var(--muted);margin-top:10px}
.ac-int-r .ac-midcap{background:linear-gradient(180deg,#F0F7F7,#fff);border:1.5px solid var(--fog-border);border-radius:16px;padding:22px;margin:30px 0;text-align:center}
.ac-int-r .ac-midcap h4{font-family:var(--serif);font-size:20px;font-weight:800;color:var(--ink);margin:0 0 5px}
.ac-int-r .ac-midcap .sub{font:500 14px/1.55 var(--sans);color:var(--ink-soft);max-width:420px;margin:0 auto 14px}
.ac-int-r .ac-midcap .mcform{display:flex;gap:8px;max-width:400px;margin:0 auto}
.ac-int-r .ac-midcap .mcform input{flex:1;border:1.5px solid var(--fog-border);border-radius:50px;padding:12px 16px;font:500 14px/1 var(--sans);min-width:0}
.ac-int-r .ac-midcap .mcform button{background:var(--teal-dark);color:#fff;border:none;border-radius:50px;padding:12px 18px;font:800 13px/1 var(--sans);cursor:pointer;white-space:nowrap}
.ac-int-r .ac-midcap .fine{font:500 11.5px/1.5 var(--sans);color:var(--muted);margin-top:10px}
@media(max-width:520px){.ac-int-r .ac-midcap .mcform{flex-direction:column}}
.ac-int-r .ac-capture{background:linear-gradient(180deg,#F0F7F7,#fff);border:1.5px solid var(--fog-border);border-radius:16px;padding:30px 28px;margin:26px 0 44px;text-align:center}
.ac-int-r .ac-capture .cap-state{display:none}
.ac-int-r .ac-capture[data-state="trigger"] .st-trigger{display:block}
.ac-int-r .ac-capture[data-state="form"] .st-form{display:block}
.ac-int-r .ac-capture[data-state="sent"] .st-sent{display:block}
.ac-int-r .ac-capture h4{font-family:var(--serif);font-size:24px;font-weight:800;color:var(--ink);margin:0 0 8px}
.ac-int-r .ac-capture .sub{font:500 15px/1.55 var(--sans);color:var(--ink-soft);margin:0 auto 18px;max-width:430px}
.ac-int-r .ac-capture .bigbtn{display:inline-flex;align-items:center;gap:10px;background:var(--teal-dark);color:#fff;border:none;border-radius:50px;padding:16px 30px;font:800 16px/1 var(--sans);cursor:pointer;box-shadow:0 6px 18px rgba(12,140,136,.28)}
.ac-int-r .ac-capture .capform{display:flex;gap:10px;max-width:430px;margin:0 auto}
.ac-int-r .ac-capture .capform input{flex:1;border:1.5px solid var(--fog-border);border-radius:50px;padding:14px 20px;font:500 15px/1 var(--sans)}
.ac-int-r .ac-capture .capform button{background:var(--teal-dark);color:#fff;border:none;border-radius:50px;padding:14px 24px;font:800 14px/1 var(--sans);cursor:pointer}
.ac-int-r .ac-capture .sent-check{width:52px;height:52px;border-radius:50%;background:var(--teal);color:#fff;font:800 26px/52px var(--sans);margin:0 auto 12px}
.ac-int-r .ac-capture .dl{display:inline-block;margin-top:6px;color:var(--teal-dark);font:700 15px/1 var(--sans);text-decoration:underline;cursor:pointer}
.ac-int-r .ac-capture .fine{font:500 12px/1.5 var(--sans);color:var(--muted);margin-top:12px}
@media(max-width:520px){.ac-int-r .ac-capture .capform{flex-direction:column}}
.ac-int-r .forms{border:1.5px solid var(--fog-border);border-radius:16px;overflow:hidden;margin:26px 0 10px}
.ac-int-r .forms .h{background:var(--dark-base);color:#fff;padding:14px 20px;font:800 13px/1.3 var(--sans);letter-spacing:1.4px;text-transform:uppercase}
.ac-int-r .forms table{width:100%;border-collapse:collapse}
.ac-int-r .forms th,.ac-int-r .forms td{padding:12px 13px;font:500 13.5px/1.45 var(--sans);color:var(--ink-soft);border-bottom:1px solid #E9F1F1;text-align:left;vertical-align:top}
.ac-int-r .forms th{font-weight:800;color:var(--dark-mid);background:#F4FAFA;font-size:12.5px}
.ac-int-r .forms td.win{background:#E9F7F6;font-weight:700;color:var(--dark-mid)}
.ac-int-r .forms td.pick{font-weight:800;color:var(--dark-mid);background:#E9F7F6;padding:12px 13px}
.ac-int-r .forms .pick:before{content:"OUR PICK";display:block;width:max-content;background:var(--teal-bright);color:var(--dark-base);font:800 10px/1 var(--sans);letter-spacing:1.2px;padding:4px 9px;border-radius:20px;margin-bottom:7px}
.ac-int-r .forms tr.rec td{background:#E9F7F6}
.ac-int-r .forms tr:last-child td{border-bottom:none}
.ac-int-r .legend{font:500 12.5px/1.5 var(--sans);color:var(--muted);margin:8px 2px 0}
@media(max-width:600px){
.ac-int-r .forms table,.ac-int-r .forms tbody,.ac-int-r .forms tr,.ac-int-r .forms td{display:block;width:100%;box-sizing:border-box}
.ac-int-r .forms tr:first-child{display:none}
.ac-int-r .forms tr{padding:10px 0 13px;border-bottom:6px solid #F4FAFA}
.ac-int-r .forms tr:last-child{border-bottom:none}
.ac-int-r .forms td{border-bottom:none;padding:5px 18px;font-size:14.5px;line-height:1.5}
.ac-int-r .forms td:first-child{padding-top:13px;padding-bottom:6px}
.ac-int-r .forms td[data-l]:before{content:attr(data-l);display:block;font:800 10.5px/1.4 var(--sans);letter-spacing:.8px;text-transform:uppercase;color:var(--muted);margin-bottom:1px}
.ac-int-r .forms tr.rec{background:#E9F7F6;border-left:4px solid var(--teal-dark)}
.ac-int-r .forms td.pick{padding:13px 18px 6px}
.ac-int-r .forms td.win{background:transparent}
}
.ac-int-r .pick{position:relative;background:linear-gradient(170deg,var(--dark-base),var(--dark-mid));border-radius:20px;padding:30px 28px 24px;margin:16px 0 14px;color:#E8F0F0;box-shadow:0 16px 44px rgba(13,27,42,.30);scroll-margin-top:90px}
.ac-int-r .pick .rib{position:absolute;top:-13px;left:26px;background:var(--teal-bright);color:var(--dark-base);font:800 11.5px/1 var(--sans);letter-spacing:2px;text-transform:uppercase;padding:8px 15px;border-radius:20px}
.ac-int-r .pick .se{font:800 12px/1 var(--sans);letter-spacing:2.5px;text-transform:uppercase;color:var(--teal-bright);margin:6px 0 10px}
.ac-int-r .pick h2{font-family:var(--serif);font-size:27px;line-height:1.18;font-weight:800;color:#fff;margin:0 0 6px}
.ac-int-r .pick .why{font:600 15.5px/1.55 var(--sans);color:#CFE4E3;margin:0 0 16px}
.ac-int-r .pick ul{margin:0 0 18px;padding:0;list-style:none}
.ac-int-r .pick li{font:600 15px/1.5 var(--sans);color:#DCEBEA;padding:0 0 10px 26px;position:relative}
.ac-int-r .pick li:before{content:"\2713";position:absolute;left:0;color:var(--teal-bright);font-weight:900}
.ac-int-r .buy{display:inline-flex;align-items:center;justify-content:center;gap:9px;background:var(--teal-bright);color:var(--dark-base);font:800 16px/1 var(--sans);padding:15px 30px;border-radius:50px;text-decoration:none;box-shadow:0 8px 22px rgba(20,212,205,.32)}
.ac-int-r .buy.lite{background:var(--teal-dark);color:#fff}
.ac-int-r .pending{display:block;color:rgba(216,232,232,.55);font:500 11.5px/1.5 var(--sans);margin:8px 0 0;letter-spacing:.01em}
.ac-int-r .pending.dk{color:#4E6B6B}
.ac-int-r .pick .ftc{font:500 12px/1.6 var(--sans);color:rgba(216,232,232,.62);margin:14px 0 0}
.ac-int-r .pick .ftc a{color:rgba(216,232,232,.82)}
.ac-int-r .screen{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin:20px 0}
.ac-int-r .screen .cell{background:linear-gradient(180deg,#F0F7F7,#fff);border:1px solid var(--fog-border);border-radius:12px;padding:15px 16px}
.ac-int-r .screen .cell .t{font:800 11px/1 var(--sans);letter-spacing:1.2px;text-transform:uppercase;color:var(--teal-dark);margin-bottom:7px;display:flex;align-items:center;gap:7px}
.ac-int-r .screen .cell .t svg{width:14px;height:14px}
.ac-int-r .screen .cell .d{font:500 13.5px/1.5 var(--sans);color:var(--ink-soft)}
.ac-int-r .rate{display:flex;align-items:center;gap:12px;background:#F4FAFA;border:1px solid var(--fog-border);border-radius:12px;padding:13px 18px;margin:14px 0 0}
.ac-int-r .rate .st{font:800 15px/1 var(--sans);color:var(--warm);letter-spacing:1px}
.ac-int-r .rate .tx{font:600 13.5px/1.45 var(--sans);color:var(--ink-soft)}
.ac-int-r .rate .tx b{color:var(--ink)}
.ac-int-r .objs{margin:14px 0 0}
.ac-int-r .objs details{border:1px solid #e5e7eb;border-radius:10px;margin-bottom:10px}
.ac-int-r .objs summary{padding:15px 18px;font:700 16px/1.4 var(--sans);color:var(--ink);cursor:pointer;display:flex;justify-content:space-between;gap:12px;list-style:none}
.ac-int-r .objs summary::-webkit-details-marker{display:none}
.ac-int-r .objs summary:after{content:"\25BE";color:var(--teal-dark)}
.ac-int-r .objs .a{padding:0 18px 16px;font-size:16px;line-height:1.62;color:#555}
.ac-int-r .plan{background:linear-gradient(135deg,#F4FAFA,#fff);border-left:5px solid var(--teal-dark);border-radius:14px;padding:28px 26px;margin:40px 0 0;box-shadow:0 2px 12px rgba(0,0,0,.06);scroll-margin-top:90px}
.ac-int-r .plan .pt{font-family:var(--serif);font-size:23px;font-weight:800;color:var(--ink);margin-bottom:20px}
.ac-int-r .plan .step{display:flex;gap:15px;margin-bottom:16px;align-items:flex-start}
.ac-int-r .plan .step .n{min-width:36px;width:36px;height:36px;background:var(--teal-dark);border-radius:50%;color:#fff;font:800 16px/36px var(--sans);text-align:center;flex-shrink:0}
.ac-int-r .plan .sh{font:800 16px/1.4 var(--sans);color:var(--ink);margin-bottom:3px}
.ac-int-r .plan .sd{font:400 15px/1.6 var(--sans);color:var(--muted)}
.ac-int-r .plan .rr{border-top:1px solid #D8E8E8;margin-top:14px;padding-top:16px;font:500 13.5px/1.6 var(--sans);color:var(--ink-soft);text-align:center}
.ac-int-r .plan .rr b{color:var(--dark-mid)}
.ac-int-r .plan .midcta{margin-top:16px;text-align:center}
.ac-int-r .capline{border-top:1px solid #E2ECEC;margin-top:40px;padding:22px 10px 0;text-align:center;font:500 15px/1.6 var(--sans);color:#3A5555}
.ac-int-r .faq{margin-top:38px;border-top:1px solid #e5e7eb;padding-top:28px}
.ac-int-r .faq h2{font-family:var(--serif);font-size:23px;font-weight:800;color:var(--ink);margin:0 0 16px}
.ac-int-r .faq details{border:1px solid #e5e7eb;border-radius:10px;margin-bottom:10px}
.ac-int-r .faq summary{padding:15px 18px;font:700 16px/1.4 var(--sans);color:var(--ink);cursor:pointer;display:flex;justify-content:space-between;gap:12px;list-style:none}
.ac-int-r .faq summary::-webkit-details-marker{display:none}
.ac-int-r .faq summary:after{content:"\25BE";color:var(--teal-dark)}
.ac-int-r .faq .a{padding:0 18px 16px;font-size:16px;line-height:1.62;color:#555}
.ac-int-r .ac-sig{margin-top:36px}
.ac-int-r .ac-sig .rule{width:60px;height:2px;background:linear-gradient(90deg,var(--teal-dark),var(--teal-bright));margin-bottom:18px;border-radius:2px}
.ac-int-r .ac-sig .toyour{font-family:var(--serif);font-size:16px;font-style:italic;color:#777;margin:0 0 10px;padding-left:2px}
.ac-int-r .meta{font:500 12.5px/1.6 var(--sans);color:#98a0a6;text-align:center;margin:22px 0 0}
.ac-int-r .sticky{position:fixed;left:0;right:0;bottom:0;z-index:950;background:rgba(13,27,42,.97);padding:11px 16px;display:flex;gap:14px;align-items:center;justify-content:center}
.ac-int-r .sticky .t{font:700 14px/1.3 var(--sans);color:#D8E8E8}
.ac-int-r .sticky .buy{padding:11px 22px;font-size:14px}
@media(max-width:560px){.ac-int-r .sticky .t{display:none}.ac-int-r .screen{grid-template-columns:1fr}.ac-int-r .band .big{font-size:46px}}
.ac-int-r .disc{max-width:760px;margin:0 auto;padding:20px 20px 30px;text-align:center;font:500 12.5px/1.6 var(--sans);color:#8a9298}
</style>
<div class="ac-int-r">
<div class="wrap">
<p>
<strong>Plant protein starts as a plant, and plants pull up whatever is in the soil.</strong> That includes the good stuff and, in some fields, trace heavy metals. The tub never mentions it, so most people scoop and stir without a second thought.</p>
<p>Here is what actually ends up in the powder, why plant blends test higher than most, and the single line on the label that tells you whether anyone checked. Fair warning the marketing skips: the risk is real but usually small, and the fix is boring.</p>
<div class="ac-answer">
<div class="eb">The Short Answer</div>
<h2>The metals come from the soil, not the brand. Independent testing is how you know your tub is clean.</h2>
<ol>
<li>
<span class="n">1</span>
<span>
<span class="k">Plants absorb what the ground holds</span> · lead, cadmium and arsenic occur naturally in soil, and roots take them up along with nutrients</span>
</li>
<li>
<span class="n">2</span>
<span>
<span class="k">The category polices itself</span> · powders are supplements, so no one verifies the label unless the maker pays for it</span>
</li>
<li>
<span class="n">3</span>
<span>
<span class="k">One seal does the checking for you</span> · independent certification screens each batch for heavy metals and confirms the label is honest</span>
</li>
</ol>
<div class="cue">
<a class="cta" href="#coach-recommendations">Get Your Coach's Clean-Protein Plan <span class="arw">↓</span>
</a>
</div>
</div>
<div class="band">
<div class="inner">
<div class="big">1</div>
<div>
<div class="q">Part 1 · Where It Comes From</div>
<h3>Why a Plant Draws Up Metal at All</h3>
</div>
</div>
</div>
<p>Lead, cadmium and arsenic are natural parts of the earth's crust, and farming spreads them further through fertilizer and older pesticides. <a href="https://health.clevelandclinic.org/arsenic-in-rice" target="_blank" rel="noopener">Cleveland Clinic</a> explains that plants are porous, so metals in the soil and water get absorbed and end up in the part we eat.</p>
<p>That is a plant story, not a supplement scandal. It is also why <a href="https://www.health.harvard.edu/diet-and-nutrition/the-hidden-dangers-of-protein-powders" target="_blank" rel="noopener">Harvard Health</a> points to soil as one likely route for contaminants found in protein powders: concentrate a lot of plant material into one scoop, and you concentrate whatever the plant carried.</p>
<div class="callout">
<div class="n">Concentration is the quiet part.</div>
<div class="d">A tub of powder packs the protein from many servings of peas or rice into a small scoop. Anything the crop took up rides along and gets denser too. That is the mechanism behind the headlines, and it is the reason testing matters more here than in whole food.</div>
<div class="c">Source: Harvard Health, Cleveland Clinic</div>
</div>
<div class="band">
<div class="inner">
<div class="big">2</div>
<div>
<div class="q">Part 2 · What the Testing Found</div>
<h3>Why Plant Blends Read Higher</h3>
</div>
</div>
</div>
<p>
<strong>The numbers are real, and they are uneven.</strong> <a href="https://www.health.harvard.edu/diet-and-nutrition/the-hidden-dangers-of-protein-powders" target="_blank" rel="noopener">Harvard Health</a> reports that a 2025 nonprofit screen of 134 protein powders found many carried heavy metals, and that plant-based products tended to test higher than others. Many, not all: some tubs came back clean.</p>
<p>
<strong>Rice is the usual reason.</strong> <a href="https://health.clevelandclinic.org/arsenic-in-rice" target="_blank" rel="noopener">Cleveland Clinic</a> notes rice takes up arsenic readily, and a recent study it cites found the element in every one of 145 rice samples tested. Rice protein is a common base for plant blends, which is how the crop's habit becomes the powder's problem.</p>
<div class="callout">
<div class="n">Real, but keep the size honest.</div>
<div class="d">Cleveland Clinic is direct that for most people, the health risk from arsenic in a normal diet is very low. This is a reason to choose a tested powder, not a reason to fear plant protein. The goal is a clean tub, not a panic.</div>
<div class="c">Our published screen, not a scare line</div>
</div>
<p>Context helps here. The <a href="https://www.fda.gov/food/environmental-contaminants-food/arsenic-food" target="_blank" rel="noopener">U.S. Food and Drug Administration</a> tracks these metals across the food supply and, through its <a href="https://www.fda.gov/food/environmental-contaminants-food/closer-zero-reducing-childhood-exposure-contaminants-foods" target="_blank" rel="noopener">Closer to Zero</a> plan, is working to push exposure lower over time. Trace levels are common in food; the job is keeping your own intake sensible.</p>
<div class="ac-midcap">
<h4>Take the clean-protein checklist with you</h4>
<p class="sub">Your free plan (PDF): the one label line that matters, the seals worth trusting, and the simple swaps that lower metal exposure from food.</p>
<div class="mcform">
<input type="email" placeholder="Your email address" aria-label="Email address">
<button type="button">Send My Plan (Free)</button>
</div>
<div class="fine">One email. No spam. Unsubscribe anytime.</div>
</div>
<div class="band">
<div class="inner">
<div class="big">3</div>
<div>
<div class="q">Part 3 · How to Read a Tub</div>
<h3>The One Line That Tells You Anything</h3>
</div>
</div>
</div>
<p>Here is the part the front of the tub hides: no one is checking by default. <a href="https://www.health.harvard.edu/diet-and-nutrition/the-hidden-dangers-of-protein-powders" target="_blank" rel="noopener">Harvard Health</a> notes a protein powder is a dietary supplement, so the maker is left to evaluate its own safety and labeling, and there is no built-in guarantee the tub holds what the panel claims.</p>
<p>So you outsource the checking. <a href="https://health.clevelandclinic.org/7-tips-choosing-best-protein-powder" target="_blank" rel="noopener">Cleveland Clinic</a> advises looking for a product verified by an independent third party, which tests for contaminants and confirms the label. The seal, not the health-halo words on the front, is the line that carries information.</p>
<div class="forms">
<div class="h">What the Seal Actually Buys You</div>
<table>
<tr>
<th>What's on the label</th>
<th>Heavy metals screened?</th>
<th>Label claim verified?</th>
<th>What you actually know</th>
</tr>
<tr class="rec">
<td class="pick">NSF Certified for Sport</td>
<td data-l="Heavy metals screened?" class="win">Yes, each batch</td>
<td data-l="Label claim verified?" class="win">Yes, plus banned-substance screen</td>
<td data-l="What you actually know" class="win">An independent lab confirmed the tub</td>
</tr>
<tr>
<td>USP Verified or Informed Sport</td>
<td data-l="Heavy metals screened?">Yes, similar scope</td>
<td data-l="Label claim verified?">Yes</td>
<td data-l="What you actually know">A solid independent alternative</td>
</tr>
<tr>
<td>No third-party seal</td>
<td data-l="Heavy metals screened?">Only if the maker chooses</td>
<td data-l="Label claim verified?">Maker's own word</td>
<td data-l="What you actually know">You are trusting the front of the tub</td>
</tr>
</table>
</div>
<p class="legend">Comparison built from Cleveland Clinic's guidance on choosing a protein powder and Harvard Health on supplement oversight. An unsealed tub is not proof of a problem; it just means no one outside the company has checked.</p>
<p>One low-key caution worth stating: a certificate of analysis you can actually read beats a vague "lab tested" badge. <a href="https://www.fda.gov/food/chemical-contaminants-pesticides/environmental-contaminants-food" target="_blank" rel="noopener">FDA</a> guidance treats contaminant control as a batch-by-batch matter, so a per-batch result is the honest version of the promise.</p>
<div class="pick">
<div class="rib">★ Coach's Pick</div>
<div class="se">The plant protein we would buy</div>
<h2>Momentous 100% Plant Protein</h2>
<div class="why">A pea-and-rice blend is only as clean as its testing. This one is built around the exact seal the guidance points to, with per-batch results you can read before you spend.</div>
<ul>
<li>NSF Certified for Sport: an independent lab screens every batch for heavy metals and confirms label accuracy</li>
<li>Third-party test results published per batch, so the checking is not just a claim</li>
<li>Pea and rice blend, sourced in the U.S. and Canada, so the two plants cover each other's amino gaps</li>
<li>Vegan and free of soy and common allergens, with no added-sugar surprises on the panel</li>
</ul>
<a class="buy" href="https://www.livemomentous.com/products/100-plant-protein-powder?dc=AgelessCoach&mct=pwqwZOO1&utm_source=agelesscoach&utm_medium=intent-article&utm_content=tmpl-R" data-affiliate="momentous" data-template="R" data-code="AgelessCoach" rel="noopener sponsored">Check Current Price at Momentous →</a>
<span class="pending">Partner link · discount applied automatically at checkout</span>
<p class="ftc">Ageless Coach may earn a commission if you buy through this link, at no extra cost to you. We only recommend products that pass our published screen, and this recommendation was set before any partnership. <a href="/partners">How we choose partners</a>.</p>
</div>
<div class="screen">
<div class="cell">
<div class="t">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.4" stroke-linecap="round" stroke-linejoin="round">
<path d="M20 6L9 17l-5-5"/>
</svg>Right seal</div>
<div class="d">NSF Certified for Sport is the independent check the guidance points to, and it includes a heavy-metal screen on every batch.</div>
</div>
<div class="cell">
<div class="t">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.4" stroke-linecap="round" stroke-linejoin="round">
<path d="M20 6L9 17l-5-5"/>
</svg>Readable proof</div>
<div class="d">Per-batch test results are published, so the promise is a document you can open, not a badge on the front of the tub.</div>
</div>
<div class="cell">
<div class="t">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.4" stroke-linecap="round" stroke-linejoin="round">
<path d="M20 6L9 17l-5-5"/>
</svg>Complete blend</div>
<div class="d">Pea and rice together cover the amino acids each lacks alone, so the clean tub is also a complete protein.</div>
</div>
<div class="cell">
<div class="t">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.4" stroke-linecap="round" stroke-linejoin="round">
<path d="M20 6L9 17l-5-5"/>
</svg>Honest framing</div>
<div class="d">Structure and function support for a plant-based diet. Not a detox, not a cure, just a tub you can trust.</div>
</div>
</div>
<div class="rate">
<div class="st">★★★★★</div>
<div class="tx">
<b>Check it yourself:</b> the product page publishes verified customer reviews and per-batch test results, so both the certification and the numbers are one click away before you spend anything.</div>
</div>
<div class="band">
<div class="inner">
<div class="big">4</div>
<div>
<div class="q">Before You Buy</div>
<h3>The Questions Worth Asking</h3>
</div>
</div>
</div>
<div class="objs">
<details>
<summary>Should I stop using plant protein?</summary>
<div class="a">No. The issue is soil, not plants being bad. Cleveland Clinic is clear the everyday risk from these trace metals is very low for most people. The sensible move is to choose a tub an independent lab has screened, not to drop plant protein.</div>
</details>
<details>
<summary>Is organic automatically cleaner?</summary>
<div class="a">Not necessarily. Organic rules limit synthetic inputs, but they do not remove metals that are naturally in the soil, and testing has found contaminated products in both camps. The label word that matters is independent certification, not organic.</div>
</details>
<details>
<summary>Does whey avoid this problem?</summary>
<div class="a">Whey starts from milk, not soil, so it tends to test lower for these particular metals. But the regulation gap is the same, so Harvard Health's advice applies to any powder: buy one an independent lab has verified.</div>
</details>
<details>
<summary>Can I lower my metal intake from food too?</summary>
<div class="a">Yes. Cleveland Clinic notes cooking rice in extra water like pasta can cut its arsenic by 40 to 60 percent, per FDA research, and rotating in grains like quinoa or barley helps. Your protein tub and your rice pot are separate levers.</div>
</details>
<details>
<summary>What is a certificate of analysis?</summary>
<div class="a">It is the lab report for a specific batch, listing what was tested and what was found. A brand that publishes one per batch is showing its work. A vague "lab tested" line with no document to open is not the same thing.</div>
</details>
</div>
<div class="plan" id="coach-recommendations">
<div class="pt">📋 Your Coach's Recommendations</div>
<div class="step">
<div class="n">1</div>
<div>
<div class="sh">Read the seal before the front of the tub.</div>
<div class="sd">Skip the health-halo words and look for NSF Certified for Sport, USP Verified, or Informed Sport. No independent seal means no one outside the company checked, whatever the front promises.</div>
</div>
</div>
<div class="step">
<div class="n">2</div>
<div>
<div class="sh">Ask to see the batch, not a badge.</div>
<div class="sd">Prefer a brand that publishes a certificate of analysis per batch. A readable lab result beats a vague claim, and it is the honest version of testing that FDA guidance treats as batch-by-batch work.</div>
</div>
</div>
<div class="step">
<div class="n">3</div>
<div>
<div class="sh">Lower the food side too.</div>
<div class="sd">Cook rice in extra water and drain it, rotate in quinoa or barley, and get most of your protein from whole foods. The scoop covers the gap; it is not meant to be the meal.</div>
</div>
</div>
<div class="midcta">
<a class="buy lite" href="https://www.livemomentous.com/products/100-plant-protein-powder?dc=AgelessCoach&mct=pwqwZOO1&utm_source=agelesscoach&utm_medium=intent-article&utm_content=tmpl-R" data-affiliate="momentous" data-template="R" data-code="AgelessCoach" rel="noopener sponsored">Check Current Price at Momentous →</a>
<span class="pending dk">Partner link · discount applied automatically at checkout</span>
</div>
<div class="rr">
<b>Low-risk way to test it:</b> Momentous ships from the maker with subscribe-and-save and cancel-anytime, so trying a certified tub is not a commitment. Already have a sealed brand you trust? That is the right call, and the plan below is free.</div>
</div>
<div class="capline">Want the clean-protein checklist in one page? Get the free Clean Protein Plan, the label line that matters plus the food swaps that lower exposure, sent to your inbox using the box below.</div>
<div class="ac-capture" data-state="trigger" data-article-slug="the-heavy-metals-hiding-in-your-plant-protein" data-pdf-url="https://cdn.prod.website-files.com/69be1026a027224999b7936b/6a65e07ca7d5d67c71439a7d_clean-protein-plan-2026-07-26.pdf" data-plan-title="The Clean Protein Plan" data-plan-desc="The one label line that matters, the seals worth trusting, and the food swaps that lower heavy-metal exposure.">
<div class="st-trigger cap-state">
<h4>The Clean Protein Plan</h4>
<p class="sub">Your free plan turns this into action: the one label line that matters, the seals worth trusting, and the simple food swaps that lower metal exposure.</p>
<button class="bigbtn" type="button" data-cap="form">📩 Send Me the Plan (Free)</button>
<div class="fine">One email. No spam. Unsubscribe anytime.</div>
</div>
<div class="st-form cap-state">
<h4>Where should we send it?</h4>
<p class="sub">Your free plan, straight to your inbox.</p>
<form class="capform">
<input type="email" name="email" required placeholder="Your email address" aria-label="Email address">
<button type="submit">Send My Plan</button>
</form>
<div class="fine">We send the plan plus one short evidence brief each week. Unsubscribe anytime.</div>
</div>
<div class="st-sent cap-state">
<div class="sent-check">✓</div>
<h4>It's on the way</h4>
<p class="sub">Check your inbox in the next minute. Want it right now?</p>
<a class="dl" href="https://cdn.prod.website-files.com/69be1026a027224999b7936b/6a65e07ca7d5d67c71439a7d_clean-protein-plan-2026-07-26.pdf" download>⬇ Download your plan (PDF)</a>
<div class="fine">Your first Ageless Brief arrives this week: one study, translated, no hype.</div>
</div>
</div>
<div class="faq">
<h2>Frequently Asked Questions</h2>
<details>
<summary>How do heavy metals get into plant protein?</summary>
<div class="a">Through the plant. Lead, cadmium and arsenic occur naturally in soil, and porous roots absorb them along with nutrients, per Cleveland Clinic. Concentrating many servings of a crop into one scoop concentrates whatever it carried.</div>
</details>
<details>
<summary>Are all plant protein powders contaminated?</summary>
<div class="a">No. A 2025 screen reported by Harvard Health found many plant powders tested higher than others, but not all, and some came back clean. That is exactly why an independent per-batch test is the thing to look for.</div>
</details>
<details>
<summary>What does NSF Certified for Sport actually check?</summary>
<div class="a">An independent lab confirms the label is accurate and screens the batch for contaminants, including heavy metals, and for banned substances. It is the third-party verification Cleveland Clinic's protein-powder guidance points to.</div>
</details>
<details>
<summary>Is the arsenic in rice protein dangerous?</summary>
<div class="a">For most people the everyday risk is very low, per Cleveland Clinic, which is why this is a reason to choose a tested tub rather than to panic. Long-term exposure is the concern the FDA tracks, so keeping intake sensible is the point.</div>
</details>
<details>
<summary>Is a pea and rice blend a complete protein?</summary>
<div class="a">Yes. Pea runs low in one amino acid and rice in another, so together they cover the gap and supply all nine essential amino acids. A certified blend gives you a complete protein and a clean one.</div>
</details>
</div>
<div class="sources">
<h2 style="font-family:var(--serif);font-size:20px;font-weight:800;color:var(--ink);margin:24px 0 10px">Sources</h2>
<p class="legend" style="line-height:1.7">
<a href="https://www.health.harvard.edu/diet-and-nutrition/the-hidden-dangers-of-protein-powders" target="_blank" rel="noopener">Harvard Health Publishing, The Hidden Dangers of Protein Powders</a>
<br>
<a href="https://health.clevelandclinic.org/arsenic-in-rice" target="_blank" rel="noopener">Cleveland Clinic, Should You Be Worried About Arsenic in Rice?</a>
<br>
<a href="https://health.clevelandclinic.org/7-tips-choosing-best-protein-powder" target="_blank" rel="noopener">Cleveland Clinic, How To Choose the Best Protein Powder for You</a>
<br>
<a href="https://www.fda.gov/food/environmental-contaminants-food/arsenic-food" target="_blank" rel="noopener">U.S. Food and Drug Administration, Arsenic in Food</a>
<br>
<a href="https://www.fda.gov/food/environmental-contaminants-food/closer-zero-reducing-childhood-exposure-contaminants-foods" target="_blank" rel="noopener">U.S. Food and Drug Administration, Closer to Zero</a>
<br>
<a href="https://www.fda.gov/food/chemical-contaminants-pesticides/environmental-contaminants-food" target="_blank" rel="noopener">U.S. Food and Drug Administration, Environmental Contaminants in Food</a>
</p>
</div>
<div class="ac-sig">
<div class="rule">
</div>
<p class="toyour">To your health,</p>
<svg width="320" height="72" viewBox="0 0 320 72" role="img" aria-label="Ageless Coach. Age Strong. Live Long." xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<defs>
<clipPath id="acSigIconClip">
<rect x="0" y="6" width="60" height="60" rx="12" ry="12"/>
</clipPath>
</defs>
<image x="0" y="6" width="60" height="60" clip-path="url(#acSigIconClip)" preserveAspectRatio="xMidYMid slice" href="https://cdn.prod.website-files.com/69be1026a027224999b7936b/6a0b22c6afd5d6fd115b9c1a_ac-closing-brand-icon.webp" xlink:href="https://cdn.prod.website-files.com/69be1026a027224999b7936b/6a0b22c6afd5d6fd115b9c1a_ac-closing-brand-icon.webp"/>
<text x="76" y="42" style="font-family:Inter,system-ui,-apple-system,'Helvetica Neue',Arial,sans-serif;font-size:27px;letter-spacing:-0.3px">
<tspan style="font-weight:800;fill:#0D1B2A">Ageless</tspan>
<tspan style="font-weight:300;fill:rgba(13,27,42,0.6)">Coach</tspan>
<tspan dy="-12" style="font-size:16px;font-weight:600;fill:rgba(13,27,42,0.6)">™</tspan>
</text>
<text x="76" y="60" style="font-family:Inter,system-ui,-apple-system,'Helvetica Neue',Arial,sans-serif;font-size:10.5px;letter-spacing:2.5px;font-weight:500;fill:#0C8C88;text-transform:uppercase">AGE STRONG. LIVE LONG.</text>
</svg>
</div>
<p class="meta">By the Ageless Coach Editorial Team · July 26, 2026 · Sources listed above</p>
<p class="meta" style="margin-top:8px">Affiliate disclosure: this article contains an affiliate link. Ageless Coach may earn a commission if you buy through it, at no extra cost to you. Our recommendation was set before any partnership and reflects our published screen.</p>
</div>
<div class="sticky">
<span class="t">The plant protein we would buy: Momentous 100% Plant Protein</span>
<a class="buy" href="https://www.livemomentous.com/products/100-plant-protein-powder?dc=AgelessCoach&mct=pwqwZOO1&utm_source=agelesscoach&utm_medium=intent-article&utm_content=tmpl-R" data-affiliate="momentous" data-template="R" data-code="AgelessCoach" rel="noopener sponsored">Check Price →</a>
</div>
<div class="disc">This content is educational and is not a substitute for professional medical advice, diagnosis, or treatment. These statements have not been evaluated by the Food and Drug Administration. This product is not intended to diagnose, treat, cure, or prevent any disease. Always consult your physician before making changes to your health routine.</div>
</div>

