/*! tailwindcss v4.3.0 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: "Futura Light","Futura","Avenir Next","Century Gothic",sans-serif;
    --font-serif: "Cormorant Garamond","Iowan Old Style",Georgia,serif;
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New',
    monospace;
    --spacing: 0.25rem;
    --container-md: 28rem;
    --container-2xl: 42rem;
    --container-3xl: 48rem;
    --container-4xl: 56rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: .875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-4xl: 2.5rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --text-5xl: 4rem;
    --text-5xl--line-height: 1;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --tracking-tight: -0.025em;
    --tracking-wider: 0.05em;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-primary: #226E72;
    --color-primary-500: #226E72;
    --color-secondary-200: #dde5d1;
    --color-secondary-500: #7C8371;
    --color-secondary-600: #69705f;
    --color-secondary-700: #565d4e;
    --color-neutral: #293735;
  }
}
@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 {
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
    border-width: 0;
  }
  .static {
    position: static;
  }
  .-mx-6 {
    margin-inline: calc(var(--spacing) * -6);
  }
  .mx-2 {
    margin-inline: calc(var(--spacing) * 2);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .prose {
    color: var(--tw-prose-body);
    max-width: 65ch;
    :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
      margin-bottom: 1.25em;
    }
    :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-lead);
      font-size: 1.25em;
      line-height: 1.6;
      margin-top: 1.2em;
      margin-bottom: 1.2em;
    }
    :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-links);
      text-decoration: underline;
      font-weight: 500;
    }
    :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-bold);
      font-weight: 600;
    }
    :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: decimal;
      margin-top: 1.25em;
      margin-bottom: 1.25em;
      padding-inline-start: 1.625em;
    }
    :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-alpha;
    }
    :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-alpha;
    }
    :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-alpha;
    }
    :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-alpha;
    }
    :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-roman;
    }
    :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-roman;
    }
    :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-roman;
    }
    :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-roman;
    }
    :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: decimal;
    }
    :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: disc;
      margin-top: 1.25em;
      margin-bottom: 1.25em;
      padding-inline-start: 1.625em;
    }
    :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
      font-weight: 400;
      color: var(--tw-prose-counters);
    }
    :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
      color: var(--tw-prose-bullets);
    }
    :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      margin-top: 1.25em;
    }
    :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-color: var(--tw-prose-hr);
      border-top-width: 1px;
      margin-top: 3em;
      margin-bottom: 3em;
    }
    :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 500;
      font-style: italic;
      color: var(--tw-prose-quotes);
      border-inline-start-width: 0.25rem;
      border-inline-start-color: var(--tw-prose-quote-borders);
      quotes: "\201C""\201D""\2018""\2019";
      margin-top: 1.6em;
      margin-bottom: 1.6em;
      padding-inline-start: 1em;
    }
    :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
      content: open-quote;
    }
    :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
      content: close-quote;
    }
    :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 800;
      font-size: 2.25em;
      margin-top: 0;
      margin-bottom: 0.8888889em;
      line-height: 1.1111111;
    }
    :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 900;
      color: inherit;
    }
    :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 700;
      font-size: 1.5em;
      margin-top: 2em;
      margin-bottom: 1em;
      line-height: 1.3333333;
    }
    :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 800;
      color: inherit;
    }
    :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      font-size: 1.25em;
      margin-top: 1.6em;
      margin-bottom: 0.6em;
      line-height: 1.6;
    }
    :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 700;
      color: inherit;
    }
    :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      margin-top: 1.5em;
      margin-bottom: 0.5em;
      line-height: 1.5;
    }
    :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 700;
      color: inherit;
    }
    :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      display: block;
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 500;
      font-family: inherit;
      color: var(--tw-prose-kbd);
      box-shadow: 0 0 0 1px var(--tw-prose-kbd-shadows), 0 3px 0 var(--tw-prose-kbd-shadows);
      font-size: 0.875em;
      border-radius: 0.3125rem;
      padding-top: 0.1875em;
      padding-inline-end: 0.375em;
      padding-bottom: 0.1875em;
      padding-inline-start: 0.375em;
    }
    :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-code);
      font-weight: 600;
      font-size: 0.875em;
    }
    :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
      content: "`";
    }
    :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
      content: "`";
    }
    :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
      font-size: 0.875em;
    }
    :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
      font-size: 0.9em;
    }
    :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-pre-code);
      background-color: var(--tw-prose-pre-bg);
      overflow-x: auto;
      font-weight: 400;
      font-size: 0.875em;
      line-height: 1.7142857;
      margin-top: 1.7142857em;
      margin-bottom: 1.7142857em;
      border-radius: 0.375rem;
      padding-top: 0.8571429em;
      padding-inline-end: 1.1428571em;
      padding-bottom: 0.8571429em;
      padding-inline-start: 1.1428571em;
    }
    :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      background-color: transparent;
      border-width: 0;
      border-radius: 0;
      padding: 0;
      font-weight: inherit;
      color: inherit;
      font-size: inherit;
      font-family: inherit;
      line-height: inherit;
    }
    :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
      content: none;
    }
    :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
      content: none;
    }
    :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      width: 100%;
      table-layout: auto;
      margin-top: 2em;
      margin-bottom: 2em;
      font-size: 0.875em;
      line-height: 1.7142857;
    }
    :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-bottom-width: 1px;
      border-bottom-color: var(--tw-prose-th-borders);
    }
    :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      vertical-align: bottom;
      padding-inline-end: 0.5714286em;
      padding-bottom: 0.5714286em;
      padding-inline-start: 0.5714286em;
    }
    :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-bottom-width: 1px;
      border-bottom-color: var(--tw-prose-td-borders);
    }
    :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-bottom-width: 0;
    }
    :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      vertical-align: baseline;
    }
    :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-top-width: 1px;
      border-top-color: var(--tw-prose-th-borders);
    }
    :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      vertical-align: top;
    }
    :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      text-align: start;
    }
    :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
      margin-bottom: 0;
    }
    :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-captions);
      font-size: 0.875em;
      line-height: 1.4285714;
      margin-top: 0.8571429em;
    }
    --tw-prose-body: oklch(37.3% 0.034 259.733);
    --tw-prose-headings: oklch(21% 0.034 264.665);
    --tw-prose-lead: oklch(44.6% 0.03 256.802);
    --tw-prose-links: oklch(21% 0.034 264.665);
    --tw-prose-bold: oklch(21% 0.034 264.665);
    --tw-prose-counters: oklch(55.1% 0.027 264.364);
    --tw-prose-bullets: oklch(87.2% 0.01 258.338);
    --tw-prose-hr: oklch(92.8% 0.006 264.531);
    --tw-prose-quotes: oklch(21% 0.034 264.665);
    --tw-prose-quote-borders: oklch(92.8% 0.006 264.531);
    --tw-prose-captions: oklch(55.1% 0.027 264.364);
    --tw-prose-kbd: oklch(21% 0.034 264.665);
    --tw-prose-kbd-shadows: color-mix(in oklab, oklch(21% 0.034 264.665) 10%, transparent);
    --tw-prose-code: oklch(21% 0.034 264.665);
    --tw-prose-pre-code: oklch(92.8% 0.006 264.531);
    --tw-prose-pre-bg: oklch(27.8% 0.033 256.848);
    --tw-prose-th-borders: oklch(87.2% 0.01 258.338);
    --tw-prose-td-borders: oklch(92.8% 0.006 264.531);
    --tw-prose-invert-body: oklch(87.2% 0.01 258.338);
    --tw-prose-invert-headings: #fff;
    --tw-prose-invert-lead: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-links: #fff;
    --tw-prose-invert-bold: #fff;
    --tw-prose-invert-counters: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-bullets: oklch(44.6% 0.03 256.802);
    --tw-prose-invert-hr: oklch(37.3% 0.034 259.733);
    --tw-prose-invert-quotes: oklch(96.7% 0.003 264.542);
    --tw-prose-invert-quote-borders: oklch(37.3% 0.034 259.733);
    --tw-prose-invert-captions: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-kbd: #fff;
    --tw-prose-invert-kbd-shadows: rgb(255 255 255 / 10%);
    --tw-prose-invert-code: #fff;
    --tw-prose-invert-pre-code: oklch(87.2% 0.01 258.338);
    --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
    --tw-prose-invert-th-borders: oklch(44.6% 0.03 256.802);
    --tw-prose-invert-td-borders: oklch(37.3% 0.034 259.733);
    font-size: 1rem;
    line-height: 1.75;
    :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
      margin-bottom: 0;
    }
    :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.5em;
      margin-bottom: 0.5em;
    }
    :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0.375em;
    }
    :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0.375em;
    }
    :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.75em;
      margin-bottom: 0.75em;
    }
    :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
    }
    :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-bottom: 1.25em;
    }
    :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
    }
    :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-bottom: 1.25em;
    }
    :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.75em;
      margin-bottom: 0.75em;
    }
    :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
      margin-bottom: 1.25em;
    }
    :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.5em;
      padding-inline-start: 1.625em;
    }
    :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0;
    }
    :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-end: 0;
    }
    :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-top: 0.5714286em;
      padding-inline-end: 0.5714286em;
      padding-bottom: 0.5714286em;
      padding-inline-start: 0.5714286em;
    }
    :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0;
    }
    :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-end: 0;
    }
    :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-bottom: 0;
    }
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .mt-12 {
    margin-top: calc(var(--spacing) * 12);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }
  .mb-12 {
    margin-bottom: calc(var(--spacing) * 12);
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .inline-flex {
    display: inline-flex;
  }
  .h-auto {
    height: auto;
  }
  .w-full {
    width: 100%;
  }
  .max-w-2xl {
    max-width: var(--container-2xl);
  }
  .max-w-3xl {
    max-width: var(--container-3xl);
  }
  .max-w-4xl {
    max-width: var(--container-4xl);
  }
  .max-w-md {
    max-width: var(--container-md);
  }
  .max-w-none {
    max-width: none;
  }
  .flex-1 {
    flex: 1;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .items-center {
    align-items: center;
  }
  .justify-between {
    justify-content: space-between;
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }
  .gap-12 {
    gap: calc(var(--spacing) * 12);
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-secondary-200 {
    border-color: var(--color-secondary-200);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }
  .py-16 {
    padding-block: calc(var(--spacing) * 16);
  }
  .py-24 {
    padding-block: calc(var(--spacing) * 24);
  }
  .pt-16 {
    padding-top: calc(var(--spacing) * 16);
  }
  .pb-8 {
    padding-bottom: calc(var(--spacing) * 8);
  }
  .pb-12 {
    padding-bottom: calc(var(--spacing) * 12);
  }
  .pb-16 {
    padding-bottom: calc(var(--spacing) * 16);
  }
  .text-center {
    text-align: center;
  }
  .text-right {
    text-align: right;
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  .text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .tracking-tight {
    --tw-tracking: var(--tracking-tight);
    letter-spacing: var(--tracking-tight);
  }
  .tracking-wider {
    --tw-tracking: var(--tracking-wider);
    letter-spacing: var(--tracking-wider);
  }
  .text-neutral {
    color: var(--color-neutral);
  }
  .text-primary-500 {
    color: var(--color-primary-500);
  }
  .text-secondary-500 {
    color: var(--color-secondary-500);
  }
  .text-secondary-600 {
    color: var(--color-secondary-600);
  }
  .text-secondary-700 {
    color: var(--color-secondary-700);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .not-italic {
    font-style: normal;
  }
  .no-underline {
    text-decoration-line: none;
  }
  .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));
  }
  .delay-1 {
    transition-delay: 1ms;
  }
  .last\:border-b-0 {
    &:last-child {
      border-bottom-style: var(--tw-border-style);
      border-bottom-width: 0px;
    }
  }
  .hover\:text-primary {
    &:hover {
      @media (hover: hover) {
        color: var(--color-primary);
      }
    }
  }
  .hover\:text-primary-500 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-primary-500);
      }
    }
  }
  .hover\:underline {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: underline;
      }
    }
  }
  .md\:mx-0 {
    @media (width >= 48rem) {
      margin-inline: calc(var(--spacing) * 0);
    }
  }
  .md\:text-2xl {
    @media (width >= 48rem) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  .md\:text-3xl {
    @media (width >= 48rem) {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
  }
  .md\:text-4xl {
    @media (width >= 48rem) {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }
  .md\:text-5xl {
    @media (width >= 48rem) {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
  }
}
@layer base {
  * {
    box-sizing: border-box;
  }
  html {
    scroll-behavior: smooth;
    scroll-padding-top: 90px;
  }
  body {
    margin: 0;
    color: #293735;
    background: #fff;
    font-family: var(--font-sans);
    font-weight: 300;
    line-height: 1.75;
    letter-spacing: .02em;
  }
  body:before {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    opacity: .025;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
    z-index: 99;
  }
  h1,h2,h3,p {
    margin-top: 0;
  }
  h1,h2 {
    font-weight: 300;
    letter-spacing: -.035em;
    line-height: 1.04;
  }
  h2 {
    font-size: clamp(2.7rem,6vw,5.5rem);
  }
  h2 em,h1 em {
    font-family: var(--font-serif);
    font-weight: 400;
    color: #7C8371;
  }
  a {
    color: inherit;
  }
  button,input,select,textarea {
    font: inherit;
  }
  .skip-link {
    position: fixed;
    left: 1rem;
    top: -5rem;
    z-index: 999;
    background: #fff;
    padding: .8rem 1.2rem;
  }
  .skip-link:focus {
    top: 1rem;
  }
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
  }
}
@layer components {
  .site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 60;
    transition: .35s;
  }
  .site-header.is-scrolled {
    background: rgba(255,255,255,.93);
    backdrop-filter: blur(16px);
    box-shadow: 0 8px 35px rgba(34,70,70,.08);
  }
  .nav-shell {
    max-width: 1440px;
    margin: auto;
    padding: 1.2rem 4vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .brand {
    display: flex;
    align-items: center;
    gap: .75rem;
    text-decoration: none;
    color: #226E72;
  }
  .brand-mark {
    width: 68px;
    height: 68px;
    border: 1px solid #c8d1bc;
    border-radius: 50%;
    display: grid;
    place-items: center;
    flex: 0 0 68px;
    box-shadow: 0 8px 24px rgba(34,110,114,.1);
  }
  .brand-mark svg {
    width: 26px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.3;
  }
  .brand-submark {
    overflow: hidden;
    background: #fff;
  }
  .brand-submark img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .footer-logo {
    display: block;
    max-width: 320px;
    background: #fff;
    border-radius: 1rem;
    padding: .8rem;
  }
  .footer-logo img {
    display: block;
    width: 100%;
    height: auto;
  }
  .brand strong,.brand small {
    display: block;
  }
  .brand strong {
    text-transform: uppercase;
    letter-spacing: .17em;
    font-size: .72rem;
  }
  .brand small {
    font-family: var(--font-serif);
    font-size: 1.05rem;
  }
  .primary-nav {
    display: flex;
    align-items: center;
    gap: 1.7rem;
  }
  .primary-nav>a:not(.button) {
    font-size: .76rem;
    text-decoration: none;
    letter-spacing: .08em;
    position: relative;
  }
  .primary-nav>a:not(.button):after {
    content: "";
    position: absolute;
    left: 0;
    right: 100%;
    bottom: -6px;
    height: 1px;
    background: #226E72;
    transition: .3s;
  }
  .primary-nav>a:hover:after {
    right: 0;
  }
  .menu-toggle {
    display: none;
    border: 0;
    background: transparent;
  }
  .button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #226E72;
    color: #fff;
    border: 0;
    border-radius: 999px;
    padding: 1rem 1.65rem;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: .12em;
    font-size: .72rem;
    cursor: pointer;
    transition: .3s;
  }
  .button:hover {
    background: #7C8371;
    transform: translateY(-2px);
  }
  .button-small {
    padding: .75rem 1.15rem;
  }
  .button-light {
    background: #fff;
    color: #226E72;
  }
  .button-ghost {
    background: transparent;
    color: #226E72;
    border: 1px solid #226E72;
  }
  .button-full {
    width: 100%;
  }
  .text-link {
    display: inline-flex;
    gap: .7rem;
    align-items: center;
    color: #226E72;
    font-size: .78rem;
    letter-spacing: .11em;
    text-transform: uppercase;
    text-decoration: none;
    border: 0;
    background: none;
    cursor: pointer;
  }
  .text-link span {
    transition: .3s;
  }
  .text-link:hover span {
    transform: translateX(5px);
  }
  .eyebrow {
    display: block;
    color: #7C8371;
    text-transform: uppercase;
    letter-spacing: .25em;
    font-size: .7rem;
    margin-bottom: 1.5rem;
  }
  .section {
    padding: clamp(6rem,11vw,11rem) 6vw;
  }
  .section-heading {
    max-width: 850px;
    margin-bottom: 5rem;
  }
  .section-heading>p {
    max-width: 550px;
  }
  .section-heading.light,.section-heading.light em {
    color: #fff;
  }
  .section-heading.light .eyebrow {
    color: #C2D4A0;
  }
  .hero {
    min-height: 100svh;
    padding: 9rem 6vw 5rem;
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 7vw;
    align-items: center;
    background: linear-gradient(120deg,#fafbf7 0%,#fff 58%);
    position: relative;
    overflow: hidden;
  }
  .hero-copy {
    position: relative;
    z-index: 2;
  }
  .hero h1 {
    font-size: clamp(4rem,7.5vw,8rem);
    margin-bottom: 2rem;
  }
  .hero-copy>p {
    max-width: 560px;
    font-size: 1.18rem;
    color: #66726e;
  }
  .button-row {
    display: flex;
    align-items: center;
    gap: 2rem;
    margin: 2.5rem 0;
  }
  .trust-note {
    font-size: .75rem;
    letter-spacing: .07em;
    color: #7C8371;
    display: flex;
    align-items: center;
    gap: .8rem;
  }
  .leaf-dot {
    width: 26px;
    height: 26px;
    border-radius: 50% 50% 50% 5%;
    background: #C2D4A0;
    display: inline-block;
    transform: rotate(-35deg);
  }
  .hero-visual {
    position: relative;
  }
  .hero-image {
    height: min(70vh,760px);
    border-radius: 48% 48% 10rem 10rem;
    box-shadow: 0 35px 90px rgba(34,70,70,.15);
    background-size: cover;
    background-position: center;
  }
  .image-treatment {
    background-image: linear-gradient(140deg,rgba(194,212,160,.3),rgba(34,110,114,.08)),url('https://images.unsplash.com/photo-1576091160399-112ba8d25d1d?auto=format&fit=crop&w=1400&q=85');
  }
  .floating-card {
    position: absolute;
    left: -3rem;
    bottom: 3rem;
    background: rgba(255,255,255,.94);
    padding: 1.5rem 2rem;
    border-radius: 1.2rem;
    box-shadow: 0 20px 60px rgba(34,70,70,.12);
    display: flex;
    gap: 1rem;
    align-items: flex-start;
  }
  .floating-card>span {
    color: #A8938D;
    font-family: var(--font-serif);
    font-size: 1.8rem;
  }
  .floating-card p {
    margin: 0;
    font-size: .85rem;
  }
  .hero-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(2px);
  }
  .orb-one {
    width: 220px;
    height: 220px;
    background: #e8efd9;
    left: -90px;
    top: 15%;
  }
  .orb-two {
    width: 110px;
    height: 110px;
    border: 1px solid #A8938D;
    right: 43%;
    bottom: 9%;
  }
  .feature-strip {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    max-width: 1300px;
    margin: -2rem auto 0;
    position: relative;
    background: white;
    border-radius: 1.3rem;
    box-shadow: 0 20px 70px rgba(34,70,70,.09);
    overflow: hidden;
  }
  .feature-strip article {
    padding: 2.3rem;
    display: flex;
    gap: 1.2rem;
    border-right: 1px solid #e7ebe2;
  }
  .feature-strip article:last-child {
    border: 0;
  }
  .feature-strip article>span {
    font-family: var(--font-serif);
    font-size: 2rem;
    color: #A8938D;
  }
  .feature-strip h3 {
    font-size: 1rem;
    margin-bottom: .25rem;
  }
  .feature-strip p {
    font-size: .8rem;
    color: #75807c;
    margin: 0;
  }
  .about-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10vw;
    align-items: center;
  }
  .section-image {
    position: relative;
  }
  .portrait-placeholder {
    height: 700px;
    max-width: 540px;
    border-radius: 15rem 15rem 1rem 1rem;
    background: linear-gradient(150deg,#dfe8cf,#f4eee9);
    display: grid;
    place-items: center;
    color: #7C8371;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: .2em;
    font-size: .7rem;
  }
  .image-caption {
    position: absolute;
    right: 0;
    bottom: 3rem;
    background: #226E72;
    color: white;
    padding: 1.4rem 2rem;
    border-radius: 1rem;
    font-family: var(--font-serif);
    font-size: 1.3rem;
  }
  .image-caption small {
    font-family: var(--font-sans);
    font-size: .65rem;
    text-transform: uppercase;
    letter-spacing: .18em;
    color: #C2D4A0;
  }
  .section-copy {
    max-width: 650px;
  }
  .section-copy .lead {
    font-size: 1.25rem;
    color: #50605c;
  }
  .signature {
    font-family: var(--font-serif);
    font-style: italic;
    font-size: 2rem;
    color: #A8938D;
    margin: 2rem 0;
  }
  .services-section {
    background: #f4f7ee;
  }
  .service-groups {
    display: grid;
    gap: 5rem;
  }
  .service-group-title {
    font-family: var(--font-serif);
    font-size: clamp(1.9rem,3vw,2.8rem);
    font-weight: 400;
    color: #226E72;
    margin: 0 0 1.8rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #cfdac2;
  }
  .services-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 1.2rem;
  }
  .services-grid.single-service {
    grid-template-columns: minmax(0,2fr) minmax(260px,1fr);
  }
  .services-grid.single-service:after {
    content: "";
    border-radius: 1.3rem;
    background: linear-gradient(135deg,rgba(194,212,160,.45),rgba(34,110,114,.1)),url('https://images.unsplash.com/photo-1576091160550-2173dba999ef?auto=format&fit=crop&w=1000&q=80') center/cover;
    min-height: 360px;
  }
  .service-card {
    background: #fff;
    border-radius: 1.3rem;
    padding: 2.2rem;
    position: relative;
    min-height: 360px;
    display: flex;
    flex-direction: column;
    transition: .35s;
  }
  .service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 25px 60px rgba(34,70,70,.09);
  }
  .service-icon {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: #eef3e4;
    display: grid;
    place-items: center;
  }
  .service-icon img {
    width: 36px;
    height: 36px;
    object-fit: contain;
  }
  .service-number {
    position: absolute;
    right: 2rem;
    top: 2rem;
    font-family: var(--font-serif);
    font-size: 1.6rem;
    color: #c6b8b4;
  }
  .service-card h3 {
    font-family: var(--font-serif);
    font-size: 1.7rem;
    margin: 2rem 0 1rem;
  }
  .service-card p {
    color: #687571;
    font-size: .9rem;
  }
  .service-meta {
    margin-top: auto;
    border-top: 1px solid #e5e9e0;
    padding-top: 1rem;
    display: flex;
    justify-content: space-between;
    font-size: .7rem;
    text-transform: uppercase;
    letter-spacing: .1em;
  }
  .service-meta a {
    color: #226E72;
    text-decoration: none;
  }
  .approach-section {
    background: #226E72;
    color: #fff;
  }
  .approach-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 3rem;
  }
  .approach-grid article {
    border-top: 1px solid rgba(255,255,255,.25);
    padding-top: 2rem;
  }
  .check-icon {
    display: grid;
    place-items: center;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #fff;
    margin-bottom: 2rem;
    box-shadow: 0 10px 28px rgba(9,48,50,.18);
  }
  .check-icon img {
    width: 38px;
    height: 38px;
    object-fit: contain;
  }
  .approach-grid h3 {
    font-family: var(--font-serif);
    font-size: 1.5rem;
  }
  .approach-grid p {
    color: #d6e2df;
    font-size: .85rem;
  }
  .timeline-section {
    display: block;
  }
  .timeline-section>.section-heading {
    max-width: 900px;
  }
  .path-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(3rem,7vw,8rem);
  }
  .path-title {
    font-family: var(--font-serif);
    font-size: clamp(1.8rem,3vw,2.5rem);
    font-weight: 400;
    color: #226E72;
    margin: 0 0 3rem;
    padding-bottom: 1.2rem;
    border-bottom: 1px solid #cbd6be;
  }
  .timeline article {
    display: grid;
    grid-template-columns: 70px 1fr;
    gap: 1.5rem;
    border-left: 1px solid #cbd6be;
    padding: 0 0 3.5rem 2.5rem;
    position: relative;
  }
  .timeline article:before {
    content: "";
    position: absolute;
    left: -6px;
    top: 8px;
    width: 11px;
    height: 11px;
    background: #C2D4A0;
    border-radius: 50%;
  }
  .timeline article>span {
    font-family: var(--font-serif);
    font-size: 2rem;
    color: #A8938D;
  }
  .timeline small {
    color: #7C8371;
    text-transform: uppercase;
    letter-spacing: .18em;
  }
  .timeline h3 {
    font-family: var(--font-serif);
    font-size: 1.7rem;
    margin: .4rem 0;
  }
  .timeline p {
    color: #697672;
  }
  .testimonials-section {
    background: #fbf8f6;
  }
  .reviews {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 1.3rem;
  }
  .reviews blockquote {
    margin: 0;
    background: #fff;
    padding: 2.5rem;
    border-radius: 1.4rem;
    box-shadow: 0 14px 45px rgba(92,74,68,.06);
  }
  .reviews blockquote>div {
    font-family: var(--font-serif);
    font-size: 5rem;
    line-height: .6;
    color: #C2D4A0;
  }
  .reviews blockquote p {
    font-family: var(--font-serif);
    font-size: 1.25rem;
  }
  .reviews footer {
    font-size: .7rem;
    text-transform: uppercase;
    letter-spacing: .12em;
    color: #7C8371;
  }
  .booking-section {
    display: grid;
    grid-template-columns: .8fr 1.2fr;
    gap: 8vw;
    background: #eef3e4;
  }
  .booking-intro {
    max-width: 520px;
  }
  .booking-note {
    margin-top: 3rem;
    padding-left: 1.5rem;
    border-left: 2px solid #226E72;
  }
  .booking-note a {
    color: #226E72;
  }
  .booking-card {
    background: #fff;
    border-radius: 1.8rem;
    padding: clamp(1.5rem,4vw,4rem);
    box-shadow: 0 25px 70px rgba(34,70,70,.08);
  }
  .form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.3rem;
  }
  .booking-card label {
    display: block;
    font-size: .69rem;
    text-transform: uppercase;
    letter-spacing: .14em;
    color: #66736f;
    margin-bottom: 1.3rem;
  }
  .booking-card input,.booking-card select,.booking-card textarea {
    display: block;
    width: 100%;
    border: 0;
    border-bottom: 1px solid #cad3c3;
    background: transparent;
    padding: .9rem 0;
    color: #293735;
    border-radius: 0;
    outline: none;
  }
  .booking-card input:focus,.booking-card select:focus,.booking-card textarea:focus {
    border-color: #226E72;
  }
  .consent {
    display: flex !important;
    gap: .8rem;
    align-items: flex-start;
    text-transform: none !important;
    letter-spacing: 0 !important;
  }
  .consent input {
    width: auto !important;
    margin-top: .3rem;
  }
  .confirmation {
    text-align: center;
    padding: 5rem 1rem;
  }
  .confirmation>span {
    display: grid;
    place-items: center;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: #C2D4A0;
    color: #226E72;
    margin: 0 auto 1.5rem;
  }
  .confirmation h3 {
    font-family: var(--font-serif);
    font-size: 2rem;
  }
  .faq-section {
    display: grid;
    grid-template-columns: .75fr 1.25fr;
    gap: 8vw;
  }
  .faq-list article {
    border-top: 1px solid #dce3d7;
  }
  .faq-list button {
    width: 100%;
    border: 0;
    background: none;
    padding: 1.7rem 0;
    display: flex;
    justify-content: space-between;
    text-align: left;
    cursor: pointer;
    color: #293735;
  }
  .faq-list button b {
    font-size: 1.5rem;
    font-weight: 300;
    transition: .3s;
  }
  .faq-list button b.rotate {
    transform: rotate(45deg);
  }
  .faq-list article p {
    padding: 0 3rem 1.7rem 0;
    color: #687571;
  }
  .contact-section {
    background: #f7f4f1;
  }
  .contact-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 1.2rem;
  }
  .contact-grid article {
    background: #fff;
    padding: 2.5rem;
    border-radius: 1.2rem;
    min-height: 270px;
  }
  .contact-grid small {
    color: #7C8371;
    text-transform: uppercase;
    letter-spacing: .2em;
  }
  .contact-grid h3 {
    font-family: var(--font-serif);
    font-size: 1.8rem;
    margin: 1.4rem 0;
  }
  .contact-grid article>a:not(.text-link) {
    display: block;
    color: #226E72;
    margin: .4rem 0;
  }
  .contact-form-wrap {
    margin-top: 5rem;
    background: #fff;
    border-radius: 1.8rem;
    padding: clamp(1.5rem,5vw,4.5rem);
    display: grid;
    grid-template-columns: .7fr 1.3fr;
    gap: clamp(2.5rem,7vw,7rem);
    box-shadow: 0 24px 70px rgba(34,70,70,.08);
  }
  .contact-form-intro h3 {
    font-family: var(--font-serif);
    font-size: clamp(2rem,4vw,3.2rem);
    font-weight: 400;
    line-height: 1.1;
    color: #226E72;
  }
  .contact-form-intro p {
    color: #687571;
  }
  .contact-form label {
    display: block;
    font-size: .69rem;
    text-transform: uppercase;
    letter-spacing: .14em;
    color: #66736f;
    margin-bottom: 1.3rem;
  }
  .contact-form input,.contact-form textarea {
    display: block;
    width: 100%;
    border: 0;
    border-bottom: 1px solid #cad3c3;
    background: transparent;
    padding: .9rem 0;
    color: #293735;
    border-radius: 0;
    outline: none;
  }
  .contact-form input:focus,.contact-form textarea:focus {
    border-color: #226E72;
  }
  .contact-form .form-grid {
    grid-template-columns: 1fr 1fr;
  }
  .contact-form .consent {
    display: flex;
    gap: .8rem;
    align-items: flex-start;
    text-transform: none;
    letter-spacing: 0;
  }
  .contact-form .consent input {
    width: auto;
    flex: 0 0 auto;
    margin-top: .35rem;
  }
  .contact-form .consent a {
    color: #226E72;
  }
  .honeypot {
    position: absolute !important;
    left: -9999px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
  }
  .form-message {
    padding: 1rem 1.2rem;
    border-radius: .8rem;
    margin-bottom: 1.5rem;
    font-size: .85rem;
  }
  .form-message.success {
    background: #e8f1dc;
    color: #31533d;
  }
  .form-message.error {
    background: #f8e7e3;
    color: #7b3830;
  }
  .final-cta {
    text-align: center;
    padding: 9rem 2rem;
    background: #C2D4A0;
  }
  .final-cta h2 {
    font-size: clamp(3rem,7vw,6.5rem);
    color: #226E72;
  }
  .final-cta .eyebrow {
    color: #226E72;
  }
  .site-footer {
    background: #164f52;
    color: #fff;
    padding: 5rem 6vw 1.5rem;
  }
  .footer-grid {
    display: grid;
    grid-template-columns: 1.6fr 1fr 1fr 1fr;
    gap: 4rem;
    max-width: 1400px;
    margin: auto;
  }
  .brand-light {
    color: white;
  }
  .footer-brand p {
    max-width: 350px;
    color: #c9dbd8;
    margin-top: 1.5rem;
  }
  .footer-grid h3 {
    text-transform: uppercase;
    letter-spacing: .17em;
    font-size: .7rem;
    color: #C2D4A0;
    margin-bottom: 1.5rem;
  }
  .footer-grid>div>a {
    display: block;
    color: #fff;
    text-decoration: none;
    font-size: .82rem;
    margin: .6rem 0;
  }
  .footer-grid p {
    font-size: .82rem;
    color: #d4e0de;
  }
  .footer-bottom {
    max-width: 1400px;
    margin: 4rem auto 0;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(255,255,255,.18);
    display: flex;
    justify-content: space-between;
    font-size: .65rem;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: #b7cbc8;
  }
  .footer-bottom a {
    margin-left: 1.5rem;
  }
  .mobile-book {
    display: none;
  }
  .scroll-top {
    position: fixed;
    right: 1.5rem;
    bottom: 1.5rem;
    width: 46px;
    height: 46px;
    border: 0;
    border-radius: 50%;
    background: #226E72;
    color: #fff;
    z-index: 55;
    cursor: pointer;
  }
  .cookie-banner {
    position: fixed;
    left: 2rem;
    right: 2rem;
    bottom: 2rem;
    background: #fff;
    box-shadow: 0 20px 70px rgba(20,50,50,.2);
    border-radius: 1rem;
    padding: 1.2rem 1.5rem;
    z-index: 80;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
  }
  .cookie-banner p {
    margin: 0;
    font-size: .8rem;
  }
  .cookie-banner>div:last-child {
    display: flex;
    gap: .7rem;
  }
  .reveal {
    animation: rise .85s ease both;
  }
  .delay-1 {
    animation-delay: .18s;
  }
  @keyframes rise {
    from {
      opacity: 0;
      transform: translateY(28px);
    }
    to {
      opacity: 1;
      transform: none;
    }
  }
}
@media (max-width:980px) {
  .menu-toggle {
    display: grid;
    gap: 5px;
    padding: 10px;
  }
  .menu-toggle span:not(.sr-only) {
    display: block;
    width: 25px;
    height: 1px;
    background: #226E72;
  }
  .primary-nav {
    position: fixed;
    inset: 82px 1rem auto;
    background: #fff;
    border-radius: 1rem;
    box-shadow: 0 20px 70px rgba(34,70,70,.16);
    padding: 2rem;
    display: none;
    flex-direction: column;
    align-items: flex-start;
  }
  .primary-nav.is-open {
    display: flex;
  }
  .hero {
    grid-template-columns: 1fr;
    padding-top: 9rem;
  }
  .hero-copy {
    padding-top: 3rem;
  }
  .hero-visual {
    max-width: 680px;
  }
  .feature-strip {
    grid-template-columns: 1fr;
    margin: 0 1rem;
  }
  .feature-strip article {
    border-right: 0;
    border-bottom: 1px solid #e7ebe2;
  }
  .about-section,.booking-section,.timeline-section,.faq-section {
    grid-template-columns: 1fr;
  }
  .path-grid {
    grid-template-columns: 1fr;
    gap: 4rem;
  }
  .services-grid,.reviews {
    grid-template-columns: repeat(2,1fr);
  }
  .services-grid.single-service {
    grid-template-columns: 1fr;
  }
  .services-grid.single-service:after {
    min-height: 300px;
  }
  .approach-grid {
    grid-template-columns: repeat(2,1fr);
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
  .contact-form-wrap {
    grid-template-columns: 1fr;
  }
  .contact-form .form-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width:640px) {
  .brand-mark {
    width: 56px;
    height: 56px;
    flex-basis: 56px;
  }
  .section {
    padding: 5.5rem 1.3rem;
  }
  .nav-shell {
    padding: 1rem 1.2rem;
  }
  .brand strong {
    font-size: .62rem;
  }
  .hero {
    padding: 7.5rem 1.3rem 3rem;
  }
  .hero h1 {
    font-size: 3.55rem;
  }
  .hero-image {
    height: 480px;
  }
  .floating-card {
    left: .8rem;
    right: .8rem;
    bottom: 1rem;
  }
  .button-row {
    align-items: flex-start;
    flex-direction: column;
  }
  .services-grid,.reviews,.approach-grid,.contact-grid,.form-grid,.contact-form .form-grid {
    grid-template-columns: 1fr;
  }
  .portrait-placeholder {
    height: 520px;
  }
  .feature-strip {
    margin: 0;
  }
  .footer-grid {
    grid-template-columns: 1fr;
  }
  .footer-bottom {
    display: block;
  }
  .footer-bottom span {
    display: block;
    margin: .7rem 0;
  }
  .footer-bottom a {
    margin: 0 1rem 0 0;
  }
  .mobile-book {
    display: block;
    position: fixed;
    left: 1rem;
    right: 1rem;
    bottom: 1rem;
    z-index: 50;
    background: #226E72;
    color: #fff;
    text-align: center;
    padding: .9rem;
    border-radius: 999px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: .12em;
    font-size: .7rem;
  }
  .scroll-top {
    bottom: 5rem;
  }
  .cookie-banner {
    left: 1rem;
    right: 1rem;
    bottom: 5rem;
    display: block;
  }
  .cookie-banner>div:last-child {
    margin-top: 1rem;
    flex-wrap: wrap;
  }
  .site-footer {
    padding-bottom: 6rem;
  }
}
.notice-open {
  overflow: hidden;
}
.site-notice {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: grid;
  place-items: center;
  padding: clamp(1rem,4vw,3rem);
  background: radial-gradient(circle at 18% 18%,#dfe9ca 0,transparent 28%),linear-gradient(135deg,#edf3e3 0%,#d5e2c1 45%,#b9cf9a 100%);
  overscroll-behavior: contain;
}
.site-notice-card {
  position: relative;
  width: min(980px,100%);
  max-height: calc(100svh - 2rem);
  overflow: auto;
  background: linear-gradient(135deg,#fff 0%,#f5f8ef 100%);
  border-radius: 2rem;
  box-shadow: 0 40px 120px rgba(8,35,36,.32);
  display: grid;
  grid-template-columns: minmax(230px,.72fr) minmax(0,1.28fr);
  align-items: center;
  padding: clamp(2rem,5vw,5rem);
  gap: clamp(2rem,5vw,5rem);
}
.site-notice-card:before {
  content: "";
  position: absolute;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background: #e4edcf;
  left: -90px;
  bottom: -100px;
  opacity: .65;
}
.notice-close {
  position: absolute;
  right: 1.2rem;
  top: 1.2rem;
  width: 44px;
  height: 44px;
  border: 1px solid #d8e0d1;
  border-radius: 50%;
  background: #fff;
  color: #226E72;
  font-size: 1.8rem;
  line-height: 1;
  cursor: pointer;
  z-index: 3;
  transition: .25s;
}
.notice-close:hover {
  background: #226E72;
  color: #fff;
  transform: rotate(6deg);
}
.spine-animation {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  min-height: 360px;
  border-radius: 10rem 10rem 2rem 2rem;
  background: linear-gradient(180deg,rgba(194,212,160,.4),rgba(255,255,255,.35));
  border: 1px solid rgba(124,131,113,.18);
}
.spine-animation svg {
  width: 150px;
  height: 310px;
  overflow: visible;
}
.spine-line {
  fill: none;
  stroke: #A8938D;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-dasharray: 260;
  stroke-dashoffset: 260;
  animation: draw-spine 1.8s .25s ease forwards;
}
.vertebra {
  fill: #226E72;
  stroke: #fff;
  stroke-width: 2;
  transform-box: fill-box;
  transform-origin: center;
  opacity: 0;
  animation: build-vertebra .48s cubic-bezier(.2,.9,.35,1.25) forwards;
}
.v1 {
  animation-delay: .25s;
}
.v2 {
  animation-delay: .4s;
}
.v3 {
  animation-delay: .55s;
}
.v4 {
  animation-delay: .7s;
}
.v5 {
  animation-delay: .85s;
}
.v6 {
  animation-delay: 1s;
}
.v7 {
  animation-delay: 1.15s;
}
.v8 {
  animation-delay: 1.3s;
}
.v9 {
  animation-delay: 1.45s;
}
.notice-content {
  position: relative;
  z-index: 1;
}
.notice-content h2 {
  font-size: clamp(2.7rem,5vw,5rem);
  margin-bottom: 1.5rem;
}
.notice-content p {
  max-width: 590px;
  color: #63706c;
  font-size: 1rem;
}
.notice-actions {
  display: flex;
  gap: .8rem;
  flex-wrap: wrap;
  margin: 2rem 0 1.3rem;
}
.notice-contact-link {
  color: #226E72;
  text-decoration: none;
  font-size: .74rem;
  text-transform: uppercase;
  letter-spacing: .12em;
}
.notice-contact-link:hover {
  text-decoration: underline;
}
@keyframes draw-spine {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes build-vertebra {
  0% {
    opacity: 0;
    transform: translateY(-12px) scale(.3) rotate(-12deg);
  }
  70% {
    opacity: 1;
    transform: translateY(2px) scale(1.08);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@media (max-width:720px) {
  .site-notice-card {
    grid-template-columns: 1fr;
    padding: 4rem 1.4rem 2rem;
    text-align: center;
  }
  .spine-animation {
    min-height: 190px;
    border-radius: 7rem 7rem 1.5rem 1.5rem;
  }
  .spine-animation svg {
    width: 92px;
    height: 175px;
  }
  .notice-content h2 {
    font-size: 2.6rem;
  }
  .notice-content .eyebrow {
    margin-bottom: 1rem;
  }
  .notice-actions {
    justify-content: center;
  }
  .notice-actions .button {
    flex: 1 1 160px;
  }
  .site-notice {
    padding: .65rem;
  }
}
@media (prefers-reduced-motion:reduce) {
  *,*:before,*:after {
    scroll-behavior: auto !important;
    animation: none !important;
    transition: none !important;
  }
  .vertebra {
    opacity: 1;
  }
  .spine-line {
    stroke-dashoffset: 0;
  }
}
.synaptos-card {
  min-height: 620px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.synaptos-frame {
  width: 100%;
  min-height: 720px;
  border: 0;
  border-radius: 1rem;
  background: #fff;
}
.synaptos-placeholder {
  text-align: center;
  padding: 5rem 2rem;
  border: 1px dashed #c2d4a0;
  border-radius: 1rem;
  background: #f9fbf6;
}
.synaptos-placeholder>span {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: .2em;
  font-size: .7rem;
  color: #7c8371;
  margin-bottom: 1rem;
}
.synaptos-placeholder h3 {
  font-family: var(--font-serif);
  font-size: 2rem;
  margin-bottom: .7rem;
}
.synaptos-placeholder .coming-soon {
  display: inline-block;
  margin: 0 0 1.3rem;
  padding: .45rem .9rem;
  border-radius: 999px;
  background: #C2D4A0;
  color: #226E72;
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.external-note {
  margin: 1.25rem 0 0;
  font-size: .72rem;
  color: #697672;
  text-align: center;
}
@layer base {
  input:where([type='text']),input:where(:not([type])),input:where([type='email']),input:where([type='url']),input:where([type='password']),input:where([type='number']),input:where([type='date']),input:where([type='datetime-local']),input:where([type='month']),input:where([type='search']),input:where([type='tel']),input:where([type='time']),input:where([type='week']),select:where([multiple]),textarea,select {
    appearance: none;
    background-color: #fff;
    border-color: oklch(55.1% 0.027 264.364);
    border-width: 1px;
    border-radius: 0px;
    padding-top: 0.5rem;
    padding-right: 0.75rem;
    padding-bottom: 0.5rem;
    padding-left: 0.75rem;
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-shadow: 0 0 #0000;
    &:focus {
      outline: 2px solid transparent;
      outline-offset: 2px;
      --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-color: oklch(54.6% 0.245 262.881);
      --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
      --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
      box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
      border-color: oklch(54.6% 0.245 262.881);
    }
  }
  input::placeholder,textarea::placeholder {
    color: oklch(55.1% 0.027 264.364);
    opacity: 1;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-date-and-time-value {
    min-height: 1.5em;
  }
  ::-webkit-date-and-time-value {
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field {
    padding-top: 0;
    padding-bottom: 0;
  }
  select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='oklch(55.1%25 0.027 264.364)' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
    background-position: right 0.5rem center;
    background-repeat: no-repeat;
    background-size: 1.5em 1.5em;
    padding-right: 2.5rem;
    print-color-adjust: exact;
  }
  select:where([multiple]),select:where([size]:not([size="1"])) {
    background-image: initial;
    background-position: initial;
    background-repeat: unset;
    background-size: initial;
    padding-right: 0.75rem;
    print-color-adjust: unset;
  }
  input:where([type='checkbox']),input:where([type='radio']) {
    appearance: none;
    padding: 0;
    print-color-adjust: exact;
    display: inline-block;
    vertical-align: middle;
    background-origin: border-box;
    user-select: none;
    flex-shrink: 0;
    height: 1rem;
    width: 1rem;
    color: oklch(54.6% 0.245 262.881);
    background-color: #fff;
    border-color: oklch(55.1% 0.027 264.364);
    border-width: 1px;
    --tw-shadow: 0 0 #0000;
  }
  input:where([type='checkbox']) {
    border-radius: 0px;
  }
  input:where([type='radio']) {
    border-radius: 100%;
  }
  input:where([type='checkbox']):focus,input:where([type='radio']):focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
    --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
    --tw-ring-offset-width: 2px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: oklch(54.6% 0.245 262.881);
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  input:where([type='checkbox']):checked,input:where([type='radio']):checked {
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
  }
  input:where([type='checkbox']):checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
    @media (forced-colors: active) {
      appearance: auto;
    }
  }
  input:where([type='radio']):checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
    @media (forced-colors: active) {
      appearance: auto;
    }
  }
  input:where([type='checkbox']):checked:hover,input:where([type='checkbox']):checked:focus,input:where([type='radio']):checked:hover,input:where([type='radio']):checked:focus {
    border-color: transparent;
    background-color: currentColor;
  }
  input:where([type='checkbox']):indeterminate {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    @media (forced-colors: active) {
      appearance: auto;
    }
  }
  input:where([type='checkbox']):indeterminate:hover,input:where([type='checkbox']):indeterminate:focus {
    border-color: transparent;
    background-color: currentColor;
  }
  input:where([type='file']) {
    background: unset;
    border-color: inherit;
    border-width: 0;
    border-radius: 0;
    padding: 0;
    font-size: unset;
    line-height: inherit;
  }
  input:where([type='file']):focus {
    outline: 1px solid ButtonText;
    outline: 1px auto -webkit-focus-ring-color;
  }
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-font-weight: initial;
      --tw-tracking: initial;
    }
  }
}
