/* ─────────────────────────────────────────────────────────────
   easy-www.fr — v2
   Direction : « la vitrine allumée ». On vend des sites vitrine,
   donc la page montre des sites, en grand, en pleine lumière.
   Jaune d'enseigne + prune d'auvent. Aucune fonte monospace :
   ça criait « développeur » à des commerçants.
   ───────────────────────────────────────────────────────────── */

:root {
  /* Les deux jaunes du héros — le fond et ses rayures — portent tout le site.
     Le prune ne sert plus que de contraste, deux fois. */
  --soleil:   #ffc02e;   /* jaune d'auvent, le fort */
  --soleil-2: #ffd76b;   /* le second jaune, celui des rayures */
  --miel:     #ffeab0;   /* palier intermédiaire, pour les grandes plages */
  --creme:    #fff8e7;   /* fond de page : jaune très pâle, pas un beige neutre */
  --creme-2:  #ffe6ab;   /* bordures et surfaces creuses */
  --prune:    #5e1f3d;
  --prune-2:  #7a2a50;
  --encre:    #23150f;
  --encre-2:  #6b584e;
  --menthe:   #0e7c5a;
  --blanc:    #ffffff;

  /* accents « client » : chaque écran de démo a sa propre couleur,
     pour montrer que le site prend les couleurs du commerce */
  --tomate:   #c4402b;
  --marine:   #1d3a6b;
  --lilas:    #6b3a78;

  --pas: clamp(1.25rem, 4vw, 2.25rem);
  --large: 72rem;
  --r: 12px;
  --r-l: 22px;

  --display: 'Gabarito', 'Trebuchet MS', sans-serif;
  --texte:   'Manrope', system-ui, -apple-system, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--creme);
  color: var(--encre);
  font-family: var(--texte);
  font-size: 1.0625rem;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }
a { color: inherit; }
:focus-visible { outline: 3px solid var(--prune); outline-offset: 3px; border-radius: 4px; }

.enveloppe { width: 100%; max-width: var(--large); margin-inline: auto; padding-inline: var(--pas); }
.section { padding-block: clamp(3.25rem, 8vw, 5.5rem); }
/* Progression des jaunes : soleil (héros) → soleil-2 → miel → crème.
   Le prune n'intervient que deux fois, pour le contraste. */
.section--miel { background: var(--miel); }

/* ── Typographie ────────────────────────────────────────────── */

h1, h2, h3 {
  font-family: var(--display);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.02;
  margin: 0;
  text-wrap: balance;
}
h1 { font-size: clamp(2.3rem, 9vw, 4.75rem); }
h2 { font-size: clamp(1.75rem, 5.6vw, 3rem); }
h3 { font-size: clamp(1.0625rem, 2.8vw, 1.3rem); letter-spacing: -0.02em; }
p { margin: 0; }

.etiquette {
  font-family: var(--display);
  font-weight: 700;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.11em;
  color: var(--prune);
  margin: 0 0 0.9rem;
}
.chapo { font-size: clamp(1.0625rem, 2.3vw, 1.25rem); line-height: 1.5; max-width: 38ch; margin-top: 1.15rem; }
.mini { font-size: 0.9375rem; color: var(--encre-2); }

/* ── Barre ──────────────────────────────────────────────────── */

.barre { background: var(--creme); position: sticky; top: 0; z-index: 40; border-bottom: 1px solid var(--creme-2); }
.barre__interieur { display: flex; align-items: center; justify-content: space-between; gap: 1rem; min-height: 3.75rem; }
.marque { font-family: var(--display); font-weight: 800; font-size: 1.25rem; letter-spacing: -0.04em; text-decoration: none; }
.marque span { color: var(--prune); }

/* ── Boutons ────────────────────────────────────────────────── */

.bouton {
  font-family: var(--display);
  font-weight: 700;
  font-size: 1.0625rem;
  letter-spacing: -0.01em;
  text-decoration: none;
  border: 2px solid transparent;
  border-radius: 999px;
  padding: 0.8rem 1.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  cursor: pointer;
  transition: transform 0.14s ease, background 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}
