/* ============================================
   YUNCUT JP — Typography
   ============================================ */

h1, h2, h3, h4 {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  line-height: 1.3;
  color: var(--text);
}
h1 { font-size: clamp(36px, 5vw, 64px); margin-bottom: 20px; }
h2 { font-size: clamp(28px, 3.5vw, 46px); margin-bottom: 18px; }
h3 { font-size: 22px; margin-bottom: 12px; }

.lead {
  margin-top: 20px;
  max-width: 680px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.9;
}

.eyebrow {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  color: var(--accent);
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 18px;
}
.eyebrow::before {
  content: "";
  width: 28px;
  height: 2px;
  background: var(--accent);
}
