<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="robots" content="index, follow, max-image-preview:large, max-snippet:-1" />
<meta name="googlebot" content="index, follow, max-image-preview:large, max-snippet:-1" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#1971d4" />
<meta name="format-detection" content="telephone=no" />
<meta name="author" content="Findlay Subaru Prescott" />
<meta name="geo.region" content="US-AZ" />
<meta name="geo.placename" content="Prescott" />
<meta name="geo.position" content="34.5734;-112.4685" />
<meta name="ICBM" content="34.5734, -112.4685" />
<title>Subaru Forester Gas Trims Compared: Which to Buy | Findlay</title>
<meta name="description" content="Compare Subaru Forester trims for Prescott: Base, Premium, Sport, Limited, Touring, and Wilderness, with Premium vs Wilderness and the All-Weather Package." />
<link rel="canonical" href="https://www.findlaysubaruprescott.com/subaru-forester-trims-prescott" />
<link rel="icon" href="/favicon.svg" type="image/svg+xml" />
<link rel="alternate" type="application/rss+xml" title="Findlay Subaru Prescott Insights" href="/sitemap.xml" />
<link rel="preload" as="image" href="e.webp" type="image/webp" fetchpriority="high" />
<link rel="preconnect" href="https://www.subaru.com" crossorigin />
<link rel="preconnect" href="https://www.iihs.org" crossorigin />
<link rel="preconnect" href="https://www.kbb.com" crossorigin />
<!-- Open Graph -->
<meta property="og:type" content="article" />
<meta property="og:site_name" content="Findlay Subaru Prescott" />
<meta property="og:title" content="Subaru Forester Gas Trims Compared: Which to Buy | Findlay" />
<meta property="og:description" content="Compare Subaru Forester trims for Prescott: Base, Premium, Sport, Limited, Touring, and Wilderness, with Premium vs Wilderness and the All-Weather Package." />
<meta property="og:url" content="https://www.findlaysubaruprescott.com/subaru-forester-trims-prescott" />
<meta property="og:image" content="https://www.findlaysubaruprescott.com/subaru-forester-trims-prescott/e.webp" />
<meta property="og:image:width" content="2848" />
<meta property="og:image:height" content="1502" />
<meta property="og:image:alt" content="Subaru Forester parked at Findlay Subaru Prescott on Willow Creek Road, the trim ladder a Yavapai County buyer actually walks." />
<meta property="og:locale" content="en_US" />
<meta property="article:published_time" content="2026-07-06" />
<meta property="article:modified_time" content="2026-05-18" />
<meta property="article:section" content="Model Guide" />
<meta property="article:tag" content="subaru forester trim levels" />
<meta property="article:tag" content="2026 subaru forester trims" />
<meta property="article:tag" content="forester wilderness prescott" />
<meta property="article:tag" content="forester premium vs limited" />
<meta property="article:tag" content="forester sport features" />
<!-- Twitter Card -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Subaru Forester Gas Trims Compared: Which to Buy | Findlay" />
<meta name="twitter:description" content="Compare Subaru Forester trims for Prescott: Base, Premium, Sport, Limited, Touring, and Wilderness, with Premium vs Wilderness and the All-Weather Package." />
<meta name="twitter:image" content="https://www.findlaysubaruprescott.com/subaru-forester-trims-prescott/e.webp" />
<!-- TODO before launch: Verify canonical URL slug and OG image path against the dealer's CMS. Replace placeholder /favicon.* paths with the dealer's actual favicon assets. -->
<style>
:root {
/* Subaru on-brand palette: white + blue accent */
--blue: #1971d4;
--blue-deep: #004a8c;
--blue-ink: #0b3a6f;
--blue-soft: #e8f1fb;
--ink: #1d252c;
--ink-soft: #3a444c;
--muted: #5c6163;
--rule: #d9dee2;
--rule-soft: #eef1f3;
--paper: #ffffff;
--paper-2: #f7f8f9;
--white: #ffffff;
--display: "Helvetica Neue", "HelveticaNeueLTW05-55Roman", Helvetica, Arial, sans-serif;
--sans: "Helvetica Neue", "HelveticaNeueLTW05-55Roman", Helvetica, Arial, sans-serif;
--radius-xs: 4px;
--radius-sm: 8px;
--radius-md: 14px;
--radius-pill: 999px;
--maxw: 1240px;
--col: 720px;
}
*, *::before, *::after { box-sizing: border-box; }
html, body { margin: 0; padding: 0; overflow-x: clip; }
html { -webkit-text-size-adjust: 100%; } /* prevents iOS auto-zoom of small text in landscape */
body {
font-family: var(--sans);
background: var(--paper);
color: var(--ink);
-webkit-font-smoothing: antialiased;
text-rendering: optimizeLegibility;
font-size: 17px;
line-height: 1.65;
}
img { display: block; max-width: 100%; }
a { color: var(--blue-deep); text-decoration: underline; text-underline-offset: 3px; text-decoration-thickness: 1px; -webkit-tap-highlight-color: rgba(25,113,212,.18); }
a:hover { color: var(--blue); }
/* ---------- Layout primitives ---------- */
.wrap {
max-width: var(--maxw);
margin: 0 auto;
padding: 0 max(32px, env(safe-area-inset-left)) 0 max(32px, env(safe-area-inset-right));
}
.col { max-width: var(--col); margin: 0 auto; }
/* ---------- Top kicker bar (no header/nav, just brand crumb) ---------- */
.kicker-bar {
border-bottom: 1px solid var(--rule);
background: var(--paper);
padding: 18px 0 16px;
font-size: 12px;
letter-spacing: 0.16em;
text-transform: uppercase;
color: var(--muted);
}
.kicker-bar .wrap { display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
.kicker-bar .crumbs { display: flex; align-items: center; gap: 12px; }
.kicker-bar .crumbs span.dot { width: 4px; height: 4px; border-radius: 50%; background: var(--blue); display: inline-block; }
.kicker-bar .meta-right { display: flex; align-items: center; gap: 18px; }
.kicker-bar .meta-right strong { color: var(--ink); font-weight: 600; letter-spacing: 0.16em; }
/* ---------- HERO ---------- */
.hero { padding: 60px 0 0; }
.hero .eyebrow {
display: inline-flex; align-items: center; gap: 10px;
font-size: 12px; letter-spacing: 0.22em; text-transform: uppercase;
color: var(--blue); font-weight: 600;
margin-bottom: 28px;
}
.hero .eyebrow .pip { width: 10px; height: 10px; background: var(--blue); border-radius: 50%; box-shadow: 0 0 0 4px rgba(25,113,212,.15); }
.hero h1 {
font-family: var(--display);
font-weight: 700;
font-size: clamp(34px, 6.4vw, 92px);
line-height: 1.0;
letter-spacing: -0.03em;
margin: 0 0 28px;
color: var(--ink);
text-wrap: balance;
overflow-wrap: break-word;
word-wrap: break-word;
hyphens: auto;
}
.hero h1 em { font-style: normal; font-weight: 700; color: var(--blue); }
.hero h1 .num { font-feature-settings: "lnum"; font-weight: 500; }
.hero .deck {
font-size: clamp(16px, 2.4vw, 22px); line-height: 1.45; max-width: 760px;
color: var(--ink-soft); font-weight: 400;
margin: 0 0 44px;
text-wrap: pretty;
}
.hero-meta {
display: grid;
grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
gap: 28px;
border-top: 1px solid var(--ink);
border-bottom: 1px solid var(--rule);
padding: 22px 0;
margin-bottom: 24px;
}
.hero-meta .item { text-align: left; }
.hero-meta .item .lbl { font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--muted); margin-bottom: 6px; }
.hero-meta .item .val { font-family: var(--display); font-size: 18px; color: var(--ink); font-weight: 500; }
.hero-meta .item .val small { display: block; font-family: var(--sans); font-size: 12px; color: var(--muted); font-weight: 400; letter-spacing: 0; margin-top: 2px; }
/* Hero CTA buttons, matching the service landing page */
.hero-cta { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; margin: 0 0 24px; }
.hero-cta a { display: inline-flex; align-items: center; gap: 8px; font-family: var(--display); font-weight: 600; font-size: 15px; text-decoration: none; border-radius: 999px; padding: 13px 26px; transition: background .2s ease, color .2s ease, border-color .2s ease; }
.hero-cta a.primary { background: var(--blue); color: #fff; border: 1px solid var(--blue); }
.hero-cta a.primary:hover { background: var(--blue-deep); border-color: var(--blue-deep); }
.hero-cta a.secondary { background: transparent; color: var(--blue-deep); border: 1px solid var(--rule); }
.hero-cta a.secondary:hover { border-color: var(--blue); color: var(--blue); }
.hero-cta .arrow { transition: transform .2s ease; }
.hero-cta a:hover .arrow { transform: translateX(3px); }
/* Hero image, full bleed, edge to edge */
.hero-photo {
position: relative;
width: 100%;
margin: 16px 0 0;
aspect-ratio: 25 / 13;
max-height: 560px;
overflow: hidden;
background: var(--blue-soft);
display: flex; align-items: flex-end; justify-content: space-between;
padding: 24px 28px;
color: var(--ink-soft);
}
.hero-photo img {
position: absolute; inset: 0;
width: 100%; height: 100%;
object-fit: cover;
object-position: center;
display: block;
}
.hero-photo::after {
content: "";
position: absolute; inset: 0;
background: linear-gradient(180deg, rgba(15,18,22,0) 60%, rgba(15,18,22,0.45) 100%);
pointer-events: none;
}
.hero-photo .credit {
position: relative; z-index: 2;
font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase;
color: #ffffff;
margin-left: auto;
text-shadow: 0 1px 2px rgba(0,0,0,0.4);
}
@media (max-width: 760px) {
.hero-photo { aspect-ratio: 4 / 3; margin: 12px 0 0; padding: 16px 20px; }
.hero-photo .credit { font-size: 10px; }
}
@media (max-width: 480px) {
.hero-photo { aspect-ratio: 4 / 3; padding: 14px 16px; }
}
/* ---------- Article body grid (sticky TOC + column) ---------- */
.article-grid {
display: grid;
grid-template-columns: 220px minmax(0, 1fr) 220px;
gap: 64px;
padding: 56px 0 0;
}
.article-grid > .body { max-width: 720px; width: 100%; margin: 0 auto; min-width: 0; }
/* TOC */
.toc {
position: sticky; top: 32px;
align-self: start;
font-size: 13px;
}
.toc h4 {
font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase;
color: var(--muted); margin: 0 0 14px; font-weight: 600;
}
.toc ol { list-style: none; padding: 0; margin: 0; counter-reset: toc; }
.toc li {
counter-increment: toc;
border-top: 1px solid var(--rule);
padding: 10px 0;
}
.toc li:last-child { border-bottom: 1px solid var(--rule); }
.toc a {
color: var(--ink-soft); text-decoration: none;
display: flex; gap: 12px; align-items: baseline;
padding: 10px 0; min-height: 44px; box-sizing: border-box;
transition: color .2s ease;
-webkit-tap-highlight-color: rgba(25,113,212,.12);
}
.toc a::before {
content: counter(toc, decimal-leading-zero);
color: var(--muted); font-variant-numeric: tabular-nums;
font-size: 11px; letter-spacing: 0.08em;
flex: none; width: 22px;
}
.toc a:hover, .toc li.active a { color: var(--blue); }
.toc li.active a::before { color: var(--blue); }
/* Right-side gutter (pull quotes, trust chips) */
.gutter { align-self: start; position: sticky; top: 32px; }
.gutter .chip {
border: 1px solid var(--rule);
background: var(--white);
border-radius: var(--radius-md);
padding: 18px;
font-size: 13px;
line-height: 1.5;
margin-bottom: 16px;
}
.gutter .chip .lbl { font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--muted); margin-bottom: 8px; }
.gutter .chip .stars { color: var(--blue); letter-spacing: 2px; font-size: 14px; margin-bottom: 4px; }
.gutter .chip strong { font-family: var(--display); font-size: 28px; font-weight: 500; color: var(--ink); display: block; line-height: 1; }
.gutter .chip .sub { font-size: 12px; color: var(--muted); margin-top: 4px; }
.gutter .rail-action {
display: block; text-decoration: none; color: #fff;
background: var(--blue); border-radius: var(--radius-md);
padding: 20px; margin-bottom: 16px;
transition: background .15s ease;
}
.gutter .rail-action:hover { background: var(--blue-deep); }
.gutter .rail-action .lbl { font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(255,255,255,.8); display: block; margin-bottom: 8px; }
.gutter .rail-action strong { font-family: var(--display); font-size: 21px; font-weight: 600; line-height: 1.2; color: #fff; display: block; }
.gutter .rail-action .sub { font-size: 12.5px; line-height: 1.5; color: rgba(255,255,255,.85); display: block; margin-top: 8px; }
.gutter .rail-action .rail-action__cta { display: inline-block; margin-top: 14px; font-size: 12px; font-weight: 700; letter-spacing: 0.04em; text-transform: uppercase; color: #fff; }
.gutter .rail-card {
border: 1px solid var(--rule); border-radius: var(--radius-md);
background: var(--white); padding: 18px; margin-bottom: 16px;
}
.gutter .rail-card .lbl { font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--muted); display: block; margin-bottom: 8px; }
.gutter .rail-card strong { font-family: var(--display); font-size: 18px; font-weight: 600; line-height: 1.2; color: var(--ink); display: block; }
.gutter .rail-card .sub { font-size: 12px; line-height: 1.5; color: var(--muted); display: block; margin-top: 4px; }
.gutter .rail-card .rail-link { display: inline-block; margin-top: 12px; font-size: 12px; font-weight: 600; color: var(--blue); text-decoration: none; border-bottom: 1px solid transparent; transition: border-color .15s ease; }
.gutter .rail-card .rail-link:hover { border-bottom-color: var(--blue); }
/* ---------- Section + typography ---------- */
section.s { scroll-margin-top: 32px; padding: 48px 0; border-top: 1px solid var(--rule); }
section.s > blockquote.pull:last-child { margin-bottom: 0; }
section.s:first-of-type { border-top: none; padding-top: 0; }
.section-num {
display: flex; align-items: baseline; gap: 16px;
font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase;
color: var(--blue); font-weight: 600; margin-bottom: 18px;
}
.section-num::after {
content: ""; flex: 1; height: 1px; background: var(--rule);
}
h2.section-h {
font-family: var(--display);
font-weight: 700;
font-size: clamp(24px, 3.6vw, 46px);
line-height: 1.12;
letter-spacing: -0.02em;
margin: 0 0 28px;
color: var(--ink);
text-wrap: balance;
overflow-wrap: break-word;
word-wrap: break-word;
hyphens: auto;
}
h2.section-h em { font-style: normal; color: var(--blue); font-weight: 700; }
h3 { font-family: var(--display); font-weight: 700; font-size: 22px; line-height: 1.25; letter-spacing: -0.015em; margin: 40px 0 16px; color: var(--ink); }
p { margin: 0 0 20px; }
p.lede { font-size: 19px; line-height: 1.55; color: var(--ink-soft); }
/* AEO lift-quote: single-sentence answer placed at top of each section
so AI engines have a clean, citable snippet to extract. */
p.tldr {
font-family: var(--display);
font-size: 17px;
font-weight: 600;
line-height: 1.5;
color: var(--blue-deep);
background: var(--blue-soft);
border-left: 3px solid var(--blue);
padding: 14px 18px;
margin: 0 0 28px;
border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
}
p.tldr::before {
content: "Short answer: ";
color: var(--blue);
font-weight: 700;
letter-spacing: 0.04em;
text-transform: uppercase;
font-size: 11px;
display: block;
margin-bottom: 4px;
}
ul.bullets { padding-left: 20px; margin: 0 0 22px; }
ul.bullets li { margin: 6px 0; }
blockquote.pull {
margin: 40px -32px;
padding: 32px 40px;
border-top: 2px solid var(--blue);
border-bottom: 1px solid var(--rule);
font-family: var(--display);
font-weight: 500;
font-size: 26px;
line-height: 1.3;
color: var(--ink);
letter-spacing: -0.015em;
text-wrap: balance;
}
blockquote.pull cite {
display: block;
margin-top: 18px;
font-family: var(--sans);
font-style: normal;
font-size: 11px;
letter-spacing: 0.2em;
text-transform: uppercase;
color: var(--muted);
}
/* ---------- At-a-glance card ---------- */
.glance {
border: 1px solid var(--rule);
background: var(--white);
border-radius: var(--radius-md);
padding: 28px;
margin: 32px 0 8px;
}
.glance h4 { font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--muted); margin: 0 0 18px; font-weight: 600; }
.glance dl {
display: grid;
grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
gap: 14px 28px;
margin: 0;
}
.glance .row { display: flex; flex-direction: column; gap: 2px; padding: 12px 0; border-top: 1px solid var(--rule-soft); }
.glance .row:nth-child(-n+2) { border-top: none; padding-top: 0; }
.glance dt { font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--muted); }
.glance dd { margin: 0; font-family: var(--display); font-size: 17px; color: var(--ink); font-weight: 500; }
/* ---------- Trim quiz ---------- */
.quiz { border: 1px solid var(--rule); background: var(--white); border-radius: var(--radius-md); padding: 28px; margin: 28px 0; }
.quiz-kick { font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--blue); font-weight: 700; margin: 0 0 8px; }
.quiz-title { font-family: var(--display); font-size: 21px; font-weight: 600; line-height: 1.25; color: var(--ink); margin: 0 0 22px; letter-spacing: -0.01em; }
.quiz-progress { display: flex; gap: 6px; margin: 0 0 20px; }
.quiz-progress span { flex: 1; height: 4px; border-radius: 999px; background: var(--rule); transition: background .25s ease; }
.quiz-progress span.on { background: var(--blue); }
.quiz-q { font-family: var(--display); font-size: 20px; font-weight: 600; line-height: 1.3; color: var(--ink); margin: 0 0 18px; letter-spacing: -0.01em; }
.quiz-opts { display: grid; gap: 10px; }
.quiz-opt { display: flex; align-items: center; gap: 12px; width: 100%; text-align: left; font-family: var(--sans); font-size: 15.5px; line-height: 1.4; color: var(--ink); background: var(--white); border: 1px solid var(--rule); border-radius: var(--radius-md); padding: 16px 18px; cursor: pointer; transition: border-color .15s ease, background .15s ease, transform .05s ease; }
.quiz-opt:hover { border-color: var(--blue); background: var(--blue-soft); }
.quiz-opt:active { transform: scale(.995); }
.quiz-opt .tick { flex: none; width: 18px; height: 18px; border-radius: 50%; border: 2px solid var(--rule); }
.quiz-opt:hover .tick { border-color: var(--blue); }
.quiz-back { margin-top: 18px; background: none; border: none; padding: 6px 0; font-family: var(--sans); font-size: 13px; font-weight: 600; color: var(--muted); cursor: pointer; }
.quiz-back:hover { color: var(--blue); }
/* Result */
.quiz-result { text-align: left; }
.quiz-result .r-kick { font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--blue); font-weight: 700; margin: 0 0 6px; }
.quiz-result .r-trim { font-family: var(--display); font-size: 30px; font-weight: 700; line-height: 1.1; color: var(--ink); margin: 0 0 12px; letter-spacing: -0.02em; }
.quiz-result .r-why { font-size: 15.5px; line-height: 1.55; color: var(--ink-soft); margin: 0 0 16px; max-width: 46ch; }
.quiz-result .r-facts { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 24px; padding: 0; list-style: none; }
.quiz-result .r-facts li { font-size: 12px; color: var(--blue-deep); background: var(--blue-soft); border-radius: 999px; padding: 6px 12px; }
.quiz-result .r-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.quiz-result .r-btn { display: inline-flex; align-items: center; gap: 8px; font-family: var(--display); font-weight: 600; font-size: 15px; text-decoration: none; border-radius: 999px; padding: 13px 26px; transition: background .2s ease, color .2s ease, border-color .2s ease; }
.quiz-result .r-btn.primary { background: var(--blue); color: #fff; border: 1px solid var(--blue); }
.quiz-result .r-btn.primary:hover { background: var(--blue-deep); border-color: var(--blue-deep); }
.quiz-result .r-btn.secondary { background: transparent; color: var(--blue-deep); border: 1px solid var(--rule); }
.quiz-result .r-btn.secondary:hover { border-color: var(--blue); color: var(--blue); }
.quiz-restart { margin-top: 18px; background: none; border: none; padding: 6px 0; font-family: var(--sans); font-size: 13px; font-weight: 600; color: var(--muted); cursor: pointer; }
.quiz-restart:hover { color: var(--blue); }
/* When JS is active, it reveals .quiz-stage and hides the fallback list */
.quiz[data-quiz].js-on .quiz-fallback { display: none; }
.quiz .quiz-fallback h4 { margin: 0 0 8px; }
/* ---------- Photo carousel (real dealer units) - premium ---------- */
.carousel { margin: 28px 0 8px; }
.carousel-lead { font-size: 13px; letter-spacing: 0.02em; color: var(--muted); margin: 0 0 14px; }
.carousel-lead strong { color: var(--ink); font-weight: 600; }
.carousel-frame { position: relative; border-radius: 16px; overflow: hidden; background: #f2f3f4; box-shadow: 0 1px 2px rgba(16,24,32,.06), 0 18px 40px -24px rgba(16,24,32,.28); }
.carousel-track { display: flex; gap: 0; overflow-x: auto; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; scrollbar-width: none; }
.carousel-track::-webkit-scrollbar { display: none; }
.carousel-slide { flex: 0 0 100%; scroll-snap-align: start; aspect-ratio: 16 / 9; }
.carousel-slide img { width: 100%; height: 100%; object-fit: cover; display: block; }
/* subtle top+bottom scrim so arrows/label always read, without darkening the car */
.carousel-frame::before { content: ""; position: absolute; inset: 0; pointer-events: none; z-index: 1;
background: linear-gradient(90deg, rgba(16,24,32,.14) 0%, rgba(16,24,32,0) 12%, rgba(16,24,32,0) 88%, rgba(16,24,32,.14) 100%); }
/* Trim label chip (top-left) */
.carousel-tag { position: absolute; top: 14px; left: 14px; z-index: 3; font-family: var(--display); font-size: 11px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: #fff; background: rgba(16,24,32,.62); backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px); padding: 7px 12px; border-radius: 999px; }
/* Arrows (shown by JS) */
.carousel-btn { position: absolute; top: 50%; transform: translateY(-50%); width: 46px; height: 46px; border-radius: 50%; border: 1px solid rgba(16,24,32,.06); background: rgba(255,255,255,.94); backdrop-filter: blur(4px); -webkit-backdrop-filter: blur(4px); color: var(--ink); font-size: 22px; line-height: 1; cursor: pointer; display: none; align-items: center; justify-content: center; box-shadow: 0 4px 16px rgba(16,24,32,.20); transition: background .15s ease, transform .12s ease, box-shadow .15s ease; z-index: 3; }
.carousel-btn:hover { background: #fff; box-shadow: 0 6px 20px rgba(16,24,32,.26); transform: translateY(-50%) scale(1.05); }
.carousel-btn:active { transform: translateY(-50%) scale(.95); }
.carousel-btn.prev { left: 16px; }
.carousel-btn.next { right: 16px; }
.carousel.js-on .carousel-btn { display: flex; }
.carousel-btn[disabled] { opacity: 0; pointer-events: none; }
/* Counter + dots */
.carousel-meta { display: flex; align-items: center; justify-content: space-between; margin-top: 14px; gap: 16px; }
.carousel-count { font-size: 12px; letter-spacing: 0.06em; text-transform: uppercase; color: var(--muted); font-variant-numeric: tabular-nums; }
.carousel-count strong { color: var(--ink); font-weight: 700; }
.carousel-dots { display: flex; flex-wrap: wrap; gap: 7px; }
.carousel-dot { width: 7px; height: 7px; border-radius: 50%; border: none; padding: 0; background: var(--rule); cursor: pointer; transition: background .15s ease, transform .15s ease, width .15s ease; }
.carousel-dot.on { background: var(--blue); width: 20px; border-radius: 4px; }
.carousel:not(.js-on) .carousel-meta { display: none; }
.carousel:not(.js-on) .carousel-track { scroll-snap-type: none; }
@media (max-width: 600px) { .carousel-btn { width: 40px; height: 40px; font-size: 19px; } .carousel-btn.prev { left: 10px; } .carousel-btn.next { right: 10px; } }
/* ---------- Trims gallery ---------- */
.trims {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 0;
margin: 32px 0 16px;
border-top: 1px solid var(--ink);
border-bottom: 1px solid var(--ink);
align-items: stretch;
}
.trim {
padding: 14px 18px 12px;
display: flex; flex-direction: column; gap: 0;
position: relative;
border-right: 1px solid var(--rule);
border-bottom: 1px solid var(--rule);
}
.trim:nth-child(3n) { border-right: none; }
.trim:nth-last-child(-n+3) { border-bottom: none; }
.trim .engine-row { display: flex; flex-direction: column; align-items: flex-start; gap: 2px; margin: 0 0 8px; min-height: 60px; }
.trim .engine { font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--blue); font-weight: 700; text-align: left; }
.trim.wilderness .engine { color: var(--blue-deep); }
.trim .badge { font-size: 10px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--muted); font-weight: 600; white-space: normal; text-align: left; }
.trim.flagship .badge { color: var(--blue); }
.trim .name { font-family: var(--display); font-size: 22px; font-weight: 700; letter-spacing: -0.02em; color: var(--ink); line-height: 1.2; margin: 0 0 10px; text-wrap: balance; min-height: 90px; }
.trim .equip { font-size: 13px; color: var(--ink-soft); line-height: 1.55; margin: 0 0 14px; min-height: calc(13px * 1.55 * 5); }
.trim .inv-link {
display: inline-flex;
align-items: center;
gap: 6px;
margin-top: auto;
padding: 14px 0 10px;
min-height: 44px; box-sizing: border-box;
font-size: 12px;
letter-spacing: 0.06em;
font-weight: 600;
color: var(--blue-deep);
text-decoration: none;
border-top: 1px solid var(--rule);
width: 100%;
transition: color 0.15s ease, gap 0.2s ease;
-webkit-tap-highlight-color: rgba(25,113,212,.10);
}
.trim .inv-link:hover, .trim .inv-link:focus { color: var(--ink); gap: 10px; }
.trim.wilderness .inv-link, .trim.flagship .inv-link { color: var(--blue-deep); }
.trim.wilderness .inv-link:hover, .trim.flagship .inv-link:hover { color: var(--ink); }
/* ---------- Inline price links to live inventory ---------- */
a.price-link {
color: inherit;
text-decoration: none;
border-bottom: 1px dotted currentColor;
font-weight: 600;
transition: color 0.15s ease, border-color 0.15s ease;
white-space: nowrap;
}
a.price-link:hover,
a.price-link:focus {
color: var(--blue-deep);
border-bottom-color: var(--blue-deep);
border-bottom-style: solid;
}
/* When inside the dark hero stat strip, keep contrast */
.hero-meta a.price-link { color: inherit; border-bottom-color: rgba(255,255,255,0.4); }
.hero-meta a.price-link:hover { color: var(--blue); border-bottom-color: var(--blue); }
/* ---------- Live-pricing CTA below the trim grid ---------- */
.inventory-cta {
display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 16px;
margin: 20px 0 8px;
padding: 18px 22px;
background: var(--ink);
color: var(--white);
border-radius: var(--radius-sm);
}
.inventory-cta .ic-msg { font-size: 14px; line-height: 1.5; max-width: 460px; }
.inventory-cta .ic-msg strong { color: var(--white); display: block; font-family: var(--display); font-size: 17px; font-weight: 600; margin-bottom: 4px; letter-spacing: -0.01em; }
.inventory-cta .ic-actions { display: flex; gap: 10px; flex-wrap: wrap; }
.inventory-cta .ic-btn {
display: inline-flex; align-items: center; justify-content: center; gap: 8px;
padding: 13px 20px; min-height: 44px; box-sizing: border-box;
border-radius: var(--radius-pill);
font-size: 13px; font-weight: 600; letter-spacing: 0.04em;
text-decoration: none; white-space: nowrap;
border: 1px solid rgba(255,255,255,.3);
color: var(--white);
transition: background 0.15s ease;
-webkit-tap-highlight-color: rgba(255,255,255,.18);
}
.inventory-cta .ic-btn.primary { background: var(--blue); border-color: var(--blue); }
.inventory-cta .ic-btn.primary:hover { background: var(--blue-deep); }
.inventory-cta .ic-btn:hover { background: rgba(255,255,255,.08); }
/* ---------- Specs strip ---------- */
.spec-strip {
display: grid;
grid-template-columns: repeat(4, minmax(0, 1fr));
gap: 0;
border-top: 1px solid var(--ink);
border-bottom: 1px solid var(--ink);
margin: 36px 0;
}
.spec-strip .item { padding: 28px 16px; border-right: 1px solid var(--rule); display: flex; flex-direction: column; align-items: center; justify-content: flex-start; text-align: center; gap: 12px; min-width: 0; }
.spec-strip .item:last-child { border-right: none; }
.spec-strip .num { font-family: var(--display); font-size: clamp(26px, 2.6vw, 36px); font-weight: 500; line-height: 1; color: var(--blue-deep); letter-spacing: -0.02em; font-feature-settings: "lnum"; white-space: nowrap; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 6px; min-width: 0; }
.spec-strip .num small { font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--muted); font-weight: 600; }
.spec-strip .lbl { font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--muted); line-height: 1.5; margin: 0; max-width: 22ch; min-height: calc(11px * 1.5 * 3); display: flex; align-items: flex-start; justify-content: center; }
/* Variant: feature/word content (smaller numerals + roomier padding so words like "Nappa", "Acoustic" don't crowd the top rule) */
.spec-strip.features { margin: 36px 0 24px; }
.spec-strip.features .item { padding: 40px 16px 32px; gap: 16px; }
.spec-strip.features .num { font-size: clamp(18px, 1.8vw, 24px); font-weight: 600; line-height: 1.15; gap: 6px; }
.spec-strip.features .num small { font-size: 10px; letter-spacing: 0.14em; }
.spec-strip.features .lbl { font-size: 10px; letter-spacing: 0.12em; max-width: 26ch; min-height: auto; line-height: 1.55; }
/* ---------- Safety badge ---------- */
.safety-banner {
display: grid;
grid-template-columns: 200px minmax(0, 1fr);
gap: 32px;
align-items: center;
background: var(--white);
border: 1px solid var(--rule);
border-radius: var(--radius-md);
padding: 28px;
margin: 28px 0;
}
.safety-medal {
aspect-ratio: 1; background: var(--ink); color: var(--white);
border-radius: var(--radius-md);
display: flex; flex-direction: column; align-items: center; justify-content: center;
text-align: center; padding: 20px;
position: relative; overflow: hidden;
}
.safety-medal::before {
content: ""; position: absolute; inset: 8px;
border: 1px solid rgba(255,255,255,.18);
border-radius: 10px;
}
.safety-medal .yr { font-family: var(--display); font-size: 32px; font-weight: 500; line-height: 1; }
.safety-medal .award { font-family: var(--display); font-style: normal; font-weight: 600; font-size: 14px; line-height: 1.15; margin-top: 8px; max-width: 130px; }
.safety-medal .plus { color: var(--blue); font-weight: 500; }
.safety-banner .copy h4 { font-family: var(--display); font-size: 26px; font-weight: 500; line-height: 1.15; margin: 0 0 8px; color: var(--ink); }
.safety-banner .copy p { margin: 0; color: var(--ink-soft); font-size: 15px; line-height: 1.55; }
/* ---------- Vegas drive-time list ---------- */
.drives {
border-top: 1px solid var(--rule);
margin: 28px 0;
}
.drives .row {
display: grid;
grid-template-columns: minmax(0, 1fr) auto auto;
gap: 24px;
align-items: baseline;
padding: 14px 0;
border-bottom: 1px solid var(--rule);
}
.drives .place { font-family: var(--display); font-size: 19px; font-weight: 500; color: var(--ink); }
.drives .dist { font-size: 12px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--muted); font-variant-numeric: tabular-nums; }
.drives .time { font-family: var(--display); font-size: 22px; font-weight: 500; color: var(--blue-deep); font-variant-numeric: tabular-nums; min-width: 110px; text-align: right; }
/* ---------- Cargo / family imagery placeholder ---------- */
.full-img {
aspect-ratio: 16/9;
border-radius: var(--radius-md);
overflow: hidden;
margin: 20px 0;
position: relative;
}
.full-img img {
position: absolute; inset: 0;
width: 100%; height: 100%;
object-fit: cover;
object-position: center;
display: block;
}
/* ---------- AWD callout block (between §02 and §03) ---------- */
.awd-callout {
margin: 32px 0 40px;
padding: 28px 32px;
background: var(--blue-soft);
border-radius: var(--radius-md);
border-left: 3px solid var(--blue);
}
.awd-callout .eyebrow-sm {
font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase;
color: var(--blue); font-weight: 700; margin-bottom: 12px;
}
.awd-callout h3 {
font-family: var(--display);
font-size: clamp(22px, 2.6vw, 28px);
font-weight: 700; letter-spacing: -0.02em;
color: var(--ink); line-height: 1.2;
margin: 0 0 14px;
}
.awd-callout p {
font-size: 15px; line-height: 1.6;
color: var(--ink-soft); margin: 0 0 10px;
}
.awd-callout p:last-child { margin-bottom: 0; }
@media (max-width: 760px) {
.awd-callout {
padding: 22px 20px;
margin: 24px 0 32px;
}
}
/* ---------- Cross-shop comparison table ---------- */
.cross-table {
margin: 32px 0;
border: 1px solid var(--rule);
border-radius: var(--radius-md);
overflow-x: auto;
-webkit-overflow-scrolling: touch;
background: var(--white);
max-width: 100%;
min-width: 0;
}
.cross-table table {
width: 100%;
border-collapse: collapse;
font-size: 14px;
table-layout: fixed;
}
.cross-table thead th {
text-align: center;
padding: 18px 14px;
font-size: 11px;
letter-spacing: 0.12em;
text-transform: uppercase;
vertical-align: middle;
color: var(--muted);
font-weight: 600;
border-bottom: 1px solid var(--rule);
background: var(--paper-2);
white-space: normal;
}
.cross-table thead th:first-child { width: 22%; vertical-align: middle; }
.cross-table thead th:not(:first-child) { width: 26%; }
.cross-table tbody td { white-space: normal; word-break: normal; overflow-wrap: break-word; line-height: 1.4; }
.cross-table tbody td a.price-link { white-space: normal; }
.cross-table thead th .model {
display: block;
font-family: var(--display);
font-size: 16px;
font-weight: 700;
color: var(--ink);
letter-spacing: -0.01em;
text-transform: none;
margin: 0 0 6px;
line-height: 1.2;
}
.cross-table thead th .style {
display: block;
font-size: 10px;
letter-spacing: 0.14em;
color: var(--muted);
text-transform: uppercase;
font-weight: 500;
margin: 0;
line-height: 1.3;
}
.cross-table thead th.featured { background: var(--blue); color: var(--white); }
.cross-table thead th.featured .model { color: var(--white); }
.cross-table thead th.featured .style { color: rgba(255,255,255,.8); }
.cross-table thead th.featured .pick {
display: inline-block;
background: var(--white); color: var(--blue);
font-size: 9px; letter-spacing: 0.18em; text-transform: uppercase;
padding: 3px 8px; border-radius: var(--radius-pill); font-weight: 700;
margin-bottom: 6px;
}
.cross-table tbody td, .cross-table tbody th {
padding: 16px 14px;
border-bottom: 1px solid var(--rule-soft);
vertical-align: top;
text-align: left;
line-height: 1.45;
}
.cross-table tbody tr:last-child td, .cross-table tbody tr:last-child th { border-bottom: none; }
.cross-table tbody th {
text-align: left;
font-size: 11px;
letter-spacing: 0.14em;
text-transform: uppercase;
color: var(--muted);
font-weight: 600;
width: 22%;
background: var(--paper-2);
}
.cross-table tbody td {
font-family: var(--display);
font-size: 14px;
font-weight: 500;
color: var(--ink);
}
.cross-table tbody td.featured {
background: rgba(25,113,212,.06);
color: var(--blue-deep);
font-weight: 700;
}
/* ---------- Mobile vs-cards (replaces cross-table at ≤600px) ---------- */
.vs-cards {
flex-direction: column;
gap: 20px;
margin: 28px 0;
}
/* Visibility: desktop shows table, mobile shows cards */
.desktop-only { display: block; }
.mobile-only { display: none !important; }
@media (max-width: 600px) {
.desktop-only { display: none !important; }
.mobile-only { display: flex !important; }
}
.vs-card {
border: 1px solid var(--rule);
border-radius: var(--radius-md);
background: var(--white);
overflow: hidden;
}
.vs-head {
display: grid;
grid-template-columns: 1fr auto 1fr;
gap: 12px;
align-items: center;
padding: 18px 16px 16px;
background: var(--paper-2);
border-bottom: 1px solid var(--rule);
}
.vs-head .vs-pick.vs-head .vs-rival {
display: flex; flex-direction: column; gap: 3px;
min-width: 0;
}
.vs-head .vs-pick { text-align: left; }
.vs-head .vs-rival { text-align: right; }
.vs-head .vs-tag {
align-self: flex-start;
font-size: 9px; letter-spacing: 0.16em; text-transform: uppercase;
color: var(--white); background: var(--blue);
padding: 3px 8px; border-radius: 999px;
font-weight: 700;
margin-bottom: 3px;
}
.vs-head .vs-name {
font-family: var(--display);
font-size: 15px; font-weight: 700;
color: var(--ink); line-height: 1.2;
overflow-wrap: break-word; word-wrap: break-word;
}
.vs-head .vs-pick .vs-name { color: var(--blue-deep); }
.vs-head .vs-style {
font-size: 10px; letter-spacing: 0.10em; text-transform: uppercase;
color: var(--muted); font-weight: 600;
overflow-wrap: break-word;
}
.vs-head .vs-vs {
font-family: var(--display);
font-size: 13px; font-weight: 600;
color: var(--muted);
flex-shrink: 0;
}
.vs-specs {
margin: 0; padding: 0;
}
.vs-row {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 12px 14px;
padding: 12px 16px;
border-bottom: 1px solid var(--rule-soft);
align-items: start;
}
.vs-row:last-child { border-bottom: none; }
.vs-row dt {
grid-column: 1 / -1;
font-size: 10px; letter-spacing: 0.14em; text-transform: uppercase;
color: var(--muted); font-weight: 600;
margin-bottom: 4px;
}
.vs-row dd {
margin: 0;
font-family: var(--display);
font-size: 14px; font-weight: 500;
color: var(--ink);
line-height: 1.3;
overflow-wrap: break-word; word-wrap: break-word;
min-width: 0;
}
.vs-row dd.featured {
color: var(--blue-deep);
font-weight: 700;
}
/* ---------- MPG table (§03 fuel economy) ---------- */
.mpg-table {
margin: 28px 0;
border: 1px solid var(--rule);
border-radius: var(--radius-md);
overflow-x: auto;
-webkit-overflow-scrolling: touch;
background: var(--white);
max-width: 100%;
min-width: 0;
}
.mpg-table table { width: 100%; border-collapse: collapse; font-size: 14px; }
.mpg-table thead th {
text-align: left;
padding: 14px 18px;
font-size: 11px;
letter-spacing: 0.16em;
text-transform: uppercase;
color: var(--muted);
font-weight: 600;
border-bottom: 1px solid var(--rule);
background: var(--paper-2);
}
.mpg-table thead th.num-col { text-align: right; }
.mpg-table tbody th {
text-align: left;
padding: 14px 18px;
font-family: var(--display);
font-size: 15px;
font-weight: 500;
color: var(--ink);
border-bottom: 1px solid var(--rule-soft);
}
.mpg-table tbody td {
padding: 14px 18px;
text-align: right;
font-family: var(--display);
font-size: 16px;
font-weight: 500;
color: var(--ink);
border-bottom: 1px solid var(--rule-soft);
font-feature-settings: "lnum", "tnum";
}
.mpg-table tbody tr:last-child th, .mpg-table tbody tr:last-child td { border-bottom: none; }
.mpg-table tbody tr.hybrid th { color: var(--blue-deep); font-weight: 700; }
.mpg-table tbody tr.hybrid td { color: var(--blue-deep); font-weight: 700; background: rgba(25,113,212,.04); }
.mpg-table tfoot td {
padding: 12px 18px;
font-size: 12px;
color: var(--muted);
border-top: 1px solid var(--rule);
background: var(--paper-2);
}
@media (max-width: 600px) {
.mpg-table thead th, .mpg-table tbody th, .mpg-table tbody td { padding: 12px 14px; font-size: 14px; }
.mpg-table tbody td { font-size: 15px; }
}
/* Smaller phones - tighter layouts */
@media (max-width: 480px) {
.spec-strip { grid-template-columns: minmax(0, 1fr); }
.spec-strip .item { border-right: none !important; border-bottom: 1px solid var(--rule); padding: 16px 0; }
.spec-strip .item:last-child { border-bottom: none; }
.hero-meta { grid-template-columns: minmax(0, 1fr); }
.findlay-extras { grid-template-columns: minmax(0, 1fr); }
.trust-grid { grid-template-columns: minmax(0, 1fr); gap: 16px; }
.section-num { letter-spacing: 0.16em; gap: 10px; }
.findlay-band { padding: 56px 0 48px; margin-top: 56px; }
.closing-cta { padding: 60px 0; }
.hero { padding: 32px 0 0; }
}
/* ---------- Why Findlay band ---------- */
.findlay-band {
background: var(--ink);
color: var(--white);
margin: 60px 0 0;
padding: 72px 0 64px;
border-radius: var(--radius-md);
position: relative;
overflow: hidden;
}
.findlay-band::before {
content: "";
position: absolute; right: -10%; top: -30%;
width: 60%; aspect-ratio: 1;
background: radial-gradient(circle at center, rgba(25,113,212,.4), rgba(25,113,212,0) 60%);
pointer-events: none;
}
.findlay-band .wrap { position: relative; }
.findlay-band .eyebrow { color: #6db3ff; font-size: 12px; letter-spacing: 0.22em; text-transform: uppercase; margin-bottom: 24px; font-weight: 600; }
.findlay-band h2 {
font-family: var(--display); font-weight: 700;
font-size: clamp(32px, 5.6vw, 56px); line-height: 1.08; letter-spacing: -0.025em;
margin: 0 0 36px; max-width: 900px; text-wrap: balance;
overflow-wrap: break-word; word-wrap: break-word;
color: var(--white);
}
.findlay-band h2 em { font-style: normal; color: #9cc8ff; font-weight: 700; }
/* Two-column hero (copy left, credential cards right) - LV-style */
.band-hero { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr); gap: 56px; align-items: start; }
.band-hero-copy h2 { margin-bottom: 22px; }
.band-intro { color: rgba(255,255,255,.8); font-size: 16px; line-height: 1.6; margin: 0 0 14px; max-width: 52ch; }
.band-intro:last-child { margin-bottom: 0; }
.band-creds { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; align-content: start; padding-top: 6px; }
.cred { background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.10); border-radius: 14px; padding: 20px 22px; display: flex; flex-direction: column; gap: 8px; }
.cred-num { font-family: var(--display); font-size: 34px; font-weight: 600; line-height: 1; color: #fff; letter-spacing: -0.02em; display: flex; align-items: baseline; gap: 3px; }
.cred-num small { font-size: 16px; color: #6db3ff; font-weight: 500; }
.cred-lbl { font-size: 12px; line-height: 1.45; color: rgba(255,255,255,.65); }
.band-photo { margin: 44px 0 0; }
.band-photo img { width: 100%; height: auto; aspect-ratio: 16 / 9; object-fit: cover; object-position: center 42%; border-radius: 16px; display: block; border: 1px solid rgba(255,255,255,.10); }
.band-photo figcaption { margin-top: 12px; font-size: 12.5px; line-height: 1.5; color: rgba(255,255,255,.6); }
@media (max-width: 900px) { .band-hero { grid-template-columns: minmax(0,1fr); gap: 36px; } .band-creds { max-width: 440px; } .band-photo img { aspect-ratio: 4 / 3; } }
@media (max-width: 480px) { .band-creds { grid-template-columns: 1fr 1fr; gap: 10px; } .cred { padding: 16px 16px; } .cred-num { font-size: 28px; } }
.trust-grid {
display: grid;
grid-template-columns: repeat(4, minmax(0, 1fr));
gap: 24px;
margin-top: 48px;
padding-top: 40px;
border-top: 1px solid rgba(255,255,255,.15);
align-items: start;
}
.trust-grid .item { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.trust-grid .item .num { font-family: var(--display); font-size: 56px; font-weight: 500; line-height: 1; color: var(--white); letter-spacing: -0.02em; font-feature-settings: "lnum"; display: flex; align-items: baseline; justify-content: center; gap: 4px; }
.trust-grid .item .num small { font-size: 20px; color: #9cc8ff; font-weight: 500; }
.trust-grid .item .lbl { font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; color: rgba(255,255,255,.7); line-height: 1.5; margin: 0; max-width: 22ch; }
.findlay-extras {
display: grid;
grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
gap: 32px;
margin-top: 48px;
align-items: start;
}
.findlay-extras > div { display: flex; flex-direction: column; }
.findlay-extras h5 { font-family: var(--display); font-size: 22px; font-weight: 600; margin: 0 0 14px; color: var(--white); letter-spacing: -0.01em; }
.findlay-extras p { color: rgba(255,255,255,.78); font-size: 15px; line-height: 1.6; margin: 0 0 10px; }
.findlay-extras p:last-child { margin-bottom: 0; }
.findlay-extras strong { color: var(--white); font-weight: 600; }
.findlay-extras a {
color: var(--white);
text-decoration: none;
border-bottom: 1px solid rgba(255,255,255,0.35);
font-weight: 600;
transition: border-color 0.15s ease, color 0.15s ease;
}
.findlay-extras a:hover, .findlay-extras a:focus {
color: #ffffff;
border-bottom-color: #ffffff;
}
/* Compact "why buy here" row inside the dark band */
.why-buy { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; margin-top: 44px; padding-top: 40px; border-top: 1px solid rgba(255,255,255,.15); }
.why-buy .wb { display: flex; flex-direction: column; gap: 8px; }
.why-buy .wb-ico { width: 34px; height: 34px; border-radius: 9px; background: rgba(109,179,255,.16); color: #9cc8ff; display: flex; align-items: center; justify-content: center; margin-bottom: 4px; }
.why-buy .wb-ico svg { width: 18px; height: 18px; stroke: currentColor; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.why-buy h6 { font-family: var(--display); font-size: 17px; font-weight: 600; color: var(--white); margin: 0; letter-spacing: -0.01em; }
.why-buy p { color: rgba(255,255,255,.72); font-size: 14px; line-height: 1.5; margin: 0; }
@media (max-width: 760px) { .why-buy { grid-template-columns: minmax(0,1fr); gap: 22px; } }
/* ---------- FAQ accordion ---------- */
.faq { margin: 28px 0; }
.faq details {
border-top: 1px solid var(--ink);
padding: 22px 0;
}
.faq details:last-of-type { border-bottom: 1px solid var(--ink); }
.faq summary {
list-style: none;
cursor: pointer;
display: flex; align-items: baseline; gap: 18px;
font-family: var(--display);
font-size: 22px; font-weight: 500;
color: var(--ink);
line-height: 1.25;
letter-spacing: -0.01em;
padding: 14px 0; min-height: 44px; box-sizing: border-box;
-webkit-tap-highlight-color: rgba(25,113,212,.10);
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::before {
content: "+";
font-family: var(--sans);
font-size: 24px;
font-weight: 500;
color: var(--blue);
width: 24px; flex: none;
transition: transform .2s ease;
line-height: 1;
}
.faq details[open] summary::before { content: "-"; }
.faq .answer {
padding: 14px 0 4px 42px;
font-size: 16px;
line-height: 1.65;
color: var(--ink-soft);
max-width: 660px;
}
.faq .answer p { margin: 0 0 12px; }
.faq .answer p:last-child { margin-bottom: 0; }
/* ---------- Inline CTA card ---------- */
.cta-inline {
background: var(--blue-deep);
color: var(--white);
border-radius: var(--radius-md);
padding: 44px 48px 40px;
margin: 48px 0;
position: relative;
overflow: hidden;
isolation: isolate;
}
.cta-inline::before {
content: "2026";
position: absolute;
right: -20px; bottom: -60px;
font-family: var(--display);
font-size: 320px; font-weight: 700;
letter-spacing: -0.04em;
color: rgba(255,255,255,.05);
line-height: 0.8;
pointer-events: none;
z-index: 0;
}
.cta-inline > * { position: relative; z-index: 1; }
.cta-inline .eyebrow {
font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase;
color: #9cc8ff; font-weight: 700;
margin-bottom: 18px;
display: flex; align-items: center; gap: 10px;
}
.cta-inline h5 {
font-family: var(--display); font-size: clamp(32px, 3.4vw, 44px);
font-weight: 700; margin: 0 0 14px; color: var(--white);
line-height: 1.05; letter-spacing: -0.025em;
max-width: 720px; text-wrap: balance;
}
.cta-inline .lede {
margin: 0 0 28px; color: var(--white);
font-size: 15px; max-width: 540px; line-height: 1.55;
}
.cta-inline .actions {
display: flex; gap: 10px; flex-wrap: wrap;
align-items: center;
}
.cta-inline .meta {
display: flex; gap: 28px; flex-wrap: wrap;
margin-top: 28px; padding-top: 22px;
border-top: 1px solid rgba(255,255,255,.25);
}
.cta-inline .meta-item { display: flex; flex-direction: column; gap: 4px; }
.cta-inline .meta-item .k { display: block; font-size: 10px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--white); opacity: 0.85; font-weight: 600; }
.cta-inline .meta-item .v { display: block; font-size: 14px; color: var(--white); font-weight: 500; }
@media (max-width: 760px) {
.cta-inline { padding: 36px 28px 32px; margin: 40px 0; }
.cta-inline::before { font-size: 200px; right: -10px; bottom: -30px; }
.cta-inline .meta { gap: 18px; }
}
.btn {
display: inline-flex; align-items: center; justify-content: center; gap: 8px;
padding: 14px 22px; min-height: 48px; box-sizing: border-box;
border-radius: var(--radius-pill);
font-size: 13px; font-weight: 600;
letter-spacing: 0.04em;
text-decoration: none;
border: 1px solid transparent;
transition: background .2s ease, color .2s ease, border-color .2s ease;
white-space: nowrap;
-webkit-tap-highlight-color: rgba(255,255,255,.18);
}
.btn.primary { background: var(--white); color: var(--blue-deep); }
.btn.primary:hover { background: var(--paper-2); color: var(--blue-deep); }
.btn.ghost { color: var(--white); border-color: rgba(255,255,255,.5); }
.btn.ghost:hover { background: rgba(255,255,255,.1); border-color: var(--white); }
.btn .arrow { transition: transform .2s ease; }
.btn:hover .arrow { transform: translateX(3px); }
/* ---------- Sources ---------- */
.sources {
background: var(--paper-2);
padding: 48px 0;
margin-top: 56px;
border-top: 1px solid var(--rule);
}
.sources + .sources { margin-top: 0; border-top: 0; padding-top: 0; }
.sources h3 { font-family: var(--display); font-size: 28px; font-weight: 500; margin: 0 0 8px; }
.sources .ext {
display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 12px 28px;
list-style: none; padding: 0; margin: 0;
font-size: 14px;
}
.sources .ext li { padding: 10px 0; border-top: 1px solid var(--rule); display: flex; gap: 10px; align-items: baseline; }
.sources .ext li::before { content: "↗"; color: var(--blue); font-size: 12px; }
/* ---------- Closing CTA ---------- */
.closing-cta {
padding: 72px 0 80px;
text-align: center;
background: var(--paper-2);
border-top: 1px solid var(--rule);
}
.closing-cta h2 {
font-family: var(--display); font-weight: 700;
font-size: clamp(36px, 5vw, 64px);
line-height: 1.05; letter-spacing: -0.03em;
margin: 0 0 20px; text-wrap: balance;
}
.closing-cta h2 em { font-style: normal; color: var(--blue); font-weight: 700; }
.closing-cta p { font-size: 19px; color: var(--ink-soft); max-width: 560px; margin: 0 auto 36px; line-height: 1.55; }
.closing-cta .actions { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.closing-cta .btn.primary { background: var(--blue); color: var(--white); border-color: var(--blue); }
.closing-cta .btn.primary:hover { background: var(--blue-deep); border-color: var(--blue-deep); }
.closing-cta .btn.ghost { background: var(--white); color: var(--blue-deep); border-color: var(--blue); }
.closing-cta .btn.ghost:hover { background: var(--blue); color: var(--white); border-color: var(--blue); }
.closing-cta .phones { margin-top: 32px; font-size: 13px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--muted); display: flex; gap: 32px; justify-content: center; flex-wrap: wrap; }
.closing-cta .phones strong { color: var(--ink); font-family: var(--display); font-size: 20px; letter-spacing: 0; display: block; font-weight: 500; }
/* ---------- Responsive ---------- */
@media (max-width: 1100px) {
.article-grid { grid-template-columns: 200px minmax(0, 1fr); gap: 48px; }
.gutter { display: none; }
.trust-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 32px; }
.cross-table { overflow-x: auto; -webkit-overflow-scrolling: touch; }
.cross-table table { min-width: 0; }
}
/* Phones, drop the cross-table min-width and let it render in available width */
@media (max-width: 600px) {
.cross-table table { min-width: 0; font-size: 12px; }
.cross-table thead th { padding: 12px 8px; font-size: 11px; }
.cross-table tbody td { padding: 10px 6px; font-size: 12px; }
}
@media (max-width: 1100px) {
.trims { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.trim:nth-child(3n) { border-right: 1px solid var(--rule); }
.trim:nth-child(2n) { border-right: none; }
.trim:nth-last-child(-n+3) { border-bottom: 1px solid var(--rule); }
.trim:nth-last-child(-n+2) { border-bottom: none; }
}
@media (max-width: 760px) {
.wrap { padding: 0 max(20px, env(safe-area-inset-left)) 0 max(20px, env(safe-area-inset-right)); }
.article-grid { grid-template-columns: minmax(0, 1fr); gap: 32px; padding-top: 48px; }
.toc { position: static; }
.hero { padding: 48px 0 0; }
.hero-meta { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); }
.trims { grid-template-columns: minmax(0, 1fr); border: none; }
.trim { border-right: none !important; border-bottom: 1px solid var(--rule) !important; padding-left: 0; padding-right: 0; }
.trim:last-child { border-bottom: none !important; }
.trim .name { min-height: 0; }
.findlay-extras { grid-template-columns: minmax(0, 1fr); }
.spec-strip { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); }
.spec-strip .item { border-right: none; border-bottom: 1px solid var(--rule); padding: 20px 20px; }
.glance dl { grid-template-columns: minmax(0, 1fr); }
.safety-banner { grid-template-columns: minmax(0, 1fr); }
.cta-inline { grid-template-columns: minmax(0, 1fr); }
.sources .ext { grid-template-columns: minmax(0, 1fr); }
blockquote.pull { margin: 32px 0; padding: 24px 0; }
.drives .row { grid-template-columns: minmax(0, 1fr) auto; }
.drives .dist { display: none; }
}
/* ---------- Accessibility ---------- */
.skip-link {
position: absolute;
left: -9999px;
top: 0;
z-index: 9999;
background: var(--blue-deep);
color: var(--white);
padding: 12px 20px;
text-decoration: none;
font-weight: 600;
font-size: 14px;
border-radius: 0 0 var(--radius-sm) 0;
}
.skip-link:focus {
left: 0;
color: var(--white);
}
/* Visible keyboard focus on all interactive elements */
a:focus-visible,
button:focus-visible,
summary:focus-visible,
[tabindex]:focus-visible {
outline: 2px solid var(--blue);
outline-offset: 2px;
border-radius: 2px;
}
.btn:focus-visible {
outline: 3px solid var(--blue);
outline-offset: 3px;
}
/* Respect users who prefer reduced motion */
@media (prefers-reduced-motion: reduce) {
*, *::before, *::after {
animation-duration: 0.01ms !important;
animation-iteration-count: 1 !important;
transition-duration: 0.01ms !important;
scroll-behavior: auto !important;
}
}
/* Visually hidden helper for screen-reader-only context */
.sr-only {
position: absolute;
width: 1px; height: 1px;
padding: 0; margin: -1px; overflow: hidden;
clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}
/* Breadcrumb bar (June-style) */
.breadcrumb-bar{font-size:12px}
/* Author byline (E-E-A-T) */
.byline { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 14px; margin: 0 0 32px; font-size: 13px; color: var(--muted); }
.byline .b-author { color: var(--ink-soft); font-weight: 600; }
.byline .b-rev { color: var(--ink-soft); }
.byline .b-rev strong { color: var(--ink); font-weight: 600; }
.byline a { color: inherit; text-decoration: underline; text-underline-offset: 2px; }
.byline .b-sep { color: var(--rule); font-weight: 300; }
.breadcrumb-bar nav{max-width:1240px;margin:0 auto;padding:20px 32px}
.breadcrumb-bar ol{list-style:none;display:flex;align-items:center;flex-wrap:wrap;gap:10px;margin:0;padding:0}
.breadcrumb-bar li{display:inline-flex;align-items:center;gap:10px;letter-spacing:.04em}
.breadcrumb-bar li:not(:last-child)::after{content:"\203A";color:#888;font-size:14px;line-height:1}
.breadcrumb-bar a{color:#555;text-decoration:none;text-underline-offset:3px}
.breadcrumb-bar a:hover{text-decoration:underline}
.breadcrumb-bar [aria-current="page"]{color:#111;font-weight:500}
@media(max-width:640px){.breadcrumb-bar nav{padding:14px 20px}.breadcrumb-bar{font-size:11px}}
/* why-rows band (monsoon format) */
.band-hero--solo { display: block; }
.band-hero--solo .band-intro { max-width: 70ch; }
.band-intro { color: rgba(255,255,255,.8); font-size: 16px; line-height: 1.6; margin: 0 0 14px; max-width: 52ch; }
.band-intro:last-child { margin-bottom: 0; }
.why-rows { margin: 36px 0 0; padding-top: 8px; display: grid; grid-template-columns: 1fr 1fr; gap: 0 56px; }
.why-row { display: grid; grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr); gap: 20px; padding: 16px 0; border-top: 1px solid rgba(255,255,255,.10); align-items: baseline; }
.why-row dt { font-family: var(--display); font-size: 15px; font-weight: 600; color: #fff; letter-spacing: -0.005em; line-height: 1.3; }
.why-row dd { margin: 0; font-size: 13.5px; line-height: 1.5; color: rgba(255,255,255,.64); }
.why-foot { margin-top: 32px; padding-top: 26px; border-top: 1px solid rgba(255,255,255,.10); display: flex; flex-wrap: wrap; align-items: center; gap: 16px 28px; }
.why-foot .wf-cta { display: inline-flex; align-items: center; gap: 9px; background: var(--blue); color: #fff; text-decoration: none; font-family: var(--display); font-weight: 600; font-size: 14.5px; padding: 14px 26px; border-radius: 999px; transition: background .2s ease, transform .2s ease; }
.why-foot .wf-cta:hover { background: #fff; color: var(--blue-deep); transform: translateY(-1px); }
.why-foot .wf-cta .arrow { transition: transform .2s ease; }
.why-foot .wf-cta:hover .arrow { transform: translateX(3px); }
.why-foot .wf-note { color: rgba(255,255,255,.72); font-size: 14px; line-height: 1.5; }
@media (max-width: 900px) { .band-hero--solo { display: block; } .why-rows { grid-template-columns: 1fr; gap: 0; } }
@media (max-width: 560px) { .why-row { grid-template-columns: minmax(0, 1fr); gap: 4px; } }
</style>
</head>
<body>
<!-- Skip to main content (WCAG bypass block) -->
<a class="skip-link" href="#main-content">Skip to main content</a>
<!-- HERO -->
<header class="hero" id="main-content">
<div class="wrap">
<div class="eyebrow"><span class="pip"></span> Model Guide · Yavapai County Buyer · First-Hand Expertise</div>
<h1>Subaru Forester gas trims compared, <em>trim by trim</em>.</h1>
<p class="deck">All six gas trims of the 2026 Forester, Base through Wilderness, side by side. Written for Prescott drivers, with the Premium vs Wilderness call settled the way we settle it at the desk.</p>
<p class="deck" style="font-size:15px;">Shopping the Hybrid instead? The 2026 lineup also offers Premium, Sport, Limited, and Touring Hybrid trims. Ask us for a gas-vs-hybrid side-by-side at the desk.</p>
<div class="byline">
<span class="b-author">By the <a href="https://www.findlaysubaruprescott.com/inventory/new/subaru/forester?paymenttype=cash&intransit=true&instock=true&inproduction=true">Findlay Subaru Prescott sales team</a></span>
<span class="b-sep">·</span>
<span class="b-rev">Reviewed by <strong>Mark Falk</strong>, General Sales Manager</span>
<span class="b-sep">·</span>
<span>Published July 2026</span>
</div>
<div class="hero-meta">
<div class="item"><div class="lbl">Address</div><div class="val">3230 Willow Creek Rd<small>Prescott, AZ 86301</small></div></div>
<div class="item"><div class="lbl">Sales line</div><div class="val">Schedule online<small>Same-day appointments</small></div></div>
<div class="item"><div class="lbl">Google rating</div><div class="val">4.8 / 5<small>1,705+ reviews</small></div></div>
<div class="item"><div class="lbl">Read</div><div class="val">9 min<small>Reviewed May 2026</small></div></div>
</div>
<div class="hero-cta">
<a class="primary" href="https://www.findlaysubaruprescott.com/inventory/new/subaru/forester?paymenttype=cash&intransit=true&instock=true&inproduction=true">See Forester inventory <span class="arrow">→</span></a>
<a class="secondary" href="https://www.findlaysubaruprescott.com/contactus">Talk to the sales team</a>
</div>
</div>
<figure class="hero-photo" role="img" aria-labelledby="hero-figcaption">
<img
src="e.webp"
alt="Subaru Forester on a Yavapai County back-country road, the kind of Iron Springs and Senator Highway terrain the trim ladder is built around."
width="2848"
height="1502"
loading="eager"
fetchpriority="high"
decoding="async"
/>
<figcaption id="hero-figcaption" class="sr-only">Subaru Forester on a Yavapai County forest service road. Image courtesy of Subaru of America.</figcaption>
</figure>
<div class="breadcrumb-bar">
<nav aria-label="Breadcrumb">
<ol>
<li><a href="https://www.findlaysubaruprescott.com/">Home</a></li>
<li><span>Model Guide</span></li>
<li><span aria-current="page">Subaru Forester Trims Compared: Which to Buy</span></li>
</ol>
</nav>
</div>
</header>
<!-- ARTICLE BODY -->
<main class="wrap">
<div class="article-grid">
<!-- Sticky TOC -->
<nav class="toc" aria-label="Table of contents">
<h4>In this guide</h4>
<ol>
<li><a href="#the-argument">Which trim should you buy</a></li>
<li><a href="#spec-sheet">Forester Base</a></li>
<li><a href="#what-to-buy">Forester Premium</a></li>
<li><a href="#also-test-drive">Forester Sport</a></li>
<li><a href="#cross-shop">Forester Limited</a></li>
<li><a href="#cost-of-ownership">Forester Touring</a></li>
<li><a href="#why-us">Forester Wilderness</a></li>
<li><a href="#faq">FAQ</a></li>
<li><a href="#sources">Sources</a></li>
</ol>
</nav>
<!-- Main column -->
<div class="body">
<!-- §01 The four questions -->
<section class="s" id="the-argument">
<div class="section-num"><span>01</span><span>Which trim should you buy</span></div>
<h2 class="section-h">Which Forester trim should you buy? Start with <em>four questions</em>.</h2>
<p class="lede">Six Forester trims, and the window sticker won't tell you which one is actually right for you. Buy too high and you pay for leather and Nappa you'll never think about. Buy too low and you feel it every January on Willow Creek Road.</p>
<p>The good news: for a Yavapai County driver, the decision comes down to four questions, not a spec sheet. Answer them honestly and the ladder narrows to one or two trims fast.</p>
<p>We do this at the desk every day, so we already know where most Prescott buyers land, and why. That's what the rest of this page walks you through, trim by trim.</p>
<p>Findlay Subaru Prescott holds a 4.8 Google rating from 1,705+ reviews. To schedule a same-day trim walk-through, <a href="https://www.findlaysubaruprescott.com/findlay-subaru-schedule-service">schedule online</a>.</p>
<div class="quiz" id="trim-quiz" data-quiz>
<div class="quiz-head">
<p class="quiz-kick">Find your Forester in 4 questions</p>
<h4 class="quiz-title">Which trim actually fits your life in Yavapai County?</h4>
</div>
<!-- Interactive quiz (built + shown by JS). Falls back to the reference list below without JS. -->
<div class="quiz-stage" hidden>
<div class="quiz-progress" aria-hidden="true"><span></span><span></span><span></span><span></span></div>
<div class="quiz-qwrap"></div>
<button type="button" class="quiz-back" hidden>← Back</button>
</div>
<!-- SEO / no-JS fallback: the full reference, always in the DOM -->
<div class="quiz-fallback">
<h4>The four questions that pick your trim</h4>
<dl>
<div class="row"><dt>Iron Springs Road, Senator Highway, Skull Valley back-country?</dt><dd>Yes → Wilderness · 9.2 in clearance, Geolandar A/T tires, second X-MODE</dd></div>
<div class="row"><dt>Tow a small camping trailer or off-road trailer?</dt><dd>Yes → Wilderness with the Wilderness-equipment package · 3,500 lbs</dd></div>
<div class="row"><dt>Leather seats and Harman Kardon premium audio?</dt><dd>Yes → Limited (HK optional) or Touring (HK standard) · Nappa leather on Touring</dd></div>
<div class="row"><dt>New to Subaru, lowest entry price?</dt><dd>Base or Premium · Symmetrical AWD + EyeSight standard on both; X-MODE from Premium up</dd></div>
<div class="row"><dt>Heated seats and heated mirrors</dt><dd>Premium and up · All-Weather Package matters for Prescott winters at elevation</dd></div>
<div class="row"><dt>Distinctive visual character on the Forester platform</dt><dd>Sport · bronze accents, 19-in alloy wheels, Sport-tuned suspension</dd></div>
<div class="row"><dt>Standard active safety</dt><dd>EyeSight standard on every 2026 Forester trim</dd></div>
<div class="row"><dt>Highest-volume top-trim choice</dt><dd>Wilderness · a popular pick with Yavapai outdoor families</dd></div>
<div class="row"><dt>The trim most Yavapai County buyers settle on</dt><dd>Premium · the value-and-comfort sweet spot</dd></div>
<div class="row"><dt>Narrower-appeal top trim</dt><dd>Touring · Prescott top-trim shoppers usually pick Wilderness instead</dd></div>
</dl>
</div>
</div>
</section>
<!-- §02 Forester Base -->
<section class="s" id="spec-sheet">
<div class="section-num"><span>02</span><span>Forester Base</span></div>
<h2 class="section-h">Forester Base: the standard-equipment <em>starting point</em>.</h2>
<p class="tldr">The 2026 Forester Base is the entry-point trim and the lowest MSRP in the lineup. It works best for the buyer who wants the Forester capability set at the lowest entry price and does not need leather, premium audio, or off-road-specific features.</p>
<p>Here's what surprises first-time Subaru buyers: the Base isn't stripped. Symmetrical AWD and the full EyeSight safety suite come standard, at no extra trim cost. (X-MODE starts at the Premium trim.) The full spec list is below.</p>
<p>We write more Base contracts for the Prescott Valley-to-Prescott commuter than for anyone else. If this is your first Subaru and heated seats aren't driving the decision, start here.</p>
<ul class="bullets">
<li>2.5-liter SUBARU BOXER engine producing 180 horsepower per Subaru USA</li>
<li>Lineartronic CVT</li>
<li>Symmetrical All-Wheel Drive standard</li>
<li>EyeSight Driver Assist Technology (Pre-Collision Braking, Adaptive Cruise Control, Lane Departure and Sway Warning, Lane Keep Assist, Reverse Automatic Braking, Lead Vehicle Start Alert)</li>
<li>17-inch alloy wheels</li>
<li>60/40-split fold-flat rear seat</li>
<li>8.7 inches of ground clearance</li>
</ul>
</section>
<figure class="full-img" aria-labelledby="awd-figcaption">
<img
src="forester-wilderness-feature.webp"
alt="2026 Subaru Forester Wilderness in white parked on a high desert ridge at dusk, showing the copper accents, black wheel-arch cladding, all-terrain tires, and roof rails."
width="1600"
height="1067"
loading="lazy"
decoding="async"
/>
<figcaption id="awd-figcaption" class="sr-only">2026 Subaru Forester Wilderness exterior. Image courtesy of Subaru of America.</figcaption>
<figcaption style="font-size:12px;color:var(--muted,#5c6163);line-height:1.5;padding-top:10px;text-align:left;">2026 Subaru Forester Wilderness · 9.2 inches of clearance, Geolandar A/T tires, copper accents · the off-road trim Yavapai County families reach for.</figcaption>
</figure>
<div class="awd-callout">
<div class="eyebrow-sm">Why the Premium is the trim most buyers settle on</div>
<h3>For Prescott winter mornings at elevation, the heated seats and heated mirrors alone are typically worth the Premium upgrade over Base.</h3>
<p>The Premium adds the All-Weather Package (heated front seats, heated exterior mirrors, windshield wiper de-icer), X-MODE, the panoramic power moonroof, and the 10-way power driver's seat. It tends to be the value-and-comfort sweet spot most buyers land on.</p>
</div>
<!-- §03 Forester Premium -->
<section class="s" id="what-to-buy">
<div class="section-num"><span>03</span><span>Forester Premium</span></div>
<h2 class="section-h">Forester Premium: the <em>value-and-comfort</em> choice.</h2>
<p class="tldr">The Premium is the value-and-comfort sweet spot. For Prescott families dealing with winter mornings at elevation and summer drives through the county, the heated front seats and heated mirrors alone are typically worth the Premium upgrade over Base. It tends to be the trim most buyers land on.</p>
<p>The step up from Base is mostly about comfort at elevation. The All-Weather Package (heated seats, heated mirrors, and a wiper de-icer) is the reason most Prescott buyers pick Premium, and it earns its keep on a January morning.</p>
<p>You also gain X-MODE, a 10-way power driver's seat, a panoramic moonroof, a wireless device charger, and the option of a hands-free power tailgate. Here's how each one plays out day to day:</p>
<div class="trims">
<article class="trim flagship">
<div class="engine-row"><span class="engine">All-Weather Package</span><span class="badge">Premium</span></div>
<h4 class="name">Heated seats & mirrors</h4>
<p class="equip">Heated front seats, heated exterior mirrors, and windshield wiper de-icer. The single most-cited reason Prescott buyers step up from Base for winter mornings at elevation.</p>
<a class="inv-link" href="https://www.findlaysubaruprescott.com/inventory/new/subaru/forester?paymenttype=cash&intransit=true&instock=true&inproduction=true" aria-label="See Forester Premium inventory">See Premium inventory <span aria-hidden="true">→</span></a>
</article>
<article class="trim">
<div class="engine-row"><span class="engine">10-way power</span><span class="badge">Driver seat</span></div>
<h4 class="name">Power-adjustable driver's seat</h4>
<p class="equip">10-way power adjustment replaces the manual seat on Base. Two-driver households get the seat dialed in on every drive without manually re-positioning.</p>
<a class="inv-link" href="https://www.findlaysubaruprescott.com/inventory/new/subaru/forester?paymenttype=cash&intransit=true&instock=true&inproduction=true" aria-label="See Forester inventory">See Forester inventory <span aria-hidden="true">→</span></a>
</article>
<article class="trim">
<div class="engine-row"><span class="engine">Panoramic</span><span class="badge">Moonroof</span></div>
<h4 class="name">Power moonroof</h4>
<p class="equip">Panoramic Power Moonroof opens the cabin overhead on the drive to Sedona, Jerome, or Flagstaff. Standard from Premium up through the rest of the trim ladder.</p>
<a class="inv-link" href="https://www.subaru.com/vehicles/forester/" aria-label="Read about Forester Premium">Read about Forester Premium <span aria-hidden="true">→</span></a>
</article>
<article class="trim">
<div class="engine-row"><span class="engine">Standard</span><span class="badge">X-MODE</span></div>
<h4 class="name">X-MODE traction control</h4>
<p class="equip">X-MODE joins the lineup at Premium, optimizing AWD, throttle, and braking at one button-press for snow, dirt, and the rough forest-road approaches around Prescott.</p>
<a class="inv-link" href="https://www.findlaysubaruprescott.com/inventory/new/subaru/forester?paymenttype=cash&intransit=true&instock=true&inproduction=true" aria-label="See Forester inventory">See Forester inventory <span aria-hidden="true">→</span></a>
</article>
<article class="trim">
<div class="engine-row"><span class="engine">Wireless</span><span class="badge">Device charger</span></div>
<h4 class="name">Wireless device charger</h4>
<p class="equip">A wireless charging pad comes standard on Premium. Phone goes on the pad, not on a cable hunt, for the daily Prescott Valley-to-Prescott commute.</p>
<a class="inv-link" href="https://www.findlaysubaruprescott.com/inventory/new/subaru/forester?paymenttype=cash&intransit=true&instock=true&inproduction=true" aria-label="See Forester inventory">See Forester inventory <span aria-hidden="true">→</span></a>
</article>
<article class="trim">
<div class="engine-row"><span class="engine">Available</span><span class="badge">Power tailgate</span></div>
<h4 class="name">Hands-free power tailgate</h4>
<p class="equip">A foot-activated hands-free power tailgate is available as an option on Premium (standard from Limited up). The arms-full grocery run from the Costco lot or the Trader Joe's in Prescott Valley becomes a non-event.</p>
<a class="inv-link" href="https://www.findlaysubaruprescott.com/contactus" aria-label="Contact sales">Contact sales <span aria-hidden="true">→</span></a>
</article>
</div>
<div class="inventory-cta" role="complementary" aria-label="Schedule a test drive">
<div class="ic-msg">
<strong>The trim our Prescott floor writes most.</strong>
Premium is the value-and-comfort sweet spot in our inventory mix. We can walk you straight to a Premium on the lot today, or set up a Base-versus-Premium back-to-back to feel the heated-seat and moonroof difference before deciding.
</div>
<div class="ic-actions">
<a class="ic-btn primary" href="https://www.findlaysubaruprescott.com/inventory/new/subaru/forester?paymenttype=cash&intransit=true&instock=true&inproduction=true">See Forester inventory →</a>
<a class="ic-btn" href="https://www.findlaysubaruprescott.com/contactus">Contact sales</a>
</div>
</div>
</section>
<!-- §04 Forester Sport -->
<section class="s" id="also-test-drive">
<div class="section-num"><span>04</span><span>Forester Sport</span></div>
<h2 class="section-h">Forester Sport: bronze accents and <em>selectable engine modes</em>.</h2>
<p class="tldr">The Sport repositions the trim for buyers who want an athletic visual character on the Forester platform. It is not an off-road-focused trim; that role belongs to the Wilderness. We have written Sport contracts for younger commuters and for buyers replacing a Crosstrek who wanted to keep the visual energy at the larger Forester size.</p>
<h3 style="margin-top: 24px;">Bronze accents and 19-inch alloy wheels.</h3>
<p>The Sport carries an <strong>exclusive Sport-trim grille with bronze accents</strong> and rides on <strong>19-inch alloy wheels in a bronze finish</strong> (a dark-metallic 19-inch set is optional) instead of the 17- and 18-inch sets on Base, Premium, and Limited. The visual character distinguishes it cleanly from Base or Premium at the curb.</p>
<h3>Sport-specific suspension tuning.</h3>
<p>SI-DRIVE selectable engine modes (Intelligent and Sport) come standard across the 2026 Forester lineup. What the Sport adds is <strong>Sport-specific suspension tuning</strong>, so the cabin feels more directly connected to the road on the twistier sections of Highway 89A and Iron Springs Road than on the comfort-tuned trims.</p>
<h3>Sport-trim interior.</h3>
<p><strong>Sport-trim cloth and StarTex synthetic seat trim</strong> distinguish the cabin and bring a water-repellent surface that works for the dog-and-trailhead Yavapai weekend.</p>
<ul class="bullets">
<li>Exclusive Sport-trim grille with bronze accents</li>
<li>19-inch alloy wheels, bronze finish (dark metallic optional)</li>
<li>Sport-trim cloth and StarTex synthetic seat trim</li>
<li>Sport-specific suspension tuning</li>
<li>Paddle shifters standard (Sport and above)</li>
</ul>
<blockquote class="pull">
On our showroom floor we notice Crosstrek owners stepping up to the Sport, often because they want more cargo room without giving up the look. The bronze accents and dark wheels keep that energy at the larger Forester size, with space for the dog.
<cite>How the Sport tends to come up in our showroom conversations</cite>
</blockquote>
<div class="carousel" data-carousel aria-roledescription="carousel" aria-label="2026 Subaru Forester Sport photos">
<p class="carousel-lead"><strong>Photographed on our lot.</strong> These are real Sport units at our Prescott dealership, not manufacturer catalog images. Bronze accents and the 19-inch wheels read differently in person.</p>
<div class="carousel-frame">
<span class="carousel-tag">2026 Forester Sport</span>
<button type="button" class="carousel-btn prev" aria-label="Previous photo">‹</button>
<div class="carousel-track">
<div class="carousel-slide"><img src="carousel/sport/sport-01.webp" alt="2026 Subaru Forester Sport at Findlay Subaru Prescott, front three-quarter (photo 1 of 10)" width="1600" height="900" loading="eager" decoding="async" /></div>
<div class="carousel-slide"><img src="carousel/sport/sport-02.webp" alt="2026 Subaru Forester Sport at Findlay Subaru Prescott, side profile (photo 2 of 10)" width="1600" height="900" loading="lazy" decoding="async" /></div>
<div class="carousel-slide"><img src="carousel/sport/sport-03.webp" alt="2026 Subaru Forester Sport at Findlay Subaru Prescott, rear three-quarter (photo 3 of 10)" width="1600" height="900" loading="lazy" decoding="async" /></div>
<div class="carousel-slide"><img src="carousel/sport/sport-04.webp" alt="2026 Subaru Forester Sport at Findlay Subaru Prescott, wheel and cladding detail (photo 4 of 10)" width="1600" height="900" loading="lazy" decoding="async" /></div>
<div class="carousel-slide"><img src="carousel/sport/sport-05.webp" alt="2026 Subaru Forester Sport at Findlay Subaru Prescott, front grille (photo 5 of 10)" width="1600" height="900" loading="lazy" decoding="async" /></div>
<div class="carousel-slide"><img src="carousel/sport/sport-06.webp" alt="2026 Subaru Forester Sport at Findlay Subaru Prescott, cabin through the glass (photo 6 of 10)" width="1600" height="900" loading="lazy" decoding="async" /></div>
<div class="carousel-slide"><img src="carousel/sport/sport-07.webp" alt="2026 Subaru Forester Sport at Findlay Subaru Prescott, roof rails and profile (photo 7 of 10)" width="1600" height="900" loading="lazy" decoding="async" /></div>
<div class="carousel-slide"><img src="carousel/sport/sport-08.webp" alt="2026 Subaru Forester Sport at Findlay Subaru Prescott, tail-light detail (photo 8 of 10)" width="1600" height="900" loading="lazy" decoding="async" /></div>
<div class="carousel-slide"><img src="carousel/sport/sport-09.webp" alt="2026 Subaru Forester Sport at Findlay Subaru Prescott, full side view (photo 9 of 10)" width="1600" height="900" loading="lazy" decoding="async" /></div>
<div class="carousel-slide"><img src="carousel/sport/sport-10.webp" alt="2026 Subaru Forester Sport at Findlay Subaru Prescott, badge and trim detail (photo 10 of 10)" width="1600" height="900" loading="lazy" decoding="async" /></div>
</div>
<button type="button" class="carousel-btn next" aria-label="Next photo">›</button>
</div>
<div class="carousel-meta">
<span class="carousel-count"><strong>1</strong> / 10</span>
<div class="carousel-dots"><button type="button" class="carousel-dot" aria-label="Go to photo 1"></button><button type="button" class="carousel-dot" aria-label="Go to photo 2"></button><button type="button" class="carousel-dot" aria-label="Go to photo 3"></button><button type="button" class="carousel-dot" aria-label="Go to photo 4"></button><button type="button" class="carousel-dot" aria-label="Go to photo 5"></button><button type="button" class="carousel-dot" aria-label="Go to photo 6"></button><button type="button" class="carousel-dot" aria-label="Go to photo 7"></button><button type="button" class="carousel-dot" aria-label="Go to photo 8"></button><button type="button" class="carousel-dot" aria-label="Go to photo 9"></button><button type="button" class="carousel-dot" aria-label="Go to photo 10"></button></div>
</div>
</div>
</section>
<!-- §05 Forester Limited -->
<section class="s" id="cross-shop">
<div class="section-num"><span>05</span><span>Forester Limited</span></div>
<h2 class="section-h">Forester Limited: <em>leather</em>, audio, and luxury.</h2>
<p class="tldr">The Limited is where comfort gets serious: leather and premium audio, without paying all the way up to Touring. It's the refined daily-driver most Prescott families settle on. (The ones who go higher usually jump to the Wilderness instead, for the off-road capability.)</p>
<h3 style="margin-top: 24px;">Leather-trimmed seating and power adjustment.</h3>
<p><strong>Leather-trimmed seats with perforated inserts</strong> replace cloth from Sport down. The <strong>front-passenger 8-way power-adjustable seat</strong> joins the 10-way power driver's seat so both front-row occupants dial in their preferred position. A <strong>heated steering wheel</strong> comes standard.</p>
<h3>Available Harman Kardon premium audio.</h3>
<p>The Limited offers the <strong>Harman Kardon premium audio system</strong> as an option (it comes standard on Touring), and it is the audio upgrade that has moved more buyers from Premium to Limited on our floor than any other single feature. A <strong>wireless device charger</strong> rounds out the technology stack.</p>
<p>Want leather and the better audio, but not Touring's Nappa and ventilated seats? The Limited is your stop on the ladder.</p>
<h3>Side-by-side comparison: the full Forester lineup.</h3>
<div class="cross-table desktop-only" style="margin-top: 32px;">
<table>
<thead>
<tr>
<th>Feature</th>
<th><span class="model">Base</span><span class="style">Entry</span></th>
<th><span class="model">Premium</span><span class="style">Value</span></th>
<th class="featured"><span class="model">Limited</span><span class="style">Luxury</span></th>
</tr>
</thead>
<tbody>
<tr><th>Engine</th><td>2.5L Boxer 180 hp</td><td>2.5L Boxer 180 hp</td><td class="featured">2.5L Boxer 180 hp</td></tr>
<tr><th>Drivetrain</th><td>Symmetrical AWD</td><td>Symmetrical AWD</td><td class="featured">Symmetrical AWD</td></tr>
<tr><th>Ground clearance</th><td>8.7 in</td><td>8.7 in</td><td class="featured">8.7 in</td></tr>
<tr><th>EyeSight</th><td>Standard</td><td>Standard</td><td class="featured">Standard</td></tr>
<tr><th>Heated front seats</th><td>Not available</td><td>Standard (All-Weather)</td><td class="featured">Standard</td></tr>
<tr><th>Power moonroof</th><td>Not available</td><td>Standard</td><td class="featured">Standard</td></tr>
<tr><th>Seat trim</th><td>Cloth</td><td>Cloth</td><td class="featured">Leather-trim</td></tr>
<tr><th>Hands-free power tailgate</th><td>Not available</td><td>Optional</td><td class="featured">Standard</td></tr>
<tr><th>Harman Kardon audio</th><td>Not available</td><td>Not available</td><td class="featured">Optional</td></tr>
<tr><th>Tow rating</th><td>1,500 lbs</td><td>1,500 lbs</td><td class="featured">1,500 lbs</td></tr>
</tbody>
</table>
</div>
<ul class="bullets">
<li>Leather-trimmed seats with perforated inserts</li>
<li>Front-passenger 8-way power-adjustable seat</li>
<li>10-way power driver's seat</li>
<li>Heated steering wheel</li>
<li>Available Harman Kardon premium audio system (optional)</li>
<li>Wireless device charger</li>
<li>18-inch alloy wheels</li>
</ul>
<p style="margin-top: 28px; font-size: 13px; color: var(--muted);">Trim equipment can change mid-year; we confirm the current build against <a href="https://www.subaru.com/owners.html" target="_blank" rel="noopener">Subaru USA Owner Resources</a> before you sign.</p>
<div class="carousel" data-carousel aria-roledescription="carousel" aria-label="2026 Subaru Forester Limited photos">
<p class="carousel-lead"><strong>Photographed at our showroom.</strong> Real Limited units from our Prescott showroom, not manufacturer catalog images. The leather, the cabin finish, and the stance are easier to judge from actual photos than a spec line.</p>
<div class="carousel-frame">
<span class="carousel-tag">2026 Forester Limited</span>
<button type="button" class="carousel-btn prev" aria-label="Previous photo">‹</button>
<div class="carousel-track">
<div class="carousel-slide"><img src="carousel/limited/limited-01.webp" alt="2026 Subaru Forester Limited at Findlay Subaru Prescott, front three-quarter (photo 1 of 11)" width="1600" height="900" loading="eager" decoding="async" /></div>
<div class="carousel-slide"><img src="carousel/limited/limited-02.webp" alt="2026 Subaru Forester Limited at Findlay Subaru Prescott, side profile (photo 2 of 11)" width="1600" height="900" loading="lazy" decoding="async" /></div>
<div class="carousel-slide"><img src="carousel/limited/limited-03.webp" alt="2026 Subaru Forester Limited at Findlay Subaru Prescott, rear three-quarter (photo 3 of 11)" width="1600" height="900" loading="lazy" decoding="async" /></div>
<div class="carousel-slide"><img src="carousel/limited/limited-04.webp" alt="2026 Subaru Forester Limited at Findlay Subaru Prescott, wheel and cladding detail (photo 4 of 11)" width="1600" height="900" loading="lazy" decoding="async" /></div>
<div class="carousel-slide"><img src="carousel/limited/limited-05.webp" alt="2026 Subaru Forester Limited at Findlay Subaru Prescott, front grille (photo 5 of 11)" width="1600" height="900" loading="lazy" decoding="async" /></div>
<div class="carousel-slide"><img src="carousel/limited/limited-06.webp" alt="2026 Subaru Forester Limited at Findlay Subaru Prescott, cabin through the glass (photo 6 of 11)" width="1600" height="900" loading="lazy" decoding="async" /></div>
<div class="carousel-slide"><img src="carousel/limited/limited-07.webp" alt="2026 Subaru Forester Limited at Findlay Subaru Prescott, roof rails and profile (photo 7 of 11)" width="1600" height="900" loading="lazy" decoding="async" /></div>
<div class="carousel-slide"><img src="carousel/limited/limited-08.webp" alt="2026 Subaru Forester Limited at Findlay Subaru Prescott, tail-light detail (photo 8 of 11)" width="1600" height="900" loading="lazy" decoding="async" /></div>
<div class="carousel-slide"><img src="carousel/limited/limited-09.webp" alt="2026 Subaru Forester Limited at Findlay Subaru Prescott, full side view (photo 9 of 11)" width="1600" height="900" loading="lazy" decoding="async" /></div>
<div class="carousel-slide"><img src="carousel/limited/limited-10.webp" alt="2026 Subaru Forester Limited at Findlay Subaru Prescott, badge and trim detail (photo 10 of 11)" width="1600" height="900" loading="lazy" decoding="async" /></div>
<div class="carousel-slide"><img src="carousel/limited/limited-11.webp" alt="2026 Subaru Forester Limited at Findlay Subaru Prescott, ground clearance and stance (photo 11 of 11)" width="1600" height="900" loading="lazy" decoding="async" /></div>
</div>
<button type="button" class="carousel-btn next" aria-label="Next photo">›</button>
</div>
<div class="carousel-meta">
<span class="carousel-count"><strong>1</strong> / 11</span>
<div class="carousel-dots"><button type="button" class="carousel-dot" aria-label="Go to photo 1"></button><button type="button" class="carousel-dot" aria-label="Go to photo 2"></button><button type="button" class="carousel-dot" aria-label="Go to photo 3"></button><button type="button" class="carousel-dot" aria-label="Go to photo 4"></button><button type="button" class="carousel-dot" aria-label="Go to photo 5"></button><button type="button" class="carousel-dot" aria-label="Go to photo 6"></button><button type="button" class="carousel-dot" aria-label="Go to photo 7"></button><button type="button" class="carousel-dot" aria-label="Go to photo 8"></button><button type="button" class="carousel-dot" aria-label="Go to photo 9"></button><button type="button" class="carousel-dot" aria-label="Go to photo 10"></button><button type="button" class="carousel-dot" aria-label="Go to photo 11"></button></div>
</div>
</div>
</section>
<!-- §06 Forester Touring -->
<section class="s" id="cost-of-ownership">
<div class="section-num"><span>06</span><span>Forester Touring</span></div>
<h2 class="section-h">Forester Touring: <em>top-trim</em> luxury.</h2>
<p class="tldr">The Touring is the top of the ladder for comfort. It takes everything the Limited has and adds Nappa leather, ventilated front seats, and heated rear seats. It's a narrower pick here, since most top-trim Prescott shoppers choose the Wilderness instead. The full list is below.</p>
<h3 style="margin-top: 24px;">Nappa leather and heated/ventilated seating.</h3>
<p>The Touring upgrades to <strong>Nappa leather-trimmed seats</strong> and adds <strong>ventilated front seats</strong> on top of the heated fronts that start at Premium. It is also the only 2026 Forester trim with <strong>heated outboard rear seats</strong>. The heated steering wheel, shared with the Limited, rounds out the winter kit for Prescott elevation.</p>
<h3>Driver Focus and acoustic-laminate glass.</h3>
<p><strong>Driver Focus</strong> watches for distracted driving with a facial-recognition camera. Among the gas trims, only the Touring has it. <strong>Acoustic-laminate glass</strong> up front drops cabin noise on the highway runs to Phoenix or Flagstaff. Comfort over off-road specs? The Touring delivers.</p>
<ul class="bullets">
<li>Nappa leather-trimmed seats</li>
<li>Heated steering wheel</li>
<li>Ventilated front seats (cooled-seat function)</li>
<li>Driver Focus monitoring system (distracted-driver alerts using a facial-recognition camera)</li>
<li>Acoustic-laminate windshield and front-side windows</li>
<li>Heated outboard rear seats</li>
</ul>
<div class="spec-strip features">
<div class="item"><div class="num">Nappa<small> leather</small></div><div class="lbl">Touring-exclusive seating material</div></div>
<div class="item"><div class="num">Heated<small> steering wheel</small></div><div class="lbl">Standard on Limited and Touring</div></div>
<div class="item"><div class="num">Driver<small> Focus</small></div><div class="lbl">Facial-recognition distracted-driver alerts</div></div>
<div class="item"><div class="num">Acoustic<small> glass</small></div><div class="lbl">Windshield + front-side, lower cabin noise</div></div>
</div>
<p>The Touring suits buyers who want top comfort over trail hardware. We have walked Limited buyers up to Touring on the back-to-back test drive for the ventilated-seat and Nappa-leather features specifically; for Prescott summers and winters at elevation, both have moved buyers.</p>
<p>Out-the-door pricing depends on trim, accessories, fees, and any current incentives. Our sales team can run a written estimate on any trim before you decide, so <a href="https://www.findlaysubaruprescott.com/findlay-subaru-schedule-service">schedule online</a> for the real number.</p>
</section>
<!-- Inline CTA -->
<aside class="cta-inline">
<div class="eyebrow">Findlay Subaru Prescott</div>
<h5>Limited or Touring? Drive them back-to-back.</h5>
<p class="lede">Our sales team will set up a same-day back-to-back so you can feel the difference between leather-trimmed and Nappa, between heated and ventilated seats, and between standard and Driver Focus. The ventilated seats and Nappa leather are the two features that have moved most Limited buyers up to Touring on our floor.</p>
<div class="actions">
<a class="btn primary" href="https://www.findlaysubaruprescott.com/inventory/new/subaru/forester?paymenttype=cash&intransit=true&instock=true&inproduction=true">See Forester inventory <span class="arrow">→</span></a>
<a class="btn ghost" href="https://www.findlaysubaruprescott.com/findlay-subaru-schedule-service">Schedule service</a>
</div>
<div class="meta">
<div class="meta-item"><span class="k">Address</span><span class="v">3230 Willow Creek Road, Prescott AZ 86301</span></div>
<div class="meta-item"><span class="k">Google rating</span><span class="v">4.8 / 5 · 1,705+ reviews</span></div>
<div class="meta-item"><span class="k">Sales</span><span class="v">Schedule online</span></div>
</div>
</aside>
<figure class="full-img" aria-labelledby="wild-hero-cap">
<img
src="wilderness-hero.webp"
alt="2026 Subaru Forester Wilderness charging through mud on a forest trail, cargo loaded on the roof rails, spray flying off the all-terrain tires."
width="1600"
height="921"
loading="lazy"
decoding="async"
/>
<figcaption id="wild-hero-cap" class="sr-only">2026 Subaru Forester Wilderness off-road. Image courtesy of Subaru of America.</figcaption>
<figcaption style="font-size:12px;color:var(--muted,#5c6163);line-height:1.5;padding-top:10px;text-align:left;">2026 Subaru Forester Wilderness · built for the Prescott National Forest, Iron Springs Road, and the back-country routes Yavapai families run on the weekend.</figcaption>
</figure>
<!-- §07 Forester Wilderness -->
<section class="s" id="why-us">
<div class="section-num"><span>07</span><span>Forester Wilderness</span></div>
<h2 class="section-h">Forester Wilderness: the off-road trim for <em>Yavapai outdoor families</em>.</h2>
<p class="tldr">The Wilderness is the off-road-focused trim built for the Prescott National Forest, Iron Springs Road, Senator Highway, and the back-country routes throughout Yavapai County. It is the top-trim Forester our team sees Prescott off-road shoppers gravitate to. For Yavapai outdoor families who want the Forester platform plus serious off-road capability, it tends to be the popular pick.</p>
<h3 style="margin-top: 24px;">9.2 inches of ground clearance and Geolandar A/T tires.</h3>
<p>Per Subaru USA published 2026 Forester Wilderness specifications, the Wilderness runs <strong>9.2 inches of ground clearance</strong> (versus 8.7 on other trims) and <strong>Yokohama Geolandar A/T all-terrain tires standard</strong>. <strong>Wilderness-specific suspension tuning</strong> adds longer spring and damper travel for the back-country routes our delivery team drives before every Wilderness handover.</p>
<h3>The Wilderness-exclusive second X-MODE.</h3>
<p>The Wilderness gets a <strong>second X-MODE setting (Deep Snow/Mud) that is Wilderness-exclusive</strong>, layered on top of the standard Snow/Dirt mode. For the steeper grades on Iron Springs Road or the loose surface on the approach to Skull Valley, the second mode is the difference between confident and tentative.</p>
<h3>Towing, roof load, and rooftop tents.</h3>
<p>This is where the Wilderness separates from the rest: it tows <strong>3,500 lbs</strong>, more than double the 1,500 lbs every other Forester trim is rated for. The roof takes a tent, the badging sets it apart, and the full numbers are below.</p>
<ul class="bullets">
<li>9.2 inches of ground clearance (versus 8.7 on other trims)</li>
<li>Yokohama Geolandar A/T all-terrain tires standard</li>
<li>X-MODE with Snow/Dirt and Deep Snow/Mud modes (the second mode is Wilderness-exclusive)</li>
<li>Anodized copper-finish front grille, hood badging, and accents</li>
<li>700 lbs static roof-load capacity (for rooftop tents) and 800 lbs static rear-bench cargo capacity</li>
<li>Standard front view monitor for tight off-road visibility</li>
<li>Wilderness-specific suspension tuning with longer spring and damper travel</li>
<li>3,500-lb maximum tow rating with the Wilderness-equipment package</li>
</ul>
<p>The buyer who feels that second X-MODE engage on a loose grade is the one who orders the Wilderness. It is worth driving before you decide.</p>
<h3>Which Forester trim fits your Yavapai County life.</h3>
<p>A short decision matrix based on the trim-by-trim conversations we have run at our desk:</p>
<ul class="bullets">
<li><strong>First-time Subaru buyer, daily commute Prescott to Prescott Valley, no off-road needs</strong> · Premium</li>
<li><strong>Yavapai County family with kids in Prescott Unified or Humboldt schools, weekend Sedona drives</strong> · Premium or Limited</li>
<li><strong>Younger buyer who wants the Forester platform plus a distinctive visual character</strong> · Sport</li>
<li><strong>Refined daily-driver buyer who wants leather and premium audio</strong> · Limited</li>
<li><strong>Top-trim luxury buyer who does not need off-road specifics</strong> · Touring</li>
<li><strong>Yavapai outdoor family with frequent Prescott National Forest, Iron Springs, Senator Highway, Skull Valley driving</strong> · Wilderness</li>
<li><strong>Buyer who plans to tow a small camping trailer or off-road trailer up to 3,500 lbs</strong> · Wilderness with the Wilderness-equipment package</li>
</ul>
<p>Still not sure? We run same-day side-by-side test drives, usually Premium, Limited, and Wilderness, so you can feel the difference before you decide. <a href="https://www.findlaysubaruprescott.com/findlay-subaru-schedule-service">Schedule online</a>.</p>
<h3>Subaru factory warranty and the Findlay service relationship.</h3>
<p>Every new 2026 Subaru Forester carries the standard Subaru factory warranty layers, per Subaru USA published warranty terms:</p>
<ul class="bullets">
<li>3-year or 36,000-mile bumper-to-bumper New Car Limited Warranty</li>
<li>5-year or 60,000-mile powertrain warranty</li>
<li>5-year unlimited-mile rust-through corrosion warranty</li>
<li>24-hour Roadside Assistance for the bumper-to-bumper period</li>
</ul>
<p>Every new Forester from our store includes <a href="https://www.findlaysubaruprescott.com/maintain-the-love"><strong>Maintain the Love</strong></a>: 1 year or 12,000 miles of complimentary maintenance.</p>
<ul class="bullets">
<li>Subaru adds no factory-level maintenance program for 2026</li>
<li>Keeping it past the 3-year warranty? Ask finance for the Subaru Added Security tier sheet at delivery</li>
<li>Service runs through Service Manager Robert Frank's team at 3230 Willow Creek Road</li>
<li>Every interval confirmed against the Subaru USA maintenance schedule for your trim</li>
</ul>
<p><a href="https://www.findlaysubaruprescott.com/findlay-subaru-schedule-service">Schedule service online</a>.</p>
<p><a href="https://www.findlaysubaruprescott.com/inventory/new/subaru/forester?paymenttype=cash&intransit=true&instock=true&inproduction=true">Browse current Forester inventory</a>, <a href="https://www.findlaysubaruprescott.com/findlay-subaru-schedule-service">schedule service</a>, or <a href="https://www.findlaysubaruprescott.com/contactus">contact us</a>.</p>
<div class="carousel" data-carousel aria-roledescription="carousel" aria-label="2026 Subaru Forester Wilderness photos">
<p class="carousel-lead"><strong>Photographed here in Yavapai County.</strong> Our own Wilderness units, not manufacturer catalog images. The ground clearance, the Geolandar A/T tires, and the copper accents are the real thing.</p>
<div class="carousel-frame">
<span class="carousel-tag">2026 Forester Wilderness</span>
<button type="button" class="carousel-btn prev" aria-label="Previous photo">‹</button>
<div class="carousel-track">
<div class="carousel-slide"><img src="carousel/wilderness/wilderness-01.webp" alt="2026 Subaru Forester Wilderness at Findlay Subaru Prescott, front three-quarter (photo 1 of 9)" width="1600" height="900" loading="eager" decoding="async" /></div>
<div class="carousel-slide"><img src="carousel/wilderness/wilderness-02.webp" alt="2026 Subaru Forester Wilderness at Findlay Subaru Prescott, side profile (photo 2 of 9)" width="1600" height="900" loading="lazy" decoding="async" /></div>
<div class="carousel-slide"><img src="carousel/wilderness/wilderness-03.webp" alt="2026 Subaru Forester Wilderness at Findlay Subaru Prescott, rear three-quarter (photo 3 of 9)" width="1600" height="900" loading="lazy" decoding="async" /></div>
<div class="carousel-slide"><img src="carousel/wilderness/wilderness-04.webp" alt="2026 Subaru Forester Wilderness at Findlay Subaru Prescott, wheel and cladding detail (photo 4 of 9)" width="1600" height="900" loading="lazy" decoding="async" /></div>
<div class="carousel-slide"><img src="carousel/wilderness/wilderness-05.webp" alt="2026 Subaru Forester Wilderness at Findlay Subaru Prescott, front grille (photo 5 of 9)" width="1600" height="900" loading="lazy" decoding="async" /></div>
<div class="carousel-slide"><img src="carousel/wilderness/wilderness-06.webp" alt="2026 Subaru Forester Wilderness at Findlay Subaru Prescott, cabin through the glass (photo 6 of 9)" width="1600" height="900" loading="lazy" decoding="async" /></div>
<div class="carousel-slide"><img src="carousel/wilderness/wilderness-07.webp" alt="2026 Subaru Forester Wilderness at Findlay Subaru Prescott, roof rails and profile (photo 7 of 9)" width="1600" height="900" loading="lazy" decoding="async" /></div>
<div class="carousel-slide"><img src="carousel/wilderness/wilderness-08.webp" alt="2026 Subaru Forester Wilderness at Findlay Subaru Prescott, tail-light detail (photo 8 of 9)" width="1600" height="900" loading="lazy" decoding="async" /></div>
<div class="carousel-slide"><img src="carousel/wilderness/wilderness-09.webp" alt="2026 Subaru Forester Wilderness at Findlay Subaru Prescott, full side view (photo 9 of 9)" width="1600" height="900" loading="lazy" decoding="async" /></div>
</div>
<button type="button" class="carousel-btn next" aria-label="Next photo">›</button>
</div>
<div class="carousel-meta">
<span class="carousel-count"><strong>1</strong> / 9</span>
<div class="carousel-dots"><button type="button" class="carousel-dot" aria-label="Go to photo 1"></button><button type="button" class="carousel-dot" aria-label="Go to photo 2"></button><button type="button" class="carousel-dot" aria-label="Go to photo 3"></button><button type="button" class="carousel-dot" aria-label="Go to photo 4"></button><button type="button" class="carousel-dot" aria-label="Go to photo 5"></button><button type="button" class="carousel-dot" aria-label="Go to photo 6"></button><button type="button" class="carousel-dot" aria-label="Go to photo 7"></button><button type="button" class="carousel-dot" aria-label="Go to photo 8"></button><button type="button" class="carousel-dot" aria-label="Go to photo 9"></button></div>
</div>
</div>
<p style="margin-top:28px;">That's the full ladder, Base to Wilderness. The fastest way to settle it is to sit in two or three back-to-back. <a href="https://www.findlaysubaruprescott.com/findlay-subaru-schedule-service">Book a same-day comparison drive</a> and we'll have them lined up when you arrive.</p>
</section>
</div>
<!-- Right gutter -->
<aside class="gutter" aria-label="Trust signals">
<a class="rail-action" href="https://www.findlaysubaruprescott.com/inventory/new/subaru/forester?paymenttype=cash&intransit=true&instock=true&inproduction=true">
<span class="lbl">Inventory</span>
<strong>See Forester trims</strong>
<span class="sub">No-pressure desk. 3230 Willow Creek Road, Prescott AZ 86301.</span>
<span class="rail-action__cta">Browse inventory →</span>
</a>
<div class="chip">
<div class="lbl">Google rating</div>
<div class="stars">★ ★ ★ ★ ★</div>
<strong style="font-size:28px;">4.8</strong>
<div class="sub">4.8 / 5 across 1,705+ Google reviews</div>
</div>
<div class="chip">
<div class="lbl">Highest-volume trim</div>
<strong style="font-size:18px; line-height:1.2;">Premium · Value-and-comfort</strong>
<div class="sub">Premium tends to be the trim most buyers land on. Wilderness is the top-trim choice we see off-road shoppers gravitate to.</div>
</div>
</aside>
</div>
</main>
<!-- Why Findlay full-bleed band -->
<section class="findlay-band">
<div class="wrap">
<div class="band-hero band-hero--solo">
<div class="band-hero-copy">
<div class="eyebrow">Findlay Subaru Prescott · 3230 Willow Creek Road</div>
<h2>Compare <em>every</em> Forester trim at our desk.</h2>
<p class="band-intro">We're the Subaru store for Prescott, Prescott Valley, and the Quad Cities, part of the Findlay Automotive Group.</p>
<p class="band-intro">The buying part stays simple: transparent pricing, non-commissioned advisors, and a straight out-the-door number you can get before you drive over.</p>
</div>
</div>
<dl class="why-rows">
<div class="why-row"><dt>No commission</dt><dd>Advisors are paid the same whatever you drive off in, so the advice stays about your Subaru.</dd></div>
<div class="why-row"><dt>Price in writing</dt><dd>The out-the-door number up front, no hidden fees.</dd></div>
<div class="why-row"><dt>Certified Subaru service</dt><dd>Factory-trained techs and Genuine Subaru parts, Solterra EV included.</dd></div>
<div class="why-row"><dt>Buy from home</dt><dd>Value your trade, finance, and schedule delivery online.</dd></div>
</dl>
<div class="why-foot">
<a class="wf-cta" href="https://www.findlaysubaruprescott.com/inventory/new/subaru/forester?paymenttype=cash&intransit=true&instock=true&inproduction=true">See Forester inventory <span class="arrow" aria-hidden="true">→</span></a>
<span class="wf-note">3230 Willow Creek Road, Prescott AZ 86301 · Sales Mon–Sat 8 AM to 7 PM</span>
</div>
</div>
</section>
<!-- FAQ -->
<main class="wrap">
<div class="article-grid">
<nav class="toc" aria-label="Table of contents continued">
<h4>Continue reading</h4>
<ol start="8">
<li><a href="#faq">FAQ</a></li>
<li><a href="#sources">Sources</a></li>
</ol>
</nav>
<div class="body">
<section class="s" id="faq" style="border-top:none;padding-top:80px;">
<div class="section-num"><span>08</span><span>What buyers ask</span></div>
<h2 class="section-h">Frequently asked <em>questions</em>.</h2>
<div class="faq">
<details>
<summary>What is the difference between Forester Base and Premium?</summary>
<div class="answer">
<p>Premium adds the All-Weather Package (heated seats, heated mirrors, wiper de-icer), X-MODE, a 10-way power driver's seat, a panoramic moonroof, and a wireless device charger; a hands-free power tailgate is available as an option. For a Prescott winter morning at elevation, the heated seats and mirrors alone usually justify the step up from Base.</p>
</div>
</details>
<details>
<summary>Is the Forester Wilderness worth the price?</summary>
<div class="answer">
<p>For Yavapai outdoor families who frequently drive Prescott National Forest, Iron Springs Road, Senator Highway, or the back-country routes to Sedona and Skull Valley, yes.</p>
<p>If your weekends run out toward Iron Springs Road and the Skull Valley back-country, yes. The Wilderness earns it with 9.2 inches of clearance and Geolandar A/T tires, a second X-MODE for the loose stuff, and a 3,500-lb tow rating no other trim comes close to. If you rarely leave pavement, the Premium or Limited is the better value.</p>
</div>
</details>
<details>
<summary>How much does a 2026 Subaru Forester cost in Prescott?</summary>
<div class="answer">
<p>Subaru USA publishes the current 2026 Forester starting MSRPs by trim at the Subaru USA Forester model page, refreshed against current factory incentive programs. Trim-by-trim pricing at Findlay Subaru Prescott includes any active factory incentive stack at the desk. Ask us for the live numbers on a specific trim, or <a href="https://www.findlaysubaruprescott.com/inventory/new/subaru/forester?paymenttype=cash&intransit=true&instock=true&inproduction=true">browse current inventory</a>.</p>
</div>
</details>
<details>
<summary>What does X-MODE do on the Forester?</summary>
<div class="answer">
<p>X-MODE optimizes the Forester's AWD, throttle, transmission, and braking for low-traction conditions, and comes standard from the Premium trim up (the Base does not have it). The standard version engages with one button for snow, dirt, and rough roads. The Wilderness adds a second mode, Deep Snow/Mud, for more extreme conditions. We demo it on the back-country roads to Iron Springs and Skull Valley before delivery for buyers who want to feel the difference.</p>
</div>
</details>
<details>
<summary>Does every Forester trim come with EyeSight?</summary>
<div class="answer">
<p>Yes. EyeSight Driver Assist Technology is standard on every 2026 Subaru Forester trim per Subaru USA. The suite includes Pre-Collision Braking, Adaptive Cruise Control, Lane Departure and Sway Warning, Lane Keep Assist and Reverse Automatic Braking. It also adds Lead Vehicle Start Alert. The Driver Focus distracted-driver monitoring system is an additional feature on the Touring trim only.</p>
</div>
</details>
<details>
<summary>How long does Subaru cover the Forester warranty?</summary>
<div class="answer">
<p>Per Subaru USA, the 2026 Forester carries a 3-year/36,000-mile bumper-to-bumper warranty, a 5-year/60,000-mile powertrain warranty, a 5-year unlimited-mile corrosion warranty, and 24-hour Roadside Assistance for the bumper-to-bumper period. There is no factory maintenance program for 2026. For coverage past the factory window, our finance team has the Subaru Added Security plan sheet.</p>
</div>
</details>
<details>
<summary>Can the Forester Wilderness tow a small trailer?</summary>
<div class="answer">
<p>Yes. The 2026 Wilderness with the Wilderness-equipment package carries a maximum tow rating of 3,500 lbs per Subaru USA. That covers most small off-road trailers, lightweight teardrop campers, small utility trailers, and bike or motorcycle trailers used for Yavapai County weekend trips. The other trims tow less. Base, Premium, Sport, Limited, and Touring rate at 1,500 lbs maximum.</p>
</div>
</details>
<details>
<summary>What is the difference between the Forester Premium and Wilderness?</summary>
<div class="answer">
<p>The Premium is the on-road value-and-comfort trim: All-Weather Package, panoramic moonroof, 10-way power driver's seat, and 8.7 inches of clearance. The Wilderness is the off-road trim: 9.2 inches of clearance, Geolandar A/T tires, a second X-MODE, and a 3,500-lb tow rating versus 1,500 lbs on the Premium. If most of your driving is pavement and elevation winters, the Premium fits. If your weekends run out toward Iron Springs Road and the Skull Valley back-country, the Wilderness earns the step up.</p>
</div>
</details>
<details>
<summary>Is the All-Weather Package worth it?</summary>
<div class="answer">
<p>For Prescott, yes. The All-Weather Package adds heated front seats, heated exterior mirrors, and a windshield wiper de-icer, and it starts on the Premium trim. At Prescott elevation, winter mornings drop below freezing, so the heated mirrors clear frost fast and the seats warm the cabin before the engine does. That is the reason most of our buyers step up from Base to Premium.</p>
</div>
</details>
<details>
<summary>Which Subaru Forester trim is best?</summary>
<div class="answer">
<p>There is no single best trim; the right one depends on how you drive. For most Prescott buyers the <strong>Premium</strong> is the value-and-comfort pick, driven mainly by the All-Weather Package for winter mornings at elevation. For drivers who run the back-country routes out to Iron Springs Road and Skull Valley, the <strong>Wilderness</strong> is the better buy. The <strong>Touring</strong> suits buyers who want top comfort over trail hardware. <a href="https://www.findlaysubaruprescott.com/findlay-subaru-schedule-service">Schedule online</a> to set up a same-day side-by-side covering Premium, Limited, and Wilderness.</p>
</div>
</details>
</div>
</section>
</div>
<aside class="gutter" aria-label="Quick contact">
<div class="chip">
<div class="lbl">Call</div>
<a href="https://www.findlaysubaruprescott.com/contactus"><strong>Contact sales</strong></a>
<a href="https://www.findlaysubaruprescott.com/findlay-subaru-schedule-service"><strong>Schedule service</strong></a>
<a href="https://www.findlaysubaruprescott.com/contactus"><strong>Contact parts</strong></a>
<div class="sub" style="margin-top:10px;">3230 Willow Creek Rd · Prescott AZ 86301<br>Mon to Sat 8 AM to 7 PM · closed Sunday</div>
</div>
<div class="chip">
<div class="lbl">Online</div>
<strong style="font-family:var(--display); font-size:18px; line-height:1.25;">Inventory & resources</strong>
<div class="sub"><a href="https://www.findlaysubaruprescott.com/inventory/new/subaru/forester?paymenttype=cash&intransit=true&instock=true&inproduction=true" style="color:var(--blue-deep);">New Forester inventory →</a><br><a href="https://www.findlaysubaruprescott.com/findlay-subaru-schedule-service" style="color:var(--blue-deep);">Schedule service →</a><br><a href="https://www.findlaysubaruprescott.com/contactus" style="color:var(--blue-deep);">Contact us →</a></div>
</div>
<div class="chip">
<div class="lbl">Service drive</div>
<strong style="font-family:var(--display); font-size:15px; line-height:1.35;">Three Subaru Certified Master Technicians</strong>
<div class="sub">Nickolas Popov · Justin Furber · David Greenwood · Service Manager Robert Frank · Fixed Operations Director Lohnie Boggs</div>
</div>
</aside>
</div>
</main>
<!-- Sources -->
<!-- More from Findlay Subaru Prescott (related guides) -->
<section class="sources" id="related-reading">
<div class="wrap">
<div class="article-grid" style="padding-top:0;">
<div></div>
<div class="body">
<div class="section-num"><span>·</span><span>Related reading</span></div>
<h3>More from Findlay Subaru Prescott</h3>
<p style="font-size:15px; color:var(--ink-soft); max-width:660px;">Shopping a Subaru in Yavapai County? These guides help you compare, service, and own it.</p>
<ul class="ext">
<li><a href="https://www.findlaysubaruprescott.com/subaru-monsoon-driving-prescott">Driving a Subaru through a Yavapai monsoon</a>. What AWD does in a storm, what it can’t, and the pre-monsoon safety check.</li>
<li><a href="https://www.findlaysubaruprescott.com/subaru-ac-repair-prescott">Subaru AC repair in Prescott</a>. Why cold air fades in the heat, what a repair costs, and what you can check first.</li>
<li><a href="https://www.findlaysubaruprescott.com/subaru-service-center-prescott">Subaru service center in Prescott</a>. Published pricing, the maintenance schedule, and the named team at 3230 Willow Creek Road.</li>
<li><a href="https://www.findlaysubaruprescott.com/subaru-oil-change-prescott">Subaru oil change in Prescott</a>. Cost, the right interval for Arizona heat, and where the coupons live.</li>
<li><a href="https://www.findlaysubaruprescott.com/subaru-brake-service-prescott">Subaru brake service in Prescott</a>. When the fluid flush is actually due, and what a real brake service includes.</li>
</ul>
</div>
</div>
</div>
</section>
<section class="sources" id="sources">
<div class="wrap">
<div class="article-grid" style="padding-top:0;">
<div></div>
<div class="body">
<div class="section-num"><span>09</span><span>Provenance</span></div>
<h4 style="margin-top:8px; font-size:13px; letter-spacing:0.12em; text-transform:uppercase; color:var(--muted);">Related reading</h4>
<ul class="ext" style="margin-bottom:28px;">
<li><a href="https://www.findlaysubaruprescott.com/best-awd-suv-for-arizona-in-prescott-findlay-subaru">Best AWD SUV for Arizona in Prescott</a></li>
<li><a href="https://www.findlaysubaruprescott.com/best-subaru-for-seniors-in-prescott-expert-picks-2026">Best Subaru for Seniors in Prescott</a></li>
<li><a href="https://www.findlaysubaruprescott.com/subaru-outback-for-sale-prescott">Subaru Outback for Sale in Prescott</a></li>
</ul>
<h3>Sources & references</h3>
<p style="font-size:13px; color:var(--muted); line-height:1.55; margin: 0 0 6px; max-width:660px;">Written and reviewed by the Findlay Subaru Prescott sales and service team.</p>
<p style="font-size:13px; color:var(--muted); line-height:1.55; margin: 0 0 28px; max-width:660px;">All 2026 Forester specifications confirmed against Subaru USA Owner Resources and the 2026 Forester model overview (verified May 2026). IIHS designations checked at iihs.org/ratings. Verify current 2026 Forester trim-by-trim equipment against the Subaru USA Owner Resources site before purchase, as Subaru periodically refreshes mid-cycle.</p>
<p style="font-size:15px; color:var(--ink-soft); max-width:660px;">Local observations reflect Findlay Subaru Prescott showroom and service department experience at 3230 Willow Creek Road in Yavapai County, including the pre-delivery X-MODE demonstration every Wilderness buyer gets on the back-country roads outside town.</p>
<ul class="ext">
<li><a href="https://www.subaru.com/owners.html" target="_blank" rel="noopener">Subaru USA Owner Resources · Forester model overview and warranty (official Subaru USA published 2026 Forester trim specifications, EyeSight feature documentation, and warranty terms)</a></li>
<li><a href="https://www.iihs.org/ratings" target="_blank" rel="noopener">IIHS Vehicle Ratings · Subaru Forester crash-test scores and Top Safety Pick designations</a></li>
<li><a href="https://www.kbb.com/subaru/forester/" target="_blank" rel="noopener">Kelley Blue Book · Subaru Forester reviews (third-party context on Forester resale and ownership across the trim ladder)</a></li>
<li><a href="https://www.findlayauto.com/" target="_blank" rel="noopener">Findlay Automotive Group · parent group</a></li>
</ul>
</div>
<div></div>
</div>
</div>
</section>
<!-- Closing CTA -->
<section class="closing-cta">
<div class="wrap">
<h2>Walk the <em>full</em> trim ladder. Same desk. Same morning.</h2>
<p>Premium, Limited, and Wilderness back-to-back is the typical Yavapai County comparison set. Our advisors walk Prescott, Prescott Valley, Chino Valley, and Yavapai County buyers through it regularly. Findlay Subaru Prescott · 3230 Willow Creek Road, Prescott AZ 86301.</p>
<div class="actions">
<a class="btn primary" href="https://www.findlaysubaruprescott.com/inventory/new/subaru/forester?paymenttype=cash&intransit=true&instock=true&inproduction=true">See Forester inventory <span class="arrow">→</span></a>
<a class="btn ghost" href="https://www.findlaysubaruprescott.com/findlay-subaru-schedule-service">Schedule service</a>
<a class="btn ghost" href="https://www.findlaysubaruprescott.com/contactus">Contact us</a>
</div>
</div>
</section>
<!-- ============================================================
JSON-LD STRUCTURED DATA (@graph)
Connected entities: AutoDealer / LocalBusiness, Article
(with reviewedBy Person, Mark Falk, General Sales Manager), FAQPage, Product (the four 2026 Subaru models in scope), BreadcrumbList. Specs verified against manufacturer
sources May 2026; re-verify within 30 days of publication.
============================================================ -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@graph": [
{
"@type": [
"AutoDealer",
"LocalBusiness"
],
"@id": "https://www.findlaysubaruprescott.com/#dealer",
"name": "Findlay Subaru Prescott",
"legalName": "Findlay Subaru Prescott",
"alternateName": [
"Subaru of Prescott"
],
"parentOrganization": {
"@type": "Organization",
"name": "Findlay Automotive Group"
},
"url": "https://www.findlaysubaruprescott.com/",
"logo": {
"@type": "ImageObject",
"url": "https://www.findlaysubaruprescott.com/subaru-forester-trims-prescott/e.webp",
"width": 2848,
"height": 1502
},
"image": {
"@type": "ImageObject",
"url": "https://www.findlaysubaruprescott.com/subaru-forester-trims-prescott/forester-wilderness-feature.webp",
"width": 1600,
"height": 1067
},
"priceRange": "$$",
"address": {
"@type": "PostalAddress",
"streetAddress": "3230 Willow Creek Road",
"addressLocality": "Prescott",
"addressRegion": "AZ",
"postalCode": "86301",
"addressCountry": "US"
},
"geo": {
"@type": "GeoCoordinates",
"latitude": 34.5734,
"longitude": -112.4685
},
"hasMap": "https://www.google.com/maps/place/3230+Willow+Creek+Rd,+Prescott,+AZ+86301",
"openingHoursSpecification": [
{
"@type": "OpeningHoursSpecification",
"dayOfWeek": [
"Monday",
"Tuesday",
"Wednesday",
"Thursday",
"Friday",
"Saturday"
],
"opens": "08:00",
"closes": "19:00"
},
{
"@type": "OpeningHoursSpecification",
"dayOfWeek": "Sunday",
"opens": "00:00",
"closes": "00:00",
"description": "Closed Sunday"
}
],
"sameAs": [
"https://www.facebook.com/FindlaySubaruPrescott",
"https://www.instagram.com/findlaysubaruprescott",
"https://www.youtube.com/@findlaysubaruprescott",
"https://www.google.com/maps/place/Findlay+Subaru+Prescott"
],
"aggregateRating": {
"@type": "AggregateRating",
"ratingValue": "4.8",
"reviewCount": "1704",
"bestRating": "5",
"worstRating": "1"
},
"areaServed": [
{
"@type": "City",
"name": "Prescott",
"addressRegion": "AZ"
},
{
"@type": "City",
"name": "Prescott Valley",
"addressRegion": "AZ"
},
{
"@type": "City",
"name": "Chino Valley",
"addressRegion": "AZ"
},
{
"@type": "City",
"name": "Dewey-Humboldt",
"addressRegion": "AZ"
},
{
"@type": "City",
"name": "Mayer",
"addressRegion": "AZ"
},
{
"@type": "City",
"name": "Cottonwood",
"addressRegion": "AZ"
},
{
"@type": "City",
"name": "Sedona",
"addressRegion": "AZ"
}
],
"serviceArea": {
"@type": "GeoCircle",
"geoMidpoint": {
"@type": "GeoCoordinates",
"latitude": 34.5734,
"longitude": -112.4685
},
"geoRadius": "80000"
},
"makesOffer": [
{
"@type": "Offer",
"itemOffered": {
"@type": "Service",
"name": "New Subaru Sales",
"description": "New Subaru Forester, Outback, Crosstrek, and Ascent sales serving Yavapai County, the Quad Cities, and the Verde Valley."
}
},
{
"@type": "Offer",
"itemOffered": {
"@type": "Service",
"name": "Subaru Service & Repair",
"description": "Factory-authorized Subaru service, oil changes, brake service, tire rotation, and warranty repairs at the Prescott service center."
}
},
{
"@type": "Offer",
"itemOffered": {
"@type": "Service",
"name": "Subaru Parts",
"description": "Genuine Subaru OEM parts and accessories for Forester, Outback, Crosstrek, and Ascent."
}
},
{
"@type": "Offer",
"itemOffered": {
"@type": "Service",
"name": "Subaru Financing",
"description": "Subaru lease and finance options through Subaru Motors Finance, including Arizona Vehicle License Tax estimation."
}
}
],
"department": [
{
"@type": "AutomotiveBusiness",
"name": "Findlay Subaru Prescott Sales"
},
{
"@type": "AutoRepair",
"name": "Findlay Subaru Prescott Service"
},
{
"@type": "AutoPartsStore",
"name": "Findlay Subaru Prescott Parts"
}
],
"brand": {
"@type": "Brand",
"name": "Subaru",
"url": "https://www.subaru.com/"
},
"paymentAccepted": [
"Cash",
"Credit Card",
"Financing",
"Lease"
],
"currenciesAccepted": "USD",
"knowsAbout": [
"Subaru Forester trim levels",
"2026 Subaru Forester trims",
"Forester Wilderness Prescott",
"Forester Premium vs Limited",
"Forester Sport features",
"Subaru Forester Base",
"Subaru Forester Touring",
"Subaru Symmetrical All-Wheel Drive",
"Subaru EyeSight Driver Assist",
"Subaru X-MODE"
]
},
{
"@type": "Person",
"@id": "https://www.findlaysubaruprescott.com/staff/#jason-jenkins",
"name": "Jason Jenkins",
"jobTitle": "General Manager",
"worksFor": {
"@id": "https://www.findlaysubaruprescott.com/#dealer"
}
},
{
"@type": "Person",
"@id": "https://www.findlaysubaruprescott.com/staff/#robert-frank",
"name": "Robert Frank",
"jobTitle": "Service Manager",
"worksFor": {
"@id": "https://www.findlaysubaruprescott.com/#dealer"
}
},
{
"@type": "Person",
"@id": "https://www.findlaysubaruprescott.com/staff/#lohnie-boggs",
"name": "Lohnie Boggs",
"jobTitle": "Fixed Operations Director",
"worksFor": {
"@id": "https://www.findlaysubaruprescott.com/#dealer"
}
},
{
"@type": "Person",
"@id": "https://www.findlaysubaruprescott.com/staff/#mark-falk",
"name": "Mark Falk",
"jobTitle": "General Sales Manager",
"worksFor": {
"@id": "https://www.findlaysubaruprescott.com/#dealer"
}
},
{
"@type": "Person",
"@id": "https://www.findlaysubaruprescott.com/staff/#john-ward",
"name": "John Ward",
"jobTitle": "Sales Manager",
"worksFor": {
"@id": "https://www.findlaysubaruprescott.com/#dealer"
}
},
{
"@type": "Person",
"@id": "https://www.findlaysubaruprescott.com/staff/#kyle-watson",
"name": "Kyle Watson",
"jobTitle": "Internet Sales Manager",
"worksFor": {
"@id": "https://www.findlaysubaruprescott.com/#dealer"
}
},
{
"@type": "Person",
"@id": "https://www.findlaysubaruprescott.com/staff/#gabriel-maciel",
"name": "Gabriel Maciel",
"jobTitle": "Sales Product Specialist (Habla Español)",
"worksFor": {
"@id": "https://www.findlaysubaruprescott.com/#dealer"
}
},
{
"@type": "Person",
"@id": "https://www.findlaysubaruprescott.com/staff/#jesus-soria",
"name": "Jesus Soria",
"jobTitle": "Service Advisor (Habla Español)",
"worksFor": {
"@id": "https://www.findlaysubaruprescott.com/#dealer"
}
},
{
"@type": "Article",
"@id": "https://www.findlaysubaruprescott.com/subaru-forester-trims-prescott#article",
"headline": "Subaru Forester Trims Compared, Trim by Trim",
"description": "A side-by-side Subaru Forester trim comparison for Prescott and Yavapai County: Base, Premium, Sport, Limited, Touring, and Wilderness, including Premium vs Wilderness and whether the All-Weather Package is worth it, to help you decide which trim to buy.",
"datePublished": "2026-07-06",
"dateModified": "2026-05-18",
"inLanguage": "en-US",
"mainEntityOfPage": "https://www.findlaysubaruprescott.com/subaru-forester-trims-prescott",
"image": {
"@type": "ImageObject",
"url": "https://www.findlaysubaruprescott.com/subaru-forester-trims-prescott/e.webp",
"width": 2848,
"height": 1502
},
"author": {
"@id": "https://www.findlaysubaruprescott.com/#dealer"
},
"reviewedBy": {
"@id": "https://www.findlaysubaruprescott.com/staff/#mark-falk"
},
"publisher": {
"@id": "https://www.findlaysubaruprescott.com/#dealer"
},
"audience": {
"@type": "Audience",
"audienceType": "Yavapai County Subaru Buyer"
},
"wordCount": 2000,
"articleSection": "Model Guide",
"speakable": {
"@type": "SpeakableSpecification",
"cssSelector": [
".tldr",
".faq summary",
".faq .answer"
]
},
"about": [
{
"@type": "Thing",
"name": "2026 Subaru Forester"
},
{
"@type": "Thing",
"name": "Subaru Forester Base"
},
{
"@type": "Thing",
"name": "Subaru Forester Premium"
},
{
"@type": "Thing",
"name": "Subaru Forester Sport"
},
{
"@type": "Thing",
"name": "Subaru Forester Limited"
},
{
"@type": "Thing",
"name": "Subaru Forester Touring"
},
{
"@type": "Thing",
"name": "Subaru Forester Wilderness"
},
{
"@type": "Thing",
"name": "Subaru Symmetrical All-Wheel Drive"
},
{
"@type": "Thing",
"name": "Subaru EyeSight Driver Assist"
},
{
"@type": "Thing",
"name": "Subaru X-MODE"
}
],
"keywords": "subaru forester trim levels, 2026 subaru forester trims, forester wilderness prescott, forester premium vs limited, forester sport features, forester base, forester touring, forester wilderness towing, eyesight standard forester, x-mode forester wilderness",
"isPartOf": {
"@type": "WebSite",
"name": "Findlay Subaru Prescott",
"url": "https://www.findlaysubaruprescott.com/"
},
"citation": [
{
"@type": "CreativeWork",
"name": "Subaru USA Owner Resources",
"url": "https://www.subaru.com/owners.html"
},
{
"@type": "CreativeWork",
"name": "Subaru.com: Forester model overview",
"url": "https://www.subaru.com/vehicles/forester/"
},
{
"@type": "CreativeWork",
"name": "IIHS: Vehicle Ratings",
"url": "https://www.iihs.org/ratings"
},
{
"@type": "CreativeWork",
"name": "Subaru of America: EyeSight",
"url": "https://www.subaru.com/engineering/eyesight.html"
},
{
"@type": "CreativeWork",
"name": "Kelley Blue Book: Subaru Forester",
"url": "https://www.kbb.com/subaru/forester/"
},
{
"@type": "CreativeWork",
"name": "Findlay Automotive Group",
"url": "https://www.findlayauto.com/"
}
]
},
{
"@type": "Product",
"@id": "https://www.findlaysubaruprescott.com/subaru-forester-trims-prescott#forester",
"name": "2026 Subaru Forester",
"image": "https://www.findlaysubaruprescott.com/subaru-forester-trims-prescott/e.webp",
"category": "Compact SUV",
"brand": {
"@type": "Brand",
"name": "Subaru"
},
"model": "Forester",
"modelDate": "2026",
"mpn": "SUBARU-FORESTER-2026",
"sku": "SUBARU-FORESTER-2026",
"vehicleConfiguration": "AWD",
"driveWheelConfiguration": "https://schema.org/AllWheelDriveConfiguration",
"fuelType": "Gasoline",
"vehicleEngine": {
"@type": "EngineSpecification",
"engineType": "2.5L horizontally opposed SUBARU BOXER four-cylinder, 180 hp",
"engineDisplacement": {
"@type": "QuantitativeValue",
"value": 2.5,
"unitText": "L"
}
},
"vehicleTransmission": "Lineartronic CVT",
"description": "2026 Subaru Forester walked trim by trim: 180 hp 2.5L SUBARU BOXER with Symmetrical AWD standard on every trim, EyeSight Driver Assist standard, X-MODE standard from Premium up. The lineup runs Base, Premium (the popular pick), Sport (bronze accents, 19-inch wheels), Limited (leather, available Harman Kardon), Touring (Nappa leather and Driver Focus), and Wilderness (9.2 in clearance, Geolandar A/T tires, 3,500-lb tow with Wilderness Package).",
"url": "https://www.findlaysubaruprescott.com/new-inventory"
},
{
"@type": "Product",
"@id": "https://www.findlaysubaruprescott.com/subaru-forester-trims-prescott#forester-wilderness",
"name": "2026 Subaru Forester Wilderness",
"category": "Compact SUV",
"brand": {
"@type": "Brand",
"name": "Subaru"
},
"model": "Forester Wilderness",
"modelDate": "2026",
"vehicleConfiguration": "AWD",
"driveWheelConfiguration": "https://schema.org/AllWheelDriveConfiguration",
"fuelType": "Gasoline",
"vehicleEngine": {
"@type": "EngineSpecification",
"engineType": "2.5L SUBARU BOXER, 180 hp",
"engineDisplacement": {
"@type": "QuantitativeValue",
"value": 2.5,
"unitText": "L"
}
},
"vehicleTransmission": "Lineartronic CVT",
"trailerWeight": {
"@type": "QuantitativeValue",
"value": 3500,
"unitCode": "LBR"
},
"description": "2026 Forester Wilderness: 9.2 in ground clearance (versus 8.7 on other trims), Yokohama Geolandar A/T all-terrain tires standard, X-MODE with Snow/Dirt and Wilderness-exclusive Deep Snow/Mud modes, anodized copper-finish accents, 700-lb static roof-load capacity for rooftop tents, 800-lb static rear-bench cargo capacity, Wilderness-specific suspension tuning, 3,500-lb maximum tow rating with the Wilderness-equipment package. A popular off-road pick with Yavapai outdoor families on Iron Springs Road, Senator Highway, and the Skull Valley back-country routes.",
"url": "https://www.findlaysubaruprescott.com/new-inventory"
},
{
"@type": "Service",
"@id": "https://www.findlaysubaruprescott.com/subaru-forester-trims-prescott#trim-walkthrough",
"name": "Same-day Forester trim-by-trim walk-through at Findlay Subaru Prescott",
"description": "Findlay Subaru Prescott (3230 Willow Creek Road) runs same-day side-by-side test drives across the Forester trim ladder. Premium, Limited, and Wilderness back-to-back is the typical Yavapai County comparison set. Master Technicians Nickolas Popov, Justin Furber, and David Greenwood have inspected, diagnosed, and repaired every 2026 Forester trim across the lineup.",
"provider": {
"@id": "https://www.findlaysubaruprescott.com/#dealer"
},
"areaServed": [
{
"@type": "City",
"name": "Prescott",
"addressRegion": "AZ"
},
{
"@type": "City",
"name": "Prescott Valley",
"addressRegion": "AZ"
},
{
"@type": "City",
"name": "Chino Valley",
"addressRegion": "AZ"
},
{
"@type": "City",
"name": "Dewey-Humboldt",
"addressRegion": "AZ"
}
],
"url": "https://www.findlaysubaruprescott.com/"
},
{
"@type": "FAQPage",
"@id": "https://www.findlaysubaruprescott.com/subaru-forester-trims-prescott#faq",
"mainEntity": [
{
"@type": "Question",
"name": "What is the difference between Forester Base and Premium?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Premium adds the All-Weather Package (heated seats, heated mirrors, wiper de-icer), X-MODE, a 10-way power driver's seat, a panoramic moonroof, and a wireless device charger; a hands-free power tailgate is available as an option. For a Prescott winter morning at elevation, the heated seats and mirrors alone usually justify the step up from Base."
}
},
{
"@type": "Question",
"name": "Is the Forester Wilderness worth the price?",
"acceptedAnswer": {
"@type": "Answer",
"text": "For Yavapai outdoor families who frequently drive Prescott National Forest, Iron Springs Road, Senator Highway, or the back-country routes to Sedona and Skull Valley, yes. If your weekends run out toward Iron Springs Road and the Skull Valley back-country, yes. The Wilderness earns it with 9.2 inches of clearance and Geolandar A/T tires, a second X-MODE for the loose stuff, and a 3,500-lb tow rating no other trim comes close to. If you rarely leave pavement, the Premium or Limited is the better value."
}
},
{
"@type": "Question",
"name": "How much does a 2026 Subaru Forester cost in Prescott?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Subaru USA publishes the current 2026 Forester starting MSRPs by trim at the Subaru USA Forester model page, refreshed against current factory incentive programs. Trim-by-trim pricing at Findlay Subaru Prescott includes any active factory incentive stack at the desk. Ask us for the live numbers on a specific trim, or browse current inventory ."
}
},
{
"@type": "Question",
"name": "What does X-MODE do on the Forester?",
"acceptedAnswer": {
"@type": "Answer",
"text": "X-MODE optimizes the Forester's AWD, throttle, transmission, and braking for low-traction conditions, and comes standard from the Premium trim up (the Base does not have it). The standard version engages with one button for snow, dirt, and rough roads. The Wilderness adds a second mode, Deep Snow/Mud, for more extreme conditions. We demo it on the back-country roads to Iron Springs and Skull Valley before delivery for buyers who want to feel the difference."
}
},
{
"@type": "Question",
"name": "Does every Forester trim come with EyeSight?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Yes. EyeSight Driver Assist Technology is standard on every 2026 Subaru Forester trim per Subaru USA. The suite includes Pre-Collision Braking, Adaptive Cruise Control, Lane Departure and Sway Warning, Lane Keep Assist and Reverse Automatic Braking. It also adds Lead Vehicle Start Alert. The Driver Focus distracted-driver monitoring system is an additional feature on the Touring trim only."
}
},
{
"@type": "Question",
"name": "How long does Subaru cover the Forester warranty?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Per Subaru USA, the 2026 Forester carries a 3-year/36,000-mile bumper-to-bumper warranty, a 5-year/60,000-mile powertrain warranty, a 5-year unlimited-mile corrosion warranty, and 24-hour Roadside Assistance for the bumper-to-bumper period. There is no factory maintenance program for 2026. For coverage past the factory window, our finance team has the Subaru Added Security plan sheet."
}
},
{
"@type": "Question",
"name": "Can the Forester Wilderness tow a small trailer?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Yes. The 2026 Wilderness with the Wilderness-equipment package carries a maximum tow rating of 3,500 lbs per Subaru USA. That covers most small off-road trailers, lightweight teardrop campers, small utility trailers, and bike or motorcycle trailers used for Yavapai County weekend trips. The other trims tow less. Base, Premium, Sport, Limited, and Touring rate at 1,500 lbs maximum."
}
},
{
"@type": "Question",
"name": "What is the difference between the Forester Premium and Wilderness?",
"acceptedAnswer": {
"@type": "Answer",
"text": "The Premium is the on-road value-and-comfort trim: All-Weather Package, panoramic moonroof, 10-way power driver's seat, and 8.7 inches of clearance. The Wilderness is the off-road trim: 9.2 inches of clearance, Geolandar A/T tires, a second X-MODE, and a 3,500-lb tow rating versus 1,500 lbs on the Premium. If most of your driving is pavement and elevation winters, the Premium fits. If your weekends run out toward Iron Springs Road and the Skull Valley back-country, the Wilderness earns the step up."
}
},
{
"@type": "Question",
"name": "Is the All-Weather Package worth it?",
"acceptedAnswer": {
"@type": "Answer",
"text": "For Prescott, yes. The All-Weather Package adds heated front seats, heated exterior mirrors, and a windshield wiper de-icer, and it starts on the Premium trim. At Prescott elevation, winter mornings drop below freezing, so the heated mirrors clear frost fast and the seats warm the cabin before the engine does. That is the reason most of our buyers step up from Base to Premium."
}
},
{
"@type": "Question",
"name": "Which Subaru Forester trim is best?",
"acceptedAnswer": {
"@type": "Answer",
"text": "There is no single best trim; the right one depends on how you drive. For most Prescott buyers the Premium is the value-and-comfort pick, driven mainly by the All-Weather Package for winter mornings at elevation. For drivers who run the back-country routes out to Iron Springs Road and Skull Valley, the Wilderness is the better buy. The Touring suits buyers who want top comfort over trail hardware. Schedule online to set up a same-day side-by-side covering Premium, Limited, and Wilderness."
}
}
]
},
{
"@type": "HowTo",
"@id": "https://www.findlaysubaruprescott.com/subaru-forester-trims-prescott#howto",
"name": "How to pick the right 2026 Subaru Forester trim for Yavapai County",
"description": "A four-question framework that walks Prescott, Prescott Valley, and Chino Valley buyers through the 2026 Subaru Forester trim ladder, Base, Premium, Sport, Limited, Touring, and Wilderness, to land on the right trim.",
"totalTime": "PT30M",
"step": [
{
"@type": "HowToStep",
"position": 1,
"name": "Decide whether you drive Iron Springs, Senator Highway, or Skull Valley back-country routes",
"text": "If yes, the Wilderness is the answer. The 9.2 inches of ground clearance (versus 8.7 on every other trim), Yokohama Geolandar A/T tires standard, longer-travel Wilderness-specific suspension, and the second X-MODE setting (Deep Snow/Mud) for steeper grades are the features that change the answer. If no, almost any other trim fits."
},
{
"@type": "HowToStep",
"position": 2,
"name": "Decide whether you tow a small camping trailer, off-road trailer, or motorcycle trailer",
"text": "If yes, the Wilderness with the Wilderness-equipment package. It rates at 3,500 lbs maximum tow versus 1,500 lbs on Base, Premium, Sport, Limited, and Touring. The difference matters for teardrop campers, small off-road trailers, and most Yavapai weekend trailer setups."
},
{
"@type": "HowToStep",
"position": 3,
"name": "Decide whether leather and Harman Kardon premium audio matter",
"text": "If yes, the Limited or Touring. Limited gets leather-trimmed seats and offers the Harman Kardon premium audio system as an option. Touring adds Nappa leather, heated rear seats, ventilated front seats, Driver Focus, acoustic-laminate front glass, and makes the Harman Kardon audio standard. The ventilated-seat and Nappa-leather features have moved buyers up from Limited to Touring."
},
{
"@type": "HowToStep",
"position": 4,
"name": "If new to Subaru and looking for lowest entry, decide Base or Premium",
"text": "Both Base and Premium carry Symmetrical All-Wheel Drive, the 2.5L Boxer 180-hp engine, and EyeSight. Premium adds X-MODE, the All-Weather Package (heated front seats, heated mirrors), a panoramic moonroof, a 10-way power driver's seat, and a wireless device charger. For most first-time Subaru buyers in Yavapai County, Premium is worth the upgrade over Base for the heated seats alone."
},
{
"@type": "HowToStep",
"position": 5,
"name": "Book a same-day side-by-side at 3230 Willow Creek",
"text": "For Prescott buyers who do not yet know which trim fits, Findlay Subaru Prescott runs same-day side-by-side test drives covering Premium, Limited, and Wilderness as the typical comparison set. Sales hours Mon to Sat 8:00 AM to 7:00 PM. Schedule online."
}
]
},
{
"@type": "ItemList",
"@id": "https://www.findlaysubaruprescott.com/subaru-forester-trims-prescott#trim-list",
"name": "2026 Subaru Forester trim ladder, walked",
"description": "The 2026 Subaru Forester trim lineup as Findlay Subaru Prescott walks it for Yavapai County buyers: Base, Premium, Sport, Limited, Touring, and Wilderness.",
"numberOfItems": 6,
"itemListOrder": "https://schema.org/ItemListOrderAscending",
"itemListElement": [
{
"@type": "ListItem",
"position": 1,
"name": "Forester Base · Entry trim",
"description": "The entry-point trim. 2.5L SUBARU BOXER 180 hp, Lineartronic CVT, Symmetrical AWD, EyeSight Driver Assist, 17-inch alloys, 60/40-split fold-flat rear seat, 8.7-in ground clearance. Best for first-time Subaru buyers commuting Prescott Valley to Prescott who do not need leather, premium audio, or off-road features."
},
{
"@type": "ListItem",
"position": 2,
"name": "Forester Premium · Value-and-comfort",
"description": "Adds the All-Weather Package (heated front seats, heated mirrors, wiper de-icer), X-MODE, 10-way power driver's seat, panoramic power moonroof, wireless device charger, and an available hands-free power tailgate. Highest-volume trim in the Findlay Subaru Prescott inventory mix."
},
{
"@type": "ListItem",
"position": 3,
"name": "Forester Sport · Bronze accents and Sport suspension",
"description": "Sport-trim grille with bronze accents, 19-inch bronze-finish alloys (dark metallic optional), Sport-trim cloth and StarTex seat material, Sport-specific suspension tuning, paddle shifters. Distinctive visual character on the Forester platform."
},
{
"@type": "ListItem",
"position": 4,
"name": "Forester Limited · Leather and available Harman Kardon audio",
"description": "Leather-trimmed seats with perforated inserts, front-passenger 8-way power seat, 10-way power driver's seat, heated steering wheel, wireless device charger, 18-inch alloys, and the Harman Kardon premium audio system available as an option."
},
{
"@type": "ListItem",
"position": 5,
"name": "Forester Touring · Top-trim luxury",
"description": "Adds Nappa leather seats, ventilated front seats, heated outboard rear seats (the only Forester trim with them), Driver Focus distracted-driver monitoring (facial recognition), acoustic-laminate windshield and front-side glass, and standard Harman Kardon audio; heated steering wheel shared with Limited. A narrower-appeal top trim, since most top-trim shoppers pick the Wilderness instead."
},
{
"@type": "ListItem",
"position": 6,
"name": "Forester Wilderness · Off-road for Yavapai outdoor families",
"url": "https://www.findlaysubaruprescott.com/subaru-forester-trims-prescott#forester-wilderness",
"description": "9.2 in ground clearance, Yokohama Geolandar A/T tires standard, second X-MODE (Deep Snow/Mud, Wilderness-exclusive), Wilderness-specific suspension tuning, 700-lb static roof-load capacity for rooftop tents, 800-lb static rear-bench cargo, anodized copper-finish accents, 3,500-lb tow with the Wilderness Package. Highest-volume top-trim Forester at Findlay Subaru Prescott."
}
]
},
{
"@type": "BreadcrumbList",
"@id": "https://www.findlaysubaruprescott.com/subaru-forester-trims-prescott#breadcrumb",
"itemListElement": [
{
"@type": "ListItem",
"position": 1,
"name": "Home",
"item": "https://www.findlaysubaruprescott.com/subaru-forester-trims-prescott"
},
{
"@type": "ListItem",
"position": 2,
"name": "Model Guide",
"item": "https://www.findlaysubaruprescott.com/subaru-forester-trims-prescott"
},
{
"@type": "ListItem",
"position": 3,
"name": "Subaru Forester Trims Compared: Which to Buy",
"item": "https://www.findlaysubaruprescott.com/subaru-forester-trims-prescott"
}
]
}
]
}
</script>
<script>
// Sticky TOC: highlight the section currently in view
(function () {
const links = Array.from(document.querySelectorAll('.toc a[href^="#"]'));
const map = new Map();
links.forEach(a => {
const id = a.getAttribute('href').slice(1);
const el = document.getElementById(id);
if (el) map.set(el, a.parentElement);
});
if (!('IntersectionObserver' in window) || map.size === 0) return;
const io = new IntersectionObserver((entries) => {
entries.forEach(entry => {
const li = map.get(entry.target);
if (!li) return;
if (entry.isIntersecting) {
links.forEach(a => a.parentElement.classList.remove('active'));
li.classList.add('active');
}
});
}, { rootMargin: '-30% 0px -60% 0px', threshold: 0 });
map.forEach((_li, el) => io.observe(el));
})();
// Trim quiz: 4 questions, priority-ranked resolution, personalized result + CTAs.
(function () {
const root = document.querySelector('.quiz[data-quiz]');
if (!root) return;
const stage = root.querySelector('.quiz-stage');
const qwrap = root.querySelector('.quiz-qwrap');
const backBtn = root.querySelector('.quiz-back');
const dots = Array.from(root.querySelectorAll('.quiz-progress span'));
if (!stage || !qwrap) return;
const SCHEDULE = 'https://www.findlaysubaruprescott.com/findlay-subaru-schedule-service';
const INVENTORY = 'https://www.findlaysubaruprescott.com/inventory/new';
// Each question's answers carry a "tag". Resolution is by priority, not tally.
const QUESTIONS = [
{ q: 'How far off the pavement do you actually drive?',
opts: [
{ t: 'offroad', label: 'Iron Springs, Senator Highway, Skull Valley back-country, regularly' },
{ t: 'light', label: 'Mostly paved, the occasional forest road or trailhead' },
{ t: 'none', label: 'Town, highway, school runs, that is about it' } ] },
{ q: 'Are you towing anything?',
opts: [
{ t: 'tow', label: 'Yes, a small camper or off-road trailer up to 3,500 lbs' },
{ t: 'no', label: 'No, or nothing heavier than a bike rack' } ] },
{ q: 'How much do interior comfort and audio matter to you?',
opts: [
{ t: 'luxury', label: 'I want leather and the Harman Kardon premium audio' },
{ t: 'comfort', label: 'Heated seats and mirrors for Prescott winters, yes; full luxury, no' },
{ t: 'basic', label: 'I care more about the price than the extras' } ] },
{ q: 'Where are you starting from?',
opts: [
{ t: 'entry', label: 'New to Subaru, I want the platform at the lowest entry price' },
{ t: 'style', label: 'I want a distinctive look, not the base trim' },
{ t: 'standard',label: 'Just the trim that makes the most sense for the money' } ] }
];
const TRIMS = {
Wilderness: { why: 'For real back-country and towing, the Wilderness is the only Forester built for it: 9.2 inches of clearance, Geolandar A/T tires, a second X-MODE, and a 3,500-lb tow rating.',
facts: ['9.2 in clearance', 'Geolandar A/T tires', 'Second X-MODE', '3,500-lb tow'] },
Touring: { why: 'You want the top of the ladder for comfort. Touring adds Nappa leather, ventilated front seats, and heated rear seats on top of everything Limited has, and makes the Harman Kardon audio standard.',
facts: ['Nappa leather', 'Ventilated seats', 'Heated rear seats', 'Driver Focus'] },
Limited: { why: 'You want leather and the better audio without paying all the way up to Touring. The Limited is where most comfort-first Prescott buyers land, with the Harman Kardon audio available as an option.',
facts: ['Leather seats', 'Available Harman Kardon audio', '10-way power driver seat', 'Heated steering wheel'] },
Sport: { why: 'You want a Forester with visual character. The Sport brings bronze accents, 19-inch alloy wheels, and Sport-specific suspension tuning.',
facts: ['Bronze accents', '19-in alloy wheels', 'Sport suspension', 'StarTex seat trim'] },
Base: { why: 'You want the Forester capability set at the lowest entry price. Base still includes Symmetrical AWD and EyeSight standard, no upgrade required.',
facts: ['Lowest MSRP', 'Symmetrical AWD', 'EyeSight standard', '2.5L Boxer 180 hp'] },
Premium: { why: 'For most Yavapai County drivers, the Premium is the sweet spot. The All-Weather Package (heated seats, heated mirrors, wiper de-icer) is what makes Prescott winter mornings easy, and it is the trim we write most.',
facts: ['All-Weather Package', '10-way power driver seat', 'Panoramic moonroof', 'X-MODE standard'] }
};
// Priority-ranked resolution: most decisive need wins.
function resolve(a) {
if (a[0] === 'offroad' || a[1] === 'tow') return 'Wilderness';
if (a[2] === 'luxury') return (a[3] === 'style') ? 'Touring' : 'Limited';
if (a[3] === 'style') return 'Sport';
if (a[3] === 'entry' || a[2] === 'basic') return 'Base';
return 'Premium'; // the value-and-comfort default most buyers settle on
}
const answers = [];
let idx = 0;
function paintDots() { dots.forEach((d, i) => d.classList.toggle('on', i <= idx)); }
function renderQuestion() {
const Q = QUESTIONS[idx];
backBtn.hidden = idx === 0;
paintDots();
qwrap.innerHTML =
'<p class="quiz-q">' + Q.q + '</p><div class="quiz-opts">' +
Q.opts.map((o, i) => '<button type="button" class="quiz-opt" data-tag="' + o.t + '"><span class="tick"></span>' + o.label + '</button>').join('') +
'</div>';
qwrap.querySelectorAll('.quiz-opt').forEach(btn => {
btn.addEventListener('click', () => {
answers[idx] = btn.getAttribute('data-tag');
if (idx < QUESTIONS.length - 1) { idx++; renderQuestion(); }
else renderResult();
});
});
}
function renderResult() {
dots.forEach(d => d.classList.add('on'));
backBtn.hidden = true;
const trim = resolve(answers);
const info = TRIMS[trim];
qwrap.innerHTML =
'<div class="quiz-result">' +
'<p class="r-kick">Your match</p>' +
'<p class="r-trim">Forester ' + trim + '</p>' +
'<p class="r-why">' + info.why + '</p>' +
'<ul class="r-facts">' + info.facts.map(f => '<li>' + f + '</li>').join('') + '</ul>' +
'<div class="r-actions">' +
'<a class="r-btn primary" href="' + SCHEDULE + '">Book a ' + trim + ' test drive <span aria-hidden="true">→</span></a>' +
'<a class="r-btn secondary" href="' + INVENTORY + '">See ' + trim + ' inventory</a>' +
'</div>' +
'<button type="button" class="quiz-restart">Start over</button>' +
'</div>';
const rs = qwrap.querySelector('.quiz-restart');
if (rs) rs.addEventListener('click', () => { idx = 0; answers.length = 0; renderQuestion(); });
}
backBtn.addEventListener('click', () => { if (idx > 0) { idx--; renderQuestion(); } });
// Progressive enhancement: turn on the interactive quiz, hide the fallback list.
root.classList.add('js-on');
stage.hidden = false;
renderQuestion();
})();
// Photo carousels: arrows, dots, live counter, keyboard. Native swipe/scroll works without this.
(function () {
document.querySelectorAll('.carousel[data-carousel]').forEach(function (car) {
var track = car.querySelector('.carousel-track');
var slides = Array.from(car.querySelectorAll('.carousel-slide'));
var prev = car.querySelector('.carousel-btn.prev');
var next = car.querySelector('.carousel-btn.next');
var countEl = car.querySelector('.carousel-count strong');
var dots = Array.from(car.querySelectorAll('.carousel-dot'));
if (!track || slides.length < 2) return;
car.classList.add('js-on');
function current() {
var w = track.clientWidth || 1;
return Math.round(track.scrollLeft / w);
}
function goTo(i) {
i = Math.max(0, Math.min(slides.length - 1, i));
track.scrollTo({ left: i * track.clientWidth, behavior: 'smooth' });
}
function sync() {
var i = current();
if (countEl) countEl.textContent = String(i + 1);
dots.forEach(function (d, k) { d.classList.toggle('on', k === i); });
if (prev) prev.disabled = i === 0;
if (next) next.disabled = i === slides.length - 1;
}
if (prev) prev.addEventListener('click', function () { goTo(current() - 1); });
if (next) next.addEventListener('click', function () { goTo(current() + 1); });
dots.forEach(function (d, k) { d.addEventListener('click', function () { goTo(k); }); });
var t;
track.addEventListener('scroll', function () { clearTimeout(t); t = setTimeout(sync, 80); }, { passive: true });
car.setAttribute('tabindex', '0');
car.addEventListener('keydown', function (e) {
if (e.key === 'ArrowLeft') { e.preventDefault(); goTo(current() - 1); }
else if (e.key === 'ArrowRight') { e.preventDefault(); goTo(current() + 1); }
});
window.addEventListener('resize', sync);
dots.forEach(function (d) { d.classList.remove('on'); });
if (dots[0]) dots[0].classList.add('on');
sync();
});
})();
</script>
</body>
</html>