/*! tailwindcss v4.3.0 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: "Manrope", sans-serif;
    --font-serif: "Fraunces", 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: #1f4b3b;
    --color-primary-50: #eef6f1;
    --color-primary-500: #2f6a52;
    --color-primary-600: #285b47;
    --color-primary-900: #122d24;
    --color-accent: #e97846;
    --color-accent-50: #fff4ee;
    --color-accent-600: #cf6032;
    --color-leaf: #b9d768;
    --color-secondary-50: #f7f9f7;
    --color-secondary-100: #eef2ef;
    --color-secondary-200: #dde5df;
    --color-secondary-500: #7b8982;
    --color-secondary-600: #65746d;
    --color-secondary-700: #46544d;
    --color-neutral: #18251f;
    --color-background: #faf8f2;
    --radius-card: 1.4rem;
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji');
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type='button'], [type='reset'], [type='submit']), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden='until-found'])) {
    display: none !important;
  }
}
@layer utilities {
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
    border-width: 0;
  }
  .static {
    position: static;
  }
  .-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);
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline-flex {
    display: inline-flex;
  }
  .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;
  }
  .resize {
    resize: both;
  }
  .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;
  }
  .border-secondary-200 {
    border-color: var(--color-secondary-200);
  }
  .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);
  }
  .text-primary-500 {
    color: var(--color-primary-500);
  }
  .text-secondary-500 {
    color: var(--color-secondary-500);
  }
  .text-secondary-600 {
    color: var(--color-secondary-600);
  }
  .text-secondary-700 {
    color: var(--color-secondary-700);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .not-italic {
    font-style: normal;
  }
  .no-underline {
    text-decoration-line: none;
  }
  .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\:text-primary-500 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-primary-500);
      }
    }
  }
  .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));
    }
  }
}
@layer base {
  [x-cloak] {
    display: none !important;
  }
  *, *::before, *::after {
    box-sizing: border-box;
  }
  :where(a, button, input, select, textarea):focus-visible {
    outline: 3px solid rgba(233,120,70,0.45);
    outline-offset: 3px;
  }
  .sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
  }
  @media (prefers-reduced-motion: reduce) {
    html {
      scroll-behavior: auto;
    }
    *, *::before, *::after {
      animation-duration: 0.01ms !important;
      animation-iteration-count: 1 !important;
      scroll-behavior: auto !important;
      transition-duration: 0.01ms !important;
    }
  }
  html {
    scroll-behavior: smooth;
  }
  body {
    background: var(--color-background);
    color: var(--color-neutral);
    font-family: var(--font-sans);
    font-size: 16px;
    line-height: 1.65;
    margin: 0;
    -webkit-font-smoothing: antialiased;
  }
  h1, h2, h3, h4 {
    color: var(--color-primary-900);
    font-family: var(--font-serif);
    font-weight: 650;
    letter-spacing: -0.035em;
    line-height: 1.08;
  }
  a {
    color: inherit;
  }
  img {
    height: auto;
    max-width: 100%;
  }
  button, input, select, textarea {
    font: inherit;
  }
  ::selection {
    background: var(--color-leaf);
    color: var(--color-primary-900);
  }
}
@layer components {
  .site-shell {
    margin: 0 auto;
    max-width: 1280px;
    padding-left: clamp(1rem, 3vw, 2rem);
    padding-right: clamp(1rem, 3vw, 2rem);
  }
  .announcement-bar {
    background: var(--color-primary-900);
    color: #f4f8f5;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    padding: 0.6rem 1rem;
    text-align: center;
    text-transform: uppercase;
  }
  .site-header {
    background: rgba(255,255,255,0.96);
    border-bottom: 1px solid var(--color-secondary-200);
    position: sticky;
    top: 0;
    z-index: 50;
  }
  .header-main {
    align-items: center;
    display: grid;
    gap: 1.5rem;
    grid-template-columns: auto minmax(240px, 1fr) auto;
    min-height: 82px;
  }
  .brand {
    align-items: center;
    display: inline-flex;
    gap: 0.75rem;
    text-decoration: none;
    white-space: nowrap;
  }
  .brand-mark {
    align-items: center;
    background: var(--color-primary);
    border-radius: 50% 50% 44% 56%;
    color: white;
    display: inline-flex;
    height: 48px;
    justify-content: center;
    transform: rotate(-5deg);
    width: 48px;
  }
  .brand-mark svg {
    transform: rotate(5deg);
  }
  .brand-name {
    color: var(--color-primary-900);
    display: block;
    font-family: var(--font-serif);
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: -0.035em;
    line-height: 1;
  }
  .brand-note {
    color: var(--color-secondary-600);
    display: block;
    font-size: 0.62rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    line-height: 1.2;
    margin-top: 0.35rem;
    text-transform: uppercase;
  }
  .header-search {
    background: var(--color-secondary-50);
    border: 1px solid var(--color-secondary-200);
    border-radius: 999px;
    display: flex;
    overflow: hidden;
    transition: border-color 160ms ease, box-shadow 160ms ease;
  }
  .header-search:focus-within {
    border-color: var(--color-primary-500);
    box-shadow: 0 0 0 4px rgba(47,106,82,0.12);
  }
  .header-search input {
    background: transparent;
    border: 0;
    color: var(--color-neutral);
    min-width: 0;
    outline: 0;
    padding: 0.85rem 1.1rem;
    width: 100%;
  }
  .header-search button {
    align-items: center;
    background: transparent;
    border: 0;
    color: var(--color-primary);
    cursor: pointer;
    display: flex;
    justify-content: center;
    padding: 0 1rem;
  }
  .header-actions {
    align-items: center;
    display: flex;
    gap: 0.55rem;
  }
  .icon-link, .mobile-toggle {
    align-items: center;
    background: #fff;
    border: 1px solid var(--color-secondary-200);
    border-radius: 999px;
    color: var(--color-primary-900);
    display: inline-flex;
    height: 44px;
    justify-content: center;
    position: relative;
    text-decoration: none;
    transition: border-color 160ms ease, color 160ms ease, transform 160ms ease;
    width: 44px;
  }
  .icon-link:hover, .mobile-toggle:hover {
    border-color: var(--color-primary-500);
    color: var(--color-primary);
    transform: translateY(-1px);
  }
  .cart-count {
    align-items: center;
    background: var(--color-accent);
    border: 2px solid #fff;
    border-radius: 999px;
    color: #fff;
    display: flex;
    font-size: 0.65rem;
    font-weight: 800;
    height: 19px;
    justify-content: center;
    min-width: 19px;
    padding: 0 3px;
    position: absolute;
    right: -4px;
    top: -4px;
  }
  .desktop-nav {
    border-top: 1px solid var(--color-secondary-100);
  }
  .nav-list {
    align-items: center;
    display: flex;
    gap: 0.2rem;
    justify-content: space-between;
    list-style: none;
    margin: 0;
    padding: 0.15rem 0;
  }
  .nav-link {
    border-radius: 999px;
    color: var(--color-primary-900);
    display: inline-flex;
    font-size: 0.84rem;
    font-weight: 800;
    letter-spacing: 0.01em;
    padding: 0.72rem 0.85rem;
    text-decoration: none;
    transition: background 160ms ease, color 160ms ease;
  }
  .nav-link:hover {
    background: var(--color-primary-50);
    color: var(--color-primary);
  }
  .nav-link.is-accent {
    background: var(--color-accent-50);
    color: var(--color-accent-600);
  }
  .mobile-toggle {
    display: none;
  }
  .mobile-panel {
    background: #fff;
    border-top: 1px solid var(--color-secondary-200);
    box-shadow: 0 20px 45px rgba(18,45,36,0.14);
    padding: 1rem;
  }
  .mobile-panel a {
    border-bottom: 1px solid var(--color-secondary-100);
    color: var(--color-primary-900);
    display: block;
    font-weight: 750;
    padding: 0.9rem 0.3rem;
    text-decoration: none;
  }
  .hero {
    background: radial-gradient(circle at 12% 18%, rgba(185,215,104,0.26), transparent 34%),	linear-gradient(115deg, #fffdf7 0%, #f2f6ee 100%);
    overflow: hidden;
    padding: clamp(3.5rem, 8vw, 7rem) 0;
    position: relative;
  }
  .hero::after {
    border: 1px solid rgba(31,75,59,0.12);
    border-radius: 50%;
    content: "";
    height: 420px;
    left: -210px;
    position: absolute;
    top: -200px;
    width: 420px;
  }
  .hero-grid {
    align-items: center;
    display: grid;
    gap: clamp(2.5rem, 6vw, 6rem);
    grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr);
  }
  .eyebrow {
    align-items: center;
    color: var(--color-primary);
    display: inline-flex;
    font-size: 0.75rem;
    font-weight: 850;
    gap: 0.55rem;
    letter-spacing: 0.13em;
    text-transform: uppercase;
  }
  .eyebrow::before {
    background: var(--color-accent);
    border-radius: 99px;
    content: "";
    height: 8px;
    width: 8px;
  }
  .hero h1 {
    font-size: clamp(2.7rem, 5.7vw, 5.5rem);
    margin: 1.25rem 0 1.2rem;
    max-width: 760px;
  }
  .hero h1 em {
    color: var(--color-primary);
    font-style: italic;
  }
  .hero-copy > p {
    color: var(--color-secondary-700);
    font-size: clamp(1.03rem, 1.5vw, 1.2rem);
    margin: 0;
    max-width: 620px;
  }
  .hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    margin-top: 2rem;
  }
  .btn {
    align-items: center;
    border: 1px solid transparent;
    border-radius: 999px;
    display: inline-flex;
    font-size: 0.88rem;
    font-weight: 850;
    gap: 0.55rem;
    justify-content: center;
    padding: 0.92rem 1.35rem;
    text-decoration: none;
    transition: box-shadow 160ms ease, transform 160ms ease;
  }
  .btn:hover {
    box-shadow: 0 12px 25px rgba(18,45,36,0.16);
    transform: translateY(-2px);
  }
  .btn-primary {
    background: var(--color-primary);
    color: white;
  }
  .btn-secondary {
    background: white;
    border-color: var(--color-secondary-200);
    color: var(--color-primary-900);
  }
  .hero-media {
    position: relative;
  }
  .hero-image-frame {
    background: #fff;
    border: 10px solid #fff;
    border-radius: 2.4rem 2.4rem 2.4rem 7rem;
    box-shadow: 0 30px 70px rgba(18,45,36,0.2);
    overflow: hidden;
    position: relative;
    transform: rotate(1.2deg);
  }
  .hero-image-frame img {
    aspect-ratio: 5 / 4;
    display: block;
    object-fit: cover;
    width: 100%;
  }
  .hero-badge {
    background: #fff;
    border: 1px solid var(--color-secondary-200);
    border-radius: 1.1rem;
    bottom: -1.3rem;
    box-shadow: 0 16px 36px rgba(18,45,36,0.16);
    left: -1.7rem;
    padding: 1rem 1.1rem;
    position: absolute;
    transform: rotate(-2deg);
  }
  .hero-badge strong {
    color: var(--color-primary-900);
    display: block;
    font-family: var(--font-serif);
    font-size: 1.1rem;
  }
  .hero-badge span {
    color: var(--color-secondary-600);
    display: block;
    font-size: 0.72rem;
    font-weight: 700;
    margin-top: 0.15rem;
  }
  .value-strip {
    background: #fff;
    border-bottom: 1px solid var(--color-secondary-200);
    border-top: 1px solid var(--color-secondary-200);
  }
  .value-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
  .value-item {
    align-items: center;
    display: flex;
    gap: 0.85rem;
    padding: 1.25rem clamp(0.6rem, 2vw, 1.5rem);
  }
  .value-item + .value-item {
    border-left: 1px solid var(--color-secondary-200);
  }
  .value-icon {
    align-items: center;
    background: var(--color-primary-50);
    border-radius: 50%;
    color: var(--color-primary);
    display: flex;
    flex: 0 0 auto;
    height: 38px;
    justify-content: center;
    width: 38px;
  }
  .value-item strong {
    color: var(--color-primary-900);
    display: block;
    font-size: 0.8rem;
  }
  .value-item span {
    color: var(--color-secondary-600);
    display: block;
    font-size: 0.7rem;
    margin-top: 0.1rem;
  }
  .section {
    padding: clamp(4.2rem, 8vw, 7rem) 0;
  }
  .section-alt {
    background: #f0f4ee;
  }
  .section-heading {
    align-items: end;
    display: flex;
    gap: 2rem;
    justify-content: space-between;
    margin-bottom: 2.2rem;
  }
  .section-heading h2 {
    font-size: clamp(2.2rem, 4vw, 3.7rem);
    margin: 0.45rem 0 0;
    max-width: 760px;
  }
  .section-heading p {
    color: var(--color-secondary-600);
    margin: 0;
    max-width: 440px;
  }
  .text-link {
    align-items: center;
    color: var(--color-primary);
    display: inline-flex;
    font-size: 0.85rem;
    font-weight: 850;
    gap: 0.35rem;
    text-decoration: none;
  }
  .category-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .category-card {
    background: #fff;
    border: 1px solid var(--color-secondary-200);
    border-radius: var(--radius-card);
    color: var(--color-primary-900);
    display: grid;
    grid-template-columns: 1fr 130px;
    min-height: 190px;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
  }
  .category-card:hover {
    border-color: rgba(31,75,59,0.35);
    box-shadow: 0 22px 45px rgba(18,45,36,0.12);
    transform: translateY(-4px);
  }
  .category-card-copy {
    padding: 1.45rem 0 1.45rem 1.45rem;
    position: relative;
    z-index: 2;
  }
  .category-card h3 {
    font-size: 1.35rem;
    margin: 0 0 0.55rem;
  }
  .category-card p {
    color: var(--color-secondary-600);
    font-size: 0.8rem;
    line-height: 1.5;
    margin: 0 0 1rem;
  }
  .category-arrow {
    align-items: center;
    background: var(--color-primary-50);
    border-radius: 50%;
    color: var(--color-primary);
    display: inline-flex;
    height: 34px;
    justify-content: center;
    width: 34px;
  }
  .category-image {
    background: linear-gradient(145deg, var(--color-primary-50), #fff);
    height: 100%;
    overflow: hidden;
    position: relative;
  }
  .category-image img {
    height: 100%;
    object-fit: cover;
    width: 100%;
  }
  .category-image::after {
    background: linear-gradient(90deg, #fff 0%, rgba(255,255,255,0) 70%);
    content: "";
    inset: 0;
    position: absolute;
  }
  .category-card:nth-child(3n+2) .category-image {
    background: linear-gradient(145deg, var(--color-accent-50), #fff);
  }
  .category-card:nth-child(3n) .category-image {
    background: linear-gradient(145deg, #f4f8e7, #fff);
  }
  .product-section {
    overflow: hidden;
  }
  .product-section .products {
    display: grid !important;
    gap: 1.15rem;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin: 0 !important;
  }
  .woocommerce ul.products::before,	.woocommerce ul.products::after {
    display: none !important;
  }
  .woocommerce ul.products li.product,	.product-section .products li.product {
    background: #fff;
    border: 1px solid var(--color-secondary-200);
    border-radius: 1.25rem;
    box-sizing: border-box;
    float: none !important;
    margin: 0 !important;
    overflow: hidden;
    padding: 0 0 1.15rem !important;
    position: relative;
    transition: box-shadow 180ms ease, transform 180ms ease;
    display: flex;
    flex-direction: column;
    width: auto !important;
  }
  .woocommerce ul.products li.product .woocommerce-loop-product__link {
    display: flex;
    flex: 1;
    flex-direction: column;
    text-decoration: none;
  }
  .woocommerce ul.products li.product .woocommerce-loop-product__link .price {
    margin-top: auto !important;
  }
  .woocommerce ul.products li.product:hover {
    box-shadow: 0 18px 40px rgba(18,45,36,0.12);
    transform: translateY(-4px);
  }
  .woocommerce ul.products li.product a img {
    aspect-ratio: 1 / 1;
    background: #f5f6f2;
    display: block;
    margin: 0 0 1rem !important;
    object-fit: contain;
    padding: 0.55rem;
    width: 100%;
  }
  .woocommerce ul.products li.product .woocommerce-loop-product__title {
    color: var(--color-primary-900);
    font-family: var(--font-sans);
    font-size: 0.94rem !important;
    font-weight: 750;
    line-height: 1.4;
    margin: 0;
    padding: 0 1rem !important;
  }
  .woocommerce ul.products li.product .price {
    color: var(--color-primary) !important;
    display: block;
    font-size: 1rem !important;
    font-weight: 850 !important;
    margin: 0.65rem 1rem 0 !important;
  }
  .woocommerce ul.products li.product .button {
    background: var(--color-primary) !important;
    border-radius: 999px !important;
    color: #fff !important;
    font-size: 0.76rem !important;
    font-weight: 800 !important;
    margin: 0.9rem 1rem 0 !important;
    padding: 0.72rem 1rem !important;
  }
  .shop-banner {
    background: var(--color-primary);
    border-radius: 2rem;
    color: white;
    display: grid;
    gap: 2rem;
    grid-template-columns: 1.2fr 0.8fr;
    overflow: hidden;
    padding: clamp(2rem, 5vw, 4.5rem);
    position: relative;
  }
  .shop-banner::after {
    border: 1px solid rgba(255,255,255,0.22);
    border-radius: 50%;
    content: "";
    height: 360px;
    position: absolute;
    right: -120px;
    top: -150px;
    width: 360px;
  }
  .shop-banner h2 {
    color: #fff;
    font-size: clamp(2.1rem, 4vw, 3.7rem);
    margin: 0 0 1rem;
  }
  .shop-banner p {
    color: #dcece2;
    margin: 0;
    max-width: 650px;
  }
  .guide-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(4, 1fr);
  }
  .guide-card {
    background: #fff;
    border: 1px solid var(--color-secondary-200);
    border-radius: 1.25rem;
    padding: 1.5rem;
    text-decoration: none;
    transition: transform 180ms ease;
  }
  .guide-card:hover {
    transform: translateY(-4px);
  }
  .guide-card .guide-number {
    color: var(--color-accent);
    font-family: var(--font-serif);
    font-size: 2rem;
    font-weight: 700;
  }
  .guide-card h3 {
    font-size: 1.15rem;
    margin: 1.1rem 0 0.45rem;
  }
  .guide-card p {
    color: var(--color-secondary-600);
    font-size: 0.78rem;
    margin: 0;
  }
  .site-footer {
    background: var(--color-primary-900);
    color: #dce8e1;
    margin-top: 0;
  }
  .footer-grid {
    display: grid;
    gap: 3rem;
    grid-template-columns: 1.3fr repeat(3, 1fr);
    padding-bottom: 4rem;
    padding-top: 4.5rem;
  }
  .footer-brand {
    color: #fff;
    font-family: var(--font-serif);
    font-size: 1.5rem;
    font-weight: 700;
  }
  .footer-copy {
    color: #aebfb5;
    font-size: 0.82rem;
    margin-top: 1rem;
    max-width: 330px;
  }
  .footer-title {
    color: #fff;
    font-size: 0.78rem;
    font-weight: 850;
    letter-spacing: 0.1em;
    margin: 0 0 1rem;
    text-transform: uppercase;
  }
  .footer-links {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .footer-links li + li {
    margin-top: 0.65rem;
  }
  .footer-links a {
    color: #b9c9c0;
    font-size: 0.82rem;
    text-decoration: none;
  }
  .footer-links a:hover {
    color: #fff;
  }
  .footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.12);
    color: #91a59a;
    font-size: 0.72rem;
    padding: 1.2rem 0;
  }
  .content-shell {
    margin: 0 auto;
    max-width: 1180px;
    padding: clamp(3rem, 6vw, 6rem) clamp(1rem, 3vw, 2rem);
  }
  .content-shell.narrow {
    max-width: 860px;
  }
  .entry-prose {
    background: #fff;
    border: 1px solid var(--color-secondary-200);
    border-radius: 1.5rem;
    padding: clamp(1.5rem, 4vw, 3rem);
  }
  .shop-shell {
    margin: 0 auto;
    max-width: 1280px;
    padding: clamp(2.5rem, 5vw, 5rem) clamp(1rem, 3vw, 2rem);
  }
  .woocommerce .woocommerce-breadcrumb {
    color: var(--color-secondary-600);
    font-size: 0.75rem;
    margin-bottom: 1.3rem;
  }
  .woocommerce .woocommerce-result-count,	.woocommerce .woocommerce-ordering {
    color: var(--color-secondary-600);
    font-size: 0.78rem;
  }
  .woocommerce .woocommerce-ordering select {
    background: #fff;
    border: 1px solid var(--color-secondary-200);
    border-radius: 999px;
    padding: 0.7rem 1rem;
  }
  .woocommerce div.product {
    background: #fff;
    border: 1px solid var(--color-secondary-200);
    border-radius: 1.8rem;
    overflow: hidden;
    padding: clamp(1.2rem, 3vw, 2.5rem);
  }
  .woocommerce div.product .product_title {
    font-size: clamp(2rem, 4vw, 3.4rem);
  }
  .woocommerce div.product p.price,	.woocommerce div.product span.price {
    color: var(--color-primary);
    font-size: 1.5rem;
    font-weight: 850;
  }
  .woocommerce div.product form.cart .button,	.woocommerce #respond input#submit.alt,	.woocommerce a.button.alt,	.woocommerce button.button.alt,	.woocommerce input.button.alt {
    background: var(--color-primary);
    border-radius: 999px;
    color: #fff;
    font-weight: 850;
    padding: 0.95rem 1.35rem;
  }
  .woocommerce-message,	.woocommerce-info {
    background: #fff;
    border-top-color: var(--color-primary);
    border-radius: 1rem;
  }
  .page-header {
    margin-bottom: clamp(1.5rem, 4vw, 2.75rem);
  }
  .page-header .page-title {
    font-size: clamp(2.35rem, 5vw, 4.5rem);
    margin: 0.55rem 0 0;
  }
  .page-featured-image {
    border-radius: 1.35rem;
    margin: 0 0 2rem;
    overflow: hidden;
  }
  .woocommerce-page-content {
    min-height: 320px;
  }
  .woocommerce-page-body > .woocommerce {
    width: 100%;
  }
  .woocommerce .cart-empty,	.woocommerce .return-to-shop {
    text-align: center;
  }
  .woocommerce {
    color: var(--color-neutral);
  }
  .woocommerce .page-title {
    font-size: clamp(2.25rem, 4vw, 4rem);
    margin: 0 0 1.25rem;
  }
  .woocommerce .term-description {
    color: var(--color-secondary-600);
    margin: -0.35rem 0 2rem;
    max-width: 760px;
  }
  .woocommerce ul.products {
    display: grid !important;
    gap: 1.15rem;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin: 1.75rem 0 0 !important;
  }
  .woocommerce span.onsale {
    align-items: center;
    background: var(--color-accent);
    border-radius: 999px;
    box-shadow: none;
    color: #fff;
    display: inline-flex;
    font-size: 0.7rem;
    font-weight: 850;
    justify-content: center;
    left: 0.8rem;
    line-height: 1;
    margin: 0;
    min-height: 0;
    min-width: 0;
    padding: 0.55rem 0.72rem;
    right: auto;
    top: 0.8rem;
  }
  .woocommerce nav.woocommerce-pagination {
    margin-top: 2.5rem;
  }
  .woocommerce nav.woocommerce-pagination ul {
    border: 0;
    display: flex;
    gap: 0.45rem;
    justify-content: center;
  }
  .woocommerce nav.woocommerce-pagination ul li {
    border: 0;
  }
  .woocommerce nav.woocommerce-pagination ul li a,	.woocommerce nav.woocommerce-pagination ul li span {
    align-items: center;
    background: #fff;
    border: 1px solid var(--color-secondary-200);
    border-radius: 999px;
    color: var(--color-primary-900);
    display: flex;
    font-weight: 800;
    height: 42px;
    justify-content: center;
    min-width: 42px;
    padding: 0 0.8rem;
  }
  .woocommerce nav.woocommerce-pagination ul li span.current,	.woocommerce nav.woocommerce-pagination ul li a:hover {
    background: var(--color-primary);
    border-color: var(--color-primary);
    color: #fff;
  }
  .woocommerce div.product div.images img {
    background: var(--color-secondary-50);
    border-radius: 1.25rem;
    object-fit: contain;
    padding: 1rem;
  }
  .woocommerce div.product div.images .flex-control-thumbs {
    display: grid;
    gap: 0.65rem;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 0.75rem;
  }
  .woocommerce div.product div.images .flex-control-thumbs li {
    float: none;
    width: auto;
  }
  .woocommerce div.product div.images .flex-control-thumbs img {
    border: 1px solid var(--color-secondary-200);
    border-radius: 0.8rem;
    padding: 0.25rem;
  }
  .woocommerce div.product .summary {
    padding-top: 0.5rem;
  }
  .woocommerce div.product .woocommerce-product-details__short-description {
    color: var(--color-secondary-700);
    font-size: 0.95rem;
    margin: 1.2rem 0;
  }
  .woocommerce div.product .stock {
    color: var(--color-primary);
    font-size: 0.78rem;
    font-weight: 850;
  }
  .woocommerce div.product form.cart {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    margin: 1.5rem 0;
  }
  .woocommerce .quantity .qty {
    background: var(--color-secondary-50);
    border: 1px solid var(--color-secondary-200);
    border-radius: 999px;
    min-height: 48px;
    padding: 0.6rem;
    width: 78px;
  }
  .woocommerce div.product form.cart .variations {
    margin-bottom: 0.5rem;
    width: 100%;
  }
  .woocommerce div.product form.cart .variations th,	.woocommerce div.product form.cart .variations td {
    display: block;
    padding: 0 0 0.55rem;
    text-align: left;
  }
  .woocommerce div.product .product_meta {
    border-top: 1px solid var(--color-secondary-200);
    color: var(--color-secondary-600);
    font-size: 0.76rem;
    margin-top: 1.5rem;
    padding-top: 1rem;
  }
  .woocommerce div.product .product_meta > span {
    display: block;
    margin-top: 0.35rem;
  }
  .woocommerce div.product .woocommerce-tabs {
    clear: both;
    padding-top: 2.5rem;
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs {
    border-bottom: 1px solid var(--color-secondary-200);
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
    margin: 0 0 1.5rem;
    overflow: visible;
    padding: 0;
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs::before,	.woocommerce div.product .woocommerce-tabs ul.tabs li::before,	.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
    display: none;
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs li {
    background: transparent;
    border: 0;
    border-radius: 999px;
    margin: 0 0 0.65rem;
    padding: 0;
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs li a {
    border-radius: 999px;
    color: var(--color-secondary-700);
    font-size: 0.78rem;
    font-weight: 850;
    padding: 0.7rem 1rem;
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    background: var(--color-primary-50);
    color: var(--color-primary);
  }
  .woocommerce div.product .woocommerce-tabs .panel {
    color: var(--color-secondary-700);
    max-width: 900px;
  }
  .woocommerce div.product .woocommerce-tabs .panel h2,	.woocommerce .related.products > h2,	.woocommerce .upsells.products > h2 {
    font-size: clamp(1.65rem, 3vw, 2.5rem);
  }
  .woocommerce .related.products,	.woocommerce .upsells.products {
    clear: both;
    padding-top: 3rem;
  }
  .woocommerce a.button,	.woocommerce button.button,	.woocommerce input.button,	.wc-block-components-button {
    background: var(--color-primary);
    border: 0;
    border-radius: 999px;
    color: #fff;
    font-size: 0.8rem;
    font-weight: 850;
    min-height: 44px;
    padding: 0.78rem 1.15rem;
    transition: background 160ms ease, transform 160ms ease;
  }
  .woocommerce a.button:hover,	.woocommerce button.button:hover,	.woocommerce input.button:hover,	.wc-block-components-button:hover {
    background: var(--color-primary-600);
    color: #fff;
    transform: translateY(-1px);
  }
  .woocommerce a.remove {
    color: var(--color-accent) !important;
  }
  .woocommerce a.remove:hover {
    background: var(--color-accent);
    color: #fff !important;
  }
  .woocommerce form .form-row label {
    color: var(--color-primary-900);
    font-size: 0.76rem;
    font-weight: 800;
  }
  .woocommerce form .form-row input.input-text,	.woocommerce form .form-row textarea,	.woocommerce form .form-row select,	.select2-container--default .select2-selection--single,	.woocommerce-cart table.cart td.actions .coupon .input-text {
    background: #fff;
    border: 1px solid var(--color-secondary-200);
    border-radius: 0.85rem;
    box-sizing: border-box;
    min-height: 48px;
    padding: 0.75rem 0.9rem;
  }
  .woocommerce form .form-row input.input-text:focus,	.woocommerce form .form-row textarea:focus,	.woocommerce form .form-row select:focus {
    border-color: var(--color-primary-500);
    box-shadow: 0 0 0 4px rgba(47,106,82,0.12);
    outline: 0;
  }
  .woocommerce table.shop_table {
    background: #fff;
    border: 1px solid var(--color-secondary-200);
    border-collapse: separate;
    border-radius: 1.25rem;
    overflow: hidden;
  }
  .woocommerce table.shop_table th {
    color: var(--color-primary-900);
    font-size: 0.76rem;
    font-weight: 850;
    letter-spacing: 0.04em;
    text-transform: uppercase;
  }
  .woocommerce table.shop_table td,	.woocommerce table.shop_table th {
    border-color: var(--color-secondary-100);
    padding: 1rem;
  }
  .woocommerce-cart table.cart img {
    background: var(--color-secondary-50);
    border-radius: 0.7rem;
    height: 72px;
    object-fit: contain;
    padding: 0.25rem;
    width: 72px;
  }
  .woocommerce .cart-collaterals .cart_totals,	.woocommerce-checkout #order_review,	.woocommerce-checkout .woocommerce-billing-fields,	.woocommerce-checkout .woocommerce-additional-fields,	.woocommerce-account .woocommerce-MyAccount-content {
    background: #fff;
    border: 1px solid var(--color-secondary-200);
    border-radius: 1.35rem;
    padding: clamp(1.25rem, 3vw, 2rem);
  }
  .woocommerce .cart-collaterals .cart_totals h2,	.woocommerce-checkout h3 {
    font-size: 1.55rem;
    margin-top: 0;
  }
  .woocommerce-checkout #payment {
    background: var(--color-primary-50);
    border-radius: 1rem;
  }
  .woocommerce-checkout #payment div.payment_box {
    background: #fff;
    border-radius: 0.8rem;
    color: var(--color-secondary-700);
  }
  .woocommerce-checkout #payment div.payment_box::before {
    border-bottom-color: #fff;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation ul {
    background: #fff;
    border: 1px solid var(--color-secondary-200);
    border-radius: 1.25rem;
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0.5rem;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation a {
    border-radius: 0.8rem;
    display: block;
    font-size: 0.8rem;
    font-weight: 800;
    padding: 0.8rem 0.9rem;
    text-decoration: none;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation .is-active a,	.woocommerce-account .woocommerce-MyAccount-navigation a:hover {
    background: var(--color-primary-50);
    color: var(--color-primary);
  }
  .woocommerce-error,	.woocommerce-message,	.woocommerce-info {
    background: #fff;
    border-radius: 1rem;
    box-shadow: 0 8px 28px rgba(18,45,36,0.08);
    color: var(--color-secondary-700);
    margin-bottom: 1.5rem;
  }
  .woocommerce-message::before,	.woocommerce-info::before {
    color: var(--color-primary);
  }
  .woocommerce-error {
    border-top-color: var(--color-accent);
  }
  .woocommerce .woocommerce-form-login,	.woocommerce .woocommerce-form-register {
    background: #fff;
    border: 1px solid var(--color-secondary-200);
    border-radius: 1.25rem;
    padding: clamp(1.25rem, 3vw, 2rem);
  }
  .woocommerce:focus-visible,	.woocommerce a:focus-visible,	.woocommerce button:focus-visible,	.woocommerce input:focus-visible,	.woocommerce select:focus-visible,	.woocommerce textarea:focus-visible {
    outline: 3px solid rgba(233,120,70,0.45);
    outline-offset: 3px;
  }
  @media (max-width: 780px) {
    .shop-shell {
      padding-bottom: 3rem;
      padding-top: 2.5rem;
    }
    .woocommerce .woocommerce-result-count,	.woocommerce .woocommerce-ordering {
      float: none;
      margin-bottom: 0.75rem;
      width: 100%;
    }
    .woocommerce .woocommerce-ordering select {
      width: 100%;
    }
    .woocommerce div.product {
      border-radius: 1.25rem;
    }
    .woocommerce div.product div.images,	.woocommerce div.product div.summary {
      float: none;
      width: 100%;
    }
    .woocommerce table.shop_table_responsive tr td::before {
      color: var(--color-primary-900);
      font-size: 0.72rem;
      font-weight: 850;
    }
    .woocommerce-cart table.cart td.actions .coupon {
      display: grid;
      gap: 0.6rem;
      grid-template-columns: 1fr;
    }
    .woocommerce-cart table.cart td.actions .coupon .input-text,	.woocommerce-cart table.cart td.actions .coupon .button {
      float: none;
      width: 100%;
    }
    .woocommerce-account .woocommerce-MyAccount-navigation,	.woocommerce-account .woocommerce-MyAccount-content {
      float: none;
      margin-bottom: 1rem;
      width: 100%;
    }
  }
  @media (max-width: 1050px) {
    .header-main {
      grid-template-columns: auto 1fr auto;
    }
    .header-search {
      display: none;
    }
    .desktop-nav {
      display: none;
    }
    .mobile-toggle {
      display: inline-flex;
    }
    .hero-grid {
      grid-template-columns: 1fr 0.9fr;
    }
    .category-grid {
      grid-template-columns: repeat(2, 1fr);
    }
    .product-section .products,	.woocommerce ul.products {
      grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }
    .guide-grid {
      grid-template-columns: repeat(2, 1fr);
    }
  }
  @media (max-width: 780px) {
    .announcement-bar {
      font-size: 0.66rem;
    }
    .header-main {
      gap: 0.8rem;
      min-height: 70px;
    }
    .brand-mark {
      height: 42px;
      width: 42px;
    }
    .brand-name {
      font-size: 1.02rem;
    }
    .brand-note {
      display: none;
    }
    .icon-link.account-link {
      display: none;
    }
    .hero {
      padding-top: 3.8rem;
    }
    .hero-grid {
      grid-template-columns: 1fr;
    }
    .hero-copy {
      text-align: center;
    }
    .hero-copy > p {
      margin-left: auto;
      margin-right: auto;
    }
    .eyebrow {
      justify-content: center;
    }
    .hero-actions {
      justify-content: center;
    }
    .hero-media {
      margin-top: 1rem;
    }
    .hero-badge {
      left: 0.6rem;
    }
    .value-grid {
      grid-template-columns: repeat(2, 1fr);
    }
    .value-item:nth-child(3) {
      border-left: 0;
      border-top: 1px solid var(--color-secondary-200);
    }
    .value-item:nth-child(4) {
      border-top: 1px solid var(--color-secondary-200);
    }
    .section-heading {
      align-items: start;
      flex-direction: column;
      gap: 0.8rem;
    }
    .category-grid {
      grid-template-columns: 1fr;
    }
    .product-section .products,	.woocommerce ul.products {
      grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
    .shop-banner {
      grid-template-columns: 1fr;
    }
    .footer-grid {
      grid-template-columns: repeat(2, 1fr);
    }
  }
  @media (max-width: 480px) {
    .site-shell {
      padding-left: 0.9rem;
      padding-right: 0.9rem;
    }
    .brand-mark {
      height: 38px;
      width: 38px;
    }
    .header-actions {
      gap: 0.35rem;
    }
    .icon-link, .mobile-toggle {
      height: 40px;
      width: 40px;
    }
    .hero h1 {
      font-size: 2.65rem;
    }
    .hero-actions {
      flex-direction: column;
    }
    .hero-actions .btn {
      width: 100%;
    }
    .hero-image-frame {
      border-width: 6px;
      border-radius: 1.5rem 1.5rem 1.5rem 4rem;
    }
    .value-grid {
      grid-template-columns: 1fr;
    }
    .value-item + .value-item {
      border-left: 0;
      border-top: 1px solid var(--color-secondary-200);
    }
    .category-card {
      grid-template-columns: 1fr 110px;
    }
    .product-section .products,	.woocommerce ul.products {
      grid-template-columns: 1fr !important;
    }
    .guide-grid {
      grid-template-columns: 1fr;
    }
    .footer-grid {
      grid-template-columns: 1fr;
    }
  }
}
@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;
}
@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;
    }
  }
}
