/*! tailwindcss v4.3.3 | MIT License | https://tailwindcss.com */
@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-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-space-y-reverse: 0;
      --tw-border-style: solid;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-outline-style: solid;
      --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;
      --tw-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
      --tw-duration: initial;
    }
  }
}

:root, :host {
  --font-cormorant: "Cormorant Garamond", serif;
  --font-inter: "Inter", sans-serif;
  --color-lib-bg: #faf8f5;
  --color-lib-bg-alt: #f4f0ea;
  --color-lib-bg-deep: #ebe5dd;
  --color-lib-ink: #15201f;
  --color-lib-muted: #66625e;
  --color-lib-sage: #9ea78e;
  --color-lib-sage-deep: #5e6a4f;
  --color-lib-sage-light: #cbd3bc;
  --color-lib-aubergine: #86667b;
  --color-lib-aubergine-deep: #6b4e62;
  --color-lib-stone: #cdb596;
  --color-lib-forest: #232e2c;
  --color-lib-rule: #dfd9d1;
  --shadow-soft: 0 4px 24px 0 #15201f0f;
  --shadow-card: 0 8px 40px 0 #15201f14;
  --font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue",
      "Noto Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
      "Segoe UI Symbol", "Noto Color Emoji";
  --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
  --spacing: .25rem;
  --default-transition-duration: .15s;
  --default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
  --default-font-family: var(--font-sans);
  --default-mono-font-family: var(--font-mono);
}

@layer theme;

