*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation-duration:.01ms!important;transition-duration:.01ms!important}}
body{margin:0;font-family:system-ui,-apple-system,"Segoe UI",Roboto,Ubuntu,sans-serif;font-size:1rem;line-height:1.6;color:var(--ink);background:var(--bg)}
img,svg{max-width:100%;height:auto;display:block}
a{color:var(--violet);text-decoration:none}
a:hover{text-decoration:underline}
h1,h2,h3{font-family:system-ui,-apple-system,"Segoe UI",Roboto,sans-serif;line-height:1.2;margin:0 0 .6em;font-weight:800}
p{margin:0 0 1rem}
ul,ol{margin:0;padding:0;list-style:none}
button{font:inherit;cursor:pointer}
.container{width:min(1120px,92vw);margin-inline:auto}
.kicker{font-size:.72rem;letter-spacing:.14em;text-transform:uppercase;color:var(--violet);font-weight:700;margin-bottom:.5rem}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}
