/* Boundary Review ,  Registre de Bornage skin. Prefix: grl- */

@font-face {
  font-family: 'Vollkorn Local';
  src: url('/vollkorn-v13-latin-700.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope Local';
  src: url('/manrope-variable.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --sienne-papier: #FAF0DD;
  --sienne-creux: #EDE0C8;
  --sienne-relief: #FFF9EE;
  --encre-sepia: #3A2110;
  --encre-pale: #6B4B33;
  --magenta-bornage: #961F5C;
  --vert-lisiere: #275E63;
  --terre-cuite: #8A4A22;
  --filet-fine: #E2CBA4;
  --filet-forte: #B99367;
  --ombre-douce: 0 8px 24px rgba(58, 33, 16, 0.10);
  --ombre-carte: 0 4px 14px rgba(150, 31, 92, 0.10);
  --ombre-vedette: 0 14px 42px rgba(58, 33, 16, 0.22);

  --ratio-vedette: 21 / 9;
  --ratio-detail: 4 / 3;
  --ratio-fiche: 1 / 1;

  --titre-police: 'Vollkorn Local', Vollkorn, Charter, Georgia, serif;
  --texte-police: 'Manrope Local', Manrope, -apple-system, Helvetica, Arial, sans-serif;

  --t-base: clamp(1rem, 0.95rem + 0.2vw, 1.0625rem);
  --t-petit: 0.8125rem;
  --t-menu: 0.9375rem;
  --t-h1: clamp(2rem, 1.4rem + 2.4vw, 3rem);
  --t-h2: clamp(1.35rem, 1.1rem + 1vw, 1.75rem);
  --t-h3: clamp(1.05rem, 0.98rem + 0.4vw, 1.2rem);
  --t-display: clamp(1.75rem, 1.1rem + 2.6vw, 2.9rem);

  --mesure: 68ch;
  --cadre: 90rem;
  --gouttiere: clamp(1rem, 0.6rem + 1.6vw, 2.5rem);
  --pas: 1.15rem;
  --rayon: 16px;
  --rayon-petit: 12px;
}

@media (prefers-color-scheme: dark) {
  :root {
    --sienne-papier: #211710;
    --sienne-creux: #2A1D12;
    --sienne-relief: #2F2116;
    --encre-sepia: #F2E6D2;
    --encre-pale: #C9B79C;
    --filet-fine: #4A3222;
    --filet-forte: #6B4A30;
    --ombre-douce: 0 8px 24px rgba(0, 0, 0, 0.4);
    --ombre-carte: 0 4px 14px rgba(0, 0, 0, 0.35);
    --ombre-vedette: 0 14px 42px rgba(0, 0, 0, 0.5);
  }
}

* { box-sizing: border-box; }
* { min-width: 0; }

html { -webkit-text-size-adjust: 100%; }

body.grl-page {
  margin: 0;
  background: var(--sienne-papier);
  color: var(--encre-sepia);
  font-family: var(--texte-police);
  font-size: var(--t-base);
  line-height: 1.55;
  text-rendering: optimizeLegibility;
}

img, svg { display: block; max-width: 100%; }

a { color: var(--vert-lisiere); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--magenta-bornage); }

:focus-visible {
  outline: 3px solid var(--magenta-bornage);
  outline-offset: 2px;
  border-radius: 4px;
}

h1, h2, h3 { font-family: var(--titre-police); font-weight: 700; letter-spacing: -0.01em; line-height: 1.15; color: var(--encre-sepia); }

.grl-acces-direct {
  position: absolute; left: -9999px; top: 0;
  background: var(--magenta-bornage); color: #fff;
  padding: 0.6rem 1rem; border-radius: 0 0 var(--rayon-petit) 0; z-index: 50;
}
.grl-acces-direct:focus { left: 0; }

.grl-travee {
  width: 100%;
  max-width: var(--cadre);
  margin-inline: auto;
  padding-inline: var(--gouttiere);
}

/* ---------- Fronton ---------- */
.grl-fronton { background: var(--sienne-papier); }
.grl-fronton__interieur {
  display: flex; flex-wrap: wrap; align-items: center;
  justify-content: space-between; gap: var(--pas);
  padding-block: clamp(0.9rem, 0.6rem + 1vw, 1.6rem);
}
.grl-fronton__marque { display: flex; flex-wrap: wrap; align-items: baseline; gap: 0.9rem; }
.grl-enseigne {
  display: inline-flex; align-items: center; gap: 0.6rem;
  font-family: var(--titre-police); font-weight: 700;
  font-size: clamp(1.3rem, 1.1rem + 0.8vw, 1.7rem);
  color: var(--encre-sepia); text-decoration: none;
}
.grl-embleme { color: var(--magenta-bornage); }
.grl-devise { margin: 0; color: var(--encre-pale); font-size: var(--t-petit); letter-spacing: 0.04em; }
.grl-parcours ul { display: flex; flex-wrap: wrap; gap: 0.3rem 1.2rem; list-style: none; margin: 0; padding: 0; }
.grl-parcours__lien {
  display: inline-block; padding: 0.35rem 0.1rem;
  font-size: var(--t-menu); color: var(--encre-sepia);
  text-decoration: none; border-bottom: 2px solid transparent;
}
.grl-parcours__lien:hover, .grl-parcours__lien[aria-current="page"] {
  color: var(--magenta-bornage); border-bottom-color: var(--magenta-bornage);
}
.grl-fronton__filet {
  height: 3px;
  background: repeating-linear-gradient(to right, var(--magenta-bornage) 0 14px, transparent 14px 22px);
}

/* ---------- Préambule ---------- */
.grl-preambule { padding-block: clamp(1.6rem, 1rem + 2vw, 3rem) 1.2rem; max-width: 52rem; }
.grl-preambule h1 { font-size: var(--t-h1); margin: 0 0 0.6rem; letter-spacing: -0.02em; }
.grl-preambule > p { color: var(--encre-pale); font-size: clamp(1.02rem, 0.98rem + 0.3vw, 1.15rem); max-width: 58ch; }
.grl-preambule__signal {
  display: inline-block; margin-top: 0.6rem;
  font-family: var(--titre-police); font-size: var(--t-petit);
  letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--magenta-bornage);
  padding: 0.3rem 0.7rem; border: 2px solid var(--magenta-bornage);
  border-radius: var(--rayon-petit);
  font-variant-numeric: tabular-nums;
  transform: rotate(-1.5deg);
}

