/*! 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: .82rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-xl: 1.4rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.9rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 2.7rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-4xl: 4rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --text-5xl: 6.5rem;
    --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: #a98557;
    --color-neutral: #171713;
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji');
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type='button'], [type='reset'], [type='submit']), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden='until-found'])) {
    display: none !important;
  }
}
@layer utilities {
  .static {
    position: static;
  }
  .-mx-6 {
    margin-inline: calc(var(--spacing) * -6);
  }
  .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;
  }
  .hidden {
    display: none;
  }
  .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;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .resize {
    resize: both;
  }
  .items-center {
    align-items: center;
  }
  .justify-between {
    justify-content: space-between;
  }
  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }
  .gap-12 {
    gap: calc(var(--spacing) * 12);
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }
  .py-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);
  }
  .text-center {
    text-align: center;
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  .text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .tracking-tight {
    --tw-tracking: var(--tracking-tight);
    letter-spacing: var(--tracking-tight);
  }
  .tracking-wider {
    --tw-tracking: var(--tracking-wider);
    letter-spacing: var(--tracking-wider);
  }
  .text-neutral {
    color: var(--color-neutral);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .not-italic {
    font-style: normal;
  }
  .no-underline {
    text-decoration-line: none;
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-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\: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 {
  :root {
    --ink: #171713;
    --paper: #f1eee7;
    --stone: #d8d2c6;
    --bronze: #a98557;
    --chalk: #f8f5ee;
    --ease: cubic-bezier(.2,.75,.25,1);
  }
  * {
    box-sizing: border-box;
  }
  html {
    scroll-behavior: smooth;
  }
  body.shapes-site {
    margin: 0;
    background: var(--paper);
    color: var(--ink);
    font-family: "Manrope",sans-serif;
    overflow-x: hidden;
  }
  body.admin-bar .site-header {
    top: 32px;
  }
  a {
    color: inherit;
  }
  .screen-reader-text {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0;
  }
  [x-cloak] {
    display: none !important;
  }
}
@layer components {
  .skip-link {
    position: fixed;
    left: 1rem;
    top: -5rem;
    z-index: 9999;
    background: #fff;
    padding: .8rem 1rem;
  }
  .skip-link:focus {
    top: 1rem;
  }
  .site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    color: #fff;
    background: rgba(17,17,14,.82);
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
    border-bottom: 1px solid rgba(255,255,255,.16);
    box-shadow: 0 8px 30px rgba(0,0,0,.12);
  }
  .header-shell {
    height: 92px;
    display: flex;
    align-items: center;
    gap: 3rem;
    padding: 0 clamp(1.2rem,4vw,5rem);
  }
  .brand {
    display: flex;
    align-items: center;
    text-decoration: none;
    margin-right: auto;
  }
  .brand-logo {
    display: block;
    width: auto;
    height: 68px;
    max-width: min(280px,42vw);
    object-fit: contain;
  }
  .brand-mark {
    width: 42px;
    height: 42px;
    border: 1px solid rgba(255,255,255,.55);
    display: grid;
    place-items: center;
    transform: rotate(45deg);
  }
  .brand-mark span {
    font: 600 1.35rem "Cormorant Garamond";
    transform: rotate(-45deg);
  }
  .brand-copy {
    display: grid;
    line-height: 1;
  }
  .brand-copy strong {
    font-size: .86rem;
    letter-spacing: .24em;
  }
  .brand-copy small {
    font-size: .52rem;
    letter-spacing: .26em;
    margin-top: .35rem;
  }
  .desktop-nav {
    display: flex;
    gap: 2rem;
  }
  .desktop-nav a,.header-cta {
    font-size: .75rem;
    text-transform: uppercase;
    letter-spacing: .13em;
    text-decoration: none;
  }
  .desktop-nav a {
    position: relative;
  }
  .desktop-nav a:after {
    content: "";
    position: absolute;
    left: 0;
    right: 100%;
    bottom: -.45rem;
    height: 1px;
    background: #fff;
    transition: right .35s var(--ease);
  }
  .desktop-nav a:hover:after,.desktop-nav a:focus-visible:after {
    right: 0;
  }
  .header-cta {
    border: 1px solid rgba(255,255,255,.55);
    padding: .82rem 1rem;
  }
  .menu-toggle,.mobile-nav {
    display: none;
  }
  .hero {
    height: max(760px,100svh);
    min-height: 680px;
    position: relative;
    color: #fff;
    isolation: isolate;
  }
  .hero-media,.hero-shade,.hero-grid {
    position: absolute;
    inset: 0;
  }
  .hero-media {
    overflow: hidden;
    z-index: -3;
    background: #262722;
  }
  .hero-image {
    width: 100%;
    height: 112%;
    object-fit: cover;
    position: absolute;
    inset: -6% 0;
    animation: hero-breathe 16s ease-in-out infinite alternate;
  }
  .hero-shade {
    background: linear-gradient(90deg,rgba(10,12,10,.72),rgba(10,12,10,.25) 62%,rgba(10,12,10,.45)),linear-gradient(0deg,rgba(10,10,8,.58),transparent 55%);
  }
  .hero-grid {
    z-index: -1;
    background: linear-gradient(90deg,transparent calc(50% - .5px),rgba(255,255,255,.16) 50%,transparent calc(50% + .5px));
    pointer-events: none;
  }
  .hero-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 150px clamp(1.2rem,6vw,7.5rem) clamp(3rem,7vh,5rem);
  }
  .hero-kicker,.eyebrow {
    font-size: .68rem;
    letter-spacing: .22em;
    text-transform: uppercase;
  }
  .hero h1 {
    font: 400 clamp(4.1rem,9.5vw,9rem)/.79 "Cormorant Garamond",serif;
    letter-spacing: -.045em;
    margin: 1.7rem 0 2.5rem;
    max-width: 1100px;
  }
  .hero h1 em {
    font-weight: 300;
  }
  .hero-bottom {
    border-top: 1px solid rgba(255,255,255,.35);
    padding-top: 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  .hero-bottom p {
    font-size: clamp(.9rem,1.4vw,1.15rem);
    line-height: 1.7;
    max-width: 520px;
    margin: 0;
  }
  .circle-link {
    width: 104px;
    height: 104px;
    border: 1px solid rgba(255,255,255,.6);
    border-radius: 50%;
    display: grid;
    place-items: center;
    text-decoration: none;
    position: relative;
    transition: .35s;
  }
  .circle-link span {
    font-size: .68rem;
    text-transform: uppercase;
    letter-spacing: .16em;
  }
  .circle-link svg {
    width: 18px;
    fill: none;
    stroke: currentColor;
    position: absolute;
    bottom: 17px;
  }
  .circle-link:hover {
    background: #fff;
    color: #111;
    transform: rotate(-8deg);
  }
  .hero-index {
    position: absolute;
    right: 2rem;
    top: 50%;
    display: grid;
    gap: .8rem;
    justify-items: center;
    font-size: .6rem;
    letter-spacing: .15em;
  }
  .hero-index i {
    height: 60px;
    width: 1px;
    background: rgba(255,255,255,.55);
  }
  .reveal {
    opacity: 0;
    transform: translateY(26px);
    animation: reveal-in 1s var(--ease) .25s forwards;
  }
  .delay-1 {
    animation-delay: .42s;
  }
  .delay-2 {
    animation-delay: .65s;
  }
  .section-shell {
    width: min(1320px,calc(100% - 10vw));
    margin-inline: auto;
  }
  .section-number {
    font-size: .66rem;
    text-transform: uppercase;
    letter-spacing: .17em;
    color: #5d5f59;
  }
  .section-number.light {
    color: #c8c8c0;
  }
  .manifesto {
    min-height: 750px;
    padding-block: clamp(7rem,13vw,12rem);
    display: grid;
    grid-template-columns: 1fr 2.1fr 1fr;
    gap: 3rem;
    align-items: start;
  }
  .manifesto-copy h2,.section-heading h2,.expertise h2,.process h2,.image-break h2,.site-footer h2 {
    font: 400 clamp(3.2rem,6.5vw,6.2rem)/.92 "Cormorant Garamond",serif;
    letter-spacing: -.035em;
    margin: 0;
  }
  .manifesto-copy p {
    font-size: clamp(1.1rem,1.75vw,1.5rem);
    line-height: 1.65;
    max-width: 750px;
    margin: 2.5rem 0;
  }
  .text-link {
    text-transform: uppercase;
    letter-spacing: .13em;
    font-size: .68rem;
    text-decoration: none;
    border-bottom: 1px solid;
    padding-bottom: .35rem;
  }
  .orbit-object {
    width: 230px;
    height: 230px;
    position: relative;
    perspective: 800px;
    margin-top: 5rem;
    animation: float 7s ease-in-out infinite;
  }
  .orbit {
    position: absolute;
    inset: 20px;
    border: 1px solid #88857c;
    border-radius: 50%;
  }
  .orbit-a {
    transform: rotateX(65deg);
  }
  .orbit-b {
    transform: rotateY(65deg);
  }
  .solid {
    position: absolute;
    width: 70px;
    height: 70px;
    background: var(--bronze);
    left: 80px;
    top: 80px;
    transform: rotate(35deg);
    box-shadow: 18px 22px 45px rgba(44,37,29,.25);
  }
  .projects-section {
    padding: 4rem 0 10rem;
    background: #dfdbd2;
  }
  .section-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    padding: 5rem 0 7rem;
  }
  .section-heading h2 {
    margin-top: 1.2rem;
  }
  .section-heading>p {
    max-width: 410px;
    line-height: 1.8;
    color: #53554f;
  }
  .project-stack {
    display: grid;
    gap: 9rem;
  }
  .project-card {
    perspective: 1200px;
  }
  .project-card:nth-child(even) {
    width: 82%;
    margin-left: auto;
  }
  .project-image-wrap {
    position: relative;
    overflow: hidden;
    background: #bbb;
    transform-style: preserve-3d;
    transition: transform .8s var(--ease),box-shadow .8s var(--ease);
  }
  .project-card:hover .project-image-wrap {
    transform: perspective(1200px) rotateX(1deg) rotateY(-2deg) translateY(-8px);
    box-shadow: 0 35px 70px rgba(36,33,29,.2);
  }
  .project-image {
    display: block;
    width: 100%;
    height: min(70vw,780px);
    object-fit: cover;
    transition: transform 1.1s var(--ease);
  }
  .project-card:hover .project-image {
    transform: scale(1.035);
  }
  .project-no {
    position: absolute;
    top: 1.4rem;
    left: 1.4rem;
    background: rgba(245,242,235,.88);
    backdrop-filter: blur(8px);
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    font-size: .7rem;
  }
  .project-meta {
    display: flex;
    justify-content: space-between;
    padding-top: 1.4rem;
    border-top: 1px solid #aaa69d;
    margin-top: 1.2rem;
  }
  .project-meta span,.project-meta p {
    font-size: .65rem;
    text-transform: uppercase;
    letter-spacing: .15em;
    color: #656761;
  }
  .project-meta h3 {
    font: 400 clamp(2rem,4vw,4rem) "Cormorant Garamond";
    margin: .4rem 0 0;
  }
  .expertise {
    background: #191a17;
    color: #f1eee7;
    padding: clamp(7rem,12vw,11rem) 0;
  }
  .expertise-head {
    display: grid;
    grid-template-columns: 1.4fr .6fr;
    gap: 4rem;
    align-items: end;
    margin: 2rem 0 7rem;
  }
  .expertise-head p {
    line-height: 1.8;
    color: #bfc0b9;
    max-width: 390px;
  }
  .service-list {
    border-top: 1px solid #484943;
  }
  .service-list a {
    display: grid;
    grid-template-columns: 60px 1.2fr 1fr 30px;
    align-items: center;
    gap: 1rem;
    padding: 2rem 0;
    border-bottom: 1px solid #484943;
    text-decoration: none;
    transition: .35s;
  }
  .service-list a:hover {
    padding-inline: 1rem;
    background: #22231f;
  }
  .service-list span,.service-list em {
    font-size: .64rem;
    letter-spacing: .13em;
    text-transform: uppercase;
    color: #989b92;
    font-style: normal;
  }
  .service-list strong {
    font: 400 clamp(1.7rem,3vw,3rem) "Cormorant Garamond";
  }
  .process {
    padding-block: clamp(7rem,12vw,11rem);
  }
  .process-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10vw;
    margin-top: 4rem;
  }
  .process-sticky {
    position: sticky;
    top: 8rem;
    align-self: start;
  }
  .process-sticky h2 {
    margin: 1.5rem 0 3rem;
  }
  .line-model {
    width: 240px;
    height: 140px;
    position: relative;
    perspective: 600px;
  }
  .line-model span {
    position: absolute;
    inset: 20px;
    border: 1px solid #928c80;
  }
  .line-model span:nth-child(1) {
    transform: rotateY(60deg);
  }
  .line-model span:nth-child(2) {
    transform: rotateX(62deg);
  }
  .line-model span:nth-child(3) {
    transform: rotate(45deg);
    inset: 45px;
  }
  .process-steps {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .process-steps li {
    display: grid;
    grid-template-columns: 50px 1fr;
    gap: 2rem;
    padding: 2.8rem 0;
    border-top: 1px solid #c1bdb4;
  }
  .process-steps li>span {
    font-size: .65rem;
  }
  .process-steps h3 {
    font: 400 2rem "Cormorant Garamond";
    margin: 0 0 .7rem;
  }
  .process-steps p {
    margin: 0;
    line-height: 1.75;
    color: #5c5f58;
  }
  .image-break {
    height: 780px;
    position: relative;
    color: #fff;
    display: grid;
    place-items: center;
    overflow: hidden;
  }
  .image-break:after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(13,15,12,.46);
  }
  .image-break-photo {
    position: absolute;
    inset: -8% 0;
    width: 100%;
    height: 116%;
    object-fit: cover;
  }
  .image-break-copy {
    position: relative;
    z-index: 1;
    text-align: center;
  }
  .image-break-copy>span {
    font-size: .68rem;
    text-transform: uppercase;
    letter-spacing: .2em;
  }
  .image-break h2 {
    margin: 1.5rem 0 2.5rem;
  }
  .button-light {
    display: inline-block;
    border: 1px solid rgba(255,255,255,.7);
    padding: 1rem 1.4rem;
    text-transform: uppercase;
    letter-spacing: .13em;
    font-size: .68rem;
    text-decoration: none;
    transition: .3s;
  }
  .button-light:hover {
    background: #fff;
    color: #111;
  }
  .flex-1 {
    padding-top: 92px;
  }
  .related-insight {
    background: #d7d0c4;
    padding: clamp(5rem,9vw,9rem) 4vw;
  }
  .related-insight>div {
    width: min(1000px,100%);
    margin: auto;
  }
  .related-insight span {
    font-size: .6rem;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: #6e6a63;
  }
  .related-insight h2 {
    font: 400 clamp(2.8rem,5vw,5.5rem)/.92 "Cormorant Garamond",serif;
    letter-spacing: -.04em;
    margin: 1.5rem 0;
  }
  .related-insight p {
    max-width: 680px;
    font-size: 1.05rem;
    line-height: 1.75;
  }
  .related-insight a {
    display: inline-block;
    margin-top: 1.5rem;
    text-transform: uppercase;
    letter-spacing: .14em;
    font-size: .62rem;
    text-decoration: none;
    border-bottom: 1px solid;
    padding-bottom: .4rem;
  }
  @media (max-width:600px) {
    .flex-1 {
      padding-top: 76px;
    }
  }
  .site-footer {
    background: #11120f;
    color: #eeeae1;
    padding: 9rem 0 2rem;
  }
  .footer-shell {
    width: min(1320px,calc(100% - 10vw));
    margin: auto;
  }
  .footer-intro {
    padding-bottom: 8rem;
  }
  .footer-intro h2 {
    margin: 1.3rem 0 2.5rem;
  }
  .text-link.light {
    border-color: #777;
  }
  .footer-grid {
    display: grid;
    grid-template-columns: 1.4fr repeat(3,1fr);
    gap: 4rem;
    padding: 3rem 0;
    border-top: 1px solid #3c3d38;
    border-bottom: 1px solid #3c3d38;
  }
  .footer-grid strong {
    font-family: "Cormorant Garamond";
    font-size: 1.35rem;
  }
  .footer-grid p {
    font-size: .78rem;
    line-height: 1.8;
    color: #aaa;
  }
  .footer-grid a {
    text-decoration: none;
  }
  .footer-label {
    text-transform: uppercase;
    letter-spacing: .16em;
    font-size: .62rem;
    color: #aaa79f;
  }
  .footer-bottom {
    display: flex;
    justify-content: space-between;
    padding-top: 2rem;
    font-size: .6rem;
    text-transform: uppercase;
    letter-spacing: .14em;
    color: #aaa79f;
  }
  @keyframes hero-breathe {
    to {
      transform: scale(1.045);
    }
  }
  @keyframes reveal-in {
    to {
      opacity: 1;
      transform: none;
    }
  }
  @keyframes float {
    50% {
      transform: translateY(-16px) rotate(4deg);
    }
  }
  @supports (animation-timeline:view()) {
    .project-card {
      animation: card-rise linear both;
      animation-timeline: view();
      animation-range: entry 5% cover 32%;
    }
    @keyframes card-rise {
      from {
        opacity: .25;
        transform: translateY(90px) scale(.96);
      }
      to {
        opacity: 1;
        transform: none;
      }
    }
  }
  @media (max-width:900px) {
    body.admin-bar .site-header {
      top: 46px;
    }
    .desktop-nav,.header-cta {
      display: none;
    }
    .menu-toggle {
      display: grid;
      gap: 5px;
      background: none;
      border: 0;
      padding: .5rem;
      min-width: 48px;
      min-height: 48px;
      place-content: center;
    }
    .menu-toggle span:not(.screen-reader-text) {
      display: block;
      width: 24px;
      height: 1px;
      background: #fff;
    }
    .mobile-nav {
      position: absolute;
      top: 92px;
      left: 0;
      right: 0;
      background: #171713;
      padding: 1.5rem;
      gap: 0;
    }
    .mobile-nav[style*="display: none"] {
      display: none !important;
    }
    .mobile-nav:not([style*="display: none"]) {
      display: grid;
    }
    .mobile-nav a {
      text-decoration: none;
      padding: 1rem;
      border-bottom: 1px solid #343530;
    }
    .manifesto {
      grid-template-columns: 1fr;
      min-height: 0;
    }
    .manifesto-copy {
      max-width: 800px;
    }
    .orbit-object {
      display: none;
    }
    .section-heading {
      display: grid;
      gap: 2.5rem;
    }
    .section-heading>p {
      max-width: 600px;
    }
    .project-card:nth-child(even) {
      width: 100%;
    }
    .expertise-head,.process-layout {
      grid-template-columns: 1fr;
    }
    .process-sticky {
      position: relative;
      top: auto;
    }
    .service-list a {
      grid-template-columns: 40px 1fr 26px;
    }
    .service-list em {
      display: none;
    }
    .footer-grid {
      grid-template-columns: 1fr 1fr;
    }
  }
  @media (max-width:600px) {
    .header-shell {
      height: 76px;
    }
    .brand-logo {
      height: 56px;
      max-width: 58vw;
    }
    .brand-copy {
      display: none;
    }
    .mobile-nav {
      top: 76px;
    }
    .hero {
      min-height: 700px;
    }
    .hero-content {
      padding-inline: 1.2rem;
    }
    .hero h1 {
      font-size: clamp(3.65rem,18vw,5.2rem);
    }
    .hero-bottom {
      align-items: center;
    }
    .hero-bottom p {
      max-width: 68%;
      font-size: .82rem;
    }
    .circle-link {
      width: 82px;
      height: 82px;
    }
    .hero-index {
      display: none;
    }
    .section-shell,.footer-shell {
      width: calc(100% - 2.4rem);
    }
    .manifesto {
      padding-block: 7rem;
    }
    .section-heading {
      padding: 4rem 0;
    }
    .project-stack {
      gap: 5rem;
    }
    .project-image {
      height: 70vh;
      max-height: 620px;
    }
    .project-meta {
      display: block;
    }
    .project-meta p {
      margin-top: 1rem;
    }
    .expertise-head {
      margin-bottom: 4rem;
    }
    .service-list a {
      padding: 1.5rem 0;
    }
    .process-layout {
      margin-top: 3rem;
    }
    .image-break {
      height: 640px;
    }
    .footer-grid {
      grid-template-columns: 1fr;
      gap: 2rem;
    }
    .footer-intro {
      padding-bottom: 5rem;
    }
    .footer-bottom {
      display: grid;
      gap: 1rem;
    }
  }
  .concept-badge {
    position: absolute;
    right: 1rem;
    top: 1rem;
    padding: .5rem .65rem;
    background: rgba(18,19,16,.75);
    color: #fff;
    font-size: .52rem;
    letter-spacing: .14em;
    text-transform: uppercase;
  }
  .portfolio-cta {
    display: flex;
    justify-content: flex-end;
    padding-top: 5rem;
  }
  .architectural-model {
    position: absolute;
    right: 5vw;
    top: 18%;
    width: min(42vw,560px);
    height: 55%;
    z-index: 0;
    perspective: 900px;
    opacity: .68;
    pointer-events: none;
  }
  .model-grid {
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(255,255,255,.12) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.12) 1px,transparent 1px);
    background-size: 42px 42px;
    transform: rotateX(64deg) translateY(26%);
    transform-origin: center bottom;
  }
  .model-mass {
    position: absolute;
    border: 1px solid rgba(255,255,255,.7);
    background: rgba(230,221,204,.08);
  }
  .mass-one {
    width: 62%;
    height: 38%;
    right: 6%;
    bottom: 16%;
    transform: rotateY(-18deg);
  }
  .mass-two {
    width: 34%;
    height: 58%;
    right: 40%;
    bottom: 16%;
    transform: translateZ(40px) rotateY(-18deg);
  }
  .mass-three {
    width: 26%;
    height: 24%;
    right: 2%;
    bottom: 54%;
    transform: translateZ(-20px) rotateY(-18deg);
  }
  .model-line {
    position: absolute;
    height: 1px;
    background: rgba(255,255,255,.72);
    transform-origin: left;
  }
  .line-one {
    width: 48%;
    right: 8%;
    bottom: 40%;
    transform: rotate(-34deg);
  }
  .line-two {
    width: 34%;
    right: 42%;
    bottom: 66%;
    transform: rotate(30deg);
  }
  .model-note {
    position: absolute;
    font-size: .5rem;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: rgba(255,255,255,.75);
  }
  .note-one {
    right: 1%;
    top: 24%;
  }
  .note-two {
    right: 66%;
    top: 35%;
  }
  .note-three {
    right: 14%;
    bottom: 7%;
  }
  .js .architectural-model {
    animation: model-enter 1.8s var(--ease) .45s both;
  }
  @keyframes model-enter {
    from {
      opacity: 0;
      transform: translate3d(9%,5%,0) rotateY(-10deg);
    }
    to {
      opacity: .68;
      transform: none;
    }
  }
  @media (max-width:900px) {
    .architectural-model {
      width: 52vw;
      right: -8vw;
      opacity: .45;
    }
    .concept-badge {
      top: auto;
      bottom: 1rem;
    }
  }
  @media (max-width:600px) {
    .architectural-model {
      width: 76vw;
      height: 42%;
      top: 25%;
      right: -24vw;
      opacity: .35;
    }
    .model-note {
      display: none;
    }
    .portfolio-cta {
      padding-top: 3rem;
    }
    .hero-content {
      z-index: 2;
    }
  }
  .space-stories {
    display: grid;
    grid-template-columns: 1fr 1fr;
    background: #111;
    gap: 2px;
  }
  .space-story {
    height: min(76vw,760px);
    position: relative;
    overflow: hidden;
    color: #fff;
    isolation: isolate;
  }
  .space-story-wide {
    grid-column: 1/-1;
    height: min(58vw,760px);
  }
  .space-story-image,.space-story-shade {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
  }
  .space-story-image {
    object-fit: cover;
    z-index: -2;
    transition: transform 1.2s var(--ease);
  }
  .space-story-shade {
    z-index: -1;
    background: linear-gradient(90deg,rgba(10,10,9,.76),rgba(10,10,9,.12) 72%);
  }
  .space-story-copy {
    height: 100%;
    padding: clamp(2rem,5vw,5rem);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
  }
  .space-story-copy>span {
    font-size: .62rem;
    letter-spacing: .18em;
    text-transform: uppercase;
  }
  .space-story-copy h2 {
    font: 400 clamp(3rem,6vw,6rem)/.88 "Cormorant Garamond",serif;
    letter-spacing: -.04em;
    margin: 1.4rem 0;
  }
  .space-story-copy p {
    max-width: 390px;
    line-height: 1.7;
    margin: 0 0 2rem;
  }
  .space-story-copy a {
    width: 78px;
    height: 78px;
    border: 1px solid rgba(255,255,255,.72);
    border-radius: 50%;
    display: grid;
    place-items: center;
    text-decoration: none;
    font-size: .6rem;
    letter-spacing: .12em;
    text-transform: uppercase;
    position: relative;
  }
  .space-story-copy a b {
    position: absolute;
    right: 9px;
    bottom: 8px;
    font-weight: 400;
  }
  .space-story:hover .space-story-image {
    transform: scale(1.045);
  }
  @media (max-width:760px) {
    .space-stories {
      grid-template-columns: 1fr;
    }
    .space-story,.space-story-wide {
      grid-column: auto;
      height: 78svh;
      min-height: 570px;
    }
    .space-story-copy {
      padding: 1.5rem;
    }
    .space-story-copy h2 {
      font-size: clamp(3.4rem,16vw,5.2rem);
    }
  }
  .new-home {
    background: #eee9df;
  }
  .editorial-shell {
    width: min(1360px,calc(100% - 8vw));
    margin: auto;
  }
  .scroll-hero {
    height: 300vh;
    background: #111;
  }
  .scroll-hero-stage {
    height: 100svh;
    min-height: 680px;
    position: sticky;
    top: 0;
    overflow: hidden;
    color: #fff;
  }
  .hero-slides,.hero-slide,.hero-tone,.hero-blueprint {
    position: absolute;
    inset: 0;
  }
  .hero-slide {
    opacity: 0;
    transform: scale(1.08);
    transition: opacity .8s ease,transform 1.4s var(--ease);
  }
  .hero-slide.is-active {
    opacity: 1;
    transform: scale(1);
  }
  .hero-slide-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .hero-tone {
    background: linear-gradient(90deg,rgba(11,10,9,.8),rgba(11,10,9,.15) 63%,rgba(11,10,9,.45)),linear-gradient(0deg,rgba(10,9,8,.55),transparent 50%);
  }
  .hero-blueprint {
    opacity: .22;
    background-image: linear-gradient(rgba(255,255,255,.15) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.15) 1px,transparent 1px);
    background-size: 8.333vw 8.333vw;
    mask-image: linear-gradient(90deg,#000,transparent 72%);
  }
  .hero-frame {
    position: relative;
    z-index: 2;
    height: 100%;
    padding: 120px 4vw 4vh;
    display: flex;
    flex-direction: column;
  }
  .hero-topline {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid rgba(255,255,255,.45);
    padding-top: .8rem;
    font-size: .56rem;
    text-transform: uppercase;
    letter-spacing: .18em;
  }
  .hero-live {
    flex: 1;
    position: relative;
  }
  .hero-message {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    opacity: 0;
    transform: translateY(35px);
    pointer-events: none;
    transition: .65s var(--ease);
  }
  .hero-message.is-active {
    opacity: 1;
    transform: none;
    pointer-events: auto;
  }
  .hero-message>p {
    font-size: .64rem;
    letter-spacing: .22em;
    text-transform: uppercase;
    margin: 0 0 1.8rem;
  }
  .hero-message h1 {
    font: 400 clamp(5rem,11.5vw,11rem)/.76 "Cormorant Garamond",serif;
    letter-spacing: -.055em;
    margin: 0;
  }
  .hero-message h1 em {
    font-weight: 300;
  }
  .hero-message-foot {
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin-top: 2.5rem;
    border-top: 1px solid rgba(255,255,255,.38);
    padding-top: 1.2rem;
  }
  .hero-message-foot>span {
    max-width: 480px;
    line-height: 1.65;
  }
  .hero-message-foot a {
    width: 92px;
    height: 92px;
    border: 1px solid rgba(255,255,255,.7);
    border-radius: 50%;
    display: grid;
    place-items: center;
    text-decoration: none;
    font-size: .6rem;
    text-transform: uppercase;
    letter-spacing: .12em;
    position: relative;
  }
  .hero-message-foot a b {
    position: absolute;
    bottom: 12px;
  }
  .hero-progress {
    position: absolute;
    right: 1.2rem;
    top: 45%;
    display: grid;
    justify-items: center;
    gap: .65rem;
    font-size: .55rem;
  }
  .hero-progress i {
    height: 90px;
    width: 1px;
    background: rgba(255,255,255,.35);
    position: relative;
  }
  .hero-progress b {
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 0;
    background: #fff;
  }
  .intro-statement {
    padding: clamp(8rem,14vw,15rem) 0;
  }
  .intro-statement .editorial-shell {
    display: grid;
    grid-template-columns: .55fr 2fr;
    gap: 5vw;
  }
  .chapter-label {
    font-size: .6rem;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: #6e6a63;
  }
  .intro-statement h2,.work-heading h2,.services-title h2,.process-heading h2,.closing-scene h2 {
    font: 400 clamp(3.6rem,7vw,7.5rem)/.88 "Cormorant Garamond",serif;
    letter-spacing: -.045em;
    margin: 0;
  }
  .intro-statement p {
    font-size: clamp(1.05rem,1.5vw,1.35rem);
    line-height: 1.75;
    max-width: 740px;
    margin: 3rem 0;
  }
  .intro-statement a,.closing-scene a {
    text-transform: uppercase;
    letter-spacing: .14em;
    font-size: .62rem;
    text-decoration: none;
    border-bottom: 1px solid;
    padding-bottom: .4rem;
  }
  .interior-stories {
    background: #171714;
    color: #eee9df;
    padding: clamp(8rem,13vw,13rem) 0 2px;
  }
  .interior-heading {
    display: grid;
    grid-template-columns: .55fr 2fr;
    gap: 5vw;
    align-items: start;
    margin-bottom: 6rem;
  }
  .interior-heading .chapter-label {
    color: #99958c;
  }
  .interior-heading h2 {
    font: 400 clamp(3.6rem,7vw,7.5rem)/.88 "Cormorant Garamond",serif;
    letter-spacing: -.045em;
    margin: 0;
  }
  .interior-heading p {
    font-size: clamp(1rem,1.35vw,1.25rem);
    line-height: 1.75;
    max-width: 650px;
    margin: 2.5rem 0 0;
    color: #bbb8b0;
  }
  .interior-grid {
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    gap: 2px;
  }
  .interior-card {
    height: 72vh;
    min-height: 560px;
    position: relative;
    overflow: hidden;
    isolation: isolate;
  }
  .interior-card-wide {
    grid-row: span 2;
    height: auto;
    min-height: calc(1120px + 2px);
  }
  .interior-card img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -2;
    transition: transform 1.2s var(--ease);
  }
  .interior-card:after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(0deg,rgba(10,10,9,.72),transparent 56%);
  }
  .interior-card>div {
    position: absolute;
    left: clamp(1.5rem,3vw,3rem);
    right: clamp(1.5rem,3vw,3rem);
    bottom: clamp(1.5rem,3vw,3rem);
  }
  .interior-card span {
    font-size: .58rem;
    letter-spacing: .18em;
    text-transform: uppercase;
  }
  .interior-card h3 {
    font: 400 clamp(2.5rem,4.5vw,4.8rem)/.95 "Cormorant Garamond",serif;
    max-width: 720px;
    margin: .7rem 0 0;
  }
  .interior-card:hover img {
    transform: scale(1.045);
  }
  .interior-cta {
    display: flex;
    justify-content: flex-end;
    padding-block: 3rem;
  }
  .interior-cta a {
    text-transform: uppercase;
    letter-spacing: .14em;
    font-size: .62rem;
    text-decoration: none;
    border-bottom: 1px solid;
    padding-bottom: .4rem;
  }
  @media (max-width:800px) {
    .interior-heading {
      grid-template-columns: 1fr;
      gap: 2rem;
    }
    .interior-grid {
      grid-template-columns: 1fr;
    }
    .interior-card,.interior-card-wide {
      grid-row: auto;
      height: 72svh;
      min-height: 540px;
    }
    .interior-cta {
      justify-content: flex-start;
    }
  }
  .editorial-work {
    background: #d7d0c4;
    padding: 8rem 0 2px;
  }
  .work-heading {
    display: grid;
    grid-template-columns: .5fr 1.4fr .65fr;
    gap: 4vw;
    align-items: end;
    margin-bottom: 7rem;
  }
  .work-heading p {
    line-height: 1.75;
    margin: 0;
  }
  .work-grid {
    display: grid;
    grid-template-columns: 1.65fr 1fr;
    gap: 2px;
  }
  .work-feature {
    height: 78vh;
    min-height: 620px;
    position: relative;
    overflow: hidden;
    color: #fff;
  }
  .work-feature-wide {
    grid-column: 1/-1;
    height: 86vh;
  }
  .work-feature img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 1.2s var(--ease);
  }
  .work-feature:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg,rgba(10,10,9,.68),transparent 58%);
  }
  .work-feature>div {
    position: absolute;
    z-index: 2;
    left: 2.5rem;
    right: 2.5rem;
    bottom: 2.5rem;
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: end;
  }
  .work-feature span {
    grid-column: 1/-1;
    font-size: .58rem;
    text-transform: uppercase;
    letter-spacing: .17em;
  }
  .work-feature h3 {
    font: 400 clamp(2.8rem,5vw,5.2rem) "Cormorant Garamond";
    margin: .5rem 0 0;
  }
  .work-feature b {
    font-size: .62rem;
    letter-spacing: .13em;
    text-transform: uppercase;
  }
  .work-feature:hover img {
    transform: scale(1.045);
  }
  .services-editorial {
    background: #171714;
    color: #eee9df;
    padding: clamp(8rem,12vw,12rem) 0;
  }
  .services-title {
    display: grid;
    grid-template-columns: .5fr 2fr;
    margin-bottom: 6rem;
  }
  .services-title .chapter-label {
    color: #8f8b83;
  }
  .service-rows {
    border-top: 1px solid #41413c;
  }
  .service-rows a {
    display: grid;
    grid-template-columns: 60px 1.1fr 1fr 30px;
    gap: 2rem;
    align-items: center;
    padding: 2rem 0;
    border-bottom: 1px solid #41413c;
    text-decoration: none;
  }
  .service-rows a>span,.service-rows a>p {
    font-size: .64rem;
    letter-spacing: .1em;
    color: #99998f;
  }
  .service-rows h3 {
    font: 400 clamp(2rem,3.7vw,4rem) "Cormorant Garamond";
    margin: 0;
  }
  .service-rows p {
    line-height: 1.6;
    max-width: 390px;
  }
  .process-editorial {
    padding: clamp(8rem,13vw,13rem) 0;
    background: #eee9df;
  }
  .process-heading {
    display: grid;
    grid-template-columns: .5fr 2fr;
    margin-bottom: 6rem;
  }
  .process-line {
    list-style: none;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    border-top: 1px solid #aaa49a;
  }
  .process-line li {
    padding: 2rem 2rem 0 0;
    position: relative;
  }
  .process-line li:before {
    content: "";
    position: absolute;
    top: -5px;
    left: 0;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #181814;
  }
  .process-line span {
    font-size: .6rem;
  }
  .process-line h3 {
    font: 400 2.2rem "Cormorant Garamond";
    margin: 2rem 0 .8rem;
  }
  .process-line p {
    line-height: 1.6;
    color: #66625c;
  }
  .closing-scene {
    height: 95svh;
    min-height: 700px;
    position: relative;
    color: #fff;
    display: grid;
    place-items: center;
    text-align: center;
    overflow: hidden;
  }
  .closing-scene>img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .closing-scene:after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(11,10,8,.48);
  }
  .closing-scene>div {
    position: relative;
    z-index: 2;
  }
  .closing-scene span {
    font-size: .6rem;
    letter-spacing: .2em;
    text-transform: uppercase;
  }
  .closing-scene h2 {
    margin: 1.5rem 0 3rem;
  }
  .site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
  }
  .new-home+.site-footer {
    position: relative;
  }
  @media (max-width:800px) {
    .hero-frame {
      padding: 100px 1.2rem 1.5rem;
    }
    .hero-topline span:last-child {
      display: none;
    }
    .hero-message h1 {
      font-size: clamp(4.4rem,20vw,7rem);
    }
    .hero-message-foot>span {
      max-width: 65%;
      font-size: .78rem;
    }
    .hero-message-foot a {
      width: 76px;
      height: 76px;
    }
    .hero-progress {
      display: none;
    }
    .intro-statement .editorial-shell,.work-heading,.services-title,.process-heading {
      grid-template-columns: 1fr;
      gap: 2rem;
    }
    .work-grid {
      grid-template-columns: 1fr;
    }
    .work-feature,.work-feature-small,.work-feature-wide {
      grid-column: auto;
      height: 76svh;
      min-height: 560px;
    }
    .service-rows a {
      grid-template-columns: 35px 1fr 22px;
      gap: 1rem;
    }
    .service-rows p {
      display: none;
    }
    .process-line {
      grid-template-columns: 1fr 1fr;
      gap: 3rem 1rem;
    }
    .closing-scene h2 {
      font-size: clamp(3.6rem,15vw,5.5rem);
    }
  }
  @media (max-width:500px) {
    .hero-message-foot>span {
      max-width: 62%;
    }
    .work-feature>div {
      left: 1.2rem;
      right: 1.2rem;
      bottom: 1.5rem;
      grid-template-columns: 1fr;
    }
    .work-feature b {
      margin-top: .8rem;
    }
    .process-line {
      grid-template-columns: 1fr;
    }
    .closing-scene {
      min-height: 620px;
    }
  }
  .design-commitments {
    background: #eee9df;
    padding: clamp(7rem,12vw,12rem) 0;
  }
  .commitments-head {
    display: grid;
    grid-template-columns: .5fr 2fr;
    gap: 4vw;
    align-items: start;
    margin-bottom: 6rem;
  }
  .commitments-head h2 {
    font: 400 clamp(3.6rem,7vw,7.5rem)/.88 "Cormorant Garamond",serif;
    letter-spacing: -.045em;
    margin: 0;
  }
  .commitments-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    border-top: 1px solid #aaa49a;
  }
  .commitments-grid article {
    padding: 2.4rem 2.5rem 1rem 0;
    border-right: 1px solid #c2bcb1;
    min-height: 310px;
  }
  .commitments-grid article+article {
    padding-left: 2.5rem;
  }
  .commitments-grid article:last-child {
    border-right: 0;
  }
  .commitments-grid span {
    font-size: .6rem;
    letter-spacing: .16em;
    color: #716c64;
  }
  .commitments-grid h3 {
    font: 400 clamp(2rem,3vw,3.2rem) "Cormorant Garamond",serif;
    margin: 4.5rem 0 1rem;
  }
  .commitments-grid p {
    max-width: 360px;
    line-height: 1.75;
    color: #5f5b55;
  }
  .work-feature:focus-visible,.service-rows a:focus-visible,.header-cta:focus-visible,.desktop-nav a:focus-visible {
    outline: 2px solid #fff;
    outline-offset: 5px;
  }
  .intro-statement a:focus-visible,.closing-scene a:focus-visible {
    outline: 2px solid currentColor;
    outline-offset: 6px;
  }
  @media (max-width:800px) {
    .commitments-head {
      grid-template-columns: 1fr;
      gap: 2rem;
    }
    .commitments-grid {
      grid-template-columns: 1fr;
    }
    .commitments-grid article,.commitments-grid article+article {
      padding: 2rem 0;
      border-right: 0;
      border-bottom: 1px solid #c2bcb1;
      min-height: 0;
    }
    .commitments-grid article:last-child {
      border-bottom: 0;
    }
    .commitments-grid h3 {
      margin: 2rem 0 .7rem;
    }
  }
  @media (prefers-reduced-motion:reduce) {
    html {
      scroll-behavior: auto;
    }
    *,*:before,*:after {
      animation-duration: .01ms !important;
      animation-iteration-count: 1 !important;
      transition-duration: .01ms !important;
    }
    .hero-image {
      transform: none !important;
    }
  }
}
@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-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  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-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
    }
  }
}
