/* ============================================================
   Peau « carnet-de-vol » ,  Firebirds Albstadt Magazin
   Préfixe fv- · direction adaptée : The Clinical Notebook
   Règle négative : aucun rouge, aucun vert ,  on n'imite pas un
   feu de signalisation médical. L'aplat ocre reste autorisé.
   ============================================================ */

@font-face {
  font-family: 'Archivo';
  src: url('/archivo-v8-latin-700.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Source Sans 3';
  src: url('/open-sans-latin-regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  /* Palette : papier de carnet + ocre de carton + bleu de ciel */
  --fv-fond-page: #fbfaf7;
  --fv-fond-panneau: #e9e3d6;
  --fv-fond-bloc: #fffdf8;
  --fv-fond-carte: #f4eee1;
  --fv-fond-accent: #f0e2c6;
  --fv-encre: #1c2126;
  --fv-encre-douce: #4d463c;
  --fv-accent-bleu: #1f4d64;
  --fv-accent-bleu-fonce: #0f3346;
  --fv-ocre: #8a5b17;
  --fv-ocre-clair: #b98a3a;
  --fv-lisere: #d6cfc0;
  --fv-selection: #dfe9f2;
  --fv-ombre-douce: 0 6px 18px rgba(76, 60, 40, 0.12);
  --fv-ombre-carte: 0 4px 12px rgba(76, 60, 40, 0.10), 0 1px 0 rgba(76, 60, 40, 0.06);
  --fv-ombre-hero: 0 18px 42px rgba(76, 60, 40, 0.22), 0 4px 10px rgba(76, 60, 40, 0.10);
  --fv-ombre-accent: 0 8px 22px rgba(138, 91, 23, 0.20);

  --fv-titre-police: 'Archivo', 'Helvetica Neue', Arial, sans-serif;
  --fv-texte-police: 'Source Sans 3', 'Segoe UI', -apple-system, sans-serif;

  --fv-mesure: 68ch;
  --fv-marge-largeur: 16rem;
  --fv-pas: 1.5rem;
  --fv-interligne: 1.7;
  --fv-rayon-s: 12px;
  --fv-rayon-m: 16px;
  --fv-rayon-l: 20px;
  --fv-page-max: 76rem;
  --fv-t1: clamp(2rem, 1.45rem + 2.6vw, 3.6rem);
  --fv-t2: clamp(1.5rem, 1.25rem + 1.1vw, 2.1rem);
  --fv-t3: clamp(1.15rem, 1.05rem + 0.4vw, 1.35rem);
  --fv-texte: clamp(1rem, 0.97rem + 0.2vw, 1.1rem);
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  background-color: var(--fv-fond-page);
  background-image: linear-gradient(var(--fv-lisere) 1px, transparent 1px);
  background-size: 100% 1.75rem;
  color: var(--fv-encre);
  font-family: var(--fv-texte-police);
  font-size: var(--fv-texte);
  line-height: var(--fv-interligne);
  overflow-x: hidden;
}
img, svg { max-width: 100%; height: auto; display: block; }
a { color: var(--fv-accent-bleu); text-decoration: none; }
a:hover { color: var(--fv-accent-bleu-fonce); text-decoration: underline; }
:focus-visible {
  outline: 3px solid var(--fv-ocre);
  outline-offset: 3px;
  border-radius: 4px;
}
::selection { background: var(--fv-selection); color: var(--fv-encre); }

h1, h2, h3, h4 { font-family: var(--fv-titre-police); font-weight: 700; letter-spacing: -0.015em; line-height: 1.15; color: var(--fv-encre); margin: 0 0 0.6em; }
h1 { font-size: var(--fv-t1); }
h2 { font-size: var(--fv-t2); margin-top: 2rem; }
h3 { font-size: var(--fv-t3); }
p { margin: 0 0 1em; }
ul, ol { margin: 0 0 1em; padding-left: 1.25em; }
time { font-variant-numeric: tabular-nums; }

/* ---------- Conteneurs ---------- */
.fv-travee { width: 100%; max-width: var(--fv-page-max); margin-inline: auto; padding-inline: clamp(1rem, 3.5vw, 2rem); }
.fv-travee > * { min-width: 0; }
.fv-rayon { margin-block: clamp(2rem, 4vw, 3.2rem); }

.fv-saut {
  position: absolute; left: -9999px; top: auto; width: 1px; height: 1px; overflow: hidden;
}
.fv-saut:focus {
  position: static; left: auto; width: auto; height: auto;
  display: inline-block; margin: 0.5rem 1rem; padding: 0.5rem 0.9rem;
  background: var(--fv-encre); color: var(--fv-fond-page); border-radius: var(--fv-rayon-s);
}

/* ---------- Fronton ---------- */
.fv-fronton { background: linear-gradient(180deg, var(--fv-fond-panneau) 0%, var(--fv-fond-page) 100%); }
.fv-fronton__filet { height: 4px; background: var(--fv-ocre); }
.fv-fronton__interieur {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  grid-template-areas: "enseigne parcours" "devise parcours";
  align-items: center;
  column-gap: 1rem;
  row-gap: 0.25rem;
  padding-block: 1rem;
}
.fv-enseigne {
  grid-area: enseigne;
  display: inline-flex; align-items: center; gap: 0.55rem;
  color: var(--fv-encre);
  font-family: var(--fv-titre-police);
  font-size: clamp(1.1rem, 1rem + 0.6vw, 1.35rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  text-decoration: none;
  min-width: 0;
}
.fv-enseigne:hover { color: var(--fv-accent-bleu); text-decoration: none; }
.fv-emblem { width: 32px; height: 32px; color: var(--fv-ocre); flex: 0 0 auto; }
.fv-devise {
  grid-area: devise;
  margin: 0; font-size: 0.85rem; color: var(--fv-encre-douce);
  font-style: italic;
}
.fv-parcours { grid-area: parcours; }
.fv-parcours ul {
  list-style: none; margin: 0; padding: 0;
  display: flex; flex-wrap: wrap; gap: 0.25rem 0.9rem; justify-content: flex-end;
}
.fv-parcours__lien {
  display: inline-block; padding: 0.35rem 0.65rem;
  border-radius: var(--fv-rayon-s);
  color: var(--fv-encre); font-weight: 700; font-size: 0.92rem;
}
.fv-parcours__lien:hover { background: var(--fv-fond-bloc); color: var(--fv-accent-bleu-fonce); text-decoration: none; }
.fv-parcours__lien[aria-current="page"] {
  background: var(--fv-accent-bleu); color: #fff; text-decoration: none;
}
.fv-parcours__lien[aria-current="page"]:hover { background: var(--fv-accent-bleu-fonce); color: #fff; }

/* ---------- Préambule home ---------- */
.fv-preambule { padding-block: clamp(1.5rem, 3vw, 2.5rem); }
.fv-preambule__grille {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(0, 1fr);
  gap: clamp(1.25rem, 3vw, 2.5rem);
  align-items: end;
}
.fv-preambule__col { min-width: 0; }
.fv-preambule__intro {
  font-size: clamp(1.05rem, 1rem + 0.35vw, 1.2rem);
  color: var(--fv-encre-douce);
  max-width: var(--fv-mesure);
}
.fv-preambule h1 { margin-bottom: 0.35em; max-width: 22ch; }

.fv-bilan {
  list-style: none; padding: 1rem 1.1rem; margin: 0;
  background: var(--fv-fond-accent);
  border-radius: var(--fv-rayon-m);
  box-shadow: var(--fv-ombre-accent);
  display: grid; grid-template-columns: minmax(0, 1fr); gap: 0.35rem;
}
.fv-bilan__poste { display: flex; justify-content: space-between; align-items: baseline; gap: 0.5rem; min-width: 0; }
.fv-bilan__chiffre { font-family: var(--fv-titre-police); font-size: 1.05rem; color: var(--fv-encre); }
.fv-bilan__libelle { font-size: 0.8rem; color: var(--fv-encre-douce); text-transform: uppercase; letter-spacing: 0.08em; }

/* ---------- Bandeau de section ---------- */
.fv-rayon__tete {
  display: flex; flex-wrap: wrap; align-items: baseline; justify-content: space-between;
  gap: 0.5rem 1rem;
  border-bottom: 2px solid var(--fv-lisere);
  padding-bottom: 0.6rem;
  margin-bottom: 1.25rem;
}
.fv-rayon__tete h2 { margin: 0; }
.fv-rayon__tete h2 a { color: var(--fv-encre); }
.fv-rayon__tete h2 a:hover { color: var(--fv-accent-bleu); text-decoration: none; }
.fv-rayon__phrase { margin: 0; max-width: var(--fv-mesure); color: var(--fv-encre-douce); font-size: 0.95rem; flex-basis: 100%; }
.fv-rayon__decompte {
  font-size: 0.78rem; font-variant-numeric: tabular-nums;
  text-transform: uppercase; letter-spacing: 0.1em;
  color: var(--fv-encre-douce);
  background: var(--fv-fond-bloc); padding: 0.25rem 0.6rem; border-radius: 999px;
  border: 1px solid var(--fv-lisere);
}

/* ---------- Ouverture (hero photo) ---------- */
.fv-ouverture { padding-top: clamp(1.5rem, 3vw, 2.5rem); }
.fv-ouverture__carte { margin: 0; }
.fv-ouverture__lien-image {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  color: inherit;
  text-decoration: none;
  background: var(--fv-fond-bloc);
  border-radius: var(--fv-rayon-l);
  overflow: hidden;
  box-shadow: var(--fv-ombre-hero);
}
@media (min-width: 60rem) {
  .fv-ouverture__lien-image {
    grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
    align-items: stretch;
  }
}
.fv-ouverture__lien-image:hover { text-decoration: none; color: inherit; }
.fv-carte__vignette--hero { aspect-ratio: 16 / 9; }
.fv-carte__vignette--hero img { width: 100%; height: 100%; object-fit: cover; }
.fv-carte__texte--hero {
  padding: clamp(1rem, 2.5vw, 1.75rem);
  display: flex; flex-direction: column; justify-content: center; gap: 0.55rem;
  min-width: 0;
}
.fv-carte__titre--hero {
  display: block;
  font-family: var(--fv-titre-police);
  font-size: clamp(1.5rem, 1.15rem + 1.6vw, 2.5rem);
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: var(--fv-encre);
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5), 0 3px 14px rgba(76, 60, 40, 0.16);
}
.fv-carte__texte--hero .fv-carte__abrege { color: var(--fv-encre-douce); font-size: 1rem; }
.fv-ouverture__lien-image:hover .fv-carte__titre--hero { color: var(--fv-accent-bleu-fonce); }

.fv-legende-photo {
  display: block;
  margin-top: 0.5rem;
  font-size: 0.82rem;
  color: var(--fv-encre-douce);
  font-style: italic;
  padding-inline: 0.25rem;
}

/* ---------- Cartes ---------- */
.fv-carte {
  background: var(--fv-fond-bloc);
  border-radius: var(--fv-rayon-m);
  box-shadow: var(--fv-ombre-carte);
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  min-width: 0;
  transition: box-shadow 180ms ease, transform 180ms ease;
}
.fv-carte:hover { box-shadow: var(--fv-ombre-douce); transform: translateY(-2px); }
@media (prefers-reduced-motion: reduce) {
  .fv-carte, .fv-carte:hover { transition: none; transform: none; }
}
.fv-carte__vignette { margin: 0; aspect-ratio: 4 / 3; width: 100%; max-width: 100%; overflow: hidden; background: var(--fv-fond-carte); }
.fv-carte__vignette img { width: 100%; height: 100%; object-fit: cover; }
.fv-carte__texte {
  padding: 1rem 1.1rem 1.1rem;
  display: flex; flex-direction: column; gap: 0.5rem;
  min-width: 0;
}
.fv-carte__cote {
  display: flex; flex-wrap: wrap; gap: 0.4rem 0.6rem; align-items: center;
  margin: 0; font-size: 0.75rem;
  text-transform: uppercase; letter-spacing: 0.1em;
  color: var(--fv-encre-douce);
}
.fv-cote {
  display: inline-block; padding: 0.15rem 0.5rem;
  border-radius: 999px;
  background: var(--fv-ocre);
  color: #fff;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  text-decoration: none;
}
.fv-mention { text-decoration: none; }
.fv-mention:hover { text-decoration: underline; }
.fv-carte__titre { margin: 0; font-size: var(--fv-t3); }
.fv-carte__titre a { color: var(--fv-encre); }
.fv-carte__titre a:hover { color: var(--fv-accent-bleu-fonce); text-decoration: none; }
.fv-carte__abrege { margin: 0; color: var(--fv-encre-douce); font-size: 0.95rem; }
.fv-carte__datation { margin: 0; font-size: 0.82rem; color: var(--fv-encre-douce); }

/* Carte compacte : ligne avec vignette carrée */
.fv-carte--compact { grid-template-columns: minmax(0, 96px) minmax(0, 1fr); }
@media (min-width: 40rem) {
  .fv-carte--compact { grid-template-columns: minmax(0, 132px) minmax(0, 1fr); }
}
.fv-carte--compact .fv-carte__vignette { aspect-ratio: 1 / 1; height: auto; min-height: 0; }
.fv-carte--compact .fv-carte__vignette picture, .fv-carte--compact .fv-carte__vignette img { display: block; width: 100%; height: 100%; object-fit: cover; }
.fv-carte--compact .fv-carte__texte { padding: 0.75rem 0.9rem; gap: 0.3rem; }
.fv-carte--compact .fv-carte__abrege { font-size: 0.88rem; }
.fv-carte--compact .fv-carte__titre { font-size: 1.05rem; }

/* ---------- Casiers (grilles) ---------- */
.fv-casier { display: grid; gap: clamp(1rem, 2vw, 1.5rem); grid-template-columns: minmax(0, 1fr); }
@media (min-width: 48rem) {
  .fv-casier--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .fv-casier--compact { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (min-width: 68rem) {
  .fv-casier--2 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .fv-casier--compact { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
.fv-casier > * { min-width: 0; }

.fv-registre {
  display: grid; gap: clamp(1rem, 2vw, 1.5rem);
  grid-template-columns: minmax(0, 1fr);
}
@media (min-width: 52rem) {
  .fv-registre { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
.fv-registre > * { min-width: 0; }

/* ---------- Planche de rubrique : aplat signature ---------- */
.fv-planche {
  background: var(--fv-fond-accent);
  border-radius: var(--fv-rayon-l);
  padding: clamp(1.25rem, 3vw, 2rem);
  box-shadow: var(--fv-ombre-accent);
}
.fv-planche .fv-carte { background: var(--fv-fond-bloc); }
.fv-planche .fv-rayon__tete { border-bottom-color: rgba(76, 60, 40, 0.2); }

.fv-entree__renvoi { margin: 0.75rem 0 0; }
.fv-renvoi {
  display: inline-block;
  padding: 0.45rem 0.9rem;
  border-radius: var(--fv-rayon-s);
  background: var(--fv-accent-bleu);
  color: #fff;
  font-weight: 700;
  font-size: 0.9rem;
  box-shadow: var(--fv-ombre-carte);
}
.fv-renvoi:hover { background: var(--fv-accent-bleu-fonce); color: #fff; text-decoration: none; }

/* ---------- Bloc limites ---------- */
.fv-limites {
  max-width: var(--fv-page-max);
  margin: clamp(2rem, 4vw, 3rem) auto;
  padding: 1.1rem clamp(1rem, 3vw, 2rem);
  border-top: 3px solid var(--fv-ocre);
  background: var(--fv-fond-bloc);
  border-radius: 0 0 var(--fv-rayon-s) var(--fv-rayon-s);
  box-shadow: var(--fv-ombre-carte);
}
.fv-limites__cle {
  margin: 0 0 0.4rem;
  font-family: var(--fv-texte-police);
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--fv-ocre);
  font-weight: 700;
}
.fv-limites p { margin: 0; color: var(--fv-encre-douce); font-size: 0.95rem; }

/* ---------- Onglets rubrique ---------- */
.fv-onglets {
  display: flex; flex-wrap: wrap; gap: 0.5rem;
  padding-bottom: 0.5rem;
}
.fv-onglet {
  display: inline-block; padding: 0.45rem 0.85rem;
  border-radius: 999px;
  border: 1px solid var(--fv-lisere);
  background: var(--fv-fond-bloc);
  color: var(--fv-encre);
  font-weight: 700; font-size: 0.9rem;
}
.fv-onglet:hover { border-color: var(--fv-accent-bleu); color: var(--fv-accent-bleu-fonce); text-decoration: none; }
.fv-onglet--courant { background: var(--fv-accent-bleu); border-color: var(--fv-accent-bleu); color: #fff; }
.fv-onglet--courant:hover { color: #fff; }

/* ---------- Remontée ---------- */
.fv-remontee { padding-block: 1rem; }
.fv-remontee ol { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: 0.4rem 0.6rem; font-size: 0.85rem; }
.fv-remontee li + li::before { content: "›"; color: var(--fv-encre-douce); margin-right: 0.4rem; }
.fv-remontee a { color: var(--fv-accent-bleu); }

/* ---------- Fiche article ---------- */
.fv-fiche { margin: 0; }
.fv-entete-fiche { margin-block: clamp(1rem, 2.5vw, 2rem); }
.fv-entete-fiche h1 { max-width: 24ch; }
.fv-titre-fiche { text-shadow: 0 1px 0 rgba(255, 255, 255, 0.55), 0 3px 14px rgba(76, 60, 40, 0.14); }
.fv-chapeau {
  font-size: clamp(1.05rem, 1rem + 0.35vw, 1.2rem);
  color: var(--fv-encre-douce);
  max-width: var(--fv-mesure);
}
.fv-datation {
  font-size: 0.85rem; color: var(--fv-encre-douce);
  margin: 0.5rem 0 0;
  text-transform: uppercase; letter-spacing: 0.1em;
}

.fv-planche-image { margin: 0 0 clamp(1.5rem, 3vw, 2.5rem); }
.fv-planche-image__cadre {
  border-radius: var(--fv-rayon-l);
  overflow: hidden;
  box-shadow: var(--fv-ombre-douce);
  aspect-ratio: 16 / 9;
  width: 100%; max-width: 100%;
  background: var(--fv-fond-carte);
}
.fv-planche-image__cadre img { width: 100%; height: 100%; object-fit: cover; }

/* ---------- Duo article / sommaire ---------- */
.fv-duo {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(1.5rem, 3vw, 2.5rem);
  align-items: start;
}
@media (min-width: 60rem) {
  .fv-duo { grid-template-columns: minmax(0, 1fr) minmax(0, var(--fv-marge-largeur)); }
}
.fv-duo > * { min-width: 0; }

.fv-corps { max-width: var(--fv-mesure); }
.fv-corps > :first-child { margin-top: 0; }
.fv-corps h2 { margin-top: 2.5rem; }
.fv-corps h3 { margin-top: 1.75rem; }
.fv-corps img, .fv-corps figure { max-width: 100%; height: auto; }
.fv-corps figure { margin: 1.5rem 0; }
.fv-corps figcaption { font-size: 0.85rem; color: var(--fv-encre-douce); font-style: italic; margin-top: 0.4rem; }
.fv-corps blockquote {
  margin: 1.5rem 0; padding: 1rem 1.25rem;
  border-left: 4px solid var(--fv-ocre);
  background: var(--fv-fond-bloc);
  border-radius: 0 var(--fv-rayon-s) var(--fv-rayon-s) 0;
  color: var(--fv-encre-douce);
  font-style: italic;
}
.fv-corps table { width: 100%; border-collapse: collapse; margin: 1.5rem 0; font-size: 0.95rem; }
.fv-corps th, .fv-corps td { padding: 0.55rem 0.75rem; border-bottom: 1px solid var(--fv-lisere); text-align: left; }
.fv-corps thead th { background: var(--fv-fond-panneau); }
.fv-tableau-defilant { overflow-x: auto; -webkit-overflow-scrolling: touch; max-width: 100%; }

/* Barre de lecture */
.fv-abschnitt {
  font-family: var(--fv-titre-police);
  margin-top: 2.75rem;
}
.fv-abschnitt__barre {
  display: block;
  font-family: var(--fv-texte-police);
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--fv-ocre);
  margin-bottom: 0.35rem;
}

/* Relevé (sommaire latéral collant) */
.fv-releve {
  background: var(--fv-fond-panneau);
  border-radius: var(--fv-rayon-m);
  padding: 1.1rem 1.2rem;
  box-shadow: var(--fv-ombre-carte);
  position: sticky;
  top: 1rem;
}
.fv-releve__titre {
  font-family: var(--fv-texte-police);
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--fv-ocre);
  margin: 0 0 0.6rem;
}
.fv-releve__sommaire, .fv-releve__sources {
  list-style: none; padding: 0; margin: 0 0 1rem;
  font-size: 0.92rem;
}
.fv-releve__sommaire li {
  display: grid; grid-template-columns: minmax(0, 2rem) minmax(0, 1fr);
  gap: 0.25rem 0.5rem;
  padding-block: 0.3rem;
  border-bottom: 1px dashed var(--fv-lisere);
  min-width: 0;
}
.fv-releve__sommaire li:last-child { border-bottom: none; }
.fv-releve__rang { color: var(--fv-ocre); font-weight: 700; font-variant-numeric: tabular-nums; }
.fv-releve__sources li { padding-block: 0.3rem; border-bottom: 1px dashed var(--fv-lisere); }
.fv-releve__sources li:last-child { border-bottom: none; }

@media (max-width: 59.99rem) {
  .fv-releve { position: static; }
}

/* ---------- Ailleurs (réseau) ---------- */
.fv-ailleurs {
  background: var(--fv-fond-panneau);
  border-radius: var(--fv-rayon-l);
  padding: clamp(1.25rem, 3vw, 2rem);
  box-shadow: var(--fv-ombre-carte);
}
.fv-ailleurs .fv-rayon__tete { border-bottom-color: rgba(76, 60, 40, 0.2); }
.fv-ailleurs__liste { list-style: none; padding: 0; margin: 1rem 0 0; font-size: 0.98rem; }
.fv-ailleurs__item { padding-block: 0.6rem; border-bottom: 1px dashed var(--fv-lisere); }
.fv-ailleurs__item:last-child { border-bottom: none; }
.fv-ailleurs__item p { margin: 0; }

/* ---------- Pied ---------- */
.fv-pied {
  margin-top: clamp(3rem, 6vw, 4.5rem);
  background: var(--fv-fond-panneau);
  border-top: 3px solid var(--fv-ocre);
  padding-top: 2rem;
}
.fv-pied__colonnes {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1.5rem;
  padding-bottom: 2rem;
}
@media (min-width: 48rem) {
  .fv-pied__colonnes { grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr) minmax(0, 1fr); }
}
.fv-pied__colonnes > * { min-width: 0; }
.fv-pied__colonne h2 {
  font-family: var(--fv-texte-police);
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--fv-ocre);
  margin: 0 0 0.75rem;
}
.fv-pied__colonne p { font-size: 0.95rem; color: var(--fv-encre-douce); }
.fv-pied__colonne ul { list-style: none; padding: 0; margin: 0; }
.fv-pied__colonne li { padding-block: 0.2rem; font-size: 0.95rem; }
.fv-pied__note { font-style: italic; font-size: 0.9rem; }
.fv-pied__ligne {
  border-top: 1px solid var(--fv-lisere);
  padding-block: 0.9rem 1.2rem;
  font-size: 0.82rem;
  color: var(--fv-encre-douce);
}

/* ---------- Pages service/404 ---------- */
.fv-corps--404 { max-width: var(--fv-mesure); }
.fv-preambule--404 { padding-block: clamp(2rem, 5vw, 4rem); }

/* ---------- Responsive ajustements ---------- */
@media (max-width: 47.99rem) {
  .fv-fronton__interieur {
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas: "enseigne" "devise" "parcours";
    row-gap: 0.4rem;
  }
  .fv-parcours ul { justify-content: flex-start; }
  .fv-preambule__grille { grid-template-columns: minmax(0, 1fr); }
  .fv-planche { border-radius: var(--fv-rayon-m); padding: 1rem; }
  .fv-ouverture__carte .fv-carte__vignette--hero { aspect-ratio: 4 / 3; }
}
@media (max-width: 26rem) {
  .fv-carte--compact { grid-template-columns: minmax(0, 80px) minmax(0, 1fr); }
  .fv-travee { padding-inline: 0.85rem; }
}

/* ---------- Impression ---------- */
@media print {
  .fv-fronton, .fv-pied, .fv-releve, .fv-parcours { display: none; }
  body { background: #fff; }
  .fv-corps { max-width: none; }
}
