Yup... I don't think there is any real single answer, just options. IMHO, I believe a car site should have a car logo, just as you have. Sure, its going to be big on full screen, though who cares if you have the space.
I would get around issues as a two stage logo, being the image of the car would be on a sprite with other forum images (one-time request), loading as a background on the left as is for full screen views. I would then use a font either loaded locally or a default one (if possible) for the text. That way the text is all just text and CSS. Scale it appropriately using media queries to remove the car from smaller screens, whilst reducing the text. That way you can reduce the header heights and such all in one go with media queries, having the professional text styled as you have it without sacrifice, but fitting all devices. You could even drop the URL portion that way on phones, having just the name showing so its all business getting at content quickly.
That is just me though... I'm all for reducing requests on the server as much as practicably possible whilst meeting all devices.
Again though, there are so many ways you could do what you want to do... depending on what you ultimately want to achieve.