/*! tailwindcss v4.3.0 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: "Libre Franklin", Arial, Helvetica, 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: 0.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);
  }
}
@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;
  }
  .hidden {
    display: none;
  }
  .inline-flex {
    display: inline-flex;
  }
  .table {
    display: table;
  }
  .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);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .not-italic {
    font-style: normal;
  }
  .no-underline {
    text-decoration-line: none;
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .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\: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));
    }
  }
}
:root {
  --ink: #0b0b0a;
  --paper: #fffdfa;
  --cream: #f3efe7;
  --gold: #b68a3c;
  --line: #d8d0c1;
  --serif: "Newsreader", Georgia, "Times New Roman", serif;
  --sans: "Libre Franklin", Arial, Helvetica, sans-serif;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
}
img {
  display: block;
  width: 100%;
  height: auto;
}
a {
  color: inherit;
}
main {
  overflow: hidden;
}
h1, h2, h3, p {
  margin-top: 0;
}
.lmk-header {
  min-height: 92px;
  padding: 17px clamp(24px, 5vw, 80px);
  border-bottom: 1px solid var(--ink);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
  background: var(--paper);
  position: relative;
  z-index: 20;
}
.lmk-brand {
  position: relative;
  display: block;
  width: 150px;
  height: 70px;
  overflow: hidden;
  text-decoration: none;
  flex: 0 0 auto;
}
.lmk-brand img {
  position: absolute;
  width: 250px;
  height: auto;
  max-width: none;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.lmk-brand span {
  display: grid;
  gap: 1px;
}
.lmk-brand strong {
  font-family: var(--serif);
  font-size: 25px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: .02em;
}
.lmk-brand small {
  text-transform: uppercase;
  font-size: 9px;
  letter-spacing: .18em;
}
.lmk-nav {
  display: flex;
  align-items: center;
  gap: clamp(16px, 2vw, 32px);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.lmk-nav > a, .lmk-legal summary {
  text-decoration: none;
  padding: 11px 0 8px;
  border-bottom: 2px solid transparent;
  cursor: pointer;
  white-space: nowrap;
}
.lmk-nav > a:hover, .lmk-legal summary:hover {
  border-color: var(--gold);
}
.lmk-nav > a.lmk-nav-contact {
  padding: 12px 18px;
  border: 1px solid var(--gold);
  background: var(--gold);
  color: var(--ink);
}
.lmk-nav > a.lmk-nav-contact:hover {
  border-color: var(--ink);
  background: var(--ink);
  color: white;
}
.lmk-legal {
  position: relative;
}
.lmk-legal summary {
  list-style: none;
}
.lmk-legal summary::-webkit-details-marker {
  display: none;
}
.lmk-legal summary::after {
  content: " +";
  color: var(--gold);
}
.lmk-legal[open] summary::after {
  content: " −";
}
.lmk-legal div {
  position: absolute;
  right: 0;
  top: calc(100% + 12px);
  width: 235px;
  background: var(--ink);
  color: white;
  padding: 10px 0;
  border-top: 3px solid var(--gold);
  box-shadow: 0 18px 45px rgba(0,0,0,.18);
}
.lmk-legal div a {
  display: block;
  padding: 13px 18px;
  text-decoration: none;
  font-size: 10px;
}
.lmk-legal div a:hover {
  color: var(--gold);
}
.lmk-mobile-nav {
  display: none;
  position: relative;
}
.lmk-mobile-nav summary {
  list-style: none;
  border: 1px solid var(--ink);
  padding: 11px 14px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .15em;
}
.lmk-mobile-nav summary::-webkit-details-marker {
  display: none;
}
.lmk-mobile-nav div {
  position: absolute;
  right: 0;
  top: 46px;
  width: 235px;
  background: var(--ink);
  color: white;
  padding: 8px 0;
}
.lmk-mobile-nav a {
  display: block;
  padding: 13px 18px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: .12em;
}
.eyebrow {
  margin-bottom: 22px;
  font-size: 10px;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: .24em;
  text-transform: uppercase;
}
.eyebrow::before {
  content: none;
  display: none;
}
.eyebrow-gold {
  color: var(--gold);
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 14px 23px;
  border: 1px solid;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  text-decoration: none;
  transition: background .2s, color .2s;
}
.button-dark {
  background: var(--ink);
  border-color: var(--ink);
  color: white;
}
.button-dark:hover {
  background: var(--gold);
  border-color: var(--gold);
  color: var(--ink);
}
.button-light {
  background: white;
  border-color: white;
  color: var(--ink);
}
.button-light:hover {
  background: var(--gold);
  border-color: var(--gold);
}
.button-gold {
  background: var(--gold);
  border-color: var(--gold);
  color: var(--ink);
}
.button-gold:hover {
  background: white;
  border-color: white;
}
.text-link {
  display: inline-flex;
  gap: 12px;
  align-items: center;
  border-bottom: 1px solid var(--ink);
  padding: 8px 0;
  text-decoration: none;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.text-link span {
  color: var(--gold);
  font-size: 18px;
  line-height: 1;
}
.text-link:hover {
  border-color: var(--gold);
}
.hero {
  min-height: 680px;
  display: grid;
  grid-template-columns: 52% 48%;
  border-bottom: 1px solid var(--ink);
}
.hero-copy {
  padding: clamp(70px, 10vw, 145px) clamp(30px, 7vw, 110px) 50px clamp(30px, 6vw, 90px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.hero h1 {
  margin-bottom: 28px;
  max-width: 700px;
  font-family: var(--serif);
  font-size: clamp(52px, 6.2vw, 98px);
  font-weight: 400;
  letter-spacing: -.055em;
  line-height: .91;
}
.hero h1 em {
  color: inherit;
  font-weight: 400;
}
.hero-intro {
  max-width: 545px;
  font-family: var(--serif);
  font-size: clamp(19px, 1.65vw, 25px);
  line-height: 1.48;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-top: 20px;
}
.hero-note {
  margin: auto 0 0;
  padding-top: 55px;
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .2em;
  color: #5b574f;
}
.hero-image {
  margin: 0;
  position: relative;
  overflow: hidden;
  background: #ddd;
  min-height: 600px;
}
.hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: none;
}
.hero-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 65%, rgba(0,0,0,.48));
  pointer-events: none;
}
.hero-image figcaption {
  position: absolute;
  left: 32px;
  bottom: 28px;
  z-index: 2;
  color: white;
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: .18em;
}
.pathways {
  padding: 110px clamp(24px, 6vw, 90px) 0;
}
.section-heading {
  display: grid;
  grid-template-columns: 32% 68%;
  align-items: end;
  border-bottom: 1px solid var(--ink);
  padding-bottom: 38px;
}
.section-heading .eyebrow {
  margin-bottom: 9px;
}
.section-heading h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(42px, 5vw, 72px);
  line-height: 1.02;
  font-weight: 400;
  letter-spacing: -.035em;
}
.pathways-title {
  grid-column: 1 / -1;
  max-width: 1100px;
}
.pathway-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.pathway-grid article {
  min-height: 290px;
  padding: 34px 40px 35px 0;
  border-bottom: 1px solid var(--ink);
  display: flex;
  flex-direction: column;
}
.pathway-grid article + article {
  border-left: 1px solid var(--ink);
  padding-left: 40px;
}
.pathway-grid span {
  color: var(--gold);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .15em;
}
.pathway-grid h3 {
  margin: 34px 0 22px;
  font-family: var(--serif);
  font-size: 46px;
  line-height: 1;
  font-weight: 400;
}
.pathway-grid p {
  max-width: 340px;
  color: #47433e;
  font-size: 15px;
  line-height: 1.7;
}
.pathway-grid a {
  margin-top: auto;
  align-self: flex-start;
  color: var(--ink);
  font-size: 10px;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.pathway-grid a:hover {
  color: var(--gold);
}
.pathway-action {
  padding: 34px clamp(24px, 6vw, 90px) 82px;
  background: var(--paper);
}
.approach {
  background: var(--ink);
  color: white;
  padding: 100px clamp(24px, 6vw, 90px);
  display: grid;
  grid-template-columns: 56% 44%;
  gap: 0;
}
.approach-number {
  color: #77736c;
  font-size: 9px;
  letter-spacing: .18em;
}
.approach h2 {
  max-width: 630px;
  font-family: var(--serif);
  font-size: clamp(40px, 4.3vw, 66px);
  line-height: 1.04;
  font-weight: 400;
  letter-spacing: -.035em;
}
.approach-copy {
  padding: 48px 0 0 70px;
  border-left: 1px solid #3d3d39;
}
.approach-copy p {
  max-width: 430px;
  font-size: 15px;
  line-height: 1.75;
  color: #d8d4cb;
}
.founder {
  display: grid;
  grid-template-columns: 48% 52%;
  min-height: 680px;
  border-bottom: 1px solid var(--ink);
}
.founder figure {
  margin: 0;
  position: relative;
  min-height: 600px;
  overflow: hidden;
}
.founder figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(100%);
}
.image-rule {
  position: absolute;
  width: 15px;
  height: 43%;
  right: 0;
  bottom: 0;
  background: var(--gold);
}
.founder-copy {
  padding: clamp(70px, 8vw, 125px);
}
.founder-copy h2 {
  margin-bottom: 6px;
  font-family: var(--serif);
  font-size: clamp(52px, 5.5vw, 82px);
  line-height: 1;
  font-weight: 400;
  letter-spacing: -.045em;
}
.founder-title {
  margin-bottom: 34px;
  color: var(--gold);
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .18em;
}
.founder-copy > p:not(.eyebrow):not(.founder-title) {
  max-width: 620px;
  font-size: 15px;
  line-height: 1.78;
  color: #403d38;
}
.founder-copy .text-link {
  margin-top: 15px;
}
.testimonials {
  padding: 110px clamp(24px, 6vw, 90px) 130px;
  background: var(--cream);
}
.testimonials-heading {
  grid-template-columns: 1fr;
}
.quote-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-left: 1px solid var(--ink);
}
.quote-grid blockquote {
  margin: 0;
  min-height: 285px;
  padding: 42px;
  border-right: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
  display: flex;
  flex-direction: column;
}
.quote-grid blockquote p {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(21px, 2vw, 29px);
  line-height: 1.4;
}
.quote-grid blockquote footer {
  margin-top: auto;
  padding-top: 32px;
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.quote-grid blockquote footer span {
  color: #777168;
  margin-left: 9px;
}
.quote-grid .quote-featured {
  grid-column: 1 / -1;
  min-height: 340px;
  padding: 54px clamp(42px, 6vw, 88px);
  background: var(--ink);
  color: white;
}
.quote-grid .quote-featured p {
  max-width: 1050px;
  font-size: clamp(25px, 2.5vw, 38px);
  line-height: 1.32;
}
.quote-grid .quote-featured footer span {
  color: var(--gold);
}
.concierge {
  background: var(--cream);
  color: var(--ink);
  padding: 110px clamp(24px, 7vw, 110px);
  text-align: center;
  border-top: 1px solid var(--gold);
  border-bottom: 1px solid var(--gold);
}
.concierge h2 {
  margin: 0 auto;
  max-width: 900px;
  font-family: var(--serif);
  font-size: clamp(46px, 6vw, 84px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -.04em;
}
.concierge > div:last-child {
  max-width: 680px;
  margin: 34px auto 0;
  padding-top: 30px;
  border-top: 1px solid var(--gold);
}
.concierge > div:last-child p {
  max-width: 620px;
  margin: 0 auto;
  color: #4f4a43;
  font-size: 16px;
  line-height: 1.7;
}
.concierge .button {
  margin-top: 26px;
  background: var(--gold);
  border-color: var(--gold);
  color: var(--ink);
}
.concierge .button:hover {
  background: var(--ink);
  border-color: var(--ink);
  color: white;
}
.lmk-footer {
  background: var(--ink);
  color: white;
  padding: 48px clamp(24px, 6vw, 90px) 22px;
  border-top: 1px solid #383833;
}
.lmk-footer-lead {
  display: grid;
  grid-template-columns: 150px 1fr auto;
  align-items: center;
  gap: 28px;
  padding-bottom: 38px;
}
.lmk-footer-lead .eyebrow {
  align-self: center;
  margin: 0;
}
.lmk-footer-lead h2 {
  margin: 0 auto 0 0;
  font-family: var(--serif);
  font-size: clamp(34px, 3.6vw, 52px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -.035em;
}
.lmk-footer-lead h2 em {
  color: var(--gold);
  font-weight: 400;
}
.lmk-footer-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(180px, 260px));
  gap: 40px;
  padding: 25px 0 32px;
  border-top: 1px solid #3c3c38;
}
.lmk-footer-links div {
  display: grid;
  align-content: start;
  gap: 12px;
}
.footer-label {
  margin-bottom: 10px;
  color: var(--gold);
  font-size: 9px;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.lmk-footer-links a {
  color: #ddd8cf;
  text-decoration: none;
  font-size: 12px;
}
.lmk-footer-links a:hover {
  color: var(--gold);
}
.lmk-footer-base {
  border-top: 1px solid #3c3c38;
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  color: #88847c;
  font-size: 9px;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.lmk-footer-compact {
  display: grid;
  grid-template-columns: minmax(240px, 1fr) minmax(430px, 1.4fr);
  gap: 80px;
  align-items: start;
  padding-bottom: 35px;
}
.lmk-footer-brand {
  position: relative;
  display: block;
  justify-self: start;
  width: 210px;
  height: 110px;
  overflow: hidden;
  color: white;
  text-decoration: none;
}
.lmk-footer-brand img {
  position: absolute;
  width: 380px;
  height: auto;
  max-width: none;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  filter: invert(1);
}
.lmk-header {
  background: #fffdfa !important;
  color: #0b0b0a !important;
}
.lmk-header > a, .lmk-header nav > a, .lmk-header summary, .lmk-header strong, .lmk-header small {
  color: #0b0b0a !important;
}
.lmk-header .lmk-legal div, .lmk-header .lmk-mobile-nav div {
  background: #0b0b0a !important;
}
.lmk-header .lmk-legal div a, .lmk-header .lmk-mobile-nav div a {
  color: #fff !important;
}
.essentials-intro-simple {
  display: block;
  padding-top: clamp(65px, 8vw, 105px);
  padding-bottom: clamp(55px, 7vw, 90px);
}
.essentials-intro-simple h1 {
  max-width: 980px;
}
.perks-page-clean {
  background: #fffdfa;
  padding: 0;
}
.perks-page-clean .lmk-directory {
  --navy: #0b0b0a !important;
  --tan: #b68a3c !important;
  --cream: #fffdfa !important;
  --ink: #0b0b0a !important;
  --muted: #625e57 !important;
  --line: #d8d0c1 !important;
  max-width: none !important;
  padding: 70px clamp(24px, 6vw, 90px) 85px !important;
  background: #fffdfa !important;
}
.perks-page-clean .lmk-title-row {
  border-bottom: 1px solid #0b0b0a;
  padding-bottom: 34px;
}
.perks-page-clean .lmk-title-row h1, .perks-page-clean .lmk-directory-intro h2 {
  color: #0b0b0a !important;
}
.perks-page-clean .lmk-title-row p {
  color: #4c4842 !important;
}
.perks-page-clean .lmk-access-bar {
  background: #0b0b0a !important;
  border-radius: 0 !important;
  border-top: 5px solid #b68a3c;
}
.perks-page-clean .lmk-enter {
  background: #b68a3c !important;
  border-color: #b68a3c !important;
  color: #0b0b0a !important;
  border-radius: 0 !important;
}
.perks-page-clean .lmk-request {
  color: #fff !important;
}
.perks-page-clean .lmk-directory-intro {
  border-color: #0b0b0a !important;
}
.perks-page-clean .lmk-logo-entry {
  min-height: 102px !important;
  padding: 12px 8px !important;
  display: flex !important;
  flex-direction: column;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px;
  color: #0b0b0a !important;
  border-radius: 0 !important;
  background: transparent !important;
}
.perks-page-clean .lmk-logo-entry img {
  display: block !important;
  width: 108px !important;
  height: 42px !important;
  max-width: calc(100% - 12px) !important;
  max-height: 42px !important;
  object-fit: contain !important;
  object-position: center !important;
  margin: 0 auto !important;
  filter: none !important;
  transform: none !important;
  image-rendering: auto;
}
.perks-page-clean .lmk-logo-entry img[src*="google.com/s2/favicons"], .perks-page-clean .lmk-logo-entry img[src*="icon.horse"] {
  width: 30px !important;
  height: 30px !important;
  max-width: 30px !important;
  max-height: 30px !important;
  image-rendering: -webkit-optimize-contrast !important;
}
.perks-page-clean .lmk-logo-entry.lmk-enso-entry img {
  width: 112px !important;
  height: 44px !important;
  max-width: calc(100% - 12px) !important;
  max-height: 44px !important;
}
.perks-page-clean .lmk-partner-name {
  display: block;
  color: #0b0b0a;
  font-family: var(--serif);
  font-size: 13px;
  line-height: 1.15;
  text-align: center;
}
.perks-page-clean .lmk-name-fallback {
  color: #0b0b0a !important;
}
.perks-page-clean .lmk-directory, .perks-page-clean .lmk-directory * {
  font-family: var(--sans) !important;
}
.perks-page-clean .lmk-directory .lmk-title-row h1, .perks-page-clean .lmk-directory .lmk-access-copy strong, .perks-page-clean .lmk-directory .lmk-directory-intro h2 {
  font-family: var(--serif) !important;
}
.client-perks-page, .client-perks-page * {
  font-family: var(--sans) !important;
}
.client-perks-page h1, .client-perks-page h2, .client-perks-page .logo {
  font-family: var(--serif) !important;
}
.client-perks-page {
  min-height: 560px;
  background: #fffdfa;
  color: #0b0b0a;
}
.client-access-screen {
  min-height: 620px;
  display: grid;
  grid-template-columns: 56% 44%;
  background: #0b0b0a;
  color: #fff;
  border-bottom: 1px solid #0b0b0a;
}
.client-access-screen > div:first-child {
  padding: clamp(80px, 9vw, 135px) clamp(30px, 7vw, 105px);
}
.client-access-screen h1 {
  margin: 0 0 28px;
  color: #fff;
  font-family: var(--serif);
  font-size: clamp(52px, 6vw, 88px);
  font-weight: 400;
  line-height: .95;
  letter-spacing: -.05em;
}
.client-access-screen h1 em {
  color: #b68a3c;
  font-weight: 400;
}
.client-access-screen > div:first-child > p:last-child {
  max-width: 570px;
  color: #d8d4cb;
  font-size: 15px;
  line-height: 1.7;
}
.client-password-panel {
  padding: clamp(80px, 9vw, 135px) clamp(30px, 5vw, 75px);
  display: flex;
  align-items: center;
  background: #f3efe7;
  color: #0b0b0a;
}
.client-password-panel .post-password-form {
  width: 100%;
  margin: 0;
}
.client-password-panel .lmk-password-form {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(180px, 1fr) auto;
  gap: 10px;
  align-items: end;
}
.client-password-panel .lmk-password-form > label:first-of-type {
  display: grid;
  gap: 9px;
  color: #0b0b0a;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.client-password-panel .lmk-password-form .lmk-show-password {
  grid-column: 1 / -1;
  margin-top: 5px;
}
.client-password-panel .post-password-form > p:first-child {
  display: none;
}
.client-password-panel .post-password-form > p:last-of-type {
  margin: 0;
  display: grid;
  grid-template-columns: minmax(180px, 1fr) auto;
  gap: 10px;
  align-items: end;
}
.client-password-panel .post-password-form label {
  display: grid;
  gap: 9px;
  color: #0b0b0a;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.client-password-panel input[type="password"], .client-password-panel input[type="text"] {
  width: 100%;
  height: 50px;
  padding: 10px 12px;
  border: 1px solid #0b0b0a;
  border-radius: 0;
  background: #fff;
  color: #0b0b0a;
  font-size: 16px;
}
.client-password-panel input[type="submit"], .client-password-panel .lmk-password-submit {
  height: 50px;
  padding: 0 24px;
  border: 1px solid #0b0b0a;
  border-radius: 0;
  background: #0b0b0a;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .15em;
  text-transform: uppercase;
  cursor: pointer;
}
.client-password-panel input[type="submit"]:hover, .client-password-panel .lmk-password-submit:hover {
  background: #b68a3c;
  border-color: #b68a3c;
  color: #0b0b0a;
}
.client-password-panel .lmk-show-password {
  margin-top: 15px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #514d47;
  font-size: 11px;
  cursor: pointer;
}
.client-password-panel .lmk-show-password input {
  accent-color: #b68a3c;
}
.client-perks-page > header {
  background: #0b0b0a !important;
  color: #fff !important;
  border-radius: 0 !important;
}
.client-perks-page > header h1 {
  color: #fff !important;
}
.client-perks-page > header p {
  color: #e6e1d8 !important;
}
.client-perks-page > main {
  max-width: 1240px !important;
  padding-left: clamp(24px, 5vw, 70px) !important;
  padding-right: clamp(24px, 5vw, 70px) !important;
}
.client-perks-page .draft {
  background: #b68a3c !important;
  color: #0b0b0a !important;
}
.client-perks-page .filters button {
  border-color: #0b0b0a !important;
  border-radius: 0 !important;
  color: #0b0b0a !important;
}
.client-perks-page .filters button.active, .client-perks-page .filters button:hover {
  background: #0b0b0a !important;
  color: #fff !important;
}
.client-perks-page .grid {
  gap: 1px !important;
  background: #0b0b0a;
  border: 1px solid #0b0b0a;
}
.client-perks-page .card {
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  background: #fff !important;
}
.client-perks-page .logo, .client-perks-page .logo.logo-dark {
  width: 100% !important;
  height: 64px !important;
  margin: 0 0 15px !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: visible !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
}
.client-perks-page .logo img, .client-perks-page .logo.logo-dark img {
  display: block !important;
  width: 112px !important;
  height: 44px !important;
  max-width: calc(100% - 10px) !important;
  max-height: 44px !important;
  object-fit: contain !important;
  object-position: center !important;
  margin: auto !important;
  filter: none !important;
  transform: none !important;
  image-rendering: auto;
}
.client-perks-page .logo img[src*="google.com/s2/favicons"], .client-perks-page .logo img[src*="icon.horse"] {
  width: 32px !important;
  height: 32px !important;
  max-width: 32px !important;
  max-height: 32px !important;
  image-rendering: -webkit-optimize-contrast !important;
}
.client-perks-page .logo.lmk-enso-logo img {
  width: 120px !important;
  height: 48px !important;
  max-width: calc(100% - 10px) !important;
  max-height: 48px !important;
}
.client-perks-page .card h2 {
  color: #0b0b0a !important;
}
.client-perks-page .redeem {
  background: #0b0b0a !important;
  color: #fff !important;
  border-radius: 0 !important;
}
.client-perks-page .redeem:hover {
  background: #b68a3c !important;
  color: #0b0b0a !important;
}
@media (max-width: 760px) {
  .essentials-intro-simple h1 {
    font-size: 52px;
  }
  .client-access-screen {
    grid-template-columns: 1fr;
    min-height: 0;
  }
  .client-access-screen > div:first-child, .client-password-panel {
    padding: 70px 24px;
  }
  .client-access-screen h1 {
    font-size: 55px;
  }
  .client-password-panel .lmk-password-form, .client-password-panel .post-password-form > p:last-of-type {
    grid-template-columns: 1fr;
  }
  .client-password-panel input[type="submit"], .client-password-panel .lmk-password-submit {
    width: 100%;
  }
  .perks-page-clean .lmk-directory {
    padding: 50px 18px 65px !important;
  }
}
.lmk-footer-compact .lmk-footer-links {
  grid-template-columns: repeat(2, minmax(180px, 1fr));
  gap: 45px;
  padding: 0;
  border-top: 0;
}
@media (max-width: 760px) {
  .lmk-footer-compact {
    grid-template-columns: 1fr;
    gap: 35px;
    padding-bottom: 30px;
  }
  .lmk-footer-compact .lmk-footer-links {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  .lmk-footer-brand {
    width: 170px;
    height: 88px;
  }
  .lmk-footer-brand img {
    width: 307px;
  }
}
@media (max-width: 1050px) {
  .lmk-nav {
    display: none;
  }
  .lmk-mobile-nav {
    display: block;
  }
  .hero {
    grid-template-columns: 1fr 43%;
  }
  .approach {
    grid-template-columns: 52% 48%;
  }
  .approach-copy {
    padding-left: 35px;
  }
}
@media (max-width: 760px) {
  .lmk-header {
    min-height: 76px;
    padding: 12px 18px;
  }
  .lmk-brand {
    width: 120px;
    height: 56px;
  }
  .lmk-brand img {
    width: 210px;
    height: auto;
  }
  .lmk-brand small {
    display: none;
  }
  .hero {
    display: flex;
    flex-direction: column;
    min-height: 0;
  }
  .hero-copy {
    padding: 70px 24px 48px;
  }
  .hero h1 {
    font-size: clamp(50px, 15vw, 70px);
  }
  .hero-intro {
    font-size: 19px;
  }
  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 16px;
  }
  .hero-note {
    margin-top: 48px;
    padding: 0;
  }
  .hero-image {
    min-height: 430px;
  }
  .pathways, .testimonials {
    padding: 75px 24px 85px;
  }
  .pathways {
    padding-bottom: 0;
  }
  .pathway-action {
    padding: 30px 24px 68px;
  }
  .section-heading, .testimonials-heading {
    display: block;
  }
  .section-heading h2 {
    font-size: 45px;
  }
  .pathway-grid {
    grid-template-columns: 1fr;
  }
  .pathway-grid article, .pathway-grid article + article {
    min-height: 265px;
    border-left: 0;
    padding: 30px 0;
  }
  .approach {
    padding: 75px 24px;
    display: block;
  }
  .approach-number {
    margin-bottom: 50px;
  }
  .approach-copy {
    margin-top: 35px;
    padding: 35px 0 0;
    border-left: 0;
    border-top: 1px solid #3d3d39;
  }
  .founder {
    grid-template-columns: 1fr;
  }
  .founder figure {
    min-height: 460px;
  }
  .founder-copy {
    padding: 70px 24px;
  }
  .quote-grid {
    grid-template-columns: 1fr;
  }
  .quote-grid blockquote {
    min-height: 260px;
    padding: 32px 25px;
  }
  .concierge {
    padding: 75px 24px;
  }
  .concierge > div:last-child {
    margin-top: 28px;
    padding: 28px 0 0;
    border-top: 1px solid var(--gold);
  }
  .lmk-footer {
    padding: 42px 24px 22px;
  }
  .lmk-footer-lead {
    display: grid;
    grid-template-columns: 1fr;
    align-items: start;
    gap: 22px;
    padding-bottom: 34px;
  }
  .lmk-footer-lead h2 {
    font-size: 40px;
  }
  .lmk-footer-links {
    grid-template-columns: 1fr 1fr;
    gap: 25px;
  }
}
.essentials-page {
  background: var(--paper);
}
.essentials-intro {
  padding: clamp(70px, 9vw, 130px) clamp(24px, 6vw, 90px) 65px;
  display: grid;
  grid-template-columns: 62% 38%;
  align-items: end;
  border-bottom: 1px solid var(--ink);
}
.essentials-intro h1 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(54px, 7vw, 102px);
  font-weight: 400;
  line-height: .92;
  letter-spacing: -.055em;
}
.essentials-intro h1 em {
  color: var(--gold);
  font-weight: 400;
}
.essentials-intro > div:last-child {
  padding: 0 0 8px 55px;
  border-left: 1px solid var(--line);
}
.essentials-intro > div:last-child p {
  max-width: 430px;
  margin-bottom: 28px;
  font-family: var(--serif);
  font-size: 21px;
  line-height: 1.5;
}
.essentials-intro > div:last-child span {
  color: #6c675f;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .17em;
  text-transform: uppercase;
}
.essentials-filters {
  padding: 24px clamp(24px, 6vw, 90px);
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  border-bottom: 1px solid var(--ink);
  background: var(--cream);
}
.essentials-filters button {
  appearance: none;
  border: 1px solid var(--ink);
  border-radius: 0;
  background: transparent;
  color: var(--ink);
  padding: 10px 15px;
  font: 700 9px/1 var(--sans);
  letter-spacing: .14em;
  text-transform: uppercase;
  cursor: pointer;
}
.essentials-filters button:hover, .essentials-filters button.active {
  background: var(--ink);
  color: white;
}
.essentials-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-left: 1px solid var(--ink);
}
.essential-card {
  min-width: 0;
  border-right: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
  background: var(--paper);
}
.essential-card[hidden] {
  display: none;
}
.essential-photo {
  height: 250px;
  padding: 22px;
  display: block;
  position: relative;
  overflow: hidden;
  background: white;
  border-bottom: 1px solid var(--line);
}
.essential-photo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform .35s ease;
}
.essential-photo:hover img {
  transform: scale(1.035);
}
.essential-photo > span {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 8px 10px;
  background: var(--ink);
  color: var(--gold);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .13em;
}
.essential-card-copy {
  min-height: 290px;
  padding: 26px 25px 28px;
  display: flex;
  flex-direction: column;
}
.essential-meta {
  margin-bottom: 14px;
  color: var(--gold);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.essential-card h2 {
  margin-bottom: 15px;
  font-family: var(--serif);
  font-size: clamp(23px, 2vw, 31px);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: -.025em;
}
.essential-card-copy > p:not(.essential-meta) {
  color: #565149;
  font-size: 13px;
  line-height: 1.65;
}
.essential-card-copy > a {
  margin-top: auto;
  align-self: flex-start;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--ink);
  text-decoration: none;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.essential-card-copy > a span {
  color: var(--gold);
  margin-left: 8px;
}
.essential-card-copy > a:hover {
  border-color: var(--gold);
}
.affiliate-note {
  padding: 60px clamp(24px, 6vw, 90px);
  display: grid;
  grid-template-columns: 27% 73%;
  border-bottom: 1px solid var(--ink);
  background: var(--cream);
}
.affiliate-note .eyebrow {
  margin: 5px 0 0;
}
.affiliate-note > p:last-child {
  max-width: 780px;
  margin: 0;
  color: #5c574f;
  font-size: 13px;
  line-height: 1.7;
}
@media (max-width: 1050px) {
  .essentials-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 760px) {
  .essentials-intro {
    grid-template-columns: 1fr;
    gap: 45px;
    padding: 70px 24px 48px;
  }
  .essentials-intro h1 {
    font-size: 56px;
  }
  .essentials-intro > div:last-child {
    padding: 30px 0 0;
    border-left: 0;
    border-top: 1px solid var(--line);
  }
  .essentials-filters {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding: 16px 24px;
  }
  .essentials-filters button {
    flex: 0 0 auto;
  }
  .essentials-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .essential-photo {
    height: 190px;
    padding: 14px;
  }
  .essential-card-copy {
    min-height: 270px;
    padding: 22px 17px;
  }
  .essential-card h2 {
    font-size: 23px;
  }
  .essential-card-copy > p:not(.essential-meta) {
    font-size: 12px;
  }
  .affiliate-note {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 45px 24px;
  }
}
@media (max-width: 480px) {
  .essentials-grid {
    grid-template-columns: 1fr;
  }
  .essential-photo {
    height: 260px;
    padding: 24px;
  }
  .essential-card-copy {
    min-height: 235px;
  }
}
.search-hero {
  min-height: 560px;
  display: grid;
  grid-template-columns: 55% 45%;
  border-bottom: 1px solid var(--ink);
}
.search-hero-copy {
  padding: clamp(70px, 8vw, 110px) clamp(30px, 7vw, 110px) 70px clamp(30px, 6vw, 90px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.search-hero h1 {
  margin-bottom: 30px;
  max-width: 760px;
  font-family: var(--serif);
  font-size: clamp(52px, 6.2vw, 92px);
  font-weight: 400;
  letter-spacing: -.055em;
  line-height: .94;
}
.search-hero h1 em {
  color: var(--gold);
  font-weight: 400;
}
.search-hero-copy > p:not(.eyebrow) {
  max-width: 590px;
  color: #48443e;
  font-family: var(--serif);
  font-size: 21px;
  line-height: 1.55;
}
.search-hero-copy .text-link {
  margin-top: 20px;
}
.search-tool {
  background: var(--ink);
  color: white;
  padding: 38px clamp(30px, 5vw, 72px) 70px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-left: 8px solid var(--gold);
}
.search-index, .contact-index {
  color: #77736c;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .17em;
  text-transform: uppercase;
}
.search-tool h2 {
  margin-bottom: 24px;
  font-family: var(--serif);
  font-size: clamp(44px, 4.5vw, 68px);
  font-weight: 400;
  line-height: 1.02;
  letter-spacing: -.04em;
}
.search-tool div > p:not(.eyebrow) {
  max-width: 430px;
  color: #d8d4cb;
  font-size: 15px;
  line-height: 1.7;
}
.search-tool .button {
  margin-top: 20px;
}
.search-tool small, .contact-intake small {
  display: block;
  margin-top: 16px;
  color: #8e8a82;
  font-size: 9px;
  letter-spacing: .08em;
}
.search-process {
  padding: 105px clamp(24px, 6vw, 90px) 120px;
  border-bottom: 5px solid var(--gold);
}
.search-steps article {
  min-height: 285px;
}
.search-cta {
  padding: 48px clamp(24px, 6vw, 90px);
  background: var(--ink);
  color: white;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 40px;
  align-items: center;
  border-top: 5px solid var(--gold);
}
.search-cta .eyebrow {
  margin: 0;
}
.search-cta h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(32px, 3.2vw, 48px);
  font-weight: 400;
  letter-spacing: -.03em;
}
.contact-hero {
  min-height: 360px;
  display: grid;
  grid-template-columns: 54% 46%;
  border-bottom: 1px solid var(--ink);
}
.contact-title {
  padding: clamp(55px, 6vw, 84px) clamp(30px, 6vw, 90px);
  background: var(--ink);
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.contact-title h1 {
  margin: 0;
  max-width: 780px;
  font-family: var(--serif);
  font-size: clamp(46px, 4.9vw, 74px);
  font-weight: 400;
  line-height: .96;
  letter-spacing: -.05em;
}
.contact-title h1 em {
  color: var(--gold);
  font-weight: 400;
}
.contact-title > p:last-child {
  max-width: 580px;
  color: #d9d5cd;
  font-family: var(--serif);
  font-size: 20px;
  line-height: 1.55;
}
.contact-intake {
  padding: 48px clamp(30px, 4vw, 60px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: var(--cream);
  border-left: 1px solid var(--ink);
}
.contact-intake h2 {
  margin-bottom: 25px;
  font-family: var(--serif);
  font-size: clamp(42px, 4.2vw, 64px);
  font-weight: 400;
  line-height: 1.04;
  letter-spacing: -.04em;
}
.contact-intake div > p {
  max-width: 440px;
  color: #4e4a43;
  font-size: 15px;
  line-height: 1.75;
}
.contact-intake .button {
  width: 100%;
  max-width: 300px;
  margin-top: 0;
  padding: 18px 24px;
  text-align: center;
}
.contact-intake small {
  color: #777168;
}
.contact-paths {
  padding: 105px clamp(24px, 6vw, 90px) 120px;
}
.contact-paths-heading {
  display: grid;
  grid-template-columns: 30% 70%;
  align-items: end;
  padding-bottom: 38px;
  border-bottom: 1px solid var(--ink);
}
.contact-paths-heading .eyebrow {
  margin: 0 0 8px;
}
.contact-paths-heading h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(42px, 5vw, 72px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -.04em;
}
.contact-paths-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.contact-paths-grid article {
  min-height: 290px;
  padding: 34px 40px 30px 0;
  border-bottom: 1px solid var(--ink);
}
.contact-paths-grid article + article {
  padding-left: 40px;
  border-left: 1px solid var(--ink);
}
.contact-paths-grid span {
  color: var(--gold);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .15em;
}
.contact-paths-grid h3 {
  margin: 35px 0 20px;
  font-family: var(--serif);
  font-size: 45px;
  font-weight: 400;
  line-height: 1;
}
.contact-paths-grid p {
  max-width: 340px;
  color: #514d47;
  font-size: 14px;
  line-height: 1.7;
}
.contact-expect {
  padding: 100px clamp(24px, 7vw, 110px);
  display: grid;
  grid-template-columns: 58% 42%;
  background: var(--cream);
  border-bottom: 1px solid var(--ink);
}
.contact-expect h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(45px, 5vw, 74px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -.04em;
}
.contact-expect > div:last-child {
  padding: 42px 0 0 60px;
  border-left: 1px solid var(--line);
}
.contact-expect > div:last-child > p {
  max-width: 470px;
  color: #514d47;
  font-size: 15px;
  line-height: 1.75;
}
.contact-link {
  margin-top: 18px;
}
.legal-document-page {
  background: #fffdfa;
  color: #0b0b0a;
}
.legal-document-intro {
  padding: 70px clamp(24px, 6vw, 90px) 42px;
  border-bottom: 1px solid #0b0b0a;
}
.legal-document-intro h1 {
  margin: 0 0 18px;
  font-family: var(--serif);
  font-size: clamp(48px, 6vw, 78px);
  font-weight: 400;
  line-height: .98;
  letter-spacing: -.04em;
}
.legal-document-intro > p:last-child {
  max-width: 660px;
  margin: 0;
  color: #514d47;
  font-size: 15px;
  line-height: 1.7;
}
.legal-document-viewer {
  padding: 40px clamp(24px, 6vw, 90px) 80px;
}
.legal-document-viewer iframe {
  display: block;
  width: 100%;
  height: 75vh;
  min-height: 680px;
  border: 1px solid #0b0b0a;
  background: #fff;
}
.legal-document-fallback {
  margin: 16px 0 0;
  color: #514d47;
  font-size: 12px;
}
.legal-document-fallback a {
  color: #0b0b0a;
  font-weight: 700;
  text-underline-offset: 3px;
}
@media (max-width: 760px) {
  .legal-document-intro {
    padding: 55px 24px 32px;
  }
  .legal-document-viewer {
    padding: 24px 16px 60px;
  }
  .legal-document-viewer iframe {
    height: 68vh;
    min-height: 520px;
  }
}
@media (max-width: 900px) {
  .search-hero, .contact-hero {
    grid-template-columns: 1fr;
  }
  .search-tool {
    min-height: 530px;
    border-left: 0;
    border-top: 8px solid var(--gold);
  }
  .contact-intake {
    min-height: 260px;
    border-left: 0;
  }
  .search-cta {
    grid-template-columns: 1fr;
    align-items: start;
  }
}
@media (max-width: 760px) {
  .search-hero-copy, .contact-title {
    padding: 75px 24px 65px;
  }
  .search-hero h1, .contact-title h1 {
    font-size: 56px;
  }
  .search-tool {
    padding: 30px 24px 65px;
    min-height: 470px;
  }
  .contact-intake {
    padding: 48px 24px;
    min-height: 220px;
  }
  .search-process, .contact-paths {
    padding: 75px 24px 85px;
  }
  .search-cta {
    padding: 48px 24px;
  }
  .contact-paths-heading {
    display: block;
  }
  .contact-paths-heading h2 {
    font-size: 45px;
  }
  .contact-paths-grid {
    grid-template-columns: 1fr;
  }
  .contact-paths-grid article, .contact-paths-grid article + article {
    min-height: 230px;
    padding: 30px 0;
    border-left: 0;
  }
  .contact-expect {
    grid-template-columns: 1fr;
    padding: 75px 24px;
  }
  .contact-expect > div:last-child {
    margin-top: 40px;
    padding: 35px 0 0;
    border-left: 0;
    border-top: 1px solid var(--line);
  }
}
.partner-page-editorial {
  background: var(--paper);
  color: var(--ink);
}
.partner-masthead {
  position: relative;
  min-height: 560px;
  padding: 34px clamp(24px, 6vw, 90px) 70px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 31%);
  grid-template-rows: 1fr;
  column-gap: clamp(45px, 8vw, 130px);
  background: linear-gradient(90deg, transparent 0, transparent 69%, rgba(182,138,60,.08) 69%, rgba(182,138,60,.08) 100%),	var(--paper);
  border-bottom: 1px solid var(--ink);
}
.partner-masthead::after {
  content: "PARTNER";
  position: absolute;
  right: -16px;
  bottom: -27px;
  color: rgba(11,11,10,.035);
  font-family: var(--serif);
  font-size: clamp(95px, 15vw, 230px);
  line-height: .7;
  letter-spacing: -.07em;
  pointer-events: none;
}
.partner-masthead-meta {
  grid-column: 1 / -1;
  padding: 0 0 18px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid var(--ink);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
}
.partner-masthead-copy {
  align-self: center;
  position: relative;
  z-index: 1;
  padding: 88px 0 35px;
}
.partner-masthead-copy h1 {
  max-width: 980px;
  margin: 0 0 36px;
  font-family: var(--serif);
  font-size: clamp(52px, 5vw, 82px);
  font-weight: 400;
  line-height: .94;
  letter-spacing: -.065em;
}
.partner-masthead-lede {
  max-width: 640px;
  margin: 0 0 34px;
  font-family: var(--serif);
  font-size: clamp(20px, 1.8vw, 27px);
  line-height: 1.42;
}
.partner-masthead-aside {
  align-self: end;
  position: relative;
  z-index: 1;
  padding: 40px 0 42px 38px;
  border-left: 1px solid var(--ink);
}
.partner-masthead-aside p {
  max-width: 310px;
  margin: 28px 0 0;
  font-size: 14px;
  line-height: 1.7;
}
.partner-seal {
  width: 94px;
  height: 94px;
  display: grid;
  place-items: center;
  border: 1px solid var(--ink);
  border-radius: 50%;
  font-family: var(--serif);
  font-size: 25px;
  letter-spacing: -.03em;
  transform: rotate(-8deg);
}
.partner-ledger {
  padding: 105px clamp(24px, 6vw, 90px) 120px;
}
.partner-ledger > header {
  display: grid;
  grid-template-columns: 30% 70%;
  align-items: end;
  padding-bottom: 44px;
}
.partner-ledger > header .eyebrow {
  margin: 0 0 9px;
}
.partner-ledger > header h2 {
  max-width: 940px;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(44px, 5vw, 76px);
  font-weight: 400;
  line-height: .98;
  letter-spacing: -.045em;
}
.partner-ledger-rows {
  border-top: 1px solid var(--ink);
}
.partner-ledger-rows article {
  min-height: 150px;
  display: grid;
  grid-template-columns: 10% minmax(280px, 42%) 1fr;
  align-items: center;
  column-gap: 30px;
  border-bottom: 1px solid var(--ink);
}
.partner-ledger-rows article > span {
  color: var(--gold);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .18em;
}
.partner-ledger-rows h3 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(29px, 3vw, 45px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -.035em;
}
.partner-ledger-rows p {
  max-width: 470px;
  margin: 0;
  color: #4d4943;
  font-size: 14px;
  line-height: 1.7;
}
.partner-category-band {
  padding: 29px clamp(24px, 6vw, 90px) 34px;
  background: var(--ink);
  color: white;
  border-top: 7px solid var(--gold);
  overflow: hidden;
}
.partner-category-band > p {
  margin: 0 0 23px;
  color: var(--gold);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
}
.partner-category-run {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 0;
  font-family: var(--serif);
  font-size: clamp(27px, 3.1vw, 47px);
  line-height: 1.15;
}
.partner-category-run span {
  white-space: nowrap;
}
.partner-category-run span:not(:last-child)::after {
  content: " / ";
  padding: 0 .3em;
  color: var(--gold);
}
.partner-fit {
  display: grid;
  grid-template-columns: 48% 52%;
  background: var(--gold);
  color: var(--ink);
}
.partner-fit-copy {
  min-height: 610px;
  padding: 105px clamp(32px, 7vw, 110px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-right: 1px solid var(--ink);
}
.partner-fit-copy h2 {
  max-width: 670px;
  margin: 0 0 34px;
  font-family: var(--serif);
  font-size: clamp(46px, 5vw, 78px);
  font-weight: 400;
  line-height: .94;
  letter-spacing: -.05em;
}
.partner-fit-copy > p:last-child {
  max-width: 520px;
  margin: 0;
  font-size: 15px;
  line-height: 1.75;
}
.partner-fit-list {
  margin: 0;
  padding: 76px clamp(30px, 5vw, 74px);
  list-style: none;
  counter-reset: partner-fit;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.partner-fit-list li {
  counter-increment: partner-fit;
  position: relative;
  padding: 21px 0 21px 55px;
  border-top: 1px solid rgba(11,11,10,.45);
}
.partner-fit-list li:last-child {
  border-bottom: 1px solid rgba(11,11,10,.45);
}
.partner-fit-list li::before {
  content: counter(partner-fit);
  position: absolute;
  left: 0;
  top: 26px;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .15em;
}
.partner-fit-list span {
  display: block;
  margin-bottom: 6px;
  font-family: var(--serif);
  font-size: clamp(24px, 2.3vw, 35px);
  line-height: 1;
}
.partner-fit-list small {
  display: block;
  max-width: 480px;
  font-size: 12px;
  line-height: 1.55;
}
.partner-route {
  padding: 98px clamp(24px, 6vw, 90px) 105px;
  background: var(--cream);
}
.partner-route > div:first-child {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 35px;
  padding-bottom: 34px;
}
.partner-route > div:first-child .eyebrow {
  margin: 0 0 9px;
}
.partner-route h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(44px, 5vw, 74px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -.04em;
}
.partner-route-line {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
}
.partner-route-line p {
  position: relative;
  min-height: 115px;
  margin: 0;
  padding: 31px 28px 28px 0;
  font-family: var(--serif);
  font-size: clamp(19px, 1.6vw, 25px);
  line-height: 1.2;
}
.partner-route-line p + p {
  padding-left: 28px;
  border-left: 1px solid var(--ink);
}
.partner-route-line strong {
  display: block;
  margin-bottom: 18px;
  color: var(--gold);
  font-family: var(--sans);
  font-size: 9px;
  letter-spacing: .15em;
}
.partner-contact {
  padding: 105px clamp(24px, 7vw, 110px) 115px;
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(320px, .7fr);
  gap: clamp(55px, 10vw, 150px);
  align-items: end;
  background: var(--paper);
}
.partner-contact h2 {
  max-width: 890px;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(50px, 6vw, 92px);
  font-weight: 400;
  line-height: .91;
  letter-spacing: -.055em;
}
.partner-contact > div:last-child {
  padding-left: 42px;
  border-left: 1px solid var(--ink);
}
.partner-contact > div:last-child p {
  max-width: 430px;
  margin: 0 0 28px;
  font-size: 14px;
  line-height: 1.72;
}
.partner-email {
  display: block;
  width: fit-content;
  margin-top: 18px;
  color: #5e594f;
  font-size: 11px;
  text-decoration: none;
  border-bottom: 1px solid var(--line);
}
@media (max-width: 980px) {
  .partner-masthead {
    grid-template-columns: 1fr 230px;
    column-gap: 45px;
  }
  .partner-ledger > header {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .partner-fit {
    grid-template-columns: 1fr;
  }
  .partner-fit-copy {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid var(--ink);
  }
  .partner-route-line {
    grid-template-columns: repeat(2, 1fr);
  }
  .partner-route-line p:nth-child(3) {
    border-left: 0;
    border-top: 1px solid var(--ink);
  }
  .partner-route-line p:nth-child(4) {
    border-top: 1px solid var(--ink);
  }
}
@media (max-width: 760px) {
  .partner-masthead {
    min-height: 0;
    padding: 25px 24px 70px;
    grid-template-columns: 1fr;
    background: var(--paper);
  }
  .partner-masthead-meta {
    gap: 20px;
  }
  .partner-masthead-copy {
    padding: 70px 0 45px;
  }
  .partner-masthead-copy h1 {
    font-size: 64px;
  }
  .partner-masthead-aside {
    padding: 32px 0 0;
    border-left: 0;
    border-top: 1px solid var(--ink);
  }
  .partner-seal {
    width: 76px;
    height: 76px;
  }
  .partner-ledger {
    padding: 75px 24px 85px;
  }
  .partner-ledger > header h2 {
    font-size: 47px;
  }
  .partner-ledger-rows article {
    min-height: 0;
    padding: 28px 0;
    grid-template-columns: 38px 1fr;
    row-gap: 15px;
  }
  .partner-ledger-rows article > p {
    grid-column: 2;
  }
  .partner-category-band {
    padding-left: 24px;
    padding-right: 24px;
  }
  .partner-category-run {
    font-size: 29px;
  }
  .partner-fit-copy, .partner-fit-list {
    padding: 70px 24px;
  }
  .partner-fit-copy h2 {
    font-size: 50px;
  }
  .partner-route {
    padding: 75px 24px 80px;
  }
  .partner-route > div:first-child {
    display: block;
  }
  .partner-route-line {
    grid-template-columns: 1fr;
  }
  .partner-route-line p, .partner-route-line p + p {
    min-height: 0;
    padding: 25px 0;
    border-left: 0;
    border-top: 1px solid var(--ink);
  }
  .partner-route-line p:first-child {
    border-top: 0;
  }
  .partner-contact {
    padding: 75px 24px 85px;
    grid-template-columns: 1fr;
    gap: 45px;
  }
  .partner-contact h2 {
    font-size: 55px;
  }
  .partner-contact > div:last-child {
    padding: 34px 0 0;
    border-left: 0;
    border-top: 1px solid var(--ink);
  }
}
.search-hero.search-hero-clean {
  min-height: 0;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(340px, .65fr);
  background: var(--paper);
  border-bottom: 7px solid var(--gold);
}
.search-hero-clean-main {
  min-height: 470px;
  padding: clamp(70px, 8vw, 115px) clamp(36px, 7vw, 105px) 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.search-page-label {
  margin: 0 0 28px;
  color: var(--gold);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
}
.search-hero-clean-main h1 {
  max-width: 860px;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(50px, 5.3vw, 80px);
  font-weight: 400;
  line-height: .96;
  letter-spacing: -.045em;
}
.search-hero-clean-details {
  padding: clamp(70px, 8vw, 115px) clamp(35px, 5vw, 72px) 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-left: 1px solid var(--ink);
  background: var(--cream);
}
.search-hero-clean-details p {
  max-width: 480px;
  margin: 0 0 30px;
  color: #49453f;
  font-size: 15px;
  line-height: 1.75;
}
.search-hero-clean-details .button {
  align-self: flex-start;
}
.search-hero-clean-services {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: var(--ink);
  color: white;
  border-top: 1px solid var(--ink);
  border-bottom: 7px solid var(--gold);
}
.search-hero-clean-services span {
  padding: 21px 30px 18px;
  font-family: var(--serif);
  font-size: clamp(25px, 2.4vw, 36px);
  line-height: 1;
  text-align: center;
}
.search-hero-clean-services span + span {
  border-left: 1px solid #44443f;
}
@media (max-width: 900px) {
  .search-hero.search-hero-clean {
    grid-template-columns: 1fr;
  }
  .search-hero-clean-main {
    min-height: 0;
    padding: 75px 24px 58px;
  }
  .search-hero-clean-details {
    padding: 50px 24px 58px;
    border-left: 0;
    border-top: 1px solid var(--ink);
  }
}
@media (max-width: 760px) {
  .search-hero-clean-main h1 {
    font-size: 54px;
  }
  .search-hero-clean-services span {
    padding: 17px 8px 15px;
    font-size: 25px;
  }
  .partner-masthead {
    min-height: 0;
  }
  .partner-masthead-copy h1 {
    font-size: 54px;
    line-height: .95;
  }
}
@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;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  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;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
    }
  }
}
