/* Compact mobile brand row; keep the desktop delivery layout. */
#sbn-service-bar.sbn-promo-intro .sbn-promo-art,#sbn-service-bar.sbn-promo-intro .sbn-promo-headline strong{animation:none}
#sbn-service-bar.sbn-promo-drive .sbn-promo-art{animation:sbnTruckDrive 3500ms cubic-bezier(.22,.65,.28,1) both}
@keyframes sbnTruckDrive{from{transform:translate3d(var(--sbn-truck-start,-20px),0,0)}to{transform:translate3d(0,0,0)}}
@media(max-width:768px){
 #sbn-service-bar .sbn-promo-inner{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;width:100%;box-sizing:border-box;min-height:82px;padding:12px 14px}
 #sbn-service-bar .sbn-promo-brand{display:flex;align-items:center;justify-self:start;min-width:0}
 #sbn-service-bar .sbn-promo-brand img{display:block;width:104px;height:44px;max-width:100%;object-fit:contain;object-position:left center;filter:brightness(0) invert(1)}
 #sbn-service-bar .sbn-promo-brand span{font-size:15px}
 #sbn-service-bar .sbn-promo-group{display:flex;align-items:center;justify-content:flex-end;justify-self:end;gap:7px;width:auto;flex:none;min-width:0}
 #sbn-service-bar .sbn-promo-copy{flex:0 1 auto;text-align:right;min-width:0}
 #sbn-service-bar .sbn-promo-eyebrow{display:none}
 #sbn-service-bar .sbn-promo-headline{font-size:15px;line-height:1.2;letter-spacing:-.015em}
 #sbn-service-bar .sbn-promo-headline>span{display:block;margin:0 0 1px}
 #sbn-service-bar .sbn-promo-headline strong{display:block;white-space:nowrap;font-size:14px}
 #sbn-service-bar .sbn-promo-star{font-size:9px;margin-left:1px}
 #sbn-service-bar .sbn-promo-sub{font-size:9px;line-height:1.35;margin-top:4px;white-space:nowrap}
 #sbn-service-bar .sbn-promo-truck-details{position:static;display:flex;flex-direction:column;align-items:center;justify-content:center;flex:0 0 48px;width:48px;min-height:48px;padding:0;margin:0;gap:3px;border:0;background:transparent;text-decoration:none}
 #sbn-service-bar .sbn-promo-truck-label{font-size:7px;line-height:1.3}
 #sbn-service-bar .sbn-promo-truck-details .sbn-promo-art{display:flex;flex:none}
 #sbn-service-bar .sbn-promo-truck-details .sbn-promo-art svg{width:46px;height:31px}
 .sbn-mobile-ready #siteHeader.sbn-has-promo .header-logo{display:none}
 .sbn-mobile-ready #siteHeader.sbn-has-promo .header-inner{grid-template-columns:44px minmax(0,1fr) auto;column-gap:8px!important}
 .sbn-mobile-ready #siteHeader.sbn-has-promo .sbn-header-appointment{grid-column:2;grid-row:1;justify-self:start;padding:9px 10px;min-width:0;height:42px}
 .sbn-mobile-ready #siteHeader.sbn-has-promo .header-actions{grid-column:3;grid-row:1;gap:6px}
 .sbn-mobile-ready #siteHeader.sbn-has-promo .header-search{grid-column:1/-1;grid-row:2}
}
@media(max-width:360px){
 #sbn-service-bar .sbn-promo-inner{gap:8px;padding-inline:12px;min-height:78px}
 #sbn-service-bar .sbn-promo-brand img{width:88px;height:39px}
 #sbn-service-bar .sbn-promo-group{gap:4px}
 #sbn-service-bar .sbn-promo-headline{font-size:14px}
 #sbn-service-bar .sbn-promo-headline strong{font-size:13px}
 #sbn-service-bar .sbn-promo-sub{font-size:8px}
 #sbn-service-bar .sbn-promo-truck-details{flex-basis:44px;width:44px}
 #sbn-service-bar .sbn-promo-truck-details .sbn-promo-art svg{width:42px;height:29px}
 .sbn-mobile-ready #siteHeader.sbn-has-promo .sbn-header-appointment{padding:9px 7px;font-size:11px;gap:4px}
}
@media(prefers-reduced-motion:reduce){#sbn-service-bar.sbn-promo-drive .sbn-promo-art{animation:none!important}}