/*!
Theme Name: DTR Customs
Theme URI: https://www.dtrcustoms.co.uk
Description: Bespoke fitted-furniture studio theme for DTR Customs Ltd, Nottingham. Editorial, architectural, ACF-block driven.
Author: DTR Customs
Version: 1.0.0
Requires at least: 6.4
Requires PHP: 8.0
Text Domain: dtr
*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

:root {
  --ink: #272b3a;
  --paper: #fbf8f2;
  --bone: #f4eee3;
  --stone: #ebe3d5;
  --limestone: #e0d7c6;
  --bronze: #9c7b4c;
  --bronze-dk: #7a6039;
  --bronze-lt: #c6a878;
  --forest: #33455c;
  --focus: #a9895a;
  --bg: #fbf8f2;
  --fg: #201d18;
  --muted: #635a4d;
  --accent: #7a6039;
  --accent-on: #fbf8f2;
  --hairline: #ddd3c2;
  --card: #f4eee3;
  --card-fg: #201d18;
  --btn-bg: #272b3a;
  --btn-fg: #fbf8f2;
  --btn-hover-bg: #7a6039;
  --btn-hover-fg: #fbf8f2;
}

.theme-paper {
  --bg: #fbf8f2;
  --fg: #201d18;
  --muted: #635a4d;
  --accent: #7a6039;
  --accent-on: #fbf8f2;
  --hairline: #ddd3c2;
  --card: #f4eee3;
  --card-fg: #201d18;
}

.theme-bone {
  --bg: #f4eee3;
  --fg: #201d18;
  --muted: #635a4d;
  --accent: #7a6039;
  --accent-on: #f4eee3;
  --hairline: #c8bda8;
  --card: #fbf8f2;
  --card-fg: #201d18;
}

.theme-stone {
  --bg: #ebe3d5;
  --fg: #201d18;
  --muted: #474d57;
  --accent: #7a6039;
  --accent-on: #ebe3d5;
  --hairline: #c8bda8;
  --card: #fbf8f2;
  --card-fg: #201d18;
}

.theme-ink {
  --bg: #272b3a;
  --fg: #f3ede2;
  --muted: #c4bcac;
  --accent: #c6a878;
  --accent-on: #272b3a;
  --hairline: rgba(243, 237, 226, 0.16);
  --card: #2f3446;
  --card-fg: #f3ede2;
  --btn-bg: #fbf8f2;
  --btn-fg: #272b3a;
  --btn-hover-bg: #c6a878;
  --btn-hover-fg: #272b3a;
}

.theme-forest {
  --bg: #33455c;
  --fg: #f3ede2;
  --muted: #c4bcac;
  --accent: #c6a878;
  --accent-on: #33455c;
  --hairline: rgba(#f3ede2, 0.16);
  --card: #485972;
  --card-fg: #f3ede2;
  --btn-bg: #fbf8f2;
  --btn-fg: #272b3a;
  --btn-hover-bg: #c6a878;
  --btn-hover-fg: #272b3a;
}

.theme-ink, .theme-forest {
  color: var(--fg);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  scroll-padding-top: 108px;
  -webkit-text-size-adjust: 100%;
}
@media (max-width: 921px) {
  html {
    scroll-padding-top: 84px;
  }
}

body {
  margin: 0;
  color: #201d18;
  background-color: #fbf8f2;
  font-family: "Hanken Grotesk", system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

img,
picture,
svg,
video {
  max-width: 100%;
  height: auto;
}

img {
  display: block;
}

.section {
  position: relative;
  padding-block: clamp(5.6rem, 3.6672566372rem + 4.9557522124vw, 11.2rem);
  background-color: var(--bg);
  color: var(--fg);
}
.section--tight {
  padding-block: clamp(3.6rem, 2.6336283186rem + 2.4778761062vw, 6.4rem);
}
.section--flush-top {
  padding-top: 0;
}
.section--flush-bottom {
  padding-bottom: 0;
}

.section.theme-paper + .section.theme-paper,
.section.theme-bone + .section.theme-bone,
.section.theme-stone + .section.theme-stone {
  border-top: 1px solid var(--hairline);
}

section:not([class]) {
  margin-block: clamp(4.8rem, 3.1433628319rem + 4.2477876106vw, 9.6rem);
}

.width-wrapper {
  max-width: 1520px;
  margin-inline: auto;
  padding-inline: 40px;
}
@media (max-width: 640px) {
  .width-wrapper {
    padding-inline: 24px;
  }
}

.width-wrapper--narrow {
  max-width: 880px;
  margin-inline: auto;
  padding-inline: 40px;
}
@media (max-width: 640px) {
  .width-wrapper--narrow {
    padding-inline: 24px;
  }
}

.measure {
  max-width: 760px;
}

.eyebrow {
  font-family: "Hanken Grotesk", system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  line-height: 1.2;
  display: inline-flex;
  align-items: center;
  gap: 0.8em;
  color: var(--accent);
  margin: 0 0 1.8rem;
}
.eyebrow::before {
  content: "";
  width: 2.4rem;
  height: 1px;
  background: currentColor;
  opacity: 0.9;
}
.eyebrow--center {
  justify-content: center;
}
.eyebrow--plain::before {
  display: none;
}

.hairline {
  border: 0;
  border-top: 1px solid var(--hairline);
  margin: 0;
}

.section-head {
  max-width: 78rem;
}
.section-head--center {
  margin-inline: auto;
  text-align: center;
}
.section-head--center .eyebrow {
  justify-content: center;
}
.section-head .lede {
  color: var(--muted);
  margin-top: 1.6rem;
}

.screen-reader-text,
.visually-hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 1000;
  background: #272b3a;
  color: #fbf8f2;
  padding: 1.2rem 2rem;
  font-weight: 600;
}
.skip-link:focus {
  left: 1.2rem;
  top: 1.2rem;
}

:where(a, button, input, textarea, select, summary, [tabindex]):focus-visible {
  outline: 2px solid var(--focus, #a9895a);
  outline-offset: 3px;
  border-radius: 2px;
}

::selection {
  background: rgba(156, 123, 76, 0.28);
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
    scroll-behavior: auto !important;
  }
}
body,
button,
input,
select,
optgroup,
textarea {
  font-family: "Hanken Grotesk", system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 1.7rem;
  line-height: 1.6;
  font-weight: 400;
  letter-spacing: 0.002em;
}
@media (max-width: 1024px) {
  body,
  button,
  input,
  select,
  optgroup,
  textarea {
    font-size: 1.6rem;
  }
}

a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  transition: color 0.25s cubic-bezier(0.22, 0.61, 0.36, 1), text-decoration-color 0.25s cubic-bezier(0.22, 0.61, 0.36, 1), background-color 0.25s cubic-bezier(0.22, 0.61, 0.36, 1), border-color 0.25s cubic-bezier(0.22, 0.61, 0.36, 1);
}

strong, b {
  font-weight: 600;
}

h1, h2, h3, h4, .display, .h1, .h2, .h3, .h4 {
  font-family: "Fraunces", "Iowan Old Style", Georgia, "Times New Roman", serif;
  font-optical-sizing: auto;
  font-weight: 470;
  font-style: normal;
  color: inherit;
  margin: 0;
  text-wrap: balance;
}

.display {
  font-size: clamp(4.6rem, 3.0123893805rem + 4.0707964602vw, 9.2rem);
  line-height: 0.98;
  letter-spacing: -0.015em;
  font-weight: 480;
}

.display--sm {
  font-size: clamp(3.8rem, 2.8336283186rem + 2.4778761062vw, 6.6rem);
}

h1, .h1 {
  font-size: clamp(4rem, 2.8265486726rem + 3.0088495575vw, 7.4rem);
  line-height: 1.01;
  letter-spacing: -0.014em;
}

h2, .h2 {
  font-size: clamp(3rem, 2.3097345133rem + 1.7699115044vw, 5rem);
  line-height: 1.06;
  letter-spacing: -0.01em;
  margin-bottom: 1.6rem;
}

h3, .h3 {
  font-size: clamp(2.3rem, 2.0584070796rem + 0.6194690265vw, 3rem);
  line-height: 1.12;
  letter-spacing: -0.006em;
  margin-bottom: 1.2rem;
}

h4, .h4 {
  font-family: "Hanken Grotesk", system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: clamp(1.8rem, 1.696460177rem + 0.2654867257vw, 2.1rem);
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: 0;
  margin-bottom: 1rem;
}

h5, .h5 {
  font-family: "Hanken Grotesk", system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.3;
  margin: 0 0 1rem;
}

h6, .h6 {
  font-family: "Hanken Grotesk", system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  line-height: 1.2;
  color: var(--muted);
  margin: 0 0 1rem;
}

p {
  margin: 0 0 1.6rem;
}
p:last-child {
  margin-bottom: 0;
}

dfn, cite, em, i {
  font-style: italic;
}

blockquote {
  margin: 0;
  font-family: "Fraunces", "Iowan Old Style", Georgia, "Times New Roman", serif;
  font-weight: 420;
}

address {
  margin: 0 0 1.5em;
  font-style: normal;
}

pre {
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code, kbd, tt, var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 0.9em;
}

abbr, acronym {
  cursor: help;
}

mark, ins {
  text-decoration: none;
}

.lede, .intro {
  font-size: clamp(1.9rem, 1.7619469027rem + 0.3539823009vw, 2.3rem);
  line-height: 1.5;
  font-weight: 400;
  color: var(--muted);
}
.lede:last-child, .intro:last-child {
  margin-bottom: 0;
}

.lede--display {
  font-family: "Fraunces", "Iowan Old Style", Georgia, "Times New Roman", serif;
  font-weight: 430;
  color: var(--fg);
  line-height: 1.32;
}

.rich-text > * + * {
  margin-top: 1.6rem;
}
.rich-text h2, .rich-text h3, .rich-text h4 {
  margin-top: 3.6rem;
}
.rich-text h2:first-child, .rich-text h3:first-child, .rich-text h4:first-child {
  margin-top: 0;
}
.rich-text ul, .rich-text ol {
  margin: 0 0 1.6rem;
  padding-left: 1.6em;
}
.rich-text li {
  margin-bottom: 0.6rem;
}
.rich-text li::marker {
  color: var(--accent);
}
.rich-text ul.ticks {
  list-style: none;
  padding-left: 0;
}
.rich-text ul.ticks li {
  position: relative;
  padding-left: 3.2rem;
  margin-bottom: 1.2rem;
}
.rich-text ul.ticks li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.75em;
  width: 1.6rem;
  height: 1px;
  background: var(--accent);
}
.rich-text blockquote {
  font-size: clamp(2.1rem, 1.892920354rem + 0.5309734513vw, 2.7rem);
  line-height: 1.4;
  margin: 3.2rem 0;
  padding-left: 2.8rem;
  border-left: 2px solid var(--accent);
}
.rich-text img {
  border-radius: 4px;
  margin-block: 2.4rem;
}
.rich-text a {
  color: var(--accent);
  font-weight: 500;
  text-decoration: underline;
  text-decoration-color: color-mix(in srgb, currentColor 40%, transparent);
  text-underline-offset: 0.2em;
}
@media (hover: hover) and (pointer: fine) {
  .rich-text a:hover {
    text-decoration-color: currentColor;
  }
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul, ol {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.rich-text ul {
  list-style: disc;
  padding-left: 1.6em;
}
.rich-text ol {
  list-style: decimal;
  padding-left: 1.6em;
}
.rich-text ul.ticks {
  list-style: none;
  padding-left: 0;
}

li > ul,
li > ol {
  margin-bottom: 0;
}

dt {
  font-weight: 600;
}

dd {
  margin: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

table {
  width: 100%;
  margin: 0 0 1.5em;
  border-collapse: collapse;
}
table th,
table td {
  padding: 8px;
  text-align: left;
}
table th + th,
table td + td {
  text-align: right;
}
table thead th {
  background: #9c7b4c;
  color: #272b3a;
  font-weight: 700;
}
table tbody tr {
  border-bottom: 1px solid #9c7b4c;
}
table:last-child {
  margin-bottom: 0;
}

.accommodation-table tr:first-child {
  background: #9c7b4c;
  color: #272b3a;
  font-weight: 700;
}
.accommodation-table tr:last-child {
  background: rgba(99, 90, 77, 0.3);
  font-weight: 700;
  border: none;
}

a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}
button {
  font-family: inherit;
  cursor: pointer;
}

.btn, input[type=submit],
button[type=submit],
.wpcf7-submit {
  appearance: none;
  background: none;
  border: 0;
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  cursor: pointer;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  font-family: "Hanken Grotesk", system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 1.55rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  padding: 1.7rem 2.6rem;
  min-height: 5rem;
  border: 1px solid transparent;
  border-radius: 4px;
  transition: background-color 0.25s cubic-bezier(0.22, 0.61, 0.36, 1), color 0.25s cubic-bezier(0.22, 0.61, 0.36, 1), border-color 0.25s cubic-bezier(0.22, 0.61, 0.36, 1), transform 0.25s cubic-bezier(0.22, 0.61, 0.36, 1), box-shadow 0.25s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.btn::after, input[type=submit]::after,
button[type=submit]::after,
.wpcf7-submit::after {
  content: "";
  width: 1.5rem;
  height: 1rem;
  background-color: currentColor;
  mask: url("images/arrow.svg") no-repeat center/contain;
  -webkit-mask: url("images/arrow.svg") no-repeat center/contain;
  transition: transform 0.25s cubic-bezier(0.22, 0.61, 0.36, 1);
  flex: none;
}
@media (hover: hover) and (pointer: fine) {
  .btn:hover::after, input[type=submit]:hover::after,
  button[type=submit]:hover::after,
  .wpcf7-submit:hover::after {
    transform: translateX(4px);
  }
}
.btn--no-arrow::after {
  display: none;
}
.btn:active, input[type=submit]:active,
button[type=submit]:active,
.wpcf7-submit:active {
  transform: translateY(1px);
}

.btn--primary, input[type=submit],
button[type=submit],
.wpcf7-submit {
  background: var(--btn-bg);
  color: var(--btn-fg);
}
@media (hover: hover) and (pointer: fine) {
  .btn--primary:hover, input[type=submit]:hover,
  button[type=submit]:hover,
  .wpcf7-submit:hover {
    background: var(--btn-hover-bg);
    color: var(--btn-hover-fg);
  }
}

.btn--accent {
  background: #7a6039;
  color: #fbf8f2;
}
@media (hover: hover) and (pointer: fine) {
  .btn--accent:hover {
    background: #272b3a;
    color: #fbf8f2;
  }
}

.btn--outline {
  background: transparent;
  color: var(--fg);
  border-color: color-mix(in srgb, var(--fg) 35%, transparent);
}
@media (hover: hover) and (pointer: fine) {
  .btn--outline:hover {
    background: var(--fg);
    color: var(--bg);
    border-color: var(--fg);
  }
}

.btn--link {
  padding: 0;
  min-height: 0;
  color: var(--accent);
  font-size: 1.5rem;
  border-radius: 2px;
}
.btn--link::after {
  width: 1.6rem;
}
@media (hover: hover) and (pointer: fine) {
  .btn--link:hover {
    color: var(--fg);
  }
}

.btn--block {
  width: 100%;
}

.btn-row {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem 1.6rem;
  align-items: center;
}
.btn-row--center {
  justify-content: center;
}

.form .form-row,
.wpcf7-form .form-row {
  margin-bottom: 1.8rem;
}
.form .form-grid,
.wpcf7-form .form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.8rem;
}
@media (max-width: 640px) {
  .form .form-grid,
  .wpcf7-form .form-grid {
    grid-template-columns: 1fr;
  }
}
.form label, .form .field-label,
.wpcf7-form label,
.wpcf7-form .field-label {
  display: block;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  margin-bottom: 0.7rem;
  color: var(--fg);
}
.form .field-hint,
.wpcf7-form .field-hint {
  display: block;
  font-size: 1.3rem;
  color: var(--muted);
  margin-top: 0.6rem;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=date],
input[type=time],
input[type=datetime-local],
select,
textarea {
  width: 100%;
  font-family: "Hanken Grotesk", system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 1.6rem;
  color: var(--fg);
  background: color-mix(in srgb, var(--bg) 92%, #fff 8%);
  border: 1px solid var(--hairline);
  border-radius: 4px;
  padding: 1.3rem 1.5rem;
  line-height: 1.4;
  transition: border-color 0.25s cubic-bezier(0.22, 0.61, 0.36, 1), box-shadow 0.25s cubic-bezier(0.22, 0.61, 0.36, 1);
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=url]::placeholder,
input[type=password]::placeholder,
input[type=search]::placeholder,
input[type=number]::placeholder,
input[type=tel]::placeholder,
input[type=date]::placeholder,
input[type=time]::placeholder,
input[type=datetime-local]::placeholder,
select::placeholder,
textarea::placeholder {
  color: var(--muted);
  opacity: 1;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=date]:focus,
input[type=time]:focus,
input[type=datetime-local]:focus,
select:focus,
textarea:focus {
  outline: none;
  border-color: var(--accent);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--accent) 22%, transparent);
}

.theme-ink input, .theme-ink select, .theme-ink textarea, .theme-forest input, .theme-forest select, .theme-forest textarea {
  background: rgba(255, 255, 255, 0.06);
  color: #f3ede2;
}
.theme-ink input::placeholder, .theme-ink textarea::placeholder, .theme-forest input::placeholder, .theme-forest textarea::placeholder {
  color: #c4bcac;
}

textarea {
  min-height: 13rem;
  resize: vertical;
}

select {
  appearance: none;
  background-image: url("images/arrow.svg");
  background-repeat: no-repeat;
  background-position: right 1.4rem center;
  background-size: 1.2rem;
  padding-right: 4rem;
}

input[type=file] {
  font-size: 1.5rem;
  color: var(--muted);
}

.wpcf7-list-item {
  display: block;
  margin: 0 0 0.6rem;
}

input[type=checkbox], input[type=radio] {
  width: auto;
  margin-right: 0.8rem;
  accent-color: #7a6039;
}

input[type=submit],
button[type=submit],
.wpcf7-submit {
  width: auto;
}

.wpcf7-not-valid {
  border-color: #8f3a2c !important;
}

.wpcf7-not-valid-tip {
  color: #8f3a2c;
  font-size: 1.3rem;
  margin-top: 0.5rem;
}

.wpcf7-response-output {
  margin: 1.6rem 0 0 !important;
  padding: 1.3rem 1.6rem !important;
  border-radius: 4px;
  border: 1px solid var(--hairline) !important;
  font-size: 1.5rem;
}

.wpcf7-mail-sent-ok {
  border-color: #3d6a4e !important;
  background: color-mix(in srgb, #3d6a4e 10%, transparent);
}

.wpcf7-validation-errors,
.wpcf7-mail-sent-ng {
  border-color: #8f3a2c !important;
  background: color-mix(in srgb, #8f3a2c 8%, transparent);
}

.wpcf7-spinner {
  margin: 1rem auto 0;
}

:root {
  --header-h: 116px;
}
@media (max-width: 1180px) {
  :root {
    --header-h: 70px;
  }
}

body {
  padding-top: var(--header-h);
}

.site-brand {
  display: inline-flex;
  align-items: center;
  line-height: 0;
  color: inherit;
  text-decoration: none;
  white-space: nowrap;
}
.site-brand--logo img,
.site-brand img.custom-logo {
  height: 46px;
  width: auto;
  display: block;
}
.site-brand__mark {
  font-family: "Fraunces", "Iowan Old Style", Georgia, "Times New Roman", serif;
  font-weight: 560;
  font-size: 2.9rem;
  letter-spacing: 0.02em;
}
.site-brand__word {
  font-family: "Hanken Grotesk", system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 1.35rem;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  margin-left: 0.5rem;
}
@media (max-width: 640px) {
  .site-brand--logo img, .site-brand img.custom-logo {
    height: 38px;
  }
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 200;
  background: #272b3a;
  color: #f3ede2;
  transition: box-shadow 0.25s cubic-bezier(0.22, 0.61, 0.36, 1);
  --accent: #c6a878;
  --btn-bg: #fbf8f2;
  --btn-fg: #272b3a;
  --btn-hover-bg: #c6a878;
  --btn-hover-fg: #272b3a;
}
.site-header.is-scrolled {
  box-shadow: 0 14px 34px -24px rgba(0, 0, 0, 0.6);
}

.header-topbar {
  background: rgba(0, 0, 0, 0.16);
  color: #c4bcac;
  font-size: 1.3rem;
}
.header-topbar__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 38px;
  gap: 2rem;
}
.header-topbar .topbar-note {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  margin: 0;
}
.header-topbar .topbar-note .icon {
  color: #c6a878;
  flex: none;
}
.header-topbar .topbar-links {
  display: flex;
  align-items: center;
  gap: 2.2rem;
}
.header-topbar .topbar-phone {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  color: #f3ede2;
  font-weight: 500;
}
.header-topbar .topbar-phone .icon {
  color: #c6a878;
}
@media (hover: hover) and (pointer: fine) {
  .header-topbar .topbar-phone:hover {
    color: #c6a878;
  }
}
.header-topbar .topbar-social {
  color: #c4bcac;
}
@media (hover: hover) and (pointer: fine) {
  .header-topbar .topbar-social:hover {
    color: #c6a878;
  }
}
@media (max-width: 1180px) {
  .header-topbar {
    display: none;
  }
}

.header-main {
  border-bottom: 1px solid rgba(243, 237, 226, 0.16);
}
.header-main__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3rem;
  min-height: 74px;
  padding-block: 1.1rem;
}
@media (max-width: 1180px) {
  .header-main__inner {
    min-height: 68px;
    gap: 1.4rem;
  }
}

.primary-nav .nav-menu {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.primary-nav .nav-menu li {
  margin: 0;
  position: relative;
}
.primary-nav .nav-menu a {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 1rem 1.4rem;
  font-size: 1.55rem;
  font-weight: 500;
  color: #f3ede2;
  border-radius: 4px;
  white-space: nowrap;
}
@media (hover: hover) and (pointer: fine) {
  .primary-nav .nav-menu a:hover {
    color: #c6a878;
  }
}
.primary-nav .nav-menu .current-menu-item > a,
.primary-nav .nav-menu .current-menu-ancestor > a {
  color: #c6a878;
}
.primary-nav .nav-menu .menu-item-has-children > a::after {
  content: "";
  width: 1.1rem;
  height: 1.1rem;
  background: currentColor;
  mask: url("images/arrow.svg") no-repeat center/contain;
  -webkit-mask: url("images/arrow.svg") no-repeat center/contain;
  transform: rotate(90deg);
  opacity: 0.55;
  transition: transform 0.25s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.primary-nav .sub-menu {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  min-width: 252px;
  background: #fbf8f2;
  color: #201d18;
  border: 1px solid #ddd3c2;
  border-radius: 4px;
  box-shadow: 0 24px 60px -20px rgba(39, 43, 58, 0.28);
  padding: 0.8rem;
  list-style: none;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);
  transition: opacity 0.25s cubic-bezier(0.22, 0.61, 0.36, 1), transform 0.25s cubic-bezier(0.22, 0.61, 0.36, 1), visibility 0.25s;
  z-index: 10;
}
.primary-nav .sub-menu li {
  width: 100%;
}
.primary-nav .sub-menu a {
  display: block;
  padding: 1rem 1.2rem;
  font-size: 1.45rem;
  color: #201d18;
  border-radius: 2px;
}
@media (hover: hover) and (pointer: fine) {
  .primary-nav .sub-menu a:hover {
    background: #f4eee3;
    color: #7a6039;
  }
}
.primary-nav .menu-item-has-children:hover > .sub-menu,
.primary-nav .menu-item-has-children:focus-within > .sub-menu,
.primary-nav .menu-item-has-children.is-open > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.primary-nav .menu-item-has-children:hover > a::after,
.primary-nav .menu-item-has-children.is-open > a::after {
  transform: rotate(-90deg);
  opacity: 1;
}
.primary-nav .submenu-toggle {
  appearance: none;
  background: none;
  border: 0;
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  cursor: pointer;
  display: none;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  color: #f3ede2;
}
.primary-nav .submenu-toggle svg {
  transition: transform 0.25s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.primary-nav .submenu-toggle[aria-expanded=true] svg {
  transform: rotate(180deg);
}
.primary-nav .nav-extra {
  display: none;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 1.4rem;
}

.header-call {
  display: none;
  color: #f3ede2;
}
@media (hover: hover) and (pointer: fine) {
  .header-call:hover {
    color: #c6a878;
  }
}

.header-cta {
  padding: 1.3rem 2rem;
  min-height: 4.6rem;
}

.menu-toggle {
  appearance: none;
  background: none;
  border: 0;
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  cursor: pointer;
  display: none;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(243, 237, 226, 0.16);
  border-radius: 4px;
  color: #f3ede2;
}
.menu-toggle__bars {
  position: relative;
  width: 22px;
  height: 14px;
  display: block;
}
.menu-toggle__bars span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: currentColor;
  border-radius: 2px;
  transition: transform 0.25s cubic-bezier(0.22, 0.61, 0.36, 1), opacity 0.25s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.menu-toggle__bars span:nth-child(1) {
  top: 0;
}
.menu-toggle__bars span:nth-child(2) {
  top: 6px;
}
.menu-toggle__bars span:nth-child(3) {
  top: 12px;
}

.menu-backdrop {
  position: fixed;
  inset: 0;
  z-index: 190;
  background: rgba(0, 0, 0, 0.55);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s cubic-bezier(0.22, 0.61, 0.36, 1), visibility 0.25s;
}
.menu-backdrop.is-visible {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 1180px) {
  .header-cta {
    display: none;
  }
  .header-call {
    display: inline-flex;
  }
  .menu-toggle {
    display: inline-flex;
  }
  .primary-nav {
    position: fixed;
    top: 0;
    right: 0;
    height: 100dvh;
    width: min(420px, 88vw);
    background: #272b3a;
    color: #f3ede2;
    z-index: 210;
    padding: 2.4rem 2.4rem 3rem;
    overflow-y: auto;
    transform: translateX(100%);
    transition: transform 0.45s cubic-bezier(0.22, 0.61, 0.36, 1);
    box-shadow: 0 24px 60px -20px rgba(39, 43, 58, 0.28);
    display: flex;
    flex-direction: column;
  }
  .primary-nav .nav-menu {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    margin-top: 5.4rem;
    width: 100%;
  }
  .primary-nav .nav-menu > li {
    border-bottom: 1px solid rgba(243, 237, 226, 0.16);
  }
  .primary-nav .nav-menu a {
    padding: 1.5rem 0.2rem;
    font-size: 1.8rem;
    font-weight: 500;
    color: #f3ede2;
  }
  .primary-nav .nav-menu .menu-item-has-children {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
  .primary-nav .nav-menu .menu-item-has-children > a {
    flex: 1;
  }
  .primary-nav .nav-menu .menu-item-has-children > a::after {
    display: none;
  }
  .primary-nav .nav-menu .submenu-toggle {
    display: inline-flex;
  }
  .primary-nav .nav-menu .sub-menu {
    flex-basis: 100%;
  }
  .primary-nav .sub-menu {
    position: static;
    background: transparent;
    color: #f3ede2;
    border: 0;
    box-shadow: none;
    border-radius: 0;
    opacity: 1;
    visibility: visible;
    transform: none;
    padding: 0 0 1rem 1.2rem;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.45s cubic-bezier(0.22, 0.61, 0.36, 1);
  }
  .primary-nav .sub-menu a {
    font-size: 1.55rem;
    padding: 1rem 0.2rem;
    color: #c4bcac;
  }
}
@media (max-width: 1180px) and (hover: hover) and (pointer: fine) {
  .primary-nav .sub-menu a:hover {
    background: none;
    color: #c6a878;
  }
}
@media (max-width: 1180px) {
  .primary-nav .menu-item-has-children.is-open > .sub-menu {
    max-height: 60rem;
  }
  .primary-nav .nav-extra {
    display: block;
    margin-top: auto;
    padding-top: 2.4rem;
  }
  .primary-nav .nav-extra .btn, .primary-nav .nav-extra input[type=submit],
  .primary-nav .nav-extra button[type=submit],
  .primary-nav .nav-extra .wpcf7-submit {
    margin-bottom: 1.6rem;
  }
  .primary-nav .nav-extra__phone {
    display: inline-flex;
    align-items: center;
    gap: 0.8rem;
    font-size: 1.8rem;
    font-weight: 600;
    color: #f3ede2;
  }
  .primary-nav .nav-extra__phone .icon {
    color: #c6a878;
  }
  .primary-nav .nav-extra__hours {
    color: #c4bcac;
    font-size: 1.4rem;
    margin: 0.6rem 0 0;
  }
  .site-header.is-menu-open .primary-nav {
    transform: translateX(0);
  }
  .site-header.is-menu-open .menu-toggle {
    border-color: transparent;
    position: fixed;
    top: 1.5rem;
    right: 2rem;
    z-index: 220;
  }
  .site-header.is-menu-open .menu-toggle .menu-toggle__bars span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }
  .site-header.is-menu-open .menu-toggle .menu-toggle__bars span:nth-child(2) {
    opacity: 0;
  }
  .site-header.is-menu-open .menu-toggle .menu-toggle__bars span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }
}
body.menu-open {
  overflow: hidden;
}

.site-footer {
  background: var(--bg);
  color: var(--fg);
}
.site-footer--merged {
  border-top: 1px solid rgba(243, 237, 226, 0.22);
}

.footer-cta {
  border-bottom: 1px solid var(--hairline);
}
.footer-cta__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3rem 4rem;
  flex-wrap: wrap;
  padding-block: clamp(4rem, 2.8955752212rem + 2.8318584071vw, 7.2rem);
}
.footer-cta__heading {
  font-size: clamp(2.6rem, 2.0477876106rem + 1.4159292035vw, 4.2rem);
  max-width: 24ch;
  margin: 0;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1.4fr;
  gap: 4rem;
  padding-block: clamp(4.8rem, 3.6955752212rem + 2.8318584071vw, 8rem);
}
@media (max-width: 1024px) {
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 3.6rem;
  }
}
@media (max-width: 640px) {
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 3.2rem;
  }
}

.footer-brand .site-brand {
  color: var(--fg);
  margin-bottom: 2rem;
  display: inline-block;
  line-height: 0;
}
.footer-brand .site-brand--footer img {
  height: 54px;
  width: auto;
}
.footer-brand .site-brand__word {
  color: #c6a878;
}

.footer-blurb {
  color: var(--muted);
  max-width: 34ch;
  margin-bottom: 2rem;
}

.footer-social {
  display: flex;
  gap: 1rem;
}
.footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 1px solid var(--hairline);
  border-radius: 50%;
  color: var(--fg);
}
@media (hover: hover) and (pointer: fine) {
  .footer-social a:hover {
    color: #c6a878;
    border-color: #c6a878;
  }
}

.footer-col__title {
  font-family: "Hanken Grotesk", system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  line-height: 1.2;
  color: #c6a878;
  margin-bottom: 1.8rem;
}

.footer-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-menu li {
  margin-bottom: 1.1rem;
}
.footer-menu a {
  color: var(--muted);
  font-size: 1.55rem;
}
@media (hover: hover) and (pointer: fine) {
  .footer-menu a:hover {
    color: var(--fg);
  }
}

.footer-address {
  font-style: normal;
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
}
.footer-address__line {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  color: var(--muted);
  font-size: 1.5rem;
  line-height: 1.5;
}
.footer-address__line .icon {
  color: #c6a878;
  flex: none;
  margin-top: 0.2rem;
}
.footer-address__line em {
  color: var(--muted);
  font-style: italic;
}
@media (hover: hover) and (pointer: fine) {
  .footer-address a.footer-address__line:hover {
    color: var(--fg);
  }
}

.footer-bottom {
  border-top: 1px solid var(--hairline);
  padding-block: 3rem 3.2rem;
}
.footer-bottom .footer-legal-company {
  color: var(--muted);
  font-size: 1.3rem;
  max-width: 90ch;
  margin-bottom: 1.6rem;
}
.footer-bottom__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.6rem 3rem;
  flex-wrap: wrap;
}
.footer-bottom .footer-copyright {
  color: var(--muted);
  font-size: 1.35rem;
}
.footer-bottom .legal-menu {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 2.4rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-bottom .legal-menu a {
  color: var(--muted);
  font-size: 1.35rem;
}
@media (hover: hover) and (pointer: fine) {
  .footer-bottom .legal-menu a:hover {
    color: var(--fg);
  }
}

.sticky-actions {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 180;
  display: none;
  grid-template-columns: repeat(3, 1fr);
  background: #fbf8f2;
  border-top: 1px solid var(--hairline);
  box-shadow: 0 -8px 24px -18px rgba(39, 43, 58, 0.6);
  padding-bottom: env(safe-area-inset-bottom);
  transform: translateY(110%);
  transition: transform 0.45s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.sticky-actions.is-visible {
  transform: translateY(0);
}
.sticky-actions__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  padding: 1rem 0.4rem;
  font-size: 1.15rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #272b3a;
  min-height: 58px;
}
.sticky-actions__item .icon {
  color: #7a6039;
}
.sticky-actions__item + .sticky-actions__item {
  border-left: 1px solid var(--hairline);
}
.sticky-actions__item--primary {
  background: #272b3a;
  color: #fbf8f2;
}
.sticky-actions__item--primary .icon {
  color: #c6a878;
}
@media (max-width: 921px) {
  .sticky-actions {
    display: grid;
  }
}

@media (max-width: 921px) {
  .site-footer {
    margin-bottom: 62px;
  }
}
.breadcrumbs {
  background: var(--bg, #fbf8f2);
  border-bottom: 1px solid var(--hairline);
  font-size: 1.35rem;
}
.breadcrumbs .crumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.4rem;
  list-style: none;
  margin: 0;
  padding: 1.3rem 0;
}
.breadcrumbs .crumbs li {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: var(--muted);
}
.breadcrumbs .crumbs a {
  color: var(--muted);
}
@media (hover: hover) and (pointer: fine) {
  .breadcrumbs .crumbs a:hover {
    color: var(--accent);
  }
}
.breadcrumbs .crumbs [aria-current=page] {
  color: var(--fg);
}
.breadcrumbs .crumbs .crumb-sep {
  color: var(--muted);
  opacity: 0.6;
  display: inline-flex;
}

.pagination {
  margin-top: clamp(4rem, 3.1716814159rem + 2.1238938053vw, 6.4rem);
}
.pagination ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 4.6rem;
  height: 4.6rem;
  padding: 0 1rem;
  border: 1px solid var(--hairline);
  border-radius: 4px;
  color: var(--fg);
  font-weight: 500;
  font-size: 1.5rem;
}
@media (hover: hover) and (pointer: fine) {
  .pagination .page-numbers:hover {
    border-color: var(--accent);
    color: var(--accent);
  }
}
.pagination .page-numbers.current {
  background: #272b3a;
  color: #fbf8f2;
  border-color: #272b3a;
}
.pagination .page-numbers.dots {
  border: 0;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes slideDown {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideUp {
  0% {
    opacity: 0;
    transform: translateY(80px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideLeft {
  0% {
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slideRight {
  0% {
    transform: translateX(100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
[data-reveal] {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.7s cubic-bezier(0.22, 0.61, 0.36, 1), transform 0.7s cubic-bezier(0.22, 0.61, 0.36, 1);
  will-change: opacity, transform;
}
[data-reveal].is-revealed {
  opacity: 1;
  transform: none;
}
[data-reveal][data-reveal-delay="1"] {
  transition-delay: 0.06s;
}
[data-reveal][data-reveal-delay="2"] {
  transition-delay: 0.12s;
}
[data-reveal][data-reveal-delay="3"] {
  transition-delay: 0.18s;
}
[data-reveal][data-reveal-delay="4"] {
  transition-delay: 0.24s;
}
[data-reveal][data-reveal-delay="5"] {
  transition-delay: 0.3s;
}
[data-reveal][data-reveal-delay="6"] {
  transition-delay: 0.36s;
}
[data-reveal][data-reveal-delay="7"] {
  transition-delay: 0.42s;
}
[data-reveal][data-reveal-delay="8"] {
  transition-delay: 0.48s;
}
[data-reveal][data-reveal-delay="9"] {
  transition-delay: 0.54s;
}
[data-reveal][data-reveal-delay="10"] {
  transition-delay: 0.6s;
}
[data-reveal][data-reveal-delay="11"] {
  transition-delay: 0.66s;
}
[data-reveal][data-reveal-delay="12"] {
  transition-delay: 0.72s;
}

@media (prefers-reduced-motion: reduce) {
  [data-reveal] {
    opacity: 1 !important;
    transform: none !important;
  }
}
.media-frame {
  position: relative;
  overflow: hidden;
  background: var(--limestone, #e0d7c6);
  border-radius: 4px;
}
.media-frame img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.media-frame--4x3 {
  aspect-ratio: 4/3;
}
.media-frame--3x4 {
  aspect-ratio: 3/4;
}
.media-frame--16x9 {
  aspect-ratio: 16/9;
}
.media-frame--1x1 {
  aspect-ratio: 1/1;
}
.media-frame--3x2 {
  aspect-ratio: 3/2;
}

.card-grid {
  display: grid;
  gap: clamp(2rem, 1.585840708rem + 1.0619469027vw, 3.2rem);
  grid-template-columns: repeat(3, 1fr);
}
.card-grid--2 {
  grid-template-columns: repeat(2, 1fr);
}
.card-grid--4 {
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 1024px) {
  .card-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 640px) {
  .card-grid {
    grid-template-columns: 1fr;
  }
  .card-grid--keep-2 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.4rem;
  }
}

.stars {
  display: inline-flex;
  gap: 0.2rem;
  color: #9c7b4c;
}
.stars .star {
  color: color-mix(in srgb, var(--muted) 45%, transparent);
  line-height: 0;
}
.stars .star.is-on {
  color: #9c7b4c;
}

.theme-ink .stars .star.is-on,
.theme-forest .stars .star.is-on {
  color: #c6a878;
}

.pill {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.6rem 1.2rem;
  border: 1px solid var(--hairline);
  border-radius: 100px;
  font-size: 1.3rem;
  font-weight: 500;
  color: var(--fg);
  background: transparent;
  transition: all 0.25s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.quote-mark {
  color: var(--accent);
  opacity: 0.9;
}

.ticks {
  list-style: none;
  padding-left: 0;
  margin: 0 0 2rem;
}
.ticks li {
  position: relative;
  padding-left: 3rem;
  margin-bottom: 1.1rem;
}
.ticks li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 1.6rem;
  height: 1px;
  background: var(--accent);
}

.carousel {
  position: relative;
}
.carousel__track {
  display: flex;
  gap: 2.4rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  padding-bottom: 0.5rem;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.carousel__track::-webkit-scrollbar {
  display: none;
}
.carousel__slide {
  scroll-snap-align: start;
  flex: 0 0 auto;
  width: min(420px, 82%);
}
.carousel__controls {
  display: flex;
  gap: 1rem;
  margin-top: 2.4rem;
}
.carousel__btn {
  appearance: none;
  background: none;
  border: 0;
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  cursor: pointer;
  width: 5rem;
  height: 5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--hairline);
  border-radius: 50%;
  color: var(--fg);
  transition: all 0.25s cubic-bezier(0.22, 0.61, 0.36, 1);
}
@media (hover: hover) and (pointer: fine) {
  .carousel__btn:hover {
    background: var(--fg);
    color: var(--bg);
    border-color: var(--fg);
  }
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 300;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(39, 43, 58, 0.94);
  padding: 4vh 6vw;
}
.lightbox[hidden] {
  display: none;
}
.lightbox__stage {
  margin: 0;
  max-width: 100%;
  max-height: 100%;
}
.lightbox__img {
  max-width: 88vw;
  max-height: 86vh;
  width: auto;
  height: auto;
  border-radius: 2px;
}
.lightbox__close, .lightbox__nav {
  appearance: none;
  background: none;
  border: 0;
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  cursor: pointer;
  position: absolute;
  color: #fbf8f2;
  opacity: 0.8;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.25s cubic-bezier(0.22, 0.61, 0.36, 1), background 0.25s cubic-bezier(0.22, 0.61, 0.36, 1);
}
@media (hover: hover) and (pointer: fine) {
  .lightbox__close:hover, .lightbox__nav:hover {
    opacity: 1;
  }
}
.lightbox__close {
  top: 2rem;
  right: 2.4rem;
  font-size: 4rem;
  line-height: 1;
  width: 5rem;
  height: 5rem;
}
.lightbox__nav {
  top: 50%;
  transform: translateY(-50%);
  font-size: 4.5rem;
  width: 6rem;
  height: 8rem;
}
.lightbox__prev {
  left: 1rem;
}
.lightbox__next {
  right: 1rem;
}
.lightbox__count {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  color: #c4bcac;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
}
@media (max-width: 640px) {
  .lightbox__nav {
    font-size: 3rem;
    width: 4rem;
  }
  .lightbox__img {
    max-width: 94vw;
  }
}

.block-placeholder {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  padding: 3rem;
  border: 1px dashed var(--border-dk, #c8bda8);
  border-radius: 4px;
  background: repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(39, 43, 58, 0.02) 10px, rgba(39, 43, 58, 0.02) 20px);
  color: var(--muted);
  text-align: center;
}
.block-placeholder strong {
  color: var(--fg);
  font-family: "Fraunces", "Iowan Old Style", Georgia, "Times New Roman", serif;
  font-size: 1.9rem;
  font-weight: 500;
}
.block-placeholder span {
  font-size: 1.4rem;
}

.hero {
  position: relative;
  background: var(--bg);
  color: var(--fg);
}
.hero__inner {
  position: relative;
  z-index: 2;
}
.hero__content {
  max-width: 62rem;
}
.hero__title {
  margin: 0 0 2rem;
}
.hero__lede {
  max-width: 48ch;
  margin-bottom: 3rem;
  color: var(--muted);
}
.hero__actions {
  margin-bottom: 2.5rem;
}
.hero__trust {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
  color: var(--muted);
  font-size: 1.4rem;
}
.hero__trust .stars {
  margin-right: 0.4rem;
}
.hero--full {
  min-height: clamp(560px, 88vh, 900px);
  display: flex;
  align-items: flex-end;
}
.hero--full .hero__inner {
  width: 100%;
  min-width: 0;
  padding-block: clamp(4rem, 8vh, 9rem);
}
.hero--full .hero__content {
  overflow-wrap: break-word;
}
.hero--full .hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}
.hero--full .hero__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero--full .hero__content {
  max-width: 68rem;
  text-shadow: 0 1px 40px rgba(39, 43, 58, 0.45);
}
.hero--full .hero__title {
  font-size: clamp(4.4rem, 2.7433628319rem + 4.2477876106vw, 9.2rem);
}
.hero--full .hero__lede {
  color: rgba(255, 255, 255, 0.92);
}
.hero--full .hero__trust {
  color: rgba(255, 255, 255, 0.82);
}
.hero--full .eyebrow {
  color: rgba(255, 255, 255, 0.9);
}
.hero--full .eyebrow::before {
  background: #c6a878;
}
.hero--full::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(39, 43, 58, 0.12) 0%, rgba(39, 43, 58, 0) 34%, rgba(39, 43, 58, 0.55) 82%, rgba(39, 43, 58, 0.8) 100%);
}
.hero--full.overlay--soft::after {
  background: linear-gradient(180deg, rgba(39, 43, 58, 0.05), rgba(39, 43, 58, 0) 45%, rgba(39, 43, 58, 0.42) 100%);
}
.hero--full.overlay--strong::after {
  background: linear-gradient(180deg, rgba(39, 43, 58, 0.3) 0%, rgba(39, 43, 58, 0.12) 40%, rgba(39, 43, 58, 0.74) 100%);
}
.hero--split .hero__inner {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  align-items: center;
  gap: clamp(3.2rem, 1.8194690265rem + 3.5398230088vw, 7.2rem);
  padding-block: clamp(4.8rem, 3.1433628319rem + 4.2477876106vw, 9.6rem);
}
.hero--split .hero__media {
  border-radius: 8px;
  overflow: hidden;
  aspect-ratio: 4/3;
  box-shadow: 0 24px 60px -20px rgba(39, 43, 58, 0.28);
}
.hero--split .hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero--split .hero__content {
  order: -1;
}
@media (max-width: 1024px) {
  .hero--split .hero__inner {
    grid-template-columns: 1fr;
  }
  .hero--split .hero__media {
    order: -1;
    aspect-ratio: 16/10;
  }
  .hero--split .hero__content {
    order: 0;
  }
}
.hero--compact .hero__inner {
  padding-block: clamp(4rem, 2.7575221239rem + 3.185840708vw, 7.6rem);
}
.hero--compact .hero__content {
  max-width: 74rem;
}
.hero--compact .hero__title {
  font-size: clamp(3.8rem, 2.8336283186rem + 2.4778761062vw, 6.6rem);
}
.hero--compact.theme-paper, .hero--compact.theme-bone, .hero--compact.theme-stone {
  border-bottom: 1px solid var(--hairline);
}
@media (max-width: 640px) {
  .hero--full {
    min-height: 76vh;
  }
}

.intro__inner {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(2.8rem, 1.2814159292rem + 3.8938053097vw, 7.2rem);
  align-items: start;
}
@media (max-width: 921px) {
  .intro__inner {
    grid-template-columns: 1fr;
    gap: 2.4rem;
  }
}

.intro--center .intro__inner {
  grid-template-columns: 1fr;
  max-width: 80rem;
  margin-inline: auto;
  text-align: center;
}
.intro--center .intro__inner .eyebrow {
  justify-content: center;
}
.intro--center .intro__inner .intro__stats {
  justify-content: center;
}

.intro__title {
  margin: 0;
}

.intro__body .lede--display {
  margin-bottom: 2rem;
}

.intro__stats {
  display: flex;
  flex-wrap: wrap;
  gap: 2.4rem 4rem;
  margin: 3.4rem 0 0;
  padding-top: 3rem;
  border-top: 1px solid var(--hairline);
}
.intro__stats .stat {
  margin: 0;
}
.intro__stats .stat__value {
  font-family: "Fraunces", "Iowan Old Style", Georgia, "Times New Roman", serif;
  font-size: clamp(3rem, 2.5168141593rem + 1.2389380531vw, 4.4rem);
  font-weight: 500;
  line-height: 1;
  color: var(--fg);
}
.intro__stats .stat__label {
  margin: 0.6rem 0 0;
  color: var(--muted);
  font-size: 1.4rem;
}

.services__grid {
  margin-top: clamp(3.2rem, 2.3716814159rem + 2.1238938053vw, 5.6rem);
}

.service-card__link {
  display: flex;
  flex-direction: column;
  height: 100%;
  color: inherit;
}
.service-card__media {
  margin-bottom: 1.8rem;
}
.service-card__media img {
  transition: transform 0.9s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.service-card__body {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.service-card__title {
  margin: 0 0 0.8rem;
  transition: color 0.25s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.service-card__text {
  color: var(--muted);
  font-size: 1.5rem;
  margin-bottom: 1.4rem;
}
.service-card__more {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  margin-top: auto;
  color: var(--accent);
  font-weight: 600;
  font-size: 1.45rem;
}
.service-card__more .icon {
  transition: transform 0.25s cubic-bezier(0.22, 0.61, 0.36, 1);
}
@media (hover: hover) and (pointer: fine) {
  .service-card:hover .service-card__media img {
    transform: scale(1.05);
  }
  .service-card:hover .service-card__title {
    color: var(--accent);
  }
  .service-card:hover .service-card__more .icon {
    transform: translateX(4px);
  }
}

.projects__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: clamp(2.8rem, 2.1097345133rem + 1.7699115044vw, 4.8rem);
  flex-wrap: wrap;
}
.projects__head .section-head {
  margin-bottom: 0;
}

.projects__viewall {
  flex: none;
}

.project-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  color: inherit;
}
.project-card__media {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  aspect-ratio: 4/3;
  background: var(--limestone);
  margin-bottom: 1.6rem;
}
.project-card .card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.9s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.project-card .card-img--empty {
  display: block;
  width: 100%;
  height: 100%;
  background: var(--limestone);
}
.project-card__body {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.project-card__eyebrow {
  font-family: "Hanken Grotesk", system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  line-height: 1.2;
  font-size: 1.15rem;
  color: var(--accent);
}
.project-card__title {
  font-family: "Fraunces", "Iowan Old Style", Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 1.8274336283rem + 0.4424778761vw, 2.5rem);
  font-weight: 470;
  line-height: 1.15;
  color: var(--fg);
  transition: color 0.25s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.project-card__meta {
  color: var(--muted);
  font-size: 1.4rem;
}
@media (hover: hover) and (pointer: fine) {
  .project-card:hover .card-img {
    transform: scale(1.05);
  }
  .project-card:hover .project-card__title {
    color: var(--accent);
  }
}

.gallery__items {
  margin-top: clamp(2.8rem, 2.1097345133rem + 1.7699115044vw, 4.8rem);
}

.gallery__item {
  margin: 0;
}

.gallery__link {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 4px;
}

.gallery__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.9s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.gallery__zoom {
  position: absolute;
  inset: auto 1.2rem 1.2rem auto;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background: rgba(251, 248, 242, 0.9);
  color: #272b3a;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: translateY(6px);
  transition: all 0.25s cubic-bezier(0.22, 0.61, 0.36, 1);
}

@media (hover: hover) and (pointer: fine) {
  .gallery__link:hover .gallery__img {
    transform: scale(1.05);
  }
  .gallery__link:hover .gallery__zoom {
    opacity: 1;
    transform: none;
  }
}

.gallery--grid .gallery__items {
  display: grid;
  gap: clamp(1.4rem, 1.0548672566rem + 0.8849557522vw, 2.4rem);
  grid-template-columns: repeat(3, 1fr);
}
.gallery--grid .gallery__items .gallery__item {
  aspect-ratio: 4/3;
}
.gallery--grid .gallery__items .gallery__link, .gallery--grid .gallery__items .gallery__img {
  height: 100%;
}

.gallery--cols-2.gallery--grid .gallery__items {
  grid-template-columns: repeat(2, 1fr);
}

.gallery--cols-4.gallery--grid .gallery__items {
  grid-template-columns: repeat(4, 1fr);
}

.gallery--masonry .gallery__items {
  columns: 3;
  column-gap: clamp(1.4rem, 1.0548672566rem + 0.8849557522vw, 2.4rem);
}
.gallery--masonry .gallery__items .gallery__item {
  break-inside: avoid;
  margin-bottom: clamp(1.4rem, 1.0548672566rem + 0.8849557522vw, 2.4rem);
}

.gallery--masonry.gallery--cols-2 .gallery__items {
  columns: 2;
}

.gallery--masonry.gallery--cols-4 .gallery__items {
  columns: 4;
}

.gallery--carousel .carousel__slide {
  width: min(460px, 84%);
}

.gallery--carousel .gallery__item {
  aspect-ratio: 4/3;
}

@media (max-width: 1024px) {
  .gallery--grid .gallery__items, .gallery--masonry .gallery__items {
    grid-template-columns: repeat(2, 1fr);
    columns: 2;
  }
}
@media (max-width: 640px) {
  .gallery--grid .gallery__items {
    grid-template-columns: repeat(2, 1fr);
  }
  .gallery--masonry .gallery__items {
    columns: 2;
  }
}
.cm__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(3.2rem, 1.5433628319rem + 4.2477876106vw, 8rem);
  align-items: center;
}

.cm--media-left .cm__media {
  order: -1;
}

.cm__media img {
  width: 100%;
}

.cm__content {
  max-width: 56rem;
}

.cm__title {
  margin-bottom: 1.8rem;
}

.cm__body {
  color: var(--muted);
  margin-bottom: 2rem;
}

.cm__list {
  margin-top: 2rem;
}

.cm__video {
  position: relative;
}

.cm__video-poster {
  appearance: none;
  background: none;
  border: 0;
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  cursor: pointer;
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  cursor: pointer;
}
.cm__video-poster img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cm__video-btn {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 7rem;
  height: 7rem;
  border-radius: 50%;
  background: rgba(251, 248, 242, 0.92);
  color: #272b3a;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.25s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.cm__video-poster:hover .cm__video-btn {
  transform: scale(1.08);
}

.cm__video iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

@media (max-width: 921px) {
  .cm__inner {
    grid-template-columns: 1fr;
    gap: 2.8rem;
  }
  .cm--media-left .cm__media, .cm__media {
    order: -1;
  }
}
.feature__inner {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: clamp(3.2rem, 1.5433628319rem + 4.2477876106vw, 8rem);
  align-items: center;
}

.feature--media-right .feature__media {
  order: 2;
}

.feature__content {
  max-width: 54rem;
}

.feature__title {
  margin-bottom: 1.6rem;
}

.feature__specs {
  list-style: none;
  margin: 2.4rem 0;
  padding: 0;
  display: grid;
  gap: 1.2rem;
}
.feature__specs li {
  display: flex;
  gap: 1.2rem;
  align-items: flex-start;
  color: var(--fg);
}
.feature__specs .feature__spec-tick {
  flex: none;
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: color-mix(in srgb, var(--accent) 20%, transparent);
  color: var(--accent);
  margin-top: 0.1rem;
}

@media (max-width: 921px) {
  .feature__inner {
    grid-template-columns: 1fr;
    gap: 2.8rem;
  }
  .feature--media-right .feature__media {
    order: -1;
  }
  .feature__specs {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 640px) {
  .feature__specs {
    grid-template-columns: 1fr;
  }
}
.process__steps {
  list-style: none;
  margin: clamp(3.2rem, 2.3716814159rem + 2.1238938053vw, 5.6rem) 0 0;
  padding: 0;
  counter-reset: step;
}

.process-step {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 2.4rem;
  padding: 3rem 0;
  border-top: 1px solid var(--hairline);
}
.process-step:last-child {
  border-bottom: 1px solid var(--hairline);
}
.process-step__num {
  font-family: "Fraunces", "Iowan Old Style", Georgia, "Times New Roman", serif;
  font-size: clamp(2.8rem, 2.385840708rem + 1.0619469027vw, 4rem);
  font-weight: 480;
  color: var(--accent);
  line-height: 1;
}
.process-step__title {
  margin: 0 0 0.8rem;
}
.process-step__body p {
  color: var(--muted);
  margin: 0;
  max-width: 60ch;
}

.process__cta {
  margin-top: 3.2rem;
}

.process--cards .process__steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 2rem;
}

.process--cards .process-step {
  border: 1px solid var(--hairline);
  border-radius: 4px;
  padding: 2.8rem;
  grid-template-columns: 1fr;
  gap: 1.2rem;
}
.process--cards .process-step:last-child {
  border-bottom: 1px solid var(--hairline);
}

@media (max-width: 640px) {
  .process-step {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
.trust__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(2rem, 1.3097345133rem + 1.7699115044vw, 4rem);
  list-style: none;
  margin: 0;
  padding: 0;
}

.trust-item {
  display: flex;
  gap: 1.4rem;
  align-items: flex-start;
}
.trust-item__icon {
  flex: none;
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--hairline);
  color: var(--accent);
}
.trust-item__body {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}
.trust-item__title {
  font-weight: 600;
  font-size: 1.55rem;
  color: var(--fg);
}
.trust-item__text {
  color: var(--muted);
  font-size: 1.4rem;
  line-height: 1.45;
}

@media (max-width: 1024px) {
  .trust__grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 640px) {
  .trust__grid {
    grid-template-columns: 1fr;
  }
}
.testimonial {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
  height: 100%;
  padding: 3rem;
  border: 1px solid var(--hairline);
  border-radius: 4px;
  background: var(--card);
  color: var(--card-fg);
}
.testimonial__mark {
  line-height: 0;
}
.testimonial__quote {
  font-family: "Fraunces", "Iowan Old Style", Georgia, "Times New Roman", serif;
  font-weight: 430;
  font-size: clamp(1.8rem, 1.6619469027rem + 0.3539823009vw, 2.2rem);
  line-height: 1.45;
  margin: 0;
}
.testimonial__cite {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  margin-top: auto;
}
.testimonial__author {
  font-weight: 600;
  font-family: "Hanken Grotesk", system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}
.testimonial__meta {
  color: var(--muted);
  font-size: 1.35rem;
}

.testimonials__grid {
  margin-top: clamp(2.8rem, 2.1097345133rem + 1.7699115044vw, 4.8rem);
}

.testimonials--feature .testimonial {
  max-width: 82rem;
  margin-inline: auto;
  text-align: center;
  align-items: center;
  border: 0;
  background: transparent;
  padding: 0;
}
.testimonials--feature .testimonial .testimonial__quote {
  font-size: clamp(2.4rem, 1.9168141593rem + 1.2389380531vw, 3.8rem);
}
.testimonials--feature .testimonial .testimonials__feature {
  display: flex;
}

.testimonials--feature .testimonials__feature {
  margin-top: clamp(2.4rem, 1.8477876106rem + 1.4159292035vw, 4rem);
}

.testimonials__slider {
  margin-top: clamp(2.8rem, 2.2477876106rem + 1.4159292035vw, 4.4rem);
}
.testimonials__slider .testimonial {
  height: 100%;
}

.finishes__grid {
  list-style: none;
  margin: clamp(2.8rem, 2.1097345133rem + 1.7699115044vw, 4.8rem) 0 2rem;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(1.6rem, 1.185840708rem + 1.0619469027vw, 2.8rem);
}

.finish {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.finish__swatch {
  border-radius: 4px;
  overflow: hidden;
  box-shadow: inset 0 0 0 1px var(--hairline);
}
.finish__name {
  font-weight: 600;
  font-size: 1.5rem;
}
.finish__cat {
  color: var(--muted);
  font-size: 1.3rem;
  margin-top: -0.6rem;
}

.finishes__note {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  color: var(--muted);
  font-size: 1.4rem;
  margin: 0;
}
.finishes__note .icon {
  color: var(--accent);
}

@media (max-width: 1024px) {
  .finishes__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 640px) {
  .finishes__grid {
    grid-template-columns: 1fr 1fr;
  }
}
.ba {
  margin-top: clamp(2.4rem, 1.7097345133rem + 1.7699115044vw, 4.4rem);
}

.ba__frame {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  user-select: none;
}

.ba__img {
  position: absolute;
  inset: 0;
  height: 100%;
}
.ba__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ba__img--after {
  width: 100%;
}

.ba__img--before {
  width: 50%;
  overflow: hidden;
  z-index: 2;
  border-right: 2px solid #fbf8f2;
}
.ba__img--before img {
  width: 100vw;
  max-width: none;
  height: 100%;
}

.ba__frame {
  position: relative;
}

.ba__img--before img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: auto;
}

.ba__tag {
  position: absolute;
  top: 1.4rem;
  z-index: 3;
  padding: 0.5rem 1.1rem;
  border-radius: 100px;
  font-size: 1.2rem;
  font-weight: 600;
  background: rgba(39, 43, 58, 0.72);
  color: #fbf8f2;
  letter-spacing: 0.04em;
}

.ba__tag--before {
  left: 1.4rem;
}

.ba__tag--after {
  right: 1.4rem;
}

.ba__handle {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 2px;
  background: #fbf8f2;
  z-index: 4;
  transform: translateX(-1px);
  pointer-events: none;
}

.ba__handle-grip {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 4.4rem;
  height: 4.4rem;
  border-radius: 50%;
  background: #fbf8f2;
  color: #272b3a;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 24px rgba(39, 43, 58, 0.1);
}

.ba__range {
  display: block;
  margin-top: 1.6rem;
}
.ba__range input {
  width: 100%;
}
.ba__range input {
  -webkit-appearance: none;
  appearance: none;
  height: 4px;
  border-radius: 4px;
  background: var(--hairline);
}
.ba__range input::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  background: #272b3a;
  cursor: ew-resize;
  border: 3px solid #fbf8f2;
  box-shadow: 0 1px 2px rgba(39, 43, 58, 0.06), 0 1px 3px rgba(39, 43, 58, 0.05);
}
.ba__range input::-moz-range-thumb {
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  background: #272b3a;
  cursor: ew-resize;
  border: 3px solid #fbf8f2;
}

.faqs__inner {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: clamp(2.8rem, 1.2814159292rem + 3.8938053097vw, 7.2rem);
  align-items: start;
}
@media (max-width: 921px) {
  .faqs__inner {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

.faqs__head .section-head {
  margin-bottom: 0;
}

.faq {
  border-bottom: 1px solid var(--hairline);
}
.faq:first-child {
  border-top: 1px solid var(--hairline);
}

.faq__q {
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 2.2rem 0;
  font-family: "Fraunces", "Iowan Old Style", Georgia, "Times New Roman", serif;
  font-size: clamp(1.8rem, 1.6619469027rem + 0.3539823009vw, 2.2rem);
  font-weight: 470;
  color: var(--fg);
}
.faq__q::-webkit-details-marker {
  display: none;
}

.faq__icon {
  flex: none;
  width: 3.4rem;
  height: 3.4rem;
  border-radius: 50%;
  border: 1px solid var(--hairline);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--accent);
  transition: transform 0.25s cubic-bezier(0.22, 0.61, 0.36, 1), background 0.25s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.faq[open] .faq__icon {
  transform: rotate(45deg);
  background: var(--accent);
  color: var(--accent-on);
}

.faq__a {
  padding: 0 0 2.4rem;
  color: var(--muted);
  max-width: 70ch;
}

.faq__a > *:first-child {
  margin-top: 0;
}

.cta__inner {
  position: relative;
}

.cta__content {
  max-width: 60rem;
}

.cta__title {
  margin-bottom: 1.6rem;
}

.cta__text {
  color: var(--muted);
  margin-bottom: 2.6rem;
  max-width: 52ch;
}

.cta--band .cta__content {
  max-width: 68rem;
}

.cta--boxed .cta__inner--boxed {
  background: var(--card);
  color: var(--card-fg);
  border-radius: 8px;
  padding: clamp(3.6rem, 2.3575221239rem + 3.185840708vw, 7.2rem);
  border: 1px solid var(--hairline);
  text-align: center;
}
.cta--boxed .cta__inner--boxed .cta__content {
  margin-inline: auto;
}
.cta--boxed .cta__inner--boxed .eyebrow, .cta--boxed .cta__inner--boxed .btn-row {
  justify-content: center;
}

.cta--split .cta__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(3.2rem, 1.8194690265rem + 3.5398230088vw, 7.2rem);
  align-items: center;
}

.cta--split .cta__media {
  border-radius: 8px;
  overflow: hidden;
  aspect-ratio: 4/3;
}
.cta--split .cta__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 921px) {
  .cta--split .cta__inner {
    grid-template-columns: 1fr;
  }
  .cta--split .cta__media {
    order: -1;
  }
}
.logos__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.4rem;
  text-align: center;
}

.logos__heading {
  color: var(--muted);
  margin: 0;
}

.logos__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: clamp(2.8rem, 1.5575221239rem + 3.185840708vw, 6.4rem);
}

.logos__img {
  max-height: 46px;
  width: auto;
  opacity: 0.75;
  filter: saturate(0);
  transition: opacity 0.25s cubic-bezier(0.22, 0.61, 0.36, 1), filter 0.25s cubic-bezier(0.22, 0.61, 0.36, 1);
}
@media (hover: hover) and (pointer: fine) {
  .logos__img:hover {
    opacity: 1;
    filter: none;
  }
}

.logos__item a:hover .logos__img {
  opacity: 1;
  filter: none;
}

.theme-ink .logos__img, .theme-forest .logos__img {
  filter: saturate(0) brightness(0) invert(1);
  opacity: 0.7;
}

.journal__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: clamp(2.8rem, 2.1097345133rem + 1.7699115044vw, 4.8rem);
  flex-wrap: wrap;
}
.journal__head .section-head {
  margin-bottom: 0;
}

.journal__grid {
  margin-top: 0;
}

.journal-card__link {
  display: flex;
  flex-direction: column;
  color: inherit;
  height: 100%;
}
.journal-card__media {
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 4px;
}
.journal-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.9s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.journal-card__media .card-img--empty {
  display: block;
  aspect-ratio: 3/2;
  background: var(--limestone);
}
.journal-card__meta {
  font-family: "Hanken Grotesk", system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  line-height: 1.2;
  font-size: 1.15rem;
  color: var(--accent);
  margin-bottom: 0.8rem;
  display: block;
}
.journal-card__title {
  margin: 0;
  transition: color 0.25s cubic-bezier(0.22, 0.61, 0.36, 1);
}
@media (hover: hover) and (pointer: fine) {
  .journal-card:hover .journal-card__media img {
    transform: scale(1.05);
  }
  .journal-card:hover .journal-card__title {
    color: var(--accent);
  }
}

.contact-panel__inner {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: clamp(3.2rem, 1.8194690265rem + 3.5398230088vw, 7.2rem);
  align-items: start;
}
@media (max-width: 921px) {
  .contact-panel__inner {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
}

.contact-panel__title {
  margin-bottom: 1.4rem;
}

.contact-panel__details {
  list-style: none;
  margin: 2.6rem 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.contact-panel__details li {
  display: flex;
  gap: 1.2rem;
  align-items: flex-start;
  font-size: 1.55rem;
}
.contact-panel__details a {
  color: var(--fg);
}
@media (hover: hover) and (pointer: fine) {
  .contact-panel__details a:hover {
    color: var(--accent);
  }
}
.contact-panel__details em {
  color: var(--muted);
  font-style: italic;
  font-size: 0.92em;
}

.contact-panel__ico {
  flex: none;
  width: 4.4rem;
  height: 4.4rem;
  border-radius: 50%;
  border: 1px solid var(--hairline);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--accent);
}

.contact-panel__map {
  margin-top: 2.8rem;
  aspect-ratio: 16/10;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid var(--hairline);
}

.form-card {
  background: var(--card);
  border: 1px solid var(--hairline);
  border-radius: 8px;
  padding: clamp(2.4rem, 1.7097345133rem + 1.7699115044vw, 4.4rem);
}

.form-card__note {
  display: flex;
  gap: 0.7rem;
  align-items: flex-start;
  margin-top: 1.6rem;
  color: var(--muted);
  font-size: 1.3rem;
  line-height: 1.5;
}
.form-card__note .icon {
  color: var(--accent);
  flex: none;
  margin-top: 0.2rem;
}

.rt__inner .eyebrow {
  display: inline-flex;
}

.rt__title {
  margin-bottom: 2.4rem;
}

.rt--wide .rich-text {
  max-width: 92rem;
}

.rich-text-block .rich-text {
  font-size: clamp(1.6rem, 1.5309734513rem + 0.1769911504vw, 1.8rem);
}

.full-image {
  position: relative;
}

.full-image__figure {
  position: relative;
  margin: 0;
  overflow: hidden;
}

.full-image__img {
  width: 100%;
  object-fit: cover;
}

.full-image--short .full-image__img {
  height: clamp(240px, 34vw, 420px);
}

.full-image--medium .full-image__img {
  height: clamp(340px, 46vw, 620px);
}

.full-image--tall .full-image__img {
  height: clamp(460px, 64vw, 820px);
}

.full-image.has-overlay .full-image__figure::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(39, 43, 58, 0.1), rgba(39, 43, 58, 0.55));
}

.full-image__overlay {
  position: absolute;
  inset: auto 0 0 0;
  padding-block: clamp(2.8rem, 1.8336283186rem + 2.4778761062vw, 5.6rem);
  z-index: 2;
  color: #f3ede2;
}

.full-image__heading {
  max-width: 22ch;
  color: #f3ede2;
}

.full-image__caption {
  color: var(--muted);
  font-size: 1.4rem;
  margin: 1.2rem 0 0;
}

.related__grid {
  margin-top: clamp(2.4rem, 1.7097345133rem + 1.7699115044vw, 4.4rem);
}

.related--services .project-card__media {
  aspect-ratio: 4/3;
}

.page-header {
  background: var(--bg, #f4eee3);
  color: var(--fg);
  border-bottom: 1px solid var(--hairline);
  padding-block: clamp(4rem, 2.6194690265rem + 3.5398230088vw, 8rem);
}
.page-header__inner {
  max-width: 82rem;
}
.page-header__eyebrow {
  font-family: "Hanken Grotesk", system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  line-height: 1.2;
  color: var(--accent);
  display: inline-flex;
  margin-bottom: 1.6rem;
}
.page-header__title {
  margin: 0;
}
.page-header__lede {
  margin-top: 1.8rem;
  color: var(--muted);
  font-size: clamp(1.8rem, 1.6619469027rem + 0.3539823009vw, 2.2rem);
  max-width: 62ch;
}

.archive-filters {
  border-bottom: 1px solid var(--hairline);
  background: var(--paper);
  position: sticky;
  top: var(--header-h);
  z-index: 40;
}
.archive-filters__inner {
  display: flex;
  gap: 1rem;
  align-items: center;
  flex-wrap: wrap;
  padding-block: 1.6rem;
  overflow-x: auto;
}
.archive-filters__label {
  font-family: "Hanken Grotesk", system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  line-height: 1.2;
  color: var(--muted);
  margin-right: 0.6rem;
  flex: none;
}
.archive-filters a {
  display: inline-flex;
  align-items: center;
  padding: 0.8rem 1.6rem;
  border-radius: 100px;
  border: 1px solid var(--hairline);
  font-size: 1.4rem;
  font-weight: 500;
  color: var(--fg);
  white-space: nowrap;
  transition: all 0.25s cubic-bezier(0.22, 0.61, 0.36, 1);
}
@media (hover: hover) and (pointer: fine) {
  .archive-filters a:hover {
    border-color: var(--accent);
    color: var(--accent);
  }
}
.archive-filters a.is-active {
  background: #272b3a;
  color: #fbf8f2;
  border-color: #272b3a;
}

.projects-archive {
  padding-block: clamp(4rem, 2.6194690265rem + 3.5398230088vw, 8rem);
}

.projects-archive__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(2rem, 1.5168141593rem + 1.2389380531vw, 3.4rem);
}
@media (max-width: 1024px) {
  .projects-archive__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 640px) {
  .projects-archive__grid {
    grid-template-columns: 1fr;
  }
}

.projects-archive__empty {
  text-align: center;
  padding: clamp(4.8rem, 3.1433628319rem + 4.2477876106vw, 9.6rem) 0;
  color: var(--muted);
}
.projects-archive__empty h2 {
  margin-bottom: 1rem;
}

.project-hero {
  position: relative;
}

.project-hero__media {
  aspect-ratio: 16/9;
  overflow: hidden;
}
.project-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.project-head {
  padding-block: clamp(3.6rem, 2.6336283186rem + 2.4778761062vw, 6.4rem);
  border-bottom: 1px solid var(--hairline);
}
.project-head__inner {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 3rem 5rem;
  align-items: end;
}
@media (max-width: 921px) {
  .project-head__inner {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.project-head__eyebrow {
  font-family: "Hanken Grotesk", system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  line-height: 1.2;
  color: var(--accent);
  display: inline-flex;
  margin-bottom: 1.4rem;
}
.project-head__title {
  margin: 0;
}
.project-head__summary {
  color: var(--muted);
  font-size: clamp(1.8rem, 1.6619469027rem + 0.3539823009vw, 2.2rem);
}
.project-head__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 1.6rem 3rem;
}
.project-head .pmeta__label {
  font-family: "Hanken Grotesk", system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  line-height: 1.2;
  color: var(--muted);
  font-size: 1.1rem;
  display: block;
  margin-bottom: 0.3rem;
}
.project-head .pmeta__value {
  font-weight: 600;
}

.project-details {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 2rem 3rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.project-details dt {
  font-family: "Hanken Grotesk", system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  line-height: 1.2;
  color: var(--muted);
  font-size: 1.1rem;
  margin-bottom: 0.4rem;
}
.project-details dd {
  margin: 0;
  font-weight: 500;
}

.project-story {
  max-width: 74rem;
}

.project-story h2 {
  margin-bottom: 1.6rem;
}

.article {
  padding-block: clamp(3.6rem, 2.6336283186rem + 2.4778761062vw, 6.4rem);
}

.article__header {
  max-width: 76rem;
  margin-bottom: clamp(2.8rem, 2.1097345133rem + 1.7699115044vw, 4.8rem);
}

.article__meta {
  font-family: "Hanken Grotesk", system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  line-height: 1.2;
  color: var(--accent);
  display: flex;
  gap: 1rem;
  margin-bottom: 1.8rem;
}

.article__title {
  margin: 0;
}

.article__figure {
  margin: 0 0 clamp(2.8rem, 2.1097345133rem + 1.7699115044vw, 4.8rem);
  border-radius: 4px;
  overflow: hidden;
  aspect-ratio: 16/9;
}
.article__figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.article__body {
  max-width: 72rem;
  margin-inline: auto;
}

.article__body.rich-text {
  font-size: clamp(1.7rem, 1.6309734513rem + 0.1769911504vw, 1.9rem);
}

.journal-archive {
  padding-block: clamp(4rem, 2.6194690265rem + 3.5398230088vw, 8rem);
}

.journal-archive__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(2rem, 1.5168141593rem + 1.2389380531vw, 3.4rem);
}
@media (max-width: 1024px) {
  .journal-archive__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 640px) {
  .journal-archive__grid {
    grid-template-columns: 1fr;
  }
}

.vacancy-list {
  padding-block: clamp(3.6rem, 2.3575221239rem + 3.185840708vw, 7.2rem);
  display: grid;
  gap: 2rem;
  max-width: 90rem;
}

.vacancy-card {
  border: 1px solid var(--hairline);
  border-radius: 4px;
  padding: clamp(2.4rem, 1.8477876106rem + 1.4159292035vw, 4rem);
  background: var(--card);
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1.4rem 2rem;
  align-items: center;
}
.vacancy-card__title {
  margin: 0 0 0.6rem;
}
.vacancy-card__meta {
  color: var(--muted);
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem 1.6rem;
  font-size: 1.45rem;
}
@media (max-width: 640px) {
  .vacancy-card {
    grid-template-columns: 1fr;
  }
}

.vacancy-single {
  padding-block: clamp(3.6rem, 2.6336283186rem + 2.4778761062vw, 6.4rem);
}

.vacancy-single__inner {
  display: grid;
  grid-template-columns: 1.6fr 1fr;
  gap: clamp(3.2rem, 2.0955752212rem + 2.8318584071vw, 6.4rem);
  align-items: start;
}
@media (max-width: 921px) {
  .vacancy-single__inner {
    grid-template-columns: 1fr;
  }
}

.vacancy-aside {
  border: 1px solid var(--hairline);
  border-radius: 4px;
  padding: 2.8rem;
  background: var(--card);
  position: sticky;
  top: calc(var(--header-h) + 2rem);
}
.vacancy-aside dl {
  display: grid;
  gap: 1.4rem;
  margin: 0 0 2rem;
}
.vacancy-aside dt {
  font-family: "Hanken Grotesk", system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  line-height: 1.2;
  color: var(--muted);
  font-size: 1.1rem;
}
.vacancy-aside dd {
  margin: 0.3rem 0 0;
  font-weight: 600;
}

.vacancy-closed-note {
  display: inline-block;
  padding: 0.5rem 1.2rem;
  border-radius: 100px;
  background: color-mix(in srgb, var(--muted) 18%, transparent);
  color: var(--fg);
  font-size: 1.3rem;
}

.plain {
  padding-block: clamp(5.6rem, 3.3911504425rem + 5.6637168142vw, 12rem);
  text-align: center;
}
.plain__inner {
  max-width: 64rem;
  margin-inline: auto;
}
.plain h1 {
  margin-bottom: 1.8rem;
}
.plain p {
  color: var(--muted);
  font-size: clamp(1.7rem, 1.596460177rem + 0.2654867257vw, 2rem);
  margin-bottom: 2.6rem;
}
