.lmf-home-wrapper {
  background: #fff;
  padding-bottom: 0 !important;
}

.lmf-home {
  color: #102018;
  font-family: "Inter", Arial, Helvetica, sans-serif;
  letter-spacing: 0.01em;
  overflow: hidden;
}

.lmf-home a {
  text-decoration: none !important;
}

.lmf-home h1,
.lmf-home h2 {
  color: #102018;
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  letter-spacing: 0.01em;
}

.lmf-eyebrow {
  color: #102018;
  font-size: clamp(0.72rem, 0.75vw, 0.84rem);
  font-weight: 700;
  letter-spacing: 0.08em;
  margin: 0 0 1.75rem;
  text-transform: uppercase;
  white-space: nowrap;
}

.lmf-hero {
  background: #f7f5ef;
  height: clamp(560px, 42vw, 680px);
  min-height: 560px;
  position: relative;
}

.lmf-hero__inner {
  height: 100%;
  margin: 0 auto;
  max-width: 1920px;
  min-height: 560px;
  position: relative;
}

.lmf-hero__copy {
  align-self: center;
  box-sizing: border-box;
  max-width: none;
  padding: clamp(5rem, 6.3vw, 7rem) clamp(2.5rem, 6vw, 7rem) clamp(4rem, 5.4vw, 6rem);
  position: relative;
  width: min(54vw, 860px);
  z-index: 2;
}

.lmf-hero h1 {
  font-size: clamp(3.15rem, 4.2vw, 4rem);
  font-weight: 700;
  line-height: 1;
  margin: 0;
  white-space: nowrap;
}

.lmf-hero__rule {
  background: #b98331;
  display: block;
  height: 2px;
  margin: 2.15rem 0 2rem;
  width: 52px;
}

.lmf-hero__text {
  color: #334039;
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: 1.06rem;
  line-height: 1.75;
  margin: 0 0 2.6rem;
  max-width: 520px;
}

.lmf-btn {
  align-items: center;
  border-radius: 2px;
  display: inline-flex;
  font-size: 0.86rem;
  font-weight: 800;
  justify-content: center;
  letter-spacing: 0.04em;
  min-height: 58px;
  padding: 0 1.85rem;
  text-transform: uppercase;
}

.lmf-btn--dark {
  background: #17251c;
  color: #fff !important;
}

.lmf-btn--dark:hover {
  background: #24392d;
}

.lmf-hero__visual {
  background:
    linear-gradient(90deg, rgba(247, 245, 239, 0.88), rgba(247, 245, 239, 0.18)),
    url("../img/hero.webp") center / cover no-repeat,
    #f7f5ef;
  height: 100%;
  inset: 0;
  min-height: 560px;
  overflow: hidden;
  position: absolute;
}

