/*! tailwindcss v4.3.3 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: 'Libre Franklin', sans-serif;
    --font-serif: 'Cormorant Infant', serif;
    --font-mono: 'Source Code Pro', monospace;
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-sm: 540px;
    --text-xs: 0.75rem;
    --text-sm: 0.875rem;
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --font-weight-light: 300;
    --font-weight-medium: 500;
    --leading-tight: 1.25;
    --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: #cb6037;
    --color-primary-soft: #e5a18a;
    --color-secondary: #f2eee6;
    --color-sand: #c19f77;
    --color-forest: #1b3a22;
    --color-mist: #f5f7f7;
    --color-gray-light: #bfbfbf;
    --color-dark: #1a1a1a;
    --animate-hero-zoom: hero-zoom 10s ease-in-out infinite alternate;
  }
}
@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, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, 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:where(:not(iframe)) {
    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 {
  .pointer-events-none {
    pointer-events: none;
  }
  .visible {
    visibility: visible;
  }
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
    border-width: 0;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .inset-0 {
    inset: 0px;
  }
  .inset-x-0 {
    inset-inline: 0px;
  }
  .top-0 {
    top: 0px;
  }
  .top-1\/2 {
    top: calc(1 / 2 * 100%);
  }
  .top-7 {
    top: calc(var(--spacing) * 7);
  }
  .right-0 {
    right: 0px;
  }
  .right-4 {
    right: calc(var(--spacing) * 4);
  }
  .right-8\.75 {
    right: calc(var(--spacing) * 8.75);
  }
  .right-54 {
    right: calc(var(--spacing) * 54);
  }
  .right-\[-100vw\] {
    right: -100vw;
  }
  .right-full {
    right: 100%;
  }
  .bottom-0 {
    bottom: 0px;
  }
  .bottom-4\.5 {
    bottom: calc(var(--spacing) * 4.5);
  }
  .bottom-15 {
    bottom: calc(var(--spacing) * 15);
  }
  .-left-2 {
    left: calc(var(--spacing) * -2);
  }
  .left-0 {
    left: 0px;
  }
  .left-1\/2 {
    left: calc(1 / 2 * 100%);
  }
  .left-4 {
    left: calc(var(--spacing) * 4);
  }
  .left-54 {
    left: calc(var(--spacing) * 54);
  }
  .left-\[-100vw\] {
    left: -100vw;
  }
  .left-full {
    left: 100%;
  }
  .isolate {
    isolation: isolate;
  }
  .z-10 {
    z-index: 10;
  }
  .z-30 {
    z-index: 30;
  }
  .z-40 {
    z-index: 40;
  }
  .col-span-12 {
    grid-column: span 12 / span 12;
  }
  .container {
    width: 100%;
    @media (width >= 576px) {
      max-width: 576px;
    }
    @media (width >= 768px) {
      max-width: 768px;
    }
    @media (width >= 992px) {
      max-width: 992px;
    }
    @media (width >= 1200px) {
      max-width: 1200px;
    }
    @media (width >= 1400px) {
      max-width: 1400px;
    }
    @media (width >= 1680px) {
      max-width: 1680px;
    }
    @media (width >= 1920px) {
      max-width: 1920px;
    }
  }
  .-m-2 {
    margin: calc(var(--spacing) * -2);
  }
  .container {
    width: 100%;
    margin-inline: auto;
    padding-inline: 1.5rem;
    @media (width >= 576px) {
      max-width: 540px;
    }
    @media (width >= 768px) {
      max-width: 720px;
      padding-inline: 0.75rem;
    }
    @media (width >= 992px) {
      max-width: 960px;
    }
    @media (width >= 1200px) {
      max-width: 1140px;
    }
    @media (width >= 1400px) {
      max-width: 1400px;
    }
  }
  .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-1\.5 {
    margin-top: calc(var(--spacing) * 1.5);
  }
  .mt-2\.5 {
    margin-top: calc(var(--spacing) * 2.5);
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-4\.5 {
    margin-top: calc(var(--spacing) * 4.5);
  }
  .mt-5\.75 {
    margin-top: calc(var(--spacing) * 5.75);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-7 {
    margin-top: calc(var(--spacing) * 7);
  }
  .mt-7\.75 {
    margin-top: calc(var(--spacing) * 7.75);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mt-8\.5 {
    margin-top: calc(var(--spacing) * 8.5);
  }
  .mt-10\.75 {
    margin-top: calc(var(--spacing) * 10.75);
  }
  .mt-11\.75 {
    margin-top: calc(var(--spacing) * 11.75);
  }
  .mt-12 {
    margin-top: calc(var(--spacing) * 12);
  }
  .mt-13 {
    margin-top: calc(var(--spacing) * 13);
  }
  .mt-15\.75 {
    margin-top: calc(var(--spacing) * 15.75);
  }
  .mt-20 {
    margin-top: calc(var(--spacing) * 20);
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline-block {
    display: inline-block;
  }
  .inline-flex {
    display: inline-flex;
  }
  .aspect-3\/2 {
    aspect-ratio: 3/2;
  }
  .aspect-400\/560 {
    aspect-ratio: 400/560;
  }
  .aspect-486\/540 {
    aspect-ratio: 486/540;
  }
  .aspect-700\/467 {
    aspect-ratio: 700/467;
  }
  .aspect-square {
    aspect-ratio: 1 / 1;
  }
  .size-1\.5 {
    width: calc(var(--spacing) * 1.5);
    height: calc(var(--spacing) * 1.5);
  }
  .size-6 {
    width: calc(var(--spacing) * 6);
    height: calc(var(--spacing) * 6);
  }
  .size-7\.5 {
    width: calc(var(--spacing) * 7.5);
    height: calc(var(--spacing) * 7.5);
  }
  .size-8 {
    width: calc(var(--spacing) * 8);
    height: calc(var(--spacing) * 8);
  }
  .size-13 {
    width: calc(var(--spacing) * 13);
    height: calc(var(--spacing) * 13);
  }
  .size-75 {
    width: calc(var(--spacing) * 75);
    height: calc(var(--spacing) * 75);
  }
  .size-full {
    width: 100%;
    height: 100%;
  }
  .h-5 {
    height: calc(var(--spacing) * 5);
  }
  .h-5\.25 {
    height: calc(var(--spacing) * 5.25);
  }
  .h-12 {
    height: calc(var(--spacing) * 12);
  }
  .h-13 {
    height: calc(var(--spacing) * 13);
  }
  .h-14 {
    height: calc(var(--spacing) * 14);
  }
  .h-29 {
    height: calc(var(--spacing) * 29);
  }
  .h-30 {
    height: calc(var(--spacing) * 30);
  }
  .h-80 {
    height: calc(var(--spacing) * 80);
  }
  .h-130 {
    height: calc(var(--spacing) * 130);
  }
  .h-\[1\.25rem\] {
    height: 1.25rem;
  }
  .h-\[20px\] {
    height: 20px;
  }
  .h-px {
    height: 1px;
  }
  .min-h-152 {
    min-height: calc(var(--spacing) * 152);
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .w-21\.75 {
    width: calc(var(--spacing) * 21.75);
  }
  .w-30 {
    width: calc(var(--spacing) * 30);
  }
  .w-50 {
    width: calc(var(--spacing) * 50);
  }
  .w-\[12\.83rem\] {
    width: 12.83rem;
  }
  .w-\[15\.6rem\] {
    width: 15.6rem;
  }
  .w-auto {
    width: auto;
  }
  .w-full {
    width: 100%;
  }
  .max-w-100 {
    max-width: calc(var(--spacing) * 100);
  }
  .max-w-121\.5 {
    max-width: calc(var(--spacing) * 121.5);
  }
  .max-w-125 {
    max-width: calc(var(--spacing) * 125);
  }
  .max-w-140 {
    max-width: calc(var(--spacing) * 140);
  }
  .max-w-155 {
    max-width: calc(var(--spacing) * 155);
  }
  .max-w-160 {
    max-width: calc(var(--spacing) * 160);
  }
  .max-w-165 {
    max-width: calc(var(--spacing) * 165);
  }
  .max-w-212\.5 {
    max-width: calc(var(--spacing) * 212.5);
  }
  .max-w-265 {
    max-width: calc(var(--spacing) * 265);
  }
  .max-w-none {
    max-width: none;
  }
  .max-w-sm {
    max-width: var(--container-sm);
  }
  .flex-1 {
    flex: 1;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .origin-bottom-left {
    transform-origin: 0 100%;
  }
  .-translate-1\/2 {
    --tw-translate-x: calc(calc(1 / 2 * 100%) * -1);
    --tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-y-1\/2 {
    --tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-rotate-90 {
    rotate: calc(90deg * -1);
  }
  .rotate-45 {
    rotate: 45deg;
  }
  .rotate-\[-16\.33deg\] {
    rotate: -16.33deg;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .animate-hero-zoom {
    animation: var(--animate-hero-zoom);
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .grid-cols-\[1fr_auto\] {
    grid-template-columns: 1fr auto;
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .items-end {
    align-items: flex-end;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-1 {
    gap: var(--spacing);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-4\.75 {
    gap: calc(var(--spacing) * 4.75);
  }
  .gap-7 {
    gap: calc(var(--spacing) * 7);
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  :where(.space-y-2\.5 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 2.5) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 2.5) * calc(1 - var(--tw-space-y-reverse)));
  }
  .gap-x-7 {
    column-gap: calc(var(--spacing) * 7);
  }
  .gap-y-16 {
    row-gap: calc(var(--spacing) * 16);
  }
  .justify-self-end {
    justify-self: flex-end;
  }
  .justify-self-start {
    justify-self: flex-start;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-x-clip {
    overflow-x: clip;
  }
  .scroll-smooth {
    scroll-behavior: smooth;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-t-\[6\.25rem\] {
    border-top-left-radius: 6.25rem;
    border-top-right-radius: 6.25rem;
  }
  .rounded-l-\[5px\] {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }
  .rounded-tl-\[9\.375rem\] {
    border-top-left-radius: 9.375rem;
  }
  .rounded-br-\[4\.6875rem\] {
    border-bottom-right-radius: 4.6875rem;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-gray-light {
    border-color: var(--color-gray-light);
  }
  .bg-black {
    background-color: var(--color-black);
  }
  .bg-black\/50 {
    background-color: color-mix(in srgb, #000 50%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-black) 50%, transparent);
    }
  }
  .bg-dark {
    background-color: var(--color-dark);
  }
  .bg-forest {
    background-color: var(--color-forest);
  }
  .bg-mist {
    background-color: var(--color-mist);
  }
  .bg-primary {
    background-color: var(--color-primary);
  }
  .bg-primary-soft {
    background-color: var(--color-primary-soft);
  }
  .bg-sand {
    background-color: var(--color-sand);
  }
  .bg-secondary {
    background-color: var(--color-secondary);
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .object-cover {
    object-fit: cover;
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .py-6 {
    padding-block: calc(var(--spacing) * 6);
  }
  .py-16 {
    padding-block: calc(var(--spacing) * 16);
  }
  .py-20 {
    padding-block: calc(var(--spacing) * 20);
  }
  .py-24 {
    padding-block: calc(var(--spacing) * 24);
  }
  .pt-16 {
    padding-top: calc(var(--spacing) * 16);
  }
  .pt-20 {
    padding-top: calc(var(--spacing) * 20);
  }
  .pt-48 {
    padding-top: calc(var(--spacing) * 48);
  }
  .pb-10 {
    padding-bottom: calc(var(--spacing) * 10);
  }
  .pb-24 {
    padding-bottom: calc(var(--spacing) * 24);
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .font-mono {
    font-family: var(--font-mono);
  }
  .font-serif {
    font-family: var(--font-serif);
  }
  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  .text-\[1\.4375rem\]\/\[1\.86875rem\] {
    font-size: 1.4375rem;
    line-height: 1.86875rem;
  }
  .text-\[2\.375rem\]\/\[2\.87375rem\] {
    font-size: 2.375rem;
    line-height: 2.87375rem;
  }
  .text-sm\/\[1\.05rem\] {
    font-size: var(--text-sm);
    line-height: 1.05rem;
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .text-xl\/6\.75 {
    font-size: var(--text-xl);
    line-height: calc(var(--spacing) * 6.75);
  }
  .text-xl\/7\.5 {
    font-size: var(--text-xl);
    line-height: calc(var(--spacing) * 7.5);
  }
  .text-xl\/8 {
    font-size: var(--text-xl);
    line-height: calc(var(--spacing) * 8);
  }
  .text-xs\/5\.25 {
    font-size: var(--text-xs);
    line-height: calc(var(--spacing) * 5.25);
  }
  .text-\[1\.25rem\] {
    font-size: 1.25rem;
  }
  .text-\[2\.5rem\] {
    font-size: 2.5rem;
  }
  .text-\[2rem\] {
    font-size: 2rem;
  }
  .leading-\[1\.1\] {
    --tw-leading: 1.1;
    line-height: 1.1;
  }
  .leading-\[1\.05\] {
    --tw-leading: 1.05;
    line-height: 1.05;
  }
  .leading-\[1\.15\] {
    --tw-leading: 1.15;
    line-height: 1.15;
  }
  .leading-\[1\.25\] {
    --tw-leading: 1.25;
    line-height: 1.25;
  }
  .leading-tight {
    --tw-leading: var(--leading-tight);
    line-height: var(--leading-tight);
  }
  .font-light {
    --tw-font-weight: var(--font-weight-light);
    font-weight: var(--font-weight-light);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .tracking-\[0\.5px\] {
    --tw-tracking: 0.5px;
    letter-spacing: 0.5px;
  }
  .tracking-\[1\.5px\] {
    --tw-tracking: 1.5px;
    letter-spacing: 1.5px;
  }
  .tracking-\[1\.9px\] {
    --tw-tracking: 1.9px;
    letter-spacing: 1.9px;
  }
  .tracking-\[1\.15px\] {
    --tw-tracking: 1.15px;
    letter-spacing: 1.15px;
  }
  .tracking-\[2\.4px\] {
    --tw-tracking: 2.4px;
    letter-spacing: 2.4px;
  }
  .tracking-\[6px\] {
    --tw-tracking: 6px;
    letter-spacing: 6px;
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .text-dark {
    color: var(--color-dark);
  }
  .text-primary {
    color: var(--color-primary);
  }
  .text-white {
    color: var(--color-white);
  }
  .text-white\/80 {
    color: color-mix(in srgb, #fff 80%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-white) 80%, transparent);
    }
  }
  .uppercase {
    text-transform: uppercase;
  }
  .italic {
    font-style: italic;
  }
  .antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .opacity-0 {
    opacity: 0%;
  }
  .opacity-11 {
    opacity: 11%;
  }
  .shadow {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .transition-\[background\] {
    transition-property: background;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-\[height\] {
    transition-property: height;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-\[padding-block\] {
    transition-property: padding-block;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .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));
  }
  .transition-opacity {
    transition-property: opacity;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-transform {
    transition-property: transform, translate, scale, rotate;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .duration-500 {
    --tw-duration: 500ms;
    transition-duration: 500ms;
  }
  .\[--swiper-pagination-bottom\:1\.5rem\] {
    --swiper-pagination-bottom: 1.5rem;
  }
  .\[--swiper-pagination-bullet-inactive-color\:white\] {
    --swiper-pagination-bullet-inactive-color: white;
  }
  .\[--swiper-pagination-bullet-inactive-opacity\:0\.4\] {
    --swiper-pagination-bullet-inactive-opacity: 0.4;
  }
  .\[--swiper-pagination-color\:white\] {
    --swiper-pagination-color: white;
  }
  .\[clip-path\:polygon\(0_0\,100\%_8\%\,88\%_100\%\,6\%_100\%\)\] {
    clip-path: polygon(0 0,100% 8%,88% 100%,6% 100%);
  }
  .\[clip-path\:polygon\(50\%_0\,100\%_25\%\,100\%_75\%\,50\%_100\%\,0_75\%\,0_25\%\)\] {
    clip-path: polygon(50% 0,100% 25%,100% 75%,50% 100%,0 75%,0 25%);
  }
  @media (hover: hover) {
    .group-hover\:scale-105:is(:where(.group):hover *) {
      --tw-scale-x: 105%;
      --tw-scale-y: 105%;
      --tw-scale-z: 105%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
    .group-hover\:text-primary:is(:where(.group):hover *) {
      color: var(--color-primary);
    }
    .group-hover\:opacity-0:is(:where(.group):hover *) {
      opacity: 0%;
    }
    .group-hover\:opacity-100:is(:where(.group):hover *) {
      opacity: 100%;
    }
  }
  .group-has-\[\[data-cta\=eventy\]\:hover\]\/cta\:opacity-0:is(:where(.group\/cta):has(:is([data-cta=eventy]:hover)) *) {
    opacity: 0%;
  }
  .group-has-\[\[data-cta\=eventy\]\:hover\]\/cta\:opacity-100:is(:where(.group\/cta):has(:is([data-cta=eventy]:hover)) *) {
    opacity: 100%;
  }
  .group-has-\[\[data-cta\=ubytovanie\]\:hover\]\/cta\:opacity-0:is(:where(.group\/cta):has(:is([data-cta=ubytovanie]:hover)) *) {
    opacity: 0%;
  }
  .group-has-\[\[data-cta\=ubytovanie\]\:hover\]\/cta\:opacity-100:is(:where(.group\/cta):has(:is([data-cta=ubytovanie]:hover)) *) {
    opacity: 100%;
  }
  @media (hover: hover) {
    .hover\:text-primary:hover {
      color: var(--color-primary);
    }
    .hover\:text-white:hover {
      color: var(--color-white);
    }
    .hover\:opacity-70:hover {
      opacity: 70%;
    }
    .hover\:opacity-90:hover {
      opacity: 90%;
    }
  }
  .focus\:not-sr-only:focus {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip-path: none;
    white-space: normal;
  }
  .focus\:absolute:focus {
    position: absolute;
  }
  .focus\:z-50:focus {
    z-index: 50;
  }
  .focus\:bg-white:focus {
    background-color: var(--color-white);
  }
  .focus\:px-4:focus {
    padding-inline: calc(var(--spacing) * 4);
  }
  .focus\:py-2:focus {
    padding-block: calc(var(--spacing) * 2);
  }
  @media (width >= 768px) {
    .md\:col-span-4 {
      grid-column: span 4 / span 4;
    }
    .md\:col-span-6 {
      grid-column: span 6 / span 6;
    }
    .md\:px-12 {
      padding-inline: calc(var(--spacing) * 12);
    }
    .md\:text-\[1\.5625rem\]\/10 {
      font-size: 1.5625rem;
      line-height: calc(var(--spacing) * 10);
    }
    .md\:text-\[2\.375rem\]\/\[2\.87375rem\] {
      font-size: 2.375rem;
      line-height: 2.87375rem;
    }
    .md\:text-\[3\.125rem\]\/14\.25 {
      font-size: 3.125rem;
      line-height: calc(var(--spacing) * 14.25);
    }
    .md\:text-\[3\.5rem\] {
      font-size: 3.5rem;
    }
    .md\:text-\[3\.25rem\] {
      font-size: 3.25rem;
    }
  }
  @media (width >= 992px) {
    .lg\:mt-28 {
      margin-top: calc(var(--spacing) * 28);
    }
    .lg\:block {
      display: block;
    }
    .lg\:flex {
      display: flex;
    }
    .lg\:hidden {
      display: none;
    }
    .lg\:grid-cols-\[1fr_auto_1fr\] {
      grid-template-columns: 1fr auto 1fr;
    }
  }
  @media (width >= 1200px) {
    .xl\:absolute {
      position: absolute;
    }
    .xl\:sticky {
      position: sticky;
    }
    .xl\:top-0 {
      top: 0px;
    }
    .xl\:top-16 {
      top: calc(var(--spacing) * 16);
    }
    .xl\:top-69 {
      top: calc(var(--spacing) * 69);
    }
    .xl\:-z-10 {
      z-index: calc(10 * -1);
    }
    .xl\:col-span-6 {
      grid-column: span 6 / span 6;
    }
    .xl\:-mt-46 {
      margin-top: calc(var(--spacing) * -46);
    }
    .xl\:-mt-48\.5 {
      margin-top: calc(var(--spacing) * -48.5);
    }
    .xl\:-mt-52\.75 {
      margin-top: calc(var(--spacing) * -52.75);
    }
    .xl\:mt-0 {
      margin-top: 0px;
    }
    .xl\:mt-5 {
      margin-top: calc(var(--spacing) * 5);
    }
    .xl\:mt-20 {
      margin-top: calc(var(--spacing) * 20);
    }
    .xl\:-mr-12\.5 {
      margin-right: calc(var(--spacing) * -12.5);
    }
    .xl\:-ml-7 {
      margin-left: calc(var(--spacing) * -7);
    }
    .xl\:ml-\[44\%\] {
      margin-left: 44%;
    }
    .xl\:block {
      display: block;
    }
    .xl\:hidden {
      display: none;
    }
    .xl\:h-20 {
      height: calc(var(--spacing) * 20);
    }
    .xl\:h-65 {
      height: calc(var(--spacing) * 65);
    }
    .xl\:h-120 {
      height: calc(var(--spacing) * 120);
    }
    .xl\:h-125 {
      height: calc(var(--spacing) * 125);
    }
    .xl\:h-full {
      height: 100%;
    }
    .xl\:h-screen {
      height: 100vh;
    }
    .xl\:min-h-0 {
      min-height: 0px;
    }
    .xl\:min-h-screen {
      min-height: 100vh;
    }
    .xl\:w-125 {
      width: calc(var(--spacing) * 125);
    }
    .xl\:w-\[60\.94\%\] {
      width: 60.94%;
    }
    .xl\:max-w-sm {
      max-width: var(--container-sm);
    }
    .xl\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .xl\:grid-cols-\[55\%_45\%\] {
      grid-template-columns: 55% 45%;
    }
    .xl\:justify-end {
      justify-content: flex-end;
    }
    .xl\:justify-start {
      justify-content: flex-start;
    }
    .xl\:py-22 {
      padding-block: calc(var(--spacing) * 22);
    }
    .xl\:py-30 {
      padding-block: calc(var(--spacing) * 30);
    }
    .xl\:py-\[5\.65rem\] {
      padding-block: 5.65rem;
    }
    .xl\:pt-25 {
      padding-top: calc(var(--spacing) * 25);
    }
    .xl\:pt-35\.5 {
      padding-top: calc(var(--spacing) * 35.5);
    }
    .xl\:pt-36 {
      padding-top: calc(var(--spacing) * 36);
    }
    .xl\:pt-50 {
      padding-top: calc(var(--spacing) * 50);
    }
    .xl\:pr-16 {
      padding-right: calc(var(--spacing) * 16);
    }
    .xl\:pb-25 {
      padding-bottom: calc(var(--spacing) * 25);
    }
    .xl\:pb-32 {
      padding-bottom: calc(var(--spacing) * 32);
    }
    .xl\:pb-35 {
      padding-bottom: calc(var(--spacing) * 35);
    }
    .xl\:pb-36\.75 {
      padding-bottom: calc(var(--spacing) * 36.75);
    }
    .xl\:pb-37\.5 {
      padding-bottom: calc(var(--spacing) * 37.5);
    }
    .xl\:pb-70 {
      padding-bottom: calc(var(--spacing) * 70);
    }
    .xl\:pl-\[5\.4rem\] {
      padding-left: 5.4rem;
    }
    .xl\:text-\[4\.0625rem\]\/17\.5 {
      font-size: 4.0625rem;
      line-height: calc(var(--spacing) * 17.5);
    }
    .xl\:text-\[5rem\]\/20 {
      font-size: 5rem;
      line-height: calc(var(--spacing) * 20);
    }
  }
}
@layer components {
  .desktop-nav .desktop-menu, .desktop-nav 	.desktop-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .desktop-nav .desktop-menu {
    display: flex;
    align-items: center;
    gap: 3.5rem;
    > .menu-item {
      position: relative;
      > a {
        position: relative;
        display: inline-flex;
        align-items: center;
        gap: 0.375rem;
        padding-block: 0.25rem;
        font-family: var(--font-mono);
        font-size: 0.8125rem;
        font-weight: 500;
        line-height: 0.89375rem;
        letter-spacing: 2.99px;
        text-transform: uppercase;
        color: inherit;
        text-decoration: none;
        transition: color 0.2s ease;
        &::before {
          content: '';
          position: absolute;
          bottom: -0.25rem;
          left: 50%;
          width: 0;
          height: 1px;
          background-color: var(--color-primary);
          transform: translateX(-50%);
          transition: width 0.3s ease;
        }
        &::after {
          content: '';
          display: inline-block;
          width: 0.4rem;
          height: 0.4rem;
          border-right: 1.5px solid currentColor;
          border-bottom: 1.5px solid currentColor;
          transform: rotate(45deg) translateY(-1px);
          transition: transform 0.3s ease;
        }
      }
      &:not(.menu-item-has-children) > a::after {
        display: none;
      }
      &:hover > a,	&.current-menu-item > a,	&.current-menu-ancestor > a {
        color: var(--color-primary);
      }
      &:hover > a::after,	&.current-menu-item > a::after,	&.current-menu-ancestor > a::after {
        transform: rotate(225deg) translateY(-1px);
      }
      &:not(.menu-item-has-children):hover > a::before,	&:not(.menu-item-has-children).current-menu-item > a::before,	&:not(.menu-item-has-children).current-menu-ancestor > a::before {
        width: 100%;
      }
      &.menu-item-has-children:hover > a::before,	&.menu-item-has-children.current-menu-item > a::before,	&.menu-item-has-children.current-menu-ancestor > a::before {
        width: calc(100% - 0rem);
      }
      > .sub-menu.level-1 {
        position: absolute;
        top: 100%;
        left: -25px;
        min-width: 12rem;
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
        background-color: #ffffff;
        opacity: 0;
        visibility: hidden;
        transform: translateY(0.5rem);
        transition: opacity 0.25s ease,	visibility 0.25s ease,	transform 0.25s ease;
        z-index: 50;
        &::before {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 0.75rem;
        }
      }
      &:hover > .sub-menu.level-1 {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
      }
      > .sub-menu.level-1 > .menu-item {
        position: relative;
        > a {
          display: block;
          padding: 0.25rem 1.5rem;
          font-size: 0.875rem;
          font-weight: 500;
          color: var(--color-dark);
          text-decoration: none;
          transition: color 0.2s ease;
          &:hover {
            color: var(--color-primary);
          }
        }
        &.current-menu-item > a,	&.current-menu-ancestor > a {
          font-weight: 600;
          color: var(--color-primary);
        }
        &.menu-item-has-children {
          > a {
            padding-right: 3rem;
          }
          > .submenu-toggle {
            position: absolute;
            top: 0;
            right: 0;
            display: flex;
            align-items: center;
            justify-content: center;
            width: 3rem;
            height: calc(0.5rem + 1lh);
            padding: 0;
            border: none;
            background: transparent;
            color: var(--color-dark);
            cursor: pointer;
          }
          > .sub-menu.level-2 {
            background-color: #ffffff;
            overflow: hidden;
            max-height: 0;
            padding-block: 0;
            transition: max-height 0.6s ease,	padding-block 0.6s ease;
            > .menu-item > a {
              display: block;
              padding: 0.25rem 1.5rem;
              font-size: 0.875rem;
              font-weight: 500;
              color: var(--color-dark);
              text-decoration: none;
              transition: opacity 0.2s ease;
              &:hover {
                opacity: 0.7;
              }
            }
            > .menu-item.current-menu-item > a {
              font-weight: 600;
              opacity: 1;
            }
          }
          &.is-expanded > .sub-menu.level-2 {
            max-height: 20rem;
            padding-block: 0.65rem;
          }
        }
      }
    }
  }
  .desktop-nav .submenu-toggle__icon {
    position: relative;
    display: block;
    width: 0.875rem;
    height: 0.875rem;
    &::before,	&::after {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      width: 100%;
      height: 1.5px;
      background-color: currentColor;
      transition: transform 0.3s ease;
    }
    &::before {
      transform: translate(-50%, -50%);
    }
    &::after {
      transform: translate(-50%, -50%) rotate(90deg);
    }
  }
  .desktop-nav .submenu-toggle[aria-expanded='true'] .submenu-toggle__icon::before {
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .desktop-nav .submenu-toggle[aria-expanded='true'] .submenu-toggle__icon::after {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  .mobile-menu {
    margin: 0;
    padding: 0;
    border: none;
    width: 100%;
    max-width: none;
    height: 100%;
    height: 100dvh;
    max-height: none;
    background-color: transparent;
    overflow: hidden;
    &::backdrop {
      background-color: rgb(0 0 0 / 0%);
      transition: background-color 0.35s ease;
    }
    &.is-open::backdrop {
      background-color: rgb(0 0 0 / 50%);
    }
    .mobile-menu__panel {
      display: flex;
      flex-direction: column;
      width: 100%;
      height: 100%;
      background-color: var(--color-dark);
      color: #ffffff;
      transform: translateX(-100%);
      transition: transform 0.35s ease;
      overflow-y: auto;
      -webkit-overflow-scrolling: touch;
    }
    &.is-open .mobile-menu__panel {
      transform: translateX(0);
    }
    .mobile-menu__header {
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex-shrink: 0;
      padding: 1rem 1.5rem;
      border-bottom: 1px solid rgb(255 255 255 / 15%);
    }
    .mobile-menu__title {
      font-size: 1.125rem;
      font-weight: 700;
      letter-spacing: -0.025em;
    }
    .mobile-menu__close {
      display: flex;
      align-items: center;
      justify-content: center;
      margin: -0.5rem;
      padding: 0.5rem;
      border: none;
      background: transparent;
      color: #ffffff;
      cursor: pointer;
    }
    .mobile-menu__close-icon {
      width: 1.5rem;
      height: 1.5rem;
    }
  }
  .mobile-nav {
    flex: 1;
    padding: 1.5rem;
    .mobile-menu-list,	.mobile-menu-list ul {
      list-style: none;
      margin: 0;
      padding: 0;
    }
    .mobile-menu-list > .menu-item + .menu-item {
      margin-top: 0.25rem;
    }
    .menu-item > a {
      display: block;
      padding: 0.75rem 0;
      font-family: var(--font-mono);
      font-size: 0.8125rem;
      font-weight: 500;
      line-height: 1.4;
      letter-spacing: 2.99px;
      text-transform: uppercase;
      color: #ffffff;
      text-decoration: none;
      transition: opacity 0.2s ease;
      &:hover {
        opacity: 0.75;
      }
    }
    .menu-item.current-menu-item > a,	.menu-item.current-menu-ancestor > a {
      color: var(--color-primary);
    }
    .menu-item-has-children {
      position: relative;
      > a {
        padding-right: 3.5rem;
      }
      > .submenu-toggle {
        position: absolute;
        top: 0;
        right: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 3.5rem;
        height: calc(1.5rem + 1lh);
        padding: 0;
        border: none;
        background: transparent;
        color: #ffffff;
        cursor: pointer;
      }
      > .sub-menu {
        overflow: hidden;
        max-height: 0;
        transition: max-height 0.6s ease;
        > .menu-item > a {
          padding-left: 1.25rem;
          font-size: 1rem;
        }
        > .menu-item.menu-item-has-children > .sub-menu > .menu-item > a {
          padding-left: 2.5rem;
          font-size: 0.9375rem;
        }
      }
      &.is-expanded > .sub-menu {
        max-height: 20rem;
      }
    }
    .submenu-toggle__icon {
      position: relative;
      display: block;
      width: 0.875rem;
      height: 0.875rem;
      &::before,	&::after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        height: 1.5px;
        background-color: currentColor;
        transition: transform 0.3s ease;
      }
      &::before {
        transform: translate(-50%, -50%);
      }
      &::after {
        transform: translate(-50%, -50%) rotate(90deg);
      }
    }
    .submenu-toggle[aria-expanded='true'] .submenu-toggle__icon {
      &::before {
        transform: translate(-50%, -50%) rotate(45deg);
      }
      &::after {
        transform: translate(-50%, -50%) rotate(-45deg);
      }
    }
  }
}
@keyframes hero-zoom {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.4);
  }
}
@layer base {
  body {
    font-family: var(--font-sans);
    font-size: 0.9375rem;
    line-height: 1.6875rem;
    color: var(--color-dark);
  }
}
@layer components {
  .editor-content {
    max-width: none;
    > :first-child {
      margin-top: 0;
    }
    h2 {
      font-family: var(--font-serif);
      font-size: 2.5rem;
      font-weight: 300;
      line-height: 1.05;
      letter-spacing: 2.4px;
      color: var(--color-primary);
      text-transform: uppercase;
      @media (width >= 768px) {
        font-size: 3.5rem;
      }
    }
    h3 {
      margin-top: 3rem;
      font-size: 0.875rem;
      font-weight: 700;
      line-height: 1.6875rem;
      letter-spacing: 1.5px;
      text-transform: uppercase;
    }
    p {
      margin-top: 2rem;
    }
    ul {
      margin-top: 1.5rem;
      padding-left: 1.25rem;
      list-style-type: disc;
      li + li {
        margin-top: 0.5rem;
      }
    }
    h2 + p {
      margin-top: 3rem;
    }
    h3 + ul {
      margin-top: 1.5rem;
    }
  }
  .catering-popup {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 9999;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    background: rgb(0 0 0 / 50%);
    &.is-open {
      display: flex;
    }
    .catering-popup__box {
      position: relative;
      width: 100%;
      max-width: 24rem;
      padding: 2.5rem;
      background: #fff;
      text-align: center;
    }
    .catering-popup__close {
      position: absolute;
      top: 0.5rem;
      right: 0.5rem;
      display: flex;
      width: 2.5rem;
      height: 2.5rem;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      border: 0;
      background: transparent;
      font-size: 2.25rem;
      line-height: 1;
      color: inherit;
    }
  }
}
.site-header {
  color: var(--color-dark);
  background-color: #fff;
  transition: color 0.3s ease,	background-color 0.3s ease,	box-shadow 0.3s ease;
  a:has(> .site-header__logo) {
    display: grid;
  }
  .site-header__bar {
    position: relative;
    z-index: 1;
  }
  .site-header__logo {
    grid-area: 1 / 1;
    transition: height 0.3s ease,	opacity 0.3s ease;
  }
  .site-header__logo--light {
    opacity: 0;
  }
}
.site-header.is-scrolled {
  box-shadow: 0 1px 8px rgb(0 0 0 / 8%);
  .site-header__bar {
    padding-block: 1rem;
  }
  .site-header__logo {
    height: 2.5rem;
  }
}
.home .site-header::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: linear-gradient(to bottom, #000, transparent);
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.home .site-header:not(.is-scrolled) {
  color: #fff;
  background-color: rgb(255 255 255 / 0);
  &::before {
    opacity: 1;
  }
  .site-header__logo--dark {
    opacity: 0;
  }
  .site-header__logo--light {
    opacity: 1;
  }
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@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-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@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-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-space-y-reverse: 0;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-duration: initial;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
    }
  }
}
