/*! tailwindcss v4.3.0 | MIT License | https://tailwindcss.com */
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: "Instrument Sans", sans-serif;
    --font-serif: "Newsreader", serif;
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New',
    monospace;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-primary: #d90076;
    --color-ink: #111015;
    --color-muted: #69646f;
    --color-paper: #f7f4ec;
    --color-surface: #ffffff;
    --color-line: #d8d2c7;
    --color-acid: #caff35;
    --color-blue: #1274e7;
    --color-coral: #ff6961;
    --font-display: "Bricolage Grotesque", sans-serif;
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji');
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type='button'], [type='reset'], [type='submit']), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden='until-found'])) {
    display: none !important;
  }
}
@layer utilities {
  .visible {
    visibility: visible;
  }
  .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;
  }
  .hidden {
    display: none;
  }
}
@layer base {
  :root {
    color-scheme: light;
  }
  * {
    box-sizing: border-box;
  }
  html {
    scroll-behavior: smooth;
  }
  body {
    margin: 0;
    background: radial-gradient(circle at 90% 8%, rgba(202,255,53,.16), transparent 23rem),	radial-gradient(circle at 3% 28%, rgba(217,0,118,.06), transparent 28rem),	var(--color-paper);
    color: var(--color-ink);
    font-family: var(--font-sans);
    font-size: 17px;
    line-height: 1.65;
    text-rendering: optimizeLegibility;
  }
  a {
    color: inherit;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  button, input {
    font: inherit;
  }
  ::selection {
    background: var(--color-acid);
    color: var(--color-ink);
  }
  h1, h2, h3 {
    text-wrap: balance;
  }
  svg {
    display: block;
  }
}
@layer components {
  .site-shell {
    width: min(1280px, calc(100% - 56px));
    margin-inline: auto;
  }
  .screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0;
  }
  .skip-link {
    position: fixed;
    left: 16px;
    top: -100px;
    z-index: 99;
    padding: 10px 14px;
    background: var(--color-ink);
    color: white;
  }
  .skip-link:focus {
    top: 16px;
  }
  .site-header {
    position: sticky;
    top: 0;
    z-index: 40;
    border-bottom: 1px solid rgba(17,16,21,.12);
    background: rgba(247,244,236,.9);
    backdrop-filter: blur(18px);
  }
  .header-inner {
    min-height: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 36px;
  }
  .brand {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    text-decoration: none;
    font-family: var(--font-display);
    font-weight: 800;
    font-size: 25px;
    letter-spacing: -.055em;
    line-height: 1;
  }
  .brand b {
    color: var(--color-primary);
    font-weight: 800;
  }
  \n\t.brand-mark {
    width: 17px;
    height: 17px;
    background: var(--color-primary);
    border-radius: 3px 12px 3px 3px;
    transform: rotate(-8deg);
    box-shadow: 8px 8px 0 var(--color-acid);
  }
  .primary-nav {
    display: flex;
    align-items: center;
    gap: 32px;
  }
  [x-cloak] {
    display: none !important;
  }
  .nav-dropdown {
    position: relative;
  }
  .nav-dropdown-toggle {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--color-ink);
    font-family: inherit;
    font-size: 14px;
    font-weight: 650;
    cursor: pointer;
  }
  .nav-dropdown-toggle svg {
    width: 15px;
    height: 15px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    transition: transform .2s ease;
  }
  .nav-dropdown-toggle[aria-expanded="true"] svg {
    transform: rotate(180deg);
  }
  .nav-submenu {
    position: absolute;
    top: calc(100% + 22px);
    left: 50%;
    width: 330px;
    padding: 10px;
    border: 1px solid var(--color-line);
    background: var(--color-surface);
    box-shadow: 0 22px 45px rgba(17,16,21,.16);
    transform: translateX(-50%);
  }
  .nav-submenu::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -23px;
    height: 23px;
  }
  .nav-submenu a {
    display: grid;
    grid-template-columns: 34px 1fr;
    align-items: center;
    gap: 10px;
    padding: 13px 14px;
    border-bottom: 1px solid var(--color-line);
  }
  .nav-submenu a:last-child {
    border-bottom: 0;
  }
  .nav-submenu a::after {
    display: none;
  }
  .nav-submenu a:hover {
    background: var(--color-acid);
    transform: translateX(3px);
  }
  .nav-submenu a span {
    color: var(--color-primary);
    font-family: var(--font-serif);
    font-size: 12px;
  }
  @media (max-width: 800px) {
    .nav-dropdown {
      width: 100%;
    }
    .nav-dropdown-toggle {
      width: 100%;
      justify-content: space-between;
    }
    .nav-submenu {
      position: static;
      width: 100%;
      margin-top: 14px;
      transform: none;
      box-shadow: none;
    }
  }
  .primary-nav a {
    position: relative;
    text-decoration: none;
    font-size: 14px;
    font-weight: 650;
    letter-spacing: -.01em;
  }
  .primary-nav a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 100%;
    bottom: -7px;
    height: 2px;
    background: var(--color-primary);
    transition: right .25s ease;
  }
  .primary-nav a:hover::after, .primary-nav a:focus-visible::after {
    right: 0;
  }
  .menu-toggle {
    display: none;
    border: 1px solid var(--color-ink);
    background: transparent;
    padding: 9px 14px;
    border-radius: 999px;
    font-weight: 700;
  }
  .eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 22px;
    color: var(--color-primary);
    font-size: 12px;
    font-weight: 750;
    text-transform: uppercase;
    letter-spacing: .16em;
  }
  .eyebrow::before {
    content: "";
    width: 31px;
    height: 2px;
    background: currentColor;
  }
  .hybrid-hero {
    padding: clamp(56px, 7vw, 98px) 0 76px;
    overflow: hidden;
    border-bottom: 1px solid var(--color-line);
  }
  .hybrid-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, .83fr) minmax(530px, 1.17fr);
    gap: clamp(50px, 6vw, 92px);
    align-items: center;
  }
  .hero-content {
    position: relative;
    z-index: 2;
  }
  .hero-content h1 {
    margin: 0;
    max-width: 660px;
    font-family: var(--font-display);
    font-size: clamp(58px, 6.4vw, 98px);
    font-weight: 800;
    line-height: .91;
    letter-spacing: -.075em;
  }
  .hero-word {
    position: relative;
    display: inline;
    color: var(--color-primary);
  }
  .hero-word::after {
    content: "";
    position: absolute;
    left: 1%;
    right: -1%;
    bottom: .04em;
    height: .09em;
    background: var(--color-primary);
    opacity: .28;
    transform: rotate(-1deg);
  }
  .hero-copy {
    max-width: 620px;
    margin: 28px 0 0;
    color: var(--color-muted);
    font-size: clamp(18px, 1.7vw, 22px);
    line-height: 1.52;
  }
  .hero-actions {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-top: 34px;
  }
  .button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 14px 21px;
    border: 1px solid currentColor;
    border-radius: 999px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 750;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
  }
  .button svg, .canvas-link svg, .round-arrow svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
  }
  .button-solid {
    border-color: var(--color-primary);
    background: var(--color-primary);
    color: white;
    box-shadow: 0 9px 24px rgba(217,0,118,.18);
  }
  .button-solid:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 30px rgba(217,0,118,.25);
  }
  .text-link {
    font-size: 14px;
    font-weight: 700;
    text-decoration-thickness: 1px;
    text-underline-offset: 5px;
  }
  .text-link span {
    color: var(--color-primary);
  }
  .hero-principles {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    margin-top: 50px;
    padding-top: 18px;
    border-top: 1px solid var(--color-line);
    color: var(--color-muted);
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .14em;
  }
  .hero-principles span {
    display: inline-flex;
    align-items: center;
    gap: 18px;
  }
  .hero-principles span:not(:last-child)::after {
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: var(--color-primary);
  }
  .hero-canvas {
    position: relative;
    display: grid;
    grid-template-columns: 1.45fr .85fr;
    grid-template-rows: 1.3fr .7fr;
    min-height: 560px;
    isolation: isolate;
    filter: drop-shadow(0 25px 38px rgba(41,31,28,.13));
  }
  .canvas-panel {
    position: relative;
    overflow: hidden;
  }
  .canvas-image {
    grid-row: 1 / 3;
    min-height: 560px;
    padding: 34px;
    background: var(--color-blue);
    color: white;
  }
  .canvas-image::before {
    content: "";
    position: absolute;
    width: 330px;
    height: 430px;
    right: -58px;
    bottom: -70px;
    border-radius: 49% 51% 0 0;
    background: var(--color-ink);
    transform: rotate(9deg);
  }
  .canvas-image::after {
    content: "";
    position: absolute;
    width: 200px;
    height: 200px;
    right: 52px;
    top: 118px;
    border: 34px solid var(--color-acid);
    border-radius: 50%;
    mix-blend-mode: screen;
    animation: drift 7s ease-in-out infinite alternate;
  }
  .canvas-big {
    position: absolute;
    left: 20px;
    bottom: -86px;
    z-index: 1;
    font-family: var(--font-display);
    font-size: 430px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: -.15em;
    color: rgba(255,255,255,.15);
    transform: rotate(-8deg);
  }
  .canvas-image p {
    position: absolute;
    z-index: 3;
    left: 34px;
    right: 34px;
    bottom: 28px;
    max-width: 280px;
    margin: 0;
    font-family: var(--font-serif);
    font-size: 27px;
    font-style: italic;
    line-height: 1.05;
  }
  .canvas-stamp {
    position: relative;
    z-index: 3;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.4;
    text-transform: uppercase;
    letter-spacing: .16em;
  }
  .orbit {
    position: absolute;
    z-index: 2;
    border: 1px solid rgba(255,255,255,.5);
    border-radius: 50%;
  }
  .orbit-one {
    width: 280px;
    height: 280px;
    right: 32px;
    top: 78px;
  }
  .orbit-two {
    width: 380px;
    height: 380px;
    right: -30px;
    top: 27px;
  }
  .canvas-feature {
    display: flex;
    flex-direction: column;
    padding: 32px;
    background: var(--color-acid);
    color: var(--color-ink);
    text-decoration: none;
    transition: transform .3s ease, background .3s ease;
  }
  .canvas-feature:hover {
    z-index: 4;
    transform: translate(-7px, 7px);
    background: #d7ff68;
  }
  .canvas-label {
    margin-bottom: 24px;
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .16em;
  }
  .canvas-feature strong {
    font-family: var(--font-display);
    font-size: clamp(30px, 3vw, 43px);
    line-height: .98;
    letter-spacing: -.055em;
  }
  .canvas-copy {
    margin: 15px 0 24px;
    font-size: 14px;
    line-height: 1.4;
  }
  .canvas-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: auto;
    font-size: 13px;
    font-weight: 800;
  }
  .canvas-signal {
    padding: 26px;
    background: var(--color-primary);
    color: white;
  }
  .canvas-signal span {
    font-size: 10px;
    font-weight: 750;
    text-transform: uppercase;
    letter-spacing: .16em;
  }
  .canvas-signal strong {
    position: absolute;
    right: 24px;
    bottom: 18px;
    font-family: var(--font-display);
    font-size: 30px;
    line-height: .9;
    text-align: right;
    transform: rotate(-4deg);
  }
  .canvas-note {
    position: absolute;
    z-index: 5;
    left: 41%;
    bottom: 12%;
    width: 210px;
    padding: 22px;
    background: white;
    box-shadow: 0 18px 38px rgba(17,16,21,.2);
    transform: rotate(-5deg);
  }
  .canvas-note::before {
    content: "";
    position: absolute;
    width: 62px;
    height: 17px;
    left: 74px;
    top: -10px;
    background: rgba(255,105,97,.78);
    transform: rotate(4deg);
  }
  .canvas-note span {
    color: var(--color-primary);
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .12em;
  }
  .canvas-note p {
    margin: 8px 0 0;
    font-family: var(--font-serif);
    font-size: 20px;
    line-height: 1.15;
  }
  .objective-section {
    padding: clamp(72px, 8vw, 112px) 0;
    background: rgba(255,255,255,.52);
    border-bottom: 1px solid var(--color-line);
  }
  .objective-top {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 38px;
  }
  .objective-top h2, .section-kicker h2 {
    margin: 0;
    font-family: var(--font-display);
    font-size: clamp(43px, 5vw, 70px);
    font-weight: 750;
    line-height: .95;
    letter-spacing: -.06em;
  }
  .library-search {
    display: flex;
    align-items: center;
    width: min(420px, 100%);
    padding: 5px 5px 5px 18px;
    border: 1px solid var(--color-line);
    border-radius: 999px;
    background: white;
    transition: border-color .2s, box-shadow .2s;
  }
  .library-search:focus-within {
    border-color: var(--color-ink);
    box-shadow: 0 0 0 3px rgba(17,16,21,.06);
  }
  .library-search input {
    min-width: 0;
    flex: 1;
    border: 0;
    outline: 0;
    background: transparent;
    color: var(--color-ink);
    font-size: 14px;
  }
  .library-search input::placeholder {
    color: #8a8490;
  }
  .library-search button {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border: 0;
    border-radius: 50%;
    background: var(--color-ink);
    color: white;
    cursor: pointer;
  }
  .library-search svg {
    width: 19px;
    height: 19px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
  }
  .objective-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
  }
  .objective-card {
    position: relative;
    min-height: 260px;
    padding: 26px;
    border: 1px solid var(--color-line);
    background: var(--color-surface);
    text-decoration: none;
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
  }
  .objective-card:hover {
    z-index: 2;
    transform: translateY(-8px) rotate(-.35deg);
    border-color: var(--color-ink);
    box-shadow: 10px 12px 0 var(--color-ink);
  }
  .objective-icon {
    display: grid;
    width: 52px;
    height: 52px;
    margin-bottom: 46px;
    place-items: center;
    border-radius: 50%;
  }
  .objective-1 .objective-icon {
    background: var(--color-coral);
  }
  .objective-2 .objective-icon {
    background: #86c5ff;
  }
  .objective-3 .objective-icon {
    background: var(--color-acid);
  }
  .objective-4 .objective-icon {
    background: #ffbad7;
  }
  .objective-icon svg {
    width: 25px;
    height: 25px;
    fill: none;
    stroke: var(--color-ink);
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
  }
  .objective-card h3 {
    margin: 0 40px 10px 0;
    font-family: var(--font-serif);
    font-size: 28px;
    line-height: 1;
    letter-spacing: -.035em;
  }
  .objective-card p {
    margin: 0;
    color: var(--color-muted);
    font-size: 14px;
    line-height: 1.45;
  }
  .round-arrow {
    display: grid;
    width: 35px;
    height: 35px;
    place-items: center;
    border: 1px solid var(--color-ink);
    border-radius: 50%;
    transition: background .2s, color .2s;
  }
  .objective-card > .round-arrow {
    position: absolute;
    right: 22px;
    bottom: 22px;
  }
  .objective-card:hover .round-arrow, .route-card:hover .round-arrow {
    background: var(--color-ink);
    color: white;
  }
  .routes-section {
    padding: clamp(78px, 9vw, 128px) 0;
  }
  .section-kicker {
    margin-bottom: 44px;
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 40px;
  }
  .section-kicker p {
    max-width: 450px;
    margin: 0;
    color: var(--color-muted);
  }
  .routes-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 17px;
  }
  .route-card {
    position: relative;
    display: grid;
    grid-template-columns: 58px 170px 1fr;
    min-height: 218px;
    align-items: stretch;
    border: 1px solid var(--color-line);
    background: white;
    color: var(--color-ink);
    text-decoration: none;
    overflow: hidden;
    transition: transform .3s ease, box-shadow .3s ease;
  }
  .route-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 22px 45px rgba(17,16,21,.12);
  }
  .route-number {
    padding: 24px 0 0 22px;
    color: var(--color-muted);
    font-family: var(--font-serif);
    font-size: 15px;
  }
  .route-art {
    position: relative;
    display: flex;
    align-items: end;
    padding: 18px;
    overflow: hidden;
    color: var(--color-ink);
  }
  .route-art i {
    position: absolute;
    width: 110px;
    height: 110px;
    right: -24px;
    top: -24px;
    border: 19px solid currentColor;
    border-radius: 50%;
    opacity: .25;
    transition: transform .35s ease;
  }
  .route-card:hover .route-art i {
    transform: translate(-12px, 12px) rotate(25deg);
  }
  .route-art b {
    position: relative;
    z-index: 1;
    max-width: 110px;
    font-family: var(--font-serif);
    font-size: 24px;
    font-style: italic;
    font-weight: 600;
    line-height: .95;
  }
  .route-lime .route-art {
    background: var(--color-acid);
  }
  .route-pink .route-art {
    background: var(--color-primary);
    color: white;
  }
  .route-blue .route-art {
    background: var(--color-blue);
    color: white;
  }
  .route-cream .route-art {
    background: #f1b6ce;
  }
  .route-content {
    align-self: center;
    padding: 30px;
  }
  .route-content strong {
    display: block;
    font-family: var(--font-display);
    font-size: 28px;
    line-height: 1;
    letter-spacing: -.045em;
  }
  .route-content small {
    display: block;
    margin-top: 12px;
    color: var(--color-muted);
    font-size: 14px;
    line-height: 1.4;
  }
  .route-card > .round-arrow {
    position: absolute;
    right: 19px;
    top: 19px;
    background: rgba(255,255,255,.75);
  }
  .belief-strip {
    padding: clamp(66px, 8vw, 104px) 0;
    background: var(--color-ink);
    color: white;
    overflow: hidden;
  }
  .belief-grid {
    display: grid;
    grid-template-columns: .35fr 1.65fr .5fr;
    gap: 50px;
    align-items: end;
  }
  .belief-strip .eyebrow {
    align-self: start;
    color: var(--color-acid);
  }
  .belief-strip blockquote {
    margin: 0;
    font-family: var(--font-display);
    font-size: clamp(44px, 5.5vw, 78px);
    font-weight: 700;
    line-height: .98;
    letter-spacing: -.06em;
  }
  .belief-strip blockquote em {
    position: relative;
    color: var(--color-acid);
    font-family: var(--font-serif);
    font-weight: 500;
  }
  .belief-strip blockquote em::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -5px;
    height: 5px;
    background: var(--color-primary);
    transform: rotate(-2deg);
  }
  .belief-strip > .belief-grid > p:last-child {
    margin: 0;
    color: #bbb5bf;
    font-size: 14px;
  }
  .section {
    padding: clamp(76px, 9vw, 126px) 0;
  }
  .newsletter {
    position: relative;
    display: grid;
    grid-template-columns: 1.45fr .55fr;
    gap: 70px;
    align-items: center;
    padding: clamp(48px, 6.5vw, 88px);
    background: var(--color-primary);
    color: white;
    overflow: hidden;
  }
  .newsletter::after {
    content: "S";
    position: absolute;
    right: -35px;
    bottom: -118px;
    font-family: var(--font-display);
    font-size: 330px;
    font-weight: 800;
    line-height: 1;
    color: rgba(255,255,255,.1);
    transform: rotate(-8deg);
  }
  .newsletter > * {
    position: relative;
    z-index: 2;
  }
  .newsletter .eyebrow {
    color: white;
    opacity: .8;
  }
  .newsletter h2 {
    margin: 0 0 13px;
    max-width: 700px;
    font-family: var(--font-display);
    font-size: clamp(43px, 5vw, 70px);
    font-weight: 750;
    line-height: .95;
    letter-spacing: -.06em;
  }
  .newsletter p:not(.eyebrow) {
    max-width: 650px;
    margin: 0;
    color: rgba(255,255,255,.78);
  }
  .button-dark {
    border-color: var(--color-ink);
    background: var(--color-ink);
    color: white;
  }
  .button-dark:hover {
    transform: translateY(-3px);
    background: white;
    color: var(--color-primary);
  }
  .section-page-hero {
    position: relative;
    overflow: hidden;
    padding-bottom: 80px;
  }
  .section-hero-grid {
    display: grid;
    grid-template-columns: minmax(0,1.1fr) minmax(330px,.55fr);
    gap: 80px;
    align-items: center;
  }
  .section-page-hero::before {
    content: "";
    position: absolute;
    inset: auto -10% -70% 40%;
    height: 420px;
    background: radial-gradient(circle, rgba(217,0,118,.08), transparent 68%);
    pointer-events: none;
  }
  .section-poster {
    position: relative;
    min-height: 300px;
    padding: 28px;
    border: 1px solid var(--color-ink);
    background: var(--color-acid);
    overflow: hidden;
    box-shadow: 14px 14px 0 var(--color-ink);
    transform: rotate(1deg);
  }
  .section-poster span {
    position: relative;
    z-index: 2;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .15em;
  }
  .section-poster strong {
    position: absolute;
    z-index: 2;
    left: 28px;
    right: 28px;
    bottom: 27px;
    max-width: 280px;
    font-family: var(--font-serif);
    font-size: 35px;
    font-style: italic;
    font-weight: 600;
    line-height: 1;
  }
  .section-poster i {
    position: absolute;
    right: -15px;
    top: -85px;
    font-family: var(--font-display);
    font-size: 330px;
    font-style: normal;
    font-weight: 800;
    line-height: 1;
    color: rgba(17,16,21,.13);
    transform: rotate(-8deg);
  }
  .section-theme-pink .section-poster {
    background: var(--color-primary);
    color: white;
  }
  .section-theme-blue .section-poster {
    background: var(--color-blue);
    color: white;
  }
  .section-theme-coral .section-poster {
    background: var(--color-coral);
  }
  .section-theme-acid .section-poster {
    background: var(--color-acid);
  }
  .section-theme-rose .section-poster {
    background: #f2b3ce;
  }
  .foundation-section {
    padding: clamp(76px,8vw,112px) 0;
    background: rgba(255,255,255,.48);
    border-bottom: 1px solid var(--color-line);
  }
  .foundation-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
  }
  .foundation-card {
    position: relative;
    min-height: 360px;
    padding: 34px;
    color: var(--color-ink);
    text-decoration: none;
    overflow: hidden;
    transition: transform .3s ease, box-shadow .3s ease;
  }
  .foundation-card::after {
    content: "";
    position: absolute;
    width: 220px;
    height: 220px;
    right: -80px;
    bottom: -80px;
    border: 35px solid currentColor;
    border-radius: 50%;
    opacity: .16;
    transition: transform .35s ease;
  }
  .foundation-card:hover {
    transform: translateY(-7px);
    box-shadow: 12px 14px 0 var(--color-ink);
  }
  .foundation-card:hover::after {
    transform: translate(-22px,-22px) rotate(30deg);
  }
  .foundation-creative {
    background: var(--color-coral);
  }
  .foundation-growth {
    background: var(--color-acid);
  }
  .foundation-card span {
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .15em;
  }
  .foundation-card strong {
    display: block;
    max-width: 470px;
    margin-top: 88px;
    font-family: var(--font-display);
    font-size: clamp(36px,4vw,55px);
    line-height: .95;
    letter-spacing: -.055em;
  }
  .foundation-card p {
    position: relative;
    z-index: 2;
    max-width: 430px;
    margin: 18px 0 0;
  }
  .resource-section {
    padding: clamp(78px,9vw,128px) 0;
  }
  .resource-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 20px;
  }
  .resource-card {
    border: 1px solid var(--color-line);
    background: white;
    transition: transform .25s ease, box-shadow .25s ease;
  }
  .resource-card:hover {
    transform: translateY(-7px);
    box-shadow: 0 22px 42px rgba(17,16,21,.12);
  }
  .resource-card > a {
    display: block;
    height: 100%;
    color: inherit;
    text-decoration: none;
  }
  .resource-media {
    position: relative;
    height: 235px;
    overflow: hidden;
    background: var(--color-acid);
  }
  .resource-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .45s ease;
  }
  .resource-card:hover .resource-media img {
    transform: scale(1.045);
  }
  .resource-media span {
    position: absolute;
    z-index: 2;
    left: 20px;
    top: 20px;
    padding: 7px 10px;
    background: rgba(255,255,255,.85);
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .13em;
  }
  .resource-media b {
    position: absolute;
    right: -17px;
    bottom: -70px;
    font-family: var(--font-display);
    font-size: 250px;
    line-height: 1;
    color: rgba(17,16,21,.14);
    transform: rotate(-7deg);
  }
  .resource-illustration {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    fill: none;
    stroke: currentColor;
    stroke-width: 10;
    opacity: .28;
    transform: scale(1.08);
    transition: transform .45s ease, opacity .3s ease;
  }
  .resource-illustration circle {
    fill: rgba(255,255,255,.3);
  }
  .resource-card:hover .resource-illustration {
    transform: scale(1.16) rotate(-2deg);
    opacity: .42;
  }
  .resource-media-pink {
    background: var(--color-primary);
    color: white;
  }
  .resource-media-blue {
    background: var(--color-blue);
    color: white;
  }
  .resource-media-coral {
    background: var(--color-coral);
  }
  .resource-media-acid, .resource-media-lime {
    background: var(--color-acid);
  }
  .resource-media-rose {
    background: #f2b3ce;
  }
  .resource-content {
    padding: 26px;
  }
  .resource-content h2 {
    margin: 10px 0 11px;
    font-family: var(--font-display);
    font-size: 29px;
    line-height: 1;
    letter-spacing: -.045em;
  }
  .resource-content p {
    margin: 0;
    color: var(--color-muted);
    font-size: 15px;
  }
  .resource-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 26px;
    font-size: 13px;
    font-weight: 800;
  }
  .resource-link svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
  }
  .empty-state-visual {
    display: grid;
    grid-template-columns: 140px 1fr;
    gap: 34px;
    align-items: center;
    padding: 38px;
    border: 1px solid var(--color-line);
    background: white;
  }
  .empty-state-visual > span {
    display: grid;
    width: 120px;
    height: 120px;
    place-items: center;
    background: var(--color-acid);
    font-family: var(--font-display);
    font-size: 42px;
    font-weight: 800;
  }
  .empty-state-visual strong {
    color: var(--color-ink);
    font-family: var(--font-display);
    font-size: 27px;
    letter-spacing: -.035em;
  }
  .empty-state-visual p {
    margin: 6px 0 0;
  }
  .page-hero {
    padding: clamp(70px, 10vw, 132px) 0 64px;
    border-bottom: 1px solid var(--color-line);
  }
  .page-hero h1 {
    margin: 0;
    max-width: 920px;
    font-family: var(--font-display);
    font-size: clamp(52px, 7vw, 94px);
    font-weight: 750;
    line-height: .94;
    letter-spacing: -.065em;
  }
  .page-intro {
    max-width: 760px;
    margin-top: 28px;
    color: var(--color-muted);
    font-size: 22px;
  }
  .library-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    border-top: 1px solid var(--color-line);
    border-left: 1px solid var(--color-line);
  }
  .library-card {
    position: relative;
    min-height: 290px;
    padding: 34px;
    border-right: 1px solid var(--color-line);
    border-bottom: 1px solid var(--color-line);
    text-decoration: none;
    background: rgba(255,255,255,.45);
    transition: background .25s, transform .25s;
  }
  .library-card:hover {
    background: var(--color-surface);
    transform: translateY(-3px);
  }
  .card-number {
    display: block;
    margin-bottom: 60px;
    color: var(--color-primary);
    font-family: var(--font-serif);
    font-size: 17px;
  }
  .library-card h3 {
    margin: 0 0 12px;
    font-family: var(--font-display);
    font-size: clamp(29px, 3vw, 42px);
    letter-spacing: -.045em;
    line-height: 1.02;
  }
  .library-card p {
    max-width: 520px;
    margin: 0;
    color: var(--color-muted);
  }
  .card-arrow {
    position: absolute;
    right: 30px;
    top: 30px;
    font-size: 23px;
    transition: transform .2s;
  }
  .library-card:hover .card-arrow {
    transform: translate(4px,-4px);
  }
  .article-list {
    border-top: 1px solid var(--color-line);
  }
  .article-row {
    display: grid;
    grid-template-columns: 150px 1fr 28px;
    gap: 28px;
    padding: 32px 0;
    border-bottom: 1px solid var(--color-line);
    text-decoration: none;
    align-items: start;
  }
  .article-row:hover h2 {
    color: var(--color-primary);
  }
  .article-meta {
    color: var(--color-muted);
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: .08em;
  }
  .article-row h2 {
    margin: 0;
    font-family: var(--font-display);
    font-size: clamp(27px, 3vw, 39px);
    line-height: 1.08;
    letter-spacing: -.045em;
  }
  .article-row p {
    margin: 10px 0 0;
    color: var(--color-muted);
  }
  .article-hero {
    padding: clamp(65px, 9vw, 120px) 0 52px;
  }
  .breadcrumbs {
    margin-bottom: 32px;
    color: var(--color-muted);
    font-size: 13px;
  }
  .breadcrumbs a {
    text-decoration-color: var(--color-line);
    text-underline-offset: 4px;
  }
  .article-hero h1 {
    max-width: 1020px;
    margin: 0;
    font-family: var(--font-display);
    font-size: clamp(48px, 6.7vw, 88px);
    font-weight: 750;
    line-height: .98;
    letter-spacing: -.06em;
  }
  .article-deck {
    max-width: 760px;
    margin-top: 24px;
    color: var(--color-muted);
    font-size: 21px;
  }
  .article-body {
    display: grid;
    grid-template-columns: minmax(0, 740px) 220px;
    gap: 80px;
    align-items: start;
    padding-bottom: 110px;
  }
  .prose {
    font-size: 19px;
    line-height: 1.82;
  }
  .prose h2 {
    margin: 2.2em 0 .6em;
    font-family: var(--font-display);
    font-size: 38px;
    line-height: 1.08;
    letter-spacing: -.045em;
  }
  .prose h3 {
    margin: 1.8em 0 .5em;
    font-family: var(--font-display);
    font-size: 27px;
  }
  .prose a {
    color: var(--color-primary);
    text-underline-offset: 4px;
  }
  .prose blockquote {
    margin: 2em 0;
    padding: 8px 0 8px 26px;
    border-left: 3px solid var(--color-primary);
    font-family: var(--font-serif);
    font-size: 29px;
    line-height: 1.4;
  }
  .prose img {
    margin: 28px 0;
  }
  .article-aside {
    position: sticky;
    top: 110px;
    border-top: 1px solid var(--color-ink);
    padding-top: 16px;
    color: var(--color-muted);
    font-size: 13px;
  }
  .empty-state {
    padding: 70px 0;
    color: var(--color-muted);
    border-top: 1px solid var(--color-line);
  }
  .contact-card {
    max-width: none;
    padding: 0;
    border: 0;
    background: transparent;
  }
  .contact-layout {
    display: grid;
    grid-template-columns: minmax(0,1.2fr) minmax(300px,.8fr);
    gap: 24px;
    align-items: stretch;
  }
  .sbrand-contact-form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    padding: clamp(28px,4vw,48px);
    border: 1px solid var(--color-line);
    background: white;
  }
  .form-field-wide {
    grid-column: 1 / -1;
  }
  .form-field label {
    display: block;
    margin-bottom: 8px;
    font-size: 13px;
    font-weight: 700;
  }
  .form-field label span {
    color: var(--color-primary);
  }
  .form-field input, .form-field textarea {
    width: 100%;
    padding: 14px 15px;
    border: 1px solid var(--color-line);
    border-radius: 0;
    background: var(--color-paper);
    color: var(--color-ink);
    font: inherit;
  }
  .form-field input:focus, .form-field textarea:focus {
    border-color: var(--color-primary);
    outline: 3px solid rgba(217,0,118,.12);
  }
  .form-honeypot {
    position: absolute !important;
    left: -9999px !important;
  }
  .booking-card {
    position: relative;
    top: auto;
    display: flex;
    min-height: 100%;
    flex-direction: column;
    overflow: hidden;
    padding: clamp(30px,4vw,48px);
    background: var(--color-blue);
    color: white;
  }
  .booking-card::after {
    content: "";
    position: absolute;
    right: -58px;
    bottom: -64px;
    width: 190px;
    height: 190px;
    border: 34px solid rgba(255,255,255,.10);
    border-radius: 50%;
    pointer-events: none;
  }
  .booking-card .button, .booking-card .booking-note {
    position: relative;
    z-index: 1;
    margin-top: auto;
  }
  .booking-card > span {
    color: var(--color-acid);
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .14em;
  }
  .booking-card h2 {
    margin: 38px 0 14px;
    color: white;
    font-family: var(--font-display);
    font-size: clamp(38px,4vw,54px);
    line-height: .95;
    letter-spacing: -.05em;
  }
  .booking-card p {
    color: rgba(255,255,255,.76);
  }
  .booking-note {
    padding-top: 18px;
    border-top: 1px solid rgba(255,255,255,.3);
    font-size: 13px;
  }
  .form-notice {
    margin-bottom: 20px;
    padding: 16px 18px;
    border-left: 4px solid;
    background: white;
  }
  .form-notice.success {
    border-color: #2f8f5b;
  }
  .form-notice.error {
    border-color: var(--color-primary);
  }
  @media (max-width: 800px) {
    .contact-layout, .sbrand-contact-form {
      grid-template-columns: 1fr;
    }
    .form-field-wide {
      grid-column: auto;
    }
    .booking-card {
      position: static;
    }
  }
  .site-footer {
    padding: 66px 0 32px;
    background: var(--color-ink);
    color: var(--color-paper);
  }
  .footer-grid {
    display: grid;
    grid-template-columns: 1.4fr .6fr .6fr;
    gap: 60px;
  }
  .footer-brand {
    font-family: var(--font-display);
    font-size: 33px;
    font-weight: 750;
    letter-spacing: -.055em;
  }
  .footer-copy {
    max-width: 390px;
    color: #bbb5bf;
  }
  .footer-label {
    color: #99939e;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .14em;
  }
  .footer-links {
    display: grid;
    gap: 9px;
    margin-top: 14px;
  }
  .footer-links a {
    color: white;
    text-decoration: none;
  }
  .footer-links a:hover {
    color: var(--color-acid);
  }
  .footer-bottom {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-top: 62px;
    padding-top: 20px;
    border-top: 1px solid rgba(255,255,255,.16);
    color: #99939e;
    font-size: 13px;
  }
  .social-motion {
    padding: clamp(78px, 9vw, 128px) 0;
    background: #efbad0;
    border-bottom: 1px solid var(--color-line);
    overflow: hidden;
  }
  .social-motion-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, .7fr);
    gap: clamp(50px, 8vw, 120px);
    align-items: center;
  }
  .social-motion-copy h2 {
    max-width: 760px;
    margin: 0;
    font-family: var(--font-display);
    font-size: clamp(47px, 6vw, 82px);
    font-weight: 780;
    line-height: .93;
    letter-spacing: -.065em;
  }
  .social-motion-copy > p:not(.eyebrow) {
    max-width: 650px;
    margin: 25px 0 31px;
    color: #4a3b46;
    font-size: 18px;
    line-height: 1.58;
  }
  .instagram-stage {
    position: relative;
    width: min(100%, 440px);
    aspect-ratio: 4 / 5;
    justify-self: end;
    padding: 14px;
    background: var(--color-ink);
    box-shadow: 18px 18px 0 var(--color-primary);
    transform: rotate(1.2deg);
  }
  .instagram-stage::before {
    content: "";
    position: absolute;
    inset: -28px auto auto -38px;
    width: 92px;
    height: 28px;
    background: var(--color-acid);
    transform: rotate(-11deg);
    opacity: .92;
  }
  .instagram-stage iframe {
    width: 100%;
    height: 100%;
    border: 0;
    background: white;
  }
  .instagram-placeholder {
    position: relative;
    height: 100%;
    padding: 28px;
    overflow: hidden;
    background: var(--color-blue);
    color: white;
  }
  .instagram-placeholder::after {
    content: "S";
    position: absolute;
    right: -35px;
    bottom: -95px;
    font-family: var(--font-display);
    font-size: 320px;
    font-weight: 800;
    line-height: 1;
    color: rgba(255,255,255,.13);
    transform: rotate(-8deg);
  }
  .instagram-placeholder span {
    position: relative;
    z-index: 2;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .16em;
  }
  .instagram-placeholder strong {
    position: absolute;
    z-index: 2;
    left: 28px;
    bottom: 34px;
    font-family: var(--font-display);
    font-size: clamp(36px, 4vw, 54px);
    line-height: .92;
    letter-spacing: -.055em;
  }
  .instagram-placeholder i {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    display: grid;
    width: 74px;
    height: 74px;
    place-items: center;
    border-radius: 50%;
    background: var(--color-acid);
    color: var(--color-ink);
    font-style: normal;
    transform: translate(-50%,-50%);
    box-shadow: 0 12px 26px rgba(17,16,21,.22);
  }
  .article-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 20px;
    margin-top: 24px;
  }
  .article-meta span:not(:last-child)::after {
    content: "·";
    margin-left: 20px;
    color: var(--color-primary);
  }
  .article-summary {
    max-width: 760px;
    margin-top: 34px;
    padding: 22px 24px;
    border-left: 4px solid var(--color-primary);
    background: rgba(255,255,255,.65);
  }
  .article-summary strong {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .14em;
  }
  .article-summary p {
    margin: 7px 0 0;
    color: var(--color-muted);
  }
  .footer-bottom {
    align-items: center;
    flex-wrap: wrap;
  }
  .footer-bottom a {
    color: white;
    font-weight: 700;
    text-decoration-color: var(--color-primary);
    text-underline-offset: 4px;
  }
  .footer-bottom a:hover {
    color: var(--color-acid);
  }
  @media (max-width: 1080px) {
    .hybrid-hero-grid {
      grid-template-columns: 1fr;
    }
    .hero-content {
      max-width: 800px;
    }
    .hero-canvas {
      width: min(760px, 100%);
    }
    .objective-grid {
      grid-template-columns: repeat(2, 1fr);
    }
    .section-hero-grid {
      grid-template-columns: 1fr .55fr;
      gap: 42px;
    }
    .resource-grid {
      grid-template-columns: repeat(2,1fr);
    }
    .belief-grid {
      grid-template-columns: 1fr 2fr;
    }
    .belief-strip > .belief-grid > p:last-child {
      grid-column: 2;
    }
  }
  @media (max-width: 800px) {
    .site-shell {
      width: min(100% - 28px, 1280px);
    }
    .header-inner {
      min-height: 68px;
    }
    .primary-nav {
      display: none;
      position: absolute;
      left: 14px;
      right: 14px;
      top: 67px;
      padding: 22px;
      background: var(--color-surface);
      border: 1px solid var(--color-line);
      box-shadow: 0 20px 30px rgba(17,16,21,.12);
      flex-direction: column;
      align-items: flex-start;
    }
    .primary-nav.is-open {
      display: flex;
    }
    .menu-toggle {
      display: inline-flex;
    }
    .hybrid-hero {
      padding-top: 52px;
    }
    .hero-content h1 {
      font-size: clamp(54px, 15vw, 78px);
    }
    .hero-canvas {
      grid-template-columns: 1fr;
      grid-template-rows: auto;
      min-height: 0;
    }
    .canvas-image {
      grid-row: auto;
      min-height: 430px;
    }
    .canvas-feature {
      min-height: 330px;
    }
    .canvas-signal {
      min-height: 190px;
    }
    .canvas-note {
      left: auto;
      right: 18px;
      bottom: 33%;
    }
    .objective-top, .section-kicker {
      display: block;
    }
    .library-search {
      margin-top: 28px;
    }
    .objective-grid, .routes-grid, .newsletter, .article-body, .footer-grid, .belief-grid, .section-hero-grid, .foundation-grid, .resource-grid, .social-motion-grid {
      grid-template-columns: 1fr;
    }
    .instagram-stage {
      justify-self: start;
      width: min(100%, 440px);
    }
    .section-poster {
      min-height: 255px;
    }
    .empty-state-visual {
      grid-template-columns: 100px 1fr;
    }
    .empty-state-visual > span {
      width: 90px;
      height: 90px;
    }
    .belief-strip > .belief-grid > p:last-child {
      grid-column: auto;
    }
    .route-card {
      grid-template-columns: 50px 130px 1fr;
    }
    .route-content {
      padding: 24px 20px;
    }
    .article-row {
      grid-template-columns: 1fr 22px;
    }
    .article-row .article-meta {
      grid-column: 1 / -1;
    }
    .article-aside {
      position: static;
    }
    .footer-bottom {
      flex-direction: column;
    }
  }
  @media (max-width: 560px) {
    .brand {
      font-size: 21px;
    }
    .hero-actions {
      align-items: flex-start;
      flex-direction: column;
    }
    .hero-principles {
      gap: 11px 15px;
    }
    .hero-principles span {
      gap: 15px;
    }
    .canvas-image {
      min-height: 380px;
    }
    .canvas-image::after {
      width: 160px;
      height: 160px;
      right: 25px;
    }
    .canvas-note {
      width: 175px;
      padding: 18px;
    }
    .canvas-note p {
      font-size: 17px;
    }
    .objective-grid {
      grid-template-columns: 1fr;
    }
    .objective-card {
      min-height: 225px;
    }
    .route-card {
      display: grid;
      grid-template-columns: 42px 1fr;
      min-height: 250px;
    }
    .route-art {
      grid-column: 2;
      min-height: 115px;
    }
    .route-content {
      grid-column: 2;
    }
    .route-number {
      grid-row: 1 / 3;
    }
    .newsletter {
      padding: 40px 28px;
    }
  }
  .objective-section {
    padding: clamp(58px, 6vw, 84px) 0;
  }
  .routes-section {
    padding: clamp(62px, 7vw, 96px) 0;
  }
  .belief-strip {
    padding: clamp(62px, 6.5vw, 88px) 0;
  }
  .social-motion {
    padding: clamp(64px, 7vw, 96px) 0;
  }
  .section {
    padding: clamp(60px, 7vw, 92px) 0;
  }
  .foundation-section {
    padding: clamp(60px, 7vw, 90px) 0;
  }
  .resource-section {
    padding: clamp(58px, 6.5vw, 88px) 0;
  }
  .page-hero {
    padding: clamp(56px, 7vw, 92px) 0 48px;
  }
  .article-hero {
    padding: clamp(54px, 7vw, 88px) 0 42px;
  }
  .article-body {
    gap: 56px;
    padding-bottom: 78px;
  }
  .prose h2 {
    margin-top: 1.45em;
  }
  .prose h3 {
    margin-top: 1.25em;
  }
  .prose blockquote {
    margin: 1.35em 0;
  }
  body {
    line-height: 1.58;
  }
  .page-intro, .article-deck, .section-kicker > p, .library-card p {
    line-height: 1.5;
  }
  .prose {
    line-height: 1.68;
  }
  .prose p {
    margin: 0 0 1em;
  }
  .resource-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
  }
  .resource-media {
    height: 160px;
  }
  .resource-content {
    padding: 18px;
  }
  .resource-content h2 {
    margin: 7px 0;
    font-size: clamp(22px, 2vw, 26px);
    line-height: 1.08;
  }
  .resource-content p {
    font-size: 14px;
    line-height: 1.45;
  }
  .resource-link {
    margin-top: 18px;
  }
  @media (max-width: 1080px) {
    .resource-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  @media (max-width: 800px) {
    .resource-grid {
      grid-template-columns: 1fr;
      gap: 16px;
    }
    .resource-media {
      height: 190px;
    }
  }
  @media (max-width: 560px) {
    .resource-media {
      height: 160px;
    }
    .resource-content {
      padding: 17px;
    }
  }
  .instagram-stage {
    width: min(100%, 380px);
  }
  .contact-card > h2 {
    margin: 0 0 24px;
    font-family: var(--font-display);
    font-size: clamp(32px, 3vw, 44px);
    letter-spacing: -.04em;
  }
  .site-footer {
    padding-top: 54px;
  }
  @media (max-width: 800px) {
    .objective-section, .routes-section, .belief-strip, .social-motion, .section, .foundation-section, .resource-section {
      padding-top: 52px;
      padding-bottom: 52px;
    }
    .page-hero, .article-hero {
      padding-top: 52px;
      padding-bottom: 38px;
    }
    .article-body {
      gap: 34px;
      padding-bottom: 60px;
    }
  }
  @media (max-width: 560px) {
    .objective-section, .routes-section, .belief-strip, .social-motion, .section, .foundation-section, .resource-section {
      padding-top: 42px;
      padding-bottom: 42px;
    }
    .section-kicker {
      margin-bottom: 28px;
    }
  }
  @media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
      scroll-behavior: auto !important;
      animation-duration: .01ms !important;
      animation-iteration-count: 1 !important;
      transition-duration: .01ms !important;
    }
  }
}
@keyframes drift {
  from {
    transform: translate3d(-8px,-5px,0) rotate(-3deg);
  }
  to {
    transform: translate3d(10px,13px,0) rotate(5deg);
  }
}
@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;
  }
}
