/*! tailwindcss v4.3.0 | MIT License | https://tailwindcss.com */
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: Arial, Helvetica, 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 {
  .static {
    position: static;
  }
  .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;
  }
  .contents {
    display: contents;
  }
  .hidden {
    display: none;
  }
}
:root {
  --ink: #253b33;
  --green: #193f36;
  --paper: #f7f5ed;
  --muted: #59645a;
  --line: #d7dacf;
  --accent: #c5c980;
  --serif: Georgia,"Times New Roman",serif;
  --sans: Arial,Helvetica,sans-serif;
}
*,*:before,*:after {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 24px;
}
body.ar-journal {
  background: var(--paper);
  color: var(--ink);
  font: 16px/1.65 var(--sans);
  margin: 0;
  -webkit-font-smoothing: antialiased;
}
h1,h2,h3,p,figure {
  margin: 0;
}
a {
  color: inherit;
  text-decoration: none;
}
button,input,summary {
  font: inherit;
}
img {
  max-width: 100%;
  height: auto;
}
svg {
  display: inline-block;
  vertical-align: middle;
  flex-shrink: 0;
}
a,summary {
  touch-action: manipulation;
}
a:focus-visible,summary:focus-visible,input:focus-visible,button:focus-visible {
  outline: 3px solid #b67935;
  outline-offset: 5px;
}
::selection {
  background: #dce2bd;
}
.wrap {
  max-width: 1320px;
  width: calc(100% - 104px);
  margin-inline: auto;
}
.eyebrow {
  font-size: 10px;
  line-height: 1.5;
  font-weight: 650;
  letter-spacing: .16em;
  text-transform: uppercase;
  display: block;
}
.skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 10000;
  padding: 12px 20px;
  background: var(--green);
  color: white;
  transform: translateY(-150%);
}
.skip-link:focus {
  transform: none;
}
.masthead-note {
  background: #e8ecdf;
  border-bottom: 1px solid var(--line);
  font-size: 10px;
  letter-spacing: .13em;
}
.masthead-note .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 35px;
}
.masthead-note a {
  letter-spacing: .02em;
  font-size: 11px;
}
.site-header {
  border-bottom: 1px solid var(--line);
}
.header-inner {
  min-height: 106px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}