/* ---------- Tampon ---------- */
.grl-tampon {
  display: inline-block; margin: 0 0 0.7rem;
  font-family: var(--titre-police); font-weight: 700;
  font-size: 0.7rem; letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--magenta-bornage);
  padding: 0.3rem 0.6rem;
  border: 2px solid var(--magenta-bornage);
  border-radius: 4px;
  font-variant-numeric: tabular-nums;
  transform: rotate(-2deg);
  background: var(--sienne-relief);
}
.grl-tampon__cote { letter-spacing: 0.24em; }
.grl-tampon time { letter-spacing: 0.1em; }

/* ---------- Vedette ---------- */
.grl-vedette-bloc { padding-block: 0.4rem 2rem; }
.grl-vedette { position: relative; border-radius: 20px; overflow: hidden; box-shadow: var(--ombre-vedette); }
.grl-vedette__lien { display: block; position: relative; color: #fff; text-decoration: none; }
.grl-vedette__image { margin: 0; width: 100%; aspect-ratio: var(--ratio-vedette); }
.grl-vedette__image img { width: 100%; height: 100%; object-fit: cover; display: block; filter: saturate(0.94) contrast(1.02); }
.grl-vedette__voile {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(58,33,16,0) 38%, rgba(58,33,16,0.72) 100%);
  pointer-events: none;
}
.grl-vedette__texte {
  position: absolute; left: 0; right: 0; bottom: 0;
  padding: clamp(1rem, 0.6rem + 2vw, 2.2rem);
}
.grl-vedette__texte .grl-tampon { background: rgba(255,255,255,0.92); }
.grl-vedette__intitule {
  font-size: var(--t-display); color: #fff; margin: 0.2rem 0 0.5rem;
  text-shadow: 0 2px 10px rgba(0,0,0,0.55);
  max-width: 26ch;
}
.grl-vedette__abrege { color: #fff; max-width: 60ch; margin: 0 0 0.5rem; text-shadow: 0 1px 6px rgba(0,0,0,0.5); }
.grl-vedette__pied { display: flex; flex-wrap: wrap; gap: 0.8rem; align-items: center; }
.grl-vedette__mention {
  font-family: var(--titre-police); font-size: 0.72rem;
  letter-spacing: 0.22em; text-transform: uppercase;
  color: #fff; border-bottom: 2px solid var(--magenta-bornage);
}

/* ---------- Rayons ---------- */
.grl-rayon { padding-block: clamp(1.4rem, 1rem + 1.6vw, 2.4rem); }
.grl-rayon__tete { display: flex; flex-wrap: wrap; align-items: baseline; justify-content: space-between; gap: 0.6rem; margin-bottom: 1.2rem; }
.grl-rayon__tete h2 { margin: 0; font-size: var(--t-h2); }
.grl-rayon__tete h2 a { color: inherit; text-decoration: none; border-bottom: 3px solid var(--magenta-bornage); padding-bottom: 2px; }
.grl-rayon__phrase { margin: 0; color: var(--encre-pale); max-width: 58ch; font-size: 0.95rem; }
.grl-rayon__decompte {
  font-family: var(--titre-police); font-size: 0.72rem;
  letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--encre-pale); font-variant-numeric: tabular-nums;
}

