:root { color-scheme: light; --ink: #183a35; --paper: #faf8f1; --accent: #17654e; --line: #bdcbc0; }
* { box-sizing: border-box; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 1.06rem/1.65 system-ui, sans-serif; }
a { color: #145a46; text-underline-offset: .2em; }
a:hover { color: #803f25; }
header, main, footer { width: min(100% - 2.5rem, 64rem); margin: auto; }
header { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 1.5rem; padding: 2rem 0; border-bottom: 1px solid var(--line); }
.brand { font-weight: 750; font-size: 1.5rem; text-decoration: none; }
.brand span { display: block; font-weight: 400; font-size: .8rem; }
nav { display: flex; flex-wrap: wrap; gap: 1.2rem; font-size: .95rem; }
main { padding: 2.5rem 0 4rem; }
h1 { font-size: clamp(2.1rem, 5vw, 3.9rem); line-height: 1.12; letter-spacing: -.035em; max-width: 19ch; margin: .5rem 0 1.5rem; }
h2 { font-size: 1.5rem; line-height: 1.3; margin-top: 2rem; }
p { max-width: 72ch; }
.hero { padding: 1rem 0 2rem; }
.lede { font-size: 1.3rem; max-width: 54ch; }
.eyebrow, .muted { font-size: .9rem; }
.eyebrow { text-transform: uppercase; letter-spacing: .09em; }
.panel { background: #e8efe6; border: 1px solid var(--line); border-radius: .6rem; padding: 1.5rem; margin: 2rem 0; }
.panel h2:first-child { margin-top: 0; }
button, .button { display: inline-block; border: 0; border-radius: .3rem; background: var(--accent); color: white; padding: .8rem 1.2rem; font: inherit; font-weight: 650; cursor: pointer; text-decoration: none; }
.button:hover { background: #114735; color: white; }
button:disabled { opacity: .6; cursor: wait; }
:focus-visible { outline: 3px solid #a64b21; outline-offset: 4px; }
table { width: 100%; border-collapse: collapse; margin: 1.5rem 0; }
caption { text-align: left; font-weight: 650; margin-bottom: .6rem; }
th, td { width: 50%; text-align: left; vertical-align: top; border-bottom: 1px solid var(--line); padding: .8rem .6rem; }
fieldset { border: 1px solid var(--line); border-radius: .4rem; margin: 1.5rem 0; padding: 1rem; }
legend { font-weight: 650; padding: 0 .4rem; }
label { display: block; }
.choice { display: inline-flex; align-items: center; padding: .4rem .9rem .4rem 0; min-height: 44px; }
input, select { font: inherit; accent-color: var(--accent); }
input:not([type=radio]):not([type=checkbox]):not([type=hidden]), select { display: block; width: min(100%, 32rem); margin: .2rem 0 1rem; border: 1px solid #637d72; border-radius: .2rem; padding: .6rem; background: white; }
input[type=radio], input[type=checkbox] { width: 1.15rem; height: 1.15rem; flex-shrink: 0; margin-right: .45rem; }
summary { cursor: pointer; padding: .5rem 0; font-weight: 650; }
.checklist label { padding: 1rem 0; border-bottom: 1px solid var(--line); }
footer { padding: 2rem 0; border-top: 1px solid var(--line); font-size: .85rem; }
.skip { position: absolute; top: -5rem; padding: .6rem; background: white; }
.skip:focus { top: 0; }
[hidden], .honeypot { display: none !important; }
@media (max-width: 36rem) { header, main, footer { width: calc(100% - 2rem); } .panel { padding: 1rem; } th, td { padding: .5rem; } }
@media print { body { background: white; color: black; font-size: 11pt; } header, nav, footer, .skip { display: none; } main { width: 100%; padding: 0; } h1 { font-size: 24pt; max-width: none; } .checklist label { break-inside: avoid; } }
