/* Shared long-form content styling — reuses the case-study body pattern
   (Syne headings, Inter body copy, thin uppercase mono labels) for the
   new About/Services/Contact pages so they read as one system. */

.prose h2 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(22px, 3vw, 32px);
  color: var(--w);
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin-bottom: 1.2rem;
}

.prose h3 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 18px;
  color: var(--w);
  line-height: 1.3;
  margin-bottom: 0.8rem;
}

.prose p {
  font-size: 16px;
  color: var(--w2);
  line-height: 1.8;
  font-weight: 300;
  margin-bottom: 1rem;
}

.prose p strong {
  color: var(--w);
  font-weight: 500;
}

.prose p em {
  color: var(--accent);
  font-style: normal;
}

.prose ul,
.prose ol {
  margin: 1rem 0 1.5rem;
  padding-left: 1.4rem;
  color: var(--w2);
}

.prose li {
  font-size: 15px;
  line-height: 1.7;
  font-weight: 300;
  margin-bottom: 0.5rem;
}

.prose a {
  color: var(--accent);
  text-decoration: underline;
  text-decoration-color: var(--bd);
  text-underline-offset: 3px;
}

.prose a:hover {
  text-decoration-color: var(--accent);
}

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