/* Pied de page — trois groupes fonctionnels sur anthracite, jamais six colonnes. */
.ck-home .ck-footer, .ck-home .ck-footer * { box-sizing: border-box; }
.ck-home .ck-footer {
    padding-block: clamp(2.5rem, 7vw, 4.5rem) clamp(1.5rem, 4vw, 2rem);
    background: var(--ck-anthracite);
    color: var(--ck-ivory);
}
.ck-home .ck-footer__inner { display: grid; gap: clamp(2rem, 5vw, 3rem); }
.ck-home .ck-footer__logo { display: block; width: auto; height: 4.5rem; margin-bottom: 1rem; }
.ck-home .ck-footer__name { margin: 0; color: var(--ck-ivory); font: 800 1.375rem/1.2 'Archivo', Arial, sans-serif; letter-spacing: -.01em; }
.ck-home .ck-footer__place { margin: .25rem 0 0; color: var(--ck-text-light-secondary); font: 400 1rem/1.5 'Chivo', Arial, sans-serif; }
.ck-home .ck-footer__affil { max-width: 24rem; margin: 1rem 0 0; color: var(--ck-text-light-secondary); font: 400 .9375rem/1.55 'Chivo', Arial, sans-serif; }
.ck-home .ck-footer__label {
    margin: 0 0 .875rem; color: var(--ck-text-light-secondary);
    font: 600 .8125rem/1.5 'Chivo', Arial, sans-serif; letter-spacing: .08em; text-transform: uppercase;
}
.ck-home .ck-footer__line { margin: 0 0 .25rem; color: var(--ck-ivory); font: 600 1.0625rem/1.5 'Chivo', Arial, sans-serif; }
.ck-home .ck-footer__address { display: grid; gap: .2rem; margin-top: 1rem; font-style: normal; }
.ck-home .ck-footer__address span { color: var(--ck-text-light-secondary); font: 400 1rem/1.5 'Chivo', Arial, sans-serif; }
.ck-home .ck-footer__list { margin: 0; padding: 0; list-style: none; display: grid; gap: .125rem; }
.ck-home .ck-footer__list a {
    display: flex; align-items: center; min-height: 2.75rem;
    color: var(--ck-ivory); font: 400 1.0625rem/1.4 'Chivo', Arial, sans-serif;
    text-decoration: none;
}
.ck-home .ck-footer__list a:hover { color: var(--ck-yellow); text-decoration: underline; text-underline-offset: .3em; }
.ck-home .ck-footer__legal {
    margin-top: clamp(2rem, 5vw, 3rem); padding-top: 1.25rem;
    border-top: 1px solid var(--ck-separator-dark, #414348);
}
.ck-home .ck-footer__legal p { margin: 0; color: var(--ck-text-light-secondary); font: 400 .875rem/1.5 'Chivo', Arial, sans-serif; }
/* Signature du créateur : détachée du copyright par un vrai blanc, un cran plus
   petite et un ton plus sourd. Assez en retrait pour ne pas concurrencer le
   club, assez contrastée pour rester lisible (6,4:1 sur l'anthracite). */
.ck-home .ck-footer__legal .ck-footer__credit { margin-top: 2rem; color: #9A978F; font-size: .8125rem; }
.ck-home .ck-footer__policy { margin-top: .75rem; }
.ck-home .ck-footer__policy a {
    display: inline-flex; align-items: center; min-height: 2.75rem;
    color: var(--ck-text-light-secondary); font: 400 .875rem/1.5 'Chivo', Arial, sans-serif;
    text-decoration: underline; text-underline-offset: .25em;
    transition: color var(--ck-transition);
}
.ck-home .ck-footer__policy a:hover,
.ck-home .ck-footer__policy a:focus-visible { color: var(--ck-yellow); }
@media (min-width: 768px) {
    .ck-home .ck-footer__inner { grid-template-columns: minmax(0, 5fr) minmax(0, 3fr) minmax(0, 4fr); gap: clamp(2rem, 4vw, 3.5rem); }
}
