/* Sens de lecture — redéclaré ici comme dans landing_v10.css : 12 des 25 layouts
 * ne chargent pas tokens/design_tokens.css, dont tous les layouts de landing.
 * Deux lignes idempotentes valent mieux qu'une dépendance de chargement. */
:root { --dir: 1; }
[dir="rtl"] { --dir: -1; }

/* =============================================================================
   FLOWAYZ — LANDING v11 (« Marre de l'Admin ? » — la visite de l'hôtel)
   =============================================================================
   Servi par `app/views/layouts/landing_v11.html.erb` UNIQUEMENT.

   Îlot visuel isolé, comme les v8/v9/v10 : ni tokens de l'app, ni Tailwind.
   La charte est celle de la v10 — papier chaud, serif d'affichage, accent HSL,
   CTA à dégradé, élévations — appliquée à une page qui change de registre :
   quatorze photographies d'hôtel incarnent les fonctions, et la page montre
   des humains réels (fondateur, avis).

   ⚠️ Les jetons sont RECOPIÉS de `landing_v10.css` (elle-même recopiée de
   `tokens/design_tokens.css`). Si la charte de l'app change, répercuter à la
   main, dans les deux fichiers.

   CONTRAINTES FERMES (héritées de la v10) :
     · JAMAIS `color: #fff` sur un fond accent — `--accent-contrast` est sombre.
     · JAMAIS de `scale` au survol (directive Nelwep) : halo, ombre, glissement.
       Le `scale` de PRESSION est admis.
     · Deux familles de police, pas trois.
     · Aucune flèche dans les libellés de CTA.
     · Breakpoints : 640 / 768 / 1024 uniquement (767.98 pour la borne haute
       mobile) — `responsive:audit` est un job CI bloquant.

   L'ACCENT reste rare : les CTA, l'eyebrow, le panneau de l'offre, les filets.
   Sa rareté est ce qui fait le luxe.
   ============================================================================= */

/* ===== Polices auto-hébergées =================================================
   Identiques aux v9/v10 : les deux woff2 latin pèsent 52,8 Ko et sont déjà
   préchargés en production. Jamais de @import Google Fonts (supprimé du projet,
   commit 7377aa6a). */

@font-face {
  font-family: 'DM Serif Display';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/assets/dm-serif-display-latin-e7359aff.woff2") format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
                 U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193,
                 U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'DM Serif Display';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("/assets/dm-serif-display-italic-latin-12048ab2.woff2") format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
                 U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193,
                 U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Libre Franklin';
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url("/assets/libre-franklin-latin-799dc441.woff2") format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
                 U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193,
                 U+2212, U+2215, U+FEFF, U+FFFD;
}

/* Latin étendu — polonais, lituanien. 🔴 Sans ces deux blocs, la page change de
   police EN PLEIN MOT sur /pl et /lt : les fichiers `-latin` s'arrêtent à
   U+00FF, or `ł` vit en U+0142, `ė` en U+0117. L'`unicode-range` fait le
   travail de performance : seuls le polonais et le lituanien téléchargent ces
   fichiers, c'est pourquoi ils ne sont PAS préchargés dans le layout. */

@font-face {
  font-family: 'DM Serif Display';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/assets/dm-serif-display-latinext-8bce86ed.woff2") format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7,
                 U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F,
                 U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113,
                 U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: 'Libre Franklin';
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url("/assets/libre-franklin-latinext-1251504a.woff2") format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7,
                 U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F,
                 U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113,
                 U+2C60-2C7F, U+A720-A7FF;
}

/* ===== Jetons ================================================================
   Palette « Bento » de l'application. Règle fondatrice : plus jamais de blanc
   pur en fond — le fond est un off-white chaud, seules les cartes sont
   blanches. */

:root {
  --paper:      #EFECE7;
  --paper-2:    #E7E3DC;
  --surface:    #FFFFFF;
  --surface-2:  #F4F1EC;

  --ink:        #191B20;
  --ink-2:      #3B3F47;
  --ink-3:      #71767F;

  --line:       rgba(23, 24, 29, 0.09);
  --line-faint: rgba(23, 24, 29, 0.05);
  --line-strong:rgba(23, 24, 29, 0.18);

  --accent-h: 16;
  --accent-s: 88%;
  --accent-l: 59%;

  --accent:         hsl(var(--accent-h), var(--accent-s), var(--accent-l));
  --accent-hover:   hsl(var(--accent-h), var(--accent-s), calc(var(--accent-l) - 8%));
  --accent-edge:    hsl(var(--accent-h), var(--accent-s), calc(var(--accent-l) - 16%));
  --accent-deep:    hsl(var(--accent-h), var(--accent-s), 26%);
  --accent-contrast: #1A202C;

  --accent-5:  hsla(var(--accent-h), var(--accent-s), var(--accent-l), 0.05);
  --accent-10: hsla(var(--accent-h), var(--accent-s), var(--accent-l), 0.10);
  --accent-20: hsla(var(--accent-h), var(--accent-s), var(--accent-l), 0.20);
  --accent-30: hsla(var(--accent-h), var(--accent-s), var(--accent-l), 0.30);

  --accent-gradient: linear-gradient(
    180deg,
    hsl(var(--accent-h), var(--accent-s), calc(var(--accent-l) + 7%)) 0%,
    var(--accent) 52%,
    hsl(var(--accent-h), var(--accent-s), calc(var(--accent-l) - 8%)) 100%);
  --accent-gradient-hover: linear-gradient(
    180deg,
    hsl(var(--accent-h), var(--accent-s), calc(var(--accent-l) + 9%)) 0%,
    var(--accent) 50%,
    hsl(var(--accent-h), var(--accent-s), calc(var(--accent-l) - 11%)) 100%);

  --elevation-1: 0 1px 2px rgba(15, 23, 42, 0.04), 0 1px 3px rgba(15, 23, 42, 0.06);
  --elevation-2: 0 2px 4px rgba(15, 23, 42, 0.04), 0 4px 8px rgba(15, 23, 42, 0.08);
  --elevation-3: 0 4px 8px rgba(15, 23, 42, 0.05), 0 12px 24px rgba(15, 23, 42, 0.10);

  --ease-premium: cubic-bezier(0.22, 1, 0.36, 1);
  --ease-spring:  cubic-bezier(0.34, 1.56, 0.64, 1);
  --ease-snappy:  cubic-bezier(0.19, 1, 0.22, 1);

  --r-btn:  12px;
  --r-tile: 20px;
  --r-sm:   8px;

  --font-display: 'DM Serif Display', 'Times New Roman', serif;
  --font-body:    'Libre Franklin', system-ui, sans-serif;

  --maxw:       1120px;
  --maxw-prose: 62ch;
  --gutter:     32px;

  /* --- Bleu partenaire ------------------------------------------------------
     Échantillonné sur flowayz.gatakavotresite.fr (2026-08-27) : #325FE5 (hero),
     #4E71E6 (bloc offre). Décision Nelwep : le bleu habille les FONDS et les
     BLOCS ; l'accent orange reste celui des CTA, coches, filets et liens —
     c'est le couple de contraste du site du partenaire. */
  --bleu-h: 224;
  --bleu-s: 78%;
  --bleu-l: 56%;

  --bleu:      hsl(var(--bleu-h), var(--bleu-s), var(--bleu-l));
  --bleu-deep: hsl(var(--bleu-h), var(--bleu-s), 38%);
  --bleu-grad: linear-gradient(160deg,
               hsl(var(--bleu-h), 80%, 52%) 0%,
               hsl(var(--bleu-h), 76%, 61%) 100%);

  --bleu-5:  hsla(var(--bleu-h), var(--bleu-s), var(--bleu-l), 0.05);
  --bleu-10: hsla(var(--bleu-h), var(--bleu-s), var(--bleu-l), 0.10);

  /* Encre claire posée sur le bleu — jamais du blanc pur. */
  --bleu-contrast:   #F5F8FF;
  --bleu-contrast-2: rgba(245, 248, 255, 0.78);
}

