/* V2 only — client-approved consolidation: one landline CTA in header, one header WhatsApp,
   one separate floating WhatsApp and one header email icon. No duplicate top strip/footers. */
.site-header{overflow:visible}
.site-header .nav-wrap{gap:clamp(8px,1vw,17px)}
.v2-header-channels{display:flex;align-items:center;gap:8px;flex:0 0 auto;margin-left:5px}
.v2-header-channels .contact-icon-link{width:39px;height:39px;border-radius:12px;box-shadow:0 6px 17px #0002}
.v2-header-channels .contact-icon-link svg{width:21px!important;height:21px!important;display:block!important}
.v2-header-channels .contact-icon-link.icon-mail{background:#bf2a45}
.v2-header-channels .contact-icon-link.icon-wa{background:#109b5a}
.v2-header-channels a{animation:v2FloatContact 4s ease-in-out infinite}
.v2-header-channels a:nth-child(2){animation-delay:-1.8s}
.floating-whatsapp{position:fixed;z-index:99;right:clamp(14px,2.5vw,34px);bottom:clamp(17px,2.5vw,31px);display:flex!important;align-items:center;justify-content:center;background:#0ba25c!important;color:white!important;border-radius:50%;width:58px;height:58px;box-shadow:0 10px 25px #0005;border:2px solid #ffffff90}
.floating-whatsapp svg{height:32px!important;width:32px!important}
.v2-quick-contact,.v2-contact-actions{display:none!important}
.foot-contact{min-width:0}
/* The footer contains the address and business days, not duplicated contact-button rows. */
@media (max-width:1190px) and (min-width:921px){
 .site-header .nav-wrap{gap:10px}
 .site-header .identity{min-width:185px}
 .site-header .identity strong{font-size:16px}
 .site-header .identity small{font-size:7.3px}
 .site-header .primary-nav{gap:12px}
 .v2-header-channels{gap:5px;margin-left:0}
 .v2-header-channels .contact-icon-link{width:34px;height:34px}
 .site-header .head-call{padding:9px 10px}
}
@media(max-width:920px){
 .site-header .nav-wrap{gap:9px}
 .site-header .identity{order:0}
 .site-header .mobile-toggle{order:1}
 .site-header .v2-header-channels{order:2;margin-left:0}
 .site-header .head-call{order:3;margin-left:0}
 .v2-header-channels .contact-icon-link{width:35px;height:35px;border-radius:10px}
 .v2-header-channels .contact-icon-link svg{width:19px!important;height:19px!important}
}
@media(max-width:650px){
 .site-header .nav-wrap{min-height:73px;gap:6px;flex-wrap:nowrap}
 .site-header .identity{min-width:0;gap:6px;flex:1 1 auto;margin-right:0}
 .site-header .identity img{width:39px;height:39px}
 .site-header .identity strong{font-size:12px;letter-spacing:-.045em}
 .site-header .identity small{display:none}
 .site-header .mobile-toggle{padding:5px;flex:0 0 auto}
 .site-header .mobile-toggle svg{width:23px;height:23px}
 .site-header .v2-header-channels{gap:5px;flex:0 0 auto}
 .v2-header-channels .contact-icon-link{width:31px;height:34px;border-radius:9px}
 .v2-header-channels .contact-icon-link svg{width:18px!important;height:18px!important}
 .site-header .head-call{height:35px;min-width:36px;padding:7px!important;border-radius:9px}
 .site-header .head-call svg{width:21px;height:21px}
 .site-header .head-call span{display:none}
 .floating-whatsapp{width:51px;height:51px;right:14px;bottom:17px}
 .floating-whatsapp svg{height:28px!important;width:28px!important}
}
@media(max-width:370px){
 .site-header .nav-wrap{gap:4px}
 .site-header .identity img{width:36px;height:36px}
 .site-header .identity strong{font-size:11px}
 .site-header .mobile-toggle{padding:3px}
 .site-header .mobile-toggle svg{width:21px;height:21px}
 .v2-header-channels .contact-icon-link{width:30px;height:32px}
 .site-header .head-call{min-width:33px;height:32px;padding:5px!important}
}
@media(prefers-reduced-motion:reduce){.v2-header-channels a,.floating-whatsapp{animation:none!important}}
