Supports Cellular Energy & Healthy Aging | Direct NAD+ (500mg)
.ar-nad { --ar-indigo: #2B2D5B; --ar-indigo-deep: #1a1c3d; --ar-gold: #C9A96E; --ar-gold-soft: #e4d4b0; --ar-sage: #8FA98F; --ar-cream: #F5F0E8; --ar-cream-light: #faf7f0; --ar-cha rcoal: #2C2C2C; --ar-muted: #6b6b7b; --ar-border: #e8e4d8; --ar-white: #ffffff; font-family: 'Outfit', -apple-system, sans-serif; color: var(--ar-charcoal); line-height: 1.65; font-size: 16px; max-width: 1200px; margin: 0 auto; } .ar-nad * { box-sizing: border-box; } .ar-nad p { margin: 0 0 14px; } .ar-nad a { color: var(--ar-indigo); } /* Opening hook paragraph */ .ar-nad .ar-hook { font-size: 17px; line-height: 1.7; color: var(--ar-charcoal); margin: 0 0 24px; } /* Quick highlights row */ .ar-nad .ar-highlights { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 24px; margin: 0 0 24px; padding: 20px 24px; background: var(--ar-cream-light); border-radius: 4px; border-left: 3px solid var(--ar-gold); } .ar-nad .ar-highlight { display: flex; gap: 8px; align-items: flex-start; font-size: 14px; color: var(--ar-charcoal); } .ar-nad .ar-highlight svg { width: 16px; height: 16px; color: var(--ar-gold); flex-shrink: 0; margin-top: 3px; } /* Ritual CTA card */ .ar-nad .ar-ritual-cta { display: flex; align-items: center; gap: 12px; background: var(--ar-cream-light); border: 1px solid var(--ar-gold-soft); border-radius: 4px; padding: 16px 20px; text-decoration: none; margin: 0 0 20px; transition: all 0.2s; } .ar-nad .ar-ritual-cta:hover { border-color: var(--ar-gold); background: var(--ar-white); } .ar-nad .ar-ritual-cta-icon { font-size: 22px; flex-shrink: 0; color: var(--ar-gold); } .ar-nad .ar-ritual-cta-text { font-size: 13px; color: var(--ar-charcoal); line-height: 1.4; flex: 1; } .ar-nad .ar-ritual-cta-text strong { color: var(--ar-indigo); display: block; font-size: 15px; font-weight: 600; margin-bottom: 2px; } .ar-nad .ar-ritual-cta-arrow { color: var(--ar-gold); font-size: 22px; } /* Trust strip */ .ar-nad .ar-trust-strip { display: flex; flex-wrap: wrap; gap: 20px; padding: 16px 0; border-top: 1px solid var(--ar-border); border-bottom: 1px solid var(--ar-border); margin: 0 0 50px; } .ar-nad .ar-trust-item { display: flex; align-items: center; gap: 6px; font-size: 13px; color: var(--ar-muted); } .ar-nad .ar-trust-item svg { width: 16px; height: 16px; flex-shrink: 0; color: var(--ar-indigo); } .ar-nad .ar-trust-item a { color: var(--ar-indigo); text-decoration: underline; text-decoration-color: var(--ar-gold-soft); text-underline-offset: 3px; font-weight: 500; } .ar-nad .ar-trust-item a:hover { text-decoration-color: var(--ar-gold); } /* Sections */ .ar-nad .ar-section { padding: 60px 24px; margin: 0 -24px; } .ar-nad .ar-section.alt { background: var(--ar-cream-light); border-radius: 6px; } .ar-nad .ar-section-inner { max-width: 100%; } .ar-nad .ar-section-header { text-align: center; margin-bottom: 40px; } .ar-nad .ar-eyebrow { font-size: 12px; text-transform: uppercase; letter-spacing: 0.15em; color: var(--ar-gold); font-weight: 500; margin-bottom: 8px; } .ar-nad .ar-section-header h2 { font-family: 'Cormorant Garamond', Georgia, serif; font-size: 40px; color: var(--ar-indigo); font-weight: 600; margin: 0 0 10px; line-height: 1.1; letter-spacing: -0.01em; } .ar-nad .ar-section-header h2 em { font-style: italic; color: var(--ar-gold); } .ar-nad .ar-section-header p { font-size: 16px; color: var(--ar-muted); max-width: 620px; margin: 0 auto; } /* Card grid */ .ar-nad .ar-card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; } @media (max-width: 900px) { .ar-nad .ar-card-grid { grid-template-columns: 1fr 1fr; } } @media (max-width: 600px) { .ar-nad .ar-card-grid { grid-template-columns: 1fr; } } .ar-nad .ar-card { background: var(--ar-white); border-left: 3px solid var(--ar-gold); padding: 28px 26px; border-radius: 4px; box-shadow: 0 1px 4px rgba(43,45,91,0.05); transition: transform 0.2s, box-shadow 0.2s; } .ar-nad .ar-card:hover { transform: translateY(-2px); box-shadow: 0 4px 12px rgba(43,45,91,0.1); } .ar-nad .ar-card-icon { width: 44px; height: 44px; color: var(--ar-indigo); margin-bottom: 14px; } .ar-nad .ar-card h3 { font-family: 'Cormorant Garamond', Georgia, serif; font-size: 21px; color: var(--ar-indigo); font-weight: 600; margin: 0 0 8px; line-height: 1.25; } .ar-nad .ar-card p { font-size: 14px; line-height: 1.6; color: var(--ar-charcoal); margin: 0; } /* Ingredient cards */ .ar-nad .ar-ingredient-card { background: var(--ar-white); border: 1px solid var(--ar-border); border-top: 3px solid var(--ar-gold); padding: 30px 28px; border-radius: 4px; } .ar-nad .ar-dose { display: inline-block; background: var(--ar-cream); color: var(--ar-indigo); font-size: 13px; font-weight: 600; padding: 4px 12px; border-radius: 3px; margin-bottom: 14px; letter-spacing: 0.03em; } .ar-nad .ar-ingredient-card h3 { font-family: 'Cormorant Garamond', Georgia, serif; font-size: 24px; color: var(--ar-indigo); margin: 0 0 6px; font-weight: 600; } .ar-nad .ar-latin { font-style: italic; color: var(--ar-muted); font-size: 13px; margin-bottom: 14px; } .ar-nad .ar-ingredient-card p { font-size: 14px; line-height: 1.65; color: var(--ar-charcoal); margin: 0; } /* Supplement facts panel */ .ar-nad .ar-supp-wrap { max-width: 520px; margin: 50px auto 0; } .ar-nad .ar-supp-label { font-size: 12px; text-transform: uppercase; letter-spacing: 0.15em; color: var(--ar-muted); text-align: center; margin-bottom: 12px; font-weight: 500; } .ar-nad .ar-supp-card { background: var(--ar-white); border: 2px solid var(--ar-charcoal); border-radius: 4px; padding: 24px; box-shadow: 0 2px 8px rgba(43,45,91,0.08); } .ar-nad .ar-supp-card img { width: 100%; height: auto; display: block; } /* Four-column mini cards */ .ar-nad .ar-four-col { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; } @media (max-width: 900px) { .ar-nad .ar-four-col { grid-template-columns: 1fr 1fr; } } @media (max-width: 600px) { .ar-nad .ar-four-col { grid-template-columns: 1fr; } } .ar-nad .ar-mini-card { background: var(--ar-white); padding: 22px 20px; border-radius: 4px; border-top: 2px solid var(--ar-gold); box-shadow: 0 1px 3px rgba(43,45,91,0.05); } .ar-nad .ar-mini-card svg { width: 32px; height: 32px; color: var(--ar-indigo); margin-bottom: 10px; } .ar-nad .ar-mini-card h4 { font-family: 'Cormorant Garamond', Georgia, serif; font-size: 18px; color: var(--ar-indigo); margin: 0 0 6px; font-weight: 600; line-height: 1.25; } .ar-nad .ar-mini-card p { font-size: 13px; line-height: 1.5; color: var(--ar-charcoal); margin: 0; } /* Trust block with COA */ .ar-nad .ar-trust-block { background: var(--ar-white); border: 1px solid var(--ar-border); border-radius: 6px; padding: 40px; display: grid; grid-template-columns: auto 1fr auto; gap: 28px; align-items: center; box-shadow: 0 2px 8px rgba(43,45,91,0.05); } @media (max-width: 700px) { .ar-nad .ar-trust-block { grid-template-columns: 1fr; text-align: center; } } .ar-nad .ar-trust-block-icon { width: 64px; height: 64px; background: var(--ar-cream); border-radius: 50%; display: flex; align-items: center; justify-content: center; } .ar-nad .ar-trust-block-icon svg { width: 34px; height: 34px; color: var(--ar-indigo); } .ar-nad .ar-trust-block h3 { font-family: 'Cormorant Garamond', Georgia, serif; font-size: 26px; color: var(--ar-indigo); margin: 0 0 6px; } .ar-nad .ar-trust-block p { margin: 0; font-size: 14px; color: var(--ar-muted); } .ar-nad .ar-test-date { font-size: 12px !important; margin-top: 8px !important; color: var(--ar-gold) !important; } .ar-nad .ar-test-date strong { color: var(--ar-gold); } .ar-nad .ar-btn-outline { background: transparent; color: var(--ar-indigo); border: 2px solid var(--ar-indigo); padding: 12px 24px; text-decoration: none; font-size: 13px; text-transform: uppercase; letter-spacing: 0.08em; font-weight: 500; border-radius: 4px; transition: all 0.2s; white-space: nowrap; display: inline-block; } .ar-nad .ar-btn-outline:hover { background: var(--ar-indigo); color: var(--ar-cream); } /* Cert badges strip */ .ar-nad .ar-badge-strip { display: flex; flex-wrap: wrap; justify-content: center; gap: 28px 40px; padding: 30px 20px 0; } .ar-nad .ar-cert-badge { text-align: center; min-width: 80px; } .ar-nad .ar-cert-badge .ar-circle { width: 56px; height: 56px; border: 2px solid var(--ar-gold); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 8px; color: var(--ar-indigo); background: var(--ar-white); } .ar-nad .ar-cert-badge .ar-circle svg { width: 24px; height: 24px; } .ar-nad .ar-cert-badge span { display: block; font-size: 11px; color: var(--ar-muted); text-transform: uppercase; letter-spacing: 0.05em; font-weight: 500; } /* Build your stack */ .ar-nad .ar-stack-intro { text-align: center; max-width: 680px; margin: 0 auto 40px; font-size: 15px; color: var(--ar-charcoal); line-height: 1.7; } .ar-nad .ar-stack-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; } @media (max-width: 1000px) { .ar-nad .ar-stack-grid { grid-template-columns: repeat(3, 1fr); } } @media (max-width: 700px) { .ar-nad .ar-stack-grid { grid-template-columns: 1fr 1fr; } } .ar-nad .ar-stack-card { background: var(--ar-white); border-radius: 4px; overflow: hidden; border: 1px solid var(--ar-border); text-decoration: none; color: inherit; display: flex; flex-direction: column; transition: transform 0.2s, box-shadow 0.2s; position: relative; } .ar-nad .ar-stack-card:hover { transform: translateY(-3px); box-shadow: 0 6px 18px rgba(43,45,91,0.12); } .ar-nad .ar-stack-card.soon { opacity: 0.75; cursor: default; } .ar-nad .ar-stack-card.soon:hover { transform: none; box-shadow: none; } .ar-nad .ar-stack-img { background: var(--ar-cream); aspect-ratio: 1/1; display: flex; align-items: center; justify-content: center; padding: 20px; overflow: hidden; } .ar-nad .ar-stack-img img { max-width: 100%; max-height: 100%; object-fit: contain; } .ar-nad .ar-stack-placeholder { width: 60%; height: 75%; border-radius: 8px 8px 14px 14px; opacity: 0.5; background: linear-gradient(180deg, #c8b4d8 0%, #6b4a8a 100%); } .ar-nad .ar-stack-body { padding: 18px 16px 20px; } .ar-nad .ar-stack-body .ar-label { font-size: 10px; text-transform: uppercase; letter-spacing: 0.1em; color: var(--ar-gold); font-weight: 600; margin-bottom: 4px; } .ar-nad .ar-stack-body h4 { font-family: 'Cormorant Garamond', Georgia, serif; font-size: 19px; color: var(--ar-indigo); margin: 0 0 8px; font-weight: 600; line-height: 1.2; } .ar-nad .ar-stack-body p { font-size: 12px; line-height: 1.5; color: var(--ar-charcoal); margin: 0 0 10px; min-height: 60px; } .ar-nad .ar-price-small { font-size: 14px; color: var(--ar-indigo); font-weight: 500; } .ar-nad .ar-soon-badge { position: absolute; top: 12px; right: 12px; background: var(--ar-indigo); color: var(--ar-gold); font-size: 9px; text-transform: uppercase; letter-spacing: 0.1em; padding: 4px 8px; border-radius: 2px; font-weight: 600; z-index: 2; } /* Accordion */ .ar-nad .ar-details-wrap { max-width: 820px; margin: 0 auto; } .ar-nad .ar-detail { background: var(--ar-white); border: 1px solid var(--ar-border); border-radius: 4px; margin-bottom: 12px; overflow: hidden; } .ar-nad .ar-detail summary { padding: 20px 24px; cursor: pointer; font-family: 'Cormorant Garamond', Georgia, serif; font-size: 20px; color: var(--ar-indigo); font-weight: 600; list-style: none; display: flex; justify-content: space-between; align-items: center; } .ar-nad .ar-detail summary::-webkit-details-marker { display: none; } .ar-nad .ar-detail summary::after { content: '+'; font-size: 24px; color: var(--ar-gold); } .ar-nad .ar-detail[open] summary::after { content: '−'; } .ar-nad .ar-detail-body { padding: 0 24px 24px; font-size: 14px; line-height: 1.7; color: var(--ar-charcoal); } .ar-nad .ar-detail-body p { margin: 0 0 12px; } .ar-nad .ar-detail-body p:last-child { margin-bottom: 0; } /* Rituals banner */ .ar-nad .ar-rituals-banner { background: linear-gradient(135deg, var(--ar-indigo) 0%, var(--ar-indigo-deep) 100%); color: var(--ar-cream); padding: 60px 40px; border-radius: 6px; text-align: center; position: relative; overflow: hidden; margin-top: 40px; } .ar-nad .ar-rituals-banner::before { content: ''; position: absolute; top: 50%; left: 50%; width: 600px; height: 600px; background: radial-gradient(circle, rgba(201,169,110,0.15) 0%, transparent 70%); transform: translate(-50%, -50%); pointer-events: none; } .ar-nad .ar-rituals-content { position: relative; } .ar-nad .ar-rituals-banner .ar-eyebrow { color: var(--ar-gold); margin-bottom: 12px; } .ar-nad .ar-rituals-banner h2 { font-family: 'Cormorant Garamond', Georgia, serif; font-size: 42px; color: var(--ar-cream); margin: 0 0 14px; font-weight: 600; line-height: 1.1; } .ar-nad .ar-rituals-banner h2 em { font-style: italic; color: var(--ar-gold); } .ar-nad .ar-rituals-banner p { font-size: 16px; color: rgba(245,240,232,0.85); max-width: 560px; margin: 0 auto 28px; line-height: 1.65; } .ar-nad .ar-btn-gold { display: inline-block; background: var(--ar-gold); color: var(--ar-indigo); padding: 16px 36px; text-decoration: none; font-size: 14px; text-transform: uppercase; letter-spacing: 0.08em; font-weight: 600; border-radius: 4px; transition: transform 0.2s; } .ar-nad .ar-btn-gold:hover { transform: scale(1.03); } .ar-nad .ar-tiers { display: flex; justify-content: center; gap: 28px; margin-top: 28px; font-size: 12px; color: rgba(245,240,232,0.7); flex-wrap: wrap; } .ar-nad .ar-tiers strong { color: var(--ar-gold); } /* Disclaimer */ .ar-nad .ar-disclaimer { max-width: 720px; margin: 50px auto 0; padding: 28px 24px 0; border-top: 1px solid var(--ar-border); text-align: center; font-size: 12px; color: var(--ar-muted); line-height: 1.6; } .ar-nad .ar-disclaimer strong { color: var(--ar-charcoal); } .ar-nad .ar-disclaimer p { margin: 0 0 8px; } NAD+ (nicotinamide adenine dinucleotide) is a coenzyme found in every cell of your body — and it may be the single most important molecule for cellular energy, brain health, and healthy aging that most people have never heard of. NAD+ levels decline significantly with age, and that decline is linked to reduced energy, slower recovery, and diminished cognitive performance. This formula delivers 500mg of NAD+ alongside Quercetin and Resveratrol — two powerful plant-based compounds that complement NAD+’s cellular benefits.* 500mg direct NAD+ — not precursors Every ingredient disclosed 60 capsules · 30-day supply Veteran-owned · Made in USA ✦ Save up to 15% with the Ascend Ritual subscription Build your neurowellness routine · Cancel anytime → View Certificate of Analysis 30-day guarantee Free shipping $50+ How NAD+ Works Six ways cellular energy supports neurowellness NAD+ is the upstream molecule that powers nearly everything in your cells. Here’s how this formula supports you at the deepest level.* How NAD+ supports neurowellness at the cellular level → Supports Cellular Energy Production* NAD+ is required for mitochondrial function — the energy system inside every cell. As the most energy-demanding organ, the brain is especially sensitive to NAD+ availability.* Supports Cellular Repair & Healthy Aging* NAD+ activates sirtuins and PARP enzymes involved in DNA repair and cellular maintenance. NAD+ levels decline significantly with age — supporting them supports your body’s natural cellular housekeeping.* Supports Healthy Brain Immune Function* NAD+ supports healthy microglial function — the brain’s immune cells responsible for maintaining neural health. Quercetin complements this with a healthy inflammatory response throughout the body.* Supports Cardiovascular & Circulatory Health* Resveratrol, sourced from Japanese Knotweed at 98% concentration, supports healthy blood flow. Healthy circulation directly impacts how efficiently nutrients and oxygen reach your brain.* Provides Antioxidant & Senolytic Support* Quercetin is a natural flavonoid that acts as both an antioxidant and a senolytic — helping your body manage aging cells that can accumulate and impair tissue function.* Activates Longevity Pathways* Both NAD+ and Resveratrol activate sirtuins — proteins that regulate cellular health, stress response, and longevity pathways. Each ingredient amplifies the other’s potential.* What’s Inside Three ingredients. Every dose disclosed. No proprietary blends. No hidden doses. Every ingredient chosen for a specific reason and dosed at levels the research actually uses.* 500 mg NAD+ Nicotinamide Adenine Dinucleotide Essential for mitochondrial energy production, DNA repair, and the activation of sirtuins — proteins that regulate cellular health, stress response, and longevity pathways. Your brain consumes roughly 20% of your body’s energy, making it especially vulnerable to NAD+ decline. Most products use precursors (NMN, NR) that your body must convert. We use NAD+ directly.* 250 mg Quercetin Dihydrate Sophora japonica · whole flower bud A natural flavonoid found in fruits and vegetables. Quercetin supports a healthy inflammatory response and optimal immune function. It also acts as a senolytic — helping your body manage aging cells that can accumulate and impair tissue function. In neurowellness, Quercetin’s antioxidant properties support the cellular environment in which your brain operates.* 150 mg Resveratrol 98% Japanese Knotweed · Polygonum cuspidatum · root One of the most studied polyphenols in the world, known for supporting cardiovascular health and cognitive wellness. Resveratrol activates sirtuins — the same longevity proteins that NAD+ fuels — creating a synergistic relationship between these two ingredients. Also provides antioxidant support for brain cells and healthy circulation.* Full Supplement Facts Panel Who Is This For? Built for people who run on empty. NAD+ is for anyone who wants to support their body’s foundational energy and repair systems — two capsules daily.* Adults 30+ Supporting NAD+ as it naturally declines with age.* Professionals Sustained mental energy and cognitive resilience under pressure.* Veterans Supporting cellular recovery and nervous system health.* Stack Builders Addressing energy at the deepest cellular level.* What Makes It Different Formulated for neurowellness — not just longevity. Direct NAD+ 500mg of NAD+ itself — not NMN or NR precursors your body has to convert first.* Synergistic Trio Quercetin and Resveratrol amplify NAD+ through antioxidant and sirtuin-activating support.* Brain-First Most NAD+ is marketed for anti-aging. We formulated ours for nervous system performance.* Every Dose Disclosed No proprietary blends hiding sub-therapeutic doses. Every milligram on the label.* Third-Party Tested for Purity & Potency Every batch is tested for heavy metals, microbial contaminants, and label accuracy. Our most recent third-party test verified all three ingredients at label-claim doses. Radical transparency means showing the receipts. Most recent test: March 11, 2026 · Lot 1358-5060201-1 · All analytes in-spec Download COA → Non-GMO Gluten-Free Vegan Allergen-Free Made in USA Third-Party Tested Build Your Stack How NAD+ pairs with every other formula. NAD+ is foundational — it powers the cellular energy every other formula runs on. Here’s how it stacks with each product in the collection. + Creatine Creatine Monohydrate NAD+ powers your mitochondria. Creatine fuels your ATP reserves. The production line meets the fuel tank.* $24.99 + Cognitive Cognitive Support NAD+ provides the cellular energy infrastructure. Cognitive Support provides the precision nootropics that run on it.* $37.99 + Mushroom Mushroom Complex 10X NAD+ supports mitochondrial health. Functional mushrooms support immune resilience and adaptogenic balance.* $37.99 + Ayurvedic Ayurvedic Complex NAD+ repairs at the cellular level. Ayurvedic adaptogens regulate at the system level. Ancient wisdom, modern energy.* $37.99 + MAGNESIUM Magnesium Glycinate NAD+ for cellular energy by day. Magnesium Glycinate for calm and restful sleep by night. A complete 24-hour neurowellness cycle.* $34.99 Product Details Everything on the label. Full Ingredients List NAD+ (Nicotinamide Adenine Dinucleotide) (500 mg), Quercetin Dihydrate Extract (Sophora japonica) (whole flower bud) (250 mg), Japanese Knotweed Extract (98% Resveratrol) (Polygonum cuspidatum) (root) (150 mg). Other Ingredients: HPMC (vegetable capsule), Microcrystalline Cellulose (MCC), Brown Rice Flour, Olive Oil, Silicon Dioxide, Magnesium Stearate. Suggested Use As a dietary supplement, adults take two (2) capsules daily. For best results, take with 6oz (177ml) of water or as directed by a healthcare professional. Product Specifications Manufacturer’s country: USA Product amount: 60 capsules / 1.8 oz / 50 g Gross weight: 2.4 oz / 68 g Form: Vegetable capsules Warnings & Precautions Do not exceed recommended dose. Pregnant or nursing mothers, children under the age of 18, and individuals with known medical conditions should consult a physician before using this or any dietary supplement. KEEP OUT OF THE REACH OF CHILDREN. DO NOT USE IF SAFETY SEAL IS DAMAGED OR MISSING. STORE IN A COOL, DRY PLACE. Your Ritual Awaits Turn this into a daily ritual Save 15% every month when you subscribe to a Ritual. Choose from Root, Align, or Ascend — each designed to fit your neurowellness goals. Cancel or skip anytime. Explore Rituals → Root Ritual · $34.99/mo Align Ritual · $59.98/mo Ascend Ritual · $109.95/mo *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. Consult your healthcare provider before use if you are pregnant, nursing, taking medication, or have a medical condition. Keep out of reach of children. Do not exceed recommended dose. Individual results may vary.
More you might like
Related
NutrixPro NAD+ 500mg – Cellular Energy & Healthy Aging Suppo
Related
NAD+ Resveratrol - Supports Cellular Energy & Repair, Vitali
Related
NAD+ 1500mg Capsules for Cellular Energy & Healthy Aging
Related