ADVERTISEMENT

Fun and Sensible

Published Feb 20, 2020 04:05 pm
022020swift2 If you look at the what the different car makers are offering these days, popular on the road are the pickups, seven-seater SUV’s, crossover SUVS, compact sedans and hatchbacks. A lot of customers are buying them with automatic transmissions, which makes sense because getting caught in a traffic jam isn’t fun in a vehicle with manual transmission. But there’s a lot to be said about the feel of driving a car with manual transmission on the open road. With that in mind, we recently had the chance to spend some time with the Suzuki Swift MT, and here’s the low down. Exterior This latest Swift is an attractive five seat hatchback with an easily-recognizable profile, which appeals to both men and women alike. If you squint, you’d still think it was a Mini Cooper from a distance. Up front, there’s a distinct red stripe and Suzuki badge on the black grille. Being a base model, the headlights are halogen, but you do get fog lamps, LED Daytime Running Lights, and LED rear combination lights. You’ll notice from the side the blacked out A- and B-pillars give an illusion of a floating roof, and the hidden back door handles in the blacked out area of the C-pillar is a nice touch. The front and rear bumpers and side mirrors are color keyed. 022020swift3 Interior When you step inside, the first thing you’ll see is the racing inspired tilt-adjustable steering wheel. The predominant color scheme is sporty black. There aren’t any soft-touch materials, but despite the abundance of hard smooth plastics, they all feel pretty hard wearing and will probably stand the test of time. The seats are upholstered in black cloth and are quite firm, but not uncomfortable. There are some brushed aluminum and white accents around the cabin. Inset between the tachometer and speedo is a 3.5-inch monochrome multi-info display that toggles between a clock, fuel range, fuel consumption and trip meter. Powerplant Under the hood is a four-cylinder 16-valve 1.2-liter gas engine that puts out 82 Hp at 6,000 rpm with 113 Nm torque at 4,200 rpm. It’s mated to a five-speed manual transmission. 022020swift4 Safety and other amenities Standard are the dual front SRS airbags, three-point seatbelts for all five seats, ISOFIX child seat anchor points, Antilock Braking System (ABS) with Electronic BrakeForce Distribution (EBD) and Brake Assist function. Also standard is the driver and passenger seatbelt reminder. The seven-inch touchscreen entertainment system has four speakers with Bluetooth, USB, Aux connectivity and navigation. This Swift also has lots of storage nooks, cup and bottle holders. 022020swift1 The drive Although traffic jams may make a good case for an auto tranny, getting back to the basic joy of being in complete control is what driving a manual transmission is all about, We were surprised that the clutch was light and didn’t take much effort to depress. Getting used to putting it in neutral and putting up the handbrake when stopped for long periods became second nature quite quickly. You won’t mind the frequent gear changing as getting on the clutch and into gear is painless. The gear lever throw and ratios are a bit long but feel sporty enough for quick changes on winding country roads — a reminder that only a manual transmission gives you satisfying downshifts for spirited driving. The overall ride is comfortable, but firm enough to minimize body roll. The Swift is a good-sized hatchback, which has its advantages: small, maneuverable and nimble. There’s a good 242 liters of luggage space which grows to 546 liters when you fold forward the 60/40 split rear seat. Priced at PhP755,000.00 makes the Swift one of the more affordably-priced compact hatchbacks locally available. If you think about it, it’s a sensible, serious contender for your hard-earned peso if you’re in the market for a hot hatch. Text and photos by Neil Pagulayan
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.