/* AEC — index Nos destinations : régions puis stations en puces. */
.dst{padding:50px 30px 70px;}
.dst__intro{max-width:720px;font-size:1.02rem;line-height:1.8;color:#3a352e;margin:0 0 44px;}
.dst__region{margin:0 0 52px;}
.dst__rhead{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;flex-wrap:wrap;border-bottom:1px solid var(--aec-st);padding-bottom:16px;margin-bottom:22px;}
.dst__rhead h2{font-family:var(--aec-disp);font-weight:500;font-size:1.7rem;color:var(--aec-t);margin:0 0 4px;}
.dst__rhead p{font-size:.9rem;color:var(--aec-mut);margin:0;max-width:52ch;}
.dst__grid{display:flex;flex-wrap:wrap;gap:10px;}
.dst__chip{display:inline-flex;align-items:center;gap:9px;border:1px solid var(--aec-st);background:#fff;border-radius:999px;padding:10px 18px;font-size:.9rem;color:var(--aec-t);text-decoration:none;transition:border-color .2s,background .2s,color .2s;}
.dst__chip:hover{border-color:var(--aec-t);background:var(--aec-t);color:var(--aec-iv);}
.dst__nb{background:rgba(191,147,119,.16);color:var(--aec-cop);border-radius:999px;padding:2px 9px;font-size:.72rem;font-weight:600;}
.dst__chip:hover .dst__nb{background:rgba(250,248,244,.18);color:var(--aec-sable);}
@media(max-width:720px){.dst{padding:36px 24px 56px;}.dst__rhead{flex-direction:column;align-items:flex-start;}}

/* Bandeaux régions en photo (visuels du mega menu réutilisés) + vignettes stations. */
.dst__rband{position:relative;border-radius:18px;overflow:hidden;min-height:210px;display:flex;align-items:flex-end;margin-bottom:22px;}
.dst__rimg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;}
.dst__rband__ov{position:absolute;inset:0;background:linear-gradient(to top,rgba(12,42,49,.8),rgba(12,42,49,.06) 68%);}
.dst__rband__in{position:relative;z-index:2;width:100%;padding:24px 28px;display:flex;align-items:flex-end;justify-content:space-between;gap:18px;flex-wrap:wrap;}
.dst__rband h2{font-family:var(--aec-disp);font-weight:500;font-size:1.9rem;color:var(--aec-iv);margin:0 0 4px;}
.dst__rband p{font-size:.9rem;color:rgba(250,248,244,.88);margin:0;max-width:56ch;}
.dst__rlink{color:var(--aec-sable);font-size:.85rem;font-weight:600;text-decoration:none;white-space:nowrap;}
.dst__rlink:hover{text-decoration:underline;text-underline-offset:3px;}
.dst__chip--ph{padding:5px 18px 5px 5px;}
.dst__thumb{width:38px;height:38px;border-radius:50%;object-fit:cover;flex:0 0 38px;}
@media(max-width:720px){.dst__rband{min-height:150px;}.dst__rband__in{padding:16px 18px;}}
