/*! tailwindcss v4.3.0 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: Arial,Helvetica,sans-serif;
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New',
    monospace;
    --spacing: 0.25rem;
    --container-md: 28rem;
    --container-2xl: 42rem;
    --container-3xl: 48rem;
    --container-4xl: 56rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: .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: #e9874e;
    --color-neutral: #161918;
  }
}
@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 {
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .-mx-6 {
    margin-inline: calc(var(--spacing) * -6);
  }
  .mx-2 {
    margin-inline: calc(var(--spacing) * 2);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .prose {
    color: var(--tw-prose-body);
    max-width: 65ch;
    :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
      margin-bottom: 1.25em;
    }
    :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-lead);
      font-size: 1.25em;
      line-height: 1.6;
      margin-top: 1.2em;
      margin-bottom: 1.2em;
    }
    :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-links);
      text-decoration: underline;
      font-weight: 500;
    }
    :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-bold);
      font-weight: 600;
    }
    :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: decimal;
      margin-top: 1.25em;
      margin-bottom: 1.25em;
      padding-inline-start: 1.625em;
    }
    :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-alpha;
    }
    :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-alpha;
    }
    :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-alpha;
    }
    :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-alpha;
    }
    :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-roman;
    }
    :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-roman;
    }
    :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-roman;
    }
    :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-roman;
    }
    :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: decimal;
    }
    :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: disc;
      margin-top: 1.25em;
      margin-bottom: 1.25em;
      padding-inline-start: 1.625em;
    }
    :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
      font-weight: 400;
      color: var(--tw-prose-counters);
    }
    :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
      color: var(--tw-prose-bullets);
    }
    :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      margin-top: 1.25em;
    }
    :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-color: var(--tw-prose-hr);
      border-top-width: 1px;
      margin-top: 3em;
      margin-bottom: 3em;
    }
    :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 500;
      font-style: italic;
      color: var(--tw-prose-quotes);
      border-inline-start-width: 0.25rem;
      border-inline-start-color: var(--tw-prose-quote-borders);
      quotes: "\201C""\201D""\2018""\2019";
      margin-top: 1.6em;
      margin-bottom: 1.6em;
      padding-inline-start: 1em;
    }
    :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
      content: open-quote;
    }
    :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
      content: close-quote;
    }
    :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 800;
      font-size: 2.25em;
      margin-top: 0;
      margin-bottom: 0.8888889em;
      line-height: 1.1111111;
    }
    :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 900;
      color: inherit;
    }
    :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 700;
      font-size: 1.5em;
      margin-top: 2em;
      margin-bottom: 1em;
      line-height: 1.3333333;
    }
    :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 800;
      color: inherit;
    }
    :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      font-size: 1.25em;
      margin-top: 1.6em;
      margin-bottom: 0.6em;
      line-height: 1.6;
    }
    :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 700;
      color: inherit;
    }
    :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      margin-top: 1.5em;
      margin-bottom: 0.5em;
      line-height: 1.5;
    }
    :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 700;
      color: inherit;
    }
    :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      display: block;
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 500;
      font-family: inherit;
      color: var(--tw-prose-kbd);
      box-shadow: 0 0 0 1px var(--tw-prose-kbd-shadows), 0 3px 0 var(--tw-prose-kbd-shadows);
      font-size: 0.875em;
      border-radius: 0.3125rem;
      padding-top: 0.1875em;
      padding-inline-end: 0.375em;
      padding-bottom: 0.1875em;
      padding-inline-start: 0.375em;
    }
    :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-code);
      font-weight: 600;
      font-size: 0.875em;
    }
    :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
      content: "`";
    }
    :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
      content: "`";
    }
    :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
      font-size: 0.875em;
    }
    :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
      font-size: 0.9em;
    }
    :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-pre-code);
      background-color: var(--tw-prose-pre-bg);
      overflow-x: auto;
      font-weight: 400;
      font-size: 0.875em;
      line-height: 1.7142857;
      margin-top: 1.7142857em;
      margin-bottom: 1.7142857em;
      border-radius: 0.375rem;
      padding-top: 0.8571429em;
      padding-inline-end: 1.1428571em;
      padding-bottom: 0.8571429em;
      padding-inline-start: 1.1428571em;
    }
    :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      background-color: transparent;
      border-width: 0;
      border-radius: 0;
      padding: 0;
      font-weight: inherit;
      color: inherit;
      font-size: inherit;
      font-family: inherit;
      line-height: inherit;
    }
    :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
      content: none;
    }
    :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
      content: none;
    }
    :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      width: 100%;
      table-layout: auto;
      margin-top: 2em;
      margin-bottom: 2em;
      font-size: 0.875em;
      line-height: 1.7142857;
    }
    :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-bottom-width: 1px;
      border-bottom-color: var(--tw-prose-th-borders);
    }
    :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      vertical-align: bottom;
      padding-inline-end: 0.5714286em;
      padding-bottom: 0.5714286em;
      padding-inline-start: 0.5714286em;
    }
    :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-bottom-width: 1px;
      border-bottom-color: var(--tw-prose-td-borders);
    }
    :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-bottom-width: 0;
    }
    :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      vertical-align: baseline;
    }
    :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-top-width: 1px;
      border-top-color: var(--tw-prose-th-borders);
    }
    :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      vertical-align: top;
    }
    :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      text-align: start;
    }
    :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
      margin-bottom: 0;
    }
    :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-captions);
      font-size: 0.875em;
      line-height: 1.4285714;
      margin-top: 0.8571429em;
    }
    --tw-prose-body: oklch(37.3% 0.034 259.733);
    --tw-prose-headings: oklch(21% 0.034 264.665);
    --tw-prose-lead: oklch(44.6% 0.03 256.802);
    --tw-prose-links: oklch(21% 0.034 264.665);
    --tw-prose-bold: oklch(21% 0.034 264.665);
    --tw-prose-counters: oklch(55.1% 0.027 264.364);
    --tw-prose-bullets: oklch(87.2% 0.01 258.338);
    --tw-prose-hr: oklch(92.8% 0.006 264.531);
    --tw-prose-quotes: oklch(21% 0.034 264.665);
    --tw-prose-quote-borders: oklch(92.8% 0.006 264.531);
    --tw-prose-captions: oklch(55.1% 0.027 264.364);
    --tw-prose-kbd: oklch(21% 0.034 264.665);
    --tw-prose-kbd-shadows: color-mix(in oklab, oklch(21% 0.034 264.665) 10%, transparent);
    --tw-prose-code: oklch(21% 0.034 264.665);
    --tw-prose-pre-code: oklch(92.8% 0.006 264.531);
    --tw-prose-pre-bg: oklch(27.8% 0.033 256.848);
    --tw-prose-th-borders: oklch(87.2% 0.01 258.338);
    --tw-prose-td-borders: oklch(92.8% 0.006 264.531);
    --tw-prose-invert-body: oklch(87.2% 0.01 258.338);
    --tw-prose-invert-headings: #fff;
    --tw-prose-invert-lead: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-links: #fff;
    --tw-prose-invert-bold: #fff;
    --tw-prose-invert-counters: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-bullets: oklch(44.6% 0.03 256.802);
    --tw-prose-invert-hr: oklch(37.3% 0.034 259.733);
    --tw-prose-invert-quotes: oklch(96.7% 0.003 264.542);
    --tw-prose-invert-quote-borders: oklch(37.3% 0.034 259.733);
    --tw-prose-invert-captions: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-kbd: #fff;
    --tw-prose-invert-kbd-shadows: rgb(255 255 255 / 10%);
    --tw-prose-invert-code: #fff;
    --tw-prose-invert-pre-code: oklch(87.2% 0.01 258.338);
    --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
    --tw-prose-invert-th-borders: oklch(44.6% 0.03 256.802);
    --tw-prose-invert-td-borders: oklch(37.3% 0.034 259.733);
    font-size: 1rem;
    line-height: 1.75;
    :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
      margin-bottom: 0;
    }
    :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.5em;
      margin-bottom: 0.5em;
    }
    :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0.375em;
    }
    :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0.375em;
    }
    :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.75em;
      margin-bottom: 0.75em;
    }
    :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
    }
    :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-bottom: 1.25em;
    }
    :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
    }
    :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-bottom: 1.25em;
    }
    :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.75em;
      margin-bottom: 0.75em;
    }
    :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
      margin-bottom: 1.25em;
    }
    :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.5em;
      padding-inline-start: 1.625em;
    }
    :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0;
    }
    :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-end: 0;
    }
    :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-top: 0.5714286em;
      padding-inline-end: 0.5714286em;
      padding-bottom: 0.5714286em;
      padding-inline-start: 0.5714286em;
    }
    :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0;
    }
    :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-end: 0;
    }
    :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-bottom: 0;
    }
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .mt-12 {
    margin-top: calc(var(--spacing) * 12);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }
  .mb-12 {
    margin-bottom: calc(var(--spacing) * 12);
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .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;
  }
  .items-center {
    align-items: center;
  }
  .justify-between {
    justify-content: space-between;
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }
  .gap-12 {
    gap: calc(var(--spacing) * 12);
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }
  .py-16 {
    padding-block: calc(var(--spacing) * 16);
  }
  .py-24 {
    padding-block: calc(var(--spacing) * 24);
  }
  .pt-16 {
    padding-top: calc(var(--spacing) * 16);
  }
  .pb-8 {
    padding-bottom: calc(var(--spacing) * 8);
  }
  .pb-12 {
    padding-bottom: calc(var(--spacing) * 12);
  }
  .pb-16 {
    padding-bottom: calc(var(--spacing) * 16);
  }
  .text-center {
    text-align: center;
  }
  .text-right {
    text-align: right;
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  .text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .tracking-tight {
    --tw-tracking: var(--tracking-tight);
    letter-spacing: var(--tracking-tight);
  }
  .tracking-wider {
    --tw-tracking: var(--tracking-wider);
    letter-spacing: var(--tracking-wider);
  }
  .text-neutral {
    color: var(--color-neutral);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .not-italic {
    font-style: normal;
  }
  .no-underline {
    text-decoration-line: none;
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .transition-colors {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .last\:border-b-0 {
    &:last-child {
      border-bottom-style: var(--tw-border-style);
      border-bottom-width: 0px;
    }
  }
  .hover\:text-primary {
    &:hover {
      @media (hover: hover) {
        color: var(--color-primary);
      }
    }
  }
  .hover\:underline {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: underline;
      }
    }
  }
  .md\:mx-0 {
    @media (width >= 48rem) {
      margin-inline: calc(var(--spacing) * 0);
    }
  }
  .md\:text-2xl {
    @media (width >= 48rem) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  .md\:text-3xl {
    @media (width >= 48rem) {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
  }
  .md\:text-4xl {
    @media (width >= 48rem) {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }
  .md\:text-5xl {
    @media (width >= 48rem) {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
  }
}
@layer base {
  * {
    box-sizing: border-box;
  }
  html {
    scroll-behavior: smooth;
    scroll-padding-top: 110px;
  }
  body {
    margin: 0;
    background: #fff;
    color: #161918;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 16px;
    line-height: 1.6;
  }
  h1,h2,h3,p {
    margin: 0;
  }
  h1,h2,h3 {
    line-height: 1.06;
    letter-spacing: -.04em;
  }
  a {
    color: inherit;
    text-decoration: none;
  }
  button,input,select,textarea {
    font: inherit;
  }
  button,a,input,select,textarea {
    touch-action: manipulation;
  }
  button,a {
    transition: background .2s,color .2s,transform .2s;
  }
  button {
    cursor: pointer;
  }
  button:disabled {
    cursor: not-allowed;
    opacity: .5;
  }
  img {
    display: block;
    max-width: 100%;
  }
  button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,summary:focus-visible {
    outline: 3px solid #ab4b21;
    outline-offset: 4px;
  }
  input,select,textarea {
    width: 100%;
    padding: 13px;
    border: 1px solid #a8aca7;
    border-radius: 0;
    background: #fff;
    color: #161918;
  }
  textarea {
    min-height: 100px;
  }
  label {
    display: block;
    font-size: .875rem;
    font-weight: 600;
  }
  label input,label select,label textarea {
    margin-top: 7px;
    font-weight: 400;
  }
  fieldset {
    border: 0;
    margin: 25px 0 20px;
    padding: 0;
  }
  legend {
    font-weight: 600;
    margin-bottom: 10px;
  }
  details {
    border-top: 1px solid #ccd1cb;
    padding: 22px 0;
  }
  details:last-child {
    border-bottom: 1px solid #ccd1cb;
  }
  summary {
    cursor: pointer;
    font-weight: 600;
    list-style: none;
    padding-right: 35px;
    position: relative;
  }
  summary::after {
    content: '+';
    position: absolute;
    right: 0;
    font-size: 23px;
    top: -5px;
    font-weight: 400;
  }
  details[open] summary::after {
    content: '−';
  }
  details p {
    margin-top: 16px;
    color: #526057;
  }
  small {
    font-size: .8rem;
  }
  [x-cloak] {
    display: none !important;
  }
}
@layer components {
  .wrap {
    width: min(1320px,calc(100% - 96px));
    margin-inline: auto;
  }
  .section {
    padding-block: 100px;
  }
  .eyebrow {
    font-size: .7rem;
    letter-spacing: .2em;
    font-weight: 700;
    color: #a14820;
    margin-bottom: 20px;
  }
  .section h2,.section-heading h2,.business-cta h2 {
    font-size: clamp(2rem,3.7vw,3.5rem);
  }
  .section-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 60px;
    margin-bottom: 40px;
  }
  .section-heading>p {
    max-width: 370px;
    color: #5a615c;
  }
  .section-heading .eyebrow {
    margin-bottom: 15px;
  }
  .button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 28px;
    padding: 16px 24px;
    min-height: 56px;
    font-size: .94rem;
    font-weight: 700;
    border: 1px solid transparent;
    line-height: 1.4;
  }
  .copper {
    background: #e9874e;
    color: #161918;
  }
  .copper:hover {
    background: #f39d6a;
    transform: translateY(-2px);
  }
  .dark {
    background: #161918;
    color: #fff;
  }
  .outline {
    border-color: #a8aca7;
    background: transparent;
  }
  .full {
    width: 100%;
  }
  .button-row {
    display: flex;
    align-items: center;
    gap: 28px;
    flex-wrap: wrap;
  }
  .text-link {
    display: inline-block;
    margin-top: 25px;
    color: #a14820;
    border-bottom: 1px solid #a14820;
    padding-bottom: 6px;
    font-weight: 600;
  }
  .fine-print {
    font-size: .75rem;
    color: #5c625e;
    margin-top: 20px;
    line-height: 1.6;
  }
  .skip-link {
    position: fixed;
    top: -100px;
    left: 20px;
    background: white;
    padding: 12px;
    z-index: 99999;
  }
  .skip-link:focus {
    top: 20px;
  }
  .service-strip {
    display: flex;
    justify-content: space-between;
    background: #161918;
    color: #e8ece8;
    padding: 9px 48px;
    font-size: .7rem;
    letter-spacing: .05em;
  }
  .service-strip a {
    color: #f6b58d;
  }
  .site-header {
    position: sticky;
    top: 0;
    z-index: 40;
    background: #fff;
    border-bottom: 1px solid #d9ddd7;
  }
  .admin-bar .site-header {
    top: 32px;
  }
  .header-inner {
    max-width: 1536px;
    margin: auto;
    min-height: 110px;
    padding: 15px 48px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
  }
  .brand {
    display: flex;
    align-items: center;
    gap: 17px;
  }
  .brand img {
    width: 68px;
    height: 68px;
    border-radius: 50%;
    object-fit: cover;
  }
  .brand strong {
    font-size: 25px;
    letter-spacing: .18em;
    line-height: 1.2;
  }
  .brand small {
    display: block;
    font-size: .6rem;
    letter-spacing: .3em;
    margin-top: 5px;
    color: #a14820;
  }
  .desktop-nav {
    display: flex;
    gap: 28px;
    font-size: .88rem;
  }
  .desktop-nav a:hover,.account-link:hover {
    color: #a14820;
  }
  .header-actions {
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: .8rem;
  }
  .cart-link {
    border: 1px solid #d7dcd5;
    padding: 12px 16px;
  }
  .cart-link span {
    color: #a14820;
    margin-left: 12px;
  }
  .menu-toggle {
    display: none;
    background: none;
    border: 1px solid #d7dcd5;
    padding: 10px;
  }
  .mobile-nav {
    padding: 20px 30px;
    background: #fff;
  }
  .mobile-nav a {
    display: block;
    padding: 13px 0;
    border-bottom: 1px solid #e2e5e0;
  }
  .hero {
    position: relative;
    isolation: isolate;
    background: #222722;
    color: #fff;
    min-height: 650px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
  }
  .hero-backdrop {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 75% center;
    z-index: -3;
    animation: hero-enter 1.2s ease-out;
  }
  .hero-shade {
    position: absolute;
    inset: 0;
    z-index: -2;
    background: linear-gradient(90deg,rgba(16,23,19,.96),rgba(16,23,19,.8) 32%,rgba(16,23,19,.15) 75%);
  }
  .hero-content {
    padding-top: 100px;
    padding-bottom: 80px;
  }
  .hero .eyebrow {
    color: #f2a273;
  }
  .hero h1 {
    font-size: clamp(3rem,5.8vw,5.8rem);
    max-width: 660px;
    font-weight: 600;
  }
  .hero-description {
    max-width: 430px;
    margin: 28px 0 34px;
    color: #e0e5de;
    font-size: 1.08rem;
  }
  .hero-secondary {
    font-size: .85rem;
    border-bottom: 1px solid #839085;
    padding-bottom: 6px;
  }
  .hero-bottom {
    display: flex;
    align-items: center;
    gap: 45px;
    border-top: 1px solid #70796c;
    padding-block: 23px;
  }
  .hero-bottom>span {
    font-size: 31px;
    letter-spacing: -.03em;
  }
  .hero-bottom small {
    font-size: .6rem;
    letter-spacing: .13em;
    margin-left: 9px;
    color: #dce0d8;
  }
  .hero-bottom>a {
    margin-left: auto;
    font-size: .65rem;
    letter-spacing: .1em;
  }
  .benefit-bar {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    border-bottom: 1px solid #d8ddd6;
    padding-block: 30px;
    gap: 30px;
  }
  .benefit-bar>div {
    display: flex;
    align-items: center;
    gap: 18px;
  }
  .benefit-bar b {
    font-size: .75rem;
    color: #a14820;
  }
  .benefit-bar strong {
    display: block;
    font-size: .9rem;
  }
  .benefit-bar small {
    display: block;
    color: #666f66;
    font-size: .75rem;
  }
  .collection-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 25px;
  }
  .collection-card {
    border: 1px solid #d7dcd5;
    overflow: hidden;
    background: #fff;
  }
  .card-photo {
    position: relative;
    background: #f5f6f3;
    overflow: hidden;
    aspect-ratio: 1.42;
  }
  .card-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .65s;
  }
  .collection-card:hover img {
    transform: scale(1.05);
  }
  .line-tag {
    position: absolute;
    top: 17px;
    left: 17px;
    padding: 4px 9px;
    background: #fff;
    font-size: .68rem;
    text-transform: uppercase;
    letter-spacing: .13em;
  }
  .card-content {
    padding: 28px;
  }
  .card-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .card-title h3 {
    font-size: 52px;
    font-weight: 500;
  }
  .card-title small {
    font-size: 13px;
    letter-spacing: 0;
    margin-left: 8px;
  }
  .card-content>p {
    font-size: .78rem;
    color: #5b645c;
    margin: 12px 0 26px;
  }
  .swatch {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid #888;
  }
  .swatch-110 {
    background: #b5b6b3;
  }
  .swatch-210 {
    background: linear-gradient(125deg,#c7c8c4 50%,#75462d 50%);
  }
  .swatch-260 {
    background: linear-gradient(125deg,#c7c8c4 50%,#141917 50%);
  }
  .card-content dl {
    font-size: .78rem;
  }
  .card-content dl>div {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    border-top: 1px solid #e0e5df;
    padding: 10px 0;
  }
  .card-content dt {
    color: #677067;
  }
  .card-content dd {
    margin: 0;
    font-weight: 600;
  }
  .card-content>a {
    display: block;
    border-top: 1px solid #d8ddd6;
    margin-top: 16px;
    padding-top: 18px;
    color: #a14820;
    font-size: .85rem;
    font-weight: 700;
  }
  .purchase-section {
    background: #f0f2ed;
    padding: 90px 0;
  }
  .search-box {
    width: 350px;
    position: relative;
  }
  .search-box input {
    background: white;
  }
  .search-box ul {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 10;
    background: white;
    padding: 8px;
    margin: 0;
    box-shadow: 0 10px 30px #0002;
    list-style: none;
  }
  .search-box button {
    border: 0;
    background: #fff;
    padding: 12px;
    width: 100%;
    text-align: left;
    font-size: .8rem;
  }
  .search-box button:hover {
    background: #f0f2ed;
  }
  .price-comparison {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 15px;
    margin-bottom: 30px;
  }
  .price-comparison button {
    background: white;
    border: 1px solid #c3cbc0;
    text-align: left;
    padding: 22px 28px;
    border-top: 4px solid #b4beb1;
  }
  .price-comparison button.chosen {
    border-top-color: #a14820;
    background: #fff4eb;
    box-shadow: inset 0 0 0 1px #a14820;
  }
  .price-comparison span {
    font-size: .77rem;
    text-transform: uppercase;
    letter-spacing: .07em;
  }
  .price-comparison strong {
    display: block;
    font-size: 32px;
    letter-spacing: -.03em;
    font-weight: 500;
    margin-block: 7px;
  }
  .price-comparison small {
    color: #60685f;
  }
  .purchase-grid {
    display: grid;
    grid-template-columns: 1.08fr 1fr;
    gap: 65px;
    align-items: start;
  }
  .product-visual {
    position: sticky;
    top: 140px;
    background: #fff;
    aspect-ratio: 1.03;
    overflow: hidden;
  }
  .product-visual>img {
    position: absolute;
    width: 100%;
    height: calc(100% - 60px);
    object-fit: contain;
    inset: 0;
  }
  .visual-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    padding: 22px;
    border-top: 1px solid #dfe4dc;
    font-size: .75rem;
  }
  .configurator {
    padding: 10px 0;
  }
  .configurator .eyebrow {
    margin-bottom: 15px;
  }
  .configurator h3 {
    font-size: 30px;
    font-weight: 500;
  }
  .weight-options {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 9px;
  }
  .weight-options button {
    border: 1px solid #b5beb2;
    background: #fff;
    font-size: .75rem;
    padding: 13px 6px;
  }
  .weight-options b {
    font-size: 22px;
    font-weight: 600;
  }
  .weight-options button.selected {
    background: #161918;
    color: #fff;
    border-color: #161918;
  }
  .size-quantity {
    display: grid;
    grid-template-columns: 1fr 110px;
    gap: 20px;
  }
  .discount-steps {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    margin-top: 25px;
    border: 1px solid #bac4b6;
  }
  .discount-steps>span {
    text-align: center;
    padding: 10px 4px;
    font-size: .72rem;
    border-right: 1px solid #bac4b6;
  }
  .discount-steps>span:last-child {
    border-right: 0;
  }
  .discount-steps b {
    display: block;
    font-size: .76rem;
  }
  .discount-steps .active {
    background: #dce5d7;
    color: #25422d;
  }
  .price-total {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 25px 0;
    border-top: 1px solid #c5cec0;
    padding-top: 20px;
  }
  .price-total strong {
    display: block;
    font-size: 44px;
    line-height: 1.2;
    letter-spacing: -.035em;
    font-weight: 500;
  }
  .price-total small {
    display: block;
    color: #56634f;
  }
  .price-total>div:last-child {
    text-align: right;
    font-size: .9rem;
  }
  .saving {
    font-size: .75rem;
    color: #315e35;
  }
  .wa-text {
    display: block;
    text-align: center;
    font-size: .8rem;
    font-weight: 600;
    color: #265c37;
    padding: 15px 0;
  }
  .stock-note {
    font-size: .7rem;
    color: #59614f;
    text-align: center;
  }
  .form-message {
    font-size: .85rem;
    color: #31552d;
    margin: 12px 0;
  }
  .guide {
    display: grid;
    grid-template-columns: .8fr 1.2fr;
    gap: 100px;
  }
  .guide>div>p:not(.eyebrow) {
    color: #596458;
    margin-top: 25px;
    max-width: 320px;
  }
  .guide-details p {
    font-size: .9rem;
  }
  .business-cta {
    background: #161918;
    color: white;
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 60px;
    padding: 70px;
    margin-bottom: 100px;
    overflow: hidden;
  }
  .business-cta .eyebrow {
    color: #f1a778;
  }
  .business-cta p:not(.eyebrow) {
    max-width: 510px;
    margin: 25px 0 30px;
    color: #c2cbc0;
  }
  .business-cta-figure {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
  }
  .business-cta-figure>span {
    font-size: 100px;
    line-height: 1;
    color: #e9874e;
    font-weight: 600;
    letter-spacing: -.07em;
  }
  .business-cta-figure small {
    writing-mode: vertical-rl;
    letter-spacing: .2em;
    font-size: .7rem;
    color: #cbd1c7;
  }
  .site-footer {
    background: #111713;
    color: #e4e8df;
    padding-bottom: 20px;
  }
  .footer-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
    padding-block: 65px;
    border-bottom: 1px solid #485044;
  }
  .footer-top .eyebrow {
    color: #eaaa80;
  }
  .footer-top h2 {
    font-size: clamp(1.8rem,2.8vw,2.5rem);
    font-weight: 500;
  }
  .footer-grid {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr 1fr;
    gap: 50px;
    padding-block: 60px;
  }
  .footer-wordmark {
    font-size: 25px;
    letter-spacing: .17em;
    font-weight: 700;
  }
  .footer-grid h3 {
    font-size: .75rem;
    letter-spacing: .08em;
    margin: 8px 0 25px;
    text-transform: uppercase;
    color: #eaaa80;
  }
  .footer-grid p,.footer-grid>div>a:not(.footer-wordmark) {
    font-size: .75rem;
    color: #bac4b6;
    display: block;
    margin: 10px 0;
    line-height: 1.8;
  }
  .footer-bottom {
    border-top: 1px solid #394434;
    padding-block: 22px;
    display: flex;
    justify-content: space-between;
    font-size: .66rem;
    color: #acb7a7;
  }
  .floating-wa {
    position: fixed;
    bottom: 22px;
    right: 22px;
    background: #205534;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 10px;
    border: 1px solid #91b096;
    border-radius: 30px;
    padding: 14px 21px;
    box-shadow: 0 5px 20px #0003;
    font-size: .82rem;
    z-index: 60;
  }
  .b2b-hero {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    background: #17211a;
    color: #fff;
    min-height: 530px;
  }
  .b2b-hero>div {
    padding: 80px 60px 75px max(48px,calc((100vw - 1320px)/2));
  }
  .b2b-hero .eyebrow {
    color: #eaaa80;
  }
  .b2b-hero h1 {
    font-size: clamp(2.6rem,4.3vw,4.5rem);
    max-width: 610px;
  }
  .b2b-hero p:not(.eyebrow) {
    margin: 25px 0 30px;
    max-width: 480px;
    color: #c8d3c3;
  }
  .b2b-hero>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: 480px;
  }
  .industries {
    display: grid;
    grid-template-columns: repeat(5,1fr);
    gap: 12px;
  }
  .industry {
    border: 1px solid #d1d8cc;
    background: #f3f5f0;
    padding: 28px 20px;
    text-align: left;
    min-height: 225px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .industry.chosen {
    background: #1d3123;
    color: #fff;
    border-color: #1d3123;
  }
  .industry svg {
    width: 42px;
    height: 42px;
    color: #a14820;
  }
  .industry.chosen svg {
    color: #f4ae80;
  }
  .industry strong {
    font-size: 1.1rem;
    display: block;
    margin: 25px 0 10px;
  }
  .industry small {
    font-size: .73rem;
    line-height: 1.6;
  }
  .quote-section {
    background: #eff2eb;
    padding: 85px 0;
  }
  .quote-layout {
    display: grid;
    grid-template-columns: .7fr 1.3fr;
    gap: 80px;
  }
  .quote-layout aside {
    position: sticky;
    top: 145px;
    align-self: start;
  }
  .quote-layout h2 {
    font-size: 3rem;
  }
  .quote-layout aside>p {
    margin: 22px 0;
    color: #5c6855;
  }
  .quote-steps {
    padding: 0;
    list-style: none;
    margin: 35px 0;
  }
  .quote-steps li {
    border-top: 1px solid #c0cab9;
    padding: 18px 0;
    font-size: .83rem;
  }
  .quote-steps b {
    color: #a14820;
    margin-right: 14px;
  }
  .quote-form {
    background: #fff;
    padding: 40px;
  }
  .quote-form h3 {
    font-size: 1.4rem;
    margin: 0 0 25px;
  }
  .form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  .form-grid .wide {
    grid-column: 1/-1;
  }
  .check-label {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    font-weight: 400;
    font-size: .75rem;
    margin: 20px 0;
  }
  .check-label input {
    width: 18px;
    height: 18px;
    margin-top: 3px;
    flex-shrink: 0;
  }
  .check-label a {
    text-decoration: underline;
  }
  .quote-items {
    margin: 30px 0;
  }
  .quote-row {
    display: grid;
    grid-template-columns: 1fr 1fr 75px 34px;
    align-items: end;
    gap: 9px;
    border-top: 1px solid #d4dbd0;
    padding: 18px 0;
  }
  .quote-row button {
    height: 49px;
    border: 0;
    background: #edf0e9;
    font-size: 20px;
  }
  .add-row {
    padding: 10px 0;
    color: #a14820;
    border: 0;
    background: none;
    font-weight: 600;
  }
  .quote-summary {
    display: flex;
    justify-content: space-between;
    background: #eff3eb;
    padding: 16px;
    margin-block: 15px;
    font-size: .84rem;
  }
  .invoice-fields {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #d2dacf;
  }
  .result-box {
    background: #eaf4e6;
    border: 1px solid #92ad83;
    padding: 22px;
    margin-top: 25px;
  }
  .result-box strong {
    display: block;
    margin-bottom: 10px;
  }
  .result-box p {
    font-size: .85rem;
    margin-bottom: 15px;
  }
  .honeypot {
    position: absolute;
    left: -9999px;
    opacity: 0;
    pointer-events: none;
  }
  .page-content {
    padding-block: 65px 100px;
    min-height: 500px;
  }
  .page-content>h1 {
    font-size: 3rem;
    margin-bottom: 35px;
  }
  .prose {
    max-width: 840px;
  }
  .prose p {
    margin: 18px 0;
  }
  .prose h2 {
    font-size: 1.7rem;
    margin-top: 35px;
  }
  .prose a {
    text-decoration: underline;
    color: #a14820;
  }
  .contact-grid {
    display: grid;
    grid-template-columns: .8fr 1.2fr;
    gap: 70px;
  }
  .contact-grid h1 {
    font-size: 3rem;
    margin-bottom: 30px;
  }
  .contact-grid p {
    margin: 15px 0;
  }
  .contact-panel {
    padding: 30px;
    background: #eff2eb;
  }
  .account-requests {
    margin-top: 40px;
    padding-top: 25px;
    border-top: 1px solid #c1ccba;
  }
  .account-requests h2 {
    font-size: 1.7rem;
  }
  .account-requests>p {
    font-size: .85rem;
    margin-block: 15px;
  }
  .woocommerce form .form-row input.input-text {
    padding: 12px;
  }
  .woocommerce .button,.woocommerce button.button {
    background: #e9874e !important;
    color: #161918 !important;
    border-radius: 0 !important;
  }
  .woocommerce .woocommerce-info {
    border-top-color: #a14820;
  }
  .woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 1.2rem;
  }
  .revealed {
    animation: reveal-in .65s both;
  }
  @keyframes reveal-in {
    from {
      opacity: .4;
      transform: translateY(24px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  @keyframes hero-enter {
    from {
      transform: scale(1.04);
    }
    to {
      transform: scale(1);
    }
  }
  @media (min-width:1700px) {
    .hero {
      min-height: 730px;
    }
    .hero-content {
      padding-top: 125px;
    }
  }
  @media (max-width:1150px) {
    .desktop-nav {
      gap: 16px;
      font-size: .77rem;
    }
    .header-inner {
      padding-inline: 30px;
    }
    .account-link {
      display: none;
    }
    .brand strong {
      font-size: 21px;
    }
    .brand img {
      width: 58px;
      height: 58px;
    }
    .wrap {
      width: calc(100% - 60px);
    }
    .purchase-grid {
      gap: 35px;
    }
    .guide {
      gap: 50px;
    }
    .quote-layout {
      gap: 35px;
    }
    .b2b-hero>div {
      padding: 65px 35px;
    }
    .industries {
      grid-template-columns: repeat(3,1fr);
    }
    .industry {
      min-height: 200px;
    }
    .business-cta {
      padding: 50px;
    }
    .footer-grid {
      gap: 25px;
    }
  }
  @media (max-width:800px) {
    .service-strip {
      padding: 7px 20px;
      font-size: .6rem;
    }
    .service-strip>span:nth-child(2) {
      display: none;
    }
    .header-inner {
      min-height: 85px;
      padding: 12px 20px;
    }
    .brand img {
      width: 50px;
      height: 50px;
    }
    .brand strong {
      font-size: 19px;
    }
    .brand small {
      font-size: .5rem;
    }
    .desktop-nav {
      display: none;
    }
    .menu-toggle {
      display: block;
    }
    .header-actions {
      gap: 8px;
    }
    .cart-link {
      padding: 9px 10px;
    }
    .cart-link span {
      margin-left: 5px;
    }
    .wrap {
      width: calc(100% - 40px);
    }
    .hero {
      min-height: 600px;
    }
    .hero-content {
      padding-top: 85px;
      padding-bottom: 65px;
    }
    .hero h1 {
      max-width: 440px;
      font-size: 3.7rem;
    }
    .hero-description {
      max-width: 350px;
      font-size: .95rem;
    }
    .hero-shade {
      background: linear-gradient(90deg,rgba(16,23,19,.92),rgba(16,23,19,.4));
    }
    .hero-bottom {
      gap: 20px;
    }
    .hero-bottom>span {
      font-size: 24px;
    }
    .hero-bottom small {
      display: block;
      margin: 3px 0 0;
      font-size: .5rem;
    }
    .hero-bottom>a {
      font-size: .5rem;
    }
    .benefit-bar {
      grid-template-columns: 1fr;
      gap: 20px;
    }
    .benefit-bar>div {
      gap: 20px;
    }
    .section {
      padding-block: 60px;
    }
    .section-heading {
      display: block;
    }
    .section-heading>p {
      margin-top: 22px;
    }
    .collection-grid {
      gap: 15px;
    }
    .card-content {
      padding: 17px;
    }
    .card-title h3 {
      font-size: 36px;
    }
    .card-title small {
      font-size: 10px;
    }
    .swatch {
      width: 25px;
      height: 25px;
    }
    .card-content dl {
      font-size: .65rem;
    }
    .card-content dl>div {
      display: block;
    }
    .card-content dd {
      margin-top: 3px;
    }
    .purchase-section {
      padding: 60px 0;
    }
    .search-box {
      margin-top: 25px;
      width: 100%;
    }
    .price-comparison {
      gap: 9px;
    }
    .price-comparison button {
      padding: 15px;
    }
    .price-comparison span {
      font-size: .64rem;
    }
    .price-comparison strong {
      font-size: 26px;
    }
    .price-comparison small {
      font-size: .65rem;
    }
    .purchase-grid {
      grid-template-columns: 1fr;
      gap: 25px;
    }
    .product-visual {
      position: relative;
      top: 0;
      aspect-ratio: 1.4;
    }
    .guide {
      grid-template-columns: 1fr;
      gap: 35px;
    }
    .guide>div>p:not(.eyebrow) {
      max-width: 100%;
    }
    .business-cta {
      grid-template-columns: 1fr;
      padding: 35px;
      margin-bottom: 60px;
    }
    .business-cta-figure {
      display: none;
    }
    .footer-top {
      display: block;
    }
    .footer-top .button {
      margin-top: 30px;
    }
    .footer-grid {
      grid-template-columns: 1fr 1fr;
    }
    .footer-bottom {
      gap: 25px;
    }
    .floating-wa {
      right: 15px;
      bottom: 15px;
    }
    .b2b-hero {
      grid-template-columns: 1fr;
    }
    .b2b-hero>div {
      padding: 60px 25px;
    }
    .b2b-hero>img {
      max-height: 350px;
      min-height: 0;
    }
    .industries {
      grid-template-columns: 1fr 1fr;
    }
    .quote-layout {
      grid-template-columns: 1fr;
    }
    .quote-layout aside {
      position: static;
    }
    .quote-form {
      padding: 25px;
    }
    .contact-grid {
      grid-template-columns: 1fr;
      gap: 25px;
    }
    .page-content>h1 {
      font-size: 2.2rem;
    }
    .admin-bar .site-header {
      top: 46px;
    }
  }
  @media (max-width:480px) {
    .brand {
      gap: 9px;
    }
    .brand strong {
      font-size: 16px;
      letter-spacing: .1em;
    }
    .brand img {
      width: 43px;
      height: 43px;
    }
    .brand small {
      font-size: .43rem;
      letter-spacing: .18em;
    }
    .header-inner {
      padding: 10px 14px;
      gap: 8px;
    }
    .cart-link {
      font-size: .67rem;
    }
    .menu-toggle {
      font-size: .65rem;
    }
    .hero h1 {
      font-size: 3.25rem;
    }
    .hero {
      min-height: 590px;
    }
    .hero-bottom {
      gap: 18px;
    }
    .hero-bottom>a {
      max-width: 90px;
      line-height: 1.8;
    }
    .hero .button-row {
      gap: 20px;
    }
    .collection-grid {
      grid-template-columns: 1fr;
    }
    .card-photo {
      aspect-ratio: 1.7;
    }
    .card-content {
      padding: 23px;
    }
    .card-title h3 {
      font-size: 46px;
    }
    .card-content dl {
      font-size: .8rem;
    }
    .card-content dl>div {
      display: flex;
    }
    .card-content dd {
      margin: 0;
    }
    .price-comparison button {
      padding: 12px 9px;
    }
    .price-comparison strong {
      font-size: 23px;
    }
    .price-comparison span {
      font-size: .56rem;
      letter-spacing: 0;
    }
    .price-comparison small {
      font-size: .57rem;
    }
    .size-quantity {
      grid-template-columns: 1fr 95px;
    }
    .product-visual {
      aspect-ratio: 1.1;
    }
    .price-total strong {
      font-size: 36px;
    }
    .industries {
      gap: 10px;
    }
    .industry {
      padding: 20px 14px;
      min-height: 210px;
    }
    .industry strong {
      font-size: 1rem;
    }
    .form-grid {
      grid-template-columns: 1fr;
    }
    .quote-form {
      padding: 20px;
    }
    .quote-row {
      grid-template-columns: 1fr 1fr 65px 28px;
      gap: 5px;
    }
    .quote-row input,.quote-row select {
      padding: 10px 5px;
      font-size: .78rem;
    }
    .quote-row label {
      font-size: .68rem;
    }
    .quote-layout h2 {
      font-size: 2.3rem;
    }
    .footer-grid {
      gap: 30px 15px;
    }
    .footer-grid>div:first-child {
      grid-column: 1/-1;
    }
    .footer-wordmark {
      font-size: 24px;
    }
    .footer-bottom {
      display: block;
      padding-bottom: 65px;
    }
    .footer-bottom span {
      display: block;
      margin: 6px 0;
    }
    .floating-wa {
      padding: 12px 15px;
      font-size: .75rem;
    }
    .service-strip {
      font-size: .55rem;
    }
  }
  @media (prefers-reduced-motion:reduce) {
    html {
      scroll-behavior: auto;
    }
    *,*::before,*::after {
      animation: none !important;
      transition: none !important;
    }
  }
}
@layer base {
  input:where([type='text']),input:where(:not([type])),input:where([type='email']),input:where([type='url']),input:where([type='password']),input:where([type='number']),input:where([type='date']),input:where([type='datetime-local']),input:where([type='month']),input:where([type='search']),input:where([type='tel']),input:where([type='time']),input:where([type='week']),select:where([multiple]),textarea,select {
    appearance: none;
    background-color: #fff;
    border-color: oklch(55.1% 0.027 264.364);
    border-width: 1px;
    border-radius: 0px;
    padding-top: 0.5rem;
    padding-right: 0.75rem;
    padding-bottom: 0.5rem;
    padding-left: 0.75rem;
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-shadow: 0 0 #0000;
    &:focus {
      outline: 2px solid transparent;
      outline-offset: 2px;
      --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-color: oklch(54.6% 0.245 262.881);
      --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
      --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
      box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
      border-color: oklch(54.6% 0.245 262.881);
    }
  }
  input::placeholder,textarea::placeholder {
    color: oklch(55.1% 0.027 264.364);
    opacity: 1;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-date-and-time-value {
    min-height: 1.5em;
  }
  ::-webkit-date-and-time-value {
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field {
    padding-top: 0;
    padding-bottom: 0;
  }
  select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='oklch(55.1%25 0.027 264.364)' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
    background-position: right 0.5rem center;
    background-repeat: no-repeat;
    background-size: 1.5em 1.5em;
    padding-right: 2.5rem;
    print-color-adjust: exact;
  }
  select:where([multiple]),select:where([size]:not([size="1"])) {
    background-image: initial;
    background-position: initial;
    background-repeat: unset;
    background-size: initial;
    padding-right: 0.75rem;
    print-color-adjust: unset;
  }
  input:where([type='checkbox']),input:where([type='radio']) {
    appearance: none;
    padding: 0;
    print-color-adjust: exact;
    display: inline-block;
    vertical-align: middle;
    background-origin: border-box;
    user-select: none;
    flex-shrink: 0;
    height: 1rem;
    width: 1rem;
    color: oklch(54.6% 0.245 262.881);
    background-color: #fff;
    border-color: oklch(55.1% 0.027 264.364);
    border-width: 1px;
    --tw-shadow: 0 0 #0000;
  }
  input:where([type='checkbox']) {
    border-radius: 0px;
  }
  input:where([type='radio']) {
    border-radius: 100%;
  }
  input:where([type='checkbox']):focus,input:where([type='radio']):focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
    --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
    --tw-ring-offset-width: 2px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: oklch(54.6% 0.245 262.881);
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  input:where([type='checkbox']):checked,input:where([type='radio']):checked {
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
  }
  input:where([type='checkbox']):checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
    @media (forced-colors: active) {
      appearance: auto;
    }
  }
  input:where([type='radio']):checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
    @media (forced-colors: active) {
      appearance: auto;
    }
  }
  input:where([type='checkbox']):checked:hover,input:where([type='checkbox']):checked:focus,input:where([type='radio']):checked:hover,input:where([type='radio']):checked:focus {
    border-color: transparent;
    background-color: currentColor;
  }
  input:where([type='checkbox']):indeterminate {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    @media (forced-colors: active) {
      appearance: auto;
    }
  }
  input:where([type='checkbox']):indeterminate:hover,input:where([type='checkbox']):indeterminate:focus {
    border-color: transparent;
    background-color: currentColor;
  }
  input:where([type='file']) {
    background: unset;
    border-color: inherit;
    border-width: 0;
    border-radius: 0;
    padding: 0;
    font-size: unset;
    line-height: inherit;
  }
  input:where([type='file']):focus {
    outline: 1px solid ButtonText;
    outline: 1px auto -webkit-focus-ring-color;
  }
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-border-style: solid;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-outline-style: solid;
    }
  }
}
