/*! tailwindcss v4.3.0 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: 'Softivo Sans',sans-serif;
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New',
    monospace;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@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;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .prose {
    color: var(--tw-prose-body);
    max-width: 65ch;
    :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
      margin-bottom: 1.25em;
    }
    :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-lead);
      font-size: 1.25em;
      line-height: 1.6;
      margin-top: 1.2em;
      margin-bottom: 1.2em;
    }
    :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-links);
      text-decoration: underline;
      font-weight: 500;
    }
    :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-bold);
      font-weight: 600;
    }
    :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: decimal;
      margin-top: 1.25em;
      margin-bottom: 1.25em;
      padding-inline-start: 1.625em;
    }
    :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-alpha;
    }
    :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-alpha;
    }
    :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-alpha;
    }
    :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-alpha;
    }
    :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-roman;
    }
    :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-roman;
    }
    :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-roman;
    }
    :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-roman;
    }
    :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: decimal;
    }
    :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: disc;
      margin-top: 1.25em;
      margin-bottom: 1.25em;
      padding-inline-start: 1.625em;
    }
    :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
      font-weight: 400;
      color: var(--tw-prose-counters);
    }
    :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
      color: var(--tw-prose-bullets);
    }
    :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      margin-top: 1.25em;
    }
    :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-color: var(--tw-prose-hr);
      border-top-width: 1px;
      margin-top: 3em;
      margin-bottom: 3em;
    }
    :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 500;
      font-style: italic;
      color: var(--tw-prose-quotes);
      border-inline-start-width: 0.25rem;
      border-inline-start-color: var(--tw-prose-quote-borders);
      quotes: "\201C""\201D""\2018""\2019";
      margin-top: 1.6em;
      margin-bottom: 1.6em;
      padding-inline-start: 1em;
    }
    :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
      content: open-quote;
    }
    :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
      content: close-quote;
    }
    :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 800;
      font-size: 2.25em;
      margin-top: 0;
      margin-bottom: 0.8888889em;
      line-height: 1.1111111;
    }
    :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 900;
      color: inherit;
    }
    :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 700;
      font-size: 1.5em;
      margin-top: 2em;
      margin-bottom: 1em;
      line-height: 1.3333333;
    }
    :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 800;
      color: inherit;
    }
    :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      font-size: 1.25em;
      margin-top: 1.6em;
      margin-bottom: 0.6em;
      line-height: 1.6;
    }
    :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 700;
      color: inherit;
    }
    :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      margin-top: 1.5em;
      margin-bottom: 0.5em;
      line-height: 1.5;
    }
    :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 700;
      color: inherit;
    }
    :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      display: block;
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 500;
      font-family: inherit;
      color: var(--tw-prose-kbd);
      box-shadow: 0 0 0 1px var(--tw-prose-kbd-shadows), 0 3px 0 var(--tw-prose-kbd-shadows);
      font-size: 0.875em;
      border-radius: 0.3125rem;
      padding-top: 0.1875em;
      padding-inline-end: 0.375em;
      padding-bottom: 0.1875em;
      padding-inline-start: 0.375em;
    }
    :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-code);
      font-weight: 600;
      font-size: 0.875em;
    }
    :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
      content: "`";
    }
    :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
      content: "`";
    }
    :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
      font-size: 0.875em;
    }
    :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
      font-size: 0.9em;
    }
    :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-pre-code);
      background-color: var(--tw-prose-pre-bg);
      overflow-x: auto;
      font-weight: 400;
      font-size: 0.875em;
      line-height: 1.7142857;
      margin-top: 1.7142857em;
      margin-bottom: 1.7142857em;
      border-radius: 0.375rem;
      padding-top: 0.8571429em;
      padding-inline-end: 1.1428571em;
      padding-bottom: 0.8571429em;
      padding-inline-start: 1.1428571em;
    }
    :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      background-color: transparent;
      border-width: 0;
      border-radius: 0;
      padding: 0;
      font-weight: inherit;
      color: inherit;
      font-size: inherit;
      font-family: inherit;
      line-height: inherit;
    }
    :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
      content: none;
    }
    :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
      content: none;
    }
    :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      width: 100%;
      table-layout: auto;
      margin-top: 2em;
      margin-bottom: 2em;
      font-size: 0.875em;
      line-height: 1.7142857;
    }
    :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-bottom-width: 1px;
      border-bottom-color: var(--tw-prose-th-borders);
    }
    :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      vertical-align: bottom;
      padding-inline-end: 0.5714286em;
      padding-bottom: 0.5714286em;
      padding-inline-start: 0.5714286em;
    }
    :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-bottom-width: 1px;
      border-bottom-color: var(--tw-prose-td-borders);
    }
    :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-bottom-width: 0;
    }
    :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      vertical-align: baseline;
    }
    :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-top-width: 1px;
      border-top-color: var(--tw-prose-th-borders);
    }
    :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      vertical-align: top;
    }
    :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      text-align: start;
    }
    :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
      margin-bottom: 0;
    }
    :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-captions);
      font-size: 0.875em;
      line-height: 1.4285714;
      margin-top: 0.8571429em;
    }
    --tw-prose-body: oklch(37.3% 0.034 259.733);
    --tw-prose-headings: oklch(21% 0.034 264.665);
    --tw-prose-lead: oklch(44.6% 0.03 256.802);
    --tw-prose-links: oklch(21% 0.034 264.665);
    --tw-prose-bold: oklch(21% 0.034 264.665);
    --tw-prose-counters: oklch(55.1% 0.027 264.364);
    --tw-prose-bullets: oklch(87.2% 0.01 258.338);
    --tw-prose-hr: oklch(92.8% 0.006 264.531);
    --tw-prose-quotes: oklch(21% 0.034 264.665);
    --tw-prose-quote-borders: oklch(92.8% 0.006 264.531);
    --tw-prose-captions: oklch(55.1% 0.027 264.364);
    --tw-prose-kbd: oklch(21% 0.034 264.665);
    --tw-prose-kbd-shadows: color-mix(in oklab, oklch(21% 0.034 264.665) 10%, transparent);
    --tw-prose-code: oklch(21% 0.034 264.665);
    --tw-prose-pre-code: oklch(92.8% 0.006 264.531);
    --tw-prose-pre-bg: oklch(27.8% 0.033 256.848);
    --tw-prose-th-borders: oklch(87.2% 0.01 258.338);
    --tw-prose-td-borders: oklch(92.8% 0.006 264.531);
    --tw-prose-invert-body: oklch(87.2% 0.01 258.338);
    --tw-prose-invert-headings: #fff;
    --tw-prose-invert-lead: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-links: #fff;
    --tw-prose-invert-bold: #fff;
    --tw-prose-invert-counters: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-bullets: oklch(44.6% 0.03 256.802);
    --tw-prose-invert-hr: oklch(37.3% 0.034 259.733);
    --tw-prose-invert-quotes: oklch(96.7% 0.003 264.542);
    --tw-prose-invert-quote-borders: oklch(37.3% 0.034 259.733);
    --tw-prose-invert-captions: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-kbd: #fff;
    --tw-prose-invert-kbd-shadows: rgb(255 255 255 / 10%);
    --tw-prose-invert-code: #fff;
    --tw-prose-invert-pre-code: oklch(87.2% 0.01 258.338);
    --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
    --tw-prose-invert-th-borders: oklch(44.6% 0.03 256.802);
    --tw-prose-invert-td-borders: oklch(37.3% 0.034 259.733);
    font-size: 1rem;
    line-height: 1.75;
    :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
      margin-bottom: 0;
    }
    :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.5em;
      margin-bottom: 0.5em;
    }
    :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0.375em;
    }
    :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0.375em;
    }
    :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.75em;
      margin-bottom: 0.75em;
    }
    :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
    }
    :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-bottom: 1.25em;
    }
    :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
    }
    :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-bottom: 1.25em;
    }
    :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.75em;
      margin-bottom: 0.75em;
    }
    :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
      margin-bottom: 1.25em;
    }
    :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.5em;
      padding-inline-start: 1.625em;
    }
    :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0;
    }
    :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-end: 0;
    }
    :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-top: 0.5714286em;
      padding-inline-end: 0.5714286em;
      padding-bottom: 0.5714286em;
      padding-inline-start: 0.5714286em;
    }
    :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0;
    }
    :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-end: 0;
    }
    :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-bottom: 0;
    }
  }
  .block {
    display: block;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
}
:root {
  --ivory: #f5f1e9;
  --paper: #fffdf9;
  --ink: #242422;
  --muted: #66645e;
  --wine: #702b3f;
  --line: #d8d1c7;
  --serif: 'Softivo Editorial',Georgia,serif;
  --sans: 'Softivo Sans',sans-serif;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
  background: var(--ivory);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.65;
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  color: var(--wine);
}
button,input,select,textarea {
  font: inherit;
}
button,a,input,select,textarea {
  touch-action: manipulation;
}
button {
  cursor: pointer;
}
img {
  max-width: 100%;
  height: auto;
}
svg {
  display: inline-block;
}
h1,h2,h3,h4,p {
  margin: 0;
}
h1,h2 {
  font-family: var(--serif);
  font-weight: 400;
  line-height: 1.16;
  letter-spacing: -.045em;
}
h1 {
  font-size: clamp(2.3rem,4.5vw,4.5rem);
}
h2 {
  font-size: clamp(1.85rem,3vw,3rem);
}
h3 {
  font-size: 1.14rem;
  line-height: 1.35;
  letter-spacing: -.025em;
}
p {
  color: var(--muted);
}
.wrap {
  width: calc(100% - 80px);
  max-width: 1360px;
  margin-inline: auto;
}
.icon {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.4;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex-shrink: 0;
}
.skip-link {
  position: fixed;
  left: 20px;
  top: -100px;
  z-index: 9999;
  padding: 12px;
  background: var(--wine);
  color: white;
}
.skip-link:focus {
  top: 10px;
}
:focus-visible {
  outline: 3px solid #9c5d28;
  outline-offset: 4px;
}
::selection {
  background: #dfc1c7;
}
.utility {
  background: var(--ink);
  color: #f5f1e9;
  font-size: .75rem;
  letter-spacing: .025em;
}
.utility .wrap {
  display: flex;
  justify-content: space-between;
  padding-block: 8px;
}
.utility a:hover {
  color: #e6b2ba;
}
.site-header {
  background: var(--ivory);
  border-bottom: 1px solid var(--line);
}
.header-main {
  display: flex;
  gap: 48px;
  align-items: center;
  min-height: 104px;
}
.wordmark {
  font-size: 42px;
  font-weight: 700;
  letter-spacing: -2.7px;
  color: var(--ink);
  display: inline-flex;
  align-items: center;
  line-height: 1;
}
.wordmark svg {
  width: 35px;
  height: 35px;
  margin-right: 10px;
  fill: none;
  stroke: var(--wine);
  stroke-width: 2.4;
}
.brand-dot {
  color: var(--wine);
}
.woocommerce-product-search {
  position: relative;
  display: flex;
  flex: 1;
  align-items: center;
  max-width: 570px;
  border-bottom: 1px solid var(--ink);
}
.woocommerce-product-search input {
  border: 0 !important;
  background: transparent !important;
  padding: 13px 0 !important;
  width: 100%;
  min-width: 0;
}
.woocommerce-product-search button {
  background: none;
  border: 0;
  color: var(--wine);
  font-weight: 700;
  padding: 12px;
}
.header-actions {
  display: flex;
  gap: 28px;
  margin-left: auto;
  font-size: .85rem;
}
.header-actions a {
  display: flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}
.cart-count {
  background: var(--wine);
  color: white;
  min-width: 21px;
  height: 21px;
  line-height: 21px;
  text-align: center;
  font-size: 11px;
  border-radius: 50%;
}
.menu-toggle {
  display: none;
}
.main-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 56px;
  border-top: 1px solid var(--line);
}
.nav-list {
  display: flex;
  gap: 28px;
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: .87rem;
  font-weight: 600;
}
.nav-list a {
  display: block;
  padding: 14px 0;
}
.nav-guide {
  font-size: .82rem;
  color: var(--wine);
}
.intro {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 70px;
  padding: 65px 0 60px;
  border-bottom: 1px solid var(--line);
  align-items: center;
}
.eyebrow {
  font-size: .67rem;
  letter-spacing: .13em;
  font-weight: 700;
  color: var(--wine);
  display: block;
  margin-bottom: 20px;
}
.intro h1 {
  max-width: 700px;
  margin-bottom: 22px;
}
.intro>div>p {
  max-width: 520px;
  font-size: 1.06rem;
  margin-bottom: 28px;
}
.button,button.button,input.button,.woocommerce a.button,.woocommerce button.button,.woocommerce input.button,.wp-block-button__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  background: var(--wine);
  color: #fffdf9;
  border: 1px solid var(--wine);
  border-radius: 3px;
  padding: 13px 22px;
  line-height: 1.5;
  font-size: .88rem;
  font-weight: 600;
  text-decoration: none;
  min-height: 46px;
}
.button:hover,.woocommerce a.button:hover,.woocommerce button.button:hover {
  background: #522031;
  color: white;
  border-color: #522031;
}
.button:disabled,.button.disabled {
  opacity: .5;
  cursor: not-allowed;
}
.editorial-note {
  padding: 32px 36px;
  border-left: 1px solid var(--line);
  margin-left: 30px;
}
.editorial-note>p {
  font-family: var(--serif);
  font-size: clamp(1.8rem,3vw,3rem);
  line-height: 1.35;
  color: var(--ink);
  letter-spacing: -.035em;
  margin-bottom: 28px;
}
.editorial-note em {
  color: var(--wine);
  font-weight: 400;
}
.editorial-note>a {
  font-size: .8rem;
  border-bottom: 1px solid var(--line);
  padding-bottom: 6px;
}
.section-top {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 26px;
}
.section-top>.eyebrow {
  margin: 0;
}
.section-top>h2 {
  font-size: 2rem;
}
.section-top .eyebrow {
  margin-bottom: 12px;
}
.category-section {
  padding: 42px 0 50px;
}
.category-grid {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}
.category-card {
  position: relative;
  padding: 26px 22px;
  min-height: 195px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255,253,249,.4);
}
.category-card:hover {
  background: var(--paper);
}
.category-card>.icon {
  margin-bottom: 25px;
  color: var(--wine);
  width: 30px;
  height: 30px;
}
.category-card h3 {
  font-family: var(--serif);
  font-size: 1.6rem;
  font-weight: 400;
  margin-bottom: 8px;
}
.category-card p {
  font-size: .79rem;
  max-width: 210px;
}
.category-card>span {
  position: absolute;
  right: 22px;
  top: 24px;
  color: var(--wine);
}
.selection {
  padding: 14px 0 55px;
}
.text-link {
  font-size: .82rem;
  font-weight: 600;
  border-bottom: 1px solid var(--wine);
  padding-bottom: 5px;
  white-space: nowrap;
}
.woocommerce ul.products {
  display: grid;
  grid-template-columns: repeat(4,minmax(0,1fr));
  gap: 22px;
  list-style: none;
  margin: 0;
  padding: 0;
  clear: both;
}
.woocommerce ul.products:before,.woocommerce ul.products:after {
  display: none;
}
.woocommerce ul.products li.product {
  min-width: 0;
  position: relative;
  display: flex;
  flex-direction: column;
  margin: 0;
  width: auto;
  float: none;
  padding: 0 0 15px;
  border-bottom: 1px solid var(--line);
}
ul.products li.product img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: contain;
  background: #e8e1d6;
  border-radius: 3px;
  margin-bottom: 18px;
}
ul.products h2.woocommerce-loop-product__title {
  font-family: var(--sans);
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: -.015em;
  line-height: 1.45;
  margin-bottom: 7px;
  min-height: 46px;
}
ul.products .card-spec {
  font-size: .77rem;
  line-height: 1.4;
  margin: 8px 0;
  color: var(--muted);
}
ul.products .price {
  display: block;
  font-size: 1.12rem;
  font-weight: 700;
  color: var(--ink);
  margin-top: 10px;
}
.price del {
  color: var(--muted);
  font-weight: 400;
  font-size: .72em;
}
.price ins {
  text-decoration: none;
  margin-left: 5px;
}
ul.products .button {
  margin-top: 16px;
  width: 100%;
  background: transparent !important;
  color: var(--wine) !important;
  border-color: var(--line) !important;
  font-size: .78rem !important;
  min-height: 42px;
}
ul.products .button:hover {
  background: var(--wine) !important;
  color: white !important;
}
.choose-strip {
  border-block: 1px solid var(--line);
  padding: 40px 0;
  display: grid;
  grid-template-columns: .65fr 1.4fr 1fr;
  align-items: start;
  gap: 35px;
}
.choose-strip h2 {
  font-size: 2.1rem;
}
.choose-strip p {
  font-size: .89rem;
  margin-bottom: 20px;
}
.process {
  padding: 55px 0;
}
.process-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 45px;
}
.process-grid article {
  border-top: 1px solid var(--line);
  padding-top: 18px;
  display: grid;
  grid-template-columns: 40px 1fr;
  column-gap: 14px;
}
.process-grid article>span {
  font-family: var(--serif);
  font-size: 1.4rem;
  color: var(--wine);
  grid-row: 1/3;
}
.process-grid h3 {
  margin-bottom: 10px;
  font-size: 1rem;
}
.process-grid p {
  font-size: .86rem;
}
.journal {
  padding: 20px 0 50px;
}
.article-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 24px;
}
.article-card img {
  display: block;
  aspect-ratio: 1.6;
  object-fit: cover;
  width: 100%;
  border-radius: 3px;
}
.article-card h3 {
  font-family: var(--serif);
  font-weight: 400;
  font-size: 1.6rem;
  margin: 17px 0 12px;
}
.article-card p {
  font-size: .84rem;
}
.article-card .eyebrow {
  margin-top: 20px;
  margin-bottom: 0;
}
.support-panel {
  margin: 10px 0 64px;
  padding: 35px 40px;
  background: #eae1d9;
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  align-items: center;
  gap: 30px;
}
.support-panel h2 {
  font-size: 2rem;
}
.support-panel p {
  font-size: .9rem;
}
.site-footer {
  border-top: 1px solid var(--line);
  padding-top: 48px;
  background: #eee8de;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1.2fr 1.1fr;
  gap: 40px;
}
.footer-grid .wordmark {
  font-size: 36px;
}
.footer-grid p {
  font-size: .79rem;
  line-height: 1.8;
  margin: 20px 0;
}
.footer-grid h2 {
  font-family: var(--sans);
  font-size: .79rem;
  font-weight: 700;
  letter-spacing: 0;
  margin-bottom: 21px;
}
.footer-grid nav a {
  display: block;
  margin: 8px 0;
  font-size: .76rem;
  color: var(--muted);
}
.footer-grid>div>a:not(.wordmark) {
  font-size: .78rem;
  color: var(--wine);
}
.footer-bottom {
  margin-top: 40px;
  padding-block: 18px;
  border-top: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  gap: 24px;
  font-size: .68rem;
  color: var(--muted);
}
.page-main {
  padding: 45px 0 65px;
  min-height: 55vh;
}
.page-heading {
  margin-bottom: 32px;
}
.page-heading .eyebrow {
  margin-bottom: 15px;
}
.prose {
  max-width: 850px;
}
.prose p {
  margin: 0 0 20px;
}
.prose h2 {
  font-size: 1.85rem;
  margin: 35px 0 18px;
}
.prose h3 {
  margin: 24px 0 12px;
}
.prose ul,.prose ol {
  padding-left: 24px;
  margin: 16px 0 24px;
  color: var(--muted);
}
.prose li {
  margin-bottom: 9px;
}
.prose a {
  color: var(--wine);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.prose table {
  border-collapse: collapse;
  width: 100%;
  margin: 20px 0;
}
.prose th,.prose td {
  text-align: left;
  border-bottom: 1px solid var(--line);
  padding: 12px;
  font-size: .88rem;
}
.prose details {
  border-bottom: 1px solid var(--line);
  padding: 16px 0;
}
.prose summary {
  cursor: pointer;
  font-weight: 600;
}
.prose details p {
  margin: 15px 0 0;
}
.article-content {
  margin-inline: auto;
}
.article-content>h1 {
  font-size: clamp(2rem,4vw,3.3rem);
  margin-bottom: 24px;
}
.article-content>img {
  aspect-ratio: 1.8;
  object-fit: cover;
  width: 100%;
  margin: 15px 0 30px;
}
.woocommerce-products-header {
  margin-bottom: 24px;
}
.woocommerce-products-header h1 {
  font-size: 2.7rem;
}
.woocommerce-products-header .term-description {
  max-width: 650px;
  margin-top: 18px;
}
.woocommerce-result-count {
  display: inline-block;
  font-size: .83rem;
  margin: 15px 0 25px;
}
.woocommerce-ordering {
  float: right;
  margin: 10px 0 25px;
}
.woocommerce-ordering select {
  padding: 10px;
  border: 1px solid var(--line);
  background: var(--paper);
  border-radius: 3px;
  font-size: .82rem;
}
.catalog-filter form {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding: 20px 0;
  border-block: 1px solid var(--line);
  margin-bottom: 15px;
}
.catalog-filter label {
  font-size: .7rem;
  color: var(--muted);
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.catalog-filter select,.catalog-filter input {
  padding: 8px 12px;
  border: 1px solid var(--line);
  background: var(--paper);
  border-radius: 3px;
  min-height: 42px;
  max-width: 180px;
  font-size: .82rem;
}
.catalog-filter .button {
  align-self: end;
  font-size: .78rem;
  min-height: 42px;
  padding: 7px 20px;
}
.woocommerce-pagination {
  margin: 35px 0;
  text-align: center;
}
.woocommerce-pagination ul {
  display: flex;
  gap: 8px;
  justify-content: center;
  list-style: none;
  padding: 0;
}
.woocommerce-pagination a,.woocommerce-pagination span {
  display: block;
  padding: 8px 16px;
  border: 1px solid var(--line);
}
.woocommerce-pagination .current {
  background: var(--wine);
  color: white;
}
.woocommerce div.product {
  display: grid;
  grid-template-columns: minmax(0,1fr) minmax(0,1.1fr);
  column-gap: 65px;
  row-gap: 45px;
}
.woocommerce div.product .woocommerce-product-gallery {
  min-width: 0;
  width: 100%;
  position: relative;
}
.woocommerce-product-gallery__wrapper {
  margin: 0;
}
.woocommerce-product-gallery img {
  display: block;
  width: 100%;
  border-radius: 4px;
  aspect-ratio: 1;
  object-fit: contain;
}
.woocommerce-product-gallery__trigger {
  position: absolute;
  top: 15px;
  right: 15px;
  padding: 8px;
  background: var(--paper);
  z-index: 2;
}
.flex-control-thumbs {
  list-style: none;
  display: flex;
  gap: 8px;
  padding: 0;
}
.flex-control-thumbs img {
  width: 70px;
}
.summary .product_title {
  font-family: var(--serif);
  font-size: clamp(1.9rem,3vw,3rem);
  line-height: 1.17;
  margin-bottom: 16px;
  overflow-wrap: normal;
}
.summary>.price {
  font-size: 2.2rem;
  font-weight: 700;
  color: var(--wine);
  margin: 0 0 22px;
}
.summary .woocommerce-product-details__short-description {
  font-size: .9rem;
  margin: 15px 0 22px;
}
.summary .woocommerce-product-details__short-description ul {
  padding-left: 20px;
  margin: 0;
}
.summary .woocommerce-product-details__short-description li {
  margin-bottom: 7px;
}
.product-facts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 15px 0;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}
.product-facts>div {
  padding: 12px 16px;
  border-bottom: 1px solid var(--line);
  border-right: 1px solid var(--line);
}
.product-facts dt {
  font-size: .68rem;
  color: var(--muted);
}
.product-facts dd {
  font-size: .84rem;
  font-weight: 600;
  margin: 4px 0 0;
}
.restriction {
  border-left: 3px solid var(--wine);
  padding: 10px 15px;
  background: #ece0dc;
  font-size: .81rem;
  color: var(--ink);
  margin: 16px 0;
}
.availability-note {
  font-size: .86rem;
  padding: 16px;
  border: 1px solid var(--line);
  margin-top: 16px;
}
.availability-note a {
  text-decoration: underline;
  color: var(--wine);
}
.summary form.cart {
  margin: 24px 0;
}
.summary form.cart:not(.variations_form) {
  display: flex;
  gap: 12px;
}
.quantity input {
  max-width: 80px;
  min-height: 49px;
  text-align: center;
  background: var(--paper);
  border: 1px solid var(--line);
}
.summary .single_add_to_cart_button {
  flex: 1;
  font-size: 1rem;
}
.variations {
  width: 100%;
  border-collapse: collapse;
  margin: 12px 0;
}
.variations th {
  text-align: left;
  font-size: .8rem;
  padding-right: 15px;
  min-width: 90px;
}
.variations td {
  padding-bottom: 12px;
}
.variations select {
  width: 100%;
  padding: 12px;
  border: 1px solid var(--line);
  background: var(--paper);
}
.reset_variations {
  font-size: .7rem;
  text-decoration: underline;
}
.woocommerce-variation-add-to-cart {
  display: flex;
  gap: 12px;
}
.woocommerce-variation-price {
  font-size: 1.8rem;
  color: var(--wine);
  font-weight: 700;
  margin: 15px 0;
}
.stock {
  font-size: .82rem;
  color: var(--muted);
  margin: 15px 0;
}
.product-information {
  grid-column: 1/-1;
  border-top: 1px solid var(--line);
  padding-top: 38px;
  display: grid;
  grid-template-columns: .65fr 1.5fr;
  gap: 65px;
}
.product-information>h2 {
  font-size: 2rem;
}
.product-information .prose {
  max-width: none;
}
.product-information .prose h2:first-child {
  margin-top: 0;
}
.related.products {
  grid-column: 1/-1;
  margin-top: 10px;
}
.related>h2 {
  font-size: 2rem;
  margin-bottom: 25px;
}
.sticky-buy {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 90;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  background: var(--paper);
  border-top: 1px solid var(--line);
  padding: 10px 20px;
  padding-bottom: max(10px,env(safe-area-inset-bottom));
}
.sticky-buy[hidden] {
  display: none;
}
.sticky-price {
  font-weight: 700;
}
.sticky-price del {
  display: none;
}
.sticky-buy .button {
  padding: 10px 18px;
}
.woocommerce-message,.woocommerce-info,.woocommerce-error {
  padding: 16px 20px;
  border: 1px solid var(--line);
  background: var(--paper);
  margin: 0 0 24px;
  font-size: .88rem;
  list-style: none;
}
.woocommerce-error {
  border-left: 3px solid var(--wine);
}
.woocommerce-message .button {
  float: right;
  margin-left: 20px;
  padding: 7px 15px;
}
.woocommerce table.shop_table {
  width: 100%;
  border-collapse: collapse;
  background: var(--paper);
  margin-bottom: 25px;
}
.shop_table th,.shop_table td {
  padding: 15px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: middle;
  font-size: .87rem;
}
.shop_table th {
  font-size: .75rem;
}
.shop_table .product-thumbnail img {
  width: 70px;
  min-width: 55px;
}
.shop_table .product-remove a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border: 1px solid var(--line);
}
.shop_table .product-name a {
  font-weight: 600;
}
.shop_table .actions .coupon {
  display: flex;
  gap: 10px;
  float: left;
}
.coupon label {
  display: none;
}
.coupon input {
  max-width: 160px;
}
.actions>.button {
  float: right;
}
.cart-collaterals {
  display: flex;
  justify-content: flex-end;
}
.cart_totals {
  width: 48%;
  max-width: 550px;
}
.cart_totals>h2 {
  font-size: 2rem;
  margin-bottom: 20px;
}
.checkout-button {
  width: 100%;
}
.woocommerce-checkout form.checkout {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 24px 50px;
  align-items: start;
}
.woocommerce-checkout #customer_details {
  grid-column: 1;
  grid-row: 1/4;
}
.woocommerce-checkout #order_review_heading {
  grid-column: 2;
  font-family: var(--serif);
  font-size: 1.8rem;
  font-weight: 400;
}
.woocommerce-checkout #order_review {
  grid-column: 2;
}
.woocommerce-billing-fields>h3,.woocommerce-additional-fields>h3 {
  font-family: var(--serif);
  font-size: 1.8rem;
  font-weight: 400;
  margin-bottom: 24px;
}
.woocommerce-checkout #customer_details .col-1,.woocommerce-checkout #customer_details .col-2 {
  float: none;
  width: 100%;
}
.form-row {
  margin-bottom: 17px;
}
.form-row label {
  display: block;
  font-size: .8rem;
  margin-bottom: 6px;
  color: var(--ink);
}
.form-row input:not([type=checkbox]),.form-row select,.form-row textarea,input.input-text {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 3px;
  background: var(--paper);
  min-height: 47px;
}
.form-row input[type=checkbox] {
  width: 18px;
  height: 18px;
  margin-right: 8px;
  vertical-align: middle;
  accent-color: var(--wine);
}
.form-row .required {
  color: var(--wine);
  text-decoration: none;
}
.form-row textarea {
  min-height: 100px;
}
.form-row-first {
  float: left;
  width: 48%;
}
.form-row-last {
  float: right;
  width: 48%;
}
.form-row-wide {
  clear: both;
}
.woocommerce-input-wrapper {
  display: block;
}
.select2-container .select2-selection--single {
  height: 47px;
  border: 1px solid var(--line);
  background: var(--paper);
}
.select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 45px;
  padding-left: 14px;
}
.select2-container .select2-selection--single .select2-selection__arrow {
  top: 10px;
}
.woocommerce-checkout-payment {
  padding: 22px;
  background: var(--paper);
  border: 1px solid var(--line);
}
.wc_payment_methods {
  list-style: none;
  padding: 0;
}
.woocommerce-checkout-payment #place_order {
  width: 100%;
  font-size: .87rem;
}
.woocommerce-privacy-policy-text,.woocommerce-terms-and-conditions-wrapper {
  font-size: .78rem;
  margin-bottom: 15px;
}
.woocommerce form.login,.woocommerce form.register,.woocommerce-ResetPassword {
  max-width: 550px;
  padding: 28px;
  background: var(--paper);
  border: 1px solid var(--line);
}
.woocommerce-form-login__rememberme {
  display: block;
  margin: 12px 0;
}
.woocommerce .lost_password {
  font-size: .82rem;
  margin-top: 15px;
}
.woocommerce-MyAccount-navigation {
  width: 23%;
  float: left;
}
.woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.woocommerce-MyAccount-navigation a {
  display: block;
  padding: 12px 15px;
  border-bottom: 1px solid var(--line);
  font-size: .86rem;
}
.woocommerce-MyAccount-navigation .is-active a {
  background: var(--wine);
  color: white;
}
.woocommerce-MyAccount-content {
  width: 72%;
  float: right;
}
.woocommerce-MyAccount-content p {
  margin-bottom: 20px;
}
.woocommerce::after {
  content: '';
  display: table;
  clear: both;
}
.woocommerce-notices-wrapper {
  grid-column: 1/-1;
}
.woocommerce-order-overview {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
  padding: 0;
  margin: 25px 0;
}
.woocommerce-order-overview strong {
  display: block;
}
.woocommerce-order h2 {
  font-size: 1.8rem;
  margin: 28px 0 20px;
}
.woocommerce-order address {
  font-style: normal;
  border: 1px solid var(--line);
  padding: 20px;
}
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 45px;
}
.contact-box {
  padding: 28px;
  border: 1px solid var(--line);
  background: var(--paper);
}
.contact-box a {
  color: var(--wine);
  text-decoration: underline;
}
.contact-box h2 {
  margin-top: 0;
}
.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px,1px,1px,1px);
  white-space: nowrap;
}
.woocommerce-invalid input {
  border-color: #9b253d !important;
}
.woocommerce .col2-set {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 35px;
}
.woocommerce-checkout .col2-set {
  display: block;
}
#customer_login h2 {
  font-size: 1.8rem;
  margin-bottom: 25px;
}
.pswp {
  display: none;
}
.pswp--open {
  display: block;
}
.widget:empty {
  display: none;
}
.woocommerce-product-gallery {
  opacity: 1 !important;
}
.summary,.product-facts>div {
  min-width: 0;
}
.product-facts dd {
  overflow-wrap: anywhere;
}
.product-facts>div[hidden] {
  display: none;
}
ul.products .price {
  overflow-wrap: normal;
}
ul.products .price .amount {
  display: inline-block;
  white-space: nowrap;
}
ul.products .price {
  font-size: clamp(.85rem,1.6vw,1.12rem);
}
.menu-toggle {
  min-height: 44px;
  min-width: 44px;
}
.summary .price {
  overflow-wrap: anywhere;
}
@media (min-width:769px) {
  .sticky-buy {
    display: none;
  }
  .intro {
    padding: 34px 0;
    gap: 45px;
  }
  .intro h1 {
    font-size: clamp(2.5rem,3.4vw,3.1rem);
    margin-bottom: 14px;
  }
  .intro .eyebrow {
    margin-bottom: 14px;
  }
  .intro>div>p {
    margin-bottom: 18px;
    font-size: 1rem;
  }
  .editorial-note {
    padding: 20px 28px;
  }
  .editorial-note>p {
    font-size: clamp(1.6rem,2.5vw,2.4rem);
  }
  .category-section {
    padding: 30px 0 35px;
  }
  .category-card {
    min-height: 165px;
    padding: 20px 22px;
  }
  .category-card>.icon {
    margin-bottom: 15px;
  }
}
@media (max-width:1100px) {
  .wrap {
    width: calc(100% - 48px);
  }
  .header-main {
    gap: 25px;
  }
  .header-actions {
    gap: 14px;
  }
  .header-actions span {
    display: none;
  }
  .nav-list {
    gap: 19px;
    font-size: .76rem;
  }
  .intro {
    gap: 20px;
  }
  .editorial-note {
    margin-left: 0;
    padding-left: 25px;
  }
  .support-panel {
    grid-template-columns: 1fr 1fr;
  }
  .support-panel .button {
    justify-self: start;
  }
  .woocommerce div.product {
    gap: 35px;
  }
  .footer-grid {
    gap: 25px;
  }
  .choose-strip {
    grid-template-columns: 1fr 1.5fr;
  }
  .choose-strip>.eyebrow {
    grid-column: 1/-1;
  }
  .category-card {
    padding: 22px 18px;
  }
  .category-card h3 {
    font-size: 1.4rem;
  }
}
@media (max-width:768px) {
  .wrap {
    width: calc(100% - 36px);
  }
  .utility {
    font-size: .63rem;
  }
  .utility .wrap>span {
    max-width: 52%;
  }
  .header-main {
    min-height: 112px;
    flex-wrap: wrap;
    gap: 15px;
    padding-block: 16px;
    position: relative;
  }
  .wordmark {
    font-size: 34px;
  }
  .wordmark svg {
    width: 29px;
    height: 29px;
  }
  .header-actions {
    margin-left: auto;
    padding-right: 58px;
  }
  .header-actions .icon {
    width: 22px;
  }
  .header-main>.woocommerce-product-search {
    order: 4;
    flex-basis: 100%;
    max-width: none;
  }
  .woocommerce-product-search input {
    font-size: .83rem;
    padding: 8px 0 !important;
  }
  .woocommerce-product-search button {
    font-size: .78rem;
    padding: 9px;
  }
  .menu-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    border: 0;
    position: absolute;
    right: 0;
    top: 20px;
    width: 40px;
    height: 30px;
  }
  .menu-toggle>span {
    display: none;
  }
  .main-nav {
    display: none;
    min-height: 0;
  }
  .main-nav.is-open {
    display: block;
    padding: 14px 0 20px;
  }
  .main-nav .nav-list {
    display: block;
    font-size: .9rem;
  }
  .main-nav .nav-list a {
    padding: 10px 0;
  }
  .nav-guide {
    display: block;
    padding: 14px 0;
  }
  .intro {
    grid-template-columns: 1fr;
    padding: 34px 0;
    gap: 0;
  }
  .intro h1 {
    font-size: 2.75rem;
    margin-bottom: 17px;
    max-width: 500px;
  }
  .intro>div>p {
    font-size: .93rem;
    margin-bottom: 22px;
    max-width: 440px;
  }
  .eyebrow {
    font-size: .6rem;
    margin-bottom: 16px;
  }
  .editorial-note {
    display: none;
  }
  .button {
    min-height: 45px;
    padding: 11px 20px;
  }
  .category-section {
    padding: 30px 0;
  }
  .section-top {
    gap: 15px;
    align-items: start;
    flex-direction: column;
    margin-bottom: 21px;
  }
  .section-top>h2 {
    font-size: 1.75rem;
  }
  .category-grid {
    grid-template-columns: 1fr 1fr;
  }
  .category-card {
    min-height: 170px;
    padding: 20px 16px;
  }
  .category-card>.icon {
    margin-bottom: 17px;
    width: 26px;
    height: 26px;
  }
  .category-card h3 {
    font-size: 1.35rem;
  }
  .category-card p {
    font-size: .72rem;
  }
  .category-card>span {
    top: 17px;
    right: 16px;
  }
  .selection {
    padding: 20px 0 36px;
  }
  .woocommerce ul.products {
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 25px 16px;
  }
  ul.products h2.woocommerce-loop-product__title {
    font-size: .86rem;
    line-height: 1.4;
    min-height: 50px;
  }
  ul.products li.product img {
    margin-bottom: 13px;
  }
  ul.products .price {
    font-size: 1.05rem;
  }
  ul.products .price del {
    display: block;
    margin-bottom: 3px;
  }
  ul.products .price ins {
    margin-left: 0;
  }
  ul.products .button {
    font-size: .7rem !important;
    padding: 9px 7px;
    gap: 0;
  }
  .choose-strip {
    padding: 28px 0;
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .choose-strip h2 {
    font-size: 1.9rem;
  }
  .choose-strip .eyebrow {
    margin: 0;
  }
  .process {
    padding: 35px 0;
  }
  .process-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .process-grid article {
    padding-top: 17px;
  }
  .journal {
    padding: 15px 0 32px;
  }
  .article-grid {
    grid-template-columns: 1fr;
    gap: 27px;
  }
  .article-card {
    display: grid;
    grid-template-columns: 110px 1fr;
    gap: 16px;
  }
  .article-card>a:first-child {
    grid-row: 1/4;
  }
  .article-card img {
    aspect-ratio: 1;
  }
  .article-card .eyebrow {
    margin-top: 0;
    margin-bottom: 7px;
  }
  .article-card h3 {
    font-size: 1.3rem;
    margin: 0;
  }
  .article-card p {
    display: none;
  }
  .support-panel {
    margin: 12px 0 36px;
    padding: 24px;
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .support-panel h2 {
    font-size: 1.8rem;
  }
  .site-footer {
    padding-top: 32px;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 30px 20px;
  }
  .footer-grid>div:first-child {
    grid-column: 1/-1;
  }
  .footer-grid>div:first-child p {
    margin: 12px 0;
  }
  .footer-grid>div:last-child {
    grid-column: 1/-1;
  }
  .footer-grid p {
    margin: 10px 0;
  }
  .footer-bottom {
    font-size: .62rem;
    display: block;
    margin-top: 28px;
  }
  .footer-bottom>span {
    display: block;
    margin-bottom: 8px;
  }
  .page-main {
    padding: 28px 0 40px;
  }
  .page-heading {
    margin-bottom: 25px;
  }
  .page-heading h1 {
    font-size: 2.1rem;
  }
  .woocommerce-products-header h1 {
    font-size: 2.1rem;
  }
  .catalog-filter form {
    gap: 10px;
  }
  .catalog-filter label {
    width: calc(50% - 5px);
  }
  .catalog-filter select,.catalog-filter input {
    width: 100%;
    max-width: none;
    font-size: .78rem;
  }
  .woocommerce-ordering {
    float: none;
    display: block;
    margin-top: 0;
  }
  .woocommerce-result-count {
    margin-bottom: 10px;
  }
  .woocommerce div.product {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .woocommerce div.product .woocommerce-product-gallery {
    max-width: 210px;
    margin: 0 auto;
  }
  .summary .product_title {
    font-size: 1.9rem;
    margin-bottom: 12px;
  }
  .summary>.price {
    font-size: 1.9rem;
    margin-bottom: 16px;
  }
  .product-facts>div {
    padding: 10px 12px;
  }
  .product-facts dd {
    font-size: .79rem;
  }
  .product-facts dt {
    font-size: .64rem;
  }
  .summary .woocommerce-product-details__short-description {
    font-size: .83rem;
  }
  .product-information {
    grid-template-columns: 1fr;
    gap: 25px;
    padding-top: 26px;
  }
  .product-information>h2 {
    font-size: 1.8rem;
  }
  .prose {
    font-size: .9rem;
  }
  .prose h2 {
    font-size: 1.6rem;
  }
  .prose table {
    display: block;
    overflow-x: auto;
  }
  .woocommerce-checkout form.checkout {
    display: block;
  }
  .woocommerce-checkout #order_review_heading {
    margin: 30px 0 20px;
  }
  .cart_totals {
    width: 100%;
    max-width: none;
  }
  .shop_table thead {
    display: none;
  }
  .woocommerce-cart .shop_table tr {
    display: grid;
    grid-template-columns: 50px 1fr;
    position: relative;
    padding: 16px 12px;
    border-bottom: 1px solid var(--line);
  }
  .woocommerce-cart .shop_table td {
    border: 0;
    padding: 6px;
    font-size: .8rem;
  }
  .woocommerce-cart .shop_table .product-remove {
    position: absolute;
    top: 6px;
    right: 6px;
  }
  .woocommerce-cart .shop_table .product-thumbnail {
    grid-row: 1/4;
  }
  .woocommerce-cart .shop_table .product-name {
    padding-right: 28px;
  }
  .woocommerce-cart .shop_table .product-price,.woocommerce-cart .shop_table .product-quantity,.woocommerce-cart .shop_table .product-subtotal {
    grid-column: 2;
  }
  .woocommerce-cart .shop_table .actions {
    grid-column: 1/-1;
  }
  .shop_table .actions .coupon {
    float: none;
    display: flex;
    flex-wrap: wrap;
  }
  .shop_table .actions .coupon input {
    width: 100%;
    max-width: none;
  }
  .shop_table .actions .button {
    width: 100%;
    float: none;
    margin-top: 10px;
  }
  .cart_totals .shop_table tr {
    display: table-row;
  }
  .cart_totals .shop_table th {
    display: table-cell;
  }
  .woocommerce table.shop_table {
    font-size: .8rem;
  }
  .shop_table th,.shop_table td {
    padding: 12px;
  }
  .woocommerce-MyAccount-navigation,.woocommerce-MyAccount-content {
    float: none;
    width: 100%;
  }
  .woocommerce-MyAccount-navigation {
    margin-bottom: 28px;
  }
  .woocommerce-MyAccount-navigation ul {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
  }
  .woocommerce-MyAccount-navigation a {
    padding: 9px 12px;
    border: 1px solid var(--line);
    font-size: .73rem;
  }
  .woocommerce .col2-set {
    grid-template-columns: 1fr;
  }
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .contact-box {
    padding: 20px;
  }
  .form-row-first,.form-row-last {
    width: 100%;
    float: none;
  }
  .woocommerce-order-overview {
    display: grid;
    grid-template-columns: 1fr 1fr;
    font-size: .8rem;
  }
  .woocommerce-message .button {
    float: none;
    margin: 0 0 12px;
    display: flex;
  }
  .article-content>img {
    aspect-ratio: 1.5;
  }
  .footer-grid a {
    overflow-wrap: anywhere;
  }
}
@media (prefers-reduced-motion:reduce) {
  html {
    scroll-behavior: auto !important;
  }
  * {
    animation: none !important;
    transition: none !important;
  }
}
:root {
  --ivory: #faf9f6;
  --paper: #fff;
  --ink: #191b1d;
  --muted: #626467;
  --wine: #662f3f;
  --line: #e1e0dc;
  --serif: 'Softivo Sans',sans-serif;
}
body {
  background: var(--ivory);
  -webkit-font-smoothing: antialiased;
}
h1,h2 {
  font-family: var(--sans);
  font-weight: 500;
  letter-spacing: -.045em;
}
.wrap {
  width: calc(100% - 88px);
  max-width: 1360px;
}
.utility {
  background: #f7f6f2;
  color: #686965;
  border-bottom: 1px solid #ecebe7;
  font-size: 11px;
}
.utility .wrap {
  padding-block: 6px;
}
.utility a:hover {
  color: var(--wine);
}
.site-header {
  background: #fff;
}
.header-main {
  min-height: 96px;
  gap: 48px;
}
.sx-logo {
  display: block !important;
  width: 214px !important;
  height: 45px !important;
  object-fit: contain !important;
  background: none !important;
  margin: 0 !important;
  max-width: none;
}
.wordmark {
  letter-spacing: 0;
  line-height: 1;
}
.wordmark svg.sx-logo {
  stroke: none;
  fill: none;
}
.site-footer .sx-logo g {
  fill: #faf9f6;
}
.header-actions {
  gap: 24px;
  font-size: 12px;
}
.header-actions .icon {
  width: 21px;
  height: 21px;
}
.cart-count {
  background: #191b1d;
}
.header-main>.woocommerce-product-search {
  background: #f7f7f5;
  border: 1px solid #e8e8e3;
  border-radius: 4px;
  padding: 0 15px;
  max-width: 525px;
}
.woocommerce-product-search input {
  font-size: 13px;
  padding: 12px 0 !important;
}
.woocommerce-product-search button {
  font-size: 12px;
  color: #353638;
}
.main-nav {
  border-top: 1px solid #eee;
  min-height: 46px;
}
.nav-list {
  font-size: 12px;
  font-weight: 500;
  gap: 31px;
}
.nav-list a {
  padding: 12px 0;
}
.nav-guide {
  font-size: 12px;
}
.button,button.button,input.button,.woocommerce a.button,.woocommerce button.button,.woocommerce input.button {
  border-radius: 3px;
  min-height: 47px;
  font-size: 13px;
  font-weight: 500;
  padding: 13px 21px;
  gap: 22px;
}
.button:hover {
  background: #472431;
  color: white;
}
.sx-kicker {
  display: block;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .14em;
  line-height: 1.5;
  color: #787a77;
}
.sx-hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;
  padding-block: 35px 30px;
}
.sx-hero-copy {
  padding: 25px 0;
}
.sx-hero-copy .sx-kicker {
  color: var(--wine);
  margin-bottom: 22px;
}
.sx-hero h1 {
  font-size: clamp(42px,4.55vw,66px);
  line-height: 1.04;
  letter-spacing: -.052em;
  margin: 0 0 24px;
  font-weight: 500;
}
.sx-hero-copy>p {
  font-size: 17px;
  line-height: 1.65;
  max-width: 440px;
}
.sx-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 24px;
  margin-top: 29px;
}
.sx-quiet-link {
  font-size: 12px;
  line-height: 1.5;
  border-bottom: 1px solid #a1a19d;
  padding-bottom: 5px;
  color: #414342;
  font-weight: 500;
}
.sx-quiet-link:hover {
  border-color: var(--wine);
}
.sx-hero-note {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 38px;
  font-size: 12px;
  line-height: 1.65;
  color: #8a8984;
}
.sx-hero-note strong {
  font-weight: 400;
  color: #61635f;
}
.sx-note-mark {
  width: 31px;
  height: 31px;
  display: grid;
  place-items: center;
  border: 1px solid #c7ccc3;
  color: #485c4e;
  font-size: 15px;
  border-radius: 50%;
}
.sx-hero-product {
  display: block;
  min-width: 0;
  background: #f0ece5;
  border-radius: 5px;
  overflow: hidden;
  color: var(--ink);
}
.sx-hero-art {
  height: 350px;
  display: flex;
  justify-content: center;
  background: #f0ece5;
  overflow: hidden;
}
.sx-hero-art img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
  transition: none;
}
.sx-hero-caption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  background: #fff;
  padding: 21px 25px;
  border: 1px solid #e9e6de;
  border-top: 0;
  border-radius: 0 0 5px 5px;
}
.sx-hero-caption .sx-kicker {
  font-size: 9px;
  color: #8a7864;
  margin-bottom: 5px;
}
.sx-hero-caption h2 {
  font-size: 17px;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: -.015em;
  max-width: 255px;
}
.sx-hero-spec {
  font-size: 11px;
  color: #777971;
  display: block;
  margin-top: 6px;
}
.sx-hero-price {
  flex-shrink: 0;
  text-align: right;
  font-weight: 600;
  font-size: 23px;
  line-height: 1.2;
  color: var(--ink);
}
.sx-hero-price>span:last-child {
  display: block;
  font-size: 10px;
  color: #6e6c67;
  font-weight: 400;
  margin-top: 9px;
}
.sx-hero-price .amount {
  white-space: nowrap;
}
.sx-brands {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 35px;
  padding-block: 22px;
  color: #858580;
}
.sx-brands>span {
  font-size: 11px;
  line-height: 1.5;
  color: #7a7c78;
}
.sx-brands b {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: -.055em;
  color: #767872;
}
.sx-section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 25px;
}
.sx-section-head .sx-kicker {
  margin-bottom: 10px;
}
.sx-section-head h2 {
  font-size: 34px;
  line-height: 1.15;
  font-weight: 500;
  letter-spacing: -.04em;
}
.sx-categories {
  padding-block: 48px 35px;
}
.sx-category-grid {
  display: grid;
  grid-template-columns: repeat(4,minmax(0,1fr));
  gap: 14px;
}
.sx-category {
  padding: 23px;
  background: #fff;
  border: 1px solid #e7e6e1;
  border-radius: 4px;
  min-width: 0;
  transition: border-color .15s;
}
.sx-category:hover {
  border-color: #a28d89;
  color: var(--ink);
}
.sx-category-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 26px;
}
.sx-category-top>.icon {
  width: 30px;
  height: 30px;
  stroke-width: 1.1;
  color: #a85039;
}
.sx-category-top>span {
  font-size: 19px;
  color: #a2a49e;
}
.sx-category--windows .icon {
  color: #4a6989;
}
.sx-category--creative .icon {
  color: #756183;
}
.sx-category--cad .icon {
  color: #566e5e;
}
.sx-category h3 {
  font-size: 19px;
  font-weight: 500;
  margin-bottom: 7px;
  letter-spacing: -.035em;
}
.sx-category p {
  font-size: 11px;
  line-height: 1.55;
  color: #81817a;
}
.sx-products {
  padding-block: 18px 46px;
}
.sx-home .woocommerce.columns-4,.sx-home ul.products {
  columns: auto !important;
}
.sx-home .woocommerce ul.products {
  gap: 20px;
  width: 100%;
}
.sx-home .woocommerce ul.products li.product {
  background: #fff;
  border: 1px solid #e6e4df;
  border-radius: 4px;
  padding: 0 0 18px;
  overflow: hidden;
}
.sx-home ul.products li.product img {
  border-radius: 0;
  background: #f0ece5;
  margin-bottom: 0;
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  display: block;
}
.sx-home ul.products h2.woocommerce-loop-product__title {
  padding: 17px 18px 0;
  margin-bottom: 7px;
  font-size: 14px;
  font-weight: 500;
  min-height: 60px;
  line-height: 1.5;
}
.sx-home ul.products .card-spec {
  padding: 0 18px;
  font-size: 10px;
  color: #858580;
  margin-block: 4px;
}
.sx-home ul.products .price {
  padding: 0 18px;
  font-size: 19px;
  line-height: 1.4;
  font-weight: 600;
  margin-top: 9px;
  color: #252624;
}
.sx-home ul.products .button {
  margin: 14px 18px 0;
  background: transparent;
  color: #454741;
  border: 1px solid #dcded6;
  min-height: 39px;
  font-size: 11px;
  padding: 8px 12px;
}
.sx-home ul.products .button:hover {
  background: #222724;
  border-color: #222724;
  color: #fff;
}
.sx-cad-feature {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 35px;
  background: #202925;
  color: #f9f8f2;
  padding: 42px 56px;
  overflow: hidden;
  border-radius: 5px;
  align-items: center;
}
.sx-cad-copy>.sx-kicker {
  color: #a8b0a7;
  margin-bottom: 17px;
}
.sx-cad-copy>h2 {
  font-size: 49px;
  line-height: 1.07;
  color: #fff;
  font-weight: 400;
  letter-spacing: -.04em;
  margin: 0 0 21px;
}
.sx-cad-copy>p {
  max-width: 410px;
  font-size: 13px;
  line-height: 1.75;
  color: #bdc4bc;
}
.sx-cad-copy>.button {
  margin-top: 24px;
}
.sx-button-light {
  background: #f9f8f2;
  color: #27322c;
  border-color: #f9f8f2;
}
.sx-button-light:hover {
  background: #dfddd4;
  color: #27322c;
  border-color: #dfddd4;
}
.sx-cad-art svg {
  width: 100%;
  height: auto;
  display: block;
}
.sx-cad-art>span {
  display: block;
  text-align: center;
  color: #93a097;
  font-size: 8px;
  letter-spacing: .22em;
  margin-top: 10px;
}
.sx-process {
  padding-block: 52px 35px;
}
.sx-process-grid {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 30px;
}
.sx-process-grid article {
  display: flex;
  gap: 18px;
  border-top: 1px solid var(--line);
  padding-top: 20px;
}
.sx-process-grid article>span {
  font-size: 11px;
  color: #977b71;
  letter-spacing: .05em;
  padding-top: 3px;
}
.sx-process-grid h3 {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -.02em;
  margin-bottom: 9px;
}
.sx-process-grid p {
  font-size: 12px;
  line-height: 1.75;
  max-width: 315px;
}
.sx-journal {
  padding-block: 19px 40px;
}
.sx-journal .article-grid {
  gap: 22px;
}
.sx-journal .article-card {
  border: 1px solid #e5e4df;
  background: #fff;
  padding: 16px;
  display: grid;
  grid-template-columns: 94px 1fr;
  gap: 0 16px;
  align-content: start;
}
.sx-journal .article-card>a:first-child {
  grid-row: 1/4;
}
.sx-journal .article-card img {
  aspect-ratio: 1;
  width: 94px;
  height: 94px;
  object-fit: cover;
}
.sx-journal .article-card h3 {
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: -.025em;
  font-weight: 500;
  margin: 0;
}
.sx-journal .article-card .eyebrow {
  font-size: 8px;
  margin: 2px 0 7px;
}
.sx-journal .article-card>p {
  display: none;
}
.sx-support {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 32px 0 50px;
  border-top: 1px solid var(--line);
}
.sx-support h2 {
  font-size: 35px;
  margin: 10px 0 12px;
  line-height: 1.1;
}
.sx-support p {
  font-size: 13px;
}
.sx-support>.button {
  flex-shrink: 0;
}
.site-footer {
  background: #1c201e;
  border-color: #1c201e;
  padding-top: 48px;
  color: #d0d4cc;
}
.site-footer .sx-logo {
  width: 232px !important;
  height: 49px !important;
}
.site-footer .footer-grid p,.site-footer .footer-grid a {
  color: #aeb6ac;
  font-size: 11px;
  line-height: 1.75;
}
.site-footer .footer-grid>div:first-child p {
  font-size: 15px;
  color: #e7e8e2;
  margin-top: 23px;
}
.site-footer h2 {
  font-family: var(--sans);
  font-size: 12px;
  letter-spacing: 0;
  color: #eceee7;
  font-weight: 500;
}
.site-footer .footer-grid>div:first-child>a[href^="mailto:"] {
  color: #d2c0b4;
}
.site-footer a:hover {
  color: white;
}
.footer-bottom {
  border-color: #373e37;
  color: #818b80;
  font-size: 10px;
  margin-top: 35px;
}
.site-footer .wordmark:hover {
  opacity: .9;
}
@media (min-width:1500px) {
  .sx-hero-art {
    height: 390px;
  }
}
@media (max-width:1100px) {
  .header-main {
    gap: 28px;
  }
  .sx-logo {
    width: 185px !important;
  }
  .nav-list {
    gap: 20px;
  }
  .sx-hero {
    gap: 34px;
  }
  .sx-hero h1 {
    font-size: 47px;
  }
  .sx-hero-copy>p {
    font-size: 15px;
  }
  .sx-actions {
    gap: 15px;
  }
  .sx-hero-note {
    margin-top: 25px;
  }
  .sx-hero-art {
    height: 325px;
  }
  .sx-hero-caption {
    padding: 19px;
  }
  .sx-hero-caption h2 {
    font-size: 15px;
  }
  .sx-hero-price {
    font-size: 21px;
  }
  .sx-section-head h2 {
    font-size: 30px;
  }
  .sx-category {
    padding: 20px 16px;
  }
  .sx-cad-feature {
    padding: 35px;
  }
  .sx-cad-copy>h2 {
    font-size: 42px;
  }
  .sx-journal .article-card {
    display: block;
  }
  .sx-journal .article-card>a:first-child {
    display: block;
    float: left;
    margin-right: 12px;
    margin-bottom: 8px;
  }
  .sx-journal .article-card img {
    width: 73px;
    height: 73px;
  }
  .sx-journal .article-card h3 {
    font-size: 14px;
  }
  .sx-journal .article-card .eyebrow {
    font-size: 7px;
  }
}
@media (max-width:768px) {
  .wrap {
    width: calc(100% - 36px);
  }
  .utility {
    font-size: 9px;
  }
  .utility .wrap {
    padding-block: 5px;
  }
  .header-main {
    min-height: 115px;
    gap: 13px;
    padding-block: 15px;
  }
  .sx-logo {
    width: 167px !important;
    height: 35px !important;
  }
  .header-actions {
    padding-right: 41px;
    gap: 14px;
  }
  .header-actions a>span {
    display: none;
  }
  .header-actions .icon {
    width: 20px;
    height: 20px;
  }
  .cart-count {
    font-size: 9px;
    min-width: 17px;
    height: 17px;
    line-height: 17px;
  }
  .header-actions a {
    gap: 5px;
  }
  .menu-toggle {
    right: -7px;
    top: 11px;
    width: 38px;
  }
  .header-main>.woocommerce-product-search {
    padding: 0 12px;
    max-width: none;
  }
  .woocommerce-product-search input {
    font-size: 12px;
    padding: 9px 0 !important;
  }
  .woocommerce-product-search button {
    padding: 9px 0;
    font-size: 11px;
  }
  .main-nav {
    min-height: 0;
  }
  .nav-list {
    font-size: 13px;
  }
  .sx-hero {
    grid-template-columns: 1fr;
    gap: 25px;
    padding-block: 27px 24px;
  }
  .sx-hero-copy {
    padding: 0;
  }
  .sx-hero-copy .sx-kicker {
    font-size: 8px;
    margin-bottom: 14px;
  }
  .sx-hero h1 {
    font-size: 42px;
    line-height: 1.05;
    letter-spacing: -.052em;
    margin-bottom: 16px;
  }
  .sx-hero-copy>p {
    font-size: 13px;
    line-height: 1.6;
    max-width: 340px;
  }
  .sx-actions {
    margin-top: 20px;
    gap: 17px;
  }
  .sx-actions .button {
    font-size: 11px;
    padding: 11px 15px;
    min-height: 43px;
    gap: 16px;
  }
  .sx-quiet-link {
    font-size: 10px;
  }
  .sx-hero-note {
    display: none;
  }
  .sx-hero-art {
    height: 265px;
  }
  .sx-hero-art img {
    object-position: center 49%;
  }
  .sx-hero-caption {
    padding: 16px;
    gap: 12px;
  }
  .sx-hero-caption h2 {
    font-size: 14px;
    max-width: 190px;
    line-height: 1.3;
  }
  .sx-hero-caption .sx-kicker {
    font-size: 7px;
  }
  .sx-hero-spec {
    font-size: 9px;
    margin-top: 5px;
  }
  .sx-hero-price {
    font-size: 20px;
  }
  .sx-hero-price>span:last-child {
    font-size: 8px;
  }
  .sx-brands {
    padding-block: 19px;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .sx-brands>span {
    font-size: 9px;
    flex-basis: 100%;
    margin-bottom: 3px;
  }
  .sx-brands>span br {
    display: none;
  }
  .sx-brands b {
    font-size: 20px;
  }
  .sx-section-head {
    gap: 15px;
    margin-bottom: 19px;
    align-items: flex-end;
  }
  .sx-section-head h2 {
    font-size: 27px;
    line-height: 1.15;
    max-width: 265px;
  }
  .sx-section-head .sx-kicker {
    font-size: 8px;
    margin-bottom: 8px;
  }
  .sx-section-head>.sx-quiet-link {
    font-size: 9px;
    white-space: nowrap;
  }
  .sx-categories {
    padding-block: 31px 28px;
  }
  .sx-category-grid {
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 10px;
  }
  .sx-category {
    padding: 18px 14px;
  }
  .sx-category-top {
    margin-bottom: 19px;
  }
  .sx-category-top>.icon {
    width: 26px;
    height: 26px;
  }
  .sx-category-top>span {
    font-size: 17px;
  }
  .sx-category h3 {
    font-size: 16px;
    line-height: 1.3;
  }
  .sx-category p {
    font-size: 10px;
    line-height: 1.5;
  }
  .sx-products {
    padding-block: 7px 32px;
  }
  .sx-home .woocommerce ul.products {
    gap: 15px 11px;
  }
  .sx-home .woocommerce ul.products li.product {
    padding-bottom: 13px;
  }
  .sx-home ul.products h2.woocommerce-loop-product__title {
    padding: 12px 11px 0;
    font-size: 12px;
    line-height: 1.4;
    min-height: 65px;
  }
  .sx-home ul.products .card-spec {
    padding: 0 11px;
    font-size: 9px;
  }
  .sx-home ul.products .price {
    font-size: 17px;
    padding: 0 11px;
  }
  .sx-home ul.products .button {
    margin: 10px 11px 0;
    font-size: 10px !important;
    padding: 7px !important;
    min-height: 36px;
  }
  .sx-cad-feature {
    grid-template-columns: 1fr;
    padding: 27px;
    gap: 9px;
  }
  .sx-cad-copy>.sx-kicker {
    font-size: 8px;
    margin-bottom: 13px;
  }
  .sx-cad-copy>h2 {
    font-size: 37px;
    margin-bottom: 16px;
  }
  .sx-cad-copy>p {
    font-size: 12px;
    max-width: 325px;
  }
  .sx-cad-copy>.button {
    margin-top: 21px;
    font-size: 11px;
    min-height: 42px;
  }
  .sx-cad-art svg {
    max-height: 210px;
  }
  .sx-cad-art>span {
    font-size: 7px;
  }
  .sx-process {
    padding-block: 35px 28px;
  }
  .sx-process-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .sx-process-grid article {
    padding-top: 16px;
    gap: 15px;
  }
  .sx-process-grid h3 {
    font-size: 14px;
    margin-bottom: 6px;
  }
  .sx-process-grid p {
    font-size: 12px;
    max-width: none;
  }
  .sx-journal {
    padding-block: 6px 28px;
  }
  .sx-journal .article-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .sx-journal .article-card {
    display: grid;
    grid-template-columns: 80px 1fr;
    gap: 0 15px;
    padding: 14px;
  }
  .sx-journal .article-card>a:first-child {
    float: none;
    margin: 0;
    grid-row: 1/4;
  }
  .sx-journal .article-card img {
    width: 80px;
    height: 80px;
  }
  .sx-journal .article-card h3 {
    font-size: 16px;
    line-height: 1.4;
  }
  .sx-journal .article-card .eyebrow {
    font-size: 8px;
    margin: 2px 0 7px;
  }
  .sx-support {
    display: block;
    padding-block: 28px 33px;
  }
  .sx-support .sx-kicker {
    font-size: 8px;
  }
  .sx-support h2 {
    font-size: 29px;
    margin-block: 9px 13px;
  }
  .sx-support p {
    font-size: 12px;
  }
  .sx-support>.button {
    margin-top: 22px;
    font-size: 11px;
  }
  .site-footer {
    padding-top: 32px;
  }
  .site-footer .sx-logo {
    width: 195px !important;
    height: 42px !important;
  }
  .site-footer .footer-grid {
    gap: 26px 18px;
  }
  .site-footer .footer-grid>div:first-child p {
    margin-block: 16px 10px;
  }
  .footer-bottom {
    font-size: 9px;
  }
  .sx-journal .article-card p {
    display: none;
  }
}
@media (max-width:380px) {
  .sx-logo {
    width: 146px !important;
  }
  .header-actions {
    gap: 10px;
  }
  .sx-hero h1 {
    font-size: 38px;
  }
  .sx-actions {
    gap: 13px;
  }
  .sx-actions .button {
    padding-inline: 13px;
  }
  .sx-actions .sx-quiet-link {
    font-size: 9px;
  }
  .sx-brands b {
    font-size: 18px;
  }
  .sx-hero-caption {
    padding: 13px;
  }
  .sx-hero-caption h2 {
    font-size: 12px;
  }
  .sx-hero-price {
    font-size: 18px;
  }
  .sx-hero-art {
    height: 245px;
  }
  .sx-category h3 {
    font-size: 15px;
  }
  .sx-section-head h2 {
    font-size: 25px;
  }
}
.prose a.button,.prose a.button:visited,.contact-box a.button,.contact-box a.button:visited {
  background: var(--wine);
  border-color: var(--wine);
  color: #fff;
  text-decoration: none;
}
.prose a.button:hover,.prose a.button:focus-visible,.contact-box a.button:hover,.contact-box a.button:focus-visible {
  background: #472431;
  border-color: #472431;
  color: #fff;
}
.prose a.button *,.contact-box a.button * {
  color: inherit;
}
.summary form.cart:not(.variations_form):not(.grouped_form),.summary .woocommerce-variation-add-to-cart {
  display: grid;
  grid-template-columns: 76px minmax(0,1fr);
  gap: 12px;
  align-items: start;
  min-width: 0;
}
.summary form.cart:not(.variations_form):not(.grouped_form)>*,.summary .woocommerce-variation-add-to-cart>* {
  grid-column: 1/-1;
  min-width: 0;
}
.summary form.cart:not(.variations_form):not(.grouped_form)>.quantity,.summary .woocommerce-variation-add-to-cart>.quantity {
  grid-column: 1;
  grid-row: 1;
  float: none;
  margin: 0;
  width: 100%;
}
.summary form.cart .quantity input.qty {
  width: 100%;
  max-width: none;
  min-height: 52px;
  margin: 0;
  padding: 10px 8px;
}
.summary form.cart:not(.variations_form):not(.grouped_form)>.single_add_to_cart_button,.summary .woocommerce-variation-add-to-cart>.single_add_to_cart_button {
  grid-column: 2;
  grid-row: 1;
  width: 100%;
  min-width: 0;
  min-height: 52px;
  float: none;
  margin: 0;
  padding: 13px 18px;
  font-size: 15px;
  line-height: 1.4;
  white-space: nowrap;
  gap: 8px;
  position: relative;
}
.summary form.cart .single_add_to_cart_button:only-child {
  grid-column: 1/-1;
}
.summary form.cart .wc-stripe-clear {
  display: none;
}
.summary form.cart .wc-stripe-product-checkout-container,.summary form.cart #wc-stripe-express-checkout-element,.summary form.cart #wc-stripe-payment-request-wrapper,.summary form.cart .wcpay-payment-request-wrapper {
  grid-column: 1/-1;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  float: none;
  clear: both;
  margin: 0;
}
.summary .wc_stripe_product_payment_methods {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
.summary .wc_stripe_product_payment_methods>li {
  width: 100%;
  min-width: 0;
  margin: 0 0 10px;
  list-style: none;
}
.summary .wc_stripe_product_payment_methods .payment-box {
  min-width: 0;
  max-width: 100%;
}
.summary .single_variation_wrap,.summary .variations td {
  min-width: 0;
}
.softivo-cart-ready .summary a.added_to_cart,.softivo-cart-ready ul.products a.added_to_cart {
  display: none;
}
.softivo-cart-error {
  grid-column: 1/-1;
  font-size: 13px;
  color: var(--wine);
  margin: 10px 0 0;
}
.softivo-cart-error a {
  text-decoration: underline;
}
html.softivo-cart-open {
  overflow: hidden;
  scrollbar-gutter: stable;
}
#softivo-cart {
  position: fixed;
  inset: 0 0 0 auto;
  margin: 0;
  width: min(460px,100%);
  max-width: 100vw;
  height: 100vh;
  height: 100dvh;
  max-height: 100dvh;
  padding: 0;
  border: 0;
  border-left: 1px solid var(--line);
  background: var(--paper);
  color: var(--ink);
  box-shadow: -18px 0 60px #191b1d1a;
  overflow: hidden;
}
#softivo-cart:not([open]) {
  display: none;
}
#softivo-cart[open] {
  display: flex;
  flex-direction: column;
  animation: softivo-cart-in .22s ease-out;
}
#softivo-cart::backdrop {
  background: rgba(25,27,29,.4);
}
.softivo-cart-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 18px;
  padding: 28px 26px 22px;
  border-bottom: 1px solid var(--line);
  flex-shrink: 0;
}
.softivo-cart-header .sx-kicker {
  font-size: 9px;
  color: var(--wine);
  margin-bottom: 10px;
}
.softivo-cart-header h2 {
  font-size: 28px;
  line-height: 1.2;
  margin: 0;
  letter-spacing: -.035em;
}
.softivo-cart-status {
  font-size: 12px;
  line-height: 1.5;
  margin: 9px 0 0;
  color: var(--muted);
}
.softivo-cart-close {
  display: grid;
  place-items: center;
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  background: #f6f5f2;
  color: var(--ink);
  border: 1px solid var(--line);
  border-radius: 50%;
  padding: 0;
}
.softivo-cart-close:hover {
  background: #eee9e6;
  color: var(--wine);
}
.softivo-cart-body {
  min-height: 0;
  flex: 1;
  overflow-y: auto;
  overscroll-behavior: contain;
  padding: 0 26px;
}
#softivo-cart .widget_shopping_cart_content {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
#softivo-cart ul.woocommerce-mini-cart {
  padding: 0;
  margin: 0;
  list-style: none;
}
#softivo-cart li.woocommerce-mini-cart-item {
  position: relative;
  display: flow-root;
  padding: 22px 34px 22px 0;
  margin: 0;
  border-bottom: 1px solid var(--line);
  min-height: 116px;
  list-style: none;
}
#softivo-cart .woocommerce-mini-cart-item>a:not(.remove) {
  display: block;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.55;
  overflow-wrap: anywhere;
  text-decoration: none;
  color: var(--ink);
}
#softivo-cart .woocommerce-mini-cart-item img {
  float: left;
  width: 72px;
  height: 72px;
  object-fit: contain;
  margin: 0 15px 8px 0;
  border: 1px solid #eeece7;
  border-radius: 5px;
  background: #f6f4ef;
}
#softivo-cart .woocommerce-mini-cart-item .quantity {
  display: block;
  margin: 8px 0 0 87px;
  font-size: 13px;
  color: var(--muted);
}
#softivo-cart .woocommerce-mini-cart-item .amount {
  color: var(--ink);
  font-weight: 500;
  white-space: nowrap;
}
#softivo-cart .woocommerce-mini-cart-item dl.variation {
  margin: 5px 0 0 87px;
  font-size: 11px;
  line-height: 1.5;
  color: var(--muted);
}
#softivo-cart dl.variation dt {
  float: left;
  clear: left;
  margin-right: 5px;
}
#softivo-cart dl.variation dd,#softivo-cart dl.variation p {
  margin: 0;
}
#softivo-cart a.remove {
  position: absolute;
  right: -7px;
  top: 15px;
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  color: var(--muted);
  font-size: 25px;
  font-weight: 400;
  line-height: 1;
  border: 0;
  border-radius: 50%;
  text-decoration: none;
}
#softivo-cart a.remove:hover {
  background: #f6edef;
  color: var(--wine);
}
#softivo-cart .woocommerce-mini-cart__total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 23px 0 18px;
  margin: 0;
  margin-top: auto;
  color: var(--ink);
  font-size: 15px;
}
#softivo-cart .woocommerce-mini-cart__total strong {
  font-weight: 500;
}
#softivo-cart .woocommerce-mini-cart__total .amount {
  font-size: 21px;
  font-weight: 600;
  white-space: nowrap;
}
#softivo-cart .woocommerce-mini-cart__buttons {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0 0 22px;
}
#softivo-cart .woocommerce-mini-cart__buttons .button {
  width: 100%;
  min-height: 50px;
  float: none;
  margin: 0;
  text-decoration: none;
  font-size: 14px;
}
#softivo-cart .woocommerce-mini-cart__buttons .checkout {
  order: -1;
  background: var(--wine);
  border-color: var(--wine);
  color: #fff;
}
#softivo-cart .woocommerce-mini-cart__buttons .checkout:hover {
  background: #472431;
  border-color: #472431;
  color: #fff;
}
#softivo-cart .woocommerce-mini-cart__buttons .button:not(.checkout) {
  background: #fff;
  border-color: var(--line);
  color: var(--ink);
}
#softivo-cart .woocommerce-mini-cart__buttons .button:not(.checkout):hover {
  background: #f6f5f2;
}
#softivo-cart .woocommerce-mini-cart__empty-message {
  margin: auto 0;
  padding: 50px 0;
  text-align: center;
  font-size: 16px;
  color: var(--muted);
}
.softivo-cart-footer {
  padding: 15px 26px max(18px,env(safe-area-inset-bottom));
  border-top: 1px solid var(--line);
  background: #faf9f6;
  flex-shrink: 0;
  text-align: center;
}
.softivo-cart-continue {
  background: none;
  border: 0;
  padding: 10px;
  color: var(--wine);
  font-size: 13px;
  min-height: 44px;
  text-decoration: underline;
  text-underline-offset: 4px;
}
@keyframes softivo-cart-in {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0);
  }
}
@media (max-width:480px) {
  .softivo-cart-header {
    padding: 22px 20px 18px;
  }
  .softivo-cart-body {
    padding: 0 20px;
  }
  .softivo-cart-header h2 {
    font-size: 25px;
  }
  .softivo-cart-footer {
    padding-inline: 20px;
  }
  .summary form.cart:not(.variations_form):not(.grouped_form),.summary .woocommerce-variation-add-to-cart {
    grid-template-columns: 68px minmax(0,1fr);
    gap: 10px;
  }
}
@media (prefers-reduced-motion:reduce) {
  #softivo-cart[open] {
    animation: none;
  }
}
@layer base {
  input:where([type='text']),input:where(:not([type])),input:where([type='email']),input:where([type='url']),input:where([type='password']),input:where([type='number']),input:where([type='date']),input:where([type='datetime-local']),input:where([type='month']),input:where([type='search']),input:where([type='tel']),input:where([type='time']),input:where([type='week']),select:where([multiple]),textarea,select {
    appearance: none;
    background-color: #fff;
    border-color: oklch(55.1% 0.027 264.364);
    border-width: 1px;
    border-radius: 0px;
    padding-top: 0.5rem;
    padding-right: 0.75rem;
    padding-bottom: 0.5rem;
    padding-left: 0.75rem;
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-shadow: 0 0 #0000;
    &:focus {
      outline: 2px solid transparent;
      outline-offset: 2px;
      --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-color: oklch(54.6% 0.245 262.881);
      --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
      --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
      box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
      border-color: oklch(54.6% 0.245 262.881);
    }
  }
  input::placeholder,textarea::placeholder {
    color: oklch(55.1% 0.027 264.364);
    opacity: 1;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-date-and-time-value {
    min-height: 1.5em;
  }
  ::-webkit-date-and-time-value {
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field {
    padding-top: 0;
    padding-bottom: 0;
  }
  select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='oklch(55.1%25 0.027 264.364)' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
    background-position: right 0.5rem center;
    background-repeat: no-repeat;
    background-size: 1.5em 1.5em;
    padding-right: 2.5rem;
    print-color-adjust: exact;
  }
  select:where([multiple]),select:where([size]:not([size="1"])) {
    background-image: initial;
    background-position: initial;
    background-repeat: unset;
    background-size: initial;
    padding-right: 0.75rem;
    print-color-adjust: unset;
  }
  input:where([type='checkbox']),input:where([type='radio']) {
    appearance: none;
    padding: 0;
    print-color-adjust: exact;
    display: inline-block;
    vertical-align: middle;
    background-origin: border-box;
    user-select: none;
    flex-shrink: 0;
    height: 1rem;
    width: 1rem;
    color: oklch(54.6% 0.245 262.881);
    background-color: #fff;
    border-color: oklch(55.1% 0.027 264.364);
    border-width: 1px;
    --tw-shadow: 0 0 #0000;
  }
  input:where([type='checkbox']) {
    border-radius: 0px;
  }
  input:where([type='radio']) {
    border-radius: 100%;
  }
  input:where([type='checkbox']):focus,input:where([type='radio']):focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
    --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
    --tw-ring-offset-width: 2px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: oklch(54.6% 0.245 262.881);
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  input:where([type='checkbox']):checked,input:where([type='radio']):checked {
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
  }
  input:where([type='checkbox']):checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
    @media (forced-colors: active) {
      appearance: auto;
    }
  }
  input:where([type='radio']):checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
    @media (forced-colors: active) {
      appearance: auto;
    }
  }
  input:where([type='checkbox']):checked:hover,input:where([type='checkbox']):checked:focus,input:where([type='radio']):checked:hover,input:where([type='radio']):checked:focus {
    border-color: transparent;
    background-color: currentColor;
  }
  input:where([type='checkbox']):indeterminate {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    @media (forced-colors: active) {
      appearance: auto;
    }
  }
  input:where([type='checkbox']):indeterminate:hover,input:where([type='checkbox']):indeterminate:focus {
    border-color: transparent;
    background-color: currentColor;
  }
  input:where([type='file']) {
    background: unset;
    border-color: inherit;
    border-width: 0;
    border-radius: 0;
    padding: 0;
    font-size: unset;
    line-height: inherit;
  }
  input:where([type='file']):focus {
    outline: 1px solid ButtonText;
    outline: 1px auto -webkit-focus-ring-color;
  }
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
    }
  }
}
