.hero h1 {
  margin: 0 0 18px;
  font-size: clamp(2.3rem, 4.5vw, 4.1rem);
  line-height: 1.05;
  letter-spacing: -0.02em;
  font-family: Georgia, 'Times New Roman', serif;
}

.eyebrow {
  display: inline-block;
  margin-bottom: 14px;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent);
}

.lead {
  max-width: 760px;
  margin: 0 0 24px;
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.8;
}

.approach-flow {
  display: inline-block;
  margin-top: 10px;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent);
}

.section h2 {
  margin-bottom: 12px;
}

.service h3 {
  margin-bottom: 10px;
  font-size: 1.35rem;
  font-family: Georgia, 'Times New Roman', serif;
}

.service p em {
  font-style: normal;
  color: var(--muted);
}

.stat strong {
  display: block;
  margin-bottom: 6px;
  font-size: 1.45rem;
  color: var(--accent-dark);
}

.stat span {
  display: block;
  color: var(--muted);
  line-height: 1.6;
}
