:root { color-scheme: light; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: #22342e; background: #f8faf7; }
* { box-sizing: border-box; }
body { margin: 0; font-size: 17px; line-height: 1.75; }
a { color: #23684c; text-underline-offset: 4px; }
a:hover { color: #123d2b; }
a:focus-visible { outline: 3px solid #23684c; outline-offset: 5px; border-radius: 2px; }
header, footer { max-width: 1080px; margin: auto; padding: 28px 32px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
header { border-bottom: 1px solid #dde5dc; }
.brand { font-size: 26px; font-weight: 750; text-decoration: none; letter-spacing: -1px; }
.brand span { display: block; font-size: 11px; font-weight: 500; letter-spacing: 1px; color: #617168; }
nav { display: flex; flex-wrap: wrap; gap: 12px 24px; font-size: 14px; }
nav a { text-decoration: none; }
nav a[aria-current] { text-decoration: underline; font-weight: 650; }
main { max-width: 824px; margin: 0 auto; padding: 60px 32px 80px; min-height: 65vh; }
h1, h2, h3 { line-height: 1.25; letter-spacing: -.025em; color: #18382a; }
h1 { font-size: clamp(32px, 5vw, 48px); margin: 0 0 28px; }
h2 { font-size: 25px; margin: 48px 0 18px; }
h3 { font-size: 20px; margin: 30px 0 12px; }
p { margin: 0 0 20px; }
li { margin-bottom: 12px; }
ul { padding-left: 24px; }
article { overflow-wrap: anywhere; }
footer { border-top: 1px solid #dde5dc; font-size: 13px; color: #617168; }
.eyebrow { color: #617168; font-size: 12px; letter-spacing: 3px; font-weight: 700; }
.welcome { padding: 30px 0; }
.welcome h1 { font-size: clamp(36px, 6vw, 58px); }
.links { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 32px; }
.links a { border: 1px solid #cddacd; border-radius: 12px; padding: 15px 20px; background: white; text-decoration: none; }
.links span { margin-left: 20px; }
.skip { position: absolute; left: 16px; top: -100px; background: white; padding: 10px; }
.skip:focus { top: 10px; }
@media (max-width: 560px) { header { align-items: flex-start; flex-direction: column; gap: 18px; } header, footer { padding: 22px; } main { padding: 40px 22px 60px; } body { font-size: 16px; } .links { flex-direction: column; } }
@media print { header, footer, .skip { display: none; } body { background: white; color: black; font-size: 11pt; } main { max-width: none; padding: 0; } h2, h3 { break-after: avoid; } a { color: inherit; } }
