/*! tailwindcss v4.3.0 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: "Manrope", sans-serif;
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New',
    monospace;
    --spacing: 0.25rem;
    --container-md: 28rem;
    --container-2xl: 42rem;
    --container-3xl: 48rem;
    --container-4xl: 56rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --text-5xl: 3rem;
    --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-primary: #5a0b20;
    --color-neutral: #161310;
  }
}
@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;
  }
  .isolate {
    isolation: isolate;
  }
  .-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;
  }
  .grow {
    flex-grow: 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);
  }
  .text-neutral {
    color: var(--color-neutral);
  }
  .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\:text-primary {
    &:hover {
      @media (hover: hover) {
        color: var(--color-primary);
      }
    }
  }
  .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 {
  * {
    box-sizing: border-box;
  }
  html {
    scroll-behavior: smooth;
  }
  body {
    margin: 0;
  }
  a {
    color: inherit;
  }
  button, input, textarea, select {
    font: inherit;
  }
  ::selection {
    background: #5a0b20;
    color: #fbf8f2;
  }
}
@layer components {
  .site-body {
    background: #f3eee4;
    color: #161310;
    font-family: "Manrope", sans-serif;
    font-size: 16px;
    line-height: 1.65;
  }
  .site-header {
    position: relative;
    z-index: 20;
    display: grid;
    grid-template-columns: minmax(280px, 0.9fr) minmax(520px, 1.1fr);
    align-items: center;
    gap: 40px;
    padding: 18px clamp(24px, 5vw, 76px);
    background: #2b0711;
    color: #fbf8f2;
    border-bottom: 1px solid rgba(215,188,122,.45);
  }
  .brand-wrap {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 20px 24px;
  }
  .brand-lockup {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    text-decoration: none;
    width: max-content;
  }
  .brand-lockup img {
    width: 94px;
    height: 84px;
    object-fit: contain;
    filter: drop-shadow(0 8px 18px rgba(0,0,0,.18));
  }
  .brand-copy {
    display: grid;
    line-height: 1.05;
  }
  .brand-copy strong {
    font-family: "Cormorant Garamond", serif;
    font-size: 27px;
    font-weight: 600;
    letter-spacing: .01em;
  }
  .brand-copy small {
    margin-top: 3px;
    color: #d7bc7a;
    font-size: 10px;
    letter-spacing: .18em;
    text-transform: uppercase;
  }
  .header-rule {
    height: 1px;
    background: rgba(215,188,122,.35);
    min-width: 80px;
  }
  .header-positioning {
    margin: 0;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: .16em;
    color: #d9d0c2;
    white-space: nowrap;
  }
  .header-positioning span {
    color: #b89242;
    padding: 0 .32em;
  }
  .primary-nav {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: clamp(17px, 2vw, 30px);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
  }
  .primary-nav a {
    text-decoration: none;
    color: #efe8dc;
    transition: color .2s ease, border-color .2s ease, background .2s ease;
  }
  .primary-nav a:hover, .primary-nav a:focus-visible {
    color: #d7bc7a;
  }
  .primary-nav .nav-cta {
    border: 1px solid #b89242;
    padding: 13px 16px;
    color: #d7bc7a;
  }
  .primary-nav .nav-cta:hover, .primary-nav .nav-cta:focus-visible {
    background: #b89242;
    color: #2b0711;
  }
  .hero-section {
    min-height: 690px;
    display: grid;
    grid-template-columns: 1.02fr .98fr;
    background: #fbf8f2;
    border-bottom: 1px solid #c9bfb1;
  }
  .hero-copy {
    padding: clamp(70px, 9vw, 132px) clamp(34px, 7vw, 108px);
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .eyebrow {
    margin: 0 0 17px;
    color: #7d5d2b;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .2em;
    text-transform: uppercase;
  }
  .eyebrow.light {
    color: #d7bc7a;
  }
  .hero-copy h1 {
    max-width: 770px;
    margin: 0;
    font-family: "Cormorant Garamond", serif;
    font-weight: 600;
    font-size: clamp(58px, 6.2vw, 98px);
    line-height: .9;
    letter-spacing: -.035em;
  }
  .hero-lede {
    max-width: 670px;
    margin: 30px 0 0;
    color: #4f4a43;
    font-size: clamp(17px, 1.4vw, 21px);
    line-height: 1.65;
  }
  .hero-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 25px;
    margin-top: 38px;
  }
  .button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 14px 21px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .095em;
    border: 1px solid transparent;
    transition: transform .18s ease, background .18s ease, color .18s ease;
  }
  .button:hover, .button:focus-visible {
    transform: translateY(-2px);
  }
  .button-gold {
    background: #b89242;
    color: #1f1205;
    border-color: #b89242;
  }
  .button-gold:hover, .button-gold:focus-visible {
    background: #d7bc7a;
  }
  .button-burgundy {
    background: #5a0b20;
    color: #fbf8f2;
    border-color: #5a0b20;
  }
  .button-burgundy:hover, .button-burgundy:focus-visible {
    background: #2b0711;
  }
  .text-link {
    text-decoration: none;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .045em;
    border-bottom: 1px solid #b89242;
    padding-bottom: 4px;
  }
  .text-link span {
    color: #7d5d2b;
    margin-left: 4px;
  }
  .hero-proof {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 22px;
    margin-top: 62px;
    padding-top: 19px;
    border-top: 1px solid #d9d0c2;
    color: #5f584f;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .13em;
    text-transform: uppercase;
  }
  .hero-proof span:not(:last-child)::after {
    content: "/";
    color: #b89242;
    margin-left: 22px;
  }
  .hero-visual {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(48px, 6vw, 86px);
    background: #2b0711;
    color: #fbf8f2;
    overflow: hidden;
  }
  .hero-visual::before {
    content: "A/R";
    position: absolute;
    right: -8px;
    top: 8px;
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(150px, 16vw, 260px);
    font-weight: 600;
    line-height: 1;
    color: rgba(184,146,66,.08);
    letter-spacing: -.06em;
  }
  .visual-caption {
    position: relative;
    z-index: 2;
    margin-bottom: 18px;
    color: #d7bc7a;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .22em;
  }
  .ledger-panel {
    position: relative;
    z-index: 2;
    border: 1px solid rgba(215,188,122,.45);
    background: rgba(17,4,8,.35);
  }
  .ledger-head, .ledger-row {
    display: grid;
    grid-template-columns: 72px 1fr 74px;
    align-items: center;
    gap: 18px;
    padding: 16px 18px;
  }
  .ledger-head {
    border-bottom: 1px solid rgba(215,188,122,.28);
    color: #cab88f;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .15em;
  }
  .ledger-row {
    border-bottom: 1px solid rgba(255,255,255,.08);
    font-size: 12px;
  }
  .ledger-row:last-child {
    border-bottom: 0;
  }
  .ledger-row b {
    color: #d7bc7a;
    font-size: 9px;
    letter-spacing: .12em;
  }
  .bar {
    height: 3px;
    background: rgba(255,255,255,.12);
  }
  .bar i {
    display: block;
    height: 100%;
    background: #b89242;
  }
  .visual-note {
    position: relative;
    z-index: 2;
    width: min(470px, 88%);
    margin: 34px 0 0 auto;
    padding: 24px 0 0 34px;
    border-top: 1px solid rgba(215,188,122,.35);
    border-left: 1px solid rgba(215,188,122,.35);
  }
  .note-label {
    color: #d7bc7a;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .18em;
  }
  .visual-note p {
    margin: 9px 0 0;
    font-family: "Cormorant Garamond", serif;
    font-size: 25px;
    line-height: 1.2;
  }
  .statement-strip {
    display: grid;
    grid-template-columns: .72fr 1.28fr;
    gap: 28px;
    padding: 23px clamp(28px, 6vw, 90px);
    background: #161310;
    color: #fbf8f2;
    border-bottom: 1px solid #b89242;
  }
  .statement-strip p, .statement-strip strong {
    margin: 0;
  }
  .statement-strip p {
    color: #d7bc7a;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .16em;
  }
  .statement-strip strong {
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(20px, 2vw, 30px);
    font-weight: 500;
  }
  .services-section {
    display: grid;
    grid-template-columns: minmax(300px,.72fr) minmax(540px,1.28fr);
    gap: clamp(50px, 8vw, 120px);
    padding: clamp(86px, 10vw, 145px) clamp(30px, 6vw, 90px);
    background: #f3eee4;
  }
  .section-intro {
    position: sticky;
    top: 36px;
    align-self: start;
  }
  .section-intro h2, .recovery-copy h2, .about-copy h2, .diagnostic-title h2, .engagement-section h2 {
    margin: 0;
    font-family: "Cormorant Garamond", serif;
    font-weight: 600;
    letter-spacing: -.025em;
    line-height: .98;
  }
  .section-intro h2 {
    font-size: clamp(45px, 4.8vw, 76px);
  }
  .section-intro > p:last-child {
    max-width: 480px;
    margin-top: 26px;
    color: #5a534b;
  }
  .service-index {
    border-top: 1px solid #80766b;
  }
  .service-line {
    display: grid;
    grid-template-columns: 58px 1fr 70px;
    gap: 24px;
    align-items: start;
    padding: 29px 0;
    border-bottom: 1px solid #c9bfb1;
  }
  .service-line.featured {
    background: #fbf8f2;
    margin: 0 -24px;
    padding-left: 24px;
    padding-right: 24px;
    border-top: 3px solid #5a0b20;
  }
  .service-number {
    color: #8d7a5a;
    font-family: "Cormorant Garamond", serif;
    font-size: 24px;
  }
  .service-kicker {
    margin: 0 0 5px;
    color: #7d5d2b;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .18em;
    text-transform: uppercase;
  }
  .service-line h3 {
    margin: 0;
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(27px, 2.3vw, 39px);
    line-height: 1.04;
    font-weight: 600;
  }
  .service-line p {
    max-width: 680px;
    margin: 8px 0 0;
    color: #5d554c;
    font-size: 14px;
  }
  .service-line > a {
    margin-top: 7px;
    color: #5a0b20;
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .1em;
    text-decoration: none;
    border-bottom: 1px solid #b89242;
    justify-self: end;
  }
  .diagnostic-section {
    padding: clamp(78px, 9vw, 126px) clamp(30px, 6vw, 90px);
    background: #161310;
    color: #fbf8f2;
  }
  .diagnostic-title {
    display: grid;
    grid-template-columns: .55fr 1.45fr;
    gap: 35px;
    align-items: end;
    padding-bottom: 42px;
    border-bottom: 1px solid rgba(215,188,122,.32);
  }
  .diagnostic-title h2 {
    font-size: clamp(46px, 5.7vw, 86px);
  }
  .diagnostic-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-left: 1px solid rgba(215,188,122,.22);
  }
  .diagnostic-grid > div {
    min-height: 230px;
    padding: 34px;
    border-right: 1px solid rgba(215,188,122,.22);
    border-bottom: 1px solid rgba(215,188,122,.22);
  }
  .diagnostic-grid span {
    color: #b89242;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .16em;
  }
  .diagnostic-grid h3 {
    margin: 35px 0 8px;
    font-family: "Cormorant Garamond", serif;
    font-weight: 600;
    font-size: 31px;
  }
  .diagnostic-grid p {
    margin: 0;
    color: #c9c0b5;
    font-size: 13px;
  }
  .recovery-section {
    display: grid;
    grid-template-columns: 1.02fr .98fr;
    gap: clamp(50px, 7vw, 105px);
    padding: clamp(90px, 10vw, 145px) clamp(30px, 6vw, 90px);
    background: #fbf8f2;
  }
  .recovery-copy h2 {
    max-width: 790px;
    font-size: clamp(48px, 5.4vw, 82px);
  }
  .recovery-copy > p:not(.eyebrow) {
    max-width: 690px;
    margin: 28px 0 34px;
    color: #5a534b;
    font-size: 17px;
  }
  .recovery-checklist {
    align-self: center;
    padding: clamp(28px, 4vw, 54px);
    border: 1px solid #c9bfb1;
    background: #f3eee4;
  }
  .checklist-title {
    margin: 0 0 18px;
    font-family: "Cormorant Garamond", serif;
    font-size: 29px;
    font-weight: 600;
  }
  .recovery-checklist ul {
    list-style: none;
    padding: 0;
    margin: 0;
    border-top: 1px solid #c9bfb1;
  }
  .recovery-checklist li {
    position: relative;
    padding: 13px 10px 13px 28px;
    border-bottom: 1px solid #d9d0c2;
    font-size: 13px;
  }
  .recovery-checklist li::before {
    content: "+";
    position: absolute;
    left: 3px;
    color: #7d5d2b;
    font-weight: 800;
  }
  .small-note {
    margin: 18px 0 0;
    color: #6e665d;
    font-size: 10px;
    line-height: 1.55;
  }
  .about-section {
    display: grid;
    grid-template-columns: .73fr 1.27fr;
    background: #5a0b20;
    color: #fbf8f2;
  }
  .about-marker {
    padding: clamp(60px, 7vw, 105px) clamp(30px, 6vw, 90px);
    border-right: 1px solid rgba(215,188,122,.35);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 450px;
  }
  .about-marker span {
    color: #d7bc7a;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .2em;
  }
  .about-marker p {
    margin: 50px 0 0;
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(42px, 4vw, 64px);
    font-style: italic;
    line-height: .98;
  }
  .about-copy {
    padding: clamp(60px, 7vw, 105px) clamp(30px, 7vw, 115px);
  }
  .about-copy .eyebrow {
    color: #d7bc7a;
  }
  .about-copy h2 {
    max-width: 850px;
    font-size: clamp(48px, 5vw, 78px);
  }
  .about-copy > p:not(.eyebrow) {
    max-width: 820px;
    color: #e3d9ca;
    font-size: 16px;
  }
  .about-copy > p:nth-of-type(2) {
    margin-top: 28px;
  }
  .engagement-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(40px, 8vw, 120px);
    padding: clamp(75px, 9vw, 128px) clamp(30px, 6vw, 90px);
    background: #2b0711;
    color: #fbf8f2;
  }
  .engagement-section h2 {
    font-size: clamp(44px, 5.2vw, 80px);
  }
  .engagement-card {
    align-self: end;
    padding: 34px;
    border-top: 1px solid #b89242;
    border-bottom: 1px solid rgba(215,188,122,.35);
  }
  .engagement-card > p:first-child {
    margin-top: 0;
    color: #dfd5c7;
    font-size: 16px;
  }
  .fine-print {
    margin: 19px 0 0;
    color: #a99c8b;
    font-size: 10px;
    line-height: 1.55;
  }
  .site-footer {
    background: #110f0d;
    color: #d9d0c2;
    padding: 34px clamp(24px, 6vw, 90px);
    border-top: 1px solid #6f5427;
  }
  .footer-inner {
    display: grid;
    grid-template-columns: minmax(260px, 1fr) auto auto;
    align-items: end;
    gap: 30px 42px;
  }
  .footer-brand {
    display: flex;
    align-items: center;
    gap: 13px;
  }
  .footer-brand img {
    width: 48px;
    height: 43px;
    object-fit: contain;
  }
  .footer-brand strong {
    display: block;
    font-family: "Cormorant Garamond", serif;
    color: #fbf8f2;
    font-size: 21px;
  }
  .footer-brand span {
    display: block;
    margin-top: 1px;
    color: #9f9385;
    font-size: 9px;
    text-transform: uppercase;
    letter-spacing: .16em;
  }
  .footer-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 18px;
    max-width: 420px;
  }
  .footer-nav a {
    color: #b7ab9d;
    text-decoration: none;
    font-size: 9px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .11em;
  }
  .footer-nav a:hover, .footer-nav a:focus-visible {
    color: #d7bc7a;
  }
  .footer-meta {
    text-align: right;
    color: #8f8579;
    font-size: 10px;
    letter-spacing: .08em;
  }
  .footer-meta p {
    margin: 0;
  }
  .ar-page {
    background: #f3eee4;
  }
  .ar-hero {
    display: grid;
    grid-template-columns: 1.08fr .92fr;
    min-height: 690px;
    background: #fbf8f2;
    border-bottom: 1px solid #c9bfb1;
  }
  .ar-hero-copy {
    padding: clamp(70px, 8vw, 122px) clamp(34px, 7vw, 108px);
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .ar-hero-copy h1 {
    max-width: 860px;
    margin: 0;
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(56px, 5.8vw, 92px);
    font-weight: 600;
    line-height: .92;
    letter-spacing: -.035em;
  }
  .ar-hero-lede {
    max-width: 720px;
    margin: 30px 0 0;
    color: #4f4a43;
    font-size: clamp(17px, 1.35vw, 21px);
    line-height: 1.65;
  }
  .ar-disclaimer {
    max-width: 690px;
    margin: 24px 0 0;
    color: #746b61;
    font-size: 10px;
    line-height: 1.6;
  }
  .ar-hero-panel {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(48px, 6vw, 88px);
    background: #2b0711;
    color: #fbf8f2;
    overflow: hidden;
  }
  .ar-hero-panel::after {
    content: "A/R";
    position: absolute;
    right: -18px;
    bottom: -38px;
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(170px, 18vw, 290px);
    font-weight: 700;
    line-height: .8;
    color: rgba(184,146,66,.06);
  }
  .ar-panel-kicker {
    position: relative;
    z-index: 2;
    margin-bottom: 21px;
    color: #d7bc7a;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .22em;
  }
  .ar-snapshot {
    position: relative;
    z-index: 2;
    border-top: 1px solid rgba(215,188,122,.4);
  }
  .ar-snapshot > div {
    display: grid;
    grid-template-columns: 42px 105px 1fr;
    align-items: center;
    gap: 18px;
    padding: 19px 0;
    border-bottom: 1px solid rgba(255,255,255,.1);
  }
  .ar-snapshot span {
    color: #d7bc7a;
    font-family: "Cormorant Garamond", serif;
    font-size: 22px;
  }
  .ar-snapshot strong {
    font-family: "Cormorant Garamond", serif;
    font-size: 25px;
    font-weight: 600;
  }
  .ar-snapshot small {
    color: #c9c0b5;
    font-size: 11px;
    line-height: 1.4;
  }
  .ar-panel-quote {
    position: relative;
    z-index: 2;
    margin: 34px 0 0;
    padding-left: 24px;
    border-left: 1px solid #b89242;
    color: #e9e0d4;
    font-family: "Cormorant Garamond", serif;
    font-size: 25px;
    line-height: 1.2;
    font-style: italic;
  }
  .ar-intro {
    display: grid;
    grid-template-columns: .55fr 1.45fr;
    gap: clamp(36px, 7vw, 100px);
    padding: clamp(70px, 8vw, 115px) clamp(30px, 6vw, 90px);
    background: #f3eee4;
    border-bottom: 1px solid #c9bfb1;
  }
  .ar-intro h2, .ar-section-heading h2, .ar-fit-copy h2, .ar-start h2 {
    margin: 0;
    font-family: "Cormorant Garamond", serif;
    font-weight: 600;
    line-height: .98;
    letter-spacing: -.025em;
  }
  .ar-intro h2 {
    max-width: 900px;
    font-size: clamp(48px, 5.2vw, 80px);
  }
  .ar-intro div > p {
    max-width: 790px;
    margin: 25px 0 0;
    color: #5b544b;
    font-size: 17px;
  }
  .ar-diagnostic {
    padding: clamp(78px, 9vw, 128px) clamp(30px, 6vw, 90px);
    background: #fbf8f2;
  }
  .ar-section-heading {
    display: grid;
    grid-template-columns: .5fr 1.5fr;
    gap: 34px;
    align-items: end;
    padding-bottom: 36px;
    border-bottom: 1px solid #c9bfb1;
  }
  .ar-section-heading h2 {
    font-size: clamp(46px, 5vw, 76px);
  }
  .ar-review-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-left: 1px solid #d9d0c2;
  }
  .ar-review-grid article {
    min-height: 245px;
    padding: 28px;
    border-right: 1px solid #d9d0c2;
    border-bottom: 1px solid #d9d0c2;
  }
  .ar-review-grid span {
    color: #8a6a34;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .16em;
  }
  .ar-review-grid h3 {
    margin: 34px 0 8px;
    font-family: "Cormorant Garamond", serif;
    font-size: 30px;
    line-height: 1.05;
    font-weight: 600;
  }
  .ar-review-grid p {
    margin: 0;
    color: #5f584f;
    font-size: 13px;
    line-height: 1.55;
  }
  .ar-process {
    padding: clamp(78px, 9vw, 128px) clamp(30px, 6vw, 90px);
    background: #161310;
    color: #fbf8f2;
  }
  .ar-section-heading.light {
    border-color: rgba(215,188,122,.3);
  }
  .ar-section-heading.light h2 {
    color: #fbf8f2;
  }
  .ar-process-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-left: 1px solid rgba(215,188,122,.25);
  }
  .ar-process-grid > div {
    min-height: 280px;
    padding: 34px;
    border-right: 1px solid rgba(215,188,122,.25);
    border-bottom: 1px solid rgba(215,188,122,.25);
  }
  .ar-process-grid span {
    color: #d7bc7a;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .18em;
  }
  .ar-process-grid h3 {
    margin: 54px 0 10px;
    font-family: "Cormorant Garamond", serif;
    font-size: 38px;
    font-weight: 600;
  }
  .ar-process-grid p {
    margin: 0;
    color: #c9c0b5;
    font-size: 13px;
    line-height: 1.6;
  }
  .ar-fit {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: clamp(46px, 7vw, 100px);
    padding: clamp(85px, 9vw, 135px) clamp(30px, 6vw, 90px);
    background: #f3eee4;
  }
  .ar-fit-copy h2 {
    max-width: 760px;
    font-size: clamp(48px, 5vw, 76px);
  }
  .ar-fit-list {
    align-self: center;
    border-top: 1px solid #9d9184;
  }
  .ar-fit-list > div {
    display: grid;
    grid-template-columns: 34px 1fr;
    gap: 14px;
    padding: 18px 0;
    border-bottom: 1px solid #c9bfb1;
  }
  .ar-fit-list span {
    color: #7d5d2b;
    font-weight: 800;
  }
  .ar-fit-list p {
    margin: 0;
    color: #4e4841;
  }
  .ar-start {
    display: grid;
    grid-template-columns: 1.02fr .98fr;
    gap: clamp(50px, 8vw, 118px);
    padding: clamp(82px, 9vw, 135px) clamp(30px, 6vw, 90px);
    background: #5a0b20;
    color: #fbf8f2;
  }
  .ar-start h2 {
    max-width: 800px;
    font-size: clamp(48px, 5.4vw, 82px);
  }
  .ar-start > div:first-child > p:not(.eyebrow) {
    max-width: 730px;
    color: #e3d9ca;
    font-size: 16px;
  }
  .ar-start-card {
    align-self: center;
    padding: clamp(28px, 4vw, 48px);
    border: 1px solid rgba(215,188,122,.45);
    background: rgba(43,7,17,.35);
  }
  .ar-start-label {
    margin: 0 0 19px;
    color: #d7bc7a;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .18em;
  }
  .ar-start-card ul {
    list-style: none;
    margin: 0 0 28px;
    padding: 0;
    border-top: 1px solid rgba(215,188,122,.28);
  }
  .ar-start-card li {
    position: relative;
    padding: 13px 0 13px 24px;
    border-bottom: 1px solid rgba(255,255,255,.09);
    color: #e7ded2;
    font-size: 13px;
  }
  .ar-start-card li::before {
    content: "+";
    position: absolute;
    left: 0;
    color: #d7bc7a;
    font-weight: 800;
  }
  .ar-start-card .fine-print {
    color: #c0b2a3;
  }
  .svc-page {
    background: #f3eee4;
  }
  .svc-hero {
    display: grid;
    grid-template-columns: 1.08fr .92fr;
    min-height: 660px;
    background: #fbf8f2;
    border-bottom: 1px solid #c9bfb1;
  }
  .svc-hero-copy {
    padding: clamp(72px, 8vw, 122px) clamp(34px, 7vw, 108px);
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .svc-hero-copy h1 {
    margin: 0;
    max-width: 830px;
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(64px, 6.8vw, 108px);
    font-weight: 600;
    line-height: .9;
    letter-spacing: -.04em;
  }
  .svc-hero-lede {
    max-width: 720px;
    margin: 30px 0 0;
    color: #4f4a43;
    font-size: clamp(17px, 1.35vw, 21px);
    line-height: 1.65;
  }
  .svc-hero-index {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(50px, 6vw, 88px);
    background: #2b0711;
    color: #fbf8f2;
  }
  .svc-hero-index > div {
    display: grid;
    grid-template-columns: 42px 130px 1fr;
    gap: 18px;
    align-items: baseline;
    padding: 24px 0;
    border-bottom: 1px solid rgba(215,188,122,.22);
  }
  .svc-hero-index > div:first-child {
    border-top: 1px solid rgba(215,188,122,.4);
  }
  .svc-hero-index span {
    color: #d7bc7a;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .16em;
  }
  .svc-hero-index strong {
    font-family: "Cormorant Garamond", serif;
    font-size: 31px;
    font-weight: 600;
  }
  .svc-hero-index p {
    margin: 0;
    color: #c9c0b5;
    font-size: 12px;
  }
  .svc-positioning {
    display: grid;
    grid-template-columns: .55fr 1.45fr;
    gap: clamp(36px, 7vw, 100px);
    padding: clamp(75px, 8vw, 120px) clamp(30px, 6vw, 90px);
    background: #f3eee4;
    border-bottom: 1px solid #c9bfb1;
  }
  .svc-positioning h2, .svc-heading h2, .svc-boundary h2, .svc-start h2 {
    margin: 0;
    font-family: "Cormorant Garamond", serif;
    font-weight: 600;
    line-height: .98;
    letter-spacing: -.025em;
  }
  .svc-positioning h2 {
    font-size: clamp(50px, 5vw, 78px);
  }
  .svc-positioning div > p {
    max-width: 820px;
    margin: 24px 0 0;
    color: #5a534b;
    font-size: 17px;
  }
  .svc-services {
    padding: clamp(82px, 9vw, 132px) clamp(30px, 6vw, 90px);
    background: #fbf8f2;
  }
  .svc-heading {
    display: grid;
    grid-template-columns: .5fr 1.5fr;
    gap: 34px;
    align-items: end;
    padding-bottom: 36px;
    border-bottom: 1px solid #b8ada0;
  }
  .svc-heading h2 {
    font-size: clamp(48px, 5.2vw, 80px);
  }
  .svc-row {
    display: grid;
    grid-template-columns: 68px minmax(260px,.8fr) minmax(420px,1.2fr);
    gap: 30px;
    padding: 38px 0;
    border-bottom: 1px solid #d3c9bc;
  }
  .svc-row.svc-featured {
    margin: 0 -24px;
    padding-left: 24px;
    padding-right: 24px;
    background: #f3eee4;
    border-top: 3px solid #5a0b20;
  }
  .svc-num {
    color: #8a7655;
    font-family: "Cormorant Garamond", serif;
    font-size: 25px;
  }
  .svc-name h3 {
    margin: 0;
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(30px, 2.7vw, 44px);
    font-weight: 600;
    line-height: 1.02;
  }
  .svc-detail > p {
    margin: 0 0 17px;
    color: #5c554d;
    font-size: 14px;
  }
  .svc-detail ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0,1fr));
    gap: 7px 26px;
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .svc-detail li {
    position: relative;
    padding-left: 18px;
    color: #4c463f;
    font-size: 12px;
  }
  .svc-detail li::before {
    content: "+";
    position: absolute;
    left: 0;
    color: #8a6a34;
    font-weight: 800;
  }
  .svc-detail > a {
    display: inline-block;
    margin-top: 20px;
    color: #5a0b20;
    text-decoration: none;
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .1em;
    border-bottom: 1px solid #b89242;
  }
  .svc-path {
    padding: clamp(80px, 9vw, 130px) clamp(30px, 6vw, 90px);
    background: #161310;
    color: #fbf8f2;
  }
  .svc-heading.light {
    border-color: rgba(215,188,122,.3);
  }
  .svc-path-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-left: 1px solid rgba(215,188,122,.25);
  }
  .svc-path-grid > div {
    min-height: 265px;
    padding: 34px;
    border-right: 1px solid rgba(215,188,122,.25);
    border-bottom: 1px solid rgba(215,188,122,.25);
  }
  .svc-path-grid span {
    color: #d7bc7a;
    font-size: 9px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .14em;
  }
  .svc-path-grid strong {
    display: block;
    margin-top: 48px;
    font-family: "Cormorant Garamond", serif;
    font-size: 32px;
    line-height: 1.05;
    font-weight: 600;
  }
  .svc-path-grid p {
    margin: 10px 0 0;
    color: #c9c0b5;
    font-size: 13px;
  }
  .svc-boundary {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: clamp(50px, 8vw, 118px);
    padding: clamp(82px, 9vw, 130px) clamp(30px, 6vw, 90px);
    background: #f3eee4;
  }
  .svc-boundary h2 {
    font-size: clamp(48px, 5vw, 76px);
  }
  .svc-boundary > div:last-child {
    align-self: center;
  }
  .svc-boundary > div:last-child p {
    max-width: 760px;
    color: #554f47;
    font-size: 16px;
  }
  .svc-start {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(50px, 8vw, 118px);
    padding: clamp(82px, 9vw, 130px) clamp(30px, 6vw, 90px);
    background: #5a0b20;
    color: #fbf8f2;
  }
  .svc-start h2 {
    font-size: clamp(48px, 5.3vw, 80px);
  }
  .svc-start-card {
    align-self: end;
    padding: 34px;
    border-top: 1px solid #b89242;
    border-bottom: 1px solid rgba(215,188,122,.35);
  }
  .svc-start-card > p:first-child {
    margin-top: 0;
    color: #e3d9ca;
    font-size: 16px;
  }
  .about-page {
    background: #f3eee4;
  }
  .about-hero {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    min-height: 660px;
    background: #fbf8f2;
    border-bottom: 1px solid #c9bfb1;
  }
  .about-hero-copy {
    padding: clamp(72px, 8vw, 124px) clamp(34px, 7vw, 108px);
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .about-hero-copy h1 {
    margin: 0;
    max-width: 860px;
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(60px, 6.4vw, 100px);
    font-weight: 600;
    line-height: .9;
    letter-spacing: -.04em;
  }
  .about-hero-lede {
    max-width: 720px;
    margin: 30px 0 0;
    color: #4f4a43;
    font-size: clamp(17px, 1.35vw, 21px);
    line-height: 1.65;
  }
  .about-hero-mark {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: clamp(48px, 6vw, 88px);
    background: #2b0711;
    color: #fbf8f2;
    overflow: hidden;
  }
  .about-hero-mark::before {
    content: "";
    position: absolute;
    inset: 32px;
    border: 1px solid rgba(215,188,122,.28);
  }
  .about-hero-mark span, .about-hero-mark strong, .about-hero-mark p {
    position: relative;
    z-index: 2;
  }
  .about-hero-mark span {
    color: #d7bc7a;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .22em;
  }
  .about-hero-mark strong {
    margin-top: 18px;
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(110px, 13vw, 210px);
    font-weight: 600;
    line-height: .82;
    letter-spacing: -.06em;
    color: #d7bc7a;
  }
  .about-hero-mark p {
    margin: 35px 0 0;
    color: #efe7dc;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .16em;
  }
  .about-story {
    display: grid;
    grid-template-columns: .58fr 1.42fr;
    gap: clamp(42px, 7vw, 105px);
    padding: clamp(80px, 9vw, 132px) clamp(30px, 6vw, 90px);
    background: #f3eee4;
  }
  .about-story-kicker {
    border-top: 1px solid #9a8d7f;
    padding-top: 22px;
  }
  .about-side-note {
    max-width: 400px;
    margin: 56px 0 0;
    font-family: "Cormorant Garamond", serif;
    font-size: 28px;
    line-height: 1.16;
    color: #5a0b20;
  }
  .about-story-copy h2, .about-timeline-heading h2, .about-perspective-title h2, .about-method h2, .about-cta h2 {
    margin: 0;
    font-family: "Cormorant Garamond", serif;
    font-weight: 600;
    line-height: .98;
    letter-spacing: -.025em;
  }
  .about-story-copy h2 {
    font-size: clamp(50px, 5.2vw, 80px);
  }
  .about-story-copy p {
    max-width: 850px;
    color: #564f47;
    font-size: 16px;
  }
  .about-story-copy p:first-of-type {
    margin-top: 28px;
  }
  .about-timeline {
    padding: clamp(82px, 9vw, 132px) clamp(30px, 6vw, 90px);
    background: #161310;
    color: #fbf8f2;
  }
  .about-timeline-heading {
    display: grid;
    grid-template-columns: .52fr 1.48fr;
    gap: 34px;
    align-items: end;
    padding-bottom: 36px;
    border-bottom: 1px solid rgba(215,188,122,.3);
  }
  .about-timeline-heading h2 {
    font-size: clamp(48px, 5vw, 78px);
  }
  .about-timeline-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    border-left: 1px solid rgba(215,188,122,.22);
  }
  .about-timeline-grid article {
    min-height: 285px;
    padding: 30px;
    border-right: 1px solid rgba(215,188,122,.22);
    border-bottom: 1px solid rgba(215,188,122,.22);
  }
  .about-timeline-grid span {
    color: #d7bc7a;
    font-size: 9px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .16em;
  }
  .about-timeline-grid h3 {
    margin: 48px 0 10px;
    font-family: "Cormorant Garamond", serif;
    font-size: 30px;
    line-height: 1.04;
    font-weight: 600;
  }
  .about-timeline-grid p {
    margin: 0;
    color: #c9c0b5;
    font-size: 12px;
    line-height: 1.55;
  }
  .about-perspective {
    padding: clamp(82px, 9vw, 132px) clamp(30px, 6vw, 90px);
    background: #fbf8f2;
  }
  .about-perspective-title {
    display: grid;
    grid-template-columns: .52fr 1.48fr;
    gap: 34px;
    align-items: end;
    padding-bottom: 36px;
    border-bottom: 1px solid #c9bfb1;
  }
  .about-perspective-title h2 {
    font-size: clamp(48px, 5vw, 78px);
  }
  .about-perspective-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .about-perspective-grid > div {
    min-height: 250px;
    padding: 34px;
    border-right: 1px solid #d9d0c2;
    border-bottom: 1px solid #d9d0c2;
  }
  .about-perspective-grid span {
    color: #8a6a34;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .16em;
  }
  .about-perspective-grid h3 {
    margin: 38px 0 9px;
    font-family: "Cormorant Garamond", serif;
    font-size: 34px;
    line-height: 1.05;
    font-weight: 600;
  }
  .about-perspective-grid p {
    margin: 0;
    color: #5a534b;
    font-size: 13px;
    line-height: 1.58;
  }
  .about-method {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: clamp(50px, 8vw, 118px);
    padding: clamp(82px, 9vw, 130px) clamp(30px, 6vw, 90px);
    background: #f3eee4;
  }
  .about-method h2 {
    font-size: clamp(48px, 5vw, 76px);
  }
  .about-method-copy {
    align-self: center;
  }
  .about-method-copy p {
    max-width: 760px;
    color: #554f47;
    font-size: 16px;
  }
  .about-cta {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(50px, 8vw, 118px);
    padding: clamp(82px, 9vw, 130px) clamp(30px, 6vw, 90px);
    background: #5a0b20;
    color: #fbf8f2;
  }
  .about-cta h2 {
    font-size: clamp(48px, 5.3vw, 80px);
  }
  .about-cta-card {
    align-self: end;
    padding: 34px;
    border-top: 1px solid #b89242;
    border-bottom: 1px solid rgba(215,188,122,.35);
  }
  .about-cta-card > p:first-child {
    margin-top: 0;
    color: #e3d9ca;
    font-size: 16px;
  }
  .intake-page {
    background: #f3eee4;
  }
  .intake-hero {
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    min-height: 610px;
    background: #fbf8f2;
    border-bottom: 1px solid #c9bfb1;
  }
  .intake-hero-copy {
    padding: clamp(72px, 8vw, 124px) clamp(34px, 7vw, 108px);
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .intake-hero-copy h1 {
    margin: 0;
    max-width: 840px;
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(58px, 6vw, 94px);
    font-weight: 600;
    line-height: .92;
    letter-spacing: -.035em;
  }
  .intake-hero-lede {
    max-width: 720px;
    margin: 30px 0 0;
    color: #4f4a43;
    font-size: clamp(17px, 1.35vw, 21px);
    line-height: 1.65;
  }
  .intake-hero-note {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(48px, 6vw, 88px);
    background: #2b0711;
    color: #fbf8f2;
  }
  .intake-hero-note span {
    color: #d7bc7a;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .2em;
  }
  .intake-hero-note h2 {
    margin: 22px 0 14px;
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(44px, 4.5vw, 68px);
    font-weight: 600;
    line-height: .95;
  }
  .intake-hero-note p {
    max-width: 620px;
    margin: 0;
    color: #d8cfc2;
    font-size: 14px;
    line-height: 1.65;
  }
  .intake-paths {
    padding: clamp(78px, 9vw, 128px) clamp(30px, 6vw, 90px);
    background: #f3eee4;
  }
  .intake-heading {
    display: grid;
    grid-template-columns: .5fr 1.5fr;
    gap: 34px;
    align-items: end;
    padding-bottom: 36px;
    border-bottom: 1px solid #b8ada0;
  }
  .intake-heading h2 {
    margin: 0;
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(48px, 5vw, 78px);
    font-weight: 600;
    line-height: .98;
    letter-spacing: -.025em;
  }
  .intake-path-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .intake-path-grid > div {
    min-height: 220px;
    padding: 30px;
    border-right: 1px solid #d3c9bc;
    border-bottom: 1px solid #d3c9bc;
  }
  .intake-path-grid span {
    color: #8a6a34;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .16em;
  }
  .intake-path-grid strong {
    display: block;
    margin-top: 35px;
    font-family: "Cormorant Garamond", serif;
    font-size: 30px;
    line-height: 1.05;
    font-weight: 600;
  }
  .intake-path-grid p {
    margin: 8px 0 0;
    color: #5a534b;
    font-size: 13px;
  }
  .intake-form-section {
    display: grid;
    grid-template-columns: .78fr 1.22fr;
    gap: clamp(54px, 7vw, 110px);
    padding: clamp(82px, 9vw, 132px) clamp(30px, 6vw, 90px);
    background: #fbf8f2;
  }
  .intake-form-intro {
    align-self: start;
    position: sticky;
    top: 28px;
  }
  .intake-form-intro h2 {
    margin: 0;
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(48px, 5vw, 76px);
    font-weight: 600;
    line-height: .98;
    letter-spacing: -.025em;
  }
  .intake-form-intro > p:not(.eyebrow) {
    max-width: 540px;
    color: #5a534b;
  }
  .intake-boundary {
    margin-top: 36px;
    padding: 24px 0 0 24px;
    border-top: 1px solid #c9bfb1;
    border-left: 1px solid #c9bfb1;
  }
  .intake-boundary strong {
    font-family: "Cormorant Garamond", serif;
    font-size: 25px;
    font-weight: 600;
    color: #5a0b20;
  }
  .intake-boundary p {
    margin: 7px 0 0;
    color: #665f57;
    font-size: 12px;
  }
  .intake-form-wrap {
    padding: clamp(28px, 4vw, 48px);
    background: #f3eee4;
    border: 1px solid #c9bfb1;
  }
  .intake-form {
    display: grid;
    gap: 19px;
  }
  .form-grid {
    display: grid;
    gap: 18px;
  }
  .form-grid.two {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .intake-form label, .payer-fieldset legend {
    display: grid;
    gap: 8px;
    color: #342f2a;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .08em;
  }
  .intake-form label span, .consent-line b {
    color: #8a1b36;
  }
  .intake-form input[type="text"], .intake-form input[type="email"], .intake-form input[type="tel"], .intake-form select, .intake-form textarea {
    width: 100%;
    border: 1px solid #bfb3a5;
    border-radius: 0;
    background: #fbf8f2;
    color: #1c1815;
    padding: 13px 14px;
    font-size: 14px;
    text-transform: none;
    letter-spacing: normal;
    outline: none;
  }
  .intake-form input:focus, .intake-form select:focus, .intake-form textarea:focus {
    border-color: #8a6a34;
    box-shadow: 0 0 0 2px rgba(184,146,66,.12);
  }
  .intake-form textarea {
    resize: vertical;
    min-height: 150px;
  }
  .payer-fieldset {
    margin: 2px 0 0;
    padding: 20px 0 0;
    border: 0;
    border-top: 1px solid #c9bfb1;
  }
  .payer-options {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px 18px;
    margin-top: 13px;
  }
  .payer-options label, .consent-line {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    text-transform: none;
    letter-spacing: normal;
    font-weight: 500;
    font-size: 13px;
  }
  .payer-options input, .consent-line input {
    margin-top: 3px;
    accent-color: #5a0b20;
  }
  .form-full {
    width: 100%;
  }
  .consent-line {
    padding: 16px 0;
    border-top: 1px solid #c9bfb1;
    border-bottom: 1px solid #c9bfb1;
  }
  .intake-submit {
    width: max-content;
    border: 0;
    cursor: pointer;
  }
  .intake-honeypot {
    position: absolute !important;
    left: -9999px !important;
    width: 1px;
    height: 1px;
    overflow: hidden;
  }
  .intake-alert {
    margin-bottom: 20px;
    padding: 14px 16px;
    font-size: 13px;
    border-left: 3px solid;
  }
  .intake-alert.success {
    background: #f5efe1;
    border-color: #8a6a34;
    color: #3c352d;
  }
  .intake-alert.error {
    background: #f8e9e9;
    border-color: #8a1b36;
    color: #5b1a27;
  }
  .legal-page {
    background: #f3eee4;
  }
  .legal-hero {
    padding: clamp(78px, 9vw, 132px) clamp(30px, 7vw, 108px);
    background: #2b0711;
    color: #fbf8f2;
    border-bottom: 1px solid rgba(215,188,122,.35);
  }
  .legal-hero h1 {
    max-width: 980px;
    margin: 0;
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(58px, 6vw, 92px);
    font-weight: 600;
    line-height: .92;
    letter-spacing: -.035em;
  }
  .legal-hero > p:last-child {
    max-width: 720px;
    margin: 28px 0 0;
    color: #d8cfc2;
    font-size: 17px;
  }
  .legal-layout {
    display: grid;
    grid-template-columns: .34fr 1fr;
    gap: clamp(44px, 7vw, 110px);
    padding: clamp(70px, 8vw, 120px) clamp(30px, 6vw, 90px);
  }
  .legal-side {
    align-self: start;
    position: sticky;
    top: 28px;
    padding-top: 20px;
    border-top: 1px solid #9d9184;
  }
  .legal-side p {
    color: #655e56;
    font-size: 12px;
    line-height: 1.65;
  }
  .legal-updated {
    color: #5a0b20 !important;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .1em;
  }
  .legal-copy {
    max-width: 900px;
  }
  .legal-copy section {
    padding: 0 0 36px;
    margin-bottom: 36px;
    border-bottom: 1px solid #d7cec2;
  }
  .legal-copy h2 {
    margin: 0 0 16px;
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(32px, 3vw, 46px);
    font-weight: 600;
    line-height: 1.02;
  }
  .legal-copy p {
    color: #524b43;
    font-size: 15px;
    line-height: 1.72;
  }
  .legal-copy a {
    color: #5a0b20;
    font-weight: 700;
  }
  @media (max-width: 1080px) {
    .site-header {
      grid-template-columns: 1fr;
      gap: 14px;
    }
    .header-rule, .header-positioning {
      display: none;
    }
    .primary-nav {
      justify-content: flex-start;
      flex-wrap: wrap;
    }
    .hero-section, .recovery-section, .about-section, .engagement-section, .ar-hero, .ar-intro, .ar-section-heading, .ar-fit, .ar-start, .svc-hero, .svc-positioning, .svc-heading, .svc-boundary, .svc-start, .about-hero, .about-story, .about-timeline-heading, .about-perspective-title, .about-method, .about-cta, .intake-hero, .intake-heading, .intake-form-section {
      grid-template-columns: 1fr;
    }
    .hero-visual, .ar-hero-panel {
      min-height: 520px;
    }
    .services-section {
      grid-template-columns: 1fr;
    }
    .section-intro {
      position: static;
    }
    .diagnostic-title {
      grid-template-columns: 1fr;
    }
    .diagnostic-grid, .ar-review-grid, .ar-process-grid, .svc-path-grid, .about-timeline-grid, .intake-path-grid {
      grid-template-columns: repeat(2, 1fr);
    }
    .intake-form-intro {
      position: static;
    }
    .svc-row {
      grid-template-columns: 54px 1fr;
    }
    .svc-detail {
      grid-column: 2;
    }
    .about-marker {
      min-height: 330px;
    }
    .legal-layout {
      grid-template-columns: 1fr;
    }
    .legal-side {
      position: static;
    }
  }
  @media (max-width: 720px) {
    .site-header {
      padding: 17px 20px;
    }
    .brand-lockup img {
      width: 72px;
      height: 64px;
    }
    .brand-copy strong {
      font-size: 22px;
    }
    .primary-nav {
      display: grid;
      grid-template-columns: repeat(2, auto);
      justify-content: start;
      gap: 11px 20px;
    }
    .primary-nav .nav-cta {
      grid-column: 1 / -1;
      width: max-content;
    }
    .hero-copy {
      padding: 70px 24px;
    }
    .hero-copy h1 {
      font-size: clamp(54px, 17vw, 76px);
    }
    .hero-actions {
      align-items: flex-start;
      flex-direction: column;
    }
    .hero-proof {
      gap: 9px 13px;
    }
    .hero-proof span:not(:last-child)::after {
      margin-left: 13px;
    }
    .hero-visual {
      padding: 54px 24px;
      min-height: 490px;
    }
    .ledger-head, .ledger-row {
      grid-template-columns: 58px 1fr 60px;
      gap: 10px;
      padding: 13px 12px;
    }
    .visual-note {
      width: 92%;
    }
    .statement-strip {
      grid-template-columns: 1fr;
      padding: 22px 24px;
    }
    .services-section, .diagnostic-section, .recovery-section, .about-copy, .about-marker, .engagement-section, .ar-hero-copy, .ar-hero-panel, .ar-intro, .ar-diagnostic, .ar-process, .ar-fit, .ar-start, .svc-hero-copy, .svc-hero-index, .svc-positioning, .svc-services, .svc-path, .svc-boundary, .svc-start, .about-hero-copy, .about-hero-mark, .about-story, .about-timeline, .about-perspective, .about-method, .about-cta, .intake-hero-copy, .intake-hero-note, .intake-paths, .intake-form-section {
      padding-left: 24px;
      padding-right: 24px;
    }
    .service-line {
      grid-template-columns: 42px 1fr;
    }
    .service-line > a {
      grid-column: 2;
      justify-self: start;
    }
    .service-line.featured {
      margin-left: -12px;
      margin-right: -12px;
      padding-left: 12px;
      padding-right: 12px;
    }
    .diagnostic-grid, .ar-review-grid, .ar-process-grid, .svc-path-grid, .about-timeline-grid, .about-perspective-grid, .intake-path-grid {
      grid-template-columns: 1fr;
    }
    .form-grid.two, .payer-options {
      grid-template-columns: 1fr;
    }
    .intake-form-wrap {
      padding: 24px 18px;
    }
    .legal-hero, .legal-layout {
      padding-left: 24px;
      padding-right: 24px;
    }
    .about-hero-mark strong {
      font-size: clamp(100px, 28vw, 160px);
    }
    .about-timeline-grid article, .about-perspective-grid > div {
      min-height: 190px;
    }
    .svc-row {
      grid-template-columns: 40px 1fr;
      gap: 18px;
    }
    .svc-detail {
      grid-column: 2;
    }
    .svc-detail ul {
      grid-template-columns: 1fr;
    }
    .svc-row.svc-featured {
      margin-left: -12px;
      margin-right: -12px;
      padding-left: 12px;
      padding-right: 12px;
    }
    .svc-hero-index > div {
      grid-template-columns: 34px 95px 1fr;
      gap: 12px;
    }
    .diagnostic-grid > div, .ar-review-grid article, .ar-process-grid > div {
      min-height: 180px;
    }
    .ar-snapshot > div {
      grid-template-columns: 34px 90px 1fr;
      gap: 12px;
    }
    .ar-hero-copy h1 {
      font-size: clamp(52px, 15vw, 74px);
    }
    .about-marker {
      min-height: 290px;
    }
    .engagement-card {
      padding: 25px 0;
    }
    .footer-inner {
      grid-template-columns: 1fr;
    }
    .footer-nav {
      justify-content: flex-start;
    }
    .footer-meta {
      text-align: left;
    }
  }
}
@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;
    }
  }
}
