/*! tailwindcss v4.3.0 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol',
    'Noto Color Emoji';
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New',
    monospace;
    --spacing: 0.25rem;
    --container-md: 28rem;
    --container-2xl: 42rem;
    --container-3xl: 48rem;
    --container-4xl: 56rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --text-5xl: 3rem;
    --text-5xl--line-height: 1;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --tracking-tight: -0.025em;
    --tracking-wider: 0.05em;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@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 {
  .visible {
    visibility: visible;
  }
  .static {
    position: static;
  }
  .-mx-6 {
    margin-inline: calc(var(--spacing) * -6);
  }
  .mx-2 {
    margin-inline: calc(var(--spacing) * 2);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .prose {
    color: var(--tw-prose-body);
    max-width: 65ch;
    :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
      margin-bottom: 1.25em;
    }
    :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-lead);
      font-size: 1.25em;
      line-height: 1.6;
      margin-top: 1.2em;
      margin-bottom: 1.2em;
    }
    :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-links);
      text-decoration: underline;
      font-weight: 500;
    }
    :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-bold);
      font-weight: 600;
    }
    :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: decimal;
      margin-top: 1.25em;
      margin-bottom: 1.25em;
      padding-inline-start: 1.625em;
    }
    :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-alpha;
    }
    :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-alpha;
    }
    :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-alpha;
    }
    :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-alpha;
    }
    :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-roman;
    }
    :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-roman;
    }
    :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-roman;
    }
    :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-roman;
    }
    :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: decimal;
    }
    :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: disc;
      margin-top: 1.25em;
      margin-bottom: 1.25em;
      padding-inline-start: 1.625em;
    }
    :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
      font-weight: 400;
      color: var(--tw-prose-counters);
    }
    :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
      color: var(--tw-prose-bullets);
    }
    :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      margin-top: 1.25em;
    }
    :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-color: var(--tw-prose-hr);
      border-top-width: 1px;
      margin-top: 3em;
      margin-bottom: 3em;
    }
    :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 500;
      font-style: italic;
      color: var(--tw-prose-quotes);
      border-inline-start-width: 0.25rem;
      border-inline-start-color: var(--tw-prose-quote-borders);
      quotes: "\201C""\201D""\2018""\2019";
      margin-top: 1.6em;
      margin-bottom: 1.6em;
      padding-inline-start: 1em;
    }
    :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
      content: open-quote;
    }
    :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
      content: close-quote;
    }
    :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 800;
      font-size: 2.25em;
      margin-top: 0;
      margin-bottom: 0.8888889em;
      line-height: 1.1111111;
    }
    :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 900;
      color: inherit;
    }
    :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 700;
      font-size: 1.5em;
      margin-top: 2em;
      margin-bottom: 1em;
      line-height: 1.3333333;
    }
    :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 800;
      color: inherit;
    }
    :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      font-size: 1.25em;
      margin-top: 1.6em;
      margin-bottom: 0.6em;
      line-height: 1.6;
    }
    :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 700;
      color: inherit;
    }
    :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      margin-top: 1.5em;
      margin-bottom: 0.5em;
      line-height: 1.5;
    }
    :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 700;
      color: inherit;
    }
    :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      display: block;
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 500;
      font-family: inherit;
      color: var(--tw-prose-kbd);
      box-shadow: 0 0 0 1px var(--tw-prose-kbd-shadows), 0 3px 0 var(--tw-prose-kbd-shadows);
      font-size: 0.875em;
      border-radius: 0.3125rem;
      padding-top: 0.1875em;
      padding-inline-end: 0.375em;
      padding-bottom: 0.1875em;
      padding-inline-start: 0.375em;
    }
    :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-code);
      font-weight: 600;
      font-size: 0.875em;
    }
    :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
      content: "`";
    }
    :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
      content: "`";
    }
    :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
      font-size: 0.875em;
    }
    :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
      font-size: 0.9em;
    }
    :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-pre-code);
      background-color: var(--tw-prose-pre-bg);
      overflow-x: auto;
      font-weight: 400;
      font-size: 0.875em;
      line-height: 1.7142857;
      margin-top: 1.7142857em;
      margin-bottom: 1.7142857em;
      border-radius: 0.375rem;
      padding-top: 0.8571429em;
      padding-inline-end: 1.1428571em;
      padding-bottom: 0.8571429em;
      padding-inline-start: 1.1428571em;
    }
    :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      background-color: transparent;
      border-width: 0;
      border-radius: 0;
      padding: 0;
      font-weight: inherit;
      color: inherit;
      font-size: inherit;
      font-family: inherit;
      line-height: inherit;
    }
    :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
      content: none;
    }
    :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
      content: none;
    }
    :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      width: 100%;
      table-layout: auto;
      margin-top: 2em;
      margin-bottom: 2em;
      font-size: 0.875em;
      line-height: 1.7142857;
    }
    :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-bottom-width: 1px;
      border-bottom-color: var(--tw-prose-th-borders);
    }
    :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      vertical-align: bottom;
      padding-inline-end: 0.5714286em;
      padding-bottom: 0.5714286em;
      padding-inline-start: 0.5714286em;
    }
    :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-bottom-width: 1px;
      border-bottom-color: var(--tw-prose-td-borders);
    }
    :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-bottom-width: 0;
    }
    :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      vertical-align: baseline;
    }
    :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-top-width: 1px;
      border-top-color: var(--tw-prose-th-borders);
    }
    :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      vertical-align: top;
    }
    :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      text-align: start;
    }
    :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
      margin-bottom: 0;
    }
    :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-captions);
      font-size: 0.875em;
      line-height: 1.4285714;
      margin-top: 0.8571429em;
    }
    --tw-prose-body: oklch(37.3% 0.034 259.733);
    --tw-prose-headings: oklch(21% 0.034 264.665);
    --tw-prose-lead: oklch(44.6% 0.03 256.802);
    --tw-prose-links: oklch(21% 0.034 264.665);
    --tw-prose-bold: oklch(21% 0.034 264.665);
    --tw-prose-counters: oklch(55.1% 0.027 264.364);
    --tw-prose-bullets: oklch(87.2% 0.01 258.338);
    --tw-prose-hr: oklch(92.8% 0.006 264.531);
    --tw-prose-quotes: oklch(21% 0.034 264.665);
    --tw-prose-quote-borders: oklch(92.8% 0.006 264.531);
    --tw-prose-captions: oklch(55.1% 0.027 264.364);
    --tw-prose-kbd: oklch(21% 0.034 264.665);
    --tw-prose-kbd-shadows: color-mix(in oklab, oklch(21% 0.034 264.665) 10%, transparent);
    --tw-prose-code: oklch(21% 0.034 264.665);
    --tw-prose-pre-code: oklch(92.8% 0.006 264.531);
    --tw-prose-pre-bg: oklch(27.8% 0.033 256.848);
    --tw-prose-th-borders: oklch(87.2% 0.01 258.338);
    --tw-prose-td-borders: oklch(92.8% 0.006 264.531);
    --tw-prose-invert-body: oklch(87.2% 0.01 258.338);
    --tw-prose-invert-headings: #fff;
    --tw-prose-invert-lead: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-links: #fff;
    --tw-prose-invert-bold: #fff;
    --tw-prose-invert-counters: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-bullets: oklch(44.6% 0.03 256.802);
    --tw-prose-invert-hr: oklch(37.3% 0.034 259.733);
    --tw-prose-invert-quotes: oklch(96.7% 0.003 264.542);
    --tw-prose-invert-quote-borders: oklch(37.3% 0.034 259.733);
    --tw-prose-invert-captions: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-kbd: #fff;
    --tw-prose-invert-kbd-shadows: rgb(255 255 255 / 10%);
    --tw-prose-invert-code: #fff;
    --tw-prose-invert-pre-code: oklch(87.2% 0.01 258.338);
    --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
    --tw-prose-invert-th-borders: oklch(44.6% 0.03 256.802);
    --tw-prose-invert-td-borders: oklch(37.3% 0.034 259.733);
    font-size: 1rem;
    line-height: 1.75;
    :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
      margin-bottom: 0;
    }
    :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.5em;
      margin-bottom: 0.5em;
    }
    :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0.375em;
    }
    :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0.375em;
    }
    :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.75em;
      margin-bottom: 0.75em;
    }
    :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
    }
    :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-bottom: 1.25em;
    }
    :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
    }
    :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-bottom: 1.25em;
    }
    :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.75em;
      margin-bottom: 0.75em;
    }
    :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
      margin-bottom: 1.25em;
    }
    :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.5em;
      padding-inline-start: 1.625em;
    }
    :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0;
    }
    :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-end: 0;
    }
    :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-top: 0.5714286em;
      padding-inline-end: 0.5714286em;
      padding-bottom: 0.5714286em;
      padding-inline-start: 0.5714286em;
    }
    :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0;
    }
    :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-end: 0;
    }
    :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-bottom: 0;
    }
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .mt-12 {
    margin-top: calc(var(--spacing) * 12);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }
  .mb-12 {
    margin-bottom: calc(var(--spacing) * 12);
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .inline-flex {
    display: inline-flex;
  }
  .h-auto {
    height: auto;
  }
  .w-full {
    width: 100%;
  }
  .max-w-2xl {
    max-width: var(--container-2xl);
  }
  .max-w-3xl {
    max-width: var(--container-3xl);
  }
  .max-w-4xl {
    max-width: var(--container-4xl);
  }
  .max-w-md {
    max-width: var(--container-md);
  }
  .max-w-none {
    max-width: none;
  }
  .flex-1 {
    flex: 1;
  }
  .items-center {
    align-items: center;
  }
  .justify-between {
    justify-content: space-between;
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }
  .gap-12 {
    gap: calc(var(--spacing) * 12);
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }
  .py-16 {
    padding-block: calc(var(--spacing) * 16);
  }
  .py-24 {
    padding-block: calc(var(--spacing) * 24);
  }
  .pt-16 {
    padding-top: calc(var(--spacing) * 16);
  }
  .pb-8 {
    padding-bottom: calc(var(--spacing) * 8);
  }
  .pb-12 {
    padding-bottom: calc(var(--spacing) * 12);
  }
  .pb-16 {
    padding-bottom: calc(var(--spacing) * 16);
  }
  .text-center {
    text-align: center;
  }
  .text-right {
    text-align: right;
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  .text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .tracking-tight {
    --tw-tracking: var(--tracking-tight);
    letter-spacing: var(--tracking-tight);
  }
  .tracking-wider {
    --tw-tracking: var(--tracking-wider);
    letter-spacing: var(--tracking-wider);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .not-italic {
    font-style: normal;
  }
  .no-underline {
    text-decoration-line: none;
  }
  .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-colors {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .last\:border-b-0 {
    &:last-child {
      border-bottom-style: var(--tw-border-style);
      border-bottom-width: 0px;
    }
  }
  .hover\:underline {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: underline;
      }
    }
  }
  .md\:mx-0 {
    @media (width >= 48rem) {
      margin-inline: calc(var(--spacing) * 0);
    }
  }
  .md\:text-2xl {
    @media (width >= 48rem) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  .md\:text-3xl {
    @media (width >= 48rem) {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
  }
  .md\:text-4xl {
    @media (width >= 48rem) {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }
  .md\:text-5xl {
    @media (width >= 48rem) {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
  }
}
@layer base {
  :root {
    --se-olive: #2A2F1D;
    --se-wine: #401A1B;
    --se-ink: #261E14;
    --se-paper: #F2E9DA;
    --se-sand: #E8D3BA;
    --se-gold: #B38A4D;
    --se-copper: #C98562;
  }
  [x-cloak] {
    display: none !important;
  }
  *, *::before, *::after {
    box-sizing: border-box;
  }
  html {
    scroll-behavior: smooth;
  }
  body.se-site {
    margin: 0;
    background: var(--se-paper);
    color: var(--se-ink);
    font-family: "Manrope", sans-serif;
    line-height: 1.7;
  }
  body.se-site.admin-bar .se-header {
    top: 32px;
  }
  body.se-site img {
    max-width: 100%;
    height: auto;
  }
  body.se-site a {
    color: inherit;
  }
  body.se-site h1, body.se-site h2, body.se-site h3 {
    font-family: "Cormorant Garamond", Georgia, serif;
    font-weight: 400;
    line-height: .98;
    margin: 0;
  }
  body.se-site p {
    margin: 0 0 1.4rem;
  }
}
@layer components {
  .se-shell {
    width: min(1180px, calc(100% - 64px));
    margin-inline: auto;
  }
  .se-skip {
    position: absolute;
    left: -9999px;
    top: 0;
    z-index: 1000;
    background: var(--se-paper);
    color: var(--se-ink);
    padding: .8rem 1rem;
  }
  .se-skip:focus {
    left: 1rem;
    top: 1rem;
  }
  .se-header {
    position: sticky;
    top: 0;
    z-index: 50;
    background: rgba(42,47,29,.97);
    color: var(--se-paper);
    border-bottom: 1px solid rgba(179,138,77,.42);
    backdrop-filter: blur(12px);
  }
  .se-header__inner {
    min-height: 88px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
  }
  .se-brand {
    font: 500 1.7rem/1 "Cormorant Garamond", Georgia, serif;
    text-decoration: none;
    letter-spacing: .01em;
  }
  .se-nav {
    display: flex;
    align-items: center;
    gap: 1.7rem;
  }
  .se-nav a {
    color: var(--se-sand);
    font-size: .79rem;
    text-transform: uppercase;
    letter-spacing: .12em;
    text-decoration: none;
    transition: color .2s ease;
  }
  .se-nav a:hover, .se-nav a[aria-current="page"] {
    color: var(--se-copper);
  }
  .se-nav .se-nav__cta {
    padding: .72rem 1rem;
    background: var(--se-wine);
    color: var(--se-paper);
    border: 1px solid var(--se-gold);
  }
  .se-menu-button {
    display: none;
    align-items: center;
    gap: .6rem;
    border: 1px solid var(--se-gold);
    background: transparent;
    color: var(--se-paper);
    padding: .65rem .8rem;
    font: 500 .75rem/1 "Manrope", sans-serif;
    letter-spacing: .1em;
    text-transform: uppercase;
  }
  .se-menu-button svg {
    width: 20px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.5;
  }
  .se-hero {
    position: relative;
    overflow: hidden;
    background: var(--se-olive);
    color: var(--se-paper);
    border-right: 24px solid var(--se-wine);
  }
  .se-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: .11;
    background-image: radial-gradient(rgba(242,233,218,.65) .55px, transparent .55px);
    background-size: 5px 5px;
  }
  .se-hero__inner {
    min-height: 720px;
    display: grid;
    grid-template-columns: .88fr 1.12fr;
    gap: clamp(3rem,7vw,7rem);
    align-items: center;
    padding-block: 5.5rem;
    position: relative;
    z-index: 2;
  }
  .se-portrait-wrap {
    position: relative;
    align-self: stretch;
    min-height: 580px;
  }
  .se-portrait-frame {
    position: absolute;
    inset: 0;
    overflow: hidden;
    border-radius: 49% 49% 0 0;
    border: 1px solid rgba(179,138,77,.75);
  }
  .se-portrait-frame::after {
    content: "";
    position: absolute;
    inset: 13px;
    border: 1px solid rgba(242,233,218,.28);
    border-radius: 49% 49% 0 0;
    pointer-events: none;
  }
  .se-portrait-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 24%;
  }
  .se-hero__copy {
    position: relative;
    padding-right: 2rem;
  }
  .se-eyebrow {
    color: var(--se-gold);
    font-size: .71rem;
    font-weight: 500;
    letter-spacing: .19em;
    text-transform: uppercase;
    margin-bottom: 1.4rem !important;
  }
  .se-identity {
    font-size: clamp(4.1rem,7.8vw,7.7rem);
    letter-spacing: -.055em;
    max-width: 700px;
  }
  .se-identity span {
    display: block;
    color: var(--se-copper);
  }
  .se-hero__lead {
    max-width: 570px;
    color: var(--se-sand);
    font: 400 clamp(1.15rem,2vw,1.43rem)/1.65 "Manrope",sans-serif;
    margin: 2rem 0 2.4rem;
  }
  .se-actions {
    display: flex;
    flex-wrap: wrap;
    gap: .85rem;
  }
  .se-button {
    display: inline-flex;
    min-height: 50px;
    align-items: center;
    justify-content: center;
    padding: .9rem 1.4rem;
    background: var(--se-wine);
    color: var(--se-paper);
    border: 1px solid var(--se-gold);
    text-decoration: none;
    font-size: .77rem;
    font-weight: 500;
    letter-spacing: .11em;
    text-transform: uppercase;
    transition: transform .2s ease, background .2s ease;
  }
  .se-button:hover {
    transform: translateY(-2px);
    background: #56272a;
  }
  .se-button--quiet {
    background: transparent;
    border-color: rgba(242,233,218,.55);
  }
  .se-geometry {
    position: absolute;
    right: -38px;
    top: 10px;
    width: 235px;
    height: 235px;
    color: var(--se-gold);
    opacity: .58;
  }
  .se-geometry circle,.se-geometry path,.se-geometry polygon {
    fill: none;
    stroke: currentColor;
    stroke-width: .65;
    vector-effect: non-scaling-stroke;
  }
  .se-section {
    padding-block: clamp(5rem,9vw,8rem);
    position: relative;
  }
  .se-section--paper {
    background: var(--se-paper);
  }
  .se-section--sand {
    background: var(--se-sand);
  }
  .se-section--wine {
    background: var(--se-wine);
    color: var(--se-paper);
  }
  .se-section--olive {
    background: var(--se-olive);
    color: var(--se-paper);
  }
  .se-section__head {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: 4rem;
    align-items: end;
    margin-bottom: 4rem;
  }
  .se-section-title {
    font-size: clamp(3.4rem,6vw,5.8rem);
    letter-spacing: -.04em;
  }
  .se-section-copy {
    max-width: 690px;
    font-size: 1.1rem;
    color: #574b40;
  }
  .se-section--olive .se-section-copy,.se-section--wine .se-section-copy {
    color: var(--se-sand);
  }
  .se-path-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 1.35rem;
  }
  .se-path {
    display: flex;
    flex-direction: column;
    min-width: 0;
  }
  .se-path__image {
    aspect-ratio: 4/5;
    overflow: hidden;
    border-radius: 48% 48% 0 0;
    border: 1px solid rgba(64,26,27,.28);
    background: #d7c3a7;
  }
  .se-path__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(.76) sepia(.08);
    transition: transform .6s ease;
  }
  .se-path:hover img {
    transform: scale(1.035);
  }
  .se-path h3 {
    font-size: 2.2rem;
    color: var(--se-wine);
    margin-top: 1.4rem;
  }
  .se-path p {
    color: #574b40;
    font-size: .94rem;
    min-height: 4.7rem;
  }
  .se-credit {
    display: block;
    margin-top: .7rem;
    color: #7a6c5e;
    font-size: .62rem;
    line-height: 1.35;
  }
  .se-credit a {
    color: inherit;
  }
  .se-arrow {
    color: var(--se-wine);
    font-size: .72rem;
    font-weight: 500;
    letter-spacing: .13em;
    text-transform: uppercase;
    text-decoration: none;
    border-bottom: 1px solid var(--se-gold);
    padding-bottom: .45rem;
    align-self: flex-start;
  }
  .se-landscape {
    min-height: 600px;
    display: grid;
    place-items: center;
    position: relative;
    color: var(--se-paper);
    background-size: cover;
    background-position: center;
  }
  .se-landscape::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg,rgba(38,30,20,.74),rgba(42,47,29,.18),rgba(64,26,27,.42));
  }
  .se-landscape__copy {
    position: relative;
    z-index: 2;
    max-width: 870px;
    text-align: center;
    padding: 3rem 1.5rem;
  }
  .se-landscape blockquote {
    margin: 0;
    font: 400 clamp(3.4rem,7vw,6.3rem)/.98 "Cormorant Garamond",Georgia,serif;
    letter-spacing: -.04em;
  }
  .se-landscape cite {
    display: block;
    margin-top: 1.5rem;
    color: var(--se-sand);
    font-style: normal;
    font-size: .68rem;
    letter-spacing: .16em;
    text-transform: uppercase;
  }
  .se-statement {
    display: grid;
    grid-template-columns: .85fr 1.15fr;
    gap: clamp(3rem,8vw,8rem);
    align-items: start;
  }
  .se-statement h2 {
    font-size: clamp(3.5rem,6vw,5.8rem);
    letter-spacing: -.045em;
  }
  .se-statement__body {
    font-size: 1.08rem;
    color: #574b40;
  }
  .se-statement__body p:first-child {
    font-size: 1.28rem;
    color: var(--se-wine);
  }
  .se-rule {
    width: 90px;
    height: 1px;
    background: var(--se-gold);
    margin: 1.6rem 0;
  }
  .se-page-hero {
    background: var(--se-olive);
    color: var(--se-paper);
    padding-block: clamp(5rem,11vw,9rem);
    border-right: 24px solid var(--se-wine);
    position: relative;
    overflow: hidden;
  }
  .se-page-hero::after {
    content: "";
    position: absolute;
    width: 390px;
    height: 390px;
    right: -110px;
    top: -180px;
    border: 1px solid rgba(179,138,77,.42);
    border-radius: 50%;
    box-shadow: 0 0 0 55px rgba(179,138,77,.045),0 0 0 110px rgba(201,133,98,.035);
  }
  .se-page-hero h1 {
    font-size: clamp(4.5rem,9vw,8.5rem);
    letter-spacing: -.055em;
  }
  .se-page-hero p:not(.se-eyebrow) {
    max-width: 670px;
    color: var(--se-sand);
    font-size: 1.22rem;
    margin-top: 1.8rem;
  }
  .se-prose {
    max-width: 810px;
  }
  .se-prose h2 {
    color: var(--se-wine);
    font-size: clamp(3rem,5vw,4.7rem);
    margin-bottom: 1.7rem;
    letter-spacing: -.035em;
  }
  .se-prose h3 {
    font-size: 2.25rem;
    color: var(--se-olive);
    margin: 3rem 0 1rem;
  }
  .se-prose p {
    color: #554a41;
    font-size: 1.05rem;
  }
  .se-prose p.lede {
    font-family: "Cormorant Garamond",Georgia,serif;
    color: var(--se-wine);
    font-size: clamp(1.85rem,3vw,2.65rem);
    line-height: 1.25;
  }
  .se-two-col {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: clamp(3rem,7vw,7rem);
  }
  .se-three-col {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 2rem;
  }
  .se-topic {
    padding-top: 1.6rem;
    border-top: 1px solid var(--se-gold);
  }
  .se-topic h3 {
    font-size: 2rem;
    color: var(--se-wine);
    margin-bottom: 1rem;
  }
  .se-topic p {
    color: #574b40;
  }
  .se-photo-arch {
    overflow: hidden;
    border-radius: 48% 48% 0 0;
    border: 1px solid var(--se-gold);
    min-height: 580px;
  }
  .se-photo-arch img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 24%;
  }
  .se-books {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 3rem;
  }
  .se-book img {
    display: block;
    width: 100%;
    aspect-ratio: 2/3;
    object-fit: cover;
    box-shadow: 0 22px 50px rgba(38,30,20,.17);
  }
  .se-book h3 {
    font-size: 2rem;
    margin-top: 1.4rem;
    color: var(--se-wine);
  }
  .se-invitation {
    background: var(--se-wine);
    color: var(--se-paper);
    padding-block: clamp(4.7rem,9vw,7rem);
  }
  .se-invitation__inner {
    display: grid;
    grid-template-columns: 1.2fr .8fr;
    gap: 5rem;
    align-items: end;
  }
  .se-invitation h2 {
    font-size: clamp(3.5rem,6vw,5.8rem);
  }
  .se-invitation p {
    color: var(--se-sand);
  }
  .se-wine-rule {
    height: 18px;
    background: var(--se-wine);
  }
  .se-footer {
    background: #222719;
    color: var(--se-paper);
    padding: 5rem 0 2rem;
  }
  .se-footer__grid {
    display: grid;
    grid-template-columns: 1.2fr .7fr 1.1fr;
    gap: 4rem;
  }
  .se-footer__brand {
    font: 400 2.3rem/1 "Cormorant Garamond",Georgia,serif;
    text-decoration: none;
  }
  .se-footer p {
    color: var(--se-sand);
    margin-top: 1rem;
  }
  .se-footer p span {
    color: var(--se-copper);
  }
  .se-footer__nav {
    display: flex;
    flex-direction: column;
    gap: .6rem;
  }
  .se-footer__nav a,.se-text-link {
    color: var(--se-sand);
    text-decoration: none;
    font-size: .82rem;
    letter-spacing: .08em;
  }
  .se-footer__nav a:hover,.se-text-link:hover {
    color: var(--se-copper);
  }
  .se-socials {
    display: flex;
    gap: .75rem;
    margin: 1.1rem 0 1.5rem;
  }
  .se-socials a {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(179,138,77,.65);
    color: var(--se-paper);
    border-radius: 50%;
    transition: color .2s,background .2s;
  }
  .se-socials a:hover {
    color: var(--se-ink);
    background: var(--se-copper);
  }
  .se-socials svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.5;
  }
  .se-footer__bottom {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    border-top: 1px solid rgba(179,138,77,.3);
    margin-top: 4rem;
    padding-top: 1.5rem;
    color: #bcae9e;
    font-size: .67rem;
    letter-spacing: .1em;
    text-transform: uppercase;
  }
  .se-form {
    display: grid;
    gap: 1.1rem;
  }
  .se-form label {
    color: var(--se-wine);
    font-size: .76rem;
    letter-spacing: .1em;
    text-transform: uppercase;
  }
  .se-form input,.se-form textarea,.se-form select {
    width: 100%;
    margin-top: .45rem;
    padding: 1rem;
    border: 1px solid rgba(64,26,27,.28);
    background: #faf5ec;
    color: var(--se-ink);
    font: 400 1rem/1.4 "Manrope",sans-serif;
    border-radius: 0;
  }
  .se-form textarea {
    min-height: 180px;
    resize: vertical;
  }
  .se-note {
    font-size: .84rem !important;
    color: #74665a !important;
  }
  .se-post-list {
    display: grid;
    gap: 1px;
    background: rgba(64,26,27,.17);
    border: 1px solid rgba(64,26,27,.17);
  }
  .se-post-card {
    background: var(--se-paper);
    padding: 2rem;
    text-decoration: none;
  }
  .se-post-card h3 {
    font-size: 2rem;
    color: var(--se-wine);
  }
  .se-post-card p {
    color: #675a4f;
  }
}
@media (max-width: 900px) {
  body.se-site.admin-bar .se-header {
    top: 46px;
  }
  .se-shell {
    width: min(100% - 38px,1180px);
  }
  .se-menu-button {
    display: flex;
  }
  .se-nav {
    display: none;
    position: absolute;
    inset: 88px 0 auto;
    padding: 1.4rem 20px 1.8rem;
    background: var(--se-olive);
    flex-direction: column;
    align-items: stretch;
    gap: .4rem;
    border-bottom: 1px solid var(--se-gold);
  }
  .se-nav.is-open {
    display: flex;
  }
  .se-nav a {
    padding: .8rem 0;
  }
  .se-nav .se-nav__cta {
    text-align: center;
    margin-top: .5rem;
  }
  .se-hero {
    border-right-width: 12px;
  }
  .se-hero__inner {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-block: 3.5rem 4.5rem;
    gap: 3rem;
  }
  .se-portrait-wrap {
    min-height: min(125vw,620px);
    order: 0;
  }
  .se-hero__copy {
    order: 1;
    padding-right: 0;
  }
  .se-geometry {
    width: 150px;
    height: 150px;
    right: -20px;
    top: -8px;
  }
  .se-section__head,.se-statement,.se-invitation__inner,.se-two-col {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
  .se-path-grid {
    grid-template-columns: repeat(2,1fr);
    row-gap: 4rem;
  }
  .se-three-col,.se-books {
    grid-template-columns: 1fr;
  }
  .se-photo-arch {
    min-height: min(125vw,640px);
  }
  .se-footer__grid {
    grid-template-columns: 1fr 1fr;
  }
  .se-footer__contact {
    grid-column: 1/-1;
  }
}
@media (max-width: 560px) {
  .se-shell {
    width: min(100% - 30px,1180px);
  }
  .se-header__inner {
    min-height: 74px;
  }
  .se-nav {
    top: 74px;
  }
  .se-brand {
    font-size: 1.45rem;
  }
  .se-identity {
    font-size: 3.65rem;
  }
  .se-path-grid {
    grid-template-columns: 1fr;
  }
  .se-path__image {
    aspect-ratio: 4/4.7;
  }
  .se-path p {
    min-height: 0;
  }
  .se-landscape {
    min-height: 520px;
  }
  .se-landscape blockquote {
    font-size: 3.25rem;
  }
  .se-footer__grid {
    grid-template-columns: 1fr;
  }
  .se-footer__contact {
    grid-column: auto;
  }
  .se-footer__bottom {
    flex-direction: column;
  }
}
@layer base {
  :root {
    --se-umber: #30231E;
    --se-amber: #C27A3A;
    --se-persimmon: #D45F43;
    --se-plum: #513342;
    --se-moss: #747762;
    --se-rose: #C8988C;
    --se-mist: #D8CEC3;
    --se-paper: #F2EAE1;
    --se-ink: #30231E;
    --se-gold: #C27A3A;
    --se-copper: #D45F43;
    --se-wine: #513342;
    --se-olive: #747762;
    --se-sand: #D8CEC3;
  }
  body.se-site {
    background: var(--se-paper);
    color: var(--se-umber);
  }
}
@layer components {
  .se-header {
    position: sticky;
    top: 0;
    background: rgba(242,234,225,.94);
    color: var(--se-umber);
    border-bottom: 1px solid rgba(48,35,30,.10);
    backdrop-filter: blur(14px);
  }
  .se-header__inner {
    min-height: 78px;
  }
  .se-brand {
    font-size: 1.85rem;
    letter-spacing: -.02em;
    color: var(--se-umber);
  }
  .se-nav {
    gap: 1.35rem;
  }
  .se-nav a {
    color: #6d5f55;
    font-size: .72rem;
    letter-spacing: .11em;
  }
  .se-nav a:hover, .se-nav a[aria-current="page"] {
    color: var(--se-persimmon);
  }
  .se-nav .se-nav__cta {
    background: var(--se-umber);
    color: var(--se-paper);
    border: 0;
    padding: .78rem 1.05rem;
  }
  .se-menu-button {
    color: var(--se-umber);
    border-color: rgba(48,35,30,.28);
  }
  .se-hero {
    background: var(--se-paper);
    color: var(--se-umber);
    border-right: 0;
  }
  .se-hero::after {
    display: none;
  }
  .se-hero__inner {
    min-height: 760px;
    grid-template-columns: 1.04fr .96fr;
    gap: clamp(3rem,8vw,8rem);
    padding-block: clamp(5rem,9vw,8rem);
  }
  .se-hero__copy {
    padding-right: 0;
  }
  .se-identity {
    font-size: clamp(4.4rem,7.4vw,7.4rem);
    letter-spacing: -.055em;
    max-width: 760px;
  }
  .se-identity span {
    color: var(--se-persimmon);
  }
  .se-hero__lead {
    color: var(--se-plum);
    font-size: clamp(1.08rem,1.8vw,1.3rem);
    margin: 1.8rem 0 1rem;
  }
  .se-hero__intro {
    max-width: 620px;
    color: #65584f;
    font-size: 1.02rem;
    margin-bottom: 1.8rem;
  }
  .se-portrait-wrap {
    min-height: 610px;
  }
  .se-portrait-frame {
    border-radius: 0;
    border: 0;
    box-shadow: 22px 22px 0 rgba(194,122,58,.12);
  }
  .se-portrait-frame::after {
    display: none;
  }
  .se-portrait-frame img {
    object-position: center 20%;
  }
  .se-eyebrow {
    color: var(--se-amber);
  }
  .se-arrow {
    color: var(--se-plum);
    border-bottom-color: rgba(194,122,58,.55);
  }
  .se-opening {
    padding-block: clamp(6rem,10vw,9rem);
  }
  .se-opening__grid, .se-trivian__grid {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: clamp(4rem,9vw,9rem);
    align-items: start;
  }
  .se-opening__question {
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: clamp(1.8rem,3vw,2.5rem);
    line-height: 1.2;
    color: var(--se-plum);
    margin-top: 2rem;
  }
  .se-section--mist {
    background: var(--se-mist);
  }
  .se-path-grid {
    grid-template-columns: repeat(2,1fr);
    gap: clamp(3rem,6vw,5rem);
  }
  .se-path__image {
    aspect-ratio: 16/10;
    border-radius: 0;
    border: 0;
    background: #cbbdb2;
    overflow: hidden;
  }
  .se-path__image img {
    filter: saturate(.86) contrast(.96);
  }
  .se-path h3 {
    color: var(--se-plum);
    margin-top: 1.2rem;
    font-size: 2.5rem;
  }
  .se-path p {
    min-height: auto;
    color: #65584f;
    max-width: 34rem;
  }
  .se-statement h2 {
    color: var(--se-umber);
  }
  .se-statement__body {
    color: #65584f;
  }
  .se-statement__body p:first-child {
    color: #65584f;
  }
  .se-statement__emphasis {
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 1.7rem;
    line-height: 1.3;
    color: var(--se-persimmon);
  }
  .se-section--plum {
    background: var(--se-plum);
    color: var(--se-paper);
  }
  .se-section--plum .se-section-copy {
    color: #e4d9d1;
  }
  .se-section--plum .se-eyebrow {
    color: #e0a269;
  }
  .se-landscape {
    min-height: 660px;
    background-position: center;
  }
  .se-landscape::before {
    background: linear-gradient(90deg,rgba(48,35,30,.72),rgba(48,35,30,.18),rgba(81,51,66,.35));
  }
  .se-landscape__copy {
    max-width: 980px;
  }
  .se-landscape blockquote {
    font-size: clamp(3.4rem,6.5vw,6.4rem);
  }
  .se-landscape blockquote em {
    color: #f2c7aa;
    font-weight: 400;
  }
  .se-landscape .se-button {
    margin-top: 2.2rem;
    background: var(--se-paper);
    color: var(--se-umber);
    border: 0;
  }
  .se-footer {
    background: var(--se-umber);
    color: var(--se-paper);
    padding: 3.8rem 0 1.7rem;
  }
  .se-footer__inner {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 3rem;
  }
  .se-footer__brand {
    font-size: 2rem;
  }
  .se-footer__line {
    color: #cdbfb5;
    font-size: .82rem;
    margin-top: .7rem;
  }
  .se-footer__nav {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: .7rem 1rem;
    max-width: 520px;
  }
  .se-footer__nav a {
    color: #d8cec3;
    font-size: .72rem;
    text-transform: uppercase;
    letter-spacing: .1em;
  }
  .se-footer__nav a:hover {
    color: #f0a37e;
  }
  .se-footer__bottom {
    margin-top: 2.6rem;
    padding-top: 1.2rem;
    color: #aa9d94;
  }
  .se-wine-rule {
    display: none;
  }
}
@media (max-width: 900px) {
  .se-header__inner {
    min-height: 72px;
  }
  .se-nav {
    top: 72px;
    background: var(--se-paper);
    border-bottom-color: rgba(48,35,30,.12);
  }
  .se-nav a {
    color: var(--se-umber);
  }
  .se-hero__inner {
    grid-template-columns: 1fr;
  }
  .se-portrait-wrap {
    min-height: min(115vw,620px);
  }
  .se-opening__grid, .se-trivian__grid {
    grid-template-columns: 1fr;
    gap: 2.4rem;
  }
  .se-footer__inner {
    align-items: flex-start;
    flex-direction: column;
  }
  .se-footer__nav {
    justify-content: flex-start;
  }
}
@media (max-width: 620px) {
  .se-hero__inner {
    padding-block: 3.5rem 5rem;
  }
  .se-identity {
    font-size: clamp(3.45rem,16vw,5rem);
  }
  .se-path-grid {
    grid-template-columns: 1fr;
  }
  .se-path__image {
    aspect-ratio: 4/3;
  }
  .se-landscape {
    min-height: 560px;
  }
}
@layer components {
  .se-pathways-editorial {
    overflow: hidden;
  }
  .se-pathway-pair {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(2.5rem,6vw,6rem);
    margin-top: 1.7rem;
  }
  .se-pathway-feature {
    display: grid;
    gap: 1.5rem;
    align-content: start;
  }
  .se-pathway-feature figure, .se-pathway-band figure {
    margin: 0;
    overflow: hidden;
    background: #cbbdb2;
  }
  .se-pathway-feature figure {
    aspect-ratio: 16/10;
  }
  .se-pathway-feature figure img, .se-pathway-band figure img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    filter: saturate(.86) contrast(.96);
  }
  .se-pathway-feature h3, .se-pathway-band h3 {
    font-size: clamp(2.45rem,4vw,4.15rem);
    letter-spacing: -.035em;
    color: var(--se-plum);
    margin-bottom: 1rem;
  }
  .se-pathway-feature p:not(.se-eyebrow), .se-pathway-band p:not(.se-eyebrow) {
    color: #65584f;
    max-width: 40rem;
  }
  .se-pathway-feature--text-first {
    padding-top: clamp(3rem,7vw,7rem);
  }
  .se-pathway-band {
    display: grid;
    grid-template-columns: 1.2fr .8fr;
    gap: clamp(3rem,8vw,8rem);
    align-items: center;
    margin-top: clamp(6rem,11vw,10rem);
  }
  .se-pathway-band figure {
    aspect-ratio: 16/9;
  }
  .se-pathway-band--reverse {
    grid-template-columns: .8fr 1.2fr;
  }
  .se-pathway-band--reverse > div {
    order: 0;
  }
  .se-pathway-band--reverse > figure {
    order: 1;
  }
  .se-home-series__head {
    display: grid;
    grid-template-columns: .95fr 1.05fr;
    gap: clamp(3rem,8vw,8rem);
    align-items: end;
    margin-bottom: clamp(3rem,6vw,5rem);
  }
  .se-home-series__head h2 {
    font-size: clamp(3.1rem,5vw,5rem);
    letter-spacing: -.04em;
    color: var(--se-umber);
  }
  .se-home-series__head > p {
    color: #65584f;
    max-width: 42rem;
    margin: 0;
    font-size: 1.05rem;
  }
  .se-home-series__books, .se-series-grid {
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: clamp(1.7rem,4vw,3.8rem);
  }
  .se-home-book, .se-series-card {
    color: inherit;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    min-width: 0;
  }
  .se-home-book figure, .se-series-card figure {
    margin: 0 0 1.35rem;
    aspect-ratio: 2/3;
    overflow: hidden;
    background: rgba(48,35,30,.06);
    box-shadow: 0 18px 42px rgba(48,35,30,.12);
  }
  .se-home-book figure img, .se-series-card figure img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform .45s ease;
  }
  .se-home-book:hover figure img, .se-series-card:hover figure img {
    transform: scale(1.018);
  }
  .se-home-book span, .se-series-card__number, .se-series-sequence {
    font-size: .68rem;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--se-amber);
  }
  .se-home-book h3, .se-series-card h3 {
    font-size: clamp(2rem,3vw,2.8rem);
    color: var(--se-plum);
    margin: .45rem 0 .8rem;
  }
  .se-home-book p, .se-series-card p {
    color: #65584f;
    font-size: .93rem;
    line-height: 1.65;
  }
  .se-home-series__action {
    text-align: center;
    margin-top: 3rem;
  }
  .se-home-series__action .se-arrow {
    display: inline-block;
  }
  .se-series-intro .se-section__head {
    margin-bottom: 4.5rem;
  }
  .se-series-sequence {
    display: block;
    margin-top: 1.3rem !important;
  }
  .se-cocreation-note .se-statement h2 {
    max-width: 650px;
  }
  .se-book-detail {
    scroll-margin-top: 96px;
  }
  .se-book-detail__grid {
    display: grid;
    grid-template-columns: minmax(230px,.72fr) minmax(0,1.28fr);
    gap: clamp(3.5rem,8vw,8rem);
    align-items: center;
  }
  .se-book-detail__grid--reverse .se-book-detail__cover {
    order: 2;
  }
  .se-book-detail__grid--reverse .se-book-detail__copy {
    order: 1;
  }
  .se-book-detail__cover {
    margin: 0;
    max-width: 430px;
    justify-self: center;
  }
  .se-book-detail__cover img {
    display: block;
    width: 100%;
    height: auto;
    box-shadow: 0 24px 58px rgba(48,35,30,.16);
  }
  .se-book-detail__copy h2 {
    font-size: clamp(3.2rem,6vw,5.8rem);
    letter-spacing: -.045em;
    color: var(--se-plum);
    margin-bottom: .8rem;
  }
  .se-book-detail__copy > p:not(.se-eyebrow):not(.se-book-subtitle) {
    color: #5f534b;
    font-size: 1.03rem;
  }
  .se-book-subtitle {
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: clamp(1.4rem,2.3vw,2rem);
    line-height: 1.25;
    color: var(--se-persimmon);
    margin-bottom: 1.8rem !important;
  }
  .se-button--ink {
    background: var(--se-umber);
    color: var(--se-paper);
    border: 0;
    margin-top: 1rem;
  }
  .se-wider-corpus .se-section-title {
    color: var(--se-paper);
  }
  .se-wider-corpus .se-section-copy {
    color: #e4d9d1;
  }
  .se-corpus-feature {
    display: grid;
    grid-template-columns: minmax(220px,.55fr) minmax(0,1.45fr);
    gap: clamp(3rem,8vw,8rem);
    align-items: center;
    max-width: 1020px;
  }
  .se-corpus-feature figure {
    margin: 0;
    max-width: 360px;
  }
  .se-corpus-feature figure img {
    display: block;
    width: 100%;
    height: auto;
    box-shadow: 0 20px 50px rgba(0,0,0,.2);
  }
  .se-corpus-feature h3 {
    font-size: clamp(3rem,5vw,5rem);
    color: var(--se-paper);
    margin-bottom: .8rem;
  }
  .se-corpus-feature > div > p:not(.se-eyebrow):not(.se-book-subtitle) {
    color: #e4d9d1;
  }
  .se-corpus-feature .se-book-subtitle {
    color: #f2c7aa;
  }
}
@media (max-width: 900px) {
  .se-pathway-pair, .se-home-series__head, .se-book-detail__grid, .se-corpus-feature {
    grid-template-columns: 1fr;
  }
  .se-pathway-feature--text-first {
    padding-top: 0;
  }
  .se-pathway-band, .se-pathway-band--reverse {
    grid-template-columns: 1fr;
    gap: 2.2rem;
  }
  .se-pathway-band--reverse > div, .se-pathway-band--reverse > figure, .se-book-detail__grid--reverse .se-book-detail__cover, .se-book-detail__grid--reverse .se-book-detail__copy {
    order: initial;
  }
  .se-home-series__books, .se-series-grid {
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: 1.2rem;
  }
  .se-book-detail__cover, .se-corpus-feature figure {
    max-width: 330px;
  }
}
@media (max-width: 680px) {
  .se-home-series__books, .se-series-grid {
    grid-template-columns: 1fr;
    gap: 3.5rem;
  }
  .se-home-book, .se-series-card {
    max-width: 360px;
    margin-inline: auto;
  }
  .se-pathway-band {
    margin-top: 5rem;
  }
  .se-pathway-band figure {
    aspect-ratio: 4/3;
  }
}
@layer base {
  input:where([type='text']),input:where(:not([type])),input:where([type='email']),input:where([type='url']),input:where([type='password']),input:where([type='number']),input:where([type='date']),input:where([type='datetime-local']),input:where([type='month']),input:where([type='search']),input:where([type='tel']),input:where([type='time']),input:where([type='week']),select:where([multiple]),textarea,select {
    appearance: none;
    background-color: #fff;
    border-color: oklch(55.1% 0.027 264.364);
    border-width: 1px;
    border-radius: 0px;
    padding-top: 0.5rem;
    padding-right: 0.75rem;
    padding-bottom: 0.5rem;
    padding-left: 0.75rem;
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-shadow: 0 0 #0000;
    &:focus {
      outline: 2px solid transparent;
      outline-offset: 2px;
      --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-color: oklch(54.6% 0.245 262.881);
      --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
      --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
      box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
      border-color: oklch(54.6% 0.245 262.881);
    }
  }
  input::placeholder,textarea::placeholder {
    color: oklch(55.1% 0.027 264.364);
    opacity: 1;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-date-and-time-value {
    min-height: 1.5em;
  }
  ::-webkit-date-and-time-value {
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field {
    padding-top: 0;
    padding-bottom: 0;
  }
  select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='oklch(55.1%25 0.027 264.364)' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
    background-position: right 0.5rem center;
    background-repeat: no-repeat;
    background-size: 1.5em 1.5em;
    padding-right: 2.5rem;
    print-color-adjust: exact;
  }
  select:where([multiple]),select:where([size]:not([size="1"])) {
    background-image: initial;
    background-position: initial;
    background-repeat: unset;
    background-size: initial;
    padding-right: 0.75rem;
    print-color-adjust: unset;
  }
  input:where([type='checkbox']),input:where([type='radio']) {
    appearance: none;
    padding: 0;
    print-color-adjust: exact;
    display: inline-block;
    vertical-align: middle;
    background-origin: border-box;
    user-select: none;
    flex-shrink: 0;
    height: 1rem;
    width: 1rem;
    color: oklch(54.6% 0.245 262.881);
    background-color: #fff;
    border-color: oklch(55.1% 0.027 264.364);
    border-width: 1px;
    --tw-shadow: 0 0 #0000;
  }
  input:where([type='checkbox']) {
    border-radius: 0px;
  }
  input:where([type='radio']) {
    border-radius: 100%;
  }
  input:where([type='checkbox']):focus,input:where([type='radio']):focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
    --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
    --tw-ring-offset-width: 2px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: oklch(54.6% 0.245 262.881);
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  input:where([type='checkbox']):checked,input:where([type='radio']):checked {
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
  }
  input:where([type='checkbox']):checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
    @media (forced-colors: active) {
      appearance: auto;
    }
  }
  input:where([type='radio']):checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
    @media (forced-colors: active) {
      appearance: auto;
    }
  }
  input:where([type='checkbox']):checked:hover,input:where([type='checkbox']):checked:focus,input:where([type='radio']):checked:hover,input:where([type='radio']):checked:focus {
    border-color: transparent;
    background-color: currentColor;
  }
  input:where([type='checkbox']):indeterminate {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    @media (forced-colors: active) {
      appearance: auto;
    }
  }
  input:where([type='checkbox']):indeterminate:hover,input:where([type='checkbox']):indeterminate:focus {
    border-color: transparent;
    background-color: currentColor;
  }
  input:where([type='file']) {
    background: unset;
    border-color: inherit;
    border-width: 0;
    border-radius: 0;
    padding: 0;
    font-size: unset;
    line-height: inherit;
  }
  input:where([type='file']):focus {
    outline: 1px solid ButtonText;
    outline: 1px auto -webkit-focus-ring-color;
  }
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@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;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-border-style: solid;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --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;
    }
  }
}
