


.hero.hero--vitality {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto minmax(500px, auto) auto;
  gap: 44px;
  padding: clamp(72px, 8vw, 112px) max(24px, calc((100vw - 1220px) / 2)) clamp(88px, 9vw, 124px);
}
.hero-vitality-heading {
  grid-column: 1;
  grid-row: 1;
  max-width: 1050px;
  padding: 0;
}
.hero-vitality-title { font-size: clamp(55px, 6.5vw, 88px); }
.hero-vitality-title span { display: inline; }
.hero-vitality-title span + span::before { content: " "; }
.hero-vitality-visual {
  grid-column: 1;
  grid-row: 2;
  min-height: 560px;
}
.hero-vitality-photo-frame {
  border-radius: 38px 130px 38px 38px;
  box-shadow: 25px 27px 0 var(--care-sage), 0 25px 55px rgba(61,89,73,.12);
}
.hero-vitality-photo-frame img { object-position: center 52%; }
.hero-vitality-copy {
  display: grid;
  grid-template-columns: 1.15fr 1fr auto;
  gap: 30px 40px;
  align-items: start;
  grid-column: 1;
  grid-row: 3;
  width: 100%;
  margin: -4px 0 0;
  padding: 38px 42px;
  background: rgba(255,255,255,.7);
  border: 1px solid rgba(93,128,111,.15);
  border-radius: 26px;
  box-shadow: none;
}
.hero-vitality-copy .hero-vitality-lede { grid-column: 1; margin: 0; font-size: 17px; }
.hero-vitality-copy .hero-vitality-sub { grid-column: 2; margin: 0; }
.hero-vitality-copy .hero-actions { grid-column: 3; flex-direction: column; min-width: 190px; margin: 0; }
.hero-vitality-copy .button { width: 100%; }
.hero-vitality-chip--tl { top: 26px; left: 30px; }
.hero-vitality-chip--br { right: 30px; bottom: 26px; }


#pillars { background: #edf4eb; }
.pillars.pillars--vitality {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  max-width: 1180px;
  padding: 18px;
  overflow: hidden;
  background: rgba(255,255,255,.64);
  border: 1px solid rgba(93,128,111,.14);
  border-radius: 42px;
}
.pillars.pillars--vitality article,
.pillars.pillars--vitality article:first-child,
.pillars.pillars--vitality article:nth-child(2),
.pillars.pillars--vitality article:nth-child(3) {
  padding: 24px 28px 34px;
  border-right: 1px dashed #b9c9bb;
}
.pillars.pillars--vitality article:last-child { border-right: 0; }
.pillars.pillars--vitality .pillar-icon--shot,
.pillars.pillars--vitality article:first-child .pillar-icon--shot {
  height: 235px;
  margin-bottom: 30px;
  border: 0;
  border-radius: 28px;
  box-shadow: none;
}
.pillars.pillars--vitality article:nth-child(2) .pillar-icon--shot { border-radius: 28px; }
.pillars.pillars--vitality h3 { margin: 0 4px 14px; text-align: left; }
.pillars.pillars--vitality p { margin: 0 4px; }
.pillars.pillars--vitality .pillar-quote { margin: 20px 4px 0; }


