/**
 * UPON Export Master — Projekt-CSS
 * Nur in der jeweiligen Projektkopie erweitern.
 */
:root {
  --upon-ink: #141414;
  --upon-paper: #ffffff;
  --upon-orange: #f7a500;
  --upon-magenta: #ba4d98;
  --upon-green: #aecb06;
  --upon-blue: #009ee3;
  --upon-content: 1320px;
  --upon-gap: clamp(20px, 3vw, 48px);
}

.upon-section { padding-block: clamp(64px, 9vw, 132px); }
.upon-wrap { width: min(calc(100% - 40px), var(--upon-content)); margin-inline: auto; }
.upon-kicker { font-size: .75rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.upon-sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