/* ===== Thème sombre ==========================================================
   Trois sélecteurs, pas deux : le script d'initialisation pose `data-theme`,
   `data-mode` ET `.dark`, et l'app cible les trois. */

html[data-theme="dark"],
html[data-mode="dark"],
html.dark {
  --paper:      #0B0C0F;
  --paper-2:    #101216;
  --surface:    #15181E;
  --surface-2:  #1C2027;

  --ink:        #F4F5F7;
  --ink-2:      #C9CFD8;
  --ink-3:      #8A909B;

  --line:        rgba(255, 255, 255, 0.07);
  --line-faint:  rgba(255, 255, 255, 0.04);
  --line-strong: rgba(255, 255, 255, 0.16);

  --accent-l: 72%;
  --accent-deep: hsl(var(--accent-h), var(--accent-s), 22%);

  /* Le bleu s'éclaircit en sombre, comme l'accent — même règle de contraste. */
  --bleu-l: 64%;
  --bleu-deep: hsl(var(--bleu-h), var(--bleu-s), 30%);

  --elevation-1: 0 1px 2px rgba(0, 0, 0, 0.25), 0 1px 3px rgba(0, 0, 0, 0.35);
  --elevation-2: 0 2px 4px rgba(0, 0, 0, 0.30), 0 4px 8px rgba(0, 0, 0, 0.40);
  --elevation-3: 0 4px 8px rgba(0, 0, 0, 0.35), 0 12px 24px rgba(0, 0, 0, 0.50);

  color-scheme: dark;
}

/* ===== Base ================================================================== */

* { box-sizing: border-box; }

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  /* `clip` et non `hidden` : les bandes pleine largeur (.lv11-bleed) font
     100vw, qui déborde de la largeur utile quand la barre de défilement est
     visible — clip coupe sans créer de piège de défilement horizontal. */
  overflow-x: clip;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.6;
  font-weight: 400;
  font-variant-numeric: tabular-nums;
}

a { color: inherit; text-decoration: none; }

h1, h2, h3 {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 400;
  line-height: 1.06;
  letter-spacing: -0.01em;
}

p { margin: 0; }
img { max-width: 100%; display: block; }

::selection { background: var(--accent-20); }

:where(a, button, summary, [tabindex]):focus-visible {
  outline: none;
  box-shadow: 0 0 0 2px var(--paper),
              0 0 0 4px hsla(var(--accent-h), var(--accent-s), var(--accent-l), 0.55);
  border-radius: var(--r-sm);
}

.lv11-wrap {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 var(--gutter);
}

/* La pilule collante recouvrirait les titres à l'arrivée d'une ancre : chaque
   cible de défilement réserve sa marge. */
main section[id],
#contenu { scroll-margin-top: 96px; }

.lv11-prose { max-width: var(--maxw-prose); }

.lv11-skip {
  position: absolute;
  inset-inline-start: -9999px;
  top: 0;
  z-index: 100;
  padding: 12px 20px;
  background: var(--surface);
  color: var(--ink);
  border: 1px solid var(--line-strong);
  border-radius: var(--r-sm);
}
.lv11-skip:focus { inset-inline-start: 16px; top: 16px; }

.lv11-sr {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* ===== Boutons ===============================================================
   La signature de l'application (`flowayz_override.css`), portée telle quelle
   depuis la v10 : dégradé vertical, arête, triple ombre, reflet au survol. */

.lv11-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 14px 28px;
  white-space: nowrap;
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.01em;
  border: 1px solid transparent;
  border-radius: var(--r-btn);
  cursor: pointer;
  overflow: hidden;
  transition: box-shadow 0.22s var(--ease-premium),
              transform 0.22s var(--ease-premium),
              background 0.2s ease,
              border-color 0.2s ease,
              color 0.2s ease;
}

.lv11-btn--primary {
  background: var(--accent-gradient);
  color: var(--accent-contrast);
  border-color: var(--accent-edge);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.28),
              0 8px 22px -8px var(--accent),
              0 2px 6px -2px rgba(15, 23, 42, 0.18);
}

.lv11-btn--primary:hover {
  background: var(--accent-gradient-hover);
  transform: translateY(-1px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.32),
              0 12px 30px -8px var(--accent),
              0 3px 10px -2px rgba(15, 23, 42, 0.22);
}

.lv11-btn--primary:active {
  transform: translateY(0);
  box-shadow: inset 0 2px 5px rgba(15, 23, 42, 0.20),
              0 4px 12px -6px var(--accent);
}

.lv11-btn > * { position: relative; z-index: 1; }

.lv11-btn--primary::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: linear-gradient(105deg,
              transparent 35%,
              rgba(255, 255, 255, 0.45) 50%,
              transparent 65%);
  transform: translateX(calc(var(--dir, 1) * -130%));
}

@media (prefers-reduced-motion: no-preference) {
  .lv11-btn--primary::before { transition: transform 0.75s var(--ease-premium); }
  .lv11-btn--primary:hover::before { transform: translateX(calc(var(--dir, 1) * 130%)); }
}

.lv11-btn--ghost {
  background: transparent;
  color: var(--ink);
  border-color: var(--line-strong);
}
.lv11-btn--ghost:hover {
  border-color: var(--accent);
  color: var(--accent);
  background: var(--accent-5);
}

/* Bouton secondaire BLEU (« Démarrer gratuit », « Ouvrir mon espace ») —
   demande Nelwep du 2026-08-27 : le couple orange/bleu du partenaire, jusque
   dans la paire de boutons. Plein et non fantôme : sur le hero voilé comme sur
   la photo de fin, un contour se noierait. */
.lv11-btn--bleu {
  background: var(--bleu);
  color: var(--bleu-contrast);
  border-color: var(--bleu-deep);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18),
              0 6px 18px -8px var(--bleu);
}
.lv11-btn--bleu:hover {
  background: hsl(var(--bleu-h), var(--bleu-s), calc(var(--bleu-l) - 7%));
  color: var(--bleu-contrast);
  transform: translateY(-1px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.22),
              0 10px 24px -8px var(--bleu);
}
.lv11-btn--bleu:active {
  transform: translateY(0);
  box-shadow: inset 0 2px 5px rgba(9, 15, 36, 0.28);
}

/* ===== Sections ============================================================== */

.lv11-section { border-top: 1px solid var(--line-faint); }
.lv11-pad     { padding: 80px 0; }
.lv11-sunk    { background: var(--paper-2); }
/* Lavis bleu — l'alternance de sections du site partenaire, en discret. */
.lv11-sunk--bleu { background: var(--bleu-5); }

.lv11-eyebrow {
  display: block;
  margin-bottom: 14px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink-3);
}

