@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;
}
html.home-intro-seen body.homepage .hero__video {
  opacity: 1;
}
html.home-intro-seen body.homepage .hero__reveal {
  opacity: 0;
}
@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;
  --hero-readability-gradient-stops:
    rgba(20,12,6,0.3) 0%,
    rgba(0,0,0,0.04) 34%,
    rgba(0,0,0,0.02) 48%,
    rgba(18,10,6,0.22) 68%,
    rgba(18,10,6,0.48) 82%,
    rgba(18,10,6,0.72) 100%;
  --nav-readability-gradient-stops:
    rgba(10,10,10,0) 0%,
    rgba(10,10,10,0) 24%,
    rgba(12,12,12,0.09) 42%,
    rgba(0,0,0,0.07) 58%,
    rgba(10,10,10,0.18) 74%,
    rgba(8,8,8,0.32) 88%,
    rgba(6,6,6,0.52) 100%;
  --logo-title-baseline: 0.705;
  --logo-title-baseline-inset: 0px;
  --logo-text-end: 0.625;
  --logo-fade-height: 5px;
  --logo-shadow-bleed: 14px;
  --logo-src-aspect: 0.753521;
  --logo-mask-image: linear-gradient(to bottom, #000 0, #000 var(--logo-text-end), rgba(0,0,0,0.82) calc(var(--logo-text-end) + 1px), rgba(0,0,0,0.38) calc(var(--logo-text-end) + 3px), transparent calc(var(--logo-text-end) + var(--logo-fade-height)));
}
.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::before {
  content: '';
  position: absolute;
  inset: 0 0 auto 0;
  height: clamp(228px, 42vw, 420px);
  pointer-events: none;
  z-index: 0;
  opacity: 0;
  transition: opacity 0.35s ease;
  background-image: linear-gradient(to top, var(--nav-readability-gradient-stops));
  -webkit-mask-image: linear-gradient(to bottom, #000 0%, #000 36%, transparent 98%);
  mask-image: linear-gradient(to bottom, #000 0%, #000 36%, transparent 98%);
}
.header:not(.-scrolled)::before {
  opacity: 1;
}
.header:not(.-scrolled) .container-width {
  position: relative;
  z-index: 1;
}
.header.-state-instant,
.header.-state-instant * {
  transition: none !important;
}
.header.-intro .menu-left,
.header.-intro .menu-right {
  visibility: hidden;
}
.header.-scrolled {
  background-color: #fff;
  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;
  padding-bottom: 0;
}
.header.-scrolled .menu-logo__img--light {
  display: none;
}
.header.-scrolled .menu-logo__img--dark {
  display: block;
  width: 78px;
  height: auto;
  -webkit-mask-image: none;
  mask-image: none;
}
.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):not([aria-current="page"]) {
  opacity: 0.75;
}
.header.-scrolled .nav-link:hover,
.header.-scrolled .nav-link[aria-current="page"]:not(.-focus) {
  color: #3d2817;
  opacity: 1;
}
.header.-scrolled .nav-link::after {
  background-color: #b86b4e;
}
.header.-scrolled .nav-link[aria-current="page"]::after {
  transform: scaleX(1);
  opacity: 1;
  background-color: #b86b4e;
  height: 3px;
}
.header.-scrolled .nav-link.-focus {
  position: relative;
  z-index: 0;
  min-height: 0;
  padding: 9px 24px;
  line-height: 1.1;
  border: none;
  background-color: transparent;
  box-sizing: border-box;
  transition: color 0.35s ease;
  color: #fff;
  opacity: 1;
}
.header.-scrolled .nav-link.-focus::before {
  content: '';
  position: absolute;
  z-index: -1;
  inset: 0;
  border-radius: 999px;
  border: 1px solid #b86b4e;
  background-color: #b86b4e;
  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: #3d2817;
  border-color: #3d2817;
}
.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):not([aria-current="page"]),
.header.-scrolled.-nav-ready .menu-right .nav-link:not(.-focus):not([aria-current="page"]) {
  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,
.header.-scrolled.-nav-ready .menu-left .nav-link[aria-current="page"]:not(.-focus),
.header.-scrolled.-nav-ready .menu-right .nav-link[aria-current="page"]:not(.-focus) {
  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: center;
  align-self: end;
  justify-content: flex-end;
  gap: 28px;
  padding-right: 14px;
  width: 100%;
  transition: padding 0.35s ease;
  visibility: hidden;
}
.menu-right {
  display: flex;
  align-items: center;
  align-self: end;
  justify-content: flex-start;
  gap: 28px;
  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;
  -webkit-mask-image: var(--logo-mask-image);
  mask-image: var(--logo-mask-image);
}
.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: 12.5px;
  letter-spacing: 0.122em;
  text-transform: uppercase;
  color: #fff;
  padding: 0 10px;
  line-height: 1.15;
  white-space: normal;
  text-align: left;
  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);
}
.discover-hero__eyebrow,
.discover-block__eyebrow,
.discover-band__eyebrow,
.projet-hero__eyebrow,
.projet-chapter__eyebrow,
.site-footer__heading,
.site-footer__notice {
  font-family: "Outfit", sans-serif;
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: 0.122em;
  line-height: 1.18;
  text-transform: uppercase;
}
.nav-link__stack {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1px;
}
.nav-link__line {
  display: block;
  line-height: 1.18;
}
.nav-link__line--sub {
  font-size: inherit;
  letter-spacing: inherit;
  font-weight: inherit;
  color: inherit;
  opacity: 0.7;
  transition: opacity 0.35s ease;
}

