/* ---------- CORE VALUES / SERVICES & MARKET APPROACH ---------- */
.values-block{
  background:var(--bg-dark);
  padding:clamp(4rem, 9vw, 7rem) clamp(2rem, 9vw, 11rem);
  border-top:1px solid var(--line);
}
.values-block + .values-block{
  padding-top:0;
  border-top:none;
}

.values-heading{
  font-family:var(--font-display);
  font-weight:400;
  font-size:clamp(2rem, 4.5vw, 3rem);
  color:var(--white);
  margin-bottom:clamp(2rem, 5vw, 3rem);
}
.values-block-services .values-heading{
  text-transform:uppercase;
  letter-spacing:0.5px;
}

/* Static stacked list — same visual language and layout as the "Guided by
   Expertise" list (title with an accent underline, description below,
   stacked top to bottom). No interactivity: everything is visible all
   the time. */
.values-list{
  max-width:1500px;
  margin:0 auto;
  display:flex;
  flex-direction:column;
  gap:clamp(1.5rem, 3.5vw, 2.25rem);
}

.value-item h3{
  font-family:var(--font-display);
  font-weight:400;
  font-size:1.2rem;
  color:var(--white);
  padding-bottom:0.75rem;
  border-bottom:1px solid var(--accent-light);
  margin-bottom:0.6rem;
}
.value-item p{
  color:var(--text-muted);
  font-size:0.92rem;
  line-height:1.7;
}