@font-face {
  font-family: "Beaurencourt";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/beaurencourt-regular/beaurencourt-regular.woff2") format('woff2'), url("../fonts/beaurencourt-regular/beaurencourt-regular.woff") format('woff');
}
html::before {
  content: '';
  position: fixed;
  inset: 0;
  z-index: 10000;
  background-color: #faf7f2;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.55s cubic-bezier(0.4, 0, 0.2, 1);
}
html.page-transition-pending::before {
  opacity: 1;
  transition: none;
}
html.page-transition-leaving::before {
  opacity: 1;
  pointer-events: auto;
  transition: opacity 0.42s cubic-bezier(0.4, 0, 0.2, 1);
}
html.page-transition-ready:not(.page-transition-leaving)::before {
  opacity: 0;
  pointer-events: none;
}
html:has(body.homepage):not(.page-transition-leaving)::before {
  display: none;
}
@media (prefers-reduced-motion: reduce) {
  html::before {
    display: none;
  }
  html.page-transition-pending body {
    visibility: visible;
  }
}
.flex {
  display: flex;
}
@media screen and (min-width: 10em) {
  .sm-flex {
    display: flex;
  }
}
@media screen and (min-width: 90.1em) {
  .md-flex {
    display: flex;
  }
}
@media (min-width: 90.1em) {
  .lg-flex {
    display: flex;
  }
}
.flex-column {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.items-baseline {
  align-items: baseline;
}
.items-stretch {
  align-items: stretch;
}
.self-start {
  align-self: flex-start;
}
.self-end {
  align-self: flex-end;
}
.self-center {
  align-self: center;
}
.self-baseline {
  align-self: baseline;
}
.self-stretch {
  align-self: stretch;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-around {
  justify-content: space-around;
}
.content-start {
  align-content: flex-start;
}
.content-end {
  align-content: flex-end;
}
.content-center {
  align-content: center;
}
.content-between {
  align-content: space-between;
}
.content-around {
  align-content: space-around;
}
.content-stretch {
  align-content: stretch;
}
.flex-auto {
  flex: 1 1 auto;
  min-width: 0;
  min-height: 0;
}
.flex-none {
  flex: none;
}
.order-0 {
  order: 0;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.order-3 {
  order: 3;
}
.order-last {
  order: 99999;
}
.col {
  float: left;
  box-sizing: border-box;
}
.col-right {
  float: right;
  box-sizing: border-box;
}
.col-1 {
  width: calc(1 / 12 * 100%);
}
.col-2 {
  width: calc(2 / 12 * 100%);
}
.col-3 {
  width: calc(3 / 12 * 100%);
}
.col-4 {
  width: calc(4 / 12 * 100%);
}
.col-5 {
  width: calc(5 / 12 * 100%);
}
.col-6 {
  width: calc(6 / 12 * 100%);
}
.col-7 {
  width: calc(7 / 12 * 100%);
}
.col-8 {
  width: calc(8 / 12 * 100%);
}
.col-9 {
  width: calc(9 / 12 * 100%);
}
.col-10 {
  width: calc(10 / 12 * 100%);
}
.col-11 {
  width: calc(11 / 12 * 100%);
}
.col-12 {
  width: 100%;
}
@media screen and (min-width: 10em) {
  .sm-col {
    float: left;
    box-sizing: border-box;
  }
  .sm-col-right {
    float: right;
    box-sizing: border-box;
  }
  .sm-col-1 {
    width: calc(1 / 12 * 100%);
  }
  .sm-col-2 {
    width: calc(2 / 12 * 100%);
  }
  .sm-col-3 {
    width: calc(3 / 12 * 100%);
  }
  .sm-col-4 {
    width: calc(4 / 12 * 100%);
  }
  .sm-col-5 {
    width: calc(5 / 12 * 100%);
  }
  .sm-col-6 {
    width: calc(6 / 12 * 100%);
  }
  .sm-col-7 {
    width: calc(7 / 12 * 100%);
  }
  .sm-col-8 {
    width: calc(8 / 12 * 100%);
  }
  .sm-col-9 {
    width: calc(9 / 12 * 100%);
  }
  .sm-col-10 {
    width: calc(10 / 12 * 100%);
  }
  .sm-col-11 {
    width: calc(11 / 12 * 100%);
  }
  .sm-col-12 {
    width: 100%;
  }
}
@media screen and (min-width: 52em) {
  .md-col {
    float: left;
    box-sizing: border-box;
  }
  .md-col-right {
    float: right;
    box-sizing: border-box;
  }
  .md-col-1 {
    width: calc(1 / 12 * 100%);
  }
  .md-col-2 {
    width: calc(2 / 12 * 100%);
  }
  .md-col-3 {
    width: calc(3 / 12 * 100%);
  }
  .md-col-4 {
    width: calc(4 / 12 * 100%);
  }
  .md-col-5 {
    width: calc(5 / 12 * 100%);
  }
  .md-col-6 {
    width: calc(6 / 12 * 100%);
  }
  .md-col-7 {
    width: calc(7 / 12 * 100%);
  }
  .md-col-8 {
    width: calc(8 / 12 * 100%);
  }
  .md-col-9 {
    width: calc(9 / 12 * 100%);
  }
  .md-col-10 {
    width: calc(10 / 12 * 100%);
  }
  .md-col-11 {
    width: calc(11 / 12 * 100%);
  }
  .md-col-12 {
    width: 100%;
  }
}
@media (min-width: 90.1em) {
  .lg-col {
    float: left;
    box-sizing: border-box;
  }
  .lg-col-right {
    float: right;
    box-sizing: border-box;
  }
  .lg-col-1 {
    width: calc(1 / 12 * 100%);
  }
  .lg-col-2 {
    width: calc(2 / 12 * 100%);
  }
  .lg-col-3 {
    width: calc(3 / 12 * 100%);
  }
  .lg-col-4 {
    width: calc(4 / 12 * 100%);
  }
  .lg-col-5 {
    width: calc(5 / 12 * 100%);
  }
  .lg-col-6 {
    width: calc(6 / 12 * 100%);
  }
  .lg-col-7 {
    width: calc(7 / 12 * 100%);
  }
  .lg-col-8 {
    width: calc(8 / 12 * 100%);
  }
  .lg-col-9 {
    width: calc(9 / 12 * 100%);
  }
  .lg-col-10 {
    width: calc(10 / 12 * 100%);
  }
  .lg-col-11 {
    width: calc(11 / 12 * 100%);
  }
  .lg-col-12 {
    width: 100%;
  }
}
@media screen and (min-width: 10em) {
  .sm-col {
    float: left;
    box-sizing: border-box;
  }
  .sm-col-right {
    float: right;
    box-sizing: border-box;
  }
  .sm-col-1 {
    width: calc(1 / 12 * 100%);
  }
  .sm-col-2 {
    width: calc(2 / 12 * 100%);
  }
  .sm-col-3 {
    width: calc(3 / 12 * 100%);
  }
  .sm-col-4 {
    width: calc(4 / 12 * 100%);
  }
  .sm-col-5 {
    width: calc(5 / 12 * 100%);
  }
  .sm-col-6 {
    width: calc(6 / 12 * 100%);
  }
  .sm-col-7 {
    width: calc(7 / 12 * 100%);
  }
  .sm-col-8 {
    width: calc(8 / 12 * 100%);
  }
  .sm-col-9 {
    width: calc(9 / 12 * 100%);
  }
  .sm-col-10 {
    width: calc(10 / 12 * 100%);
  }
  .sm-col-11 {
    width: calc(11 / 12 * 100%);
  }
  .sm-col-12 {
    width: 100%;
  }
}
@media screen and (min-width: 52em) {
  .md-col {
    float: left;
    box-sizing: border-box;
  }
  .md-col-right {
    float: right;
    box-sizing: border-box;
  }
  .md-col-1 {
    width: calc(1 / 12 * 100%);
  }
  .md-col-2 {
    width: calc(2 / 12 * 100%);
  }
  .md-col-3 {
    width: calc(3 / 12 * 100%);
  }
  .md-col-4 {
    width: calc(4 / 12 * 100%);
  }
  .md-col-5 {
    width: calc(5 / 12 * 100%);
  }
  .md-col-6 {
    width: calc(6 / 12 * 100%);
  }
  .md-col-7 {
    width: calc(7 / 12 * 100%);
  }
  .md-col-8 {
    width: calc(8 / 12 * 100%);
  }
  .md-col-9 {
    width: calc(9 / 12 * 100%);
  }
  .md-col-10 {
    width: calc(10 / 12 * 100%);
  }
  .md-col-11 {
    width: calc(11 / 12 * 100%);
  }
  .md-col-12 {
    width: 100%;
  }
}
@media (min-width: 90.1em) {
  .lg-col {
    float: left;
    box-sizing: border-box;
  }
  .lg-col-right {
    float: right;
    box-sizing: border-box;
  }
  .lg-col-1 {
    width: calc(1 / 12 * 100%);
  }
  .lg-col-2 {
    width: calc(2 / 12 * 100%);
  }
  .lg-col-3 {
    width: calc(3 / 12 * 100%);
  }
  .lg-col-4 {
    width: calc(4 / 12 * 100%);
  }
  .lg-col-5 {
    width: calc(5 / 12 * 100%);
  }
  .lg-col-6 {
    width: calc(6 / 12 * 100%);
  }
  .lg-col-7 {
    width: calc(7 / 12 * 100%);
  }
  .lg-col-8 {
    width: calc(8 / 12 * 100%);
  }
  .lg-col-9 {
    width: calc(9 / 12 * 100%);
  }
  .lg-col-10 {
    width: calc(10 / 12 * 100%);
  }
  .lg-col-11 {
    width: calc(11 / 12 * 100%);
  }
  .lg-col-12 {
    width: 100%;
  }
}
.hide {
  position: absolute;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}
@media screen and (min-width: 10em) {
  .sm-hide {
    display: none;
  }
}
@media screen and (min-width: 90.1em) {
  .md-hide {
    display: none;
  }
}
@media (min-width: 90.1em) {
  .lg-hide {
    display: none;
  }
}
.display-none {
  display: none;
}
.m0 {
  margin: 0;
}
.mt0 {
  margin-top: 0;
}
.mr0 {
  margin-right: 0;
}
.mb0 {
  margin-bottom: 0;
}
.ml0 {
  margin-left: 0;
}
.mx0 {
  margin-left: 0;
  margin-right: 0;
}
.my0 {
  margin-top: 0;
  margin-bottom: 0;
}
.m1 {
  margin: 0.5rem;
}
.mt1 {
  margin-top: 0.5rem;
}
.mr1 {
  margin-right: 0.5rem;
}
.mb1 {
  margin-bottom: 0.5rem;
}
.ml1 {
  margin-left: 0.5rem;
}
.mx1 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.my1 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.m2 {
  margin: 1rem;
}
.mt2 {
  margin-top: 1rem;
}
.mr2 {
  margin-right: 1rem;
}
.mb2 {
  margin-bottom: 1rem;
}
.ml2 {
  margin-left: 1rem;
}
.mx2 {
  margin-left: 1rem;
  margin-right: 1rem;
}
.my2 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.m3 {
  margin: 1.5rem;
}
.mt3 {
  margin-top: 1.5rem;
}
.mr3 {
  margin-right: 1.5rem;
}
.mb3 {
  margin-bottom: 1.5rem;
}
.ml3 {
  margin-left: 1.5rem;
}
.mx3 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
.my3 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.m4 {
  margin: 3rem;
}
.mt4 {
  margin-top: 3rem;
}
.mr4 {
  margin-right: 3rem;
}
.mb4 {
  margin-bottom: 3rem;
}
.ml4 {
  margin-left: 3rem;
}
.mx4 {
  margin-left: 3rem;
  margin-right: 3rem;
}
.my4 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.mxn1 {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.mxn2 {
  margin-left: -1rem;
  margin-right: -1rem;
}
.mxn3 {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}
.mxn4 {
  margin-left: -3rem;
  margin-right: -3rem;
}
.ml-auto {
  margin-left: auto;
}
.mr-auto {
  margin-right: auto;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 10em) {
  .sm-m0 {
    margin: 0;
  }
  .sm-mt0 {
    margin-top: 0;
  }
  .sm-mr0 {
    margin-right: 0;
  }
  .sm-mb0 {
    margin-bottom: 0;
  }
  .sm-mx0 {
    margin-left: 0;
    margin-right: 0;
  }
  .sm-my0 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .sm-m1 {
    margin: 0.5rem;
  }
  .sm-mt1 {
    margin-top: 0.5rem;
  }
  .sm-mr1 {
    margin-right: 0.5rem;
  }
  .sm-mb1 {
    margin-bottom: 0.5rem;
  }
  .sm-ml1 {
    margin-left: 0.5rem;
  }
  .sm-mx1 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .sm-my1 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .sm-m2 {
    margin: 1rem;
  }
  .sm-mt2 {
    margin-top: 1rem;
  }
  .sm-mr2 {
    margin-right: 1rem;
  }
  .sm-mb2 {
    margin-bottom: 1rem;
  }
  .sm-ml2 {
    margin-left: 1rem;
  }
  .sm-mx2 {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .sm-my2 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .sm-m3 {
    margin: 1.5rem;
  }
  .sm-mt3 {
    margin-top: 1.5rem;
  }
  .sm-mr3 {
    margin-right: 1.5rem;
  }
  .sm-mb3 {
    margin-bottom: 1.5rem;
  }
  .sm-ml3 {
    margin-left: 1.5rem;
  }
  .sm-mx3 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
  .sm-my3 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .sm-m4 {
    margin: 3rem;
  }
  .sm-mt4 {
    margin-top: 3rem;
  }
  .sm-mr4 {
    margin-right: 3rem;
  }
  .sm-mb4 {
    margin-bottom: 3rem;
  }
  .sm-ml4 {
    margin-left: 3rem;
  }
  .sm-mx4 {
    margin-left: 3rem;
    margin-right: 3rem;
  }
  .sm-my4 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .sm-mxn1 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
  .sm-mxn2 {
    margin-left: -1rem;
    margin-right: -1rem;
  }
  .sm-mxn3 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
  .sm-mxn4 {
    margin-left: -3rem;
    margin-right: -3rem;
  }
  .sm-ml-auto {
    margin-left: auto;
  }
  .sm-mr-auto {
    margin-right: auto;
  }
  .sm-mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 52em) {
  .md-m0 {
    margin: 0;
  }
  .md-mt0 {
    margin-top: 0;
  }
  .md-mr0 {
    margin-right: 0;
  }
  .md-mb0 {
    margin-bottom: 0;
  }
  .md-ml0 {
    margin-left: 0;
  }
  .md-mx0 {
    margin-left: 0;
    margin-right: 0;
  }
  .md-my0 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .md-m1 {
    margin: 0.5rem;
  }
  .md-mt1 {
    margin-top: 0.5rem;
  }
  .md-mr1 {
    margin-right: 0.5rem;
  }
  .md-mb1 {
    margin-bottom: 0.5rem;
  }
  .md-ml1 {
    margin-left: 0.5rem;
  }
  .md-mx1 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .md-my1 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .md-m2 {
    margin: 1rem;
  }
  .md-mt2 {
    margin-top: 1rem;
  }
  .md-mr2 {
    margin-right: 1rem;
  }
  .md-mb2 {
    margin-bottom: 1rem;
  }
  .md-ml2 {
    margin-left: 1rem;
  }
  .md-mx2 {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .md-my2 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .md-m3 {
    margin: 1.5rem;
  }
  .md-mt3 {
    margin-top: 1.5rem;
  }
  .md-mr3 {
    margin-right: 1.5rem;
  }
  .md-mb3 {
    margin-bottom: 1.5rem;
  }
  .md-ml3 {
    margin-left: 1.5rem;
  }
  .md-mx3 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
  .md-my3 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .md-m4 {
    margin: 3rem;
  }
  .md-mt4 {
    margin-top: 3rem;
  }
  .md-mr4 {
    margin-right: 3rem;
  }
  .md-mb4 {
    margin-bottom: 3rem;
  }
  .md-ml4 {
    margin-left: 3rem;
  }
  .md-mx4 {
    margin-left: 3rem;
    margin-right: 3rem;
  }
  .md-my4 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .md-mxn1 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
  .md-mxn2 {
    margin-left: -1rem;
    margin-right: -1rem;
  }
  .md-mxn3 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
  .md-mxn4 {
    margin-left: -3rem;
    margin-right: -3rem;
  }
  .md-ml-auto {
    margin-left: auto;
  }
  .md-mr-auto {
    margin-right: auto;
  }
  .md-mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 90.1em) {
  .lg-m0 {
    margin: 0;
  }
  .lg-mt0 {
    margin-top: 0;
  }
  .lg-mr0 {
    margin-right: 0;
  }
  .lg-mb0 {
    margin-bottom: 0;
  }
  .lg-ml0 {
    margin-left: 0;
  }
  .lg-mx0 {
    margin-left: 0;
    margin-right: 0;
  }
  .lg-my0 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .lg-m1 {
    margin: 0.5rem;
  }
  .lg-mt1 {
    margin-top: 0.5rem;
  }
  .lg-mr1 {
    margin-right: 0.5rem;
  }
  .lg-mb1 {
    margin-bottom: 0.5rem;
  }
  .lg-ml1 {
    margin-left: 0.5rem;
  }
  .lg-mx1 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .lg-my1 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .lg-m2 {
    margin: 1rem;
  }
  .lg-mt2 {
    margin-top: 1rem;
  }
  .lg-mr2 {
    margin-right: 1rem;
  }
  .lg-mb2 {
    margin-bottom: 1rem;
  }
  .lg-ml2 {
    margin-left: 1rem;
  }
  .lg-mx2 {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .lg-my2 {
    margin-top: 1rem;
  }
  .lg-m3 {
    margin: 1.5rem;
  }
  .lg-mt3 {
    margin-top: 1.5rem;
  }
  .lg-mr3 {
    margin-right: 1.5rem;
  }
  .lg-mb3 {
    margin-bottom: 1.5rem;
  }
  .lg-ml3 {
    margin-left: 1.5rem;
  }
  .lg-mx3 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
  .lg-my3 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .lg-m4 {
    margin: 3rem;
  }
  .lg-mt4 {
    margin-top: 3rem;
  }
  .lg-mr4 {
    margin-right: 3rem;
  }
  .lg-mb4 {
    margin-bottom: 3rem;
  }
  .lg-ml4 {
    margin-left: 3rem;
  }
  .lg-mx4 {
    margin-left: 3rem;
    margin-right: 3rem;
  }
  .lg-my4 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .lg-mxn1 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
  .lg-mxn2 {
    margin-left: -1rem;
    margin-right: -1rem;
  }
  .lg-mxn3 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
  .lg-mxn4 {
    margin-left: -3rem;
    margin-right: -3rem;
  }
  .lg-ml-auto {
    margin-left: auto;
  }
  .lg-mr-auto {
    margin-right: auto;
  }
  .lg-mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
}
.p0 {
  padding: 0;
}
.pt0 {
  padding-top: 0;
}
.pr0 {
  padding-right: 0;
}
.pb0 {
  padding-bottom: 0;
}
.pl0 {
  padding-left: 0;
}
.px0 {
  padding-left: 0;
  padding-right: 0;
}
.py0 {
  padding-top: 0;
  padding-bottom: 0;
}
.p1 {
  padding: 0.5rem;
}
.pt1 {
  padding-top: 0.5rem;
}
.pr1 {
  padding-right: 0.5rem;
}
.pb1 {
  padding-bottom: 0.5rem;
}
.pl1 {
  padding-left: 0.5rem;
}
.py1 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.px1 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.p2 {
  padding: 1rem;
}
.pt2 {
  padding-top: 1rem;
}
.pr2 {
  padding-right: 1rem;
}
.pb2 {
  padding-bottom: 1rem;
}
.pl2 {
  padding-left: 1rem;
}
.py2 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.px2 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.p3 {
  padding: 1.5rem;
}
.pt3 {
  padding-top: 1.5rem;
}
.pr3 {
  padding-right: 1.5rem;
}
.pb3 {
  padding-bottom: 1.5rem;
}
.pl3 {
  padding-left: 1.5rem;
}
.py3 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.px3 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.p4 {
  padding: 3rem;
}
.pt4 {
  padding-top: 3rem;
}
.pr4 {
  padding-right: 3rem;
}
.pb4 {
  padding-bottom: 3rem;
}
.pl4 {
  padding-left: 3rem;
}
.py4 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.px4 {
  padding-left: 3rem;
  padding-right: 3rem;
}
@media (min-width: 10em) {
  .sm-p0 {
    padding: 0;
  }
  .sm-pt0 {
    padding-top: 0;
  }
  .sm-pr0 {
    padding-right: 0;
  }
  .sm-pb0 {
    padding-bottom: 0;
  }
  .sm-pl0 {
    padding-left: 0;
  }
  .sm-px0 {
    padding-left: 0;
    padding-right: 0;
  }
  .sm-py0 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .sm-p1 {
    padding: 0.5rem;
  }
  .sm-pt1 {
    padding-top: 0.5rem;
  }
  .sm-pr1 {
    padding-right: 0.5rem;
  }
  .sm-pb1 {
    padding-bottom: 0.5rem;
  }
  .sm-pl1 {
    padding-left: 0.5rem;
  }
  .sm-px1 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .sm-py1 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .sm-p2 {
    padding: 1rem;
  }
  .sm-pt2 {
    padding-top: 1rem;
  }
  .sm-pr2 {
    padding-right: 1rem;
  }
  .sm-pb2 {
    padding-bottom: 1rem;
  }
  .sm-pl2 {
    padding-left: 1rem;
  }
  .sm-px2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .sm-py2 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .sm-p3 {
    padding: 1.5rem;
  }
  .sm-pt3 {
    padding-top: 1.5rem;
  }
  .sm-pr3 {
    padding-right: 1.5rem;
  }
  .sm-pb3 {
    padding-bottom: 1.5rem;
  }
  .sm-pl3 {
    padding-left: 1.5rem;
  }
  .sm-px3 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .sm-py3 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .sm-p4 {
    padding: 3rem;
  }
  .sm-pt4 {
    padding-top: 3rem;
  }
  .sm-pr4 {
    padding-right: 3rem;
  }
  .sm-pb4 {
    padding-bottom: 3rem;
  }
  .sm-pl4 {
    padding-left: 3rem;
  }
  .sm-px4 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .sm-py4 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
@media (min-width: 52em) {
  .md-p0 {
    padding: 0;
  }
  .md-pt0 {
    padding-top: 0;
  }
  .md-pr0 {
    padding-right: 0;
  }
  .md-pb0 {
    padding-bottom: 0;
  }
  .md-pl0 {
    padding-left: 0;
  }
  .md-px0 {
    padding-left: 0;
    padding-right: 0;
  }
  .md-py0 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .md-p1 {
    padding: 0.5rem;
  }
  .md-pt1 {
    padding-top: 0.5rem;
  }
  .md-pr1 {
    padding-right: 0.5rem;
  }
  .md-pb1 {
    padding-bottom: 0.5rem;
  }
  .md-pl1 {
    padding-left: 0.5rem;
  }
  .md-px1 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .md-py1 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .md-p2 {
    padding: 1rem;
  }
  .md-pt2 {
    padding-top: 1rem;
  }
  .md-pr2 {
    padding-right: 1rem;
  }
  .md-pb2 {
    padding-bottom: 1rem;
  }
  .md-pl2 {
    padding-left: 1rem;
  }
  .md-px2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .md-py2 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .md-p3 {
    padding: 1.5rem;
  }
  .md-pt3 {
    padding-top: 1.5rem;
  }
  .md-pr3 {
    padding-right: 1.5rem;
  }
  .md-pb3 {
    padding-bottom: 1.5rem;
  }
  .md-pl3 {
    padding-left: 1.5rem;
  }
  .md-px3 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .md-py3 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .md-p4 {
    padding: 3rem;
  }
  .md-pt4 {
    padding-top: 3rem;
  }
  .md-pr4 {
    padding-right: 3rem;
  }
  .md-pb4 {
    padding-bottom: 3rem;
  }
  .md-pl4 {
    padding-left: 3rem;
  }
  .md-px4 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .md-py4 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
@media (min-width: 90.1em) {
  .lg-p0 {
    padding: 0;
  }
  .lg-pt0 {
    padding-top: 0;
  }
  .lg-pr0 {
    padding-right: 0;
  }
  .lg-pb0 {
    padding-bottom: 0;
  }
  .lg-pl0 {
    padding-left: 0;
  }
  .lg-px0 {
    padding-left: 0;
    padding-right: 0;
  }
  .lg-py0 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .lg-p1 {
    padding: 0.5rem;
  }
  .lg-pt1 {
    padding-top: 0.5rem;
  }
  .lg-pr1 {
    padding-right: 0.5rem;
  }
  .lg-pb1 {
    padding-bottom: 0.5rem;
  }
  .lg-pl1 {
    padding-left: 0.5rem;
  }
  .lg-px1 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .lg-py1 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .lg-p2 {
    padding: 1rem;
  }
  .lg-pt2 {
    padding-top: 1rem;
  }
  .lg-pr2 {
    padding-right: 1rem;
  }
  .lg-pb2 {
    padding-bottom: 1rem;
  }
  .lg-pl2 {
    padding-left: 1rem;
  }
  .lg-px2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .lg-py2 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .lg-p3 {
    padding: 1.5rem;
  }
  .lg-pt3 {
    padding-top: 1.5rem;
  }
  .lg-pr3 {
    padding-right: 1.5rem;
  }
  .lg-pb3 {
    padding-bottom: 1.5rem;
  }
  .lg-pl3 {
    padding-left: 1.5rem;
  }
  .lg-px3 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .lg-py3 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .lg-p4 {
    padding: 3rem;
  }
  .lg-pt4 {
    padding-top: 3rem;
  }
  .lg-pr4 {
    padding-right: 3rem;
  }
  .lg-pb4 {
    padding-bottom: 3rem;
  }
  .lg-pl4 {
    padding-left: 3rem;
  }
  .lg-px4 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .lg-py4 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.font-family-inherit {
  font-family: inherit;
}
.font-size-inherit {
  font-size: inherit;
}
.text-decoration-none {
  text-decoration: none;
}
.bold {
  font-weight: var(--bold-font-weight, bold);
}
.regular {
  font-weight: normal;
}
.italic {
  font-style: italic;
}
.caps {
  text-transform: uppercase;
  letter-spacing: var(--caps-letter-spacing);
}
.left-align {
  text-align: left;
}
.center {
  text-align: center;
}
.right-align {
  text-align: right;
}
.justify {
  text-align: justify;
}
.nowrap {
  white-space: nowrap;
}
.break-word {
  word-wrap: break-word;
}
.line-height-1 {
  line-height: var(--line-height-1);
}
.line-height-2 {
  line-height: var(--line-height-2);
}
.line-height-3 {
  line-height: var(--line-height-3);
}
.line-height-4 {
  line-height: var(--line-height-4);
}
.list-style-none {
  list-style: none;
}
.underline {
  text-decoration: underline;
}
.truncate {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.list-reset {
  list-style: none;
  padding-left: 0;
}
:root {
  --line-height-1: 1;
  --line-height-2: 1.125;
  --line-height-3: 1.25;
  --line-height-4: 1.5;
  --caps-letter-spacing: 0.2em;
  --bold-font-weight: bold;
}
.inline {
  display: inline;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.table {
  display: table;
}
.table-cell {
  display: table-cell;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-scroll {
  overflow: scroll;
}
.overflow-auto {
  overflow: auto;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.left {
  float: left;
}
.right {
  float: right;
}
.fit {
  max-width: 100%;
}
.max-width-1 {
  max-width: var(--width-1);
}
.max-width-2 {
  max-width: var(--width-2);
}
.max-width-3 {
  max-width: var(--width-3);
}
.max-width-4 {
  max-width: var(--width-4);
}
.border-box {
  box-sizing: border-box;
}
:root {
  --width-1: 24rem;
  --width-2: 32rem;
  --width-3: 48rem;
  --width-4: 64rem;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.fixed {
  position: fixed;
}
.top-0 {
  top: 0;
}
.right-0 {
  right: 0;
}
.bottom-0 {
  bottom: 0;
}
.left-0 {
  left: 0;
}
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,600;0,700;1,400&family=Outfit:wght@400;500;600;700&family=Source+Sans+3:wght@400;600&display=swap");
body {
  margin: 0;
  padding: 0;
  font-family: "Source Sans 3", "Open Sans", sans-serif;
  background-color: #3d2817;
  color: #f5f0e8;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1.1;
}
a {
  outline: 0;
  text-decoration: none;
}
* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.container-width {
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 768px) {
  .container-width {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  padding-top: 10px;
  padding-bottom: 6px;
  overflow: visible;
  transition: background-color 0.35s ease, box-shadow 0.35s ease, padding 0.35s ease;
}
.header.-intro .menu-left,
.header.-intro .menu-right {
  visibility: hidden;
}
.header.-scrolled {
  background-color: #faf7f2;
  box-shadow: 0 1px 0 rgba(61,40,23,0.1), 0 4px 24px rgba(61,40,23,0.06);
  padding-top: 14px;
  padding-bottom: 14px;
}
.header.-scrolled .header__inner {
  align-items: center;
  min-height: 72px;
}
.header.-scrolled .menu-logo {
  padding-top: 0;
  align-self: center;
  flex-shrink: 0;
  z-index: 3;
  min-width: 240px;
  display: flex;
  justify-content: center;
  transform: none;
}
.header.-scrolled .menu-logo__link {
  display: block;
}
.header.-scrolled .menu-logo__clip {
  height: auto !important;
  overflow: visible;
}
.header.-scrolled .menu-logo__img--light {
  display: none;
}
.header.-scrolled .menu-logo__img--dark {
  display: block;
  width: 78px;
  height: auto;
}
.header.-scrolled .menu-left,
.header.-scrolled .menu-right {
  align-items: baseline;
  align-self: center;
  padding-bottom: 0 !important;
  padding-top: 0 !important;
  transform: translateY(3px) !important;
}
.header.-scrolled .nav-link {
  color: #5c3d2e;
  opacity: 1;
}
.header.-scrolled .nav-link:not(.-focus) {
  opacity: 0.75;
}
.header.-scrolled .nav-link:hover {
  color: #3d2817;
  opacity: 1;
}
.header.-scrolled .nav-link::after {
  background-color: #b86b4e;
}
.header.-scrolled .nav-link.-focus {
  position: relative;
  z-index: 0;
  display: inline-block;
  min-height: 0;
  padding: 0 22px;
  line-height: 1.15;
  border: none;
  background-color: transparent;
  box-sizing: border-box;
  vertical-align: baseline;
  transition: color 0.35s ease;
  color: #3d2817;
  opacity: 1;
}
.header.-scrolled .nav-link.-focus::before {
  content: '';
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: -12px;
  bottom: -11px;
  border-radius: 999px;
  border: 1px solid #b86b4e;
  background-color: transparent;
  box-sizing: border-box;
  pointer-events: none;
  transition: background-color 0.35s ease, border-color 0.35s ease;
}
.header.-scrolled .nav-link.-focus:hover {
  color: #fff;
}
.header.-scrolled .nav-link.-focus:hover::before {
  background-color: #b86b4e;
  border-color: #b86b4e;
}
.header.-scrolled .nav-link.-focus:hover {
  color: #fff;
  text-shadow: none;
}
.header.-scrolled .nav-link.-focus::after {
  display: none;
}
.header.-scrolled.-nav-ready .menu-left .nav-link:not(.-focus),
.header.-scrolled.-nav-ready .menu-right .nav-link:not(.-focus) {
  color: #5c3d2e;
  opacity: 0.75;
}
.header.-scrolled.-nav-ready .menu-left .nav-link:not(.-focus):hover,
.header.-scrolled.-nav-ready .menu-right .nav-link:not(.-focus):hover {
  color: #3d2817;
  opacity: 1;
}
.header.-scrolled.-nav-ready .menu-left .nav-link.-focus,
.header.-scrolled.-nav-ready .menu-right .nav-link.-focus,
.header.-scrolled.-nav-ready .btn-nav-mobile {
  opacity: 1;
}
.header.-scrolled .btn-nav-mobile {
  opacity: 1;
}
.header.-scrolled .btn-nav-mobile svg {
  fill: #3d2817;
}
.header.-nav-ready .menu-left .nav-link:not(.-focus),
.header.-nav-ready .menu-right .nav-link:not(.-focus) {
  color: #fff;
  opacity: 0.75;
}
.header.-nav-ready .menu-left .nav-link:not(.-focus):hover,
.header.-nav-ready .menu-right .nav-link:not(.-focus):hover {
  opacity: 1;
  color: #fff;
}
.header.-nav-ready .menu-left .nav-link:not(.-focus):hover::after,
.header.-nav-ready .menu-right .nav-link:not(.-focus):hover::after {
  background-color: #b86b4e;
}
.header.-nav-ready .menu-left .nav-link.-focus,
.header.-nav-ready .menu-right .nav-link.-focus,
.header.-nav-ready .btn-nav-mobile {
  opacity: 1;
}
.header__inner {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: end;
  position: relative;
  min-height: 0;
  column-gap: 44px;
}
.header:not(.-scrolled) .header__inner {
  align-items: end;
}
.header:not(.-scrolled) .menu-left,
.header:not(.-scrolled) .menu-right {
  align-items: baseline;
  align-self: end;
  transform: translateY(0px) !important;
}
.menu-left {
  display: flex;
  align-items: baseline;
  align-self: end;
  justify-content: flex-end;
  gap: 36px;
  padding-right: 14px;
  width: 100%;
  transition: padding 0.35s ease;
  visibility: hidden;
}
.menu-right {
  display: flex;
  align-items: baseline;
  align-self: end;
  justify-content: flex-start;
  gap: 36px;
  padding-left: 14px;
  width: 100%;
  transition: padding 0.35s ease;
  visibility: hidden;
}
.header.-nav-ready .menu-left,
.header.-nav-ready .menu-right {
  visibility: visible;
}
.menu-logo {
  position: relative;
  left: auto;
  top: auto;
  margin-top: 0px;
  padding-top: 4px;
  transform: translateY(10px);
  z-index: 2;
  justify-self: center;
  align-self: end;
}
.menu-logo__link {
  display: block;
  line-height: 0;
}
.menu-logo__clip {
  display: block;
  overflow: hidden;
  line-height: 0;
  transition: height 0.35s ease;
}
.menu-logo__img {
  width: 240px;
  height: auto;
  display: block;
  filter: drop-shadow(0 2px 12px rgba(0,0,0,0.45));
  mix-blend-mode: screen;
}
.menu-logo__img--dark {
  display: none;
  width: 54px;
  filter: none;
  mix-blend-mode: normal;
}
.nav-link {
  position: relative;
  display: inline-block;
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: #fff;
  padding: 0 14px;
  line-height: 1.15;
  white-space: nowrap;
  opacity: 0;
  vertical-align: baseline;
  transition: color 0.35s ease, opacity 0.35s ease, letter-spacing 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}
.nav-link::after {
  content: '';
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: -10px;
  height: 2px;
  background-color: rgba(184,107,78,0.72);
  transform: scaleX(0);
  transform-origin: left center;
  opacity: 0;
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.3s ease, background-color 0.35s ease, height 0.35s ease;
}
.nav-link:hover {
  color: #fff;
}
.nav-link:hover::after,
.nav-link:focus-visible::after {
  transform: scaleX(1);
  opacity: 1;
  background-color: #b86b4e;
  height: 3px;
}
.nav-link.-disabled {
  cursor: default;
  pointer-events: none;
  opacity: 0.34;
}
.nav-link.-disabled::after {
  display: none;
}
.nav-link.-disabled:hover,
.nav-link.-disabled:focus-visible {
  color: inherit;
}
.header.-nav-ready .menu-left .nav-link.-disabled,
.header.-nav-ready .menu-right .nav-link.-disabled,
.header.-scrolled.-nav-ready .menu-left .nav-link.-disabled,
.header.-scrolled.-nav-ready .menu-right .nav-link.-disabled,
.nav-mobile .nav-link.-disabled {
  opacity: 0.34 !important;
}
.header.-nav-ready .menu-left .nav-link.-disabled:hover,
.header.-nav-ready .menu-right .nav-link.-disabled:hover,
.header.-scrolled.-nav-ready .menu-left .nav-link.-disabled:hover,
.header.-scrolled.-nav-ready .menu-right .nav-link.-disabled:hover,
.nav-mobile .nav-link.-disabled:hover {
  opacity: 0.34 !important;
}
.header:not(.-scrolled) .nav-link.-focus {
  position: relative;
  z-index: 0;
  display: inline-block;
  min-height: 0;
  padding: 0 22px;
  line-height: 1.15;
  border: none;
  background-color: transparent;
  box-sizing: border-box;
  vertical-align: baseline;
  transition: color 0.35s ease;
  color: #fff;
  opacity: 1;
}
.header:not(.-scrolled) .nav-link.-focus::before {
  content: '';
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: -12px;
  bottom: -11px;
  border-radius: 999px;
  border: 1px solid #b86b4e;
  background-color: transparent;
  box-sizing: border-box;
  pointer-events: none;
  transition: background-color 0.35s ease, border-color 0.35s ease;
}
.header:not(.-scrolled) .nav-link.-focus:hover {
  color: #fff;
}
.header:not(.-scrolled) .nav-link.-focus:hover::before {
  background-color: #b86b4e;
  border-color: #b86b4e;
}
.header:not(.-scrolled) .nav-link.-focus:hover {
  text-shadow: none;
}
.header:not(.-scrolled) .nav-link.-focus::after {
  display: none;
}
.btn-nav-mobile {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  opacity: 0;
}
.btn-nav-mobile svg {
  width: 26px;
  height: 26px;
  fill: #fff;
}
.nav-mobile {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 200;
  background-color: rgba(61,40,23,0.97);
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.nav-mobile.-open {
  opacity: 1;
  visibility: visible;
}
.nav-mobile__close {
  position: absolute;
  top: 16px;
  right: 16px;
  background: none;
  border: none;
  cursor: pointer;
}
.nav-mobile__close svg {
  width: 28px;
  height: 28px;
  fill: #fff;
}
.nav-mobile .nav-link {
  font-size: 18px;
  padding: 0 14px;
}
.nav-mobile .nav-link:not(.-focus) {
  opacity: 0.75;
}
.nav-mobile .nav-link:not(.-focus):hover {
  opacity: 1;
}
.nav-mobile .nav-link::after {
  left: 14px;
  right: 14px;
}
.nav-mobile .nav-link.-focus {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 12px 22px 11px;
  border-radius: 999px;
  border: 1px solid #b86b4e;
  background-color: transparent;
  box-sizing: border-box;
  line-height: 1;
  transition: color 0.35s ease, background-color 0.35s ease, border-color 0.35s ease;
  color: #fff;
  opacity: 1;
}
.nav-mobile .nav-link.-focus:hover {
  color: #fff;
  background-color: #b86b4e;
  border-color: #b86b4e;
}
.nav-mobile .nav-link.-focus::after {
  display: none;
}
.nav-mobile .nav-link.-focus:hover {
  text-shadow: none;
}
@media (min-width: 1400px) {
  .header__inner {
    column-gap: 60px;
  }
  .menu-left {
    justify-content: space-between;
    gap: 0;
    padding-right: 18px;
  }
  .menu-right {
    justify-content: space-between;
    gap: 0;
    padding-left: 18px;
  }
  .nav-link {
    padding: 0 16px;
  }
  .nav-link::after {
    left: 16px;
    right: 16px;
  }
}
@media (min-width: 1600px) {
  .header .container-width {
    max-width: 1760px;
    padding-left: 24px;
    padding-right: 24px;
  }
  .header__inner {
    column-gap: 76px;
  }
  .menu-left {
    padding-right: 22px;
  }
  .menu-right {
    padding-left: 22px;
  }
}
@media (max-width: 1399px) {
  .header__inner {
    column-gap: 40px;
  }
  .menu-left {
    padding-right: 12px;
  }
  .menu-right {
    padding-left: 12px;
  }
  .nav-link {
    padding: 0 11px;
  }
  .nav-link::after {
    left: 11px;
    right: 11px;
  }
}
@media (max-width: 1280px) {
  .header__inner {
    column-gap: 32px;
  }
  .menu-left,
  .menu-right {
    gap: 28px;
  }
  .menu-left {
    padding-right: 10px;
  }
  .menu-right {
    padding-left: 10px;
  }
  .menu-logo__img {
    width: 200px;
  }
  .header.-scrolled .menu-logo {
    min-width: 200px;
  }
  .nav-link {
    font-size: 12px;
    padding: 0 9px;
  }
  .nav-link::after {
    left: 9px;
    right: 9px;
  }
}
@media (max-width: 1180px) {
  .menu-left,
  .menu-right {
    display: none;
  }
  .btn-nav-mobile {
    display: block;
    flex-shrink: 0;
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 3;
    margin: 0;
  }
  .menu-logo {
    position: static;
    transform: none;
    margin-top: 0;
    padding-top: 0;
    flex: 1;
    display: flex;
    justify-content: center;
  }
  .header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 0;
    min-height: 0 !important;
  }
  .nav-mobile {
    display: flex;
  }
}
@media (max-width: 768px) {
  .header {
    padding-top: 10px;
    padding-bottom: 6px;
    --mobile-nav-inset: 12px;
  }
  .header.-scrolled {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .header.-scrolled .menu-logo {
    min-width: 0;
  }
  .menu-logo__img {
    width: 168px;
  }
  .menu-logo__img--dark {
    width: 58px;
  }
  .nav-mobile {
    gap: 1rem;
    padding: 80px 1.5rem 3rem;
    overflow-y: auto;
    --mobile-nav-inset: 12px;
  }
  .nav-mobile .nav-link {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .menu-logo__img {
    width: 140px;
  }
  .menu-logo__img--dark {
    width: 50px;
  }
  .btn-nav-mobile svg {
    width: 24px;
    height: 24px;
  }
  .nav-mobile .nav-link {
    font-size: 15px;
  }
}
.hero {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero__video {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 124%;
  object-fit: cover;
  transform: translate(-50%, -50%);
  transform-origin: center center;
  will-change: transform;
  z-index: 0;
  opacity: 0;
}
.hero__overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(0,0,0,0.48);
  background-image: linear-gradient(to bottom, rgba(20,12,6,0.65) 0%, rgba(0,0,0,0.38) 45%, rgba(20,12,6,0.72) 100%);
  z-index: 1;
}
.hero__reveal {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  opacity: 1;
  background: #000;
}
.hero__content {
  position: absolute;
  left: 50%;
  top: 75vh;
  z-index: 3;
  width: 100%;
  max-width: 960px;
  text-align: center;
  padding: 4rem 1.5rem;
  transform: translate(-50%, -50%);
}
.hero__title {
  position: relative;
  z-index: 1;
  font-family: "Beaurencourt", Georgia, serif;
  font-weight: normal;
  font-size: clamp(2.535rem, 5.2vw, 4.5rem);
  color: #fff;
  line-height: 1.1;
  margin: 0 0 1.5rem;
  opacity: 0;
  transform: translateY(30px);
  text-shadow: 0 2px 20px rgba(0,0,0,0.4);
  white-space: nowrap;
}
.hero__subtitle {
  position: relative;
  z-index: 1;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  font-size: clamp(0.875rem, 1.45vw, 0.9375rem);
  letter-spacing: 0.11em;
  color: #f5f0e8;
  line-height: 1.55;
  margin: 0 0 3rem;
  opacity: 0;
  transform: translateY(20px);
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}
.hero__actions {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 28px;
  transform: translateZ(0);
}
.hero__cta {
  position: relative;
  display: inline-flex;
  align-items: center;
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.2;
  white-space: nowrap;
  opacity: 0;
  transform: translateY(20px);
  cursor: pointer;
  appearance: none;
  transition: color 0.35s ease, background-color 0.35s ease, border-color 0.35s ease;
}
.hero__cta--link {
  color: #fff;
  padding: 0 14px;
  line-height: 1.2;
  border: none;
  background-color: transparent;
  opacity: 0.75;
  transition: color 0.35s ease, opacity 0.35s ease, letter-spacing 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}
.hero__cta--link::after {
  content: '';
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: -10px;
  height: 2px;
  background-color: rgba(184,107,78,0.72);
  transform: scaleX(0);
  transform-origin: left center;
  opacity: 0;
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.3s ease, background-color 0.35s ease, height 0.35s ease;
}
.hero__cta--link:hover {
  color: #fff;
  opacity: 1;
}
.hero__cta--link:hover::after,
.hero__cta--link:focus-visible::after {
  transform: scaleX(1);
  opacity: 1;
  background-color: #b86b4e;
  height: 3px;
}
.hero__cta--primary {
  position: relative;
  z-index: 0;
  display: inline-block;
  min-height: 0;
  padding: 0 22px;
  line-height: 1.15;
  border: none;
  background-color: transparent;
  box-sizing: border-box;
  vertical-align: baseline;
  transition: color 0.35s ease;
  color: #fff;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #fff;
}
.hero__cta--primary::before {
  content: '';
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: -12px;
  bottom: -11px;
  border-radius: 999px;
  border: 1px solid #b86b4e;
  background-color: transparent;
  box-sizing: border-box;
  pointer-events: none;
  transition: background-color 0.35s ease, border-color 0.35s ease;
}
.hero__cta--primary:hover {
  color: #fff;
}
.hero__cta--primary:hover::before {
  background-color: #b86b4e;
  border-color: #b86b4e;
}
.hero__cta--primary:hover {
  text-shadow: none;
}
.hero__cta--primary::after {
  display: none;
}
.hero__cta--primary:hover .hero__cta-play {
  opacity: 1;
  transform: scale(1.04);
}
.hero__cta-play {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  opacity: 0.95;
  transition: opacity 0.35s ease, transform 0.35s ease;
}
.hero__cta-play svg {
  display: block;
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .hero__content {
    top: 72vh;
    padding: 3rem 1rem;
  }
  .hero__title {
    margin-bottom: 1rem;
    font-size: clamp(2.535rem, 7vw, 3rem);
    white-space: normal;
  }
  .hero__subtitle {
    margin-bottom: 1.5rem;
    font-size: 0.875rem;
    letter-spacing: 0.1em;
    max-width: 100%;
  }
  .hero__actions {
    gap: 20px;
  }
  .hero__cta {
    font-size: 12px;
  }
  .hero__cta--link {
    padding: 0 12px;
  }
  .hero__cta--link::after {
    left: 12px;
    right: 12px;
  }
}
@media (max-width: 480px) {
  .hero__content {
    top: 70vh;
    padding: 1.5rem 1rem;
  }
  .hero__title {
    font-size: clamp(2.535rem, 9vw, 2.75rem);
  }
  .hero__actions {
    flex-direction: column;
    align-items: center;
    gap: 18px;
  }
  .hero__cta--link {
    padding: 0 10px;
  }
  .hero__cta--link::after {
    left: 10px;
    right: 10px;
  }
}
.no-scroll {
  overflow: hidden;
}
.full-height {
  min-height: 100vh;
}
.medium-z {
  position: relative;
  z-index: 2;
}
.home-intro {
  background-color: #faf7f2;
  color: #5c3d2e;
  padding: 4rem 0;
}
.home-intro__inner {
  max-width: 680px;
  margin: 0 auto;
  text-align: center;
}
.home-intro__title {
  margin: 0 0 1.5rem;
  font-family: "Beaurencourt", Georgia, serif;
  font-weight: normal;
  font-size: clamp(2.535rem, 4.368vw, 3.315rem);
  line-height: 1.15;
  color: #3d2817;
}
.home-intro__text {
  font-family: "Outfit", sans-serif;
  font-size: clamp(0.9375rem, 1.35vw, 1.0625rem);
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.03em;
  color: #837b7b;
}
.home-intro__text p + p {
  margin-top: 1.5rem;
}
.home-intro__text strong {
  font-weight: 600;
  color: #b86b4e;
}
.home-intro__actions {
  margin-top: 3rem;
}
.home-intro__cta {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 2px;
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  line-height: 1.15;
  color: #3d2817;
  text-decoration: none;
  transition: color 0.35s ease;
}
.home-intro__cta::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  height: 2px;
  background-color: rgba(184,107,78,0.55);
  transform: scaleX(0.94);
  transform-origin: center center;
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1), background-color 0.35s ease, height 0.35s ease;
}
.home-intro__cta:hover {
  color: #b86b4e;
}
.home-intro__cta:hover::after,
.home-intro__cta:focus-visible::after {
  transform: scaleX(1);
  background-color: #b86b4e;
  height: 3px;
}
.home-portals {
  background-color: #faf7f2;
  padding: 0 0 4rem;
  overflow: hidden;
}
.home-portals:not(.-revealed):not(.-revealing) .home-portals__viewport,
.home-portals:not(.-revealed):not(.-revealing) .home-portals__hint {
  opacity: 0;
  visibility: hidden;
}
.home-portals.-revealing .home-portals__viewport,
.home-portals.-revealed .home-portals__viewport,
.home-portals.-revealing .home-portals__hint,
.home-portals.-revealed .home-portals__hint {
  opacity: 1;
  visibility: visible;
}
.home-portals.-revealing .home-portals__track {
  pointer-events: none;
}
.home-portals.-revealing .portal-card {
  will-change: opacity, transform;
}
.home-portals__hint {
  display: none;
  margin: 0 0 12px;
  padding: 0 1.5rem;
  text-align: center;
  font-family: "Outfit", sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #837b7b;
  transition: opacity 0.45s ease, visibility 0.45s ease;
}
.home-portals__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  transition: opacity 0.45s ease, visibility 0.45s ease;
}
.home-portals__viewport:focus-visible {
  outline: 2px solid rgba(131,123,123,0.45);
  outline-offset: 4px;
}
.home-portals__track {
  display: flex;
  align-items: stretch;
  width: max-content;
  gap: 18px;
  padding: 4px 0 1rem;
  will-change: transform;
  cursor: grab;
  touch-action: pan-y;
}
.home-portals__track.-dragging {
  cursor: grabbing;
}
.home-portals__track.-dragging .portal-card {
  pointer-events: none;
}
.home-portals__set {
  display: flex;
  align-items: stretch;
  gap: 18px;
  flex-shrink: 0;
  width: calc(100vw - 48px);
  max-width: calc(100vw - 48px);
  margin: 0 auto;
  box-sizing: border-box;
}
.home-portals:not(.-mobile-scroll) .portal-card {
  flex: 1 1 0;
  min-width: 220px;
  max-width: none;
}
.home-portals.-static:not(.-mobile-scroll) .home-portals__viewport {
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scrollbar-width: none;
  cursor: grab;
}
.home-portals.-static:not(.-mobile-scroll) .home-portals__viewport::-webkit-scrollbar {
  display: none;
}
.home-portals.-static:not(.-mobile-scroll) .home-portals__viewport.-dragging {
  cursor: grabbing;
}
.home-portals.-static:not(.-mobile-scroll) .home-portals__track {
  width: 100%;
}
.home-portals.-static:not(.-mobile-scroll) .home-portals__set {
  justify-content: flex-start;
  flex-wrap: nowrap;
}
.home-portals.-mobile-scroll {
  padding-bottom: calc((--space-4 - 4px));
}
.home-portals.-mobile-scroll .home-portals__hint {
  display: block;
  transition: opacity 0.35s ease;
}
.home-portals.-mobile-scroll .home-portals__hint.-hidden {
  opacity: 0;
}
.home-portals.-mobile-scroll .home-portals__viewport {
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  overscroll-behavior-x: contain;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  touch-action: pan-x;
  cursor: default;
}
.home-portals.-mobile-scroll .home-portals__viewport::-webkit-scrollbar {
  display: none;
}
.home-portals.-mobile-scroll .home-portals__track {
  transform: none !important;
  cursor: default;
  touch-action: pan-x;
  padding: 4px 16px 1rem;
  gap: 14px;
}
.home-portals.-mobile-scroll .home-portals__set--clone {
  display: none;
}
.home-portals.-mobile-scroll .home-portals__set {
  width: auto;
  max-width: none;
  margin: 0;
}
.home-portals.-mobile-scroll .portal-card {
  flex: 0 0 78vw;
  max-width: 300px;
  min-width: 0;
  scroll-snap-align: center;
  -webkit-tap-highlight-color: transparent;
}
@media (prefers-reduced-motion: reduce) {
  .home-portals.-static:not(.-mobile-scroll) .home-portals__viewport {
    cursor: default;
  }
  .home-portals.-mobile-scroll .home-portals__viewport {
    scroll-behavior: auto;
  }
}
.portal-card {
  position: relative;
  flex: 0 0 clamp(220px, 24vw, 300px);
  aspect-ratio: 3/4;
  display: block;
  overflow: hidden;
  text-decoration: none;
  background-color: #5c3d2e;
}
.portal-card__media {
  position: absolute;
  inset: 0;
}
.portal-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.65s cubic-bezier(0.16, 1, 0.3, 1);
}
.portal-card__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(20,12,6,0.88) 0%, rgba(20,12,6,0.42) 42%, rgba(20,12,6,0.12) 100%);
  transition: opacity 0.4s ease;
}
.portal-card__label {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding: 0 20px 30px;
  text-align: center;
  font-family: "Outfit", sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #fff;
  line-height: 1.25;
  transform: translateY(0);
  transition: color 0.4s ease, letter-spacing 0.5s cubic-bezier(0.22, 1, 0.36, 1), transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}
.portal-card__label::after {
  content: '';
  display: block;
  width: 28px;
  height: 2px;
  margin-top: 10px;
  background-color: rgba(255,255,255,0.75);
  transform: scaleX(0);
  transform-origin: center center;
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.35s ease, width 0.45s cubic-bezier(0.22, 1, 0.36, 1);
  opacity: 0;
}
.portal-card--map .portal-card__overlay {
  background: linear-gradient(to top, rgba(20,12,6,0.94) 0%, rgba(20,12,6,0.38) 38%, rgba(250,247,242,0.08) 100%);
}
.portal-card--map .portal-card__media img {
  object-position: center 42%;
  filter: saturate(0.92) contrast(1.04);
}
.portal-card--map:hover .portal-card__media img,
.portal-card--map:focus-visible .portal-card__media img {
  filter: saturate(1) contrast(1.06);
}
.portal-card:hover .portal-card__media img,
.portal-card:focus-visible .portal-card__media img {
  transform: scale(1.05);
}
.portal-card:hover .portal-card__overlay,
.portal-card:focus-visible .portal-card__overlay {
  opacity: 0.92;
}
.portal-card:hover .portal-card__label,
.portal-card:focus-visible .portal-card__label {
  color: #f5f0e8;
  letter-spacing: 0.2em;
  transform: translateY(-5px);
}
.portal-card:hover .portal-card__label::after,
.portal-card:focus-visible .portal-card__label::after {
  transform: scaleX(1);
  opacity: 1;
  width: 44px;
  background-color: #b86b4e;
}
.portal-card:focus-visible {
  outline: 2px solid #5c3d2e;
  outline-offset: 3px;
}
@media (hover: none) and (pointer: coarse) {
  .portal-card:active .portal-card__media img {
    transform: scale(1.03);
  }
  .portal-card:active .portal-card__overlay {
    opacity: 0.92;
  }
  .portal-card:active .portal-card__label {
    color: #f5f0e8;
    letter-spacing: 0.18em;
    transform: translateY(-4px);
  }
  .portal-card:active .portal-card__label::after {
    transform: scaleX(1);
    opacity: 1;
    width: 40px;
    background-color: #b86b4e;
  }
}
.section-anchor {
  height: 0;
  scroll-margin-top: "calc(" 220px " + 16px)";
}
.home-splits {
  display: flex;
  flex-direction: column;
  background-color: #faf7f2;
}
.home-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background-color: #faf7f2;
  color: #5c3d2e;
  overflow: hidden;
}
.home-split--slice-sm {
  height: 520px;
}
.home-split--slice-md {
  height: 640px;
}
.home-split--slice-lg {
  height: 760px;
}
.home-split--reverse .home-split__media {
  order: 2;
}
.home-split--reverse .home-split__content {
  order: 1;
}
.home-split__media {
  position: relative;
  overflow: hidden;
  height: 100%;
  min-height: 0;
}
.home-split__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.75s cubic-bezier(0.16, 1, 0.3, 1);
}
.home-split:hover .home-split__media img,
.home-split:focus-within .home-split__media img {
  transform: scale(1.03);
}
.home-split__content {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  min-height: 0;
  padding: clamp(28px, 4vw, 56px) clamp(24px, 5vw, 72px);
}
.home-split__inner {
  max-width: 420px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.home-split__title {
  margin: 0 0 1.5rem;
  font-family: "Beaurencourt", Georgia, serif;
  font-weight: normal;
  font-size: clamp(2.535rem, 4.368vw, 3.315rem);
  line-height: 1.12;
  letter-spacing: 0.01em;
  color: #3d2817;
}
.home-split__text {
  margin: 0 0 3rem;
  font-family: "Outfit", sans-serif;
  font-size: clamp(0.9375rem, 1.25vw, 1.03125rem);
  font-weight: 400;
  line-height: 1.78;
  letter-spacing: 0.02em;
  color: #837b7b;
}
.home-split__cta {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 2px;
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  line-height: 1.15;
  color: #3d2817;
  text-decoration: none;
  transition: color 0.35s ease;
}
.home-split__cta::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  height: 2px;
  background-color: rgba(184,107,78,0.55);
  transform: scaleX(0.94);
  transform-origin: center center;
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1), background-color 0.35s ease, height 0.35s ease;
}
.home-split__cta:hover {
  color: #b86b4e;
}
.home-split__cta:hover::after,
.home-split__cta:focus-visible::after {
  transform: scaleX(1);
  background-color: #b86b4e;
  height: 3px;
}
@media (max-width: 960px) {
  .home-split {
    grid-template-columns: 1fr;
    height: auto;
  }
  .home-split--slice-sm,
  .home-split--slice-md,
  .home-split--slice-lg {
    height: auto;
  }
  .home-split--reverse .home-split__media,
  .home-split--reverse .home-split__content {
    order: initial;
  }
  .home-split__media {
    height: clamp(240px, 48vw, 360px);
  }
  .home-split__content {
    height: auto;
    padding: 36px 24px 44px;
  }
  .home-split__inner {
    max-width: 520px;
  }
  .home-split__title {
    margin-bottom: 1rem;
  }
  .home-split__text {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 768px) {
  .home-split__title {
    font-size: 2.34rem;
  }
  .home-split__content {
    padding: 32px 20px 40px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .home-split__media img {
    transition: none;
  }
  .home-split:hover __media img,
  .home-split:focus-within __media img {
    transform: none;
  }
}
@media (max-width: 768px) {
  .home-intro {
    padding: 3rem 0;
  }
  .home-intro__title {
    font-size: 2.34rem;
    margin-bottom: 1rem;
  }
  .home-intro__actions {
    margin-top: 1.5rem;
  }
  .home-portals {
    padding-bottom: 3rem;
  }
  .home-portals__hint {
    margin-bottom: 10px;
    font-size: 10px;
  }
  .home-portals__track {
    gap: 14px;
  }
  .home-portals__set {
    gap: 14px;
  }
  .portal-card__label {
    padding-bottom: 26px;
    font-size: 12px;
    letter-spacing: 0.12em;
  }
}
.home-map {
  background-color: #faf7f2;
  padding: 0 0 4rem;
  scroll-margin-top: calc(220px + 16px);
}
.home-map__stage {
  position: relative;
  width: 100%;
  min-height: clamp(360px, 52vw, 560px);
  overflow: hidden;
  background-color: #f0ebe3;
  border: 1px solid rgba(131,123,123,0.16);
}
.home-map__stage.-ready {
  border-color: rgba(131,123,123,0.22);
}
.home-map__stage.-error {
  border-color: rgba(184,107,78,0.35);
}
.home-map__canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.home-map__fallback {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  background-color: #f0ebe3;
  pointer-events: none;
}
.home-map__loading {
  margin: 0;
  font-family: "Outfit", sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(131,123,123,0.85);
}
.home-map__stage.-ready .home-map__fallback {
  display: none;
}
.home-map__stage.-error .home-map__fallback {
  pointer-events: auto;
}
.home-map__error {
  margin: 0;
  max-width: 420px;
  text-align: center;
  font-family: "Outfit", sans-serif;
  font-size: 14px;
  line-height: 1.65;
  color: #837b7b;
}
.home-map__vignette {
  position: absolute;
  left: 50%;
  bottom: clamp(24px, 4vw, 40px);
  z-index: 5;
  width: calc(100% - 48px);
  max-width: 600px;
  transform: translateX(-50%);
  pointer-events: auto;
}
.home-map__vignette[hidden] {
  display: none !important;
}
.home-map__vignette-inner {
  position: relative;
  background-color: #fff;
  box-shadow: 0 10px 30px rgba(61,40,23,0.18);
}
.home-map__vignette-content {
  padding: clamp(28px, 4vw, 40px) clamp(36px, 5vw, 48px);
}
.home-map__vignette-title {
  margin: 0 0 12px;
  font-family: "Beaurencourt", Georgia, serif;
  font-weight: normal;
  font-size: clamp(2.535rem, 4.368vw, 3.315rem);
  line-height: 1.15;
  color: #3d2817;
}
.home-map__vignette-address {
  margin: 0 0 8px;
  font-family: "Outfit", sans-serif;
  font-size: 15px;
  line-height: 1.55;
  color: #5c3d2e;
}
.home-map__vignette-phone {
  margin: 0 0 14px;
  font-family: "Outfit", sans-serif;
  font-size: 15px;
  line-height: 1.55;
  color: #5c3d2e;
}
.home-map__vignette-type {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px;
  font-family: "Outfit", sans-serif;
  font-size: 15px;
  line-height: 1.4;
  color: #3d2817;
}
.home-map__vignette-type-icons {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  flex-shrink: 0;
}
.home-map__vignette-type-icons img {
  display: block;
  width: 36px;
  height: 36px;
}
.home-map__vignette-link {
  display: inline-block;
  font-family: "Outfit", sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: #3d2817;
  text-decoration: none;
  transition: color 0.25s ease;
}
.home-map__vignette-link:hover {
  color: #b86b4e;
}
.home-map__vignette-nav {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  border: none;
  background-color: #3d2817;
  color: #fff;
  cursor: pointer;
  transform: translateY(-50%);
  transition: background-color 0.25s ease;
}
.home-map__vignette-nav svg {
  width: 17px;
  height: 17px;
}
.home-map__vignette-nav:hover {
  background-color: #b86b4e;
}
.home-map__vignette-nav--prev {
  left: -20px;
}
.home-map__vignette-nav--next {
  right: -20px;
}
@media (max-width: 768px) {
  .home-map {
    padding-bottom: 3rem;
  }
  .home-map__stage {
    min-height: clamp(300px, 68vw, 420px);
  }
  .home-map__vignette {
    width: calc(100% - 32px);
    bottom: 16px;
  }
  .home-map__vignette-content {
    padding: 24px 28px;
  }
  .home-map__vignette-nav {
    width: 34px;
    height: 34px;
  }
  .home-map__vignette-nav--prev {
    left: -12px;
  }
  .home-map__vignette-nav--next {
    right: -12px;
  }
}
@media (max-width: 520px) {
  .home-map__vignette-type-icons img {
    width: 28px;
    height: 28px;
  }
}
.video-modal {
  position: fixed;
  inset: 0;
  z-index: 300;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.45s ease, visibility 0.45s ease;
}
.video-modal.-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.video-modal__backdrop {
  position: absolute;
  inset: 0;
  background-color: rgba(20,12,6,0.82);
  backdrop-filter: blur(10px);
}
.video-modal__dialog {
  position: relative;
  z-index: 1;
  width: 80vw;
  max-width: 80vw;
  border: none;
  outline: none;
  background: transparent;
  transform: translateY(18px) scale(0.97);
  opacity: 0;
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.45s ease;
}
.video-modal.-open .video-modal__dialog {
  transform: translateY(0) scale(1);
  opacity: 1;
}
.video-modal__close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  padding: 0;
  border: none;
  background: none;
  color: #f5f0e8;
  font-family: "Outfit", sans-serif;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1;
  cursor: pointer;
  opacity: 0.8;
  transform: translate(50%, calc(-100% - 8px));
  transition: opacity 0.25s ease;
}
.video-modal__close:hover {
  opacity: 1;
}
.video-modal__frame-wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-color: #000;
  border: none;
  outline: none;
  box-shadow: 0 24px 80px rgba(0,0,0,0.55);
  line-height: 0;
}
.video-modal__frame-wrap::before {
  content: '';
  display: block;
  padding-top: 56.25%;
}
.video-modal__player {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.video-modal__player iframe {
  display: block;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  margin: -2px;
  padding: 0;
  border: 0;
  outline: 0;
  box-shadow: none;
  vertical-align: top;
}
@media (max-width: 768px) {
  .video-modal {
    padding: 1rem;
  }
  .video-modal__close {
    width: 40px;
    height: 40px;
    font-size: 1.75rem;
    transform: translate(50%, calc(-100% - 6px));
  }
}
.discover-page {
  background-color: #faf7f2;
  color: #5c3d2e;
}
.discover-page .header {
  background-color: #faf7f2;
  box-shadow: 0 1px 0 rgba(61,40,23,0.1), 0 4px 24px rgba(61,40,23,0.06);
  padding-top: 14px;
  padding-bottom: 14px;
}
.discover-page .header .header__inner {
  align-items: center;
  min-height: 72px;
}
.discover-page .header .menu-logo {
  padding-top: 0;
  align-self: center;
  flex-shrink: 0;
  min-width: 240px;
  display: flex;
  justify-content: center;
}
.discover-page .header .menu-logo__clip {
  height: auto !important;
  overflow: visible;
}
.discover-page .header .menu-logo__img--light {
  display: none;
}
.discover-page .header .menu-logo__img--dark {
  display: block;
  width: 78px;
}
.discover-page .header .menu-left,
.discover-page .header .menu-right {
  align-items: baseline;
  padding-bottom: 0 !important;
  padding-top: 0 !important;
  transform: translateY(3px) !important;
  visibility: visible;
}
.discover-page .header .nav-link {
  color: #5c3d2e;
}
.discover-page .header .nav-link:not(.-focus):not(.-disabled) {
  opacity: 0.75;
}
.discover-page .header .nav-link:hover {
  color: #3d2817;
  opacity: 1;
}
.discover-page .header .nav-link::after {
  background-color: #837b7b;
}
.discover-page .header .nav-link.-disabled {
  color: #837b7b;
  opacity: 0.34 !important;
}
.discover-page .header .nav-link.-disabled:hover {
  color: #837b7b;
  opacity: 0.34 !important;
}
.discover-page .header .nav-link.-focus {
  position: relative;
  z-index: 0;
  display: inline-block;
  min-height: 0;
  padding: 0 22px;
  line-height: 1.15;
  border: none;
  background-color: transparent;
  box-sizing: border-box;
  vertical-align: baseline;
  transition: color 0.35s ease;
  color: #3d2817;
  opacity: 1;
}
.discover-page .header .nav-link.-focus::before {
  content: '';
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: -12px;
  bottom: -11px;
  border-radius: 999px;
  border: 1px solid #b86b4e;
  background-color: transparent;
  box-sizing: border-box;
  pointer-events: none;
  transition: background-color 0.35s ease, border-color 0.35s ease;
}
.discover-page .header .nav-link.-focus:hover {
  color: #fff;
}
.discover-page .header .nav-link.-focus:hover::before {
  background-color: #b86b4e;
  border-color: #b86b4e;
}
.discover-page .header .nav-link.-focus:hover {
  color: #fff;
  text-shadow: none;
}
.discover-page .header .nav-link.-focus::after {
  display: none;
}
.discover-page .header .btn-nav-mobile svg {
  fill: #3d2817;
}
.discover-hero {
  position: relative;
  min-height: clamp(420px, 58vh, 620px);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-top: 0;
}
.discover-hero__media {
  position: absolute;
  inset: 0;
}
.discover-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 42%;
}
.discover-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(20,12,6,0.22) 0%, rgba(20,12,6,0.48) 52%, rgba(20,12,6,0.72) 100%);
}
.discover-hero__content {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 920px;
  padding: calc((--space-5 + 24px)) 1.5rem calc((--space-5 + 48px));
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.discover-hero__heading {
  margin: 0;
}
.discover-hero__eyebrow {
  margin: 16px 0 0;
  font-family: "Outfit", sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: rgba(131,123,123,0.92);
}
.discover-hero__title {
  margin: 0;
  font-family: "Beaurencourt", Georgia, serif;
  font-weight: normal;
  font-size: clamp(2.535rem, 8vw, 5.5rem);
  line-height: 0.98;
  color: #fff;
  text-shadow: 0 2px 28px rgba(0,0,0,0.28);
}
.discover-intro {
  position: relative;
  z-index: 2;
  margin-top: -64px;
  min-height: 320px;
  padding: 0 0 3rem;
  background: transparent;
  display: flex;
  align-items: flex-end;
}
.discover-intro__card {
  max-width: 760px;
  margin: 0 auto;
  padding: clamp(32px, 4.5vw, 48px) clamp(28px, 5vw, 56px);
  background: #faf7f2;
  border: 1px solid rgba(131,123,123,0.22);
  box-shadow: 0 24px 64px rgba(61,40,23,0.1), 0 2px 0 rgba(255,255,255,0.65) inset;
  text-align: center;
}
.discover-intro__logo {
  width: 72px;
  margin: 0 auto 1.5rem;
  opacity: 0;
  transform: translateY(14px) scale(0.94);
  will-change: opacity, transform;
}
.discover-intro__logo img {
  display: block;
  width: 100%;
  height: auto;
}
.discover-intro__lead {
  margin: 0 0 1.5rem;
  font-family: "Beaurencourt", Georgia, serif;
  font-weight: normal;
  font-size: clamp(2.535rem, 4.368vw, 3.315rem);
  line-height: 1.55;
  letter-spacing: 0.01em;
  color: #3d2817;
}
.discover-intro__text {
  margin: 0;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(131,123,123,0.28);
  font-family: "Outfit", sans-serif;
  font-size: clamp(0.9375rem, 1.35vw, 1.03125rem);
  line-height: 1.82;
  letter-spacing: 0.02em;
  color: #837b7b;
}
.discover-slices {
  display: flex;
  flex-direction: column;
  padding-top: 98px;
}
.discover-slices--after-hero {
  padding-top: 0;
}
.discover-block {
  scroll-margin-top: 98px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  background-color: #faf7f2;
  min-height: 0;
  overflow: hidden;
}
.discover-block--slice-sm {
  height: 520px;
}
.discover-block--slice-md {
  height: 640px;
}
.discover-block--slice-lg {
  height: 760px;
}
.discover-block--reverse .discover-block__media {
  order: 2;
}
.discover-block--reverse .discover-block__content {
  order: 1;
}
.discover-block__media {
  position: relative;
  overflow: hidden;
  height: 100%;
  min-height: 0;
}
.discover-block__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.discover-block__content {
  display: grid;
  grid-template-rows: minmax(0, auto) minmax(0, 1fr) minmax(0, auto);
  align-content: stretch;
  height: 100%;
  min-height: 0;
  padding: clamp(28px, 4vw, 56px) clamp(24px, 5vw, 72px);
  overflow: hidden;
}
.discover-block__heading {
  flex-shrink: 0;
  min-height: 92px;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.discover-block__eyebrow {
  margin: 10px 0 0;
  font-family: "Outfit", sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #b86b4e;
}
.discover-block__title {
  margin: 0;
  font-family: "Beaurencourt", Georgia, serif;
  font-weight: normal;
  font-size: clamp(2.535rem, 4.368vw, 3.315rem);
  line-height: 1.08;
  color: #3d2817;
}
.discover-block__text {
  min-height: 0;
  margin: 0;
  padding: 1rem 0;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: thin;
  scrollbar-color: rgba(131,123,123,0.28) transparent;
  font-family: "Outfit", sans-serif;
  font-size: clamp(0.9375rem, 1.25vw, 1.03125rem);
  line-height: 1.75;
  letter-spacing: 0.02em;
  color: #837b7b;
}
.discover-block__text::-webkit-scrollbar {
  width: 4px;
}
.discover-block__text::-webkit-scrollbar-thumb {
  background-color: rgba(131,123,123,0.28);
  border-radius: 999px;
}
.discover-block__text p + p {
  margin-top: 0.9em;
}
.discover-block--slice-sm .discover-block__text,
.discover-block--slice-md .discover-block__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.discover-block--slice-lg .discover-block__text {
  display: block;
}
.discover-block__topic + .discover-block__topic {
  margin-top: 1.35em;
  padding-top: 1.35em;
  border-top: 1px solid rgba(131,123,123,0.2);
}
.discover-block__subtitle {
  margin: 0 0 0.75em;
  font-family: "Beaurencourt", Georgia, serif;
  font-weight: normal;
  font-size: clamp(2.535rem, 4.368vw, 3.315rem);
  font-size: clamp(1.35rem, 2.2vw, 1.65rem);
  line-height: 1.12;
  color: #3d2817;
}
.discover-block__actions {
  flex-shrink: 0;
  min-height: 64px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px 28px;
  align-items: flex-end;
  align-content: flex-end;
  margin: 0;
  padding: 0;
}
.discover-cta {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 14px 24px 13px;
  border-radius: 999px;
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  line-height: 1.2;
  transition: color 0.35s ease, background-color 0.35s ease, border-color 0.35s ease;
}
.discover-cta--primary {
  border: 1px solid #b86b4e;
  background-color: #b86b4e;
  color: #fff;
}
.discover-cta--primary:hover {
  background-color: transparent;
  color: #b86b4e;
}
.discover-cta--link {
  padding: 0 2px;
  color: #3d2817;
  background: transparent;
  border: none;
  min-height: 0;
  border-radius: 0;
}
.discover-cta--link::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  height: 2px;
  background-color: rgba(184,107,78,0.55);
  transform: scaleX(0.94);
  transform-origin: center center;
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1), background-color 0.35s ease, height 0.35s ease;
}
.discover-cta--link:hover {
  color: #b86b4e;
}
.discover-cta--link:hover::after,
.discover-cta--link:focus-visible::after {
  transform: scaleX(1);
  background-color: #b86b4e;
  height: 3px;
}
.discover-band {
  scroll-margin-top: 98px;
  display: flex;
  align-items: center;
  min-height: 380px;
  padding: 4rem 0;
  background-color: #3d2817;
  color: #f5f0e8;
}
.discover-band__inner {
  max-width: 920px;
  margin: 0 auto;
  text-align: center;
}
.discover-band__heading {
  margin: 0 0 1.5rem;
}
.discover-band__eyebrow {
  margin: 10px 0 0;
  font-family: "Outfit", sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #f2c89d;
}
.discover-band__title {
  margin: 0;
  font-family: "Beaurencourt", Georgia, serif;
  font-weight: normal;
  font-size: clamp(2.535rem, 4.368vw, 3.315rem);
  line-height: 1.08;
  color: #fff;
}
.discover-band__text {
  margin: 0 0 3rem;
  font-family: "Outfit", sans-serif;
  font-size: clamp(0.9375rem, 1.35vw, 1.0625rem);
  line-height: 1.8;
  color: rgba(131,123,123,0.88);
}
.discover-band__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px 28px;
}
.discover-band .discover-cta--primary {
  border-color: #fff;
  background-color: #fff;
  color: #3d2817;
}
.discover-band .discover-cta--primary:hover {
  background-color: transparent;
  color: #fff;
}
.discover-band .discover-cta--link {
  color: #f5f0e8;
}
.discover-band .discover-cta--link::after {
  background-color: rgba(245,240,232,0.72);
}
.discover-band .discover-cta--link:hover {
  color: #fff;
}
.discover-band .discover-cta--link:hover::after {
  background-color: #fff;
}
@media (max-width: 960px) {
  .discover-slices {
    gap: 0;
  }
  .discover-block {
    grid-template-columns: 1fr;
    height: auto;
    min-height: 0;
    overflow: visible;
  }
  .discover-block--slice-sm,
  .discover-block--slice-md,
  .discover-block--slice-lg {
    height: auto;
  }
  .discover-block--reverse .discover-block__media,
  .discover-block--reverse .discover-block__content {
    order: initial;
  }
  .discover-block__media {
    height: clamp(240px, 48vw, 360px);
    min-height: 0;
  }
  .discover-block__content {
    height: auto;
    min-height: 0;
    display: flex;
    flex-direction: column;
    padding: 36px 24px 44px;
    overflow: visible;
  }
  .discover-block__heading {
    min-height: 0;
    margin: 0 0 1.5rem;
  }
  .discover-block__text {
    flex: none;
    overflow: visible;
    padding: 0 0 1.5rem;
    display: block;
  }
  .discover-block__actions {
    min-height: 0;
  }
}
@media (max-width: 768px) {
  .discover-page .header .menu-logo {
    min-width: 0;
  }
  .discover-page .menu-logo__img--dark {
    width: 58px;
  }
  .discover-hero {
    min-height: clamp(360px, 52vh, 520px);
  }
  .discover-hero__content {
    padding: calc((--space-4 + 16px)) 1.5rem calc((--space-5 + 32px));
  }
  .discover-hero__title {
    font-size: clamp(2.535rem, 11vw, 3.75rem);
  }
  .discover-intro {
    margin-top: -40px;
    padding-bottom: 1.5rem;
  }
  .discover-intro__card {
    padding: 28px 22px 32px;
  }
  .discover-intro__lead {
    font-size: 2.34rem;
    line-height: 1.45;
  }
  .discover-band {
    padding: 3rem 0;
  }
}
@media (max-width: 480px) {
  .discover-block__actions {
    flex-direction: column;
    align-items: flex-start;
  }
}
.projet-page {
  background-color: #faf7f2;
  color: #5c3d2e;
}
.projet-page .header {
  background-color: #faf7f2;
  box-shadow: 0 1px 0 rgba(61,40,23,0.1), 0 4px 24px rgba(61,40,23,0.06);
  padding-top: 14px;
  padding-bottom: 14px;
}
.projet-page .header .header__inner {
  align-items: center;
  min-height: 72px;
}
.projet-page .header .menu-logo {
  padding-top: 0;
  align-self: center;
  flex-shrink: 0;
  min-width: 240px;
  display: flex;
  justify-content: center;
}
.projet-page .header .menu-logo__clip {
  height: auto !important;
  overflow: visible;
}
.projet-page .header .menu-logo__img--light {
  display: none;
}
.projet-page .header .menu-logo__img--dark {
  display: block;
  width: 78px;
}
.projet-page .header .menu-left,
.projet-page .header .menu-right {
  align-items: baseline;
  padding-bottom: 0 !important;
  padding-top: 0 !important;
  transform: translateY(3px) !important;
  visibility: visible;
}
.projet-page .header .nav-link {
  color: #5c3d2e;
}
.projet-page .header .nav-link:not(.-focus) {
  opacity: 0.75;
}
.projet-page .header .nav-link:hover {
  color: #3d2817;
  opacity: 1;
}
.projet-page .header .nav-link::after {
  background-color: #837b7b;
}
.projet-page .header .nav-link.-focus {
  position: relative;
  z-index: 0;
  display: inline-block;
  min-height: 0;
  padding: 0 22px;
  line-height: 1.15;
  border: none;
  background-color: transparent;
  box-sizing: border-box;
  vertical-align: baseline;
  transition: color 0.35s ease;
  color: #3d2817;
  opacity: 1;
}
.projet-page .header .nav-link.-focus::before {
  content: '';
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: -12px;
  bottom: -11px;
  border-radius: 999px;
  border: 1px solid #b86b4e;
  background-color: transparent;
  box-sizing: border-box;
  pointer-events: none;
  transition: background-color 0.35s ease, border-color 0.35s ease;
}
.projet-page .header .nav-link.-focus:hover {
  color: #fff;
}
.projet-page .header .nav-link.-focus:hover::before {
  background-color: #b86b4e;
  border-color: #b86b4e;
}
.projet-page .header .nav-link.-focus:hover {
  color: #fff;
  text-shadow: none;
}
.projet-page .header .nav-link.-focus::after {
  display: none;
}
.projet-page .header .btn-nav-mobile svg {
  fill: #3d2817;
}
.projet-hero {
  position: relative;
  min-height: clamp(380px, 52vh, 560px);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.projet-hero__media {
  position: absolute;
  inset: 0;
}
.projet-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 40%;
}
.projet-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(20,12,6,0.2) 0%, rgba(20,12,6,0.5) 55%, rgba(20,12,6,0.68) 100%);
}
.projet-hero__content {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 920px;
  padding: calc((--space-5 + 16px)) 1.5rem calc((--space-5 + 40px));
  text-align: center;
}
.projet-hero__title {
  margin: 0;
  font-family: "Beaurencourt", Georgia, serif;
  font-weight: normal;
  font-size: clamp(2.535rem, 8vw, 5.25rem);
  line-height: 0.98;
  color: #fff;
  text-shadow: 0 2px 28px rgba(0,0,0,0.28);
}
.projet-hero__eyebrow {
  margin: 14px 0 0;
  font-family: "Outfit", sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: rgba(245,240,232,0.88);
}
.projet-chapters {
  display: flex;
  flex-direction: column;
}
.projet-chapter {
  scroll-margin-top: 98px;
  padding: clamp(56px, 8vw, 96px) 0;
  border-top: 1px solid rgba(131,123,123,0.16);
}
.projet-chapter:first-child {
  border-top: none;
}
.projet-chapter__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(32px, 5vw, 72px);
  align-items: start;
}
.projet-chapter--reverse .projet-chapter__inner .projet-chapter__media {
  order: 2;
}
.projet-chapter--reverse .projet-chapter__inner .projet-chapter__content {
  order: 1;
}
.projet-chapter--full .projet-chapter__inner {
  grid-template-columns: 1fr;
  max-width: 920px;
  margin: 0 auto;
}
.projet-chapter--full .projet-chapter__media {
  margin-bottom: clamp(24px, 4vw, 40px);
}
.projet-chapter__heading {
  margin: 0 0 clamp(24px, 3vw, 36px);
}
.projet-chapter__title {
  margin: 0;
  font-family: "Beaurencourt", Georgia, serif;
  font-weight: normal;
  font-size: clamp(2.535rem, 4.368vw, 3.315rem);
  line-height: 1.08;
  color: #3d2817;
}
.projet-chapter__eyebrow {
  margin: 10px 0 0;
  font-family: "Outfit", sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #b86b4e;
}
.projet-chapter__media {
  position: relative;
  overflow: hidden;
  border-radius: 2px;
  box-shadow: 0 20px 56px rgba(61,40,23,0.12);
}
.projet-chapter__media img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  object-fit: cover;
}
.projet-chapter--duo-images .projet-chapter__media-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.projet-chapter--duo-images .projet-chapter__media-grid img {
  aspect-ratio: 3/4;
  object-fit: cover;
}
.projet-chapter__media--secondary {
  margin-top: clamp(24px, 4vw, 40px);
}
.projet-chapter__body {
  font-family: "Outfit", sans-serif;
  font-size: clamp(0.9375rem, 1.25vw, 1.03125rem);
  line-height: 1.82;
  letter-spacing: 0.02em;
  color: #837b7b;
}
.projet-chapter__body p + p {
  margin-top: 1em;
}
.projet-chapter__actions {
  margin-top: clamp(28px, 4vw, 40px);
}
.projet-outro {
  padding: clamp(48px, 7vw, 80px) 0;
  background-color: #3d2817;
  color: #f5f0e8;
  text-align: center;
}
.projet-outro__inner {
  max-width: 720px;
  margin: 0 auto;
}
.projet-outro__text {
  margin: 0 0 3rem;
  font-family: "Outfit", sans-serif;
  font-size: clamp(0.9375rem, 1.35vw, 1.0625rem);
  line-height: 1.8;
  color: rgba(245,240,232,0.82);
}
.projet-outro__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px 28px;
}
.projet-outro .discover-cta--primary {
  border-color: #fff;
  background-color: #fff;
  color: #3d2817;
}
.projet-outro .discover-cta--primary:hover {
  background-color: transparent;
  color: #fff;
}
.projet-outro .discover-cta--link {
  color: #f5f0e8;
}
.projet-outro .discover-cta--link::after {
  background-color: rgba(245,240,232,0.72);
}
.projet-outro .discover-cta--link:hover {
  color: #fff;
}
.projet-outro .discover-cta--link:hover::after {
  background-color: #fff;
}
@media (max-width: 960px) {
  .projet-chapter__inner {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .projet-chapter--reverse .projet-chapter__inner .projet-chapter__media,
  .projet-chapter--reverse .projet-chapter__inner .projet-chapter__content {
    order: initial;
  }
  .projet-chapter--duo-images .projet-chapter__media-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .projet-page .header .menu-logo {
    min-width: 0;
  }
  .projet-page .menu-logo__img--dark {
    width: 58px;
  }
  .projet-hero {
    min-height: clamp(320px, 48vh, 480px);
  }
  .projet-hero__title {
    font-size: clamp(2.535rem, 11vw, 3.5rem);
  }
}
.site-footer {
  background: linear-gradient(180deg, #1a1009 0%, #120a06 100%);
  color: #f5f0e8;
  border-top: 1px solid rgba(242,200,157,0.08);
  padding: 4rem 0 3rem;
}
.site-footer__title {
  margin: 0 0 3rem;
  font-family: "Beaurencourt", Georgia, serif;
  font-weight: normal;
  font-size: clamp(2.535rem, 4.368vw, 3.315rem);
  line-height: 1.05;
  text-align: center;
  color: #f5f0e8;
  white-space: nowrap;
}
.site-footer__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 3rem clamp(1.5rem, 3vw, 3rem);
  align-items: start;
}
.site-footer__col {
  min-width: 0;
}
.site-footer__col--brand .site-footer__brand {
  margin-bottom: 0;
}
.site-footer__col--contact .site-footer__address {
  margin-top: 0;
}
.site-footer__brand {
  display: inline-block;
  margin: 0 0 1rem;
  line-height: 0;
  text-decoration: none;
}
.site-footer__brand-logo {
  display: block;
  width: clamp(152px, 14vw, 192px);
  height: auto;
  max-width: 100%;
  object-fit: contain;
  aspect-ratio: 852/642;
}
.site-footer__address {
  margin: 0 0 1rem;
  font-family: "Outfit", sans-serif;
  font-size: clamp(0.875rem, 1.1vw, 0.9375rem);
  font-style: normal;
  line-height: 1.75;
  letter-spacing: 0.02em;
  color: rgba(245,240,232,0.78);
}
.site-footer__contact {
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: "Outfit", sans-serif;
  font-size: clamp(0.875rem, 1.1vw, 0.9375rem);
  line-height: 1.75;
  letter-spacing: 0.02em;
}
.site-footer__contact li + li {
  margin-top: 0.35rem;
}
.site-footer__link {
  color: #f5f0e8;
  text-decoration: underline;
  text-decoration-color: rgba(242,200,157,0.32);
  text-underline-offset: 10px;
  transition: color 0.3s ease, text-decoration-color 0.3s ease;
}
.site-footer__link:hover {
  color: #f2c89d;
  text-decoration-color: #f2c89d;
}
.site-footer__heading {
  margin: 0 0 1rem;
  font-family: "Outfit", sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  line-height: 1.45;
  text-transform: uppercase;
  color: rgba(242,200,157,0.82);
}
.site-footer__heading--spaced {
  margin-top: 1.5rem;
}
.site-footer__text {
  margin: 0;
  font-family: "Outfit", sans-serif;
  font-size: clamp(0.875rem, 1.1vw, 0.9375rem);
  line-height: 1.75;
  letter-spacing: 0.02em;
  color: rgba(245,240,232,0.78);
}
.site-footer__text p + p {
  margin-top: 0.65rem;
}
.site-footer__notice {
  margin: 0.85rem 0 0;
  font-family: "Outfit", sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  line-height: 1.5;
  text-transform: uppercase;
  color: rgba(242,200,157,0.82);
}
.site-footer__hours {
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: "Outfit", sans-serif;
  font-size: clamp(0.875rem, 1.1vw, 0.9375rem);
  line-height: 1.85;
  letter-spacing: 0.02em;
  color: rgba(245,240,232,0.78);
}
.site-footer__hours li + li {
  margin-top: 0.25rem;
}
.site-footer__time {
  text-decoration: underline;
  text-decoration-color: rgba(242,200,157,0.28);
  text-underline-offset: 10px;
}
.site-footer__bottom {
  margin-top: 3rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(242,200,157,0.07);
  text-align: center;
}
.site-footer__copy {
  margin: 0;
  font-family: "Outfit", sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(245,240,232,0.45);
}
@media (max-width: 1024px) {
  .site-footer__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 3rem clamp(1.25rem, 4vw, 2.5rem);
  }
}
@media (max-width: 768px) {
  .site-footer {
    padding: 3rem 0 1.5rem;
  }
  .site-footer__title {
    font-size: clamp(1.85rem, 7.5vw, 2.34rem);
    white-space: nowrap;
  }
  .site-footer__grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  .site-footer__col--brand {
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(242,200,157,0.07);
  }
  .site-footer__col--contact {
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(242,200,157,0.07);
  }
  .site-footer__bottom {
    margin-top: 1.5rem;
    padding-top: 1rem;
  }
}
