/*! modern-normalize v2.0.0 | MIT License | https://github.com/sindresorhus/modern-normalize */
/*
Document
========
*/
/**
Use a better box model (opinionated).
*/
*,
::before,
::after {
  box-sizing: border-box;
}

html {
  /* Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3) */
  font-family: system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
  line-height: 1.15; /* 1. Correct the line height in all browsers. */
  -webkit-text-size-adjust: 100%; /* 2. Prevent adjustments of font size after orientation changes in iOS. */
  -moz-tab-size: 4; /* 3. Use a more readable tab size (opinionated). */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
}

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

/*
Grouping content
================
*/
/**
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
}

/*
Text-level semantics
====================
*/
/**
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

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

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", Menlo, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
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;
}

/*
Tabular data
============
*/
/**
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
}

/*
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; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
Remove the inheritance of text transform in Edge and 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.
*/
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
Restore the focus styles unset by the previous rule.
*/
:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
Remove the additional ':invalid' styles in Firefox.
See: https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737
*/
:-moz-ui-invalid {
  box-shadow: none;
}

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/
legend {
  padding: 0;
}

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

/**
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-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; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
Remove the inner padding in Chrome and Safari on macOS.
*/
::-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; /* 1 */
  font: inherit; /* 2 */
}

/*
Interactive
===========
*/
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}

:root {
  --spacer: 1rem;
}

:root {
  --armadillo: #3F3931;
  --armadillo-light: #5C5041;
  --merino: #F7F3EA;
  --coral: #E57A44;
}

/*
  @extend %placeholder-name;
  @include mixin-name(arguments);
*/
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Display/Headlines */
h1, h2 {
  font-family: "Cormorant Garamond", serif;
  font-weight: normal;
  font-style: normal;
}

/* Body Headlines */
h3, h4, h5, h6 {
  font-family: "Crimson Pro", serif;
  font-weight: normal;
  font-style: normal;
}

.title {
  font-family: "Cormorant Garamond", serif;
  font-weight: normal;
  font-style: normal;
  letter-spacing: -0.02em;
}
.title--splash {
  margin: 0;
  font-size: 2.25rem;
  text-align: center;
}
@container splash (max-width: 599px) {
  .title--splash {
    padding: 0 20px;
  }
}
@container splash (max-width: 809px) {
  .title--splash {
    font-size: 1.875rem;
  }
}
.title--logo-slogan {
  margin: 0;
  padding-top: 0.5rem;
  text-align: center;
}
.title--page {
  font-size: 3rem;
}
@container main (max-width: 599px) {
  .title--page {
    font-size: 2.25rem;
  }
}
.title--thesis {
  text-align: center;
}
.title--section {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin-top: 0;
  font-size: 2.25rem;
  text-align: center;
}
@container main (max-width: 599px) {
  .title--section {
    font-size: 2rem;
  }
}
.title--section::before {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background-color: var(--armadillo);
}
.title--section + p {
  max-width: 660px;
  margin-right: auto;
  margin-left: auto;
}
.title--no-accent::before {
  display: none;
}
.title--topic {
  font-size: 1.5rem;
}
.title--subtopic {
  font-size: 1.25rem;
  font-weight: 500;
}

.subtitle {
  font-family: "Cormorant Garamond", serif;
  font-weight: normal;
  font-style: normal;
  letter-spacing: -0.02em;
}
.subtitle--splash {
  margin: 2rem 0 0;
  font-size: 1.75rem;
  text-align: center;
}
@container splash (max-width: 599px) {
  .subtitle--splash {
    padding: 0 20px;
  }
}
@container splash (max-width: 809px) {
  .subtitle--splash {
    font-size: 1.5rem;
  }
}

html,
body {
  background: var(--merino);
}
html.noscroll,
body.noscroll {
  overflow: hidden;
}

