/*! tailwindcss v4.3.0 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: "DM Sans", sans-serif;
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New',
    monospace;
    --spacing: 0.25rem;
    --container-md: 28rem;
    --container-2xl: 42rem;
    --container-3xl: 48rem;
    --container-4xl: 56rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: .875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --text-5xl: 3rem;
    --text-5xl--line-height: 1;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --tracking-tight: -0.025em;
    --tracking-wider: 0.05em;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-primary: #174c37;
    --color-neutral: #10251a;
  }
}
@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;
  }
  .-mx-6 {
    margin-inline: calc(var(--spacing) * -6);
  }
  .mx-2 {
    margin-inline: calc(var(--spacing) * 2);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .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;
    }
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .mt-12 {
    margin-top: calc(var(--spacing) * 12);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }
  .mb-12 {
    margin-bottom: calc(var(--spacing) * 12);
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .inline-flex {
    display: inline-flex;
  }
  .h-auto {
    height: auto;
  }
  .w-full {
    width: 100%;
  }
  .max-w-2xl {
    max-width: var(--container-2xl);
  }
  .max-w-3xl {
    max-width: var(--container-3xl);
  }
  .max-w-4xl {
    max-width: var(--container-4xl);
  }
  .max-w-md {
    max-width: var(--container-md);
  }
  .max-w-none {
    max-width: none;
  }
  .flex-1 {
    flex: 1;
  }
  .items-center {
    align-items: center;
  }
  .justify-between {
    justify-content: space-between;
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }
  .gap-12 {
    gap: calc(var(--spacing) * 12);
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }
  .py-16 {
    padding-block: calc(var(--spacing) * 16);
  }
  .py-24 {
    padding-block: calc(var(--spacing) * 24);
  }
  .pt-16 {
    padding-top: calc(var(--spacing) * 16);
  }
  .pb-8 {
    padding-bottom: calc(var(--spacing) * 8);
  }
  .pb-12 {
    padding-bottom: calc(var(--spacing) * 12);
  }
  .pb-16 {
    padding-bottom: calc(var(--spacing) * 16);
  }
  .text-center {
    text-align: center;
  }
  .text-right {
    text-align: right;
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  .text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .tracking-tight {
    --tw-tracking: var(--tracking-tight);
    letter-spacing: var(--tracking-tight);
  }
  .tracking-wider {
    --tw-tracking: var(--tracking-wider);
    letter-spacing: var(--tracking-wider);
  }
  .text-neutral {
    color: var(--color-neutral);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .not-italic {
    font-style: normal;
  }
  .no-underline {
    text-decoration-line: none;
  }
  .transition-colors {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .last\:border-b-0 {
    &:last-child {
      border-bottom-style: var(--tw-border-style);
      border-bottom-width: 0px;
    }
  }
  .hover\:text-primary {
    &:hover {
      @media (hover: hover) {
        color: var(--color-primary);
      }
    }
  }
  .hover\:underline {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: underline;
      }
    }
  }
  .md\:mx-0 {
    @media (width >= 48rem) {
      margin-inline: calc(var(--spacing) * 0);
    }
  }
  .md\:text-2xl {
    @media (width >= 48rem) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  .md\:text-3xl {
    @media (width >= 48rem) {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
  }
  .md\:text-4xl {
    @media (width >= 48rem) {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }
  .md\:text-5xl {
    @media (width >= 48rem) {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
  }
}
@layer base {
  html {
    scroll-behavior: smooth;
  }
  body.sbp-site {
    margin: 0;
    background: #f5f1e8;
    color: #10251a;
    font: 400 16px/1.55 "DM Sans", sans-serif;
  }
  *, *::before, *::after {
    box-sizing: border-box;
  }
  img {
    display: block;
    max-width: 100%;
  }
  a {
    color: inherit;
    text-decoration: none;
  }
  button, input, select {
    font: inherit;
  }
  ::selection {
    background: #c3a15b;
    color: #10291d;
  }
}
@layer components {
  .skip-link {
    position: fixed;
    left: 20px;
    top: -80px;
    z-index: 200;
    background: #fff;
    padding: 12px 16px;
  }
  .skip-link:focus {
    top: 20px;
  }
  .site-header {
    position: relative;
    z-index: 50;
    min-height: 102px;
    padding: 0 clamp(24px,4vw,72px);
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 34px;
    background: rgba(251,248,241,.98);
    box-shadow: inset 0 -1px rgba(16,37,26,.18);
  }
  .brand-rule {
    position: absolute;
    top: 0;
    left: clamp(24px,4vw,72px);
    right: clamp(24px,4vw,72px);
    height: 3px;
    background: linear-gradient(90deg,#174c37 0 84%,#c3a15b 84% 100%);
  }
  .site-identity {
    display: flex;
    align-items: center;
    gap: 16px;
    min-width: max-content;
  }
  .identity-mark {
    width: 72px;
    height: 72px;
    display: grid;
    place-items: center;
    flex: 0 0 72px;
  }
  .identity-mark img {
    width: 70px;
    height: 70px;
    object-fit: contain;
  }
  .identity-lockup {
    border-left: 1px solid rgba(158,122,53,.65);
    padding-left: 17px;
    display: grid;
    gap: 8px;
  }
  .identity-name strong {
    display: block;
    font: 600 23px/.78 "Newsreader", serif;
    letter-spacing: -.035em;
  }
  .identity-lockup small {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #405148;
    font-size: 7.5px;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
    white-space: nowrap;
  }
  .identity-lockup small i {
    width: 14px;
    height: 1px;
    background: #c3a15b;
  }
  .primary-nav {
    display: flex;
    justify-content: center;
    gap: clamp(14px,2vw,30px);
  }
  .primary-nav a {
    min-height: 44px;
    display: flex;
    align-items: center;
    border-bottom: 3px solid transparent;
    font-size: 11px;
    font-weight: 700;
  }
  .primary-nav a:hover {
    color: #174c37;
    border-color: #174c37;
  }
  .account-link {
    display: flex;
    align-items: center;
    gap: 7px;
    border-bottom: 1px solid;
    padding: 8px 0;
    font-size: 11px;
    font-weight: 700;
  }
  .account-link svg, .nav-toggle svg {
    width: 17px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
  }
  .nav-toggle {
    display: none;
    border: 0;
    background: #10291d;
    color: #fff;
    min-width: 110px;
    min-height: 56px;
    padding: 0 16px;
    align-items: center;
    justify-content: space-between;
  }
  .nav-toggle span {
    text-align: left;
    display: grid;
    line-height: 1;
  }
  .nav-toggle small {
    color: #b8c9be;
    font-size: 6.5px;
    letter-spacing: .14em;
    text-transform: uppercase;
    margin-bottom: 5px;
  }
  .kicker {
    margin: 0 0 18px;
    color: #216847;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .22em;
    text-transform: uppercase;
  }
  .kicker.light {
    color: #d6c18e;
  }
  .home-hero {
    min-height: 720px;
    display: grid;
    grid-template-columns: minmax(470px,.87fr) minmax(610px,1.13fr);
    background: #174c37;
    color: #fff;
    overflow: hidden;
  }
  .hero-copy {
    align-self: center;
    padding: clamp(70px,7vw,112px) clamp(32px,6.8vw,108px);
    position: relative;
    z-index: 2;
  }
  .hero-copy h1 {
    margin: 0;
    font: 500 clamp(68px,7.3vw,112px)/.78 "Newsreader",serif;
    letter-spacing: -.065em;
    text-wrap: balance;
  }
  .hero-copy h1 em {
    font-weight: 400;
    color: #d9e6dd;
  }
  .hero-lede {
    max-width: 620px;
    margin: 34px 0 0;
    font: 400 19px/1.58 "Newsreader",serif;
    color: #edf4ef;
  }
  .hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    align-items: center;
    margin-top: 38px;
  }
  .button-primary, .button-text {
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 12px;
    font-weight: 700;
  }
  .button-primary {
    background: #fff;
    color: #174c37;
    padding: 0 20px;
  }
  .button-primary:hover {
    transform: translateY(-2px);
  }
  .button-text {
    border-bottom: 1px solid rgba(255,255,255,.7);
  }
  .hero-image {
    margin: 0;
    min-height: 720px;
    position: relative;
    overflow: hidden;
    background: #10291d;
  }
  .hero-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg,#174c37 0,rgba(23,76,55,.36) 22%,rgba(16,41,29,.03) 58%,rgba(16,41,29,.34) 100%);
    pointer-events: none;
  }
  .hero-photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 38%;
    filter: saturate(.88) contrast(1.02);
  }
  .hero-image figcaption {
    position: absolute;
    z-index: 2;
    left: 28px;
    bottom: 24px;
    color: #fff;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    text-shadow: 0 1px 5px rgba(0,0,0,.45);
  }
  .hero-year {
    position: absolute;
    z-index: 2;
    right: clamp(18px,3vw,48px);
    bottom: 16px;
    color: rgba(255,255,255,.72);
    font: 500 clamp(66px,7vw,110px)/.8 "Newsreader",serif;
    letter-spacing: -.06em;
  }
  .legacy-strip {
    min-height: 86px;
    padding: 0 clamp(24px,6vw,96px);
    background: #fbf8f1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 22px;
    border-bottom: 1px solid rgba(16,37,26,.16);
  }
  .legacy-strip p {
    margin: 0;
    color: #174c37;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .16em;
    text-transform: uppercase;
  }
  .legacy-strip i {
    width: 28px;
    height: 1px;
    background: #c3a15b;
  }
  .bolivar-section {
    min-height: 720px;
    display: grid;
    grid-template-columns: minmax(360px,.78fr) minmax(560px,1.22fr);
    gap: clamp(58px,8vw,130px);
    align-items: center;
    padding: 90px clamp(30px,8vw,130px);
    background: #10291d;
    color: #fff;
  }
  .bolivar-portrait {
    margin: 0;
  }
  .portrait-frame {
    background: #c3a15b;
    padding: 13px;
    transform: rotate(-1deg);
    box-shadow: 0 20px 55px rgba(0,0,0,.24);
  }
  .portrait-frame img {
    width: 100%;
    aspect-ratio: 3/4;
    object-fit: cover;
    object-position: center top;
    filter: saturate(.82) contrast(1.04);
  }
  .bolivar-portrait figcaption {
    margin-top: 17px;
    color: #bfd2c6;
    font-size: 9px;
    line-height: 1.55;
    letter-spacing: .1em;
    text-transform: uppercase;
  }
  .bolivar-copy blockquote {
    max-width: 850px;
    margin: 0 0 28px;
    font: 400 clamp(43px,4.5vw,70px)/1 "Newsreader",serif;
    letter-spacing: -.045em;
    text-wrap: balance;
  }
  .bolivar-copy cite {
    display: block;
    color: #c8d9ce;
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: .11em;
    text-transform: uppercase;
  }
  .bolivar-copy > p:not(.kicker) {
    max-width: 620px;
    margin: 45px 0 28px;
    padding-top: 24px;
    border-top: 1px solid rgba(255,255,255,.25);
    color: #dbe7df;
    font: 400 17px/1.65 "Newsreader",serif;
  }
  .light-link {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    border-bottom: 1px solid;
    padding-bottom: 7px;
    font-size: 12px;
    font-weight: 700;
  }
  .bicentennial-section {
    min-height: 620px;
    display: grid;
    grid-template-columns: minmax(360px,.74fr) minmax(560px,1.26fr);
    background: #f5f1e8;
    border-bottom: 1px solid rgba(16,37,26,.16);
    overflow: hidden;
  }
  .bicentennial-year {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 70px clamp(30px,6vw,92px);
    color: #174c37;
    border-right: 1px solid rgba(16,37,26,.16);
    font: 500 clamp(92px,11vw,168px)/.67 "Newsreader",serif;
    letter-spacing: -.08em;
  }
  .bicentennial-year span {
    color: #c3a15b;
  }
  .bicentennial-copy {
    align-self: center;
    padding: 78px clamp(36px,7vw,110px);
  }
  .bicentennial-copy h2 {
    max-width: 850px;
    margin: 0;
    font: 500 clamp(54px,6vw,88px)/.9 "Newsreader",serif;
    letter-spacing: -.055em;
    text-wrap: balance;
  }
  .bicentennial-copy > p:not(.kicker) {
    max-width: 720px;
    margin: 32px 0 0;
    font: 400 18px/1.65 "Newsreader",serif;
  }
  .bicentennial-links {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 40px;
  }
  .bicentennial-links a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 44px;
    border-bottom: 1px solid #10251a;
    font-size: 12px;
    font-weight: 700;
  }
  .bicentennial-links a:hover {
    color: #174c37;
  }
  .library-section {
    min-height: 720px;
    display: grid;
    grid-template-columns: minmax(430px,.92fr) minmax(560px,1.08fr);
    background: #e4ebe4;
  }
  .library-visual {
    min-height: 720px;
    margin: 0;
    position: relative;
    overflow: hidden;
    background: #174c37;
  }
  .library-visual::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg,rgba(23,76,55,.08),rgba(23,76,55,.58));
  }
  .library-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right center;
    filter: saturate(.76) contrast(.98);
  }
  .library-visual figcaption {
    position: absolute;
    z-index: 2;
    left: 28px;
    bottom: 23px;
    color: rgba(255,255,255,.86);
    font-size: 9px;
    letter-spacing: .09em;
    text-transform: uppercase;
  }
  .library-copy {
    align-self: center;
    padding: clamp(72px,8vw,120px) clamp(36px,7vw,110px);
  }
  .library-copy h2 {
    max-width: 720px;
    margin: 0;
    font: 500 clamp(54px,5.7vw,86px)/.92 "Newsreader",serif;
    letter-spacing: -.055em;
    text-wrap: balance;
  }
  .library-copy > p:not(.kicker) {
    max-width: 650px;
    margin: 32px 0 38px;
    font: 400 18px/1.65 "Newsreader",serif;
  }
  .catalog-search {
    max-width: 700px;
  }
  .catalog-search label {
    display: block;
    margin-bottom: 8px;
    font-size: 11px;
    font-weight: 700;
  }
  .catalog-search > div {
    display: grid;
    grid-template-columns: 110px 1fr auto;
    min-height: 62px;
    background: #fff;
    border: 1px solid #10251a;
    box-shadow: 7px 7px 0 #c3a15b;
  }
  .catalog-search select, .catalog-search input, .catalog-search button {
    border: 0;
    background: transparent;
  }
  .catalog-search select {
    border-right: 1px solid rgba(16,37,26,.18);
    padding: 0 14px;
  }
  .catalog-search input {
    min-width: 0;
    padding: 0 18px;
    font-size: 16px;
  }
  .catalog-search button {
    background: #174c37;
    color: #fff;
    padding: 0 24px;
    font-weight: 700;
  }
  .library-links {
    display: flex;
    flex-wrap: wrap;
    gap: 28px;
    margin-top: 34px;
  }
  .library-links a {
    min-height: 44px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid;
    font-size: 12px;
    font-weight: 700;
  }
  .routes-section {
    padding: 100px clamp(25px,7vw,115px) 110px;
    background: #f5f1e8;
  }
  .routes-section header {
    display: grid;
    grid-template-columns: 115px minmax(430px,1fr) minmax(280px,.65fr);
    gap: 42px;
    align-items: start;
    padding-bottom: 42px;
    border-bottom: 1px solid #10251a;
  }
  .routes-section header > div {
    min-height: 145px;
    border-right: 1px solid rgba(16,37,26,.18);
    position: relative;
  }
  .routes-section header span {
    color: #174c37;
    font: 500 46px/1 "Newsreader",serif;
  }
  .routes-section header small {
    position: absolute;
    bottom: 0;
    left: 2px;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .2em;
    text-transform: uppercase;
  }
  .routes-section h2 {
    margin: 0;
    font: 500 clamp(48px,5.3vw,76px)/.9 "Newsreader",serif;
    letter-spacing: -.055em;
  }
  .routes-section header > p {
    max-width: 410px;
    margin: 20px 0 0;
    font: 400 17px/1.55 "Newsreader",serif;
  }
  .route-list {
    margin-left: 157px;
  }
  .route-list a {
    min-height: 128px;
    display: grid;
    grid-template-columns: 70px minmax(220px,.8fr) minmax(260px,1fr) auto;
    gap: 30px;
    align-items: center;
    padding: 24px 18px 24px 0;
    border-bottom: 1px solid rgba(16,37,26,.18);
    transition: .22s ease;
  }
  .route-list a > span {
    align-self: stretch;
    padding: 12px 24px 0 0;
    border-right: 1px solid rgba(16,37,26,.18);
    color: #174c37;
    font: 500 35px/1 "Newsreader",serif;
  }
  .route-list h3 {
    margin: 0;
    font: 500 clamp(30px,3vw,45px)/.95 "Newsreader",serif;
    letter-spacing: -.04em;
  }
  .route-list p {
    margin: 0;
    color: #536058;
    font-size: 13px;
    line-height: 1.55;
  }
  .route-list strong {
    min-width: 110px;
    font-size: 11px;
  }
  .route-list a:hover {
    background: #ece7dc;
    padding-left: 15px;
  }
  .route-list a.featured {
    margin: 0 -15px;
    padding-left: 15px;
    background: #174c37;
    color: #fff;
    border-color: #174c37;
  }
  .route-list a.featured > span, .route-list a.featured p {
    color: #dbe7df;
    border-color: rgba(255,255,255,.25);
  }
  .site-footer {
    background: #0b1c13;
    color: #fff;
    padding: 34px clamp(25px,5vw,80px) 24px;
  }
  .footer-grid {
    display: grid;
    grid-template-columns: 1.15fr .8fr 1fr .9fr;
    gap: 34px;
    align-items: center;
    padding-bottom: 25px;
  }
  .footer-identity {
    display: flex;
    align-items: center;
    gap: 14px;
  }
  .footer-identity > span {
    width: 64px;
    height: 64px;
    display: grid;
    place-items: center;
  }
  .footer-identity img {
    width: 62px;
    height: 62px;
    object-fit: contain;
  }
  .footer-identity strong {
    display: block;
    font: 600 20px/.9 "Newsreader",serif;
  }
  .footer-identity small {
    display: block;
    margin-top: 7px;
    color: #9eafa5;
    font-size: 8px;
    letter-spacing: .12em;
    text-transform: uppercase;
  }
  .footer-grid > p {
    color: #aebbb3;
    font-size: 10px;
  }
  .footer-grid nav {
    display: grid;
    gap: 5px;
  }
  .footer-grid nav a {
    min-height: 26px;
    display: flex;
    align-items: center;
    font-size: 10px;
  }
  .footer-meta {
    text-align: right;
  }
  .footer-credit {
    border-top: 1px solid rgba(195,161,91,.28);
    padding-top: 18px;
    color: #829189;
    font-size: 8px;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
  }
  @media (max-width: 1080px) {
    .site-header {
      grid-template-columns: auto auto 1fr;
    }
    .nav-toggle {
      display: flex;
      justify-self: end;
    }
    .primary-nav {
      display: none;
      position: absolute;
      top: 102px;
      left: 0;
      right: 0;
      flex-direction: column;
      gap: 0;
      background: #f5f1e8;
      padding: 20px 30px;
      box-shadow: 0 18px 30px rgba(0,0,0,.12);
    }
    .primary-nav.is-open {
      display: flex;
    }
    .primary-nav a {
      border-bottom: 1px solid rgba(16,37,26,.14);
    }
    .account-link {
      justify-self: end;
    }
    .home-hero {
      grid-template-columns: 1fr;
    }
    .hero-image {
      min-height: 560px;
    }
    .hero-image::after {
      background: linear-gradient(180deg,#174c37 0,rgba(23,76,55,.18) 35%,rgba(16,41,29,.26) 100%);
    }
    .bolivar-section {
      grid-template-columns: minmax(300px,.72fr) 1.28fr;
      gap: 50px;
      padding: 75px clamp(35px,6vw,70px);
    }
    .bicentennial-section {
      grid-template-columns: 1fr;
      min-height: 0;
    }
    .bicentennial-year {
      min-height: 330px;
      border-right: 0;
      border-bottom: 1px solid rgba(16,37,26,.16);
      font-size: clamp(92px,16vw,142px);
    }
    .library-section {
      grid-template-columns: 1fr;
    }
    .library-visual {
      min-height: 520px;
    }
    .routes-section header {
      grid-template-columns: 80px 1fr;
    }
    .routes-section header > p {
      grid-column: 2;
    }
    .route-list {
      margin-left: 122px;
    }
    .route-list a {
      grid-template-columns: 55px 1fr 1.1fr auto;
    }
    .footer-grid {
      grid-template-columns: 1fr 1fr;
    }
    .footer-meta {
      text-align: left;
    }
  }
  @media (max-width: 680px) {
    .site-header {
      min-height: 94px;
      padding: 0 18px;
      grid-template-columns: 1fr auto;
      gap: 10px;
    }
    .brand-rule {
      left: 18px;
      right: 18px;
    }
    .identity-mark {
      width: 54px;
      height: 54px;
      flex-basis: 54px;
    }
    .identity-mark img {
      width: 54px;
      height: 54px;
    }
    .identity-lockup {
      padding-left: 10px;
    }
    .identity-name strong {
      font-size: 17px;
    }
    .identity-lockup small {
      font-size: 6.2px;
      letter-spacing: .09em;
      gap: 5px;
    }
    .account-link {
      display: none;
    }
    .nav-toggle {
      min-width: 86px;
      min-height: 50px;
      padding: 0 12px;
    }
    .nav-toggle small {
      display: none;
    }
    .primary-nav {
      top: 94px;
    }
    .hero-copy {
      padding: 58px 22px 56px;
    }
    .hero-copy h1 {
      font-size: clamp(51px,15vw,67px);
    }
    .hero-lede {
      font-size: 17px;
    }
    .hero-actions {
      flex-direction: column;
      align-items: stretch;
    }
    .button-primary, .button-text {
      width: 100%;
    }
    .hero-image {
      min-height: 420px;
    }
    .hero-year {
      font-size: 64px;
      bottom: 18px;
    }
    .legacy-strip {
      justify-content: flex-start;
      overflow-x: auto;
      padding: 0 22px;
      min-height: 76px;
    }
    .legacy-strip p {
      white-space: nowrap;
    }
    .bolivar-section {
      display: flex;
      flex-direction: column;
      padding: 64px 22px;
      gap: 42px;
    }
    .bolivar-portrait {
      width: min(82vw,350px);
    }
    .bolivar-copy blockquote {
      font-size: 41px;
    }
    .bicentennial-year {
      min-height: 250px;
      padding: 48px 22px;
      font-size: clamp(72px,22vw,104px);
    }
    .bicentennial-copy {
      padding: 58px 22px 66px;
    }
    .bicentennial-copy h2 {
      font-size: 48px;
    }
    .bicentennial-links {
      flex-direction: column;
      align-items: flex-start;
      gap: 10px;
    }
    .library-copy {
      padding: 56px 22px 66px;
    }
    .library-copy h2 {
      font-size: 47px;
    }
    .catalog-search > div {
      grid-template-columns: 1fr;
      box-shadow: 5px 5px 0 #c3a15b;
    }
    .catalog-search select, .catalog-search input, .catalog-search button {
      min-height: 52px;
    }
    .catalog-search select, .catalog-search input {
      border: 0;
      border-bottom: 1px solid rgba(16,37,26,.18);
      padding: 0 14px;
    }
    .library-links {
      flex-direction: column;
      gap: 8px;
    }
    .routes-section {
      padding: 68px 20px;
    }
    .routes-section header {
      display: block;
      padding-bottom: 34px;
    }
    .routes-section header > div {
      min-height: 0;
      border: 0;
      margin-bottom: 25px;
    }
    .routes-section header span {
      font-size: 34px;
    }
    .routes-section header small {
      position: static;
      writing-mode: initial;
      transform: none;
      display: block;
      margin-top: 7px;
    }
    .routes-section h2 {
      font-size: 47px;
    }
    .route-list {
      margin: 0;
    }
    .route-list a {
      grid-template-columns: 42px 1fr;
      gap: 15px;
      padding: 24px 0;
    }
    .route-list a > span {
      grid-row: 1/4;
      padding: 4px 12px 0 0;
      font-size: 27px;
    }
    .route-list p, .route-list strong {
      grid-column: 2;
    }
    .route-list a.featured {
      margin: 0 -20px;
      padding: 28px 20px;
    }
    .footer-grid {
      grid-template-columns: 1fr;
    }
  }
  .inner-page {
    background: #f5f1e8;
  }
  .inner-hero {
    min-height: 690px;
    display: grid;
    grid-template-columns: minmax(470px,.9fr) minmax(560px,1.1fr);
    border-bottom: 1px solid rgba(16,37,26,.16);
  }
  .inner-hero-copy {
    align-self: center;
    padding: clamp(72px,8vw,120px) clamp(32px,7vw,115px);
  }
  .inner-hero h1, .library-hero h1 {
    margin: 0;
    font: 500 clamp(62px,7vw,104px)/.86 "Newsreader",serif;
    letter-spacing: -.06em;
    text-wrap: balance;
  }
  .inner-hero h1 em {
    color: #174c37;
    font-weight: 400;
  }
  .inner-hero-copy > p:last-child, .library-hero > div > p {
    max-width: 610px;
    margin: 30px 0 0;
    font: 400 19px/1.6 "Newsreader",serif;
  }
  .inner-hero-image, .document-hero {
    margin: 0;
    min-height: 690px;
    position: relative;
    overflow: hidden;
    background: #10291d;
  }
  .inner-hero-image img, .document-hero img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .document-hero {
    display: grid;
    place-items: center;
    background: #10291d;
    padding: 65px;
  }
  .document-hero img {
    width: min(72%,470px);
    height: auto;
    box-shadow: 0 28px 60px rgba(0,0,0,.34);
    transform: rotate(1deg);
  }
  .document-hero figcaption, .split-story figcaption, .library-hero figcaption, .board-event figcaption {
    position: absolute;
    left: 24px;
    bottom: 18px;
    z-index: 2;
    color: #fff;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    text-shadow: 0 1px 5px rgba(0,0,0,.55);
  }
  .split-story {
    min-height: 680px;
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    border-bottom: 1px solid rgba(16,37,26,.16);
  }
  .split-story > figure {
    margin: 0;
    min-height: 680px;
    position: relative;
    overflow: hidden;
  }
  .split-story > figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .split-story > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 80px clamp(35px,7vw,110px);
  }
  .split-story h2, .editorial-section h2, .document-cta h2, .protocol-text h2, .sources-section h2, .collection-section h2, .board-section h2, .status-band h2 {
    margin: 0;
    font: 500 clamp(48px,5.6vw,82px)/.92 "Newsreader",serif;
    letter-spacing: -.055em;
    text-wrap: balance;
  }
  .split-story > div > p:not(.kicker), .protocol-text p, .sources-section header > p:last-child {
    max-width: 680px;
    font: 400 18px/1.65 "Newsreader",serif;
  }
  .source-note {
    padding-top: 22px;
    border-top: 1px solid rgba(16,37,26,.18);
    color: #5c655f;
    font: 600 11px/1.65 "DM Sans",sans-serif !important;
  }
  .dark {
    background: #10291d;
    color: #fff;
  }
  .dark.reverse > div {
    order: 1;
  }
  .dark.reverse > figure {
    order: 2;
  }
  .dark blockquote {
    margin: 30px 0 12px;
    font: 400 33px/1.12 "Newsreader",serif;
  }
  .dark cite {
    color: #c8d9ce;
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: .11em;
    text-transform: uppercase;
  }
  .editorial-section, .protocol-text {
    display: grid;
    grid-template-columns: .72fr 1.28fr;
    gap: 80px;
    padding: 100px clamp(25px,7vw,115px);
  }
  .large-copy {
    margin: 0 0 48px;
    font: 400 clamp(27px,3vw,42px)/1.12 "Newsreader",serif !important;
    letter-spacing: -.025em;
  }
  .principles {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    border-top: 1px solid #10251a;
  }
  .principles article {
    padding: 28px 30px 10px 0;
  }
  .principles article + article {
    border-left: 1px solid rgba(16,37,26,.18);
    padding-left: 30px;
  }
  .principles span, .source-list span {
    color: #8a6b31;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
  }
  .principles h3 {
    margin: 12px 0 8px;
    color: #174c37;
    font: 500 31px/1 "Newsreader",serif;
  }
  .principles p {
    margin: 0;
    color: #536058;
    font-size: 13px;
  }
  .document-cta {
    padding: 95px clamp(25px,7vw,115px);
    background: #10291d;
    color: #fff;
  }
  .document-cta h2 {
    max-width: 900px;
  }
  .document-cta-copy {
    max-width: 760px;
    margin: 28px 0 0;
    color: #dbe7df;
    font: 400 17px/1.65 "Newsreader",serif;
  }
  .cta-links {
    display: flex;
    flex-wrap: wrap;
    gap: 28px;
    margin-top: 38px;
  }
  .cta-links a {
    border-bottom: 1px solid;
    padding-bottom: 7px;
    font-size: 12px;
    font-weight: 700;
  }
  .protocols-hero {
    min-height: 730px;
    display: grid;
    grid-template-columns: 1.08fr .92fr;
    background: #10291d;
    color: #fff;
  }
  .protocols-hero > div {
    align-self: center;
    padding: clamp(80px,8vw,125px) clamp(30px,7vw,115px);
  }
  .protocols-hero h1 {
    margin: 0;
    font: 500 clamp(70px,8vw,126px)/.77 "Newsreader",serif;
    letter-spacing: -.065em;
  }
  .protocols-hero h1 em {
    color: #d6c18e;
    font-weight: 400;
  }
  .protocols-hero > div > p:not(.kicker) {
    max-width: 600px;
    margin: 32px 0;
    font: 400 19px/1.6 "Newsreader",serif;
  }
  .protocols-hero figure {
    margin: 0;
    display: grid;
    place-items: center;
    position: relative;
    overflow: hidden;
    background: radial-gradient(circle at center,#24543e,#10291d);
    padding: 70px;
  }
  .protocols-hero figure img {
    width: min(70%,440px);
    height: auto;
    box-shadow: 0 30px 65px rgba(0,0,0,.35);
    transform: rotate(1.5deg);
  }
  .protocols-hero figcaption {
    position: absolute;
    left: 28px;
    bottom: 20px;
    color: #d8e5dd;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
  }
  .fact-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    background: #fbf8f1;
    border-bottom: 1px solid rgba(16,37,26,.17);
  }
  .fact-grid article {
    min-height: 180px;
    padding: 32px;
    border-right: 1px solid rgba(16,37,26,.17);
  }
  .fact-grid span {
    color: #8a6b31;
    font-size: 10px;
    font-weight: 700;
  }
  .fact-grid strong {
    display: block;
    margin: 22px 0 8px;
    color: #174c37;
    font: 500 32px/1 "Newsreader",serif;
  }
  .fact-grid p {
    margin: 0;
    color: #59655e;
    font-size: 12px;
  }
  .protocol-text a {
    display: inline-block;
    margin-top: 24px;
    border-bottom: 1px solid;
    padding-bottom: 6px;
    font-size: 12px;
    font-weight: 700;
  }
  .sources-section {
    padding: 100px clamp(25px,7vw,115px);
    background: #fbf8f1;
  }
  .sources-section header {
    display: grid;
    grid-template-columns: .8fr 1.1fr .9fr;
    gap: 50px;
    align-items: start;
    margin-bottom: 45px;
  }
  .source-list {
    border-top: 1px solid #10251a;
  }
  .source-list a {
    display: grid;
    grid-template-columns: 190px 1fr 260px;
    gap: 35px;
    align-items: center;
    min-height: 128px;
    border-bottom: 1px solid rgba(16,37,26,.18);
    padding: 22px 0;
  }
  .source-list h3 {
    margin: 0;
    font: 500 29px/1.05 "Newsreader",serif;
  }
  .source-list p {
    margin: 0;
    color: #59655e;
    font-size: 12px;
  }
  .status-band {
    display: grid;
    grid-template-columns: .55fr 1fr 1fr;
    gap: 55px;
    padding: 88px clamp(25px,7vw,115px);
    background: #174c37;
    color: #fff;
  }
  .status-band h2 {
    font-size: clamp(42px,4.8vw,70px);
  }
  .status-band > div p {
    margin: 0 0 18px;
    color: #dbe7df;
    font: 400 16px/1.6 "Newsreader",serif;
  }
  .library-hero {
    min-height: 700px;
    display: grid;
    grid-template-columns: .95fr 1.05fr;
    background: #e4ebe4;
  }
  .library-hero figure {
    margin: 0;
    min-height: 700px;
    position: relative;
    overflow: hidden;
  }
  .library-hero figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .library-hero > div {
    align-self: center;
    padding: 75px clamp(35px,7vw,110px);
  }
  .library-hero .catalog-search {
    margin-top: 36px;
  }
  .collection-section {
    padding: 100px clamp(25px,7vw,115px);
  }
  .collection-section header {
    display: grid;
    grid-template-columns: .65fr 1.35fr;
    gap: 50px;
    margin-bottom: 48px;
  }
  .collection-list {
    border-top: 1px solid #10251a;
  }
  .collection-list a {
    display: grid;
    grid-template-columns: 65px 1fr 1fr auto;
    gap: 28px;
    min-height: 112px;
    align-items: center;
    border-bottom: 1px solid rgba(16,37,26,.18);
    padding: 20px 0;
  }
  .collection-list span {
    color: #8a6b31;
    font: 500 28px/1 "Newsreader",serif;
  }
  .collection-list h3 {
    margin: 0;
    color: #174c37;
    font: 500 36px/1 "Newsreader",serif;
  }
  .collection-list p {
    margin: 0;
    color: #59655e;
    font-size: 13px;
  }
  .founding-section {
    display: grid;
    grid-template-columns: minmax(260px,.7fr) minmax(420px,1.05fr) minmax(250px,.55fr);
    gap: clamp(38px,5vw,76px);
    align-items: start;
    padding: 105px clamp(25px,7vw,115px);
    background: #fbf8f1;
    border-bottom: 1px solid rgba(16,37,26,.16);
  }
  .founding-section header h2,	.founders-section h2,	.first-board-section h2 {
    margin: 0;
    font: 500 clamp(48px,5.4vw,80px)/.92 "Newsreader",serif;
    letter-spacing: -.055em;
    text-wrap: balance;
  }
  .founding-copy > p:not(.large-copy) {
    max-width: 690px;
    font: 400 17px/1.68 "Newsreader",serif;
  }
  .founding-portrait {
    margin: 0;
    align-self: start;
    background: #10291d;
    color: #fff;
    padding: 12px;
    box-shadow: 0 22px 50px rgba(16,37,26,.14);
  }
  .founding-portrait img {
    width: 100%;
    height: auto;
    aspect-ratio: 363/408;
    object-fit: cover;
    filter: grayscale(.08) contrast(1.03);
  }
  .founding-portrait figcaption {
    padding: 18px 8px 6px;
  }
  .founding-portrait figcaption strong {
    display: block;
    font: 500 25px/1 "Newsreader",serif;
  }
  .founding-portrait figcaption span {
    display: block;
    margin-top: 8px;
    color: #c7d6cd;
    font-size: 9px;
    line-height: 1.55;
    letter-spacing: .08em;
    text-transform: uppercase;
  }
  .founders-section {
    display: grid;
    grid-template-columns: minmax(340px,.8fr) minmax(520px,1.2fr);
    gap: clamp(55px,8vw,120px);
    padding: 100px clamp(25px,7vw,115px);
    background: #e4ebe4;
    border-bottom: 1px solid rgba(16,37,26,.16);
  }
  .founders-intro > p:not(.kicker):not(.source-note) {
    max-width: 610px;
    margin: 30px 0 0;
    font: 400 18px/1.65 "Newsreader",serif;
  }
  .founder-roster > p {
    margin: 7px 0 26px;
    color: #536058;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
  }
  .founder-roster ul {
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    border-top: 1px solid #10251a;
    list-style: none;
  }
  .founder-roster li {
    min-height: 54px;
    display: flex;
    align-items: center;
    padding: 10px 16px 10px 0;
    border-bottom: 1px solid rgba(16,37,26,.17);
    font: 500 20px/1.15 "Newsreader",serif;
  }
  .founder-roster li:nth-child(even) {
    padding-left: 22px;
    border-left: 1px solid rgba(16,37,26,.17);
  }
  .first-board-section {
    padding: 100px clamp(25px,7vw,115px) 110px;
    background: #10291d;
    color: #fff;
  }
  .first-board-section > header {
    display: grid;
    grid-template-columns: .72fr 1.08fr .7fr;
    gap: 50px;
    align-items: start;
    margin-bottom: 58px;
  }
  .first-board-section > header > p:last-child {
    margin: 10px 0 0;
    color: #c9d8cf;
    font: 400 16px/1.65 "Newsreader",serif;
  }
  .first-board-grid {
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    border-top: 1px solid rgba(255,255,255,.22);
    border-left: 1px solid rgba(255,255,255,.22);
  }
  .first-board-grid article {
    min-height: 166px;
    padding: 26px 28px;
    border-right: 1px solid rgba(255,255,255,.22);
    border-bottom: 1px solid rgba(255,255,255,.22);
  }
  .first-board-grid article > span,	.first-board-portrait-card > div > span {
    color: #d6c18e;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .15em;
    text-transform: uppercase;
  }
  .first-board-grid h3 {
    margin: 12px 0 0;
    font: 500 29px/1.04 "Newsreader",serif;
    letter-spacing: -.025em;
  }
  .first-board-president {
    background: #174c37;
  }
  .first-board-president h3 {
    font-size: 36px;
  }
  .first-board-portrait-card {
    grid-column: span 2;
    padding: 0 !important;
    display: grid;
    grid-template-columns: minmax(170px,.7fr) 1.3fr;
    background: #f5f1e8;
    color: #10251a;
  }
  .first-board-portrait-card figure {
    margin: 0;
    min-height: 290px;
    overflow: hidden;
    background: #d9ded8;
  }
  .first-board-portrait-card figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 18%;
    filter: grayscale(.08) contrast(1.04);
  }
  .first-board-portrait-card > div {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 30px;
  }
  .first-board-portrait-card > div > span {
    color: #174c37;
  }
  .first-board-portrait-card h3 {
    font-size: 38px;
  }
  .first-board-portrait-card small {
    margin-top: 18px;
    color: #6b756f;
    font-size: 8px;
    font-weight: 700;
    letter-spacing: .11em;
    text-transform: uppercase;
  }
  .first-board-vocals {
    grid-column: 1 / -1;
    min-height: 140px !important;
  }
  .first-board-vocals h3 {
    max-width: 1100px;
    font-size: 26px;
    line-height: 1.22;
  }
  .society-history {
    padding: 0 clamp(25px,7vw,115px);
    background: #fbf8f1;
  }
  .history-chapter {
    display: grid;
    grid-template-columns: 110px minmax(460px,1.18fr) minmax(260px,.55fr);
    gap: clamp(34px,5vw,72px);
    align-items: start;
    padding: 100px 0;
    border-bottom: 1px solid rgba(16,37,26,.18);
  }
  .chapter-marker {
    min-height: 150px;
    border-right: 1px solid rgba(16,37,26,.18);
    position: relative;
  }
  .chapter-marker > span {
    color: #174c37;
    font: 500 46px/1 "Newsreader",serif;
  }
  .chapter-marker > p {
    position: absolute;
    left: 3px;
    bottom: 0;
    margin: 0;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    color: #59655e;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .19em;
    text-transform: uppercase;
  }
  .chapter-copy h2,	.historical-board h2,	.institutional-continuity h2 {
    margin: 0;
    font: 500 clamp(50px,5.5vw,82px)/.91 "Newsreader",serif;
    letter-spacing: -.055em;
    text-wrap: balance;
  }
  .chapter-copy > p:not(.large-copy):not(.source-note) {
    max-width: 700px;
    font: 400 17px/1.7 "Newsreader",serif;
  }
  .chapter-copy .large-copy {
    margin: 32px 0 30px;
  }
  .chapter-portrait {
    margin: 0;
    background: #10291d;
    color: #fff;
    padding: 11px;
    box-shadow: 0 18px 42px rgba(16,37,26,.13);
  }
  .chapter-portrait img {
    width: 100%;
    height: auto;
    aspect-ratio: 363/408;
    object-fit: cover;
    filter: grayscale(.08) contrast(1.03);
  }
  .chapter-portrait figcaption,	.board-archive-portrait figcaption {
    padding: 17px 7px 6px;
  }
  .chapter-portrait figcaption strong,	.board-archive-portrait figcaption strong {
    display: block;
    font: 500 23px/1 "Newsreader",serif;
  }
  .chapter-portrait figcaption span,	.board-archive-portrait figcaption span {
    display: block;
    margin-top: 8px;
    font-size: 8.5px;
    line-height: 1.55;
    letter-spacing: .08em;
    text-transform: uppercase;
  }
  .chapter-portrait figcaption span {
    color: #c7d6cd;
  }
  .founders-chapter {
    grid-template-columns: 110px minmax(400px,.9fr) minmax(480px,1.1fr);
  }
  .founder-names > p {
    margin: 6px 0 24px;
    color: #59655e;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
  }
  .founder-names ul {
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    border-top: 1px solid #10251a;
    list-style: none;
  }
  .founder-names li {
    min-height: 50px;
    display: flex;
    align-items: center;
    padding: 9px 16px 9px 0;
    border-bottom: 1px solid rgba(16,37,26,.15);
    font: 500 18px/1.15 "Newsreader",serif;
  }
  .founder-names li:nth-child(even) {
    padding-left: 20px;
    border-left: 1px solid rgba(16,37,26,.15);
  }
  .historical-board {
    padding: 100px clamp(25px,7vw,115px) 110px;
    background: #10291d;
    color: #fff;
  }
  .historical-board-head {
    display: grid;
    grid-template-columns: 110px minmax(0,1fr);
    gap: clamp(34px,5vw,72px);
    align-items: start;
    margin-bottom: 55px;
  }
  .chapter-marker.light {
    border-color: rgba(255,255,255,.22);
  }
  .chapter-marker.light > span {
    color: #d6c18e;
  }
  .chapter-marker.light > p {
    color: #b9c9bf;
  }
  .historical-board-head > div:last-child {
    display: grid;
    grid-template-columns: minmax(420px,1fr) minmax(280px,.6fr);
    gap: 55px;
    align-items: start;
  }
  .historical-board-head > div:last-child > p {
    margin: 10px 0 0;
    color: #c9d8cf;
    font: 400 16px/1.65 "Newsreader",serif;
  }
  .historical-board-layout {
    display: grid;
    grid-template-columns: minmax(560px,1.25fr) minmax(260px,.5fr);
    gap: clamp(40px,6vw,90px);
    align-items: start;
    margin-left: calc(110px + clamp(34px,5vw,72px));
  }
  .historical-board-list {
    border-top: 1px solid rgba(255,255,255,.25);
  }
  .board-row {
    display: grid;
    grid-template-columns: 220px 1fr;
    gap: 30px;
    align-items: baseline;
    min-height: 74px;
    padding: 18px 0;
    border-bottom: 1px solid rgba(255,255,255,.18);
  }
  .board-row span {
    color: #d6c18e;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
  }
  .board-row strong {
    font: 500 26px/1.05 "Newsreader",serif;
  }
  .board-row.featured strong {
    font-size: 34px;
  }
  .board-row.vocals {
    align-items: start;
  }
  .board-row.vocals strong {
    font-size: 21px;
    line-height: 1.3;
  }
  .board-archive-portrait {
    margin: 0;
    background: #f5f1e8;
    color: #10251a;
    padding: 10px;
  }
  .board-archive-portrait img {
    width: 100%;
    height: auto;
    aspect-ratio: 4/5;
    object-fit: cover;
    object-position: center 18%;
    filter: grayscale(.08) contrast(1.03);
  }
  .board-archive-portrait figcaption span {
    color: #667169;
  }
  .institutional-continuity {
    display: grid;
    grid-template-columns: minmax(480px,1.05fr) minmax(500px,.95fr);
    min-height: 680px;
    background: #e4ebe4;
  }
  .institutional-continuity > figure {
    margin: 0;
    min-height: 680px;
    position: relative;
    overflow: hidden;
  }
  .institutional-continuity > figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .institutional-continuity > figure figcaption {
    position: absolute;
    left: 24px;
    bottom: 18px;
    color: #fff;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    text-shadow: 0 1px 5px rgba(0,0,0,.55);
  }
  .institutional-continuity > div {
    align-self: center;
    padding: 75px clamp(36px,7vw,110px);
  }
  .institutional-continuity > div > p:not(.kicker) {
    max-width: 650px;
    font: 400 18px/1.68 "Newsreader",serif;
  }
  .institutional-continuity > div > p:first-of-type:not(.kicker) {
    margin-top: 30px;
  }
  .continuity-link {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    margin-top: 20px;
    border-bottom: 1px solid;
    font-size: 12px;
    font-weight: 700;
  }
  .document-note {
    margin-top: 34px;
    border-top: 1px solid rgba(16,37,26,.18);
    border-bottom: 1px solid rgba(16,37,26,.18);
    padding: 16px 0;
  }
  .document-note summary {
    cursor: pointer;
    color: #174c37;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
  }
  .document-note p {
    max-width: 700px;
    margin: 14px 0 2px;
    color: #59655e;
    font-size: 12px;
    line-height: 1.65;
  }
  .founder-groups {
    display: grid;
    grid-template-columns: 1fr;
    gap: 34px;
  }
  .founder-group {
    border-top: 1px solid #10251a;
  }
  .founder-label {
    margin: 0;
    padding: 16px 0 13px;
    color: #174c37;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
  }
  .founder-group ul {
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    list-style: none;
  }
  .founder-group li {
    min-height: 48px;
    display: flex;
    align-items: center;
    padding: 8px 16px 8px 0;
    border-bottom: 1px solid rgba(16,37,26,.15);
    font: 500 17px/1.15 "Newsreader",serif;
  }
  .founder-group li:nth-child(even) {
    padding-left: 20px;
    border-left: 1px solid rgba(16,37,26,.15);
  }
  .founder-group.secondary {
    border-top-color: #c3a15b;
  }
  .founder-group.secondary .founder-label {
    color: #8a6b31;
  }
  @media (max-width:680px) {
    .founder-group ul {
      grid-template-columns: 1fr;
    }
    .founder-group li:nth-child(even) {
      padding-left: 0;
      border-left: 0;
    }
  }
  .board-hero {
    min-height: 560px;
    position: relative;
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    padding: 80px clamp(25px,7vw,115px);
    background: linear-gradient(112deg,#f5f1e8 0 74%,#e4e9e2 74%);
    overflow: hidden;
  }
  .board-hero::after {
    content: "";
    position: absolute;
    left: clamp(25px,7vw,115px);
    bottom: 0;
    width: 82px;
    height: 6px;
    background: #c3a15b;
  }
  .board-hero h1 {
    margin: 0;
    font: 500 clamp(78px,9vw,132px)/.78 "Newsreader",serif;
    letter-spacing: -.065em;
  }
  .board-hero > div > p:last-child {
    max-width: 620px;
    margin: 30px 0 0;
    font: 400 18px/1.6 "Newsreader",serif;
  }
  .board-hero > p {
    margin: 0;
    color: rgba(23,76,55,.08);
    font: 500 clamp(82px,10vw,150px)/.78 "Newsreader",serif;
    letter-spacing: -.05em;
    text-align: right;
  }
  .board-section {
    padding: 100px clamp(25px,7vw,115px);
    background: #fbf8f1;
  }
  .board-section > header {
    display: grid;
    grid-template-columns: .6fr 1.4fr;
    gap: 60px;
    margin-bottom: 58px;
  }
  .president-card {
    display: grid;
    grid-template-columns: minmax(330px,.72fr) 1.28fr;
    min-height: 520px;
    background: #10291d;
    color: #fff;
  }
  .president-card figure {
    margin: 0;
    min-height: 520px;
    overflow: hidden;
  }
  .president-card figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 20%;
  }
  .president-card > div {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 44px;
  }
  .president-card span, .board-directory span {
    color: #c8d9ce;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .15em;
    text-transform: uppercase;
  }
  .president-card h3 {
    margin: 10px 0 0;
    font: 500 clamp(46px,5vw,74px)/.93 "Newsreader",serif;
    letter-spacing: -.045em;
  }
  .board-directory {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    margin-top: 24px;
    border-top: 1px solid rgba(16,37,26,.18);
    border-left: 1px solid rgba(16,37,26,.18);
  }
  .board-directory article {
    min-height: 160px;
    padding: 26px;
    border-right: 1px solid rgba(16,37,26,.18);
    border-bottom: 1px solid rgba(16,37,26,.18);
  }
  .board-directory span {
    color: #174c37;
  }
  .board-directory h3 {
    margin: 12px 0 0;
    font: 500 28px/1.02 "Newsreader",serif;
    letter-spacing: -.03em;
  }
  .board-event {
    margin: 60px 0 0;
    min-height: 430px;
    position: relative;
    overflow: hidden;
  }
  .board-event img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  @media (max-width:1080px) {
    .inner-hero, .library-hero {
      grid-template-columns: 1fr;
    }
    .inner-hero-image, .document-hero, .library-hero figure {
      min-height: 500px;
    }
    .split-story {
      grid-template-columns: 1fr;
    }
    .split-story > figure {
      min-height: 500px;
    }
    .dark.reverse > div, .dark.reverse > figure {
      order: initial;
    }
    .editorial-section, .protocol-text {
      grid-template-columns: 1fr;
      gap: 45px;
    }
    .protocols-hero {
      grid-template-columns: 1fr;
    }
    .protocols-hero figure {
      min-height: 520px;
    }
    .sources-section header {
      grid-template-columns: 1fr;
      gap: 18px;
    }
    .source-list a {
      grid-template-columns: 160px 1fr;
    }
    .source-list p {
      grid-column: 2;
    }
    .status-band {
      grid-template-columns: 1fr;
      gap: 25px;
    }
    .founding-section {
      grid-template-columns: .85fr 1.15fr;
    }
    .founding-portrait {
      grid-column: 1 / -1;
      width: min(100%,380px);
      justify-self: end;
    }
    .founders-section {
      grid-template-columns: 1fr;
      gap: 45px;
    }
    .first-board-section > header {
      grid-template-columns: 1fr 1.25fr;
    }
    .first-board-section > header > p:last-child {
      grid-column: 2;
    }
    .first-board-grid {
      grid-template-columns: repeat(2,minmax(0,1fr));
    }
    .first-board-portrait-card {
      grid-column: span 2;
    }
    .board-directory {
      grid-template-columns: repeat(2,1fr);
    }
  }
  @media (max-width:680px) {
    .inner-hero-copy, .library-hero > div {
      padding: 60px 22px;
    }
    .inner-hero h1, .library-hero h1 {
      font-size: clamp(50px,14vw,64px);
    }
    .inner-hero-image, .document-hero, .library-hero figure {
      min-height: 390px;
    }
    .document-hero, .protocols-hero figure {
      padding: 42px;
    }
    .split-story > figure {
      min-height: 390px;
    }
    .split-story > div {
      padding: 60px 22px;
    }
    .split-story h2, .editorial-section h2, .document-cta h2, .protocol-text h2, .sources-section h2, .collection-section h2, .board-section h2 {
      font-size: 48px;
    }
    .editorial-section, .protocol-text, .sources-section, .collection-section, .board-section {
      padding: 70px 22px;
    }
    .principles {
      grid-template-columns: 1fr;
    }
    .principles article + article {
      border-left: 0;
      border-top: 1px solid rgba(16,37,26,.18);
      padding-left: 0;
    }
    .document-cta {
      padding: 70px 22px;
    }
    .protocols-hero > div {
      padding: 65px 22px;
    }
    .protocols-hero h1 {
      font-size: clamp(56px,15vw,72px);
    }
    .fact-grid {
      grid-template-columns: 1fr 1fr;
    }
    .fact-grid article {
      min-height: 145px;
      padding: 24px 22px;
    }
    .source-list a {
      grid-template-columns: 1fr;
      gap: 10px;
      padding: 24px 0;
    }
    .source-list p {
      grid-column: auto;
    }
    .status-band {
      padding: 70px 22px;
    }
    .collection-section header, .board-section > header {
      display: block;
    }
    .collection-list a {
      grid-template-columns: 42px 1fr auto;
      gap: 14px;
    }
    .collection-list p {
      grid-column: 2/4;
    }
    .collection-list h3 {
      font-size: 31px;
    }
    .board-hero {
      display: block;
      min-height: auto;
      padding: 65px 22px 75px;
      background: #f5f1e8;
    }
    .board-hero h1 {
      font-size: 68px;
    }
    .board-hero > p {
      display: none;
    }
    .president-card {
      grid-template-columns: 1fr;
    }
    .president-card figure {
      min-height: 390px;
    }
    .president-card > div {
      padding: 30px 24px 34px;
    }
    .board-directory {
      grid-template-columns: 1fr;
    }
    .board-directory article {
      min-height: 130px;
    }
    .founding-section, .founders-section, .first-board-section {
      padding: 70px 22px;
    }
    .founding-section {
      display: block;
    }
    .founding-copy {
      margin-top: 34px;
    }
    .founding-portrait {
      width: min(78vw,320px);
      margin: 42px 0 0;
      justify-self: auto;
    }
    .founding-section header h2, .founders-section h2, .first-board-section h2 {
      font-size: 48px;
    }
    .founder-roster ul {
      grid-template-columns: 1fr;
    }
    .founder-roster li:nth-child(even) {
      padding-left: 0;
      border-left: 0;
    }
    .first-board-section > header {
      display: block;
    }
    .first-board-section > header > p:last-child {
      margin-top: 24px;
    }
    .first-board-grid {
      grid-template-columns: 1fr;
    }
    .first-board-portrait-card {
      grid-column: auto;
      grid-template-columns: 1fr;
    }
    .first-board-portrait-card figure {
      min-height: 360px;
    }
    .first-board-vocals {
      grid-column: auto;
    }
    .board-event {
      min-height: 290px;
      margin-top: 40px;
    }
  }
  @media (max-width:1080px) {
    .history-chapter, .founders-chapter {
      grid-template-columns: 90px 1fr;
    }
    .chapter-portrait, .founder-names {
      grid-column: 2;
    }
    .chapter-portrait {
      width: min(100%,360px);
    }
    .historical-board-head {
      grid-template-columns: 90px 1fr;
    }
    .historical-board-head > div:last-child {
      grid-template-columns: 1fr;
      gap: 20px;
    }
    .historical-board-layout {
      grid-template-columns: 1fr minmax(240px,.42fr);
      margin-left: calc(90px + clamp(34px,5vw,72px));
      gap: 45px;
    }
    .board-row {
      grid-template-columns: 190px 1fr;
    }
    .institutional-continuity {
      grid-template-columns: 1fr;
    }
    .institutional-continuity > figure {
      min-height: 520px;
    }
  }
  @media (max-width:680px) {
    .society-history {
      padding: 0 22px;
    }
    .history-chapter, .founders-chapter {
      display: block;
      padding: 68px 0;
    }
    .chapter-marker {
      min-height: 0;
      border-right: 0;
      border-bottom: 1px solid rgba(16,37,26,.18);
      padding-bottom: 18px;
      margin-bottom: 30px;
      display: flex;
      align-items: baseline;
      gap: 14px;
    }
    .chapter-marker > span {
      font-size: 33px;
    }
    .chapter-marker > p {
      position: static;
      writing-mode: initial;
      transform: none;
      font-size: 8px;
    }
    .chapter-copy h2, .historical-board h2, .institutional-continuity h2 {
      font-size: 48px;
    }
    .chapter-copy .large-copy {
      margin-top: 26px;
    }
    .chapter-portrait {
      width: min(78vw,320px);
      margin-top: 38px;
    }
    .founder-names {
      margin-top: 36px;
    }
    .founder-names ul {
      grid-template-columns: 1fr;
    }
    .founder-names li:nth-child(even) {
      padding-left: 0;
      border-left: 0;
    }
    .historical-board {
      padding: 70px 22px;
    }
    .historical-board-head {
      display: block;
      margin-bottom: 36px;
    }
    .historical-board-head .chapter-marker {
      border-color: rgba(255,255,255,.22);
    }
    .historical-board-head > div:last-child {
      display: block;
    }
    .historical-board-head > div:last-child > p {
      margin-top: 24px;
    }
    .historical-board-layout {
      display: block;
      margin-left: 0;
    }
    .board-row {
      grid-template-columns: 1fr;
      gap: 7px;
      min-height: 0;
      padding: 17px 0;
    }
    .board-row strong, .board-row.featured strong {
      font-size: 26px;
    }
    .board-row.vocals strong {
      font-size: 20px;
    }
    .board-archive-portrait {
      width: min(78vw,320px);
      margin-top: 42px;
    }
    .institutional-continuity {
      display: block;
      min-height: 0;
    }
    .institutional-continuity > figure {
      min-height: 390px;
    }
    .institutional-continuity > div {
      padding: 60px 22px 70px;
    }
  }
  .society-history {
    padding-top: 34px;
    padding-bottom: 26px;
  }
  .history-chapter {
    position: relative;
    border-top: 3px solid #c3a15b;
    border-bottom: 0;
    padding: 84px 0 96px;
  }
  .origin-chapter {
    grid-template-columns: minmax(0,1.3fr) minmax(280px,.48fr);
  }
  .founders-chapter {
    grid-template-columns: minmax(330px,.7fr) minmax(520px,1.3fr);
    gap: clamp(48px,6vw,92px);
  }
  .history-kicker {
    grid-column: 1 / -1;
    margin: 0 0 -24px;
    color: #8a6b31;
    font-size: 10px;
    letter-spacing: .18em;
  }
  .origin-chapter .chapter-copy h2 {
    max-width: 760px;
  }
  .origin-chapter .chapter-portrait {
    margin-top: 58px;
  }
  .founders-chapter .founder-groups {
    align-self: start;
    padding-top: 6px;
  }
  .founder-group + .founder-group {
    margin-top: 30px;
  }
  .historical-board {
    position: relative;
    padding-top: 112px;
  }
  .historical-board::before {
    content: "";
    position: absolute;
    top: 0;
    left: clamp(25px,7vw,115px);
    width: 120px;
    height: 6px;
    background: #c3a15b;
  }
  .historical-board-head {
    display: block;
    margin-bottom: 62px;
  }
  .historical-board-head > .history-kicker {
    margin: 0 0 24px;
    color: #d6c18e;
  }
  .historical-board-head > div:last-child {
    grid-template-columns: minmax(420px,1fr) minmax(280px,.6fr);
    max-width: 1050px;
  }
  .historical-board-layout {
    margin-left: 0;
  }
  @media (max-width:1080px) {
    .origin-chapter,	.founders-chapter {
      grid-template-columns: 1fr;
    }
    .history-kicker,	.chapter-portrait,	.founder-groups {
      grid-column: 1;
    }
    .history-kicker {
      margin-bottom: -6px;
    }
    .origin-chapter .chapter-portrait {
      margin-top: 24px;
    }
    .historical-board-layout {
      margin-left: 0;
    }
  }
  @media (max-width:680px) {
    .society-history {
      padding-top: 20px;
      padding-bottom: 10px;
    }
    .history-chapter {
      padding: 58px 0 68px;
      border-top-width: 2px;
    }
    .history-kicker {
      margin: 0 0 18px;
    }
    .historical-board {
      padding-top: 82px;
    }
    .historical-board-head > .history-kicker {
      margin-bottom: 20px;
    }
  }
  .museum-page {
    background: #f4efe5;
  }
  .museum-hero {
    min-height: 760px;
    display: grid;
    grid-template-columns: minmax(420px,.88fr) minmax(540px,1.12fr);
    background: #10291d;
    color: #fff;
    overflow: hidden;
  }
  .museum-hero-copy {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(70px,9vw,135px) clamp(38px,7vw,110px);
  }
  .museum-hero-copy::before {
    content: "";
    width: 78px;
    height: 5px;
    margin-bottom: 34px;
    background: #c3a15b;
  }
  .museum-hero h1 {
    max-width: 760px;
    margin: 14px 0 30px;
    font: 500 clamp(66px,7.3vw,112px)/.84 "Newsreader",serif;
    letter-spacing: -.065em;
    text-wrap: balance;
  }
  .museum-hero-copy > p:not(.kicker) {
    max-width: 610px;
    margin: 0;
    color: #d9e5dd;
    font: 400 20px/1.58 "Newsreader",serif;
  }
  .museum-scroll-link {
    align-self: flex-start;
    margin-top: 38px;
    padding-bottom: 7px;
    border-bottom: 1px solid #d6c18e;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
  }
  .museum-hero-image {
    position: relative;
    min-height: 760px;
    margin: 0;
    overflow: hidden;
  }
  .museum-hero-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg,rgba(16,41,29,.18),transparent 26%,rgba(0,0,0,.12));
    pointer-events: none;
  }
  .museum-hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .museum-hero-image figcaption {
    position: absolute;
    z-index: 2;
    right: 30px;
    bottom: 28px;
    max-width: 340px;
    padding: 16px 18px;
    background: rgba(244,239,229,.94);
    color: #10251a;
    font-size: 10px;
    line-height: 1.5;
    letter-spacing: .05em;
  }
  .museum-hero-image figcaption span {
    display: block;
    margin-bottom: 5px;
    color: #8a6b31;
    font-size: 8px;
    font-weight: 700;
    letter-spacing: .16em;
    text-transform: uppercase;
  }
  .museum-intro {
    display: grid;
    grid-template-columns: 180px minmax(0,1fr);
    gap: clamp(42px,7vw,100px);
    padding: 80px clamp(25px,7vw,115px) 94px;
    background: #f4efe5;
    border-bottom: 1px solid rgba(16,37,26,.2);
  }
  .museum-intro-label {
    margin: 6px 0 0;
    color: #8a6b31;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .18em;
    text-transform: uppercase;
  }
  .museum-intro-text {
    max-width: 1050px;
    margin: 0;
    font: 400 clamp(30px,3.6vw,54px)/1.08 "Newsreader",serif;
    letter-spacing: -.03em;
  }
  .museum-room {
    position: relative;
    display: grid;
    grid-template-columns: 150px minmax(420px,1.08fr) minmax(280px,.58fr);
    gap: clamp(40px,5.5vw,86px);
    align-items: start;
    padding: 112px clamp(25px,7vw,115px);
    background: #fbf8f1;
    border-bottom: 1px solid rgba(16,37,26,.18);
  }
  .museum-date {
    position: sticky;
    top: 138px;
    color: #b1914f;
    font: 500 clamp(48px,5vw,76px)/.9 "Newsreader",serif;
    letter-spacing: -.055em;
  }
  .museum-room-copy h2,	.museum-board-intro h2 {
    max-width: 850px;
    margin: 14px 0 32px;
    font: 500 clamp(52px,5.7vw,86px)/.9 "Newsreader",serif;
    letter-spacing: -.055em;
    text-wrap: balance;
  }
  .museum-lede {
    max-width: 760px;
    margin: 0 0 28px;
    font: 400 clamp(26px,2.5vw,38px)/1.18 "Newsreader",serif;
    letter-spacing: -.02em;
  }
  .museum-room-copy > p:not(.kicker):not(.museum-lede) {
    max-width: 700px;
    font: 400 17px/1.72 "Newsreader",serif;
  }
  .museum-note {
    max-width: 680px;
    margin-top: 42px;
    padding: 18px 0 18px 24px;
    border-left: 3px solid #c3a15b;
  }
  .museum-note span {
    display: block;
    margin-bottom: 8px;
    color: #8a6b31;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .16em;
    text-transform: uppercase;
  }
  .museum-note p {
    margin: 0;
    color: #4c5b52;
    font-size: 13px;
    line-height: 1.65;
  }
  .museum-object {
    margin: 0;
    align-self: start;
    background: #f8f4ea;
    border: 1px solid rgba(16,37,26,.18);
    box-shadow: 0 22px 55px rgba(16,37,26,.11);
  }
  .museum-object-image {
    padding: 12px;
    background: #17261e;
  }
  .museum-object-image img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
    filter: grayscale(.05) contrast(1.03);
  }
  .museum-object figcaption {
    padding: 22px 22px 24px;
  }
  .museum-object .object-type {
    display: block;
    margin-bottom: 14px;
    color: #8a6b31;
    font-size: 8px;
    font-weight: 700;
    letter-spacing: .16em;
    text-transform: uppercase;
  }
  .museum-object strong {
    display: block;
    font: 500 28px/1 "Newsreader",serif;
  }
  .museum-object figcaption p {
    margin: 9px 0 14px;
    font: 400 14px/1.5 "Newsreader",serif;
  }
  .museum-object small {
    display: block;
    color: #647068;
    font-size: 8px;
    line-height: 1.5;
    letter-spacing: .08em;
    text-transform: uppercase;
  }
  .room-1929 {
    grid-template-columns: 150px minmax(380px,.8fr) minmax(520px,1.2fr);
    background: #e8e1d4;
  }
  .document-label {
    margin-top: 48px;
    padding: 30px;
    background: #fbfaf6;
    border: 1px solid rgba(16,37,26,.18);
    box-shadow: 0 18px 38px rgba(50,43,30,.08);
  }
  .document-label-type {
    margin: 0 0 10px;
    color: #8a6b31;
    font-size: 8px;
    font-weight: 700;
    letter-spacing: .18em;
    text-transform: uppercase;
  }
  .document-label h3 {
    margin: 0 0 24px;
    font: 500 34px/1 "Newsreader",serif;
  }
  .document-label dl {
    margin: 0;
    border-top: 1px solid rgba(16,37,26,.18);
  }
  .document-label dl > div {
    display: grid;
    grid-template-columns: 135px 1fr;
    gap: 22px;
    padding: 13px 0;
    border-bottom: 1px solid rgba(16,37,26,.14);
  }
  .document-label dt {
    color: #6e746f;
    font-size: 8px;
    font-weight: 700;
    letter-spacing: .11em;
    text-transform: uppercase;
  }
  .document-label dd {
    margin: 0;
    font: 400 13px/1.5 "Newsreader",serif;
  }
  .document-label-note {
    margin: 22px 0 0 !important;
    color: #566158;
    font: 400 12px/1.65 "DM Sans",sans-serif !important;
  }
  .founders-installation {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    align-self: start;
  }
  .founders-installation > header {
    grid-column: 1 / -1;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(16,37,26,.25);
  }
  .founders-installation > header h3 {
    max-width: 760px;
    margin: 10px 0 16px;
    font: 500 clamp(38px,4vw,60px)/.95 "Newsreader",serif;
    letter-spacing: -.045em;
  }
  .founders-installation > header > p:last-child {
    max-width: 720px;
    margin: 0;
    color: #566158;
    font: 400 14px/1.6 "Newsreader",serif;
  }
  .founder-wall {
    padding-top: 6px;
  }
  .founder-wall-head {
    display: flex;
    align-items: flex-end;
    gap: 16px;
    min-height: 86px;
    padding-bottom: 16px;
    border-bottom: 3px solid #174c37;
  }
  .founder-wall.secondary .founder-wall-head {
    border-color: #b1914f;
  }
  .founder-wall-head span {
    color: #174c37;
    font: 500 56px/.8 "Newsreader",serif;
    letter-spacing: -.05em;
  }
  .founder-wall.secondary .founder-wall-head span {
    color: #8a6b31;
  }
  .founder-wall-head p {
    margin: 0 0 2px;
    color: #566158;
    font-size: 8px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
  }
  .founder-wall ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .founder-wall li {
    padding: 10px 0;
    border-bottom: 1px solid rgba(16,37,26,.15);
    font: 500 15px/1.15 "Newsreader",serif;
  }
  .museum-board-room {
    padding: 112px clamp(25px,7vw,115px) 86px;
    background: #10291d;
    color: #fff;
  }
  .museum-board-room::before {
    content: "";
    display: block;
    width: 100px;
    height: 5px;
    margin-bottom: 52px;
    background: #c3a15b;
  }
  .museum-board-intro {
    display: grid;
    grid-template-columns: minmax(520px,1.1fr) minmax(300px,.55fr);
    gap: clamp(45px,7vw,100px);
    align-items: end;
    margin-bottom: 70px;
  }
  .museum-board-intro h2 {
    margin-bottom: 0;
  }
  .museum-board-intro > p {
    max-width: 520px;
    margin: 0 0 7px;
    color: #c9d8cf;
    font: 400 16px/1.68 "Newsreader",serif;
  }
  .museum-board-layout {
    display: grid;
    grid-template-columns: minmax(580px,1.25fr) minmax(270px,.45fr);
    gap: clamp(46px,6vw,92px);
    align-items: start;
  }
  .museum-board-room .historical-board-list {
    border-top: 1px solid rgba(255,255,255,.26);
  }
  .museum-board-room .board-object {
    background: #f4efe5;
    color: #10251a;
    box-shadow: none;
  }
  .museum-board-room .board-object .museum-object-image {
    background: #0c1b13;
  }
  .museum-room-exit {
    display: grid;
    grid-template-columns: minmax(0,1fr) auto;
    gap: 45px;
    align-items: end;
    margin-top: 78px;
    padding-top: 32px;
    border-top: 1px solid rgba(255,255,255,.2);
  }
  .museum-room-exit p {
    max-width: 760px;
    margin: 0;
    color: #c9d8cf;
    font: 400 20px/1.45 "Newsreader",serif;
  }
  .museum-room-exit a {
    padding-bottom: 7px;
    border-bottom: 1px solid #d6c18e;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    white-space: nowrap;
  }
  @media (max-width:1080px) {
    .museum-hero {
      grid-template-columns: 1fr;
    }
    .museum-hero-image {
      min-height: 560px;
    }
    .museum-intro {
      grid-template-columns: 1fr;
      gap: 24px;
    }
    .museum-room,	.room-1929 {
      grid-template-columns: 110px 1fr;
    }
    .museum-object,	.founders-installation {
      grid-column: 2;
    }
    .museum-object {
      width: min(100%,410px);
    }
    .museum-date {
      top: 115px;
    }
    .museum-board-intro,	.museum-board-layout {
      grid-template-columns: 1fr;
    }
    .museum-board-room .board-object {
      width: min(100%,380px);
    }
  }
  @media (max-width:680px) {
    .museum-hero {
      min-height: 0;
    }
    .museum-hero-copy {
      padding: 62px 22px 70px;
    }
    .museum-hero h1 {
      font-size: clamp(58px,16vw,78px);
    }
    .museum-hero-image {
      min-height: 430px;
    }
    .museum-hero-image figcaption {
      left: 18px;
      right: 18px;
      bottom: 18px;
    }
    .museum-intro {
      padding: 58px 22px 64px;
    }
    .museum-intro-text {
      font-size: 34px;
    }
    .museum-room,	.room-1929 {
      display: block;
      padding: 64px 22px 72px;
    }
    .museum-date {
      position: static;
      margin-bottom: 42px;
      font-size: 58px;
    }
    .museum-room-copy h2,	.museum-board-intro h2 {
      font-size: 50px;
    }
    .museum-object {
      width: min(86vw,360px);
      margin-top: 44px;
    }
    .founders-installation {
      display: block;
      margin-top: 62px;
    }
    .founder-wall {
      margin-top: 38px;
    }
    .document-label dl > div {
      grid-template-columns: 1fr;
      gap: 5px;
    }
    .museum-board-room {
      padding: 76px 22px 64px;
    }
    .museum-board-intro {
      display: block;
      margin-bottom: 48px;
    }
    .museum-board-intro > p {
      margin-top: 30px;
    }
    .museum-board-layout {
      display: block;
    }
    .museum-board-room .board-object {
      margin-top: 48px;
    }
    .museum-room-exit {
      display: block;
      margin-top: 58px;
    }
    .museum-room-exit a {
      display: inline-block;
      margin-top: 30px;
    }
  }
  .congress-museum-page {
    background: #f4efe5;
  }
  .congress-museum-hero {
    min-height: 780px;
    display: grid;
    grid-template-columns: minmax(470px,.95fr) minmax(470px,1.05fr);
    background: #e7dfd0;
    border-bottom: 1px solid rgba(16,37,26,.2);
    overflow: hidden;
  }
  .congress-museum-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(78px,9vw,138px) clamp(38px,7vw,112px);
  }
  .congress-museum-copy::before {
    content: "";
    width: 78px;
    height: 5px;
    margin-bottom: 34px;
    background: #174c37;
  }
  .congress-museum-copy h1 {
    max-width: 760px;
    margin: 14px 0 30px;
    color: #10251a;
    font: 500 clamp(68px,7.4vw,116px)/.83 "Newsreader",serif;
    letter-spacing: -.067em;
    text-wrap: balance;
  }
  .congress-museum-copy > p:not(.kicker) {
    max-width: 610px;
    margin: 0;
    color: #425148;
    font: 400 20px/1.58 "Newsreader",serif;
  }
  .congress-museum-page .congress-museum-copy .museum-scroll-link {
    color: #10251a;
    border-color: #8a6b31;
  }
  .congress-document-object {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0;
    padding: 70px clamp(40px,6vw,90px);
    background: #10291d;
  }
  .congress-document-frame {
    max-width: 560px;
    margin: auto;
    padding: 16px;
    background: #efe8d9;
    box-shadow: 0 28px 70px rgba(0,0,0,.34);
    transform: rotate(1.2deg);
  }
  .congress-document-frame img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 610px;
    object-fit: contain;
    background: #fff;
  }
  .congress-document-object figcaption {
    width: min(560px,100%);
    margin: 26px auto 0;
    color: #d5e1da;
  }
  .congress-document-object figcaption span {
    display: block;
    margin-bottom: 7px;
    color: #d6c18e;
    font-size: 8px;
    font-weight: 700;
    letter-spacing: .17em;
    text-transform: uppercase;
  }
  .congress-document-object figcaption p {
    margin: 0;
    font: 400 13px/1.55 "Newsreader",serif;
  }
  .congress-threshold {
    display: grid;
    grid-template-columns: 180px minmax(0,1fr);
    gap: clamp(42px,7vw,110px);
    padding: 104px clamp(25px,7vw,115px) 112px;
    background: #fbf8f1;
  }
  .congress-year {
    color: #b1914f;
    font: 500 clamp(54px,6vw,88px)/.88 "Newsreader",serif;
    letter-spacing: -.06em;
  }
  .congress-threshold h2,	.delegations-room h2,	.congress-memory-room h2,	.protocols-bridge h2 {
    max-width: 920px;
    margin: 14px 0 30px;
    font: 500 clamp(54px,5.9vw,88px)/.9 "Newsreader",serif;
    letter-spacing: -.055em;
    text-wrap: balance;
  }
  .congress-threshold-lede {
    max-width: 850px;
    margin: 0 0 28px;
    font: 400 clamp(28px,3vw,44px)/1.15 "Newsreader",serif;
    letter-spacing: -.025em;
  }
  .congress-threshold > div:last-child > p:last-child {
    max-width: 720px;
    font: 400 17px/1.7 "Newsreader",serif;
  }
  .delegations-room {
    padding: 105px clamp(25px,7vw,115px) 115px;
    background: #ded5c5;
    border-top: 1px solid rgba(16,37,26,.18);
    border-bottom: 1px solid rgba(16,37,26,.2);
  }
  .delegations-room > header {
    display: grid;
    grid-template-columns: .65fr 1.2fr .75fr;
    gap: 45px;
    align-items: start;
    margin-bottom: 60px;
  }
  .delegations-room > header h2 {
    margin-top: 0;
  }
  .delegations-room > header > p:last-child {
    margin: 7px 0 0;
    color: #526057;
    font: 400 15px/1.65 "Newsreader",serif;
  }
  .delegation-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    border-top: 1px solid #10251a;
    border-bottom: 1px solid #10251a;
  }
  .delegation-grid article {
    min-height: 230px;
    padding: 28px 26px 32px 0;
  }
  .delegation-grid article + article {
    border-left: 1px solid rgba(16,37,26,.2);
    padding-left: 26px;
  }
  .delegation-grid span {
    color: #8a6b31;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .15em;
  }
  .delegation-grid h3 {
    margin: 32px 0 14px;
    color: #174c37;
    font: 500 31px/1 "Newsreader",serif;
  }
  .delegation-grid p {
    margin: 0;
    color: #566158;
    font-size: 13px;
    line-height: 1.6;
  }
  .congress-ideas-room {
    display: grid;
    grid-template-columns: 250px minmax(0,1fr);
    gap: clamp(45px,7vw,100px);
    padding: 110px clamp(25px,7vw,115px);
    background: #10291d;
    color: #fff;
  }
  .ideas-room-label {
    position: relative;
  }
  .ideas-room-label > span {
    display: block;
    margin-top: 42px;
    color: rgba(214,193,142,.18);
    font: 500 74px/.9 "Newsreader",serif;
    letter-spacing: -.05em;
    transform: rotate(-90deg) translateX(-20px);
    transform-origin: left top;
  }
  .ideas-room-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    border-top: 1px solid rgba(255,255,255,.3);
  }
  .ideas-room-grid article {
    min-height: 245px;
    padding: 36px 32px 30px 0;
  }
  .ideas-room-grid article + article {
    padding-left: 32px;
    border-left: 1px solid rgba(255,255,255,.18);
  }
  .ideas-room-grid h3 {
    margin: 0 0 20px;
    color: #fff;
    font: 500 clamp(36px,3.5vw,54px)/.95 "Newsreader",serif;
  }
  .ideas-room-grid p {
    margin: 0;
    color: #cbd9d0;
    font: 400 15px/1.6 "Newsreader",serif;
  }
  .congress-curatorial-note {
    grid-column: 2;
    max-width: 920px;
    margin-top: 48px;
    padding: 24px 0 0 28px;
    border-left: 3px solid #c3a15b;
  }
  .congress-curatorial-note span {
    display: block;
    margin-bottom: 9px;
    color: #d6c18e;
    font-size: 8px;
    font-weight: 700;
    letter-spacing: .17em;
    text-transform: uppercase;
  }
  .congress-curatorial-note p {
    margin: 0;
    color: #d9e5dd;
    font: 400 18px/1.62 "Newsreader",serif;
  }
  .congress-memory-room {
    display: grid;
    grid-template-columns: minmax(520px,1.05fr) minmax(480px,.95fr);
    min-height: 720px;
    background: #eef0e9;
  }
  .congress-memory-room > figure {
    position: relative;
    min-height: 720px;
    margin: 0;
    overflow: hidden;
  }
  .congress-memory-room > figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .congress-memory-room > figure figcaption {
    position: absolute;
    left: 24px;
    bottom: 22px;
    padding: 13px 15px;
    background: rgba(16,41,29,.9);
    color: #fff;
    font-size: 9px;
    letter-spacing: .07em;
  }
  .congress-memory-room > figure figcaption span {
    display: block;
    margin-bottom: 5px;
    color: #d6c18e;
    font-size: 8px;
    font-weight: 700;
    letter-spacing: .15em;
    text-transform: uppercase;
  }
  .congress-memory-room > div {
    align-self: center;
    padding: 80px clamp(38px,7vw,110px);
  }
  .congress-memory-room > div > p:not(.kicker):not(.museum-lede) {
    max-width: 650px;
    font: 400 17px/1.7 "Newsreader",serif;
  }
  .protocols-bridge {
    display: grid;
    grid-template-columns: minmax(0,1fr) 280px;
    gap: 70px;
    align-items: end;
    padding: 105px clamp(25px,7vw,115px);
    background: #0d2117;
    color: #fff;
  }
  .protocols-bridge-copy > p:not(.kicker) {
    max-width: 760px;
    color: #d4e0d8;
    font: 400 17px/1.68 "Newsreader",serif;
  }
  .protocols-bridge-date {
    color: rgba(214,193,142,.2);
    font: 500 clamp(68px,8vw,124px)/.72 "Newsreader",serif;
    letter-spacing: -.07em;
    text-align: right;
  }
  .protocols-bridge-date span {
    color: #d6c18e;
  }
  .protocols-bridge .cta-links a {
    color: #fff;
  }
  @media (max-width:1080px) {
    .congress-museum-hero {
      grid-template-columns: 1fr;
    }
    .congress-document-object {
      min-height: 650px;
    }
    .congress-threshold {
      grid-template-columns: 120px 1fr;
    }
    .delegations-room > header {
      grid-template-columns: 1fr;
      gap: 18px;
    }
    .delegation-grid {
      grid-template-columns: repeat(2,1fr);
    }
    .delegation-grid article:nth-child(3) {
      border-left: 0;
      border-top: 1px solid rgba(16,37,26,.2);
    }
    .delegation-grid article:nth-child(4) {
      border-top: 1px solid rgba(16,37,26,.2);
    }
    .congress-ideas-room {
      grid-template-columns: 1fr;
    }
    .ideas-room-label > span {
      display: none;
    }
    .congress-curatorial-note {
      grid-column: 1;
    }
    .congress-memory-room {
      grid-template-columns: 1fr;
    }
    .congress-memory-room > figure {
      min-height: 560px;
    }
    .protocols-bridge {
      grid-template-columns: 1fr;
    }
    .protocols-bridge-date {
      text-align: left;
    }
  }
  @media (max-width:680px) {
    .congress-museum-copy {
      padding: 64px 22px 72px;
    }
    .congress-museum-copy h1 {
      font-size: clamp(60px,16vw,80px);
    }
    .congress-document-object {
      min-height: 0;
      padding: 54px 22px;
    }
    .congress-threshold {
      display: block;
      padding: 70px 22px 78px;
    }
    .congress-year {
      margin-bottom: 40px;
      font-size: 62px;
    }
    .congress-threshold h2,	.delegations-room h2,	.congress-memory-room h2,	.protocols-bridge h2 {
      font-size: 50px;
    }
    .delegations-room {
      padding: 70px 22px 78px;
    }
    .delegation-grid {
      grid-template-columns: 1fr;
    }
    .delegation-grid article {
      min-height: 0;
      padding: 26px 0;
    }
    .delegation-grid article + article {
      border-left: 0;
      border-top: 1px solid rgba(16,37,26,.2);
      padding-left: 0;
    }
    .congress-ideas-room {
      display: block;
      padding: 74px 22px;
    }
    .ideas-room-grid {
      display: block;
    }
    .ideas-room-grid article {
      min-height: 0;
      padding: 28px 0;
    }
    .ideas-room-grid article + article {
      border-left: 0;
      border-top: 1px solid rgba(255,255,255,.18);
      padding-left: 0;
    }
    .congress-memory-room {
      display: block;
    }
    .congress-memory-room > figure {
      min-height: 430px;
    }
    .congress-memory-room > div {
      padding: 64px 22px 72px;
    }
    .protocols-bridge {
      padding: 76px 22px;
    }
    .protocols-bridge-date {
      margin-top: 36px;
    }
  }
  .congress-place-gallery {
    display: grid;
    grid-template-columns: minmax(0,1.15fr) minmax(330px,.62fr);
    grid-template-areas: "exterior copy"	"exterior interior";
    gap: 22px;
    padding: 24px;
    background: #15271e;
  }
  .place-image {
    position: relative;
    margin: 0;
    overflow: hidden;
    background: #0d1b14;
  }
  .place-exterior {
    grid-area: exterior;
    min-height: 760px;
  }
  .place-interior {
    grid-area: interior;
    min-height: 360px;
  }
  .place-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .place-image figcaption {
    position: absolute;
    left: 18px;
    right: 18px;
    bottom: 18px;
    padding: 13px 15px;
    background: rgba(244,239,229,.94);
    color: #10251a;
    font-size: 9px;
    line-height: 1.45;
    letter-spacing: .05em;
  }
  .place-image figcaption span,	.centennial-monument figcaption span,	.bicentennial-gallery figcaption span {
    display: block;
    margin-bottom: 5px;
    color: #8a6b31;
    font-size: 8px;
    font-weight: 700;
    letter-spacing: .16em;
    text-transform: uppercase;
  }
  .place-image figcaption small,	.centennial-monument figcaption small {
    display: block;
    margin-top: 5px;
    color: #647068;
    font-size: 7px;
    letter-spacing: .05em;
  }
  .place-curatorial-copy {
    grid-area: copy;
    align-self: stretch;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 52px 48px;
    background: #efe7d8;
  }
  .place-curatorial-copy h2 {
    margin: 12px 0 24px;
    font: 500 clamp(42px,4.5vw,66px)/.92 "Newsreader",serif;
    letter-spacing: -.05em;
    text-wrap: balance;
  }
  .place-curatorial-copy > p:last-child {
    margin: 0;
    color: #506057;
    font: 400 16px/1.68 "Newsreader",serif;
  }
  .centenary-room {
    display: grid;
    grid-template-columns: minmax(370px,.7fr) minmax(520px,1.3fr);
    min-height: 720px;
    background: #e9dfce;
  }
  .centenary-monument {
    position: relative;
    min-height: 720px;
    margin: 0;
    overflow: hidden;
    background: #10291d;
  }
  .centenary-monument img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .centenary-monument figcaption {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 20px;
    padding: 14px 16px;
    background: rgba(244,239,229,.95);
    color: #10251a;
    font-size: 9px;
    line-height: 1.45;
  }
  .centenary-copy {
    position: relative;
    align-self: center;
    padding: 84px clamp(48px,8vw,120px);
    overflow: hidden;
  }
  .centenary-year {
    position: absolute;
    right: -12px;
    top: 22px;
    color: rgba(23,76,55,.08);
    font: 500 clamp(100px,14vw,210px)/.78 "Newsreader",serif;
    letter-spacing: -.07em;
    pointer-events: none;
  }
  .centenary-copy h2 {
    position: relative;
    max-width: 850px;
    margin: 14px 0 30px;
    font: 500 clamp(52px,5.6vw,84px)/.9 "Newsreader",serif;
    letter-spacing: -.055em;
    text-wrap: balance;
  }
  .centenary-copy > p:not(.kicker):not(.museum-lede) {
    position: relative;
    max-width: 700px;
    font: 400 17px/1.7 "Newsreader",serif;
  }
  .compact-protocols {
    grid-template-columns: minmax(0,1fr);
  }
  .compact-protocols .protocols-bridge-copy {
    max-width: 1050px;
  }
  .bicentennial-finale {
    background: #f4efe5;
  }
  .bicentennial-finale-head {
    display: grid;
    grid-template-columns: 170px minmax(0,1.15fr) minmax(320px,.55fr);
    gap: clamp(38px,6vw,90px);
    align-items: start;
    padding: 112px clamp(25px,7vw,115px) 82px;
  }
  .bicentennial-finale-head h2 {
    margin: 0;
    font: 500 clamp(58px,6.5vw,96px)/.87 "Newsreader",serif;
    letter-spacing: -.06em;
    text-wrap: balance;
  }
  .bicentennial-finale-head > p:last-child {
    margin: 8px 0 0;
    color: #506057;
    font: 400 16px/1.68 "Newsreader",serif;
  }
  .bicentennial-gallery {
    display: grid;
    grid-template-columns: minmax(0,1.25fr) minmax(320px,.55fr);
    gap: 18px;
    padding: 0 24px 24px;
  }
  .bicentennial-gallery figure {
    position: relative;
    margin: 0;
    overflow: hidden;
    background: #10291d;
  }
  .bicentennial-main-image {
    min-height: 680px;
  }
  .bicentennial-secondary-image {
    min-height: 680px;
  }
  .bicentennial-gallery img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .bicentennial-gallery figcaption {
    position: absolute;
    left: 18px;
    right: 18px;
    bottom: 18px;
    padding: 13px 15px;
    background: rgba(244,239,229,.95);
    color: #10251a;
    font-size: 9px;
    line-height: 1.45;
  }
  .bicentennial-closing {
    display: grid;
    grid-template-columns: minmax(300px,.58fr) minmax(520px,1fr);
    gap: clamp(50px,8vw,120px);
    align-items: end;
    padding: 95px clamp(25px,7vw,115px) 110px;
    background: #10291d;
    color: #fff;
  }
  .bicentennial-closing-year {
    margin: 0;
    color: #d6c18e;
    font: 500 clamp(66px,8vw,118px)/.8 "Newsreader",serif;
    letter-spacing: -.065em;
    white-space: nowrap;
  }
  .bicentennial-closing h3 {
    max-width: 850px;
    margin: 14px 0 24px;
    font: 500 clamp(42px,4.8vw,68px)/.94 "Newsreader",serif;
    letter-spacing: -.05em;
    text-wrap: balance;
  }
  .bicentennial-closing > div > p:last-child {
    max-width: 760px;
    margin: 0;
    color: #cbd9d0;
    font: 400 16px/1.68 "Newsreader",serif;
  }
  @media (max-width:1080px) {
    .congress-place-gallery {
      grid-template-columns: 1fr 1fr;
      grid-template-areas: "exterior exterior"	"copy interior";
    }
    .place-exterior {
      min-height: 620px;
    }
    .centenary-room {
      grid-template-columns: 1fr;
    }
    .centenary-monument {
      min-height: 600px;
    }
    .bicentennial-finale-head {
      grid-template-columns: 1fr;
      gap: 24px;
    }
    .bicentennial-gallery {
      grid-template-columns: 1fr 1fr;
    }
    .bicentennial-closing {
      grid-template-columns: 1fr;
    }
  }
  @media (max-width:680px) {
    .congress-place-gallery {
      display: block;
      padding: 12px;
    }
    .place-exterior,	.place-interior {
      min-height: 390px;
    }
    .place-curatorial-copy {
      margin: 12px 0;
      padding: 52px 24px;
    }
    .centenary-room {
      display: block;
    }
    .centenary-monument {
      min-height: 520px;
    }
    .centenary-copy {
      padding: 66px 22px 74px;
    }
    .centenary-copy h2 {
      font-size: 50px;
    }
    .centenary-year {
      font-size: 118px;
      top: 26px;
    }
    .bicentennial-finale-head {
      display: block;
      padding: 74px 22px 58px;
    }
    .bicentennial-finale-head h2 {
      margin: 18px 0 30px;
      font-size: 54px;
    }
    .bicentennial-gallery {
      display: block;
      padding: 0 12px 12px;
    }
    .bicentennial-main-image,	.bicentennial-secondary-image {
      min-height: 430px;
    }
    .bicentennial-secondary-image {
      margin-top: 12px !important;
    }
    .bicentennial-closing {
      display: block;
      padding: 72px 22px 78px;
    }
    .bicentennial-closing-year {
      margin-bottom: 40px;
      font-size: 62px;
      white-space: normal;
    }
    .bicentennial-closing h3 {
      font-size: 45px;
    }
  }
  @media (prefers-reduced-motion: reduce) {
    html {
      scroll-behavior: auto;
    }
    *, *::before, *::after {
      animation-duration: .01ms !important;
      transition-duration: .01ms !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;
  }
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-border-style: solid;
      --tw-font-weight: initial;
      --tw-tracking: initial;
    }
  }
}
