:root { color-scheme: light; font-family: ui-monospace, "SFMono-Regular", Consolas, "Liberation Mono", monospace; color: #252327; background: #fff; }
* { box-sizing: border-box; }
body { margin: 0; }
main { max-width: 980px; margin: 0 auto; padding: 88px 44px 76px; display: grid; grid-template-columns: minmax(0, 570px) minmax(160px, 240px); gap: 54px; }
h1 { margin: 0 0 38px; font-size: clamp(29px, 4.1vw, 43px); line-height: 1.2; letter-spacing: -2px; font-weight: 600; }
p { font-size: 15px; line-height: 1.85; margin: 0 0 29px; }
h2 { font: inherit; font-size: 18px; font-weight: 600; margin: 43px 0 17px; }
.gasp { white-space: nowrap; }
.mission { font-size: 16px; font-weight: 600; line-height: 1.8; margin: 32px 0 38px; }
.mission s { display: block; color: #767078; text-decoration-thickness: 2px; }
.mission strong { display: block; font-weight: 600; }
.steps { margin: 29px 0; font-size: 25px; line-height: 1.55; letter-spacing: -1px; }
.steps span { display: block; }
.actions { display: flex; flex-wrap: wrap; gap: 13px 22px; align-items: center; margin: 29px 0 40px; }
button { appearance: none; border: 1px solid #252327; background: #252327; color: #fff; padding: 13px 17px; font: inherit; font-size: 13px; cursor: pointer; border-radius: 3px; min-height: 44px; }
button:hover { background: #48414c; border-color: #48414c; }
button:focus-visible, a:focus-visible, textarea:focus-visible { outline: 2px solid #745987; outline-offset: 5px; }
a { color: inherit; font-size: 12px; text-underline-offset: 4px; padding: 10px 0; }
.signoff { margin: 0; }
.signature { display: inline-block; margin-top: 15px; }
.portrait { align-self: start; position: sticky; top: 74px; margin: 27px 0 0; }
.portrait img { display: block; width: 100%; height: auto; }
.fallback { margin: -20px 0 30px; }
.fallback label { display: block; font-size: 13px; margin-bottom: 10px; }
textarea { width: 100%; min-height: 220px; resize: vertical; padding: 12px; background: white; color: #252327; border: 1px solid #aaa; font: 16px/1.6 ui-monospace, monospace; }
.footer { margin-top: 47px; display: flex; flex-wrap: wrap; gap: 10px 22px; color: #6c6570; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
[hidden] { display: none !important; }
@media (max-width: 680px) {
  main { display: grid; grid-template-columns: 1fr; max-width: 540px; padding: 32px 26px 55px; gap: 27px; }
  h1 { letter-spacing: -1.4px; margin-bottom: 27px; }
  .portrait { position: static; grid-row: 1; margin: 0; }
  .portrait img { width: 140px; margin: 0 auto; }
  p { font-size: 14px; line-height: 1.8; margin-bottom: 26px; }
  .mission { font-size: 14px; }
}
@media print {
  main { display: block; max-width: none; padding: 0; }
  .portrait, .actions, .fallback, .footer { display: none; }
}