@layer base {
  *, :after, :before, ::backdrop {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  ::file-selector-button {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  html, :host {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: 1.5;
    font-family: var(--default-font-family, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, 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;
    -webkit-text-decoration: 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 {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative;
  }

  sub {
    bottom: -.25em;
  }

  sup {
    top: -.5em;
  }

  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }

  :-moz-focusring:where(:not(iframe)) {
    outline: auto;
  }

  progress {
    vertical-align: baseline;
  }

  summary {
    display: list-item;
  }

  ol, ul, menu {
    list-style: none;
  }

  img, svg, video, canvas, audio, iframe, embed, object {
    vertical-align: middle;
    display: block;
  }

  img, video {
    max-width: 100%;
    height: auto;
  }

  button, input, select, optgroup, textarea {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  :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)) {
      ::placeholder {
        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 {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-year-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-month-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-day-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-hour-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-minute-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-second-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-millisecond-field {
    padding-block: 0;
  }

  ::-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"]) {
    appearance: button;
  }

  ::file-selector-button {
    appearance: button;
  }

  ::-webkit-inner-spin-button {
    height: auto;
  }

  ::-webkit-outer-spin-button {
    height: auto;
  }

  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }

  html {
    font-family: var(--font-inter), sans-serif;
    background-color: var(--color-lib-bg);
    color: var(--color-lib-ink);
    scroll-behavior: smooth;
  }

  h1, h2, h3, h4 {
    font-family: var(--font-cormorant), serif;
    color: var(--color-lib-ink);
    letter-spacing: -.01em;
    font-weight: 400;
  }

  h1 {
    font-size: clamp(2.5rem, 6vw, 4.25rem);
    line-height: 108%;
  }

  h2 {
    font-size: clamp(1.85rem, 4vw, 2.75rem);
    line-height: 118%;
  }

  h3 {
    font-size: clamp(1.5rem, 2.5vw, 2rem);
    line-height: 122%;
  }

  p {
    color: var(--color-lib-muted);
    font-size: 1rem;
    line-height: 175%;
  }
}

@layer components;

@layer utilities {
  .visible {
    visibility: visible;
  }

  .sr-only {
    clip-path: inset(50%);
    white-space: nowrap;
    border-width: 0;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    position: absolute;
    overflow: hidden;
  }

  .absolute {
    position: absolute;
  }

  .fixed {
    position: fixed;
  }

  .relative {
    position: relative;
  }

  .static {
    position: static;
  }

  .inset-0 {
    inset: 0;
  }

  .top-0 {
    top: 0;
  }

  .right-0 {
    right: 0;
  }

  .left-0 {
    left: 0;
  }

  .z-10 {
    z-index: 10;
  }

  .z-50 {
    z-index: 50;
  }

  .order-1 {
    order: 1;
  }

  .order-2 {
    order: 2;
  }

  .lib-container {
    max-width: 1160px;
    padding-inline: calc(var(--spacing) * 6);
    margin-inline: auto;
  }

  @media (min-width: 1440px) {
    .lib-container {
      padding-inline: 0;
    }
  }

  .lib-narrow {
    max-width: 680px;
    margin-inline: auto;
  }

  .mx-auto {
    margin-inline: auto;
  }

  .my-9 {
    margin-block: calc(var(--spacing) * 9);
  }

  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }

  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }

  .mt-9 {
    margin-top: calc(var(--spacing) * 9);
  }

  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }

  .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-5 {
    margin-bottom: calc(var(--spacing) * 5);
  }

  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }

  .mb-7 {
    margin-bottom: calc(var(--spacing) * 7);
  }

  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }

  .mb-9 {
    margin-bottom: calc(var(--spacing) * 9);
  }

  .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 {
    display: inline;
  }

  .inline-block {
    display: inline-block;
  }

  .table {
    display: table;
  }

  .flex-shrink {
    flex-shrink: 1;
  }

  .flex-shrink-0 {
    flex-shrink: 0;
  }

  .shrink {
    flex-shrink: 1;
  }

  .transform {
    transform: var(--tw-rotate-x, ) var(--tw-rotate-y, ) var(--tw-rotate-z, ) var(--tw-skew-x, ) var(--tw-skew-y, );
  }

  .resize {
    resize: both;
  }

  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .flex-wrap {
    flex-wrap: wrap;
  }

  .items-center {
    align-items: center;
  }

  .justify-between {
    justify-content: space-between;
  }

  .justify-center {
    justify-content: center;
  }

  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }

  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }

  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }

  .gap-12 {
    gap: calc(var(--spacing) * 12);
  }

  .gap-14 {
    gap: calc(var(--spacing) * 14);
  }

  :where(.space-y-4 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
  }

  :where(.space-y-5 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 5) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 5) * calc(1 - var(--tw-space-y-reverse)));
  }

  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }

  .border-l-2 {
    border-left-style: var(--tw-border-style);
    border-left-width: 2px;
  }

  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }

  .pl-8 {
    padding-left: calc(var(--spacing) * 8);
  }

  .text-center {
    text-align: center;
  }

  .opacity-40 {
    opacity: .4;
  }

  .ring {
    --tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }

  .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, );
  }

  .backdrop-filter {
    -webkit-backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, );
    backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, );
  }

  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .transition-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .duration-500 {
    --tw-duration: .5s;
    transition-duration: .5s;
  }

  @media (min-width: 40rem) {
    .sm\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }

  @media (min-width: 48rem) {
    .md\:inline {
      display: inline;
    }
  }

  @media (min-width: 64rem) {
    .lg\:col-span-2 {
      grid-column: span 2 / span 2;
    }

    .lg\:col-span-3 {
      grid-column: span 3 / span 3;
    }

    .lg\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .lg\:grid-cols-5 {
      grid-template-columns: repeat(5, minmax(0, 1fr));
    }

    .lg\:gap-16 {
      gap: calc(var(--spacing) * 16);
    }

    .lg\:gap-20 {
      gap: calc(var(--spacing) * 20);
    }
  }
}

.sr-only {
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}

* {
  box-sizing: border-box;
}

[data-lib-reveal] {
  opacity: 0;
}

.lib-section {
  padding-top: clamp(3.5rem, 6vw, 5.5rem);
  padding-bottom: clamp(3.5rem, 6vw, 5.5rem);
}

.lib-section-sm {
  padding-top: clamp(2.5rem, 4vw, 4rem);
  padding-bottom: clamp(2.5rem, 4vw, 4rem);
}

