/*! tailwindcss v4.3.0 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: "Avenir Next", "Segoe UI", sans-serif;
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New',
    monospace;
    --spacing: 0.25rem;
    --container-md: 28rem;
    --container-4xl: 56rem;
    --text-sm: .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);
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --tracking-tight: -0.025em;
    --tracking-wider: 0.05em;
    --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 {
  .visible {
    visibility: visible;
  }
  .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-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-12 {
    margin-top: calc(var(--spacing) * 12);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .max-w-4xl {
    max-width: var(--container-4xl);
  }
  .max-w-md {
    max-width: var(--container-md);
  }
  .flex-1 {
    flex: 1;
  }
  .justify-between {
    justify-content: space-between;
  }
  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }
  .pt-16 {
    padding-top: calc(var(--spacing) * 16);
  }
  .pb-8 {
    padding-bottom: calc(var(--spacing) * 8);
  }
  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--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));
  }
  .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);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .not-italic {
    font-style: normal;
  }
  .last\:border-b-0 {
    &:last-child {
      border-bottom-style: var(--tw-border-style);
      border-bottom-width: 0px;
    }
  }
  .md\:text-2xl {
    @media (width >= 48rem) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  .md\:text-4xl {
    @media (width >= 48rem) {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }
}
@layer base {
  :root {
    --lime: #e4ff47;
    --ink: #101512;
    --deep: #0b0f0d;
    --paper: #f2f1eb;
    --card: #f8f8f4;
    --line: #d8d9d3;
    --muted: #606964;
  }
  * {
    box-sizing: border-box;
  }
  html {
    scroll-behavior: smooth;
  }
  body {
    margin: 0;
    background: var(--paper);
    color: var(--ink);
    font-family: "Avenir Next","Segoe UI",sans-serif;
    text-rendering: optimizeLegibility;
  }
  a {
    color: inherit;
    text-decoration: none;
  }
  img {
    display: block;
    max-width: 100%;
  }
  button,input,textarea {
    font: inherit;
  }
}
@layer components {
  .sm-wrap {
    width: min(1440px, calc(100% - 80px));
    margin-inline: auto;
  }
  .sm-announcement {
    padding: 9px 20px;
    background: var(--lime);
    color: var(--ink);
    text-align: center;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .18em;
    text-transform: uppercase;
  }
  .sm-header {
    position: sticky;
    top: 0;
    z-index: 999;
    border-bottom: 1px solid rgb(255 255 255 / 10%);
    background: rgb(11 15 13 / 94%);
    color: #fff;
    backdrop-filter: blur(18px);
  }
  .sm-header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: min(1440px, calc(100% - 80px));
    height: 76px;
    margin-inline: auto;
  }
  .sm-brand {
    display: flex;
    align-items: center;
    color: #fff;
    font-family: Impact,"Arial Narrow",sans-serif;
    font-size: 32px;
    letter-spacing: -.025em;
    line-height: 1;
    animation: sm-float 5.5s ease-in-out infinite;
  }
  .sm-brand b,.sm-footer-brand span {
    color: var(--lime);
  }
  .sm-nav {
    display: flex;
    align-items: center;
    gap: 26px;
  }
  .sm-nav a {
    position: relative;
    padding: 30px 0 27px;
    color: rgb(255 255 255 / 64%);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .15em;
    text-transform: uppercase;
  }
  .sm-nav a::after {
    position: absolute;
    right: 0;
    bottom: 19px;
    left: 0;
    height: 2px;
    background: var(--lime);
    content: "";
    transform: scaleX(0);
    transform-origin: right;
    transition: .2s;
  }
  .sm-nav a:hover {
    color: #fff;
  }
  .sm-nav a:hover::after {
    transform: scaleX(1);
    transform-origin: left;
  }
  .sm-header-actions {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .sm-search {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border: 1px solid rgb(255 255 255 / 14%);
    border-radius: 50%;
  }
  .sm-search svg {
    width: 17px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
  }
  .sm-pill {
    display: inline-flex;
    min-height: 43px;
    align-items: center;
    padding: 0 22px;
    border-radius: 999px;
    background: #fff;
    color: var(--ink);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
  }
  .sm-mobile-menu {
    display: none;
    position: relative;
  }
  .sm-mobile-menu summary {
    display: grid;
    width: 42px;
    height: 42px;
    place-content: center;
    gap: 4px;
    border: 1px solid rgb(255 255 255 / 14%);
    border-radius: 50%;
    cursor: pointer;
    list-style: none;
  }
  .sm-mobile-menu summary span {
    width: 16px;
    height: 2px;
    background: #fff;
  }
  .sm-mobile-menu>div {
    position: absolute;
    top: 52px;
    right: 0;
    width: 250px;
    padding: 10px;
    border: 1px solid rgb(255 255 255 / 10%);
    border-radius: 18px;
    background: #111714;
    box-shadow: 0 24px 50px rgb(0 0 0 / 35%);
  }
  .sm-mobile-menu a {
    display: block;
    padding: 13px 14px;
    border-radius: 10px;
    color: rgb(255 255 255 / 75%);
    font-size: 13px;
    font-weight: 800;
  }
  .sm-button {
    display: inline-flex;
    min-height: 54px;
    align-items: center;
    justify-content: center;
    padding: 0 25px;
    border: 0;
    border-radius: 999px;
    background: var(--lime);
    color: var(--ink);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .13em;
    text-transform: uppercase;
    cursor: pointer;
    transition: transform .2s, box-shadow .2s;
  }
  .sm-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 35px rgb(228 255 71 / 20%);
  }
  .sm-button:disabled {
    cursor: not-allowed;
    opacity: .55;
  }
  .sm-button-ghost {
    border: 1px solid rgb(255 255 255 / 18%);
    background: transparent;
    color: #fff;
  }
  .sm-button-ghost-dark {
    border: 1px solid rgb(16 21 18 / 25%);
    background: transparent;
    color: var(--ink);
  }
  .sm-kicker,.sm-eyebrow {
    margin: 0 0 18px;
    color: #536116;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .18em;
    text-transform: uppercase;
  }
  .sm-hero {
    position: relative;
    overflow: hidden;
    background: radial-gradient(circle at 82% 26%,rgb(228 255 71 / 12%),transparent 28rem),linear-gradient(130deg,#0b0f0d,#111714 58%,#17211c);
    color: #fff;
  }
  .sm-hero::before {
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgb(255 255 255 / 3%) 1px,transparent 1px),linear-gradient(90deg,rgb(255 255 255 / 3%) 1px,transparent 1px);
    background-size: 56px 56px;
    content: "";
    mask-image: linear-gradient(#000,transparent 88%);
  }
  .sm-hero-grid {
    position: relative;
    display: grid;
    min-height: 760px;
    grid-template-columns: 1.05fr .95fr;
    align-items: center;
    gap: 50px;
    padding-block: 70px;
  }
  .sm-hero-copy h1,.sm-section-head h2,.sm-performance h2,.sm-brand-band h2,.sm-newsletter h2,.sm-catalog h1,.sm-product-summary h1,.sm-description h2,.sm-specs h2,.sm-faq h2,.sm-reviews h2,.sm-related h2,.sm-not-found h1,.sm-info-page h1 {
    margin: 0;
    font-family: Impact,"Arial Narrow",sans-serif;
    font-weight: 400;
    letter-spacing: -.025em;
    text-transform: uppercase;
  }
  .sm-hero-copy h1 {
    max-width: 760px;
    font-size: clamp(72px,10vw,150px);
    line-height: .79;
  }
  .sm-hero-copy h1 em {
    display: block;
    color: var(--lime);
    font-style: normal;
  }
  .sm-hero-copy>p:not(.sm-eyebrow) {
    max-width: 620px;
    margin: 32px 0 0;
    color: rgb(255 255 255 / 64%);
    font-size: 18px;
    line-height: 1.75;
  }
  .sm-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 38px;
  }
  .sm-stats {
    display: grid;
    max-width: 680px;
    grid-template-columns: repeat(3,1fr);
    gap: 1px;
    overflow: hidden;
    margin-top: 50px;
    border: 1px solid rgb(255 255 255 / 10%);
    border-radius: 18px;
    background: rgb(255 255 255 / 10%);
  }
  .sm-stats div {
    padding: 20px 22px;
    background: rgb(16 21 18 / 92%);
  }
  .sm-stats b,.sm-stats span {
    display: block;
  }
  .sm-stats b {
    font-family: Impact,"Arial Narrow",sans-serif;
    font-size: 34px;
    font-weight: 400;
  }
  .sm-stats span {
    margin-top: 4px;
    color: rgb(255 255 255 / 38%);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .17em;
    text-transform: uppercase;
  }
  .sm-poster {
    position: relative;
    display: block;
    min-height: 650px;
    overflow: hidden;
    padding: 25px;
    border-radius: 32px;
    background: var(--lime);
    color: var(--ink);
    box-shadow: 0 38px 90px rgb(0 0 0 / 38%);
  }
  .sm-poster-meta,.sm-poster-title,.sm-poster-bottom {
    position: relative;
    z-index: 2;
  }
  .sm-poster-meta {
    display: flex;
    justify-content: space-between;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .16em;
    text-transform: uppercase;
  }
  .sm-poster-title {
    display: flex;
    align-items: end;
    justify-content: space-between;
    margin-top: 18px;
  }
  .sm-poster-title b {
    font-family: Impact,"Arial Narrow",sans-serif;
    font-size: clamp(80px,9vw,125px);
    font-weight: 400;
    line-height: .8;
  }
  .sm-poster-title span {
    max-width: 80px;
    font-size: 9px;
    font-weight: 900;
    line-height: 1.45;
    text-align: right;
    text-transform: uppercase;
  }
  .sm-poster>img {
    position: absolute;
    z-index: 1;
    top: 125px;
    right: -2%;
    width: 104%;
    height: 71%;
    object-fit: contain;
    mix-blend-mode: multiply;
    transition: transform .6s;
  }
  .sm-poster:hover>img {
    transform: scale(1.025) translateY(-5px);
  }
  .sm-poster-bottom {
    position: absolute;
    right: 25px;
    bottom: 24px;
    left: 25px;
    display: grid;
    grid-template-columns: .7fr 1fr 1.2fr;
    align-items: end;
    gap: 14px;
    padding-top: 15px;
    border-top: 1px solid rgb(16 21 18 / 28%);
  }
  .sm-poster-bottom b,.sm-poster-bottom span {
    display: block;
  }
  .sm-poster-bottom b {
    font-family: Impact,"Arial Narrow",sans-serif;
    font-size: 36px;
    font-weight: 400;
    line-height: .9;
  }
  .sm-poster-bottom span {
    margin-top: 4px;
    font-size: 8px;
    font-weight: 900;
    text-transform: uppercase;
  }
  .sm-poster-bottom>strong {
    display: flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: var(--ink);
    color: #fff;
    font-size: 9px;
    letter-spacing: .1em;
    text-transform: uppercase;
  }
  .sm-categories,.sm-lineup {
    padding: 82px 0;
    border-bottom: 1px solid var(--line);
    background: var(--paper);
  }
  .sm-category-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 12px;
  }
  .sm-category-grid a {
    min-height: 265px;
    padding: 25px;
    border: 1px solid var(--line);
    border-radius: 22px;
    background: var(--card);
    transition: transform .25s,background .25s;
  }
  .sm-category-grid a:hover {
    transform: translateY(-5px);
    background: #fff;
  }
  .sm-category-grid span {
    color: #84901e;
    font-size: 11px;
    font-weight: 900;
  }
  .sm-category-grid h2 {
    min-height: 76px;
    margin: 50px 0 12px;
    font-family: Impact,"Arial Narrow",sans-serif;
    font-size: 31px;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
  }
  .sm-category-grid p {
    margin: 0;
    color: var(--muted);
    font-size: 13px;
    line-height: 1.6;
  }
  .sm-category-grid b {
    display: block;
    margin-top: 24px;
    font-size: 22px;
  }
  .sm-lineup {
    padding-top: 100px;
  }
  .sm-section-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 46px;
  }
  .sm-section-head h2,.sm-performance h2 {
    max-width: 820px;
    font-size: clamp(50px,6vw,88px);
    line-height: .9;
  }
  .sm-section-head>p {
    max-width: 440px;
    margin: 0;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.8;
  }
  .sm-products-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 18px;
  }
  .sm-product-card {
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 24px;
    background: var(--card);
    transition: transform .25s,box-shadow .25s;
  }
  .sm-product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 24px 60px rgb(20 25 22 / 9%);
  }
  .sm-product-image {
    position: relative;
    display: block;
    overflow: hidden;
    aspect-ratio: 1;
    background: #fff;
  }
  .sm-product-image>span {
    position: absolute;
    z-index: 2;
    top: 16px;
    left: 16px;
    padding: 7px 9px;
    border-radius: 99px;
    background: var(--ink);
    color: #fff;
    font-size: 9px;
    font-weight: 900;
  }
  .sm-product-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform .45s;
  }
  .sm-product-card:hover img {
    transform: scale(1.035);
  }
  .sm-product-copy {
    padding: 22px;
  }
  .sm-product-copy>p {
    margin: 0 0 10px;
    color: #6b7720;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .14em;
    text-transform: uppercase;
  }
  .sm-product-copy h3 {
    min-height: 54px;
    margin: 0;
    font-family: Impact,"Arial Narrow",sans-serif;
    font-size: 25px;
    font-weight: 400;
    line-height: 1.05;
    text-transform: uppercase;
  }
  .sm-product-copy>span {
    display: block;
    min-height: 42px;
    margin-top: 11px;
    color: var(--muted);
    font-size: 12px;
    line-height: 1.55;
  }
  .sm-product-copy>div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: 18px;
    padding-top: 16px;
    border-top: 1px solid var(--line);
  }
  .sm-product-copy strong {
    font-size: 17px;
  }
  .sm-product-copy>div a {
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .1em;
    text-transform: uppercase;
  }
  .sm-performance {
    padding: 105px 0;
    background: #111714;
    color: #fff;
  }
  .sm-performance-grid {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    align-items: center;
    gap: 70px;
  }
  .sm-performance-image {
    position: relative;
    overflow: hidden;
    border-radius: 32px;
    background: #e5e8e2;
  }
  .sm-performance-image>img {
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
  }
  .sm-performance-image>div {
    position: absolute;
    right: 20px;
    bottom: 20px;
    left: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 17px;
    border-radius: 16px;
    background: rgb(16 21 18 / 91%);
  }
  .sm-performance-image b {
    font-family: Impact,"Arial Narrow",sans-serif;
    font-size: 25px;
    font-weight: 400;
  }
  .sm-performance-image span {
    padding: 7px 11px;
    border-radius: 99px;
    background: var(--lime);
    color: var(--ink);
    font-size: 9px;
    font-weight: 900;
  }
  .sm-performance .sm-kicker {
    color: var(--lime);
  }
  .sm-performance>div>div>p:not(.sm-kicker) {
    max-width: 630px;
    color: rgb(255 255 255 / 55%);
    line-height: 1.8;
  }
  .sm-feature-grid {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 1px;
    overflow: hidden;
    margin-top: 36px;
    border: 1px solid rgb(255 255 255 / 10%);
    border-radius: 20px;
    background: rgb(255 255 255 / 10%);
  }
  .sm-feature-grid article {
    padding: 25px;
    background: #111714;
  }
  .sm-feature-grid b {
    color: var(--lime);
    font-size: 11px;
  }
  .sm-feature-grid h3 {
    margin: 28px 0 7px;
    font-family: Impact,"Arial Narrow",sans-serif;
    font-size: 26px;
    font-weight: 400;
    text-transform: uppercase;
  }
  .sm-feature-grid p {
    margin: 0;
    color: rgb(255 255 255 / 48%);
    font-size: 13px;
    line-height: 1.7;
  }
  .sm-brand-band {
    padding: 105px 0;
    background: var(--lime);
  }
  .sm-brand-band .sm-wrap {
    display: grid;
    grid-template-columns: 1.3fr .7fr;
    align-items: end;
    gap: 60px;
  }
  .sm-brand-band .sm-kicker {
    grid-column: 1/-1;
    margin-bottom: -25px;
    color: var(--ink);
  }
  .sm-brand-band h2 {
    font-size: clamp(70px,9vw,135px);
    line-height: .82;
  }
  .sm-brand-band h2 span {
    display: block;
    color: #586618;
  }
  .sm-brand-band>div>p:last-child {
    margin: 0 0 7px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.7;
  }
  .sm-newsletter {
    padding: 75px 0;
    background: radial-gradient(circle at 75%,rgb(228 255 71 / 10%),transparent 22rem),#0b0f0d;
    color: #fff;
  }
  .sm-newsletter .sm-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 45px;
  }
  .sm-newsletter .sm-kicker {
    color: var(--lime);
  }
  .sm-newsletter h2 {
    font-size: clamp(45px,5vw,74px);
  }
  .sm-newsletter form {
    display: flex;
    width: min(100%,570px);
    gap: 10px;
  }
  .sm-newsletter input {
    min-height: 54px;
    flex: 1;
    padding: 0 23px;
    border: 1px solid rgb(255 255 255 / 18%);
    border-radius: 999px;
    outline: 0;
    background: rgb(255 255 255 / 4%);
    color: #fff;
  }
  .sm-newsletter button {
    min-height: 54px;
    padding: 0 23px;
    border: 0;
    border-radius: 999px;
    background: var(--lime);
    color: var(--ink);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
  }
  .sm-footer {
    padding: 68px 0 28px;
    border-top: 1px solid rgb(255 255 255 / 10%);
    background: #0b0f0d;
    color: #fff;
  }
  .sm-footer-grid {
    display: grid;
    grid-template-columns: 1.25fr repeat(3,.75fr);
    gap: 55px;
    padding-bottom: 55px;
    border-bottom: 1px solid rgb(255 255 255 / 10%);
  }
  .sm-footer-brand {
    font-family: Impact,"Arial Narrow",sans-serif;
    font-size: 50px;
  }
  .sm-footer-grid>div:first-child p {
    max-width: 390px;
    color: rgb(255 255 255 / 44%);
    font-size: 13px;
    line-height: 1.85;
  }
  .sm-footer-grid h2 {
    margin: 10px 0 20px;
    color: rgb(255 255 255 / 35%);
    font-size: 9px;
    letter-spacing: .2em;
    text-transform: uppercase;
  }
  .sm-footer-grid>div:not(:first-child) a {
    display: block;
    margin: 0 0 13px;
    color: rgb(255 255 255 / 68%);
    font-size: 13px;
  }
  .sm-footer a:hover {
    color: var(--lime);
  }
  .sm-text-link {
    color: var(--lime);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .13em;
    text-transform: uppercase;
  }
  .sm-footer-bottom {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding-top: 24px;
    color: rgb(255 255 255 / 28%);
    font-size: 9px;
    letter-spacing: .13em;
    text-transform: uppercase;
  }
  .sm-catalog-hero {
    padding: 90px 0 70px;
    background: #111714;
    color: #fff;
  }
  .sm-catalog h1 {
    max-width: 1000px;
    font-size: clamp(65px,9vw,130px);
    line-height: .85;
  }
  .sm-catalog-hero>div>p:last-child {
    max-width: 650px;
    margin: 28px 0 0;
    color: rgb(255 255 255 / 55%);
    font-size: 15px;
    line-height: 1.8;
  }
  .sm-catalog-body {
    padding-block: 60px 100px;
  }
  .sm-catalog-tools {
    display: flex;
    justify-content: space-between;
    margin-bottom: 28px;
    color: var(--muted);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .14em;
    text-transform: uppercase;
  }
  .sm-product-page {
    padding: 0 0 100px;
  }
  .sm-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    padding: 26px 0;
    color: #68706b;
    font-size: 11px;
  }
  .sm-breadcrumb a {
    color: var(--ink);
    font-weight: 800;
  }
  .sm-product-overview {
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: 55px;
    align-items: start;
  }
  .sm-gallery-main {
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 28px;
    background: #fff;
  }
  .sm-gallery-main img {
    width: 100%;
    aspect-ratio: 1;
    object-fit: contain;
  }
  .sm-thumbnails {
    display: grid;
    grid-template-columns: repeat(6,1fr);
    gap: 9px;
    margin-top: 12px;
  }
  .sm-thumbnails button {
    overflow: hidden;
    padding: 0;
    border: 1px solid var(--line);
    border-radius: 12px;
    background: #fff;
    cursor: pointer;
  }
  .sm-thumbnails button.is-active {
    border: 2px solid var(--ink);
  }
  .sm-thumbnails img {
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
  }
  .sm-product-summary {
    position: sticky;
    top: 110px;
    padding: 16px 0 0;
  }
  .sm-product-summary h1 {
    max-width: 680px;
    font-size: clamp(47px,5.5vw,82px);
    line-height: .91;
  }
  .sm-product-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 22px;
    margin: 20px 0;
    color: #6b746f;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .09em;
    text-transform: uppercase;
  }
  .sm-product-lead {
    color: #535d57;
    font-size: 15px;
    line-height: 1.85;
  }
  .sm-highlight-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 1px;
    overflow: hidden;
    margin: 25px 0;
    border: 1px solid var(--line);
    border-radius: 17px;
    background: var(--line);
  }
  .sm-highlight-grid div {
    padding: 15px 11px;
    background: var(--card);
  }
  .sm-highlight-grid b,.sm-highlight-grid span {
    display: block;
  }
  .sm-highlight-grid b {
    font-family: Impact,"Arial Narrow",sans-serif;
    font-size: 24px;
    font-weight: 400;
  }
  .sm-highlight-grid span {
    margin-top: 5px;
    color: #747d78;
    font-size: 8px;
    font-weight: 900;
    letter-spacing: .1em;
    text-transform: uppercase;
  }
  .sm-buy-box {
    padding: 25px;
    border-radius: 22px;
    background: #111714;
    color: #fff;
  }
  .sm-price {
    margin: 0;
    font-family: Impact,"Arial Narrow",sans-serif;
    font-size: 48px;
  }
  .sm-price-note {
    margin: 3px 0 20px;
    color: rgb(255 255 255 / 45%);
    font-size: 11px;
    line-height: 1.6;
  }
  .sm-buy-box .cart {
    display: grid;
    grid-template-columns: auto 72px 1fr;
    align-items: center;
    gap: 10px;
  }
  .sm-buy-box label {
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
  }
  .sm-buy-box input {
    min-height: 54px;
    width: 72px;
    border: 1px solid rgb(255 255 255 / 18%);
    border-radius: 99px;
    background: #fff;
    text-align: center;
  }
  .sm-buy-box>.sm-button {
    width: 100%;
  }
  .sm-service-row {
    display: flex;
    flex-wrap: wrap;
    gap: 15px 28px;
    margin-top: 20px;
    color: #59625d;
    font-size: 11px;
    font-weight: 700;
  }
  .sm-description,.sm-specs,.sm-faq,.sm-reviews {
    display: grid;
    grid-template-columns: .85fr 1.15fr;
    gap: 70px;
    padding: 90px 0;
    border-top: 1px solid var(--line);
  }
  .sm-description {
    margin-top: 90px;
  }
  .sm-description h2,.sm-specs h2,.sm-faq h2,.sm-reviews h2,.sm-related h2 {
    font-size: clamp(45px,5vw,75px);
    line-height: .94;
  }
  .sm-description>div:last-child p {
    display: flex;
    gap: 14px;
    margin: 0;
    padding: 20px 0;
    border-bottom: 1px solid var(--line);
    color: #4f5953;
    line-height: 1.75;
  }
  .sm-description>div:last-child b {
    color: #66750e;
  }
  .sm-specs>div>p:last-child {
    max-width: 480px;
    color: var(--muted);
    line-height: 1.8;
  }
  .sm-specs dl {
    margin: 0;
    border-top: 1px solid var(--line);
  }
  .sm-specs dl div {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
    padding: 17px 0;
    border-bottom: 1px solid var(--line);
  }
  .sm-specs dt {
    color: #6a736e;
    font-size: 12px;
  }
  .sm-specs dd {
    margin: 0;
    font-size: 12px;
    font-weight: 800;
    text-align: right;
  }
  .sm-service-cards {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 12px;
    padding: 0 0 90px;
  }
  .sm-service-cards article {
    padding: 26px;
    border: 1px solid var(--line);
    border-radius: 20px;
    background: var(--card);
  }
  .sm-service-cards b {
    color: #6a7721;
    font-size: 10px;
  }
  .sm-service-cards h3 {
    margin: 30px 0 8px;
    font-family: Impact,"Arial Narrow",sans-serif;
    font-size: 26px;
    font-weight: 400;
    text-transform: uppercase;
  }
  .sm-service-cards p {
    margin: 0;
    color: var(--muted);
    font-size: 12px;
    line-height: 1.7;
  }
  .sm-faq details {
    padding: 20px 0;
    border-bottom: 1px solid var(--line);
  }
  .sm-faq summary {
    font-weight: 900;
    cursor: pointer;
  }
  .sm-faq details p,.sm-reviews>div:last-child p {
    color: var(--muted);
    line-height: 1.8;
  }
  .sm-review-score {
    margin: 0 !important;
    font-family: Impact,"Arial Narrow",sans-serif !important;
    font-size: 45px !important;
    color: var(--ink) !important;
    text-transform: uppercase;
  }
  .sm-related {
    padding: 90px 0;
    border-top: 1px solid var(--line);
  }
  .sm-safety {
    display: flex;
    align-items: center;
    gap: 22px;
    padding: 30px;
    border-radius: 24px;
    background: var(--lime);
  }
  .sm-safety>b {
    display: grid;
    width: 52px;
    height: 52px;
    flex: 0 0 auto;
    place-items: center;
    border-radius: 50%;
    background: var(--ink);
    color: #fff;
    font-size: 25px;
  }
  .sm-safety h2 {
    margin: 0 0 5px;
    font-family: Impact,"Arial Narrow",sans-serif;
    font-size: 30px;
    font-weight: 400;
    text-transform: uppercase;
  }
  .sm-safety p {
    margin: 0;
    font-size: 13px;
    line-height: 1.7;
  }
  .sm-info-page {
    min-height: 65vh;
    padding: 90px 0 110px;
  }
  .sm-info-grid {
    display: grid;
    grid-template-columns: .7fr 1.3fr;
    gap: 80px;
  }
  .sm-info-page h1 {
    font-size: clamp(60px,8vw,110px);
    line-height: .86;
  }
  .sm-info-grid aside>a {
    display: inline-block;
    margin-top: 35px;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
  }
  .sm-prose {
    padding: 35px;
    border: 1px solid var(--line);
    border-radius: 24px;
    background: var(--card);
    color: #49534d;
    line-height: 1.85;
  }
  .sm-prose h2,.sm-prose h3 {
    margin: 35px 0 12px;
    color: var(--ink);
    font-family: Impact,"Arial Narrow",sans-serif;
    font-weight: 400;
    text-transform: uppercase;
  }
  .sm-prose h2:first-child,.sm-prose h3:first-child {
    margin-top: 0;
  }
  .sm-prose a {
    color: #536116;
    text-decoration: underline;
  }
  .sm-not-found {
    display: flex;
    min-height: 72vh;
    align-items: center;
    padding: 80px 0;
    background: var(--paper);
  }
  .sm-not-found>div>p:first-child {
    color: #69736e;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .18em;
    text-transform: uppercase;
  }
  .sm-not-found h1 {
    font-size: clamp(80px,13vw,190px);
    line-height: .77;
  }
  .sm-not-found h1 span {
    color: #889423;
  }
  .sm-not-found>div>p:not(:first-child) {
    color: var(--muted);
  }
  .sm-not-found>div>div {
    display: flex;
    gap: 12px;
    margin-top: 30px;
  }
  @keyframes sm-float {
    0%,100% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(-2px) rotate(-.5deg);
    }
  }
  @media (max-width:1100px) {
    .sm-nav {
      display: none;
    }
    .sm-mobile-menu {
      display: block;
    }
    .sm-hero-grid,.sm-performance-grid,.sm-product-overview {
      grid-template-columns: 1fr;
    }
    .sm-hero-grid {
      padding-block: 90px;
    }
    .sm-poster {
      max-width: 650px;
      width: 100%;
    }
    .sm-category-grid,.sm-products-grid,.sm-service-cards {
      grid-template-columns: repeat(2,1fr);
    }
    .sm-product-summary {
      position: static;
    }
  }
  @media (max-width:760px) {
    .sm-wrap,.sm-header-inner {
      width: min(100% - 36px,1440px);
    }
    .sm-desktop-cta {
      display: none;
    }
    .sm-brand {
      font-size: 26px;
    }
    .sm-hero-grid {
      min-height: auto;
      gap: 40px;
      padding-block: 70px;
    }
    .sm-hero-copy h1 {
      font-size: clamp(67px,22vw,108px);
    }
    .sm-stats {
      grid-template-columns: 1fr;
    }
    .sm-poster {
      min-height: 500px;
      border-radius: 24px;
    }
    .sm-poster-title b {
      font-size: 78px;
    }
    .sm-poster>img {
      top: 102px;
      height: 68%;
    }
    .sm-poster-bottom {
      grid-template-columns: 1fr 1fr;
    }
    .sm-poster-bottom>strong {
      grid-column: 1/-1;
    }
    .sm-category-grid,.sm-products-grid,.sm-service-cards,.sm-feature-grid {
      grid-template-columns: 1fr;
    }
    .sm-section-head,.sm-newsletter .sm-wrap,.sm-footer-bottom {
      align-items: flex-start;
      flex-direction: column;
    }
    .sm-brand-band .sm-wrap,.sm-footer-grid,.sm-info-grid,.sm-description,.sm-specs,.sm-faq,.sm-reviews {
      grid-template-columns: 1fr;
      gap: 35px;
    }
    .sm-brand-band .sm-kicker {
      margin-bottom: 0;
    }
    .sm-footer-grid {
      gap: 35px;
    }
    .sm-newsletter form {
      flex-direction: column;
    }
    .sm-thumbnails {
      grid-template-columns: repeat(4,1fr);
    }
    .sm-highlight-grid {
      grid-template-columns: repeat(2,1fr);
    }
    .sm-buy-box .cart {
      grid-template-columns: 1fr;
    }
    .sm-buy-box input {
      width: 100%;
    }
    .sm-categories,.sm-lineup,.sm-performance,.sm-brand-band {
      padding-block: 70px;
    }
  }
}
@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;
    }
  }
}
