body.site-body {
  font-family: "Manrope", sans-serif;
  color: var(--color-text);
  background: var(--color-bg);
  line-height: 1.6;
  overflow-x: hidden;
}

.main-content {
  overflow: clip;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--color-title);
  line-height: 1.08;
  letter-spacing: -0.035em;
}

p {
  color: var(--color-text-soft);
}

.section-eyebrow,
.hero-eyebrow,
.internal-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--color-primary);
  margin-bottom: 1rem;
}

.section-eyebrow::before,
.hero-eyebrow::before,
.internal-hero__eyebrow::before {
  content: "";
  width: 32px;
  height: 2px;
  border-radius: 999px;
  background: var(--color-accent);
}

.section-heading {
  max-width: 780px;
  margin: 0 auto 3.4rem;
  text-align: center;
}

.section-heading h2 {
  font-size: clamp(2rem, 3.8vw, 3.5rem);
  margin-bottom: 1rem;
}

.section-heading p {
  font-size: 1.05rem;
}

.sr-only {
  position: absolute;
  left: -9999px;
  opacity: 0;
  pointer-events: none;
}