/*! tailwindcss v4.3.0 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: "Jost", ui-sans-serif, sans-serif;
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New',
    monospace;
    --spacing: 0.25rem;
    --container-3xl: 48rem;
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --font-weight-bold: 700;
    --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-background: #2a121c;
    --color-neutral: #efdcd2;
    --color-primary: #c9a24a;
    --color-secondary-500: #c9a98f;
  }
}
@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;
    }
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-12 {
    margin-bottom: calc(var(--spacing) * 12);
  }
  .block {
    display: block;
  }
  .grid {
    display: grid;
  }
  .max-w-3xl {
    max-width: var(--container-3xl);
  }
  .max-w-none {
    max-width: none;
  }
  .flex-1 {
    flex: 1;
  }
  .bg-background {
    background-color: var(--color-background);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }
  .font-sans {
    font-family: var(--font-sans);
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .text-neutral {
    color: var(--color-neutral);
  }
  .text-secondary-500 {
    color: var(--color-secondary-500);
  }
  .no-underline {
    text-decoration-line: none;
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    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));
  }
  .hover\:text-primary {
    &:hover {
      @media (hover: hover) {
        color: var(--color-primary);
      }
    }
  }
}
:root {
  --noir: #2a121c;
  --noir2: #341826;
  --noir3: #40202f;
  --gold: #c9a24a;
  --gold-b: #e7cd8c;
  --gold-soft: #a9863f;
  --cipria: #e7cabf;
  --cipria-pale: #f1ddd5;
  --cipria-deep: #d8b3a6;
  --ink: #2a121c;
  --text: #efdcd2;
  --muted: #b9968c;
  --wine: #7a2c43;
  --display: "Fraunces",Georgia,serif;
  --edit: "Cormorant Garamond",Georgia,serif;
  --sans: "Jost",ui-sans-serif,sans-serif;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--noir);
  color: var(--text);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
::selection {
  background: var(--gold);
  color: var(--ink);
}
img {
  max-width: 100%;
  display: block;
}
a {
  color: inherit;
  text-decoration: none;
}
h1,h2,h3 {
  margin: 0;
  font-weight: 300;
}
.eyebrow {
  font-family: var(--sans);
  font-size: .66rem;
  letter-spacing: .32em;
  text-transform: uppercase;
  color: var(--gold);
}
.wrap {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 clamp(1.2rem,5vw,3.5rem);
}
.block {
  padding: clamp(3.5rem,9vh,7rem) 0;
}
.grain {
  position: fixed;
  inset: 0;
  z-index: 5;
  pointer-events: none;
  opacity: .05;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}
.vignette {
  position: fixed;
  inset: 0;
  z-index: 4;
  pointer-events: none;
  box-shadow: inset 0 0 220px 60px rgba(0,0,0,.55);
}
.nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.1rem clamp(1.2rem,5vw,3.5rem);
  transition: background .5s,padding .5s,backdrop-filter .5s;
}
.nav.scrolled {
  background: rgba(42,18,28,.82);
  backdrop-filter: blur(14px);
  padding: .7rem clamp(1.2rem,5vw,3.5rem);
  border-bottom: 1px solid rgba(201,162,74,.18);
}
.nav .logo img {
  height: 54px;
  width: auto;
  transition: height .5s;
}
.nav.scrolled .logo img {
  height: 40px;
}
.links {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.links a {
  font-family: var(--sans);
  font-size: .74rem;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--cipria-deep);
  transition: color .3s;
}
.links a:hover {
  color: var(--gold-b);
}
.lang {
  display: flex;
  align-items: center;
  gap: .3rem;
  margin-left: .2rem;
}
.lf {
  background: none;
  border: none;
  color: var(--cipria-deep);
  font-family: var(--sans);
  font-size: .72rem;
  letter-spacing: .1em;
  cursor: pointer;
  padding: .2rem;
  transition: color .3s;
}
.lf.active {
  color: var(--gold);
}
.lf:hover {
  color: var(--cipria-pale);
}
.langsep {
  color: rgba(201,162,74,.4);
  font-size: .7rem;
}
.cartbtn {
  border: 1px solid rgba(201,162,74,.4);
  border-radius: 40px;
  padding: .45rem 1.1rem !important;
  color: var(--gold-b) !important;
}
.cartbtn:hover {
  background: var(--gold);
  color: var(--ink) !important;
}
@media (max-width:980px) {
  .links a:not(.cartbtn) {
    display: none;
  }
  .links .lang {
    display: none;
  }
}
.burger {
  display: none;
  background: none;
  border: 1px solid rgba(201,162,74,.4);
  border-radius: 8px;
  width: 42px;
  height: 38px;
  cursor: pointer;
  position: relative;
  z-index: 1102;
  margin-left: .6rem;
}
.burger span {
  display: block;
  width: 18px;
  height: 1.5px;
  background: var(--gold-b);
  margin: 4px auto;
  transition: transform .3s,opacity .3s;
}
.burger.open span:nth-child(1) {
  transform: translateY(5.5px) rotate(45deg);
}
.burger.open span:nth-child(2) {
  opacity: 0;
}
.burger.open span:nth-child(3) {
  transform: translateY(-5.5px) rotate(-45deg);
}
@media (max-width:980px) {
  .burger {
    display: block;
  }
}
.mobpanel {
  position: fixed;
  inset: 0;
  z-index: 1100;
  background: linear-gradient(160deg,#3a1b2a,#220f18);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.4rem;
  opacity: 0;
  visibility: hidden;
  transition: opacity .4s,visibility .4s;
}
.mobpanel.open {
  opacity: 1;
  visibility: visible;
}
.mobpanel a {
  font-family: var(--display);
  font-size: 1.55rem;
  color: var(--cipria-pale);
}
.mobpanel a:hover {
  color: var(--gold-b);
}
.mobpanel .mlang {
  display: flex;
  gap: 1rem;
  margin-top: .8rem;
}
.agegate {
  position: fixed;
  inset: 0;
  z-index: 9900;
  background: linear-gradient(160deg,#3a1b2a,#1c0d14);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.4rem;
  text-align: center;
  padding: 2rem;
  transition: opacity .8s,visibility .8s;
}
.agegate.gone {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.agegate img {
  height: min(120px,16vh);
}
.agegate h3 {
  font-family: var(--display);
  font-size: clamp(1.6rem,4vw,2.4rem);
  color: var(--cipria-pale);
}
.agegate p {
  color: var(--muted);
  max-width: 34ch;
  font-size: .85rem;
}
.agegate .btns {
  display: flex;
  gap: 1rem;
  margin-top: .3rem;
}
.agegate .yes,.agegate .no {
  font-family: var(--sans);
  font-size: .74rem;
  letter-spacing: .2em;
  text-transform: uppercase;
  padding: .8rem 2rem;
  border-radius: 40px;
  cursor: pointer;
  transition: all .3s;
  border: 1px solid var(--gold);
}
.agegate .yes {
  background: var(--gold);
  color: var(--ink);
}
.agegate .yes:hover {
  background: var(--gold-b);
}
.agegate .no {
  background: transparent;
  color: var(--cipria-deep);
  border-color: rgba(201,162,74,.4);
}
.agegate .deny {
  display: none;
  font-family: var(--edit);
  font-style: italic;
  font-size: 1.2rem;
  color: var(--cipria);
}
.hero {
  position: relative;
  height: 100vh;
  min-height: 640px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
}
.hero .bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
}
.hero .bg iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 56.25vw;
  min-height: 100vh;
  min-width: 177.77vh;
  transform: translate(-50%,-50%);
  pointer-events: none;
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg,rgba(42,18,28,.55),rgba(42,18,28,.35) 40%,rgba(42,18,28,.92));
  z-index: 1;
}
.hero .c {
  position: relative;
  z-index: 2;
  padding: 0 1.4rem;
}
.hero .sub {
  font-family: var(--sans);
  font-size: .7rem;
  letter-spacing: .34em;
  text-transform: uppercase;
  color: var(--gold-b);
  margin-bottom: 1.5rem;
  opacity: 0;
  animation: fade 1.4s .4s forwards;
}
.hero h1 {
  font-family: var(--display);
  font-weight: 300;
  font-size: clamp(2.6rem,7vw,6rem);
  line-height: 1.02;
  color: var(--cipria-pale);
  text-shadow: 0 2px 30px rgba(0,0,0,.4);
  opacity: 0;
  animation: rise 1.6s .6s forwards;
}
.hero h1 em {
  font-style: italic;
  color: var(--gold-b);
}
.hero .scroll {
  position: absolute;
  bottom: 2.2rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  font-size: .62rem;
  letter-spacing: .28em;
  text-transform: uppercase;
  color: var(--cipria-deep);
  opacity: 0;
  animation: fade 1.4s 1.6s forwards;
}
@keyframes fade {
  to {
    opacity: 1;
  }
}
@keyframes rise {
  from {
    opacity: 0;
    transform: translateY(28px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.split {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(1.6rem,5vw,4.5rem);
  flex-wrap: wrap;
}
.split .txt {
  flex: 0 1 460px;
  text-align: right;
}
@media (max-width:820px) {
  .split .txt {
    text-align: center;
    flex: 1 1 100%;
  }
}
.split .txt h2 {
  font-family: var(--display);
  font-size: clamp(2.2rem,5.5vw,4rem);
  line-height: 1.04;
  margin: .6rem 0;
}
.split .txt h2 em {
  font-style: italic;
  color: var(--gold-b);
}
.split .txt p {
  font-family: var(--edit);
  font-style: italic;
  font-size: clamp(1.2rem,2.4vw,1.7rem);
  color: var(--cipria);
  max-width: 30ch;
  margin: 1rem 0 0 auto;
  line-height: 1.4;
}
@media (max-width:820px) {
  .split .txt p {
    margin: 1rem auto 0;
  }
}
.vimg {
  position: relative;
  width: min(340px,80vw);
  aspect-ratio: 9/16;
  border-radius: 6px;
  overflow: hidden;
  background: linear-gradient(160deg,var(--cipria-pale),var(--cipria-deep));
}
.vimg img,.vimg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.wines .head {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 3rem;
}
.wines .head h2 {
  font-family: var(--display);
  font-size: clamp(2.2rem,5.5vw,4rem);
  margin: .5rem 0;
}
.wines .head h2 em {
  font-style: italic;
}
.grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 1.6rem;
}
@media (max-width:900px) {
  .grid {
    grid-template-columns: repeat(2,1fr);
  }
}
@media (max-width:560px) {
  .grid {
    grid-template-columns: 1fr;
  }
}
.vino {
  border: 1px solid rgba(201,162,74,.16);
  border-radius: 8px;
  overflow: hidden;
  background: rgba(52,24,38,.5);
  transition: transform .5s,border-color .5s;
}
.vino:hover {
  transform: translateY(-8px);
  border-color: rgba(231,205,140,.5);
}
.vino .shot {
  aspect-ratio: 1/1;
  background: linear-gradient(160deg,var(--cipria-pale),var(--cipria-deep));
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.4rem;
}
.vino .shot img {
  height: 100%;
  width: auto;
  object-fit: contain;
  mix-blend-mode: multiply;
}
.vino .body {
  padding: 1.3rem 1.4rem 1.6rem;
}
.vino .kind {
  font-size: .58rem;
  letter-spacing: .24em;
  text-transform: uppercase;
  color: var(--gold);
}
.vino h3 {
  font-family: var(--display);
  font-size: 1.4rem;
  margin: .4rem 0 .8rem;
  color: var(--cipria-pale);
}
.vino .price-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 1rem;
}
.vino .price {
  font-family: var(--edit);
  font-style: italic;
  font-size: 1.3rem;
  color: var(--gold-b);
}
.vino .add {
  font-size: .64rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--gold);
  border: 1px solid rgba(201,162,74,.4);
  border-radius: 30px;
  padding: .5rem 1.1rem;
  transition: all .3s;
}
.vino .add:hover {
  background: var(--gold);
  color: var(--ink);
}
.press {
  background: var(--cipria-pale);
  color: var(--ink);
  text-align: center;
  padding: clamp(2.5rem,6vh,4.5rem) 0;
}
.press .eyebrow {
  color: var(--wine);
}
.press h2 {
  font-family: var(--display);
  font-size: clamp(1.6rem,4vw,2.6rem);
  margin: .5rem 0 2.2rem;
}
.prow {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: clamp(1.6rem,4vw,3.4rem);
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 1.2rem;
}
.prow img {
  height: clamp(22px,4vw,38px);
  width: auto;
  opacity: .55;
  filter: grayscale(1);
  transition: opacity .35s,filter .35s;
}
.prow img:hover {
  opacity: 1;
  filter: none;
}
.terr {
  position: relative;
  height: 80vh;
  min-height: 480px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}
.terr .media {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transform: scale(1.06);
  transition: transform 9s ease-out;
}
.terr.in .media {
  transform: scale(1);
}
.terr::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg,rgba(42,18,28,.35),transparent 35%,rgba(42,18,28,.92));
}
.terr .c {
  position: relative;
  z-index: 2;
  padding: clamp(2rem,6vw,5rem);
}
.terr h2 {
  font-family: var(--display);
  font-size: clamp(2.2rem,6vw,4.4rem);
  line-height: 1;
  margin: .4rem 0;
}
.terr h2 em {
  font-style: italic;
  color: var(--gold-b);
}
.terr p {
  font-family: var(--edit);
  font-style: italic;
  font-size: 1.2rem;
  color: var(--cipria);
  max-width: 440px;
}
.news-s {
  background: var(--noir2);
}
.news-s .head {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 3rem;
}
.news-s .head h2 {
  font-family: var(--display);
  font-size: clamp(2rem,5vw,3.4rem);
  margin: .5rem 0;
}
.news-s .head h2 em {
  font-style: italic;
}
.na {
  display: block;
  border: 1px solid rgba(201,162,74,.16);
  border-radius: 6px;
  overflow: hidden;
  transition: transform .5s,border-color .5s;
  background: rgba(52,24,38,.4);
}
.na:hover {
  transform: translateY(-8px);
  border-color: rgba(231,205,140,.5);
}
.na .ph {
  aspect-ratio: 3/2;
  background-size: cover;
  background-position: center;
  background-color: var(--noir3);
}
.na .tx {
  padding: 1.2rem 1.3rem 1.5rem;
}
.na .dt {
  font-size: .58rem;
  letter-spacing: .24em;
  text-transform: uppercase;
  color: var(--gold);
}
.na h3 {
  font-family: var(--display);
  font-size: 1.2rem;
  line-height: 1.2;
  margin: .4rem 0 .7rem;
  color: var(--cipria-pale);
}
.na .rd {
  font-size: .62rem;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--gold);
}
.morelink {
  display: inline-block;
  margin-top: 2.2rem;
  padding: .7rem 1.6rem;
  border: 1px solid rgba(201,162,74,.4);
  border-radius: 30px;
  font-size: .66rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--gold);
}
.morelink:hover {
  background: var(--gold);
  color: var(--ink);
}
.page-hero {
  padding: 9.5rem 0 3.2rem;
  text-align: center;
  background: linear-gradient(180deg,#1f0d16,var(--noir));
}
.page-hero h1 {
  font-family: var(--display);
  font-size: clamp(2.4rem,6vw,4.4rem);
  color: var(--cipria-pale);
  margin-top: .6rem;
}
.prose-udv {
  max-width: 760px;
  margin: 0 auto;
  padding: 0 1.4rem 5rem;
  font-size: 1.02rem;
  line-height: 1.75;
}
.prose-udv h2 {
  font-family: var(--display);
  font-size: clamp(1.6rem,3.6vw,2.3rem);
  color: var(--gold-b);
  margin: 2.6rem 0 1rem;
}
.prose-udv p {
  margin: 0 0 1.2rem;
  color: var(--cipria);
}
.prose-udv a {
  color: var(--gold-b);
  border-bottom: 1px solid rgba(231,205,140,.4);
}
.prose-udv img {
  border-radius: 6px;
  margin: 2rem auto;
}
.prose-udv em {
  font-family: var(--edit);
  font-style: italic;
}
.prose-udv ul,.prose-udv ol {
  color: var(--cipria);
  padding-left: 1.2rem;
}
.singlemeta {
  text-align: center;
  color: var(--gold);
  font-size: .62rem;
  letter-spacing: .26em;
  text-transform: uppercase;
  margin: -2rem 0 2.4rem;
}
.featband {
  max-width: 980px;
  margin: 0 auto 3rem;
  padding: 0 1.4rem;
}
.featband img {
  width: 100%;
  max-height: 480px;
  object-fit: cover;
  border-radius: 8px;
}
.woo-wrap {
  max-width: 1180px;
  margin: 0 auto;
  padding: 8.5rem clamp(1.2rem,5vw,3.5rem) 5rem;
}
.woocommerce-products-header__title {
  font-family: var(--display);
  font-weight: 300;
  font-size: clamp(2.2rem,5vw,3.6rem);
  color: var(--cipria-pale);
}
ul.products {
  display: grid !important;
  grid-template-columns: repeat(3,1fr);
  gap: 1.6rem;
  list-style: none;
  margin: 2rem 0 0 !important;
  padding: 0 !important;
}
@media (max-width:900px) {
  ul.products {
    grid-template-columns: repeat(2,1fr) !important;
  }
}
@media (max-width:560px) {
  ul.products {
    grid-template-columns: 1fr !important;
  }
}
.woocommerce ul.products li.product,ul.products li.product {
  background: rgba(52,24,38,.5);
  border: 1px solid rgba(201,162,74,.16);
  border-radius: 8px;
  overflow: hidden;
  transition: transform .5s,border-color .5s;
  text-align: left;
  padding: 0 !important;
  margin: 0 !important;
  width: auto !important;
  float: none !important;
}
ul.products li.product:hover {
  transform: translateY(-8px);
  border-color: rgba(231,205,140,.5);
}
ul.products li.product a img {
  aspect-ratio: 1/1;
  width: 100%;
  height: auto;
  object-fit: contain;
  background: linear-gradient(160deg,var(--cipria-pale),var(--cipria-deep));
  padding: 1.2rem;
  margin: 0 !important;
}
ul.products li.product .woocommerce-loop-product__title {
  font-family: var(--display);
  font-weight: 300;
  font-size: 1.3rem;
  color: var(--cipria-pale);
  padding: 1rem 1.2rem .2rem;
}
ul.products li.product .price {
  font-family: var(--edit);
  font-style: italic;
  font-size: 1.2rem;
  color: var(--gold-b) !important;
  padding: 0 1.2rem;
}
ul.products li.product .button {
  margin: .8rem 1.2rem 1.3rem !important;
}
.woocommerce .button,.woocommerce a.button,.woocommerce button.button,.woocommerce input.button,.single_add_to_cart_button,a.checkout-button {
  background: var(--gold) !important;
  color: var(--ink) !important;
  border: none !important;
  border-radius: 40px !important;
  font-family: var(--sans) !important;
  font-size: .72rem !important;
  letter-spacing: .16em !important;
  text-transform: uppercase !important;
  padding: .85rem 1.6rem !important;
  transition: background .3s !important;
}
.woocommerce .button:hover,.woocommerce a.button:hover {
  background: var(--gold-b) !important;
}
.woocommerce div.product p.price,.woocommerce div.product span.price {
  color: var(--gold-b) !important;
  font-family: var(--edit);
  font-style: italic;
  font-size: 1.5rem;
}
.woocommerce div.product .product_title {
  font-family: var(--display);
  font-weight: 300;
  font-size: clamp(1.8rem,4vw,2.8rem);
  color: var(--cipria-pale);
}
.woocommerce div.product div.images img {
  background: linear-gradient(160deg,var(--cipria-pale),var(--cipria-deep));
  border-radius: 8px;
  padding: 1.4rem;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  background: var(--noir2) !important;
  border-color: rgba(201,162,74,.2) !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  color: var(--cipria) !important;
}
.woocommerce div.product .woocommerce-tabs .panel {
  color: var(--cipria);
}
.woocommerce table.shop_table {
  border: 1px solid rgba(201,162,74,.2) !important;
  border-radius: 8px;
  color: var(--cipria);
}
.woocommerce table.shop_table td,.woocommerce table.shop_table th {
  border-color: rgba(201,162,74,.14) !important;
  color: var(--cipria);
}
.woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea,.woocommerce select,.woocommerce .quantity .qty,.woocommerce form .form-row .select2-selection {
  background: rgba(231,202,191,.07) !important;
  border: 1px solid rgba(201,162,74,.3) !important;
  color: var(--text) !important;
  border-radius: 8px !important;
  padding: .65rem .8rem !important;
}
.woocommerce form .form-row label {
  color: var(--cipria-deep);
}
.woocommerce-message,.woocommerce-info,.woocommerce-error {
  background: rgba(52,24,38,.7) !important;
  color: var(--cipria) !important;
  border-top-color: var(--gold) !important;
}
.woocommerce span.onsale {
  background: var(--wine) !important;
  color: var(--cipria-pale) !important;
}
.woocommerce nav.woocommerce-pagination ul {
  border-color: rgba(201,162,74,.3) !important;
}
.woocommerce nav.woocommerce-pagination ul li a,.woocommerce nav.woocommerce-pagination ul li span {
  color: var(--gold-b) !important;
  background: transparent !important;
  border-color: rgba(201,162,74,.3) !important;
}
.woocommerce .woocommerce-breadcrumb {
  color: var(--muted) !important;
}
.woocommerce .woocommerce-breadcrumb a {
  color: var(--gold);
}
.woocommerce .related.products h2,.cart_totals h2,#order_review_heading,.woocommerce-billing-fields h3 {
  font-family: var(--display);
  font-weight: 300;
  color: var(--cipria-pale);
}
.site-foot {
  background: #1f0d16;
  border-top: 1px solid rgba(201,162,74,.18);
  padding: clamp(3rem,7vh,5rem) 0 2rem;
}
.foot-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 2.5rem;
  align-items: start;
}
@media (max-width:820px) {
  .foot-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.foot-grid img.crest {
  height: 90px;
  margin-bottom: 1.2rem;
}
.news-form {
  display: flex;
  gap: .5rem;
  max-width: 360px;
  margin-top: 1rem;
}
.news-form input {
  flex: 1;
  background: rgba(231,202,191,.08);
  border: 1px solid rgba(201,162,74,.3);
  border-radius: 40px;
  padding: .7rem 1.1rem;
  color: var(--text);
  font-family: var(--sans);
  font-size: .8rem;
}
.news-form input::placeholder {
  color: var(--muted);
}
.news-form button {
  background: var(--gold);
  color: var(--ink);
  border: none;
  border-radius: 40px;
  padding: .7rem 1.3rem;
  font-family: var(--sans);
  font-size: .7rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  cursor: pointer;
}
.foot-col h4 {
  font-family: var(--sans);
  font-size: .66rem;
  letter-spacing: .24em;
  text-transform: uppercase;
  color: var(--gold);
  margin: 0 0 1rem;
}
.foot-col a {
  display: block;
  color: var(--cipria-deep);
  font-size: .85rem;
  margin-bottom: .6rem;
  transition: color .3s;
}
.foot-col a:hover {
  color: var(--gold-b);
}
.ship {
  font-family: var(--sans);
  font-size: .66rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--gold);
  margin-top: 1.4rem;
}
.foot-meta {
  text-align: center;
  color: var(--muted);
  font-size: .7rem;
  margin-top: 3rem;
  padding-top: 1.6rem;
  border-top: 1px solid rgba(201,162,74,.12);
}
.reveal {
  opacity: 0;
  transform: translateY(34px);
  transition: opacity 1s,transform 1s;
}
.reveal.in {
  opacity: 1;
  transform: none;
}
.pship {
  padding-top: 7.5rem;
}
.psbread {
  padding-top: 1rem;
}
.psbread a {
  font-size: .64rem;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--gold);
}
.pshero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2rem,5vw,4.5rem);
  align-items: start;
  padding-top: 1.6rem;
  padding-bottom: 3.5rem;
}
@media (max-width:860px) {
  .pshero {
    grid-template-columns: 1fr;
  }
}
.pan {
  position: sticky;
  top: 6.5rem;
  background: linear-gradient(160deg,var(--cipria-pale),var(--cipria-deep));
  border-radius: 10px;
  padding: clamp(1.6rem,4vw,3rem);
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 420px;
}
@media (max-width:860px) {
  .pan {
    position: static;
    min-height: 320px;
  }
}
.pan img {
  max-height: 560px;
  width: auto;
  object-fit: contain;
  mix-blend-mode: multiply;
}
.pstitle {
  font-family: var(--display);
  font-weight: 300;
  font-size: clamp(2.2rem,5vw,3.6rem);
  line-height: 1.04;
  color: var(--cipria-pale);
  margin: .5rem 0 .8rem;
}
.psprice .woocommerce-Price-amount {
  font-family: var(--edit);
  font-style: italic;
  font-size: 1.9rem;
  color: var(--gold-b) !important;
}
.psshort {
  color: var(--cipria);
  font-size: 1rem;
  line-height: 1.7;
  max-width: 46ch;
  margin: 1rem 0 1.4rem;
}
.psform form.cart {
  display: flex;
  flex-wrap: wrap;
  gap: .8rem;
  align-items: center;
}
.psform .quantity .qty {
  width: 84px;
  text-align: center;
}
.psform .bookfields {
  flex-basis: 100%;
  border: 1px solid rgba(201,162,74,.25);
  border-radius: 10px;
  padding: 1.1rem 1.2rem;
  margin-bottom: .4rem;
  background: rgba(52,24,38,.45);
}
.bookfields .bf-note {
  font-family: var(--edit);
  font-style: italic;
  color: var(--cipria);
  margin: 0 0 .8rem;
}
.bookfields .bf-row {
  margin: 0 0 .8rem;
  display: flex;
  flex-direction: column;
  gap: .35rem;
}
.bookfields label {
  font-size: .6rem;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--gold);
}
.bookfields input,.bookfields select,.bookfields textarea {
  background: rgba(231,202,191,.07);
  border: 1px solid rgba(201,162,74,.3);
  color: var(--text);
  border-radius: 8px;
  padding: .6rem .7rem;
  font-family: var(--sans);
}
.bookfields option {
  color: var(--ink);
}
.psmeta {
  margin-top: 1.2rem;
  font-size: .62rem;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--muted);
}
.psship {
  margin-top: .5rem;
  font-size: .66rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--gold);
}
.psband {
  position: relative;
  height: 56vh;
  min-height: 380px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  margin: 1rem 0 0;
}
.psband .media {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
}
.psband::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg,rgba(42,18,28,.45),transparent 40%,rgba(42,18,28,.92));
}
.psband .cap {
  position: relative;
  z-index: 2;
  padding: clamp(2rem,5vw,4rem);
}
.psband h2 {
  font-family: var(--display);
  font-size: clamp(1.8rem,4.5vw,3.2rem);
  line-height: 1.05;
  color: var(--cipria-pale);
}
.psband h2 em {
  font-style: italic;
  color: var(--gold-b);
}
.psdesc {
  max-width: 860px;
  margin: 0 auto;
  padding: 3.5rem 1.4rem 1rem;
  text-align: center;
}
.psdesc .prose-udv {
  text-align: left;
  padding-bottom: 2rem;
}
.psrel {
  padding-bottom: 5rem;
}
.psrel h2 {
  font-family: var(--display);
  font-weight: 300;
  font-size: clamp(1.7rem,4vw,2.6rem);
  color: var(--cipria-pale);
  text-align: center;
  margin: 2rem 0 0;
}
.specs {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  margin: .9rem 0 0;
}
.chip {
  font-size: .6rem;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--gold-b);
  border: 1px solid rgba(201,162,74,.35);
  border-radius: 30px;
  padding: .42rem .85rem;
}
.prose-udv h3 {
  font-family: var(--display);
  font-size: 1.3rem;
  color: var(--gold-b);
  margin: 1.9rem 0 .6rem;
  font-weight: 300;
}
.psvideo {
  max-width: 980px;
  margin: 0 auto;
  padding: .5rem 1.4rem 4rem;
  text-align: center;
}
.psvideo .eyebrow {
  display: block;
  margin-bottom: 1.1rem;
}
.psvideo .vframe {
  position: relative;
  aspect-ratio: 16/9;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid rgba(201,162,74,.25);
}
.psvideo iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.psrel .products + h2 {
  margin-top: 3rem;
}
.hero-fallback {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
}
@media (max-width:480px) {
  .nav {
    padding: .8rem 1rem;
  }
  .nav.scrolled {
    padding: .6rem 1rem;
  }
  .nav .logo img {
    height: 42px;
  }
  .nav.scrolled .logo img {
    height: 36px;
  }
  .links {
    gap: .7rem;
  }
  .cartbtn {
    padding: .35rem .8rem !important;
    font-size: .66rem;
  }
  .block {
    padding: 3rem 0;
  }
  .hero {
    min-height: 560px;
  }
}
@media (max-width:700px) {
  .woocommerce table.shop_table {
    display: block;
    overflow-x: auto;
  }
  .psband {
    height: 44vh;
    min-height: 300px;
  }
  .terr {
    height: 64vh;
  }
}
.soc {
  display: flex;
  gap: .8rem;
  margin-top: 1.3rem;
}
.soc a {
  width: 38px;
  height: 38px;
  border: 1px solid rgba(201,162,74,.4);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold-b);
  transition: all .3s;
}
.soc a:hover {
  background: var(--gold);
  color: var(--ink);
  border-color: var(--gold);
}
.foot-meta .credits {
  display: block;
  margin-top: .6rem;
  opacity: .8;
}
.foot-meta .credits a {
  color: var(--gold-b);
  border-bottom: 1px solid rgba(231,205,140,.35);
}
.foot-meta .credits a:hover {
  color: var(--gold);
}
.bandbtn {
  display: inline-block;
  margin-top: 1.3rem;
  background: var(--gold);
  color: var(--ink);
  padding: .85rem 1.8rem;
  border-radius: 40px;
  font-size: .7rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  transition: background .3s;
}
.bandbtn:hover {
  background: var(--gold-b);
}
.deg-band {
  height: 72vh;
}
.prose-udv figure {
  margin: 2.2rem 0;
}
.prose-udv figure img {
  width: 100%;
  border-radius: 8px;
}
.prose-udv iframe {
  max-width: 100%;
}
html {
  -webkit-text-size-adjust: 100%;
}
#udvintro {
  position: fixed;
  inset: 0;
  z-index: 12000;
  background: #2a121c;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity .65s ease,visibility .65s;
}
#udvintro img {
  height: 120px;
  width: auto;
  animation: introIn 1.3s ease both;
}
#udvintro.gone {
  opacity: 0;
  visibility: hidden;
}
@keyframes introIn {
  0% {
    opacity: 0;
    transform: scale(.92);
  }
  55% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@media (max-width:600px) {
  #udvintro img {
    height: 92px;
  }
}
.shot {
  position: relative;
  overflow: hidden;
}
.shot::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: url('https://www.usigliandelvescovo.it/wp-content/uploads/2022/08/LOGO-ORO.png'),linear-gradient(to bottom,transparent,rgba(166,124,46,.45) 20%,rgba(166,124,46,.45) 80%,transparent);
  background-position: center .9rem,right 1.05rem center;
  background-size: 52px auto,1px 44%;
  background-repeat: no-repeat;
}
.shot::after {
  content: "MLXXVIII";
  position: absolute;
  left: .9rem;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  writing-mode: vertical-rl;
  z-index: 0;
  font-family: var(--edit);
  font-style: italic;
  letter-spacing: .42em;
  text-transform: uppercase;
  font-size: .55rem;
  color: rgba(140,100,35,.8);
  pointer-events: none;
}
.pship .pan {
  position: relative;
  overflow: hidden;
}
.pship .pan.has-thumbs {
  padding-bottom: 7.4rem;
}
.pship .pan::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: url('https://www.usigliandelvescovo.it/wp-content/uploads/2022/08/LOGO-ORO.png'),linear-gradient(to bottom,transparent,rgba(166,124,46,.5) 18%,rgba(166,124,46,.5) 82%,transparent);
  background-position: center 2rem,right 1.5rem center;
  background-size: 96px auto,1px 52%;
  background-repeat: no-repeat;
}
.pship .pan::after {
  content: "Usiglian del Vescovo \00B7  Toscana \00B7  MLXXVIII";
  position: absolute;
  left: 1.3rem;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  writing-mode: vertical-rl;
  z-index: 0;
  font-family: var(--edit);
  font-style: italic;
  letter-spacing: .4em;
  text-transform: uppercase;
  font-size: .62rem;
  color: rgba(140,100,35,.88);
  white-space: nowrap;
  pointer-events: none;
}
.shot img,.pship .pan img {
  position: relative;
  z-index: 1;
}
@media (max-width:600px) {
  .pship .pan::before {
    background-size: 72px auto,1px 46%;
    background-position: center 1.4rem,right 1.05rem center;
  }
  .pship .pan::after {
    left: .95rem;
    font-size: .5rem;
    letter-spacing: .3em;
  }
}
@media (max-width:700px) {
  .prow {
    gap: 1.4rem 2rem;
  }
  .prow img {
    height: 34px;
    max-width: 42vw;
  }
}
.gthumbs {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 1.15rem;
  z-index: 3;
  display: flex;
  gap: .65rem;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0 1rem;
}
.gthumbs button {
  width: 58px;
  height: 58px;
  border-radius: 9px;
  overflow: hidden;
  border: 1px solid rgba(166,124,46,.45);
  padding: 0;
  cursor: pointer;
  background: #fff;
  box-shadow: 0 4px 14px rgba(42,18,28,.18);
  transition: all .25s;
}
.gthumbs button img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  mix-blend-mode: normal;
}
.gthumbs button.on,.gthumbs button:hover {
  border-color: var(--gold);
  box-shadow: 0 0 0 2px var(--gold),0 4px 14px rgba(42,18,28,.2);
}
@media (max-width:600px) {
  .gthumbs button {
    width: 52px;
    height: 52px;
  }
  .pship .pan.has-thumbs {
    padding-bottom: 6.6rem;
  }
}
.trust {
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(180px,1fr));
  gap: 1.1rem;
  margin: 2.2rem 0 .6rem;
  padding: 1.5rem;
  border: 1px solid rgba(201,162,74,.22);
  border-radius: 12px;
  background: rgba(64,32,47,.55);
}
.tr b {
  display: block;
  color: var(--gold-b);
  font-size: .78rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: .3rem;
}
.tr span {
  font-size: .85rem;
  color: var(--muted);
  line-height: 1.5;
}
.vmap {
  margin: 1.6rem 0;
}
.vmap-w {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid rgba(201,162,74,.3);
}
.vmap-w img {
  display: block;
  width: 100%;
}
.vdot {
  position: absolute;
  width: 17px;
  height: 17px;
  margin: -9px 0 0 -9px;
  border-radius: 50%;
  background: var(--gold);
  border: 2px solid #fff;
  cursor: pointer;
  padding: 0;
  animation: vpulse 2.6s infinite;
}
.vdot.on {
  background: #7a2c43;
  animation: none;
  box-shadow: 0 0 0 5px rgba(122,44,67,.25);
}
@keyframes vpulse {
  0%,100% {
    box-shadow: 0 0 0 3px rgba(201,162,74,.35);
  }
  50% {
    box-shadow: 0 0 0 8px rgba(201,162,74,.10);
  }
}
.vmark {
  position: absolute;
  transform: translate(-50%,-135%);
  font-size: .55rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  background: rgba(42,18,28,.85);
  color: var(--gold-b);
  padding: .16rem .45rem;
  border-radius: 3px;
  pointer-events: none;
  white-space: nowrap;
}
.vinfo {
  margin-top: 1rem;
  background: #40202f;
  border: 1px solid rgba(201,162,74,.25);
  border-radius: 10px;
  padding: 1.2rem 1.4rem;
  transition: border-color .3s;
}
.vinfo.live {
  border-color: rgba(201,162,74,.55);
}
.vi-eyebrow {
  display: block;
  font-size: .6rem;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--gold);
}
.vinfo h3 {
  font-family: var(--disp);
  font-size: 1.5rem;
  color: var(--gold-b);
  margin: .25rem 0 .35rem;
}
.vinfo p {
  color: var(--cipria);
  margin: 0;
  font-size: .95rem;
}
.vleg {
  font-size: .8rem;
  color: var(--muted);
  margin-top: .8rem;
  line-height: 1.7;
}
@media (max-width:700px) {
  .vdot {
    width: 21px;
    height: 21px;
    margin: -11px 0 0 -11px;
  }
  .vmark {
    display: none;
  }
}
.bkw {
  background: #40202f;
  border: 1px solid rgba(201,162,74,.28);
  border-radius: 14px;
  padding: 1.6rem;
  margin: 1.4rem 0;
}
.bk-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(215px,1fr));
  gap: 1rem;
  margin-bottom: 1.1rem;
}
.bk-card {
  display: block;
  position: relative;
  border: 1px solid rgba(201,162,74,.3);
  border-radius: 10px;
  padding: 1.1rem;
  cursor: pointer;
  transition: all .25s;
}
.bk-card input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.bk-card:has(input:checked) {
  border-color: var(--gold);
  background: rgba(201,162,74,.08);
  box-shadow: 0 0 0 1px var(--gold);
}
.bk-tit {
  display: block;
  font-family: var(--disp);
  font-size: 1.35rem;
  color: var(--gold-b);
}
.bk-pr {
  display: block;
  color: var(--gold);
  margin: .1rem 0 .25rem;
}
.bk-pr em {
  font-style: normal;
  font-size: .8rem;
  color: var(--muted);
}
.bk-du {
  display: block;
  font-size: .62rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: .4rem;
}
.bk-de {
  display: block;
  font-size: .88rem;
  color: var(--cipria);
  line-height: 1.5;
}
.bk-row {
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(140px,1fr));
  gap: 1rem;
}
.bk-f label {
  display: block;
  font-size: .62rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--muted);
  margin: .7rem 0 .3rem;
}
.bk-f input,.bk-f select {
  width: 100%;
  background: #2a121c;
  border: 1px solid rgba(201,162,74,.3);
  color: var(--cipria);
  padding: .72rem .8rem;
  border-radius: 8px;
  font-size: 1rem;
  color-scheme: dark;
}
.bk-tot {
  margin: 1.2rem 0 .7rem;
  font-size: 1.1rem;
  color: var(--cipria);
}
.bk-tot strong {
  color: var(--gold-b);
  font-size: 1.3rem;
}
.bk-go {
  display: block;
  width: 100%;
  background: var(--gold);
  color: #2a121c;
  border: 0;
  padding: 1.05rem;
  border-radius: 40px;
  font-size: .74rem;
  letter-spacing: .2em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background .3s;
}
.bk-go:hover {
  background: var(--gold-b);
}
.bk-note {
  font-size: .84rem;
  color: var(--muted);
  margin-top: .8rem;
  line-height: 1.6;
}
.team {
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(225px,1fr));
  gap: 1.6rem;
  margin: 2rem 0;
}
.tm {
  margin: 0;
}
.tm img {
  width: 100%;
  aspect-ratio: 3/3.7;
  object-fit: cover;
  border-radius: 10px;
  border: 1px solid rgba(201,162,74,.2);
}
.tm figcaption strong {
  display: block;
  font-family: var(--disp);
  font-size: 1.3rem;
  color: var(--gold-b);
  margin-top: .85rem;
}
.tm figcaption span {
  display: block;
  font-size: .62rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--gold);
  margin: .25rem 0 .5rem;
}
.tm figcaption p {
  font-size: .9rem;
  color: var(--muted);
  margin: 0;
  line-height: 1.6;
}
.vpair {
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(230px,1fr));
  gap: 1.6rem;
  margin: 1.6rem auto;
  max-width: 620px;
}
.vp {
  margin: 0;
}
.vp video {
  width: 100%;
  aspect-ratio: 9/16;
  border-radius: 16px;
  background: #000;
  border: 1px solid rgba(201,162,74,.3);
  object-fit: cover;
}
.vp figcaption {
  font-size: .84rem;
  color: var(--muted);
  margin-top: .55rem;
  text-align: center;
}
@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-font-weight {
  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-font-weight: initial;
    }
  }
}
