@charset "UTF-8";
/* English healthy-aging page (/en/healthy-aging/) — overrides on top of healthy-aging.css */

/* Intro */
.p-ha-intro {
  max-width: 60rem;
  margin-inline: auto;
  text-align: center;
}

.p-ha-intro .c-h1 {
  margin-block: 0 1em;
}

.p-ha-intro .c-txt + .c-txt {
  margin-block-start: 1.25em;
}

/* Centered section dividers */
.p-healthy-aging02-hd .c-h1,
.p-healthy-aging04-hd .c-h1 {
  text-align: center;
  margin-block: 0 clamp(2.5rem, 1.79rem + 3.57vw, 5rem);
}

/* Small eyebrow above a block title */
.p-ha-eyebrow {
  margin-block: 0 0.5em;
  color: hsl(0, 0%, 25%);
  font-weight: 700;
  font-size: clamp(1.125rem, 1.05rem + 0.36vw, 1.375rem);
  line-height: 1.4;
}

/* Mechanism / Benefit / Confidence / Target Consumers labels in brand green */
.c-flex-dl h3.c-h3 {
  color: hsl(146, 76%, 18%);
  margin-block: 1.25rem 0.35rem;
}

/* Landscape infographics & photos: wider column, keep aspect ratio */
.p-healthy-aging01 img,
.p-healthy-aging02 img,
.p-healthy-aging03 img,
.p-healthy-aging04 img {
  height: auto;
}

.c-flex-img img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 768px) {
  .c-flex-img {
    width: 52%;
  }
}

/* ── Nurturing Wellness from Within ────────────────────────────── */
.p-healthy-aging04 {
  margin-block-start: clamp(5rem, 3.57rem + 7.14vw, 10rem);
}

.p-ha-wellness-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.p-ha-wellness-item {
  display: block;
}

.p-ha-wellness-item img {
  display: block;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .p-ha-wellness-list {
    grid-template-columns: 1fr;
  }
}
