/* Retain the live design and motion. Only hero type size and form styling change. */
.bfy-home .hero h1{font-size:clamp(52px,5.7vw,82px);line-height:1.06;letter-spacing:-.035em}
@media(min-width:641px){html[lang=fr] .bfy-home .hero h1{font-size:clamp(48px,5vw,72px)}}
.bfy-home #contact form.lead-form{padding:30px;border:1px solid #c7bda7;border-radius:8px;background:rgba(251,248,240,.65);gap:24px 20px}
.bfy-home #contact .f label{font:600 14px/1.4 var(--font-body);letter-spacing:0;text-transform:none;color:#514b40;margin-bottom:9px}
.bfy-home #contact .f :is(input,select,textarea){font-size:16px;min-height:52px;border-color:#a99e87;background:#fbf8f0}
.bfy-home #contact .f textarea{min-height:120px;line-height:1.6}
.bfy-home #contact .f :is(input,textarea)::placeholder{color:#726959;opacity:1}
.bfy-home #contact .f :is(input,select,textarea):focus-visible{outline:3px solid #477dc2;outline-offset:2px}
.bfy-home #contact .consent{font-size:14px;line-height:1.65;color:#514b40}
.bfy-home #contact .consent a{text-decoration:underline;text-underline-offset:3px}
.bfy-home #contact button[type=submit]{min-height:52px;padding-inline:24px;font-size:12px}
.bfy-home #contact .meta{font-size:11px;letter-spacing:.08em;line-height:1.7;color:#625742}
@media(max-width:640px){
  .bfy-home .hero h1{font-size:clamp(35px,9.1vw,48px);line-height:1.1;letter-spacing:-.035em}
  .bfy-home #contact form.lead-form{padding:22px 18px;gap:20px}
  .bfy-home #contact button[type=submit]{width:100%}
}