.lib-label {
  font-family: var(--font-inter), sans-serif;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--color-lib-aubergine-deep);
  font-size: .75rem;
  font-weight: 500;
}

.lib-section-heading {
  font-family: var(--font-cormorant), serif;
  color: var(--color-lib-ink);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 400;
  line-height: 118%;
}

.lib-display {
  font-family: var(--font-cormorant), serif;
  color: var(--color-lib-ink);
  font-size: clamp(2.5rem, 6vw, 4rem);
  font-weight: 300;
  line-height: 110%;
}

.lib-pull-quote {
  font-family: var(--font-cormorant), serif;
  color: var(--color-lib-ink);
  font-size: clamp(1.75rem, 3.5vw, 2.5rem);
  font-style: italic;
  font-weight: 400;
  line-height: 130%;
}

.lib-body {
  color: var(--color-lib-muted);
  font-size: 1.0625rem;
  line-height: 165%;
}

.lib-body-lead {
  font-family: var(--font-cormorant), serif;
  color: var(--color-lib-ink);
  font-size: clamp(1.3rem, 2.4vw, 1.625rem);
  font-weight: 400;
  line-height: 152%;
}

.lib-statement {
  font-family: var(--font-cormorant), serif;
  color: var(--color-lib-ink);
  font-size: clamp(1.25rem, 2.5vw, 1.625rem);
  font-weight: 400;
  line-height: 155%;
}

.btn-lib {
  background: var(--color-lib-aubergine);
  color: #fff;
  font-family: var(--font-inter), sans-serif;
  letter-spacing: .01em;
  cursor: pointer;
  border: none;
  border-radius: 2px;
  align-items: center;
  gap: .5rem;
  padding: .875rem 2rem;
  font-size: .9375rem;
  font-weight: 500;
  text-decoration: none;
  transition: background .3s, color .3s, transform .2s;
  display: inline-flex;
}

.btn-lib:hover {
  background: var(--color-lib-aubergine-deep);
  color: #fff;
  transform: translateY(-1px);
}

.btn-lib-outline {
  color: var(--color-lib-aubergine-deep);
  border: 1px solid var(--color-lib-aubergine);
  background: none;
}

.btn-lib-outline:hover {
  background: var(--color-lib-aubergine);
  color: #fff;
}

.lib-bullets {
  margin: 0;
  padding: 0;
  list-style: none;
}

.lib-bullets li {
  color: var(--color-lib-muted);
  margin-bottom: .75rem;
  padding-left: 2rem;
  font-size: 1.0625rem;
  line-height: 165%;
  position: relative;
}

.lib-bullets li:before {
  content: "";
  border: 1px solid var(--color-lib-sage);
  background: none;
  border-radius: 50%;
  width: 11px;
  height: 11px;
  position: absolute;
  top: .52em;
  left: 0;
}

.lib-bullets--aubergine li:before {
  border-color: var(--color-lib-aubergine);
}

.lib-faq-item {
  border-bottom: 1px solid var(--color-lib-rule);
}

.lib-faq-trigger {
  cursor: pointer;
  text-align: left;
  width: 100%;
  font-family: var(--font-cormorant), serif;
  color: var(--color-lib-ink);
  background: none;
  border: none;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem 0;
  font-size: 1.3125rem;
  font-weight: 400;
  line-height: 140%;
  display: flex;
}

.lib-faq-trigger .faq-icon {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin-left: 2rem;
  transition: transform .4s;
  position: relative;
}

.lib-faq-trigger .faq-icon:before, .lib-faq-trigger .faq-icon:after {
  content: "";
  background: var(--color-lib-aubergine);
  transition: opacity .3s, transform .3s;
  position: absolute;
}

