/*! tailwindcss v4.3.0 | MIT License | https://tailwindcss.com */
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol',
    'Noto Color Emoji';
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New',
    monospace;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --font-display: ui-serif, "Iowan Old Style", "Palatino Linotype", Palatino,
    Baskerville, Georgia, serif;
    --font-body: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", sans-serif;
    --radius-soft: 0.875rem;
    --radius-card: 1.5rem;
    --radius-pill: 999px;
    --shadow-soft: 0 1.25rem 4rem rgb(23 32 30 / 0.08);
    --ease-calm: cubic-bezier(0.22, 1, 0.36, 1);
  }
}
@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;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .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;
    }
  }
  .hidden {
    display: none;
  }
}
@layer theme, base, components, utilities;
@layer theme;
@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;
@layer base {
  :root {
    --page-gutter: clamp(1.25rem, 4vw, 4.5rem);
    --content-wide: 90rem;
    --content-reading: 46rem;
    --header-height: 5.5rem;
    --section-space: clamp(4.75rem, 9vw, 9rem);
    --section-space-small: clamp(3.25rem, 6vw, 5.5rem);
    --line: #dce2de;
    --ink: #17201e;
    --ink-muted: #61706c;
    --surface: #fffdf9;
    --surface-soft: #f6f2ea;
    --accent: #17433e;
    --accent-soft: #93aaa4;
    --signal: #b77859;
    color-scheme: light;
    font-synthesis: none;
    text-rendering: optimizeLegibility;
  }
  *, *::before, *::after {
    box-sizing: border-box;
  }
  html {
    scroll-behavior: smooth;
    scroll-padding-top: calc(var(--header-height) + 1.5rem);
  }
  body {
    min-width: 20rem;
    margin: 0;
    overflow-x: hidden;
    background: var(--surface);
    color: var(--ink);
    font-family: var(--font-body);
    font-size: clamp(1rem, 0.95rem + 0.16vw, 1.125rem);
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
  }
  body.menu-open {
    overflow: hidden;
  }
  body.admin-bar .site-header {
    top: 32px;
  }
  @media (max-width: 782px) {
    body.admin-bar .site-header {
      top: 46px;
    }
  }
  ::selection {
    background: #93aaa4;
    color: #0f312d;
  }
  img, svg, video, canvas {
    display: block;
    max-width: 100%;
  }
  img {
    height: auto;
  }
  figure {
    margin: 0;
  }
  button, input, textarea, select {
    color: inherit;
    font: inherit;
  }
  button, [type="button"], [type="submit"] {
    cursor: pointer;
  }
  a {
    color: inherit;
    text-decoration-thickness: 0.08em;
    text-underline-offset: 0.18em;
  }
  p, li {
    text-wrap: pretty;
  }
  h1, h2, h3, h4, h5, h6 {
    margin-block: 0;
    color: var(--ink);
    font-family: var(--font-display);
    font-weight: 500;
    letter-spacing: -0.035em;
    line-height: 1.08;
    text-wrap: balance;
  }
  h1 {
    font-size: clamp(2.75rem, 7vw, 5.75rem);
  }
  h2 {
    font-size: clamp(2.25rem, 4.5vw, 4.25rem);
  }
  h3 {
    font-size: clamp(1.45rem, 2.4vw, 2rem);
  }
  h4 {
    font-size: 1.25rem;
  }
  hr {
    height: 1px;
    margin-block: 2.5rem;
    border: 0;
    background: var(--line);
  }
  address {
    font-style: normal;
  }
  dialog {
    color: inherit;
  }
  :where(a, button, input, textarea, select, summary):focus-visible {
    outline: 3px solid #b77859;
    outline-offset: 4px;
  }
  :target {
    scroll-margin-top: calc(var(--header-height) + 2rem);
  }
}
@layer components {
  .skip-link {
    position: fixed;
    z-index: 10000;
    top: 0.75rem;
    left: 0.75rem;
    display: inline-flex;
    min-height: 2.75rem;
    align-items: center;
    padding: 0.65rem 1rem;
    border-radius: var(--radius-pill);
    background: var(--ink);
    color: var(--surface);
    font-size: 0.875rem;
    font-weight: 700;
    transform: translateY(-160%);
    transition: transform 180ms var(--ease-calm);
  }
  .skip-link:focus {
    transform: translateY(0);
  }
  .container {
    width: min(calc(100% - (2 * var(--page-gutter))), var(--content-wide));
    margin-inline: auto;
  }
  .section {
    position: relative;
    padding-block: var(--section-space);
  }
  .section-compact {
    padding-block: var(--section-space-small);
  }
  .section-tinted {
    background: var(--surface-soft);
  }
  .section-dark {
    background: var(--accent);
    color: var(--surface);
  }
  .section-dark :where(h1, h2, h3, h4) {
    color: var(--surface);
  }
  .section-kicker {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    margin: 0 0 1.25rem;
    color: var(--accent);
    font-size: 0.72rem;
    font-weight: 750;
    letter-spacing: 0.16em;
    line-height: 1.4;
    text-transform: uppercase;
  }
  .section-kicker::before {
    width: 2.25rem;
    height: 1px;
    background: currentColor;
    content: "";
  }
  .section-dark .section-kicker, .final-cta .section-kicker {
    color: #dce7e3;
  }
  .section-heading {
    max-width: 17ch;
  }
  .section-intro {
    max-width: 46rem;
    margin: 1.5rem 0 0;
    color: var(--ink-muted);
    font-size: clamp(1.08rem, 1rem + 0.35vw, 1.35rem);
    line-height: 1.58;
  }
  .section-dark .section-intro, .final-cta .section-intro {
    color: rgb(255 253 249 / 0.76);
  }
  .site-header {
    position: sticky;
    z-index: 1000;
    top: 0;
    min-height: var(--header-height);
    border-bottom: 1px solid rgb(220 226 222 / 0.88);
    background: rgb(255 253 249 / 0.92);
    backdrop-filter: blur(18px) saturate(130%);
  }
  .header-inner {
    display: flex;
    min-height: var(--header-height);
    align-items: center;
    justify-content: space-between;
    gap: 1.25rem;
  }
  .brand {
    position: relative;
    z-index: 1010;
    display: inline-grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 0.78rem;
    max-width: min(17.5rem, calc(100vw - 7.5rem));
    color: var(--ink);
    text-decoration: none;
  }
  .brand-mark {
    position: relative;
    display: grid;
    width: 2.65rem;
    height: 2.65rem;
    flex: 0 0 auto;
    place-items: center;
    overflow: hidden;
    border: 1px solid rgb(23 67 62 / 0.32);
    border-radius: 50%;
    background: var(--surface-soft);
    color: var(--accent);
    font-family: var(--font-display);
    font-size: 0.98rem;
    font-weight: 600;
    letter-spacing: -0.04em;
  }
  .brand-mark::after {
    position: absolute;
    right: -0.1rem;
    bottom: 0.28rem;
    width: 1.3rem;
    height: 0.55rem;
    border-top: 1px solid var(--signal);
    border-radius: 50%;
    content: "";
    transform: rotate(-20deg);
  }
  .brand-copy {
    display: grid;
    line-height: 1.1;
  }
  .brand-name {
    overflow: hidden;
    font-family: var(--font-display);
    font-size: clamp(1.08rem, 2vw, 1.35rem);
    font-weight: 600;
    letter-spacing: -0.035em;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .brand-credentials {
    margin-top: 0.3rem;
    overflow: hidden;
    color: var(--ink-muted);
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.095em;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
  }
  .menu-toggle {
    position: relative;
    z-index: 1010;
    display: inline-grid;
    width: 3rem;
    height: 3rem;
    flex: 0 0 auto;
    place-content: center;
    gap: 0.32rem;
    border: 1px solid var(--line);
    border-radius: 50%;
    background: var(--surface);
    color: var(--ink);
  }
  .menu-toggle__line, .menu-toggle span:not(.screen-reader-text) {
    display: block;
    width: 1.2rem;
    height: 1px;
    background: currentColor;
    transition: transform 220ms var(--ease-calm), opacity 160ms ease;
  }
  .menu-toggle[aria-expanded="true"] .menu-toggle__line:first-of-type, .menu-toggle[aria-expanded="true"] span:not(.screen-reader-text):first-of-type {
    transform: translateY(0.21rem) rotate(45deg);
  }
  .menu-toggle[aria-expanded="true"] .menu-toggle__line:last-of-type, .menu-toggle[aria-expanded="true"] span:not(.screen-reader-text):last-of-type {
    transform: translateY(-0.21rem) rotate(-45deg);
  }
  body.nav-is-open .site-header {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }
  .nav-panel, [data-menu] {
    position: fixed;
    z-index: 1000;
    inset: 0;
    display: flex;
    visibility: hidden;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    flex-direction: column;
    justify-content: flex-start;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    padding: calc(var(--header-height) + 1.25rem) var(--page-gutter) max(2rem, env(safe-area-inset-bottom));
    background: var(--surface-soft);
    opacity: 0;
    transform: translateY(-0.75rem);
    -webkit-overflow-scrolling: touch;
    transition: opacity 220ms ease, transform 300ms var(--ease-calm), visibility 0s linear 300ms;
  }
  .nav-panel.is-open, [data-menu].is-open {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0s;
  }
  .primary-menu, .primary-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .primary-menu {
    display: grid;
    gap: 0.15rem;
  }
  .primary-menu > li > a {
    display: flex;
    min-height: 3rem;
    align-items: center;
    padding-block: 0.42rem;
    border-bottom: 1px solid rgb(23 32 30 / 0.12);
    color: var(--ink);
    font-family: var(--font-display);
    font-size: clamp(1.35rem, 5.5vw, 2rem);
    line-height: 1.15;
    text-decoration: none;
  }
  .primary-menu a:hover, .primary-menu .current-menu-item > a, .primary-menu .current_page_item > a {
    color: var(--accent);
  }
  .primary-menu .sub-menu {
    display: grid;
    gap: 0.15rem;
    padding: 0.75rem 0 0.9rem 1rem;
  }
  .primary-menu .sub-menu a {
    display: inline-flex;
    min-height: 2.5rem;
    align-items: center;
    color: var(--ink-muted);
    font-size: 0.98rem;
    text-decoration: none;
  }
  .header-cta {
    width: 100%;
    margin-top: 1.5rem;
  }
  .button {
    display: inline-flex;
    min-height: 3.2rem;
    align-items: center;
    justify-content: center;
    gap: 0.7rem;
    padding: 0.8rem 1.4rem;
    border: 1px solid transparent;
    border-radius: var(--radius-pill);
    font-size: 0.82rem;
    font-weight: 750;
    letter-spacing: 0.055em;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: border-color 180ms ease, background-color 180ms ease, color 180ms ease, transform 220ms var(--ease-calm), box-shadow 220ms ease;
  }
  .button:hover {
    transform: translateY(-2px);
  }
  .button-primary {
    background: var(--accent);
    color: var(--surface);
    box-shadow: 0 0.8rem 2rem rgb(23 67 62 / 0.18);
  }
  .button-primary:hover {
    background: var(--accent-deep, #0f312d);
    box-shadow: 0 1.1rem 2.4rem rgb(23 67 62 / 0.24);
  }
  .button-secondary {
    border-color: rgb(23 67 62 / 0.32);
    background: transparent;
    color: var(--accent);
  }
  .button-secondary:hover {
    border-color: var(--accent);
    background: rgb(147 170 164 / 0.12);
  }
  .section-dark .button-secondary, .final-cta .button-secondary {
    border-color: rgb(255 253 249 / 0.4);
    color: var(--surface);
  }
  .section-dark .button-secondary:hover, .final-cta .button-secondary:hover {
    border-color: var(--surface);
    background: rgb(255 253 249 / 0.1);
  }
  .text-link {
    display: inline-flex;
    min-height: 2.75rem;
    align-items: center;
    gap: 0.6rem;
    color: var(--accent);
    font-size: 0.82rem;
    font-weight: 750;
    letter-spacing: 0.06em;
    text-decoration: none;
    text-transform: uppercase;
  }
  .text-link::after {
    width: 1.8rem;
    height: 1px;
    background: currentColor;
    content: "";
    transition: width 220ms var(--ease-calm);
  }
  .text-link:hover::after {
    width: 2.6rem;
  }
  .hero {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding-block: clamp(4rem, 8vw, 8.5rem) clamp(3rem, 7vw, 7rem);
    background: radial-gradient(circle at 88% 20%, rgb(147 170 164 / 0.2), transparent 25rem), linear-gradient(145deg, #fffdf9 0%, #f6f2ea 72%, #eef3f0 100%);
  }
  .hero::before {
    position: absolute;
    z-index: -1;
    top: -10rem;
    left: 58%;
    width: 36rem;
    height: 36rem;
    border: 1px solid rgb(23 67 62 / 0.08);
    border-radius: 50%;
    content: "";
  }
  .hero-grid {
    display: grid;
    align-items: center;
    gap: clamp(2.5rem, 7vw, 7rem);
  }
  .hero-copy {
    position: relative;
    z-index: 2;
  }
  .hero-copy h1 {
    max-width: 12ch;
  }
  .hero-copy h1 em {
    color: var(--accent);
    font-weight: inherit;
  }
  .hero-copy > p:not(.section-kicker) {
    max-width: 39rem;
    margin: 1.6rem 0 0;
    color: var(--ink-muted);
    font-size: clamp(1.08rem, 1rem + 0.4vw, 1.35rem);
    line-height: 1.62;
  }
  .hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    margin-top: 2rem;
  }
  .hero-note {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    max-width: 34rem;
    margin-top: 2rem;
    color: var(--ink-muted);
    font-size: 0.78rem;
    line-height: 1.55;
  }
  .hero-note::before {
    width: 0.55rem;
    height: 0.55rem;
    flex: 0 0 auto;
    margin-top: 0.35rem;
    border-radius: 50%;
    background: var(--signal);
    content: "";
  }
  .hero-art {
    position: relative;
    display: grid;
    min-height: clamp(18rem, 72vw, 32rem);
    place-items: center;
  }
  .eye-art {
    position: relative;
    width: min(100%, 34rem);
    aspect-ratio: 1.1;
    border: 1px solid rgb(23 67 62 / 0.13);
    border-radius: 52% 48% 48% 52% / 42% 44% 56% 58%;
    background: radial-gradient(circle at 48% 49%, #17433e 0 5%, transparent 5.5%), radial-gradient(circle at 48% 49%, rgb(147 170 164 / 0.5) 0 12%, transparent 12.5%), radial-gradient(circle at 48% 49%, rgb(255 253 249 / 0.92) 0 29%, transparent 29.5%), linear-gradient(135deg, rgb(255 253 249 / 0.7), rgb(147 170 164 / 0.22));
    box-shadow: inset 0 0 5rem rgb(23 67 62 / 0.08), var(--shadow-soft);
    transform: rotate(-5deg);
  }
  .eye-art::before, .eye-art::after {
    position: absolute;
    left: 9%;
    width: 83%;
    height: 45%;
    border-radius: 50%;
    content: "";
  }
  .eye-art::before {
    top: 7%;
    border-top: 2px solid rgb(23 67 62 / 0.6);
    transform: rotate(6deg);
  }
  .eye-art::after {
    right: 8%;
    bottom: 5%;
    border-bottom: 1px solid rgb(183 120 89 / 0.7);
    transform: rotate(-4deg);
  }
  .eye-art__orbit, .eye-art__lid, .eye-art__iris, .eye-art__glint {
    position: absolute;
    border-radius: 50%;
  }
  .eye-art__orbit {
    inset: 14%;
    border: 1px solid rgb(23 67 62 / 0.12);
  }
  .eye-art__lid {
    inset: 22% 9%;
    border-top: 1px solid rgb(23 67 62 / 0.42);
    border-bottom: 1px solid rgb(183 120 89 / 0.42);
    transform: rotate(4deg);
  }
  .eye-art__iris {
    top: 37%;
    left: 38%;
    width: 24%;
    aspect-ratio: 1;
    border: 1px solid rgb(23 67 62 / 0.36);
    background: rgb(147 170 164 / 0.25);
  }
  .eye-art__glint {
    top: 41%;
    left: 48%;
    width: 0.65rem;
    height: 0.65rem;
    background: var(--surface);
    box-shadow: 0 0 1.2rem rgb(255 253 249 / 0.8);
  }
  .credentials-strip {
    position: relative;
    z-index: 4;
    border-block: 1px solid var(--line);
    background: var(--surface);
  }
  .credentials-list {
    display: grid;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .credentials-item {
    display: grid;
    min-height: 7.2rem;
    align-content: center;
    gap: 0.28rem;
    padding: 1.35rem 0;
    border-bottom: 1px solid var(--line);
  }
  .credentials-item:last-child {
    border-bottom: 0;
  }
  .credentials-item strong {
    color: var(--accent);
    font-family: var(--font-display);
    font-size: 1.16rem;
    font-weight: 600;
    letter-spacing: -0.02em;
  }
  .credentials-item span {
    color: var(--ink-muted);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.07em;
    line-height: 1.4;
    text-transform: uppercase;
  }
  .intro-grid {
    display: grid;
    gap: 2rem;
  }
  .intro-grid__number {
    color: var(--signal);
    font-family: var(--font-display);
    font-size: 1.15rem;
  }
  .intro-grid__body {
    max-width: 48rem;
  }
  .intro-grid__body > p {
    margin: 1.5rem 0 0;
    color: var(--ink-muted);
    font-size: clamp(1.08rem, 1rem + 0.35vw, 1.3rem);
  }
  .symptom-grid, .expertise-grid, .related-grid, .locations-grid, .steps-grid {
    display: grid;
    gap: 1rem;
    margin-top: clamp(2.2rem, 5vw, 4rem);
  }
  .symptom-card, .expertise-card, .related-card, .location-card, .article-card {
    position: relative;
    display: flex;
    min-height: 100%;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: var(--radius-card);
    background: var(--surface);
    transition: border-color 200ms ease, box-shadow 250ms ease, transform 250ms var(--ease-calm);
  }
  .symptom-card, .expertise-card, .related-card {
    padding: clamp(1.35rem, 3vw, 2.25rem);
    color: inherit;
    text-decoration: none;
  }
  .symptom-card:hover, .expertise-card:hover, .related-card:hover, .location-card:hover, .article-card:hover {
    border-color: rgb(23 67 62 / 0.3);
    box-shadow: var(--shadow-soft);
    transform: translateY(-4px);
  }
  .symptom-card::after, .expertise-card::after, .related-card::after {
    position: absolute;
    right: -4rem;
    bottom: -4rem;
    width: 8rem;
    height: 8rem;
    border: 1px solid rgb(23 67 62 / 0.08);
    border-radius: 50%;
    content: "";
    transition: transform 350ms var(--ease-calm);
  }
  .symptom-card:hover::after, .expertise-card:hover::after, .related-card:hover::after {
    transform: scale(1.35);
  }
  .symptom-icon, .expertise-icon {
    display: grid;
    width: 3rem;
    height: 3rem;
    margin-bottom: 2.2rem;
    place-items: center;
    border: 1px solid rgb(23 67 62 / 0.18);
    border-radius: 50%;
    background: var(--surface-soft);
    color: var(--accent);
  }
  .symptom-icon svg, .expertise-icon svg {
    width: 1.35rem;
    height: 1.35rem;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.5;
  }
  .symptom-eyebrow, .card-eyebrow {
    margin: 0 0 0.7rem;
    color: var(--signal);
    font-size: 0.68rem;
    font-weight: 750;
    letter-spacing: 0.13em;
    text-transform: uppercase;
  }
  .symptom-title, .expertise-card h3, .related-card h3 {
    padding-right: 1rem;
    font-size: clamp(1.45rem, 2.2vw, 1.9rem);
  }
  .symptom-copy, .expertise-card p, .related-card p {
    margin: 1rem 0 0;
    color: var(--ink-muted);
    font-size: 0.96rem;
    line-height: 1.62;
  }
  .symptom-card .text-link, .expertise-card .text-link, .related-card .text-link {
    margin-top: auto;
    padding-top: 1.8rem;
  }
  .expertise-card--featured {
    border-color: var(--accent);
    background: var(--accent);
    color: var(--surface);
  }
  .expertise-card--featured :where(h3, .text-link) {
    color: var(--surface);
  }
  .expertise-card--featured p {
    color: rgb(255 253 249 / 0.76);
  }
  .expertise-card--featured .expertise-icon {
    border-color: rgb(255 253 249 / 0.3);
    background: rgb(255 253 249 / 0.08);
    color: var(--surface);
  }
  .profile-grid {
    display: grid;
    align-items: center;
    gap: clamp(2.5rem, 7vw, 7rem);
  }
  .profile-portrait-placeholder, .image-placeholder {
    position: relative;
    display: grid;
    min-height: clamp(25rem, 75vw, 39rem);
    place-items: end start;
    overflow: hidden;
    border: 1px solid rgb(23 67 62 / 0.15);
    border-radius: 48% 48% 1.5rem 1.5rem / 18% 18% 1.5rem 1.5rem;
    background: radial-gradient(circle at 52% 28%, rgb(255 253 249 / 0.85), transparent 18%), radial-gradient(ellipse at 52% 82%, rgb(23 67 62 / 0.18), transparent 42%), linear-gradient(155deg, #dce7e3, #f6f2ea 48%, #c7d5d0);
  }
  .profile-portrait-placeholder::before, .image-placeholder::before {
    position: absolute;
    top: 13%;
    left: 30%;
    width: 40%;
    aspect-ratio: 0.82;
    border: 1px solid rgb(23 67 62 / 0.11);
    border-radius: 48% 48% 45% 45%;
    content: "";
  }
  .profile-portrait-placeholder::after, .image-placeholder::after {
    position: absolute;
    right: -16%;
    bottom: -22%;
    width: 80%;
    aspect-ratio: 1;
    border: 1px solid rgb(183 120 89 / 0.35);
    border-radius: 50%;
    content: "";
  }
  .profile-portrait-placeholder figcaption, .image-placeholder figcaption {
    position: relative;
    z-index: 2;
    max-width: 24rem;
    margin: 1.25rem;
    padding: 0.8rem 1rem;
    border: 1px solid rgb(255 253 249 / 0.45);
    border-radius: var(--radius-soft);
    background: rgb(255 253 249 / 0.82);
    color: var(--ink-muted);
    font-size: 0.7rem;
    line-height: 1.45;
    backdrop-filter: blur(10px);
  }
  .profile-content > p:not(.section-kicker) {
    max-width: 43rem;
    margin: 1.4rem 0 0;
    color: var(--ink-muted);
  }
  .profile-content .button, .profile-content .text-link {
    margin-top: 1.6rem;
  }
  .profile-facts, .facts {
    display: grid;
    margin: 2.25rem 0 0;
    padding: 0;
    list-style: none;
  }
  .profile-facts li, .facts li {
    display: grid;
    gap: 0.35rem;
    padding-block: 1rem;
    border-top: 1px solid var(--line);
  }
  .profile-facts strong, .facts strong {
    color: var(--accent);
    font-size: 0.72rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
  }
  .profile-facts span, .facts span {
    font-family: var(--font-display);
    font-size: 1.13rem;
    line-height: 1.35;
  }
  .steps-grid {
    counter-reset: patient-step;
  }
  .step {
    position: relative;
    min-height: 17rem;
    padding: 1.8rem;
    border-top: 1px solid var(--accent-soft);
    background: linear-gradient(180deg, rgb(255 253 249 / 0.06), transparent);
    counter-increment: patient-step;
  }
  .step::before {
    display: block;
    margin-bottom: 3.5rem;
    color: var(--accent-soft);
    content: "0" counter(patient-step);
    font-family: var(--font-display);
    font-size: 1.1rem;
  }
  .step h3 {
    color: var(--surface);
  }
  .step p {
    margin: 1rem 0 0;
    color: rgb(255 253 249 / 0.68);
    font-size: 0.95rem;
  }
  .publication-list {
    display: grid;
    margin: clamp(2.25rem, 5vw, 4rem) 0 0;
    padding: 0;
    border-top: 1px solid var(--line);
    list-style: none;
  }
  .publication-item {
    display: grid;
    gap: 0.75rem;
    padding-block: 1.5rem;
    border-bottom: 1px solid var(--line);
  }
  .publication-item__year {
    color: var(--signal);
    font-size: 0.72rem;
    font-weight: 750;
    letter-spacing: 0.1em;
  }
  .publication-item__title {
    margin: 0;
    font-family: var(--font-display);
    font-size: clamp(1.08rem, 2vw, 1.35rem);
    font-weight: 500;
    line-height: 1.35;
  }
  .publication-item__meta {
    margin: 0;
    color: var(--ink-muted);
    font-size: 0.82rem;
  }
  .location-card {
    padding: clamp(1.5rem, 4vw, 2.6rem);
  }
  .location-card__city {
    margin: 0 0 1.4rem;
    color: var(--signal);
    font-size: 0.68rem;
    font-weight: 750;
    letter-spacing: 0.13em;
    text-transform: uppercase;
  }
  .location-card h3 {
    max-width: 17ch;
  }
  .location-card address, .location-card p {
    margin: 1rem 0 0;
    color: var(--ink-muted);
    font-size: 0.94rem;
  }
  .location-card .text-link, .location-card .button {
    margin-top: auto;
    padding-top: 1.4rem;
  }
  .faq-list {
    max-width: 58rem;
    margin: clamp(2rem, 5vw, 4rem) auto 0;
    border-top: 1px solid var(--line);
  }
  .faq-list details {
    border-bottom: 1px solid var(--line);
  }
  .faq-list summary {
    position: relative;
    display: flex;
    min-height: 4.75rem;
    align-items: center;
    padding: 1.3rem 3rem 1.3rem 0;
    font-family: var(--font-display);
    font-size: clamp(1.08rem, 2.2vw, 1.4rem);
    font-weight: 500;
    line-height: 1.35;
    list-style: none;
    cursor: pointer;
  }
  .faq-list summary::-webkit-details-marker {
    display: none;
  }
  .faq-list summary::before, .faq-list summary::after {
    position: absolute;
    top: 50%;
    right: 0.3rem;
    width: 1.1rem;
    height: 1px;
    background: var(--accent);
    content: "";
    transition: transform 180ms ease;
  }
  .faq-list summary::after {
    transform: rotate(90deg);
  }
  .faq-list details[open] summary::after {
    transform: rotate(0deg);
  }
  .faq-list details > div, .faq-list details > p {
    max-width: 46rem;
    margin: 0;
    padding: 0 2.5rem 1.6rem 0;
    color: var(--ink-muted);
    font-size: 0.96rem;
  }
  .final-cta {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding-block: clamp(4rem, 9vw, 8rem);
    background: var(--accent);
    color: var(--surface);
  }
  .final-cta::after {
    position: absolute;
    z-index: -1;
    top: -60%;
    right: -10%;
    width: min(45rem, 80vw);
    aspect-ratio: 1;
    border: 1px solid rgb(255 253 249 / 0.14);
    border-radius: 50%;
    content: "";
  }
  .final-cta__inner {
    display: grid;
    gap: 2rem;
  }
  .final-cta h2 {
    max-width: 14ch;
    color: var(--surface);
  }
  .final-cta__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    align-self: end;
  }
  .final-cta .button-primary {
    background: var(--surface);
    color: var(--accent);
  }
  .final-cta .button-primary:hover {
    background: var(--surface-soft);
  }
  .page-hero {
    position: relative;
    overflow: hidden;
    padding-block: clamp(2.3rem, 6vw, 5rem) clamp(3rem, 8vw, 7rem);
    border-bottom: 1px solid var(--line);
    background: radial-gradient(circle at 90% 20%, rgb(147 170 164 / 0.22), transparent 22rem), var(--surface-soft);
  }
  .page-hero::after {
    position: absolute;
    right: -7rem;
    bottom: -11rem;
    width: 28rem;
    height: 20rem;
    border: 1px solid rgb(23 67 62 / 0.12);
    border-radius: 50%;
    content: "";
    transform: rotate(-8deg);
  }
  .page-hero__inner {
    position: relative;
    z-index: 2;
  }
  .page-hero h1 {
    max-width: 14ch;
    margin-top: clamp(1.5rem, 4vw, 3.5rem);
    font-size: clamp(2.7rem, 6.5vw, 5.4rem);
  }
  .page-hero__intro {
    max-width: 44rem;
    margin: 1.5rem 0 0;
    color: var(--ink-muted);
    font-size: clamp(1.08rem, 1rem + 0.4vw, 1.35rem);
    line-height: 1.6;
  }
  .breadcrumbs {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.045em;
    text-transform: uppercase;
  }
  .breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .breadcrumbs li {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
  }
  .breadcrumbs li:not(:last-child)::after {
    color: var(--accent-soft);
    content: "/";
  }
  .breadcrumbs a {
    color: var(--accent);
    text-decoration: none;
  }
  .breadcrumbs [aria-current="page"] {
    color: var(--ink-muted);
  }
  .content-layout {
    display: grid;
    gap: clamp(2rem, 7vw, 7rem);
    align-items: start;
  }
  .page-index {
    padding: 1.25rem;
    border: 1px solid var(--line);
    border-radius: var(--radius-soft);
    background: var(--surface-soft);
  }
  .page-index__title {
    margin: 0 0 0.7rem;
    color: var(--accent);
    font-size: 0.68rem;
    font-weight: 750;
    letter-spacing: 0.12em;
    text-transform: uppercase;
  }
  .page-index ul {
    display: grid;
    gap: 0.2rem;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .page-index a {
    display: flex;
    min-height: 2.6rem;
    align-items: center;
    padding-block: 0.4rem;
    border-bottom: 1px solid rgb(23 32 30 / 0.08);
    color: var(--ink-muted);
    font-size: 0.82rem;
    text-decoration: none;
  }
  .page-index li:last-child a {
    border-bottom: 0;
  }
  .page-index a:hover {
    color: var(--accent);
  }
  .clinical-content, .prose {
    min-width: 0;
    max-width: var(--content-reading);
  }
  .clinical-content > :first-child, .prose > :first-child {
    margin-top: 0;
  }
  .clinical-content :where(h2, h3, h4), .prose :where(h2, h3, h4) {
    scroll-margin-top: calc(var(--header-height) + 1.5rem);
  }
  .clinical-content h2, .prose h2 {
    margin: clamp(3.5rem, 8vw, 6rem) 0 1.25rem;
    padding-top: 0.4rem;
    font-size: clamp(2rem, 4.2vw, 3.4rem);
  }
  .clinical-content h3, .prose h3 {
    margin: 2.6rem 0 1rem;
  }
  .clinical-content h4, .prose h4 {
    margin: 2rem 0 0.8rem;
  }
  .clinical-content p, .prose p {
    margin: 1rem 0 0;
    color: #3d4b47;
  }
  .clinical-content :where(ul, ol), .prose :where(ul, ol) {
    display: grid;
    gap: 0.55rem;
    margin: 1.4rem 0 0;
    padding-left: 1.3rem;
    color: #3d4b47;
  }
  .clinical-content li::marker, .prose li::marker {
    color: var(--signal);
  }
  .clinical-content a, .prose a {
    color: var(--accent);
    font-weight: 650;
  }
  .clinical-content blockquote, .prose blockquote {
    margin: 2.3rem 0;
    padding: 0.4rem 0 0.4rem 1.5rem;
    border-left: 2px solid var(--signal);
    color: var(--accent);
    font-family: var(--font-display);
    font-size: clamp(1.25rem, 2.6vw, 1.7rem);
    line-height: 1.45;
  }
  .clinical-content blockquote p, .prose blockquote p {
    color: inherit;
  }
  .clinical-content table, .prose table {
    width: 100%;
    margin: 2rem 0;
    border-collapse: collapse;
    font-size: 0.9rem;
  }
  .clinical-content th, .clinical-content td, .prose th, .prose td {
    padding: 0.8rem;
    border-bottom: 1px solid var(--line);
    text-align: left;
    vertical-align: top;
  }
  .clinical-content th, .prose th {
    color: var(--accent);
    font-size: 0.72rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }
  .notice {
    margin-block: 2rem;
    padding: clamp(1.25rem, 3vw, 1.8rem);
    border: 1px solid rgb(23 67 62 / 0.2);
    border-left: 3px solid var(--accent);
    border-radius: 0 var(--radius-soft) var(--radius-soft) 0;
    background: rgb(147 170 164 / 0.12);
  }
  .notice h2, .notice h3, .notice h4, .notice__title {
    margin: 0 0 0.6rem;
    padding: 0;
    color: var(--accent);
    font-family: var(--font-body);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
  }
  .notice p {
    margin: 0;
    color: #3d4b47;
    font-size: 0.9rem;
  }
  .notice-urgent {
    border-color: rgb(183 120 89 / 0.34);
    border-left-color: var(--signal);
    background: rgb(183 120 89 / 0.1);
  }
  .notice-urgent h2, .notice-urgent h3, .notice-urgent h4, .notice-urgent .notice__title {
    color: #8a4e33;
  }
  .related-grid {
    max-width: var(--content-wide);
  }
  .contact-grid {
    display: grid;
    gap: clamp(2rem, 6vw, 5rem);
    align-items: start;
  }
  .contact-details {
    display: grid;
    gap: 1rem;
  }
  .form-shell {
    padding: clamp(1.25rem, 4vw, 2.5rem);
    border: 1px solid var(--line);
    border-radius: var(--radius-card);
    background: var(--surface-soft);
  }
  .form-shell fieldset {
    margin: 0;
    padding: 0;
    border: 0;
  }
  .form-shell legend {
    margin-bottom: 1.5rem;
    font-family: var(--font-display);
    font-size: clamp(1.55rem, 3vw, 2.15rem);
  }
  .form-row {
    display: grid;
    gap: 1rem;
  }
  .form-field {
    display: grid;
    gap: 0.5rem;
    margin-bottom: 1rem;
  }
  .form-field label {
    color: var(--ink);
    font-size: 0.78rem;
    font-weight: 750;
    letter-spacing: 0.045em;
  }
  .form-field :where(input, select, textarea) {
    width: 100%;
    min-height: 3.25rem;
    padding: 0.78rem 0.95rem;
    border: 1px solid #c9d2ce;
    border-radius: 0.65rem;
    background: var(--surface);
    color: var(--ink);
    transition: border-color 160ms ease, box-shadow 160ms ease;
  }
  .form-field textarea {
    min-height: 8rem;
    resize: vertical;
  }
  .form-field :where(input, select, textarea):focus {
    border-color: var(--accent);
    box-shadow: 0 0 0 4px rgb(23 67 62 / 0.1);
    outline: 0;
  }
  .form-field :where(input, textarea)::placeholder {
    color: #7b8884;
  }
  .checkbox {
    display: grid;
    grid-template-columns: 1.25rem 1fr;
    gap: 0.75rem;
    align-items: start;
    margin-block: 1rem 1.5rem;
    color: var(--ink-muted);
    font-size: 0.8rem;
    line-height: 1.5;
  }
  .checkbox input {
    width: 1.15rem;
    height: 1.15rem;
    margin-top: 0.12rem;
    accent-color: var(--accent);
  }
  .form-note {
    margin: 1.2rem 0 0;
    color: var(--ink-muted);
    font-size: 0.72rem;
    line-height: 1.55;
  }
  .form-status {
    margin-bottom: 1rem;
    padding: 0.8rem 1rem;
    border-radius: 0.65rem;
    background: rgb(147 170 164 / 0.15);
    font-size: 0.84rem;
  }
  .form-status[hidden] {
    display: none;
  }
  .search-form {
    display: flex;
    max-width: 42rem;
    gap: 0.65rem;
    margin-top: 1.5rem;
  }
  .search-form label {
    flex: 1;
  }
  .search-form input[type="search"] {
    width: 100%;
    min-height: 3.2rem;
    padding: 0.75rem 1rem;
    border: 1px solid var(--line);
    border-radius: var(--radius-pill);
    background: var(--surface);
  }
  .article-grid {
    display: grid;
    gap: 1rem;
  }
  .article-card__image {
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: var(--sea-glass-pale, #dce7e3);
  }
  .article-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 450ms var(--ease-calm);
  }
  .article-card:hover .article-card__image img {
    transform: scale(1.025);
  }
  .article-card__body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 1.4rem;
  }
  .article-card__meta {
    margin: 0 0 0.75rem;
    color: var(--signal);
    font-size: 0.68rem;
    font-weight: 750;
    letter-spacing: 0.1em;
    text-transform: uppercase;
  }
  .article-card h2, .article-card h3 {
    font-size: clamp(1.35rem, 2.5vw, 1.8rem);
  }
  .article-card__excerpt {
    margin: 0.9rem 0 0;
    color: var(--ink-muted);
    font-size: 0.9rem;
  }
  .article-card .text-link {
    margin-top: auto;
    padding-top: 1.3rem;
  }
  .empty-state, .error-404 {
    display: grid;
    min-height: calc(100vh - var(--header-height));
    place-items: center;
    padding-block: var(--section-space-small);
    background: var(--surface-soft);
    text-align: center;
  }
  .empty-state__inner, .error-404__inner {
    max-width: 45rem;
  }
  .error-code {
    margin: 0 0 1rem;
    color: var(--accent-soft);
    font-family: var(--font-display);
    font-size: clamp(5rem, 20vw, 12rem);
    letter-spacing: -0.08em;
    line-height: 0.8;
  }
  .empty-state p, .error-404 p {
    max-width: 36rem;
    margin: 1.2rem auto 0;
    color: var(--ink-muted);
  }
  .empty-state .button, .error-404 .button {
    margin-top: 1.8rem;
  }
  .site-footer {
    padding-block: clamp(3rem, 7vw, 5.5rem) 1.8rem;
    border-top: 1px solid rgb(255 253 249 / 0.14);
    background: #102d29;
    color: rgb(255 253 249 / 0.78);
  }
  .footer-grid {
    display: grid;
    gap: 2.5rem;
  }
  .site-footer .brand {
    color: var(--surface);
  }
  .site-footer .brand-mark {
    border-color: rgb(255 253 249 / 0.25);
    background: rgb(255 253 249 / 0.08);
    color: var(--surface);
  }
  .site-footer .brand-credentials {
    color: rgb(255 253 249 / 0.58);
  }
  .footer-summary {
    max-width: 27rem;
    margin: 1.4rem 0 0;
    color: rgb(255 253 249 / 0.62);
    font-size: 0.84rem;
  }
  .footer-heading {
    margin: 0 0 1rem;
    color: var(--surface);
    font-family: var(--font-body);
    font-size: 0.68rem;
    font-weight: 750;
    letter-spacing: 0.13em;
    text-transform: uppercase;
  }
  .footer-nav, .footer-nav ul {
    display: grid;
    gap: 0.55rem;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .footer-nav a, .site-footer address a {
    color: rgb(255 253 249 / 0.72);
    font-size: 0.84rem;
    text-decoration: none;
  }
  .footer-nav a:hover, .site-footer address a:hover {
    color: var(--surface);
  }
  .site-footer address, .site-footer address p {
    margin: 0;
    color: rgb(255 253 249 / 0.62);
    font-size: 0.84rem;
  }
  .footer-legal {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 0.8rem 2rem;
    margin-top: 3.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgb(255 253 249 / 0.14);
    color: rgb(255 253 249 / 0.5);
    font-size: 0.68rem;
    line-height: 1.5;
  }
  .footer-legal ul {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem 1.2rem;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .footer-legal a {
    color: inherit;
  }
  .screen-reader-text {
    position: absolute !important;
    width: 1px;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    clip-path: inset(50%);
    border: 0;
    white-space: nowrap;
  }
  .screen-reader-text:focus {
    z-index: 100000;
    top: 0.5rem;
    left: 0.5rem;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0.8rem 1rem;
    overflow: visible;
    clip: auto;
    clip-path: none;
    border-radius: 0.5rem;
    background: var(--surface);
    color: var(--ink);
    white-space: normal;
  }
  .wp-caption, .gallery-caption {
    max-width: 100%;
    color: var(--ink-muted);
    font-size: 0.72rem;
    line-height: 1.5;
  }
  .wp-caption-text {
    margin-top: 0.6rem;
  }
  .alignleft, .alignright, .aligncenter {
    display: block;
    margin: 1.5rem auto;
  }
  .alignwide {
    width: min(var(--content-wide), calc(100vw - (2 * var(--page-gutter))));
    max-width: none;
    margin-inline: 50%;
    transform: translateX(-50%);
  }
  .alignfull {
    width: 100vw;
    max-width: none;
    margin-inline: 50%;
    transform: translateX(-50%);
  }
  .sticky {
    position: relative;
  }
  .bypostauthor {
    outline: 0;
  }
  .pagination, .nav-links {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    align-items: center;
    margin-top: 2.5rem;
  }
  .pagination a, .pagination span, .nav-links a, .nav-links span {
    display: grid;
    min-width: 2.75rem;
    min-height: 2.75rem;
    place-items: center;
    padding: 0.45rem 0.75rem;
    border: 1px solid var(--line);
    border-radius: var(--radius-pill);
    background: var(--surface);
    color: var(--accent);
    font-size: 0.8rem;
    text-decoration: none;
  }
  .pagination .current, .nav-links .current {
    border-color: var(--accent);
    background: var(--accent);
    color: var(--surface);
  }
}
@layer components {
  .site-shell, .shell {
    width: min(calc(100% - (2 * var(--page-gutter))), var(--content-wide));
    margin-inline: auto;
  }
  .site-main {
    min-height: 60vh;
  }
  .site-main--home {
    background: var(--surface);
  }
  .page-main {
    background: var(--surface);
  }
  .section--tinted {
    background: var(--surface-soft);
  }
  .section--dark {
    background: var(--accent);
    color: var(--surface);
  }
  .section--dark :where(h1, h2, h3, h4) {
    color: var(--surface);
  }
  .section-kicker > span {
    color: var(--signal);
    font-family: var(--font-display);
    font-size: 0.88rem;
    letter-spacing: 0;
  }
  .section-kicker--light {
    color: rgb(255 253 249 / 0.72);
  }
  .section-heading {
    max-width: 52rem;
  }
  .section-heading > p:not(.section-kicker) {
    max-width: 38rem;
    margin: 1.25rem 0 0;
    color: var(--ink-muted);
  }
  .section-heading--split {
    display: grid;
    gap: 1.3rem;
    max-width: none;
    align-items: end;
  }
  .section-heading--split > p {
    max-width: 38rem;
    margin: 0;
    color: var(--ink-muted);
  }
  .section--dark .section-heading > p, .section--dark .section-heading--split > p {
    color: rgb(255 253 249 / 0.68);
  }
  .button-group {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
  }
  .button--primary {
    background: var(--accent);
    color: var(--surface);
    box-shadow: 0 0.8rem 2rem rgb(23 67 62 / 0.18);
  }
  .button--primary:hover {
    background: #0f312d;
    box-shadow: 0 1.1rem 2.4rem rgb(23 67 62 / 0.24);
  }
  .button--outline {
    border-color: rgb(23 67 62 / 0.35);
    background: transparent;
    color: var(--accent);
  }
  .button--outline:hover {
    border-color: var(--accent);
    background: rgb(147 170 164 / 0.12);
  }
  .button--light {
    background: var(--surface);
    color: var(--accent);
    box-shadow: 0 0.8rem 2rem rgb(0 0 0 / 0.1);
  }
  .button--light:hover {
    background: var(--surface-soft);
  }
  .button--ghost-light {
    border-color: rgb(255 253 249 / 0.42);
    background: transparent;
    color: var(--surface);
  }
  .button--ghost-light:hover {
    border-color: var(--surface);
    background: rgb(255 253 249 / 0.1);
  }
  .button--text {
    min-height: 3.2rem;
    padding-inline: 0.5rem;
    color: var(--accent);
  }
  .button--text:hover {
    color: #0f312d;
    transform: translateX(0.2rem);
  }
  .hero__grid {
    position: relative;
    display: grid;
    align-items: center;
    gap: clamp(2.5rem, 7vw, 7rem);
  }
  .hero__content {
    position: relative;
    z-index: 2;
  }
  .hero__title {
    max-width: 12.5ch;
  }
  .hero__lead {
    max-width: 41rem;
    margin: 1.6rem 0 0;
    color: var(--ink-muted);
    font-size: clamp(1.08rem, 1rem + 0.4vw, 1.35rem);
    line-height: 1.62;
  }
  .hero__actions {
    margin-top: 2rem;
  }
  .hero__note {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    max-width: 35rem;
    margin: 2rem 0 0;
    color: var(--ink-muted);
    font-size: 0.78rem;
    line-height: 1.55;
  }
  .hero__note::before {
    width: 0.55rem;
    height: 0.55rem;
    flex: 0 0 auto;
    margin-top: 0.35rem;
    border-radius: 50%;
    background: var(--signal);
    content: "";
  }
  .hero-art__svg {
    width: min(100%, 37rem);
    overflow: visible;
    filter: drop-shadow(0 1.5rem 2.6rem rgb(23 32 30 / 0.1));
  }
  .hero-art__svg :where(circle, path) {
    vector-effect: non-scaling-stroke;
  }
  .hero-art__field {
    fill: rgb(255 253 249 / 0.45);
    stroke: rgb(23 67 62 / 0.1);
  }
  .hero-art__orbit {
    fill: rgb(255 253 249 / 0.34);
    stroke: var(--accent);
    stroke-linecap: round;
    stroke-linejoin: round;
  }
  .hero-art__orbit--outer {
    fill: rgb(147 170 164 / 0.12);
    stroke-width: 1.5;
  }
  .hero-art__orbit--inner {
    fill: rgb(255 253 249 / 0.52);
    stroke: rgb(23 67 62 / 0.46);
  }
  .hero-art__lid {
    fill: none;
    stroke: var(--signal);
    stroke-linecap: round;
    stroke-width: 2;
  }
  .hero-art__iris {
    fill: rgb(147 170 164 / 0.72);
    stroke: var(--accent);
    stroke-width: 1.5;
  }
  .hero-art__pupil {
    fill: var(--accent);
  }
  .hero-art__measure {
    fill: none;
    stroke: rgb(23 67 62 / 0.3);
    stroke-linecap: round;
  }
  .hero-art__accent {
    fill: none;
    stroke: var(--signal);
    stroke-linecap: round;
    stroke-width: 1.5;
  }
  .hero-art__caption {
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 17rem;
    margin: 0;
    padding: 0.7rem 0.85rem;
    border: 1px solid rgb(23 67 62 / 0.12);
    border-radius: var(--radius-soft);
    background: rgb(255 253 249 / 0.82);
    color: var(--ink-muted);
    font-size: 0.68rem;
    line-height: 1.45;
    backdrop-filter: blur(10px);
  }
  .credentials {
    border-block: 1px solid var(--line);
    background: var(--surface);
  }
  .credentials__list {
    display: grid;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .credentials__list li {
    display: grid;
    min-height: 7.2rem;
    align-content: center;
    gap: 0.28rem;
    padding: 1.35rem 0;
    border-bottom: 1px solid var(--line);
  }
  .credentials__list li:last-child {
    border-bottom: 0;
  }
  .credentials__list strong {
    color: var(--accent);
    font-family: var(--font-display);
    font-size: 1.16rem;
    font-weight: 600;
    letter-spacing: -0.02em;
  }
  .credentials__list span {
    color: var(--ink-muted);
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.065em;
    line-height: 1.4;
    text-transform: uppercase;
  }
  .manifesto__grid {
    display: grid;
    gap: clamp(2rem, 6vw, 6rem);
    align-items: start;
  }
  .manifesto__copy {
    max-width: 46rem;
  }
  .manifesto__copy p {
    margin: 0;
    color: var(--ink-muted);
  }
  .manifesto__copy p + p {
    margin-top: 1rem;
  }
  .manifesto__copy .text-link {
    margin-top: 1.45rem;
  }
  .prose-lead {
    font-size: clamp(1.05rem, 1rem + 0.25vw, 1.25rem);
    line-height: 1.7;
  }
  .symptom-card__index, .expertise-card__number {
    margin: 0 0 clamp(2.5rem, 6vw, 4.5rem);
    color: var(--signal);
    font-family: var(--font-display);
    font-size: 0.9rem;
  }
  .symptom-card h3, .expertise-card h3 {
    position: relative;
    z-index: 2;
    padding-right: 0;
  }
  .symptom-card h3 a, .expertise-card h3 a {
    color: inherit;
    text-decoration: none;
  }
  .symptom-card h3 a::after, .expertise-card h3 a::after {
    position: absolute;
    z-index: 3;
    inset: 0;
    content: "";
  }
  .symptom-card > p:not(.symptom-card__index), .expertise-card > p:not(.expertise-card__number) {
    position: relative;
    z-index: 2;
    margin: 1rem 0 0;
    color: var(--ink-muted);
    font-size: 0.94rem;
    line-height: 1.62;
  }
  .symptom-card__route {
    position: relative;
    z-index: 2;
    display: flex;
    min-height: 2.75rem;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-top: auto;
    padding-top: 1.8rem;
    color: var(--accent);
    font-size: 0.72rem;
    font-weight: 750;
    letter-spacing: 0.05em;
    text-transform: uppercase;
  }
  .symptom-card--wide {
    background: radial-gradient(circle at 100% 100%, rgb(147 170 164 / 0.25), transparent 13rem), var(--surface);
  }
  .symptom-finder {
    border-block: 1px solid rgb(23 32 30 / 0.04);
  }
  .notice--quiet {
    border-left-width: 1px;
    background: rgb(255 253 249 / 0.55);
  }
  .expertise-card {
    min-height: 20rem;
  }
  .profile-intro__grid {
    display: grid;
    align-items: center;
    gap: clamp(2.5rem, 7vw, 7rem);
  }
  .clinical-media {
    position: relative;
  }
  .clinical-media--portrait {
    width: min(100%, 34rem);
    margin-inline: auto;
  }
  .clinical-media__placeholder {
    position: relative;
    display: grid;
    min-height: clamp(25rem, 75vw, 39rem);
    place-items: center;
    overflow: hidden;
    border: 1px solid rgb(255 253 249 / 0.18);
    border-radius: 48% 48% 1.5rem 1.5rem / 18% 18% 1.5rem 1.5rem;
    background: radial-gradient(circle at 52% 28%, rgb(255 253 249 / 0.12), transparent 20%), radial-gradient(ellipse at 52% 82%, rgb(147 170 164 / 0.2), transparent 42%), linear-gradient(155deg, rgb(147 170 164 / 0.22), rgb(15 49 45 / 0.9));
  }
  .clinical-media__art {
    width: 86%;
    overflow: visible;
  }
  .clinical-media__art :where(path, circle) {
    vector-effect: non-scaling-stroke;
  }
  .clinical-media__arc, .clinical-media__line {
    fill: none;
    stroke: rgb(255 253 249 / 0.42);
    stroke-linecap: round;
  }
  .clinical-media__arc--two {
    stroke: var(--signal);
  }
  .clinical-media__arc--one {
    stroke-width: 1.5;
  }
  .clinical-media__circle {
    fill: rgb(147 170 164 / 0.1);
    stroke: rgb(255 253 249 / 0.2);
  }
  .clinical-media figcaption {
    display: grid;
    gap: 0.3rem;
    margin-top: 1rem;
    color: rgb(255 253 249 / 0.58);
    font-size: 0.68rem;
    line-height: 1.5;
  }
  .clinical-media figcaption strong {
    color: rgb(255 253 249 / 0.82);
  }
  .profile-intro__content h2 {
    color: var(--surface);
  }
  .profile-intro__role {
    margin: 1rem 0 0;
    color: #c5d5d0;
    font-family: var(--font-display);
    font-size: clamp(1.06rem, 2.2vw, 1.35rem);
  }
  .profile-intro__copy {
    max-width: 45rem;
    margin-top: 1.8rem;
  }
  .profile-intro__copy p {
    margin: 0;
    color: rgb(255 253 249 / 0.7);
  }
  .profile-intro__copy p + p {
    margin-top: 1rem;
  }
  .profile-intro__content .button {
    margin-top: 1.8rem;
  }
  .clinical-media-note {
    margin-top: clamp(2.5rem, 6vw, 5rem);
    padding-top: 1.35rem;
    border-top: 1px solid rgb(255 253 249 / 0.15);
  }
  .clinical-media-note p {
    max-width: 75rem;
    margin: 0;
    color: rgb(255 253 249 / 0.5);
    font-size: 0.68rem;
    line-height: 1.55;
  }
  .clinical-media-note strong {
    color: rgb(255 253 249 / 0.75);
  }
  .care-path__steps {
    display: grid;
    gap: 0;
    margin: clamp(2.5rem, 6vw, 5rem) 0 0;
    padding: 0;
    border-top: 1px solid var(--line);
    list-style: none;
  }
  .care-path__steps li {
    min-height: 18rem;
    padding: clamp(1.5rem, 4vw, 2.4rem) 0;
    border-bottom: 1px solid var(--line);
  }
  .care-path__number {
    display: block;
    margin-bottom: clamp(2.5rem, 6vw, 5rem);
    color: var(--signal);
    font-family: var(--font-display);
    font-size: 1rem;
  }
  .care-path__steps h3 {
    max-width: 16ch;
  }
  .care-path__steps p {
    max-width: 31rem;
    margin: 1rem 0 0;
    color: var(--ink-muted);
    font-size: 0.94rem;
  }
  .care-path__action {
    margin-top: 1.5rem;
  }
  .publication-list--featured {
    margin-bottom: 2rem;
  }
  .publication-list > li {
    display: grid;
    gap: 0.75rem;
    padding-block: clamp(1.5rem, 4vw, 2.3rem);
    border-bottom: 1px solid var(--line);
  }
  .publication-list__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem 1rem;
    margin: 0;
    color: var(--signal);
    font-size: 0.68rem;
    font-weight: 750;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }
  .publication-list__meta span + span {
    color: var(--ink-muted);
  }
  .publication-list > li h3 {
    max-width: 58rem;
    font-size: clamp(1.1rem, 2.2vw, 1.45rem);
    line-height: 1.4;
  }
  .research-preview .button, .locations-preview > .site-shell > .button {
    margin-top: 2rem;
  }
  .location-grid {
    display: grid;
    gap: 1rem;
    margin-top: clamp(2.2rem, 5vw, 4rem);
  }
  .location-grid .location-card {
    min-height: 18rem;
  }
  .faq__grid {
    display: grid;
    gap: clamp(2.5rem, 7vw, 7rem);
    align-items: start;
  }
  .faq__heading > p:not(.section-kicker) {
    max-width: 29rem;
    margin: 1.3rem 0 0;
    color: var(--ink-muted);
  }
  .accordion {
    border-top: 1px solid var(--line);
  }
  .accordion__item {
    border-bottom: 1px solid var(--line);
  }
  .accordion__item summary {
    position: relative;
    display: flex;
    min-height: 5rem;
    align-items: center;
    padding: 1.35rem 3rem 1.35rem 0;
    font-family: var(--font-display);
    font-size: clamp(1.08rem, 2.2vw, 1.4rem);
    font-weight: 500;
    line-height: 1.35;
    list-style: none;
    cursor: pointer;
  }
  .accordion__item summary::-webkit-details-marker {
    display: none;
  }
  .accordion__item summary::before, .accordion__item summary::after {
    position: absolute;
    top: 50%;
    right: 0.3rem;
    width: 1.1rem;
    height: 1px;
    background: var(--accent);
    content: "";
    transition: transform 180ms ease;
  }
  .accordion__item summary::after {
    transform: rotate(90deg);
  }
  .accordion__item[open] summary::after {
    transform: rotate(0deg);
  }
  .accordion__answer {
    max-width: 46rem;
    padding: 0 2.5rem 1.6rem 0;
    color: var(--ink-muted);
    font-size: 0.96rem;
  }
  .accordion__answer p {
    margin: 0;
  }
  .urgent-notice {
    padding-top: 0;
  }
  .urgent-notice__panel {
    display: grid;
    gap: 1.8rem;
    padding: clamp(1.5rem, 5vw, 3.2rem);
    border: 1px solid rgb(183 120 89 / 0.36);
    border-radius: var(--radius-card);
    background: rgb(183 120 89 / 0.08);
  }
  .urgent-notice__heading h2 {
    max-width: 17ch;
    font-size: clamp(1.8rem, 4vw, 3.2rem);
  }
  .urgent-notice__content {
    max-width: 46rem;
  }
  .urgent-notice__content p {
    margin: 0;
    color: #4b4e49;
  }
  .urgent-notice__content p + p {
    margin-top: 1rem;
  }
  .final-cta__panel {
    display: grid;
    gap: 2rem;
    align-items: end;
  }
  .final-cta__panel h2 {
    color: var(--surface);
  }
  .final-cta__panel > div > p:not(.section-kicker) {
    max-width: 42rem;
    margin: 1.3rem 0 0;
    color: rgb(255 253 249 / 0.7);
  }
  .medical-disclaimer {
    padding-block: 1.25rem;
    border-top: 1px solid rgb(23 32 30 / 0.08);
    background: var(--surface-soft);
  }
  .medical-disclaimer p {
    max-width: 75rem;
    margin: 0;
    color: var(--ink-muted);
    font-size: 0.7rem;
    line-height: 1.55;
  }
  .site-header.is-scrolled {
    box-shadow: 0 0.6rem 2rem rgb(23 32 30 / 0.065);
  }
  .site-header__inner {
    position: relative;
  }
  .site-header__navigation, .primary-navigation {
    min-width: 0;
  }
  .primary-navigation {
    width: 100%;
  }
  .site-brand__text, .site-brand__name, .site-brand__credential {
    min-width: 0;
  }
  .site-brand__monogram {
    flex: 0 0 auto;
  }
  .primary-menu .menu-item {
    min-width: 0;
  }
  .nav-toggle {
    -webkit-tap-highlight-color: transparent;
  }
  .button--small {
    min-height: 2.8rem;
    padding: 0.68rem 1.05rem;
    font-size: 0.7rem;
  }
  .button:not(.button--primary):not(.button--outline):not(.button--light):not(.button--ghost-light):not(.button--text):not(.button-primary):not(.button-secondary):not([data-publication-filter]) {
    border-color: var(--accent);
    background: var(--accent);
    color: var(--surface);
    box-shadow: 0 0.8rem 2rem rgb(23 67 62 / 0.16);
  }
  .button:not(.button--primary):not(.button--outline):not(.button--light):not(.button--ghost-light):not(.button--text):not(.button-primary):not(.button-secondary):not([data-publication-filter]):hover {
    background: #0f312d;
    box-shadow: 0 1rem 2.2rem rgb(23 67 62 / 0.22);
  }
  .site-footer__inner {
    align-items: start;
  }
  .site-footer__identity {
    max-width: 31rem;
  }
  .site-footer__name {
    color: rgb(255 253 249 / 0.62);
  }
  .site-footer__disclaimer p {
    margin: 0;
  }
  .site-footer__disclaimer p + p {
    margin-top: 0.75rem;
  }
  .footer-navigation .footer-menu {
    display: grid;
    gap: 0.55rem;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .site-footer__legal > p {
    max-width: 44rem;
    margin: 0;
  }
  .site-footer__pending {
    color: rgb(255 253 249 / 0.58);
  }
  .content-layout, .article-layout {
    padding-block: clamp(3.5rem, 8vw, 7rem);
  }
  .article-index {
    min-width: 0;
  }
  .article-index__title {
    margin-top: 0;
  }
  .breadcrumbs__list {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .breadcrumbs__item {
    min-width: 0;
  }
  .page-hero__lead {
    max-width: 44rem;
    margin: 1.5rem 0 0;
    color: var(--ink-muted);
    font-size: clamp(1.08rem, 1rem + 0.4vw, 1.35rem);
    line-height: 1.6;
  }
  .clinical-content > .lead, .clinical-prose > .lead, .prose > .lead {
    max-width: 42rem;
    margin: 0;
    color: #33413d;
    font-family: var(--font-display);
    font-size: clamp(1.32rem, 2.7vw, 1.8rem);
    letter-spacing: -0.018em;
    line-height: 1.48;
  }
  .in-brief {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    align-items: center;
    margin-top: 2rem;
    padding: clamp(1.1rem, 3vw, 1.5rem);
    border: 1px solid rgb(23 67 62 / 0.18);
    border-radius: var(--radius-soft);
    background: rgb(147 170 164 / 0.11);
  }
  .in-brief p {
    margin: 0;
    color: #33413d;
    font-size: 0.9rem;
  }
  .in-brief strong {
    color: var(--accent);
  }
  .clinical-content > .content-section {
    margin-top: clamp(3.25rem, 7vw, 5.5rem);
    padding-top: 0.25rem;
  }
  .clinical-content > .content-section + .content-section {
    padding-top: clamp(2.4rem, 5vw, 3.6rem);
    border-top: 1px solid var(--line);
  }
  .content-section > :first-child {
    margin-top: 0;
  }
  .clinical-content .content-section > h2:first-child, .clinical-content .content-section > h3:first-child {
    margin-top: 0;
    padding-top: 0;
  }
  .content-section > .button {
    margin-top: 1.5rem;
  }
  .content-grid {
    display: grid;
    gap: 1rem;
    margin-top: 1.7rem;
  }
  .content-grid > article {
    min-width: 0;
    padding: clamp(1.25rem, 3vw, 1.8rem);
    border: 1px solid var(--line);
    border-radius: var(--radius-soft);
    background: var(--surface-soft);
  }
  .content-grid > article h3 {
    margin: 0;
    color: var(--accent);
    font-size: clamp(1.18rem, 2.2vw, 1.55rem);
    line-height: 1.3;
  }
  .content-grid > article p {
    margin-top: 0.75rem;
    font-size: 0.9rem;
  }
  .content-grid > article > a {
    display: inline-flex;
    min-height: 2.75rem;
    align-items: center;
    margin-top: 0.8rem;
    color: var(--accent);
    font-size: 0.76rem;
    font-weight: 750;
    letter-spacing: 0.045em;
    text-transform: uppercase;
  }
  .related-grid > a {
    position: relative;
    display: flex;
    min-height: 7rem;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.25rem;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: var(--radius-soft);
    background: var(--surface-soft);
    color: var(--accent);
    font-family: var(--font-display);
    font-size: 1.05rem;
    font-weight: 600;
    line-height: 1.3;
    text-decoration: none;
    transition: border-color 180ms ease, background-color 180ms ease, transform 220ms var(--ease-calm);
  }
  .related-grid > a::after {
    flex: 0 0 auto;
    color: var(--signal);
    content: "→";
    font-family: var(--font-body);
  }
  .related-grid > a:hover {
    border-color: rgb(23 67 62 / 0.3);
    background: rgb(147 170 164 / 0.15);
    transform: translateY(-2px);
  }
  .clinical-content .faq-list {
    margin-top: 1.5rem;
  }
  .clinical-content .faq-list details > p {
    max-width: 43rem;
    padding: 0 2.5rem 1.6rem 0;
    color: var(--ink-muted);
    font-size: 0.94rem;
  }
  .medical-review {
    margin-bottom: clamp(3rem, 7vw, 6rem);
    padding: clamp(1.25rem, 4vw, 2rem);
    border: 1px solid rgb(23 67 62 / 0.18);
    border-radius: var(--radius-soft);
    background: rgb(147 170 164 / 0.1);
  }
  .medical-review p {
    max-width: 62rem;
    margin: 0;
    color: var(--ink-muted);
    font-size: 0.8rem;
    line-height: 1.55;
  }
  .medical-review p + p {
    margin-top: 0.55rem;
  }
  .medical-review .medical-review__label {
    margin-bottom: 0.65rem;
    color: var(--accent);
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.11em;
    text-transform: uppercase;
  }
  .page-cta {
    position: relative;
    isolation: isolate;
    display: grid;
    gap: 1rem;
    margin-bottom: clamp(4rem, 9vw, 8rem);
    padding: clamp(1.75rem, 5vw, 3.5rem);
    overflow: hidden;
    border-radius: var(--radius-card);
    background: var(--accent);
    color: var(--surface);
  }
  .page-cta::after {
    position: absolute;
    z-index: -1;
    right: -7rem;
    bottom: -9rem;
    width: 22rem;
    aspect-ratio: 1;
    border: 1px solid rgb(255 253 249 / 0.14);
    border-radius: 50%;
    content: "";
  }
  .page-cta h2 {
    max-width: 17ch;
    color: var(--surface);
    font-size: clamp(1.8rem, 4vw, 3.1rem);
  }
  .page-cta > p:not(.eyebrow) {
    max-width: 42rem;
    margin: 0;
    color: rgb(255 253 249 / 0.7);
  }
  .page-cta .eyebrow {
    margin: 0;
    color: #c5d5d0;
  }
  .page-cta .button {
    width: fit-content;
    margin-top: 0.4rem;
    border-color: var(--surface);
    background: var(--surface);
    color: var(--accent);
    box-shadow: none;
  }
  .contact-panel {
    margin-bottom: clamp(4rem, 9vw, 8rem);
    padding-top: clamp(1rem, 3vw, 2rem);
  }
  .contact-panel__intro {
    padding: clamp(1.4rem, 4vw, 2.2rem);
    border-radius: var(--radius-card);
    background: var(--accent);
    color: var(--surface);
  }
  .contact-panel__intro h2 {
    color: var(--surface);
    font-size: clamp(1.8rem, 4vw, 3rem);
  }
  .contact-panel__intro > p:not(.eyebrow) {
    margin: 1rem 0 0;
    color: rgb(255 253 249 / 0.7);
    font-size: 0.92rem;
  }
  .contact-panel__intro .eyebrow {
    margin: 0 0 0.8rem;
    color: #c5d5d0;
  }
  .contact-panel__notice {
    display: grid;
    gap: 0.35rem;
    margin: 1.5rem 0 0;
    border-color: rgb(255 253 249 / 0.18);
    border-left-color: var(--signal);
    background: rgb(255 253 249 / 0.08);
  }
  .contact-panel__notice strong {
    color: var(--surface);
  }
  .contact-panel__notice span {
    color: rgb(255 253 249 / 0.66);
    font-size: 0.78rem;
    line-height: 1.5;
  }
  .location-list {
    display: grid;
    gap: 1rem;
    margin-top: 1rem;
  }
  .location-list .location-card {
    min-height: 13rem;
  }
  .contact-form {
    min-width: 0;
  }
  .form-grid {
    display: grid;
    gap: 1rem;
  }
  .form-grid .form-field {
    margin-bottom: 0;
  }
  .checkbox-field {
    min-height: 2.75rem;
    align-items: start;
  }
  .checkbox-field a {
    color: var(--accent);
    font-weight: 700;
  }
  .contact-form .form-status {
    margin: 0 0 1.25rem;
    border: 1px solid rgb(183 120 89 / 0.26);
    background: rgb(183 120 89 / 0.1);
    color: #75432f;
  }
  .is-disabled {
    position: relative;
  }
  .is-disabled fieldset {
    opacity: 0.66;
  }
  .is-disabled :where(input, select, textarea, button) {
    cursor: not-allowed;
  }
  .is-disabled :where(input, select, textarea) {
    background: #f1eee7;
  }
  [data-publication-filters] {
    gap: 0.5rem;
  }
  [data-publication-filter] {
    min-height: 2.75rem;
    padding: 0.6rem 0.95rem;
    border-color: rgb(23 67 62 / 0.24);
    background: var(--surface);
    color: var(--accent);
    font-size: 0.7rem;
  }
  [data-publication-filter][aria-pressed="true"] {
    border-color: var(--accent);
    background: var(--accent);
    color: var(--surface);
  }
  [data-publication-filter][aria-pressed="false"]:hover {
    border-color: var(--accent);
    background: rgb(147 170 164 / 0.12);
  }
  .publication-count {
    margin: 1rem 0 0;
    color: var(--ink-muted);
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.025em;
  }
  [data-publications-list].content-grid {
    grid-template-columns: 1fr;
    gap: 0;
    border-top: 1px solid var(--line);
  }
  [data-publication].content-section {
    margin: 0;
    padding: clamp(1.2rem, 3vw, 1.8rem) 0;
    border: 0;
    border-bottom: 1px solid var(--line);
    border-radius: 0;
    background: transparent;
  }
  [data-publication] h3 {
    max-width: 62rem;
    color: var(--ink);
    font-size: clamp(1.08rem, 2.1vw, 1.35rem);
    overflow-wrap: anywhere;
  }
  [data-publication] p {
    color: var(--ink-muted);
    font-size: 0.76rem;
  }
  [data-publication][hidden] {
    display: none !important;
  }
  .hero-art.hero-art--image {
    position: relative;
    min-height: 0;
    align-content: center;
    isolation: isolate;
  }
  .hero-art--image::before {
    position: absolute;
    z-index: -1;
    inset: -1.1rem 1.5rem 1.4rem -1rem;
    border: 1px solid rgb(23 67 62 / 0.12);
    border-radius: 46% 46% 1.8rem 1.8rem / 15% 15% 1.8rem 1.8rem;
    content: "";
    transform: rotate(-2deg);
  }
  .hero-art__image {
    width: 100%;
    aspect-ratio: 3 / 2;
    object-fit: cover;
    overflow: hidden;
    border: 1px solid rgb(23 67 62 / 0.12);
    border-radius: 46% 46% 1.5rem 1.5rem / 15% 15% 1.5rem 1.5rem;
    background: #ede7dc;
    box-shadow: 0 2rem 5rem rgb(23 32 30 / 0.14);
  }
  .hero-art--image .hero-art__caption {
    right: 0.8rem;
    bottom: 0.8rem;
    max-width: 19rem;
  }
  .visual-pathways {
    overflow: hidden;
    padding-top: var(--section-space-small);
  }
  .visual-pathways--specialist {
    background: radial-gradient(circle at 88% 12%, rgb(147 170 164 / 0.2), transparent 28rem), var(--surface-soft);
  }
  .visual-pathways--specialist .visual-card--large img {
    object-position: center;
  }
  .visual-pathways__grid {
    display: grid;
    gap: clamp(0.85rem, 2vw, 1.4rem);
    margin-top: clamp(2.5rem, 6vw, 5rem);
  }
  .visual-card {
    position: relative;
    display: block;
    min-height: clamp(19rem, 72vw, 28rem);
    overflow: hidden;
    border: 1px solid rgb(23 67 62 / 0.12);
    border-radius: var(--radius-card);
    background: var(--accent);
    box-shadow: var(--shadow-soft);
    color: var(--surface);
    text-decoration: none;
  }
  .visual-card::after {
    position: absolute;
    z-index: 1;
    inset: 0;
    background: linear-gradient(180deg, transparent 35%, rgb(15 49 45 / 0.78) 100%), linear-gradient(90deg, rgb(23 32 30 / 0.08), transparent 55%);
    content: "";
  }
  .visual-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 700ms var(--ease-calm), filter 400ms ease;
  }
  .visual-card--large img {
    object-position: center;
  }
  .visual-card:hover img, .visual-card:focus-visible img {
    filter: saturate(1.04);
    transform: scale(1.025);
  }
  .visual-card__content {
    position: absolute;
    z-index: 2;
    right: clamp(1.2rem, 3vw, 2.2rem);
    bottom: clamp(1.2rem, 3vw, 2.2rem);
    left: clamp(1.2rem, 3vw, 2.2rem);
    display: grid;
    gap: 0.38rem;
  }
  .visual-card__eyebrow {
    color: #dce7e3;
    font-size: 0.66rem;
    font-weight: 750;
    letter-spacing: 0.13em;
    text-transform: uppercase;
  }
  .visual-card__content strong {
    color: var(--surface);
    font-family: var(--font-display);
    font-size: clamp(1.55rem, 3vw, 2.45rem);
    font-weight: 500;
    letter-spacing: -0.035em;
    line-height: 1.08;
  }
  .visual-card__content > span:last-child {
    margin-top: 0.35rem;
    color: rgb(255 253 249 / 0.82);
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.055em;
    text-transform: uppercase;
  }
  .ai-visual-note, .clinical-media-note, .hero-art__caption, .page-feature-media:not(.page-feature-media--portrait) figcaption, .documentary-feature__media figcaption {
    display: none;
  }
  .clinical-media__portrait-frame {
    position: relative;
    aspect-ratio: 745 / 880;
    overflow: hidden;
    border: 1px solid rgb(255 253 249 / 0.2);
    border-radius: 48% 48% 1.5rem 1.5rem / 16% 16% 1.5rem 1.5rem;
    background: #17303b;
    box-shadow: 0 2rem 5rem rgb(6 22 20 / 0.35);
  }
  .clinical-media__portrait-frame::after {
    position: absolute;
    inset: 0;
    border-radius: inherit;
    box-shadow: inset 0 0 0 1px rgb(255 253 249 / 0.08);
    content: "";
    pointer-events: none;
  }
  .clinical-media__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
  }
  .page-feature-media {
    position: relative;
    z-index: 3;
    width: min(calc(100% - (2 * var(--page-gutter))), var(--content-wide));
    margin: clamp(-4rem, -4vw, -2rem) auto 0;
    overflow: hidden;
    border: 1px solid rgb(23 67 62 / 0.12);
    border-radius: var(--radius-card);
    background: #ede7dc;
    box-shadow: 0 2rem 5rem rgb(23 32 30 / 0.12);
  }
  .page-feature-media img {
    width: 100%;
    height: clamp(19rem, 42vw, 34rem);
    object-fit: cover;
  }
  .page-feature-media--oculoplastica img {
    object-position: center;
  }
  .page-feature-media--portrait {
    width: min(calc(100% - (2 * var(--page-gutter))), 42rem);
    background: #17303b;
  }
  .page-feature-media--portrait img {
    height: min(72rem, 75vh);
    min-height: 31rem;
    object-position: center top;
  }
  .page-feature-media figcaption {
    position: absolute;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
    width: fit-content;
    max-width: min(46rem, calc(100% - 2rem));
    padding: 0.72rem 0.9rem;
    border: 1px solid rgb(255 253 249 / 0.3);
    border-radius: var(--radius-soft);
    background: rgb(15 49 45 / 0.78);
    color: rgb(255 253 249 / 0.86);
    font-size: 0.67rem;
    line-height: 1.5;
    backdrop-filter: blur(12px);
  }
  .documentary-feature {
    display: grid;
    gap: clamp(1.5rem, 4vw, 3.5rem);
    align-items: center;
    margin-block: clamp(2rem, 6vw, 5.5rem);
    padding: clamp(1.1rem, 3vw, 2rem);
    border: 1px solid rgb(23 67 62 / 0.12);
    border-radius: var(--radius-card);
    background: radial-gradient(circle at 12% 12%, rgb(183 120 89 / 0.1), transparent 18rem), var(--surface-soft);
    box-shadow: var(--shadow-soft);
  }
  .documentary-feature__copy {
    max-width: 31rem;
    padding: clamp(0.5rem, 2vw, 1.5rem);
  }
  .documentary-feature__copy h2 {
    margin: 0.8rem 0 1rem;
    font-family: var(--font-display);
    font-size: clamp(2.2rem, 5vw, 4.4rem);
    font-weight: 500;
    letter-spacing: -0.045em;
    line-height: 0.98;
  }
  .documentary-feature__copy > p:last-child {
    color: var(--ink-muted);
    font-size: clamp(1rem, 2vw, 1.16rem);
    line-height: 1.7;
  }
  .documentary-feature__media {
    overflow: hidden;
    border: 1px solid rgb(23 67 62 / 0.12);
    border-radius: calc(var(--radius-card) - 0.35rem);
    background: #dce3e2;
  }
  .documentary-feature__media img {
    width: 100%;
    aspect-ratio: 3 / 2;
    object-fit: cover;
  }
  .documentary-feature__media figcaption {
    padding: 0.85rem 1rem;
    background: var(--accent);
    color: rgb(255 253 249 / 0.82);
    font-size: 0.68rem;
    line-height: 1.55;
  }
  .reveal-ready [data-reveal] {
    opacity: 0;
    transform: translateY(1rem);
    transition: opacity 500ms ease, transform 650ms var(--ease-calm);
  }
  .reveal-ready [data-reveal].is-visible {
    opacity: 1;
    transform: translateY(0);
  }
}
@layer utilities {
  .flow > * + * {
    margin-top: var(--flow-space, 1rem);
  }
  .reading-width {
    max-width: var(--content-reading);
  }
  .muted {
    color: var(--ink-muted);
  }
  .eyebrow {
    color: var(--signal);
    font-size: 0.68rem;
    font-weight: 750;
    letter-spacing: 0.13em;
    text-transform: uppercase;
  }
  .surface-soft {
    background: var(--surface-soft);
  }
  .border-top {
    border-top: 1px solid var(--line);
  }
  .visually-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    clip-path: inset(50%) !important;
    border: 0 !important;
    white-space: nowrap !important;
  }
}
@media (min-width: 40rem) {
  .content-grid, .form-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  [data-publications-list].content-grid {
    grid-template-columns: 1fr;
  }
  .visual-pathways__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .visual-card--large {
    grid-column: 1 / -1;
    min-height: 32rem;
  }
  .credentials__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .credentials__list li {
    padding-inline: 1.5rem;
    border-right: 1px solid var(--line);
  }
  .credentials__list li:nth-child(2n) {
    border-right: 0;
  }
  .credentials-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .credentials-item {
    padding-inline: 1.5rem;
    border-right: 1px solid var(--line);
  }
  .credentials-item:nth-child(2n) {
    border-right: 0;
  }
  .symptom-grid, .expertise-grid, .related-grid, .locations-grid, .location-grid, .article-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .profile-facts, .facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 1.5rem;
  }
  .form-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .publication-item {
    grid-template-columns: 4rem minmax(0, 1fr);
    gap: 1.5rem;
  }
  .publication-item__meta {
    grid-column: 2;
  }
  .alignleft {
    float: left;
    margin: 0.5rem 2rem 1.5rem 0;
  }
  .alignright {
    float: right;
    margin: 0.5rem 0 1.5rem 2rem;
  }
}
@media (min-width: 64rem) {
  :root {
    --header-height: 6rem;
  }
  body.menu-open {
    overflow: auto;
  }
  .menu-toggle {
    display: none;
  }
  .nav-panel, [data-menu] {
    position: static;
    display: flex;
    visibility: visible;
    width: auto;
    height: auto;
    flex: 1;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    gap: clamp(1rem, 2vw, 2rem);
    overflow: visible;
    overscroll-behavior: auto;
    padding: 0;
    background: transparent;
    opacity: 1;
    transform: none;
    -webkit-overflow-scrolling: auto;
    transition: none;
  }
  .primary-menu {
    display: flex;
    align-items: center;
    gap: clamp(0.75rem, 1.5vw, 1.5rem);
  }
  .primary-navigation {
    width: auto;
  }
  .primary-menu > li {
    position: relative;
  }
  .primary-menu > li > a {
    min-height: 3rem;
    padding: 0;
    border: 0;
    font-family: var(--font-body);
    font-size: 0.75rem;
    font-weight: 720;
    letter-spacing: 0.045em;
    text-transform: uppercase;
  }
  .primary-menu > li > a::after {
    position: absolute;
    right: 50%;
    bottom: 0.35rem;
    left: 50%;
    height: 1px;
    background: var(--accent);
    content: "";
    transition: right 180ms ease, left 180ms ease;
  }
  .primary-menu > li > a:hover::after, .primary-menu > .current-menu-item > a::after, .primary-menu > .current_page_item > a::after, .primary-menu > .current-menu-ancestor > a::after {
    right: 0;
    left: 0;
  }
  .primary-menu .sub-menu {
    position: absolute;
    top: calc(100% - 0.1rem);
    left: -1rem;
    display: grid;
    visibility: hidden;
    width: 18rem;
    gap: 0;
    padding: 0.75rem;
    border: 1px solid var(--line);
    border-radius: var(--radius-soft);
    background: var(--surface);
    box-shadow: var(--shadow-soft);
    opacity: 0;
    transform: translateY(0.5rem);
    transition: opacity 160ms ease, transform 200ms var(--ease-calm), visibility 0s linear 200ms;
  }
  .primary-menu li:hover > .sub-menu, .primary-menu li:focus-within > .sub-menu {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0s;
  }
  .primary-menu .sub-menu a {
    min-height: 2.8rem;
    padding: 0.5rem 0.7rem;
    border-radius: 0.45rem;
    color: var(--ink);
    font-size: 0.8rem;
  }
  .primary-menu .sub-menu a:hover {
    background: var(--surface-soft);
  }
  .header-cta {
    width: auto;
    min-height: 2.8rem;
    margin-top: 0;
    padding-inline: 1.05rem;
    font-size: 0.7rem;
  }
  .hero-grid {
    grid-template-columns: minmax(0, 1.08fr) minmax(24rem, 0.92fr);
  }
  .hero__grid {
    grid-template-columns: minmax(0, 1.08fr) minmax(24rem, 0.92fr);
  }
  .hero-art {
    min-height: 34rem;
  }
  .hero-art.hero-art--image {
    min-height: 0;
  }
  .visual-pathways__grid {
    grid-template-columns: minmax(0, 1.18fr) minmax(20rem, 0.82fr);
    grid-template-rows: repeat(2, minmax(17rem, 1fr));
  }
  .visual-card {
    min-height: 0;
  }
  .visual-card--large {
    grid-column: auto;
    grid-row: 1 / span 2;
    min-height: 39rem;
  }
  .documentary-feature {
    grid-template-columns: minmax(17rem, 0.68fr) minmax(0, 1.32fr);
  }
  .credentials-list {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .credentials__list {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .credentials-item {
    min-height: 8rem;
    padding-inline: 1.1rem;
    border-right: 1px solid var(--line);
    border-bottom: 0;
  }
  .credentials-item:nth-child(2n) {
    border-right: 1px solid var(--line);
  }
  .credentials-item:last-child {
    border-right: 0;
  }
  .credentials__list li {
    min-height: 8rem;
    padding-inline: 1.1rem;
    border-right: 1px solid var(--line);
    border-bottom: 0;
  }
  .credentials__list li:nth-child(2n) {
    border-right: 1px solid var(--line);
  }
  .credentials__list li:last-child {
    border-right: 0;
  }
  .intro-grid {
    grid-template-columns: 4rem minmax(0, 0.9fr) minmax(18rem, 0.55fr);
    gap: 2.5rem;
  }
  .intro-grid__body {
    grid-column: 2;
  }
  .intro-grid__aside {
    grid-column: 3;
    padding-top: 0.45rem;
  }
  .manifesto__grid {
    grid-template-columns: minmax(22rem, 0.85fr) minmax(0, 1.15fr);
  }
  .section-heading--split {
    grid-template-columns: minmax(0, 1.2fr) minmax(20rem, 0.8fr);
  }
  .symptom-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .symptom-card--wide {
    grid-column: span 2;
  }
  .symptom-card:nth-child(1), .symptom-card:nth-child(6) {
    min-height: 24rem;
  }
  .expertise-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .expertise-card--featured {
    grid-row: span 2;
  }
  .profile-grid {
    grid-template-columns: minmax(22rem, 0.82fr) minmax(0, 1.18fr);
  }
  .profile-intro__grid {
    grid-template-columns: minmax(22rem, 0.82fr) minmax(0, 1.18fr);
  }
  .steps-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .care-path__steps {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .care-path__steps li {
    padding-inline: clamp(1.5rem, 3vw, 2.4rem);
    border-right: 1px solid var(--line);
  }
  .care-path__steps li:first-child {
    padding-left: 0;
  }
  .care-path__steps li:last-child {
    padding-right: 0;
    border-right: 0;
  }
  .step:not(:last-child) {
    border-right: 1px solid rgb(255 253 249 / 0.14);
  }
  .locations-grid, .location-grid, .related-grid, .article-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .location-grid:has(> :nth-child(2):last-child) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .final-cta__inner {
    grid-template-columns: minmax(0, 1.4fr) minmax(20rem, 0.6fr);
    align-items: end;
  }
  .final-cta__panel {
    grid-template-columns: minmax(0, 1.4fr) minmax(20rem, 0.6fr);
  }
  .final-cta__actions {
    justify-content: flex-end;
  }
  .faq__grid {
    grid-template-columns: minmax(19rem, 0.72fr) minmax(0, 1.28fr);
  }
  .urgent-notice__panel {
    grid-template-columns: minmax(19rem, 0.82fr) minmax(0, 1.18fr);
  }
  .content-layout {
    grid-template-columns: minmax(12rem, 15rem) minmax(0, var(--content-reading));
  }
  .page-index {
    position: sticky;
    top: calc(var(--header-height) + 1.5rem);
  }
  .contact-grid {
    grid-template-columns: minmax(18rem, 0.72fr) minmax(0, 1.28fr);
  }
  .page-cta {
    grid-template-columns: minmax(0, 1fr) auto;
    column-gap: clamp(2rem, 6vw, 6rem);
    align-items: end;
  }
  .page-cta .eyebrow, .page-cta h2, .page-cta > p:not(.eyebrow) {
    grid-column: 1;
  }
  .page-cta .button {
    grid-column: 2;
    grid-row: 1 / span 3;
    align-self: end;
  }
  .footer-grid {
    grid-template-columns: minmax(20rem, 1.4fr) repeat(3, minmax(10rem, 0.6fr));
  }
}
@media (min-width: 80rem) {
  .symptom-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .symptom-card:nth-child(1) {
    grid-column: span 2;
  }
  .symptom-card:nth-child(6) {
    grid-column: span 2;
  }
  .symptom-card:nth-child(1), .symptom-card:nth-child(6) {
    min-height: 22rem;
  }
}
@media (max-width: 39.99rem) {
  .hero-actions, .hero__actions, .final-cta__actions {
    align-items: stretch;
    flex-direction: column;
  }
  .hero-actions .button, .hero__actions .button, .final-cta__actions .button, .header-cta {
    width: 100%;
  }
  .search-form {
    align-items: stretch;
    flex-direction: column;
  }
  .search-form .button {
    width: 100%;
  }
  .footer-legal {
    flex-direction: column;
  }
  .page-feature-media figcaption {
    position: static;
    width: auto;
    max-width: none;
    border: 0;
    border-radius: 0;
    background: var(--accent);
  }
  .page-feature-media--portrait img {
    height: auto;
    min-height: 0;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *, *::before, *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
@media print {
  :root {
    --page-gutter: 0;
  }
  *, *::before, *::after {
    background: transparent !important;
    box-shadow: none !important;
    color: #000 !important;
    text-shadow: none !important;
  }
  html, body {
    background: #fff !important;
    font-size: 11pt;
  }
  .site-header, .site-footer, .menu-toggle, .nav-panel, .hero-art, .visual-pathways, .page-feature-media, .documentary-feature, .final-cta, .page-index, .button, .text-link, .contact-grid, .skip-link {
    display: none !important;
  }
  .hero, .page-hero, .section {
    padding-block: 1.25rem !important;
    border: 0 !important;
  }
  .container, .clinical-content, .prose {
    width: 100% !important;
    max-width: none !important;
  }
  h1, h2, h3 {
    break-after: avoid-page;
  }
  p, li, blockquote, .notice {
    orphans: 3;
    widows: 3;
  }
  .notice, .symptom-card, .expertise-card, .publication-item {
    break-inside: avoid;
  }
  .clinical-content a[href]::after, .prose a[href]::after {
    content: " (" attr(href) ")";
    font-size: 0.8em;
    font-weight: 400;
  }
}
.page-feature-media {
  margin-inline: auto !important;
}
.header-cta, .header-cta:visited, .button--primary, .button--primary:visited, .button-primary, .button-primary:visited, a.button[class="button"], a.button[class="button"]:visited {
  color: #fffdf9 !important;
  font-weight: 750 !important;
  text-decoration: none !important;
}
.page-cta .button, .page-cta .button:visited {
  color: var(--accent) !important;
}
.contact-form {
  position: relative;
}
.contact-direct {
  display: grid;
  gap: 0.85rem;
  padding: 1.25rem 1.4rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-soft);
  background: var(--surface);
}
.contact-direct p {
  display: grid;
  gap: 0.15rem;
  margin: 0;
}
.contact-direct span {
  color: var(--ink-muted);
  font-size: 0.68rem;
  font-weight: 750;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}
.contact-direct a {
  color: var(--accent);
  font-family: var(--font-display);
  font-size: clamp(1.05rem, 2vw, 1.3rem);
  font-weight: 600;
  overflow-wrap: anywhere;
}
.contact-form__header {
  margin-bottom: 1.6rem;
}
.contact-form__header .eyebrow {
  margin: 0 0 0.65rem;
}
.contact-form__header h2 {
  font-size: clamp(1.8rem, 4vw, 3rem);
}
.contact-form__header > p:last-child {
  margin: 0.85rem 0 0;
  color: var(--ink-muted);
  font-size: 0.84rem;
}
.form-field > span {
  color: var(--ink);
  font-size: 0.78rem;
  font-weight: 750;
  letter-spacing: 0.035em;
}
.form-field small {
  color: var(--ink-muted);
  font-size: 0.72rem;
  line-height: 1.5;
}
.form-field--full {
  grid-column: 1 / -1;
}
.form-field :where(input, select, textarea)[aria-invalid="true"] {
  border-color: #a3432d;
  box-shadow: 0 0 0 3px rgb(163 67 45 / 0.1);
}
.contact-form .form-status {
  display: grid;
  gap: 0.35rem;
  margin: 0 0 1.4rem;
  padding: 1rem 1.1rem;
  border-radius: var(--radius-soft);
}
.contact-form .form-status strong {
  color: inherit;
}
.contact-form .form-status span {
  font-size: 0.84rem;
}
.contact-form .form-status ul {
  margin: 0.4rem 0 0;
  padding-left: 1.2rem;
}
.contact-form .form-status--success {
  border: 1px solid rgb(23 67 62 / 0.28);
  background: rgb(147 170 164 / 0.17);
  color: var(--accent);
}
.contact-form .form-status--error {
  border: 1px solid rgb(183 120 89 / 0.34);
  background: rgb(183 120 89 / 0.1);
  color: #75432f;
}
.contact-honeypot {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
}
.contact-form__submit-row {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.25rem;
  align-items: center;
  margin-top: 1.4rem;
}
.contact-form__submit-row p {
  max-width: 29rem;
  margin: 0;
  color: var(--ink-muted);
  font-size: 0.72rem;
  line-height: 1.5;
}
.page-hero--contact {
  padding-block: clamp(1.75rem, 3.5vw, 3.25rem) clamp(2.25rem, 4vw, 3.75rem);
}
.page-hero--contact h1 {
  margin-top: clamp(0.9rem, 2vw, 1.6rem);
  font-size: clamp(2.8rem, 5vw, 4.8rem);
}
.page-hero--contact .page-hero__lead {
  max-width: 39rem;
  margin-top: 1rem;
  font-size: clamp(1rem, 1.5vw, 1.12rem);
  line-height: 1.65;
}
.contact-page-main {
  max-width: 76rem;
  padding-block: clamp(2.5rem, 5vw, 4.75rem) clamp(3.5rem, 7vw, 6rem);
}
.contact-page-main .contact-panel {
  margin: 0;
  padding: 0;
}
.contact-page-main .contact-grid {
  gap: clamp(2rem, 4vw, 3.25rem);
  align-items: start;
}
.contact-page-main .contact-details {
  gap: 1.15rem;
}
.contact-page-main .contact-panel__intro {
  padding: clamp(1.55rem, 3vw, 2.25rem);
}
.contact-page-main .contact-panel__intro h2 {
  max-width: 12ch;
  font-size: clamp(2rem, 3.2vw, 3.1rem);
  line-height: 0.98;
}
.contact-page-main .contact-panel__intro > p:not(.eyebrow) {
  max-width: 34rem;
  font-size: 0.98rem;
  line-height: 1.65;
}
.contact-page-main .contact-panel__notice {
  padding: 1rem 1.1rem;
}
.contact-page-main .contact-panel__notice span {
  font-size: 0.82rem;
  line-height: 1.55;
}
.contact-page-main .contact-direct {
  padding: 1.35rem 1.5rem;
}
.contact-page-main .contact-direct span {
  font-size: 0.72rem;
}
.contact-page-main .contact-direct a {
  font-size: clamp(1.08rem, 1.6vw, 1.28rem);
}
.contact-page-main .location-list.locations-grid {
  grid-template-columns: 1fr;
  gap: 1rem;
  margin-top: 0;
}
.contact-page-main .location-list .location-card {
  min-height: 0;
  padding: 1.35rem 1.5rem;
}
.contact-page-main .location-card__city {
  margin-bottom: 0.65rem;
}
.contact-page-main .location-card h3 {
  max-width: none;
  font-size: clamp(1.35rem, 2vw, 1.72rem);
  line-height: 1.05;
}
.contact-page-main .location-card p:last-child {
  font-size: 0.9rem;
  line-height: 1.6;
}
.contact-page-main .form-shell {
  padding: clamp(1.55rem, 3vw, 2.45rem);
}
.contact-page-main .contact-form__header {
  margin-bottom: 1.8rem;
}
.contact-page-main .contact-form__header h2 {
  font-size: clamp(2rem, 3.4vw, 3.15rem);
  line-height: 1;
}
.contact-page-main .contact-form__header > p:last-child {
  max-width: 42rem;
  font-size: 0.88rem;
  line-height: 1.6;
}
.contact-page-main .form-grid {
  gap: 1.1rem 1.25rem;
}
.contact-page-main .form-field {
  gap: 0.55rem;
}
.contact-page-main .form-field > span {
  font-size: 0.84rem;
  line-height: 1.35;
}
.contact-page-main .form-field :where(input, select, textarea) {
  min-height: 3.15rem;
  font-size: 0.95rem;
}
.contact-page-main .form-field textarea {
  min-height: 9.5rem;
}
.contact-page-main .form-field small, .contact-page-main .contact-form__submit-row p {
  color: #4f605b;
  font-size: 0.76rem;
  line-height: 1.55;
}
.contact-page-main .checkbox-field {
  margin-top: 1.2rem;
  color: #43524e;
  font-size: 0.8rem;
  line-height: 1.55;
}
.contact-page-main .contact-form__submit-row {
  margin-top: 1.55rem;
}
@media (min-width: 64rem) {
  .contact-page-main .contact-grid {
    grid-template-columns: minmax(20rem, 0.78fr) minmax(32rem, 1.45fr);
  }
}
@media (max-width: 63.99rem) {
  .contact-page-main {
    max-width: 48rem;
  }
  .contact-page-main .contact-grid {
    grid-template-columns: 1fr;
  }
  .contact-page-main .contact-form {
    order: 1;
  }
  .contact-page-main .contact-details {
    order: 2;
  }
}
@media (max-width: 39.99rem) {
  .page-hero--contact {
    padding-block: 1.6rem 2.35rem;
  }
  .contact-page-main {
    padding-block: 2.25rem 3.5rem;
  }
  .contact-page-main .form-grid {
    grid-template-columns: 1fr;
  }
  .contact-page-main .form-field--full {
    grid-column: auto;
  }
  .contact-page-main .contact-form__submit-row {
    align-items: stretch;
    flex-direction: column;
  }
  .contact-page-main .contact-form__submit-row .button {
    width: 100%;
  }
}
.language-switcher {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  gap: 0.24rem;
  margin-top: 1.15rem;
  color: var(--ink-muted);
  font-size: 0.7rem;
  font-weight: 760;
  letter-spacing: 0.08em;
  line-height: 1;
}
.language-switcher a {
  display: inline-grid;
  min-width: 2rem;
  min-height: 2rem;
  place-items: center;
  border: 1px solid transparent;
  border-radius: 999px;
  color: var(--ink-muted);
  text-decoration: none;
  transition: border-color 160ms ease, background-color 160ms ease, color 160ms ease;
}
.language-switcher a:hover, .language-switcher a:focus-visible {
  border-color: rgb(23 67 62 / 0.28);
  color: var(--accent);
}
.language-switcher a[aria-current="page"] {
  border-color: rgb(23 67 62 / 0.2);
  background: rgb(147 170 164 / 0.16);
  color: var(--accent);
}
@media (min-width: 64rem) {
  .language-switcher {
    align-self: center;
    margin-top: 0;
  }
  .language-en .site-header__navigation {
    gap: clamp(0.6rem, 1.15vw, 1.2rem);
  }
  .language-en .primary-menu {
    gap: clamp(0.55rem, 1vw, 1rem);
  }
  .language-en .primary-menu > li > a {
    font-size: 0.68rem;
    letter-spacing: 0.035em;
  }
}
@media print {
  .language-switcher {
    display: none !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;
  }
}
