/* Peau Le Carnet d'Établi ,  The Gridiron Ledger
   Carnet de sellerie : cramoisi cuir sur fond craie, coutures de vérification,
   étiquettes de fil, jetons de date. Préfixe nfl-. */

@font-face {
  font-family: 'Playfair Display';
  src: url('/playfair-display-v22-latin-700.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope';
  src: url('/manrope-variable.woff2') format('woff2-variations');
  font-weight: 200 800;
  font-style: normal;
  font-display: swap;
}

:root {
  --nfl-cuir: #C02F99;
  --nfl-cuir-sombre: #7E1D64;
  --nfl-cuir-pale: #F4D6EF;
  --nfl-craie: #FBF3E8;
  --nfl-encre: #2B1D12;
  --nfl-encre-doux: #5B4635;
  --nfl-filet: #E5D3B8;
  --nfl-couture: #8C7A63;
  --nfl-lin: #F2E6D2;
  --nfl-ombre: rgba(43,29,18,.16);
  --nfl-ombre-forte: rgba(192,47,153,.22);
  --nfl-laiton: #8A6A2F;
  --nfl-alerte: #B23A2F;
  --nfl-titre-police: 'Playfair Display', Georgia, 'Palatino Linotype', serif;
  --nfl-texte-police: 'Manrope', -apple-system, 'Segoe UI', sans-serif;
  --nfl-corps-taille: clamp(1rem, 0.95rem + 0.25vw, 1.125rem);
  --nfl-interligne: 1.62;
  --nfl-mesure: 68ch;
  --nfl-emprise: 76rem;
  --nfl-gouttiere: 1.25rem;
  --nfl-rayon: 14px;
  --nfl-rayon-sm: 12px;
  --nfl-rayon-lg: 20px;
  --nfl-ratio-une: 16 / 9;
  --nfl-ratio-grille: 4 / 3;
  --nfl-ratio-vignette: 1 / 1;
}

*, *::before, *::after { box-sizing: border-box; }
html { overflow-x: clip; scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--nfl-craie);
  color: var(--nfl-encre);
  font-family: var(--nfl-texte-police);
  font-size: var(--nfl-corps-taille);
  line-height: var(--nfl-interligne);
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
}
h1, h2, h3, h4 {
  font-family: var(--nfl-titre-police);
  font-weight: 700;
  letter-spacing: -0.015em;
  line-height: 1.08;
  text-shadow: 0 1px 0 rgba(255,255,255,.35), 0 2px 6px rgba(43,29,18,.08);
  color: var(--nfl-encre);
  margin: 0 0 .5rem;
}
h1 { font-size: clamp(2rem, 1.6rem + 2.2vw, 3.6rem); }
h2 { font-size: clamp(1.4rem, 1.15rem + 1.1vw, 2rem); }
h3 { font-size: clamp(1.15rem, 1rem + .6vw, 1.45rem); }
p { margin: 0 0 1rem; }
a { color: var(--nfl-cuir-sombre); text-decoration-thickness: 1.5px; text-underline-offset: 3px; }
a:visited { color: var(--nfl-laiton); }
a:hover { color: var(--nfl-cuir); }
a:focus-visible, button:focus-visible {
  outline: 3px solid var(--nfl-cuir);
  outline-offset: 3px;
  border-radius: 4px;
}
img { max-width: 100%; height: auto; display: block; }
ul, ol { padding-left: 1.1rem; }
li { min-width: 0; }

.nfl-acces-direct {
  position: absolute; left: -9999px; top: 0;
  background: var(--nfl-cuir); color: #fff; padding: .75rem 1rem; z-index: 99;
  border-radius: 0 0 var(--nfl-rayon) 0;
}
.nfl-acces-direct:focus { left: 0; }

.nfl-travee {
  max-width: var(--nfl-emprise);
  margin-inline: auto;
  padding-inline: clamp(1rem, 3vw, 2rem);
  min-width: 0;
}

