/*! tailwindcss v4.3.0 | MIT License | https://tailwindcss.com */
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: "DM Sans",sans-serif;
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New',
    monospace;
    --spacing: 0.25rem;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-primary: #ef552d;
    --color-neutral: #1d211f;
    --color-background: #f2efe7;
    --font-display: "Barlow Condensed","Impact",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 {
  .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;
    }
  }
  .mt-7 {
    margin-top: calc(var(--spacing) * 7);
  }
  .block {
    display: block;
  }
}
@layer base {
  * {
    box-sizing: border-box;
  }
  html {
    scroll-behavior: smooth;
    scroll-padding-top: 90px;
  }
  body {
    margin: 0;
    background: var(--color-background);
    color: var(--color-neutral);
    font-family: var(--font-sans);
    font-size: 16px;
    line-height: 1.6;
  }
  h1,h2,h3,p,figure {
    margin: 0;
  }
  a {
    color: inherit;
    text-decoration: none;
  }
  button,input {
    font: inherit;
  }
  img {
    display: block;
    max-width: 100%;
    height: auto;
  }
  button,a {
    -webkit-tap-highlight-color: transparent;
  }
  a:focus-visible,button:focus-visible,summary:focus-visible,input:focus-visible {
    outline: 3px solid #c84321;
    outline-offset: 5px;
  }
  ::selection {
    background: #ef552d;
    color: #141714;
  }
}
@layer components {
  .wrap {
    width: min(1248px,calc(100% - 96px));
    margin: auto;
  }
  .skip-link {
    position: absolute;
    top: -100px;
    left: 20px;
    z-index: 100;
    background: #fff;
    padding: 12px;
  }
  .skip-link:focus {
    top: 12px;
  }
  .masthead {
    border-bottom: 1px solid #c9c9bf;
    background: var(--color-background);
    position: relative;
    z-index: 30;
  }
  .header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 103px;
    gap: 32px;
  }
  .wordmark {
    display: flex;
    align-items: center;
    gap: 11px;
    flex-shrink: 0;
  }
  .brand-symbol {
    width: 39px;
    height: 46px;
    color: var(--color-primary);
  }
  .wordmark-text {
    font-family: var(--font-display);
    font-size: 24px;
    font-weight: 800;
    line-height: .9;
    letter-spacing: -.3px;
  }
  .wordmark-text span {
    display: block;
  }
  .desktop-nav {
    display: flex;
    align-items: center;
    gap: 30px;
    font-size: 13px;
    font-weight: 600;
  }
  .desktop-nav>a:not(.button) {
    position: relative;
    padding: 12px 0;
  }
  .desktop-nav>a:not(.button):after {
    content: "";
    position: absolute;
    bottom: 5px;
    left: 0;
    height: 2px;
    width: 0;
    background: var(--color-primary);
    transition: width .2s;
  }
  .desktop-nav>a:hover:after {
    width: 100%;
  }
  .button {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    background: var(--color-neutral);
    color: #fff;
    padding: 15px 21px;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.4;
    min-height: 49px;
    transition: background .2s,transform .2s;
  }
  .button svg,.text-link svg,.contact-email svg,.image-caption svg {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
  }
  .button:hover {
    background: #39423c;
    transform: translateY(-2px);
  }
  .button.orange {
    background: var(--color-primary);
    color: #151a16;
  }
  .button.orange:hover {
    background: #ff7044;
  }
  .button.outline {
    background: transparent;
    border: 1px solid #a5a99e;
    color: inherit;
  }
  .button.outline:hover {
    background: #ffffff12;
  }
  .text-link {
    display: inline-flex;
    align-items: center;
    gap: 24px;
    border-bottom: 1px solid currentColor;
    padding-bottom: 7px;
    font-size: 13px;
    font-weight: 600;
  }
  .text-link svg {
    transition: transform .2s;
  }
  .text-link:hover svg {
    transform: translate(3px,-3px);
  }
  .mobile-nav {
    display: none;
  }
  .eyebrow,.meta {
    font-size: 10px;
    letter-spacing: 1.6px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.5;
  }
  .eyebrow {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 25px;
  }
  .eyebrow:before {
    content: "";
    width: 7px;
    height: 7px;
    display: inline-block;
    background: var(--color-primary);
  }
  .hero {
    padding-top: 30px;
  }
  .hero-top {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding-bottom: 23px;
    border-bottom: 1px solid #c9c9bf;
  }
  .hero-top .eyebrow {
    margin: 0;
  }
  .hero-top .meta {
    color: #5c625a;
  }
  .hero-grid {
    display: grid;
    grid-template-columns: 1.07fr 1fr;
    min-height: 640px;
    position: relative;
  }
  .hero-copy {
    position: relative;
    z-index: 2;
    padding: 48px 0 46px;
  }
  .hero h1 {
    font-family: var(--font-display);
    font-size: clamp(85px,8.5vw,126px);
    line-height: .85;
    font-weight: 800;
    letter-spacing: -2.5px;
    position: relative;
  }
  .hero h1 span {
    display: block;
  }
  .hero h1 .noise {
    color: var(--color-primary);
  }
  .hero-desc {
    max-width: 350px;
    font-size: 15px;
    line-height: 1.65;
    margin: 29px 0 23px;
  }
  .hero-actions {
    display: flex;
    align-items: center;
    gap: 27px;
    flex-wrap: wrap;
  }
  .hero-image {
    position: relative;
    margin: 24px 0 24px -18px;
    overflow: hidden;
    background: #353a35;
  }
  .hero-image img {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    object-position: center 38%;
    filter: none;
  }
  .hero-image:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(transparent 65%,#111a);
  }
  .image-caption {
    position: absolute;
    bottom: 21px;
    left: 24px;
    right: 24px;
    z-index: 2;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 11px;
  }
  .record-stamp {
    position: absolute;
    z-index: 3;
    right: 22px;
    top: 24px;
    background: var(--color-primary);
    color: #151a16;
    width: 104px;
    height: 104px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 11px;
    line-height: 1.25;
    font-weight: 700;
    letter-spacing: 1px;
    transform: rotate(12deg);
    box-shadow: 0 0 0 5px #ef552d44;
  }
  .ticker {
    background: var(--color-primary);
    border-block: 1px solid #1d211f;
    padding: 15px 0;
    overflow: hidden;
  }
  .ticker-inner {
    display: flex;
    justify-content: space-around;
    gap: 28px;
    white-space: nowrap;
    font-family: var(--font-display);
    font-size: 24px;
    font-weight: 700;
    letter-spacing: .6px;
  }
  .ticker-inner span {
    display: flex;
    align-items: center;
    gap: 30px;
  }
  .ticker-inner b {
    font-size: 15px;
    font-weight: 400;
  }
  .section {
    padding: 95px 0;
  }
  .section-title {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 40px;
    margin-bottom: 42px;
  }
  .section-title .eyebrow {
    margin-bottom: 17px;
  }
  .display {
    font-family: var(--font-display);
    font-size: clamp(48px,5.3vw,78px);
    font-weight: 700;
    line-height: .95;
    letter-spacing: -1px;
    text-transform: uppercase;
  }
  .section-intro {
    max-width: 365px;
    font-size: 15px;
    color: #555e55;
    line-height: 1.75;
  }
  .services-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    border-top: 1px solid #aaaFA4;
    border-bottom: 1px solid #aaaFA4;
  }
  .service {
    padding: 29px 28px 32px 0;
    display: flex;
    flex-direction: column;
  }
  .service+.service {
    border-left: 1px solid #aaaFA4;
    padding-left: 28px;
  }
  .service .number {
    font-size: 11px;
    letter-spacing: 1px;
    color: #596155;
    margin-bottom: 48px;
  }
  .service h3 {
    font-family: var(--font-display);
    font-size: 36px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -.3px;
    text-transform: uppercase;
    margin-bottom: 18px;
  }
  .service p {
    font-size: 14px;
    color: #525b52;
    max-width: 330px;
    margin-bottom: 30px;
  }
  .service .text-link {
    margin-top: auto;
    align-self: flex-start;
  }
  .artists-section {
    background: #202620;
    color: #f2efe7;
    padding: 86px 0 90px;
  }
  .artists-section .section-intro {
    color: #c0c5bb;
  }
  .artist-layout {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 76px;
    align-items: center;
  }
  .artist-photo {
    aspect-ratio: 1.05;
    overflow: hidden;
    background: #333c34;
    position: relative;
  }
  .artist-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 30%;
    filter: none;
    transition: transform .6s;
  }
  .artist-photo:hover img {
    filter: grayscale(0);
    transform: scale(1.02);
  }
  .photo-label {
    position: absolute;
    bottom: 20px;
    left: 20px;
    background: #f2efe7;
    color: #1d211f;
    padding: 7px 12px;
    font-size: 10px;
    letter-spacing: 1px;
  }
  .artist-copy h3 {
    font-family: var(--font-display);
    font-size: clamp(65px,6.8vw,98px);
    font-weight: 700;
    line-height: .86;
    letter-spacing: -1.5px;
    margin: 25px 0;
  }
  .artist-copy>p {
    font-size: 15px;
    max-width: 390px;
    color: #c0c5bb;
    line-height: 1.8;
  }
  .artist-info {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-block: 1px solid #66705f;
    margin: 30px 0;
    padding: 17px 0;
    gap: 16px;
    font-size: 12px;
  }
  .artist-info strong {
    display: block;
    font-size: 9px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    font-weight: 500;
    color: #bac1b2;
    margin-bottom: 6px;
  }
  .artist-actions {
    display: flex;
    gap: 24px;
    align-items: center;
    flex-wrap: wrap;
  }
  .artist-aside {
    border-top: 1px solid #626b5d;
    margin-top: 45px;
    padding-top: 23px;
    display: flex;
    justify-content: space-between;
    gap: 25px;
    align-items: center;
  }
  .artist-aside p {
    font-size: 13px;
    color: #c0c5bb;
  }
  .recording-feature {
    display: grid;
    grid-template-columns: .9fr 1fr;
    gap: 100px;
    align-items: center;
  }
  .recording-photo {
    aspect-ratio: 1.04;
    background: #d9d5c8;
    overflow: hidden;
    position: relative;
  }
  .recording-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(1);
  }
  .recording-copy .display {
    margin-bottom: 24px;
  }
  .recording-copy>p:not(.eyebrow) {
    color: #525b52;
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 26px;
    max-width: 390px;
  }
  .journal-section {
    padding: 80px 0 90px;
    background: #e7e4da;
    border-block: 1px solid #c8c9be;
  }
  .journal-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 34px;
  }
  .journal-card {
    border-top: 1px solid #a6ad9f;
    padding-top: 20px;
    display: flex;
    flex-direction: column;
  }
  .journal-card .meta {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    font-size: 9px;
    letter-spacing: 1px;
    color: #596155;
    margin-bottom: 29px;
  }
  .journal-card h3 {
    font-size: 24px;
    line-height: 1.22;
    font-weight: 500;
    letter-spacing: -.8px;
    margin-bottom: 15px;
  }
  .journal-card h3 a:hover {
    color: #aa3417;
  }
  .journal-card p {
    font-size: 13px;
    line-height: 1.8;
    color: #586050;
    margin-bottom: 27px;
  }
  .journal-card .text-link {
    margin-top: auto;
    align-self: flex-start;
  }
  .contact-band {
    background: var(--color-primary);
    padding: 75px 0;
  }
  .contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
  }
  .contact-band .eyebrow:before {
    background: #1d211f;
  }
  .contact-band h2 {
    font-family: var(--font-display);
    font-size: clamp(57px,6.4vw,88px);
    line-height: .9;
    font-weight: 700;
    letter-spacing: -1px;
  }
  .contact-band h2 span {
    color: #f2efe7;
  }
  .contact-copy {
    padding-top: 35px;
  }
  .contact-copy>p {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .contact-email {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    font-size: clamp(16px,2vw,26px);
    font-weight: 500;
    letter-spacing: -.6px;
    border-bottom: 1px solid #1d211f;
    padding-bottom: 12px;
    overflow-wrap: anywhere;
  }
  .contact-copy .small {
    font-size: 11px;
    max-width: 360px;
    margin-top: 16px;
    line-height: 1.7;
  }
  .site-footer {
    background: #1b201b;
    color: #e9e8de;
    padding: 46px 0 26px;
  }
  .footer-top,.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
  }
  .footer-top {
    padding-bottom: 36px;
  }
  .footer-top p {
    font-size: 12px;
    color: #c0c5bb;
  }
  .footer-links {
    display: flex;
    gap: 25px;
    font-size: 12px;
  }
  .footer-links a:hover {
    color: #f78260;
  }
  .footer-bottom {
    border-top: 1px solid #475042;
    padding-top: 20px;
    font-size: 10px;
    letter-spacing: .5px;
    color: #b4bcaf;
  }
  .page-hero {
    padding: 68px 0 66px;
    border-bottom: 1px solid #adb5a6;
  }
  .page-hero .display {
    max-width: 900px;
    font-size: clamp(62px,8vw,108px);
    margin-bottom: 25px;
  }
  .page-hero .lead {
    font-size: 19px;
    max-width: 660px;
    line-height: 1.65;
    color: #535e50;
  }
  .page-hero .button {
    margin-top: 27px;
  }
  .detail-grid {
    display: grid;
    grid-template-columns: .75fr 1.25fr;
    gap: 90px;
  }
  .detail-intro {
    position: sticky;
    top: 40px;
    align-self: start;
  }
  .detail-intro .display {
    font-size: 55px;
    margin-bottom: 23px;
  }
  .detail-intro>p {
    font-size: 15px;
    color: #525b52;
  }
  .detail-item {
    border-top: 1px solid #aab2a1;
    padding: 27px 0 32px;
  }
  .detail-item h2 {
    font-family: var(--font-display);
    font-size: 37px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.1;
    margin-bottom: 14px;
  }
  .detail-item p {
    font-size: 15px;
    color: #515a4c;
    line-height: 1.85;
  }
  .detail-item .meta {
    margin-bottom: 17px;
    color: #6a715f;
  }
  .article-wrap {
    width: min(780px,calc(100% - 48px));
    margin: auto;
    padding: 70px 0 85px;
  }
  .article-wrap h1 {
    font-family: var(--font-display);
    font-size: clamp(48px,5vw,74px);
    line-height: 1;
    font-weight: 600;
    letter-spacing: -1px;
    margin: 25px 0;
  }
  .article-wrap .article-meta {
    font-size: 11px;
    letter-spacing: 1px;
    color: #626b59;
    padding-bottom: 30px;
    border-bottom: 1px solid #aab2a1;
    margin-bottom: 35px;
  }
  .article-body {
    font-size: 17px;
    line-height: 1.85;
  }
  .article-body p {
    margin: 0 0 1.4em;
  }
  .article-body h2 {
    font-family: var(--font-display);
    font-size: 35px;
    font-weight: 600;
    line-height: 1.15;
    margin: 1.4em 0 .55em;
  }
  .article-body h3 {
    font-size: 23px;
    font-weight: 600;
    margin: 1.4em 0 .5em;
  }
  .article-body ul,.article-body ol {
    padding-left: 24px;
    margin: 0 0 25px;
    list-style: revert;
  }
  .article-body a {
    text-decoration: underline;
    text-underline-offset: 4px;
  }
  .article-body blockquote {
    border-left: 3px solid var(--color-primary);
    padding-left: 25px;
  }
  .article-body img {
    max-height: 650px;
    object-fit: contain;
    margin: 30px auto;
  }
  .article-nav {
    display: flex;
    justify-content: space-between;
    gap: 25px;
    border-top: 1px solid #aab2a1;
    padding-top: 25px;
    margin-top: 40px;
    font-size: 13px;
  }
  .article-nav a {
    max-width: 45%;
  }
  .advice-grid {
    row-gap: 55px;
  }
  .search-form {
    display: flex;
    gap: 10px;
    margin: 30px 0;
    flex-wrap: wrap;
  }
  .search-form input[type=search] {
    border: 1px solid #858e79;
    background: transparent;
    padding: 12px;
    min-width: 230px;
  }
  .search-submit {
    background: #202620;
    color: #fff;
    border: 0;
    padding: 12px 20px;
    cursor: pointer;
  }
  .pagination {
    margin-top: 50px;
  }
  .pagination .nav-links {
    display: flex;
    gap: 16px;
  }
  @media (min-width:1500px) {
    .hero h1 {
      font-size: 135px;
    }
  }
  @media (max-width:1100px) {
    .wrap {
      width: calc(100% - 64px);
    }
    .desktop-nav {
      gap: 20px;
    }
    .hero-grid {
      min-height: 575px;
    }
    .hero h1 {
      font-size: 103px;
    }
    .hero-desc {
      max-width: 290px;
    }
    .artist-layout {
      gap: 45px;
    }
    .recording-feature {
      gap: 55px;
    }
    .hero-image {
      margin-left: 0;
    }
    .hero-copy {
      padding-top: 43px;
    }
    .section {
      padding: 75px 0;
    }
  }
  @media (max-width:900px) {
    .wrap {
      width: calc(100% - 40px);
    }
    .header-inner {
      min-height: 82px;
    }
    .desktop-nav {
      display: none;
    }
    .mobile-nav {
      display: block;
    }
    .mobile-nav summary {
      cursor: pointer;
      list-style: none;
      font-size: 13px;
      border: 1px solid #a4ac9a;
      padding: 9px 15px;
    }
    .mobile-nav summary::-webkit-details-marker {
      display: none;
    }
    .mobile-nav nav {
      position: absolute;
      left: 0;
      right: 0;
      top: 81px;
      background: #f2efe7;
      border-bottom: 1px solid #a4ac9a;
      padding: 20px;
      display: grid;
      gap: 0;
    }
    .mobile-nav nav a {
      padding: 12px 0;
      border-bottom: 1px solid #d3d7cb;
      font-size: 15px;
    }
    .hero {
      padding-top: 20px;
    }
    .hero-top .meta {
      display: none;
    }
    .hero-top {
      padding-bottom: 18px;
    }
    .hero-top .eyebrow {
      font-size: 9px;
      letter-spacing: 1.1px;
    }
    .hero-grid {
      grid-template-columns: 1fr;
      min-height: 0;
    }
    .hero h1 {
      font-size: clamp(62px,20vw,132px);
      line-height: .86;
    }
    .hero-copy {
      padding: 32px 0 25px;
    }
    .hero-desc {
      max-width: 430px;
      font-size: 15px;
      margin: 24px 0;
    }
    .hero h1 span {
      display: inline;
    }
    .hero h1 span:after {
      content: " ";
    }
    .hero h1 .noise {
      display: block;
    }
    .hero-grid>* {
      min-width: 0;
    }
    .hero-image {
      margin: 8px 0 26px;
      width: 100%;
      min-width: 0;
      min-height: 360px;
      aspect-ratio: auto;
    }
    .hero-image img {
      object-position: center 38%;
    }
    .record-stamp {
      width: 86px;
      height: 86px;
      font-size: 10px;
    }
    .hero-actions {
      gap: 25px;
    }
    .ticker-inner {
      justify-content: flex-start;
      padding-left: 20px;
      font-size: 21px;
      gap: 22px;
    }
    .section {
      padding: 57px 0;
    }
    .section-title {
      align-items: flex-start;
      flex-direction: column;
      gap: 23px;
      margin-bottom: 32px;
    }
    .display {
      font-size: 54px;
    }
    .section-intro {
      max-width: 100%;
    }
    .services-grid {
      grid-template-columns: 1fr;
    }
    .service,.service+.service {
      border-left: 0;
      padding: 24px 0 28px;
    }
    .service+.service {
      border-top: 1px solid #aaaFA4;
    }
    .service .number {
      margin-bottom: 22px;
    }
    .service h3 {
      font-size: 34px;
    }
    .service p {
      max-width: 100%;
      margin-bottom: 22px;
    }
    .artists-section {
      padding: 55px 0;
    }
    .artist-layout {
      grid-template-columns: 1fr;
      gap: 32px;
    }
    .artist-photo {
      aspect-ratio: 1.15;
    }
    .artist-copy h3 {
      font-size: 79px;
      max-width: 400px;
    }
    .artist-copy>p {
      max-width: 100%;
    }
    .artist-aside {
      flex-direction: column;
      align-items: flex-start;
      gap: 20px;
    }
    .recording-feature {
      grid-template-columns: 1fr;
      gap: 35px;
    }
    .recording-photo {
      aspect-ratio: 1.25;
    }
    .recording-copy .display {
      font-size: 58px;
    }
    .journal-section {
      padding: 55px 0;
    }
    .journal-grid {
      grid-template-columns: 1fr;
      gap: 35px;
    }
    .journal-card .meta {
      margin-bottom: 18px;
    }
    .journal-card h3 {
      font-size: 27px;
      max-width: 600px;
    }
    .journal-card p {
      max-width: 600px;
    }
    .contact-band {
      padding: 50px 0;
    }
    .contact-grid {
      grid-template-columns: 1fr;
      gap: 26px;
    }
    .contact-copy {
      padding-top: 0;
    }
    .contact-band h2 {
      font-size: 70px;
    }
    .contact-email {
      font-size: 21px;
    }
    .footer-top {
      align-items: flex-start;
      flex-wrap: wrap;
    }
    .footer-links {
      width: 100%;
      flex-wrap: wrap;
    }
    .footer-bottom {
      align-items: flex-start;
      flex-direction: column;
      gap: 10px;
    }
    .page-hero {
      padding: 45px 0;
    }
    .page-hero .display {
      font-size: 67px;
    }
    .page-hero .lead {
      font-size: 17px;
    }
    .detail-grid {
      grid-template-columns: 1fr;
      gap: 36px;
    }
    .detail-intro {
      position: static;
    }
    .detail-intro .display {
      font-size: 48px;
    }
    .article-wrap {
      padding: 40px 0 55px;
    }
    .article-body {
      font-size: 16px;
    }
    .article-nav {
      flex-direction: column;
    }
    .article-nav a {
      max-width: 100%;
    }
  }
  @media (prefers-reduced-motion:reduce) {
    html {
      scroll-behavior: auto;
    }
    *,*:before,*:after {
      animation: none !important;
      transition: none !important;
    }
  }
}
@layer base {
  input:where([type='text']),input:where(:not([type])),input:where([type='email']),input:where([type='url']),input:where([type='password']),input:where([type='number']),input:where([type='date']),input:where([type='datetime-local']),input:where([type='month']),input:where([type='search']),input:where([type='tel']),input:where([type='time']),input:where([type='week']),select:where([multiple]),textarea,select {
    appearance: none;
    background-color: #fff;
    border-color: oklch(55.1% 0.027 264.364);
    border-width: 1px;
    border-radius: 0px;
    padding-top: 0.5rem;
    padding-right: 0.75rem;
    padding-bottom: 0.5rem;
    padding-left: 0.75rem;
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-shadow: 0 0 #0000;
    &:focus {
      outline: 2px solid transparent;
      outline-offset: 2px;
      --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-color: oklch(54.6% 0.245 262.881);
      --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
      --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
      box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
      border-color: oklch(54.6% 0.245 262.881);
    }
  }
  input::placeholder,textarea::placeholder {
    color: oklch(55.1% 0.027 264.364);
    opacity: 1;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-date-and-time-value {
    min-height: 1.5em;
  }
  ::-webkit-date-and-time-value {
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field {
    padding-top: 0;
    padding-bottom: 0;
  }
  select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='oklch(55.1%25 0.027 264.364)' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
    background-position: right 0.5rem center;
    background-repeat: no-repeat;
    background-size: 1.5em 1.5em;
    padding-right: 2.5rem;
    print-color-adjust: exact;
  }
  select:where([multiple]),select:where([size]:not([size="1"])) {
    background-image: initial;
    background-position: initial;
    background-repeat: unset;
    background-size: initial;
    padding-right: 0.75rem;
    print-color-adjust: unset;
  }
  input:where([type='checkbox']),input:where([type='radio']) {
    appearance: none;
    padding: 0;
    print-color-adjust: exact;
    display: inline-block;
    vertical-align: middle;
    background-origin: border-box;
    user-select: none;
    flex-shrink: 0;
    height: 1rem;
    width: 1rem;
    color: oklch(54.6% 0.245 262.881);
    background-color: #fff;
    border-color: oklch(55.1% 0.027 264.364);
    border-width: 1px;
    --tw-shadow: 0 0 #0000;
  }
  input:where([type='checkbox']) {
    border-radius: 0px;
  }
  input:where([type='radio']) {
    border-radius: 100%;
  }
  input:where([type='checkbox']):focus,input:where([type='radio']):focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
    --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
    --tw-ring-offset-width: 2px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: oklch(54.6% 0.245 262.881);
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  input:where([type='checkbox']):checked,input:where([type='radio']):checked {
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
  }
  input:where([type='checkbox']):checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
    @media (forced-colors: active) {
      appearance: auto;
    }
  }
  input:where([type='radio']):checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
    @media (forced-colors: active) {
      appearance: auto;
    }
  }
  input:where([type='checkbox']):checked:hover,input:where([type='checkbox']):checked:focus,input:where([type='radio']):checked:hover,input:where([type='radio']):checked:focus {
    border-color: transparent;
    background-color: currentColor;
  }
  input:where([type='checkbox']):indeterminate {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    @media (forced-colors: active) {
      appearance: auto;
    }
  }
  input:where([type='checkbox']):indeterminate:hover,input:where([type='checkbox']):indeterminate:focus {
    border-color: transparent;
    background-color: currentColor;
  }
  input:where([type='file']) {
    background: unset;
    border-color: inherit;
    border-width: 0;
    border-radius: 0;
    padding: 0;
    font-size: unset;
    line-height: inherit;
  }
  input:where([type='file']):focus {
    outline: 1px solid ButtonText;
    outline: 1px auto -webkit-focus-ring-color;
  }
}
