ADVERTISEMENT

2020 Lexus RX debuts

Published Oct 3, 2019 04:01 pm
100419lexus3 Over the last four years since its launch in the country, the Lexus RX has not only been the brand’s best-selling model, it’s also been the number 1 choice of buyers in the luxury SUV segment. “The Lexus RX is the best-selling vehicle in our line-up, being not just the most popular SUV, but also the most successful model historically in our range since 2009. As of June 2019, the RX has sold 1,413 thousand units since we first introduced it in the Philippines,” said Carlo Ablaza, Vice President, Lexus Philippines, Lexus Brand Department. I’ve got good news for clients and bad news for the competition, Lexus just made their best even better with the launch of the 2020 RX. Its face now gets the modern mesh grille (instead of the louvered one), slimmer headlamps, and a redesigned bumper that puts the new, sleeker fog lamps below the two air ducts on either side. There’s a sharper, slanted character line along the side, which both complements and completes its overall angular finish. It radiates from the front fender and through the door handles before fading right after the B-pillar. Taillights have kept the ‘L’ elements but have been restyled to look slenderer to match the restyled bumpers and the overall wider appearance of the rear because of new chromed exhaust tips and underbody shield. The hatch now comes with a kick-to-open sensor that makes ingress of cargo faster by 1.5 seconds. 100419Lexus1 Changes aren’t only skin-deep. According to Lexus Chief Engineer, Takeaki Kato, major changes were made to its production to improve aspects from vehicle dynamics to steering input. These are Laser Screw Welding (LSW) and spot welding, increased use of high-strength adhesives, and stiffened stabilizer bars (which are now hollow and wider by 1mm). The suspension has also been upgraded to improve handling with new shock absorbers and reinforced bushings. A new feature in the RX is Active Cornering Assist (ACA). Lexus says that it’s to suppress understeer ‘when stepping on the throttle in mid-corner’. Aside from that, it’s supposed to improve the tuning of the electric power steering for a more accurate feel and response. The 15-speaker Mark Levinson system still comes standard but new to the cabin are touchscreen and touchpad options, six USB ports, Apple CarPlay, Android Auto, and a new phone holder. 100419lexus4 Meet the all-new RX 350L Compared to the RX, this L trim is longer by 4.3 inches but still maintains the same wheelbase. The added length allows it to have power-folding third-row seats (controls are on the side trim of second row and left side of cargo area) with 50/50 split configuration and second-row seats that slide forward to increase third-row leg room. Air-conditioning vents and controls have been installed on the panel of the third-row. Even with the seats in the last row up, the layout still allows for luggage space that is covered with a tonneau that can disappear into the luggage space floor. Customers and buying tools Its development had two key markets in mind, first are successful young professionals, although Lexus Philippines has seen a wide 35 to 64-years-old demographic for the RX, and young families. The common denominators for both are the desire for dynamic design and innovation, which are key strengths of the RX and Lexus as a brand, among many others. A whopping 12 colors (with the addition of Terrane Khaki and Ice Ecru) are spread across all four trims. The Lexus RX can be had at the following price points: RX 30, P4.278 million; RX 350L, P4.758 million; RX 350 F Sport, P4.838 million; and the RX 450h, P5.078 million. 100419Lexus2 From left: Lexus Manila President, Raymond Rodriguez, and Lexus Philippines Chairman, Alfred Ty. “Our RX was the pioneer in its class, and has since become an icon on Philippine roads and, of course, the world over. With the introduction of our new seven-seater RXL variant, I am certain that the RX will become even more loved,” said Alfred Ty, Chairman, Toyota Motor Philippines. Text and photos by Eric Tipan
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.