body {
  container-name: body;
  container-type: inline-size;
  font-family: "Source Sans 3", sans-serif;
  font-size: 16px;
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body p {
  line-height: 1.5em;
}

img,
svg {
  display: block;
  width: 100%;
  height: auto;
}

/*
  @extend %placeholder-name;
  @include mixin-name(arguments);
*/
main {
  container-name: main;
  container-type: inline-size;
}

.thesis {
  width: calc(100% - 40px);
  max-width: 760px;
  margin: 0 auto;
  padding: 180px 0 60px 0;
}
.thesis > * {
  margin-top: 0;
  margin-bottom: 0;
}
.thesis > * + * {
  margin-top: 2rem;
}
.thesis p {
  max-width: 660px;
  margin-right: auto;
  margin-left: auto;
  line-height: 1.75em;
}

.services {
  width: calc(100% - 40px);
  max-width: 1080px;
  margin: 0 auto;
  padding: 60px 0;
}
.services__grid {
  container-name: servicegrid;
  container-type: inline-size;
  padding-top: 40px;
}

.commitment {
  padding: 60px 0;
  width: calc(100% - 40px);
  max-width: 760px;
  margin: 0 auto;
}

.md-content {
  width: calc(100% - 40px);
  max-width: 660px;
  margin: 0 auto;
  padding: 60px 0;
}
.md-content > * {
  margin-top: 0;
  margin-bottom: 0;
}
.md-content > * + * {
  margin-top: 1.5rem;
}
.md-content h1, .md-content h2 {
  text-align: center;
}
.md-content .title--section {
  margin-top: 3rem;
  padding-bottom: 2rem;
}
.md-content .title--no-accent {
  padding-bottom: 1rem;
}
.md-content .title--subtopic + ul,
.md-content .title--subtopic + ol {
  margin-top: 0.75rem;
}
.md-content p,
.md-content ol,
.md-content ul {
  width: 100%;
  max-width: 660px;
  margin-right: auto;
  margin-left: auto;
}
.md-content p,
.md-content li {
  padding-bottom: 0.5rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.5rem;
}
.md-content p strong,
.md-content li strong {
  font-weight: 600;
}
.md-content ul,
.md-content ol {
  padding: 0 0 0 1rem;
}

.footer {
  background-color: var(--armadillo);
}
.footer p {
  color: white;
}

.navigation-toggle {
  cursor: pointer;
  width: 26px;
  height: 34px;
  margin: 0;
  padding: 0;
  transform: rotate(0deg);
  border: 0;
  background-color: transparent;
  position: absolute;
  top: calc(var(--spacer) * 2);
  right: calc(var(--spacer) * 2);
}
@media (min-width: 1024px) {
  .navigation-toggle {
    display: none;
  }
}
.navigation-toggle__text {
  font-size: 0;
}
.navigation-toggle__bar {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: black;
  opacity: 1;
  transform: rotate(0deg);
  transition: 65ms ease-in-out;
}
.navigation-toggle__bar:nth-child(1) {
  top: 0px;
}
.navigation-toggle__bar:nth-child(2), .navigation-toggle__bar:nth-child(3) {
  top: 9px;
}
.navigation-toggle__bar:nth-child(4) {
  top: 18px;
}

.splash {
  container-name: splash;
  container-type: inline-size;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: calc(var(--spacer) * 2);
  width: 100%;
  max-width: 100vw;
  height: 100vh;
  height: 100dvh;
  background-color: gray;
  background-image: url(/assets/images/stone_detail_xxlg.webp);
  background-position: bottom center;
}
@media screen and (max-width: 812px) and (orientation: landscape) {
  .splash {
    flex-direction: row;
  }
}
.splash__logo .logo {
  width: 75%;
  max-width: 400px;
  margin: 0 auto;
}
.splash__title {
  padding-top: calc(var(--spacer) * 2);
}
.splash__links {
  display: flex;
  flex-direction: column;
  padding-top: calc(var(--spacer) * 2);
}

.btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 194px;
  min-height: 44px;
  padding: 6px 0;
  background-color: var(--armadillo);
  border: 2px solid var(--merino);
  color: var(--merino);
  font-family: "Crimson Pro", serif;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  transition: all 125ms ease-out;
  cursor: pointer;
}
.btn:hover {
  background-color: var(--coral);
  color: var(--armadillo);
  transition: all 125ms ease-in;
}
.btn--centered {
  margin: 0 auto;
}
.btn__cta {
  font-size: 0.875rem;
}
.btn__action {
  font-size: 1.25rem;
}

