/*! tailwindcss v4.3.0 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: "Source Sans 3", sans-serif;
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New',
    monospace;
    --spacing: 0.25rem;
    --container-md: 28rem;
    --container-2xl: 42rem;
    --container-3xl: 48rem;
    --container-4xl: 56rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-4xl: 2.35rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --text-5xl: 3.25rem;
    --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: #123b67;
    --color-primary-50: #f2f6fa;
    --color-primary-100: #e3edf6;
    --color-primary-200: #c7daec;
    --color-primary-500: #245f96;
    --color-primary-700: #0f3156;
    --color-primary-900: #0b2744;
    --color-accent: #c9232c;
    --color-accent-50: #fff4f4;
    --color-accent-100: #fee4e5;
    --color-accent-500: #df343d;
    --color-accent-700: #a91921;
    --color-secondary-100: #edf1f5;
    --color-secondary-200: #dce3e9;
    --color-secondary-300: #c4ced7;
    --color-secondary-500: #7b8894;
    --color-secondary-600: #5d6b78;
    --color-secondary-700: #44505b;
    --color-ink: #17232e;
    --color-background: #ffffff;
    --color-surface: #f6f8fa;
    --color-line: #dce3e9;
    --font-display: "Barlow Condensed", sans-serif;
    --radius-card: 1rem;
    --radius-pill: 999px;
  }
}
@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;
  }
  .static {
    position: static;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .-mx-6 {
    margin-inline: calc(var(--spacing) * -6);
  }
  .mx-2 {
    margin-inline: calc(var(--spacing) * 2);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .prose {
    color: var(--tw-prose-body);
    max-width: 65ch;
    :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
      margin-bottom: 1.25em;
    }
    :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-lead);
      font-size: 1.25em;
      line-height: 1.6;
      margin-top: 1.2em;
      margin-bottom: 1.2em;
    }
    :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-links);
      text-decoration: underline;
      font-weight: 500;
    }
    :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-bold);
      font-weight: 600;
    }
    :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: decimal;
      margin-top: 1.25em;
      margin-bottom: 1.25em;
      padding-inline-start: 1.625em;
    }
    :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-alpha;
    }
    :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-alpha;
    }
    :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-alpha;
    }
    :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-alpha;
    }
    :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-roman;
    }
    :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-roman;
    }
    :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-roman;
    }
    :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-roman;
    }
    :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: decimal;
    }
    :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: disc;
      margin-top: 1.25em;
      margin-bottom: 1.25em;
      padding-inline-start: 1.625em;
    }
    :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
      font-weight: 400;
      color: var(--tw-prose-counters);
    }
    :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
      color: var(--tw-prose-bullets);
    }
    :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      margin-top: 1.25em;
    }
    :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-color: var(--tw-prose-hr);
      border-top-width: 1px;
      margin-top: 3em;
      margin-bottom: 3em;
    }
    :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 500;
      font-style: italic;
      color: var(--tw-prose-quotes);
      border-inline-start-width: 0.25rem;
      border-inline-start-color: var(--tw-prose-quote-borders);
      quotes: "\201C""\201D""\2018""\2019";
      margin-top: 1.6em;
      margin-bottom: 1.6em;
      padding-inline-start: 1em;
    }
    :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
      content: open-quote;
    }
    :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
      content: close-quote;
    }
    :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 800;
      font-size: 2.25em;
      margin-top: 0;
      margin-bottom: 0.8888889em;
      line-height: 1.1111111;
    }
    :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 900;
      color: inherit;
    }
    :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 700;
      font-size: 1.5em;
      margin-top: 2em;
      margin-bottom: 1em;
      line-height: 1.3333333;
    }
    :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 800;
      color: inherit;
    }
    :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      font-size: 1.25em;
      margin-top: 1.6em;
      margin-bottom: 0.6em;
      line-height: 1.6;
    }
    :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 700;
      color: inherit;
    }
    :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      margin-top: 1.5em;
      margin-bottom: 0.5em;
      line-height: 1.5;
    }
    :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 700;
      color: inherit;
    }
    :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      display: block;
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 500;
      font-family: inherit;
      color: var(--tw-prose-kbd);
      box-shadow: 0 0 0 1px var(--tw-prose-kbd-shadows), 0 3px 0 var(--tw-prose-kbd-shadows);
      font-size: 0.875em;
      border-radius: 0.3125rem;
      padding-top: 0.1875em;
      padding-inline-end: 0.375em;
      padding-bottom: 0.1875em;
      padding-inline-start: 0.375em;
    }
    :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-code);
      font-weight: 600;
      font-size: 0.875em;
    }
    :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
      content: "`";
    }
    :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
      content: "`";
    }
    :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
      font-size: 0.875em;
    }
    :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
      font-size: 0.9em;
    }
    :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-pre-code);
      background-color: var(--tw-prose-pre-bg);
      overflow-x: auto;
      font-weight: 400;
      font-size: 0.875em;
      line-height: 1.7142857;
      margin-top: 1.7142857em;
      margin-bottom: 1.7142857em;
      border-radius: 0.375rem;
      padding-top: 0.8571429em;
      padding-inline-end: 1.1428571em;
      padding-bottom: 0.8571429em;
      padding-inline-start: 1.1428571em;
    }
    :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      background-color: transparent;
      border-width: 0;
      border-radius: 0;
      padding: 0;
      font-weight: inherit;
      color: inherit;
      font-size: inherit;
      font-family: inherit;
      line-height: inherit;
    }
    :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
      content: none;
    }
    :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
      content: none;
    }
    :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      width: 100%;
      table-layout: auto;
      margin-top: 2em;
      margin-bottom: 2em;
      font-size: 0.875em;
      line-height: 1.7142857;
    }
    :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-bottom-width: 1px;
      border-bottom-color: var(--tw-prose-th-borders);
    }
    :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      vertical-align: bottom;
      padding-inline-end: 0.5714286em;
      padding-bottom: 0.5714286em;
      padding-inline-start: 0.5714286em;
    }
    :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-bottom-width: 1px;
      border-bottom-color: var(--tw-prose-td-borders);
    }
    :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-bottom-width: 0;
    }
    :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      vertical-align: baseline;
    }
    :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-top-width: 1px;
      border-top-color: var(--tw-prose-th-borders);
    }
    :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      vertical-align: top;
    }
    :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      text-align: start;
    }
    :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
      margin-bottom: 0;
    }
    :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-captions);
      font-size: 0.875em;
      line-height: 1.4285714;
      margin-top: 0.8571429em;
    }
    --tw-prose-body: oklch(37.3% 0.034 259.733);
    --tw-prose-headings: oklch(21% 0.034 264.665);
    --tw-prose-lead: oklch(44.6% 0.03 256.802);
    --tw-prose-links: oklch(21% 0.034 264.665);
    --tw-prose-bold: oklch(21% 0.034 264.665);
    --tw-prose-counters: oklch(55.1% 0.027 264.364);
    --tw-prose-bullets: oklch(87.2% 0.01 258.338);
    --tw-prose-hr: oklch(92.8% 0.006 264.531);
    --tw-prose-quotes: oklch(21% 0.034 264.665);
    --tw-prose-quote-borders: oklch(92.8% 0.006 264.531);
    --tw-prose-captions: oklch(55.1% 0.027 264.364);
    --tw-prose-kbd: oklch(21% 0.034 264.665);
    --tw-prose-kbd-shadows: color-mix(in oklab, oklch(21% 0.034 264.665) 10%, transparent);
    --tw-prose-code: oklch(21% 0.034 264.665);
    --tw-prose-pre-code: oklch(92.8% 0.006 264.531);
    --tw-prose-pre-bg: oklch(27.8% 0.033 256.848);
    --tw-prose-th-borders: oklch(87.2% 0.01 258.338);
    --tw-prose-td-borders: oklch(92.8% 0.006 264.531);
    --tw-prose-invert-body: oklch(87.2% 0.01 258.338);
    --tw-prose-invert-headings: #fff;
    --tw-prose-invert-lead: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-links: #fff;
    --tw-prose-invert-bold: #fff;
    --tw-prose-invert-counters: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-bullets: oklch(44.6% 0.03 256.802);
    --tw-prose-invert-hr: oklch(37.3% 0.034 259.733);
    --tw-prose-invert-quotes: oklch(96.7% 0.003 264.542);
    --tw-prose-invert-quote-borders: oklch(37.3% 0.034 259.733);
    --tw-prose-invert-captions: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-kbd: #fff;
    --tw-prose-invert-kbd-shadows: rgb(255 255 255 / 10%);
    --tw-prose-invert-code: #fff;
    --tw-prose-invert-pre-code: oklch(87.2% 0.01 258.338);
    --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
    --tw-prose-invert-th-borders: oklch(44.6% 0.03 256.802);
    --tw-prose-invert-td-borders: oklch(37.3% 0.034 259.733);
    font-size: 1rem;
    line-height: 1.75;
    :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
      margin-bottom: 0;
    }
    :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.5em;
      margin-bottom: 0.5em;
    }
    :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0.375em;
    }
    :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0.375em;
    }
    :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.75em;
      margin-bottom: 0.75em;
    }
    :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
    }
    :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-bottom: 1.25em;
    }
    :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
    }
    :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-bottom: 1.25em;
    }
    :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.75em;
      margin-bottom: 0.75em;
    }
    :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
      margin-bottom: 1.25em;
    }
    :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.5em;
      padding-inline-start: 1.625em;
    }
    :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0;
    }
    :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-end: 0;
    }
    :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-top: 0.5714286em;
      padding-inline-end: 0.5714286em;
      padding-bottom: 0.5714286em;
      padding-inline-start: 0.5714286em;
    }
    :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0;
    }
    :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-end: 0;
    }
    :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-bottom: 0;
    }
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .mt-12 {
    margin-top: calc(var(--spacing) * 12);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }
  .mb-12 {
    margin-bottom: calc(var(--spacing) * 12);
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline-flex {
    display: inline-flex;
  }
  .h-auto {
    height: auto;
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .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;
  }
  .flex-col {
    flex-direction: column;
  }
  .items-center {
    align-items: center;
  }
  .justify-between {
    justify-content: space-between;
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }
  .gap-12 {
    gap: calc(var(--spacing) * 12);
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-secondary-200 {
    border-color: var(--color-secondary-200);
  }
  .bg-background {
    background-color: var(--color-background);
  }
  .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-ink {
    color: var(--color-ink);
  }
  .text-primary-500 {
    color: var(--color-primary-500);
  }
  .text-secondary-500 {
    color: var(--color-secondary-500);
  }
  .text-secondary-600 {
    color: var(--color-secondary-600);
  }
  .text-secondary-700 {
    color: var(--color-secondary-700);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .not-italic {
    font-style: normal;
  }
  .no-underline {
    text-decoration-line: none;
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .transition-colors {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .last\:border-b-0 {
    &:last-child {
      border-bottom-style: var(--tw-border-style);
      border-bottom-width: 0px;
    }
  }
  .hover\:text-primary {
    &:hover {
      @media (hover: hover) {
        color: var(--color-primary);
      }
    }
  }
  .hover\:text-primary-500 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-primary-500);
      }
    }
  }
  .hover\:underline {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: underline;
      }
    }
  }
  .md\:mx-0 {
    @media (width >= 48rem) {
      margin-inline: calc(var(--spacing) * 0);
    }
  }
  .md\:text-2xl {
    @media (width >= 48rem) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  .md\:text-3xl {
    @media (width >= 48rem) {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
  }
  .md\:text-4xl {
    @media (width >= 48rem) {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }
  .md\:text-5xl {
    @media (width >= 48rem) {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
  }
}
@layer base {
  [x-cloak] {
    display: none !important;
  }
  * {
    box-sizing: border-box;
  }
  html {
    scroll-behavior: smooth;
  }
  body {
    margin: 0;
    font-family: var(--font-sans);
    color: var(--color-ink);
    background: var(--color-background);
    font-size: 1rem;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  a {
    color: var(--color-primary);
    text-decoration-thickness: .08em;
    text-underline-offset: .16em;
  }
  a:hover {
    color: var(--color-accent-700);
  }
  h1, h2, h3, h4 {
    font-family: var(--font-display);
    color: var(--color-primary-900);
    line-height: 1.02;
    letter-spacing: .01em;
  }
  h1 {
    font-size: clamp(2.7rem, 6vw, 4.7rem);
    font-weight: 800;
  }
  h2 {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 700;
  }
  h3 {
    font-size: 1.55rem;
    font-weight: 700;
  }
  button, input, select, textarea {
    font: inherit;
  }
  button, a {
    -webkit-tap-highlight-color: transparent;
  }
  ::selection {
    background: var(--color-primary-100);
    color: var(--color-primary-900);
  }
  .screen-reader-text {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0;
  }
}
@layer components {
  .vnh-header {
    --vnh-navy: #17354d;
    --vnh-red: #b12738;
    --vnh-line: #e3e6e7;
    position: relative;
    z-index: 50;
    isolation: isolate;
    width: 100%;
    background: #fff;
    color: var(--vnh-navy);
    font-family: 'DM Sans','Source Sans 3',sans-serif;
    border-bottom: 1px solid var(--vnh-line);
  }
  .vnh-header *, .vnh-header *::before, .vnh-header *::after {
    box-sizing: border-box;
  }
  .vnh-shell {
    width: min(1240px,calc(100% - 64px));
    margin-inline: auto;
  }
  .vnh-utility {
    background: #f6f5f1;
    border-bottom: 1px solid #eae9e3;
  }
  .vnh-utility-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    min-height: 34px;
  }
  .vnh-utility p {
    margin: 0;
    font-size: 13px;
    line-height: 1.5;
    color: #435866;
  }
  .vnh-utility-links {
    display: flex;
    gap: 24px;
    align-items: center;
  }
  .vnh-utility-links a {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    color: #435866;
    font-size: 13px;
    text-decoration: none;
  }
  .vnh-utility-links a:hover {
    color: var(--vnh-red);
    text-decoration: underline;
    text-underline-offset: 4px;
  }
  .vnh-main {
    display: grid;
    grid-template-columns: 286px minmax(220px,500px) auto;
    grid-template-areas: 'brand search actions';
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    min-height: 96px;
  }
  .vnh-brand {
    grid-area: brand;
    display: flex;
    align-items: center;
    min-width: 0;
    text-decoration: none;
  }
  .vnh-logo {
    display: block;
    width: 286px;
    max-width: 100%;
    height: auto;
  }
  .vnh-brand-text {
    color: var(--vnh-navy);
    font-size: 26px;
    font-weight: 700;
  }
  .vnh-search {
    grid-area: search;
    min-width: 0;
  }
  .vnh-search .vca-product-search {
    display: flex;
    width: 100%;
    border: 1px solid #cbd2d6;
    border-radius: 5px;
    background: #fafbf9;
    overflow: hidden;
    box-shadow: none;
  }
  .vnh-search .vca-product-search:focus-within {
    border-color: var(--vnh-navy);
    box-shadow: 0 0 0 2px #d4e0e8;
  }
  .vnh-search .vca-product-search input[type='search'] {
    flex: 1 1 auto;
    min-width: 0;
    width: 100%;
    height: 48px;
    padding: 11px 15px;
    margin: 0;
    color: var(--vnh-navy);
    background: transparent;
    font-family: inherit;
    font-size: 16px;
    line-height: 1.5;
    border: 0;
    outline: 0;
    box-shadow: none;
  }
  .vnh-search input::placeholder {
    color: #657581;
    opacity: 1;
  }
  .vnh-search .vca-product-search button {
    display: grid;
    place-items: center;
    flex: 0 0 48px;
    width: 48px;
    min-height: 48px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: var(--vnh-navy);
    color: #fff;
    cursor: pointer;
  }
  .vnh-search .vca-product-search button:hover {
    background: #294d66;
  }
  .vnh-search .vca-product-search button svg {
    width: 21px;
    height: 21px;
  }
  .vnh-actions {
    grid-area: actions;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 24px;
  }
  .vnh-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-width: 44px;
    min-height: 48px;
    color: var(--vnh-navy);
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    white-space: nowrap;
    border-radius: 4px;
  }
  .vnh-action:hover {
    color: var(--vnh-red);
  }
  .vnh-action svg, .vnh-menu-toggle svg {
    display: block;
    width: 23px;
    height: 23px;
    flex: none;
  }
  .vnh-cart {
    display: flex;
    align-items: center;
    min-width: 44px;
  }
  .vnh-header .vnh-cart .wc-block-mini-cart {
    margin: 0;
  }
  .vnh-header .vnh-cart .wc-block-mini-cart__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 44px;
    min-height: 48px;
    padding: 8px;
    border: 0;
    border-radius: 4px;
    background: transparent;
    color: var(--vnh-navy);
    cursor: pointer;
  }
  .vnh-header .vnh-cart .wc-block-mini-cart__icon {
    display: block;
    width: 26px;
    height: 26px;
  }
  .vnh-menu-toggle {
    display: none;
  }
  .vnh-navigation {
    border-top: 1px solid #edf0ef;
    background: #fff;
  }
  .vnh-menu {
    list-style: none;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 10px;
    padding: 0;
    margin: 0;
    width: 100%;
  }
  .vnh-menu > li {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    min-width: 0;
    padding: 0;
    margin: 0;
  }
  .vnh-menu a {
    color: var(--vnh-navy);
    text-decoration: none;
  }
  .vnh-menu > li > a {
    display: flex;
    align-items: center;
    min-height: 55px;
    padding: 8px 8px;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.45;
    white-space: nowrap;
    border-bottom: 2px solid transparent;
  }
  .vnh-menu > li:first-child > a {
    padding-left: 0;
  }
  .vnh-menu > li > a:hover, .vnh-menu > li.current-menu-item > a {
    color: var(--vnh-red);
    border-bottom-color: var(--vnh-red);
  }
  .vnh-menu > li.current-menu-ancestor > a {
    color: var(--vnh-red);
  }
  .vnh-submenu-toggle {
    display: none;
    align-items: center;
    justify-content: center;
    width: 36px;
    min-height: 44px;
    margin: 0;
    padding: 8px;
    border: 0;
    border-radius: 4px;
    background: transparent;
    color: var(--vnh-navy);
    cursor: pointer;
  }
  .vnh-header.is-enhanced .vnh-submenu-toggle {
    display: inline-flex;
  }
  .vnh-submenu-toggle svg {
    width: 17px;
    height: 17px;
    transition: transform .15s ease;
  }
  .vnh-submenu-toggle[aria-expanded='true'] {
    background: #f2f5f6;
  }
  .vnh-submenu-toggle[aria-expanded='true'] svg {
    transform: rotate(180deg);
  }
  .vnh-menu .sub-menu {
    position: absolute;
    z-index: 3;
    inset-inline-end: 0;
    top: 100%;
    min-width: 290px;
    width: max-content;
    max-width: min(360px,calc(100vw - 32px));
    padding: 10px;
    margin: 0;
    list-style: none;
    background: #fff;
    border: 1px solid var(--vnh-line);
    border-top: 2px solid var(--vnh-red);
    border-radius: 0 0 6px 6px;
    box-shadow: 0 15px 36px rgb(23 53 77 / 12%);
  }
  .vnh-menu .sub-menu li {
    display: block;
    margin: 0;
    padding: 0;
  }
  .vnh-menu .sub-menu a {
    display: flex;
    align-items: center;
    min-height: 44px;
    padding: 10px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.45;
    border-radius: 3px;
    white-space: normal;
  }
  .vnh-menu .sub-menu a:hover, .vnh-menu .sub-menu a[aria-current='page'] {
    background: #f3f6f7;
    color: var(--vnh-red);
  }
  .vnh-menu .sub-menu li:last-child a {
    border-top: 1px solid #edf0ef;
    border-radius: 0;
    margin-top: 4px;
  }
  .vnh-mobile-utility {
    display: none;
  }
  .vnh-header :where(a,button,input):focus-visible {
    outline: 2px solid #b12738;
    outline-offset: 3px;
  }
  .vnh-header .vca-product-search input:focus-visible {
    outline: 0;
  }
  .vnh-header:not(.is-enhanced) .vnh-menu > li > .sub-menu {
    display: none !important;
  }
  .vnh-header:not(.is-enhanced) .vnh-menu > li:hover > .sub-menu, .vnh-header:not(.is-enhanced) .vnh-menu > li:focus-within > .sub-menu {
    display: block !important;
  }
  @media (max-width:1099px) {
    .vnh-shell {
      width: calc(100% - 40px);
    }
    .vnh-main {
      grid-template-columns: 44px minmax(0,1fr) auto;
      grid-template-areas: 'toggle brand actions' 'search search search';
      row-gap: 0;
      column-gap: 14px;
      min-height: 0;
      padding-bottom: 14px;
    }
    .vnh-menu-toggle {
      grid-area: toggle;
      align-items: center;
      justify-content: center;
      min-width: 44px;
      min-height: 64px;
      padding: 10px;
      border: 0;
      background: transparent;
      color: var(--vnh-navy);
      cursor: pointer;
    }
    .vnh-header.is-enhanced .vnh-menu-toggle {
      display: inline-flex;
    }
    .vnh-brand {
      justify-content: center;
      min-height: 72px;
    }
    .vnh-logo {
      width: 240px;
    }
    .vnh-search {
      width: 100%;
    }
    .vnh-actions {
      gap: 0;
    }
    .vnh-account {
      display: none;
    }
    .vnh-cart-link > span {
      display: none;
    }
    .vnh-header.is-enhanced .vnh-navigation {
      display: none;
    }
    .vnh-header.is-enhanced .vnh-navigation.is-open {
      display: block;
    }
    .vnh-navigation {
      max-height: calc(100vh - 180px);
      max-height: calc(100dvh - 180px);
      overflow: auto;
      overscroll-behavior: contain;
    }
    .vnh-menu {
      display: block;
      padding: 4px 0;
    }
    .vnh-menu > li {
      display: flex;
      flex-wrap: wrap;
      width: 100%;
      border-bottom: 1px solid #edf0ef;
    }
    .vnh-menu > li > a, .vnh-menu > li:first-child > a {
      flex: 1;
      padding: 12px 4px;
      min-height: 50px;
      font-size: 16px;
      white-space: normal;
      border-bottom: 0;
    }
    .vnh-submenu-toggle {
      flex: 0 0 44px;
      width: 44px;
      min-height: 44px;
    }
    .vnh-menu .sub-menu {
      position: static;
      inset: auto;
      flex: 1 0 100%;
      width: 100%;
      min-width: 0;
      max-width: 100%;
      margin: 0 0 8px;
      padding: 5px 8px;
      box-shadow: none;
      border: 0;
      border-radius: 4px;
      background: #f5f7f7;
    }
    .vnh-menu .sub-menu a {
      min-height: 44px;
      font-size: 15px;
    }
    .vnh-mobile-utility {
      display: flex;
      flex-wrap: wrap;
      gap: 8px 28px;
      padding: 12px 0 20px;
    }
    .vnh-mobile-utility a {
      display: inline-flex;
      align-items: center;
      min-height: 44px;
      font-size: 14px;
      color: #435866;
      text-decoration: underline;
      text-underline-offset: 4px;
    }
    .vnh-header:not(.is-enhanced) .vnh-menu > li > .sub-menu {
      display: block !important;
    }
  }
  @media (max-width:700px) {
    .vnh-shell {
      width: calc(100% - 32px);
    }
    .vnh-utility {
      display: none;
    }
    .vnh-main {
      column-gap: 10px;
    }
    .vnh-brand {
      min-height: 68px;
    }
    .vnh-navigation {
      max-height: calc(100vh - 134px);
      max-height: calc(100dvh - 134px);
    }
  }
  @media (prefers-reduced-motion:reduce) {
    .vnh-header *, .vnh-header *::before, .vnh-header *::after {
      transition: none !important;
    }
  }
  body.home {
    --vch-navy: #17354d;
    --vch-red: #b12738;
    --vch-ink: #263c49;
    --vch-muted: #51616a;
    --vch-line: #dedfdc;
    --vch-paper: #f6f5f1;
    --vch-font: 'DM Sans', sans-serif;
    --vch-editorial: 'Instrument Serif', Georgia, serif;
    background: #fff;
    font-family: var(--vch-font);
  }
  .home .vca-topbar {
    background: #f5f5f2;
    color: #374e5f;
    font-family: var(--vch-font);
    font-size: .8125rem;
    font-weight: 500;
    border-bottom: 1px solid #e9e8e4;
  }
  .home .vca-topbar a {
    color: #374e5f;
  }
  .home .vca-topbar-dot {
    background: var(--vch-red);
  }
  .home .vca-header {
    background: #fff;
  }
  .home .vca-shell, .vch-container {
    width: min(1240px, calc(100% - 80px));
    margin-inline: auto;
  }
  .home .vca-header-main {
    min-height: 86px;
    grid-template-columns: 300px minmax(220px, 390px) auto;
    justify-content: space-between;
    gap: 32px;
  }
  .home .vca-logo {
    width: 286px;
    max-width: 100%;
  }
  .home .vca-product-search {
    border-radius: 4px;
    border-color: #d9dddF;
    background: #fafaf8;
  }
  .home .vca-product-search input[type='search'] {
    padding: 12px 16px;
    font-size: .9375rem;
  }
  .home .vca-product-search button {
    background: var(--vch-navy);
  }
  .home .vca-nav-wrap {
    border-top: 1px solid #eeeeea;
  }
  .home .vca-primary-nav {
    min-height: 48px;
  }
  .home .vca-menu {
    gap: 32px;
  }
  .home .vca-menu a {
    font-family: var(--vch-font);
    font-size: .9375rem;
    font-weight: 600;
    min-height: 48px;
  }
  .home .vca-size-cta {
    font-family: var(--vch-font);
    font-size: .9375rem;
    color: var(--vch-red);
  }
  .home .vca-cart-link, .home .vca-menu-toggle, .home .vca-icon-button {
    border: 0;
    border-radius: 4px;
    min-height: 44px;
    min-width: 44px;
  }
  .vch-home {
    color: var(--vch-ink);
    background: #fff;
    font-family: var(--vch-font);
  }
  .vch-home h1, .vch-home h2, .vch-home h3 {
    font-family: var(--vch-font);
    color: var(--vch-navy);
    font-weight: 500;
    letter-spacing: -.035em;
  }
  .vch-home h2 {
    font-size: clamp(1.875rem, 3vw, 2.5rem);
    line-height: 1.16;
  }
  .vch-home h3 {
    line-height: 1.3;
  }
  .vch-home p {
    line-height: 1.65;
    color: var(--vch-muted);
  }
  .vch-home a {
    text-underline-offset: 4px;
  }
  .vch-eyebrow {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 14px;
    font-family: var(--vch-font);
    font-size: .75rem;
    font-weight: 600;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: var(--vch-red) !important;
  }
  .vch-eyebrow > span {
    display: inline-block;
    width: 22px;
    height: 2px;
    background: var(--vch-red);
  }
  .vch-intro {
    padding: 58px 0 42px;
    text-align: center;
  }
  .vch-intro .vch-eyebrow {
    justify-content: center;
  }
  .vch-intro h1 {
    font-size: clamp(2.5rem, 4.4vw, 4rem);
    line-height: 1.06;
    margin: 0 auto 20px;
    max-width: 1080px;
    font-weight: 500;
    letter-spacing: -.045em;
  }
  .vch-intro h1 em {
    font-family: var(--vch-editorial);
    font-weight: 400;
    font-size: 1.12em;
    letter-spacing: -.018em;
  }
  .vch-intro-copy {
    max-width: 650px;
    margin: 0 auto;
    font-size: 1.0625rem;
  }
  .vch-intro-actions {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 26px;
    margin-top: 24px;
  }
  .vch-button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 22px;
    min-height: 48px;
    padding: 13px 23px;
    background: var(--vch-navy);
    color: #fff !important;
    border: 1px solid var(--vch-navy);
    border-radius: 3px;
    font-family: var(--vch-font);
    font-size: .9375rem;
    font-weight: 600;
    line-height: 1.4;
    text-decoration: none;
    cursor: pointer;
    transition: background .2s ease, border-color .2s ease;
  }
  .vch-button:hover {
    background: #254d69;
    border-color: #254d69;
  }
  .vch-button > span {
    font-size: 1.2rem;
    line-height: 1;
  }
  .vch-text-link {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    min-height: 44px;
    font-family: var(--vch-font);
    font-size: .9375rem;
    font-weight: 600;
    color: var(--vch-navy);
    text-decoration: underline;
    text-decoration-color: #a8b1b5;
  }
  .vch-text-link:hover {
    color: var(--vch-red);
  }
  .vch-collections {
    padding-bottom: 66px;
  }
  .vch-section-heading {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 24px;
    margin-bottom: 24px;
  }
  .vch-section-heading h2 {
    margin: 0;
  }
  .vch-section-heading p {
    margin: 0;
  }
  .vch-collection-heading {
    margin-bottom: 19px;
    border-top: 1px solid var(--vch-line);
    padding-top: 22px;
  }
  .vch-collection-heading h2 {
    font-size: 1.375rem;
    letter-spacing: -.025em;
  }
  .vch-collection-heading p {
    font-size: .9375rem;
  }
  .vch-collection-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0,1fr));
    gap: 24px;
  }
  .vch-collection {
    display: block;
    color: var(--vch-navy);
    text-decoration: none;
  }
  .vch-collection-image {
    position: relative;
    aspect-ratio: 1;
    overflow: hidden;
    border-radius: 4px;
    background: var(--vch-paper);
    border: 1px solid #eeece6;
  }
  .vch-collection-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
  }
  .vch-image-label {
    position: absolute;
    left: 18px;
    bottom: 18px;
    background: #fff;
    color: var(--vch-navy);
    border: 1px solid #e7e5e0;
    padding: 8px 12px;
    border-radius: 2px;
    font-size: .75rem;
    font-weight: 600;
    letter-spacing: .1em;
    text-transform: uppercase;
  }
  .vch-collection-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    margin: 17px 0 5px;
  }
  .vch-collection-title h3 {
    margin: 0;
    font-size: clamp(1.2rem, 1.8vw, 1.5rem);
  }
  .vch-circle-arrow {
    display: inline-grid;
    place-items: center;
    flex: 0 0 34px;
    width: 34px;
    height: 34px;
    border: 1px solid #d5dadb;
    border-radius: 50%;
    font-size: 1.25rem;
    transition: color .18s, background .18s;
  }
  .vch-collection:hover .vch-circle-arrow {
    background: var(--vch-navy);
    border-color: var(--vch-navy);
    color: #fff;
  }
  .vch-collection > p {
    margin: 0;
    font-size: .9375rem;
    max-width: 355px;
  }
  .vch-size-section {
    background: var(--vch-paper);
    border-block: 1px solid #e8e7e0;
    padding: 48px 0;
    scroll-margin-top: 24px;
  }
  .vch-size-layout {
    display: grid;
    grid-template-columns: .85fr 1.15fr;
    gap: 60px;
    align-items: center;
  }
  .vch-size-layout h2 {
    margin: 0 0 12px;
  }
  .vch-size-layout p:not(.vch-eyebrow) {
    margin: 0 0 7px;
    font-size: 1rem;
    max-width: 395px;
  }
  .vch-size-form {
    display: flex;
    gap: 12px;
    align-items: flex-end;
  }
  .vch-size-field {
    flex: 1;
    min-width: 0;
  }
  .vch-size-field label {
    display: block;
    margin-bottom: 8px;
    font-size: .875rem;
    font-weight: 600;
    color: var(--vch-navy);
  }
  .vch-size-field select {
    display: block;
    width: 100%;
    min-height: 50px;
    background: #fff;
    color: var(--vch-ink);
    border: 1px solid #bdc6cc;
    border-radius: 3px;
    padding: 11px 36px 11px 14px;
    font: inherit;
  }
  .vch-size-form .vch-button {
    min-height: 50px;
    gap: 10px;
    white-space: nowrap;
  }
  .vch-size-shortcuts {
    display: flex;
    gap: 7px;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 16px;
  }
  .vch-size-shortcuts > span {
    width: 100%;
    font-size: .8125rem;
    color: var(--vch-muted);
    margin-bottom: 1px;
  }
  .vch-size-shortcuts a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 8px 13px;
    border: 1px solid #d6dad9;
    background: #fff;
    border-radius: 3px;
    color: var(--vch-navy);
    text-decoration: none;
    font-size: .875rem;
  }
  .vch-size-shortcuts a:hover {
    border-color: var(--vch-navy);
  }
  .vch-all-sizes {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    gap: 10px;
    color: var(--vch-navy);
    font-size: .875rem;
    margin-top: 4px;
  }
  .vch-products {
    padding-block: 68px;
    clear: both;
    display: flow-root;
    scroll-margin-top: 24px;
  }
  .vch-product-collections {
    display: flow-root;
    background: #fff;
    scroll-margin-top: 24px;
  }
  .vch-product-collections .vch-category-products {
    padding-block: clamp(36px, 5vw, 60px);
  }
  .vch-product-collections .vch-category-products + .vch-category-products {
    border-top: 1px solid var(--vch-line);
  }
  .vch-category-products .vch-section-heading {
    align-items: center;
    flex-wrap: wrap;
  }
  .vch-category-products .vch-section-heading > div {
    flex: 1 1 330px;
  }
  @media (max-width: 700px) {
    .vch-category-products .vch-section-heading > div {
      flex-basis: auto;
    }
    .vch-category-products .vch-section-heading > .vch-text-link {
      font-size: .875rem;
    }
  }
  .vch-products .vch-native-products,	.vch-products .vch-native-products > .woocommerce,	.vch-products .vch-native-products ul.products {
    -webkit-columns: auto !important;
    columns: auto !important;
    column-count: 1 !important;
    column-width: auto !important;
    width: 100% !important;
    max-width: 100%;
    min-width: 0;
    height: auto !important;
    max-height: none;
    float: none !important;
    clear: both;
  }
  .vch-products .vch-native-products,	.vch-products .vch-native-products > .woocommerce {
    display: block;
  }
  .vch-products .vch-native-products ul.products {
    padding: 0 !important;
    align-items: stretch;
    grid-auto-flow: row;
  }
  .vch-products .vch-native-products ul.products::before,	.vch-products .vch-native-products ul.products::after {
    display: none !important;
    content: none !important;
  }
  .vch-products .vch-native-products ul.products li.product {
    height: auto;
    max-width: 100%;
    clear: none !important;
    overflow: visible;
  }
  .vch-products .vch-native-products ul.products li.product a img {
    display: block;
    height: auto !important;
  }
  .vch-products .vch-native-products .woocommerce-loop-product__title {
    white-space: normal;
    word-break: normal;
    overflow-wrap: break-word;
    height: auto;
    max-height: none;
  }
  .vch-products .vch-native-products ul.products li.product .price {
    white-space: nowrap;
  }
  .vch-products .vch-native-products ul.products li.product .button {
    display: inline-flex;
    width: 100%;
    text-align: center;
    line-height: 1.4;
  }
  .vch-products .vch-section-heading > div {
    min-width: 0;
    flex: 1 1 auto;
  }
  .vch-products .vch-section-heading > .vch-text-link {
    flex: 0 0 auto;
  }
  .vch-products .vch-section-heading h2 {
    white-space: normal;
    overflow-wrap: break-word;
  }
  @media (max-width: 1024px) {
    .vch-products .vch-native-products .woocommerce ul.products {
      grid-template-columns: repeat(2,minmax(0,1fr));
      row-gap: 28px !important;
    }
  }
  .vch-products .vch-section-heading {
    margin-bottom: 12px;
  }
  .vch-products-intro {
    margin: 0 0 27px;
    font-size: 1rem;
    max-width: 650px;
  }
  .vch-native-products .woocommerce ul.products {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0,1fr));
    gap: 23px !important;
    margin: 0 !important;
  }
  .vch-native-products .woocommerce ul.products li.product {
    display: flex;
    flex-direction: column;
    float: none !important;
    width: auto !important;
    min-width: 0;
    margin: 0 !important;
    padding: 0 !important;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    transform: none;
  }
  .vch-native-products .woocommerce ul.products li.product:hover {
    box-shadow: none;
    transform: none;
  }
  .vch-native-products .woocommerce ul.products li.product a.woocommerce-LoopProduct-link {
    display: flex;
    flex-direction: column;
    flex: 1;
    text-decoration: none;
  }
  .vch-native-products .woocommerce ul.products li.product a img {
    border: 1px solid #ebeae5;
    border-radius: 4px;
    width: 100%;
    aspect-ratio: 1;
    object-fit: contain;
    margin: 0 0 17px !important;
  }
  .vch-native-products .woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-family: var(--vch-font);
    font-weight: 500;
    font-size: 1rem !important;
    letter-spacing: -.02em;
    line-height: 1.5;
    padding: 0 !important;
    margin-bottom: 8px;
    color: var(--vch-navy);
  }
  .vch-native-products .woocommerce ul.products li.product .price {
    padding: 0 !important;
    margin: auto 0 0;
    color: var(--vch-navy) !important;
    font-size: 1.0625rem !important;
    font-weight: 600 !important;
  }
  .vch-native-products .woocommerce ul.products li.product .button {
    justify-content: center;
    align-items: center;
    min-height: 44px;
    margin: 15px 0 0 !important;
    padding: 10px 12px !important;
    border: 1px solid #bdc8ce;
    border-radius: 3px;
    color: var(--vch-navy) !important;
    background: #fff !important;
    font-family: var(--vch-font);
    font-weight: 500;
    font-size: .875rem !important;
  }
  .vch-native-products .woocommerce ul.products li.product .button:hover {
    border-color: var(--vch-navy);
    background: #f5f7f8 !important;
  }
  .vch-measure-section {
    padding: 64px 0;
    background: #f4f7f8;
    border-block: 1px solid #e5eaec;
  }
  .vch-measure-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 78px;
  }
  .vch-measure-art {
    display: flex;
    flex-direction: column;
    justify-content: center;
    aspect-ratio: 1.13;
    padding: 35px;
    background: #fff;
    border: 1px solid #dde5e9;
    border-radius: 4px;
    text-align: center;
  }
  .vch-drawing-kicker {
    color: #51616a;
    font-size: .8125rem;
    letter-spacing: .05em;
  }
  .vch-opening-drawing {
    position: relative;
    width: 78%;
    margin: 55px auto 32px;
  }
  .vch-opening {
    width: 100%;
    aspect-ratio: 2.5;
    border: 2px solid #17354d;
    background: #edf2f4;
    display: grid;
    place-items: center;
    color: #294759;
    font-size: .9375rem;
  }
  .vch-dimension-long {
    position: absolute;
    left: 0;
    right: 0;
    top: -31px;
    color: #9d2333;
    border-bottom: 1px solid #b12738;
    padding-bottom: 4px;
    font-size: .9375rem;
    line-height: 1.5;
  }
  .vch-dimension-long::before, .vch-dimension-long::after {
    content: '';
    position: absolute;
    bottom: -5px;
    height: 9px;
    width: 1px;
    background: #b12738;
  }
  .vch-dimension-long::before {
    left: 0;
  }
  .vch-dimension-long::after {
    right: 0;
  }
  .vch-dimension-short {
    position: absolute;
    top: 0;
    bottom: 0;
    right: -34px;
    writing-mode: vertical-rl;
    display: flex;
    justify-content: center;
    font-size: .9375rem;
    line-height: 1.4;
    border-left: 1px solid #b12738;
    padding-left: 6px;
    color: #9d2333;
  }
  .vch-drawing-caption {
    display: grid;
    gap: 7px;
  }
  .vch-drawing-caption strong {
    font-size: 1.375rem;
    font-weight: 500;
    color: var(--vch-navy);
  }
  .vch-drawing-caption > span {
    max-width: 290px;
    margin: 0 auto;
    font-size: .875rem;
    color: var(--vch-muted);
    line-height: 1.6;
  }
  .vch-measure-copy h2 {
    margin: 0 0 18px;
  }
  .vch-measure-copy > p:not(.vch-eyebrow) {
    margin: 0 0 22px;
  }
  .vch-steps {
    list-style: none;
    padding: 0;
    margin: 0 0 23px;
    display: grid;
    gap: 18px;
  }
  .vch-steps > li {
    display: grid;
    grid-template-columns: 29px minmax(0,1fr);
    gap: 14px;
    align-items: start;
  }
  .vch-steps > li > span {
    color: var(--vch-red);
    font-size: .8125rem;
    padding-top: 3px;
  }
  .vch-steps h3 {
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: -.01em;
    margin: 0 0 3px;
  }
  .vch-steps p {
    font-size: .9375rem;
    margin: 0;
  }
  .vch-button-outline {
    background: transparent;
    color: var(--vch-navy) !important;
    border-color: #a8b6c1;
  }
  .vch-button-outline:hover {
    background: #fff;
    color: var(--vch-navy) !important;
  }
  .vch-answers {
    display: grid;
    grid-template-columns: .8fr 1.2fr;
    gap: 80px;
    padding-block: 70px 80px;
  }
  .vch-answers h2 {
    margin: 0 0 17px;
  }
  .vch-answers-heading > p:last-child {
    max-width: 280px;
    margin: 0;
  }
  .vch-faq-list {
    border-top: 1px solid var(--vch-line);
  }
  .vch-faq-list details {
    border-bottom: 1px solid var(--vch-line);
  }
  .vch-faq-list summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    padding: 20px 0;
    list-style: none;
    cursor: pointer;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5;
    color: var(--vch-navy);
  }
  .vch-faq-list summary::-webkit-details-marker {
    display: none;
  }
  .vch-faq-list summary > span {
    font-weight: 400;
    font-size: 1.375rem;
    flex: 0 0 20px;
    text-align: center;
  }
  .vch-faq-list details[open] summary > span {
    transform: rotate(45deg);
  }
  .vch-faq-list p {
    margin: -3px 30px 20px 0;
    font-size: .9375rem;
  }
  .vch-footer {
    background: #fafaf8;
    border-top: 1px solid #e5e6e1;
    font-family: var(--vch-font);
    color: var(--vch-navy);
  }
  .vch-footer-grid {
    display: grid;
    grid-template-columns: 1.7fr 1fr 1fr;
    gap: 70px;
    padding-block: 48px;
  }
  .vch-footer-logo {
    width: 270px;
    max-width: 100%;
    height: auto;
  }
  .vch-footer-brand p {
    color: var(--vch-muted);
    font-size: .9375rem;
    line-height: 1.7;
    max-width: 320px;
    margin: 17px 0 0;
  }
  .vch-footer h2 {
    font-family: var(--vch-font);
    color: var(--vch-navy);
    font-size: .8125rem;
    font-weight: 600;
    letter-spacing: .09em;
    text-transform: uppercase;
    margin: 0 0 13px;
  }
  .vch-footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .vch-footer li a {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    color: var(--vch-muted);
    text-decoration: none;
    font-size: .875rem;
  }
  .vch-footer a:hover {
    color: var(--vch-red);
    text-decoration: underline;
  }
  .vch-footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    border-top: 1px solid #e1e3df;
    padding-block: 18px;
    font-size: .8125rem;
    color: #51616a;
  }
  .vch-footer-bottom p {
    margin: 0;
  }
  @media (max-width: 1000px) {
    .home .vca-shell, .vch-container {
      width: calc(100% - 48px);
    }
    .home .vca-header-main {
      grid-template-columns: minmax(0,1fr) auto;
      gap: 20px;
      min-height: 78px;
    }
    .home .vca-desktop-search, .home .vca-nav-wrap {
      display: none;
    }
    .home .vca-menu-toggle, .home .vca-mobile-search-button {
      display: inline-flex;
    }
    .vch-intro {
      padding-top: 44px;
    }
    .vch-size-layout {
      gap: 30px;
      grid-template-columns: .85fr 1.15fr;
    }
    .vch-size-form {
      flex-wrap: wrap;
    }
    .vch-size-field {
      flex-basis: 100%;
    }
    .vch-native-products .woocommerce ul.products {
      gap: 18px !important;
    }
    .vch-measure-layout {
      gap: 35px;
    }
    .vch-measure-art {
      padding: 24px;
    }
    .vch-answers {
      gap: 40px;
    }
    .vch-footer-grid {
      gap: 35px;
    }
  }
  @media (max-width: 700px) {
    .home .vca-shell, .vch-container {
      width: calc(100% - 32px);
    }
    .home .vca-logo {
      width: 230px;
    }
    .home .vca-header-main {
      gap: 10px;
      min-height: 72px;
    }
    .home .vca-topbar-inner {
      min-height: 32px;
      padding-block: 5px;
      font-size: .75rem;
    }
    .home .vca-topbar-inner > span {
      display: none;
    }
    .vch-intro {
      padding: 35px 0 30px;
    }
    .vch-intro h1 {
      font-size: clamp(2.25rem, 6.6vw, 3.2rem);
    }
    .vch-intro h1 em {
      font-size: 1.08em;
    }
    .vch-intro-copy {
      font-size: 1rem;
      max-width: 490px;
    }
    .vch-intro-actions {
      gap: 18px;
      margin-top: 21px;
    }
    .vch-eyebrow {
      font-size: .6875rem;
      letter-spacing: .13em;
    }
    .vch-collection-heading {
      display: block;
      padding-top: 20px;
    }
    .vch-collection-heading h2 {
      font-size: 1.25rem;
      margin-bottom: 5px;
    }
    .vch-collection-grid {
      gap: 14px;
    }
    .vch-collection-title {
      align-items: flex-start;
    }
    .vch-collection-title h3 {
      font-size: 1.0625rem;
    }
    .vch-circle-arrow {
      width: 28px;
      height: 28px;
      flex-basis: 28px;
      font-size: 1rem;
    }
    .vch-collection > p {
      font-size: .875rem;
    }
    .vch-image-label {
      font-size: .625rem;
      padding: 6px 8px;
      bottom: 9px;
      left: 9px;
      letter-spacing: .04em;
    }
    .vch-collections {
      padding-bottom: 40px;
    }
    .vch-size-section {
      padding: 36px 0;
    }
    .vch-size-layout {
      grid-template-columns: 1fr;
      gap: 21px;
    }
    .vch-size-layout > div:first-child > p:not(.vch-eyebrow) {
      max-width: 100%;
    }
    .vch-size-form {
      flex-wrap: nowrap;
      gap: 10px;
    }
    .vch-size-field {
      flex-basis: auto;
    }
    .vch-size-form .vch-button {
      padding-inline: 15px;
      font-size: .875rem;
    }
    .vch-size-form .vch-button span {
      display: none;
    }
    .vch-products {
      padding-block: 43px;
    }
    .vch-products .vch-section-heading {
      align-items: flex-start;
      flex-direction: column;
      gap: 5px;
    }
    .vch-native-products .woocommerce ul.products {
      grid-template-columns: repeat(2,minmax(0,1fr));
      column-gap: 14px !important;
      row-gap: 26px !important;
    }
    .vch-native-products .woocommerce ul.products li.product .woocommerce-loop-product__title {
      font-size: .9375rem !important;
    }
    .vch-measure-section {
      padding: 40px 0;
    }
    .vch-measure-layout {
      grid-template-columns: 1fr;
      gap: 30px;
    }
    .vch-measure-art {
      max-width: 460px;
      width: 100%;
      margin: 0 auto;
      aspect-ratio: 1.25;
      padding: 30px;
    }
    .vch-measure-copy {
      max-width: 520px;
    }
    .vch-answers {
      grid-template-columns: 1fr;
      gap: 23px;
      padding-block: 44px;
    }
    .vch-answers h2 br {
      display: none;
    }
    .vch-answers-heading > p:last-child {
      max-width: none;
    }
    .vch-footer-grid {
      grid-template-columns: 1fr 1fr;
      gap: 29px 25px;
      padding-block: 35px;
    }
    .vch-footer-brand {
      grid-column: 1 / -1;
    }
    .vch-footer-logo {
      width: 230px;
    }
  }
  @media (max-width: 500px) {
    .home .vca-logo {
      width: 185px;
    }
    .home .vca-header-actions {
      gap: 0;
    }
    .home .vca-icon-button, .home .vca-menu-toggle, .home .vca-cart-link {
      min-width: 40px;
      min-height: 44px;
      padding: 7px;
    }
    .vch-intro h1 {
      max-width: 410px;
      font-size: 2.25rem;
    }
    .vch-intro h1 em {
      font-size: 1.1em;
    }
    .vch-collection-grid {
      grid-template-columns: 1fr;
      gap: 20px;
    }
    .vch-collection {
      display: grid;
      grid-template-columns: 112px minmax(0,1fr);
      grid-template-rows: auto 1fr;
      column-gap: 16px;
      border-bottom: 1px solid #e5e7e3;
      padding-bottom: 20px;
    }
    .vch-collection-image {
      grid-row: 1 / 3;
      width: 112px;
      height: 112px;
      align-self: start;
    }
    .vch-image-label {
      display: none;
    }
    .vch-collection-title {
      margin: 0 0 7px;
      align-items: flex-start;
      gap: 6px;
    }
    .vch-collection-title h3 {
      font-size: 1.125rem;
      line-height: 1.4;
    }
    .vch-collection > p {
      max-width: 100%;
      font-size: .875rem;
      line-height: 1.55;
    }
    .vch-circle-arrow {
      width: 25px;
      height: 25px;
      flex-basis: 25px;
      font-size: 1rem;
    }
    .vch-collection:last-child {
      border-bottom: 0;
      padding-bottom: 0;
    }
    .vch-size-form {
      flex-wrap: wrap;
    }
    .vch-size-field {
      flex-basis: 100%;
    }
    .vch-size-form .vch-button {
      width: 100%;
    }
    .vch-size-shortcuts {
      gap: 7px;
    }
    .vch-size-shortcuts a {
      flex: 1 0 27%;
    }
    .vch-drawing-caption > span {
      max-width: 230px;
    }
  }
  @media (prefers-reduced-motion: reduce) {
    .vch-home *, .vch-home *::before, .vch-home *::after {
      transition: none !important;
      animation: none !important;
      scroll-behavior: auto !important;
    }
  }
  .vca-skip-link {
    position: fixed;
    top: -100px;
    left: 1rem;
    z-index: 99999;
    padding: .8rem 1.2rem;
    background: #fff;
    color: var(--color-primary);
    border: 2px solid var(--color-primary);
    border-radius: .3rem;
  }
  .vca-skip-link:focus {
    top: 1rem;
  }
  :where(a, button, input, select, textarea, summary):focus-visible {
    outline: 3px solid var(--color-primary-500);
    outline-offset: 3px;
  }
  .vca-native-mini-cart .wc-block-mini-cart__button {
    min-width: 44px;
    min-height: 44px;
    color: var(--color-primary);
  }
  .vca-catalog-locations {
    display: flex;
    flex-wrap: wrap;
    gap: .6rem;
    margin: 1rem 0 2rem;
  }
  .vca-catalog-locations a {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    padding: .45rem 1rem;
    border: 1px solid var(--color-line);
    border-radius: .45rem;
    font-weight: 700;
    text-decoration: none;
  }
  .vca-catalog-locations a:hover {
    background: var(--color-primary-50);
  }
  .vca-catalog-layout {
    display: grid;
    grid-template-columns: 210px minmax(0,1fr);
    gap: 2rem;
  }
  .vca-catalog-results {
    min-width: 0;
  }
  .vca-filter-panel {
    border: 1px solid var(--color-line);
    border-radius: .65rem;
    background: #fff;
  }
  .vca-filter-panel summary {
    padding: 1rem;
    cursor: pointer;
    font-weight: 700;
    color: var(--color-primary);
    min-height: 48px;
  }
  .vca-filter-fields {
    padding: 0 1rem 1rem;
  }
  .vca-filter-widget {
    margin: 0 0 1.5rem;
  }
  .vca-filter-widget h2 {
    font-family: var(--font-sans);
    font-size: 1rem;
    line-height: 1.4;
    margin: 0 0 .65rem;
  }
  .vca-filter-widget ul {
    list-style: none;
    padding: 0;
  }
  .vca-filter-widget li {
    margin: .35rem 0;
  }
  .vca-filter-widget select {
    width: 100%;
    min-height: 44px;
    border: 1px solid var(--color-line);
    border-radius: .3rem;
    padding: .5rem;
  }
  .vca-filter-help {
    font-size: 1rem;
    line-height: 1.5;
  }
  .vca-catalog-results ul.products {
    grid-template-columns: repeat(3,minmax(0,1fr));
  }
  .vca-benefits-band {
    background: var(--color-surface);
    border-block: 1px solid var(--color-line);
  }
  @media (max-width: 900px) {
    .vca-catalog-layout {
      grid-template-columns: 1fr;
      gap: 1.25rem;
    }
    .vca-filter-fields {
      display: grid;
      grid-template-columns: repeat(2,minmax(0,1fr));
      gap: 1rem;
    }
    .vca-catalog-results ul.products {
      grid-template-columns: repeat(2,minmax(0,1fr));
    }
  }
  @media (max-width: 480px) {
    .vca-filter-fields {
      grid-template-columns: 1fr;
    }
  }
  @media (prefers-reduced-motion: reduce) {
    html {
      scroll-behavior: auto;
    }
    *, *::before, *::after {
      animation-duration: .01ms !important;
      transition-duration: .01ms !important;
    }
  }
  .vca-shell {
    width: min(1180px, calc(100% - 2rem));
    margin-inline: auto;
  }
  .vca-section {
    padding: clamp(3.5rem, 7vw, 6.5rem) 0;
  }
  .vca-section-tight {
    padding: clamp(2.7rem, 5vw, 4.5rem) 0;
  }
  .vca-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: .55rem;
    color: var(--color-accent-700);
    font-size: .78rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .15em;
  }
  .vca-eyebrow::before {
    content: "";
    width: 1.8rem;
    height: 2px;
    background: var(--color-accent);
  }
  .vca-section-heading {
    max-width: 760px;
    margin: 0 0 2.2rem;
  }
  .vca-section-heading h2 {
    margin: .55rem 0 .8rem;
  }
  .vca-section-heading p {
    margin: 0;
    font-size: 1.12rem;
    color: var(--color-secondary-600);
  }
  .vca-topbar {
    background: var(--color-primary-900);
    color: #fff;
    font-size: .82rem;
    font-weight: 600;
    letter-spacing: .02em;
  }
  .vca-topbar-inner {
    min-height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .8rem;
    flex-wrap: wrap;
    padding-block: .45rem;
  }
  .vca-topbar a {
    color: #fff;
    text-decoration: underline;
    text-underline-offset: .18em;
  }
  .vca-topbar-dot {
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: var(--color-accent-500);
  }
  .vca-header {
    position: relative;
    z-index: 30;
    background: rgba(255,255,255,.98);
    border-bottom: 1px solid var(--color-line);
  }
  .vca-header-main {
    display: grid;
    grid-template-columns: 260px minmax(260px, 1fr) auto;
    gap: 2rem;
    align-items: center;
    min-height: 96px;
  }
  .vca-brand {
    display: flex;
    align-items: center;
    text-decoration: none;
  }
  .vca-logo {
    width: min(250px, 100%);
    height: auto;
    display: block;
  }
  .vca-brand-text {
    font-family: var(--font-display);
    font-size: 2rem;
    font-weight: 800;
    color: var(--color-primary-900);
  }
  .vca-product-search {
    display: flex;
    border: 1px solid var(--color-secondary-300);
    border-radius: var(--radius-pill);
    background: #fff;
    overflow: hidden;
    transition: border-color .2s ease, box-shadow .2s ease;
  }
  .vca-product-search:focus-within {
    border-color: var(--color-primary-500);
    box-shadow: 0 0 0 3px rgba(36,95,150,.12);
  }
  .vca-product-search input[type="search"] {
    width: 100%;
    min-width: 0;
    border: 0;
    outline: 0;
    padding: .8rem 1rem .8rem 1.15rem;
    background: transparent;
    color: var(--color-ink);
  }
  .vca-product-search button {
    width: 48px;
    flex: 0 0 48px;
    border: 0;
    background: var(--color-primary);
    color: #fff;
    cursor: pointer;
    display: grid;
    place-items: center;
  }
  .vca-product-search button:hover {
    background: var(--color-primary-700);
  }
  .vca-product-search svg {
    width: 20px;
    height: 20px;
  }
  .vca-header-actions {
    display: flex;
    align-items: center;
    gap: .7rem;
  }
  .vca-cart-link, .vca-icon-button, .vca-menu-toggle {
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .45rem;
    border-radius: var(--radius-pill);
    border: 1px solid var(--color-secondary-200);
    background: #fff;
    color: var(--color-primary-900);
    text-decoration: none;
    padding: .55rem .8rem;
    cursor: pointer;
  }
  .vca-cart-link:hover, .vca-icon-button:hover, .vca-menu-toggle:hover {
    border-color: var(--color-primary-200);
    background: var(--color-primary-50);
    color: var(--color-primary);
  }
  .vca-cart-link svg, .vca-icon-button svg, .vca-menu-toggle svg {
    width: 20px;
    height: 20px;
  }
  .vca-cart-count {
    min-width: 21px;
    height: 21px;
    display: inline-grid;
    place-items: center;
    border-radius: 50%;
    background: var(--color-accent);
    color: #fff;
    font-size: .72rem;
    font-weight: 800;
  }
  .vca-menu-toggle, .vca-mobile-search-button {
    display: none;
  }
  .vca-mobile-search {
    border-top: 1px solid var(--color-line);
    padding: .75rem 0;
  }
  .vca-nav-wrap {
    border-top: 1px solid var(--color-secondary-100);
    background: #fff;
  }
  .vca-primary-nav {
    min-height: 52px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
  }
  .vca-menu {
    display: flex;
    align-items: center;
    gap: 1.75rem;
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .vca-menu a {
    position: relative;
    display: inline-flex;
    align-items: center;
    min-height: 50px;
    color: var(--color-primary-900);
    text-decoration: none;
    font-size: .94rem;
    font-weight: 700;
  }
  .vca-menu a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 100%;
    bottom: 9px;
    height: 2px;
    background: var(--color-accent);
    transition: right .2s ease;
  }
  .vca-menu a:hover::after {
    right: 0;
  }
  .vca-size-cta {
    color: var(--color-accent-700);
    font-weight: 800;
    font-size: .9rem;
    text-decoration: none;
    white-space: nowrap;
  }
  .vca-size-cta:hover {
    color: var(--color-primary);
  }
  .vca-mobile-nav {
    display: none;
    border-top: 1px solid var(--color-line);
    background: #fff;
  }
  .vca-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .55rem;
    min-height: 48px;
    padding: .78rem 1.25rem;
    border: 1px solid transparent;
    border-radius: .55rem;
    font-weight: 800;
    text-decoration: none;
    transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
  }
  .vca-button:hover {
    transform: translateY(-1px);
  }
  .vca-button-primary {
    background: var(--color-primary);
    color: #fff;
    box-shadow: 0 10px 24px rgba(18,59,103,.16);
  }
  .vca-button-primary:hover {
    background: var(--color-primary-700);
    color: #fff;
    box-shadow: 0 12px 28px rgba(18,59,103,.23);
  }
  .vca-button-accent {
    background: var(--color-accent);
    color: #fff;
  }
  .vca-button-accent:hover {
    background: var(--color-accent-700);
    color: #fff;
  }
  .vca-button-outline {
    background: #fff;
    color: var(--color-primary);
    border-color: var(--color-primary-200);
  }
  .vca-button-outline:hover {
    background: var(--color-primary-50);
    color: var(--color-primary-900);
  }
  .vca-hero {
    position: relative;
    overflow: hidden;
    background: linear-gradient(118deg, #f4f8fc 0%, #fff 58%, #fff5f5 100%);
    border-bottom: 1px solid var(--color-line);
  }
  .vca-hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 6px;
    height: 100%;
    background: linear-gradient(var(--color-primary), var(--color-accent));
  }
  .vca-hero-grid {
    display: grid;
    grid-template-columns: 1.07fr .93fr;
    align-items: center;
    gap: clamp(2.5rem, 5vw, 5rem);
    min-height: 610px;
    padding-block: clamp(4rem, 8vw, 7rem);
  }
  .vca-hero h1 {
    max-width: 780px;
    margin: .7rem 0 1.1rem;
  }
  .vca-hero h1 span {
    color: var(--color-accent);
  }
  .vca-hero-lead {
    max-width: 660px;
    margin: 0;
    font-size: clamp(1.08rem, 2vw, 1.3rem);
    color: var(--color-secondary-700);
  }
  .vca-hero-actions {
    display: flex;
    gap: .8rem;
    flex-wrap: wrap;
    margin-top: 1.7rem;
  }
  .vca-hero-proof {
    display: flex;
    gap: 1.2rem;
    flex-wrap: wrap;
    margin-top: 1.9rem;
    color: var(--color-secondary-600);
    font-size: .9rem;
    font-weight: 700;
  }
  .vca-hero-proof span {
    display: flex;
    align-items: center;
    gap: .4rem;
  }
  .vca-hero-proof svg {
    width: 17px;
    height: 17px;
    color: var(--color-primary);
  }
  .vca-hero-visual {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 1rem;
    min-height: 430px;
  }
  .vca-hero-card {
    position: relative;
    overflow: hidden;
    border-radius: 1rem;
    background: #fff;
    border: 1px solid var(--color-line);
    box-shadow: 0 18px 50px rgba(18,59,103,.12);
  }
  .vca-hero-card:first-child {
    grid-row: 1 / 3;
  }
  .vca-hero-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .vca-hero-card-label {
    position: absolute;
    left: .8rem;
    bottom: .8rem;
    padding: .45rem .7rem;
    border-radius: var(--radius-pill);
    background: rgba(255,255,255,.94);
    color: var(--color-primary-900);
    font-size: .8rem;
    font-weight: 800;
    box-shadow: 0 4px 14px rgba(0,0,0,.08);
  }
  .vca-category-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
  }
  .vca-category-card {
    position: relative;
    min-height: 390px;
    border: 1px solid var(--color-line);
    border-radius: var(--radius-card);
    overflow: hidden;
    background: #fff;
    text-decoration: none;
    color: var(--color-ink);
    box-shadow: 0 8px 30px rgba(18,59,103,.07);
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
  }
  .vca-category-card:hover {
    transform: translateY(-4px);
    border-color: var(--color-primary-200);
    box-shadow: 0 16px 42px rgba(18,59,103,.14);
    color: var(--color-ink);
  }
  .vca-category-card-media {
    height: 245px;
    background: var(--color-surface);
    overflow: hidden;
  }
  .vca-category-card-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .35s ease;
  }
  .vca-category-card:hover img {
    transform: scale(1.025);
  }
  .vca-category-card-body {
    padding: 1.35rem 1.4rem 1.5rem;
  }
  .vca-category-card-body h3 {
    margin: 0 0 .45rem;
    font-size: 1.8rem;
  }
  .vca-category-card-body p {
    margin: 0;
    color: var(--color-secondary-600);
  }
  .vca-card-link {
    display: inline-flex;
    margin-top: .9rem;
    color: var(--color-accent-700);
    font-weight: 800;
  }
  .vca-size-section {
    background: var(--color-primary-900);
    color: #fff;
    overflow: hidden;
    position: relative;
  }
  .vca-size-section::after {
    content: "";
    position: absolute;
    width: 300px;
    height: 300px;
    border: 54px solid rgba(255,255,255,.035);
    border-radius: 50%;
    right: -90px;
    top: -80px;
  }
  .vca-size-section h2, .vca-size-section h3 {
    color: #fff;
  }
  .vca-size-section .vca-eyebrow {
    color: #fff;
  }
  .vca-size-section .vca-eyebrow::before {
    background: #ffb5b8;
  }
  .vca-size-section .vca-section-heading p {
    color: #d7e2ec;
  }
  .vca-size-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(8, minmax(0, 1fr));
    gap: .65rem;
  }
  .vca-size-chip {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 56px;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: .55rem;
    color: #fff;
    background: rgba(255,255,255,.06);
    text-decoration: none;
    font-family: var(--font-display);
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: .025em;
  }
  .vca-size-chip:hover {
    background: #fff;
    color: var(--color-primary-900);
    border-color: #fff;
  }
  .vca-size-helper {
    margin-top: 1.3rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    color: #d7e2ec;
  }
  .vca-size-helper a {
    color: #fff;
    font-weight: 800;
  }
  .vca-measure-grid {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: clamp(2rem, 5vw, 5rem);
    align-items: center;
  }
  .vca-measure-visual {
    min-height: 390px;
    display: grid;
    place-items: center;
    background: var(--color-primary-50);
    border: 1px solid var(--color-primary-100);
    border-radius: var(--radius-card);
    padding: 2rem;
  }
  .vca-measure-diagram {
    width: min(430px, 100%);
  }
  .vca-measure-steps {
    display: grid;
    gap: .9rem;
    margin-top: 1.5rem;
  }
  .vca-measure-step {
    display: grid;
    grid-template-columns: 38px 1fr;
    gap: .85rem;
    align-items: start;
  }
  .vca-step-number {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: var(--color-accent-50);
    border: 1px solid var(--color-accent-100);
    color: var(--color-accent-700);
    display: grid;
    place-items: center;
    font-weight: 800;
  }
  .vca-measure-step h3 {
    margin: .1rem 0 .2rem;
    font-size: 1.25rem;
  }
  .vca-measure-step p {
    margin: 0;
    color: var(--color-secondary-600);
  }
  .vca-benefit-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
  }
  .vca-benefit {
    padding: 1.4rem;
    border: 1px solid var(--color-line);
    border-radius: .8rem;
    background: #fff;
  }
  .vca-benefit-icon {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border-radius: .6rem;
    color: var(--color-primary);
    background: var(--color-primary-50);
    margin-bottom: 1rem;
  }
  .vca-benefit-icon svg {
    width: 22px;
    height: 22px;
  }
  .vca-benefit h3 {
    margin: 0 0 .45rem;
    font-size: 1.35rem;
  }
  .vca-benefit p {
    margin: 0;
    color: var(--color-secondary-600);
  }
  .vca-guide-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
  }
  .vca-guide-card {
    padding: 1.5rem;
    border-radius: .85rem;
    border: 1px solid var(--color-line);
    background: var(--color-surface);
    text-decoration: none;
    color: var(--color-ink);
  }
  .vca-guide-card:hover {
    background: #fff;
    border-color: var(--color-primary-200);
    color: var(--color-ink);
    box-shadow: 0 10px 28px rgba(18,59,103,.08);
  }
  .vca-guide-card .vca-guide-kicker {
    color: var(--color-accent-700);
    font-size: .76rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .12em;
  }
  .vca-guide-card h3 {
    margin: .45rem 0 .55rem;
  }
  .vca-guide-card p {
    margin: 0;
    color: var(--color-secondary-600);
  }
  .vca-home-cta {
    border-radius: 1rem;
    background: linear-gradient(115deg, var(--color-primary-900), var(--color-primary));
    color: #fff;
    padding: clamp(2rem, 5vw, 4rem);
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 2rem;
    align-items: center;
  }
  .vca-home-cta h2 {
    color: #fff;
    margin: 0 0 .5rem;
  }
  .vca-home-cta p {
    color: #d8e4ee;
    margin: 0;
    max-width: 720px;
  }
  .vca-content {
    width: min(850px, calc(100% - 2rem));
    margin: 0 auto;
    padding: 3.5rem 0 5rem;
  }
  .vca-content > *:first-child {
    margin-top: 0;
  }
  .vca-content p, .vca-content li {
    color: var(--color-secondary-700);
  }
  .vca-content h2 {
    margin-top: 2.5rem;
  }
  .vca-content h3 {
    margin-top: 2rem;
  }
  .vca-content table {
    width: 100%;
    border-collapse: collapse;
    margin: 1.5rem 0;
  }
  .vca-content th, .vca-content td {
    border: 1px solid var(--color-line);
    padding: .75rem;
    text-align: left;
  }
  .vca-content th {
    background: var(--color-primary-50);
    color: var(--color-primary-900);
  }
  .vca-breadcrumbs {
    padding: 1rem 0 0;
    font-size: .86rem;
    color: var(--color-secondary-600);
  }
  .vca-breadcrumbs a {
    color: var(--color-secondary-700);
    text-decoration: none;
  }
  .vca-breadcrumbs a:hover {
    color: var(--color-accent-700);
  }
  .vca-footer {
    margin-top: auto;
    background: #f4f7fa;
    border-top: 1px solid var(--color-line);
  }
  .vca-footer-grid {
    display: grid;
    grid-template-columns: 1.5fr repeat(3, 1fr);
    gap: 3rem;
    padding-block: 4.5rem;
  }
  .vca-footer-logo {
    width: 220px;
    height: auto;
  }
  .vca-footer-brand p {
    max-width: 370px;
    color: var(--color-secondary-600);
    margin: 1rem 0;
  }
  .vca-footer-note {
    display: inline-flex;
    padding: .55rem .75rem;
    border-left: 3px solid var(--color-accent);
    background: #fff;
    color: var(--color-primary-900);
    font-size: .9rem;
    font-weight: 700;
  }
  .vca-footer h2 {
    margin: .2rem 0 1rem;
    font-size: 1.15rem;
    text-transform: uppercase;
    letter-spacing: .06em;
  }
  .vca-footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: .55rem;
  }
  .vca-footer a {
    color: var(--color-secondary-700);
    text-decoration: none;
  }
  .vca-footer a:hover {
    color: var(--color-accent-700);
  }
  .vca-footer-bottom {
    border-top: 1px solid var(--color-line);
    background: #fff;
  }
  .vca-footer-bottom-inner {
    min-height: 64px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    color: var(--color-secondary-600);
    font-size: .82rem;
  }
  .vca-footer-bottom p {
    margin: 0;
  }
  .woocommerce .woocommerce-breadcrumb {
    display: none;
  }
  .woocommerce .woocommerce-result-count, .woocommerce .woocommerce-ordering {
    margin-bottom: 1.5rem;
    color: var(--color-secondary-600);
  }
  .woocommerce .woocommerce-ordering select {
    border: 1px solid var(--color-secondary-300);
    border-radius: .45rem;
    padding: .55rem .75rem;
    background: #fff;
  }
  .woocommerce ul.products {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.15rem !important;
    margin: 1.5rem 0 3rem !important;
  }
  .woocommerce ul.products::before, .woocommerce ul.products::after {
    display: none !important;
  }
  .woocommerce ul.products li.product {
    float: none !important;
    width: auto !important;
    margin: 0 !important;
    padding: 0 0 1.1rem !important;
    border: 1px solid var(--color-line);
    border-radius: .8rem;
    overflow: hidden;
    background: #fff;
    transition: transform .18s ease, box-shadow .18s ease;
  }
  .woocommerce ul.products li.product:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(18,59,103,.1);
  }
  .woocommerce ul.products li.product a img {
    width: 100% !important;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    margin: 0 0 .85rem !important;
    background: var(--color-surface);
  }
  .woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-family: var(--font-display);
    font-size: 1.25rem !important;
    line-height: 1.08;
    color: var(--color-primary-900);
    padding: 0 .9rem !important;
  }
  .woocommerce ul.products li.product .price {
    display: block;
    padding: 0 .9rem;
    color: var(--color-accent-700) !important;
    font-weight: 800 !important;
    font-size: 1.05rem !important;
  }
  .woocommerce ul.products li.product .button {
    margin: .7rem .9rem 0 !important;
    display: inline-flex;
    border-radius: .45rem;
    background: var(--color-primary) !important;
    color: #fff !important;
    padding: .7rem .85rem !important;
    font-size: .88rem !important;
  }
  .woocommerce span.onsale {
    min-width: auto;
    min-height: auto;
    line-height: 1;
    padding: .45rem .6rem;
    border-radius: .35rem;
    background: var(--color-accent);
    color: #fff;
    top: .6rem;
    left: .6rem;
  }
  .woocommerce div.product {
    padding-bottom: 4rem;
  }
  .woocommerce div.product div.images, .woocommerce div.product div.summary {
    margin-top: 1.2rem;
  }
  .woocommerce div.product div.images img {
    border-radius: .75rem;
    background: var(--color-surface);
  }
  .woocommerce div.product .woocommerce-product-gallery__image {
    border-radius: .75rem;
    overflow: hidden;
    border: 1px solid var(--color-line);
  }
  .woocommerce div.product .flex-control-thumbs {
    display: grid !important;
    grid-template-columns: repeat(5, 1fr);
    gap: .55rem;
    margin-top: .65rem !important;
  }
  .woocommerce div.product .flex-control-thumbs li {
    width: auto !important;
    float: none !important;
  }
  .woocommerce div.product .flex-control-thumbs img {
    border: 1px solid var(--color-line);
    border-radius: .4rem;
  }
  .woocommerce div.product .product_title {
    font-family: var(--font-display);
    font-size: clamp(2.3rem, 4vw, 3.5rem);
    line-height: 1;
    color: var(--color-primary-900);
    margin-bottom: .8rem;
  }
  .woocommerce div.product p.price, .woocommerce div.product span.price {
    color: var(--color-accent-700);
    font-size: 1.5rem;
    font-weight: 800;
  }
  .woocommerce-product-details__short-description {
    color: var(--color-secondary-700);
    font-size: 1.06rem;
  }
  .woocommerce div.product form.cart {
    padding: 1rem 0;
    border-top: 1px solid var(--color-line);
    border-bottom: 1px solid var(--color-line);
  }
  .woocommerce div.product form.cart .variations {
    margin-bottom: .7rem;
  }
  .woocommerce div.product form.cart .variations th {
    padding-right: 1rem;
    color: var(--color-primary-900);
  }
  .woocommerce div.product form.cart select {
    min-height: 44px;
    border: 1px solid var(--color-secondary-300);
    border-radius: .45rem;
    padding: .5rem .8rem;
    background: #fff;
  }
  .woocommerce .quantity .qty {
    min-height: 44px;
    border: 1px solid var(--color-secondary-300);
    border-radius: .4rem;
  }
  .woocommerce div.product form.cart .button, .woocommerce button.button.alt, .woocommerce a.button.alt, .woocommerce input.button.alt, .woocommerce #respond input#submit.alt {
    min-height: 44px;
    border-radius: .45rem;
    background: var(--color-primary);
    color: #fff;
    font-weight: 800;
  }
  .woocommerce div.product form.cart .button:hover, .woocommerce button.button.alt:hover, .woocommerce a.button.alt:hover, .woocommerce input.button.alt:hover {
    background: var(--color-primary-700);
  }
  .woocommerce div.product .product_meta {
    color: var(--color-secondary-600);
    font-size: .88rem;
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs {
    padding: 0 !important;
    border-bottom: 1px solid var(--color-line);
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs::before {
    display: none !important;
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: 0 !important;
    background: transparent !important;
    margin: 0 .35rem 0 0 !important;
    padding: 0 !important;
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs li::before, .woocommerce div.product .woocommerce-tabs ul.tabs li::after {
    display: none;
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs li a {
    padding: .8rem .9rem !important;
    color: var(--color-secondary-700) !important;
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    color: var(--color-primary-900) !important;
    border-bottom: 3px solid var(--color-accent);
  }
  .woocommerce-Tabs-panel {
    color: var(--color-secondary-700);
  }
  .woocommerce-Tabs-panel h2 {
    font-size: 2rem;
  }
  .woocommerce-Tabs-panel table {
    border-collapse: collapse;
  }
  .woocommerce-Tabs-panel table th, .woocommerce-Tabs-panel table td {
    padding: .7rem;
    border-bottom: 1px solid var(--color-line);
  }
  .woocommerce-message, .woocommerce-info, .woocommerce-error {
    border-top-color: var(--color-primary);
    background: var(--color-primary-50);
    color: var(--color-primary-900);
  }
  .woocommerce-error {
    border-top-color: var(--color-accent);
    background: var(--color-accent-50);
  }
  .woocommerce table.shop_table {
    border-color: var(--color-line);
    border-radius: .65rem;
  }
  .woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce form .form-row select {
    min-height: 44px;
    border: 1px solid var(--color-secondary-300);
    border-radius: .4rem;
    padding: .55rem .7rem;
    background: #fff;
  }
  .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout #place_order {
    background: var(--color-primary) !important;
    color: #fff !important;
    border-radius: .5rem !important;
  }
  .woocommerce nav.woocommerce-pagination ul {
    border: 0;
    display: flex;
    gap: .4rem;
  }
  .woocommerce nav.woocommerce-pagination ul li {
    border: 0;
  }
  .woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
    min-width: 38px;
    min-height: 38px;
    display: grid;
    place-items: center;
    border: 1px solid var(--color-line);
    border-radius: .4rem;
    background: #fff;
    color: var(--color-primary-900);
  }
  .woocommerce nav.woocommerce-pagination ul li span.current {
    background: var(--color-primary);
    color: #fff;
    border-color: var(--color-primary);
  }
  .vca-woo-shell {
    width: min(1180px, calc(100% - 2rem));
    margin-inline: auto;
    padding-bottom: 4.5rem;
  }
  .woocommerce-products-header {
    padding: 2.3rem 0 1rem;
  }
  .woocommerce-products-header .page-title {
    margin: 0 0 .75rem;
    font-size: clamp(2.6rem, 5vw, 4rem);
  }
  .term-description {
    max-width: 850px;
    color: var(--color-secondary-700);
    font-size: 1.03rem;
  }
  .vca-product-measure-note {
    margin: .8rem 0 1rem;
    padding: .85rem 1rem;
    border-left: 3px solid var(--color-accent);
    background: var(--color-primary-50);
    color: var(--color-secondary-700);
    font-size: .92rem;
  }
  .vca-product-measure-note strong {
    color: var(--color-primary-900);
  }
  .vca-product-measure-note a {
    font-weight: 800;
  }
  .vca-archive-guide {
    margin: 3.5rem 0 0;
    padding: clamp(1.5rem, 4vw, 2.5rem);
    border: 1px solid var(--color-line);
    border-radius: var(--radius-card);
    background: var(--color-surface);
  }
  .vca-archive-guide h2 {
    margin: 0 0 .7rem;
  }
  .vca-archive-guide > p {
    max-width: 900px;
    color: var(--color-secondary-700);
  }
  .vca-archive-guide-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    margin: 1.4rem 0;
  }
  .vca-archive-guide-grid > div {
    padding: 1.1rem;
    border: 1px solid var(--color-line);
    border-radius: .65rem;
    background: #fff;
  }
  .vca-archive-guide-grid h3 {
    margin: 0 0 .35rem;
    font-size: 1.2rem;
  }
  .vca-archive-guide-grid p {
    margin: 0;
    color: var(--color-secondary-600);
  }
  @media (max-width: 980px) {
    .vca-header-main {
      grid-template-columns: minmax(0, 1fr) auto;
      min-height: 82px;
      gap: 1rem;
    }
    .vca-desktop-search, .vca-nav-wrap {
      display: none;
    }
    .vca-menu-toggle, .vca-mobile-search-button {
      display: inline-flex;
    }
    .vca-cart-link span:not(.vca-cart-count) {
      display: none;
    }
    .vca-mobile-nav {
      display: block;
      padding: .6rem 0 1rem;
    }
    .vca-mobile-nav .vca-menu {
      display: grid;
      gap: 0;
    }
    .vca-mobile-nav .vca-menu a {
      min-height: 46px;
      border-bottom: 1px solid var(--color-secondary-100);
    }
    .vca-hero-grid {
      grid-template-columns: 1fr;
      min-height: auto;
    }
    .vca-hero-visual {
      min-height: 360px;
    }
    .vca-category-grid {
      grid-template-columns: repeat(3, 1fr);
    }
    .vca-size-grid {
      grid-template-columns: repeat(4, 1fr);
    }
    .vca-benefit-grid {
      grid-template-columns: repeat(2, 1fr);
    }
    .vca-footer-grid {
      grid-template-columns: 1.4fr 1fr 1fr;
    }
    .vca-footer-grid > div:last-child {
      grid-column: 2 / 4;
    }
    .woocommerce ul.products {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  @media (max-width: 720px) {
    .vca-shell {
      width: min(100% - 1.25rem, 1180px);
    }
    .vca-topbar-inner span:nth-child(2), .vca-topbar-inner span:nth-child(3) {
      display: none;
    }
    .vca-header-main {
      min-height: 72px;
    }
    .vca-logo {
      width: 190px;
    }
    .vca-hero {
      border-left: 0;
    }
    .vca-hero::before {
      width: 100%;
      height: 4px;
    }
    .vca-hero-grid {
      padding-block: 3.4rem;
    }
    .vca-hero-visual {
      min-height: 310px;
      gap: .65rem;
    }
    .vca-hero-card:first-child {
      grid-row: auto;
      grid-column: 1 / 3;
      min-height: 180px;
    }
    .vca-category-grid {
      grid-template-columns: 1fr;
    }
    .vca-category-card {
      min-height: 0;
    }
    .vca-category-card-media {
      height: 260px;
    }
    .vca-size-grid {
      grid-template-columns: repeat(4, 1fr);
    }
    .vca-size-chip {
      min-height: 48px;
      font-size: 1.05rem;
    }
    .vca-size-helper {
      align-items: flex-start;
      flex-direction: column;
    }
    .vca-measure-grid {
      grid-template-columns: 1fr;
    }
    .vca-measure-visual {
      min-height: 310px;
    }
    .vca-benefit-grid, .vca-guide-grid {
      grid-template-columns: 1fr;
    }
    .vca-home-cta {
      grid-template-columns: 1fr;
    }
    .vca-footer-grid {
      grid-template-columns: 1fr 1fr;
      gap: 2rem;
    }
    .vca-footer-brand {
      grid-column: 1 / 3;
    }
    .vca-footer-grid > div:last-child {
      grid-column: auto;
    }
    .vca-footer-bottom-inner {
      align-items: flex-start;
      flex-direction: column;
      justify-content: center;
      padding-block: 1rem;
    }
    .woocommerce ul.products {
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: .65rem !important;
    }
    .woocommerce ul.products li.product .woocommerce-loop-product__title {
      font-size: 1.06rem !important;
      padding-inline: .65rem !important;
    }
    .woocommerce ul.products li.product .price {
      padding-inline: .65rem;
    }
    .woocommerce ul.products li.product .button {
      margin-inline: .65rem !important;
      font-size: .78rem !important;
    }
    .woocommerce div.product .product_title {
      font-size: 2.4rem;
    }
  }
  @media (max-width: 430px) {
    .vca-logo {
      width: 165px;
    }
    .vca-header-actions {
      gap: .35rem;
    }
    .vca-cart-link, .vca-icon-button, .vca-menu-toggle {
      min-width: 38px;
      min-height: 38px;
      padding: .4rem;
    }
    .vca-size-grid {
      grid-template-columns: repeat(3, 1fr);
    }
    .vca-footer-grid {
      grid-template-columns: 1fr;
    }
    .vca-footer-brand, .vca-footer-grid > div:last-child {
      grid-column: auto;
    }
  }
}
@layer base {
  input:where([type='text']),input:where(:not([type])),input:where([type='email']),input:where([type='url']),input:where([type='password']),input:where([type='number']),input:where([type='date']),input:where([type='datetime-local']),input:where([type='month']),input:where([type='search']),input:where([type='tel']),input:where([type='time']),input:where([type='week']),select:where([multiple]),textarea,select {
    appearance: none;
    background-color: #fff;
    border-color: oklch(55.1% 0.027 264.364);
    border-width: 1px;
    border-radius: 0px;
    padding-top: 0.5rem;
    padding-right: 0.75rem;
    padding-bottom: 0.5rem;
    padding-left: 0.75rem;
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-shadow: 0 0 #0000;
    &:focus {
      outline: 2px solid transparent;
      outline-offset: 2px;
      --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-color: oklch(54.6% 0.245 262.881);
      --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
      --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
      box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
      border-color: oklch(54.6% 0.245 262.881);
    }
  }
  input::placeholder,textarea::placeholder {
    color: oklch(55.1% 0.027 264.364);
    opacity: 1;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-date-and-time-value {
    min-height: 1.5em;
  }
  ::-webkit-date-and-time-value {
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field {
    padding-top: 0;
    padding-bottom: 0;
  }
  select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='oklch(55.1%25 0.027 264.364)' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
    background-position: right 0.5rem center;
    background-repeat: no-repeat;
    background-size: 1.5em 1.5em;
    padding-right: 2.5rem;
    print-color-adjust: exact;
  }
  select:where([multiple]),select:where([size]:not([size="1"])) {
    background-image: initial;
    background-position: initial;
    background-repeat: unset;
    background-size: initial;
    padding-right: 0.75rem;
    print-color-adjust: unset;
  }
  input:where([type='checkbox']),input:where([type='radio']) {
    appearance: none;
    padding: 0;
    print-color-adjust: exact;
    display: inline-block;
    vertical-align: middle;
    background-origin: border-box;
    user-select: none;
    flex-shrink: 0;
    height: 1rem;
    width: 1rem;
    color: oklch(54.6% 0.245 262.881);
    background-color: #fff;
    border-color: oklch(55.1% 0.027 264.364);
    border-width: 1px;
    --tw-shadow: 0 0 #0000;
  }
  input:where([type='checkbox']) {
    border-radius: 0px;
  }
  input:where([type='radio']) {
    border-radius: 100%;
  }
  input:where([type='checkbox']):focus,input:where([type='radio']):focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
    --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
    --tw-ring-offset-width: 2px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: oklch(54.6% 0.245 262.881);
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  input:where([type='checkbox']):checked,input:where([type='radio']):checked {
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
  }
  input:where([type='checkbox']):checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
    @media (forced-colors: active) {
      appearance: auto;
    }
  }
  input:where([type='radio']):checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
    @media (forced-colors: active) {
      appearance: auto;
    }
  }
  input:where([type='checkbox']):checked:hover,input:where([type='checkbox']):checked:focus,input:where([type='radio']):checked:hover,input:where([type='radio']):checked:focus {
    border-color: transparent;
    background-color: currentColor;
  }
  input:where([type='checkbox']):indeterminate {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    @media (forced-colors: active) {
      appearance: auto;
    }
  }
  input:where([type='checkbox']):indeterminate:hover,input:where([type='checkbox']):indeterminate:focus {
    border-color: transparent;
    background-color: currentColor;
  }
  input:where([type='file']) {
    background: unset;
    border-color: inherit;
    border-width: 0;
    border-radius: 0;
    padding: 0;
    font-size: unset;
    line-height: inherit;
  }
  input:where([type='file']):focus {
    outline: 1px solid ButtonText;
    outline: 1px auto -webkit-focus-ring-color;
  }
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-border-style: solid;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
    }
  }
}
