/* FGS Wellbeing V2.1 additive layer.
   Deliberately separate from the generated application CSS. */
.fgs-v21-section{
  padding:clamp(70px,8vw,122px) clamp(24px,6vw,86px);
  border-top:1px solid rgba(20,40,34,.14);
  background:#f4efe5;
  color:#17342d;
}
.fgs-v21-section.fgs-v21-dark{
  background:#17342d;
  color:#f4efe5;
}
.fgs-v21-inner{max-width:1180px;margin:0 auto}
.fgs-v21-eyebrow{
  text-transform:uppercase;
  letter-spacing:.18em;
  font-size:.74rem;
  font-weight:700;
  margin:0 0 18px;
}
.fgs-v21-section h2{
  font-family:inherit;
  font-size:clamp(2.4rem,5vw,5.2rem);
  font-weight:400;
  line-height:.98;
  max-width:930px;
  margin:0 0 30px;
}
.fgs-v21-lead{
  font-size:clamp(1.15rem,2vw,1.55rem);
  line-height:1.55;
  max-width:840px;
}
.fgs-v21-section p{max-width:860px;line-height:1.72}
.fgs-v21-quote{
  font-size:clamp(1.45rem,3vw,2.6rem);
  line-height:1.18;
  max-width:920px;
  margin:38px 0;
  padding-left:24px;
  border-left:2px solid currentColor;
}
.fgs-v21-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
  margin-top:34px;
}
.fgs-v21-card{
  border:1px solid rgba(20,40,34,.18);
  border-radius:18px;
  padding:28px;
}
.fgs-v21-dark .fgs-v21-card{
  border-color:rgba(244,239,229,.25);
}
.fgs-v21-card h3{font-size:1.45rem;margin:8px 0 12px}
.fgs-v21-principle{font-size:1.18rem;margin-top:34px}
.fgs-v21-split{
  display:grid;
  grid-template-columns:1.35fr .65fr;
  gap:56px;
  align-items:center;
}
.fgs-v21-photo img{
  width:100%;
  display:block;
  border-radius:18px;
}
.fgs-v21-stats .fgs-v21-card{
  display:flex;
  flex-direction:column;
  gap:8px;
}
.fgs-v21-stat{
  font-size:clamp(1.8rem,3vw,3.2rem);
  font-weight:600;
}
.fgs-v21-card a{
  color:inherit;
  text-decoration:underline;
  text-underline-offset:4px;
}
@media(max-width:820px){
  .fgs-v21-grid,.fgs-v21-split{grid-template-columns:1fr}
  .fgs-v21-section{padding:62px 22px}
}