.link {
  color: var(--armadillo);
  font-family: "Crimson Pro", serif;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
}
.link--splash {
  display: flex;
  flex-direction: column;
  padding-top: calc(var(--spacer) * 2);
  text-align: center;
}
.link--service-list {
  display: flex;
  align-items: center;
  justify-content: start;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 1px solid transparent;
  font-size: 1.25rem;
  cursor: pointer;
}
.link--service-list::after {
  content: "";
  display: block;
  width: 9px;
  height: 11px;
  margin-top: 1px;
  margin-left: 6px;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22no%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20width%3D%22264px%22%20height%3D%22448px%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xml%3Aspace%3D%22preserve%22%20xmlns%3Aserif%3D%22http%3A%2F%2Fwww.serif.com%2F%22%20style%3D%22fill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A2%3B%22%3E%3Cg%20transform%3D%22matrix(1%2C0%2C0%2C1%2C-184.046%2C-32.0065)%22%3E%3Cpath%20d%3D%22M246.31%2C38.52C246.55%2C38.75%20246.79%2C38.99%20247.02%2C39.23L441%2C238.56C450.328%2C248.194%20450.328%2C263.706%20441%2C273.34L247%2C472.77C242.591%2C477.385%20236.479%2C479.998%20230.096%2C479.998C224.056%2C479.998%20218.244%2C477.657%20213.89%2C473.47C213.65%2C473.25%20213.42%2C473.01%20213.19%2C472.77L191.06%2C450C181.654%2C440.183%20181.833%2C424.421%20191.46%2C414.82L352.19%2C256L191.46%2C97.2C181.734%2C87.645%20181.554%2C71.794%20191.06%2C62.02L213.21%2C39.24C217.62%2C34.622%20223.734%2C32.006%20230.119%2C32.006C236.152%2C32.006%20241.958%2C34.342%20246.31%2C38.52Z%22%20style%3D%22fill%3Argb(63%2C57%2C49)%3Bfill-rule%3Anonzero%3B%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  font-size: 1rem;
  transition: all 125ms ease-out;
}
.link--service-list:hover::after {
  margin-left: 8px;
  transition: all 125ms ease-in;
}
.link__prefix--splash {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.link__prefix--splash::before, .link__prefix--splash::after {
  content: "";
  display: block;
  width: 1rem;
  height: 1px;
  background-color: var(--armadillo);
}
.link__cta {
  padding-top: calc(var(--spacer));
  font-size: 1.25rem;
}
.link__cta--splash {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.link__cta--splash::after {
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: var(--merino);
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22no%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20width%3D%22264px%22%20height%3D%22448px%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xml%3Aspace%3D%22preserve%22%20xmlns%3Aserif%3D%22http%3A%2F%2Fwww.serif.com%2F%22%20style%3D%22fill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A2%3B%22%3E%3Cg%20transform%3D%22matrix(1%2C0%2C0%2C1%2C-184.046%2C-32.0065)%22%3E%3Cpath%20d%3D%22M246.31%2C38.52C246.55%2C38.75%20246.79%2C38.99%20247.02%2C39.23L441%2C238.56C450.328%2C248.194%20450.328%2C263.706%20441%2C273.34L247%2C472.77C242.591%2C477.385%20236.479%2C479.998%20230.096%2C479.998C224.056%2C479.998%20218.244%2C477.657%20213.89%2C473.47C213.65%2C473.25%20213.42%2C473.01%20213.19%2C472.77L191.06%2C450C181.654%2C440.183%20181.833%2C424.421%20191.46%2C414.82L352.19%2C256L191.46%2C97.2C181.734%2C87.645%20181.554%2C71.794%20191.06%2C62.02L213.21%2C39.24C217.62%2C34.622%20223.734%2C32.006%20230.119%2C32.006C236.152%2C32.006%20241.958%2C34.342%20246.31%2C38.52Z%22%20style%3D%22fill%3Argb(63%2C57%2C49)%3Bfill-rule%3Anonzero%3B%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-size: 10px;
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(90deg);
  overflow: hidden;
}

.banner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: calc(var(--spacer) * 2);
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  border-top: 1px solid var(--armadillo);
  border-bottom: 1px solid var(--armadillo);
}
@container main (max-width: 599px) {
  .banner {
    flex-direction: column;
    gap: 0;
    padding-bottom: calc(var(--spacer) * 2);
  }
}
.banner__cta {
  color: var(--armadillo);
  font-family: "Crimson Pro", serif;
  font-size: 1.5rem;
  font-weight: normal;
  font-style: normal;
  line-height: 1em;
  text-align: right;
}
@container main (max-width: 599px) {
  .banner__cta {
    text-align: center;
  }
}

.divider-img {
  border-top: 1px solid var(--armadillo);
  border-bottom: 1px solid var(--armadillo);
}
.divider-img__frame {
  background-image: -webkit-image-set(url(/assets/images/stone_swirl_xxlg.webp) 1x);
  background-image: image-set(url(/assets/images/stone_swirl_xxlg.webp) 1x);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}
@container main (max-width: 599px) {
  .divider-img__frame {
    height: 180px;
  }
}
@container main (max-width: 1800px) {
  .divider-img__frame {
    height: 240px;
  }
}
@container main (min-width: 1801px) {
  .divider-img__frame {
    height: 360px;
  }
}

.service-list {
  container-name: servicelist;
  container-type: inline-size;
  display: flex;
  flex-wrap: wrap;
  row-gap: 40px;
  -moz-column-gap: 80px;
       column-gap: 80px;
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0;
  list-style-type: none;
}
.service-list__item > * {
  margin-top: 0;
  margin-bottom: 0;
}
.service-list__item > * + * {
  margin-top: 1rem;
}
@container servicelist (min-width: 1080px) {
  .service-list__item {
    width: 100%;
    max-width: calc(50% - 40px);
  }
}

.mobile-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  inset: 0;
  background: var(--merino);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 100;
  pointer-events: none; /* prevent clicks when hidden */
}
.mobile-nav.is-active {
  opacity: 1;
  pointer-events: auto;
}
.mobile-nav__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: calc(100% - 40px);
  max-width: 450px;
  margin: 2rem auto;
  padding: 0;
  border-radius: 8px;
}
.mobile-nav__close {
  min-width: 100px;
  min-height: 44px;
  background-color: var(--merino);
  border: 0;
  color: var(--armadillo);
  font-size: 14px;
  text-align: right;
  text-transform: uppercase;
  position: absolute;
  top: calc(var(--spacer) * 2);
  right: calc(var(--spacer) * 2);
  cursor: pointer;
}
.mobile-nav__logo .logo {
  width: 60%;
  max-width: 400px;
  margin: 0 auto;
}
.mobile-nav__list {
  margin: 0;
  padding: var(--spacer) 0 0 0;
  list-style-type: none;
}
.mobile-nav__item {
  text-align: center;
}
.mobile-nav__link {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  color: var(--armadillo);
  font-family: "Crimson Pro", serif;
  font-size: 1.5rem;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
}

