<!DOCTYPE html>
<html lang="en">
<head>

    <title>Weird Car of the Day Newsletter</title>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    
    <link rel="preload" as="style" href="https://www.weirdcaroftheday.com/assets/built/screen.css?v=6b10b6e280">
    <link rel="preload" as="script" href="https://www.weirdcaroftheday.com/assets/built/source.js?v=6b10b6e280">
    
    <link rel="preload" as="font" type="font/woff2" href="https://www.weirdcaroftheday.com/assets/fonts/inter-roman.woff2?v=6b10b6e280" crossorigin="anonymous">
<style>
    @font-face {
        font-family: "Inter";
        font-style: normal;
        font-weight: 100 900;
        font-display: optional;
        src: url(https://www.weirdcaroftheday.com/assets/fonts/inter-roman.woff2?v=6b10b6e280) format("woff2");
        unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
    }
</style>
    <link rel="preload" as="font" type="font/woff2" href="https://www.weirdcaroftheday.com/assets/fonts/jetbrains-mono-roman.woff2?v=6b10b6e280" crossorigin="anonymous">
<link rel="preload" as="font" type="font/woff2" href="https://www.weirdcaroftheday.com/assets/fonts/jetbrains-mono-italic.woff2?v=6b10b6e280" crossorigin="anonymous">
<style>
    @font-face {
        font-family: "JetBrains Mono";
        font-style: normal;
        font-weight: 100 800;
        font-display: optional;
        src: url(https://www.weirdcaroftheday.com/assets/fonts/jetbrains-mono-roman.woff2?v=6b10b6e280) format("woff2");
        unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
    }

    @font-face {
        font-family: "JetBrains Mono";
        font-style: italic;
        font-weight: 100 800;
        font-display: optional;
        src: url(https://www.weirdcaroftheday.com/assets/fonts/jetbrains-mono-italic.woff2?v=6b10b6e280) format("woff2");
        unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
    }
</style>
    <link rel="stylesheet" type="text/css" href="https://www.weirdcaroftheday.com/assets/built/screen.css?v=6b10b6e280">

    <style>
        :root {
            --background-color: #e3ddc6
        }
    </style>

    <script>
        /* The script for calculating the color contrast has been taken from
        https://gomakethings.com/dynamically-changing-the-text-color-based-on-background-color-contrast-with-vanilla-js/ */
        var accentColor = getComputedStyle(document.documentElement).getPropertyValue('--background-color');
        accentColor = accentColor.trim().slice(1);

        if (accentColor.length === 3) {
            accentColor = accentColor[0] + accentColor[0] + accentColor[1] + accentColor[1] + accentColor[2] + accentColor[2];
        }

        var r = parseInt(accentColor.substr(0, 2), 16);
        var g = parseInt(accentColor.substr(2, 2), 16);
        var b = parseInt(accentColor.substr(4, 2), 16);
        var yiq = ((r * 299) + (g * 587) + (b * 114)) / 1000;
        var textColor = (yiq >= 128) ? 'dark' : 'light';

        document.documentElement.className = `has-${textColor}-text`;
    </script>

    <meta name="description" content="A newsletter about strange, forgotten, misunderstood, and occasionally brilliant cars | Since 2014">
    <link rel="icon" href="https://storage.ghost.io/c/37/3b/373bd6e4-7edf-454d-a26c-40f8520e0325/content/images/size/w256h256/2025/03/IMG_5178-1.png" type="image/png">
    <link rel="canonical" href="https://www.weirdcaroftheday.com/">
    <meta name="referrer" content="no-referrer-when-downgrade">
    <link rel="next" href="https://www.weirdcaroftheday.com/page/2/">
    
    <meta property="og:site_name" content="Weird Car of the Day">
    <meta property="og:type" content="website">
    <meta property="og:title" content="Weird Car of the Day">
    <meta property="og:description" content="The daily email for weird car lovers 💕">
    <meta property="og:url" content="https://www.weirdcaroftheday.com/">
    <meta name="twitter:card" content="summary_large_image">
    <meta name="twitter:title" content="Weird Car of the Day">
    <meta name="twitter:description" content="The daily email for weird car lovers 💕">
    <meta name="twitter:url" content="https://www.weirdcaroftheday.com/">
    <meta name="twitter:image" content="https://storage.ghost.io/c/37/3b/373bd6e4-7edf-454d-a26c-40f8520e0325/content/images/size/w1200/2024/05/1317086690350088437.jpg">
    
    <script type="application/ld+json">
{
    "@context": "https://schema.org",
    "@type": "WebSite",
    "publisher": {
        "@type": "Organization",
        "name": "Weird Car of the Day",
        "url": "https://www.weirdcaroftheday.com/",
        "logo": {
            "@type": "ImageObject",
            "url": "https://storage.ghost.io/c/37/3b/373bd6e4-7edf-454d-a26c-40f8520e0325/content/images/2025/03/IMG_5178.png",
            "width": 60,
            "height": 60
        }
    },
    "url": "https://www.weirdcaroftheday.com/",
    "name": "Weird Car of the Day",
    "mainEntityOfPage": "https://www.weirdcaroftheday.com/",
    "description": "A newsletter about strange, forgotten, misunderstood, and occasionally brilliant cars | Since 2014"
}
    </script>

    <meta name="generator" content="Ghost 6.44">
    <link rel="alternate" type="application/rss+xml" title="Weird Car of the Day" href="https://www.weirdcaroftheday.com/rss/">
    <script defer src="https://cdn.jsdelivr.net/ghost/portal@~2.68/umd/portal.min.js" data-i18n="true" data-ghost="https://www.weirdcaroftheday.com/" data-key="b4596007c7369054ca9cf9e36c" data-api="https://banovsky.ghost.io/ghost/api/content/" data-locale="en" crossorigin="anonymous"></script><style id="gh-members-styles">.gh-post-upgrade-cta-content,
.gh-post-upgrade-cta {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 16px;
}

.gh-post-upgrade-cta-content {
    border-radius: 8px;
    padding: 40px 4vw;
}

.gh-post-upgrade-cta h2 {
    color: #ffffff;
    font-size: 28px;
    letter-spacing: -0.2px;
    margin: 0;
    padding: 0;
}

.gh-post-upgrade-cta p {
    margin: 20px 0 0;
    padding: 0;
}

.gh-post-upgrade-cta small {
    font-size: 16px;
    letter-spacing: -0.2px;
}

.gh-post-upgrade-cta a {
    color: #ffffff;
    cursor: pointer;
    font-weight: 500;
    box-shadow: none;
    text-decoration: underline;
}

.gh-post-upgrade-cta a:hover {
    color: #ffffff;
    opacity: 0.8;
    box-shadow: none;
    text-decoration: underline;
}

.gh-post-upgrade-cta a.gh-btn {
    display: block;
    background: #ffffff;
    text-decoration: none;
    margin: 28px 0 0;
    padding: 8px 18px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
}

.gh-post-upgrade-cta a.gh-btn:hover {
    opacity: 0.92;
}</style><script async src="https://js.stripe.com/v3/"></script>
    <script defer src="https://cdn.jsdelivr.net/ghost/sodo-search@~1.8/umd/sodo-search.min.js" data-key="b4596007c7369054ca9cf9e36c" data-styles="https://cdn.jsdelivr.net/ghost/sodo-search@~1.8/umd/main.css" data-sodo-search="https://banovsky.ghost.io/" data-locale="en" crossorigin="anonymous"></script>
    
    <link href="https://www.weirdcaroftheday.com/webmentions/receive/" rel="webmention">
    <script defer src="/public/cards.min.js?v=6b10b6e280"></script>
    <link rel="stylesheet" type="text/css" href="/public/cards.min.css?v=6b10b6e280">
    <script defer src="/public/comment-counts.min.js?v=6b10b6e280" data-ghost-comments-counts-api="https://www.weirdcaroftheday.com/members/api/comments/counts/"></script>
    <script defer src="/public/member-attribution.min.js?v=6b10b6e280"></script>
    <script defer src="/public/ghost-stats.min.js?v=6b10b6e280" data-stringify-payload="false" data-datasource="analytics_events" data-storage="localStorage" data-host="https://www.weirdcaroftheday.com/.ghost/analytics/api/v1/page_hit"  tb_site_uuid="373bd6e4-7edf-454d-a26c-40f8520e0325" tb_post_uuid="undefined" tb_post_type="null" tb_member_uuid="undefined" tb_member_status="undefined"></script><style>:root {--ghost-accent-color: #ff0048;}</style>
    <!-- Robots: discourage indexing -->
<meta name="robots" content="noindex, nofollow, noarchive, nosnippet, noimageindex">

<!-- Emerging “please don’t use for AI/training” hints (not universally honored) -->
<meta name="robots" content="noai, noimageai">
<meta name="googlebot" content="noindex, nofollow, noarchive, nosnippet">
<meta name="bingbot" content="noindex, nofollow, noarchive, nosnippet">


<script defer data-domain="weirdcaroftheday.com" src="https://plausible.io/js/script.file-downloads.outbound-links.js"></script>
<script>window.plausible = window.plausible || function() { (window.plausible.q = window.plausible.q || []).push(arguments) }</script>



    <link rel="preconnect" href="https://fonts.bunny.net"><link rel="stylesheet" href="https://fonts.bunny.net/css?family=chakra-petch:400|fira-mono:400,700"><style>:root {--gh-font-heading: Chakra Petch;--gh-font-body: Fira Mono;}</style>

</head>
<body class="home-template gh-font-heading-chakra-petch gh-font-body-fira-mono has-mono-title has-sans-body">

<div class="gh-viewport">
    
    <header id="gh-navigation" class="gh-navigation is-middle-logo has-accent-color gh-outer">
    <div class="gh-navigation-inner gh-inner">

        <div class="gh-navigation-brand">
            <a class="gh-navigation-logo is-title" href="https://www.weirdcaroftheday.com">
                    <img src="https://storage.ghost.io/c/37/3b/373bd6e4-7edf-454d-a26c-40f8520e0325/content/images/2025/03/IMG_5178.png" alt="Weird Car of the Day">
            </a>
            <button class="gh-search gh-icon-button" aria-label="Search this site" data-ghost-search>
    <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2" width="20" height="20"><path stroke-linecap="round" stroke-linejoin="round" d="M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z"></path></svg></button>            <button class="gh-burger gh-icon-button" aria-label="Menu">
                <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor" viewBox="0 0 256 256"><path d="M224,128a8,8,0,0,1-8,8H40a8,8,0,0,1,0-16H216A8,8,0,0,1,224,128ZM40,72H216a8,8,0,0,0,0-16H40a8,8,0,0,0,0,16ZM216,184H40a8,8,0,0,0,0,16H216a8,8,0,0,0,0-16Z"></path></svg>                <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor" viewBox="0 0 256 256"><path d="M205.66,194.34a8,8,0,0,1-11.32,11.32L128,139.31,61.66,205.66a8,8,0,0,1-11.32-11.32L116.69,128,50.34,61.66A8,8,0,0,1,61.66,50.34L128,116.69l66.34-66.35a8,8,0,0,1,11.32,11.32L139.31,128Z"></path></svg>            </button>
        </div>

        <nav class="gh-navigation-menu">
            <ul class="nav">
    <li class="nav-about"><a href="https://www.weirdcaroftheday.com/about/">About</a></li>
    <li class="nav-wcotd"><a href="https://www.weirdcaroftheday.com/tag/car-of-the-day/">WCOTD</a></li>
</ul>

        </nav>

        <div class="gh-navigation-actions">
                <button class="gh-search gh-icon-button" aria-label="Search this site" data-ghost-search>
    <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2" width="20" height="20"><path stroke-linecap="round" stroke-linejoin="round" d="M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z"></path></svg></button>                <div class="gh-navigation-members">
                            <a href="#/portal/signin" data-portal="signin">Sign in</a>
                                <a class="gh-button" href="#/portal/signup" data-portal="signup">Subscribe</a>
                </div>
        </div>

    </div>
</header>

    

                    <section class="gh-header is-classic gh-outer">


    <div class="gh-header-inner gh-inner">



            <h1 class="gh-header-title is-title">A better car newsletter for people bored of the usual ones</h1>
            <form class="gh-form" data-members-form>
    <input class="gh-form-input" id="header-email" name="email" type="email" placeholder="jamie@example.com" required data-members-email>
    <button class="gh-button" type="submit" aria-label="Subscribe">
        <span><span>Subscribe</span> <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" fill="currentColor" viewBox="0 0 256 256"><path d="M224.49,136.49l-72,72a12,12,0,0,1-17-17L187,140H40a12,12,0,0,1,0-24H187L135.51,64.48a12,12,0,0,1,17-17l72,72A12,12,0,0,1,224.49,136.49Z"></path></svg></span>
        <svg xmlns="http://www.w3.org/2000/svg" height="24" width="24" viewBox="0 0 24 24">
    <g stroke-linecap="round" stroke-width="2" fill="currentColor" stroke="none" stroke-linejoin="round" class="nc-icon-wrapper">
        <g class="nc-loop-dots-4-24-icon-o">
            <circle cx="4" cy="12" r="3"></circle>
            <circle cx="12" cy="12" r="3"></circle>
            <circle cx="20" cy="12" r="3"></circle>
        </g>
        <style data-cap="butt">
            .nc-loop-dots-4-24-icon-o{--animation-duration:0.8s}
            .nc-loop-dots-4-24-icon-o *{opacity:.4;transform:scale(.75);animation:nc-loop-dots-4-anim var(--animation-duration) infinite}
            .nc-loop-dots-4-24-icon-o :nth-child(1){transform-origin:4px 12px;animation-delay:-.3s;animation-delay:calc(var(--animation-duration)/-2.666)}
            .nc-loop-dots-4-24-icon-o :nth-child(2){transform-origin:12px 12px;animation-delay:-.15s;animation-delay:calc(var(--animation-duration)/-5.333)}
            .nc-loop-dots-4-24-icon-o :nth-child(3){transform-origin:20px 12px}
            @keyframes nc-loop-dots-4-anim{0%,100%{opacity:.4;transform:scale(.75)}50%{opacity:1;transform:scale(1)}}
        </style>
    </g>
</svg>        <span>Email sent</span>
    </button>
    <p data-members-error></p>
</form>


    </div>

</section>    

            <section class="gh-featured gh-outer">
            <div class="gh-featured-inner gh-inner">
                <h2 class="gh-featured-title">Featured</h2>
                <div class="gh-featured-feed">
                        <article class="gh-card post featured">
    <a class="gh-card-link" href="/ferrari-luce/">
            <figure class="gh-card-image">
                <img
                    srcset="https://storage.ghost.io/c/37/3b/373bd6e4-7edf-454d-a26c-40f8520e0325/content/images/size/w160/format/webp/2026/05/IMG_8643.PNG 160w,
                            https://storage.ghost.io/c/37/3b/373bd6e4-7edf-454d-a26c-40f8520e0325/content/images/size/w320/format/webp/2026/05/IMG_8643.PNG 320w,
                            https://storage.ghost.io/c/37/3b/373bd6e4-7edf-454d-a26c-40f8520e0325/content/images/size/w600/format/webp/2026/05/IMG_8643.PNG 600w,
                            https://storage.ghost.io/c/37/3b/373bd6e4-7edf-454d-a26c-40f8520e0325/content/images/size/w960/format/webp/2026/05/IMG_8643.PNG 960w,
                            https://storage.ghost.io/c/37/3b/373bd6e4-7edf-454d-a26c-40f8520e0325/content/images/size/w1200/format/webp/2026/05/IMG_8643.PNG 1200w,
                            https://storage.ghost.io/c/37/3b/373bd6e4-7edf-454d-a26c-40f8520e0325/content/images/size/w2000/format/webp/2026/05/IMG_8643.PNG 2000w"
                    sizes="80px"
                    src="https://storage.ghost.io/c/37/3b/373bd6e4-7edf-454d-a26c-40f8520e0325/content/images/size/w600/2026/05/IMG_8643.PNG"
                    alt="Ferrari Luce"
                    
                >
            </figure>
        <div class="gh-card-wrapper">
            <h3 class="gh-card-title is-title">Ferrari Luce</h3>
                <p class="gh-card-excerpt is-body">Weird Car of the Day #460: 2027 Ferrari Luce – il Commodore</p>
            <footer class="gh-card-meta">
<!--
             -->                    <time class="gh-card-date" datetime="2026-05-27">27 May 2026</time>
                <!--
         --></footer>
        </div>
    </a>
</article>
                        <article class="gh-card post featured">
    <a class="gh-card-link" href="/spinner-by-syd-mead/">
            <figure class="gh-card-image">
                <img
                    srcset="https://storage.ghost.io/c/37/3b/373bd6e4-7edf-454d-a26c-40f8520e0325/content/images/size/w160/format/webp/2026/01/IMG_8181.png 160w,
                            https://storage.ghost.io/c/37/3b/373bd6e4-7edf-454d-a26c-40f8520e0325/content/images/size/w320/format/webp/2026/01/IMG_8181.png 320w,
                            https://storage.ghost.io/c/37/3b/373bd6e4-7edf-454d-a26c-40f8520e0325/content/images/size/w600/format/webp/2026/01/IMG_8181.png 600w,
                            https://storage.ghost.io/c/37/3b/373bd6e4-7edf-454d-a26c-40f8520e0325/content/images/size/w960/format/webp/2026/01/IMG_8181.png 960w,
                            https://storage.ghost.io/c/37/3b/373bd6e4-7edf-454d-a26c-40f8520e0325/content/images/size/w1200/format/webp/2026/01/IMG_8181.png 1200w,
                            https://storage.ghost.io/c/37/3b/373bd6e4-7edf-454d-a26c-40f8520e0325/content/images/size/w2000/format/webp/2026/01/IMG_8181.png 2000w"
                    sizes="80px"
                    src="https://storage.ghost.io/c/37/3b/373bd6e4-7edf-454d-a26c-40f8520e0325/content/images/size/w600/2026/01/IMG_8181.png"
                    alt="Spinner by Syd Mead"
                    
                >
            </figure>
        <div class="gh-card-wrapper">
            <h3 class="gh-card-title is-title">Spinner by Syd Mead</h3>
                <p class="gh-card-excerpt is-body">Weird Car of the Day #445: 1982 Spinner by Syd Mead – Blade Stayer</p>
            <footer class="gh-card-meta">
<!--
             -->                    <time class="gh-card-date" datetime="2026-01-26">26 Jan 2026</time>
                <!--
         --></footer>
        </div>
    </a>
</article>
                        <article class="gh-card post featured">
    <a class="gh-card-link" href="/beijing-benz-chrysler-jeep-2700/">
            <figure class="gh-card-image">
                <img
                    srcset="https://storage.ghost.io/c/37/3b/373bd6e4-7edf-454d-a26c-40f8520e0325/content/images/size/w160/format/webp/2026/01/IMG_8048.png 160w,
                            https://storage.ghost.io/c/37/3b/373bd6e4-7edf-454d-a26c-40f8520e0325/content/images/size/w320/format/webp/2026/01/IMG_8048.png 320w,
                            https://storage.ghost.io/c/37/3b/373bd6e4-7edf-454d-a26c-40f8520e0325/content/images/size/w600/format/webp/2026/01/IMG_8048.png 600w,
                            https://storage.ghost.io/c/37/3b/373bd6e4-7edf-454d-a26c-40f8520e0325/content/images/size/w960/format/webp/2026/01/IMG_8048.png 960w,
                            https://storage.ghost.io/c/37/3b/373bd6e4-7edf-454d-a26c-40f8520e0325/content/images/size/w1200/format/webp/2026/01/IMG_8048.png 1200w,
                            https://storage.ghost.io/c/37/3b/373bd6e4-7edf-454d-a26c-40f8520e0325/content/images/size/w2000/format/webp/2026/01/IMG_8048.png 2000w"
                    sizes="80px"
                    src="https://storage.ghost.io/c/37/3b/373bd6e4-7edf-454d-a26c-40f8520e0325/content/images/size/w600/2026/01/IMG_8048.png"
                    alt="Beijing Benz-Chrysler Jeep 2700"
                    
                >
            </figure>
        <div class="gh-card-wrapper">
            <h3 class="gh-card-title is-title">Beijing Benz-Chrysler Jeep 2700</h3>
                <p class="gh-card-excerpt is-body">Weird Car of the Day #442: 2005 Beijing Benz-Chrysler Jeep 2700 – ‘One corporation’s trash…’</p>
            <footer class="gh-card-meta">
                        <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" height="20" width="20" id="Lock-1--Streamline-Ultimate"><defs></defs><title>lock-1</title><path d="M4.375 8.125h11.25s1.25 0 1.25 1.25v8.75s0 1.25 -1.25 1.25H4.375s-1.25 0 -1.25 -1.25v-8.75s0 -1.25 1.25 -1.25" fill="none" stroke="currentcolor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"></path><path d="M5.625 8.125V5a4.375 4.375 0 0 1 8.75 0v3.125" fill="none" stroke="currentcolor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"></path><path d="m10 12.5 0 2.5" fill="none" stroke="currentcolor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"></path></svg>                <!--
             -->                    <time class="gh-card-date" datetime="2026-01-19">19 Jan 2026</time>
                <!--
         --></footer>
        </div>
    </a>
</article>
                        <article class="gh-card post featured">
    <a class="gh-card-link" href="/neckar-weinsberg-500-limousette/">
            <figure class="gh-card-image">
                <img
                    srcset="https://storage.ghost.io/c/37/3b/373bd6e4-7edf-454d-a26c-40f8520e0325/content/images/size/w160/format/webp/2025/10/IMG_7412.png 160w,
                            https://storage.ghost.io/c/37/3b/373bd6e4-7edf-454d-a26c-40f8520e0325/content/images/size/w320/format/webp/2025/10/IMG_7412.png 320w,
                            https://storage.ghost.io/c/37/3b/373bd6e4-7edf-454d-a26c-40f8520e0325/content/images/size/w600/format/webp/2025/10/IMG_7412.png 600w,
                            https://storage.ghost.io/c/37/3b/373bd6e4-7edf-454d-a26c-40f8520e0325/content/images/size/w960/format/webp/2025/10/IMG_7412.png 960w,
                            https://storage.ghost.io/c/37/3b/373bd6e4-7edf-454d-a26c-40f8520e0325/content/images/size/w1200/format/webp/2025/10/IMG_7412.png 1200w,
                            https://storage.ghost.io/c/37/3b/373bd6e4-7edf-454d-a26c-40f8520e0325/content/images/size/w2000/format/webp/2025/10/IMG_7412.png 2000w"
                    sizes="80px"
                    src="https://storage.ghost.io/c/37/3b/373bd6e4-7edf-454d-a26c-40f8520e0325/content/images/size/w600/2025/10/IMG_7412.png"
                    alt="Neckar Weinsberg 500 Limousette"
                    
                >
            </figure>
        <div class="gh-card-wrapper">
            <h3 class="gh-card-title is-title">Neckar Weinsberg 500 Limousette</h3>
                <p class="gh-card-excerpt is-body">Weird Car of the Day #433: NSU-Fiat Neckar Weinsberg 500 Limousette – Little miracles</p>
            <footer class="gh-card-meta">
                        <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" height="20" width="20" id="Lock-1--Streamline-Ultimate"><defs></defs><title>lock-1</title><path d="M4.375 8.125h11.25s1.25 0 1.25 1.25v8.75s0 1.25 -1.25 1.25H4.375s-1.25 0 -1.25 -1.25v-8.75s0 -1.25 1.25 -1.25" fill="none" stroke="currentcolor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"></path><path d="M5.625 8.125V5a4.375 4.375 0 0 1 8.75 0v3.125" fill="none" stroke="currentcolor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"></path><path d="m10 12.5 0 2.5" fill="none" stroke="currentcolor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"></path></svg>                <!--
             -->                    <time class="gh-card-date" datetime="2025-10-27">27 Oct 2025</time>
                <!--
         --></footer>
        </div>
    </a>
</article>
                </div>
            </div>
        </section>



<section class="gh-container is-grid has-sidebar gh-outer">
    <div class="gh-container-inner gh-inner">
        
            <h2 class="gh-container-title">
                Latest
            </h2>

        <main class="gh-main">
            <div class="gh-feed">

                                <article class="gh-card post featured">
    <a class="gh-card-link" href="/ferrari-luce/">
            <figure class="gh-card-image">
                <img
                    srcset="https://storage.ghost.io/c/37/3b/373bd6e4-7edf-454d-a26c-40f8520e0325/content/images/size/w160/format/webp/2026/05/IMG_8643.PNG 160w,
                            https://storage.ghost.io/c/37/3b/373bd6e4-7edf-454d-a26c-40f8520e0325/content/images/size/w320/format/webp/2026/05/IMG_8643.PNG 320w,
                            https://storage.ghost.io/c/37/3b/373bd6e4-7edf-454d-a26c-40f8520e0325/content/images/size/w600/format/webp/2026/05/IMG_8643.PNG 600w,
                            https://storage.ghost.io/c/37/3b/373bd6e4-7edf-454d-a26c-40f8520e0325/content/images/size/w960/format/webp/2026/05/IMG_8643.PNG 960w,
                            https://storage.ghost.io/c/37/3b/373bd6e4-7edf-454d-a26c-40f8520e0325/content/images/size/w1200/format/webp/2026/05/IMG_8643.PNG 1200w,
                            https://storage.ghost.io/c/37/3b/373bd6e4-7edf-454d-a26c-40f8520e0325/content/images/size/w2000/format/webp/2026/05/IMG_8643.PNG 2000w"
                    sizes="320px"
                    src="https://storage.ghost.io/c/37/3b/373bd6e4-7edf-454d-a26c-40f8520e0325/content/images/size/w600/2026/05/IMG_8643.PNG"
                    alt="Ferrari Luce"
                    loading="lazy"
                >
            </figure>
        <div class="gh-card-wrapper">
            <h3 class="gh-card-title is-title">Ferrari Luce</h3>
                <p class="gh-card-excerpt is-body">Weird Car of the Day #460: 2027 Ferrari Luce – il Commodore</p>
            <footer class="gh-card-meta">
<!--
             -->                    <time class="gh-card-date" datetime="2026-05-27">27 May 2026</time>
                <!--
         --></footer>
        </div>
    </a>
</article>
                                <article class="gh-card post">
    <a class="gh-card-link" href="/lotus-elan-m200-speedster/">
            <figure class="gh-card-image">
                <img
                    srcset="https://storage.ghost.io/c/37/3b/373bd6e4-7edf-454d-a26c-40f8520e0325/content/images/size/w160/format/webp/2026/05/IMG_8641.PNG 160w,
                            https://storage.ghost.io/c/37/3b/373bd6e4-7edf-454d-a26c-40f8520e0325/content/images/size/w320/format/webp/2026/05/IMG_8641.PNG 320w,
                            https://storage.ghost.io/c/37/3b/373bd6e4-7edf-454d-a26c-40f8520e0325/content/images/size/w600/format/webp/2026/05/IMG_8641.PNG 600w,
                            https://storage.ghost.io/c/37/3b/373bd6e4-7edf-454d-a26c-40f8520e0325/content/images/size/w960/format/webp/2026/05/IMG_8641.PNG 960w,
                            https://storage.ghost.io/c/37/3b/373bd6e4-7edf-454d-a26c-40f8520e0325/content/images/size/w1200/format/webp/2026/05/IMG_8641.PNG 1200w,
                            https://storage.ghost.io/c/37/3b/373bd6e4-7edf-454d-a26c-40f8520e0325/content/images/size/w2000/format/webp/2026/05/IMG_8641.PNG 2000w"
                    sizes="320px"
                    src="https://storage.ghost.io/c/37/3b/373bd6e4-7edf-454d-a26c-40f8520e0325/content/images/size/w600/2026/05/IMG_8641.PNG"
                    alt="Lotus Elan M200 Speedster"
                    loading="lazy"
                >
            </figure>
        <div class="gh-card-wrapper">
            <h3 class="gh-card-title is-title">Lotus Elan M200 Speedster</h3>
                <p class="gh-card-excerpt is-body">Weird Car of the Day #459: 1991* Lotus Elan M200 Concept – Patina non grata</p>
            <footer class="gh-card-meta">
                        <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" height="20" width="20" id="Lock-1--Streamline-Ultimate"><defs></defs><title>lock-1</title><path d="M4.375 8.125h11.25s1.25 0 1.25 1.25v8.75s0 1.25 -1.25 1.25H4.375s-1.25 0 -1.25 -1.25v-8.75s0 -1.25 1.25 -1.25" fill="none" stroke="currentcolor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"></path><path d="M5.625 8.125V5a4.375 4.375 0 0 1 8.75 0v3.125" fill="none" stroke="currentcolor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"></path><path d="m10 12.5 0 2.5" fill="none" stroke="currentcolor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"></path></svg>                <!--
             -->                    <time class="gh-card-date" datetime="2026-05-11">11 May 2026</time>
                <!--
         --></footer>
        </div>
    </a>
</article>
                                <article class="gh-card post no-image">
    <a class="gh-card-link" href="/is-it-possible-to-update-a-citroen-sm/">
        <div class="gh-card-wrapper">
            <h3 class="gh-card-title is-title">Is it possible to update a Citroën SM?</h3>
                <p class="gh-card-excerpt is-body">In 2014, a French tuning company tried to modernize a classic</p>
            <footer class="gh-card-meta">
<!--
             -->                    <time class="gh-card-date" datetime="2026-03-28">28 Mar 2026</time>
                <!--
         --></footer>
        </div>
    </a>
</article>
                                <article class="gh-card post no-image">
    <a class="gh-card-link" href="/volvo-850-by-coggiola/">
        <div class="gh-card-wrapper">
            <h3 class="gh-card-title is-title">Volvo 850 by Coggiola</h3>
                <p class="gh-card-excerpt is-body">A secret almost-wedge generations before Tesla&#x27;s Cybertruck</p>
            <footer class="gh-card-meta">
                        <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" height="20" width="20" id="Lock-1--Streamline-Ultimate"><defs></defs><title>lock-1</title><path d="M4.375 8.125h11.25s1.25 0 1.25 1.25v8.75s0 1.25 -1.25 1.25H4.375s-1.25 0 -1.25 -1.25v-8.75s0 -1.25 1.25 -1.25" fill="none" stroke="currentcolor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"></path><path d="M5.625 8.125V5a4.375 4.375 0 0 1 8.75 0v3.125" fill="none" stroke="currentcolor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"></path><path d="m10 12.5 0 2.5" fill="none" stroke="currentcolor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"></path></svg>                <!--
             -->                    <time class="gh-card-date" datetime="2026-03-25">25 Mar 2026</time>
                <!--
         --></footer>
        </div>
    </a>
</article>
                                <article class="gh-card post">
    <a class="gh-card-link" href="/parotech-audi-s8-for-sony/">
            <figure class="gh-card-image">
                <img
                    srcset="https://storage.ghost.io/c/37/3b/373bd6e4-7edf-454d-a26c-40f8520e0325/content/images/size/w160/format/webp/2026/03/IMG_8635.PNG 160w,
                            https://storage.ghost.io/c/37/3b/373bd6e4-7edf-454d-a26c-40f8520e0325/content/images/size/w320/format/webp/2026/03/IMG_8635.PNG 320w,
                            https://storage.ghost.io/c/37/3b/373bd6e4-7edf-454d-a26c-40f8520e0325/content/images/size/w600/format/webp/2026/03/IMG_8635.PNG 600w,
                            https://storage.ghost.io/c/37/3b/373bd6e4-7edf-454d-a26c-40f8520e0325/content/images/size/w960/format/webp/2026/03/IMG_8635.PNG 960w,
                            https://storage.ghost.io/c/37/3b/373bd6e4-7edf-454d-a26c-40f8520e0325/content/images/size/w1200/format/webp/2026/03/IMG_8635.PNG 1200w,
                            https://storage.ghost.io/c/37/3b/373bd6e4-7edf-454d-a26c-40f8520e0325/content/images/size/w2000/format/webp/2026/03/IMG_8635.PNG 2000w"
                    sizes="320px"
                    src="https://storage.ghost.io/c/37/3b/373bd6e4-7edf-454d-a26c-40f8520e0325/content/images/size/w600/2026/03/IMG_8635.PNG"
                    alt="Parotech Audi S8 for Sony"
                    loading="lazy"
                >
            </figure>
        <div class="gh-card-wrapper">
            <h3 class="gh-card-title is-title">Parotech Audi S8 for Sony</h3>
                <p class="gh-card-excerpt is-body">Weird Car of the Day #458: 2004 Parotech Audi S8 for Sony - Sedan, super</p>
            <footer class="gh-card-meta">
                        <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" height="20" width="20" id="Lock-1--Streamline-Ultimate"><defs></defs><title>lock-1</title><path d="M4.375 8.125h11.25s1.25 0 1.25 1.25v8.75s0 1.25 -1.25 1.25H4.375s-1.25 0 -1.25 -1.25v-8.75s0 -1.25 1.25 -1.25" fill="none" stroke="currentcolor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"></path><path d="M5.625 8.125V5a4.375 4.375 0 0 1 8.75 0v3.125" fill="none" stroke="currentcolor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"></path><path d="m10 12.5 0 2.5" fill="none" stroke="currentcolor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"></path></svg>                <!--
             -->                    <time class="gh-card-date" datetime="2026-03-25">25 Mar 2026</time>
                <!--
         --></footer>
        </div>
    </a>
</article>
                                <article class="gh-card post no-image">
    <a class="gh-card-link" href="/finding-parts-for-a-volvo-s40-btcc-car/">
        <div class="gh-card-wrapper">
            <h3 class="gh-card-title is-title">Finding parts for a Volvo S40 BTCC car</h3>
                <p class="gh-card-excerpt is-body">Björn Hall sources a rare engine for his project</p>
            <footer class="gh-card-meta">
<!--
             -->                    <time class="gh-card-date" datetime="2026-03-24">24 Mar 2026</time>
                <!--
         --></footer>
        </div>
    </a>
</article>
                                <article class="gh-card post">
    <a class="gh-card-link" href="/grumett-pick-up/">
            <figure class="gh-card-image">
                <img
                    srcset="https://storage.ghost.io/c/37/3b/373bd6e4-7edf-454d-a26c-40f8520e0325/content/images/size/w160/format/webp/2026/03/IMG_8633.png 160w,
                            https://storage.ghost.io/c/37/3b/373bd6e4-7edf-454d-a26c-40f8520e0325/content/images/size/w320/format/webp/2026/03/IMG_8633.png 320w,
                            https://storage.ghost.io/c/37/3b/373bd6e4-7edf-454d-a26c-40f8520e0325/content/images/size/w600/format/webp/2026/03/IMG_8633.png 600w,
                            https://storage.ghost.io/c/37/3b/373bd6e4-7edf-454d-a26c-40f8520e0325/content/images/size/w960/format/webp/2026/03/IMG_8633.png 960w,
                            https://storage.ghost.io/c/37/3b/373bd6e4-7edf-454d-a26c-40f8520e0325/content/images/size/w1200/format/webp/2026/03/IMG_8633.png 1200w,
                            https://storage.ghost.io/c/37/3b/373bd6e4-7edf-454d-a26c-40f8520e0325/content/images/size/w2000/format/webp/2026/03/IMG_8633.png 2000w"
                    sizes="320px"
                    src="https://storage.ghost.io/c/37/3b/373bd6e4-7edf-454d-a26c-40f8520e0325/content/images/size/w600/2026/03/IMG_8633.png"
                    alt="Grumett Pick-Up"
                    loading="lazy"
                >
            </figure>
        <div class="gh-card-wrapper">
            <h3 class="gh-card-title is-title">Grumett Pick-Up</h3>
                <p class="gh-card-excerpt is-body">Weird Car of the Day #457: 1978 Grumett Pick-Up – Faux haler</p>
            <footer class="gh-card-meta">
                        <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" height="20" width="20" id="Lock-1--Streamline-Ultimate"><defs></defs><title>lock-1</title><path d="M4.375 8.125h11.25s1.25 0 1.25 1.25v8.75s0 1.25 -1.25 1.25H4.375s-1.25 0 -1.25 -1.25v-8.75s0 -1.25 1.25 -1.25" fill="none" stroke="currentcolor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"></path><path d="M5.625 8.125V5a4.375 4.375 0 0 1 8.75 0v3.125" fill="none" stroke="currentcolor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"></path><path d="m10 12.5 0 2.5" fill="none" stroke="currentcolor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"></path></svg>                <!--
             -->                    <time class="gh-card-date" datetime="2026-03-24">24 Mar 2026</time>
                <!--
         --></footer>
        </div>
    </a>
</article>
                                <article class="gh-card post">
    <a class="gh-card-link" href="/funke-will-ag-young-engineers-sportscar-roadster/">
            <figure class="gh-card-image">
                <img
                    srcset="https://storage.ghost.io/c/37/3b/373bd6e4-7edf-454d-a26c-40f8520e0325/content/images/size/w160/format/webp/2026/02/IMG_8626.png 160w,
                            https://storage.ghost.io/c/37/3b/373bd6e4-7edf-454d-a26c-40f8520e0325/content/images/size/w320/format/webp/2026/02/IMG_8626.png 320w,
                            https://storage.ghost.io/c/37/3b/373bd6e4-7edf-454d-a26c-40f8520e0325/content/images/size/w600/format/webp/2026/02/IMG_8626.png 600w,
                            https://storage.ghost.io/c/37/3b/373bd6e4-7edf-454d-a26c-40f8520e0325/content/images/size/w960/format/webp/2026/02/IMG_8626.png 960w,
                            https://storage.ghost.io/c/37/3b/373bd6e4-7edf-454d-a26c-40f8520e0325/content/images/size/w1200/format/webp/2026/02/IMG_8626.png 1200w,
                            https://storage.ghost.io/c/37/3b/373bd6e4-7edf-454d-a26c-40f8520e0325/content/images/size/w2000/format/webp/2026/02/IMG_8626.png 2000w"
                    sizes="320px"
                    src="https://storage.ghost.io/c/37/3b/373bd6e4-7edf-454d-a26c-40f8520e0325/content/images/size/w600/2026/02/IMG_8626.png"
                    alt="Funke &amp; Will AG Young Engineers Sportscar Roadster"
                    loading="lazy"
                >
            </figure>
        <div class="gh-card-wrapper">
            <h3 class="gh-card-title is-title">Funke &amp; Will AG Young Engineers Sportscar Roadster</h3>
                <p class="gh-card-excerpt is-body">Weird Car of the Day #456: Funke &amp; Will AG YES! Roadster – Pure of heart</p>
            <footer class="gh-card-meta">
                        <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" height="20" width="20" id="Lock-1--Streamline-Ultimate"><defs></defs><title>lock-1</title><path d="M4.375 8.125h11.25s1.25 0 1.25 1.25v8.75s0 1.25 -1.25 1.25H4.375s-1.25 0 -1.25 -1.25v-8.75s0 -1.25 1.25 -1.25" fill="none" stroke="currentcolor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"></path><path d="M5.625 8.125V5a4.375 4.375 0 0 1 8.75 0v3.125" fill="none" stroke="currentcolor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"></path><path d="m10 12.5 0 2.5" fill="none" stroke="currentcolor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"></path></svg>                <!--
             -->                    <time class="gh-card-date" datetime="2026-02-27">27 Feb 2026</time>
                <!--
         --></footer>
        </div>
    </a>
</article>
                                <article class="gh-card post">
    <a class="gh-card-link" href="/volvo-850-t5-by-heico-motorsport/">
            <figure class="gh-card-image">
                <img
                    srcset="https://storage.ghost.io/c/37/3b/373bd6e4-7edf-454d-a26c-40f8520e0325/content/images/size/w160/format/webp/2026/02/IMG_8553.png 160w,
                            https://storage.ghost.io/c/37/3b/373bd6e4-7edf-454d-a26c-40f8520e0325/content/images/size/w320/format/webp/2026/02/IMG_8553.png 320w,
                            https://storage.ghost.io/c/37/3b/373bd6e4-7edf-454d-a26c-40f8520e0325/content/images/size/w600/format/webp/2026/02/IMG_8553.png 600w,
                            https://storage.ghost.io/c/37/3b/373bd6e4-7edf-454d-a26c-40f8520e0325/content/images/size/w960/format/webp/2026/02/IMG_8553.png 960w,
                            https://storage.ghost.io/c/37/3b/373bd6e4-7edf-454d-a26c-40f8520e0325/content/images/size/w1200/format/webp/2026/02/IMG_8553.png 1200w,
                            https://storage.ghost.io/c/37/3b/373bd6e4-7edf-454d-a26c-40f8520e0325/content/images/size/w2000/format/webp/2026/02/IMG_8553.png 2000w"
                    sizes="320px"
                    src="https://storage.ghost.io/c/37/3b/373bd6e4-7edf-454d-a26c-40f8520e0325/content/images/size/w600/2026/02/IMG_8553.png"
                    alt="Volvo 850 T5 by HEICO Motorsport"
                    loading="lazy"
                >
            </figure>
        <div class="gh-card-wrapper">
            <h3 class="gh-card-title is-title">Volvo 850 T5 by HEICO Motorsport</h3>
                <p class="gh-card-excerpt is-body">Weird Car of the Day #455: Volvo 850 T5 by HEICO Motorsport – Megabyte Box</p>
            <footer class="gh-card-meta">
                        <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" height="20" width="20" id="Lock-1--Streamline-Ultimate"><defs></defs><title>lock-1</title><path d="M4.375 8.125h11.25s1.25 0 1.25 1.25v8.75s0 1.25 -1.25 1.25H4.375s-1.25 0 -1.25 -1.25v-8.75s0 -1.25 1.25 -1.25" fill="none" stroke="currentcolor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"></path><path d="M5.625 8.125V5a4.375 4.375 0 0 1 8.75 0v3.125" fill="none" stroke="currentcolor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"></path><path d="m10 12.5 0 2.5" fill="none" stroke="currentcolor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"></path></svg>                <!--
             -->                    <time class="gh-card-date" datetime="2026-02-20">20 Feb 2026</time>
                <!--
         --></footer>
        </div>
    </a>
</article>
                                <article class="gh-card post">
    <a class="gh-card-link" href="/b-b-volkswagen-polo-paris/">
            <figure class="gh-card-image">
                <img
                    srcset="https://storage.ghost.io/c/37/3b/373bd6e4-7edf-454d-a26c-40f8520e0325/content/images/size/w160/format/webp/2026/02/IMG_8525.png 160w,
                            https://storage.ghost.io/c/37/3b/373bd6e4-7edf-454d-a26c-40f8520e0325/content/images/size/w320/format/webp/2026/02/IMG_8525.png 320w,
                            https://storage.ghost.io/c/37/3b/373bd6e4-7edf-454d-a26c-40f8520e0325/content/images/size/w600/format/webp/2026/02/IMG_8525.png 600w,
                            https://storage.ghost.io/c/37/3b/373bd6e4-7edf-454d-a26c-40f8520e0325/content/images/size/w960/format/webp/2026/02/IMG_8525.png 960w,
                            https://storage.ghost.io/c/37/3b/373bd6e4-7edf-454d-a26c-40f8520e0325/content/images/size/w1200/format/webp/2026/02/IMG_8525.png 1200w,
                            https://storage.ghost.io/c/37/3b/373bd6e4-7edf-454d-a26c-40f8520e0325/content/images/size/w2000/format/webp/2026/02/IMG_8525.png 2000w"
                    sizes="320px"
                    src="https://storage.ghost.io/c/37/3b/373bd6e4-7edf-454d-a26c-40f8520e0325/content/images/size/w600/2026/02/IMG_8525.png"
                    alt="B+B Volkswagen Polo Paris"
                    loading="lazy"
                >
            </figure>
        <div class="gh-card-wrapper">
            <h3 class="gh-card-title is-title">B+B Volkswagen Polo Paris</h3>
                <p class="gh-card-excerpt is-body">Weird Car of the Day #454: 1983 B+B Volkswagen Polo Paris – Haute futur</p>
            <footer class="gh-card-meta">
                        <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" height="20" width="20" id="Lock-1--Streamline-Ultimate"><defs></defs><title>lock-1</title><path d="M4.375 8.125h11.25s1.25 0 1.25 1.25v8.75s0 1.25 -1.25 1.25H4.375s-1.25 0 -1.25 -1.25v-8.75s0 -1.25 1.25 -1.25" fill="none" stroke="currentcolor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"></path><path d="M5.625 8.125V5a4.375 4.375 0 0 1 8.75 0v3.125" fill="none" stroke="currentcolor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"></path><path d="m10 12.5 0 2.5" fill="none" stroke="currentcolor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"></path></svg>                <!--
             -->                    <time class="gh-card-date" datetime="2026-02-18">18 Feb 2026</time>
                <!--
         --></footer>
        </div>
    </a>
</article>
                                <article class="gh-card post">
    <a class="gh-card-link" href="/bmw-fun-car/">
            <figure class="gh-card-image">
                <img
                    srcset="https://storage.ghost.io/c/37/3b/373bd6e4-7edf-454d-a26c-40f8520e0325/content/images/size/w160/format/webp/2026/02/IMG_8466.png 160w,
                            https://storage.ghost.io/c/37/3b/373bd6e4-7edf-454d-a26c-40f8520e0325/content/images/size/w320/format/webp/2026/02/IMG_8466.png 320w,
                            https://storage.ghost.io/c/37/3b/373bd6e4-7edf-454d-a26c-40f8520e0325/content/images/size/w600/format/webp/2026/02/IMG_8466.png 600w,
                            https://storage.ghost.io/c/37/3b/373bd6e4-7edf-454d-a26c-40f8520e0325/content/images/size/w960/format/webp/2026/02/IMG_8466.png 960w,
                            https://storage.ghost.io/c/37/3b/373bd6e4-7edf-454d-a26c-40f8520e0325/content/images/size/w1200/format/webp/2026/02/IMG_8466.png 1200w,
                            https://storage.ghost.io/c/37/3b/373bd6e4-7edf-454d-a26c-40f8520e0325/content/images/size/w2000/format/webp/2026/02/IMG_8466.png 2000w"
                    sizes="320px"
                    src="https://storage.ghost.io/c/37/3b/373bd6e4-7edf-454d-a26c-40f8520e0325/content/images/size/w600/2026/02/IMG_8466.png"
                    alt="BMW Fun Car"
                    loading="lazy"
                >
            </figure>
        <div class="gh-card-wrapper">
            <h3 class="gh-card-title is-title">BMW Fun Car</h3>
                <p class="gh-card-excerpt is-body">Weird Car of the Day #453: 1994 BMW Fun Car by Tilo Clumpp – Resident Alien</p>
            <footer class="gh-card-meta">
                        <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" height="20" width="20" id="Lock-1--Streamline-Ultimate"><defs></defs><title>lock-1</title><path d="M4.375 8.125h11.25s1.25 0 1.25 1.25v8.75s0 1.25 -1.25 1.25H4.375s-1.25 0 -1.25 -1.25v-8.75s0 -1.25 1.25 -1.25" fill="none" stroke="currentcolor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"></path><path d="M5.625 8.125V5a4.375 4.375 0 0 1 8.75 0v3.125" fill="none" stroke="currentcolor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"></path><path d="m10 12.5 0 2.5" fill="none" stroke="currentcolor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"></path></svg>                <!--
             -->                    <time class="gh-card-date" datetime="2026-02-16">16 Feb 2026</time>
                <!--
         --></footer>
        </div>
    </a>
</article>
                                <article class="gh-card post">
    <a class="gh-card-link" href="/fiat-850-spider-monza-by-francis-lombardi/">
            <figure class="gh-card-image">
                <img
                    srcset="https://storage.ghost.io/c/37/3b/373bd6e4-7edf-454d-a26c-40f8520e0325/content/images/size/w160/format/webp/2026/02/IMG_8423.png 160w,
                            https://storage.ghost.io/c/37/3b/373bd6e4-7edf-454d-a26c-40f8520e0325/content/images/size/w320/format/webp/2026/02/IMG_8423.png 320w,
                            https://storage.ghost.io/c/37/3b/373bd6e4-7edf-454d-a26c-40f8520e0325/content/images/size/w600/format/webp/2026/02/IMG_8423.png 600w,
                            https://storage.ghost.io/c/37/3b/373bd6e4-7edf-454d-a26c-40f8520e0325/content/images/size/w960/format/webp/2026/02/IMG_8423.png 960w,
                            https://storage.ghost.io/c/37/3b/373bd6e4-7edf-454d-a26c-40f8520e0325/content/images/size/w1200/format/webp/2026/02/IMG_8423.png 1200w,
                            https://storage.ghost.io/c/37/3b/373bd6e4-7edf-454d-a26c-40f8520e0325/content/images/size/w2000/format/webp/2026/02/IMG_8423.png 2000w"
                    sizes="320px"
                    src="https://storage.ghost.io/c/37/3b/373bd6e4-7edf-454d-a26c-40f8520e0325/content/images/size/w600/2026/02/IMG_8423.png"
                    alt="Fiat 850 Spider Monza by Francis Lombardi"
                    loading="lazy"
                >
            </figure>
        <div class="gh-card-wrapper">
            <h3 class="gh-card-title is-title">Fiat 850 Spider Monza by Francis Lombardi</h3>
                <p class="gh-card-excerpt is-body">Weird Car of the Day #452: Fiat 850 Spider Monza by Francis Lombardi – Sweet slice</p>
            <footer class="gh-card-meta">
                        <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" height="20" width="20" id="Lock-1--Streamline-Ultimate"><defs></defs><title>lock-1</title><path d="M4.375 8.125h11.25s1.25 0 1.25 1.25v8.75s0 1.25 -1.25 1.25H4.375s-1.25 0 -1.25 -1.25v-8.75s0 -1.25 1.25 -1.25" fill="none" stroke="currentcolor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"></path><path d="M5.625 8.125V5a4.375 4.375 0 0 1 8.75 0v3.125" fill="none" stroke="currentcolor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"></path><path d="m10 12.5 0 2.5" fill="none" stroke="currentcolor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"></path></svg>                <!--
             -->                    <time class="gh-card-date" datetime="2026-02-13">13 Feb 2026</time>
                <!--
         --></footer>
        </div>
    </a>
</article>
                    


            </div>

                <div class="gh-more is-title">
                    <a href="https://www.weirdcaroftheday.com/page/2/">See all <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" fill="currentColor" viewBox="0 0 256 256"><path d="M224.49,136.49l-72,72a12,12,0,0,1-17-17L187,140H40a12,12,0,0,1,0-24H187L135.51,64.48a12,12,0,0,1,17-17l72,72A12,12,0,0,1,224.49,136.49Z"></path></svg></a>
                </div>
        </main>

            <aside class="gh-sidebar">
                <div class="gh-sidebar-inner">
                    <section class="gh-about">
                            <img class="gh-about-icon" src="https://storage.ghost.io/c/37/3b/373bd6e4-7edf-454d-a26c-40f8520e0325/content/images/2025/03/IMG_5178-1.png" alt="Weird Car of the Day" loading="lazy">
                        <h3 class="gh-about-title is-title">Weird Car of the Day</h3>
                            <p class="gh-about-description is-body">A newsletter about strange, forgotten, misunderstood, and occasionally brilliant cars | Since 2014</p>
                                <button class="gh-button" data-portal="signup">Subscribe</button>
                    </section>
                        <section class="gh-recommendations">
                            <h4 class="gh-sidebar-title">Recommendations</h4>
                                <ul class="recommendations">
        <li class="recommendation">
            <a href="https://mit-cardesign-t.com/en/front/" data-recommendation="67bf5b1cb96b4400018f9bf5" target="_blank" rel="noopener">
                <div class="recommendation-favicon">
                        <img src="https://mit-cardesign-t.com/favicon.ico" alt="Mitsubishi Car Design Trails" loading="lazy" onerror="this.style.display='none';">
                </div>
                <h5 class="recommendation-title">Mitsubishi Car Design Trails</h5>
                <span class="recommendation-url">mit-cardesign-t.com/en/front</span>
                <p class="recommendation-description">An incredible, first-person account of the designs that made Mitsubishi Motors a leader in several automotive segments…as told by the actual design staff of that era. A must-read — bookmark this site!</p>
            </a>
        </li>
        <li class="recommendation">
            <a href="https://eclectic-lip.ghost.io/" data-recommendation="678fe6eb8dd0370001e7b26d" target="_blank" rel="noopener">
                <div class="recommendation-favicon">
                        <img src="https://storage.ghost.io/c/53/bd/53bd4eaf-288c-4f97-a373-5cd4cfcdf5a9/content/images/2024/12/faux-Zen-garden--icon--1.jpg" alt="Eclectic Lip" loading="lazy" onerror="this.style.display='none';">
                </div>
                <h5 class="recommendation-title">Eclectic Lip</h5>
                <span class="recommendation-url">eclectic-lip.ghost.io</span>
                <p class="recommendation-description">&quot;Public Thoughts from Disparate Threads&quot;. Newsletter by Matthew Klippenstein, a Canadian clean energy expert with an interest in obscure stage plays, comic book anthologies, and religion.</p>
            </a>
        </li>
        <li class="recommendation">
            <a href="https://www.carsandracingstuff.com/" data-recommendation="6789be5ad499b40001a3b207" target="_blank" rel="noopener">
                <div class="recommendation-favicon">
                        <img src="https://carsandracingstuff.com/favicon.ico" alt="The Crittenden Automotive Library" loading="lazy" onerror="this.style.display='none';">
                </div>
                <h5 class="recommendation-title">The Crittenden Automotive Library</h5>
                <span class="recommendation-url">carsandracingstuff.com</span>
                <p class="recommendation-description">Huge, free, essential resource covering all makes, models, and year of vehicle. Original documentation, independently operated. ~ Free resource, donations accepted. Desktop browser recommended.</p>
            </a>
        </li>
        <li class="recommendation">
            <a href="http://leroux.andre.free.fr/" data-recommendation="6789634ad499b40001a3b1fe" target="_blank" rel="noopener">
                <div class="recommendation-favicon">
                        <img src="http://leroux.andre.free.fr/favicon.ico" alt="André Le Roux&#x27;s Carcatalog" loading="lazy" onerror="this.style.display='none';">
                </div>
                <h5 class="recommendation-title">André Le Roux&#x27;s Carcatalog</h5>
                <span class="recommendation-url">leroux.andre.free.fr</span>
                <p class="recommendation-description">Regularly updated, old-school French language website featuring all of the obscure, weird cars your parents warned you about. A magnificent effort by André and friends. (Best viewed on desktop.)</p>
            </a>
        </li>
        <li class="recommendation">
            <a href="https://sbarro.phcalvet.fr/" data-recommendation="676588f934139e00015463d5" target="_blank" rel="noopener">
                <div class="recommendation-favicon">
                        <img src="https://sbarro.phcalvet.fr/assets/img/apple-touch-icon.jpg" alt="Sbarro, Another Vision of Car" loading="lazy" onerror="this.style.display='none';">
                </div>
                <h5 class="recommendation-title">Sbarro, Another Vision of Car</h5>
                <span class="recommendation-url">sbarro.phcalvet.fr</span>
                <p class="recommendation-description">Philippe Calvet&#x27;s well-researched library of Sbarro made and influenced vehicles. Highly recommended. FR/EN (sbarro.phcalvet.fr)</p>
            </a>
        </li>
    </ul>

                            <button data-portal="recommendations">See all <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" fill="currentColor" viewBox="0 0 256 256"><path d="M224.49,136.49l-72,72a12,12,0,0,1-17-17L187,140H40a12,12,0,0,1,0-24H187L135.51,64.48a12,12,0,0,1,17-17l72,72A12,12,0,0,1,224.49,136.49Z"></path></svg></button>
                        </section>
                </div>
            </aside>

    </div>
</section>

    
    <footer class="gh-footer has-accent-color gh-outer">
    <div class="gh-footer-inner gh-inner">

                <section class="gh-footer-signup">
                    <h2 class="gh-footer-signup-header is-title">
                        Get the next weird car:
                    </h2>
                    <p class="gh-footer-signup-subhead is-body">
                        Well-written car stories in your inbox. 3x per week.
                    </p>
                    <form class="gh-form" data-members-form>
    <input class="gh-form-input" id="footer-email" name="email" type="email" placeholder="jamie@example.com" required data-members-email>
    <button class="gh-button" type="submit" aria-label="Subscribe">
        <span><span>Subscribe</span> <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" fill="currentColor" viewBox="0 0 256 256"><path d="M224.49,136.49l-72,72a12,12,0,0,1-17-17L187,140H40a12,12,0,0,1,0-24H187L135.51,64.48a12,12,0,0,1,17-17l72,72A12,12,0,0,1,224.49,136.49Z"></path></svg></span>
        <svg xmlns="http://www.w3.org/2000/svg" height="24" width="24" viewBox="0 0 24 24">
    <g stroke-linecap="round" stroke-width="2" fill="currentColor" stroke="none" stroke-linejoin="round" class="nc-icon-wrapper">
        <g class="nc-loop-dots-4-24-icon-o">
            <circle cx="4" cy="12" r="3"></circle>
            <circle cx="12" cy="12" r="3"></circle>
            <circle cx="20" cy="12" r="3"></circle>
        </g>
        <style data-cap="butt">
            .nc-loop-dots-4-24-icon-o{--animation-duration:0.8s}
            .nc-loop-dots-4-24-icon-o *{opacity:.4;transform:scale(.75);animation:nc-loop-dots-4-anim var(--animation-duration) infinite}
            .nc-loop-dots-4-24-icon-o :nth-child(1){transform-origin:4px 12px;animation-delay:-.3s;animation-delay:calc(var(--animation-duration)/-2.666)}
            .nc-loop-dots-4-24-icon-o :nth-child(2){transform-origin:12px 12px;animation-delay:-.15s;animation-delay:calc(var(--animation-duration)/-5.333)}
            .nc-loop-dots-4-24-icon-o :nth-child(3){transform-origin:20px 12px}
            @keyframes nc-loop-dots-4-anim{0%,100%{opacity:.4;transform:scale(.75)}50%{opacity:1;transform:scale(1)}}
        </style>
    </g>
</svg>        <span>Email sent</span>
    </button>
    <p data-members-error></p>
</form>
                </section>

        <div class="gh-social-links">
        </div>

        <div class="gh-footer-bar">
            <span class="gh-footer-logo is-title">
                    <img src="https://storage.ghost.io/c/37/3b/373bd6e4-7edf-454d-a26c-40f8520e0325/content/images/2025/03/IMG_5178.png" alt="Weird Car of the Day">
            </span>
            <nav class="gh-footer-menu">
                <ul class="nav">
    <li class="nav-back-to-homepage nav-current"><a href="https://www.weirdcaroftheday.com/">→ Back to homepage  🏁🏎💨</a></li>
    <li class="nav-members-account-page nav-current"><a href="https://www.weirdcaroftheday.com/#/portal/account">MEMBERS → account page</a></li>
    <li class="nav-wcbb-post-login"><a href="https://banovsky.ghost.io/ghost/">WCBB post login</a></li>
    <li class="nav-data-privacy"><a href="https://www.weirdcaroftheday.com/privacy/">data &amp; privacy</a></li>
</ul>

            </nav>
            <div class="gh-footer-copyright">
                Powered by <a href="https://ghost.org/" target="_blank" rel="noopener">Ghost</a>
            </div>
        </div>

    </div>
</footer>
    
</div>


<script src="https://www.weirdcaroftheday.com/assets/built/source.js?v=6b10b6e280"></script>



</body>
</html>
