html { scroll-behavior: smooth; }
.page-section { scroll-margin-top: var(--header-offset); }
body {
  font-family: var(--font-body);
  background: #ffffff;
  color: var(--warm-dark);
  min-height: 100vh;
  overflow-x: hidden;
}