.nav-link:hover .nav-link__line--sub,
.nav-link:focus-visible .nav-link__line--sub {
  opacity: 1;
}
.nav-link.-focus {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  vertical-align: middle;
}
.nav-link.-focus .nav-link__stack {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.12em;
  min-width: 8.6em;
  text-align: center;
}
.nav-link.-focus .nav-link__line {
  text-align: center;
  white-space: nowrap;
  letter-spacing: 0.095em;
  line-height: 1.1;
}
.nav-link.-focus .nav-link__line--sub {
  letter-spacing: 0.095em;
  font-size: 1em;
  font-weight: inherit;
  opacity: 1;
  color: inherit;
}
.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,
.nav-link[aria-current="page"]::after {
  transform: scaleX(1);
  opacity: 1;
  background-color: #b86b4e;
  height: 3px;
}
.nav-link[aria-current="page"] {
  opacity: 1;
  color: #3d2817;
}
.nav-link[aria-current="page"] .nav-link__line--sub {
  opacity: 1;
}
.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;
  min-height: 0;
  padding: 9px 24px;
  line-height: 1.1;
  border: none;
  background-color: transparent;
  box-sizing: border-box;
  transition: color 0.35s ease;
  color: #fff;
  opacity: 1;
}
.header:not(.-scrolled) .nav-link.-focus::before {
  content: '';
  position: absolute;
  z-index: -1;
  inset: 0;
  border-radius: 999px;
  border: 1px solid #b86b4e;
  background-color: rgba(24,14,8,0.22);
  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: space-between;
  gap: 1.25rem;
  padding: max(72px, calc(env(safe-area-inset-top, 0px) + 56px)) 1.75rem max(28px, calc(env(safe-area-inset-bottom, 0px) + 20px));
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.nav-mobile.-open {
  opacity: 1;
  visibility: visible;
}
.nav-mobile__links {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 1 1 auto;
  width: 100%;
  max-width: 22rem;
  min-height: 0;
  gap: 0.15rem;
}
.nav-mobile__contact {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
  gap: 0.2rem;
  padding-top: 0.75rem;
  text-align: center;
}
.nav-mobile__contact-link {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 8px 12px;
  font-family: "Outfit", sans-serif;
  font-size: 13.5px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.35;
  color: rgba(255,255,255,0.78);
  text-decoration: none;
}
.nav-mobile__contact-link:hover,
.nav-mobile__contact-link:focus-visible {
  color: #fff;
}
.nav-mobile__contact-link--address {
  font-size: 12.5px;
  letter-spacing: 0.03em;
  opacity: 0.9;
}
.nav-mobile__social {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 0.45rem;
}
.nav-mobile__social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  color: #fff;
  opacity: 0.78;
}
.nav-mobile__social-link svg {
  width: 18px;
  height: 18px;
}
.nav-mobile__social-link:hover,
.nav-mobile__social-link:focus-visible {
  opacity: 1;
  color: #e8c4b0;
}
.nav-mobile__close {
  position: absolute;
  top: max(16px, env(safe-area-inset-top, 0px));
  right: max(16px, env(safe-area-inset-right, 0px));
  background: none;
  border: none;
  cursor: pointer;
  min-width: 44px;
  min-height: 44px;
}
.nav-mobile__close svg {
  width: 28px;
  height: 28px;
  fill: #fff;
}
.nav-mobile .nav-link {
  font-size: 17px;
  padding: 0.28rem 14px;
}
.nav-mobile .nav-link:not(.-focus):not([aria-current="page"]) {
  opacity: 0.75;
}
.nav-mobile .nav-link[aria-current="page"] {
  color: #fff;
  opacity: 1;
}
.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;
  min-height: 44px;
  padding: 11px 26px;
  border-radius: 999px;
  border: 1px solid #b86b4e;
  background-color: rgba(24,14,8,0.22);
  box-sizing: border-box;
  line-height: 1.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: 18px;
  }
  .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: 12.5px;
    padding: 0 9px;
  }
  .nav-link::after {
    left: 9px;
    right: 9px;
  }
  .header .nav-link__line--sub {
    display: none;
  }
  .header .nav-link.-focus .nav-link__stack {
    min-width: 0;
    gap: 0;
  }
}
.header.-nav-compact .menu-left,
.header.-nav-compact .menu-right {
  display: none;
}
.header.-nav-compact .btn-nav-mobile {
  display: block;
  flex-shrink: 0;
  position: absolute;
  top: max(10px, env(safe-area-inset-top, 0px));
  right: max(10px, env(safe-area-inset-right, 0px));
  z-index: 3;
  margin: 0;
  opacity: 1;
  min-width: 44px;
  min-height: 44px;
}
.header.-nav-compact .menu-logo {
  position: static;
  transform: none;
  margin-top: 0;
  padding-top: 0;
  flex: 1;
  display: flex;
  justify-content: center;
}
.header.-nav-compact .header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 0;
  min-height: 0 !important;
}
.header.-nav-compact .nav-mobile {
  display: flex;
}
@media (max-width: 720px) {
  .menu-left,
  .menu-right {
    display: none;
  }
  .btn-nav-mobile {
    display: block;
    flex-shrink: 0;
    position: absolute;
    top: max(10px, env(safe-area-inset-top, 0px));
    right: max(10px, env(safe-area-inset-right, 0px));
    z-index: 3;
    margin: 0;
    opacity: 1;
    min-width: 44px;
    min-height: 44px;
  }
  .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 {
    --mobile-nav-inset: 12px;
  }
  .nav-mobile .nav-link {
    font-size: 16px;
    padding: 0.22rem 14px;
  }
}
@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;
    padding: 0.18rem 14px;
  }
}
.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.1);
  background-image: linear-gradient(to bottom, var(--hero-readability-gradient-stops));
  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 18px rgba(0,0,0,0.55), 0 1px 3px rgba(0,0,0,0.45);
  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;
  text-shadow: 0 1px 14px rgba(0,0,0,0.5), 0 1px 2px rgba(0,0,0,0.35);
}
.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.92;
  text-shadow: 0 1px 10px rgba(0,0,0,0.45);
  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;
  text-shadow: 0 1px 10px rgba(0,0,0,0.45);
}
.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: rgba(24,14,8,0.22);
  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: auto;
    bottom: clamp(1.75rem, 6vh, 3.25rem);
    transform: translateX(-50%);
    padding: 2rem 1.15rem 0;
  }
  .hero__title {
    margin-bottom: 1rem;
    font-size: clamp(2.05rem, 8.4vw, 2.7rem);
    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 {
    bottom: max(1.25rem, env(safe-area-inset-bottom, 0px));
    padding: 1.5rem 1rem 0;
  }
  .hero__title {
    font-size: clamp(1.9rem, 9vw, 2.45rem);
  }
  .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,
.home-labels {
  background-color: #faf7f2;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: clamp(22rem, 36vh, 28rem);
  padding: clamp(2.75rem, 4.5vw, 3.75rem) 0;
}
.home-intro {
  color: #5c3d2e;
}
.home-intro .container-width,
.home-labels .container-width {
  width: 100%;
}
.home-intro__inner {
  max-width: 680px;
  margin: 0 auto;
  text-align: center;
}
.home-intro__title {
  margin: 0 0 1.25rem;
  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.75;
  letter-spacing: 0.03em;
  color: #837b7b;
}
.home-intro__text p + p {
  margin-top: 1.25rem;
}
.home-intro__text strong {
  font-weight: 600;
  color: #b86b4e;
}
.home-intro__actions {
  margin-top: 2.25rem;
}
.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--facebook {
  gap: 0.65rem;
  min-height: 48px;
  padding: 0.72rem 1.35rem 0.72rem 1.1rem;
  border-radius: 999px;
  border: 1px solid rgba(61,40,23,0.14);
  background-color: #fff;
  box-shadow: 0 2px 16px rgba(61,40,23,0.07);
  text-transform: none;
  letter-spacing: 0.03em;
  font-size: clamp(0.8125rem, 1.15vw, 0.9375rem);
  font-weight: 600;
  color: #3d2817;
  transition: color 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease, transform 0.35s ease, background-color 0.35s ease;
}
.home-intro__cta--facebook::after {
  display: none;
}
.home-intro__cta-icon {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
}
.home-intro__cta-icon svg {
  display: block;
  width: 22px;
  height: 22px;
}
.home-intro__cta-icon svg path {
  fill: #1877F2;
  transition: fill 0.35s ease;
}
.home-intro__cta--facebook:hover,
.home-intro__cta--facebook:focus-visible {
  color: #fff;
  border-color: #1877F2;
  background-color: #1877F2;
  box-shadow: 0 4px 20px rgba(24,119,242,0.28);
  transform: translateY(-1px);
}
.home-intro__cta--facebook:hover .home-intro__cta-label,
.home-intro__cta--facebook:focus-visible .home-intro__cta-label {
  color: #fff;
}
.home-intro__cta--facebook:hover .home-intro__cta-icon svg path,
.home-intro__cta--facebook:focus-visible .home-intro__cta-icon svg path {
  fill: #fff;
}
.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:not(.home-intro__cta--facebook) {
  color: #b86b4e;
}
.home-intro__cta:hover:not(.home-intro__cta--facebook)::after,
.home-intro__cta:focus-visible:not(.home-intro__cta--facebook)::after {
  transform: scaleX(1);
  background-color: #b86b4e;
  height: 3px;
}
.home-portals {
  background-color: #faf7f2;
  padding: clamp(0.5rem, 1.5vw, 1rem) 0 clamp(1.25rem, 3vw, 2rem);
  overflow: visible;
}
.home-portals__frame {
  position: relative;
}
.home-portals__frame .home-map__vignette-nav {
  z-index: 4;
  background-color: #fff;
  color: #3d2817;
  box-shadow: 0 4px 16px rgba(61,40,23,0.14), 0 1px 3px rgba(61,40,23,0.08);
  transition: background-color 0.25s ease, color 0.25s ease, box-shadow 0.25s ease;
}
.home-portals__frame .home-map__vignette-nav:hover,
.home-portals__frame .home-map__vignette-nav:focus-visible {
  background-color: #b86b4e;
  color: #fff;
}
.home-portals__frame .home-map__vignette-nav--prev {
  left: 12px;
}
.home-portals__frame .home-map__vignette-nav--next {
  right: 12px;
}
.home-portals:not(.-revealed):not(.-revealing) .home-portals__frame .home-map__vignette-nav {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.home-portals.-revealing .home-portals__frame .home-map__vignette-nav,
.home-portals.-revealed .home-portals__frame .home-map__vignette-nav {
  opacity: 1;
  visibility: visible;
}
.home-labels__inner {
  max-width: 680px;
  margin: 0 auto;
  text-align: center;
}
.home-labels__title {
  margin: 0 0 1.25rem;
  font-family: "Beaurencourt", Georgia, serif;
  font-weight: normal;
  font-size: clamp(2.535rem, 4.368vw, 3.315rem);
  line-height: 1.15;
  color: #3d2817;
}
.home-labels__text {
  font-family: "Outfit", sans-serif;
  font-size: clamp(0.9375rem, 1.35vw, 1.0625rem);
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.03em;
  color: #837b7b;
}
.home-labels__text p {
  margin: 0;
}
.home-labels__text strong {
  font-weight: 600;
  color: #b86b4e;
}
.home-labels__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
  justify-items: center;
  gap: clamp(1.5rem, 4vw, 3rem);
  max-width: 34rem;
  margin: 2.25rem auto 0;
  padding: 0;
  list-style: none;
}
.home-labels__item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0;
}
.home-labels__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-decoration: none;
}
.home-labels__logo {
  display: block;
  width: auto;
  max-width: 100%;
  object-fit: contain;
  filter: saturate(0.42) brightness(0.94);
  opacity: 0.72;
  transform: scale(0.9);
  transform-origin: center center;
  transition: filter 0.35s ease, opacity 0.35s ease, transform 0.35s ease;
}
.home-labels__link:hover .home-labels__logo,
.home-labels__link:focus-visible .home-labels__logo {
  filter: none;
  opacity: 1;
  transform: scale(1);
}
.home-labels__logo--artisan {
  height: clamp(72px, 11vw, 92px);
  width: clamp(72px, 11vw, 92px);
}
.home-labels__logo--prix-juste {
  height: clamp(58px, 8.5vw, 78px);
}
.home-intro.js-home-copy-ready .home-intro__title,
.home-intro.js-home-copy-ready .home-intro__text,
.home-intro.js-home-copy-ready .home-intro__actions,
.home-labels.js-home-copy-ready .home-labels__title,
.home-labels.js-home-copy-ready .home-labels__text,
.home-labels.js-home-copy-ready .home-labels__item {
  opacity: 0;
  transform: translate3d(0, 16px, 0);
  transition: opacity 1.05s cubic-bezier(0.22, 1, 0.36, 1), transform 1.05s cubic-bezier(0.22, 1, 0.36, 1);
}
.home-intro.is-copy-visible .home-intro__title,
.home-intro.is-copy-visible .home-intro__text,
.home-intro.is-copy-visible .home-intro__actions,
.home-labels.is-copy-visible .home-labels__title,
.home-labels.is-copy-visible .home-labels__text,
.home-labels.is-copy-visible .home-labels__item {
  opacity: 1;
  transform: none;
}
.home-intro.is-copy-visible .home-intro__text,
.home-labels.is-copy-visible .home-labels__text {
  transition-delay: 0.1s;
}
.home-intro.is-copy-visible .home-intro__actions {
  transition-delay: 0.2s;
}
.home-labels.is-copy-visible .home-labels__item:nth-child(1) {
  transition-delay: 0.2s;
}
.home-labels.is-copy-visible .home-labels__item:nth-child(2) {
  transition-delay: 0.3s;
}
@media (prefers-reduced-motion: reduce) {
  .home-intro.js-home-copy-ready .home-intro__title,
  .home-intro.js-home-copy-ready .home-intro__text,
  .home-intro.js-home-copy-ready .home-intro__actions,
  .home-labels.js-home-copy-ready .home-labels__title,
  .home-labels.js-home-copy-ready .home-labels__text,
  .home-labels.js-home-copy-ready .home-labels__item {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
.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: 14px 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: auto;
  max-width: none;
  margin: 0;
  box-sizing: border-box;
}
.home-portals.-static:not(.-mobile-scroll) .home-portals__viewport {
  overflow-x: auto;
  overflow-y: hidden;
  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(3rem - 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 {
    transition: none;
  }
  .portal-card:hover,
  .portal-card:focus-visible {
    transform: none;
  }
}
.portal-card {
  position: relative;
  flex: 0 0 auto;
  width: clamp(220px, 24vw, 300px);
  aspect-ratio: 3/4;
  display: block;
  overflow: hidden;
  isolation: isolate;
  clip-path: inset(0);
  -webkit-clip-path: inset(0);
  text-decoration: none;
  background-color: #5c3d2e;
  transform-origin: center center;
  transition: transform 0.62s cubic-bezier(0.16, 1, 0.3, 1);
}
.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), filter 0.55s ease;
}
.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.45s ease, background 0.55s ease;
}
.portal-card__label {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  overflow: hidden;
  min-width: 0;
  box-sizing: border-box;
  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;
  transition: color 0.45s ease, opacity 0.45s ease, letter-spacing 0.55s cubic-bezier(0.22, 1, 0.36, 1), font-size 0.55s cubic-bezier(0.22, 1, 0.36, 1), padding 0.55s cubic-bezier(0.22, 1, 0.36, 1), justify-content 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}