.bouton:active { transform: translateY(1px); }
.bouton--prune { background: var(--prune); color: var(--blanc); }
.bouton--prune:hover { background: var(--prune-2); }
.bouton--contour { background: transparent; color: var(--encre); border-color: rgba(35, 21, 15, 0.28); }
.bouton--contour:hover { border-color: var(--encre); background: rgba(35, 21, 15, 0.05); }
.bouton--blanc { background: var(--blanc); color: var(--prune); }
.bouton--blanc:hover { background: var(--creme); }
.bouton--petit { font-size: 0.9375rem; padding: 0.6rem 1.1rem; }

.actions { display: flex; flex-wrap: wrap; gap: 0.7rem; margin-top: 1.6rem; }

/* ── Héros ──────────────────────────────────────────────────── */

/* Le héros est un auvent de commerce : rayures larges, festons en bas.
   C'est la forme du sujet, pas un décor plaqué. */
.heros {
  background: var(--soleil);
  padding-top: clamp(1.5rem, 4vw, 2.5rem);
  padding-bottom: clamp(3.25rem, 7vw, 5.5rem);
  position: relative;
  z-index: 1;   /* le téléphone doit passer AU-DESSUS de la section suivante */
}
.heros::before {
  content: '';
  position: absolute; inset: 0;
  background: repeating-linear-gradient(90deg,
    rgba(255, 255, 255, 0.17) 0 3.25rem,
    rgba(255, 255, 255, 0) 3.25rem 6.5rem);
  pointer-events: none;
}
.heros > * { position: relative; }

