html {
  scroll-behavior: smooth;
}
.node--type-presentation-chateau #main-wrapper {
 margin-top: 0px;
}
.node--presentation-chateau .node__content {
  margin: 0;
}

.dclv-section {
  position: relative;
}

.dclv-section--light {
  background: #f5f5f3;
}

.dclv-section--white {
  background: #ffffff;
}

.dclv-section--beige {
  background: #f1ece4;
}

.dclv-section--text-image .row {
  min-height: 100svh;
}

.dclv-section__content {
  max-width: 760px;
  padding: 4rem;
  color: #334c56;
}

.dclv-section__title {
  margin-bottom: clamp(32px, 4vw, 56px);
  color: #334c56;
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-size: clamp(2.6rem, 4.6vw, 5rem);
  font-weight: 400;
  line-height: 0.95;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

.dclv-section__intro,
.dclv-section__body {
  color: #334c56;
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(1.05rem, 1.35vw, 1.25rem);
  line-height: 1.25;
  letter-spacing: 0.01em;
}

.dclv-section__intro {
  font-weight: 600;
  margin-bottom: 1.5rem;
}

.dclv-section__body p + p {
  margin-top: clamp(22px, 2vw, 34px);
}

.dclv-section__media {
  position: relative;
  min-height: 420px;
  height: 100%;
  overflow: hidden;
}

.dclv-section__media img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  object-position: center center;
  display: block;
}

.dclv-section--infos {
  background: #f3f4f3;
}

.dclv-mosaic-single {
  height: 100%;
  min-height: 100%;
  overflow: hidden;
  background: #fff;
}

.dclv-mosaic-single img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  display: block;
  object-fit: cover;
  object-position: center center;
  margin: 1em;
    padding: 1em;
}

.dclv-infos {
  position: relative;
  height: 100%;
  background: #f3f4f3;
  overflow: hidden;
}

.dclv-infos__shape {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    73deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0) 38%,
    rgba(255, 255, 255, 0.55) 38.2%,
    rgba(255, 255, 255, 0.55) 100%
  );
  pointer-events: none;
}

.dclv-infos__inner {
  position: relative;
  z-index: 2;
  max-width: 920px;
  margin: 0 auto;
  padding: clamp(48px, 6vw, 100px) clamp(24px, 5vw, 72px);
  color: #2d5360;
}

.dclv-infos__intro {
  text-align: center;
  margin-bottom: clamp(48px, 6vw, 96px);
}

.dclv-infos__intro p {
  margin: 0 0 1.6rem;
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  font-size: 1.4rem;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: 0.01em;
}

.dclv-features {
  display: grid;
  grid-template-columns: repeat(2, minmax(220px, 1fr));
  max-width: 700px;
  margin: 0 auto;
}

.dclv-features__item,
.dclv-feature-item {
  min-height: 112px;
  padding: 26px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(1.1rem, 1.5vw, 1.35rem);
  line-height: 1.15;
  font-weight: 400;
  color: #2d5360;
}

.dclv-features__item span + span,
.dclv-feature-item span + span {
  margin-top: 0.12rem;
}

.dclv-features__item:nth-child(odd) {
  border-right: 4px solid #355766;
}

.dclv-features__item:nth-child(-n+6) {
  border-bottom: 4px solid #355766;
}
.dclv-anchor-nav {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: #ffffff;
  border-bottom: 1px solid #eee;
}

.dclv-anchor-nav__list {
  gap: 2rem;
}

.dclv-anchor-nav .nav-link {
  font-family: "Montserrat", sans-serif;
  font-size: 0.95rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #2e4f5b;
  padding: 1rem 0;
  position: relative;
}

.dclv-anchor-nav .nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 6px;
  width: 0;
  height: 2px;
  background: #2e4f5b;
  transition: width 0.3s ease;
}

.dclv-anchor-nav .nav-link:hover::after,
.dclv-anchor-nav .nav-link.active::after {
  width: 100%;
}
.dclv-anchor-nav__list {
display: flex;
flex-direction: row;
}

@media (max-width: 991.98px) {
  .dclv-section--text-image .row {
    min-height: auto;
  }

  .dclv-section__content {
    padding: 56px 24px;
  }

  .dclv-section__media,
  .dclv-section__media img,
  .dclv-mosaic-single img {
    min-height: 360px;
  }

  .dclv-features {
    grid-template-columns: 1fr 1fr;
    max-width: 100%;
  }

  .dclv-features__item {
    min-height: 100px;
    padding: 22px 16px;
  }
}

@media (max-width: 767.98px) {
  .dclv-infos__inner {
    padding: 42px 20px;
  }

  .dclv-infos__intro p {
    font-size: 1.05rem;
    line-height: 1.35;
  }

  .dclv-features {
    grid-template-columns: 1fr;
  }

  .dclv-features__item {
    border-right: 0 !important;
    border-bottom: 3px solid #355766 !important;
    min-height: auto;
  }

  .dclv-features__item:last-child {
    border-bottom: 0 !important;
  }

  .dclv-section__title {
    font-size: clamp(2rem, 10vw, 3rem);
  }

  .dclv-section__intro,
  .dclv-section__body {
    font-size: 1rem;
    line-height: 1.7;
  }
}
