/* ============================================================================
   PAGE: CONTACT (独立页，最小形态)
   依赖：design-tokens.css
   ============================================================================ */

/* 页面骨架与标题响应式排版由 components/page-shell.css 提供。 */

.section-contact__line {
  font-family: var(--font-body);
  font-size: var(--type-lead);
  margin: 0 0 var(--space-md);
}

.section-contact__link {
  color: var(--color-text-main);
  text-decoration: none;
  border-bottom: 1px solid var(--color-border);
  transition: border-color 0.2s ease;
}

.section-contact__link:hover {
  border-bottom-color: var(--color-text-main);
}

.section-contact__note {
  font-size: var(--type-ui);
  color: var(--color-text-muted);
}