/* festons : demi-disques jaunes qui pendent sur la section suivante */
.heros__festons {
  position: absolute;
  left: 0; right: 0; bottom: -1.15rem;
  height: 1.2rem;
  background: var(--soleil);
  z-index: 1;
  -webkit-mask-image: radial-gradient(circle at 50% 0, #000 0 0.6rem, transparent 0.61rem);
  -webkit-mask-size: 1.2rem 1.2rem;
  -webkit-mask-repeat: repeat-x;
  mask-image: radial-gradient(circle at 50% 0, #000 0 0.6rem, transparent 0.61rem);
  mask-size: 1.2rem 1.2rem;
  mask-repeat: repeat-x;
  pointer-events: none;
}
@media (min-width: 62rem) {
  .heros__festons { bottom: -1.55rem; height: 1.6rem; -webkit-mask-size: 1.6rem 1.6rem; mask-size: 1.6rem 1.6rem;
    -webkit-mask-image: radial-gradient(circle at 50% 0, #000 0 0.8rem, transparent 0.81rem);
    mask-image: radial-gradient(circle at 50% 0, #000 0 0.8rem, transparent 0.81rem); }
}

/* bandeau des métiers : il défile, et il dit qui est concerné.
   Il remplace l'ancien sur-titre statique — il informe au lieu de décorer. */
.bandeau {
  overflow: hidden;
  padding-block: 0.55rem;
  margin-bottom: clamp(1.25rem, 3vw, 2rem);
  border-block: 1px solid rgba(94, 31, 61, 0.22);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent);
}
.bandeau__piste {
  display: flex;
  width: max-content;
  gap: 1.75rem;
  animation: defile 44s linear infinite;
}
.bandeau:hover .bandeau__piste { animation-play-state: paused; }
.bandeau__item {
  font-family: var(--display);
  font-weight: 700;
  font-size: 0.8125rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--prune);
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 1.75rem;
}
.bandeau__item::after { content: ''; width: 0.3rem; height: 0.3rem; border-radius: 50%; background: currentColor; opacity: 0.55; }
@keyframes defile { from { transform: translateX(0); } to { transform: translateX(-50%); } }
/* Mobile : accroche → téléphone → boutons. Le produit reste visible d'emblée. */
.heros__grille { display: grid; gap: clamp(1.25rem, 4vw, 2rem); }
.heros__accroche { order: 1; }
.vitrine { order: 2; }
.heros__actions { order: 3; }

@media (min-width: 62rem) {
  .heros { padding-bottom: 0; }
  .heros__grille {
    grid-template-columns: minmax(0, 1fr) 24.5rem;
    grid-template-areas: 'accroche vitrine' 'actions vitrine';
    column-gap: clamp(1.75rem, 4vw, 3.25rem);
    row-gap: 1.5rem;
    align-items: end;
  }
  .heros__accroche { grid-area: accroche; align-self: end; }
  .heros__actions  { grid-area: actions; padding-bottom: clamp(2.5rem, 6vw, 4.5rem); }
  .vitrine         { grid-area: vitrine; }
  /* le titre cède un peu de place au téléphone, qui est le vrai argument */
  .heros h1 { font-size: clamp(2.6rem, 4vw, 3.7rem); }
}
.heros .etiquette { color: var(--prune); }
.heros .chapo { color: #4a3218; }
.heros .mini { color: #5c4022; }

/* onglets métier — le vrai contrôle de la page */
.onglets { display: flex; flex-wrap: wrap; gap: 0.35rem; margin-top: 1.5rem; }
.onglet {
  font-family: var(--display);
  font-weight: 700;
  font-size: 0.875rem;
  background: rgba(35, 21, 15, 0.09);
  color: var(--encre);
  border: 0;
  border-radius: 999px;
  padding: 0.48rem 0.9rem;
  cursor: pointer;
  transition: background 0.18s ease, color 0.18s ease;
}
.onglet:hover { background: rgba(35, 21, 15, 0.16); }
.onglet[aria-selected='true'] { background: var(--encre); color: var(--soleil); }

/* ── Le téléphone : élément signature ───────────────────────── */

.vitrine { display: flex; justify-content: center; align-items: flex-end; }
.tel {
  width: clamp(15rem, 68vw, 19rem);
  background: var(--encre);
  border-radius: 2.4rem;
  padding: 0.45rem;
  box-shadow: 0 34px 70px -24px rgba(35, 21, 15, 0.6), 0 2px 0 rgba(255, 255, 255, 0.25) inset;
  position: relative;
  z-index: 2;
  will-change: transform;
}
/* Sur grand écran le téléphone est l'argument principal : il est nettement
   plus grand et mord sur la section suivante. Tout son contenu est en `em`,
   donc une seule ligne de font-size le met entièrement à l'échelle. */
.tel__ecran {
  background: var(--blanc);
  border-radius: 2rem;
  overflow: hidden;
  position: relative;
  font-size: 15.5px;
}
/* La media query DOIT venir après la règle de base : même spécificité,
   c'est la dernière déclaration qui gagne. */
@media (min-width: 62rem) {
  .tel { width: 24.5rem; border-radius: 3rem; padding: 0.6rem; margin-bottom: -4rem; }
  .tel__ecran { border-radius: 2.5rem; font-size: 21px; }
}
.tel__encoche {
  position: absolute; top: 0.55em; left: 50%; transform: translateX(-50%);
  width: 4.3em; height: 1.05em; background: var(--encre); border-radius: 999px; z-index: 5;
}

/* mini-site de démonstration */
.msite { display: none; }
.msite.est-actif { display: block; animation: apparait 0.35s ease both; }
@keyframes apparait { from { opacity: 0; transform: scale(0.985); } to { opacity: 1; transform: none; } }

.msite__photo {
  height: 12em;
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  align-items: flex-end;
  padding: 0.8em;
}
.msite__photo::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(15, 8, 4, 0.8) 0%, rgba(15, 8, 4, 0.12) 55%, rgba(15, 8, 4, 0.26) 100%);
}
.msite__titre { position: relative; z-index: 1; color: #fff; }
.msite__enseigne { font-family: var(--display); font-weight: 800; font-size: 1.15em; line-height: 1.08; letter-spacing: -0.025em; }
.msite__metier { font-size: 0.68em; opacity: 0.92; margin-top: 0.15em; }

.msite__corps { padding: 0.85em; display: grid; gap: 0.7em; }
.msite__ligne1 { display: flex; align-items: center; justify-content: space-between; gap: 0.5em; }
.msite__etat { display: flex; align-items: center; gap: 0.35em; font-size: 0.66em; color: var(--menthe); font-weight: 700; }
.msite__etat::before { content: ''; width: 0.5em; height: 0.5em; border-radius: 50%; background: var(--menthe); }
.msite__note { display: flex; align-items: center; gap: 0.3em; font-size: 0.66em; color: var(--encre-2); white-space: nowrap; }
.msite__etoiles { color: #f0a92b; letter-spacing: 0.04em; }

.msite__appel {
  display: block;
  text-align: center;
  font-family: var(--display);
  font-weight: 700;
  font-size: 0.92em;
  color: #fff;
  background: var(--accent);
  border-radius: 999px;
  padding: 0.6em;
  text-decoration: none;
}
.msite__liste { display: grid; gap: 0.3em; }
.msite__lien {
  font-size: 0.74em;
  font-weight: 600;
  padding: 0.55em 0.7em;
  background: var(--creme);
  border-radius: 0.55em;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--encre);
}
.msite__lien::after { content: '›'; color: var(--accent); font-weight: 700; }
.msite__avis {
  background: var(--creme);
  border-left: 0.2em solid var(--accent);
  border-radius: 0.35em;
  padding: 0.6em 0.7em;
  font-size: 0.7em;
  line-height: 1.4;
  color: var(--encre);
}
.msite__avis b { display: block; font-weight: 700; color: var(--encre-2); font-size: 0.9em; margin-top: 0.3em; }
.msite__pied { font-size: 0.62em; color: var(--encre-2); line-height: 1.4; }

/* ── Avant / après ───────────────────────────────────────────
   Un seul objet coupé en deux, pour que la comparaison soit franche :
   même structure de lignes à gauche et à droite, seule la qualité change.
   Le second jaune du héros sert de fond, les deux jaunes se suivent. */

.bascule { background: var(--soleil-2); position: relative; z-index: 0; }
@media (min-width: 62rem) { .bascule { padding-top: clamp(5rem, 10vw, 7.5rem); } }

.duo {
  margin-top: clamp(1.75rem, 4vw, 2.75rem);
  border-radius: clamp(18px, 2.5vw, 26px);
  overflow: hidden;
  box-shadow: 0 26px 60px -28px rgba(35, 21, 15, 0.5);
  display: grid;
  position: relative;
}
@media (min-width: 54rem) { .duo { grid-template-columns: 1fr 1fr; } }

.pan { padding: clamp(1.15rem, 3vw, 1.85rem); display: flex; flex-direction: column; gap: 0.9rem; }
.pan--avant { background: #f1eee7; }          /* terne à dessein : c'est l'avant */
.pan--apres { background: var(--blanc); }
@media (min-width: 54rem) { .pan--apres { border-left: 1px solid var(--creme-2); } }

.pan__chip {
  align-self: flex-start;
  font-family: var(--display); font-weight: 700;
  font-size: 0.6875rem; text-transform: uppercase; letter-spacing: 0.11em;
  border-radius: 999px; padding: 0.32rem 0.7rem;
  background: #ddd7cb; color: #6c6154;
}
.pan__chip--vert { background: rgba(14, 124, 90, 0.14); color: var(--menthe); }

/* à gauche, l'emplacement de la photo reste vide — c'est tout le propos */
.pan__vide {
  height: clamp(7.5rem, 19vw, 10.5rem);
  border: 2px dashed #cfc7b8;
  border-radius: 14px;
  display: grid; place-items: center;
  color: #a2988a; font-size: 0.8125rem; font-weight: 600;
  text-align: center; padding: 0.75rem;
}
.pan__photo {
  height: clamp(7.5rem, 19vw, 10.5rem);
  border-radius: 14px;
  background-size: cover; background-position: center;
  position: relative; display: flex; align-items: flex-end; padding: 0.9rem;
  overflow: hidden;
}
.pan__photo::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to top, rgba(15, 8, 4, 0.82), rgba(15, 8, 4, 0) 68%); }
.pan__enseigne {
  position: relative; z-index: 1; color: #fff;
  font-family: var(--display); font-weight: 800;
  font-size: clamp(1.05rem, 2.6vw, 1.4rem); letter-spacing: -0.03em; line-height: 1.1;
}

.pan__nom { font-family: var(--display); font-weight: 800; font-size: 1.0625rem; letter-spacing: -0.02em; }
.pan__sous { font-size: 0.8125rem; color: var(--encre-2); }

.pan__lignes { list-style: none; margin: 0; padding: 0; display: grid; gap: 0; }
.pan__lignes li {
  display: grid; grid-template-columns: 5.75rem 1fr; gap: 0.6rem;
  padding-block: 0.55rem; font-size: 0.875rem;
  border-top: 1px solid rgba(35, 21, 15, 0.09);
}
.pan__lignes li:last-child { border-bottom: 1px solid rgba(35, 21, 15, 0.09); }
.pan__lignes span { font-weight: 700; font-size: 0.75rem; color: var(--encre-2); padding-top: 0.1rem; }
.pan__lignes b { font-weight: 600; overflow-wrap: break-word; }
.pan__lignes .est-manquant b { color: #b03a26; }
.pan__lignes .est-presente b { color: var(--menthe); }

.pan__note { font-size: 0.8125rem; color: #7d7365; margin-top: auto; }
.pan__pastilles { display: flex; flex-wrap: wrap; gap: 0.4rem; margin-top: auto; }
.pastille {
  font-size: 0.75rem; font-weight: 700;
  background: var(--creme); border-radius: 999px; padding: 0.35rem 0.75rem;
}
.pastille--pleine { background: var(--tomate); color: #fff; }

/* le sens de lecture, posé exactement sur la césure des deux moitiés */
.duo__fleche { display: none; }
@media (min-width: 54rem) {
  .duo__fleche {
    display: grid; place-items: center;
    position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);
    width: 2.75rem; height: 2.75rem; border-radius: 50%;
    background: var(--soleil); color: var(--encre);
    font-family: var(--display); font-weight: 800; font-size: 1.25rem;
    box-shadow: 0 0 0 6px var(--soleil-2);
    z-index: 2;
  }
}

/* ── Cartes « ce que vous recevez » ─────────────────────────── */

.cartes { display: grid; gap: 1rem; margin-top: clamp(1.75rem, 4vw, 2.5rem); }
@media (min-width: 44rem) { .cartes { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 68rem) { .cartes { grid-template-columns: repeat(4, 1fr); } }
.carte { background: var(--blanc); border: 1px solid var(--creme-2); border-radius: var(--r-l); padding: 1.35rem; }
.carte__icone {
  width: 2.6rem; height: 2.6rem; border-radius: 13px;
  background: var(--soleil); color: var(--prune);
  display: grid; place-items: center; margin-bottom: 0.9rem;
}
.carte__icone svg { width: 1.3rem; height: 1.3rem; display: block; }
.carte h3 { margin-bottom: 0.4rem; }
.carte p { color: var(--encre-2); font-size: 0.9375rem; }

/* ── Étapes (vraie séquence, donc numérotées) ───────────────── */

.section--prune { background: var(--prune); color: #f7e9ef; }
.section--prune .etiquette { color: var(--soleil); }
.section--prune h2 { color: var(--blanc); }
.etapes { list-style: none; margin: clamp(1.75rem, 4vw, 2.5rem) 0 0; padding: 0; display: grid; gap: 0; }
.etape { display: grid; grid-template-columns: 2.75rem 1fr; gap: 1rem; padding-block: 1.4rem; border-top: 1px solid rgba(247, 233, 239, 0.2); }
.etape:last-child { border-bottom: 1px solid rgba(247, 233, 239, 0.2); }
.etape__num { font-family: var(--display); font-weight: 800; font-size: 1.5rem; color: var(--soleil); line-height: 1; }
.etape h3 { color: var(--blanc); margin-bottom: 0.3rem; }
.etape p { color: #e7cfd9; font-size: 0.9375rem; max-width: 54ch; }

/* ── Tarifs ─────────────────────────────────────────────────── */

.tarifs { display: grid; gap: 1.15rem; margin-top: clamp(1.75rem, 4vw, 2.5rem); }
@media (min-width: 54rem) { .tarifs { grid-template-columns: repeat(3, 1fr); align-items: stretch; } }
.tarif {
  background: var(--blanc);
  border: 1px solid var(--creme-2);
  border-radius: var(--r-l);
  padding: 1.5rem;
  display: flex; flex-direction: column; gap: 1rem;
}
.tarif--phare { background: var(--encre); color: #f6ece4; border-color: var(--encre); }
.tarif--phare .tarif__nom { color: var(--soleil); }
.tarif--phare .tarif__unite { color: #c8b3a6; }
.tarif--phare li { color: #f6ece4; }
.tarif__haut { display: flex; align-items: center; justify-content: space-between; gap: 0.5rem; }
.tarif__nom { font-family: var(--display); font-weight: 700; font-size: 0.8125rem; text-transform: uppercase; letter-spacing: 0.1em; color: var(--encre-2); }
.tarif__badge { font-family: var(--display); font-weight: 700; font-size: 0.6875rem; background: var(--soleil); color: var(--encre); border-radius: 999px; padding: 0.2rem 0.6rem; }
.tarif__prix { display: flex; align-items: baseline; gap: 0.3rem; }
.tarif__montant { font-family: var(--display); font-weight: 800; font-size: clamp(2.75rem, 7vw, 3.4rem); letter-spacing: -0.05em; line-height: 1; }
.tarif__unite { font-size: 0.875rem; color: var(--encre-2); font-weight: 600; }
.tarif ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 0.5rem; flex: 1; }
.tarif li { font-size: 0.9375rem; line-height: 1.4; display: grid; grid-template-columns: 1.1rem 1fr; gap: 0.5rem; }
.tarif li::before { content: '✓'; color: var(--menthe); font-weight: 700; }
.tarif--phare li::before { color: var(--soleil); }

/* ── Questions ──────────────────────────────────────────────── */

.questions { margin-top: clamp(1.75rem, 4vw, 2.5rem); }
.question { border-top: 1px solid var(--creme-2); padding-block: 1.35rem; }
.question:last-child { border-bottom: 1px solid var(--creme-2); }
.question h3 { margin-bottom: 0.4rem; }
.question p { color: var(--encre-2); font-size: 0.9375rem; max-width: 64ch; }

/* ── Contact ────────────────────────────────────────────────── */

.contact { position: relative; color: #fff; overflow: hidden; }
.contact__fond { position: absolute; inset: 0; background-size: cover; background-position: center; }
.contact__fond::after { content: ''; position: absolute; inset: 0; background: linear-gradient(105deg, rgba(94, 31, 61, 0.96) 0%, rgba(94, 31, 61, 0.86) 55%, rgba(35, 21, 15, 0.8) 100%); }
.contact__contenu { position: relative; z-index: 1; display: grid; gap: clamp(1.5rem, 4vw, 3rem); }
@media (min-width: 54rem) { .contact__contenu { grid-template-columns: 1fr auto; align-items: center; } }
.contact .etiquette { color: var(--soleil); }
.contact h2 { color: #fff; }
.contact .chapo { color: #f0dae3; }
.contact__tel {
  font-family: var(--display); font-weight: 800;
  font-size: clamp(1.9rem, 6.5vw, 2.9rem); letter-spacing: -0.04em;
  color: #fff; text-decoration: none; white-space: nowrap;
  border-bottom: 4px solid var(--soleil); padding-bottom: 0.15rem;
}
.contact__tel:hover { color: var(--soleil); }

/* ── Pied ───────────────────────────────────────────────────── */

.pied { background: var(--encre); color: #c9b7ab; padding-block: 2.25rem; font-size: 0.875rem; }
.pied__grille { display: grid; gap: 1.25rem; }
@media (min-width: 44rem) { .pied__grille { grid-template-columns: 1fr auto; align-items: end; } }
.pied a { color: #fff; text-underline-offset: 3px; }
.pied a:hover { color: var(--soleil); }
.pied__liens { display: flex; flex-wrap: wrap; gap: 1.15rem; }

/* ── Page de texte (mentions légales) ───────────────────────── */

.prose { max-width: 44rem; }
.prose h1 { font-size: clamp(1.9rem, 5.5vw, 2.8rem); margin-bottom: 0.5rem; }
.prose h2 { font-size: clamp(1.15rem, 2.6vw, 1.45rem); margin-top: 2.4rem; margin-bottom: 0.7rem; }
.prose p { margin-bottom: 0.9rem; color: var(--encre-2); }
.prose strong { color: var(--encre); font-weight: 700; }
.prose dl { margin: 0 0 1.25rem; display: grid; gap: 0.5rem; }
@media (min-width: 40rem) { .prose dl { grid-template-columns: 12rem 1fr; gap: 0.5rem 1.25rem; } }
.prose dt { font-weight: 700; font-size: 0.8125rem; text-transform: uppercase; letter-spacing: 0.07em; color: var(--encre-2); padding-top: 0.15rem; }
.prose dd { margin: 0; }
.prose__retour { font-family: var(--display); font-weight: 700; font-size: 0.875rem; text-decoration: none; color: var(--prune); display: inline-block; margin-bottom: 1.25rem; }

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