:root {
  --paper: #faf8f5;
  --ink: #38332e;
  --muted: #8c8073;
  --accent: #a99070;
  --line: #e2dcd4;
  --serif: "Playfair Display", Georgia, serif;
  --sans: "Inter", Arial, sans-serif;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 88px;
}
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  font-size: 15px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}
body.locked {
  overflow: hidden;
}
button,
input,
select,
textarea {
  font: inherit;
}
button,
a,
input,
select,
textarea {
  -webkit-tap-highlight-color: transparent;
}
button {
  cursor: pointer;
  color: inherit;
}
button,
a {
  touch-action: manipulation;
}
button {
  border: 0;
  background: none;
}
a {
  color: inherit;
  text-decoration: none;
}
img {
  display: block;
  max-width: 100%;
  object-fit: cover;
}
h1,
h2,
h3,
p,
figure {
  margin: 0;
}
h1,
h2,
h3 {
  font-family: var(--serif);
  font-weight: 400;
}
em {
  font-weight: 400;
}
button:focus-visible,
a:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 7px;
}
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 2px;
}
[hidden] {
  display: none !important;
}
::selection {
  background: #c8b6a0;
  color: #fff;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.skip-link {
  position: fixed;
  z-index: 100;
  top: 8px;
  left: 10px;
  padding: 12px;
  background: var(--paper);
  transform: translateY(-160%);
}
.skip-link:focus {
  transform: translateY(0);
}
.site-header {
  height: 88px;
  position: fixed;
  inset: 0 0 auto;
  z-index: 20;
  padding: 0 4.7%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  transition:
    background 0.35s,
    color 0.35s,
    box-shadow 0.35s;
}
.site-header.scrolled,
.site-header.menu-open {
  background: rgba(250, 248, 245, 0.96);
  color: var(--ink);
  box-shadow: 0 1px 0 rgba(56, 51, 46, 0.06);
  backdrop-filter: blur(16px);
}
.wordmark {
  font-family: var(--serif);
  font-size: 34px;
  letter-spacing: -1.6px;
  line-height: 1;
  font-weight: 500;
}
.wordmark span {
  color: inherit;
}
.desktop-nav {
  display: flex;
  gap: 35px;
  margin-left: 65px;
}
.desktop-nav a,
.header-inquiry {
  font-size: 10px;
  letter-spacing: 2.4px;
  text-transform: uppercase;
}
.desktop-nav a {
  position: relative;
  padding: 12px 0;
  opacity: 0.9;
}
.desktop-nav a::after {
  content: "";
  position: absolute;
  height: 1px;
  bottom: 5px;
  left: 0;
  width: 100%;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.25s;
}
.desktop-nav a:hover::after,
.desktop-nav a.active::after {
  transform: scaleX(1);
}
.header-actions {
  display: flex;
  align-items: center;
  gap: 22px;
}
.header-inquiry {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 12px 0;
  letter-spacing: 1.2px;
}
.header-inquiry svg {
  height: 20px;
  width: 20px;
  stroke: currentColor;
  stroke-width: 1.3;
  transition: transform 0.25s;
}
.header-inquiry:hover svg {
  transform: translate(3px, -3px);
}
.menu-toggle {
  width: 36px;
  height: 40px;
  padding: 7px 3px;
  display: none;
  position: relative;
}
.menu-toggle span {
  display: block;
  height: 1px;
  width: 28px;
  background: currentColor;
  position: absolute;
  transition: transform 0.3s;
  top: 16px;
}
.menu-toggle span + span {
  top: 24px;
}
.menu-open .menu-toggle span {
  transform: translateY(4px) rotate(45deg);
}
.menu-open .menu-toggle span + span {
  transform: translateY(-4px) rotate(-45deg);
}
.mobile-menu {
  display: none;
}
.hero {
  min-height: 640px;
  height: 100svh;
  max-height: 1120px;
  position: relative;
  display: grid;
  place-items: center;
  color: white;
  overflow: hidden;
}
.hero-image,
.hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.hero-image {
  object-position: center 51%;
  animation: hero-zoom 1.8s ease-out both;
}
.hero-shade {
  background: linear-gradient(
    180deg,
    rgba(31, 27, 23, 0.28) 0%,
    rgba(31, 27, 23, 0.27) 28%,
    rgba(31, 27, 23, 0.36) 62%,
    rgba(31, 27, 23, 0.42) 100%
  );
}
.hero-content {
  position: relative;
  z-index: 1;
  text-align: center;
  margin-top: 4px;
  padding: 80px 24px 100px;
  animation: hero-enter 1.1s 0.12s both;
}
.eyebrow {
  font-family: var(--sans);
  font-size: 10px;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 2.6px;
  text-transform: uppercase;
}
.hero-eyebrow {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 3.8px;
  margin-bottom: 26px;
}
.hero h1 {
  font-size: clamp(65px, 7.6vw, 112px);
  line-height: 1.12;
  font-weight: 400;
  letter-spacing: -2px;
  text-shadow: 0 2px 30px #231d1b18;
}
.hero h1 em {
  display: inline-block;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  min-height: 50px;
  padding: 17px 29px;
  font-size: 10px;
  line-height: 1.6;
  letter-spacing: 1.5px;
  font-weight: 500;
  text-transform: uppercase;
  border: 1px solid transparent;
  transition:
    background 0.25s,
    color 0.25s,
    border-color 0.25s;
}
.button span {
  font-size: 18px;
  line-height: 1;
}
.button-light {
  border-color: rgba(255, 255, 255, 0.65);
  color: white;
  background: #ffffff03;
}
.button-light:hover {
  background: var(--paper);
  border-color: var(--paper);
  color: var(--ink);
}
.hero .button {
  margin-top: 43px;
  padding-inline: 31px;
  backdrop-filter: blur(3px);
}
.button-dark {
  background: var(--ink);
  color: var(--paper);
  border-color: var(--ink);
}
.button-dark:hover {
  background: #635546;
  border-color: #635546;
}
.button:disabled {
  opacity: 0.6;
  cursor: wait;
}
.hero-bottom {
  position: absolute;
  bottom: 30px;
  left: 4.7%;
  right: 4.7%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 8px;
  letter-spacing: 2px;
  color: #ffffffc9;
}
.hero-bottom > a {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  padding: 7px;
}
.hero-bottom svg {
  width: 16px;
  height: 29px;
  stroke: currentColor;
  stroke-width: 1;
  transition: transform 0.25s;
}
.hero-bottom > a:hover svg {
  transform: translateY(4px);
}
.section-space {
  padding: 112px 4.7%;
}
.section-heading {
  text-align: center;
}
.section-heading > .eyebrow {
  color: var(--muted);
  margin-bottom: 16px;
}
.section-heading h2 {
  font-size: 40px;
  line-height: 1.25;
  letter-spacing: -1.1px;
}
.small-rule {
  display: block;
  width: 48px;
  height: 1px;
  background: #d9cfc3;
  margin: 25px auto 0;
}
.service-filters {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 33px;
  margin: 49px 0 45px;
}
.filter {
  font-size: 10px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 10px 0;
  position: relative;
  color: #81776d;
}
.filter::after {
  content: "";
  position: absolute;
  bottom: 3px;
  left: 0;
  width: 100%;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.2s;
}
.filter.active {
  color: var(--accent);
}
.filter.active::after,
.filter:hover::after {
  transform: scaleX(1);
}
.service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 45px 28px;
  max-width: 1400px;
  margin: 0 auto;
}
.service-card {
  text-align: left;
  padding: 0;
  min-width: 0;
  width: 100%;
  display: block;
}
.card-image {
  aspect-ratio: 4/4.7;
  overflow: hidden;
  position: relative;
  background: #e4ddd4;
}
.card-image img {
  height: 100%;
  width: 100%;
  transition:
    transform 0.75s cubic-bezier(0.2, 0.65, 0.3, 1),
    filter 0.5s;
  filter: saturate(0.75);
}
.card-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, #28201718, transparent 35%, #28201714);
}
.service-card:hover img {
  transform: scale(1.045);
  filter: saturate(0.95);
}
.card-number {
  position: absolute;
  left: 22px;
  top: 19px;
  z-index: 1;
  color: white;
  font-size: 10px;
  letter-spacing: 1.8px;
  text-shadow: 0 1px 4px #0008;
}
.card-action {
  position: absolute;
  right: 19px;
  bottom: 19px;
  display: grid;
  place-items: center;
  width: 39px;
  height: 39px;
  border: 1px solid #fffd;
  color: white;
  font-size: 21px;
  z-index: 1;
  opacity: 0;
  transform: translateY(8px);
  transition:
    opacity 0.25s,
    transform 0.25s;
}
.service-card:hover .card-action,
.service-card:focus-visible .card-action {
  opacity: 1;
  transform: translateY(0);
}
.card-caption {
  padding: 23px 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}