.lv11-h2 {
  font-size: clamp(30px, 5vw, 52px);
  line-height: 1.08;
  letter-spacing: -0.02em;
}

.lv11-rule {
  height: 1px;
  width: 0;
  margin-top: 22px;
  background: var(--accent);
  transition: width 0.9s var(--ease-premium);
}
.lv11-rule.is-visible { width: 72px; }

.lv11-lines {
  margin-top: 30px;
  display: grid;
  gap: 20px;
  max-width: var(--maxw-prose);
}

.lv11-lines p {
  font-size: clamp(17px, 2.1vw, 19px);
  color: var(--ink-2);
}
.lv11-lines p:last-child { color: var(--ink); }

/* ===== Révélation au défilement ==============================================
   État initial posé SOUS `prefers-reduced-motion: no-preference` : sans JS ou
   avec moins de mouvement demandé, le contenu est simplement là. */
@media (prefers-reduced-motion: no-preference) {
  /* Le PLIAGE : chaque bloc arrive comme une feuille qu'on déplie (bascule 3D
     depuis son bord haut) — et se REPLIE quand il quitte l'écran : l'observer
     du layout retire `is-visible` à la sortie, la même transition joue à
     l'envers, et la révélation se redéclenche à chaque passage. */
  .lv11-reveal {
    opacity: 0;
    transform: perspective(900px) rotateX(10deg) translateY(24px);
    transform-origin: 50% 0;
    transition: opacity 0.55s var(--ease-premium),
                transform 0.55s var(--ease-premium);
  }
  .lv11-reveal.is-visible {
    opacity: 1;
    transform: none;
  }

  /* Les photographies « se posent » : un très léger excès d'échelle qui se
     résout pendant la révélation, plus lentement que le fondu — l'image
     continue de s'installer après l'arrivée du bloc. Cadres en `overflow:
     hidden`, l'excès ne sort jamais. RÉSERVÉ aux cartes de la grille, au
     fondateur et aux avis : les images des duos et du hall sont pilotées par
     le script de parallax, qui écrit son propre `transform` inline — les deux
     mécanismes sur un même nœud se voleraient la propriété. */
  .lv11-tour__card img,
  .lv11-founder__photo img,
  .lv11-avis img {
    transform: scale(1.05);
    transition: transform 1.2s var(--ease-premium);
  }
  .lv11-tour__card.is-visible img,
  .lv11-founder__photo.is-visible img,
  .lv11-avis .is-visible img {
    transform: scale(1);
  }
}

/* ===== Barre de navigation — la PILULE ========================================
   Barre flottante arrondie (le header du site partenaire) : le conteneur
   `.lv11-nav` est transparent et ne sert qu'au positionnement ; la pilule est
   `.lv11-nav__in`. Statique sous 768px, collante au-delà — la contrainte du
   hero reste que ses boutons soient visibles sans défiler sur un iPhone SE. */

/* FIXE, par-dessus le ciel (demande Nelwep 27/08) : le conteneur est
   transparent, seule la pilule existe visuellement — le hero commence à y=0
   et coule dessous. Au défilement, la pilule flotte sur les sections, son
   verre dépoli fait le raccord. */
.lv11-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 30;
  padding: 12px 0;
  background: transparent;
}

.lv11-nav__in {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 56px;
  padding: 6px 10px 6px 18px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 999px;
  box-shadow: var(--elevation-2);
  transition: min-height 0.35s var(--ease-premium),
              padding 0.35s var(--ease-premium),
              box-shadow 0.35s var(--ease-premium);
}

.lv11-brand img {
  transition: height 0.35s var(--ease-premium);
}

/* La pilule RÉDUITE — posée par le script au premier défilement, retirée au
   retour en haut. Tout se joue en trois propriétés qui transitionnent : la
   pilule respire, elle ne saute pas. Les cibles tactiles restent ≥ 40px. */
.lv11-nav.is-compact .lv11-nav__in {
  min-height: 44px;
  padding: 3px 8px 3px 14px;
  box-shadow: var(--elevation-1);
}
.lv11-nav.is-compact .lv11-brand img { height: 26px; }
.lv11-nav.is-compact .lv11-nav__links a { min-height: 40px; font-size: 13.5px; }
.lv11-nav.is-compact .lv11-theme,
.lv11-nav.is-compact .lv11-lang__current { min-height: 40px; }

/* Les ancres — desktop seulement : sous 1024px la pilule porte déjà logo,
   langue, thème et connexion, cinq liens la feraient déborder. */
.lv11-nav__links {
  display: none;
  align-items: center;
  gap: 4px;
}

.lv11-nav__links a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 12px;
  border-radius: 999px;
  font-size: 14.5px;
  font-weight: 600;
  color: var(--ink-2);
  transition: color 0.18s var(--ease-snappy), background-color 0.18s var(--ease-snappy);
}
.lv11-nav__links a:hover { color: var(--ink); background: var(--line-faint); }

.lv11-brand { display: inline-flex; align-items: center; min-height: 44px; }
.lv11-brand img { height: 32px; width: auto; }

/* `flowayz_logo_tag` rend DEUX images alternées par des classes Tailwind.
   Tailwind n'est pas chargé ici : sans ces règles, les deux logos s'affichent
   côte à côte (défaut déjà livré une fois en v9). */
.lv11-brand img[class*="dark:block"] { display: none; }
html[data-theme="dark"] .lv11-brand img[class*="dark:block"],
html[data-mode="dark"] .lv11-brand img[class*="dark:block"],
html.dark .lv11-brand img[class*="dark:block"] { display: block; }
html[data-theme="dark"] .lv11-brand img[class*="dark:hidden"],
html[data-mode="dark"] .lv11-brand img[class*="dark:hidden"],
html.dark .lv11-brand img[class*="dark:hidden"] { display: none; }

.lv11-nav__cta {
  display: flex;
  align-items: center;
  gap: 12px;
}

.lv11-nav__login {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 6px;
  font-size: 15px;
  color: var(--ink-2);
}
.lv11-nav__login:hover { color: var(--ink); }

.lv11-theme {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  min-height: 44px;
  padding: 0;
  background: none;
  border: 0;
  border-radius: var(--r-sm);
  color: var(--ink-2);
  cursor: pointer;
  transition: color 0.18s var(--ease-snappy), background-color 0.18s var(--ease-snappy);
}
.lv11-theme:hover { color: var(--ink); background: var(--line-faint); }
.lv11-theme svg { width: 19px; height: 19px; }

.lv11-theme__moon { display: none; }
html[data-theme="dark"] .lv11-theme__sun,
html[data-mode="dark"] .lv11-theme__sun,
html.dark .lv11-theme__sun { display: none; }
html[data-theme="dark"] .lv11-theme__moon,
html[data-mode="dark"] .lv11-theme__moon,
html.dark .lv11-theme__moon { display: block; }

/* ===== Hero ==================================================================
   Centré, sur le ciel de nuages. Le titre fait deux lignes de MÊME taille —
   deux clés de copy, deux spans en bloc — et les deux CTA tiennent côte à côte
   dès que la largeur le permet, empilés sous 640px.

   ⚠️ Le `../` des chemins est indispensable : Propshaft résout par rapport au
   chemin LOGIQUE de la feuille (`pages/landing_v11.css`) — sans lui, 404
   silencieux.

   LE VOILE EST D'ENCRE, dans les deux thèmes : le ciel est crépusculaire, le
   texte du hero est clair sur lui, et c'est le voile qui garantit ce contraste
   — pas l'image, qui peut manquer. Le fond de repli sous l'image est sombre
   pour la même raison. */