/* ---------- Trois fiches (grande densité) ---------- */
.grl-trois-fiches {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 17rem), 1fr));
  gap: clamp(1rem, 0.6rem + 1.2vw, 1.6rem);
}
.grl-fiche-article {
  background: var(--sienne-relief);
  border-radius: var(--rayon);
  overflow: hidden;
  box-shadow: var(--ombre-carte);
  display: flex; flex-direction: column;
  border: 1px solid var(--filet-fine);
}
.grl-fiche-article__vignette {
  margin: 0; width: 100%; aspect-ratio: var(--ratio-detail);
  background: var(--sienne-creux);
}
.grl-fiche-article__vignette img { width: 100%; height: 100%; object-fit: cover; }
.grl-fiche-article__corps { padding: 1rem 1.1rem 1.2rem; display: flex; flex-direction: column; min-width: 0; }
.grl-fiche-article__intitule { margin: 0 0 0.5rem; font-size: var(--t-h3); }
.grl-fiche-article__intitule a { color: inherit; text-decoration: none; }
.grl-fiche-article__intitule a:hover { color: var(--magenta-bornage); }
.grl-fiche-article__abrege { margin: 0 0 0.8rem; color: var(--encre-pale); font-size: 0.93rem; }
.grl-fiche-article__rubrique { margin: auto 0 0; }

/* ---------- Entrée (rail) ---------- */
.grl-registre {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 20rem), 1fr));
  gap: clamp(1rem, 0.7rem + 1vw, 1.5rem);
}
.grl-entree {
  display: grid;
  grid-template-columns: minmax(0, 10rem) 1fr;
  gap: 1rem;
  background: var(--sienne-relief);
  border-radius: var(--rayon);
  overflow: hidden;
  box-shadow: var(--ombre-douce);
  border: 1px solid var(--filet-fine);
  padding: 0.6rem;
  align-items: start;
}
.grl-entree__vignette {
  margin: 0; width: 100%; aspect-ratio: var(--ratio-fiche);
  border-radius: var(--rayon-petit); overflow: hidden;
  background: var(--sienne-creux);
}
.grl-entree__vignette picture, .grl-entree__vignette img { display:block; width:100%; height:100%; object-fit:cover; }
.grl-entree__texte { display: flex; flex-direction: column; min-width: 0; padding: 0.4rem 0.4rem 0.4rem 0; }
.grl-entree__cote { margin: 0 0 0.4rem; font-size: 0.75rem; }
.grl-entree__intitule { margin: 0 0 0.4rem; font-size: var(--t-h3); }
.grl-entree__intitule a { color: inherit; text-decoration: none; }
.grl-entree__intitule a:hover { color: var(--magenta-bornage); }
.grl-entree__abrege { margin: 0 0 0.6rem; color: var(--encre-pale); font-size: 0.9rem; }
.grl-entree__datation { margin: auto 0 0; font-size: var(--t-petit); color: var(--encre-pale); font-variant-numeric: tabular-nums; }
.grl-entree__renvoi { margin: 1rem 0 0; }
.grl-renvoi {
  font-family: var(--titre-police); font-weight: 700; text-decoration: none;
  letter-spacing: 0.04em; color: var(--magenta-bornage);
}
.grl-renvoi:hover { text-decoration: underline; }

