/*! tailwindcss v4.3.0 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: "Outfit", "Helvetica Neue", sans-serif;
    --font-mono: "Outfit", "Helvetica Neue", sans-serif;
    --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.5rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --text-5xl: 4rem;
    --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: #c8a96a;
    --color-primary-500: #c8a96a;
    --color-primary-700: #82642f;
    --color-secondary-100: #d9dde0;
    --color-secondary-200: #b6bec5;
    --color-secondary-300: #8e9aa3;
    --color-secondary-500: #64727d;
    --color-secondary-600: #4a5862;
    --color-secondary-700: #303c45;
    --color-neutral: #f2eee6;
    --color-background: #0a0f13;
    --color-surface: #162633;
    --color-line: #26323b;
    --color-ink: #080c0f;
    --font-display: "Outfit", "Helvetica Neue", sans-serif;
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji');
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type='button'], [type='reset'], [type='submit']), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden='until-found'])) {
    display: none !important;
  }
}
@layer utilities {
  .static {
    position: static;
  }
  .mx-auto {
    margin-inline: auto;
  }
  .prose {
    color: var(--tw-prose-body);
    max-width: 65ch;
    :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
      margin-bottom: 1.25em;
    }
    :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-lead);
      font-size: 1.25em;
      line-height: 1.6;
      margin-top: 1.2em;
      margin-bottom: 1.2em;
    }
    :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-links);
      text-decoration: underline;
      font-weight: 500;
    }
    :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-bold);
      font-weight: 600;
    }
    :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: decimal;
      margin-top: 1.25em;
      margin-bottom: 1.25em;
      padding-inline-start: 1.625em;
    }
    :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-alpha;
    }
    :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-alpha;
    }
    :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-alpha;
    }
    :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-alpha;
    }
    :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-roman;
    }
    :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-roman;
    }
    :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-roman;
    }
    :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-roman;
    }
    :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: decimal;
    }
    :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: disc;
      margin-top: 1.25em;
      margin-bottom: 1.25em;
      padding-inline-start: 1.625em;
    }
    :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
      font-weight: 400;
      color: var(--tw-prose-counters);
    }
    :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
      color: var(--tw-prose-bullets);
    }
    :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      margin-top: 1.25em;
    }
    :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-color: var(--tw-prose-hr);
      border-top-width: 1px;
      margin-top: 3em;
      margin-bottom: 3em;
    }
    :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 500;
      font-style: italic;
      color: var(--tw-prose-quotes);
      border-inline-start-width: 0.25rem;
      border-inline-start-color: var(--tw-prose-quote-borders);
      quotes: "\201C""\201D""\2018""\2019";
      margin-top: 1.6em;
      margin-bottom: 1.6em;
      padding-inline-start: 1em;
    }
    :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
      content: open-quote;
    }
    :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
      content: close-quote;
    }
    :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 800;
      font-size: 2.25em;
      margin-top: 0;
      margin-bottom: 0.8888889em;
      line-height: 1.1111111;
    }
    :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 900;
      color: inherit;
    }
    :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 700;
      font-size: 1.5em;
      margin-top: 2em;
      margin-bottom: 1em;
      line-height: 1.3333333;
    }
    :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 800;
      color: inherit;
    }
    :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      font-size: 1.25em;
      margin-top: 1.6em;
      margin-bottom: 0.6em;
      line-height: 1.6;
    }
    :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 700;
      color: inherit;
    }
    :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      margin-top: 1.5em;
      margin-bottom: 0.5em;
      line-height: 1.5;
    }
    :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 700;
      color: inherit;
    }
    :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      display: block;
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 500;
      font-family: inherit;
      color: var(--tw-prose-kbd);
      box-shadow: 0 0 0 1px var(--tw-prose-kbd-shadows), 0 3px 0 var(--tw-prose-kbd-shadows);
      font-size: 0.875em;
      border-radius: 0.3125rem;
      padding-top: 0.1875em;
      padding-inline-end: 0.375em;
      padding-bottom: 0.1875em;
      padding-inline-start: 0.375em;
    }
    :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-code);
      font-weight: 600;
      font-size: 0.875em;
    }
    :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
      content: "`";
    }
    :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
      content: "`";
    }
    :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
      font-size: 0.875em;
    }
    :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
      font-size: 0.9em;
    }
    :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-pre-code);
      background-color: var(--tw-prose-pre-bg);
      overflow-x: auto;
      font-weight: 400;
      font-size: 0.875em;
      line-height: 1.7142857;
      margin-top: 1.7142857em;
      margin-bottom: 1.7142857em;
      border-radius: 0.375rem;
      padding-top: 0.8571429em;
      padding-inline-end: 1.1428571em;
      padding-bottom: 0.8571429em;
      padding-inline-start: 1.1428571em;
    }
    :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      background-color: transparent;
      border-width: 0;
      border-radius: 0;
      padding: 0;
      font-weight: inherit;
      color: inherit;
      font-size: inherit;
      font-family: inherit;
      line-height: inherit;
    }
    :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
      content: none;
    }
    :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
      content: none;
    }
    :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      width: 100%;
      table-layout: auto;
      margin-top: 2em;
      margin-bottom: 2em;
      font-size: 0.875em;
      line-height: 1.7142857;
    }
    :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-bottom-width: 1px;
      border-bottom-color: var(--tw-prose-th-borders);
    }
    :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      vertical-align: bottom;
      padding-inline-end: 0.5714286em;
      padding-bottom: 0.5714286em;
      padding-inline-start: 0.5714286em;
    }
    :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-bottom-width: 1px;
      border-bottom-color: var(--tw-prose-td-borders);
    }
    :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-bottom-width: 0;
    }
    :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      vertical-align: baseline;
    }
    :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-top-width: 1px;
      border-top-color: var(--tw-prose-th-borders);
    }
    :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      vertical-align: top;
    }
    :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      text-align: start;
    }
    :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
      margin-bottom: 0;
    }
    :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-captions);
      font-size: 0.875em;
      line-height: 1.4285714;
      margin-top: 0.8571429em;
    }
    --tw-prose-body: oklch(37.3% 0.034 259.733);
    --tw-prose-headings: oklch(21% 0.034 264.665);
    --tw-prose-lead: oklch(44.6% 0.03 256.802);
    --tw-prose-links: oklch(21% 0.034 264.665);
    --tw-prose-bold: oklch(21% 0.034 264.665);
    --tw-prose-counters: oklch(55.1% 0.027 264.364);
    --tw-prose-bullets: oklch(87.2% 0.01 258.338);
    --tw-prose-hr: oklch(92.8% 0.006 264.531);
    --tw-prose-quotes: oklch(21% 0.034 264.665);
    --tw-prose-quote-borders: oklch(92.8% 0.006 264.531);
    --tw-prose-captions: oklch(55.1% 0.027 264.364);
    --tw-prose-kbd: oklch(21% 0.034 264.665);
    --tw-prose-kbd-shadows: color-mix(in oklab, oklch(21% 0.034 264.665) 10%, transparent);
    --tw-prose-code: oklch(21% 0.034 264.665);
    --tw-prose-pre-code: oklch(92.8% 0.006 264.531);
    --tw-prose-pre-bg: oklch(27.8% 0.033 256.848);
    --tw-prose-th-borders: oklch(87.2% 0.01 258.338);
    --tw-prose-td-borders: oklch(92.8% 0.006 264.531);
    --tw-prose-invert-body: oklch(87.2% 0.01 258.338);
    --tw-prose-invert-headings: #fff;
    --tw-prose-invert-lead: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-links: #fff;
    --tw-prose-invert-bold: #fff;
    --tw-prose-invert-counters: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-bullets: oklch(44.6% 0.03 256.802);
    --tw-prose-invert-hr: oklch(37.3% 0.034 259.733);
    --tw-prose-invert-quotes: oklch(96.7% 0.003 264.542);
    --tw-prose-invert-quote-borders: oklch(37.3% 0.034 259.733);
    --tw-prose-invert-captions: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-kbd: #fff;
    --tw-prose-invert-kbd-shadows: rgb(255 255 255 / 10%);
    --tw-prose-invert-code: #fff;
    --tw-prose-invert-pre-code: oklch(87.2% 0.01 258.338);
    --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
    --tw-prose-invert-th-borders: oklch(44.6% 0.03 256.802);
    --tw-prose-invert-td-borders: oklch(37.3% 0.034 259.733);
    font-size: 1rem;
    line-height: 1.75;
    :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
      margin-bottom: 0;
    }
    :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.5em;
      margin-bottom: 0.5em;
    }
    :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0.375em;
    }
    :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0.375em;
    }
    :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.75em;
      margin-bottom: 0.75em;
    }
    :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
    }
    :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-bottom: 1.25em;
    }
    :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
    }
    :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-bottom: 1.25em;
    }
    :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.75em;
      margin-bottom: 0.75em;
    }
    :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
      margin-bottom: 1.25em;
    }
    :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.5em;
      padding-inline-start: 1.625em;
    }
    :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0;
    }
    :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-end: 0;
    }
    :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-top: 0.5714286em;
      padding-inline-end: 0.5714286em;
      padding-bottom: 0.5714286em;
      padding-inline-start: 0.5714286em;
    }
    :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0;
    }
    :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-end: 0;
    }
    :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-bottom: 0;
    }
  }
  .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-12 {
    margin-bottom: calc(var(--spacing) * 12);
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline-flex {
    display: inline-flex;
  }
  .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-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;
  }
  .border-secondary-200 {
    border-color: var(--color-secondary-200);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }
  .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);
  }
  .text-primary-500 {
    color: var(--color-primary-500);
  }
  .text-secondary-500 {
    color: var(--color-secondary-500);
  }
  .text-secondary-600 {
    color: var(--color-secondary-600);
  }
  .text-secondary-700 {
    color: var(--color-secondary-700);
  }
  .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\:text-primary-500 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-primary-500);
      }
    }
  }
  .hover\:underline {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: underline;
      }
    }
  }
  .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));
    }
  }
}
@keyframes rise-in {
  from {
    opacity: 0;
    transform: translateY(28px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes pulse-dot {
  0%, 100% {
    box-shadow: 0 0 0 0 rgba(200,169,106,.34);
  }
  50% {
    box-shadow: 0 0 0 7px rgba(200,169,106,0);
  }
}
@layer base {
  html {
    scroll-behavior: smooth;
  }
  body {
    margin: 0;
    background: var(--color-background);
    color: var(--color-neutral);
    font-family: var(--font-sans);
    font-size: 17px;
    line-height: 1.65;
    overflow-x: hidden;
  }
  * {
    box-sizing: border-box;
  }
  ::selection {
    background: var(--color-primary);
    color: var(--color-ink);
  }
  a {
    color: inherit;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  h1, h2, h3, p {
    margin-top: 0;
  }
  h1, h2, h3 {
    text-wrap: balance;
  }
}
@layer components {
  .wm-site {
    min-height: 100vh;
  }
  .shell {
    width: min(1180px, calc(100% - 48px));
    margin-inline: auto;
  }
  .screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0;
  }
  .skip-link {
    position: fixed;
    top: -100px;
    left: 20px;
    z-index: 1000;
    background: var(--color-primary);
    color: var(--color-ink);
    padding: 12px 18px;
    font-weight: 700;
  }
  .skip-link:focus {
    top: 20px;
  }
  .site-header {
    position: sticky;
    top: 0;
    z-index: 100;
    border-bottom: 1px solid rgba(244,240,232,.12);
    background: rgba(10,15,19,.88);
    backdrop-filter: blur(14px);
  }
  .header-inner {
    min-height: 82px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
  }
  .brand {
    display: inline-flex;
    align-items: center;
    gap: 13px;
    text-decoration: none;
  }
  .brand-mark {
    display: grid;
    place-items: center;
    width: 43px;
    aspect-ratio: 1;
    background: var(--color-primary);
    color: var(--color-ink);
    font: 800 21px/1 var(--font-display);
    letter-spacing: -.05em;
    transform: skewX(-7deg);
  }
  .brand-name {
    font: 500 18px/1 var(--font-display);
    letter-spacing: .09em;
  }
  .brand-name strong {
    font-weight: 800;
  }
  .primary-nav {
    display: flex;
    align-items: center;
    gap: 30px;
  }
  .primary-nav a {
    position: relative;
    color: var(--color-secondary-200);
    font: 500 12px/1 var(--font-mono);
    letter-spacing: .08em;
    text-decoration: none;
    text-transform: uppercase;
  }
  .primary-nav a:not(.nav-cta)::after {
    content: "";
    position: absolute;
    left: 0;
    right: 100%;
    bottom: -8px;
    height: 2px;
    background: var(--color-primary);
    transition: right .25s ease;
  }
  .primary-nav a:hover::after {
    right: 0;
  }
  .primary-nav .nav-cta {
    border: 1px solid var(--color-primary);
    color: var(--color-primary);
    padding: 13px 17px;
    transition: .2s ease;
  }
  .primary-nav .nav-cta:hover {
    background: var(--color-primary);
    color: var(--color-ink);
  }
  .menu-toggle {
    display: none;
    border: 0;
    background: none;
    padding: 8px;
  }
  .menu-toggle span:not(.screen-reader-text) {
    display: block;
    width: 27px;
    height: 2px;
    margin: 6px;
    background: var(--color-neutral);
  }
  .hero {
    position: relative;
    min-height: calc(100vh - 82px);
    display: grid;
    align-items: center;
    overflow: hidden;
    background: radial-gradient(circle at 78% 35%, rgba(200,169,106,.12), transparent 25%), linear-gradient(115deg, #0a0f13 0%, #0c1217 62%, #13191d 100%);
  }
  .hero::before {
    content: "WAYNE / MCALISTER";
    position: absolute;
    right: -20px;
    bottom: -6vw;
    color: rgba(244,240,232,.018);
    font: 800 clamp(110px, 20vw, 300px)/.75 var(--font-display);
    white-space: nowrap;
    pointer-events: none;
  }
  .hero-grid-lines {
    position: absolute;
    inset: 0;
    opacity: .14;
    background-image: linear-gradient(rgba(244,240,232,.16) 1px, transparent 1px), linear-gradient(90deg, rgba(244,240,232,.12) 1px, transparent 1px);
    background-size: 70px 70px;
    mask-image: linear-gradient(90deg, black, transparent 75%);
  }
  .hero-layout {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.65fr) minmax(300px, .7fr);
    gap: clamp(50px, 8vw, 115px);
    align-items: center;
    padding-block: 90px;
  }
  .eyebrow, .section-number {
    font: 500 11px/1.4 var(--font-mono);
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--color-primary);
  }
  .status-dot {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-right: 9px;
    border-radius: 50%;
    background: var(--color-primary);
    animation: pulse-dot 2s infinite;
  }
  .hero h1 {
    margin: 25px 0 28px;
    font: 700 clamp(56px, 7vw, 108px)/.9 var(--font-display);
    letter-spacing: -.045em;
    text-transform: uppercase;
  }
  .hero h1 em, h2 span {
    color: var(--color-primary);
    font-style: italic;
    font-weight: 600;
  }
  .hero-intro {
    max-width: 690px;
    color: var(--color-secondary-200);
    font-size: clamp(18px, 2vw, 22px);
    line-height: 1.55;
  }
  .hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 39px;
  }
  .button {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    min-width: 205px;
    padding: 17px 20px;
    border: 1px solid var(--color-line);
    font: 500 12px/1 var(--font-mono);
    letter-spacing: .06em;
    text-decoration: none;
    text-transform: uppercase;
    transition: transform .2s ease, background .2s ease, color .2s ease;
  }
  .button:hover {
    transform: translateY(-3px);
  }
  .button-primary {
    border-color: var(--color-primary);
    background: var(--color-primary);
    color: var(--color-ink);
  }
  .button-ghost {
    color: var(--color-neutral);
  }
  .button-ghost:hover {
    border-color: var(--color-neutral);
  }
  .button-light {
    background: var(--color-neutral);
    color: var(--color-ink);
    border-color: var(--color-neutral);
  }
  .reveal {
    opacity: 0;
    animation: rise-in .8s cubic-bezier(.2,.8,.2,1) forwards;
  }
  .r1 {
    animation-delay: .08s;
  }
  .r2 {
    animation-delay: .18s;
  }
  .r3 {
    animation-delay: .3s;
  }
  .r4 {
    animation-delay: .42s;
  }
  .operator-card {
    position: relative;
    border: 1px solid var(--color-line);
    background: rgba(17,25,31,.72);
    padding: 20px;
    box-shadow: 26px 26px 0 rgba(0,0,0,.18);
    transform: rotate(1.25deg);
  }
  .operator-card::before {
    content: "";
    position: absolute;
    inset: 10px;
    border: 1px solid rgba(244,240,232,.05);
    pointer-events: none;
  }
  .operator-topline {
    display: flex;
    justify-content: space-between;
    padding-bottom: 14px;
    border-bottom: 1px solid var(--color-line);
    color: var(--color-secondary-300);
    font: 400 10px/1 var(--font-mono);
    letter-spacing: .12em;
  }
  .monogram-large {
    height: 190px;
    display: grid;
    place-items: center;
    color: var(--color-primary);
    font: 800 128px/1 var(--font-display);
    letter-spacing: -.1em;
  }
  .operator-card dl {
    margin: 0;
    border-top: 1px solid var(--color-line);
  }
  .operator-card dl div {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 11px 0;
    border-bottom: 1px solid var(--color-line);
  }
  .operator-card dt {
    color: var(--color-secondary-500);
    font: 400 10px/1.4 var(--font-mono);
    text-transform: uppercase;
  }
  .operator-card dd {
    margin: 0;
    font: 500 12px/1.4 var(--font-mono);
    text-transform: uppercase;
  }
  .operator-stamp {
    width: max-content;
    margin: 19px 0 0 auto;
    border: 2px solid var(--color-primary);
    color: var(--color-primary);
    padding: 5px 9px;
    font: 700 13px/1 var(--font-display);
    letter-spacing: .12em;
    transform: rotate(-5deg);
  }
  .signal-strip {
    overflow: hidden;
    border-block: 1px solid var(--color-primary);
    background: var(--color-primary);
    color: var(--color-ink);
    white-space: nowrap;
  }
  .signal-strip div {
    width: max-content;
    padding: 12px 0;
    font: 500 12px/1 var(--font-mono);
    letter-spacing: .12em;
    animation: none;
  }
  .signal-strip span {
    margin-inline: 24px;
  }
  .section {
    padding-block: clamp(95px, 12vw, 165px);
  }
  .story-grid, .method-layout, .contact-layout {
    display: grid;
    grid-template-columns: .85fr 1.15fr;
    gap: clamp(50px, 9vw, 140px);
  }
  h2 {
    margin: 20px 0 0;
    font: 700 clamp(50px, 6vw, 84px)/.92 var(--font-display);
    letter-spacing: -.04em;
    text-transform: uppercase;
  }
  .story-section {
    background: var(--color-neutral);
    color: var(--color-ink);
  }
  .story-copy {
    padding-top: 29px;
  }
  .story-copy .lead {
    font: 600 clamp(25px, 3vw, 38px)/1.2 var(--font-display);
    text-transform: uppercase;
  }
  .story-copy > p:not(.lead) {
    color: #39444c;
    max-width: 650px;
  }
  .proof-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    margin-top: 48px;
    background: #c8c4bc;
    border: 1px solid #c8c4bc;
  }
  .proof-row div {
    background: var(--color-neutral);
    padding: 21px;
  }
  .proof-row strong {
    display: block;
    color: var(--color-primary-700);
    font: 700 31px/1 var(--font-display);
    text-transform: uppercase;
  }
  .proof-row span {
    display: block;
    margin-top: 7px;
    color: #596168;
    font: 400 9px/1.4 var(--font-mono);
    text-transform: uppercase;
  }
  .work-section {
    background: var(--color-background);
  }
  .section-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 60px;
    margin-bottom: 62px;
  }
  .section-heading > p {
    max-width: 390px;
    color: var(--color-secondary-300);
  }
  .discipline-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    background: var(--color-line);
    border: 1px solid var(--color-line);
  }
  .discipline-card {
    position: relative;
    min-height: 535px;
    padding: 30px;
    background: var(--color-surface);
    transition: transform .25s ease, background .25s ease;
    overflow: hidden;
  }
  .discipline-card:hover {
    transform: translateY(-8px);
    z-index: 2;
    background: #162029;
  }
  .discipline-card.featured {
    background: var(--color-primary);
    color: var(--color-ink);
  }
  .discipline-card.featured p, .discipline-card.featured li {
    color: #3b3325;
  }
  .card-index {
    font: 400 10px/1 var(--font-mono);
    color: var(--color-secondary-500);
  }
  .featured .card-index {
    color: #5d4b2b;
  }
  .card-icon {
    margin: 62px 0 28px;
    color: var(--color-primary);
    font: 500 58px/1 var(--font-display);
  }
  .featured .card-icon {
    color: var(--color-ink);
  }
  .discipline-card h3 {
    font: 700 34px/1 var(--font-display);
    text-transform: uppercase;
  }
  .discipline-card p {
    color: var(--color-secondary-300);
    font-size: 15px;
  }
  .discipline-card ul {
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 27px;
    margin: 0;
    padding: 18px 0 0;
    border-top: 1px solid currentColor;
    list-style: none;
  }
  .discipline-card li {
    color: var(--color-secondary-200);
    font: 400 10px/1.9 var(--font-mono);
    text-transform: uppercase;
  }
  .method-section {
    border-top: 1px solid var(--color-line);
    background: #0d1419;
  }
  .method-list {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .method-list li {
    display: grid;
    grid-template-columns: 50px 1fr;
    gap: 25px;
    padding: 31px 0;
    border-top: 1px solid var(--color-line);
  }
  .method-list li:last-child {
    border-bottom: 1px solid var(--color-line);
  }
  .method-list > li > span {
    color: var(--color-primary);
    font: 500 11px/1.5 var(--font-mono);
  }
  .method-list h3 {
    margin-bottom: 7px;
    font: 600 25px/1.1 var(--font-display);
    text-transform: uppercase;
  }
  .method-list p {
    margin-bottom: 0;
    color: var(--color-secondary-300);
    font-size: 15px;
  }
  .ventures-section {
    background: var(--color-neutral);
    color: var(--color-ink);
  }
  .ventures-section .section-heading > p {
    color: #505b63;
  }
  .venture-list {
    border-top: 2px solid var(--color-ink);
  }
  .venture-list > * {
    display: grid;
    grid-template-columns: 60px 1fr 40px;
    align-items: center;
    gap: 20px;
    padding: 25px 7px;
    border-bottom: 1px solid #aaa8a2;
    text-decoration: none;
    transition: padding .2s ease, color .2s ease;
  }
  .venture-list a:hover {
    padding-inline: 18px;
    color: var(--color-primary-700);
  }
  .venture-no {
    font: 500 10px/1 var(--font-mono);
  }
  .venture-list strong {
    display: block;
    font: 600 clamp(23px, 3vw, 36px)/1 var(--font-display);
    text-transform: uppercase;
  }
  .venture-list small {
    color: #5c656b;
    font: 400 11px/1.6 var(--font-mono);
    text-transform: uppercase;
  }
  .venture-list b {
    font-size: 24px;
    text-align: right;
  }
  .notes-section {
    background: #11191f;
  }
  .text-link {
    color: var(--color-primary);
    font: 500 11px/1.2 var(--font-mono);
    letter-spacing: .08em;
    text-decoration: none;
    text-transform: uppercase;
  }
  .notes-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
  }
  .note-card {
    min-height: 310px;
    padding: 27px;
    border: 1px solid var(--color-line);
    background: rgba(10,15,19,.45);
  }
  .note-meta {
    color: var(--color-primary);
    font: 400 9px/1.5 var(--font-mono);
    letter-spacing: .1em;
    text-transform: uppercase;
  }
  .note-card h3 {
    margin: 45px 0 17px;
    font: 600 29px/1.1 var(--font-display);
    text-transform: uppercase;
  }
  .note-card h3 a {
    text-decoration: none;
  }
  .note-card > p:not(.note-meta) {
    color: var(--color-secondary-300);
    font-size: 14px;
  }
  .contact-section {
    padding-block: clamp(95px, 12vw, 155px);
    background: var(--color-primary);
    color: var(--color-ink);
  }
  .contact-section .section-number {
    color: #403117;
  }
  .contact-section h2 {
    font-size: clamp(68px, 10vw, 145px);
  }
  .contact-copy {
    align-self: end;
    padding-bottom: 10px;
  }
  .contact-copy > p:first-child {
    font: 600 clamp(30px, 4vw, 48px)/1 var(--font-display);
    text-transform: uppercase;
  }
  .contact-small {
    max-width: 570px;
    color: #3f3523;
  }
  .contact-email {
    display: block;
    width: fit-content;
    margin-top: 24px;
    color: var(--color-ink);
    font: 600 clamp(18px, 2vw, 25px)/1.2 var(--font-sans);
    text-decoration: none;
    border-bottom: 2px solid rgba(8,12,15,.45);
  }
  .contact-email:hover {
    border-bottom-color: var(--color-ink);
  }
  .contact-copy .button {
    margin-top: 24px;
  }
  .contact-form-wrap {
    margin-top: 38px;
    padding: clamp(24px, 3vw, 38px);
    border: 1px solid var(--color-line);
    background: #101820;
    color: var(--color-neutral);
  }
  .contact-form {
    position: relative;
  }
  .form-honeypot {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
  }
  .form-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
    margin-bottom: 18px;
  }
  .contact-form label {
    display: block;
  }
  .contact-form label > span {
    display: block;
    margin-bottom: 8px;
    color: var(--color-secondary-100);
    font: 500 11px/1.3 var(--font-sans);
    letter-spacing: .07em;
    text-transform: uppercase;
  }
  .contact-form label b {
    color: var(--color-primary);
  }
  .contact-form input, .contact-form select, .contact-form textarea {
    width: 100%;
    border: 1px solid #34424d;
    border-radius: 0;
    background: #0a0f13;
    color: var(--color-neutral);
    padding: 14px 15px;
    font: 400 16px/1.4 var(--font-sans);
    outline: none;
    transition: border-color .2s ease, box-shadow .2s ease;
  }
  .contact-form select {
    min-height: 52px;
  }
  .contact-form textarea {
    resize: vertical;
    min-height: 165px;
  }
  .contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus {
    border-color: var(--color-primary);
    box-shadow: 0 0 0 3px rgba(200,169,106,.16);
  }
  .form-message {
    margin-top: 4px;
  }
  .form-submit-row {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-top: 22px;
  }
  .form-submit-row .button {
    border-color: var(--color-primary);
    background: var(--color-primary);
    color: var(--color-ink);
    cursor: pointer;
  }
  .form-submit-row p {
    max-width: 330px;
    margin: 0;
    color: var(--color-secondary-300);
    font-size: 12px;
  }
  .form-notice {
    margin-bottom: 22px;
    padding: 14px 16px;
    border: 1px solid;
    font-weight: 500;
  }
  .form-success {
    border-color: #74a884;
    background: rgba(116,168,132,.12);
    color: #cce8d4;
  }
  .form-error {
    border-color: #b76a6a;
    background: rgba(183,106,106,.12);
    color: #f0c8c8;
  }
  .contact-page {
    background: var(--color-background);
  }
  .contact-page-hero {
    padding-block: clamp(105px, 13vw, 180px);
    border-bottom: 1px solid var(--color-line);
    background: radial-gradient(circle at 82% 25%, rgba(200,169,106,.14), transparent 30%);
  }
  .contact-page-grid {
    display: grid;
    grid-template-columns: 1.2fr .8fr;
    align-items: end;
    gap: clamp(55px, 9vw, 130px);
  }
  .contact-page h1 {
    margin: 22px 0 0;
    font: 700 clamp(54px, 7vw, 100px)/.91 var(--font-sans);
    letter-spacing: -.045em;
    text-transform: uppercase;
  }
  .contact-page h1 span {
    color: var(--color-primary);
  }
  .contact-page-intro > p {
    color: var(--color-secondary-100);
    font-size: 19px;
  }
  .contact-page-intro .contact-email {
    color: var(--color-primary);
    border-bottom-color: rgba(200,169,106,.45);
  }
  .contact-page-form-section {
    padding-block: clamp(85px, 11vw, 145px);
    background: #0d1419;
  }
  .contact-page-form-grid {
    display: grid;
    grid-template-columns: .8fr 1.2fr;
    gap: clamp(45px, 8vw, 110px);
    align-items: start;
  }
  .contact-page-form-grid h2 {
    margin-top: 20px;
    font-size: clamp(45px, 5.5vw, 76px);
  }
  .contact-page-aside {
    max-width: 460px;
    margin-top: 28px;
    color: var(--color-secondary-300);
  }
  .contact-page-form-grid .contact-form-wrap {
    margin-top: 0;
  }
  .site-footer {
    padding-block: 55px;
    background: #070a0d;
    border-top: 1px solid var(--color-line);
  }
  .footer-grid {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: end;
    gap: 40px;
  }
  .footer-brand {
    margin-bottom: 20px;
  }
  .site-footer p {
    max-width: 520px;
    margin-bottom: 0;
    color: var(--color-secondary-500);
    font-size: 13px;
  }
  .footer-meta {
    text-align: right;
  }
  .footer-meta .eyebrow {
    color: var(--color-primary);
  }
  .footer-meta a {
    color: var(--color-secondary-300);
    font: 400 10px/1 var(--font-mono);
    text-transform: uppercase;
  }
  .content-shell {
    width: min(820px, calc(100% - 48px));
    margin-inline: auto;
    padding-block: 100px;
  }
  .content-shell h1 {
    font: 800 clamp(54px, 7vw, 86px)/.88 var(--font-display);
    text-transform: uppercase;
  }
  .prose {
    color: var(--color-secondary-100);
  }
  .prose h2, .prose h3 {
    color: var(--color-neutral);
    font-family: var(--font-display);
    text-transform: uppercase;
  }
  .prose a {
    color: var(--color-primary);
  }
  .prose img {
    border: 1px solid var(--color-line);
  }
  .post-meta {
    color: var(--color-primary);
    font: 400 10px/1.4 var(--font-mono);
    letter-spacing: .08em;
    text-transform: uppercase;
  }
  .operator-card-photo {
    padding: 14px;
  }
  .operator-card-photo .operator-topline {
    padding: 5px 6px 14px;
  }
  .operator-portrait {
    position: relative;
    margin: 14px 0 0;
    overflow: hidden;
    aspect-ratio: 1 / 1.04;
    background: var(--color-surface);
  }
  .operator-portrait img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 30%;
    filter: saturate(.82) contrast(1.04);
    transition: transform .45s ease, filter .45s ease;
  }
  .operator-card:hover .operator-portrait img {
    transform: scale(1.025);
    filter: saturate(1) contrast(1.02);
  }
  .operator-portrait::after {
    content: "";
    position: absolute;
    inset: 0;
    box-shadow: inset 0 0 0 1px rgba(242,238,230,.12);
    pointer-events: none;
  }
  .operator-portrait figcaption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 26px 14px 11px;
    background: linear-gradient(transparent, rgba(10,15,19,.9));
    color: var(--color-neutral);
    font: 600 12px/1 var(--font-sans);
    letter-spacing: .08em;
    text-transform: uppercase;
  }
  .credentials-preview-section {
    border-top: 1px solid var(--color-line);
    background: linear-gradient(135deg, #111b22, var(--color-background));
  }
  .credential-rail {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 1px;
    border: 1px solid var(--color-line);
    background: var(--color-line);
  }
  .credential-rail > div {
    min-height: 150px;
    padding: 24px 20px;
    background: rgba(10,15,19,.82);
  }
  .credential-rail span {
    display: block;
    margin-bottom: 26px;
    color: var(--color-primary);
    font: 500 10px/1.3 var(--font-sans);
    letter-spacing: .1em;
    text-transform: uppercase;
  }
  .credential-rail strong {
    display: block;
    font: 600 17px/1.25 var(--font-sans);
  }
  .credentials-button {
    margin-top: 30px;
  }
  .credentials-page {
    background: var(--color-background);
  }
  .credentials-hero {
    padding-block: clamp(100px, 13vw, 180px);
    border-bottom: 1px solid var(--color-line);
    background: radial-gradient(circle at 85% 20%, rgba(200,169,106,.13), transparent 30%);
  }
  .credentials-hero-grid {
    display: grid;
    grid-template-columns: 1.25fr .75fr;
    align-items: end;
    gap: clamp(50px, 9vw, 135px);
  }
  .credentials-hero h1 {
    margin: 22px 0 0;
    font: 700 clamp(55px, 7.4vw, 105px)/.91 var(--font-sans);
    letter-spacing: -.045em;
    text-transform: uppercase;
  }
  .credentials-hero h1 span {
    color: var(--color-primary);
  }
  .credentials-hero-grid > p {
    margin-bottom: 7px;
    color: var(--color-secondary-200);
    font-size: 18px;
  }
  .credential-group {
    padding-block: clamp(75px, 9vw, 120px);
    border-bottom: 1px solid var(--color-line);
  }
  .credential-group:nth-of-type(odd) {
    background: #0d1419;
  }
  .credential-group-heading {
    display: grid;
    grid-template-columns: .35fr 1fr;
    align-items: end;
    gap: 35px;
    margin-bottom: 45px;
  }
  .credential-group-heading h2 {
    margin: 0;
    font-size: clamp(40px, 5vw, 66px);
    line-height: .96;
  }
  .credential-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
  }
  .credential-card {
    display: grid;
    grid-template-columns: minmax(190px, .9fr) 1.1fr;
    min-height: 260px;
    border: 1px solid var(--color-line);
    background: var(--color-surface);
    overflow: hidden;
  }
  .credential-image {
    position: relative;
    display: grid;
    place-items: center;
    min-height: 250px;
    padding: 20px;
    background: #ebe8df;
    overflow: hidden;
  }
  .credential-image img {
    width: 100%;
    height: 100%;
    max-height: 225px;
    object-fit: contain;
    transition: transform .25s ease;
  }
  .credential-image:hover img {
    transform: scale(1.035);
  }
  .credential-image span {
    position: absolute;
    left: 10px;
    bottom: 10px;
    padding: 7px 9px;
    background: rgba(10,15,19,.9);
    color: var(--color-neutral);
    font: 500 9px/1 var(--font-sans);
    letter-spacing: .07em;
    text-transform: uppercase;
  }
  .credential-copy {
    align-self: center;
    padding: 28px;
  }
  .credential-copy > p {
    margin-bottom: 14px;
    color: var(--color-primary);
    font: 500 10px/1.3 var(--font-sans);
    letter-spacing: .09em;
    text-transform: uppercase;
  }
  .credential-copy h3 {
    margin-bottom: 15px;
    font: 600 25px/1.08 var(--font-sans);
    text-transform: uppercase;
  }
  .credential-copy > div {
    color: var(--color-secondary-200);
    font-size: 14px;
    line-height: 1.55;
  }
  .credentials-note {
    padding-block: 55px;
    background: var(--color-primary);
    color: var(--color-ink);
  }
  .credentials-note-inner {
    display: grid;
    grid-template-columns: .35fr 1fr;
    gap: 35px;
  }
  .credentials-note .section-number {
    color: #403117;
  }
  .credentials-note p:last-child {
    max-width: 760px;
    margin: 0;
  }
  @media (max-width: 900px) {
    .hero-layout, .story-grid, .method-layout, .contact-layout, .contact-page-grid, .contact-page-form-grid {
      grid-template-columns: 1fr;
    }
    .hero {
      min-height: auto;
    }
    .hero-layout {
      padding-block: 85px;
    }
    .operator-card {
      width: min(100%, 430px);
    }
    .discipline-grid {
      grid-template-columns: 1fr;
    }
    .discipline-card {
      min-height: 430px;
    }
    .section-heading {
      align-items: flex-start;
      flex-direction: column;
    }
    .notes-grid {
      grid-template-columns: 1fr;
    }
    .credential-rail {
      grid-template-columns: repeat(2, 1fr);
    }
    .credentials-hero-grid {
      grid-template-columns: 1fr;
    }
    .credential-card {
      grid-template-columns: 1fr;
    }
    .credential-image {
      min-height: 280px;
    }
    .menu-toggle {
      display: block;
      color: var(--color-neutral);
    }
    .primary-nav {
      display: none;
      position: absolute;
      top: 81px;
      left: 0;
      right: 0;
      padding: 28px 24px 34px;
      flex-direction: column;
      align-items: stretch;
      background: #0a0f13;
      border-bottom: 1px solid var(--color-line);
    }
    .primary-nav.is-open {
      display: flex;
    }
    .primary-nav a {
      padding: 10px;
      font-size: 14px;
    }
    .primary-nav .nav-cta {
      text-align: center;
    }
  }
  @media (max-width: 620px) {
    .shell {
      width: min(100% - 30px, 1180px);
    }
    .header-inner {
      min-height: 72px;
    }
    .primary-nav {
      top: 71px;
    }
    .brand-name {
      font-size: 16px;
    }
    .hero h1 {
      font-size: clamp(50px, 17vw, 74px);
    }
    .operator-card {
      transform: none;
    }
    .proof-row {
      grid-template-columns: 1fr;
    }
    .credential-rail, .credential-grid {
      grid-template-columns: 1fr;
    }
    .credential-group-heading, .credentials-note-inner {
      grid-template-columns: 1fr;
      gap: 16px;
    }
    .credential-card {
      min-height: 0;
    }
    .credential-image {
      min-height: 230px;
    }
    .form-row {
      grid-template-columns: 1fr;
    }
    .form-submit-row {
      align-items: flex-start;
      flex-direction: column;
    }
    .footer-grid {
      grid-template-columns: 1fr;
    }
    .footer-meta {
      text-align: left;
    }
    .venture-list > * {
      grid-template-columns: 38px 1fr 24px;
      gap: 10px;
    }
    .venture-list small {
      display: block;
      margin-top: 5px;
    }
  }
  @media (prefers-reduced-motion: reduce) {
    html {
      scroll-behavior: auto;
    }
    *, *::before, *::after {
      animation-duration: .01ms !important;
      animation-iteration-count: 1 !important;
      transition-duration: .01ms !important;
    }
    .reveal {
      opacity: 1;
    }
  }
}
@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;
    }
  }
}
