/*! tailwindcss v4.3.0 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: "Noto Sans Hebrew", sans-serif;
    --font-serif: "Frank Ruhl Libre", serif;
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New',
    monospace;
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-xl: 36rem;
    --container-2xl: 42rem;
    --container-3xl: 48rem;
    --container-4xl: 56rem;
    --container-5xl: 64rem;
    --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-6xl: 3.75rem;
    --text-6xl--line-height: 1;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --radius-lg: 0.5rem;
    --radius-3xl: 1.5rem;
    --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: #173f3b;
    --color-primary-100: #dcebe7;
    --color-primary-500: #2f6f68;
    --color-primary-600: #245b55;
    --color-primary-700: #173f3b;
    --color-primary-900: #0b2825;
    --color-secondary-50: #faf8f4;
    --color-secondary-300: #d2c6b7;
    --color-secondary-500: #918678;
    --color-secondary-600: #746b60;
    --color-secondary-700: #564f47;
    --color-neutral: #17211f;
    --color-background: #fbfaf7;
    --color-ink: #17211f;
    --color-paper: #fbfaf7;
    --color-gold: #b49768;
    --color-line: #ddd6ca;
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji');
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type='button'], [type='reset'], [type='submit']), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden='until-found'])) {
    display: none !important;
  }
}
@layer utilities {
  .visible {
    visibility: visible;
  }
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
    border-width: 0;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  .inset-8 {
    inset: calc(var(--spacing) * 8);
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-1\/2 {
    top: calc(1 / 2 * 100%);
  }
  .left-1\.5 {
    left: calc(var(--spacing) * 1.5);
  }
  .z-40 {
    z-index: 40;
  }
  .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-7 {
    margin-top: calc(var(--spacing) * 7);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mt-9 {
    margin-top: calc(var(--spacing) * 9);
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .mt-12 {
    margin-top: calc(var(--spacing) * 12);
  }
  .mt-14 {
    margin-top: calc(var(--spacing) * 14);
  }
  .mt-\[-1rem\] {
    margin-top: -1rem;
  }
  .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-5 {
    margin-bottom: calc(var(--spacing) * 5);
  }
  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .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;
  }
  .table {
    display: table;
  }
  .h-auto {
    height: auto;
  }
  .\!min-h-\[42px\] {
    min-height: 42px !important;
  }
  .min-h-\[68vh\] {
    min-height: 68vh;
  }
  .min-h-\[330px\] {
    min-height: 330px;
  }
  .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-none {
    max-width: none;
  }
  .max-w-xl {
    max-width: var(--container-xl);
  }
  .flex-1 {
    flex: 1;
  }
  .-translate-y-1\/2 {
    --tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .list-none {
    list-style-type: none;
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-1 {
    gap: calc(var(--spacing) * 1);
  }
  .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-9 {
    gap: calc(var(--spacing) * 9);
  }
  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }
  .gap-12 {
    gap: calc(var(--spacing) * 12);
  }
  .gap-14 {
    gap: calc(var(--spacing) * 14);
  }
  .space-y-3 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 3) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 3) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .gap-x-4 {
    column-gap: calc(var(--spacing) * 4);
  }
  .gap-x-8 {
    column-gap: calc(var(--spacing) * 8);
  }
  .gap-y-2 {
    row-gap: calc(var(--spacing) * 2);
  }
  .gap-y-12 {
    row-gap: calc(var(--spacing) * 12);
  }
  .divide-y {
    :where(& > :not(:last-child)) {
      --tw-divide-y-reverse: 0;
      border-bottom-style: var(--tw-border-style);
      border-top-style: var(--tw-border-style);
      border-top-width: calc(1px * var(--tw-divide-y-reverse));
      border-bottom-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    }
  }
  .divide-line {
    :where(& > :not(:last-child)) {
      border-color: var(--color-line);
    }
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .rounded-3xl {
    border-radius: var(--radius-3xl);
  }
  .rounded-\[48\%_52\%_45\%_55\%\/58\%_42\%_58\%_42\%\] {
    border-radius: 48% 52% 45% 55%/58% 42% 58% 42%;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-0 {
    border-style: var(--tw-border-style);
    border-width: 0px;
  }
  .border-y {
    border-block-style: var(--tw-border-style);
    border-block-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-line {
    border-color: var(--color-line);
  }
  .border-white\/15 {
    border-color: color-mix(in srgb, #fff 15%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-white) 15%, transparent);
    }
  }
  .border-white\/20 {
    border-color: color-mix(in srgb, #fff 20%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-white) 20%, transparent);
    }
  }
  .bg-background {
    background-color: var(--color-background);
  }
  .bg-paper {
    background-color: var(--color-paper);
  }
  .bg-primary-900 {
    background-color: var(--color-primary-900);
  }
  .bg-secondary-50 {
    background-color: var(--color-secondary-50);
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-white\/70 {
    background-color: color-mix(in srgb, #fff 70%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-white) 70%, transparent);
    }
  }
  .p-0 {
    padding: calc(var(--spacing) * 0);
  }
  .p-5 {
    padding: calc(var(--spacing) * 5);
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .p-7 {
    padding: calc(var(--spacing) * 7);
  }
  .\!px-5 {
    padding-inline: calc(var(--spacing) * 5) !important;
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .py-5 {
    padding-block: calc(var(--spacing) * 5);
  }
  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }
  .py-14 {
    padding-block: calc(var(--spacing) * 14);
  }
  .py-20 {
    padding-block: calc(var(--spacing) * 20);
  }
  .pt-4 {
    padding-top: calc(var(--spacing) * 4);
  }
  .pt-5 {
    padding-top: calc(var(--spacing) * 5);
  }
  .pt-6 {
    padding-top: calc(var(--spacing) * 6);
  }
  .pt-8 {
    padding-top: calc(var(--spacing) * 8);
  }
  .pt-10 {
    padding-top: calc(var(--spacing) * 10);
  }
  .pb-16 {
    padding-bottom: calc(var(--spacing) * 16);
  }
  .pl-28 {
    padding-left: calc(var(--spacing) * 28);
  }
  .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));
  }
  .text-\[7rem\] {
    font-size: 7rem;
  }
  .leading-6 {
    --tw-leading: calc(var(--spacing) * 6);
    line-height: calc(var(--spacing) * 6);
  }
  .leading-7 {
    --tw-leading: calc(var(--spacing) * 7);
    line-height: calc(var(--spacing) * 7);
  }
  .leading-8 {
    --tw-leading: calc(var(--spacing) * 8);
    line-height: calc(var(--spacing) * 8);
  }
  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }
  .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-\[\.1em\] {
    --tw-tracking: .1em;
    letter-spacing: .1em;
  }
  .tracking-\[\.13em\] {
    --tw-tracking: .13em;
    letter-spacing: .13em;
  }
  .tracking-\[\.14em\] {
    --tw-tracking: .14em;
    letter-spacing: .14em;
  }
  .text-ink {
    color: var(--color-ink);
  }
  .text-neutral {
    color: var(--color-neutral);
  }
  .text-primary-100 {
    color: var(--color-primary-100);
  }
  .text-primary-600 {
    color: var(--color-primary-600);
  }
  .text-primary-700 {
    color: var(--color-primary-700);
  }
  .text-secondary-500 {
    color: var(--color-secondary-500);
  }
  .text-secondary-600 {
    color: var(--color-secondary-600);
  }
  .text-secondary-700 {
    color: var(--color-secondary-700);
  }
  .text-white {
    color: var(--color-white);
  }
  .text-white\/60 {
    color: color-mix(in srgb, #fff 60%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-white) 60%, transparent);
    }
  }
  .text-white\/78 {
    color: color-mix(in srgb, #fff 78%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-white) 78%, transparent);
    }
  }
  .uppercase {
    text-transform: uppercase;
  }
  .no-underline {
    text-decoration-line: none;
  }
  .blur {
    --tw-blur: blur(8px);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .transition-colors {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .select-none {
    -webkit-user-select: none;
    user-select: none;
  }
  .group-hover\:text-primary-600 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        color: var(--color-primary-600);
      }
    }
  }
  .hover\:text-primary {
    &:hover {
      @media (hover: hover) {
        color: var(--color-primary);
      }
    }
  }
  .hover\:text-primary-600 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-primary-600);
      }
    }
  }
  .hover\:text-primary-700 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-primary-700);
      }
    }
  }
  .focus\:not-sr-only {
    &:focus {
      position: static;
      width: auto;
      height: auto;
      padding: 0;
      margin: 0;
      overflow: visible;
      clip-path: none;
      white-space: normal;
    }
  }
  .focus\:fixed {
    &:focus {
      position: fixed;
    }
  }
  .focus\:top-3 {
    &:focus {
      top: calc(var(--spacing) * 3);
    }
  }
  .focus\:right-3 {
    &:focus {
      right: calc(var(--spacing) * 3);
    }
  }
  .focus\:z-50 {
    &:focus {
      z-index: 50;
    }
  }
  .focus\:rounded-lg {
    &:focus {
      border-radius: var(--radius-lg);
    }
  }
  .focus\:bg-white {
    &:focus {
      background-color: var(--color-white);
    }
  }
  .focus\:px-4 {
    &:focus {
      padding-inline: calc(var(--spacing) * 4);
    }
  }
  .focus\:py-2 {
    &:focus {
      padding-block: calc(var(--spacing) * 2);
    }
  }
  .focus\:text-primary-900 {
    &:focus {
      color: var(--color-primary-900);
    }
  }
  .sm\:grid-cols-2 {
    @media (width >= 40rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .sm\:grid-cols-3 {
    @media (width >= 40rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .sm\:text-right {
    @media (width >= 40rem) {
      text-align: right;
    }
  }
  .md\:grid-cols-2 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-3 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .md\:gap-8 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 8);
    }
  }
  .md\:p-8 {
    @media (width >= 48rem) {
      padding: calc(var(--spacing) * 8);
    }
  }
  .md\:py-6 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 6);
    }
  }
  .md\:py-16 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 16);
    }
  }
  .md\:py-18 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 18);
    }
  }
  .md\:py-20 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 20);
    }
  }
  .md\:py-28 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 28);
    }
  }
  .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-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));
    }
  }
  .md\:text-\[11rem\] {
    @media (width >= 48rem) {
      font-size: 11rem;
    }
  }
  .lg\:sticky {
    @media (width >= 64rem) {
      position: sticky;
    }
  }
  .lg\:top-28 {
    @media (width >= 64rem) {
      top: calc(var(--spacing) * 28);
    }
  }
  .lg\:grid-cols-3 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-\[\.72fr_1\.28fr\] {
    @media (width >= 64rem) {
      grid-template-columns: .72fr 1.28fr;
    }
  }
  .lg\:grid-cols-\[\.85fr_1\.15fr\] {
    @media (width >= 64rem) {
      grid-template-columns: .85fr 1.15fr;
    }
  }
  .lg\:grid-cols-\[1fr_\.85fr\] {
    @media (width >= 64rem) {
      grid-template-columns: 1fr .85fr;
    }
  }
  .lg\:grid-cols-\[1fr_280px\] {
    @media (width >= 64rem) {
      grid-template-columns: 1fr 280px;
    }
  }
  .lg\:grid-cols-\[minmax\(0\,1fr\)_230px\] {
    @media (width >= 64rem) {
      grid-template-columns: minmax(0,1fr) 230px;
    }
  }
  .lg\:grid-cols-\[minmax\(0\,1fr\)_260px\] {
    @media (width >= 64rem) {
      grid-template-columns: minmax(0,1fr) 260px;
    }
  }
  .lg\:gap-16 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 16);
    }
  }
  .lg\:gap-20 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 20);
    }
  }
  .lg\:gap-24 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 24);
    }
  }
}
@layer base {
  html {
    scroll-behavior: smooth;
  }
  body {
    background: var(--color-paper);
    color: var(--color-ink);
    font-family: var(--font-sans);
    -webkit-font-smoothing: antialiased;
  }
  ::selection {
    background: var(--color-primary-100);
    color: var(--color-primary-900);
  }
  a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible {
    outline: 3px solid var(--color-gold);
    outline-offset: 4px;
  }
  img {
    max-width: 100%;
    height: auto;
  }
}
@layer components {
  .nd-shell {
    width: min(1180px, calc(100% - 40px));
    margin-inline: auto;
  }
  .nd-eyebrow {
    font-size: .76rem;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--color-primary-600);
    font-weight: 700;
  }
  .nd-display {
    font-family: var(--font-serif);
    font-weight: 600;
    line-height: .98;
    letter-spacing: -.038em;
    text-wrap: balance;
  }
  .nd-rule {
    width: 76px;
    height: 1px;
    background: var(--color-gold);
  }
  .nd-card {
    border: 1px solid var(--color-line);
    background: rgba(255,255,255,.7);
    border-radius: 22px;
    transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
  }
  .nd-card:hover {
    border-color: #c7b89f;
    transform: translateY(-3px);
    box-shadow: 0 18px 50px rgba(23,63,59,.08);
  }
  .nd-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0 24px;
    border-radius: 999px;
    font-weight: 700;
    text-decoration: none;
    transition: transform .2s ease, background-color .2s ease, border-color .2s ease;
  }
  .nd-button-primary {
    background: var(--color-primary-700);
    color: white;
  }
  .nd-button-primary:hover {
    background: var(--color-primary-900);
    transform: translateY(-1px);
  }
  .nd-button-ghost {
    border: 1px solid var(--color-line);
    color: var(--color-ink);
    background: rgba(255,255,255,.55);
  }
  .nd-button-ghost:hover {
    border-color: var(--color-primary-500);
    transform: translateY(-1px);
  }
  .nd-soft-grid {
    background-image: linear-gradient(rgba(23,63,59,.034) 1px, transparent 1px), linear-gradient(90deg, rgba(23,63,59,.034) 1px, transparent 1px);
    background-size: 32px 32px;
  }
  .nd-hero-dark {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    background: radial-gradient(circle at 18% 18%, rgba(180,151,104,.12), transparent 28%), linear-gradient(135deg, #0b2825 0%, #123d38 52%, #0a211f 100%);
    color: #fff;
    border-bottom: 1px solid rgba(255,255,255,.08);
  }
  .nd-hero-dark::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(255,255,255,.028) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.028) 1px,transparent 1px);
    background-size: 44px 44px;
    mask-image: linear-gradient(to left,black,transparent 82%);
    pointer-events: none;
  }
  .nd-hero-watermark {
    position: absolute;
    left: -2vw;
    bottom: -.26em;
    font-family: var(--font-serif);
    font-size: clamp(12rem,28vw,32rem);
    line-height: .8;
    letter-spacing: -.08em;
    color: rgba(255,255,255,.025);
    white-space: nowrap;
    pointer-events: none;
    user-select: none;
  }
  .nd-hero-layout {
    position: relative;
    z-index: 2;
    min-height: 760px;
    display: grid;
    grid-template-columns: minmax(0,1.03fr) minmax(400px,.97fr);
    gap: clamp(40px,6vw,100px);
    align-items: center;
    padding-top: 96px;
    padding-bottom: 96px;
  }
  .nd-hero-copy {
    max-width: 760px;
  }
  .nd-hero-kicker {
    font-size: .78rem;
    font-weight: 700;
    letter-spacing: .16em;
    color: #d8c399;
    margin: 0 0 24px;
  }
  .nd-hero-title {
    font-family: var(--font-serif);
    font-size: clamp(4rem,7.2vw,7rem);
    line-height: .9;
    letter-spacing: -.055em;
    font-weight: 600;
    margin: 0;
    text-wrap: balance;
  }
  .nd-hero-title span {
    color: #d8d0c3;
    font-weight: 500;
  }
  .nd-hero-rule {
    width: 92px;
    height: 1px;
    background: #b49768;
    margin: 34px 0;
  }
  .nd-hero-lead {
    max-width: 670px;
    font-size: clamp(1.08rem,1.7vw,1.3rem);
    line-height: 1.8;
    color: rgba(255,255,255,.76);
    margin: 0;
  }
  .nd-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 34px;
  }
  .nd-button-ivory {
    background: #f6f1e9;
    color: #0b2825;
  }
  .nd-button-ivory:hover {
    background: white;
    transform: translateY(-2px);
  }
  .nd-button-darkghost {
    color: white;
    border: 1px solid rgba(255,255,255,.24);
    background: rgba(255,255,255,.03);
  }
  .nd-button-darkghost:hover {
    border-color: rgba(255,255,255,.5);
    background: rgba(255,255,255,.06);
    transform: translateY(-2px);
  }
  .nd-hero-note {
    max-width: 620px;
    margin: 22px 0 0;
    color: rgba(255,255,255,.72);
    font-size: .8rem;
    line-height: 1.7;
  }
  .nd-decision-map {
    position: relative;
    min-height: 520px;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 38% 62% 46% 54% / 55% 38% 62% 45%;
    background: radial-gradient(circle at center, rgba(255,255,255,.065), rgba(255,255,255,.012) 58%, transparent 70%);
    box-shadow: inset 0 0 80px rgba(255,255,255,.025),0 50px 120px rgba(0,0,0,.22);
  }
  .nd-map-rings,.nd-map-rings i {
    position: absolute;
    inset: 50% auto auto 50%;
    transform: translate(-50%,-50%);
    border: 1px solid rgba(216,195,153,.18);
    border-radius: 50%;
  }
  .nd-map-rings {
    width: 76%;
    aspect-ratio: 1;
    border: none;
  }
  .nd-map-rings i:nth-child(1) {
    width: 100%;
    height: 100%;
  }
  .nd-map-rings i:nth-child(2) {
    width: 70%;
    height: 70%;
  }
  .nd-map-rings i:nth-child(3) {
    width: 40%;
    height: 40%;
  }
  .nd-map-center {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 126px;
    height: 126px;
    border-radius: 50%;
    display: grid;
    place-content: center;
    text-align: center;
    border: 1px solid rgba(216,195,153,.4);
    background: #0d302c;
    box-shadow: 0 0 0 12px rgba(216,195,153,.035);
  }
  .nd-map-center span {
    font-family: var(--font-serif);
    font-size: 2.5rem;
    line-height: 1;
    color: #e6d8bd;
    letter-spacing: -.05em;
  }
  .nd-map-center small {
    color: rgba(255,255,255,.76);
    margin-top: 6px;
    font-size: .7rem;
  }
  .nd-map-node {
    position: absolute;
    width: 180px;
    padding: 16px 18px;
    border: 1px solid rgba(255,255,255,.14);
    background: rgba(9,34,31,.82);
    backdrop-filter: blur(10px);
    border-radius: 18px;
    box-shadow: 0 18px 40px rgba(0,0,0,.16);
  }
  .nd-map-node b {
    display: block;
    font-family: var(--font-serif);
    font-size: 1.3rem;
    color: #c9ad7d;
    font-weight: 500;
  }
  .nd-map-node span {
    display: block;
    font-size: 1.05rem;
    font-weight: 700;
    margin-top: 2px;
  }
  .nd-map-node small {
    display: block;
    color: rgba(255,255,255,.76);
    font-size: .74rem;
    margin-top: 5px;
    line-height: 1.5;
  }
  .nd-map-node-a {
    right: 5%;
    top: 13%;
  }
  .nd-map-node-b {
    left: 3%;
    top: 42%;
  }
  .nd-map-node-c {
    right: 12%;
    bottom: 8%;
  }
  .nd-map-caption {
    position: absolute;
    left: 8%;
    bottom: 10%;
    font-family: var(--font-serif);
    font-size: 1.25rem;
    line-height: 1.25;
    color: rgba(255,255,255,.65);
    text-align: left;
  }
  .nd-hero {
    isolation: isolate;
  }
  .nd-orb {
    position: absolute;
    border-radius: 999px;
    filter: blur(10px);
    opacity: .48;
    pointer-events: none;
    z-index: -1;
  }
  .nd-orb-one {
    width: 420px;
    height: 420px;
    background: radial-gradient(circle at 35% 35%, #dcebe7, transparent 72%);
    top: -140px;
    left: -90px;
  }
  .nd-orb-two {
    width: 520px;
    height: 520px;
    background: radial-gradient(circle at 50% 50%, rgba(180,151,104,.14), transparent 70%);
    bottom: -250px;
    right: 30%;
  }
  .nd-process-card {
    box-shadow: 0 30px 90px rgba(11,40,37,.09);
    position: relative;
    overflow: hidden;
  }
  .nd-process-card::after {
    content: "";
    position: absolute;
    inset: auto -60px -80px auto;
    width: 210px;
    height: 210px;
    border: 1px solid rgba(180,151,104,.24);
    border-radius: 50%;
  }
  .nd-seal {
    width: 48px;
    height: 48px;
    border: 1px solid var(--color-line);
    display: grid;
    place-items: center;
    border-radius: 50%;
    font-family: var(--font-serif);
    font-weight: 700;
    color: var(--color-primary-700);
    background: rgba(255,255,255,.7);
  }
  .nd-stage-card {
    min-height: 270px;
    position: relative;
    overflow: hidden;
  }
  .nd-card-arrow {
    position: absolute;
    left: 24px;
    bottom: 18px;
    font-size: 1.5rem;
    color: #745d3e;
    transition: transform .25s ease;
  }
  .nd-stage-card:hover .nd-card-arrow {
    transform: translateX(-5px);
  }
  .nd-stage-section {
    padding: clamp(76px,9vw,128px) 0;
    background: linear-gradient(180deg,#fbfaf7 0%,#f6f2eb 100%);
    border-bottom: 1px solid var(--color-line);
  }
  .nd-services-section {
    padding: clamp(82px,10vw,140px) 0;
    background: #0f302d;
    color: white;
    position: relative;
    overflow: hidden;
  }
  .nd-services-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(115deg,rgba(255,255,255,.025),transparent 42%),radial-gradient(circle at 10% 10%,rgba(180,151,104,.11),transparent 30%);
    pointer-events: none;
  }
  .nd-services-section .nd-eyebrow {
    color: #d7bf91;
  }
  .nd-services-section .nd-display {
    color: white;
  }
  .nd-services-section .text-secondary-700 {
    color: rgba(255,255,255,.66) !important;
  }
  .nd-services-section .divide-y, .nd-services-section .border-y {
    border-color: rgba(255,255,255,.13) !important;
  }
  .nd-service-row {
    display: grid;
    grid-template-columns: 66px 1fr;
    gap: 26px;
    padding: 34px 6px;
    position: relative;
    transition: padding .25s ease, background-color .25s ease;
  }
  .nd-service-row:hover {
    padding-right: 18px;
    background: rgba(255,255,255,.025);
  }
  .nd-service-row > span {
    font-family: var(--font-serif);
    font-size: 1.65rem;
    color: #d7bf91;
  }
  .nd-service-row h3 {
    font-family: var(--font-serif);
    font-size: 1.75rem;
    line-height: 1.15;
    font-weight: 600;
    margin: 0;
    color: white;
  }
  .nd-service-row p {
    color: rgba(255,255,255,.78);
    line-height: 1.85;
    margin: .5rem 0 0;
    max-width: 690px;
  }
  .nd-knowledge-section {
    padding: clamp(82px,10vw,140px) 0;
    background: #f8f5ef;
    border-bottom: 1px solid var(--color-line);
  }
  .nd-knowledge-section .nd-topic-card {
    background: rgba(255,255,255,.62);
    border-radius: 0;
    border-color: #d8cfc1;
    min-height: 220px;
  }
  .nd-knowledge-section .nd-topic-card:hover {
    background: white;
    box-shadow: 0 22px 55px rgba(23,63,59,.08);
    transform: translateY(-5px);
  }
  .nd-knowledge-section .nd-post-card {
    padding: 28px 24px 0;
    border-top: 1px solid #cdbfa9;
  }
  .nd-about-section {
    padding: clamp(88px,10vw,148px) 0;
    background: linear-gradient(135deg,#0b2825 0%,#123b37 60%,#0b2825 100%);
    color: white;
    position: relative;
    overflow: hidden;
  }
  .nd-about-section::after {
    content: "";
    position: absolute;
    width: 580px;
    height: 580px;
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 50%;
    left: -180px;
    top: 50%;
    transform: translateY(-50%);
    box-shadow: 0 0 0 80px rgba(255,255,255,.018),0 0 0 160px rgba(255,255,255,.01);
  }
  .nd-about-section .nd-monogram {
    color: rgba(255,255,255,.055);
  }
  .nd-about-section .nd-shell {
    position: relative;
    z-index: 1;
  }
  .nd-text-link {
    display: inline-flex;
    gap: 10px;
    align-items: center;
    color: var(--color-primary-700);
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
  }
  .nd-text-link span {
    transition: transform .2s ease;
  }
  .nd-text-link:hover span {
    transform: translateX(-5px);
  }
  .nd-topic-card {
    display: block;
    min-height: 200px;
    padding: 24px;
    border: 1px solid var(--color-line);
    border-radius: 18px;
    color: var(--color-ink);
    text-decoration: none;
    background: rgba(255,255,255,.5);
    transition: .25s ease;
  }
  .nd-topic-card:hover {
    background: white;
    border-color: #c9baa0;
    transform: translateY(-3px);
    box-shadow: 0 14px 44px rgba(23,63,59,.07);
  }
  .nd-topic-card > span {
    font-family: var(--font-serif);
    color: #745d3e;
    font-size: 1.4rem;
  }
  .nd-topic-card h3 {
    font-size: 1.28rem;
    font-weight: 700;
    margin-top: 26px;
  }
  .nd-topic-card p {
    color: var(--color-secondary-600);
    margin-top: 7px;
    line-height: 1.65;
  }
  .nd-monogram {
    font-family: var(--font-serif);
    font-size: clamp(8rem,20vw,15rem);
    font-weight: 600;
    line-height: 1;
    color: rgba(255,255,255,.07);
    letter-spacing: -.08em;
    user-select: none;
  }
  .nd-principle {
    padding: 28px;
    border-top: 1px solid var(--color-line);
  }
  .nd-principle > span {
    font-family: var(--font-serif);
    font-size: 2rem;
    color: #745d3e;
  }
  .nd-principle h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-top: 18px;
  }
  .nd-principle p {
    color: var(--color-secondary-600);
    line-height: 1.75;
    margin-top: 9px;
  }
  .nd-contact-panel {
    border: 1px solid #cfc3b1;
    padding: clamp(32px,5vw,68px);
    border-radius: 0;
    background: linear-gradient(135deg,rgba(255,255,255,.94),rgba(239,244,241,.88));
    box-shadow: 0 32px 90px rgba(23,63,59,.08);
    position: relative;
    overflow: hidden;
  }
  .nd-contact-panel::before {
    content: "";
    position: absolute;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    border: 1px solid rgba(180,151,104,.25);
    left: -70px;
    top: -80px;
    box-shadow: 0 0 0 48px rgba(180,151,104,.035);
  }
  .nd-contact-panel > * {
    position: relative;
    z-index: 1;
  }
  .nd-page-hero {
    padding: 80px 0 58px;
    border-bottom: 1px solid var(--color-line);
    background: linear-gradient(180deg, rgba(241,247,245,.85), rgba(251,250,247,0));
  }
  .nd-page-title {
    font-family: var(--font-serif);
    font-size: clamp(3rem,7vw,5.7rem);
    line-height: .98;
    letter-spacing: -.035em;
    font-weight: 600;
    color: var(--color-primary-900);
    max-width: 900px;
    text-wrap: balance;
  }
  .nd-prose {
    font-size: 1.06rem;
    line-height: 1.95;
    color: #363b39;
  }
  .nd-prose > * + * {
    margin-top: 1.35em;
  }
  .nd-prose h2 {
    font-family: var(--font-serif);
    font-size: 2rem;
    line-height: 1.15;
    color: var(--color-primary-900);
    margin-top: 2.2em;
  }
  .nd-prose h3 {
    font-size: 1.35rem;
    color: var(--color-ink);
    margin-top: 1.8em;
    font-weight: 700;
  }
  .nd-prose a {
    color: var(--color-primary-600);
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
  }
  .nd-prose blockquote {
    border-right: 3px solid var(--color-gold);
    margin: 2em 0;
    padding: .4em 1.4em .4em 0;
    color: var(--color-secondary-700);
    font-family: var(--font-serif);
    font-size: 1.35rem;
  }
  .nd-prose ul, .nd-prose ol {
    padding-right: 1.4em;
  }
  .nd-prose li + li {
    margin-top: .5em;
  }
  .nd-prose table {
    width: 100%;
    border-collapse: collapse;
    font-size: .95rem;
  }
  .nd-prose th, .nd-prose td {
    border-bottom: 1px solid var(--color-line);
    padding: 12px 10px;
    text-align: right;
  }
  .nd-legal-note {
    border: 1px solid var(--color-line);
    border-radius: 18px;
    background: var(--color-secondary-50);
    padding: 20px 22px;
    font-size: .88rem;
    line-height: 1.75;
    color: var(--color-secondary-700);
  }
  .nd-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 18px;
    color: var(--color-secondary-600);
    font-size: .82rem;
  }
  .nd-breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    align-items: center;
    font-size: .78rem;
    color: var(--color-secondary-600);
  }
  .nd-breadcrumbs a {
    color: var(--color-primary-600);
    text-decoration: none;
    font-weight: 700;
  }
  .nd-breadcrumbs a:hover {
    text-decoration: underline;
    text-underline-offset: 3px;
  }
  .nd-post-card {
    border-top: 1px solid var(--color-line);
    padding-top: 24px;
  }
  .nd-post-card h2, .nd-post-card h3 {
    font-family: var(--font-serif);
    font-weight: 600;
    line-height: 1.15;
  }
  .nd-search-input {
    width: 100%;
    border: 1px solid var(--color-line);
    border-radius: 999px;
    padding: 15px 20px;
    background: white;
    color: var(--color-ink);
  }
  .nd-empty-state {
    border: 1px dashed var(--color-secondary-300);
    border-radius: 24px;
    padding: 48px 28px;
    text-align: center;
    background: rgba(255,255,255,.55);
  }
  .nd-comment {
    border-top: 1px solid var(--color-line);
    padding: 20px 0;
  }
  .nd-form-field {
    width: 100%;
    border: 1px solid var(--color-line);
    border-radius: 14px;
    background: white;
    padding: 13px 15px;
    min-height: 48px;
  }
  .nd-form-label {
    display: block;
    font-size: .86rem;
    font-weight: 700;
    margin-bottom: 7px;
  }
  .nd-mobile-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 2px;
    border-bottom: 1px solid var(--color-line);
    color: var(--color-ink);
    text-decoration: none;
    font-weight: 700;
  }
  .nd-mobile-link:last-child {
    border-bottom: 0;
  }
  .nd-faq-item {
    padding: 0;
  }
  .nd-faq-button {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 22px 2px;
    text-align: right;
    font-weight: 700;
    font-size: 1.05rem;
    color: var(--color-ink);
  }
  .nd-faq-button span:last-child {
    font-family: var(--font-serif);
    font-size: 1.8rem;
    color: #745d3e;
    font-weight: 400;
    line-height: 1;
  }
  .nd-faq-answer {
    padding: 0 0 22px;
    color: var(--color-secondary-600);
    line-height: 1.8;
    max-width: 720px;
  }
  .nd-mobile-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 14px 2px;
    border-bottom: 1px solid var(--color-line);
    color: var(--color-ink);
    text-decoration: none;
    font-weight: 700;
  }
  .nd-mobile-link:last-child {
    border-bottom: 0;
  }
  .nd-mobile-link span {
    color: var(--color-gold);
    transition: transform .2s ease;
  }
  .nd-mobile-link:hover span {
    transform: translateX(-4px);
  }
  .nd-site-header {
    background: rgba(251,250,247,.9);
    backdrop-filter: blur(18px);
    border-bottom: 1px solid rgba(221,214,202,.78);
  }
  .nd-header-inner {
    min-height: 78px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    direction: rtl;
  }
  .nd-main-nav {
    align-items: center;
    gap: 24px;
    font-size: .88rem;
    font-weight: 700;
    white-space: nowrap;
    direction: rtl;
    margin-right: auto;
  }
  .nd-main-nav > .nd-header-cta {
    margin-right: 8px;
  }
  .nd-brand {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    color: var(--color-primary-900);
  }
  .nd-brand-mark {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 1px solid rgba(180,151,104,.5);
    display: grid;
    place-items: center;
    font-family: var(--font-serif);
    font-weight: 700;
    letter-spacing: -.04em;
    background: linear-gradient(145deg,#fff,#f2eee6);
    box-shadow: 0 8px 24px rgba(11,40,37,.06);
  }
  .nd-brand-copy {
    display: flex;
    flex-direction: column;
    line-height: 1.05;
  }
  .nd-brand-copy strong {
    font-family: var(--font-serif);
    font-size: 1.55rem;
    font-weight: 600;
    letter-spacing: -.02em;
  }
  .nd-brand-copy small {
    margin-top: 5px;
    font-size: .68rem;
    color: var(--color-secondary-600);
    letter-spacing: .06em;
  }
  .nd-header-link {
    color: var(--color-secondary-700);
    text-decoration: none;
    position: relative;
    padding: 8px 0;
  }
  .nd-header-link::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 3px;
    width: 0;
    height: 1px;
    background: var(--color-gold);
    transition: width .2s ease;
  }
  .nd-header-link:hover::after {
    width: 100%;
  }
  .nd-header-cta {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    min-height: 42px;
    padding: 0 18px;
    border-radius: 999px;
    background: var(--color-primary-900);
    color: white;
    text-decoration: none;
  }
  .nd-header-cta span {
    color: #d1b47b;
    transition: transform .2s ease;
  }
  .nd-header-cta:hover span {
    transform: translateX(-4px);
  }
  .nd-menu-button {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid var(--color-line);
    background: rgba(255,255,255,.78);
    color: var(--color-primary-900);
    display: grid;
    place-items: center;
  }
  .nd-mobile-panel {
    border-top: 1px solid var(--color-line);
    background: rgba(251,250,247,.98);
  }
  .nd-main-nav {
    display: none !important;
  }
  .nd-brand, .nd-menu-button {
    position: relative;
    z-index: 70;
  }
  .nd-overlay-menu {
    position: fixed;
    inset: 0;
    z-index: 60;
    height: 100dvh;
    max-height: none;
    overflow-y: auto;
    overscroll-behavior: contain;
    background: #fbfaf7;
    box-shadow: none;
    padding-top: 82px;
  }
  .nd-overlay-menu > .nd-shell {
    padding-top: 16px;
    padding-bottom: 42px;
  }
  .nd-overlay-menu .nd-mobile-link {
    font-size: 1.08rem;
    padding: 17px 4px;
  }
  .nd-overlay-menu .nd-mobile-submenu {
    padding: 6px 16px 14px;
  }
  .nd-overlay-menu .nd-mobile-submenu a {
    padding: 10px 0;
    line-height: 1.55;
  }
  @media (min-width: 1024px) {
    .nd-overlay-menu > .nd-shell {
      max-width: 880px;
      padding-top: 30px;
      padding-bottom: 34px;
    }
    .nd-overlay-menu .nd-mobile-link {
      font-size: 1.12rem;
      padding: 17px 4px;
    }
    .nd-overlay-menu .nd-mobile-submenu {
      grid-template-columns: repeat(3,minmax(0,1fr));
      gap: 12px 28px;
      padding: 8px 18px 18px;
    }
    .nd-overlay-menu .nd-mobile-submenu a {
      font-size: .92rem;
    }
  }
  .nd-nav-group {
    position: relative;
  }
  .nd-main-nav .nd-nav-group:not([data-nd-group]) {
    display: none !important;
  }
  @media (min-width: 1024px) and (max-width: 1199px) {
    .nd-main-nav {
      gap: 15px;
      font-size: .83rem;
    }
    .nd-main-nav .nd-header-cta {
      padding: 0 14px;
    }
  }
  .nd-header-link-parent {
    display: inline-flex;
    align-items: center;
    gap: 6px;
  }
  .nd-header-link-parent > span {
    font-size: .72rem;
    color: var(--color-gold);
    transform: translateY(-1px);
  }
  .nd-dropdown {
    z-index: 70;
    position: absolute;
    top: calc(100% + 14px);
    right: -22px;
    width: 330px;
    padding: 10px;
    border: 1px solid var(--color-line);
    border-radius: 18px;
    background: rgba(255,255,255,.98);
    box-shadow: 0 22px 60px rgba(11,40,37,.14);
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition: opacity .18s ease, transform .18s ease, visibility .18s;
  }
  .nd-dropdown::before {
    content: "";
    position: absolute;
    top: -15px;
    right: 0;
    left: 0;
    height: 18px;
  }
  .nd-nav-group:hover .nd-dropdown, .nd-nav-group:focus-within .nd-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  .nd-dropdown--long {
    width: 380px;
    max-height: min(72vh,620px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
  .nd-dropdown--long a {
    padding: 9px 13px;
  }
  .nd-dropdown a {
    display: block;
    padding: 12px 13px;
    border-radius: 12px;
    color: var(--color-ink);
    text-decoration: none;
  }
  .nd-dropdown a:hover, .nd-dropdown a:focus-visible {
    background: var(--color-secondary-50);
    outline: none;
  }
  .nd-dropdown strong {
    display: block;
    font-size: .92rem;
  }
  .nd-dropdown small {
    display: block;
    margin-top: 4px;
    color: var(--color-secondary-600);
    font-size: .74rem;
    line-height: 1.45;
    font-weight: 500;
  }
  .nd-mobile-toggle {
    width: 100%;
    background: none;
    border: 0;
    text-align: right;
    font: inherit;
    cursor: pointer;
  }
  .nd-mobile-toggle b {
    color: var(--color-gold);
    font-size: 1.1rem;
    font-weight: 500;
  }
  .nd-mobile-submenu {
    display: grid;
    gap: 2px;
    padding: 2px 14px 10px;
    border-bottom: 1px solid var(--color-line);
  }
  .nd-mobile-submenu a {
    padding: 9px 0;
    color: var(--color-secondary-700);
    text-decoration: none;
    font-size: .9rem;
    font-weight: 600;
  }
  .nd-site-footer {
    background: #071f1d;
    color: white;
    border-top: 1px solid rgba(255,255,255,.08);
  }
  .nd-footer-top {
    padding: 76px 0 64px;
    display: grid;
    grid-template-columns: 1.15fr .85fr;
    gap: 90px;
    align-items: start;
  }
  .nd-footer-kicker {
    font-size: .72rem;
    text-transform: uppercase;
    letter-spacing: .14em;
    color: #d1b47b;
    font-weight: 700;
  }
  .nd-footer-title {
    margin-top: 16px;
    font-family: var(--font-serif);
    font-size: clamp(2.5rem,5vw,4.7rem);
    line-height: .98;
    font-weight: 600;
    max-width: 760px;
  }
  .nd-footer-copy {
    margin-top: 18px;
    color: rgba(255,255,255,.64);
    line-height: 1.85;
    max-width: 650px;
  }
  .nd-footer-cta {
    margin-top: 28px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: white;
    text-decoration: none;
    font-weight: 700;
    border-bottom: 1px solid rgba(209,180,123,.55);
    padding-bottom: 5px;
  }
  .nd-footer-cta span {
    color: #d1b47b;
  }
  .nd-footer-meta {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 44px;
  }
  .nd-footer-meta > div {
    display: grid;
    gap: 10px;
    align-content: start;
  }
  .nd-footer-label {
    color: #d1b47b;
    font-size: .72rem;
    text-transform: uppercase;
    letter-spacing: .12em;
    font-weight: 700;
    margin-bottom: 4px;
  }
  .nd-footer-meta a {
    color: rgba(255,255,255,.7);
    text-decoration: none;
    font-size: .92rem;
  }
  .nd-footer-meta a:hover {
    color: white;
  }
  .nd-footer-bottom {
    border-top: 1px solid rgba(255,255,255,.08);
  }
  .nd-footer-amana {
    color: #d8c399;
    text-decoration: underline;
    text-underline-offset: 3px;
    font-weight: 700;
  }
  .nd-footer-amana:hover {
    color: #fff;
  }
  .nd-footer-bottom .nd-shell {
    min-height: 58px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    color: rgba(255,255,255,.68);
    font-size: .78rem;
  }
}
.nd-team-section {
  padding: clamp(82px,9vw,130px) 0;
  background: #f8f5ef;
  border-bottom: 1px solid var(--color-line);
}
.nd-section-intro {
  max-width: 760px;
}
.nd-section-intro > p:last-child {
  margin-top: 20px;
  color: var(--color-secondary-700);
  line-height: 1.85;
}
.nd-team-grid {
  margin-top: 44px;
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(320px,1fr));
  gap: 18px;
}
.nd-team-card--lead {
  grid-column: 1 / -1;
}
.nd-team-grid > .nd-team-card:not(.nd-team-card--lead) {
  min-height: auto;
  justify-content: flex-start;
}
.nd-team-monogram--sm {
  width: 58px;
  aspect-ratio: 1;
  font-size: 1.15rem;
  margin-bottom: 16px;
}
.nd-team-photo {
  width: 150px;
  aspect-ratio: 1;
  border-radius: 50%;
  object-fit: cover;
  object-position: 50% 50%;
  border: 1px solid rgba(143,166,184,.52);
  background: #f8fafb;
  display: block;
}
.nd-team-photo--sm {
  width: 58px;
  margin-bottom: 16px;
}
.nd-team-card {
  min-height: 300px;
  border: 1px solid #d7cdbf;
  background: #fff;
  padding: 32px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.nd-team-card--lead {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 34px;
  align-items: end;
  background: linear-gradient(135deg,#fff 0%,#eef3f0 100%);
}
.nd-team-monogram {
  width: 150px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border: 1px solid rgba(180,151,104,.52);
  border-radius: 50%;
  font-family: var(--font-serif);
  font-size: 3.2rem;
  color: var(--color-primary-900);
  background: #fbfaf7;
}
.nd-team-role {
  color: var(--color-primary-700);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .08em;
}
.nd-team-card h3 {
  margin-top: 10px;
  font-family: var(--font-serif);
  font-size: 2rem;
  font-weight: 600;
}
.nd-team-card p {
  margin-top: 10px;
  color: var(--color-secondary-700);
  line-height: 1.75;
}
.nd-team-card--placeholder {
  background: #eee8df;
}
.nd-team-card--placeholder > span {
  color: #7a643f;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .08em;
}
.nd-testimonials-section {
  padding: clamp(82px,9vw,132px) 0;
  background: #0d2c29;
  color: #fff;
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.nd-testimonials-section .nd-eyebrow {
  color: #d7bf91;
}
.nd-testimonials-heading {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 64px;
  align-items: end;
}
.nd-testimonials-heading > p {
  color: rgba(255,255,255,.78);
  line-height: 1.85;
  max-width: 520px;
}
.nd-testimonial-grid {
  margin-top: 42px;
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 18px;
}
.nd-video-testimonial {
  aspect-ratio: 9/16;
  min-height: 420px;
  border: 1px solid rgba(216,195,153,.3);
  background: #071f1d;
  overflow: hidden;
  position: relative;
}
.nd-video-testimonial iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}
.nd-video-trigger {
  width: 100%;
  height: 100%;
  border: 0;
  background: radial-gradient(circle at 50% 38%,rgba(180,151,104,.16),transparent 26%),linear-gradient(145deg,#173f3b,#071f1d);
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  cursor: pointer;
  padding: 30px;
}
.nd-video-trigger strong {
  font-family: var(--font-serif);
  font-size: 1.55rem;
  font-weight: 600;
}
.nd-video-trigger small {
  color: rgba(255,255,255,.72);
}
.nd-play-mark {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  border: 1px solid rgba(216,195,153,.58);
  display: grid;
  place-items: center;
  color: #e6d8bd;
  font-size: 1.2rem;
  padding-right: 2px;
  margin-bottom: 12px;
}
.nd-video-trigger:hover .nd-play-mark {
  transform: scale(1.05);
}
.nd-testimonials-note {
  margin-top: 24px;
  color: rgba(255,255,255,.72);
  font-size: .8rem;
  line-height: 1.7;
}
@media (max-width: 980px) {
  .nd-team-grid {
    grid-template-columns: 1fr;
  }
  .nd-testimonials-heading {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .nd-testimonial-grid {
    grid-template-columns: repeat(3,minmax(220px,1fr));
    overflow-x: auto;
    padding-bottom: 12px;
    scroll-snap-type: x mandatory;
  }
  .nd-video-testimonial {
    min-width: 220px;
    scroll-snap-align: start;
  }
  .nd-hero-layout {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-top: 78px;
    padding-bottom: 74px;
  }
  .nd-decision-map {
    min-height: 480px;
    max-width: 650px;
    width: 100%;
    margin-inline: auto;
  }
}
@media (max-width: 767px) {
  .nd-shell {
    width: min(100% - 28px, 1180px);
  }
  .nd-display {
    line-height: 1.02;
  }
  .nd-service-row {
    grid-template-columns: 42px 1fr;
    gap: 14px;
    padding: 26px 0;
  }
  .nd-service-row:hover {
    padding-right: 0;
  }
  .nd-service-row h3 {
    font-size: 1.45rem;
  }
  .nd-knowledge-section .nd-topic-card {
    min-height: 180px;
  }
  .nd-contact-panel {
    border-radius: 0;
    padding: 30px 22px;
  }
  .nd-hero-layout {
    gap: 48px;
    padding-top: 60px;
    padding-bottom: 58px;
  }
  .nd-hero-kicker {
    font-size: .68rem;
    letter-spacing: .11em;
  }
  .nd-hero-title {
    font-size: clamp(3.15rem,15vw,4.8rem);
    line-height: .93;
  }
  .nd-hero-lead {
    font-size: 1.04rem;
    line-height: 1.75;
  }
  .nd-hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }
  .nd-hero-actions .nd-button {
    width: 100%;
  }
  .nd-decision-map {
    min-height: 520px;
    border-radius: 28px;
  }
  .nd-map-center {
    width: 104px;
    height: 104px;
  }
  .nd-map-center span {
    font-size: 2rem;
  }
  .nd-map-node {
    width: 154px;
    padding: 13px 14px;
  }
  .nd-map-node-a {
    right: 4%;
    top: 8%;
  }
  .nd-map-node-b {
    left: 3%;
    top: 42%;
  }
  .nd-map-node-c {
    right: 8%;
    bottom: 8%;
  }
  .nd-map-caption {
    left: 5%;
    bottom: 7%;
    font-size: 1.05rem;
  }
  .nd-header-inner {
    min-height: 70px;
  }
  .nd-brand-mark {
    width: 38px;
    height: 38px;
  }
  .nd-brand-copy strong {
    font-size: 1.35rem;
  }
  .nd-footer-top {
    grid-template-columns: 1fr;
    gap: 44px;
    padding: 58px 0 48px;
  }
  .nd-footer-meta {
    grid-template-columns: 1fr 1fr;
    gap: 28px;
  }
  .nd-footer-bottom .nd-shell {
    min-height: auto;
    padding-top: 16px;
    padding-bottom: 16px;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *, *::before, *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}
@layer base {
  input:where([type='text']),input:where(:not([type])),input:where([type='email']),input:where([type='url']),input:where([type='password']),input:where([type='number']),input:where([type='date']),input:where([type='datetime-local']),input:where([type='month']),input:where([type='search']),input:where([type='tel']),input:where([type='time']),input:where([type='week']),select:where([multiple]),textarea,select {
    appearance: none;
    background-color: #fff;
    border-color: oklch(55.1% 0.027 264.364);
    border-width: 1px;
    border-radius: 0px;
    padding-top: 0.5rem;
    padding-right: 0.75rem;
    padding-bottom: 0.5rem;
    padding-left: 0.75rem;
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-shadow: 0 0 #0000;
    &:focus {
      outline: 2px solid transparent;
      outline-offset: 2px;
      --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-color: oklch(54.6% 0.245 262.881);
      --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
      --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
      box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
      border-color: oklch(54.6% 0.245 262.881);
    }
  }
  input::placeholder,textarea::placeholder {
    color: oklch(55.1% 0.027 264.364);
    opacity: 1;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-date-and-time-value {
    min-height: 1.5em;
  }
  ::-webkit-date-and-time-value {
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field {
    padding-top: 0;
    padding-bottom: 0;
  }
  select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='oklch(55.1%25 0.027 264.364)' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
    background-position: right 0.5rem center;
    background-repeat: no-repeat;
    background-size: 1.5em 1.5em;
    padding-right: 2.5rem;
    print-color-adjust: exact;
  }
  select:where([multiple]),select:where([size]:not([size="1"])) {
    background-image: initial;
    background-position: initial;
    background-repeat: unset;
    background-size: initial;
    padding-right: 0.75rem;
    print-color-adjust: unset;
  }
  input:where([type='checkbox']),input:where([type='radio']) {
    appearance: none;
    padding: 0;
    print-color-adjust: exact;
    display: inline-block;
    vertical-align: middle;
    background-origin: border-box;
    user-select: none;
    flex-shrink: 0;
    height: 1rem;
    width: 1rem;
    color: oklch(54.6% 0.245 262.881);
    background-color: #fff;
    border-color: oklch(55.1% 0.027 264.364);
    border-width: 1px;
    --tw-shadow: 0 0 #0000;
  }
  input:where([type='checkbox']) {
    border-radius: 0px;
  }
  input:where([type='radio']) {
    border-radius: 100%;
  }
  input:where([type='checkbox']):focus,input:where([type='radio']):focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
    --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
    --tw-ring-offset-width: 2px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: oklch(54.6% 0.245 262.881);
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  input:where([type='checkbox']):checked,input:where([type='radio']):checked {
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
  }
  input:where([type='checkbox']):checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
    @media (forced-colors: active) {
      appearance: auto;
    }
  }
  input:where([type='radio']):checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
    @media (forced-colors: active) {
      appearance: auto;
    }
  }
  input:where([type='checkbox']):checked:hover,input:where([type='checkbox']):checked:focus,input:where([type='radio']):checked:hover,input:where([type='radio']):checked:focus {
    border-color: transparent;
    background-color: currentColor;
  }
  input:where([type='checkbox']):indeterminate {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    @media (forced-colors: active) {
      appearance: auto;
    }
  }
  input:where([type='checkbox']):indeterminate:hover,input:where([type='checkbox']):indeterminate:focus {
    border-color: transparent;
    background-color: currentColor;
  }
  input:where([type='file']) {
    background: unset;
    border-color: inherit;
    border-width: 0;
    border-radius: 0;
    padding: 0;
    font-size: unset;
    line-height: inherit;
  }
  input:where([type='file']):focus {
    outline: 1px solid ButtonText;
    outline: 1px auto -webkit-focus-ring-color;
  }
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-divide-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@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;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-space-y-reverse: 0;
      --tw-divide-y-reverse: 0;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
    }
  }
}
