ADVERTISEMENT

Ferrari's Leclerc wins dramatic F1 season-opening Bahrain GP

Published Mar 21, 2022 01:32 pm

Ferrari's Monegasque driver Charles Leclerc raises his 1st-place trophy on the podium after the Bahrain Formula One Grand Prix at the Bahrain International Circuit in the city of Sakhir on March 20, 2022. (AFP)

Charles Leclerc of Ferrari won a dramatic Formula One season-opening Bahrain Grand Prix on Sunday after reigning champion Max Verstappen limped out with an electrical issue two laps before the end.

Carlos Sainz made it a Ferrari one-two while Sergio Perez completed a disastrous day for Verstappen's Red Bull by spinning out of the race on the last lap with a mechanical problem, handing third place to Lewis Hamilton.

George Russell, in his first race since joining Hamilton at Mercedes to replace Valtteri Bottas, took fourth place to give Mercedes a score of 27 points that they could not have dreamed of in the middle of the race.

For Leclerc, who kept his cool when he and Verstappen exchanged the lead five times in two laps in a furious start to the race, the victory was pure delight.

"That's exactly how we should start the season. One-two baby, one-two. Mamma mia," the man from Monaco said on the team radio.

Once the race trophy was in his hands, Leclerc said: "I'm so happy. We knew this was a big opportunity for the team and the guys have done an incredible job building into amazing car.

"A one-two today with Carlos – we couldn't hope for better. It's incredible to be back at the top."

There was also a remarkable outcome for Haas, the team which failed to score a single point last season and was forced to replace Russian driver Nikita Mazepin -- and his tycoon father's sponsorship of the team -- as a result of the invasion of Ukraine.

The driver who replaced him, Kevin Magnussen, finished fifth in the Dane's first race since 2020 to collect 10 points.

Zhou Guanyu made history as he scored China's first point in Formula One after steering his Alfa Romeo to tenth.

In a double celebration for Asia, Japanese driver Yuki Tsunoda took eighth spot and four points for AlphaTauri.

Red Bull's zero returns

Leclerc's start from pole position was immediately challenged by Verstappen under the lights in the Gulf but he fought back to regain the lead.

By lap 37 of 57, Verstappen was arguing with his own team over their instructions from the pit lane and Leclerc had extended his lead to 2.3 seconds and held onto it for a deserved victory.

The race was disrupted when the safety car came out on the 51st lap after Pierre Gasly had to jump out of his AlphaTauri before it burst into flames.

When racing resumed, Sainz attacked Verstappen for second place but the Dutchman's race ended in bitter disappointment as he appeared to lose all power on the 55th lap and had to limp into the pits without a point.

"It was very hard out there, a lot of different issues we had to deal with and this is of course what you don't what to have on the first race weekend," said Verstappen.

"It was not great today, we didn't show what we could do for whatever reason but there is potential. We've already lost a lot of points in this weekend, that's really not good."

While Christian Horner and his Red Bull team were digesting the champion's failure to finish, Perez suddenly spun and came to a halt, apparently due to engine failure.

"It looks like a similar issue on both cars. We don't know exactly what it is yet... but we've got to get into it and understand exactly what caused it," Red Bull team principal Christian Horner told Sky Sports.

"It was a brutal finish to that race for us. What looked like a decent haul of points for us evaporated in the last couple of laps there."

Red Bull's late misfortune allowed seven-time champion Hamilton to help himself to third place.

"A big, big congratulations to Ferrari, it's so good to see them doing well again," said Hamilton.

"It was such a difficult race – we've struggled throughout practice and this was the best result we could hope for. We're grateful for these points."

There is little rest for the drivers as they move on to Saudi Arabia for next weekend's race.

Related Tags

Formula One Charles Leclerc Bahrain Grand Prix
ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.