.lv11-hero {
  position: relative;
  isolation: isolate;
  /* Le haut absorbe la pilule FIXE (~80px) : le ciel commence à y=0 et passe
     derrière elle, le contenu du hero reste dégagé dessous. */
  padding: 150px 0 84px;
  background-color: var(--paper-2);   /* repli sans image, accordé au voile */
  overflow: hidden;              /* la couche parallax déborde, jamais la page */
}

html[data-theme="dark"] .lv11-hero,
html[data-mode="dark"] .lv11-hero,
html.dark .lv11-hero { background-color: #14161f; }

/* La couche d'image, séparée de la section : c'est ELLE que le script de
   parallax translate au défilement. Le débord vertical (-22 %) est la course
   de la translation — sans lui, le bord du ciel apparaîtrait. Sans JS, la
   couche est simplement plus grande et `cover` la remplit : rien ne change. */
.lv11-hero__bg {
  position: absolute;
  inset: -22% 0;
  z-index: -2;
  background-image: -webkit-image-set(
      url("/assets/landing/v11/hero-nuages-768-9fc31f19.avif") type("image/avif"),
      url("/assets/landing/v11/hero-nuages-768-b7eea409.webp") type("image/webp"));
  background-image: image-set(
      url("/assets/landing/v11/hero-nuages-768-9fc31f19.avif") type("image/avif"),
      url("/assets/landing/v11/hero-nuages-768-b7eea409.webp") type("image/webp"));
  background-size: cover;
  background-position: center 30%;
  background-repeat: no-repeat;
  will-change: transform;
}

/* VOILE BLANC en clair, VOILE D'ENCRE en sombre (demande Nelwep 27/08) : en
   mode clair, le ciel passe sous un lait de papier et le titre est à l'encre
   SOMBRE ; en mode sombre, l'inverse. Dans les deux cas, c'est l'opacité du
   voile qui garantit le contraste, jamais l'image. */
.lv11-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg,
              rgba(246, 244, 240, 0.80) 0%,
              rgba(246, 244, 240, 0.62) 45%,
              rgba(246, 244, 240, 0.86) 100%);
}

html[data-theme="dark"] .lv11-hero::before,
html[data-mode="dark"] .lv11-hero::before,
html.dark .lv11-hero::before {
  background: linear-gradient(180deg,
              rgba(10, 14, 26, 0.66) 0%,
              rgba(10, 14, 26, 0.52) 45%,
              rgba(10, 14, 26, 0.76) 100%);
}

/* Le fondu vers la section suivante : le ciel se dissout dans le fond de
   « douleur » (--paper-2). Les variables retournent avec le thème — le mode
   sombre fond vers son propre papier sombre, sans règle de plus. */
.lv11-hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 160px;
  z-index: -1;
  pointer-events: none;
  background: linear-gradient(180deg, transparent, var(--paper-2));
}

.lv11-hero__in {
  display: grid;
  justify-items: center;
  text-align: center;
}
.lv11-hero__in > * { min-width: 0; }

.lv11-hero h1 {
  font-size: clamp(40px, 7vw, 72px);
  line-height: 1.04;
  letter-spacing: -0.025em;
  color: var(--ink);
  max-width: 13.5em;
}

html[data-theme="dark"] .lv11-hero h1,
html[data-mode="dark"] .lv11-hero h1,
html.dark .lv11-hero h1 { color: #F7F6F3; }

/* Deux lignes de même taille : `display: block` sur des spans, jamais de <br>
   dans la copy. */
.lv11-hero__line { display: block; }

.lv11-hero__sub {
  margin-top: 24px;
  max-width: 32em;
  font-size: clamp(18px, 2.6vw, 22px);
  line-height: 1.5;
  color: var(--ink-2);
}

html[data-theme="dark"] .lv11-hero__sub,
html[data-mode="dark"] .lv11-hero__sub,
html.dark .lv11-hero__sub { color: rgba(247, 246, 243, 0.88); }

.lv11-hero__actions {
  margin-top: 34px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.lv11-hero__note {
  margin-top: 14px;
  font-size: 14px;
  color: var(--ink-3);
}

html[data-theme="dark"] .lv11-hero__note,
html[data-mode="dark"] .lv11-hero__note,
html.dark .lv11-hero__note { color: rgba(247, 246, 243, 0.72); }

/* ----- Entrée du hero — pur CSS, au chargement ------------------------------
   Le titre se lève ligne après ligne, puis le sous-titre, les boutons, la
   note. Une cascade courte (moins d'une seconde au total) : le luxe est dans
   la retenue. TOUT est sous `prefers-reduced-motion: no-preference` — sans
   préférence pour le mouvement, le hero est simplement là. */
@media (prefers-reduced-motion: no-preference) {
  .lv11-hero__line,
  .lv11-hero__sub,
  .lv11-hero__actions,
  .lv11-hero__note {
    opacity: 0;
    transform: translateY(18px);
    animation: lv11-rise 0.9s var(--ease-premium) forwards;
  }
  .lv11-hero__line:nth-child(2) { animation-delay: 0.12s; }
  .lv11-hero__sub     { animation-delay: 0.26s; }
  .lv11-hero__actions { animation-delay: 0.4s; }
  .lv11-hero__note    { animation-delay: 0.52s; }

  @keyframes lv11-rise {
    to { opacity: 1; transform: none; }
  }
}

/* ===== Bandeaux douleur / soulagement ======================================== */

.lv11-band__in { padding: 84px 0; }

.lv11-band--douleur { background: var(--paper-2); }
.lv11-band--calme   { background: var(--bleu-5); }

.lv11-band--douleur .lv11-lines p { color: var(--ink-2); }
.lv11-band--douleur .lv11-lines p:last-child { color: var(--ink); }

/* Le miroir : mêmes lignes, l'ordre du soulagement. La dernière ligne — la
   seule promesse non fonctionnelle de la page — se détache en serif. */
.lv11-band--calme .lv11-lines p:last-child {
  font-family: var(--font-display);
  font-size: clamp(22px, 3vw, 30px);
  line-height: 1.2;
  color: var(--ink);
}

/* La photo du hall, sous les lignes : l'arrivée à l'hôtel. */
.lv11-band__media { margin-top: 44px; }

/* ===== Une photographie encadrée =============================================
   Le traitement commun de toutes les images de premier plan : cadre net, ombre
   qui décolle du papier, coins de tuile. `aspect-ratio` réserve la place avant
   l'arrivée du fichier. Les sources Midjourney font toutes 1456×816 (16:9). */
.lv11-shot {
  display: block;
  border-radius: var(--r-tile);
  overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: var(--elevation-3);
  background: var(--surface-2);
}

.lv11-shot img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.lv11-shot__caption {
  margin-top: 14px;
  font-size: 14.5px;
  line-height: 1.55;
  color: var(--ink-3);
}

/* ===== Douleur : texte + photographie de nuit ================================ */

.lv11-douleur { display: grid; gap: 32px; }
.lv11-douleur > * { min-width: 0; }

/* ===== La paire avant/après ==================================================
   Deux images côte à côte, étiquettes sobres au-dessus — pas de curseur, pas
   de mécanique exotique. Empilées sous 640px : la lecture reste
   douleur-puis-soulagement, l'ordre juste. */

.lv11-pair {
  margin-top: 40px;
  display: grid;
  gap: 20px;
}

.lv11-pair__item { margin: 0; }

.lv11-pair__label {
  display: block;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-3);
}
.lv11-pair__label--apres { color: var(--accent); }

/* ===== Le fil du projet / Pour qui =========================================== */

.lv11-fil__body {
  margin-top: 26px;
  max-width: var(--maxw-prose);
  font-size: clamp(17px, 2.1vw, 19px);
  color: var(--ink-2);
  line-height: 1.6;
}

.lv11-fil__media {
  margin-top: 36px;
  display: grid;
  gap: 20px;
}
.lv11-fil__media figure { margin: 0; }

.lv11-galerie {
  margin-top: 36px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.lv11-galerie__item { margin: 0; }

.lv11-galerie__photo img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: var(--r-tile);
  border: 1px solid var(--line);
  box-shadow: var(--elevation-1);
}

.lv11-galerie__label {
  margin-top: 10px;
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink-3);
  text-align: center;
}