.portal-card__label-line {
  display: block;
}
.portal-card__label-line--sub {
  font-size: 0.92em;
  letter-spacing: 0.12em;
}
.portal-card--label-split .portal-card__label {
  line-height: 1.18;
  min-height: 2.36em;
}
.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 center;
  filter: saturate(0.96) contrast(1.02);
}
.portal-card:focus-visible {
  outline: 2px solid #5c3d2e;
  outline-offset: 3px;
}
@media (hover: hover) and (pointer: fine) {
  .home-portals__track:has(.portal-card:is(:hover, :focus-visible)) .portal-card:not(:hover):not(:focus-visible) .portal-card__media img {
    filter: blur(5px) brightness(0.76) saturate(0.82);
    transform: scale(1);
  }
  .home-portals__track:has(.portal-card:is(:hover, :focus-visible)) .portal-card:not(:hover):not(:focus-visible) .portal-card__overlay {
    opacity: 1;
  }
  .home-portals__track:has(.portal-card:is(:hover, :focus-visible)) .portal-card:not(:hover):not(:focus-visible) .portal-card__label {
    opacity: 0.72;
  }
  .home-portals__track:has(.portal-card:is(:hover, :focus-visible)) .portal-card--map:not(:hover):not(:focus-visible) .portal-card__media img {
    filter: blur(5px) brightness(0.76) saturate(0.82);
  }
  .portal-card:hover,
  .portal-card:focus-visible {
    z-index: 2;
    transform: scale(1.07);
  }
  .portal-card:hover .portal-card__media img,
  .portal-card:focus-visible .portal-card__media img {
    transform: scale(1.055);
    transition: transform 0.65s cubic-bezier(0.16, 1, 0.3, 1), filter 0.55s ease;
  }
  .portal-card:hover .portal-card__overlay,
  .portal-card:focus-visible .portal-card__overlay {
    opacity: 1;
    background: linear-gradient(to top, rgba(20,12,6,0.82) 0%, rgba(20,12,6,0.58) 48%, rgba(20,12,6,0.42) 100%);
  }
  .portal-card:hover .portal-card__label,
  .portal-card:focus-visible .portal-card__label {
    justify-content: center;
    padding: 24px;
    font-size: clamp(0.875rem, 1.55vw, 1.0625rem);
    color: #f5f0e8;
    letter-spacing: 0.18em;
  }
  .portal-card--label-split:hover .portal-card__label,
  .portal-card--label-split:focus-visible .portal-card__label {
    letter-spacing: 0.14em;
    min-height: 2.5em;
  }
  .portal-card:hover .portal-card__label::after,
  .portal-card:focus-visible .portal-card__label::after {
    transform: scaleX(1);
    opacity: 1;
    width: 52px;
    background-color: #b86b4e;
  }
  .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--map:hover .portal-card__overlay,
  .portal-card--map:focus-visible .portal-card__overlay {
    background: linear-gradient(to top, rgba(20,12,6,0.9) 0%, rgba(20,12,6,0.52) 48%, rgba(20,12,6,0.34) 100%);
  }
}
@media (hover: none) and (pointer: coarse) {
  .portal-card:active .portal-card__media img {
    transform: scale(1.055);
  }
  .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: minmax(0, 1fr);
    height: auto;
    min-width: 0;
  }
  .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,
  .home-labels {
    min-height: clamp(18rem, 50vh, 24rem);
    padding: 2.25rem 0;
  }
  .home-intro__title,
  .home-labels__title {
    font-size: 2.34rem;
    margin-bottom: 1rem;
  }
  .home-intro__actions,
  .home-labels__list {
    margin-top: 1.75rem;
  }
  .home-portals {
    padding-bottom: 1.25rem;
  }
  .home-labels__list {
    gap: 1.25rem;
    max-width: 100%;
  }
  .home-labels__logo--artisan {
    height: clamp(64px, 18vw, 80px);
    width: clamp(64px, 18vw, 80px);
  }
  .home-labels__logo--prix-juste {
    height: clamp(50px, 13vw, 64px);
  }
  .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;
  }
}
@media (prefers-reduced-motion: reduce) and (hover: hover) and (pointer: fine) {
  .home-portals__track:has(.portal-card:is(:hover, :focus-visible)) .portal-card:not(:hover):not(:focus-visible) .portal-card__media img {
    filter: brightness(0.82) saturate(0.88);
  }
}
.home-banner {
  position: relative;
  width: 100%;
  min-height: clamp(360px, 52vw, 560px);
  overflow: hidden;
  background-color: #3d2817;
  scroll-margin-top: calc(220px + 16px);
}
.home-banner__viewport {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  cursor: grab;
  touch-action: pan-y;
}
.home-banner.-dragging {
  cursor: grabbing;
  user-select: none;
}
.home-banner.-dragging .home-banner__viewport {
  cursor: grabbing;
  touch-action: none;
}
.home-banner__track {
  display: flex;
  height: 100%;
  will-change: transform;
  transition: transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}
@media (prefers-reduced-motion: reduce) {
  .home-banner__track {
    transition: none;
  }
}
.home-banner__slide {
  flex: 0 0 100%;
  position: relative;
  min-height: clamp(360px, 52vw, 560px);
}
.home-banner__slide--hidden {
  display: none !important;
}
.home-banner__indicator--hidden {
  display: none !important;
}
.home-banner__media {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}
.home-banner__image {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: auto;
  max-width: none;
  display: block;
  will-change: transform;
}
.home-banner__image--reveal {
  top: 0;
}
.home-banner__image--cover {
  top: 50%;
  width: 100%;
  height: 120%;
  object-fit: cover;
  object-position: center center;
}
.home-banner__image--cover-top {
  top: 0;
  height: 100%;
  object-position: center top;
}
.home-banner__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  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%);
  pointer-events: none;
}
.home-banner__content {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: clamp(32px, 5vw, 56px) clamp(24px, 5vw, 40px) clamp(52px, 7vw, 72px);
  text-align: center;
  pointer-events: none;
}
.home-banner__heading,
.home-banner__text,
.home-banner__cta {
  pointer-events: auto;
}
.home-banner__heading {
  margin: 0 0 3rem;
  max-width: 720px;
  transform: translateY(clamp(-12px, -1.8vw, -20px));
}
.home-banner__title {
  margin: 0 0 10px;
  max-width: 720px;
  font-family: "Beaurencourt", Georgia, serif;
  font-weight: normal;
  font-size: clamp(2.535rem, 4.368vw, 3.315rem);
  line-height: 1.08;
  color: #fff;
  text-shadow: 0 2px 24px rgba(0,0,0,0.35);
}
.home-banner__badge {
  margin: 0;
  font-family: "Outfit", sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #b86b4e;
}
.home-banner__text {
  margin: 0 0 1.5rem;
  max-width: 540px;
  font-family: "Outfit", sans-serif;
  font-size: clamp(0.9375rem, 1.35vw, 1.03125rem);
  line-height: 1.78;
  letter-spacing: 0.02em;
  color: rgba(245,240,232,0.92);
}
.home-banner__cta {
  opacity: 1 !important;
  transform: none !important;
  position: relative;
  z-index: 1;
  margin-top: 4px;
  margin-bottom: clamp(0.5rem, 1.5vw, 0.75rem);
  text-decoration: none;
}
.home-banner__indicators {
  position: absolute;
  left: 50%;
  bottom: clamp(40px, 6vw, 56px);
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(6px, 1.1vw, 10px);
  transform: translateX(-50%);
  pointer-events: none;
}
.home-banner__indicator {
  position: relative;
  padding: 10px 2px;
  border: none;
  background-color: transparent;
  pointer-events: none;
  cursor: default;
  appearance: none;
}
.home-banner__indicator:hover.is-active .home-banner__indicator-line {
  background-color: rgba(184,107,78,0.72);
}
.home-banner__indicator:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 4px;
}
.home-banner__indicator-line {
  position: relative;
  display: block;
  width: clamp(48px, 7.8vw, 60px);
  height: 2px;
  background-color: rgba(184,107,78,0.48);
  overflow: hidden;
  transition: background-color 0.35s ease, width 0.45s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.35s ease;
  pointer-events: auto;
  cursor: pointer;
}
.home-banner__indicator-progress {
  position: absolute;
  inset: 0;
  background-color: #fff;
  transform: scaleX(0);
  transform-origin: left center;
  will-change: transform;
}
.home-banner__indicator:not(.is-active) .home-banner__indicator-line {
  width: clamp(40px, 6.5vw, 50px);
  background-color: #fff;
  opacity: 0.75;
}
.home-banner__indicator:not(.is-active):hover .home-banner__indicator-line,
.home-banner__indicator:not(.is-active):focus-visible .home-banner__indicator-line {
  opacity: 1;
}
.home-banner__indicator.is-active .home-banner__indicator-line {
  width: clamp(48px, 7.8vw, 60px);
  background-color: rgba(184,107,78,0.48);
  opacity: 1;
}
.home-banner__indicator:not(.is-active) .home-banner__indicator-progress {
  transform: scaleX(0);
  animation: none;
}
.home-map {
  background-color: #faf7f2;
  padding: 3rem 0 4rem;
  scroll-margin-top: calc(220px + 16px);
  padding-top: calc(98px + 3rem);
}
.home-map__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.05;
  text-align: center;
  color: #3d2817;
  white-space: nowrap;
}
.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);
  background-color: #c8d4ae;
}
.home-map__stage.-ready .gm-style img {
  filter: none;
}
.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__filters-gradient {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  height: clamp(150px, 32vw, 240px);
  pointer-events: none;
  background: linear-gradient(180deg, rgba(47,36,28,0.21) 0%, rgba(47,36,28,0.08) 48%, rgba(47,36,28,0) 100%);
}
.home-map__filters-wrap {
  position: absolute;
  top: clamp(18px, 3.5vw, 32px);
  left: 50%;
  z-index: 5;
  width: auto;
  max-width: calc(100% - 32px);
  transform: translateX(-50%);
  pointer-events: none;
}
.home-map__filters-bar {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.05rem 1.1rem;
  width: auto;
  min-height: 67px;
  padding: 20px 36px 18px;
  border: 1px solid rgba(61,40,23,0.08);
  border-radius: 999px;
  background-color: rgba(255,255,255,0.85);
  box-shadow: 0 6px 16px rgba(0,0,0,0.14);
  pointer-events: auto;
}
.home-map__filters-label {
  font-family: "Outfit", sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1.2;
  text-transform: uppercase;
  color: rgba(61,40,23,0.72);
  white-space: nowrap;
}
.home-map__filter {
  position: relative;
  z-index: 0;
  display: inline-block;
  min-height: 0;
  padding: 0 22px;
  border: none;
  background-color: transparent;
  box-sizing: border-box;
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.13em;
  line-height: 1.15;
  text-transform: uppercase;
  color: #3d2817;
  white-space: nowrap;
  cursor: pointer;
  transition: color 0.25s ease;
}
.home-map__filter::before {
  content: '';
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: -8px;
  bottom: -8px;
  border-radius: 999px;
  border: 1px solid #b86b4e;
  background-color: #fff;
  box-sizing: border-box;
  pointer-events: none;
  transition: background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}
