/* Dawn: section-rich-text + 通用 section 壳 */
.section {
  padding: clamp(2.5rem, 6vw, 4.5rem) 0;
}

.section--subtle {
  background: var(--color-bg-subtle);
}

.section__header {
  margin-bottom: 1.5rem;
  max-width: 48rem;
}

.section__kicker {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--color-muted);
  margin: 0 0 0.5rem;
}

.section__title {
  font-family: var(--font-heading);
  font-size: clamp(1.35rem, 4vw, 2rem);
  font-weight: 600;
  letter-spacing: -0.02em;
  margin: 0 0 0.75rem;
}

.rte {
  max-width: 48rem;
}

.rte p {
  margin: 0 0 1rem;
  color: var(--color-muted);
}

.rte p:last-child {
  margin-bottom: 0;
}

.rte h3 {
  font-size: 1.05rem;
  font-weight: 600;
  margin: 1.5rem 0 0.5rem;
  color: var(--color-base);
}

.rte code {
  font-family: var(--font-mono);
  font-size: 0.88em;
  background: var(--color-bg-subtle);
  padding: 0.1em 0.35em;
  border-radius: 4px;
  word-break: break-word;
}