.lib-faq-trigger .faq-icon:before {
  width: 20px;
  height: 1px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.lib-faq-trigger .faq-icon:after {
  width: 1px;
  height: 20px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.lib-faq-item.open .faq-icon:after {
  opacity: 0;
  transform: translateX(-50%) rotate(90deg);
}

.lib-faq-body {
  max-height: 0;
  transition: max-height .45s;
  overflow: hidden;
}

.lib-faq-body-inner {
  padding-bottom: 1.5rem;
}

.lib-parallax-wrap {
  overflow: hidden;
}

.lib-divider {
  background: var(--color-lib-aubergine);
  width: 40px;
  height: 1px;
  display: block;
}

.lib-card {
  border: 1px solid var(--color-lib-rule);
  background: var(--color-lib-bg);
  border-radius: 4px;
  padding: 2rem;
  transition: border-color .3s, box-shadow .3s, transform .3s;
}

a.lib-card {
  text-decoration: none;
  display: block;
}

a.lib-card:hover {
  border-color: var(--color-lib-sage);
  box-shadow: var(--shadow-soft);
  transform: translateY(-2px);
}

.lib-card__title {
  font-family: var(--font-cormorant), serif;
  color: var(--color-lib-ink);
  margin: 0 0 .75rem;
  font-size: 1.4375rem;
  font-weight: 400;
  line-height: 130%;
}

.lib-card__arrow {
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--color-lib-aubergine-deep);
  align-items: center;
  gap: .4rem;
  margin-top: 1.25rem;
  font-size: .6875rem;
  font-weight: 500;
  display: inline-flex;
}

.lib-card__arrow svg {
  transition: transform .25s;
}

a.lib-card:hover .lib-card__arrow svg {
  transform: translateX(3px);
}

.lib-img-placeholder img {
  display: none;
}

.lib-img-placeholder .lib-img-empty {
  display: flex !important;
}

.lib-img-empty {
  background: var(--color-lib-bg-deep);
  display: none;
}

figure:not(.lib-img-placeholder) .lib-img-empty {
  display: none !important;
}

.lib-crumbs {
  letter-spacing: .12em;
  text-transform: uppercase;
  flex-wrap: wrap;
  align-items: center;
  gap: .5rem;
  font-size: .6875rem;
  font-weight: 500;
  display: flex;
}

.lib-crumbs a {
  color: var(--color-lib-aubergine-deep);
  text-decoration: none;
  transition: color .2s;
}

.lib-crumbs a:hover {
  color: var(--color-lib-ink);
}

.lib-crumbs span[aria-hidden] {
  color: var(--color-lib-stone);
}

.lib-crumbs .lib-crumbs__current {
  color: var(--color-lib-muted);
  opacity: .7;
}

.lib-prose h2 {
  margin: 2.75rem 0 1rem;
  font-size: clamp(1.5rem, 2.6vw, 1.9rem);
}

.lib-prose h3 {
  margin: 2rem 0 .75rem;
  font-size: 1.25rem;
}

.lib-prose p, .lib-prose li {
  color: var(--color-lib-muted);
  font-size: 1.0625rem;
  line-height: 172%;
}

.lib-prose p {
  margin-bottom: 1.1rem;
}

.lib-prose ul {
  margin: 0 0 1.5rem;
  padding: 0;
  list-style: none;
}

.lib-prose ul li {
  margin-bottom: .6rem;
  padding-left: 2rem;
  position: relative;
}

.lib-prose ul li:before {
  content: "";
  border: 1px solid var(--color-lib-sage);
  border-radius: 50%;
  width: 11px;
  height: 11px;
  position: absolute;
  top: .52em;
  left: 0;
}

.lib-prose a {
  color: var(--color-lib-aubergine-deep);
  border-bottom: 1px solid var(--color-lib-rule);
  text-decoration: none;
  transition: border-color .2s;
}

.lib-prose a:hover {
  border-color: var(--color-lib-aubergine);
}

.lib-form-label {
  font-family: var(--font-inter), sans-serif;
  letter-spacing: .04em;
  color: var(--color-lib-ink);
  margin-bottom: .375rem;
  font-size: .8125rem;
  font-weight: 500;
  display: block;
}

.lib-form-input {
  border: 1px solid var(--color-lib-rule);
  width: 100%;
  font-family: var(--font-inter), sans-serif;
  color: var(--color-lib-ink);
  background: #fff;
  border-radius: 3px;
  outline: none;
  padding: .75rem 1rem;
  font-size: .9375rem;
  transition: border-color .2s, box-shadow .2s;
  display: block;
}

.lib-form-input::placeholder {
  color: var(--color-lib-muted);
  opacity: .55;
}

.lib-form-input:focus {
  border-color: var(--color-lib-aubergine);
  box-shadow: 0 0 0 3px #86667b24;
}

.lib-form-input.lib-input-error {
  border-color: #b43c3c80;
  box-shadow: 0 0 0 3px #b43c3c14;
}

.lib-field-error {
  color: #9e3a3a;
  margin-top: .375rem;
  font-size: .8125rem;
  display: block;
}

.lib-contact-form button[disabled] {
  opacity: .6;
  cursor: not-allowed;
}

a:focus-visible, button:focus-visible, .lib-faq-trigger:focus-visible {
  outline: 2px solid var(--color-lib-aubergine);
  outline-offset: 3px;
  border-radius: 2px;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  [data-lib-reveal] {
    opacity: 1 !important;
  }

  *, :before, :after {
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}

.lib-cta-band {
  background: var(--color-lib-sage-light);
  text-align: center;
  position: relative;
  overflow: hidden;
}

.lib-cta-band:before {
  content: "";
  pointer-events: none;
  background: radial-gradient(70% 80% at 50% 45%, #ffffff8c 0%, #fff0 70%), radial-gradient(circle, #0000 43.6%, #6e7a5e29 43.7%, #0000 44%), radial-gradient(circle, #0000 31.6%, #6e7a5e21 31.7%, #0000 32%), radial-gradient(circle, #0000 21.6%, #6e7a5e1a 21.7%, #0000 22%);
  position: absolute;
  inset: 0;
}

.lib-cta-band > * {
  z-index: 1;
  position: relative;
}

.lib-cta-band p {
  color: #43483c;
}

.lib-cta-band .btn-lib {
  color: var(--color-lib-ink);
  background: #fff;
}

.lib-cta-band .btn-lib:hover {
  background: var(--color-lib-ink);
  color: #fff;
}

.lib-hero {
  background: var(--color-lib-bg);
  justify-content: center;
  align-items: center;
  min-height: 100svh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.lib-hero__bg {
  pointer-events: none;
  position: absolute;
  inset: 0;
}

.lib-hero__bg img {
  object-fit: cover;
  object-position: center bottom;
  width: 100%;
  height: 100%;
  display: block;
}

.lib-hero__glow {
  pointer-events: none;
  background: radial-gradient(82% 74% at 50% 40%, #fffffffa 0%, #ffffffeb 26%, #fcfaf6bd 48%, #fcfaf652 68%, #0000 84%);
  position: absolute;
  inset: 0;
}

.lib-hero__inner {
  padding-top: 7rem;
  padding-bottom: max(8rem, 11vh);
}

.lib-hero__logo img {
  filter: drop-shadow(0 2px 18px #9ea78e4d);
  width: clamp(186px, 25vw, 276px);
  height: auto;
  margin: 0 auto 2.75rem;
  display: block;
}

.lib-hero__headline {
  max-width: 16ch;
  margin: 0 auto 1.75rem;
  font-size: clamp(2rem, 4.6vw, 3.25rem);
}

.lib-hero__sub {
  color: var(--color-lib-muted);
  max-width: 46ch;
  margin: 0 auto 1.5rem;
  font-size: clamp(1rem, 1.7vw, 1.1875rem);
  line-height: 168%;
}

.lib-hero__meta {
  color: var(--color-lib-muted);
  max-width: 48ch;
  margin: 0 auto;
  font-size: .9375rem;
  line-height: 172%;
}

.lib-hero__meta--lbj {
  margin-top: .75rem;
}

.lib-hero__meta--lbj a {
  color: var(--color-lib-aubergine);
  border-bottom: 1px solid #86667b59;
  text-decoration: none;
  transition: border-color .2s;
}

.lib-hero__meta--lbj a:hover {
  border-color: var(--color-lib-aubergine);
}

.lib-hero__scroll {
  opacity: .5;
  z-index: 10;
  flex-direction: column;
  align-items: center;
  gap: .5rem;
  display: flex;
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
}

.lib-hero__scroll-line {
  transform-origin: top;
  background: var(--color-lib-sage-deep);
  width: 1px;
  height: 2.5rem;
  animation: 2.2s ease-in-out infinite libGrowDown;
}

@keyframes libGrowDown {
  0% {
    opacity: 0;
    transform: scaleY(0);
  }

  45% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: scaleY(1);
  }
}

.lib-page-hero {
  background: var(--color-lib-bg-alt);
  padding-top: clamp(8rem, 14vh, 10.5rem);
  padding-bottom: clamp(3.5rem, 7vw, 5rem);
  position: relative;
  overflow: hidden;
}

.lib-page-hero:before {
  content: "";
  pointer-events: none;
  background: radial-gradient(60% 90% at 78% 18%, #cbd3bc6b 0%, #0000 62%), radial-gradient(55% 80% at 12% 92%, #86667b1a 0%, #0000 60%);
  position: absolute;
  inset: 0;
}

.lib-page-hero > * {
  z-index: 1;
  position: relative;
}

.lib-page-hero__title {
  font-family: var(--font-cormorant), serif;
  color: var(--color-lib-ink);
  margin: 0 0 1.25rem;
  font-size: clamp(2.25rem, 5.2vw, 3.5rem);
  font-weight: 300;
  line-height: 112%;
}

.lib-page-hero__lede {
  font-family: var(--font-cormorant), serif;
  color: var(--color-lib-ink);
  max-width: 30ch;
  margin: 0;
  font-size: clamp(1.25rem, 2.4vw, 1.625rem);
  line-height: 148%;
}

.lib-philosophy {
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  display: flex;
}

.lib-philosophy p {
  margin: 0;
}

.lib-philosophy__rule {
  background: #9ea78eb3;
  width: 32px;
  height: 1px;
  display: block;
}

.lib-card-grid {
  grid-template-columns: 1fr;
  gap: 1.25rem;
  display: grid;
}

@media (min-width: 640px) {
  .lib-card-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .lib-card--wide {
    grid-column: span 2;
  }
}

@media (min-width: 1024px) {
  .lib-card-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .lib-card--wide {
    grid-column: span 2;
  }
}

.lib-figure {
  background: var(--color-lib-bg-deep);
  border-radius: 2px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  box-shadow: 0 6px 40px #15201f1a, 0 1px 6px #15201f0f;
}

.lib-figure img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  display: block;
}

.lib-page-hero__grid {
  grid-template-columns: 1fr;
  align-items: end;
  gap: 1.5rem;
  display: grid;
}

@media (min-width: 900px) {
  .lib-page-hero__grid {
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
    gap: 3.5rem;
  }
}

.lib-split {
  grid-template-columns: 1fr;
  gap: 3.5rem;
  display: grid;
}

.lib-split__aside {
  min-width: 0;
}

.lib-split__body {
  min-width: 0;
  max-width: 68ch;
}

@media (min-width: 1024px) {
  .lib-split {
    grid-template-columns: 380px minmax(0, 1fr);
    align-items: start;
    gap: 5rem;
  }

  .lib-split__aside {
    position: sticky;
    top: 7rem;
  }
}

.lib-heading-sm {
  font-family: var(--font-cormorant), serif;
  color: var(--color-lib-ink);
  margin: 0 0 1.25rem;
  font-size: clamp(1.5rem, 2.6vw, 1.875rem);
  font-weight: 400;
  line-height: 128%;
}

.lib-inline-link {
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--color-lib-aubergine-deep);
  border-bottom: 1px solid #86667b59;
  align-items: center;
  gap: .45rem;
  padding-bottom: .2rem;
  font-size: .6875rem;
  font-weight: 500;
  text-decoration: none;
  transition: border-color .2s, color .2s;
  display: inline-flex;
}

.lib-inline-link:after {
  content: "";
  background: currentColor;
  width: 13px;
  height: 8px;
  transition: transform .25s;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 8'%3E%3Cpath fill='none' stroke='%23000' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round' d='M0 4h12M9 1l3 3-3 3'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 8'%3E%3Cpath fill='none' stroke='%23000' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round' d='M0 4h12M9 1l3 3-3 3'/%3E%3C/svg%3E") center / contain no-repeat;
}

.lib-inline-link:hover {
  color: var(--color-lib-aubergine-deep);
  border-color: var(--color-lib-aubergine);
}

.lib-inline-link:hover:after {
  transform: translateX(3px);
}

.lib-closing {
  border-left: 2px solid var(--color-lib-sage);
  padding-left: 2rem;
}

.lib-closing p:last-child {
  color: var(--color-lib-ink);
}

.lib-panel {
  background: var(--color-lib-bg-alt);
  border: 1px solid var(--color-lib-rule);
  border-radius: 4px;
  padding: clamp(1.75rem, 4vw, 2.75rem);
}

.lib-panel--plain {
  background: var(--color-lib-bg);
}

.lib-bullets--two {
  columns: 1;
}

@media (min-width: 720px) {
  .lib-bullets--two {
    columns: 2;
    column-gap: 2.5rem;
  }

  .lib-bullets--two li {
    break-inside: avoid;
  }
}

.lib-steps {
  margin: 0;
  padding: 0;
  list-style: none;
}

.lib-steps li {
  gap: 1.5rem;
  padding-bottom: 2.5rem;
  display: flex;
  position: relative;
}

.lib-steps li:last-child {
  padding-bottom: 0;
}

.lib-steps li:not(:last-child):before {
  content: "";
  background: var(--color-lib-rule);
  width: 1px;
  position: absolute;
  top: 2.75rem;
  bottom: .5rem;
  left: 1.0625rem;
}

.lib-steps__num {
  border: 1px solid var(--color-lib-sage);
  background: var(--color-lib-bg);
  width: 2.125rem;
  height: 2.125rem;
  font-family: var(--font-inter), sans-serif;
  letter-spacing: .06em;
  color: var(--color-lib-sage-deep);
  z-index: 1;
  border-radius: 50%;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  font-size: .6875rem;
  font-weight: 500;
  display: flex;
  position: relative;
}

.lib-steps__title {
  font-family: var(--font-cormorant), serif;
  color: var(--color-lib-ink);
  margin: .15rem 0 .5rem;
  font-size: 1.3125rem;
  font-weight: 400;
  line-height: 135%;
}

.lib-quote-rule {
  border-left: 2px solid var(--color-lib-sage);
  margin: 2.25rem 0;
  padding-left: 2rem;
}

.lib-stack {
  border-left: 2px solid var(--color-lib-sage-light);
  flex-direction: column;
  gap: .5rem;
  margin: 2rem 0;
  padding-left: 2rem;
  display: flex;
}

.lib-stack p {
  margin: 0;
}

.lib-figure--band {
  aspect-ratio: 21 / 9;
  border-radius: 3px;
  max-width: 100%;
}

@media (max-width: 640px) {
  .lib-figure--band {
    aspect-ratio: 3 / 2;
  }
}

.lib-crosslink {
  border: 1px solid var(--color-lib-rule);
  border-left: 3px solid var(--color-lib-aubergine);
  background: var(--color-lib-bg);
  border-radius: 4px;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.75rem;
  padding: clamp(1.75rem, 4vw, 2.5rem);
  display: flex;
}

.lib-crosslink .btn-lib {
  flex-shrink: 0;
}

@media (min-width: 900px) {
  .lib-crosslink {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 3rem;
  }
}

.lib-cta-actions {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  display: flex;
}

.lib-cta-band .lib-cta-secondary {
  color: var(--color-lib-ink);
  background: none;
  border: 1px solid #15201f59;
}

.lib-cta-band .lib-cta-secondary:hover {
  background: var(--color-lib-ink);
  color: #fff;
  border-color: var(--color-lib-ink);
}

.lib-empty {
  border: 1px dashed var(--color-lib-rule);
  background: var(--color-lib-bg-alt);
  text-align: center;
  border-radius: 4px;
  max-width: 620px;
  margin: 0 auto;
  padding: clamp(2.5rem, 6vw, 4rem) clamp(1.5rem, 5vw, 3rem);
}

.lib-empty img {
  opacity: .75;
  width: 44px;
  height: 44px;
  margin: 0 auto 1.5rem;
  display: block;
}

.lib-empty p {
  max-width: 46ch;
  margin-left: auto;
  margin-right: auto;
}

.lib-text-link {
  color: var(--color-lib-aubergine-deep);
  border-bottom: 1px solid #86667b59;
  text-decoration: none;
  transition: border-color .2s;
}

.lib-text-link:hover {
  border-color: var(--color-lib-aubergine);
}

.lib-sister-mark {
  max-width: 340px;
  margin: 0 auto clamp(2rem, 5vw, 3rem);
}

.lib-sister-mark img {
  width: 100%;
  height: auto;
  display: block;
}

.lib-fees {
  border-top: 1px solid var(--color-lib-rule);
  margin: 0;
}

.lib-fees__row {
  border-bottom: 1px solid var(--color-lib-rule);
  justify-content: space-between;
  align-items: baseline;
  gap: 1.25rem;
  padding: 1.15rem 0;
  display: flex;
}

.lib-fees dt {
  font-family: var(--font-cormorant), serif;
  color: var(--color-lib-ink);
  flex: auto;
  min-width: 0;
  margin: 0;
  font-size: clamp(1.0625rem, 3.4vw, 1.25rem);
  line-height: 132%;
}

.lib-fees dd {
  text-align: right;
  flex: none;
  margin: 0;
}

.lib-fees__qty {
  font-family: var(--font-inter), sans-serif;
  color: var(--color-lib-muted);
  white-space: nowrap;
  font-size: .8125rem;
  display: inline-block;
}

.lib-fees__note {
  font-family: var(--font-inter), sans-serif;
  color: var(--color-lib-muted);
  max-width: 34ch;
  margin-top: .3rem;
  font-size: .78rem;
  line-height: 148%;
  display: block;
}

.lib-fees__price {
  font-family: var(--font-cormorant), serif;
  color: var(--color-lib-ink);
  white-space: nowrap;
  font-size: clamp(1.125rem, 3.6vw, 1.375rem);
}

.lib-fees__price--free {
  font-family: var(--font-inter), sans-serif;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--color-lib-aubergine-deep);
  font-size: .75rem;
  font-weight: 500;
}

.lib-fees__ref {
  color: var(--color-lib-aubergine-deep);
  vertical-align: super;
  font-size: .85em;
  text-decoration: none;
}

.lib-fees__ref:hover {
  text-decoration: underline;
}

@property --tw-rotate-x {
  syntax: "*";
  inherits: false
}

@property --tw-rotate-y {
  syntax: "*";
  inherits: false
}

@property --tw-rotate-z {
  syntax: "*";
  inherits: false
}

@property --tw-skew-x {
  syntax: "*";
  inherits: false
}

@property --tw-skew-y {
  syntax: "*";
  inherits: false
}

@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}

@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-shadow-color {
  syntax: "*";
  inherits: false
}

@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false
}

@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-ring-color {
  syntax: "*";
  inherits: false
}

@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false
}

@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-ring-inset {
  syntax: "*";
  inherits: false
}

@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0;
}

@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}

@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}

@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
}

@property --tw-backdrop-blur {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-brightness {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-contrast {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-grayscale {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-hue-rotate {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-invert {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-opacity {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-saturate {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-sepia {
  syntax: "*";
  inherits: false
}

@property --tw-duration {
  syntax: "*";
  inherits: false
}
