/*! tailwindcss v4.3.0 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: "Source Sans 3", sans-serif;
    --font-mono: ui-monospace, "SFMono-Regular", Consolas, monospace;
    --spacing: 0.25rem;
    --container-md: 28rem;
    --container-2xl: 42rem;
    --container-3xl: 48rem;
    --container-4xl: 56rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-4xl: 2.5rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --text-5xl: 3.5rem;
    --text-5xl--line-height: 1;
    --font-weight-normal: 400;
    --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: #bdaa8f;
    --color-primary-500: #bdaa8f;
    --color-secondary-200: #cad7df;
    --color-secondary-500: #7897aa;
    --color-secondary-600: #5d7889;
    --color-secondary-700: #465b68;
    --color-ink: #080a0d;
    --color-surface: #11151a;
    --color-paper: #f4f0e7;
    --color-muted: #9ba4ad;
    --color-line: #2a3139;
    --color-neutral: #f4f0e7;
    --font-display: "Lora", 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 {
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
    border-width: 0;
  }
  .fixed {
    position: fixed;
  }
  .static {
    position: static;
  }
  .-mx-6 {
    margin-inline: calc(var(--spacing) * -6);
  }
  .mx-2 {
    margin-inline: calc(var(--spacing) * 2);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .prose {
    color: var(--tw-prose-body);
    max-width: 65ch;
    :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
      margin-bottom: 1.25em;
    }
    :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-lead);
      font-size: 1.25em;
      line-height: 1.6;
      margin-top: 1.2em;
      margin-bottom: 1.2em;
    }
    :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-links);
      text-decoration: underline;
      font-weight: 500;
    }
    :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-bold);
      font-weight: 600;
    }
    :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: decimal;
      margin-top: 1.25em;
      margin-bottom: 1.25em;
      padding-inline-start: 1.625em;
    }
    :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-alpha;
    }
    :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-alpha;
    }
    :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-alpha;
    }
    :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-alpha;
    }
    :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-roman;
    }
    :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-roman;
    }
    :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-roman;
    }
    :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-roman;
    }
    :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: decimal;
    }
    :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: disc;
      margin-top: 1.25em;
      margin-bottom: 1.25em;
      padding-inline-start: 1.625em;
    }
    :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
      font-weight: 400;
      color: var(--tw-prose-counters);
    }
    :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
      color: var(--tw-prose-bullets);
    }
    :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      margin-top: 1.25em;
    }
    :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-color: var(--tw-prose-hr);
      border-top-width: 1px;
      margin-top: 3em;
      margin-bottom: 3em;
    }
    :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 500;
      font-style: italic;
      color: var(--tw-prose-quotes);
      border-inline-start-width: 0.25rem;
      border-inline-start-color: var(--tw-prose-quote-borders);
      quotes: "\201C""\201D""\2018""\2019";
      margin-top: 1.6em;
      margin-bottom: 1.6em;
      padding-inline-start: 1em;
    }
    :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
      content: open-quote;
    }
    :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
      content: close-quote;
    }
    :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 800;
      font-size: 2.25em;
      margin-top: 0;
      margin-bottom: 0.8888889em;
      line-height: 1.1111111;
    }
    :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 900;
      color: inherit;
    }
    :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 700;
      font-size: 1.5em;
      margin-top: 2em;
      margin-bottom: 1em;
      line-height: 1.3333333;
    }
    :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 800;
      color: inherit;
    }
    :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      font-size: 1.25em;
      margin-top: 1.6em;
      margin-bottom: 0.6em;
      line-height: 1.6;
    }
    :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 700;
      color: inherit;
    }
    :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      margin-top: 1.5em;
      margin-bottom: 0.5em;
      line-height: 1.5;
    }
    :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 700;
      color: inherit;
    }
    :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      display: block;
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 500;
      font-family: inherit;
      color: var(--tw-prose-kbd);
      box-shadow: 0 0 0 1px var(--tw-prose-kbd-shadows), 0 3px 0 var(--tw-prose-kbd-shadows);
      font-size: 0.875em;
      border-radius: 0.3125rem;
      padding-top: 0.1875em;
      padding-inline-end: 0.375em;
      padding-bottom: 0.1875em;
      padding-inline-start: 0.375em;
    }
    :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-code);
      font-weight: 600;
      font-size: 0.875em;
    }
    :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
      content: "`";
    }
    :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
      content: "`";
    }
    :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
      font-size: 0.875em;
    }
    :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
      font-size: 0.9em;
    }
    :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-pre-code);
      background-color: var(--tw-prose-pre-bg);
      overflow-x: auto;
      font-weight: 400;
      font-size: 0.875em;
      line-height: 1.7142857;
      margin-top: 1.7142857em;
      margin-bottom: 1.7142857em;
      border-radius: 0.375rem;
      padding-top: 0.8571429em;
      padding-inline-end: 1.1428571em;
      padding-bottom: 0.8571429em;
      padding-inline-start: 1.1428571em;
    }
    :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      background-color: transparent;
      border-width: 0;
      border-radius: 0;
      padding: 0;
      font-weight: inherit;
      color: inherit;
      font-size: inherit;
      font-family: inherit;
      line-height: inherit;
    }
    :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
      content: none;
    }
    :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
      content: none;
    }
    :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      width: 100%;
      table-layout: auto;
      margin-top: 2em;
      margin-bottom: 2em;
      font-size: 0.875em;
      line-height: 1.7142857;
    }
    :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-bottom-width: 1px;
      border-bottom-color: var(--tw-prose-th-borders);
    }
    :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      vertical-align: bottom;
      padding-inline-end: 0.5714286em;
      padding-bottom: 0.5714286em;
      padding-inline-start: 0.5714286em;
    }
    :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-bottom-width: 1px;
      border-bottom-color: var(--tw-prose-td-borders);
    }
    :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-bottom-width: 0;
    }
    :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      vertical-align: baseline;
    }
    :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-top-width: 1px;
      border-top-color: var(--tw-prose-th-borders);
    }
    :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      vertical-align: top;
    }
    :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      text-align: start;
    }
    :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
      margin-bottom: 0;
    }
    :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-captions);
      font-size: 0.875em;
      line-height: 1.4285714;
      margin-top: 0.8571429em;
    }
    --tw-prose-body: oklch(37.3% 0.034 259.733);
    --tw-prose-headings: oklch(21% 0.034 264.665);
    --tw-prose-lead: oklch(44.6% 0.03 256.802);
    --tw-prose-links: oklch(21% 0.034 264.665);
    --tw-prose-bold: oklch(21% 0.034 264.665);
    --tw-prose-counters: oklch(55.1% 0.027 264.364);
    --tw-prose-bullets: oklch(87.2% 0.01 258.338);
    --tw-prose-hr: oklch(92.8% 0.006 264.531);
    --tw-prose-quotes: oklch(21% 0.034 264.665);
    --tw-prose-quote-borders: oklch(92.8% 0.006 264.531);
    --tw-prose-captions: oklch(55.1% 0.027 264.364);
    --tw-prose-kbd: oklch(21% 0.034 264.665);
    --tw-prose-kbd-shadows: color-mix(in oklab, oklch(21% 0.034 264.665) 10%, transparent);
    --tw-prose-code: oklch(21% 0.034 264.665);
    --tw-prose-pre-code: oklch(92.8% 0.006 264.531);
    --tw-prose-pre-bg: oklch(27.8% 0.033 256.848);
    --tw-prose-th-borders: oklch(87.2% 0.01 258.338);
    --tw-prose-td-borders: oklch(92.8% 0.006 264.531);
    --tw-prose-invert-body: oklch(87.2% 0.01 258.338);
    --tw-prose-invert-headings: #fff;
    --tw-prose-invert-lead: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-links: #fff;
    --tw-prose-invert-bold: #fff;
    --tw-prose-invert-counters: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-bullets: oklch(44.6% 0.03 256.802);
    --tw-prose-invert-hr: oklch(37.3% 0.034 259.733);
    --tw-prose-invert-quotes: oklch(96.7% 0.003 264.542);
    --tw-prose-invert-quote-borders: oklch(37.3% 0.034 259.733);
    --tw-prose-invert-captions: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-kbd: #fff;
    --tw-prose-invert-kbd-shadows: rgb(255 255 255 / 10%);
    --tw-prose-invert-code: #fff;
    --tw-prose-invert-pre-code: oklch(87.2% 0.01 258.338);
    --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
    --tw-prose-invert-th-borders: oklch(44.6% 0.03 256.802);
    --tw-prose-invert-td-borders: oklch(37.3% 0.034 259.733);
    font-size: 1rem;
    line-height: 1.75;
    :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
      margin-bottom: 0;
    }
    :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.5em;
      margin-bottom: 0.5em;
    }
    :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0.375em;
    }
    :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0.375em;
    }
    :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.75em;
      margin-bottom: 0.75em;
    }
    :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
    }
    :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-bottom: 1.25em;
    }
    :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
    }
    :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-bottom: 1.25em;
    }
    :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.75em;
      margin-bottom: 0.75em;
    }
    :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
      margin-bottom: 1.25em;
    }
    :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.5em;
      padding-inline-start: 1.625em;
    }
    :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0;
    }
    :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-end: 0;
    }
    :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-top: 0.5714286em;
      padding-inline-end: 0.5714286em;
      padding-bottom: 0.5714286em;
      padding-inline-start: 0.5714286em;
    }
    :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0;
    }
    :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-end: 0;
    }
    :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-bottom: 0;
    }
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .mt-12 {
    margin-top: calc(var(--spacing) * 12);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }
  .mb-12 {
    margin-bottom: calc(var(--spacing) * 12);
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline-flex {
    display: inline-flex;
  }
  .h-auto {
    height: auto;
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .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,);
  }
  .flex-col {
    flex-direction: column;
  }
  .items-center {
    align-items: center;
  }
  .justify-between {
    justify-content: space-between;
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }
  .gap-12 {
    gap: calc(var(--spacing) * 12);
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-secondary-200 {
    border-color: var(--color-secondary-200);
  }
  .bg-\[\#f5efe4\] {
    background-color: #f5efe4;
  }
  .bg-ink {
    background-color: var(--color-ink);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }
  .py-16 {
    padding-block: calc(var(--spacing) * 16);
  }
  .py-24 {
    padding-block: calc(var(--spacing) * 24);
  }
  .pt-16 {
    padding-top: calc(var(--spacing) * 16);
  }
  .pb-8 {
    padding-bottom: calc(var(--spacing) * 8);
  }
  .pb-12 {
    padding-bottom: calc(var(--spacing) * 12);
  }
  .pb-16 {
    padding-bottom: calc(var(--spacing) * 16);
  }
  .text-center {
    text-align: center;
  }
  .text-right {
    text-align: right;
  }
  .font-sans {
    font-family: var(--font-sans);
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-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-normal {
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }
  .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-\[\#292822\] {
    color: #292822;
  }
  .text-neutral {
    color: var(--color-neutral);
  }
  .text-paper {
    color: var(--color-paper);
  }
  .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;
  }
  .antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .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\: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));
    }
  }
  .prose-a\:text-inherit {
    & :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      color: inherit;
    }
  }
  .prose-a\:no-underline {
    & :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      text-decoration-line: none;
    }
  }
  .prose-a\:hover\:underline {
    & :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      &:hover {
        @media (hover: hover) {
          text-decoration-line: underline;
        }
      }
    }
  }
  .prose-a\:focus-visible\:outline {
    & :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      &:focus-visible {
        outline-style: var(--tw-outline-style);
        outline-width: 1px;
      }
    }
  }
  .prose-a\:focus-visible\:outline-2 {
    & :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      &:focus-visible {
        outline-style: var(--tw-outline-style);
        outline-width: 2px;
      }
    }
  }
  .prose-a\:focus-visible\:outline-offset-4 {
    & :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      &:focus-visible {
        outline-offset: 4px;
      }
    }
  }
}
@layer base {
  :root {
    color-scheme: dark;
  }
  * {
    box-sizing: border-box;
  }
  html {
    scroll-padding-top: 6rem;
  }
  body {
    margin: 0;
    background: var(--color-ink);
    color: var(--color-paper);
    font-family: var(--font-sans);
    line-height: 1.65;
  }
  ::selection {
    background: var(--color-primary);
    color: var(--color-ink);
  }
  a {
    color: inherit;
    text-decoration: none;
  }
  button,	input,	textarea {
    font: inherit;
  }
  svg {
    display: block;
  }
  [x-cloak] {
    display: none !important;
  }
}
@layer components {
  .site-shell {
    width: min(1180px, calc(100% - 3rem));
    margin-inline: auto;
  }
  .sr-only {
    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: 1rem;
    left: 1rem;
    z-index: 100;
    padding: .75rem 1rem;
    background: var(--color-primary);
    color: var(--color-ink);
    transform: translateY(-180%);
    transition: transform .2s ease;
  }
  .skip-link:focus {
    transform: translateY(0);
  }
  .site-header {
    position: sticky;
    top: 0;
    z-index: 50;
    border-bottom: 1px solid rgba(244, 240, 231, .09);
    background: rgba(8, 10, 13, .86);
    backdrop-filter: blur(18px);
  }
  body.admin-bar .site-header {
    top: 32px;
  }
  .header-inner {
    min-height: 96px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
  }
  .brand {
    display: inline-flex;
    align-items: center;
    gap: .9rem;
  }
  .brand-horizontal-logo {
    width: clamp(250px, 24vw, 330px);
    height: 96px;
    flex: 0 0 auto;
    display: block;
    object-fit: cover;
    object-position: center;
  }
  .brand-copy {
    display: none !important;
  }
  .brand-logo-svg {
    width: 74px;
    height: 48px;
    flex: 0 0 auto;
    overflow: hidden;
  }
  .brand-mark {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    border: 1px solid var(--color-primary);
    color: var(--color-primary);
    font-family: var(--font-display);
    font-size: 1.05rem;
    letter-spacing: -.03em;
    border-radius: 50%;
    transition: background .25s ease, color .25s ease;
  }
  .brand:hover .brand-mark {
    background: var(--color-primary);
    color: var(--color-ink);
  }
  .brand-copy {
    display: grid;
    line-height: 1.2;
  }
  .brand-copy strong {
    font-size: .88rem;
    font-weight: 600;
    letter-spacing: .03em;
  }
  .brand-copy small {
    margin-top: .3rem;
    color: var(--color-muted);
    font-size: .66rem;
    letter-spacing: .12em;
    text-transform: uppercase;
  }
  .desktop-nav {
    display: flex;
    align-items: center;
    gap: 2rem;
    font-size: .82rem;
    font-weight: 600;
    letter-spacing: .04em;
  }
  .desktop-nav a:not(.nav-cta) {
    position: relative;
    color: #c6cbd0;
  }
  .desktop-nav a:not(.nav-cta)::after {
    content: "";
    position: absolute;
    left: 0;
    right: 100%;
    bottom: -.45rem;
    height: 1px;
    background: var(--color-primary);
    transition: right .25s ease;
  }
  .desktop-nav a:not(.nav-cta):hover::after {
    right: 0;
  }
  .nav-cta {
    padding: .7rem 1.15rem;
    border: 1px solid rgba(210, 168, 90, .65);
    border-radius: 999px;
    color: var(--color-primary);
  }
  .menu-toggle {
    display: none;
    padding: .6rem;
    border: 0;
    background: transparent;
    color: var(--color-paper);
    cursor: pointer;
  }
  .mobile-nav {
    display: none;
  }
  .jog-hero {
    position: relative;
    overflow: hidden;
    min-height: calc(100vh - 78px);
    background: radial-gradient(circle at 76% 38%, rgba(120, 151, 170, .16), transparent 29rem),	radial-gradient(circle at 16% 18%, rgba(210, 168, 90, .10), transparent 24rem),	var(--color-ink);
  }
  .hero-grid {
    position: absolute;
    inset: 0;
    opacity: .25;
    background-image: linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px),	linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px);
    background-size: 74px 74px;
    mask-image: linear-gradient(to bottom, black, transparent 82%);
  }
  .hero-layout {
    position: relative;
    min-height: 650px;
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    align-items: center;
    gap: 4rem;
    padding-block: 6.5rem 5rem;
  }
  .hero-copy {
    position: relative;
    z-index: 2;
  }
  .eyebrow {
    display: flex;
    align-items: center;
    gap: .75rem;
    margin: 0 0 1.35rem;
    color: var(--color-primary);
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .18em;
    text-transform: uppercase;
  }
  .eyebrow span {
    width: 34px;
    height: 1px;
    background: currentColor;
  }
  .eyebrow-dark {
    color: #9a6d22;
  }
  .hero-copy h1,	.section h2,	.contact-panel h2 {
    font-family: var(--font-display);
    font-weight: 500;
    letter-spacing: -.025em;
    line-height: 1.04;
  }
  .hero-copy h1 {
    max-width: 760px;
    margin: 0;
    font-size: clamp(3.6rem, 6vw, 6.15rem);
  }
  .hero-copy h1 em {
    display: block;
    color: var(--color-primary);
    font-weight: 400;
  }
  .hero-lead {
    max-width: 690px;
    margin: 2rem 0 0;
    color: #b7bec4;
    font-size: 1.08rem;
    line-height: 1.85;
  }
  .hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 2.25rem;
  }
  .button {
    min-height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .6rem;
    padding: .8rem 1.35rem;
    border: 1px solid transparent;
    border-radius: 999px;
    font-size: .82rem;
    font-weight: 700;
    letter-spacing: .035em;
    transition: transform .2s ease, background .2s ease, border-color .2s ease;
  }
  .button:hover {
    transform: translateY(-2px);
  }
  .button svg {
    width: 18px;
    height: 18px;
  }
  .button-primary {
    background: var(--color-primary);
    color: var(--color-ink);
  }
  .button-primary:hover {
    background: #e2bd76;
  }
  .button-ghost {
    border-color: rgba(244, 240, 231, .24);
    color: var(--color-paper);
  }
  .button-ghost:hover {
    border-color: var(--color-primary);
  }
  .hero-sound {
    position: relative;
    display: grid;
    place-items: center;
  }
  .sound-orbit {
    position: relative;
    width: min(100%, 470px);
    aspect-ratio: 1;
  }
  .hero-brand-stage {
    position: relative;
    display: grid;
    align-items: center;
    min-height: 520px;
    padding: clamp(2rem, 4vw, 4rem);
    overflow: hidden;
    border-left: 1px solid rgba(189, 170, 143, .28);
    background: linear-gradient(135deg, rgba(17, 21, 26, .86), rgba(8, 10, 13, .32));
  }
  .hero-brand-stage::before,	.hero-brand-stage::after {
    position: absolute;
    content: "";
    pointer-events: none;
  }
  .hero-brand-stage::before {
    inset: 1.1rem;
    border-top: 1px solid rgba(120, 151, 170, .18);
    border-bottom: 1px solid rgba(120, 151, 170, .18);
  }
  .hero-brand-stage::after {
    top: 0;
    bottom: 0;
    left: 33%;
    width: 1px;
    background: linear-gradient(transparent, rgba(189, 170, 143, .2), transparent);
  }
  .hero-logo-panel {
    position: relative;
    z-index: 1;
    display: grid;
    align-items: center;
    width: 100%;
  }
  .hero-horizontal-logo {
    width: 100%;
    height: clamp(150px, 17vw, 205px);
  }
  @media (max-width: 980px) {
    .brand-horizontal-logo {
      width: 230px;
      height: 72px;
    }
    .desktop-nav {
      gap: 1.15rem;
    }
    .hero-brand-stage {
      min-height: 400px;
      padding: 2rem;
    }
  }
  @media (max-width: 720px) {
    .header-inner {
      min-height: 76px;
    }
    .brand-horizontal-logo {
      width: 205px;
      height: 64px;
    }
    .hero-brand-stage {
      min-height: 330px;
      padding: 1.4rem;
      border-left: 0;
      border-top: 1px solid rgba(189, 170, 143, .22);
    }
    .hero-horizontal-logo {
      height: 145px;
    }
  }
  .hero-horizontal-logo {
    display: block;
    object-fit: cover;
    object-position: center;
  }
  .hero-logo-panel .jog-wave {
    width: 112%;
    margin: -1rem -6% 0;
  }
  .hero-logo-panel > p {
    margin: 1.25rem 0 0;
    color: var(--color-muted);
    font-size: .72rem;
    letter-spacing: .08em;
    text-align: right;
    text-transform: uppercase;
  }
  .hero-logo-panel > p strong {
    color: var(--color-paper);
    font-weight: 600;
  }
  .sound-orbit {
    display: grid;
    place-items: center;
    border: 1px solid rgba(120, 151, 170, .32);
    border-radius: 50%;
    box-shadow: 0 0 0 42px rgba(120, 151, 170, .035),	0 0 0 84px rgba(120, 151, 170, .025);
  }
  .sound-orbit::before,	.sound-orbit::after {
    content: "";
    position: absolute;
    border-radius: 50%;
  }
  .sound-orbit::before {
    inset: 12%;
    border: 1px dashed rgba(210, 168, 90, .28);
    animation: orbit 32s linear infinite;
  }
  .sound-orbit::after {
    width: 9px;
    height: 9px;
    top: 11.3%;
    left: 50%;
    background: var(--color-primary);
    box-shadow: 0 0 22px var(--color-primary);
  }
  .orbit-label {
    position: absolute;
    top: 25%;
    font-family: var(--font-display);
    color: rgba(244, 240, 231, .75);
    font-size: .8rem;
    letter-spacing: .3em;
  }
  .orbit-logo-svg {
    position: absolute;
    top: 9%;
    width: 116px;
    height: auto;
    opacity: .96;
  }
  .jog-wave {
    width: 120%;
    overflow: visible;
  }
  .wave-shadow,	.wave-main {
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
  }
  .wave-shadow {
    stroke: rgba(120, 151, 170, .18);
    stroke-width: 11;
    filter: blur(8px);
  }
  .wave-main {
    stroke: var(--color-primary);
    stroke-width: 2.4;
    stroke-dasharray: 900;
    stroke-dashoffset: 900;
    animation: draw-wave 2.4s .25s cubic-bezier(.16, 1, .3, 1) forwards;
  }
  .sound-orbit > p {
    position: absolute;
    bottom: 21%;
    margin: 0;
    color: var(--color-muted);
    font-size: .72rem;
    letter-spacing: .08em;
    text-align: center;
    text-transform: uppercase;
  }
  .sound-orbit > p strong {
    color: var(--color-paper);
    font-weight: 500;
  }
  .proof-strip {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-top: 1px solid rgba(244, 240, 231, .1);
  }
  .proof-strip > div {
    display: grid;
    gap: .25rem;
    padding: 1.6rem 2rem;
    border-right: 1px solid rgba(244, 240, 231, .1);
  }
  .proof-strip > div:first-child {
    padding-left: 0;
  }
  .proof-strip > div:last-child {
    border-right: 0;
  }
  .proof-strip strong {
    font-family: var(--font-display);
    font-size: 1.35rem;
    font-weight: 500;
  }
  .proof-strip span {
    color: var(--color-muted);
    font-size: .68rem;
    letter-spacing: .12em;
    text-transform: uppercase;
  }
  .section {
    padding-block: clamp(5.5rem, 9vw, 9rem);
  }
  .section-light {
    background: var(--color-paper);
    color: #141618;
  }
  .section-intro {
    max-width: 780px;
    margin-bottom: 4rem;
  }
  .section h2,	.contact-panel h2 {
    margin: 0;
    font-size: clamp(2.8rem, 4.5vw, 4.8rem);
  }
  .section-intro > p:last-child,	.section-copy {
    max-width: 650px;
    margin: 1.5rem 0 0;
    color: #5c6267;
    font-size: 1.02rem;
    line-height: 1.8;
  }
  .services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    background: #cfcac0;
    border: 1px solid #cfcac0;
  }
  .service-card {
    position: relative;
    min-height: 470px;
    padding: 2.2rem;
    background: var(--color-paper);
    transition: background .25s ease, transform .25s ease;
  }
  .service-card:hover {
    z-index: 1;
    background: #ebe4d8;
    transform: translateY(-6px);
    box-shadow: 0 18px 42px rgba(26, 23, 18, .12);
  }
  .service-number {
    position: absolute;
    top: 2rem;
    right: 2rem;
    color: #9d968a;
    font-family: var(--font-mono);
    font-size: .7rem;
  }
  .service-icon {
    width: 64px;
    height: 64px;
    display: grid;
    place-items: center;
    border: 1px solid #cfc7b9;
    border-radius: 50%;
    color: #8d6422;
  }
  .service-icon svg {
    width: 29px;
    height: 29px;
  }
  .service-card h3 {
    margin: 3.3rem 0 1rem;
    font-family: var(--font-display);
    font-size: 2.05rem;
    font-weight: 500;
    letter-spacing: -.035em;
  }
  .service-card p {
    margin: 0;
    color: #575c60;
    line-height: 1.75;
  }
  .service-card ul {
    display: grid;
    gap: .55rem;
    margin: 2rem 0 0;
    padding: 1.5rem 0 0;
    border-top: 1px solid #d5cec3;
    list-style: none;
    color: #34383b;
    font-size: .8rem;
  }
  .service-card li::before {
    content: "—";
    margin-right: .65rem;
    color: #a67932;
  }
  .production-brand {
    padding-block: 2.4rem;
    border-top: 1px solid rgba(244, 240, 231, .08);
    border-bottom: 1px solid rgba(244, 240, 231, .08);
    background: #0c0f13;
  }
  .production-brand-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 3rem;
  }
  .production-brand-copy {
    display: grid;
    gap: .35rem;
  }
  .production-brand-copy span {
    color: var(--color-muted);
    font-size: .66rem;
    font-weight: 500;
    letter-spacing: .16em;
    text-transform: uppercase;
  }
  .production-brand-copy strong {
    font-family: var(--font-display);
    font-size: clamp(1.7rem, 3vw, 2.7rem);
    font-weight: 400;
    letter-spacing: -.025em;
  }
  .zitro-lockup {
    width: 210px;
    flex: 0 0 auto;
  }
  .zitro-logo-svg {
    width: 100%;
    height: auto;
  }
  .demos-section {
    background: linear-gradient(120deg, rgba(120, 151, 170, .08), transparent 40%),	var(--color-surface);
  }
  .demos-layout {
    display: grid;
    grid-template-columns: .85fr 1.15fr;
    align-items: start;
    gap: clamp(4rem, 8vw, 8rem);
  }
  .demos-section h2 {
    max-width: 560px;
  }
  .demos-section .section-copy {
    color: var(--color-muted);
  }
  .text-link {
    display: inline-flex;
    align-items: center;
    gap: .7rem;
    margin-top: 1.6rem;
    padding-bottom: .3rem;
    border-bottom: 1px solid var(--color-primary);
    color: var(--color-primary);
    font-size: .82rem;
    font-weight: 700;
  }
  .text-link svg {
    width: 18px;
    height: 18px;
    transition: transform .2s ease;
  }
  .text-link:hover svg {
    transform: translateX(4px);
  }
  .demo-list {
    border-top: 1px solid var(--color-line);
  }
  .demo-row {
    display: grid;
    grid-template-columns: 58px 1fr 110px;
    align-items: center;
    gap: 1.25rem;
    padding: 1.7rem 0;
    border-bottom: 1px solid var(--color-line);
  }
  .demo-row > span {
    color: var(--color-primary);
    font-family: var(--font-mono);
    font-size: .67rem;
  }
  .demo-row > div {
    display: grid;
    gap: .25rem;
  }
  .demo-row strong {
    font-family: var(--font-display);
    font-size: 1.5rem;
    font-weight: 500;
  }
  .demo-row small {
    color: var(--color-muted);
    font-size: .73rem;
  }
  .demo-row > svg {
    width: 100%;
    color: rgba(210, 168, 90, .55);
  }
  .demo-note {
    margin: 1rem 0 0;
    color: #737d85;
    font-size: .7rem;
  }
  .story-layout {
    position: relative;
    display: grid;
    grid-template-columns: 80px 1fr .62fr;
    gap: 3rem;
    align-items: start;
  }
  .story-quote {
    margin-top: -.45rem;
    color: #bc8c3d;
    font-family: var(--font-display);
    font-size: 8rem;
    line-height: 1;
  }
  .story-copy h2 {
    max-width: 730px;
  }
  .story-copy > p:not(.eyebrow) {
    max-width: 720px;
    color: #50565a;
    font-size: 1rem;
    line-height: 1.85;
  }
  .story-copy > p:nth-of-type(2) {
    margin-top: 2rem;
  }
  .role-tags {
    display: flex;
    flex-wrap: wrap;
    gap: .6rem;
    margin-top: 2rem;
  }
  .role-tags span {
    padding: .55rem .85rem;
    border: 1px solid #cfc8bd;
    border-radius: 999px;
    color: #555b5f;
    font-size: .69rem;
    font-weight: 600;
    letter-spacing: .06em;
    text-transform: uppercase;
  }
  .story-aside {
    margin-top: 4rem;
    padding: 2rem;
    background: #171b20;
    color: var(--color-paper);
    box-shadow: 22px 22px 0 #d9cdb9;
  }
  .story-aside p {
    margin: 0 0 1.5rem;
    color: var(--color-primary);
    font-size: .67rem;
    font-weight: 700;
    letter-spacing: .16em;
    text-transform: uppercase;
  }
  .story-aside h3 {
    margin: 0;
    font-family: var(--font-display);
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.05;
  }
  .story-aside > span {
    display: block;
    margin-top: .7rem;
    color: #9ba4ad;
    font-size: .8rem;
  }
  .story-aside a {
    display: flex;
    justify-content: space-between;
    margin-top: 3.5rem;
    padding-top: 1rem;
    border-top: 1px solid #343b42;
    color: var(--color-primary);
    font-size: .75rem;
    font-weight: 700;
  }
  .contact-section {
    padding-block: 7rem;
  }
  .testimonials-section {
    position: relative;
    overflow: hidden;
    border-top: 1px solid rgba(210, 168, 90, .18);
    background: radial-gradient(circle at 88% 8%, rgba(120, 151, 170, .12), transparent 30rem),	linear-gradient(180deg, #10151a 0%, #0c1014 100%);
  }
  .testimonials-section::after {
    position: absolute;
    top: -6rem;
    right: -4rem;
    width: 19rem;
    height: 19rem;
    border: 1px solid rgba(210, 168, 90, .14);
    border-radius: 50%;
    content: "";
    pointer-events: none;
  }
  .testimonials-intro {
    display: grid;
    grid-template-columns: 1.2fr .8fr;
    align-items: end;
    gap: 4rem;
    margin-bottom: 3.5rem;
  }
  .testimonials-intro h2 {
    max-width: 700px;
    margin-bottom: 0;
  }
  .testimonials-intro > p {
    max-width: 480px;
    margin: 0 0 .65rem;
    color: #aeb6bd;
    font-size: 1rem;
    line-height: 1.8;
  }
  .testimonials-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-top: 1px solid var(--color-line);
    border-left: 1px solid var(--color-line);
  }
  .testimonial-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 330px;
    padding: 2rem;
    border-right: 1px solid var(--color-line);
    border-bottom: 1px solid var(--color-line);
    background: rgba(23, 29, 36, .66);
    transition: background .25s ease, transform .25s ease;
  }
  .testimonial-card:hover {
    z-index: 1;
    background: rgba(31, 39, 48, .92);
    transform: translateY(-4px);
  }
  .testimonial-index {
    color: var(--color-primary);
    font-family: var(--font-mono);
    font-size: .66rem;
    font-weight: 700;
    letter-spacing: .14em;
  }
  .testimonial-card blockquote {
    margin: 2.4rem 0 2.5rem;
  }
  .testimonial-card blockquote p {
    margin: 0;
    color: #e2e4e5;
    font-family: var(--font-display);
    font-size: clamp(1rem, 1.25vw, 1.17rem);
    font-weight: 400;
    line-height: 1.72;
  }
  .testimonial-card footer {
    display: grid;
    gap: .25rem;
    margin-top: auto;
    padding-top: 1.25rem;
    border-top: 1px solid rgba(244, 240, 231, .1);
  }
  .testimonial-card footer strong {
    color: var(--color-paper);
    font-size: .82rem;
    font-weight: 700;
  }
  .testimonial-card footer span {
    color: #818b94;
    font-size: .68rem;
    letter-spacing: .04em;
    text-transform: uppercase;
  }
  @media (max-width: 980px) {
    .testimonials-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .testimonials-intro {
      grid-template-columns: 1fr;
      gap: 1.5rem;
    }
  }
  @media (max-width: 720px) {
    .testimonials-grid {
      grid-template-columns: 1fr;
    }
    .testimonial-card {
      min-height: auto;
      padding: 1.6rem;
    }
  }
  .contact-section {
    background: radial-gradient(circle at 8% 100%, rgba(210, 168, 90, .12), transparent 28rem),	var(--color-ink);
  }
  .contact-panel {
    display: grid;
    grid-template-columns: 1.15fr .85fr;
    align-items: end;
    gap: 5rem;
    padding: clamp(2.2rem, 5vw, 5rem);
    border: 1px solid rgba(210, 168, 90, .28);
    background: rgba(17, 21, 26, .78);
  }
  .contact-panel h2 {
    max-width: 760px;
  }
  .contact-actions {
    display: grid;
    justify-items: start;
  }
  .contact-email {
    margin-top: 1.5rem;
    padding-bottom: .2rem;
    border-bottom: 1px solid rgba(244, 240, 231, .25);
    font-size: .88rem;
  }
  .contact-actions p {
    max-width: 330px;
    margin: .9rem 0 0;
    color: var(--color-muted);
    font-size: .72rem;
  }
  .site-footer {
    padding: 4.5rem 0 1.5rem;
    border-top: 1px solid var(--color-line);
    background: #060709;
  }
  .footer-grid {
    display: grid;
    grid-template-columns: 1.5fr .65fr .65fr;
    gap: 4rem;
  }
  .footer-brand {
    display: inline-block;
    width: 128px;
    color: var(--color-primary);
  }
  .footer-logo-svg {
    width: 100%;
    height: auto;
  }
  .footer-grid > div:first-child {
    display: flex;
    align-items: center;
    gap: clamp(1rem, 3vw, 1.75rem);
  }
  .footer-grid > div:first-child p {
    flex: 1;
    max-width: 290px;
    min-width: 0;
    margin: 0;
    color: #c7ccd0;
    font-size: .92rem;
    font-weight: 500;
    line-height: 1.5;
  }
  .footer-grid > div:first-child p span {
    display: block;
  }
  .footer-grid > div:first-child p span:first-child {
    white-space: nowrap;
  }
  .footer-grid nav,	.footer-social {
    display: grid;
    align-content: start;
    gap: .65rem;
  }
  .footer-grid strong {
    margin-bottom: .5rem;
    color: var(--color-muted);
    font-size: .65rem;
    letter-spacing: .16em;
    text-transform: uppercase;
  }
  .footer-grid nav a,	.footer-social a {
    color: #c7ccd0;
    font-size: .78rem;
  }
  .footer-grid nav a:hover,	.footer-social a:hover {
    color: var(--color-primary);
  }
  .footer-bottom {
    display: flex;
    justify-content: space-between;
    gap: 2rem;
    margin-top: 4rem;
    padding-top: 1.35rem;
    border-top: 1px solid #20252b;
    color: #737b82;
    font-size: .65rem;
    letter-spacing: .04em;
  }
  .brand-horizontal-logo,	.hero-horizontal-logo {
    object-fit: contain;
  }
  .jog-design-studio {
    --color-primary: #d1ad67;
    --color-secondary: #698497;
  }
  .jog-design-studio .site-header {
    background: rgba(4, 5, 7, .94);
  }
  .jog-design-studio .brand-horizontal-logo {
    width: clamp(270px, 26vw, 355px);
    height: 92px;
  }
  .jog-design-studio .jog-hero {
    background: linear-gradient(90deg, rgba(255, 255, 255, .018) 1px, transparent 1px),	linear-gradient(rgba(255, 255, 255, .018) 1px, transparent 1px),	#050608;
    background-size: 42px 42px;
  }
  .jog-design-studio .hero-grid {
    display: none;
  }
  .jog-design-studio .hero-layout {
    grid-template-columns: .88fr 1.12fr;
    gap: 2.5rem;
  }
  .jog-design-studio .hero-brand-stage {
    min-height: 560px;
    border: 1px solid rgba(209, 173, 103, .24);
    background: linear-gradient(145deg, rgba(105, 132, 151, .09), transparent 42%),	#0a0d11;
  }
  .jog-design-studio .hero-horizontal-logo {
    height: 230px;
  }
  .jog-design-minimal .site-header {
    border-bottom-color: #d9d1c5;
    background: rgba(244, 240, 231, .96);
    color: #16191b;
  }
  .jog-design-minimal .desktop-nav a:not(.nav-cta) {
    color: #33383c;
  }
  .jog-design-minimal .nav-cta {
    border-color: #9b6c22;
    color: #7d5418;
  }
  .jog-design-minimal .menu-toggle {
    color: #16191b;
  }
  .jog-design-minimal .jog-hero {
    background: linear-gradient(115deg, rgba(189, 170, 143, .18), transparent 45%),	var(--color-paper);
    color: #15181a;
  }
  .jog-design-minimal .hero-grid {
    opacity: .12;
    background-image: linear-gradient(rgba(10, 12, 14, .12) 1px, transparent 1px),	linear-gradient(90deg, rgba(10, 12, 14, .12) 1px, transparent 1px);
  }
  .jog-design-minimal .hero-copy h1 em,	.jog-design-minimal .eyebrow {
    color: #8b611f;
  }
  .jog-design-minimal .hero-lead {
    color: #4e555a;
  }
  .jog-design-minimal .button-ghost {
    border-color: rgba(20, 24, 27, .32);
    color: #15181a;
  }
  .jog-design-minimal .hero-brand-stage {
    border: 0;
    box-shadow: 24px 24px 0 #d9cdb9;
    background: #080a0d;
  }
  .jog-design-minimal .proof-strip {
    border-top-color: #cfc8bd;
  }
  .jog-design-minimal .proof-strip > div {
    border-right-color: #cfc8bd;
  }
  .jog-design-minimal .proof-strip strong {
    color: #171a1d;
  }
  .jog-design-minimal .proof-strip span {
    color: #62696e;
  }
  @media (max-width: 980px) {
    .jog-design-studio .hero-layout {
      grid-template-columns: 1fr;
    }
    .jog-design-studio .hero-brand-stage {
      min-height: 420px;
    }
  }
  @keyframes draw-wave {
    to {
      stroke-dashoffset: 0;
    }
  }
  @keyframes orbit {
    to {
      transform: rotate(360deg);
    }
  }
  @media (prefers-reduced-motion: reduce) {
    * {
      scroll-behavior: auto !important;
      animation-duration: .01ms !important;
      animation-iteration-count: 1 !important;
      transition-duration: .01ms !important;
    }
  }
  @media (max-width: 980px) {
    .hero-layout {
      grid-template-columns: 1fr;
      gap: 2rem;
      padding-top: 5rem;
    }
    .hero-sound {
      min-height: 430px;
    }
    .sound-orbit {
      width: min(75vw, 420px);
    }
    .services-grid {
      grid-template-columns: 1fr;
    }
    .service-card {
      min-height: auto;
    }
    .demos-layout,	.contact-panel {
      grid-template-columns: 1fr;
    }
    .story-layout {
      grid-template-columns: 55px 1fr;
    }
    .story-aside {
      grid-column: 2;
      max-width: 520px;
    }
    .footer-grid {
      grid-template-columns: 1fr 1fr;
    }
    .footer-grid > div:first-child {
      grid-column: 1 / -1;
    }
  }
  @media (max-width: 720px) {
    .site-shell {
      width: min(100% - 2rem, 1180px);
    }
    body.admin-bar .site-header {
      top: 46px;
    }
    .header-inner {
      min-height: 68px;
    }
    .brand-copy {
      display: none;
    }
    .brand-mark {
      width: 43px;
      height: 43px;
    }
    .brand-logo-svg {
      width: 65px;
      height: 42px;
    }
    .desktop-nav {
      display: none;
    }
    .menu-toggle {
      display: block;
    }
    .mobile-nav {
      display: grid;
      padding: .7rem 1rem 1.2rem;
      border-top: 1px solid rgba(244, 240, 231, .08);
      background: rgba(8, 10, 13, .98);
    }
    .mobile-nav a {
      padding: .9rem .3rem;
      border-bottom: 1px solid rgba(244, 240, 231, .08);
      font-size: .85rem;
    }
    .hero-layout {
      min-height: auto;
      padding-block: 4rem 3rem;
    }
    .hero-copy h1 {
      font-size: clamp(3.4rem, 16vw, 5.2rem);
    }
    .hero-lead {
      font-size: .96rem;
    }
    .hero-sound {
      min-height: 340px;
    }
    .sound-orbit {
      width: min(82vw, 330px);
      box-shadow: 0 0 0 24px rgba(120, 151, 170, .035),	0 0 0 48px rgba(120, 151, 170, .025);
    }
    .proof-strip {
      grid-template-columns: 1fr;
      padding-bottom: 1.5rem;
    }
    .proof-strip > div,	.proof-strip > div:first-child {
      padding: 1rem 0;
      border-right: 0;
      border-bottom: 1px solid rgba(244, 240, 231, .1);
    }
    .proof-strip > div:last-child {
      border-bottom: 0;
    }
    .section {
      padding-block: 5rem;
    }
    .section h2,	.contact-panel h2 {
      font-size: clamp(2.8rem, 13vw, 4.3rem);
    }
    .section-intro {
      margin-bottom: 2.5rem;
    }
    .service-card {
      padding: 1.7rem;
    }
    .demo-row {
      grid-template-columns: 48px 1fr;
    }
    .demo-row > svg {
      display: none;
    }
    .story-layout {
      grid-template-columns: 1fr;
      gap: 1.5rem;
    }
    .story-quote {
      font-size: 5rem;
    }
    .story-aside {
      grid-column: auto;
      margin-top: 2rem;
      box-shadow: 12px 12px 0 #d9cdb9;
    }
    .contact-section {
      padding-block: 4rem;
    }
    .contact-panel {
      gap: 2.5rem;
      padding: 2rem 1.4rem;
    }
    .production-brand-inner {
      align-items: flex-start;
      flex-direction: column;
      gap: 1.5rem;
    }
    .zitro-lockup {
      width: 180px;
    }
    .footer-grid {
      grid-template-columns: 1fr 1fr;
      gap: 2.5rem 1.5rem;
    }
    .footer-bottom {
      flex-direction: column;
    }
  }
}
@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-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@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-outline-style: solid;
    }
  }
}
