/*! tailwindcss v4.3.0 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: "IBM Plex Sans", sans-serif;
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New',
    monospace;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-primary: #7a1d2b;
    --color-primary-900: #2f0a11;
    --color-neutral: #181313;
    --color-background: #f4eee6;
    --color-signal: #c8a36a;
    --color-coral: #9f3142;
    --color-ink: #140f10;
    --color-paper: #f4eee6;
    --font-display: "Bricolage Grotesque", sans-serif;
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji');
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type='button'], [type='reset'], [type='submit']), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden='until-found'])) {
    display: none !important;
  }
}
@layer utilities {
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
    border-width: 0;
  }
  .static {
    position: static;
  }
  .prose {
    color: var(--tw-prose-body);
    max-width: 65ch;
    :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
      margin-bottom: 1.25em;
    }
    :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-lead);
      font-size: 1.25em;
      line-height: 1.6;
      margin-top: 1.2em;
      margin-bottom: 1.2em;
    }
    :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-links);
      text-decoration: underline;
      font-weight: 500;
    }
    :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-bold);
      font-weight: 600;
    }
    :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: decimal;
      margin-top: 1.25em;
      margin-bottom: 1.25em;
      padding-inline-start: 1.625em;
    }
    :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-alpha;
    }
    :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-alpha;
    }
    :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-alpha;
    }
    :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-alpha;
    }
    :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-roman;
    }
    :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-roman;
    }
    :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-roman;
    }
    :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-roman;
    }
    :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: decimal;
    }
    :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: disc;
      margin-top: 1.25em;
      margin-bottom: 1.25em;
      padding-inline-start: 1.625em;
    }
    :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
      font-weight: 400;
      color: var(--tw-prose-counters);
    }
    :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
      color: var(--tw-prose-bullets);
    }
    :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      margin-top: 1.25em;
    }
    :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-color: var(--tw-prose-hr);
      border-top-width: 1px;
      margin-top: 3em;
      margin-bottom: 3em;
    }
    :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 500;
      font-style: italic;
      color: var(--tw-prose-quotes);
      border-inline-start-width: 0.25rem;
      border-inline-start-color: var(--tw-prose-quote-borders);
      quotes: "\201C""\201D""\2018""\2019";
      margin-top: 1.6em;
      margin-bottom: 1.6em;
      padding-inline-start: 1em;
    }
    :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
      content: open-quote;
    }
    :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
      content: close-quote;
    }
    :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 800;
      font-size: 2.25em;
      margin-top: 0;
      margin-bottom: 0.8888889em;
      line-height: 1.1111111;
    }
    :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 900;
      color: inherit;
    }
    :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 700;
      font-size: 1.5em;
      margin-top: 2em;
      margin-bottom: 1em;
      line-height: 1.3333333;
    }
    :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 800;
      color: inherit;
    }
    :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      font-size: 1.25em;
      margin-top: 1.6em;
      margin-bottom: 0.6em;
      line-height: 1.6;
    }
    :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 700;
      color: inherit;
    }
    :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      margin-top: 1.5em;
      margin-bottom: 0.5em;
      line-height: 1.5;
    }
    :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 700;
      color: inherit;
    }
    :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      display: block;
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 500;
      font-family: inherit;
      color: var(--tw-prose-kbd);
      box-shadow: 0 0 0 1px var(--tw-prose-kbd-shadows), 0 3px 0 var(--tw-prose-kbd-shadows);
      font-size: 0.875em;
      border-radius: 0.3125rem;
      padding-top: 0.1875em;
      padding-inline-end: 0.375em;
      padding-bottom: 0.1875em;
      padding-inline-start: 0.375em;
    }
    :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-code);
      font-weight: 600;
      font-size: 0.875em;
    }
    :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
      content: "`";
    }
    :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
      content: "`";
    }
    :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
      font-size: 0.875em;
    }
    :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
      font-size: 0.9em;
    }
    :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-pre-code);
      background-color: var(--tw-prose-pre-bg);
      overflow-x: auto;
      font-weight: 400;
      font-size: 0.875em;
      line-height: 1.7142857;
      margin-top: 1.7142857em;
      margin-bottom: 1.7142857em;
      border-radius: 0.375rem;
      padding-top: 0.8571429em;
      padding-inline-end: 1.1428571em;
      padding-bottom: 0.8571429em;
      padding-inline-start: 1.1428571em;
    }
    :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      background-color: transparent;
      border-width: 0;
      border-radius: 0;
      padding: 0;
      font-weight: inherit;
      color: inherit;
      font-size: inherit;
      font-family: inherit;
      line-height: inherit;
    }
    :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
      content: none;
    }
    :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
      content: none;
    }
    :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      width: 100%;
      table-layout: auto;
      margin-top: 2em;
      margin-bottom: 2em;
      font-size: 0.875em;
      line-height: 1.7142857;
    }
    :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-bottom-width: 1px;
      border-bottom-color: var(--tw-prose-th-borders);
    }
    :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      vertical-align: bottom;
      padding-inline-end: 0.5714286em;
      padding-bottom: 0.5714286em;
      padding-inline-start: 0.5714286em;
    }
    :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-bottom-width: 1px;
      border-bottom-color: var(--tw-prose-td-borders);
    }
    :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-bottom-width: 0;
    }
    :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      vertical-align: baseline;
    }
    :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-top-width: 1px;
      border-top-color: var(--tw-prose-th-borders);
    }
    :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      vertical-align: top;
    }
    :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      text-align: start;
    }
    :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
      margin-bottom: 0;
    }
    :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-captions);
      font-size: 0.875em;
      line-height: 1.4285714;
      margin-top: 0.8571429em;
    }
    --tw-prose-body: oklch(37.3% 0.034 259.733);
    --tw-prose-headings: oklch(21% 0.034 264.665);
    --tw-prose-lead: oklch(44.6% 0.03 256.802);
    --tw-prose-links: oklch(21% 0.034 264.665);
    --tw-prose-bold: oklch(21% 0.034 264.665);
    --tw-prose-counters: oklch(55.1% 0.027 264.364);
    --tw-prose-bullets: oklch(87.2% 0.01 258.338);
    --tw-prose-hr: oklch(92.8% 0.006 264.531);
    --tw-prose-quotes: oklch(21% 0.034 264.665);
    --tw-prose-quote-borders: oklch(92.8% 0.006 264.531);
    --tw-prose-captions: oklch(55.1% 0.027 264.364);
    --tw-prose-kbd: oklch(21% 0.034 264.665);
    --tw-prose-kbd-shadows: color-mix(in oklab, oklch(21% 0.034 264.665) 10%, transparent);
    --tw-prose-code: oklch(21% 0.034 264.665);
    --tw-prose-pre-code: oklch(92.8% 0.006 264.531);
    --tw-prose-pre-bg: oklch(27.8% 0.033 256.848);
    --tw-prose-th-borders: oklch(87.2% 0.01 258.338);
    --tw-prose-td-borders: oklch(92.8% 0.006 264.531);
    --tw-prose-invert-body: oklch(87.2% 0.01 258.338);
    --tw-prose-invert-headings: #fff;
    --tw-prose-invert-lead: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-links: #fff;
    --tw-prose-invert-bold: #fff;
    --tw-prose-invert-counters: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-bullets: oklch(44.6% 0.03 256.802);
    --tw-prose-invert-hr: oklch(37.3% 0.034 259.733);
    --tw-prose-invert-quotes: oklch(96.7% 0.003 264.542);
    --tw-prose-invert-quote-borders: oklch(37.3% 0.034 259.733);
    --tw-prose-invert-captions: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-kbd: #fff;
    --tw-prose-invert-kbd-shadows: rgb(255 255 255 / 10%);
    --tw-prose-invert-code: #fff;
    --tw-prose-invert-pre-code: oklch(87.2% 0.01 258.338);
    --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
    --tw-prose-invert-th-borders: oklch(44.6% 0.03 256.802);
    --tw-prose-invert-td-borders: oklch(37.3% 0.034 259.733);
    font-size: 1rem;
    line-height: 1.75;
    :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
      margin-bottom: 0;
    }
    :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.5em;
      margin-bottom: 0.5em;
    }
    :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0.375em;
    }
    :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0.375em;
    }
    :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.75em;
      margin-bottom: 0.75em;
    }
    :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
    }
    :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-bottom: 1.25em;
    }
    :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
    }
    :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-bottom: 1.25em;
    }
    :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.75em;
      margin-bottom: 0.75em;
    }
    :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
      margin-bottom: 1.25em;
    }
    :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.5em;
      padding-inline-start: 1.625em;
    }
    :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0;
    }
    :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-end: 0;
    }
    :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-top: 0.5714286em;
      padding-inline-end: 0.5714286em;
      padding-bottom: 0.5714286em;
      padding-inline-start: 0.5714286em;
    }
    :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0;
    }
    :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-end: 0;
    }
    :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-bottom: 0;
    }
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .flex-col {
    flex-direction: column;
  }
  .bg-background {
    background-color: var(--color-background);
  }
  .font-sans {
    font-family: var(--font-sans);
  }
  .text-neutral {
    color: var(--color-neutral);
  }
}
@layer base {
  html {
    scroll-behavior: smooth;
    background: var(--color-paper);
  }
  body {
    margin: 0;
    background: var(--color-paper);
    color: var(--color-ink);
    font-family: var(--font-sans);
    -webkit-font-smoothing: antialiased;
  }
  *, *::before, *::after {
    box-sizing: border-box;
  }
  a {
    color: inherit;
  }
  ::selection {
    background: var(--color-signal);
    color: var(--color-ink);
  }
  [x-cloak] {
    display: none !important;
  }
}
@layer components {
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
  .bt-shell {
    width: min(100% - 40px, 1320px);
    margin-inline: auto;
  }
  .bt-header {
    position: sticky;
    top: 0;
    z-index: 80;
    background: rgba(244, 238, 230, .95);
    backdrop-filter: blur(14px);
    border-bottom: 1px solid rgba(12, 17, 23, .12);
  }
  .bt-header__inner {
    min-height: 98px;
    display: flex;
    align-items: center;
    gap: 34px;
  }
  .bt-wordmark {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    text-decoration: none;
    flex: 0 0 auto;
  }
  .bt-wordmark__mark {
    width: 13px;
    height: 13px;
    background: var(--color-primary);
    border-radius: 50% 50% 50% 2px;
    transform: rotate(45deg);
  }
  .bt-wordmark__text {
    font-family: var(--font-display);
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -.06em;
  }
  .bt-wordmark__text span {
    font-weight: 400;
    color: var(--color-primary);
    margin-left: 2px;
  }
  .bt-wordmark__mark {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    background: transparent;
    border-radius: 0;
    transform: none;
  }
  .bt-brandmark {
    display: block;
    width: 100%;
    height: 100%;
    overflow: visible;
  }
  .bt-brandmark__blue {
    fill: var(--color-primary);
  }
  .bt-brandmark__ink {
    fill: var(--color-ink);
  }
  .bt-brandmark__signal {
    fill: var(--color-signal);
  }
  .bt-wordmark__stack {
    display: grid;
    gap: 1px;
    line-height: 1;
  }
  .bt-wordmark__text {
    font-family: var(--font-display);
    font-size: 22px;
    font-weight: 700;
    letter-spacing: -.055em;
    line-height: .95;
  }
  .bt-wordmark__text span {
    font-weight: 450;
    color: var(--color-primary);
    margin-left: 3px;
  }
  .bt-wordmark__strap {
    font-size: 8px;
    font-weight: 600;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: rgba(12,17,23,.68);
    white-space: nowrap;
  }
  .bt-wordmark--footer .bt-brandmark__ink {
    fill: #fff;
  }
  .bt-wordmark--footer .bt-wordmark__text {
    color: #fff;
  }
  .bt-wordmark--footer .bt-wordmark__strap {
    color: rgba(255,255,255,.5);
  }
  .bt-wordmark--stacked {
    flex-direction: column;
    justify-content: center;
    gap: 3px;
    min-width: 138px;
  }
  .bt-wordmark--stacked .bt-wordmark__mark {
    width: 48px;
    height: 43px;
    background: transparent;
    border-radius: 0;
    transform: none;
  }
  .bt-brandmark__left {
    fill: var(--color-primary);
  }
  .bt-brandmark__right {
    fill: #1f1f1f;
  }
  .bt-brandmark__portal {
    fill: var(--color-signal);
  }
  .bt-wordmark--stacked .bt-wordmark__stack {
    display: grid;
    gap: 2px;
    text-align: center;
    line-height: 1;
  }
  .bt-wordmark--stacked .bt-wordmark__text {
    font-family: var(--font-sans);
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .015em;
    line-height: 1;
    white-space: nowrap;
  }
  .bt-wordmark--stacked .bt-wordmark__text span {
    color: var(--color-primary);
    font-weight: 700;
    margin-left: 0;
  }
  .bt-wordmark--stacked .bt-wordmark__strap {
    font-size: 6.5px;
    font-weight: 600;
    letter-spacing: .24em;
    color: rgba(20,15,16,.58);
    white-space: nowrap;
  }
  .bt-wordmark--footer .bt-wordmark__mark {
    width: 70px;
    height: 62px;
  }
  .bt-wordmark--footer .bt-wordmark__text {
    font-size: 22px;
    color: #fffaf5;
  }
  .bt-wordmark--footer .bt-wordmark__strap {
    font-size: 8px;
    color: rgba(255,250,245,.58);
  }
  .bt-wordmark--footer .bt-brandmark__right {
    fill: #fffaf5;
  }
  .bt-wordmark--footer .bt-brandmark__portal {
    fill: var(--color-signal);
  }
  .bt-nav {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-left: auto;
  }
  .bt-nav a {
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    position: relative;
  }
  .bt-nav a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 100%;
    bottom: -7px;
    height: 2px;
    background: var(--color-primary);
    transition: right .25s ease;
  }
  .bt-nav a:hover::after {
    right: 0;
  }
  .bt-nav-item {
    position: relative;
    padding: 28px 0;
    margin: -28px 0;
  }
  .bt-nav-panel {
    position: absolute;
    top: calc(100% + 14px);
    left: -26px;
    width: 340px;
    padding: 18px;
    background: var(--color-ink);
    color: #fff;
    box-shadow: 0 22px 55px rgba(12,17,23,.22);
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
  }
  .bt-nav-item--has-menu:hover .bt-nav-panel,	.bt-nav-item--has-menu:focus-within .bt-nav-panel {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  .bt-nav-panel__label {
    display: block;
    padding: 7px 10px 13px;
    color: var(--color-signal);
    font-size: 10px;
    font-weight: 600;
    letter-spacing: .14em;
    text-transform: uppercase;
  }
  .bt-nav-panel a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 13px 10px;
    border-top: 1px solid rgba(255,255,255,.12);
    color: #fff;
    font-family: var(--font-display);
    font-size: 18px;
    font-weight: 500;
  }
  .bt-nav-panel a::after {
    display: none;
  }
  .bt-nav-panel a:hover {
    color: var(--color-signal);
  }
  .bt-nav-panel b {
    font-family: var(--font-sans);
    font-weight: 400;
  }
  .bt-header__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-left: 12px;
    padding: 13px 18px;
    background: var(--color-ink);
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    border-radius: 999px;
  }
  .bt-header__cta svg {
    width: 17px;
    height: 17px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.6;
  }
  .bt-menu-button {
    display: none;
    margin-left: auto;
    width: 44px;
    height: 44px;
    border: 1px solid rgba(12,17,23,.18);
    background: transparent;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
  }
  .bt-menu-button span:not(.sr-only) {
    width: 17px;
    height: 1.5px;
    background: var(--color-ink);
  }
  .bt-mobile-nav {
    background: var(--color-ink);
    color: #fff;
    padding: 12px 0 28px;
  }
  .bt-mobile-nav .bt-shell {
    display: grid;
  }
  .bt-mobile-nav a {
    padding: 15px 0;
    border-bottom: 1px solid rgba(255,255,255,.13);
    text-decoration: none;
    font-family: var(--font-display);
    font-size: 25px;
  }
  .bt-mobile-nav__label {
    padding: 10px 0 8px;
    color: var(--color-signal);
    font-size: 10px;
    font-weight: 600;
    letter-spacing: .14em;
    text-transform: uppercase;
  }
  .bt-mobile-nav .bt-mobile-nav__cta {
    margin-top: 18px;
    padding: 16px 18px;
    background: var(--color-signal);
    color: var(--color-ink);
    border: 0;
    font-family: var(--font-sans);
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    border-radius: 999px;
  }
  .bt-hero {
    position: relative;
    overflow: hidden;
    background: var(--color-ink);
    color: #fff;
    padding: clamp(72px, 8vw, 128px) 0 clamp(64px, 7vw, 112px);
  }
  .bt-hero::before {
    content: "";
    position: absolute;
    inset: auto auto -220px -140px;
    width: 520px;
    height: 520px;
    border-radius: 50%;
    background: rgba(122,29,43,.34);
    filter: blur(30px);
  }
  .bt-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(320px, .65fr);
    align-items: center;
    gap: clamp(48px, 8vw, 120px);
    position: relative;
    z-index: 1;
  }
  .bt-kicker {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 24px;
    color: rgba(255,255,255,.72);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .12em;
    text-transform: uppercase;
  }
  .bt-kicker span {
    width: 23px;
    height: 2px;
    background: var(--color-signal);
  }
  .bt-kicker--dark {
    color: rgba(12,17,23,.72);
  }
  .bt-kicker--dark span {
    background: var(--color-primary);
  }
  .bt-kicker--light {
    color: rgba(255,255,255,.65);
  }
  .bt-hero h1,	.bt-section h2,	.bt-final-cta h2 {
    font-family: var(--font-display);
    letter-spacing: -.055em;
    font-weight: 600;
  }
  .bt-hero h1 {
    max-width: 880px;
    margin: 0;
    font-size: clamp(55px, 6.6vw, 104px);
    line-height: .94;
  }
  .bt-hero h1 em,	.bt-approach h2 em {
    color: var(--color-signal);
    font-style: normal;
    font-weight: 400;
  }
  .bt-hero__lead {
    max-width: 710px;
    margin: 34px 0 0;
    font-size: clamp(18px, 1.8vw, 23px);
    line-height: 1.5;
    color: rgba(255,255,255,.72);
  }
  .bt-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 36px;
  }
  .bt-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    min-height: 52px;
    padding: 0 22px;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    transition: transform .2s ease, background .2s ease;
  }
  .bt-button:hover {
    transform: translateY(-2px);
  }
  .bt-button--primary {
    background: var(--color-signal);
    color: var(--color-ink);
  }
  .bt-button--quiet {
    border: 1px solid rgba(255,255,255,.28);
    color: #fff;
  }
  .bt-button--light {
    background: #fff;
    color: var(--color-ink);
  }
  .bt-hero__visual {
    position: relative;
    aspect-ratio: 1 / 1.14;
    min-height: 430px;
    border: 1px solid rgba(255,255,255,.16);
    background: linear-gradient(rgba(255,255,255,.055) 1px, transparent 1px),	linear-gradient(90deg, rgba(255,255,255,.055) 1px, transparent 1px);
    background-size: 42px 42px;
    overflow: hidden;
    border-radius: 4px;
  }
  .bt-hero__visual::before {
    content: "";
    position: absolute;
    width: 190px;
    height: 190px;
    right: -50px;
    top: -42px;
    background: var(--color-coral);
    border-radius: 50%;
    filter: saturate(.9);
  }
  .bt-orbit {
    position: absolute;
    border: 1px solid rgba(255,255,255,.28);
    border-radius: 50%;
  }
  .bt-orbit--one {
    width: 360px;
    height: 360px;
    left: -125px;
    top: 90px;
  }
  .bt-orbit--two {
    width: 250px;
    height: 250px;
    left: 55px;
    top: 145px;
    border-color: var(--color-signal);
    opacity: .75;
  }
  .bt-signal {
    position: absolute;
    left: 28px;
    right: 28px;
    bottom: 28px;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 10px 16px;
    padding: 22px;
    background: rgba(12,17,23,.84);
    border: 1px solid rgba(255,255,255,.16);
    backdrop-filter: blur(10px);
  }
  .bt-signal__label {
    grid-column: 1 / -1;
    font-size: 10px;
    letter-spacing: .14em;
    color: rgba(255,255,255,.74);
  }
  .bt-signal strong {
    font-family: var(--font-display);
    font-size: 68px;
    line-height: .9;
    color: var(--color-signal);
    grid-row: span 3;
  }
  .bt-signal span:not(.bt-signal__label) {
    font-size: 13px;
    align-self: center;
    border-bottom: 1px solid rgba(255,255,255,.15);
    padding-bottom: 7px;
  }
  .bt-door-scene {
    position: relative;
    background: radial-gradient(circle at 50% 45%, rgba(200,163,106,.12), transparent 26%),	linear-gradient(180deg, #160d0f 0%, #0e0d0d 100%);
    border-color: rgba(255,255,255,.12);
    isolation: isolate;
  }
  .bt-door-scene::before {
    display: none;
  }
  .bt-door-scene__panel {
    position: absolute;
    top: 13%;
    width: 37%;
    height: 58%;
    z-index: 2;
    box-shadow: 0 25px 70px rgba(0,0,0,.28);
  }
  .bt-door-scene__panel--left {
    left: 12%;
    background: linear-gradient(135deg, #4b0812 0%, #7a1d2b 55%, #963b48 100%);
    clip-path: polygon(0 12%, 100% 0, 100% 78%, 55% 88%, 55% 100%, 0 86%);
  }
  .bt-door-scene__panel--right {
    right: 12%;
    background: linear-gradient(135deg, #111 0%, #25211f 62%, #3a3431 100%);
    clip-path: polygon(0 0, 100% 12%, 100% 86%, 45% 100%, 45% 88%, 0 78%);
  }
  .bt-door-scene__opening {
    position: absolute;
    top: 18%;
    left: 50%;
    width: 7%;
    height: 54%;
    transform: translateX(-50%);
    background: linear-gradient(180deg, #fffef8 0%, #fff4d7 40%, #e0b770 100%);
    z-index: 5;
    box-shadow: 0 0 25px rgba(255,244,215,.85), 0 0 75px rgba(200,163,106,.45);
  }
  .bt-door-scene__glow {
    position: absolute;
    top: 15%;
    left: 50%;
    width: 26%;
    height: 62%;
    transform: translateX(-50%);
    background: radial-gradient(ellipse at center, rgba(255,250,231,.68), rgba(200,163,106,.18) 48%, transparent 72%);
    filter: blur(12px);
    z-index: 1;
  }
  .bt-door-scene__beam {
    position: absolute;
    left: 50%;
    bottom: -5%;
    width: 78%;
    height: 45%;
    transform: translateX(-50%);
    background: linear-gradient(180deg, rgba(255,244,215,.72), rgba(200,163,106,.2) 55%, rgba(200,163,106,0));
    clip-path: polygon(46% 0, 54% 0, 100% 100%, 0 100%);
    z-index: 3;
    filter: blur(.2px);
  }
  .bt-door-scene__floor {
    position: absolute;
    inset: auto 0 0;
    height: 38%;
    background: linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px),	linear-gradient(rgba(255,255,255,.03) 1px, transparent 1px);
    background-size: 42px 42px;
    z-index: 0;
    opacity: .55;
  }
  .bt-door-scene__caption {
    position: absolute;
    right: 24px;
    bottom: 22px;
    display: grid;
    gap: 6px;
    z-index: 6;
    color: rgba(255,250,245,.66);
    font-size: 10px;
    font-weight: 600;
    letter-spacing: .14em;
    text-transform: uppercase;
    text-align: right;
  }
  .bt-door-scene__caption span:nth-child(3) {
    font-size: 0;
  }
  .bt-door-scene__caption span:nth-child(3)::after {
    content: "Possibility";
    font-size: 10px;
    color: var(--color-signal);
  }
  .bt-header__inner {
    min-height: 86px;
  }
  .bt-wordmark--header {
    flex-direction: row;
    align-items: center;
    gap: 10px;
  }
  .bt-wordmark--header .bt-wordmark__mark {
    width: 44px;
    height: 40px;
    background: transparent;
    transform: none;
  }
  .bt-wordmark--header .bt-wordmark__stack {
    display: grid;
    gap: 3px;
    text-align: left;
  }
  .bt-wordmark--header .bt-wordmark__text {
    font-family: var(--font-sans);
    font-size: 18px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: .01em;
  }
  .bt-wordmark--header .bt-wordmark__text span {
    color: var(--color-primary);
    font-weight: 700;
    margin-left: 0;
  }
  .bt-wordmark--header .bt-wordmark__strap {
    font-size: 6.5px;
    line-height: 1;
    font-weight: 600;
    letter-spacing: .22em;
    color: rgba(20,15,16,.62);
  }
  .bt-wordmark--footer {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  .bt-wordmark--footer .bt-wordmark__mark {
    width: 86px;
    height: 78px;
    background: transparent;
    transform: none;
  }
  .bt-wordmark--footer .bt-wordmark__stack {
    gap: 4px;
    text-align: left;
  }
  .bt-wordmark--footer .bt-wordmark__text {
    font-family: var(--font-sans);
    font-size: 23px;
    font-weight: 700;
    letter-spacing: .01em;
    color: #fffaf5;
  }
  .bt-wordmark--footer .bt-wordmark__text span {
    color: #c996a0;
    font-weight: 700;
    margin-left: 0;
  }
  .bt-wordmark--footer .bt-wordmark__strap {
    font-size: 8px;
    letter-spacing: .22em;
    color: rgba(255,250,245,.62);
  }
  .bt-door-scene {
    position: relative;
    background: linear-gradient(180deg, #160f10 0%, #0f0d0d 100%);
    border: 1px solid rgba(255,255,255,.10);
    border-radius: 2px;
    overflow: hidden;
    isolation: isolate;
  }
  .bt-door-scene::before,	.bt-door-scene__caption {
    display: none !important;
  }
  .bt-door-scene__panel {
    position: absolute;
    top: 12%;
    width: 38%;
    height: 61%;
    z-index: 3;
    box-shadow: 0 20px 55px rgba(0,0,0,.28);
  }
  .bt-door-scene__panel--left {
    left: 11%;
    background: linear-gradient(145deg, #4a0812 0%, #7a1d2b 62%, #983c49 100%);
    clip-path: polygon(0 11%, 100% 0, 100% 100%, 0 88%);
  }
  .bt-door-scene__panel--right {
    right: 11%;
    background: linear-gradient(215deg, #3a3532 0%, #211f1e 48%, #101010 100%);
    clip-path: polygon(0 0, 100% 11%, 100% 88%, 0 100%);
  }
  .bt-door-scene__opening {
    position: absolute;
    z-index: 6;
    top: 14%;
    left: 50%;
    width: 3.5%;
    height: 59%;
    transform: translateX(-50%);
    border-radius: 999px;
    background: #fff9e9;
    box-shadow: 0 0 16px rgba(255,249,233,.9), 0 0 55px rgba(214,177,114,.45);
  }
  .bt-door-scene__glow {
    position: absolute;
    z-index: 2;
    top: 11%;
    left: 50%;
    width: 20%;
    height: 64%;
    transform: translateX(-50%);
    background: radial-gradient(ellipse at center, rgba(255,248,226,.55), rgba(200,163,106,.12) 52%, transparent 74%);
    filter: blur(14px);
  }
  .bt-door-scene__beam {
    position: absolute;
    z-index: 4;
    left: 50%;
    bottom: -2%;
    width: 64%;
    height: 36%;
    transform: translateX(-50%);
    clip-path: polygon(47% 0, 53% 0, 100% 100%, 0 100%);
    background: linear-gradient(180deg, rgba(255,248,226,.70), rgba(200,163,106,.20) 55%, rgba(200,163,106,0));
  }
  .bt-door-scene__floor {
    position: absolute;
    inset: auto 0 0;
    height: 31%;
    z-index: 1;
    background: linear-gradient(180deg, rgba(255,255,255,.015), rgba(255,255,255,.035));
    border-top: 1px solid rgba(255,255,255,.06);
  }
  .bt-ticker {
    background: var(--color-primary);
    color: #fff;
    overflow: hidden;
    border-top: 1px solid rgba(255,255,255,.08);
  }
  .bt-ticker__track {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 26px;
    min-width: max-content;
    padding: 15px 28px;
    font-family: var(--font-display);
    font-size: 15px;
    font-weight: 500;
  }
  .bt-ticker__track i {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--color-signal);
  }
  .bt-section {
    padding: clamp(76px, 8vw, 128px) 0;
  }
  .bt-two-col {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: clamp(52px, 9vw, 150px);
  }
  .bt-intro h2,	.bt-section-head h2 {
    margin: 0;
    font-size: clamp(46px, 5vw, 76px);
    line-height: 1;
  }
  .bt-intro__body {
    align-self: end;
    padding-top: 54px;
  }
  .bt-intro__body p {
    margin: 0 0 20px;
    font-size: clamp(19px, 1.8vw, 24px);
    line-height: 1.58;
    color: rgba(12,17,23,.7);
  }
  .bt-work {
    background: var(--color-primary);
    color: #fff;
  }
  .bt-section-head {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(240px, .5fr);
    gap: 50px;
    align-items: end;
    margin-bottom: 58px;
  }
  .bt-section-head > a {
    justify-self: end;
    color: #fff;
    text-decoration: none;
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(255,255,255,.45);
  }
  .bt-section-head--dark > p {
    max-width: 520px;
    justify-self: end;
    margin: 0;
    font-size: 18px;
    line-height: 1.6;
    color: rgba(12,17,23,.62);
  }
  .bt-case {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr);
    background: #fff;
    color: var(--color-ink);
    min-height: 500px;
  }
  .bt-case__image {
    display: block;
    min-height: 440px;
    overflow: hidden;
    background: #dfe5ea;
  }
  .bt-case__image img {
    width: 100%;
    height: 100%;
    min-height: 440px;
    object-fit: cover;
    transition: transform .5s ease;
  }
  .bt-case:hover .bt-case__image img {
    transform: scale(1.025);
  }
  .bt-case__placeholder {
    width: 100%;
    height: 100%;
    min-height: 440px;
    background: linear-gradient(135deg, var(--color-signal), #ead7bb);
  }
  .bt-case__copy {
    padding: clamp(38px, 5vw, 72px);
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .bt-case__copy > span {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: var(--color-primary);
  }
  .bt-case__copy h3 {
    margin: 22px 0 20px;
    font-family: var(--font-display);
    font-size: clamp(34px, 3.2vw, 52px);
    line-height: 1.03;
    letter-spacing: -.04em;
  }
  .bt-case__copy h3 a {
    text-decoration: none;
  }
  .bt-case__excerpt p {
    margin: 0;
    color: rgba(12,17,23,.67);
    font-size: 17px;
    line-height: 1.65;
  }
  .bt-text-link {
    margin-top: 30px;
    align-self: flex-start;
    font-weight: 600;
    text-decoration: none;
    padding-bottom: 4px;
    border-bottom: 1px solid rgba(12,17,23,.3);
  }
  .bt-capabilities {
    background: var(--color-paper);
  }
  .bt-capability-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-top: 1px solid rgba(12,17,23,.18);
    border-left: 1px solid rgba(12,17,23,.18);
  }
  .bt-capability {
    position: relative;
    min-height: 410px;
    padding: 28px 28px 34px;
    border-right: 1px solid rgba(12,17,23,.18);
    border-bottom: 1px solid rgba(12,17,23,.18);
    text-decoration: none;
    transition: background .25s ease, color .25s ease;
  }
  .bt-capability:hover {
    background: #fff;
  }
  .bt-capability--accent {
    background: var(--color-signal);
  }
  .bt-capability--accent:hover {
    background: #d7b987;
  }
  .bt-capability__num {
    display: block;
    font-size: 12px;
    color: rgba(12,17,23,.68);
  }
  .bt-capability h3 {
    margin: 100px 0 18px;
    font-family: var(--font-display);
    font-size: clamp(32px, 3vw, 45px);
    line-height: 1;
    letter-spacing: -.045em;
  }
  .bt-capability p {
    max-width: 340px;
    margin: 0;
    font-size: 16px;
    line-height: 1.6;
    color: rgba(12,17,23,.63);
  }
  .bt-capability__arrow {
    position: absolute;
    right: 24px;
    bottom: 22px;
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(12,17,23,.25);
    border-radius: 50%;
  }
  .bt-approach {
    background: var(--color-ink);
    color: #fff;
  }
  .bt-approach__grid {
    display: grid;
    grid-template-columns: .85fr 1.15fr;
    gap: clamp(50px, 9vw, 140px);
  }
  .bt-approach h2 {
    margin: 0;
    font-size: clamp(48px, 5.3vw, 78px);
    line-height: .98;
  }
  .bt-approach__steps {
    display: grid;
    gap: 0;
    border-top: 1px solid rgba(255,255,255,.18);
  }
  .bt-approach__steps > div {
    display: grid;
    grid-template-columns: 52px 190px 1fr;
    gap: 20px;
    align-items: start;
    padding: 26px 0;
    border-bottom: 1px solid rgba(255,255,255,.18);
  }
  .bt-approach__steps span {
    color: var(--color-signal);
    font-size: 12px;
  }
  .bt-approach__steps h3 {
    margin: 0;
    font-family: var(--font-display);
    font-size: 25px;
  }
  .bt-approach__steps p {
    margin: 0;
    color: rgba(255,255,255,.74);
    line-height: 1.6;
  }
  .bt-industries {
    background: #fff;
  }
  .bt-industry-list {
    border-top: 1px solid rgba(12,17,23,.2);
  }
  .bt-industry-list a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 23px 2px;
    border-bottom: 1px solid rgba(12,17,23,.2);
    text-decoration: none;
    font-family: var(--font-display);
    font-size: clamp(23px, 2.6vw, 38px);
    letter-spacing: -.035em;
    transition: padding-left .25s ease, color .25s ease;
  }
  .bt-industry-list a:hover {
    padding-left: 15px;
    color: var(--color-primary);
  }
  .bt-industry-list b {
    font-family: var(--font-sans);
    font-size: 22px;
    font-weight: 400;
  }
  .bt-final-cta {
    background: var(--color-coral);
    color: var(--color-ink);
    padding: clamp(78px, 8vw, 120px) 0;
  }
  .bt-final-cta__grid {
    display: grid;
    grid-template-columns: 1fr .8fr;
    gap: clamp(50px, 9vw, 150px);
  }
  .bt-final-cta .bt-kicker--light {
    color: rgba(12,17,23,.62);
  }
  .bt-final-cta .bt-kicker--light span {
    background: var(--color-ink);
  }
  .bt-final-cta h2 {
    margin: 0;
    font-size: clamp(54px, 6vw, 90px);
    line-height: .94;
  }
  .bt-final-cta p {
    margin: 48px 0 26px;
    font-size: 20px;
    line-height: 1.6;
  }
  .bt-footer {
    background: var(--color-ink);
    color: #fff;
    padding: 72px 0 24px;
  }
  .bt-footer__top {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 70px;
    padding-bottom: 66px;
  }
  .bt-wordmark--footer {
    color: #fff;
  }
  .bt-footer__top > div:first-child > p {
    max-width: 470px;
    margin: 24px 0 0;
    color: rgba(255,255,255,.74);
    font-size: 17px;
    line-height: 1.6;
  }
  .bt-footer__links {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
  .bt-footer__links > div {
    display: grid;
    align-content: start;
    gap: 11px;
  }
  .bt-footer__links a {
    color: rgba(255,255,255,.78);
    text-decoration: none;
    font-size: 14px;
  }
  .bt-footer__label {
    margin-bottom: 10px;
    color: var(--color-signal);
    font-size: 10px;
    font-weight: 600;
    letter-spacing: .14em;
    text-transform: uppercase;
  }
  .bt-footer__bottom {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding-top: 20px;
    border-top: 1px solid rgba(255,255,255,.15);
    color: rgba(255,255,255,.72);
    font-size: 12px;
  }
  .bt-footer__bottom a {
    color: inherit;
    text-decoration: none;
  }
  .bt-page-hero {
    background: var(--color-primary-900);
    color: #fff;
    padding: clamp(72px, 8vw, 118px) 0 clamp(64px, 7vw, 104px);
    overflow: hidden;
    position: relative;
  }
  .bt-page-hero::after {
    content: "";
    position: absolute;
    width: 300px;
    height: 300px;
    right: -80px;
    bottom: -150px;
    border-radius: 50%;
    background: var(--color-primary);
    opacity: .28;
  }
  .bt-page-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(280px, .55fr);
    gap: clamp(50px, 9vw, 140px);
    align-items: end;
    position: relative;
    z-index: 1;
  }
  .bt-page-hero h1 {
    margin: 0;
    max-width: 1000px;
    font-family: var(--font-display);
    font-size: clamp(54px, 7vw, 104px);
    line-height: .94;
    letter-spacing: -.055em;
    font-weight: 600;
  }
  .bt-page-hero__aside p {
    margin: 0;
    color: rgba(255,255,255,.68);
    font-size: 19px;
    line-height: 1.65;
  }
  .bt-about-intro__grid {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
    gap: clamp(50px, 8vw, 120px);
    align-items: center;
  }
  .bt-about-intro__image {
    min-height: 540px;
    overflow: hidden;
    background: #dfe4e8;
  }
  .bt-about-intro__image img {
    width: 100%;
    height: 100%;
    min-height: 540px;
    object-fit: cover;
  }
  .bt-about-intro__copy h2,	.bt-industry-detail h2,	.bt-service-focus h2 {
    margin: 0;
    font-family: var(--font-display);
    font-size: clamp(44px, 4.6vw, 70px);
    line-height: 1;
    letter-spacing: -.05em;
  }
  .bt-about-intro__copy > p:last-child {
    margin: 30px 0 0;
    font-size: 19px;
    line-height: 1.7;
    color: rgba(12,17,23,.68);
  }
  .bt-principles {
    background: #fff;
  }
  .bt-principles__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-top: 1px solid rgba(12,17,23,.17);
    border-left: 1px solid rgba(12,17,23,.17);
  }
  .bt-principles article {
    min-height: 330px;
    padding: 26px;
    border-right: 1px solid rgba(12,17,23,.17);
    border-bottom: 1px solid rgba(12,17,23,.17);
  }
  .bt-principles article > span,	.bt-method-grid article > span,	.bt-method-grid a > span {
    font-size: 12px;
    color: var(--color-primary);
  }
  .bt-principles h3,	.bt-method-grid h3 {
    margin: 82px 0 16px;
    font-family: var(--font-display);
    font-size: 29px;
    line-height: 1.05;
    letter-spacing: -.035em;
  }
  .bt-principles p,	.bt-method-grid p {
    margin: 0;
    color: rgba(12,17,23,.62);
    line-height: 1.6;
  }
  .bt-about-band {
    background: var(--color-primary);
    color: #fff;
    padding: clamp(72px, 8vw, 110px) 0;
  }
  .bt-about-band__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(40px, 8vw, 120px);
  }
  .bt-about-band__grid > div + div {
    border-left: 1px solid rgba(255,255,255,.25);
    padding-left: clamp(36px, 5vw, 78px);
  }
  .bt-about-band h2 {
    margin: 0;
    font-family: var(--font-display);
    font-size: clamp(38px, 4.3vw, 64px);
    line-height: 1;
    letter-spacing: -.045em;
  }
  .bt-contact {
    background: #fff;
  }
  .bt-contact__grid {
    display: grid;
    grid-template-columns: .7fr 1.3fr;
    gap: clamp(50px, 9vw, 150px);
  }
  .bt-contact__details {
    padding-right: 30px;
  }
  .bt-contact__item {
    padding: 24px 0;
    border-top: 1px solid rgba(12,17,23,.16);
  }
  .bt-contact__item:last-child {
    border-bottom: 1px solid rgba(12,17,23,.16);
  }
  .bt-contact__item > span {
    display: block;
    margin-bottom: 10px;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: var(--color-primary);
  }
  .bt-contact__item p,	.bt-contact__item a {
    margin: 0;
    font-size: 17px;
    line-height: 1.65;
    color: var(--color-ink);
    text-decoration: none;
  }
  .bt-contact__form {
    padding: clamp(30px, 5vw, 64px);
    background: var(--color-paper);
  }
  .bt-contact__form-head > span {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: var(--color-primary);
  }
  .bt-contact__form h2 {
    margin: 12px 0 12px;
    font-family: var(--font-display);
    font-size: clamp(42px, 4.5vw, 68px);
    line-height: 1;
    letter-spacing: -.05em;
  }
  .bt-contact__form-head p {
    margin: 0 0 32px;
    color: rgba(12,17,23,.62);
  }
  .bt-contact__form .wpcf7 p {
    margin: 0 0 18px;
  }
  .bt-contact__form label {
    display: block;
    font-size: 12px;
    font-weight: 600;
    color: rgba(12,17,23,.68);
  }
  .bt-contact__form input[type="text"],	.bt-contact__form input[type="email"],	.bt-contact__form textarea {
    width: 100%;
    margin-top: 8px;
    padding: 14px 0;
    border: 0;
    border-bottom: 1px solid rgba(12,17,23,.28);
    background: transparent;
    border-radius: 0;
    font: inherit;
    color: var(--color-ink);
    outline: none;
  }
  .bt-contact__form textarea {
    min-height: 120px;
    resize: vertical;
  }
  .bt-contact__form input:focus,	.bt-contact__form textarea:focus {
    border-bottom-color: var(--color-primary);
  }
  .bt-contact__form input[type="submit"] {
    border: 0;
    background: var(--color-ink);
    color: #fff;
    padding: 15px 24px;
    border-radius: 999px;
    font-weight: 600;
    cursor: pointer;
  }
  .bt-case-index {
    background: var(--color-paper);
  }
  .bt-case-index__grid {
    display: grid;
    gap: 36px;
  }
  .bt-case-card {
    display: grid;
    grid-template-columns: 1fr 1fr;
    background: #fff;
  }
  .bt-case-card__media {
    min-height: 420px;
    overflow: hidden;
    background: #dfe5ea;
  }
  .bt-case-card__media img {
    width: 100%;
    height: 100%;
    min-height: 420px;
    object-fit: cover;
    transition: transform .4s ease;
  }
  .bt-case-card:hover .bt-case-card__media img {
    transform: scale(1.025);
  }
  .bt-case-card__body {
    padding: clamp(32px, 5vw, 64px);
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .bt-case-card__body > span {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: var(--color-primary);
  }
  .bt-case-card h2 {
    margin: 18px 0 18px;
    font-family: var(--font-display);
    font-size: clamp(36px, 3.6vw, 56px);
    line-height: 1.02;
    letter-spacing: -.045em;
  }
  .bt-case-card h2 a {
    text-decoration: none;
  }
  .bt-case-card__body > div p {
    color: rgba(12,17,23,.64);
    line-height: 1.65;
  }
  .bt-service-hero,	.bt-case-hero {
    background: var(--color-primary-900);
    color: #fff;
    padding: clamp(72px, 8vw, 120px) 0;
  }
  .bt-service-hero__grid,	.bt-case-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(300px, .55fr);
    gap: clamp(50px, 9vw, 140px);
    align-items: end;
  }
  .bt-service-hero h1,	.bt-case-hero h1 {
    margin: 0;
    font-family: var(--font-display);
    font-size: clamp(58px, 7vw, 104px);
    line-height: .94;
    letter-spacing: -.055em;
    font-weight: 600;
  }
  .bt-service-hero__aside p {
    margin: 0 0 28px;
    font-size: 19px;
    line-height: 1.65;
    color: rgba(255,255,255,.68);
  }
  .bt-service-focus__grid,	.bt-industry-detail__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(50px, 9vw, 140px);
  }
  .bt-service-focus__list,	.bt-industry-detail__focus {
    border-top: 1px solid rgba(12,17,23,.18);
  }
  .bt-service-focus__list > div,	.bt-industry-detail__focus > div {
    display: grid;
    grid-template-columns: 50px 1fr;
    gap: 18px;
    align-items: center;
    padding: 23px 0;
    border-bottom: 1px solid rgba(12,17,23,.18);
  }
  .bt-service-focus__list span,	.bt-industry-detail__focus span {
    font-size: 11px;
    color: var(--color-primary);
  }
  .bt-service-focus__list h3,	.bt-industry-detail__focus h3 {
    margin: 0;
    font-family: var(--font-display);
    font-size: clamp(25px, 2.7vw, 38px);
    letter-spacing: -.035em;
  }
  .bt-service-media {
    padding-bottom: clamp(72px, 8vw, 120px);
  }
  .bt-service-media__frame {
    max-height: 620px;
    overflow: hidden;
    background: #dfe5ea;
  }
  .bt-service-media__frame img {
    width: 100%;
    height: 100%;
    max-height: 620px;
    object-fit: cover;
  }
  .bt-service-method,	.bt-industry-capabilities {
    background: #fff;
  }
  .bt-method-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-top: 1px solid rgba(12,17,23,.17);
    border-left: 1px solid rgba(12,17,23,.17);
  }
  .bt-method-grid article,	.bt-method-grid a {
    min-height: 300px;
    padding: 26px;
    border-right: 1px solid rgba(12,17,23,.17);
    border-bottom: 1px solid rgba(12,17,23,.17);
    text-decoration: none;
  }
  .bt-method-grid a:hover {
    background: var(--color-signal);
  }
  .bt-case-hero__aside {
    border-left: 1px solid rgba(255,255,255,.2);
    padding-left: 34px;
  }
  .bt-case-hero__aside strong {
    display: block;
    font-family: var(--font-display);
    font-size: clamp(72px, 8vw, 120px);
    line-height: .8;
    color: var(--color-signal);
    letter-spacing: -.06em;
  }
  .bt-case-hero__aside span {
    display: block;
    margin-top: 20px;
    color: rgba(255,255,255,.68);
    line-height: 1.5;
  }
  .bt-case-detail-media {
    background: var(--color-ink);
    padding-bottom: clamp(60px, 7vw, 100px);
  }
  .bt-case-detail-media img {
    width: 100%;
    max-height: 700px;
    object-fit: cover;
    display: block;
  }
  .bt-case-story {
    background: #fff;
  }
  .bt-case-story__row {
    display: grid;
    grid-template-columns: minmax(120px, .35fr) minmax(0, 1.65fr);
    gap: clamp(40px, 8vw, 120px);
    padding: 42px 0;
    border-top: 1px solid rgba(12,17,23,.18);
  }
  .bt-case-story__row:last-child {
    border-bottom: 1px solid rgba(12,17,23,.18);
  }
  .bt-case-story__row > span {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: var(--color-primary);
  }
  .bt-case-story__row h2 {
    margin: 0 0 18px;
    font-family: var(--font-display);
    font-size: clamp(36px, 4vw, 58px);
    line-height: 1;
    letter-spacing: -.045em;
  }
  .bt-case-story__row p {
    max-width: 760px;
    margin: 0;
    font-size: 18px;
    line-height: 1.7;
    color: rgba(12,17,23,.65);
  }
  .bt-outcome-band {
    background: var(--color-signal);
    padding: clamp(70px, 8vw, 110px) 0;
  }
  .bt-outcome-band__grid {
    display: grid;
    grid-template-columns: .6fr 1.4fr;
    gap: clamp(40px, 8vw, 120px);
    align-items: end;
  }
  .bt-outcome-band__grid > div > span {
    display: block;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .12em;
    text-transform: uppercase;
  }
  .bt-outcome-band strong {
    display: block;
    margin-top: 20px;
    font-family: var(--font-display);
    font-size: clamp(100px, 13vw, 190px);
    line-height: .72;
    letter-spacing: -.07em;
  }
  .bt-outcome-band h2 {
    margin: 0;
    font-family: var(--font-display);
    font-size: clamp(42px, 5vw, 72px);
    line-height: 1;
    letter-spacing: -.05em;
  }
  .bt-prose {
    max-width: 860px;
    font-size: 18px;
    line-height: 1.75;
  }
  .bt-prose h2, .bt-prose h3 {
    font-family: var(--font-display);
    letter-spacing: -.04em;
  }
  .bt-prose img {
    max-width: 100%;
    height: auto;
  }
  @media (max-width: 980px) {
    .bt-page-hero__grid,	.bt-about-intro__grid,	.bt-about-band__grid,	.bt-contact__grid,	.bt-service-hero__grid,	.bt-case-hero__grid,	.bt-service-focus__grid,	.bt-industry-detail__grid,	.bt-outcome-band__grid {
      grid-template-columns: 1fr;
    }
    .bt-principles__grid {
      grid-template-columns: repeat(2, 1fr);
    }
    .bt-about-band__grid > div + div {
      border-left: 0;
      border-top: 1px solid rgba(255,255,255,.25);
      padding-left: 0;
      padding-top: 38px;
    }
    .bt-case-card {
      grid-template-columns: 1fr;
    }
    .bt-method-grid {
      grid-template-columns: 1fr;
    }
    .bt-case-hero__aside {
      border-left: 0;
      border-top: 1px solid rgba(255,255,255,.2);
      padding: 28px 0 0;
    }
  }
  @media (max-width: 640px) {
    .bt-principles__grid {
      grid-template-columns: 1fr;
    }
    .bt-about-intro__image, .bt-about-intro__image img {
      min-height: 360px;
    }
    .bt-case-card__media, .bt-case-card__media img {
      min-height: 280px;
    }
    .bt-case-story__row {
      grid-template-columns: 1fr;
      gap: 18px;
    }
  }
  @media (max-width: 980px) {
    .bt-nav--desktop {
      display: none;
    }
    .bt-menu-button {
      display: flex;
    }
    .bt-hero__grid,	.bt-two-col,	.bt-approach__grid,	.bt-final-cta__grid {
      grid-template-columns: 1fr;
    }
    .bt-hero__visual {
      aspect-ratio: 1.6 / 1;
      min-height: 370px;
      max-width: 700px;
    }
    .bt-intro__body {
      padding-top: 0;
    }
    .bt-case {
      grid-template-columns: 1fr;
    }
    .bt-case__image, .bt-case__image img, .bt-case__placeholder {
      min-height: 380px;
    }
    .bt-capability-grid {
      grid-template-columns: 1fr;
    }
    .bt-capability {
      min-height: 330px;
    }
    .bt-capability h3 {
      margin-top: 70px;
    }
    .bt-section-head {
      grid-template-columns: 1fr;
    }
    .bt-section-head > a,	.bt-section-head--dark > p {
      justify-self: start;
    }
    .bt-footer__top {
      grid-template-columns: 1fr;
    }
  }
  .bt-header {
    background: rgba(251,249,243,.97);
  }
  .bt-logo-link {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    flex: 0 0 auto;
  }
  .bt-logo-raster {
    display: block;
    width: 175px;
    height: auto;
  }
  .bt-footer__brand-card {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    background: transparent;
    padding: 0;
    border-radius: 0;
    text-decoration: none;
  }
  .bt-footer__brand-card .bt-logo-raster {
    width: 230px;
  }
  .bt-hero__photo {
    margin: 0;
    aspect-ratio: 1 / 1;
    min-height: 430px;
    border: 1px solid rgba(255,255,255,.10);
    background: radial-gradient(circle at 50% 48%, rgba(122,29,43,.08), transparent 33%), #f4eee6;
    overflow: hidden;
    border-radius: 2px;
    box-shadow: 0 26px 70px rgba(0,0,0,.18);
    display: grid;
    place-items: center;
  }
  .bt-hero__photo::before {
    display: none;
  }
  .bt-hero__photo img {
    width: 195px;
    max-width: 62%;
    height: auto;
    min-height: 0;
    object-fit: contain;
    display: block;
  }
  @media (max-width: 640px) {
    .bt-logo-raster {
      width: 145px;
    }
    .bt-footer__brand-card .bt-logo-raster {
      width: 205px;
    }
    .bt-hero__photo {
      min-height: 320px;
      aspect-ratio: 1 / 1;
    }
    .bt-hero__photo img {
      width: 175px;
      max-width: 68%;
    }
    .bt-shell {
      width: min(100% - 28px, 1320px);
    }
    .bt-header__inner {
      min-height: 70px;
    }
    .bt-wordmark__text {
      font-size: 18px;
    }
    .bt-hero {
      padding-top: 64px;
    }
    .bt-hero h1 {
      font-size: clamp(48px, 14vw, 70px);
    }
    .bt-hero__lead {
      font-size: 18px;
    }
    .bt-actions {
      display: grid;
    }
    .bt-button {
      width: 100%;
    }
    .bt-hero__visual {
      min-height: 310px;
      aspect-ratio: 1 / 1;
    }
    .bt-signal strong {
      font-size: 56px;
    }
    .bt-ticker__track {
      justify-content: flex-start;
    }
    .bt-intro h2,	.bt-section-head h2 {
      font-size: clamp(42px, 12vw, 58px);
    }
    .bt-case__image, .bt-case__image img, .bt-case__placeholder {
      min-height: 285px;
    }
    .bt-case__copy {
      padding: 32px 24px 40px;
    }
    .bt-capability {
      padding: 24px;
    }
    .bt-approach__steps > div {
      grid-template-columns: 40px 1fr;
    }
    .bt-approach__steps p {
      grid-column: 2;
    }
    .bt-footer__links {
      grid-template-columns: 1fr 1fr;
    }
    .bt-footer__bottom {
      flex-direction: column;
    }
  }
}
@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-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;
}
@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;
    }
  }
}
