/*! tailwindcss v4.3.0 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: 'DM Sans',sans-serif;
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New',
    monospace;
    --spacing: 0.25rem;
    --container-md: 28rem;
    --container-2xl: 42rem;
    --container-3xl: 48rem;
    --container-4xl: 56rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --text-5xl: 3rem;
    --text-5xl--line-height: 1;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --tracking-tight: -0.025em;
    --tracking-wider: 0.05em;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-primary: #30483f;
    --color-neutral: #252c28;
  }
}
@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 {
  .visible {
    visibility: visible;
  }
  .fixed {
    position: fixed;
  }
  .static {
    position: static;
  }
  .-mx-6 {
    margin-inline: calc(var(--spacing) * -6);
  }
  .mx-2 {
    margin-inline: calc(var(--spacing) * 2);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .prose {
    color: var(--tw-prose-body);
    max-width: 65ch;
    :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
      margin-bottom: 1.25em;
    }
    :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-lead);
      font-size: 1.25em;
      line-height: 1.6;
      margin-top: 1.2em;
      margin-bottom: 1.2em;
    }
    :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-links);
      text-decoration: underline;
      font-weight: 500;
    }
    :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-bold);
      font-weight: 600;
    }
    :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: decimal;
      margin-top: 1.25em;
      margin-bottom: 1.25em;
      padding-inline-start: 1.625em;
    }
    :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-alpha;
    }
    :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-alpha;
    }
    :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-alpha;
    }
    :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-alpha;
    }
    :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-roman;
    }
    :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-roman;
    }
    :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-roman;
    }
    :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-roman;
    }
    :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: decimal;
    }
    :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: disc;
      margin-top: 1.25em;
      margin-bottom: 1.25em;
      padding-inline-start: 1.625em;
    }
    :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
      font-weight: 400;
      color: var(--tw-prose-counters);
    }
    :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
      color: var(--tw-prose-bullets);
    }
    :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      margin-top: 1.25em;
    }
    :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-color: var(--tw-prose-hr);
      border-top-width: 1px;
      margin-top: 3em;
      margin-bottom: 3em;
    }
    :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 500;
      font-style: italic;
      color: var(--tw-prose-quotes);
      border-inline-start-width: 0.25rem;
      border-inline-start-color: var(--tw-prose-quote-borders);
      quotes: "\201C""\201D""\2018""\2019";
      margin-top: 1.6em;
      margin-bottom: 1.6em;
      padding-inline-start: 1em;
    }
    :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
      content: open-quote;
    }
    :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
      content: close-quote;
    }
    :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 800;
      font-size: 2.25em;
      margin-top: 0;
      margin-bottom: 0.8888889em;
      line-height: 1.1111111;
    }
    :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 900;
      color: inherit;
    }
    :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 700;
      font-size: 1.5em;
      margin-top: 2em;
      margin-bottom: 1em;
      line-height: 1.3333333;
    }
    :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 800;
      color: inherit;
    }
    :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      font-size: 1.25em;
      margin-top: 1.6em;
      margin-bottom: 0.6em;
      line-height: 1.6;
    }
    :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 700;
      color: inherit;
    }
    :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      margin-top: 1.5em;
      margin-bottom: 0.5em;
      line-height: 1.5;
    }
    :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 700;
      color: inherit;
    }
    :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      display: block;
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 500;
      font-family: inherit;
      color: var(--tw-prose-kbd);
      box-shadow: 0 0 0 1px var(--tw-prose-kbd-shadows), 0 3px 0 var(--tw-prose-kbd-shadows);
      font-size: 0.875em;
      border-radius: 0.3125rem;
      padding-top: 0.1875em;
      padding-inline-end: 0.375em;
      padding-bottom: 0.1875em;
      padding-inline-start: 0.375em;
    }
    :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-code);
      font-weight: 600;
      font-size: 0.875em;
    }
    :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
      content: "`";
    }
    :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
      content: "`";
    }
    :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
      font-size: 0.875em;
    }
    :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
      font-size: 0.9em;
    }
    :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-pre-code);
      background-color: var(--tw-prose-pre-bg);
      overflow-x: auto;
      font-weight: 400;
      font-size: 0.875em;
      line-height: 1.7142857;
      margin-top: 1.7142857em;
      margin-bottom: 1.7142857em;
      border-radius: 0.375rem;
      padding-top: 0.8571429em;
      padding-inline-end: 1.1428571em;
      padding-bottom: 0.8571429em;
      padding-inline-start: 1.1428571em;
    }
    :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      background-color: transparent;
      border-width: 0;
      border-radius: 0;
      padding: 0;
      font-weight: inherit;
      color: inherit;
      font-size: inherit;
      font-family: inherit;
      line-height: inherit;
    }
    :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
      content: none;
    }
    :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
      content: none;
    }
    :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      width: 100%;
      table-layout: auto;
      margin-top: 2em;
      margin-bottom: 2em;
      font-size: 0.875em;
      line-height: 1.7142857;
    }
    :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-bottom-width: 1px;
      border-bottom-color: var(--tw-prose-th-borders);
    }
    :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      vertical-align: bottom;
      padding-inline-end: 0.5714286em;
      padding-bottom: 0.5714286em;
      padding-inline-start: 0.5714286em;
    }
    :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-bottom-width: 1px;
      border-bottom-color: var(--tw-prose-td-borders);
    }
    :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-bottom-width: 0;
    }
    :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      vertical-align: baseline;
    }
    :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-top-width: 1px;
      border-top-color: var(--tw-prose-th-borders);
    }
    :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      vertical-align: top;
    }
    :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      text-align: start;
    }
    :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
      margin-bottom: 0;
    }
    :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-captions);
      font-size: 0.875em;
      line-height: 1.4285714;
      margin-top: 0.8571429em;
    }
    --tw-prose-body: oklch(37.3% 0.034 259.733);
    --tw-prose-headings: oklch(21% 0.034 264.665);
    --tw-prose-lead: oklch(44.6% 0.03 256.802);
    --tw-prose-links: oklch(21% 0.034 264.665);
    --tw-prose-bold: oklch(21% 0.034 264.665);
    --tw-prose-counters: oklch(55.1% 0.027 264.364);
    --tw-prose-bullets: oklch(87.2% 0.01 258.338);
    --tw-prose-hr: oklch(92.8% 0.006 264.531);
    --tw-prose-quotes: oklch(21% 0.034 264.665);
    --tw-prose-quote-borders: oklch(92.8% 0.006 264.531);
    --tw-prose-captions: oklch(55.1% 0.027 264.364);
    --tw-prose-kbd: oklch(21% 0.034 264.665);
    --tw-prose-kbd-shadows: color-mix(in oklab, oklch(21% 0.034 264.665) 10%, transparent);
    --tw-prose-code: oklch(21% 0.034 264.665);
    --tw-prose-pre-code: oklch(92.8% 0.006 264.531);
    --tw-prose-pre-bg: oklch(27.8% 0.033 256.848);
    --tw-prose-th-borders: oklch(87.2% 0.01 258.338);
    --tw-prose-td-borders: oklch(92.8% 0.006 264.531);
    --tw-prose-invert-body: oklch(87.2% 0.01 258.338);
    --tw-prose-invert-headings: #fff;
    --tw-prose-invert-lead: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-links: #fff;
    --tw-prose-invert-bold: #fff;
    --tw-prose-invert-counters: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-bullets: oklch(44.6% 0.03 256.802);
    --tw-prose-invert-hr: oklch(37.3% 0.034 259.733);
    --tw-prose-invert-quotes: oklch(96.7% 0.003 264.542);
    --tw-prose-invert-quote-borders: oklch(37.3% 0.034 259.733);
    --tw-prose-invert-captions: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-kbd: #fff;
    --tw-prose-invert-kbd-shadows: rgb(255 255 255 / 10%);
    --tw-prose-invert-code: #fff;
    --tw-prose-invert-pre-code: oklch(87.2% 0.01 258.338);
    --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
    --tw-prose-invert-th-borders: oklch(44.6% 0.03 256.802);
    --tw-prose-invert-td-borders: oklch(37.3% 0.034 259.733);
    font-size: 1rem;
    line-height: 1.75;
    :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
      margin-bottom: 0;
    }
    :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.5em;
      margin-bottom: 0.5em;
    }
    :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0.375em;
    }
    :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0.375em;
    }
    :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.75em;
      margin-bottom: 0.75em;
    }
    :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
    }
    :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-bottom: 1.25em;
    }
    :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
    }
    :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-bottom: 1.25em;
    }
    :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.75em;
      margin-bottom: 0.75em;
    }
    :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
      margin-bottom: 1.25em;
    }
    :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.5em;
      padding-inline-start: 1.625em;
    }
    :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0;
    }
    :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-end: 0;
    }
    :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-top: 0.5714286em;
      padding-inline-end: 0.5714286em;
      padding-bottom: 0.5714286em;
      padding-inline-start: 0.5714286em;
    }
    :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0;
    }
    :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-end: 0;
    }
    :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-bottom: 0;
    }
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .mt-12 {
    margin-top: calc(var(--spacing) * 12);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }
  .mb-12 {
    margin-bottom: calc(var(--spacing) * 12);
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline-flex {
    display: inline-flex;
  }
  .table {
    display: table;
  }
  .h-auto {
    height: auto;
  }
  .w-full {
    width: 100%;
  }
  .max-w-2xl {
    max-width: var(--container-2xl);
  }
  .max-w-3xl {
    max-width: var(--container-3xl);
  }
  .max-w-4xl {
    max-width: var(--container-4xl);
  }
  .max-w-md {
    max-width: var(--container-md);
  }
  .max-w-none {
    max-width: none;
  }
  .flex-1 {
    flex: 1;
  }
  .items-center {
    align-items: center;
  }
  .justify-between {
    justify-content: space-between;
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }
  .gap-12 {
    gap: calc(var(--spacing) * 12);
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }
  .py-16 {
    padding-block: calc(var(--spacing) * 16);
  }
  .py-24 {
    padding-block: calc(var(--spacing) * 24);
  }
  .pt-16 {
    padding-top: calc(var(--spacing) * 16);
  }
  .pb-8 {
    padding-bottom: calc(var(--spacing) * 8);
  }
  .pb-12 {
    padding-bottom: calc(var(--spacing) * 12);
  }
  .pb-16 {
    padding-bottom: calc(var(--spacing) * 16);
  }
  .text-center {
    text-align: center;
  }
  .text-right {
    text-align: right;
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  .text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .tracking-tight {
    --tw-tracking: var(--tracking-tight);
    letter-spacing: var(--tracking-tight);
  }
  .tracking-wider {
    --tw-tracking: var(--tracking-wider);
    letter-spacing: var(--tracking-wider);
  }
  .text-neutral {
    color: var(--color-neutral);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .not-italic {
    font-style: normal;
  }
  .no-underline {
    text-decoration-line: none;
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-colors {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .last\:border-b-0 {
    &:last-child {
      border-bottom-style: var(--tw-border-style);
      border-bottom-width: 0px;
    }
  }
  .hover\:text-primary {
    &:hover {
      @media (hover: hover) {
        color: var(--color-primary);
      }
    }
  }
  .hover\:underline {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: underline;
      }
    }
  }
  .md\:mx-0 {
    @media (width >= 48rem) {
      margin-inline: calc(var(--spacing) * 0);
    }
  }
  .md\:text-2xl {
    @media (width >= 48rem) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  .md\:text-3xl {
    @media (width >= 48rem) {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
  }
  .md\:text-4xl {
    @media (width >= 48rem) {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }
  .md\:text-5xl {
    @media (width >= 48rem) {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
  }
}
.origin-copy .approach-detail {
  font-family: 'DM Sans',sans-serif;
  font-size: 12px;
  line-height: 1.7;
  letter-spacing: 0;
  color: #d2d8cc;
  margin: 8px 0 2px;
}
.origin-copy .country {
  line-height: 1.25;
}
.sourcing-faq-list {
  max-width: 900px;
  margin-top: 30px;
}
.sourcing-faq-list details {
  border-bottom: 1px solid #cbd1c6;
  padding: 18px 0;
}
.sourcing-faq-list summary {
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
}
.sourcing-faq-list p {
  max-width: 780px;
  font-size: 13px;
  line-height: 1.8;
  margin-top: 14px;
  color: #657069;
}
#stone-catalog .catalog-note ul {
  columns: 3;
  column-gap: 28px;
  padding-left: 18px;
  margin-top: 12px;
}
#stone-catalog .catalog-note li {
  break-inside: avoid;
  margin-bottom: 5px;
}
@media (max-width:760px) {
  #stone-catalog .catalog-note ul {
    columns: 2;
  }
}
.md-header .md-brand-link {
  display: block;
  flex: 0 0 auto;
  width: 330px;
  max-width: 60vw;
}
.md-brand-logo {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width:1000px) {
  .md-header .md-brand-link {
    width: 275px;
  }
}
@media (max-width:760px) {
  .md-header .md-brand-link {
    width: 280px;
    max-width: 72vw;
  }
}
header.md-header {
  position: relative;
  top: auto;
  z-index: 80;
}
#expertise,#stone-catalog,#inquiry,#sv-services,#sv-contact,#sv-detail {
  scroll-margin-top: 20px;
}
.md-service-site .md-social-dock a {
  color: #fff;
}
a.md-back-top {
  position: fixed;
  right: 20px;
  bottom: calc(20px + env(safe-area-inset-bottom));
  z-index: 90;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-width: 76px;
  min-height: 48px;
  padding: 12px 16px;
  background: #20392f;
  color: #fff;
  border: 1px solid #b9ad8a;
  border-radius: 4px;
  box-shadow: 0 4px 18px #0002;
  font: 12px "DM Sans",sans-serif;
  text-decoration: none;
}
a.md-back-top:hover {
  background: #355447;
}
a.md-back-top:focus-visible {
  outline: 3px solid #b9ad8a;
  outline-offset: 4px;
}
a.md-back-top span {
  font-size: 20px;
}
@media (max-width:760px) {
  a.md-back-top {
    right: 12px;
    bottom: calc(18px + env(safe-area-inset-bottom));
    min-width: 68px;
    padding: 10px 12px;
  }
}
nav.md-social-dock,a.md-back-top {
  opacity: .48;
  transition: opacity .22s ease,background-color .22s ease,box-shadow .22s ease;
}
nav.md-social-dock:hover,nav.md-social-dock:focus-within,a.md-back-top:hover,a.md-back-top:focus-visible {
  opacity: 1;
}
a.md-back-top {
  min-width: 56px;
  min-height: 36px;
  gap: 5px;
  padding: 8px 10px;
  font-size: 10px;
  border-radius: 3px;
  box-shadow: 0 2px 10px #0001;
}
a.md-back-top span {
  font-size: 15px;
}
@media (hover:none) {
  nav.md-social-dock,a.md-back-top {
    opacity: .8;
  }
  a.md-back-top {
    min-width: 56px;
    min-height: 44px;
  }
}
@media (prefers-reduced-motion:reduce) {
  nav.md-social-dock,a.md-back-top {
    transition: none;
  }
}
#main>#inquiry {
  background: #e8e8df;
  padding-top: 80px;
  padding-bottom: 80px;
}
#inquiry .inquiry-shell {
  max-width: 1320px;
  margin: auto;
  display: grid;
  grid-template-columns: minmax(0,.85fr) minmax(0,1.15fr);
  border: 1px solid #d8ddd1;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 18px 65px #24382b0a;
}
#inquiry .inquiry-invite {
  background: #20392f;
  color: #f7f4eb;
  padding: 55px 42px;
  display: flex;
  flex-direction: column;
}
#inquiry .eyebrow {
  color: #c5bb97;
  margin-bottom: 36px;
}
#main #inquiry h2 {
  font-size: clamp(40px,4.1vw,62px);
  line-height: 1.06;
  letter-spacing: -.025em;
}
#inquiry h2 em {
  color: #d5c6a4;
}
#inquiry .inquiry-lead {
  font-size: 14px;
  line-height: 1.85;
  color: #d2d9cd;
  max-width: 325px;
  margin-top: 26px;
}
#inquiry .inquiry-signature {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 38px 0 48px;
}
#inquiry .inquiry-signature>span {
  font-size: 36px;
  line-height: 1;
  width: 64px;
  height: 64px;
  border: 1px solid #d5c6a44a;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #d5c6a4;
}
#inquiry .inquiry-signature p {
  font-size: 12px;
  line-height: 1.8;
  color: #d5c6a4;
}
#inquiry .inquiry-direct {
  margin-top: auto;
  border-top: 1px solid #ffffff25;
  padding-top: 24px;
}
#inquiry .inquiry-mini {
  font-size: 9px;
  letter-spacing: .17em;
  line-height: 1.6;
}
#inquiry .inquiry-direct .inquiry-mini {
  color: #b9c5b8;
  margin-bottom: 14px;
}
#inquiry .inquiry-email {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  font-size: clamp(14px,1.5vw,20px);
  letter-spacing: -.02em;
  overflow-wrap: anywhere;
}
#inquiry .inquiry-channels {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  margin-top: 16px;
  font-size: 11px;
  color: #d0d8ca;
}
#inquiry .inquiry-channels a {
  padding: 8px 0;
  min-height: 36px;
}
#inquiry .inquiry-direct a:hover {
  color: #e8cf97;
}
#inquiry .project-brief {
  position: relative;
  background: #fcfbf7;
  padding: 40px;
  min-width: 0;
}
#inquiry .brief-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  margin-bottom: 28px;
}
#inquiry .brief-heading .inquiry-mini {
  color: #697669;
  margin-bottom: 8px;
}
#inquiry .brief-heading h3 {
  font-family: 'Cormorant Garamond',Georgia,serif;
  font-size: 32px;
  line-height: 1.1;
}
#inquiry .brief-mark {
  font-size: 28px;
  color: #97845b;
}
#inquiry fieldset {
  min-width: 0;
  border: 0;
  padding: 0;
  margin: 0 0 26px;
}
#inquiry legend {
  font-size: 12px;
  margin-bottom: 12px;
}
#inquiry .brief-options {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
#inquiry .brief-options label {
  position: relative;
  cursor: pointer;
}
#inquiry .brief-options input {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
}
#inquiry .brief-options span {
  display: block;
  padding: 11px 14px;
  border: 1px solid #d8ddd1;
  border-radius: 24px;
  font-size: 11px;
  line-height: 1.5;
  transition: background .2s,color .2s;
}
#inquiry .brief-options input:checked+span {
  background: #20392f;
  color: #fff;
  border-color: #20392f;
}
#inquiry .brief-options input:focus-visible+span {
  outline: 2px solid #9b713e;
  outline-offset: 3px;
}
#inquiry .brief-options label:hover span {
  border-color: #738675;
}
#inquiry .brief-fields {
  display: grid;
  grid-template-columns: minmax(0,1fr) minmax(0,1fr);
  gap: 18px;
}
#inquiry .brief-fields label {
  font-size: 11px;
  color: #405044;
  display: block;
  min-width: 0;
}
#inquiry .brief-fields label>span {
  color: #8c7546;
}
#inquiry .brief-fields input,#inquiry .brief-fields textarea {
  display: block;
  width: 100%;
  border: 1px solid #e0e2d9;
  border-radius: 5px;
  background: #f3f3ed;
  color: #24382b;
  padding: 13px 14px;
  font-family: inherit;
  font-size: 13px;
  line-height: 1.5;
  margin-top: 7px;
  transition: border-color .2s,background .2s;
}
#inquiry .brief-fields input:focus,#inquiry .brief-fields textarea:focus {
  background: #fff;
  border-color: #728876;
  outline: 2px solid #72887633;
  outline-offset: 1px;
}
#inquiry input::placeholder,#inquiry textarea::placeholder {
  color: #757e73;
  opacity: 1;
}
#inquiry .brief-wide {
  grid-column: 1/-1;
}
#inquiry textarea {
  resize: vertical;
  min-height: 94px;
}
#inquiry .brief-help {
  font-size: 10px;
  line-height: 1.7;
  color: #667362;
  margin-top: 12px;
}
#inquiry .brief-submit {
  display: flex;
  align-items: center;
  gap: 20px;
  border-top: 1px solid #e1e3d9;
  padding-top: 20px;
  margin-top: 24px;
}
#inquiry .brief-submit p {
  flex: 1;
  font-size: 9px;
  line-height: 1.7;
  color: #687361;
}
#inquiry .brief-submit button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  flex-shrink: 0;
  background: #20392f;
  border: 1px solid #20392f;
  border-radius: 4px;
  color: #fff;
  padding: 15px 20px;
  font-size: 12px;
  min-height: 48px;
}
#inquiry .brief-submit button:hover {
  background: #365443;
}
#inquiry .brief-submit button span {
  font-size: 20px;
  line-height: 1;
}
@media (max-width:1000px) {
  #inquiry .inquiry-invite {
    padding: 40px 28px;
  }
  #inquiry .project-brief {
    padding: 32px 26px;
  }
  #inquiry .brief-submit {
    flex-direction: column;
    align-items: stretch;
  }
}
@media (max-width:760px) {
  #main>#inquiry {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  #inquiry .inquiry-shell {
    grid-template-columns: 1fr;
  }
  #inquiry .inquiry-invite {
    padding: 32px 26px;
  }
  #main #inquiry h2 {
    font-size: 44px;
  }
  #inquiry .eyebrow {
    margin-bottom: 24px;
  }
  #inquiry .inquiry-signature {
    margin: 24px 0;
  }
  #inquiry .inquiry-lead {
    max-width: 100%;
  }
  #inquiry .project-brief {
    padding: 30px 24px;
  }
  #inquiry .brief-heading h3 {
    font-size: 30px;
  }
  #inquiry .brief-fields input,#inquiry .brief-fields textarea {
    font-size: 16px;
  }
  #inquiry .inquiry-email {
    font-size: 18px;
  }
}
@media (max-width:420px) {
  #inquiry .brief-fields {
    grid-template-columns: 1fr;
  }
  #inquiry .brief-options span {
    padding: 11px 12px;
    font-size: 10px;
  }
  #inquiry .project-brief {
    padding: 28px 18px;
  }
}
.md-social-dock {
  position: fixed;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 60;
  display: flex;
  flex-direction: column;
  background: #20392ff2;
  border: 1px solid #ffffff45;
  border-radius: 4px;
  box-shadow: 0 4px 18px #10231b26;
}
.md-social-dock a {
  position: relative;
  display: grid;
  place-items: center;
  width: 44px;
  height: 48px;
  color: #f5f3ed;
  border-bottom: 1px solid #ffffff25;
}
.md-social-dock a:last-child {
  border-bottom: 0;
}
.md-social-dock a:hover,.md-social-dock a:focus-visible {
  background: #41604c;
  color: #fff;
}
.md-social-dock svg {
  width: 21px;
  height: 21px;
}
.md-social-dock a span {
  position: absolute;
  left: calc(100% + 10px);
  top: 50%;
  transform: translateY(-50%);
  padding: 6px 10px;
  background: #20392f;
  color: #fff;
  font-size: 11px;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.md-social-dock a:hover span,.md-social-dock a:focus-visible span {
  opacity: 1;
  visibility: visible;
}
@media (max-width:760px) {
  .md-social-dock {
    left: 8px;
    top: auto;
    bottom: calc(18px + env(safe-area-inset-bottom));
    transform: none;
  }
  .md-social-dock a {
    width: 44px;
    height: 44px;
  }
}
.md-contact-links {
  display: grid;
  gap: 0;
  margin-top: 28px;
  max-width: 440px;
}
.md-contact-links a {
  display: grid;
  grid-template-columns: 78px minmax(0,1fr) 14px;
  gap: 12px;
  align-items: center;
  padding: 15px 0;
  border-bottom: 1px solid #aeb6a65c;
}
.md-contact-links span {
  font-size: 10px;
  letter-spacing: .04em;
}
.md-contact-links strong {
  font-size: 12px;
  font-weight: 400;
  overflow-wrap: anywhere;
}
.md-contact-links i {
  font-style: normal;
}
.md-contact-links a:hover {
  color: #9b713e;
}
.md-footer>.md-contact-links {
  width: 100%;
  max-width: none;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 0 50px;
  margin-top: 0;
}
.md-footer .md-contact-links a {
  border-color: #ffffff25;
}
.md-whatsapp {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 50;
  display: flex;
  align-items: center;
  gap: 10px;
  background: #245c40;
  color: #fff;
  border: 1px solid #ffffff60;
  border-radius: 30px;
  padding: 13px 20px;
  box-shadow: 0 5px 22px #10231b33;
  font-size: 12px;
}
.md-whatsapp:hover {
  background: #17482f;
}
.md-footer {
  padding-bottom: 95px;
}
@media (max-width:760px) {
  .md-footer>.md-contact-links {
    grid-template-columns: 1fr;
  }
  .md-whatsapp {
    right: 16px;
    bottom: calc(16px + env(safe-area-inset-bottom));
    padding: 12px 16px;
  }
  .md-contact-links a {
    grid-template-columns: 64px minmax(0,1fr) 14px;
    gap: 9px;
  }
  .md-contact-links strong {
    font-size: 11px;
  }
}
#main .process-films-grid {
  grid-template-columns: repeat(4,minmax(0,1fr));
  align-items: start;
  gap: 24px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
#main .process-film video {
  aspect-ratio: 9/16;
  height: auto;
  width: 100%;
  object-fit: cover;
  max-height: none;
}
#main .film-type {
  font-size: 9px;
  letter-spacing: .13em;
  color: #bacbbb;
  margin-bottom: 12px;
}
#main .process-film-real .film-type {
  color: #eed4a7;
}
#main .process-film-caption h3 {
  font-size: 25px;
}
@media (max-width:1000px) {
  #main .process-films-grid {
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 24px;
    max-width: 620px;
  }
  #main .process-film-caption {
    gap: 10px;
  }
  #main .process-film-caption h3 {
    font-size: 22px;
  }
}
@media (max-width:760px) {
  #main .process-films-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  #main .process-film-real video {
    max-height: 460px;
  }
  #main .process-film-caption h3 {
    font-size: 26px;
  }
}
#main>.process-films {
  background: #20392f;
  color: #f5f3ed;
}
.process-films .eyebrow {
  color: #b9c8bb;
}
.process-films .section-heading>p {
  color: #c2cdc2;
}
.process-films-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  margin-top: 32px;
}
.process-film video {
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
  background: #10231b;
  object-fit: contain;
  border: 1px solid #ffffff20;
}
.process-film-caption {
  display: flex;
  gap: 18px;
  align-items: baseline;
  padding: 20px 0;
  border-bottom: 1px solid #ffffff25;
}
.process-film-caption>span,.process-film-caption>small {
  font-size: 10px;
  color: #b9c8bb;
}
.process-film-caption>small {
  margin-left: auto;
}
.process-film-caption h3 {
  font-family: 'Cormorant Garamond',Georgia,serif;
  font-size: 28px;
  line-height: 1.15;
}
.process-film-caption p {
  font-size: 11px;
  color: #b9c8bb;
  margin-top: 7px;
}
.process-films-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 22px;
}
.process-films-footer p {
  font-size: 10px;
  color: #b9c8bb;
  max-width: 530px;
}
.process-films-footer .text-link {
  margin-top: 0;
  white-space: nowrap;
}
@media (max-width:760px) {
  .process-films-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .process-films-footer {
    align-items: flex-start;
    flex-direction: column;
  }
  .process-film-caption h3 {
    font-size: 26px;
  }
}
#main>.section {
  padding-top: 65px;
  padding-bottom: 65px;
}
#main>.services {
  padding-top: 0;
}
#main>.section h2,#main>.origins h2 {
  font-size: clamp(36px,3.5vw,50px);
}
#main .intro-copy {
  font-size: 14px;
  padding-top: 30px;
}
#main .intro-copy .muted {
  font-size: 13px;
}
#main .service-card>img {
  height: 260px;
}
#main .service-info {
  padding: 24px 28px;
}
#main .service-info h3 {
  font-size: 32px;
}
#main .stone img {
  height: 245px;
}
#main .stone h3 {
  font-size: 24px;
}
#main .origin-photo {
  display: flex;
  align-items: center;
  padding: 32px;
  background: #e6e8e0;
}
#main .origin-photo img {
  transform: none;
  object-fit: contain;
  height: auto;
  max-height: 460px;
  width: 100%;
}
#main .origin-copy {
  padding: 48px 10%;
}
#main .country {
  font-size: 24px;
  padding: 11px 0;
}
#main .steps {
  margin-top: 30px;
}
@media (max-width:760px) {
  #main>.section {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  #main>.services {
    padding-top: 0;
  }
  #main>.section h2,#main>.origins h2 {
    font-size: 36px;
  }
  #main .intro-copy {
    padding-top: 0;
  }
  #main .service-card>img {
    height: 225px;
  }
  #main .stone img {
    height: 190px;
  }
  #main .origin-photo {
    height: auto;
    min-height: 240px;
    padding: 20px;
  }
  #main .origin-copy {
    padding: 36px 7%;
  }
}
.story-bottom>span,.story-bottom>a {
  display: none;
}
.hero-story .hero-image {
  transform: none;
  object-position: center;
}
.hero-story .hero-content {
  z-index: 3;
  max-width: 980px;
  pointer-events: none;
}
.hero-story .hero-content a {
  pointer-events: auto;
}
.hero-story h1 {
  font-size: clamp(50px,5.6vw,82px);
}
.hero-story .hero-shade {
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(90deg,#0b1310b5,#0b131026 65%,transparent),linear-gradient(0deg,#0b1310a6,transparent 35%);
}
.source-panel {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 47%;
  z-index: 1;
  overflow: hidden;
  mask-image: linear-gradient(to right,transparent,#000 19%);
  -webkit-mask-image: linear-gradient(to right,transparent,#000 19%);
}
.washing-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 52%;
}
.source-enter {
  transition: opacity 1.8s ease !important;
}
.source-hidden {
  opacity: 0;
}
.source-visible {
  opacity: 1;
}
.story-bottom {
  z-index: 4;
  align-items: center;
  gap: 20px;
}
.story-controls {
  display: flex;
  align-items: center;
  gap: 20px;
}
.story-controls button {
  color: white;
  background: none;
  border: 0;
  border-bottom: 1px solid transparent;
  padding: 8px 0;
  font-size: 11px;
  letter-spacing: .04em;
  opacity: .65;
}
.story-controls button.selected {
  opacity: 1;
  border-bottom-color: white;
}
.concept-caption {
  font-size: 9px !important;
  color: white;
  letter-spacing: .03em;
  max-width: 300px;
  text-align: right;
}
@media (max-width:760px) {
  .hero-story h1 {
    font-size: 50px;
  }
  .hero-story .living-image {
    object-position: 58% center;
  }
  .source-panel {
    width: 100%;
    mask-image: linear-gradient(to right,transparent,#000 50%);
    -webkit-mask-image: linear-gradient(to right,transparent,#000 50%);
  }
  .washing-image {
    object-position: 65% 50%;
  }
  .hero-story .hero-shade {
    background: linear-gradient(90deg,#102118c9,#10211840),linear-gradient(0deg,#102118b3,transparent 35%);
  }
  .story-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .concept-caption {
    text-align: left;
    max-width: 100% !important;
  }
}
@media (prefers-reduced-motion:reduce) {
  .source-enter {
    transition: none !important;
  }
}
@layer base {
  * {
    box-sizing: border-box;
  }
  html {
    scroll-behavior: smooth;
    scroll-padding-top: 0;
  }
  body.md-site {
    margin: 0;
    background: #f5f3ed;
    color: #252c28;
    font-family: 'DM Sans',sans-serif;
    font-size: 15px;
    line-height: 1.65;
  }
  a {
    color: inherit;
    text-decoration: none;
  }
  button,input,select,textarea {
    font: inherit;
  }
  button,a,input,select,textarea {
    -webkit-tap-highlight-color: transparent;
  }
  button {
    cursor: pointer;
  }
  img {
    display: block;
    max-width: 100%;
    height: auto;
  }
  h1,h2,h3,p {
    margin: 0;
  }
  h1,h2,h3 {
    font-weight: 400;
  }
  h1,h2 {
    font-family: 'Cormorant Garamond',Georgia,serif;
    line-height: 1.02;
    letter-spacing: -.035em;
  }
  h1 em,h2 em {
    font-weight: 400;
  }
  button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible {
    outline: 2px solid #ab7d47;
    outline-offset: 5px;
  }
  [x-cloak] {
    display: none !important;
  }
}
@layer components {
  .skip {
    position: absolute;
    top: -100px;
    z-index: 100;
    background: #fff;
    padding: 15px;
  }
  .skip:focus {
    top: 0;
  }
  .md-header {
    height: 100px;
    padding: 0 5%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #f5f3ed;
    border-bottom: 1px solid #dedfd5;
    position: relative;
    z-index: 20;
  }
  .wordmark {
    display: inline-flex;
    flex-direction: column;
    line-height: 1.2;
  }
  .wordmark span {
    font-family: 'Cormorant Garamond',Georgia,serif;
    font-size: 29px;
    letter-spacing: .075em;
  }
  .wordmark small {
    font-size: 8px;
    letter-spacing: .31em;
    margin-top: 8px;
  }
  .md-header nav {
    display: flex;
    align-items: center;
    gap: 29px;
    font-size: 12px;
  }
  .md-header nav>a:not(.nav-cta) {
    padding: 10px 0;
  }
  .md-header nav>a:hover {
    color: #8d6037;
  }
  .nav-cta {
    border: 1px solid #a9ada3;
    padding: 12px 18px;
    display: flex;
    gap: 22px;
    align-items: center;
  }
  .lang {
    border-left: 1px solid #ced0c6;
    padding-left: 20px !important;
  }
  .menu-toggle {
    display: none;
  }
  .hero {
    height: min(760px,calc(100svh - 100px));
    min-height: 570px;
    position: relative;
    color: #fff;
    background: #444c40;
    overflow: hidden;
  }
  .hero-image {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 48%;
    transform: scale(1.48);
  }
  .hero-shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg,rgba(10,20,16,.63),rgba(10,20,16,.07)),linear-gradient(0deg,rgba(10,20,16,.45),transparent 40%);
  }
  .hero-content {
    position: relative;
    padding: 100px 6%;
    max-width: 1080px;
  }
  .eyebrow {
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: .2em;
    color: #68736a;
    font-weight: 500;
    margin-bottom: 25px;
  }
  .eyebrow.light {
    color: #fff;
  }
  .hero h1 {
    font-size: clamp(55px,6.3vw,96px);
    text-shadow: 0 2px 20px #0002;
  }
  .hero-intro {
    font-size: 15px;
    max-width: 440px;
    margin: 25px 0 30px;
    color: #eee;
  }
  .button {
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    gap: 45px;
    padding: 16px 24px;
    border: 1px solid transparent;
    font-size: 12px;
    transition: background .2s;
  }
  .button.pale {
    background: #f5f3ed !important;
    color: #25342c !important;
    border: 1px solid #f5f3ed !important;
  }
  .button.pale:hover {
    background: #fff;
  }
  .button.dark {
    background: #30483f;
    color: #fff;
  }
  .button.dark:hover {
    background: #1e332b;
  }
  .hero-bottom {
    position: absolute;
    bottom: 28px;
    left: 6%;
    right: 6%;
    display: flex;
    justify-content: space-between;
    font-size: 9px;
    letter-spacing: .13em;
    border-top: 1px solid #ffffff55;
    padding-top: 18px;
  }
  .hero-bottom a {
    font-size: 11px;
    letter-spacing: .03em;
  }
  .section {
    padding: 90px 6%;
  }
  .intro {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 10%;
    padding-bottom: 55px;
  }
  h2 {
    font-size: clamp(44px,4.3vw,64px);
  }
  .intro-copy {
    padding-top: 43px;
    font-size: 16px;
  }
  .intro-copy p+p {
    margin-top: 20px;
  }
  .muted {
    color: #73796f;
    font-size: 14px;
  }
  .services {
    padding-top: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
  .service-card {
    background: #eae9e1;
  }
  .service-card>img {
    height: 330px;
    width: 100%;
    object-fit: cover;
  }
  .service-info {
    padding: 30px 35px 35px;
  }
  .service-info .eyebrow {
    font-size: 9px;
  }
  .service-info h3 {
    font-family: 'Cormorant Garamond',Georgia,serif;
    font-size: 39px;
    margin: 10px 0;
  }
  .service-info p {
    color: #666f63;
    font-size: 13px;
    max-width: 410px;
    min-height: 44px;
  }
  .text-link {
    margin-top: 25px;
    display: inline-block;
    border-bottom: 1px solid #8b9386;
    font-size: 12px;
    padding-bottom: 7px;
  }
  .collection {
    background: #e9ece5;
  }
  .section-heading {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 50px;
  }
  .section-heading>p {
    max-width: 335px;
    color: #687163;
    font-size: 13px;
    padding-bottom: 6px;
  }
  .filters {
    display: flex;
    gap: 23px;
    margin: 40px 0 30px;
  }
  .filters button {
    border: 0;
    border-bottom: 1px solid transparent;
    background: none;
    padding: 8px 0;
    color: #737c70;
    font-size: 12px;
  }
  .filters button.active {
    color: #293e32;
    border-color: #293e32;
  }
  .stone-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 23px;
  }
  .stone button {
    width: 100%;
    position: relative;
    display: block;
    overflow: hidden;
    border: 0;
    padding: 0;
    background: #cfd5c9;
  }
  .stone img {
    width: 100%;
    height: 310px;
    object-fit: cover;
    transition: transform .5s;
  }
  .stone button:hover img {
    transform: scale(1.04);
  }
  .enlarge {
    position: absolute;
    bottom: 12px;
    right: 12px;
    background: #f5f3ed;
    width: 31px;
    height: 31px;
    display: grid;
    place-items: center;
  }
  .stone h3 {
    font-family: 'Cormorant Garamond',Georgia,serif;
    font-size: 27px;
    margin-top: 16px;
  }
  .stone p {
    font-size: 10px;
    color: #66715f;
    margin-top: 3px;
  }
  .collection-note {
    font-size: 10px;
    color: #727b6c;
    margin-top: 30px;
  }
  .origins {
    display: grid;
    grid-template-columns: 1fr 1fr;
    background: #293f35;
    color: #f5f3ed;
  }
  .origin-photo {
    overflow: hidden;
  }
  .origin-photo img {
    width: 100%;
    height: 100%;
    max-height: 750px;
    object-fit: cover;
    transform: scale(1.55);
  }
  .origin-copy {
    padding: 80px 12%;
  }
  .origin-copy .eyebrow {
    color: #bbc7b3;
  }
  .origin-copy>p:not(.eyebrow) {
    font-size: 13px;
    color: #d2d8cc;
    margin: 25px 0 35px;
    max-width: 360px;
  }
  .origin-copy h2 {
    font-size: clamp(42px,4vw,60px);
  }
  .country {
    border-top: 1px solid #ffffff30;
    padding: 15px 0;
    font-family: 'Cormorant Garamond',Georgia,serif;
    font-size: 28px;
  }
  .country span {
    font-family: 'DM Sans',sans-serif;
    font-size: 10px;
    margin-right: 28px;
    color: #b6c2ae;
  }
  .steps {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 45px;
    margin-top: 45px;
  }
  .steps article {
    border-top: 1px solid #c6cdbf;
    padding-top: 20px;
  }
  .steps article>span {
    font-family: 'Cormorant Garamond',Georgia,serif;
    font-size: 35px;
    color: #909e87;
  }
  .steps h3 {
    font-size: 16px;
    margin: 15px 0 10px;
  }
  .steps p {
    font-size: 13px;
    color: #72786d;
    max-width: 310px;
  }
  .inquiry {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10%;
    background: #eae9e1;
  }
  .inquiry>div>p:not(.eyebrow) {
    max-width: 340px;
    margin-top: 25px;
    font-size: 14px;
    color: #656e61;
  }
  .inquiry small {
    display: block;
    font-size: 11px;
    margin-top: 25px;
    color: #72796a;
  }
  .inquiry form {
    position: relative;
  }
  .inquiry label {
    display: block;
    font-size: 11px;
    margin-bottom: 18px;
  }
  .inquiry input:not([type=hidden]),.inquiry select,.inquiry textarea {
    display: block;
    width: 100%;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #aeb6a6;
    border-radius: 0;
    color: #29362c;
    padding: 9px 0;
    font-size: 13px;
    box-shadow: none;
  }
  .inquiry textarea {
    resize: vertical;
  }
  .form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
  }
  .form-note {
    font-size: 10px;
    color: #69745e;
    margin-bottom: 20px;
  }
  .trap {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
  }
  .form-notice {
    background: #f5f3ed;
    border-left: 3px solid #30483f;
    padding: 15px;
    margin-bottom: 20px;
    font-size: 13px;
  }
  .md-footer {
    padding: 55px 6% 25px;
    background: #1e2d26;
    color: #eceee5;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 35px;
  }
  .md-footer>p {
    font-family: 'Cormorant Garamond',Georgia,serif;
    font-style: italic;
    font-size: 24px;
  }
  .footer-bottom {
    display: flex;
    justify-content: space-between;
    width: 100%;
    border-top: 1px solid #ffffff25;
    padding-top: 22px;
    font-size: 9px;
    color: #b1bdac;
    gap: 20px;
  }
  .lightbox {
    position: fixed;
    inset: 0;
    background: #14221af5;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px;
  }
  .lightbox img {
    max-width: 85vw;
    max-height: 78vh;
    width: auto;
    height: auto;
    object-fit: contain;
    margin: auto;
  }
  .lightbox p {
    color: white;
    text-align: center;
    padding-top: 15px;
  }
  .close {
    position: absolute;
    right: 25px;
    top: 10px;
    color: white;
    background: none;
    border: 0;
    font-size: 40px;
  }
  @media (min-width:1600px) {
    .section {
      padding-left: max(6%,calc((100vw - 1400px)/2));
      padding-right: max(6%,calc((100vw - 1400px)/2));
    }
  }
  @media (max-width:1000px) {
    .md-header nav {
      gap: 15px;
    }
    .md-header {
      padding: 0 4%;
    }
    .wordmark span {
      font-size: 24px;
    }
    .hero-content {
      padding-top: 100px;
    }
    .stone-grid {
      grid-template-columns: repeat(2,1fr);
    }
    .origin-copy {
      padding: 55px 10%;
    }
    .intro {
      gap: 6%;
    }
    .services {
      gap: 20px;
    }
    .service-info {
      padding: 25px;
    }
    .service-card>img {
      height: 280px;
    }
    .inquiry {
      gap: 6%;
    }
  }
  @media (max-width:760px) {
    .md-header {
      height: 82px;
      padding: 0 6%;
    }
    .menu-toggle {
      display: flex;
      gap: 14px;
      background: none;
      border: 0;
      font-size: 12px;
      align-items: center;
    }
    .menu-toggle span {
      font-size: 22px;
    }
    .md-header nav {
      display: none;
      position: absolute;
      top: 82px;
      left: 0;
      right: 0;
      background: #f5f3ed;
      padding: 25px 6%;
      box-shadow: 0 20px 25px #0002;
      align-items: stretch;
    }
    .md-header nav.is-open {
      display: flex;
      flex-direction: column;
    }
    .lang {
      border-left: 0;
      padding-left: 0 !important;
    }
    .hero {
      height: 650px;
      min-height: 540px;
      max-height: none;
    }
    .hero-content {
      padding: 100px 7% 90px;
    }
    .hero h1 {
      font-size: 53px;
    }
    .hero-intro {
      font-size: 13px;
      max-width: 320px;
    }
    .hero-image {
      object-position: 58% center;
    }
    .hero-shade {
      background: linear-gradient(90deg,#102118ad,#10211833),linear-gradient(0deg,#10211899,transparent);
    }
    .hero-bottom {
      left: 7%;
      right: 7%;
      font-size: 8px;
    }
    .hero-bottom>span {
      max-width: 145px;
    }
    .section {
      padding: 60px 7%;
    }
    .intro,.inquiry {
      grid-template-columns: 1fr;
      gap: 30px;
    }
    .intro-copy {
      padding-top: 0;
    }
    .services {
      grid-template-columns: 1fr;
      padding-top: 0;
    }
    .service-card>img {
      height: 270px;
    }
    .section-heading {
      display: block;
    }
    .section-heading>p {
      margin-top: 22px;
    }
    .stone-grid {
      gap: 20px 14px;
    }
    .stone img {
      height: 230px;
    }
    .stone h3 {
      font-size: 24px;
    }
    .filters {
      gap: 20px;
      margin-top: 25px;
    }
    .origins {
      grid-template-columns: 1fr;
    }
    .origin-photo {
      height: 400px;
    }
    .origin-copy {
      padding: 55px 7%;
    }
    .steps {
      grid-template-columns: 1fr;
      gap: 25px;
    }
    .steps h3 {
      margin-top: 7px;
    }
    .steps p {
      max-width: 100%;
    }
    .md-footer {
      padding: 40px 7% 25px;
    }
    .md-footer>p {
      font-size: 21px;
    }
    .footer-bottom {
      flex-direction: column;
      gap: 10px;
    }
    .lightbox {
      padding: 25px;
    }
    .form-row {
      gap: 15px;
    }
    .inquiry h2 {
      font-size: 48px;
    }
  }
  @media (prefers-reduced-motion:reduce) {
    html {
      scroll-behavior: auto;
    }
    * {
      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;
  }
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-border-style: solid;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
    }
  }
}