.lv11-galerie__outro {
  margin-top: 30px;
  color: var(--ink-2);
}

/* ===== La bande pleine largeur ===============================================
   Une photographie bord à bord, fondue dans le papier en haut et en bas — le
   geste magazine des images « full width » (demande Nelwep 27/08). Les fondus
   utilisent les variables : le mode sombre fond vers son propre papier. */

.lv11-bleed {
  position: relative;
  width: 100vw;
  margin: 44px calc(50% - 50vw) 0;
  height: clamp(260px, 42vw, 460px);
  overflow: hidden;
}

.lv11-bleed img,
.lv11-bleed picture {
  display: block;
  width: 100%;
  height: 100%;
}
.lv11-bleed img { object-fit: cover; will-change: transform; }

/* Le voile de la bande — BLANC en clair, ENCRE en sombre (demande Nelwep
   27/08) : la photographie reste une matière, pas une image qui dispute
   l'attention. Sous les fondus (::after), au-dessus de l'image. */
.lv11-bleed::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: rgba(246, 244, 240, 0.34);
}

html[data-theme="dark"] .lv11-bleed::before,
html[data-mode="dark"] .lv11-bleed::before,
html.dark .lv11-bleed::before {
  background: rgba(10, 12, 18, 0.46);
}

.lv11-bleed::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(180deg,
              var(--paper) 0%,
              transparent 26%,
              transparent 74%,
              var(--paper) 100%);
}

/* ----- La bande-TITRE : le texte vit SUR l'image ----------------------------
   Variante de la bande où l'en-tête de section (eyebrow, H2, filet, lead) se
   pose par-dessus l'escalier, qui glisse en parallax dessous. Le voile est
   RENFORCÉ — c'est lui qui porte le contraste du texte, dans les deux thèmes.
   Le texte est au-dessus des fondus (z2 > z1). */
.lv11-bleed--titre {
  height: clamp(400px, 50vw, 560px);
  margin-bottom: 0;
}

.lv11-bleed--titre::before {
  background: rgba(246, 244, 240, 0.58);
}

html[data-theme="dark"] .lv11-bleed--titre::before,
html[data-mode="dark"] .lv11-bleed--titre::before,
html.dark .lv11-bleed--titre::before {
  background: rgba(10, 12, 18, 0.62);
}

.lv11-bleed__texte {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
}
.lv11-bleed__texte .lv11-wrap { width: 100%; }

/* Les duos qui suivent une bande-titre : la bande fournit déjà la
   respiration, on ne l'empile pas. */
.lv11-duos--flush { margin-top: 0; }

/* ===== Blocs alternés (« temps » et « vie ») =================================
   Un duo = une photographie et un texte. Empilés sous 1024px (photo d'abord),
   côte à côte au-delà, le côté de la photo alternant d'un duo à l'autre. */

.lv11-duos {
  margin-top: 48px;
  display: grid;
  gap: 56px;
}

.lv11-duo { display: grid; gap: 26px; }
.lv11-duo > * { min-width: 0; }

.lv11-duo__kicker {
  display: block;
  margin-bottom: 8px;
  font-family: var(--font-display);
  font-size: 15px;
  font-style: italic;
  color: var(--accent);
}

.lv11-duo__title {
  font-family: var(--font-display);
  font-size: clamp(24px, 3.4vw, 34px);
  line-height: 1.12;
  color: var(--ink);
}

.lv11-duo__body {
  margin-top: 14px;
  max-width: 34em;
  color: var(--ink-2);
  line-height: 1.6;
}

/* ===== La grille « visite » ==================================================
   Six cartes : une pièce, une fonction, une ligne. La photo coiffe la carte,
   les coins sont ceux de la tuile. */

.lv11-tour {
  margin-top: 44px;
  display: grid;
  gap: 20px;
}

.lv11-tour__card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--r-tile);
  overflow: hidden;
  transition: box-shadow 0.26s var(--ease-premium),
              border-color 0.26s var(--ease-premium),
              transform 0.26s var(--ease-premium);
}

.lv11-tour__card img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-bottom: 1px solid var(--line-faint);
}

.lv11-tour__text { padding: 20px 22px 24px; }

.lv11-tour__room {
  display: block;
  margin-bottom: 8px;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-3);
}

.lv11-tour__title {
  font-family: var(--font-display);
  font-size: clamp(20px, 2.6vw, 24px);
  line-height: 1.15;
  color: var(--ink);
}

.lv11-tour__body {
  margin-top: 8px;
  font-size: 15.5px;
  color: var(--ink-2);
  line-height: 1.55;
}

/* La carte LARGE de la grille — la cuisine ouvre la visite en pleine rangée :
   c'est ce qui évite la rangée orpheline d'une grille de sept. */
@media (min-width: 640px) {
  .lv11-tour__card--large {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }
  .lv11-tour__card--large img {
    height: 100%;
    aspect-ratio: auto;
    border-bottom: 0;
    border-inline-end: 1px solid var(--line-faint);
  }
  .lv11-tour__card--large .lv11-tour__text { padding: 26px 30px; }
}

/* ===== Le rendez-vous intégré ================================================
   Calendrier + créneaux + mini-formulaire — la mise en route sans quitter la
   page. Charte : cadres du papier, jours choisis en BLEU, bouton final orange. */

.lv11-rdv {
  margin-top: 36px;
  display: grid;
  gap: 24px;
}
.lv11-rdv > * { min-width: 0; }

.lv11-rdv__cal,
.lv11-rdv__side {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--r-tile);
  padding: 22px;
}

.lv11-rdv__step {
  font-weight: 600;
  color: var(--ink);
  margin-bottom: 14px;
}

.lv11-rdv__monthbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

.lv11-rdv__month { font-weight: 600; color: var(--ink); }

.lv11-rdv__nav {
  min-width: 44px;
  min-height: 44px;
  border: 1px solid var(--line);
  border-radius: var(--r-sm);
  background: transparent;
  color: var(--ink-2);
  font-size: 20px;
  cursor: pointer;
  transition: color 0.18s var(--ease-snappy), border-color 0.18s var(--ease-snappy);
}
.lv11-rdv__nav:hover { color: var(--bleu); border-color: var(--bleu); }

