:root {
  --ink: #20231e;
  --muted: #65695f;
  --paper: #fcfcf8;
  --canvas: #f3f4ed;
  --surface: #fff;
  --line: #e0e3d8;
  --yellow: #f4ce43;
  --yellow-hover: #ffe075;
  --dark: #191d19;
  --green: #3d5745;
  --radius: 16px;
  --shadow: 0 8px 28px rgb(28 39 26 / 5%);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 105px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: 'Segoe UI', Arial, sans-serif; font-size: 15px; line-height: 1.55; }
h1, h2, h3, p { margin: 0; }
h1, h2, h3 { line-height: 1.16; letter-spacing: -.045em; overflow-wrap: anywhere; }
h1 { font-size: clamp(34px, 4.8vw, 66px); font-weight: 650; }
h2 { font-size: clamp(27px, 3.1vw, 40px); font-weight: 650; }
h3 { font-size: 21px; font-weight: 650; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 4px; }
img { max-width: 100%; height: auto; }
button, input, textarea, select { font: inherit; }
button, a, input, textarea, select { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
button:disabled { cursor: not-allowed; opacity: .55; }
:focus-visible { outline: 3px solid #876309; outline-offset: 4px; }
input:focus, textarea:focus, select:focus { outline: 2px solid #aa850c; outline-offset: 1px; }
::selection { background: #f4ce4380; }
[hidden] { display: none !important; }
.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; }
.skip-link { position: fixed; top: -80px; left: 20px; background: var(--yellow); padding: 12px 20px; z-index: 100; }
.skip-link:focus { top: 12px; }
.muted { color: var(--muted); }
.preserve-lines { white-space: pre-wrap; overflow-wrap: anywhere; }
.eyebrow { font-size: 11px; letter-spacing: .13em; text-transform: uppercase; font-weight: 750; color: var(--green); }
.label-small { font-size: 11px; letter-spacing: .07em; text-transform: uppercase; color: var(--muted); font-weight: 600; }
.lead { color: var(--muted); font-size: 18px; line-height: 1.7; }
.text-link { display: inline-flex; gap: 18px; align-items: center; font-weight: 650; text-decoration: none; }
.text-link:hover { text-decoration: underline; }
.back-link { display: inline-block; color: var(--muted); text-decoration: none; margin-bottom: 28px; }
.back-link:hover { color: var(--ink); }
.required { color: #966414; }
.prose { line-height: 1.85; }
.prose p + p { margin-top: 16px; }
.prose h2, .prose h3 { margin: 28px 0 12px; }
.prose ul { padding-left: 22px; }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; } }