.grl-cote {
  display: inline-block; font-family: var(--titre-police); font-weight: 700;
  font-size: 0.7rem; letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--magenta-bornage); font-variant-numeric: tabular-nums;
  padding-right: 0.5rem; margin-right: 0.5rem;
  border-right: 1px solid var(--filet-forte);
}
.grl-mention {
  font-family: var(--titre-police); font-size: 0.72rem;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--encre-pale); text-decoration: none;
}
.grl-mention:hover { color: var(--magenta-bornage); }

/* ---------- Ruban rubrique (aplat saturé) ---------- */
.grl-rubans { padding: clamp(1.4rem, 1rem + 2vw, 2.6rem); border-radius: var(--rayon); margin-block: 1rem; }
.grl-rubans--1 { background: hsl(340, 62%, 32%); color: #FFF3E6; }
.grl-rubans--2 { background: hsl(186, 42%, 26%); color: #EEF6F4; }
.grl-rubans--3 { background: hsl(22, 62%, 34%); color: #FFF0DE; }
.grl-rubans .grl-rayon__tete h2, .grl-rubans h2 { color: inherit; }
.grl-rubans__entete { max-width: 52rem; margin-bottom: 1.2rem; }
.grl-rubans__cote {
  margin: 0 0 0.4rem; font-family: var(--titre-police); font-weight: 700;
  font-size: 0.72rem; letter-spacing: 0.24em; text-transform: uppercase;
  color: var(--filet-fine);
}
.grl-rubans h2 { font-size: var(--t-h2); margin: 0 0 0.4rem; }
.grl-rubans h2 a { color: inherit; text-decoration: none; }
.grl-rubans h2 a:hover { text-decoration: underline; }
.grl-rubans__intro { margin: 0; opacity: 0.9; }
.grl-rubans .grl-entree {
  background: rgba(255,255,255,0.95); color: var(--encre-sepia);
  border-color: rgba(255,255,255,0.4);
}
.grl-rubans .grl-entree__abrege, .grl-rubans .grl-entree__datation, .grl-rubans .grl-cote, .grl-rubans .grl-mention {
  color: var(--encre-pale);
}
.grl-rubans .grl-entree__intitule a { color: var(--encre-sepia); }
.grl-rubans .grl-renvoi { color: #FFF3E6; }

/* ---------- Tableau abaqué ---------- */
.grl-abaque { overflow-x: auto; -webkit-overflow-scrolling: touch; border-radius: var(--rayon); box-shadow: var(--ombre-douce); border: 1px solid var(--filet-fine); background: var(--sienne-relief); }
.grl-tableau { border-collapse: collapse; width: 100%; min-width: 34rem; font-size: 0.92rem; }
.grl-tableau caption { text-align: left; padding: 0.8rem 1rem; font-family: var(--titre-police); font-weight: 700; color: var(--encre-sepia); background: var(--sienne-creux); }
.grl-tableau th, .grl-tableau td { text-align: left; padding: 0.7rem 1rem; border-top: 1px solid var(--filet-fine); font-variant-numeric: tabular-nums; }
.grl-tableau thead th { background: var(--sienne-creux); font-family: var(--titre-police); font-size: 0.78rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--magenta-bornage); }
.grl-tableau tbody th { font-weight: 700; color: var(--encre-sepia); }

/* ---------- Casier (liste dense) ---------- */
.grl-casier { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; }
.grl-casier__item { border-top: 1px solid var(--filet-fine); }
.grl-casier__item:last-child { border-bottom: 1px solid var(--filet-fine); }
.grl-casier__lien {
  display: grid;
  grid-template-columns: 72px 1fr auto;
  align-items: center;
  gap: 0.9rem;
  padding: 0.7rem 0.4rem 0.7rem 0.9rem;
  text-decoration: none; color: inherit;
  border-left: 2px solid var(--magenta-bornage);
  font-variant-numeric: tabular-nums;
}
.grl-casier__lien:hover { background: var(--sienne-creux); }
.grl-casier__vignette {
  margin: 0; width: 72px; height: 72px; aspect-ratio: 1;
  border-radius: var(--rayon-petit); overflow: hidden; background: var(--sienne-creux);
}
.grl-casier__vignette img { width: 100%; height: 100%; object-fit: cover; }
.grl-casier__titre { font-family: var(--titre-police); font-weight: 700; font-size: 1.02rem; min-width: 0; }
.grl-casier__meta { display: flex; flex-wrap: wrap; gap: 0.6rem; align-items: center; font-size: var(--t-petit); color: var(--encre-pale); }
.grl-casier__meta .grl-cote { border: 0; padding: 0; margin: 0; }

/* ---------- Index ---------- */
.grl-index { list-style: none; margin: 0; padding: 0; columns: 2 12rem; column-gap: 1.6rem; }
.grl-index__item { break-inside: avoid; padding: 0.3rem 0; border-bottom: 1px dashed var(--filet-fine); }
.grl-index__item a { text-decoration: none; color: var(--encre-sepia); }
.grl-index__item a::before { content: "· "; color: var(--magenta-bornage); }
.grl-index__item a:hover { color: var(--magenta-bornage); }

/* ---------- Note éditeur ---------- */
.grl-note-editeur {
  margin-block: 2rem;
  padding: clamp(1rem, 0.8rem + 1vw, 1.8rem);
  background: var(--sienne-creux);
  border-radius: var(--rayon);
  border-left: 6px solid var(--magenta-bornage);
  box-shadow: var(--ombre-douce);
}
.grl-note-editeur p:last-child { margin: 0; max-width: var(--mesure); }
.grl-note-editeur__filet { display: none; }

/* ---------- Ailleurs (réseau) ---------- */
.grl-ailleurs { padding-block: 2rem; }
.grl-ailleurs__liste { list-style: none; margin: 0; padding: 0; display: grid; gap: 0.7rem; grid-template-columns: repeat(auto-fill, minmax(min(100%, 22rem), 1fr)); }
.grl-ailleurs__item { padding: 0.8rem 1rem; background: var(--sienne-relief); border-radius: var(--rayon-petit); box-shadow: var(--ombre-carte); border: 1px solid var(--filet-fine); }
.grl-ailleurs__item p { margin: 0; font-size: 0.92rem; color: var(--encre-pale); }

/* ---------- Rubrique / onglets ---------- */
.grl-onglets { display: flex; flex-wrap: wrap; gap: 0.5rem; }
.grl-onglet {
  padding: 0.5rem 0.95rem; border-radius: var(--rayon-petit);
  text-decoration: none; color: var(--encre-sepia);
  border: 2px solid var(--filet-forte); font-size: var(--t-menu);
  font-family: var(--titre-police); font-weight: 700;
  letter-spacing: 0.04em;
}
.grl-onglet:hover { border-color: var(--magenta-bornage); color: var(--magenta-bornage); }
.grl-onglet--courant { background: var(--magenta-bornage); color: #fff; border-color: var(--magenta-bornage); }
.grl-onglet--courant:hover { color: #fff; }

.grl-remontee { padding-block: 1rem; }
.grl-remontee ol { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: 0.3rem; font-size: var(--t-petit); color: var(--encre-pale); }
.grl-remontee ol li + li::before { content: " / "; color: var(--filet-forte); margin-right: 0.3rem; }
.grl-remontee a { color: var(--encre-pale); text-decoration: none; }
.grl-remontee a:hover { color: var(--magenta-bornage); }

/* ---------- Fiche article ---------- */
.grl-fiche { padding-bottom: 2rem; }
.grl-entete-fiche { max-width: 60rem; padding-block: 0.5rem 1.4rem; }
.grl-entete-fiche h1 { font-size: var(--t-h1); margin: 0.2rem 0 0.8rem; }
.grl-chapeau { font-size: clamp(1.05rem, 1rem + 0.4vw, 1.2rem); color: var(--encre-pale); max-width: 60ch; margin: 0 0 0.6rem; }
.grl-datation { font-size: var(--t-petit); color: var(--encre-pale); margin: 0; }

.grl-planche-image { margin: 0 0 2rem; border-radius: var(--rayon); overflow: hidden; box-shadow: var(--ombre-douce); }
.grl-planche-image img { width: 100%; aspect-ratio: var(--ratio-vedette); object-fit: cover; filter: saturate(0.94) contrast(1.02); }
.grl-planche-image figcaption { padding: 0.6rem 1rem; background: var(--sienne-creux); font-size: var(--t-petit); color: var(--encre-pale); }

.grl-duo { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 17rem); gap: clamp(1.2rem, 1rem + 2vw, 3rem); align-items: start; }
.grl-corps { max-width: var(--mesure); font-size: 1.03rem; }
.grl-corps p { margin: 0 0 var(--pas); }
.grl-corps h2 { font-size: var(--t-h2); margin: 2rem 0 0.6rem; padding-top: 1rem; border-top: 2px solid var(--magenta-bornage); }
.grl-corps h3 { font-size: var(--t-h3); margin: 1.6rem 0 0.4rem; }
.grl-corps img { width: 100%; max-width: 100%; aspect-ratio: var(--ratio-detail); object-fit: cover; border-radius: var(--rayon-petit); margin: 1rem 0; box-shadow: var(--ombre-douce); }
.grl-corps ul, .grl-corps ol { padding-left: 1.2rem; }
.grl-corps li { margin-bottom: 0.4rem; }
.grl-corps blockquote { margin: 1.5rem 0; padding: 0.8rem 1.2rem; border-left: 4px solid var(--magenta-bornage); background: var(--sienne-relief); border-radius: 0 var(--rayon-petit) var(--rayon-petit) 0; }

.grl-releve { background: var(--sienne-creux); border-radius: var(--rayon); padding: 1.1rem 1.2rem; box-shadow: var(--ombre-carte); position: sticky; top: 1rem; border: 1px solid var(--filet-fine); }
.grl-releve h2 { font-size: 0.78rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--magenta-bornage); margin: 1rem 0 0.5rem; }
.grl-releve h2:first-child { margin-top: 0; }
.grl-releve__sommaire, .grl-releve__sources { margin: 0; padding-left: 1.1rem; font-size: 0.9rem; }
.grl-releve__sommaire li, .grl-releve__sources li { margin-bottom: 0.35rem; }

.grl-voisinage { padding-top: 1rem; }
.grl-voisinage .grl-casier { display: grid; grid-template-columns: repeat(auto-fill, minmax(min(100%, 20rem), 1fr)); gap: 1rem; border: 0; }
.grl-voisinage .grl-casier__item { border: 0; }
.grl-voisinage .grl-entree { padding: 0.6rem; }

/* ---------- Pied ---------- */
.grl-pied { background: var(--sienne-creux); margin-top: 3rem; border-top: 4px solid var(--magenta-bornage); }
.grl-pied__colonnes { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 15rem), 1fr)); gap: 1.6rem; padding-block: 2.2rem; }
.grl-pied__colonne h2 { font-size: 0.78rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--magenta-bornage); margin: 0 0 0.6rem; }
.grl-pied__colonne p { margin: 0 0 0.6rem; color: var(--encre-pale); font-size: 0.92rem; }
.grl-pied__colonne ul { list-style: none; margin: 0; padding: 0; }
.grl-pied__colonne li { margin-bottom: 0.35rem; }
.grl-pied__colonne a { color: var(--encre-sepia); text-decoration: none; font-size: 0.94rem; }
.grl-pied__colonne a:hover { color: var(--magenta-bornage); }
.grl-pied__note { font-size: 0.9rem; }
.grl-pied__ligne { padding-block: 1rem 1.6rem; border-top: 1px solid var(--filet-forte); font-size: var(--t-petit); color: var(--encre-pale); }

/* ---------- Responsive ---------- */
@media (max-width: 56rem) {
  .grl-duo { grid-template-columns: minmax(0, 1fr); }
  .grl-releve { position: static; }
}

@media (max-width: 42rem) {
  .grl-entree { grid-template-columns: minmax(0, 1fr); }
  .grl-entree__vignette { aspect-ratio: 16 / 9; }
  .grl-casier__lien { grid-template-columns: 56px 1fr; }
  .grl-casier__meta { grid-column: 2; }
  .grl-casier__vignette { width: 56px; height: 56px; }
  .grl-tampon { transform: none; }
  .grl-preambule__signal { transform: none; }
  .grl-vedette { border-radius: 14px; }
  .grl-vedette__intitule { font-size: clamp(1.4rem, 1rem + 2vw, 2rem); }
  .grl-index { columns: 1; }
}

@media (max-width: 24rem) {
  .grl-parcours ul { gap: 0.2rem 0.8rem; }
  .grl-parcours__lien { font-size: 0.875rem; }
  .grl-vedette__abrege { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  * { transition: none !important; animation: none !important; }
}
