/*! tailwindcss v4.3.0 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: "Source Sans 3", sans-serif;
    --font-serif: "Libre Baskerville", serif;
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New',
    monospace;
    --color-white: #ffffff;
    --spacing: 0.25rem;
    --container-md: 28rem;
    --container-xl: 36rem;
    --container-2xl: 42rem;
    --container-3xl: 48rem;
    --container-4xl: 56rem;
    --container-5xl: 64rem;
    --container-6xl: 72rem;
    --container-7xl: 80rem;
    --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-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --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;
    --text-6xl: 3.75rem;
    --text-6xl--line-height: 1;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --tracking-tight: -0.025em;
    --tracking-wider: 0.05em;
    --leading-tight: 1.25;
    --leading-relaxed: 1.625;
    --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-navy: #071828;
    --color-navy-soft: #0d2439;
    --color-ink: #0b1623;
    --color-gold: #c6a56a;
    --color-gold-light: #dfc38c;
    --color-gold-dark: #9a763e;
    --color-cream: #f5f0e7;
    --color-slate: #5c6670;
    --color-background: #ffffff;
  }
}
@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;
  }
  .sticky {
    position: sticky;
  }
  .top-6 {
    top: calc(var(--spacing) * 6);
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .m-0 {
    margin: calc(var(--spacing) * 0);
  }
  .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-1 {
    margin-top: calc(var(--spacing) * 1);
  }
  .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-5 {
    margin-top: calc(var(--spacing) * 5);
  }
  .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);
  }
  .mt-auto {
    margin-top: auto;
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .mb-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }
  .mb-12 {
    margin-bottom: calc(var(--spacing) * 12);
  }
  .ml-auto {
    margin-left: auto;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline-flex {
    display: inline-flex;
  }
  .h-auto {
    height: auto;
  }
  .min-h-\[150px\] {
    min-height: 150px;
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .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-5xl {
    max-width: var(--container-5xl);
  }
  .max-w-6xl {
    max-width: var(--container-6xl);
  }
  .max-w-7xl {
    max-width: var(--container-7xl);
  }
  .max-w-md {
    max-width: var(--container-md);
  }
  .max-w-none {
    max-width: none;
  }
  .max-w-xl {
    max-width: var(--container-xl);
  }
  .min-w-0 {
    min-width: calc(var(--spacing) * 0);
  }
  .flex-1 {
    flex: 1;
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .resize {
    resize: both;
  }
  .list-none {
    list-style-type: none;
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .items-center {
    align-items: center;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-1 {
    gap: calc(var(--spacing) * 1);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .gap-7 {
    gap: calc(var(--spacing) * 7);
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }
  .gap-x-6 {
    column-gap: calc(var(--spacing) * 6);
  }
  .gap-y-2 {
    row-gap: calc(var(--spacing) * 2);
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-navy\/10 {
    border-color: color-mix(in srgb, #071828 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-navy) 10%, transparent);
    }
  }
  .border-navy\/20 {
    border-color: color-mix(in srgb, #071828 20%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-navy) 20%, transparent);
    }
  }
  .border-white\/10 {
    border-color: color-mix(in srgb, #ffffff 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-white) 10%, transparent);
    }
  }
  .bg-background {
    background-color: var(--color-background);
  }
  .bg-cream {
    background-color: var(--color-cream);
  }
  .bg-cream\/40 {
    background-color: color-mix(in srgb, #f5f0e7 40%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-cream) 40%, transparent);
    }
  }
  .bg-navy {
    background-color: var(--color-navy);
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .p-0 {
    padding: calc(var(--spacing) * 0);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-5 {
    padding: calc(var(--spacing) * 5);
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .p-7 {
    padding: calc(var(--spacing) * 7);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }
  .py-14 {
    padding-block: calc(var(--spacing) * 14);
  }
  .py-24 {
    padding-block: calc(var(--spacing) * 24);
  }
  .pt-10 {
    padding-top: calc(var(--spacing) * 10);
  }
  .pt-16 {
    padding-top: calc(var(--spacing) * 16);
  }
  .pb-5 {
    padding-bottom: calc(var(--spacing) * 5);
  }
  .pb-8 {
    padding-bottom: calc(var(--spacing) * 8);
  }
  .text-center {
    text-align: center;
  }
  .font-sans {
    font-family: var(--font-sans);
  }
  .font-serif {
    font-family: var(--font-serif);
  }
  .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-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--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));
  }
  .leading-relaxed {
    --tw-leading: var(--leading-relaxed);
    line-height: var(--leading-relaxed);
  }
  .leading-tight {
    --tw-leading: var(--leading-tight);
    line-height: var(--leading-tight);
  }
  .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-\[0\.01em\] {
    --tw-tracking: 0.01em;
    letter-spacing: 0.01em;
  }
  .tracking-\[0\.12em\] {
    --tw-tracking: 0.12em;
    letter-spacing: 0.12em;
  }
  .tracking-\[0\.14em\] {
    --tw-tracking: 0.14em;
    letter-spacing: 0.14em;
  }
  .tracking-tight {
    --tw-tracking: var(--tracking-tight);
    letter-spacing: var(--tracking-tight);
  }
  .tracking-wider {
    --tw-tracking: var(--tracking-wider);
    letter-spacing: var(--tracking-wider);
  }
  .whitespace-pre-line {
    white-space: pre-line;
  }
  .text-cream {
    color: var(--color-cream);
  }
  .text-cream\/65 {
    color: color-mix(in srgb, #f5f0e7 65%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-cream) 65%, transparent);
    }
  }
  .text-cream\/70 {
    color: color-mix(in srgb, #f5f0e7 70%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-cream) 70%, transparent);
    }
  }
  .text-cream\/78 {
    color: color-mix(in srgb, #f5f0e7 78%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-cream) 78%, transparent);
    }
  }
  .text-cream\/80 {
    color: color-mix(in srgb, #f5f0e7 80%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-cream) 80%, transparent);
    }
  }
  .text-gold-dark {
    color: var(--color-gold-dark);
  }
  .text-gold-light {
    color: var(--color-gold-light);
  }
  .text-ink {
    color: var(--color-ink);
  }
  .text-slate {
    color: var(--color-slate);
  }
  .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-gold-dark {
    &:hover {
      @media (hover: hover) {
        color: var(--color-gold-dark);
      }
    }
  }
  .hover\:text-gold-light {
    &:hover {
      @media (hover: hover) {
        color: var(--color-gold-light);
      }
    }
  }
  .hover\:underline {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: underline;
      }
    }
  }
  .sm\:flex-row {
    @media (width >= 40rem) {
      flex-direction: row;
    }
  }
  .md\:col-span-2 {
    @media (width >= 48rem) {
      grid-column: span 2 / span 2;
    }
  }
  .md\:hidden {
    @media (width >= 48rem) {
      display: none;
    }
  }
  .md\:grid-cols-2 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .md\:p-8 {
    @media (width >= 48rem) {
      padding: calc(var(--spacing) * 8);
    }
  }
  .md\:px-8 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 8);
    }
  }
  .md\:py-5 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 5);
    }
  }
  .md\:py-16 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 16);
    }
  }
  .md\:py-20 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 20);
    }
  }
  .md\:text-2xl {
    @media (width >= 48rem) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--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));
    }
  }
  .md\:text-6xl {
    @media (width >= 48rem) {
      font-size: var(--text-6xl);
      line-height: var(--tw-leading, var(--text-6xl--line-height));
    }
  }
  .md\:text-xl {
    @media (width >= 48rem) {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
  }
  .lg\:grid-cols-3 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-\[0\.72fr_1\.28fr\] {
    @media (width >= 64rem) {
      grid-template-columns: 0.72fr 1.28fr;
    }
  }
  .lg\:grid-cols-\[1fr_330px\] {
    @media (width >= 64rem) {
      grid-template-columns: 1fr 330px;
    }
  }
  .lg\:gap-14 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 14);
    }
  }
  .lg\:gap-16 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 16);
    }
  }
  .xl\:flex {
    @media (width >= 80rem) {
      display: flex;
    }
  }
  .xl\:hidden {
    @media (width >= 80rem) {
      display: none;
    }
  }
}
@layer base {
  [x-cloak] {
    display: none !important;
  }
  html {
    scroll-behavior: smooth;
  }
  body {
    background: var(--color-background);
    color: var(--color-ink);
    font-family: var(--font-sans);
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
  }
  a {
    transition: color .2s ease, background-color .2s ease, border-color .2s ease, transform .2s ease, opacity .2s ease;
  }
  ::selection {
    background: var(--color-gold);
    color: var(--color-navy);
  }
}
@layer components {
  .eyebrow {
    font-size: .74rem;
    font-weight: 700;
    letter-spacing: .2em;
    text-transform: uppercase;
  }
  .section-title {
    font-family: var(--font-serif);
    font-size: clamp(2.15rem, 4vw, 3.95rem);
    line-height: 1.08;
    letter-spacing: -.035em;
    color: var(--color-ink);
  }
  .section-title.text-cream {
    color: var(--color-cream);
  }
  .section-rule {
    width: 56px;
    height: 2px;
    background: var(--color-gold);
  }
  .headline-line {
    display: block;
  }
  .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .55rem;
    min-height: 48px;
    padding: .78rem 1.2rem;
    border: 1px solid transparent;
    border-radius: .28rem;
    font-size: .84rem;
    font-weight: 700;
    letter-spacing: .04em;
    text-decoration: none;
  }
  .btn-gold {
    background: var(--color-gold);
    color: var(--color-navy);
  }
  .btn-gold:hover {
    background: var(--color-gold-light);
    transform: translateY(-1px);
  }
  .btn-navy {
    background: var(--color-navy);
    color: var(--color-cream);
  }
  .btn-navy:hover {
    background: var(--color-navy-soft);
    transform: translateY(-1px);
  }
  .btn-outline-light {
    border-color: rgba(255,255,255,.28);
    color: var(--color-cream);
    background: rgba(255,255,255,.025);
  }
  .btn-outline-light:hover {
    border-color: var(--color-gold);
    color: var(--color-gold-light);
  }
  .btn-outline-dark {
    border-color: rgba(7,24,40,.22);
    color: var(--color-navy);
    background: transparent;
  }
  .btn-outline-dark:hover {
    border-color: var(--color-navy);
    background: rgba(7,24,40,.04);
  }
  .brand-mark {
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--color-gold);
    flex: 0 0 auto;
  }
  .brand-mark-large {
    width: 42px;
    height: 42px;
  }
  .brand-mark svg {
    width: 100%;
    height: 100%;
    fill: currentColor;
  }
  .brand-knight {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 2.2rem;
    line-height: 1;
    font-weight: 400;
  }
  .brand-title {
    font-size: 1.7rem;
    line-height: 1.05;
    white-space: nowrap;
  }
  .brand-subtitle {
    font-size: .68rem;
    line-height: 1.2;
    letter-spacing: .2em;
    white-space: nowrap;
  }
  .site-header {
    position: relative;
    z-index: 50;
    border-bottom: 1px solid rgba(255,255,255,.08);
  }
  .header-main {
    min-height: 116px;
  }
  .header-phone,	.header-whatsapp {
    display: inline-flex;
    align-items: baseline;
    gap: .45rem;
    color: var(--color-cream);
    text-decoration: none;
    font-size: .92rem;
    font-weight: 700;
  }
  .header-phone:hover,	.header-whatsapp:hover {
    color: var(--color-gold-light);
  }
  .header-phone-label {
    color: var(--color-gold-light);
    text-transform: uppercase;
    letter-spacing: .14em;
    font-size: .65rem;
  }
  .header-nav-row {
    min-height: 48px;
  }
  .header-nav-accent {
    font-family: var(--font-serif);
    font-size: .8rem;
    font-style: italic;
    color: rgba(245,240,231,.44);
  }
  .primary-nav a,	.mobile-nav a,	.footer-nav a {
    color: inherit;
    text-decoration: none;
  }
  .primary-nav a {
    font-size: .74rem;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: rgba(245,240,231,.72);
  }
  .primary-nav a:hover {
    color: var(--color-gold-light);
  }
  .mobile-nav > ul {
    display: grid !important;
    gap: 0 !important;
    align-items: stretch !important;
  }
  .mobile-nav li {
    border-bottom: 1px solid rgba(255,255,255,.08);
  }
  .mobile-nav a {
    display: block;
    padding: .8rem 0;
    color: rgba(245,240,231,.8);
  }
  .menu-toggle {
    width: 42px;
    height: 42px;
    display: grid;
    align-content: center;
    gap: 5px;
    border: 1px solid rgba(255,255,255,.15);
    border-radius: .3rem;
    padding: 0 10px;
  }
  .menu-toggle span {
    display: block;
    height: 1px;
    background: var(--color-cream);
  }
  .hero-shell-mockup {
    min-height: 710px;
  }
  .hero-grid-pattern {
    position: absolute;
    inset: 0;
    opacity: .11;
    background-image: linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px),	linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px);
    background-size: 66px 66px;
    mask-image: linear-gradient(90deg, #000 0%, #000 54%, transparent 88%);
  }
  .hero-mockup-grid {
    display: grid;
    grid-template-columns: minmax(0,.92fr) minmax(0,1.08fr);
    min-height: 710px;
  }
  .hero-visual-col {
    position: relative;
    min-width: 0;
  }
  .hero-portrait-stage {
    position: absolute;
    inset: 0 0 0 -5vw;
    overflow: hidden;
    background: var(--color-navy);
  }
  .hero-portrait-stage:before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    background: linear-gradient(90deg, rgba(7,24,40,.48) 0%, rgba(7,24,40,.06) 22%, rgba(7,24,40,.04) 62%, rgba(7,24,40,.72) 92%, var(--color-navy) 100%),	linear-gradient(180deg, rgba(7,24,40,.12), transparent 18%, transparent 82%, rgba(7,24,40,.18));
    pointer-events: none;
  }
  .hero-portrait-stage:after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 3;
    box-shadow: inset -42px 0 70px rgba(7,24,40,.5);
    pointer-events: none;
  }
  .hero-portrait {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 36%;
    filter: saturate(.88) contrast(1.03) brightness(.93);
    z-index: 1;
  }
  .hero-visual-copy {
    position: absolute;
    left: 0;
    top: 13%;
    bottom: 9%;
    z-index: 4;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    pointer-events: none;
  }
  .hero-visual-label {
    display: grid;
    gap: .18rem;
    font-size: .68rem;
    font-weight: 700;
    letter-spacing: .22em;
    text-transform: uppercase;
    color: rgba(245,240,231,.68);
    padding-left: .9rem;
    border-left: 1px solid var(--color-gold);
    text-shadow: 0 1px 12px rgba(0,0,0,.28);
  }
  .hero-visual-quote {
    max-width: 220px;
    padding-left: 1rem;
    border-left: 1px solid var(--color-gold);
  }
  .quote-mark {
    display: block;
    font-family: var(--font-serif);
    font-size: 3rem;
    line-height: .7;
    color: var(--color-gold-light);
    opacity: .8;
  }
  .hero-visual-quote p {
    font-family: var(--font-serif);
    font-style: italic;
    font-size: 1.25rem;
    line-height: 1.35;
    color: var(--color-cream);
  }
  .quote-byline {
    display: block;
    margin-top: .8rem;
    font-size: .62rem;
    font-weight: 700;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: rgba(245,240,231,.48);
  }
  .hero-copy-col {
    position: relative;
    min-width: 0;
    display: flex;
    align-items: center;
    padding: 5rem 0 5rem 4.5rem;
  }
  .hero-copy-inner {
    position: relative;
    z-index: 5;
    max-width: 660px;
  }
  .hero-name {
    font-family: var(--font-serif);
    font-size: clamp(3.3rem, 5.5vw, 5.45rem);
    line-height: 1.02;
    letter-spacing: -.045em;
  }
  .hero-role {
    margin-top: .2rem;
    font-family: var(--font-serif);
    font-size: clamp(1.7rem, 2.8vw, 2.7rem);
    line-height: 1.1;
    color: rgba(245,240,231,.94);
  }
  .hero-rule {
    width: 56px;
    height: 2px;
    background: var(--color-gold);
    margin-top: 1.45rem;
  }
  .hero-proof {
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .11em;
    text-transform: uppercase;
    color: rgba(245,240,231,.62);
  }
  .hero-knight-right {
    position: absolute;
    width: 440px;
    height: 440px;
    right: -22%;
    top: 14%;
    color: rgba(198,165,106,.075);
    transform: rotate(-3deg);
    z-index: 1;
  }
  .hero-knight-right svg {
    width: 100%;
    height: 100%;
    fill: currentColor;
  }
  .hero-strategy-note-right {
    position: absolute;
    right: 0;
    bottom: 9%;
    display: grid;
    gap: .15rem;
    text-transform: uppercase;
    letter-spacing: .22em;
    font-size: .66rem;
    font-weight: 700;
    color: rgba(245,240,231,.42);
    z-index: 4;
  }
  .hero-strategy-note-right:before {
    content: "";
    width: 40px;
    height: 1px;
    background: var(--color-gold);
    margin-bottom: .45rem;
  }
  .practice-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0,1fr));
    border-top: 1px solid rgba(7,24,40,.12);
    border-left: 1px solid rgba(7,24,40,.12);
  }
  .practice-card {
    min-height: 310px;
    padding: 1.65rem 1.4rem;
    background: rgba(255,255,255,.38);
    border-right: 1px solid rgba(7,24,40,.12);
    border-bottom: 1px solid rgba(7,24,40,.12);
    color: var(--color-ink);
    text-decoration: none;
    display: flex;
    flex-direction: column;
  }
  .practice-card:hover {
    background: var(--color-navy);
    color: var(--color-cream);
    transform: translateY(-4px);
    box-shadow: 0 20px 46px rgba(7,24,40,.12);
  }
  .practice-icon {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(154,118,62,.32);
    color: var(--color-gold-dark);
    background: rgba(255,255,255,.36);
  }
  .practice-icon svg {
    width: 25px;
    height: 25px;
    fill: currentColor;
  }
  .practice-card:hover .practice-icon {
    color: var(--color-gold-light);
    border-color: rgba(223,195,140,.45);
  }
  .practice-card h3 {
    font-family: var(--font-serif);
    font-size: 1.32rem;
    line-height: 1.2;
    margin-top: 2rem;
  }
  .practice-card p {
    margin-top: .9rem;
    color: var(--color-slate);
    line-height: 1.7;
    font-size: 1rem;
  }
  .practice-card:hover p {
    color: rgba(245,240,231,.68);
  }
  .practice-link {
    margin-top: auto;
    padding-top: 1.4rem;
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .07em;
    text-transform: uppercase;
    color: var(--color-gold-dark);
  }
  .practice-card:hover .practice-link {
    color: var(--color-gold-light);
  }
  .section-chessboard {
    position: absolute;
    width: 560px;
    height: 560px;
    right: -135px;
    top: -155px;
    opacity: .045;
    transform: rotate(9deg);
    background: conic-gradient(from 90deg, #fff 25%, transparent 0 50%, #fff 0 75%, transparent 0) 0 0 / 96px 96px;
  }
  .direct-section-grid {
    display: grid;
    grid-template-columns: minmax(0,.9fr) minmax(0,1.05fr) minmax(190px,.42fr);
    gap: 2.1rem;
    align-items: stretch;
  }
  .direct-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 1rem;
  }
  .direct-title {
    font-family: var(--font-serif);
    font-size: clamp(2.3rem, 3.8vw, 3.75rem);
    line-height: 1.08;
    letter-spacing: -.035em;
    color: var(--color-cream);
  }
  .feature-stack {
    display: grid;
    gap: 1px;
    background: rgba(255,255,255,.12);
  }
  .feature-row {
    display: grid;
    grid-template-columns: 54px 1fr;
    gap: 1rem;
    align-items: start;
    padding: 1.35rem 1.45rem;
    background: rgba(11,22,35,.96);
  }
  .feature-icon {
    width: 46px;
    height: 46px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(223,195,140,.28);
    color: var(--color-gold-light);
  }
  .feature-icon svg {
    width: 23px;
    height: 23px;
    fill: currentColor;
  }
  .feature-row h3 {
    font-family: var(--font-serif);
    font-size: 1.2rem;
  }
  .feature-row p {
    margin-top: .35rem;
    color: rgba(245,240,231,.62);
    line-height: 1.55;
    font-size: .93rem;
  }
  .strategy-panel {
    position: relative;
    min-height: 100%;
    overflow: hidden;
    border-left: 1px solid rgba(223,195,140,.2);
    background: linear-gradient(180deg, rgba(198,165,106,.08), transparent 40%),	#101b27;
  }
  .strategy-panel-grid {
    position: absolute;
    inset: 0;
    opacity: .08;
    background: conic-gradient(from 90deg, #fff 25%, transparent 0 50%, #fff 0 75%, transparent 0) 0 0 / 68px 68px;
  }
  .strategy-panel-knight {
    position: absolute;
    width: 250px;
    height: 250px;
    right: -90px;
    top: 30px;
    color: rgba(198,165,106,.13);
    transform: rotate(-6deg);
  }
  .strategy-panel-knight svg {
    width: 100%;
    height: 100%;
    fill: currentColor;
  }
  .strategy-panel-copy {
    position: absolute;
    left: 1.5rem;
    right: 1.2rem;
    bottom: 1.8rem;
    display: grid;
    gap: .38rem;
    font-family: var(--font-serif);
    font-size: 1.3rem;
    line-height: 1.15;
    color: rgba(245,240,231,.8);
  }
  .strategy-panel-copy:before {
    content: "";
    width: 40px;
    height: 1px;
    background: var(--color-gold);
    margin-bottom: .55rem;
  }
  .text-link {
    color: var(--color-gold-dark);
    font-weight: 700;
    text-decoration: none;
    gap: .5rem;
  }
  .text-link:hover {
    color: var(--color-navy);
  }
  .local-search-card {
    background: var(--color-navy);
    padding: 2rem;
    box-shadow: 0 20px 50px rgba(7,24,40,.13);
  }
  .resource-title {
    max-width: 680px;
  }
  .location-title {
    max-width: 720px;
    font-size: clamp(2.25rem, 3.7vw, 3.7rem);
  }
  .local-search-card-elevated {
    padding: 2.35rem;
    position: relative;
    overflow: hidden;
  }
  .local-search-card-elevated:after {
    content: "";
    position: absolute;
    width: 220px;
    height: 220px;
    right: -60px;
    bottom: -70px;
    border: 1px solid rgba(198,165,106,.14);
    transform: rotate(45deg);
  }
  .local-search-placeholder {
    border: 1px solid rgba(255,255,255,.16);
    background: rgba(255,255,255,.045);
    padding: .95rem 1rem;
    border-radius: .25rem;
    color: rgba(245,240,231,.44);
  }
  .location-detail {
    display: grid;
    grid-template-columns: 76px 1fr;
    gap: 1rem;
    align-items: start;
    padding-top: .8rem;
    border-top: 1px solid rgba(7,24,40,.12);
  }
  .location-label {
    font-size: .68rem;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--color-gold-dark);
  }
  .location-detail a {
    color: var(--color-ink);
    text-decoration: none;
    font-weight: 700;
  }
  .contact-choice-card {
    background: var(--color-navy);
    padding: 2rem;
    box-shadow: 0 20px 50px rgba(7,24,40,.12);
    border: 1px solid rgba(198,165,106,.12);
  }
  .location-art {
    position: relative;
    min-height: 340px;
    background: var(--color-navy);
    overflow: hidden;
    border: 1px solid rgba(7,24,40,.1);
  }
  .location-art-grid {
    position: absolute;
    inset: 0;
    opacity: .13;
    background-image: linear-gradient(rgba(255,255,255,.055) 1px, transparent 1px),	linear-gradient(90deg, rgba(255,255,255,.055) 1px, transparent 1px);
    background-size: 54px 54px;
  }
  .location-art-copy {
    position: absolute;
    left: 2rem;
    bottom: 2rem;
    right: 2rem;
    color: var(--color-cream);
    z-index: 2;
  }
  .location-knight {
    position: absolute;
    width: 300px;
    height: 300px;
    right: -55px;
    top: 5px;
    color: rgba(198,165,106,.14);
    transform: rotate(-5deg);
  }
  .location-knight svg {
    width: 100%;
    height: 100%;
    fill: currentColor;
  }
  .footer-nav a {
    color: rgba(245,240,231,.64);
    font-size: .9rem;
  }
  .footer-nav a:hover {
    color: var(--color-gold-light);
  }
  .mobile-action-bar {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 60;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    background: var(--color-gold);
    border-top: 1px solid rgba(7,24,40,.18);
    box-shadow: 0 -8px 26px rgba(7,24,40,.18);
  }
  .mobile-action-bar a {
    min-height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .05em;
    color: var(--color-navy);
  }
  .mobile-action-bar a + a {
    border-left: 1px solid rgba(7,24,40,.17);
  }
}
@media (max-width: 1180px) {
  .hero-copy-col {
    padding-left: 2.6rem;
  }
  .practice-grid {
    grid-template-columns: repeat(3, minmax(0,1fr));
  }
  .practice-card:nth-last-child(-n+2) {
    grid-column: span 1;
  }
  .direct-section-grid {
    grid-template-columns: minmax(0,.9fr) minmax(0,1.1fr);
  }
  .strategy-panel {
    display: none;
  }
}
@media (max-width: 1023px) {
  .hero-shell-mockup {
    min-height: 0;
  }
  .hero-mockup-grid {
    grid-template-columns: 1fr;
    min-height: 0;
  }
  .hero-visual-col {
    min-height: 560px;
    order: 2;
  }
  .hero-copy-col {
    order: 1;
    padding: 4.4rem 0 2.5rem;
  }
  .hero-portrait-stage {
    inset: 0 -4vw 0 -4vw;
  }
  .hero-portrait {
    inset: 0;
    width: 100%;
    height: 100%;
    object-position: 50% 34%;
  }
  .hero-visual-copy {
    left: 4vw;
    right: 4vw;
  }
  .hero-knight-right {
    right: -12%;
    top: 2%;
  }
  .hero-strategy-note-right {
    right: 2%;
    bottom: 8%;
  }
  .direct-section-grid {
    grid-template-columns: 1fr;
  }
  .direct-copy {
    padding-right: 0;
  }
}
@media (max-width: 820px) {
  .practice-grid {
    grid-template-columns: repeat(2, minmax(0,1fr));
  }
}
@media (max-width: 640px) {
  .header-main {
    min-height: 70px;
    padding-top: .7rem;
    padding-bottom: .7rem;
    gap: .7rem;
  }
  .brand-lockup {
    gap: .45rem;
    flex: 0 1 auto;
    min-width: 0;
    max-width: calc(100% - 46px);
    overflow: visible;
  }
  .brand-lockup > span:last-child {
    min-width: 0;
    max-width: 100%;
    overflow: hidden;
  }
  .brand-mark-large {
    width: 27px;
    height: 27px;
    flex: 0 0 27px;
  }
  .brand-title {
    font-size: clamp(.78rem, 3.7vw, .9rem);
    line-height: 1.02;
    white-space: nowrap;
    overflow: visible;
    text-overflow: clip;
  }
  .brand-subtitle {
    display: block;
    font-size: .45rem;
    line-height: 1.15;
    letter-spacing: .08em;
    white-space: nowrap;
  }
  .menu-toggle {
    width: 36px;
    height: 36px;
    flex: 0 0 36px;
    position: relative;
    z-index: 3;
    margin-left: .2rem;
    background: var(--color-navy);
  }
  .hero-copy-col {
    padding-top: 2.55rem;
    padding-bottom: 2rem;
  }
  .hero-copy-inner {
    max-width: none;
    width: 100%;
  }
  .hero-name {
    font-size: 2.35rem;
    line-height: 1.03;
    letter-spacing: -.03em;
  }
  .hero-role {
    margin-top: .15rem;
    font-size: 1.45rem;
  }
  .hero-proof {
    font-size: .62rem;
    line-height: 1.55;
    letter-spacing: .08em;
  }
  .hero-copy-col .eyebrow {
    font-size: .63rem;
    letter-spacing: .15em;
  }
  .hero-copy-col .text-lg {
    font-size: .98rem;
    line-height: 1.62;
  }
  .hero-copy-col .btn {
    width: 100%;
    min-height: 46px;
  }
  .hero-visual-col {
    min-height: 365px;
  }
  .hero-portrait-stage {
    inset: 0 -5vw 0 -5vw;
  }
  .hero-portrait {
    inset: 0;
    width: 100%;
    height: 100%;
    object-position: 50% 28%;
  }
  .hero-visual-copy {
    left: 1rem;
    right: .9rem;
    top: 9%;
    bottom: 6%;
  }
  .hero-visual-label {
    font-size: .53rem;
    letter-spacing: .17em;
  }
  .hero-visual-quote {
    max-width: 165px;
    padding-left: .75rem;
  }
  .hero-visual-quote p {
    font-size: .95rem;
    line-height: 1.36;
  }
  .quote-mark {
    font-size: 2.2rem;
  }
  .quote-byline {
    font-size: .52rem;
  }
  .hero-strategy-note-right {
    display: none;
  }
  .practice-section,	.direct-section,	.resources-section {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
  .location-band {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
  .section-title {
    font-size: 2rem;
    line-height: 1.08;
    letter-spacing: -.028em;
  }
  .resource-title {
    font-size: 1.72rem;
    line-height: 1.08;
    letter-spacing: -.024em;
  }
  .location-title {
    font-size: 1.78rem;
    line-height: 1.08;
    letter-spacing: -.024em;
  }
  .practice-grid {
    grid-template-columns: 1fr;
    border-left: 0;
  }
  .practice-card {
    min-height: 0;
    padding: 1.15rem 1rem;
    display: grid;
    grid-template-columns: 36px minmax(0,1fr);
    column-gap: .78rem;
    row-gap: .4rem;
    align-items: start;
    border-left: 1px solid rgba(7,24,40,.12);
    overflow: hidden;
  }
  .practice-icon {
    width: 34px;
    height: 34px;
    grid-column: 1;
    grid-row: 1 / span 3;
  }
  .practice-icon svg {
    width: 18px;
    height: 18px;
  }
  .practice-card h3 {
    grid-column: 2;
    min-width: 0;
    margin-top: 0;
    font-size: 1.16rem;
    line-height: 1.16;
    overflow-wrap: normal;
    word-break: normal;
    hyphens: none;
  }
  .practice-card:nth-child(4) h3 {
    font-size: 1.08rem;
    letter-spacing: -.01em;
  }
  .practice-card p {
    grid-column: 2;
    margin-top: 0;
    font-size: .9rem;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
  .practice-link {
    grid-column: 2;
    margin-top: .15rem;
    padding-top: .35rem;
    font-size: .65rem;
  }
  .direct-section-grid {
    gap: 1.5rem;
  }
  .direct-title {
    font-size: 2rem;
    line-height: 1.08;
  }
  .direct-copy > p {
    font-size: .98rem;
    line-height: 1.62;
  }
  .feature-row {
    grid-template-columns: 40px 1fr;
    padding: 1rem .9rem;
    gap: .75rem;
  }
  .feature-icon {
    width: 38px;
    height: 38px;
  }
  .feature-row h3 {
    font-size: 1.08rem;
  }
  .feature-row p {
    font-size: .88rem;
    line-height: 1.48;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .local-search-card-elevated {
    padding: 1.6rem;
  }
  .contact-choice-card {
    padding: 1.45rem;
  }
  .contact-choice-card h3 {
    font-size: 1.65rem;
  }
  .contact-choice-card .btn {
    width: 100%;
  }
  .hero-shell-mockup .max-w-7xl,	.practice-section .max-w-7xl,	.direct-section .max-w-7xl,	.resources-section .max-w-7xl,	.location-band .max-w-7xl,	.site-footer .max-w-7xl {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .location-art {
    min-height: 250px;
  }
  .location-art-copy {
    left: 1.4rem;
    right: 1.4rem;
    bottom: 1.4rem;
  }
  .site-footer > div {
    padding-top: 2.3rem;
    padding-bottom: 2.2rem;
  }
  .site-footer > div > div:first-child {
    gap: 1.8rem;
  }
  .site-footer .font-serif.text-2xl {
    font-size: 1.35rem;
  }
  .site-footer .text-xs.uppercase {
    font-size: .52rem;
    letter-spacing: .12em;
  }
  .site-footer p.font-serif.italic {
    font-size: .98rem;
    margin-top: .9rem;
  }
  .footer-explore {
    display: none;
  }
  .footer-contact {
    padding-top: 1.15rem;
    border-top: 1px solid rgba(255,255,255,.1);
  }
  .footer-contact .text-xl {
    font-size: 1.05rem;
  }
  .site-footer .border-t {
    margin-top: 1.8rem;
    padding-top: 1rem;
    font-size: .68rem;
    line-height: 1.45;
  }
  body {
    padding-bottom: 52px;
  }
}
.brand-title {
  font-size: clamp(2.7rem, 2.9vw, 3.35rem);
  line-height: 1;
}
.brand-subtitle {
  font-size: .78rem;
  letter-spacing: .18em;
}
.practice-section {
  padding-top: 3.25rem;
  padding-bottom: 3rem;
}
.practice-closing {
  margin-top: 2.4rem;
}
.practice-closing-title {
  font-family: var(--font-serif);
  font-size: clamp(2.15rem, 3.4vw, 3.35rem);
  line-height: 1.05;
  letter-spacing: -.035em;
  color: var(--color-ink);
}
.direct-section {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.direct-section-grid {
  grid-template-columns: minmax(0,.86fr) minmax(0,1.05fr) minmax(230px,.48fr);
  gap: 2.4rem;
}
.direct-title {
  font-size: clamp(2.05rem, 3vw, 3.15rem);
}
.strategy-panel {
  min-height: 430px;
}
.strategy-panel-knight {
  width: 310px;
  height: 310px;
  right: -92px;
  top: 20px;
  color: rgba(198,165,106,.17);
}
.strategy-panel-copy {
  font-size: 1.45rem;
}
.site-footer > .max-w-7xl {
  padding-top: 3rem;
  padding-bottom: 2rem;
}
.footer-main-grid {
  display: grid;
  grid-template-columns: minmax(0,.9fr) minmax(0,1.1fr);
  gap: 4rem;
  align-items: start;
}
.footer-top {
  display: grid;
  grid-template-columns: minmax(0,1fr) minmax(0,1.05fr);
  gap: 4.5rem;
  align-items: start;
}
.footer-contact-hub {
  padding-left: 2rem;
  border-left: 1px solid rgba(255,255,255,.1);
}
.footer-contact-actions {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: .75rem;
  margin-top: 1.15rem;
}
.footer-details {
  display: grid;
  grid-template-columns: 1.5fr .8fr 1fr .8fr;
  gap: 1.5rem;
  margin-top: 2.35rem;
  padding: 1.55rem 0;
  border-top: 1px solid rgba(255,255,255,.1);
  border-bottom: 1px solid rgba(255,255,255,.1);
}
.footer-detail-block {
  min-width: 0;
}
.footer-detail-label {
  margin-bottom: .55rem;
  font-size: .65rem;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--color-gold-light);
}
.footer-address, .footer-detail-value {
  color: rgba(245,240,231,.82);
  text-decoration: none;
  line-height: 1.55;
}
.footer-address:hover, .footer-detail-value:hover, .footer-map-link:hover {
  color: var(--color-gold-light);
}
.footer-map-link {
  display: inline-flex;
  margin-top: .65rem;
  color: var(--color-gold-light);
  font-size: .76rem;
  font-weight: 700;
  text-decoration: none;
}
.footer-brand-mark {
  width: 44px;
  height: 44px;
}
.footer-name {
  font-size: 2rem;
  line-height: 1.08;
}
.footer-role {
  font-size: .68rem;
  letter-spacing: .16em;
}
.footer-tagline {
  margin-top: 1.15rem;
  max-width: 32rem;
  font-family: var(--font-serif);
  font-size: 1.2rem;
  font-style: italic;
  color: rgba(245,240,231,.78);
}
.footer-location {
  margin-top: 1rem;
  font-size: .88rem;
  color: rgba(245,240,231,.56);
}
.footer-contact-title {
  margin-top: .65rem;
  max-width: 36rem;
  font-family: var(--font-serif);
  font-size: 2rem;
  line-height: 1.15;
}
.footer-contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
  margin-top: 1.4rem;
}
.footer-email {
  display: inline-block;
  margin-top: 1rem;
  color: rgba(245,240,231,.72);
  text-decoration: none;
}
.footer-email:hover {
  color: var(--color-gold-light);
}
.footer-legal {
  display: flex;
  justify-content: space-between;
  gap: 1.5rem;
  margin-top: 2.5rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255,255,255,.1);
  font-size: .72rem;
  line-height: 1.5;
  color: rgba(245,240,231,.58);
}
@media (max-width: 1180px) {
  .direct-section-grid {
    grid-template-columns: minmax(0,.88fr) minmax(0,1.12fr);
  }
}
.footer-top {
  grid-template-columns: minmax(0,1.25fr) minmax(0,.75fr);
  gap: 3.5rem;
}
.footer-name {
  font-size: 1.85rem;
  white-space: nowrap;
}
.site-footer > .max-w-7xl {
  padding-top: 2.5rem;
  padding-bottom: 1.5rem;
}
.footer-tagline {
  margin-top: .9rem;
}
.footer-contact-hub {
  padding-left: 1.7rem;
}
.footer-contact-actions {
  display: grid;
  grid-template-columns: .7fr 1fr 1.35fr;
  gap: .7rem;
  margin-top: 1rem;
}
.footer-details {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2rem;
  margin-top: 1.8rem;
  padding: 1.2rem 0;
}
.footer-address {
  display: block;
  width: fit-content;
  white-space: normal;
}
.footer-map-link {
  display: flex;
  width: fit-content;
  margin-top: .55rem;
}
.footer-legal {
  margin-top: 1.5rem;
  padding-top: .85rem;
}
@media (max-width: 900px) {
  .footer-top {
    grid-template-columns: 1fr;
    gap: 1.8rem;
  }
  .footer-contact-hub {
    padding-left: 0;
    padding-top: 1.2rem;
    border-left: 0;
    border-top: 1px solid rgba(255,255,255,.1);
  }
  .footer-details {
    grid-template-columns: 1.4fr .8fr 1fr;
  }
}
@media (max-width: 640px) {
  .footer-name {
    font-size: 1.35rem;
    white-space: normal;
  }
  .site-footer > .max-w-7xl {
    padding-top: 2rem;
    padding-bottom: 1.2rem;
  }
  .footer-details {
    grid-template-columns: 1fr;
    gap: 1.2rem;
    margin-top: 1.5rem;
    padding: 1.1rem 0;
  }
  .footer-contact-actions {
    grid-template-columns: 1fr;
  }
  .footer-legal {
    margin-top: 1.25rem;
  }
}
@media (max-width: 640px) {
  .brand-title {
    font-size: clamp(.82rem, 3.8vw, 1rem);
    line-height: 1.02;
    white-space: normal;
  }
  .brand-title .brand-name,	.brand-title .brand-law {
    display: block;
    white-space: nowrap;
  }
  .brand-subtitle {
    font-size: .4rem;
    letter-spacing: .065em;
  }
  .practice-section {
    padding-top: 2.35rem;
    padding-bottom: 2.45rem;
  }
  .practice-closing {
    margin-top: 1.8rem;
  }
  .practice-closing-title {
    font-size: 1.85rem;
  }
  .direct-section {
    padding-top: 2.8rem;
    padding-bottom: 2.8rem;
  }
  .direct-title {
    font-size: 1.9rem;
  }
  .site-footer > .max-w-7xl {
    padding-top: 2.4rem;
    padding-bottom: 1.4rem;
  }
  .footer-main-grid {
    grid-template-columns: 1fr;
    gap: 2.2rem;
  }
  .footer-top {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .footer-contact-hub {
    padding-left: 0;
    padding-top: 1.35rem;
    border-left: 0;
    border-top: 1px solid rgba(255,255,255,.1);
  }
  .footer-contact-actions {
    grid-template-columns: 1fr;
  }
  .footer-details {
    grid-template-columns: 1fr 1fr;
    gap: 1.35rem;
    margin-top: 1.8rem;
  }
  .footer-brand-mark {
    width: 36px;
    height: 36px;
  }
  .footer-name {
    font-size: 1.45rem;
  }
  .footer-role {
    font-size: .52rem;
    letter-spacing: .1em;
  }
  .footer-tagline {
    font-size: 1rem;
  }
  .footer-location {
    font-size: .82rem;
  }
  .footer-contact-title {
    font-size: 1.5rem;
  }
  .footer-contact-actions {
    display: grid;
  }
  .footer-contact-actions .btn {
    width: 100%;
  }
  .footer-legal {
    flex-direction: column;
    margin-top: 1.8rem;
    font-size: .66rem;
  }
}
@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-leading {
  syntax: "*";
  inherits: false;
}
@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-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
    }
  }
}