.tool-landscape { grid-template-columns: minmax(0, 1.15fr) minmax(380px, .85fr); gap: 30px; }
.tool-landscape-legacy { gap: 20px; }
.tool-note { display: flex; flex-direction: column; min-height: 330px; padding: 32px; }
.tool-note > p:not(.tool-name):not(.tool-risk):not(.tool-flow) { margin-bottom: 24px; }
.tool-risk {
  margin: auto 0 0;
  padding: 16px 17px;
  color: #784737;
  background: rgba(239,170,141,.2);
  border-left: 4px solid var(--care-peach);
  border-radius: 6px 14px 14px 6px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.75;
}
.tool-risk span { display: block; margin-bottom: 4px; color: #a64f36; font-size: 10px; font-weight: 900; letter-spacing: .12em; }
.tool-note--chencare { min-height: 680px; }
.chencare-highlights { display: grid; gap: 0; margin: 30px 0 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.25); }
.chencare-highlights li { display: grid; gap: 3px; padding: 16px 0; border-bottom: 1px solid rgba(255,255,255,.2); }
.chencare-highlights strong { color: #fff; font-family: var(--care-display); font-size: 16px; }
.chencare-highlights span { color: #dce8df; font-size: 13px; line-height: 1.7; }
.tool-note--chencare .tool-flow { margin-top: 27px !important; }


.onboarding-map {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr .82fr;
  gap: 0;
  max-width: 1180px;
  padding-top: 30px;
}
.onboarding-map::before {
  position: absolute;
  top: 52px;
  right: 5%;
  left: 5%;
  height: 2px;
  content: "";
  background: #b8c9ba;
}
.onboarding-phase,
.onboarding-phase:nth-child(2),
.onboarding-phase:nth-child(3),
.onboarding-phase--support {
  position: relative;
  z-index: 2;
  padding: 0 28px 20px;
  background: transparent;
  border: 0;
  border-right: 1px dashed #bdccbf;
  border-radius: 0;
  box-shadow: none;
}
.onboarding-phase:last-child { border-right: 0; }
.phase-label {
  position: relative;
  display: grid;
  place-items: center;
  width: 92px;
  height: 46px;
  margin: 0 auto 32px 0;
  padding: 0;
  color: var(--care-green-deep);
  background: #fff;
  border: 2px solid var(--care-green);
  border-radius: 999px;
}
.onboarding-phase:nth-child(2) .phase-label { background: var(--care-sage-light); }
.onboarding-phase:nth-child(3) .phase-label { background: #fff0e7; border-color: var(--care-peach); }
.onboarding-phase--support .phase-label { width: 110px; background: #fff7d7; border-color: #d4b964; }
.onboarding-phase li { padding: 22px 0; }
.onboarding-phase li > span { color: #a85b43; }


.faq-list.faq-groups {
  display: block;
  max-width: 1120px;
}
.faq-group,
.faq-group:nth-child(2) {
  display: grid;
  grid-template-columns: 220px 1fr 1fr;
  gap: 0 30px;
  align-items: start;
  padding: 48px 0;
  background: transparent;
  border: 0;
  border-top: 1px solid #bfcdbf;
  border-radius: 0;
  box-shadow: none;
}
.faq-group:last-child { border-bottom: 1px solid #bfcdbf; }
.faq-group > h3 { grid-row: 1 / span 4; margin: 0; padding-right: 28px; font-size: 24px; line-height: 1.55; }
.faq-group details { margin: 0; border-bottom: 1px dashed #c9d4ca; }
.faq-group details:nth-of-type(odd) { grid-column: 2; }
.faq-group details:nth-of-type(even) { grid-column: 3; }
.faq-group details:nth-of-type(2) { grid-row: 1; }
.faq-group details:nth-of-type(3) { grid-row: 2; }
.faq-group details:nth-of-type(4) { grid-row: 2; }
.faq-group summary { min-height: 82px; padding: 23px 44px 23px 2px; }
.faq-group details p { margin-right: 34px; }

@media (max-width: 980px) {
  .hero-vitality-copy { grid-template-columns: 1fr 1fr; }
  .hero-vitality-copy .hero-actions { grid-column: 1 / -1; flex-direction: row; }
  .tool-landscape { grid-template-columns: 1fr; }
  .tool-note--chencare { min-height: 0; }
  .onboarding-map { grid-template-columns: 1fr 1fr; gap: 30px 0; }
  .onboarding-map::before { display: none; }
  .onboarding-phase:nth-child(2) { border-right: 0; }
  .faq-group, .faq-group:nth-child(2) { grid-template-columns: 180px 1fr; }
  .faq-group details:nth-of-type(odd),
  .faq-group details:nth-of-type(even) { grid-column: 2; grid-row: auto; }
}

@media (max-width: 700px) {
  .hero.hero--vitality { grid-template-rows: auto auto auto; gap: 30px; }
  .hero-vitality-heading { text-align: center; }
  .hero-vitality-heading .signature { margin-right: auto; margin-left: auto; }
  .hero-vitality-title { font-size: clamp(42px, 12vw, 54px); }
  .hero-vitality-title span { display: block; }
  .hero-vitality-title span + span::before { display: none; content: ""; }
  .hero-vitality-visual { min-height: 380px; }
  .hero-vitality-copy { display: block; padding: 30px 25px 34px; }
  .hero-vitality-copy .hero-vitality-lede { margin-bottom: 18px; }
  .hero-vitality-copy .hero-vitality-sub { margin-bottom: 27px; }
  .hero-vitality-copy .hero-actions { flex-direction: column; }
  .pillars.pillars--vitality { grid-template-columns: 1fr; padding: 14px 20px; }
  .pillars.pillars--vitality article,
  .pillars.pillars--vitality article:first-child,
  .pillars.pillars--vitality article:nth-child(2),
  .pillars.pillars--vitality article:nth-child(3) { padding: 30px 4px 40px; border-right: 0; border-bottom: 1px dashed #b9c9bb; }
  .pillars.pillars--vitality article:last-child { border-bottom: 0; }
  .tool-landscape-legacy { grid-template-columns: 1fr; }
  .tool-note { min-height: 0; }
  .onboarding-map { grid-template-columns: 1fr; }
  .onboarding-phase,
  .onboarding-phase:nth-child(2),
  .onboarding-phase:nth-child(3),
  .onboarding-phase--support { padding: 0 8px 28px 28px; border-right: 0; border-left: 1px dashed #bdccbf; }
  .phase-label { margin-left: -20px; }
  .faq-group, .faq-group:nth-child(2) { display: block; padding: 36px 0; }
  .faq-group > h3 { margin-bottom: 20px; padding-right: 0; }
}

