.page[data-astro-cid-hwsfyje7]{background:var(--cream);min-height:100vh;padding:48px 40px}.page-inner[data-astro-cid-hwsfyje7]{max-width:760px;margin:0 auto}.article-header[data-astro-cid-hwsfyje7]{margin-bottom:40px}.eyebrow[data-astro-cid-hwsfyje7]{font-size:10px;letter-spacing:.18em;text-transform:uppercase;color:var(--bronze);margin-bottom:16px;font-family:Arial,sans-serif}h1[data-astro-cid-hwsfyje7]{font-family:Arial Black,Arial,sans-serif;font-size:42px;font-weight:900;color:var( cat > ~/Documents/Sites/momentvm/src/pages/ingredients/vitamin-d.astro << "EOF" --- import Base from "../../layouts/Base.astro"; --- <Base title="What Is Vitamin D? — Ingredient Guide — MOMENTVM"> <div class="page"> <div class="page-inner"> <div class="article-header"> <div class="eyebrow">Ingredient guide</div> <h1>Vita<span>min D</span></h1> <div class="rule"></div> <p class="intro">A fat-soluble vitamin synthesised through sun exposure and critical for bone health, immune function, and muscle performance. Deficiency is widespread — including in sun-rich Australia, particularly among indoor gym-goers.</p> </div> <div class="article-body"> <div class="fact-grid"> <div class="fact-card"><div class="fact-label">Effective dose</div><div class="fact-val">1000–4000 IU</div></div> <div class="fact-card"><div class="fact-label">Timing</div><div class="fact-val">With a meal (fat)</div></div> <div class="fact-card"><div class="fact-label">Evidence rating</div><div class="fact-val">★★★★★</div></div> <div class="fact-card"><div class="fact-label">Best form</div><div class="fact-val">D3 (Cholecalciferol)</div></div> </div> <h2>What is vitamin D?</h2> <p>Vitamin D is a fat-soluble secosteroid hormone synthesised in skin cells upon exposure to UVB radiation. It exists in two supplemental forms: D2 (ergocalciferol, plant-derived) and D3 (cholecalciferol, animal-derived). D3 is more effective at raising and maintaining serum 25-hydroxyvitamin D levels, which is the primary marker used to assess vitamin D status.</p> <h2>How it works</h2> <p>Vitamin D is converted in the liver and kidneys to its active form, calcitriol, which functions as a hormone. It regulates calcium and phosphorus absorption in the gut, supports bone mineralisation, modulates immune cell function, and influences gene expression in muscle tissue. Vitamin D receptors are present in virtually every cell type in the body.</p> <h2>What the research says</h2> <ul> <li>Vitamin D deficiency (below 50 nmol/L) is associated with reduced muscle strength, increased injury risk, and impaired immune function</li> <li>Supplementation in deficient athletes improved muscle strength and power output (Wyon et al., 2014)</li> <li>4000 IU daily for 6 months significantly improved VO2 max in deficient athletes compared to placebo</li> <li>Australian data shows 23–43% of adults have insufficient vitamin D levels despite high sun exposure</li> </ul> <h2>Effective dose</h2> <p>1000–4000 IU of vitamin D3 daily with a fat-containing meal for optimal absorption. Those with confirmed deficiency may require higher doses under medical supervision. Serum 25(OH)D levels of 75–100 nmol/L are generally considered optimal for athletic performance. A blood test is the only reliable way to assess current status.</p> <h2>What to check on the label</h2> <p>Ensure the product specifies D3 (cholecalciferol) rather than D2. Most quality supplements use D3. Doses below 400 IU are unlikely to move serum levels meaningfully. Many multivitamins contain vitamin D at insufficient doses — a standalone D3 supplement gives better control over intake.</p> <h2>Safety</h2> <p>Safe at doses up to 4000 IU per day for most adults. Toxicity is possible but rare — typically only with prolonged supplementation above 10,000 IU daily. Vitamin D is fat-soluble and accumulates in tissue, so more is not always better without confirmed deficiency. Blood testing before and during supplementation is recommended.</p> <div class="related-links"> <div class="related-title">Related</div> <a href="/ingredients/magnesium" class="related-link">What is magnesium? →</a> <a href="/ingredients/electrolytes" class="related-link">What are electrolytes? →</a> <a href="/ingredients" class="related-link">All ingredients →</a> </div> </div> </div> </div> </Base> <style> .page { background: var(--cream); min-height: 100vh; padding: 48px 40px; } .page-inner { max-width: 760px; margin: 0 auto; } .article-header { margin-bottom: 40px; } .eyebrow { font-size: 10px; letter-spacing: .18em; text-transform: uppercase; color: var(--bronze); margin-bottom: 16px; font-family: Arial, sans-serif; } h1 { font-family: "Arial Black", Arial, sans-serif; font-size: 42px; font-weight: 900; color: var(--black); margin-bottom: 16px; } h1 span { color: var(--bronze); } .rule { width: 60px; height: 3px; background: var(--bronze); margin-bottom: 20px; } .intro { font-size: 15px; color: #444; line-height: 1.8; font-family: Arial, sans-serif; } .fact-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin-bottom: 36px; } .fact-card { background: #2A2825; padding: 16px; } .fact-label { font-size: 9px; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); margin-bottom: 6px; font-family: Arial, sans-serif; } .fact-val { font-family: "Arial Black", Arial, sans-serif; font-size: 15px; color: var(--cream); } .article-body h2 { font-family: "Arial Black", Arial, sans-serif; font-size: 18px; color: var(--black); margin: 32px 0 12px; } .article-body p { font-size: 15px; color: #444; line-height: 1.8; margin-bottom: 14px; font-family: Arial, sans-serif; } .article-body ul { margin: 0 0 20px 20px; } .article-body li { font-size: 15px; color: #444; line-height: 1.8; margin-bottom: 6px; font-family: Arial, sans-serif; } .related-links { background: #2A2825; padding: 20px 24px; margin-top: 40px; } .related-title { font-size: 10px; letter-spacing: .12em; text-transform: uppercase; color: var(--bronze); margin-bottom: 12px; font-family: Arial, sans-serif; } .related-link { display: block; font-size: 13px; color: var(--bronze); font-family: Arial, sans-serif; margin-bottom: 8px; text-decoration: none; } @media (max-width: 768px) { .page { padding: 32px 20px; } h1 { font-size: 32px; } .fact-grid { grid-template-columns: 1fr 1fr; } } )}