.lv11-rdv__grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 4px;
}

.lv11-rdv__dow {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--ink-3);
  text-align: center;
  padding: 6px 0;
}

.lv11-rdv__day {
  min-height: 40px;
  border: 1px solid transparent;
  border-radius: var(--r-sm);
  background: transparent;
  color: var(--ink);
  font-size: 14.5px;
  font-variant-numeric: tabular-nums;
  cursor: pointer;
  transition: background-color 0.15s var(--ease-snappy),
              border-color 0.15s var(--ease-snappy),
              color 0.15s var(--ease-snappy);
}
.lv11-rdv__day:disabled { color: var(--ink-3); opacity: 0.35; cursor: default; }
.lv11-rdv__day:not(:disabled):hover { border-color: var(--bleu); color: var(--bleu); }
.lv11-rdv__day.is-choisi {
  background: var(--bleu);
  color: var(--bleu-contrast);
  border-color: var(--bleu-deep);
}

.lv11-rdv__tz {
  margin-top: 14px;
  font-size: 12.5px;
  color: var(--ink-3);
}

.lv11-rdv__slots {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.lv11-rdv__slot {
  min-height: 44px;
  padding: 0 16px;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  background: transparent;
  color: var(--ink);
  font-size: 14.5px;
  font-variant-numeric: tabular-nums;
  cursor: pointer;
  transition: background-color 0.15s var(--ease-snappy),
              border-color 0.15s var(--ease-snappy),
              color 0.15s var(--ease-snappy);
}
.lv11-rdv__slot:hover { border-color: var(--bleu); color: var(--bleu); }
.lv11-rdv__slot.is-choisi {
  background: var(--bleu);
  color: var(--bleu-contrast);
  border-color: var(--bleu-deep);
}

.lv11-rdv__hint { color: var(--ink-3); font-size: 14.5px; }

.lv11-rdv__form {
  margin-top: 20px;
  display: grid;
  gap: 14px;
}

.lv11-rdv__form label { display: grid; gap: 6px; }

.lv11-rdv__form label span {
  font-size: 13.5px;
  font-weight: 600;
  color: var(--ink-2);
}

/* ≥ 16px : sous cette taille, iOS zoome le champ au focus. */
.lv11-rdv__form input {
  min-height: 46px;
  padding: 0 14px;
  font-size: 16px;
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--paper);
  border: 1px solid var(--line-strong);
  border-radius: var(--r-sm);
}
.lv11-rdv__form input:focus {
  outline: none;
  border-color: var(--bleu);
  box-shadow: 0 0 0 3px var(--bleu-10);
}

.lv11-rdv__error {
  color: #e53e3e;
  font-size: 14px;
}

/* ===== L'offre ===============================================================
   La pièce maîtresse BLEUE de la page — la carte « Tout est en place » du site
   du partenaire : dégradé bleu, encre claire, et le CTA orange qui claque
   par-dessus. C'est le seul grand aplat bleu ; sa rareté le fait exister. */

.lv11-offer {
  margin-top: 40px;
  padding: 44px 28px;
  background: var(--bleu-grad);
  border: 1px solid var(--bleu-deep);
  border-radius: var(--r-tile);
  box-shadow: var(--elevation-2);
  text-align: center;
}

.lv11-offer__lead {
  margin: 0 auto;
  max-width: 24em;
  font-family: var(--font-display);
  font-size: clamp(22px, 3.2vw, 30px);
  line-height: 1.2;
  color: var(--bleu-contrast);
}

.lv11-offer__items {
  margin: 30px auto 0;
  padding: 0;
  max-width: 640px;
  list-style: none;
  display: grid;
  gap: 12px 28px;
  text-align: start;
}

.lv11-offer__items li {
  position: relative;
  padding-inline-start: 26px;
  color: var(--bleu-contrast-2);
  line-height: 1.5;
}

/* La coche, dessinée : deux traits, aucun glyphe, aucun fichier. Claire sur
   le bleu — l'orange s'y noierait. */
.lv11-offer__items li::before,
.lv11-offer__items li::after {
  content: "";
  position: absolute;
  background: var(--bleu-contrast);
  border-radius: 1px;
}
.lv11-offer__items li::before {
  inset-inline-start: 2px;
  top: 13px;
  width: 6px;
  height: 2px;
  transform: rotate(45deg);
}
.lv11-offer__items li::after {
  inset-inline-start: 5px;
  top: 11px;
  width: 11px;
  height: 2px;
  transform: rotate(-50deg);
}

.lv11-offer__price {
  margin-top: 34px;
  font-family: var(--font-display);
  font-size: clamp(40px, 6vw, 56px);
  line-height: 1;
  color: var(--bleu-contrast);
}

.lv11-offer__price-note {
  margin-top: 8px;
  color: var(--bleu-contrast-2);
}

.lv11-offer__starter {
  margin-top: 18px;
  font-size: 15.5px;
  color: var(--bleu-contrast-2);
}

.lv11-offer__clarif {
  margin: 14px auto 0;
  max-width: 38em;
  font-size: 14px;
  color: rgba(245, 248, 255, 0.62);
}

.lv11-offer__actions { margin-top: 30px; }

/* ===== Les trois étapes ====================================================== */

.lv11-steps {
  position: relative;
  margin: 40px 0 0;
  padding: 0 0 0 42px;
  list-style: none;
  display: grid;
  gap: 30px;
  max-width: var(--maxw-prose);
}

.lv11-steps::before {
  content: "";
  position: absolute;
  inset-inline-start: 12px;
  top: 8px;
  bottom: 8px;
  width: 1px;
  background: var(--line);
}

.lv11-step { position: relative; }

.lv11-step__n {
  position: absolute;
  inset-inline-start: -42px;
  top: 1px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  border-radius: 999px;
  background: var(--paper);
  border: 1px solid var(--line-strong);
  font-size: 12px;
  font-weight: 700;
  color: var(--ink-3);
}

.lv11-step__label {
  display: block;
  margin-bottom: 6px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-3);
}

.lv11-step__title {
  font-family: var(--font-display);
  font-size: clamp(20px, 2.8vw, 25px);
  line-height: 1.15;
  color: var(--ink);
}

.lv11-step__body {
  margin-top: 8px;
  color: var(--ink-2);
  line-height: 1.55;
}

/* ===== Le fondateur ==========================================================
   La photo est une VRAIE photo — la seule personne de la page avec les avis.
   Tant qu'elle n'est pas déposée, la colonne n'existe pas et le texte prend
   toute la largeur : la section est écrite pour tenir sans elle. */

.lv11-founder {
  margin-top: 40px;
  display: grid;
  gap: 32px;
  align-items: start;
}
.lv11-founder > * { min-width: 0; }

.lv11-founder__photo img {
  display: block;
  width: 100%;
  max-width: 320px;
  height: auto;
  border-radius: var(--r-tile);
  border: 1px solid var(--line);
  box-shadow: var(--elevation-2);
}

.lv11-founder__lines {
  display: grid;
  gap: 16px;
  max-width: var(--maxw-prose);
}
.lv11-founder__lines p { color: var(--ink-2); line-height: 1.6; }