.home-map__filter:not([aria-pressed="true"]):hover,
.home-map__filter:not([aria-pressed="true"]):focus-visible {
  color: #3d2817;
}
.home-map__filter:not([aria-pressed="true"]):hover::before,
.home-map__filter:not([aria-pressed="true"]):focus-visible::before {
  background-color: rgba(184,107,78,0.12);
  border-color: transparent;
  box-shadow: none;
}
.home-map__filter.is-active,
.home-map__filter[aria-pressed="true"] {
  color: #fff;
}
.home-map__filter.is-active::before,
.home-map__filter[aria-pressed="true"]::before {
  background-color: #b86b4e;
  border-color: transparent;
  box-shadow: none;
}
.home-map__filter.is-active:hover,
.home-map__filter[aria-pressed="true"]:hover,
.home-map__filter.is-active:focus-visible,
.home-map__filter[aria-pressed="true"]:focus-visible {
  color: #fff;
}
.home-map__filter.is-active:hover::before,
.home-map__filter[aria-pressed="true"]:hover::before,
.home-map__filter.is-active:focus-visible::before,
.home-map__filter[aria-pressed="true"]:focus-visible::before {
  background-color: #9a5639;
  border-color: transparent;
  box-shadow: none;
}
.home-map__filter:focus {
  outline: none;
}
@media (max-width: 720px) {
  .home-map__filters-gradient {
    height: clamp(140px, 30vw, 210px);
  }
  .home-map__filters-wrap {
    top: 14px;
    left: 50%;
    right: auto;
    width: auto;
    max-width: calc(100% - 24px);
    transform: translateX(-50%);
  }
  .home-map__filters-bar {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: center;
    justify-items: center;
    width: 100%;
    min-height: 0;
    padding: 14px 22px 15px;
    gap: 12px 14px;
    border-radius: 22px;
  }
  .home-map__filters-label {
    grid-column: 1 / -1;
  }
  .home-map__filter {
    width: 100%;
    max-width: 11.5rem;
    padding: 0 16px;
    font-size: 12px;
    letter-spacing: 0.1em;
    text-align: center;
  }
  .home-map__filter::before {
    top: -6px;
    bottom: -6px;
  }
}
@media (max-width: 420px) {
  .home-map__filters-bar {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 8px 14px 10px;
  }
  .home-map__filter {
    max-width: 100%;
  }
}
.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);
  text-align: center;
}
.home-map__vignette-title {
  margin: 0 0 12px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 600;
  font-size: clamp(1.35rem, 2.3vw, 1.625rem);
  letter-spacing: 0.02em;
  line-height: 1.25;
  color: #3d2817;
}
.home-map__vignette-note {
  margin: 0;
  padding: 10px 14px;
  background-color: #b86b4e;
  font-family: "Outfit", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #fff;
  max-width: 28rem;
  text-align: center;
}
.home-map__vignette-note[hidden] {
  display: none !important;
}
.home-map__vignette-address-wrap {
  margin: 0 auto 14px;
  max-width: 24rem;
}
.home-map__vignette-address {
  margin: 0;
  font-family: "Outfit", sans-serif;
  font-size: clamp(0.8125rem, 1.05vw, 0.875rem);
  line-height: 1.55;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #b86b4e;
}
.home-map__vignette-address strong {
  font-weight: 600;
  color: #b86b4e;
}
a.home-map__vignette-address {
  display: block;
  text-decoration: none;
  cursor: pointer;
  transition: color 0.25s ease;
}
a.home-map__vignette-address:hover {
  color: #3d2817;
}
a.home-map__vignette-address:hover strong {
  color: #3d2817;
}
.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;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 0 0 16px;
  font-family: "Outfit", sans-serif;
  font-size: 15px;
  line-height: 1.4;
  color: #3d2817;
}
.home-map__vignette-type-label {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  font-style: italic;
  color: inherit;
}
.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-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  margin: 0.2rem 0 0;
  font-family: "Outfit", sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.2;
  text-transform: uppercase;
  color: #b86b4e;
  text-decoration: none;
  transition: color 0.25s ease, gap 0.25s ease;
}
.home-map__vignette-link-arrow {
  display: inline-block;
  transition: transform 0.25s ease;
}
.home-map__vignette-link:hover {
  color: #3d2817;
}
.home-map__vignette-link:hover .home-map__vignette-link-arrow {
  transform: translateX(3px);
}
.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: #645345;
  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,
