/*! tailwindcss v4.3.0 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: "Montserrat", sans-serif;
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New',
    monospace;
    --color-white: #ffffff;
    --spacing: 0.25rem;
    --container-md: 28rem;
    --container-2xl: 42rem;
    --container-3xl: 48rem;
    --container-4xl: 56rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: 0.78rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-xl: 1.35rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.75rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 2.4rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-4xl: 3.4rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --text-5xl: 5rem;
    --text-5xl--line-height: 1;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --tracking-tight: -0.025em;
    --tracking-wider: 0.05em;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-gold: #a6702e;
    --color-gold-deep: #7d4c1c;
    --color-cream: #faf3e8;
    --color-ink: #1d1d1b;
    --color-anthracite: #21252d;
    --color-charcoal: #242021;
    --color-primary: #a6702e;
    --color-neutral: #1d1d1b;
    --font-display: "Cormorant Garamond", Georgia, serif;
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji');
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type='button'], [type='reset'], [type='submit']), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden='until-found'])) {
    display: none !important;
  }
}
@layer utilities {
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
    border-width: 0;
  }
  .static {
    position: static;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .-mx-6 {
    margin-inline: calc(var(--spacing) * -6);
  }
  .mx-2 {
    margin-inline: calc(var(--spacing) * 2);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .prose {
    color: var(--tw-prose-body);
    max-width: 65ch;
    :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
      margin-bottom: 1.25em;
    }
    :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-lead);
      font-size: 1.25em;
      line-height: 1.6;
      margin-top: 1.2em;
      margin-bottom: 1.2em;
    }
    :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-links);
      text-decoration: underline;
      font-weight: 500;
    }
    :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-bold);
      font-weight: 600;
    }
    :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: decimal;
      margin-top: 1.25em;
      margin-bottom: 1.25em;
      padding-inline-start: 1.625em;
    }
    :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-alpha;
    }
    :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-alpha;
    }
    :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-alpha;
    }
    :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-alpha;
    }
    :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-roman;
    }
    :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-roman;
    }
    :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-roman;
    }
    :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-roman;
    }
    :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: decimal;
    }
    :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: disc;
      margin-top: 1.25em;
      margin-bottom: 1.25em;
      padding-inline-start: 1.625em;
    }
    :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
      font-weight: 400;
      color: var(--tw-prose-counters);
    }
    :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
      color: var(--tw-prose-bullets);
    }
    :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      margin-top: 1.25em;
    }
    :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-color: var(--tw-prose-hr);
      border-top-width: 1px;
      margin-top: 3em;
      margin-bottom: 3em;
    }
    :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 500;
      font-style: italic;
      color: var(--tw-prose-quotes);
      border-inline-start-width: 0.25rem;
      border-inline-start-color: var(--tw-prose-quote-borders);
      quotes: "\201C""\201D""\2018""\2019";
      margin-top: 1.6em;
      margin-bottom: 1.6em;
      padding-inline-start: 1em;
    }
    :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
      content: open-quote;
    }
    :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
      content: close-quote;
    }
    :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 800;
      font-size: 2.25em;
      margin-top: 0;
      margin-bottom: 0.8888889em;
      line-height: 1.1111111;
    }
    :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 900;
      color: inherit;
    }
    :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 700;
      font-size: 1.5em;
      margin-top: 2em;
      margin-bottom: 1em;
      line-height: 1.3333333;
    }
    :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 800;
      color: inherit;
    }
    :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      font-size: 1.25em;
      margin-top: 1.6em;
      margin-bottom: 0.6em;
      line-height: 1.6;
    }
    :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 700;
      color: inherit;
    }
    :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      margin-top: 1.5em;
      margin-bottom: 0.5em;
      line-height: 1.5;
    }
    :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 700;
      color: inherit;
    }
    :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      display: block;
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 500;
      font-family: inherit;
      color: var(--tw-prose-kbd);
      box-shadow: 0 0 0 1px var(--tw-prose-kbd-shadows), 0 3px 0 var(--tw-prose-kbd-shadows);
      font-size: 0.875em;
      border-radius: 0.3125rem;
      padding-top: 0.1875em;
      padding-inline-end: 0.375em;
      padding-bottom: 0.1875em;
      padding-inline-start: 0.375em;
    }
    :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-code);
      font-weight: 600;
      font-size: 0.875em;
    }
    :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
      content: "`";
    }
    :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
      content: "`";
    }
    :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
      font-size: 0.875em;
    }
    :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
      font-size: 0.9em;
    }
    :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-pre-code);
      background-color: var(--tw-prose-pre-bg);
      overflow-x: auto;
      font-weight: 400;
      font-size: 0.875em;
      line-height: 1.7142857;
      margin-top: 1.7142857em;
      margin-bottom: 1.7142857em;
      border-radius: 0.375rem;
      padding-top: 0.8571429em;
      padding-inline-end: 1.1428571em;
      padding-bottom: 0.8571429em;
      padding-inline-start: 1.1428571em;
    }
    :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      background-color: transparent;
      border-width: 0;
      border-radius: 0;
      padding: 0;
      font-weight: inherit;
      color: inherit;
      font-size: inherit;
      font-family: inherit;
      line-height: inherit;
    }
    :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
      content: none;
    }
    :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
      content: none;
    }
    :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      width: 100%;
      table-layout: auto;
      margin-top: 2em;
      margin-bottom: 2em;
      font-size: 0.875em;
      line-height: 1.7142857;
    }
    :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-bottom-width: 1px;
      border-bottom-color: var(--tw-prose-th-borders);
    }
    :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      vertical-align: bottom;
      padding-inline-end: 0.5714286em;
      padding-bottom: 0.5714286em;
      padding-inline-start: 0.5714286em;
    }
    :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-bottom-width: 1px;
      border-bottom-color: var(--tw-prose-td-borders);
    }
    :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-bottom-width: 0;
    }
    :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      vertical-align: baseline;
    }
    :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-top-width: 1px;
      border-top-color: var(--tw-prose-th-borders);
    }
    :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      vertical-align: top;
    }
    :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      text-align: start;
    }
    :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
      margin-bottom: 0;
    }
    :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-captions);
      font-size: 0.875em;
      line-height: 1.4285714;
      margin-top: 0.8571429em;
    }
    --tw-prose-body: oklch(37.3% 0.034 259.733);
    --tw-prose-headings: oklch(21% 0.034 264.665);
    --tw-prose-lead: oklch(44.6% 0.03 256.802);
    --tw-prose-links: oklch(21% 0.034 264.665);
    --tw-prose-bold: oklch(21% 0.034 264.665);
    --tw-prose-counters: oklch(55.1% 0.027 264.364);
    --tw-prose-bullets: oklch(87.2% 0.01 258.338);
    --tw-prose-hr: oklch(92.8% 0.006 264.531);
    --tw-prose-quotes: oklch(21% 0.034 264.665);
    --tw-prose-quote-borders: oklch(92.8% 0.006 264.531);
    --tw-prose-captions: oklch(55.1% 0.027 264.364);
    --tw-prose-kbd: oklch(21% 0.034 264.665);
    --tw-prose-kbd-shadows: color-mix(in oklab, oklch(21% 0.034 264.665) 10%, transparent);
    --tw-prose-code: oklch(21% 0.034 264.665);
    --tw-prose-pre-code: oklch(92.8% 0.006 264.531);
    --tw-prose-pre-bg: oklch(27.8% 0.033 256.848);
    --tw-prose-th-borders: oklch(87.2% 0.01 258.338);
    --tw-prose-td-borders: oklch(92.8% 0.006 264.531);
    --tw-prose-invert-body: oklch(87.2% 0.01 258.338);
    --tw-prose-invert-headings: #fff;
    --tw-prose-invert-lead: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-links: #fff;
    --tw-prose-invert-bold: #fff;
    --tw-prose-invert-counters: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-bullets: oklch(44.6% 0.03 256.802);
    --tw-prose-invert-hr: oklch(37.3% 0.034 259.733);
    --tw-prose-invert-quotes: oklch(96.7% 0.003 264.542);
    --tw-prose-invert-quote-borders: oklch(37.3% 0.034 259.733);
    --tw-prose-invert-captions: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-kbd: #fff;
    --tw-prose-invert-kbd-shadows: rgb(255 255 255 / 10%);
    --tw-prose-invert-code: #fff;
    --tw-prose-invert-pre-code: oklch(87.2% 0.01 258.338);
    --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
    --tw-prose-invert-th-borders: oklch(44.6% 0.03 256.802);
    --tw-prose-invert-td-borders: oklch(37.3% 0.034 259.733);
    font-size: 1rem;
    line-height: 1.75;
    :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
      margin-bottom: 0;
    }
    :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.5em;
      margin-bottom: 0.5em;
    }
    :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0.375em;
    }
    :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0.375em;
    }
    :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.75em;
      margin-bottom: 0.75em;
    }
    :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
    }
    :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-bottom: 1.25em;
    }
    :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
    }
    :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-bottom: 1.25em;
    }
    :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.75em;
      margin-bottom: 0.75em;
    }
    :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
      margin-bottom: 1.25em;
    }
    :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.5em;
      padding-inline-start: 1.625em;
    }
    :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0;
    }
    :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-end: 0;
    }
    :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-top: 0.5714286em;
      padding-inline-end: 0.5714286em;
      padding-bottom: 0.5714286em;
      padding-inline-start: 0.5714286em;
    }
    :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0;
    }
    :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-end: 0;
    }
    :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-bottom: 0;
    }
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .mt-12 {
    margin-top: calc(var(--spacing) * 12);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }
  .mb-12 {
    margin-bottom: calc(var(--spacing) * 12);
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline-flex {
    display: inline-flex;
  }
  .h-auto {
    height: auto;
  }
  .w-full {
    width: 100%;
  }
  .max-w-2xl {
    max-width: var(--container-2xl);
  }
  .max-w-3xl {
    max-width: var(--container-3xl);
  }
  .max-w-4xl {
    max-width: var(--container-4xl);
  }
  .max-w-md {
    max-width: var(--container-md);
  }
  .max-w-none {
    max-width: none;
  }
  .flex-1 {
    flex: 1;
  }
  .items-center {
    align-items: center;
  }
  .justify-between {
    justify-content: space-between;
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }
  .gap-12 {
    gap: calc(var(--spacing) * 12);
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }
  .py-16 {
    padding-block: calc(var(--spacing) * 16);
  }
  .py-24 {
    padding-block: calc(var(--spacing) * 24);
  }
  .pt-16 {
    padding-top: calc(var(--spacing) * 16);
  }
  .pb-8 {
    padding-bottom: calc(var(--spacing) * 8);
  }
  .pb-12 {
    padding-bottom: calc(var(--spacing) * 12);
  }
  .pb-16 {
    padding-bottom: calc(var(--spacing) * 16);
  }
  .text-center {
    text-align: center;
  }
  .text-right {
    text-align: right;
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  .text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .tracking-tight {
    --tw-tracking: var(--tracking-tight);
    letter-spacing: var(--tracking-tight);
  }
  .tracking-wider {
    --tw-tracking: var(--tracking-wider);
    letter-spacing: var(--tracking-wider);
  }
  .text-neutral {
    color: var(--color-neutral);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .not-italic {
    font-style: normal;
  }
  .no-underline {
    text-decoration-line: none;
  }
  .transition-colors {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .last\:border-b-0 {
    &:last-child {
      border-bottom-style: var(--tw-border-style);
      border-bottom-width: 0px;
    }
  }
  .hover\:text-primary {
    &:hover {
      @media (hover: hover) {
        color: var(--color-primary);
      }
    }
  }
  .hover\:underline {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: underline;
      }
    }
  }
  .md\:mx-0 {
    @media (width >= 48rem) {
      margin-inline: calc(var(--spacing) * 0);
    }
  }
  .md\:text-2xl {
    @media (width >= 48rem) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  .md\:text-3xl {
    @media (width >= 48rem) {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
  }
  .md\:text-4xl {
    @media (width >= 48rem) {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }
  .md\:text-5xl {
    @media (width >= 48rem) {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
  }
}
@keyframes mk-rise {
  from {
    opacity: 0;
    transform: translateY(28px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes mk-drift {
  from {
    transform: scale(1.06);
  }
  to {
    transform: scale(1);
  }
}
@layer base {
  :root {
    --gold-gradient: linear-gradient(105deg, #8a571f 0%, #c08a39 29%, #f0dc63 48%, #a66e2c 72%, #6f4219 100%);
    --line: rgba(166, 112, 46, 0.35);
    --max: 1240px;
  }
  *,	*::before,	*::after {
    box-sizing: border-box;
  }
  html {
    scroll-behavior: smooth;
    scroll-padding-top: 88px;
  }
  body.mk-site {
    margin: 0;
    background: var(--color-charcoal);
    color: var(--color-cream);
    font-family: var(--font-sans);
    font-size: 16px;
    font-weight: 300;
    line-height: 1.75;
    -webkit-font-smoothing: antialiased;
  }
  body.admin-bar .site-header {
    top: 32px;
  }
  img {
    display: block;
    max-width: 100%;
  }
  a {
    color: inherit;
  }
  button,	input,	textarea {
    font: inherit;
  }
  ::selection {
    background: var(--color-gold);
    color: var(--color-white);
  }
  [x-cloak] {
    display: none !important;
  }
  @media (max-width: 782px) {
    body.admin-bar .site-header {
      top: 46px;
    }
  }
}
@layer components {
  .container {
    width: min(calc(100% - 48px), var(--max));
    margin-inline: auto;
  }
  .section-pad {
    padding-block: clamp(90px, 10vw, 160px);
  }
  .sr-only,	.honeypot {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
  }
  .skip-link {
    position: fixed;
    z-index: 9999;
    top: 12px;
    left: 12px;
    padding: 10px 16px;
    background: var(--color-cream);
    color: var(--color-ink);
    transform: translateY(-150%);
    transition: transform .2s ease;
  }
  .skip-link:focus {
    transform: translateY(0);
  }
  .site-header {
    position: fixed;
    z-index: 100;
    inset: 0 0 auto;
    height: 88px;
    background: transparent;
    border-bottom: 1px solid transparent;
    transition: background-color .35s ease, border-color .35s ease, box-shadow .35s ease, backdrop-filter .35s ease;
  }
  .site-header.is-scrolled {
    background-color: rgba(20, 18, 18, .95);
    border-bottom-color: rgba(255, 255, 255, .10);
    box-shadow: 0 12px 36px rgba(0, 0, 0, .24);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(18px);
  }
  body.admin-bar .site-header {
    top: 32px;
  }
  @media (max-width: 782px) {
    body.admin-bar .site-header {
      top: 46px;
    }
  }
  .site-header__inner {
    width: min(calc(100% - 48px), var(--max));
    height: 100%;
    margin-inline: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
  }
  .brand {
    display: inline-flex;
    align-items: center;
    gap: 13px;
    color: var(--color-white);
    text-decoration: none;
    line-height: 1;
  }
  .brand__monogram,	.footer-brand__mark {
    font-family: var(--font-display);
    font-size: 2.4rem;
    font-weight: 500;
    letter-spacing: -.11em;
    background: var(--gold-gradient);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    padding-right: .14em;
  }
  .brand__logo {
    display: block;
    width: auto;
    height: 64px;
  }
  .brand__copy {
    display: none;
  }
  .brand__name {
    font-size: .74rem;
    font-weight: 500;
    letter-spacing: .48em;
    text-transform: uppercase;
    color: var(--color-cream);
  }
  .brand__byline {
    font-size: .53rem;
    letter-spacing: .14em;
    color: rgba(255, 255, 255, .55);
  }
  .desktop-nav {
    display: flex;
    align-items: center;
    gap: clamp(20px, 2.5vw, 40px);
  }
  .desktop-nav a {
    position: relative;
    font-size: .68rem;
    font-weight: 500;
    letter-spacing: .16em;
    text-decoration: none;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .76);
    transition: color .25s ease;
  }
  .desktop-nav a:not(.nav-cta)::after {
    position: absolute;
    content: "";
    right: 0;
    bottom: -8px;
    left: 0;
    height: 1px;
    background: var(--color-gold);
    transform: scaleX(0);
    transform-origin: right;
    transition: transform .25s ease;
  }
  .desktop-nav a:hover,	.desktop-nav a:focus-visible {
    color: var(--color-white);
  }
  .desktop-nav a:hover::after,	.desktop-nav a:focus-visible::after {
    transform: scaleX(1);
    transform-origin: left;
  }
  .nav-cta {
    padding: 11px 18px;
    border: 1px solid rgba(166, 112, 46, .8);
  }
  .nav-dropdown {
    position: relative;
  }
  .nav-dropdown__toggle {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 16px 0;
    border: 0;
    background: transparent;
    color: rgba(255, 255, 255, .76);
    font: inherit;
    font-size: .68rem;
    font-weight: 500;
    letter-spacing: .16em;
    text-transform: uppercase;
    cursor: pointer;
    transition: color .25s ease;
  }
  .nav-dropdown__toggle:hover,	.nav-dropdown__toggle:focus-visible {
    color: var(--color-white);
  }
  .nav-dropdown__toggle svg {
    width: 12px;
    height: 12px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    transition: transform .25s ease;
  }
  .nav-dropdown__toggle[aria-expanded="true"] svg {
    transform: rotate(180deg);
  }
  .nav-dropdown__menu {
    position: absolute;
    top: calc(100% + 10px);
    left: -22px;
    min-width: 235px;
    padding: 12px;
    border: 1px solid rgba(255, 255, 255, .1);
    background: var(--color-ink);
    box-shadow: 0 22px 48px rgba(0, 0, 0, .35);
  }
  .nav-dropdown__menu::before {
    position: absolute;
    content: "";
    inset: -11px 0 auto;
    height: 11px;
  }
  .desktop-nav .nav-dropdown__menu a {
    display: block;
    padding: 11px 12px;
    white-space: nowrap;
  }
  .desktop-nav .nav-dropdown__menu a::after {
    display: none;
  }
  .menu-toggle {
    display: none;
    width: 44px;
    height: 44px;
    border: 0;
    background: transparent;
    padding: 12px 8px;
  }
  .menu-toggle span:not(.sr-only) {
    display: block;
    width: 27px;
    height: 1px;
    margin: 6px 0;
    background: var(--color-cream);
  }
  .mobile-nav {
    position: absolute;
    inset: 88px 0 auto;
    display: none;
    padding: 30px 24px 38px;
    background: var(--color-ink);
    border-top: 1px solid rgba(255, 255, 255, .07);
    box-shadow: 0 25px 60px rgba(0, 0, 0, .35);
  }
  .mobile-nav a {
    padding: 13px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: .16em;
    font-size: .75rem;
  }
  .mobile-nav__label {
    padding: 13px 0 7px;
    color: var(--color-gold);
    font-size: .68rem;
    font-weight: 600;
    letter-spacing: .16em;
    text-transform: uppercase;
  }
  .mobile-nav .mobile-nav__sub {
    padding: 10px 0 10px 18px;
    color: rgba(255, 255, 255, .72);
    font-size: .68rem;
  }
  .hero {
    position: relative;
    min-height: min(920px, 100svh);
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    background: var(--color-ink);
  }
  .hero__image-wrap,	.hero__image,	.hero__shade,	.hero__grain {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
  }
  .hero__image {
    object-fit: cover;
    object-position: center 53%;
    animation: mk-drift 2.1s cubic-bezier(.2,.7,.2,1) both;
    filter: saturate(.78) contrast(1.05);
  }
  .hero__shade {
    background: linear-gradient(90deg, rgba(8, 8, 7, .98) 0%, rgba(14, 13, 12, .94) 24%, rgba(24, 21, 18, .68) 43%, rgba(22, 20, 18, .08) 68%),	linear-gradient(0deg, rgba(17, 16, 15, .68) 0%, transparent 42%);
  }
  .hero__grain {
    opacity: .15;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.92' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.24'/%3E%3C/svg%3E");
    mix-blend-mode: soft-light;
    pointer-events: none;
  }
  .hero__content {
    position: relative;
    z-index: 2;
    width: min(calc(100% - 48px), var(--max));
    margin: 0 auto;
    padding: 190px 0 clamp(100px, 13vh, 145px);
  }
  .eyebrow,	.section-kicker {
    margin: 0 0 24px;
    color: #c38b3f;
    font-size: .7rem;
    font-weight: 500;
    letter-spacing: .31em;
    line-height: 1.4;
    text-transform: uppercase;
  }
  .eyebrow {
    display: flex;
    align-items: center;
    gap: 16px;
    color: rgba(255, 255, 255, .72);
  }
  .eyebrow::before {
    content: "";
    width: 48px;
    height: 1px;
    background: var(--color-gold);
  }
  .hero__title {
    max-width: 870px;
    margin: 0;
    font-family: var(--font-display);
    font-size: clamp(3.5rem, 7.2vw, 7.1rem);
    font-weight: 400;
    letter-spacing: -.035em;
    line-height: .91;
    text-wrap: balance;
    color: var(--color-cream);
  }
  .hero__lead {
    max-width: 650px;
    margin: 32px 0 0;
    font-size: clamp(1rem, 1.5vw, 1.22rem);
    line-height: 1.75;
    color: rgba(255, 255, 255, .74);
  }
  .hero__actions {
    display: flex;
    align-items: center;
    gap: 34px;
    margin-top: 44px;
  }
  .reveal {
    opacity: 0;
    animation: mk-rise .75s cubic-bezier(.2,.7,.2,1) forwards;
  }
  .reveal--1 {
    animation-delay: .25s;
  }
  .reveal--2 {
    animation-delay: .4s;
  }
  .reveal--3 {
    animation-delay: .56s;
  }
  .reveal--4 {
    animation-delay: .72s;
  }
  .button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 13px 26px;
    border: 1px solid transparent;
    font-size: .7rem;
    font-weight: 600;
    letter-spacing: .16em;
    line-height: 1.3;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
    transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
  }
  .button:hover,	.button:focus-visible {
    transform: translateY(-2px);
  }
  .button--gold {
    background: var(--gold-gradient);
    color: var(--color-ink);
    box-shadow: 0 12px 36px rgba(166, 112, 46, .16);
  }
  .button--gold:hover,	.button--gold:focus-visible {
    box-shadow: 0 16px 45px rgba(201, 151, 68, .28);
  }
  .button--outline {
    border-color: var(--color-gold);
    color: var(--color-gold);
  }
  .button--outline:hover,	.button--outline:focus-visible {
    background: var(--color-gold);
    color: var(--color-ink);
  }
  .text-link {
    font-size: .7rem;
    font-weight: 500;
    letter-spacing: .13em;
    text-decoration: none;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .8);
  }
  .text-link span {
    display: inline-block;
    margin-left: 9px;
    color: var(--color-gold);
    transition: transform .2s ease;
  }
  .text-link:hover span {
    transform: translateY(4px);
  }
  .hero__credit,	.image-credit {
    position: absolute;
    z-index: 3;
    right: 24px;
    bottom: 20px;
    margin: 0;
    font-size: .53rem;
    letter-spacing: .08em;
    color: rgba(255, 255, 255, .42);
  }
  .hero__seal {
    position: absolute;
    z-index: 3;
    right: clamp(34px, 6vw, 90px);
    bottom: clamp(80px, 10vw, 130px);
    width: 120px;
    height: 120px;
    display: grid;
    place-content: center;
    text-align: center;
    border: 1px solid rgba(202, 157, 78, .42);
    border-radius: 50%;
    color: #d6ad61;
  }
  .hero__seal::before {
    content: "";
    position: absolute;
    inset: 8px;
    border: 1px solid rgba(202, 157, 78, .15);
    border-radius: inherit;
  }
  .hero__seal span {
    font-family: var(--font-display);
    font-size: 2.5rem;
    letter-spacing: -.1em;
    line-height: .8;
  }
  .hero__seal small {
    margin-top: 8px;
    font-size: .5rem;
    letter-spacing: .42em;
    text-transform: uppercase;
  }
  .intro {
    background: var(--color-cream);
    color: var(--color-ink);
  }
  .intro__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(60px, 10vw, 150px);
    align-items: start;
  }
  .display-title {
    margin: 0;
    font-family: var(--font-display);
    font-size: clamp(3.4rem, 6vw, 6.2rem);
    font-weight: 400;
    letter-spacing: -.035em;
    line-height: .95;
  }
  .display-title em {
    color: var(--color-gold);
    font-weight: 400;
  }
  .display-title--compact {
    font-size: clamp(3.1rem, 5vw, 5.1rem);
  }
  .intro__copy {
    padding-top: 38px;
    color: #514a45;
  }
  .lead-copy {
    margin-top: 0;
    font-family: var(--font-display);
    font-size: clamp(1.55rem, 2.6vw, 2.25rem);
    line-height: 1.28;
    color: var(--color-ink);
  }
  .signature-line {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-top: 46px;
    color: var(--color-gold);
    font-size: .64rem;
    letter-spacing: .2em;
    text-transform: uppercase;
  }
  .signature-line span {
    width: 56px;
    height: 1px;
    background: var(--color-gold);
  }
  .services {
    background: radial-gradient(circle at 85% 15%, rgba(166, 112, 46, .11), transparent 29%),	var(--color-charcoal);
  }
  .section-head {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(280px, .6fr);
    gap: 80px;
    align-items: end;
    margin-bottom: 72px;
  }
  .section-head > p {
    margin: 0 0 8px;
    color: rgba(255, 255, 255, .56);
  }
  .service-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-top: 1px solid rgba(255, 255, 255, .12);
    border-bottom: 1px solid rgba(255, 255, 255, .12);
  }
  .service-card {
    position: relative;
    min-height: 440px;
    padding: 48px 38px 42px;
    display: flex;
    flex-direction: column;
    border-right: 1px solid rgba(255, 255, 255, .12);
    transition: background .35s ease, transform .35s ease;
  }
  .service-card:last-child {
    border-right: 0;
  }
  .service-card:hover {
    background: rgba(255, 255, 255, .035);
    transform: translateY(-8px);
  }
  .service-card--featured {
    background: rgba(166, 112, 46, .09);
  }
  .service-card__number {
    position: absolute;
    top: 28px;
    right: 30px;
    font-size: .62rem;
    letter-spacing: .18em;
    color: rgba(255, 255, 255, .34);
  }
  .service-card svg,	.service-card__icon {
    width: 56px;
    height: 56px;
    margin-bottom: 54px;
    fill: none;
    stroke: var(--color-gold);
    stroke-width: 1.4;
    stroke-linecap: round;
    stroke-linejoin: round;
  }
  .service-card h3 {
    margin: 0 0 18px;
    font-family: var(--font-display);
    font-size: 2.2rem;
    font-weight: 400;
  }
  .service-card p {
    margin: 0;
    color: rgba(255, 255, 255, .56);
  }
  .service-card a {
    margin-top: auto;
    padding-top: 34px;
    font-size: .62rem;
    font-weight: 500;
    letter-spacing: .14em;
    text-decoration: none;
    text-transform: uppercase;
    color: var(--color-gold);
  }
  .craft {
    display: grid;
    grid-template-columns: 1.08fr .92fr;
    min-height: 820px;
    background: var(--color-cream);
    color: var(--color-ink);
  }
  .craft__image {
    position: relative;
    min-height: 680px;
    overflow: hidden;
  }
  .craft__image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(100deg, transparent 55%, rgba(20, 17, 15, .28));
  }
  .craft__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(.36) sepia(.12);
  }
  .craft__content {
    padding: clamp(70px, 8vw, 130px);
    align-self: center;
  }
  .craft__content > p:not(.section-kicker):not(.lead-copy) {
    color: #5d544d;
  }
  .quality-list {
    list-style: none;
    padding: 0;
    margin: 54px 0 0;
    border-top: 1px solid rgba(29, 29, 27, .17);
  }
  .quality-list li {
    display: grid;
    grid-template-columns: 48px 1fr;
    gap: 18px;
    padding: 19px 0;
    border-bottom: 1px solid rgba(29, 29, 27, .17);
  }
  .quality-list li > span {
    color: var(--color-gold);
    font-family: var(--font-display);
    font-size: 1.25rem;
  }
  .quality-list strong,	.quality-list small {
    display: block;
  }
  .quality-list strong {
    font-size: .76rem;
    letter-spacing: .1em;
    text-transform: uppercase;
  }
  .quality-list small {
    margin-top: 4px;
    color: #766d66;
  }
  .values {
    background: linear-gradient(rgba(29, 29, 27, .95), rgba(29, 29, 27, .95)),	repeating-linear-gradient(90deg, transparent 0, transparent 89px, rgba(255,255,255,.04) 90px);
    text-align: center;
  }
  .section-kicker--center {
    text-align: center;
  }
  .values__statement {
    position: relative;
    width: min(900px, 100%);
    margin: 0 auto 80px;
  }
  .quote-mark {
    position: absolute;
    top: -60px;
    left: 0;
    font-family: var(--font-display);
    font-size: 9rem;
    line-height: 1;
    color: rgba(166, 112, 46, .17);
  }
  .values__statement p {
    position: relative;
    margin: 0;
    font-family: var(--font-display);
    font-size: clamp(2.8rem, 5.3vw, 5.3rem);
    line-height: 1.08;
  }
  .values__statement em {
    font-weight: 400;
    color: var(--color-gold);
  }
  .values__rail {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: clamp(14px, 3vw, 44px);
    padding-top: 28px;
    border-top: 1px solid rgba(255, 255, 255, .12);
    font-size: .63rem;
    letter-spacing: .19em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .58);
  }
  .values__rail i {
    width: 4px;
    height: 4px;
    background: var(--color-gold);
    border-radius: 50%;
  }
  .projects {
    background: var(--color-cream);
    color: var(--color-ink);
  }
  .projects__head {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr);
    gap: clamp(50px, 9vw, 140px);
    align-items: end;
    margin-bottom: 70px;
  }
  .projects__intro {
    padding-bottom: 8px;
  }
  .projects__intro > p {
    margin: 0 0 28px;
    color: #514a45;
  }
  .projects__all {
    color: var(--color-ink);
  }
  .projects__grid {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: clamp(28px, 4vw, 56px) clamp(24px, 3vw, 42px);
  }
  .project-card {
    grid-column: span 5;
    margin: 0;
  }
  .project-card--lead,	.project-card--wide {
    grid-column: span 7;
  }
  .project-card__image {
    position: relative;
    height: clamp(360px, 40vw, 520px);
    overflow: hidden;
    background: #ddd4c8;
  }
  .project-card--portrait .project-card__image {
    height: clamp(360px, 40vw, 520px);
  }
  .project-card__image {
    height: clamp(360px, 40vw, 520px) !important;
    aspect-ratio: auto;
  }
  .project-card--portrait .project-card__image {
    aspect-ratio: auto;
  }
  .project-card--bad .project-card__image img {
    object-position: center 48%;
  }
  .project-card--treppe .project-card__image img {
    object-position: center 52%;
  }
  .project-card__image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 65%, rgba(20, 18, 17, .13));
    pointer-events: none;
  }
  .project-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .8s cubic-bezier(.2,.7,.2,1), filter .5s ease;
  }
  .project-card:hover .project-card__image img {
    transform: scale(1.035);
    filter: saturate(1.04);
  }
  .project-card__meta {
    padding-top: 20px;
    border-top: 1px solid rgba(29, 29, 27, .14);
  }
  .project-card__meta p {
    margin: 0 0 8px;
    color: var(--color-gold-deep);
    font-size: .62rem;
    font-weight: 600;
    letter-spacing: .18em;
    text-transform: uppercase;
  }
  .project-card__meta h3 {
    margin: 0;
    font-family: var(--font-display);
    font-size: clamp(1.7rem, 2.5vw, 2.35rem);
    font-weight: 400;
    line-height: 1.12;
  }
  .process {
    background: var(--color-anthracite);
  }
  .process__grid {
    display: grid;
    grid-template-columns: .85fr 1.15fr;
    gap: clamp(80px, 12vw, 180px);
  }
  .process__sticky {
    align-self: start;
    position: sticky;
    top: 140px;
  }
  .process__sticky > p:last-child {
    max-width: 430px;
    color: rgba(255, 255, 255, .56);
  }
  .process__steps {
    list-style: none;
    padding: 0;
    margin: 0;
    counter-reset: step;
  }
  .process__steps li {
    display: grid;
    grid-template-columns: 64px 1fr;
    gap: 30px;
    padding: 34px 0 42px;
    border-top: 1px solid rgba(255, 255, 255, .12);
  }
  .process__steps li:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, .12);
  }
  .process__steps li > span {
    font-family: var(--font-display);
    font-size: 1.6rem;
    color: var(--color-gold);
  }
  .process__steps h3 {
    margin: 0 0 10px;
    font-family: var(--font-display);
    font-size: 2rem;
    font-weight: 400;
  }
  .process__steps p {
    margin: 0;
    color: rgba(255, 255, 255, .55);
  }
  .showcase {
    display: grid;
    grid-template-columns: .8fr 1.2fr;
    min-height: 720px;
    background: var(--color-cream);
    color: var(--color-ink);
  }
  .showcase__copy {
    padding: clamp(70px, 8vw, 130px);
    align-self: center;
  }
  .showcase__copy > p:not(.section-kicker) {
    margin: 30px 0 42px;
    color: #60574f;
  }
  .showcase__image {
    position: relative;
    min-height: 600px;
    overflow: hidden;
  }
  @keyframes showcase-zoom {
    0% {
      transform: scale(1);
    }
    100% {
      transform: scale(1.075);
    }
  }
  .showcase__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform-origin: center center;
    will-change: transform;
    animation: showcase-zoom 14s ease-in-out infinite alternate;
  }
  @media (prefers-reduced-motion: reduce) {
    .showcase__image img {
      animation: none;
    }
  }
  .testimonials {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(166, 112, 46, .07), transparent 38%),	#f3eee5;
    color: var(--color-ink);
  }
  .testimonials::before {
    content: none;
    position: absolute;
    top: -95px;
    right: 4vw;
    font-family: var(--font-display);
    font-size: clamp(15rem, 28vw, 34rem);
    line-height: 1;
    color: rgba(166, 112, 46, .055);
    pointer-events: none;
  }
  .testimonials__head {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1.05fr .75fr;
    align-items: end;
    gap: clamp(45px, 9vw, 130px);
    margin-bottom: clamp(55px, 7vw, 90px);
  }
  .testimonials__head > p {
    max-width: 520px;
    margin: 0 0 8px;
    color: #665d54;
  }
  .testimonials__grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-top: 1px solid rgba(31, 28, 27, .16);
    border-bottom: 1px solid rgba(31, 28, 27, .16);
  }
  .testimonial-card {
    display: flex;
    flex-direction: column;
    min-width: 0;
    margin: 0;
    padding: clamp(34px, 4vw, 58px);
    border-right: 1px solid rgba(31, 28, 27, .16);
  }
  .testimonial-card:last-child {
    border-right: 0;
  }
  .testimonial-card__rating {
    margin-bottom: 30px;
    font-size: .78rem;
    letter-spacing: .25em;
    color: var(--color-gold);
  }
  .testimonial-card blockquote {
    margin: 0 0 44px;
  }
  .testimonial-card blockquote p {
    margin: 0;
    font-family: var(--font-display);
    font-size: clamp(1.45rem, 2vw, 2.05rem);
    line-height: 1.28;
    color: var(--color-ink);
  }
  .testimonial-card figcaption {
    display: grid;
    gap: 7px;
    margin-top: auto;
    padding-top: 24px;
    border-top: 1px solid rgba(31, 28, 27, .12);
  }
  .testimonial-card figcaption strong {
    font-size: .78rem;
    font-weight: 600;
    letter-spacing: .08em;
    text-transform: uppercase;
  }
  .testimonial-card figcaption span {
    font-size: .7rem;
    line-height: 1.5;
    color: #766c62;
  }
  .testimonials__source {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: flex-end;
    margin-top: 34px;
  }
  .testimonials__source .text-link {
    color: var(--color-ink);
  }
  @media (max-width: 980px) {
    .testimonials__head {
      grid-template-columns: 1fr;
      gap: 30px;
    }
    .testimonials__grid {
      grid-template-columns: 1fr;
    }
    .testimonial-card {
      border-right: 0;
      border-bottom: 1px solid rgba(31, 28, 27, .16);
    }
    .testimonial-card:last-child {
      border-bottom: 0;
    }
  }
  @media (max-width: 640px) {
    .testimonial-card {
      padding: 34px 0;
    }
    .testimonial-card blockquote {
      margin-bottom: 32px;
    }
    .testimonials__source {
      justify-content: flex-start;
    }
  }
  .contact {
    background: radial-gradient(circle at 8% 92%, rgba(166, 112, 46, .13), transparent 30%),	var(--color-charcoal);
  }
  .contact__grid {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: clamp(70px, 11vw, 160px);
  }
  .contact__intro > p:last-child {
    max-width: 480px;
    color: rgba(255, 255, 255, .57);
  }
  .contact-form {
    display: grid;
    gap: 25px;
  }
  .contact-form label {
    display: grid;
    gap: 9px;
  }
  .contact-form label span {
    font-size: .62rem;
    font-weight: 500;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .6);
  }
  .contact-form input,	.contact-form textarea {
    width: 100%;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .22);
    border-radius: 0;
    padding: 12px 0 14px;
    background: transparent;
    color: var(--color-white);
    outline: 0;
    transition: border-color .2s ease;
  }
  .contact-form input:focus,	.contact-form textarea:focus {
    border-color: var(--color-gold);
  }
  .contact-form textarea {
    resize: vertical;
  }
  .contact-form .button {
    justify-self: start;
    margin-top: 12px;
  }
  .form-privacy {
    margin: -7px 0 0;
    font-size: .67rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, .39);
  }
  .form-notice {
    padding: 15px 18px;
    border: 1px solid;
    font-size: .78rem;
  }
  .form-notice--success {
    border-color: rgba(125, 174, 110, .45);
    color: #b7d4ad;
  }
  .form-notice--error {
    border-color: rgba(211, 111, 91, .45);
    color: #e3a496;
  }
  .site-footer {
    background: #171616;
    border-top: 1px solid rgba(255, 255, 255, .08);
  }
  .site-footer__inner {
    width: min(calc(100% - 48px), var(--max));
    margin-inline: auto;
    padding: 76px 0 34px;
    display: grid;
    grid-template-columns: minmax(260px, 1.5fr) repeat(3, minmax(140px, 1fr));
    align-items: start;
    gap: clamp(34px, 5vw, 74px);
  }
  .footer-brand {
    display: grid;
    align-content: start;
    gap: 24px;
  }
  .footer-brand__logo {
    display: block;
    width: min(100%, 120px);
    height: auto;
  }
  .footer-claim {
    margin: 0;
    font-family: var(--font-display);
    font-size: clamp(1.35rem, 2vw, 1.8rem);
    color: var(--color-gold);
  }
  .footer-column {
    display: grid;
    align-content: start;
    gap: 12px;
  }
  .footer-column h2 {
    margin: 0 0 10px;
    color: var(--color-gold);
    font-family: var(--font-body);
    font-size: .64rem;
    font-weight: 600;
    letter-spacing: .18em;
    text-transform: uppercase;
  }
  .footer-column a {
    width: fit-content;
    color: rgba(255, 255, 255, .66);
    font-size: .72rem;
    letter-spacing: .04em;
    text-decoration: none;
    transition: color .2s ease;
  }
  .footer-column a:hover,	.footer-column a:focus-visible {
    color: var(--color-white);
  }
  .footer-contact address {
    display: grid;
    gap: 5px;
    margin: 0 0 7px;
    color: rgba(255, 255, 255, .66);
    font-size: .72rem;
    font-style: normal;
    line-height: 1.55;
  }
  .footer-contact address strong {
    color: var(--color-white);
    font-weight: 500;
  }
  .footer-contact > span {
    color: rgba(255, 255, 255, .52);
    font-size: .72rem;
  }
  .footer-legal-data {
    grid-column: 1 / -1;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 24px;
    color: rgba(255, 255, 255, .4);
    font-size: .6rem;
    letter-spacing: .07em;
  }
  .footer-meta {
    grid-column: 1 / -1;
    display: flex;
    justify-content: space-between;
    gap: 22px;
    padding-top: 26px;
    border-top: 1px solid rgba(255, 255, 255, .08);
    font-size: .58rem;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .36);
  }
  .footer-meta div {
    display: flex;
    gap: 22px;
  }
  .footer-meta a {
    text-decoration: none;
  }
  .content-from-editor {
    width: min(calc(100% - 48px), 760px);
    margin: 0 auto;
    padding: 80px 0;
  }
  .section-head > p,	.service-card p,	.process__sticky > p:last-child,	.contact__intro > p:last-child {
    color: rgba(255, 255, 255, .72);
  }
  .process__steps p {
    color: rgba(255, 255, 255, .70);
  }
  .contact-form label span {
    color: rgba(255, 255, 255, .78);
  }
  .contact-form input::placeholder,	.contact-form textarea::placeholder {
    color: rgba(255, 255, 255, .52);
    opacity: 1;
  }
  .form-privacy {
    color: rgba(255, 255, 255, .60);
  }
  .footer-column a,	.footer-contact address {
    color: rgba(255, 255, 255, .76);
  }
  .footer-contact > span {
    color: rgba(255, 255, 255, .68);
  }
  .footer-legal-data {
    color: rgba(255, 255, 255, .58);
  }
  .footer-meta {
    color: rgba(255, 255, 255, .55);
  }
  @media (max-width: 980px) {
    .desktop-nav {
      display: none;
    }
    .menu-toggle {
      display: block;
    }
    .mobile-nav {
      display: grid;
    }
    .hero__seal {
      display: none;
    }
    .intro__grid,	.section-head,	.process__grid,	.contact__grid {
      grid-template-columns: 1fr;
      gap: 55px;
    }
    .intro__copy {
      padding-top: 0;
    }
    .projects__head {
      grid-template-columns: 1fr;
      gap: 42px;
    }
    .section-head {
      margin-bottom: 50px;
    }
    .section-head > p {
      max-width: 620px;
    }
    .craft,	.showcase {
      grid-template-columns: 1fr;
    }
    .craft__image,	.showcase__image {
      min-height: 560px;
    }
    .process__sticky {
      position: static;
    }
    .service-card {
      padding-inline: 28px;
    }
    .site-footer__inner {
      grid-template-columns: 1fr;
      gap: 25px;
    }
    .footer-claim {
      margin: 0;
    }
  }
  @media (max-width: 720px) {
    .container,	.site-header__inner,	.hero__content,	.site-footer__inner {
      width: 100%;
      max-width: var(--max);
      padding-inline: 24px;
      margin-inline: auto;
    }
    .site-header {
      height: 76px;
    }
    .mobile-nav {
      inset-block-start: 76px;
    }
    .brand__logo {
      height: 50px;
    }
    .section-pad {
      padding-block: 82px;
    }
    .projects__head {
      gap: 34px;
      margin-bottom: 48px;
    }
    .projects__grid {
      grid-template-columns: 1fr;
      gap: 46px;
    }
    .project-card,	.project-card--lead,	.project-card--wide {
      grid-column: 1;
    }
    .project-card__image,	.project-card--portrait .project-card__image {
      height: min(118vw, 520px);
    }
    .hero {
      min-height: 760px;
    }
    .hero__content {
      padding-bottom: 82px;
    }
    .hero__image {
      object-position: 66% center;
    }
    .hero__shade {
      background: linear-gradient(90deg, rgba(10, 9, 8, .92) 0%, rgba(18, 16, 14, .68) 58%, rgba(24, 22, 20, .22) 100%),	linear-gradient(0deg, rgba(10, 9, 8, .94) 0%, rgba(15, 13, 12, .52) 54%, rgba(17, 16, 15, .16) 100%);
    }
    .hero__title {
      font-size: clamp(3rem, 13vw, 4.6rem);
    }
    .hero__lead {
      font-size: .96rem;
    }
    .hero__actions {
      align-items: flex-start;
      flex-direction: column;
      gap: 22px;
    }
    .hero__credit {
      display: none;
    }
    .display-title,	.display-title--compact {
      font-size: clamp(2.8rem, 13vw, 4rem);
    }
    .service-grid {
      grid-template-columns: 1fr;
      border-bottom: 0;
    }
    .service-card {
      min-height: 380px;
      border-right: 0;
      border-bottom: 1px solid rgba(255, 255, 255, .12);
    }
    .craft__image,	.showcase__image {
      min-height: 420px;
    }
    .craft__content,	.showcase__copy {
      padding: 76px 24px;
    }
    .values__statement {
      margin-bottom: 55px;
    }
    .values__rail {
      flex-wrap: wrap;
      line-height: 2;
    }
    .process__steps li {
      grid-template-columns: 42px 1fr;
      gap: 16px;
    }
    .contact__grid {
      gap: 45px;
    }
    .footer-meta {
      flex-wrap: wrap;
    }
  }
  @media (prefers-reduced-motion: reduce) {
    *,	*::before,	*::after {
      scroll-behavior: auto !important;
      animation-duration: .01ms !important;
      animation-iteration-count: 1 !important;
      transition-duration: .01ms !important;
    }
  }
}
.contact .contact-form input:not([type="hidden"]), .contact .contact-form textarea {
  width: 100% !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(255, 255, 255, .22) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  padding: 12px 0 14px !important;
  background: transparent !important;
  color: #ffffff !important;
}
.contact .contact-form input:focus, .contact .contact-form textarea:focus {
  border-bottom-color: #a6702e !important;
  outline: 0 !important;
}
.contact .contact-form textarea::placeholder {
  color: rgba(255, 255, 255, .34) !important;
}
@media (max-width: 720px) {
  html,	body.mk-site {
    overflow-x: clip;
  }
  body.mk-site .container,	body.mk-site .site-header__inner,	body.mk-site .hero__content,	body.mk-site .site-footer__inner {
    width: 100%;
    max-width: var(--max);
    padding-inline: 24px;
    margin-inline: auto;
  }
  body.mk-site .intro__grid,	body.mk-site .section-head,	body.mk-site .projects__head,	body.mk-site .process__grid,	body.mk-site .contact__grid,	body.mk-site .service-card,	body.mk-site .project-card,	body.mk-site .process__steps li {
    min-width: 0;
  }
  body.mk-site .display-title,	body.mk-site .lead-copy,	body.mk-site .section-head > p,	body.mk-site .project-card h3,	body.mk-site .process__steps p,	body.mk-site .contact__intro > p {
    overflow-wrap: break-word;
  }
}
.services-page {
  background: var(--color-cream);
  color: var(--color-ink);
}
.services-hero {
  padding: clamp(150px, 18vw, 250px) 0 clamp(85px, 10vw, 145px);
  background: var(--color-charcoal);
  color: #fff;
}
.services-hero__inner {
  max-width: 1180px;
}
.services-hero h1 {
  max-width: 980px;
  margin: 24px 0 38px;
  font-family: var(--font-display);
  font-size: clamp(3.5rem, 7.7vw, 8rem);
  font-weight: 400;
  line-height: .92;
  letter-spacing: -.045em;
}
.services-hero__lead {
  max-width: 720px;
  margin: 0 0 0 auto;
  color: rgba(255,255,255,.62);
  font-size: clamp(1.05rem,1.5vw,1.3rem);
  line-height: 1.8;
}
.services-overview__head {
  display: grid;
  grid-template-columns: .65fr 1.35fr;
  gap: 60px;
  align-items: start;
  margin-bottom: clamp(70px,10vw,140px);
}
.services-list {
  display: grid;
  gap: clamp(90px,12vw,170px);
}
.services-feature {
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  gap: clamp(45px,8vw,120px);
  align-items: center;
}
.services-feature--reverse {
  grid-template-columns: .75fr 1.25fr;
}
.services-feature--reverse .services-feature__image {
  order: 2;
}
.services-feature--reverse .services-feature__copy {
  order: 1;
}
.services-feature__image {
  display: block;
  height: clamp(440px,55vw,720px);
  overflow: hidden;
  background: #d8d0c6;
}
.services-feature__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1.1s cubic-bezier(.2,.7,.2,1);
}
.services-feature__image:hover img {
  transform: scale(1.045);
}
.services-feature__copy > span {
  display: block;
  margin-bottom: 25px;
  color: var(--color-gold);
  font-size: .72rem;
  letter-spacing: .2em;
}
.services-feature__copy h3 {
  margin: 0 0 28px;
  font-family: var(--font-display);
  font-size: clamp(2.8rem,5vw,5.2rem);
  font-weight: 400;
  line-height: .95;
  letter-spacing: -.035em;
}
.services-feature__copy p {
  margin: 0 0 35px;
  color: #60574f;
  font-size: 1.05rem;
  line-height: 1.8;
}
.services-feature__link {
  display: inline-flex;
  gap: 20px;
  align-items: center;
  padding-bottom: 9px;
  border-bottom: 1px solid rgba(166,112,46,.5);
  color: var(--color-ink);
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.services-feature__link span {
  color: var(--color-gold);
  transition: transform .3s ease;
}
.services-feature__link:hover span {
  transform: translateX(6px);
}
.services-process {
  padding: clamp(90px,12vw,170px) 0;
  background: #171615;
  color: #fff;
}
.services-process__grid {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: clamp(70px,10vw,150px);
}
.services-process ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.services-process li {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 25px;
  padding: 32px 0;
  border-top: 1px solid rgba(255,255,255,.14);
}
.services-process li:last-child {
  border-bottom: 1px solid rgba(255,255,255,.14);
}
.services-process li > span {
  color: var(--color-gold);
  font-family: var(--font-display);
  font-size: 1.5rem;
}
.services-process h3 {
  margin: 0 0 8px;
  font-family: var(--font-display);
  font-size: 1.8rem;
  font-weight: 400;
}
.services-process li p {
  margin: 0;
  color: rgba(255,255,255,.55);
}
.services-cta {
  padding: clamp(100px,14vw,190px) 0;
  text-align: center;
}
.services-cta__inner {
  max-width: 920px;
}
.services-cta h2 {
  margin: 22px auto 28px;
  font-family: var(--font-display);
  font-size: clamp(3rem,6vw,6rem);
  font-weight: 400;
  line-height: .98;
  letter-spacing: -.04em;
}
.services-cta p:not(.section-kicker) {
  margin: 0 auto 42px;
  color: #60574f;
}
@media (max-width: 900px) {
  .services-overview__head, .services-feature, .services-feature--reverse, .services-process__grid {
    grid-template-columns: 1fr;
  }
  .services-feature--reverse .services-feature__image, .services-feature--reverse .services-feature__copy {
    order: initial;
  }
  .services-feature__image {
    height: min(120vw,620px);
  }
  .services-hero__lead {
    margin-left: 0;
  }
}
@media (max-width: 720px) {
  .services-hero {
    padding-top: 125px;
  }
  .services-hero h1 {
    font-size: clamp(3rem,14vw,4.7rem);
  }
  .services-overview__head {
    gap: 25px;
  }
  .services-feature__copy h3 {
    font-size: clamp(2.7rem,13vw,4rem);
  }
  .services-process li {
    grid-template-columns: 48px 1fr;
  }
}
.project-card--case {
  grid-column: 1 / -1;
}
.project-card--case .project-card__image {
  height: min(68vw,820px);
}
.project-card--case .project-card__meta {
  max-width: 760px;
}
.project-card--case .text-link {
  display: inline-block;
  margin-top: 18px;
}
.case-page {
  background: var(--color-cream);
  color: var(--color-ink);
}
.case-hero {
  position: relative;
  min-height: min(930px,100vh);
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  color: #fff;
}
.case-hero__image, .case-hero__overlay {
  position: absolute;
  inset: 0;
}
.case-hero__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: showcase-zoom 18s ease-in-out infinite alternate;
}
.case-hero__overlay {
  background: linear-gradient(90deg,rgba(12,11,10,.88) 0%,rgba(12,11,10,.52) 43%,rgba(12,11,10,.08) 75%),linear-gradient(0deg,rgba(12,11,10,.6),transparent 55%);
}
.case-hero__content {
  position: relative;
  z-index: 1;
  padding-bottom: clamp(75px,9vw,130px);
}
.case-hero h1 {
  max-width: 950px;
  margin: 24px 0 30px;
  font-family: var(--font-display);
  font-size: clamp(4rem,8vw,8.3rem);
  font-weight: 400;
  line-height: .88;
  letter-spacing: -.05em;
}
.case-hero__content > p:last-child {
  max-width: 620px;
  margin: 0;
  color: rgba(255,255,255,.72);
  font-size: 1.1rem;
  line-height: 1.75;
}
.case-intro__grid, .case-challenge__grid {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: clamp(60px,10vw,150px);
}
.case-intro__text .lead-copy {
  margin: 0 0 28px;
}
.case-intro__text > p:last-child {
  color: #60574f;
  line-height: 1.85;
}
.case-facts {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  margin-top: clamp(70px,9vw,120px);
  border-top: 1px solid rgba(34,31,28,.18);
  border-bottom: 1px solid rgba(34,31,28,.18);
}
.case-facts div {
  padding: 30px clamp(20px,4vw,55px);
  border-right: 1px solid rgba(34,31,28,.14);
}
.case-facts div:last-child {
  border-right: 0;
}
.case-facts span, .case-facts strong {
  display: block;
}
.case-facts span {
  margin-bottom: 10px;
  color: var(--color-gold);
  font-size: .68rem;
  letter-spacing: .17em;
  text-transform: uppercase;
}
.case-facts strong {
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 400;
}
.case-gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  padding: 12px;
  background: #171615;
}
.case-gallery figure {
  height: 62vw;
  max-height: 780px;
  margin: 0;
  overflow: hidden;
}
.case-gallery__wide {
  grid-column: 1 / -1;
  height: 68vw !important;
  max-height: 900px !important;
}
.case-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1.2s ease;
}
.case-gallery figure:hover img {
  transform: scale(1.035);
}
.case-challenge {
  background: #171615;
  color: #fff;
}
.case-challenge__points article {
  display: grid;
  grid-template-columns: 55px 1fr;
  column-gap: 20px;
  padding: 32px 0;
  border-top: 1px solid rgba(255,255,255,.14);
}
.case-challenge__points article:last-child {
  border-bottom: 1px solid rgba(255,255,255,.14);
}
.case-challenge__points span {
  grid-row: 1 / 3;
  color: var(--color-gold);
  font-family: var(--font-display);
  font-size: 1.5rem;
}
.case-challenge__points h3 {
  margin: 0 0 9px;
  font-family: var(--font-display);
  font-size: 1.8rem;
  font-weight: 400;
}
.case-challenge__points p {
  margin: 0;
  color: rgba(255,255,255,.56);
  line-height: 1.7;
}
.case-result {
  padding: clamp(100px,14vw,190px) 0;
}
.case-result__inner {
  max-width: 980px;
}
.case-result h2 {
  margin: 22px 0 32px;
  font-family: var(--font-display);
  font-size: clamp(3.5rem,7vw,7rem);
  font-weight: 400;
  line-height: .93;
  letter-spacing: -.045em;
}
.case-result p:not(.section-kicker) {
  max-width: 760px;
  color: #60574f;
  font-size: 1.08rem;
  line-height: 1.85;
}
.case-result .text-link {
  display: inline-block;
  margin-top: 25px;
}
@media (max-width: 800px) {
  .case-intro__grid, .case-challenge__grid, .case-facts {
    grid-template-columns: 1fr;
  }
  .case-facts div {
    border-right: 0;
    border-bottom: 1px solid rgba(34,31,28,.14);
  }
  .case-facts div:last-child {
    border-bottom: 0;
  }
  .case-gallery {
    grid-template-columns: 1fr;
  }
  .case-gallery figure, .case-gallery__wide {
    grid-column: auto;
    height: 115vw !important;
  }
  .case-hero h1 {
    font-size: clamp(3.6rem,15vw,5.8rem);
  }
  .case-hero__overlay {
    background: linear-gradient(90deg,rgba(12,11,10,.82),rgba(12,11,10,.22)),linear-gradient(0deg,rgba(12,11,10,.75),transparent 65%);
  }
}
.detail-page {
  background: var(--color-cream);
  color: var(--color-ink);
}
.detail-hero {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  min-height: min(920px,100vh);
  background: var(--color-charcoal);
  color: #fff;
}
.detail-hero__copy {
  align-self: center;
  padding: clamp(145px,12vw,210px) clamp(45px,7vw,120px) 90px max(24px,calc((100vw - var(--max))/2));
}
.detail-hero__copy h1 {
  margin: 26px 0 35px;
  font-family: var(--font-display);
  font-size: clamp(3.8rem,6.7vw,7.2rem);
  font-weight: 400;
  line-height: .92;
  letter-spacing: -.045em;
}
.detail-hero__copy > p:not(.section-kicker) {
  max-width: 590px;
  margin: 0 0 40px;
  color: rgba(255,255,255,.62);
  font-size: 1.08rem;
  line-height: 1.8;
}
.detail-hero__image {
  min-height: 650px;
  overflow: hidden;
}
.detail-hero__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: showcase-zoom 16s ease-in-out infinite alternate;
}
.detail-intro__grid {
  display: grid;
  grid-template-columns: .55fr 1.45fr;
  gap: clamp(55px,10vw,150px);
}
.detail-intro__grid .lead-copy {
  max-width: 820px;
  margin: 38px 0 24px;
}
.detail-intro__grid > div > p:last-child {
  max-width: 760px;
  color: #60574f;
  line-height: 1.85;
}
.detail-benefits {
  padding: 0 0 clamp(90px,12vw,170px);
}
.detail-benefits__grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
}
.detail-benefits article {
  padding: 45px clamp(25px,4vw,60px);
  border-top: 1px solid rgba(34,31,28,.18);
  border-right: 1px solid rgba(34,31,28,.14);
}
.detail-benefits article:last-child {
  border-right: 0;
}
.detail-benefits article > span {
  color: var(--color-gold);
  font-size: .7rem;
  letter-spacing: .2em;
}
.detail-benefits h3 {
  margin: 35px 0 18px;
  font-family: var(--font-display);
  font-size: clamp(2rem,3vw,3.2rem);
  font-weight: 400;
  line-height: 1;
}
.detail-benefits p {
  margin: 0;
  color: #60574f;
  line-height: 1.75;
}
.detail-showcase {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  min-height: 760px;
  background: #e8e0d5;
}
.detail-showcase__image {
  overflow: hidden;
}
.detail-showcase__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1.2s ease;
}
.detail-showcase__image:hover img {
  transform: scale(1.04);
}
.detail-showcase__copy {
  align-self: center;
  padding: clamp(70px,8vw,130px);
}
.detail-showcase__copy h2 {
  margin: 25px 0 35px;
}
.detail-showcase__copy > p:not(.section-kicker) {
  color: #60574f;
  line-height: 1.8;
}
.detail-showcase__copy ul {
  margin: 35px 0 0;
  padding: 0;
  list-style: none;
}
.detail-showcase__copy li {
  padding: 15px 0;
  border-top: 1px solid rgba(34,31,28,.17);
}
.detail-showcase__copy li:last-child {
  border-bottom: 1px solid rgba(34,31,28,.17);
}
.detail-gallery {
  background: #f4eee5;
  overflow: hidden;
}
.detail-gallery--dark {
  background: #171615;
  color: #fff;
}
.detail-gallery__head {
  display: grid;
  grid-template-columns: .55fr 1.05fr .8fr;
  align-items: end;
  gap: clamp(35px,6vw,90px);
  margin-bottom: clamp(55px,8vw,100px);
}
.detail-gallery__head h2, .detail-gallery__head p {
  margin: 0;
}
.detail-gallery__head > p:last-child {
  color: #60574f;
  line-height: 1.8;
}
.detail-gallery--dark .detail-gallery__head > p:last-child {
  color: rgba(255,255,255,.58);
}
.detail-gallery__grid {
  display: grid;
  grid-template-columns: repeat(12,minmax(0,1fr));
  gap: clamp(12px,1.5vw,24px);
}
.detail-gallery__item {
  position: relative;
  min-height: 340px;
  margin: 0;
  overflow: hidden;
  background: #d8d0c5;
}
.detail-gallery__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1.1s cubic-bezier(.2,.75,.25,1), filter .5s ease;
}
.detail-gallery__item:hover img {
  transform: scale(1.035);
}
.detail-gallery__grid--five .detail-gallery__item:nth-child(1) {
  grid-column: span 7;
  min-height: 560px;
}
.detail-gallery__grid--five .detail-gallery__item:nth-child(2) {
  grid-column: span 5;
  min-height: 560px;
}
.detail-gallery__grid--five .detail-gallery__item:nth-child(n+3) {
  grid-column: span 4;
  min-height: 380px;
}
.detail-gallery__grid--four .detail-gallery__item {
  grid-column: span 6;
  min-height: 540px;
}
.detail-gallery__grid--seven .detail-gallery__item:nth-child(1), .detail-gallery__grid--seven .detail-gallery__item:nth-child(4) {
  grid-column: span 7;
  min-height: 560px;
}
.detail-gallery__grid--seven .detail-gallery__item:nth-child(2), .detail-gallery__grid--seven .detail-gallery__item:nth-child(3) {
  grid-column: span 5;
  min-height: 560px;
}
.detail-gallery__grid--seven .detail-gallery__item:nth-child(5), .detail-gallery__grid--seven .detail-gallery__item:nth-child(6), .detail-gallery__grid--seven .detail-gallery__item:nth-child(7) {
  grid-column: span 4;
  min-height: 430px;
}
.detail-process {
  background: #171615;
  color: #fff;
}
.detail-process__head {
  display: grid;
  grid-template-columns: .6fr 1.4fr;
  gap: 50px;
  margin-bottom: 80px;
}
.detail-process__steps {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  margin: 0;
  padding: 0;
  list-style: none;
}
.detail-process__steps li {
  padding: 35px clamp(22px,3vw,45px);
  border-top: 1px solid rgba(255,255,255,.15);
  border-right: 1px solid rgba(255,255,255,.12);
}
.detail-process__steps li:last-child {
  border-right: 0;
}
.detail-process__steps span {
  color: var(--color-gold);
  font-family: var(--font-display);
  font-size: 1.5rem;
}
.detail-process__steps h3 {
  margin: 35px 0 15px;
  font-family: var(--font-display);
  font-size: 1.8rem;
  font-weight: 400;
}
.detail-process__steps p {
  margin: 0;
  color: rgba(255,255,255,.52);
  line-height: 1.7;
}
.detail-cta {
  padding: clamp(105px,14vw,190px) 0;
  text-align: center;
}
.detail-cta__inner {
  max-width: 900px;
}
.detail-cta h2 {
  margin: 24px 0 28px;
  font-family: var(--font-display);
  font-size: clamp(3rem,6vw,6rem);
  font-weight: 400;
  line-height: .98;
  letter-spacing: -.04em;
}
.detail-cta p:not(.section-kicker) {
  margin: 0 0 42px;
  color: #60574f;
}
@media (max-width: 980px) {
  .detail-hero, .detail-showcase {
    grid-template-columns: 1fr;
  }
  .detail-hero__image {
    min-height: 70vw;
  }
  .detail-intro__grid, .detail-process__head, .detail-gallery__head {
    grid-template-columns: 1fr;
  }
  .detail-gallery__head {
    max-width: 760px;
  }
  .detail-benefits__grid {
    grid-template-columns: 1fr;
  }
  .detail-benefits article {
    border-right: 0;
  }
  .detail-process__steps {
    grid-template-columns: repeat(2,1fr);
  }
}
@media (max-width: 620px) {
  .detail-hero__copy {
    padding: 130px 24px 70px;
  }
  .detail-hero__copy h1 {
    font-size: clamp(3.2rem,15vw,4.6rem);
  }
  .detail-hero__image {
    min-height: 105vw;
  }
  .detail-showcase__copy {
    padding: 70px 24px;
  }
  .detail-gallery__grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .detail-gallery__grid .detail-gallery__item {
    grid-column: auto;
    min-height: 92vw;
  }
  .detail-gallery__grid--five .detail-gallery__item:first-child {
    min-height: 72vw;
  }
  .detail-gallery__head {
    margin-bottom: 45px;
  }
  .detail-process__steps {
    grid-template-columns: 1fr;
  }
  .detail-process__steps li {
    border-right: 0;
  }
}
.about-page {
  background: var(--color-cream);
  color: var(--color-ink);
}
.about-hero {
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  min-height: min(920px,100vh);
  background: var(--color-charcoal);
  color: #fff;
}
.about-hero__copy {
  position: relative;
  z-index: 3;
  align-self: center;
  padding: clamp(145px,12vw,210px) clamp(45px,7vw,110px) 90px max(24px,calc((100vw - var(--max))/2));
}
.about-hero__copy h1 {
  margin: 26px 0 35px;
  font-family: var(--font-display);
  font-size: clamp(3.5rem,6vw,6.7rem);
  font-weight: 400;
  line-height: .94;
  letter-spacing: -.045em;
}
.about-hero__copy > p:not(.section-kicker) {
  max-width: 610px;
  margin: 0 0 40px;
  color: rgba(255,255,255,.64);
  font-size: 1.08rem;
  line-height: 1.8;
}
.about-hero__image {
  position: relative;
  min-height: 650px;
  margin-left: -110px;
  overflow: hidden;
}
.about-hero__image::after {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 0;
  background: linear-gradient(90deg, var(--color-charcoal) 0%, rgba(23,22,21,.96) 14%, rgba(23,22,21,.72) 26%, rgba(23,22,21,.28) 40%, transparent 56%);
  pointer-events: none;
}
.about-hero__backdrop {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: brightness(.82) saturate(.72);
  animation: showcase-zoom 22s ease-in-out infinite alternate;
}
.about-hero__featured {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
.about-hero__image:has(.about-hero__featured) .about-hero__portrait-wrap, .about-hero__image:has(.about-hero__featured) .about-hero__stamp {
  display: none;
}
.about-hero__portrait-wrap {
  position: absolute;
  z-index: 1;
  inset: auto 50% 0 auto;
  width: min(78%,680px);
  transform: translateX(50%);
}
.about-hero__portrait {
  width: min(100%,520px);
  margin: 0 auto;
  filter: drop-shadow(0 24px 45px rgba(0,0,0,.42));
}
.about-hero__portrait-wrap p {
  position: absolute;
  right: 0;
  bottom: 34px;
  margin: 0;
  padding: 13px 18px;
  border-left: 2px solid var(--color-gold);
  background: rgba(20,18,18,.86);
  color: #fff;
  line-height: 1.25;
  backdrop-filter: blur(8px);
}
.about-hero__portrait-wrap strong, .about-hero__portrait-wrap span {
  display: block;
}
.about-hero__portrait-wrap strong {
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 400;
}
.about-hero__portrait-wrap span {
  margin-top: 4px;
  color: rgba(255,255,255,.6);
  font-size: .58rem;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.about-hero__stamp {
  position: absolute;
  right: clamp(24px,4vw,60px);
  bottom: clamp(24px,4vw,60px);
  z-index: 1;
  display: grid;
  place-content: center;
  width: 132px;
  height: 132px;
  border: 1px solid rgba(255,255,255,.55);
  border-radius: 50%;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: .65rem;
  line-height: 1.3;
  letter-spacing: .2em;
  backdrop-filter: blur(7px);
}
.about-hero__stamp strong {
  display: block;
  margin-top: 4px;
  font-family: var(--font-display);
  font-size: 1.65rem;
  font-weight: 400;
  letter-spacing: .03em;
}
.about-story__grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: clamp(55px,10vw,150px);
}
.about-story__text .lead-copy {
  margin: 0 0 28px;
}
.about-story__text > p:not(.lead-copy) {
  max-width: 760px;
  color: #60574f;
  line-height: 1.85;
}
.about-story blockquote {
  margin: 55px 0 0;
  padding: 30px 0 0;
  border-top: 1px solid rgba(34,31,28,.18);
  font-family: var(--font-display);
  font-size: clamp(2rem,3.2vw,3.5rem);
  line-height: 1.08;
}
.about-values {
  padding: 0 0 clamp(90px,12vw,170px);
}
.about-values__grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
}
.about-values article {
  padding: 45px clamp(25px,4vw,60px);
  border-top: 1px solid rgba(34,31,28,.18);
  border-right: 1px solid rgba(34,31,28,.14);
}
.about-values article:last-child {
  border-right: 0;
}
.about-values article > span {
  color: var(--color-gold);
  font-size: .7rem;
  letter-spacing: .2em;
}
.about-values h3 {
  margin: 35px 0 18px;
  font-family: var(--font-display);
  font-size: clamp(2rem,3vw,3.2rem);
  font-weight: 400;
  line-height: 1;
}
.about-values p {
  margin: 0;
  color: #60574f;
  line-height: 1.75;
}
.about-craft {
  display: grid;
  grid-template-columns: 1.12fr .88fr;
  min-height: 760px;
  background: #e8e0d5;
}
.about-craft__image {
  overflow: hidden;
}
.about-craft__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1.2s ease;
}
.about-craft__image:hover img {
  transform: scale(1.04);
}
.about-craft__copy {
  align-self: center;
  padding: clamp(70px,8vw,130px);
}
.about-craft__copy h2 {
  margin: 25px 0 35px;
}
.about-craft__copy > p:not(.section-kicker) {
  color: #60574f;
  line-height: 1.8;
}
.about-craft__copy ul {
  margin: 35px 0 0;
  padding: 0;
  list-style: none;
}
.about-craft__copy li {
  padding: 15px 0;
  border-top: 1px solid rgba(34,31,28,.17);
}
.about-craft__copy li:last-child {
  border-bottom: 1px solid rgba(34,31,28,.17);
}
.about-awards {
  background: var(--color-cream);
}
.about-awards__head {
  display: grid;
  grid-template-columns: 1.3fr .7fr;
  gap: clamp(45px,8vw,120px);
  align-items: end;
  margin-bottom: 70px;
}
.about-awards__head > div > .section-kicker {
  margin-bottom: 22px;
}
.about-awards__head > p {
  margin: 0 0 8px;
  color: #60574f;
  line-height: 1.8;
}
.about-awards__grid {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 18px;
}
.about-awards__grid--seven {
  grid-template-columns: repeat(8,minmax(0,1fr));
}
.about-awards__grid--seven figure {
  grid-column: span 2;
}
.about-awards__grid--seven figure:nth-child(5) {
  grid-column: 2 / span 2;
}
.about-awards figure {
  margin: 0;
  padding: 20px 20px 26px;
  background: #fff;
  box-shadow: 0 18px 45px rgba(53,43,31,.07);
  transition: transform .35s ease, box-shadow .35s ease;
}
.about-awards figure:hover {
  transform: translateY(-7px);
  box-shadow: 0 24px 58px rgba(53,43,31,.12);
}
.about-awards figure img {
  width: 100%;
  aspect-ratio: 400/516;
  object-fit: cover;
}
.about-awards figcaption {
  margin-top: 22px;
  color: var(--color-ink);
  font-family: var(--font-display);
  font-size: clamp(1.35rem,2vw,1.8rem);
  line-height: 1.05;
}
.about-process {
  background: #171615;
  color: #fff;
}
.about-process__head {
  display: grid;
  grid-template-columns: .6fr 1.4fr;
  gap: 50px;
  margin-bottom: 80px;
}
.about-process__steps {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  margin: 0;
  padding: 0;
  list-style: none;
}
.about-process__steps li {
  padding: 35px clamp(22px,3vw,45px);
  border-top: 1px solid rgba(255,255,255,.15);
  border-right: 1px solid rgba(255,255,255,.12);
}
.about-process__steps li:last-child {
  border-right: 0;
}
.about-process__steps span {
  color: var(--color-gold);
  font-family: var(--font-display);
  font-size: 1.5rem;
}
.about-process__steps h3 {
  margin: 35px 0 15px;
  font-family: var(--font-display);
  font-size: 1.8rem;
  font-weight: 400;
}
.about-process__steps p {
  margin: 0;
  color: rgba(255,255,255,.52);
  line-height: 1.7;
}
@media (max-width: 980px) {
  .about-hero, .about-craft {
    grid-template-columns: 1fr;
  }
  .about-hero__image {
    margin-left: 0;
  }
  .about-hero__image {
    min-height: min(78vw,720px);
  }
  .about-hero__portrait-wrap {
    width: min(43%,420px);
  }
  .about-hero__portrait-wrap p {
    right: auto;
    left: -42%;
    bottom: 34px;
  }
  .about-hero__stamp {
    top: 28px;
    right: 28px;
    bottom: auto;
  }
  .about-story__grid, .about-process__head, .about-awards__head {
    grid-template-columns: 1fr;
  }
  .about-values__grid {
    grid-template-columns: 1fr;
  }
  .about-awards__grid, .about-awards__grid--seven {
    grid-template-columns: repeat(2,1fr);
  }
  .about-awards__grid--seven figure, .about-awards__grid--seven figure:nth-child(5) {
    grid-column: auto;
  }
  .about-values article {
    border-right: 0;
  }
  .about-process__steps {
    grid-template-columns: repeat(2,1fr);
  }
}
@media (max-width: 620px) {
  .about-hero__copy {
    padding: 130px 24px 70px;
  }
  .about-hero__copy h1 {
    font-size: clamp(3rem,14vw,4.4rem);
  }
  .about-hero__image {
    min-height: min(124vw,560px);
  }
  .about-hero__image::after {
    background: linear-gradient(180deg, #171615 0%, rgba(23,22,21,.38) 5%, transparent 16%);
  }
  .about-hero__stamp {
    top: 18px;
    right: 18px;
    bottom: auto;
    width: 88px;
    height: 88px;
    font-size: .56rem;
  }
  .about-hero__stamp strong {
    font-size: 1.35rem;
  }
  .about-hero__portrait-wrap {
    width: 58%;
  }
  .about-hero__portrait-wrap p {
    right: auto;
    left: -28%;
    bottom: 22px;
    width: 180px;
    max-width: calc(100vw - 32px);
    box-sizing: border-box;
    padding: 11px 14px;
  }
  .about-hero__portrait-wrap strong {
    font-size: 1.15rem;
    white-space: nowrap;
  }
  .about-hero__portrait-wrap span {
    font-size: .5rem;
  }
  .about-awards__grid, .about-awards__grid--seven {
    grid-template-columns: 1fr;
  }
  .about-awards__grid--seven figure, .about-awards__grid--seven figure:nth-child(5) {
    grid-column: auto;
  }
  .about-craft__copy {
    padding: 70px 24px;
  }
  .about-process__steps {
    grid-template-columns: 1fr;
  }
  .about-process__steps li {
    border-right: 0;
  }
}
.partners-page {
  background: var(--color-cream);
  color: var(--color-ink);
}
.partners-hero {
  position: relative;
  min-height: min(860px,95vh);
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #171615;
  color: #fff;
}
.partners-hero__background {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(.68) saturate(.72);
  animation: showcase-zoom 24s ease-in-out infinite alternate;
}
.partners-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg,rgba(10,9,9,.88) 0%,rgba(17,16,15,.7) 48%,rgba(17,16,15,.16) 100%);
}
.partners-hero__content {
  position: relative;
  z-index: 2;
  padding-top: 130px;
}
.partners-hero h1 {
  max-width: 960px;
  margin: 25px 0 34px;
  font-family: var(--font-display);
  font-size: clamp(4rem,7vw,7.5rem);
  font-weight: 400;
  line-height: .9;
  letter-spacing: -.045em;
}
.partners-hero__content > p:not(.section-kicker) {
  max-width: 650px;
  margin: 0 0 40px;
  color: rgba(255,255,255,.66);
  font-size: 1.08rem;
  line-height: 1.8;
}
.partners-hero__line {
  position: absolute;
  z-index: 2;
  right: 7vw;
  bottom: 0;
  width: 1px;
  height: 25%;
  background: linear-gradient(transparent,var(--color-gold));
}
.partners-intro__grid {
  display: grid;
  grid-template-columns: .55fr 1.45fr;
  gap: clamp(55px,10vw,150px);
}
.partners-intro__grid .lead-copy {
  max-width: 850px;
  margin: 35px 0 24px;
}
.partners-intro__grid > div > p:last-child {
  max-width: 760px;
  color: #60574f;
  line-height: 1.85;
}
.partners-main {
  background: #171615;
  color: #fff;
}
.partners-section-head {
  display: grid;
  grid-template-columns: .35fr 1fr .5fr;
  gap: clamp(30px,6vw,90px);
  align-items: end;
  margin-bottom: 75px;
}
.partners-section-head > p:last-child {
  margin: 0 0 7px;
  color: rgba(255,255,255,.5);
  line-height: 1.75;
}
.partners-grid {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  border-top: 1px solid rgba(255,255,255,.14);
  border-left: 1px solid rgba(255,255,255,.14);
}
.partner-card {
  position: relative;
  min-height: 390px;
  padding: clamp(35px,5vw,65px);
  border-right: 1px solid rgba(255,255,255,.14);
  border-bottom: 1px solid rgba(255,255,255,.14);
  transition: background .35s ease, transform .35s ease;
}
.partner-card:hover {
  background: rgba(255,255,255,.035);
}
.partner-card--lead {
  background: transparent;
}
.partner-card__number {
  position: absolute;
  top: 28px;
  right: 30px;
  color: rgba(255,255,255,.35);
  font-size: .62rem;
  letter-spacing: .18em;
}
.partner-card__logo {
  display: flex;
  align-items: center;
  width: min(100%, 440px);
  height: 92px;
  margin-bottom: 42px;
  transition: opacity .25s ease, transform .25s ease;
}
.partner-card__logo:hover {
  opacity: .76;
  transform: translateY(-2px);
}
.partner-card__logo img {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: 78px;
  object-fit: contain;
  object-position: left center;
}
.partner-card__logo--syndikat img {
  filter: invert(1);
}
.partner-feature__logo {
  display: flex;
  align-items: center;
  min-height: 110px;
  margin: 28px 0 34px;
  padding: 0;
  background: transparent;
  transition: opacity .25s ease, transform .25s ease;
}
.partner-feature__logo:hover {
  opacity: .72;
  transform: translateY(-2px);
}
.partner-feature__logo img {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: 92px;
  object-fit: contain;
  object-position: left center;
}
.partner-card__type {
  margin: 0 0 12px;
  color: var(--color-gold);
  font-size: .62rem;
  letter-spacing: .2em;
  text-transform: uppercase;
}
.partner-card h3 {
  margin: 0 0 18px;
  font-family: var(--font-display);
  font-size: clamp(2.5rem,4vw,4rem);
  font-weight: 400;
  line-height: 1;
}
.partner-card > p:last-child {
  max-width: 530px;
  margin: 0;
  color: rgba(255,255,255,.5);
  line-height: 1.75;
}
.partners-cooperation {
  padding: clamp(100px,13vw,180px) 0;
  background: #e8e0d5;
}
.partners-cooperation__grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: clamp(55px,10vw,150px);
  align-items: center;
}
.partners-cooperation__grid > div > p:last-child {
  max-width: 590px;
  color: #60574f;
  line-height: 1.8;
}
.partner-feature {
  padding: clamp(45px,6vw,80px);
  border: 1px solid rgba(34,31,28,.18);
  background: rgba(255,255,255,.32);
}
.partner-feature__label, .partner-feature__link {
  color: var(--color-gold);
  font-size: .62rem;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.partner-feature h3 {
  margin: 32px 0 22px;
  font-family: var(--font-display);
  font-size: clamp(3.1rem,5vw,5rem);
  font-weight: 400;
  line-height: .95;
}
.partner-feature p {
  margin: 0 0 40px;
  color: #60574f;
  line-height: 1.8;
}
.partners-more {
  text-align: center;
}
.partners-more__inner {
  max-width: 850px;
}
.partners-more h2 {
  margin: 22px 0 26px;
  font-family: var(--font-display);
  font-size: clamp(3.2rem,6vw,6rem);
  font-weight: 400;
  line-height: .95;
}
.partners-more p:not(.section-kicker) {
  color: #60574f;
}
@media (max-width: 980px) {
  .partners-intro__grid, .partners-section-head, .partners-cooperation__grid {
    grid-template-columns: 1fr;
  }
  .partners-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 620px) {
  .partners-hero {
    min-height: 800px;
  }
  .partners-hero__content {
    padding-top: 125px;
  }
  .partners-hero h1 {
    font-size: clamp(3.3rem,15vw,5rem);
  }
  .partner-card {
    min-height: 340px;
    padding: 38px 28px;
  }
  .partner-feature {
    padding: 45px 26px;
  }
}
.legal-page {
  background: #f3ede4;
  color: #211e1b;
}
.legal-hero {
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 500px;
  padding: 170px 0 90px;
  overflow: hidden;
  color: #fff;
  background: radial-gradient(circle at 78% 25%,rgba(191,137,67,.2),transparent 32%),linear-gradient(135deg,#0d0d0d 0%,#1a1816 72%,#2a2118 100%);
}
.legal-hero::after {
  content: "";
  position: absolute;
  right: 8vw;
  bottom: 0;
  width: 1px;
  height: 45%;
  background: linear-gradient(transparent,var(--color-gold));
}
.legal-hero__inner {
  position: relative;
  z-index: 1;
}
.legal-hero h1 {
  margin: 20px 0 22px;
  font-family: var(--font-display);
  font-size: clamp(4.4rem,9vw,8rem);
  font-weight: 400;
  line-height: .86;
  letter-spacing: -.045em;
}
.legal-hero p:last-child {
  max-width: 620px;
  margin: 0;
  color: rgba(255,255,255,.62);
  line-height: 1.75;
}
.legal-layout {
  display: grid;
  grid-template-columns: minmax(190px,.42fr) minmax(0,1.2fr);
  gap: clamp(60px,10vw,150px);
  align-items: start;
}
.legal-nav {
  position: sticky;
  top: 130px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 30px 0;
  border-top: 1px solid rgba(32,29,26,.22);
  border-bottom: 1px solid rgba(32,29,26,.22);
}
.legal-nav span {
  margin-bottom: 8px;
  color: var(--color-gold);
  font-size: .64rem;
  font-weight: 600;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.legal-nav a {
  color: #625a52;
  font-size: .8rem;
  text-decoration: none;
  transition: color .2s ease,transform .2s ease;
}
.legal-nav a:hover {
  color: #211e1b;
  transform: translateX(3px);
}
.legal-content {
  max-width: 880px;
}
.legal-content section {
  padding: 0 0 52px;
  margin: 0 0 52px;
  border-bottom: 1px solid rgba(32,29,26,.14);
  scroll-margin-top: 130px;
}
.legal-content section:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}
.legal-content h2 {
  margin: 0 0 23px;
  font-family: var(--font-display);
  font-size: clamp(2.25rem,4vw,3.7rem);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -.025em;
}
.legal-content p,.legal-content address {
  margin: 0 0 20px;
  color: #5d554e;
  font-size: .98rem;
  line-height: 1.85;
  font-style: normal;
}
.legal-content strong {
  color: #211e1b;
  font-weight: 600;
}
.legal-content a {
  color: #956225;
  text-decoration-color: rgba(149,98,37,.35);
  text-underline-offset: 4px;
}
.legal-content a:hover {
  color: #211e1b;
}
@media (max-width: 820px) {
  .legal-hero {
    min-height: 420px;
    padding: 145px 0 70px;
  }
  .legal-layout {
    grid-template-columns: 1fr;
    gap: 55px;
  }
  .legal-nav {
    position: static;
  }
}
@media (max-width: 620px) {
  .legal-hero h1 {
    font-size: clamp(3.7rem,19vw,5.3rem);
  }
  .legal-content section {
    padding-bottom: 38px;
    margin-bottom: 38px;
  }
  .legal-content h2 {
    font-size: 2.35rem;
  }
}
.service-knowledge {
  background: #eee6da;
  color: var(--color-ink);
}
.service-knowledge__grid {
  display: grid;
  grid-template-columns: minmax(220px,.65fr) minmax(0,1.2fr);
  gap: clamp(55px,10vw,145px);
  align-items: start;
}
.service-knowledge__grid header {
  position: sticky;
  top: 130px;
}
.service-knowledge__items {
  border-top: 1px solid rgba(31,28,27,.18);
}
.service-knowledge__items article {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 24px;
  padding: 34px 0;
  border-bottom: 1px solid rgba(31,28,27,.18);
}
.service-knowledge__items article>span {
  padding-top: 5px;
  color: var(--color-gold);
  font-size: .68rem;
  font-weight: 600;
  letter-spacing: .14em;
}
.service-knowledge__items h3 {
  margin: 0 0 12px;
  font-family: var(--font-display);
  font-size: clamp(1.65rem,2.4vw,2.25rem);
  font-weight: 400;
  line-height: 1.1;
}
.service-knowledge__items p {
  margin: 0;
  color: #625a52;
  line-height: 1.82;
}
.service-faq {
  background: #171615;
  color: var(--color-cream);
}
.service-faq__layout {
  display: grid;
  grid-template-columns: minmax(250px,.72fr) minmax(0,1.28fr);
  gap: clamp(55px,9vw,135px);
  align-items: start;
}
.service-faq__head {
  position: sticky;
  top: 130px;
}
.service-faq__head>p:last-child {
  max-width: 520px;
  margin-top: 28px;
  color: rgba(255,255,255,.58);
  line-height: 1.8;
}
.service-faq__list {
  border-top: 1px solid rgba(255,255,255,.16);
}
.service-faq details {
  border-bottom: 1px solid rgba(255,255,255,.16);
}
.service-faq summary {
  display: grid;
  grid-template-columns: 1fr 28px;
  gap: 24px;
  align-items: center;
  padding: 28px 0;
  color: #fff;
  font-family: var(--font-display);
  font-size: clamp(1.25rem,2vw,1.7rem);
  line-height: 1.25;
  cursor: pointer;
  list-style: none;
}
.service-faq summary::-webkit-details-marker {
  display: none;
}
.service-faq summary span {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border: 1px solid rgba(166,112,46,.65);
  color: var(--color-gold);
  font-family: var(--font-sans);
  font-size: 1rem;
  font-weight: 300;
  transition: transform .25s ease;
}
.service-faq details[open] summary span {
  transform: rotate(45deg);
}
.service-faq details>div {
  padding: 0 52px 28px 0;
}
.service-faq details p {
  max-width: 720px;
  margin: 0;
  color: rgba(255,255,255,.62);
  line-height: 1.82;
}
@media (max-width:900px) {
  .service-knowledge__grid,.service-faq__layout {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .service-knowledge__grid header,.service-faq__head {
    position: static;
  }
}
@media (max-width:640px) {
  .service-knowledge__items article {
    grid-template-columns: 38px 1fr;
    gap: 14px;
  }
  .service-faq summary {
    padding: 23px 0;
    font-size: 1.25rem;
  }
  .service-faq details>div {
    padding-right: 0;
  }
}
@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;
    }
  }
}
