/*! tailwindcss v4.3.0 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: "Manrope", 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-2xl: 42rem;
    --container-3xl: 48rem;
    --container-4xl: 56rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: .875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-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;
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --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-ivory: #FAF6F0;
    --color-paper: #FFFFFF;
    --color-ink: #2B2622;
    --color-moss: #5C6B4F;
    --color-bronze: #C4693B;
    --color-sand: #E4DED3;
    --color-line: #E4DED3;
    --color-muted: #8A8378;
    --color-neutral: #2B2622;
    --color-primary: #C4693B;
  }
}
@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-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-12 {
    margin-top: calc(var(--spacing) * 12);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }
  .mb-12 {
    margin-bottom: calc(var(--spacing) * 12);
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .table {
    display: table;
  }
  .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-none {
    max-width: none;
  }
  .flex-1 {
    flex: 1;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .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;
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }
  .py-16 {
    padding-block: calc(var(--spacing) * 16);
  }
  .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-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);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .no-underline {
    text-decoration-line: none;
  }
  .blur {
    --tw-blur: blur(8px);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .transition-colors {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  .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);
      }
    }
  }
  .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 {
  [x-cloak] {
    display: none !important;
  }
  * {
    box-sizing: border-box;
  }
  html {
    scroll-behavior: smooth;
  }
  body {
    margin: 0;
    background: var(--color-ivory);
    color: var(--color-ink);
    font-family: var(--font-sans);
    -webkit-font-smoothing: antialiased;
  }
  body.menu-open {
    overflow: hidden;
  }
  a {
    color: inherit;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  button, input, textarea, select {
    font: inherit;
  }
  ::selection {
    background: var(--color-ink);
    color: var(--color-paper);
  }
  :focus-visible {
    outline: 2px solid var(--color-bronze);
    outline-offset: 3px;
  }
  .screen-reader-text {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0;
  }
}
@layer components {
  .hg-skip-link {
    position: fixed;
    z-index: 9999;
    top: 12px;
    left: 12px;
    transform: translateY(-150%);
    padding: 11px 15px;
    background: var(--color-paper);
    color: var(--color-ink);
    border: 1px solid var(--color-ink);
    text-decoration: none;
    font-size: 12px;
    font-weight: 700;
  }
  .hg-skip-link:focus {
    transform: translateY(0);
  }
  .hg-shell {
    width: min(1440px, calc(100% - 64px));
    margin-inline: auto;
  }
  .hg-kicker {
    margin: 0 0 18px;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: .19em;
    text-transform: uppercase;
    color: var(--color-moss);
  }
  .hg-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0 24px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: .11em;
    font-size: 11px;
    font-weight: 700;
    border: 1px solid transparent;
    transition: transform .25s ease, background .25s ease, color .25s ease, border-color .25s ease;
  }
  .hg-btn:hover {
    transform: translateY(-2px);
  }
  .hg-btn-dark {
    background: var(--color-ink);
    color: white;
  }
  .hg-btn-dark:hover {
    background: var(--color-moss);
  }
  .hg-btn-light {
    background: var(--color-paper);
    color: var(--color-ink);
  }
  .hg-btn-light:hover {
    background: var(--color-sand);
  }
  .hg-text-link {
    display: inline-flex;
    gap: 9px;
    align-items: center;
    text-decoration: none;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-weight: 700;
    border-bottom: 1px solid currentColor;
    padding-bottom: 5px;
  }
  .hg-text-link span {
    transition: transform .25s ease;
  }
  .hg-text-link:hover span {
    transform: translate(3px,-3px);
  }
  .hg-announcement {
    min-height: 31px;
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: center;
    padding: 6px 18px;
    text-align: center;
    background: var(--color-ink);
    color: #f8f3eb;
    font-size: 9px;
    font-weight: 600;
    letter-spacing: .13em;
    text-transform: uppercase;
  }
  .hg-announcement span {
    opacity: 1;
  }
  .hg-announcement i {
    opacity: .35;
    font-style: normal;
  }
  .hg-header {
    position: sticky;
    top: 0;
    z-index: 40;
    border-bottom: 1px solid rgba(25,27,24,.12);
    background: rgba(251,244,249,.94);
    backdrop-filter: blur(16px);
  }
  .admin-bar .hg-header {
    top: 32px;
  }
  .hg-header-row {
    min-height: 78px;
    display: grid;
    grid-template-columns: minmax(150px,190px) minmax(0,1fr) minmax(130px,190px);
    align-items: center;
    gap: 20px;
  }
  .hg-brand {
    display: inline-flex;
    align-items: baseline;
    text-decoration: none;
    width: max-content;
  }
  .hg-brand-word {
    font-family: var(--font-sans);
    font-size: 20px;
    font-weight: 700;
    letter-spacing: .18em;
  }
  .hg-brand-dot {
    font-family: var(--font-serif);
    color: var(--color-bronze);
    font-size: 27px;
    line-height: 1;
  }
  .hg-desktop-nav {
    display: flex;
    min-width: 0;
    justify-content: center;
  }
  .hg-nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: clamp(14px,1.7vw,28px);
    align-items: center;
    justify-content: center;
  }
  .hg-nav-list li {
    position: relative;
  }
  .hg-nav-list > li > a {
    display: block;
    padding: 29px 0;
    white-space: nowrap;
    font-size: 10px;
    font-weight: 650;
    text-decoration: none;
    letter-spacing: .055em;
    text-transform: uppercase;
  }
  .hg-nav-list > li > a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 100%;
    bottom: 22px;
    height: 1px;
    background: var(--color-ink);
    transition: right .25s ease;
  }
  .hg-nav-list > li:hover > a::after {
    right: 0;
  }
  .hg-nav-list .sub-menu {
    position: absolute;
    top: calc(100% - 1px);
    left: -22px;
    min-width: 220px;
    padding: 16px 20px;
    margin: 0;
    list-style: none;
    border: 1px solid var(--color-line);
    background: var(--color-paper);
    box-shadow: 0 18px 45px rgba(25,27,24,.08);
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition: all .2s ease;
  }
  .hg-nav-list li:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  .hg-nav-list .sub-menu a {
    display: block;
    padding: 8px 0;
    font-size: 12px;
    text-decoration: none;
  }
  .hg-header-actions {
    display: flex;
    justify-content: flex-end;
    gap: 7px;
  }
  .hg-icon-button {
    width: 44px;
    height: 44px;
    border: 0;
    background: transparent;
    color: var(--color-ink);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
    text-decoration: none;
  }
  .hg-icon-button svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.45;
    stroke-linecap: round;
    stroke-linejoin: round;
  }
  .hg-cart-count {
    position: absolute;
    right: -1px;
    top: 0;
    min-width: 17px;
    height: 17px;
    padding: 0 4px;
    border-radius: 20px;
    background: var(--color-ink);
    color: white;
    display: grid;
    place-items: center;
    font-size: 8px;
    font-weight: 700;
  }
  .hg-menu-button {
    display: none;
  }
  .hg-drawer-backdrop {
    position: fixed;
    inset: 0;
    z-index: 60;
    background: rgba(25,27,24,.48);
  }
  .hg-mobile-drawer {
    position: fixed;
    z-index: 70;
    inset: 0 auto 0 0;
    width: min(390px, 88vw);
    background: var(--color-paper);
    transform: translateX(-102%);
    transition: transform .35s cubic-bezier(.22,.61,.36,1);
    padding: 24px;
    overflow-y: auto;
  }
  .hg-mobile-drawer.is-open {
    transform: translateX(0);
  }
  .hg-drawer-head, .hg-search-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--color-line);
    text-transform: uppercase;
    letter-spacing: .12em;
    font-size: 11px;
    font-weight: 700;
  }
  .hg-drawer-head button, .hg-search-head button {
    border: 0;
    background: transparent;
    font-family: var(--font-serif);
    font-size: 30px;
    line-height: 1;
    cursor: pointer;
  }
  .hg-mobile-nav, .hg-mobile-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .hg-mobile-nav > li {
    border-bottom: 1px solid var(--color-line);
  }
  .hg-mobile-nav > li > a {
    display: block;
    padding: 17px 0;
    font-family: var(--font-serif);
    font-size: 28px;
    text-decoration: none;
  }
  .hg-mobile-nav .sub-menu {
    padding: 0 0 12px 16px;
  }
  .hg-mobile-nav .sub-menu a {
    display: block;
    padding: 8px 0;
    font-size: 13px;
    text-decoration: none;
    color: var(--color-muted);
  }
  .hg-drawer-links {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 28px;
  }
  .hg-drawer-links a {
    font-size: 12px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: .1em;
  }
  .hg-search-overlay {
    position: fixed;
    inset: 0;
    z-index: 80;
    background: rgba(25,27,24,.6);
    display: grid;
    place-items: start center;
    padding-top: 95px;
  }
  .hg-search-panel {
    width: min(760px, calc(100% - 32px));
    background: var(--color-paper);
    padding: 28px;
    box-shadow: 0 30px 90px rgba(0,0,0,.18);
  }
  .hg-search-form {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 10px;
    padding-top: 24px;
  }
  .hg-search-form input {
    min-width: 0;
    height: 58px;
    border: 1px solid var(--color-line);
    background: var(--color-ivory);
    padding: 0 17px;
    outline: none;
  }
  .hg-search-form input:focus {
    border-color: var(--color-ink);
  }
  .hg-search-form button {
    min-width: 120px;
    border: 0;
    background: var(--color-ink);
    color: white;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: .13em;
    font-weight: 700;
    cursor: pointer;
  }
  .hg-hero {
    padding: 34px 0 74px;
  }
  .hg-hero-grid {
    display: grid;
    grid-template-columns: .86fr 1.14fr;
    min-height: 710px;
    background: var(--color-paper);
  }
  .hg-hero-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 76px 7vw 76px 64px;
  }
  .hg-hero h1 {
    margin: 0;
    max-width: 630px;
    font-family: var(--font-serif);
    font-size: clamp(60px, 7vw, 112px);
    font-weight: 500;
    line-height: .82;
    letter-spacing: -.055em;
  }
  .hg-hero h1 em {
    color: var(--color-moss);
    font-weight: 500;
  }
  .hg-hero-lead {
    max-width: 540px;
    margin: 34px 0 0;
    color: var(--color-muted);
    font-size: 16px;
    line-height: 1.75;
  }
  .hg-button-row {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-top: 36px;
  }
  .hg-hero-note {
    display: flex;
    gap: 20px;
    margin-top: 58px;
    padding-top: 17px;
    border-top: 1px solid var(--color-line);
    color: var(--color-muted);
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: .11em;
  }
  .hg-hero-media {
    position: relative;
    min-height: 710px;
    overflow: hidden;
    background: #d7d0c6;
  }
  .hg-hero-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    inset: 0;
    transition: transform 1.2s ease;
  }
  .hg-hero-grid:hover .hg-hero-media img {
    transform: scale(1.025);
  }
  .hg-hero-caption {
    position: absolute;
    right: 22px;
    bottom: 22px;
    width: min(330px, calc(100% - 44px));
    padding: 22px 24px;
    background: rgba(246,241,232,.92);
    backdrop-filter: blur(12px);
  }
  .hg-hero-caption span {
    display: block;
    margin-bottom: 8px;
    font-size: 9px;
    letter-spacing: .14em;
    font-weight: 700;
    color: var(--color-moss);
  }
  .hg-hero-caption strong {
    font-family: var(--font-serif);
    font-size: 21px;
    font-weight: 600;
    line-height: 1.05;
  }
  .hg-proof-strip {
    border-top: 1px solid var(--color-line);
    border-bottom: 1px solid var(--color-line);
  }
  .hg-proof-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
  }
  .hg-proof-grid > div {
    padding: 24px 26px;
    border-right: 1px solid var(--color-line);
  }
  .hg-proof-grid > div:first-child {
    padding-left: 0;
  }
  .hg-proof-grid > div:last-child {
    border-right: 0;
  }
  .hg-proof-grid strong {
    display: block;
    font-family: var(--font-serif);
    font-size: 19px;
    font-weight: 600;
  }
  .hg-proof-grid span {
    display: block;
    margin-top: 3px;
    color: var(--color-muted);
    font-size: 10px;
    line-height: 1.55;
  }
  .hg-section {
    padding: 110px 0;
  }
  .hg-section-head {
    display: grid;
    grid-template-columns: 1fr minmax(260px,410px);
    align-items: end;
    gap: 50px;
    margin-bottom: 42px;
  }
  .hg-section-head h2, .hg-manifesto h2, .hg-room-story h2, .hg-editorial h2, .hg-final-cta h2 {
    margin: 0;
    font-family: var(--font-serif);
    font-size: clamp(45px, 5vw, 76px);
    line-height: .94;
    letter-spacing: -.035em;
    font-weight: 500;
  }
  .hg-section-head > p {
    margin: 0;
    color: var(--color-muted);
    line-height: 1.7;
    font-size: 14px;
  }
  .hg-category-grid {
    display: grid;
    grid-template-columns: repeat(12,1fr);
    gap: 18px;
  }
  .hg-category-card {
    position: relative;
    min-height: 500px;
    overflow: hidden;
    text-decoration: none;
    background: #d9d2c7;
    grid-column: span 3;
  }
  .hg-category-featured {
    grid-column: span 6;
    min-height: 620px;
  }
  .hg-category-media {
    position: absolute;
    inset: 0;
  }
  .hg-category-media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(16,16,14,.66), rgba(16,16,14,0) 58%);
  }
  .hg-category-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .7s ease;
  }
  .hg-category-card:hover .hg-category-media img {
    transform: scale(1.035);
  }
  .hg-category-copy {
    position: absolute;
    z-index: 2;
    inset: auto 25px 25px;
    color: white;
  }
  .hg-category-copy span {
    display: block;
    font-size: 9px;
    text-transform: uppercase;
    letter-spacing: .16em;
    opacity: .78;
  }
  .hg-category-copy h3 {
    margin: 7px 0 13px;
    font-family: var(--font-serif);
    font-size: 37px;
    font-weight: 500;
    line-height: 1;
  }
  .hg-category-copy b {
    font-size: 9px;
    text-transform: uppercase;
    letter-spacing: .14em;
    font-weight: 700;
  }
  .hg-editorial {
    padding: 105px 0;
  }
  .hg-editorial-dark {
    background: var(--color-ink);
    color: #f7f2ea;
  }
  .hg-editorial-grid {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    align-items: center;
    gap: clamp(55px,7vw,110px);
  }
  .hg-editorial-media {
    height: 720px;
    overflow: hidden;
  }
  .hg-editorial-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .hg-editorial-copy {
    max-width: 560px;
  }
  .hg-editorial-dark .hg-kicker {
    color: #b8a489;
  }
  .hg-editorial-copy p:not(.hg-kicker) {
    max-width: 500px;
    margin: 29px 0 35px;
    color: rgba(255,255,255,.68);
    line-height: 1.85;
    font-size: 15px;
  }
  .hg-products-section {
    background: var(--color-paper);
  }
  .hg-product-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 28px 18px;
  }
  .hg-product-card {
    min-width: 0;
  }
  .hg-product-image {
    display: block;
    aspect-ratio: 4/5;
    overflow: hidden;
    background: #ebe5dc;
  }
  .hg-product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s ease;
  }
  .hg-product-card:hover .hg-product-image img {
    transform: scale(1.025);
  }
  .hg-product-meta {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    padding-top: 15px;
  }
  .hg-product-meta a {
    text-decoration: none;
  }
  .hg-product-meta h3 {
    margin: 0;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.45;
  }
  .hg-product-price {
    white-space: nowrap;
    font-size: 12px;
  }
  .hg-manifesto {
    padding: 120px 0;
    border-top: 1px solid var(--color-line);
    border-bottom: 1px solid var(--color-line);
  }
  .hg-manifesto-grid {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: 10vw;
    align-items: end;
  }
  .hg-manifesto h2 em {
    color: var(--color-bronze);
    font-weight: 500;
  }
  .hg-manifesto-copy {
    max-width: 540px;
  }
  .hg-manifesto-copy p {
    margin: 0 0 30px;
    font-size: 16px;
    color: var(--color-muted);
    line-height: 1.85;
  }
  .hg-room-story {
    padding: 110px 0;
    background: var(--color-paper);
  }
  .hg-room-story-grid {
    display: grid;
    grid-template-columns: .8fr 1.2fr;
    min-height: 680px;
  }
  .hg-room-story-copy {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 65px 7vw 65px 0;
  }
  .hg-room-story-copy p:not(.hg-kicker) {
    max-width: 480px;
    color: var(--color-muted);
    font-size: 15px;
    line-height: 1.8;
    margin: 28px 0 34px;
  }
  .hg-room-story-media {
    min-height: 680px;
    overflow: hidden;
  }
  .hg-room-story-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .hg-final-cta {
    padding: 130px 0;
    text-align: center;
    background: var(--color-moss);
    color: white;
  }
  .hg-final-cta .hg-kicker {
    color: rgba(255,255,255,.7);
  }
  .hg-final-cta h2 {
    font-size: clamp(58px, 7vw, 105px);
  }
  .hg-final-cta p:not(.hg-kicker) {
    max-width: 620px;
    margin: 24px auto 33px;
    color: rgba(255,255,255,.76);
    line-height: 1.75;
  }
  .hg-footer {
    background: #171916;
    color: #f5efe6;
  }
  .hg-footer-top {
    display: grid;
    grid-template-columns: 1.6fr .75fr 1fr .75fr;
    gap: 60px;
    padding-top: 82px;
    padding-bottom: 68px;
  }
  .hg-brand-footer {
    color: white;
    margin-bottom: 22px;
  }
  .hg-footer-brand p {
    max-width: 400px;
    margin: 0 0 27px;
    color: rgba(255,255,255,.58);
    line-height: 1.8;
    font-size: 13px;
  }
  .hg-footer-contact {
    color: white;
  }
  .hg-footer-col h3 {
    margin: 2px 0 18px;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: .15em;
    color: rgba(255,255,255,.54);
  }
  .hg-footer-links {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .hg-footer-links li {
    margin: 0 0 10px;
  }
  .hg-footer-links a {
    color: rgba(255,255,255,.82);
    font-size: 12px;
    text-decoration: none;
  }
  .hg-footer-links a:hover {
    color: white;
  }
  .hg-footer-bottom {
    border-top: 1px solid rgba(255,255,255,.12);
    min-height: 67px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    color: rgba(255,255,255,.45);
    font-size: 9px;
    letter-spacing: .1em;
    text-transform: uppercase;
  }
  .hg-content-main {
    padding: 90px 0 120px;
  }
  .hg-page-shell {
    width: min(1080px, calc(100% - 64px));
    margin-inline: auto;
  }
  .hg-page-header {
    margin-bottom: 55px;
  }
  .hg-page-header h1 {
    margin: 0;
    font-family: var(--font-serif);
    font-size: clamp(52px, 7vw, 90px);
    font-weight: 500;
    line-height: .93;
    letter-spacing: -.04em;
  }
  .hg-page-content {
    color: #444640;
    font-size: 15px;
    line-height: 1.85;
  }
  .hg-page-content > p, .hg-page-content > h2, .hg-page-content > h3, .hg-page-content > ul, .hg-page-content > ol {
    max-width: 800px;
  }
  .hg-page-content > p:first-child {
    font-size: 17px;
    line-height: 1.8;
    color: #373934;
  }
  .hg-page-featured {
    margin: 0 0 48px;
  }
  .hg-page-featured img {
    width: 100%;
    height: auto;
    display: block;
  }
  .hg-page-content h2, .hg-page-content h3 {
    font-family: var(--font-serif);
    color: var(--color-ink);
    font-weight: 600;
    line-height: 1.1;
  }
  .hg-page-content h2 {
    font-size: 40px;
    margin: 58px 0 18px;
  }
  .hg-page-content h3 {
    font-size: 28px;
    margin: 36px 0 14px;
  }
  .hg-page-content a {
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
  }
  .hg-page-content hr {
    border: 0;
    border-top: 1px solid var(--color-line);
    margin: 45px 0;
  }
  .hg-faq-intro {
    max-width: 720px;
    margin: -18px 0 55px;
    color: var(--color-muted);
    font-size: 17px;
    line-height: 1.8;
  }
  .hg-faq-grid {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 22px;
    max-width: none !important;
  }
  .hg-faq-group {
    padding: 32px;
    background: var(--color-paper);
    border: 1px solid var(--color-line);
  }
  .hg-faq-group h2 {
    margin: 0 0 14px;
    font-family: var(--font-serif);
    color: var(--color-ink);
    font-size: 32px;
    line-height: 1;
    font-weight: 600;
  }
  .hg-faq-group details {
    border-top: 1px solid var(--color-line);
  }
  .hg-faq-group summary {
    position: relative;
    cursor: pointer;
    list-style: none;
    padding: 18px 34px 18px 0;
    color: var(--color-ink);
    font-weight: 650;
    font-size: 13px;
    line-height: 1.5;
  }
  .hg-faq-group summary::-webkit-details-marker {
    display: none;
  }
  .hg-faq-group summary::after {
    content: '+';
    position: absolute;
    right: 0;
    top: 16px;
    font-family: var(--font-serif);
    font-size: 24px;
    font-weight: 400;
  }
  .hg-faq-group details[open] summary::after {
    content: '−';
  }
  .hg-faq-group details p {
    margin: -2px 0 20px;
    color: var(--color-muted);
    font-size: 13px;
    line-height: 1.75;
  }
  .hg-faq-help {
    grid-column: 1/-1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    padding: 28px 32px;
    background: var(--color-moss);
    color: white;
  }
  .hg-faq-help strong {
    font-family: var(--font-serif);
    font-size: 28px;
    font-weight: 600;
  }
  .hg-faq-help a {
    color: white;
    text-decoration: none;
    border-bottom: 1px solid rgba(255,255,255,.6);
    padding-bottom: 3px;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-weight: 700;
  }
  .hg-shop-main {
    padding: 74px 0 110px;
  }
  .woocommerce .woocommerce-breadcrumb {
    margin: 0 0 32px;
    color: var(--color-muted);
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: .09em;
  }
  .woocommerce .woocommerce-breadcrumb a {
    text-decoration: none;
  }
  .woocommerce-products-header__title.page-title, .woocommerce div.product .product_title {
    color: var(--color-ink);
  }
  .woocommerce div.product .product_title {
    font-family: var(--font-serif);
    font-weight: 500;
    letter-spacing: -.035em;
  }
  .woocommerce-products-header__title.page-title {
    margin: 0 0 26px;
    font-family: var(--font-sans);
    font-size: clamp(26px,2.5vw,38px);
    font-weight: 650;
    letter-spacing: -.025em;
  }
  .woocommerce .woocommerce-result-count {
    float: left;
    margin: 14px 0 30px;
    font-size: 11px;
    color: var(--color-muted);
  }
  .woocommerce .woocommerce-ordering {
    float: right;
    margin: 0 0 30px;
  }
  .woocommerce .woocommerce-ordering select {
    width: auto;
    min-width: 210px;
    height: 46px;
    border: 1px solid #ddd6cc;
    border-radius: 10px;
    background: #fffdf9;
    padding: 0 38px 0 14px;
    color: var(--color-ink);
    font-size: 12px;
    box-shadow: 0 3px 14px rgba(24,24,20,.03);
  }
  .woocommerce ul.products {
    display: grid !important;
    grid-template-columns: repeat(5,minmax(0,1fr));
    gap: 22px 16px;
    margin: 0 !important;
    clear: both;
  }
  .woocommerce ul.products::before, .woocommerce ul.products::after {
    display: none !important;
  }
  .woocommerce ul.products li.product {
    position: relative;
    display: flex;
    flex-direction: column;
    width: auto !important;
    min-width: 0;
    margin: 0 !important;
    padding: 12px 12px 14px;
    float: none !important;
    overflow: hidden;
    border: 1px solid #e8e2d9;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 5px 20px rgba(25,27,24,.045);
    transition: transform .28s ease,box-shadow .28s ease,border-color .28s ease;
  }
  .woocommerce ul.products li.product:hover {
    transform: translateY(-4px);
    border-color: #ddd3c6;
    box-shadow: 0 16px 38px rgba(25,27,24,.10);
  }
  .woocommerce ul.products li.product>a.woocommerce-LoopProduct-link {
    display: flex;
    flex: 1;
    flex-direction: column;
    min-width: 0;
    text-decoration: none;
  }
  .woocommerce ul.products li.product a img {
    width: 100% !important;
    aspect-ratio: 1/1;
    object-fit: cover;
    border-radius: 12px;
    background: #eee8df;
    margin: 0 0 14px !important;
    transition: transform .4s ease;
  }
  .woocommerce ul.products li.product:hover a img {
    transform: scale(1.025);
  }
  .woocommerce ul.products li.product .woocommerce-loop-product__title {
    display: -webkit-box;
    min-height: 44px;
    margin: 0 2px 8px;
    padding: 0;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: var(--color-ink);
    font-size: 13px;
    font-weight: 600;
    line-height: 1.55;
    text-align: center;
  }
  .woocommerce ul.products li.product .star-rating {
    align-self: center;
    margin: 0 auto 8px;
    font-size: 11px;
    color: #b78b45;
  }
  .woocommerce ul.products li.product .price {
    display: block;
    min-height: 24px;
    margin: auto 2px 0;
    color: var(--color-ink);
    font-size: 13px;
    font-weight: 650;
    text-align: center;
  }
  .woocommerce ul.products li.product .price del {
    margin-right: 5px;
    opacity: .42;
    font-weight: 500;
  }
  .woocommerce ul.products li.product .price ins {
    text-decoration: none;
  }
  .woocommerce ul.products li.product .button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    min-height: 38px;
    margin: 12px auto 0 !important;
    padding: 0 !important;
    overflow: hidden;
    border: 1px solid #ded6ca;
    border-radius: 10px;
    background: #fffdf9;
    color: transparent;
    font-size: 0;
    box-shadow: none;
    transition: background .2s ease,border-color .2s ease,transform .2s ease;
  }
  .woocommerce ul.products li.product .button::before {
    content: '→';
    color: var(--color-ink);
    font-size: 17px;
    line-height: 1;
  }
  .woocommerce ul.products li.product .button:hover {
    transform: translateY(-1px);
    border-color: var(--color-ink);
    background: var(--color-ink);
  }
  .woocommerce ul.products li.product .button:hover::before {
    color: #fff;
  }
  .woocommerce span.onsale {
    min-height: 0;
    min-width: 0;
    margin: 0;
    padding: 7px 10px;
    line-height: 1;
    top: 20px;
    left: 20px;
    border-radius: 999px;
    background: #c79a42;
    color: #fff;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    box-shadow: 0 5px 14px rgba(0,0,0,.10);
  }
  .woocommerce div.product {
    display: grid;
    grid-template-columns: 1.08fr .92fr;
    gap: clamp(40px,7vw,100px);
  }
  .woocommerce div.product div.images, .woocommerce div.product div.summary {
    width: auto;
    float: none;
  }
  .woocommerce div.product .product_title {
    font-size: clamp(48px,5vw,76px);
    line-height: .95;
    margin: 0 0 18px;
  }
  .woocommerce div.product p.price, .woocommerce div.product span.price {
    color: var(--color-ink);
    font-size: 17px;
  }
  .woocommerce div.product .woocommerce-product-details__short-description {
    color: var(--color-muted);
    line-height: 1.75;
    font-size: 14px;
    margin: 25px 0;
  }
  .woocommerce div.product form.cart .button, .woocommerce button.button.alt, .woocommerce a.button.alt, .woocommerce input.button.alt {
    border-radius: 0;
    background: var(--color-ink);
    color: white;
    min-height: 52px;
    padding: 0 26px;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: .12em;
  }
  .woocommerce div.product form.cart .button:hover, .woocommerce button.button.alt:hover, .woocommerce a.button.alt:hover {
    background: var(--color-moss);
  }
  .woocommerce .quantity .qty {
    height: 52px;
    border: 1px solid var(--color-line);
    background: transparent;
  }
  .woocommerce div.product .woocommerce-tabs {
    grid-column: 1 / -1;
    padding-top: 45px;
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs {
    padding: 0;
    border-bottom: 1px solid var(--color-line);
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs::before {
    display: none;
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: 0;
    background: transparent;
    border-radius: 0;
    margin: 0 28px 0 0;
    padding: 0;
  }
  .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: 13px 0;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: .11em;
  }
  .woocommerce table.shop_table {
    border-radius: 0;
    border-color: var(--color-line);
  }
  .woocommerce table.shop_table th, .woocommerce table.shop_table td {
    padding: 16px;
    border-color: var(--color-line);
  }
  .woocommerce .cart_totals h2, .woocommerce-checkout h3, .woocommerce-account h2 {
    font-family: var(--font-serif);
    font-size: 34px;
    font-weight: 600;
  }
  .woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce form .form-row select {
    border: 1px solid var(--color-line);
    background: var(--color-paper);
    padding: 13px 12px;
  }
  .woocommerce-info, .woocommerce-message, .woocommerce-error {
    border-top-color: var(--color-moss);
    background: var(--color-paper);
  }
  .woocommerce-info::before, .woocommerce-message::before {
    color: var(--color-moss);
  }
  .hg-not-found {
    padding: 150px 0;
    text-align: center;
  }
  .hg-not-found .code {
    font-family: var(--font-serif);
    font-size: 130px;
    line-height: .7;
    color: var(--color-sand);
  }
  .hg-not-found h1 {
    margin: 35px 0 15px;
    font-family: var(--font-serif);
    font-size: 54px;
    font-weight: 500;
  }
  .hg-not-found p {
    max-width: 540px;
    margin: 0 auto 28px;
    color: var(--color-muted);
  }
  .hg-contact-grid {
    display: grid;
    grid-template-columns: .8fr 1.2fr;
    gap: clamp(55px, 9vw, 140px);
    align-items: start;
  }
  .hg-contact-intro {
    position: sticky;
    top: 145px;
  }
  .hg-contact-intro h1 {
    margin: 0;
    font-family: var(--font-serif);
    font-size: clamp(58px, 7vw, 92px);
    font-weight: 500;
    line-height: .9;
    letter-spacing: -.045em;
  }
  .hg-contact-intro > p:not(.hg-kicker) {
    max-width: 480px;
    margin: 28px 0;
    color: var(--color-muted);
    font-size: 15px;
    line-height: 1.8;
  }
  .hg-contact-note {
    max-width: 480px;
    border-top: 1px solid var(--color-line);
    padding-top: 20px;
    display: grid;
    gap: 7px;
  }
  .hg-contact-note strong {
    font-family: var(--font-serif);
    font-size: 21px;
  }
  .hg-contact-note span {
    color: var(--color-muted);
    font-size: 12px;
    line-height: 1.7;
  }
  .hg-contact-form-wrap {
    background: var(--color-paper);
    padding: clamp(28px, 5vw, 64px);
  }
  .hg-contact-form {
    display: grid;
    gap: 22px;
  }
  .hg-field-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
  .hg-contact-form label {
    display: grid;
    gap: 8px;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-weight: 700;
  }
  .hg-contact-form label span {
    color: var(--color-bronze);
  }
  .hg-contact-form label small {
    font-size: 8px;
    color: var(--color-muted);
    font-weight: 500;
  }
  .hg-contact-form input, .hg-contact-form textarea {
    width: 100%;
    border: 1px solid var(--color-line);
    border-radius: 0;
    background: var(--color-ivory);
    color: var(--color-ink);
    padding: 15px 14px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: none;
    outline: 0;
  }
  .hg-contact-form input:focus, .hg-contact-form textarea:focus {
    border-color: var(--color-ink);
  }
  .hg-contact-form textarea {
    resize: vertical;
    min-height: 170px;
  }
  .hg-contact-form .hg-btn {
    justify-self: start;
    cursor: pointer;
  }
  .hg-marketing-consent {
    display: flex !important;
    align-items: flex-start;
    gap: 10px;
    margin: 2px 0 0;
    color: var(--color-muted) !important;
    font-size: 11px !important;
    font-weight: 500 !important;
    line-height: 1.6 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
    cursor: pointer;
  }
  .hg-marketing-consent input[type="checkbox"] {
    width: 17px !important;
    height: 17px !important;
    min-width: 17px;
    margin: 1px 0 0 !important;
    padding: 0 !important;
    accent-color: var(--color-bronze);
  }
  .hg-marketing-consent span {
    color: inherit !important;
  }
  .hg-profile-marketing-consent {
    margin-top: 20px;
    padding: 14px 16px;
    border: 1px solid var(--color-line);
    border-radius: 10px;
    background: #faf8f4;
  }
  .hg-marketing-optin-row {
    margin: 18px 0 !important;
  }
  .hg-marketing-optin-row .checkbox {
    display: flex !important;
    align-items: flex-start;
    gap: 10px;
    color: var(--color-muted);
    font-size: 11px;
    font-weight: 500;
    line-height: 1.6;
  }
  .hg-marketing-optin-row input[type="checkbox"] {
    width: 17px !important;
    height: 17px !important;
    min-width: 17px;
    margin: 2px 0 0 !important;
    accent-color: var(--color-bronze);
  }
  .hg-honeypot {
    position: absolute !important;
    left: -9999px !important;
    opacity: 0 !important;
    pointer-events: none !important;
  }
  .hg-form-alert {
    margin-bottom: 25px;
    padding: 14px 16px;
    border: 1px solid #a77d5b;
    background: #f6eadf;
    font-size: 12px;
    line-height: 1.55;
  }
  .hg-form-success {
    border-color: #718063;
    background: #edf1e9;
  }
  .hg-search-page-form {
    margin-bottom: 55px;
  }
  .hg-search-results {
    border-top: 1px solid var(--color-line);
  }
  .hg-search-result {
    padding: 35px 0;
    border-bottom: 1px solid var(--color-line);
  }
  .hg-search-result .hg-kicker {
    margin-bottom: 8px;
  }
  .hg-search-result h2 {
    margin: 0 0 9px;
    font-family: var(--font-serif);
    font-size: 34px;
    font-weight: 600;
  }
  .hg-search-result h2 a {
    text-decoration: none;
  }
  .hg-search-result > div {
    color: var(--color-muted);
    font-size: 13px;
    line-height: 1.7;
  }
  .hg-empty-state {
    position: relative;
    max-width: 920px;
    margin: 52px auto 86px;
    padding: 64px clamp(28px,6vw,72px);
    overflow: hidden;
    border: 1px solid var(--color-line);
    border-radius: 28px;
    background: linear-gradient(135deg,#fff 0%,#faf6f0 58%,#f2ebe2 100%);
    box-shadow: 0 22px 60px rgba(43,38,34,.07);
  }
  .hg-empty-state:after {
    content: "";
    position: absolute;
    width: 220px;
    height: 220px;
    right: -95px;
    top: -105px;
    border: 1px solid rgba(196,105,59,.24);
    border-radius: 50%;
    box-shadow: 0 0 0 28px rgba(196,105,59,.035),0 0 0 56px rgba(196,105,59,.02);
    pointer-events: none;
  }
  .hg-empty-state-icon {
    width: 56px;
    height: 56px;
    display: grid;
    place-items: center;
    margin-bottom: 25px;
    border: 1px solid rgba(196,105,59,.28);
    border-radius: 50%;
    background: rgba(196,105,59,.07);
    color: #c4693b;
  }
  .hg-empty-state-icon svg {
    width: 25px;
    height: 25px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.6;
    stroke-linecap: round;
    stroke-linejoin: round;
  }
  .hg-empty-eyebrow {
    margin: 0 0 12px !important;
    color: #5c6b4f !important;
    font-size: 10px !important;
    font-weight: 700;
    letter-spacing: .18em;
    text-transform: uppercase;
  }
  .hg-empty-state h2 {
    position: relative;
    z-index: 1;
    max-width: 680px;
    font-family: var(--font-serif);
    font-size: clamp(42px,5vw,62px);
    line-height: .98;
    letter-spacing: -.025em;
    font-weight: 600;
    margin: 0 0 20px;
    color: #2b2622;
  }
  .hg-empty-state > p:not(.hg-empty-eyebrow) {
    position: relative;
    z-index: 1;
    max-width: 650px;
    color: #8a8378;
    margin: 0 0 30px;
    font-size: 14px;
    line-height: 1.8;
  }
  .hg-empty-actions {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
  }
  .hg-empty-primary,.hg-empty-secondary {
    min-height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    padding: 0 24px;
    border-radius: 7px;
    text-decoration: none;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .03em;
    transition: transform .2s ease,background-color .2s ease,border-color .2s ease;
  }
  .hg-empty-primary {
    background: #c4693b;
    color: #fff;
    border: 1px solid #c4693b;
  }
  .hg-empty-primary:hover {
    color: #fff;
    background: #aa5832;
    border-color: #aa5832;
    transform: translateY(-2px);
  }
  .hg-empty-secondary {
    background: rgba(255,255,255,.64);
    color: #2b2622;
    border: 1px solid #d8d0c5;
  }
  .hg-empty-secondary:hover {
    color: #2b2622;
    background: #fff;
    border-color: #bdb3a7;
    transform: translateY(-2px);
  }
  body.page-id-152 .hg-page-shell {
    width: min(100% - 48px,1120px);
    margin: 0 auto;
    padding-top: 74px;
    padding-bottom: 105px;
  }
  body.page-id-152 .hg-page-header {
    max-width: 820px;
    margin: 0 auto 34px;
    text-align: center;
  }
  body.page-id-152 .hg-page-header .hg-kicker {
    color: #5c6b4f;
    letter-spacing: .18em;
  }
  body.page-id-152 .hg-page-header h1 {
    margin: 10px 0 0;
    font-family: var(--font-serif);
    font-size: clamp(58px,7vw,90px);
    line-height: .9;
    letter-spacing: -.045em;
    font-weight: 500;
  }
  body.page-id-152 .hg-page-content {
    max-width: 820px;
    margin: 0 auto;
  }
  .woocommerce form.track_order {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 22px 18px;
    margin: 0 !important;
    padding: clamp(28px,5vw,46px) !important;
    border: 1px solid #ddd5ca;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 24px 65px rgba(43,38,34,.075);
  }
  .woocommerce form.track_order > p:first-child {
    grid-column: 1/-1;
    margin: 0 0 4px !important;
    padding-bottom: 24px;
    border-bottom: 1px solid #eee7df;
    color: #746d64;
    font-size: 14px;
    line-height: 1.75;
  }
  .woocommerce form.track_order .form-row-first,.woocommerce form.track_order .form-row-last {
    float: none !important;
    width: auto !important;
    margin: 0 !important;
  }
  .woocommerce form.track_order label {
    display: block;
    margin: 0 0 9px;
    color: #2b2622;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .035em;
  }
  .woocommerce form.track_order input.input-text {
    width: 100% !important;
    height: 58px;
    margin: 0 !important;
    padding: 0 17px !important;
    border: 1px solid #d8d0c5 !important;
    border-radius: 8px !important;
    background: #faf6f0 !important;
    color: #2b2622 !important;
    font-size: 13px !important;
    box-shadow: none !important;
  }
  .woocommerce form.track_order input.input-text:focus {
    border-color: #c4693b !important;
    outline: 3px solid rgba(196,105,59,.12) !important;
    outline-offset: 0;
  }
  .woocommerce form.track_order input.input-text::placeholder {
    color: #9a9288;
    opacity: 1;
  }
  .woocommerce form.track_order .clear {
    display: none !important;
  }
  .woocommerce form.track_order > p.form-row:last-of-type {
    grid-column: 1/-1;
    margin: 2px 0 0 !important;
  }
  .woocommerce form.track_order button.button {
    width: 100% !important;
    min-height: 56px !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    border: 1px solid #c4693b !important;
    border-radius: 8px !important;
    background: #c4693b !important;
    color: #fff !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    letter-spacing: .045em !important;
    text-transform: none !important;
    box-shadow: none !important;
    transition: transform .2s ease,background-color .2s ease !important;
  }
  .woocommerce form.track_order button.button:hover {
    background: #aa5832 !important;
    border-color: #aa5832 !important;
    color: #fff !important;
    transform: translateY(-2px);
  }
  .hg-journal-head {
    display: grid;
    grid-template-columns: 1.3fr .7fr;
    gap: 50px;
    align-items: end;
    margin-bottom: 65px;
  }
  .hg-journal-head .hg-kicker {
    grid-column: 1/-1;
    margin-bottom: -25px;
  }
  .hg-journal-head h1 {
    margin: 0;
    font-family: var(--font-serif);
    font-size: clamp(62px,8vw,112px);
    line-height: .86;
    letter-spacing: -.05em;
    font-weight: 500;
  }
  .hg-journal-head > p:not(.hg-kicker) {
    margin: 0;
    color: var(--color-muted);
    font-size: 14px;
    line-height: 1.75;
  }
  .hg-journal-grid {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 65px 22px;
  }
  .hg-journal-image {
    display: block;
    aspect-ratio: 4/3;
    overflow: hidden;
    background: #e6ded2;
  }
  .hg-journal-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .6s ease;
  }
  .hg-journal-card:hover .hg-journal-image img {
    transform: scale(1.025);
  }
  .hg-journal-meta {
    padding-top: 18px;
  }
  .hg-journal-meta > span {
    font-size: 9px;
    text-transform: uppercase;
    letter-spacing: .12em;
    color: var(--color-muted);
  }
  .hg-journal-meta h2 {
    margin: 8px 0 11px;
    font-family: var(--font-serif);
    font-size: 34px;
    line-height: 1;
    font-weight: 600;
  }
  .hg-journal-meta h2 a {
    text-decoration: none;
  }
  .hg-journal-meta p {
    color: var(--color-muted);
    font-size: 13px;
    line-height: 1.7;
  }
  .hg-pagination {
    margin-top: 60px;
  }
}
@media (max-width: 1180px) {
  .hg-header-row {
    grid-template-columns: 48px 1fr 104px;
    min-height: 70px;
    gap: 8px;
  }
  .hg-menu-button {
    display: inline-flex;
    justify-self: start;
  }
  .hg-desktop-nav {
    display: none;
  }
  .hg-brand {
    justify-self: center;
  }
  .hg-account-link {
    display: none;
  }
  .hg-header-actions {
    gap: 0;
  }
  .hg-category-card {
    grid-column: span 4;
  }
  .hg-category-featured {
    grid-column: span 8;
  }
}
@media (max-width: 960px) {
  .admin-bar .hg-header {
    top: 46px;
  }
  .hg-shell {
    width: min(100% - 36px, 1440px);
  }
  .hg-header-row {
    grid-template-columns: 46px 1fr 112px;
    min-height: 68px;
  }
  .hg-menu-button {
    display: inline-flex;
    justify-self: start;
  }
  .hg-desktop-nav {
    display: none;
  }
  .hg-brand {
    justify-self: center;
  }
  .hg-account-link {
    display: none;
  }
  .hg-hero-grid, .hg-editorial-grid, .hg-room-story-grid, .hg-manifesto-grid {
    grid-template-columns: 1fr;
  }
  .hg-hero-copy {
    padding: 72px 46px 64px;
  }
  .hg-hero-media {
    min-height: 650px;
  }
  .hg-hero-grid {
    min-height: 0;
  }
  .hg-proof-grid {
    grid-template-columns: repeat(2,1fr);
  }
  .hg-proof-grid > div {
    border-bottom: 1px solid var(--color-line);
  }
  .hg-proof-grid > div:nth-child(2) {
    border-right: 0;
  }
  .hg-proof-grid > div:nth-last-child(-n+2) {
    border-bottom: 0;
  }
  .hg-category-card, .hg-category-featured {
    grid-column: span 6;
    min-height: 500px;
  }
  .hg-editorial-media {
    height: 620px;
  }
  .hg-editorial-copy {
    padding-bottom: 10px;
  }
  .hg-manifesto-grid {
    gap: 45px;
  }
  .hg-room-story-copy {
    padding: 20px 0 60px;
  }
  .hg-room-story-media {
    min-height: 620px;
  }
  .hg-footer-top {
    grid-template-columns: 1.5fr 1fr 1fr;
  }
  .hg-footer-brand {
    grid-column: 1/-1;
  }
  .woocommerce ul.products {
    grid-template-columns: repeat(3,1fr);
  }
  .woocommerce div.product {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 680px) {
  .hg-shell {
    width: min(100% - 28px, 1440px);
  }
  .hg-announcement {
    min-height: 30px;
    font-size: 7.5px;
    letter-spacing: .08em;
    padding-inline: 10px;
  }
  .hg-announcement span:nth-of-type(n+2), .hg-announcement i {
    display: none;
  }
  .hg-brand-word {
    font-size: 17px;
  }
  .hg-header-actions {
    gap: 0;
  }
  .hg-icon-button {
    width: 42px;
    height: 42px;
  }
  .hg-hero {
    padding: 14px 0 45px;
  }
  .hg-hero-copy {
    padding: 56px 25px 48px;
  }
  .hg-hero h1 {
    font-size: clamp(57px, 17vw, 78px);
  }
  .hg-hero-lead {
    font-size: 14px;
    margin-top: 27px;
  }
  .hg-button-row {
    align-items: flex-start;
    flex-direction: column;
    gap: 23px;
  }
  .hg-hero-note {
    flex-direction: column;
    gap: 5px;
    margin-top: 42px;
  }
  .hg-hero-media {
    min-height: 510px;
  }
  .hg-hero-caption {
    right: 14px;
    bottom: 14px;
    width: calc(100% - 28px);
  }
  .hg-proof-grid {
    grid-template-columns: 1fr;
  }
  .hg-proof-grid > div, .hg-proof-grid > div:first-child {
    padding: 18px 0;
    border-right: 0;
    border-bottom: 1px solid var(--color-line);
  }
  .hg-proof-grid > div:nth-child(2) {
    border-right: 0;
  }
  .hg-proof-grid > div:nth-last-child(-n+2) {
    border-bottom: 1px solid var(--color-line);
  }
  .hg-proof-grid > div:last-child {
    border-bottom: 0;
  }
  .hg-section, .hg-editorial, .hg-manifesto, .hg-room-story {
    padding: 76px 0;
  }
  .hg-section-head {
    grid-template-columns: 1fr;
    gap: 22px;
    margin-bottom: 28px;
  }
  .hg-section-head h2, .hg-manifesto h2, .hg-room-story h2, .hg-editorial h2 {
    font-size: 49px;
  }
  .hg-category-grid {
    gap: 10px;
  }
  .hg-category-card, .hg-category-featured {
    grid-column: 1/-1;
    min-height: 480px;
  }
  .hg-category-copy h3 {
    font-size: 34px;
  }
  .hg-editorial-grid {
    gap: 45px;
  }
  .hg-editorial-media {
    height: 530px;
  }
  .hg-product-grid, .woocommerce ul.products {
    grid-template-columns: repeat(2, minmax(0,1fr));
    gap: 28px 10px;
  }
  .hg-product-meta {
    display: block;
  }
  .hg-product-price {
    margin-top: 5px;
  }
  .hg-room-story-media {
    min-height: 500px;
  }
  .hg-final-cta {
    padding: 95px 0;
  }
  .hg-final-cta h2 {
    font-size: 64px;
  }
  .hg-footer-top {
    grid-template-columns: 1fr 1fr;
    gap: 42px 25px;
    padding-top: 65px;
  }
  .hg-footer-brand {
    grid-column: 1/-1;
  }
  .hg-footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    padding: 19px 0;
  }
  .hg-content-main {
    padding: 65px 0 90px;
  }
  .hg-page-shell {
    width: min(100% - 32px, 900px);
  }
  .hg-page-header h1 {
    font-size: 56px;
  }
  .hg-shop-main {
    padding: 50px 0 85px;
  }
  .woocommerce-products-header__title.page-title {
    font-size: 56px;
    margin-bottom: 30px;
  }
  .woocommerce div.product .product_title {
    font-size: 49px;
  }
  .hg-search-overlay {
    padding-top: 55px;
  }
  .hg-search-form {
    grid-template-columns: 1fr;
  }
  .hg-search-form button {
    height: 50px;
  }
  .hg-contact-grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }
  .hg-contact-intro {
    position: static;
  }
  .hg-contact-form-wrap {
    padding: 24px 18px;
  }
  .hg-field-row {
    grid-template-columns: 1fr;
  }
  .hg-faq-grid {
    grid-template-columns: 1fr;
  }
  .hg-faq-group {
    padding: 24px 20px;
  }
  .hg-faq-help {
    grid-column: auto;
    flex-direction: column;
    align-items: flex-start;
    padding: 25px 20px;
  }
  .hg-journal-head {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .hg-journal-head .hg-kicker {
    grid-column: auto;
    margin-bottom: 0;
  }
  .hg-journal-head h1 {
    font-size: 65px;
  }
  .hg-journal-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .hg-empty-state {
    margin: 34px auto 64px;
    padding: 42px 24px;
    border-radius: 20px;
  }
  .hg-empty-state:after {
    width: 150px;
    height: 150px;
    right: -72px;
    top: -74px;
  }
  .hg-empty-state h2 {
    font-size: 42px;
  }
  .hg-empty-actions {
    align-items: stretch;
    flex-direction: column;
  }
  .hg-empty-primary,.hg-empty-secondary {
    width: 100%;
  }
  body.page-id-152 .hg-page-shell {
    width: min(100% - 28px,1120px);
    padding-top: 46px;
    padding-bottom: 72px;
  }
  body.page-id-152 .hg-page-header {
    margin-bottom: 26px;
  }
  body.page-id-152 .hg-page-header h1 {
    font-size: 58px;
  }
  .woocommerce form.track_order {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 24px !important;
    border-radius: 18px;
  }
  .woocommerce form.track_order > p:first-child,.woocommerce form.track_order > p.form-row:last-of-type {
    grid-column: 1;
  }
}
@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-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  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-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-ease: initial;
    }
  }
}
