/*! tailwindcss v4.3.0 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: "Montserrat",sans-serif;
    --font-serif: "Cormorant Garamond",serif;
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New',
    monospace;
    --spacing: 0.25rem;
    --container-md: 28rem;
    --container-2xl: 42rem;
    --container-3xl: 48rem;
    --container-4xl: 56rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --text-5xl: 3rem;
    --text-5xl--line-height: 1;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --tracking-tight: -0.025em;
    --tracking-wider: 0.05em;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-primary: #c6a15b;
    --color-neutral: #f4f0e8;
  }
}
@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;
  }
  .-mx-6 {
    margin-inline: calc(var(--spacing) * -6);
  }
  .mx-2 {
    margin-inline: calc(var(--spacing) * 2);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .prose {
    color: var(--tw-prose-body);
    max-width: 65ch;
    :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
      margin-bottom: 1.25em;
    }
    :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-lead);
      font-size: 1.25em;
      line-height: 1.6;
      margin-top: 1.2em;
      margin-bottom: 1.2em;
    }
    :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-links);
      text-decoration: underline;
      font-weight: 500;
    }
    :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-bold);
      font-weight: 600;
    }
    :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: decimal;
      margin-top: 1.25em;
      margin-bottom: 1.25em;
      padding-inline-start: 1.625em;
    }
    :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-alpha;
    }
    :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-alpha;
    }
    :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-alpha;
    }
    :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-alpha;
    }
    :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-roman;
    }
    :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-roman;
    }
    :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-roman;
    }
    :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-roman;
    }
    :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: decimal;
    }
    :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: disc;
      margin-top: 1.25em;
      margin-bottom: 1.25em;
      padding-inline-start: 1.625em;
    }
    :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
      font-weight: 400;
      color: var(--tw-prose-counters);
    }
    :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
      color: var(--tw-prose-bullets);
    }
    :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      margin-top: 1.25em;
    }
    :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-color: var(--tw-prose-hr);
      border-top-width: 1px;
      margin-top: 3em;
      margin-bottom: 3em;
    }
    :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 500;
      font-style: italic;
      color: var(--tw-prose-quotes);
      border-inline-start-width: 0.25rem;
      border-inline-start-color: var(--tw-prose-quote-borders);
      quotes: "\201C""\201D""\2018""\2019";
      margin-top: 1.6em;
      margin-bottom: 1.6em;
      padding-inline-start: 1em;
    }
    :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
      content: open-quote;
    }
    :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
      content: close-quote;
    }
    :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 800;
      font-size: 2.25em;
      margin-top: 0;
      margin-bottom: 0.8888889em;
      line-height: 1.1111111;
    }
    :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 900;
      color: inherit;
    }
    :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 700;
      font-size: 1.5em;
      margin-top: 2em;
      margin-bottom: 1em;
      line-height: 1.3333333;
    }
    :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 800;
      color: inherit;
    }
    :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      font-size: 1.25em;
      margin-top: 1.6em;
      margin-bottom: 0.6em;
      line-height: 1.6;
    }
    :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 700;
      color: inherit;
    }
    :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      margin-top: 1.5em;
      margin-bottom: 0.5em;
      line-height: 1.5;
    }
    :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 700;
      color: inherit;
    }
    :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      display: block;
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 500;
      font-family: inherit;
      color: var(--tw-prose-kbd);
      box-shadow: 0 0 0 1px var(--tw-prose-kbd-shadows), 0 3px 0 var(--tw-prose-kbd-shadows);
      font-size: 0.875em;
      border-radius: 0.3125rem;
      padding-top: 0.1875em;
      padding-inline-end: 0.375em;
      padding-bottom: 0.1875em;
      padding-inline-start: 0.375em;
    }
    :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-code);
      font-weight: 600;
      font-size: 0.875em;
    }
    :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
      content: "`";
    }
    :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
      content: "`";
    }
    :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
      font-size: 0.875em;
    }
    :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
      font-size: 0.9em;
    }
    :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-pre-code);
      background-color: var(--tw-prose-pre-bg);
      overflow-x: auto;
      font-weight: 400;
      font-size: 0.875em;
      line-height: 1.7142857;
      margin-top: 1.7142857em;
      margin-bottom: 1.7142857em;
      border-radius: 0.375rem;
      padding-top: 0.8571429em;
      padding-inline-end: 1.1428571em;
      padding-bottom: 0.8571429em;
      padding-inline-start: 1.1428571em;
    }
    :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      background-color: transparent;
      border-width: 0;
      border-radius: 0;
      padding: 0;
      font-weight: inherit;
      color: inherit;
      font-size: inherit;
      font-family: inherit;
      line-height: inherit;
    }
    :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
      content: none;
    }
    :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
      content: none;
    }
    :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      width: 100%;
      table-layout: auto;
      margin-top: 2em;
      margin-bottom: 2em;
      font-size: 0.875em;
      line-height: 1.7142857;
    }
    :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-bottom-width: 1px;
      border-bottom-color: var(--tw-prose-th-borders);
    }
    :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      vertical-align: bottom;
      padding-inline-end: 0.5714286em;
      padding-bottom: 0.5714286em;
      padding-inline-start: 0.5714286em;
    }
    :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-bottom-width: 1px;
      border-bottom-color: var(--tw-prose-td-borders);
    }
    :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-bottom-width: 0;
    }
    :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      vertical-align: baseline;
    }
    :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-top-width: 1px;
      border-top-color: var(--tw-prose-th-borders);
    }
    :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      vertical-align: top;
    }
    :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      text-align: start;
    }
    :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
      margin-bottom: 0;
    }
    :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-captions);
      font-size: 0.875em;
      line-height: 1.4285714;
      margin-top: 0.8571429em;
    }
    --tw-prose-body: oklch(37.3% 0.034 259.733);
    --tw-prose-headings: oklch(21% 0.034 264.665);
    --tw-prose-lead: oklch(44.6% 0.03 256.802);
    --tw-prose-links: oklch(21% 0.034 264.665);
    --tw-prose-bold: oklch(21% 0.034 264.665);
    --tw-prose-counters: oklch(55.1% 0.027 264.364);
    --tw-prose-bullets: oklch(87.2% 0.01 258.338);
    --tw-prose-hr: oklch(92.8% 0.006 264.531);
    --tw-prose-quotes: oklch(21% 0.034 264.665);
    --tw-prose-quote-borders: oklch(92.8% 0.006 264.531);
    --tw-prose-captions: oklch(55.1% 0.027 264.364);
    --tw-prose-kbd: oklch(21% 0.034 264.665);
    --tw-prose-kbd-shadows: color-mix(in oklab, oklch(21% 0.034 264.665) 10%, transparent);
    --tw-prose-code: oklch(21% 0.034 264.665);
    --tw-prose-pre-code: oklch(92.8% 0.006 264.531);
    --tw-prose-pre-bg: oklch(27.8% 0.033 256.848);
    --tw-prose-th-borders: oklch(87.2% 0.01 258.338);
    --tw-prose-td-borders: oklch(92.8% 0.006 264.531);
    --tw-prose-invert-body: oklch(87.2% 0.01 258.338);
    --tw-prose-invert-headings: #fff;
    --tw-prose-invert-lead: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-links: #fff;
    --tw-prose-invert-bold: #fff;
    --tw-prose-invert-counters: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-bullets: oklch(44.6% 0.03 256.802);
    --tw-prose-invert-hr: oklch(37.3% 0.034 259.733);
    --tw-prose-invert-quotes: oklch(96.7% 0.003 264.542);
    --tw-prose-invert-quote-borders: oklch(37.3% 0.034 259.733);
    --tw-prose-invert-captions: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-kbd: #fff;
    --tw-prose-invert-kbd-shadows: rgb(255 255 255 / 10%);
    --tw-prose-invert-code: #fff;
    --tw-prose-invert-pre-code: oklch(87.2% 0.01 258.338);
    --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
    --tw-prose-invert-th-borders: oklch(44.6% 0.03 256.802);
    --tw-prose-invert-td-borders: oklch(37.3% 0.034 259.733);
    font-size: 1rem;
    line-height: 1.75;
    :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
      margin-bottom: 0;
    }
    :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.5em;
      margin-bottom: 0.5em;
    }
    :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0.375em;
    }
    :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0.375em;
    }
    :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.75em;
      margin-bottom: 0.75em;
    }
    :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
    }
    :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-bottom: 1.25em;
    }
    :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
    }
    :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-bottom: 1.25em;
    }
    :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.75em;
      margin-bottom: 0.75em;
    }
    :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
      margin-bottom: 1.25em;
    }
    :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.5em;
      padding-inline-start: 1.625em;
    }
    :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0;
    }
    :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-end: 0;
    }
    :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-top: 0.5714286em;
      padding-inline-end: 0.5714286em;
      padding-bottom: 0.5714286em;
      padding-inline-start: 0.5714286em;
    }
    :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0;
    }
    :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-end: 0;
    }
    :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-bottom: 0;
    }
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .mt-12 {
    margin-top: calc(var(--spacing) * 12);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }
  .mb-12 {
    margin-bottom: calc(var(--spacing) * 12);
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline-flex {
    display: inline-flex;
  }
  .h-auto {
    height: auto;
  }
  .w-full {
    width: 100%;
  }
  .max-w-2xl {
    max-width: var(--container-2xl);
  }
  .max-w-3xl {
    max-width: var(--container-3xl);
  }
  .max-w-4xl {
    max-width: var(--container-4xl);
  }
  .max-w-md {
    max-width: var(--container-md);
  }
  .max-w-none {
    max-width: none;
  }
  .flex-1 {
    flex: 1;
  }
  .items-center {
    align-items: center;
  }
  .justify-between {
    justify-content: space-between;
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }
  .gap-12 {
    gap: calc(var(--spacing) * 12);
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }
  .py-16 {
    padding-block: calc(var(--spacing) * 16);
  }
  .py-24 {
    padding-block: calc(var(--spacing) * 24);
  }
  .pt-16 {
    padding-top: calc(var(--spacing) * 16);
  }
  .pb-8 {
    padding-bottom: calc(var(--spacing) * 8);
  }
  .pb-12 {
    padding-bottom: calc(var(--spacing) * 12);
  }
  .pb-16 {
    padding-bottom: calc(var(--spacing) * 16);
  }
  .text-center {
    text-align: center;
  }
  .text-right {
    text-align: right;
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  .text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .tracking-tight {
    --tw-tracking: var(--tracking-tight);
    letter-spacing: var(--tracking-tight);
  }
  .tracking-wider {
    --tw-tracking: var(--tracking-wider);
    letter-spacing: var(--tracking-wider);
  }
  .text-neutral {
    color: var(--color-neutral);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .not-italic {
    font-style: normal;
  }
  .no-underline {
    text-decoration-line: none;
  }
  .transition-colors {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .last\:border-b-0 {
    &:last-child {
      border-bottom-style: var(--tw-border-style);
      border-bottom-width: 0px;
    }
  }
  .hover\:text-primary {
    &:hover {
      @media (hover: hover) {
        color: var(--color-primary);
      }
    }
  }
  .hover\:underline {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: underline;
      }
    }
  }
  .md\:mx-0 {
    @media (width >= 48rem) {
      margin-inline: calc(var(--spacing) * 0);
    }
  }
  .md\:text-2xl {
    @media (width >= 48rem) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  .md\:text-3xl {
    @media (width >= 48rem) {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
  }
  .md\:text-4xl {
    @media (width >= 48rem) {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }
  .md\:text-5xl {
    @media (width >= 48rem) {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
  }
}
@layer base {
  html {
    scroll-behavior: smooth;
  }
  body {
    margin: 0;
    background: #090909;
    color: #f4f0e8;
    font-family: var(--font-sans);
    letter-spacing: .01em;
  }
}
@layer components {
  .shell {
    width: min(1180px,calc(100% - 48px));
    margin: auto;
  }
  .eyebrow {
    text-transform: uppercase;
    letter-spacing: .28em;
    font-size: 11px;
    color: #c6a15b;
    font-weight: 600;
  }
  .hero {
    min-height: 82vh;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    background: radial-gradient(circle at 75% 40%,#30230e 0,transparent 34%),linear-gradient(115deg,#050505 25%,#111 100%);
  }
  .hero:after {
    content: "";
    position: absolute;
    right: -5vw;
    top: 50%;
    transform: translateY(-50%);
    width: min(52vw,720px);
    height: 92%;
    background: url("https://bobbyspirits.com/wp-content/uploads/2026/09/Bobbys-Spirits-Logo-Transparent.png") center/contain no-repeat;
    opacity: .055;
    pointer-events: none;
  }
  .hero-inner {
    position: relative;
    z-index: 2;
    padding: 120px 0 100px;
  }
  .hero-logo {
    width: 112px;
    height: auto;
    object-fit: contain;
    object-position: center;
    margin-bottom: 25px;
    filter: drop-shadow(0 0 28px rgba(198,161,91,.13));
  }
  .hero h1,.section-heading h2,.story h2,.statement h2 {
    font-family: var(--font-serif);
    font-weight: 400;
    line-height: .91;
    margin: 22px 0;
  }
  .hero h1 {
    font-size: clamp(64px,9vw,132px);
    max-width: 950px;
  }
  .hero h1 em,.statement em {
    color: #c6a15b;
    font-weight: 300;
  }
  .hero-copy {
    max-width: 580px;
    color: #aaa;
    line-height: 1.8;
    font-size: 16px;
  }
  .hero-actions {
    display: flex;
    gap: 32px;
    align-items: center;
    margin-top: 38px;
  }
  .button {
    padding: 15px 24px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: .16em;
    font-size: 11px;
  }
  .button.gold {
    background: #c6a15b;
    color: #090909;
  }
  .text-link {
    color: #eee;
    text-decoration: none;
    font-size: 12px;
    letter-spacing: .08em;
  }
  .collection {
    padding: 130px 0;
  }
  .section-heading {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 60px;
  }
  .section-heading h2 {
    font-size: clamp(48px,6vw,80px);
  }
  .product-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 1px;
    background: #292929;
    border: 1px solid #292929;
  }
  .product-card {
    background: #0d0d0d;
    padding: 26px;
    min-height: 690px;
    display: flex;
    flex-direction: column;
    position: relative;
    transition: .35s;
    overflow: hidden;
  }
  .product-card:hover {
    background: #14120e;
    transform: translateY(-5px);
  }
  .number {
    color: #666;
    font-size: 11px;
    letter-spacing: .2em;
  }
  .product-image {
    height: 390px;
    margin: 20px -10px 28px;
    overflow: hidden;
    background: #050505;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
  }
  .product-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    display: block;
    transition: transform .6s ease;
  }
  .product-card:hover .product-image img {
    transform: scale(1.015);
  }
  .type {
    color: #c6a15b;
    text-transform: uppercase;
    letter-spacing: .18em;
    font-size: 9px;
  }
  .product-card h3 {
    font: 400 36px/1 var(--font-serif);
    margin: 10px 0 18px;
  }
  .product-card p:not(.type) {
    color: #888;
    line-height: 1.7;
    font-size: 13px;
  }
  .product-card a {
    margin-top: auto;
    color: #ddd;
    text-decoration: none;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .13em;
  }
  .story {
    padding: 130px 0;
    background: #eee9df;
    color: #111;
  }
  .story-grid {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: 100px;
  }
  .story h2 {
    font-size: clamp(52px,6vw,84px);
  }
  .story-copy {
    padding-top: 40px;
    font: 400 24px/1.5 var(--font-serif);
    color: #48443e;
  }
  .statement {
    padding: 130px 0;
    text-align: center;
    background: radial-gradient(circle,#211b11,#080808 60%);
  }
  .statement-logo {
    width: 100px;
    height: auto;
    object-fit: contain;
    object-position: center;
    margin: 0 auto 25px;
  }
  .statement p {
    letter-spacing: .5em;
    font-size: 10px;
    color: #777;
  }
  .statement h2 {
    font-size: clamp(60px,8vw,110px);
  }
  .skip-link {
    position: fixed;
    left: 16px;
    top: -80px;
    z-index: 10000;
    background: #c6a15b;
    color: #090909;
    padding: 12px 16px;
    text-decoration: none;
    font-size: 11px;
    font-weight: 600;
    transition: .2s;
  }
  .skip-link:focus {
    top: 16px;
  }
  .site-header {
    position: absolute;
    z-index: 30;
    width: 100%;
    border-bottom: 1px solid rgba(255,255,255,.12);
    backdrop-filter: blur(6px);
  }
  .header-inner {
    height: 84px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .brand-lockup {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #f4f0e8;
    text-decoration: none;
    font-family: var(--font-serif);
    font-size: 24px;
    letter-spacing: .08em;
  }
  .brand-lockup img {
    width: 42px;
    height: 50px;
    object-fit: contain;
    object-position: center;
    display: block;
  }
  .brand-lockup b {
    color: #c6a15b;
    font-weight: 400;
  }
  .desktop-nav {
    display: flex;
    gap: 30px;
    align-items: center;
  }
  .desktop-nav a,.desktop-nav button,.mobile-panel a {
    color: #ddd;
    text-decoration: none;
    font-size: 10px;
    letter-spacing: .16em;
    text-transform: uppercase;
  }
  .desktop-nav button {
    background: none;
    border: 0;
    padding: 0;
    cursor: pointer;
  }
  .nav-dropdown {
    position: relative;
    height: 84px;
    padding: 0;
    display: flex;
    align-items: center;
  }
  .nav-dropdown-panel {
    position: absolute;
    top: 84px;
    left: -18px;
    min-width: 260px;
    background: #0a0a0a;
    border: 1px solid #2a2a2a;
    padding: 12px;
    display: none;
    box-shadow: 0 18px 50px rgba(0,0,0,.45);
  }
  .nav-dropdown:hover .nav-dropdown-panel,.nav-dropdown:focus-within .nav-dropdown-panel {
    display: flex;
    flex-direction: column;
  }
  .nav-dropdown-panel a {
    padding: 12px 10px;
    border-bottom: 1px solid #181818;
  }
  .nav-dropdown-panel a:last-child {
    border-bottom: 0;
  }
  .nav-dropdown-panel a:hover {
    color: #c6a15b;
  }
  .mobile-panel p {
    margin: 0;
    color: #777;
    text-transform: uppercase;
    letter-spacing: .18em;
    font-size: 9px;
  }
  .menu-toggle {
    display: none;
    background: none;
    border: 0;
    padding: 8px;
  }
  .menu-toggle span {
    display: block;
    width: 26px;
    height: 1px;
    background: #ddd;
    margin: 6px 0;
  }
  .mobile-panel {
    display: none;
    background: #0b0b0b;
    border-top: 1px solid #222;
    padding: 22px 24px;
    flex-direction: column;
    gap: 20px;
  }
  .age-gate {
    position: fixed;
    inset: 0;
    z-index: 9999;
    background: rgba(0,0,0,.94);
    display: none;
    place-items: center;
    padding: 24px;
  }
  .age-gate.is-open {
    display: grid;
  }
  .age-locked {
    overflow: hidden;
  }
  .age-card {
    width: min(520px,100%);
    text-align: center;
    padding: 50px 38px;
    border: 1px solid rgba(198,161,91,.35);
    background: radial-gradient(circle at top,#1f190f,#080808 55%);
    box-shadow: 0 25px 100px #000;
  }
  .age-card img {
    width: 100px;
    height: 120px;
    object-fit: contain;
    object-position: center;
    margin: auto;
  }
  .age-card h2 {
    font: 400 46px/1 var(--font-serif);
    margin: 18px 0;
  }
  .age-card>p:not(.eyebrow) {
    color: #999;
    line-height: 1.7;
  }
  .age-actions {
    margin-top: 28px;
    display: flex;
    gap: 26px;
    justify-content: center;
    align-items: center;
  }
  .age-actions button {
    border: 0;
    cursor: pointer;
  }
  .scroll-top {
    position: fixed;
    right: 22px;
    bottom: 22px;
    width: 44px;
    height: 44px;
    border: 1px solid #3a3428;
    background: #0b0b0b;
    color: #c6a15b;
    z-index: 1000;
    opacity: 0;
    pointer-events: none;
    transform: translateY(10px);
    transition: .25s;
    cursor: pointer;
  }
  .scroll-top.is-visible {
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }
  .scroll-top:hover {
    background: #c6a15b;
    color: #090909;
  }
  .luxury-footer {
    background: #050505;
    border-top: 1px solid #222;
    padding: 80px 0 24px;
  }
  .footer-grid {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr;
    gap: 70px;
  }
  .footer-brand {
    display: flex;
    gap: 18px;
    align-items: center;
  }
  .footer-brand img {
    width: 72px;
    height: 86px;
    object-fit: contain;
    object-position: center;
  }
  .footer-brand h3 {
    font: 400 34px/1 var(--font-serif);
    margin: 4px 0;
  }
  .footer-label {
    text-transform: uppercase;
    letter-spacing: .18em;
    font-size: 9px;
    color: #777;
    margin: 0 0 18px;
  }
  .footer-grid>div:not(.footer-brand) {
    display: flex;
    flex-direction: column;
    gap: 13px;
  }
  .footer-grid a {
    color: #aaa;
    text-decoration: none;
    font-size: 12px;
  }
  .footer-grid a:hover {
    color: #c6a15b;
  }
  .footer-bottom {
    border-top: 1px solid #1d1d1d;
    margin-top: 60px;
    padding-top: 22px;
    display: flex;
    justify-content: space-between;
    color: #666;
    font-size: 10px;
    letter-spacing: .08em;
  }
  .footer-socials {
    display: flex;
    flex-direction: column;
    gap: 9px;
    margin-top: 8px;
    padding-top: 16px;
    border-top: 1px solid #1d1d1d;
  }
  .footer-socials a {
    display: flex;
    justify-content: space-between;
    gap: 16px;
  }
  .footer-socials span {
    color: #c6a15b;
  }
  .contact-hero {
    padding: 175px 0 100px;
    background: radial-gradient(circle at 72% 42%,#2b2110 0,transparent 34%),#080808;
  }
  .contact-hero h1 {
    font: 400 clamp(72px,9vw,132px)/.86 var(--font-serif);
    margin: 20px 0 28px;
  }
  .contact-hero p:last-child {
    max-width: 600px;
    color: #aaa;
    line-height: 1.8;
  }
  .contact-form-section {
    padding: 110px 0;
    background: #eee9df;
    color: #111;
  }
  .contact-grid {
    display: grid;
    grid-template-columns: .85fr 1.15fr;
    gap: 90px;
    align-items: start;
  }
  .contact-intro h2 {
    font: 400 clamp(48px,5vw,74px)/.95 var(--font-serif);
    margin: 18px 0 24px;
  }
  .contact-intro>p:last-of-type {
    color: #6c655b;
    line-height: 1.75;
    max-width: 430px;
  }
  .contact-socials {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 35px;
  }
  .contact-socials a {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 14px 0;
    border-top: 1px solid #c9c0b1;
    color: #111;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-size: 9px;
  }
  .contact-socials a:last-child {
    border-bottom: 1px solid #c9c0b1;
  }
  .contact-socials span {
    color: #9a7438;
    text-transform: none;
    letter-spacing: .04em;
  }
  .contact-form-wrap {
    background: #f8f5ef;
    border: 1px solid #cfc6b7;
    padding: 34px;
  }
  .contact-form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
  }
  .contact-form label {
    display: block;
  }
  .contact-form label.full,.contact-form .full {
    grid-column: 1/-1;
  }
  .contact-form span {
    display: block;
    font-size: 8px;
    text-transform: uppercase;
    letter-spacing: .16em;
    color: #746c61;
    margin-bottom: 8px;
  }
  .contact-form input,.contact-form select,.contact-form textarea {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #c9c0b1;
    background: #fff;
    color: #111;
    padding: 14px;
    font: 500 13px var(--font-sans);
    outline: none;
  }
  .contact-form textarea {
    resize: vertical;
    min-height: 170px;
  }
  .contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus {
    border-color: #9f7839;
    box-shadow: 0 0 0 1px #9f7839;
  }
  .contact-form button {
    border: 0;
    cursor: pointer;
  }
  .form-notice {
    padding: 14px 16px;
    margin-bottom: 20px;
    font-size: 12px;
    line-height: 1.5;
  }
  .form-notice.success {
    background: #e7efe5;
    color: #314b2e;
    border: 1px solid #b7c9b3;
  }
  .form-notice.error {
    background: #f4e8e3;
    color: #6d342b;
    border: 1px solid #d9b9ae;
  }
  .honeypot {
    position: absolute !important;
    left: -9999px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
  }
  .product-hero {
    padding: 150px 0 90px;
    min-height: 72vh;
    background: radial-gradient(circle at 70% 45%,#271d0d 0,transparent 35%),#080808;
  }
  .product-hero-grid {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    align-items: center;
    gap: 80px;
  }
  .product-detail-copy h1 {
    font: 400 clamp(62px,7vw,108px)/.9 var(--font-serif);
    margin: 22px 0 28px;
  }
  .product-lead {
    color: #aaa;
    max-width: 530px;
    line-height: 1.8;
    margin-bottom: 38px;
  }
  .back-link {
    display: inline-block;
    color: #777;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: .15em;
    font-size: 9px;
    margin-bottom: 50px;
  }
  .product-detail-image {
    height: 680px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .product-detail-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .product-details {
    padding: 120px 0;
    background: #eee9df;
    color: #111;
  }
  .detail-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 100px;
  }
  .detail-grid h2 {
    font: 400 clamp(50px,5vw,76px)/.95 var(--font-serif);
    margin: 18px 0;
  }
  .detail-grid>div:last-child {
    font: 400 25px/1.55 var(--font-serif);
    color: #49443c;
    padding-top: 30px;
  }
  .detail-rule {
    height: 1px;
    background: #c7bda9;
    margin: 40px 0 24px;
  }
  .detail-small {
    font: 500 9px/1.5 var(--font-sans) !important;
    text-transform: uppercase;
    letter-spacing: .18em;
    color: #7d7568 !important;
  }
  .locator-hero {
    padding: 175px 0 100px;
    background: radial-gradient(circle at 72% 40%,#2b2110 0,transparent 34%),#080808;
  }
  .locator-hero h1 {
    font: 400 clamp(72px,9vw,132px)/.82 var(--font-serif);
    margin: 20px 0 30px;
  }
  .locator-hero h1 em {
    color: #c6a15b;
    font-weight: 300;
  }
  .locator-hero>div>p:last-child {
    max-width: 600px;
    color: #aaa;
    line-height: 1.8;
  }
  .locator-tool {
    padding: 110px 0;
    background: #eee9df;
    color: #111;
  }
  .locator-toolbar {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    align-items: end;
    margin-bottom: 38px;
  }
  .locator-toolbar h2 {
    font: 400 clamp(48px,5vw,72px)/1 var(--font-serif);
    margin: 12px 0 0;
  }
  .locator-total {
    display: flex;
    align-items: baseline;
    gap: 10px;
    color: #756d62;
  }
  .locator-total strong {
    font: 300 54px/1 var(--font-serif);
    color: #111;
  }
  .locator-total span {
    text-transform: uppercase;
    letter-spacing: .14em;
    font-size: 9px;
  }
  .locator-searchbar {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 10px;
    margin-bottom: 18px;
  }
  .locator-searchbar label {
    display: block;
    border: 1px solid #c9c0b1;
    background: #fff;
    padding: 10px 14px;
  }
  .locator-searchbar span {
    display: block;
    font-size: 8px;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: #857c70;
    margin-bottom: 4px;
  }
  .locator-searchbar input,.locator-searchbar select {
    width: 100%;
    border: 0;
    outline: 0;
    background: transparent;
    color: #111;
    font: 500 13px var(--font-sans);
    padding: 4px 0;
  }
  .locator-filters {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 34px;
  }
  .locator-filters button {
    border: 1px solid #bdb3a2;
    background: transparent;
    padding: 11px 14px;
    font: 500 9px var(--font-sans);
    letter-spacing: .08em;
    text-transform: uppercase;
    cursor: pointer;
  }
  .locator-filters button.is-active,.locator-filters button:hover {
    background: #111;
    color: #eee;
    border-color: #111;
  }
  .locator-results {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }
  .locator-card {
    display: grid;
    grid-template-columns: 56px 1fr auto;
    gap: 18px;
    align-items: start;
    padding: 24px;
    border: 1px solid #cfc6b7;
    background: #f8f5ef;
  }
  .locator-card[hidden] {
    display: none;
  }
  .locator-index {
    font: 300 24px/1 var(--font-serif);
    color: #b38b48;
  }
  .locator-card h3 {
    font: 400 28px/1.05 var(--font-serif);
    margin: 0 0 10px;
  }
  .locator-card p {
    margin: 0;
    color: #686057;
    font-size: 12px;
    line-height: 1.65;
  }
  .locator-card small {
    display: block;
    margin-top: 13px;
    color: #8d857b;
    font-size: 10px;
    line-height: 1.5;
  }
  .locator-card-actions {
    display: flex;
    flex-direction: column;
    gap: 8px;
    text-align: right;
  }
  .locator-card-actions a {
    color: #111;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: .11em;
    font-size: 8px;
  }
  .brand-tags {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
    margin-top: 12px;
  }
  .brand-tags span {
    border: 1px solid #c8bca8;
    padding: 4px 6px;
    font-size: 7px;
    text-transform: uppercase;
    letter-spacing: .08em;
    color: #6e6458;
  }
  .locator-no-results {
    padding: 60px 0;
    text-align: center;
  }
  .locator-no-results h3 {
    font: 400 38px/1 var(--font-serif);
    margin: 0 0 10px;
  }
  .locator-note {
    margin: 34px 0 0;
    color: #766f66;
    font-size: 10px;
    line-height: 1.7;
    max-width: 860px;
  }
  .trade-cta {
    padding: 110px 0;
    background: #0b0b0b;
  }
  .trade-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 90px;
    align-items: center;
  }
  .trade-grid h2 {
    font: 400 clamp(50px,5vw,76px)/.94 var(--font-serif);
    margin: 18px 0;
  }
  .trade-grid>div:last-child p {
    color: #999;
    line-height: 1.8;
    max-width: 520px;
  }
  .find-section {
    padding: 115px 0;
    background: #0c0b09;
    border-top: 1px solid #1f1d18;
    border-bottom: 1px solid #1f1d18;
  }
  .find-grid {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 90px;
    align-items: start;
  }
  .find-section h2 {
    font: 400 clamp(50px,5.5vw,82px)/.93 var(--font-serif);
    margin: 18px 0;
  }
  .find-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
  }
  .find-actions>div {
    padding: 30px;
    border: 1px solid #28251f;
    background: #11100e;
  }
  .find-actions h3 {
    font: 400 30px/1 var(--font-serif);
    margin: 0 0 14px;
  }
  .find-actions p {
    color: #8f887d;
    font-size: 13px;
    line-height: 1.75;
    min-height: 72px;
  }
  .product-intro {
    max-width: 590px;
    color: #928a80;
    line-height: 1.8;
    margin: 20px 0 0;
  }
  .product-facts {
    background: #eee9df;
    color: #111;
    border-bottom: 1px solid #c9c0b1;
  }
  .facts-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
  }
  .facts-grid article {
    padding: 35px 25px;
    border-right: 1px solid #c9c0b1;
  }
  .facts-grid article:last-child {
    border-right: 0;
  }
  .facts-grid strong {
    display: block;
    font: 400 38px/1 var(--font-serif);
    margin-bottom: 8px;
  }
  .facts-grid span {
    font-size: 9px;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #70685d;
  }
  .proof-section {
    padding: 100px 0;
    background: #0c0b09;
  }
  .proof-section h2 {
    font: 400 clamp(50px,5vw,76px)/1 var(--font-serif);
    margin: 16px 0 40px;
  }
  .proof-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 12px;
  }
  .proof-grid article {
    border: 1px solid #29251e;
    padding: 30px;
    background: #11100e;
  }
  .proof-grid span {
    font: 400 30px/1 var(--font-serif);
    color: #d1b071;
  }
  .proof-grid p {
    color: #8f887d;
    font-size: 11px;
    line-height: 1.6;
    margin: 12px 0 0;
  }
  .product-actions {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
  }
  .product-actions span {
    font-size: 9px;
    letter-spacing: .13em;
    text-transform: uppercase;
    color: #6e6e6e;
  }
  .where-buy {
    padding: 90px 0;
    background: #11100e;
    border-top: 1px solid #25221d;
    border-bottom: 1px solid #25221d;
  }
  .where-buy-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 90px;
    align-items: center;
  }
  .where-buy h2 {
    font: 400 clamp(48px,5vw,74px)/.95 var(--font-serif);
    margin: 16px 0;
  }
  .where-buy p {
    color: #989087;
    line-height: 1.8;
    max-width: 520px;
  }
  .more-collection {
    padding: 110px 0;
    background: #080808;
  }
  .section-heading.compact {
    margin-bottom: 38px;
  }
  .section-heading.compact h2 {
    font-size: clamp(42px,4.5vw,68px);
  }
  .mini-product-grid {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 20px;
  }
  .mini-product {
    display: grid;
    grid-template-columns: 150px 1fr auto;
    align-items: center;
    gap: 24px;
    padding: 16px;
    border: 1px solid #232323;
    text-decoration: none;
    color: #eee;
    background: #0d0d0d;
    transition: .3s;
  }
  .mini-product:hover {
    border-color: var(--product-accent);
    transform: translateY(-3px);
  }
  .mini-image {
    height: 150px;
    background: #050505;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .mini-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .mini-product span {
    font: 400 28px/1.05 var(--font-serif);
  }
  .mini-product b {
    font-size: 9px;
    text-transform: uppercase;
    letter-spacing: .14em;
    color: #888;
  }
  .product-cta {
    text-align: center;
    padding: 130px 0;
    background: radial-gradient(circle,#211b11,#080808 60%);
  }
  .product-cta h2 {
    font: 400 clamp(62px,8vw,110px)/.9 var(--font-serif);
    margin: 20px 0 38px;
  }
  .product-cta em {
    color: #c6a15b;
    font-weight: 300;
  }
  .standard-page {
    padding: 150px 0;
  }
  .standard-page h1 {
    font: 400 72px/1 var(--font-serif);
  }
  @media (max-width:800px) {
    .contact-grid {
      grid-template-columns: 1fr;
      gap: 45px;
    }
    .contact-form {
      grid-template-columns: 1fr;
    }
    .contact-form label.full,.contact-form .full {
      grid-column: auto;
    }
    .contact-form-wrap {
      padding: 24px;
    }
    .contact-hero {
      padding: 145px 0 80px;
    }
    .shell {
      width: min(100% - 32px,1180px);
    }
    .hero {
      min-height: 78vh;
    }
    .hero-inner {
      padding: 120px 0 80px;
    }
    .hero-logo {
      width: 88px;
      height: auto;
    }
    .hero-actions {
      align-items: flex-start;
      flex-direction: column;
    }
    .section-heading {
      display: block;
    }
    .product-grid {
      grid-template-columns: 1fr;
    }
    .product-card {
      min-height: 620px;
    }
    .product-image {
      height: 430px;
    }
    .story-grid {
      grid-template-columns: 1fr;
      gap: 10px;
    }
    .collection,.story {
      padding: 90px 0;
    }
    .desktop-nav {
      display: none;
    }
    .menu-toggle {
      display: block;
    }
    .mobile-panel.is-open {
      display: flex;
    }
    .footer-grid {
      grid-template-columns: 1fr;
      gap: 42px;
    }
    .footer-bottom {
      flex-direction: column;
      gap: 10px;
    }
    .age-card {
      padding: 38px 24px;
    }
    .age-card h2 {
      font-size: 38px;
    }
    .product-hero {
      padding: 125px 0 70px;
    }
    .product-hero-grid,.detail-grid,.where-buy-inner,.find-grid {
      grid-template-columns: 1fr;
      gap: 35px;
    }
    .find-actions {
      grid-template-columns: 1fr;
    }
    .find-section {
      padding: 85px 0;
    }
    .find-actions p {
      min-height: 0;
    }
    .locator-toolbar {
      align-items: flex-start;
      flex-direction: column;
    }
    .locator-searchbar {
      grid-template-columns: 1fr;
    }
    .locator-results {
      grid-template-columns: 1fr;
    }
    .locator-card {
      grid-template-columns: 42px 1fr;
    }
    .locator-card-actions {
      grid-column: 2;
      text-align: left;
      flex-direction: row;
      flex-wrap: wrap;
    }
    .locator-total strong {
      font-size: 44px;
    }
    .facts-grid {
      grid-template-columns: 1fr 1fr;
    }
    .facts-grid article:nth-child(2) {
      border-right: 0;
    }
    .proof-grid {
      grid-template-columns: 1fr;
    }
    .product-detail-copy h1 {
      font-size: 58px;
    }
    .product-detail-image {
      height: 520px;
    }
    .product-details {
      padding: 85px 0;
    }
    .detail-grid>div:last-child {
      padding-top: 0;
    }
    .mini-product-grid {
      grid-template-columns: 1fr;
    }
    .mini-product {
      grid-template-columns: 110px 1fr;
    }
    .mini-product b {
      display: none;
    }
    .mini-image {
      height: 120px;
    }
    .product-cta {
      padding: 90px 0;
    }
  }
}
@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;
    }
  }
}
