.truck-brand img,.truck-brand span{transition:opacity .25s ease,transform .25s ease}
.truck-brand img{width:auto;max-width:306px;height:65px;object-fit:contain}
.truck-header:not(.is-sticky) .truck-brand{min-width:min(306px,32vw)}
.truck-brand span{display:none}
.truck-header.is-sticky .truck-brand img{display:none}
.truck-header.is-sticky .truck-brand span{display:flex;animation:truck-brand-in .28s ease both}
@keyframes truck-brand-in{from{opacity:0;transform:translateY(-7px)}to{opacity:1;transform:translateY(0)}}
@media(max-width:640px){.truck-brand img{max-width:158px;height:47px}.truck-header:not(.is-sticky) .truck-brand{min-width:0}.truck-header.is-sticky .truck-brand strong{font-size:19px}}
@media(prefers-reduced-motion:reduce){.truck-brand img,.truck-brand span{transition:none}.truck-header.is-sticky .truck-brand span{animation:none}}
