/*
 * Section 级扩展预留。
 * 当前保持轻量，不重写首页既有 Section 样式，只给占位页提供一致的间距与阅读节奏。
 */

.page--stub .section {
  min-height: auto;
  padding-top: clamp(6rem, 10vw, 8rem);
  padding-bottom: clamp(4rem, 8vw, 6rem);
}
