:root { color-scheme: light; font-family: "Trebuchet MS", Arial, sans-serif; color: #171713; background: #f4efdf; }
* { box-sizing: border-box; }
body { margin: 0; font-size: 17px; line-height: 1.6; }
a { color: #0d3f9f; font-weight: 800; text-underline-offset: 3px; }
:focus-visible { outline: 4px solid #fff; box-shadow: 0 0 0 7px #0d3f9f; outline-offset: 2px; }
header, main, footer { width: min(760px, calc(100% - 32px)); margin-inline: auto; }
header { min-height: 76px; display: flex; align-items: center; border-bottom: 3px solid #171713; }
.brand { color: #171713; font-family: "Arial Black", Arial, sans-serif; text-transform: uppercase; text-decoration: none; }
main { padding-block: 64px; }
h1, h2 { font-family: "Arial Black", Arial, sans-serif; line-height: 1.05; letter-spacing: -.04em; text-transform: uppercase; }
h1 { max-width: 680px; margin: 12px 0 28px; font-size: clamp(2.5rem, 8vw, 4.5rem); }
h2 { margin-top: 42px; font-size: 1.35rem; }
.kicker { display: inline-block; margin: 0; padding: 5px 9px; background: #ffd84a; border: 2px solid #171713; font-family: "Arial Black", Arial, sans-serif; font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; }
.summary { padding: 18px; background: #fffdf7; border: 3px solid #171713; box-shadow: 5px 5px 0 #171713; font-size: 1.1rem; }
footer { padding-block: 28px; border-top: 3px solid #171713; }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; } }