.footer-nav {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.footer-nav__item {
  padding-bottom: 0.5rem;
}
.footer-nav__link {
  color: var(--merino);
  font-family: "Crimson Pro", serif;
  font-size: 1.25rem;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
}
.footer-nav__link--bms {
  color: var(--merino);
  font-family: "Source Sans 3", sans-serif;
  font-size: 0.75rem;
  text-decoration: none;
}

.footer {
  padding-bottom: var(--spacer);
}
.footer__legal, .footer__content, .footer__post {
  display: flex;
  align-items: center;
  width: calc(100% - 40px);
  max-width: 960px;
  margin: 0 auto;
}
.footer__legal, .footer__post {
  justify-content: center;
}
.footer__content {
  justify-content: start;
}
.footer__post {
  padding-top: calc(var(--spacer) * 2);
}

.site-header {
  container-name: header;
  container-type: inline-size;
  width: 100%;
  padding: 0.5rem 0 0.5rem 1rem;
  position: fixed;
  top: 0;
  z-index: 100;
  transition: border-bottom 0.3s ease, background-color 0.3s ease;
}
@container body (min-width: 1025px) {
  .site-header {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
  }
}
.site-header--hidden {
  background-color: transparent;
  border-bottom: 1px solid transparent;
}
.site-header--visible {
  background-color: var(--merino);
  border-bottom: 1px solid var(--armadillo);
}
.site-header__logo {
  max-height: 100px;
  transition: opacity 0.3s ease;
}
.site-header__logo .logo {
  max-width: 125px;
}
.site-header--hidden .site-header__logo {
  opacity: 0;
  pointer-events: none;
}
.site-header--visible .site-header__logo {
  opacity: 1;
  pointer-events: auto;
}

.site-nav {
  transition: opacity 0.3s ease;
}
@container header (max-width: 1023px) {
  .site-nav {
    display: none;
  }
}
.site-nav__list {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin: 0 var(--spacer) 0 0;
  padding: 0;
  list-style-type: none;
}
.site-nav__link {
  color: var(--armadillo);
  font-family: "Crimson Pro", serif;
  font-weight: normal;
  font-style: normal;
  font-size: 1.1rem;
  letter-spacing: -0.02em;
  text-decoration: none;
}
.site-header--hidden .site-nav {
  opacity: 0;
  pointer-events: none;
}
.site-header--visible .site-nav {
  opacity: 1;
  pointer-events: auto;
}
