/*! tailwindcss v4.3.0 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: "Manrope",sans-serif;
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New',
    monospace;
    --spacing: 0.25rem;
    --container-md: 28rem;
    --container-2xl: 42rem;
    --container-3xl: 48rem;
    --container-4xl: 56rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: .875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --text-5xl: 3rem;
    --text-5xl--line-height: 1;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --tracking-tight: -0.025em;
    --tracking-wider: 0.05em;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-primary: #065750;
    --color-neutral: #073f3c;
  }
}
@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 {
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
    border-width: 0;
  }
  .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);
  }
  .text-neutral {
    color: var(--color-neutral);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .not-italic {
    font-style: normal;
  }
  .no-underline {
    text-decoration-line: none;
  }
  .transition-colors {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .last\:border-b-0 {
    &:last-child {
      border-bottom-style: var(--tw-border-style);
      border-bottom-width: 0px;
    }
  }
  .hover\:text-primary {
    &:hover {
      @media (hover: hover) {
        color: var(--color-primary);
      }
    }
  }
  .hover\:underline {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: underline;
      }
    }
  }
  .md\: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 {
  * {
    box-sizing: border-box;
  }
  html {
    scroll-behavior: smooth;
  }
  body {
    margin: 0;
    color: #073f3c;
    background: #fff8e8;
    font: 16px/1.5 "Manrope",sans-serif;
  }
  a {
    color: inherit;
  }
  img {
    max-width: 100%;
  }
  button,input,select {
    font: inherit;
  }
}
@layer components {
  .shell {
    width: min(1200px,calc(100% - 42px));
    margin-inline: auto;
  }
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
  }
  .site-header {
    position: relative;
    z-index: 30;
    background: #fff7e5;
    border-top: 1px solid #bb8c27;
    border-bottom: 1px solid rgba(168,121,25,.25);
    box-shadow: 0 3px 16px rgba(80,51,4,.06);
  }
  .header-inner {
    height: 112px;
    display: grid;
    grid-template-columns: 190px 1fr auto 150px;
    align-items: center;
    gap: 28px;
  }
  .ornament {
    position: absolute;
    color: #a87919;
    font: 50px serif;
    top: -17px;
  }
  .ornament-tl {
    left: 8px;
  }
  .ornament-tr {
    right: 8px;
    transform: scaleX(-1);
  }
  .brand {
    width: 160px;
    text-align: center;
    text-decoration: none;
    display: grid;
    justify-items: center;
    line-height: .8;
    color: #07534f;
    position: relative;
  }
  .brand-crown {
    color: #a87919;
    font: 22px serif;
    height: 13px;
  }
  .brand-d {
    font: 700 3.1rem/.7 "Cormorant Garamond",serif;
  }
  .brand-name {
    font: 700 1.25rem/.9 "Cormorant Garamond",serif;
    text-transform: uppercase;
    letter-spacing: .03em;
  }
  .brand-bhog {
    font: 700 1.02rem/1 "Cormorant Garamond",serif;
    text-transform: uppercase;
    letter-spacing: .13em;
    position: relative;
  }
  .brand-bhog:before,.brand-bhog:after {
    content: "◆";
    color: #a87919;
    font-size: 7px;
    margin: 0 8px;
  }
  .brand small {
    font-size: .42rem;
    text-transform: uppercase;
    letter-spacing: .08em;
    margin-top: 7px;
  }
  .main-menu {
    display: flex;
    justify-content: center;
    gap: 36px;
  }
  .main-menu a {
    text-decoration: none;
    font: 600 .82rem "Cormorant Garamond",serif;
    font-size: 1rem;
    padding: 10px 0;
    position: relative;
  }
  .main-menu a:hover,.main-menu a.active {
    color: #a87919;
  }
  .main-menu a.active:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 2px;
    height: 1px;
    background: #a87919;
  }
  .order-button,.gold-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: #075750;
    color: #fff8df;
    text-decoration: none;
    font-weight: 800;
    border: 3px double #d6aa49;
    box-shadow: 0 0 0 2px #075750;
    padding: 12px 22px;
    min-width: 150px;
  }
  .header-quote {
    text-align: center;
    font: 600 .92rem/1.25 "Cormorant Garamond",serif;
    margin: 0;
    color: #544524;
  }
  .menu-toggle {
    display: none;
    background: transparent;
    border: 0;
  }
  .menu-toggle span {
    display: block;
    width: 26px;
    height: 2px;
    background: #07534f;
    margin: 5px;
  }
  .exact-hero {
    position: relative;
    width: 100%;
    background: #fff7e5;
    overflow: hidden;
    border-bottom: 1px solid rgba(168,121,25,.35);
  }
  .exact-hero>img {
    width: 100%;
    height: auto;
    display: block;
  }
  .hero-hotspot {
    position: absolute;
    display: block;
    z-index: 3;
  }
  .hero-order {
    left: 7%;
    top: 74%;
    width: 15%;
    height: 12%;
  }
  .hero-menu {
    left: 24%;
    top: 74%;
    width: 17%;
    height: 12%;
  }
  .thali-hotspot {
    left: 15%;
    top: 75%;
    width: 27%;
    height: 15%;
  }
  .royal-thali-hero {
    height: auto;
  }
  .royal-thali-hero>img {
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center center;
  }
  .hero-reference {
    position: relative;
    overflow: hidden;
    background: #fff7e5;
    min-height: 520px;
    border-bottom: 1px solid rgba(168,121,25,.35);
  }
  .hero-reference:before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 60% 26%,rgba(16,129,118,.25),transparent 30%),radial-gradient(circle at 6% 90%,rgba(34,137,122,.13),transparent 18%);
    pointer-events: none;
  }
  .hero-reference-grid {
    min-height: 520px;
    display: grid;
    grid-template-columns: 44% 56%;
    align-items: center;
    position: relative;
  }
  .hero-reference-copy {
    padding: 50px 0 44px 36px;
    position: relative;
    z-index: 2;
  }
  .kicker {
    font-size: .66rem;
    letter-spacing: .2em;
    text-transform: uppercase;
    font-weight: 800;
    color: #557069;
  }
  .kicker i {
    color: #a87919;
    font-style: normal;
    margin: 0 6px;
  }
  .hero-reference h1 {
    font: 600 clamp(4.4rem,6.8vw,7rem)/.75 "Cormorant Garamond",serif;
    letter-spacing: -.045em;
    margin: 10px 0 24px;
    color: #07534f;
  }
  .hero-reference h1 span {
    font-size: .62em;
    font-weight: 500;
  }
  .royal-divider {
    display: flex;
    align-items: center;
    width: 290px;
    gap: 6px;
    color: #a87919;
    margin: 8px 0 18px;
  }
  .royal-divider span {
    height: 1px;
    background: #a87919;
    flex: 1;
  }
  .royal-divider b {
    font-size: 10px;
  }
  .hero-subcopy {
    font: 600 1.16rem/1.25 "Cormorant Garamond",serif;
    color: #244e48;
  }
  .hero-buttons {
    display: flex;
    gap: 26px;
    margin-top: 24px;
    align-items: center;
  }
  .outline-button {
    border: 1px solid #b18b40;
    padding: 13px 24px;
    text-decoration: none;
    font-weight: 700;
    font-size: .78rem;
    background: #fff9ea;
  }
  .outline-button span {
    margin-left: 16px;
    font-size: 1.2rem;
  }
  .hero-mini-values {
    display: flex;
    gap: 28px;
    margin-top: 30px;
  }
  .hero-mini-values div {
    display: flex;
    gap: 9px;
    align-items: center;
  }
  .hero-mini-values b {
    font-size: 25px;
    color: #a87919;
  }
  .hero-mini-values span {
    font: 700 .68rem/1.25 "Cormorant Garamond",serif;
    text-transform: uppercase;
    letter-spacing: .08em;
    color: #64542b;
  }
  .hero-reference-art {
    align-self: stretch;
    position: relative;
    min-width: 0;
  }
  .hero-art-window {
    height: 100%;
    overflow: hidden;
  }
  .hero-art-window:before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(90deg,#fff7e5 0%,transparent 14%,transparent 86%,rgba(255,247,229,.3) 100%);
  }
  .hero-art-window img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 12% center;
    display: block;
    filter: saturate(.94) contrast(1.02);
    transform: scale(1.03);
    transform-origin: left center;
  }
  .hero-blessing {
    position: absolute;
    right: 6%;
    top: 31%;
    z-index: 2;
    display: grid;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: .14em;
    font: 700 .8rem "Cormorant Garamond",serif;
    color: #56421b;
  }
  .hero-blessing em {
    text-transform: none;
    font: italic 1.3rem "Cormorant Garamond",serif;
    color: #805e18;
  }
  .hero-flower {
    position: absolute;
    color: #2e9286;
    opacity: .25;
    font: 150px serif;
    z-index: 2;
  }
  .flower-left {
    left: -55px;
    bottom: -38px;
  }
  .flower-right {
    right: -30px;
    bottom: -55px;
  }
  .value-strip {
    background: #fffaf0;
    border-bottom: 1px solid rgba(168,121,25,.25);
    padding: 22px 0;
  }
  .value-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
  }
  .value-grid>div {
    display: grid;
    grid-template-columns: 50px 1fr;
    grid-template-rows: auto auto;
    align-items: center;
    padding: 0 28px;
    border-right: 1px solid rgba(168,121,25,.35);
  }
  .value-grid>div:last-child {
    border-right: 0;
  }
  .value-grid span {
    grid-row: 1/3;
    color: #a87919;
    font-size: 30px;
  }
  .value-grid strong {
    font: 700 .9rem "Cormorant Garamond",serif;
    text-transform: uppercase;
  }
  .value-grid small {
    font: .68rem "Cormorant Garamond",serif;
    color: #536761;
  }
  .home-section {
    padding: 24px 0 30px;
    background: #fffaf0;
  }
  .ornate-heading {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    grid-template-rows: auto auto;
    align-items: center;
    column-gap: 15px;
    text-align: center;
    margin-bottom: 14px;
  }
  .ornate-heading>span {
    display: flex;
    align-items: center;
    color: #a87919;
    font-size: 9px;
  }
  .ornate-heading>span:first-child {
    justify-content: flex-end;
  }
  .ornate-heading>span:first-child:before,.ornate-heading>span:last-of-type:after {
    content: "";
    width: 42px;
    height: 1px;
    background: #a87919;
    margin: 0 8px;
  }
  .ornate-heading h2 {
    font: 600 2.5rem/1 "Cormorant Garamond",serif;
    margin: 0;
    color: #07534f;
  }
  .ornate-heading p {
    grid-column: 1/-1;
    margin: 5px 0 0;
    text-transform: uppercase;
    letter-spacing: .24em;
    font-size: .56rem;
    color: #5e6c66;
  }
  .reference-card-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 14px;
  }
  .reference-card {
    background: #fffaf0;
    border: 1px solid rgba(168,121,25,.28);
    border-radius: 7px;
    overflow: hidden;
    text-align: center;
    box-shadow: 0 3px 12px rgba(86,55,2,.08);
    padding-bottom: 17px;
  }
  .reference-card>img {
    width: 100%;
    height: 130px;
    object-fit: cover;
    display: block;
  }
  .card-icon {
    width: 48px;
    height: 34px;
    margin: -18px auto 4px;
    background: #fffaf0;
    border-radius: 50% 50% 0 0;
    color: #a87919;
    font-size: 25px;
    padding-top: 5px;
    position: relative;
  }
  .reference-card h3 {
    font: 700 1.15rem/1 "Cormorant Garamond",serif;
    margin: 2px 10px 6px;
  }
  .reference-card p {
    font: .72rem/1.35 "Cormorant Garamond",serif;
    margin: 0 auto 10px;
    width: 88%;
    color: #435c56;
  }
  .reference-card a {
    font: 700 .7rem "Cormorant Garamond",serif;
    text-decoration: none;
  }
  .reference-card a span {
    margin-left: 10px;
  }
  .menu-home {
    padding-top: 4px;
  }
  .menu-title {
    position: relative;
  }
  .menu-title>a {
    position: absolute;
    right: 0;
    top: 18px;
    font: 700 .7rem "Cormorant Garamond",serif;
    text-decoration: none;
    border-bottom: 1px solid #07534f;
  }
  .menu-title>a b {
    margin-left: 12px;
  }
  .menu-grid {
    display: grid;
    grid-template-columns: repeat(6,1fr);
    gap: 12px;
  }
  .menu-grid article {
    border: 1px solid rgba(168,121,25,.25);
    border-radius: 6px;
    overflow: hidden;
    text-align: center;
    background: #fffaf0;
    box-shadow: 0 2px 8px rgba(86,55,2,.06);
  }
  .menu-grid img {
    width: 100%;
    height: 105px;
    object-fit: cover;
    display: block;
  }
  .menu-grid h3 {
    font: 700 .88rem/1 "Cormorant Garamond",serif;
    margin: 8px 5px 2px;
  }
  .menu-grid p {
    font: .6rem "Cormorant Garamond",serif;
    margin: 0 4px 9px;
    color: #566964;
  }
  .testimonial-strip {
    background: #fff7e5;
    border-top: 1px solid rgba(168,121,25,.24);
    border-bottom: 1px solid rgba(168,121,25,.3);
    padding: 24px 0;
  }
  .testimonial-grid {
    display: grid;
    grid-template-columns: 1.1fr 1.7fr .8fr;
    gap: 40px;
    align-items: center;
  }
  .testimonial-strip blockquote {
    margin: 0;
    text-align: center;
    color: #8b5f16;
    font: 600 1.15rem "Cormorant Garamond",serif;
  }
  .testimonial-strip blockquote em {
    font-size: 1.45rem;
  }
  .testimonial-strip blockquote small {
    display: block;
    color: #334e48;
    font-size: .67rem;
    margin-top: 5px;
  }
  .review {
    text-align: center;
    font-family: "Cormorant Garamond",serif;
  }
  .review p {
    font-size: .8rem;
    margin: 0;
  }
  .review strong,.review small {
    display: block;
    font-size: .7rem;
  }
  .stars {
    color: #a87919;
    letter-spacing: .1em;
  }
  .blessing-box {
    border: 1px solid #c49b43;
    outline: 1px solid #c49b43;
    outline-offset: -6px;
    text-align: center;
    padding: 18px 14px;
    color: #9a6b1d;
    display: grid;
  }
  .blessing-box strong {
    font: 600 1.1rem "Cormorant Garamond",serif;
  }
  .blessing-box em {
    font: .9rem "Cormorant Garamond",serif;
  }
  .enquiry-band {
    background: #0a5a53;
    color: #fff7dc;
    padding: 34px 0;
  }
  .enquiry-band-grid {
    display: grid;
    grid-template-columns: 1fr 1.25fr;
    gap: 50px;
    align-items: center;
  }
  .enquiry-band h2 {
    font: 600 2.3rem/1 "Cormorant Garamond",serif;
    margin: 6px 0;
  }
  .enquiry-band p {
    margin: 0;
    color: #d4e5df;
  }
  .compact-form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
  .compact-form input,.compact-form select {
    border: 1px solid rgba(255,255,255,.45);
    background: #fff9e9;
    padding: 11px;
    color: #073f3c;
  }
  .compact-form button {
    background: #b08122;
    color: #fff;
    border: 0;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .08em;
    font-size: .7rem;
    cursor: pointer;
  }
  .site-footer {
    background: #04534d;
    color: #fff7df;
    position: relative;
  }
  .footer-grid {
    padding: 32px 0 25px;
    display: grid;
    grid-template-columns: 1.2fr .8fr 1.3fr .8fr 1.1fr;
    gap: 28px;
    align-items: start;
  }
  .brand.inverse {
    color: #f5d78b;
  }
  .footer-col {
    display: flex;
    flex-direction: column;
    border-left: 1px solid rgba(242,212,135,.38);
    padding-left: 28px;
    min-height: 118px;
  }
  .footer-col h3 {
    font: 700 1rem "Cormorant Garamond",serif;
    margin: 0 0 10px;
  }
  .footer-col a {
    font: .7rem/1.7 "Manrope",sans-serif;
    text-decoration: none;
  }
  .footer-col p {
    font-size: .7rem;
    color: #c9ded9;
    margin: 0 0 9px;
  }
  .footer-cta {
    color: #f3cf73;
    font-weight: 800 !important;
  }
  .social-row {
    display: flex;
    gap: 12px;
  }
  .social-row a {
    width: 24px;
    height: 24px;
    border: 1px solid rgba(255,255,255,.5);
    border-radius: 50%;
    display: grid;
    place-items: center;
  }
  .footer-palace {
    text-align: center;
    color: #d9b758;
    display: grid;
    gap: 5px;
    padding-top: 10px;
  }
  .footer-palace span {
    font-size: 38px;
  }
  .footer-palace strong {
    font: 700 .7rem "Cormorant Garamond",serif;
    text-transform: uppercase;
    letter-spacing: .1em;
  }
  .footer-palace small {
    font-size: .55rem;
    text-transform: uppercase;
    letter-spacing: .12em;
  }
  .footer-bottom {
    border-top: 1px solid #c29942;
    padding: 10px 0;
  }
  .footer-bottom .shell {
    display: flex;
    gap: 14px;
    align-items: center;
    font-size: .58rem;
  }
  .footer-bottom em {
    margin-left: auto;
    font-style: normal;
  }
  .photo-credit {
    text-align: center;
    background: #03443f;
    color: #8db1aa;
    font-size: .48rem;
    padding: 4px 12px;
  }
  .footer-flower {
    position: absolute;
    font-size: 100px;
    color: #cda747;
    opacity: .2;
    left: -20px;
    top: 20px;
  }
  .royal-topbar {
    background: #064842;
    color: #f6df9b;
    font-size: .68rem;
    letter-spacing: .08em;
    text-transform: uppercase;
  }
  .royal-topbar .shell {
    min-height: 31px;
    display: flex;
    align-items: center;
    gap: 18px;
  }
  .royal-topbar b {
    color: #c89528;
    font-size: .55rem;
  }
  .royal-topbar a {
    margin-left: auto;
    color: #fff0bd;
    text-decoration: none;
    font-weight: 800;
  }
  .header-inner {
    height: 102px;
    grid-template-columns: 180px 1fr auto;
    gap: 30px;
  }
  .site-header {
    position: sticky;
    top: 0;
  }
  .main-menu {
    gap: 30px;
  }
  .main-menu a {
    font-family: "Manrope",sans-serif;
    font-size: .76rem;
    text-transform: uppercase;
    letter-spacing: .05em;
  }
  .order-button {
    white-space: nowrap;
    border-width: 1px;
    box-shadow: inset 0 0 0 2px #c89b39;
    padding: 13px 20px;
  }
  .skip-link:focus {
    position: fixed;
    width: auto;
    height: auto;
    clip: auto;
    z-index: 1000;
    top: 10px;
    left: 10px;
    background: #fff;
    padding: 10px;
  }
  .page-hero {
    background: linear-gradient(120deg,#fff8e9 0%,#fff3d3 100%);
    border-bottom: 1px solid rgba(168,121,25,.3);
    overflow: hidden;
    position: relative;
  }
  .page-hero:before {
    content: "❧";
    position: absolute;
    left: -20px;
    top: -45px;
    font: 180px serif;
    color: #b98522;
    opacity: .1;
  }
  .page-hero-grid {
    min-height: 480px;
    display: grid;
    grid-template-columns: 48% 52%;
    align-items: center;
    gap: 50px;
  }
  .page-hero-grid>div {
    padding: 65px 0;
  }
  .page-hero img {
    width: 100%;
    height: 410px;
    object-fit: cover;
    object-position: center;
    border: 1px solid rgba(168,121,25,.3);
    box-shadow: 0 18px 45px rgba(67,46,8,.14);
  }
  .page-kicker {
    display: block;
    color: #a87919;
    font-size: .68rem;
    font-weight: 800;
    letter-spacing: .22em;
    text-transform: uppercase;
    margin-bottom: 12px;
  }
  .page-hero h1 {
    font: 600 clamp(3.4rem,5vw,5.4rem)/.86 "Cormorant Garamond",serif;
    letter-spacing: -.035em;
    color: #07534f;
    margin: 0 0 22px;
  }
  .page-hero p {
    max-width: 580px;
    font: 500 1.12rem/1.65 "Cormorant Garamond",serif;
    color: #345d57;
    margin: 0;
  }
  .compact-page-hero img,.gallery-page-hero img {
    object-position: center;
  }
  .menu-page-hero img {
    object-position: center 58%;
  }
  .contact-page-hero img {
    object-position: center;
  }
  .inner-section {
    padding: 82px 0;
    background: #fffaf0;
  }
  .soft-section {
    background: #f8eed7;
    border-block: 1px solid rgba(168,121,25,.2);
  }
  .split-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 75px;
    align-items: center;
  }
  .image-frame {
    position: relative;
    padding: 16px;
    border: 1px solid #c79d44;
  }
  .image-frame:before,.image-frame:after {
    content: "◆";
    position: absolute;
    color: #b78623;
    background: #fffaf0;
    padding: 5px;
    top: 50%;
    transform: translateY(-50%);
  }
  .image-frame:before {
    left: -11px;
  }
  .image-frame:after {
    right: -11px;
  }
  .image-frame img {
    display: block;
    width: 100%;
    height: 470px;
    object-fit: cover;
  }
  .story-copy h2,.section-heading h2,.custom-menu-band h2,.contact-copy h2 {
    font: 600 clamp(2.5rem,4vw,4rem)/.95 "Cormorant Garamond",serif;
    color: #07534f;
    margin: 0 0 20px;
  }
  .story-copy p,.section-heading p,.contact-copy>p {
    color: #4f6661;
    line-height: 1.8;
  }
  .signature-line {
    margin-top: 28px;
    padding-top: 20px;
    border-top: 1px solid rgba(168,121,25,.3);
    color: #8c6518;
    font: 700 .77rem "Manrope",sans-serif;
    text-transform: uppercase;
    letter-spacing: .08em;
  }
  .signature-line b {
    margin: 0 10px;
  }
  .section-heading {
    text-align: center;
    max-width: 720px;
    margin: 0 auto 42px;
  }
  .section-heading>span {
    color: #a87919;
    font-size: .66rem;
    font-weight: 800;
    letter-spacing: .22em;
    text-transform: uppercase;
  }
  .section-heading p {
    margin: 10px auto 0;
  }
  .info-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 24px;
  }
  .info-grid article {
    background: #fffaf0;
    border: 1px solid rgba(168,121,25,.28);
    padding: 38px;
    text-align: center;
    box-shadow: 0 8px 25px rgba(71,46,5,.06);
  }
  .info-grid article>b {
    color: #b48525;
    font: 600 2.4rem "Cormorant Garamond",serif;
  }
  .info-grid h3 {
    font: 700 1.45rem "Cormorant Garamond",serif;
    margin: 12px 0 8px;
  }
  .info-grid p {
    font-size: .84rem;
    color: #526a65;
  }
  .service-detail-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
  }
  .service-detail-grid article {
    display: grid;
    grid-template-columns: 44% 56%;
    background: #fff;
    border: 1px solid rgba(168,121,25,.25);
    min-height: 290px;
    overflow: hidden;
    box-shadow: 0 6px 22px rgba(67,44,4,.07);
  }
  .service-detail-grid img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .service-detail-grid article>div {
    padding: 28px;
  }
  .service-detail-grid article span {
    color: #b17d17;
    font: 600 1.8rem "Cormorant Garamond",serif;
  }
  .service-detail-grid h3 {
    font: 700 1.65rem "Cormorant Garamond",serif;
    margin: 0 0 8px;
  }
  .service-detail-grid p,.service-detail-grid li {
    font-size: .78rem;
    color: #526762;
  }
  .service-detail-grid ul {
    padding-left: 18px;
    margin: 14px 0 0;
  }
  .service-detail-grid li {
    margin: 6px 0;
  }
  .full-menu-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 24px;
  }
  .full-menu-grid article {
    background: #fff;
    border: 1px solid rgba(168,121,25,.25);
    box-shadow: 0 8px 25px rgba(67,44,4,.06);
  }
  .full-menu-grid img {
    display: block;
    width: 100%;
    height: 230px;
    object-fit: cover;
  }
  .full-menu-grid article>div {
    padding: 22px;
  }
  .full-menu-grid h3 {
    font: 700 1.5rem "Cormorant Garamond",serif;
    margin: 0;
  }
  .full-menu-grid p {
    font-size: .77rem;
    color: #61716d;
    margin: 6px 0 14px;
  }
  .full-menu-grid span {
    color: #a87919;
    font-size: .6rem;
    text-transform: uppercase;
    letter-spacing: .12em;
    font-weight: 800;
  }
  .custom-menu-band {
    background: #075750;
    color: #fdf3d6;
    padding: 58px 0;
  }
  .custom-menu-band .shell {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
  }
  .custom-menu-band h2 {
    color: #fff5d8;
    margin-bottom: 8px;
  }
  .custom-menu-band p {
    margin: 0;
    color: #cfe1dc;
  }
  .custom-menu-band .gold-button,.page-cta .gold-button {
    background: #ae7e1d;
    border: 1px solid #e2bc68;
    box-shadow: inset 0 0 0 2px #075750;
    white-space: nowrap;
  }
  .gallery-mosaic {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-auto-rows: 250px;
    gap: 18px;
  }
  .gallery-mosaic figure {
    margin: 0;
    overflow: hidden;
    border: 1px solid rgba(168,121,25,.3);
  }
  .gallery-mosaic .gallery-wide {
    grid-column: span 2;
  }
  .gallery-mosaic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .5s ease;
  }
  .gallery-mosaic figure:hover img {
    transform: scale(1.04);
  }
  .contact-layout {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 80px;
    align-items: start;
  }
  .contact-points {
    display: grid;
    gap: 20px;
    margin-top: 35px;
  }
  .contact-points>div {
    display: flex;
    gap: 18px;
    align-items: center;
  }
  .contact-points b {
    width: 42px;
    height: 42px;
    border: 1px solid #b7892c;
    color: #a87919;
    display: grid;
    place-items: center;
    font: 700 1rem "Cormorant Garamond",serif;
  }
  .contact-points span {
    display: grid;
  }
  .contact-points strong {
    font: 700 1.05rem "Cormorant Garamond",serif;
  }
  .contact-points small {
    color: #657773;
  }
  .contact-form {
    background: #fff;
    border: 1px solid rgba(168,121,25,.3);
    padding: 38px;
    display: grid;
    gap: 18px;
    box-shadow: 0 12px 35px rgba(65,43,5,.08);
  }
  .field-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
  }
  .contact-form label {
    display: grid;
    gap: 7px;
    font-size: .69rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .08em;
    color: #4b625d;
  }
  .contact-form input,.contact-form select,.contact-form textarea {
    width: 100%;
    border: 1px solid #d8c496;
    background: #fffaf0;
    padding: 13px;
    color: #073f3c;
    text-transform: none;
    letter-spacing: 0;
    font-weight: 500;
  }
  .contact-form textarea {
    resize: vertical;
  }
  .contact-form button {
    border: 0;
    cursor: pointer;
  }
  .contact-form>small {
    color: #788783;
    font-size: .62rem;
  }
  .page-cta {
    padding: 70px 0;
    text-align: center;
    background: #f4e7c9;
    border-top: 1px solid rgba(168,121,25,.25);
  }
  .page-cta h2 {
    font: 600 clamp(2.7rem,4.5vw,4.6rem)/.9 "Cormorant Garamond",serif;
    color: #07534f;
    margin: 0 auto 28px;
  }
  .page-cta .gold-button {
    min-width: 210px;
  }
  .footer-grid {
    grid-template-columns: 1.2fr .75fr 1fr 1.3fr;
    padding: 54px 0 42px;
    gap: 44px;
  }
  .footer-brand p {
    max-width: 260px;
    font-size: .72rem;
    color: #bed7d1;
    margin: 22px 0 0;
    line-height: 1.7;
  }
  .footer-col {
    padding-left: 24px;
    min-height: 150px;
  }
  .footer-col h3,.footer-contact h3 {
    font-size: 1.28rem;
  }
  .footer-col a {
    font-size: .73rem;
    margin: 2px 0;
  }
  .footer-col a:hover {
    color: #f0cb70;
  }
  .footer-contact {
    border-left: 1px solid rgba(242,212,135,.38);
    padding-left: 32px;
  }
  .footer-contact h3 {
    font: 600 1.7rem "Cormorant Garamond",serif;
    margin: 5px 0 10px;
  }
  .footer-contact p {
    font-size: .72rem;
    color: #c5dcd7;
    line-height: 1.6;
  }
  .footer-eyebrow {
    color: #e0bb62;
    font-size: .58rem;
    text-transform: uppercase;
    letter-spacing: .16em;
  }
  .footer-cta-button {
    display: inline-flex;
    gap: 14px;
    align-items: center;
    margin-top: 8px;
    color: #f6d477;
    text-decoration: none;
    font-size: .72rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .05em;
  }
  .footer-bottom {
    background: #034842;
    padding: 13px 0;
  }
  .royal-topbar {
    background: linear-gradient(90deg,#043f3b,#075b53 52%,#043f3b);
    border-bottom: 1px solid rgba(230,194,102,.3);
    font-size: .62rem;
    letter-spacing: .13em;
  }
  .royal-topbar .shell {
    min-height: 34px;
  }
  .royal-topbar .shell>span {
    font-weight: 800;
    color: #f5d88c;
  }
  .topbar-services {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-left: auto;
    color: #d9e7e3;
  }
  .topbar-services b {
    color: #d5a83f;
  }
  .royal-topbar a {
    margin-left: 24px;
    display: flex;
    align-items: center;
    gap: 9px;
    color: #fff8df;
  }
  .royal-topbar a i {
    font-style: normal;
    color: #e5bb57;
    font-size: .9rem;
  }
  .site-header {
    background: rgba(255,249,235,.97);
    border-top: 0;
    box-shadow: 0 8px 30px rgba(43,38,16,.08);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
  }
  .header-inner {
    height: 96px;
    grid-template-columns: 160px minmax(0,1fr) 154px;
    gap: 24px;
  }
  .ornament {
    font-size: 38px;
    top: -13px;
    opacity: .5;
  }
  .brand {
    width: 145px;
  }
  .brand-crown {
    font-size: 19px;
    height: 11px;
  }
  .brand-d {
    font-size: 2.75rem;
  }
  .brand-name {
    font-size: 1.08rem;
  }
  .brand-bhog {
    font-size: .9rem;
  }
  .brand small {
    font-size: .38rem;
    margin-top: 6px;
  }
  .main-menu {
    gap: 24px;
    align-items: center;
  }
  .main-menu a {
    font-size: .7rem;
    font-weight: 800;
    letter-spacing: .095em;
    padding: 36px 0 34px;
    color: #123f3b;
    transition: color .2s ease;
  }
  .main-menu a:after {
    content: "";
    position: absolute;
    left: 50%;
    right: 50%;
    bottom: 25px;
    height: 2px;
    background: #b48525;
    transition: left .2s ease,right .2s ease;
  }
  .main-menu a:hover,.main-menu a.active {
    color: #a87919;
  }
  .main-menu a:hover:after,.main-menu a.active:after {
    left: 0;
    right: 0;
  }
  .order-button {
    min-width: 154px;
    border: 1px solid #0a5b53;
    border-radius: 2px;
    box-shadow: inset 0 0 0 2px #d0a647;
    background: linear-gradient(135deg,#075b53,#034943);
    padding: 13px 16px;
    font-size: .68rem;
    letter-spacing: .06em;
    text-transform: uppercase;
    transition: transform .2s ease,box-shadow .2s ease;
  }
  .order-button b {
    font-size: 1rem;
    color: #f1cd76;
  }
  .order-button:hover {
    transform: translateY(-2px);
    box-shadow: inset 0 0 0 2px #e1bb60,0 7px 18px rgba(4,72,66,.2);
  }
  .menu-toggle {
    width: 44px;
    height: 44px;
    border: 1px solid rgba(168,121,25,.35);
    place-content: center;
    cursor: pointer;
  }
  .menu-toggle span {
    width: 22px;
    margin: 4px auto;
    transition: .2s;
  }
  .header-logo {
    display: block;
    width: 170px;
    height: 86px;
    overflow: hidden;
    line-height: normal;
    border-radius: 3px;
    isolation: isolate;
  }
  .header-logo-mark {
    display: block;
    width: 100%;
    height: 100%;
    background-image: url("https://dmaharani.protoysindia.com/wp-content/uploads/2026/09/D-Maharani-Bhog-Header-Logo.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    mix-blend-mode: normal;
    filter: none;
    transition: transform .25s ease;
  }
  .header-logo:hover .header-logo-mark {
    transform: scale(1.025);
  }
  .order-button {
    position: relative;
    min-width: 158px;
    height: 48px;
    gap: 10px;
    overflow: hidden;
    border: 1px solid #ad7e1d;
    border-radius: 4px;
    background: linear-gradient(135deg,#075b53 0%,#034740 100%);
    box-shadow: inset 0 0 0 2px rgba(238,201,111,.7),0 7px 18px rgba(3,69,63,.16);
    font-size: .68rem;
    letter-spacing: .08em;
  }
  .order-button:before {
    content: "";
    position: absolute;
    inset: 3px;
    border: 1px solid rgba(255,244,209,.2);
    pointer-events: none;
  }
  .order-button i {
    font-style: normal;
    color: #e8bd5a;
    font-size: .75rem;
  }
  .order-button span,.order-button b {
    position: relative;
    z-index: 1;
  }
  .order-button b {
    margin-left: 2px;
    color: #f7dc93;
    font-size: 1rem;
    transition: transform .2s ease;
  }
  .order-button:hover {
    background: linear-gradient(135deg,#09675e,#054a43);
    transform: translateY(-2px);
    box-shadow: inset 0 0 0 2px rgba(238,201,111,.85),0 10px 24px rgba(3,69,63,.22);
  }
  .order-button:hover b {
    transform: translate(2px,-2px);
  }
  .footer-logo-link {
    display: flex;
    width: 178px;
    height: 126px;
    align-items: center;
    justify-content: center;
    padding: 9px;
    background: #fff8e8;
    border: 1px solid rgba(224,187,98,.8);
    border-radius: 4px;
    box-shadow: inset 0 0 0 3px rgba(6,87,80,.08),0 10px 24px rgba(0,31,28,.18);
    overflow: hidden;
    transition: transform .2s ease,box-shadow .2s ease;
  }
  .footer-logo-link:hover {
    transform: translateY(-2px);
    box-shadow: inset 0 0 0 3px rgba(6,87,80,.1),0 14px 28px rgba(0,31,28,.24);
  }
  .footer-logo-img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  @media (max-width:980px) {
    .header-inner {
      grid-template-columns: 150px 1fr auto;
      height: 98px;
    }
    .header-quote {
      display: none;
    }
    .menu-toggle {
      display: block;
      justify-self: end;
    }
    .main-menu {
      display: none;
      position: absolute;
      top: 100%;
      left: 0;
      right: 0;
      background: #fff7e5;
      flex-direction: column;
      gap: 0;
      padding: 18px 28px;
      border-bottom: 1px solid #a87919;
    }
    .main-menu.is-open {
      display: flex;
    }
    .main-menu a {
      padding: 10px;
    }
    .order-button {
      min-width: 135px;
    }
    .hero-reference-grid {
      grid-template-columns: 1fr;
      min-height: 0;
    }
    .hero-reference-copy {
      padding: 55px 28px 35px;
    }
    .hero-reference-art {
      height: 520px;
    }
    .hero-reference h1 {
      font-size: 6rem;
    }
    .value-grid {
      grid-template-columns: repeat(2,1fr);
      row-gap: 20px;
    }
    .reference-card-grid {
      grid-template-columns: repeat(2,1fr);
    }
    .menu-grid {
      grid-template-columns: repeat(3,1fr);
    }
    .testimonial-grid {
      grid-template-columns: 1fr 1fr;
    }
    .blessing-box {
      grid-column: 1/-1;
    }
    .footer-grid {
      grid-template-columns: 1.2fr 1fr 1.3fr;
    }
    .footer-palace {
      display: none;
    }
    .royal-topbar .shell {
      justify-content: center;
    }
    .royal-topbar a {
      margin-left: 0;
    }
    .header-inner {
      grid-template-columns: 150px 1fr auto;
    }
    .page-hero-grid {
      grid-template-columns: 1fr;
      gap: 0;
      padding-block: 30px;
    }
    .page-hero-grid>div {
      padding: 35px 0 15px;
    }
    .page-hero img {
      height: 380px;
    }
    .split-layout {
      grid-template-columns: 1fr;
      gap: 45px;
    }
    .service-detail-grid {
      grid-template-columns: 1fr;
    }
    .full-menu-grid {
      grid-template-columns: repeat(2,1fr);
    }
    .contact-layout {
      grid-template-columns: 1fr;
      gap: 45px;
    }
    .footer-grid {
      grid-template-columns: 1.1fr 1fr 1fr;
    }
    .footer-contact {
      grid-column: 1/-1;
      border-left: 0;
      border-top: 1px solid rgba(242,212,135,.3);
      padding: 25px 0 0;
    }
    .gallery-mosaic {
      grid-auto-rows: 220px;
    }
    .topbar-services {
      display: none;
    }
    .royal-topbar .shell>span {
      margin-right: auto;
    }
    .header-logo {
      width: 145px;
      height: 82px;
    }
    .header-logo-mark {
      background-size: contain;
      background-position: center;
    }
    .header-inner {
      height: 90px;
    }
    .main-menu {
      top: calc(100% + 1px);
      padding: 12px 24px 22px;
      box-shadow: 0 18px 35px rgba(38,30,8,.12);
    }
    .main-menu a {
      padding: 13px 8px;
      border-bottom: 1px solid rgba(168,121,25,.15);
    }
    .main-menu a:after {
      display: none;
    }
    .main-menu a:last-child {
      border-bottom: 0;
    }
  }
  @media (max-width:640px) {
    .shell {
      width: min(100% - 26px,1200px);
    }
    .royal-thali-hero {
      height: auto;
    }
    .royal-thali-hero>img {
      height: auto;
      object-fit: contain;
      object-position: center center;
    }
    .header-inner {
      grid-template-columns: 120px auto;
      height: 86px;
    }
    .brand {
      width: 120px;
    }
    .brand-d {
      font-size: 2.4rem;
    }
    .brand-name {
      font-size: 1rem;
    }
    .brand small {
      display: none;
    }
    .order-button {
      display: none;
    }
    .hero-reference-copy {
      padding: 42px 5px 28px;
    }
    .hero-reference h1 {
      font-size: 4.3rem;
    }
    .hero-subcopy {
      font-size: 1rem;
    }
    .hero-buttons {
      flex-direction: column;
      align-items: flex-start;
      gap: 14px;
    }
    .hero-mini-values {
      gap: 14px;
    }
    .hero-reference-art {
      height: 390px;
    }
    .hero-art-window img {
      object-position: 8% center;
    }
    .hero-blessing {
      right: 3%;
      font-size: .62rem;
    }
    .value-grid {
      grid-template-columns: 1fr;
    }
    .value-grid>div {
      border-right: 0;
      border-bottom: 1px solid rgba(168,121,25,.25);
      padding: 10px 20px;
    }
    .reference-card-grid {
      grid-template-columns: 1fr;
    }
    .reference-card>img {
      height: 180px;
    }
    .menu-grid {
      grid-template-columns: repeat(2,1fr);
    }
    .menu-title>a {
      position: static;
      grid-column: 1/-1;
      justify-self: center;
      margin-top: 8px;
    }
    .testimonial-grid,.enquiry-band-grid {
      grid-template-columns: 1fr;
    }
    .compact-form {
      grid-template-columns: 1fr;
    }
    .footer-grid {
      grid-template-columns: 1fr 1fr;
    }
    .footer-brand {
      grid-column: 1/-1;
    }
    .footer-col {
      border-left: 0;
      padding-left: 0;
    }
    .footer-bottom .shell {
      flex-wrap: wrap;
    }
    .footer-bottom em {
      margin-left: 0;
      width: 100%;
    }
    .royal-topbar {
      display: none;
    }
    .site-header {
      top: 0;
    }
    .page-hero-grid {
      padding-block: 12px;
    }
    .page-hero-grid>div {
      padding: 32px 0 12px;
    }
    .page-hero h1 {
      font-size: 3.25rem;
    }
    .page-hero img {
      height: 260px;
    }
    .inner-section {
      padding: 55px 0;
    }
    .image-frame img {
      height: 330px;
    }
    .info-grid,.full-menu-grid {
      grid-template-columns: 1fr;
    }
    .service-detail-grid article {
      grid-template-columns: 1fr;
    }
    .service-detail-grid img {
      height: 210px;
    }
    .gallery-mosaic {
      grid-template-columns: 1fr;
      grid-auto-rows: 240px;
    }
    .gallery-mosaic .gallery-wide {
      grid-column: auto;
    }
    .custom-menu-band .shell {
      flex-direction: column;
      align-items: flex-start;
    }
    .contact-form {
      padding: 23px;
    }
    .field-row {
      grid-template-columns: 1fr;
    }
    .page-cta {
      padding: 55px 0;
    }
    .footer-grid {
      grid-template-columns: 1fr 1fr;
      gap: 30px;
    }
    .footer-contact {
      grid-column: 1/-1;
    }
    .footer-brand p {
      margin-inline: auto;
      text-align: center;
    }
    .footer-brand .brand,.footer-logo-link {
      margin-inline: auto;
    }
    .footer-logo-link {
      width: 155px;
      height: 112px;
    }
    .header-inner {
      height: 82px;
    }
    .header-logo {
      width: 126px;
      height: 70px;
    }
    .header-logo-mark {
      background-size: contain;
      background-position: center;
    }
    .ornament {
      display: none;
    }
    .menu-toggle {
      justify-self: end;
    }
    .main-menu {
      padding-inline: 18px;
    }
    .main-menu a {
      font-size: .74rem;
      letter-spacing: .1em;
    }
  }
}
@layer base {
  input:where([type='text']),input:where(:not([type])),input:where([type='email']),input:where([type='url']),input:where([type='password']),input:where([type='number']),input:where([type='date']),input:where([type='datetime-local']),input:where([type='month']),input:where([type='search']),input:where([type='tel']),input:where([type='time']),input:where([type='week']),select:where([multiple]),textarea,select {
    appearance: none;
    background-color: #fff;
    border-color: oklch(55.1% 0.027 264.364);
    border-width: 1px;
    border-radius: 0px;
    padding-top: 0.5rem;
    padding-right: 0.75rem;
    padding-bottom: 0.5rem;
    padding-left: 0.75rem;
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-shadow: 0 0 #0000;
    &:focus {
      outline: 2px solid transparent;
      outline-offset: 2px;
      --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-color: oklch(54.6% 0.245 262.881);
      --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
      --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
      box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
      border-color: oklch(54.6% 0.245 262.881);
    }
  }
  input::placeholder,textarea::placeholder {
    color: oklch(55.1% 0.027 264.364);
    opacity: 1;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-date-and-time-value {
    min-height: 1.5em;
  }
  ::-webkit-date-and-time-value {
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field {
    padding-top: 0;
    padding-bottom: 0;
  }
  select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='oklch(55.1%25 0.027 264.364)' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
    background-position: right 0.5rem center;
    background-repeat: no-repeat;
    background-size: 1.5em 1.5em;
    padding-right: 2.5rem;
    print-color-adjust: exact;
  }
  select:where([multiple]),select:where([size]:not([size="1"])) {
    background-image: initial;
    background-position: initial;
    background-repeat: unset;
    background-size: initial;
    padding-right: 0.75rem;
    print-color-adjust: unset;
  }
  input:where([type='checkbox']),input:where([type='radio']) {
    appearance: none;
    padding: 0;
    print-color-adjust: exact;
    display: inline-block;
    vertical-align: middle;
    background-origin: border-box;
    user-select: none;
    flex-shrink: 0;
    height: 1rem;
    width: 1rem;
    color: oklch(54.6% 0.245 262.881);
    background-color: #fff;
    border-color: oklch(55.1% 0.027 264.364);
    border-width: 1px;
    --tw-shadow: 0 0 #0000;
  }
  input:where([type='checkbox']) {
    border-radius: 0px;
  }
  input:where([type='radio']) {
    border-radius: 100%;
  }
  input:where([type='checkbox']):focus,input:where([type='radio']):focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
    --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
    --tw-ring-offset-width: 2px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: oklch(54.6% 0.245 262.881);
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  input:where([type='checkbox']):checked,input:where([type='radio']):checked {
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
  }
  input:where([type='checkbox']):checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
    @media (forced-colors: active) {
      appearance: auto;
    }
  }
  input:where([type='radio']):checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
    @media (forced-colors: active) {
      appearance: auto;
    }
  }
  input:where([type='checkbox']):checked:hover,input:where([type='checkbox']):checked:focus,input:where([type='radio']):checked:hover,input:where([type='radio']):checked:focus {
    border-color: transparent;
    background-color: currentColor;
  }
  input:where([type='checkbox']):indeterminate {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    @media (forced-colors: active) {
      appearance: auto;
    }
  }
  input:where([type='checkbox']):indeterminate:hover,input:where([type='checkbox']):indeterminate:focus {
    border-color: transparent;
    background-color: currentColor;
  }
  input:where([type='file']) {
    background: unset;
    border-color: inherit;
    border-width: 0;
    border-radius: 0;
    padding: 0;
    font-size: unset;
    line-height: inherit;
  }
  input:where([type='file']):focus {
    outline: 1px solid ButtonText;
    outline: 1px auto -webkit-focus-ring-color;
  }
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-border-style: solid;
      --tw-font-weight: initial;
      --tw-tracking: initial;
    }
  }
}