.lmf-hero__visual::before {
  background:
    linear-gradient(90deg, #f7f5ef 0%, rgba(247, 245, 239, 0.98) 21%, rgba(247, 245, 239, 0.82) 35%, rgba(247, 245, 239, 0.18) 52%, rgba(247, 245, 239, 0) 66%),
    linear-gradient(180deg, rgba(247, 245, 239, 0.02), rgba(247, 245, 239, 0.18));
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.lmf-hero__image {
  display: block;
  height: 100%;
  inset: 0;
  object-fit: contain;
  object-position: right center;
  position: absolute;
  width: 100%;
  z-index: 0;
}

.lmf-reassurance {
  background: #f8f7f3;
  border-bottom: 1px solid rgba(16, 32, 24, 0.05);
  border-top: 1px solid rgba(16, 32, 24, 0.06);
  display: grid;
  gap: clamp(1.6rem, 4vw, 4.2rem);
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0;
  max-width: none;
  padding: 4.2rem 7.5vw 4.35rem;
}

.lmf-reassurance article {
  align-items: start;
  display: grid;
  gap: 0.35rem 1.1rem;
  grid-template-columns: auto 1fr;
}

.lmf-reassurance i {
  color: #16251c;
  font-family: "Material Icons Outlined", "Material Icons";
  font-size: 2.8rem;
  font-weight: 400;
  grid-row: span 2;
  line-height: 1;
  margin-top: 0.1rem;
}

.lmf-reassurance strong,
.lmf-collection-card strong {
  color: #102018;
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.lmf-reassurance span {
  color: #475149;
  font-size: 0.9rem;
  line-height: 1.7;
}

.lmf-collections {
  background: #faf9f5;
  padding: 5rem 7.5vw 5.45rem;
}

.lmf-section-heading {
  align-items: end;
  display: flex;
  justify-content: space-between;
  margin: 0 auto 2.85rem;
  max-width: 1680px;
}

.lmf-collections .lmf-eyebrow {
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  margin-bottom: 1.2rem;
}

.lmf-section-heading h2 {
  font-size: clamp(2.65rem, 3.45vw, 3.35rem);
  font-weight: 500;
  line-height: 1;
  margin: 0;
}

.lmf-section-heading a {
  align-items: center;
  color: #102018;
  display: inline-flex;
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: 0.84rem;
  font-weight: 700;
  gap: 0.7rem;
  letter-spacing: 0.04em;
  margin-bottom: 0.55rem;
}

.lmf-section-heading a i {
  font-size: 1.05rem;
  transition: transform .18s ease;
}

.lmf-section-heading a:hover i {
  transform: translateX(3px);
}

.lmf-collection-grid {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0 auto;
  max-width: 1680px;
}

.lmf-collection-card {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 18px 45px rgba(25, 34, 28, 0.06);
  color: #102018 !important;
  display: flex;
  flex-direction: column;
  min-height: 390px;
  overflow: hidden;
}

.lmf-card-visual {
  display: block;
  height: 230px;
  position: relative;
}

.lmf-card-visual::before,
.lmf-card-visual::after {
  content: "";
  position: absolute;
}

.lmf-card-visual--sauna {
  background: url("../img/sauna-en-bois-dans-le-jardin-nocturne.webp") center / cover no-repeat;
}

.lmf-card-visual--sauna::before {
  display: none;
}

.lmf-card-visual--sauna::after {
  display: none;
}

.lmf-card-visual--bath {
  background: url("../img/bain-nordique-dans-les-bois.webp") center / cover no-repeat;
}

.lmf-card-visual--bath::before {
  display: none;
}

.lmf-card-visual--bath::after {
  display: none;
}

.lmf-card-visual--glamping {
  background: url("../img/glamping-pod-dans-la-prairie.webp") center / cover no-repeat;
}

.lmf-card-visual--glamping::before {
  display: none;
}

.lmf-card-visual--glamping::after {
  display: none;
}

.lmf-collection-card strong,
.lmf-collection-card span:not(.lmf-card-visual),
.lmf-collection-card em {
  margin-left: 1.6rem;
  margin-right: 1.6rem;
}

.lmf-collection-card strong {
  font-size: 1rem;
  letter-spacing: 0.05em;
  margin-top: 1.75rem;
}

.lmf-collection-card span:not(.lmf-card-visual) {
  color: #39443d;
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: 0.95rem;
  line-height: 1.7;
  margin-top: 0.85rem;
  min-height: 3.25rem;
}

.lmf-collection-card em {
  align-items: center;
  color: #102018;
  display: inline-flex;
  font-size: 0.83rem;
  font-style: normal;
  font-weight: 800;
  gap: 0.65rem;
  letter-spacing: 0.05em;
  margin-top: 1rem;
  padding-bottom: 1.9rem;
  text-transform: uppercase;
}

.lmf-collection-card em i {
  font-size: 1rem;
  transition: transform .18s ease;
}

.lmf-collection-card:hover em i {
  transform: translateX(3px);
}

.lmf-engagement {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  min-height: 430px;
}

.lmf-engagement__copy {
  align-self: center;
  padding: 5.35rem 7.5vw;
}

.lmf-engagement h2 {
  font-size: clamp(2.45rem, 3.35vw, 3.15rem);
  font-weight: 500;
  line-height: 1;
  margin: 0 0 1.65rem;
}

.lmf-engagement p:not(.lmf-eyebrow) {
  color: #3b4840;
  font-family: "Inter", Arial, Helvetica, sans-serif;
  line-height: 1.8;
  margin: 0;
  max-width: 610px;
}

.lmf-values {
  display: grid;
  gap: 1.6rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 3.25rem;
  max-width: 560px;
}

.lmf-values span {
  align-items: center;
  color: #102018;
  display: flex;
  flex-direction: column;
  font-size: 0.78rem;
  font-weight: 800;
  gap: 0.8rem;
  letter-spacing: 0.04em;
  line-height: 1.25;
  text-align: center;
  text-transform: uppercase;
}

.lmf-values svg {
  display: block;
  fill: none;
  height: 38px;
  stroke: #102018;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.1;
  width: 38px;
}

.lmf-engagement__visual {
  background:
    linear-gradient(180deg, rgba(15, 23, 17, 0), rgba(15, 23, 17, 0.18)),
    url("../img/bain-nordique-cadre-idyllique.webp") center / cover no-repeat;
  overflow: hidden;
  position: relative;
}

.lmf-trust {
  align-items: center;
  background: #f3f0e9;
  color: #98948b;
  display: grid;
  gap: 2rem;
  grid-template-columns: 1.2fr repeat(6, minmax(0, 1fr));
  padding: 2.5rem 7.5vw;
}

.lmf-trust span {
  color: #102018;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.lmf-trust strong {
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

.lmf-home-native-hooks {
  display: none;
}

@media (max-width: 1199px) {
  .lmf-engagement {
    grid-template-columns: minmax(0, 1fr);
  }

  .lmf-hero__copy {
    padding-bottom: 2.5rem;
    width: min(64vw, 760px);
  }

  .lmf-reassurance,
  .lmf-collection-grid,
  .lmf-values {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lmf-trust {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .lmf-hero,
  .lmf-hero__inner,
  .lmf-hero__visual {
    height: auto;
    min-height: 0;
  }

  .lmf-hero {
    min-height: 560px;
  }

  .lmf-hero__copy,
  .lmf-collections,
  .lmf-engagement__copy {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .lmf-hero__copy {
    padding-top: 2.6rem;
    width: min(100%, 430px);
  }

  .lmf-hero h1 {
    white-space: normal;
  }

  .lmf-hero__visual {
    bottom: 0;
    height: 100%;
    min-height: 560px;
  }

  .lmf-hero__image {
    object-position: right bottom;
  }

  .lmf-reassurance,
  .lmf-collection-grid,
  .lmf-values,
  .lmf-trust {
    grid-template-columns: minmax(0, 1fr);
  }

  .lmf-reassurance {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .lmf-section-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 1rem;
  }

  .lmf-engagement__visual {
    min-height: 330px;
  }

  .lmf-trust strong,
  .lmf-trust span {
    text-align: left;
  }
}
