ADVERTISEMENT

2022 Range Rover makes Philippine debut

Published Jul 22, 2022 10:15 am

A choice of gas, diesel, and plug-in hybrid variants

It took a while for Coventry Motors Corporation, the brand's exclusive distributor in the Philippines, to bring it in (the pandemic is partly to blame). The delay helped the hype (a lot), as all units of the 2022 Range Rover have already been bought and paid for.

Why the excitement and the buzz about this fifth-generation model? First, it now uses a new aluminum body structure that shaves off almost 400 kilograms from its curb weight. This improvement also makes it the first all-aluminum SUV in the world. Second, it is the first generation of the model with seven seats (in the Long Wheelbase body). Third and most importantly, it is the first-ever Range Rover with four-wheel steering. The rear wheels can turn up to 7.3 degrees to improve cornering and maneuverability.

Your eyes do not deceive you. Yes, this is an all-new model, and while you can argue that the shape and design appear the same, the designers will beg to disagree. The gaps between the exterior panels have been minimized for a flusher fit and to create the impression it is milled from one piece. The simple and clean design also allows it to lower its drag coefficient to 0.30, making it, as per Range Rover, the most aerodynamic luxury SUV in the world. It maintains its three defining lines: the falling roofline, strong waistline, and rising sill line.

The cabin is typical of the brand. It uses premium materials mixed with high-tech equipment. The driver gets a 13.7-inch digital instrument panel, while the infotainment system has a 13.1-inch touchscreen display with Land Rover's latest Pivi Pro interface. Connectivity options include Bluetooth and wireless Apple CarPlay and Android Auto. The second-row seats have 11.4-inch displays. In the full-option Autobiography, the Executive Class rear seats have an eight-inch touchscreen display on the center armrest. Audio comes from a 35-speaker, 1,600-watt Meridian Signature sound system. The top-spec Autobiography variant offers a noise-canceling system.

Two Range Rover body styles are available: the standard HSE five-seater, and the new long-wheelbase version (LWB) version that can accommodate a third row for adults.

Customers can choose between three engine options: a diesel, gasoline, and a plug-in hybrid variant. They all pair to only one transmission, an eight-speed automatic.

The diesels are the HSE D300 with a 3.0L turbodiesel that produces 300-PS and 650-Nm of torque, and the HSE D350 and the LWB Autobiography D350 with 350-PS and 700-Nm.

Gas variants come in the top-spec LWB Autobiography P530 using a 4.4L twin-turbo V8 with 530-PS and 750-Nm of torque, and the plug-in hybrid variant HSE P440e with a 3.0-liter inline-six turbo paired to a 48-volt hybrid system that puts out 440-PS and 620-Nm of torque.

An all-wheel-drive layout replaces the four-wheel-drive system for better fuel economy and to reduce drivetrain overuse and wear. The chassis still uses the adaptive air suspension and is complemented by navigation information to soften the ride based on road conditions.

Safety features and other creature comforts include Active Noise Cancellation, cabin air purification, automatic emergency braking with pedestrian detection, blind-spot monitoring, adaptive cruise control, active lane control with lane departure warning, lane-keep assist, front and rear parking sensors, and automatic high-beam, among others.

The 2022 Range Rover starts at P15.990 million with the HSE P440e PHEV. The HSE D300 Diesel goes for P16.990 million, the HSE D350 Diesel at P17.390 million, and the top-of-the-line LWB Autobiography D350 Diesel and P530 Gasoline will set you back P21.390 million.

Chris Ward, President of Coventry Motors, with the all-new Range Rover.

As per Range Rover Philippines, all 25 units that came in have already been sold. They are accepting orders, but deliveries for the next batch will be sometime in August 2023.

Related Tags

Auto Nation Group (ANG) luxury SUV Range Rover
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.