:root {
  /* Abstand für #anker unter dem sticky Site-Header (min-height ~94px + Luft) */
  --scroll-padding-top: 6.75rem;
  --bg: #111214;
  --surface: #17181b;
  --surface-alt: #202228;
  --text: #f4f5f7;
  --text-muted: #c0c3ca;
  --accent: #c09668;
  --accent-strong: #d7ad65;
  --border: #343743;
  --max-width: 1140px;
  --hero-bg-image: none;
}
