/*! tailwindcss v4.3.0 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: Arial,Helvetica,sans-serif;
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New',
    monospace;
    --spacing: 0.25rem;
    --container-md: 28rem;
    --container-2xl: 42rem;
    --container-4xl: 56rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --text-5xl: 3rem;
    --text-5xl--line-height: 1;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --tracking-tight: -0.025em;
    --tracking-wider: 0.05em;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-neutral: #102f3b;
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji');
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type='button'], [type='reset'], [type='submit']), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden='until-found'])) {
    display: none !important;
  }
}
@layer utilities {
  .static {
    position: static;
  }
  .mx-auto {
    margin-inline: auto;
  }
  .prose {
    color: var(--tw-prose-body);
    max-width: 65ch;
    :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
      margin-bottom: 1.25em;
    }
    :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-lead);
      font-size: 1.25em;
      line-height: 1.6;
      margin-top: 1.2em;
      margin-bottom: 1.2em;
    }
    :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-links);
      text-decoration: underline;
      font-weight: 500;
    }
    :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-bold);
      font-weight: 600;
    }
    :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: decimal;
      margin-top: 1.25em;
      margin-bottom: 1.25em;
      padding-inline-start: 1.625em;
    }
    :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-alpha;
    }
    :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-alpha;
    }
    :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-alpha;
    }
    :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-alpha;
    }
    :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-roman;
    }
    :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-roman;
    }
    :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-roman;
    }
    :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-roman;
    }
    :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: decimal;
    }
    :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: disc;
      margin-top: 1.25em;
      margin-bottom: 1.25em;
      padding-inline-start: 1.625em;
    }
    :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
      font-weight: 400;
      color: var(--tw-prose-counters);
    }
    :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
      color: var(--tw-prose-bullets);
    }
    :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      margin-top: 1.25em;
    }
    :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-color: var(--tw-prose-hr);
      border-top-width: 1px;
      margin-top: 3em;
      margin-bottom: 3em;
    }
    :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 500;
      font-style: italic;
      color: var(--tw-prose-quotes);
      border-inline-start-width: 0.25rem;
      border-inline-start-color: var(--tw-prose-quote-borders);
      quotes: "\201C""\201D""\2018""\2019";
      margin-top: 1.6em;
      margin-bottom: 1.6em;
      padding-inline-start: 1em;
    }
    :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
      content: open-quote;
    }
    :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
      content: close-quote;
    }
    :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 800;
      font-size: 2.25em;
      margin-top: 0;
      margin-bottom: 0.8888889em;
      line-height: 1.1111111;
    }
    :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 900;
      color: inherit;
    }
    :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 700;
      font-size: 1.5em;
      margin-top: 2em;
      margin-bottom: 1em;
      line-height: 1.3333333;
    }
    :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 800;
      color: inherit;
    }
    :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      font-size: 1.25em;
      margin-top: 1.6em;
      margin-bottom: 0.6em;
      line-height: 1.6;
    }
    :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 700;
      color: inherit;
    }
    :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      margin-top: 1.5em;
      margin-bottom: 0.5em;
      line-height: 1.5;
    }
    :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 700;
      color: inherit;
    }
    :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      display: block;
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 500;
      font-family: inherit;
      color: var(--tw-prose-kbd);
      box-shadow: 0 0 0 1px var(--tw-prose-kbd-shadows), 0 3px 0 var(--tw-prose-kbd-shadows);
      font-size: 0.875em;
      border-radius: 0.3125rem;
      padding-top: 0.1875em;
      padding-inline-end: 0.375em;
      padding-bottom: 0.1875em;
      padding-inline-start: 0.375em;
    }
    :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-code);
      font-weight: 600;
      font-size: 0.875em;
    }
    :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
      content: "`";
    }
    :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
      content: "`";
    }
    :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
      font-size: 0.875em;
    }
    :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
      font-size: 0.9em;
    }
    :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-pre-code);
      background-color: var(--tw-prose-pre-bg);
      overflow-x: auto;
      font-weight: 400;
      font-size: 0.875em;
      line-height: 1.7142857;
      margin-top: 1.7142857em;
      margin-bottom: 1.7142857em;
      border-radius: 0.375rem;
      padding-top: 0.8571429em;
      padding-inline-end: 1.1428571em;
      padding-bottom: 0.8571429em;
      padding-inline-start: 1.1428571em;
    }
    :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      background-color: transparent;
      border-width: 0;
      border-radius: 0;
      padding: 0;
      font-weight: inherit;
      color: inherit;
      font-size: inherit;
      font-family: inherit;
      line-height: inherit;
    }
    :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
      content: none;
    }
    :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
      content: none;
    }
    :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      width: 100%;
      table-layout: auto;
      margin-top: 2em;
      margin-bottom: 2em;
      font-size: 0.875em;
      line-height: 1.7142857;
    }
    :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-bottom-width: 1px;
      border-bottom-color: var(--tw-prose-th-borders);
    }
    :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      vertical-align: bottom;
      padding-inline-end: 0.5714286em;
      padding-bottom: 0.5714286em;
      padding-inline-start: 0.5714286em;
    }
    :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-bottom-width: 1px;
      border-bottom-color: var(--tw-prose-td-borders);
    }
    :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-bottom-width: 0;
    }
    :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      vertical-align: baseline;
    }
    :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-top-width: 1px;
      border-top-color: var(--tw-prose-th-borders);
    }
    :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      vertical-align: top;
    }
    :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      text-align: start;
    }
    :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
      margin-bottom: 0;
    }
    :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-captions);
      font-size: 0.875em;
      line-height: 1.4285714;
      margin-top: 0.8571429em;
    }
    --tw-prose-body: oklch(37.3% 0.034 259.733);
    --tw-prose-headings: oklch(21% 0.034 264.665);
    --tw-prose-lead: oklch(44.6% 0.03 256.802);
    --tw-prose-links: oklch(21% 0.034 264.665);
    --tw-prose-bold: oklch(21% 0.034 264.665);
    --tw-prose-counters: oklch(55.1% 0.027 264.364);
    --tw-prose-bullets: oklch(87.2% 0.01 258.338);
    --tw-prose-hr: oklch(92.8% 0.006 264.531);
    --tw-prose-quotes: oklch(21% 0.034 264.665);
    --tw-prose-quote-borders: oklch(92.8% 0.006 264.531);
    --tw-prose-captions: oklch(55.1% 0.027 264.364);
    --tw-prose-kbd: oklch(21% 0.034 264.665);
    --tw-prose-kbd-shadows: color-mix(in oklab, oklch(21% 0.034 264.665) 10%, transparent);
    --tw-prose-code: oklch(21% 0.034 264.665);
    --tw-prose-pre-code: oklch(92.8% 0.006 264.531);
    --tw-prose-pre-bg: oklch(27.8% 0.033 256.848);
    --tw-prose-th-borders: oklch(87.2% 0.01 258.338);
    --tw-prose-td-borders: oklch(92.8% 0.006 264.531);
    --tw-prose-invert-body: oklch(87.2% 0.01 258.338);
    --tw-prose-invert-headings: #fff;
    --tw-prose-invert-lead: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-links: #fff;
    --tw-prose-invert-bold: #fff;
    --tw-prose-invert-counters: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-bullets: oklch(44.6% 0.03 256.802);
    --tw-prose-invert-hr: oklch(37.3% 0.034 259.733);
    --tw-prose-invert-quotes: oklch(96.7% 0.003 264.542);
    --tw-prose-invert-quote-borders: oklch(37.3% 0.034 259.733);
    --tw-prose-invert-captions: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-kbd: #fff;
    --tw-prose-invert-kbd-shadows: rgb(255 255 255 / 10%);
    --tw-prose-invert-code: #fff;
    --tw-prose-invert-pre-code: oklch(87.2% 0.01 258.338);
    --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
    --tw-prose-invert-th-borders: oklch(44.6% 0.03 256.802);
    --tw-prose-invert-td-borders: oklch(37.3% 0.034 259.733);
    font-size: 1rem;
    line-height: 1.75;
    :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
      margin-bottom: 0;
    }
    :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.5em;
      margin-bottom: 0.5em;
    }
    :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0.375em;
    }
    :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0.375em;
    }
    :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.75em;
      margin-bottom: 0.75em;
    }
    :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
    }
    :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-bottom: 1.25em;
    }
    :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
    }
    :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-bottom: 1.25em;
    }
    :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.75em;
      margin-bottom: 0.75em;
    }
    :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
      margin-bottom: 1.25em;
    }
    :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.5em;
      padding-inline-start: 1.625em;
    }
    :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0;
    }
    :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-end: 0;
    }
    :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-top: 0.5714286em;
      padding-inline-end: 0.5714286em;
      padding-bottom: 0.5714286em;
      padding-inline-start: 0.5714286em;
    }
    :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0;
    }
    :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-end: 0;
    }
    :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-bottom: 0;
    }
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .mt-12 {
    margin-top: calc(var(--spacing) * 12);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .inline-flex {
    display: inline-flex;
  }
  .max-w-2xl {
    max-width: var(--container-2xl);
  }
  .max-w-4xl {
    max-width: var(--container-4xl);
  }
  .max-w-md {
    max-width: var(--container-md);
  }
  .flex-1 {
    flex: 1;
  }
  .items-center {
    align-items: center;
  }
  .justify-between {
    justify-content: space-between;
  }
  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }
  .gap-12 {
    gap: calc(var(--spacing) * 12);
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }
  .py-24 {
    padding-block: calc(var(--spacing) * 24);
  }
  .pt-16 {
    padding-top: calc(var(--spacing) * 16);
  }
  .pb-8 {
    padding-bottom: calc(var(--spacing) * 8);
  }
  .pb-12 {
    padding-bottom: calc(var(--spacing) * 12);
  }
  .text-center {
    text-align: center;
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  .text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .tracking-tight {
    --tw-tracking: var(--tracking-tight);
    letter-spacing: var(--tracking-tight);
  }
  .tracking-wider {
    --tw-tracking: var(--tracking-wider);
    letter-spacing: var(--tracking-wider);
  }
  .text-neutral {
    color: var(--color-neutral);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .not-italic {
    font-style: normal;
  }
  .last\:border-b-0 {
    &:last-child {
      border-bottom-style: var(--tw-border-style);
      border-bottom-width: 0px;
    }
  }
  .hover\:underline {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: underline;
      }
    }
  }
  .md\:text-2xl {
    @media (width >= 48rem) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  .md\:text-3xl {
    @media (width >= 48rem) {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
  }
  .md\:text-4xl {
    @media (width >= 48rem) {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }
  .md\:text-5xl {
    @media (width >= 48rem) {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
  }
}
@layer components {
  :root {
    --ink: #102f3b;
    --muted: #53646b;
    --paper: #fff;
    --cream: #fff;
    --sand: #f5f4ef;
    --line: #dedfd9;
    --accent: #397d8d;
    --gold: #826330;
    --gold-light: #d6b681;
    --serif: Georgia,'Times New Roman',serif;
    --sans: Arial,Helvetica,sans-serif;
  }
  * {
    box-sizing: border-box;
  }
  html {
    scroll-behavior: smooth;
    scroll-padding-top: 1.5rem;
  }
  body {
    margin: 0;
    background: var(--cream);
    color: var(--ink);
    font-family: var(--sans);
    font-size: 1rem;
    line-height: 1.75;
    -webkit-font-smoothing: antialiased;
  }
  h1,h2,h3,p,figure {
    margin: 0;
  }
  h1,h2,h3 {
    font-family: var(--serif);
    font-weight: 400;
    letter-spacing: -.04em;
    line-height: 1.13;
  }
  h1 {
    font-size: clamp(3.2rem,5.6vw,5.5rem);
  }
  h2 {
    font-size: clamp(2.5rem,3.7vw,3.8rem);
  }
  h3 {
    font-size: 1.95rem;
  }
  em {
    font-weight: 400;
    color: var(--accent);
  }
  a {
    color: inherit;
    text-decoration: none;
  }
  a,summary {
    -webkit-tap-highlight-color: transparent;
  }
  a:focus-visible,summary:focus-visible {
    outline: 3px solid var(--gold);
    outline-offset: 5px;
  }
  img {
    display: block;
    max-width: 100%;
  }
  .page-width {
    width: min(100%,1400px);
    padding-inline: 6%;
    margin-inline: auto;
  }
  .eyebrow {
    font-family: var(--sans);
    font-size: .8rem;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: .2em;
    color: var(--gold);
  }
  .skip-link {
    position: fixed;
    z-index: 20;
    top: 1rem;
    left: 1rem;
    background: #fff;
    padding: .7rem 1rem;
    transform: translateY(-200%);
  }
  .skip-link:focus {
    transform: none;
  }
  .site-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2rem;
    padding: 1.65rem max(6%,calc((100vw - 1232px)/2));
    border-bottom: 1px solid var(--line);
  }
  .wordmark {
    display: inline-flex;
    flex-direction: column;
    flex-shrink: 0;
    font-family: var(--serif);
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: -.04em;
    line-height: 1.1;
  }
  .wordmark-dot {
    color: var(--gold);
  }
  .wordmark-sub {
    font-family: var(--sans);
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .2em;
    line-height: 1.6;
    margin-top: .45rem;
    color: var(--gold);
  }
  .main-nav {
    display: flex;
    align-items: center;
    gap: 2rem;
    font-size: .9rem;
    font-weight: 600;
  }
  .main-nav a:not(.nav-contact):hover,.footer-nav a:hover {
    text-decoration: underline;
    text-underline-offset: 5px;
  }
  .nav-contact {
    background: var(--ink);
    color: white;
    border-radius: 100px;
    padding: .8rem 1.65rem;
    transition: background .2s;
  }
  .nav-contact:hover {
    background: #214958;
  }
  .button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    border: 1px solid transparent;
    border-radius: 100px;
    min-height: 56px;
    padding: .85rem 1.65rem;
    font-size: .95rem;
    font-weight: 600;
    line-height: 1.5;
    transition: background .2s,transform .2s;
  }
  .button:hover {
    transform: translateY(-2px);
  }
  .button-primary {
    background: var(--ink);
    color: white;
  }
  .button-primary:hover {
    background: #214958;
  }
  .button-outline {
    background: transparent;
    border-color: #bcb19b;
  }
  .button-outline:hover {
    background: var(--sand);
  }
  .text-link {
    display: inline-flex;
    align-items: center;
    gap: .8rem;
    color: #805f2e;
    border-bottom: 1px solid #a88b5d;
    padding-bottom: .35rem;
    font-size: .95rem;
    font-weight: 600;
    line-height: 1.6;
  }
  .text-link:hover {
    color: var(--ink);
    border-color: var(--ink);
  }
  .hero {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 7%;
    align-items: center;
    padding-block: 4.5rem 5rem;
  }
  .hero .eyebrow {
    margin-bottom: 1.4rem;
  }
  .hero h1 {
    margin-bottom: 1.7rem;
  }
  .hero-description {
    font-size: 1.18rem;
    line-height: 1.75;
    max-width: 530px;
    color: var(--muted);
  }
  .hero-support {
    font-size: 1rem;
    max-width: 450px;
    line-height: 1.7;
    margin-top: .85rem;
    color: var(--muted);
  }
  .hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: .9rem;
    margin-top: 2rem;
  }
  .hero-visual {
    position: relative;
    max-width: 470px;
    width: 100%;
    margin-left: auto;
    padding-bottom: 1.8rem;
  }
  .hero-visual::before {
    content: "";
    position: absolute;
    inset: 2.5rem -1rem .8rem 1.5rem;
    background: #e6ddc9;
    border-radius: 240px 240px 24px 24px;
  }
  .hero-scene {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    min-height: 540px;
    border-radius: 240px 240px 24px 24px;
    background: var(--ink);
    display: flex;
    align-items: flex-end;
    justify-content: center;
  }
  .hero-photo,.hero-shade {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
  }
  .hero-photo {
    object-fit: cover;
    object-position: 50% center;
  }
  .hero-shade {
    z-index: -1;
    background: linear-gradient(0deg,rgba(15,42,36,.97),rgba(15,42,36,.46) 65%,rgba(15,42,36,.08));
  }
  .hero-profile {
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
    color: white;
    padding: 4rem 1rem 5.1rem;
    width: 100%;
  }
  .portrait-crop {
    width: min(290px,77%);
    aspect-ratio: 1;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
    background: #d8e0e2;
    box-shadow: 0 0 0 7px #ffffff33;
    outline: 1px solid #e9d5ac;
    outline-offset: 7px;
  }
  .portrait-crop img {
    position: absolute;
    max-width: none;
    width: 475.068493%;
    height: auto;
    left: -330.410959%;
    top: -34.520548%;
  }
  .profile-name {
    font-family: var(--serif);
    font-size: 2.6rem;
    line-height: 1.15;
    margin-top: 1.65rem;
    letter-spacing: -.03em;
  }
  .profile-role {
    font-size: .75rem;
    font-weight: 600;
    letter-spacing: .12em;
    line-height: 1.65;
    margin-top: .6rem;
    color: #ecdabd;
  }
  .brokerage-badge {
    position: absolute;
    bottom: 0;
    left: -1.4rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    background: #fff;
    padding: 1.1rem 1.5rem;
    border: 1px solid var(--line);
    border-radius: 16px;
    box-shadow: 0 8px 24px #173b3212;
  }
  .badge-mark {
    font-family: var(--serif);
    font-size: 1.55rem;
    color: var(--gold);
    border-right: 1px solid var(--line);
    padding-right: 1rem;
  }
  .brokerage-badge strong,.brokerage-badge div>span {
    display: block;
    line-height: 1.6;
    font-size: .9rem;
  }
  .brokerage-badge div>span {
    color: var(--muted);
    font-size: .85rem;
  }
  .specialty-band {
    background: var(--ink);
    color: white;
  }
  .specialty-inner {
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    padding-block: 2.1rem;
  }
  .specialty-inner p {
    font-family: var(--serif);
    font-size: 2.05rem;
    text-align: center;
    line-height: 1.2;
  }
  .specialty-inner p+p {
    border-left: 1px solid #ffffff29;
  }
  .specialty-inner span {
    display: block;
    margin-top: .6rem;
    font-family: var(--sans);
    font-size: .75rem;
    letter-spacing: .17em;
    line-height: 1.5;
    color: #d2dcd3;
  }
  .introduction {
    display: grid;
    grid-template-columns: .95fr 1.05fr;
    gap: 12%;
    padding-block: 6rem;
  }
  .intro-heading .eyebrow {
    margin-bottom: 1.4rem;
  }
  .intro-copy p {
    color: var(--muted);
    margin-bottom: 1.3rem;
  }
  .intro-copy .large-copy {
    font-family: var(--serif);
    font-size: 1.65rem;
    line-height: 1.4;
    letter-spacing: -.02em;
    color: var(--ink);
    margin-bottom: 1.4rem;
  }
  .intro-copy .text-link {
    margin-top: .5rem;
  }
  .signature {
    font-family: var(--serif);
    font-size: 2.7rem;
    font-style: italic;
    color: var(--gold);
    margin-top: 1.8rem;
    line-height: 1.2;
  }
  .services {
    background: var(--sand);
    padding-block: 5.5rem;
  }
  .section-heading {
    margin-bottom: 2.8rem;
  }
  .section-heading .eyebrow {
    margin-bottom: 1rem;
  }
  .section-heading>p:not(.eyebrow) {
    color: var(--muted);
    margin-top: 1.15rem;
  }
  .section-heading--center {
    text-align: center;
  }
  .section-heading--split {
    display: flex;
    justify-content: space-between;
    gap: 2rem;
    align-items: flex-end;
  }
  .section-heading--split>p {
    max-width: 390px;
  }
  .mobile-break {
    display: none;
  }
  .service-grid {
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: 1.5rem;
  }
  .service-card {
    border: 1px solid var(--line);
    border-radius: 20px;
    background: white;
    padding: 2rem 1.6rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .card-number {
    width: 52px;
    height: 52px;
    display: grid;
    place-items: center;
    background: #f2eada;
    color: var(--gold);
    border-radius: 50%;
    font-family: var(--serif);
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
  }
  .service-card h3 {
    font-size: 1.85rem;
    line-height: 1.25;
    margin-bottom: 1.2rem;
    letter-spacing: -.035em;
  }
  .service-card>p {
    color: var(--muted);
    font-size: 1rem;
    margin-bottom: 1.8rem;
  }
  .service-card details {
    width: 100%;
    margin-top: auto;
    border-block: 1px solid var(--line);
    margin-bottom: 1.4rem;
  }
  .service-card summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .6rem;
    list-style: none;
    cursor: pointer;
    font-size: .875rem;
    line-height: 1.6;
    min-height: 64px;
    padding: .9rem 0;
  }
  .service-card summary::-webkit-details-marker {
    display: none;
  }
  .service-card summary>span {
    font-size: 1.3rem;
    transition: transform .2s;
  }
  .service-card details[open] summary>span {
    transform: rotate(45deg);
  }
  .service-card summary:hover {
    color: var(--gold);
  }
  .service-card ul {
    padding-left: 1.2rem;
    margin: 0 0 1.2rem;
    font-size: .9rem;
    color: var(--muted);
  }
  .service-card li+li {
    margin-top: .35rem;
  }
  .service-card .text-link {
    font-size: .9rem;
    border-bottom: 0;
    padding: 0;
  }
  .local-living {
    padding-block: 6rem;
  }
  .local-gallery {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 2rem;
  }
  .local-card {
    min-width: 0;
  }
  .local-card--wide {
    grid-column: 1/-1;
  }
  .local-photo-frame {
    overflow: hidden;
    border-radius: 18px;
    background: var(--sand);
  }
  .local-card img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    transition: transform .5s;
  }
  .local-card--wide img {
    height: auto;
    aspect-ratio: 2.46;
  }
  .local-card:hover img {
    transform: scale(1.025);
  }
  .local-card figcaption {
    padding-top: 1.1rem;
  }
  .local-card h3 {
    font-size: 1.85rem;
    line-height: 1.25;
  }
  .local-card figcaption p {
    font-size: .95rem;
    color: var(--muted);
    margin-top: .4rem;
  }
  .client-story {
    background: #fff;
    padding-block: 5.5rem;
  }
  .client-review {
    max-width: 1000px;
    margin-inline: auto;
    border: 1px solid var(--line);
    border-radius: 22px;
    background: var(--cream);
    padding: 2.5rem 4rem 3rem;
    text-align: center;
    position: relative;
  }
  .quote-mark {
    position: absolute;
    top: .5rem;
    left: 1.8rem;
    font-family: var(--serif);
    font-size: 5rem;
    line-height: 1.2;
    color: #b8945d;
  }
  .review-stars {
    color: var(--gold);
    letter-spacing: .2em;
    font-size: 1.15rem;
  }
  .client-review blockquote {
    margin: 1.3rem 0 1.5rem;
    font-family: var(--serif);
    font-size: clamp(1.45rem,2.1vw,1.95rem);
    line-height: 1.6;
    letter-spacing: -.015em;
  }
  .review-name {
    font-size: 1rem;
    font-weight: 600;
  }
  .review-location {
    font-size: .875rem;
    color: var(--muted);
    margin-top: .15rem;
  }
  .contact {
    background: var(--ink);
    color: white;
    padding-block: 5.7rem;
  }
  .contact-inner {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 9%;
    align-items: center;
  }
  .contact .eyebrow {
    color: var(--gold-light);
    margin-bottom: 1.4rem;
  }
  .contact h2 {
    font-size: clamp(2.6rem,3.8vw,3.8rem);
  }
  .contact h2 em {
    color: white;
  }
  .contact-copy>p:not(.eyebrow) {
    color: #d1dbd4;
    max-width: 530px;
    margin-top: 1.7rem;
  }
  .contact-brokerage {
    display: flex;
    flex-direction: column;
    margin-top: 2rem;
    line-height: 1.75;
  }
  .contact-brokerage strong {
    font-family: var(--serif);
    font-size: 1.5rem;
    font-weight: 400;
  }
  .contact-brokerage span {
    color: #c0cec5;
    font-size: .9rem;
  }
  .contact-card {
    background: var(--cream);
    color: var(--ink);
    border-radius: 24px;
    padding: 2.6rem;
  }
  .contact-card .eyebrow {
    color: var(--gold);
    font-size: .75rem;
    margin-bottom: 1rem;
  }
  .contact-card h3 {
    font-size: 2.4rem;
    line-height: 1.18;
  }
  .contact-card>p:not(.eyebrow) {
    color: var(--muted);
    margin: 1.2rem 0 1.7rem;
  }
  .contact-card .button {
    width: 100%;
    justify-content: space-between;
  }
  .contact-handle {
    display: block;
    font-size: .8rem;
    color: var(--muted);
    text-align: center;
    margin-top: 1rem;
    overflow-wrap: anywhere;
  }
  .site-footer {
    background: #0c2530;
    color: #fff;
    padding-block: 3rem 1.5rem;
  }
  .footer-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    padding-bottom: 2.5rem;
  }
  .site-footer .wordmark-sub {
    color: var(--gold-light);
  }
  .footer-nav {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 1.7rem;
    font-size: .9rem;
    color: #d4ded6;
  }
  .footer-bottom {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: .7rem 1.5rem;
    border-top: 1px solid #ffffff24;
    padding-top: 1.3rem;
    color: #c2cdc5;
    font-size: .75rem;
  }
  .footer-bottom a {
    text-decoration: underline;
    text-underline-offset: 3px;
  }
  .credits-page {
    max-width: 1040px;
    padding-block: 3rem 6rem;
  }
  .credits-page h1 {
    margin-block: 2.5rem;
  }
  .credits-page h2 {
    font-size: 2rem;
    margin-bottom: 1.4rem;
  }
  .credits-page section {
    border-top: 1px solid var(--line);
    padding-top: 2rem;
  }
  .credits-page section p {
    color: var(--muted);
    margin-bottom: 1rem;
  }
  .credits-page p a {
    color: var(--ink);
    text-decoration: underline;
    text-underline-offset: 3px;
  }
  @media (min-width:1600px) {
    .site-header {
      padding-inline: calc((100vw - 1232px)/2);
    }
  }
  @media (max-width:1100px) {
    .main-nav {
      gap: 1.2rem;
    }
    .hero {
      gap: 5%;
      padding-block: 3.5rem 4rem;
    }
    .hero-scene {
      min-height: 490px;
    }
    .hero-profile {
      padding-top: 3rem;
    }
    .portrait-crop {
      width: min(250px,76%);
    }
    .profile-name {
      font-size: 2.3rem;
    }
    .profile-role {
      font-size: .75rem;
      letter-spacing: .06em;
    }
    .introduction {
      gap: 8%;
    }
    .service-grid {
      gap: 1rem;
    }
    .service-card {
      padding: 1.6rem 1.25rem;
    }
    .service-card h3 {
      font-size: 1.6rem;
    }
    .contact-inner {
      gap: 6%;
    }
    .contact-card {
      padding: 2rem;
    }
    .contact-card h3 {
      font-size: 2.1rem;
    }
  }
  @media (max-width:850px) {
    .site-header {
      padding: 1.35rem 5%;
      gap: 1.2rem;
    }
    .wordmark {
      font-size: 1.75rem;
    }
    .wordmark-sub {
      font-size: .7rem;
      letter-spacing: .13em;
    }
    .main-nav {
      gap: 1rem;
      font-size: .875rem;
    }
    .nav-contact {
      padding: .65rem 1.1rem;
    }
    .hero {
      grid-template-columns: 1.1fr 1fr;
    }
    .hero h1 {
      font-size: 3.2rem;
    }
    .hero-description {
      font-size: 1.05rem;
    }
    .hero-support {
      font-size: .95rem;
    }
    .hero-actions {
      gap: .7rem;
    }
    .button {
      font-size: .9rem;
      min-height: 52px;
      padding: .8rem 1.25rem;
    }
    .hero-scene {
      min-height: 450px;
    }
    .hero-profile {
      padding: 3rem .7rem 5rem;
    }
    .portrait-crop {
      width: 76%;
    }
    .profile-name {
      font-size: 2rem;
    }
    .brokerage-badge {
      padding: .9rem 1rem;
      left: -.7rem;
      gap: .75rem;
    }
    .brokerage-badge strong,.brokerage-badge div>span {
      font-size: .8rem;
    }
    .badge-mark {
      font-size: 1.4rem;
      padding-right: .75rem;
    }
    .specialty-inner p {
      font-size: 1.8rem;
    }
    .specialty-inner span {
      font-size: .75rem;
      letter-spacing: .1em;
    }
    .introduction {
      padding-block: 4.5rem;
      gap: 6%;
    }
    .intro-copy .large-copy {
      font-size: 1.45rem;
    }
    .service-grid {
      grid-template-columns: 1fr;
    }
    .service-card {
      padding: 2rem;
    }
    .service-card h3 {
      font-size: 2rem;
    }
    .service-card>p {
      max-width: none;
    }
    .service-card details {
      margin-top: .2rem;
    }
    .service-card .text-link {
      font-size: .95rem;
    }
    .services {
      padding-block: 4.5rem;
    }
    .section-heading--split {
      align-items: flex-start;
      flex-direction: column;
      gap: 1rem;
    }
    .section-heading--split>p {
      margin: 0;
      max-width: none;
    }
    .local-living {
      padding-block: 4.5rem;
    }
    .local-card img {
      height: 280px;
    }
    .local-card--wide img {
      height: auto;
    }
    .local-card h3 {
      font-size: 1.65rem;
    }
    .contact-inner {
      grid-template-columns: 1fr;
      gap: 2.5rem;
    }
    .contact-card {
      max-width: 550px;
      width: 100%;
      padding: 2.5rem;
    }
    .contact-copy>p:not(.eyebrow) {
      max-width: 650px;
    }
    .contact-brokerage {
      margin-top: 1.5rem;
    }
    .footer-top {
      align-items: flex-start;
      flex-direction: column;
      gap: 1.7rem;
    }
  }
  @media (max-width:650px) {
    .page-width {
      padding-inline: 6%;
    }
    .site-header {
      padding: 1.15rem 6%;
      flex-direction: column;
      align-items: flex-start;
      gap: 1rem;
    }
    .wordmark {
      font-size: 1.9rem;
    }
    .main-nav {
      width: 100%;
      justify-content: space-between;
      gap: .6rem;
      font-size: .82rem;
    }
    .nav-contact {
      padding: .55rem .9rem;
    }
    .hero {
      grid-template-columns: 1fr;
      gap: 2.6rem;
      padding-block: 3rem 3.5rem;
    }
    .hero .eyebrow {
      font-size: .75rem;
      letter-spacing: .12em;
      margin-bottom: 1.15rem;
    }
    .hero h1 {
      font-size: clamp(3.1rem,10.8vw,4.2rem);
      margin-bottom: 1.4rem;
    }
    .hero-description {
      font-size: 1.1rem;
      max-width: none;
    }
    .hero-support {
      max-width: none;
      font-size: 1rem;
    }
    .hero-actions {
      margin-top: 1.6rem;
      gap: .75rem;
    }
    .hero-visual {
      max-width: 410px;
      margin-inline: auto;
      padding-bottom: 1.5rem;
      width: calc(100% - 12px);
    }
    .hero-visual::before {
      right: -.6rem;
      left: 1rem;
    }
    .hero-scene {
      min-height: 460px;
    }
    .hero-profile {
      padding: 3rem 1rem 4.8rem;
    }
    .portrait-crop {
      width: min(255px,74%);
    }
    .profile-name {
      font-size: 2.3rem;
    }
    .profile-role {
      letter-spacing: .09em;
      font-size: .75rem;
    }
    .brokerage-badge {
      left: -.35rem;
      padding: .9rem 1.1rem;
    }
    .specialty-inner {
      padding-block: 1.6rem;
    }
    .specialty-inner p {
      font-size: 1.4rem;
      line-height: 1.2;
      padding-inline: .3rem;
    }
    .specialty-inner span {
      font-size: .75rem;
      letter-spacing: .035em;
      margin-top: .5rem;
    }
    .introduction {
      grid-template-columns: 1fr;
      padding-block: 3.7rem;
      gap: 2rem;
    }
    .intro-heading .eyebrow {
      margin-bottom: 1.1rem;
    }
    .intro-heading h2 {
      font-size: 2.75rem;
    }
    .intro-heading h2 br:last-child {
      display: none;
    }
    .signature {
      font-size: 2.3rem;
      margin-top: 1.3rem;
    }
    .intro-copy .large-copy {
      font-size: 1.6rem;
    }
    .services {
      padding-block: 3.7rem;
    }
    .section-heading {
      margin-bottom: 2rem;
    }
    .section-heading h2 {
      font-size: 2.65rem;
    }
    .mobile-break {
      display: block;
    }
    .service-card {
      padding: 1.7rem 1.5rem;
    }
    .service-card h3 {
      font-size: 1.95rem;
    }
    .card-number {
      margin-bottom: 1.2rem;
    }
    .local-living {
      padding-block: 3.7rem;
    }
    .local-gallery {
      grid-template-columns: 1fr;
      gap: 2rem;
    }
    .local-card--wide {
      grid-column: auto;
    }
    .local-card img,.local-card--wide img {
      height: auto;
      aspect-ratio: 4/3;
    }
    .local-card--wide img {
      aspect-ratio: 1.6;
    }
    .local-card h3 {
      font-size: 1.8rem;
    }
    .local-photo-frame {
      border-radius: 14px;
    }
    .client-story {
      padding-block: 3.7rem;
    }
    .client-review {
      padding: 2.5rem 1.4rem 2rem;
    }
    .quote-mark {
      font-size: 3.5rem;
      left: .9rem;
      top: .7rem;
    }
    .client-review blockquote {
      font-size: 1.5rem;
      margin-top: 1.2rem;
    }
    .contact {
      padding-block: 3.7rem;
    }
    .contact h2 {
      font-size: clamp(2.3rem,8vw,3rem);
    }
    .contact-card {
      padding: 2rem 1.5rem;
      border-radius: 20px;
    }
    .contact-card h3 {
      font-size: 2.2rem;
    }
    .contact-handle {
      font-size: .75rem;
    }
    .site-footer {
      padding-top: 2.4rem;
    }
    .footer-nav {
      gap: .75rem 1.5rem;
      font-size: .875rem;
    }
    .footer-top {
      padding-bottom: 2rem;
    }
    .footer-bottom {
      flex-direction: column;
      gap: .5rem;
    }
  }
  @media (max-width:360px) {
    .hero h1 {
      font-size: 2.85rem;
    }
    .main-nav {
      font-size: .78rem;
      gap: .35rem;
    }
    .nav-contact {
      padding: .5rem .65rem;
    }
    .hero-actions .button {
      padding-inline: 1.1rem;
      gap: .8rem;
    }
    .specialty-inner p {
      font-size: 1.18rem;
    }
    .specialty-inner span {
      font-size: .75rem;
      letter-spacing: 0;
    }
    .hero-scene {
      min-height: 420px;
    }
    .profile-name {
      font-size: 2rem;
    }
    .profile-role {
      letter-spacing: .03em;
    }
    .section-heading h2 {
      font-size: 2.4rem;
    }
  }
  @media (prefers-reduced-motion:reduce) {
    html {
      scroll-behavior: auto;
    }
    * {
      transition: none !important;
    }
  }
  #meet-marie {
    grid-template-columns: .85fr 1.15fr;
    gap: 10%;
    align-items: start;
    padding-block: 5.5rem;
  }
  #meet-marie .eyebrow,#your-move .eyebrow {
    color: var(--ink);
    font-size: .8rem;
    font-weight: 500;
    letter-spacing: .12em;
    margin-bottom: 1.2rem;
  }
  #meet-marie h2,#your-move h2 {
    font-family: var(--serif);
    font-size: clamp(2.2rem,3.35vw,3.2rem);
    font-style: normal;
    font-weight: 400;
    color: var(--ink);
    line-height: 1.18;
    letter-spacing: -.035em;
  }
  #meet-marie h2 {
    max-width: 440px;
  }
  #meet-marie .intro-copy {
    max-width: 590px;
    padding-top: .2rem;
  }
  #meet-marie .intro-copy p {
    font-family: var(--sans);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.85;
    color: var(--muted);
    margin-bottom: 1.25rem;
  }
  #meet-marie .text-link,#your-move .text-link {
    font-family: var(--sans);
    font-size: .95rem;
    font-weight: 500;
    color: var(--ink);
    border-bottom: 1px solid #9aaab0;
    gap: 1rem;
    padding-bottom: .35rem;
  }
  #meet-marie .text-link:hover,#your-move .text-link:hover {
    color: var(--ink);
    border-bottom-color: var(--ink);
  }
  #meet-marie .text-link {
    margin-top: .5rem;
  }
  #your-move {
    background: #f6f8f8;
    padding-block: 5rem;
  }
  #your-move .section-heading {
    text-align: left;
    margin-bottom: 2.5rem;
  }
  #your-move h2 {
    max-width: 900px;
  }
  #your-move .service-grid {
    gap: 1.5rem;
  }
  #your-move .service-card {
    padding: 2.2rem 1.9rem;
    border: 1px solid #dce3e6;
    border-radius: 8px;
    background: white;
  }
  #your-move .service-card h3 {
    font-family: var(--sans);
    font-size: 1.3rem;
    font-weight: 500;
    font-style: normal;
    letter-spacing: -.015em;
    line-height: 1.35;
    color: var(--ink);
    margin: 0 0 1.1rem;
  }
  #your-move .service-card>p {
    font-family: var(--sans);
    font-size: 1rem;
    line-height: 1.85;
    color: var(--muted);
    margin-bottom: 1.7rem;
  }
  #your-move .service-card details {
    margin-top: auto;
    margin-bottom: 1.5rem;
    border-color: #dce3e6;
  }
  #your-move .service-card summary {
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.6;
    min-height: 60px;
    color: var(--ink);
  }
  #your-move .service-card summary:hover {
    color: var(--ink);
    text-decoration: underline;
    text-underline-offset: 4px;
  }
  #your-move .service-card ul {
    font-family: var(--sans);
    font-size: .95rem;
    line-height: 1.75;
    color: var(--muted);
  }
  #your-move .service-card .text-link {
    margin-top: 0;
  }
  @media (max-width:1000px) {
    #your-move .service-card {
      padding: 1.8rem 1.5rem;
    }
    #your-move .service-grid {
      gap: 1rem;
    }
  }
  @media (max-width:760px) {
    #meet-marie {
      grid-template-columns: 1fr;
      gap: 1.8rem;
      padding-block: 3.7rem;
    }
    #meet-marie h2,#your-move h2 {
      font-size: 2.25rem;
    }
    #meet-marie .intro-heading h2 br {
      display: block;
    }
    #meet-marie .intro-copy {
      max-width: none;
      padding: 0;
    }
    #your-move {
      padding-block: 3.7rem;
    }
    #your-move .section-heading {
      margin-bottom: 1.8rem;
    }
    #your-move .service-grid {
      grid-template-columns: 1fr;
      gap: 1rem;
    }
    #your-move .service-card {
      padding: 1.8rem 1.5rem;
    }
    #your-move .service-card h3 {
      font-size: 1.3rem;
    }
  }
  .hero {
    position: relative;
    isolation: isolate;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 720px;
    padding: 5rem 6% 8rem;
    background: var(--ink);
    color: #fff;
    overflow: hidden;
  }
  .hero-layout {
    display: grid;
    grid-template-columns: minmax(0,1.4fr) minmax(0,1fr);
    gap: 3rem;
    align-items: center;
    max-width: 1232px;
    width: 100%;
    margin-inline: auto;
  }
  .hero-photo {
    object-position: center 45%;
  }
  .hero-shade {
    background: linear-gradient(90deg,rgba(6,28,39,.85),rgba(7,31,42,.48) 62%,rgba(7,31,42,.4)),linear-gradient(0deg,rgba(7,31,42,.7),transparent 45%);
  }
  .hero .eyebrow {
    color: #e9d6b3;
    margin-bottom: 1.6rem;
    font-size: .8rem;
  }
  .hero h1 {
    font-size: clamp(3.6rem,6.3vw,6.25rem);
    line-height: 1.07;
    letter-spacing: -.05em;
    margin-bottom: 1.7rem;
  }
  .hero h1 em {
    color: #eed9b1;
  }
  .hero-description {
    font-size: 1.08rem;
    color: #edf2f3;
    max-width: 455px;
  }
  .hero-actions {
    gap: 1.7rem;
    margin-top: 2rem;
  }
  .button-light {
    background: #fff;
    color: var(--ink);
  }
  .button-light:hover {
    background: #edf3f5;
  }
  .hero-meet-link {
    display: inline-flex;
    align-items: center;
    gap: .8rem;
    font-size: .95rem;
    border-bottom: 1px solid #ffffff85;
    padding-block: .55rem;
  }
  .hero-meet-link:hover {
    color: #eed9b1;
    border-color: #eed9b1;
  }
  .hero-profile {
    padding: 1rem 0;
  }
  .hero-profile .portrait-crop {
    width: clamp(230px,23vw,300px);
    max-width: 100%;
    box-shadow: 0 0 0 9px #ffffff1c,0 20px 65px #061c274d;
    outline: 1px solid #d4ba8c;
    outline-offset: 9px;
  }
  .hero-profile .profile-name {
    font-size: clamp(2rem,3vw,2.9rem);
    margin-top: 1.9rem;
  }
  .hero-profile .profile-role {
    font-size: .75rem;
    letter-spacing: .09em;
    max-width: 340px;
    margin-top: .85rem;
    color: #eed9b1;
  }
  .hero-profile .brokerage {
    font-size: .875rem;
    line-height: 1.7;
    color: #e0e9ec;
    margin-top: .45rem;
  }
  .hero-bottom {
    position: absolute;
    left: 6%;
    right: 6%;
    bottom: 1.8rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    border-top: 1px solid #ffffff50;
    padding-top: 1.2rem;
    font-size: .8rem;
    letter-spacing: .1em;
    line-height: 1.65;
  }
  .hero-bottom a {
    display: inline-flex;
    gap: 1rem;
    font-size: .9rem;
    letter-spacing: 0;
  }
  .hero-bottom a:hover {
    text-decoration: underline;
    text-underline-offset: 5px;
  }
  .service-card {
    border-radius: 16px;
  }
  .local-photo-frame {
    border-radius: 12px;
  }
  .contact-card {
    border-radius: 20px;
    background: #faf9f5;
  }
  .client-review {
    border-radius: 18px;
    background: #faf9f5;
  }
  @media (min-width:1600px) {
    .hero {
      min-height: 770px;
    }
    .hero-bottom {
      max-width: 1232px;
      margin-inline: auto;
    }
  }
  @media (max-width:1000px) {
    .hero-layout {
      gap: 2rem;
      grid-template-columns: minmax(0,1.25fr) minmax(0,1fr);
    }
    .hero h1 {
      font-size: clamp(3.1rem,6.2vw,4rem);
    }
    .hero-profile .portrait-crop {
      width: 240px;
    }
    .hero {
      min-height: 680px;
    }
    .hero-profile .profile-role {
      max-width: 255px;
    }
  }
  @media (max-width:760px) {
    .hero {
      min-height: 0;
      padding: 3.5rem 6% 7.8rem;
    }
    .hero-layout {
      grid-template-columns: 1fr;
      gap: 2.8rem;
    }
    .hero h1 {
      font-size: clamp(3.1rem,9.6vw,4.8rem);
    }
    .hero .eyebrow {
      font-size: .75rem;
      margin-bottom: 1.25rem;
    }
    .hero-description {
      font-size: 1.05rem;
      max-width: 460px;
    }
    .hero-profile {
      display: grid;
      grid-template-columns: 120px minmax(0,1fr);
      column-gap: 1.5rem;
      text-align: left;
      align-items: start;
      padding: 0 0 .6rem .5rem;
    }
    .hero-profile .portrait-crop {
      grid-row: 1/3;
      width: 120px;
      box-shadow: 0 0 0 5px #ffffff1c;
      outline-offset: 5px;
    }
    .hero-profile .profile-name {
      font-size: 2rem;
      margin-top: .45rem;
    }
    .hero-profile .profile-role {
      margin-top: .4rem;
      max-width: 300px;
      letter-spacing: .03em;
      font-size: .75rem;
    }
    .hero-profile .brokerage {
      margin-top: .35rem;
      font-size: .8rem;
    }
    .hero-bottom {
      align-items: flex-start;
      flex-direction: column;
      gap: .5rem;
      font-size: .75rem;
      letter-spacing: .05em;
    }
    .hero-bottom a {
      font-size: .875rem;
    }
  }
  @media (max-width:380px) {
    .hero-profile {
      grid-template-columns: 100px minmax(0,1fr);
      column-gap: 1.1rem;
    }
    .hero-profile .portrait-crop {
      width: 100px;
    }
    .hero-profile .profile-name {
      font-size: 1.7rem;
      margin-top: 0;
    }
    .hero-profile .profile-role {
      font-size: .75rem;
      letter-spacing: 0;
      line-height: 1.5;
    }
    .hero-profile .brokerage {
      font-size: .75rem;
    }
    .hero-actions {
      gap: 1.25rem;
    }
    .hero h1 {
      font-size: 2.95rem;
    }
  }
  .blog-preview {
    padding-block: 5.5rem;
    background: #f5f4ef;
  }
  .blog-grid {
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: 1.5rem;
  }
  .blog-grid--two {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }
  .blog-card {
    background: white;
    border: 1px solid var(--line);
    border-radius: 16px;
    overflow: hidden;
    min-width: 0;
  }
  .blog-card-link {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  .blog-card-image {
    overflow: hidden;
    background: var(--sand);
  }
  .blog-card-image img {
    width: 100%;
    height: auto;
    aspect-ratio: 1.65;
    object-fit: cover;
    transition: transform .4s;
  }
  .blog-card-link:hover .blog-card-image img {
    transform: scale(1.035);
  }
  .blog-card-body {
    padding: 1.6rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex: 1;
  }
  .blog-category {
    font-size: .75rem;
    line-height: 1.6;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: .9rem;
  }
  .blog-card h2,.blog-card h3 {
    font-size: 1.7rem;
    line-height: 1.2;
    letter-spacing: -.03em;
    margin-bottom: 1rem;
  }
  .blog-card-link:hover h2,.blog-card-link:hover h3 {
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 4px;
  }
  .blog-excerpt {
    font-size: .95rem;
    line-height: 1.75;
    color: var(--muted);
    margin-bottom: 1.5rem;
  }
  .blog-card-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: .75rem;
    flex-wrap: wrap;
    width: 100%;
    margin-top: auto;
    font-size: .875rem;
    font-weight: 600;
    color: var(--ink);
  }
  .blog-card-bottom>span:last-child {
    font-size: .75rem;
    font-weight: 400;
    color: var(--muted);
  }
  .blog-hub {
    padding-block: 2.5rem 4.5rem;
  }
  .breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem .75rem;
    align-items: center;
    font-size: .875rem;
    line-height: 1.6;
    color: var(--muted);
    margin-bottom: 2.8rem;
  }
  .breadcrumbs a {
    text-decoration: underline;
    text-underline-offset: 3px;
  }
  .breadcrumbs a:hover {
    color: var(--ink);
  }
  .blog-hub-heading {
    max-width: 870px;
    margin-bottom: 3rem;
  }
  .blog-hub-heading .eyebrow {
    margin-bottom: 1.4rem;
  }
  .blog-hub-heading h1 {
    font-size: clamp(2.7rem,4.8vw,4.7rem);
    line-height: 1.1;
  }
  .blog-hub-heading>p:last-child {
    font-size: 1.15rem;
    color: var(--muted);
    max-width: 650px;
    margin-top: 1.5rem;
  }
  .blog-hub-cta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2rem;
    padding-block: 1rem 5rem;
  }
  .blog-hub-cta h2 {
    font-size: 2.35rem;
    max-width: 650px;
  }
  .blog-hub-cta .button {
    flex-shrink: 0;
  }
  .article-header {
    max-width: 1180px;
    padding-block: 2.5rem 2rem;
  }
  .article-header .eyebrow {
    margin-bottom: 1rem;
  }
  .article-header h1 {
    font-size: clamp(2.5rem,4.1vw,4.1rem);
    line-height: 1.14;
    max-width: 990px;
  }
  .article-intro {
    max-width: 850px;
    font-size: 1.15rem;
    color: var(--muted);
    line-height: 1.8;
    margin-top: 1.5rem;
  }
  .article-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: .5rem .8rem;
    font-size: .875rem;
    line-height: 1.6;
    color: var(--muted);
    margin-top: 1.6rem;
  }
  .article-meta a {
    color: var(--ink);
    text-decoration: underline;
    text-underline-offset: 3px;
  }
  .article-cover {
    max-width: 1260px;
    margin-block: 1rem 3rem;
  }
  .article-cover img {
    width: 100%;
    height: auto;
    aspect-ratio: 2.3;
    object-fit: cover;
    border-radius: 16px;
  }
  .article-cover img[src*="Tampa-waterfront-path"],.blog-card-image img[src*="Tampa-waterfront-path"] {
    object-position: center bottom;
  }
  .article-cover figcaption {
    font-size: .875rem;
    line-height: 1.6;
    color: var(--muted);
    margin-top: .75rem;
  }
  .article-body {
    width: min(780px,88%);
    margin-inline: auto;
  }
  .article-takeaway {
    padding: 1.5rem 1.8rem;
    border-left: 3px solid var(--gold);
    background: #f5f4ef;
    margin-bottom: 2rem;
  }
  .article-takeaway .eyebrow {
    font-size: .75rem;
    margin-bottom: .65rem;
  }
  .article-takeaway>p:last-child {
    font-size: 1.05rem;
    line-height: 1.8;
  }
  .article-toc {
    padding: 1.5rem 0 2rem;
    border-bottom: 1px solid var(--line);
    margin-bottom: 2.8rem;
  }
  .article-toc h2 {
    font-family: var(--sans);
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 0;
    margin-bottom: 1rem;
  }
  .article-toc ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: .7rem 1.8rem;
  }
  .article-toc li {
    font-size: .95rem;
    line-height: 1.6;
  }
  .article-toc a {
    color: var(--muted);
    text-decoration: underline;
    text-underline-offset: 3px;
  }
  .article-toc a:hover {
    color: var(--ink);
  }
  .article-section {
    margin-block: 0 2.8rem;
  }
  .article-section h2 {
    font-size: clamp(1.85rem,2.8vw,2.45rem);
    line-height: 1.2;
    margin-bottom: 1.25rem;
    scroll-margin-top: 2rem;
  }
  .article-section p,.article-section li {
    font-size: 1.0625rem;
    line-height: 1.85;
    color: var(--muted);
  }
  .article-section p+p {
    margin-top: 1.2rem;
  }
  .article-section p a,.article-section li a {
    color: #255f6e;
    text-decoration: underline;
    text-underline-offset: 3px;
    text-decoration-thickness: 1px;
  }
  .article-section a:hover {
    color: var(--ink);
  }
  .article-section ul {
    padding-left: 1.4rem;
    margin: 1.3rem 0;
  }
  .article-section li+li {
    margin-top: .45rem;
  }
  .article-table-wrap {
    overflow: auto;
    margin-block: 1.5rem;
    border: 1px solid var(--line);
    border-radius: 10px;
  }
  .article-table-wrap table {
    border-collapse: collapse;
    width: 100%;
    font-size: .95rem;
    line-height: 1.7;
  }
  .article-table-wrap caption {
    text-align: left;
    font-weight: 600;
    padding: 1rem 1.1rem;
    background: #f5f4ef;
  }
  .article-table-wrap th,.article-table-wrap td {
    padding: .9rem 1.1rem;
    vertical-align: top;
    text-align: left;
    border-top: 1px solid var(--line);
  }
  .article-table-wrap thead th {
    background: #edf3f5;
  }
  .article-table-wrap tbody th {
    font-weight: 500;
    min-width: 140px;
    width: 34%;
  }
  .article-table-wrap td {
    color: var(--muted);
  }
  .article-contact {
    background: var(--ink);
    color: white;
    border-radius: 16px;
    padding: 2.5rem;
    margin-block: 3.3rem 0;
  }
  .article-contact .eyebrow {
    color: #eed9b1;
    margin-bottom: 1rem;
  }
  .article-contact h2 {
    font-size: 2.5rem;
    line-height: 1.15;
  }
  .article-contact>p:not(.eyebrow) {
    color: #d5e1e5;
    margin-block: 1.2rem 1.5rem;
  }
  .related-posts {
    max-width: 1260px;
    padding-block: 5rem;
  }
  .related-posts .section-heading h2 {
    font-size: 2.6rem;
  }
  #around-tampa-bay .eyebrow,.client-story .eyebrow,#blog .eyebrow {
    color: var(--ink);
    font-size: .8rem;
    font-weight: 500;
    letter-spacing: .12em;
    margin-bottom: 1.2rem;
  }
  #around-tampa-bay h2,.client-story h2,#blog h2 {
    font-family: var(--serif);
    font-size: clamp(2.2rem,3.35vw,3.2rem);
    font-style: normal;
    font-weight: 400;
    line-height: 1.18;
    letter-spacing: -.035em;
    color: var(--ink);
  }
  #around-tampa-bay .local-photo-frame {
    border-radius: 8px;
  }
  #around-tampa-bay .local-card h3,#blog .blog-card h3 {
    font-family: var(--sans);
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: -.015em;
    color: var(--ink);
  }
  .client-story {
    background: #f6f8f8;
    padding-block: 5rem;
  }
  .client-story-layout {
    display: grid;
    grid-template-columns: .85fr 1.15fr;
    gap: 10%;
    align-items: start;
  }
  .client-story .section-heading {
    margin: 0;
    text-align: left;
  }
  .client-story .client-review {
    max-width: none;
    width: 100%;
    margin: 0;
    padding: .15rem 0 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    text-align: left;
  }
  .client-story .client-review blockquote {
    margin: 0;
    font-family: var(--sans);
    font-size: clamp(1.15rem,1.6vw,1.4rem);
    font-weight: 400;
    line-height: 1.85;
    letter-spacing: -.01em;
    color: var(--ink);
  }
  .client-story .client-review figcaption {
    margin-top: 1.8rem;
    padding-top: 1.2rem;
    border-top: 1px solid #dce3e6;
  }
  .client-story .review-name {
    font-size: .95rem;
    font-weight: 500;
    color: var(--ink);
  }
  .client-story .review-location {
    font-size: .875rem;
    color: var(--muted);
    margin-top: .1rem;
  }
  #blog {
    background: #fff;
    padding-block: 5rem;
  }
  #blog .text-link {
    font-size: .95rem;
    font-weight: 500;
    color: var(--ink);
    border-color: #9aaab0;
  }
  #blog .text-link:hover {
    border-color: var(--ink);
  }
  #blog .blog-card {
    border-color: #dce3e6;
    border-radius: 8px;
  }
  #blog .blog-category {
    color: var(--muted);
    font-weight: 500;
    letter-spacing: .06em;
  }
  @media (max-width:760px) {
    #around-tampa-bay h2,.client-story h2,#blog h2 {
      font-size: 2.25rem;
    }
    .client-story,#blog {
      padding-block: 3.7rem;
    }
    .client-story-layout {
      grid-template-columns: 1fr;
      gap: 1.8rem;
    }
    .client-story .client-review {
      padding: 0;
    }
    .client-story .client-review blockquote {
      font-size: 1.15rem;
    }
    .client-story .client-review figcaption {
      margin-top: 1.4rem;
    }
  }
  @media (max-width:1000px) {
    .blog-grid {
      gap: 1rem;
    }
    .blog-card-body {
      padding: 1.25rem;
    }
    .blog-card h2,.blog-card h3 {
      font-size: 1.5rem;
    }
    .blog-hub-cta h2 {
      font-size: 2rem;
    }
  }
  @media (max-width:850px) {
    .blog-grid {
      grid-template-columns: 1fr;
      gap: 1.5rem;
    }
    .blog-card-link {
      display: grid;
      grid-template-columns: .85fr 1.15fr;
    }
    .blog-card-image img {
      height: 100%;
      aspect-ratio: auto;
      min-height: 250px;
    }
    .blog-card-body {
      padding: 1.6rem;
    }
    .blog-card h2,.blog-card h3 {
      font-size: 1.75rem;
    }
    .blog-hub-cta {
      flex-direction: column;
      align-items: flex-start;
    }
    .related-posts {
      padding-block: 4rem;
    }
    .blog-preview {
      padding-block: 4.5rem;
    }
  }
  @media (max-width:650px) {
    .main-nav {
      flex-wrap: wrap;
      justify-content: flex-start;
      gap: .4rem 1.2rem;
    }
    .main-nav .nav-contact {
      margin-left: auto;
    }
    .blog-preview {
      padding-block: 3.7rem;
    }
    .blog-preview .section-heading {
      gap: 1.3rem;
    }
    .blog-hub {
      padding-block: 1.6rem 3rem;
    }
    .blog-hub-heading {
      margin-bottom: 2rem;
    }
    .blog-hub-heading h1 {
      font-size: 2.7rem;
    }
    .blog-hub-heading .eyebrow {
      font-size: .75rem;
      letter-spacing: .12em;
    }
    .blog-hub-heading>p:last-child {
      font-size: 1.05rem;
    }
    .blog-card-link {
      display: flex;
    }
    .blog-card-image img {
      height: auto;
      min-height: 0;
      aspect-ratio: 1.65;
    }
    .blog-card-body {
      padding: 1.5rem;
    }
    .blog-card h2,.blog-card h3 {
      font-size: 1.8rem;
    }
    .blog-hub-cta {
      padding-bottom: 3.7rem;
    }
    .breadcrumbs {
      margin-bottom: 2rem;
      font-size: .875rem;
    }
    .article-header {
      padding-block: 1.6rem 1.3rem;
    }
    .article-header h1 {
      font-size: clamp(2.1rem,7.8vw,3.2rem);
    }
    .article-intro {
      font-size: 1.0625rem;
      margin-top: 1.2rem;
    }
    .article-meta {
      gap: .45rem .6rem;
    }
    .article-cover {
      margin-block: 1rem 2rem;
    }
    .article-cover img {
      aspect-ratio: 1.55;
      border-radius: 10px;
    }
    .article-takeaway {
      padding: 1.25rem;
    }
    .article-toc {
      padding-top: .5rem;
      margin-bottom: 2.2rem;
    }
    .article-toc ul {
      grid-template-columns: 1fr;
      gap: .65rem;
    }
    .article-section {
      margin-bottom: 2.2rem;
    }
    .article-section h2 {
      font-size: 1.9rem;
    }
    .article-section p,.article-section li {
      font-size: 1rem;
    }
    .article-table-wrap th,.article-table-wrap td {
      padding: .8rem;
    }
    .article-table-wrap tbody th {
      min-width: 110px;
    }
    .article-contact {
      padding: 2rem 1.4rem;
    }
    .article-contact h2 {
      font-size: 2.1rem;
    }
    .related-posts {
      padding-block: 3.7rem;
    }
    .related-posts .section-heading h2 {
      font-size: 2.3rem;
    }
  }
  :root {
    --gold: var(--ink);
    --gold-light: #dce7eb;
    --accent: var(--ink);
  }
  h1,h2,h3,.wordmark,.profile-name,.contact-brokerage strong {
    font-family: var(--sans);
    font-weight: 500;
  }
  em {
    font-style: normal;
    color: inherit;
  }
  .site-header {
    padding-block: 1.3rem;
    background: #fff;
  }
  .wordmark {
    font-size: 1.65rem;
    letter-spacing: -.06em;
    font-weight: 600;
  }
  .wordmark-sub {
    font-size: .75rem;
    letter-spacing: .16em;
    font-weight: 400;
    color: var(--muted);
  }
  .main-nav {
    font-weight: 400;
  }
  .nav-contact,.button {
    border-radius: 6px;
    font-weight: 500;
  }
  .button span {
    transition: transform .2s;
  }
  .button:hover span {
    transform: translate(2px,-2px);
  }
  .eyebrow {
    font-weight: 500;
    letter-spacing: .14em;
    color: var(--muted);
    font-size: .875rem;
  }
  .text-link {
    color: var(--ink);
    border-color: #a8b8be;
    font-weight: 500;
  }
  .hero {
    min-height: 740px;
  }
  .hero h1 {
    font-family: var(--sans);
    font-weight: 500;
    font-size: clamp(3.5rem,6.5vw,6.2rem);
    letter-spacing: -.065em;
    line-height: 1.05;
  }
  .hero h1 em {
    font-style: normal;
    font-weight: 400;
    color: #fff;
  }
  .hero .eyebrow,.hero-profile .profile-role {
    color: #e4edf0;
    letter-spacing: .12em;
  }
  .hero .eyebrow {
    display: flex;
    align-items: center;
    gap: 1rem;
  }
  .hero .eyebrow::before {
    content: "";
    width: 32px;
    height: 1px;
    background: currentColor;
    flex-shrink: 0;
  }
  .hero-profile {
    position: relative;
    isolation: isolate;
  }
  .hero-profile::before,.hero-profile::after {
    content: "";
    position: absolute;
    z-index: -1;
    pointer-events: none;
    border: 1px solid #ffffff26;
    border-radius: 50%;
    width: 430px;
    height: 430px;
    top: -55px;
    left: 50%;
    transform: translateX(-50%);
  }
  .hero-profile::after {
    width: 510px;
    height: 510px;
    top: -95px;
    border-color: #ffffff14;
  }
  .hero-profile .portrait-crop {
    outline: 1px solid #ffffff80;
    box-shadow: 0 0 0 9px #ffffff0d,0 20px 65px #061c2733;
  }
  .hero-profile .profile-name {
    font-family: var(--sans);
    font-size: 2rem;
    font-weight: 500;
    letter-spacing: -.05em;
  }
  .hero-bottom {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .07em;
  }
  #meet-marie h2,#your-move h2,#around-tampa-bay h2,.client-story h2,#blog h2 {
    font-family: var(--sans);
    font-weight: 500;
    letter-spacing: -.05em;
    font-size: clamp(2.2rem,3.4vw,3.3rem);
    line-height: 1.12;
  }
  #meet-marie .eyebrow,#your-move .eyebrow,#around-tampa-bay .eyebrow,.client-story .eyebrow,#blog .eyebrow {
    font-size: .875rem;
    letter-spacing: .12em;
    color: var(--muted);
  }
  #meet-marie {
    padding-block: 6.5rem;
  }
  #your-move {
    background: #f4f7f8;
    padding-block: 5.5rem;
  }
  #your-move .service-grid {
    gap: 0;
  }
  #your-move .service-card {
    border: 0;
    border-left: 1px solid #cdd9dd;
    background: transparent;
    border-radius: 0;
    padding: 0 2rem;
    position: relative;
  }
  #your-move .service-card:first-child {
    padding-left: 0;
    border-left: 0;
  }
  #your-move .service-card:last-child {
    padding-right: 0;
  }
  #your-move .service-card h3 {
    font-size: 1.5rem;
    font-weight: 500;
    letter-spacing: -.035em;
  }
  #your-move .service-card summary {
    font-size: .875rem;
  }
  #your-move .service-card .text-link {
    margin-right: auto;
  }
  #around-tampa-bay .local-gallery {
    grid-template-columns: 1.3fr 1fr;
    grid-template-rows: repeat(2,280px);
    gap: 1.2rem;
  }
  #around-tampa-bay .local-card {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    background: var(--ink);
    isolation: isolate;
  }
  #around-tampa-bay .local-card--wide {
    grid-column: 1;
    grid-row: 1/3;
  }
  #around-tampa-bay .local-photo-frame {
    height: 100%;
    border-radius: 0;
  }
  #around-tampa-bay .local-card img {
    height: 100%;
    width: 100%;
    aspect-ratio: auto;
    object-fit: cover;
  }
  #around-tampa-bay .local-card::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(transparent 25%,#061c2770 65%,#061c27e8 100%);
    z-index: 1;
  }
  #around-tampa-bay .local-card figcaption {
    position: absolute;
    left: 1.6rem;
    right: 1.6rem;
    bottom: 1.5rem;
    z-index: 2;
    padding: 0;
  }
  #around-tampa-bay .local-card h3 {
    color: white;
    font-size: 1.5rem;
    font-weight: 500;
    letter-spacing: -.035em;
  }
  #around-tampa-bay .local-card figcaption p {
    color: #edf2f4;
    font-size: .95rem;
    line-height: 1.5;
  }
  .client-story {
    background: #fff;
    border-block: 1px solid #e4e9eb;
  }
  .client-story .client-review {
    border-left: 2px solid #b9cbd2;
    padding-left: 2rem;
  }
  .client-story .client-review blockquote {
    font-size: clamp(1.15rem,1.8vw,1.5rem);
    line-height: 1.7;
  }
  .client-story .client-review figcaption {
    border: 0;
    padding: 0;
  }
  #blog .blog-card,.blog-card {
    border: 0;
    border-radius: 0;
    background: transparent;
  }
  .blog-card-image {
    border-radius: 8px;
  }
  .blog-card-body {
    padding: 1.5rem 0 0;
  }
  .blog-category {
    color: var(--muted);
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .04em;
  }
  .blog-card h2,.blog-card h3,#blog .blog-card h3 {
    font-family: var(--sans);
    font-size: 1.35rem;
    line-height: 1.4;
    font-weight: 500;
    letter-spacing: -.03em;
  }
  .blog-card-bottom {
    border-top: 1px solid #dce3e6;
    padding-top: 1rem;
    font-weight: 500;
  }
  .blog-card-bottom>span:last-child {
    font-size: .875rem;
  }
  .contact {
    position: relative;
    isolation: isolate;
    overflow: hidden;
  }
  .contact::before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 540px;
    height: 540px;
    border: 1px solid #ffffff16;
    transform: rotate(18deg);
    right: -220px;
    top: -100px;
    pointer-events: none;
  }
  .contact h2 {
    font-family: var(--sans);
    font-weight: 500;
    letter-spacing: -.055em;
    line-height: 1.12;
  }
  .contact .eyebrow {
    color: #dbe6ea;
    font-size: .875rem;
  }
  .contact-card {
    background: #ffffff08;
    border: 1px solid #ffffff40;
    border-radius: 10px;
    color: white;
  }
  .contact-card .eyebrow,.contact-handle {
    color: #dbe6ea;
  }
  .contact-card>p:not(.eyebrow) {
    color: #dbe6ea;
  }
  .contact-card h3 {
    font-size: 2.1rem;
    letter-spacing: -.045em;
  }
  .contact-card .button {
    background: white;
    color: var(--ink);
  }
  .contact-card .button:hover {
    background: #edf3f5;
  }
  .site-footer .wordmark-dot {
    color: white;
  }
  .site-footer .wordmark-sub {
    color: #c1d0d6;
  }
  .blog-hub-heading h1,.article-header h1 {
    letter-spacing: -.05em;
  }
  .article-contact h2,.article-section h2 {
    font-family: var(--sans);
    font-weight: 500;
  }
  @media (min-width:761px) and (prefers-reduced-motion:no-preference) {
    .hero-content,.hero-profile {
      animation: coastal-enter .7s ease-out both;
    }
    .hero-profile {
      animation-delay: .12s;
    }
    @keyframes coastal-enter {
      from {
        opacity: 0;
        transform: translateY(12px);
      }
      to {
        opacity: 1;
        transform: translateY(0);
      }
    }
  }
  @media (max-width:1000px) {
    #your-move .service-card {
      padding-inline: 1.25rem;
    }
    .hero-profile::before {
      width: 330px;
      height: 330px;
      top: -35px;
    }
    .hero-profile::after {
      width: 390px;
      height: 390px;
      top: -65px;
    }
  }
  @media (max-width:850px) {
    #your-move .service-grid {
      grid-template-columns: 1fr;
      gap: 2rem;
    }
    #your-move .service-card,#your-move .service-card:first-child,#your-move .service-card:last-child {
      padding: 0 0 2rem;
      border: 0;
      border-bottom: 1px solid #cdd9dd;
    }
    #your-move .service-card:last-child {
      padding-bottom: 0;
      border: 0;
    }
    .blog-card-body {
      padding: 0 0 0 1.5rem;
    }
    #around-tampa-bay .local-gallery {
      grid-template-rows: repeat(2,250px);
    }
    #around-tampa-bay .local-card h3 {
      font-size: 1.25rem;
    }
  }
  @media (max-width:760px) {
    .hero {
      min-height: 0;
    }
    .hero h1 {
      font-size: clamp(3rem,10vw,4.6rem);
    }
    .hero-profile::before,.hero-profile::after {
      display: none;
    }
    .hero-profile .profile-name {
      font-size: 1.8rem;
    }
    .hero-bottom {
      font-size: .875rem;
      letter-spacing: 0;
    }
    #meet-marie {
      padding-block: 4rem;
    }
    #meet-marie h2,#your-move h2,#around-tampa-bay h2,.client-story h2,#blog h2 {
      font-size: 2.3rem;
    }
    #your-move {
      padding-block: 4rem;
    }
    .client-story .client-review {
      padding-left: 1.3rem;
    }
    #around-tampa-bay .local-gallery {
      grid-template-columns: 1fr;
      grid-template-rows: none;
    }
    #around-tampa-bay .local-card,#around-tampa-bay .local-card--wide {
      grid-column: auto;
      grid-row: auto;
      height: 320px;
    }
    #around-tampa-bay .local-card--wide img {
      object-position: center;
    }
    #around-tampa-bay .local-card h3 {
      font-size: 1.4rem;
    }
  }
  @media (max-width:650px) {
    .site-header {
      align-items: flex-start;
    }
    .wordmark {
      font-size: 1.6rem;
    }
    .blog-card-body {
      padding: 1.3rem 0 0;
    }
    .contact-card {
      padding: 1.7rem 1.4rem;
    }
    .contact-card h3 {
      font-size: 1.9rem;
    }
    #around-tampa-bay .local-card figcaption {
      left: 1.3rem;
      right: 1.3rem;
      bottom: 1.3rem;
    }
  }
  .article-body>p,.article-body>ul {
    color: var(--muted);
    font-size: 1.0625rem;
    line-height: 1.85;
    margin-bottom: 1.3rem;
  }
  .article-body>h2 {
    font-size: 2rem;
    margin: 2.5rem 0 1rem;
  }
  .article-body a {
    text-decoration: underline;
    text-underline-offset: 3px;
  }
  .article-body .article-contact a {
    text-decoration: none;
  }
  .portrait-crop:empty {
    display: none;
  }
  .hero-profile .portrait-crop img {
    position: absolute !important;
    display: block !important;
    max-width: 100% !important;
    max-height: none !important;
    height: 100% !important;
    width: 100% !important;
    left: 0 !important;
    top: 0 !important;
    object-fit: cover !important;
    object-position: 50% 40% !important;
  }
  .client-reviews {
    display: grid;
    gap: 2.75rem;
  }
  .hero-motion-control {
    display: none;
  }
  @media (prefers-reduced-motion:no-preference) {
    .hero {
      overflow: hidden;
    }
    .hero>.hero-photo {
      animation: city-drift 24s ease-in-out infinite alternate;
      transform-origin: 50% 45%;
      will-change: transform;
    }
    .hero-motion-control {
      display: flex;
      position: absolute;
      right: 1.25rem;
      top: 1rem;
      z-index: 3;
      align-items: center;
      gap: .5rem;
      padding: .5rem .7rem;
      border: 1px solid #ffffff50;
      border-radius: 4px;
      background: #102f3b99;
      color: #fff;
      font-size: .75rem;
      cursor: pointer;
      min-height: 44px;
    }
    .hero-motion-control input {
      accent-color: #102f3b;
      width: 16px;
      height: 16px;
    }
    .hero:has(#pause-city-motion:checked)>.hero-photo {
      animation-play-state: paused;
    }
    @keyframes city-drift {
      from {
        transform: scale(1.015) translateX(-.25%);
      }
      to {
        transform: scale(1.095) translateX(.5%);
      }
    }
  }
  .header-phone {
    display: inline-flex;
    align-items: center;
    gap: .55rem;
    white-space: nowrap;
    font-size: .9375rem;
    font-weight: 600;
    min-height: 44px;
    flex-shrink: 0;
  }
  .header-phone:hover {
    text-decoration: underline;
    text-underline-offset: 4px;
  }
  .site-header {
    flex-wrap: wrap;
    column-gap: 1.5rem;
    row-gap: .75rem;
  }
  @media (min-width:1101px) {
    .site-header .main-nav {
      margin-left: auto;
      gap: 1.2rem;
    }
  }
  @media (max-width:1100px) and (min-width:651px) {
    .site-header .main-nav {
      order: 3;
      width: 100%;
      justify-content: flex-end;
    }
  }
  @media (max-width:650px) {
    .site-header {
      display: grid;
      grid-template-columns: 1fr;
    }
    .site-header .header-phone {
      grid-row: 2;
      justify-self: start;
    }
    .site-header .main-nav {
      grid-row: 3;
      flex-wrap: wrap;
      justify-content: flex-start;
      gap: .8rem 1.1rem;
    }
  }
  .direct-contact {
    display: grid;
    gap: 1.1rem;
    margin-top: 1.5rem;
  }
  .contact-email {
    display: flex;
    align-items: center;
    gap: .6rem;
    color: #fff;
    font-size: clamp(.875rem,1.1vw,1rem);
    text-decoration: underline;
    text-underline-offset: 4px;
  }
  .contact-email svg {
    flex-shrink: 0;
  }
  .contact-email span {
    overflow-wrap: anywhere;
  }
  .contact-social {
    font-size: .875rem;
    color: #dbe6ea;
    text-decoration: underline;
    text-underline-offset: 4px;
  }
  .contact-prompts {
    border-top: 1px solid #ffffff35;
    margin-top: 1.8rem;
    padding-top: 1.3rem;
    text-align: left;
  }
  .contact-prompts p {
    font-size: .875rem;
    font-weight: 600;
    color: #fff;
  }
  .contact-prompts ul {
    list-style: disc;
    margin: .75rem 0 0;
    padding-left: 1.2rem;
    color: #dbe6ea;
    font-size: .9375rem;
  }
  .contact-prompts li+li {
    margin-top: .45rem;
  }
  .mobile-contact-link {
    display: none;
  }
  @media (max-width:760px) {
    body {
      padding-bottom: calc(80px + env(safe-area-inset-bottom));
    }
    .mobile-contact-link {
      position: fixed;
      bottom: calc(12px + env(safe-area-inset-bottom));
      left: 6%;
      right: 6%;
      z-index: 50;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: .7rem;
      min-height: 52px;
      border-radius: 100px;
      background: #102f3b;
      color: white;
      border: 1px solid #ffffff70;
      box-shadow: 0 5px 22px #0003;
      font-size: 1rem;
      font-weight: 600;
    }
    .mobile-contact-link>span {
      margin-left: auto;
    }
    .mobile-contact-link>svg {
      margin-right: auto;
    }
    .contact-card .button {
      width: 100%;
      min-height: 52px;
    }
  }
  .client-reviews .client-review+.client-review {
    padding-top: 2.75rem;
    border-top: 1px solid #dce3e6;
  }
  .blog-card-image img {
    margin: 0;
  }
  .wp-caption-text {
    font-size: .875rem;
  }
  .article-body figure {
    margin: 1.5rem 0;
  }
  .reviews-refined {
    background: #f3f6f6;
    border: 0;
    padding-block: 5.5rem;
  }
  .reviews-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 2rem;
    margin-bottom: 3rem;
  }
  .reviews-heading>p {
    font-size: .9375rem;
    line-height: 1.7;
    color: var(--muted);
  }
  .reviews-heading .eyebrow {
    margin-bottom: 1rem;
  }
  .reviews-editorial {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    border-block: 1px solid #c7d4d9;
  }
  .review-feature {
    min-width: 0;
    padding: 2.5rem 3rem 2rem 0;
    display: flex;
    flex-direction: column;
  }
  .review-feature+ .review-feature {
    padding-left: 3rem;
    padding-right: 0;
    border-left: 1px solid #c7d4d9;
  }
  .review-kicker {
    display: flex;
    align-items: center;
    gap: 1rem;
    font-size: .8125rem;
    color: var(--muted);
    margin-bottom: 1.8rem;
  }
  .review-kicker>span {
    font-size: .75rem;
    border: 1px solid #c7d4d9;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: grid;
    place-items: center;
  }
  .review-feature blockquote {
    margin: 0 0 1.7rem;
    max-width: 25ch;
    font-family: var(--sans);
    font-size: clamp(1.45rem,2.15vw,2rem);
    font-weight: 400;
    line-height: 1.45;
    letter-spacing: -.035em;
    color: var(--ink);
  }
  .review-origin {
    font-size: .8125rem;
    color: var(--muted);
    margin-top: auto;
  }
  .review-origin span {
    padding-inline: .4rem;
  }
  .review-full {
    border-top: 1px solid #d6e0e3;
    margin-top: 1.5rem;
    padding-top: .3rem;
  }
  .review-full summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    list-style: none;
    min-height: 48px;
    font-size: .875rem;
  }
  .review-full summary::-webkit-details-marker {
    display: none;
  }
  .review-full summary span {
    font-size: 1.3rem;
  }
  .review-full[open] summary span {
    transform: rotate(45deg);
  }
  .review-full>p {
    font-size: .9375rem;
    line-height: 1.8;
    color: var(--muted);
    padding: .5rem 0 1rem;
  }
  .reviews-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    margin-top: 1.7rem;
  }
  .reviews-bottom>p {
    font-size: .9375rem;
    color: var(--muted);
  }
  @media (max-width:760px) {
    .reviews-refined {
      padding-block: 3.5rem;
    }
    .reviews-heading {
      display: block;
      margin-bottom: 2rem;
    }
    .reviews-heading>p {
      margin-top: 1.2rem;
    }
    .reviews-editorial {
      grid-template-columns: 1fr;
    }
    .review-feature,.review-feature+ .review-feature {
      padding: 1.8rem 0;
      border-left: 0;
    }
    .review-feature+ .review-feature {
      border-top: 1px solid #c7d4d9;
    }
    .review-feature blockquote {
      font-size: 1.55rem;
      max-width: none;
    }
    .review-kicker {
      margin-bottom: 1.3rem;
    }
    .reviews-bottom {
      align-items: flex-start;
      flex-direction: column;
    }
  }
  #meet-marie {
    grid-template-columns: minmax(0,.85fr) minmax(0,1.15fr);
    gap: 9%;
    align-items: center;
    padding-block: 6rem;
  }
  .intro-portrait {
    margin: 0;
    position: relative;
    min-width: 0;
  }
  .intro-portrait img {
    width: 100%;
    height: auto;
    aspect-ratio: 4/5;
    object-fit: cover;
    object-position: 50% 35%;
    border-radius: 6px;
  }
  .intro-portrait figcaption {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    margin-top: 1rem;
    font-size: .875rem;
    font-weight: 600;
  }
  .intro-portrait figcaption span {
    font-size: .75rem;
    font-weight: 400;
    color: var(--muted);
    text-align: right;
  }
  .intro-coastal-art {
    margin: 0;
    min-width: 0;
  }
  .intro-coastal-art svg {
    display: block;
    width: 100%;
    height: auto;
  }
  .intro-coastal-art figcaption {
    padding-top: 1.1rem;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: -.02em;
  }
  .intro-coastal-art figcaption span {
    display: block;
    font-size: .6875rem;
    font-weight: 400;
    letter-spacing: .12em;
    margin-top: .45rem;
    color: var(--muted);
  }
  @media (max-width:760px) {
    .intro-coastal-art {
      max-width: 360px;
      width: 100%;
      margin-inline: auto;
    }
    .intro-coastal-art svg {
      max-height: 330px;
    }
  }
  .intro-editorial {
    min-width: 0;
  }
  .intro-editorial .eyebrow {
    margin-bottom: 1.4rem;
  }
  #meet-marie h2 {
    font-size: clamp(2.4rem,4vw,4rem);
    line-height: 1.08;
    max-width: 14ch;
    text-wrap: balance;
  }
  .intro-lead {
    font-size: clamp(1.15rem,1.65vw,1.4rem);
    line-height: 1.5;
    margin: 1.7rem 0 1rem;
    color: var(--ink);
    max-width: 30ch;
  }
  #meet-marie .intro-copy p {
    font-size: 1rem;
    line-height: 1.8;
    max-width: 49ch;
    margin-bottom: 1rem;
  }
  .intro-specialties {
    list-style: none;
    padding: 1.15rem 0;
    margin: 1.5rem 0;
    display: flex;
    flex-wrap: wrap;
    gap: .65rem 1.2rem;
    border-block: 1px solid #dce3e6;
    font-size: .8125rem;
  }
  .intro-specialties li {
    display: flex;
    align-items: center;
    gap: .5rem;
  }
  .intro-specialties li::before {
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: var(--ink);
  }
  #your-move .section-heading {
    max-width: 700px;
    margin-bottom: 3.5rem;
  }
  .service-mark {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2rem;
    color: var(--ink);
  }
  .service-mark span {
    font-size: .8125rem;
    color: var(--muted);
    letter-spacing: .1em;
  }
  #your-move .service-card h3 {
    font-size: 1.65rem;
    margin-bottom: 1rem;
  }
  #your-move .service-card>p {
    line-height: 1.75;
    max-width: 33ch;
    margin-bottom: 1.7rem;
  }
  .client-story-layout {
    grid-template-columns: 1fr;
    gap: 2.75rem;
  }
  .client-story .client-reviews {
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 3rem;
  }
  .client-story .client-review,.client-story .client-review+.client-review {
    padding: 1.5rem 0 0;
    border: 0;
    border-top: 1px solid #a9bbc2;
  }
  .client-story .review-context {
    font-size: .8125rem;
    letter-spacing: .035em;
    color: var(--muted);
    margin-bottom: 1.2rem;
  }
  .client-story .client-review blockquote {
    font-size: clamp(1.1rem,1.5vw,1.3rem);
    line-height: 1.7;
    max-width: 43ch;
  }
  .client-story .client-review figcaption {
    margin-top: 1.4rem;
  }
  #blog .section-heading h2 {
    text-wrap: balance;
    max-width: 20ch;
  }
  #blog .blog-excerpt {
    font-size: .9375rem;
    line-height: 1.7;
  }
  @media (max-width:760px) {
    #meet-marie {
      grid-template-columns: 1fr;
      gap: 2.5rem;
      padding-block: 3.5rem;
    }
    .intro-portrait {
      max-width: 420px;
      width: 100%;
      margin-inline: auto;
    }
    .intro-portrait img {
      aspect-ratio: 1;
    }
    .intro-editorial .eyebrow {
      margin-bottom: 1rem;
    }
    #meet-marie h2 {
      font-size: 2.6rem;
    }
    .intro-lead {
      margin-top: 1.3rem;
    }
    .client-story .client-reviews {
      grid-template-columns: 1fr;
      gap: 2rem;
    }
    .service-mark {
      margin-bottom: 1.3rem;
    }
    #your-move .section-heading {
      margin-bottom: 2.5rem;
    }
  }
}
@layer base {
  input:where([type='text']),input:where(:not([type])),input:where([type='email']),input:where([type='url']),input:where([type='password']),input:where([type='number']),input:where([type='date']),input:where([type='datetime-local']),input:where([type='month']),input:where([type='search']),input:where([type='tel']),input:where([type='time']),input:where([type='week']),select:where([multiple]),textarea,select {
    appearance: none;
    background-color: #fff;
    border-color: oklch(55.1% 0.027 264.364);
    border-width: 1px;
    border-radius: 0px;
    padding-top: 0.5rem;
    padding-right: 0.75rem;
    padding-bottom: 0.5rem;
    padding-left: 0.75rem;
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-shadow: 0 0 #0000;
    &:focus {
      outline: 2px solid transparent;
      outline-offset: 2px;
      --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-color: oklch(54.6% 0.245 262.881);
      --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
      --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
      box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
      border-color: oklch(54.6% 0.245 262.881);
    }
  }
  input::placeholder,textarea::placeholder {
    color: oklch(55.1% 0.027 264.364);
    opacity: 1;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-date-and-time-value {
    min-height: 1.5em;
  }
  ::-webkit-date-and-time-value {
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field {
    padding-top: 0;
    padding-bottom: 0;
  }
  select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='oklch(55.1%25 0.027 264.364)' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
    background-position: right 0.5rem center;
    background-repeat: no-repeat;
    background-size: 1.5em 1.5em;
    padding-right: 2.5rem;
    print-color-adjust: exact;
  }
  select:where([multiple]),select:where([size]:not([size="1"])) {
    background-image: initial;
    background-position: initial;
    background-repeat: unset;
    background-size: initial;
    padding-right: 0.75rem;
    print-color-adjust: unset;
  }
  input:where([type='checkbox']),input:where([type='radio']) {
    appearance: none;
    padding: 0;
    print-color-adjust: exact;
    display: inline-block;
    vertical-align: middle;
    background-origin: border-box;
    user-select: none;
    flex-shrink: 0;
    height: 1rem;
    width: 1rem;
    color: oklch(54.6% 0.245 262.881);
    background-color: #fff;
    border-color: oklch(55.1% 0.027 264.364);
    border-width: 1px;
    --tw-shadow: 0 0 #0000;
  }
  input:where([type='checkbox']) {
    border-radius: 0px;
  }
  input:where([type='radio']) {
    border-radius: 100%;
  }
  input:where([type='checkbox']):focus,input:where([type='radio']):focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
    --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
    --tw-ring-offset-width: 2px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: oklch(54.6% 0.245 262.881);
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  input:where([type='checkbox']):checked,input:where([type='radio']):checked {
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
  }
  input:where([type='checkbox']):checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
    @media (forced-colors: active) {
      appearance: auto;
    }
  }
  input:where([type='radio']):checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
    @media (forced-colors: active) {
      appearance: auto;
    }
  }
  input:where([type='checkbox']):checked:hover,input:where([type='checkbox']):checked:focus,input:where([type='radio']):checked:hover,input:where([type='radio']):checked:focus {
    border-color: transparent;
    background-color: currentColor;
  }
  input:where([type='checkbox']):indeterminate {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    @media (forced-colors: active) {
      appearance: auto;
    }
  }
  input:where([type='checkbox']):indeterminate:hover,input:where([type='checkbox']):indeterminate:focus {
    border-color: transparent;
    background-color: currentColor;
  }
  input:where([type='file']) {
    background: unset;
    border-color: inherit;
    border-width: 0;
    border-radius: 0;
    padding: 0;
    font-size: unset;
    line-height: inherit;
  }
  input:where([type='file']):focus {
    outline: 1px solid ButtonText;
    outline: 1px auto -webkit-focus-ring-color;
  }
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-border-style: solid;
      --tw-font-weight: initial;
      --tw-tracking: initial;
    }
  }
}
