:root {
  --font-primary: neue-haas-grotesk-text, sans-serif;
  --font-secondary: adobe-caslon-pro, serif;
  --spacing-1: 1rem;
  --spacing-1-5: 1.5rem;
  --spacing-2: 2rem;
  --spacing-2-5: 2.5rem;
  --spacing-3: 3rem;
  --spacing-3-5: 3.5rem;
  --spacing-4: 4rem;
  --spacing-4-5: 4.5rem;
  --spacing-5: 5rem;
  --spacing-5-5: 5.5rem;
  --spacing-6: 6rem;
  --spacing-6-5: 6.5rem;
  --spacing-7: 7rem;
  --spacing-7-5: 7.5rem;
  --spacing-8: 8rem;
  --spacing-8-5: 8.5rem;
  --spacing-9: 9rem;
  --spacing-9-5: 9.5rem;
  --spacing-10: 10rem;
  --spacing-10-5: 10.5rem;
  --spacing-11: 11rem;
  --spacing-11-5: 11.5rem;
  --spacing-12: 12rem;
  --spacing-12-5: 12.5rem;
  --spacing-13: 13rem;
  --spacing-13-5: 13.5rem;
  --fs-48: 3rem;
  --fs-24: 1.5rem;
  --fs-18: 1.125rem;
  --fs-16: 1rem;
  --fs-12: 0.75rem;
  --fs-8: 0.5rem;
  --color-background: #f3eee7;
  --color-surface: #d9d1c6;
  --color-muted: #b6aca1;
  --color-accent: #b89956;
  --color-dark-muted: #6a6152;
  --color-button: #5f716d;
  --color-text: #262626;
  --color-primary: 95 113 109;
}

.sub-heading-graphic {
  position: relative;
  padding-inline: 7rem;
  display: inline-block;
  font-size: var(--fs-12);
  text-transform: uppercase;
  text-align: center;
  font-weight: 500;
}

.sub-heading-graphic:before,
.sub-heading-graphic:after {
  content: "";
  background-image: url(/wp-content/uploads/2026/06/sub-heading-graphic.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 6.219rem;
  height: 0.5rem;
  display: inline-block;
  position: absolute;
  /* left: 0;
  top: 50%; */
  top: 50%;
  transform: translateY(-50%);
}

.sub-heading-graphic:after {
  right: 0;
  transform: translateY(-50%) scaleX(-1);
}

.sub-heading-graphic:before {
  left: 0;
}

@media (min-width: 1025px) {
  html {
    font-size: max(14px, 1.111111vw) !important;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: max(13px, 1.111111vw) !important;
  }
}

@media (max-width: 767px) {
  html {
    font-size: max(12px, 1.111111vw) !important;
  }

  h1 {
    font-size: 7.9rem;
  }

  h2 {
    font-size: 6rem;
  }
}

@media (max-width: 575px) {
  html {
    font-size: max(11px, 1.111111vw) !important;
  }

  h1 {
    font-size: 3.794rem;
  }

  h2 {
    font-size: 3rem;
  }

  .mobile-menu-list a {
    font-size: 2rem !important;
  }

  .sub-heading-graphic {
    width: 100%;
  }
}

html,
body {
  overflow-x: clip;
}

body {
  font-size: 1rem;
  line-height: 1.5 !important;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
  color: var(--color-text);
}

a {
  color: inherit;
  display: inline-block;
}

.site-main p a,
.site-main li a {
  text-decoration: underline !important;
}

p {
  margin-block-end: 0.5em !important;
  margin-block-start: 0 !important;
}

p strong {
  font-weight: 500;
}

.wrapper {
  max-width: 86rem;
  margin: 0 auto;
  padding: 0 1rem;
  box-sizing: content-box !important;
}

.e-con {
  padding-inline: 0;
}

.e-con.e-flex > .e-con-inner {
  margin: 0;
  max-width: none;
  padding: 0;
}

.e-con.e-flex {
  padding: 0;
}

h1,
h2 {
  font-size: var(--fs-48);
  font-weight: 500 !important;
}

h3 {
  font-size: var(--fs-24);
  font-weight: 500 !important;
}

.section-separator__image {
  max-width: 48.662rem;
  margin-inline: auto;
  /* margin: 2.5rem auto 1.5rem auto; */
}
