/* Reset mínimo + base */
html { font-size: 16px; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; text-rendering: optimizeLegibility; }
body { font-family: var(--font-sans); font-weight: var(--fw-regular); font-size: 1rem; line-height: 1.6; color: var(--bdas-text); background: var(--bdas-bg); }
img, picture, video, svg { display: block; max-width: 100%; height: auto; }
button { font: inherit; cursor: pointer; background: none; border: 0; padding: 0; color: inherit; }
input, textarea, select { font: inherit; }
a { color: inherit; text-decoration: none; transition: color var(--transition); }
a:hover { text-decoration: none; }
[hidden] { display: none !important; }
.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; }

/* Skip link */
.bdas-skip { position: absolute; left: -9999px; top: 0; background: var(--bdas-preto); color: #fff; padding: var(--sp-3) var(--sp-6); font-weight: var(--fw-bold); text-transform: uppercase; letter-spacing: 0.18em; font-size: 0.875rem; z-index: 9999; }
.bdas-skip:focus { left: 0; top: 0; }
