/*! tailwindcss v4.3.0 | MIT License | https://tailwindcss.com */
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: "Trebuchet MS","Helvetica Neue",sans-serif;
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New',
    monospace;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji');
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type='button'], [type='reset'], [type='submit']), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden='until-found'])) {
    display: none !important;
  }
}
@layer utilities {
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
    border-width: 0;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .prose {
    color: var(--tw-prose-body);
    max-width: 65ch;
    :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
      margin-bottom: 1.25em;
    }
    :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-lead);
      font-size: 1.25em;
      line-height: 1.6;
      margin-top: 1.2em;
      margin-bottom: 1.2em;
    }
    :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-links);
      text-decoration: underline;
      font-weight: 500;
    }
    :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-bold);
      font-weight: 600;
    }
    :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: decimal;
      margin-top: 1.25em;
      margin-bottom: 1.25em;
      padding-inline-start: 1.625em;
    }
    :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-alpha;
    }
    :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-alpha;
    }
    :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-alpha;
    }
    :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-alpha;
    }
    :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-roman;
    }
    :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-roman;
    }
    :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-roman;
    }
    :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-roman;
    }
    :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: decimal;
    }
    :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: disc;
      margin-top: 1.25em;
      margin-bottom: 1.25em;
      padding-inline-start: 1.625em;
    }
    :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
      font-weight: 400;
      color: var(--tw-prose-counters);
    }
    :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
      color: var(--tw-prose-bullets);
    }
    :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      margin-top: 1.25em;
    }
    :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-color: var(--tw-prose-hr);
      border-top-width: 1px;
      margin-top: 3em;
      margin-bottom: 3em;
    }
    :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 500;
      font-style: italic;
      color: var(--tw-prose-quotes);
      border-inline-start-width: 0.25rem;
      border-inline-start-color: var(--tw-prose-quote-borders);
      quotes: "\201C""\201D""\2018""\2019";
      margin-top: 1.6em;
      margin-bottom: 1.6em;
      padding-inline-start: 1em;
    }
    :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
      content: open-quote;
    }
    :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
      content: close-quote;
    }
    :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 800;
      font-size: 2.25em;
      margin-top: 0;
      margin-bottom: 0.8888889em;
      line-height: 1.1111111;
    }
    :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 900;
      color: inherit;
    }
    :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 700;
      font-size: 1.5em;
      margin-top: 2em;
      margin-bottom: 1em;
      line-height: 1.3333333;
    }
    :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 800;
      color: inherit;
    }
    :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      font-size: 1.25em;
      margin-top: 1.6em;
      margin-bottom: 0.6em;
      line-height: 1.6;
    }
    :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 700;
      color: inherit;
    }
    :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      margin-top: 1.5em;
      margin-bottom: 0.5em;
      line-height: 1.5;
    }
    :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 700;
      color: inherit;
    }
    :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      display: block;
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 500;
      font-family: inherit;
      color: var(--tw-prose-kbd);
      box-shadow: 0 0 0 1px var(--tw-prose-kbd-shadows), 0 3px 0 var(--tw-prose-kbd-shadows);
      font-size: 0.875em;
      border-radius: 0.3125rem;
      padding-top: 0.1875em;
      padding-inline-end: 0.375em;
      padding-bottom: 0.1875em;
      padding-inline-start: 0.375em;
    }
    :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-code);
      font-weight: 600;
      font-size: 0.875em;
    }
    :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
      content: "`";
    }
    :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
      content: "`";
    }
    :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
      font-size: 0.875em;
    }
    :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
      font-size: 0.9em;
    }
    :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-pre-code);
      background-color: var(--tw-prose-pre-bg);
      overflow-x: auto;
      font-weight: 400;
      font-size: 0.875em;
      line-height: 1.7142857;
      margin-top: 1.7142857em;
      margin-bottom: 1.7142857em;
      border-radius: 0.375rem;
      padding-top: 0.8571429em;
      padding-inline-end: 1.1428571em;
      padding-bottom: 0.8571429em;
      padding-inline-start: 1.1428571em;
    }
    :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      background-color: transparent;
      border-width: 0;
      border-radius: 0;
      padding: 0;
      font-weight: inherit;
      color: inherit;
      font-size: inherit;
      font-family: inherit;
      line-height: inherit;
    }
    :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
      content: none;
    }
    :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
      content: none;
    }
    :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      width: 100%;
      table-layout: auto;
      margin-top: 2em;
      margin-bottom: 2em;
      font-size: 0.875em;
      line-height: 1.7142857;
    }
    :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-bottom-width: 1px;
      border-bottom-color: var(--tw-prose-th-borders);
    }
    :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      vertical-align: bottom;
      padding-inline-end: 0.5714286em;
      padding-bottom: 0.5714286em;
      padding-inline-start: 0.5714286em;
    }
    :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-bottom-width: 1px;
      border-bottom-color: var(--tw-prose-td-borders);
    }
    :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-bottom-width: 0;
    }
    :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      vertical-align: baseline;
    }
    :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-top-width: 1px;
      border-top-color: var(--tw-prose-th-borders);
    }
    :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      vertical-align: top;
    }
    :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      text-align: start;
    }
    :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
      margin-bottom: 0;
    }
    :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-captions);
      font-size: 0.875em;
      line-height: 1.4285714;
      margin-top: 0.8571429em;
    }
    --tw-prose-body: oklch(37.3% 0.034 259.733);
    --tw-prose-headings: oklch(21% 0.034 264.665);
    --tw-prose-lead: oklch(44.6% 0.03 256.802);
    --tw-prose-links: oklch(21% 0.034 264.665);
    --tw-prose-bold: oklch(21% 0.034 264.665);
    --tw-prose-counters: oklch(55.1% 0.027 264.364);
    --tw-prose-bullets: oklch(87.2% 0.01 258.338);
    --tw-prose-hr: oklch(92.8% 0.006 264.531);
    --tw-prose-quotes: oklch(21% 0.034 264.665);
    --tw-prose-quote-borders: oklch(92.8% 0.006 264.531);
    --tw-prose-captions: oklch(55.1% 0.027 264.364);
    --tw-prose-kbd: oklch(21% 0.034 264.665);
    --tw-prose-kbd-shadows: color-mix(in oklab, oklch(21% 0.034 264.665) 10%, transparent);
    --tw-prose-code: oklch(21% 0.034 264.665);
    --tw-prose-pre-code: oklch(92.8% 0.006 264.531);
    --tw-prose-pre-bg: oklch(27.8% 0.033 256.848);
    --tw-prose-th-borders: oklch(87.2% 0.01 258.338);
    --tw-prose-td-borders: oklch(92.8% 0.006 264.531);
    --tw-prose-invert-body: oklch(87.2% 0.01 258.338);
    --tw-prose-invert-headings: #fff;
    --tw-prose-invert-lead: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-links: #fff;
    --tw-prose-invert-bold: #fff;
    --tw-prose-invert-counters: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-bullets: oklch(44.6% 0.03 256.802);
    --tw-prose-invert-hr: oklch(37.3% 0.034 259.733);
    --tw-prose-invert-quotes: oklch(96.7% 0.003 264.542);
    --tw-prose-invert-quote-borders: oklch(37.3% 0.034 259.733);
    --tw-prose-invert-captions: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-kbd: #fff;
    --tw-prose-invert-kbd-shadows: rgb(255 255 255 / 10%);
    --tw-prose-invert-code: #fff;
    --tw-prose-invert-pre-code: oklch(87.2% 0.01 258.338);
    --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
    --tw-prose-invert-th-borders: oklch(44.6% 0.03 256.802);
    --tw-prose-invert-td-borders: oklch(37.3% 0.034 259.733);
    font-size: 1rem;
    line-height: 1.75;
    :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
      margin-bottom: 0;
    }
    :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.5em;
      margin-bottom: 0.5em;
    }
    :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0.375em;
    }
    :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0.375em;
    }
    :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.75em;
      margin-bottom: 0.75em;
    }
    :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
    }
    :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-bottom: 1.25em;
    }
    :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
    }
    :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-bottom: 1.25em;
    }
    :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.75em;
      margin-bottom: 0.75em;
    }
    :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
      margin-bottom: 1.25em;
    }
    :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.5em;
      padding-inline-start: 1.625em;
    }
    :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0;
    }
    :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-end: 0;
    }
    :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-top: 0.5714286em;
      padding-inline-end: 0.5714286em;
      padding-bottom: 0.5714286em;
      padding-inline-start: 0.5714286em;
    }
    :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0;
    }
    :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-end: 0;
    }
    :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-bottom: 0;
    }
  }
  .block {
    display: block;
  }
}
:root {
  --ink: #18241f;
  --muted: #56645c;
  --paper: #fafaf6;
  --line: #d5dbd2;
  --green: #245341;
  --lime: #d9ff64;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Trebuchet MS","Helvetica Neue",sans-serif;
  line-height: 1.6;
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}
button,input {
  font: inherit;
}
button,a,input {
  touch-action: manipulation;
}
button {
  cursor: pointer;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
h1,h2,h3,p,figure {
  margin: 0;
}
h1,h2,h3 {
  line-height: 1.14;
  letter-spacing: -.025em;
}
h1,h2 {
  font-family: "Palatino Linotype","Book Antiqua",Palatino,serif;
  font-weight: 700;
}
.wrap {
  width: min(1240px,calc(100% - 64px));
  margin-inline: auto;
}
.masthead {
  min-height: 108px;
  display: flex;
  align-items: center;
  gap: 32px;
}
.brand {
  display: inline-flex;
  align-items: center;
  font-size: 31px;
  font-weight: 900;
  letter-spacing: -1.9px;
  line-height: 1;
  gap: 8px;
}
.brand:hover {
  text-decoration: none;
}
.brand-dot {
  color: var(--green);
  margin-left: -9px;
}
.tagline {
  font-size: 12px;
  color: var(--muted);
  margin-left: 16px;
  max-width: 150px;
  line-height: 1.5;
}
.header-about {
  margin-left: auto;
  font-size: 12px;
  font-weight: bold;
}
.nav-border {
  border-block: 1px solid var(--ink);
}
.nav-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 57px;
}
.nav-list {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 32px;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
}
.header-search {
  display: flex;
  align-items: center;
  gap: 8px;
}
.header-search input {
  border: 0;
  background: transparent;
  width: 122px;
  font-size: 12px;
  padding: 12px 0;
  color: var(--ink);
}
.header-search button {
  border: 0;
  background: none;
  padding: 10px;
}
.eyebrow {
  font: 700 10px/1.3 "Trebuchet MS",sans-serif;
  text-transform: uppercase;
  letter-spacing: .14em;
  color: var(--green);
}
.home-intro {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
  padding: 36px 0 26px;
}
.home-intro h1 {
  font-size: clamp(32px,4.6vw,60px);
  line-height: 1.02;
}
.home-intro h1 em {
  font-weight: 400;
}
.home-intro p {
  max-width: 280px;
  font-size: 13px;
  color: var(--muted);
  padding-bottom: 4px;
}
.feature-grid {
  display: grid;
  grid-template-columns: 1.68fr 1fr;
  gap: 28px;
  margin-bottom: 45px;
}
.lead-story {
  position: relative;
  min-height: 510px;
  overflow: hidden;
  background: #183d2d;
  color: #fff;
}
.lead-story>img {
  width: 100%;
  height: 510px;
  object-fit: cover;
}
.lead-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg,transparent 24%,rgba(6,22,12,.2) 40%,rgba(6,22,12,.94) 100%);
}
.lead-text {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 32px;
  max-width: 640px;
}
.lead-text .eyebrow {
  display: inline-block;
  padding: 6px 9px;
  background: var(--lime);
  color: var(--ink);
  margin-bottom: 16px;
}
.lead-text h2 {
  font-size: clamp(28px,3.2vw,42px);
  line-height: 1.04;
}
.lead-text p {
  font-size: 13px;
  max-width: 450px;
  margin-top: 12px;
  color: #e1e9de;
}
.read-link {
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  margin-top: 20px;
  border-bottom: 1px solid;
  padding-bottom: 3px;
}
.side-stories {
  display: grid;
  gap: 24px;
}
.side-story {
  display: grid;
  grid-template-columns: 1fr 146px;
  gap: 20px;
  align-items: start;
  padding-bottom: 23px;
  border-bottom: 1px solid var(--line);
}
.side-story:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.side-story img {
  width: 146px;
  aspect-ratio: 1.12;
  object-fit: cover;
}
.side-story h2 {
  font-size: 25px;
  margin: 8px 0;
}
.meta {
  font-size: 10px;
  color: var(--muted);
  line-height: 1.7;
}
.section-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 2px solid var(--ink);
  padding: 19px 0 22px;
  margin-top: 36px;
  gap: 20px;
}
.section-title h2 {
  font-size: 31px;
}
.section-title a {
  font-size: 12px;
}
.topic-strip {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 0;
  border: 1px solid var(--line);
  margin: 30px 0 50px;
}
.topic-tile {
  padding: 25px;
  border-right: 1px solid var(--line);
}
.topic-tile:last-child {
  border-right: 0;
}
.topic-tile span {
  display: block;
  font-size: 10px;
  color: var(--green);
  margin-bottom: 14px;
}
.topic-tile h2 {
  font-size: 22px;
  margin-bottom: 8px;
}
.topic-tile p {
  font-size: 12px;
  color: var(--muted);
  line-height: 1.5;
}
.card-grid {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 28px;
}
.story-card {
  padding-bottom: 28px;
}
.story-card img {
  aspect-ratio: 1.6;
  object-fit: cover;
  width: 100%;
  margin-bottom: 17px;
}
.story-card h2,.story-card h3 {
  font: 700 26px/1.14 "Palatino Linotype",Palatino,serif;
  letter-spacing: -.02em;
  margin: 9px 0 11px;
}
.story-card p {
  font-size: 13px;
  color: var(--muted);
  margin: 0 0 11px;
}
.photo-credit {
  font-size: 10px;
  color: var(--muted);
  margin-top: 8px;
}
.photo-credit a {
  text-decoration: underline;
}
.editorial-band {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  background: var(--green);
  color: #fff;
  padding: 40px;
  gap: 50px;
  margin: 35px 0 60px;
}
.editorial-band .eyebrow {
  color: var(--lime);
}
.editorial-band h2 {
  font-size: 37px;
  margin-top: 16px;
}
.editorial-band p {
  font-size: 14px;
  color: #e5eee7;
}
.editorial-band a {
  display: inline-block;
  margin-top: 20px;
  border-bottom: 1px solid;
}
.updates-band {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: center;
  background: #edf0e7;
  border-block: 1px solid var(--line);
  padding: 32px;
  margin: 40px 0 60px;
}
.updates-band h2 {
  font-size: 28px;
}
.updates-band p {
  font-size: 13px;
  color: var(--muted);
  margin-top: 8px;
}
.button-link {
  display: inline-block;
  padding: 12px 20px;
  background: var(--ink);
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  white-space: nowrap;
}
.site-footer {
  background: #12291f;
  color: #f4f8ed;
  padding-top: 50px;
  margin-top: 50px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1.1fr;
  gap: 35px;
}
.footer-grid .brand {
  font-size: 26px;
}
.footer-grid p {
  font-size: 13px;
  color: #c7d4c9;
  margin-top: 23px;
}
.footer-grid .footer-small {
  font-size: 11px;
  max-width: 220px;
}
.footer-grid h2 {
  font: 700 11px/1.4 "Trebuchet MS",sans-serif;
  text-transform: uppercase;
  letter-spacing: .06em;
  margin-bottom: 17px;
}
.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-links li {
  margin-bottom: 9px;
}
.footer-links a {
  font-size: 12px;
  color: #d1dfd2;
}
.footer-bottom {
  border-top: 1px solid #405548;
  margin-top: 40px;
  padding-block: 20px;
  font-size: 10px;
  display: flex;
  justify-content: space-between;
}
.footer-bottom div {
  display: flex;
  gap: 24px;
}
.page-heading {
  padding: 55px 0 30px;
  max-width: 930px;
}
.page-heading h1 {
  font-size: clamp(36px,5vw,60px);
  margin: 14px 0 20px;
}
.page-heading .dek {
  font-size: 18px;
  color: var(--muted);
  max-width: 750px;
}
.breadcrumbs {
  font-size: 11px;
  color: var(--muted);
  margin-bottom: 20px;
}
.article-layout {
  display: grid;
  grid-template-columns: minmax(0,760px) minmax(180px,1fr);
  gap: 75px;
  align-items: start;
}
.article-body {
  font-size: 17px;
  line-height: 1.85;
  min-width: 0;
}
.article-body p {
  margin: 0 0 24px;
}
.article-body h2 {
  font-size: 32px;
  margin: 40px 0 17px;
  scroll-margin-top: 25px;
}
.article-body h3 {
  font-size: 22px;
  margin: 29px 0 12px;
}
.article-body a {
  color: var(--green);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.article-body ul,.article-body ol {
  padding-left: 23px;
  margin-bottom: 25px;
}
.article-body li {
  padding-left: 5px;
  margin-bottom: 9px;
}
.article-body strong {
  color: var(--ink);
}
.article-body .answer {
  background: #edf2e6;
  border-left: 4px solid var(--green);
  padding: 22px 25px;
  margin: 0 0 30px;
}
.article-body table {
  border-collapse: collapse;
  min-width: 100%;
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
}
.article-body th,.article-body td {
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid var(--line);
  padding: 12px 15px;
}
.article-body th {
  background: #e7ecdf;
  font-weight: bold;
}
.table-scroll {
  overflow-x: auto;
  margin: 25px 0;
  border: 1px solid var(--line);
  width: 100%;
}
.article-body .sources {
  font-size: 13px;
  color: var(--muted);
  border-top: 1px solid var(--line);
  padding-top: 20px;
}
.article-image {
  margin: 5px 0 30px;
}
.article-image img {
  width: 100%;
  max-height: 480px;
  object-fit: cover;
}
.byline {
  margin: 18px 0;
  font-size: 11px;
  color: var(--muted);
}
.byline a {
  color: var(--ink);
  font-weight: bold;
}
.article-sidebar {
  border-top: 2px solid var(--ink);
  padding-top: 20px;
  position: sticky;
  top: 30px;
  margin-top: 5px;
}
.article-sidebar h2 {
  font: 700 12px/1.5 "Trebuchet MS",sans-serif;
  margin-bottom: 15px;
}
.article-sidebar p {
  font-size: 12px;
  color: var(--muted);
  margin-bottom: 20px;
}
.article-sidebar a {
  font-size: 12px;
  color: var(--green);
  text-decoration: underline;
}
.toc {
  list-style: none;
  padding: 0;
  margin: 0 0 30px;
}
.toc li {
  border-top: 1px solid var(--line);
  padding: 10px 0;
}
.toc a {
  color: var(--ink);
  text-decoration: none;
}
.narrow {
  max-width: 800px;
  margin-inline: auto;
}
.pagination {
  margin: 20px 0 50px;
  display: flex;
  gap: 16px;
}
.page-numbers {
  display: inline-block;
  padding: 10px 16px;
  border: 1px solid var(--line);
}
.current {
  background: var(--green);
  color: #fff;
}
.search-form {
  display: flex;
  gap: 10px;
  margin: 22px 0;
}
.search-field {
  padding: 12px;
  border: 1px solid var(--line);
  max-width: 100%;
  width: 100%;
}
.search-submit {
  padding: 12px 18px;
  background: var(--green);
  color: #fff;
  border: 0;
}
.search-form label {
  flex: 1;
}
.sr-only,.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
}
.skip-link {
  position: absolute;
  top: -100px;
  left: 15px;
  z-index: 99999;
  background: #fff;
  padding: 12px;
}
.skip-link:focus {
  top: 10px;
}
a:focus-visible,button:focus-visible,input:focus-visible {
  outline: 3px solid #769f29;
  outline-offset: 4px;
}
.empty-message {
  padding: 40px 0;
}
.calculator {
  background: #eef2e7;
  border: 1px solid var(--line);
  padding: 25px;
  margin-bottom: 30px;
}
.calculator label {
  display: block;
  font-size: 14px;
  margin-bottom: 13px;
}
.calculator input {
  display: block;
  padding: 10px;
  width: 100%;
  border: 1px solid #8c9a88;
  background: #fff;
}
.calculator output {
  display: block;
  font-size: 22px;
  color: var(--green);
  font-weight: bold;
  margin-top: 20px;
}
@media (max-width:1000px) {
  .tagline {
    display: none;
  }
  .feature-grid {
    grid-template-columns: 1.35fr 1fr;
  }
  .lead-story,.lead-story>img {
    min-height: 460px;
    height: 460px;
  }
  .side-story {
    grid-template-columns: 1fr 104px;
    gap: 12px;
  }
  .side-story img {
    width: 104px;
  }
  .side-story h2 {
    font-size: 21px;
  }
  .article-layout {
    gap: 35px;
  }
  .nav-list {
    gap: 20px;
  }
  .topic-tile {
    padding: 18px;
  }
  .card-grid {
    gap: 20px;
  }
}
@media (max-width:720px) {
  .wrap {
    width: calc(100% - 36px);
  }
  .masthead {
    min-height: 79px;
  }
  .brand {
    font-size: 26px;
  }
  .brand svg {
    width: 24px;
    height: 24px;
  }
  .header-about {
    font-size: 10px;
  }
  .nav-row {
    display: block;
    overflow-x: auto;
    padding-block: 14px;
  }
  .nav-list {
    gap: 24px;
  }
  .nav-row nav {
    overflow-x: auto;
  }
  .header-search {
    display: flex;
    border-top: 1px solid var(--line);
    margin-top: 12px;
    padding-top: 6px;
  }
  .header-search input {
    width: 100%;
  }
  .home-intro {
    display: block;
    padding: 27px 0 21px;
  }
  .home-intro h1 {
    font-size: 43px;
  }
  .home-intro p {
    margin-top: 16px;
    max-width: 100%;
  }
  .feature-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .lead-story,.lead-story>img {
    height: 440px;
    min-height: 440px;
  }
  .lead-text {
    padding: 23px;
  }
  .lead-text h2 {
    font-size: 35px;
  }
  .side-stories {
    gap: 16px;
  }
  .side-story {
    grid-template-columns: 1fr 116px;
    min-height: 130px;
    gap: 20px;
    padding-bottom: 16px;
  }
  .side-story img {
    width: 116px;
    aspect-ratio: 1.2;
  }
  .side-story h2 {
    font-size: 24px;
  }
  .topic-strip {
    grid-template-columns: 1fr 1fr;
  }
  .topic-tile {
    padding: 19px;
  }
  .topic-tile:nth-child(2) {
    border-right: 0;
  }
  .topic-tile:nth-child(-n+2) {
    border-bottom: 1px solid var(--line);
  }
  .topic-tile h2 {
    font-size: 22px;
  }
  .card-grid {
    grid-template-columns: 1fr 1fr;
    gap: 17px;
  }
  .story-card h2,.story-card h3 {
    font-size: 23px;
  }
  .story-card p {
    font-size: 12px;
  }
  .story-card img {
    aspect-ratio: 1.25;
  }
  .section-title h2 {
    font-size: 27px;
  }
  .section-title a {
    font-size: 10px;
  }
  .editorial-band {
    grid-template-columns: 1fr;
    gap: 25px;
    padding: 28px;
  }
  .editorial-band h2 {
    font-size: 34px;
  }
  .updates-band {
    display: block;
    padding: 25px;
  }
  .updates-band .button-link {
    margin-top: 20px;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 32px 22px;
  }
  .footer-grid>div:first-child {
    grid-column: 1/-1;
  }
  .footer-grid p {
    margin-top: 16px;
  }
  .footer-grid .footer-small {
    max-width: none;
  }
  .article-layout {
    grid-template-columns: 1fr;
  }
  .article-sidebar {
    position: static;
    margin: 30px 0;
  }
  .article-body {
    font-size: 16px;
  }
  .article-body h2 {
    font-size: 29px;
  }
  .page-heading {
    padding-top: 30px;
  }
  .page-heading h1 {
    font-size: 40px;
  }
  .page-heading .dek {
    font-size: 16px;
  }
  .article-image img {
    max-height: 300px;
  }
  .article-body th,.article-body td {
    padding: 10px;
    min-width: 140px;
  }
  .footer-bottom {
    gap: 20px;
  }
  .footer-bottom div {
    gap: 12px;
  }
}
@media (prefers-reduced-motion:reduce) {
  html {
    scroll-behavior: auto;
  }
  * {
    animation: none !important;
    transition: none !important;
  }
}
@layer base {
  input:where([type='text']),input:where(:not([type])),input:where([type='email']),input:where([type='url']),input:where([type='password']),input:where([type='number']),input:where([type='date']),input:where([type='datetime-local']),input:where([type='month']),input:where([type='search']),input:where([type='tel']),input:where([type='time']),input:where([type='week']),select:where([multiple]),textarea,select {
    appearance: none;
    background-color: #fff;
    border-color: oklch(55.1% 0.027 264.364);
    border-width: 1px;
    border-radius: 0px;
    padding-top: 0.5rem;
    padding-right: 0.75rem;
    padding-bottom: 0.5rem;
    padding-left: 0.75rem;
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-shadow: 0 0 #0000;
    &:focus {
      outline: 2px solid transparent;
      outline-offset: 2px;
      --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-color: oklch(54.6% 0.245 262.881);
      --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
      --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
      box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
      border-color: oklch(54.6% 0.245 262.881);
    }
  }
  input::placeholder,textarea::placeholder {
    color: oklch(55.1% 0.027 264.364);
    opacity: 1;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-date-and-time-value {
    min-height: 1.5em;
  }
  ::-webkit-date-and-time-value {
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field {
    padding-top: 0;
    padding-bottom: 0;
  }
  select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='oklch(55.1%25 0.027 264.364)' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
    background-position: right 0.5rem center;
    background-repeat: no-repeat;
    background-size: 1.5em 1.5em;
    padding-right: 2.5rem;
    print-color-adjust: exact;
  }
  select:where([multiple]),select:where([size]:not([size="1"])) {
    background-image: initial;
    background-position: initial;
    background-repeat: unset;
    background-size: initial;
    padding-right: 0.75rem;
    print-color-adjust: unset;
  }
  input:where([type='checkbox']),input:where([type='radio']) {
    appearance: none;
    padding: 0;
    print-color-adjust: exact;
    display: inline-block;
    vertical-align: middle;
    background-origin: border-box;
    user-select: none;
    flex-shrink: 0;
    height: 1rem;
    width: 1rem;
    color: oklch(54.6% 0.245 262.881);
    background-color: #fff;
    border-color: oklch(55.1% 0.027 264.364);
    border-width: 1px;
    --tw-shadow: 0 0 #0000;
  }
  input:where([type='checkbox']) {
    border-radius: 0px;
  }
  input:where([type='radio']) {
    border-radius: 100%;
  }
  input:where([type='checkbox']):focus,input:where([type='radio']):focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
    --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
    --tw-ring-offset-width: 2px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: oklch(54.6% 0.245 262.881);
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  input:where([type='checkbox']):checked,input:where([type='radio']):checked {
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
  }
  input:where([type='checkbox']):checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
    @media (forced-colors: active) {
      appearance: auto;
    }
  }
  input:where([type='radio']):checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
    @media (forced-colors: active) {
      appearance: auto;
    }
  }
  input:where([type='checkbox']):checked:hover,input:where([type='checkbox']):checked:focus,input:where([type='radio']):checked:hover,input:where([type='radio']):checked:focus {
    border-color: transparent;
    background-color: currentColor;
  }
  input:where([type='checkbox']):indeterminate {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    @media (forced-colors: active) {
      appearance: auto;
    }
  }
  input:where([type='checkbox']):indeterminate:hover,input:where([type='checkbox']):indeterminate:focus {
    border-color: transparent;
    background-color: currentColor;
  }
  input:where([type='file']) {
    background: unset;
    border-color: inherit;
    border-width: 0;
    border-radius: 0;
    padding: 0;
    font-size: unset;
    line-height: inherit;
  }
  input:where([type='file']):focus {
    outline: 1px solid ButtonText;
    outline: 1px auto -webkit-focus-ring-color;
  }
}
