/* APIA — Hub Régions (S6). Réutilise les composants c-* d'apia-enjeu.css + apia-home.css (dépendances). Tokens var(--apia-*). */
/* Rythme vertical mesuré sur le node 786:29967 : 16 / 164 / 190 / 144 / 144 / 144 (A6) — paddings de sections asymétriques. */
.s-reg{padding:0 16px}
.s-reg--hero{padding-top:16px}
.s-reg--intro{padding-top:164px}
.s-reg--list{padding-top:148px}
.s-reg--join{padding-top:144px}
.s-reg--partenaires{padding:144px 16px}

/* Hero (carte nuit 1248 r28 ; carte de France 341x434 flush haut/bas, marge droite 96 — A3) */
.c-reg-hero{max-width:1248px;margin-inline:auto;background:var(--apia-bleu-nuit);border-radius:28px;overflow:hidden;display:flex;align-items:center;justify-content:space-between;min-height:434px}
.c-reg-hero__content{display:flex;flex-direction:column;gap:24px;max-width:445px;margin:48px 24px 48px 64px}
.c-reg-hero__head{display:flex;flex-direction:column;gap:16px}
.c-reg-hero__title{font-family:var(--apia-font);font-weight:600;font-size:33px;line-height:36px;color:var(--apia-bleu-ciel);margin:0}
.c-reg-hero__text{font-family:var(--apia-font);font-weight:500;font-size:16px;line-height:23px;color:var(--apia-blanc);margin:0}
.c-reg-hero__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column}
.c-reg-hero__list li{display:flex;gap:4px;align-items:center;font-family:var(--apia-font);font-weight:500;font-size:16px;line-height:24px;color:var(--apia-bleu-ciel)}
.c-reg-hero__list li svg{flex:0 0 16px;width:16px;height:16px;color:var(--apia-bleu-ciel)}
.c-reg-hero__map{flex:0 0 auto;margin-right:96px}
.c-reg-hero__map img{display:block;width:341px;height:434px;object-fit:contain}

/* Intro 2 colonnes */
.c-reg-intro{max-width:1052px;margin-inline:auto;display:grid;grid-template-columns:1fr 1fr;gap:16px;align-items:center}
.c-reg-intro__title{font-family:var(--apia-font);font-weight:600;font-size:33px;line-height:36px;color:var(--apia-bleu-nuit);margin:0;padding-right:64px}
.c-reg-intro__text{font-family:var(--apia-font);font-weight:500;font-size:16px;line-height:23px;color:var(--apia-gris-bleu);margin:0}

/* Listing régions (rangées h136, filet bas gris-bleu) */
.c-reg-list{max-width:1052px;margin-inline:auto}
.c-reg-row{display:grid;grid-template-columns:1fr 1fr 1fr;align-items:center;height:136px;border-bottom:1px solid var(--apia-gris-bleu)}
.c-reg-row__name{font-family:var(--apia-font);font-weight:600;font-size:48px;line-height:52px;color:var(--apia-bleu-nuit);margin:0;white-space:nowrap}
.c-reg-row__count{display:flex;gap:4px;align-items:center;justify-content:flex-start;justify-self:center;min-width:230px;font-family:var(--apia-font);font-weight:500;font-size:16px;line-height:23px;color:var(--apia-gris-bleu);margin:0}
.c-reg-row__count svg{flex:0 0 15px;width:15px;height:15px;color:var(--apia-bleu-nuit)}
.c-reg-row__count b{font-weight:600;line-height:22px;color:var(--apia-bleu)}
.c-reg-row__action{display:flex;justify-content:flex-end}

/* Responsive */
@media(max-width:991px){
.s-reg--intro,.s-reg--list,.s-reg--join{padding-top:96px}
.s-reg--partenaires{padding:96px 16px}
.c-reg-hero{flex-direction:column;align-items:flex-start;min-height:0}
.c-reg-hero__content{margin:48px 24px 0;max-width:100%}
.c-reg-hero__map{margin:24px auto 48px}
.c-reg-hero__map img{width:280px;height:356px}
.c-reg-intro{grid-template-columns:1fr}
.c-reg-intro__title{padding-right:0}
.c-reg-row__name{font-size:33px;line-height:38px;white-space:normal}
}
@media(max-width:600px){
.s-reg--intro,.s-reg--list,.s-reg--join{padding-top:56px}
.s-reg--partenaires{padding:56px 16px}
.c-reg-hero__title{font-size:28px;line-height:32px}
.c-reg-hero__map img{width:100%;max-width:280px;height:auto;aspect-ratio:341/434}
.c-reg-row{grid-template-columns:1fr;height:auto;padding:24px 0;gap:8px;justify-items:start}
.c-reg-row__count{justify-content:flex-start}
.c-reg-row__action{justify-content:flex-start}
}
