/* V8 LOT 3.2.6.2 — finitions visuelles publiques ciblées */
.hero {
  background-image: image-set(
    url("assets/site-photo-b81bdc644428.webp") type("image/webp") 1x,
    url("assets/site-photo-b81bdc644428.jpg") type("image/jpeg") 1x
  );
}

.marquee {
  overflow: hidden;
  padding-top: 16px;
  padding-bottom: 16px;
}

.marquee .track {
  display: inline-flex;
  width: auto;
  flex-wrap: nowrap;
  align-items: center;
  will-change: transform;
  animation: lot3261-marquee 32s linear infinite;
}

.marquee-sequence {
  display: flex;
  flex: 0 0 auto;
  min-width: 100vw;
  align-items: center;
  justify-content: space-around;
  gap: 0;
  white-space: nowrap;
}

.track .marquee-item {
  margin: 0;
  padding: 0 28px;
  color: #fff;
}

.track .marquee-separator {
  margin: 0;
  color: var(--gold);
}

@keyframes lot3261-marquee {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(-50%, 0, 0); }
}

@media (prefers-reduced-motion: reduce) {
  .marquee .track {
    animation: none;
    transform: none;
    will-change: auto;
  }
}

@media (min-width: 1100px) {
  .hero-note {
    left: calc(50% + 52px);
    right: auto;
    bottom: 22px;
    max-width: calc(50% - 64px);
    gap: 10px;
    white-space: nowrap;
    font-size: .76rem;
    color: rgba(255, 255, 255, .88);
  }

  .hero-note::before {
    width: 36px;
    flex: 0 0 36px;
  }
}

@media (min-width: 951px) and (max-width: 1099px) {
  .hero-note {
    display: none;
  }
}

@media (min-width: 1200px) {
  .wrap {
    width: min(1760px, calc(100% - clamp(136px, 10vw, 240px)));
  }

  .hero-content {
    width: min(1760px, calc(100% - clamp(136px, 10vw, 240px)));
    padding-bottom: 82px;
  }

  .hero h1 {
    max-width: 1100px;
    font-size: clamp(4.6rem, 6vw, 7.2rem);
    line-height: .9;
  }

  .hero p {
    max-width: 760px;
  }

  .intro {
    grid-template-columns: minmax(520px, 1.05fr) minmax(0, 1.15fr);
    gap: clamp(56px, 5vw, 96px);
  }

  .intro .copy {
    max-width: 62ch;
  }

  .experience-head {
    grid-template-columns: minmax(0, 1.25fr) minmax(360px, .75fr);
    gap: clamp(56px, 5vw, 90px);
  }

  .experience-head .copy {
    max-width: 64ch;
  }

  .story {
    grid-template-columns: minmax(0, 1fr) minmax(480px, .9fr);
    gap: clamp(64px, 5vw, 96px);
  }

  .storytext .title {
    max-width: 800px;
  }

  .curistebox {
    max-width: 900px;
  }

  .amenities .title,
  .owner-suite .title,
  .trust-head > div:first-child,
  .hybrid-booking > .wrap > .title {
    max-width: 1050px;
  }
}

.pill.dark {
  background: var(--ink);
  color: #fff;
  box-shadow: 0 12px 26px rgba(16, 36, 33, .16);
}

@media (min-width: 951px) and (max-width: 1199px) {
  .intro,
  .experience-head,
  .story {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .story.reverse .visual {
    order: 0;
  }

  .intro .frame img {
    height: 600px;
  }
}
