/* What We Do — page-specific (layout in page-layout.css) */

.wwd-sections {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.wwd-section {
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.wwd-section__tagline {
  margin: 0.75rem 0 0;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  font-family: var(--font-display);
  font-size: clamp(1.05rem, 2.2vw, 1.2rem);
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.88);
}
