/*! tailwindcss v4.3.0 | MIT License | https://tailwindcss.com */
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: "Instrument Sans", ui-sans-serif, system-ui, sans-serif;
    --font-serif: "Newsreader", Georgia, serif;
    --font-mono: ui-monospace, "SFMono-Regular", Menlo, Monaco, Consolas, monospace;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji');
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type='button'], [type='reset'], [type='submit']), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden='until-found'])) {
    display: none !important;
  }
}
@layer utilities {
  .static {
    position: static;
  }
  .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;
    }
  }
  .block {
    display: block;
  }
}
@layer base {
  :root {
    color-scheme: light;
  }
  * {
    box-sizing: border-box;
  }
  html {
    scroll-behavior: smooth;
  }
  body {
    margin: 0;
    background: #f6f4ef;
    color: #101114;
    font-family: var(--font-sans);
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
  }
  a {
    color: inherit;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  ::selection {
    background: #6f7cff;
    color: #fff;
  }
}
@layer components {
  [x-cloak] {
    display: none !important;
  }
  .site-shell {
    min-height: 100vh;
    overflow: clip;
  }
  .wrap {
    width: min(1180px, calc(100% - 40px));
    margin-inline: auto;
  }
  .wrap-narrow {
    width: min(820px, calc(100% - 40px));
    margin-inline: auto;
  }
  .site-header {
    position: sticky;
    top: 0;
    z-index: 70;
    backdrop-filter: blur(20px);
    background: rgba(246,244,239,.88);
    border-bottom: 1px solid rgba(16,17,20,.08);
  }
  .nav-row {
    min-height: 74px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
  }
  .brand {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    font-weight: 700;
    letter-spacing: -.025em;
  }
  .brand-mark {
    position: relative;
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #101114;
    color: #fff;
    font: 700 11px/1 var(--font-mono);
  }
  .brand-mark::after {
    content: "";
    position: absolute;
    right: -1px;
    bottom: 1px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #b7ffd9;
    border: 2px solid #f6f4ef;
  }
  .brand-name {
    font-size: 17px;
  }
  .brand-role {
    color: #868a93;
    font: 700 9px/1.2 var(--font-mono);
    letter-spacing: .075em;
    white-space: nowrap;
  }
  .desktop-nav {
    display: flex;
    align-items: center;
    gap: 28px;
  }
  .desktop-nav a {
    position: relative;
    text-decoration: none;
    color: #565b64;
    font-size: 14px;
    font-weight: 600;
  }
  .desktop-nav a:hover {
    color: #101114;
  }
  .desktop-nav a:not(.nav-cta)::after {
    content: "";
    position: absolute;
    left: 0;
    right: 100%;
    bottom: -7px;
    height: 1px;
    background: #101114;
    transition: right .2s ease;
  }
  .desktop-nav a:not(.nav-cta):hover::after {
    right: 0;
  }
  .nav-cta {
    padding: 10px 16px;
    border-radius: 999px;
    background: #101114;
    color: #fff !important;
    box-shadow: 0 8px 24px rgba(16,17,20,.10);
  }
  .mobile-trigger {
    display: none;
    border: 0;
    background: transparent;
    width: 44px;
    height: 44px;
    border-radius: 12px;
    font-size: 22px;
  }
  .mobile-panel {
    padding: 10px 0 22px;
    border-top: 1px solid rgba(16,17,20,.08);
  }
  .mobile-panel a {
    display: block;
    padding: 11px 0;
    text-decoration: none;
    font-weight: 650;
  }
  .section {
    padding: 92px 0;
  }
  .section-tight {
    padding: 68px 0;
  }
  .section-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 34px;
    margin-bottom: 38px;
  }
  .section-kicker {
    margin: 0 0 10px;
    color: #5b68eb;
    font: 700 10px/1.2 var(--font-mono);
    text-transform: uppercase;
    letter-spacing: .12em;
  }
  .section-title {
    margin: 0;
    max-width: 780px;
    font-size: clamp(36px,4.6vw,58px);
    line-height: 1.01;
    letter-spacing: -.052em;
    font-weight: 650;
  }
  .section-desc {
    max-width: 610px;
    margin: 14px 0 0;
    color: #676b74;
    font-size: 17px;
    line-height: 1.62;
  }
  .text-link {
    font-size: 14px;
    font-weight: 650;
    text-decoration: none;
    white-space: nowrap;
  }
  .text-link:hover {
    color: #5b68eb;
  }
  [data-reveal] {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity .75s cubic-bezier(.2,.65,.2,1), transform .75s cubic-bezier(.2,.65,.2,1);
  }
  [data-reveal].is-visible {
    opacity: 1;
    transform: translateY(0);
  }
  .is-ready .hero-copy-block > * {
    animation: heroIn .8s both cubic-bezier(.2,.65,.2,1);
  }
  .is-ready .hero-copy-block > *:nth-child(2) {
    animation-delay: .08s;
  }
  .is-ready .hero-copy-block > *:nth-child(3) {
    animation-delay: .16s;
  }
  .is-ready .hero-copy-block > *:nth-child(4) {
    animation-delay: .24s;
  }
  .is-ready .hero-copy-block > *:nth-child(5) {
    animation-delay: .32s;
  }
  .is-ready .ai-visual {
    animation: visualIn 1s .18s both cubic-bezier(.2,.65,.2,1);
  }
  .hero {
    padding: 34px 0 0;
  }
  .hero-stage {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0,1.04fr) minmax(390px,.96fr);
    gap: 46px;
    min-height: 650px;
    padding: 66px 66px 58px;
    border-radius: 34px;
    overflow: hidden;
    background: #0a0b0d;
    color: #fff;
    box-shadow: 0 30px 90px rgba(13,14,18,.16);
  }
  .hero-stage::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),	linear-gradient(90deg,rgba(255,255,255,.035) 1px, transparent 1px);
    background-size: 44px 44px;
    mask-image: linear-gradient(to right,#000,rgba(0,0,0,.68) 55%,transparent 94%);
    pointer-events: none;
  }
  .hero-stage::after {
    content: "";
    position: absolute;
    left: -110px;
    top: -180px;
    width: 520px;
    height: 520px;
    border-radius: 50%;
    background: radial-gradient(circle,rgba(111,124,255,.16),transparent 67%);
    pointer-events: none;
  }
  .hero-copy-block {
    position: relative;
    z-index: 3;
    align-self: center;
  }
  .hero-label {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: rgba(255,255,255,.62);
    font: 700 10px/1.2 var(--font-mono);
    text-transform: uppercase;
    letter-spacing: .11em;
  }
  .hero-label::before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #b7ffd9;
    box-shadow: 0 0 0 5px rgba(183,255,217,.08),0 0 24px rgba(183,255,217,.45);
  }
  .hero h1 {
    margin: 22px 0 20px;
    max-width: 760px;
    font-size: clamp(52px,6.5vw,88px);
    line-height: .94;
    letter-spacing: -.066em;
    font-weight: 620;
  }
  .hero h1 em {
    font-family: var(--font-serif);
    font-weight: 500;
    font-style: italic;
    letter-spacing: -.035em;
    color: #b7ffd9;
  }
  .hero-copy {
    max-width: 650px;
    margin: 0;
    color: rgba(255,255,255,.62);
    font-size: clamp(18px,2vw,21px);
    line-height: 1.6;
  }
  .hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 11px;
    margin-top: 31px;
  }
  .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 13px 18px;
    border-radius: 999px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 650;
    transition: transform .18s ease, box-shadow .18s ease, background .18s ease, border-color .18s ease;
  }
  .btn:hover {
    transform: translateY(-2px);
  }
  .btn-bright {
    background: #fff;
    color: #101114;
    box-shadow: 0 12px 30px rgba(0,0,0,.16);
  }
  .btn-bright:hover {
    background: #b7ffd9;
  }
  .btn-ghost {
    background: rgba(255,255,255,.05);
    color: #fff;
    border: 1px solid rgba(255,255,255,.15);
  }
  .btn-ghost:hover {
    border-color: rgba(255,255,255,.38);
    background: rgba(255,255,255,.08);
  }
  .btn-outline {
    background: transparent;
    color: #101114;
    border: 1px solid #d8d4cd;
  }
  .btn-outline:hover {
    background: #fff;
    border-color: #bdb8af;
  }
  .hero-status {
    display: flex;
    flex-wrap: wrap;
    gap: 16px 24px;
    margin-top: 36px;
    color: rgba(255,255,255,.48);
    font: 650 10px/1.2 var(--font-mono);
    text-transform: uppercase;
    letter-spacing: .07em;
  }
  .hero-status span {
    display: flex;
    align-items: center;
    gap: 7px;
  }
  .hero-status i {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #8edbff;
    opacity: .8;
  }
  .ai-visual {
    --parallax-x: 0px;
    --parallax-y: 0px;
    position: relative;
    z-index: 2;
    min-height: 520px;
    align-self: center;
    transform: translate(var(--parallax-x),var(--parallax-y));
    transition: transform .22s ease-out;
  }
  .visual-glow {
    position: absolute;
    inset: 10% 6% 4%;
    border-radius: 50%;
    background: radial-gradient(circle,rgba(111,124,255,.25),rgba(142,219,255,.08) 38%,transparent 70%);
    filter: blur(2px);
  }
  .network-map {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    overflow: visible;
  }
  .signal-line {
    fill: none;
    stroke: url(#signalGradient);
    stroke-width: 1.4;
    stroke-dasharray: 7 9;
    opacity: .72;
    animation: dashFlow 7s linear infinite;
  }
  .line-b {
    animation-duration: 9s;
    animation-direction: reverse;
  }
  .line-c {
    animation-duration: 8s;
  }
  .line-d {
    animation-duration: 6s;
    animation-direction: reverse;
  }
  .node {
    fill: #8edbff;
    stroke: #0a0b0d;
    stroke-width: 4;
    filter: drop-shadow(0 0 8px rgba(142,219,255,.7));
    animation: nodePulse 3.2s ease-in-out infinite;
    transform-box: fill-box;
    transform-origin: center;
  }
  .node-3,.node-5 {
    fill: #b7ffd9;
  }
  .node-4,.node-7 {
    animation-delay: .9s;
  }
  .node-6,.node-8 {
    animation-delay: 1.5s;
  }
  .model-core {
    position: absolute;
    left: 50%;
    top: 48%;
    width: 170px;
    height: 170px;
    transform: translate(-50%,-50%);
    display: grid;
    place-items: center;
  }
  .core-ring {
    position: absolute;
    inset: 0;
    border: 1px solid rgba(183,255,217,.18);
    border-radius: 50%;
  }
  .ring-one {
    animation: spinSlow 15s linear infinite;
    border-top-color: #b7ffd9;
    border-right-color: rgba(142,219,255,.55);
  }
  .ring-two {
    inset: 18px;
    border-style: dashed;
    border-color: rgba(142,219,255,.25);
    animation: spinSlow 11s linear infinite reverse;
  }
  .ring-three {
    inset: 38px;
    border-color: rgba(111,124,255,.36);
    animation: ringPulse 3s ease-in-out infinite;
  }
  .core-center {
    position: relative;
    z-index: 2;
    width: 82px;
    height: 82px;
    display: grid;
    place-items: center;
    align-content: center;
    border-radius: 50%;
    background: radial-gradient(circle at 35% 30%,#272d54,#11131b 68%);
    border: 1px solid rgba(255,255,255,.14);
    box-shadow: 0 0 38px rgba(111,124,255,.22),inset 0 0 26px rgba(142,219,255,.08);
  }
  .core-center span {
    font: 700 27px/1 var(--font-sans);
    letter-spacing: -.05em;
  }
  .core-center small {
    margin-top: 3px;
    color: #8edbff;
    font: 700 8px/1 var(--font-mono);
    text-transform: uppercase;
    letter-spacing: .12em;
  }
  .signal-card {
    position: absolute;
    min-width: 142px;
    padding: 11px 12px;
    border-radius: 13px;
    background: rgba(18,20,25,.72);
    border: 1px solid rgba(255,255,255,.10);
    backdrop-filter: blur(15px);
    box-shadow: 0 16px 40px rgba(0,0,0,.22);
    animation: floatCard 5s ease-in-out infinite;
  }
  .signal-card > span {
    display: block;
    margin-bottom: 5px;
    color: #8edbff;
    font: 700 8px/1 var(--font-mono);
  }
  .signal-card strong {
    display: block;
    color: #fff;
    font-size: 12px;
    font-weight: 650;
  }
  .signal-card small {
    display: block;
    margin-top: 3px;
    color: rgba(255,255,255,.42);
    font: 600 8px/1.2 var(--font-mono);
  }
  .signal-card-a {
    left: 2%;
    top: 11%;
  }
  .signal-card-b {
    right: 0;
    top: 20%;
    animation-delay: -1.4s;
  }
  .signal-card-c {
    right: 4%;
    bottom: 13%;
    animation-delay: -2.5s;
  }
  .signal-card-d {
    left: 3%;
    bottom: 15%;
    animation-delay: -3.4s;
    min-width: 164px;
  }
  .visual-caption {
    position: absolute;
    left: 50%;
    bottom: 2%;
    transform: translateX(-50%);
    color: rgba(255,255,255,.30);
    font: 700 8px/1 var(--font-mono);
    letter-spacing: .11em;
    white-space: nowrap;
  }
  .signal-marquee {
    margin-top: 12px;
    overflow: hidden;
    border-top: 1px solid #dcd8d0;
    border-bottom: 1px solid #dcd8d0;
  }
  .signal-track {
    display: flex;
    align-items: center;
    width: max-content;
    gap: 18px;
    padding: 13px 0;
    color: #777a81;
    font: 700 9px/1 var(--font-mono);
    letter-spacing: .09em;
    text-transform: uppercase;
    animation: marquee 28s linear infinite;
  }
  .signal-track b {
    color: #6f7cff;
    font-size: 8px;
  }
  .case-grid {
    display: grid;
    grid-template-columns: 1.35fr .65fr;
    gap: 20px;
  }
  .case-card {
    --rx: 0deg;
    --ry: 0deg;
    --spot-x: 50%;
    --spot-y: 50%;
    position: relative;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border-radius: 26px;
    background: #fff;
    border: 1px solid #dedbd4;
    text-decoration: none;
    transform: perspective(1100px) rotateX(var(--rx)) rotateY(var(--ry));
    transform-style: preserve-3d;
    transition: transform .16s ease,border-color .2s ease,box-shadow .2s ease;
  }
  .case-card::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: radial-gradient(420px circle at var(--spot-x) var(--spot-y),rgba(111,124,255,.09),transparent 43%);
    opacity: 0;
    transition: opacity .2s ease;
  }
  .case-card:hover {
    border-color: #c8c4bc;
    box-shadow: 0 24px 65px rgba(25,27,34,.10);
  }
  .case-card:hover::after {
    opacity: 1;
  }
  .case-1 {
    grid-row: span 2;
  }
  .case-media {
    position: relative;
    min-height: 250px;
    overflow: hidden;
    background: #121419;
  }
  .case-1 .case-media {
    min-height: 430px;
  }
  .case-media img {
    width: 100%;
    height: 100%;
    min-height: inherit;
    object-fit: cover;
    transition: transform .65s cubic-bezier(.2,.65,.2,1),filter .35s ease;
  }
  .case-card:hover .case-media img {
    transform: scale(1.035);
  }
  .case-media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top,rgba(8,9,12,.35),transparent 52%);
    pointer-events: none;
  }
  .case-number {
    position: absolute;
    z-index: 2;
    top: 18px;
    left: 18px;
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: rgba(10,11,13,.74);
    border: 1px solid rgba(255,255,255,.12);
    color: #fff;
    backdrop-filter: blur(12px);
    font: 700 10px/1 var(--font-mono);
  }
  .case-media-fallback {
    display: grid;
    place-items: center;
    background: radial-gradient(circle at 45% 42%,#26304f 0,#121419 45%,#0a0b0d 100%);
  }
  .case-abstract {
    position: relative;
    width: 180px;
    height: 180px;
  }
  .case-abstract span {
    position: absolute;
    inset: 50%;
    width: 14px;
    height: 14px;
    margin: -7px;
    border-radius: 50%;
    background: #b7ffd9;
    box-shadow: 0 0 28px rgba(183,255,217,.5);
  }
  .case-abstract span:nth-child(2) {
    transform: translate(62px,-52px);
    background: #8edbff;
  }
  .case-abstract span:nth-child(3) {
    transform: translate(-67px,48px);
    background: #6f7cff;
  }
  .case-abstract span:nth-child(4) {
    transform: translate(70px,58px);
    background: #fff;
  }
  .case-abstract::before,.case-abstract::after {
    content: "";
    position: absolute;
    inset: 20px;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,.10);
    animation: spinSlow 12s linear infinite;
  }
  .case-abstract::after {
    inset: 46px;
    border-style: dashed;
    animation-direction: reverse;
    animation-duration: 9s;
  }
  .case-copy {
    position: relative;
    z-index: 2;
    padding: 25px 26px 26px;
  }
  .case-category {
    color: #686c75;
    font: 700 9px/1.2 var(--font-mono);
    text-transform: uppercase;
    letter-spacing: .09em;
  }
  .case-copy h3 {
    margin: 12px 0 10px;
    font-size: clamp(22px,2.2vw,31px);
    line-height: 1.1;
    letter-spacing: -.038em;
    font-weight: 650;
  }
  .case-2 .case-copy h3,.case-3 .case-copy h3 {
    font-size: 22px;
  }
  .case-copy p {
    margin: 0;
    color: #6d717b;
    font-size: 14px;
    line-height: 1.56;
  }
  .case-link {
    display: inline-flex;
    margin-top: 18px;
    font-size: 13px;
    font-weight: 650;
  }
  .process-section {
    background: #ece9e3;
    border-top: 1px solid #dedbd4;
    border-bottom: 1px solid #dedbd4;
  }
  .process-flow {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 36px;
    padding-top: 28px;
  }
  .process-line {
    position: absolute;
    top: 52px;
    left: 11%;
    right: 11%;
    height: 1px;
    background: #c9c5bd;
    overflow: hidden;
  }
  .process-line span {
    display: block;
    width: 34%;
    height: 100%;
    background: linear-gradient(90deg,transparent,#6f7cff,#8edbff,transparent);
    animation: processScan 4.8s ease-in-out infinite;
  }
  .process-step {
    position: relative;
    padding-top: 58px;
  }
  .step-index {
    position: absolute;
    top: 0;
    color: #82858c;
    font: 700 9px/1 var(--font-mono);
    letter-spacing: .09em;
  }
  .step-dot {
    position: absolute;
    top: 45px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #f6f4ef;
    border: 4px solid #101114;
    box-shadow: 0 0 0 5px rgba(16,17,20,.05);
  }
  .process-step h3 {
    margin: 0 0 8px;
    font-size: 28px;
    line-height: 1.1;
    letter-spacing: -.04em;
  }
  .process-step p {
    max-width: 310px;
    margin: 0;
    color: #696d75;
    line-height: 1.58;
  }
  .speaking-section {
    background: #101114;
    color: #fff;
  }
  .speaking-section .section-kicker {
    color: #b7ffd9;
  }
  .speaking-section .section-title {
    max-width: 900px;
  }
  .speaking-section .text-link {
    color: rgba(255,255,255,.72);
  }
  .speaking-section .text-link:hover {
    color: #b7ffd9;
  }
  .stage-card {
    position: relative;
    min-height: 530px;
    display: flex;
    align-items: end;
    overflow: hidden;
    border-radius: 28px;
    border: 1px solid rgba(255,255,255,.10);
    color: #fff;
    text-decoration: none;
    background: #050608;
  }
  .stage-card > img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .62;
    filter: saturate(.75) contrast(1.05);
    transition: transform .8s cubic-bezier(.2,.65,.2,1),opacity .4s ease;
  }
  .stage-card:hover > img {
    transform: scale(1.035);
    opacity: .72;
  }
  .stage-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top,rgba(4,5,7,.94) 0%,rgba(4,5,7,.12) 68%),linear-gradient(90deg,rgba(5,6,8,.52),transparent 58%);
  }
  .stage-top {
    position: absolute;
    z-index: 2;
    top: 20px;
    left: 22px;
    right: 22px;
    display: flex;
    justify-content: space-between;
    gap: 18px;
    color: rgba(255,255,255,.50);
    font: 700 9px/1 var(--font-mono);
    letter-spacing: .09em;
  }
  .stage-copy {
    position: relative;
    z-index: 2;
    max-width: 780px;
    padding: 34px;
  }
  .play-disc {
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    margin-bottom: 18px;
    border-radius: 50%;
    background: #fff;
    color: #101114;
    font-size: 13px;
    box-shadow: 0 0 0 8px rgba(255,255,255,.08);
    transition: transform .25s ease,background .25s ease;
  }
  .stage-card:hover .play-disc {
    transform: scale(1.08);
    background: #b7ffd9;
  }
  .stage-copy h3 {
    margin: 0;
    font-size: clamp(34px,4.8vw,62px);
    line-height: 1;
    letter-spacing: -.055em;
    font-weight: 600;
  }
  .stage-copy p {
    max-width: 560px;
    margin: 15px 0 0;
    color: rgba(255,255,255,.60);
    font-size: 16px;
    line-height: 1.55;
  }
  .writing-section {
    background: #f6f4ef;
  }
  .writing-layout {
    display: grid;
    grid-template-columns: .72fr 1.28fr;
    gap: 78px;
    align-items: start;
  }
  .writing-intro {
    position: sticky;
    top: 120px;
  }
  .writing-intro .section-title {
    font-size: clamp(36px,4.2vw,52px);
  }
  .writing-intro .btn {
    margin-top: 22px;
  }
  .writing-list {
    border-top: 1px solid #d8d4cd;
  }
  .writing-row {
    display: grid;
    grid-template-columns: 52px 1fr 30px;
    gap: 18px;
    align-items: center;
    padding: 26px 4px;
    border-bottom: 1px solid #d8d4cd;
    text-decoration: none;
    transition: padding .2s ease,background .2s ease;
  }
  .writing-row:hover {
    padding-left: 12px;
    padding-right: 12px;
    background: rgba(255,255,255,.45);
  }
  .writing-number {
    color: #97999f;
    font: 700 9px/1 var(--font-mono);
  }
  .writing-row time {
    color: #7f828a;
    font: 700 9px/1.2 var(--font-mono);
    text-transform: uppercase;
    letter-spacing: .07em;
  }
  .writing-row h3 {
    margin: 6px 0 0;
    font-size: 22px;
    line-height: 1.18;
    letter-spacing: -.03em;
    font-weight: 620;
  }
  .writing-arrow {
    justify-self: end;
    font-size: 20px;
    color: #5b68eb;
    transition: transform .2s ease;
  }
  .writing-row:hover .writing-arrow {
    transform: translate(3px,-3px);
  }
  .about-home {
    padding-top: 30px;
  }
  .about-home-grid {
    display: grid;
    grid-template-columns: .7fr 1.3fr;
    gap: 64px;
    align-items: center;
    padding: 58px;
    border-radius: 28px;
    background: #fff;
    border: 1px solid #dedbd4;
  }
  .about-home-photo {
    position: relative;
    min-height: 460px;
    overflow: hidden;
    border-radius: 20px;
    background: #e8e5df;
  }
  .about-home-photo img {
    width: 100%;
    height: 100%;
    min-height: 460px;
    object-fit: cover;
    filter: saturate(.82);
  }
  .photo-caption {
    position: absolute;
    left: 16px;
    bottom: 16px;
    padding: 8px 10px;
    border-radius: 999px;
    background: rgba(10,11,13,.74);
    color: #fff;
    backdrop-filter: blur(10px);
    font: 700 8px/1 var(--font-mono);
    letter-spacing: .08em;
  }
  .about-home-copy h2 {
    max-width: 700px;
    margin: 0;
    font-size: clamp(38px,4.6vw,58px);
    line-height: 1.02;
    letter-spacing: -.052em;
    font-weight: 630;
  }
  .about-home-copy p {
    max-width: 680px;
    color: #686c75;
    font-size: 18px;
    line-height: 1.65;
  }
  .newsletter-section {
    padding-top: 24px;
  }
  .newsletter-box {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 36px;
    padding: 46px 50px;
    border-radius: 26px;
    background: #6f7cff;
    color: #fff;
    box-shadow: 0 26px 70px rgba(58,70,170,.14);
  }
  .newsletter-code {
    display: block;
    margin-bottom: 11px;
    color: rgba(255,255,255,.68);
    font: 700 9px/1.2 var(--font-mono);
    letter-spacing: .1em;
  }
  .newsletter-box h2 {
    margin: 0;
    max-width: 700px;
    font-size: clamp(34px,4vw,52px);
    line-height: 1.02;
    letter-spacing: -.05em;
    font-weight: 620;
  }
  .newsletter-box p {
    max-width: 610px;
    margin: 13px 0 0;
    color: rgba(255,255,255,.72);
    font-size: 16px;
    line-height: 1.6;
  }
  .newsletter-box .btn-bright {
    flex: none;
  }
  .page-hero {
    position: relative;
    padding: 82px 0 44px;
  }
  .page-hero h1 {
    max-width: 920px;
    margin: 12px 0 0;
    font-size: clamp(44px,6vw,72px);
    line-height: 1;
    letter-spacing: -.055em;
    font-weight: 640;
  }
  .page-hero p {
    max-width: 700px;
    color: #6d717b;
    font-size: 18px;
    line-height: 1.6;
  }
  .topic-row {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 26px;
  }
  .topic-pill {
    padding: 9px 13px;
    border: 1px solid #d8d4cd;
    border-radius: 999px;
    background: rgba(255,255,255,.58);
    color: #595d65;
    font: 700 10px/1.2 var(--font-mono);
    text-decoration: none;
  }
  .topic-pill:hover {
    border-color: #6f7cff;
    color: #5b68eb;
  }
  .posts-featured {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: 18px;
    margin-bottom: 18px;
  }
  .featured-post {
    min-height: 470px;
    border-radius: 25px;
    overflow: hidden;
    background: #101114;
    color: #fff;
    text-decoration: none;
    position: relative;
    display: flex;
    align-items: end;
  }
  .featured-post img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .54;
    filter: saturate(.78);
  }
  .featured-post::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top,rgba(8,9,11,.95),rgba(8,9,11,.06) 74%);
  }
  .featured-post-copy {
    position: relative;
    z-index: 2;
    padding: 32px;
  }
  .card-tag {
    display: inline-flex;
    width: max-content;
    padding: 6px 9px;
    border-radius: 999px;
    background: rgba(255,255,255,.10);
    color: inherit;
    font: 700 9px/1.2 var(--font-mono);
    text-transform: uppercase;
    letter-spacing: .06em;
  }
  .featured-post-copy h2 {
    margin: 10px 0;
    font-size: clamp(29px,3.4vw,44px);
    line-height: 1.08;
    letter-spacing: -.04em;
  }
  .featured-post-copy p {
    margin: 0;
    color: rgba(255,255,255,.66);
    line-height: 1.55;
  }
  .posts-side {
    display: grid;
    gap: 18px;
  }
  .article-grid {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 16px;
  }
  .article-card {
    display: grid;
    grid-template-columns: 145px 1fr;
    gap: 22px;
    padding: 17px;
    border-radius: 18px;
    background: #fff;
    border: 1px solid #dedbd4;
    color: #101114;
    text-decoration: none;
    transition: transform .18s ease,border-color .18s ease,box-shadow .18s ease;
  }
  .article-card:hover {
    transform: translateY(-3px);
    border-color: #c9c4bb;
    box-shadow: 0 16px 40px rgba(25,27,34,.07);
  }
  .article-thumb {
    min-height: 128px;
    border-radius: 12px;
    overflow: hidden;
    background: #101114;
  }
  .article-thumb img {
    width: 100%;
    height: 100%;
    min-height: 128px;
    object-fit: cover;
  }
  .article-thumb.fallback {
    display: grid;
    place-items: center;
    color: #fff;
  }
  .article-thumb.fallback span {
    font: 700 26px/1 var(--font-mono);
  }
  .article-card time {
    color: #5b68eb;
    font: 700 9px/1.2 var(--font-mono);
    text-transform: uppercase;
    letter-spacing: .07em;
  }
  .article-card h3 {
    margin: 8px 0 7px;
    color: #101114;
    font-size: 18px;
    line-height: 1.24;
    letter-spacing: -.025em;
  }
  .article-card p {
    margin: 0;
    color: #6d717b;
    font-size: 13px;
    line-height: 1.5;
  }
  .posts-side .article-card {
    grid-template-columns: 110px 1fr;
  }
  .post-list-grid {
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: 18px;
  }
  .post-tile {
    background: #fff;
    border: 1px solid #dedbd4;
    border-radius: 21px;
    overflow: hidden;
    text-decoration: none;
    transition: transform .18s ease,box-shadow .18s ease,border-color .18s ease;
  }
  .post-tile:hover {
    transform: translateY(-4px);
    border-color: #c9c4bb;
    box-shadow: 0 18px 44px rgba(25,27,34,.08);
  }
  .post-tile-media {
    position: relative;
    height: 200px;
    background: #101114;
    overflow: hidden;
    display: grid;
    place-items: center;
    color: #fff;
    font: 700 38px/1 var(--font-mono);
  }
  .post-tile-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .post-tile-copy {
    padding: 22px;
  }
  .post-tile-copy time {
    color: #5b68eb;
    font: 700 9px/1.2 var(--font-mono);
    text-transform: uppercase;
    letter-spacing: .08em;
  }
  .post-tile-copy h2 {
    margin: 8px 0 9px;
    font-size: 21px;
    line-height: 1.18;
    letter-spacing: -.03em;
  }
  .post-tile-copy p {
    margin: 0;
    color: #6d717b;
    font-size: 14px;
    line-height: 1.55;
  }
  .single-hero {
    padding: 72px 0 36px;
  }
  .single-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    color: #777b84;
    font: 700 10px/1.2 var(--font-mono);
    text-transform: uppercase;
    letter-spacing: .07em;
  }
  .single-hero h1 {
    max-width: 1000px;
    margin: 18px 0;
    font-size: clamp(44px,6.2vw,76px);
    line-height: 1.01;
    letter-spacing: -.055em;
    font-weight: 640;
  }
  .single-dek {
    max-width: 780px;
    margin: 0;
    color: #666a72;
    font-size: 19px;
    line-height: 1.58;
  }
  .single-cover {
    width: min(1180px,calc(100% - 40px));
    max-height: 650px;
    margin: 30px auto 54px;
    border-radius: 25px;
    overflow: hidden;
    background: #e3e0da;
    border: 1px solid #dedbd4;
  }
  .single-cover img {
    width: 100%;
    max-height: 650px;
    object-fit: cover;
  }
  .article-prose {
    width: min(760px,calc(100% - 40px));
    margin-inline: auto;
    font-size: 18px;
    line-height: 1.78;
    color: #303238;
  }
  .article-prose > *:first-child {
    margin-top: 0;
  }
  .article-prose h2,.article-prose h3,.article-prose h4 {
    color: #101114;
    letter-spacing: -.035em;
    line-height: 1.18;
    scroll-margin-top: 110px;
  }
  .article-prose h2 {
    margin: 2.2em 0 .8em;
    font-size: 34px;
  }
  .article-prose h3 {
    margin: 2em 0 .7em;
    font-size: 28px;
  }
  .article-prose h4 {
    margin: 1.8em 0 .65em;
    font-size: 23px;
  }
  .article-prose p {
    margin: 1.2em 0;
  }
  .article-prose a {
    color: #4652c9;
    font-weight: 650;
  }
  .article-prose ul,.article-prose ol {
    padding-left: 1.4em;
  }
  .article-prose li {
    margin: .45em 0;
  }
  .article-prose img {
    border-radius: 17px;
  }
  .article-prose figure {
    margin: 2.2em 0;
  }
  .article-prose figcaption {
    margin-top: 9px;
    color: #868a93;
    font-size: 13px;
    text-align: center;
  }
  .article-prose blockquote {
    margin: 2em 0;
    padding: 20px 24px;
    border-left: 3px solid #6f7cff;
    border-radius: 0 15px 15px 0;
    background: #eef0ff;
    color: #343746;
  }
  .article-prose pre {
    overflow: auto;
    padding: 20px;
    border-radius: 15px;
    background: #101114;
    color: #f3f4f7;
    font: 14px/1.65 var(--font-mono);
  }
  .article-prose code {
    padding: .15em .36em;
    border-radius: 6px;
    background: #ebe8e2;
    font: .88em/1.4 var(--font-mono);
  }
  .article-prose pre code {
    padding: 0;
    background: transparent;
  }
  .article-prose .wp-block-embed__wrapper {
    border-radius: 17px;
    overflow: hidden;
  }
  .single-footer {
    margin-top: 68px;
    padding: 42px 0 78px;
    border-top: 1px solid #dedbd4;
  }
  .post-nav {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
  }
  .post-nav a {
    padding: 20px;
    border-radius: 17px;
    background: #fff;
    border: 1px solid #dedbd4;
    text-decoration: none;
  }
  .post-nav small {
    display: block;
    color: #868a93;
    margin-bottom: 7px;
    text-transform: uppercase;
    letter-spacing: .08em;
    font: 700 9px/1.2 var(--font-mono);
  }
  .post-nav strong {
    line-height: 1.3;
  }
  .page-content {
    padding: 0 0 90px;
  }
  .page-content .entry-content {
    width: min(820px,calc(100% - 40px));
    margin-inline: auto;
    font-size: 17px;
    line-height: 1.72;
  }
  .page-content .entry-content h2,.page-content .entry-content h3 {
    letter-spacing: -.035em;
  }
  .page-content .entry-content img {
    border-radius: 20px;
  }
  .contact-grid {
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: 22px;
  }
  .contact-card {
    padding: 30px;
    border-radius: 22px;
    background: #fff;
    border: 1px solid #dedbd4;
  }
  .contact-card h2 {
    margin: 0 0 10px;
    font-size: 26px;
    letter-spacing: -.035em;
  }
  .contact-card p {
    color: #6d717b;
    line-height: 1.6;
  }
  .contact-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 18px 0;
    border-top: 1px solid #e7e3dc;
    text-decoration: none;
    font-weight: 650;
  }
  .contact-link:first-of-type {
    margin-top: 20px;
  }
  .speaking-page-grid {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 20px;
  }
  .talk-card {
    background: #fff;
    border: 1px solid #dedbd4;
    border-radius: 22px;
    overflow: hidden;
  }
  .talk-card iframe {
    display: block;
    width: 100%;
    aspect-ratio: 16/9;
    border: 0;
  }
  .talk-copy {
    padding: 22px;
  }
  .talk-copy h2 {
    margin: 0 0 10px;
    font-size: 23px;
    line-height: 1.2;
    letter-spacing: -.035em;
  }
  .talk-copy p {
    margin: 0;
    color: #6d717b;
    line-height: 1.55;
  }
  .pagination {
    margin-top: 42px;
    display: flex;
    justify-content: center;
    gap: 8px;
  }
  .pagination .page-numbers {
    display: grid;
    place-items: center;
    min-width: 42px;
    height: 42px;
    padding: 0 10px;
    border-radius: 11px;
    background: #fff;
    border: 1px solid #dedbd4;
    text-decoration: none;
    font-size: 13px;
    font-weight: 650;
  }
  .pagination .current {
    background: #101114;
    border-color: #101114;
    color: #fff;
  }
  .about-page {
    background: #f6f4ef;
  }
  .about-hero {
    padding: 78px 0 54px;
  }
  .about-hero-grid {
    display: grid;
    grid-template-columns: 1.16fr .84fr;
    gap: 72px;
    align-items: center;
  }
  .about-hero-copy h1 {
    max-width: 850px;
    margin: 0;
    font-size: clamp(48px,6.1vw,78px);
    line-height: .98;
    letter-spacing: -.061em;
    font-weight: 620;
  }
  .about-hero-copy h1 em {
    font-family: var(--font-serif);
    font-weight: 500;
    font-style: italic;
    color: #5b68eb;
    letter-spacing: -.03em;
  }
  .about-lead {
    max-width: 760px;
    margin: 26px 0 0;
    color: #363940;
    font-size: clamp(20px,2.2vw,24px);
    line-height: 1.55;
    letter-spacing: -.018em;
  }
  .about-hero-copy > p:not(.section-kicker):not(.about-lead) {
    max-width: 760px;
    color: #6a6e77;
    font-size: 17px;
    line-height: 1.72;
  }
  .about-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 26px;
  }
  .about-tags span {
    padding: 9px 12px;
    border: 1px solid #d8d4cd;
    border-radius: 999px;
    background: rgba(255,255,255,.58);
    color: #595d65;
    font: 700 9px/1.2 var(--font-mono);
    text-transform: uppercase;
    letter-spacing: .07em;
  }
  .about-portrait-panel {
    position: relative;
    padding: 12px;
    border-radius: 27px;
    background: #0b0c0f;
    color: #fff;
    box-shadow: 0 28px 75px rgba(13,14,18,.15);
  }
  .portrait-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 8px 8px 13px;
    color: rgba(255,255,255,.44);
    font: 700 8px/1.2 var(--font-mono);
    letter-spacing: .1em;
  }
  .about-portrait {
    position: relative;
    overflow: hidden;
    border-radius: 19px;
    min-height: 490px;
    background: #1c1d22;
  }
  .about-portrait::after {
    content: "";
    position: absolute;
    inset: 58% 0 0;
    background: linear-gradient(to top,rgba(8,9,12,.45),transparent);
    pointer-events: none;
  }
  .about-portrait img {
    display: block;
    width: 100%;
    min-height: 490px;
    height: 100%;
    object-fit: cover;
    object-position: center 18%;
    filter: saturate(.82) contrast(1.03);
  }
  .portrait-meta {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1px;
    margin-top: 10px;
    overflow: hidden;
    border-radius: 13px;
    background: rgba(255,255,255,.08);
  }
  .portrait-meta div {
    padding: 12px 13px;
    background: #111217;
  }
  .portrait-meta small {
    display: block;
    margin-bottom: 4px;
    color: rgba(255,255,255,.33);
    font: 700 8px/1 var(--font-mono);
    letter-spacing: .09em;
  }
  .portrait-meta strong {
    color: #e9ebef;
    font: 700 9px/1.2 var(--font-mono);
    letter-spacing: .035em;
  }
  .about-workbench-section {
    padding-top: 62px;
  }
  .workbench-shell {
    overflow: hidden;
    border-radius: 28px;
    background: #090a0d;
    color: #fff;
    border: 1px solid rgba(255,255,255,.08);
    box-shadow: 0 30px 80px rgba(11,12,15,.14);
  }
  .workbench-topbar {
    min-height: 48px;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 18px;
    padding: 0 18px;
    border-bottom: 1px solid rgba(255,255,255,.08);
    color: rgba(255,255,255,.42);
    font: 700 8px/1 var(--font-mono);
    letter-spacing: .1em;
  }
  .wb-dots {
    display: flex;
    gap: 6px;
  }
  .wb-dots i {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: rgba(255,255,255,.22);
  }
  .wb-dots i:nth-child(1) {
    background: #ff8e85;
  }
  .wb-dots i:nth-child(2) {
    background: #ffd479;
  }
  .wb-dots i:nth-child(3) {
    background: #b7ffd9;
  }
  .wb-live {
    justify-self: end;
    color: #b7ffd9;
  }
  .workbench-body {
    display: grid;
    grid-template-columns: 205px 1fr;
    min-height: 590px;
  }
  .workbench-nav {
    padding: 24px 16px;
    border-right: 1px solid rgba(255,255,255,.08);
    background: #0d0e12;
  }
  .workbench-nav span {
    display: block;
    padding: 11px 12px;
    margin-bottom: 4px;
    border-radius: 8px;
    color: rgba(255,255,255,.34);
    font: 700 8px/1.2 var(--font-mono);
    letter-spacing: .08em;
  }
  .workbench-nav span.active {
    background: rgba(111,124,255,.10);
    color: #aeb7ff;
  }
  .workbench-main {
    padding: 36px;
    background: radial-gradient(circle at 72% 22%,rgba(111,124,255,.12),transparent 32%),linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);
    background-size: auto,42px 42px,42px 42px;
  }
  .pipeline {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 22px;
    padding: 32px 0 34px;
  }
  .pipeline-track {
    position: absolute;
    left: 7%;
    right: 7%;
    top: 47px;
    height: 1px;
    overflow: hidden;
    background: rgba(255,255,255,.11);
  }
  .pipeline-track span {
    display: block;
    width: 28%;
    height: 100%;
    background: linear-gradient(90deg,transparent,#b7ffd9,#8edbff,transparent);
    animation: processScan 5.2s ease-in-out infinite;
  }
  .pipeline-step {
    position: relative;
    padding-top: 42px;
  }
  .pipeline-step::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #0b0c0f;
    border: 4px solid #b7ffd9;
    box-shadow: 0 0 0 5px rgba(183,255,217,.06);
  }
  .pipeline-step:nth-child(4)::before {
    border-color: #8edbff;
  }
  .pipeline-step:nth-child(5)::before {
    border-color: #aeb7ff;
  }
  .pipeline-step b {
    display: block;
    margin-bottom: 6px;
    color: #8edbff;
    font: 700 8px/1 var(--font-mono);
  }
  .pipeline-step strong {
    display: block;
    font-size: 17px;
    font-weight: 620;
  }
  .pipeline-step small {
    display: block;
    margin-top: 6px;
    color: rgba(255,255,255,.40);
    font: 600 8px/1.45 var(--font-mono);
  }
  .workbench-cards {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 13px;
  }
  .workbench-cards article {
    position: relative;
    min-height: 190px;
    padding: 21px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.09);
    border-radius: 17px;
    background: rgba(255,255,255,.035);
    transition: transform .2s ease,border-color .2s ease,background .2s ease;
  }
  .workbench-cards article:hover {
    transform: translateY(-3px);
    border-color: rgba(142,219,255,.24);
    background: rgba(255,255,255,.055);
  }
  .workbench-cards article > span {
    color: #8edbff;
    font: 700 8px/1 var(--font-mono);
    letter-spacing: .1em;
  }
  .workbench-cards h3 {
    margin: 10px 0 8px;
    font-size: 22px;
    line-height: 1.12;
    letter-spacing: -.035em;
    font-weight: 620;
  }
  .workbench-cards p {
    margin: 0;
    color: rgba(255,255,255,.50);
    font-size: 13px;
    line-height: 1.55;
  }
  .about-method-section {
    background: #ece9e3;
    border-top: 1px solid #dedbd4;
    border-bottom: 1px solid #dedbd4;
  }
  .about-method-grid {
    display: grid;
    grid-template-columns: .75fr 1.25fr;
    gap: 80px;
    align-items: start;
  }
  .about-method-title {
    position: sticky;
    top: 120px;
  }
  .about-method-title h2 {
    max-width: 500px;
    margin: 0;
    font-size: clamp(38px,4.3vw,56px);
    line-height: 1.02;
    letter-spacing: -.052em;
    font-weight: 620;
  }
  .about-method-list {
    border-top: 1px solid #cbc6be;
  }
  .about-method-list article {
    display: grid;
    grid-template-columns: 50px 1fr;
    gap: 18px;
    padding: 26px 4px;
    border-bottom: 1px solid #cbc6be;
  }
  .about-method-list article > span {
    color: #8a8d94;
    font: 700 9px/1 var(--font-mono);
  }
  .about-method-list h3 {
    margin: 0 0 8px;
    font-size: 24px;
    line-height: 1.15;
    letter-spacing: -.035em;
    font-weight: 620;
  }
  .about-method-list p {
    max-width: 620px;
    margin: 0;
    color: #666a72;
    line-height: 1.62;
  }
  .about-path-section {
    padding-top: 82px;
  }
  .about-path-card {
    display: grid;
    grid-template-columns: .92fr 1.08fr;
    gap: 64px;
    align-items: center;
    padding: 56px;
    border-radius: 28px;
    background: #fff;
    border: 1px solid #dedbd4;
  }
  .about-path-copy h2 {
    margin: 0;
    max-width: 600px;
    font-size: clamp(36px,4.3vw,54px);
    line-height: 1.02;
    letter-spacing: -.05em;
    font-weight: 620;
  }
  .about-path-copy p {
    color: #686c75;
    font-size: 16px;
    line-height: 1.68;
  }
  .about-path-map {
    position: relative;
    min-height: 360px;
  }
  .path-line {
    position: absolute;
    left: 50%;
    top: 24px;
    bottom: 24px;
    width: 1px;
    background: #d6d2ca;
    overflow: hidden;
  }
  .path-line span {
    display: block;
    width: 100%;
    height: 34%;
    background: linear-gradient(180deg,transparent,#6f7cff,#8edbff,transparent);
    animation: processScanY 5.4s ease-in-out infinite;
  }
  .path-point {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 14px;
    width: 48%;
  }
  .path-point::before {
    content: "";
    width: 14px;
    height: 14px;
    flex: none;
    border-radius: 50%;
    background: #f6f4ef;
    border: 4px solid #101114;
    box-shadow: 0 0 0 5px rgba(16,17,20,.04);
  }
  .path-point b {
    color: #6f7cff;
    font: 700 8px/1 var(--font-mono);
  }
  .path-point span {
    font-size: 15px;
    font-weight: 620;
    line-height: 1.25;
  }
  .path-point.p1 {
    top: 25px;
    left: 2%;
    justify-content: flex-end;
    text-align: right;
    flex-direction: row-reverse;
  }
  .path-point.p2 {
    top: 122px;
    left: 52%;
  }
  .path-point.p3 {
    top: 218px;
    left: 2%;
    justify-content: flex-end;
    text-align: right;
    flex-direction: row-reverse;
  }
  .path-point.p4 {
    top: 310px;
    left: 52%;
  }
  .about-principle-section {
    padding-top: 36px;
  }
  .about-principle {
    position: relative;
    overflow: hidden;
    padding: 64px;
    border-radius: 30px;
    background: #0a0b0d;
    color: #fff;
  }
  .about-principle::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(rgba(255,255,255,.028) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.028) 1px,transparent 1px);
    background-size: 44px 44px;
    mask-image: linear-gradient(to right,#000,transparent 86%);
  }
  .about-principle > * {
    position: relative;
    z-index: 1;
  }
  .principle-label {
    display: block;
    margin-bottom: 16px;
    color: #8edbff;
    font: 700 9px/1 var(--font-mono);
    letter-spacing: .12em;
  }
  .about-principle h2 {
    max-width: 850px;
    margin: 0;
    font-size: clamp(42px,5vw,68px);
    line-height: .98;
    letter-spacing: -.057em;
    font-weight: 620;
  }
  .about-principle h2 em {
    font-family: var(--font-serif);
    font-weight: 500;
    font-style: italic;
    color: #b7ffd9;
  }
  .about-principle p {
    max-width: 720px;
    margin: 20px 0 0;
    color: rgba(255,255,255,.58);
    font-size: 18px;
    line-height: 1.64;
  }
  .about-principle p strong {
    color: #fff;
  }
  .about-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 11px;
    margin-top: 28px;
  }
  [id^="mp_form_popup"], [id^="mp_form_below_posts"], [id^="mp_form_fixed_bar"], [id^="mp_form_slide_in"], .mailpoet_form_popup_overlay {
    display: none !important;
  }
  @media (max-width:1020px) {
    .about-hero-grid,.about-method-grid,.about-path-card {
      grid-template-columns: 1fr;
    }
    .about-portrait-panel {
      width: min(560px,100%);
    }
    .workbench-body {
      grid-template-columns: 1fr;
    }
    .workbench-nav {
      display: none;
    }
    .about-method-title {
      position: static;
    }
    .about-path-map {
      min-height: 350px;
    }
  }
  @media (max-width:760px) {
    .about-hero {
      padding: 54px 0 34px;
    }
    .about-hero-grid {
      gap: 38px;
    }
    .about-hero-copy h1 {
      font-size: clamp(43px,13vw,62px);
    }
    .about-lead {
      font-size: 19px;
    }
    .about-portrait,.about-portrait img {
      min-height: 410px;
    }
    .workbench-topbar {
      grid-template-columns: 1fr auto;
    }
    .workbench-topbar > span:nth-child(2) {
      display: none;
    }
    .workbench-main {
      padding: 24px 18px;
    }
    .pipeline {
      grid-template-columns: 1fr;
      gap: 18px;
      padding: 12px 0 28px 20px;
    }
    .pipeline-track {
      left: 7px;
      right: auto;
      top: 12px;
      bottom: 28px;
      width: 1px;
      height: auto;
    }
    .pipeline-track span {
      width: 100%;
      height: 30%;
      background: linear-gradient(180deg,transparent,#b7ffd9,#8edbff,transparent);
      animation: processScanY 5.2s ease-in-out infinite;
    }
    .pipeline-step {
      padding: 0 0 0 28px;
    }
    .pipeline-step::before {
      top: 3px;
      left: -20px;
      width: 13px;
      height: 13px;
      border-width: 3px;
    }
    .workbench-cards {
      grid-template-columns: 1fr;
    }
    .workbench-cards article {
      min-height: auto;
    }
    .about-method-grid {
      gap: 36px;
    }
    .about-method-list article {
      grid-template-columns: 38px 1fr;
      gap: 12px;
    }
    .about-path-card {
      padding: 28px 22px;
      gap: 36px;
    }
    .about-path-map {
      min-height: auto;
      display: grid;
      gap: 18px;
    }
    .path-line {
      left: 6px;
      top: 8px;
      bottom: 8px;
    }
    .path-point {
      position: relative;
      inset: auto !important;
      width: auto;
      justify-content: flex-start !important;
      text-align: left !important;
      flex-direction: row !important;
      padding-left: 30px;
    }
    .path-point::before {
      position: absolute;
      left: 0;
      width: 12px;
      height: 12px;
      border-width: 3px;
    }
    .about-principle {
      padding: 38px 24px;
      border-radius: 23px;
    }
    .about-principle h2 {
      font-size: clamp(40px,12vw,58px);
    }
  }
  .site-footer {
    position: relative;
    margin-top: auto;
    padding: 64px 0 30px;
    background: #0a0b0d;
    color: #fff;
    overflow: hidden;
  }
  .site-footer::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);
    background-size: 44px 44px;
    mask-image: linear-gradient(to bottom,#000,transparent 88%);
  }
  .site-footer > * {
    position: relative;
    z-index: 1;
  }
  .footer-grid {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: 50px;
    align-items: start;
  }
  .footer-brand {
    font-size: 34px;
    line-height: 1.06;
    letter-spacing: -.045em;
    font-weight: 620;
  }
  .footer-copy {
    max-width: 540px;
    margin: 12px 0 0;
    color: rgba(255,255,255,.52);
    line-height: 1.6;
  }
  .footer-links {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 12px 28px;
  }
  .footer-links a {
    color: rgba(255,255,255,.70);
    text-decoration: none;
    font-size: 14px;
  }
  .footer-links a:hover {
    color: #b7ffd9;
  }
  .footer-bottom {
    margin-top: 52px;
    padding-top: 22px;
    border-top: 1px solid rgba(255,255,255,.10);
    display: flex;
    justify-content: space-between;
    gap: 20px;
    color: rgba(255,255,255,.36);
    font: 600 10px/1.4 var(--font-mono);
  }
  @keyframes heroIn {
    from {
      opacity: 0;
      transform: translateY(22px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  @keyframes visualIn {
    from {
      opacity: 0;
      transform: translate(20px,14px) scale(.97);
    }
    to {
      opacity: 1;
      transform: translate(0,0) scale(1);
    }
  }
  @keyframes dashFlow {
    to {
      stroke-dashoffset: -80;
    }
  }
  @keyframes nodePulse {
    0%,100% {
      opacity: .55;
      transform: scale(.8);
    }
    50% {
      opacity: 1;
      transform: scale(1.18);
    }
  }
  @keyframes spinSlow {
    to {
      transform: rotate(360deg);
    }
  }
  @keyframes ringPulse {
    0%,100% {
      opacity: .38;
      transform: scale(.94);
    }
    50% {
      opacity: .86;
      transform: scale(1.04);
    }
  }
  @keyframes floatCard {
    0%,100% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(-9px);
    }
  }
  @keyframes marquee {
    to {
      transform: translateX(-50%);
    }
  }
  @keyframes processScan {
    0% {
      transform: translateX(-120%);
    }
    50%,100% {
      transform: translateX(330%);
    }
  }
  @media (max-width: 1020px) {
    .hero-stage {
      grid-template-columns: 1fr;
      padding: 56px;
    }
    .ai-visual {
      width: min(650px,100%);
      min-height: 510px;
      margin: 0 auto;
    }
    .case-grid {
      grid-template-columns: 1fr 1fr;
    }
    .case-1 {
      grid-column: 1 / -1;
      grid-row: auto;
    }
    .case-1 .case-media {
      min-height: 420px;
    }
    .writing-layout,.about-home-grid,.posts-featured,.contact-grid,.footer-grid {
      grid-template-columns: 1fr;
    }
    .writing-intro {
      position: static;
    }
    .about-home-grid {
      padding: 42px;
    }
    .about-home-photo {
      min-height: 430px;
      max-width: 520px;
    }
    .newsletter-box {
      align-items: start;
      flex-direction: column;
    }
    .post-list-grid {
      grid-template-columns: repeat(2,minmax(0,1fr));
    }
  }
  @media (max-width: 760px) {
    .wrap,.wrap-narrow,.article-prose,.single-cover,.page-content .entry-content {
      width: min(100% - 28px,1180px);
    }
    .desktop-nav {
      display: none;
    }
    .brand-role {
      display: none;
    }
    .mobile-trigger {
      display: grid;
      place-items: center;
    }
    .hero {
      padding-top: 14px;
    }
    .hero-stage {
      min-height: auto;
      padding: 42px 22px 28px;
      border-radius: 24px;
    }
    .hero h1 {
      font-size: clamp(46px,14.5vw,68px);
    }
    .hero-copy {
      font-size: 17px;
    }
    .hero-status {
      gap: 11px 18px;
    }
    .ai-visual {
      min-height: 420px;
      margin-top: 12px;
    }
    .signal-card {
      min-width: 124px;
      padding: 9px 10px;
    }
    .signal-card-b {
      right: -6px;
    }
    .signal-card-c {
      right: 0;
    }
    .signal-card-d {
      left: 0;
      bottom: 11%;
      min-width: 145px;
    }
    .model-core {
      width: 145px;
      height: 145px;
    }
    .core-center {
      width: 72px;
      height: 72px;
    }
    .signal-marquee {
      margin-top: 9px;
    }
    .section {
      padding: 68px 0;
    }
    .section-head {
      align-items: start;
      flex-direction: column;
      gap: 14px;
    }
    .section-title {
      font-size: clamp(35px,10vw,48px);
    }
    .case-grid {
      grid-template-columns: 1fr;
    }
    .case-1 {
      grid-column: auto;
    }
    .case-1 .case-media,.case-media {
      min-height: 250px;
    }
    .process-flow {
      grid-template-columns: 1fr;
      gap: 30px;
      padding-left: 12px;
    }
    .process-line {
      top: 0;
      bottom: 0;
      left: 19px;
      right: auto;
      width: 1px;
      height: auto;
    }
    .process-line span {
      width: 100%;
      height: 34%;
      background: linear-gradient(180deg,transparent,#6f7cff,#8edbff,transparent);
      animation: processScanY 4.8s ease-in-out infinite;
    }
    .process-step {
      padding: 0 0 0 52px;
    }
    .step-index {
      top: 2px;
      left: 0;
    }
    .step-dot {
      top: 29px;
      left: 0;
    }
    .stage-card {
      min-height: 460px;
      border-radius: 22px;
    }
    .stage-top {
      font-size: 7px;
    }
    .stage-copy {
      padding: 24px;
    }
    .stage-copy h3 {
      font-size: clamp(34px,10vw,48px);
    }
    .writing-layout {
      gap: 38px;
    }
    .writing-row {
      grid-template-columns: 36px 1fr 24px;
      gap: 12px;
      padding: 21px 0;
    }
    .writing-row h3 {
      font-size: 19px;
    }
    .about-home-grid {
      padding: 24px;
      gap: 34px;
      border-radius: 22px;
    }
    .about-home-photo,.about-home-photo img {
      min-height: 360px;
    }
    .newsletter-box {
      padding: 32px 24px;
      border-radius: 22px;
    }
    .article-grid,.post-list-grid,.speaking-page-grid {
      grid-template-columns: 1fr;
    }
    .article-card {
      grid-template-columns: 105px 1fr;
      gap: 14px;
    }
    .article-thumb,.article-thumb img {
      min-height: 105px;
    }
    .page-hero {
      padding: 60px 0 30px;
    }
    .post-nav {
      grid-template-columns: 1fr;
    }
    .footer-bottom {
      flex-direction: column;
    }
  }
  @keyframes processScanY {
    0% {
      transform: translateY(-120%);
    }
    50%,100% {
      transform: translateY(330%);
    }
  }
  .home .site-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 90;
    background: linear-gradient(180deg,rgba(7,8,12,.88),rgba(7,8,12,.18) 72%,transparent);
    border-bottom: 0;
    backdrop-filter: none;
  }
  .home .nav-row {
    min-height: 92px;
  }
  .home .brand-logo {
    width: 218px !important;
    height: 60px !important;
    background-size: 205px auto !important;
    border-radius: 14px !important;
    box-shadow: none !important;
  }
  .home .desktop-nav a {
    color: rgba(255,255,255,.66);
  }
  .home .desktop-nav a:hover {
    color: #fff;
  }
  .home .desktop-nav a:not(.nav-cta)::after {
    background: #b7ffd9;
  }
  .home .nav-cta {
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.15);
    color: #fff !important;
    box-shadow: none;
  }
  .home .nav-cta:hover {
    background: #fff;
    color: #101114 !important;
  }
  .home .mobile-trigger {
    color: #fff;
  }
  .hero-premium {
    position: relative;
    min-height: 100svh;
    padding: 0;
    overflow: hidden;
    background: #07080c;
    color: #fff;
  }
  .hero-premium > .wrap {
    width: min(1480px,calc(100% - 28px));
    min-height: 100svh;
  }
  .hero-cosmos {
    position: absolute;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
    background: linear-gradient(180deg,#07080c 0%,#0a0b10 58%,#0b0c11 100%);
  }
  .cosmos-stars {
    position: absolute;
    inset: -38%;
    opacity: .30;
    transform-origin: center;
  }
  .cosmos-stars-a {
    background-image: radial-gradient(circle,rgba(255,255,255,.92) 0 1px,transparent 1.45px),radial-gradient(circle,rgba(142,219,255,.78) 0 1px,transparent 1.6px);
    background-size: 76px 76px,137px 137px;
    background-position: 0 0,31px 47px;
    animation: cosmosDrift 46s linear infinite;
  }
  .cosmos-stars-b {
    opacity: .18;
    background-image: radial-gradient(circle,rgba(183,255,217,.88) 0 1.2px,transparent 1.7px),radial-gradient(circle,rgba(111,124,255,.92) 0 .9px,transparent 1.5px);
    background-size: 181px 181px,113px 113px;
    background-position: 22px 70px,70px 19px;
    animation: cosmosDriftReverse 64s linear infinite;
  }
  .cosmos-nebula {
    position: absolute;
    inset: -18%;
    background: radial-gradient(ellipse at 72% 42%,rgba(111,124,255,.22),transparent 26%),radial-gradient(ellipse at 84% 58%,rgba(142,219,255,.10),transparent 24%),radial-gradient(ellipse at 57% 18%,rgba(183,255,217,.075),transparent 20%),radial-gradient(ellipse at 20% 78%,rgba(111,124,255,.08),transparent 25%);
    filter: blur(8px);
    animation: nebulaBreathe 12s ease-in-out infinite alternate;
  }
  .hero-stage-premium {
    position: relative;
    z-index: 2;
    width: 100%;
    min-height: calc(100svh - 28px);
    margin: 14px 0;
    padding: 142px clamp(34px,5.8vw,92px) 74px;
    grid-template-columns: minmax(0,.92fr) minmax(430px,1.08fr);
    gap: clamp(30px,4vw,72px);
    border-radius: 30px;
    background: linear-gradient(115deg,rgba(10,11,16,.54),rgba(10,11,16,.12) 45%,rgba(10,11,16,.28));
    border: 1px solid rgba(255,255,255,.08);
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.015),0 34px 100px rgba(0,0,0,.28);
  }
  .hero-stage-premium::before {
    background: linear-gradient(rgba(255,255,255,.018) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.018) 1px,transparent 1px);
    background-size: 56px 56px;
    mask-image: linear-gradient(to right,#000,rgba(0,0,0,.38) 50%,transparent 84%);
  }
  .hero-stage-premium::after {
    left: auto;
    right: -220px;
    top: -240px;
    width: 720px;
    height: 720px;
    background: radial-gradient(circle,rgba(111,124,255,.13),rgba(142,219,255,.03) 38%,transparent 68%);
  }
  .hero-premium .hero-copy-block {
    max-width: 760px;
  }
  .hero-premium .hero-label {
    color: rgba(255,255,255,.56);
    letter-spacing: .14em;
  }
  .hero-premium h1 {
    margin: 24px 0 22px;
    max-width: 790px;
    font-size: clamp(58px,6.4vw,98px);
    line-height: .91;
    letter-spacing: -.071em;
    font-weight: 600;
    text-wrap: balance;
  }
  .hero-premium h1 em {
    color: #b7ffd9;
    text-shadow: 0 0 34px rgba(183,255,217,.08);
  }
  .hero-premium .hero-copy {
    max-width: 670px;
    color: rgba(255,255,255,.58);
    font-size: clamp(17px,1.6vw,20px);
    line-height: 1.65;
  }
  .hero-premium .hero-actions {
    margin-top: 29px;
  }
  .hero-premium .btn {
    padding: 14px 19px;
  }
  .hero-newsletter-cta {
    border-color: rgba(183,255,217,.24);
  }
  .hero-newsletter-cta:hover {
    border-color: #b7ffd9;
    color: #b7ffd9;
  }
  .hero-socials {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 24px;
  }
  .hero-socials a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 38px;
    padding: 8px 11px;
    border: 1px solid rgba(255,255,255,.10);
    border-radius: 999px;
    background: rgba(255,255,255,.035);
    color: rgba(255,255,255,.58);
    text-decoration: none;
    font-size: 11px;
    font-weight: 650;
    letter-spacing: .01em;
    transition: color .2s ease,border-color .2s ease,background .2s ease,transform .2s ease;
  }
  .hero-socials a:hover {
    color: #fff;
    border-color: rgba(183,255,217,.34);
    background: rgba(183,255,217,.06);
    transform: translateY(-2px);
  }
  .hero-socials svg {
    width: 16px;
    height: 16px;
    flex: none;
  }
  .hero-premium .hero-status {
    margin-top: 27px;
    gap: 12px 19px;
    color: rgba(255,255,255,.36);
  }
  .hero-premium .hero-status i {
    background: #b7ffd9;
    box-shadow: 0 0 12px rgba(183,255,217,.42);
  }
  .ai-visual-premium {
    min-height: 590px;
    transform: translate(var(--parallax-x),var(--parallax-y)) scale(1.05);
  }
  .ai-visual-premium .visual-glow {
    inset: 5% -4% 1%;
    background: radial-gradient(circle,rgba(111,124,255,.23),rgba(142,219,255,.07) 37%,transparent 69%);
    filter: blur(8px);
  }
  .orbit-field {
    position: absolute;
    left: 50%;
    top: 48%;
    translate: -50% -50%;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,.055);
    pointer-events: none;
  }
  .orbit-field-one {
    width: 390px;
    height: 390px;
    border-top-color: rgba(142,219,255,.19);
    border-right-color: rgba(183,255,217,.12);
    animation: spinSlow 34s linear infinite;
  }
  .orbit-field-two {
    width: 490px;
    height: 490px;
    border-style: dashed;
    border-color: rgba(111,124,255,.11);
    animation: spinSlow 52s linear infinite reverse;
  }
  .ai-visual-premium .network-map {
    opacity: .78;
    filter: drop-shadow(0 0 12px rgba(142,219,255,.06));
  }
  .ai-visual-premium .model-core {
    width: 190px;
    height: 190px;
  }
  .ai-visual-premium .core-center {
    width: 88px;
    height: 88px;
    box-shadow: 0 0 58px rgba(111,124,255,.28),0 0 100px rgba(142,219,255,.08),inset 0 0 26px rgba(142,219,255,.10);
  }
  .ai-visual-premium .signal-card {
    background: rgba(10,12,17,.54);
    border-color: rgba(255,255,255,.09);
    box-shadow: 0 20px 56px rgba(0,0,0,.18);
  }
  .hero-premium .visual-caption {
    bottom: 0;
    color: rgba(255,255,255,.24);
  }
  .hero-premium .signal-marquee {
    display: none;
  }
  @keyframes cosmosDrift {
    to {
      transform: translate3d(7%,5%,0) rotate(.4deg);
    }
  }
  @keyframes cosmosDriftReverse {
    to {
      transform: translate3d(-6%,-4%,0) rotate(-.45deg);
    }
  }
  @keyframes nebulaBreathe {
    from {
      transform: scale(.96) translate3d(-1%,0,0);
      opacity: .78;
    }
    to {
      transform: scale(1.04) translate3d(1%,-1%,0);
      opacity: 1;
    }
  }
  @media (max-width:1020px) {
    .home .nav-row {
      min-height: 84px;
    }
    .hero-stage-premium {
      min-height: 100svh;
      margin: 0;
      border-radius: 0;
      padding: 126px 48px 54px;
      grid-template-columns: 1fr;
      gap: 26px;
    }
    .hero-premium > .wrap {
      width: 100%;
    }
    .hero-premium h1 {
      max-width: 850px;
      font-size: clamp(58px,9.4vw,86px);
    }
    .ai-visual-premium {
      width: min(690px,100%);
      min-height: 460px;
      margin: -20px auto 0;
      transform: translate(var(--parallax-x),var(--parallax-y));
    }
    .orbit-field-two {
      width: 450px;
      height: 450px;
    }
  }
  @media (max-width:760px) {
    .home .site-header {
      background: linear-gradient(180deg,rgba(7,8,12,.95),rgba(7,8,12,.55) 75%,transparent);
    }
    .home .brand-logo {
      width: 176px !important;
      height: 50px !important;
      background-size: 165px auto !important;
      border-radius: 11px !important;
    }
    .hero-premium {
      min-height: auto;
    }
    .hero-stage-premium {
      min-height: 100svh;
      padding: 108px 20px 34px;
    }
    .hero-premium h1 {
      margin-top: 19px;
      font-size: clamp(48px,14vw,66px);
      line-height: .92;
    }
    .hero-premium .hero-copy {
      font-size: 16px;
      line-height: 1.58;
    }
    .hero-socials {
      margin-top: 20px;
    }
    .hero-socials a {
      width: 38px;
      height: 38px;
      min-height: 38px;
      padding: 0;
      justify-content: center;
    }
    .hero-socials a span {
      position: absolute;
      width: 1px;
      height: 1px;
      overflow: hidden;
      clip: rect(0 0 0 0);
      white-space: nowrap;
    }
    .hero-premium .hero-status {
      display: grid;
      grid-template-columns: repeat(2,minmax(0,1fr));
      gap: 10px 14px;
      font-size: 8px;
    }
    .ai-visual-premium {
      min-height: 340px;
      margin: -4px auto 0;
    }
    .orbit-field-one {
      width: 265px;
      height: 265px;
    }
    .orbit-field-two {
      width: 330px;
      height: 330px;
    }
    .ai-visual-premium .model-core {
      width: 140px;
      height: 140px;
    }
    .ai-visual-premium .core-center {
      width: 70px;
      height: 70px;
    }
    .ai-visual-premium .signal-card {
      min-width: 118px;
      padding: 8px 9px;
    }
    .ai-visual-premium .signal-card strong {
      font-size: 10px;
    }
    .ai-visual-premium .signal-card small {
      font-size: 7px;
    }
  }
  @media (prefers-reduced-motion: reduce) {
    *,*::before,*::after {
      animation-duration: .01ms !important;
      animation-iteration-count: 1 !important;
      scroll-behavior: auto !important;
      transition-duration: .01ms !important;
    }
    [data-reveal] {
      opacity: 1;
      transform: none;
    }
    .ai-visual {
      transform: none !important;
    }
  }
}
@layer base {
  input:where([type='text']),input:where(:not([type])),input:where([type='email']),input:where([type='url']),input:where([type='password']),input:where([type='number']),input:where([type='date']),input:where([type='datetime-local']),input:where([type='month']),input:where([type='search']),input:where([type='tel']),input:where([type='time']),input:where([type='week']),select:where([multiple]),textarea,select {
    appearance: none;
    background-color: #fff;
    border-color: oklch(55.1% 0.027 264.364);
    border-width: 1px;
    border-radius: 0px;
    padding-top: 0.5rem;
    padding-right: 0.75rem;
    padding-bottom: 0.5rem;
    padding-left: 0.75rem;
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-shadow: 0 0 #0000;
    &:focus {
      outline: 2px solid transparent;
      outline-offset: 2px;
      --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-color: oklch(54.6% 0.245 262.881);
      --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
      --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
      box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
      border-color: oklch(54.6% 0.245 262.881);
    }
  }
  input::placeholder,textarea::placeholder {
    color: oklch(55.1% 0.027 264.364);
    opacity: 1;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-date-and-time-value {
    min-height: 1.5em;
  }
  ::-webkit-date-and-time-value {
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field {
    padding-top: 0;
    padding-bottom: 0;
  }
  select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='oklch(55.1%25 0.027 264.364)' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
    background-position: right 0.5rem center;
    background-repeat: no-repeat;
    background-size: 1.5em 1.5em;
    padding-right: 2.5rem;
    print-color-adjust: exact;
  }
  select:where([multiple]),select:where([size]:not([size="1"])) {
    background-image: initial;
    background-position: initial;
    background-repeat: unset;
    background-size: initial;
    padding-right: 0.75rem;
    print-color-adjust: unset;
  }
  input:where([type='checkbox']),input:where([type='radio']) {
    appearance: none;
    padding: 0;
    print-color-adjust: exact;
    display: inline-block;
    vertical-align: middle;
    background-origin: border-box;
    user-select: none;
    flex-shrink: 0;
    height: 1rem;
    width: 1rem;
    color: oklch(54.6% 0.245 262.881);
    background-color: #fff;
    border-color: oklch(55.1% 0.027 264.364);
    border-width: 1px;
    --tw-shadow: 0 0 #0000;
  }
  input:where([type='checkbox']) {
    border-radius: 0px;
  }
  input:where([type='radio']) {
    border-radius: 100%;
  }
  input:where([type='checkbox']):focus,input:where([type='radio']):focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
    --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
    --tw-ring-offset-width: 2px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: oklch(54.6% 0.245 262.881);
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  input:where([type='checkbox']):checked,input:where([type='radio']):checked {
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
  }
  input:where([type='checkbox']):checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
    @media (forced-colors: active) {
      appearance: auto;
    }
  }
  input:where([type='radio']):checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
    @media (forced-colors: active) {
      appearance: auto;
    }
  }
  input:where([type='checkbox']):checked:hover,input:where([type='checkbox']):checked:focus,input:where([type='radio']):checked:hover,input:where([type='radio']):checked:focus {
    border-color: transparent;
    background-color: currentColor;
  }
  input:where([type='checkbox']):indeterminate {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    @media (forced-colors: active) {
      appearance: auto;
    }
  }
  input:where([type='checkbox']):indeterminate:hover,input:where([type='checkbox']):indeterminate:focus {
    border-color: transparent;
    background-color: currentColor;
  }
  input:where([type='file']) {
    background: unset;
    border-color: inherit;
    border-width: 0;
    border-radius: 0;
    padding: 0;
    font-size: unset;
    line-height: inherit;
  }
  input:where([type='file']):focus {
    outline: 1px solid ButtonText;
    outline: 1px auto -webkit-focus-ring-color;
  }
}
