/*! tailwindcss v4.3.0 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: "Helvetica Neue", Helvetica, ui-sans-serif, sans-serif;
    --font-mono: ui-monospace, "SFMono-Regular", Consolas, "Liberation Mono", monospace;
    --spacing: 0.25rem;
    --container-md: 28rem;
    --container-2xl: 42rem;
    --container-3xl: 48rem;
    --container-4xl: 56rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: .78rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-xl: 1.55rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 2rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 2.75rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-4xl: 4rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --text-5xl: 6rem;
    --text-5xl--line-height: 1;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --tracking-tight: -0.025em;
    --tracking-wider: 0.05em;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji');
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type='button'], [type='reset'], [type='submit']), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden='until-found'])) {
    display: none !important;
  }
}
@layer utilities {
  .static {
    position: static;
  }
  .-mx-6 {
    margin-inline: calc(var(--spacing) * -6);
  }
  .mx-2 {
    margin-inline: calc(var(--spacing) * 2);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .prose {
    color: var(--tw-prose-body);
    max-width: 65ch;
    :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
      margin-bottom: 1.25em;
    }
    :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-lead);
      font-size: 1.25em;
      line-height: 1.6;
      margin-top: 1.2em;
      margin-bottom: 1.2em;
    }
    :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-links);
      text-decoration: underline;
      font-weight: 500;
    }
    :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-bold);
      font-weight: 600;
    }
    :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: decimal;
      margin-top: 1.25em;
      margin-bottom: 1.25em;
      padding-inline-start: 1.625em;
    }
    :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-alpha;
    }
    :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-alpha;
    }
    :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-alpha;
    }
    :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-alpha;
    }
    :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-roman;
    }
    :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-roman;
    }
    :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-roman;
    }
    :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-roman;
    }
    :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: decimal;
    }
    :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: disc;
      margin-top: 1.25em;
      margin-bottom: 1.25em;
      padding-inline-start: 1.625em;
    }
    :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
      font-weight: 400;
      color: var(--tw-prose-counters);
    }
    :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
      color: var(--tw-prose-bullets);
    }
    :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      margin-top: 1.25em;
    }
    :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-color: var(--tw-prose-hr);
      border-top-width: 1px;
      margin-top: 3em;
      margin-bottom: 3em;
    }
    :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 500;
      font-style: italic;
      color: var(--tw-prose-quotes);
      border-inline-start-width: 0.25rem;
      border-inline-start-color: var(--tw-prose-quote-borders);
      quotes: "\201C""\201D""\2018""\2019";
      margin-top: 1.6em;
      margin-bottom: 1.6em;
      padding-inline-start: 1em;
    }
    :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
      content: open-quote;
    }
    :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
      content: close-quote;
    }
    :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 800;
      font-size: 2.25em;
      margin-top: 0;
      margin-bottom: 0.8888889em;
      line-height: 1.1111111;
    }
    :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 900;
      color: inherit;
    }
    :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 700;
      font-size: 1.5em;
      margin-top: 2em;
      margin-bottom: 1em;
      line-height: 1.3333333;
    }
    :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 800;
      color: inherit;
    }
    :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      font-size: 1.25em;
      margin-top: 1.6em;
      margin-bottom: 0.6em;
      line-height: 1.6;
    }
    :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 700;
      color: inherit;
    }
    :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      margin-top: 1.5em;
      margin-bottom: 0.5em;
      line-height: 1.5;
    }
    :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 700;
      color: inherit;
    }
    :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      display: block;
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 500;
      font-family: inherit;
      color: var(--tw-prose-kbd);
      box-shadow: 0 0 0 1px var(--tw-prose-kbd-shadows), 0 3px 0 var(--tw-prose-kbd-shadows);
      font-size: 0.875em;
      border-radius: 0.3125rem;
      padding-top: 0.1875em;
      padding-inline-end: 0.375em;
      padding-bottom: 0.1875em;
      padding-inline-start: 0.375em;
    }
    :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-code);
      font-weight: 600;
      font-size: 0.875em;
    }
    :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
      content: "`";
    }
    :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
      content: "`";
    }
    :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
      font-size: 0.875em;
    }
    :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
      font-size: 0.9em;
    }
    :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-pre-code);
      background-color: var(--tw-prose-pre-bg);
      overflow-x: auto;
      font-weight: 400;
      font-size: 0.875em;
      line-height: 1.7142857;
      margin-top: 1.7142857em;
      margin-bottom: 1.7142857em;
      border-radius: 0.375rem;
      padding-top: 0.8571429em;
      padding-inline-end: 1.1428571em;
      padding-bottom: 0.8571429em;
      padding-inline-start: 1.1428571em;
    }
    :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      background-color: transparent;
      border-width: 0;
      border-radius: 0;
      padding: 0;
      font-weight: inherit;
      color: inherit;
      font-size: inherit;
      font-family: inherit;
      line-height: inherit;
    }
    :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
      content: none;
    }
    :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
      content: none;
    }
    :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      width: 100%;
      table-layout: auto;
      margin-top: 2em;
      margin-bottom: 2em;
      font-size: 0.875em;
      line-height: 1.7142857;
    }
    :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-bottom-width: 1px;
      border-bottom-color: var(--tw-prose-th-borders);
    }
    :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      vertical-align: bottom;
      padding-inline-end: 0.5714286em;
      padding-bottom: 0.5714286em;
      padding-inline-start: 0.5714286em;
    }
    :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-bottom-width: 1px;
      border-bottom-color: var(--tw-prose-td-borders);
    }
    :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-bottom-width: 0;
    }
    :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      vertical-align: baseline;
    }
    :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-top-width: 1px;
      border-top-color: var(--tw-prose-th-borders);
    }
    :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      vertical-align: top;
    }
    :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      text-align: start;
    }
    :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
      margin-bottom: 0;
    }
    :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-captions);
      font-size: 0.875em;
      line-height: 1.4285714;
      margin-top: 0.8571429em;
    }
    --tw-prose-body: oklch(37.3% 0.034 259.733);
    --tw-prose-headings: oklch(21% 0.034 264.665);
    --tw-prose-lead: oklch(44.6% 0.03 256.802);
    --tw-prose-links: oklch(21% 0.034 264.665);
    --tw-prose-bold: oklch(21% 0.034 264.665);
    --tw-prose-counters: oklch(55.1% 0.027 264.364);
    --tw-prose-bullets: oklch(87.2% 0.01 258.338);
    --tw-prose-hr: oklch(92.8% 0.006 264.531);
    --tw-prose-quotes: oklch(21% 0.034 264.665);
    --tw-prose-quote-borders: oklch(92.8% 0.006 264.531);
    --tw-prose-captions: oklch(55.1% 0.027 264.364);
    --tw-prose-kbd: oklch(21% 0.034 264.665);
    --tw-prose-kbd-shadows: color-mix(in oklab, oklch(21% 0.034 264.665) 10%, transparent);
    --tw-prose-code: oklch(21% 0.034 264.665);
    --tw-prose-pre-code: oklch(92.8% 0.006 264.531);
    --tw-prose-pre-bg: oklch(27.8% 0.033 256.848);
    --tw-prose-th-borders: oklch(87.2% 0.01 258.338);
    --tw-prose-td-borders: oklch(92.8% 0.006 264.531);
    --tw-prose-invert-body: oklch(87.2% 0.01 258.338);
    --tw-prose-invert-headings: #fff;
    --tw-prose-invert-lead: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-links: #fff;
    --tw-prose-invert-bold: #fff;
    --tw-prose-invert-counters: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-bullets: oklch(44.6% 0.03 256.802);
    --tw-prose-invert-hr: oklch(37.3% 0.034 259.733);
    --tw-prose-invert-quotes: oklch(96.7% 0.003 264.542);
    --tw-prose-invert-quote-borders: oklch(37.3% 0.034 259.733);
    --tw-prose-invert-captions: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-kbd: #fff;
    --tw-prose-invert-kbd-shadows: rgb(255 255 255 / 10%);
    --tw-prose-invert-code: #fff;
    --tw-prose-invert-pre-code: oklch(87.2% 0.01 258.338);
    --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
    --tw-prose-invert-th-borders: oklch(44.6% 0.03 256.802);
    --tw-prose-invert-td-borders: oklch(37.3% 0.034 259.733);
    font-size: 1rem;
    line-height: 1.75;
    :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
      margin-bottom: 0;
    }
    :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.5em;
      margin-bottom: 0.5em;
    }
    :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0.375em;
    }
    :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0.375em;
    }
    :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.75em;
      margin-bottom: 0.75em;
    }
    :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
    }
    :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-bottom: 1.25em;
    }
    :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
    }
    :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-bottom: 1.25em;
    }
    :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.75em;
      margin-bottom: 0.75em;
    }
    :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
      margin-bottom: 1.25em;
    }
    :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.5em;
      padding-inline-start: 1.625em;
    }
    :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0;
    }
    :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-end: 0;
    }
    :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-top: 0.5714286em;
      padding-inline-end: 0.5714286em;
      padding-bottom: 0.5714286em;
      padding-inline-start: 0.5714286em;
    }
    :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0;
    }
    :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-end: 0;
    }
    :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-bottom: 0;
    }
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .mt-12 {
    margin-top: calc(var(--spacing) * 12);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }
  .mb-12 {
    margin-bottom: calc(var(--spacing) * 12);
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .inline-flex {
    display: inline-flex;
  }
  .h-auto {
    height: auto;
  }
  .w-full {
    width: 100%;
  }
  .max-w-2xl {
    max-width: var(--container-2xl);
  }
  .max-w-3xl {
    max-width: var(--container-3xl);
  }
  .max-w-4xl {
    max-width: var(--container-4xl);
  }
  .max-w-md {
    max-width: var(--container-md);
  }
  .max-w-none {
    max-width: none;
  }
  .flex-1 {
    flex: 1;
  }
  .items-center {
    align-items: center;
  }
  .justify-between {
    justify-content: space-between;
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }
  .gap-12 {
    gap: calc(var(--spacing) * 12);
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }
  .py-16 {
    padding-block: calc(var(--spacing) * 16);
  }
  .py-24 {
    padding-block: calc(var(--spacing) * 24);
  }
  .pt-16 {
    padding-top: calc(var(--spacing) * 16);
  }
  .pb-8 {
    padding-bottom: calc(var(--spacing) * 8);
  }
  .pb-12 {
    padding-bottom: calc(var(--spacing) * 12);
  }
  .pb-16 {
    padding-bottom: calc(var(--spacing) * 16);
  }
  .text-center {
    text-align: center;
  }
  .text-right {
    text-align: right;
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  .text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .tracking-tight {
    --tw-tracking: var(--tracking-tight);
    letter-spacing: var(--tracking-tight);
  }
  .tracking-wider {
    --tw-tracking: var(--tracking-wider);
    letter-spacing: var(--tracking-wider);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .not-italic {
    font-style: normal;
  }
  .no-underline {
    text-decoration-line: none;
  }
  .transition-colors {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .last\:border-b-0 {
    &:last-child {
      border-bottom-style: var(--tw-border-style);
      border-bottom-width: 0px;
    }
  }
  .hover\:underline {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: underline;
      }
    }
  }
  .md\:mx-0 {
    @media (width >= 48rem) {
      margin-inline: calc(var(--spacing) * 0);
    }
  }
  .md\:text-2xl {
    @media (width >= 48rem) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  .md\:text-3xl {
    @media (width >= 48rem) {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
  }
  .md\:text-4xl {
    @media (width >= 48rem) {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }
  .md\:text-5xl {
    @media (width >= 48rem) {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
  }
}
@layer base {
  :root {
    --paper: #eee8dc;
    --paper-deep: #ddd4c4;
    --ink: #151411;
    --muted: #615d55;
    --red: #a63b30;
    --red-dark: #72251f;
    --line: #aaa092;
    --white: #fffdf8;
    --display: "Bodoni 72", Didot, "Didot LT STD", "Times New Roman", serif;
    --sans: "Helvetica Neue", Helvetica, ui-sans-serif, sans-serif;
    --mono: ui-monospace, "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  }
  * {
    box-sizing: border-box;
  }
  html {
    scroll-behavior: smooth;
  }
  body {
    margin: 0;
    background: var(--paper);
    color: var(--ink);
    font-family: var(--sans);
    font-size: 16px;
    line-height: 1.55;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
  }
  body::before {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: 1000;
    opacity: .11;
    background-image: radial-gradient(circle at 20% 10%, rgba(21,20,17,.22) 0 .6px, transparent .7px), radial-gradient(circle at 80% 35%, rgba(21,20,17,.14) 0 .5px, transparent .6px);
    background-size: 7px 7px, 11px 11px;
    mix-blend-mode: multiply;
  }
  a {
    color: inherit;
  }
  button, a {
    -webkit-tap-highlight-color: transparent;
  }
  ::selection {
    background: var(--red);
    color: var(--white);
  }
}
@layer components {
  .skip-link {
    position: fixed;
    left: 1rem;
    top: -5rem;
    z-index: 2000;
    padding: .7rem 1rem;
    background: var(--ink);
    color: var(--white);
    font-family: var(--mono);
    font-size: .75rem;
  }
  .skip-link:focus {
    top: 1rem;
  }
  .site-header {
    min-height: 82px;
    display: grid;
    grid-template-columns: minmax(250px, 1fr) auto 72px;
    align-items: stretch;
    border-bottom: 1px solid var(--ink);
    background: rgba(238,232,220,.94);
    position: relative;
    z-index: 100;
  }
  .wordmark {
    display: flex;
    gap: 1.1rem;
    align-items: center;
    padding: 1rem 2rem;
    text-decoration: none;
    border-right: 1px solid var(--ink);
  }
  .wordmark-name {
    font-family: var(--mono);
    font-weight: 800;
    letter-spacing: .04em;
    font-size: .82rem;
  }
  .wordmark-note {
    color: var(--muted);
    font-family: var(--mono);
    font-size: .65rem;
    text-transform: uppercase;
    letter-spacing: .04em;
  }
  .site-nav {
    display: flex;
    align-items: stretch;
  }
  .site-nav a {
    display: flex;
    align-items: center;
    padding: 0 1rem;
    text-decoration: none;
    font-family: var(--mono);
    font-size: .68rem;
    text-transform: uppercase;
    letter-spacing: .06em;
    border-left: 1px solid rgba(21,20,17,.32);
    transition: background .2s ease, color .2s ease;
  }
  .site-nav a:hover, .site-nav a:focus-visible {
    background: var(--ink);
    color: var(--paper);
    outline: none;
  }
  .header-mark {
    display: grid;
    place-items: center;
    background: var(--red);
    color: var(--paper);
    font-family: var(--display);
    font-style: italic;
    font-size: 1.35rem;
    border-left: 1px solid var(--ink);
  }
  .hero {
    min-height: calc(100vh - 82px);
    display: grid;
    grid-template-columns: minmax(0, 1.65fr) minmax(310px, .75fr);
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid var(--ink);
  }
  .hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, transparent 0 49.94%, rgba(21,20,17,.1) 50%, transparent 50.06%), linear-gradient(0deg, transparent 0 49.94%, rgba(21,20,17,.08) 50%, transparent 50.06%);
    background-size: 7.2rem 7.2rem;
    pointer-events: none;
  }
  .hero-gridline {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 7.2rem;
    width: 1px;
    background: rgba(166,59,48,.55);
  }
  .hero-copy {
    min-height: 720px;
    padding: clamp(2.4rem, 5vw, 5.8rem) clamp(2rem, 6vw, 7rem) 4rem clamp(2rem, 9vw, 9rem);
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    z-index: 1;
  }
  .case-meta {
    display: flex;
    justify-content: space-between;
    max-width: 720px;
    padding-bottom: .7rem;
    margin-bottom: 2.7rem;
    border-bottom: 1px solid var(--ink);
    font-family: var(--mono);
    font-size: .65rem;
    letter-spacing: .08em;
  }
  .eyebrow {
    margin: 0 0 1rem;
    font-family: var(--mono);
    font-size: .7rem;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
  }
  .hero-title {
    margin: 0;
    max-width: 1000px;
    font-family: var(--display);
    font-weight: 400;
    line-height: .78;
    letter-spacing: -.055em;
    font-size: clamp(4.5rem, 10.2vw, 10.8rem);
  }
  .hero-title span {
    display: block;
  }
  .hero-title-offset {
    margin-left: .58em;
  }
  .hero-title em {
    display: inline-block;
    margin-top: .18em;
    margin-left: .05em;
    font-family: var(--sans);
    font-weight: 800;
    font-style: normal;
    font-size: .24em;
    letter-spacing: -.035em;
    line-height: 1;
    padding: .25em .38em .2em;
    background: var(--red);
    color: var(--paper);
    transform: rotate(-2deg);
    box-shadow: .08em .08em 0 var(--ink);
  }
  .hero-lead {
    margin: 3rem 0 0 auto;
    width: min(470px, 65%);
    font-family: var(--display);
    font-style: italic;
    font-size: clamp(1.3rem, 2vw, 2rem);
    line-height: 1.24;
  }
  .hero-actions {
    margin: 2.5rem 0 0 auto;
    width: min(470px, 65%);
    display: flex;
    align-items: center;
    gap: 1.5rem;
    flex-wrap: wrap;
  }
  .button {
    appearance: none;
    border: 1px solid var(--ink);
    padding: .95rem 1.2rem .85rem;
    text-decoration: none;
    font-family: var(--mono);
    font-weight: 800;
    font-size: .7rem;
    text-transform: uppercase;
    letter-spacing: .05em;
    cursor: pointer;
    border-radius: 0;
    transition: transform .16s ease, box-shadow .16s ease, background .16s ease, color .16s ease;
  }
  .button:hover, .button:focus-visible {
    transform: translate(-3px,-3px);
    box-shadow: 4px 4px 0 var(--ink);
    outline: none;
  }
  .button-primary {
    background: var(--ink);
    color: var(--paper);
  }
  .button-primary:hover, .button-primary:focus-visible {
    background: var(--red);
  }
  .button-inverse {
    background: var(--paper);
    color: var(--ink);
  }
  .button-inverse:hover, .button-inverse:focus-visible {
    background: var(--white);
  }
  .text-link {
    font-family: var(--mono);
    font-size: .72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .05em;
    text-underline-offset: .35em;
    text-decoration-thickness: 1px;
  }
  .refusal-form {
    align-self: center;
    justify-self: center;
    width: min(86%, 420px);
    min-height: 500px;
    padding: 1.5rem;
    background: rgba(255,253,248,.74);
    border: 1px solid var(--ink);
    box-shadow: 12px 12px 0 rgba(21,20,17,.13);
    position: relative;
    transform: rotate(1.4deg);
    z-index: 2;
  }
  .refusal-form::after {
    content: "";
    position: absolute;
    inset: 8px;
    border: 1px solid rgba(21,20,17,.18);
    pointer-events: none;
  }
  .form-head {
    display: flex;
    justify-content: space-between;
    padding-bottom: .65rem;
    border-bottom: 2px solid var(--ink);
    font: 700 .62rem/1.2 var(--mono);
    letter-spacing: .08em;
  }
  .refusal-form h2 {
    margin: 2rem 0 2.2rem;
    max-width: 290px;
    font: 400 2.25rem/.95 var(--display);
  }
  .form-row {
    display: grid;
    grid-template-columns: 1.6rem 1fr;
    gap: .75rem;
    align-items: center;
    padding: .75rem 0;
    border-top: 1px dotted var(--line);
    font: 700 .78rem/1.2 var(--mono);
    text-transform: uppercase;
  }
  .box {
    width: 1.05rem;
    height: 1.05rem;
    border: 1px solid var(--ink);
    display: grid;
    place-items: center;
    font-size: 1.2rem;
    line-height: 1;
  }
  .form-row-checked {
    color: var(--red-dark);
  }
  .form-note {
    margin-top: 1.5rem;
    font: .68rem/1.4 var(--mono);
  }
  .stamp {
    position: absolute;
    right: 1rem;
    bottom: 1.7rem;
    border: .23rem double var(--red);
    color: var(--red);
    padding: .18em .3em .08em;
    font: 900 clamp(2rem, 3.5vw, 3.4rem)/1 var(--sans);
    letter-spacing: -.07em;
    transform: rotate(-13deg);
    opacity: .82;
    mix-blend-mode: multiply;
  }
  .ruled-section {
    border-bottom: 1px solid var(--ink);
    position: relative;
  }
  .section-number {
    position: absolute;
    left: 1.4rem;
    top: 1.4rem;
    font: 700 .68rem/1 var(--mono);
    border: 1px solid var(--ink);
    padding: .4rem;
  }
  .manifesto {
    min-height: 720px;
    display: grid;
    grid-template-columns: 1.1fr .9fr;
  }
  .manifesto-main {
    padding: clamp(5rem, 9vw, 9rem) clamp(2rem, 7vw, 8rem);
    border-right: 1px solid var(--ink);
  }
  .manifesto-main h2, .section-heading h2, .about-copy h2, .counterquote h2, .contact h2, .legal-header h1 {
    font-family: var(--display);
    font-weight: 400;
    letter-spacing: -.045em;
  }
  .manifesto-main h2 {
    margin: 0;
    font-size: clamp(4rem, 7vw, 8.5rem);
    line-height: .88;
  }
  .manifesto-main h2 span {
    color: var(--red);
    font-style: italic;
  }
  .manifesto-copy {
    padding: clamp(5rem, 9vw, 9rem) clamp(2rem, 6vw, 7rem);
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 2.3rem;
  }
  .manifesto-copy p {
    margin: 0;
    max-width: 580px;
    font-size: clamp(1rem, 1.5vw, 1.3rem);
  }
  .manifesto-copy .big-note {
    font: 400 clamp(2rem, 3.2vw, 4rem)/1.03 var(--display);
    padding: 2rem 0;
    border-top: 1px solid var(--ink);
    border-bottom: 1px solid var(--ink);
  }
  .services {
    padding: clamp(5rem, 8vw, 8rem) clamp(2rem, 7vw, 8rem) clamp(6rem, 10vw, 11rem);
    background: var(--ink);
    color: var(--paper);
  }
  .section-heading {
    display: flex;
    justify-content: space-between;
    gap: 2rem;
    align-items: flex-end;
    margin-bottom: 5rem;
  }
  .section-heading h2 {
    margin: 0;
    font-size: clamp(3.7rem, 7vw, 7rem);
    line-height: .85;
  }
  .section-aside {
    margin: 0 0 .6rem;
    font: 700 .7rem/1.6 var(--mono);
    letter-spacing: .09em;
    text-transform: uppercase;
    text-align: right;
  }
  .service-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 1.2rem;
    align-items: start;
  }
  .service-card {
    min-height: 410px;
    display: flex;
    flex-direction: column;
    border: 1px solid rgba(238,232,220,.72);
    padding: 1.5rem;
    position: relative;
    background: rgba(238,232,220,.025);
    transition: background .25s ease, transform .25s ease;
  }
  .service-card:hover {
    background: var(--paper);
    color: var(--ink);
    transform: translateY(-7px);
  }
  .card-shift {
    margin-top: 3rem;
  }
  .card-index {
    font: 700 .68rem/1 var(--mono);
    letter-spacing: .08em;
    opacity: .68;
  }
  .service-card h3 {
    margin: 4rem 0 1.2rem;
    font: 400 clamp(2.2rem, 3.2vw, 3.8rem)/.92 var(--display);
    letter-spacing: -.04em;
  }
  .service-card p {
    margin: 0;
    max-width: 27rem;
    font-size: .98rem;
  }
  .card-status {
    margin-top: auto;
    padding-top: 2rem;
    font: 700 .62rem/1.3 var(--mono);
    letter-spacing: .07em;
    border-top: 1px dotted currentColor;
  }
  .about {
    display: grid;
    grid-template-columns: .45fr 1.55fr;
    min-height: 760px;
  }
  .about-label {
    padding: clamp(5rem,8vw,8rem) 3rem;
    border-right: 1px solid var(--ink);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .classification {
    font: 700 .67rem/1.4 var(--mono);
    letter-spacing: .08em;
    transform: rotate(-90deg);
    transform-origin: left bottom;
    width: 280px;
    margin: 0;
  }
  .about-copy {
    padding: clamp(5rem,8vw,8rem) clamp(2rem,8vw,10rem);
  }
  .about-copy h2 {
    margin: 0 0 3rem;
    font-size: clamp(5rem, 10vw, 11rem);
    line-height: .72;
  }
  .about-large {
    max-width: 900px;
    margin: 0 0 2rem;
    font: 400 clamp(1.8rem,3vw,3.5rem)/1.06 var(--display);
  }
  .about-copy > p:not(.about-large) {
    max-width: 600px;
    font: 700 .8rem/1.6 var(--mono);
    text-transform: uppercase;
    letter-spacing: .04em;
  }
  .redaction {
    margin-top: 4rem;
    max-width: 700px;
  }
  .redaction span {
    display: block;
    height: 1.1rem;
    background: var(--ink);
    margin: .55rem 0;
  }
  .redaction span:nth-child(1) {
    width: 84%;
  }
  .redaction span:nth-child(2) {
    width: 61%;
  }
  .redaction span:nth-child(3) {
    width: 73%;
  }
  .redaction small {
    display: block;
    margin-top: .8rem;
    font: .62rem/1.4 var(--mono);
    color: var(--muted);
  }
  .counterquote {
    background: var(--red);
    color: var(--paper);
    padding: clamp(5rem,8vw,8rem) clamp(2rem,7vw,8rem);
    border-bottom: 1px solid var(--ink);
  }
  .counterquote-head {
    display: flex;
    justify-content: space-between;
    gap: 2rem;
    align-items: flex-end;
  }
  .counterquote h2 {
    margin: 0;
    font-size: clamp(4rem,8vw,9rem);
    line-height: .78;
  }
  .generator-code {
    font: 700 .65rem/1 var(--mono);
    letter-spacing: .12em;
    border: 1px solid currentColor;
    padding: .7rem;
  }
  .quote-machine {
    margin: 5rem 0 0 auto;
    width: min(100%, 960px);
    border-top: 1px solid var(--paper);
    padding-top: 2rem;
    position: relative;
  }
  .quote-mark {
    position: absolute;
    left: -1rem;
    top: 1.2rem;
    font: 400 10rem/1 var(--display);
    opacity: .28;
  }
  .quote-machine blockquote {
    margin: 0 0 3.2rem;
    padding-left: clamp(2rem,5vw,5rem);
    min-height: 5em;
    font: 400 clamp(2.2rem,4.4vw,5.1rem)/1 var(--display);
    letter-spacing: -.035em;
  }
  .quote-pop {
    animation: quote-pop .34s ease both;
  }
  @keyframes quote-pop {
    from {
      opacity: 0;
      transform: translateY(12px);
    }
    to {
      opacity: 1;
      transform: none;
    }
  }
  .machine-note {
    display: inline-block;
    margin: 0 0 0 1rem;
    font: .62rem/1.5 var(--mono);
    max-width: 320px;
    vertical-align: middle;
  }
  .testimonials {
    padding: clamp(5rem,8vw,8rem) clamp(2rem,7vw,8rem);
  }
  .section-heading.compact {
    margin-bottom: 3.5rem;
  }
  .voice-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    border: 1px solid var(--ink);
  }
  .voice-grid figure {
    margin: 0;
    min-height: 310px;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    border-right: 1px solid var(--ink);
  }
  .voice-grid figure:last-child {
    border-right: 0;
  }
  .voice-grid blockquote {
    margin: 0;
    font: 400 clamp(1.5rem,2.2vw,2.35rem)/1.12 var(--display);
  }
  .voice-grid figcaption {
    margin-top: auto;
    padding-top: 2rem;
    font: 700 .65rem/1.3 var(--mono);
    text-transform: uppercase;
    letter-spacing: .08em;
  }
  .disclaimer {
    margin: 1rem 0 0 auto;
    max-width: 570px;
    text-align: right;
    font: .62rem/1.5 var(--mono);
    color: var(--muted);
  }
  .contact {
    min-height: 760px;
    padding: clamp(5rem,8vw,8rem) clamp(2rem,7vw,8rem);
    background: var(--white);
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .contact::after {
    content: "?";
    position: absolute;
    right: -3vw;
    bottom: -14vw;
    font: 400 62vw/.7 var(--display);
    color: rgba(21,20,17,.035);
    pointer-events: none;
  }
  .contact-meta {
    position: absolute;
    top: 2rem;
    right: 2rem;
    font: 700 .62rem/1 var(--mono);
    letter-spacing: .08em;
  }
  .contact h2 {
    margin: 0;
    max-width: 1100px;
    font-size: clamp(5rem,10vw,11rem);
    line-height: .74;
    position: relative;
    z-index: 1;
  }
  .contact-answer {
    margin: 3rem 0 1.5rem;
    max-width: 650px;
    font: italic 400 clamp(1.8rem,3vw,3.2rem)/1.1 var(--display);
    color: var(--red);
  }
  .mail-link {
    width: fit-content;
    position: relative;
    z-index: 1;
    font: 800 clamp(1rem,2vw,1.5rem)/1.2 var(--mono);
    text-underline-offset: .3em;
  }
  .site-footer {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 1rem 2rem;
    padding: 2rem;
    background: var(--ink);
    color: var(--paper);
    border-top: 1px solid var(--ink);
    align-items: center;
  }
  .footer-statement {
    font: .68rem/1.5 var(--mono);
  }
  .footer-nav {
    display: flex;
    gap: 1.4rem;
  }
  .footer-nav a {
    font: 700 .65rem/1 var(--mono);
    text-transform: uppercase;
    letter-spacing: .07em;
    text-underline-offset: .3em;
  }
  .footer-code {
    grid-column: 1 / -1;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(238,232,220,.25);
    font: .58rem/1.4 var(--mono);
    letter-spacing: .1em;
    opacity: .6;
  }
  .legal-main {
    min-height: 70vh;
    padding: clamp(3rem,7vw,7rem) clamp(1rem,5vw,5rem);
  }
  .legal-sheet {
    width: min(100%, 960px);
    margin: 0 auto;
    background: var(--white);
    border: 1px solid var(--ink);
    box-shadow: 14px 14px 0 rgba(21,20,17,.12);
  }
  .legal-header {
    padding: clamp(2rem,5vw,4rem);
    border-bottom: 1px solid var(--ink);
    position: relative;
  }
  .legal-header::after {
    content: "ABLAGE";
    position: absolute;
    right: 2rem;
    top: 2rem;
    border: 2px solid var(--red);
    color: var(--red);
    padding: .2rem .4rem .1rem;
    font: 900 .75rem/1 var(--sans);
    transform: rotate(-7deg);
    opacity: .75;
  }
  .legal-header h1 {
    margin: 0;
    font-size: clamp(3.5rem,7vw,6.8rem);
    line-height: .84;
  }
  .legal-kicker {
    margin: 1.2rem 0 0;
    font: italic 400 1.25rem/1.3 var(--display);
    color: var(--muted);
  }
  .legal-content {
    padding: clamp(2rem,5vw,4rem);
  }
  .legal-content h2 {
    margin: 3rem 0 1rem;
    padding-top: 1.2rem;
    border-top: 1px solid var(--line);
    font: 400 2rem/1.05 var(--display);
  }
  .legal-content h2:first-child {
    margin-top: 0;
  }
  .legal-content h3 {
    margin: 2rem 0 .7rem;
    font: 800 .8rem/1.3 var(--mono);
    text-transform: uppercase;
    letter-spacing: .06em;
  }
  .legal-content p, .legal-content li {
    max-width: 760px;
    font-size: .98rem;
  }
  .legal-content a {
    text-underline-offset: .2em;
  }
  .legal-content ul {
    padding-left: 1.2rem;
  }
  .legal-back {
    display: inline-block;
    margin: 0 clamp(2rem,5vw,4rem) clamp(2rem,5vw,4rem);
  }
  .reveal {
    opacity: 0;
    animation: reveal-up .7s cubic-bezier(.2,.8,.2,1) forwards;
  }
  .reveal-1 {
    animation-delay: .08s;
  }
  .reveal-2 {
    animation-delay: .18s;
  }
  .reveal-3 {
    animation-delay: .28s;
  }
  .reveal-4 {
    animation-delay: .43s;
  }
  .reveal-5 {
    animation-delay: .58s;
  }
  @keyframes reveal-up {
    from {
      opacity: 0;
      transform: translateY(18px);
    }
    to {
      opacity: 1;
      transform: none;
    }
  }
  .observe-in {
    opacity: 0;
    transform: translateY(18px);
    transition: opacity .6s ease, transform .6s ease;
  }
  .observe-in.is-visible {
    opacity: 1;
    transform: none;
  }
  @media (max-width: 1050px) {
    .site-header {
      grid-template-columns: 1fr 64px;
    }
    .site-nav {
      display: none;
    }
    .wordmark {
      border-right: 0;
    }
    .hero {
      grid-template-columns: 1fr;
      min-height: auto;
    }
    .hero-copy {
      min-height: 700px;
      padding-bottom: 3rem;
    }
    .refusal-form {
      margin: 0 auto 5rem;
      width: min(520px, calc(100% - 4rem));
    }
    .hero-gridline {
      left: 3.5rem;
    }
    .manifesto {
      grid-template-columns: 1fr;
    }
    .manifesto-main {
      border-right: 0;
      border-bottom: 1px solid var(--ink);
    }
    .service-grid {
      grid-template-columns: 1fr;
    }
    .service-card {
      min-height: 300px;
    }
    .card-shift {
      margin-top: 0;
    }
    .about {
      grid-template-columns: 190px 1fr;
    }
    .voice-grid {
      grid-template-columns: 1fr;
    }
    .voice-grid figure {
      border-right: 0;
      border-bottom: 1px solid var(--ink);
      min-height: 220px;
    }
    .voice-grid figure:last-child {
      border-bottom: 0;
    }
  }
  @media (max-width: 680px) {
    .site-header {
      min-height: 70px;
      grid-template-columns: 1fr 58px;
    }
    .wordmark {
      padding: .8rem 1rem;
      gap: .5rem;
      flex-direction: column;
      align-items: flex-start;
      justify-content: center;
    }
    .wordmark-note {
      font-size: .52rem;
    }
    .hero-copy {
      min-height: 620px;
      padding: 3.5rem 1.35rem 2.5rem 2.3rem;
    }
    .hero-gridline {
      left: 1.3rem;
    }
    .case-meta {
      margin-bottom: 2rem;
      font-size: .54rem;
      gap: 1rem;
    }
    .hero-title {
      font-size: clamp(4.2rem, 22vw, 7.8rem);
    }
    .hero-title-offset {
      margin-left: .15em;
    }
    .hero-title em {
      font-size: .2em;
    }
    .hero-lead, .hero-actions {
      width: 87%;
      margin-left: auto;
    }
    .hero-lead {
      font-size: 1.3rem;
    }
    .refusal-form {
      width: calc(100% - 2.7rem);
      min-height: 460px;
    }
    .manifesto-main, .manifesto-copy, .services, .counterquote, .testimonials, .contact {
      padding-left: 1.35rem;
      padding-right: 1.35rem;
    }
    .manifesto-main {
      padding-top: 5rem;
      padding-bottom: 4rem;
    }
    .manifesto-copy {
      padding-top: 4rem;
      padding-bottom: 5rem;
    }
    .manifesto-main h2 {
      font-size: clamp(3.6rem,18vw,6rem);
    }
    .section-heading, .counterquote-head {
      align-items: flex-start;
      flex-direction: column;
    }
    .section-heading h2, .counterquote h2 {
      font-size: clamp(3.6rem,17vw,6rem);
    }
    .section-aside {
      text-align: left;
    }
    .about {
      grid-template-columns: 1fr;
    }
    .about-label {
      padding: 4rem 1.35rem 1.5rem;
      border-right: 0;
      border-bottom: 1px solid var(--ink);
      flex-direction: row;
    }
    .classification {
      transform: none;
      width: auto;
    }
    .about-copy {
      padding: 4rem 1.35rem 5rem;
    }
    .about-copy h2 {
      font-size: clamp(4.2rem,20vw,7rem);
    }
    .quote-machine blockquote {
      padding-left: 1.2rem;
      font-size: clamp(2.1rem,11vw,4rem);
    }
    .machine-note {
      display: block;
      margin: 1rem 0 0;
    }
    .contact h2 {
      font-size: clamp(4.2rem,20vw,7rem);
    }
    .contact-meta {
      right: 1.35rem;
      top: 1.3rem;
    }
    .site-footer {
      grid-template-columns: 1fr;
    }
    .footer-nav {
      justify-content: flex-start;
    }
    .legal-main {
      padding: 1.2rem;
    }
    .legal-header::after {
      display: none;
    }
  }
  @media (prefers-reduced-motion: reduce) {
    html {
      scroll-behavior: auto;
    }
    .reveal, .observe-in {
      opacity: 1 !important;
      transform: none !important;
      animation: none !important;
      transition: none !important;
    }
    .button {
      transition: none;
    }
  }
}
@layer base {
  input:where([type='text']),input:where(:not([type])),input:where([type='email']),input:where([type='url']),input:where([type='password']),input:where([type='number']),input:where([type='date']),input:where([type='datetime-local']),input:where([type='month']),input:where([type='search']),input:where([type='tel']),input:where([type='time']),input:where([type='week']),select:where([multiple]),textarea,select {
    appearance: none;
    background-color: #fff;
    border-color: oklch(55.1% 0.027 264.364);
    border-width: 1px;
    border-radius: 0px;
    padding-top: 0.5rem;
    padding-right: 0.75rem;
    padding-bottom: 0.5rem;
    padding-left: 0.75rem;
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-shadow: 0 0 #0000;
    &:focus {
      outline: 2px solid transparent;
      outline-offset: 2px;
      --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-color: oklch(54.6% 0.245 262.881);
      --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
      --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
      box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
      border-color: oklch(54.6% 0.245 262.881);
    }
  }
  input::placeholder,textarea::placeholder {
    color: oklch(55.1% 0.027 264.364);
    opacity: 1;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-date-and-time-value {
    min-height: 1.5em;
  }
  ::-webkit-date-and-time-value {
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field {
    padding-top: 0;
    padding-bottom: 0;
  }
  select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='oklch(55.1%25 0.027 264.364)' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
    background-position: right 0.5rem center;
    background-repeat: no-repeat;
    background-size: 1.5em 1.5em;
    padding-right: 2.5rem;
    print-color-adjust: exact;
  }
  select:where([multiple]),select:where([size]:not([size="1"])) {
    background-image: initial;
    background-position: initial;
    background-repeat: unset;
    background-size: initial;
    padding-right: 0.75rem;
    print-color-adjust: unset;
  }
  input:where([type='checkbox']),input:where([type='radio']) {
    appearance: none;
    padding: 0;
    print-color-adjust: exact;
    display: inline-block;
    vertical-align: middle;
    background-origin: border-box;
    user-select: none;
    flex-shrink: 0;
    height: 1rem;
    width: 1rem;
    color: oklch(54.6% 0.245 262.881);
    background-color: #fff;
    border-color: oklch(55.1% 0.027 264.364);
    border-width: 1px;
    --tw-shadow: 0 0 #0000;
  }
  input:where([type='checkbox']) {
    border-radius: 0px;
  }
  input:where([type='radio']) {
    border-radius: 100%;
  }
  input:where([type='checkbox']):focus,input:where([type='radio']):focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
    --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
    --tw-ring-offset-width: 2px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: oklch(54.6% 0.245 262.881);
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  input:where([type='checkbox']):checked,input:where([type='radio']):checked {
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
  }
  input:where([type='checkbox']):checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
    @media (forced-colors: active) {
      appearance: auto;
    }
  }
  input:where([type='radio']):checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
    @media (forced-colors: active) {
      appearance: auto;
    }
  }
  input:where([type='checkbox']):checked:hover,input:where([type='checkbox']):checked:focus,input:where([type='radio']):checked:hover,input:where([type='radio']):checked:focus {
    border-color: transparent;
    background-color: currentColor;
  }
  input:where([type='checkbox']):indeterminate {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    @media (forced-colors: active) {
      appearance: auto;
    }
  }
  input:where([type='checkbox']):indeterminate:hover,input:where([type='checkbox']):indeterminate:focus {
    border-color: transparent;
    background-color: currentColor;
  }
  input:where([type='file']) {
    background: unset;
    border-color: inherit;
    border-width: 0;
    border-radius: 0;
    padding: 0;
    font-size: unset;
    line-height: inherit;
  }
  input:where([type='file']):focus {
    outline: 1px solid ButtonText;
    outline: 1px auto -webkit-focus-ring-color;
  }
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-border-style: solid;
      --tw-font-weight: initial;
      --tw-tracking: initial;
    }
  }
}