/* En-tête / fronton */
.nfl-fronton { background: var(--nfl-cuir); color: #fff; border-bottom: 4px solid var(--nfl-cuir-sombre); }
.nfl-fronton__interieur {
  display: flex; flex-wrap: wrap; align-items: center; gap: .75rem 1.5rem;
  padding-block: 1rem;
}
.nfl-enseigne {
  display: inline-flex; align-items: center; gap: .6rem;
  color: #fff; text-decoration: none; font-family: var(--nfl-titre-police);
  font-size: 1.35rem; font-weight: 700; letter-spacing: -.01em;
  text-shadow: 0 1px 2px rgba(0,0,0,.25);
}
.nfl-enseigne:visited { color: #fff; }
.nfl-embleme { width: 34px; height: 34px; color: #fff; flex: 0 0 auto; }
.nfl-devise { color: #FBE9F6; margin: 0; font-size: .9rem; font-style: italic; min-width: 0; }
.nfl-parcours { margin-left: auto; min-width: 0; }
.nfl-parcours ul { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: .35rem .85rem; }
.nfl-parcours__lien {
  color: #fff; text-decoration: none; font-size: .88rem;
  letter-spacing: .04em; text-transform: uppercase; padding: .15rem 0;
  border-bottom: 2px solid transparent;
}
.nfl-parcours__lien:visited { color: #fff; }
.nfl-parcours__lien:hover, .nfl-parcours__lien[aria-current="page"] { border-bottom-color: #fff; }

/* Bande-fronton d'accueil (saturé accent) */
.nfl-fronton-bande {
  background: var(--nfl-cuir);
  background: linear-gradient(135deg, #C02F99 0%, #8A1F78 100%);
  color: #fff;
  border-bottom: 4px solid var(--nfl-cuir-sombre);
  position: relative;
  overflow: hidden;
}
.nfl-fronton-bande::after {
  content: ""; position: absolute; inset-inline: 0; bottom: 0; height: 5px;
  background-image: repeating-linear-gradient(to right, rgba(255,255,255,.55) 0 8px, transparent 8px 16px);
}
.nfl-fronton-bande__interieur { padding-block: clamp(1.75rem, 4vw, 3.25rem); max-width: 60rem; }
.nfl-fronton-bande__surtitre {
  font-size: .78rem; letter-spacing: .18em; text-transform: uppercase;
  color: #FBE9F6; margin: 0 0 .75rem;
}
.nfl-fronton-bande__titre {
  color: #fff; font-size: clamp(2.1rem, 1.5rem + 3vw, 4rem);
  letter-spacing: -.02em;
  text-shadow: 0 2px 0 rgba(0,0,0,.18), 0 8px 24px rgba(0,0,0,.28);
  margin: 0 0 .75rem;
}
.nfl-fronton-bande__accroche {
  font-size: clamp(1rem, .95rem + .3vw, 1.2rem);
  max-width: 58ch; color: #FCEFF8;
  text-shadow: 0 1px 2px rgba(0,0,0,.18);
  margin: 0 0 1.25rem;
}
.nfl-bouton {
  display: inline-block; background: var(--nfl-craie); color: var(--nfl-cuir-sombre);
  padding: .75rem 1.25rem; border-radius: var(--nfl-rayon);
  font-weight: 700; text-decoration: none; letter-spacing: .01em;
  box-shadow: 0 8px 20px -8px rgba(0,0,0,.4);
}
.nfl-bouton:visited { color: var(--nfl-cuir-sombre); }
.nfl-bouton:hover { background: #fff; color: var(--nfl-cuir-sombre); }

/* Rayons (sections) */
.nfl-rayon { padding-block: clamp(1.5rem, 3vw, 2.75rem); min-width: 0; }
.nfl-rayon__tete {
  display: flex; flex-wrap: wrap; align-items: baseline; gap: .5rem 1rem;
  margin-bottom: 1.25rem; min-width: 0;
  border-bottom: 1px dashed var(--nfl-filet);
  padding-bottom: .75rem;
}
.nfl-rayon__tete h2 { margin: 0; }
.nfl-rayon__phrase { color: var(--nfl-encre-doux); margin: 0; max-width: 62ch; font-size: .95rem; }
.nfl-rayon__decompte {
  margin-left: auto; font-size: .8rem; letter-spacing: .14em;
  text-transform: uppercase; color: var(--nfl-couture);
}

/* Cartes / fiches */
.nfl-caserne {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
  min-width: 0;
}
.nfl-caserne--trois { grid-template-columns: 1fr; }
@media (min-width: 40rem) {
  .nfl-caserne { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (min-width: 64rem) {
  .nfl-caserne { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .nfl-caserne--trois { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

.nfl-fiche {
  background: var(--nfl-lin);
  border: 1px solid var(--nfl-filet);
  border-radius: var(--nfl-rayon-lg);
  overflow: hidden;
  box-shadow: 0 10px 22px -14px var(--nfl-ombre), 0 2px 0 0 var(--nfl-filet);
  display: flex; flex-direction: column; min-width: 0;
  transition: transform .18s ease, box-shadow .18s ease;
}
.nfl-fiche:hover { transform: translateY(-2px); box-shadow: 0 18px 30px -16px var(--nfl-ombre-forte), 0 2px 0 0 var(--nfl-cuir-pale); }
.nfl-fiche__vignette {
  margin: 0; width: 100%; max-width: 100%; aspect-ratio: var(--nfl-ratio-grille);
  flex: 0 0 auto;
}
.nfl-fiche__vignette img { width: 100%; height: 100%; object-fit: cover; border-radius: 0; filter: saturate(.94) contrast(1.03); }
.nfl-fiche__texte { padding: 1rem 1.15rem 1.25rem; min-width: 0; display: flex; flex-direction: column; gap: .35rem; }
.nfl-fiche__cote { margin: 0; display: flex; gap: .5rem; align-items: center; font-size: .78rem; }
.nfl-cote {
  font-family: var(--nfl-texte-police);
  font-weight: 700; font-size: .7rem; letter-spacing: .16em;
  color: #fff; background: var(--nfl-cuir-sombre);
  padding: .18rem .5rem; border-radius: 6px;
}
.nfl-mention {
  text-transform: uppercase; letter-spacing: .14em; font-size: .7rem;
  color: var(--nfl-cuir-sombre); text-decoration: none; font-weight: 700;
}
.nfl-mention:visited { color: var(--nfl-laiton); }
.nfl-fiche__titre { margin: .15rem 0 .25rem; }
.nfl-fiche__titre a { color: var(--nfl-encre); text-decoration: none; }
.nfl-fiche__titre a:visited { color: var(--nfl-encre); }
.nfl-fiche__titre a:hover { color: var(--nfl-cuir-sombre); text-decoration: underline; }
.nfl-fiche__abrege { margin: 0; color: var(--nfl-encre-doux); font-size: .95rem; }

/* Étiquette de fil */
.nfl-etiquette {
  margin: .5rem 0 0; padding: .35rem .6rem;
  background: var(--nfl-craie);
  border-left: 4px solid var(--nfl-cuir);
  border-radius: 6px;
  font-size: .78rem;
  display: flex; gap: .6rem; flex-wrap: wrap; align-items: baseline;
  color: var(--nfl-encre-doux);
}
.nfl-etiquette__cle { text-transform: uppercase; letter-spacing: .14em; color: var(--nfl-cuir-sombre); font-weight: 700; }
.nfl-etiquette time { font-variant-numeric: tabular-nums; color: var(--nfl-couture); }

/* Une (grande carte photo-led) */
.nfl-une { margin-top: -.5rem; }
.nfl-fiche--une {
  background: var(--nfl-lin);
  border-radius: var(--nfl-rayon-lg);
  box-shadow: 0 24px 48px -26px var(--nfl-ombre), 0 4px 0 0 var(--nfl-filet);
  overflow: hidden;
}
.nfl-une__lien { display: block; color: inherit; text-decoration: none; }
.nfl-une__photo {
  margin: 0; position: relative;
  width: 100%; max-width: 100%; aspect-ratio: var(--nfl-ratio-une);
  background: var(--nfl-encre);
}
.nfl-une__photo img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.94) contrast(1.03); }
.nfl-une__legende {
  position: absolute; left: 0; right: 0; bottom: 0;
  padding: 1rem 1.2rem;
  background: linear-gradient(0deg, rgba(34,20,16,.78), rgba(34,20,16,0) 100%);
  color: #FBEFE0; font-size: .82rem;
  text-shadow: 0 1px 3px rgba(0,0,0,.55);
  border-radius: 0 0 0 0;
}
.nfl-une__texte { padding: 1.25rem 1.4rem 1.6rem; }
.nfl-une__cote { display: flex; gap: .5rem; align-items: center; font-size: .78rem; margin: 0 0 .5rem; color: var(--nfl-cuir-sombre); text-transform: uppercase; letter-spacing: .14em; font-weight: 700; }
.nfl-une__titre { font-size: clamp(1.6rem, 1.2rem + 1.8vw, 2.6rem); margin: 0 0 .5rem; letter-spacing: -.02em; }
.nfl-une__abrege { color: var(--nfl-encre-doux); font-size: 1.05rem; max-width: 62ch; margin: 0 0 .75rem; }
.nfl-une__date { margin: 0; font-size: .82rem; letter-spacing: .14em; text-transform: uppercase; color: var(--nfl-couture); }

/* Registre (liste dense) */
.nfl-registre { list-style: none; margin: 0; padding: 0; display: grid; gap: 1rem; min-width: 0; }
.nfl-fiche--ligne {
  flex-direction: row; align-items: stretch;
  background: var(--nfl-craie);
  box-shadow: 0 6px 14px -10px var(--nfl-ombre), 0 1px 0 0 var(--nfl-filet);
}
.nfl-fiche--ligne .nfl-fiche__vignette {
  width: 130px; max-width: 130px; flex: 0 0 130px;
  aspect-ratio: var(--nfl-ratio-vignette);
  border-radius: var(--nfl-rayon) 0 0 var(--nfl-rayon);
}
.nfl-fiche--ligne .nfl-fiche__vignette img { border-radius: var(--nfl-rayon) 0 0 var(--nfl-rayon); }
.nfl-fiche--ligne .nfl-fiche__texte { padding: .85rem 1rem; }
.nfl-fiche--ligne .nfl-fiche__abrege { display: none; }
@media (min-width: 48rem) {
  .nfl-fiche--ligne .nfl-fiche__abrege { display: block; }
}

/* Cartes de rubrique */
.nfl-rubrique-carte {
  background: var(--nfl-craie);
  border: 1px solid var(--nfl-filet);
  border-radius: var(--nfl-rayon-lg);
  padding: 1.25rem 1.3rem 1.4rem;
  box-shadow: 0 14px 28px -18px var(--nfl-ombre-forte), 0 2px 0 0 var(--nfl-cuir-pale);
  display: flex; flex-direction: column; gap: .35rem; min-width: 0;
}
.nfl-rubrique-carte__cote {
  margin: 0; font-family: var(--nfl-titre-police);
  font-size: 1.6rem; color: var(--nfl-cuir); letter-spacing: .04em;
}
.nfl-rubrique-carte__titre { margin: 0; }
.nfl-rubrique-carte__titre a { color: var(--nfl-encre); text-decoration: none; }
.nfl-rubrique-carte__intro { color: var(--nfl-encre-doux); margin: 0 0 .25rem; }
.nfl-rubrique-carte__lien {
  display: flex; gap: .75rem; align-items: center; margin-top: .5rem;
  padding-top: .75rem; border-top: 1px dashed var(--nfl-filet);
  color: var(--nfl-encre); text-decoration: none; font-size: .92rem;
}
.nfl-rubrique-carte__vignette {
  margin: 0; width: 84px; max-width: 84px; flex: 0 0 84px;
  aspect-ratio: var(--nfl-ratio-vignette);
  border-radius: var(--nfl-rayon-sm); overflow: hidden;
}
.nfl-rubrique-carte__vignette img { width: 100%; height: 100%; object-fit: cover; }

/* Banc d'examen (idée inattendue) */
.nfl-banc {
  background: var(--nfl-lin);
  border-radius: var(--nfl-rayon-lg);
  padding: 1.75rem 1.5rem 2rem;
  margin-block: 1.5rem;
  box-shadow: 0 22px 40px -28px var(--nfl-ombre), 0 2px 0 0 var(--nfl-filet);
  border: 1px solid var(--nfl-filet);
}
.nfl-banc__liste { list-style: none; margin: 0; padding: 0; display: grid; gap: 1.25rem; min-width: 0; }
@media (min-width: 48rem) { .nfl-banc__liste { grid-template-columns: repeat(3, minmax(0,1fr)); } }
.nfl-banc__fiche {
  background: var(--nfl-craie);
  border: 1px solid var(--nfl-filet);
  border-left: 4px solid var(--nfl-cuir);
  border-radius: var(--nfl-rayon);
  padding: 1rem 1.1rem 1.2rem;
  box-shadow: 0 8px 18px -14px var(--nfl-ombre);
  min-width: 0;
}
.nfl-banc__tete { display: flex; gap: .75rem; align-items: center; margin-bottom: .5rem; }
.nfl-banc__rubrique { margin: 0; text-transform: uppercase; letter-spacing: .14em; font-size: .7rem; color: var(--nfl-cuir-sombre); font-weight: 700; }
.nfl-banc__titre { margin: 0 0 .35rem; font-size: 1.15rem; }
.nfl-banc__titre a { color: var(--nfl-encre); text-decoration: none; }
.nfl-banc__abrege { margin: 0; color: var(--nfl-encre-doux); font-size: .92rem; }
.nfl-banc__signature {
  margin: 1.5rem 0 0; padding-top: 1rem;
  border-top: 1px dashed var(--nfl-filet);
  font-style: italic; color: var(--nfl-encre-doux); max-width: 62ch;
}

/* Jeton de date */
.nfl-jeton {
  display: grid; grid-template-rows: auto auto auto; place-items: center;
  width: 54px; height: 54px; flex: 0 0 54px;
  background: var(--nfl-cuir);
  color: #fff; border-radius: 12px;
  font-family: var(--nfl-texte-police); font-weight: 700;
  font-variant-numeric: tabular-nums;
  line-height: 1;
  padding: 6px 0;
  box-shadow: 0 6px 14px -8px var(--nfl-ombre-forte);
}
.nfl-jeton__jour { font-size: 1.15rem; }
.nfl-jeton__mois { font-size: .58rem; letter-spacing: .18em; opacity: .95; margin-top: 1px; }
.nfl-jeton__an { font-size: .54rem; letter-spacing: .1em; opacity: .85; }
.nfl-jeton__sr { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
@media (max-width: 30rem) { .nfl-jeton { width: 46px; height: 46px; flex-basis: 46px; } .nfl-jeton__jour { font-size: 1rem; } }

/* En-tête d'article */
.nfl-ouvrage { padding-top: 1rem; }
.nfl-entete-ouvrage {
  display: grid; grid-template-columns: auto 1fr; gap: .5rem 1.25rem;
  align-items: start; max-width: var(--nfl-mesure);
  margin-bottom: 1.5rem; min-width: 0;
}
.nfl-entete-ouvrage__cote {
  grid-column: 2 / -1; margin: 0; display: flex; gap: .5rem; align-items: center;
}
.nfl-entete-ouvrage__titre { grid-column: 2 / -1; margin: 0; }
.nfl-entete-ouvrage .nfl-chapeau { grid-column: 1 / -1; }
.nfl-entete-ouvrage__datation {
  grid-column: 1 / -1; margin: 0; font-size: .82rem;
  text-transform: uppercase; letter-spacing: .14em; color: var(--nfl-couture);
}
.nfl-chapeau { font-size: clamp(1.05rem, 1rem + .35vw, 1.25rem); color: var(--nfl-encre-doux); max-width: var(--nfl-mesure); }

.nfl-planche-image { margin: 0 0 1.75rem; width: 100%; max-width: 100%; }
.nfl-planche-image img {
  width: 100%; height: auto; max-height: 34rem; object-fit: cover;
  border-radius: var(--nfl-rayon-lg);
  box-shadow: 0 24px 48px -26px var(--nfl-ombre);
  filter: saturate(.94) contrast(1.03);
}
.nfl-planche-image figcaption {
  margin-top: .6rem; font-size: .85rem; color: var(--nfl-couture); max-width: var(--nfl-mesure);
}

/* Corps + colonne de notes */
.nfl-duo {
  display: grid; grid-template-columns: 1fr; gap: 2rem; min-width: 0;
}
@media (min-width: 64rem) {
  .nfl-duo { grid-template-columns: minmax(0, 1fr) 20rem; }
}
.nfl-corps { min-width: 0; max-width: var(--nfl-mesure); }
.nfl-corps > * { min-width: 0; }
.nfl-corps > p + p { margin-top: 0; }
.nfl-corps > p:first-of-type::first-letter {
  font-family: var(--nfl-titre-police);
  float: left; font-size: 3.6em; line-height: .85;
  padding: .1em .12em .1em 0; color: var(--nfl-cuir);
}
.nfl-corps h2 {
  margin-top: 2rem; padding-top: .75rem;
  border-top: 1px solid var(--nfl-filet);
  position: relative;
}
.nfl-corps h2::before {
  content: ""; position: absolute; left: 0; top: -5px;
  width: 10px; height: 10px; background: var(--nfl-cuir);
  transform: rotate(45deg);
}
.nfl-corps table { width: 100%; border-collapse: collapse; }
.nfl-corps > *:has(> table) { display: block; overflow-x: auto; }
.nfl-planche-defilante { overflow-x: auto; }

/* Colonne de notes (article) */
.nfl-notes {
  background: var(--nfl-lin);
  border: 1px solid var(--nfl-filet);
  border-radius: var(--nfl-rayon-lg);
  padding: 1.25rem 1.3rem;
  box-shadow: 0 14px 28px -20px var(--nfl-ombre);
  height: fit-content;
  min-width: 0;
  display: flex; flex-direction: column; gap: .85rem;
}
.nfl-notes__titre { font-size: 1.05rem; margin: 0; padding-bottom: .5rem; border-bottom: 1px dashed var(--nfl-filet); }
.nfl-notes__sommaire { margin: 0; padding-left: 1.1rem; font-size: .92rem; }
.nfl-notes__bloc { background: var(--nfl-craie); border-radius: var(--nfl-rayon-sm); padding: .85rem .95rem; }
.nfl-notes__bloc h3 { font-size: .95rem; margin: 0 0 .35rem; }
.nfl-notes__bloc p { margin: 0; font-size: .92rem; color: var(--nfl-encre-doux); }
.nfl-notes__bloc--citation {
  border-left: 4px solid var(--nfl-cuir);
  font-style: italic; color: var(--nfl-encre);
}
.nfl-notes__bloc--citation p { color: var(--nfl-encre); }
.nfl-notes__sources { list-style: none; padding: 0; margin: 0; font-size: .9rem; }
.nfl-notes__sources li { padding: .25rem 0; border-bottom: 1px dashed var(--nfl-filet); }
.nfl-notes__sources li:last-child { border-bottom: 0; }

/* Rubriques onglets */
.nfl-onglets { display: flex; flex-wrap: wrap; gap: .5rem; padding-block: .5rem; }
.nfl-onglet {
  display: inline-block; padding: .45rem .85rem; border-radius: 999px;
  background: var(--nfl-lin); border: 1px solid var(--nfl-filet);
  color: var(--nfl-encre); text-decoration: none; font-size: .85rem;
  letter-spacing: .04em;
}
.nfl-onglet:hover { border-color: var(--nfl-cuir); }
.nfl-onglet--courant { background: var(--nfl-cuir); color: #fff; border-color: var(--nfl-cuir); }
.nfl-onglet--courant:visited { color: #fff; }

/* Préambule, remontée */
.nfl-preambule { padding-block: 1.5rem; max-width: var(--nfl-mesure); }
.nfl-preambule h1 { text-shadow: 0 1px 0 rgba(255,255,255,.4), 0 2px 6px rgba(43,29,18,.1); }
.nfl-remontee ol { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: .5rem; font-size: .85rem; color: var(--nfl-couture); padding-block: .75rem; }
.nfl-remontee li + li::before { content: "·"; margin-right: .5rem; color: var(--nfl-couture); }
.nfl-remontee a { color: var(--nfl-cuir-sombre); }

/* Réseau */
.nfl-ailleurs { padding-block: 2rem; }
.nfl-ailleurs__liste { list-style: none; padding: 0; margin: 0; display: grid; gap: .75rem; }
@media (min-width: 48rem) { .nfl-ailleurs__liste { grid-template-columns: repeat(2, minmax(0,1fr)); } }
.nfl-ailleurs__item {
  background: var(--nfl-lin); border-left: 4px solid var(--nfl-cuir);
  border-radius: var(--nfl-rayon-sm); padding: .75rem 1rem;
  box-shadow: 0 6px 14px -12px var(--nfl-ombre);
}
.nfl-ailleurs__item p { margin: 0; font-size: .95rem; }

/* Pied */
.nfl-pied {
  background: #2B1D12; color: #F6E8D4;
  padding-block: 2rem 1rem; margin-top: 2rem;
  border-top: 6px solid var(--nfl-cuir);
}
.nfl-pied__colonnes {
  display: grid; gap: 1.5rem; grid-template-columns: 1fr;
  padding-bottom: 1.5rem; border-bottom: 1px dashed rgba(246,232,212,.2);
}
@media (min-width: 48rem) { .nfl-pied__colonnes { grid-template-columns: repeat(3, minmax(0,1fr)); } }
.nfl-pied__colonne h2 { color: #fff; font-size: 1.05rem; margin: 0 0 .5rem; text-shadow: 0 1px 2px rgba(0,0,0,.4); }
.nfl-pied__colonne p { color: #E4D3B8; font-size: .92rem; margin: 0 0 .5rem; }
.nfl-pied__colonne ul { list-style: none; padding: 0; margin: 0; }
.nfl-pied__colonne li { padding: .15rem 0; }
.nfl-pied__colonne a { color: #F6E8D4; text-decoration: none; border-bottom: 1px dashed rgba(246,232,212,.35); }
.nfl-pied__colonne a:hover { color: #fff; border-bottom-style: solid; }
.nfl-pied__note {
  padding-block: 1.25rem; font-size: .82rem; color: #C9B79A;
  border-bottom: 1px dashed rgba(246,232,212,.2);
}
.nfl-pied__note p { margin: 0; max-width: 90ch; }
.nfl-pied__ligne { padding-top: 1rem; font-size: .82rem; letter-spacing: .14em; text-transform: uppercase; color: #C9B79A; }

/* Accessibilité : input clavier visible, contraste */
.nfl-corps a { color: var(--nfl-cuir-sombre); }
.nfl-corps h2, .nfl-corps h3 { color: var(--nfl-encre); }

/* Petit écran : retouches */
@media (max-width: 30rem) {
  .nfl-parcours { margin-left: 0; width: 100%; }
  .nfl-fronton-bande__titre { font-size: 2rem; }
  .nfl-fiche--ligne .nfl-fiche__vignette { width: 100px; max-width: 100px; flex-basis: 100px; }
  .nfl-une__legende { font-size: .78rem; padding: .75rem .9rem; }
}
