@media (max-width: 768px){
  section{ padding-block: 52px; }
  .stats-strip{ padding-block: 32px; }
  .hero{ padding-bottom: 0; }
}

@media (max-width: 480px){
  .brand-name{ font-size: 1rem; }
  .brand-tag{ font-size: 0.58rem; letter-spacing: 0.14em; }
  .brand-mark{ width: 36px; height: 36px; }
  .brand-mark svg{ width: 22px; height: 22px; }
}

/* prevent select overflow on mobile (PIEGE PROD #10) */
.form-field, .form-field select, .form-field input, .form-field textarea{
  min-width: 0;
}
.contact-grid > *{ min-width: 0; }
.form-row-2 > *{ min-width: 0; }

/* prefers reduced motion : kill all hover transforms */
@media (prefers-reduced-motion: reduce){
  *,
  *::before,
  *::after{
    transition: none !important;
    animation: none !important;
  }
}

/* wf-contrast-enforced */
.contact-section, .contact-section * { color: #F4EFE7 !important; }
/* /wf-contrast-enforced */

/* wf-noxoverflow : reveal vertical (le slide horizontal deborde la largeur sur mobile) */
[data-reveal]:not(.in){ transform: translateY(18px) !important; }
