/*! tailwindcss v4.3.0 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: "Aptos", "Segoe UI Variable", "Segoe UI", Helvetica, Arial, sans-serif;
    --font-mono: "Cascadia Mono", "SFMono-Regular", Consolas, monospace;
    --color-white: #ffffff;
    --spacing: 0.25rem;
    --container-md: 28rem;
    --container-2xl: 42rem;
    --container-3xl: 48rem;
    --container-4xl: 56rem;
    --text-xs: .78rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: .9rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-xl: 1.3rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.65rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 2.15rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-4xl: 3rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --text-5xl: 4.5rem;
    --text-5xl--line-height: 1;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --tracking-tight: -0.025em;
    --tracking-wider: 0.05em;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-amber: #f5a51d;
    --color-tangerine: #ef7a1d;
    --color-orange: #e7521d;
    --color-ink: #171717;
    --color-charcoal: #25292c;
    --color-sand: #bdb2a4;
    --color-ivory: #f6f1e9;
    --color-paper: #fffdf9;
    --color-line: #ded7ce;
    --color-muted: #68645f;
    --color-green: #4f7d4b;
    --color-primary: #e7521d;
    --color-primary-500: #e7521d;
    --color-primary-600: #ca4213;
    --color-primary-700: #a93612;
    --color-secondary-200: #ded7ce;
    --color-secondary-500: #827b73;
    --color-secondary-600: #68645f;
    --color-secondary-700: #4c4945;
    --color-neutral: #171717;
    --font-display: "Bahnschrift", "DIN Alternate", "Arial Narrow", "Aptos Display", 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 {
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .-mx-6 {
    margin-inline: calc(var(--spacing) * -6);
  }
  .mx-2 {
    margin-inline: calc(var(--spacing) * 2);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .prose {
    color: var(--tw-prose-body);
    max-width: 65ch;
    :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
      margin-bottom: 1.25em;
    }
    :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-lead);
      font-size: 1.25em;
      line-height: 1.6;
      margin-top: 1.2em;
      margin-bottom: 1.2em;
    }
    :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-links);
      text-decoration: underline;
      font-weight: 500;
    }
    :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-bold);
      font-weight: 600;
    }
    :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: decimal;
      margin-top: 1.25em;
      margin-bottom: 1.25em;
      padding-inline-start: 1.625em;
    }
    :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-alpha;
    }
    :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-alpha;
    }
    :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-alpha;
    }
    :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-alpha;
    }
    :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-roman;
    }
    :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-roman;
    }
    :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-roman;
    }
    :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-roman;
    }
    :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: decimal;
    }
    :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: disc;
      margin-top: 1.25em;
      margin-bottom: 1.25em;
      padding-inline-start: 1.625em;
    }
    :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
      font-weight: 400;
      color: var(--tw-prose-counters);
    }
    :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
      color: var(--tw-prose-bullets);
    }
    :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      margin-top: 1.25em;
    }
    :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-color: var(--tw-prose-hr);
      border-top-width: 1px;
      margin-top: 3em;
      margin-bottom: 3em;
    }
    :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 500;
      font-style: italic;
      color: var(--tw-prose-quotes);
      border-inline-start-width: 0.25rem;
      border-inline-start-color: var(--tw-prose-quote-borders);
      quotes: "\201C""\201D""\2018""\2019";
      margin-top: 1.6em;
      margin-bottom: 1.6em;
      padding-inline-start: 1em;
    }
    :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
      content: open-quote;
    }
    :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
      content: close-quote;
    }
    :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 800;
      font-size: 2.25em;
      margin-top: 0;
      margin-bottom: 0.8888889em;
      line-height: 1.1111111;
    }
    :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 900;
      color: inherit;
    }
    :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 700;
      font-size: 1.5em;
      margin-top: 2em;
      margin-bottom: 1em;
      line-height: 1.3333333;
    }
    :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 800;
      color: inherit;
    }
    :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      font-size: 1.25em;
      margin-top: 1.6em;
      margin-bottom: 0.6em;
      line-height: 1.6;
    }
    :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 700;
      color: inherit;
    }
    :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      margin-top: 1.5em;
      margin-bottom: 0.5em;
      line-height: 1.5;
    }
    :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 700;
      color: inherit;
    }
    :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      display: block;
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 500;
      font-family: inherit;
      color: var(--tw-prose-kbd);
      box-shadow: 0 0 0 1px var(--tw-prose-kbd-shadows), 0 3px 0 var(--tw-prose-kbd-shadows);
      font-size: 0.875em;
      border-radius: 0.3125rem;
      padding-top: 0.1875em;
      padding-inline-end: 0.375em;
      padding-bottom: 0.1875em;
      padding-inline-start: 0.375em;
    }
    :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-code);
      font-weight: 600;
      font-size: 0.875em;
    }
    :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
      content: "`";
    }
    :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
      content: "`";
    }
    :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
      font-size: 0.875em;
    }
    :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
      font-size: 0.9em;
    }
    :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-pre-code);
      background-color: var(--tw-prose-pre-bg);
      overflow-x: auto;
      font-weight: 400;
      font-size: 0.875em;
      line-height: 1.7142857;
      margin-top: 1.7142857em;
      margin-bottom: 1.7142857em;
      border-radius: 0.375rem;
      padding-top: 0.8571429em;
      padding-inline-end: 1.1428571em;
      padding-bottom: 0.8571429em;
      padding-inline-start: 1.1428571em;
    }
    :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      background-color: transparent;
      border-width: 0;
      border-radius: 0;
      padding: 0;
      font-weight: inherit;
      color: inherit;
      font-size: inherit;
      font-family: inherit;
      line-height: inherit;
    }
    :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
      content: none;
    }
    :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
      content: none;
    }
    :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      width: 100%;
      table-layout: auto;
      margin-top: 2em;
      margin-bottom: 2em;
      font-size: 0.875em;
      line-height: 1.7142857;
    }
    :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-bottom-width: 1px;
      border-bottom-color: var(--tw-prose-th-borders);
    }
    :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      vertical-align: bottom;
      padding-inline-end: 0.5714286em;
      padding-bottom: 0.5714286em;
      padding-inline-start: 0.5714286em;
    }
    :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-bottom-width: 1px;
      border-bottom-color: var(--tw-prose-td-borders);
    }
    :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-bottom-width: 0;
    }
    :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      vertical-align: baseline;
    }
    :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-top-width: 1px;
      border-top-color: var(--tw-prose-th-borders);
    }
    :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      vertical-align: top;
    }
    :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      text-align: start;
    }
    :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
      margin-bottom: 0;
    }
    :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-captions);
      font-size: 0.875em;
      line-height: 1.4285714;
      margin-top: 0.8571429em;
    }
    --tw-prose-body: oklch(37.3% 0.034 259.733);
    --tw-prose-headings: oklch(21% 0.034 264.665);
    --tw-prose-lead: oklch(44.6% 0.03 256.802);
    --tw-prose-links: oklch(21% 0.034 264.665);
    --tw-prose-bold: oklch(21% 0.034 264.665);
    --tw-prose-counters: oklch(55.1% 0.027 264.364);
    --tw-prose-bullets: oklch(87.2% 0.01 258.338);
    --tw-prose-hr: oklch(92.8% 0.006 264.531);
    --tw-prose-quotes: oklch(21% 0.034 264.665);
    --tw-prose-quote-borders: oklch(92.8% 0.006 264.531);
    --tw-prose-captions: oklch(55.1% 0.027 264.364);
    --tw-prose-kbd: oklch(21% 0.034 264.665);
    --tw-prose-kbd-shadows: color-mix(in oklab, oklch(21% 0.034 264.665) 10%, transparent);
    --tw-prose-code: oklch(21% 0.034 264.665);
    --tw-prose-pre-code: oklch(92.8% 0.006 264.531);
    --tw-prose-pre-bg: oklch(27.8% 0.033 256.848);
    --tw-prose-th-borders: oklch(87.2% 0.01 258.338);
    --tw-prose-td-borders: oklch(92.8% 0.006 264.531);
    --tw-prose-invert-body: oklch(87.2% 0.01 258.338);
    --tw-prose-invert-headings: #fff;
    --tw-prose-invert-lead: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-links: #fff;
    --tw-prose-invert-bold: #fff;
    --tw-prose-invert-counters: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-bullets: oklch(44.6% 0.03 256.802);
    --tw-prose-invert-hr: oklch(37.3% 0.034 259.733);
    --tw-prose-invert-quotes: oklch(96.7% 0.003 264.542);
    --tw-prose-invert-quote-borders: oklch(37.3% 0.034 259.733);
    --tw-prose-invert-captions: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-kbd: #fff;
    --tw-prose-invert-kbd-shadows: rgb(255 255 255 / 10%);
    --tw-prose-invert-code: #fff;
    --tw-prose-invert-pre-code: oklch(87.2% 0.01 258.338);
    --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
    --tw-prose-invert-th-borders: oklch(44.6% 0.03 256.802);
    --tw-prose-invert-td-borders: oklch(37.3% 0.034 259.733);
    font-size: 1rem;
    line-height: 1.75;
    :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
      margin-bottom: 0;
    }
    :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.5em;
      margin-bottom: 0.5em;
    }
    :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0.375em;
    }
    :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0.375em;
    }
    :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.75em;
      margin-bottom: 0.75em;
    }
    :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
    }
    :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-bottom: 1.25em;
    }
    :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
    }
    :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-bottom: 1.25em;
    }
    :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.75em;
      margin-bottom: 0.75em;
    }
    :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
      margin-bottom: 1.25em;
    }
    :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.5em;
      padding-inline-start: 1.625em;
    }
    :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0;
    }
    :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-end: 0;
    }
    :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-top: 0.5714286em;
      padding-inline-end: 0.5714286em;
      padding-bottom: 0.5714286em;
      padding-inline-start: 0.5714286em;
    }
    :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0;
    }
    :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-end: 0;
    }
    :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-bottom: 0;
    }
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .mt-12 {
    margin-top: calc(var(--spacing) * 12);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }
  .mb-12 {
    margin-bottom: calc(var(--spacing) * 12);
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline-flex {
    display: inline-flex;
  }
  .h-auto {
    height: auto;
  }
  .w-full {
    width: 100%;
  }
  .max-w-2xl {
    max-width: var(--container-2xl);
  }
  .max-w-3xl {
    max-width: var(--container-3xl);
  }
  .max-w-4xl {
    max-width: var(--container-4xl);
  }
  .max-w-md {
    max-width: var(--container-md);
  }
  .max-w-none {
    max-width: none;
  }
  .flex-1 {
    flex: 1;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .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 {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-secondary-200 {
    border-color: var(--color-secondary-200);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }
  .py-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);
  }
  .text-neutral {
    color: var(--color-neutral);
  }
  .text-primary-500 {
    color: var(--color-primary-500);
  }
  .text-secondary-500 {
    color: var(--color-secondary-500);
  }
  .text-secondary-600 {
    color: var(--color-secondary-600);
  }
  .text-secondary-700 {
    color: var(--color-secondary-700);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .not-italic {
    font-style: normal;
  }
  .no-underline {
    text-decoration-line: none;
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .transition-colors {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .last\:border-b-0 {
    &:last-child {
      border-bottom-style: var(--tw-border-style);
      border-bottom-width: 0px;
    }
  }
  .hover\:text-primary {
    &:hover {
      @media (hover: hover) {
        color: var(--color-primary);
      }
    }
  }
  .hover\:text-primary-500 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-primary-500);
      }
    }
  }
  .hover\:underline {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: underline;
      }
    }
  }
  .md\:mx-0 {
    @media (width >= 48rem) {
      margin-inline: calc(var(--spacing) * 0);
    }
  }
  .md\:text-2xl {
    @media (width >= 48rem) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  .md\:text-3xl {
    @media (width >= 48rem) {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
  }
  .md\:text-4xl {
    @media (width >= 48rem) {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }
  .md\:text-5xl {
    @media (width >= 48rem) {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
  }
}
@layer base {
  *, *::before, *::after {
    box-sizing: border-box;
  }
  html {
    scroll-behavior: smooth;
    scroll-padding-top: 7rem;
  }
  body {
    margin: 0;
    background: var(--color-paper);
    color: var(--color-ink);
    font-family: var(--font-sans);
    font-size: 1rem;
    line-height: 1.65;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
  }
  body.admin-bar .site-header {
    top: 32px;
  }
  img, svg {
    display: block;
    max-width: 100%;
  }
  button, input, textarea, select {
    font: inherit;
  }
  a {
    color: inherit;
    text-underline-offset: .2em;
  }
  ::selection {
    background: var(--color-amber);
    color: var(--color-ink);
  }
  :focus-visible {
    outline: 3px solid var(--color-amber);
    outline-offset: 4px;
    border-radius: .2rem;
  }
  h1, h2, h3, h4 {
    margin: 0;
    font-family: var(--font-display);
    font-weight: 750;
    line-height: 1.05;
    letter-spacing: -.025em;
  }
  p {
    margin: 0;
  }
  [x-cloak] {
    display: none !important;
  }
}
@layer components {
  .site-shell {
    width: min(100% - 2rem, 78rem);
    margin-inline: auto;
  }
  .section {
    position: relative;
    padding-block: clamp(4.5rem, 8vw, 8rem);
  }
  .section-tight {
    padding-block: clamp(3.5rem, 6vw, 5.5rem);
  }
  .section-dark {
    background: var(--color-charcoal);
    color: var(--color-white);
  }
  .section-ivory {
    background: var(--color-ivory);
  }
  .section-paper {
    background: var(--color-paper);
  }
  .section-grid {
    background-color: var(--color-paper);
    background-image: linear-gradient(rgba(23,23,23,.035) 1px, transparent 1px),	linear-gradient(90deg, rgba(23,23,23,.035) 1px, transparent 1px);
    background-size: 54px 54px;
  }
  .eyebrow {
    display: inline-flex;
    align-items: center;
    gap: .55rem;
    margin-bottom: 1rem;
    color: var(--color-orange);
    font-family: var(--font-display);
    font-size: .8rem;
    font-weight: 750;
    letter-spacing: .09em;
    line-height: 1.2;
    text-transform: uppercase;
  }
  .eyebrow::before {
    content: "";
    width: 1.75rem;
    height: 3px;
    background: linear-gradient(90deg, var(--color-amber), var(--color-orange));
  }
  .section-title {
    max-width: 18ch;
    font-size: clamp(2.25rem, 4.5vw, 4.3rem);
  }
  .section-lead {
    max-width: 68ch;
    margin-top: 1.25rem;
    color: var(--color-muted);
    font-size: clamp(1.05rem, 1.5vw, 1.25rem);
  }
  .section-dark .section-lead {
    color: #cfcac3;
  }
  .skip-link {
    position: fixed;
    z-index: 99999;
    top: 1rem;
    left: 1rem;
    padding: .8rem 1rem;
    transform: translateY(-180%);
    background: var(--color-ink);
    color: white;
    font-weight: 700;
    text-decoration: none;
  }
  .skip-link:focus {
    transform: translateY(0);
  }
  .site-header {
    position: sticky;
    z-index: 1000;
    top: 0;
    border-bottom: 1px solid rgba(23,23,23,.09);
    background: rgba(255,253,249,.94);
    backdrop-filter: blur(16px);
  }
  .header-inner {
    min-height: 5.75rem;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 2rem;
  }
  .brand-link {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
  }
  .brand-logo {
    width: auto;
    height: 3.7rem;
    object-fit: contain;
  }
  .primary-nav {
    justify-self: center;
  }
  .primary-menu {
    display: flex;
    align-items: center;
    gap: clamp(1rem, 2vw, 2.2rem);
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .primary-menu a {
    position: relative;
    font-size: .95rem;
    font-weight: 650;
    text-decoration: none;
  }
  .primary-menu a::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -.55rem;
    left: 0;
    height: 2px;
    transform: scaleX(0);
    transform-origin: right;
    background: var(--color-orange);
    transition: transform .2s ease;
  }
  .primary-menu a:hover::after,	.primary-menu .current-menu-item > a::after {
    transform: scaleX(1);
    transform-origin: left;
  }
  .menu-services {
    position: static;
  }
  .services-trigger {
    display: inline-flex;
    align-items: center;
    gap: .35rem;
  }
  .services-trigger svg {
    transition: transform .2s ease;
  }
  .menu-services:hover .services-trigger svg,	.menu-services:focus-within .services-trigger svg {
    transform: rotate(180deg);
  }
  .services-dropdown {
    position: absolute;
    z-index: 1100;
    top: calc(100% - 1px);
    left: 50%;
    width: min(calc(100% - 2rem), 74rem);
    display: grid;
    grid-template-columns: minmax(14rem, .72fr) minmax(0, 2.28fr);
    gap: 2rem;
    padding: 1.8rem;
    border: 1px solid rgba(231,82,29,.16);
    border-top: 3px solid transparent;
    border-radius: 0 0 1.35rem 1.35rem;
    background: linear-gradient(var(--color-paper), var(--color-paper)) padding-box,	linear-gradient(90deg, var(--color-orange), var(--color-tangerine), var(--color-amber)) border-box;
    box-shadow: 0 24px 60px rgba(23,23,23,.14);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translate(-50%, -.65rem);
    transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
  }
  .menu-services:hover .services-dropdown,	.menu-services:focus-within .services-dropdown {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translate(-50%, 0);
  }
  .services-dropdown a::after {
    display: none;
  }
  .services-dropdown-intro {
    padding: 1.35rem;
    border-radius: 1rem;
    background: radial-gradient(circle at 12% 10%, rgba(245,165,29,.24), transparent 12rem),	linear-gradient(145deg, #fff7eb, #ffede5);
  }
  .services-dropdown-intro .eyebrow {
    margin-bottom: .75rem;
  }
  .services-dropdown-intro strong {
    display: block;
    font-family: var(--font-display);
    font-size: 1.35rem;
    line-height: 1.18;
  }
  .services-dropdown-intro p {
    margin-top: .8rem;
    color: var(--color-muted);
    font-size: .9rem;
    line-height: 1.55;
  }
  .services-dropdown-intro .text-link {
    margin-top: 1rem;
    color: var(--color-orange);
  }
  .services-dropdown-groups {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.4rem;
  }
  .services-dropdown-group h3 {
    padding-bottom: .7rem;
    border-bottom: 2px solid rgba(231,82,29,.18);
    font-size: 1rem;
    line-height: 1.25;
  }
  .services-dropdown-group ul {
    display: grid;
    gap: .25rem;
    margin: .65rem 0 0;
    padding: 0;
    list-style: none;
  }
  .services-dropdown-group a {
    display: block;
    padding: .48rem .55rem;
    border-radius: .55rem;
    color: #49443f;
    font-size: .875rem;
    font-weight: 650;
    line-height: 1.35;
  }
  .services-dropdown-group a:hover,	.services-dropdown-group a:focus-visible {
    background: rgba(245,165,29,.14);
    color: #a93612;
  }
  .header-actions {
    display: flex;
    align-items: center;
    gap: .75rem;
  }
  .mobile-toggle {
    display: none;
    width: 2.85rem;
    height: 2.85rem;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--color-line);
    border-radius: 999px;
    background: var(--color-paper);
    color: var(--color-ink);
    cursor: pointer;
  }
  .mobile-panel {
    max-height: calc(100vh - 5.75rem);
    max-height: calc(100dvh - 5.75rem);
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid var(--color-line);
    background: var(--color-paper);
  }
  .mobile-panel-inner {
    padding-block: 1rem 1.4rem;
  }
  .wpvibe-draft-preview .mobile-panel-inner {
    padding-bottom: calc(12rem + env(safe-area-inset-bottom));
  }
  .mobile-menu {
    display: grid;
    gap: .25rem;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .mobile-menu a {
    display: block;
    padding: .7rem .25rem;
    font-weight: 700;
    text-decoration: none;
  }
  .mobile-services summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: .7rem .25rem;
    font-weight: 750;
    cursor: pointer;
    list-style: none;
  }
  .mobile-services summary::-webkit-details-marker {
    display: none;
  }
  .mobile-services summary::after {
    content: "+";
    color: var(--color-orange);
    font-size: 1.35rem;
    line-height: 1;
  }
  .mobile-services[open] summary::after {
    content: "−";
  }
  .mobile-services-panel {
    margin-bottom: .65rem;
    padding: .8rem;
    border-left: 4px solid var(--color-tangerine);
    border-radius: 0 .85rem .85rem 0;
    background: linear-gradient(135deg, #fff8ed, #fff0e8);
  }
  .mobile-services-panel .mobile-services-all {
    padding: .55rem;
    color: #a93612;
    font-size: .95rem;
  }
  .mobile-services-panel section + section {
    margin-top: 1rem;
  }
  .mobile-services-panel h3 {
    padding: .45rem .55rem;
    color: var(--color-orange);
    font-size: .875rem;
    line-height: 1.3;
  }
  .mobile-services-panel ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .mobile-services-panel a {
    padding: .48rem .55rem;
    color: #49443f;
    font-size: .875rem;
    font-weight: 650;
    line-height: 1.4;
  }
  .btn {
    min-height: 3.1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .6rem;
    padding: .78rem 1.25rem;
    border: 2px solid transparent;
    border-radius: 999px;
    font-family: var(--font-display);
    font-size: .93rem;
    font-weight: 750;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease;
  }
  .btn:hover {
    transform: translateY(-2px);
  }
  .btn-primary {
    background: var(--color-orange);
    color: white;
    box-shadow: 0 10px 24px rgba(231,82,29,.2);
  }
  .btn-primary:hover {
    background: #ce4315;
    box-shadow: 0 14px 30px rgba(231,82,29,.28);
  }
  .btn-secondary {
    border-color: var(--color-ink);
    background: transparent;
    color: var(--color-ink);
  }
  .btn-secondary:hover {
    background: var(--color-ink);
    color: white;
  }
  .btn-light {
    border-color: white;
    background: white;
    color: var(--color-ink);
  }
  .btn-compact {
    min-height: 2.8rem;
    padding-inline: 1.1rem;
  }
  .text-link {
    display: inline-flex;
    align-items: center;
    gap: .55rem;
    color: var(--color-orange);
    font-weight: 800;
    text-decoration: none;
  }
  .text-link::after {
    content: "→";
    font-size: 1.35em;
    transition: transform .18s ease;
  }
  .text-link:hover::after {
    transform: translateX(.3rem);
  }
  .hero {
    position: relative;
    overflow: hidden;
    padding-block: clamp(3.25rem, 7vw, 7rem) 0;
    background: radial-gradient(circle at 8% 15%, rgba(245,165,29,.15), transparent 25rem),	linear-gradient(180deg, var(--color-paper), var(--color-ivory));
  }
  .hero::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: .17;
    background-image: repeating-radial-gradient(ellipse at 22% 58%, transparent 0 38px, rgba(189,178,164,.55) 39px 40px, transparent 41px 70px);
    pointer-events: none;
  }
  .hero-grid {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.04fr) minmax(25rem, .96fr);
    align-items: center;
    gap: clamp(2rem, 5vw, 5rem);
  }
  .hero-copy {
    padding-bottom: clamp(3rem, 6vw, 5rem);
  }
  .hero-kicker {
    display: inline-flex;
    padding: .5rem .75rem;
    border-radius: 999px;
    background: rgba(245,165,29,.13);
    color: #b23d15;
    font-size: .77rem;
    font-weight: 800;
    letter-spacing: .07em;
    text-transform: uppercase;
  }
  .hero h1 {
    max-width: 12ch;
    margin-top: 1.25rem;
    font-size: clamp(3rem, 6.2vw, 6rem);
    line-height: .95;
    letter-spacing: -.04em;
  }
  .hero-lead {
    max-width: 58ch;
    margin-top: 1.65rem;
    color: #57534e;
    font-size: clamp(1.05rem, 1.55vw, 1.3rem);
  }
  .hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: .8rem;
    margin-top: 2rem;
  }
  .hero-visual {
    position: relative;
    align-self: stretch;
    min-height: 34rem;
  }
  .hero-figure {
    position: absolute;
    inset: 0 0 0 0;
    overflow: hidden;
    border-radius: 2.3rem 2.3rem 0 0;
    background: var(--color-charcoal);
    box-shadow: 0 32px 80px rgba(23,23,23,.16);
  }
  .hero-figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .hero-figure::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 45%, rgba(23,23,23,.22));
    pointer-events: none;
  }
  .hero-badge {
    position: absolute;
    z-index: 2;
    right: 1.3rem;
    top: 1.3rem;
    max-width: 12rem;
    padding: .75rem .9rem;
    border: 1px solid rgba(255,255,255,.75);
    border-radius: 1rem;
    background: rgba(23,23,23,.28);
    color: white;
    font-size: .82rem;
    line-height: 1.35;
    backdrop-filter: blur(8px);
  }
  .hero-tech {
    position: absolute;
    z-index: 2;
    left: 1.3rem;
    bottom: 1.3rem;
    padding: .7rem .9rem;
    border-radius: 999px;
    background: var(--color-amber);
    color: var(--color-ink);
    font-family: var(--font-display);
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .04em;
    text-transform: uppercase;
  }
  .trust-strip {
    position: relative;
    background: var(--color-charcoal);
    color: white;
  }
  .trust-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .trust-item {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: .8rem;
    padding: 1.65rem clamp(1rem, 2vw, 2rem);
    border-right: 1px solid rgba(255,255,255,.12);
  }
  .trust-item:last-child {
    border-right: 0;
  }
  .trust-number {
    color: var(--color-amber);
    font-family: var(--font-display);
    font-weight: 800;
  }
  .trust-item strong {
    display: block;
    font-family: var(--font-display);
    font-size: 1.02rem;
  }
  .trust-item span {
    display: block;
    margin-top: .2rem;
    color: #bbb6af;
    font-size: .85rem;
  }
  .situation-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    margin-top: 3rem;
    border: 1px solid var(--color-line);
    background: var(--color-line);
  }
  .situation-card {
    position: relative;
    min-height: 14rem;
    padding: 2rem;
    background: var(--color-paper);
  }
  .situation-card::before {
    content: attr(data-index);
    display: block;
    margin-bottom: 2rem;
    color: var(--color-orange);
    font-family: var(--font-mono);
    font-size: .78rem;
    font-weight: 800;
  }
  .situation-card h3 {
    font-size: 1.45rem;
  }
  .situation-card p {
    margin-top: .8rem;
    color: var(--color-muted);
    font-size: .95rem;
  }
  .situation-close {
    max-width: 72ch;
    margin-top: 2rem;
    padding-left: 1.1rem;
    border-left: 4px solid var(--color-amber);
    font-weight: 650;
  }
  .areas-wrap {
    margin-top: 3.25rem;
    border-top: 1px solid var(--color-line);
  }
  .area-row {
    display: grid;
    grid-template-columns: 9rem minmax(15rem, .7fr) 1.3fr;
    gap: 2rem;
    padding-block: 2rem;
    border-bottom: 1px solid var(--color-line);
  }
  .area-index {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 4rem;
    height: 4rem;
    border-radius: 999px;
    background: var(--color-amber);
    font-family: var(--font-display);
    font-size: 1.2rem;
    font-weight: 800;
  }
  .area-row:nth-child(2) .area-index {
    background: var(--color-orange);
    color: white;
  }
  .area-row:nth-child(3) .area-index {
    background: var(--color-charcoal);
    color: white;
  }
  .area-row h3 {
    padding-top: .4rem;
    font-size: clamp(1.65rem, 2.2vw, 2.3rem);
  }
  .service-links {
    display: grid;
    grid-template-columns: repeat(2, minmax(0,1fr));
    gap: .65rem 1.25rem;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .service-links a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .8rem;
    min-height: 3.4rem;
    padding: .65rem .85rem;
    border-radius: .75rem;
    background: rgba(189,178,164,.15);
    font-weight: 700;
    text-decoration: none;
  }
  .service-links a::after {
    content: "↗";
    color: var(--color-orange);
  }
  .service-links a:hover {
    background: rgba(245,165,29,.18);
  }
  .process {
    position: relative;
    display: grid;
    grid-template-columns: repeat(6, minmax(0,1fr));
    gap: 1rem;
    margin-top: 3.25rem;
  }
  .process::before {
    content: "";
    position: absolute;
    top: 1.45rem;
    right: 5%;
    left: 5%;
    height: 4px;
    background: linear-gradient(90deg, var(--color-orange), var(--color-amber) 52%, var(--color-green));
  }
  .process-step {
    position: relative;
    z-index: 1;
  }
  .process-dot {
    width: 3rem;
    height: 3rem;
    display: grid;
    place-items: center;
    border: 5px solid var(--color-paper);
    border-radius: 999px;
    background: var(--color-orange);
    color: white;
    font-family: var(--font-display);
    font-weight: 800;
  }
  .process-step:nth-child(3) .process-dot,	.process-step:nth-child(4) .process-dot {
    background: var(--color-amber);
    color: var(--color-ink);
  }
  .process-step:nth-child(5) .process-dot,	.process-step:nth-child(6) .process-dot {
    background: var(--color-green);
  }
  .process-step h3 {
    margin-top: 1.2rem;
    font-size: 1.08rem;
    line-height: 1.15;
  }
  .process-step p {
    margin-top: .6rem;
    color: var(--color-muted);
    font-size: .88rem;
  }
  .notice-box {
    margin-top: 2.4rem;
    padding: 1.25rem 1.4rem;
    border: 1px solid #dfba72;
    border-radius: 1rem;
    background: #fff8e8;
  }
  .card-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0,1fr));
    gap: 1.3rem;
    margin-top: 3rem;
  }
  .case-card {
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 1.35rem;
    background: white;
    color: var(--color-ink);
    box-shadow: 0 20px 50px rgba(0,0,0,.14);
  }
  .case-card figure {
    aspect-ratio: 16/9;
    overflow: hidden;
    background: #ddd5ca;
  }
  .case-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .case-card-body {
    padding: 1.35rem;
  }
  .case-card small {
    color: var(--color-orange);
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .07em;
    text-transform: uppercase;
  }
  .case-card h3 {
    margin-top: .65rem;
    font-size: 1.35rem;
  }
  .case-card p {
    margin-top: .75rem;
    color: var(--color-muted);
    font-size: .94rem;
  }
  .card-actions {
    margin-top: 2.5rem;
  }
  .proof-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0,1fr));
    gap: 1px;
    margin-top: 3rem;
    border: 1px solid var(--color-line);
    background: var(--color-line);
  }
  .proof {
    min-height: 13rem;
    padding: 1.8rem;
    background: var(--color-paper);
  }
  .proof-icon {
    width: 2.6rem;
    height: 2.6rem;
    display: grid;
    place-items: center;
    margin-bottom: 1.5rem;
    border-radius: .75rem;
    background: var(--color-ivory);
    color: var(--color-orange);
  }
  .proof-icon svg {
    width: 1.35rem;
    height: 1.35rem;
  }
  .proof h3 {
    font-size: 1.2rem;
  }
  .proof p {
    margin-top: .65rem;
    color: var(--color-muted);
    font-size: .92rem;
  }
  .commitment {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 1rem;
    margin-top: 2rem;
    padding: 1.5rem;
    border-left: 5px solid var(--color-orange);
    background: var(--color-ivory);
  }
  .commitment strong {
    font-family: var(--font-display);
  }
  .person-grid {
    display: grid;
    grid-template-columns: minmax(18rem,.72fr) 1.28fr;
    gap: clamp(2rem, 6vw, 6rem);
    align-items: center;
  }
  .person-media {
    position: relative;
    min-height: 34rem;
    overflow: hidden;
    border-radius: 1.6rem;
    background: linear-gradient(145deg, #dad0c4, #b8aa99);
  }
  .person-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .person-label {
    position: absolute;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
    padding: 1rem;
    border-radius: 1rem;
    background: rgba(23,23,23,.83);
    color: white;
    backdrop-filter: blur(8px);
  }
  .person-label strong {
    display: block;
    font-family: var(--font-display);
    font-size: 1.2rem;
  }
  .person-copy > p {
    margin-top: 1rem;
    color: var(--color-muted);
  }
  .person-quote {
    margin: 1.5rem 0 0;
    padding: 1.4rem;
    border-left: 5px solid var(--color-amber);
    background: white;
    font-family: var(--font-display);
    font-size: 1.3rem;
    font-weight: 700;
  }
  .credential-list {
    display: grid;
    gap: .55rem;
    margin: 1.4rem 0 0;
    padding: 0;
    list-style: none;
  }
  .credential-list li {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: .7rem;
  }
  .credential-list li::before {
    content: "✓";
    color: var(--color-green);
    font-weight: 900;
  }
  .review-summary {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: .75rem 1.25rem;
    margin: 2rem 0 1rem;
    padding: 1rem 1.2rem;
    border: 1px solid var(--color-line);
    border-radius: 1rem;
    background: var(--color-ivory);
  }
  .review-summary strong {
    font-family: var(--font-display);
    font-size: 1.25rem;
  }
  .review-summary span:last-child {
    color: var(--color-muted);
  }
  .review-card {
    display: flex;
    flex-direction: column;
    min-height: 19rem;
    padding: 1.7rem;
    border: 1px solid var(--color-line);
    border-radius: 1.25rem;
    background: var(--color-paper);
  }
  .stars {
    color: #d98d06;
    letter-spacing: .12em;
  }
  .review-card blockquote {
    flex: 1;
    margin: 1.3rem 0;
    font-size: 1.05rem;
  }
  .review-card footer {
    color: var(--color-muted);
    font-size: .88rem;
  }
  .review-card footer strong {
    display: block;
    color: var(--color-ink);
    font-family: var(--font-display);
  }
  .region-grid {
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: clamp(2rem, 5vw, 5rem);
    align-items: center;
  }
  .region-copy p {
    margin-top: 1rem;
    color: #d0cbc5;
  }
  .region-map {
    position: relative;
    padding: 2rem;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 1.5rem;
    background: linear-gradient(135deg, rgba(245,165,29,.12), rgba(231,82,29,.04)),	rgba(255,255,255,.035);
  }
  .region-map svg {
    width: 100%;
    height: auto;
    color: var(--color-amber);
  }
  .map-note {
    margin-top: 1rem;
    color: #aaa49d;
    font-size: .82rem;
  }
  .faq-list {
    display: grid;
    gap: .75rem;
    margin-top: 3rem;
  }
  .faq-item {
    border: 1px solid var(--color-line);
    border-radius: 1rem;
    background: var(--color-paper);
  }
  .faq-item summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.25rem 1.35rem;
    font-family: var(--font-display);
    font-size: 1.08rem;
    font-weight: 750;
    cursor: pointer;
    list-style: none;
  }
  .faq-item summary::-webkit-details-marker {
    display: none;
  }
  .faq-item summary::after {
    content: "+";
    color: var(--color-orange);
    font-size: 1.5rem;
  }
  .faq-item[open] summary::after {
    content: "−";
  }
  .faq-answer {
    padding: 0 1.35rem 1.35rem;
    color: var(--color-muted);
  }
  .contact-panel {
    display: grid;
    grid-template-columns: .82fr 1.18fr;
    gap: 1px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 1.6rem;
    background: rgba(255,255,255,.12);
  }
  .contact-copy,	.contact-form-shell {
    padding: clamp(1.6rem, 4vw, 3.2rem);
    background: var(--color-charcoal);
  }
  .contact-form-shell {
    background: white;
    color: var(--color-ink);
  }
  .contact-list {
    display: grid;
    gap: .75rem;
    margin: 2rem 0 0;
    padding: 0;
    list-style: none;
  }
  .contact-list a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .95rem 1rem;
    border: 1px solid rgba(255,255,255,.15);
    border-radius: .8rem;
    text-decoration: none;
  }
  .contact-list a:hover {
    border-color: var(--color-amber);
  }
  .form-placeholder {
    display: grid;
    gap: 1rem;
  }
  .form-note {
    padding: 1rem;
    border: 1px solid var(--color-line);
    border-radius: .8rem;
    background: var(--color-ivory);
    color: var(--color-muted);
    font-size: .9rem;
  }
  .form-preview-field {
    display: grid;
    gap: .35rem;
  }
  .form-preview-field label {
    font-size: .86rem;
    font-weight: 750;
  }
  .form-preview-field span {
    min-height: 3.15rem;
    display: block;
    border: 1px solid var(--color-line);
    border-radius: .7rem;
    background: #fbfaf8;
  }
  .form-preview-field.large span {
    min-height: 6rem;
  }
  .page-hero {
    padding-block: 4.5rem 3.5rem;
    border-bottom: 1px solid var(--color-line);
    background: radial-gradient(circle at 85% 20%, rgba(245,165,29,.15), transparent 22rem),	var(--color-ivory);
  }
  .page-hero h1 {
    max-width: 18ch;
    font-size: clamp(2.7rem, 5vw, 5rem);
  }
  .page-content {
    width: min(100% - 2rem, 70rem);
    margin-inline: auto;
    padding-block: 4rem 6rem;
  }
  .page-content > * + * {
    margin-top: 1.2rem;
  }
  .page-content h2 {
    margin-top: 3rem;
    font-size: clamp(1.8rem,3vw,2.6rem);
  }
  .page-content h3 {
    margin-top: 2rem;
    font-size: 1.45rem;
  }
  .page-content p, .page-content li {
    color: #4f4b46;
  }
  .page-content a {
    color: #b53e17;
    font-weight: 700;
  }
  .page-content figure {
    margin: 2rem 0;
  }
  .page-content img {
    border-radius: 1rem;
  }
  .page-content blockquote {
    margin: 2rem 0;
    padding: 1.3rem 1.5rem;
    border-left: 5px solid var(--color-amber);
    background: var(--color-ivory);
  }
  .page-content table {
    display: block;
    width: 100%;
    margin: 1.8rem 0;
    overflow-x: auto;
    border: 1px solid var(--color-line);
    border-radius: 1rem;
    border-collapse: collapse;
    background: white;
    -webkit-overflow-scrolling: touch;
  }
  .page-content th,	.page-content td {
    min-width: 12rem;
    padding: .9rem 1rem;
    border-bottom: 1px solid var(--color-line);
    text-align: left;
    vertical-align: top;
  }
  .page-content th {
    background: var(--color-ivory);
    font-family: var(--font-display);
    color: var(--color-ink);
  }
  .page-content tr:last-child td {
    border-bottom: 0;
  }
  .breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: .45rem;
    margin-bottom: 2.2rem;
    color: var(--color-muted);
    font-size: .82rem;
  }
  .breadcrumbs a {
    text-decoration: none;
  }
  .breadcrumbs a:hover {
    color: var(--color-orange);
    text-decoration: underline;
  }
  .page-hero .eyebrow {
    margin-bottom: 1.25rem;
  }
  .page-lead {
    max-width: 66ch;
    margin-top: 1.5rem;
    color: var(--color-muted);
    font-family: var(--font-display);
    font-size: clamp(1.08rem, 1.7vw, 1.35rem);
    font-weight: 520;
    line-height: 1.55;
  }
  .page-featured {
    margin-top: 2.5rem;
    overflow: hidden;
    border-radius: 1.4rem;
  }
  .page-featured img {
    width: 100%;
    max-height: 36rem;
    object-fit: cover;
  }
  .service-page .page-hero {
    background: linear-gradient(rgba(23,23,23,.035) 1px, transparent 1px),	linear-gradient(90deg, rgba(23,23,23,.035) 1px, transparent 1px),	radial-gradient(circle at 86% 20%, rgba(245,165,29,.2), transparent 25rem),	var(--color-ivory);
    background-size: 54px 54px, 54px 54px, auto, auto;
  }
  .service-content > * + * {
    margin-top: 1.25rem;
  }
  .service-content > h2,	.service-content > h3,	.service-content > p,	.service-content > ul {
    max-width: 54rem;
  }
  .service-content > h2 {
    margin-top: clamp(3.5rem, 7vw, 6.2rem);
    font-size: clamp(1.85rem, 3.2vw, 2.75rem);
    text-wrap: balance;
  }
  .service-content > h3 {
    margin-top: 2.4rem;
    font-size: clamp(1.25rem, 2vw, 1.55rem);
  }
  .service-content > p {
    color: #4f4b46;
    font-size: 1.04rem;
    line-height: 1.78;
  }
  .service-list {
    display: grid;
    gap: .72rem;
    margin-bottom: 0;
    padding: 0;
    list-style: none;
  }
  .service-list li {
    position: relative;
    padding-left: 1.7rem;
    color: #4f4b46;
  }
  .service-list li::before {
    content: "";
    position: absolute;
    top: .68em;
    left: 0;
    width: .62rem;
    height: .62rem;
    border: 2px solid var(--color-orange);
    border-radius: 50%;
    background: var(--color-paper);
  }
  .service-callout {
    max-width: 62rem;
    margin-block: clamp(2.5rem, 5vw, 4.5rem);
    padding: clamp(1.5rem, 4vw, 2.4rem);
    border: 1px solid var(--color-line);
    border-left: 6px solid var(--color-amber);
    border-radius: 0 1.2rem 1.2rem 0;
    background: #fff7df;
  }
  .service-callout h2 {
    margin: 0;
    font-size: clamp(1.45rem, 2.5vw, 2rem);
  }
  .service-callout p {
    margin-top: .9rem;
    color: #4f4b46;
    font-size: 1rem;
    line-height: 1.7;
  }
  .service-callout--red {
    border-left-color: var(--color-orange);
    background: #fbe9e3;
  }
  .service-callout--green {
    border-left-color: var(--color-green);
    background: #e8f1e5;
  }
  .service-callout--yellow {
    background: #fff4d7;
  }
  .service-process {
    width: 100%;
    margin-block: clamp(4rem, 7vw, 6.5rem);
    padding: clamp(1.5rem, 4vw, 3rem);
    border: 1px solid var(--color-line);
    border-radius: 1.5rem;
    background: var(--color-ivory);
  }
  .service-process > h2 {
    font-size: clamp(1.8rem, 3vw, 2.7rem);
  }
  .process-eight {
    position: relative;
    display: grid;
    grid-template-columns: repeat(8, minmax(0, 1fr));
    gap: clamp(.5rem, 1.2vw, 1rem);
    margin: 2.7rem 0 0;
    padding: 0;
    list-style: none;
  }
  .process-eight::before {
    content: "";
    position: absolute;
    z-index: 0;
    top: 1.34rem;
    right: 4%;
    left: 4%;
    height: .38rem;
    border-radius: 999px;
    background: linear-gradient(90deg, #d84627 0%, #e7521d 18%, #f07a20 34%, #f5a51d 50%, #e2b936 64%, #91ad48 82%, #4d914a 100%);
  }
  .process-eight-step {
    position: relative;
    min-width: 0;
    color: var(--color-ink);
  }
  .process-marker {
    position: relative;
    z-index: 1;
    display: grid;
    justify-items: center;
    text-align: center;
  }
  .process-number {
    width: 3rem;
    height: 3rem;
    display: grid;
    place-items: center;
    border: .3rem solid var(--color-ivory);
    border-radius: 50%;
    background: #d84627;
    color: white;
    font-family: var(--font-display);
    font-size: 1rem;
    font-weight: 800;
  }
  .process-eight-step:nth-child(2) .process-number {
    background: #e7521d;
  }
  .process-eight-step:nth-child(3) .process-number {
    background: #ef7020;
  }
  .process-eight-step:nth-child(4) .process-number {
    background: #f5a51d;
    color: var(--color-ink);
  }
  .process-eight-step:nth-child(5) .process-number {
    background: #e2b936;
    color: var(--color-ink);
  }
  .process-eight-step:nth-child(6) .process-number {
    background: #b3b844;
    color: var(--color-ink);
  }
  .process-eight-step:nth-child(7) .process-number {
    background: #78a14b;
  }
  .process-eight-step:nth-child(8) .process-number {
    background: #4d914a;
  }
  .process-label {
    margin-top: .65rem;
    color: var(--color-muted);
    font-family: var(--font-display);
    font-size: .65rem;
    font-weight: 800;
    letter-spacing: .045em;
    line-height: 1.15;
    text-transform: uppercase;
  }
  .process-copy {
    margin-top: 1.2rem;
    text-align: center;
  }
  .process-copy h3 {
    font-size: clamp(.9rem, 1.25vw, 1.08rem);
    line-height: 1.22;
  }
  .process-copy p {
    margin-top: .7rem;
    color: var(--color-muted);
    font-size: clamp(.76rem, 1vw, .88rem);
    line-height: 1.55;
  }
  .service-related-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .75rem;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .service-related-list a {
    min-height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem 1.1rem;
    border: 1px solid var(--color-line);
    border-radius: .85rem;
    background: var(--color-paper);
    color: var(--color-ink);
    text-decoration: none;
  }
  .service-related-list a::after {
    content: "→";
    flex: 0 0 auto;
    color: var(--color-orange);
    font-size: 1.2rem;
  }
  .service-related-list a:hover {
    border-color: var(--color-amber);
    box-shadow: 0 10px 28px rgba(23,23,23,.07);
    transform: translateY(-2px);
  }
  .service-faq {
    margin-block: clamp(4rem, 7vw, 6.5rem);
    padding-top: clamp(3rem, 5vw, 4.5rem);
    border-top: 1px solid var(--color-line);
  }
  .service-faq > h2 {
    font-size: clamp(1.9rem, 3vw, 2.8rem);
  }
  .service-faq-list {
    display: grid;
    gap: .75rem;
    margin-top: 2.2rem;
  }
  .service-faq .faq-answer p {
    color: var(--color-muted);
  }
  .service-cta {
    margin-top: clamp(4rem, 8vw, 7rem);
    padding: clamp(2rem, 6vw, 4.5rem);
    border-radius: 1.6rem;
    background: radial-gradient(circle at 92% 10%, rgba(245,165,29,.18), transparent 18rem),	var(--color-charcoal);
    color: white;
  }
  .service-cta .eyebrow {
    color: var(--color-amber);
  }
  .service-cta h2 {
    max-width: 20ch;
    font-size: clamp(2rem, 4vw, 3.6rem);
  }
  .service-cta > p {
    max-width: 62ch;
    margin-top: 1.1rem;
    color: #d2cdc6;
    font-size: 1.05rem;
  }
  .service-cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: .8rem;
    margin-top: 1.8rem;
  }
  .service-cta .btn-primary {
    color: white;
  }
  .service-cta .btn-secondary {
    border-color: rgba(255,255,255,.35);
    color: white;
  }
  .service-cta .btn-secondary:hover {
    border-color: white;
    background: white;
    color: var(--color-ink);
  }
  .general-content > * + * {
    margin-top: clamp(3.5rem, 7vw, 6rem);
  }
  .general-content > section > h2,	.general-content > aside > h2 {
    font-size: clamp(1.9rem, 3.2vw, 2.8rem);
    text-wrap: balance;
  }
  .general-content > section > p,	.general-content .intro-copy p {
    max-width: 66ch;
    color: #4f4b46;
    font-size: 1.04rem;
    line-height: 1.78;
  }
  .general-content > section > p + p,	.intro-copy p + p {
    margin-top: 1rem;
  }
  .intro-copy {
    max-width: 58rem;
    padding-left: clamp(1.25rem, 3vw, 2rem);
    border-left: 5px solid var(--color-amber);
  }
  .intro-copy p:first-child {
    color: var(--color-ink);
    font-family: var(--font-display);
    font-size: clamp(1.15rem, 2vw, 1.42rem);
    font-weight: 650;
  }
  .service-index-area {
    padding-top: clamp(2.5rem, 5vw, 4rem);
    border-top: 1px solid var(--color-line);
  }
  .service-index-heading {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: start;
    gap: 1.3rem;
  }
  .service-index-heading h2 {
    font-size: clamp(1.75rem, 3vw, 2.7rem);
  }
  .service-index-heading p {
    max-width: 60ch;
    margin-top: .7rem;
    color: var(--color-muted);
  }
  .service-index-grid > br,	.contact-channel-grid > br {
    display: none;
  }
  .service-index-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .8rem;
    margin-top: 2rem;
  }
  .service-index-link {
    min-height: 9rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.35rem;
    border: 1px solid var(--color-line);
    border-radius: 1rem;
    background: var(--color-paper);
    color: var(--color-ink);
    text-decoration: none;
    transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
  }
  .service-index-link span {
    font-family: var(--font-display);
    font-size: 1.2rem;
    font-weight: 750;
    line-height: 1.18;
  }
  .service-index-link small {
    color: var(--color-muted);
    font-size: .88rem;
    line-height: 1.55;
  }
  .service-index-link:hover {
    border-color: var(--color-amber);
    box-shadow: 0 14px 32px rgba(23,23,23,.08);
    transform: translateY(-3px);
  }
  .feature-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1px;
    margin-top: 2rem;
    border: 1px solid var(--color-line);
    background: var(--color-line);
  }
  .feature-grid--two {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .feature-card {
    padding: clamp(1.35rem, 3vw, 2rem);
    background: var(--color-paper);
  }
  .feature-card h3 {
    font-size: 1.25rem;
  }
  .feature-card p {
    margin-top: .75rem;
    color: var(--color-muted);
    font-size: .95rem;
    line-height: 1.65;
  }
  .credential-card {
    max-width: 62rem;
    padding: clamp(1.7rem, 5vw, 3.5rem);
    border-radius: 1.5rem;
    background: radial-gradient(circle at 94% 12%, rgba(245,165,29,.2), transparent 17rem),	var(--color-charcoal);
    color: white;
  }
  .credential-card h2 {
    max-width: 20ch;
    font-size: clamp(2rem, 4vw, 3.6rem);
  }
  .credential-card > p {
    max-width: 58ch;
    margin-top: .8rem;
    color: #d5d0c9;
  }
  .credential-card blockquote {
    max-width: 55ch;
    margin: 2rem 0 0;
    padding-left: 1.2rem;
    border-left: 4px solid var(--color-amber);
    font-family: var(--font-display);
    font-size: 1.2rem;
    font-weight: 650;
    line-height: 1.5;
  }
  .cases-index-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
  }
  .case-index-card {
    display: flex;
    flex-direction: column;
    padding: clamp(1.4rem, 3vw, 2.1rem);
    border: 1px solid var(--color-line);
    border-radius: 1.15rem;
    background: var(--color-paper);
  }
  .case-zone {
    width: max-content;
    padding: .35rem .6rem;
    border-radius: 999px;
    background: var(--color-ivory);
    color: var(--color-orange);
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
  }
  .case-index-card h2 {
    margin-top: 1rem;
    font-size: clamp(1.45rem, 2.4vw, 2rem);
  }
  .case-index-card > p {
    margin-top: .9rem;
    color: var(--color-muted);
  }
  .case-index-card h3 {
    margin-top: 1.7rem;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: .05em;
  }
  .case-index-card .service-list {
    margin-top: 1rem;
  }
  .case-state {
    margin-top: auto;
    padding-top: 1.4rem;
    border-top: 1px solid var(--color-line);
  }
  .case-state strong {
    color: var(--color-green);
    font-family: var(--font-display);
  }
  .case-state p {
    margin-top: .35rem;
    color: var(--color-muted);
    font-size: .88rem;
  }
  .coverage-groups {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 2rem;
  }
  .coverage-group {
    padding: 1.5rem;
    border: 1px solid var(--color-line);
    border-radius: 1rem;
    background: var(--color-ivory);
  }
  .coverage-group h3 {
    font-size: 1.2rem;
  }
  .coverage-group ul {
    display: grid;
    gap: .5rem;
    margin: 1rem 0 0;
    padding: 0;
    list-style: none;
  }
  .coverage-group li {
    padding-bottom: .45rem;
    border-bottom: 1px solid rgba(23,23,23,.08);
    color: var(--color-muted);
  }
  .coverage-group li:last-child {
    border-bottom: 0;
  }
  .faq-category {
    padding-top: clamp(2.8rem, 5vw, 4.2rem);
    border-top: 1px solid var(--color-line);
  }
  .faq-category > h2 {
    max-width: 22ch;
    font-size: clamp(1.8rem, 3vw, 2.65rem);
  }
  .faq-category .service-faq-list {
    margin-top: 2rem;
  }
  .contact-channel-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: .8rem;
    margin-top: 2rem;
  }
  .contact-channel-grid a {
    min-height: 8.5rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 1.35rem;
    border: 1px solid var(--color-line);
    border-radius: 1rem;
    background: var(--color-paper);
    color: var(--color-ink);
    text-decoration: none;
  }
  .contact-channel-grid a:hover {
    border-color: var(--color-amber);
  }
  .contact-channel-grid span {
    color: var(--color-orange);
    font-size: .75rem;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
  }
  .contact-channel-grid strong {
    font-family: var(--font-display);
    font-size: 1.15rem;
  }
  .contact-appointment-note {
    margin-top: 1rem;
    color: var(--color-muted);
    font-size: .9rem !important;
  }
  .form-section {
    scroll-margin-top: 7rem;
    padding: clamp(1.7rem, 5vw, 3.5rem);
    border-radius: 1.4rem;
    background: var(--color-ivory);
  }
  .form-section > p {
    margin-top: 1rem;
  }
  .form-build-note {
    margin-top: 2rem;
    padding: 1.25rem;
    border: 1px dashed var(--color-sand);
    border-radius: .9rem;
    background: var(--color-paper);
  }
  .form-build-note strong {
    font-family: var(--font-display);
  }
  .form-build-note p {
    margin-top: .45rem;
    color: var(--color-muted);
    font-size: .9rem;
  }
  .section-dark {
    border-block: 1px solid rgba(231,82,29,.12);
    background: radial-gradient(circle at 8% 18%, rgba(245,165,29,.22), transparent 24rem),	radial-gradient(circle at 92% 82%, rgba(231,82,29,.1), transparent 28rem),	linear-gradient(135deg, #fffaf4 0%, #fff2e8 48%, #fff8e5 100%);
    color: var(--color-ink);
  }
  .section-dark .section-lead {
    color: var(--color-muted);
  }
  .section-dark .case-card {
    border-color: var(--color-line);
  }
  .section-dark .btn-light {
    border-color: var(--color-orange);
    background: linear-gradient(100deg, var(--color-orange), var(--color-tangerine));
    color: white;
    box-shadow: 0 10px 24px rgba(231,82,29,.18);
  }
  .section-dark .btn-light:hover {
    border-color: var(--color-tangerine);
    background: linear-gradient(100deg, #cf4315, var(--color-orange));
  }
  .trust-strip {
    border-block: 1px solid rgba(231,82,29,.16);
    background: linear-gradient(105deg, rgba(231,82,29,.15), rgba(239,122,29,.2) 48%, rgba(245,165,29,.24));
    color: var(--color-ink);
  }
  .trust-strip .trust-item {
    border-color: rgba(231,82,29,.18);
  }
  .trust-strip .trust-number {
    color: var(--color-orange);
  }
  .trust-strip .trust-item span {
    color: var(--color-muted);
  }
  .area-row:nth-child(3) .area-index {
    background: var(--color-tangerine);
    color: white;
  }
  .region-copy p,	.map-note {
    color: var(--color-muted);
  }
  .region-map {
    border-color: rgba(231,82,29,.18);
    background: linear-gradient(135deg, rgba(245,165,29,.2), rgba(239,122,29,.1) 52%, rgba(255,255,255,.76)),	var(--color-paper);
  }
  .region-map svg {
    color: var(--color-orange);
  }
  .contact-panel {
    border-color: rgba(231,82,29,.18);
    background: rgba(231,82,29,.12);
    box-shadow: 0 22px 55px rgba(231,82,29,.09);
  }
  .contact-copy {
    background: radial-gradient(circle at 10% 12%, rgba(245,165,29,.28), transparent 16rem),	linear-gradient(145deg, #fff7eb, #ffede5);
    color: var(--color-ink);
  }
  .contact-form-shell {
    background: white;
    color: var(--color-ink);
  }
  .contact-list a {
    border-color: rgba(231,82,29,.2);
    background: rgba(255,255,255,.62);
  }
  .contact-list a:hover {
    border-color: var(--color-orange);
  }
  #contacto .contact-copy > p {
    color: var(--color-muted) !important;
  }
  .service-cta,	.credential-card {
    border: 1px solid rgba(231,82,29,.18);
    background: radial-gradient(circle at 92% 10%, rgba(245,165,29,.25), transparent 18rem),	linear-gradient(135deg, #fffaf4, #fff0e7 55%, #fff8e2);
    color: var(--color-ink);
    box-shadow: 0 18px 45px rgba(231,82,29,.08);
  }
  .service-cta .eyebrow {
    color: var(--color-orange);
  }
  .service-cta > p,	.credential-card > p {
    color: var(--color-muted);
  }
  .service-cta .btn-secondary {
    border-color: var(--color-orange);
    background: rgba(255,255,255,.66);
    color: var(--color-ink);
  }
  .service-cta .btn-secondary:hover {
    border-color: var(--color-orange);
    background: linear-gradient(100deg, var(--color-orange), var(--color-tangerine));
    color: white;
  }
  body {
    font-size: 1.0625rem;
  }
  .eyebrow,	.hero-kicker,	.hero-badge,	.hero-tech,	.trust-item span,	.situation-card::before,	.case-card small,	.map-note,	.breadcrumbs,	.process-eight .process-label,	.case-zone,	.footer-heading,	.footer-legal-inner {
    font-size: .875rem;
  }
  .forminator-ui .forminator-label,	.forminator-ui .forminator-description,	.forminator-ui .forminator-error-message,	.forminator-ui .forminator-checkbox-label {
    font-size: .875rem !important;
    line-height: 1.5 !important;
  }
  .forminator-ui .forminator-label {
    color: #3f3b36 !important;
    font-weight: 750 !important;
  }
  .forminator-ui .forminator-input,	.forminator-ui .forminator-textarea,	.forminator-ui .forminator-select {
    border-color: var(--color-line) !important;
    border-radius: .75rem !important;
    background: #fffdf9 !important;
    font-size: 1rem !important;
  }
  .forminator-ui .forminator-button-submit {
    min-height: 3.2rem !important;
    padding-inline: 1.5rem !important;
    border-radius: 999px !important;
    background: linear-gradient(100deg, var(--color-orange), var(--color-tangerine)) !important;
    color: white !important;
    font-size: 1rem !important;
    font-weight: 750 !important;
    box-shadow: 0 10px 24px rgba(231,82,29,.18) !important;
  }
  .eyebrow,	.text-link,	.case-card small {
    color: var(--color-primary-700);
  }
  .btn-primary {
    background: var(--color-primary-600);
  }
  .btn-primary:hover {
    background: var(--color-primary-700);
    box-shadow: 0 14px 30px rgba(169,54,18,.28);
  }
  .section-dark .btn-light {
    border-color: var(--color-primary-700);
    background: linear-gradient(100deg, var(--color-primary-600), var(--color-primary-700));
    color: white;
  }
  .section-dark .btn-light:hover {
    border-color: var(--color-primary-700);
    background: var(--color-primary-700);
  }
  .forminator-ui .forminator-button-submit {
    background: linear-gradient(100deg, var(--color-primary-600), var(--color-primary-700)) !important;
  }
  .area-row:nth-child(3) .area-index {
    color: var(--color-ink);
  }
  .stars {
    color: #8a5a00;
  }
  .hero-badge {
    background: rgba(23,23,23,.82);
  }
  .forminator-ui [class*="forminator-upload-file--"] {
    color: var(--color-primary-700) !important;
    text-decoration: underline;
  }
  .cdp-cookies-texto a {
    color: white !important;
    text-decoration: underline;
  }
  .process-step:nth-child(1) .process-dot,	.process-step:nth-child(2) .process-dot {
    background: var(--color-primary-600);
  }
  .site-footer {
    background: #1d2022;
    color: white;
  }
  .footer-main {
    display: grid;
    grid-template-columns: 1.25fr repeat(3, 1fr);
    gap: 2.5rem;
    padding-block: 4rem;
  }
  .footer-brand .brand-link {
    width: max-content;
    padding: .7rem .85rem;
    border-radius: .65rem;
    background: white;
  }
  .footer-brand img {
    width: auto;
    height: 3.2rem;
    filter: none;
  }
  .footer-brand p {
    max-width: 30ch;
    margin-top: 1rem;
    color: #bdb8b1;
  }
  .footer-heading {
    margin-bottom: 1rem;
    color: var(--color-amber);
    font-size: .75rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
  }
  .footer-links {
    display: grid;
    gap: .55rem;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .footer-links a {
    color: #d7d3cd;
    text-decoration: none;
  }
  .footer-links a:hover {
    color: white;
    text-decoration: underline;
  }
  .footer-legal {
    border-top: 1px solid rgba(255,255,255,.12);
  }
  .footer-legal-inner {
    min-height: 4.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    color: #a9a49d;
    font-size: .82rem;
  }
  .footer-legal-links {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
  }
  .footer-legal-links a {
    text-decoration: none;
  }
  @media (max-width: 1050px) {
    .primary-nav {
      display: none;
    }
    .mobile-toggle {
      display: inline-flex;
    }
    .header-inner {
      grid-template-columns: auto 1fr auto;
    }
    .header-actions {
      justify-self: end;
    }
    .hero-grid {
      grid-template-columns: 1fr;
    }
    .hero-copy {
      max-width: 48rem;
    }
    .hero-visual {
      min-height: 32rem;
    }
    .hero-figure {
      position: absolute;
      border-radius: 2rem 2rem 0 0;
    }
    .situation-grid, .proof-grid {
      grid-template-columns: repeat(2,1fr);
    }
    .area-row {
      grid-template-columns: 5rem 1fr;
    }
    .area-row .service-links {
      grid-column: 2;
    }
    .process {
      grid-template-columns: repeat(3,1fr);
      row-gap: 2.5rem;
    }
    .process::before {
      display: none;
    }
    .footer-main {
      grid-template-columns: repeat(2,1fr);
    }
  }
  @media (max-width: 760px) {
    body.admin-bar .site-header {
      top: 46px;
    }
    .site-shell {
      width: min(100% - 1.25rem, 78rem);
    }
    .section {
      padding-block: 4.25rem;
    }
    .brand-logo {
      height: 3rem;
    }
    .header-inner {
      min-height: 4.8rem;
      gap: .55rem;
    }
    .header-actions .btn {
      display: none;
    }
    .hero {
      padding-top: 2.75rem;
    }
    .hero h1 {
      font-size: clamp(2.7rem, 14vw, 4.25rem);
    }
    .hero-actions {
      display: grid;
    }
    .hero-actions .btn {
      width: 100%;
    }
    .hero-visual {
      min-height: 25rem;
    }
    .trust-grid {
      grid-template-columns: 1fr;
    }
    .trust-item {
      border-right: 0;
      border-bottom: 1px solid rgba(255,255,255,.12);
    }
    .trust-item:last-child {
      border-bottom: 0;
    }
    .situation-grid, .proof-grid, .card-grid {
      grid-template-columns: 1fr;
    }
    .situation-card {
      min-height: 0;
    }
    .area-row {
      grid-template-columns: 4rem 1fr;
      gap: 1rem;
    }
    .area-index {
      width: 3.5rem;
      height: 3.5rem;
    }
    .area-row .service-links {
      grid-column: 1 / -1;
    }
    .service-links {
      grid-template-columns: 1fr;
    }
    .process {
      grid-template-columns: 1fr;
      gap: 0;
    }
    .process-step {
      display: grid;
      grid-template-columns: 3.5rem 1fr;
      column-gap: 1rem;
      padding-bottom: 1.6rem;
    }
    .process-step::after {
      content: "";
      position: absolute;
      top: 3rem;
      bottom: 0;
      left: 1.48rem;
      width: 3px;
      background: var(--color-line);
    }
    .process-step:last-child::after {
      display: none;
    }
    .process-step h3 {
      margin-top: .35rem;
    }
    .process-step p {
      grid-column: 2;
      margin-top: .35rem;
    }
    .person-grid, .region-grid, .contact-panel {
      grid-template-columns: 1fr;
    }
    .person-media {
      min-height: 27rem;
    }
    .footer-main {
      grid-template-columns: 1fr;
    }
    .footer-legal-inner {
      align-items: flex-start;
      flex-direction: column;
      padding-block: 1.4rem;
    }
  }
  @media (max-width: 760px) {
    .page-hero {
      padding-block: 2.75rem 2.8rem;
    }
    .page-hero h1 {
      font-size: clamp(2.25rem, 11vw, 3.4rem);
    }
    .breadcrumbs {
      margin-bottom: 1.6rem;
    }
    .page-content {
      width: min(100% - 1.25rem, 70rem);
      padding-block: 3rem 4.5rem;
    }
    .service-content > h2 {
      margin-top: 3.8rem;
    }
    .service-callout,	.service-process,	.service-cta {
      border-radius: 1rem;
    }
    .service-process {
      padding: 1.35rem;
    }
    .process-eight {
      grid-template-columns: 1fr;
      gap: 0;
      margin-top: 2rem;
    }
    .process-eight::before {
      top: 1.5rem;
      right: auto;
      bottom: 1.5rem;
      left: 1.32rem;
      width: .34rem;
      height: auto;
      background: linear-gradient(180deg, #d84627 0%, #e7521d 18%, #f5a51d 50%, #b3b844 70%, #4d914a 100%);
    }
    .process-eight-step {
      display: grid;
      grid-template-columns: 3rem minmax(0, 1fr);
      gap: 1rem;
      padding-bottom: 1.7rem;
    }
    .process-eight-step:last-child {
      padding-bottom: 0;
    }
    .process-marker {
      align-content: start;
    }
    .process-label {
      max-width: 3.8rem;
      font-size: .58rem;
    }
    .process-copy {
      margin-top: .2rem;
      text-align: left;
    }
    .process-copy h3 {
      font-size: 1.05rem;
    }
    .process-copy p {
      margin-top: .45rem;
      font-size: .88rem;
    }
    .service-related-list {
      grid-template-columns: 1fr;
    }
    .service-cta-actions {
      display: grid;
    }
    .service-cta-actions .btn {
      width: 100%;
    }
    .service-index-grid,	.feature-grid,	.feature-grid--two,	.cases-index-grid,	.coverage-groups,	.contact-channel-grid {
      grid-template-columns: 1fr;
    }
    .service-index-heading {
      grid-template-columns: 3.5rem minmax(0, 1fr);
    }
    .service-index-heading .area-index {
      width: 3.5rem;
      height: 3.5rem;
    }
    .credential-card {
      border-radius: 1rem;
    }
    .case-index-card {
      padding: 1.35rem;
    }
  }
  @media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
      scroll-behavior: auto !important;
      transition-duration: .001ms !important;
      animation-duration: .001ms !important;
      animation-iteration-count: 1 !important;
    }
  }
}
@layer base {
  input:where([type='text']),input:where(:not([type])),input:where([type='email']),input:where([type='url']),input:where([type='password']),input:where([type='number']),input:where([type='date']),input:where([type='datetime-local']),input:where([type='month']),input:where([type='search']),input:where([type='tel']),input:where([type='time']),input:where([type='week']),select:where([multiple]),textarea,select {
    appearance: none;
    background-color: #fff;
    border-color: oklch(55.1% 0.027 264.364);
    border-width: 1px;
    border-radius: 0px;
    padding-top: 0.5rem;
    padding-right: 0.75rem;
    padding-bottom: 0.5rem;
    padding-left: 0.75rem;
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-shadow: 0 0 #0000;
    &:focus {
      outline: 2px solid transparent;
      outline-offset: 2px;
      --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-color: oklch(54.6% 0.245 262.881);
      --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
      --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
      box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
      border-color: oklch(54.6% 0.245 262.881);
    }
  }
  input::placeholder,textarea::placeholder {
    color: oklch(55.1% 0.027 264.364);
    opacity: 1;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-date-and-time-value {
    min-height: 1.5em;
  }
  ::-webkit-date-and-time-value {
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field {
    padding-top: 0;
    padding-bottom: 0;
  }
  select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='oklch(55.1%25 0.027 264.364)' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
    background-position: right 0.5rem center;
    background-repeat: no-repeat;
    background-size: 1.5em 1.5em;
    padding-right: 2.5rem;
    print-color-adjust: exact;
  }
  select:where([multiple]),select:where([size]:not([size="1"])) {
    background-image: initial;
    background-position: initial;
    background-repeat: unset;
    background-size: initial;
    padding-right: 0.75rem;
    print-color-adjust: unset;
  }
  input:where([type='checkbox']),input:where([type='radio']) {
    appearance: none;
    padding: 0;
    print-color-adjust: exact;
    display: inline-block;
    vertical-align: middle;
    background-origin: border-box;
    user-select: none;
    flex-shrink: 0;
    height: 1rem;
    width: 1rem;
    color: oklch(54.6% 0.245 262.881);
    background-color: #fff;
    border-color: oklch(55.1% 0.027 264.364);
    border-width: 1px;
    --tw-shadow: 0 0 #0000;
  }
  input:where([type='checkbox']) {
    border-radius: 0px;
  }
  input:where([type='radio']) {
    border-radius: 100%;
  }
  input:where([type='checkbox']):focus,input:where([type='radio']):focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
    --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
    --tw-ring-offset-width: 2px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: oklch(54.6% 0.245 262.881);
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  input:where([type='checkbox']):checked,input:where([type='radio']):checked {
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
  }
  input:where([type='checkbox']):checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
    @media (forced-colors: active) {
      appearance: auto;
    }
  }
  input:where([type='radio']):checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
    @media (forced-colors: active) {
      appearance: auto;
    }
  }
  input:where([type='checkbox']):checked:hover,input:where([type='checkbox']):checked:focus,input:where([type='radio']):checked:hover,input:where([type='radio']):checked:focus {
    border-color: transparent;
    background-color: currentColor;
  }
  input:where([type='checkbox']):indeterminate {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    @media (forced-colors: active) {
      appearance: auto;
    }
  }
  input:where([type='checkbox']):indeterminate:hover,input:where([type='checkbox']):indeterminate:focus {
    border-color: transparent;
    background-color: currentColor;
  }
  input:where([type='file']) {
    background: unset;
    border-color: inherit;
    border-width: 0;
    border-radius: 0;
    padding: 0;
    font-size: unset;
    line-height: inherit;
  }
  input:where([type='file']):focus {
    outline: 1px solid ButtonText;
    outline: 1px auto -webkit-focus-ring-color;
  }
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  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-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
    }
  }
}
