/* Bandeau compact des marques : accueil et prestations professionnelles. */
.brand-showcase{width:100%;min-width:0;overflow:hidden}
.brand-showcase-kicker{margin:0 0 9px;font-family:Inter,Arial,sans-serif;font-size:.76rem;font-weight:750;line-height:1.3;letter-spacing:.1em;text-transform:uppercase;color:#a01f3c}
.brand-marquee{position:relative;min-width:0;overflow:hidden;padding:3px 0}
.brand-marquee::before,.brand-marquee::after{position:absolute;top:0;bottom:0;z-index:1;width:22px;content:"";pointer-events:none}
.brand-marquee::before{left:0;background:linear-gradient(90deg,#fff,transparent)}
.brand-marquee::after{right:0;background:linear-gradient(270deg,#fff,transparent)}
.brand-track{display:flex;width:max-content;gap:10px;will-change:transform;animation:brand-marquee-scroll 25s linear infinite}
.brand-set{display:flex;gap:10px}
.brand-card{display:flex;align-items:center;justify-content:center;flex:0 0 118px;width:118px;height:58px;padding:8px 10px;border:1px solid #e8e8ec;border-radius:10px;background:#fff}
.brand-card img{display:block;width:auto;height:auto;max-width:96px;max-height:39px;object-fit:contain}
.brand-card img[src$="/lidl.svg"],.brand-card img[src$="/carrefour.svg"]{max-width:43px;max-height:43px}
.brand-card img[src$="/hm.svg"]{max-width:62px}
@keyframes brand-marquee-scroll{to{transform:translate3d(calc(-50% - 5px),0,0)}}
.brand-marquee:hover .brand-track{animation-play-state:paused}
.home-brand-intro{padding:22px 22px 20px}
.home-brand-intro .brand-showcase-kicker{margin:0 0 14px;text-align:center}
.home-brand-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:10px}
.home-brand-grid .brand-card{width:100%;height:62px;min-width:0;flex-basis:auto}
.home-proof-panel .stats-strip{margin:0;border-radius:13px}
.home-brand-cta{display:flex;justify-content:center;padding:18px 20px 20px}
.professional-brand-showcase{max-width:610px;margin-top:19px;margin-bottom:4px}
.service-network-hero-grid>*{min-width:0}
@media(max-width:920px){.service-network-hero-grid{grid-template-columns:minmax(0,1fr)}}
@media(max-width:760px){
  .home-brand-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media(max-width:480px){
  .brand-card{flex-basis:108px;width:108px;height:54px}
  .brand-card img{max-width:88px;max-height:36px}
  .home-brand-intro{padding:18px 16px}
  .home-brand-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}
  .home-brand-grid .brand-card{height:58px}
}
@media(prefers-reduced-motion:reduce){
  .brand-marquee{overflow-x:auto}
  .brand-marquee::before,.brand-marquee::after{display:none}
  .brand-track{animation:none;will-change:auto}
  .brand-set[aria-hidden="true"]{display:none}
}
