h1,h2 {
  font-family: var(--font-heading);
}

h1,h2,h3,h4,h5,h6 {
  font-weight: 700;
  line-height: 1.08;
  color: var(--ink);
  letter-spacing: -0.03em;
}

h3,h4,h5,h6 {
  font-family: var(--font-body);
}

h1 { font-size: clamp(2.6rem, 5.5vw, 5rem); }
h2 { font-size: clamp(2rem, 4vw, 3.8rem); }
h3 { font-size: clamp(1.2rem, 2vw, 1.6rem); }
h4 { font-size: 1.15rem; }
h5 { font-size: 1rem; }
h6 { font-size: 0.9rem; }

p { margin-bottom: 1.2em; }
p:last-child { margin-bottom: 0; }

.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-body);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--red-2);
  margin: 0 0 18px;
}

.eyebrow span {
  width: 34px;
  height: 2px;
  background: currentColor;
  border-radius: 9px;
  flex-shrink: 0;
}

.eyebrow--light { color: var(--red-light); }

.section-title {
  font-family: var(--font-heading);
  font-size: clamp(2rem, 4vw, 3.8rem);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.035em;
  color: var(--ink);
  margin: 0 0 18px;
}

.section-title--white { color: var(--white); }

.section-subtitle {
  color: var(--muted);
  font-size: 1.03rem;
  line-height: 1.7;
  max-width: 640px;
}

.section-subtitle--light { color: rgba(255,255,255,0.68); }

.section-header { margin-bottom: 52px; max-width: 780px; }
.section-header--center { text-align: center; margin-left: auto; margin-right: auto; }
.section-header--center .section-subtitle { margin: 0 auto; }

.divider { display: none; } /* replaced by eyebrow style */

.entry-content {
  font-size: 1.05rem;
  line-height: 1.8;
  color: var(--muted);
}
.entry-content h2,.entry-content h3,.entry-content h4 { margin-bottom: 0.6em; color: var(--ink); }
.entry-content ul,.entry-content ol { list-style: revert; padding-left: 1.5em; margin-bottom: 1.2em; }
.entry-content li { margin-bottom: 0.4em; }
.entry-content strong { color: var(--ink); font-weight: 700; }
.entry-content blockquote {
  border-left: 3px solid var(--red);
  padding: 16px 24px;
  margin: 2em 0;
  background: var(--paper-2);
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
  font-style: italic;
  color: var(--muted);
}

.lead { font-size: 1.15rem; color: var(--muted); line-height: 1.75; }

.screen-reader-text {
  position: absolute; width: 1px; height: 1px;
  overflow: hidden; clip: rect(1px,1px,1px,1px); white-space: nowrap;
}
