*, *::before, *::after { box-sizing: border-box; }
html { overflow-x: clip; scroll-behavior: smooth; }
body.bss-template, .bss-site { margin: 0; color: var(--bss-text); background: var(--bss-white); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.65; overflow-x: clip; }
.bss-template img, .bss-site img { max-width: 100%; height: auto; }
.bss-template a, .bss-site a { color: inherit; text-decoration-thickness: .08em; text-underline-offset: .18em; }
.bss-template h1, .bss-template h2, .bss-template h3, .bss-site h1, .bss-site h2, .bss-site h3 { margin: 0 0 .7em; color: var(--bss-primary); font-family: Georgia, "Times New Roman", serif; line-height: 1.15; letter-spacing: -.02em; overflow-wrap: anywhere; }
.bss-template h1, .bss-site h1 { font-size: clamp(2rem, 7vw, 4.4rem); }
.bss-template h2, .bss-site h2 { font-size: clamp(1.65rem, 4.8vw, 3rem); }
.bss-template h3, .bss-site h3 { font-size: clamp(1.15rem, 3vw, 1.5rem); }
.bss-container { width: min(calc(100% - 2rem), var(--bss-container)); margin-inline: auto; }
.bss-main { min-height: 55vh; }
.bss-section { padding-block: clamp(3rem, 8vw, 6rem); }
.bss-section--muted { background: var(--bss-surface); }
.bss-kicker { margin: 0 0 .8rem; color: var(--bss-secondary); font-size: .78rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.bss-lead { color: var(--bss-muted); font-size: clamp(1rem, 2.8vw, 1.25rem); }
.bss-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; }
.bss-skip-link { position: fixed; left: 1rem; top: -100px; z-index: 99999; padding: .75rem 1rem; background: var(--bss-accent); color: var(--bss-primary); font-weight: 800; border-radius: var(--bss-radius-sm); }
.bss-skip-link:focus { top: 1rem; }
.bss-template :focus-visible, .bss-site :focus-visible { outline: 3px solid var(--bss-accent); outline-offset: 3px; }
.bss-prose { max-width: 900px; }
.bss-prose > * + * { margin-top: 1.25rem; }
.bss-prose ul, .bss-prose ol { padding-left: 1.3rem; }
.bss-prose li + li { margin-top: .55rem; }
.bss-prose a { color: var(--bss-secondary); font-weight: 700; }
@media (min-width: 768px) { .bss-container { width: min(calc(100% - 3rem), var(--bss-container)); } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; } }