.card-caption .eyebrow {
  font-size: 8px;
  letter-spacing: 1.6px;
  color: var(--muted);
}
.card-caption h3 {
  font-size: 25px;
  line-height: 1.4;
  margin-top: 7px;
  letter-spacing: -0.45px;
}
.card-plus {
  font-size: 22px;
  font-weight: 300;
  color: var(--muted);
  padding-right: 3px;
}
.services-bottom {
  display: flex;
  justify-content: center;
  margin-top: 52px;
}
.text-link {
  font-family: var(--sans);
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
  position: relative;
  padding: 0 0 10px;
  border-bottom: 1px solid #b5a591;
  font-size: 10px;
  line-height: 1.7;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1.7px;
  transition:
    color 0.2s,
    border-color 0.2s;
}
.text-link > span {
  font-size: 19px;
  line-height: 1;
}
.text-link:hover {
  color: var(--accent);
  border-color: var(--accent);
}
.about {
  padding: 96px 4.7%;
  background: #f1ece5;
}
.about-layout {
  display: grid;
  grid-template-columns: 1.04fr 1fr;
  align-items: center;
  gap: 8.5%;
  max-width: 1400px;
  margin: auto;
}
.about-image {
  position: relative;
  aspect-ratio: 1.04;
  overflow: hidden;
  background: #d8cabc;
}
.about-image img {
  width: 100%;
  height: 100%;
  filter: saturate(0.65);
  object-position: 50% 50%;
}
.about-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(transparent 65%, #211b1755);
}
.about-image figcaption {
  position: absolute;
  left: 26px;
  bottom: 24px;
  color: white;
  font-size: 8px;
  letter-spacing: 2px;
  z-index: 1;
}
.about-copy > .eyebrow {
  color: #928473;
  margin-bottom: 20px;
}
.about-copy h2 {
  font-size: clamp(40px, 4.1vw, 62px);
  line-height: 1.18;
  letter-spacing: -1.5px;
  margin-bottom: 29px;
}
.about-copy h2 em {
  color: #8d7761;
}
.about-copy > p:not(.eyebrow) {
  font-size: 14px;
  line-height: 1.95;
  font-weight: 300;
  color: #817568;
  max-width: 440px;
  margin-bottom: 20px;
}
.about-copy .text-link {
  margin-top: 17px;
}
.process.section-space {
  padding-top: 116px;
  padding-bottom: 116px;
}
.process-grid {
  max-width: 1300px;
  margin: 65px auto 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
}
.process-step {
  padding: 0 40px;
  border-right: 1px solid var(--line);
}
.process-step:first-child {
  padding-left: 0;
}
.process-step:last-child {
  border-right: 0;
  padding-right: 0;
}
.step-number {
  font-family: var(--serif);
  font-size: 48px;
  font-style: italic;
  font-weight: 400;
  color: #baaa97;
  line-height: 1;
}
.process-step h3 {
  font-size: 23px;
  letter-spacing: -0.5px;
  margin: 23px 0 15px;
  line-height: 1.4;
}
.process-step p {
  max-width: 330px;
  font-size: 13px;
  color: var(--muted);
  line-height: 1.9;
  font-weight: 300;
}
.contact {
  background: #f3efe9;
  border-top: 1px solid #e7dfd5;
  border-bottom: 1px solid #e7dfd5;
  text-align: center;
}
.contact-inner {
  max-width: 680px;
  margin: auto;
}
.contact .eyebrow {
  color: var(--muted);
  margin-bottom: 21px;
}
.contact h2 {
  font-size: 47px;
  letter-spacing: -1.6px;
  line-height: 1.3;
}
.contact h2 em {
  color: #907a64;
}
.contact-inner > p:not(.eyebrow) {
  font-size: 14px;
  line-height: 1.9;
  color: var(--muted);
  margin: 20px 0 33px;
  font-weight: 300;
}
.contact-start {
  max-width: 545px;
  display: flex;
  margin: auto;
}
.contact-start input {
  background: transparent;
  border: 1px solid #d3c9bc;
  border-right: 0;
  flex: 1;
  min-width: 0;
  border-radius: 0;
  padding: 16px 19px;
  min-height: 54px;
  color: var(--ink);
  font-size: 12px;
}
.contact-start input::placeholder {
  color: #96897b;
}
.contact-start .button {
  gap: 19px;
  letter-spacing: 1.2px;
  min-height: 54px;
  white-space: nowrap;
}
.contact-note {
  display: block;
  font-size: 10px;
  color: #96897b;
  margin-top: 17px;
}
.footer {
  padding: 64px 4.7% 25px;
}
.footer-main {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  gap: 50px;
  padding-bottom: 58px;
  max-width: 1400px;
  margin: auto;
}
.footer-brand .wordmark {
  font-size: 36px;
}
.footer-brand p {
  font-size: 12px;
  color: var(--muted);
  font-weight: 300;
  line-height: 1.9;
  margin-top: 22px;
}
.footer-links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 13px;
}
.footer-links h3 {
  font-family: var(--sans);
  font-weight: 500;
  letter-spacing: 1.8px;
  font-size: 9px;
  margin-bottom: 10px;
  line-height: 1.5;
}
.footer-links > a,
.footer-links > button,
.footer-locale {
  font-size: 12px;
  color: var(--muted);
  line-height: 1.5;
  padding: 0;
  font-weight: 300;
}
.footer-links > a:hover,
.footer-links > button:hover {
  color: var(--ink);
}
.footer-links > button span {
  margin-left: 10px;
}
.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding-top: 25px;
  border-top: 1px solid var(--line);
  color: #a59a8f;
  max-width: 1400px;
  margin: auto;
}
.footer-bottom p,
.privacy-link,
.back-top {
  font-size: 9px;
  line-height: 1.7;
  padding: 0;
}
.back-top span {
  margin-left: 12px;
  font-size: 16px;
}
.privacy-link:hover,
.back-top:hover {
  color: var(--ink);
}
dialog {
  border: 0;
  padding: 0;
  color: var(--ink);
  background: var(--paper);
  position: fixed;
  max-height: calc(100svh - 48px);
  max-width: calc(100vw - 40px);
  box-shadow: 0 20px 100px #20191430;
  overscroll-behavior: contain;
}
dialog[open] {
  animation: dialog-in 0.25s ease-out;
}
dialog::backdrop {
  background: rgba(35, 29, 23, 0.55);
  backdrop-filter: blur(5px);
}
.dialog-close {
  position: absolute;
  right: 15px;
  top: 12px;
  z-index: 3;
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  background: var(--paper);
  font-family: var(--sans);
  font-weight: 300;
  font-size: 29px;
  line-height: 1;
  color: var(--ink);
}
.dialog-close:hover {
  background: #e7dfd4;
}
.service-dialog {
  width: 900px;
  overflow: auto;
}
.service-dialog[open] {
  display: grid;
  grid-template-columns: 0.9fr 1fr;
}
.service-dialog-image img {
  height: 100%;
  width: 100%;
  min-height: 540px;
}
.service-dialog-copy {
  padding: 65px 44px 43px;
}
.service-dialog-copy > .eyebrow {
  font-size: 8px;
  letter-spacing: 1.7px;
  color: var(--muted);
}
.service-dialog-copy h2 {
  font-size: 39px;
  line-height: 1.15;
  letter-spacing: -1px;
  margin: 17px 0 25px;
}
.service-dialog-copy > p:not(.eyebrow):not(.detail-note) {
  font-size: 13px;
  line-height: 1.9;
  color: var(--muted);
}
.service-dialog-copy ul {
  padding: 0;
  list-style: none;
  margin: 25px 0 30px;
}
.service-dialog-copy li {
  padding: 11px 0;
  border-bottom: 1px solid var(--line);
  font-size: 12px;
  line-height: 1.5;
}
.service-dialog-copy li::before {
  content: "—";
  color: var(--accent);
  margin-right: 10px;
}
.detail-note {
  font-size: 9px;
  line-height: 1.7;
  color: var(--muted);
  margin-top: 18px;
}
.inquiry-dialog {
  width: 720px;
  padding: 44px 48px;
  overflow: auto;
}
.inquiry-dialog .eyebrow {
  font-size: 9px;
  letter-spacing: 1.9px;
  color: var(--muted);
}
.inquiry-dialog h2 {
  font-size: 39px;
  line-height: 1.25;
  letter-spacing: -1.2px;
  margin: 14px 0 15px;
}
.inquiry-dialog h2 em {
  color: #907a64;
}
.dialog-intro {
  font-size: 12px;
  line-height: 1.8;
  color: var(--muted);
  margin-bottom: 27px;
}
.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 19px;
}
.field {
  margin-bottom: 18px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.form-grid .field {
  margin-bottom: 0;
}
.form-grid + .field {
  margin-top: 20px;
}
.field label {
  font-size: 10px;
  line-height: 1.5;
}
.field label > span {
  color: var(--accent);
}
.field label .optional {
  color: var(--muted);
  font-size: 9px;
  margin-left: 7px;
}
.field input,
.field select,
.field textarea {
  width: 100%;
  border: 1px solid #d8cec1;
  background: transparent;
  color: var(--ink);
  padding: 12px;
  border-radius: 0;
  min-height: 43px;
  font-size: 12px;
}
.field select {
  cursor: pointer;
}
.field textarea {
  resize: vertical;
  min-height: 82px;
  max-height: 230px;
  line-height: 1.6;
}
.field input::placeholder,
.field textarea::placeholder {
  color: #a99e93;
}
.consent {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 10px;
  line-height: 1.7;
  color: var(--muted);
  cursor: pointer;
}
.consent input {
  margin: 2px 0 0;
  accent-color: var(--ink);
  width: 14px;
  height: 14px;
  flex-shrink: 0;
}
.consent span > span {
  color: var(--accent);
}
.form-submit {
  width: 100%;
  margin-top: 21px;
  justify-content: space-between;
}
.form-note {
  font-size: 9px;
  line-height: 1.7;
  color: var(--muted);
  text-align: center;
  margin-top: 13px;
}
.form-error {
  background: #f5e7e1;
  border-left: 2px solid #975b45;
  color: #794936;
  font-size: 12px;
  padding: 12px;
  line-height: 1.6;
  margin-top: 15px;
}
.honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.success-view {
  text-align: center;
  padding: 35px 0;
}
.success-symbol {
  border: 1px solid #b5a58e;
  border-radius: 50%;
  font-family: var(--serif);
  font-size: 30px;
  font-weight: 300;
  color: #8c795e;
  display: grid;
  place-items: center;
  width: 70px;
  height: 70px;
  margin: 0 auto 33px;
}
.success-view > p:not(.eyebrow) {
  font-size: 13px;
  line-height: 1.8;
  color: var(--muted);
  margin: 24px 0;
}
.success-view .inquiry-reference {
  font-size: 10px !important;
  letter-spacing: 0.7px;
}
.success-view .text-link {
  display: table;
  margin: 26px auto 0;
}
.privacy-dialog {
  width: 580px;
  padding: 50px;
}
.privacy-dialog .eyebrow {
  color: var(--muted);
}
.privacy-dialog h2 {
  font-size: 34px;
  line-height: 1.3;
  margin: 15px 0 28px;
}
.privacy-dialog > p:not(.eyebrow) {
  font-size: 13px;
  line-height: 1.9;
  color: var(--muted);
  margin-top: 16px;
}
.privacy-preview-note {
  padding-top: 20px;
  border-top: 1px solid var(--line);
}
.noscript-note {
  background: var(--paper);
  padding: 20px;
  text-align: center;
  font-size: 13px;
}
.js-ready .reveal {
  opacity: 0;
  transform: translateY(23px);
  transition:
    opacity 0.8s ease,
    transform 0.8s cubic-bezier(0.2, 0.65, 0.3, 1);
}
.js-ready .reveal.visible {
  opacity: 1;
  transform: none;
}
.service-card:nth-child(2),
.process-step:nth-child(2) {
  transition-delay: 0.1s;
}
.service-card:nth-child(3),
.process-step:nth-child(3) {
  transition-delay: 0.2s;
}
.service-card.filter-enter {
  animation: filter-in 0.4s both;
}
@keyframes hero-enter {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes hero-zoom {
  from {
    transform: scale(1.045);
  }
  to {
    transform: scale(1);
  }
}
@keyframes dialog-in {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes filter-in {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.careers {
  background: #eee7dd;
  border-top: 1px solid #e5dcd0;
}
.careers-layout {
  display: grid;
  grid-template-columns: 1fr 1.04fr;
  align-items: center;
  gap: 8%;
  max-width: 1400px;
  margin: auto;
}
.careers-copy > .eyebrow {
  color: #877761;
  margin-bottom: 24px;
}
.careers-copy h2 {
  font-size: clamp(36px, 3.6vw, 55px);
  line-height: 1.25;
  letter-spacing: -1.5px;
  margin-bottom: 26px;
}
.careers-copy h2 em {
  color: #8c7359;
}
.careers-wink {
  font-family: var(--sans);
  display: inline-block;
  font-size: 0.54em;
  vertical-align: 0.05em;
  letter-spacing: 0;
}
.careers-copy > p:not(.eyebrow) {
  max-width: 410px;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.95;
  color: #7d7163;
  margin-bottom: 16px;
}
.careers-copy > .button {
  margin-top: 17px;
}
.careers-note {
  display: block;
  font-size: 10px;
  color: #8c7c69;
  margin-top: 15px;
  line-height: 1.7;
}
.careers-list-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  border-bottom: 1px solid #d3c5b5;
  padding-bottom: 23px;
}
.careers-list-heading h3 {
  font-size: 24px;
  letter-spacing: -0.6px;
}
.careers-list-heading .eyebrow {
  color: #8c7c69;
  font-size: 8px;
  letter-spacing: 1.6px;
  white-space: nowrap;
}
.job-row {
  display: grid;
  grid-template-columns: 22px 1fr 42px;
  gap: 16px;
  align-items: center;
  padding: 25px 0;
  border-bottom: 1px solid #d9cec0;
}
.job-number {
  color: #a08d77;
  font-size: 9px;
}
.job-row h4 {
  font-family: var(--serif);
  font-size: 23px;
  font-weight: 400;
  letter-spacing: -0.5px;
  line-height: 1.3;
  margin: 0 0 9px;
}
.job-row p {
  color: #897b6b;
  font-size: 11px;
  line-height: 1.7;
  font-weight: 300;
}
.job-apply {
  display: grid;
  place-items: center;
  border: 1px solid #bdac96;
  height: 42px;
  width: 42px;
  font-size: 23px;
  font-weight: 300;
  transition:
    background 0.25s,
    color 0.25s,
    border-color 0.25s;
}
.job-apply:hover {
  color: var(--paper);
  background: var(--ink);
  border-color: var(--ink);
}
.careers-other {
  margin-top: 24px;
  font-size: 11px;
  color: #8c7c69;
  line-height: 1.9;
}
.careers-other button {
  padding: 0;
  margin-left: 6px;
  color: var(--ink);
  border-bottom: 1px solid #bda992;
}
.careers-other button span {
  margin-left: 6px;
}
@media (max-width: 1050px) and (min-width: 761px) {
  .careers-layout {
    gap: 5%;
  }
  .careers-copy h2 {
    font-size: 35px;
  }
  .careers-copy > .button {
    padding-inline: 20px;
    gap: 15px;
    font-size: 9px;
  }
  .job-row {
    gap: 10px;
  }
  .job-row h4 {
    font-size: 20px;
  }
  .careers-list-heading h3 {
    font-size: 21px;
  }
}
@media (max-width: 760px) {
  .careers-layout {
    grid-template-columns: 1fr;
    gap: 52px;
  }
  .careers-copy h2 {
    font-size: clamp(34px, 8vw, 49px);
    letter-spacing: -1px;
  }
  .careers-copy > .eyebrow {
    font-size: 8px;
    letter-spacing: 2px;
    margin-bottom: 19px;
  }
  .careers-copy > p:not(.eyebrow) {
    max-width: 100%;
  }
  .careers-copy > .button {
    font-size: 9px;
    gap: 20px;
    padding-inline: 23px;
  }
  .careers-list-heading h3 {
    font-size: 24px;
  }
  .job-row {
    padding: 22px 0;
    grid-template-columns: 18px 1fr 42px;
    gap: 12px;
  }
  .job-row h4 {
    font-size: 21px;
  }
  .job-row p {
    font-size: 11px;
  }
  .careers-other {
    font-size: 10px;
  }
}
@media (max-width: 360px) {
  .careers-copy h2 {
    font-size: 31px;
  }
  .careers-list-heading h3 {
    font-size: 21px;
  }
  .job-row {
    gap: 8px;
  }
  .job-row h4 {
    font-size: 19px;
  }
}
@media (min-width: 1600px) {
  .site-header {
    padding-inline: max(4.7%, calc((100vw - 1500px) / 2));
  }
  .hero h1 {
    font-size: 120px;
  }
  .hero-content {
    padding-bottom: 130px;
  }
  .section-space {
    padding-top: 132px;
    padding-bottom: 132px;
  }
  .card-image {
    aspect-ratio: 4/4.5;
  }
}
@media (max-width: 1050px) {
  .desktop-nav {
    gap: 22px;
    margin-left: 0;
  }
  .desktop-nav a {
    font-size: 9px;
    letter-spacing: 1.7px;
  }
  .header-inquiry {
    font-size: 9px;
  }
  .header-inquiry span {
    display: none;
  }
  .hero h1 {
    font-size: 85px;
  }
  .service-filters {
    gap: 24px;
  }
  .service-grid {
    gap: 35px 20px;
  }
  .card-caption h3 {
    font-size: 23px;
  }
  .card-caption .eyebrow {
    font-size: 7px;
    letter-spacing: 1.1px;
  }
  .about-layout {
    gap: 7%;
  }
  .about-copy > p:not(.eyebrow) {
    font-size: 13px;
  }
  .process-step {
    padding: 0 26px;
  }
  .process-step h3 {
    font-size: 21px;
  }
}
@media (max-width: 760px) {
  html {
    scroll-padding-top: 74px;
  }
  .site-header {
    height: 74px;
    padding: 0 6%;
  }
  .wordmark {
    font-size: 31px;
  }
  .desktop-nav {
    display: none;
  }
  .header-actions {
    gap: 17px;
  }
  .header-inquiry svg {
    height: 19px;
    width: 19px;
  }
  .menu-toggle {
    display: block;
  }
  .mobile-menu {
    display: flex;
    position: fixed;
    inset: 74px 0 0;
    background: var(--paper);
    z-index: 19;
    padding: 47px 7% 35px;
    flex-direction: column;
    transform: translateY(-110%);
    visibility: hidden;
    transition:
      transform 0.4s ease,
      visibility 0.4s;
    overflow-y: auto;
  }
  .mobile-menu.open {
    visibility: visible;
    transform: none;
  }
  .mobile-menu > .eyebrow {
    font-size: 8px;
    color: var(--muted);
    margin-bottom: 30px;
  }
  .mobile-menu > a {
    font-family: var(--serif);
    font-size: 34px;
    padding: 15px 0;
    border-bottom: 1px solid var(--line);
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .mobile-menu > a span {
    font-family: var(--sans);
    font-size: 9px;
    color: var(--accent);
  }
  .mobile-menu .button {
    margin-top: 40px;
    align-self: flex-start;
  }
  .hero {
    height: 100svh;
    min-height: 590px;
    max-height: 1000px;
  }
  .hero-image {
    object-position: 58% center;
  }
  .hero-shade {
    background: linear-gradient(180deg, #201b1840, #201b1855 35%, #201b1866);
  }
  .hero-content {
    padding: 70px 18px 100px;
    margin-top: 0;
  }
  .hero-eyebrow {
    font-size: 8px;
    letter-spacing: 2.8px;
    margin-bottom: 24px;
  }
  .hero h1 {
    font-size: clamp(48px, 9.2vw, 72px);
    line-height: 1.16;
    letter-spacing: -1.6px;
  }
  .hero .button {
    margin-top: 34px;
    font-size: 9px;
    min-height: 48px;
    padding: 15px 25px;
  }
  .hero-bottom {
    left: 6%;
    right: 6%;
    bottom: 25px;
    font-size: 7px;
    letter-spacing: 1.3px;
  }
  .hero-bottom > span:last-child {
    display: none;
  }
  .hero-bottom > a {
    left: auto;
    right: -5px;
    transform: none;
  }
  .section-space {
    padding: 77px 6%;
  }
  .section-heading > .eyebrow {
    font-size: 8px;
    letter-spacing: 2px;
    margin-bottom: 13px;
  }
  .section-heading h2 {
    font-size: 33px;
    letter-spacing: -0.9px;
  }
  .small-rule {
    margin-top: 22px;
    width: 40px;
  }
  .service-filters {
    gap: 18px 23px;
    flex-wrap: wrap;
    margin: 29px auto 32px;
    max-width: 500px;
  }
  .filter {
    font-size: 9px;
    letter-spacing: 1px;
    padding: 7px 0;
  }
  .service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 33px 18px;
  }
  .card-image {
    aspect-ratio: 3/4;
  }
  .card-number {
    top: 13px;
    left: 13px;
    font-size: 8px;
  }
  .card-caption {
    padding-top: 17px;
    align-items: flex-end;
  }
  .card-caption .eyebrow {
    font-size: 7px;
    letter-spacing: 0.8px;
    line-height: 1.8;
    max-width: 160px;
    display: block;
  }
  .card-caption h3 {
    font-size: 22px;
    line-height: 1.25;
    margin-top: 7px;
  }
  .card-plus {
    font-size: 20px;
  }
  .card-action {
    width: 29px;
    height: 29px;
    right: 13px;
    bottom: 13px;
    font-size: 18px;
    opacity: 1;
    transform: none;
  }
  .services-bottom {
    margin-top: 39px;
  }
  .about {
    padding: 65px 6%;
  }
  .about-layout {
    grid-template-columns: 1fr;
    gap: 39px;
  }
  .about-image {
    aspect-ratio: 1.16;
  }
  .about-copy > .eyebrow {
    font-size: 8px;
    letter-spacing: 2px;
    margin-bottom: 15px;
  }
  .about-copy h2 {
    font-size: 42px;
    margin-bottom: 23px;
    letter-spacing: -1px;
  }
  .about-copy > p:not(.eyebrow) {
    font-size: 14px;
    max-width: 100%;
    line-height: 1.85;
  }
  .about-copy .text-link {
    margin-top: 10px;
  }
  .process.section-space {
    padding-top: 77px;
    padding-bottom: 77px;
  }
  .process .section-heading h2 {
    max-width: 350px;
    margin: auto;
  }
  .process-grid {
    grid-template-columns: 1fr;
    margin-top: 42px;
    gap: 25px;
  }
  .process-step,
  .process-step:first-child,
  .process-step:last-child {
    padding: 0 0 25px 65px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
    position: relative;
  }
  .process-step:last-child {
    border-bottom: 0;
    padding-bottom: 0;
  }
  .step-number {
    font-size: 37px;
    position: absolute;
    left: 0;
    top: 1px;
  }
  .process-step h3 {
    margin: 0 0 10px;
    font-size: 23px;
  }
  .process-step p {
    max-width: 100%;
    font-size: 13px;
  }
  .contact h2 {
    font-size: 39px;
    letter-spacing: -1.3px;
  }
  .contact .eyebrow {
    font-size: 8px;
    letter-spacing: 1.6px;
  }
  .contact-inner > p:not(.eyebrow) {
    font-size: 13px;
    margin-top: 17px;
  }
  .contact-start .button {
    font-size: 9px;
    padding-inline: 18px;
    gap: 15px;
  }
  .footer {
    padding: 50px 6% 22px;
  }
  .footer-main {
    grid-template-columns: 1fr 1fr;
    gap: 37px 20px;
    padding-bottom: 38px;
  }
  .footer-brand {
    grid-column: 1/-1;
  }
  .footer-brand .wordmark {
    font-size: 36px;
  }
  .footer-brand p {
    margin-top: 17px;
  }
  .footer-links h3 {
    font-size: 8px;
    letter-spacing: 1.2px;
    line-height: 1.8;
  }
  .footer-links > a,
  .footer-links > button,
  .footer-locale {
    font-size: 11px;
  }
  .footer-bottom {
    flex-wrap: wrap;
    gap: 14px;
    align-items: center;
    padding-top: 21px;
  }
  .footer-bottom p {
    width: 100%;
  }
  .footer-bottom .back-top {
    margin-left: auto;
  }
  .service-dialog {
    max-width: calc(100vw - 28px);
  }
  .service-dialog[open] {
    grid-template-columns: 1fr;
  }
  .service-dialog-image {
    height: 200px;
  }
  .service-dialog-image img {
    min-height: 0;
    height: 100%;
  }
  .service-dialog-copy {
    padding: 30px;
  }
  .service-dialog-copy h2 {
    font-size: 32px;
  }
  .service-dialog-copy ul {
    margin: 19px 0 25px;
  }
  .inquiry-dialog {
    padding: 38px 25px 30px;
    max-width: calc(100vw - 24px);
    max-height: calc(100svh - 24px);
  }
  .inquiry-dialog h2 {
    font-size: 32px;
    letter-spacing: -0.7px;
  }
  .inquiry-dialog .eyebrow {
    font-size: 7px;
    letter-spacing: 1.5px;
  }
  .form-grid {
    gap: 15px;
    grid-template-columns: 1fr;
  }
  .field input,
  .field select,
  .field textarea {
    font-size: 16px;
    min-height: 46px;
  }
  .consent {
    font-size: 11px;
  }
  .form-note {
    font-size: 9px;
  }
  .privacy-dialog {
    padding: 45px 28px;
    max-width: calc(100vw - 28px);
  }
  .privacy-dialog h2 {
    font-size: 30px;
  }
  .success-view {
    padding: 30px 0;
  }
  .success-view .button {
    padding-inline: 20px;
    gap: 18px;
  }
  .text-link {
    font-size: 9px;
    letter-spacing: 1.3px;
  }
}
@media (max-width: 440px) {
  .hero h1 {
    font-size: clamp(40px, 13vw, 51px);
  }
  .hero-eyebrow {
    font-size: 7px;
    letter-spacing: 2.3px;
  }
  .service-grid {
    grid-template-columns: 1fr;
    gap: 31px;
  }
  .card-image {
    aspect-ratio: 4/4.15;
  }
  .card-caption .eyebrow {
    font-size: 8px;
    max-width: none;
    letter-spacing: 1.4px;
  }
  .card-caption h3 {
    font-size: 27px;
  }
  .card-number {
    font-size: 9px;
    left: 18px;
    top: 17px;
  }
  .card-caption {
    padding-top: 20px;
  }
  .service-filters {
    gap: 8px 19px;
    max-width: 340px;
  }
  .filter {
    font-size: 8px;
  }
  .about-copy h2 {
    font-size: 42px;
  }
  .contact h2 {
    font-size: 35px;
  }
  .contact-start {
    flex-direction: column;
    gap: 12px;
  }
  .contact-start input {
    border: 1px solid #d3c9bc;
    min-height: 51px;
    font-size: 16px;
  }
  .contact-start .button {
    font-size: 9px;
    min-height: 51px;
  }
  .contact-note {
    font-size: 9px;
  }
  .section-heading h2 {
    font-size: 32px;
  }
  .hero-bottom {
    font-size: 6px;
    letter-spacing: 1.6px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }
  .js-ready .reveal {
    opacity: 1;
    transform: none;
  }
}