.home-map__vignette-nav:focus-visible {
  background-color: #b86b4e;
}
.home-map__vignette-nav--prev {
  left: -20px;
}
.home-map__vignette-nav--next {
  right: -20px;
}
@media (max-width: 768px) {
  .home-banner {
    min-height: clamp(300px, 68vw, 420px);
  }
  .home-banner__slide {
    min-height: clamp(300px, 68vw, 420px);
  }
  .home-banner__image--reveal {
    width: 175%;
  }
  .home-banner__title {
    font-size: 2.34rem;
  }
  .home-banner__text {
    font-size: 0.9375rem;
    line-height: 1.72;
  }
  .home-banner__content {
    padding: 28px 20px;
  }
  .home-map {
    padding: 1.5rem 0 3rem;
  }
  .home-map {
    padding-top: calc(76px + 1.5rem);
  }
  .home-map__title {
    font-size: clamp(1.65rem, 5.6vw, 2.34rem);
    white-space: nowrap;
  }
  .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;
  }
}
@-moz-keyframes home-banner-indicator-fill {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}
@-webkit-keyframes home-banner-indicator-fill {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}
@-o-keyframes home-banner-indicator-fill {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}
@keyframes home-banner-indicator-fill {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}
.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));
  }
}
.image-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;
}
.image-modal.-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.image-modal__backdrop {
  position: absolute;
  inset: 0;
  background-color: rgba(20,12,6,0.82);
  backdrop-filter: blur(10px);
}
.image-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(92vw, 720px);
  max-height: 92vh;
  transform: translateY(18px) scale(0.97);
  opacity: 0;
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.45s ease;
}
.image-modal.-open .image-modal__dialog {
  transform: translateY(0) scale(1);
  opacity: 1;
}
.image-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;
}
.image-modal__close:hover {
  opacity: 1;
}
.image-modal__frame-wrap {
  margin: 0;
  overflow: auto;
  max-height: 92vh;
  background-color: #faf7f2;
  box-shadow: 0 24px 80px rgba(0,0,0,0.55);
  line-height: 0;
}
.image-modal__image {
  display: block;
  width: 100%;
  height: auto;
  max-height: 92vh;
  object-fit: contain;
}
@media (max-width: 768px) {
  .image-modal {
    padding: 1rem;
  }
  .image-modal__dialog {
    width: min(96vw, 720px);
  }
  .image-modal__close {
    width: 40px;
    height: 40px;
    font-size: 1.75rem;
    transform: translate(50%, calc(-100% - 6px));
  }
}
.recipe-index {
  margin: 0.75rem 0 0;
  padding: 0;
  list-style: none;
}
.discover-block__text ul.recipe-index {
  padding-left: 0;
}
.recipe-index__item + .recipe-index__item {
  margin-top: 0.85em;
}
.recipe-index__item strong {
  font-weight: 600;
  color: #3d2817;
}
.recipe-index__link {
  display: inline;
  padding: 0;
  border: none;
  background: none;
  font: inherit;
  color: #b86b4e;
  text-decoration: underline;
  text-decoration-color: rgba(184,107,78,0.45);
  text-underline-offset: 0.18em;
  cursor: pointer;
  transition: color 0.25s ease, text-decoration-color 0.25s ease;
}
.recipe-index__link:hover,
.recipe-index__link:focus-visible {
  color: #3d2817;
  text-decoration-color: #3d2817;
}
.recipe-index__sep {
  margin: 0 0.35em;
  color: rgba(131,123,123,0.55);
}
.recipe-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;
}
.recipe-modal.-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.recipe-modal__backdrop {
  position: absolute;
  inset: 0;
  background-color: rgba(20,12,6,0.82);
  backdrop-filter: blur(10px);
}
.recipe-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(92vw, 680px);
  max-height: 92vh;
  transform: translateY(18px) scale(0.97);
  opacity: 0;
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.45s ease;
}
.recipe-modal.-open .recipe-modal__dialog {
  transform: translateY(0) scale(1);
  opacity: 1;
}
.recipe-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;
}
.recipe-modal__close:hover {
  opacity: 1;
}
.recipe-modal__panel {
  overflow: auto;
  max-height: 92vh;
  background-color: #faf7f2;
  box-shadow: 0 24px 80px rgba(0,0,0,0.55);
}
.recipe-modal__body {
  padding: clamp(28px, 4vw, 40px);
}
.recipe-modal__loading,
.recipe-modal__error {
  margin: 0;
  font-family: "Outfit", sans-serif;
  font-size: 0.9375rem;
  color: #837b7b;
}
.recipe-sheet__header {
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(131,123,123,0.28);
}
.recipe-sheet__title {
  margin: 0;
  font-family: "Beaurencourt", Georgia, serif;
  font-size: clamp(1.5rem, 2.5vw, 1.875rem);
  font-weight: normal;
  line-height: 1.12;
  color: #3d2817;
}
.recipe-sheet__meta {
  margin: 0.65rem 0 0;
  font-family: "Outfit", sans-serif;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #b86b4e;
}
.recipe-sheet__section + .recipe-sheet__section {
  margin-top: 1.35rem;
}
.recipe-sheet__subtitle {
  margin: 0 0 0.75rem;
  font-family: "Outfit", sans-serif;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #b86b4e;
}
.recipe-sheet__section ul {
  margin: 0;
  padding-left: 1.1rem;
  font-family: "Outfit", sans-serif;
  font-size: 0.9375rem;
  line-height: 1.75;
  letter-spacing: 0.02em;
  color: #837b7b;
}
.recipe-sheet__section li + li {
  margin-top: 0.55em;
}
.recipe-sheet__section strong {
  font-weight: 600;
  color: #3d2817;
}
.recipe-sheet__note {
  margin: 1.35rem 0 0;
  padding-top: 1rem;
  border-top: 1px solid rgba(131,123,123,0.22);
  font-family: "Outfit", sans-serif;
  font-size: 0.9375rem;
  line-height: 1.65;
  color: #837b7b;
}
.recipe-sheet__note--lead {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  margin: 0 0 1.35rem;
  padding: 0.875rem 1rem 0.875rem calc(1rem - 3px);
  border: none;
  border-left: 3px solid #b86b4e;
  border-top: none;
  background-color: rgba(184,107,78,0.08);
}
.recipe-sheet__note-label {
  display: block;
  margin: 0;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.3;
  text-transform: uppercase;
  color: #3d2817;
}
.recipe-sheet__note-text {
  margin: 0;
  line-height: 1.65;
}
.recipe-sheet__intro {
  margin: 0 0 0.65rem;
  font-family: "Outfit", sans-serif;
  font-size: 0.9375rem;
  line-height: 1.75;
  color: #837b7b;
}
.recipe-sheet__intro strong {
  color: #3d2817;
}
.recipe-sheet__note strong {
  color: #3d2817;
}
@media (max-width: 768px) {
  .recipe-modal {
    padding: 1rem;
  }
  .recipe-modal__dialog {
    width: min(96vw, 680px);
  }
  .recipe-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):not([aria-current="page"]) {
  opacity: 0.75;
}
.discover-page .header .nav-link:hover,
.discover-page .header .nav-link[aria-current="page"]:not(.-focus) {
  color: #3d2817;
  opacity: 1;
}
.discover-page .header .nav-link::after {
  background-color: #837b7b;
}
.discover-page .header .nav-link[aria-current="page"]::after {
  transform: scaleX(1);
  opacity: 1;
  background-color: #b86b4e;
  height: 3px;
}
.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;
  min-height: 0;
  padding: 9px 24px;
  line-height: 1.1;
  border: none;
  background-color: transparent;
  box-sizing: border-box;
  transition: color 0.35s ease;
  color: #fff;
  opacity: 1;
}
.discover-page .header .nav-link.-focus::before {
  content: '';
  position: absolute;
  z-index: -1;
  inset: 0;
  border-radius: 999px;
  border: 1px solid #b86b4e;
  background-color: #b86b4e;
  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: #3d2817;
  border-color: #3d2817;
}
.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: 136%;
  object-fit: cover;
  object-position: center 42%;
  filter: grayscale(1);
  will-change: transform;
}
.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(4rem + 24px) 1.5rem calc(4rem + 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;
  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;
}
@media (min-width: 961px) {
  .projet-page .discover-slices--after-hero > .discover-block:first-child .discover-block__media::after {
    content: '';
    position: absolute;
    inset: 0 0 auto;
    height: clamp(140px, 18vw, 240px);
    background: linear-gradient(to bottom, #fff 0%, rgba(255,255,255,0) 100%);
    pointer-events: none;
    z-index: 1;
  }
}
.discover-slices.js-slices-ready .discover-block__media {
  opacity: 0;
  transition: opacity 1.05s cubic-bezier(0.22, 1, 0.36, 1);
}
.discover-slices.js-slices-ready .discover-block__media img {
  transform: scale(1.035);
  transition: transform 1.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.discover-slices.js-slices-ready .discover-block__content {
  opacity: 0;
  transform: translate3d(0, 16px, 0);
  transition: opacity 1.05s cubic-bezier(0.22, 1, 0.36, 1), transform 1.05s cubic-bezier(0.22, 1, 0.36, 1);
}
.discover-slices.js-slices-ready .discover-block.is-slice-visible .discover-block__media,
.discover-slices.js-slices-ready .discover-block.is-slice-visible .discover-block__content {
  opacity: 1;
}
.discover-slices.js-slices-ready .discover-block.is-slice-visible .discover-block__media img {
  transform: scale(1);
}
.discover-slices.js-slices-ready .discover-block.is-slice-visible .discover-block__content {
  transform: none;
  transition-delay: 0.1s;
}
@media (prefers-reduced-motion: reduce) {
  .discover-slices.js-slices-ready .discover-block__media,
  .discover-slices.js-slices-ready .discover-block__content,
  .discover-slices.js-slices-ready .discover-block__media img {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
.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__media--video {
  padding: 0;
}
.discover-video-tile {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  border: none;
  cursor: pointer;
  overflow: hidden;
  background-color: #3d2817;
  text-align: center;
}
.discover-video-tile:focus-visible {
  outline: 2px solid #b86b4e;
  outline-offset: -4px;
}
.discover-video-tile__bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.discover-slices.js-slices-ready .discover-block.is-slice-visible .discover-block__media--video .discover-video-tile:hover .discover-video-tile__bg,
.discover-slices.js-slices-ready .discover-block.is-slice-visible .discover-block__media--video .discover-video-tile:focus-visible .discover-video-tile__bg {
  transform: scale(1.04);
  transition: transform 0.35s ease;
}
.discover-slices.js-slices-ready .discover-block__media--video img {
  transform: scale(1.035);
  transition: transform 1.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.discover-slices.js-slices-ready .discover-block.is-slice-visible .discover-block__media--video img {
  transform: scale(1);
}
.discover-video-tile__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(20,12,6,0.58) 0%, rgba(20,12,6,0.16) 42%, rgba(20,12,6,0.28) 100%);
  transition: opacity 0.35s ease;
}
.discover-video-tile:hover .discover-video-tile__overlay,
.discover-video-tile:focus-visible .discover-video-tile__overlay {
  opacity: 0.88;
}
.discover-video-tile__content {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding: 1.5rem;
  color: #f5f0e8;
  pointer-events: none;
}
.discover-video-tile__play {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: clamp(64px, 8vw, 88px);
  height: clamp(64px, 8vw, 88px);
  border-radius: 999px;
  background-color: rgba(245,240,232,0.16);
  box-shadow: 0 8px 28px rgba(0,0,0,0.28);
  transition: transform 0.35s ease, background-color 0.35s ease;
}
.discover-video-tile__play svg {
  display: block;
  width: 52%;
  height: 52%;
}
.discover-video-tile:hover .discover-video-tile__play,
.discover-video-tile:focus-visible .discover-video-tile__play {
  transform: scale(1.06);
  background-color: rgba(245,240,232,0.24);
}
.discover-video-tile__label {
  font-family: "Outfit", sans-serif;
  font-size: clamp(0.8125rem, 1.15vw, 0.9375rem);
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.35;
  text-transform: uppercase;
  text-shadow: 0 2px 14px rgba(0,0,0,0.42);
}
.meunerie-page .discover-block__media--flour img {
  object-position: center center;
}
.discover-block__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  justify-content: safe center;
  align-items: center;
  height: 100%;
  min-height: 0;
  padding: clamp(36px, 5vw, 72px) clamp(32px, 6vw, 80px);
  overflow: hidden;
}
.discover-block__heading,
.discover-block__text,
.discover-block__actions {
  width: 100%;
  max-width: 34rem;
}
.discover-block__heading {
  flex-shrink: 0;
  min-height: 0;
  width: max-content;
  min-width: 34rem;
  max-width: none;
  overflow: visible;
  margin: 0 0 1.25rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.discover-block__eyebrow {
  margin: 10px 0 0;
  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;
  white-space: nowrap;
}
.discover-block__text {
  flex: 0 1 auto;
  min-height: 0;
  margin: 0;
  padding: 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: 15px;
  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,
.discover-block__text ul {
  max-width: 34rem;
}
.discover-block__text p + p {
  margin-top: 0.9em;
}
.discover-block__text strong {
  font-weight: 600;
  color: #4e4848;
}
.discover-block__text a {
  color: #b86b4e;
  text-decoration: underline;
  text-decoration-color: rgba(184,107,78,0.42);
  text-underline-offset: 0.18em;
}
.discover-block__text a:hover {
  color: #3d2817;
  text-decoration-color: #b86b4e;
}
.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: "Outfit", sans-serif;
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: 0.122em;
  line-height: 1.18;
  text-transform: uppercase;
  color: #b86b4e;
}
.discover-block__actions {
  flex-shrink: 0;
  min-height: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 20px 28px;
  align-items: flex-start;
  align-content: flex-start;
  margin: 1.5rem 0 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;
  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: minmax(0, 1fr);
    height: auto;
    min-height: 0;
    min-width: 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;
    min-width: 0;
  }
  .discover-block__content {
    height: auto;
    min-height: 0;
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    padding: 36px 24px 44px;
    overflow: visible;
  }
  .discover-block__heading,
  .discover-block__text,
  .discover-block__actions {
    max-width: none;
    min-width: 0;
  }
  .discover-block__heading {
    min-height: 0;
    width: 100%;
    min-width: 0;
    margin: 0 0 1.5rem;
  }
  .discover-block__title {
    white-space: normal;
    overflow-wrap: break-word;
    max-width: 100%;
  }
  .discover-block__text {
    flex: none;
    overflow: visible;
    padding: 0 0 1.5rem;
    display: block;
  }
  .discover-block__actions {
    min-height: 0;
  }
  .site-footer__procure-arrow {
    display: none;
  }
}
@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(3rem + 16px) 1.5rem calc(4rem + 32px);
  }
  .discover-hero__title {
    font-size: clamp(2.05rem, 10vw, 2.85rem);
  }
  .discover-block__title {
    font-size: clamp(2.05rem, 8.2vw, 2.45rem);
  }
  #se-procurer,
  .discover-block,
  .projet-chapter {
    scroll-margin-top: 80px;
  }
  .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;
  }
}
.homepage .discover-slices .discover-block__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  justify-content: safe center;
  align-items: center;
  gap: 0;
  padding: clamp(48px, 7vw, 80px) clamp(40px, 8vw, 96px);
  overflow: visible;
}
.homepage .discover-slices .discover-block__heading,
.homepage .discover-slices .discover-block__text,
.homepage .discover-slices .discover-block__actions {
  width: 100%;
  max-width: 34rem;
}
.homepage .discover-slices .discover-block__heading {
  width: max-content;
  min-width: 34rem;
  max-width: none;
  min-height: 0;
  flex-shrink: 0;
  margin: 0 0 1.5rem;
}
.homepage .discover-slices .discover-block__text {
  flex: 0 1 auto;
  min-height: 0;
  padding: 0 0 1.5rem;
  overflow: visible;
  display: block;
}
.homepage .discover-slices .discover-block__actions {
  flex-shrink: 0;
  min-height: 0;
  align-items: flex-start;
  align-content: flex-start;
  margin: 0;
  padding: 0;
}
@media (max-width: 960px) {
  .homepage .discover-slices .discover-block__content {
    align-items: stretch;
    padding: 40px 28px 48px;
  }
  .homepage .discover-slices .discover-block__heading,
  .homepage .discover-slices .discover-block__text,
  .homepage .discover-slices .discover-block__actions {
    max-width: none;
    min-width: 0;
    width: 100%;
  }
  .homepage .discover-slices .discover-block__heading {
    margin: 0 0 1.5rem;
  }
  .homepage .discover-slices .discover-block__text {
    padding: 0 0 1.5rem;
  }
}
.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):not([aria-current="page"]) {
  opacity: 0.75;
}
.projet-page .header .nav-link:hover,
.projet-page .header .nav-link[aria-current="page"]:not(.-focus) {
  color: #3d2817;
  opacity: 1;
}
.projet-page .header .nav-link::after {
  background-color: #837b7b;
}
.projet-page .header .nav-link[aria-current="page"]::after {
  transform: scaleX(1);
  opacity: 1;
  background-color: #b86b4e;
  height: 3px;
}
.projet-page .header .nav-link.-focus {
  position: relative;
  z-index: 0;
  min-height: 0;
  padding: 9px 24px;
  line-height: 1.1;
  border: none;
  background-color: transparent;
  box-sizing: border-box;
  transition: color 0.35s ease;
  color: #fff;
  opacity: 1;
}
.projet-page .header .nav-link.-focus::before {
  content: '';
  position: absolute;
  z-index: -1;
  inset: 0;
  border-radius: 999px;
  border: 1px solid #b86b4e;
  background-color: #b86b4e;
  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: #3d2817;
  border-color: #3d2817;
}
.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: flex-end;
  justify-content: center;
  overflow: hidden;
}
.projet-hero__media {
  position: absolute;
  inset: 0;
}
.projet-hero__media img {
  width: 100%;
  height: 136%;
  object-fit: cover;
  object-position: center 40%;
  filter: grayscale(1);
  will-change: transform;
}
@media (prefers-reduced-motion: reduce) {
  .discover-hero__media img,
  .projet-hero__media img {
    height: 100%;
    transform: none !important;
    will-change: auto;
  }
}
.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: 0 1.5rem clamp(2.5rem, 8vh, 4.75rem);
  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: 1.05;
  color: #fff;
  text-shadow: 0 2px 28px rgba(0,0,0,0.28);
  white-space: nowrap;
}
.projet-hero__eyebrow {
  margin: 14px 0 0;
  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;
  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: minmax(0, 1fr);
    gap: 32px;
    min-width: 0;
  }
  .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(1.65rem, 5.6vw, 2.75rem);
    max-width: 100%;
    white-space: nowrap;
  }
  .projet-hero__eyebrow {
    max-width: 22rem;
    margin-left: auto;
    margin-right: auto;
    padding: 0 0.35rem;
    letter-spacing: 0.1em;
  }
}
.meunerie-section-title {
  padding: clamp(2.75rem, 5vw, 4rem) 0 clamp(1.25rem, 2.5vw, 1.75rem);
  background-color: #faf7f2;
}
.meunerie-section-title__inner {
  max-width: 720px;
}
.discover-block__text ul {
  margin: 0.65em 0 0;
  padding-left: 1.15em;
}
.discover-block__text li + li {
  margin-top: 0.45em;
}
#petrissage .discover-block__text ul {
  margin-top: 0.45em;
  line-height: 1.55;
}
#petrissage .discover-block__text li + li {
  margin-top: 0.18em;
}
#petrissage .discover-block__text p + p {
  margin-top: 0.7em;
}
.site-footer {
  padding: 0;
  color: #f5f0e8;
  position: relative;
  z-index: 5;
}
.site-footer__procure {
  padding: 0;
}
#se-procurer {
  scroll-margin-top: 98px;
}
.site-footer__procure-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
  overflow: visible;
  position: relative;
  --procure-map-filter-top: clamp(9.25rem, 16.5vw, 13.25rem);
}
.site-footer__procure-intro {
  margin-bottom: clamp(1.75rem, 3vw, 2.5rem);
}
.site-footer__procure-title {
  margin: 0;
  font-family: "Beaurencourt", Georgia, serif;
  font-weight: normal;
  font-size: clamp(2.1rem, 4.2vw, 3.315rem);
  line-height: 1.08;
  text-align: left;
  color: #3d2817;
}
.site-footer__procure-title .site-footer__procure-heading-em {
  color: #b86b4e;
}
.site-footer__procure-title .site-footer__procure-heading-em::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 10' preserveAspectRatio='none'%3E%3Cpath d='M2 6.8 C24 2.8, 48 8.8, 72 4.8 C92 2.2, 108 7.2, 118 5.6' fill='none' stroke='%23b86b4e' stroke-width='1.65' stroke-linecap='round' stroke-linejoin='round' opacity='0.62'/%3E%3C/svg%3E");
}
.site-footer__procure-col--revendeurs {
  position: relative;
  z-index: 1;
  background-color: #645345;
  padding: 0;
  display: flex;
  flex-direction: column;
  min-height: 0;
}
.site-footer__procure-col--moulin {
  position: relative;
  z-index: 2;
  background-color: #fff;
  padding: clamp(3rem, 6vw, 4.5rem) clamp(24px, 5vw, 72px) clamp(3rem, 6vw, 4.5rem);
  overflow: visible;
  --procure-heading-size: clamp(1.65rem, 2.8vw, 2.1rem);
}
.site-footer__procure-col--moulin .site-footer__procure-heading {
  display: flex;
  align-items: flex-start;
  gap: 0.7rem;
  font-size: var(--procure-heading-size);
  color: #3d2817;
}
.site-footer__procure-step {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.55em;
  height: 1.55em;
  margin-top: 0.02em;
  font-family: "Beaurencourt", Georgia, serif;
  font-size: 0.92em;
  font-weight: normal;
  line-height: 1;
  color: #fff;
  background-color: #b86b4e;
  box-shadow: 0 1px 0 rgba(255,255,255,0.22) inset;
}
.site-footer__procure-step--1 {
  border-radius: 58% 42% 50% 50% / 45% 55% 45% 55%;
  transform: rotate(-6deg);
}
.site-footer__procure-step--2 {
  border-radius: 48% 52% 55% 45% / 52% 48% 52% 48%;
  transform: rotate(4deg);
}
.site-footer__procure-step--3 {
  border-radius: 52% 48% 44% 56% / 48% 52% 46% 54%;
  transform: rotate(-3deg);
}
.site-footer__procure-heading-body {
  position: relative;
  display: block;
  flex: 1;
  min-width: 0;
}
.site-footer__procure-heading-em {
  position: relative;
  display: inline-block;
}
.site-footer__procure-col--moulin .site-footer__procure-heading .site-footer__procure-heading-em {
  font-size: 1.1em;
}
.site-footer__procure-heading-em::after {
  content: '';
  position: absolute;
  left: -0.05em;
  right: -0.1em;
  bottom: -0.04em;
  height: 0.42em;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 10' preserveAspectRatio='none'%3E%3Cpath d='M2 6.8 C24 2.8, 48 8.8, 72 4.8 C92 2.2, 108 7.2, 118 5.6' fill='none' stroke='%23b86b4e' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round' opacity='0.62'/%3E%3C/svg%3E") left bottom / 100% 100% no-repeat;
  pointer-events: none;
}
.site-footer__procure-heading--spaced {
  margin-top: clamp(2rem, 4vw, 2.75rem);
}
.site-footer__procure-revendeurs {
  position: relative;
  z-index: 3;
  overflow: visible;
  margin-bottom: clamp(0.25rem, 1vw, 0.5rem);
}
#se-procurer.js-procure-ready .site-footer__procure-revendeurs:not(.is-step-visible),
#se-procurer.js-procure-ready .site-footer__procure-col--moulin .site-footer__procure-block:not(.is-step-visible) {
  opacity: 0;
  transform: translate3d(0, 22px, 0);
}
#se-procurer.js-procure-ready .site-footer__procure-revendeurs,
#se-procurer.js-procure-ready .site-footer__procure-col--moulin .site-footer__procure-block {
  transition:
    opacity 0.65s cubic-bezier(0.16, 1, 0.3, 1),
    transform 0.65s cubic-bezier(0.16, 1, 0.3, 1);
}
#se-procurer.js-procure-ready .site-footer__procure-revendeurs.is-step-visible,
#se-procurer.js-procure-ready .site-footer__procure-col--moulin .site-footer__procure-block.is-step-visible {
  opacity: 1;
  transform: none;
}
#se-procurer.js-procure-ready .site-footer__procure-revendeurs.is-step-visible .site-footer__procure-step,
#se-procurer.js-procure-ready .site-footer__procure-col--moulin .site-footer__procure-block.is-step-visible .site-footer__procure-step {
  animation: procure-step-pop 0.58s cubic-bezier(0.16, 1, 0.3, 1) both;
}
@keyframes procure-step-pop {
  0% {
    transform: scale(0.55);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
#se-procurer.js-procure-ready .site-footer__procure-revendeurs.is-step-visible .site-footer__procure-step--1 {
  animation-name: procure-step-pop-1;
}
#se-procurer.js-procure-ready .site-footer__procure-col--moulin .site-footer__procure-block.is-step-visible .site-footer__procure-step--2 {
  animation-name: procure-step-pop-2;
}
#se-procurer.js-procure-ready .site-footer__procure-col--moulin .site-footer__procure-block.is-step-visible .site-footer__procure-step--3 {
  animation-name: procure-step-pop-3;
}
@keyframes procure-step-pop-1 {
  0% {
    transform: rotate(-6deg) scale(0.55);
    opacity: 0;
  }
  100% {
    transform: rotate(-6deg) scale(1);
    opacity: 1;
  }
}
@keyframes procure-step-pop-2 {
  0% {
    transform: rotate(4deg) scale(0.55);
    opacity: 0;
  }
  100% {
    transform: rotate(4deg) scale(1);
    opacity: 1;
  }
}
@keyframes procure-step-pop-3 {
  0% {
    transform: rotate(-3deg) scale(0.55);
    opacity: 0;
  }
  100% {
    transform: rotate(-3deg) scale(1);
    opacity: 1;
  }
}
@media (prefers-reduced-motion: reduce) {
  #se-procurer.js-procure-ready .site-footer__procure-revendeurs:not(.is-step-visible),
  #se-procurer.js-procure-ready .site-footer__procure-col--moulin .site-footer__procure-block:not(.is-step-visible) {
    opacity: 1;
    transform: none;
  }
  #se-procurer.js-procure-ready .site-footer__procure-step {
    animation: none !important;
  }
}
.site-footer__procure-heading--revendeurs {
  position: relative;
  display: flex;
  align-items: flex-start;
  margin-bottom: 0;
  overflow: visible;
}
.site-footer__procure-arrow {
  position: absolute;
  top: 50%;
  right: calc(100% + 1rem);
  width: clamp(79px, 10.67vw, 112px);
  height: auto;
  margin: 0;
  color: #b86b4e;
  transform: translateY(-46%) translateX(calc(-0.35rem - 30px));
  z-index: 4;
  pointer-events: none;
}
.site-footer__procure-arrow__outline {
  stroke: #fff;
  stroke-width: 5.4;
  transform: translateY(1px);
}
.site-footer__procure-text {
  margin: 0;
  max-width: 28rem;
}
.site-footer__procure-col--moulin .site-footer__procure-text {
  color: #837b7b;
}
.site-footer__procure-col--moulin .site-footer__procure-text strong {
  font-weight: 600;
  color: #3d2817;
}
.site-footer__procure-col--moulin .site-footer__link--inline {
  color: #3d2817;
  text-decoration: none;
}
.site-footer__procure-col--moulin .site-footer__link--inline .site-footer__procure-heading-em,
.site-footer__procure-col--moulin .site-footer__link--inline strong {
  color: inherit;
  font-weight: 600;
}
.site-footer__procure-col--moulin .site-footer__link--inline:hover,
.site-footer__procure-col--moulin .site-footer__link--inline:hover .site-footer__procure-heading-em,
.site-footer__procure-col--moulin .site-footer__link--inline:hover strong {
  color: #b86b4e;
}
.site-footer__procure-col--moulin .site-footer__procure-body .site-footer__text,
.site-footer__procure-col--moulin .site-footer__procure-body .site-footer__hours {
  color: #837b7b;
}
.site-footer__procure-col--moulin .site-footer__heading,
.site-footer__procure-col--moulin .site-footer__notice {
  color: #b86b4e;
}
.site-footer__procure-col--moulin .site-footer__order-sep {
  color: #837b7b;
}
.site-footer__procure-col--moulin .site-footer__order-cta {
  border-color: rgba(184,107,78,0.42);
  color: #3d2817;
}
.site-footer__procure-col--moulin .site-footer__order-cta:hover {
  border-color: #b86b4e;
  background-color: rgba(184,107,78,0.08);
  color: #b86b4e;
}
.site-footer__procure-col--moulin .site-footer__procure-body {
  display: flex;
  flex-direction: column;
}
.site-footer__procure-block {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  column-gap: 0.7rem;
  row-gap: 0.45rem;
  align-items: start;
}
.site-footer__procure-block--spaced,
.site-footer__procure-revendeurs + .site-footer__procure-block {
  margin-top: clamp(2rem, 4vw, 2.75rem);
}
.site-footer__procure-block + .site-footer__procure-block {
  margin-top: clamp(2rem, 3.75vw, 2.65rem);
}
.site-footer__procure-block > .site-footer__procure-heading {
  display: contents;
}
.site-footer__procure-block > .site-footer__procure-heading .site-footer__procure-step {
  grid-column: 1;
  grid-row: 1;
}
.site-footer__procure-block > .site-footer__procure-heading .site-footer__procure-heading-body {
  grid-column: 2;
  grid-row: 1;
}
.site-footer__procure-block > .site-footer__procure-block-content {
  grid-column: 2;
  grid-row: 2;
  min-width: 0;
}
.site-footer__procure-col--moulin .site-footer__procure-body > .site-footer__heading--spaced {
  margin-top: 0;
  margin-bottom: 0.35rem;
}
.site-footer__procure-col--moulin .site-footer__procure-body > .site-footer__notice {
  margin-top: 0;
}
.site-footer__procure-col--moulin .site-footer__procure-body .site-footer__hours li + li {
  margin-top: 0.25rem;
}
.site-footer__pain-schedule {
  display: flex;
  flex-direction: column;
  gap: 1.15rem;
  max-width: 42rem;
  padding-top: clamp(1.1rem, 2.2vw, 1.45rem);
}
.site-footer__pain-schedule-group {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}
.site-footer__pain-schedule-order {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.35rem;
}
.site-footer__pain-schedule-order-item {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.35rem;
  margin: 0;
  white-space: normal;
}
.site-footer__pain-schedule-order-label {
  font-family: "Outfit", sans-serif;
  font-size: clamp(0.875rem, 1.1vw, 0.9375rem);
  line-height: 1.45;
  letter-spacing: 0.02em;
  color: #837b7b;
}
.site-footer__pain-schedule-order-label .site-footer__link--inline {
  text-decoration: none;
}
.site-footer__pain-schedule-order-label .site-footer__link--inline .site-footer__procure-heading-em {
  color: inherit;
}
.site-footer__pain-schedule-detail {
  margin: 0;
  font-family: "Outfit", sans-serif;
  font-size: clamp(0.875rem, 1.1vw, 0.9375rem);
  line-height: 1.45;
  letter-spacing: 0.02em;
  text-transform: none;
  color: #837b7b;
}
.site-footer__procure-col--moulin .site-footer__pain-schedule-label {
  color: #b86b4e;
  margin: 0 0 0 -15px;
}
.site-footer__procure-col--moulin .site-footer__pain-schedule-label--solo {
  margin-left: -15px;
}
.site-footer__procure-col--moulin .site-footer__pain-schedule-group .site-footer__hours {
  margin: 0;
}
.site-footer__procure-col--moulin .site-footer__procure-block .site-footer__procure-heading {
  margin-bottom: 0;
}
.site-footer__order-cta--inline {
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
  min-height: 0;
  padding: 4px 12px 3px;
  margin: 0 0.08em 0 0.12em;
  font-size: inherit;
  letter-spacing: 0.02em;
  line-height: 1.25;
  text-transform: none;
  white-space: nowrap;
}
.site-footer__procure-heading {
  margin: 0 0 1.25rem;
  font-family: "Beaurencourt", Georgia, serif;
  font-weight: normal;
  font-size: clamp(1.65rem, 2.8vw, 2.1rem);
  line-height: 1.1;
  color: #f2c89d;
}
.site-footer__procure-outro {
  margin: 1.5rem 0 0;
  font-family: "Beaurencourt", Georgia, serif;
  font-weight: normal;
  font-size: clamp(1.65rem, 2.8vw, 2.1rem);
  line-height: 1.1;
  color: #fff;
}
.site-footer__procure-body .site-footer__text,
.site-footer__procure-body .site-footer__hours {
  color: rgba(245,240,232,0.82);
}
.site-footer__bar {
  background: linear-gradient(180deg, #48403a 0%, #413b38 100%);
  padding: clamp(2rem, 4vw, 2.75rem) 0 calc(clamp(1.5rem, 3vw, 2rem) + 30px);
  position: relative;
  z-index: 1;
  isolation: isolate;
  color: rgba(245,240,232,0.62);
}
.site-footer__bar-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: end;
  column-gap: clamp(1.5rem, 4vw, 3.5rem);
}
.site-footer__bar-col--reach {
  text-align: right;
  justify-self: end;
  max-width: 17rem;
}
.site-footer__bar-brand-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-self: center;
  gap: 0.75rem;
  flex-shrink: 0;
}
.site-footer__bar .site-footer__brand {
  flex: 0 0 auto;
  display: block;
  width: clamp(148px, 13vw, 196px);
  max-width: none;
  max-height: calc(clamp(148px, 13vw, 196px) * var(--logo-src-aspect) * var(--logo-text-end) + var(--logo-fade-height) + var(--logo-shadow-bleed));
  margin: 0;
  overflow: hidden;
  line-height: 0;
}
.site-footer__bar-col--address {
  text-align: left;
  justify-self: start;
  max-width: 17rem;
}
.site-footer__bar-item {
  margin: 0;
  font-family: "Outfit", sans-serif;
  font-size: clamp(0.875rem, 1.1vw, 0.9375rem);
  line-height: 1.75;
  letter-spacing: 0.02em;
  font-style: normal;
  color: rgba(245,240,232,0.62);
}
.site-footer__bar-line {
  margin: 0;
}
.site-footer__bar .site-footer__link {
  color: rgba(245,240,232,0.68);
  text-decoration: underline;
  text-decoration-color: rgba(184,107,78,0.22);
  text-underline-offset: 0.24em;
  text-decoration-thickness: 1px;
  transition: color 0.3s ease, text-decoration-color 0.3s ease;
}
.site-footer__bar .site-footer__link:hover {
  color: #fff;
  text-decoration-color: #b86b4e;
}
.site-footer__social {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  flex-shrink: 0;
  padding-bottom: 0;
}
.site-footer__bar .site-footer__social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  color: rgba(184,107,78,0.68);
  text-decoration: none;
  transition: color 0.3s ease, transform 0.3s ease;
}
.site-footer__bar .site-footer__social-link svg {
  display: block;
  width: 18px;
  height: 18px;
}
.site-footer__bar .site-footer__social-link:hover {
  color: #fff;
  transform: translateY(-1px);
}
.site-footer__bar .site-footer__brand-logo {
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: top center;
  opacity: 0.7;
  -webkit-mask-image: var(--logo-mask-image);
  mask-image: var(--logo-mask-image);
  margin-bottom: 0;
}
.site-footer__bar .site-footer__address {
  margin: 0;
  color: inherit;
}
.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: none;
  transition: color 0.3s ease;
}
.site-footer__link:hover {
  color: #f2c89d;
}
.site-footer__heading {
  margin: 0 0 1rem;
  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;
  color: rgba(242,200,157,0.82);
}
.site-footer__order-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem 1rem;
  margin-top: 0;
}
.site-footer__pickup-note {
  margin: 1rem 0 0;
}
.site-footer__order-sep {
  font-family: "Outfit", sans-serif;
  font-size: clamp(0.875rem, 1.1vw, 0.9375rem);
  color: rgba(245,240,232,0.62);
}
.site-footer__order-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 12px 20px 11px;
  border-radius: 999px;
  border: 1px solid rgba(242,200,157,0.42);
  background-color: transparent;
  color: #f5f0e8;
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: clamp(0.8125rem, 1vw, 0.875rem);
  letter-spacing: 0.04em;
  line-height: 1.2;
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
}
.site-footer__order-cta:hover {
  border-color: #f2c89d;
  background-color: rgba(242,200,157,0.1);
  color: #f2c89d;
}
.site-footer__order-cta--eshop {
  border-color: #f2c89d;
  background-color: #f2c89d;
  color: #3d2817;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 12px;
}
.site-footer__order-cta--eshop:hover {
  background-color: transparent;
  color: #f2c89d;
}
.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.45;
  letter-spacing: 0.02em;
  color: rgba(245,240,232,0.78);
}
.site-footer__hours li + li {
  margin-top: 0.05rem;
}
.site-footer__time {
  font-weight: 600;
}
.site-footer__procure-col--moulin .site-footer__hours strong {
  font-weight: 600;
  color: #3d2817;
}
.home-map--footer {
  padding: 0;
  background: transparent;
  scroll-margin-top: 0;
}
.home-map--footer.home-map--full {
  flex: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 100%;
}
.home-map--footer .home-map__stage {
  min-height: clamp(320px, 38vw, 460px);
  border-color: rgba(245,240,232,0.12);
  background-color: rgba(0,0,0,0.18);
}
.home-map--footer.home-map--full .home-map__stage {
  flex: 1;
  min-height: clamp(400px, 50vw, 680px);
  height: 100%;
  border: none;
  border-radius: 0;
  background-color: #b8c8a4;
}
.home-map--footer .home-map__filters-gradient {
  display: none;
}
.home-map--footer .home-map__filters-wrap {
  top: clamp(18px, 3.5vw, 32px);
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  max-width: min(100%, 34rem);
}
.home-map--footer .home-map__filters-bar {
  min-height: 67px;
  padding: 20px 36px 18px;
  gap: 1.05rem 1.1rem;
  border: 1px solid rgba(61,40,23,0.08);
  border-radius: 999px;
  background-color: rgba(255,255,255,0.85);
  box-shadow: 0 6px 16px rgba(0,0,0,0.14);
}
.home-map--footer .home-map__filter::before {
  top: -6px;
  bottom: -6px;
}
.home-map--footer .home-map__filter {
  padding: 0 16px;
  font-size: 12px;
  letter-spacing: 0.1em;
}
.home-map--footer .home-map__filters-label {
  font-size: 11px;
}
.home-map--footer .home-map__fallback {
  background-color: rgba(0,0,0,0.18);
}
.home-map--footer .home-map__loading {
  color: rgba(245,240,232,0.55);
}
.home-map--footer .home-map__vignette {
  bottom: clamp(16px, 2.5vw, 28px);
  width: calc(100% - 32px);
}
@media (max-width: 900px) {
  .site-footer__procure-split {
    grid-template-columns: 1fr;
  }
  .site-footer__procure-col--moulin {
    order: 1;
  }
  .site-footer__procure-col--revendeurs {
    order: 2;
  }
  .site-footer__procure-heading--revendeurs {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
  }
  body.discover-page:not(.projet-page) .site-footer__procure-col--revendeurs {
    display: none;
  }
  .home-map--footer .home-map__filters-wrap {
    top: 14px;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    max-width: calc(100% - 24px);
  }
  .home-map--footer .home-map__filters-bar {
    border-radius: 999px;
    box-shadow: 0 6px 16px rgba(0,0,0,0.14);
  }
  .home-map--footer.home-map--full .home-map__stage {
    min-height: clamp(320px, 72vw, 480px);
  }
}
@media (max-width: 768px) {
  .site-footer__procure-col--moulin {
    padding: 2.5rem clamp(20px, 5vw, 72px) 2.5rem;
  }
  .site-footer__procure-title {
    font-size: clamp(1.85rem, 7.5vw, 2.34rem);
  }
  .site-footer__procure-col--moulin .site-footer__pain-schedule-label,
  .site-footer__procure-col--moulin .site-footer__pain-schedule-label--solo {
    margin-left: 0;
  }
  .site-footer__bar-inner {
    grid-template-columns: 1fr 1fr;
    row-gap: 1.5rem;
    column-gap: 1.25rem;
    align-items: end;
  }
  .site-footer__bar-col--brand {
    grid-column: 1 / -1;
    justify-self: center;
  }
  .site-footer__bar-col--reach {
    text-align: right;
  }
  .site-footer__bar-col--address {
    text-align: left;
  }
  .site-footer__bar-item {
    width: 100%;
  }
  .home-map--footer .home-map__stage {
    min-height: clamp(280px, 62vw, 380px);
  }
}
@media (max-width: 480px) {
  .site-footer__bar-inner {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }
  .site-footer__bar-col--reach,
  .site-footer__bar-col--address {
    text-align: center;
    justify-self: center;
    max-width: 20rem;
  }
}

