@font-face {
  font-family: "Source Sans 3";
  src: url("SourceSans3-Regular.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans 3";
  src: url("SourceSans3-SemiBold.ttf") format("truetype");
  font-weight: 600 900;
  font-display: swap;
}
@font-face {
  font-family: "Caveat Brush";
  src: url("CaveatBrush-Regular.ttf") format("truetype");
  font-display: swap;
}

:root {
  color-scheme: light;
  --paper: #fafaf8;
  --ink: #20242a;
  --muted: #60666d;
  --line: #deded7;
  --gold-soft: #fff5d9;
  --link: #765314;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 28px; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font: 18px/1.65 "Source Sans 3", system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: var(--link); text-underline-offset: 4px; }
a:hover { text-decoration-thickness: 2px; }
a, button { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid #90631a; outline-offset: 5px; border-radius: 3px; }
::selection { background: #fce3a0; }
button { font: inherit; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
.wrap { max-width: 900px; margin-inline: auto; padding-inline: 40px; }
.skip-link {
  position: fixed;
  top: 8px;
  left: 12px;
  z-index: 10;
  padding: 10px 18px;
  background: white;
  transform: translateY(-160%);
}
.skip-link:focus { transform: translateY(0); }
.masthead {
  min-height: 100px;
  border-bottom: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--ink);
  text-decoration: none;
  font-family: "Caveat Brush", Georgia, serif;
  font-size: 38px;
  line-height: 1;
}
.brand svg { width: 34px; height: 34px; }
.age-label { border: 1px solid #c9c9bf; padding: 2px 9px; border-radius: 6px; font-size: 13px; font-weight: 600; }
.hero { padding-top: 46px; padding-bottom: 36px; }
h1 { margin: 0 0 13px; font-family: "Caveat Brush", Georgia, serif; font-size: 60px; line-height: 1.08; font-weight: 400; letter-spacing: -.8px; }
.lead { margin: 0 0 21px; font-size: 20px; line-height: 1.5; color: var(--muted); }
.metadata { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 24px; font-size: 14px; color: var(--muted); }
.metadata .blank { min-width: 110px; }
.print-button { padding: 0; border: 0; border-bottom: 1px solid #98988b; background: transparent; color: var(--ink); cursor: pointer; font-size: 14px; min-height: 30px; }
.print-button[hidden] { display: none; }
.document { min-width: 0; padding-bottom: 78px; }
.document section { margin: 0 0 37px; padding-bottom: 32px; border-bottom: 1px solid var(--line); }
.document section:last-child { margin-bottom: 0; padding-bottom: 0; border: 0; }
.section-title { display: flex; align-items: baseline; gap: 15px; margin: 0 0 17px; font-size: 25px; line-height: 1.3; font-weight: 600; letter-spacing: -.25px; }
.section-number { color: #929587; font-size: 14px; letter-spacing: 0; font-variant-numeric: tabular-nums; flex-shrink: 0; }
.document h3 { margin: 22px 0 9px; font-size: 19px; line-height: 1.4; }
.document p { margin: 0 0 15px; }
.document p:last-child { margin-bottom: 0; }
.document ul, .document ol { margin: 12px 0 18px; padding-left: 23px; }
.document li { margin-bottom: 8px; padding-left: 4px; }
.document li::marker { color: #927942; }
.document strong { font-weight: 600; }
.table-wrap { overflow-x: auto; margin: 21px 0; }
table { border-collapse: collapse; width: 100%; font-size: 16px; line-height: 1.5; }
th, td { padding: 14px 16px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; overflow-wrap: anywhere; }
th { background: #f0f0e9; font-size: 14px; font-weight: 600; }
th:first-child, td:first-child { padding-left: 13px; min-width: 112px; }
td:first-child { font-weight: 600; }
.document dl { margin: 20px 0 0; display: grid; grid-template-columns: minmax(130px, 1fr) 2fr; gap: 13px 22px; }
.document dt { font-size: 15px; color: var(--muted); }
.document dd { margin: 0; }
.blank { display: inline-block; min-width: 160px; max-width: 100%; height: 1.15em; vertical-align: baseline; border-bottom: 1px solid #aaa590; }
.document dd .blank { width: 100%; }
.urgent { padding: 19px 22px; margin: 22px 0; background: var(--gold-soft); border-left: 3px solid #b58127; }
.site-footer { border-top: 1px solid var(--line); padding-block: 28px 33px; }
.footer-row { display: flex; justify-content: space-between; align-items: center; gap: 20px; font-size: 14px; color: var(--muted); }
.footer-brand { font-family: "Caveat Brush", Georgia, serif; font-size: 28px; color: var(--ink); }

@media (max-width: 640px) {
  body { font-size: 17px; line-height: 1.65; }
  .wrap { padding-inline: 22px; }
  .masthead { min-height: 79px; gap: 12px; }
  .brand { font-size: 33px; gap: 9px; }
  .brand svg { width: 28px; height: 28px; }
  .age-label { font-size: 11px; padding-inline: 6px; }
  .hero { padding-top: 37px; padding-bottom: 27px; }
  h1 { margin-right: 0; font-size: 49px; line-height: 1.05; max-width: 100%; letter-spacing: -.7px; }
  .lead { margin: 16px 0 20px; font-size: 18px; }
  .metadata { gap: 8px 18px; font-size: 13px; }
  .document { padding-bottom: 48px; overflow-wrap: anywhere; }
  .section-title { font-size: 23px; gap: 11px; }
  .section-number { font-size: 12px; }
  .document section { margin-bottom: 29px; padding-bottom: 28px; }
  th, td { padding: 11px 9px; font-size: 14px; }
  th:first-child, td:first-child { min-width: 88px; padding-left: 9px; }
  .document dl { grid-template-columns: 1fr; gap: 5px; }
  .document dd { margin-bottom: 13px; }
  .footer-row { align-items: flex-start; flex-direction: column; gap: 15px; font-size: 13px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
@media print {
  @page { margin: 18mm; }
  body { background: white; font-size: 11pt; line-height: 1.5; }
  .wrap { max-width: none; padding: 0; }
  .skip-link, .print-button, .site-footer { display: none !important; }
  .masthead { min-height: 45px; border-bottom: 1px solid #aaa; padding-bottom: 10px; }
  .brand { font-size: 27px; }
  .brand svg { width: 24px; height: 24px; }
  .hero { padding-top: 25px; padding-bottom: 22px; }
  h1 { margin-right: 0; font-size: 37pt; }
  .lead { margin-right: 0; font-size: 13pt; }
  .document { padding-bottom: 0; }
  .section-title { font-size: 16pt; break-after: avoid; }
  .document h3 { break-after: avoid; }
  .document section { margin-bottom: 20px; padding-bottom: 18px; }
  .document p, .document li { orphans: 3; widows: 3; }
  table { font-size: 10pt; }
  tr { break-inside: avoid; }
  .table-wrap { overflow: visible; }
  a { color: inherit; }
}
