/* La Fosca Bay — Archive des logements (/logements) : en-tête éditorial.
   Les cartes + la grille sont dans listings.css (composant réutilisé). */

.post-type-archive-logement .lfb-archive {
  max-width: var(--container);
  margin: var(--space-6) auto;
  padding-inline: var(--space-3);
}

.post-type-archive-logement .lfb-archive__head { text-align: center; margin-bottom: var(--space-5); }
.post-type-archive-logement .lfb-archive__title .elementor-heading-title {
  font-family: var(--font-title);
  font-size: clamp(34px, 5vw, 52px);
  font-weight: 600;
  color: var(--c-ink);
}
.post-type-archive-logement .lfb-archive__intro {
  font-size: 18px;
  line-height: 1.6;
  color: var(--c-primary);
  max-width: 60ch;
  margin: var(--space-2) auto 0;
}