html {
  overflow-x: clip;
}
.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;
}

/* Pages légales */
.legal-page main.legal-main {
  padding: clamp(7rem, 12vw, 9rem) 0 clamp(4rem, 8vw, 6rem);
}
.legal-doc {
  max-width: 46rem;
  margin: 0 auto;
}
.legal-doc__header {
  margin-bottom: clamp(2rem, 4vw, 2.75rem);
  padding-bottom: 1.25rem;
  border-bottom: 1px solid rgba(61, 40, 23, 0.12);
}
.legal-doc__title {
  margin: 0;
  font-family: "Beaurencourt", Georgia, serif;
  font-size: clamp(2rem, 4.5vw, 2.75rem);
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: 0.02em;
  color: #3d2817;
}
.legal-doc__subtitle {
  margin: 0.85rem 0 0;
  font-family: "Outfit", sans-serif;
  font-size: clamp(0.9375rem, 1.4vw, 1.0625rem);
  line-height: 1.6;
  color: #837b7b;
}
.legal-doc__body {
  font-family: "Outfit", sans-serif;
  font-size: 0.9375rem;
  line-height: 1.75;
  color: #5c4a3e;
}
.legal-doc__lead {
  margin: 0 0 1rem;
  color: #5c4a3e;
}
.legal-doc__section + .legal-doc__section {
  margin-top: 2rem;
  padding-top: 1.75rem;
  border-top: 1px solid rgba(61, 40, 23, 0.08);
}
.legal-doc__heading {
  margin: 0 0 1rem;
  font-family: "Beaurencourt", Georgia, serif;
  font-size: clamp(1.625rem, 3.2vw, 2rem);
  font-weight: 400;
  line-height: 1.25;
  color: #3d2817;
}
.legal-doc__subheading {
  margin: 1.35rem 0 0.75rem;
  font-family: "Outfit", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.4;
  color: #3d2817;
}
.legal-doc__label {
  margin: 1.15rem 0 0.5rem;
  font-family: "Outfit", sans-serif;
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1.4;
  color: #3d2817;
}
.legal-doc__emphasis {
  margin: 1rem 0 0.35rem;
  font-style: italic;
  color: #5c4a3e;
}
.legal-doc__body p {
  margin: 0 0 0.85rem;
}
.legal-doc__body ul {
  margin: 0 0 0.85rem;
  padding-left: 1.2rem;
}
.legal-doc__body li + li {
  margin-top: 0.4em;
}
.legal-doc__body a {
  color: #7a4f2e;
  text-decoration: underline;
  text-underline-offset: 0.15em;
}
.legal-doc__body a:hover {
  color: #3d2817;
}
.legal-doc__meta {
  margin-top: 0.5rem;
  color: #837b7b;
}
.site-footer__bar-legal {
  grid-column: 1 / -1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.2rem;
  margin: 1.1rem 0 0;
  text-align: center;
  font-family: "Outfit", sans-serif;
  font-size: 0.6875rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.site-footer__link--legal {
  color: rgba(245, 240, 232, 0.2);
  text-decoration: none;
}
.site-footer__link--legal:hover {
  color: rgba(245, 240, 232, 0.36);
}

/* Signature AKIMEDIA — logo fixe, volet footer brun qui se retire au scroll */
.akimedia-signature-pad {
  height: 100px;
  background-color: #120a06;
}
.akimedia-signature {
  --signature-progress: 0;
  --signature-bg: #050504;
  --signature-cover: #120a06;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100px;
  overflow: hidden;
  background: var(--signature-bg);
  pointer-events: none;
}
.akimedia-signature.is-dormant {
  visibility: hidden;
}
.akimedia-signature::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background: var(--signature-cover);
  pointer-events: none;
  transform: translate3d(0, calc(var(--signature-progress) * -100%), 0);
  will-change: transform;
}
.akimedia-signature.is-visible {
  pointer-events: auto;
}
.akimedia-signature__logo {
  position: relative;
  z-index: 1;
  display: block;
  width: 116px;
  height: 34px;
  margin-top: 20px;
  opacity: 0.35;
  overflow: hidden;
  background: url("../images/deco/aki/aki_logo_white.png") no-repeat 0 0;
  background-size: 116px 33px;
}
.akimedia-signature__logo::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 0;
  height: 100%;
  background: url("../images/deco/aki/aki_logo_hover.png") no-repeat 0 0;
  background-size: 116px 33px;
  transition: width 0.5s ease;
}
.akimedia-signature__logo:hover {
  opacity: 1;
  transition: opacity 0.35s ease;
}
.akimedia-signature__logo:hover::after {
  width: 100%;
}
@media (prefers-reduced-motion: reduce) {
  .akimedia-signature::after {
    transform: none !important;
    transition: none !important;
  }
  .akimedia-signature:not(.is-visible)::after {
    opacity: 1;
  }
  .akimedia-signature.is-visible::after {
    opacity: 0;
  }
  .akimedia-signature:not(.is-visible) {
    visibility: hidden;
    pointer-events: none;
  }
  .akimedia-signature.is-visible .akimedia-signature__logo {
    opacity: 0.35 !important;
  }
}
