/* =====================================================
   ARTIFEX Sub-page header — typographic (order 4)
   Replaces the obo photo banner (subBanner.jpg).
   ===================================================== */
.subhead {
  background: var(--bg-0);
  padding: calc(var(--header-h) + 64px) 0 48px;
  border-bottom: 1px solid var(--line-200);
}
.subhead h1 {
  font-size: var(--text-h1);
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--ink-900);
}

@media (max-width: 640px) {
  .subhead { padding: calc(var(--header-h) + 40px) 0 32px; }
}