<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Health &amp; Life Online</title>
	<atom:link href="https://healthandlifeonline.com/feed/" rel="self" type="application/rss+xml" />
	<link>https://healthandlifeonline.com</link>
	<description>Health &#38; Life Online</description>
	<lastBuildDate>Thu, 10 Sep 2026 10:31:25 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.1</generator>
	<item>
		<title>The Value of Sensitivity</title>
		<link>https://healthandlifeonline.com/value-of-sensitivity-hyperconnected-world/</link>
					<comments>https://healthandlifeonline.com/value-of-sensitivity-hyperconnected-world/#respond</comments>
		
		<dc:creator><![CDATA[Olga]]></dc:creator>
		<pubDate>Fri, 14 Aug 2026 17:46:26 +0000</pubDate>
				<category><![CDATA[Entertainment]]></category>
		<category><![CDATA[Digital Life]]></category>
		<category><![CDATA[Emotional Loneliness]]></category>
		<category><![CDATA[Highly Sensitive People]]></category>
		<category><![CDATA[Psychology]]></category>
		<category><![CDATA[Sensitivity]]></category>
		<category><![CDATA[Sensory Processing]]></category>
		<guid isPermaLink="false">https://healthandlifeonline.com/?p=103424</guid>

					<description><![CDATA[]]></description>
										<content:encoded><![CDATA[
<div class="et_pb_section et_pb_section_0 et_section_regular" >
				
				
				
				
				
				
				<div class="et_pb_row et_pb_row_0">
				<div class="et_pb_column et_pb_column_4_4 et_pb_column_0  et_pb_css_mix_blend_mode_passthrough et-last-child">
				
				
				
				
				<div class="et_pb_module et_pb_code et_pb_code_0">
				
				
				
				
				<div class="et_pb_code_inner"><!-- Health & Life | The Value of Sensitivity | English source for TranslatePress -->

<style>
  .hl-sens-article {
    --hl-sens-ink: #3d3934;
    --hl-sens-heading: #26364a;
    --hl-sens-muted: #6b635b;
    --hl-sens-warm: #c47a4f;
    --hl-sens-warm-dark: #8d5538;
    --hl-sens-border: rgba(55, 67, 82, 0.12);
    --hl-sens-shadow: 0 12px 28px rgba(40, 48, 62, 0.04);
    box-sizing: border-box;
    max-width: 860px;
    margin: 0 auto;
    padding: 42px 18px 50px;
    color: var(--hl-sens-ink);
    font-family: inherit;
  }

  .hl-sens-article *,
  .hl-sens-article *::before,
  .hl-sens-article *::after {
    box-sizing: inherit;
  }

  .hl-sens-hero {
    max-width: 720px;
    margin: 0 auto 30px;
    text-align: center;
  }

  .hl-sens-kicker {
    margin: 0 0 12px;
    color: var(--hl-sens-muted);
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.13em;
    line-height: 1.5;
    text-transform: uppercase;
  }

  .hl-sens-title {
    margin: 0;
    color: var(--hl-sens-heading);
    font-size: clamp(2rem, 4vw, 3.35rem);
    font-weight: 600;
    letter-spacing: -0.03em;
    line-height: 1.08;
    overflow-wrap: break-word;
  }

  .hl-sens-subtitle {
    max-width: 620px;
    margin: 14px auto 0;
    color: var(--hl-sens-muted);
    font-size: clamp(1rem, 1.6vw, 1.18rem);
    line-height: 1.55;
  }

  .hl-sens-byline {
    margin: 12px 0 0;
    color: var(--hl-sens-muted);
    font-size: 0.94rem;
    font-style: italic;
    line-height: 1.55;
  }

  .hl-sens-visual {
    max-width: 760px;
    margin: 32px auto 34px;
    padding: 24px 22px;
    border: 1px solid rgba(55, 67, 82, 0.09);
    border-radius: 28px;
    background:
      radial-gradient(
        circle at 18% 20%,
        rgba(196, 122, 79, 0.15),
        transparent 24%
      ),
      radial-gradient(
        circle at 82% 18%,
        rgba(60, 92, 130, 0.13),
        transparent 28%
      ),
      linear-gradient(180deg, #fffdf8 0%, #f8f8f6 100%);
    box-shadow: 0 18px 44px rgba(40, 48, 62, 0.06);
  }

  .hl-sens-line {
    position: relative;
    height: 86px;
    max-width: 620px;
    margin: 0 auto;
  }

  .hl-sens-line::before {
    position: absolute;
    top: 42px;
    right: 4%;
    left: 4%;
    height: 1px;
    background: linear-gradient(
      90deg,
      rgba(196, 122, 79, 0.18),
      rgba(38, 54, 74, 0.45),
      rgba(196, 122, 79, 0.18)
    );
    content: "";
  }

  .hl-sens-dot {
    position: absolute;
    top: 34px;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background: var(--hl-sens-heading);
    box-shadow: 0 0 0 8px rgba(38, 54, 74, 0.08);
  }

  .hl-sens-dot.one {
    left: 12%;
    background: var(--hl-sens-warm);
  }

  .hl-sens-dot.two {
    left: calc(50% - 8.5px);
  }

  .hl-sens-dot.three {
    right: 12%;
    background: var(--hl-sens-warm-dark);
  }

  .hl-sens-visual-text {
    max-width: 620px;
    margin: 8px auto 0;
    color: #5d5650;
    font-size: 0.96rem;
    line-height: 1.7;
    text-align: center;
  }

  .hl-sens-body {
    max-width: 760px;
    margin: 0 auto;
  }

  .hl-sens-entry {
    margin: 0 0 18px;
    padding: 20px 22px;
    border: 1px solid rgba(55, 67, 82, 0.08);
    border-radius: 22px;
    background: #fffdf9;
    box-shadow: var(--hl-sens-shadow);
  }

  .hl-sens-entry.clinical {
    border-left: 3px solid rgba(38, 54, 74, 0.45);
    background: #f7f9fb;
  }

  .hl-sens-entry.inner {
    border-left: 3px solid rgba(196, 122, 79, 0.48);
  }

  .hl-sens-label {
    margin: 0 0 9px;
    color: var(--hl-sens-muted);
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    line-height: 1.5;
    text-transform: uppercase;
  }

  .hl-sens-entry p:last-child {
    margin: 0;
    color: var(--hl-sens-ink);
    font-size: 1.03rem;
    line-height: 1.78;
    overflow-wrap: break-word;
  }

  .hl-sens-closing {
    max-width: 720px;
    margin: 30px auto 0;
    padding-top: 20px;
    border-top: 1px solid var(--hl-sens-border);
    color: #655e56;
    font-size: 0.95rem;
    line-height: 1.65;
    text-align: center;
  }

  .hl-sens-closing p {
    margin: 0;
  }

  @media (max-width: 640px) {
    .hl-sens-article {
      padding: 30px 14px 42px;
    }

    .hl-sens-visual {
      padding: 20px 16px;
      border-radius: 22px;
    }

    .hl-sens-entry {
      padding: 18px 17px;
      border-radius: 18px;
    }

    .hl-sens-entry p:last-child {
      font-size: 1rem;
      line-height: 1.72;
    }
  }
</style>

<article class="hl-sens-article" aria-labelledby="hl-sens-title">
  <header class="hl-sens-hero">
    <p class="hl-sens-kicker">Reflection · Psychology · Digital Life</p> 

    <h1 class="hl-sens-title" id="hl-sens-title">
      The Value of Sensitivity in a Hyperconnected World
    </h1>

    <p class="hl-sens-subtitle">A Chronicle in Two Voices</p> 

    <p class="hl-sens-byline">By Olga Hom</p> 
  </header>

  <div class="hl-sens-visual">
    <div class="hl-sens-line" aria-hidden="true">
      <span class="hl-sens-dot one"></span>
      <span class="hl-sens-dot two"></span>
      <span class="hl-sens-dot three"></span>
    </div>

    <p class="hl-sens-visual-text">
      Between what is perceived, what is processed, and what remains unsaid,
      sensitivity can become a subtle form of intelligence.
    </p> 
  </div>

  <div class="hl-sens-body">
    <div class="hl-sens-entry inner">
      <p class="hl-sens-label">Inner voice</p> 

      <p>
        Some afternoons, when I finish work, I take the subway home. On the
        platform, people wait impatiently. Their tired faces after a long day
        at work betray a certain unease. Some look at their phones. Others keep
        their eyes fixed on the dark tunnel where the train will arrive. The air is dense and metallic, with that distinctive underground smell that always makes me feel melancholy.
      </p> 
    </div>

    <div class="hl-sens-entry inner">
      <p class="hl-sens-label">Inner voice</p> 

      <p>
        When the subway approaches, I hear the rails first, still faint in the distance. At that moment, almost everyone moves a little closer
        to the yellow line. When the doors open, people rush in, with little
        regard for those around them. Their faces show a restrained impatience. I usually wait a few seconds. When I enter the carriage, I sit
        beside the older woman at the back. She has a warm, almost maternal
        gaze, and her presence calms me. Around me, everyone has gone back to
        their screens. Few people speak, and the atmosphere feels cold and
        distant. Suddenly, a thread of sadness interrupts my thoughts.
      </p> 
    </div>

    <div class="hl-sens-entry clinical">
      <p class="hl-sens-label">Psychological Perspective</p> 

      <p>
        Some people process social and sensory information more intensely.
        They may pick up on small gestures, changes in tone of voice, facial
        tension, distance, rhythm, and nuances in their surroundings with
        unusual precision. This perceptual sensitivity is neither weakness
        nor exaggeration.
      </p> 
    </div>

    <div class="hl-sens-entry clinical">
      <p class="hl-sens-label">Psychological Perspective</p> 

      <p>
        When many stimuli are present at once, sensory and emotional load can rise quickly. A prolonged silence, a closed body posture, a hard expression,
        or an excess of noise and movement in a public space can draw more
        attention than they normally would. If this activation persists, the
        nervous system may tend to reduce stimulation and contact with the
        environment. Isolating oneself in these moments does not always mean
        rejecting others. Sometimes it is a way of reducing overload and
        restoring inner balance.
      </p> 
    </div>

    <div class="hl-sens-entry inner">
      <p class="hl-sens-label">Inner voice</p> 

      <p>
        I get home after dark. There are still plenty of people out on the
        street, but inside the building everything is quieter. When I open the
        apartment door, I am met by the silence of a home where only one person
        lives. I leave my keys on the table and turn on the lights. I need light
        around me.
      </p> 
    </div>

    <div class="hl-sens-entry inner">
      <p class="hl-sens-label">Inner voice</p> 

      <p>
        From the dining-room window, I watch the illuminated homes across the
        way. The bluish glow of screens fills their rooms. Some people eat
        dinner while looking at their phones. Others move from one channel to
        another without paying much attention. The city remains active, full of messages circulating at all hours. And yet, for all that activity, an
        absence seems to fill it.
      </p> 
    </div>

    <div class="hl-sens-entry clinical">
      <p class="hl-sens-label">Psychological Perspective</p> 

      <p>
        We have never had so many ways to communicate, and yet emotional
        loneliness remains. In highly sensitive people, this loneliness does
        not usually stem from a lack of social skills. It often has more to do
        with the need for a deeper connection, a kind of resonance that
        constant contact, notifications, and rapid exchanges cannot replace.
      </p> 
    </div>

    <div class="hl-sens-entry clinical">
      <p class="hl-sens-label">Psychological Perspective</p> 

      <p>
        The lack of direct contact reduces some of the non-verbal cues that
        contribute to emotional closeness, such as eye contact, tone of voice,
        facial expression, touch, or simply another person's physical presence.
        When these elements play an important role in the way someone relates to
        others, communication can feel emotionally less complete and may
        contribute to a sense of distance or loneliness, even when contact is
        frequent.
      </p> 
    </div>

    <div class="hl-sens-entry inner">
      <p class="hl-sens-label">Inner voice</p> 

      <p>
        I go to bed ten minutes before ten. In the dark bedroom, a sliver of
        light slips through the doorway and draws geometric shapes across the
        ceiling. I follow them with my eyes until my eyelids grow too heavy.
        For me, the day ends here.
      </p> 
    </div>

    <div class="hl-sens-entry inner">
      <p class="hl-sens-label">Inner voice</p> 

      <p>
        Outside, the city is still alive with noise. Engines that never stop,
        loud, shrill music spilling out of late-night venues, illuminated signs
        flickering and tearing through the darkness in shades of violet and
        fuchsia. Life never stops, indifferent to the emptiness that now
        surrounds me.
      </p> 
    </div>
  </div>

  <footer class="hl-sens-closing">
    <p>Health & Life · March 2026</p> 
  </footer>
</article></div>
			</div>
			</div>
				
				
				
				
			</div>
				
				
			</div>
]]></content:encoded>
					
					<wfw:commentRss>https://healthandlifeonline.com/value-of-sensitivity-hyperconnected-world/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Cancer and the Role of Sulforaphane</title>
		<link>https://healthandlifeonline.com/cancer-sulforaphane-cellular-prevention/</link>
					<comments>https://healthandlifeonline.com/cancer-sulforaphane-cellular-prevention/#respond</comments>
		
		<dc:creator><![CDATA[Olga]]></dc:creator>
		<pubDate>Mon, 22 Jun 2026 08:39:00 +0000</pubDate>
				<category><![CDATA[Body & Health]]></category>
		<category><![CDATA[biological prevention]]></category>
		<category><![CDATA[broccoli sprouts]]></category>
		<category><![CDATA[cancer prevention]]></category>
		<category><![CDATA[cellular defence]]></category>
		<category><![CDATA[cellular regulation]]></category>
		<category><![CDATA[cellular repair]]></category>
		<category><![CDATA[chronic inflammation]]></category>
		<category><![CDATA[cruciferous vegetables]]></category>
		<category><![CDATA[glucoraphanin]]></category>
		<category><![CDATA[Health & Life]]></category>
		<category><![CDATA[integrative oncology]]></category>
		<category><![CDATA[Johns Hopkins]]></category>
		<category><![CDATA[MoleQlar]]></category>
		<category><![CDATA[myrosinase]]></category>
		<category><![CDATA[Natural Picks]]></category>
		<category><![CDATA[nutrition and cancer]]></category>
		<category><![CDATA[Paul Talalay]]></category>
		<category><![CDATA[prostate cancer research]]></category>
		<category><![CDATA[PSA doubling time]]></category>
		<category><![CDATA[Qidong]]></category>
		<category><![CDATA[sulforaphane]]></category>
		<category><![CDATA[tissue regulation]]></category>
		<category><![CDATA[toxic exposure]]></category>
		<guid isPermaLink="false">https://healthandlifeonline.com/?p=103145</guid>

					<description><![CDATA[]]></description>
										<content:encoded><![CDATA[
<div class="et_pb_section et_pb_section_1 et_section_regular" >
				
				
				
				
				
				
				<div class="et_pb_row et_pb_row_1">
				<div class="et_pb_column et_pb_column_4_4 et_pb_column_1  et_pb_css_mix_blend_mode_passthrough et-last-child">
				
				
				
				
				<div class="et_pb_module et_pb_code et_pb_code_1">
				
				
				
				
				<div class="et_pb_code_inner"><style>
  .hl-sulforaphane-article {
    --hl-sulforaphane-bg: #f4efe6;
    --hl-sulforaphane-paper: #fbf7ee;
    --hl-sulforaphane-text: #4a3427;
    --hl-sulforaphane-muted: #7a6253;
    --hl-sulforaphane-line: rgba(74, 52, 39, 0.18);
    --hl-sulforaphane-soft-line: rgba(74, 52, 39, 0.1);
    --hl-sulforaphane-accent: #776947;
    --hl-sulforaphane-sage: #7c8267;
    --hl-sulforaphane-ivory: #fffaf0;
    background: linear-gradient(180deg, #f4efe6 0%, #f8f2e8 52%, #f1eadf 100%);
    color: var(--hl-sulforaphane-text);
    font-family: Georgia, "Times New Roman", serif;
    padding: clamp(34px, 6vw, 86px) clamp(18px, 4vw, 48px);
  }

  .hl-sulforaphane-shell {
    width: min(100%, 1040px);
    margin: 0 auto;
  }

  .hl-sulforaphane-header {
    position: relative;
    padding: clamp(18px, 4vw, 34px) 0 clamp(30px, 6vw, 62px);
    border-bottom: 1px solid var(--hl-sulforaphane-line);
  }

  .hl-sulforaphane-header::before {
    content: "";
    display: block;
    width: 112px;
    height: 112px;
    position: absolute;
    right: 0;
    top: 4px;
    border: 1px solid rgba(74, 52, 39, 0.12);
    border-radius: 50%;
    background:
      radial-gradient(circle at 50% 50%, rgba(74, 52, 39, 0.12) 0 2px, transparent 3px),
      radial-gradient(circle at 35% 34%, rgba(124, 130, 103, 0.16) 0 2px, transparent 3px),
      radial-gradient(circle at 65% 36%, rgba(124, 130, 103, 0.13) 0 2px, transparent 3px),
      radial-gradient(circle at 38% 66%, rgba(124, 130, 103, 0.1) 0 2px, transparent 3px),
      radial-gradient(circle at 66% 67%, rgba(74, 52, 39, 0.08) 0 2px, transparent 3px);
    opacity: 0.48;
  }

  .hl-sulforaphane-category {
    display: inline-block;
    margin: 0 0 22px;
    color: var(--hl-sulforaphane-muted);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.82rem;
    line-height: 1.4;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .hl-sulforaphane-title {
    max-width: 100%;
    margin: 0;
    color: var(--hl-sulforaphane-text);
    font-size: clamp(2.45rem, 7vw, 5.35rem);
    line-height: 0.98;
    font-weight: 400;
    letter-spacing: 0;
  }

  .hl-sulforaphane-subtitle {
    max-width: 100%;
    margin: clamp(22px, 4vw, 34px) 0 0;
    color: var(--hl-sulforaphane-muted);
    font-size: clamp(1.08rem, 2.1vw, 1.38rem);
    line-height: 1.58;
    font-weight: 400;
  }

  .hl-sulforaphane-body {
    padding-top: clamp(28px, 5vw, 54px);
  }

  .hl-sulforaphane-body p {
    margin: 0 0 1.45em;
    color: var(--hl-sulforaphane-text);
    font-size: clamp(1.05rem, 1.7vw, 1.2rem);
    line-height: 1.82;
    font-weight: 400;
  }

  .hl-sulforaphane-body p:first-of-type::first-letter {
    float: left;
    padding: 0.08em 0.12em 0 0;
    color: #5b412f;
    font-size: 4.1em;
    line-height: 0.78;
  }

  .hl-sulforaphane-pullquote {
    position: relative;
    margin: clamp(32px, 6vw, 58px) 0;
    padding: clamp(24px, 5vw, 40px) clamp(20px, 5vw, 46px);
    border-top: 1px solid var(--hl-sulforaphane-line);
    border-bottom: 1px solid var(--hl-sulforaphane-line);
    color: #3f2c22;
    font-size: clamp(1.45rem, 4vw, 2.45rem);
    line-height: 1.22;
    font-weight: 400;
  }

  .hl-sulforaphane-pullquote::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 5px;
    height: 68%;
    transform: translateY(-50%);
    background: linear-gradient(180deg, transparent, rgba(124, 130, 103, 0.62), transparent);
  }

  .hl-sulforaphane-thread {
    margin: clamp(34px, 6vw, 60px) 0;
    padding: clamp(22px, 4vw, 34px) 0;
    border-top: 1px solid var(--hl-sulforaphane-soft-line);
    border-bottom: 1px solid var(--hl-sulforaphane-soft-line);
  }

  .hl-sulforaphane-thread-title {
    margin: 0 0 18px;
    color: var(--hl-sulforaphane-muted);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.8rem;
    line-height: 1.4;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .hl-sulforaphane-thread-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .hl-sulforaphane-thread-item {
    position: relative;
    padding: 16px 22px 16px 0;
    color: var(--hl-sulforaphane-text);
    font-family: Arial, Helvetica, sans-serif;
    font-size: clamp(0.95rem, 1.5vw, 1.02rem);
    line-height: 1.55;
  }

  .hl-sulforaphane-thread-item + .hl-sulforaphane-thread-item {
    padding-left: 22px;
    border-left: 1px solid var(--hl-sulforaphane-soft-line);
  }

  .hl-sulforaphane-thread-item::before {
    content: "";
    display: block;
    width: 34px;
    height: 1px;
    margin-bottom: 13px;
    background: var(--hl-sulforaphane-sage);
  }

  .hl-sulforaphane-reflection {
    position: relative;
    margin: clamp(36px, 6vw, 64px) 0;
    padding: clamp(24px, 5vw, 42px);
    background: rgba(255, 250, 240, 0.66);
    border: 1px solid var(--hl-sulforaphane-line);
  }

  .hl-sulforaphane-reflection::after {
    content: "";
    position: absolute;
    right: 22px;
    top: 22px;
    width: 46px;
    height: 46px;
    border-top: 1px solid rgba(124, 130, 103, 0.45);
    border-right: 1px solid rgba(124, 130, 103, 0.45);
  }

  .hl-sulforaphane-reflection-label {
    margin: 0 0 13px;
    color: var(--hl-sulforaphane-muted);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.78rem;
    line-height: 1.4;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .hl-sulforaphane-reflection-text {
    margin: 0;
    color: var(--hl-sulforaphane-text);
    font-size: clamp(1.18rem, 2.4vw, 1.58rem);
    line-height: 1.48;
    font-weight: 400;
  }

  .hl-sulforaphane-footer {
    margin-top: clamp(34px, 6vw, 62px);
    padding-top: 28px;
    border-top: 1px solid var(--hl-sulforaphane-line);
  }

  .hl-sulforaphane-library-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--hl-sulforaphane-text);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.94rem;
    line-height: 1;
    text-decoration: none;
    border-bottom: 1px solid rgba(74, 52, 39, 0.42);
    padding-bottom: 7px;
  }

  .hl-sulforaphane-library-link::before {
    content: "←";
    font-size: 1rem;
    line-height: 1;
  }

  .hl-sulforaphane-library-link:hover,
  .hl-sulforaphane-library-link:focus {
    color: #2f211a;
    border-bottom-color: #2f211a;
  }

  .hl-sulforaphane-library-link:focus-visible {
    outline: 2px solid rgba(74, 52, 39, 0.42);
    outline-offset: 6px;
  }

  @media (max-width: 760px) {
    .hl-sulforaphane-article {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 34px 22px 48px;
  box-sizing: border-box;
}
      
    

    .hl-sulforaphane-header::before {
      width: 76px;
      height: 76px;
      opacity: 0.34;
    }

    .hl-sulforaphane-title {
  max-width: 100%;
  font-size: 1.95rem;
  line-height: 1.12;
  overflow-wrap: break-word;
}
      
    

    .hl-sulforaphane-thread-list {
      grid-template-columns: 1fr;
    }

    .hl-sulforaphane-thread-item {
      padding: 15px 0;
    }

    .hl-sulforaphane-thread-item + .hl-sulforaphane-thread-item {
      padding-left: 0;
      border-left: 0;
      border-top: 1px solid var(--hl-sulforaphane-soft-line);
    }
  }

  @media (max-width: 480px) {
    .hl-sulforaphane-article {
      padding-left: 18px;
      padding-right: 18px;
    }

    .hl-sulforaphane-body p {
      line-height: 1.76;
    }

    .hl-sulforaphane-pullquote {
      padding-left: 18px;
      padding-right: 18px;
    }

    .hl-sulforaphane-reflection {
      padding: 24px 20px;
    }
  }
</style>

<article class="hl-sulforaphane-article" aria-labelledby="hl-sulforaphane-title">
  <div class="hl-sulforaphane-shell">
    <header class="hl-sulforaphane-header">
      <p class="hl-sulforaphane-category">Integrative Oncology / Cellular Prevention</p> 
      <h1 class="hl-sulforaphane-title" id="hl-sulforaphane-title">Cancer and the Role of Sulforaphane</h1>
      <p class="hl-sulforaphane-subtitle">Cancer can develop for years before it becomes clinically visible. Sulforaphane research points to an earlier stage, where cellular defence and tissue regulation can still influence the course of that process.</p> 
    </header>

<section class="hl-sulforaphane-body">
  <p>When an imaging test shows a mass, or a biopsy confirms that a tumour is malignant, the biological process has usually been underway for some time. This has consequences for how prevention is understood, although routine clinical consultations rarely have enough time to explain it in detail.</p> 

  <p>Throughout life, all of us produce cells with genetic errors. The immune system and DNA repair mechanisms remove most of them before they ever form a lesion. Having cells with mutations, therefore, is not the same as having cancer. The environment in which a cell lives, tissue oxygenation, chronic inflammation and the chemical exposures accumulated over the years can all influence whether a genetic alteration remains contained or eventually escapes tissue control.</p> 

  <blockquote class="hl-sulforaphane-pullquote">
    Having cells with mutations is not the same as having cancer.
  </blockquote>

  <p>Cellular regulation can also be influenced by compounds that activate the cell’s own defence pathways. Early detection and established oncological treatment remain essential when they are needed, but before that point there is a period in which biological prevention still has a place, even if conventional medicine often has little time to describe it.</p> 

  <p>Paul Talalay brought this question into the laboratory. A pharmacologist at Johns Hopkins University, trained in biochemistry and with earlier work on enzymes and steroid hormones, he began studying in the 1990s whether compounds found in cruciferous vegetables could activate cellular defence enzymes with the same rigour used to assess a candidate drug. That line of research led him to sulforaphane.</p> 

  <aside class="hl-sulforaphane-thread" aria-label="Research thread">
    <p class="hl-sulforaphane-thread-title">Research Thread</p> 
    <ul class="hl-sulforaphane-thread-list">
      <li class="hl-sulforaphane-thread-item">Johns Hopkins and cellular defence enzymes</li>
      <li class="hl-sulforaphane-thread-item">Qidong broccoli sprout trials</li>
      <li class="hl-sulforaphane-thread-item">2015 prostate cancer clinical trial</li>
    </ul>
  </aside>

  <p>The cancer research became more concrete in Qidong, a region of China where dietary exposure to aflatoxins had long been associated with a high incidence of liver cancer. Talalay, Fahey, Kensler and other researchers carried out randomised clinical trials there using broccoli sprout beverages. In the decades that followed these interventions, together with other public health measures, liver cancer mortality in the region declined significantly. Sulforaphane was one part of that documented history, although it cannot explain the whole decline.</p> 

  <p>In 2015, Cancer Prevention Research published a French clinical trial involving 78 men with biochemical recurrence of prostate cancer after prostatectomy, whose PSA levels had begun to rise again. For six months, some participants received 60 mg of sulforaphane daily, while others received placebo. PSA doubling time, an indicator of how quickly the disease may progress, was longer in the sulforaphane group: 28.9 months, compared with 15.5 months in the placebo group. The primary endpoint was not fully met, but the secondary findings were solid enough to justify further studies using higher doses.</p> 

  <aside class="hl-sulforaphane-reflection" aria-label="Health and Life reflection">
    <p class="hl-sulforaphane-reflection-label">Health & Life Reflection</p> 
    <p class="hl-sulforaphane-reflection-text">Before a tumour is visible, the tissue is already responding. In that earlier phase, nutrition, toxic exposure, inflammation and cellular repair may still influence whether damaged cells remain contained or continue to progress.</p> 
  </aside>

  <p>Cancer is a process in which the body is involved for much longer than is usually explained. Diet and other daily exposures may influence the conditions around damaged cells before the disease becomes detectable. Studying these preventive mechanisms helps shift attention to an earlier stage, when tissue repair, defence and regulation may still affect the course of the process.</p> 
</section>

<footer class="hl-sulforaphane-footer">
  <a class="hl-sulforaphane-library-link" href="/library/">Back to Library</a>
</footer>
  </div>
</article></div>
			</div>
			</div>
				
				
				
				
			</div><div class="et_pb_row et_pb_row_2">
				<div class="et_pb_column et_pb_column_4_4 et_pb_column_2  et_pb_css_mix_blend_mode_passthrough et-last-child">
				
				
				
				
				<div class="et_pb_module et_pb_code et_pb_code_2">
				
				
				
				
				<div class="et_pb_code_inner"><aside class="hl-affiliate-box" role="complementary">
  <style>
    .hl-affiliate-box {
      /* ===================================================================
         COLOR DE LA CAIXA — canvia nomes aquestes dues linies per adaptar-la
         a un altre producte. Verd per a vegetals i plantes, terracota per a
         minerals i vitamines (#B83E24 / tint #FBEBE5).
         =================================================================== */
      --hl-acc: #0F7350;
      --hl-tint: #EAF5EF;

      --hl-ink: #241A14;
      --hl-body: #4B3B31;
      --hl-soft: #7B6457;
      --hl-card: #FFFFFF;
      --hl-line: #DED2C2;

      max-width: 980px;
      margin: 48px auto;
      padding: 0;
      display: block;
      background: var(--hl-card);
      border: 1px solid var(--hl-line);
      border-radius: 16px;
      color: var(--hl-ink);
      font-family: inherit;
      overflow: hidden;
      box-shadow: 0 14px 40px rgba(36, 26, 20, .10);
      box-sizing: border-box;
    }

    .hl-affiliate-box *,
    .hl-affiliate-box *::before,
    .hl-affiliate-box *::after { box-sizing: border-box; }

    /* --- Franja superior: separa l'anunci de l'article i fa de divulgacio --- */
    .hl-affiliate-label {
      display: flex;
      align-items: center;
      gap: 10px;
      margin: 0;
      padding: 13px 24px;
      background: var(--hl-acc);
      color: #fff;
      font-size: 12px;
      line-height: 1.3;
      font-weight: 700;
      letter-spacing: .12em;
      text-transform: uppercase;
    }
    .hl-affiliate-label::before {
      content: "";
      flex: 0 0 auto;
      width: 8px; height: 8px;
      border-radius: 50%;
      background: rgba(255,255,255,.9);
    }

    .hl-affiliate-inner {
      display: flex;
      align-items: stretch;
      gap: 0;
    }

    /* --- Imatge: aspecte fix, mai deformada, mai petita --- */
    .hl-affiliate-media {
      flex: 0 0 44%;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 28px;
      background: var(--hl-tint);
      border-right: 1px solid var(--hl-line);
    }
    .hl-affiliate-image {
      display: block;
      width: 100%;
      height: 100%;
      max-height: 300px;
      object-fit: contain;
      filter: drop-shadow(0 14px 22px rgba(36, 26, 20, .18));
      transition: transform .35s cubic-bezier(.2,.7,.3,1);
    }
    .hl-affiliate-box:hover .hl-affiliate-image { transform: scale(1.035); }

    .hl-affiliate-content {
      flex: 1 1 auto;
      min-width: 0;
      display: flex;
      flex-direction: column;
      padding: 30px 32px;
    }

    .hl-affiliate-kicker {
      margin: 0 0 10px;
      color: var(--hl-acc);
      font-size: 12px;
      line-height: 1.3;
      font-weight: 700;
      letter-spacing: .14em;
      text-transform: uppercase;
    }

    .hl-affiliate-title {
      margin: 0 0 14px;
      color: var(--hl-ink);
      font-size: clamp(26px, 2.6vw, 36px);
      line-height: 1.12;
      font-weight: 700;
      letter-spacing: -.01em;
    }

    .hl-affiliate-description {
      max-width: 60ch;
      margin: 0 0 26px;
      color: var(--hl-body);
      font-size: clamp(16px, 1.15vw, 17.5px);
      line-height: 1.7;
    }

    .hl-affiliate-actions {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      gap: 12px 22px;
      margin: auto 0 20px;
    }

    .hl-affiliate-button {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      min-height: 54px;
      padding: 15px 30px;
      border: 1px solid var(--hl-acc);
      border-radius: 999px;
      background: var(--hl-acc);
      color: #fff !important;
      text-decoration: none;
      font-size: 16px;
      line-height: 1;
      font-weight: 700;
      box-shadow: 0 10px 22px rgba(36, 26, 20, .18);
      transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
    }
    .hl-affiliate-button::after {
      content: "→";
      font-size: 17px;
      transition: transform .2s ease;
    }
    .hl-affiliate-button:hover,
    .hl-affiliate-button:focus-visible {
      color: #fff !important;
      filter: brightness(1.08);
      transform: translateY(-2px);
      box-shadow: 0 14px 30px rgba(36, 26, 20, .24);
    }
    .hl-affiliate-button:hover::after { transform: translateX(4px); }
    .hl-affiliate-button:focus-visible { outline: 3px solid var(--hl-ink); outline-offset: 3px; }

    .hl-affiliate-secondary {
      display: inline-flex;
      align-items: center;
      min-height: 44px;
      color: var(--hl-body) !important;
      text-decoration: underline;
      text-underline-offset: 4px;
      text-decoration-thickness: 1px;
      font-size: 15px;
      line-height: 1.2;
      font-weight: 600;
    }
    .hl-affiliate-secondary:hover,
    .hl-affiliate-secondary:focus { color: var(--hl-acc) !important; }

    .hl-affiliate-disclosure {
      margin: 0;
      padding-top: 16px;
      border-top: 1px solid var(--hl-line);
      color: var(--hl-soft);
      font-size: 12.5px;
      line-height: 1.55;
    }

    @media (max-width: 860px) {
      .hl-affiliate-box { margin: 34px auto; border-radius: 14px; }
      .hl-affiliate-label { padding: 12px 20px; font-size: 11px; letter-spacing: .1em; }

      .hl-affiliate-inner { flex-direction: column; }

      .hl-affiliate-media {
        flex: none;
        width: 100%;
        padding: 24px;
        border-right: none;
        border-bottom: 1px solid var(--hl-line);
      }
      .hl-affiliate-image { max-height: 230px; }

      .hl-affiliate-content { padding: 24px 20px; }
      .hl-affiliate-description { margin-bottom: 22px; }

      .hl-affiliate-actions {
        flex-direction: column;
        align-items: stretch;
        gap: 6px;
        margin-bottom: 18px;
      }
      .hl-affiliate-button { width: 100%; min-height: 56px; font-size: 16.5px; }
      .hl-affiliate-secondary { justify-content: center; width: 100%; min-height: 48px; }
    }

    @media (prefers-reduced-motion: reduce) {
      .hl-affiliate-box *,
      .hl-affiliate-box *::before,
      .hl-affiliate-box *::after {
        transition: none !important;
        animation: none !important;
      }
    }
  </style>

  <p class="hl-affiliate-label">Advertisement / Affiliate selection</p> 

  <div class="hl-affiliate-inner">
    <div class="hl-affiliate-media">
      <img
        src="https://healthandlifeonline.com/wp-content/uploads/2026/06/eacb7261583a6d694c9de590222650e8_sulforapro-kapseln-1.png"
        alt="MoleQlar Sulforaphane Capsules"
        class="hl-affiliate-image"
        loading="lazy"
        decoding="async">
    </div>

    <div class="hl-affiliate-content">
      <p class="hl-affiliate-kicker">Selected product</p> 

      <p class="hl-affiliate-title">MoleQlar Sulforaphane Capsules</p> 

      <p class="hl-affiliate-description">
        MoleQlar combines glucoraphanin and myrosinase, following the precursor-enzyme relationship found in cruciferous vegetables, in gastro-resistant capsules.
      </p> 

      <div class="hl-affiliate-actions">
        <a href="https://moleqlar.com/products/sulforaphan-kapseln?_pos=1&amp;_psq=sulfor&amp;_ss=e&amp;_v=1.0&amp;sca_ref=11574708.nepYgg12UgcCg" class="hl-affiliate-button" target="_blank" rel="sponsored nofollow noopener">
          View product
        </a>

        <a href="https://healthandlifeonline.com/natural-picks/" class="hl-affiliate-secondary">
          Our selected products
        </a>
      </div>

      <p class="hl-affiliate-disclosure">
        Advertisement / Affiliate link. Health & Life may receive a commission if you purchase through this link, at no additional cost to you.
      </p> 
    </div>
  </div>
</aside>

<script>
(function () {
  "use strict";

  // One listener for the whole page, however many affiliate boxes it holds.
  if (window.__hlAffiliateReady) return;
  window.__hlAffiliateReady = true;

  document.addEventListener("click", function (event) {
    try {
      var link = event.target.closest ? event.target.closest(".hl-affiliate-button") : null;
      if (!link) return;

      var box = link.closest(".hl-affiliate-box");
      var titleEl = box ? box.querySelector(".hl-affiliate-title") : null;
      var name = titleEl ? titleEl.textContent.trim() : "";

      if (typeof window.gtag === "function") {
        window.gtag("event", "affiliate_click", { product: name, link_url: link.href });
      } else if (window.dataLayer && typeof window.dataLayer.push === "function") {
        window.dataLayer.push({ event: "affiliate_click", product: name, link_url: link.href });
      }
    } catch (err) { /* no-op */ }
  }, true);
})();
</script></div>
			</div>
			</div>
				
				
				
				
			</div>
				
				
			</div>
]]></content:encoded>
					
					<wfw:commentRss>https://healthandlifeonline.com/cancer-sulforaphane-cellular-prevention/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How Small Habits Can Change the Way the Body Works</title>
		<link>https://healthandlifeonline.com/how-small-habits-change-the-body/</link>
					<comments>https://healthandlifeonline.com/how-small-habits-change-the-body/#respond</comments>
		
		<dc:creator><![CDATA[Olga]]></dc:creator>
		<pubDate>Sun, 14 Jun 2026 18:52:09 +0000</pubDate>
				<category><![CDATA[Entertainment]]></category>
		<category><![CDATA[behavioural patterns]]></category>
		<category><![CDATA[body and mind]]></category>
		<category><![CDATA[body awareness]]></category>
		<category><![CDATA[body signals]]></category>
		<category><![CDATA[cognitive habits]]></category>
		<category><![CDATA[cortisol]]></category>
		<category><![CDATA[daily habits]]></category>
		<category><![CDATA[embodied cognition]]></category>
		<category><![CDATA[emotional regulation]]></category>
		<category><![CDATA[facial feedback]]></category>
		<category><![CDATA[Health & Life]]></category>
		<category><![CDATA[health psychology]]></category>
		<category><![CDATA[holistic health]]></category>
		<category><![CDATA[integrative health]]></category>
		<category><![CDATA[mind body connection]]></category>
		<category><![CDATA[movement and energy]]></category>
		<category><![CDATA[nervous system regulation]]></category>
		<category><![CDATA[posture and fatigue]]></category>
		<category><![CDATA[routine and wellbeing]]></category>
		<category><![CDATA[self regulation]]></category>
		<category><![CDATA[small habits]]></category>
		<category><![CDATA[stress response]]></category>
		<category><![CDATA[thought patterns]]></category>
		<guid isPermaLink="false">https://healthandlifeonline.com/?p=101673</guid>

					<description><![CDATA[]]></description>
										<content:encoded><![CDATA[
<div class="et_pb_section et_pb_section_2 et_section_regular" >
				
				
				
				
				
				
				<div class="et_pb_row et_pb_row_3">
				<div class="et_pb_column et_pb_column_4_4 et_pb_column_3  et_pb_css_mix_blend_mode_passthrough et-last-child">
				
				
				
				
				<div class="et_pb_module et_pb_code et_pb_code_3">
				
				
				
				
				<div class="et_pb_code_inner"><style>
#hl-habits-multi,
#hl-habits-multi *,
#hl-habits-multi *::before,
#hl-habits-multi *::after {
  box-sizing: border-box;
}

#hl-habits-multi {
  --hl-dark: #1e1a16;
  --hl-text: #3a3530;
  --hl-muted: #6e6860;
  --hl-cream: #fdfaf4;
  --hl-soft: #f6f0e8;
  --hl-line: rgba(61, 46, 36, 0.13);
  --hl-terracotta: #b85c3a;
  --hl-terracotta-soft: rgba(184, 92, 58, 0.10);
  --hl-sage: #566b4f;

  width: 100%;
  margin: 0 auto;
  color: var(--hl-text);
  font-family: Georgia, "Times New Roman", serif;
  background: transparent;
}

#hl-habits-multi [data-l] {
  display: none;
}

#hl-habits-multi [data-l].on {
  display: block;
}

#hl-habits-multi .hl-hb-hero {
  margin: 0 0 48px;
  padding: 48px 32px 42px;
  background: var(--hl-cream);
  border-bottom: 2px solid var(--hl-terracotta);
  text-align: center;
}

#hl-habits-multi .hl-hb-kicker {
  margin: 0 0 16px;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--hl-sage);
}

#hl-habits-multi .hl-hb-title {
  margin: 0 0 14px;
  font-size: clamp(1.9rem, 4vw, 3rem);
  line-height: 1.1;
  font-weight: 400;
  font-style: italic;
  color: var(--hl-dark);
  letter-spacing: -0.01em;
}

#hl-habits-multi .hl-hb-byline {
  margin: 0;
  font-size: 13px;
  color: var(--hl-muted);
  letter-spacing: 0.05em;
}

#hl-habits-multi .hl-hb-body {
  max-width: 720px;
  margin: 0 auto;
  padding: 0 20px;
}

#hl-habits-multi .hl-hb-item {
  margin: 0 0 52px;
  padding-bottom: 52px;
  border-bottom: 1px solid var(--hl-line);
}

#hl-habits-multi .hl-hb-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

#hl-habits-multi .hl-hb-num {
  display: inline-block;
  margin: 0 0 10px;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--hl-terracotta);
}

#hl-habits-multi .hl-hb-heading {
  margin: 0 0 20px;
  font-size: clamp(1.15rem, 2.4vw, 1.5rem);
  line-height: 1.28;
  font-weight: 400;
  font-style: italic;
  color: var(--hl-dark);
}

#hl-habits-multi .hl-hb-item p {
  margin: 0 0 16px;
  font-size: 16.5px;
  line-height: 1.84;
  color: var(--hl-text);
}

#hl-habits-multi .hl-hb-item p:last-child {
  margin-bottom: 0;
}

#hl-habits-multi .hl-hb-action {
  margin-top: 22px;
  padding: 16px 20px;
  background: var(--hl-terracotta-soft);
  border-left: 3px solid var(--hl-terracotta);
  border-radius: 2px;
  font-size: 15px;
  line-height: 1.68;
  color: var(--hl-dark);
  font-style: italic;
}

#hl-habits-multi .hl-hb-footer {
  max-width: 720px;
  margin: 48px auto 0;
  padding: 20px 20px 0;
  border-top: 1px solid var(--hl-line);
  text-align: center;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--hl-muted);
}

@media (max-width: 640px) {
  #hl-habits-multi .hl-hb-hero {
    padding: 36px 20px 32px;
  }

  #hl-habits-multi .hl-hb-body {
    padding: 0 4px;
  }

  #hl-habits-multi .hl-hb-item p {
    font-size: 15.5px;
    line-height: 1.78;
  }

  #hl-habits-multi .hl-hb-item {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }
}

#hl-habits-multi .hl-hb-img-intro {
  max-width: 720px;
  margin: 0 auto 44px;
  padding: 0 20px;
}

#hl-habits-multi .hl-hb-img-mid {
  max-width: 720px;
  margin: 0 auto 44px;
  padding: 0 20px;
}

#hl-habits-multi .hl-hb-img-intro img,
#hl-habits-multi .hl-hb-img-mid img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
  opacity: 0.92;
}

@media (max-width: 640px) {
  #hl-habits-multi .hl-hb-img-intro,
  #hl-habits-multi .hl-hb-img-mid {
    padding: 0 4px;
    margin-bottom: 32px;
  }
}

</style>

<div id="hl-habits-multi" class="notranslate" translate="no">

  <article data-l="en">
    <header class="hl-hb-hero">
      <p class="hl-hb-kicker">Health & Life · Mind and Body</p>
      <h1 class="hl-hb-title">How small habits can change the way the body works</h1>
      <p class="hl-hb-byline">By Olga Hom</p>
    </header>
    <div class="hl-hb-body">
      <div class="hl-hb-img-intro">
        <img decoding="async" src="https://healthandlifeonline.com/wp-content/uploads/2026/06/penaments-abstractes.png" alt="" aria-hidden="true">
      </div>
      <div class="hl-hb-item">
        <span class="hl-hb-num">01</span>
        <h2 class="hl-hb-heading">The fatigue of not moving is not muscular tiredness</h2>
        <p>There is a kind of tiredness that does not come from having made too much effort. It appears, on the contrary, after spending too much time in the same position. When we spend many hours leaning forward, breathing shallowly and barely changing posture, the nervous system interprets this as a signal of caution.</p>
        <p>Then the body prepares you to stay still, because not moving seems like the safest option at that moment.</p>
        <div class="hl-hb-action">Before writing the day off, stand up and move for two minutes. The body does not always need motivation. Sometimes it only needs a first signal.</div>
      </div>

      <div class="hl-hb-item">
        <span class="hl-hb-num">02</span>
        <h2 class="hl-hb-heading">Every time you repeat a thought, you bring it closer to feeling real</h2>
        <p>The brain does not always distinguish between "I think this because it is true" and "it seems true because I have thought it so often". Repetition does not confirm a thought; it strengthens it. It makes it more accessible, quicker to activate and harder to question.</p>
        <p>"I am always exhausted", "I can't handle this" or "this is just who I am" are not simple observations. If we repeat them often enough, they can become instructions that the nervous system follows without asking permission.</p>
        <div class="hl-hb-action">Notice one thought that has repeated itself today. Ask yourself whether it is true, or simply the one you have practised most.</div>
      </div>

      <div class="hl-hb-img-mid">
        <img decoding="async" src="https://healthandlifeonline.com/wp-content/uploads/2026/06/roda-de-pensament.png" alt="" aria-hidden="true">
      </div>
      <div class="hl-hb-item">
        <span class="hl-hb-num">03</span>
        <h2 class="hl-hb-heading">The problem is not the donut</h2>
        <p>The brain can use guilt to justify having eaten too much or having eaten something unhealthy. When we eat something and then feel bad about it, the stress system is activated. Stress can raise cortisol and activate the search for quick comfort, which often pushes us toward the same kind of food we have just eaten. The cycle feeds itself.</p>
        <p>A regulated mind does not label foods as absolutely good or bad. It balances them. If you eat a donut today, enjoy it. Then help the body return to its rhythm: something lighter the next day, without drama and without compensation.</p>
        <div class="hl-hb-action">Choose one food you usually label as forbidden. Decide how to include it with proportion instead of guilt.</div>
      </div>

      <div class="hl-hb-item">
        <span class="hl-hb-num">04</span>
        <h2 class="hl-hb-heading">The brain does not respond to the meaning of a ritual. It responds to repetition</h2>
        <p>A simple gesture repeated every day can help regulate the nervous system more than an elaborate practice done irregularly. It might be preparing coffee in the same way, going for a walk at a similar time, or closing the computer with the same gesture. The brain does not evaluate whether the ritual is meaningful. It detects the pattern and associates it with what comes next.</p>
        <p>Building a ritual does not require it to be special. It requires enough repetition for the body to recognise it and begin preparing for what follows before you decide it consciously.</p>
        <div class="hl-hb-action">Choose an ordinary gesture. Repeat it with attention for one week. Notice whether the body begins to recognise it.</div>
      </div>

      <div class="hl-hb-item">
        <span class="hl-hb-num">05</span>
        <h2 class="hl-hb-heading">Sometimes you do not smile because you are happy. But you are a little less tense because you smiled</h2>
        <p>Facial muscles send information to the brain. This means that the expression on our face is not only the result of an internal emotional state. It can also influence how that state is regulated.</p>
        <p>This is not about forcing joy when it is not there. It is about offering the body a different signal from the one it has been receiving for hours.</p>
        <div class="hl-hb-action">Relax your face and jaw for thirty seconds. Without forcing any emotion. Just observe.</div>
      </div>

      <div class="hl-hb-item">
        <span class="hl-hb-num">06</span>
        <h2 class="hl-hb-heading">Leave the place where you are stuck</h2>
        <p>Thoughts do not arise only inside an abstract brain. They pass through a body, a posture, the intensity of light and the continuous stimuli it is receiving.</p>
        <p>When the mind enters a loop, it often tries to solve it from the most familiar place. But changing environment, whether it is the office, the flat or a different room for a while, can interrupt the continuity of a mental state that has become too fixed. The problem does not move when you do. The conditions in which you try to solve it do.</p>
        <div class="hl-hb-action">Move to another place before trying to solve the same thought again.</div>
      </div>

      <footer class="hl-hb-footer">Health & Life · Mind and Body</footer>
    </div>
  </article>

  <article data-l="ca">
    <header class="hl-hb-hero">
      <p class="hl-hb-kicker">Health & Life · Ment i Cos</p>
      <h1 class="hl-hb-title">Aprèn com petits hàbits poden canviar el funcionament del cos</h1>
      <p class="hl-hb-byline">Per Olga Hom</p>
    </header>
    <div class="hl-hb-body">
      <div class="hl-hb-img-intro">
        <img decoding="async" src="https://healthandlifeonline.com/wp-content/uploads/2026/06/penaments-abstractes.png" alt="" aria-hidden="true">
      </div>
      <div class="hl-hb-item">
        <span class="hl-hb-num">01</span>
        <h2 class="hl-hb-heading">La fatiga de no moure's no és cansament muscular</h2>
        <p>Hi ha un tipus de cansament que no ve d'haver fet massa esforç. Tot el contrari, esdevé després d'haver passat massa estona en la mateixa posició. Quan passem massa hores inclinats cap endavant, segurament mantenint una respiració curta i sense canvis de postura, el sistema nerviós ho interpreta com un senyal de precaució.</p>
        <p>Aleshores, el cos et prepara per quedar-te quiet, perquè no moure't li sembla l'opció més segura en aquell moment.</p>
        <div class="hl-hb-action">Abans de donar el dia per perdut, aixeca't i mou-te dos minuts. El cos no sempre necessita motivació. De vegades només necessita un primer senyal.</div>
      </div>

      <div class="hl-hb-item">
        <span class="hl-hb-num">02</span>
        <h2 class="hl-hb-heading">Cada vegada que repeteixes un pensament, queda menys per fer-lo realitat</h2>
        <p>El cervell no sempre distingeix entre "ho penso perquè és veritat" i "em sembla veritat perquè ho penso sovint". La repetició no confirma un pensament, el consolida. El fa més accessible, més ràpid d'activar i més difícil de qüestionar.</p>
        <p>"Sempre estic esgotat", "no puc amb això" o "soc així" no són simples observacions. Si les repetim molt sovint, es poden convertir en instruccions que el sistema nerviós segueix sense demanar permís.</p>
        <div class="hl-hb-action">Fes-te conscient dels teus pensaments per començar a construir una versió diferent de tu.</div>
      </div>

      <div class="hl-hb-img-mid">
        <img decoding="async" src="https://healthandlifeonline.com/wp-content/uploads/2026/06/roda-de-pensament.png" alt="" aria-hidden="true">
      </div>
      <div class="hl-hb-item">
        <span class="hl-hb-num">03</span>
        <h2 class="hl-hb-heading">El problema no és el donut</h2>
        <p>El cervell pot utilitzar la culpa per justificar haver menjat de més o haver menjat alguna cosa poc saludable. Quan mengem alguna cosa i després ens sentim malament per haver-ho fet, el sistema d'estrès s'activa. L'estrès pot elevar el cortisol i activar la recerca de consol ràpid, cosa que sovint ens incita a buscar el mateix tipus d'aliment que acabem de menjar. És el peix que es mossega la cua.</p>
        <p>La restricció alimentària i la culpa no generen equilibri. Generen cicles. Una ment regulada no etiqueta els aliments com a bons o dolents de manera absoluta. Els equilibra. Si avui menges un donut, gaudeix-ne, però demà recorda menjar alguna cosa més lleugera.</p>
        <div class="hl-hb-action">Tria un aliment que normalment etiquetes com a prohibit. Decideix com incloure'l amb proporció en lloc de culpa.</div>
      </div>

      <div class="hl-hb-item">
        <span class="hl-hb-num">04</span>
        <h2 class="hl-hb-heading">El cervell no respon al significat d'un ritual. Respon a la repetició</h2>
        <p>Un gest banal repetit cada dia pot regular el sistema nerviós millor que una pràctica elaborada feta de manera irregular. No importa si és preparar el cafè d'una manera concreta, sortir a caminar sempre a la mateixa hora o tancar l'ordinador amb el mateix gest. El cervell no avalua si el ritual és significatiu. Detecta el patró i l'associa amb el que ve després.</p>
        <p>Construir un ritual no requereix que sigui especial. Requereix que sigui repetit amb prou consistència perquè el cos el reconegui i comenci a preparar-se per al que segueix abans que tu ho decideixis conscientment.</p>
        <div class="hl-hb-action">Tria un gest ordinari. Repeteix-lo amb atenció durant una setmana. Observa si el cos comença a reconèixer-lo.</div>
      </div>

      <div class="hl-hb-item">
        <span class="hl-hb-num">05</span>
        <h2 class="hl-hb-heading">De vegades no somrius perquè estàs content. Però sí que estàs una mica menys tens perquè has somrigut</h2>
        <p>Els músculs facials envien informació al cervell. Això vol dir que l'expressió de la nostra cara no és només el resultat d'un estat emocional intern. També pot influir en com aquest estat es regula.</p>
        <p>No es tracta de forçar alegria quan no hi és. Es tracta d'oferir al cos un senyal diferent del que porta hores rebent.</p>
        <div class="hl-hb-action">Relaxa la cara i la mandíbula durant trenta segons. Sense forçar cap emoció. Només observa.</div>
      </div>

      <div class="hl-hb-item">
        <span class="hl-hb-num">06</span>
        <h2 class="hl-hb-heading">Sortir del lloc que no ens fa sentir bé</h2>
        <p>Els pensaments no sorgeixen només dins d'un cervell en abstracte. També passen per un cos, una postura, la intensitat de llum i els estímuls continus que està rebent.</p>
        <p>Quan la ment entra en un bucle, sovint intenta resoldre'l des del lloc més conegut. Però canviar d'entorn, ja sigui l'oficina, el pis o una habitació durant una estona, pot interrompre la continuïtat d'un estat mental que s'ha quedat massa fix. El problema no canvia de lloc quan tu te'n vas. Però les condicions en què l'intentes resoldre, sí.</p>
        <div class="hl-hb-action">Mou-te a un altre lloc abans de tornar a intentar resoldre el mateix pensament.</div>
      </div>

      <footer class="hl-hb-footer">Health & Life · Ment i Cos</footer>
    </div>
  </article>

  <article data-l="es">
    <header class="hl-hb-hero">
      <p class="hl-hb-kicker">Health & Life · Mente y Cuerpo</p>
      <h1 class="hl-hb-title">Seis cosas básicas para entender cómo funcionamos</h1>
      <p class="hl-hb-byline">Por Olga Hom</p>
    </header>
    <div class="hl-hb-body">
      <div class="hl-hb-img-intro">
        <img decoding="async" src="https://healthandlifeonline.com/wp-content/uploads/2026/06/penaments-abstractes.png" alt="" aria-hidden="true">
      </div>
      <div class="hl-hb-item">
        <span class="hl-hb-num">01</span>
        <h2 class="hl-hb-heading">La fatiga de no moverse no es cansancio muscular</h2>
        <p>Hay un tipo de cansancio que no viene de haber hecho demasiado esfuerzo. Al contrario, aparece después de haber pasado demasiado tiempo en la misma posición. Cuando pasamos muchas horas inclinados hacia delante, probablemente manteniendo una respiración corta y sin cambios de postura, el sistema nervioso lo interpreta como una señal de precaución.</p>
        <p>Entonces, el cuerpo te prepara para quedarte quieto, porque no moverte le parece la opción más segura en ese momento.</p>
        <div class="hl-hb-action">Antes de dar el día por perdido, levántate y muévete dos minutos. El cuerpo no siempre necesita motivación. A veces solo necesita una primera señal.</div>
      </div>

      <div class="hl-hb-item">
        <span class="hl-hb-num">02</span>
        <h2 class="hl-hb-heading">Cada vez que repites un pensamiento, queda menos para hacerlo realidad</h2>
        <p>El cerebro no siempre distingue entre "lo pienso porque es verdad" y "me parece verdad porque lo pienso a menudo". La repetición no confirma un pensamiento, lo consolida. Lo vuelve más accesible, más rápido de activar y más difícil de cuestionar.</p>
        <p>"Siempre estoy agotado", "no puedo con esto" o "soy así" no son simples observaciones. Si las repetimos con mucha frecuencia, pueden convertirse en instrucciones que el sistema nervioso sigue sin pedir permiso.</p>
        <div class="hl-hb-action">Hazte consciente de tus pensamientos para empezar a construir una versión diferente de ti.</div>
      </div>

      <div class="hl-hb-img-mid">
        <img decoding="async" src="https://healthandlifeonline.com/wp-content/uploads/2026/06/roda-de-pensament.png" alt="" aria-hidden="true">
      </div>
      <div class="hl-hb-item">
        <span class="hl-hb-num">03</span>
        <h2 class="hl-hb-heading">El problema no es el donut</h2>
        <p>El cerebro puede utilizar la culpa para justificar haber comido de más o haber comido algo poco saludable. Cuando comemos algo y después nos sentimos mal por haberlo hecho, el sistema de estrés se activa. El estrés puede elevar el cortisol y activar la búsqueda de consuelo rápido, lo que a menudo nos incita a buscar el mismo tipo de alimento que acabamos de comer. Es el pez que se muerde la cola.</p>
        <p>La restricción alimentaria y la culpa no generan equilibrio. Generan ciclos. Una mente regulada no etiqueta los alimentos como buenos o malos de forma absoluta. Los equilibra. Si hoy comes un donut, disfrútalo, pero mañana recuerda comer algo más ligero.</p>
        <div class="hl-hb-action">Elige un alimento que normalmente etiquetas como prohibido. Decide cómo incluirlo con proporción en lugar de culpa.</div>
      </div>

      <div class="hl-hb-item">
        <span class="hl-hb-num">04</span>
        <h2 class="hl-hb-heading">El cerebro no responde al significado de un ritual. Responde a la repetición</h2>
        <p>Un gesto banal repetido cada día puede regular el sistema nervioso mejor que una práctica elaborada realizada de forma irregular. No importa si es preparar el café de una manera concreta, salir a caminar siempre a la misma hora o cerrar el ordenador con el mismo gesto. El cerebro no evalúa si el ritual es significativo. Detecta el patrón y lo asocia con lo que viene después.</p>
        <p>Construir un ritual no requiere que sea especial. Requiere que se repita con suficiente constancia para que el cuerpo lo reconozca y empiece a prepararse para lo que sigue antes de que tú lo decidas conscientemente.</p>
        <div class="hl-hb-action">Elige un gesto ordinario. Repítelo con atención durante una semana. Observa si el cuerpo empieza a reconocerlo.</div>
      </div>

      <div class="hl-hb-item">
        <span class="hl-hb-num">05</span>
        <h2 class="hl-hb-heading">A veces no sonríes porque estás contento. Pero sí estás un poco menos tenso porque has sonreído</h2>
        <p>Los músculos faciales envían información al cerebro. Esto significa que la expresión de nuestra cara no es solo el resultado de un estado emocional interno. También puede influir en cómo ese estado se regula.</p>
        <p>No se trata de forzar alegría cuando no la hay. Se trata de ofrecer al cuerpo una señal diferente de la que lleva horas recibiendo.</p>
        <div class="hl-hb-action">Relaja la cara y la mandíbula durante treinta segundos. Sin forzar ninguna emoción. Solo observa.</div>
      </div>

      <div class="hl-hb-item">
        <span class="hl-hb-num">06</span>
        <h2 class="hl-hb-heading">Salir del lugar que no nos hace sentir bien</h2>
        <p>Los pensamientos no surgen solo dentro de un cerebro en abstracto. También pasan por un cuerpo, una postura, la intensidad de la luz y los estímulos continuos que está recibiendo.</p>
        <p>Cuando la mente entra en un bucle, a menudo intenta resolverlo desde el lugar más conocido. Pero cambiar de entorno, ya sea la oficina, el piso o una habitación durante un rato, puede interrumpir la continuidad de un estado mental que se ha quedado demasiado fijo. El problema no cambia de lugar cuando tú te vas. Pero las condiciones en las que intentas resolverlo, sí.</p>
        <div class="hl-hb-action">Muévete a otro lugar antes de volver a intentar resolver el mismo pensamiento.</div>
      </div>

      <footer class="hl-hb-footer">Health & Life · Mente y Cuerpo</footer>
    </div>
  </article>

  <article data-l="de">
    <header class="hl-hb-hero">
      <p class="hl-hb-kicker">Health & Life · Geist und Körper</p>
      <h1 class="hl-hb-title">Wie kleine Gewohnheiten die Funktionsweise des Körpers verändern können</h1>
      <p class="hl-hb-byline">Von Olga Hom</p>
    </header>
    <div class="hl-hb-body">
      <div class="hl-hb-img-intro">
        <img decoding="async" src="https://healthandlifeonline.com/wp-content/uploads/2026/06/penaments-abstractes.png" alt="" aria-hidden="true">
      </div>
      <div class="hl-hb-item">
        <span class="hl-hb-num">01</span>
        <h2 class="hl-hb-heading">Die Erschöpfung durch Bewegungslosigkeit ist keine Muskelerschöpfung</h2>
        <p>Es gibt eine Art von Müdigkeit, die nicht vom Zuviel kommt, sondern vom Zuwenig. Sie entsteht nach zu vielen Stunden in derselben Position. Wenn wir stundenlang nach vorne gebeugt sitzen, flach atmen und die Haltung kaum wechseln, interpretiert das Nervensystem dies als Warnsignal.</p>
        <p>Der Körper bereitet dich dann darauf vor, stillzubleiben, weil Bewegungslosigkeit in diesem Moment die sicherste Option zu sein scheint.</p>
        <div class="hl-hb-action">Bevor du den Tag abschreibst, steh auf und bewege dich zwei Minuten. Der Körper braucht nicht immer Motivation. Manchmal braucht er nur ein erstes Signal.</div>
      </div>

      <div class="hl-hb-item">
        <span class="hl-hb-num">02</span>
        <h2 class="hl-hb-heading">Jedes Mal, wenn du einen Gedanken wiederholst, bringst du ihn der Wirklichkeit näher</h2>
        <p>Das Gehirn unterscheidet nicht immer zwischen "Ich denke das, weil es wahr ist" und "Es scheint wahr, weil ich es so oft denke". Wiederholung bestätigt einen Gedanken nicht, sie festigt ihn. Er wird zugänglicher, schneller abrufbar und schwieriger zu hinterfragen.</p>
        <p>"Ich bin immer erschöpft", "Das schaffe ich nicht" oder "So bin ich eben" sind keine einfachen Beobachtungen. Wenn wir sie oft genug wiederholen, können sie zu Anweisungen werden, denen das Nervensystem folgt, ohne um Erlaubnis zu fragen.</p>
        <div class="hl-hb-action">Bemerke einen Gedanken, der sich heute wiederholt hat. Frag dich, ob er wahr ist, oder nur der, den du am häufigsten geübt hast.</div>
      </div>

      <div class="hl-hb-img-mid">
        <img decoding="async" src="https://healthandlifeonline.com/wp-content/uploads/2026/06/roda-de-pensament.png" alt="" aria-hidden="true">
      </div>
      <div class="hl-hb-item">
        <span class="hl-hb-num">03</span>
        <h2 class="hl-hb-heading">Das Problem ist nicht der Donut</h2>
        <p>Das Gehirn kann Schuldgefühle nutzen, um zu rechtfertigen, dass man zu viel oder etwas Ungesundes gegessen hat. Wenn wir etwas essen und uns danach schlecht dabei fühlen, aktiviert sich das Stresssystem. Stress kann den Cortisol-Spiegel erhöhen und die Suche nach schnellem Trost auslösen, was uns oft dazu bringt, dasselbe Essen zu suchen, das wir gerade gegessen haben. Der Kreislauf nährt sich selbst.</p>
        <p>Eine regulierte Psyche etikettiert Lebensmittel nicht absolut als gut oder schlecht. Sie findet ein Gleichgewicht. Wenn du heute einen Donut isst, genieße ihn. Dann hilf dem Körper, zu seinem Rhythmus zurückzufinden: etwas Leichteres am nächsten Tag, ohne Drama und ohne Kompensation.</p>
        <div class="hl-hb-action">Wähle ein Lebensmittel, das du normalerweise als verboten einordnest. Entscheide, wie du es mit Maß einbeziehen kannst, statt mit Schuldgefühlen.</div>
      </div>

      <div class="hl-hb-item">
        <span class="hl-hb-num">04</span>
        <h2 class="hl-hb-heading">Das Gehirn reagiert nicht auf die Bedeutung eines Rituals. Es reagiert auf Wiederholung</h2>
        <p>Eine alltägliche Geste, die jeden Tag wiederholt wird, kann das Nervensystem besser regulieren als eine aufwändige Praxis, die unregelmäßig stattfindet. Es spielt keine Rolle, ob es das Zubereiten des Kaffees auf eine bestimmte Art ist, täglich zur gleichen Zeit spazieren zu gehen oder den Computer mit derselben Geste zu schließen. Das Gehirn bewertet nicht, ob das Ritual bedeutsam ist. Es erkennt das Muster und verbindet es mit dem, was danach kommt.</p>
        <p>Ein Ritual aufzubauen erfordert nicht, dass es besonders ist. Es erfordert genug Wiederholung, damit der Körper es erkennt und sich auf das Folgende vorzubereiten beginnt, bevor du es bewusst entscheidest.</p>
        <div class="hl-hb-action">Wähle eine gewöhnliche Geste. Wiederhole sie eine Woche lang mit Aufmerksamkeit. Beobachte, ob der Körper beginnt, sie zu erkennen.</div>
      </div>

      <div class="hl-hb-item">
        <span class="hl-hb-num">05</span>
        <h2 class="hl-hb-heading">Manchmal lächelst du nicht, weil du glücklich bist. Aber du bist ein wenig weniger angespannt, weil du gelächelt hast</h2>
        <p>Gesichtsmuskeln senden Informationen an das Gehirn. Das bedeutet, dass der Ausdruck unseres Gesichts nicht nur das Ergebnis eines inneren emotionalen Zustands ist. Er kann auch beeinflussen, wie dieser Zustand reguliert wird.</p>
        <p>Es geht nicht darum, Freude zu erzwingen, wenn sie nicht da ist. Es geht darum, dem Körper ein anderes Signal zu geben als das, das er seit Stunden empfängt.</p>
        <div class="hl-hb-action">Entspanne Gesicht und Kiefer dreißig Sekunden lang. Ohne eine Emotion zu erzwingen. Nur beobachten.</div>
      </div>

      <div class="hl-hb-item">
        <span class="hl-hb-num">06</span>
        <h2 class="hl-hb-heading">Verlasse den Ort, an dem du feststeckst</h2>
        <p>Gedanken entstehen nicht nur in einem abstrakten Gehirn. Sie verlaufen durch einen Körper, eine Körperhaltung, eine Lichtintensität und die kontinuierlichen Reize, die er empfängt.</p>
        <p>Wenn die Gedanken in einer Schleife stecken, versucht man oft, sie vom vertrautesten Ort aus zu lösen. Aber den Raum zu wechseln, ob das Büro, die Wohnung oder ein anderes Zimmer für eine Weile, kann die Kontinuität eines mentalen Zustands unterbrechen, der zu fest geworden ist. Das Problem zieht nicht um, wenn du es tust. Aber die Bedingungen, unter denen du versuchst, es zu lösen, schon.</p>
        <div class="hl-hb-action">Wechsle den Ort, bevor du versuchst, denselben Gedanken erneut zu lösen.</div>
      </div>

      <footer class="hl-hb-footer">Health & Life · Geist und Körper</footer>
    </div>
  </article>

</div>

<script>
(function () {
  function normalizeLang(v) {
    return (v || '').toLowerCase().replace('_', '-').split('-')[0];
  }
  function readCookie(name) {
    var parts = document.cookie ? document.cookie.split(';') : [];
    for (var i = 0; i < parts.length; i++) {
      var p = parts[i].trim();
      if (p.indexOf(name + '=') === 0) return decodeURIComponent(p.substring(name.length + 1));
    }
    return '';
  }
  function detectLang() {
    var supported = ['ca', 'es', 'en', 'de'];
    var path = (window.location.pathname || '').toLowerCase();
    var search = (window.location.search || '').toLowerCase();
    var m = path.match(/\/(ca|es|en|de)(\/|$)/);
    if (m && supported.indexOf(m[1]) !== -1) return m[1];
    m = search.match(/[?&](lang|language|trp_language)=(ca|es|en|de)/);
    if (m && supported.indexOf(m[2]) !== -1) return m[2];
    var bodyClass = document.body ? document.body.className.toLowerCase() : '';
    m = bodyClass.match(/(?:translatepress-|trp-language-|lang-)(ca|es|en|de)/);
    if (m && supported.indexOf(m[1]) !== -1) return m[1];
    var ck = normalizeLang(readCookie('trp_language') || readCookie('pll_language'));
    if (supported.indexOf(ck) !== -1) return ck;
    var hl = normalizeLang(document.documentElement.getAttribute('lang'));
    if (supported.indexOf(hl) !== -1) return hl;
    return 'en';
  }
  function init() {
    var block = document.getElementById('hl-habits-multi');
    if (!block) return;
    var lang = detectLang();
    var all = block.querySelectorAll('[data-l]');
    var active = block.querySelector('[data-l="' + lang + '"]') || block.querySelector('[data-l="en"]');
    all.forEach(function (el) { el.classList.remove('on'); });
    if (active) active.classList.add('on');
  }
  if (document.readyState === 'loading') {
    document.addEventListener('DOMContentLoaded', init);
  } else {
    init();
  }
  window.addEventListener('load', init);
  setTimeout(init, 600);
})();
</script></div>
			</div>
			</div>
				
				
				
				
			</div>
				
				
			</div>
]]></content:encoded>
					
					<wfw:commentRss>https://healthandlifeonline.com/how-small-habits-change-the-body/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Thyroid and Nutrition</title>
		<link>https://healthandlifeonline.com/thyroid-and-nutrition/</link>
					<comments>https://healthandlifeonline.com/thyroid-and-nutrition/#respond</comments>
		
		<dc:creator><![CDATA[Olga]]></dc:creator>
		<pubDate>Sun, 14 Jun 2026 08:38:42 +0000</pubDate>
				<category><![CDATA[Body & Health]]></category>
		<category><![CDATA[Functional Nutrition]]></category>
		<category><![CDATA[gut brain axis]]></category>
		<category><![CDATA[gut thyroid connection]]></category>
		<category><![CDATA[Health & Life]]></category>
		<category><![CDATA[integrative health]]></category>
		<category><![CDATA[iodine and thyroid]]></category>
		<category><![CDATA[metabolic health]]></category>
		<category><![CDATA[micronutrients]]></category>
		<category><![CDATA[neuroendocrine balance]]></category>
		<category><![CDATA[selenium and thyroid]]></category>
		<category><![CDATA[thyroid and nutrition]]></category>
		<category><![CDATA[thyroid food guide]]></category>
		<category><![CDATA[thyroid health]]></category>
		<category><![CDATA[thyroid nutrients]]></category>
		<category><![CDATA[thyroid support]]></category>
		<category><![CDATA[zinc and thyroid]]></category>
		<guid isPermaLink="false">https://healthandlifeonline.com/?p=102947</guid>

					<description><![CDATA[]]></description>
										<content:encoded><![CDATA[
<div class="et_pb_section et_pb_section_3 et_section_regular" >
				
				
				
				
				
				
				<div class="et_pb_row et_pb_row_4 et_pb_gutters1">
				<div class="et_pb_column et_pb_column_4_4 et_pb_column_4  et_pb_css_mix_blend_mode_passthrough et-last-child">
				
				
				
				
				<div class="et_pb_module et_pb_code et_pb_code_4">
				
				
				
				
				<div class="et_pb_code_inner"><link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link id="hln-fonts" rel="stylesheet" media="print"
      href="https://fonts.googleapis.com/css2?family=Instrument+Sans:ital,wght@0,400;0,500;0,600;0,700;1,400&family=Instrument+Serif:ital@0;1&family=IBM+Plex+Mono:wght@400;500;600&display=swap">
<noscript>
  <link rel="stylesheet"
        href="https://fonts.googleapis.com/css2?family=Instrument+Sans:ital,wght@0,400;0,500;0,600;0,700;1,400&family=Instrument+Serif:ital@0;1&family=IBM+Plex+Mono:wght@400;500;600&display=swap">
</noscript>

<style>

.hln-thyroid-tool,
.hln-thyroid-tool *,
.hln-thyroid-tool *::before,
.hln-thyroid-tool *::after { box-sizing: border-box; }

.hln-thyroid-tool {
  --ink: #241A14;
  --body: #4B3B31;
  --soft: #8A7A6E;
  --cream: #FBF7EF;
  --card: #FFFFFF;
  --rule: #E4D9C9;

  --accent: #C1361B;
  --wash: #FBEBE5;
  --deep: #7A2110;

  --serif: "Instrument Serif", Georgia, "Times New Roman", serif;
  --sans: "Instrument Sans", ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
  --mono: "IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, monospace;

  /* === AMPLADA EXTRA — INICI ===========================================
     Aquestes 4 linies fan que l'eina se surti de la columna de Divi.
     Si la veus retallada pels costats o apareix barra horitzontal,
     esborra les 4 i posa-hi nomes:   width: 100%; margin: 48px auto;
     ==================================================================== */
  width: min(1280px, calc(100vw - 40px));
  max-width: none;
  margin: 48px 0 48px 50%;
  transform: translateX(-50%);
  /* === AMPLADA EXTRA — FI ============================================= */
  background: var(--cream);
  color: var(--ink);
  border-radius: 4px;
  overflow: hidden;
  isolation: isolate;
  font-family: var(--sans);
  line-height: 1.6;
  transition: background .5s ease;
}

.hln-thyroid-tool[data-active="hashimoto"]      { --accent:#C1361B; --wash:#FBEBE5; --deep:#7A2110; }
.hln-thyroid-tool[data-active="hypothyroidism"] { --accent:#0F7350; --wash:#E6F4EC; --deep:#0A4732; }
.hln-thyroid-tool[data-active="hyperthyroidism"]{ --accent:#A65E00; --wash:#FCF0DC; --deep:#6B3D00; }

.hln-thyroid-tool button { appearance:none; -webkit-appearance:none; font:inherit; color:inherit; }
.hln-thyroid-tool .hln-panel[hidden] { display:none; }

.hln-shell { padding: clamp(22px, 4vw, 64px); }

/* ---------- HERO ---------- */
.hln-hero { border-bottom: 2px solid var(--ink); padding-bottom: clamp(26px, 3vw, 44px); }

.hln-kicker {
  margin: 0 0 clamp(18px, 2vw, 28px);
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--mono);
  font-size: 12px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase;
  color: var(--accent);
  transition: color .5s ease;
}
.hln-kicker::before {
  content: ""; width: 26px; height: 3px; background: var(--accent);
  transition: background .5s ease;
}

.hln-title {
  max-width: 17ch;
  margin: 0;
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(42px, 7vw, 104px);
  line-height: .95;
  letter-spacing: -.015em;
  color: var(--ink);
}
.hln-title em { font-style: italic; color: var(--accent); transition: color .5s ease; }

.hln-subtitle {
  max-width: 60ch;
  margin: clamp(20px, 2.4vw, 32px) 0 0;
  color: var(--body);
  font-size: clamp(17px, 1.35vw, 21px);
  line-height: 1.68;
}

/* ---------- CORE CONCEPT ---------- */
.hln-concept {
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr);
  gap: clamp(18px, 3vw, 40px);
  margin-top: clamp(26px, 3vw, 44px);
  padding: clamp(20px, 2.6vw, 34px) 0 clamp(20px, 2.6vw, 34px) clamp(20px, 2.4vw, 32px);
  border-left: 6px solid var(--accent);
  background: var(--wash);
  transition: background .5s ease, border-color .5s ease;
}
.hln-concept strong {
  font-family: var(--mono);
  font-size: 12px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase;
  color: var(--deep);
  transition: color .5s ease;
}
.hln-concept p {
  margin: 0; padding-right: clamp(16px, 2vw, 32px);
  color: var(--body); font-size: clamp(16px, 1.15vw, 18px); line-height: 1.75;
}

/* ---------- SELECTOR ---------- */
.hln-selector-label {
  margin: clamp(34px, 4vw, 56px) 0 14px;
  font-family: var(--mono);
  font-size: 12px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase;
  color: var(--soft);
}

.hln-tabs { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 12px; }

.hln-tab {
  position: relative;
  display: block; width: 100%;
  min-height: 132px;
  padding: 20px 22px;
  text-align: left;
  background: var(--card);
  border: 1px solid var(--rule);
  border-radius: 3px;
  cursor: pointer;
  transition: transform .22s cubic-bezier(.2,.7,.3,1), box-shadow .22s ease, background .28s ease, border-color .28s ease, color .28s ease;
}
.hln-tab:hover { transform: translateY(-3px); box-shadow: 0 12px 28px rgba(36,26,20,.10); }
.hln-tab:focus-visible { outline: 3px solid var(--ink); outline-offset: 3px; }

.hln-tab-index {
  display: block; margin-bottom: 14px;
  font-family: var(--mono); font-size: 11px; font-weight: 600; letter-spacing: .14em;
  color: var(--soft);
}
.hln-tab-title {
  display: block;
  font-family: var(--serif); font-weight: 400;
  font-size: clamp(24px, 2.1vw, 34px); line-height: 1.05; letter-spacing: -.01em;
  color: var(--ink);
}
.hln-tab-note {
  display: block; margin-top: 10px;
  font-size: 13px; font-weight: 500; line-height: 1.35;
  color: var(--soft);
}

.hln-tab[data-key="hashimoto"][aria-selected="true"]      { background:#C1361B; border-color:#C1361B; }
.hln-tab[data-key="hypothyroidism"][aria-selected="true"] { background:#0F7350; border-color:#0F7350; }
.hln-tab[data-key="hyperthyroidism"][aria-selected="true"]{ background:#A65E00; border-color:#A65E00; }
.hln-tab[aria-selected="true"] { transform: none; box-shadow: 0 14px 34px rgba(36,26,20,.16); }
.hln-tab[aria-selected="true"] .hln-tab-title { color:#fff; }
.hln-tab[aria-selected="true"] .hln-tab-index,
.hln-tab[aria-selected="true"] .hln-tab-note { color: rgba(255,255,255,.82); }

/* ---------- PANEL ---------- */
.hln-panel {
  margin-top: 12px;
  padding: clamp(24px, 3.2vw, 48px);
  background: var(--wash);
  border-radius: 3px;
  transition: background .5s ease;
}

.hln-condition-head { display: flex; flex-wrap: wrap; align-items: baseline; gap: 10px 18px; }

.hln-badge {
  display: inline-block;
  padding: 6px 12px;
  background: var(--accent); color: #fff;
  border-radius: 999px;
  font-family: var(--mono);
  font-size: 11px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase;
  transition: background .5s ease;
}
.hln-condition-title {
  width: 100%; margin: 6px 0 0;
  font-family: var(--serif); font-weight: 400;
  font-size: clamp(38px, 5vw, 76px); line-height: 1; letter-spacing: -.02em;
  color: var(--deep);
  transition: color .5s ease;
}

.hln-content-grid {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
  gap: clamp(28px, 4vw, 56px);
  align-items: start;
  margin-top: clamp(26px, 3vw, 40px);
  padding-top: clamp(26px, 3vw, 40px);
  border-top: 1px solid var(--rule);
}
.hln-section { min-width: 0; }
.hln-section + .hln-section { margin-top: clamp(28px, 3vw, 40px); }

.hln-section-label {
  margin: 0 0 16px;
  font-family: var(--mono);
  font-size: 12px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase;
  color: var(--deep);
  transition: color .5s ease;
}

.hln-logic {
  margin: 0;
  color: var(--ink);
  font-size: clamp(18px, 1.5vw, 22px);
  line-height: 1.72;
}

.hln-nutrients { display: flex; flex-wrap: wrap; gap: 8px; }
.hln-nutrient {
  display: inline-flex; align-items: center;
  padding: 9px 14px;
  background: var(--card);
  border: 1px solid var(--rule);
  border-radius: 3px;
  font-family: var(--mono);
  font-size: 13px; font-weight: 500; line-height: 1.2;
  color: var(--ink);
  transition: transform .2s ease, border-color .2s ease, color .2s ease;
}
.hln-nutrient:hover { transform: translateY(-2px); border-color: var(--accent); color: var(--accent); }

.hln-list { margin: 0; padding: 0; list-style: none; }
.hln-list li {
  display: grid; grid-template-columns: 22px minmax(0,1fr); gap: 12px;
  align-items: start;
  padding: 14px 0;
  border-bottom: 1px solid var(--rule);
  color: var(--ink);
  font-size: clamp(15.5px, 1.15vw, 17px);
  line-height: 1.55;
}
.hln-list li:first-child { padding-top: 0; }
.hln-list li::before {
  content: ""; width: 12px; height: 12px; margin-top: 7px; border-radius: 2px;
}
.hln-list--yes li::before { background: var(--accent); transition: background .5s ease; }
.hln-list--no  li::before { border: 2px solid var(--soft); }
.hln-list--no  li { color: var(--body); }

.hln-footer {
  margin: clamp(26px, 3vw, 40px) 0 0;
  padding-top: 20px;
  border-top: 1px solid var(--rule);
  color: var(--soft);
  font-size: 13px; line-height: 1.65;
  max-width: 78ch;
}

/* ---------- MOTION ---------- */
@keyframes hlnRise { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }

.hln-panel:not([hidden]) .hln-condition-head { animation: hlnRise .42s cubic-bezier(.2,.7,.3,1) both; }
.hln-panel:not([hidden]) .hln-content-grid > *:nth-child(1) { animation: hlnRise .42s cubic-bezier(.2,.7,.3,1) .06s both; }
.hln-panel:not([hidden]) .hln-content-grid > *:nth-child(2) { animation: hlnRise .42s cubic-bezier(.2,.7,.3,1) .12s both; }
.hln-panel:not([hidden]) .hln-nutrient { animation: hlnRise .34s ease both; }
.hln-panel:not([hidden]) .hln-nutrient:nth-child(1){animation-delay:.14s}
.hln-panel:not([hidden]) .hln-nutrient:nth-child(2){animation-delay:.18s}
.hln-panel:not([hidden]) .hln-nutrient:nth-child(3){animation-delay:.22s}
.hln-panel:not([hidden]) .hln-nutrient:nth-child(4){animation-delay:.26s}
.hln-panel:not([hidden]) .hln-nutrient:nth-child(5){animation-delay:.30s}
.hln-panel:not([hidden]) .hln-nutrient:nth-child(6){animation-delay:.34s}
.hln-panel:not([hidden]) .hln-nutrient:nth-child(7){animation-delay:.38s}
.hln-panel:not([hidden]) .hln-nutrient:nth-child(8){animation-delay:.42s}

/* ---------- RESPONSIVE ---------- */
@media (max-width: 960px) {
  .hln-content-grid { grid-template-columns: 1fr; }
  .hln-concept { grid-template-columns: 1fr; gap: 10px; }
  .hln-tabs { grid-template-columns: 1fr; }
  .hln-tab { min-height: 0; display: grid; grid-template-columns: auto minmax(0,1fr); gap: 4px 16px; align-items: baseline; padding: 16px 18px; }
  .hln-tab-index { margin-bottom: 0; }
  .hln-tab-title { font-size: 26px; }
  .hln-tab-note { grid-column: 2; margin-top: 2px; }
}

@media (max-width: 680px) {
  .hln-thyroid-tool { width: 100%; margin: 20px auto; transform: none; }
  .hln-shell { padding: 20px 16px 28px; }
  .hln-title { font-size: 38px; max-width: none; }
  .hln-condition-title { font-size: 40px; }
  .hln-logic { font-size: 17.5px; }
  .hln-panel { padding: 22px 18px; }
  .hln-concept { padding: 18px 0 18px 18px; border-left-width: 5px; }
  .hln-concept p { padding-right: 16px; }
}

@media (prefers-reduced-motion: reduce) {
  .hln-thyroid-tool *,
  .hln-thyroid-tool *::before,
  .hln-thyroid-tool *::after {
    animation: none !important;
    transition: none !important;
  }
}
</style>

<noscript>
  <style>
    .hln-thyroid-tool .hln-tabs, .hln-thyroid-tool .hln-selector-label { display: none; }
    .hln-thyroid-tool .hln-panel[hidden] { display: block !important; }
  </style>
</noscript>

<section class="hln-thyroid-tool" data-active="hashimoto" aria-labelledby="hln-tool-title">
  <div class="hln-shell">

    <div class="hln-hero">
      <p class="hln-kicker">Interactive clinical guide</p> 
      <h2 class="hln-title" id="hln-tool-title">Three nutritional strategies for <em>thyroid disorders</em></h2>
      <p class="hln-subtitle">Hashimoto's, hypothyroidism and hyperthyroidism do not share the same biological pattern. Nutritional priorities change when the dominant issue is autoimmune activity, low hormone availability, impaired conversion, medication absorption, iodine exposure or excess metabolic activation.</p> 
    </div>

    <div class="hln-concept">
      <strong>Core concept</strong>
      <p>There is no single "thyroid diet". In clinical practice, the nutritional approach depends on the dominant mechanism: immune activity in Hashimoto's, reduced hormone availability or impaired conversion in hypothyroidism, and excess hormone activity in hyperthyroidism. Medication timing, iodine exposure, gut function, mineral status and bone protection may all change the priorities.</p> 
    </div>

    <p class="hln-selector-label">Choose a pattern</p> 

    <div class="hln-tabs" role="tablist" aria-label="Thyroid nutrition strategies">
      <button type="button" class="hln-tab" role="tab" id="hln-tab-hashimoto" data-key="hashimoto" aria-controls="hln-hashimoto" aria-selected="true" tabindex="0">
        <span class="hln-tab-index">01</span>
        <span class="hln-tab-title">Hashimoto's</span>
        <span class="hln-tab-note">Autoimmune pattern</span>
      </button>
      <button type="button" class="hln-tab" role="tab" id="hln-tab-hypothyroidism" data-key="hypothyroidism" aria-controls="hln-hypothyroidism" aria-selected="false" tabindex="-1">
        <span class="hln-tab-index">02</span>
        <span class="hln-tab-title">Hypothyroidism</span>
        <span class="hln-tab-note">Low hormone availability</span>
      </button>
      <button type="button" class="hln-tab" role="tab" id="hln-tab-hyperthyroidism" data-key="hyperthyroidism" aria-controls="hln-hyperthyroidism" aria-selected="false" tabindex="-1">
        <span class="hln-tab-index">03</span>
        <span class="hln-tab-title">Hyperthyroidism</span>
        <span class="hln-tab-note">Excess hormone activity</span>
      </button>
    </div>

    <div class="hln-panel" id="hln-hashimoto" data-key="hashimoto" role="tabpanel" aria-labelledby="hln-tab-hashimoto" tabindex="0">
      <div class="hln-condition-head">
        <span class="hln-badge">Autoimmune thyroiditis</span>
        <h3 class="hln-condition-title">Hashimoto's</h3>
      </div>
      <div class="hln-content-grid">
        <div>
          <div class="hln-section">
            <h4 class="hln-section-label">Underlying pattern</h4>
            <p class="hln-logic">Hashimoto's is an autoimmune thyroiditis. Nutritional work is not about stimulating the gland, but about reducing avoidable immune and inflammatory pressure, correcting common deficiencies and avoiding excess iodine exposure when the thyroid is immunologically sensitive.</p> 
          </div>
          <div class="hln-section">
            <h4 class="hln-section-label">Key nutrients</h4>
            <div class="hln-nutrients">
              <span class="hln-nutrient">Myo-inositol</span>
              <span class="hln-nutrient">Selenium</span>
              <span class="hln-nutrient">Vitamin D</span>
              <span class="hln-nutrient">Iron</span>
              <span class="hln-nutrient">Zinc</span>
              <span class="hln-nutrient">Vitamin B12</span>
              <span class="hln-nutrient">Omega-3 fatty acids</span>
            </div>
          </div>
        </div>
        <div>
          <div class="hln-section">
            <h4 class="hln-section-label">Prioritise</h4>
            <ul class="hln-list hln-list--yes">
              <li>Fatty fish</li>
              <li>Brazil nuts in small amounts</li>
              <li>Eggs</li>
              <li>Fermented foods if tolerated</li>
              <li>Cooked cruciferous vegetables</li>
              <li>Legumes if tolerated</li>
              <li>Protein-rich meals</li>
              <li>Assessment of iron, B12 and vitamin D status when relevant</li>
            </ul>
          </div>
          <div class="hln-section">
            <h4 class="hln-section-label">Limit or avoid</h4>
            <ul class="hln-list hln-list--no">
              <li>High-dose iodine without medical indication</li>
              <li>Kelp and seaweed supplements</li>
              <li>Excess soy close to thyroid medication</li>
              <li>Gluten when coeliac disease or clear sensitivity is present</li>
              <li>Ultra-processed foods that increase inflammatory load</li>
            </ul>
          </div>
        </div>
      </div>
    </div>

    <div class="hln-panel" id="hln-hypothyroidism" data-key="hypothyroidism" role="tabpanel" aria-labelledby="hln-tab-hypothyroidism" tabindex="0" hidden>
      <div class="hln-condition-head">
        <span class="hln-badge">Low thyroid hormone availability</span>
        <h3 class="hln-condition-title">Hypothyroidism</h3>
      </div>
      <div class="hln-content-grid">
        <div>
          <div class="hln-section">
            <h4 class="hln-section-label">Underlying pattern</h4>
            <p class="hln-logic">In hypothyroidism, nutrition should support thyroid hormone synthesis, peripheral T4 to T3 conversion and stable energy metabolism. When levothyroxine is used, timing becomes clinically important because coffee, calcium, iron, soy and some gastrointestinal conditions can reduce absorption.</p> 
          </div>
          <div class="hln-section">
            <h4 class="hln-section-label">Key nutrients</h4>
            <div class="hln-nutrients">
              <span class="hln-nutrient">Moderate iodine</span>
              <span class="hln-nutrient">Selenium</span>
              <span class="hln-nutrient">Iron</span>
              <span class="hln-nutrient">Zinc</span>
              <span class="hln-nutrient">Magnesium</span>
              <span class="hln-nutrient">Vitamin A</span>
              <span class="hln-nutrient">Vitamin B12</span>
              <span class="hln-nutrient">Adequate protein</span>
            </div>
          </div>
        </div>
        <div>
          <div class="hln-section">
            <h4 class="hln-section-label">Prioritise</h4>
            <ul class="hln-list hln-list--yes">
              <li>Protein at each meal</li>
              <li>Fish and shellfish when appropriate</li>
              <li>Eggs</li>
              <li>Vitamin C-rich fruit with iron-rich foods</li>
              <li>Nuts and seeds</li>
              <li>Iron-rich foods when clinically needed</li>
              <li>Adequate fibre and hydration</li>
            </ul>
          </div>
          <div class="hln-section">
            <h4 class="hln-section-label">Limit or avoid</h4>
            <ul class="hln-list hln-list--no">
              <li>Coffee close to levothyroxine</li>
              <li>Calcium or iron supplements close to medication</li>
              <li>Soy close to levothyroxine</li>
              <li>Very high-fibre meals close to medication</li>
              <li>Untreated gastritis or H. pylori when absorption is poor</li>
              <li>Extreme low-calorie dieting</li>
            </ul>
          </div>
        </div>
      </div>
    </div>

    <div class="hln-panel" id="hln-hyperthyroidism" data-key="hyperthyroidism" role="tabpanel" aria-labelledby="hln-tab-hyperthyroidism" tabindex="0" hidden>
      <div class="hln-condition-head">
        <span class="hln-badge">Excess thyroid hormone activity</span>
        <h3 class="hln-condition-title">Hyperthyroidism</h3>
      </div>
      <div class="hln-content-grid">
        <div>
          <div class="hln-section">
            <h4 class="hln-section-label">Underlying pattern</h4>
            <p class="hln-logic">In hyperthyroidism, nutritional priorities are different. The body is exposed to increased metabolic activation, higher bone turnover, greater mineral demand and possible cardiovascular or nervous system symptoms. Nutrition should protect bone and muscle, reduce unnecessary stimulation and avoid excess iodine exposure.</p> 
          </div>
          <div class="hln-section">
            <h4 class="hln-section-label">Key nutrients</h4>
            <div class="hln-nutrients">
              <span class="hln-nutrient">Calcium</span>
              <span class="hln-nutrient">Vitamin D</span>
              <span class="hln-nutrient">Magnesium</span>
              <span class="hln-nutrient">Adequate protein</span>
              <span class="hln-nutrient">Omega-3 fatty acids</span>
              <span class="hln-nutrient">Vitamin C</span>
              <span class="hln-nutrient">Vitamin E</span>
              <span class="hln-nutrient">Moderate selenium when appropriate</span>
            </div>
          </div>
        </div>
        <div>
          <div class="hln-section">
            <h4 class="hln-section-label">Prioritise</h4>
            <ul class="hln-list hln-list--yes">
              <li>Calcium-rich foods</li>
              <li>Vitamin D status</li>
              <li>Protein-rich meals</li>
              <li>Leafy greens</li>
              <li>Cooked cruciferous vegetables</li>
              <li>Berries and colourful fruit</li>
              <li>Fatty fish</li>
              <li>Nuts and seeds</li>
            </ul>
          </div>
          <div class="hln-section">
            <h4 class="hln-section-label">Limit or avoid</h4>
            <ul class="hln-list hln-list--no">
              <li>Kelp and seaweed supplements</li>
              <li>High-iodine supplements</li>
              <li>Excess iodine exposure</li>
              <li>Caffeine and stimulants if palpitations are present</li>
              <li>Alcohol</li>
              <li>Unsupervised supplements marketed for thyroid activation</li>
            </ul>
          </div>
        </div>
      </div>
    </div>

    <p class="hln-footer">Educational content based on current scientific evidence. It does not replace medical diagnosis, thyroid medication, endocrinology follow-up or individual nutritional assessment.</p> 

  </div>
</section>

<script>
(function () {
  "use strict";

  // The font stylesheet loads as media="print" so it never blocks the first
  // paint. Switching it here, rather than with an inline onload attribute,
  // keeps it safe from security plugins that strip inline event handlers.
  try {
    var hlnFonts = document.getElementById("hln-fonts");
    if (hlnFonts) hlnFonts.media = "all";
  } catch (err) { /* no-op */ }

  var KEYS = ["hashimoto", "hypothyroidism", "hyperthyroidism"];
  var TOOL = "thyroid-nutrition";

  // Sends an event to GA4 / Site Kit. Silently does nothing if analytics
  // is not loaded, blocked, or the visitor refused statistics cookies.
  function report(name, key) {
    try {
      if (typeof window.gtag === "function") {
        window.gtag("event", name, { tool: TOOL, condition: key });
      } else if (window.dataLayer && typeof window.dataLayer.push === "function") {
        window.dataLayer.push({ event: name, tool: TOOL, condition: key });
      }
    } catch (err) { /* no-op */ }
  }

  function prefersReducedMotion() {
    try {
      return window.matchMedia
        && window.matchMedia("(prefers-reduced-motion: reduce)").matches;
    } catch (err) { return false; }
  }

  // On a phone the three cards stack, so the panel opens below all of them.
  // Bring it into view instead of making the reader scroll past the others.
  function revealOnSmallScreens(panel) {
    try {
      if (!panel || !panel.scrollIntoView) return;
      if (!window.matchMedia || !window.matchMedia("(max-width: 960px)").matches) return;
      panel.scrollIntoView({
        block: "start",
        behavior: prefersReducedMotion() ? "auto" : "smooth"
      });
    } catch (err) { /* no-op */ }
  }

  function init(root) {
    if (!root || root.getAttribute("data-hln-ready") === "1") return;
    root.setAttribute("data-hln-ready", "1");

    var tabs = Array.prototype.slice.call(root.querySelectorAll(".hln-tab"));
    var panels = Array.prototype.slice.call(root.querySelectorAll(".hln-panel"));

    function activate(key, moveFocus, writeHash) {
      if (KEYS.indexOf(key) === -1) return;

      root.setAttribute("data-active", key);

      tabs.forEach(function (tab) {
        var on = tab.getAttribute("data-key") === key;
        tab.setAttribute("aria-selected", on ? "true" : "false");
        tab.setAttribute("tabindex", on ? "0" : "-1");
        if (on && moveFocus) tab.focus();
      });

      var current = null;
      panels.forEach(function (panel) {
        var on = panel.getAttribute("data-key") === key;
        panel.hidden = !on;
        if (on) current = panel;
      });

      // writeHash is true only when the visitor acted, never on first paint.
      if (writeHash) {
        report("thyroid_tool_select", key);
        revealOnSmallScreens(current);
      }

      // Some embedded contexts (sandboxed previews, srcdoc frames) block
      // History access. The deep link is a nicety, never a requirement:
      // if the browser refuses, the tool carries on silently.
      if (writeHash) {
        try {
          if (window.history && window.history.replaceState) {
            window.history.replaceState(null, "", "#hln-" + key);
          }
        } catch (err) { /* no-op */ }
      }
    }

    function keyFromHash() {
      var raw = (window.location.hash || "").replace("#", "").replace(/^hln-/, "");
      return KEYS.indexOf(raw) !== -1 ? raw : null;
    }

    root.addEventListener("click", function (event) {
      var tab = event.target.closest ? event.target.closest(".hln-tab") : null;
      if (!tab || !root.contains(tab)) return;
      activate(tab.getAttribute("data-key"), false, true);
    });

    root.addEventListener("keydown", function (event) {
      if (event.key !== "ArrowRight" && event.key !== "ArrowLeft") return;
      var tab = event.target.closest ? event.target.closest(".hln-tab") : null;
      if (!tab || !root.contains(tab)) return;

      var index = KEYS.indexOf(tab.getAttribute("data-key"));
      var next = event.key === "ArrowRight" ? index + 1 : index - 1;
      if (next < 0) next = KEYS.length - 1;
      if (next >= KEYS.length) next = 0;

      event.preventDefault();
      activate(KEYS[next], true, true);
    });

    window.addEventListener("hashchange", function () {
      var key = keyFromHash();
      if (key) activate(key, false, false);
    });

    var initial = null;
    try { initial = keyFromHash(); } catch (err) { initial = null; }

    if (initial) {
      activate(initial, false, false);
      try {
        if (root.scrollIntoView) root.scrollIntoView({ block: "start" });
      } catch (err) { /* no-op */ }
    } else {
      activate(root.getAttribute("data-active") || "hashimoto", false, false);
    }

    report("thyroid_tool_view", root.getAttribute("data-active"));
  }

  function initAll() {
    var tools = document.querySelectorAll(".hln-thyroid-tool");
    var i;
    for (i = 0; i < tools.length; i += 1) init(tools[i]);
  }

  if (document.readyState === "loading") {
    document.addEventListener("DOMContentLoaded", initAll);
  } else {
    initAll();
  }
})();
</script>

          </div>
			</div>
			</div>
				
				
				
				
			</div><div class="et_pb_row et_pb_row_5 et_pb_gutters1">
				<div class="et_pb_column et_pb_column_4_4 et_pb_column_5  et_pb_css_mix_blend_mode_passthrough et-last-child">
				
				
				
				
				<div class="et_pb_module et_pb_code et_pb_code_5">
				
				
				
				
				<div class="et_pb_code_inner"><style>
#hl-naturtreu-v4,
#hl-naturtreu-v4 *,
#hl-naturtreu-v4 *::before,
#hl-naturtreu-v4 *::after {
  box-sizing: border-box;
}

#hl-naturtreu-v4 {
  --hl-brown: #4a3427;
  --hl-text: #332d29;
  --hl-muted: #6e625a;
  --hl-olive: #5d773d;
  --hl-olive-dark: #42582b;
  --hl-olive-soft: #e5efdf;
  --hl-wine: #8b334b;
  --hl-wine-dark: #692338;
  --hl-mustard: #d8a33b;
  --hl-mustard-soft: #fff0c9;
  --hl-lilac: #9a718c;
  --hl-lilac-soft: #f3e5ee;
  --hl-cream: #fff7ea;
  --hl-line: #d5c2b3;
  --hl-white: #ffffff;

  width: min(100%, 960px);
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid #cdb6a6;
  border-radius: 18px;
  background: var(--hl-white);
  color: var(--hl-text);
  box-shadow: 0 16px 42px rgba(74, 52, 39, 0.17);
  font-family: 'Lora', Georgia, serif;
}

#hl-naturtreu-v4 a {
  color: inherit;
}

#hl-naturtreu-v4 .hl-nt-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  padding: 24px 26px 18px;
  background: linear-gradient(135deg, #4a3427 0%, #674839 100%);
}

#hl-naturtreu-v4 .hl-nt-eyebrow {
  margin: 0 0 4px;
  color: #f2c96f;
  font-family: Figtree, Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.11em;
  line-height: 1.3;
  text-transform: uppercase;
}

#hl-naturtreu-v4 .hl-nt-title {
  margin: 0;
  color: var(--hl-white);
  font-family: Prata, Georgia, serif;
  font-size: clamp(28px, 3.4vw, 36px);
  font-weight: 400;
  letter-spacing: -0.01em;
  line-height: 1.15;
}

#hl-naturtreu-v4 .hl-nt-subtitle {
  margin: 6px 0 0;
  color: #f4e9df;
  font-size: 14px;
  line-height: 1.45;
}

#hl-naturtreu-v4 .hl-nt-brand {
  flex: 0 0 auto;
  margin-top: 3px;
  padding: 7px 13px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.13);
  color: var(--hl-white);
  font-family: Prata, Georgia, serif;
  font-size: 15px;
  line-height: 1;
}

#hl-naturtreu-v4 .hl-nt-affiliate {
  margin: 0;
  padding: 10px 26px;
  border-left: 0;
  background: #f6dfaa;
  color: #543a28;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.45;
}

#hl-naturtreu-v4 .hl-nt-featured {
  display: grid;
  grid-template-columns: minmax(180px, 0.72fr) minmax(0, 1.5fr);
  gap: 30px;
  align-items: center;
  margin: 0;
  padding: 28px 26px;
  border-top: 0;
  border-bottom: 1px solid var(--hl-line);
  background: linear-gradient(135deg, #fff8eb 0%, #f3e4d3 100%);
}

#hl-naturtreu-v4 .hl-nt-featured-media {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  padding: 14px;
  border: 2px solid #e0b657;
  border-radius: 18px;
  background: var(--hl-white);
  box-shadow: 0 10px 24px rgba(74, 52, 39, 0.14);
}

#hl-naturtreu-v4 .hl-nt-featured-media img {
  display: block;
  width: min(100%, 210px);
  height: auto;
  max-height: 210px;
  object-fit: contain;
}

#hl-naturtreu-v4 .hl-nt-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  margin-bottom: 8px;
  padding: 5px 11px;
  border-radius: 999px;
  background: var(--hl-olive);
  color: var(--hl-white);
  font-family: Figtree, Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.2;
}

#hl-naturtreu-v4 .hl-nt-product-name {
  margin: 0;
  color: var(--hl-brown);
  font-family: Prata, Georgia, serif;
  font-size: clamp(24px, 3vw, 30px);
  font-weight: 400;
  line-height: 1.2;
}

#hl-naturtreu-v4 .hl-nt-product-sub {
  margin: 5px 0 14px;
  color: var(--hl-muted);
  font-size: 13px;
  line-height: 1.4;
}

#hl-naturtreu-v4 .hl-nt-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin: 0 0 13px;
  padding: 0;
  list-style: none;
}

#hl-naturtreu-v4 .hl-nt-facts li {
  min-width: 0;
  padding: 8px 9px;
  border: 0;
  border-radius: 10px;
  background: var(--hl-white);
  box-shadow: 0 4px 12px rgba(74, 52, 39, 0.09);
  text-align: center;
}

#hl-naturtreu-v4 .hl-nt-facts li:nth-child(1) {
  background: var(--hl-mustard-soft);
}

#hl-naturtreu-v4 .hl-nt-facts li:nth-child(2) {
  background: var(--hl-olive-soft);
}

#hl-naturtreu-v4 .hl-nt-facts li:nth-child(3) {
  background: var(--hl-lilac-soft);
}

#hl-naturtreu-v4 .hl-nt-facts strong,
#hl-naturtreu-v4 .hl-nt-facts span {
  display: block;
}

#hl-naturtreu-v4 .hl-nt-facts strong {
  color: var(--hl-brown);
  font-family: Figtree, Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
}

#hl-naturtreu-v4 .hl-nt-facts span {
  margin-top: 2px;
  color: var(--hl-muted);
  font-size: 12px;
  line-height: 1.3;
}

#hl-naturtreu-v4 .hl-nt-summary {
  margin: 0 0 15px;
  color: var(--hl-text);
  font-size: 14px;
  line-height: 1.55;
}

#hl-naturtreu-v4 .hl-nt-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 20px;
  border: 1px solid transparent;
  border-radius: 12px;
  font-family: Figtree, Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
}

#hl-naturtreu-v4 .hl-nt-button::after {
  content: '\2197';
  margin-left: 7px;
  font-size: 13px;
}

#hl-naturtreu-v4 .hl-nt-button-primary {
  min-width: 245px;
  background: var(--hl-wine);
  color: var(--hl-white);
  box-shadow: 0 8px 18px rgba(139, 51, 75, 0.25);
}

#hl-naturtreu-v4 .hl-nt-button-primary:hover {
  background: var(--hl-wine-dark);
  transform: translateY(-1px);
}

#hl-naturtreu-v4 .hl-nt-button-secondary {
  min-height: 42px;
  padding: 9px 14px;
  border-color: var(--hl-wine);
  background: var(--hl-white);
  color: var(--hl-wine);
  font-size: 13px;
}

#hl-naturtreu-v4 .hl-nt-button-secondary:hover {
  background: #fff8f7;
  transform: translateY(-1px);
}

#hl-naturtreu-v4 .hl-nt-mini:first-child .hl-nt-button-secondary {
  border-color: #9a6912;
  background: #f6d98d;
  color: #5b3b08;
}

#hl-naturtreu-v4 .hl-nt-mini:nth-child(2) .hl-nt-button-secondary {
  border-color: var(--hl-wine);
  background: #ead0dc;
  color: var(--hl-wine-dark);
}

#hl-naturtreu-v4 .hl-nt-button:focus-visible,
#hl-naturtreu-v4 summary:focus-visible,
#hl-naturtreu-v4 .hl-nt-all:focus-visible {
  outline: 3px solid rgba(125, 56, 66, 0.28);
  outline-offset: 3px;
}

#hl-naturtreu-v4 .hl-nt-seller {
  margin: 7px 0 0;
  color: var(--hl-muted);
  font-size: 12px;
  line-height: 1.4;
}

#hl-naturtreu-v4 details {
  margin: 0;
  background: var(--hl-white);
}

#hl-naturtreu-v4 details + details {
  border-top: 1px solid var(--hl-line);
}

#hl-naturtreu-v4 summary {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 58px;
  padding: 15px 58px 15px 24px;
  color: var(--hl-brown);
  cursor: pointer;
  font-family: Figtree, Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
  list-style: none;
}

#hl-naturtreu-v4 details:nth-of-type(1) > summary {
  border-left: 5px solid var(--hl-mustard);
  background: var(--hl-mustard-soft);
}

#hl-naturtreu-v4 details:nth-of-type(2) > summary {
  border-left: 5px solid var(--hl-lilac);
  background: var(--hl-lilac-soft);
}

#hl-naturtreu-v4 summary::-webkit-details-marker {
  display: none;
}

#hl-naturtreu-v4 summary::after {
  content: '+';
  position: absolute;
  top: 50%;
  right: 24px;
  width: 24px;
  height: 24px;
  border: 1px solid currentColor;
  border-radius: 50%;
  color: var(--hl-wine);
  font-family: Figtree, Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 21px;
  text-align: center;
  transform: translateY(-50%);
}

#hl-naturtreu-v4 details[open] summary::after {
  content: '\2212';
}

#hl-naturtreu-v4 .hl-nt-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  padding: 0 24px 17px;
}

#hl-naturtreu-v4 .hl-nt-mini {
  display: grid;
  grid-template-columns: 100px minmax(0, 1fr);
  gap: 13px;
  align-items: center;
  min-width: 0;
  padding: 14px;
  border: 1px solid var(--hl-line);
  border-radius: 15px;
  background: var(--hl-cream);
  box-shadow: 0 8px 18px rgba(74, 52, 39, 0.09);
}

#hl-naturtreu-v4 .hl-nt-mini:first-child {
  border-color: #d6a13a;
  background: #fff8e6;
  box-shadow: inset 0 5px 0 var(--hl-mustard), 0 8px 18px rgba(74, 52, 39, 0.09);
}

#hl-naturtreu-v4 .hl-nt-mini:nth-child(2) {
  border-color: #a56e8e;
  background: #fff3f8;
  box-shadow: inset 0 5px 0 var(--hl-lilac), 0 8px 18px rgba(74, 52, 39, 0.09);
}

#hl-naturtreu-v4 .hl-nt-mini-media {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  border: 1px solid rgba(74, 52, 39, 0.12);
  border-radius: 12px;
  background: var(--hl-white);
  overflow: hidden;
}

#hl-naturtreu-v4 .hl-nt-mini-media img {
  display: block;
  width: 94px;
  height: 94px;
  padding: 3px;
  object-fit: contain;
}

#hl-naturtreu-v4 .hl-nt-mini h5 {
  margin: 0;
  color: var(--hl-brown);
  font-family: Prata, Georgia, serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
}

#hl-naturtreu-v4 .hl-nt-mini p {
  margin: 3px 0 9px;
  color: var(--hl-muted);
  font-size: 12px;
  line-height: 1.4;
}

#hl-naturtreu-v4 .hl-nt-options-foot {
  grid-column: 1 / -1;
  margin: 0;
  text-align: center;
}

#hl-naturtreu-v4 .hl-nt-all {
  color: var(--hl-wine);
  font-family: Figtree, Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-underline-offset: 3px;
}

#hl-naturtreu-v4 .hl-nt-info {
  display: grid;
  grid-template-columns: 0.9fr 1.4fr;
  gap: 22px;
  padding: 0 24px 20px;
}

#hl-naturtreu-v4 .hl-nt-info h5 {
  margin: 0 0 6px;
  color: var(--hl-wine);
  font-family: Figtree, Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.07em;
  line-height: 1.3;
  text-transform: uppercase;
}

#hl-naturtreu-v4 .hl-nt-info p,
#hl-naturtreu-v4 .hl-nt-info li {
  color: var(--hl-muted);
  font-size: 12px;
  line-height: 1.55;
}

#hl-naturtreu-v4 .hl-nt-info p {
  margin: 0;
}

#hl-naturtreu-v4 .hl-nt-info ul {
  margin: 0;
  padding-left: 17px;
}

#hl-naturtreu-v4 .hl-nt-info li + li {
  margin-top: 4px;
}

#hl-naturtreu-v4 .hl-nt-disclaimer {
  grid-column: 1 / -1;
  padding-top: 12px;
  border-top: 1px solid var(--hl-line);
  font-style: italic;
}

@media (max-width: 680px) {
  #hl-naturtreu-v4 {
    width: calc(100vw - 20px);
    max-width: none;
    margin-right: 0;
    margin-left: calc(50% - 50vw + 10px);
    border-radius: 15px;
  }

  #hl-naturtreu-v4 .hl-nt-top {
    gap: 12px;
    padding: 17px 16px 12px;
  }

  #hl-naturtreu-v4 .hl-nt-title {
    font-size: 24px;
  }

  #hl-naturtreu-v4 .hl-nt-brand {
    padding: 6px 10px;
    font-size: 13px;
  }

  #hl-naturtreu-v4 .hl-nt-affiliate {
    margin: 0;
    padding: 9px 16px;
  }

  #hl-naturtreu-v4 .hl-nt-featured {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 17px 16px;
  }

  #hl-naturtreu-v4 .hl-nt-featured-media img {
    width: 165px;
    max-height: 165px;
  }

  #hl-naturtreu-v4 .hl-nt-kicker {
    margin-bottom: 6px;
  }

  #hl-naturtreu-v4 .hl-nt-product-name {
    font-size: 24px;
  }

  #hl-naturtreu-v4 .hl-nt-product-sub {
    margin-bottom: 11px;
  }

  #hl-naturtreu-v4 .hl-nt-facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
  }

  #hl-naturtreu-v4 .hl-nt-facts li:last-child {
    grid-column: 1 / -1;
  }

  #hl-naturtreu-v4 .hl-nt-facts li {
    padding: 7px 5px;
  }

  #hl-naturtreu-v4 .hl-nt-summary {
    margin-bottom: 13px;
  }

  #hl-naturtreu-v4 .hl-nt-button-primary {
    width: 100%;
  }

  #hl-naturtreu-v4 summary {
    min-height: 50px;
    padding-right: 48px;
    padding-left: 16px;
  }

  #hl-naturtreu-v4 summary::after {
    right: 16px;
  }

  #hl-naturtreu-v4 .hl-nt-options,
  #hl-naturtreu-v4 .hl-nt-info {
    grid-template-columns: 1fr;
    padding-right: 16px;
    padding-left: 16px;
  }

  #hl-naturtreu-v4 .hl-nt-disclaimer,
  #hl-naturtreu-v4 .hl-nt-options-foot {
    grid-column: auto;
  }
}

@media (max-width: 390px) {
  #hl-naturtreu-v4 .hl-nt-subtitle {
    max-width: 220px;
  }

  #hl-naturtreu-v4 .hl-nt-facts strong {
    font-size: 13px;
  }

  #hl-naturtreu-v4 .hl-nt-facts span {
    font-size: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  #hl-naturtreu-v4 .hl-nt-button {
    transition: none;
  }
}
</style>

<section id="hl-naturtreu-v4" class="notranslate" translate="no" aria-labelledby="hl-nt-v4-title">
  <header>
    <div class="hl-nt-top">
      <div>
        <p class="hl-nt-eyebrow" data-hl-copy="eyebrow">Product selection</p> 
        <h3 id="hl-nt-v4-title" class="hl-nt-title" data-hl-copy="title">Selenium + zinc</h3>
        <p class="hl-nt-subtitle" data-hl-copy="subtitle">Label information, summarised for a quicker decision</p> 
      </div>
      <span class="hl-nt-brand">Naturtreu</span>
    </div>
    <p class="hl-nt-affiliate" data-hl-copy="affiliate">Affiliate links. Health & Life may receive a commission. Your price does not change.</p> 
  </header>

  <article class="hl-nt-featured">
    <div class="hl-nt-featured-media">
      <img
        src="https://healthandlifeonline.com/wp-content/uploads/2026/05/Screenshot-2026-05-21-195143.png"
        width="700"
        height="652"
        alt="Naturtreu Körperbalance selenium and zinc set"
        loading="lazy"
        decoding="async">
    </div>

    <div class="hl-nt-featured-content">
      <span class="hl-nt-kicker" data-hl-copy="packLabel">3-month set</span>
      <h4 class="hl-nt-product-name" data-hl-copy="packName">Selenium + zinc set</h4>
      <p class="hl-nt-product-sub">Bodenschatz + Wundervoll</p> 

      <ul class="hl-nt-facts" aria-label="Product facts" data-hl-aria="factsLabel">
        <li><strong>200 µg Se</strong><span data-hl-copy="seleniumLabel">per daily dose</span></li>
        <li><strong>25 mg Zn + 100 mg C</strong><span data-hl-copy="zincLabel">per daily dose</span></li>
        <li><strong>90</strong><span data-hl-copy="supplyLabel">daily servings</span></li>
      </ul>

      <p class="hl-nt-summary" data-hl-copy="packSummary">Two separate formulas in one set: three forms of selenium, three forms of zinc and buffered vitamin C.</p> 

      <a class="hl-nt-button hl-nt-button-primary" href="https://naturtreu.de/products/koerperbalance-sparpaket-bodenschatz-wundervoll?sca_ref=11284035.FBlnDf0GHq&amp;utm_source=affiliate&amp;utm_medium=uppromote&amp;utm_campaign=11284035&amp;utm_term=Affiliate-Experten_oLTC" target="_blank" rel="sponsored nofollow noopener noreferrer" data-hl-copy="packButton" data-hl-affiliate="koerperbalance-set">View set at Naturtreu</a>
      <p class="hl-nt-seller" data-hl-copy="seller">The purchase is completed on naturtreu.de</p> 
    </div>
  </article>

  <details>
    <summary data-hl-copy="separateTitle">Prefer only one? See the products separately</summary>
    <div class="hl-nt-options">
      <article class="hl-nt-mini">
        <div class="hl-nt-mini-media">
          <img
            src="https://healthandlifeonline.com/wp-content/uploads/2026/05/Screenshot-2026-05-21-195217.png"
            width="706"
            height="627"
            alt="Naturtreu Bodenschatz selenium tablets"
            loading="lazy"
            decoding="async">
        </div>
        <div>
          <h5>Bodenschatz</h5>
          <p data-hl-copy="seleniumSub">Selenium · 270 tablets · 200 µg per daily dose</p> 
          <a class="hl-nt-button hl-nt-button-secondary" href="https://naturtreu.de/products/bodenschatz-selen-presslinge?sca_ref=11284035.FBlnDf0GHq&amp;utm_source=affiliate&amp;utm_medium=uppromote&amp;utm_campaign=11284035&amp;utm_term=Affiliate-Experten_oLTC" target="_blank" rel="sponsored nofollow noopener noreferrer" data-hl-copy="productButton" data-hl-affiliate="bodenschatz-selenium">View product</a>
        </div>
      </article>

      <article class="hl-nt-mini">
        <div class="hl-nt-mini-media">
          <img
            src="https://healthandlifeonline.com/wp-content/uploads/2026/05/Screenshot-2026-05-21-195710.png"
            width="702"
            height="661"
            alt="Naturtreu Wundervoll zinc complex capsules"
            loading="lazy"
            decoding="async">
        </div>
        <div>
          <h5>Wundervoll</h5>
          <p data-hl-copy="zincSub">Zinc · 25 mg/day + vitamin C · 90 servings</p> 
          <a class="hl-nt-button hl-nt-button-secondary" href="https://naturtreu.de/products/wundervoll-zink-komplex-kapseln?sca_ref=11284035.FBlnDf0GHq&amp;utm_source=affiliate&amp;utm_medium=uppromote&amp;utm_campaign=11284035&amp;utm_term=Affiliate-Experten_oLTC" target="_blank" rel="sponsored nofollow noopener noreferrer" data-hl-copy="productButton" data-hl-affiliate="wundervoll-zinc">View product</a>
        </div>
      </article>

      <p class="hl-nt-options-foot">
        <a class="hl-nt-all" href="https://naturtreu.de?sca_ref=11284035.FBlnDf0GHq&amp;utm_source=affiliate&amp;utm_medium=uppromote&amp;utm_campaign=11284035&amp;utm_term=Affiliate-Experten_oLTC" target="_blank" rel="sponsored nofollow noopener noreferrer" data-hl-copy="allButton" data-hl-affiliate="naturtreu-catalogue">See all Naturtreu products</a>
      </p> 
    </div>
  </details>

  <details>
    <summary data-hl-copy="infoTitle">Composition and precautions</summary>
    <div class="hl-nt-info">
      <div>
        <h5 data-hl-copy="compositionTitle">Composition</h5>
        <p data-hl-copy="compositionText">Bodenschatz provides selenium yeast, L-selenomethionine and sodium selenite. Wundervoll provides three forms of zinc and 100 mg of buffered vitamin C per daily dose.</p> 
      </div>
      <div>
        <h5 data-hl-copy="beforeTitle">Before taking it</h5>
        <ul>
          <li data-hl-copy="caution1">25 mg of zinc is the upper intake level for adults from all sources. Review your total intake before prolonged use.</li>
          <li data-hl-copy="caution2">The set provides 200 µg of selenium. The EFSA upper intake level for adults is 255 µg a day from all sources.</li>
          <li data-hl-copy="caution3">Include other selenium supplements and selenium-rich foods, especially Brazil nuts, in the total.</li>
          <li data-hl-copy="caution4">Ask your doctor or pharmacist first if you have a thyroid or kidney condition, use long-term medication, are pregnant or breastfeeding.</li>
        </ul>
      </div>
      <p class="hl-nt-disclaimer" data-hl-copy="disclaimer">General educational information based on the product label. It does not replace individual medical advice and the products are not intended to treat a diagnosis.</p> 
    </div>
  </details>
</section>

<script>
(function () {
  'use strict';

  var box = document.getElementById('hl-naturtreu-v4');
  if (!box || box.getAttribute('data-hl-ready') === 'true') return;
  box.setAttribute('data-hl-ready', 'true');

  var COPY = {
    en: {
      eyebrow: 'Product selection',
      title: 'Selenium + zinc',
      subtitle: 'Label information, summarised for a quicker decision',
      affiliate: 'Affiliate links. Health & Life may receive a commission. Your price does not change.',
      packLabel: '3-month set',
      packName: 'Selenium + zinc set',
      factsLabel: 'Product facts',
      seleniumLabel: 'per daily dose',
      zincLabel: 'per daily dose',
      supplyLabel: 'daily servings',
      packSummary: 'Two separate formulas in one set: three forms of selenium, three forms of zinc and buffered vitamin C.',
      packButton: 'View set at Naturtreu',
      seller: 'The purchase is completed on naturtreu.de',
      separateTitle: 'Prefer only one? See the products separately',
      seleniumSub: 'Selenium · 270 tablets · 200 µg per daily dose',
      zincSub: 'Zinc · 25 mg/day + vitamin C · 90 servings',
      productButton: 'View product',
      allButton: 'See all Naturtreu products',
      infoTitle: 'Composition and precautions',
      compositionTitle: 'Composition',
      compositionText: 'Bodenschatz provides selenium yeast, L-selenomethionine and sodium selenite. Wundervoll provides three forms of zinc and 100 mg of buffered vitamin C per daily dose.',
      beforeTitle: 'Before taking it',
      caution1: '25 mg of zinc is the upper intake level for adults from all sources. Review your total intake before prolonged use.',
      caution2: 'The set provides 200 µg of selenium. The EFSA upper intake level for adults is 255 µg a day from all sources.',
      caution3: 'Include other selenium supplements and selenium-rich foods, especially Brazil nuts, in the total.',
      caution4: 'Ask your doctor or pharmacist first if you have a thyroid or kidney condition, use long-term medication, are pregnant or breastfeeding.',
      disclaimer: 'General educational information based on the product label. It does not replace individual medical advice and the products are not intended to treat a diagnosis.'
    },
    ca: {
      eyebrow: 'Selecció de productes',
      title: 'Seleni + zinc',
      subtitle: 'Informació de l’etiqueta, resumida per decidir amb més facilitat',
      affiliate: 'Enllaços d’afiliació. Health & Life pot rebre una comissió. El preu per a tu no canvia.',
      packLabel: 'Lot per a 3 mesos',
      packName: 'Lot de seleni + zinc',
      factsLabel: 'Dades del producte',
      seleniumLabel: 'per dosi diària',
      zincLabel: 'per dosi diària',
      supplyLabel: 'dosis diàries',
      packSummary: 'Dues fórmules separades en un sol lot: tres formes de seleni, tres formes de zinc i vitamina C tamponada.',
      packButton: 'Veure el lot a Naturtreu',
      seller: 'La compra es completa a naturtreu.de',
      separateTitle: 'En prefereixes només un? Veure els productes per separat',
      seleniumSub: 'Seleni · 270 comprimits · 200 µg per dosi diària',
      zincSub: 'Zinc · 25 mg/dia + vitamina C · 90 dosis',
      productButton: 'Veure el producte',
      allButton: 'Veure tots els productes Naturtreu',
      infoTitle: 'Composició i precaucions',
      compositionTitle: 'Composició',
      compositionText: 'Bodenschatz aporta llevat de seleni, L-selenometionina i selenit sòdic. Wundervoll aporta tres formes de zinc i 100 mg de vitamina C tamponada per dosi diària.',
      beforeTitle: 'Abans de prendre’l',
      caution1: '25 mg de zinc coincideixen amb el límit superior d’ingesta per a adults comptant totes les fonts. Revisa la ingesta total abans d’un ús prolongat.',
      caution2: 'El lot aporta 200 µg de seleni. El límit superior de l’EFSA per a adults és de 255 µg al dia comptant totes les fonts.',
      caution3: 'Suma al total altres suplements amb seleni i aliments molt rics en aquest mineral, sobretot les nous del Brasil.',
      caution4: 'Consulta-ho abans amb el metge o el farmacèutic si tens una patologia tiroïdal o renal, prens medicació crònica, estàs embarassada o dones el pit.',
      disclaimer: 'Informació educativa general basada en l’etiqueta del producte. No substitueix l’assessorament mèdic individual ni està destinada a tractar cap diagnòstic.'
    },
    es: {
      eyebrow: 'Selección de productos',
      title: 'Selenio + zinc',
      subtitle: 'Información de la etiqueta, resumida para decidir con más facilidad',
      affiliate: 'Enlaces de afiliación. Health & Life puede recibir una comisión. El precio para ti no cambia.',
      packLabel: 'Pack para 3 meses',
      packName: 'Pack de selenio + zinc',
      factsLabel: 'Datos del producto',
      seleniumLabel: 'por dosis diaria',
      zincLabel: 'por dosis diaria',
      supplyLabel: 'dosis diarias',
      packSummary: 'Dos fórmulas separadas en un solo pack: tres formas de selenio, tres formas de zinc y vitamina C tamponada.',
      packButton: 'Ver el pack en Naturtreu',
      seller: 'La compra se completa en naturtreu.de',
      separateTitle: '¿Prefieres solo uno? Ver los productos por separado',
      seleniumSub: 'Selenio · 270 comprimidos · 200 µg por dosis diaria',
      zincSub: 'Zinc · 25 mg/día + vitamina C · 90 dosis',
      productButton: 'Ver el producto',
      allButton: 'Ver todos los productos Naturtreu',
      infoTitle: 'Composición y precauciones',
      compositionTitle: 'Composición',
      compositionText: 'Bodenschatz aporta levadura de selenio, L-selenometionina y selenito sódico. Wundervoll aporta tres formas de zinc y 100 mg de vitamina C tamponada por dosis diaria.',
      beforeTitle: 'Antes de tomarlo',
      caution1: '25 mg de zinc coinciden con el límite superior de ingesta para adultos contando todas las fuentes. Revisa la ingesta total antes de un uso prolongado.',
      caution2: 'El pack aporta 200 µg de selenio. El límite superior de la EFSA para adultos es de 255 µg al día contando todas las fuentes.',
      caution3: 'Suma al total otros suplementos con selenio y alimentos muy ricos en este mineral, especialmente las nueces de Brasil.',
      caution4: 'Consulta antes con el médico o el farmacéutico si tienes una patología tiroidea o renal, tomas medicación crónica, estás embarazada o das el pecho.',
      disclaimer: 'Información educativa general basada en la etiqueta del producto. No sustituye la orientación médica individual ni está destinada a tratar ningún diagnóstico.'
    },
    de: {
      eyebrow: 'Produktauswahl',
      title: 'Selen + Zink',
      subtitle: 'Etikettangaben, kompakt für eine schnellere Entscheidung',
      affiliate: 'Affiliate-Links. Health & Life kann eine Provision erhalten. Dein Preis ändert sich nicht.',
      packLabel: 'Set für 3 Monate',
      packName: 'Selen-Zink-Set',
      factsLabel: 'Produktangaben',
      seleniumLabel: 'pro Tagesdosis',
      zincLabel: 'pro Tagesdosis',
      supplyLabel: 'Tagesportionen',
      packSummary: 'Zwei separate Formeln in einem Set: drei Selenformen, drei Zinkformen und gepuffertes Vitamin C.',
      packButton: 'Set bei Naturtreu ansehen',
      seller: 'Der Kauf wird auf naturtreu.de abgeschlossen',
      separateTitle: 'Nur eines davon? Produkte einzeln ansehen',
      seleniumSub: 'Selen · 270 Presslinge · 200 µg pro Tagesdosis',
      zincSub: 'Zink · 25 mg/Tag + Vitamin C · 90 Portionen',
      productButton: 'Produkt ansehen',
      allButton: 'Alle Naturtreu-Produkte ansehen',
      infoTitle: 'Zusammensetzung und Hinweise',
      compositionTitle: 'Zusammensetzung',
      compositionText: 'Bodenschatz enthält Selenhefe, L-Selenomethionin und Natriumselenit. Wundervoll enthält drei Zinkformen und 100 mg gepuffertes Vitamin C pro Tagesdosis.',
      beforeTitle: 'Vor der Einnahme',
      caution1: '25 mg Zink entsprechen der Obergrenze für Erwachsene aus allen Quellen. Prüfe vor einer längeren Einnahme die Gesamtzufuhr.',
      caution2: 'Das Set liefert 200 µg Selen. Der EFSA-Höchstwert für Erwachsene liegt bei 255 µg pro Tag aus allen Quellen.',
      caution3: 'Rechne weitere Selenpräparate und besonders selenreiche Lebensmittel wie Paranüsse in die Gesamtzufuhr ein.',
      caution4: 'Bei Schilddrüsen- oder Nierenerkrankung, langfristiger Medikamenteneinnahme, Schwangerschaft oder Stillzeit vorher ärztlich oder pharmazeutisch abklären.',
      disclaimer: 'Allgemeine Bildungsinformation auf Grundlage des Produktetiketts. Sie ersetzt keine individuelle medizinische Beratung und die Produkte sind nicht zur Behandlung einer Diagnose bestimmt.'
    }
  };

  var language = (document.documentElement.lang || 'en').slice(0, 2).toLowerCase();
  var copy = COPY[language] || COPY.en;
  box.setAttribute('lang', COPY[language] ? language : 'en');

  Array.prototype.forEach.call(box.querySelectorAll('[data-hl-copy]'), function (element) {
    var key = element.getAttribute('data-hl-copy');
    if (copy[key]) element.textContent = copy[key];
  });

  Array.prototype.forEach.call(box.querySelectorAll('[data-hl-aria]'), function (element) {
    var key = element.getAttribute('data-hl-aria');
    if (copy[key]) element.setAttribute('aria-label', copy[key]);
  });

  box.addEventListener('click', function (event) {
    var link = event.target.closest('[data-hl-affiliate]');
    if (!link || typeof window.gtag !== 'function') return;

    window.gtag('event', 'affiliate_click', {
      affiliate_partner: 'Naturtreu',
      affiliate_product: link.getAttribute('data-hl-affiliate'),
      link_url: link.href,
      transport_type: 'beacon'
    });
  });
})();
</script></div>
			</div>
			</div>
				
				
				
				
			</div>
				
				
			</div>
]]></content:encoded>
					
					<wfw:commentRss>https://healthandlifeonline.com/thyroid-and-nutrition/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>The Role of Magnesium in Physiological Regulation</title>
		<link>https://healthandlifeonline.com/magnesium-physiological-regulation-forms-bioavailability/</link>
					<comments>https://healthandlifeonline.com/magnesium-physiological-regulation-forms-bioavailability/#respond</comments>
		
		<dc:creator><![CDATA[Olga]]></dc:creator>
		<pubDate>Sun, 31 May 2026 06:26:07 +0000</pubDate>
				<category><![CDATA[Body & Health]]></category>
		<category><![CDATA[ATP]]></category>
		<category><![CDATA[cellular energy]]></category>
		<category><![CDATA[Health & Life]]></category>
		<category><![CDATA[insulin sensitivity]]></category>
		<category><![CDATA[magnesium]]></category>
		<category><![CDATA[magnesium bioavailability]]></category>
		<category><![CDATA[magnesium bisglycinate]]></category>
		<category><![CDATA[magnesium citrate]]></category>
		<category><![CDATA[magnesium deficiency]]></category>
		<category><![CDATA[magnesium forms]]></category>
		<category><![CDATA[magnesium L-threonate]]></category>
		<category><![CDATA[magnesium malate]]></category>
		<category><![CDATA[magnesium oxide]]></category>
		<category><![CDATA[magnesium taurate]]></category>
		<category><![CDATA[metabolic health]]></category>
		<category><![CDATA[muscle tension]]></category>
		<category><![CDATA[nervous system regulation]]></category>
		<category><![CDATA[nutrition and biology]]></category>
		<category><![CDATA[physiological regulation]]></category>
		<category><![CDATA[sleep support]]></category>
		<category><![CDATA[stress response]]></category>
		<guid isPermaLink="false">https://healthandlifeonline.com/?p=102741</guid>

					<description><![CDATA[]]></description>
										<content:encoded><![CDATA[
<div class="et_pb_section et_pb_section_4 et_section_regular" >
				
				
				
				
				
				
				<div class="et_pb_row et_pb_row_6 et_pb_gutters1">
				<div class="et_pb_column et_pb_column_4_4 et_pb_column_6  et_pb_css_mix_blend_mode_passthrough et-last-child">
				
				
				
				
				<div class="et_pb_module et_pb_code et_pb_code_6">
				
				
				
				
				<div class="et_pb_code_inner"><style>
#hl-magnesium-v6-safe,
#hl-magnesium-v6-safe *,
#hl-magnesium-v6-safe *::before,
#hl-magnesium-v6-safe *::after {
  box-sizing: border-box;
}

#hl-magnesium-v6-safe {
  display: block;
  --hl-brown: #4A3427;
  --hl-dark: #241a14;
  --hl-text: #473b34;
  --hl-muted: #6f625a;
  --hl-paper: #fffaf4;
  --hl-soft: #f5efe7;
  --hl-line: rgba(74, 52, 39, 0.16);
  --hl-green: #758f52;
  --hl-teal: #547d7a;
  --hl-blue: #687f93;
  --hl-amber: #b57843;
  --hl-violet: #7b638f;

  width: 100%;
  margin: 0 auto 46px;
  color: var(--hl-text);
  font-family: Georgia, "Times New Roman", serif;
}

#hl-magnesium-v6-safe article,
#hl-magnesium-v6-safe header,
#hl-magnesium-v6-safe section,
#hl-magnesium-v6-safe footer,
#hl-magnesium-v6-safe div,
#hl-magnesium-v6-safe p,
#hl-magnesium-v6-safe h1,
#hl-magnesium-v6-safe h2,
#hl-magnesium-v6-safe h3 {
  font-family: inherit;
}

#hl-magnesium-v6-safe .hl-mg-hero {
  margin: 0 0 34px;
  padding: 42px 36px 38px;
  border: 1px solid var(--hl-line);
  border-radius: 28px;
  background:
    radial-gradient(circle at top right, rgba(117, 143, 82, 0.17), transparent 34%),
    radial-gradient(circle at bottom left, rgba(84, 125, 122, 0.10), transparent 32%),
    linear-gradient(180deg, #fffaf4 0%, #f3ece4 100%);
  text-align: center;
  box-shadow: 0 16px 42px rgba(74, 52, 39, 0.09);
}

#hl-magnesium-v6-safe .hl-mg-kicker {
  margin: 0 0 14px;
  color: var(--hl-green);
  font-size: 11.5px;
  line-height: 1.4;
  font-weight: 760;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

#hl-magnesium-v6-safe h1 {
  margin: 0 auto 12px;
  max-width: 820px;
  color: var(--hl-dark);
  font-size: clamp(36px, 5vw, 58px);
  line-height: 1.04;
  font-weight: 650;
  letter-spacing: -0.02em;
}

#hl-magnesium-v6-safe .hl-mg-subtitle {
  margin: 0 auto 16px;
  max-width: 780px;
  color: var(--hl-brown);
  font-size: clamp(19px, 2.4vw, 27px);
  line-height: 1.32;
  font-weight: 500;
}

#hl-magnesium-v6-safe .hl-mg-body {
  max-width: 840px;
  margin: 0 auto;
  padding: 0 4px;
}

#hl-magnesium-v6-safe h2 {
  margin: 38px 0 16px;
  color: var(--hl-dark);
  font-size: clamp(25px, 3.2vw, 35px);
  line-height: 1.18;
  font-weight: 650;
}

#hl-magnesium-v6-safe p {
  margin: 0 0 18px;
  color: var(--hl-text);
  font-size: 16.5px;
  line-height: 1.82;
}

#hl-magnesium-v6-safe .hl-mg-divider {
  width: 72px;
  height: 2px;
  margin: 34px auto 30px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--hl-brown), var(--hl-green), var(--hl-teal));
}

#hl-magnesium-v6-safe .hl-mg-visual-intro {
  max-width: 760px;
  margin: 36px auto 18px;
  text-align: center;
}

#hl-magnesium-v6-safe .hl-mg-visual-intro p {
  color: var(--hl-brown);
  font-size: 15.7px;
  line-height: 1.72;
}

#hl-magnesium-v6-safe .hl-mg-map {
  width: min(100%, 820px);
  margin: 22px auto 38px;
  padding: 26px 24px;
  border: 1px solid rgba(117, 143, 82, 0.28);
  border-radius: 24px;
  background:
    radial-gradient(circle at 12% 10%, rgba(117, 143, 82, 0.12), transparent 28%),
    radial-gradient(circle at 88% 86%, rgba(84, 125, 122, 0.10), transparent 26%),
    linear-gradient(180deg, #ffffff 0%, #f6f1e8 100%);
  box-shadow: 0 14px 34px rgba(74, 52, 39, 0.08);
}

#hl-magnesium-v6-safe .hl-mg-map-title {
  margin: 0 0 20px;
  color: var(--hl-dark);
  font-size: clamp(22px, 3vw, 30px);
  line-height: 1.25;
  font-weight: 650;
  text-align: center;
}

#hl-magnesium-v6-safe .hl-mg-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

#hl-magnesium-v6-safe .hl-mg-card {
  min-height: 210px;
  padding: 18px 15px;
  border: 1px solid rgba(74, 52, 39, 0.13);
  border-radius: 18px;
  background: rgba(255, 253, 248, 0.78);
  text-align: center;
}

#hl-magnesium-v6-safe .hl-mg-pill {
  width: 70px;
  height: 70px;
  margin: 0 auto 13px;
  border-radius: 23px;
  display: grid;
  place-items: center;
  color: #ffffff;
  font-size: 21px;
  font-weight: 800;
  box-shadow: 0 10px 22px rgba(74, 52, 39, 0.10);
}

#hl-magnesium-v6-safe .hl-mg-pill.green { background: var(--hl-green); }
#hl-magnesium-v6-safe .hl-mg-pill.blue { background: var(--hl-blue); }
#hl-magnesium-v6-safe .hl-mg-pill.amber { background: var(--hl-amber); }
#hl-magnesium-v6-safe .hl-mg-pill.teal { background: var(--hl-teal); }
#hl-magnesium-v6-safe .hl-mg-pill.violet { background: var(--hl-violet); }
#hl-magnesium-v6-safe .hl-mg-pill.muted { background: #9e958e; }

#hl-magnesium-v6-safe .hl-mg-card h3 {
  margin: 0 0 8px;
  color: var(--hl-dark);
  font-size: 17px;
  line-height: 1.28;
  font-weight: 720;
}

#hl-magnesium-v6-safe .hl-mg-card p {
  margin: 0;
  color: var(--hl-muted);
  font-size: 13.2px;
  line-height: 1.52;
}

#hl-magnesium-v6-safe .hl-mg-note {
  margin: 20px auto 0;
  padding: 15px 17px;
  border-left: 4px solid var(--hl-green);
  border-radius: 16px;
  background: rgba(255, 253, 248, 0.78);
}

#hl-magnesium-v6-safe .hl-mg-note p {
  margin: 0;
  color: var(--hl-brown);
  font-size: 14.5px;
  line-height: 1.62;
}

#hl-magnesium-v6-safe .hl-mg-clinical {
  margin: 34px auto 0;
  padding: 26px 28px;
  border: 1px solid rgba(84, 125, 122, 0.25);
  border-radius: 22px;
  background: linear-gradient(180deg, #fbfffb 0%, #f3ece4 100%);
}

#hl-magnesium-v6-safe .hl-mg-clinical h2 {
  margin-top: 0;
}

#hl-magnesium-v6-safe .hl-mg-signature {
  margin: 42px auto 0;
  padding: 20px 22px;
  text-align: center;
  border-top: 1px solid var(--hl-line);
  color: var(--hl-muted);
  font-size: 13px;
  line-height: 1.65;
}

@media (max-width: 780px) {
  #hl-magnesium-v6-safe {
    width: 100%;
    max-width: none;
  }

  #hl-magnesium-v6-safe .hl-mg-hero {
    padding: 34px 20px 30px;
    border-radius: 22px;
  }

  #hl-magnesium-v6-safe .hl-mg-body {
    max-width: none;
    padding: 0 16px;
  }

  #hl-magnesium-v6-safe .hl-mg-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  #hl-magnesium-v6-safe .hl-mg-card {
    min-height: auto;
  }

  #hl-magnesium-v6-safe p {
    font-size: 15.7px;
    line-height: 1.78;
  }

  #hl-magnesium-v6-safe .hl-mg-map,
  #hl-magnesium-v6-safe .hl-mg-clinical {
    border-radius: 20px;
    padding: 22px 16px;
  }
}

@media (max-width: 420px) {
  #hl-magnesium-v6-safe .hl-mg-body {
    padding: 0 14px;
  }

  #hl-magnesium-v6-safe .hl-mg-hero {
    padding: 30px 16px 28px;
  }
}

#hl-magnesium-v6-safe [data-l] {
  display: none;
}

#hl-magnesium-v6-safe:not(.hl-lang-ready) [data-l="en"] {
  display: block;
}

#hl-magnesium-v6-safe.hl-lang-ready [data-l].on {
  display: block;
}
</style>
<div id="hl-magnesium-v6-safe" class="notranslate" translate="no">
<article data-l="en">
<header class="hl-mg-hero">
    <p class="hl-mg-kicker">Nutrition · Evidence-based review · Health & Life</p> 
    <h1>Magnesium and physiological regulation</h1>
    <p class="hl-mg-subtitle">Why not all forms of magnesium act the same way in the body</p> 
  </header>

  <div class="hl-mg-body">
    <section>
<p>Magnesium is today one of the most widely used minerals in relation to fatigue, muscle tension, sustained stress and sleep disturbances. This association has a clear physiological basis, but it has also encouraged an overly simplified view of the mineral. For a long time, its role in the organism was not well understood. Historically, it was confused with other mineral compounds, especially calcium, and this delayed a more precise understanding of its real function in the body.</p> 
<p>In 1755, the Scottish physician and chemist Joseph Black studied magnesia alba, now identified mainly as magnesium carbonate, and compared it with other calcium compounds. When he studied how these compounds reacted with acids and what changes occurred under heat, Black established that they were different substances. This work helped separate, from a chemical point of view, the world of calcium from the world of magnesium.</p> 
<p>Later, in 1808, Humphry Davy succeeded in isolating magnesium in a purer form. Its real importance within the organism became clearer during the twentieth century, when biochemistry began to show that magnesium was also a component involved in central processes of cellular regulation.</p> 
</section><div class="hl-mg-divider"></div><section><h2>How magnesium acts in the body</h2>
<p>Magnesium is the fourth most abundant mineral in the human body and participates in more than 300 enzymatic reactions. Many biochemical processes depend on magnesium in order to function correctly.</p> 
<p>One of the most important examples is cellular energy. ATP, the main energy molecule of the organism, needs to bind to magnesium in order to become biologically functional.</p> 
<p>Magnesium also participates in protein synthesis, in the formation of DNA and RNA, and in the regulation of muscle contraction and relaxation, including the heart muscle. This function helps explain why deficiency or low availability may be associated with muscle tension, cramps, fatigue or greater physical reactivity to stress.</p> 
<p>In the nervous system, magnesium is involved in the balance between excitation and regulation. It does not act as a sedative, but it may participate in mechanisms that help reduce excessive activation.</p> 
<p>It also plays a role in glucose regulation and insulin sensitivity. When metabolism is under strain, the availability of minerals involved in enzymatic reactions may become more important.</p> 
<p>From a structural point of view, about half of the body's magnesium is found in bone tissue, where it contributes to mineral structure. The rest is distributed mainly inside the cells and participates in regulatory processes.</p> 
</section><div class="hl-mg-divider"></div><section><h2>Magnesium deficiency</h2>
<p>Magnesium deficiency is not always easy to detect. Serum levels represent less than 1% of total body magnesium, which means that normal blood values do not necessarily rule out low availability at cellular or tissue level.</p> 
<p>Several studies indicate that part of the population does not reach an adequate magnesium intake. This situation may carry more weight during periods of sustained stress, poorly balanced nutrition, high physical or mental demand, digestive alterations, high alcohol consumption, use of certain medications or stages of greater physiological demand.</p> 
</section>
    <div class="hl-mg-visual-intro"><p>The visual map below summarises why the chemical form matters. Magnesium is the mineral, but the molecule attached to it changes tolerance, absorption and clinical use.</p> </div>
    <section class="hl-mg-map" aria-label="Visual map of magnesium forms and physiological use">
      <h2 class="hl-mg-map-title">Different forms, different uses</h2>
      <div class="hl-mg-grid">
<div class="hl-mg-card">
          <div class="hl-mg-pill green">Mg</div>
          <h3>Bisglycinate</h3>
          <p>Often considered when digestive tolerance, nervous system regulation, muscle tension or sleep quality are relevant.</p> 
        </div>
<div class="hl-mg-card">
          <div class="hl-mg-pill blue">Mg</div>
          <h3>L-threonate</h3>
          <p>Studied for its ability to influence magnesium levels in the central nervous system.</p> 
        </div>
<div class="hl-mg-card">
          <div class="hl-mg-pill amber">Mg</div>
          <h3>Malate</h3>
          <p>Related to energy metabolism through malic acid and often considered when fatigue is relevant.</p> 
        </div>
<div class="hl-mg-card">
          <div class="hl-mg-pill teal">Mg</div>
          <h3>Taurate</h3>
          <p>Combines magnesium with taurine and is usually discussed in relation to cardiovascular regulation.</p> 
        </div>
<div class="hl-mg-card">
          <div class="hl-mg-pill violet">Mg</div>
          <h3>Citrate</h3>
          <p>Can support intestinal transit through an osmotic effect and may suit some general supplementation contexts.</p> 
        </div>
<div class="hl-mg-card">
          <div class="hl-mg-pill muted">Mg</div>
          <h3>Oxide</h3>
          <p>Provides elemental magnesium, but usually has lower bioavailability and is often used for digestive purposes.</p> 
        </div>
</div>
      <div class="hl-mg-note"><p>The form of magnesium should be chosen according to purpose, digestive tolerance, dose and clinical context. A higher elemental amount does not always mean a better physiological response.</p> </div>
    </section>
    <section><h2>What research shows</h2>
<p>Scientific literature has gradually defined the role of magnesium in different areas of health. Low intake has been associated with a higher risk of metabolic syndrome, type 2 diabetes, hypertension and cardiovascular disease. These associations do not turn magnesium into a single answer to these processes, but they show that it participates in physiological pathways with metabolic and vascular relevance.</p> 
<p>Some studies have also observed a relationship between magnesium status and markers of inflammation or oxidative stress. When the body sustains inflammation, metabolic tension or a high oxidative burden, magnesium availability may influence part of its capacity to respond.</p> 
<p>In the case of sleep and the nervous system, the results are more moderate, but they have physiological coherence. Magnesium does not act as an acute intervention or as a sedative, but it may contribute to the conditions that allow better neuromuscular and nervous regulation within a broader process.</p> 
</section><div class="hl-mg-divider"></div><section><h2>Supplementation and clinical use</h2>
<p>Supplementation may be relevant when dietary intake does not cover requirements or when the body is going through a period of greater demand: sustained stress, poor recovery, frequent muscle tension, sleep disturbances, perimenopause or ageing, particularly when absorption is poorer.</p> 
<p>Treating magnesium as a single substance is one of the most common errors in its clinical use. The chemical form determines bioavailability, digestive tolerance and physiological reach. Bisglycinate, citrate and oxide are not interchangeable, and the choice should follow the person's needs and tolerance, not the elemental amount on the label. In people with kidney insufficiency or using certain medications, individual assessment is required before starting supplementation, as high doses can cause intestinal discomfort and the form used can modify tolerance.</p> 
<p>Diet remains the primary source. When supplementation is warranted, form, dose and clinical context are the relevant variables.</p> 
</section>
    <footer class="hl-mg-signature">Health & Life · Science and Consciousness · Nutrition and Biology</footer>
  </div>
</article>
<article data-l="ca">
<header class="hl-mg-hero">
    <p class="hl-mg-kicker">Nutrició · Revisió basada en evidència · Health & Life</p> 
    <h1>Magnesi i regulació fisiològica</h1>
    <p class="hl-mg-subtitle">Per què no totes les formes de magnesi actuen igual dins del cos</p> 
  </header>

  <div class="hl-mg-body">
    <section>
<p>El magnesi és avui un dels minerals més utilitzats en relació amb la fatiga, la tensió muscular, l'estrès sostingut i les alteracions del son. Aquesta associació té una base fisiològica clara, però també ha afavorit una visió massa simplificada del mineral. Durant molt temps, el seu paper dins l'organisme va quedar poc definit. Històricament, es va confondre amb altres compostos minerals, sobretot amb el calci, i això va retardar una comprensió més exacta de la seva funció real en el cos.</p> 
<p>L'any 1755, el metge i químic escocès Joseph Black va estudiar la magnesia alba, avui identificada principalment com a carbonat de magnesi, i la va comparar amb altres compostos de calci. En observar com reaccionaven aquests compostos amb els àcids i quins canvis tenien lloc sota l'efecte de la calor, Black va establir que eren substàncies diferents. Aquest treball va ajudar a separar, des del punt de vista químic, el món del calci del món del magnesi.</p> 
<p>Més endavant, el 1808, Humphry Davy va aconseguir aïllar el magnesi en una forma més pura. La seva importància real dins l'organisme es va fer més clara durant el segle XX, quan la bioquímica va començar a mostrar que el magnesi també intervenia en processos centrals de regulació cel·lular.</p> 
</section><div class="hl-mg-divider"></div><section><h2>Com actua el magnesi en el cos</h2>
<p>El magnesi és el quart mineral més abundant del cos humà i participa en més de 300 reaccions enzimàtiques. Molts processos bioquímics depenen del magnesi per funcionar correctament.</p> 
<p>Un dels exemples més importants és l'energia cel·lular. L'ATP, la principal molècula energètica de l'organisme, necessita unir-se al magnesi per esdevenir biològicament funcional.</p> 
<p>El magnesi també participa en la síntesi de proteïnes, en la formació d'ADN i ARN, i en la regulació de la contracció i relaxació muscular, inclòs el múscul cardíac. Aquesta funció ajuda a entendre per què una deficiència o una baixa disponibilitat poden associar-se amb tensió muscular, rampes, fatiga o més reactivitat física davant l'estrès.</p> 
<p>En el sistema nerviós, el magnesi intervé en l'equilibri entre excitació i regulació. No actua com un sedant, però pot participar en mecanismes que ajuden a reduir una activació excessiva.</p> 
<p>També té un paper en la regulació de la glucosa i la sensibilitat a la insulina. Quan el metabolisme treballa sota més càrrega, la disponibilitat de minerals implicats en reaccions enzimàtiques pot tenir més pes.</p> 
<p>Des d'un punt de vista estructural, aproximadament la meitat del magnesi corporal es troba en el teixit ossi, on contribueix a l'estructura mineral. La resta es distribueix principalment dins les cèl·lules i participa en processos reguladors.</p> 
</section><div class="hl-mg-divider"></div><section><h2>Deficiència de magnesi</h2>
<p>La deficiència de magnesi no sempre és fàcil de detectar. Els nivells sèrics representen menys de l'1% del magnesi corporal total, de manera que uns valors normals en sang no descarten necessàriament una baixa disponibilitat a nivell cel·lular o tissular.</p> 
<p>Diversos estudis indiquen que una part de la població no arriba a una ingesta adequada de magnesi. Aquesta situació pot tenir més pes durant períodes d'estrès sostingut, alimentació poc equilibrada, alta demanda física o mental, alteracions digestives, consum elevat d'alcohol, ús de determinats medicaments o etapes de més exigència fisiològica.</p> 
</section>
    <div class="hl-mg-visual-intro"><p>El mapa visual següent resumeix per què la forma química importa. El magnesi és el mineral, però la molècula que l'acompanya modifica la tolerància, l'absorció i l'ús clínic.</p> </div>
    <section class="hl-mg-map" aria-label="Visual map of magnesium forms and physiological use">
      <h2 class="hl-mg-map-title">Formes diferents, usos diferents</h2>
      <div class="hl-mg-grid">
<div class="hl-mg-card">
          <div class="hl-mg-pill green">Mg</div>
          <h3>Bisglicinat</h3>
          <p>Sovint es considera quan la tolerància digestiva, la regulació del sistema nerviós, la tensió muscular o la qualitat del son són rellevants.</p> 
        </div>
<div class="hl-mg-card">
          <div class="hl-mg-pill blue">Mg</div>
          <h3>L-treonat</h3>
          <p>S'ha estudiat per la seva capacitat d'influir en els nivells de magnesi dins del sistema nerviós central.</p> 
        </div>
<div class="hl-mg-card">
          <div class="hl-mg-pill amber">Mg</div>
          <h3>Malat</h3>
          <p>Relacionat amb el metabolisme energètic a través de l'àcid màlic i sovint considerat quan la fatiga és rellevant.</p> 
        </div>
<div class="hl-mg-card">
          <div class="hl-mg-pill teal">Mg</div>
          <h3>Taurat</h3>
          <p>Combina magnesi amb taurina i sol discutir-se en relació amb la regulació cardiovascular.</p> 
        </div>
<div class="hl-mg-card">
          <div class="hl-mg-pill violet">Mg</div>
          <h3>Citrat</h3>
          <p>Pot afavorir el trànsit intestinal per un efecte osmòtic i pot encaixar en alguns contextos de suplementació general.</p> 
        </div>
<div class="hl-mg-card">
          <div class="hl-mg-pill muted">Mg</div>
          <h3>Òxid</h3>
          <p>Aporta magnesi elemental, però sol tenir una biodisponibilitat més baixa i s'utilitza sovint en contextos digestius.</p> 
        </div>
</div>
      <div class="hl-mg-note"><p>La forma de magnesi s'hauria de triar segons l'objectiu, la tolerància digestiva, la dosi i el context clínic. Una quantitat elemental més alta no implica sempre una millor resposta fisiològica.</p> </div>
    </section>
    <section><h2>El que mostra la recerca</h2>
<p>La literatura científica ha anat definint el paper del magnesi en diferents àrees de salut. Una ingesta baixa s'ha associat amb més risc de síndrome metabòlica, diabetis tipus 2, hipertensió i malaltia cardiovascular. Aquestes associacions no converteixen el magnesi en una resposta única per a aquests processos, però mostren que participa en vies fisiològiques amb rellevància metabòlica i vascular.</p> 
<p>Alguns estudis també han observat una relació entre l'estat del magnesi i marcadors d'inflamació o estrès oxidatiu. Quan el cos sosté inflamació, tensió metabòlica o una càrrega oxidativa elevada, la disponibilitat de magnesi pot influir en part de la seva capacitat de resposta.</p> 
<p>En el cas del son i del sistema nerviós, els resultats són més moderats, però tenen coherència fisiològica. El magnesi no actua com una intervenció aguda ni com un sedant, però pot contribuir a les condicions que permeten una millor regulació neuromuscular i nerviosa dins d'un procés més ampli.</p> 
</section><div class="hl-mg-divider"></div><section><h2>Suplementació i ús clínic</h2>
<p>La suplementació pot ser rellevant quan la dieta no cobreix els requeriments o quan el cos travessa una etapa de més demanda: estrès sostingut, mala recuperació, tensió muscular freqüent, alteracions del son, perimenopausa o envelliment, sobretot quan l'absorció és pitjor.</p> 
<p>Tractar el magnesi com una sola substància és un dels errors més habituals en el seu ús clínic. La forma química determina la biodisponibilitat, la tolerància digestiva i l'abast fisiològic. Bisglicinat, citrat i òxid no són intercanviables, i l'elecció ha de seguir les necessitats i la tolerància de la persona, no la quantitat elemental de l'etiqueta. En persones amb insuficiència renal o que prenen determinats medicaments, cal una valoració individual abans de començar la suplementació, ja que les dosis altes poden causar molèsties intestinals i la forma triada pot modificar la tolerància.</p> 
<p>La dieta continua sent la primera font. Quan la suplementació està justificada, la forma, la dosi i el context clínic són les variables rellevants.</p> 
</section>
    <footer class="hl-mg-signature">Health & Life · Ciència i Consciència · Nutrició i Biologia</footer>
  </div>
</article>
<article data-l="es">
<header class="hl-mg-hero">
    <p class="hl-mg-kicker">Nutrición · Revisión basada en evidencia · Health & Life</p> 
    <h1>Magnesio y regulación fisiológica</h1>
    <p class="hl-mg-subtitle">Por qué no todas las formas de magnesio actúan igual dentro del cuerpo</p> 
  </header>

  <div class="hl-mg-body">
    <section>
<p>El magnesio es hoy uno de los minerales más utilizados en relación con la fatiga, la tensión muscular, el estrés sostenido y las alteraciones del sueño. Esta asociación tiene una base fisiológica clara, pero también ha favorecido una visión demasiado simplificada del mineral. Durante mucho tiempo, su papel en el organismo no se entendió con precisión. Históricamente, se confundió con otros compuestos minerales, sobre todo con el calcio, y eso retrasó una comprensión más exacta de su función real en el cuerpo.</p> 
<p>En 1755, el médico y químico escocés Joseph Black estudió la magnesia alba, hoy identificada principalmente como carbonato de magnesio, y la comparó con otros compuestos de calcio. Al observar cómo reaccionaban estos compuestos con los ácidos y qué cambios se producían bajo el efecto del calor, Black estableció que eran sustancias distintas. Este trabajo ayudó a separar, desde el punto de vista químico, el mundo del calcio del mundo del magnesio.</p> 
<p>Más adelante, en 1808, Humphry Davy logró aislar el magnesio en una forma más pura. Su importancia real dentro del organismo se hizo más clara durante el siglo XX, cuando la bioquímica empezó a mostrar que el magnesio también intervenía en procesos centrales de regulación celular.</p> 
</section><div class="hl-mg-divider"></div><section><h2>Cómo actúa el magnesio en el cuerpo</h2>
<p>El magnesio es el cuarto mineral más abundante del cuerpo humano y participa en más de 300 reacciones enzimáticas. Muchos procesos bioquímicos dependen del magnesio para funcionar correctamente.</p> 
<p>Uno de los ejemplos más importantes es la energía celular. El ATP, la principal molécula energética del organismo, necesita unirse al magnesio para convertirse en biológicamente funcional.</p> 
<p>El magnesio también participa en la síntesis de proteínas, en la formación de ADN y ARN, y en la regulación de la contracción y relajación muscular, incluido el músculo cardíaco. Esta función ayuda a entender por qué una deficiencia o una baja disponibilidad pueden asociarse con tensión muscular, calambres, fatiga o mayor reactividad física ante el estrés.</p> 
<p>En el sistema nervioso, el magnesio interviene en el equilibrio entre excitación y regulación. No actúa como un sedante, pero puede participar en mecanismos que ayudan a reducir una activación excesiva.</p> 
<p>También tiene un papel en la regulación de la glucosa y la sensibilidad a la insulina. Cuando el metabolismo trabaja con mayor carga, la disponibilidad de minerales implicados en reacciones enzimáticas puede tener más peso.</p> 
<p>Desde un punto de vista estructural, aproximadamente la mitad del magnesio corporal se encuentra en el tejido óseo, donde contribuye a la estructura mineral. El resto se distribuye principalmente dentro de las células y participa en procesos reguladores.</p> 
</section><div class="hl-mg-divider"></div><section><h2>Deficiencia de magnesio</h2>
<p>La deficiencia de magnesio no siempre es fácil de detectar. Los niveles séricos representan menos del 1% del magnesio corporal total, de modo que unos valores normales en sangre no descartan necesariamente una baja disponibilidad a nivel celular o tisular.</p> 
<p>Diversos estudios indican que una parte de la población no alcanza una ingesta adecuada de magnesio. Esta situación puede tener más peso durante periodos de estrés sostenido, alimentación poco equilibrada, alta demanda física o mental, alteraciones digestivas, consumo elevado de alcohol, uso de determinados medicamentos o etapas de mayor exigencia fisiológica.</p> 
</section>
    <div class="hl-mg-visual-intro"><p>El mapa visual siguiente resume por qué la forma química importa. El magnesio es el mineral, pero la molécula que lo acompaña modifica la tolerancia, la absorción y el uso clínico.</p> </div>
    <section class="hl-mg-map" aria-label="Visual map of magnesium forms and physiological use">
      <h2 class="hl-mg-map-title">Formas distintas, usos distintos</h2>
      <div class="hl-mg-grid">
<div class="hl-mg-card">
          <div class="hl-mg-pill green">Mg</div>
          <h3>Bisglicinato</h3>
          <p>Suele considerarse cuando la tolerancia digestiva, la regulación del sistema nervioso, la tensión muscular o la calidad del sueño son relevantes.</p> 
        </div>
<div class="hl-mg-card">
          <div class="hl-mg-pill blue">Mg</div>
          <h3>L-treonato</h3>
          <p>Se ha estudiado por su capacidad de influir en los niveles de magnesio dentro del sistema nervioso central.</p> 
        </div>
<div class="hl-mg-card">
          <div class="hl-mg-pill amber">Mg</div>
          <h3>Malato</h3>
          <p>Relacionado con el metabolismo energético a través del ácido málico y considerado a menudo cuando la fatiga es relevante.</p> 
        </div>
<div class="hl-mg-card">
          <div class="hl-mg-pill teal">Mg</div>
          <h3>Taurato</h3>
          <p>Combina magnesio con taurina y suele discutirse en relación con la regulación cardiovascular.</p> 
        </div>
<div class="hl-mg-card">
          <div class="hl-mg-pill violet">Mg</div>
          <h3>Citrato</h3>
          <p>Puede favorecer el tránsito intestinal por un efecto osmótico y encajar en algunos contextos de suplementación general.</p> 
        </div>
<div class="hl-mg-card">
          <div class="hl-mg-pill muted">Mg</div>
          <h3>Óxido</h3>
          <p>Aporta magnesio elemental, pero suele tener una biodisponibilidad más baja y se utiliza a menudo en contextos digestivos.</p> 
        </div>
</div>
      <div class="hl-mg-note"><p>La forma de magnesio debería elegirse según el objetivo, la tolerancia digestiva, la dosis y el contexto clínico. Una cantidad elemental más alta no implica siempre una mejor respuesta fisiológica.</p> </div>
    </section>
    <section><h2>Lo que muestra la investigación</h2>
<p>La literatura científica ha ido definiendo el papel del magnesio en distintas áreas de salud. Una ingesta baja se ha asociado con mayor riesgo de síndrome metabólico, diabetes tipo 2, hipertensión y enfermedad cardiovascular. Estas asociaciones no convierten el magnesio en una respuesta única para estos procesos, pero muestran que participa en vías fisiológicas con relevancia metabólica y vascular.</p> 
<p>Algunos estudios también han observado una relación entre el estado del magnesio y marcadores de inflamación o estrés oxidativo. Cuando el cuerpo sostiene inflamación, tensión metabólica o una carga oxidativa elevada, la disponibilidad de magnesio puede influir en parte de su capacidad de respuesta.</p> 
<p>En el caso del sueño y del sistema nervioso, los resultados son más moderados, pero tienen coherencia fisiológica. El magnesio no actúa como una intervención aguda ni como un sedante, pero puede contribuir a las condiciones que permiten una mejor regulación neuromuscular y nerviosa dentro de un proceso más amplio.</p> 
</section><div class="hl-mg-divider"></div><section><h2>Suplementación y uso clínico</h2>
<p>La suplementación puede ser relevante cuando la dieta no cubre los requerimientos o cuando el cuerpo atraviesa una etapa de mayor demanda: estrés sostenido, mala recuperación, tensión muscular frecuente, alteraciones del sueño, perimenopausia o envejecimiento, sobre todo cuando la absorción es peor.</p> 
<p>Tratar el magnesio como una sola sustancia es uno de los errores más habituales en su uso clínico. La forma química determina la biodisponibilidad, la tolerancia digestiva y el alcance fisiológico. Bisglicinato, citrato y óxido no son intercambiables, y la elección debe seguir las necesidades y la tolerancia de la persona, no la cantidad elemental de la etiqueta. En personas con insuficiencia renal o que toman determinados medicamentos, se requiere una valoración individual antes de iniciar la suplementación, ya que las dosis altas pueden causar molestias intestinales y la forma utilizada puede modificar la tolerancia.</p> 
<p>La dieta sigue siendo la primera fuente. Cuando la suplementación está justificada, la forma, la dosis y el contexto clínico son las variables relevantes.</p> 
</section>
    <footer class="hl-mg-signature">Health & Life · Ciencia y Conciencia · Nutrición y Biología</footer>
  </div>
</article>
<article data-l="de">
<header class="hl-mg-hero">
    <p class="hl-mg-kicker">Ernährung · Evidenzbasierte Übersicht · Health & Life</p> 
    <h1>Magnesium und physiologische Regulation</h1>
    <p class="hl-mg-subtitle">Warum nicht alle Magnesiumformen im Körper gleich wirken</p> 
  </header>

  <div class="hl-mg-body">
    <section>
<p>Magnesium gehört heute zu den am häufigsten verwendeten Mineralstoffen im Zusammenhang mit Müdigkeit, Muskelspannung, anhaltendem Stress und Schlafstörungen. Diese Verbindung hat eine klare physiologische Grundlage, hat aber auch eine zu stark vereinfachte Sicht auf den Mineralstoff begünstigt. Lange Zeit wurde seine Rolle im Organismus nicht präzise verstanden. Historisch wurde es mit anderen mineralischen Verbindungen verwechselt, vor allem mit Calcium, was ein genaueres Verständnis seiner tatsächlichen Funktion im Körper verzögerte.</p> 
<p>Im Jahr 1755 untersuchte der schottische Arzt und Chemiker Joseph Black die magnesia alba, heute hauptsächlich als Magnesiumcarbonat identifiziert, und verglich sie mit anderen Calciumverbindungen. Als er beobachtete, wie diese Verbindungen mit Säuren reagierten und welche Veränderungen unter Hitze entstanden, stellte Black fest, dass es sich um unterschiedliche Substanzen handelte. Diese Arbeit half, die Welt des Calciums chemisch von der Welt des Magnesiums zu trennen.</p> 
<p>Später, im Jahr 1808, gelang Humphry Davy die Isolierung von Magnesium in reinerer Form. Seine tatsächliche Bedeutung im Organismus wurde im 20. Jahrhundert klarer, als die Biochemie zu zeigen begann, dass Magnesium auch an zentralen Prozessen der zellulären Regulation beteiligt ist.</p> 
</section><div class="hl-mg-divider"></div><section><h2>Wie Magnesium im Körper wirkt</h2>
<p>Magnesium ist der vierthäufigste Mineralstoff im menschlichen Körper und beteiligt sich an mehr als 300 enzymatischen Reaktionen. Viele biochemische Prozesse sind auf Magnesium angewiesen, um korrekt abzulaufen.</p> 
<p>Ein besonders wichtiges Beispiel ist die zelluläre Energie. ATP, das wichtigste Energiemolekül des Organismus, muss an Magnesium gebunden sein, um biologisch funktionsfähig zu werden.</p> 
<p>Magnesium beteiligt sich auch an der Proteinsynthese, an der Bildung von DNA und RNA sowie an der Regulation von Muskelkontraktion und Muskelentspannung, einschließlich des Herzmuskels. Diese Funktion hilft zu verstehen, warum ein Mangel oder eine geringe Verfügbarkeit mit Muskelspannung, Krämpfen, Müdigkeit oder erhöhter körperlicher Reaktivität auf Stress verbunden sein kann.</p> 
<p>Im Nervensystem ist Magnesium am Gleichgewicht zwischen Erregung und Regulation beteiligt. Es wirkt nicht wie ein Beruhigungsmittel, kann aber an Mechanismen beteiligt sein, die eine übermäßige Aktivierung reduzieren.</p> 
<p>Außerdem spielt es eine Rolle bei der Glucoseregulation und der Insulinsensitivität. Wenn der Stoffwechsel stärker gefordert ist, kann die Verfügbarkeit von Mineralstoffen, die an enzymatischen Reaktionen beteiligt sind, mehr Gewicht bekommen.</p> 
<p>Aus struktureller Sicht befindet sich etwa die Hälfte des körpereigenen Magnesiums im Knochengewebe, wo es zur mineralischen Struktur beiträgt. Der Rest verteilt sich vor allem innerhalb der Zellen und beteiligt sich an regulierenden Prozessen.</p> 
</section><div class="hl-mg-divider"></div><section><h2>Magnesiummangel</h2>
<p>Magnesiummangel ist nicht immer leicht zu erkennen. Serumwerte machen weniger als 1% des gesamten Körpermagnesiums aus. Normale Blutwerte schließen daher eine geringe Verfügbarkeit auf Zell- oder Gewebeebene nicht zuverlässig aus.</p> 
<p>Mehrere Studien zeigen, dass ein Teil der Bevölkerung keine ausreichende Magnesiumzufuhr erreicht. Diese Situation kann in Phasen anhaltenden Stresses, unausgewogener Ernährung, hoher körperlicher oder mentaler Belastung, Verdauungsstörungen, hohem Alkoholkonsum, Einnahme bestimmter Medikamente oder erhöhter physiologischer Anforderungen mehr Gewicht bekommen.</p> 
</section>
    <div class="hl-mg-visual-intro"><p>Die folgende visuelle Karte fasst zusammen, warum die chemische Form wichtig ist. Magnesium ist der Mineralstoff, doch das daran gebundene Molekül verändert Verträglichkeit, Aufnahme und klinische Verwendung.</p> </div>
    <section class="hl-mg-map" aria-label="Visual map of magnesium forms and physiological use">
      <h2 class="hl-mg-map-title">Verschiedene Formen, verschiedene Anwendungen</h2>
      <div class="hl-mg-grid">
<div class="hl-mg-card">
          <div class="hl-mg-pill green">Mg</div>
          <h3>Bisglycinat</h3>
          <p>Wird häufig berücksichtigt, wenn Verdauungsverträglichkeit, Regulation des Nervensystems, Muskelspannung oder Schlafqualität relevant sind.</p> 
        </div>
<div class="hl-mg-card">
          <div class="hl-mg-pill blue">Mg</div>
          <h3>L-Threonat</h3>
          <p>Wurde im Hinblick auf seine Fähigkeit untersucht, Magnesiumspiegel im zentralen Nervensystem zu beeinflussen.</p> 
        </div>
<div class="hl-mg-card">
          <div class="hl-mg-pill amber">Mg</div>
          <h3>Malat</h3>
          <p>Steht über Apfelsäure mit dem Energiestoffwechsel in Verbindung und wird häufig bei relevanter Müdigkeit berücksichtigt.</p> 
        </div>
<div class="hl-mg-card">
          <div class="hl-mg-pill teal">Mg</div>
          <h3>Taurat</h3>
          <p>Kombiniert Magnesium mit Taurin und wird meist im Zusammenhang mit kardiovaskulärer Regulation diskutiert.</p> 
        </div>
<div class="hl-mg-card">
          <div class="hl-mg-pill violet">Mg</div>
          <h3>Citrat</h3>
          <p>Kann durch einen osmotischen Effekt die Darmtätigkeit unterstützen und in manchen allgemeinen Supplementierungskontexten passen.</p> 
        </div>
<div class="hl-mg-card">
          <div class="hl-mg-pill muted">Mg</div>
          <h3>Oxid</h3>
          <p>Liefert elementares Magnesium, hat aber meist eine niedrigere Bioverfügbarkeit und wird häufig in Verdauungskontexten eingesetzt.</p> 
        </div>
</div>
      <div class="hl-mg-note"><p>Die Magnesiumform sollte nach Ziel, Verdauungsverträglichkeit, Dosis und klinischem Kontext gewählt werden. Eine höhere elementare Menge bedeutet nicht automatisch eine bessere physiologische Antwort.</p> </div>
    </section>
    <section><h2>Was die Forschung zeigt</h2>
<p>Die wissenschaftliche Literatur hat die Rolle von Magnesium in verschiedenen Gesundheitsbereichen schrittweise präzisiert. Eine niedrige Zufuhr wurde mit einem höheren Risiko für metabolisches Syndrom, Typ-2-Diabetes, Bluthochdruck und kardiovaskuläre Erkrankungen verbunden. Diese Zusammenhänge machen Magnesium nicht zu einer Einzellösung für diese Prozesse, zeigen aber seine Beteiligung an physiologischen Wegen mit metabolischer und vaskulärer Relevanz.</p> 
<p>Einige Studien haben auch eine Beziehung zwischen Magnesiumstatus und Markern von Entzündung oder oxidativem Stress beobachtet. Wenn der Körper Entzündung, metabolische Spannung oder eine hohe oxidative Belastung trägt, kann die Magnesiumverfügbarkeit einen Teil seiner Antwortfähigkeit beeinflussen.</p> 
<p>Bei Schlaf und Nervensystem sind die Ergebnisse moderater, aber physiologisch nachvollziehbar. Magnesium wirkt nicht als akute Intervention oder Beruhigungsmittel, kann aber zu Bedingungen beitragen, die eine bessere neuromuskuläre und nervliche Regulation innerhalb eines breiteren Prozesses ermöglichen.</p> 
</section><div class="hl-mg-divider"></div><section><h2>Supplementierung und klinischer Einsatz</h2>
<p>Eine Supplementierung kann sinnvoll sein, wenn die Ernährung den Bedarf nicht deckt oder der Körper eine Phase höherer Anforderung durchläuft: anhaltender Stress, schlechte Erholung, häufige Muskelspannung, Schlafstörungen, Perimenopause oder Alterung, besonders wenn die Aufnahme schlechter ist.</p> 
<p>Magnesium als einheitliche Substanz zu behandeln ist einer der häufigsten Fehler in seinem klinischen Einsatz. Die chemische Form bestimmt Bioverfügbarkeit, Verdauungsverträglichkeit und physiologische Reichweite. Bisglycinat, Citrat und Oxid sind nicht austauschbar, und die Wahl sollte den Bedürfnissen und der Verträglichkeit der Person folgen, nicht der elementaren Menge auf dem Etikett. Bei Niereninsuffizienz oder Einnahme bestimmter Medikamente ist vor Beginn der Supplementierung eine individuelle Einschätzung erforderlich, da hohe Dosen Darmbeschwerden verursachen und die verwendete Form die Verträglichkeit beeinflussen kann.</p> 
<p>Die Ernährung bleibt die primäre Quelle. Wenn Supplementierung gerechtfertigt ist, sind Form, Dosis und klinischer Kontext die relevanten Variablen.</p> 
</section>
    <footer class="hl-mg-signature">Health & Life · Wissenschaft und Bewusstsein · Ernährung und Biologie</footer>
  </div>
</article>
</div>

<script>
(function() {
  function detectLang() {
    var supported = ['ca', 'es', 'en', 'de'];
    var path = (window.location.pathname || '').toLowerCase();
    var search = (window.location.search || '').toLowerCase();

    var pathMatch = path.match(/\/(ca|es|de|en)(\/|$)/);
    if (pathMatch && supported.indexOf(pathMatch[1]) !== -1) return pathMatch[1];

    var queryMatch = search.match(/[?&](lang|language|trp_language)=(ca|es|de|en)/);
    if (queryMatch && supported.indexOf(queryMatch[2]) !== -1) return queryMatch[2];

    return 'en';
  }

  function initMagnesiumArticle() {
    var block = document.getElementById('hl-magnesium-v6-safe');
    if (!block) return;

    var lang = detectLang();
    var articles = block.querySelectorAll('[data-l]');
    var active = block.querySelector('[data-l="' + lang + '"]') || block.querySelector('[data-l="en"]');

    articles.forEach(function(article) {
      article.classList.remove('on');
    });

    if (active) active.classList.add('on');
    block.classList.add('hl-lang-ready');
    block.setAttribute('data-current-lang', lang);
  }

  if (document.readyState === 'loading') {
    document.addEventListener('DOMContentLoaded', initMagnesiumArticle);
  } else {
    initMagnesiumArticle();
  }

  window.addEventListener('load', initMagnesiumArticle);
  setTimeout(initMagnesiumArticle, 800);
})();
</script></div>
			</div>
			</div>
				
				
				
				
			</div><div class="et_pb_row et_pb_row_7">
				<div class="et_pb_column et_pb_column_4_4 et_pb_column_7  et_pb_css_mix_blend_mode_passthrough et-last-child">
				
				
				
				
				<div class="et_pb_module et_pb_code et_pb_code_7">
				
				
				
				
				<div class="et_pb_code_inner"><style>
#hl-kraftreserve-card,
#hl-kraftreserve-card *,
#hl-kraftreserve-card *::before,
#hl-kraftreserve-card *::after {
  box-sizing: border-box;
}

#hl-kraftreserve-card {
  --hl-brown: #4A3427;
  --hl-dark: #2f2118;
  --hl-text: #56463a;
  --hl-muted: #77685f;
  --hl-paper: #fffaf3;
  --hl-line: rgba(74, 52, 39, 0.16);
  --hl-green: #758f52;
  --hl-teal: #13aaa8;
  --hl-gold: #c98c45;

  width: min(100%, 880px);
  margin: 42px auto;
  padding: 26px;
  border: 1px solid var(--hl-line);
  border-radius: 28px;
  background:
    radial-gradient(circle at 12% 10%, rgba(19, 170, 168, 0.14), transparent 28%),
    radial-gradient(circle at 88% 88%, rgba(201, 140, 69, 0.14), transparent 26%),
    linear-gradient(180deg, #fffaf3 0%, #f3ece3 100%);
  color: var(--hl-text);
  font-family: inherit;
  box-shadow: 0 18px 44px rgba(74, 52, 39, 0.12);
  overflow: hidden;
}

#hl-kraftreserve-card [data-l] {
  display: none;
}

#hl-kraftreserve-card [data-l].on {
  display: block;
}

#hl-kraftreserve-card .hl-kr-ad-row {
  display: flex;
  justify-content: center;
  margin: 0 0 20px;
  text-align: center;
}

#hl-kraftreserve-card .hl-kr-ad-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 24px;
  padding: 4px 13px;
  border: 1px solid rgba(117, 143, 82, 0.32);
  border-radius: 999px;
  background: rgba(255, 253, 249, 0.88);
  color: #647449;
  font-size: 10.5px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.035em;
}

#hl-kraftreserve-card .hl-kr-grid {
  display: grid;
  grid-template-columns: minmax(220px, 0.42fr) minmax(0, 1fr);
  gap: 0;
  overflow: hidden;
  border: 1px solid rgba(74, 52, 39, 0.13);
  border-radius: 24px;
  background: rgba(255, 253, 249, 0.82);
  box-shadow: 0 12px 30px rgba(74, 52, 39, 0.08);
}

#hl-kraftreserve-card .hl-kr-image-panel {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 320px;
  padding: 24px;
  background:
    radial-gradient(circle at center, rgba(255, 255, 255, 0.98), rgba(232, 227, 221, 0.78));
  border-right: 1px solid rgba(74, 52, 39, 0.10);
}

#hl-kraftreserve-card .hl-kr-image {
  display: block;
  width: 100%;
  max-width: 245px;
  height: auto;
  object-fit: contain;
  border-radius: 16px;
  filter: drop-shadow(0 14px 20px rgba(74, 52, 39, 0.16));
}

#hl-kraftreserve-card .hl-kr-content {
  display: flex;
  flex-direction: column;
  padding: 32px 30px 28px;
}

#hl-kraftreserve-card .hl-kr-kicker {
  margin: 0 0 12px;
  color: var(--hl-green);
  font-size: 11.5px;
  line-height: 1.4;
  font-weight: 750;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

#hl-kraftreserve-card .hl-kr-title {
  margin: 0 0 8px;
  color: var(--hl-dark);
  font-size: clamp(30px, 4.6vw, 46px);
  line-height: 1.03;
  font-weight: 680;
  letter-spacing: -0.02em;
}

#hl-kraftreserve-card .hl-kr-subtitle {
  margin: 0 0 18px;
  color: var(--hl-brown);
  font-size: clamp(18px, 2.5vw, 23px);
  line-height: 1.34;
  font-weight: 650;
}

#hl-kraftreserve-card .hl-kr-text {
  margin: 0 0 18px;
  color: var(--hl-text);
  font-size: 15.5px;
  line-height: 1.7;
}

#hl-kraftreserve-card .hl-kr-points {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 22px;
  padding: 0;
  list-style: none;
}

#hl-kraftreserve-card .hl-kr-points li {
  display: inline-flex;
  align-items: center;
  min-height: 31px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(117, 143, 82, 0.11);
  color: #5f7045;
  font-size: 12px;
  line-height: 1.25;
  font-weight: 700;
}

#hl-kraftreserve-card .hl-kr-button-row {
  margin-top: auto;
}

#hl-kraftreserve-card .hl-kr-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 12px 22px;
  border-radius: 999px;
  background: var(--hl-teal);
  color: #fffdf8 !important;
  text-decoration: none !important;
  font-size: 14px;
  line-height: 1.25;
  font-weight: 800;
  border: 1px solid var(--hl-teal);
  box-shadow: 0 9px 18px rgba(19, 170, 168, 0.18);
  transition: transform 0.16s ease, background 0.16s ease, border-color 0.16s ease;
}

#hl-kraftreserve-card .hl-kr-button:hover {
  transform: translateY(-1px);
  background: var(--hl-brown);
  border-color: var(--hl-brown);
}

#hl-kraftreserve-card .hl-kr-note {
  margin: 16px 0 0;
  color: var(--hl-muted);
  font-size: 11.3px;
  line-height: 1.55;
}

#hl-kraftreserve-card .hl-kr-disclosure {
  margin: 18px auto 0;
  max-width: 780px;
  padding-top: 16px;
  border-top: 1px solid rgba(74, 52, 39, 0.13);
  color: var(--hl-muted);
  font-size: 11.5px;
  line-height: 1.58;
  text-align: center;
}

@media (max-width: 760px) {
  #hl-kraftreserve-card {
    padding: 20px 15px;
    border-radius: 24px;
  }

  #hl-kraftreserve-card .hl-kr-grid {
    grid-template-columns: 1fr;
  }

  #hl-kraftreserve-card .hl-kr-image-panel {
    min-height: 250px;
    border-right: 0;
    border-bottom: 1px solid rgba(74, 52, 39, 0.10);
  }

  #hl-kraftreserve-card .hl-kr-image {
    max-width: 220px;
  }

  #hl-kraftreserve-card .hl-kr-content {
    padding: 26px 20px 24px;
  }

  #hl-kraftreserve-card .hl-kr-button {
    width: 100%;
  }
}
</style>

<div id="hl-kraftreserve-card" class="notranslate" translate="no">

  <section data-l="en">
    <div class="hl-kr-ad-row">
      <span class="hl-kr-ad-label">Advertisement / affiliate links</span>
    </div>

    <div class="hl-kr-grid">
      <div class="hl-kr-image-panel">
        <img decoding="async" class="hl-kr-image" src="https://healthandlifeonline.com/wp-content/uploads/2026/05/Kraft-Reserve-Magnesium-Komplex.jpg" alt="Naturtreu Kraftreserve Magnesium Complex">
      </div>

      <div class="hl-kr-content">
        <p class="hl-kr-kicker">Naturtreu · Health & Life selection</p> 
        <h2 class="hl-kr-title">Naturtreu Kraftreserve</h2>
        <p class="hl-kr-subtitle">Magnesium Complex</p> 
        <p class="hl-kr-text">A magnesium complex from Naturtreu with citrate, oxide, malate and bisglycinate. Health & Life includes it as a selected product for people who want to look at magnesium intake in relation to muscle function, the nervous system and energy metabolism.</p> 
        <ul class="hl-kr-points">
          <li>Citrate</li>
          <li>Malate</li>
          <li>Bisglycinate</li>
          <li>Four magnesium forms</li>
        </ul>
        <div class="hl-kr-button-row">
          <a class="hl-kr-button" href="https://naturtreu.de/products/kraftreserve-magnesium-komplex-hochdosiert-vegan?sca_ref=11284035.FBlnDf0GHq&#038;utm_source=affiliate&#038;utm_medium=uppromote&#038;utm_campaign=11284035&#038;utm_term=Affiliate-Experten_oLTC" target="_blank" rel="nofollow sponsored noopener noreferrer">View Naturtreu Kraftreserve</a>
        </div>
        <p class="hl-kr-note">Food supplements are not a substitute for a varied diet or individual assessment.</p> 
      </div>
    </div>

    <p class="hl-kr-disclosure">Affiliate disclosure: Health & Life may receive a commission if you buy through this link, at no extra cost to you. Please check the official Naturtreu page before purchase.</p> 
  </section>

  <section data-l="ca">
    <div class="hl-kr-ad-row">
      <span class="hl-kr-ad-label">Publicitat / enllaços d’afiliació</span>
    </div>

    <div class="hl-kr-grid">
      <div class="hl-kr-image-panel">
        <img decoding="async" class="hl-kr-image" src="https://healthandlifeonline.com/wp-content/uploads/2026/05/Kraft-Reserve-Magnesium-Komplex.jpg" alt="Naturtreu Kraftreserve Complex de magnesi">
      </div>

      <div class="hl-kr-content">
        <p class="hl-kr-kicker">Naturtreu · Selecció Health & Life</p> 
        <h2 class="hl-kr-title">Naturtreu Kraftreserve</h2>
        <p class="hl-kr-subtitle">Complex de magnesi</p> 
        <p class="hl-kr-text">Un complex de magnesi de Naturtreu amb citrat, òxid, malat i bisglicinat. Health & Life l’inclou com a producte seleccionat per a persones que volen revisar la ingesta de magnesi en relació amb la funció muscular, el sistema nerviós i el metabolisme energètic.</p> 
        <ul class="hl-kr-points">
          <li>Citrat</li>
          <li>Malat</li>
          <li>Bisglicinat</li>
          <li>Quatre formes de magnesi</li>
        </ul>
        <div class="hl-kr-button-row">
          <a class="hl-kr-button" href="https://naturtreu.de/products/kraftreserve-magnesium-komplex-hochdosiert-vegan?sca_ref=11284035.FBlnDf0GHq&#038;utm_source=affiliate&#038;utm_medium=uppromote&#038;utm_campaign=11284035&#038;utm_term=Affiliate-Experten_oLTC" target="_blank" rel="nofollow sponsored noopener noreferrer">Veure Naturtreu Kraftreserve</a>
        </div>
        <p class="hl-kr-note">Els complements alimentaris no substitueixen una alimentació variada ni una valoració individual.</p> 
      </div>
    </div>

    <p class="hl-kr-disclosure">Avís d’afiliació: Health & Life pot rebre una comissió si compres a través d’aquest enllaç, sense cap cost afegit per a tu. Revisa la pàgina oficial de Naturtreu abans de comprar.</p> 
  </section>

  <section data-l="es">
    <div class="hl-kr-ad-row">
      <span class="hl-kr-ad-label">Publicidad / enlaces de afiliación</span>
    </div>

    <div class="hl-kr-grid">
      <div class="hl-kr-image-panel">
        <img decoding="async" class="hl-kr-image" src="https://healthandlifeonline.com/wp-content/uploads/2026/05/Kraft-Reserve-Magnesium-Komplex.jpg" alt="Naturtreu Kraftreserve Complejo de magnesio">
      </div>

      <div class="hl-kr-content">
        <p class="hl-kr-kicker">Naturtreu · Selección Health & Life</p> 
        <h2 class="hl-kr-title">Naturtreu Kraftreserve</h2>
        <p class="hl-kr-subtitle">Complejo de magnesio</p> 
        <p class="hl-kr-text">Un complejo de magnesio de Naturtreu con citrato, óxido, malato y bisglicinato. Health & Life lo incluye como producto seleccionado para personas que quieren revisar la ingesta de magnesio en relación con la función muscular, el sistema nervioso y el metabolismo energético.</p> 
        <ul class="hl-kr-points">
          <li>Citrato</li>
          <li>Malato</li>
          <li>Bisglicinato</li>
          <li>Cuatro formas de magnesio</li>
        </ul>
        <div class="hl-kr-button-row">
          <a class="hl-kr-button" href="https://naturtreu.de/products/kraftreserve-magnesium-komplex-hochdosiert-vegan?sca_ref=11284035.FBlnDf0GHq&#038;utm_source=affiliate&#038;utm_medium=uppromote&#038;utm_campaign=11284035&#038;utm_term=Affiliate-Experten_oLTC" target="_blank" rel="nofollow sponsored noopener noreferrer">Ver Naturtreu Kraftreserve</a>
        </div>
        <p class="hl-kr-note">Los complementos alimenticios no sustituyen una alimentación variada ni una valoración individual.</p> 
      </div>
    </div>

    <p class="hl-kr-disclosure">Aviso de afiliación: Health & Life puede recibir una comisión si compras a través de este enlace, sin coste añadido para ti. Revisa la página oficial de Naturtreu antes de comprar.</p> 
  </section>

  <section data-l="de">
    <div class="hl-kr-ad-row">
      <span class="hl-kr-ad-label">Werbung / Affiliate-Links</span>
    </div>

    <div class="hl-kr-grid">
      <div class="hl-kr-image-panel">
        <img decoding="async" class="hl-kr-image" src="https://healthandlifeonline.com/wp-content/uploads/2026/05/Kraft-Reserve-Magnesium-Komplex.jpg" alt="Naturtreu Kraftreserve Magnesium-Komplex">
      </div>

      <div class="hl-kr-content">
        <p class="hl-kr-kicker">Naturtreu · Health & Life Auswahl</p> 
        <h2 class="hl-kr-title">Naturtreu Kraftreserve</h2>
        <p class="hl-kr-subtitle">Magnesium-Komplex</p> 
        <p class="hl-kr-text">Ein Magnesium-Komplex von Naturtreu mit Citrat, Oxid, Malat und Bisglycinat. Health & Life nimmt ihn als ausgewähltes Produkt für Menschen auf, die ihre Magnesiumzufuhr im Zusammenhang mit Muskelfunktion, Nervensystem und Energiestoffwechsel betrachten möchten.</p> 
        <ul class="hl-kr-points">
          <li>Citrat</li>
          <li>Malat</li>
          <li>Bisglycinat</li>
          <li>Vier Magnesiumformen</li>
        </ul>
        <div class="hl-kr-button-row">
          <a class="hl-kr-button" href="https://naturtreu.de/products/kraftreserve-magnesium-komplex-hochdosiert-vegan?sca_ref=11284035.FBlnDf0GHq&#038;utm_source=affiliate&#038;utm_medium=uppromote&#038;utm_campaign=11284035&#038;utm_term=Affiliate-Experten_oLTC" target="_blank" rel="nofollow sponsored noopener noreferrer">Naturtreu Kraftreserve ansehen</a>
        </div>
        <p class="hl-kr-note">Nahrungsergänzungsmittel ersetzen keine abwechslungsreiche Ernährung oder individuelle Einschätzung.</p> 
      </div>
    </div>

    <p class="hl-kr-disclosure">Affiliate-Hinweis: Health & Life kann eine Provision erhalten, wenn du über diesen Link kaufst. Für dich entstehen keine zusätzlichen Kosten. Prüfe vor dem Kauf die offizielle Naturtreu-Seite.</p> 
  </section>

</div>

<script>
(function() {
  function normalizeLang(value) {
    return (value || '').toLowerCase().split(/[-_]/)[0];
  }

  function detectLang() {
    var supported = ['ca', 'es', 'en', 'de'];
    var pathMatch = window.location.pathname.toLowerCase().match(/\/(ca|es|en|de)(\/|$)/);

    if (pathMatch && supported.indexOf(pathMatch[1]) !== -1) {
      return pathMatch[1];
    }

    var queryMatch = window.location.search.toLowerCase().match(/[?&]lang=(ca|es|en|de)/);
    if (queryMatch && supported.indexOf(queryMatch[1]) !== -1) {
      return queryMatch[1];
    }

    var htmlLang = normalizeLang(document.documentElement.getAttribute('lang'));
    if (supported.indexOf(htmlLang) !== -1) {
      return htmlLang;
    }

    return 'en';
  }

  function initKraftreserveCard() {
    var block = document.getElementById('hl-kraftreserve-card');
    if (!block) return;

    var lang = detectLang();
    var sections = block.querySelectorAll('[data-l]');
    var activeSection = block.querySelector('[data-l="' + lang + '"]');

    if (!activeSection) {
      activeSection = block.querySelector('[data-l="en"]');
    }

    sections.forEach(function(section) {
      section.classList.remove('on');
    });

    if (activeSection) {
      activeSection.classList.add('on');
    }
  }

  if (document.readyState === 'loading') {
    document.addEventListener('DOMContentLoaded', initKraftreserveCard);
  } else {
    initKraftreserveCard();
  }
})();
</script></div>
			</div>
			</div>
				
				
				
				
			</div>
				
				
			</div>
]]></content:encoded>
					
					<wfw:commentRss>https://healthandlifeonline.com/magnesium-physiological-regulation-forms-bioavailability/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>The Body Speaks: Educational Health Comics</title>
		<link>https://healthandlifeonline.com/the-body-speaks-educational-health-comics/</link>
					<comments>https://healthandlifeonline.com/the-body-speaks-educational-health-comics/#respond</comments>
		
		<dc:creator><![CDATA[Olga]]></dc:creator>
		<pubDate>Wed, 27 May 2026 14:23:13 +0000</pubDate>
				<category><![CDATA[Entertainment]]></category>
		<category><![CDATA[body awareness]]></category>
		<category><![CDATA[body listening]]></category>
		<category><![CDATA[body signals]]></category>
		<category><![CDATA[chronic fatigue]]></category>
		<category><![CDATA[emotional health]]></category>
		<category><![CDATA[Health & Life]]></category>
		<category><![CDATA[health education]]></category>
		<category><![CDATA[holistic health]]></category>
		<category><![CDATA[integrative health]]></category>
		<category><![CDATA[mind body health]]></category>
		<category><![CDATA[mini health comics]]></category>
		<category><![CDATA[nervous system]]></category>
		<category><![CDATA[nervous system regulation]]></category>
		<category><![CDATA[recovery]]></category>
		<category><![CDATA[science and consciousness]]></category>
		<category><![CDATA[self awareness]]></category>
		<category><![CDATA[somatic awareness]]></category>
		<category><![CDATA[stress and recovery]]></category>
		<category><![CDATA[The Body Speaks]]></category>
		<category><![CDATA[wellness comics]]></category>
		<guid isPermaLink="false">https://healthandlifeonline.com/?p=102538</guid>

					<description><![CDATA[]]></description>
										<content:encoded><![CDATA[<p><div class="et_pb_section et_pb_section_5 et_section_regular" >
				
				
				
				
				
				
				<div class="et_pb_row et_pb_row_8">
				<div class="et_pb_column et_pb_column_4_4 et_pb_column_8  et_pb_css_mix_blend_mode_passthrough et-last-child">
				
				
				
				
				<div class="et_pb_module et_pb_code et_pb_code_8">
				
				
				
				
				<div class="et_pb_code_inner"><!-- Health & Life | Compact Fatigue Comic for Divi -->
<style>
  .hl-fatigue-comic {
    --hl-fatigue-ink: #24211e;
    --hl-fatigue-paper: #f6f1e8;
    --hl-fatigue-cream: #fbf8f0;
    --hl-fatigue-terracotta: #b57962;
    --hl-fatigue-olive: #8c9478;
    --hl-fatigue-blue-grey: #8999a0;
    --hl-fatigue-taupe: #b7aa9b;
    --hl-fatigue-soft-ink: rgba(36, 33, 30, 0.68);
    width: min(100% - 28px, 760px);
    margin: 22px auto;
    padding: 14px;
    background: var(--hl-fatigue-paper);
    border: 1.5px solid rgba(36, 33, 30, 0.48);
    color: var(--hl-fatigue-ink);
    font-family: Georgia, "Times New Roman", serif;
    line-height: 1.35;
    box-sizing: border-box;
  }

  .hl-fatigue-comic,
  .hl-fatigue-comic *,
  .hl-fatigue-comic *::before,
  .hl-fatigue-comic *::after,
  .hl-fatigue-quote,
  .hl-fatigue-quote *,
  .hl-fatigue-quote *::before,
  .hl-fatigue-quote *::after {
    box-sizing: border-box;
  }

  .hl-fatigue-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0;
  }

  .hl-fatigue-comic__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  .hl-fatigue-comic__panel {
    position: relative;
    min-height: 308px;
    padding: 16px 16px 14px;
    overflow: hidden;
    background: var(--hl-fatigue-cream);
    border: 1.6px solid var(--hl-fatigue-ink);
    border-radius: 2px 5px 3px 4px;
    opacity: 0;
    transform: translateY(8px);
    transition: opacity 700ms ease, transform 700ms ease, border-color 220ms ease, filter 220ms ease;
  }

  .hl-fatigue-comic__panel:nth-child(2) { border-radius: 4px 2px 5px 3px; }
  .hl-fatigue-comic__panel:nth-child(3) { border-radius: 3px 5px 2px 4px; }
  .hl-fatigue-comic__panel:nth-child(4) { border-radius: 5px 3px 4px 2px; }

  .hl-fatigue-comic__panel.is-visible {
    opacity: 1;
    transform: translateY(0);
  }

  .hl-fatigue-comic__panel:hover {
    border-color: rgba(36, 33, 30, 0.9);
    filter: contrast(1.035);
    transform: translateY(-2px);
  }

  .hl-fatigue-comic__dialog,
  .hl-fatigue-comic__message {
    position: relative;
    z-index: 2;
  }

  .hl-fatigue-comic__dialog {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 100%;
  }

  .hl-fatigue-comic__dialog--split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    align-items: start;
  }

  .hl-fatigue-bubble {
    position: relative;
    padding: 10px 12px;
    background: #fffdf8;
    border: 1.6px solid rgba(36, 33, 30, 0.86);
    border-radius: 18px;
    box-shadow: 0 6px 14px rgba(36, 33, 30, 0.08);
    color: var(--hl-fatigue-ink);
    font-size: clamp(0.95rem, 1.5vw, 1.08rem);
    line-height: 1.3;
  }

  .hl-fatigue-bubble::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 22px;
    width: 18px;
    height: 18px;
    background: #fffdf8;
    border-right: 1.6px solid rgba(36, 33, 30, 0.86);
    border-bottom: 1.6px solid rgba(36, 33, 30, 0.86);
    transform: rotate(35deg);
    border-bottom-right-radius: 5px;
  }

  .hl-fatigue-bubble--right::after {
    left: auto;
    right: 22px;
    transform: rotate(-35deg);
  }

  .hl-fatigue-bubble--soft {
    background: rgba(255, 252, 245, 0.96);
  }

  .hl-fatigue-comic__message {
    max-width: 92%;
    margin: 0;
    font-size: clamp(1rem, 1.62vw, 1.14rem);
    color: var(--hl-fatigue-ink);
  }

  .hl-fatigue-comic__art {
    position: absolute;
    inset: auto 10px 8px 10px;
    width: calc(100% - 20px);
    height: 185px;
    z-index: 1;
  }

  .hl-fatigue-comic__art path,
  .hl-fatigue-comic__art line,
  .hl-fatigue-comic__art polyline,
  .hl-fatigue-comic__art ellipse,
  .hl-fatigue-comic__art circle,
  .hl-fatigue-comic__art rect {
    vector-effect: non-scaling-stroke;
  }

  .hl-fatigue-comic__draw {
    fill: none;
    stroke: var(--hl-fatigue-ink);
    stroke-width: 2.15;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .hl-fatigue-comic__draw--thin {
    stroke-width: 1.35;
    opacity: 0.78;
  }

  .hl-fatigue-comic__draw--soft {
    stroke: var(--hl-fatigue-soft-ink);
    stroke-width: 1.4;
  }

  .hl-fatigue-comic__fill-terracotta {
    fill: var(--hl-fatigue-terracotta);
    opacity: 0.34;
    stroke: var(--hl-fatigue-ink);
    stroke-width: 1.35;
  }

  .hl-fatigue-comic__fill-olive {
    fill: var(--hl-fatigue-olive);
    opacity: 0.36;
    stroke: var(--hl-fatigue-ink);
    stroke-width: 1.3;
  }

  .hl-fatigue-comic__fill-blue {
    fill: var(--hl-fatigue-blue-grey);
    opacity: 0.32;
    stroke: var(--hl-fatigue-ink);
    stroke-width: 1.25;
  }

  .hl-fatigue-comic__fill-taupe {
    fill: var(--hl-fatigue-taupe);
    opacity: 0.34;
    stroke: var(--hl-fatigue-ink);
    stroke-width: 1.25;
  }

  .hl-fatigue-comic__ground {
    stroke: rgba(36, 33, 30, 0.32);
    stroke-width: 1.2;
    fill: none;
  }

  .hl-fatigue-comic__soft-line {
    stroke-dasharray: 120;
    stroke-dashoffset: 120;
  }

  .hl-fatigue-comic__panel.is-visible .hl-fatigue-comic__soft-line {
    animation: hl-fatigue-comic-draw 1.25s ease forwards;
    animation-delay: 220ms;
  }

  .hl-fatigue-comic__footer {
    margin-top: 12px;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.72rem;
    letter-spacing: 0.04em;
    color: rgba(36, 33, 30, 0.52);
  }

  @keyframes hl-fatigue-comic-draw {
    to { stroke-dashoffset: 0; }
  }

  .hl-fatigue-comic [data-hl-i18n] { display: none; }
  .hl-fatigue-comic[data-hl-lang="en"] [data-hl-i18n="en"],
  .hl-fatigue-comic[data-hl-lang="ca"] [data-hl-i18n="ca"],
  .hl-fatigue-comic[data-hl-lang="es"] [data-hl-i18n="es"],
  .hl-fatigue-comic[data-hl-lang="de"] [data-hl-i18n="de"] { display: inline; }

  .hl-fatigue-quote {
    max-width: 760px;
    margin: 22px auto 12px;
    padding: 0 14px;
    text-align: center;
    color: #24211e;
    font-family: Georgia, "Times New Roman", serif;
  }

  .hl-fatigue-quote [data-hl-i18n] { display: none; }
  .hl-fatigue-quote[data-hl-lang="en"] [data-hl-i18n="en"],
  .hl-fatigue-quote[data-hl-lang="ca"] [data-hl-i18n="ca"],
  .hl-fatigue-quote[data-hl-lang="es"] [data-hl-i18n="es"],
  .hl-fatigue-quote[data-hl-lang="de"] [data-hl-i18n="de"] { display: inline; }

  .hl-fatigue-quote__text {
    margin: 0;
    font-size: clamp(1.15rem, 2.2vw, 1.55rem);
    line-height: 1.35;
    font-style: italic;
    color: #2a211a;
  }

  .hl-fatigue-quote__author {
    margin: 8px 0 0;
    font-size: 0.86rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(36,33,30,0.55);
    font-family: Arial, Helvetica, sans-serif;
  }


  .hl-fatigue-comic__sign {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 0.08em;
    fill: var(--hl-fatigue-ink);
  }

  .hl-fatigue-comic__tiny-sign {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.05em;
    fill: rgba(36, 33, 30, 0.72);
  }

  .hl-fatigue-comic__sound {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 15px;
    font-weight: 700;
    fill: rgba(36, 33, 30, 0.70);
  }

  @media (max-width: 620px) {
    .hl-fatigue-comic {
      width: 100%;
      max-width: 100%;
      margin: 16px auto;
      padding: 10px;
    }

    .hl-fatigue-comic__grid {
      grid-template-columns: 1fr;
      gap: 12px;
    }

    .hl-fatigue-comic__panel {
      min-height: 300px;
      padding: 16px 16px 14px;
    }

    .hl-fatigue-comic__dialog--split {
      grid-template-columns: 1fr;
    }

    .hl-fatigue-comic__art {
      height: 178px;
    }
  }

  @media (prefers-reduced-motion: reduce) {
    .hl-fatigue-comic__panel,
    .hl-fatigue-comic__soft-line {
      animation: none !important;
      transition: none !important;
    }

    .hl-fatigue-comic__panel {
      opacity: 1;
      transform: none;
    }

    .hl-fatigue-comic__soft-line {
      stroke-dashoffset: 0;
    }
  }
</style>

<div class="hl-fatigue-quote notranslate" translate="no" data-hl-lang="en">
  <p class="hl-fatigue-quote__text">
    <span data-hl-i18n="en">“A body can keep going for a long time. Recovery is a different process.”</span>
    <span data-hl-i18n="ca">“El cos pot continuar durant molt temps. Recuperar-se és un altre procés.”</span>
    <span data-hl-i18n="es">“El cuerpo puede continuar durante mucho tiempo. Recuperarse es otro proceso.”</span>
    <span data-hl-i18n="de">“Der Körper kann lange weitermachen. Erholung ist ein anderer Prozess.”</span>
  </p> 
</div>

<main class="hl-fatigue-comic notranslate" translate="no" data-hl-lang="en" aria-label="Four-panel Health &#038; Life comic about fatigue, regulation and recovery">
  <section class="hl-fatigue-comic__grid" aria-label="Fatigue comic panels">
    <article class="hl-fatigue-comic__panel" aria-label="Panel 1: Two characters talk about fatigue">
      <div class="hl-fatigue-comic__dialog hl-fatigue-comic__dialog--split">
        <div class="hl-fatigue-bubble hl-fatigue-bubble--soft">
          <span data-hl-i18n="en">I feel tired all the time.</span>
          <span data-hl-i18n="ca">Em sento cansat sempre.</span>
          <span data-hl-i18n="es">Estoy cansado todo el tiempo.</span>
          <span data-hl-i18n="de">Ich bin ständig müde.</span>
        </div>
        <div class="hl-fatigue-bubble hl-fatigue-bubble--right">
          <span data-hl-i18n="en">Maybe you need vitamins.</span>
          <span data-hl-i18n="ca">Potser et falten vitamines.</span>
          <span data-hl-i18n="es">Quizá te faltan vitaminas.</span>
          <span data-hl-i18n="de">Vielleicht fehlen dir Vitamine.</span>
        </div>
      </div>
      <svg class="hl-fatigue-comic__art" viewBox="0 0 300 205" role="img" aria-label="A tired adult woman stands with dropped shoulders beside a quiet listening adult figure">
        <path class="hl-fatigue-comic__ground" d="M46 181 C98 176, 178 185, 252 179"></path>
        <path class="hl-fatigue-comic__fill-terracotta" d="M104 80 C94 109, 94 137, 99 165 C114 169, 132 168, 145 163 C146 129, 141 103, 130 80 C122 75, 112 75, 104 80 Z"></path>
        <path class="hl-fatigue-comic__draw" d="M116 69 C107 70, 101 63, 103 54 C105 45, 113 40, 122 43 C130 46, 135 53, 133 61 C131 69, 125 72, 116 69 Z"></path>
        <path class="hl-fatigue-comic__draw" d="M104 83 C93 95, 87 107, 77 119"></path>
        <path class="hl-fatigue-comic__draw" d="M130 82 C139 95, 146 109, 154 122"></path>
        <path class="hl-fatigue-comic__draw" d="M107 165 C103 176, 100 184, 96 193"></path>
        <path class="hl-fatigue-comic__draw" d="M138 164 C142 175, 146 183, 151 193"></path>
        <path class="hl-fatigue-comic__draw--thin" d="M112 57 C116 56, 120 56, 124 57"></path>
        <path class="hl-fatigue-comic__draw--thin" d="M114 63 C118 62, 123 62, 127 63"></path>
        <path class="hl-fatigue-comic__draw--thin hl-fatigue-comic__soft-line" d="M91 75 C85 71, 80 68, 75 64"></path>
        <path class="hl-fatigue-comic__fill-blue" d="M183 89 C174 114, 175 143, 183 166 C196 169, 210 168, 222 163 C221 133, 218 109, 207 88 C199 84, 190 84, 183 89 Z"></path>
        <path class="hl-fatigue-comic__draw" d="M194 77 C186 77, 181 72, 182 64 C183 56, 190 51, 198 53 C206 55, 211 61, 210 69 C209 75, 202 78, 194 77 Z"></path>
        <path class="hl-fatigue-comic__draw" d="M184 92 C174 105, 167 117, 160 132"></path>
        <path class="hl-fatigue-comic__draw" d="M207 91 C217 102, 223 113, 232 126"></path>
        <path class="hl-fatigue-comic__draw" d="M188 166 C184 176, 181 184, 177 193"></path>
        <path class="hl-fatigue-comic__draw" d="M216 164 C220 176, 224 184, 228 193"></path>
        <path class="hl-fatigue-comic__draw--thin" d="M188 64 C193 63, 198 63, 204 64"></path>
        <path class="hl-fatigue-comic__draw--thin" d="M190 70 C195 69, 201 69, 206 70"></path>
      </svg>
    </article>

    <article class="hl-fatigue-comic__panel" aria-label="Panel 2: The person keeps going instead of resting">
      <div class="hl-fatigue-comic__dialog">
        <div class="hl-fatigue-bubble hl-fatigue-bubble--soft">
          <span data-hl-i18n="en">I’m wiped out. I’ll rest when I finish everything.</span>
          <span data-hl-i18n="ca">Estic fet pols. Descansaré quan ho acabi tot.</span>
          <span data-hl-i18n="es">Estoy hecho polvo. Descansaré cuando termine todo.</span>
          <span data-hl-i18n="de">Ich bin fix und fertig. Ich ruhe mich aus, wenn ich alles fertig habe.</span>
        </div>
      </div>
      <svg class="hl-fatigue-comic__art" viewBox="0 0 300 205" role="img" aria-label="The same tired woman continues walking through her day with a bag and phone">
        <path class="hl-fatigue-comic__ground" d="M38 181 C98 186, 173 177, 260 182"></path>
        <path class="hl-fatigue-comic__fill-terracotta" d="M122 82 C112 107, 113 137, 122 163 C135 167, 151 166, 164 160 C162 128, 157 105, 144 82 C137 78, 128 78, 122 82 Z"></path>
        <path class="hl-fatigue-comic__draw" d="M132 70 C123 70, 118 64, 120 55 C122 48, 129 43, 137 45 C145 48, 150 54, 148 62 C146 69, 140 72, 132 70 Z"></path>
        <path class="hl-fatigue-comic__draw" d="M122 87 C110 99, 102 112, 92 126"></path>
        <path class="hl-fatigue-comic__draw" d="M144 86 C154 100, 163 109, 174 118"></path>
        <path class="hl-fatigue-comic__draw" d="M126 162 C119 174, 114 184, 108 194"></path>
        <path class="hl-fatigue-comic__draw" d="M158 160 C165 171, 172 180, 181 190"></path>
        <path class="hl-fatigue-comic__draw--thin" d="M127 57 C132 56, 138 56, 143 57"></path>
        <path class="hl-fatigue-comic__draw--thin" d="M128 64 C133 63, 139 63, 144 64"></path>
        <path class="hl-fatigue-comic__draw" d="M86 122 L75 154 C73 161, 78 167, 86 166 L105 165 C111 164, 115 158, 113 152 L101 124 Z"></path>
        <path class="hl-fatigue-comic__draw--thin" d="M87 122 C91 113, 99 112, 103 122"></path>
        <rect class="hl-fatigue-comic__fill-blue" x="174" y="104" width="18" height="28" rx="2"></rect>
        <path class="hl-fatigue-comic__draw--soft hl-fatigue-comic__soft-line" d="M54 147 C65 145, 75 146, 84 149"></path>
        <path class="hl-fatigue-comic__draw--soft hl-fatigue-comic__soft-line" d="M198 112 C210 110, 221 111, 232 114"></path>
        <path class="hl-fatigue-comic__fill-taupe" d="M221 141 C233 139, 246 141, 254 150 C249 160, 236 164, 224 160 C216 157, 213 148, 221 141 Z"></path>
      </svg>
    </article>

    <article class="hl-fatigue-comic__panel" aria-label="Panel 3: The person goes out at night despite exhaustion">
      <div class="hl-fatigue-comic__dialog">
        <div class="hl-fatigue-bubble hl-fatigue-bubble--soft">
          <span data-hl-i18n="en">I’m running on empty, but I already said I’d go out tonight.</span>
          <span data-hl-i18n="ca">Vaig sota mínims, però ja havia dit que sortiria aquesta nit.</span>
          <span data-hl-i18n="es">Voy bajo mínimos, pero ya había dicho que saldría esta noche.</span>
          <span data-hl-i18n="de">Ich laufe auf Reserve, aber ich habe schon gesagt, dass ich heute Abend weggehe.</span>
        </div>
      </div>
      <svg class="hl-fatigue-comic__art" viewBox="0 0 300 205" role="img" aria-label="The tired person stands inside a club with lights, music and other figures nearby">
        <path class="hl-fatigue-comic__ground" d="M38 181 C96 176, 176 186, 262 180"></path>

        <!-- Club sign -->
        <rect class="hl-fatigue-comic__fill-taupe" x="104" y="18" width="92" height="34" rx="5"></rect>
        <text class="hl-fatigue-comic__sign" x="150" y="41" text-anchor="middle">CLUB</text>
        <path class="hl-fatigue-comic__draw--thin" d="M104 54 C129 58, 169 58, 196 54"></path>

        <!-- Disco ball and light beams -->
        <circle class="hl-fatigue-comic__fill-blue" cx="238" cy="42" r="14"></circle>
        <path class="hl-fatigue-comic__draw--thin" d="M229 35 L247 49 M229 49 L247 35 M224 42 H252"></path>
        <path class="hl-fatigue-comic__draw--soft hl-fatigue-comic__soft-line" d="M238 57 C225 88, 203 116, 181 144"></path>
        <path class="hl-fatigue-comic__draw--soft hl-fatigue-comic__soft-line" d="M238 57 C248 92, 254 124, 260 154"></path>
        <text class="hl-fatigue-comic__sound" x="44" y="68">♪</text>
        <text class="hl-fatigue-comic__sound" x="263" y="86">♫</text>

        <!-- Main exhausted figure -->
        <path class="hl-fatigue-comic__fill-terracotta" d="M126 87 C116 111, 117 139, 126 163 C140 167, 156 166, 168 159 C166 128, 160 104, 147 87 C140 83, 132 83, 126 87 Z"></path>
        <path class="hl-fatigue-comic__draw" d="M136 74 C127 74, 122 68, 124 59 C126 51, 134 47, 142 49 C150 52, 154 58, 152 66 C150 73, 144 76, 136 74 Z"></path>
        <path class="hl-fatigue-comic__draw" d="M126 92 C116 104, 108 118, 98 132"></path>
        <path class="hl-fatigue-comic__draw" d="M148 92 C160 105, 169 117, 179 131"></path>
        <path class="hl-fatigue-comic__draw" d="M130 162 C125 174, 121 184, 116 194"></path>
        <path class="hl-fatigue-comic__draw" d="M162 160 C168 172, 174 181, 181 191"></path>
        <path class="hl-fatigue-comic__draw--thin" d="M130 61 C136 60, 143 61, 148 62"></path>
        <path class="hl-fatigue-comic__draw--thin" d="M131 67 C136 66, 142 66, 147 67"></path>
        <path class="hl-fatigue-comic__draw--soft hl-fatigue-comic__soft-line" d="M113 93 C106 111, 105 136, 114 153"></path>

        <!-- Background dancers -->
        <path class="hl-fatigue-comic__fill-blue" d="M62 112 C54 128, 55 145, 63 160 C73 164, 84 163, 92 158 C91 139, 87 124, 78 112 C73 109, 66 109, 62 112 Z"></path>
        <circle class="hl-fatigue-comic__draw" cx="71" cy="101" r="9"></circle>
        <path class="hl-fatigue-comic__draw" d="M62 116 C52 121, 45 128, 39 137"></path>
        <path class="hl-fatigue-comic__draw" d="M80 116 C92 120, 101 128, 108 139"></path>
        <path class="hl-fatigue-comic__draw" d="M66 160 C61 170, 57 180, 53 190"></path>
        <path class="hl-fatigue-comic__draw" d="M86 158 C93 168, 99 177, 106 187"></path>

        <path class="hl-fatigue-comic__fill-olive" d="M214 111 C206 128, 207 146, 216 160 C226 164, 238 162, 246 156 C244 136, 239 122, 229 111 C224 108, 218 108, 214 111 Z"></path>
        <circle class="hl-fatigue-comic__draw" cx="224" cy="100" r="9"></circle>
        <path class="hl-fatigue-comic__draw" d="M215 115 C205 121, 197 129, 190 140"></path>
        <path class="hl-fatigue-comic__draw" d="M231 114 C241 119, 250 126, 259 136"></path>
        <path class="hl-fatigue-comic__draw" d="M218 159 C214 171, 210 181, 206 192"></path>
        <path class="hl-fatigue-comic__draw" d="M240 156 C247 168, 253 178, 260 189"></path>

        <!-- Small bar cue -->
        <rect class="hl-fatigue-comic__fill-taupe" x="33" y="151" width="50" height="12" rx="2"></rect>
        <text class="hl-fatigue-comic__tiny-sign" x="58" y="160" text-anchor="middle">BAR</text>
</svg>
    </article>

    <article class="hl-fatigue-comic__panel" aria-label="Panel 4: Closing message">
      <p class="hl-fatigue-comic__message">
        <span data-hl-i18n="en">The body can keep going for a long time. Recovery is a different process.</span>
        <span data-hl-i18n="ca">El cos pot continuar durant molt temps. Recuperar-se és un altre procés.</span>
        <span data-hl-i18n="es">El cuerpo puede continuar durante mucho tiempo. Recuperarse es otro proceso.</span>
        <span data-hl-i18n="de">Der Körper kann lange weitermachen. Erholung ist ein anderer Prozess.</span>
      </p> 
      <svg class="hl-fatigue-comic__art" viewBox="0 0 300 205" role="img" aria-label="Two adult figures sit quietly in a calm space with a small plant nearby">
        <path class="hl-fatigue-comic__ground" d="M42 181 C104 177, 176 184, 256 179"></path>
        <path class="hl-fatigue-comic__draw" d="M77 146 C102 142, 128 143, 150 148"></path>
        <path class="hl-fatigue-comic__draw" d="M160 148 C185 143, 211 142, 235 146"></path>
        <path class="hl-fatigue-comic__fill-terracotta" d="M103 95 C94 115, 94 135, 103 153 C115 157, 131 157, 143 151 C142 126, 136 107, 126 95 C119 92, 110 92, 103 95 Z"></path>
        <path class="hl-fatigue-comic__draw" d="M113 84 C105 84, 100 78, 102 71 C104 64, 111 60, 119 62 C126 64, 130 70, 128 77 C127 83, 121 86, 113 84 Z"></path>
        <path class="hl-fatigue-comic__draw" d="M103 100 C94 112, 88 125, 82 140"></path>
        <path class="hl-fatigue-comic__draw" d="M127 99 C138 111, 146 122, 154 137"></path>
        <path class="hl-fatigue-comic__draw" d="M106 152 C101 164, 96 174, 91 187"></path>
        <path class="hl-fatigue-comic__draw" d="M138 151 C144 163, 149 174, 154 187"></path>
        <path class="hl-fatigue-comic__draw--thin" d="M108 73 C113 72, 119 72, 124 73"></path>
        <path class="hl-fatigue-comic__draw--thin" d="M109 78 C114 77, 120 77, 125 78"></path>
        <path class="hl-fatigue-comic__fill-blue" d="M181 98 C172 117, 172 137, 181 154 C192 158, 207 157, 218 151 C218 128, 213 110, 202 98 C196 95, 187 95, 181 98 Z"></path>
        <path class="hl-fatigue-comic__draw" d="M191 88 C184 88, 179 83, 181 76 C182 69, 189 65, 196 67 C203 69, 207 75, 205 81 C204 87, 198 90, 191 88 Z"></path>
        <path class="hl-fatigue-comic__draw" d="M181 103 C172 115, 166 127, 160 141"></path>
        <path class="hl-fatigue-comic__draw" d="M203 102 C214 113, 222 123, 230 136"></path>
        <path class="hl-fatigue-comic__draw" d="M184 153 C179 165, 175 176, 171 188"></path>
        <path class="hl-fatigue-comic__draw" d="M213 151 C219 163, 224 175, 229 187"></path>
        <path class="hl-fatigue-comic__draw--thin" d="M186 77 C191 76, 197 76, 202 77"></path>
        <path class="hl-fatigue-comic__draw--thin" d="M187 82 C192 81, 198 81, 203 82"></path>
        <path class="hl-fatigue-comic__draw--soft hl-fatigue-comic__soft-line" d="M143 92 C153 86, 164 84, 175 87"></path>
        <path class="hl-fatigue-comic__fill-olive" d="M251 150 C243 139, 246 127, 258 119 C263 132, 261 143, 251 150 Z"></path>
        <path class="hl-fatigue-comic__fill-olive" d="M252 151 C263 144, 275 146, 282 158 C269 163, 259 160, 252 151 Z"></path>
        <path class="hl-fatigue-comic__draw" d="M252 151 C251 164, 251 174, 249 188"></path>
        <path class="hl-fatigue-comic__draw--thin" d="M240 188 C247 186, 255 186, 263 188"></path>
      </svg>
    </article>
  </section>
  <footer class="hl-fatigue-comic__footer">
    <span data-hl-i18n="en">Health & Life · Science and Consciousness</span>
    <span data-hl-i18n="ca">Health & Life · Ciència i Consciència</span>
    <span data-hl-i18n="es">Health & Life · Ciencia y Conciencia</span>
    <span data-hl-i18n="de">Health & Life · Wissenschaft und Bewusstsein</span>
  </footer>
</main>

<script>
  (() => {
    function normalizeLang(value) {
      return (value || "").toLowerCase().replace("_", "-").split("-")[0];
    }

    function readCookie(name) {
      const parts = document.cookie ? document.cookie.split(";") : [];
      for (let i = 0; i < parts.length; i++) {
        const part = parts[i].trim();
        if (part.indexOf(name + "=") === 0) {
          return decodeURIComponent(part.substring(name.length + 1));
        }
      }
      return "";
    }

    function detectLang() {
      const supported = { en: 1, ca: 1, es: 1, de: 1 };
      const path = (window.location.pathname || "").toLowerCase();
      const search = (window.location.search || "").toLowerCase();

      const pathMatch = path.match(/\/(ca|es|de|en)(\/|$)/);
      if (pathMatch && supported[pathMatch[1]]) return pathMatch[1];

      const queryMatch = search.match(/[?&](lang|language|trp_language)=(ca|es|de|en)/);
      if (queryMatch && supported[queryMatch[2]]) return queryMatch[2];

      const bodyClass = document.body ? document.body.className.toLowerCase() : "";
      const classMatch = bodyClass.match(/(?:translatepress-|trp-language-|lang-|language-)(ca|es|de|en)/);
      if (classMatch && supported[classMatch[1]]) return classMatch[1];

      const cookieLang = normalizeLang(
        readCookie("trp_language") ||
        readCookie("pll_language") ||
        readCookie("wp-wpml_current_language")
      );
      if (supported[cookieLang]) return cookieLang;

      const htmlLang = normalizeLang(document.documentElement && document.documentElement.lang);
      if (supported[htmlLang]) return htmlLang;

      return "en";
    }

    function initFatigueComic() {
      const lang = detectLang();

      document.querySelectorAll(".hl-fatigue-comic, .hl-fatigue-quote").forEach((el) => {
        el.setAttribute("data-hl-lang", lang);
      });

      const panels = document.querySelectorAll(".hl-fatigue-comic__panel");

      if (!("IntersectionObserver" in window)) {
        panels.forEach((panel) => panel.classList.add("is-visible"));
        return;
      }

      const observer = new IntersectionObserver((entries) => {
        entries.forEach((entry) => {
          if (entry.isIntersecting) {
            const panel = entry.target;
            const index = Array.prototype.indexOf.call(panels, panel);
            window.setTimeout(() => panel.classList.add("is-visible"), index * 160);
            observer.unobserve(panel);
          }
        });
      }, { threshold: 0.18 });

      panels.forEach((panel) => observer.observe(panel));
    }

    if (document.readyState === "loading") {
      document.addEventListener("DOMContentLoaded", initFatigueComic);
    } else {
      initFatigueComic();
    }

    window.addEventListener("load", initFatigueComic);
    setTimeout(initFatigueComic, 600);
  })();
</script></div>
			</div>
			</div>
				
				
				
				
			</div><div class="et_pb_row et_pb_row_9">
				<div class="et_pb_column et_pb_column_4_4 et_pb_column_9  et_pb_css_mix_blend_mode_passthrough et-last-child">
				
				
				
				
				<div class="et_pb_module et_pb_code et_pb_code_9">
				
				
				
				
				<div class="et_pb_code_inner"><section class="hl-sleep-comic" aria-label="Health &#038; Life comic about sleep and recovery">
  <style>
    .hl-sleep-comic {
      --hl-sleep-ink: #24211e;
      --hl-sleep-paper: #f6f1e8;
      --hl-sleep-cream: #fbf8f0;
      --hl-sleep-terracotta: #b57962;
      --hl-sleep-olive: #8c9478;
      --hl-sleep-blue-grey: #8999a0;
      --hl-sleep-taupe: #b7aa9b;
      --hl-sleep-soft-ink: rgba(36, 33, 30, 0.68);
      box-sizing: border-box;
      width: min(100% - 28px, 760px);
      margin: 28px auto;
      padding: 18px;
      background: var(--hl-sleep-paper);
      border: 1.5px solid rgba(36, 33, 30, 0.48);
      color: var(--hl-sleep-ink);
      font-family: Georgia, "Times New Roman", serif;
      line-height: 1.35;
    }

    .hl-sleep-comic *,
    .hl-sleep-comic *::before,
    .hl-sleep-comic *::after {
      box-sizing: border-box;
    }

    .hl-sleep-comic__grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 14px;
    }

    .hl-sleep-comic__panel {
      position: relative;
      min-height: 286px;
      padding: 15px;
      overflow: hidden;
      background: var(--hl-sleep-cream);
      border: 1.6px solid var(--hl-sleep-ink);
      border-radius: 2px 5px 3px 4px;
      opacity: 0;
      transform: translateY(8px);
      transition:
        opacity 700ms ease,
        transform 700ms ease,
        border-color 220ms ease,
        filter 220ms ease;
    }

    .hl-sleep-comic__panel:nth-child(2) {
      border-radius: 4px 2px 5px 3px;
    }

    .hl-sleep-comic__panel:nth-child(3) {
      border-radius: 3px 5px 2px 4px;
    }

    .hl-sleep-comic__panel:nth-child(4) {
      border-radius: 5px 3px 4px 2px;
    }

    .hl-sleep-comic__panel.is-visible {
      opacity: 1;
      transform: translateY(0);
    }

    .hl-sleep-comic__panel:hover {
      border-color: rgba(36, 33, 30, 0.9);
      filter: contrast(1.035);
      transform: translateY(-2px);
    }

    .hl-sleep-comic__bubble {
      position: absolute;
      z-index: 3;
      max-width: 46%;
      margin: 0;
      padding: 8px 10px;
      background: rgba(251, 248, 240, 0.92);
      border: 1.35px solid rgba(36, 33, 30, 0.76);
      border-radius: 12px 10px 13px 9px;
      color: var(--hl-sleep-ink);
      font-size: clamp(0.82rem, 1.15vw, 0.96rem);
      letter-spacing: 0;
      line-height: 1.22;
    }

    .hl-sleep-comic__bubble::after {
      content: "";
      position: absolute;
      width: 16px;
      height: 12px;
      border-bottom: 1.25px solid rgba(36, 33, 30, 0.74);
      border-right: 1.25px solid rgba(36, 33, 30, 0.74);
      background: transparent;
      transform: rotate(34deg);
    }

    .hl-sleep-comic__bubble--left {
      top: 14px;
      left: 16px;
    }

    .hl-sleep-comic__bubble--left::after {
      left: 48px;
      bottom: -9px;
    }

    .hl-sleep-comic__bubble--right {
      top: 50px;
      right: 15px;
      max-width: 49%;
    }

    .hl-sleep-comic__bubble--right::after {
      right: 42px;
      bottom: -9px;
      transform: rotate(54deg);
    }

    .hl-sleep-comic__bubble--single {
      top: 18px;
      right: 20px;
      max-width: 58%;
      border-radius: 15px 12px 16px 13px;
    }

    .hl-sleep-comic__bubble--single::after {
      right: 54px;
      bottom: -10px;
      transform: rotate(48deg);
    }

    .hl-sleep-comic__final-message {
      position: relative;
      z-index: 3;
      max-width: 94%;
      margin: 0 auto;
      color: var(--hl-sleep-ink);
      font-size: clamp(0.98rem, 1.5vw, 1.12rem);
      letter-spacing: 0;
      line-height: 1.25;
      text-align: left;
    }

    .hl-sleep-comic__art {
      position: absolute;
      inset: auto 10px 8px 10px;
      z-index: 1;
      width: calc(100% - 20px);
      height: 205px;
    }

    .hl-sleep-comic__art path,
    .hl-sleep-comic__art line,
    .hl-sleep-comic__art polyline,
    .hl-sleep-comic__art ellipse,
    .hl-sleep-comic__art circle,
    .hl-sleep-comic__art rect {
      vector-effect: non-scaling-stroke;
    }

    .hl-sleep-comic__draw {
      fill: none;
      stroke: var(--hl-sleep-ink);
      stroke-width: 2.15;
      stroke-linecap: round;
      stroke-linejoin: round;
    }

    .hl-sleep-comic__draw--thin {
      stroke-width: 1.35;
      opacity: 0.78;
    }

    .hl-sleep-comic__draw--soft {
      stroke: var(--hl-sleep-soft-ink);
      stroke-width: 1.4;
      stroke-linecap: round;
      stroke-linejoin: round;
      fill: none;
    }

    .hl-sleep-comic__fill-terracotta {
      fill: var(--hl-sleep-terracotta);
      opacity: 0.34;
      stroke: var(--hl-sleep-ink);
      stroke-width: 1.35;
    }

    .hl-sleep-comic__fill-olive {
      fill: var(--hl-sleep-olive);
      opacity: 0.36;
      stroke: var(--hl-sleep-ink);
      stroke-width: 1.3;
    }

    .hl-sleep-comic__fill-blue {
      fill: var(--hl-sleep-blue-grey);
      opacity: 0.32;
      stroke: var(--hl-sleep-ink);
      stroke-width: 1.25;
    }

    .hl-sleep-comic__fill-taupe {
      fill: var(--hl-sleep-taupe);
      opacity: 0.34;
      stroke: var(--hl-sleep-ink);
      stroke-width: 1.25;
    }

    .hl-sleep-comic__ground {
      stroke: rgba(36, 33, 30, 0.32);
      stroke-width: 1.2;
      fill: none;
    }

    .hl-sleep-comic__soft-line {
      stroke-dasharray: 120;
      stroke-dashoffset: 120;
    }

    .hl-sleep-comic__panel.is-visible .hl-sleep-comic__soft-line {
      animation: hl-sleep-comic-draw 1.25s ease forwards;
      animation-delay: 220ms;
    }

    .hl-sleep-comic__footer {
      margin-top: 12px;
      text-align: center;
      font-family: Arial, Helvetica, sans-serif;
      font-size: 0.72rem;
      letter-spacing: 0.04em;
      color: rgba(36, 33, 30, 0.52);
    }

    @keyframes hl-sleep-comic-draw {
      to {
        stroke-dashoffset: 0;
      }
    }

    @media (max-width: 620px) {
      .hl-sleep-comic {
        width: min(100% - 20px, 420px);
        margin: 16px auto;
        padding: 12px;
      }

      .hl-sleep-comic__grid {
        grid-template-columns: 1fr;
        gap: 12px;
      }

      .hl-sleep-comic__panel {
        min-height: 310px;
        padding: 14px;
      }

      .hl-sleep-comic__art {
        height: 188px;
      }

      .hl-sleep-comic__bubble {
        max-width: 82%;
        font-size: 0.82rem;
        line-height: 1.2;
      }

      .hl-sleep-comic__bubble--left {
        top: 14px;
        left: 14px;
      }

      .hl-sleep-comic__bubble--right {
        top: 92px;
        right: 14px;
        max-width: 82%;
      }

      .hl-sleep-comic__bubble--single {
        max-width: 82%;
      }

      .hl-sleep-comic__final-message {
        max-width: 94%;
        font-size: clamp(0.98rem, 4vw, 1.16rem);
      }
    }

    @media (prefers-reduced-motion: reduce) {
      .hl-sleep-comic__panel,
      .hl-sleep-comic__soft-line {
        animation: none !important;
        transition: none !important;
      }

      .hl-sleep-comic__panel {
        opacity: 1;
        transform: none;
      }

      .hl-sleep-comic__soft-line {
        stroke-dashoffset: 0;
      }
    }
  </style>

  <div class="hl-sleep-comic__grid" aria-label="Sleep comic panels">
    <article class="hl-sleep-comic__panel" aria-label="Panel 1: Late-night television">
      <p class="hl-sleep-comic__bubble hl-sleep-comic__bubble--left" data-hl-sleep-key="p1a">Do you want to go to sleep?</p> 
      <p class="hl-sleep-comic__bubble hl-sleep-comic__bubble--right" data-hl-sleep-key="p1b">Yes, when this series is over.</p> 
      <svg class="hl-sleep-comic__art" viewBox="0 0 300 205" role="img" aria-label="Two recurring adult figures watch television late at night while a clock shows one a.m.">
        <path class="hl-sleep-comic__ground" d="M38 181 C96 176, 178 184, 260 179"></path>
        <rect class="hl-sleep-comic__fill-taupe" x="104" y="74" width="96" height="58" rx="2"></rect>
        <path class="hl-sleep-comic__draw" d="M112 82 C138 78, 166 79, 192 82"></path>
        <path class="hl-sleep-comic__draw" d="M112 124 C139 128, 166 127, 192 124"></path>
        <path class="hl-sleep-comic__draw" d="M147 132 L142 154"></path>
        <path class="hl-sleep-comic__draw" d="M157 132 L163 154"></path>
        <path class="hl-sleep-comic__draw--thin" d="M134 154 C147 151, 160 151, 174 154"></path>
        <circle class="hl-sleep-comic__fill-blue" cx="246" cy="62" r="20"></circle>
        <path class="hl-sleep-comic__draw--thin" d="M246 48 L246 62 L256 62"></path>
        <text x="231" y="94" fill="#24211e" font-family="Georgia, 'Times New Roman', serif" font-size="15">1:00</text>
        <path class="hl-sleep-comic__fill-terracotta" d="M77 116 C69 132, 69 151, 78 166 C91 169, 105 168, 116 163 C115 142, 110 126, 100 116 C93 113, 84 113, 77 116 Z"></path>
        <path class="hl-sleep-comic__draw" d="M87 105 C80 105, 75 100, 77 93 C78 86, 85 82, 93 84 C100 86, 104 92, 102 99 C101 104, 95 107, 87 105 Z"></path>
        <path class="hl-sleep-comic__draw" d="M78 120 C68 130, 61 141, 54 153"></path>
        <path class="hl-sleep-comic__draw" d="M100 120 C111 130, 118 141, 126 154"></path>
        <path class="hl-sleep-comic__draw" d="M80 166 C75 176, 72 184, 68 193"></path>
        <path class="hl-sleep-comic__draw" d="M110 164 C116 175, 121 184, 126 193"></path>
        <path class="hl-sleep-comic__draw--thin" d="M82 95 C87 94, 93 94, 98 95"></path>
        <path class="hl-sleep-comic__draw--thin" d="M83 100 C88 99, 94 99, 99 100"></path>
        <path class="hl-sleep-comic__fill-blue" d="M199 119 C190 137, 190 153, 199 168 C211 171, 225 170, 236 164 C235 143, 230 128, 219 119 C213 116, 205 116, 199 119 Z"></path>
        <path class="hl-sleep-comic__draw" d="M209 108 C202 108, 197 103, 199 96 C201 89, 208 85, 215 87 C222 89, 226 95, 224 101 C223 107, 217 110, 209 108 Z"></path>
        <path class="hl-sleep-comic__draw" d="M199 123 C190 132, 184 144, 178 156"></path>
        <path class="hl-sleep-comic__draw" d="M221 123 C232 133, 239 144, 246 157"></path>
        <path class="hl-sleep-comic__draw" d="M202 168 C198 178, 194 186, 190 194"></path>
        <path class="hl-sleep-comic__draw" d="M231 164 C237 176, 242 185, 247 193"></path>
        <path class="hl-sleep-comic__draw--thin" d="M204 98 C209 97, 215 97, 220 98"></path>
        <path class="hl-sleep-comic__draw--thin" d="M205 103 C210 102, 216 102, 221 103"></path>
        <path class="hl-sleep-comic__draw--soft hl-sleep-comic__soft-line" d="M66 78 C59 74, 53 70, 49 65"></path>
        <path class="hl-sleep-comic__draw--soft hl-sleep-comic__soft-line" d="M224 82 C232 78, 239 74, 245 69"></path>
      </svg>
    </article>

    <article class="hl-sleep-comic__panel" aria-label="Panel 2: Phone in bed">
      <p class="hl-sleep-comic__bubble hl-sleep-comic__bubble--single" data-hl-sleep-key="p2">Just five more minutes.</p> 
      <svg class="hl-sleep-comic__art" viewBox="0 0 300 205" role="img" aria-label="One recurring adult figure lies in bed chatting on the phone while a clock shows one thirty a.m.">
        <path class="hl-sleep-comic__ground" d="M42 181 C106 176, 174 184, 258 179"></path>
        <path class="hl-sleep-comic__fill-blue" d="M72 132 C111 122, 166 123, 222 135 L220 169 C169 174, 113 173, 68 167 Z"></path>
        <path class="hl-sleep-comic__draw" d="M64 168 C110 172, 172 175, 226 169"></path>
        <path class="hl-sleep-comic__draw" d="M70 132 C112 121, 164 122, 224 134"></path>
        <path class="hl-sleep-comic__fill-taupe" d="M75 113 C94 106, 116 108, 130 119 C118 129, 92 130, 72 123 Z"></path>
        <path class="hl-sleep-comic__fill-terracotta" d="M122 115 C111 130, 109 147, 118 159 C135 164, 153 163, 168 157 C168 138, 160 123, 145 113 C138 110, 128 111, 122 115 Z"></path>
        <path class="hl-sleep-comic__draw" d="M135 102 C127 102, 122 97, 124 90 C126 83, 133 79, 140 81 C148 84, 151 89, 150 96 C148 101, 143 104, 135 102 Z"></path>
        <path class="hl-sleep-comic__draw--thin" d="M129 92 C134 91, 140 91, 145 92"></path>
        <path class="hl-sleep-comic__draw--thin" d="M130 97 C135 96, 141 96, 146 97"></path>
        <path class="hl-sleep-comic__draw" d="M145 118 C159 121, 174 126, 188 135"></path>
        <rect class="hl-sleep-comic__fill-olive" x="184" y="119" width="18" height="30" rx="2"></rect>
        <circle class="hl-sleep-comic__fill-blue" cx="241" cy="65" r="20"></circle>
        <path class="hl-sleep-comic__draw--thin" d="M241 51 L241 65 L251 72"></path>
        <text x="225" y="97" fill="#24211e" font-family="Georgia, 'Times New Roman', serif" font-size="15">1:30</text>
        <path class="hl-sleep-comic__draw--soft hl-sleep-comic__soft-line" d="M202 118 C213 111, 222 104, 230 95"></path>
        <path class="hl-sleep-comic__draw--soft hl-sleep-comic__soft-line" d="M90 93 C83 88, 77 83, 72 77"></path>
      </svg>
    </article>

    <article class="hl-sleep-comic__panel" aria-label="Panel 3: Party crowd">
      <p class="hl-sleep-comic__bubble hl-sleep-comic__bubble--left" data-hl-sleep-key="p3a">Are you going to tomorrow night’s party too?</p> 
      <p class="hl-sleep-comic__bubble hl-sleep-comic__bubble--right" data-hl-sleep-key="p3b">Yes, of course.</p> 
      <svg class="hl-sleep-comic__art" viewBox="0 0 300 205" role="img" aria-label="The recurring adult figures dance among a muted crowd at a party">
        <path class="hl-sleep-comic__ground" d="M36 181 C102 176, 180 184, 262 179"></path>
        <path class="hl-sleep-comic__fill-taupe" d="M49 118 C43 134, 45 151, 54 164 C64 166, 75 165, 84 160 C82 139, 77 126, 67 117 C61 114, 54 115, 49 118 Z"></path>
        <path class="hl-sleep-comic__draw--thin" d="M58 107 C52 107, 48 102, 50 96 C52 90, 58 87, 64 89 C70 91, 73 96, 71 101 C70 106, 64 109, 58 107 Z"></path>
        <path class="hl-sleep-comic__fill-olive" d="M225 118 C218 135, 220 152, 230 164 C240 167, 252 166, 262 160 C260 140, 254 126, 244 117 C238 114, 231 115, 225 118 Z"></path>
        <path class="hl-sleep-comic__draw--thin" d="M235 107 C229 107, 225 102, 227 96 C229 90, 235 87, 241 89 C247 91, 250 96, 248 101 C247 106, 241 109, 235 107 Z"></path>
        <path class="hl-sleep-comic__fill-terracotta" d="M101 106 C92 128, 93 148, 104 164 C117 167, 132 166, 144 159 C143 134, 137 116, 125 105 C118 102, 108 102, 101 106 Z"></path>
        <path class="hl-sleep-comic__draw" d="M112 94 C104 94, 99 89, 101 81 C103 74, 110 70, 118 72 C125 75, 129 80, 128 87 C126 93, 120 96, 112 94 Z"></path>
        <path class="hl-sleep-comic__draw" d="M101 110 C88 101, 78 94, 67 86"></path>
        <path class="hl-sleep-comic__draw" d="M126 109 C138 119, 149 125, 162 130"></path>
        <path class="hl-sleep-comic__draw" d="M105 164 C99 175, 95 184, 90 194"></path>
        <path class="hl-sleep-comic__draw" d="M137 159 C145 169, 152 178, 160 188"></path>
        <path class="hl-sleep-comic__draw--thin" d="M107 84 C112 83, 118 83, 123 84"></path>
        <path class="hl-sleep-comic__draw--thin" d="M108 89 C113 88, 119 88, 124 89"></path>
        <path class="hl-sleep-comic__fill-blue" d="M166 108 C157 130, 158 149, 169 165 C181 168, 196 166, 208 160 C207 136, 201 118, 189 107 C182 104, 172 105, 166 108 Z"></path>
        <path class="hl-sleep-comic__draw" d="M177 96 C169 96, 164 91, 166 83 C168 76, 175 72, 183 74 C190 76, 194 82, 192 89 C191 95, 185 98, 177 96 Z"></path>
        <path class="hl-sleep-comic__draw" d="M167 112 C155 121, 145 128, 134 137"></path>
        <path class="hl-sleep-comic__draw" d="M190 111 C203 103, 214 95, 226 86"></path>
        <path class="hl-sleep-comic__draw" d="M170 165 C165 176, 161 185, 157 194"></path>
        <path class="hl-sleep-comic__draw" d="M202 160 C210 170, 216 179, 224 188"></path>
        <path class="hl-sleep-comic__draw--thin" d="M172 86 C177 85, 183 85, 188 86"></path>
        <path class="hl-sleep-comic__draw--thin" d="M173 91 C178 90, 184 90, 189 91"></path>
        <path class="hl-sleep-comic__draw--soft hl-sleep-comic__soft-line" d="M84 73 C93 68, 104 66, 115 68"></path>
        <path class="hl-sleep-comic__draw--soft hl-sleep-comic__soft-line" d="M190 70 C202 66, 215 67, 226 72"></path>
        <path class="hl-sleep-comic__draw--soft hl-sleep-comic__soft-line" d="M133 71 C142 66, 153 65, 163 69"></path>
      </svg>
    </article>

    <article class="hl-sleep-comic__panel" aria-label="Panel 4: Exhausted figure">
      <p class="hl-sleep-comic__final-message" data-hl-sleep-key="p4">If you ignore the need to sleep too often, the body stops recovering as it once did.</p> 
      <svg class="hl-sleep-comic__art" viewBox="0 0 300 205" role="img" aria-label="One recurring adult figure appears exhausted and depleted in a quiet space">
        <path class="hl-sleep-comic__ground" d="M48 181 C105 176, 181 184, 255 179"></path>
        <path class="hl-sleep-comic__fill-taupe" d="M126 101 C116 124, 116 149, 124 169 C139 174, 158 173, 172 166 C171 139, 165 116, 151 101 C144 97, 133 98, 126 101 Z"></path>
        <path class="hl-sleep-comic__draw" d="M138 89 C129 89, 124 83, 126 75 C128 67, 136 63, 144 66 C152 69, 156 75, 154 82 C152 88, 146 91, 138 89 Z"></path>
        <path class="hl-sleep-comic__draw" d="M126 106 C115 117, 107 131, 98 146"></path>
        <path class="hl-sleep-comic__draw" d="M151 105 C163 116, 170 130, 178 145"></path>
        <path class="hl-sleep-comic__draw" d="M130 168 C124 178, 120 186, 116 194"></path>
        <path class="hl-sleep-comic__draw" d="M165 166 C169 177, 173 185, 178 194"></path>
        <path class="hl-sleep-comic__draw--thin" d="M132 78 C137 77, 144 77, 150 78"></path>
        <path class="hl-sleep-comic__draw--thin" d="M133 84 C139 84, 145 85, 151 86"></path>
        <path class="hl-sleep-comic__draw--soft hl-sleep-comic__soft-line" d="M111 96 C102 91, 94 87, 86 81"></path>
        <path class="hl-sleep-comic__draw--soft hl-sleep-comic__soft-line" d="M176 96 C186 91, 195 86, 203 80"></path>
        <path class="hl-sleep-comic__draw--soft hl-sleep-comic__soft-line" d="M113 154 C126 158, 141 160, 156 158"></path>
        <path class="hl-sleep-comic__fill-blue" d="M205 130 C215 126, 226 129, 233 138 C226 148, 213 151, 203 146 C197 143, 198 134, 205 130 Z"></path>
        <path class="hl-sleep-comic__draw--thin" d="M210 146 C218 154, 222 163, 224 176"></path>
        <path class="hl-sleep-comic__draw--thin" d="M213 176 C220 174, 228 174, 235 176"></path>
      </svg>
    </article>
  </div>

  <footer class="hl-sleep-comic__footer" data-hl-sleep-key="footer">Health & Life · Science and Consciousness</footer>

  <script>
    (() => {
      const root = document.currentScript.closest(".hl-sleep-comic");
      if (!root || root.dataset.hlSleepReady === "true") return;
      root.dataset.hlSleepReady = "true";

      const translations = {
        en: {
          p1a: "Do you want to go to sleep?",
          p1b: "Yes, when this series is over.",
          p2: "Just five more minutes.",
          p3a: "Are you going to tomorrow night’s party too?",
          p3b: "Yes, of course.",
          p4: "If you ignore the need to sleep too often, the body stops recovering as it once did.",
          footer: "Health & Life · Science and Consciousness"
        },
        ca: {
          p1a: "Vols anar a dormir?",
          p1b: "Sí, quan s’acabi aquesta sèrie.",
          p2: "Només cinc minuts més.",
          p3a: "T’has apuntat també a la festa de demà al vespre?",
          p3b: "Sí, clar.",
          p4: "Si ignores massa sovint la necessitat de dormir, el cos deixa de recuperar-se com abans.",
          footer: "Health & Life · Ciència i Consciència"
        },
        es: {
          p1a: "¿Quieres ir a dormir?",
          p1b: "Sí, cuando termine esta serie.",
          p2: "Solo cinco minutos más.",
          p3a: "¿También te has apuntado a la fiesta de mañana por la noche?",
          p3b: "Sí, claro.",
          p4: "Si ignoras con demasiada frecuencia la necesidad de dormir, el cuerpo deja de recuperarse como antes.",
          footer: "Health & Life · Ciencia y Conciencia"
        },
        de: {
          p1a: "Willst du schlafen gehen?",
          p1b: "Ja, wenn diese Serie zu Ende ist.",
          p2: "Nur noch fünf Minuten.",
          p3a: "Gehst du morgen Abend auch zur Party?",
          p3b: "Ja, klar.",
          p4: "Wenn du das Bedürfnis zu schlafen zu oft ignorierst, erholt sich der Körper nicht mehr wie früher.",
          footer: "Health & Life · Wissenschaft und Bewusstsein"
        }
      };

      const normalizeLanguage = (value) => {
        const code = String(value || "").toLowerCase().split("-")[0];
        if (code === "ca" || code === "es" || code === "de" || code === "en") return code;
        return "";
      };

      const detectLanguage = () => {
        const fallbackLanguage = "en";
        const urlLanguage = normalizeLanguage(new URLSearchParams(window.location.search).get("lang"));

        const classLanguage = (() => {
          const classes = Array.from(document.body?.classList || []);
          const languageMap = {
            ca: ["translatepress-ca", "trp-language-ca", "lang-ca", "language-ca"],
            es: ["translatepress-es", "trp-language-es", "lang-es", "language-es"],
            de: ["translatepress-de", "trp-language-de", "lang-de", "language-de"],
            en: ["translatepress-en", "trp-language-en", "lang-en", "language-en"]
          };
          return Object.keys(languageMap).find((code) => languageMap[code].some((className) => classes.includes(className))) || "";
        })();

        const pathLanguage = (() => {
          const parts = window.location.pathname.toLowerCase().split("/").filter(Boolean);
          return parts.find((part) => ["ca", "es", "de", "en"].includes(part)) || "";
        })();

        let storedLanguage = "";
        try {
          storedLanguage = normalizeLanguage(window.localStorage && window.localStorage.getItem("hlComicLanguage"));
        } catch (error) {
          storedLanguage = "";
        }

        const pageLanguage = normalizeLanguage(root.closest("[lang]")?.getAttribute("lang") || document.documentElement.getAttribute("lang"));
        const browserLanguage = normalizeLanguage(navigator.languages?.[0] || navigator.language);

        return urlLanguage || classLanguage || pathLanguage || storedLanguage || pageLanguage || browserLanguage || fallbackLanguage;
      };

      const language = detectLanguage();
      root.setAttribute("lang", language);
      root.querySelectorAll("[data-hl-sleep-key]").forEach((element) => {
        const key = element.getAttribute("data-hl-sleep-key");
        element.textContent = translations[language][key] || translations.en[key] || "";
      });

      const panels = root.querySelectorAll(".hl-sleep-comic__panel");
      if (!("IntersectionObserver" in window)) {
        panels.forEach((panel) => panel.classList.add("is-visible"));
        return;
      }

      const observer = new IntersectionObserver((entries) => {
        entries.forEach((entry) => {
          if (entry.isIntersecting) {
            const panel = entry.target;
            const index = Array.from(panels).indexOf(panel);
            window.setTimeout(() => panel.classList.add("is-visible"), index * 180);
            observer.unobserve(panel);
          }
        });
      }, { threshold: 0.18 });

      panels.forEach((panel) => observer.observe(panel));
    })();
  </script>
</section></div>
			</div>
			</div>
				
				
				
				
			</div><div class="et_pb_row et_pb_row_10">
				<div class="et_pb_column et_pb_column_4_4 et_pb_column_10  et_pb_css_mix_blend_mode_passthrough et-last-child">
				
				
				
				
				<div class="et_pb_module et_pb_code et_pb_code_10">
				
				
				
				
				<div class="et_pb_code_inner"><section class="hl-food-comic" aria-label="Health &#038; Life comic about eating habits and the body">
  <style>
    .hl-food-comic {
      --hl-food-ink: #24211e;
      --hl-food-paper: #f6f1e8;
      --hl-food-cream: #fbf8f0;
      --hl-food-terracotta: #b57962;
      --hl-food-olive: #8c9478;
      --hl-food-blue-grey: #8999a0;
      --hl-food-taupe: #b7aa9b;
      --hl-food-soft-ink: rgba(36, 33, 30, 0.68);
      box-sizing: border-box;
      width: min(100% - 28px, 760px);
      margin: 28px auto;
      padding: 18px;
      background: var(--hl-food-paper);
      border: 1.5px solid rgba(36, 33, 30, 0.48);
      color: var(--hl-food-ink);
      font-family: Georgia, "Times New Roman", serif;
      line-height: 1.35;
    }

    .hl-food-comic *,
    .hl-food-comic *::before,
    .hl-food-comic *::after {
      box-sizing: border-box;
    }

    .hl-food-comic__grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 14px;
    }

    .hl-food-comic__panel {
      position: relative;
      min-height: 286px;
      padding: 15px;
      overflow: hidden;
      background: var(--hl-food-cream);
      border: 1.6px solid var(--hl-food-ink);
      border-radius: 2px 5px 3px 4px;
      opacity: 0;
      transform: translateY(8px);
      transition: opacity 700ms ease, transform 700ms ease, border-color 220ms ease, filter 220ms ease;
    }

    .hl-food-comic__panel:nth-child(2) { border-radius: 4px 2px 5px 3px; }
    .hl-food-comic__panel:nth-child(3) { border-radius: 3px 5px 2px 4px; }
    .hl-food-comic__panel:nth-child(4) { border-radius: 5px 3px 4px 2px; }

    .hl-food-comic__panel.is-visible {
      opacity: 1;
      transform: translateY(0);
    }

    .hl-food-comic__panel:hover {
      border-color: rgba(36, 33, 30, 0.9);
      filter: contrast(1.035);
      transform: translateY(-2px);
    }

    .hl-food-comic__bubble {
      position: absolute;
      z-index: 3;
      max-width: 54%;
      margin: 0;
      padding: 8px 10px;
      background: rgba(251, 248, 240, 0.92);
      border: 1.35px solid rgba(36, 33, 30, 0.76);
      border-radius: 12px 10px 13px 9px;
      color: var(--hl-food-ink);
      font-size: clamp(0.82rem, 1.15vw, 0.96rem);
      letter-spacing: 0;
      line-height: 1.22;
    }

    .hl-food-comic__bubble::after {
      content: "";
      position: absolute;
      width: 16px;
      height: 12px;
      border-bottom: 1.25px solid rgba(36, 33, 30, 0.74);
      border-right: 1.25px solid rgba(36, 33, 30, 0.74);
      background: transparent;
      transform: rotate(34deg);
    }

    .hl-food-comic__bubble--thought {
      top: 16px;
      right: 18px;
      max-width: 54%;
      border-radius: 18px 15px 17px 14px;
    }

    .hl-food-comic__bubble--thought::after {
      width: 8px;
      height: 8px;
      right: 44px;
      bottom: -15px;
      border: 1.2px solid rgba(36, 33, 30, 0.74);
      border-radius: 50%;
      transform: none;
      background: rgba(251, 248, 240, 0.92);
    }

    .hl-food-comic__bubble--single {
      top: 16px;
      left: 16px;
      max-width: 74%;
    }

    .hl-food-comic__bubble--single::after {
      left: 54px;
      bottom: -9px;
    }

    .hl-food-comic__bubble--left {
      top: 12px;
      left: 14px;
      max-width: 42%;
    }

    .hl-food-comic__bubble--left::after {
      left: 40px;
      bottom: -9px;
    }

    .hl-food-comic__bubble--center {
      top: 42px;
      left: 32%;
      max-width: 38%;
    }

    .hl-food-comic__bubble--center::after {
      left: 42px;
      bottom: -9px;
    }

    .hl-food-comic__bubble--right {
      top: 78px;
      right: 13px;
      max-width: 42%;
    }

    .hl-food-comic__bubble--right::after {
      right: 38px;
      bottom: -9px;
      transform: rotate(54deg);
    }

    .hl-food-comic__final-message {
      position: relative;
      z-index: 3;
      max-width: 94%;
      margin: 0 auto;
      color: var(--hl-food-ink);
      font-size: clamp(0.98rem, 1.5vw, 1.12rem);
      letter-spacing: 0;
      line-height: 1.25;
      text-align: left;
    }

    .hl-food-comic__art {
      position: absolute;
      inset: auto 10px 8px 10px;
      z-index: 1;
      width: calc(100% - 20px);
      height: 205px;
    }

    .hl-food-comic__art path,
    .hl-food-comic__art line,
    .hl-food-comic__art polyline,
    .hl-food-comic__art ellipse,
    .hl-food-comic__art circle,
    .hl-food-comic__art rect {
      vector-effect: non-scaling-stroke;
    }

    .hl-food-comic__draw {
      fill: none;
      stroke: var(--hl-food-ink);
      stroke-width: 2.15;
      stroke-linecap: round;
      stroke-linejoin: round;
    }

    .hl-food-comic__draw--thin {
      fill: none;
      stroke: var(--hl-food-ink);
      stroke-width: 1.35;
      stroke-linecap: round;
      stroke-linejoin: round;
      opacity: 0.78;
    }

    .hl-food-comic__draw--soft {
      fill: none;
      stroke: var(--hl-food-soft-ink);
      stroke-width: 1.4;
      stroke-linecap: round;
      stroke-linejoin: round;
    }

    .hl-food-comic__fill-terracotta {
      fill: var(--hl-food-terracotta);
      opacity: 0.34;
      stroke: var(--hl-food-ink);
      stroke-width: 1.35;
    }

    .hl-food-comic__fill-olive {
      fill: var(--hl-food-olive);
      opacity: 0.36;
      stroke: var(--hl-food-ink);
      stroke-width: 1.3;
    }

    .hl-food-comic__fill-blue {
      fill: var(--hl-food-blue-grey);
      opacity: 0.32;
      stroke: var(--hl-food-ink);
      stroke-width: 1.25;
    }

    .hl-food-comic__fill-taupe {
      fill: var(--hl-food-taupe);
      opacity: 0.34;
      stroke: var(--hl-food-ink);
      stroke-width: 1.25;
    }

    .hl-food-comic__ground {
      stroke: rgba(36, 33, 30, 0.32);
      stroke-width: 1.2;
      fill: none;
    }

    .hl-food-comic__soft-line {
      stroke-dasharray: 120;
      stroke-dashoffset: 120;
    }

    .hl-food-comic__panel.is-visible .hl-food-comic__soft-line {
      animation: hl-food-comic-draw 1.25s ease forwards;
      animation-delay: 220ms;
    }

    .hl-food-comic__footer {
      margin-top: 12px;
      text-align: center;
      font-family: Arial, Helvetica, sans-serif;
      font-size: 0.72rem;
      letter-spacing: 0.04em;
      color: rgba(36, 33, 30, 0.52);
    }

    @keyframes hl-food-comic-draw {
      to { stroke-dashoffset: 0; }
    }

    @media (max-width: 620px) {
      .hl-food-comic {
        width: min(100% - 20px, 420px);
        margin: 16px auto;
        padding: 12px;
      }

      .hl-food-comic__grid {
        grid-template-columns: 1fr;
        gap: 12px;
      }

      .hl-food-comic__panel {
        min-height: 330px;
        padding: 14px;
      }

      .hl-food-comic__art {
        height: 194px;
      }

      .hl-food-comic__bubble {
        max-width: 82%;
        font-size: 0.82rem;
        line-height: 1.2;
      }

      .hl-food-comic__bubble--thought,
      .hl-food-comic__bubble--single {
        top: 14px;
        left: 14px;
        right: auto;
        max-width: 82%;
      }

      .hl-food-comic__bubble--left {
        top: 12px;
        left: 14px;
        max-width: 72%;
      }

      .hl-food-comic__bubble--center {
        top: 66px;
        left: 24px;
        max-width: 78%;
      }

      .hl-food-comic__bubble--right {
        top: 122px;
        right: 14px;
        max-width: 78%;
      }

      .hl-food-comic__final-message {
        max-width: 94%;
        font-size: clamp(0.98rem, 4vw, 1.16rem);
      }
    }

    @media (prefers-reduced-motion: reduce) {
      .hl-food-comic__panel,
      .hl-food-comic__soft-line {
        animation: none !important;
        transition: none !important;
      }

      .hl-food-comic__panel {
        opacity: 1;
        transform: none;
      }

      .hl-food-comic__soft-line {
        stroke-dashoffset: 0;
      }
    }
  </style>

  <div class="hl-food-comic__grid" aria-label="Eating habits comic panels">
    <article class="hl-food-comic__panel" aria-label="Panel 1: Eating ultra-processed foods">
      <p class="hl-food-comic__bubble hl-food-comic__bubble--thought" data-hl-food-key="p1">Two donuts and a small croissant for breakfast. I love them.</p> 
      <svg class="hl-food-comic__art" viewBox="0 0 300 205" role="img" aria-label="The recurring adult character sits eating burgers, fries, sweets, pastries, snacks and a soft drink">
        <path class="hl-food-comic__ground" d="M38 181 C98 176, 178 185, 258 179"></path>
        <path class="hl-food-comic__draw" d="M50 151 C104 146, 172 147, 247 152"></path>
        <path class="hl-food-comic__draw" d="M62 151 L54 190"></path>
        <path class="hl-food-comic__draw" d="M234 152 L244 190"></path>

        <path class="hl-food-comic__fill-terracotta" d="M126 99 C112 125, 113 152, 126 170 C144 176, 166 175, 183 166 C182 138, 173 113, 154 99 C146 95, 135 95, 126 99 Z"></path>
        <path class="hl-food-comic__draw" d="M138 88 C130 88, 124 82, 126 74 C128 66, 136 62, 144 65 C152 68, 156 74, 154 81 C152 87, 146 90, 138 88 Z"></path>
        <path class="hl-food-comic__draw" d="M126 104 C115 116, 103 124, 92 132"></path>
        <path class="hl-food-comic__draw" d="M154 103 C169 109, 181 116, 194 126"></path>
        <path class="hl-food-comic__draw" d="M130 170 C124 179, 120 187, 116 194"></path>
        <path class="hl-food-comic__draw" d="M176 166 C182 177, 187 185, 192 194"></path>
        <path class="hl-food-comic__draw--thin" d="M132 77 C137 76, 144 76, 150 77"></path>
        <path class="hl-food-comic__draw--thin" d="M134 82 C139 84, 146 84, 151 82"></path>
        <path class="hl-food-comic__draw--soft hl-food-comic__soft-line" d="M117 143 C132 151, 153 153, 172 147"></path>

        <path class="hl-food-comic__fill-taupe" d="M64 131 C75 124, 91 125, 101 132 C99 141, 68 142, 64 131 Z"></path>
        <path class="hl-food-comic__draw--thin" d="M65 132 L101 132"></path>
        <path class="hl-food-comic__draw--thin" d="M70 125 C77 121, 89 121, 96 126"></path>

        <path class="hl-food-comic__fill-olive" d="M108 133 L139 129 L143 151 L111 153 Z"></path>
        <path class="hl-food-comic__draw--thin" d="M113 137 L137 134"></path>
        <path class="hl-food-comic__draw--thin" d="M115 143 L139 140"></path>
        <path class="hl-food-comic__draw--thin" d="M118 149 L137 146"></path>

        <circle class="hl-food-comic__fill-taupe" cx="206" cy="138" r="15"></circle>
        <circle class="hl-food-comic__draw--thin" cx="206" cy="138" r="6"></circle>
        <path class="hl-food-comic__fill-terracotta" d="M222 135 C232 129, 245 131, 253 139 C246 148, 232 151, 222 146 C216 143, 216 138, 222 135 Z"></path>
        <rect class="hl-food-comic__fill-blue" x="190" y="111" width="17" height="41" rx="2"></rect>
        <path class="hl-food-comic__draw--thin" d="M190 120 C195 118, 201 118, 207 120"></path>

        <path class="hl-food-comic__fill-olive" d="M78 104 L105 100 L112 119 L83 124 Z"></path>
        <path class="hl-food-comic__draw--thin" d="M84 109 C90 106, 98 106, 105 109"></path>
        <circle class="hl-food-comic__fill-taupe" cx="226" cy="107" r="11"></circle>
        <circle class="hl-food-comic__draw--thin" cx="226" cy="107" r="4"></circle>
        <path class="hl-food-comic__draw--thin" d="M194 126 C201 122, 209 122, 216 126"></path>
      </svg>
    </article>

    <article class="hl-food-comic__panel" aria-label="Panel 2: Supermarket choice">
      <p class="hl-food-comic__bubble hl-food-comic__bubble--single" data-hl-food-key="p2">For lunch, I’ll just have a double sausage sandwich, chips and a soft drink.</p> 
      <svg class="hl-food-comic__art" viewBox="0 0 300 205" role="img" aria-label="The recurring adult character chooses processed meats, ready-made foods, chips and a soft drink at a supermarket">
        <path class="hl-food-comic__ground" d="M36 181 C98 176, 177 184, 260 179"></path>
        <path class="hl-food-comic__draw" d="M42 68 L130 64 L130 172 L42 176 Z"></path>
        <path class="hl-food-comic__draw--thin" d="M52 93 C75 89, 100 89, 121 93"></path>
        <path class="hl-food-comic__draw--thin" d="M52 120 C76 116, 99 116, 121 120"></path>
        <path class="hl-food-comic__draw--thin" d="M52 148 C76 144, 100 144, 121 148"></path>

        <rect class="hl-food-comic__fill-taupe" x="57" y="77" width="28" height="14" rx="2"></rect>
        <path class="hl-food-comic__draw--thin" d="M62 84 C67 80, 75 80, 81 84"></path>
        <path class="hl-food-comic__fill-terracotta" d="M92 79 C101 75, 112 76, 120 82 C114 91, 99 93, 91 88 Z"></path>

        <path class="hl-food-comic__fill-olive" d="M58 103 L88 99 L95 119 L63 122 Z"></path>
        <path class="hl-food-comic__draw--thin" d="M64 109 C70 106, 80 106, 88 109"></path>
        <rect class="hl-food-comic__fill-blue" x="101" y="101" width="15" height="23" rx="2"></rect>

        <path class="hl-food-comic__fill-taupe" d="M59 131 C70 126, 84 127, 93 134 C86 142, 69 144, 59 140 Z"></path>
        <path class="hl-food-comic__draw--thin" d="M62 135 L90 134"></path>
        <path class="hl-food-comic__fill-terracotta" d="M98 132 C107 127, 120 129, 127 137 C120 146, 106 148, 97 143 Z"></path>

        <path class="hl-food-comic__fill-terracotta" d="M165 92 C154 118, 155 147, 166 167 C181 172, 199 171, 214 164 C213 136, 206 111, 191 92 C184 89, 172 89, 165 92 Z"></path>
        <path class="hl-food-comic__draw" d="M177 81 C168 81, 163 75, 165 67 C167 60, 175 56, 183 58 C191 61, 195 67, 193 74 C191 80, 185 83, 177 81 Z"></path>
        <path class="hl-food-comic__draw" d="M166 98 C153 109, 143 121, 132 134"></path>
        <path class="hl-food-comic__draw" d="M191 98 C203 107, 213 117, 224 128"></path>
        <path class="hl-food-comic__draw" d="M169 167 C164 178, 160 186, 156 194"></path>
        <path class="hl-food-comic__draw" d="M207 164 C213 176, 218 185, 224 194"></path>
        <path class="hl-food-comic__draw--thin" d="M171 70 C176 69, 183 69, 189 70"></path>
        <path class="hl-food-comic__draw--thin" d="M172 76 C178 75, 184 75, 190 76"></path>

        <path class="hl-food-comic__fill-olive" d="M129 132 C142 127, 157 129, 166 138 C159 148, 142 151, 130 146 C123 143, 123 136, 129 132 Z"></path>
        <path class="hl-food-comic__draw--thin" d="M132 138 L164 137"></path>
        <rect class="hl-food-comic__fill-blue" x="226" y="124" width="16" height="34" rx="2"></rect>
        <path class="hl-food-comic__draw--thin" d="M226 132 C231 130, 237 130, 242 132"></path>
        <path class="hl-food-comic__draw--soft hl-food-comic__soft-line" d="M139 91 C132 87, 126 82, 121 77"></path>
      </svg>
    </article>

    <article class="hl-food-comic__panel" aria-label="Panel 3: Friends eating at a burger place">
      <p class="hl-food-comic__bubble hl-food-comic__bubble--left" data-hl-food-key="p3a">Same place again?</p> 
      <p class="hl-food-comic__bubble hl-food-comic__bubble--center" data-hl-food-key="p3b">Of course. It’s quick.</p> 
      <p class="hl-food-comic__bubble hl-food-comic__bubble--right" data-hl-food-key="p3c">And we already know what to order.</p> 
      <svg class="hl-food-comic__art" viewBox="0 0 300 205" role="img" aria-label="Three adult friends eat burgers, fries and soft drinks together at a burger place as a daily routine">
        <path class="hl-food-comic__ground" d="M36 181 C102 176, 180 184, 262 179"></path>
        <path class="hl-food-comic__draw--soft" d="M105 82 C126 76, 171 76, 195 82"></path>
        <path class="hl-food-comic__draw--thin" d="M130 78 C139 70, 161 70, 170 78"></path>
        <path class="hl-food-comic__draw--thin" d="M128 82 L173 82"></path>

        <path class="hl-food-comic__draw" d="M56 153 C102 149, 175 149, 244 153"></path>
        <path class="hl-food-comic__draw" d="M70 153 L64 190"></path>
        <path class="hl-food-comic__draw" d="M231 153 L238 190"></path>

        <path class="hl-food-comic__fill-terracotta" d="M76 115 C68 132, 69 152, 78 166 C90 169, 104 168, 115 162 C114 141, 109 126, 99 115 C92 112, 82 112, 76 115 Z"></path>
        <path class="hl-food-comic__draw" d="M87 104 C80 104, 75 99, 77 92 C79 85, 86 82, 93 84 C100 86, 104 92, 102 98 C101 103, 95 106, 87 104 Z"></path>
        <path class="hl-food-comic__draw" d="M78 119 C68 128, 61 139, 54 151"></path>
        <path class="hl-food-comic__draw" d="M99 119 C110 128, 118 138, 126 150"></path>
        <path class="hl-food-comic__draw" d="M80 166 C76 176, 72 185, 68 194"></path>
        <path class="hl-food-comic__draw" d="M110 162 C116 174, 121 184, 126 193"></path>

        <path class="hl-food-comic__fill-blue" d="M135 112 C126 131, 127 151, 137 166 C150 170, 165 169, 177 162 C176 140, 171 124, 159 112 C152 109, 142 109, 135 112 Z"></path>
        <path class="hl-food-comic__draw" d="M146 101 C139 101, 134 96, 136 89 C138 82, 145 79, 152 81 C159 83, 163 89, 161 95 C160 100, 154 103, 146 101 Z"></path>
        <path class="hl-food-comic__draw" d="M136 116 C126 126, 119 137, 112 150"></path>
        <path class="hl-food-comic__draw" d="M159 116 C170 126, 178 137, 186 150"></path>
        <path class="hl-food-comic__draw" d="M139 166 C134 177, 130 186, 126 194"></path>
        <path class="hl-food-comic__draw" d="M171 162 C177 174, 183 184, 188 193"></path>

        <path class="hl-food-comic__fill-olive" d="M197 116 C189 133, 190 152, 199 166 C211 169, 225 168, 236 162 C235 141, 230 126, 220 116 C213 113, 203 113, 197 116 Z"></path>
        <path class="hl-food-comic__draw" d="M208 105 C201 105, 196 100, 198 93 C200 86, 207 83, 214 85 C221 87, 225 93, 223 99 C222 104, 216 107, 208 105 Z"></path>
        <path class="hl-food-comic__draw" d="M198 120 C188 129, 181 140, 174 152"></path>
        <path class="hl-food-comic__draw" d="M220 120 C231 129, 239 139, 246 151"></path>
        <path class="hl-food-comic__draw" d="M201 166 C197 177, 193 185, 189 194"></path>
        <path class="hl-food-comic__draw" d="M230 162 C236 174, 241 184, 246 193"></path>

        <path class="hl-food-comic__fill-taupe" d="M74 139 C86 132, 104 134, 115 142 C110 151, 78 153, 74 139 Z"></path>
        <path class="hl-food-comic__draw--thin" d="M76 142 L114 142"></path>
        <path class="hl-food-comic__fill-olive" d="M117 139 L136 136 L140 151 L121 153 Z"></path>
        <path class="hl-food-comic__draw--thin" d="M122 143 L135 141"></path>
        <rect class="hl-food-comic__fill-blue" x="92" y="119" width="13" height="28" rx="2"></rect>

        <path class="hl-food-comic__fill-taupe" d="M136 139 C149 132, 166 134, 177 142 C172 151, 140 153, 136 139 Z"></path>
        <path class="hl-food-comic__draw--thin" d="M138 142 L176 142"></path>
        <path class="hl-food-comic__fill-olive" d="M179 139 L198 136 L202 151 L183 153 Z"></path>
        <path class="hl-food-comic__draw--thin" d="M184 143 L197 141"></path>
        <rect class="hl-food-comic__fill-blue" x="153" y="119" width="13" height="28" rx="2"></rect>

        <path class="hl-food-comic__fill-taupe" d="M198 139 C211 132, 228 134, 239 142 C234 151, 202 153, 198 139 Z"></path>
        <path class="hl-food-comic__draw--thin" d="M200 142 L238 142"></path>
        <path class="hl-food-comic__fill-olive" d="M240 139 L258 136 L260 151 L244 153 Z"></path>
        <path class="hl-food-comic__draw--thin" d="M244 143 L256 141"></path>
        <rect class="hl-food-comic__fill-blue" x="214" y="119" width="13" height="28" rx="2"></rect>
      </svg>
    </article>

    <article class="hl-food-comic__panel" aria-label="Panel 4: Body feeling heavy and depleted">
      <p class="hl-food-comic__final-message" data-hl-food-key="p4">Feed the body what it needs, not only what feels easy in the moment.</p> 
      <svg class="hl-food-comic__art" viewBox="0 0 300 205" role="img" aria-label="The recurring adult character looks bloated, heavier, puffy, tired and physically uncomfortable">
        <path class="hl-food-comic__ground" d="M48 181 C105 176, 181 184, 255 179"></path>
        <path class="hl-food-comic__fill-taupe" d="M111 96 C92 128, 92 158, 113 176 C137 185, 171 184, 195 172 C193 138, 179 111, 157 96 C145 91, 123 91, 111 96 Z"></path>
        <path class="hl-food-comic__draw" d="M136 87 C125 87, 118 80, 121 70 C124 61, 135 57, 146 61 C157 65, 162 73, 158 81 C155 87, 147 90, 136 87 Z"></path>
        <path class="hl-food-comic__draw" d="M114 104 C99 116, 87 132, 78 151"></path>
        <path class="hl-food-comic__draw" d="M157 103 C175 116, 188 132, 200 151"></path>
        <path class="hl-food-comic__draw" d="M121 175 C114 182, 109 189, 105 194"></path>
        <path class="hl-food-comic__draw" d="M185 172 C192 181, 198 188, 204 194"></path>
        <path class="hl-food-comic__draw--thin" d="M128 75 C135 73, 146 73, 153 75"></path>
        <path class="hl-food-comic__draw--thin" d="M130 83 C137 85, 147 85, 154 83"></path>
        <path class="hl-food-comic__draw--soft hl-food-comic__soft-line" d="M96 98 C86 92, 78 85, 71 78"></path>
        <path class="hl-food-comic__draw--soft hl-food-comic__soft-line" d="M190 99 C202 93, 212 86, 220 78"></path>
        <path class="hl-food-comic__draw--soft hl-food-comic__soft-line" d="M107 148 C128 160, 163 162, 190 151"></path>
        <path class="hl-food-comic__draw--soft hl-food-comic__soft-line" d="M119 130 C137 137, 160 138, 181 132"></path>
        <path class="hl-food-comic__fill-blue" d="M212 130 C224 126, 238 129, 247 139 C239 151, 222 155, 210 149 C203 145, 204 135, 212 130 Z"></path>
        <path class="hl-food-comic__draw--thin" d="M217 149 C226 158, 231 167, 233 178"></path>
        <path class="hl-food-comic__draw--thin" d="M220 178 C229 176, 238 176, 247 178"></path>
      </svg>
    </article>
  </div>

  <footer class="hl-food-comic__footer" data-hl-food-key="footer">Health & Life · Science and Consciousness</footer>

  <script>
    (() => {
      const root = document.currentScript.closest(".hl-food-comic");
      if (!root || root.dataset.hlFoodReady === "true") return;
      root.dataset.hlFoodReady = "true";

      const translations = {
        en: {
          p1: "Two donuts and a small croissant for breakfast. I love them.",
          p2: "For lunch, I’ll just have a double sausage sandwich, chips and a soft drink.",
          p3a: "Same place again?",
          p3b: "Of course. It’s quick.",
          p3c: "And we already know what to order.",
          p4: "Feed the body what it needs, not only what feels easy in the moment.",
          footer: "Health & Life · Science and Consciousness"
        },
        de: {
          p1: "Zwei Donuts und ein kleines Croissant zum Frühstück. Ich liebe sie.",
          p2: "Zum Mittag esse ich einfach ein doppeltes Würstchenbrötchen, Pommes und einen Softdrink.",
          p3a: "Wieder am gleichen Ort?",
          p3b: "Klar. Es geht schnell.",
          p3c: "Und wir wissen schon, was wir bestellen.",
          p4: "Gib dem Körper, was er braucht, nicht nur das, was im Moment bequem ist.",
          footer: "Health & Life · Wissenschaft und Bewusstsein"
        },
        es: {
          p1: "Dos donuts y un cruasán pequeño para desayunar. Me encantan.",
          p2: "Para comer me tomaré un bocadillo doble de salchichas, patatas y un refresco.",
          p3a: "¿Al mismo sitio otra vez?",
          p3b: "Claro. Es rápido.",
          p3c: "Y ya sabemos qué pedir.",
          p4: "Dale al cuerpo lo que necesita, no solo lo que resulta fácil en el momento.",
          footer: "Health & Life · Ciencia y Conciencia"
        },
        ca: {
          p1: "Dos donuts i un croissant petit per esmorzar. M’encanten.",
          p2: "Per dinar faré un entrepà doble de salsitxes, patates i un refresc.",
          p3a: "Al mateix lloc un altre cop?",
          p3b: "I tant. És ràpid.",
          p3c: "I ja sabem què demanar.",
          p4: "Dona al cos el que necessita, no només allò que resulta fàcil en el moment.",
          footer: "Health & Life · Ciència i Consciència"
        }
      };

      const normalizeLanguage = (value) => {
        const code = String(value || "").toLowerCase().split("-")[0];
        if (code === "ca" || code === "es" || code === "de" || code === "en") return code;
        return "";
      };

      const detectLanguage = () => {
        const fallbackLanguage = "en";
        const urlLanguage = normalizeLanguage(new URLSearchParams(window.location.search).get("lang"));

        const classLanguage = (() => {
          const classes = Array.from(document.body?.classList || []);
          const languageMap = {
            ca: ["translatepress-ca", "trp-language-ca", "lang-ca", "language-ca"],
            es: ["translatepress-es", "trp-language-es", "lang-es", "language-es"],
            de: ["translatepress-de", "trp-language-de", "lang-de", "language-de"],
            en: ["translatepress-en", "trp-language-en", "lang-en", "language-en"]
          };
          return Object.keys(languageMap).find((code) => languageMap[code].some((className) => classes.includes(className))) || "";
        })();

        const pathLanguage = (() => {
          const parts = window.location.pathname.toLowerCase().split("/").filter(Boolean);
          return parts.find((part) => ["ca", "es", "de", "en"].includes(part)) || "";
        })();

        const pageLanguage = normalizeLanguage(root.closest("[lang]")?.getAttribute("lang") || document.documentElement.getAttribute("lang"));

        return urlLanguage || classLanguage || pathLanguage || pageLanguage || fallbackLanguage;
      };

      const language = detectLanguage();
      root.setAttribute("lang", language);
      root.querySelectorAll("[data-hl-food-key]").forEach((element) => {
        const key = element.getAttribute("data-hl-food-key");
        element.textContent = translations[language][key] || translations.en[key] || "";
      });

      const panels = root.querySelectorAll(".hl-food-comic__panel");
      if (!("IntersectionObserver" in window)) {
        panels.forEach((panel) => panel.classList.add("is-visible"));
        return;
      }

      const observer = new IntersectionObserver((entries) => {
        entries.forEach((entry) => {
          if (entry.isIntersecting) {
            const panel = entry.target;
            const index = Array.from(panels).indexOf(panel);
            window.setTimeout(() => panel.classList.add("is-visible"), index * 180);
            observer.unobserve(panel);
          }
        });
      }, { threshold: 0.18 });

      panels.forEach((panel) => observer.observe(panel));
    })();
  </script>
</section></div>
			</div>
			</div>
				
				
				
				
			</div>
				
				
			</div></p>
]]></content:encoded>
					
					<wfw:commentRss>https://healthandlifeonline.com/the-body-speaks-educational-health-comics/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>CONSCIOUS GENETICS</title>
		<link>https://healthandlifeonline.com/conscious-genetics/</link>
					<comments>https://healthandlifeonline.com/conscious-genetics/#respond</comments>
		
		<dc:creator><![CDATA[Olga]]></dc:creator>
		<pubDate>Wed, 27 May 2026 08:43:00 +0000</pubDate>
				<category><![CDATA[Mind & Psychology]]></category>
		<category><![CDATA[bodily regulation]]></category>
		<category><![CDATA[chronic stress]]></category>
		<category><![CDATA[conscious genetics]]></category>
		<category><![CDATA[consciousness]]></category>
		<category><![CDATA[epigenetics]]></category>
		<category><![CDATA[gene expression]]></category>
		<category><![CDATA[human biology]]></category>
		<category><![CDATA[integrative health]]></category>
		<category><![CDATA[mind and body]]></category>
		<category><![CDATA[neuroscience]]></category>
		<category><![CDATA[psychology and health]]></category>
		<guid isPermaLink="false">https://healthandlifeonline.com/?p=101662</guid>

					<description><![CDATA[]]></description>
										<content:encoded><![CDATA[
<div class="et_pb_section et_pb_section_6 et_section_regular" >
				
				
				
				
				
				
				<div class="et_pb_row et_pb_row_11 et_pb_gutters1">
				<div class="et_pb_column et_pb_column_4_4 et_pb_column_11  et_pb_css_mix_blend_mode_passthrough et-last-child">
				
				
				
				
				<div class="et_pb_module et_pb_code et_pb_code_11">
				
				
				
				
				<div class="et_pb_code_inner"><style>
#hl-conscious-genetics-v2,
#hl-conscious-genetics-v2 *,
#hl-conscious-genetics-v2 *::before,
#hl-conscious-genetics-v2 *::after {
  box-sizing: border-box;
}

#hl-conscious-genetics-v2 {
  --hl-brown: #4A3427;
  --hl-dark: #241a14;
  --hl-text: #473b34;
  --hl-muted: #6f625a;
  --hl-paper: #fffaf4;
  --hl-soft: #f5efe7;
  --hl-line: rgba(74, 52, 39, 0.16);
  --hl-blue: #687f93;
  --hl-green: #758f52;
  --hl-wine: #8a4a55;
  --hl-amber: #b57843;

  width: min(100%, 980px);
  margin: 0 auto 46px;
  color: var(--hl-text);
  font-family: inherit;
}

#hl-conscious-genetics-v2 .hl-cg-hero {
  margin: 0 0 34px;
  padding: 42px 36px 38px;
  border: 1px solid var(--hl-line);
  border-radius: 28px;
  background:
    radial-gradient(circle at top right, rgba(104, 127, 147, 0.17), transparent 34%),
    radial-gradient(circle at bottom left, rgba(117, 143, 82, 0.11), transparent 32%),
    linear-gradient(180deg, #fffaf4 0%, #f3ece4 100%);
  text-align: center;
  box-shadow: 0 16px 42px rgba(74, 52, 39, 0.09);
}

#hl-conscious-genetics-v2 .hl-cg-kicker {
  margin: 0 0 14px;
  color: var(--hl-green);
  font-size: 11.5px;
  line-height: 1.4;
  font-weight: 760;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

#hl-conscious-genetics-v2 h1 {
  margin: 0 auto 12px;
  max-width: 820px;
  color: var(--hl-dark);
  font-size: clamp(38px, 5.2vw, 62px);
  line-height: 1.02;
  font-weight: 650;
  letter-spacing: -0.02em;
}

#hl-conscious-genetics-v2 .hl-cg-subtitle {
  margin: 0 auto 16px;
  max-width: 780px;
  color: var(--hl-brown);
  font-size: clamp(19px, 2.4vw, 27px);
  line-height: 1.32;
  font-weight: 500;
}

#hl-conscious-genetics-v2 .hl-cg-byline {
  margin: 0;
  color: var(--hl-muted);
  font-size: 14px;
  line-height: 1.55;
}

#hl-conscious-genetics-v2 .hl-cg-body {
  max-width: 840px;
  margin: 0 auto;
  padding: 0 4px;
}

#hl-conscious-genetics-v2 h2 {
  margin: 38px 0 16px;
  color: var(--hl-dark);
  font-size: clamp(25px, 3.2vw, 35px);
  line-height: 1.18;
  font-weight: 650;
}

#hl-conscious-genetics-v2 p {
  margin: 0 0 18px;
  color: var(--hl-text);
  font-size: 16.5px;
  line-height: 1.82;
}

#hl-conscious-genetics-v2 .hl-cg-divider {
  width: 72px;
  height: 2px;
  margin: 34px auto 30px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--hl-brown), var(--hl-blue), var(--hl-green));
}

#hl-conscious-genetics-v2 .hl-cg-quote {
  margin: 34px auto;
  padding: 24px 26px;
  max-width: 760px;
  border-left: 4px solid var(--hl-blue);
  border-radius: 18px;
  background: linear-gradient(180deg, #fbfcfd 0%, #f2ece5 100%);
  box-shadow: 0 10px 28px rgba(74, 52, 39, 0.06);
}

#hl-conscious-genetics-v2 .hl-cg-quote p {
  margin: 0;
  color: var(--hl-dark);
  font-size: clamp(18px, 2.5vw, 24px);
  line-height: 1.46;
  font-style: italic;
  text-align: center;
}

#hl-conscious-genetics-v2 .hl-cg-visual-intro {
  max-width: 760px;
  margin: 36px auto 18px;
  text-align: center;
}

#hl-conscious-genetics-v2 .hl-cg-visual-intro p {
  color: var(--hl-brown);
  font-size: 15.7px;
  line-height: 1.72;
}

#hl-conscious-genetics-v2 .hl-cg-map {
  width: min(100%, 820px);
  margin: 22px auto 38px;
  padding: 26px 24px;
  border: 1px solid rgba(104, 127, 147, 0.28);
  border-radius: 24px;
  background:
    radial-gradient(circle at 12% 10%, rgba(104, 127, 147, 0.12), transparent 28%),
    radial-gradient(circle at 88% 86%, rgba(117, 143, 82, 0.10), transparent 26%),
    linear-gradient(180deg, #ffffff 0%, #f6f1e8 100%);
  box-shadow: 0 14px 34px rgba(74, 52, 39, 0.08);
}

#hl-conscious-genetics-v2 .hl-cg-map-title {
  margin: 0 0 20px;
  color: var(--hl-dark);
  font-size: clamp(22px, 3vw, 30px);
  line-height: 1.25;
  font-weight: 650;
  text-align: center;
}

#hl-conscious-genetics-v2 .hl-cg-flow {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 36px minmax(0, 1fr) 36px minmax(0, 1fr);
  gap: 10px;
  align-items: stretch;
}

#hl-conscious-genetics-v2 .hl-cg-card {
  min-height: 210px;
  padding: 18px 15px;
  border: 1px solid rgba(74, 52, 39, 0.13);
  border-radius: 18px;
  background: rgba(255, 253, 248, 0.78);
  text-align: center;
}

#hl-conscious-genetics-v2 .hl-cg-icon {
  width: 72px;
  height: 72px;
  margin: 0 auto 13px;
  border-radius: 24px;
  display: grid;
  place-items: center;
  color: #ffffff;
  font-size: 28px;
  font-weight: 800;
  box-shadow: 0 10px 22px rgba(74, 52, 39, 0.10);
}

#hl-conscious-genetics-v2 .hl-cg-icon.experience {
  background: var(--hl-wine);
}

#hl-conscious-genetics-v2 .hl-cg-icon.pathways {
  background: var(--hl-blue);
}

#hl-conscious-genetics-v2 .hl-cg-icon.expression {
  background: var(--hl-green);
}

#hl-conscious-genetics-v2 .hl-cg-card h3 {
  margin: 0 0 8px;
  color: var(--hl-dark);
  font-size: 17px;
  line-height: 1.28;
  font-weight: 720;
}

#hl-conscious-genetics-v2 .hl-cg-card p {
  margin: 0;
  color: var(--hl-muted);
  font-size: 13.2px;
  line-height: 1.52;
}

#hl-conscious-genetics-v2 .hl-cg-card ul {
  list-style: none;
  padding: 0;
  margin: 13px 0 0;
  display: grid;
  gap: 6px;
}

#hl-conscious-genetics-v2 .hl-cg-card li {
  color: var(--hl-text);
  font-size: 12.4px;
  line-height: 1.42;
  padding: 6px 8px;
  border-radius: 999px;
  background: rgba(255,255,255,0.72);
  border: 1px solid rgba(74, 52, 39, 0.08);
}

#hl-conscious-genetics-v2 .hl-cg-arrow {
  display: grid;
  place-items: center;
  color: var(--hl-blue);
  font-size: 28px;
  line-height: 1;
  font-weight: 800;
}

#hl-conscious-genetics-v2 .hl-cg-note {
  margin: 20px auto 0;
  padding: 15px 17px;
  border-left: 4px solid var(--hl-green);
  border-radius: 16px;
  background: rgba(255, 253, 248, 0.78);
}

#hl-conscious-genetics-v2 .hl-cg-note p {
  margin: 0;
  color: var(--hl-brown);
  font-size: 14.5px;
  line-height: 1.62;
}

#hl-conscious-genetics-v2 .hl-cg-synthesis {
  margin: 34px auto 0;
  padding: 26px 28px;
  border: 1px solid rgba(117, 143, 82, 0.30);
  border-radius: 22px;
  background: linear-gradient(180deg, #fbfff8 0%, #f3ece4 100%);
}

#hl-conscious-genetics-v2 .hl-cg-synthesis h2 {
  margin-top: 0;
}

#hl-conscious-genetics-v2 .hl-cg-signature {
  margin: 42px auto 0;
  padding: 20px 22px;
  text-align: center;
  border-top: 1px solid var(--hl-line);
  color: var(--hl-muted);
  font-size: 13px;
  line-height: 1.65;
}

@media (max-width: 760px) {
  #hl-conscious-genetics-v2 {
    width: 100%;
    max-width: none;
  }

  #hl-conscious-genetics-v2 .hl-cg-hero {
    padding: 34px 20px 30px;
    border-radius: 22px;
  }

  #hl-conscious-genetics-v2 .hl-cg-body {
    max-width: none;
    padding: 0 16px;
  }

  #hl-conscious-genetics-v2 .hl-cg-flow {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  #hl-conscious-genetics-v2 .hl-cg-arrow {
    transform: rotate(90deg);
    font-size: 26px;
  }

  #hl-conscious-genetics-v2 p {
    font-size: 15.7px;
    line-height: 1.78;
  }

  #hl-conscious-genetics-v2 .hl-cg-map,
  #hl-conscious-genetics-v2 .hl-cg-synthesis {
    border-radius: 20px;
    padding: 22px 16px;
  }
}

@media (max-width: 420px) {
  #hl-conscious-genetics-v2 .hl-cg-body {
    padding: 0 14px;
  }

  #hl-conscious-genetics-v2 .hl-cg-hero {
    padding: 30px 16px 28px;
  }
}

#hl-conscious-genetics-v2 [data-l] {
  display: none;
}

#hl-conscious-genetics-v2 [data-l].on {
  display: block;
}
</style>

<div id="hl-conscious-genetics-v2" class="notranslate" translate="no">
<article data-l="en">
<header class="hl-cg-hero">
    <p class="hl-cg-kicker">Science and Consciousness · Health & Life · Mind and Body · Neuroscience</p> 
    <h1>Conscious Genetics</h1>
    <p class="hl-cg-subtitle">An author's reflection grounded in scientific evidence</p> 
    <p class="hl-cg-byline">By Olga Hom</p> 
  </header>
  <div class="hl-cg-body">
    <section>
<p>In 1809, Jean-Baptiste Lamarck published one of the first modern theories on the transformation of living organisms. He observed that organisms change when they live under specific pressures, and he thought that some of those changes could pass to descendants. The idea was understandable in its time, but it joined individual adaptation and heredity in a way later biology would not confirm.</p> 
<p>Darwin shifted the problem half a century later. In <em>On the Origin of Species</em>, published in 1859, he placed variation within populations at the centre of evolution. Variants that favour survival or reproduction are more likely to be transmitted and, across generations, can become more represented in a population. Modern genetics strengthened this reading. Hereditary information is not rewritten because an organism has used an organ more, acquired a skill or lived through a particular experience.</p> 
<p>For decades, that distinction seemed sufficient. Acquired traits did not pass directly into the hereditary code. Epigenetics forced a more precise boundary. The DNA sequence can remain stable while a cell changes the way it regulates gene activity through chemical marks, cellular signals and physiological conditions.</p> 
</section><div class="hl-cg-divider"></div><section>
<p>The Dutch Hunger Winter remains an important reference. During the final months of the Nazi occupation of the Netherlands, between 1944 and 1945, part of the civilian population lived through extreme food restriction. Decades later, some studies found epigenetic differences in people exposed to that famine during gestation, especially in regions related to growth, metabolism and development. The famine had not altered the DNA sequence, but prenatal exposure appeared to be associated with different regulation of some genes.</p> 
<p>This example does not turn every experience into biological inheritance. It shows something more specific. Under extreme conditions, the environment can reach gene regulation without changing the code. That point opens a health question, not a promise. When a person lives for years under fear, grief, isolation or vigilance, the body does not register a psychological idea, but a repeated mode of functioning.</p> 
</section>
<div class="hl-cg-visual-intro"><p>The map below summarises the biological route developed in this article. A sustained experience can alter physiological pathways, and those pathways can change the cellular context in which gene activity is organised.</p> </div>
    <section class="hl-cg-map" aria-label="Visual map of lived experience, physiological pathways and gene expression context">
      <h2 class="hl-cg-map-title">From lived experience to cellular context</h2>
      <div class="hl-cg-flow">
        <div class="hl-cg-card">
          <div class="hl-cg-icon experience">1</div>
          <h3>Lived experience</h3>
          <p>Repeated states reach the body as activation patterns.</p> 
          <ul>
<li>fear</li>
<li>chronic stress</li>
<li>famine or severe adversity</li>
</ul>
        </div>
        <div class="hl-cg-arrow">→</div>
        <div class="hl-cg-card">
          <div class="hl-cg-icon pathways">2</div>
          <h3>Physiological pathways</h3>
          <p>The organism responds through systems that can be measured.</p> 
          <ul>
<li>nervous system</li>
<li>sleep and hormones</li>
<li>immune activity</li>
</ul>
        </div>
        <div class="hl-cg-arrow">→</div>
        <div class="hl-cg-card">
          <div class="hl-cg-icon expression">3</div>
          <h3>Gene expression context</h3>
          <p>The code may remain stable while its regulatory environment changes.</p> 
          <ul>
<li>epigenetic marks</li>
<li>cellular signalling</li>
<li>repair conditions</li>
</ul>
        </div>
      </div>
      <div class="hl-cg-note"><p>This diagram is a conceptual synthesis. It links experience and biological regulation through the body, without attributing direct control over DNA to thoughts.</p> </div>
    </section>
    <div class="hl-cg-quote"><p>Fear does not reach tissues as a word. It reaches them through the state the organism has to sustain.</p> </div>
    <section>
<p>The separation between mind and body has helped organise fields of study, but it describes many health processes poorly. A sustained emotional state does not move through the body as a private story. It moves through nervous tone, sleep, endocrine response and the way the immune system reads risk.</p> 
<p>Research on psychosocial stress has described changes in immune cell gene expression in contexts of isolation, chronic stress and sustained threat. Across several studies, these changes have been associated with higher inflammatory activity and with variation in pathways linked to antiviral defence. This is not a simple relationship, but the boundary between psychic life and biology is not closed.</p> 
</section><div class="hl-cg-divider"></div><section>
<p>Studies on meditation and trained attention add a more limited piece. After intensive practice, some studies have reported changes in genes related to inflammation and epigenetic regulation. The data still require a critical reading because the studies are heterogeneous and do not support exaggerated conclusions.</p> 
<p>I use the expression conscious genetics in this restricted sense. Genes do not think. Willpower does not direct the genome. Consciousness matters because a person who learns to observe their internal state can recognise more precisely which conditions their body is maintaining and which ones may begin to change.</p> 
</section>
    <section class="hl-cg-synthesis">
      <h2>A working hypothesis</h2>
<p>No one chooses trauma, famine or chronic threat. This idea must remain outside guilt and outside any easy promise. Its value lies elsewhere. This requires studying human experience as a biological variable when it lasts long enough and passes through systems that regulate cellular life.</p> 
<p>Conscious genetics does not claim that the mind changes DNA at will. It proposes a more precise line of inquiry. The life of an organism, sustained through the nervous, endocrine and immune systems, may influence the context in which genes are expressed. For Health & Life, this is a clinical and cultural starting point.</p> 
</section>
    <footer class="hl-cg-signature">Health & Life · Science and Consciousness · Mind and Body · Neuroscience</footer>
  </div>
</article>
<article data-l="ca">
<header class="hl-cg-hero">
    <p class="hl-cg-kicker">Ciència i Consciència · Health & Life · Ment i Cos · Neurociència</p> 
    <h1>Genètica conscient</h1>
    <p class="hl-cg-subtitle">Una reflexió d'autora basada en l'evidència científica</p> 
    <p class="hl-cg-byline">Per Olga Hom</p> 
  </header>
  <div class="hl-cg-body">
    <section>
<p>L'any 1809, Jean-Baptiste Lamarck va publicar una de les primeres teories modernes sobre la transformació dels éssers vius. Observava que els organismes canvien quan viuen sota pressions concretes, i va pensar que una part d'aquests canvis podia passar als descendents. La seva lectura responia a una intuïció comprensible per a l'època, però barrejava adaptació individual i herència d'una manera que la biologia posterior no confirmaria.</p> 
<p>Darwin va desplaçar el problema mig segle més tard. A <em>L'origen de les espècies</em>, publicat el 1859, va situar la variació dins les poblacions al centre de l'evolució. Les variants que afavoreixen la supervivència o la reproducció poden transmetre's amb més probabilitat i, generació rere generació, guanyar presència dins una població. La genètica moderna va donar solidesa a aquesta lectura. La informació hereditària no es reescriu perquè un organisme hagi fet servir més un òrgan, hagi après una habilitat o hagi viscut una experiència determinada.</p> 
<p>Durant dècades, aquesta distinció va semblar suficient. Els caràcters adquirits no passaven directament al codi hereditari. L'epigenètica va obligar a precisar millor aquesta frontera. La seqüència d'ADN pot mantenir-se estable, mentre canvia la manera com una cèl·lula regula l'activitat dels gens segons marques químiques, senyals cel·lulars i condicions fisiològiques.</p> 
</section><div class="hl-cg-divider"></div><section>
<p>L'Hivern de la Fam neerlandès continua sent una referència important. Durant els darrers mesos de l'ocupació nazi dels Països Baixos, entre 1944 i 1945, una part de la població civil va viure una restricció alimentària extrema. Dècades després, alguns estudis van trobar diferències epigenètiques en persones exposades a aquella fam durant la gestació, especialment en regions relacionades amb creixement, metabolisme i desenvolupament. La fam no havia alterat la seqüència d'ADN, però l'exposició prenatal semblava associar-se amb una regulació diferent d'alguns gens.</p> 
<p>Aquest exemple no autoritza a convertir qualsevol vivència en herència biològica. El que mostra és més concret. En situacions extremes, l'ambient pot intervenir en la regulació gènica sense modificar el codi. Aquest punt obre una pregunta de salut, no una promesa. Quan una persona viu durant anys sota por, dol, aïllament o alerta, el cos no registra una idea psicològica, sinó una manera repetida de funcionar.</p> 
</section>
<div class="hl-cg-visual-intro"><p>El mapa següent resumeix el recorregut biològic que sosté l'article. Una experiència mantinguda pot modificar vies fisiològiques, i aquestes vies poden alterar el context cel·lular en què s'organitza l'activitat dels gens.</p> </div>
    <section class="hl-cg-map" aria-label="Visual map of lived experience, physiological pathways and gene expression context">
      <h2 class="hl-cg-map-title">De l'experiència viscuda al context cel·lular</h2>
      <div class="hl-cg-flow">
        <div class="hl-cg-card">
          <div class="hl-cg-icon experience">1</div>
          <h3>Experiència viscuda</h3>
          <p>Els estats repetits arriben al cos com a patrons d'activació.</p> 
          <ul>
<li>por</li>
<li>estrès crònic</li>
<li>fam o adversitat severa</li>
</ul>
        </div>
        <div class="hl-cg-arrow">→</div>
        <div class="hl-cg-card">
          <div class="hl-cg-icon pathways">2</div>
          <h3>Vies fisiològiques</h3>
          <p>L'organisme respon a través de sistemes que poden mesurar-se.</p> 
          <ul>
<li>sistema nerviós</li>
<li>son i hormones</li>
<li>activitat immune</li>
</ul>
        </div>
        <div class="hl-cg-arrow">→</div>
        <div class="hl-cg-card">
          <div class="hl-cg-icon expression">3</div>
          <h3>Context d'expressió gènica</h3>
          <p>El codi pot mantenir-se estable mentre canvia el seu entorn regulador.</p> 
          <ul>
<li>marques epigenètiques</li>
<li>senyalització cel·lular</li>
<li>condicions de reparació</li>
</ul>
        </div>
      </div>
      <div class="hl-cg-note"><p>Aquest esquema és una síntesi conceptual. Relaciona experiència i regulació biològica a través del cos, sense atribuir als pensaments un control directe sobre l'ADN.</p> </div>
    </section>
<div class="hl-cg-quote"><p>La por no arriba als teixits com una paraula. Hi arriba a través de l'estat que l'organisme sosté.</p> </div>
    <section>
<p>La separació entre ment i cos ha estat útil per ordenar camps d'estudi, però descriu malament molts processos de salut. Una situació emocional mantinguda no circula pel cos com una narració íntima. Ho fa a través del to nerviós, del descans, de la resposta endocrina i de la manera com el sistema immune interpreta el risc.</p> 
<p>La recerca sobre estrès psicosocial ha descrit canvis en l'expressió gènica de cèl·lules immunitàries en contextos d'aïllament, estrès crònic o amenaça sostinguda. En diversos treballs, aquests canvis s'han associat amb més activitat inflamatòria i amb variacions en vies vinculades a la defensa antiviral. No és una relació simple, però tampoc és una frontera tancada entre vida psíquica i biologia.</p> 
</section><div class="hl-cg-divider"></div><section>
<p>Els estudis sobre meditació i atenció entrenada afegeixen una peça més limitada. Després de pràctiques intensives, alguns treballs han observat canvis en gens relacionats amb inflamació i regulació epigenètica. Les dades encara demanen lectura crítica, perquè els estudis són heterogenis i no permeten conclusions exagerades.</p> 
<p>Utilitzo l'expressió genètica conscient en aquest sentit restringit. Els gens no pensen. La voluntat no dirigeix el genoma. La consciència importa perquè una persona que aprèn a observar el seu estat intern pot reconèixer amb més precisió quines condicions manté el seu cos i quines en pot començar a modificar.</p> 
</section>
    <section class="hl-cg-synthesis">
      <h2>Una hipòtesi de treball</h2>
<p>Ningú tria el trauma, la fam o l'amenaça crònica. Aquesta idea ha de quedar fora de la culpa i fora de qualsevol promesa fàcil. El seu valor és un altre. Ens obliga a estudiar l'experiència humana com una variable biològica quan es manté prou temps i travessa sistemes que regulen la vida cel·lular.</p> 
<p>La genètica conscient no defensa que la ment canviï l'ADN a voluntat. Planteja una línia d'investigació més precisa. La vida d'un organisme, sostinguda a través del sistema nerviós, endocrí i immune, pot intervenir en el context en què els gens s'expressen. Per a Health & Life, aquest és un punt de partida clínic i cultural.</p> 
</section>
    <footer class="hl-cg-signature">Health & Life · Ciència i Consciència · Ment i Cos · Neurociència</footer>
  </div>
</article>
<article data-l="es">
<header class="hl-cg-hero">
    <p class="hl-cg-kicker">Ciencia y Conciencia · Health & Life · Mente y Cuerpo · Neurociencia</p> 
    <h1>Genética consciente</h1>
    <p class="hl-cg-subtitle">Una reflexión de autora basada en evidencia científica</p> 
    <p class="hl-cg-byline">Por Olga Hom</p> 
  </header>
  <div class="hl-cg-body">
    <section>
<p>En 1809, Jean-Baptiste Lamarck publicó una de las primeras teorías modernas sobre la transformación de los seres vivos. Observaba que los organismos cambian cuando viven bajo presiones concretas, y pensó que una parte de esos cambios podía pasar a los descendientes. Su lectura respondía a una intuición comprensible para la época, aunque mezclaba adaptación individual y herencia de una forma que la biología posterior no confirmaría.</p> 
<p>Darwin desplazó el problema medio siglo más tarde. En <em>El origen de las especies</em>, publicado en 1859, situó la variación dentro de las poblaciones en el centro de la evolución. Las variantes que favorecen la supervivencia o la reproducción pueden transmitirse con mayor probabilidad y, generación tras generación, ganar presencia dentro de una población. La genética moderna dio solidez a esta lectura. La información hereditaria no se reescribe porque un organismo haya utilizado más un órgano, haya aprendido una habilidad o haya vivido una experiencia determinada.</p> 
<p>Durante décadas, esta distinción pareció suficiente. Los caracteres adquiridos no pasaban directamente al código hereditario. La epigenética obligó a precisar mejor esa frontera. La secuencia de ADN puede mantenerse estable, mientras cambia la manera en que una célula regula la actividad de los genes según marcas químicas, señales celulares y condiciones fisiológicas.</p> 
</section><div class="hl-cg-divider"></div><section>
<p>El Invierno del Hambre neerlandés sigue siendo una referencia importante. Durante los últimos meses de la ocupación nazi de los Países Bajos, entre 1944 y 1945, una parte de la población civil vivió una restricción alimentaria extrema. Décadas después, algunos estudios encontraron diferencias epigenéticas en personas expuestas a aquella hambruna durante la gestación, especialmente en regiones relacionadas con crecimiento, metabolismo y desarrollo. La hambruna no había alterado la secuencia de ADN, pero la exposición prenatal parecía asociarse con una regulación distinta de algunos genes.</p> 
<p>Este ejemplo no autoriza a convertir cualquier vivencia en herencia biológica. Muestra algo más concreto. En situaciones extremas, el ambiente puede intervenir en la regulación génica sin modificar el código. Ese punto abre una pregunta de salud, no una promesa. Cuando una persona vive durante años bajo miedo, duelo, aislamiento o alerta, el cuerpo no registra una idea psicológica, sino una forma repetida de funcionar.</p> 
</section>
<div class="hl-cg-visual-intro"><p>El mapa siguiente resume el recorrido biológico que sostiene el artículo. Una experiencia mantenida puede modificar vías fisiológicas, y esas vías pueden alterar el contexto celular en el que se organiza la actividad de los genes.</p> </div>
    <section class="hl-cg-map" aria-label="Visual map of lived experience, physiological pathways and gene expression context">
      <h2 class="hl-cg-map-title">De la experiencia vivida al contexto celular</h2>
      <div class="hl-cg-flow">
        <div class="hl-cg-card">
          <div class="hl-cg-icon experience">1</div>
          <h3>Experiencia vivida</h3>
          <p>Los estados repetidos llegan al cuerpo como patrones de activación.</p> 
          <ul>
<li>miedo</li>
<li>estrés crónico</li>
<li>hambruna o adversidad severa</li>
</ul>
        </div>
        <div class="hl-cg-arrow">→</div>
        <div class="hl-cg-card">
          <div class="hl-cg-icon pathways">2</div>
          <h3>Vías fisiológicas</h3>
          <p>El organismo responde a través de sistemas que pueden medirse.</p> 
          <ul>
<li>sistema nervioso</li>
<li>sueño y hormonas</li>
<li>actividad inmune</li>
</ul>
        </div>
        <div class="hl-cg-arrow">→</div>
        <div class="hl-cg-card">
          <div class="hl-cg-icon expression">3</div>
          <h3>Contexto de expresión génica</h3>
          <p>El código puede mantenerse estable mientras cambia su entorno regulador.</p> 
          <ul>
<li>marcas epigenéticas</li>
<li>señalización celular</li>
<li>condiciones de reparación</li>
</ul>
        </div>
      </div>
      <div class="hl-cg-note"><p>Este esquema es una síntesis conceptual. Relaciona experiencia y regulación biológica a través del cuerpo, sin atribuir a los pensamientos un control directo sobre el ADN.</p> </div>
    </section>
    <div class="hl-cg-quote"><p>El miedo no llega a los tejidos como una palabra. Llega a través del estado que el organismo sostiene.</p> </div>
    <section>
<p>La separación entre mente y cuerpo ha sido útil para ordenar campos de estudio, pero describe mal muchos procesos de salud. Una situación emocional mantenida no circula por el cuerpo como un relato íntimo. Lo hace a través del tono nervioso, del descanso, de la respuesta endocrina y de la forma en que el sistema inmune interpreta el riesgo.</p> 
<p>La investigación sobre estrés psicosocial ha descrito cambios en la expresión génica de células inmunitarias en contextos de aislamiento, estrés crónico o amenaza sostenida. En diversos trabajos, estos cambios se han asociado con mayor actividad inflamatoria y con variaciones en vías vinculadas a la defensa antiviral. No es una relación simple, pero tampoco una frontera cerrada entre vida psíquica y biología.</p> 
</section><div class="hl-cg-divider"></div><section>
<p>Los estudios sobre meditación y atención entrenada añaden una pieza más limitada. Después de prácticas intensivas, algunos trabajos han observado cambios en genes relacionados con inflamación y regulación epigenética. Los datos todavía exigen lectura crítica, porque los estudios son heterogéneos y no permiten conclusiones exageradas.</p> 
<p>Utilizo la expresión genética consciente en este sentido restringido. Los genes no piensan. La voluntad no dirige el genoma. La conciencia importa porque una persona que aprende a observar su estado interno puede reconocer con más precisión qué condiciones mantiene su cuerpo y cuáles puede empezar a modificar.</p> 
</section>
    <section class="hl-cg-synthesis">
      <h2>Una hipótesis de trabajo</h2>
<p>Nadie elige el trauma, la hambruna o la amenaza crónica. Esta idea debe quedar fuera de la culpa y de cualquier promesa fácil. Su valor es otro. Nos obliga a estudiar la experiencia humana como una variable biológica cuando se mantiene el tiempo suficiente y atraviesa sistemas que regulan la vida celular.</p> 
<p>La genética consciente no defiende que la mente cambie el ADN a voluntad. Plantea una línea de investigación más precisa. La vida de un organismo, sostenida a través del sistema nervioso, endocrino e inmune, puede intervenir en el contexto en el que los genes se expresan. Para Health & Life, este es un punto de partida clínico y cultural.</p> 
</section>
    <footer class="hl-cg-signature">Health & Life · Ciencia y Conciencia · Mente y Cuerpo · Neurociencia</footer>
  </div>
</article>
<article data-l="de">
<header class="hl-cg-hero">
    <p class="hl-cg-kicker">Wissenschaft und Bewusstsein · Health & Life · Geist und Körper · Neurowissenschaft</p> 
    <h1>Bewusste Genetik</h1>
    <p class="hl-cg-subtitle">Eine Reflexion der Autorin auf wissenschaftlicher Grundlage</p> 
    <p class="hl-cg-byline">Von Olga Hom</p> 
  </header>
  <div class="hl-cg-body">
    <section>
<p>1809 veröffentlichte Jean-Baptiste Lamarck eine der ersten modernen Theorien zur Veränderung lebender Organismen. Er beobachtete, dass Lebewesen sich unter konkreten Lebensbedingungen verändern, und nahm an, dass ein Teil dieser Veränderungen an die Nachkommen weitergegeben werden könne. Für seine Zeit war dieser Gedanke nachvollziehbar. Er verband jedoch individuelle Anpassung und Vererbung in einer Weise, die die spätere Biologie nicht bestätigen sollte.</p> 
<p>Darwin verschob die Frage ein halbes Jahrhundert später. In <em>Die Entstehung der Arten</em>, 1859 veröffentlicht, rückte er die Variation innerhalb von Populationen in den Mittelpunkt der Evolution. Varianten, die Überleben oder Fortpflanzung begünstigen, werden mit größerer Wahrscheinlichkeit weitergegeben und können über Generationen hinweg in einer Population stärker vertreten sein. Die moderne Genetik stützte diese Sicht. Erbinformation wird nicht neu geschrieben, weil ein Organismus ein Organ häufiger nutzt, eine Fähigkeit erlernt oder eine bestimmte Erfahrung gemacht hat.</p> 
<p>Über lange Zeit schien diese Unterscheidung ausreichend. Erworbene Eigenschaften gingen nicht direkt in den Erbcode über. Die Epigenetik hat diese Grenze genauer gezogen. Die DNA-Sequenz kann unverändert bleiben, während eine Zelle die Aktivität von Genen über chemische Markierungen, zelluläre Signale und physiologische Bedingungen anders reguliert.</p> 
</section><div class="hl-cg-divider"></div><section>
<p>Der niederländische Hungerwinter bleibt dafür eine wichtige Referenz. In den letzten Monaten der nationalsozialistischen Besatzung der Niederlande, zwischen 1944 und 1945, war ein Teil der Zivilbevölkerung einer extremen Nahrungsrestriktion ausgesetzt. Jahrzehnte später fanden Studien epigenetische Unterschiede bei Menschen, die während der Schwangerschaft dieser Hungersituation ausgesetzt gewesen waren, besonders in Bereichen, die mit Wachstum, Stoffwechsel und Entwicklung zusammenhängen. Die DNA-Sequenz war nicht verändert worden. Die pränatale Exposition schien jedoch mit einer anderen Regulation bestimmter Gene verbunden zu sein.</p> 
<p>Aus diesem Befund folgt nicht, dass jede Erfahrung biologisch vererbt wird. Er zeigt etwas Begrenzteres. Unter extremen Bedingungen kann Umwelt in die Genregulation eingreifen, ohne den genetischen Code zu verändern. Damit ist keine Heilszusage verbunden, sondern eine medizinisch relevante Frage. Wenn ein Mensch über Jahre mit Angst, Trauer, Isolation oder erhöhter Wachsamkeit lebt, registriert der Körper keine psychologische Idee, sondern eine wiederkehrende Funktionslage.</p> 
</section>
<div class="hl-cg-visual-intro"><p>Die folgende Karte fasst den biologischen Weg zusammen, den der Artikel verfolgt. Eine anhaltende Erfahrung kann physiologische Signalwege verändern, und diese Signalwege können den zellulären Kontext beeinflussen, in dem Genaktivität organisiert wird.</p> </div>
    <section class="hl-cg-map" aria-label="Visual map of lived experience, physiological pathways and gene expression context">
      <h2 class="hl-cg-map-title">Von gelebter Erfahrung zum zellulären Kontext</h2>
      <div class="hl-cg-flow">
        <div class="hl-cg-card">
          <div class="hl-cg-icon experience">1</div>
          <h3>Gelebte Erfahrung</h3>
          <p>Wiederholte Zustände erreichen den Körper als Aktivierungsmuster.</p> 
          <ul>
<li>Angst</li>
<li>chronischer Stress</li>
<li>Hunger oder schwere Belastung</li>
</ul>
        </div>
        <div class="hl-cg-arrow">→</div>
        <div class="hl-cg-card">
          <div class="hl-cg-icon pathways">2</div>
          <h3>Physiologische Signalwege</h3>
          <p>Der Organismus antwortet über Systeme, die sich untersuchen lassen.</p> 
          <ul>
<li>Nervensystem</li>
<li>Schlaf und Hormone</li>
<li>Immunaktivität</li>
</ul>
        </div>
        <div class="hl-cg-arrow">→</div>
        <div class="hl-cg-card">
          <div class="hl-cg-icon expression">3</div>
          <h3>Kontext der Genexpression</h3>
          <p>Der Code kann stabil bleiben, während sich sein regulatorisches Umfeld verändert.</p> 
          <ul>
<li>epigenetische Markierungen</li>
<li>zelluläre Signalgebung</li>
<li>Reparaturbedingungen</li>
</ul>
        </div>
      </div>
      <div class="hl-cg-note"><p>Diese Darstellung ist eine begriffliche Zusammenfassung. Sie verbindet Erfahrung und biologische Regulation über den Körper, ohne Gedanken eine direkte Kontrolle über die DNA zuzuschreiben.</p> </div>
    </section>
    <div class="hl-cg-quote"><p>Angst erreicht das Gewebe nicht als Wort. Sie erreicht es als Zustand, den der Organismus aufrechterhält.</p> </div>
    <section>
<p>Die Trennung von Geist und Körper hat geholfen, Forschungsfelder zu ordnen. Für viele Gesundheitsprozesse reicht sie jedoch nicht aus. Ein anhaltender emotionaler Zustand bewegt sich nicht als private Erzählung durch den Körper. Er zeigt sich im nervösen Tonus, im Schlaf, in endokrinen Reaktionen und darin, wie das Immunsystem Gefahr einordnet.</p> 
<p>Die Forschung zu psychosozialem Stress beschreibt Veränderungen der Genexpression in Immunzellen bei Isolation, chronischem Stress und anhaltender Bedrohung. In mehreren Arbeiten wurden solche Veränderungen mit erhöhter Entzündungsaktivität und mit Abweichungen in Signalwegen der antiviralen Abwehr in Verbindung gebracht. Der Zusammenhang ist nicht einfach, aber die Grenze zwischen psychischem Erleben und Biologie ist weniger fest, als oft angenommen.</p> 
</section><div class="hl-cg-divider"></div><section>
<p>Studien zu Meditation und geschulter Aufmerksamkeit ergänzen dieses Bild vorsichtig. Nach intensiver Praxis wurden in einigen Arbeiten Veränderungen in Genen beschrieben, die mit Entzündung und epigenetischer Regulation zusammenhängen. Die Daten müssen zurückhaltend gelesen werden, weil die Studien unterschiedlich aufgebaut sind und keine überzogenen Schlüsse erlauben.</p> 
<p>In diesem engen Sinn verwende ich den Ausdruck bewusste Genetik. Gene denken nicht. Willenskraft steuert das Genom nicht. Bewusstsein ist relevant, weil ein Mensch, der seinen inneren Zustand genauer wahrnimmt, auch besser erkennt, welche Bedingungen sein Körper aufrechterhält und welche sich verändern lassen.</p> 
</section>
    <section class="hl-cg-synthesis">
      <h2>Eine Arbeitshypothese</h2>
<p>Niemand wählt Trauma, Hunger oder chronische Bedrohung. Dieser Gedanke darf weder Schuld erzeugen noch ein Heilversprechen werden. Sein Wert liegt an einer anderen Stelle. Das verpflichtet dazu, menschliche Erfahrung als biologische Einflussgröße zu untersuchen, wenn sie lange genug anhält und Systeme erreicht, die zelluläres Leben regulieren.</p> 
<p>Bewusste Genetik behauptet nicht, dass der Geist die DNA nach Belieben verändert. Sie formuliert eine präzisere Forschungsrichtung. Das Leben eines Organismus kann über Nerven-, Hormon- und Immunsystem in den Kontext eingreifen, in dem Gene exprimiert werden. Für Health & Life ist dies ein klinischer und kultureller Ausgangspunkt.</p> 
</section>
    <footer class="hl-cg-signature">Health & Life · Wissenschaft und Bewusstsein · Geist und Körper · Neurowissenschaft</footer>
  </div>
</article>
</div>

<script>
(function() {
  function normalizeLang(value) {
    return (value || '').toLowerCase().replace('_', '-').split('-')[0];
  }

  function readCookie(name) {
    var parts = document.cookie ? document.cookie.split(';') : [];
    for (var i = 0; i < parts.length; i++) {
      var part = parts[i].trim();
      if (part.indexOf(name + '=') === 0) {
        return decodeURIComponent(part.substring(name.length + 1));
      }
    }
    return '';
  }

  function detectLang() {
    var supported = ['ca', 'es', 'en', 'de'];
    var path = (window.location.pathname || '').toLowerCase();
    var search = (window.location.search || '').toLowerCase();

    var pathMatch = path.match(/\/(ca|es|en|de)(\/|$)/);
    if (pathMatch && supported.indexOf(pathMatch[1]) !== -1) return pathMatch[1];

    var queryMatch = search.match(/[?&](lang|language|trp_language)=(ca|es|en|de)/);
    if (queryMatch && supported.indexOf(queryMatch[2]) !== -1) return queryMatch[2];

    var bodyClass = document.body ? document.body.className.toLowerCase() : '';
    var bodyMatch = bodyClass.match(/(?:translatepress-|trp-language-|lang-|language-)(ca|es|en|de)/);
    if (bodyMatch && supported.indexOf(bodyMatch[1]) !== -1) return bodyMatch[1];

    var cookieLang = normalizeLang(readCookie('trp_language') || readCookie('pll_language') || readCookie('wp-wpml_current_language'));
    if (supported.indexOf(cookieLang) !== -1) return cookieLang;

    var htmlLang = normalizeLang(document.documentElement.getAttribute('lang'));
    if (supported.indexOf(htmlLang) !== -1) return htmlLang;

    return 'en';
  }

  function initConsciousGenetics() {
    var block = document.getElementById('hl-conscious-genetics-v2');
    if (!block) return;

    var lang = detectLang();
    var articles = block.querySelectorAll('[data-l]');
    var active = block.querySelector('[data-l="' + lang + '"]') || block.querySelector('[data-l="en"]');

    articles.forEach(function(article) {
      article.classList.remove('on');
    });

    if (active) active.classList.add('on');
  }

  if (document.readyState === 'loading') {
    document.addEventListener('DOMContentLoaded', initConsciousGenetics);
  } else {
    initConsciousGenetics();
  }

  window.addEventListener('load', initConsciousGenetics);
  setTimeout(initConsciousGenetics, 600);
})();
</script></div>
			</div>
			</div>
				
				
				
				
			</div>
				
				
			</div>
]]></content:encoded>
					
					<wfw:commentRss>https://healthandlifeonline.com/conscious-genetics/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How food affects your metabolism</title>
		<link>https://healthandlifeonline.com/nutrition-metabolism-body-regulation-map/</link>
					<comments>https://healthandlifeonline.com/nutrition-metabolism-body-regulation-map/#respond</comments>
		
		<dc:creator><![CDATA[Olga]]></dc:creator>
		<pubDate>Mon, 25 May 2026 15:58:24 +0000</pubDate>
				<category><![CDATA[Body & Health]]></category>
		<category><![CDATA[Body Regulation]]></category>
		<category><![CDATA[cellular health]]></category>
		<category><![CDATA[Functional Nutrition]]></category>
		<category><![CDATA[Health & Life Tools]]></category>
		<category><![CDATA[Metabolism]]></category>
		<category><![CDATA[Nutrition]]></category>
		<guid isPermaLink="false">https://healthandlifeonline.com/?p=102196</guid>

					<description><![CDATA[]]></description>
										<content:encoded><![CDATA[<p><div class="et_pb_section et_pb_section_7 et_section_regular" >
				
				
				
				
				
				
				<div class="et_pb_row et_pb_row_12">
				<div class="et_pb_column et_pb_column_4_4 et_pb_column_12  et_pb_css_mix_blend_mode_passthrough et-last-child">
				
				
				
				
				<div class="et_pb_module et_pb_code et_pb_code_12">
				
				
				
				
				<div class="et_pb_code_inner"><div class="hl-nutrition-tool" data-hl-nutrition-tool lang="en">
<style>
.hl-nutrition-tool {
  --ink:#3F3028;
  --muted:#776A61;
  --paper:#FFFDF9;
  --bg:#F7F2EB;
  --rule:#DED3C6;
  --brand:#4A3427;
  width:100%;
  max-width:1180px;
  margin:0 auto;
  color:var(--ink);
  background:var(--bg);
  border:1px solid #E6DCCF;
  border-radius:30px;
  overflow:hidden;
  box-sizing:border-box;
  isolation:isolate;
  container:hltool / inline-size;
  font-family:Arial,Helvetica,sans-serif;
}
.hl-nutrition-tool *,
.hl-nutrition-tool *::before,
.hl-nutrition-tool *::after { box-sizing:border-box; }

.hl-nutrition-tool .hl-head {
  display:grid;
  grid-template-columns:minmax(0,1.3fr) minmax(280px,.7fr);
  gap:48px;
  align-items:end;
  padding:clamp(42px,5.5cqi,72px);
  background:var(--paper);
  border-bottom:1px solid var(--rule);
}
.hl-nutrition-tool .hl-eyebrow {
  margin:0 0 16px;
  color:var(--brand);
  font-size:12px;
  line-height:1.4;
  font-weight:700;
  letter-spacing:.11em;
  text-transform:uppercase;
}
.hl-nutrition-tool .hl-headline {
  max-width:15ch;
  margin:0;
  color:var(--brand);
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(48px,6cqi,74px);
  line-height:1.01;
  font-weight:400;
  letter-spacing:-.035em;
  text-wrap:balance;
}
.hl-nutrition-tool .hl-intro {
  max-width:43ch;
  margin:0;
  color:var(--muted);
  font-size:18px;
  line-height:1.65;
}

.hl-nutrition-tool .hl-choices-wrap {
  padding:clamp(26px,3.2cqi,38px) clamp(28px,4.5cqi,54px);
  background:var(--bg);
  border-bottom:1px solid var(--rule);
}
.hl-nutrition-tool .hl-choices {
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
}
.hl-nutrition-tool .hl-choice {
  --choice:#2F5D3A;
  --choice-soft:#E8F0E9;
  display:grid;
  grid-template-columns:42px minmax(0,1fr) 14px;
  gap:14px;
  align-items:center;
  min-height:90px;
  padding:17px 18px;
  appearance:none;
  border:1px solid transparent;
  border-radius:18px;
  background:var(--choice);
  color:#fff;
  text-align:left;
  cursor:pointer;
  touch-action:manipulation;
  -webkit-tap-highlight-color:transparent;
  box-shadow:0 8px 18px rgba(55,40,31,.07);
  transition:transform .16s ease,box-shadow .16s ease,filter .16s ease;
}
.hl-nutrition-tool .hl-choice:disabled { cursor:default; }
.hl-nutrition-tool[data-hl-ready] .hl-choice:hover {
  transform:translateY(-2px);
  box-shadow:0 13px 26px rgba(55,40,31,.12);
  filter:saturate(1.04);
}
.hl-nutrition-tool .hl-choice.is-active {
  box-shadow:0 0 0 3px var(--bg),0 0 0 5px var(--choice),0 14px 28px rgba(55,40,31,.14);
}
.hl-nutrition-tool .hl-choice:focus-visible {
  outline:3px solid var(--brand);
  outline-offset:4px;
}
.hl-nutrition-tool .hl-choice-number {
  display:grid;
  place-items:center;
  width:42px;
  height:42px;
  border:1px solid rgba(255,255,255,.46);
  border-radius:12px;
  font-size:11px;
  font-weight:700;
  letter-spacing:.07em;
}
.hl-nutrition-tool .hl-choice-label {
  min-width:0;
  font-family:Arial,Helvetica,sans-serif;
  font-size:19px;
  line-height:1.14;
  font-weight:700;
  letter-spacing:0;
  overflow-wrap:normal;
  word-break:normal;
  hyphens:none;
}
.hl-nutrition-tool .hl-choice-mark {
  width:9px;
  height:9px;
  border:2px solid rgba(255,255,255,.72);
  border-radius:50%;
  justify-self:end;
}
.hl-nutrition-tool .hl-choice.is-active .hl-choice-mark {
  background:#fff;
  border-color:#fff;
}

.hl-nutrition-tool .hl-panels {
  background:var(--paper);
}
.hl-nutrition-tool .hl-panel {
  --panel:#2F5D3A;
  --panel-soft:#E8F0E9;
  display:grid;
  grid-template-columns:minmax(0,1.45fr) minmax(270px,.55fr);
  gap:clamp(38px,5cqi,72px);
  align-items:start;
  padding:clamp(44px,6cqi,76px);
  background:
    radial-gradient(circle at 100% 0%, var(--panel-soft) 0 9%, transparent 9.2%),
    var(--paper);
  border-left:7px solid var(--panel);
}
.hl-nutrition-tool[data-hl-ready] .hl-panel[hidden] {
  display:none !important;
}
.hl-nutrition-tool:not([data-hl-ready]) .hl-panel + .hl-panel {
  border-top:1px solid var(--rule);
}
.hl-nutrition-tool .hl-panel-main {
  max-width:680px;
}
.hl-nutrition-tool .hl-panel-topline {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  margin-bottom:22px;
}
.hl-nutrition-tool .hl-panel-kicker {
  color:var(--muted);
  font-size:11px;
  line-height:1.4;
  font-weight:700;
  letter-spacing:.11em;
  text-transform:uppercase;
}
.hl-nutrition-tool .hl-panel-count {
  color:var(--panel);
  font-family:Georgia,"Times New Roman",serif;
  font-size:18px;
  white-space:nowrap;
}
.hl-nutrition-tool .hl-panel-title {
  max-width:13ch;
  margin:0;
  color:var(--brand);
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(44px,5cqi,62px);
  line-height:1.02;
  font-weight:400;
  letter-spacing:-.025em;
  text-wrap:balance;
}
.hl-nutrition-tool .hl-panel-role {
  display:inline-block;
  margin-top:20px;
  padding:9px 13px;
  border-radius:999px;
  background:var(--panel-soft);
  color:var(--panel);
  font-size:14px;
  line-height:1.35;
  font-weight:700;
}
.hl-nutrition-tool .hl-panel-copy {
  max-width:62ch;
  margin:26px 0 0;
  color:var(--ink);
  font-family:Georgia,"Times New Roman",serif;
  font-size:19px;
  line-height:1.72;
}
.hl-nutrition-tool .hl-panel-side {
  display:grid;
  gap:28px;
  padding-top:52px;
}
.hl-nutrition-tool .hl-fact {
  padding-top:18px;
  border-top:1px solid var(--rule);
}
.hl-nutrition-tool .hl-fact-label {
  display:block;
  margin-bottom:8px;
  color:var(--muted);
  font-size:10px;
  line-height:1.4;
  font-weight:700;
  letter-spacing:.10em;
  text-transform:uppercase;
}
.hl-nutrition-tool .hl-fact-text {
  display:block;
  color:var(--ink);
  font-size:15px;
  line-height:1.55;
}
.hl-nutrition-tool .hl-mini-spectrum {
  display:grid;
  grid-template-columns:repeat(6,1fr);
  gap:5px;
  margin-top:4px;
}
.hl-nutrition-tool .hl-mini-spectrum span {
  height:7px;
  border-radius:999px;
}

.hl-nutrition-tool .hl-footer {
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:30px;
  padding:22px clamp(30px,5cqi,60px);
  background:var(--brand);
  color:#fff;
}
.hl-nutrition-tool .hl-footer-copy {
  max-width:760px;
  margin:0;
  font-family:Georgia,"Times New Roman",serif;
  font-size:17px;
  line-height:1.5;
}
.hl-nutrition-tool .hl-footer-brand {
  flex:0 0 auto;
  font-size:10px;
  font-weight:700;
  letter-spacing:.13em;
  text-transform:uppercase;
  opacity:.72;
}

@container hltool (max-width:900px) {
  .hl-nutrition-tool .hl-head {
    grid-template-columns:1fr;
    gap:20px;
  }
  .hl-nutrition-tool .hl-headline { max-width:18ch; }
  .hl-nutrition-tool .hl-intro { max-width:60ch; }
  .hl-nutrition-tool .hl-choices {
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .hl-nutrition-tool .hl-panel {
    grid-template-columns:1fr;
    gap:28px;
  }
  .hl-nutrition-tool .hl-panel-side {
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:24px;
    padding-top:0;
  }
  .hl-nutrition-tool .hl-mini-spectrum {
    grid-column:1/-1;
    width:min(100%,320px);
  }
}

@container hltool (max-width:560px) {
  .hl-nutrition-tool {
    border-radius:20px;
  }
  .hl-nutrition-tool .hl-head {
    padding:30px 22px;
  }
  .hl-nutrition-tool .hl-headline {
    font-size:clamp(38px,11cqi,50px);
  }
  .hl-nutrition-tool .hl-intro {
    font-size:16px;
    line-height:1.6;
  }
  .hl-nutrition-tool .hl-choices-wrap {
    padding:18px 14px 22px;
  }
  .hl-nutrition-tool .hl-choices {
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:10px;
  }
  .hl-nutrition-tool .hl-choice {
    grid-template-columns:34px minmax(0,1fr);
    min-height:82px;
    gap:10px;
    padding:12px;
    border-radius:15px;
  }
  .hl-nutrition-tool .hl-choice-number {
    width:34px;
    height:34px;
    border-radius:10px;
    font-size:10px;
  }
  .hl-nutrition-tool .hl-choice-label {
    font-size:18px;
    line-height:1.16;
  }
  .hl-nutrition-tool .hl-choice-mark {
    display:none;
  }
  .hl-nutrition-tool .hl-panel {
    padding:36px 22px 42px;
    border-left-width:5px;
  }
  .hl-nutrition-tool .hl-panel-title {
    font-size:clamp(38px,10cqi,48px);
  }
  .hl-nutrition-tool .hl-panel-copy {
    font-size:17px;
    line-height:1.66;
  }
  .hl-nutrition-tool .hl-panel-side {
    grid-template-columns:1fr;
    gap:20px;
  }
  .hl-nutrition-tool .hl-footer {
    align-items:flex-start;
    flex-direction:column;
    padding:20px 22px;
  }
}

@container hltool (max-width:340px) {
  .hl-nutrition-tool .hl-choices {
    grid-template-columns:1fr;
  }
}

@media (prefers-reduced-motion:reduce) {
  .hl-nutrition-tool .hl-choice {
    transition:none;
  }
}
@media (forced-colors:active) {
  .hl-nutrition-tool .hl-choice {
    border:1px solid ButtonText;
  }
  .hl-nutrition-tool .hl-choice.is-active {
    outline:3px solid Highlight;
    outline-offset:3px;
  }
}

@supports not (container-type:inline-size) {
  @media (max-width:900px) {
    .hl-nutrition-tool .hl-head { grid-template-columns:1fr; }
    .hl-nutrition-tool .hl-choices { grid-template-columns:repeat(2,minmax(0,1fr)); }
    .hl-nutrition-tool .hl-panel { grid-template-columns:1fr; }
  }
  @media (max-width:560px) {
    .hl-nutrition-tool .hl-head { padding:30px 22px; }
    .hl-nutrition-tool .hl-choice-label { font-size:17px; }
    .hl-nutrition-tool .hl-panel { padding:36px 22px 42px; }
  }
}
</style>

<header class="hl-head">
  <div>
    <p class="hl-eyebrow" data-ui="eyebrow">Interactive Nutrition Map</p>
    <h2 class="hl-headline" data-ui="headline">How food affects your metabolism</h2>
  </div>
  <p class="hl-intro" data-ui="intro">Explore six food groups and see how they contribute to metabolism and physiological regulation.</p>
</header>

<div class="hl-choices-wrap">
  <div class="hl-choices" role="group" aria-label="Food groups" data-ui-aria="choicesLabel">
    
      <button class="hl-choice is-active" type="button" disabled
        data-group="vegetables" style="--choice:#2F5D3A;--choice-soft:#E8F0E9" aria-pressed="true">
        <span class="hl-choice-number">01</span>
        <span class="hl-choice-label">Vegetables</span>
        <span class="hl-choice-mark" aria-hidden="true"></span>
      </button>
      <button class="hl-choice" type="button" disabled
        data-group="fruits" style="--choice:#B34F39;--choice-soft:#F7E9E5" aria-pressed="false">
        <span class="hl-choice-number">02</span>
        <span class="hl-choice-label">Fruits</span>
        <span class="hl-choice-mark" aria-hidden="true"></span>
      </button>
      <button class="hl-choice" type="button" disabled
        data-group="proteins" style="--choice:#735797;--choice-soft:#EFEAF4" aria-pressed="false">
        <span class="hl-choice-number">03</span>
        <span class="hl-choice-label">Proteins</span>
        <span class="hl-choice-mark" aria-hidden="true"></span>
      </button>
      <button class="hl-choice" type="button" disabled
        data-group="healthyFats" style="--choice:#A86C0C;--choice-soft:#F6ECDD" aria-pressed="false">
        <span class="hl-choice-number">04</span>
        <span class="hl-choice-label">Healthy Fats</span>
        <span class="hl-choice-mark" aria-hidden="true"></span>
      </button>
      <button class="hl-choice" type="button" disabled
        data-group="fermentedFoods" style="--choice:#2D7878;--choice-soft:#E5F0F0" aria-pressed="false">
        <span class="hl-choice-number">05</span>
        <span class="hl-choice-label">Fermented Foods</span>
        <span class="hl-choice-mark" aria-hidden="true"></span>
      </button>
      <button class="hl-choice" type="button" disabled
        data-group="wholeGrains" style="--choice:#65762C;--choice-soft:#EDF0E2" aria-pressed="false">
        <span class="hl-choice-number">06</span>
        <span class="hl-choice-label">Whole Grains</span>
        <span class="hl-choice-mark" aria-hidden="true"></span>
      </button>
  </div>
</div>

<div class="hl-panels">
  
    <section class="hl-panel is-active" data-panel="vegetables" style="--panel:#2F5D3A;--panel-soft:#E8F0E9">
      <div class="hl-panel-main">
        <div class="hl-panel-topline">
          <span class="hl-panel-kicker" data-ui="roleLabel">Physiological role</span>
          <span class="hl-panel-count">01 / 06</span>
        </div>
        <h3 class="hl-panel-title" data-title>Vegetables</h3>
        <div class="hl-panel-role" data-role>Cellular protection</div>
        <p class="hl-panel-copy" data-text>Vegetables provide fiber, minerals and plant compounds involved in antioxidant defence, intestinal function and cellular signalling. A varied intake increases nutrient density and provides substrates that can support the gut microbiota and metabolic health.</p>
      </div>
      <div class="hl-panel-side">
        <div class="hl-fact">
          <span class="hl-fact-label" data-nutrients-label>Key nutrients</span>
          <span class="hl-fact-text" data-nutrients>Fiber, minerals, polyphenols, carotenoids, vitamin C</span>
        </div>
        <div class="hl-fact">
          <span class="hl-fact-label" data-ui="combinationsLabel">Food combinations</span>
          <span class="hl-fact-text" data-combinations>Healthy fats, proteins, fermented foods</span>
        </div>
        <div class="hl-mini-spectrum" aria-hidden="true">
          <span style="background:#2F5D3A"></span>
          <span style="background:#B34F39"></span>
          <span style="background:#735797"></span>
          <span style="background:#A86C0C"></span>
          <span style="background:#2D7878"></span>
          <span style="background:#65762C"></span>
        </div>
      </div>
    </section>
    <section class="hl-panel" data-panel="fruits" style="--panel:#B34F39;--panel-soft:#F7E9E5">
      <div class="hl-panel-main">
        <div class="hl-panel-topline">
          <span class="hl-panel-kicker" data-ui="roleLabel">Physiological role</span>
          <span class="hl-panel-count">02 / 06</span>
        </div>
        <h3 class="hl-panel-title" data-title>Fruits</h3>
        <div class="hl-panel-role" data-role>Micronutrients and fiber</div>
        <p class="hl-panel-copy" data-text>Fruits provide water, fiber, polyphenols, potassium and naturally occurring sugars. The metabolic response varies with portion size, the individual’s metabolic context and the composition of the meal.</p>
      </div>
      <div class="hl-panel-side">
        <div class="hl-fact">
          <span class="hl-fact-label" data-nutrients-label>Key nutrients</span>
          <span class="hl-fact-text" data-nutrients>Polyphenols, vitamin C, potassium, fiber, water</span>
        </div>
        <div class="hl-fact">
          <span class="hl-fact-label" data-ui="combinationsLabel">Food combinations</span>
          <span class="hl-fact-text" data-combinations>Nuts, yogurt, proteins, whole grains</span>
        </div>
        <div class="hl-mini-spectrum" aria-hidden="true">
          <span style="background:#2F5D3A"></span>
          <span style="background:#B34F39"></span>
          <span style="background:#735797"></span>
          <span style="background:#A86C0C"></span>
          <span style="background:#2D7878"></span>
          <span style="background:#65762C"></span>
        </div>
      </div>
    </section>
    <section class="hl-panel" data-panel="proteins" style="--panel:#735797;--panel-soft:#EFEAF4">
      <div class="hl-panel-main">
        <div class="hl-panel-topline">
          <span class="hl-panel-kicker" data-ui="roleLabel">Physiological role</span>
          <span class="hl-panel-count">03 / 06</span>
        </div>
        <h3 class="hl-panel-title" data-title>Proteins</h3>
        <div class="hl-panel-role" data-role>Repair and structure</div>
        <p class="hl-panel-copy" data-text>Protein provides amino acids needed for tissue maintenance and repair, enzyme and neurotransmitter synthesis, immune function and the maintenance of muscle and connective tissue. Adequate protein intake supports the body’s ongoing processes of maintenance and renewal.</p>
      </div>
      <div class="hl-panel-side">
        <div class="hl-fact">
          <span class="hl-fact-label" data-nutrients-label>Key nutrients</span>
          <span class="hl-fact-text" data-nutrients>Amino acids, iron, zinc and B vitamins, depending on the food source</span>
        </div>
        <div class="hl-fact">
          <span class="hl-fact-label" data-ui="combinationsLabel">Food combinations</span>
          <span class="hl-fact-text" data-combinations>Vegetables, healthy fats, complex carbohydrates</span>
        </div>
        <div class="hl-mini-spectrum" aria-hidden="true">
          <span style="background:#2F5D3A"></span>
          <span style="background:#B34F39"></span>
          <span style="background:#735797"></span>
          <span style="background:#A86C0C"></span>
          <span style="background:#2D7878"></span>
          <span style="background:#65762C"></span>
        </div>
      </div>
    </section>
    <section class="hl-panel" data-panel="healthyFats" style="--panel:#A86C0C;--panel-soft:#F6ECDD">
      <div class="hl-panel-main">
        <div class="hl-panel-topline">
          <span class="hl-panel-kicker" data-ui="roleLabel">Physiological role</span>
          <span class="hl-panel-count">04 / 06</span>
        </div>
        <h3 class="hl-panel-title" data-title>Healthy Fats</h3>
        <div class="hl-panel-role" data-role>Cell membranes and hormones</div>
        <p class="hl-panel-copy" data-text>Dietary fats are components of cell membranes and contribute to nervous system function, hormone synthesis and the absorption of fat-soluble vitamins. Their physiological effects vary with fatty-acid profile, food source, processing and the overall dietary pattern.</p>
      </div>
      <div class="hl-panel-side">
        <div class="hl-fact">
          <span class="hl-fact-label" data-nutrients-label>Key nutrients</span>
          <span class="hl-fact-text" data-nutrients>Omega-3, monounsaturated fats, vitamin E, fat-soluble compounds</span>
        </div>
        <div class="hl-fact">
          <span class="hl-fact-label" data-ui="combinationsLabel">Food combinations</span>
          <span class="hl-fact-text" data-combinations>Vegetables, proteins, herbs, fermented foods</span>
        </div>
        <div class="hl-mini-spectrum" aria-hidden="true">
          <span style="background:#2F5D3A"></span>
          <span style="background:#B34F39"></span>
          <span style="background:#735797"></span>
          <span style="background:#A86C0C"></span>
          <span style="background:#2D7878"></span>
          <span style="background:#65762C"></span>
        </div>
      </div>
    </section>
    <section class="hl-panel" data-panel="fermentedFoods" style="--panel:#2D7878;--panel-soft:#E5F0F0">
      <div class="hl-panel-main">
        <div class="hl-panel-topline">
          <span class="hl-panel-kicker" data-ui="roleLabel">Physiological role</span>
          <span class="hl-panel-count">05 / 06</span>
        </div>
        <h3 class="hl-panel-title" data-title>Fermented Foods</h3>
        <div class="hl-panel-role" data-role>Microbiota and gut-immune interactions</div>
        <p class="hl-panel-copy" data-text>Some fermented foods can contribute live microorganisms and compounds produced during fermentation. Their effects depend on individual tolerance, the type of fermentation and the overall diet. Not all fermented foods contain live microorganisms or qualify as probiotics.</p>
      </div>
      <div class="hl-panel-side">
        <div class="hl-fact">
          <span class="hl-fact-label" data-nutrients-label>Key components</span>
          <span class="hl-fact-text" data-nutrients>Organic acids, bioactive compounds and, in some foods, live microorganisms</span>
        </div>
        <div class="hl-fact">
          <span class="hl-fact-label" data-ui="combinationsLabel">Food combinations</span>
          <span class="hl-fact-text" data-combinations>Vegetables, proteins, whole grains</span>
        </div>
        <div class="hl-mini-spectrum" aria-hidden="true">
          <span style="background:#2F5D3A"></span>
          <span style="background:#B34F39"></span>
          <span style="background:#735797"></span>
          <span style="background:#A86C0C"></span>
          <span style="background:#2D7878"></span>
          <span style="background:#65762C"></span>
        </div>
      </div>
    </section>
    <section class="hl-panel" data-panel="wholeGrains" style="--panel:#65762C;--panel-soft:#EDF0E2">
      <div class="hl-panel-main">
        <div class="hl-panel-topline">
          <span class="hl-panel-kicker" data-ui="roleLabel">Physiological role</span>
          <span class="hl-panel-count">06 / 06</span>
        </div>
        <h3 class="hl-panel-title" data-title>Whole Grains</h3>
        <div class="hl-panel-role" data-role>Energy and satiety</div>
        <p class="hl-panel-copy" data-text>Whole grains provide fiber, B vitamins, magnesium and complex carbohydrates. They can support satiety and bowel regularity. The glycaemic response varies with the type of grain, degree of processing, cooking method, portion size and meal composition.</p>
      </div>
      <div class="hl-panel-side">
        <div class="hl-fact">
          <span class="hl-fact-label" data-nutrients-label>Key nutrients</span>
          <span class="hl-fact-text" data-nutrients>Fiber, B vitamins, magnesium, complex carbohydrates</span>
        </div>
        <div class="hl-fact">
          <span class="hl-fact-label" data-ui="combinationsLabel">Food combinations</span>
          <span class="hl-fact-text" data-combinations>Proteins, healthy fats, vegetables</span>
        </div>
        <div class="hl-mini-spectrum" aria-hidden="true">
          <span style="background:#2F5D3A"></span>
          <span style="background:#B34F39"></span>
          <span style="background:#735797"></span>
          <span style="background:#A86C0C"></span>
          <span style="background:#2D7878"></span>
          <span style="background:#65762C"></span>
        </div>
      </div>
    </section>
</div>

<footer class="hl-footer">
  <p class="hl-footer-copy" data-ui="footer">Food provides energy and nutrients that contribute to metabolism, cellular function and physiological regulation.</p>
  <span class="hl-footer-brand">Health &amp; Life</span>
</footer>

<script>
(function(){
  "use strict";

  var translations = {
  "en": {
    "title": "The Living Nutrition Map",
    "subtitle": "A visual guide to how different food groups contribute to metabolism and the body’s regulatory processes.",
    "orbitLabel": "The Living Nutrition Map food groups",
    "hub": "Metabolism & Regulation",
    "kicker": "The Living Nutrition Map",
    "functionLabel": "Physiological role",
    "nutrientsLabel": "Key nutrients",
    "combinationsLabel": "Food combinations",
    "footer": "Food provides energy and nutrients that contribute to metabolism, cellular function and physiological regulation.",
    "groups": {
      "vegetables": {
        "label": "Vegetables",
        "color": "#2F5D3A",
        "role": "Cellular protection",
        "text": "Vegetables provide fiber, minerals and plant compounds involved in antioxidant defence, intestinal function and cellular signalling. A varied intake increases nutrient density and provides substrates that can support the gut microbiota and metabolic health.",
        "nutrients": "Fiber, minerals, polyphenols, carotenoids, vitamin C",
        "combinations": "Healthy fats, proteins, fermented foods"
      },
      "fruits": {
        "label": "Fruits",
        "color": "#E86F51",
        "role": "Micronutrients and fiber",
        "text": "Fruits provide water, fiber, polyphenols, potassium and naturally occurring sugars. The metabolic response varies with portion size, the individual’s metabolic context and the composition of the meal.",
        "nutrients": "Polyphenols, vitamin C, potassium, fiber, water",
        "combinations": "Nuts, yogurt, proteins, whole grains"
      },
      "proteins": {
        "label": "Proteins",
        "color": "#7C5AA6",
        "role": "Repair and structure",
        "text": "Protein provides amino acids needed for tissue maintenance and repair, enzyme and neurotransmitter synthesis, immune function and the maintenance of muscle and connective tissue. Adequate protein intake supports the body’s ongoing processes of maintenance and renewal.",
        "nutrients": "Amino acids, iron, zinc and B vitamins, depending on the food source",
        "combinations": "Vegetables, healthy fats, complex carbohydrates"
      },
      "healthyFats": {
        "label": "Healthy Fats",
        "color": "#D99A27",
        "role": "Cell membranes and hormones",
        "text": "Dietary fats are components of cell membranes and contribute to nervous system function, hormone synthesis and the absorption of fat-soluble vitamins. Their physiological effects vary with fatty-acid profile, food source, processing and the overall dietary pattern.",
        "nutrients": "Omega-3, monounsaturated fats, vitamin E, fat-soluble compounds",
        "combinations": "Vegetables, proteins, herbs, fermented foods"
      },
      "fermentedFoods": {
        "label": "Fermented Foods",
        "color": "#2C8C8C",
        "role": "Microbiota and gut-immune interactions",
        "text": "Some fermented foods can contribute live microorganisms and compounds produced during fermentation. Their effects depend on individual tolerance, the type of fermentation and the overall diet. Not all fermented foods contain live microorganisms or qualify as probiotics.",
        "nutrients": "Organic acids, bioactive compounds and, in some foods, live microorganisms",
        "combinations": "Vegetables, proteins, whole grains",
        "nutrientsLabel": "Key components"
      },
      "wholeGrains": {
        "label": "Whole Grains",
        "color": "#7A8F35",
        "role": "Energy and satiety",
        "text": "Whole grains provide fiber, B vitamins, magnesium and complex carbohydrates. They can support satiety and bowel regularity. The glycaemic response varies with the type of grain, degree of processing, cooking method, portion size and meal composition.",
        "nutrients": "Fiber, B vitamins, magnesium, complex carbohydrates",
        "combinations": "Proteins, healthy fats, vegetables"
      }
    }
  },
  "ca": {
    "title": "Mapa interactiu de nutrició",
    "subtitle": "Una guia visual per veure com els diferents grups d’aliments intervenen en el metabolisme i en els processos de regulació de l’organisme.",
    "orbitLabel": "Grups d’aliments del mapa interactiu de nutrició",
    "hub": "Metabolisme i regulació",
    "kicker": "Mapa interactiu de nutrició",
    "functionLabel": "Paper fisiològic",
    "nutrientsLabel": "Nutrients clau",
    "combinationsLabel": "Combinacions d’aliments",
    "footer": "Els aliments aporten energia i nutrients que intervenen en el metabolisme, la funció cel·lular i la regulació fisiològica.",
    "groups": {
      "vegetables": {
        "label": "Verdures",
        "color": "#2F5D3A",
        "role": "Protecció cel·lular",
        "text": "Les verdures aporten fibra, minerals i compostos vegetals que intervenen en la defensa antioxidant, la funció intestinal i la senyalització cel·lular. Una alimentació variada en verdures augmenta la densitat nutricional i aporta substrats que poden afavorir la microbiota intestinal i la salut metabòlica.",
        "nutrients": "Fibra, minerals, polifenols, carotenoides, vitamina C",
        "combinations": "Greixos saludables, proteïnes, aliments fermentats"
      },
      "fruits": {
        "label": "Fruites",
        "color": "#E86F51",
        "role": "Micronutrients i fibra",
        "text": "Les fruites aporten aigua, fibra, polifenols, potassi i sucres presents de manera natural. La resposta metabòlica varia segons la quantitat, el context metabòlic de cada persona i la composició de l’àpat.",
        "nutrients": "Polifenols, vitamina C, potassi, fibra, aigua",
        "combinations": "Fruits secs, iogurt, proteïnes, cereals integrals"
      },
      "proteins": {
        "label": "Proteïnes",
        "color": "#7C5AA6",
        "role": "Reparació i estructura",
        "text": "Les proteïnes aporten aminoàcids necessaris per al manteniment i la reparació dels teixits, la síntesi d’enzims i neurotransmissors, la funció immunitària i el manteniment de la massa muscular i del teixit connectiu. Una ingesta adequada ajuda a sostenir els processos continus de manteniment i renovació de l’organisme.",
        "nutrients": "Aminoàcids, ferro, zinc i vitamines del grup B, segons l’aliment",
        "combinations": "Verdures, greixos saludables, carbohidrats complexos"
      },
      "healthyFats": {
        "label": "Greixos saludables",
        "color": "#D99A27",
        "role": "Membranes cel·lulars i hormones",
        "text": "Els greixos de la dieta formen part de les membranes cel·lulars i intervenen en la funció del sistema nerviós, la síntesi hormonal i l’absorció de vitamines liposolubles. Els seus efectes fisiològics varien segons el perfil d’àcids grassos, l’aliment d’origen, el processament i el conjunt de la dieta.",
        "nutrients": "Omega-3, greixos monoinsaturats, vitamina E, compostos liposolubles",
        "combinations": "Verdures, proteïnes, herbes, aliments fermentats"
      },
      "fermentedFoods": {
        "label": "Aliments fermentats",
        "color": "#2C8C8C",
        "role": "Microbiota i interacció entre intestí i sistema immunitari",
        "text": "Alguns aliments fermentats poden aportar microorganismes vius i compostos produïts durant la fermentació. Els seus efectes depenen de la tolerància individual, del tipus de fermentació i del conjunt de l’alimentació. No tots els aliments fermentats contenen microorganismes vius ni es poden considerar probiòtics.",
        "nutrients": "Àcids orgànics, compostos bioactius i, en alguns aliments, microorganismes vius",
        "combinations": "Verdures, proteïnes, cereals integrals",
        "nutrientsLabel": "Components clau"
      },
      "wholeGrains": {
        "label": "Cereals integrals",
        "color": "#7A8F35",
        "role": "Energia i sacietat",
        "text": "Els cereals integrals aporten fibra, vitamines del grup B, magnesi i carbohidrats complexos. Poden afavorir la sacietat i la regularitat intestinal. La resposta glucèmica varia segons el tipus de cereal, el grau de processament, la cocció, la ració i la composició de l’àpat.",
        "nutrients": "Fibra, vitamines B, magnesi, carbohidrats complexos",
        "combinations": "Proteïnes, greixos saludables, verdures"
      }
    }
  },
  "es": {
    "title": "Mapa interactivo de nutrición",
    "subtitle": "Una guía visual para ver cómo los distintos grupos de alimentos intervienen en el metabolismo y en los procesos de regulación del organismo.",
    "orbitLabel": "Grupos de alimentos del mapa interactivo de nutrición",
    "hub": "Metabolismo y regulación",
    "kicker": "Mapa interactivo de nutrición",
    "functionLabel": "Papel fisiológico",
    "nutrientsLabel": "Nutrientes clave",
    "combinationsLabel": "Combinaciones de alimentos",
    "footer": "Los alimentos aportan energía y nutrientes que intervienen en el metabolismo, la función celular y la regulación fisiológica.",
    "groups": {
      "vegetables": {
        "label": "Verduras",
        "color": "#2F5D3A",
        "role": "Protección celular",
        "text": "Las verduras aportan fibra, minerales y compuestos vegetales que intervienen en la defensa antioxidante, la función intestinal y la señalización celular. Una alimentación variada en verduras aumenta la densidad nutricional y aporta sustratos que pueden favorecer la microbiota intestinal y la salud metabólica.",
        "nutrients": "Fibra, minerales, polifenoles, carotenoides, vitamina C",
        "combinations": "Grasas saludables, proteínas, alimentos fermentados"
      },
      "fruits": {
        "label": "Frutas",
        "color": "#E86F51",
        "role": "Micronutrientes y fibra",
        "text": "Las frutas aportan agua, fibra, polifenoles, potasio y azúcares presentes de forma natural. La respuesta metabólica varía según la cantidad, el contexto metabólico de cada persona y la composición de la comida.",
        "nutrients": "Polifenoles, vitamina C, potasio, fibra, agua",
        "combinations": "Frutos secos, yogur, proteínas, cereales integrales"
      },
      "proteins": {
        "label": "Proteínas",
        "color": "#7C5AA6",
        "role": "Reparación y estructura",
        "text": "Las proteínas aportan aminoácidos necesarios para el mantenimiento y la reparación de los tejidos, la síntesis de enzimas y neurotransmisores, la función inmunitaria y el mantenimiento de la masa muscular y del tejido conectivo. Una ingesta adecuada ayuda a sostener los procesos continuos de mantenimiento y renovación del organismo.",
        "nutrients": "Aminoácidos, hierro, zinc y vitaminas del grupo B, según el alimento",
        "combinations": "Verduras, grasas saludables, carbohidratos complejos"
      },
      "healthyFats": {
        "label": "Grasas saludables",
        "color": "#D99A27",
        "role": "Membranas celulares y hormonas",
        "text": "Las grasas de la dieta forman parte de las membranas celulares e intervienen en la función del sistema nervioso, la síntesis hormonal y la absorción de vitaminas liposolubles. Sus efectos fisiológicos varían según el perfil de ácidos grasos, el alimento de origen, el procesamiento y el conjunto de la dieta.",
        "nutrients": "Omega-3, grasas monoinsaturadas, vitamina E, compuestos liposolubles",
        "combinations": "Verduras, proteínas, hierbas, alimentos fermentados"
      },
      "fermentedFoods": {
        "label": "Fermentados",
        "color": "#2C8C8C",
        "role": "Microbiota e interacción entre intestino y sistema inmunitario",
        "text": "Algunos alimentos fermentados pueden aportar microorganismos vivos y compuestos producidos durante la fermentación. Sus efectos dependen de la tolerancia individual, del tipo de fermentación y del conjunto de la alimentación. No todos los alimentos fermentados contienen microorganismos vivos ni se pueden considerar probióticos.",
        "nutrients": "Ácidos orgánicos, compuestos bioactivos y, en algunos alimentos, microorganismos vivos",
        "combinations": "Verduras, proteínas, cereales integrales",
        "nutrientsLabel": "Componentes clave"
      },
      "wholeGrains": {
        "label": "Cereales integrales",
        "color": "#7A8F35",
        "role": "Energía y saciedad",
        "text": "Los cereales integrales aportan fibra, vitaminas del grupo B, magnesio y carbohidratos complejos. Pueden favorecer la saciedad y la regularidad intestinal. La respuesta glucémica varía según el tipo de cereal, el grado de procesamiento, la cocción, la ración y la composición de la comida.",
        "nutrients": "Fibra, vitaminas B, magnesio, carbohidratos complejos",
        "combinations": "Proteínas, grasas saludables, verduras"
      }
    }
  },
  "de": {
    "title": "Interaktive Ernährungskarte",
    "subtitle": "Eine visuelle Übersicht darüber, wie verschiedene Lebensmittelgruppen zum Stoffwechsel und zu physiologischen Regulationsprozessen beitragen.",
    "orbitLabel": "Lebensmittelgruppen der interaktiven Ernährungskarte",
    "hub": "Stoffwechsel und Regulation",
    "kicker": "Interaktive Ernährungskarte",
    "functionLabel": "Physiologische Rolle",
    "nutrientsLabel": "Wichtige Nährstoffe",
    "combinationsLabel": "Lebensmittelkombinationen",
    "footer": "Lebensmittel liefern Energie und Nährstoffe, die zum Stoffwechsel, zur Zellfunktion und zur physiologischen Regulation beitragen.",
    "groups": {
      "vegetables": {
        "label": "Gemüse",
        "color": "#2F5D3A",
        "role": "Zellschutz",
        "text": "Gemüse liefert Ballaststoffe, Mineralstoffe und Pflanzenstoffe, die an antioxidativen Schutzmechanismen, der Darmfunktion und der zellulären Signalübertragung beteiligt sind. Eine abwechslungsreiche Gemüseauswahl erhöht die Nährstoffdichte der Ernährung und liefert Substrate, die die Darmmikrobiota und die Stoffwechselgesundheit unterstützen können.",
        "nutrients": "Ballaststoffe, Mineralstoffe, Polyphenole, Carotinoide, Vitamin C",
        "combinations": "Gesunde Fette, Proteine, fermentierte Lebensmittel"
      },
      "fruits": {
        "label": "Obst",
        "color": "#E86F51",
        "role": "Mikronährstoffe und Ballaststoffe",
        "text": "Obst liefert Wasser, Ballaststoffe, Polyphenole, Kalium und natürlich vorkommende Zucker. Die Stoffwechselreaktion hängt von der Portionsgröße, der individuellen Stoffwechselsituation und der Zusammensetzung der Mahlzeit ab.",
        "nutrients": "Polyphenole, Vitamin C, Kalium, Ballaststoffe, Wasser",
        "combinations": "Nüsse, Joghurt, Proteine, Vollkorn"
      },
      "proteins": {
        "label": "Proteine",
        "color": "#7C5AA6",
        "role": "Reparatur und Struktur",
        "text": "Proteine liefern Aminosäuren, die für den Erhalt und die Reparatur von Gewebe, die Synthese von Enzymen und Neurotransmittern, die Immunfunktion sowie den Erhalt von Muskelmasse und Bindegewebe benötigt werden. Eine ausreichende Proteinzufuhr unterstützt die laufenden Erhaltungs- und Erneuerungsprozesse des Körpers.",
        "nutrients": "Aminosäuren, Eisen, Zink und B-Vitamine, je nach Lebensmittel",
        "combinations": "Gemüse, gesunde Fette, komplexe Kohlenhydrate"
      },
      "healthyFats": {
        "label": "Gesunde Fette",
        "color": "#D99A27",
        "role": "Zellmembranen und Hormone",
        "text": "Nahrungsfette sind Bestandteile von Zellmembranen und tragen zur Funktion des Nervensystems, zur Hormonsynthese und zur Aufnahme fettlöslicher Vitamine bei. Ihre physiologischen Wirkungen unterscheiden sich je nach Fettsäureprofil, Lebensmittelquelle, Verarbeitung und Ernährungsmuster.",
        "nutrients": "Omega-3, einfach ungesättigte Fette, Vitamin E, fettlösliche Verbindungen",
        "combinations": "Gemüse, Proteine, Kräuter, fermentierte Lebensmittel"
      },
      "fermentedFoods": {
        "label": "Fermentiertes",
        "color": "#2C8C8C",
        "role": "Mikrobiota und Zusammenspiel von Darm und Immunsystem",
        "text": "Einige fermentierte Lebensmittel können lebende Mikroorganismen und während der Fermentation entstehende Verbindungen liefern. Ihre Wirkung hängt von der individuellen Verträglichkeit, der Art der Fermentation und der gesamten Ernährung ab. Nicht alle fermentierten Lebensmittel enthalten lebende Mikroorganismen oder gelten als Probiotika.",
        "nutrients": "Organische Säuren, bioaktive Verbindungen und in manchen Lebensmitteln lebende Mikroorganismen",
        "combinations": "Gemüse, Proteine, Vollkorn",
        "nutrientsLabel": "Wichtige Bestandteile"
      },
      "wholeGrains": {
        "label": "Vollkorn",
        "color": "#7A8F35",
        "role": "Energie und Sättigung",
        "text": "Vollkornprodukte liefern Ballaststoffe, B-Vitamine, Magnesium und komplexe Kohlenhydrate. Sie können zur Sättigung und zu einer regelmäßigen Verdauung beitragen. Die Blutzuckerreaktion variiert je nach Getreideart, Verarbeitungsgrad, Zubereitung, Portionsgröße und Zusammensetzung der Mahlzeit.",
        "nutrients": "Ballaststoffe, B-Vitamine, Magnesium, komplexe Kohlenhydrate",
        "combinations": "Proteine, gesunde Fette, Gemüse"
      }
    }
  }
};

  var ui = {
    en:{
      eyebrow:"Interactive Nutrition Map",
      headline:"How food affects your metabolism",
      intro:"Explore six food groups and see how they contribute to metabolism and physiological regulation.",
      choicesLabel:"Food groups",
      roleLabel:"Physiological role",
      combinationsLabel:"Food combinations"
    },
    ca:{
      eyebrow:"Mapa interactiu de nutrició",
      headline:"Com influeix l’alimentació en el metabolisme",
      intro:"Explora sis grups d’aliments i descobreix com intervenen en el metabolisme i en la regulació fisiològica.",
      choicesLabel:"Grups d’aliments",
      roleLabel:"Paper fisiològic",
      combinationsLabel:"Combinacions d’aliments"
    },
    es:{
      eyebrow:"Mapa interactivo de nutrición",
      headline:"Cómo influye la alimentación en el metabolismo",
      intro:"Explora seis grupos de alimentos y descubre cómo intervienen en el metabolismo y en la regulación fisiológica.",
      choicesLabel:"Grupos de alimentos",
      roleLabel:"Papel fisiológico",
      combinationsLabel:"Combinaciones de alimentos"
    },
    de:{
      eyebrow:"Interaktive Ernährungskarte",
      headline:"Wie Ernährung den Stoffwechsel beeinflusst",
      intro:"Entdecken Sie sechs Lebensmittelgruppen und erfahren Sie, wie sie zum Stoffwechsel und zur physiologischen Regulation beitragen.",
      choicesLabel:"Lebensmittelgruppen",
      roleLabel:"Physiologische Rolle",
      combinationsLabel:"Lebensmittelkombinationen"
    }
  };

  function detectLang(root){
    var raw=(document.documentElement.getAttribute("lang")||root.getAttribute("lang")||"en")
      .toLowerCase().replace(/_/g,"-").split("-")[0];

    if(translations[raw]) return raw;

    var path=(window.location.pathname||"").toLowerCase().split("/").filter(Boolean);
    if(path.indexOf("ca")!==-1 || path.indexOf("cat")!==-1) return "ca";
    if(path.indexOf("es")!==-1) return "es";
    if(path.indexOf("de")!==-1) return "de";
    return "en";
  }

  function init(root){
    if(root.__hlNutritionToolInit) return;

    var lang=detectLang(root);
    var copy=translations[lang] || translations.en;
    var labels=ui[lang] || ui.en;
    var buttons=[].slice.call(root.querySelectorAll(".hl-choice"));
    var panels=[].slice.call(root.querySelectorAll(".hl-panel"));

    if(buttons.length!==6 || panels.length!==6) return;

    root.querySelector('[data-ui="eyebrow"]').textContent=labels.eyebrow;
    root.querySelector('[data-ui="headline"]').textContent=labels.headline;
    root.querySelector('[data-ui="intro"]').textContent=labels.intro;
    root.querySelector('[data-ui-aria="choicesLabel"]').setAttribute("aria-label",labels.choicesLabel);
    root.querySelector('[data-ui="footer"]').textContent=copy.footer;

    panels.forEach(function(panel){
      var group=panel.getAttribute("data-panel");
      var item=copy.groups[group];
      panel.querySelector('[data-ui="roleLabel"]').textContent=labels.roleLabel;
      panel.querySelector('[data-title]').textContent=item.label;
      panel.querySelector('[data-role]').textContent=item.role;
      panel.querySelector('[data-text]').textContent=item.text;
      panel.querySelector('[data-nutrients-label]').textContent=item.nutrientsLabel || copy.nutrientsLabel;
      panel.querySelector('[data-nutrients]').textContent=item.nutrients;
      panel.querySelector('[data-ui="combinationsLabel"]').textContent=labels.combinationsLabel;
      panel.querySelector('[data-combinations]').textContent=item.combinations;
    });

    buttons.forEach(function(button){
      var group=button.getAttribute("data-group");
      button.querySelector(".hl-choice-label").textContent=copy.groups[group].label;
      button.addEventListener("click",function(){
        show(group);
      });
    });

    function show(group){
      buttons.forEach(function(button){
        var active=button.getAttribute("data-group")===group;
        button.classList.toggle("is-active",active);
        button.setAttribute("aria-pressed",active?"true":"false");
      });
      panels.forEach(function(panel){
        panel.hidden=panel.getAttribute("data-panel")!==group;
      });
    }

    root.lang=lang;
    root.setAttribute("data-hl-ready","");
    buttons.forEach(function(button){button.disabled=false;});
    show("vegetables");
    root.__hlNutritionToolInit=true;
  }

  function initAll(){
    document.querySelectorAll(".hl-nutrition-tool[data-hl-nutrition-tool]").forEach(init);
  }

  var currentScript=document.currentScript;
  var ownRoot=currentScript && currentScript.closest("[data-hl-nutrition-tool]");
  if(ownRoot) init(ownRoot);
  else if(document.readyState==="loading") document.addEventListener("DOMContentLoaded",initAll,{once:true});
  else initAll();
})();
</script>
</div>
</div>
			</div>
			</div>
				
				
				
				
			</div><div class="et_pb_row et_pb_row_13">
				<div class="et_pb_column et_pb_column_4_4 et_pb_column_13  et_pb_css_mix_blend_mode_passthrough et-last-child">
				
				
				
				
				<div class="et_pb_module et_pb_code et_pb_code_13">
				
				
				
				
				<div class="et_pb_code_inner"><div class="hl-health-products-box" data-hl-health-products-box>
  <style>
    .hl-health-products-box {
      --hl-hp-bg: #4A3427;
      --hl-hp-card: #FFFDF9;
      --hl-hp-text: #FFFDF9;
      --hl-hp-soft: rgba(255, 253, 249, 0.76);
      --hl-hp-accent: #E86F51;
      --hl-hp-accent-hover: #D95E43;
      --hl-hp-green: #2F5D3A;
      --hl-hp-purple: #735797;
      --hl-hp-gold: #A86C0C;
      --hl-hp-teal: #2D7878;
      --hl-hp-olive: #65762C;

      width: 100%;
      max-width: 1180px;
      margin: clamp(24px, 3vw, 36px) auto 0;
      box-sizing: border-box;
      border-radius: 30px;
      overflow: hidden;
      background: var(--hl-hp-bg);
      color: var(--hl-hp-text);
      position: relative;
      box-shadow: 0 18px 42px rgba(74, 52, 39, 0.10);
      isolation: isolate;
      font-family: Arial, Helvetica, sans-serif;
    }

    .hl-health-products-box *,
    .hl-health-products-box *::before,
    .hl-health-products-box *::after {
      box-sizing: border-box;
    }

    .hl-health-products-spectrum {
      display: grid;
      grid-template-columns: repeat(6, 1fr);
      height: 8px;
      width: 100%;
    }

    .hl-health-products-spectrum span:nth-child(1) { background: var(--hl-hp-green); }
    .hl-health-products-spectrum span:nth-child(2) { background: var(--hl-hp-accent); }
    .hl-health-products-spectrum span:nth-child(3) { background: var(--hl-hp-purple); }
    .hl-health-products-spectrum span:nth-child(4) { background: var(--hl-hp-gold); }
    .hl-health-products-spectrum span:nth-child(5) { background: var(--hl-hp-teal); }
    .hl-health-products-spectrum span:nth-child(6) { background: var(--hl-hp-olive); }

    .hl-health-products-inner {
      display: grid;
      grid-template-columns: minmax(0, 1.35fr) minmax(240px, 0.65fr);
      gap: clamp(34px, 5vw, 72px);
      align-items: center;
      padding: clamp(34px, 5vw, 58px);
      position: relative;
      z-index: 1;
    }

    .hl-health-products-box::after {
      content: "";
      position: absolute;
      width: 280px;
      height: 280px;
      right: -115px;
      bottom: -145px;
      border: 44px solid rgba(232, 111, 81, 0.12);
      border-radius: 50%;
      pointer-events: none;
    }

    .hl-health-products-label {
      margin: 0 0 12px;
      color: rgba(255, 253, 249, 0.66);
      font: 700 11px/1.35 Arial, Helvetica, sans-serif;
      letter-spacing: 0.13em;
      text-transform: uppercase;
    }

    .hl-health-products-title {
      margin: 0;
      max-width: 18ch;
      color: var(--hl-hp-text);
      font-family: Georgia, "Times New Roman", serif;
      font-size: clamp(34px, 4vw, 52px);
      line-height: 1.04;
      font-weight: 400;
      letter-spacing: -0.02em;
      text-wrap: balance;
    }

    .hl-health-products-text {
      margin: 18px 0 0;
      max-width: 66ch;
      color: var(--hl-hp-soft);
      font: 400 clamp(16px, 1.45vw, 18px)/1.62 Arial, Helvetica, sans-serif;
    }

    .hl-health-products-note {
      margin: 16px 0 0;
      max-width: 66ch;
      color: rgba(255, 253, 249, 0.52);
      font: 400 13px/1.5 Arial, Helvetica, sans-serif;
    }

    .hl-health-products-action {
      display: flex;
      justify-content: flex-end;
      align-items: center;
    }

    .hl-health-products-button {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-width: 220px;
      min-height: 56px;
      padding: 16px 26px;
      border-radius: 999px;
      background: var(--hl-hp-accent);
      color: #FFFFFF;
      text-decoration: none;
      font: 700 16px/1.2 Arial, Helvetica, sans-serif;
      letter-spacing: 0;
      white-space: nowrap;
      box-shadow: 0 14px 28px rgba(0, 0, 0, 0.18);
      transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
      touch-action: manipulation;
      -webkit-tap-highlight-color: transparent;
    }

    .hl-health-products-button::after {
      content: "→";
      margin-left: 12px;
      font-size: 19px;
      line-height: 1;
      transition: transform 160ms ease;
    }

    .hl-health-products-button:hover,
    .hl-health-products-button:focus-visible {
      transform: translateY(-2px);
      background: var(--hl-hp-accent-hover);
      box-shadow: 0 18px 34px rgba(0, 0, 0, 0.22);
      outline: none;
    }

    .hl-health-products-button:hover::after,
    .hl-health-products-button:focus-visible::after {
      transform: translateX(3px);
    }

    @media (max-width: 820px) {
      .hl-health-products-inner {
        grid-template-columns: 1fr;
        gap: 28px;
      }

      .hl-health-products-action {
        justify-content: flex-start;
      }
    }

    @media (max-width: 560px) {
      .hl-health-products-box {
        border-radius: 20px;
      }

      .hl-health-products-inner {
        padding: 30px 22px 34px;
      }

      .hl-health-products-title {
        font-size: clamp(32px, 10vw, 42px);
      }

      .hl-health-products-text {
        font-size: 16px;
        line-height: 1.58;
      }

      .hl-health-products-button {
        width: 100%;
        min-width: 0;
        min-height: 58px;
        font-size: 17px;
      }
    }

    @media (prefers-reduced-motion: reduce) {
      .hl-health-products-button,
      .hl-health-products-button::after {
        transition: none;
      }
    }
  </style>

  <div class="hl-health-products-spectrum" aria-hidden="true">
    <span></span><span></span><span></span><span></span><span></span><span></span>
  </div>

  <div class="hl-health-products-inner">
    <div class="hl-health-products-content">
      <p class="hl-health-products-label" data-i18n="label">Health & Life · Health Products</p> 

      <h3 class="hl-health-products-title" data-i18n="title">
        Explore Health Products
      </h3>

      <p class="hl-health-products-text" data-i18n="text">
        Discover a selection of health and wellbeing products chosen for their formulation, quality and relevance to the Health & Life approach.
      </p> 

      <p class="hl-health-products-note" data-i18n="note">
        Some links may be affiliate links. Health & Life may receive a commission at no additional cost to you.
      </p> 
    </div>

    <div class="hl-health-products-action">
      <a class="hl-health-products-button" href="https://healthandlifeonline.com/naturalpicks/" data-i18n="button">
        Explore Health Products
      </a>
    </div>
  </div>

  <script>
    (function () {
      "use strict";

      var translations = {
        en: {
          label: "Health & Life · Health Products",
          title: "Explore Health Products",
          text: "Discover a selection of health and wellbeing products chosen for their formulation, quality and relevance to the Health & Life approach.",
          note: "Some links may be affiliate links. Health & Life may receive a commission at no additional cost to you.",
          button: "Explore Health Products"
        },
        ca: {
          label: "Health & Life · Productes de salut",
          title: "Descobreix Health Products",
          text: "Explora una selecció de productes de salut i benestar escollits per la seva formulació, qualitat i relació amb l’enfocament de Health & Life.",
          note: "Alguns enllaços poden ser d’afiliació. Health & Life pot rebre una comissió sense cap cost addicional per a tu.",
          button: "Veure Health Products"
        },
        es: {
          label: "Health & Life · Productos de salud",
          title: "Descubre Health Products",
          text: "Explora una selección de productos de salud y bienestar elegidos por su formulación, calidad y relación con el enfoque de Health & Life.",
          note: "Algunos enlaces pueden ser de afiliación. Health & Life puede recibir una comisión sin coste adicional para ti.",
          button: "Ver Health Products"
        },
        de: {
          label: "Health & Life · Gesundheitsprodukte",
          title: "Health Products entdecken",
          text: "Entdecken Sie eine Auswahl an Gesundheits- und Wellnessprodukten, die nach Formulierung, Qualität und ihrer Relevanz für den Health & Life-Ansatz ausgewählt wurden.",
          note: "Einige Links können Affiliate-Links sein. Health & Life kann eine Provision erhalten, ohne dass Ihnen zusätzliche Kosten entstehen.",
          button: "Health Products ansehen"
        }
      };

      function detectLanguage() {
        var pageLang = (document.documentElement.getAttribute("lang") || "en")
          .toLowerCase()
          .replace(/_/g, "-")
          .split("-")[0];

        if (translations[pageLang]) return pageLang;

        var path = (window.location.pathname || "")
          .toLowerCase()
          .split("/")
          .filter(Boolean);

        if (path.indexOf("ca") !== -1 || path.indexOf("cat") !== -1) return "ca";
        if (path.indexOf("es") !== -1) return "es";
        if (path.indexOf("de") !== -1) return "de";

        return "en";
      }

      function initBox(box) {
        if (box.__hlHealthProductsInitialized) return;

        var lang = detectLanguage();
        var copy = translations[lang] || translations.en;

        box.querySelectorAll("[data-i18n]").forEach(function (element) {
          var key = element.getAttribute("data-i18n");
          if (Object.prototype.hasOwnProperty.call(copy, key)) {
            element.textContent = copy[key];
          }
        });

        box.__hlHealthProductsInitialized = true;
      }

      function initAll() {
        document
          .querySelectorAll(".hl-health-products-box[data-hl-health-products-box]")
          .forEach(initBox);
      }

      var currentScript = document.currentScript;
      var ownBox =
        currentScript &&
        currentScript.closest("[data-hl-health-products-box]");

      if (ownBox) initBox(ownBox);
      else if (document.readyState === "loading") {
        document.addEventListener("DOMContentLoaded", initAll, { once: true });
      } else {
        initAll();
      }
    })();
  </script>
</div>
</div>
			</div>
			</div>
				
				
				
				
			</div><div class="et_pb_row et_pb_row_14">
				<div class="et_pb_column et_pb_column_4_4 et_pb_column_14  et_pb_css_mix_blend_mode_passthrough et-last-child">
				
				
				
				
				<div class="et_pb_module et_pb_code et_pb_code_14">
				
				
				
				
				<div class="et_pb_code_inner"><div class="hl-naturtreu-box" data-hl-naturtreu>
  <style>
    .hl-naturtreu-box {
      position: relative;
      max-width: 980px;
      margin: 42px auto;
      padding: 0;
      border-radius: 28px;
      overflow: hidden;
      background: #f7efe7;
      border: 1px solid rgba(74, 52, 39, 0.16);
      box-shadow: 0 18px 45px rgba(74, 52, 39, 0.08);
      font-family: inherit;
      color: #4A3427;
    }

    .hl-naturtreu-inner {
      display: grid;
      grid-template-columns: 1fr 0.82fr;
      gap: 0;
      align-items: stretch;
    }

    .hl-naturtreu-content {
      padding: 42px 44px;
      display: flex;
      flex-direction: column;
      justify-content: center;
    }

    .hl-naturtreu-label {
      margin: 0 0 14px;
      font-size: 13px;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      color: #8a5f4a;
      font-weight: 600;
    }

    .hl-naturtreu-title {
      margin: 0 0 18px;
      font-family: "Cormorant Garamond", Georgia, serif;
      font-size: 34px;
      line-height: 1.08;
      font-weight: 600;
      color: #3C2A21;
    }

    .hl-naturtreu-text {
      margin: 0 0 18px;
      font-size: 16px;
      line-height: 1.72;
      color: #4A3427;
    }

    .hl-naturtreu-note {
      margin: 8px 0 26px;
      font-size: 14px;
      line-height: 1.6;
      color: #6f5144;
    }

    .hl-naturtreu-buttons {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      margin-top: 4px;
    }

    .hl-naturtreu-button {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 46px;
      padding: 12px 22px;
      border-radius: 999px;
      text-decoration: none;
      font-size: 14px;
      font-weight: 600;
      transition: all 0.22s ease;
      border: 1px solid transparent;
    }

    .hl-naturtreu-button-primary {
      background: #4A3427;
      color: #fff !important;
    }

    .hl-naturtreu-button-primary:hover {
      background: #3C2A21;
      transform: translateY(-1px);
    }

    .hl-naturtreu-button-secondary {
      background: transparent;
      color: #4A3427 !important;
      border-color: rgba(74, 52, 39, 0.38);
    }

    .hl-naturtreu-button-secondary:hover {
      background: rgba(74, 52, 39, 0.07);
      transform: translateY(-1px);
    }


    .hl-naturtreu-adlabel {
      position: absolute;
      top: 16px;
      right: 18px;
      z-index: 3;
      margin: 0;
      padding: 5px 10px;
      border: 1px solid rgba(74, 52, 39, 0.18);
      border-radius: 999px;
      background: rgba(255, 251, 246, 0.94);
      color: #6f5144;
      font-size: 11px;
      line-height: 1.2;
      font-weight: 600;
      letter-spacing: 0.01em;
      white-space: nowrap;
    }

    .hl-naturtreu-image-wrap {
      min-height: 100%;
      background: #f3e5dc;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 28px;
    }

    .hl-naturtreu-image {
      width: 100%;
      max-width: 360px;
      height: auto;
      display: block;
      border-radius: 22px;
      box-shadow: 0 14px 34px rgba(74, 52, 39, 0.12);
    }

    .hl-naturtreu-disclosure {
      margin-top: 22px;
      font-size: 12.5px;
      line-height: 1.55;
      color: #7c6258;
    }

    @media (max-width: 820px) {
      .hl-naturtreu-box {
        margin: 34px auto;
        border-radius: 24px;
      }

      .hl-naturtreu-adlabel {
        top: 12px;
        right: 12px;
        font-size: 10.5px;
        padding: 4px 8px;
      }

      .hl-naturtreu-inner {
        grid-template-columns: 1fr;
      }

      .hl-naturtreu-content {
        padding: 34px 26px 30px;
        order: 2;
      }

      .hl-naturtreu-image-wrap {
        order: 1;
        padding: 26px 22px 10px;
        background: #f7efe7;
      }

      .hl-naturtreu-title {
        font-size: 30px;
      }

      .hl-naturtreu-text {
        font-size: 15.5px;
      }

      .hl-naturtreu-buttons {
        flex-direction: column;
      }

      .hl-naturtreu-button {
        width: 100%;
      }
    }
  </style>

  <p class="hl-naturtreu-adlabel"
     data-ca="Publicitat / enllaços d’afiliació"
     data-es="Publicidad / enlaces de afiliación"
     data-en="Advertisement / affiliate links"
     data-de="Werbung / Affiliate-Links">
    Advertisement / affiliate links
  </p> 

  <div class="hl-naturtreu-inner">
    <div class="hl-naturtreu-content">

      <p class="hl-naturtreu-label"
         data-ca="Health & Life · Producte seleccionat"
         data-es="Health & Life · Producto seleccionado"
         data-en="Health & Life · Selected product"
         data-de="Health & Life · Ausgewähltes Produkt">
        Health & Life · Selected product
      </p> 

      <h2 class="hl-naturtreu-title"
          data-ca="Naturtreu DarmBalance Sparpaket"
          data-es="Naturtreu DarmBalance Sparpaket"
          data-en="Naturtreu DarmBalance Bundle"
          data-de="Naturtreu DarmBalance Sparpaket">
        Naturtreu DarmBalance Bundle
      </h2>

      <p class="hl-naturtreu-text"
         data-ca="Aquesta selecció de Naturtreu reuneix fórmules vegetals orientades al benestar digestiu i a l’equilibri del microbioma intestinal. L’he inclosa dins de Health & Life perquè la digestió depèn de l’alimentació, de la regularitat intestinal, de la tolerància digestiva i dels hàbits que sostenen el funcionament del cos en el dia a dia."
         data-es="Esta selección de Naturtreu reúne fórmulas vegetales orientadas al bienestar digestivo y al equilibrio del microbioma intestinal. La he incluido en Health & Life porque la digestión depende de la alimentación, de la regularidad intestinal, de la tolerancia digestiva y de los hábitos que sostienen el funcionamiento del cuerpo en el día a día."
         data-en="This Naturtreu selection brings together plant-based formulas related to digestive wellbeing and the balance of the intestinal microbiome. I have included it in Health & Life because digestion is shaped by food quality, intestinal regularity, digestive tolerance and the daily habits that support how the body functions."
         data-de="Diese Naturtreu Auswahl umfasst pflanzliche Formeln rund um Verdauungswohlbefinden und das Gleichgewicht des intestinalen Mikrobioms. Ich habe sie in Health & Life aufgenommen, weil Verdauung mit Ernährungsqualität, Darmregelmäßigkeit, Verdauungsverträglichkeit und den täglichen Gewohnheiten verbunden ist, die die Körperfunktionen unterstützen.">
        This Naturtreu selection brings together plant-based formulas related to digestive wellbeing and the balance of the intestinal microbiome. I have included it in Health & Life because digestion is shaped by food quality, intestinal regularity, digestive tolerance and the daily habits that support how the body functions.
      </p> 

      <p class="hl-naturtreu-note"
         data-ca="La selecció és editorial. Abans de comprar, revisa la composició, els possibles al·lèrgens i si el producte encaixa amb la teva situació personal."
         data-es="La selección es editorial. Antes de comprar, revisa la composición, los posibles alérgenos y si el producto encaja con tu situación personal."
         data-en="This is an editorial selection. Before buying, check the ingredients, possible allergens and whether the product fits your personal situation."
         data-de="Dies ist eine redaktionelle Auswahl. Bitte prüfe vor dem Kauf Zusammensetzung, mögliche Allergene und ob das Produkt zu deiner persönlichen Situation passt.">
        This is an editorial selection. Before buying, check the ingredients, possible allergens and whether the product fits your personal situation.
      </p> 

      <div class="hl-naturtreu-buttons">
        <a class="hl-naturtreu-button hl-naturtreu-button-primary" href="https://naturtreu.de/products/darmbalance-sparpaket-pilzkraft-florasamen-florazauber?sca_ref=11284035.FBlnDf0GHq&amp;utm_source=affiliate&amp;utm_medium=uppromote&amp;utm_campaign=11284035&amp;utm_term=Affiliate-Experten_oLTC" target="_blank" rel="sponsored noopener noreferrer" data-ca="Veure el producte" data-es="Ver el producto" data-en="View product" data-de="Produkt ansehen">
          View product
        </a>

        <a class="hl-naturtreu-button hl-naturtreu-button-secondary" href="https://naturtreu.de?sca_ref=11284035.FBlnDf0GHq&amp;utm_source=affiliate&amp;utm_medium=uppromote&amp;utm_campaign=11284035&amp;utm_term=Affiliate-Experten_oLTC" target="_blank" rel="sponsored noopener noreferrer" data-ca="Veure tots els productes" data-es="Ver todos los productos" data-en="View all products" data-de="Alle Produkte ansehen">
          View all products
        </a>
      </div>

      <p class="hl-naturtreu-disclosure"
         data-ca="Enllaç d’afiliació. Si compres a través d’aquest enllaç, Health & Life pot rebre una comissió, sense cost addicional per a tu."
         data-es="Enlace de afiliación. Si compras a través de este enlace, Health & Life puede recibir una comisión, sin coste adicional para ti."
         data-en="Affiliate link. If you purchase through this link, Health & Life may receive a commission, at no extra cost to you."
         data-de="Affiliate-Link. Wenn du über diesen Link kaufst, kann Health & Life eine Provision erhalten, ohne zusätzliche Kosten für dich.">
        Affiliate link. If you purchase through this link, Health & Life may receive a commission, at no extra cost to you.
      </p> 

    </div>

    <div class="hl-naturtreu-image-wrap">
      <img decoding="async" class="hl-naturtreu-image"
           src="https://healthandlifeonline.com/wp-content/uploads/2026/05/Screenshot-2026-05-25-174941.png"
           alt="Naturtreu DarmBalance Sparpaket"
           loading="lazy">
    </div>
  </div>

  <script>
    (function () {
      var box = document.currentScript.closest('[data-hl-naturtreu]');
      if (!box) return;

      var htmlLang = (document.documentElement.lang || '').toLowerCase();
      var path = window.location.pathname.toLowerCase();
      var lang = 'en';

      if (htmlLang.startsWith('ca') || path.includes('/ca/')) lang = 'ca';
      else if (htmlLang.startsWith('es') || path.includes('/es/')) lang = 'es';
      else if (htmlLang.startsWith('de') || path.includes('/de/')) lang = 'de';
      else if (htmlLang.startsWith('en') || path.includes('/en/')) lang = 'en';

      box.querySelectorAll('[data-' + lang + ']').forEach(function (el) {
        el.textContent = el.getAttribute('data-' + lang);
      });
    })();
  </script>
</div></div>
			</div>
			</div>
				
				
				
				
			</div>
				
				
			</div></p>
]]></content:encoded>
					
					<wfw:commentRss>https://healthandlifeonline.com/nutrition-metabolism-body-regulation-map/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Longevity Index</title>
		<link>https://healthandlifeonline.com/longevity-index/</link>
					<comments>https://healthandlifeonline.com/longevity-index/#respond</comments>
		
		<dc:creator><![CDATA[Olga]]></dc:creator>
		<pubDate>Mon, 25 May 2026 07:40:39 +0000</pubDate>
				<category><![CDATA[Entertainment]]></category>
		<category><![CDATA[AVEA]]></category>
		<category><![CDATA[biological age]]></category>
		<category><![CDATA[cardiovascular health]]></category>
		<category><![CDATA[cellular ageing]]></category>
		<category><![CDATA[cellular health]]></category>
		<category><![CDATA[collagen support]]></category>
		<category><![CDATA[Health & Life]]></category>
		<category><![CDATA[healthy ageing]]></category>
		<category><![CDATA[lifestyle pattern]]></category>
		<category><![CDATA[longevity]]></category>
		<category><![CDATA[longevity index]]></category>
		<category><![CDATA[metabolic health]]></category>
		<category><![CDATA[NAD+]]></category>
		<category><![CDATA[Natural Picks]]></category>
		<category><![CDATA[nervous system]]></category>
		<category><![CDATA[recovery]]></category>
		<guid isPermaLink="false">https://healthandlifeonline.com/?p=102376</guid>

					<description><![CDATA[]]></description>
										<content:encoded><![CDATA[<p><div class="et_pb_section et_pb_section_8 et_section_regular" >
				
				
				
				
				
				
				<div class="et_pb_row et_pb_row_15">
				<div class="et_pb_column et_pb_column_4_4 et_pb_column_15  et_pb_css_mix_blend_mode_passthrough et-last-child">
				
				
				
				
				<div class="et_pb_module et_pb_code et_pb_code_15">
				
				
				
				
				<div class="et_pb_code_inner"><!doctype html><html lang='en'><head><meta charset='utf-8'><meta name='viewport' content='width=device-width,initial-scale=1'><title>Health & Life Longevity Signature</title><style>body{margin:0;padding:20px;background:#fff}</style></head><body><!-- =========================================================
 HEALTH & LIFE — LONGEVITY SIGNATURE 3.0
 WPCode HTML snippet · Divi / TranslatePress compatible
 English source + CA / ES / DE runtime translations
 No external libraries · no external fonts · privacy-conscious analytics
========================================================= -->

<div class="hl-longevity-signature" data-hls-root lang="en">
<style>
.hl-longevity-signature {
  --brown:#4A3427;
  --ink:#3F3028;
  --muted:#766A61;
  --paper:#FFFDF9;
  --beige:#F5EEE5;
  --line:#DED2C4;
  --coral:#D95A45;
  --green:#2F6B4F;
  --violet:#7359A1;
  --gold:#CE9017;
  --teal:#277E86;
  --shadow:0 26px 70px rgba(74,52,39,.11);
  width:100%;
  max-width:1180px;
  margin:clamp(18px,3vw,42px) auto;
  color:var(--ink);
  font-family:Arial,Helvetica,sans-serif;
  container:hls / inline-size;
  box-sizing:border-box;
  isolation:isolate;
}
.hl-longevity-signature *,
.hl-longevity-signature *::before,
.hl-longevity-signature *::after { box-sizing:border-box; }
.hl-longevity-signature button,
.hl-longevity-signature a { font:inherit; -webkit-tap-highlight-color:transparent; }
.hl-longevity-signature button { touch-action:manipulation; }

.hl-longevity-signature .hls-shell {
  overflow:hidden;
  border:1px solid var(--line);
  border-radius:32px;
  background:var(--paper);
  box-shadow:var(--shadow);
}
.hl-longevity-signature .hls-topline {
  display:grid;
  grid-template-columns:repeat(5,1fr);
  height:8px;
}
.hl-longevity-signature .hls-topline span:nth-child(1){background:var(--coral)}
.hl-longevity-signature .hls-topline span:nth-child(2){background:var(--green)}
.hl-longevity-signature .hls-topline span:nth-child(3){background:var(--violet)}
.hl-longevity-signature .hls-topline span:nth-child(4){background:var(--gold)}
.hl-longevity-signature .hls-topline span:nth-child(5){background:var(--teal)}

.hl-longevity-signature .hls-screen { display:none; }
.hl-longevity-signature .hls-screen.is-active { display:block; }

.hl-longevity-signature .hls-cover {
  display:grid;
  grid-template-columns:minmax(0,1.08fr) minmax(350px,.92fr);
  gap:clamp(40px,6cqi,82px);
  align-items:center;
  min-height:680px;
  padding:clamp(48px,6cqi,78px);
  background:
    linear-gradient(90deg,transparent 0 64%,rgba(245,238,229,.7) 64% 100%),
    var(--paper);
}
.hl-longevity-signature .hls-kicker {
  margin:0 0 16px;
  color:var(--coral);
  font-size:11px;
  line-height:1.4;
  font-weight:800;
  letter-spacing:.13em;
  text-transform:uppercase;
}
.hl-longevity-signature .hls-title {
  margin:0;
  max-width:9ch;
  color:var(--brown);
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(60px,7.8cqi,94px);
  line-height:.92;
  font-weight:400;
  letter-spacing:-.05em;
  text-wrap:balance;
}
.hl-longevity-signature .hls-lede {
  max-width:610px;
  margin:26px 0 0;
  color:var(--muted);
  font-size:18px;
  line-height:1.66;
}
.hl-longevity-signature .hls-meta {
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  max-width:610px;
  margin:30px 0 28px;
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
}
.hl-longevity-signature .hls-meta > div {
  padding:14px 11px;
  border-right:1px solid var(--line);
}
.hl-longevity-signature .hls-meta > div:last-child { border-right:0; }
.hl-longevity-signature .hls-meta strong {
  display:block;
  color:var(--brown);
  font-family:Georgia,"Times New Roman",serif;
  font-size:23px;
  line-height:1;
  font-weight:400;
}
.hl-longevity-signature .hls-meta span {
  display:block;
  margin-top:5px;
  color:var(--muted);
  font-size:11px;
}
.hl-longevity-signature .hls-trust {
  max-width:610px;
  margin:17px 0 0;
  color:#897C73;
  font-size:12px;
  line-height:1.55;
}

.hl-longevity-signature .hls-primary,
.hl-longevity-signature .hls-secondary,
.hl-longevity-signature .hls-action {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  min-height:54px;
  border-radius:999px;
  cursor:pointer;
  text-decoration:none!important;
  font-weight:750;
  transition:transform .16s ease,box-shadow .16s ease,background .16s ease,border-color .16s ease;
}
.hl-longevity-signature .hls-primary {
  padding:15px 25px;
  border:1px solid var(--coral);
  background:var(--coral);
  color:#fff;
  box-shadow:0 13px 28px rgba(217,90,69,.22);
}
.hl-longevity-signature .hls-primary:hover,
.hl-longevity-signature .hls-primary:focus-visible {
  transform:translateY(-2px);
  background:#C94D39;
  border-color:#C94D39;
  box-shadow:0 18px 34px rgba(217,90,69,.28);
}
.hl-longevity-signature .hls-secondary,
.hl-longevity-signature .hls-action {
  padding:13px 20px;
  border:1px solid var(--line);
  background:#fff;
  color:var(--brown);
}
.hl-longevity-signature .hls-secondary:hover,
.hl-longevity-signature .hls-secondary:focus-visible,
.hl-longevity-signature .hls-action:hover,
.hl-longevity-signature .hls-action:focus-visible {
  transform:translateY(-1px);
  background:#FAF5EE;
  border-color:#BDAE9F;
}
.hl-longevity-signature button:focus-visible,
.hl-longevity-signature a:focus-visible {
  outline:3px solid var(--brown);
  outline-offset:4px;
}
.hl-longevity-signature button:disabled {
  opacity:.4;
  cursor:not-allowed;
  transform:none!important;
  box-shadow:none!important;
}

.hl-longevity-signature .hls-signature-hero {
  position:relative;
  width:min(100%,440px);
  height:520px;
  margin:0 auto;
}
.hl-longevity-signature .hls-signature-word {
  position:absolute;
  right:0;
  top:6px;
  color:rgba(74,52,39,.30);
  font-size:10px;
  font-weight:800;
  letter-spacing:.16em;
  text-transform:uppercase;
}
.hl-longevity-signature .hls-hero-age {
  position:absolute;
  left:3%;
  bottom:4%;
  z-index:3;
  color:var(--brown);
  font-family:Georgia,"Times New Roman",serif;
  font-size:82px;
  line-height:.8;
  font-weight:400;
  letter-spacing:-.05em;
  opacity:.12;
}
.hl-longevity-signature .hls-ribbon {
  --c:#D95A45;
  position:absolute;
  bottom:10%;
  width:14%;
  border-radius:999px 999px 20px 20px;
  background:var(--c);
  transform-origin:bottom center;
  box-shadow:0 18px 30px color-mix(in srgb,var(--c) 20%,transparent);
  animation:hls-float 5.2s ease-in-out infinite alternate;
}
.hl-longevity-signature .hls-ribbon::before {
  content:"";
  position:absolute;
  top:7%;
  left:22%;
  width:22%;
  height:72%;
  border-radius:999px;
  background:rgba(255,255,255,.17);
}
.hl-longevity-signature .hls-ribbon:nth-child(2){left:3%;height:60%;--c:var(--coral);animation-delay:-1s}
.hl-longevity-signature .hls-ribbon:nth-child(3){left:23%;height:82%;--c:var(--green);animation-delay:-2.1s}
.hl-longevity-signature .hls-ribbon:nth-child(4){left:43%;height:68%;--c:var(--violet);animation-delay:-3s}
.hl-longevity-signature .hls-ribbon:nth-child(5){left:63%;height:91%;--c:var(--gold);animation-delay:-.5s}
.hl-longevity-signature .hls-ribbon:nth-child(6){left:83%;height:73%;--c:var(--teal);animation-delay:-2.6s}
@keyframes hls-float {
  from{transform:translateY(0) scaleY(.98)}
  to{transform:translateY(-10px) scaleY(1.02)}
}

.hl-longevity-signature .hls-domain-strip {
  padding:28px clamp(30px,5cqi,62px) 32px;
  border-top:1px solid var(--line);
  background:var(--beige);
}
.hl-longevity-signature .hls-small-label {
  margin:0 0 15px;
  color:var(--muted);
  font-size:10px;
  font-weight:800;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.hl-longevity-signature .hls-domain-grid {
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:9px;
}
.hl-longevity-signature .hls-domain-pill {
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:68px;
  padding:12px;
  border-radius:15px;
  color:#fff;
  font-size:15px;
  line-height:1.2;
  font-weight:750;
  text-align:center;
}
.hl-longevity-signature .hls-domain-pill:nth-child(1){background:var(--coral)}
.hl-longevity-signature .hls-domain-pill:nth-child(2){background:var(--green)}
.hl-longevity-signature .hls-domain-pill:nth-child(3){background:var(--violet)}
.hl-longevity-signature .hls-domain-pill:nth-child(4){background:var(--gold)}
.hl-longevity-signature .hls-domain-pill:nth-child(5){background:var(--teal)}

.hl-longevity-signature .hls-pane {
  max-width:930px;
  min-height:620px;
  margin:0 auto;
  padding:clamp(42px,6cqi,72px);
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.hl-longevity-signature .hls-pane-kicker {
  margin:0 0 10px;
  color:var(--coral);
  font-size:11px;
  font-weight:800;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.hl-longevity-signature .hls-pane-title {
  max-width:18ch;
  margin:0;
  color:var(--brown);
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(42px,5.2cqi,62px);
  line-height:1.02;
  font-weight:400;
  letter-spacing:-.03em;
  text-wrap:balance;
}
.hl-longevity-signature .hls-pane-copy {
  max-width:620px;
  margin:18px 0 0;
  color:var(--muted);
  font-size:16px;
  line-height:1.62;
}

.hl-longevity-signature .hls-age-block {
  display:grid;
  grid-template-columns:auto minmax(220px,1fr);
  gap:32px;
  align-items:center;
  margin-top:36px;
  padding:30px;
  border-radius:24px;
  background:var(--brown);
  color:#fff;
}
.hl-longevity-signature .hls-age-number {
  min-width:150px;
  text-align:center;
  font-family:Georgia,"Times New Roman",serif;
  font-size:96px;
  line-height:.8;
  font-weight:400;
  letter-spacing:-.05em;
}
.hl-longevity-signature .hls-age-number span {
  display:block;
  margin-top:12px;
  font-family:Arial,Helvetica,sans-serif;
  font-size:11px;
  line-height:1.2;
  font-weight:700;
  letter-spacing:.1em;
  text-transform:uppercase;
  opacity:.58;
}
.hl-longevity-signature .hls-age-controls {
  display:grid;
  grid-template-columns:48px minmax(0,1fr) 48px;
  gap:12px;
  align-items:center;
}
.hl-longevity-signature .hls-age-round {
  display:grid;
  place-items:center;
  width:48px;
  height:48px;
  border:1px solid rgba(255,255,255,.25);
  border-radius:50%;
  background:rgba(255,255,255,.07);
  color:#fff;
  font-size:23px;
  cursor:pointer;
}
.hl-longevity-signature .hls-age-range {
  width:100%;
  accent-color:var(--coral);
}
.hl-longevity-signature .hls-nav {
  display:flex;
  justify-content:space-between;
  gap:14px;
  align-items:center;
  margin-top:30px;
}

.hl-longevity-signature .hls-progress {
  height:7px;
  background:#EEE4D8;
}
.hl-longevity-signature .hls-progress span {
  display:block;
  width:10%;
  height:100%;
  background:var(--domain,var(--coral));
  transition:width .25s ease,background .25s ease;
}
.hl-longevity-signature .hls-qhead {
  display:flex;
  justify-content:space-between;
  gap:24px;
  align-items:flex-start;
  margin-bottom:18px;
}
.hl-longevity-signature .hls-step {
  margin:0 0 7px;
  color:var(--muted);
  font-size:11px;
  font-weight:800;
  letter-spacing:.11em;
  text-transform:uppercase;
}
.hl-longevity-signature .hls-domain-name {
  color:var(--domain,var(--coral));
  font-size:14px;
  font-weight:800;
}
.hl-longevity-signature .hls-signature-mini {
  display:flex;
  align-items:flex-end;
  gap:5px;
  height:54px;
}
.hl-longevity-signature .hls-signature-mini i {
  display:block;
  width:8px;
  border-radius:999px;
  background:var(--c);
  opacity:.35;
  transition:height .2s ease,opacity .2s ease;
}
.hl-longevity-signature .hls-question {
  max-width:21ch;
  margin:0 0 28px;
  color:var(--brown);
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(34px,4.8cqi,54px);
  line-height:1.07;
  font-weight:400;
  letter-spacing:-.027em;
  text-wrap:balance;
}
.hl-longevity-signature .hls-options {
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
}
.hl-longevity-signature .hls-option {
  display:grid;
  grid-template-columns:38px minmax(0,1fr);
  gap:13px;
  align-items:center;
  min-height:84px;
  padding:15px 17px;
  border:1px solid var(--line);
  border-radius:18px;
  background:#fff;
  color:var(--ink);
  text-align:left;
  cursor:pointer;
  appearance:none;
  transition:transform .14s ease,border-color .14s ease,background .14s ease,color .14s ease,box-shadow .14s ease;
}
.hl-longevity-signature .hls-option:hover {
  transform:translateY(-1px);
  border-color:var(--domain,var(--coral));
  box-shadow:0 10px 24px rgba(74,52,39,.07);
}
.hl-longevity-signature .hls-option.is-selected {
  border-color:var(--domain,var(--coral));
  background:var(--domain,var(--coral));
  color:#fff;
  box-shadow:0 13px 27px color-mix(in srgb,var(--domain,var(--coral)) 22%,transparent);
}
.hl-longevity-signature .hls-option-key {
  display:grid;
  place-items:center;
  width:38px;
  height:38px;
  border:1px solid currentColor;
  border-radius:11px;
  font-size:11px;
  font-weight:800;
  opacity:.78;
}
.hl-longevity-signature .hls-option-label {
  font-size:16px;
  line-height:1.38;
  font-weight:650;
}

.hl-longevity-signature .hls-loading {
  min-height:520px;
  display:grid;
  place-items:center;
  padding:50px 24px;
  background:var(--brown);
  color:#fff;
  text-align:center;
}
.hl-longevity-signature .hls-loading-signature {
  display:flex;
  justify-content:center;
  align-items:flex-end;
  gap:8px;
  height:120px;
  margin-bottom:26px;
}
.hl-longevity-signature .hls-loading-signature i {
  width:17px;
  border-radius:999px;
  animation:hls-load 1.1s ease-in-out infinite alternate;
}
.hl-longevity-signature .hls-loading-signature i:nth-child(1){height:62px;background:var(--coral);animation-delay:-.8s}
.hl-longevity-signature .hls-loading-signature i:nth-child(2){height:100px;background:var(--green);animation-delay:-.4s}
.hl-longevity-signature .hls-loading-signature i:nth-child(3){height:75px;background:var(--violet);animation-delay:-.7s}
.hl-longevity-signature .hls-loading-signature i:nth-child(4){height:112px;background:var(--gold);animation-delay:-.2s}
.hl-longevity-signature .hls-loading-signature i:nth-child(5){height:86px;background:var(--teal);animation-delay:-.6s}
@keyframes hls-load { to{transform:translateY(-12px);opacity:.65} }
.hl-longevity-signature .hls-loading h3 {
  margin:0;
  font-family:Georgia,"Times New Roman",serif;
  font-size:34px;
  font-weight:400;
}

.hl-longevity-signature .hls-result-head {
  display:grid;
  grid-template-columns:minmax(0,.82fr) minmax(360px,1.18fr);
  gap:clamp(34px,5cqi,66px);
  align-items:center;
  padding:clamp(46px,6cqi,76px);
  background:var(--brown);
  color:#fff;
}
.hl-longevity-signature .hls-result-kicker {
  margin:0 0 16px;
  color:rgba(255,255,255,.56);
  font-size:11px;
  font-weight:800;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.hl-longevity-signature .hls-score {
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(94px,12cqi,142px);
  line-height:.74;
  font-weight:400;
  letter-spacing:-.06em;
}
.hl-longevity-signature .hls-score-title {
  display:block;
  margin-top:20px;
  font-family:Georgia,"Times New Roman",serif;
  font-size:31px;
  font-weight:400;
}
.hl-longevity-signature .hls-outof {
  display:block;
  margin-top:6px;
  color:rgba(255,255,255,.52);
  font-size:13px;
}
.hl-longevity-signature .hls-age-context-number {
  display:inline-flex;
  align-items:baseline;
  gap:8px;
  margin-top:24px;
  padding-top:18px;
  border-top:1px solid rgba(255,255,255,.16);
}
.hl-longevity-signature .hls-age-context-number strong {
  font-family:Georgia,"Times New Roman",serif;
  font-size:34px;
  font-weight:400;
}
.hl-longevity-signature .hls-age-context-number span {
  color:rgba(255,255,255,.58);
  font-size:12px;
}
.hl-longevity-signature .hls-band {
  display:inline-flex;
  margin-top:18px;
  padding:9px 13px;
  border:1px solid rgba(255,255,255,.22);
  border-radius:999px;
  font-size:13px;
  font-weight:750;
}
.hl-longevity-signature .hls-result-signature {
  min-height:360px;
  display:flex;
  align-items:flex-end;
  justify-content:center;
  gap:18px;
  padding:30px 20px 8px;
  border-bottom:1px solid rgba(255,255,255,.13);
}
.hl-longevity-signature .hls-result-band {
  --c:#D95A45;
  position:relative;
  width:15%;
  min-width:46px;
  max-width:74px;
  height:var(--h,50%);
  border-radius:999px 999px 18px 18px;
  background:var(--c);
  box-shadow:0 18px 38px color-mix(in srgb,var(--c) 25%,transparent);
  transition:height .7s cubic-bezier(.2,.8,.2,1);
}
.hl-longevity-signature .hls-result-band::after {
  content:attr(data-score);
  position:absolute;
  left:50%;
  top:-30px;
  transform:translateX(-50%);
  color:rgba(255,255,255,.72);
  font-size:11px;
  font-weight:700;
}
.hl-longevity-signature .hls-result-labels {
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:8px;
  margin-top:13px;
}
.hl-longevity-signature .hls-result-labels span {
  color:rgba(255,255,255,.55);
  font-size:10px;
  line-height:1.25;
  text-align:center;
}

.hl-longevity-signature .hls-result-body {
  padding:clamp(38px,5.5cqi,68px);
}
.hl-longevity-signature .hls-result-domain-grid {
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:10px;
  margin-bottom:32px;
}
.hl-longevity-signature .hls-domain-card {
  --c:#D95A45;
  min-width:0;
  padding:18px 14px;
  border:1px solid var(--line);
  border-top:5px solid var(--c);
  border-radius:16px;
  background:#fff;
}
.hl-longevity-signature .hls-domain-card strong {
  display:block;
  color:var(--c);
  font-family:Georgia,"Times New Roman",serif;
  font-size:34px;
  line-height:1;
  font-weight:400;
}
.hl-longevity-signature .hls-domain-card b {
  display:block;
  margin-top:8px;
  color:var(--brown);
  font-size:13px;
}
.hl-longevity-signature .hls-domain-card span {
  display:block;
  margin-top:5px;
  color:var(--muted);
  font-size:11px;
  line-height:1.35;
}
.hl-longevity-signature .hls-two-col {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:16px;
}
.hl-longevity-signature .hls-insight {
  padding:22px;
  border:1px solid var(--line);
  border-radius:19px;
  background:#fff;
}
.hl-longevity-signature .hls-insight.priority {
  border-color:#EEC8BE;
  background:#FBF2EF;
}
.hl-longevity-signature .hls-insight-label {
  display:block;
  margin-bottom:8px;
  color:var(--muted);
  font-size:10px;
  font-weight:800;
  letter-spacing:.11em;
  text-transform:uppercase;
}
.hl-longevity-signature .hls-insight strong {
  display:block;
  color:var(--brown);
  font-family:Georgia,"Times New Roman",serif;
  font-size:26px;
  font-weight:400;
}
.hl-longevity-signature .hls-insight p {
  margin:10px 0 0;
  color:var(--muted);
  font-size:14px;
  line-height:1.58;
}
.hl-longevity-signature .hls-interpretation,
.hl-longevity-signature .hls-age-note {
  margin-top:18px;
  padding:24px 25px;
  border-radius:18px;
}
.hl-longevity-signature .hls-interpretation {
  border-left:6px solid var(--teal);
  border-radius:0 18px 18px 0;
  background:#F0F7F6;
}
.hl-longevity-signature .hls-age-note {
  background:var(--beige);
  border:1px solid var(--line);
}
.hl-longevity-signature .hls-interpretation strong,
.hl-longevity-signature .hls-age-note strong {
  color:var(--brown);
}
.hl-longevity-signature .hls-interpretation p,
.hl-longevity-signature .hls-age-note p {
  margin:7px 0 0;
  color:var(--muted);
  font-size:14px;
  line-height:1.62;
}
.hl-longevity-signature .hls-interpretation .hls-big-copy {
  color:var(--ink);
  font-family:Georgia,"Times New Roman",serif;
  font-size:18px;
  line-height:1.7;
}
.hl-longevity-signature .hls-result-actions {
  display:flex;
  flex-wrap:wrap;
  justify-content:space-between;
  gap:12px;
  margin-top:24px;
}
.hl-longevity-signature .hls-action-group {
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}

.hl-longevity-signature .hls-method {
  margin-top:32px;
  padding-top:22px;
  border-top:1px solid var(--line);
}
.hl-longevity-signature .hls-method details {
  overflow:hidden;
  border:1px solid var(--line);
  border-radius:18px;
  background:#fff;
}
.hl-longevity-signature .hls-method summary {
  padding:18px 20px;
  cursor:pointer;
  list-style:none;
  color:var(--brown);
  font-weight:750;
}
.hl-longevity-signature .hls-method summary::-webkit-details-marker { display:none; }
.hl-longevity-signature .hls-method summary::after {
  content:"+";
  float:right;
  color:var(--coral);
  font-size:21px;
}
.hl-longevity-signature .hls-method details[open] summary::after { content:"−"; }
.hl-longevity-signature .hls-method-grid {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:26px;
  padding:0 20px 22px;
}
.hl-longevity-signature .hls-method-grid h4 {
  margin:0 0 8px;
  color:var(--brown);
  font-family:Georgia,"Times New Roman",serif;
  font-size:21px;
  font-weight:400;
}
.hl-longevity-signature .hls-method-grid p,
.hl-longevity-signature .hls-method-grid li {
  color:var(--muted);
  font-size:13px;
  line-height:1.58;
}
.hl-longevity-signature .hls-method-grid p { margin:0; }
.hl-longevity-signature .hls-method-grid ul { margin:0; padding-left:18px; }
.hl-longevity-signature .hls-method-grid a {
  color:var(--brown);
  text-decoration:underline;
  text-underline-offset:3px;
}
.hl-longevity-signature .hls-disclaimer {
  margin:17px 0 0;
  color:#8A7D74;
  font-size:12px;
  line-height:1.58;
}

.hl-longevity-signature .hls-cta {
  margin-top:32px;
  overflow:hidden;
  border-radius:22px;
  background:var(--brown);
  color:#fff;
}
.hl-longevity-signature .hls-cta-line {
  display:grid;
  grid-template-columns:repeat(5,1fr);
  height:7px;
}
.hl-longevity-signature .hls-cta-line span:nth-child(1){background:var(--coral)}
.hl-longevity-signature .hls-cta-line span:nth-child(2){background:var(--green)}
.hl-longevity-signature .hls-cta-line span:nth-child(3){background:var(--violet)}
.hl-longevity-signature .hls-cta-line span:nth-child(4){background:var(--gold)}
.hl-longevity-signature .hls-cta-line span:nth-child(5){background:var(--teal)}
.hl-longevity-signature .hls-cta-inner {
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:26px;
  align-items:center;
  padding:28px 30px 30px;
}
.hl-longevity-signature .hls-cta p { margin:0; }
.hl-longevity-signature .hls-cta .hls-cta-label {
  margin-bottom:7px;
  color:rgba(255,255,255,.53);
  font-size:10px;
  font-weight:800;
  letter-spacing:.11em;
  text-transform:uppercase;
}
.hl-longevity-signature .hls-cta h3 {
  margin:0;
  color:#fff;
  font-family:Georgia,"Times New Roman",serif;
  font-size:29px;
  line-height:1.08;
  font-weight:400;
}
.hl-longevity-signature .hls-cta-copy {
  max-width:650px;
  margin-top:9px!important;
  color:rgba(255,255,255,.68);
  font-size:14px;
  line-height:1.55;
}
.hl-longevity-signature .hls-aff-note {
  display:block;
  margin-top:7px;
  color:rgba(255,255,255,.4);
  font-size:11px;
}
.hl-longevity-signature .hls-cta-button {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:54px;
  min-width:210px;
  padding:14px 22px;
  border-radius:999px;
  background:var(--coral);
  color:#fff!important;
  text-decoration:none!important;
  font-weight:750;
  box-shadow:0 13px 26px rgba(0,0,0,.18);
}

@container hls (max-width:900px) {
  .hl-longevity-signature .hls-cover {
    grid-template-columns:1fr;
    background:var(--paper);
  }
  .hl-longevity-signature .hls-signature-hero {
    order:-1;
    height:360px;
    width:min(80vw,390px);
  }
  .hl-longevity-signature .hls-title { max-width:none; }
  .hl-longevity-signature .hls-domain-grid { grid-template-columns:repeat(2,1fr); }
  .hl-longevity-signature .hls-domain-pill:last-child { grid-column:1/-1; }
  .hl-longevity-signature .hls-result-head { grid-template-columns:1fr; }
  .hl-longevity-signature .hls-result-domain-grid { grid-template-columns:repeat(2,1fr); }
  .hl-longevity-signature .hls-domain-card:last-child { grid-column:1/-1; }
  .hl-longevity-signature .hls-method-grid { grid-template-columns:1fr; }
}

@container hls (max-width:580px) {
  .hl-longevity-signature { margin:10px auto; }
  .hl-longevity-signature .hls-shell { border-radius:20px; }
  .hl-longevity-signature .hls-cover { padding:30px 20px 34px; gap:22px; min-height:0; }
  .hl-longevity-signature .hls-signature-hero { height:270px; width:min(78vw,310px); }
  .hl-longevity-signature .hls-hero-age { font-size:58px; }
  .hl-longevity-signature .hls-title { font-size:clamp(50px,15cqi,68px); }
  .hl-longevity-signature .hls-lede { font-size:16px; line-height:1.6; }
  .hl-longevity-signature .hls-meta { grid-template-columns:repeat(2,1fr); }
  .hl-longevity-signature .hls-meta > div:nth-child(2) { border-right:0; }
  .hl-longevity-signature .hls-meta > div:nth-child(-n+2) { border-bottom:1px solid var(--line); }
  .hl-longevity-signature .hls-domain-strip { padding:21px 15px 23px; }
  .hl-longevity-signature .hls-domain-grid { grid-template-columns:1fr; }
  .hl-longevity-signature .hls-domain-pill:last-child { grid-column:auto; }
  .hl-longevity-signature .hls-domain-pill { min-height:60px; font-size:16px; }
  .hl-longevity-signature .hls-pane { min-height:0; padding:34px 18px 38px; }
  .hl-longevity-signature .hls-pane-title { font-size:clamp(38px,10cqi,48px); }
  .hl-longevity-signature .hls-age-block { grid-template-columns:1fr; padding:25px 18px; }
  .hl-longevity-signature .hls-age-number { font-size:82px; }
  .hl-longevity-signature .hls-options { grid-template-columns:1fr; }
  .hl-longevity-signature .hls-option { min-height:74px; }
  .hl-longevity-signature .hls-question { font-size:clamp(31px,9.5cqi,42px); }
  .hl-longevity-signature .hls-nav { flex-direction:column-reverse; align-items:stretch; }
  .hl-longevity-signature .hls-nav .hls-primary,
  .hl-longevity-signature .hls-nav .hls-secondary { width:100%; }
  .hl-longevity-signature .hls-result-head { padding:38px 22px 42px; }
  .hl-longevity-signature .hls-result-signature { min-height:290px; gap:10px; padding-left:2px; padding-right:2px; }
  .hl-longevity-signature .hls-result-band { min-width:36px; }
  .hl-longevity-signature .hls-result-labels span { font-size:9px; }
  .hl-longevity-signature .hls-result-body { padding:32px 18px 38px; }
  .hl-longevity-signature .hls-result-domain-grid { grid-template-columns:1fr; }
  .hl-longevity-signature .hls-domain-card:last-child { grid-column:auto; }
  .hl-longevity-signature .hls-two-col { grid-template-columns:1fr; }
  .hl-longevity-signature .hls-result-actions { flex-direction:column; align-items:stretch; }
  .hl-longevity-signature .hls-action-group { flex-direction:column; }
  .hl-longevity-signature .hls-action,
  .hl-longevity-signature .hls-result-actions .hls-secondary { width:100%; }
  .hl-longevity-signature .hls-cta-inner { grid-template-columns:1fr; }
  .hl-longevity-signature .hls-cta-button { width:100%; }
}

@media (prefers-reduced-motion:reduce) {
  .hl-longevity-signature *,
  .hl-longevity-signature *::before,
  .hl-longevity-signature *::after {
    animation:none!important;
    transition:none!important;
    scroll-behavior:auto!important;
  }
}
</style>

<div class="hls-shell">
  <div class="hls-topline" aria-hidden="true"><span></span><span></span><span></span><span></span><span></span></div>

  <section class="hls-screen is-active" data-screen="cover">
    <div class="hls-cover">
      <div>
        <p class="hls-kicker" data-t="brand">Health &amp; Life · Interactive tool</p>
        <h2 class="hls-title" data-t="title">Longevity Index</h2>
        <p class="hls-lede" data-t="subtitle">Your lifestyle leaves a pattern. Explore five evidence-informed areas linked with healthy ageing and build your own Longevity Signature.</p>

        <div class="hls-meta">
          <div><strong>10</strong><span data-t="metaQuestions">questions</span></div>
          <div><strong>5</strong><span data-t="metaDomains">domains</span></div>
          <div><strong>~2</strong><span data-t="metaMinutes">minutes</span></div>
          <div><strong>0</strong><span data-t="metaPrivacy">no login</span></div>
        </div>

        <button class="hls-primary" type="button" data-action="start"><span data-t="start">Build my Longevity Signature</span><span aria-hidden="true">→</span></button>
        <p class="hls-trust" data-t="trust">Educational tool. Individual answers are processed in your browser and are not included in analytics events.</p>
      </div>

      <div class="hls-signature-hero" aria-hidden="true">
        <div class="hls-signature-word">Longevity Signature</div>
        <div class="hls-ribbon"></div>
        <div class="hls-ribbon"></div>
        <div class="hls-ribbon"></div>
        <div class="hls-ribbon"></div>
        <div class="hls-ribbon"></div>
        <div class="hls-hero-age">50</div>
      </div>
    </div>

    <div class="hls-domain-strip">
      <p class="hls-small-label" data-t="domainsTitle">Five areas shape the signature</p>
      <div class="hls-domain-grid">
        <div class="hls-domain-pill" data-domain-pill="0">Movement</div>
        <div class="hls-domain-pill" data-domain-pill="1">Nutrition</div>
        <div class="hls-domain-pill" data-domain-pill="2">Sleep &amp; recovery</div>
        <div class="hls-domain-pill" data-domain-pill="3">Tobacco &amp; alcohol</div>
        <div class="hls-domain-pill" data-domain-pill="4">Connection &amp; resilience</div>
      </div>
    </div>
  </section>

  <section class="hls-screen" data-screen="age">
    <div class="hls-pane">
      <p class="hls-pane-kicker" data-t="ageStep">First, your age</p>
      <h3 class="hls-pane-title" data-t="ageTitle">What is your chronological age?</h3>
      <p class="hls-pane-copy" data-t="ageCopy">Age gives context to your profile. It does not lower your score and this tool does not estimate biological age.</p>

      <div class="hls-age-block">
        <div class="hls-age-number"><b data-age-display>50</b><span data-t="years">years</span></div>
        <div class="hls-age-controls">
          <button class="hls-age-round" type="button" data-action="age-dec" aria-label="Decrease age">−</button>
          <input class="hls-age-range" type="range" min="18" max="90" value="50" step="1" data-age-range aria-label="Chronological age">
          <button class="hls-age-round" type="button" data-action="age-inc" aria-label="Increase age">+</button>
        </div>
      </div>

      <div class="hls-nav">
        <button class="hls-secondary" type="button" data-action="cover"><span aria-hidden="true">←</span><span data-t="back">Back</span></button>
        <button class="hls-primary" type="button" data-action="begin-questions"><span data-t="ageContinue">Continue to the index</span><span aria-hidden="true">→</span></button>
      </div>
    </div>
  </section>

  <section class="hls-screen" data-screen="question">
    <div class="hls-progress"><span data-progress></span></div>
    <div class="hls-pane" aria-live="polite">
      <div class="hls-qhead">
        <div>
          <p class="hls-step" data-step>Question 1 of 10</p>
          <div class="hls-domain-name" data-domain-name>Movement</div>
        </div>
        <div class="hls-signature-mini" aria-hidden="true" data-mini-signature></div>
      </div>

      <h3 class="hls-question" data-question></h3>
      <div class="hls-options" data-options></div>

      <div class="hls-nav">
        <button class="hls-secondary" type="button" data-action="back-question"><span aria-hidden="true">←</span><span data-t="back">Back</span></button>
        <button class="hls-primary" type="button" data-action="next" disabled><span data-t="continue">Continue</span><span aria-hidden="true">→</span></button>
      </div>
    </div>
  </section>

  <section class="hls-screen" data-screen="loading">
    <div class="hls-loading">
      <div>
        <div class="hls-loading-signature" aria-hidden="true"><i></i><i></i><i></i><i></i><i></i></div>
        <h3 data-t="signatureLabel">Your Longevity Signature</h3>
      </div>
    </div>
  </section>

  <section class="hls-screen" data-screen="result" aria-live="polite">
    <div class="hls-result-head">
      <div>
        <p class="hls-result-kicker" data-t="resultKicker">Your personal longevity pattern</p>
        <div class="hls-score" data-score>—</div>
        <span class="hls-score-title" data-t="resultTitle">Longevity Index</span>
        <span class="hls-outof" data-t="outOf">out of 100</span>

        <div class="hls-age-context-number">
          <strong data-result-age>50</strong>
          <span data-t="chronoLabel">Chronological age</span>
        </div>

        <div class="hls-band" data-band></div>
      </div>

      <div>
        <p class="hls-small-label" style="color:rgba(255,255,255,.55)" data-t="signatureLabel">Your Longevity Signature</p>
        <div class="hls-result-signature" data-result-signature></div>
        <div class="hls-result-labels" data-result-labels></div>
      </div>
    </div>

    <div class="hls-result-body">
      <p class="hls-small-label" data-t="domainScores">Your five domains</p>
      <div class="hls-result-domain-grid" data-domain-cards></div>

      <div class="hls-two-col">
        <div class="hls-insight">
          <span class="hls-insight-label" data-t="strongest">Strongest foundation</span>
          <strong data-strongest-title></strong>
          <p data-strongest-text></p>
        </div>
        <div class="hls-insight priority">
          <span class="hls-insight-label" data-t="priority">Best area to strengthen</span>
          <strong data-priority-title></strong>
          <p data-priority-text></p>
        </div>
      </div>

      <div class="hls-interpretation">
        <strong data-t="interpretation">What your pattern suggests</strong>
        <p class="hls-big-copy" data-interpretation></p>
      </div>

      <div class="hls-age-note">
        <strong data-t="ageContextTitle">Age context</strong>
        <p data-t="ageContext">Your chronological age is shown as context only.</p>
      </div>

      <div class="hls-result-actions">
        <div class="hls-action-group">
          <button class="hls-action" type="button" data-action="share"><span data-t="share">Share result</span></button>
          <button class="hls-action" type="button" data-action="copy"><span data-t="copy">Copy result</span></button>
        </div>
        <button class="hls-secondary" type="button" data-action="restart"><span data-t="restart">Retake the index</span></button>
      </div>

      <div class="hls-method">
        <details>
          <summary data-t="methodTitle">How this index works</summary>
          <div class="hls-method-grid">
            <div>
              <h4 data-t="methodTitle">How this index works</h4>
              <p data-t="methodText">This index is a simplified educational synthesis of lifestyle factors associated with healthy ageing.</p>
            </div>
            <div>
              <h4 data-t="evidenceTitle">Evidence basis</h4>
              <p data-t="evidenceText">The questions reflect widely supported health behaviours.</p>
              <ul>
                <li><a href="https://www.who.int/europe/news-room/fact-sheets/item/physical-activity" target="_blank" rel="noopener">WHO · Physical activity</a></li>
                <li><a href="https://www.who.int/news-room/fact-sheets/detail/tobacco" target="_blank" rel="noopener">WHO · Tobacco</a></li>
                <li><a href="https://www.who.int/news-room/fact-sheets/detail/alcohol" target="_blank" rel="noopener">WHO · Alcohol</a></li>
                <li><a href="https://www.heart.org/en/healthy-living/healthy-lifestyle/lifes-essential-8" target="_blank" rel="noopener">American Heart Association · Life’s Essential 8</a></li>
                <li><a href="https://www.who.int/groups/commission-on-social-connection/report" target="_blank" rel="noopener">WHO · Social connection</a></li>
              </ul>
            </div>
          </div>
        </details>
        <p class="hls-disclaimer" data-t="disclaimer">Educational use only. This tool does not diagnose disease, estimate biological age or replace individual medical or psychological assessment.</p>
      </div>

      <div class="hls-cta">
        <div class="hls-cta-line" aria-hidden="true"><span></span><span></span><span></span><span></span><span></span></div>
        <div class="hls-cta-inner">
          <div>
            <p class="hls-cta-label" data-t="ctaLabel">Health &amp; Life · Health Products</p>
            <h3 data-t="ctaTitle">Continue exploring healthy ageing</h3>
            <p class="hls-cta-copy" data-t="ctaText">Explore Health Products selected for formulation, quality and relevance to the Health &amp; Life approach.</p>
            <span class="hls-aff-note" data-t="affiliateNote">Some links in Health Products may be affiliate links.</span>
          </div>
          <a class="hls-cta-button" href="https://healthandlifeonline.com/naturalpicks/" data-action="health-products"><span data-t="ctaButton">Explore Health Products</span></a>
        </div>
      </div>
    </div>
  </section>
</div>

<script type="application/ld+json">
{
  "@context":"https://schema.org",
  "@type":"WebApplication",
  "name":"Health & Life Longevity Index",
  "description":"An educational interactive tool exploring lifestyle patterns associated with healthy ageing across five domains.",
  "applicationCategory":"HealthApplication",
  "operatingSystem":"Any",
  "isAccessibleForFree":true,
  "inLanguage":["en","ca","es","de"],
  "offers":{"@type":"Offer","price":"0","priceCurrency":"EUR"},
  "creator":{"@type":"Organization","name":"Health & Life"}
}
</script>

<script>
(function(){
  "use strict";

  var I18N={"en":{"brand":"Health & Life · Interactive tool","title":"Longevity Index","subtitle":"Your lifestyle leaves a pattern. Explore five evidence-informed areas linked with healthy ageing and build your own Longevity Signature.","metaQuestions":"questions","metaDomains":"domains","metaMinutes":"minutes","metaPrivacy":"no login","start":"Build my Longevity Signature","trust":"Educational tool. Individual answers are processed in your browser and are not included in analytics events.","domainsTitle":"Five areas shape the signature","domains":["Movement","Nutrition","Sleep & recovery","Tobacco & alcohol","Connection & resilience"],"ageStep":"First, your age","ageTitle":"What is your chronological age?","ageCopy":"Age gives context to your profile. It does not lower your score and this tool does not estimate biological age.","years":"years","ageContinue":"Continue to the index","back":"Back","continue":"Continue","restart":"Retake the index","step":"Question {n} of 10","resultKicker":"Your personal longevity pattern","resultTitle":"Longevity Index","outOf":"out of 100","chronoLabel":"Chronological age","signatureLabel":"Your Longevity Signature","domainScores":"Your five domains","strongest":"Strongest foundation","priority":"Best area to strengthen","interpretation":"What your pattern suggests","ageContextTitle":"Age context","ageContext":"Your chronological age is shown as context only. The index reflects your answers about current lifestyle patterns and does not calculate or claim a biological age.","share":"Share result","copy":"Copy result","copied":"Copied","shareText":"My Health & Life Longevity Index is {score}/100. Strongest area: {strongest}. Focus area: {priority}.","methodTitle":"How this index works","methodText":"This index is a simplified educational synthesis of lifestyle factors associated with healthy ageing. It is not a validated clinical score, does not predict lifespan and does not measure biological age.","evidenceTitle":"Evidence basis","evidenceText":"The questions reflect widely supported health behaviours including regular aerobic and strength activity, minimally processed and plant-rich dietary patterns, adequate sleep, avoiding tobacco, lower alcohol exposure and meaningful social connection.","disclaimer":"Educational use only. This tool does not diagnose disease, estimate biological age or replace individual medical or psychological assessment.","ctaLabel":"Health & Life · Health Products","ctaTitle":"Continue exploring healthy ageing","ctaText":"Explore Health Products selected for formulation, quality and relevance to the Health & Life approach.","ctaButton":"Explore Health Products","affiliateNote":"Some links in Health Products may be affiliate links.","bands":[{"min":85,"label":"Strong foundations","text":"Your answers show a strong overall pattern across the five areas. The most useful next step is usually to protect what already works and strengthen the lowest-scoring area without chasing perfection."},{"min":70,"label":"Solid foundations","text":"Your pattern is broadly supportive of healthy ageing, with one or two areas that may still offer meaningful room for improvement. Consistency usually matters more than intensity."},{"min":55,"label":"Mixed pattern","text":"Your answers show a mixture of supportive habits and areas under pressure. One practical change in the lowest-scoring area may be more useful than trying to change everything at once."},{"min":0,"label":"Several areas to strengthen","text":"Several lifestyle areas may benefit from attention. Start with the area that feels most realistic to change and consider professional guidance when health conditions, persistent symptoms or major stress are involved."}],"domainInfo":[{"label":"Movement","short":"Aerobic activity and strength","tip":"Aim toward regular weekly movement and include muscle-strengthening activity on at least two days when appropriate."},{"label":"Nutrition","short":"Food pattern and processing","tip":"Build most meals around minimally processed foods, vegetables, legumes, fruit, whole grains, nuts and quality protein sources."},{"label":"Sleep & recovery","short":"Duration, quality and rhythm","tip":"Protect a regular sleep window and aim for restorative sleep. Most adults generally do best around seven to nine hours."},{"label":"Tobacco & alcohol","short":"Avoidable exposure","tip":"Avoid tobacco and nicotine exposure. With alcohol, lower exposure carries lower health risk."},{"label":"Connection & resilience","short":"Stress recovery and social connection","tip":"Make recovery and meaningful connection visible in the week rather than leaving them to chance."}],"questions":[{"d":0,"q":"How many minutes of moderate or vigorous physical activity do you usually do in a week?","a":["Less than 30 minutes","About 30–149 minutes","About 150–299 minutes","300 minutes or more"]},{"d":0,"q":"On how many days per week do you usually do muscle-strengthening exercise?","a":["Rarely or never","Less than once a week","About once a week","Two or more days a week"]},{"d":1,"q":"How often are vegetables, fruit, legumes, whole grains, nuts or other minimally processed foods central to your meals?","a":["Rarely","A few meals each week","Most days","Most meals"]},{"d":1,"q":"How often do ultra-processed foods or sugary drinks make up a substantial part of what you eat or drink?","a":["Most days or most meals","Several times a week","About once or twice a week","Rarely"]},{"d":2,"q":"On most nights, how long do you usually sleep?","a":["Less than 6 hours","About 6 to under 7 hours","About 7 to 9 hours","More than 9 hours"]},{"d":2,"q":"How would you describe the regularity and restorative quality of your sleep?","a":["Irregular and rarely restorative","Often irregular or unrefreshing","Usually fairly regular and restorative","Consistently regular and restorative"]},{"d":3,"q":"Which best describes your current tobacco or inhaled nicotine exposure?","a":["Daily use","Occasional current use","Former use, no current use","No current or previous use"]},{"d":3,"q":"Which best describes your usual alcohol pattern?","a":["Frequent use or repeated heavy drinking occasions","Around 2–3 days a week","About once a week or less","I do not drink alcohol"]},{"d":4,"q":"How well do you usually recover from day-to-day stress?","a":["Stress is high and recovery is scarce","I often feel overloaded","Stress is usually manageable","I recover well and have regular ways to decompress"]},{"d":4,"q":"How would you describe the quality of your social connection?","a":["I often feel isolated or unsupported","I have limited meaningful connection","I have several meaningful relationships","I feel strongly connected and supported"]}]},"ca":{"brand":"Health & Life · Eina interactiva","title":"Longevity Index","subtitle":"El teu estil de vida deixa un patró. Explora cinc àrees relacionades amb un envelliment saludable i construeix la teva Longevity Signature.","metaQuestions":"preguntes","metaDomains":"àrees","metaMinutes":"minuts","metaPrivacy":"sense registre","start":"Crear la meva Longevity Signature","trust":"Eina educativa. Les respostes individuals es processen al navegador i no s’inclouen en els esdeveniments d’analítica.","domainsTitle":"Cinc àrees configuren la firma","domains":["Moviment","Nutrició","Son i recuperació","Tabac i alcohol","Connexió i resiliència"],"ageStep":"Primer, la teva edat","ageTitle":"Quina és la teva edat cronològica?","ageCopy":"L’edat dona context al perfil. No redueix la puntuació i aquesta eina no estima l’edat biològica.","years":"anys","ageContinue":"Continuar amb l’índex","back":"Enrere","continue":"Continuar","restart":"Repetir l’índex","step":"Pregunta {n} de 10","resultKicker":"El teu patró personal de longevitat","resultTitle":"Longevity Index","outOf":"sobre 100","chronoLabel":"Edat cronològica","signatureLabel":"La teva Longevity Signature","domainScores":"Les cinc àrees","strongest":"Punt més sòlid","priority":"Àrea amb més marge de millora","interpretation":"Què suggereix el teu patró","ageContextTitle":"Context de l’edat","ageContext":"L’edat cronològica es mostra només com a context. L’índex reflecteix les respostes sobre els patrons actuals d’estil de vida i no calcula ni afirma una edat biològica.","share":"Compartir resultat","copy":"Copiar resultat","copied":"Copiat","shareText":"El meu Health & Life Longevity Index és {score}/100. Punt més sòlid: {strongest}. Àrea a reforçar: {priority}.","methodTitle":"Com funciona aquest índex","methodText":"Aquest índex és una síntesi educativa simplificada de factors d’estil de vida relacionats amb l’envelliment saludable. No és una escala clínica validada, no prediu quants anys viuràs i no mesura l’edat biològica.","evidenceTitle":"Base científica","evidenceText":"Les preguntes recullen conductes àmpliament relacionades amb la salut a llarg termini: activitat aeròbica i força, alimentació poc processada i rica en aliments vegetals, son adequat, evitar el tabac, reduir l’exposició a l’alcohol i mantenir connexions socials significatives.","disclaimer":"Ús exclusivament educatiu. Aquesta eina no diagnostica malalties, no estima l’edat biològica i no substitueix una valoració mèdica o psicològica individual.","ctaLabel":"Health & Life · Health Products","ctaTitle":"Continua explorant l’envelliment saludable","ctaText":"Descobreix Health Products, amb productes seleccionats per la seva formulació, qualitat i relació amb l’enfocament de Health & Life.","ctaButton":"Veure Health Products","affiliateNote":"Alguns enllaços de Health Products poden ser d’afiliació.","bands":[{"min":85,"label":"Bases sòlides","text":"Les teves respostes mostren un patró globalment sòlid en les cinc àrees. El pas més útil acostuma a ser conservar el que ja funciona i reforçar l’àrea amb puntuació més baixa sense buscar la perfecció."},{"min":70,"label":"Bon patró de base","text":"El teu patró és globalment favorable, amb una o dues àrees on encara hi pot haver un marge de millora rellevant. La constància sol ser més important que la intensitat."},{"min":55,"label":"Patró mixt","text":"Les respostes combinen hàbits favorables amb algunes àrees sota pressió. Centrar-se en un canvi pràctic dins de l’àrea amb puntuació més baixa pot ser més útil que intentar canviar-ho tot alhora."},{"min":0,"label":"Diverses àrees per reforçar","text":"Hi ha diverses àrees de l’estil de vida que poden beneficiar-se d’atenció. Comença per la que sigui més realista de modificar i valora orientació professional si hi ha problemes de salut, símptomes persistents o una càrrega d’estrès important."}],"domainInfo":[{"label":"Moviment","short":"Activitat aeròbica i força","tip":"Avança cap a una activitat setmanal regular i, quan sigui adequat, incorpora exercicis de força almenys dos dies per setmana."},{"label":"Nutrició","short":"Patró alimentari i processament","tip":"Construeix la major part dels àpats amb aliments poc processats, verdures, llegums, fruita, cereals integrals, fruits secs i fonts de proteïna de qualitat."},{"label":"Son i recuperació","short":"Durada, qualitat i ritme","tip":"Protegeix un horari de son regular i busca un descans reparador. En la majoria d’adults, unes set a nou hores solen ser una referència adequada."},{"label":"Tabac i alcohol","short":"Exposicions evitables","tip":"Evita el tabac i la nicotina. Amb l’alcohol, menys exposició implica menys risc per a la salut."},{"label":"Connexió i resiliència","short":"Recuperació de l’estrès i vincles","tip":"Dona un espai concret durant la setmana a la recuperació i a les relacions significatives, en lloc de deixar-les per quan sobri temps."}],"questions":[{"d":0,"q":"Quants minuts d’activitat física moderada o intensa fas habitualment en una setmana?","a":["Menys de 30 minuts","Uns 30–149 minuts","Uns 150–299 minuts","300 minuts o més"]},{"d":0,"q":"Quants dies per setmana acostumes a fer exercicis de força?","a":["Rarament o mai","Menys d’un dia per setmana","Aproximadament un dia per setmana","Dos o més dies per setmana"]},{"d":1,"q":"Amb quina freqüència les verdures, fruites, llegums, cereals integrals, fruits secs o altres aliments poc processats tenen un paper central als teus àpats?","a":["Rarament","En alguns àpats de la setmana","La majoria de dies","A la majoria d’àpats"]},{"d":1,"q":"Amb quina freqüència els ultraprocessats o les begudes ensucrades representen una part important del que menges o beus?","a":["La majoria de dies o àpats","Diverses vegades per setmana","Una o dues vegades per setmana","Rarament"]},{"d":2,"q":"La majoria de nits, quantes hores acostumes a dormir?","a":["Menys de 6 hores","Entre 6 i menys de 7 hores","Entre 7 i 9 hores","Més de 9 hores"]},{"d":2,"q":"Com descriuries la regularitat i la qualitat reparadora del teu son?","a":["Irregular i gairebé mai reparador","Sovint irregular o poc reparador","Generalment força regular i reparador","Regular i reparador de manera consistent"]},{"d":3,"q":"Quina opció descriu millor la teva exposició actual al tabac o a la nicotina inhalada?","a":["Consum diari","Consum ocasional actual","Consum anterior, però no actual","No n’he consumit mai"]},{"d":3,"q":"Quina opció descriu millor el teu consum habitual d’alcohol?","a":["Consum freqüent o episodis repetits de consum elevat","Uns 2–3 dies per setmana","Un cop per setmana o menys","No consumeixo alcohol"]},{"d":4,"q":"Com acostumes a recuperar-te de l’estrès quotidià?","a":["L’estrès és alt i gairebé no tinc espais de recuperació","Sovint em sento sobrecarregat o sobrecarregada","L’estrès acostuma a ser manejable","Em recupero bé i tinc formes regulars de desconnectar"]},{"d":4,"q":"Com descriuries la qualitat de les teves connexions socials?","a":["Sovint em sento aïllat, aïllada o sense suport","Tinc poques connexions significatives","Tinc diverses relacions significatives","Em sento molt connectat o connectada i amb suport"]}]},"es":{"brand":"Health & Life · Herramienta interactiva","title":"Longevity Index","subtitle":"Tu estilo de vida deja un patrón. Explora cinco áreas relacionadas con un envejecimiento saludable y construye tu propia Longevity Signature.","metaQuestions":"preguntas","metaDomains":"áreas","metaMinutes":"minutos","metaPrivacy":"sin registro","start":"Crear mi Longevity Signature","trust":"Herramienta educativa. Las respuestas individuales se procesan en el navegador y no se incluyen en los eventos de analítica.","domainsTitle":"Cinco áreas configuran la firma","domains":["Movimiento","Nutrición","Sueño y recuperación","Tabaco y alcohol","Conexión y resiliencia"],"ageStep":"Primero, tu edad","ageTitle":"¿Cuál es tu edad cronológica?","ageCopy":"La edad aporta contexto al perfil. No reduce la puntuación y esta herramienta no estima la edad biológica.","years":"años","ageContinue":"Continuar con el índice","back":"Atrás","continue":"Continuar","restart":"Repetir el índice","step":"Pregunta {n} de 10","resultKicker":"Tu patrón personal de longevidad","resultTitle":"Longevity Index","outOf":"sobre 100","chronoLabel":"Edad cronológica","signatureLabel":"Tu Longevity Signature","domainScores":"Tus cinco áreas","strongest":"Base más sólida","priority":"Área con más margen de mejora","interpretation":"Qué sugiere tu patrón","ageContextTitle":"Contexto de la edad","ageContext":"La edad cronológica se muestra únicamente como contexto. El índice refleja tus respuestas sobre patrones actuales de estilo de vida y no calcula ni afirma una edad biológica.","share":"Compartir resultado","copy":"Copiar resultado","copied":"Copiado","shareText":"Mi Health & Life Longevity Index es {score}/100. Base más sólida: {strongest}. Área a reforzar: {priority}.","methodTitle":"Cómo funciona este índice","methodText":"Este índice es una síntesis educativa simplificada de factores de estilo de vida relacionados con el envejecimiento saludable. No es una escala clínica validada, no predice cuántos años vivirás y no mide la edad biológica.","evidenceTitle":"Base científica","evidenceText":"Las preguntas recogen conductas ampliamente relacionadas con la salud a largo plazo: actividad aeróbica y fuerza, alimentación poco procesada y rica en alimentos vegetales, sueño adecuado, evitar el tabaco, reducir la exposición al alcohol y mantener conexiones sociales significativas.","disclaimer":"Uso exclusivamente educativo. Esta herramienta no diagnostica enfermedades, no estima la edad biológica y no sustituye una valoración médica o psicológica individual.","ctaLabel":"Health & Life · Health Products","ctaTitle":"Sigue explorando el envejecimiento saludable","ctaText":"Descubre Health Products, con productos seleccionados por su formulación, calidad y relación con el enfoque de Health & Life.","ctaButton":"Ver Health Products","affiliateNote":"Algunos enlaces de Health Products pueden ser de afiliación.","bands":[{"min":85,"label":"Bases sólidas","text":"Tus respuestas muestran un patrón globalmente sólido en las cinco áreas. El paso más útil suele ser conservar lo que ya funciona y reforzar el área con menor puntuación sin perseguir la perfección."},{"min":70,"label":"Buen patrón de base","text":"Tu patrón es globalmente favorable, con una o dos áreas en las que todavía puede haber un margen de mejora relevante. La constancia suele importar más que la intensidad."},{"min":55,"label":"Patrón mixto","text":"Las respuestas combinan hábitos favorables con algunas áreas bajo presión. Centrarse en un cambio práctico dentro del área con menor puntuación puede ser más útil que intentar cambiarlo todo a la vez."},{"min":0,"label":"Varias áreas por reforzar","text":"Hay varias áreas del estilo de vida que pueden beneficiarse de atención. Empieza por la que resulte más realista modificar y valora orientación profesional si existen problemas de salud, síntomas persistentes o una carga importante de estrés."}],"domainInfo":[{"label":"Movimiento","short":"Actividad aeróbica y fuerza","tip":"Avanza hacia una actividad semanal regular e incorpora, cuando sea adecuado, ejercicios de fuerza al menos dos días por semana."},{"label":"Nutrición","short":"Patrón alimentario y procesamiento","tip":"Construye la mayoría de las comidas con alimentos poco procesados, verduras, legumbres, fruta, cereales integrales, frutos secos y fuentes de proteína de calidad."},{"label":"Sueño y recuperación","short":"Duración, calidad y ritmo","tip":"Protege un horario de sueño regular y busca un descanso reparador. En la mayoría de adultos, unas siete a nueve horas suelen ser una referencia adecuada."},{"label":"Tabaco y alcohol","short":"Exposiciones evitables","tip":"Evita el tabaco y la nicotina. Con el alcohol, una menor exposición implica un menor riesgo para la salud."},{"label":"Conexión y resiliencia","short":"Recuperación del estrés y vínculos","tip":"Reserva un espacio concreto durante la semana para la recuperación y las relaciones significativas, en lugar de dejarlas para cuando sobre tiempo."}],"questions":[{"d":0,"q":"¿Cuántos minutos de actividad física moderada o intensa haces habitualmente a la semana?","a":["Menos de 30 minutos","Unos 30–149 minutos","Unos 150–299 minutos","300 minutos o más"]},{"d":0,"q":"¿Cuántos días a la semana sueles hacer ejercicios de fuerza?","a":["Raramente o nunca","Menos de un día por semana","Aproximadamente un día por semana","Dos o más días por semana"]},{"d":1,"q":"¿Con qué frecuencia las verduras, frutas, legumbres, cereales integrales, frutos secos u otros alimentos poco procesados ocupan un lugar central en tus comidas?","a":["Raramente","En algunas comidas de la semana","La mayoría de los días","En la mayoría de las comidas"]},{"d":1,"q":"¿Con qué frecuencia los ultraprocesados o las bebidas azucaradas representan una parte importante de lo que comes o bebes?","a":["La mayoría de los días o comidas","Varias veces por semana","Una o dos veces por semana","Raramente"]},{"d":2,"q":"La mayoría de las noches, ¿cuántas horas sueles dormir?","a":["Menos de 6 horas","Entre 6 y menos de 7 horas","Entre 7 y 9 horas","Más de 9 horas"]},{"d":2,"q":"¿Cómo describirías la regularidad y la calidad reparadora de tu sueño?","a":["Irregular y casi nunca reparador","A menudo irregular o poco reparador","Generalmente bastante regular y reparador","Regular y reparador de forma consistente"]},{"d":3,"q":"¿Qué opción describe mejor tu exposición actual al tabaco o a la nicotina inhalada?","a":["Consumo diario","Consumo ocasional actual","Consumo anterior, pero no actual","No he consumido nunca"]},{"d":3,"q":"¿Qué opción describe mejor tu consumo habitual de alcohol?","a":["Consumo frecuente o episodios repetidos de consumo elevado","Unos 2–3 días por semana","Una vez por semana o menos","No consumo alcohol"]},{"d":4,"q":"¿Cómo sueles recuperarte del estrés cotidiano?","a":["El estrés es alto y casi no tengo espacios de recuperación","A menudo me siento sobrecargado o sobrecargada","El estrés suele ser manejable","Me recupero bien y tengo formas regulares de desconectar"]},{"d":4,"q":"¿Cómo describirías la calidad de tus conexiones sociales?","a":["A menudo me siento aislado, aislada o sin apoyo","Tengo pocas conexiones significativas","Tengo varias relaciones significativas","Me siento muy conectado o conectada y con apoyo"]}]},"de":{"brand":"Health & Life · Interaktives Tool","title":"Longevity Index","subtitle":"Ihr Lebensstil hinterlässt ein Muster. Entdecken Sie fünf Bereiche, die mit gesundem Altern verbunden sind, und erstellen Sie Ihre persönliche Longevity Signature.","metaQuestions":"Fragen","metaDomains":"Bereiche","metaMinutes":"Minuten","metaPrivacy":"ohne Anmeldung","start":"Meine Longevity Signature erstellen","trust":"Edukatives Tool. Ihre einzelnen Antworten werden im Browser verarbeitet und nicht in Analytics-Ereignissen übermittelt.","domainsTitle":"Fünf Bereiche prägen die Signatur","domains":["Bewegung","Ernährung","Schlaf & Erholung","Tabak & Alkohol","Verbindung & Resilienz"],"ageStep":"Zuerst Ihr Alter","ageTitle":"Wie alt sind Sie chronologisch?","ageCopy":"Das Alter liefert Kontext für Ihr Profil. Es senkt den Score nicht und dieses Tool schätzt kein biologisches Alter.","years":"Jahre","ageContinue":"Weiter zum Index","back":"Zurück","continue":"Weiter","restart":"Index erneut durchführen","step":"Frage {n} von 10","resultKicker":"Ihr persönliches Longevity-Muster","resultTitle":"Longevity Index","outOf":"von 100","chronoLabel":"Chronologisches Alter","signatureLabel":"Ihre Longevity Signature","domainScores":"Ihre fünf Bereiche","strongest":"Stärkste Grundlage","priority":"Bereich mit dem größten Verbesserungsspielraum","interpretation":"Was Ihr Muster nahelegt","ageContextTitle":"Alterskontext","ageContext":"Das chronologische Alter wird nur als Kontext angezeigt. Der Index spiegelt Ihre Antworten zu aktuellen Lebensstilmustern wider und berechnet oder behauptet kein biologisches Alter.","share":"Ergebnis teilen","copy":"Ergebnis kopieren","copied":"Kopiert","shareText":"Mein Health & Life Longevity Index ist {score}/100. Stärkster Bereich: {strongest}. Fokusbereich: {priority}.","methodTitle":"Wie dieser Index funktioniert","methodText":"Dieser Index ist eine vereinfachte edukative Zusammenfassung von Lebensstilfaktoren, die mit gesundem Altern in Verbindung stehen. Er ist kein validierter klinischer Score, sagt die Lebensdauer nicht voraus und misst kein biologisches Alter.","evidenceTitle":"Wissenschaftliche Grundlage","evidenceText":"Die Fragen orientieren sich an gut belegten Gesundheitsverhaltensweisen: regelmäßige Ausdauer- und Kraftaktivität, wenig verarbeitete und pflanzenreiche Ernährung, ausreichender Schlaf, Verzicht auf Tabak, geringere Alkoholexposition und tragfähige soziale Verbindungen.","disclaimer":"Nur für Bildungszwecke. Dieses Tool diagnostiziert keine Erkrankungen, schätzt kein biologisches Alter und ersetzt keine individuelle medizinische oder psychologische Beurteilung.","ctaLabel":"Health & Life · Health Products","ctaTitle":"Gesundes Altern weiter erkunden","ctaText":"Entdecken Sie Health Products mit Produkten, die nach Formulierung, Qualität und ihrer Relevanz für den Health & Life-Ansatz ausgewählt wurden.","ctaButton":"Health Products ansehen","affiliateNote":"Einige Links in Health Products können Affiliate-Links sein.","bands":[{"min":85,"label":"Starke Grundlagen","text":"Ihre Antworten zeigen über die fünf Bereiche hinweg ein insgesamt starkes Muster. Meist ist es sinnvoller, das bereits Funktionierende zu erhalten und den niedrigsten Bereich gezielt zu stärken, statt Perfektion anzustreben."},{"min":70,"label":"Solide Grundlagen","text":"Ihr Muster unterstützt gesundes Altern insgesamt gut, mit ein oder zwei Bereichen, in denen noch relevanter Spielraum besteht. Beständigkeit ist meist wichtiger als Intensität."},{"min":55,"label":"Gemischtes Muster","text":"Ihre Antworten zeigen eine Mischung aus günstigen Gewohnheiten und Bereichen mit Verbesserungspotenzial. Ein konkreter Schritt im niedrigsten Bereich ist oft hilfreicher, als alles gleichzeitig verändern zu wollen."},{"min":0,"label":"Mehrere Bereiche stärken","text":"Mehrere Lebensstilbereiche könnten Aufmerksamkeit verdienen. Beginnen Sie mit dem Bereich, der realistisch veränderbar ist, und ziehen Sie professionelle Beratung in Betracht, wenn Erkrankungen, anhaltende Beschwerden oder eine hohe Stressbelastung bestehen."}],"domainInfo":[{"label":"Bewegung","short":"Ausdauer und Kraft","tip":"Arbeiten Sie auf regelmäßige wöchentliche Bewegung hin und ergänzen Sie, wenn passend, an mindestens zwei Tagen Krafttraining."},{"label":"Ernährung","short":"Ernährungsmuster und Verarbeitung","tip":"Gestalten Sie den Großteil der Mahlzeiten mit wenig verarbeiteten Lebensmitteln, Gemüse, Hülsenfrüchten, Obst, Vollkorn, Nüssen und hochwertigen Proteinquellen."},{"label":"Schlaf & Erholung","short":"Dauer, Qualität und Rhythmus","tip":"Schützen Sie ein regelmäßiges Schlaffenster und achten Sie auf erholsamen Schlaf. Für die meisten Erwachsenen sind etwa sieben bis neun Stunden eine sinnvolle Orientierung."},{"label":"Tabak & Alkohol","short":"Vermeidbare Expositionen","tip":"Vermeiden Sie Tabak- und Nikotinexposition. Bei Alkohol gilt: Eine geringere Exposition bedeutet ein geringeres Gesundheitsrisiko."},{"label":"Verbindung & Resilienz","short":"Stressregulation und soziale Bindung","tip":"Planen Sie Erholung und bedeutungsvolle soziale Verbindung bewusst in die Woche ein, statt beides dem Zufall zu überlassen."}],"questions":[{"d":0,"q":"Wie viele Minuten moderate oder intensive körperliche Aktivität machen Sie üblicherweise pro Woche?","a":["Weniger als 30 Minuten","Etwa 30–149 Minuten","Etwa 150–299 Minuten","300 Minuten oder mehr"]},{"d":0,"q":"An wie vielen Tagen pro Woche machen Sie normalerweise Kraftübungen?","a":["Selten oder nie","Weniger als ein Tag pro Woche","Etwa ein Tag pro Woche","An zwei oder mehr Tagen pro Woche"]},{"d":1,"q":"Wie häufig bilden Gemüse, Obst, Hülsenfrüchte, Vollkorn, Nüsse oder andere wenig verarbeitete Lebensmittel den Schwerpunkt Ihrer Mahlzeiten?","a":["Selten","Bei einigen Mahlzeiten pro Woche","An den meisten Tagen","Bei den meisten Mahlzeiten"]},{"d":1,"q":"Wie häufig machen stark verarbeitete Lebensmittel oder zuckerhaltige Getränke einen wesentlichen Teil Ihrer Ernährung aus?","a":["An den meisten Tagen oder bei den meisten Mahlzeiten","Mehrmals pro Woche","Etwa ein- bis zweimal pro Woche","Selten"]},{"d":2,"q":"Wie viele Stunden schlafen Sie in den meisten Nächten?","a":["Weniger als 6 Stunden","Etwa 6 bis unter 7 Stunden","Etwa 7 bis 9 Stunden","Mehr als 9 Stunden"]},{"d":2,"q":"Wie würden Sie Regelmäßigkeit und Erholungsqualität Ihres Schlafs beschreiben?","a":["Unregelmäßig und kaum erholsam","Oft unregelmäßig oder wenig erholsam","Meist recht regelmäßig und erholsam","Beständig regelmäßig und erholsam"]},{"d":3,"q":"Welche Aussage beschreibt Ihre aktuelle Exposition gegenüber Tabak oder inhaliertem Nikotin am besten?","a":["Täglicher Konsum","Gelegentlicher aktueller Konsum","Früherer Konsum, aktuell keiner","Nie konsumiert"]},{"d":3,"q":"Welche Aussage beschreibt Ihren üblichen Alkoholkonsum am besten?","a":["Häufiger Konsum oder wiederholte Episoden mit hohem Konsum","Etwa 2–3 Tage pro Woche","Etwa einmal pro Woche oder seltener","Ich trinke keinen Alkohol"]},{"d":4,"q":"Wie gut erholen Sie sich normalerweise von Alltagsstress?","a":["Hoher Stress und kaum Erholung","Ich fühle mich häufig überlastet","Stress ist meist gut handhabbar","Ich erhole mich gut und habe feste Wege zum Abschalten"]},{"d":4,"q":"Wie würden Sie die Qualität Ihrer sozialen Verbindungen beschreiben?","a":["Ich fühle mich häufig isoliert oder wenig unterstützt","Ich habe nur wenige bedeutungsvolle Verbindungen","Ich habe mehrere bedeutungsvolle Beziehungen","Ich fühle mich stark verbunden und unterstützt"]}]}};
  var SCORES=[[0,40,80,100],[0,35,65,100],[20,45,75,100],[0,40,70,100],[30,65,100,70],[20,45,75,100],[0,20,70,100],[0,40,75,100],[20,45,75,100],[20,45,75,100]];
  var COLORS=["#D95A45","#2F6B4F","#7359A1","#CE9017","#277E86"];
  var LETTERS=["A","B","C","D"];

  function detectLang(){
    var raw=(document.documentElement.getAttribute("lang")||"en").toLowerCase().replace(/_/g,"-").split("-")[0];
    if(I18N[raw]) return raw;
    var parts=(window.location.pathname||"").toLowerCase().split("/").filter(Boolean);
    if(parts.indexOf("ca")>-1||parts.indexOf("cat")>-1) return "ca";
    if(parts.indexOf("es")>-1) return "es";
    if(parts.indexOf("de")>-1) return "de";
    return "en";
  }

  function track(name){
    if(window.dataLayer && Array.isArray(window.dataLayer)){
      window.dataLayer.push({event:name,hl_tool:"longevity_signature"});
    }
  }

  function init(root){
    if(root.__hlsInit) return;

    var lang=detectLang();
    var t=I18N[lang]||I18N.en;
    var age=50;
    var qIndex=0;
    var answers={};
    var last=null;

    root.setAttribute("lang",lang);

    root.querySelectorAll("[data-t]").forEach(function(el){
      var key=el.getAttribute("data-t");
      if(typeof t[key]==="string") el.textContent=t[key];
    });
    root.querySelectorAll("[data-domain-pill]").forEach(function(el){
      var i=parseInt(el.getAttribute("data-domain-pill"),10);
      el.textContent=t.domains[i];
    });

    function show(name){
      root.querySelectorAll("[data-screen]").forEach(function(s){
        s.classList.toggle("is-active",s.getAttribute("data-screen")===name);
      });
      var active=root.querySelector('[data-screen="'+name+'"]');
      if(active && name!=="cover"){
        setTimeout(function(){
          try{active.scrollIntoView({behavior:"smooth",block:"start"})}catch(e){}
        },25);
      }
    }

    function setAge(v){
      age=Math.max(18,Math.min(90,parseInt(v,10)||50));
      root.querySelector("[data-age-display]").textContent=String(age);
      root.querySelector("[data-age-range]").value=String(age);
    }

    function domainPartialScores(){
      var totals=[0,0,0,0,0],counts=[0,0,0,0,0];
      t.questions.forEach(function(q,i){
        if(answers[i]===undefined) return;
        totals[q.d]+=SCORES[i][answers[i]];
        counts[q.d]+=1;
      });
      return totals.map(function(v,i){return counts[i]?Math.round(v/counts[i]):0;});
    }

    function renderMini(){
      var wrap=root.querySelector("[data-mini-signature]");
      var partial=domainPartialScores();
      wrap.innerHTML="";
      partial.forEach(function(score,i){
        var bar=document.createElement("i");
        bar.style.setProperty("--c",COLORS[i]);
        bar.style.height=(14+score*.4)+"px";
        bar.style.opacity=score?1:.3;
        wrap.appendChild(bar);
      });
    }

    function renderQuestion(){
      var q=t.questions[qIndex];
      var color=COLORS[q.d];

      root.style.setProperty("--domain",color);
      root.querySelector("[data-progress]").style.width=((qIndex+1)*10)+"%";
      root.querySelector("[data-progress]").style.background=color;
      root.querySelector("[data-step]").textContent=t.step.replace("{n}",String(qIndex+1));
      root.querySelector("[data-domain-name]").textContent=t.domains[q.d];
      root.querySelector("[data-question]").textContent=q.q;

      var opts=root.querySelector("[data-options]");
      opts.innerHTML="";
      q.a.forEach(function(label,i){
        var b=document.createElement("button");
        b.type="button";
        b.className="hls-option"+(answers[qIndex]===i?" is-selected":"");
        b.setAttribute("data-option",String(i));
        b.setAttribute("aria-pressed",answers[qIndex]===i?"true":"false");

        var k=document.createElement("span");
        k.className="hls-option-key";
        k.textContent=LETTERS[i];

        var l=document.createElement("span");
        l.className="hls-option-label";
        l.textContent=label;

        b.appendChild(k);
        b.appendChild(l);
        opts.appendChild(b);
      });

      root.querySelector('[data-action="next"]').disabled=(answers[qIndex]===undefined);
      renderMini();
    }

    function choose(i){
      answers[qIndex]=i;
      renderQuestion();
    }

    function compute(){
      var totals=[0,0,0,0,0],counts=[0,0,0,0,0];
      t.questions.forEach(function(q,i){
        var picked=answers[i];
        if(picked===undefined) return;
        totals[q.d]+=SCORES[i][picked];
        counts[q.d]+=1;
      });

      var ds=totals.map(function(v,i){return counts[i]?Math.round(v/counts[i]):0;});
      var overall=Math.round(ds.reduce(function(a,b){return a+b;},0)/5);
      var strongest=ds.indexOf(Math.max.apply(null,ds));
      var priority=ds.indexOf(Math.min.apply(null,ds));
      var band=t.bands[t.bands.length-1];

      for(var i=0;i<t.bands.length;i++){
        if(overall>=t.bands[i].min){band=t.bands[i];break;}
      }

      last={score:overall,domains:ds,strongest:strongest,priority:priority,band:band,age:age};
      renderResult(last);
    }

    function renderResult(r){
      root.querySelector("[data-score]").textContent=String(r.score);
      root.querySelector("[data-result-age]").textContent=String(r.age);
      root.querySelector("[data-band]").textContent=r.band.label;

      var sig=root.querySelector("[data-result-signature]");
      var labels=root.querySelector("[data-result-labels]");
      sig.innerHTML="";
      labels.innerHTML="";

      r.domains.forEach(function(score,i){
        var bar=document.createElement("div");
        bar.className="hls-result-band";
        bar.style.setProperty("--c",COLORS[i]);
        bar.style.setProperty("--h",(28+score*.62)+"%");
        bar.setAttribute("data-score",score+"/100");
        sig.appendChild(bar);

        var lab=document.createElement("span");
        lab.textContent=t.domainInfo[i].label;
        labels.appendChild(lab);
      });

      var cards=root.querySelector("[data-domain-cards]");
      cards.innerHTML="";
      r.domains.forEach(function(score,i){
        var d=t.domainInfo[i];
        var card=document.createElement("div");
        card.className="hls-domain-card";
        card.style.setProperty("--c",COLORS[i]);

        var strong=document.createElement("strong");
        strong.textContent=String(score);
        var b=document.createElement("b");
        b.textContent=d.label;
        var s=document.createElement("span");
        s.textContent=d.short;

        card.appendChild(strong);
        card.appendChild(b);
        card.appendChild(s);
        cards.appendChild(card);
      });

      root.querySelector("[data-strongest-title]").textContent=t.domainInfo[r.strongest].label;
      root.querySelector("[data-strongest-text]").textContent=t.domainInfo[r.strongest].tip;
      root.querySelector("[data-priority-title]").textContent=t.domainInfo[r.priority].label;
      root.querySelector("[data-priority-text]").textContent=t.domainInfo[r.priority].tip;
      root.querySelector("[data-interpretation]").textContent=r.band.text;

      show("result");
      track("hl_longevity_complete");
    }

    function next(){
      if(answers[qIndex]===undefined) return;
      if(qIndex<9){
        qIndex+=1;
        renderQuestion();
      }else{
        show("loading");
        setTimeout(compute,850);
      }
    }

    function backQuestion(){
      if(qIndex>0){
        qIndex-=1;
        renderQuestion();
      }else{
        show("age");
      }
    }

    function makeShareText(){
      if(!last) return "";
      return t.shareText
        .replace("{score}",String(last.score))
        .replace("{strongest}",t.domainInfo[last.strongest].label)
        .replace("{priority}",t.domainInfo[last.priority].label);
    }

    function fallbackCopy(text,button){
      var ta=document.createElement("textarea");
      ta.value=text;
      ta.setAttribute("readonly","");
      ta.style.position="fixed";
      ta.style.opacity="0";
      document.body.appendChild(ta);
      ta.select();
      try{document.execCommand("copy")}catch(e){}
      document.body.removeChild(ta);
      var span=button.querySelector("[data-t]");
      if(span){
        var old=span.textContent;
        span.textContent=t.copied;
        setTimeout(function(){span.textContent=old;},1600);
      }
    }

    function copyResult(button){
      var text=makeShareText();
      if(navigator.clipboard && navigator.clipboard.writeText){
        navigator.clipboard.writeText(text).then(function(){
          var span=button.querySelector("[data-t]");
          if(span){
            var old=span.textContent;
            span.textContent=t.copied;
            setTimeout(function(){span.textContent=old;},1600);
          }
        }).catch(function(){fallbackCopy(text,button)});
      }else{
        fallbackCopy(text,button);
      }
      track("hl_longevity_copy");
    }

    function shareResult(button){
      var text=makeShareText();
      if(navigator.share){
        navigator.share({title:"Health & Life Longevity Index",text:text,url:window.location.href})
          .then(function(){track("hl_longevity_share")})
          .catch(function(){});
      }else{
        fallbackCopy(text,button);
        track("hl_longevity_copy");
      }
    }

    function restart(){
      age=50;qIndex=0;answers={};last=null;
      setAge(50);
      show("cover");
      track("hl_longevity_restart");
    }

    root.addEventListener("input",function(e){
      if(e.target.matches("[data-age-range]")) setAge(e.target.value);
    });

    root.addEventListener("click",function(e){
      var opt=e.target.closest("[data-option]");
      if(opt && root.contains(opt)){
        choose(parseInt(opt.getAttribute("data-option"),10));
        return;
      }

      var a=e.target.closest("[data-action]");
      if(!a || !root.contains(a)) return;
      var action=a.getAttribute("data-action");

      if(action==="start"){show("age");track("hl_longevity_start")}
      if(action==="cover")show("cover");
      if(action==="age-dec")setAge(age-1);
      if(action==="age-inc")setAge(age+1);
      if(action==="begin-questions"){qIndex=0;answers={};renderQuestion();show("question")}
      if(action==="back-question")backQuestion();
      if(action==="next")next();
      if(action==="restart")restart();
      if(action==="copy")copyResult(a);
      if(action==="share")shareResult(a);
      if(action==="health-products")track("hl_longevity_health_products_click");
    });

    if("IntersectionObserver" in window){
      var seen=false;
      var obs=new IntersectionObserver(function(entries){
        entries.forEach(function(entry){
          if(!seen && entry.isIntersecting && entry.intersectionRatio>=.45){
            seen=true;track("hl_longevity_view");obs.disconnect();
          }
        });
      },{threshold:[.45]});
      obs.observe(root);
    }

    root.__hlsInit=true;
  }

  function initAll(){
    document.querySelectorAll(".hl-longevity-signature[data-hls-root]").forEach(init);
  }

  var script=document.currentScript;
  var own=script && script.closest("[data-hls-root]");
  if(own) init(own);
  else if(document.readyState==="loading") document.addEventListener("DOMContentLoaded",initAll,{once:true});
  else initAll();
})();
</script>
</div>
</body></html></div>
			</div>
			</div>
				
				
				
				
			</div><div class="et_pb_row et_pb_row_16">
				<div class="et_pb_column et_pb_column_4_4 et_pb_column_16  et_pb_css_mix_blend_mode_passthrough et-last-child">
				
				
				
				
				<div class="et_pb_module et_pb_code et_pb_code_16">
				
				
				
				
				<div class="et_pb_code_inner"><!-- =========================================================
 HEALTH & LIFE — AVEA AFFILIATE EDITORIAL CARD 2.0
 WPCode HTML snippet · EN source + CA / ES / DE
 Divi / TranslatePress compatible · no external libraries
========================================================= -->

<div class="hl-affiliate-v2 notranslate" data-hl-affiliate-v2 translate="no">
  <style>
    .hl-affiliate-v2 {
      --hl-brown:#4A3427;
      --hl-ink:#3F3028;
      --hl-muted:#74675E;
      --hl-paper:#FFFDF9;
      --hl-beige:#F7F1E9;
      --hl-line:#DED3C6;
      --hl-coral:#D85643;
      --hl-green:#2F6B4F;
      --hl-violet:#7359A1;
      --hl-gold:#C88B18;
      --hl-teal:#267C84;

      width:100%;
      max-width:1180px;
      margin:clamp(28px,4vw,48px) auto;
      color:var(--hl-ink);
      font-family:Arial,Helvetica,sans-serif;
      box-sizing:border-box;
      container:hlaff / inline-size;
      isolation:isolate;
    }
    .hl-affiliate-v2 *,
    .hl-affiliate-v2 *::before,
    .hl-affiliate-v2 *::after { box-sizing:border-box; }

    .hl-affiliate-v2 .hl-aff-card {
      position:relative;
      overflow:hidden;
      border:1px solid var(--hl-line);
      border-radius:30px;
      background:var(--hl-paper);
      box-shadow:0 22px 58px rgba(74,52,39,.09);
    }

    .hl-affiliate-v2 .hl-aff-spectrum {
      display:grid;
      grid-template-columns:repeat(5,1fr);
      height:8px;
    }
    .hl-affiliate-v2 .hl-aff-spectrum span:nth-child(1){background:var(--hl-coral)}
    .hl-affiliate-v2 .hl-aff-spectrum span:nth-child(2){background:var(--hl-green)}
    .hl-affiliate-v2 .hl-aff-spectrum span:nth-child(3){background:var(--hl-violet)}
    .hl-affiliate-v2 .hl-aff-spectrum span:nth-child(4){background:var(--hl-gold)}
    .hl-affiliate-v2 .hl-aff-spectrum span:nth-child(5){background:var(--hl-teal)}

    .hl-affiliate-v2 .hl-aff-adrow {
      display:flex;
      justify-content:flex-end;
      padding:16px clamp(24px,4cqi,46px) 0;
      background:var(--hl-paper);
    }
    .hl-affiliate-v2 .hl-aff-ad {
      display:inline-flex;
      align-items:center;
      min-height:27px;
      padding:5px 10px;
      border:1px solid var(--hl-line);
      border-radius:999px;
      background:#fff;
      color:#81756C;
      font-size:10px;
      line-height:1.25;
      font-weight:750;
      letter-spacing:.035em;
    }

    .hl-affiliate-v2 .hl-aff-grid {
      display:grid;
      grid-template-columns:minmax(0,1.18fr) minmax(320px,.82fr);
      gap:clamp(36px,5.2cqi,70px);
      align-items:center;
      padding:clamp(30px,4.8cqi,58px);
      padding-top:clamp(24px,3.5cqi,40px);
    }

    .hl-affiliate-v2 .hl-aff-copy { min-width:0; }

    .hl-affiliate-v2 .hl-aff-eyebrow {
      margin:0 0 12px;
      color:var(--hl-coral);
      font-size:11px;
      line-height:1.4;
      font-weight:800;
      letter-spacing:.12em;
      text-transform:uppercase;
    }

    .hl-affiliate-v2 .hl-aff-title {
      max-width:16ch;
      margin:0;
      color:var(--hl-brown);
      font-family:Georgia,"Times New Roman",serif;
      font-size:clamp(38px,4.7cqi,58px);
      line-height:1.01;
      font-weight:400;
      letter-spacing:-.03em;
      text-wrap:balance;
    }

    .hl-affiliate-v2 .hl-aff-intro {
      max-width:700px;
      margin:20px 0 0;
      color:var(--hl-muted);
      font-size:16px;
      line-height:1.67;
    }

    .hl-affiliate-v2 .hl-aff-chips {
      display:flex;
      flex-wrap:wrap;
      gap:8px;
      margin:22px 0 0;
    }
    .hl-affiliate-v2 .hl-aff-chip {
      display:inline-flex;
      align-items:center;
      min-height:35px;
      padding:7px 12px;
      border-radius:999px;
      color:#fff;
      font-size:12px;
      line-height:1.25;
      font-weight:750;
    }
    .hl-affiliate-v2 .hl-aff-chip:nth-child(1){background:var(--hl-coral)}
    .hl-affiliate-v2 .hl-aff-chip:nth-child(2){background:var(--hl-teal)}
    .hl-affiliate-v2 .hl-aff-chip:nth-child(3){background:var(--hl-violet)}

    .hl-affiliate-v2 .hl-aff-why {
      max-width:720px;
      margin:24px 0 0;
      padding:17px 18px;
      border-left:5px solid var(--hl-gold);
      border-radius:0 14px 14px 0;
      background:#FBF6EC;
    }
    .hl-affiliate-v2 .hl-aff-why-label {
      display:block;
      margin:0 0 5px;
      color:#8A661E;
      font-size:10px;
      line-height:1.35;
      font-weight:800;
      letter-spacing:.1em;
      text-transform:uppercase;
    }
    .hl-affiliate-v2 .hl-aff-why p {
      margin:0;
      color:#66584E;
      font-size:13px;
      line-height:1.55;
    }

    .hl-affiliate-v2 .hl-aff-actions {
      display:flex;
      flex-wrap:wrap;
      gap:10px;
      align-items:center;
      margin-top:25px;
    }

    .hl-affiliate-v2 .hl-aff-main,
    .hl-affiliate-v2 .hl-aff-secondary {
      display:inline-flex;
      align-items:center;
      justify-content:center;
      min-height:52px;
      border-radius:999px;
      text-decoration:none!important;
      font-weight:750;
      transition:transform .16s ease,box-shadow .16s ease,background .16s ease,border-color .16s ease;
      -webkit-tap-highlight-color:transparent;
    }

    .hl-affiliate-v2 .hl-aff-main {
      gap:10px;
      padding:14px 22px;
      background:var(--hl-coral);
      border:1px solid var(--hl-coral);
      color:#fff!important;
      box-shadow:0 12px 26px rgba(216,86,67,.20);
      font-size:15px;
    }
    .hl-affiliate-v2 .hl-aff-main::after {
      content:"→";
      font-size:18px;
      line-height:1;
      transition:transform .16s ease;
    }
    .hl-affiliate-v2 .hl-aff-main:hover,
    .hl-affiliate-v2 .hl-aff-main:focus-visible {
      transform:translateY(-2px);
      background:#C84B39;
      border-color:#C84B39;
      box-shadow:0 17px 31px rgba(216,86,67,.27);
    }
    .hl-affiliate-v2 .hl-aff-main:hover::after { transform:translateX(3px); }

    .hl-affiliate-v2 .hl-aff-secondary {
      padding:13px 18px;
      border:1px solid var(--hl-line);
      background:#fff;
      color:var(--hl-brown)!important;
      font-size:13px;
    }
    .hl-affiliate-v2 .hl-aff-secondary:hover,
    .hl-affiliate-v2 .hl-aff-secondary:focus-visible {
      transform:translateY(-1px);
      border-color:#BDAE9E;
      background:#FBF7F1;
    }

    .hl-affiliate-v2 a:focus-visible {
      outline:3px solid var(--hl-brown);
      outline-offset:4px;
    }

    .hl-affiliate-v2 .hl-aff-image-side {
      min-width:0;
      position:relative;
    }
    .hl-affiliate-v2 .hl-aff-image-panel {
      position:relative;
      overflow:hidden;
      padding:22px;
      border-radius:24px;
      background:
        radial-gradient(circle at 82% 18%,rgba(216,86,67,.11),transparent 30%),
        radial-gradient(circle at 16% 84%,rgba(38,124,132,.10),transparent 32%),
        var(--hl-beige);
      border:1px solid #E5D9CC;
    }
    .hl-affiliate-v2 .hl-aff-image-panel::before {
      content:"";
      position:absolute;
      width:170px;
      height:170px;
      right:-75px;
      bottom:-80px;
      border:28px solid rgba(115,89,161,.10);
      border-radius:50%;
      pointer-events:none;
    }
    .hl-affiliate-v2 .hl-aff-image-panel img {
      position:relative;
      z-index:1;
      display:block;
      width:100%;
      height:auto;
      max-height:390px;
      object-fit:contain;
      border-radius:16px;
      mix-blend-mode:multiply;
    }

    .hl-affiliate-v2 .hl-aff-bottom {
      display:grid;
      grid-template-columns:minmax(0,1fr) minmax(0,1fr);
      gap:24px;
      padding:22px clamp(30px,4.8cqi,58px) 26px;
      border-top:1px solid var(--hl-line);
      background:#FBF7F1;
    }
    .hl-affiliate-v2 .hl-aff-safety,
    .hl-affiliate-v2 .hl-aff-note {
      margin:0;
      color:#7B6F66;
      font-size:11.5px;
      line-height:1.55;
    }
    .hl-affiliate-v2 .hl-aff-note {
      color:#6C5E55;
      font-weight:650;
    }

    @container hlaff (max-width:860px) {
      .hl-affiliate-v2 .hl-aff-grid {
        grid-template-columns:1fr;
      }
      .hl-affiliate-v2 .hl-aff-image-side {
        order:-1;
      }
      .hl-affiliate-v2 .hl-aff-image-panel {
        max-width:480px;
        margin:0 auto;
      }
      .hl-affiliate-v2 .hl-aff-title {
        max-width:none;
      }
    }

    @container hlaff (max-width:560px) {
      .hl-affiliate-v2 .hl-aff-card {
        border-radius:20px;
      }
      .hl-affiliate-v2 .hl-aff-adrow {
        justify-content:center;
        padding:13px 16px 0;
      }
      .hl-affiliate-v2 .hl-aff-grid {
        padding:26px 18px 30px;
        gap:24px;
      }
      .hl-affiliate-v2 .hl-aff-title {
        font-size:clamp(34px,10cqi,44px);
      }
      .hl-affiliate-v2 .hl-aff-intro {
        font-size:15px;
        line-height:1.62;
      }
      .hl-affiliate-v2 .hl-aff-image-panel {
        padding:15px;
        border-radius:18px;
      }
      .hl-affiliate-v2 .hl-aff-actions {
        flex-direction:column;
        align-items:stretch;
      }
      .hl-affiliate-v2 .hl-aff-main,
      .hl-affiliate-v2 .hl-aff-secondary {
        width:100%;
      }
      .hl-affiliate-v2 .hl-aff-main {
        font-size:16px;
        min-height:56px;
      }
      .hl-affiliate-v2 .hl-aff-bottom {
        grid-template-columns:1fr;
        gap:11px;
        padding:19px 18px 22px;
      }
    }

    @media (prefers-reduced-motion:reduce) {
      .hl-affiliate-v2 *,
      .hl-affiliate-v2 *::before,
      .hl-affiliate-v2 *::after {
        transition:none!important;
        animation:none!important;
      }
    }
  </style>

  <div class="hl-aff-card">
    <div class="hl-aff-spectrum" aria-hidden="true"><span></span><span></span><span></span><span></span><span></span></div>

    <div class="hl-aff-adrow">
      <span class="hl-aff-ad" data-t="ad">Advertisement · affiliate links</span>
    </div>

    <div class="hl-aff-grid">
      <div class="hl-aff-copy">
        <p class="hl-aff-eyebrow" data-t="eyebrow">Health & Life · Editorial affiliate selection</p> 
        <h2 class="hl-aff-title" data-t="title">AVEA Complete Rejuvenation Routine</h2>

        <p class="hl-aff-intro" data-t="intro">
          For readers exploring longevity supplements, this AVEA routine brings together formulas positioned around NAD+ metabolism, cellular health and collagen support.
        </p> 

        <div class="hl-aff-chips" aria-label="Product themes">
          <span class="hl-aff-chip" data-chip="0">NAD+ metabolism</span>
          <span class="hl-aff-chip" data-chip="1">Cellular health</span>
          <span class="hl-aff-chip" data-chip="2">Collagen support</span>
        </div>

        <div class="hl-aff-why">
          <span class="hl-aff-why-label" data-t="whyLabel">Why it is included</span>
          <p data-t="why">A compact multi-product routine for readers who prefer to explore several longevity-related formulations within one brand ecosystem.</p> 
        </div>

        <div class="hl-aff-actions">
          <a class="hl-aff-main" href="https://avea-life.com/products/complete-rejuvenation-routine?sub_id=OLGAHOM" target="_blank" rel="nofollow sponsored noopener" data-action="avea-routine"><span data-t="main">Explore the AVEA routine</span></a>

          <a class="hl-aff-secondary" href="https://avea-life.com?sub_id=OLGAHOM" target="_blank" rel="nofollow sponsored noopener" data-action="avea-all"><span data-t="all">View all AVEA products</span></a>

          <a class="hl-aff-secondary" href="https://healthandlifeonline.com/naturalpicks/" data-action="health-products"><span data-t="health">Explore Health Products</span></a>
        </div>
      </div>

      <div class="hl-aff-image-side">
        <div class="hl-aff-image-panel">
          <img
            src="https://healthandlifeonline.com/wp-content/uploads/2026/05/Screenshot-2026-05-20-184837.png"
            alt="AVEA Complete Rejuvenation Routine with longevity supplement products"
            data-image
            loading="lazy"
            decoding="async"
          >
        </div>
      </div>
    </div>

    <div class="hl-aff-bottom">
      <p class="hl-aff-safety" data-t="safety">
        Check the full ingredient lists and manufacturer directions. If you are pregnant or breastfeeding, under 18, taking medication or managing a health condition, seek qualified professional advice before using supplements.
      </p> 
      <p class="hl-aff-note" data-t="note">
        Affiliate disclosure: Health & Life may receive a commission if you purchase through these links, at no additional cost to you.
      </p> 
    </div>
  </div>

  <script>
  (function(){
    "use strict";

    var COPY={"en":{"ad":"Advertisement · affiliate links","eyebrow":"Health & Life · Editorial affiliate selection","title":"AVEA Complete Rejuvenation Routine","intro":"For readers exploring longevity supplements, this AVEA routine brings together formulas positioned around NAD+ metabolism, cellular health and collagen support. Evidence and suitability vary by ingredient and individual context, so this is an editorial product selection rather than a treatment recommendation.","chips":["NAD+ metabolism","Cellular health","Collagen support"],"whyLabel":"Why it is included","why":"A compact multi-product routine for readers who prefer to explore several longevity-related formulations within one brand ecosystem.","main":"Explore the AVEA routine","all":"View all AVEA products","health":"Explore Health Products","safety":"Check the full ingredient lists and manufacturer directions. If you are pregnant or breastfeeding, under 18, taking medication or managing a health condition, seek qualified professional advice before using supplements.","note":"Affiliate disclosure: Health & Life may receive a commission if you purchase through these links, at no additional cost to you.","imageAlt":"AVEA Complete Rejuvenation Routine with longevity supplement products"},"ca":{"ad":"Publicitat · enllaços d’afiliació","eyebrow":"Health & Life · Selecció editorial d’afiliació","title":"AVEA Complete Rejuvenation Routine","intro":"Per a persones interessades en suplements relacionats amb la longevitat, aquesta rutina d’AVEA reuneix fórmules orientades al metabolisme del NAD+, la salut cel·lular i el suport al col·lagen. L’evidència i la idoneïtat varien segons l’ingredient i el context individual, per això es presenta com una selecció editorial de producte i no com una recomanació de tractament.","chips":["Metabolisme del NAD+","Salut cel·lular","Suport al col·lagen"],"whyLabel":"Per què l’hem inclosa","why":"Una rutina compacta amb diversos productes per a qui prefereix explorar diferents formulacions relacionades amb la longevitat dins d’una mateixa marca.","main":"Explorar la rutina AVEA","all":"Veure tots els productes AVEA","health":"Explorar Health Products","safety":"Revisa la llista completa d’ingredients i les indicacions del fabricant. En cas d’embaràs o lactància, si ets menor de 18 anys, prens medicació o tens alguna condició de salut, consulta un professional qualificat abans d’utilitzar suplements.","note":"Informació d’afiliació: Health & Life pot rebre una comissió si compres a través d’aquests enllaços, sense cap cost addicional per a tu.","imageAlt":"AVEA Complete Rejuvenation Routine amb productes de suplementació relacionats amb la longevitat"},"es":{"ad":"Publicidad · enlaces de afiliación","eyebrow":"Health & Life · Selección editorial de afiliación","title":"AVEA Complete Rejuvenation Routine","intro":"Para quienes exploran suplementos relacionados con la longevidad, esta rutina de AVEA reúne fórmulas orientadas al metabolismo del NAD+, la salud celular y el apoyo al colágeno. La evidencia y la idoneidad varían según el ingrediente y el contexto individual, por lo que se presenta como una selección editorial de producto y no como una recomendación de tratamiento.","chips":["Metabolismo del NAD+","Salud celular","Apoyo al colágeno"],"whyLabel":"Por qué la hemos incluido","why":"Una rutina compacta con varios productos para quienes prefieren explorar distintas formulaciones relacionadas con la longevidad dentro de una misma marca.","main":"Explorar la rutina AVEA","all":"Ver todos los productos AVEA","health":"Explorar Health Products","safety":"Revisa la lista completa de ingredientes y las indicaciones del fabricante. En caso de embarazo o lactancia, si eres menor de 18 años, tomas medicación o tienes alguna condición de salud, consulta a un profesional cualificado antes de utilizar suplementos.","note":"Información de afiliación: Health & Life puede recibir una comisión si compras a través de estos enlaces, sin coste adicional para ti.","imageAlt":"AVEA Complete Rejuvenation Routine con productos de suplementación relacionados con la longevidad"},"de":{"ad":"Werbung · Affiliate-Links","eyebrow":"Health & Life · Redaktionelle Affiliate-Auswahl","title":"AVEA Complete Rejuvenation Routine","intro":"Für Menschen, die sich mit Longevity-Supplementen beschäftigen, bündelt diese AVEA-Routine Formulierungen rund um NAD+-Stoffwechsel, Zellgesundheit und Kollagenunterstützung. Evidenz und Eignung unterscheiden sich je nach Inhaltsstoff und individueller Situation. Daher handelt es sich um eine redaktionelle Produktauswahl und nicht um eine Behandlungsempfehlung.","chips":["NAD+-Stoffwechsel","Zellgesundheit","Kollagenunterstützung"],"whyLabel":"Warum wir sie aufgenommen haben","why":"Eine kompakte Routine mit mehreren Produkten für Menschen, die verschiedene Longevity-bezogene Formulierungen innerhalb einer Marke erkunden möchten.","main":"AVEA-Routine ansehen","all":"Alle AVEA-Produkte ansehen","health":"Health Products entdecken","safety":"Prüfen Sie die vollständigen Zutatenlisten und Herstellerhinweise. Bei Schwangerschaft oder Stillzeit, unter 18 Jahren, bei Medikamenteneinnahme oder bestehenden Erkrankungen sollten Sie vor der Einnahme von Supplementen fachlichen Rat einholen.","note":"Affiliate-Hinweis: Health & Life kann bei einem Kauf über diese Links eine Provision erhalten, ohne dass Ihnen zusätzliche Kosten entstehen.","imageAlt":"AVEA Complete Rejuvenation Routine mit Longevity-bezogenen Supplement-Produkten"}};

    function detectLang(){
      var raw=(document.documentElement.getAttribute("lang")||"en")
        .toLowerCase().replace(/_/g,"-").split("-")[0];

      if(COPY[raw]) return raw;

      var path=(window.location.pathname||"")
        .toLowerCase().split("/").filter(Boolean);

      if(path.indexOf("ca")!==-1 || path.indexOf("cat")!==-1) return "ca";
      if(path.indexOf("es")!==-1) return "es";
      if(path.indexOf("de")!==-1) return "de";

      return "en";
    }

    function track(eventName){
      if(window.dataLayer && Array.isArray(window.dataLayer)){
        window.dataLayer.push({
          event:eventName,
          hl_component:"avea_affiliate_card"
        });
      }
    }

    function init(root){
      if(root.__hlAffiliateV2Init) return;

      var lang=detectLang();
      var t=COPY[lang]||COPY.en;

      root.setAttribute("lang",lang);

      root.querySelectorAll("[data-t]").forEach(function(el){
        var key=el.getAttribute("data-t");
        if(typeof t[key]==="string") el.textContent=t[key];
      });

      root.querySelectorAll("[data-chip]").forEach(function(el){
        var i=parseInt(el.getAttribute("data-chip"),10);
        if(t.chips && t.chips[i]) el.textContent=t.chips[i];
      });

      var img=root.querySelector("[data-image]");
      if(img) img.alt=t.imageAlt||COPY.en.imageAlt;

      root.addEventListener("click",function(e){
        var link=e.target.closest("[data-action]");
        if(!link || !root.contains(link)) return;

        var action=link.getAttribute("data-action");
        if(action==="avea-routine") track("hl_affiliate_avea_routine_click");
        if(action==="avea-all") track("hl_affiliate_avea_brand_click");
        if(action==="health-products") track("hl_affiliate_health_products_click");
      });

      root.__hlAffiliateV2Init=true;
    }

    function initAll(){
      document.querySelectorAll(".hl-affiliate-v2[data-hl-affiliate-v2]").forEach(init);
    }

    var script=document.currentScript;
    var ownRoot=script && script.closest("[data-hl-affiliate-v2]");

    if(ownRoot) init(ownRoot);
    else if(document.readyState==="loading") {
      document.addEventListener("DOMContentLoaded",initAll,{once:true});
    } else {
      initAll();
    }
  })();
  </script>
</div>
</div>
			</div>
			</div>
				
				
				
				
			</div>
				
				
			</div></p>
]]></content:encoded>
					
					<wfw:commentRss>https://healthandlifeonline.com/longevity-index/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>NMN, senolytics and collagen</title>
		<link>https://healthandlifeonline.com/nmn-senolytics-and-collagen/</link>
					<comments>https://healthandlifeonline.com/nmn-senolytics-and-collagen/#respond</comments>
		
		<dc:creator><![CDATA[Olga]]></dc:creator>
		<pubDate>Fri, 22 May 2026 18:16:18 +0000</pubDate>
				<category><![CDATA[Body & Health]]></category>
		<category><![CDATA[biological ageing]]></category>
		<category><![CDATA[cellular ageing]]></category>
		<category><![CDATA[cellular health]]></category>
		<category><![CDATA[cellular nutrition]]></category>
		<category><![CDATA[cellular senescence]]></category>
		<category><![CDATA[collagen]]></category>
		<category><![CDATA[connective tissue]]></category>
		<category><![CDATA[healthy ageing]]></category>
		<category><![CDATA[longevity]]></category>
		<category><![CDATA[longevity nutrition]]></category>
		<category><![CDATA[mitochondrial function]]></category>
		<category><![CDATA[NAD+]]></category>
		<category><![CDATA[NMN]]></category>
		<category><![CDATA[oxidative stress]]></category>
		<category><![CDATA[senolytics]]></category>
		<guid isPermaLink="false">https://healthandlifeonline.com/?p=102071</guid>

					<description><![CDATA[]]></description>
										<content:encoded><![CDATA[
<div class="et_pb_section et_pb_section_9 et_pb_with_background et_section_regular" >
				
				
				
				
				
				
				<div class="et_pb_row et_pb_row_17 et_pb_gutters1">
				<div class="et_pb_column et_pb_column_4_4 et_pb_column_17  et_pb_css_mix_blend_mode_passthrough et-last-child">
				
				
				
				
				<div class="et_pb_module et_pb_code et_pb_code_17">
				
				
				
				
				<div class="et_pb_code_inner"><style>
#hl-avea-editorial-multi,
#hl-avea-editorial-multi *,
#hl-avea-editorial-multi *::before,
#hl-avea-editorial-multi *::after {
  box-sizing: border-box;
}

#hl-avea-editorial-multi {
  --hl-brown: #4A3427;
  --hl-dark: #2f2118;
  --hl-text: #4f4038;
  --hl-muted: #75675f;
  --hl-soft: #fbf7f1;
  --hl-cream: #fffaf4;
  --hl-line: #e4d3c2;
  --hl-line-strong: #d3b99d;
  --hl-orange: #e88423;
  --hl-orange-dark: #c86a16;
  --hl-green: #758f52;
  --hl-wine: #7d3842;

  width: min(100%, 1120px);
  margin: 0 auto;
  padding: 0;
  color: var(--hl-text);
  font-family: inherit;
}

#hl-avea-editorial-multi a {
  color: inherit;
}

#hl-avea-editorial-multi [data-l] {
  display: none;
}

#hl-avea-editorial-multi [data-l].on {
  display: block;
}

#hl-avea-editorial-multi .hl-article-hero {
  margin: 0 0 34px;
  padding: 42px 34px 38px;
  border: 1px solid var(--hl-line);
  border-radius: 26px;
  background:
    radial-gradient(circle at top right, rgba(232, 132, 35, 0.16), transparent 34%),
    linear-gradient(180deg, #fffaf4 0%, #f8efe5 100%);
  text-align: center;
  box-shadow: 0 14px 38px rgba(74, 52, 39, 0.09);
}

#hl-avea-editorial-multi .hl-kicker {
  margin: 0 0 14px;
  color: var(--hl-green);
  font-size: 12px;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

#hl-avea-editorial-multi h1 {
  margin: 0 auto 12px;
  max-width: 850px;
  color: var(--hl-dark);
  font-size: clamp(34px, 5vw, 56px);
  line-height: 1.02;
  font-weight: 600;
  letter-spacing: -0.02em;
}

#hl-avea-editorial-multi .hl-subtitle {
  margin: 0 auto 18px;
  max-width: 760px;
  color: var(--hl-brown);
  font-size: clamp(20px, 2.6vw, 28px);
  line-height: 1.22;
  font-weight: 500;
}

#hl-avea-editorial-multi .hl-byline {
  margin: 0 auto 16px;
  color: var(--hl-muted);
  font-size: 14px;
  line-height: 1.6;
}

#hl-avea-editorial-multi .hl-standfirst {
  margin: 0 auto;
  max-width: 820px;
  color: var(--hl-text);
  font-size: 17px;
  line-height: 1.76;
}

#hl-avea-editorial-multi .hl-text-block {
  max-width: 840px;
  margin: 0 auto 30px;
  padding: 0 4px;
}

#hl-avea-editorial-multi p {
  margin: 0 0 18px;
  font-size: 16.5px;
  line-height: 1.78;
}

#hl-avea-editorial-multi .hl-text-block p:last-child,
#hl-avea-editorial-multi .hl-section-text p:last-child {
  margin-bottom: 0;
}

#hl-avea-editorial-multi .hl-divider {
  width: 72px;
  height: 2px;
  margin: 30px auto;
  background: linear-gradient(90deg, var(--hl-brown), var(--hl-green), var(--hl-orange));
  border-radius: 999px;
}

#hl-avea-editorial-multi .hl-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 360px);
  gap: 34px;
  align-items: center;
  margin: 0 0 34px;
  padding: 30px;
  border: 1px solid var(--hl-line);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 10px 28px rgba(74, 52, 39, 0.06);
}

#hl-avea-editorial-multi .hl-section.alt {
  grid-template-columns: minmax(260px, 360px) minmax(0, 1fr);
}

#hl-avea-editorial-multi .hl-section.alt .hl-section-media {
  order: 1;
}

#hl-avea-editorial-multi .hl-section.alt .hl-section-text {
  order: 2;
}

#hl-avea-editorial-multi h2 {
  margin: 0 0 16px;
  color: var(--hl-dark);
  font-size: clamp(25px, 3vw, 34px);
  line-height: 1.15;
  font-weight: 600;
}

#hl-avea-editorial-multi .hl-section-intro {
  margin-bottom: 18px;
  color: var(--hl-brown);
  font-size: 17px;
  line-height: 1.68;
}

#hl-avea-editorial-multi .hl-section-media {
  width: 100%;
  margin: 0;
}

#hl-avea-editorial-multi .hl-section-media img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 18px;
  border: 1px solid var(--hl-line);
  background: var(--hl-soft);
  box-shadow: 0 12px 28px rgba(74, 52, 39, 0.08);
}

#hl-avea-editorial-multi .hl-caption {
  margin: 10px 0 0;
  color: var(--hl-muted);
  font-size: 12px;
  line-height: 1.5;
  text-align: center;
}

#hl-avea-editorial-multi .hl-synthesis {
  margin: 4px 0 38px;
  padding: 28px 30px;
  border-radius: 24px;
  border: 1px solid rgba(117, 143, 82, 0.34);
  background:
    linear-gradient(180deg, #f8fbf3 0%, #f5efe7 100%);
  text-align: center;
}

#hl-avea-editorial-multi .hl-synthesis h2 {
  margin-bottom: 14px;
}

#hl-avea-editorial-multi .hl-synthesis p {
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
}

#hl-avea-editorial-multi .hl-transition {
  max-width: 820px;
  margin: 0 auto 24px;
  text-align: center;
}

#hl-avea-editorial-multi .hl-transition p {
  color: var(--hl-text);
  font-size: 16px;
  line-height: 1.76;
}

#hl-avea-editorial-multi .hl-avea-commercial {
  margin: 0 0 10px;
  padding: 22px 30px 30px;
  border: 1px solid rgba(232, 132, 35, 0.52);
  border-radius: 24px;
  background:
    radial-gradient(circle at top right, rgba(246, 189, 97, 0.30), transparent 34%),
    linear-gradient(180deg, #fffaf2 0%, #f8efe5 100%);
  box-shadow: 0 16px 42px rgba(74, 52, 39, 0.13);
}

#hl-avea-editorial-multi .hl-ad-row {
  display: flex;
  justify-content: center;
  margin: 0 0 18px;
  text-align: center;
}

#hl-avea-editorial-multi .hl-ad-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 24px;
  padding: 4px 12px;
  border: 1px solid rgba(232, 132, 35, 0.34);
  border-radius: 999px;
  background: rgba(255, 253, 249, 0.9);
  color: #8a5a2e;
  font-size: 10.5px;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: 0.03em;
}

#hl-avea-editorial-multi .hl-avea-commercial-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 410px);
  gap: 28px;
  align-items: center;
}

#hl-avea-editorial-multi .hl-avea-copy {
  text-align: center;
}

#hl-avea-editorial-multi .hl-avea-label {
  margin: 0 0 12px;
  color: var(--hl-green);
  font-size: 11px;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

#hl-avea-editorial-multi .hl-avea-title {
  margin: 0 0 14px;
  color: var(--hl-dark);
  font-size: clamp(26px, 3vw, 38px);
  line-height: 1.12;
  font-weight: 600;
}

#hl-avea-editorial-multi .hl-avea-copy p {
  margin-left: auto;
  margin-right: auto;
  max-width: 670px;
  color: var(--hl-text);
  font-size: 15.5px;
  line-height: 1.72;
}

#hl-avea-editorial-multi .hl-avea-image {
  background: linear-gradient(180deg, #fffdf9 0%, #fff4e5 100%);
  border: 1px solid rgba(232, 132, 35, 0.62);
  border-radius: 20px;
  padding: 18px;
  text-align: center;
  box-shadow: 0 10px 24px rgba(200, 106, 22, 0.14);
}

#hl-avea-editorial-multi .hl-avea-image img {
  width: 100%;
  max-width: 370px;
  height: auto;
  display: block;
  margin: 0 auto;
  border-radius: 12px;
}

#hl-avea-editorial-multi .hl-avea-button-row {
  display: flex;
  justify-content: center;
  margin: 20px 0 12px;
}

#hl-avea-editorial-multi .hl-avea-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 13px 28px;
  border: 1px solid var(--hl-orange);
  border-radius: 999px;
  background: var(--hl-orange);
  color: #ffffff !important;
  text-decoration: none;
  font-size: 15px;
  line-height: 1.35;
  font-weight: 700;
  box-shadow: 0 8px 18px rgba(200, 106, 22, 0.22);
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

#hl-avea-editorial-multi .hl-avea-button:hover {
  background: var(--hl-orange-dark);
  border-color: var(--hl-orange-dark);
  color: #ffffff !important;
  transform: translateY(-1px);
}

#hl-avea-editorial-multi .hl-affiliate-note {
  margin: 0 auto;
  max-width: 720px;
  color: var(--hl-muted);
  font-size: 11px;
  line-height: 1.58;
  text-align: center;
}

@media (max-width: 900px) {
  #hl-avea-editorial-multi .hl-section,
  #hl-avea-editorial-multi .hl-section.alt,
  #hl-avea-editorial-multi .hl-avea-commercial-grid {
    grid-template-columns: 1fr;
  }

  #hl-avea-editorial-multi .hl-section.alt .hl-section-media,
  #hl-avea-editorial-multi .hl-section.alt .hl-section-text {
    order: initial;
  }

  #hl-avea-editorial-multi .hl-section-media {
    max-width: 420px;
    margin: 0 auto;
  }

  #hl-avea-editorial-multi .hl-avea-image {
    max-width: 430px;
    width: 100%;
    margin: 0 auto;
  }
}

@media (max-width: 640px) {
  #hl-avea-editorial-multi .hl-article-hero {
    padding: 34px 22px 30px;
    border-radius: 22px;
  }

  #hl-avea-editorial-multi .hl-section,
  #hl-avea-editorial-multi .hl-synthesis,
  #hl-avea-editorial-multi .hl-avea-commercial {
    padding: 24px 18px;
    border-radius: 20px;
  }

  #hl-avea-editorial-multi p {
    font-size: 15.5px;
    line-height: 1.74;
  }

  #hl-avea-editorial-multi .hl-avea-button {
    width: 100%;
    text-align: center;
  }
}
</style>

<div id="hl-avea-editorial-multi" class="notranslate" translate="no">

  <article data-l="en">

    <header class="hl-article-hero">
      <p class="hl-kicker">Digital Library of Neuroscience · Health & Life</p> 
      <h1>NMN, senolytics and collagen</h1>
      <p class="hl-subtitle">Three pathways to understand cellular ageing</p> 
      <p class="hl-byline">By Olga Hom</p> 
      <p class="hl-standfirst">
        Ageing is often described through visible changes: less energy, slower recovery, weaker tissue structure or a different skin quality. Biomedical research now allows a more detailed reading. Cellular energy, senescent cells and connective tissue biology are three areas where the ageing process can be studied with more detail.
      </p> 
    </header>

    <div class="hl-text-block">
      <p>
        This article looks at three mechanisms that often appear in current longevity research: the decline in NAD+, the accumulation of senescent cells and the gradual loss of collagen quality. Each one belongs to a different biological layer, but they meet in the same problem: the body's ability to maintain function, repair and structural integrity over time.
      </p> 
    </div>

    <div class="hl-divider"></div>

    <section class="hl-section">
      <div class="hl-section-text">
        <h2>NAD+, cellular energy and repair</h2>
        <p class="hl-section-intro">NAD+ is a coenzyme present in all cells. It participates in energy production, mitochondrial function and several repair pathways.</p> 
        <p>With age, NAD+ levels tend to decline. This has been associated with lower metabolic efficiency and a more limited response to cellular stress. For that reason, NAD+ precursors such as NMN have become an important focus in ageing research.</p> 
        <p>The interest in this pathway is biological before it is commercial. NAD+ connects energy, repair and metabolic response. It helps explain cellular ageing as a change in the working conditions of the cell, beyond the passage of time.</p> 
      </div>
      <figure class="hl-section-media">
        <img decoding="async" src="https://healthandlifeonline.com/wp-content/uploads/2026/05/ChatGPT-Image-22.-Mai-2026-12_57_57-300x200.png" alt="Abstract visual representation of cellular energy and NAD+ metabolism">
        <figcaption class="hl-caption">Cellular energy and repair depend on the metabolic context in which the cell works.</figcaption>
      </figure>
    </section>

    <section class="hl-section alt">
      <figure class="hl-section-media">
        <img decoding="async" src="https://healthandlifeonline.com/wp-content/uploads/2026/05/ChatGPT-Image-22.-Mai-2026-13_21_34-300x225.png" alt="Abstract visual representation of cellular senescence">
        <figcaption class="hl-caption">Senescent cells are studied because they can alter the tissue environment around them.</figcaption>
      </figure>
      <div class="hl-section-text">
        <h2>Cellular senescence and low-grade inflammation</h2>
        <p class="hl-section-intro">Cellular senescence describes cells that stop dividing but remain present in tissues.</p> 
        <p>Some senescent cells release inflammatory signals and modify the cellular environment around them. This has been linked to chronic low-grade inflammation, a pattern often discussed in age-related biological change.</p> 
        <p>Compounds such as quercetin, fisetin and spermidine are being studied in relation to senescence, autophagy, inflammatory signalling and tissue renewal. The field is still developing. The field shows that ageing also depends on cellular context, beyond the count of years.</p> 
      </div>
    </section>

    <section class="hl-section">
      <div class="hl-section-text">
        <h2>Collagen synthesis and connective tissue quality</h2>
        <p class="hl-section-intro">Collagen is part of the skin, tendons, joints, blood vessels and extracellular matrix.</p> 
        <p>With age, collagen synthesis tends to decline. This process can be influenced by inflammation, oxidative stress, nutritional deficiencies and sun exposure. For that reason, collagen cannot be reduced to supplementation alone.</p> 
        <p>Functional collagen formation depends on amino acids, vitamin C, metabolic cofactors and the body's own capacity to build and maintain connective tissue. What matters is the biological context that allows tissue repair to remain effective.</p> 
      </div>
      <figure class="hl-section-media">
        <img decoding="async" src="https://healthandlifeonline.com/wp-content/uploads/2026/05/ChatGPT-Image-22.-Mai-2026-13_05_40-300x225.png" alt="Abstract visual representation of collagen and connective tissue">
        <figcaption class="hl-caption">Connective tissue quality depends on synthesis, repair and the metabolic state of the organism.</figcaption>
      </figure>
    </section>

    <section class="hl-synthesis">
      <h2>Why these pathways belong together</h2>
      <p>NAD+ metabolism, cellular senescence and collagen biology belong to different levels of ageing: energy, tissue signalling and structure. Reading them together gives the discussion more precision. Healthy ageing depends on the interaction between repair, inflammation, metabolism and tissue quality. Ingredients read in isolation give an incomplete picture.</p> 
    </section>

    <div class="hl-transition">
      <p>After this biological review, Health & Life includes a separate product selection for readers who want to see how a specialised brand organises this type of cellular nutrition in practice.</p> 
    </div>

    <section class="hl-avea-commercial">
      <div class="hl-ad-row"><span class="hl-ad-label">Advertisement / affiliate links</span></div>
      <div class="hl-avea-commercial-grid">
        <div class="hl-avea-copy">
          <p class="hl-avea-label">Health & Life · AVEA selection</p> 
          <h2 class="hl-avea-title">AVEA Complete Rejuvenation Routine</h2>
          <p>AVEA is a Swiss brand focused on nutritional formulations for cellular health and healthy ageing. Its Complete Rejuvenation Routine brings together NMN, Booster, Cell Primer and Collagen Activator in one organised monthly structure.</p> 
          <p>This routine brings together selected compounds related to areas discussed in this article: NAD+ metabolism, cellular ageing research and collagen formation.</p> 
          <div class="hl-avea-button-row">
            <a class="hl-avea-button" href="https://avea-life.com/products/complete-rejuvenation-routine?sub_id=OLGAHOM" target="_blank" rel="nofollow sponsored noopener">View the AVEA routine</a>
          </div>
          <p class="hl-affiliate-note">Affiliate collaboration. Health & Life may receive a commission if you buy through this link, at no extra cost to you.</p> 
        </div>
        <div class="hl-avea-image">
          <img decoding="async" src="https://healthandlifeonline.com/wp-content/uploads/2026/05/Screenshot-2026-05-20-184837.png" alt="AVEA Complete Rejuvenation Routine">
        </div>
      </div>
    </section>
  </article>

  <article data-l="ca">

    <header class="hl-article-hero">
      <p class="hl-kicker">Biblioteca Digital de Neurociència · Health & Life</p> 
      <h1>NMN, senolítics i col·lagen</h1>
      <p class="hl-subtitle">Tres vies per entendre l'envelliment cel·lular</p> 
      <p class="hl-byline">Per Olga Hom</p> 
      <p class="hl-standfirst">
        L'envelliment sovint s'explica a través de canvis visibles: menys energia, recuperació més lenta, pèrdua d'estructura dels teixits o una qualitat diferent de la pell. La recerca biomèdica permet avui una lectura més detallada. L'energia cel·lular, les cèl·lules senescents i la biologia del teixit connectiu són tres àrees on aquest procés es pot estudiar amb més detall.
      </p> 
    </header>

    <div class="hl-text-block">
      <p>
        Aquest article revisa tres mecanismes presents en la recerca actual sobre longevitat: el descens del NAD+, l'acumulació de cèl·lules senescents i la pèrdua progressiva de qualitat del col·lagen. Pertanyen a capes biològiques diferents, però convergeixen en un mateix problema: la capacitat del cos per mantenir funció, reparació i integritat estructural al llarg del temps.
      </p> 
    </div>

    <div class="hl-divider"></div>

    <section class="hl-section">
      <div class="hl-section-text">
        <h2>NAD+, energia cel·lular i reparació</h2>
        <p class="hl-section-intro">El NAD+ és un coenzim present en totes les cèl·lules. Participa en la producció d'energia, la funció mitocondrial i diverses vies de reparació.</p> 
        <p>Amb l'edat, els nivells de NAD+ tendeixen a disminuir. Aquest descens s'ha relacionat amb una eficiència metabòlica més baixa i amb una resposta més limitada davant l'estrès cel·lular. Per això, precursors del NAD+ com el NMN han esdevingut un focus important en la recerca sobre envelliment.</p> 
        <p>L'interès d'aquesta via és biològic abans que comercial. El NAD+ connecta energia, reparació i resposta metabòlica. Ajuda a entendre l'envelliment cel·lular com un canvi en les condicions de treball de la cèl·lula, més enllà del pas del temps.</p> 
      </div>
      <figure class="hl-section-media">
        <img decoding="async" src="https://healthandlifeonline.com/wp-content/uploads/2026/05/ChatGPT-Image-22.-Mai-2026-12_57_57-300x200.png" alt="Representació abstracta de l'energia cel·lular i el metabolisme del NAD+">
        <figcaption class="hl-caption">L'energia cel·lular i la reparació depenen del context metabòlic en què treballa la cèl·lula.</figcaption>
      </figure>
    </section>

    <section class="hl-section alt">
      <figure class="hl-section-media">
        <img decoding="async" src="https://healthandlifeonline.com/wp-content/uploads/2026/05/ChatGPT-Image-22.-Mai-2026-13_21_34-300x225.png" alt="Representació abstracta de la senescència cel·lular">
        <figcaption class="hl-caption">Les cèl·lules senescents s'estudien perquè poden alterar l'entorn del teixit que les envolta.</figcaption>
      </figure>
      <div class="hl-section-text">
        <h2>Senescència cel·lular i inflamació de baix grau</h2>
        <p class="hl-section-intro">La senescència cel·lular descriu cèl·lules que deixen de dividir-se, però continuen presents als teixits.</p> 
        <p>Algunes cèl·lules senescents alliberen senyals inflamatòries i modifiquen l'entorn cel·lular proper. Aquest fenomen s'ha relacionat amb la inflamació crònica de baix grau, un patró que es discuteix sovint en els canvis biològics vinculats a l'edat.</p> 
        <p>Compostos com la quercetina, la fisetina i l'espermidina s'estudien en relació amb la senescència, l'autofàgia, la senyalització inflamatòria i la renovació dels teixits. El camp encara està en desenvolupament. La recerca mostra que l'envelliment també depèn del context cel·lular, més enllà del nombre d'anys viscuts.</p> 
      </div>
    </section>

    <section class="hl-section">
      <div class="hl-section-text">
        <h2>Síntesi de col·lagen i qualitat del teixit connectiu</h2>
        <p class="hl-section-intro">El col·lagen forma part de la pell, els tendons, les articulacions, els vasos sanguinis i la matriu extracel·lular.</p> 
        <p>Amb l'edat, la síntesi de col·lagen tendeix a disminuir. Aquest procés pot estar condicionat per la inflamació, l'estrès oxidatiu, les carències nutricionals i l'exposició solar. Per això, limitar el col·lagen a la suplementació deixa fora una part important del procés.</p> 
        <p>La formació funcional de col·lagen depèn d'aminoàcids, vitamina C, cofactors metabòlics i de la capacitat del cos per construir i mantenir teixit connectiu. El que importa és el context biològic que permet conservar una reparació eficaç.</p> 
      </div>
      <figure class="hl-section-media">
        <img decoding="async" src="https://healthandlifeonline.com/wp-content/uploads/2026/05/ChatGPT-Image-22.-Mai-2026-13_05_40-300x225.png" alt="Representació abstracta del col·lagen i el teixit connectiu">
        <figcaption class="hl-caption">La qualitat del teixit connectiu depèn de la síntesi, la reparació i l'estat metabòlic de l'organisme.</figcaption>
      </figure>
    </section>

    <section class="hl-synthesis">
      <h2>Per què aquestes vies s'han de llegir juntes</h2>
      <p>El metabolisme del NAD+, la senescència cel·lular i la biologia del col·lagen pertanyen a nivells diferents de l'envelliment: energia, senyalització dels teixits i estructura. Llegir-los conjuntament dona més precisió a la discussió. Envellir amb salut depèn de la interacció entre reparació, inflamació, metabolisme i qualitat dels teixits. Els ingredients llegits de manera aïllada donen una imatge incompleta.</p> 
    </section>

    <div class="hl-transition">
      <p>Després d'aquesta revisió biològica, Health & Life inclou una selecció de producte separada de l'article principal per a qui vulgui veure com una marca especialitzada organitza aquest tipus de nutrició cel·lular en una proposta pràctica.</p> 
    </div>

    <section class="hl-avea-commercial">
      <div class="hl-ad-row"><span class="hl-ad-label">Publicitat / enllaços d'afiliació</span></div>
      <div class="hl-avea-commercial-grid">
        <div class="hl-avea-copy">
          <p class="hl-avea-label">Health & Life · Selecció AVEA</p> 
          <h2 class="hl-avea-title">AVEA Complete Rejuvenation Routine</h2>
          <p>AVEA és una marca suïssa centrada en formulacions nutricionals vinculades a la salut cel·lular i l'envelliment saludable. La seva Complete Rejuvenation Routine reuneix NMN, Booster, Cell Primer i Collagen Activator dins d'una estructura mensual organitzada.</p> 
          <p>Aquesta rutina reuneix compostos seleccionats que es relacionen amb àrees tractades en aquest article: metabolisme del NAD+, recerca sobre envelliment cel·lular i formació de col·lagen.</p> 
          <div class="hl-avea-button-row">
            <a class="hl-avea-button" href="https://avea-life.com/products/complete-rejuvenation-routine?sub_id=OLGAHOM" target="_blank" rel="nofollow sponsored noopener">Veure la rutina AVEA</a>
          </div>
          <p class="hl-affiliate-note">Col·laboració d'afiliació. Health & Life pot rebre una comissió si compres a través d'aquest enllaç, sense cap cost afegit per a tu.</p> 
        </div>
        <div class="hl-avea-image">
          <img decoding="async" src="https://healthandlifeonline.com/wp-content/uploads/2026/05/Screenshot-2026-05-20-184837.png" alt="AVEA Complete Rejuvenation Routine">
        </div>
      </div>
    </section>
  </article>

  <article data-l="es">

    <header class="hl-article-hero">
      <p class="hl-kicker">Biblioteca Digital de Neurociencia · Health & Life</p> 
      <h1>NMN, senolíticos y colágeno</h1>
      <p class="hl-subtitle">Tres vías para entender el envejecimiento celular</p> 
      <p class="hl-byline">Por Olga Hom</p> 
      <p class="hl-standfirst">
        El envejecimiento suele explicarse a través de cambios visibles: menos energía, recuperación más lenta, pérdida de estructura en los tejidos o una calidad distinta de la piel. La investigación biomédica permite hoy una lectura más detallada. La energía celular, las células senescentes y la biología del tejido conectivo son tres áreas donde este proceso puede estudiarse con más detalle.
      </p> 
    </header>

    <div class="hl-text-block">
      <p>Este artículo revisa tres mecanismos presentes en la investigación actual sobre longevidad: el descenso del NAD+, la acumulación de células senescentes y la pérdida progresiva de calidad del colágeno. Pertenecen a capas biológicas distintas, pero convergen en un mismo problema: la capacidad del cuerpo para mantener función, reparación e integridad estructural a lo largo del tiempo.</p> 
    </div>

    <div class="hl-divider"></div>

    <section class="hl-section">
      <div class="hl-section-text">
        <h2>NAD+, energía celular y reparación</h2>
        <p class="hl-section-intro">El NAD+ es una coenzima presente en todas las células. Participa en la producción de energía, la función mitocondrial y varias vías de reparación.</p> 
        <p>Con la edad, los niveles de NAD+ tienden a disminuir. Este descenso se ha relacionado con una menor eficiencia metabólica y una respuesta más limitada ante el estrés celular. Por eso, precursores del NAD+ como el NMN se han convertido en un foco importante dentro de la investigación sobre envejecimiento.</p> 
        <p>El interés de esta vía es biológico antes que comercial. El NAD+ conecta energía, reparación y respuesta metabólica. Ayuda a entender el envejecimiento celular como un cambio en las condiciones de trabajo de la célula, más allá del paso del tiempo.</p> 
      </div>
      <figure class="hl-section-media">
        <img decoding="async" src="https://healthandlifeonline.com/wp-content/uploads/2026/05/ChatGPT-Image-22.-Mai-2026-12_57_57-300x200.png" alt="Representación abstracta de la energía celular y el metabolismo del NAD+">
        <figcaption class="hl-caption">La energía celular y la reparación dependen del contexto metabólico en el que trabaja la célula.</figcaption>
      </figure>
    </section>

    <section class="hl-section alt">
      <figure class="hl-section-media">
        <img decoding="async" src="https://healthandlifeonline.com/wp-content/uploads/2026/05/ChatGPT-Image-22.-Mai-2026-13_21_34-300x225.png" alt="Representación abstracta de la senescencia celular">
        <figcaption class="hl-caption">Las células senescentes se estudian porque pueden alterar el entorno del tejido que las rodea.</figcaption>
      </figure>
      <div class="hl-section-text">
        <h2>Senescencia celular e inflamación de bajo grado</h2>
        <p class="hl-section-intro">La senescencia celular describe células que dejan de dividirse, pero siguen presentes en los tejidos.</p> 
        <p>Algunas células senescentes liberan señales inflamatorias y modifican el entorno celular cercano. Este fenómeno se ha relacionado con la inflamación crónica de bajo grado, un patrón que se discute a menudo en los cambios biológicos vinculados a la edad.</p> 
        <p>Compuestos como la quercetina, la fisetina y la espermidina se estudian en relación con la senescencia, la autofagia, la señalización inflamatoria y la renovación de los tejidos. El campo sigue en desarrollo. La investigación muestra que el envejecimiento también depende del contexto celular, más allá del número de años vividos.</p> 
      </div>
    </section>

    <section class="hl-section">
      <div class="hl-section-text">
        <h2>Síntesis de colágeno y calidad del tejido conectivo</h2>
        <p class="hl-section-intro">El colágeno forma parte de la piel, los tendones, las articulaciones, los vasos sanguíneos y la matriz extracelular.</p> 
        <p>Con la edad, la síntesis de colágeno tiende a disminuir. Este proceso puede estar condicionado por la inflamación, el estrés oxidativo, las carencias nutricionales y la exposición solar. Por eso, limitar el colágeno a la suplementación deja fuera una parte importante del proceso.</p> 
        <p>La formación funcional de colágeno depende de aminoácidos, vitamina C, cofactores metabólicos y de la capacidad del cuerpo para construir y mantener tejido conectivo. Lo que importa es el contexto biológico que permite conservar una reparación eficaz.</p> 
      </div>
      <figure class="hl-section-media">
        <img decoding="async" src="https://healthandlifeonline.com/wp-content/uploads/2026/05/ChatGPT-Image-22.-Mai-2026-13_05_40-300x225.png" alt="Representación abstracta del colágeno y el tejido conectivo">
        <figcaption class="hl-caption">La calidad del tejido conectivo depende de la síntesis, la reparación y el estado metabólico del organismo.</figcaption>
      </figure>
    </section>

    <section class="hl-synthesis">
      <h2>Por qué estas vías deben leerse juntas</h2>
      <p>El metabolismo del NAD+, la senescencia celular y la biología del colágeno pertenecen a niveles distintos del envejecimiento: energía, señalización de los tejidos y estructura. Leerlos de forma conjunta da más precisión a la discusión. Envejecer con salud depende de la interacción entre reparación, inflamación, metabolismo y calidad de los tejidos. Los ingredientes leídos de forma aislada dan una imagen incompleta.</p> 
    </section>

    <div class="hl-transition">
      <p>Después de esta revisión biológica, Health & Life incluye una selección de producto separada del artículo principal para quienes quieran ver cómo una marca especializada organiza este tipo de nutrición celular en una propuesta práctica.</p> 
    </div>

    <section class="hl-avea-commercial">
      <div class="hl-ad-row"><span class="hl-ad-label">Publicidad / enlaces de afiliación</span></div>
      <div class="hl-avea-commercial-grid">
        <div class="hl-avea-copy">
          <p class="hl-avea-label">Health & Life · Selección AVEA</p> 
          <h2 class="hl-avea-title">AVEA Complete Rejuvenation Routine</h2>
          <p>AVEA es una marca suiza centrada en formulaciones nutricionales vinculadas a la salud celular y el envejecimiento saludable. Su Complete Rejuvenation Routine reúne NMN, Booster, Cell Primer y Collagen Activator dentro de una estructura mensual organizada.</p> 
          <p>Esta rutina reúne compuestos seleccionados que se relacionan con áreas tratadas en este artículo: metabolismo del NAD+, investigación sobre envejecimiento celular y formación de colágeno.</p> 
          <div class="hl-avea-button-row">
            <a class="hl-avea-button" href="https://avea-life.com/products/complete-rejuvenation-routine?sub_id=OLGAHOM" target="_blank" rel="nofollow sponsored noopener">Ver la rutina AVEA</a>
          </div>
          <p class="hl-affiliate-note">Colaboración de afiliación. Health & Life puede recibir una comisión si compras a través de este enlace, sin coste adicional para ti.</p> 
        </div>
        <div class="hl-avea-image">
          <img decoding="async" src="https://healthandlifeonline.com/wp-content/uploads/2026/05/Screenshot-2026-05-20-184837.png" alt="AVEA Complete Rejuvenation Routine">
        </div>
      </div>
    </section>
  </article>

  <article data-l="de">

    <header class="hl-article-hero">
      <p class="hl-kicker">Digitale Bibliothek für Neurowissenschaft · Health & Life</p> 
      <h1>NMN, Senolytika und Kollagen</h1>
      <p class="hl-subtitle">Drei Wege, um zelluläres Altern besser zu verstehen</p> 
      <p class="hl-byline">Von Olga Hom</p> 
      <p class="hl-standfirst">
        Altern wird häufig über sichtbare Veränderungen beschrieben: weniger Energie, langsamere Erholung, schwächere Gewebestruktur oder eine veränderte Hautqualität. Die biomedizinische Forschung erlaubt heute eine detailliertere Betrachtung. Zelluläre Energie, seneszente Zellen und die Biologie des Bindegewebes sind drei Bereiche, in denen dieser Prozess genauer untersucht werden kann.
      </p> 
    </header>

    <div class="hl-text-block">
      <p>Dieser Artikel betrachtet drei Mechanismen, die in der aktuellen Longevity-Forschung häufig eine Rolle spielen: den Rückgang von NAD+, die Ansammlung seneszenter Zellen und den allmählichen Verlust der Kollagenqualität. Jeder dieser Prozesse gehört zu einer anderen biologischen Ebene, trifft aber denselben Kern: die Fähigkeit des Körpers, Funktion, Reparatur und strukturelle Integrität im Laufe der Zeit zu erhalten.</p> 
    </div>

    <div class="hl-divider"></div>

    <section class="hl-section">
      <div class="hl-section-text">
        <h2>NAD+, zelluläre Energie und Reparatur</h2>
        <p class="hl-section-intro">NAD+ ist ein Coenzym, das in allen Zellen vorkommt. Es ist an der Energieproduktion, der Mitochondrienfunktion und mehreren Reparaturwegen beteiligt.</p> 
        <p>Mit zunehmendem Alter sinken die NAD+-Spiegel tendenziell. Dieser Rückgang wurde mit geringerer metabolischer Effizienz und einer begrenzteren Reaktion auf zellulären Stress in Verbindung gebracht. Deshalb sind NAD+-Vorstufen wie NMN zu einem wichtigen Thema in der Alternsforschung geworden.</p> 
        <p>Das Interesse an diesem Weg ist zuerst biologisch, nicht kommerziell. NAD+ verbindet Energie, Reparatur und metabolische Reaktionsfähigkeit. Es zeigt zelluläres Altern als Veränderung der Arbeitsbedingungen der Zelle, über das reine Vergehen der Zeit hinaus.</p> 
      </div>
      <figure class="hl-section-media">
        <img decoding="async" src="https://healthandlifeonline.com/wp-content/uploads/2026/05/ChatGPT-Image-22.-Mai-2026-12_57_57-300x200.png" alt="Abstrakte Darstellung von zellulärer Energie und NAD+-Stoffwechsel">
        <figcaption class="hl-caption">Zelluläre Energie und Reparatur hängen vom metabolischen Kontext ab, in dem die Zelle arbeitet.</figcaption>
      </figure>
    </section>

    <section class="hl-section alt">
      <figure class="hl-section-media">
        <img decoding="async" src="https://healthandlifeonline.com/wp-content/uploads/2026/05/ChatGPT-Image-22.-Mai-2026-13_21_34-300x225.png" alt="Abstrakte Darstellung zellulärer Seneszenz">
        <figcaption class="hl-caption">Seneszente Zellen werden untersucht, weil sie das Gewebeumfeld um sich herum verändern können.</figcaption>
      </figure>
      <div class="hl-section-text">
        <h2>Zelluläre Seneszenz und niedriggradige Entzündung</h2>
        <p class="hl-section-intro">Zelluläre Seneszenz beschreibt Zellen, die sich nicht mehr teilen, aber im Gewebe verbleiben.</p> 
        <p>Einige seneszente Zellen setzen entzündliche Signale frei und verändern das nahe Zellumfeld. Dieses Phänomen wird mit chronischer niedriggradiger Entzündung in Verbindung gebracht, einem Muster, das bei altersbezogenen biologischen Veränderungen häufig diskutiert wird.</p> 
        <p>Verbindungen wie Quercetin, Fisetin und Spermidin werden im Zusammenhang mit Seneszenz, Autophagie, Entzündungssignalen und Gewebeerneuerung untersucht. Das Feld befindet sich weiter in Entwicklung. Die Forschung zeigt, dass Altern auch vom zellulären Kontext abhängt, über die Zahl der gelebten Jahre hinaus.</p> 
      </div>
    </section>

    <section class="hl-section">
      <div class="hl-section-text">
        <h2>Kollagensynthese und Qualität des Bindegewebes</h2>
        <p class="hl-section-intro">Kollagen ist Bestandteil von Haut, Sehnen, Gelenken, Blutgefäßen und extrazellulärer Matrix.</p> 
        <p>Mit zunehmendem Alter nimmt die Kollagensynthese tendenziell ab. Dieser Prozess kann durch Entzündung, oxidativen Stress, Nährstoffmängel und Sonneneinstrahlung beeinflusst werden. Deshalb lässt sich Kollagen nicht allein auf Supplementierung reduzieren.</p> 
        <p>Funktionelle Kollagenbildung hängt von Aminosäuren, Vitamin C, metabolischen Cofaktoren und der Fähigkeit des Körpers ab, Bindegewebe aufzubauen und zu erhalten. Entscheidend ist der biologische Zustand, der wirksame Gewebereparatur ermöglicht.</p> 
      </div>
      <figure class="hl-section-media">
        <img decoding="async" src="https://healthandlifeonline.com/wp-content/uploads/2026/05/ChatGPT-Image-22.-Mai-2026-13_05_40-300x225.png" alt="Abstrakte Darstellung von Kollagen und Bindegewebe">
        <figcaption class="hl-caption">Die Qualität des Bindegewebes hängt von Synthese, Reparatur und dem metabolischen Zustand des Organismus ab.</figcaption>
      </figure>
    </section>

    <section class="hl-synthesis">
      <h2>Warum diese Wege zusammengehören</h2>
      <p>NAD+-Stoffwechsel, zelluläre Seneszenz und Kollagenbiologie gehören zu verschiedenen Ebenen des Alterns: Energie, Gewebesignale und Struktur. Zusammen gelesen geben sie der Diskussion mehr Präzision. Gesundes Altern hängt vom Zusammenspiel von Reparatur, Entzündung, Stoffwechsel und Gewebequalität ab. Einzelne Inhaltsstoffe geben ohne Kontext kein vollständiges Bild.</p> 
    </section>

    <div class="hl-transition">
      <p>Nach dieser biologischen Betrachtung fügt Health & Life eine vom Hauptartikel getrennte Produktauswahl ein, für Leserinnen und Leser, die sehen möchten, wie eine spezialisierte Marke diese Art zellulärer Ernährung praktisch organisiert.</p> 
    </div>

    <section class="hl-avea-commercial">
      <div class="hl-ad-row"><span class="hl-ad-label">Werbung / Affiliate-Links</span></div>
      <div class="hl-avea-commercial-grid">
        <div class="hl-avea-copy">
          <p class="hl-avea-label">Health & Life · AVEA Auswahl</p> 
          <h2 class="hl-avea-title">AVEA Complete Rejuvenation Routine</h2>
          <p>AVEA ist eine Schweizer Marke mit Fokus auf Nährstoffformulierungen im Bereich zelluläre Gesundheit und gesundes Altern. Die Complete Rejuvenation Routine kombiniert NMN, Booster, Cell Primer und Collagen Activator in einer organisierten monatlichen Struktur.</p> 
          <p>Diese Routine kombiniert ausgewählte Verbindungen, die mit Themen aus diesem Artikel zusammenhängen: NAD+-Stoffwechsel, Forschung zu zellulärem Altern und Kollagenbildung.</p> 
          <div class="hl-avea-button-row">
            <a class="hl-avea-button" href="https://avea-life.com/products/complete-rejuvenation-routine?sub_id=OLGAHOM" target="_blank" rel="nofollow sponsored noopener">AVEA Routine ansehen</a>
          </div>
          <p class="hl-affiliate-note">Affiliate-Kooperation. Health & Life kann eine Provision erhalten, wenn du über diesen Link kaufst, ohne zusätzliche Kosten für dich.</p> 
        </div>
        <div class="hl-avea-image">
          <img decoding="async" src="https://healthandlifeonline.com/wp-content/uploads/2026/05/Screenshot-2026-05-20-184837.png" alt="AVEA Complete Rejuvenation Routine">
        </div>
      </div>
    </section>
  </article>

</div>

<script>
(function() {
  function normalizeLang(value) {
    return (value || '').toLowerCase().replace('_', '-').split('-')[0];
  }

  function readCookie(name) {
    var parts = document.cookie ? document.cookie.split(';') : [];
    for (var i = 0; i < parts.length; i++) {
      var part = parts[i].trim();
      if (part.indexOf(name + '=') === 0) {
        return decodeURIComponent(part.substring(name.length + 1));
      }
    }
    return '';
  }

  function detectLang() {
    var supported = ['ca', 'es', 'en', 'de'];
    var path = (window.location.pathname || '').toLowerCase();
    var search = (window.location.search || '').toLowerCase();
    var hash = (window.location.hash || '').toLowerCase();

    var pathMatch = path.match(/\/(ca|es|en|de)(\/|$)/);
    if (pathMatch && supported.indexOf(pathMatch[1]) !== -1) {
      return pathMatch[1];
    }

    var queryMatch = search.match(/[?&](lang|language|trp_language)=(ca|es|en|de)/);
    if (queryMatch && supported.indexOf(queryMatch[2]) !== -1) {
      return queryMatch[2];
    }

    var hashMatch = hash.match(/(ca|es|en|de)/);
    if (hashMatch && supported.indexOf(hashMatch[1]) !== -1) {
      return hashMatch[1];
    }

    var htmlLang = normalizeLang(document.documentElement.getAttribute('lang'));
    if (supported.indexOf(htmlLang) !== -1) {
      return htmlLang;
    }

    var bodyClass = document.body ? document.body.className.toLowerCase() : '';
    var bodyMatch = bodyClass.match(/(?:^|\s)(?:trp-language-|language-|lang-|translatepress-)?(ca|es|en|de)(?:\s|$)/);
    if (bodyMatch && supported.indexOf(bodyMatch[1]) !== -1) {
      return bodyMatch[1];
    }

    var cookieLang = normalizeLang(readCookie('trp_language') || readCookie('pll_language') || readCookie('wp-wpml_current_language'));
    if (supported.indexOf(cookieLang) !== -1) {
      return cookieLang;
    }

    return 'en';
  }

  function initArticle() {
    var block = document.getElementById('hl-avea-editorial-multi');
    if (!block) return;

    var lang = detectLang();
    var sections = block.querySelectorAll('[data-l]');
    var activeSection = block.querySelector('[data-l="' + lang + '"]');

    if (!activeSection) {
      activeSection = block.querySelector('[data-l="en"]');
    }

    sections.forEach(function(section) {
      section.classList.remove('on');
    });

    if (activeSection) {
      activeSection.classList.add('on');
    }
  }

  if (document.readyState === 'loading') {
    document.addEventListener('DOMContentLoaded', initArticle);
  } else {
    initArticle();
  }

  window.addEventListener('load', initArticle);
  setTimeout(initArticle, 600);
})();
</script></div>
			</div>
			</div>
				
				
				
				
			</div>
				
				
			</div>
]]></content:encoded>
					
					<wfw:commentRss>https://healthandlifeonline.com/nmn-senolytics-and-collagen/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
