/*! 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-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New',
    monospace;
    --spacing: 0.25rem;
    --container-md: 28rem;
    --container-2xl: 42rem;
    --container-3xl: 48rem;
    --container-4xl: 56rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: .875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --text-5xl: 3rem;
    --text-5xl--line-height: 1;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --tracking-tight: -0.025em;
    --tracking-wider: 0.05em;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-primary: #B59A6A;
    --color-neutral: #26231F;
  }
}
@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-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-12 {
    margin-bottom: calc(var(--spacing) * 12);
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline-flex {
    display: inline-flex;
  }
  .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-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-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);
  }
  .text-center {
    text-align: center;
  }
  .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\: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.sakabi-body {
    margin: 0;
    background: #fffdf9;
    color: #26231F;
    font-family: "Manrope",sans-serif;
  }
  .sakabi-body * {
    box-sizing: border-box;
  }
  .sakabi-body img {
    display: block;
    width: 100%;
  }
  .sakabi-body a {
    text-decoration: none;
    color: inherit;
  }
}
@layer components {
  .sakabi-page-hero {
    background: #F7F2E9;
    padding: 0;
    position: relative;
    overflow: hidden;
    min-height: 440px;
  }
  .sakabi-page-hero-grid {
    position: static;
    min-height: 440px;
    display: flex;
    align-items: center;
  }
  .sakabi-page-intro {
    position: relative;
    z-index: 3;
    width: 48%;
    padding: 60px 0;
  }
  .sakabi-page-intro h1 {
    font-family: "Cormorant Garamond",serif;
    font-size: clamp(48px,5vw,74px);
    line-height: 1;
    font-weight: 500;
    margin: 12px 0 22px;
  }
  .sakabi-page-intro>p:last-child {
    font-family: "Cormorant Garamond",serif;
    font-size: 21px;
    line-height: 1.6;
    color: #625b52;
    max-width: 560px;
  }
  .sakabi-gold-rule {
    width: 72px;
    height: 1px;
    background: #B59A6A;
    margin-bottom: 26px;
  }
  .sakabi-page-image {
    position: absolute;
    z-index: 1;
    right: 0;
    top: 0;
    width: 60%;
    height: 100%;
    overflow: hidden;
    background: #eee7dd;
  }
  .sakabi-page-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 25%;
  }
  .sakabi-ueber-mich-hero,.sakabi-ueber-mich-hero .sakabi-page-hero-grid {
    min-height: 460px;
  }
  .sakabi-ueber-mich-hero .sakabi-page-image {
    background: #f7f2e9;
    position: absolute;
    right: 0;
    top: 0;
    width: 60%;
    height: 100%;
    overflow: hidden;
  }
  .sakabi-ueber-mich-hero .sakabi-page-intro {
    padding: 30px 0;
  }
  .sakabi-ueber-mich-hero .sakabi-page-image:after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(90deg,#f7f2e9 0%,rgba(247,242,233,.94) 12%,rgba(247,242,233,.62) 30%,rgba(247,242,233,.18) 48%,transparent 68%);
  }
  .sakabi-ueber-mich-hero .sakabi-page-image img {
    display: block;
    width: auto;
    height: 100%;
    max-width: none;
    margin-left: auto;
    object-fit: contain;
    object-position: right center;
    -webkit-mask-image: linear-gradient(90deg,transparent 0%,rgba(0,0,0,.18) 16%,rgba(0,0,0,.58) 38%,#000 68%);
    mask-image: linear-gradient(90deg,transparent 0%,rgba(0,0,0,.18) 16%,rgba(0,0,0,.58) 38%,#000 68%);
  }
  @media (max-width:782px) {
    .sakabi-ueber-mich-hero,.sakabi-ueber-mich-hero .sakabi-page-hero-grid {
      min-height: auto;
    }
    .sakabi-ueber-mich-hero .sakabi-page-image {
      height: 100%;
    }
    .sakabi-ueber-mich-hero .sakabi-page-image img {
      object-position: center center;
    }
  }
  .sakabi-page-image:after {
    content: "";
    position: absolute;
    z-index: 2;
    inset: 0;
    background: linear-gradient(90deg,#F7F2E9 0%,rgba(247,242,233,.92) 14%,rgba(247,242,233,.36) 42%,rgba(247,242,233,0) 72%);
  }
  .sakabi-page-content {
    padding: 80px 0 100px;
    background: #fffdf9;
  }
  .sakabi-content-narrow {
    max-width: 1120px;
  }
  .sakabi-content-narrow>p {
    font-family: "Cormorant Garamond",serif;
    font-size: 21px;
    line-height: 1.65;
    color: #625b52;
  }
  .sakabi-page-lead {
    font-family: "Cormorant Garamond",serif !important;
    font-size: 25px !important;
    line-height: 1.6 !important;
    color: #514a42 !important;
    margin: 0 0 55px;
    max-width: 900px;
  }
  .sakabi-topic-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
    border-top: 0;
  }
  .sakabi-topic-item {
    display: grid;
    grid-template-columns: minmax(0,1.05fr) minmax(320px,.95fr);
    gap: 0;
    border: 1px solid #e5dac9;
    background: #fff;
    overflow: hidden;
    min-height: 230px;
  }
  .sakabi-topic-copy {
    padding: 48px 52px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .sakabi-topic-copy>span {
    font-family: "Cormorant Garamond",serif;
    color: #B59A6A;
    font-size: 18px;
    margin-bottom: 18px;
  }
  .sakabi-topic-item h2 {
    font-family: "Cormorant Garamond",serif;
    font-size: 34px;
    line-height: 1.08;
    font-weight: 500;
    margin: 0 0 14px;
  }
  .sakabi-topic-item p {
    font-size: 15px;
    line-height: 1.8;
    color: #716a61;
    margin: 0;
    max-width: 560px;
  }
  .sakabi-topic-media {
    margin: 0;
    min-height: 230px;
    height: 100%;
    overflow: hidden;
    background: #eee7dd;
  }
  .sakabi-topic-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .sakabi-topic-item:nth-child(even) .sakabi-topic-copy {
    order: 2;
  }
  .sakabi-topic-item:nth-child(even) .sakabi-topic-media {
    order: 1;
  }
  .sakabi-page-note,.sakabi-recommend-box {
    margin-top: 26px;
    padding: 38px 42px;
    background: #F7F2E9;
    border-left: 2px solid #B59A6A;
  }
  .sakabi-page-note p {
    font-family: "Cormorant Garamond",serif;
    font-size: 20px;
    line-height: 1.6;
    margin: 0;
  }
  .sakabi-recommend-box h2 {
    font-family: "Cormorant Garamond",serif;
    font-size: 36px;
    font-weight: 500;
    margin: 6px 0 12px;
  }
  .sakabi-recommend-box>p:not(.sakabi-kicker) {
    font-size: 14px;
    line-height: 1.7;
    color: #716a61;
    max-width: 680px;
  }
  .sakabi-product-placeholder {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 22px;
  }
  .sakabi-product-placeholder span {
    border: 1px solid #D8C6A4;
    padding: 10px 15px;
    font-size: 10px;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #8d744b;
    background: #fffdf9;
  }
  .sakabi-coming {
    margin-top: 55px;
    padding: 46px 0;
    border-top: 1px solid #D8C6A4;
  }
  .sakabi-coming h2 {
    font-family: "Cormorant Garamond",serif;
    font-size: 42px;
    font-weight: 500;
    margin: 8px 0 16px;
  }
  .sakabi-coming p:not(.sakabi-kicker) {
    font-size: 15px;
    line-height: 1.7;
    max-width: 650px;
    margin-bottom: 28px;
    color: #716a61;
  }
  @media (max-width:960px) {
    .sakabi-page-hero,.sakabi-page-hero-grid {
      min-height: 410px;
    }
    .sakabi-page-intro {
      width: 58%;
      padding: 50px 0;
    }
    .sakabi-page-image {
      width: 68%;
      height: 100%;
    }
  }
  @media (max-width:960px) {
    .sakabi-topic-list {
      grid-template-columns: 1fr;
    }
    .sakabi-topic-item {
      grid-template-columns: 1fr 320px;
    }
    .sakabi-topic-copy {
      padding: 38px 34px;
    }
  }
  @media (max-width:700px) {
    .sakabi-topic-item {
      grid-template-columns: 1fr;
    }
    .sakabi-topic-copy,.sakabi-topic-item:nth-child(even) .sakabi-topic-copy {
      order: 1;
      padding: 30px 24px;
    }
    .sakabi-topic-media,.sakabi-topic-item:nth-child(even) .sakabi-topic-media {
      order: 2;
      min-height: 190px;
      height: 190px;
    }
  }
  @media (max-width:600px) {
    .sakabi-page-hero,.sakabi-page-hero-grid {
      min-height: 430px;
    }
    .sakabi-page-intro {
      width: 100%;
      padding: 45px 0;
      align-self: flex-end;
    }
    .sakabi-page-image {
      width: 100%;
      height: 100%;
      opacity: .56;
    }
    .sakabi-page-image:after {
      background: linear-gradient(90deg,#F7F2E9 0%,rgba(247,242,233,.88) 38%,rgba(247,242,233,.38) 100%);
    }
    .sakabi-page-content {
      padding: 55px 0 70px;
    }
    .sakabi-page-intro h1 {
      font-size: 48px;
    }
    .sakabi-page-note,.sakabi-recommend-box {
      padding: 28px 24px;
    }
  }
  .sakabi-wrap {
    width: min(1180px,calc(100% - 48px));
    margin: 0 auto;
  }
  .sakabi-header {
    background: #fbf7ef;
    border-bottom: 1px solid rgba(181,154,106,.2);
    position: sticky;
    top: 0;
    z-index: 20;
  }
  .sakabi-header-inner {
    min-height: 86px;
    display: flex;
    align-items: center;
    gap: 28px;
    position: relative;
  }
  .sakabi-brand {
    font-family: "Cormorant Garamond",serif;
    font-size: 28px;
    letter-spacing: .18em;
    color: #B59A6A;
    font-weight: 600;
    white-space: nowrap;
  }
  .sakabi-menu-toggle {
    display: none;
    border: 1px solid #B59A6A;
    background: transparent;
    color: #8d744b;
    padding: 9px 12px;
    font: 700 11px/1 "Manrope",sans-serif;
    letter-spacing: .1em;
    text-transform: uppercase;
  }
  .sakabi-nav {
    display: flex;
    gap: 18px;
    align-items: center;
    margin-left: auto;
    font-size: 11px;
    letter-spacing: .055em;
  }
  .sakabi-nav a {
    position: relative;
    padding: 33px 0;
  }
  .sakabi-nav a:after {
    content: "";
    position: absolute;
    left: 0;
    right: 100%;
    bottom: 25px;
    height: 1px;
    background: #B59A6A;
    transition: .25s;
  }
  .sakabi-nav a:hover:after {
    right: 0;
  }
  .sakabi-nav-shop {
    color: #8d744b !important;
    font-weight: 700;
  }
  .sakabi-nav-cta {
    background: #26231F;
    color: #fff !important;
    padding: 12px 16px !important;
    font-weight: 700;
    letter-spacing: .08em;
  }
  .sakabi-nav-cta:after {
    display: none !important;
  }
  .sakabi-nav-cta:hover {
    background: #9a7c4d;
    color: #fff !important;
  }
  .sakabi-instagram {
    font-size: 11px;
    border: 1px solid #B59A6A;
    color: #B59A6A;
    width: 31px;
    height: 31px;
    border-radius: 50%;
    display: grid;
    place-items: center;
  }
  .sakabi-nav-dropdown {
    position: relative;
  }
  .sakabi-nav-dropdown summary {
    cursor: pointer;
    list-style: none;
    padding: 33px 0;
    white-space: nowrap;
  }
  .sakabi-nav-dropdown summary::-webkit-details-marker {
    display: none;
  }
  .sakabi-nav-dropdown summary:after {
    content: "⌄";
    display: inline-block;
    margin-left: 6px;
    color: #B59A6A;
    font-size: 12px;
    transition: transform .2s;
  }
  .sakabi-nav-dropdown[open] summary:after {
    transform: rotate(180deg);
  }
  .sakabi-subnav {
    display: none;
    position: absolute;
    z-index: 40;
    top: calc(100% - 18px);
    left: 50%;
    transform: translateX(-50%);
    min-width: 235px;
    padding: 10px;
    background: #fffdf9;
    border: 1px solid #e5dac9;
    box-shadow: 0 15px 32px rgba(70,55,35,.14);
    flex-direction: column;
    gap: 0;
  }
  .sakabi-nav-dropdown:hover .sakabi-subnav,.sakabi-nav-dropdown[open] .sakabi-subnav {
    display: flex;
  }
  .sakabi-subnav a {
    padding: 12px 14px !important;
    border-bottom: 1px solid #eee5d8;
    white-space: nowrap;
  }
  .sakabi-subnav a:last-child {
    border-bottom: 0;
  }
  .sakabi-subnav a:after {
    display: none !important;
  }
  .sakabi-subnav a:hover {
    background: #f7f2e9;
    color: #8d744b;
  }
  .sakabi-hero {
    background: #f7f2e9;
    padding: 58px 0 72px;
  }
  .sakabi-hero-grid {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    min-height: 610px;
    align-items: center;
  }
  .sakabi-hero-copy {
    padding: 30px 72px 30px 16px;
  }
  .sakabi-kicker {
    font-size: 11px;
    letter-spacing: .26em;
    color: #B59A6A;
    font-weight: 700;
    margin: 0 0 18px;
    text-transform: uppercase;
  }
  .sakabi-kicker.center,.center {
    text-align: center;
  }
  .sakabi-kicker.light,.sakabi-title.light {
    color: #D8C6A4;
  }
  .sakabi-hero h1,.sakabi-title,.sakabi-community h2 {
    font-family: "Cormorant Garamond",serif;
    font-weight: 500;
  }
  .sakabi-hero h1 {
    font-size: clamp(58px,6vw,92px);
    line-height: .84;
    margin: 0 0 28px;
    letter-spacing: -.035em;
  }
  .sakabi-hero h1 em {
    font-weight: 400;
    color: #B59A6A;
  }
  .sakabi-lead {
    font-family: "Cormorant Garamond",serif;
    font-size: 21px;
    line-height: 1.55;
    color: #625b52;
    max-width: 510px;
  }
  .sakabi-actions {
    display: flex;
    gap: 12px;
    margin-top: 32px;
    flex-wrap: wrap;
  }
  .sakabi-btn {
    display: inline-block;
    padding: 15px 25px;
    font-size: 11px;
    letter-spacing: .13em;
    font-weight: 700;
  }
  .sakabi-btn-gold {
    background: #B59A6A;
    color: #fff;
  }
  .sakabi-btn-line {
    border: 1px solid #B59A6A;
    color: #8d744b;
  }
  .sakabi-btn-light {
    border: 1px solid #D8C6A4;
    color: #f7f2e9;
    margin-top: 20px;
  }
  .sakabi-hero-image {
    height: 610px;
    overflow: hidden;
  }
  .sakabi-hero-image img {
    height: 100%;
    object-fit: cover;
    object-position: center 25%;
  }
  .sakabi-section {
    padding: 105px 0;
  }
  .sakabi-cream {
    background: #f7f2e9;
  }
  .sakabi-dark {
    background: #26231F;
    color: #eee8df;
  }
  .sakabi-title {
    font-size: 54px;
    line-height: 1;
    margin: 0 0 42px;
    letter-spacing: -.02em;
  }
  .sakabi-sub {
    color: #716a61;
    margin: -24px auto 45px;
    max-width: 650px;
  }
  .sakabi-topic-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 16px;
  }
  .sakabi-topic {
    position: relative;
    height: 335px;
    overflow: hidden;
    background: #ddd;
  }
  .sakabi-topic:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(transparent 55%,rgba(25,20,14,.62));
  }
  .sakabi-topic img {
    height: 100%;
    object-fit: cover;
    transition: transform .5s;
  }
  .sakabi-topic:hover img {
    transform: scale(1.035);
  }
  .sakabi-topic span {
    position: absolute;
    z-index: 2;
    left: 18px;
    bottom: 20px;
    color: #fff;
    font-family: "Cormorant Garamond",serif;
    font-size: 22px;
    line-height: 1.05;
  }
  .sakabi-section-head {
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin-bottom: 36px;
  }
  .sakabi-section-head .sakabi-title {
    margin: 0;
  }
  .sakabi-textlink {
    font-size: 11px;
    letter-spacing: .13em;
    color: #9a7c4d;
    border-bottom: 1px solid #B59A6A;
    padding-bottom: 6px;
  }
  .sakabi-journal-grid {
    display: grid;
    grid-template-columns: 1.35fr .8fr .8fr;
    gap: 22px;
  }
  .sakabi-card {
    background: #fff;
    display: block;
    transition: transform .25s,box-shadow .25s;
  }
  .sakabi-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 35px rgba(70,55,35,.10);
  }
  .sakabi-card img {
    height: 310px;
    object-fit: cover;
  }
  .sakabi-card-large img {
    height: 430px;
  }
  .sakabi-card-body {
    padding: 24px;
  }
  .sakabi-card h3 {
    font-family: "Cormorant Garamond",serif;
    font-size: 27px;
    line-height: 1.08;
    margin: 0;
  }
  .sakabi-card p:not(.sakabi-kicker) {
    font-size: 13px;
    line-height: 1.6;
    color: #756e65;
  }
  .sakabi-card .sakabi-kicker {
    margin-bottom: 11px;
    font-size: 9px;
  }
  .sakabi-readmore {
    display: inline-block;
    margin-top: 18px;
    font-size: 10px;
    letter-spacing: .13em;
    font-weight: 700;
    color: #9a7c4d;
    border-bottom: 1px solid #B59A6A;
    padding-bottom: 5px;
  }
  .sakabi-about-grid {
    display: grid;
    grid-template-columns: .92fr 1.08fr;
    gap: 90px;
    align-items: center;
  }
  .sakabi-about-image {
    height: 620px;
    overflow: hidden;
  }
  .sakabi-about-image img {
    height: 100%;
    object-fit: cover;
  }
  .sakabi-about-copy {
    max-width: 540px;
  }
  .sakabi-about-copy .sakabi-title {
    font-size: 66px;
    margin-bottom: 28px;
  }
  .sakabi-about-copy p {
    font-family: "Cormorant Garamond",serif;
    font-size: 21px;
    line-height: 1.58;
    color: #625b52;
  }
  .sakabi-kitchen-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 90px;
    align-items: center;
  }
  .sakabi-kitchen-grid>div:first-child>p:not(.sakabi-kicker) {
    max-width: 460px;
    color: #cfc6ba;
    font-family: "Cormorant Garamond",serif;
    font-size: 21px;
    line-height: 1.55;
  }
  .sakabi-kitchen-list {
    border-top: 1px solid #5f574e;
  }
  .sakabi-kitchen-list a {
    display: flex;
    justify-content: space-between;
    padding: 26px 0;
    border-bottom: 1px solid #5f574e;
    font-family: "Cormorant Garamond",serif;
    font-size: 27px;
    color: #efe8df;
  }
  .sakabi-kitchen-list span {
    color: #D8C6A4;
  }
  .sakabi-fav-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 18px;
    margin-bottom: 42px;
  }
  .sakabi-fav {
    background: #fff;
    padding-bottom: 18px;
  }
  .sakabi-fav img {
    height: 285px;
    object-fit: cover;
  }
  .sakabi-fav h3 {
    font-family: "Cormorant Garamond",serif;
    font-size: 22px;
    margin: 16px 16px 0;
    font-weight: 500;
  }
  .sakabi-affiliate {
    font-size: 10px;
    color: #91887d;
    margin-top: 18px;
  }
  .sakabi-place-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 20px;
  }
  .sakabi-place {
    position: relative;
    height: 430px;
    overflow: hidden;
  }
  .sakabi-place:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(transparent 62%,rgba(23,18,13,.66));
  }
  .sakabi-place img {
    height: 100%;
    object-fit: cover;
  }
  .sakabi-place span {
    position: absolute;
    z-index: 2;
    left: 28px;
    bottom: 28px;
    color: #fff;
    font-family: "Cormorant Garamond",serif;
    font-size: 31px;
  }
  .sakabi-collab {
    background: #fffdf9;
    padding: 90px 0;
    border-top: 1px solid #e5dac9;
  }
  .sakabi-collab-grid {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 90px;
    align-items: center;
  }
  .sakabi-collab h2 {
    font-family: "Cormorant Garamond",serif;
    font-size: 58px;
    line-height: 1;
    font-weight: 500;
    margin: 0;
  }
  .sakabi-collab-grid>div:last-child>p {
    font-family: "Cormorant Garamond",serif;
    font-size: 21px;
    line-height: 1.55;
    color: #625b52;
    margin: 0 0 26px;
  }
  .sakabi-community {
    background: #a98f65;
    padding: 90px 0;
    color: #fff;
  }
  .sakabi-community .sakabi-wrap {
    max-width: 760px;
  }
  .sakabi-community h2 {
    font-size: 58px;
    margin: 0 0 18px;
  }
  .sakabi-community p:not(.sakabi-kicker) {
    font-family: "Cormorant Garamond",serif;
    font-size: 20px;
    line-height: 1.55;
  }
  .sakabi-footer {
    background: #1f1c18;
    color: #c7beb2;
    padding: 55px 0 22px;
  }
  .sakabi-footer-grid {
    display: flex;
    justify-content: space-between;
    align-items: start;
  }
  .sakabi-brand-footer {
    display: block;
    margin-bottom: 10px;
  }
  .sakabi-footer p {
    font-size: 11px;
  }
  .sakabi-footer-links {
    display: flex;
    gap: 24px;
    font-size: 11px;
  }
  .sakabi-copyright {
    border-top: 1px solid #3c3832;
    margin-top: 38px;
    padding-top: 18px;
    font-size: 10px;
    color: #827b72;
  }
  .sakabi-single-feature {
    max-width: 620px;
    margin: 0 auto 42px;
    overflow: hidden;
    background: #eee7dd;
  }
  .sakabi-single-feature-img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 420px;
    object-fit: cover;
    object-position: center 25%;
  }
  .sakabi-article-photo {
    margin: 34px 0;
    overflow: hidden;
    background: #eee7dd;
  }
  .sakabi-article-photo img {
    display: block;
    width: 100%;
    max-height: 620px;
    object-fit: cover;
    object-position: center 25%;
  }
  .sakabi-article-photo-wide img {
    aspect-ratio: 16/10;
  }
  .sakabi-trip-gallery {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin: 36px 0;
  }
  .sakabi-trip-gallery figure {
    margin: 0;
    height: 320px;
    overflow: hidden;
    background: #eee7dd;
  }
  .sakabi-trip-gallery img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  @media (max-width:600px) {
    .sakabi-trip-gallery {
      grid-template-columns: 1fr;
    }
    .sakabi-trip-gallery figure {
      height: 280px;
    }
    .sakabi-article-photo img {
      max-height: 480px;
    }
  }
  .sakabi-journal-hero {
    background: #F7F2E9;
    padding: 72px 0 66px;
  }
  .sakabi-journal-heading {
    max-width: 860px;
  }
  .sakabi-journal-heading h1 {
    font-family: "Cormorant Garamond",serif;
    font-size: clamp(44px,5vw,74px);
    font-weight: 500;
    line-height: 1.08;
    margin: 22px 0;
    color: #26231F;
  }
  .sakabi-journal-date {
    color: #8d744b;
    font-size: 12px;
    letter-spacing: .1em;
  }
  .sakabi-journal-body {
    max-width: 860px;
  }
  .sakabi-journal .sakabi-single-feature {
    max-width: 760px;
    margin: 0 auto 42px;
    background: #f7f2e9;
    padding: 8px;
  }
  .sakabi-journal .sakabi-single-feature-img {
    max-height: 420px;
    object-fit: contain;
  }
  .sakabi-article-copy {
    color: #514a42;
    font-size: 16px;
    line-height: 1.85;
  }
  .sakabi-article-copy h2 {
    font-family: "Cormorant Garamond",serif;
    font-size: clamp(30px,3.2vw,42px);
    font-weight: 500;
    line-height: 1.16;
    color: #26231F;
    margin: 42px 0 14px;
  }
  .sakabi-article-copy p {
    margin: 0 0 20px;
  }
  .sakabi-journal-nav {
    border-top: 1px solid #d8c6a4;
    margin: 58px 0 28px;
    padding-top: 24px;
    display: flex;
    justify-content: space-between;
    gap: 18px;
    font-size: 14px;
  }
  .sakabi-journal-nav a,.sakabi-journal-back a {
    color: #8d744b;
    text-decoration: underline;
    text-underline-offset: 4px;
  }
  .sakabi-journal-nav a:hover,.sakabi-journal-back a:hover {
    color: #59452d;
    background: #f3ecdf;
  }
  .sakabi-journal-back {
    font-size: 13px;
    color: #8d744b;
  }
  @media (max-width:600px) {
    .sakabi-journal-hero {
      padding: 48px 0 42px;
    }
    .sakabi-journal .sakabi-single-feature-img {
      max-height: 300px;
    }
    .sakabi-journal-nav {
      flex-direction: column;
    }
  }
  .sakabi-family-hero,.sakabi-family-hero .sakabi-page-hero-grid {
    min-height: 700px;
  }
  .sakabi-family-hero .sakabi-page-intro {
    width: 36%;
  }
  .sakabi-family-hero .sakabi-page-image {
    width: 64%;
  }
  .sakabi-family-hero .sakabi-page-image img {
    object-fit: cover;
    object-position: center 27%;
  }
  .sakabi-family-hero .sakabi-page-image:after {
    background: linear-gradient(90deg,#F7F2E9 0%,rgba(247,242,233,.5) 12%,rgba(247,242,233,0) 34%);
  }
  @media (max-width:960px) {
    .sakabi-family-hero .sakabi-page-intro {
      width: 38%;
    }
    .sakabi-family-hero .sakabi-page-image {
      width: 70%;
    }
  }
  @media (max-width:600px) {
    .sakabi-family-hero,.sakabi-family-hero .sakabi-page-hero-grid {
      min-height: 480px;
    }
    .sakabi-family-hero .sakabi-page-intro {
      width: 100%;
    }
    .sakabi-family-hero .sakabi-page-image {
      width: 100%;
    }
    .sakabi-family-hero .sakabi-page-image:after {
      background: linear-gradient(0deg,#F7F2E9 0%,rgba(247,242,233,.72) 30%,rgba(247,242,233,0) 78%);
    }
  }
  .sakabi-koeln-nrw-hero,.sakabi-koeln-nrw-hero .sakabi-page-hero-grid,.sakabi-deutschland-hero,.sakabi-deutschland-hero .sakabi-page-hero-grid {
    min-height: 560px;
  }
  .sakabi-koeln-nrw-hero .sakabi-page-image img {
    object-position: center 68%;
  }
  .sakabi-deutschland-hero .sakabi-page-image img {
    object-position: center 66%;
  }
  @media (max-width:600px) {
    .sakabi-koeln-nrw-hero,.sakabi-koeln-nrw-hero .sakabi-page-hero-grid,.sakabi-deutschland-hero,.sakabi-deutschland-hero .sakabi-page-hero-grid {
      min-height: 480px;
    }
  }
  .sakabi-topic-number {
    font-family: "Cormorant Garamond",serif;
    color: #B59A6A;
    font-size: 18px;
    margin: 0 0 18px;
  }
  .sakabi-topic-media>a {
    display: block;
    height: 100%;
  }
  .sakabi-family-hero + .sakabi-page-content .sakabi-topic-media img,.sakabi-reisen-hero + .sakabi-page-content .sakabi-topic-media img {
    object-fit: contain;
    object-position: center;
    background: #eee7dd;
  }
  .sakabi-family-hero + .sakabi-page-content .sakabi-topic-item:nth-child(1) .sakabi-topic-media img {
    object-position: center 62%;
  }
  .sakabi-family-hero + .sakabi-page-content .sakabi-topic-item:nth-child(2) .sakabi-topic-media img {
    object-position: center 72%;
  }
  .sakabi-leben-erfahrungen-hero,.sakabi-leben-erfahrungen-hero .sakabi-page-hero-grid {
    min-height: 620px;
  }
  .sakabi-leben-erfahrungen-hero .sakabi-page-image img {
    object-position: center center;
  }
  @media (max-width:600px) {
    .sakabi-leben-erfahrungen-hero,.sakabi-leben-erfahrungen-hero .sakabi-page-hero-grid {
      min-height: 520px;
    }
    .sakabi-leben-erfahrungen-hero .sakabi-page-image img {
      object-position: 72% center;
    }
  }
  .sakabi-reisen-hero .sakabi-page-image img {
    object-position: center 30%;
  }
  .sakabi-reisen-hero + .sakabi-page-content .sakabi-topic-list {
    display: block;
    max-width: none;
    margin: 0;
  }
  .sakabi-reisen-hero + .sakabi-page-content .sakabi-topic-item {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(min(100%,270px),1fr));
    gap: 22px;
    align-items: center;
    margin: 36px 0;
    padding: 16px;
    background: #faf7f1;
    border: 0;
    min-height: 0;
  }
  .sakabi-reisen-hero + .sakabi-page-content .sakabi-topic-copy,.sakabi-reisen-hero + .sakabi-page-content .sakabi-topic-item:nth-child(even) .sakabi-topic-copy {
    padding: 0;
    order: 1;
  }
  .sakabi-reisen-hero + .sakabi-page-content .sakabi-topic-media,.sakabi-reisen-hero + .sakabi-page-content .sakabi-topic-item:nth-child(even) .sakabi-topic-media {
    margin: 0;
    min-height: 0;
    height: 320px;
    width: 100%;
    order: 2;
    background: #eee7dd;
  }
  .sakabi-reisen-hero + .sakabi-page-content .sakabi-topic-media img {
    display: block;
    width: 100%;
    height: 320px;
    object-fit: contain;
    object-position: center;
    background: #eee7dd;
  }
  @media (max-width:700px) {
    .sakabi-reisen-hero + .sakabi-page-content .sakabi-topic-item {
      grid-template-columns: 1fr;
      gap: 18px;
      margin: 26px 0;
      padding: 14px;
    }
    .sakabi-reisen-hero + .sakabi-page-content .sakabi-topic-copy {
      padding: 4px 6px;
    }
    .sakabi-reisen-hero + .sakabi-page-content .sakabi-topic-media,.sakabi-reisen-hero + .sakabi-page-content .sakabi-topic-item:nth-child(even) .sakabi-topic-media {
      height: 230px;
      min-height: 230px;
      width: 100%;
      margin: 0;
      order: 2;
    }
    .sakabi-reisen-hero + .sakabi-page-content .sakabi-topic-media img {
      height: 230px;
    }
  }
  .page-id-725 .sakabi-topic-list,.page-id-691 .sakabi-topic-list {
    display: block;
    max-width: none;
    margin: 0;
  }
  .page-id-725 .sakabi-topic-item,.page-id-691 .sakabi-topic-item {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 22px;
    align-items: center;
    margin: 36px 0;
    padding: 16px;
    background: #faf7f1;
    border: 0;
    min-height: 0;
  }
  .page-id-725 .sakabi-topic-copy,.page-id-691 .sakabi-topic-copy,.page-id-725 .sakabi-topic-item:nth-child(even) .sakabi-topic-copy,.page-id-691 .sakabi-topic-item:nth-child(even) .sakabi-topic-copy {
    padding: 14px 18px;
    order: 1;
  }
  .page-id-725 .sakabi-topic-media,.page-id-691 .sakabi-topic-media,.page-id-725 .sakabi-topic-item:nth-child(even) .sakabi-topic-media,.page-id-691 .sakabi-topic-item:nth-child(even) .sakabi-topic-media {
    margin: 0;
    min-height: 0;
    height: 320px;
    width: 100%;
    order: 2;
    background: #eee7dd;
  }
  .page-id-725 .sakabi-topic-media img,.page-id-691 .sakabi-topic-media img {
    display: block !important;
    width: 100% !important;
    height: 320px !important;
    max-height: none !important;
    object-fit: cover !important;
    object-position: center !important;
    background: #eee7dd;
  }
  .page-id-691 .sakabi-topic-item:nth-child(1) .sakabi-topic-media img {
    object-fit: cover !important;
    object-position: center 62% !important;
  }
  .page-id-691 .sakabi-topic-item:nth-child(2) .sakabi-topic-media img {
    object-fit: cover !important;
    object-position: center 76% !important;
  }
  @media (max-width:700px) {
    .page-id-725 .sakabi-topic-item,.page-id-691 .sakabi-topic-item {
      grid-template-columns: 1fr;
      gap: 18px;
      margin: 26px 0;
      padding: 14px;
    }
    .page-id-725 .sakabi-topic-copy,.page-id-691 .sakabi-topic-copy {
      padding: 4px 6px;
    }
    .page-id-725 .sakabi-topic-media,.page-id-691 .sakabi-topic-media,.page-id-725 .sakabi-topic-item:nth-child(even) .sakabi-topic-media,.page-id-691 .sakabi-topic-item:nth-child(even) .sakabi-topic-media {
      height: 230px;
      min-height: 230px;
      width: 100%;
      order: 2;
    }
    .page-id-725 .sakabi-topic-media img,.page-id-691 .sakabi-topic-media img {
      height: 230px !important;
    }
  }
  .sakabi-topic-grid .sakabi-topic:nth-child(3) img {
    object-position: center 28%;
  }
  .sakabi-topic-grid .sakabi-topic:nth-child(4) img {
    object-position: center 38%;
  }
  .sakabi-journal-grid .sakabi-card:nth-child(2) img {
    object-position: center 24%;
  }
  .sakabi-fav-grid .sakabi-fav:nth-child(4) img {
    object-position: center 38%;
  }
  .sakabi-place-grid .sakabi-place:nth-child(1) img {
    object-position: center 55%;
  }
  .sakabi-place-grid .sakabi-place:nth-child(2) img {
    object-position: center 72%;
  }
  .sakabi-place-grid .sakabi-place:nth-child(3) img {
    object-position: center 42%;
  }
  .page-id-695 .sakabi-page-note .sakabi-btn-line {
    background: #26231F;
    border-color: #26231F;
    color: #fff;
    box-shadow: 0 8px 22px rgba(38,35,31,.18);
    transition: background .2s,border-color .2s,transform .2s;
  }
  .page-id-695 .sakabi-page-note .sakabi-btn-line:hover {
    background: #9a7c4d;
    border-color: #9a7c4d;
    color: #fff;
    transform: translateY(-2px);
  }
  .sakabi-body a:focus-visible {
    outline: 2px solid #B59A6A;
    outline-offset: 4px;
  }
  .sakabi-topic:after,.sakabi-place:after {
    transition: background .3s,opacity .3s;
  }
  .sakabi-place img {
    transition: transform .45s,opacity .3s;
  }
  @media (hover:hover) {
    .sakabi-nav a:hover,.sakabi-footer-links a:hover,.sakabi-textlink:hover,.sakabi-kitchen-list a:hover {
      color: #B59A6A;
    }
    .sakabi-topic:hover:after,.sakabi-place:hover:after {
      background: linear-gradient(rgba(181,154,106,.16),rgba(92,67,32,.62));
    }
    .sakabi-topic:hover img,.sakabi-place:hover img {
      transform: scale(1.035);
      opacity: .92;
    }
    .sakabi-card:hover {
      background: #fbf4e8;
    }
    .sakabi-topic-item:hover {
      background: #fbf4e8;
      border-color: #B59A6A;
    }
    .sakabi-topic-item:hover img {
      opacity: .88;
      transform: scale(1.025);
    }
    .sakabi-btn-gold:hover {
      background: #987b49;
      color: #fff;
    }
    .sakabi-btn-line:hover {
      background: rgba(181,154,106,.11);
      color: #80683f;
    }
    .sakabi-btn-light:hover {
      background: rgba(255,255,255,.12);
      color: #fff;
    }
    .sakabi-brand:hover,.sakabi-instagram:hover {
      color: #987b49;
    }
  }
  @media (max-width:960px) {
    .sakabi-menu-toggle {
      display: inline-flex;
      margin-left: auto;
      align-items: center;
      justify-content: center;
    }
    .sakabi-nav {
      display: none;
      position: absolute;
      top: 100%;
      left: 0;
      right: 0;
      z-index: 30;
      flex-direction: column;
      align-items: stretch;
      gap: 0;
      margin: 0;
      padding: 10px 20px 18px;
      background: #fbf7ef;
      border: 1px solid #e5dac9;
      box-shadow: 0 14px 30px rgba(70,55,35,.12);
    }
    .sakabi-nav.is-open {
      display: flex;
    }
    .sakabi-nav a {
      padding: 12px 0;
      border-bottom: 1px solid #e5dac9;
    }
    .sakabi-nav a:last-child {
      border-bottom: 0;
    }
    .sakabi-nav a:after {
      display: none;
    }
    .sakabi-nav-dropdown summary {
      padding: 12px 0;
      border-bottom: 1px solid #e5dac9;
    }
    .sakabi-subnav {
      position: static;
      transform: none;
      min-width: 0;
      padding: 2px 0 6px 14px;
      border: 0;
      box-shadow: none;
      background: transparent;
    }
    .sakabi-subnav a {
      padding: 10px 0 !important;
    }
    .sakabi-nav-cta {
      margin-top: 10px;
      text-align: center;
      border-bottom: 0 !important;
    }
    .sakabi-hero-grid,.sakabi-about-grid,.sakabi-kitchen-grid,.sakabi-collab-grid {
      grid-template-columns: 1fr;
    }
    .sakabi-hero-copy {
      padding: 30px 0 50px;
    }
    .sakabi-hero-image {
      height: 560px;
    }
    .sakabi-topic-grid {
      grid-template-columns: repeat(2,1fr);
    }
    .sakabi-journal-grid {
      grid-template-columns: 1fr 1fr;
    }
    .sakabi-card-large {
      grid-column: 1/-1;
    }
    .sakabi-fav-grid {
      grid-template-columns: 1fr 1fr;
    }
    .sakabi-place-grid {
      grid-template-columns: 1fr;
    }
    .sakabi-place {
      height: 360px;
    }
  }
  @media (max-width:600px) {
    .sakabi-wrap {
      width: min(100% - 28px,1180px);
    }
    .sakabi-header-inner {
      min-height: 70px;
    }
    .sakabi-brand {
      font-size: 22px;
    }
    .sakabi-hero {
      padding-top: 24px;
    }
    .sakabi-hero-grid {
      min-height: auto;
    }
    .sakabi-hero h1 {
      font-size: 52px;
      line-height: .92;
    }
    .sakabi-hero-image {
      height: 360px;
    }
    .sakabi-home-fade img {
      transform: scale(1.42);
      object-position: center 42%;
    }
    .sakabi-section {
      padding: 58px 0;
    }
    .sakabi-title {
      font-size: 39px;
    }
    .sakabi-topic-grid,.sakabi-journal-grid,.sakabi-fav-grid {
      grid-template-columns: 1fr;
    }
    .sakabi-card-large {
      grid-column: auto;
    }
    .sakabi-topic {
      height: 250px;
    }
    .sakabi-card img,.sakabi-card-large img {
      height: 240px;
      object-position: center 30%;
    }
    .sakabi-journal-grid .sakabi-card img,.sakabi-journal-grid .sakabi-card-large img {
      height: 260px;
      object-fit: contain;
      object-position: center;
      background: #eee7dd;
    }
    .sakabi-about-grid {
      gap: 32px;
    }
    .sakabi-about-image {
      height: 380px;
    }
    .sakabi-about-image img {
      object-position: center 12%;
    }
    .sakabi-ueber-mich-hero .sakabi-page-hero-grid {
      display: flex;
      flex-direction: column;
      align-items: stretch;
    }
    .sakabi-ueber-mich-hero .sakabi-page-image {
      position: relative;
      order: 1;
      width: 100%;
      height: 330px;
      opacity: 1;
    }
    .sakabi-ueber-mich-hero .sakabi-page-image img {
      width: 100%;
      height: 100%;
      max-width: none;
      margin: 0;
      object-fit: cover;
      object-position: center 34%;
      -webkit-mask-image: none;
      mask-image: none;
    }
    .sakabi-ueber-mich-hero .sakabi-page-image:after {
      background: linear-gradient(0deg,#f7f2e9 0%,rgba(247,242,233,.5) 14%,transparent 38%);
    }
    .sakabi-ueber-mich-hero .sakabi-page-intro {
      order: 2;
      width: 100%;
      padding: 18px 0 38px;
    }
    .sakabi-about-copy .sakabi-title {
      font-size: 46px;
    }
    .sakabi-place {
      height: 300px;
    }
    .sakabi-fav img {
      height: 230px;
    }
    .sakabi-page-hero,.sakabi-page-hero-grid,.sakabi-family-hero,.sakabi-family-hero .sakabi-page-hero-grid,.sakabi-koeln-nrw-hero,.sakabi-koeln-nrw-hero .sakabi-page-hero-grid,.sakabi-deutschland-hero,.sakabi-deutschland-hero .sakabi-page-hero-grid,.sakabi-leben-erfahrungen-hero,.sakabi-leben-erfahrungen-hero .sakabi-page-hero-grid {
      min-height: 390px;
    }
    .sakabi-page-intro {
      padding: 34px 0;
    }
    .sakabi-page-intro h1 {
      font-size: 42px;
    }
    .sakabi-ueber-mich-hero .sakabi-page-intro {
      padding: 22px 0;
    }
    .sakabi-topic-media,.sakabi-topic-item:nth-child(even) .sakabi-topic-media {
      height: 210px;
      min-height: 210px;
    }
    .sakabi-page-content a[style*="min-height:280px"] {
      min-height: 220px !important;
    }
    .sakabi-section-head {
      align-items: start;
      gap: 20px;
      flex-direction: column;
    }
    .sakabi-footer-grid,.sakabi-footer-links {
      flex-direction: column;
    }
    .sakabi-footer-links {
      gap: 12px;
    }
    .sakabi-collab {
      padding: 58px 0;
    }
    .sakabi-collab-grid {
      gap: 30px;
    }
    .sakabi-collab h2 {
      font-size: 42px;
    }
    .sakabi-community h2 {
      font-size: 42px;
    }
  }
}
@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;
    }
  }
}