.lv11-founder__closing {
  margin-top: 22px;
  font-family: var(--font-display);
  font-size: clamp(20px, 2.6vw, 24px);
  color: var(--ink);
}

.lv11-founder__meta {
  margin-top: 20px;
  font-size: 15px;
  color: var(--ink-3);
}
.lv11-founder__meta strong { color: var(--ink); font-weight: 600; }

/* ===== Les avis ==============================================================
   Des captures publiées telles quelles. La section entière disparaît du gabarit
   quand il n'y a encore aucune capture — un bloc de retours vide serait une
   fausse preuve. */

.lv11-avis {
  margin-top: 40px;
  display: grid;
  gap: 20px;
}

.lv11-avis img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: var(--r-tile);
  border: 1px solid var(--line);
  box-shadow: var(--elevation-1);
  background: var(--surface);
}

.lv11-avis__note {
  margin-top: 18px;
  font-size: 14px;
  color: var(--ink-3);
}

/* ===== Les questions =========================================================
   `<details>` natifs : zéro JavaScript, accessible par construction. */

.lv11-faq {
  margin-top: 38px;
  max-width: var(--maxw-prose);
  border-top: 1px solid var(--line-faint);
}

.lv11-faq__item { border-bottom: 1px solid var(--line-faint); }

.lv11-faq__q {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 44px;
  padding: 20px 0;
  cursor: pointer;
  list-style: none;
  font-size: clamp(17px, 2.2vw, 19px);
  font-weight: 600;
  color: var(--ink);
  line-height: 1.45;
  transition: color 0.18s var(--ease-snappy);
}

.lv11-faq__q::-webkit-details-marker { display: none; }
.lv11-faq__q:hover { color: var(--accent); }

.lv11-faq__sign {
  position: relative;
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
}
.lv11-faq__sign::before,
.lv11-faq__sign::after {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  top: 50%;
  width: 100%;
  height: 1.5px;
  background: var(--ink-3);
  transition: transform 0.28s var(--ease-premium);
}
.lv11-faq__sign::after { transform: rotate(90deg); }
.lv11-faq__item[open] .lv11-faq__sign::after { transform: rotate(0deg); }
.lv11-faq__item[open] .lv11-faq__q { color: var(--accent); }

.lv11-faq__a {
  padding: 0 0 22px;
  max-width: 46em;
  color: var(--ink-2);
  line-height: 1.6;
}

/* ===== Liens de texte ======================================================== */

.lv11-link {
  color: var(--accent);
  text-decoration: underline;
  text-underline-offset: 3px;
  font-weight: 600;
}
.lv11-link:hover { color: var(--accent-hover); }

/* ===== La fin ================================================================
   Le ciel du hero, revu plus bas — le même lieu, cadré autrement, comme la v10
   faisait l'aller-retour de sa rivière. L'image est réutilisée : le navigateur
   l'a déjà, la section ne coûte aucun octet d'image de plus. */

.lv11-end {
  position: relative;
  isolation: isolate;
  background: var(--paper-2);
  overflow: hidden;
}

html[data-theme="dark"] .lv11-end,
html[data-mode="dark"] .lv11-end,
html.dark .lv11-end { background: #14161f; }

.lv11-end__media { position: absolute; inset: 0; z-index: -2; }

.lv11-end__media img,
.lv11-end__media picture {
  display: block;
  width: 100%;
  height: 100%;
}

.lv11-end__media img {
  object-fit: cover;
  object-position: 50% 72%;
}

/* Voile BLANC en clair, encre en sombre — même règle que le hero. */
.lv11-end::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg,
              rgba(246, 244, 240, 0.86) 0%,
              rgba(246, 244, 240, 0.68) 52%,
              rgba(246, 244, 240, 0.88) 100%);
}

html[data-theme="dark"] .lv11-end::before,
html[data-mode="dark"] .lv11-end::before,
html.dark .lv11-end::before {
  background: linear-gradient(180deg,
              rgba(11, 12, 15, 0.84) 0%,
              rgba(11, 12, 15, 0.66) 52%,
              rgba(11, 12, 15, 0.88) 100%);
}

/* Les coutures de la section finale : en haut, le ciel émerge du lavis bleu de
   la section rendez-vous (couleur composée exacte via color-mix) ; en bas, il
   se repose sur le papier du pied de page. Variables → le sombre suit seul. */
.lv11-end::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background: linear-gradient(180deg,
              color-mix(in srgb, var(--bleu) 5%, var(--paper)) 0%,
              transparent 16%,
              transparent 84%,
              var(--paper) 100%);
}

.lv11-end__inner { padding: 104px 0; }

.lv11-end h2 {
  max-width: 14em;
  font-size: clamp(30px, 5.4vw, 54px);
  color: var(--ink);
}

.lv11-end .lv11-lines p { color: var(--ink-2); }
.lv11-end .lv11-lines p:last-child { color: var(--ink); }
.lv11-end .lv11-eyebrow { color: var(--ink-3); }

