/*! tailwindcss v4.3.0 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: "Aptos", "Segoe UI", sans-serif;
    --font-serif: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
    --font-mono: ui-monospace, "SF Mono", Menlo, 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-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --text-5xl: 3rem;
    --text-5xl--line-height: 1;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --tracking-tight: -0.025em;
    --tracking-wider: 0.05em;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-primary: #173b34;
    --color-primary-500: #2f6b5e;
    --color-primary-600: #24574d;
    --color-primary-700: #173b34;
    --color-primary-900: #0d2520;
    --color-secondary-200: #e7dfd1;
    --color-secondary-500: #8d806d;
    --color-secondary-600: #6f6658;
    --color-secondary-700: #514b41;
    --color-accent: #d8a73c;
    --color-neutral: #17201d;
    --color-background: #fffdf8;
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji');
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type='button'], [type='reset'], [type='submit']), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden='until-found'])) {
    display: none !important;
  }
}
@layer utilities {
  .static {
    position: static;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .-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-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .mt-12 {
    margin-top: calc(var(--spacing) * 12);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }
  .mb-12 {
    margin-bottom: calc(var(--spacing) * 12);
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .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-12 {
    gap: calc(var(--spacing) * 12);
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-secondary-200 {
    border-color: var(--color-secondary-200);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }
  .py-16 {
    padding-block: calc(var(--spacing) * 16);
  }
  .py-24 {
    padding-block: calc(var(--spacing) * 24);
  }
  .pt-16 {
    padding-top: calc(var(--spacing) * 16);
  }
  .pb-8 {
    padding-bottom: calc(var(--spacing) * 8);
  }
  .pb-12 {
    padding-bottom: calc(var(--spacing) * 12);
  }
  .pb-16 {
    padding-bottom: calc(var(--spacing) * 16);
  }
  .text-center {
    text-align: center;
  }
  .text-right {
    text-align: right;
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  .text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .tracking-tight {
    --tw-tracking: var(--tracking-tight);
    letter-spacing: var(--tracking-tight);
  }
  .tracking-wider {
    --tw-tracking: var(--tracking-wider);
    letter-spacing: var(--tracking-wider);
  }
  .text-neutral {
    color: var(--color-neutral);
  }
  .text-primary-500 {
    color: var(--color-primary-500);
  }
  .text-secondary-500 {
    color: var(--color-secondary-500);
  }
  .text-secondary-600 {
    color: var(--color-secondary-600);
  }
  .text-secondary-700 {
    color: var(--color-secondary-700);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .no-underline {
    text-decoration-line: none;
  }
  .transition-colors {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .last\:border-b-0 {
    &:last-child {
      border-bottom-style: var(--tw-border-style);
      border-bottom-width: 0px;
    }
  }
  .hover\:text-primary {
    &:hover {
      @media (hover: hover) {
        color: var(--color-primary);
      }
    }
  }
  .hover\:text-primary-500 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-primary-500);
      }
    }
  }
  .hover\:underline {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: underline;
      }
    }
  }
  .md\:mx-0 {
    @media (width >= 48rem) {
      margin-inline: calc(var(--spacing) * 0);
    }
  }
  .md\:text-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 {
  html {
    scroll-behavior: smooth;
  }
  body {
    margin: 0;
    background: var(--color-background);
    color: var(--color-neutral);
    font-family: var(--font-sans);
    line-height: 1.65;
  }
  a {
    color: var(--color-primary);
  }
  a:hover {
    color: var(--color-primary-500);
  }
  h1,h2,h3,h4 {
    font-family: var(--font-serif);
    line-height: 1.12;
    color: var(--color-primary-900);
  }
}
@layer components {
  .shop-shell {
    width: min(1180px, calc(100% - 40px));
    margin-inline: auto;
  }
  .shop-header {
    position: sticky;
    top: 0;
    z-index: 50;
    background: color-mix(in srgb, #fffdf8 94%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background: color-mix(in srgb, var(--color-background) 94%, transparent);
    }
    backdrop-filter: blur(14px);
    border-bottom: 1px solid rgba(205,166,72,.32);
    box-shadow: 0 8px 28px rgba(18,50,42,.045);
  }
  .shop-topline {
    background: linear-gradient(90deg,#0b2b24 0%,#17493c 50%,#0b2b24 100%);
    color: #f2dfaa;
    font-size: 0.78rem;
    letter-spacing: .055em;
    text-align: center;
    padding: .48rem 1rem;
    border-bottom: 1px solid rgba(216,167,60,.28);
  }
  .shop-nav {
    min-height: 78px;
    display: flex;
    align-items: center;
    gap: 2rem;
    justify-content: space-between;
  }
  .shop-brand {
    display: flex;
    align-items: baseline;
    gap: .6rem;
    text-decoration: none;
    white-space: nowrap;
  }
  .shop-logo-img {
    width: 138px;
    height: auto;
    display: block;
  }
  .shop-brand-sub {
    font-size: .72rem;
    text-transform: uppercase;
    letter-spacing: .2em;
    color: var(--color-secondary-600);
  }
  .shop-menu {
    display: flex;
    align-items: center;
    gap: 1.35rem;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .shop-menu a {
    position: relative;
    color: var(--color-neutral);
    text-decoration: none;
    font-weight: 700;
    font-size: .94rem;
    padding: .35rem 0;
  }
  .shop-menu a:after {
    content: "";
    position: absolute;
    left: 0;
    right: 100%;
    bottom: 0;
    height: 2px;
    background: var(--color-accent);
    transition: right .22s ease;
  }
  .shop-menu a:hover:after {
    right: 0;
  }
  .shop-actions {
    display: flex;
    align-items: center;
    gap: .65rem;
  }
  .shop-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: .55rem .85rem;
    border: 1px solid var(--color-secondary-200);
    border-radius: 999px;
    color: var(--color-primary-900);
    text-decoration: none;
    background: #fff;
  }
  .shop-action:hover {
    border-color: var(--color-primary-500);
    color: var(--color-primary-700);
  }
  .shop-cart {
    background: linear-gradient(135deg,#173b34,#24574d);
    color: #fff;
    border-color: #b58a35;
    box-shadow: inset 0 0 0 1px rgba(239,210,133,.18);
  }
  .shop-cart:hover {
    background: #102f28;
    color: #f1d687;
    border-color: #d4ad55;
  }
  .hero-shop {
    position: relative;
    overflow: hidden;
    background: radial-gradient(circle at 78% 34%, rgba(216,167,60,.20), transparent 21rem),	radial-gradient(circle at 95% 0%, rgba(47,107,94,.12), transparent 30rem),	linear-gradient(135deg, #f4efe4 0%, #fffdf8 52%, #eaf3f0 100%);
    border-bottom: 1px solid var(--color-secondary-200);
  }
  .hero-shop-premium {
    padding: 7rem 0 6.4rem;
    min-height: 650px;
    display: flex;
    align-items: center;
  }
  .hero-premium-grid {
    display: grid;
    grid-template-columns: minmax(0,1.02fr) minmax(430px,.98fr);
    gap: 4.5rem;
    align-items: center;
    position: relative;
    z-index: 2;
  }
  .hero-copy {
    position: relative;
    z-index: 3;
  }
  .hero-kicker {
    display: flex;
    align-items: center;
    gap: .65rem;
    text-transform: uppercase;
    letter-spacing: .18em;
    font-weight: 800;
    font-size: .76rem;
    color: var(--color-primary-600);
  }
  .hero-kicker span {
    width: 34px;
    height: 2px;
    background: var(--color-accent);
    display: inline-block;
  }
  .hero-page-title {
    margin: .8rem 0 .3rem;
    font-family: var(--font-sans);
    font-size: .88rem;
    line-height: 1.35;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: var(--color-secondary-600);
    font-weight: 800;
  }
  .hero-title {
    max-width: 780px;
    font-family: var(--font-serif);
    color: var(--color-primary-900);
    font-size: clamp(3.2rem,6.5vw,6.35rem);
    line-height: 1.02;
    letter-spacing: -.045em;
    margin: .35rem 0 1.2rem;
  }
  .hero-title em {
    color: var(--color-primary-500);
    font-weight: 500;
    text-decoration: underline;
    text-decoration-color: rgba(216,167,60,.65);
    text-decoration-thickness: 5px;
    text-underline-offset: 8px;
  }
  .hero-lead {
    max-width: 650px;
    font-size: clamp(1.05rem,1.6vw,1.28rem);
    color: var(--color-secondary-700);
  }
  .hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: .8rem;
    margin-top: 1.9rem;
  }
  .btn-primary,.btn-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .55rem;
    min-height: 50px;
    border-radius: 999px;
    padding: .8rem 1.25rem;
    text-decoration: none;
    font-weight: 800;
    transition: transform .22s ease, box-shadow .22s ease, background .22s ease;
  }
  .btn-primary {
    background: linear-gradient(135deg,#173b34 0%,#24574d 100%);
    color: #fff;
    border: 1px solid #b98f39;
    box-shadow: 0 14px 30px rgba(23,59,52,.18), inset 0 0 0 1px rgba(246,218,144,.14);
  }
  .btn-primary span {
    color: #e4bd5d;
  }
  .btn-primary:hover {
    background: #102f28;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 18px 34px rgba(23,59,52,.25);
    border-color: #d3ad59;
  }
  .btn-secondary {
    border: 1px solid var(--color-primary);
    color: var(--color-primary);
    background: rgba(255,255,255,.35);
  }
  .btn-secondary:hover {
    transform: translateY(-2px);
    background: #fff;
  }
  .hero-proof {
    display: flex;
    flex-wrap: wrap;
    gap: .55rem;
    margin-top: 2rem;
  }
  .hero-proof span {
    padding: .42rem .72rem;
    border: 1px solid rgba(23,59,52,.16);
    border-radius: 999px;
    font-size: .78rem;
    font-weight: 700;
    color: var(--color-primary-700);
    background: rgba(255,255,255,.54);
  }
  .hero-mark {
    position: absolute;
    width: min(650px,46vw);
    right: -80px;
    top: 50%;
    transform: translateY(-50%) rotate(-7deg);
    opacity: .045;
    z-index: 1;
    pointer-events: none;
  }
  .hero-mark-image {
    width: 100%;
    height: auto;
    display: block;
  }
  .hero-stage {
    position: relative;
    min-height: 520px;
    perspective: 1200px;
    isolation: isolate;
  }
  .hero-stage:before {
    content: "";
    position: absolute;
    inset: 55px 14px 34px 26px;
    border-radius: 46% 54% 51% 49% / 44% 42% 58% 56%;
    background: linear-gradient(145deg,#0d2d25 0%,#16483b 52%,#0d3028 100%);
    box-shadow: 0 45px 85px rgba(13,45,37,.22), inset 0 0 0 1px rgba(230,196,105,.18);
    transform: rotate(-3deg);
    z-index: -3;
  }
  .stage-halo {
    position: absolute;
    width: 450px;
    height: 450px;
    border-radius: 50%;
    left: 52%;
    top: 49%;
    transform: translate(-50%,-50%);
    background: radial-gradient(circle, rgba(230,196,105,.34) 0%, rgba(216,167,60,.14) 28%, rgba(9,43,35,.10) 52%, transparent 70%);
    filter: blur(1px);
    z-index: -1;
  }
  .stage-orbit {
    position: absolute;
    width: 385px;
    height: 385px;
    left: 51%;
    top: 49%;
    transform: translate(-50%,-50%) rotate(-12deg);
    border: 1px solid rgba(230,196,105,.38);
    border-radius: 50%;
    box-shadow: 0 0 0 28px rgba(230,196,105,.025), 0 0 0 70px rgba(255,255,255,.018);
    z-index: -1;
  }
  .stage-plinth {
    position: absolute;
    left: 50%;
    bottom: 30px;
    width: 390px;
    height: 74px;
    transform: translateX(-50%);
    border-radius: 50%;
    background: linear-gradient(180deg,#cda648 0%,#8e6b25 36%,#153c32 38%,#0d2e27 100%);
    box-shadow: 0 28px 50px rgba(6,28,23,.32), inset 0 2px 0 rgba(255,240,188,.55);
    z-index: 0;
  }
  .stage-plinth span {
    position: absolute;
    inset: 11px 34px 30px;
    border-radius: 50%;
    border: 1px solid rgba(255,226,151,.38);
  }
  .care-object {
    position: absolute;
    bottom: 82px;
    border: 1px solid rgba(238,210,132,.46);
    border-radius: 32px 32px 24px 24px;
    box-shadow: 0 30px 58px rgba(4,27,22,.32), inset 0 1px 0 rgba(255,255,255,.20), inset 0 -12px 25px rgba(0,0,0,.08);
    display: flex;
    align-items: flex-end;
    justify-content: center;
    overflow: visible;
    animation: careFloat 6s ease-in-out infinite;
    transform-style: preserve-3d;
  }
  .care-object:before {
    content: "";
    position: absolute;
    left: 10%;
    top: 3%;
    width: 18%;
    height: 88%;
    border-radius: 999px;
    background: linear-gradient(180deg,rgba(255,255,255,.30),rgba(255,255,255,.04));
    filter: blur(.2px);
    pointer-events: none;
  }
  .care-object-a {
    width: 150px;
    height: 304px;
    left: 28px;
    transform: rotate(-7deg);
    animation-delay: -2s;
    background: linear-gradient(155deg,#f4efe2 0%,#ddd5c2 100%);
  }
  .care-object-b {
    width: 184px;
    height: 380px;
    left: 170px;
    z-index: 2;
    background: linear-gradient(155deg,#1c5a49 0%,#0d3028 74%,#081f1a 100%);
    border-color: rgba(238,210,132,.68);
  }
  .care-object-c {
    width: 142px;
    height: 278px;
    right: 12px;
    transform: rotate(8deg);
    animation-delay: -4s;
    background: linear-gradient(155deg,#34715e 0%,#17483b 72%,#0f332a 100%);
  }
  .care-cap {
    position: absolute;
    top: -38px;
    width: 60%;
    height: 52px;
    border-radius: 14px 14px 8px 8px;
    background: linear-gradient(180deg,#d5b459 0%,#a57e2f 18%,#173f35 20%,#0b2922 100%);
    box-shadow: inset 0 2px 0 rgba(255,242,194,.55),0 8px 16px rgba(0,0,0,.18);
  }
  .care-cap i {
    position: absolute;
    left: 16%;
    right: 16%;
    top: 10px;
    height: 1px;
    background: rgba(235,205,124,.55);
  }
  .care-neck {
    position: absolute;
    top: -8px;
    width: 54%;
    height: 28px;
    background: linear-gradient(90deg,#14382f,#235849,#11352c);
    border-radius: 7px 7px 4px 4px;
    z-index: -1;
  }
  .care-series {
    position: absolute;
    top: 24px;
    right: 18px;
    font-family: var(--font-serif);
    font-size: .8rem;
    color: #c9a649;
    letter-spacing: .12em;
  }
  .care-label {
    position: relative;
    width: 76%;
    margin-bottom: 48px;
    padding: 1.05rem .55rem .9rem;
    text-align: center;
    border: 1px solid rgba(205,166,72,.48);
    color: var(--color-primary-900);
    font-family: var(--font-serif);
    letter-spacing: .09em;
    background: rgba(255,252,242,.72);
    box-shadow: inset 0 0 0 3px rgba(255,255,255,.38);
    backdrop-filter: blur(5px);
  }
  .care-object-b .care-label, .care-object-c .care-label {
    color: #f6ead0;
    background: rgba(7,35,29,.38);
    border-color: rgba(226,190,95,.60);
    box-shadow: inset 0 0 0 3px rgba(255,255,255,.025);
  }
  .care-label small {
    display: block;
    font-family: var(--font-sans);
    font-size: .46rem;
    letter-spacing: .19em;
    margin-bottom: .6rem;
    color: #8b702e;
    font-weight: 800;
  }
  .care-object-b .care-label small, .care-object-c .care-label small {
    color: #dfc171;
  }
  .care-label strong {
    display: block;
    font-size: 1.4rem;
    letter-spacing: .12em;
    line-height: 1;
  }
  .care-label em {
    display: block;
    font-family: var(--font-sans);
    font-size: .52rem;
    font-style: normal;
    letter-spacing: .04em;
    margin: .55rem 0 .75rem;
    opacity: .72;
  }
  .care-label b {
    display: block;
    font-family: var(--font-sans);
    font-size: .48rem;
    letter-spacing: .18em;
  }
  .care-gold-seal {
    position: absolute;
    bottom: 16px;
    right: 16px;
    width: 29px;
    height: 29px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    border: 1px solid rgba(215,177,79,.72);
    color: #c59c3e;
    font-family: var(--font-serif);
    font-weight: 700;
    font-size: .75rem;
  }
  .stage-note {
    position: absolute;
    z-index: 4;
    background: rgba(255,251,239,.92);
    border: 1px solid rgba(201,166,73,.40);
    box-shadow: 0 14px 32px rgba(4,32,26,.18);
    backdrop-filter: blur(14px);
    border-radius: 14px;
    padding: .72rem .9rem;
    color: var(--color-secondary-700);
    font-size: .74rem;
  }
  .stage-note > span {
    display: inline-grid;
    place-items: center;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    margin-right: .38rem;
    background: var(--color-primary-900);
    color: #e3c36c;
    font-size: .58rem;
    font-weight: 800;
  }
  .stage-note strong {
    display: block;
    margin-left: 29px;
    color: var(--color-primary-900);
    font-family: var(--font-serif);
    font-size: 1.02rem;
  }
  .stage-note-top {
    right: -8px;
    top: 63px;
  }
  .stage-note-bottom {
    left: -6px;
    bottom: 18px;
  }
  @keyframes careFloat {
    0%,100% {
      translate: 0 0;
    }
    50% {
      translate: 0 -10px;
    }
  }
  .section-kicker {
    margin: 0 0 .75rem;
    text-transform: uppercase;
    letter-spacing: .16em;
    font-size: .72rem;
    font-weight: 800;
    color: var(--color-primary-600);
  }
  .section-heading {
    display: grid;
    grid-template-columns: minmax(0,1fr) minmax(320px,.75fr);
    gap: 3rem;
    align-items: end;
    margin-bottom: 2rem;
  }
  .section-heading h2, .need-copy h2, .audience-card h2, .brand-spotlight h2, .coming-products h2 {
    margin: .15rem 0 0;
    font-size: clamp(2rem,4vw,3.45rem);
    letter-spacing: -.035em;
  }
  .section-heading > p {
    margin: 0;
    color: var(--color-secondary-700);
    max-width: 520px;
  }
  .category-showcase {
    padding: 6rem 0;
    background: #fffdf8;
  }
  .category-premium-grid {
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: 1rem;
  }
  .category-premium-card {
    position: relative;
    min-height: 210px;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: 1px solid rgba(23,59,52,.13);
    border-radius: 22px;
    background: linear-gradient(145deg,#fff 0%,#f7f3e9 64%,#eef6f2 100%);
    text-decoration: none;
    overflow: hidden;
    box-shadow: 0 14px 38px rgba(33,52,46,.06);
    transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
  }
  .category-premium-card:after {
    content: "";
    position: absolute;
    left: 1.5rem;
    top: 0;
    width: 42px;
    height: 3px;
    border-radius: 0 0 4px 4px;
    background: linear-gradient(90deg,#9d7628,#e2bf69);
  }
  .category-premium-card:before {
    content: "";
    position: absolute;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    right: -70px;
    top: -70px;
    background: rgba(216,167,60,.09);
    transition: transform .3s ease;
  }
  .category-premium-card:hover {
    transform: translateY(-6px);
    border-color: rgba(216,167,60,.68);
    box-shadow: 0 22px 46px rgba(33,52,46,.11);
  }
  .category-premium-card:hover:before {
    transform: scale(1.35);
  }
  .category-number {
    font-size: .72rem;
    letter-spacing: .15em;
    font-weight: 800;
    color: var(--color-accent);
  }
  .category-card-body {
    display: grid;
    gap: .55rem;
    max-width: 85%;
  }
  .category-card-body strong {
    font-family: var(--font-serif);
    font-size: 1.45rem;
    color: var(--color-primary-900);
    line-height: 1.08;
  }
  .category-card-body > span {
    font-size: .91rem;
    color: var(--color-secondary-700);
  }
  .category-arrow {
    position: absolute;
    right: 1.25rem;
    bottom: 1.25rem;
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    border: 1px solid var(--color-secondary-200);
    color: var(--color-primary-700);
    transition: transform .25s ease, background .25s ease, color .25s ease;
  }
  .category-premium-card:hover .category-arrow {
    transform: translate(3px,-3px);
    background: var(--color-primary);
    color: #fff;
    border-color: var(--color-primary);
  }
  .need-section {
    padding: 5.5rem 0;
    border-top: 1px solid var(--color-secondary-200);
    border-bottom: 1px solid var(--color-secondary-200);
    background: linear-gradient(110deg,#edf5f2 0%,#f8f4ea 100%);
  }
  .need-grid {
    display: grid;
    grid-template-columns: .85fr 1.15fr;
    gap: 4rem;
    align-items: center;
  }
  .need-copy p:last-child {
    color: var(--color-secondary-700);
    max-width: 570px;
  }
  .need-cloud {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: .7rem;
    padding: 2rem;
    position: relative;
  }
  .need-cloud:before {
    content: "";
    position: absolute;
    width: 290px;
    height: 290px;
    border-radius: 50%;
    border: 1px solid rgba(23,59,52,.1);
  }
  .need-cloud span {
    position: relative;
    z-index: 1;
    border-radius: 999px;
    padding: .7rem 1rem;
    background: rgba(255,255,255,.82);
    border: 1px solid rgba(23,59,52,.13);
    box-shadow: 0 9px 24px rgba(23,59,52,.07);
    font-weight: 700;
    color: var(--color-primary-700);
  }
  .need-cloud span:nth-child(2), .need-cloud span:nth-child(5) {
    transform: translateY(-12px);
  }
  .need-cloud span:nth-child(3) {
    border-color: rgba(216,167,60,.65);
  }
  .audience-section {
    padding: 6rem 0;
  }
  .audience-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.15rem;
  }
  .audience-card {
    position: relative;
    overflow: hidden;
    min-height: 330px;
    border-radius: 26px;
    padding: 2.2rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
  .audience-card:after {
    content: "";
    position: absolute;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    right: -100px;
    top: -100px;
    border: 1px solid currentColor;
    opacity: .10;
  }
  .audience-home {
    background: #f4efe4;
    color: var(--color-primary-900);
  }
  .audience-pro {
    background: var(--color-primary-900);
    color: #e5efec;
  }
  .audience-pro h2, .audience-pro .section-kicker {
    color: #fff;
  }
  .audience-pro .section-kicker {
    opacity: .7;
  }
  .audience-card p:not(.section-kicker) {
    max-width: 580px;
    margin-bottom: 1.5rem;
    opacity: .84;
  }
  .audience-card a {
    width: max-content;
    text-decoration: none;
    font-weight: 800;
  }
  .audience-pro a {
    color: #fff;
  }
  .audience-card a span {
    display: inline-block;
    margin-left: .35rem;
    transition: transform .22s ease;
  }
  .audience-card a:hover span {
    transform: translateX(5px);
  }
  .brand-spotlight {
    position: relative;
    overflow: hidden;
    padding: 6.8rem 0;
    background: var(--color-primary-900);
    color: #dce8e4;
  }
  .brand-spotlight-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
  }
  .brand-spotlight h2 {
    color: #fff;
  }
  .section-kicker-light {
    color: #d6bd7a;
  }
  .brand-copy {
    font-size: 1.08rem;
  }
  .brand-copy p {
    margin-top: 0;
    max-width: 590px;
  }
  .gold-link {
    display: inline-flex;
    gap: .45rem;
    color: #efd285;
    text-decoration: none;
    font-weight: 800;
    margin-top: 1rem;
  }
  .gold-link:hover {
    color: #fff;
  }
  .gold-link span {
    transition: transform .22s ease;
  }
  .gold-link:hover span {
    transform: translateX(5px);
  }
  .brand-watermark {
    position: absolute;
    right: -2vw;
    top: 50%;
    transform: translateY(-50%);
    font-family: var(--font-serif);
    font-size: min(38vw,540px);
    line-height: .7;
    font-weight: 700;
    color: #fff;
    opacity: .035;
    pointer-events: none;
  }
  .coming-products {
    padding: 5rem 0;
    background: #fffdf8;
  }
  .coming-products-inner {
    display: grid;
    grid-template-columns: 1fr .75fr;
    gap: 4rem;
    align-items: end;
  }
  .coming-products-inner > p {
    color: var(--color-secondary-700);
    margin: 0;
  }
  .home-content {
    width: min(1180px,calc(100% - 40px));
    margin: 0 auto;
    padding: 3.5rem 0 5rem;
  }
  .home-content > .wp-block-group.alignfull {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .home-content .wp-block-columns {
    gap: 1.1rem;
  }
  .home-content .wp-block-column {
    background: #fff;
    border: 1px solid var(--color-secondary-200);
    border-radius: 18px;
    padding: 1.35rem;
    box-shadow: 0 14px 40px rgba(38,46,42,.05);
  }
  .home-content .wp-block-column h3 {
    margin-top: 0;
    font-size: 1.25rem;
  }
  .home-content .wp-block-column p {
    margin-bottom: 0;
    color: var(--color-secondary-700);
  }
  .home-content .wp-block-button__link {
    background: var(--color-primary);
    color: #fff;
    border-radius: 999px;
  }
  .home-content .is-style-outline .wp-block-button__link {
    background: transparent;
    color: var(--color-primary);
    border-color: var(--color-primary);
  }
  .shop-main {
    width: min(1180px,calc(100% - 40px));
    margin: 0 auto;
    padding: 3rem 0 5rem;
  }
  .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    background: #fff;
    border: 1px solid var(--color-secondary-200);
    border-radius: 18px;
    padding: 1rem;
    overflow: hidden;
  }
  .woocommerce ul.products li.product a img {
    border-radius: 12px;
  }
  .woocommerce div.product p.price, .woocommerce div.product span.price, .woocommerce ul.products li.product .price {
    color: var(--color-primary);
    font-weight: 700;
  }
  .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit {
    background: var(--color-primary);
    color: #fff;
    border-radius: 999px;
    padding: .78rem 1rem;
  }
  .woocommerce a.button:hover, .woocommerce button.button:hover {
    background: var(--color-primary-600);
    color: #fff;
  }
  .shop-footer {
    background: var(--color-primary-900);
    color: #dce8e4;
    margin-top: auto;
  }
  .shop-footer-grid {
    display: grid;
    grid-template-columns: 1.35fr 1fr 1fr;
    gap: 2.5rem;
    padding: 3.2rem 0 2.2rem;
  }
  .shop-footer h2,.shop-footer h3 {
    color: #fff;
    margin-top: 0;
  }
  .shop-footer a {
    color: #dce8e4;
    text-decoration: none;
  }
  .shop-footer a:hover {
    color: #fff;
  }
  .shop-footer-links {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: .5rem;
  }
  .shop-footer-bottom {
    border-top: 1px solid rgba(255,255,255,.12);
    padding: 1rem 0 1.4rem;
    font-size: .86rem;
    color: #b8cbc5;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .shop-search {
    position: relative;
    width: 168px;
    height: 42px;
    flex: 0 0 auto;
  }
  .shop-search-icon {
    position: absolute;
    left: .8rem;
    top: 50%;
    width: 17px;
    height: 17px;
    transform: translateY(-50%);
    color: var(--color-primary-600);
    pointer-events: none;
  }
  .shop-search input {
    width: 100%;
    height: 100%;
    padding: .55rem .72rem .55rem 2.15rem;
    border: 1px solid rgba(23,59,52,.16);
    border-radius: 999px;
    background: rgba(255,255,255,.82);
    color: var(--color-primary-900);
    font: inherit;
    font-size: .86rem;
    outline: none;
    transition: border-color .2s ease, box-shadow .2s ease, width .2s ease;
  }
  .shop-search input:focus {
    border-color: #c49a3a;
    box-shadow: 0 0 0 3px rgba(216,167,60,.13);
  }
  .shop-search input::placeholder {
    color: #7b817d;
  }
  .shop-action.login-link {
    font-size: .82rem;
    font-weight: 800;
  }
  .shop-action.dealer-login {
    border-color: rgba(23,59,52,.25);
  }
  .shop-action.affiliate-login {
    border-color: #c49a3a;
    color: var(--primary-900);
    background: linear-gradient(145deg,#fffdf8,#f6efdd);
  }
  .shop-action.affiliate-login:hover {
    background: #f4ead1;
    border-color: #aa8029;
  }
  .animur-login-context {
    max-width: 680px;
    margin: 0 0 1.7rem;
    padding: 1.35rem 1.5rem;
    border: 1px solid rgba(190,149,57,.36);
    border-radius: 18px;
    background: linear-gradient(135deg,#eef5f2,#fbf6e9);
  }
  .animur-login-context > span {
    display: block;
    margin-bottom: .35rem;
    color: #9b752b;
    font-size: .66rem;
    font-weight: 900;
    letter-spacing: .14em;
  }
  .animur-login-context h1 {
    margin: .1rem 0 .45rem;
    font-size: clamp(1.8rem,3vw,2.55rem);
  }
  .animur-login-context p {
    margin: 0;
    color: var(--color-secondary-700);
  }
  .search-hero {
    padding: 4.7rem 0 3rem;
    background: radial-gradient(circle at 85% 20%,rgba(216,167,60,.14),transparent 20rem),	linear-gradient(135deg,#f3eee3,#f8fbf8);
    border-bottom: 1px solid var(--color-secondary-200);
  }
  .search-hero h1 {
    max-width: 880px;
    margin: .2rem 0 .7rem;
    font-size: clamp(2.5rem,5vw,4.6rem);
    letter-spacing: -.04em;
  }
  .search-hero > .shop-shell > p:not(.section-kicker) {
    max-width: 700px;
    color: var(--color-secondary-700);
  }
  .search-page-form {
    display: flex;
    max-width: 650px;
    margin-top: 1.5rem;
    padding: .35rem;
    border: 1px solid rgba(23,59,52,.14);
    border-radius: 999px;
    background: #fff;
    box-shadow: 0 12px 30px rgba(23,59,52,.07);
  }
  .search-page-form input {
    min-width: 0;
    flex: 1;
    border: 0;
    background: transparent;
    padding: .7rem 1rem;
    font: inherit;
    color: var(--color-primary-900);
    outline: none;
  }
  .search-page-form button {
    border: 1px solid #b98f39;
    border-radius: 999px;
    padding: .65rem 1.15rem;
    background: linear-gradient(135deg,#173b34,#24574d);
    color: #fff;
    font-weight: 800;
    cursor: pointer;
  }
  .search-results-section {
    padding: 4rem 0 5.5rem;
  }
  .search-results-grid {
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: 1rem;
  }
  .search-result-card {
    display: grid;
    grid-template-rows: auto 1fr;
    overflow: hidden;
    border: 1px solid rgba(23,59,52,.12);
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 14px 34px rgba(24,54,45,.055);
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
  }
  .search-result-card:hover {
    transform: translateY(-4px);
    border-color: rgba(190,149,57,.42);
    box-shadow: 0 20px 40px rgba(24,54,45,.10);
  }
  .search-result-media {
    display: block;
    aspect-ratio: 16/9;
    overflow: hidden;
    background: linear-gradient(145deg,#edf5f1,#f7f0df);
    text-decoration: none;
  }
  .search-result-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .search-result-card.is-product .search-result-media img {
    object-fit: contain;
    padding: 1rem;
  }
  .search-result-placeholder {
    width: 100%;
    height: 100%;
    display: grid;
    place-items: center;
    font-family: var(--font-serif);
    font-size: 5rem;
    color: rgba(23,59,52,.12);
  }
  .search-result-content {
    padding: 1.25rem;
  }
  .search-result-type {
    margin: 0 0 .4rem;
    color: #9f792d;
    font-size: .64rem;
    font-weight: 900;
    letter-spacing: .13em;
    text-transform: uppercase;
  }
  .search-result-content h2 {
    margin: .1rem 0 .55rem;
    font-size: 1.4rem;
  }
  .search-result-content h2 a {
    color: var(--color-primary-900);
    text-decoration: none;
  }
  .search-result-content p {
    color: var(--color-secondary-700);
  }
  .search-result-price {
    margin: .65rem 0;
    color: var(--color-primary-700);
    font-weight: 900;
  }
  .search-result-link {
    display: inline-flex;
    gap: .35rem;
    margin-top: .45rem;
    text-decoration: none;
    font-weight: 800;
  }
  .search-result-link span {
    transition: transform .2s ease;
  }
  .search-result-link:hover span {
    transform: translateX(4px);
  }
  .search-pagination {
    margin-top: 2.5rem;
  }
  .search-pagination .nav-links {
    display: flex;
    flex-wrap: wrap;
    gap: .4rem;
  }
  .search-pagination .page-numbers {
    display: grid;
    place-items: center;
    min-width: 38px;
    min-height: 38px;
    padding: .25rem .6rem;
    border: 1px solid rgba(23,59,52,.14);
    border-radius: 999px;
    text-decoration: none;
  }
  .search-pagination .current {
    background: var(--color-primary-900);
    color: #efd285;
  }
  .search-empty {
    max-width: 760px;
    padding: 2rem;
    border: 1px solid rgba(23,59,52,.12);
    border-radius: 22px;
    background: linear-gradient(145deg,#fff,#f8f4ea);
  }
  .search-empty h2 {
    font-size: clamp(1.8rem,4vw,3rem);
  }
  .mobile-menu-toggle {
    display: none;
  }
  .woocommerce .woocommerce-breadcrumb {
    margin: 0 0 1.4rem;
    font-size: .78rem;
    color: var(--color-secondary-600);
  }
  .woocommerce .woocommerce-breadcrumb a {
    color: var(--color-primary-600);
    text-decoration: none;
  }
  .woocommerce .woocommerce-breadcrumb a:hover {
    color: var(--color-primary-900);
  }
  .woocommerce-products-header {
    margin-bottom: 1.8rem;
  }
  .woocommerce-products-header__title.page-title {
    max-width: 820px;
    margin: .15rem 0 .8rem;
    font-size: clamp(2.6rem,5vw,4.8rem);
    letter-spacing: -.045em;
  }
  .animur-catalog-intro {
    max-width: 760px;
    padding-left: 1.1rem;
    border-left: 3px solid var(--color-accent);
    color: var(--color-secondary-700);
    font-size: 1.05rem;
  }
  .animur-catalog-intro p {
    margin: .5rem 0 0;
  }
  .woocommerce .woocommerce-result-count {
    color: var(--color-secondary-600);
    font-size: .88rem;
  }
  .woocommerce .woocommerce-ordering select {
    min-height: 44px;
    border: 1px solid rgba(23,59,52,.18);
    border-radius: 999px;
    background: #fff;
    color: var(--color-primary-900);
    padding: .55rem 2.3rem .55rem .95rem;
  }
  .woocommerce ul.products {
    display: grid;
    grid-template-columns: repeat(4,minmax(0,1fr));
    gap: 1.15rem;
    clear: both;
    padding-top: .6rem;
  }
  .woocommerce ul.products:before,	.woocommerce ul.products:after {
    display: none;
  }
  .woocommerce ul.products li.product,	.woocommerce-page ul.products li.product {
    position: relative;
    float: none !important;
    width: auto !important;
    margin: 0 !important;
    padding: 1rem 1rem 1.05rem;
    border: 1px solid rgba(23,59,52,.13);
    border-radius: 22px;
    background: linear-gradient(160deg,#fff 0%,#f9f6ee 100%);
    box-shadow: 0 14px 34px rgba(24,54,45,.055);
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
  }
  .woocommerce ul.products li.product:before {
    content: "";
    position: absolute;
    left: 1rem;
    top: 0;
    width: 38px;
    height: 3px;
    border-radius: 0 0 4px 4px;
    background: linear-gradient(90deg,#9d7628,#e2bf69);
  }
  .woocommerce ul.products li.product:hover {
    transform: translateY(-5px);
    border-color: rgba(190,149,57,.48);
    box-shadow: 0 22px 44px rgba(24,54,45,.105);
  }
  .woocommerce ul.products li.product a img {
    aspect-ratio: 1/1;
    width: 100%;
    object-fit: contain;
    margin: 0 0 1rem;
    padding: .75rem;
    border-radius: 15px;
    background: linear-gradient(145deg,#f5f1e7,#edf4f0);
    transition: transform .28s ease;
  }
  .woocommerce ul.products li.product:hover a img {
    transform: scale(1.025);
  }
  .animur-product-brand {
    margin-bottom: .35rem;
    color: #a47d2f;
    font-size: .68rem;
    font-weight: 900;
    letter-spacing: .14em;
    text-transform: uppercase;
  }
  .woocommerce ul.products li.product .woocommerce-loop-product__title {
    padding: 0;
    margin: .2rem 0 .55rem;
    font-family: var(--font-serif);
    font-size: 1.18rem;
    line-height: 1.16;
    color: var(--color-primary-900);
  }
  .woocommerce ul.products li.product .price {
    margin: .45rem 0 .65rem;
    color: var(--color-primary);
    font-size: 1.06rem;
    font-weight: 800;
  }
  .woocommerce ul.products li.product .price .woocommerce-price-suffix {
    font-size: .64rem;
    color: var(--color-secondary-600);
    font-weight: 600;
  }
  .animur-loop-facts {
    display: flex;
    flex-wrap: wrap;
    gap: .35rem;
    min-height: 27px;
    margin: .15rem 0 .75rem;
  }
  .animur-loop-facts span {
    padding: .27rem .5rem;
    border: 1px solid rgba(23,59,52,.13);
    border-radius: 999px;
    background: rgba(255,255,255,.72);
    color: var(--color-primary-700);
    font-size: .67rem;
    font-weight: 700;
  }
  .woocommerce ul.products li.product .button {
    width: 100%;
    margin-top: .45rem;
    text-align: center;
    border: 1px solid #b98f39;
    background: linear-gradient(135deg,#173b34,#24574d);
    box-shadow: inset 0 0 0 1px rgba(246,218,144,.11);
  }
  .woocommerce ul.products li.product .button:hover {
    background: #102f28;
    color: #f6dfa1;
    border-color: #d4ad55;
  }
  .woocommerce span.onsale {
    min-width: auto;
    min-height: auto;
    line-height: 1;
    top: .85rem;
    left: .85rem;
    margin: 0;
    padding: .5rem .62rem;
    border-radius: 999px;
    background: var(--color-primary-900);
    color: #efd285;
    font-size: .7rem;
    font-weight: 800;
    box-shadow: 0 8px 20px rgba(12,45,37,.18);
  }
  .single-product .shop-main {
    padding-top: 2rem;
  }
  .single-product div.product {
    display: grid;
    grid-template-columns: minmax(0,1.08fr) minmax(350px,.92fr);
    gap: clamp(2rem,5vw,5rem);
    align-items: start;
  }
  .single-product div.product .woocommerce-product-gallery,	.single-product div.product .summary {
    float: none !important;
    width: auto !important;
    margin: 0 !important;
  }
  .single-product div.product .woocommerce-product-gallery {
    position: relative;
    padding: 1.25rem;
    border: 1px solid rgba(23,59,52,.12);
    border-radius: 28px;
    background: radial-gradient(circle at 80% 15%,rgba(216,167,60,.17),transparent 14rem),	linear-gradient(145deg,#f6f2e8,#edf5f1);
    box-shadow: 0 24px 58px rgba(24,54,45,.075);
  }
  .single-product div.product .woocommerce-product-gallery img {
    border-radius: 18px;
  }
  .single-product div.product .flex-control-thumbs {
    display: grid;
    grid-template-columns: repeat(5,1fr);
    gap: .55rem;
    margin-top: .8rem;
  }
  .single-product div.product .flex-control-thumbs li {
    width: auto !important;
    float: none !important;
  }
  .single-product div.product .flex-control-thumbs img {
    border: 1px solid transparent;
    border-radius: 10px;
    background: #fff;
  }
  .single-product div.product .flex-control-thumbs img.flex-active {
    border-color: #c59c3e;
  }
  .single-product div.product .summary {
    position: sticky;
    top: 118px;
    padding-top: .45rem;
  }
  .single-product div.product .summary .animur-product-brand {
    margin-bottom: .7rem;
  }
  .single-product div.product .product_title {
    margin: .15rem 0 .75rem;
    font-size: clamp(2.35rem,4.2vw,4rem);
    letter-spacing: -.04em;
  }
  .single-product div.product .woocommerce-product-rating {
    margin-bottom: .8rem;
  }
  .single-product div.product p.price {
    margin: .5rem 0 1.1rem;
    color: var(--color-primary-700);
    font-size: 1.75rem;
    font-weight: 900;
  }
  .single-product div.product p.price .woocommerce-price-suffix {
    font-size: .72rem;
    color: var(--color-secondary-600);
    font-weight: 600;
  }
  .single-product .woocommerce-product-details__short-description {
    max-width: 650px;
    color: var(--color-secondary-700);
    font-size: 1.02rem;
  }
  .animur-product-facts {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: .55rem;
    margin: 1.25rem 0 1.35rem;
  }
  .animur-product-facts > div {
    padding: .75rem .85rem;
    border: 1px solid rgba(23,59,52,.12);
    border-radius: 14px;
    background: linear-gradient(145deg,#fff,#f7f3e9);
  }
  .animur-product-facts dt {
    margin: 0 0 .12rem;
    color: #9c772c;
    font-size: .64rem;
    font-weight: 900;
    letter-spacing: .11em;
    text-transform: uppercase;
  }
  .animur-product-facts dd {
    margin: 0;
    color: var(--color-primary-900);
    font-size: .88rem;
    font-weight: 700;
  }
  .single-product div.product form.cart {
    display: flex;
    gap: .65rem;
    align-items: stretch;
    padding: 1rem 0 1.15rem;
    border-top: 1px solid rgba(23,59,52,.10);
    border-bottom: 1px solid rgba(23,59,52,.10);
  }
  .single-product div.product form.cart .quantity .qty {
    min-height: 50px;
    width: 72px;
    border: 1px solid rgba(23,59,52,.18);
    border-radius: 14px;
    background: #fff;
  }
  .single-product div.product form.cart .single_add_to_cart_button {
    flex: 1;
    min-height: 50px;
    border: 1px solid #b98f39;
    background: linear-gradient(135deg,#173b34,#24574d);
    box-shadow: 0 12px 26px rgba(23,59,52,.14),inset 0 0 0 1px rgba(246,218,144,.12);
  }
  .single-product div.product form.cart .single_add_to_cart_button:hover {
    background: #102f28;
    color: #f3d78e;
    border-color: #d3ad59;
  }
  .single-product div.product .product_meta {
    display: grid;
    gap: .3rem;
    margin-top: 1.2rem;
    padding: .9rem 1rem;
    border-radius: 14px;
    background: rgba(237,245,241,.74);
    color: var(--color-secondary-600);
    font-size: .76rem;
  }
  .single-product div.product .product_meta a {
    font-weight: 700;
    text-decoration: none;
  }
  .single-product div.product .woocommerce-tabs {
    grid-column: 1/-1;
    margin-top: 2rem;
    padding-top: 2.5rem;
    border-top: 1px solid var(--color-secondary-200);
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
    margin: 0 0 1.3rem;
    padding: 0;
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs:before {
    display: none;
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs li {
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: #f2eee4;
  }
  .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: .65rem 1rem;
    color: var(--color-primary-700);
    font-weight: 800;
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: var(--color-primary-900);
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    color: #efd285;
  }
  .woocommerce div.product .woocommerce-tabs .panel {
    max-width: 920px;
    color: var(--color-neutral);
  }
  .woocommerce div.product .woocommerce-tabs .panel h2 {
    font-size: 2rem;
  }
  .related.products,	.up-sells.upsells.products {
    margin-top: 4.5rem;
  }
  .related.products > h2,	.up-sells.upsells.products > h2 {
    margin-bottom: 1.4rem;
    font-size: clamp(2rem,3.5vw,3rem);
  }
  .category-showcase,	.need-section,	.audience-section,	.brand-spotlight,	.coming-products,	.single-product .woocommerce-tabs,	.related.products {
    content-visibility: auto;
    contain-intrinsic-size: 1px 760px;
  }
  a:focus-visible,	button:focus-visible,	input:focus-visible,	select:focus-visible {
    outline: 3px solid rgba(216,167,60,.72);
    outline-offset: 3px;
  }
  @media (max-width: 900px) {
    .shop-nav {
      flex-wrap: wrap;
      padding: 1rem 0;
      gap: 1rem;
    }
    .shop-primary-nav {
      order: 3;
      width: 100%;
      overflow-x: auto;
      padding-bottom: .25rem;
    }
    .shop-menu {
      width: max-content;
      min-width: 100%;
    }
    .shop-actions {
      order: 2;
      width: 100%;
      margin-left: 0;
      display: grid;
      grid-template-columns: minmax(180px,1fr) auto auto auto;
    }
    .shop-search {
      width: 100%;
    }
    .search-results-grid {
      grid-template-columns: repeat(2,minmax(0,1fr));
    }
    .hero-shop-premium {
      padding: 5rem 0 4.5rem;
      min-height: auto;
    }
    .hero-premium-grid {
      grid-template-columns: 1fr;
      gap: 2.5rem;
    }
    .hero-stage {
      min-height: 390px;
      max-width: 520px;
      width: 100%;
      margin-inline: auto;
    }
    .hero-mark {
      width: 78vw;
      right: -28vw;
      top: 34%;
    }
    .care-object-a {
      left: 8%;
    }
    .care-object-b {
      left: 34%;
    }
    .care-object-c {
      right: 7%;
    }
    .category-premium-grid {
      grid-template-columns: repeat(2,minmax(0,1fr));
    }
    .section-heading, .need-grid, .brand-spotlight-grid, .coming-products-inner {
      grid-template-columns: 1fr;
      gap: 1.75rem;
    }
    .audience-grid {
      grid-template-columns: 1fr;
    }
    .woocommerce ul.products {
      grid-template-columns: repeat(3,minmax(0,1fr));
    }
    .single-product div.product {
      grid-template-columns: 1fr;
      gap: 2.5rem;
    }
    .single-product div.product .summary {
      position: static;
    }
    .shop-footer-grid {
      grid-template-columns: 1fr;
      gap: 1.5rem;
    }
  }
  @media (max-width: 560px) {
    .shop-shell,.shop-main,.home-content {
      width: min(100% - 28px,1180px);
    }
    .shop-brand-sub {
      display: none;
    }
    .shop-menu {
      gap: 1rem;
      font-size: .9rem;
    }
    .shop-actions {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: .5rem;
    }
    .shop-search {
      grid-column: 1/-1;
      width: 100%;
    }
    .shop-action {
      width: 100%;
      min-height: 40px;
      padding: .5rem .55rem;
      font-size: .76rem;
    }
    .shop-action.account-link, .shop-cart {
      grid-column: 1/-1;
    }
    .search-results-grid {
      grid-template-columns: 1fr;
    }
    .search-hero {
      padding: 3.5rem 0 2.5rem;
    }
    .search-page-form {
      border-radius: 20px;
    }
    .search-page-form button {
      padding-inline: .9rem;
    }
    .hero-title {
      font-size: 3.25rem;
    }
    .hero-stage {
      min-height: 320px;
      transform: scale(.92);
      transform-origin: center top;
      margin-bottom: -30px;
    }
    .care-object-a {
      width: 108px;
      height: 220px;
      left: 4%;
      bottom: 48px;
    }
    .care-object-b {
      width: 132px;
      height: 270px;
      left: 31%;
      bottom: 45px;
    }
    .care-object-c {
      width: 98px;
      height: 198px;
      right: 3%;
      bottom: 52px;
    }
    .care-cap {
      top: -26px;
      height: 36px;
    }
    .care-neck {
      top: -5px;
      height: 20px;
    }
    .care-label {
      margin-bottom: 30px;
      padding: .58rem .22rem .52rem;
    }
    .care-label small {
      font-size: .31rem;
      letter-spacing: .11em;
      margin-bottom: .35rem;
    }
    .care-label strong {
      font-size: .88rem;
    }
    .care-label em {
      font-size: .34rem;
      margin: .32rem 0 .38rem;
    }
    .care-label b {
      font-size: .31rem;
    }
    .care-series {
      top: 14px;
      right: 10px;
      font-size: .58rem;
    }
    .care-gold-seal {
      width: 20px;
      height: 20px;
      right: 9px;
      bottom: 8px;
      font-size: .5rem;
    }
    .stage-plinth {
      width: 300px;
      height: 55px;
      bottom: 27px;
    }
    .stage-orbit {
      width: 285px;
      height: 285px;
    }
    .stage-note {
      font-size: .68rem;
      padding: .55rem .7rem;
    }
    .stage-note strong {
      font-size: .86rem;
    }
    .stage-note-top {
      top: 20px;
    }
    .stage-note-bottom {
      bottom: 0;
    }
    .category-showcase, .audience-section {
      padding: 4.3rem 0;
    }
    .category-premium-grid {
      grid-template-columns: 1fr;
    }
    .category-premium-card {
      min-height: 175px;
    }
    .woocommerce ul.products {
      grid-template-columns: 1fr;
    }
    .woocommerce ul.products li.product {
      padding: 1rem;
    }
    .single-product div.product .product_title {
      font-size: 2.45rem;
    }
    .animur-product-facts {
      grid-template-columns: 1fr;
    }
    .single-product div.product form.cart {
      flex-wrap: wrap;
    }
    .single-product div.product form.cart .single_add_to_cart_button {
      min-width: calc(100% - 84px);
    }
    .woocommerce-products-header__title.page-title {
      font-size: 2.7rem;
    }
    .need-section, .brand-spotlight {
      padding: 4.5rem 0;
    }
    .need-cloud {
      padding: 1rem 0;
      justify-content: flex-start;
    }
    .need-cloud:before {
      display: none;
    }
    .need-cloud span:nth-child(n) {
      transform: none;
    }
    .audience-card {
      min-height: 300px;
      padding: 1.6rem;
    }
    .brand-watermark {
      font-size: 95vw;
      right: -18vw;
    }
  }
  @media (prefers-reduced-motion: reduce) {
    .care-object {
      animation: none;
    }
    * {
      scroll-behavior: auto !important;
    }
  }
}
@layer base {
  input:where([type='text']),input:where(:not([type])),input:where([type='email']),input:where([type='url']),input:where([type='password']),input:where([type='number']),input:where([type='date']),input:where([type='datetime-local']),input:where([type='month']),input:where([type='search']),input:where([type='tel']),input:where([type='time']),input:where([type='week']),select:where([multiple]),textarea,select {
    appearance: none;
    background-color: #fff;
    border-color: oklch(55.1% 0.027 264.364);
    border-width: 1px;
    border-radius: 0px;
    padding-top: 0.5rem;
    padding-right: 0.75rem;
    padding-bottom: 0.5rem;
    padding-left: 0.75rem;
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-shadow: 0 0 #0000;
    &:focus {
      outline: 2px solid transparent;
      outline-offset: 2px;
      --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-color: oklch(54.6% 0.245 262.881);
      --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
      --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
      box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
      border-color: oklch(54.6% 0.245 262.881);
    }
  }
  input::placeholder,textarea::placeholder {
    color: oklch(55.1% 0.027 264.364);
    opacity: 1;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-date-and-time-value {
    min-height: 1.5em;
  }
  ::-webkit-date-and-time-value {
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field {
    padding-top: 0;
    padding-bottom: 0;
  }
  select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='oklch(55.1%25 0.027 264.364)' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
    background-position: right 0.5rem center;
    background-repeat: no-repeat;
    background-size: 1.5em 1.5em;
    padding-right: 2.5rem;
    print-color-adjust: exact;
  }
  select:where([multiple]),select:where([size]:not([size="1"])) {
    background-image: initial;
    background-position: initial;
    background-repeat: unset;
    background-size: initial;
    padding-right: 0.75rem;
    print-color-adjust: unset;
  }
  input:where([type='checkbox']),input:where([type='radio']) {
    appearance: none;
    padding: 0;
    print-color-adjust: exact;
    display: inline-block;
    vertical-align: middle;
    background-origin: border-box;
    user-select: none;
    flex-shrink: 0;
    height: 1rem;
    width: 1rem;
    color: oklch(54.6% 0.245 262.881);
    background-color: #fff;
    border-color: oklch(55.1% 0.027 264.364);
    border-width: 1px;
    --tw-shadow: 0 0 #0000;
  }
  input:where([type='checkbox']) {
    border-radius: 0px;
  }
  input:where([type='radio']) {
    border-radius: 100%;
  }
  input:where([type='checkbox']):focus,input:where([type='radio']):focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
    --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
    --tw-ring-offset-width: 2px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: oklch(54.6% 0.245 262.881);
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  input:where([type='checkbox']):checked,input:where([type='radio']):checked {
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
  }
  input:where([type='checkbox']):checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
    @media (forced-colors: active) {
      appearance: auto;
    }
  }
  input:where([type='radio']):checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
    @media (forced-colors: active) {
      appearance: auto;
    }
  }
  input:where([type='checkbox']):checked:hover,input:where([type='checkbox']):checked:focus,input:where([type='radio']):checked:hover,input:where([type='radio']):checked:focus {
    border-color: transparent;
    background-color: currentColor;
  }
  input:where([type='checkbox']):indeterminate {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    @media (forced-colors: active) {
      appearance: auto;
    }
  }
  input:where([type='checkbox']):indeterminate:hover,input:where([type='checkbox']):indeterminate:focus {
    border-color: transparent;
    background-color: currentColor;
  }
  input:where([type='file']) {
    background: unset;
    border-color: inherit;
    border-width: 0;
    border-radius: 0;
    padding: 0;
    font-size: unset;
    line-height: inherit;
  }
  input:where([type='file']):focus {
    outline: 1px solid ButtonText;
    outline: 1px auto -webkit-focus-ring-color;
  }
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@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;
    }
  }
}
