/** Business Forum UK: base. Reset, element defaults, typography, a11y. */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; 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: var(--bf-font); font-size: var(--bf-text-base); line-height: var(--bf-leading); color: var(--bf-ink); background: var(--bf-bg); -webkit-font-smoothing: antialiased; }
img, svg, video { max-width: 100%; height: auto; display: block; }
h1, h2, h3, h4, h5, h6 { margin: 0 0 .5em; font-weight: 700; line-height: 1.2; color: var(--bf-navy); letter-spacing: -.01em; }
h1 { font-size: var(--bf-text-3xl); line-height: var(--bf-leading-tight); letter-spacing: -.02em; }
h2 { font-size: var(--bf-text-2xl); }
h3 { font-size: var(--bf-text-xl); }
h4 { font-size: var(--bf-text-lg); }
p { margin: 0 0 1.1em; }
a { color: var(--bf-blue); text-decoration: none; }
a:hover { color: var(--bf-navy); text-decoration: underline; text-underline-offset: 3px; }
ul, ol { margin: 0 0 1.1em; padding-left: 1.3em; }
blockquote { margin: 1.5em 0; padding: 16px 22px; border-left: 4px solid var(--bf-teal); background: var(--bf-surface-alt); border-radius: 0 var(--bf-radius-sm) var(--bf-radius-sm) 0; font-size: var(--bf-text-md); }
code, pre { font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; font-size: .92em; }
pre { padding: 14px 16px; background: var(--bf-navy-deep); color: #e6edf3; border-radius: var(--bf-radius-sm); overflow-x: auto; }
hr { border: 0; border-top: 1px solid var(--bf-line); margin: 2em 0; }
table { width: 100%; border-collapse: collapse; margin: 0 0 1.4em; font-size: var(--bf-text-sm); }
th, td { text-align: left; padding: 10px 12px; border-bottom: 1px solid var(--bf-line); vertical-align: top; }
th { background: var(--bf-surface-alt); font-weight: 600; }
input, select, textarea, button { font: inherit; }
button { cursor: pointer; }
:focus-visible { outline: 3px solid var(--bf-teal); outline-offset: 2px; }
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); border: 0; }
.skip-link { position: absolute; left: 8px; top: -60px; z-index: 100; background: var(--bf-teal); color: #fff; padding: 10px 14px; border-radius: var(--bf-radius-sm); }
.skip-link:focus { top: 8px; }