html[data-theme="dark"] .lv11-end h2,
html[data-mode="dark"] .lv11-end h2,
html.dark .lv11-end h2 { color: #F4F5F7; }
html[data-theme="dark"] .lv11-end .lv11-lines p,
html[data-mode="dark"] .lv11-end .lv11-lines p,
html.dark .lv11-end .lv11-lines p { color: rgba(244, 245, 247, 0.74); }
html[data-theme="dark"] .lv11-end .lv11-lines p:last-child,
html[data-mode="dark"] .lv11-end .lv11-lines p:last-child,
html.dark .lv11-end .lv11-lines p:last-child { color: #F4F5F7; }
html[data-theme="dark"] .lv11-end .lv11-eyebrow,
html[data-mode="dark"] .lv11-end .lv11-eyebrow,
html.dark .lv11-end .lv11-eyebrow { color: rgba(244, 245, 247, 0.55); }

.lv11-end__actions {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.lv11-end__note {
  margin-top: 14px;
  font-size: 14px;
  color: rgba(244, 245, 247, 0.6);
}

/* ===== Pied de page ========================================================== */

.lv11-footer {
  border-top: 1px solid var(--line);
  padding: 44px 0 52px;
}

.lv11-footer__links {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 24px;
}

.lv11-footer__links a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  font-size: 14.5px;
  color: var(--ink-2);
}
.lv11-footer__links a:hover { color: var(--ink); }

.lv11-footer__signature {
  margin-top: 14px;
  font-size: 14px;
  color: var(--ink-3);
}

/* =============================================================================
   Responsive — mobile-first. Seuls 640/768/1024 sont employés ici (767.98 pour
   la borne haute mobile), tous autorisés par `responsive:audit`.
   ============================================================================= */

@media (min-width: 640px) {
  .lv11-tour { grid-template-columns: repeat(2, 1fr); }
  .lv11-offer__items { grid-template-columns: repeat(2, 1fr); }
  .lv11-avis { grid-template-columns: repeat(2, 1fr); }
  .lv11-pair { grid-template-columns: 1fr 1fr; }
  .lv11-fil__media { grid-template-columns: 1fr 1fr; align-items: start; }
}

@media (min-width: 768px) {
  .lv11-nav__in { min-height: 62px; }
  .lv11-brand img { height: 38px; }

  /* Verre dépoli sur la PILULE — seulement là où le navigateur sait le faire :
     sans backdrop-filter, elle reste opaque et parfaitement lisible. */
  @supports ((-webkit-backdrop-filter: blur(1px)) or (backdrop-filter: blur(1px))) {
    .lv11-nav__in {
      background: color-mix(in srgb, var(--surface) 82%, transparent);
      -webkit-backdrop-filter: blur(14px) saturate(1.4);
      backdrop-filter: blur(14px) saturate(1.4);
    }
  }

  .lv11-hero { padding: 190px 0 120px; }
  .lv11-pad  { padding: 112px 0; }
  .lv11-band__in { padding: 120px 0; }
  .lv11-end__inner { padding: 148px 0; }

  .lv11-offer { padding: 56px 48px; }

  /* La largeur de la source suit celle de l'écran. */
  .lv11-hero__bg {
    background-image: -webkit-image-set(
        url("/assets/landing/v11/hero-nuages-1280-c69f6eff.avif") type("image/avif"),
        url("/assets/landing/v11/hero-nuages-1280-7d396dd2.webp") type("image/webp"));
    background-image: image-set(
        url("/assets/landing/v11/hero-nuages-1280-c69f6eff.avif") type("image/avif"),
        url("/assets/landing/v11/hero-nuages-1280-7d396dd2.webp") type("image/webp"));
  }

  .lv11-founder { grid-template-columns: 320px 1fr; gap: 44px; }
}

@media (min-width: 1024px) {
  .lv11-nav__links { display: flex; }

  .lv11-hero__bg {
    background-image: -webkit-image-set(
        url("/assets/landing/v11/hero-nuages-1456-629bf15a.avif") type("image/avif"),
        url("/assets/landing/v11/hero-nuages-1456-bacee303.webp") type("image/webp"));
    background-image: image-set(
        url("/assets/landing/v11/hero-nuages-1456-629bf15a.avif") type("image/avif"),
        url("/assets/landing/v11/hero-nuages-1456-bacee303.webp") type("image/webp"));
  }

  /* Fenêtres de profondeur : au défilement, les photographies des duos et du
     hall glissent doucement dans leur cadre (script du layout, desktop et
     pointeur fin uniquement). `will-change` prépare la couche. */
  .lv11-duo__media img,
  .lv11-band__media img,
  .lv11-end__media img { will-change: transform; }

  /* Les duos passent côte à côte, la photo alternant de bord. `--flip` inverse
     l'ordre des colonnes par `order`, jamais par le DOM : l'ordre de lecture
     (titre puis image) reste le même pour un lecteur d'écran. */
  .lv11-duo {
    grid-template-columns: 1fr 1fr;
    gap: 56px;
    align-items: center;
  }
  .lv11-duo--flip .lv11-duo__media { order: 2; }

  .lv11-tour { grid-template-columns: repeat(3, 1fr); }

  .lv11-douleur { grid-template-columns: 1.1fr 1fr; align-items: center; gap: 48px; }
  .lv11-galerie { grid-template-columns: repeat(4, 1fr); gap: 20px; }
  .lv11-rdv { grid-template-columns: 1.1fr 1fr; align-items: start; }
}

/* Sous 768px : gouttières resserrées, barre complète en nowrap. */
@media (max-width: 767.98px) {
  .lv11-wrap { padding: 0 20px; }
  .lv11-nav__cta { gap: 6px; }
  .lv11-nav__cta .lv11-btn {
    padding: 11px 15px;
    font-size: 14px;
    min-height: 44px;
  }
  .lv11-offer { padding: 32px 22px; }

  /* Les deux CTA du hero s'empilent pleine largeur : côte à côte, l'allemand
     (« Termin vereinbaren » + « Kostenlos starten ») déborde à 375px. */
  .lv11-hero__actions { flex-direction: column; align-items: stretch; }
  .lv11-hero__actions .lv11-btn { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

/* =============================================================================
   Sélecteur de langue — repris de la v10 (mis au point en v9), classes lv11.
   Uniquement `transform` et `opacity` en animation ; aucun `scale` au survol
   des lignes, le `scale(0.96)` de pression sur le globe est admis.
   ============================================================================= */

.lv11-lang {
  position: relative;
  display: inline-block;
  --lv11-stagger: 45ms;
}

.lv11-lang__current {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  min-width: 44px;
  min-height: 44px;
  padding: 0 6px;
  border-radius: var(--r-sm);
  cursor: pointer;
  list-style: none;
  color: var(--ink-2);
  transition: color 0.18s var(--ease-snappy),
              background-color 0.18s var(--ease-snappy),
              transform 0.12s var(--ease-snappy);
}

.lv11-lang__current::-webkit-details-marker { display: none; }
.lv11-lang__current:hover { color: var(--ink); background: var(--line-faint); }
.lv11-lang__current:active { transform: scale(0.96); }

.lv11-lang__globe {
  width: 19px;
  height: 19px;
  transition: transform 0.42s var(--ease-spring);
}
.lv11-lang[open] .lv11-lang__globe { transform: rotate(90deg); }

.lv11-lang__chip {
  display: block;
  width: 20px;
  height: 14px;
  overflow: hidden;
  border: 1px solid var(--line-strong);
  border-radius: 3px;
}

.lv11-lang__chip svg,
.lv11-lang__flag svg {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lv11-lang__menu {
  position: absolute;
  top: calc(100% + 6px);
  inset-inline-end: 0;
  z-index: 30;
  min-width: 148px;
  max-width: calc(100vw - 16px);
  margin: 0;
  padding: 5px;
  list-style: none;
  background: var(--surface);
  border: 1px solid var(--line-strong);
  border-radius: var(--r-btn);
  box-shadow: var(--elevation-3);
  transform-origin: top right;
  animation: lv11-lang-in 0.28s var(--ease-spring) both;
}

@keyframes lv11-lang-in {
  from { opacity: 0; transform: translateY(-6px) scale(0.95); }
  to   { opacity: 1; transform: translateY(0) scale(1); }
}

.lv11-lang__menu li {
  animation: lv11-lang-item-in 0.3s var(--ease-snappy) both;
  animation-delay: calc(60ms + var(--i) * var(--lv11-stagger));
}

@keyframes lv11-lang-item-in {
  from { opacity: 0; transform: translateX(calc(var(--dir, 1) * 6px)); }
  to   { opacity: 1; transform: translateX(0); }
}

.lv11-lang__opt {
  position: relative;
  isolation: isolate;
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  padding: 0 10px;
  border-radius: var(--r-sm);
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 500;
  color: var(--ink-2);
  transition: color 0.18s var(--ease-snappy), transform 0.18s var(--ease-snappy);
}

.lv11-lang__opt::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: inherit;
  background: var(--accent-10);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.24s var(--ease-snappy);
}

.lv11-lang__opt:hover {
  color: var(--ink);
  transform: translateX(calc(var(--dir, 1) * 2px));
}
.lv11-lang__opt:hover::before { transform: scaleX(1); }

.lv11-lang__flag {
  display: block;
  flex: 0 0 auto;
  width: 20px;
  height: 14px;
  overflow: hidden;
  border: 1px solid var(--line-strong);
  border-radius: 3px;
}

.lv11-lang__name { flex: 1 1 auto; }

.lv11-lang__opt.is-active { color: var(--ink); font-weight: 600; }
.lv11-lang__tick { flex: 0 0 auto; width: 15px; height: 15px; color: var(--accent); }