.wordmark {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 23px;
  letter-spacing: -.055em;
  font-weight: 600;
  line-height: 1.2;
  white-space: nowrap;
}
.brand-symbol {
  font-family: var(--serif);
  font-size: 40px;
  letter-spacing: -.12em;
  line-height: 1;
  border: 1px solid var(--green);
  width: 58px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 4px;
}
.brand-symbol span {
  color: #879847;
}
.brand-light {
  font-weight: 400;
}
.wordmark small {
  display: block;
  font-size: 8px;
  letter-spacing: .19em;
  margin-top: 9px;
  font-weight: 550;
}
.desktop-nav {
  display: flex;
  align-items: center;
  gap: 30px;
  font-size: 12px;
  font-weight: 550;
}
.desktop-nav a {
  padding: 12px 0;
}
.desktop-nav a:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}
.nav-about {
  display: flex;
  gap: 13px;
  align-items: center;
  border-left: 1px solid var(--line);
  padding-left: 24px !important;
}
.mobile-nav {
  display: none;
}
.hero {
  display: grid;
  grid-template-columns: 1.16fr 1fr;
  gap: 55px;
  padding-block: 55px 49px;
  min-height: 658px;
}
.hero-copy {
  padding-top: 15px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.hero .eyebrow {
  display: flex;
  gap: 8px;
  align-items: center;
}
.small-dot {
  background: #819652;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  display: inline-block;
}
.hero h1 {
  font: clamp(64px,6.55vw,96px)/.98 var(--serif);
  letter-spacing: -.045em;
  margin: 31px 0 25px;
}
.hero h1 em {
  font-weight: 400;
  color: #52624c;
}
.hero-intro {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.85;
}
.hero-actions {
  display: flex;
  gap: 26px;
  align-items: center;
  margin-top: 29px;
  flex-wrap: wrap;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  padding: 15px 21px;
  background: var(--green);
  color: var(--paper);
  font-size: 12px;
  font-weight: 550;
  border: 1px solid var(--green);
  transition: background .18s,transform .18s;
}
.button:hover {
  background: #315548;
  transform: translateY(-2px);
}
.button-outline {
  background: transparent;
  color: var(--green);
}
.button-outline:hover {
  background: #e4e8db;
}
.text-link {
  display: inline-flex;
  gap: 12px;
  align-items: center;
  font-size: 12px;
  font-weight: 550;
  text-decoration: underline;
  text-underline-offset: 6px;
  text-decoration-color: #9ba493;
}
.hero-footnote {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 15px;
  margin-top: auto;
  padding-top: 31px;
  font-size: 8px;
  letter-spacing: .08em;
}
.hero-footnote a {
  font-size: 10px;
  letter-spacing: 0;
}
.hero-visual {
  position: relative;
  min-height: 545px;
  overflow: hidden;
  background: #608074;
}
.hero-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 54% center;
}
.photo-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg,rgba(5,24,22,.04) 35%,rgba(10,33,29,.80));
}
.hero-visual figcaption {
  position: absolute;
  left: 32px;
  bottom: 31px;
  color: #fffef1;
  right: 28px;
  background: #193f36;
  padding: 20px;
}
.hero-visual figcaption p {
  font: 37px/1.13 var(--serif);
  letter-spacing: -.02em;
  margin: 14px 0 22px;
}
.photo-location {
  font-size: 9px;
  color: #dfe6dd;
}
.photo-corner {
  position: absolute;
  top: 23px;
  right: 23px;
  color: #fffef1;
  border: 1px solid #ffffff7d;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 32px;
}
.intro-strip {
  border-block: 1px solid var(--line);
  background: #eef0e5;
}
.intro-strip .wrap {
  display: grid;
  grid-template-columns: .95fr 1fr 1fr 1.1fr;
  gap: 28px;
  align-items: center;
  padding-block: 23px;
}
.intro-strip p {
  font: 24px/1.1 var(--serif);
}
.intro-strip a {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 11px;
}
.intro-strip a span {
  font-size: 9px;
  color: #52624c;
}
.intro-strip a svg {
  width: 15px;
  margin-left: auto;
}
.section {
  padding-block: 84px;
}
.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 45px;
  margin-bottom: 35px;
}
.section-heading h2,.model-section h2,.related-section h2 {
  font: 48px/1.08 var(--serif);
  letter-spacing: -.025em;
  margin-top: 12px;
}
.section-heading>p {
  max-width: 335px;
  color: #d9e3d5;
  font-size: 14px;
  line-height: 1.8;
}
.section-heading>.text-link {
  flex-shrink: 0;
  margin-bottom: 8px;
}
.knowledge-grid {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}
.journal-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 29px 28px 28px;
  min-width: 0;
  transition: background .2s;
}
.knowledge-grid .journal-card {
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.journal-card:hover {
  background: #edf0e2;
}
.card-top {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  color: #637258;
}
.card-index {
  font: 18px/1 var(--serif);
  color: #59664b;
}
.journal-card h3 {
  font: 30px/1.12 var(--serif);
  letter-spacing: -.02em;
  margin: 23px 0 13px;
}
.journal-card p {
  font-size: 12px;
  line-height: 1.8;
  color: var(--muted);
  margin-bottom: 24px;
}
.card-link {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 10px;
  font-weight: 600;
  margin-top: auto;
}
.card-link svg {
  width: 16px;
}
.comparison-feature {
  background: var(--green);
  color: var(--paper);
  padding-block: 72px 40px;
}
.comparison-feature .eyebrow {
  color: #ccd4a3;
}
.comparison-feature h2 {
  font-size: 59px;
}
.destination-grid {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 20px;
}
.destination-card {
  position: relative;
  min-height: 270px;
  border: 1px solid #547265;
  padding: 32px;
  background: #234a3f;
  overflow: hidden;
  transition: background .2s;
}
.destination-card:hover {
  background: #2c5648;
}
.destination-number {
  position: absolute;
  right: 18px;
  top: 0;
  font: 117px/1.5 var(--serif);
  color: #aac18515;
  pointer-events: none;
}
.destination-card h3 {
  font: 43px/1.05 var(--serif);
  letter-spacing: -.015em;
  margin: 57px 0 15px;
}
.destination-card p {
  font-size: 11px;
  color: #d9e3d5;
  max-width: 230px;
}
.destination-arrow {
  position: absolute;
  top: 30px;
  right: 25px;
}
.feature-bottom {
  display: flex;
  justify-content: space-between;
  gap: 25px;
  font-size: 10px;
  margin-top: 28px;
}
.feature-bottom a:first-child {
  display: flex;
  gap: 14px;
  align-items: center;
}
.feature-bottom a:last-child {
  color: #ced8c5;
}
.model-section {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 100px;
  align-items: center;
}
.model-section h2 {
  font-size: 52px;
  margin-top: 18px;
}
.model-section>div>p {
  max-width: 365px;
  font-size: 14px;
  color: var(--muted);
  margin: 24px 0;
}
.model-list article {
  display: flex;
  gap: 26px;
  border-bottom: 1px solid var(--line);
  padding: 24px 0;
}
.model-list article:first-child {
  border-top: 1px solid var(--line);
}
.model-list article>span {
  font: 27px/1.3 var(--serif);
  color: #52624c;
}
.model-list h3 {
  font: 28px/1.1 var(--serif);
  margin: 0 0 10px;
}
.model-list p {
  font-size: 12px;
  color: var(--muted);
  max-width: 345px;
}
.practical-section {
  background: #ecefe4;
  padding-block: 65px;
}
.practical-grid {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 24px;
}
.practical-grid .journal-card {
  background: var(--paper);
  border-top: 3px solid #7f8e62;
}
.practical-grid .journal-card:hover {
  background: #e4e9d9;
}
.standards-section {
  padding-block: 84px 92px;
  text-align: center;
}
.standards-section h2 {
  font: 64px/1.06 var(--serif);
  letter-spacing: -.025em;
  margin: 18px 0 22px;
}
.standards-section p {
  max-width: 540px;
  margin: 0 auto 26px;
  font-size: 14px;
  color: var(--muted);
}
.site-footer {
  background: #e4e8dc;
  border-top: 1px solid #d3d8c9;
  padding-block: 50px 0;
}
.footer-main {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr;
  gap: 70px;
  padding-bottom: 40px;
}
.footer-brand {
  font: 31px/1.1 var(--serif);
  letter-spacing: -.035em;
}
.footer-brand span {
  color: #52624c;
}
.footer-main p {
  font-size: 12px;
  color: var(--muted);
  margin-top: 18px;
}
.footer-main nav {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  font-size: 11px;
}
.footer-main nav .eyebrow {
  margin-bottom: 8px;
}
.footer-main nav a:hover {
  text-decoration: underline;
}
.footer-bottom {
  border-top: 1px solid #c7cfbc;
  display: flex;
  justify-content: space-between;
  gap: 40px;
  padding-block: 20px;
  font-size: 9px;
  color: #586350;
}
.footer-bottom a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 11px;
  color: var(--muted);
  padding-top: 32px;
}
.article-header {
  max-width: 1000px;
  padding: 41px 0 38px;
  border-bottom: 1px solid var(--line);
}
.article-header h1 {
  font: clamp(42px,5.7vw,77px)/1.04 var(--serif);
  letter-spacing: -.035em;
  margin: 17px 0 23px;
  max-width: 1000px;
}
.article-summary {
  font-size: 18px;
  line-height: 1.7;
  max-width: 770px;
  color: var(--muted);
}
.article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 24px;
  margin-top: 25px;
  font-size: 10px;
  color: #5c6958;
}
.article-meta>span+span:before {
  content: '·';
  margin-right: 20px;
}
.article-layout {
  display: grid;
  grid-template-columns: 230px minmax(0,790px);
  gap: 70px;
  padding-top: 46px;
  justify-content: space-between;
}
.article-sidebar {
  align-self: start;
  position: sticky;
  top: 30px;
  font-size: 11px;
}
.article-sidebar nav {
  display: flex;
  flex-direction: column;
  margin: 18px 0 28px;
  gap: 11px;
}
.article-sidebar nav a {
  color: var(--muted);
  line-height: 1.4;
}
.article-sidebar nav a:hover {
  color: var(--green);
  text-decoration: underline;
}
.sidebar-note {
  padding: 21px;
  background: #e9eddf;
}
.sidebar-note p {
  margin: 10px 0;
  font-size: 11px;
}
.sidebar-note a {
  font-size: 10px;
  text-decoration: underline;
}
.article-body {
  font-size: 16px;
  line-height: 1.9;
  min-width: 0;
}
.article-body>p {
  margin: 0 0 22px;
}
.article-body h2 {
  font: 37px/1.16 var(--serif);
  letter-spacing: -.018em;
  margin: 43px 0 18px;
  scroll-margin-top: 30px;
}
.article-body>h2:first-child {
  margin-top: 0;
}
.article-body p a,.article-body li a,.article-body details a {
  color: #285d49;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.article-body a:hover {
  text-decoration-thickness: 2px;
}
.article-body ul,.article-body ol {
  padding-left: 23px;
  margin: 15px 0 25px;
}
.article-body li {
  margin: 9px 0;
  padding-left: 4px;
}
.article-body strong {
  font-weight: 650;
}
.answer-box {
  background: #e9eddf;
  padding: 28px 32px;
  border-left: 3px solid #7e8b54;
  margin-bottom: 25px;
}
.answer-box p {
  margin-top: 13px;
  font-size: 16px;
}
.table-wrap {
  max-width: 100%;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  margin: 24px 0 34px;
  border: 1px solid var(--line);
}
table {
  border-collapse: collapse;
  width: 100%;
  min-width: 500px;
  font-size: 13px;
  line-height: 1.6;
  text-align: left;
}
caption {
  caption-side: bottom;
  text-align: left;
  font-size: 10px;
  padding: 14px 18px;
  background: #eef0e8;
  color: var(--muted);
}
th,td {
  padding: 15px 18px;
  vertical-align: top;
  border-bottom: 1px solid var(--line);
}
th {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: .08em;
  background: #e6ebdd;
  font-weight: 650;
}
tr:last-child td {
  border-bottom: none;
}
td a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.provider {
  display: grid;
  grid-template-columns: 53px minmax(0,1fr);
  gap: 22px;
  padding: 35px 0;
  border-top: 1px solid var(--line);
}
.provider-number {
  font: 45px/1 var(--serif);
  color: #6a7d48;
}
.provider h2 {
  font-size: 40px;
  margin: 7px 0 10px;
}
.provider p {
  margin: 0 0 16px;
}
.provider .provider-location {
  color: #66725e;
  font-size: 12px;
  margin: 0 0 22px;
}
.provider>div>a {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  margin-top: 6px;
  text-decoration: underline;
  text-underline-offset: 5px;
}
.source-box {
  background: #edf0e6;
  padding: 25px 30px;
  margin-top: 36px;
}
.source-box h2 {
  font-size: 28px;
  margin: 0 0 16px;
}
.source-box ul {
  margin-bottom: 0;
}
.source-box li {
  font-size: 12px;
  line-height: 1.7;
  overflow-wrap: anywhere;
}
.notice {
  padding: 23px 28px;
  background: #efe4cf;
  border-left: 3px solid #a77831;
  font-size: 15px;
  margin-bottom: 28px;
}
.notice strong {
  display: block;
}
.article-body details {
  border-block-start: 1px solid var(--line);
  padding: 18px 0;
}
.article-body summary {
  cursor: pointer;
  font-weight: 600;
  list-style: disclosure-closed;
  padding-right: 12px;
  font-size: 14px;
}
.article-body details[open] summary {
  list-style: disclosure-open;
}
.article-body details p {
  font-size: 14px;
  margin-top: 15px;
}
.article-end {
  border-top: 1px solid var(--line);
  margin-top: 45px;
  padding-top: 25px;
  font-size: 12px;
  color: var(--muted);
}
.article-end p {
  margin: 12px 0;
}
.article-end a {
  font-size: 11px;
  text-decoration: underline;
}
.related-section {
  padding-block: 75px;
}
.related-grid {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  border: 1px solid var(--line);
  margin-top: 30px;
}
.related-grid .journal-card+.journal-card {
  border-left: 1px solid var(--line);
}
.related-grid h3 {
  font-size: 28px;
}
.generic-article {
  max-width: 790px;
  min-height: 50vh;
  margin: 60px auto;
}
.generic-article h1 {
  font: 60px/1.1 var(--serif);
  margin-bottom: 30px;
}
.search-form {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 30px 0;
}
.search-field {
  background: white;
  border: 1px solid var(--line);
  padding: 12px;
  max-width: 100%;
}
.search-submit {
  background: var(--green);
  color: white;
  padding: 12px 22px;
  border: 0;
}
.archive-list {
  display: grid;
  gap: 20px;
}
.archive-list article {
  padding: 25px;
  border-top: 1px solid var(--line);
}
.archive-list h2 {
  font: 32px/1.2 var(--serif);
}
@media (min-width:1500px) {
  .hero h1 {
    font-size: 100px;
  }
  .hero {
    gap: 65px;
  }
}
@media (max-width:1100px) {
  .wrap {
    width: calc(100% - 64px);
  }
  .desktop-nav {
    gap: 18px;
    font-size: 11px;
  }
  .nav-about {
    display: none !important;
  }
  .hero {
    gap: 34px;
  }
  .hero h1 {
    font-size: 75px;
  }
  .hero-actions {
    gap: 18px;
  }
  .hero-footnote {
    font-size: 7px;
  }
  .hero-footnote a {
    font-size: 9px;
  }
  .intro-strip .wrap {
    gap: 18px;
  }
  .intro-strip a {
    font-size: 10px;
    gap: 8px;
  }
  .intro-strip p {
    font-size: 22px;
  }
  .model-section {
    gap: 55px;
  }
  .article-layout {
    gap: 40px;
    grid-template-columns: 195px minmax(0,1fr);
  }
  .journal-card {
    padding: 25px 23px;
  }
  .destination-card {
    padding: 28px 24px;
  }
  .destination-card h3 {
    font-size: 38px;
  }
}
@media (max-width:800px) {
  .wrap {
    width: calc(100% - 40px);
  }
  .header-inner {
    min-height: 87px;
  }
  .wordmark {
    font-size: 22px;
  }
  .brand-symbol {
    width: 48px;
    height: 48px;
    font-size: 35px;
  }
  .desktop-nav {
    display: none;
  }
  .mobile-nav {
    display: block;
    position: relative;
    font-size: 12px;
  }
  .mobile-nav summary {
    cursor: pointer;
    list-style: none;
    display: flex;
    gap: 18px;
    align-items: center;
    padding: 12px 0;
  }
  .mobile-nav summary::-webkit-details-marker {
    display: none;
  }
  .mobile-nav summary span {
    font-size: 22px;
  }
  .mobile-nav nav {
    position: absolute;
    right: 0;
    top: 50px;
    z-index: 40;
    width: 240px;
    background: var(--paper);
    border: 1px solid var(--line);
    box-shadow: 0 15px 35px #18392c18;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 17px;
  }
  .hero {
    grid-template-columns: 1fr;
    gap: 28px;
    padding-block: 36px;
  }
  .hero-copy {
    padding-top: 0;
  }
  .hero h1 {
    font-size: 83px;
    margin: 25px 0 24px;
  }
  .hero-intro {
    font-size: 15px;
  }
  .hero-actions {
    margin-top: 26px;
  }
  .hero-footnote {
    margin-top: 0;
    padding-top: 31px;
    font-size: 8px;
  }
  .hero-visual {
    min-height: 360px;
  }
  .hero-photo {
    object-position: 50% 45%;
  }
  .hero-visual figcaption p {
    font-size: 37px;
  }
  .intro-strip .wrap {
    grid-template-columns: 1fr 1fr;
    gap: 21px;
    padding-block: 25px;
  }
  .intro-strip a {
    font-size: 11px;
  }
  .intro-strip p {
    font-size: 23px;
  }
  .section {
    padding-block: 55px;
  }
  .section-heading {
    gap: 22px;
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 28px;
  }
  .section-heading h2,.model-section h2 {
    font-size: 44px;
  }
  .section-heading>.text-link {
    margin: 0;
  }
  .knowledge-grid {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }
  .journal-card h3 {
    font-size: 29px;
  }
  .comparison-feature {
    padding-block: 52px 32px;
  }
  .comparison-feature h2 {
    font-size: 53px;
  }
  .section-heading>p {
    max-width: 480px;
  }
  .destination-grid {
    gap: 13px;
  }
  .destination-card {
    min-height: 230px;
    padding: 23px 18px;
  }
  .destination-card h3 {
    font-size: 33px;
    margin-top: 42px;
  }
  .destination-card p {
    font-size: 10px;
  }
  .destination-card .eyebrow {
    font-size: 8px;
  }
  .destination-number {
    font-size: 95px;
  }
  .destination-arrow {
    right: 17px;
    top: 18px;
  }
  .feature-bottom {
    font-size: 9px;
    gap: 20px;
  }
  .model-section {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .model-section>div>p {
    max-width: 500px;
  }
  .model-list p {
    max-width: none;
  }
  .practical-section {
    padding-block: 50px;
  }
  .practical-grid {
    gap: 14px;
  }
  .practical-grid .journal-card {
    padding: 22px 18px;
  }
  .practical-grid h3 {
    font-size: 26px;
  }
  .standards-section {
    padding-block: 60px;
  }
  .standards-section h2 {
    font-size: 56px;
  }
  .footer-main {
    gap: 30px;
    grid-template-columns: 1.4fr 1fr 1fr;
  }
  .footer-brand {
    font-size: 27px;
  }
  .article-header {
    padding-block: 30px;
  }
  .article-header h1 {
    font-size: 59px;
  }
  .article-layout {
    grid-template-columns: 1fr;
    gap: 25px;
    padding-top: 28px;
  }
  .article-sidebar {
    position: static;
  }
  .article-sidebar nav {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 9px 15px;
    margin: 14px 0 0;
  }
  .article-sidebar nav a {
    font-size: 10px;
  }
  .sidebar-note {
    display: none;
  }
  .article-body {
    font-size: 15px;
  }
  .article-body h2 {
    font-size: 35px;
  }
  .related-grid h3 {
    font-size: 24px;
  }
  .related-grid .journal-card {
    padding: 23px 18px;
  }
  .article-summary {
    font-size: 16px;
  }
}
@media (max-width:520px) {
  .masthead-note {
    font-size: 8px;
    letter-spacing: .08em;
  }
  .masthead-note a {
    font-size: 9px;
  }
  .wordmark {
    font-size: 20px;
    gap: 11px;
  }
  .wordmark small {
    font-size: 6px;
    letter-spacing: .15em;
  }
  .brand-symbol {
    width: 43px;
    height: 43px;
    font-size: 32px;
  }
  .header-inner {
    gap: 15px;
  }
  .hero .eyebrow {
    font-size: 8px;
    letter-spacing: .12em;
  }
  .hero h1 {
    font-size: 69px;
    letter-spacing: -.045em;
  }
  .hero-intro {
    font-size: 13px;
  }
  .desktop-break {
    display: none;
  }
  .hero-actions {
    gap: 20px;
  }
  .button {
    font-size: 11px;
    padding: 14px 17px;
  }
  .hero-actions>.text-link {
    font-size: 11px;
  }
  .hero-footnote {
    font-size: 7px;
    gap: 10px;
  }
  .hero-footnote a {
    font-size: 8px;
  }
  .hero-visual {
    min-height: 335px;
  }
  .hero-visual figcaption {
    left: 24px;
    bottom: 25px;
  }
  .hero-visual figcaption p {
    font-size: 35px;
  }
  .intro-strip .wrap {
    grid-template-columns: 1fr;
    gap: 0;
    padding-block: 12px;
  }
  .intro-strip p {
    padding: 12px 0;
  }
  .intro-strip a {
    padding: 13px 0;
    border-top: 1px solid #d5dacb;
  }
  .section-heading h2,.model-section h2 {
    font-size: 40px;
  }
  .knowledge-grid {
    grid-template-columns: 1fr;
  }
  .journal-card {
    padding: 25px;
  }
  .journal-card h3 {
    margin: 20px 0 12px;
    font-size: 33px;
  }
  .journal-card p {
    font-size: 13px;
  }
  .card-top .eyebrow {
    font-size: 9px;
  }
  .comparison-feature h2 {
    font-size: 48px;
  }
  .destination-grid {
    grid-template-columns: 1fr;
  }
  .destination-card {
    min-height: 200px;
    padding: 28px;
  }
  .destination-card h3 {
    font-size: 43px;
    margin-top: 33px;
  }
  .destination-card p {
    font-size: 12px;
    max-width: none;
  }
  .destination-card .eyebrow {
    font-size: 9px;
  }
  .destination-number {
    top: -10px;
    right: 60px;
    font-size: 150px;
  }
  .destination-arrow {
    top: 27px;
    right: 27px;
  }
  .feature-bottom {
    flex-direction: column;
    gap: 17px;
    font-size: 10px;
  }
  .model-list h3 {
    font-size: 29px;
  }
  .practical-grid {
    grid-template-columns: 1fr;
  }
  .practical-grid .journal-card {
    padding: 28px;
  }
  .practical-grid h3 {
    font-size: 32px;
  }
  .standards-section h2 {
    font-size: 49px;
  }
  .standards-section p {
    font-size: 13px;
  }
  .footer-main {
    grid-template-columns: 1fr 1fr;
    gap: 35px 20px;
  }
  .footer-main>div {
    grid-column: 1/-1;
  }
  .footer-main nav {
    font-size: 10px;
  }
  .footer-bottom {
    flex-direction: column;
    gap: 14px;
    font-size: 8px;
  }
  .article-header h1 {
    font-size: 47px;
  }
  .article-meta {
    gap: 9px 14px;
    font-size: 9px;
  }
  .article-meta>span+span:before {
    margin-right: 12px;
  }
  .article-summary {
    font-size: 15px;
  }
  .article-body h2 {
    font-size: 33px;
    margin-top: 32px;
  }
  .answer-box {
    padding: 22px;
  }
  .answer-box p {
    font-size: 14px;
  }
  .provider {
    grid-template-columns: 34px minmax(0,1fr);
    gap: 14px;
  }
  .provider-number {
    font-size: 33px;
  }
  .provider h2 {
    font-size: 33px;
  }
  .provider .eyebrow {
    font-size: 8px;
  }
  .provider p {
    font-size: 14px;
  }
  .source-box {
    padding: 22px;
  }
  .notice {
    padding: 20px;
    font-size: 14px;
  }
  .related-grid {
    grid-template-columns: 1fr;
  }
  .related-grid .journal-card+.journal-card {
    border-left: 0;
    border-top: 1px solid var(--line);
  }
  .related-grid h3 {
    font-size: 30px;
  }
  .related-section {
    padding-block: 50px;
  }
  .generic-article h1 {
    font-size: 45px;
  }
}
@media (prefers-reduced-motion:reduce) {
  html {
    scroll-behavior: auto;
  }
  *,*:before,*:after {
    transition: none !important;
    animation: none !important;
  }
  .button:hover {
    transform: none;
  }
}
.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}
.hero h1 {
  font-size: clamp(56px,5.35vw,78px);
  line-height: 1.04;
  letter-spacing: -.055em;
}
.hero h1 em {
  font-size: .76em;
  letter-spacing: -.04em;
}
.destination-number {
  display: none;
}
.article-sidebar nav {
  gap: 6px;
}
.article-sidebar nav a {
  display: flex;
  align-items: center;
  min-height: 32px;
  padding: 5px 0;
}
.masthead-note a,.hero-footnote a,.footer-main nav a,.footer-bottom a,.article-end a,.source-box li a,.sidebar-note a,.source-date a {
  display: inline-block;
  min-height: 24px;
  padding-block: 3px;
}
.article-meta a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.source-date {
  font-size: 12px;
  color: var(--muted);
  margin-top: 12px;
}
.source-date a {
  text-decoration: underline;
}
.article-figure {
  margin: 0 0 30px;
}
.article-figure img {
  width: 100%;
  height: auto;
  aspect-ratio: 1200/630;
  border: 1px solid var(--line);
  background: #e9eddf;
}
.article-figure figcaption {
  font-size: 11px;
  line-height: 1.6;
  color: var(--muted);
  margin-top: 8px;
}
.evidence-panel {
  padding: 25px 28px;
  border: 1px solid var(--line);
  margin: 0 0 30px;
  background: #eef0e6;
}
.evidence-panel dl {
  margin: 16px 0 0;
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 9px 18px;
  font-size: 13px;
  line-height: 1.6;
}
.evidence-panel dt {
  font-weight: 600;
}
.evidence-panel dd {
  margin: 0;
}
.research-intro {
  max-width: 720px;
  color: var(--muted);
  margin-bottom: 28px;
  font-size: 15px;
}
.research-list {
  list-style: none;
  padding-left: 0 !important;
}
.research-list li {
  border-top: 1px solid var(--line);
  padding: 22px 0;
  margin: 0;
}
.research-list li>a {
  font-size: 19px;
  font-weight: 600;
  line-height: 1.5;
}
.research-list p {
  font-size: 14px;
  color: var(--muted);
  margin-top: 8px;
}
.correction-form {
  border: 1px solid var(--line);
  padding: 28px;
  margin: 30px 0;
  background: #eef0e6;
}
.correction-form label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  margin: 20px 0 7px;
}
.correction-form input:not([type=hidden]),.correction-form textarea {
  display: block;
  width: 100%;
  padding: 12px;
  border: 1px solid #778673;
  background: white;
  color: var(--ink);
  font: inherit;
  line-height: 1.5;
  border-radius: 0;
}
.correction-form .form-help {
  font-size: 12px;
  margin: 8px 0 16px;
  line-height: 1.6;
}
.correction-form .button {
  cursor: pointer;
}
.form-trap {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
textarea:focus-visible {
  outline: 3px solid #b67935;
  outline-offset: 3px;
}
@media (max-width:800px) {
  .hero h1 {
    font-size: 72px;
  }
  .article-sidebar nav {
    gap: 8px 12px;
  }
  .article-sidebar nav a {
    min-height: 36px;
    padding: 7px 4px;
    font-size: 12px;
  }
  .mobile-nav nav a {
    padding: 6px 0;
    min-height: 36px;
  }
  .evidence-panel dl {
    grid-template-columns: 1fr;
    gap: 4px;
  }
  .evidence-panel dd {
    margin-bottom: 10px;
  }
}
@media (max-width:520px) {
  .hero h1 {
    font-size: 60px;
  }
  .hero h1 em {
    font-size: .73em;
  }
  .article-header h1 {
    font-size: 42px;
    overflow-wrap: break-word;
  }
  .correction-form {
    padding: 20px;
  }
  .source-box li a {
    font-size: 13px;
  }
  .breadcrumbs a {
    min-height: 30px;
    padding-block: 5px;
  }
  .evidence-panel {
    padding: 20px;
  }
}
@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;
  }
}
