2025 Specialized STATUS 2 170
STATUS 2 170
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@400;600;700;800&family=Barlow:wght@300;400;500&display=swap');
:root {
--black: #0a0a0a;
--white: #ffffff;
--mid: #f5f5f5;
--border: #e0e0e0;
--text-muted: #777;
--text-body: #222;
--tab-bg: var(--mid);
--tab-text: var(--text-muted);
--tab-hover-text: var(--black);
--tab-hover-border: #aaa;
--tab-active-bg: var(--black);
--tab-active-text: var(--white);
--tab-active-border: var(--black);
}
[data-theme="dark"] {
--black: #f5f5f5;
--white: #0a0a0a;
--mid: #1a1a1a;
--border: #333333;
--text-muted: #999999;
--text-body: #cccccc;
--tab-bg: #1a1a1a;
--tab-text: #999999;
--tab-hover-text: #f5f5f5;
--tab-hover-border: #555555;
--tab-active-bg: #f5f5f5;
--tab-active-text: #0a0a0a;
--tab-active-border: #f5f5f5;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
.spur-wrap {
font-family: 'Barlow', sans-serif;
background: var(--white);
color: var(--black);
max-width: 1100px;
margin: 0 auto;
padding: 48px 24px;
}
.spur-header {
display: flex;
align-items: flex-end;
justify-content: space-between;
margin-bottom: 48px;
border-bottom: 1px solid var(--border);
padding-bottom: 24px;
flex-wrap: wrap;
gap: 12px;
}
.spur-title {
font-family: 'Barlow Condensed', sans-serif;
font-size: clamp(28px, 5vw, 48px);
font-weight: 800;
letter-spacing: -0.02em;
line-height: 1;
text-transform: uppercase;
}
.spur-meta {
font-size: 12px;
font-weight: 500;
letter-spacing: 0.12em;
text-transform: uppercase;
color: var(--text-muted);
}
.spur-tabs {
display: flex;
gap: 4px;
margin-bottom: 32px;
flex-wrap: wrap;
}
.spur-tab {
font-family: 'Barlow Condensed', sans-serif;
font-size: 14px;
font-weight: 700;
letter-spacing: 0.1em;
text-transform: uppercase;
padding: 10px 24px;
background: var(--tab-bg);
color: var(--tab-text);
border: 1px solid var(--border);
cursor: pointer;
transition: all 0.15s;
border-radius: 2px;
display: inline-block;
}
.spur-tab:hover { color: var(--tab-hover-text); border-color: var(--tab-hover-border); }
.spur-tab.active { background: var(--tab-active-bg); color: var(--tab-active-text); border-color: var(--tab-active-border); }
.spur-panel { display: none; }
.spur-panel.active { display: block; }
.spur-panel p {
font-size: 14px;
font-weight: 300;
line-height: 1.7;
color: var(--text-body);
margin-bottom: 16px;
}
.desc-intro {
font-size: 15px;
font-weight: 400;
line-height: 1.65;
color: var(--text-body);
margin-bottom: 28px;
padding-bottom: 24px;
border-bottom: 1px solid var(--border);
}
ul.desc-list {
list-style: none;
padding: 0;
margin: 0 0 20px 0;
display: grid;
grid-template-columns: 1fr 1fr;
gap: 6px 24px;
}
ul.desc-list li {
font-size: 13px;
font-weight: 400;
line-height: 1.5;
color: var(--text-body);
}
.key-section {
border-bottom: 1px solid var(--border);
padding: 16px 0;
}
.key-section:last-child { border-bottom: none; }
.key-title {
font-family: 'Barlow Condensed', sans-serif;
font-size: 13px;
font-weight: 700;
letter-spacing: 0.1em;
text-transform: uppercase;
color: var(--black);
margin-bottom: 6px;
}
.key-desc {
font-size: 14px;
font-weight: 300;
color: var(--text-body);
line-height: 1.5;
}
.spec-category {
font-family: 'Barlow Condensed', sans-serif;
font-size: 11px;
font-weight: 700;
letter-spacing: 0.2em;
text-transform: uppercase;
color: var(--black);
padding: 20px 0 8px;
border-bottom: 2px solid var(--black);
margin-bottom: 0;
}
.spec-row {
display: grid;
grid-template-columns: 200px 1fr;
border-bottom: 1px solid var(--border);
}
.spec-row:hover { background: var(--mid); }
.spec-key {
font-size: 12px;
font-weight: 500;
letter-spacing: 0.05em;
text-transform: uppercase;
color: var(--text-muted);
padding: 12px 16px 12px 0;
}
.spec-val {
font-size: 14px;
font-weight: 300;
color: var(--text-body);
padding: 12px 0;
line-height: 1.5;
}
.geo-table-wrap { overflow-x: auto; }
.geo-table {
width: 100%;
border-collapse: collapse;
font-size: 13px;
}
.geo-table th {
font-family: 'Barlow Condensed', sans-serif;
font-weight: 700;
letter-spacing: 0.1em;
text-transform: uppercase;
padding: 10px 16px;
text-align: left;
border-bottom: 2px solid var(--black);
background: var(--mid);
}
.geo-table td {
padding: 10px 16px;
border-bottom: 1px solid var(--border);
font-weight: 300;
}
.geo-table td:first-child {
font-weight: 500;
letter-spacing: 0.05em;
text-transform: uppercase;
color: var(--text-muted);
}
.geo-table tr:hover td { background: var(--mid); }
@media (max-width: 600px) {
.spec-row { grid-template-columns: 1fr; }
.spec-key { padding-bottom: 2px; }
.spec-val { padding-top: 0; padding-bottom: 12px; }
ul.desc-list { grid-template-columns: 1fr; }
}
STATUS 2 170
Park Bike · 170mm Travel · Gravity Ready
Description
Key Features
Geometry
Specifications
STATUS 2 finds the boundaries of mountain bikes and pushes past them. The 170 build takes it further — more travel, burlier suspension, and gravity-rated tires for riders who push the biggest features and the steepest lines.
M5 Alloy Chassis: Super strong and durable alloy frame — built for heavy abuse.
170mm Travel: Fox Float 38 Rhythm fork + Fox DHX Performance rear shock tuned by Specialized Ride Dynamics.
Horst Link Flip Chip: Tune geometry to your ride — high or low position.
Shimano Deore M6100: 12-speed drivetrain with 10-51t cassette — huge range.
GRID GRAVITY Rear Tire: Butcher GRID GRAVITY casing — burliest tire for park and gravity riding.
TRP Trail EVO: 4-piston hydraulic discs with 203mm rotors — powerful stoppage.
Whether at the bike park, in the streets, or hitting the biggest jumps — STATUS 2 170 is built for riders who push the limits.
M5 Alloy Chassis
Super strong M5 alloy chassis and rear end — built to withstand heavy abuse from park runs and big jumps.
170mm Fox Suspension
Fox Float 38 Rhythm fork with GRIP damper and two-position Sweep adjustment, 170mm travel. Fox DHX Performance rear shock with Ride Dynamics Trail Tune.
Mixed Wheel Setup
29" front wheel for stability, 27.5" rear wheel for nimble handling. Same as STATUS 2 140.
Horst Link Flip Chip
Flip chips on the Horst pivot link. High position: higher BB, steeper head angle. Low position: 8mm lower BB, half a degree slacker head tube angle.
Butcher GRID GRAVITY
Burliest Butcher casing — GRID GRAVITY on the rear tire is designed for park abuse and gravity riding.
TRP Trail EVO 4-Piston
TRP Trail EVO 4-piston hydraulic disc brakes with 203mm rotors — powerful, consistent stoppage.
S1
S2
S3
S4
S5
Crank Length
165
165
165
165
170
Handlebar Width
780
800
800
800
800
Stem Length
40
40
40
40
40
Saddle Width
143
143
143
143
143
Seatpost Length
125
150
170
170
190
Stack (high)
616
620
629
638
647
Stack (low)
620
625
634
643
652
Reach (high)
426
451
476
501
526
Reach (low)
420
445
470
495
520
Head Tube Length
95
100
110
120
130
Head Tube Angle (high)
64°
64°
64°
64°
64°
Head Tube Angle (low)
63.5°
63.5°
63.5°
63.5°
63.5°
BB Height (high)
350
350
350
350
350
BB Height (low)
342
342
342
342
342
BB Drop (high)
26
26
26
26
26
BB Drop (low)
34
34
34
34
34
Trail (high)
133
133
133
133
133
Trail (low)
138
138
138
138
138
Fork Length (full)
581
581
581
581
581
Fork Rake/Offset
44
44
44
44
44
Front Center
762
789
819
848
878
Chainstay Length (high)
428
428
428
433
433
Chainstay Length (low)
432
432
432
437
437
Wheelbase
1193
1221
1250
1285
1314
Top Tube Length (horizontal)
554
595
635
676
716
Bike Stand Over Height
735
735
742
748
752
Seat Tube Length
390
400
420
440
465
Seat Tube Angle (high)
77.6°
77.6°
77.6°
77.6°
77.6°
Seat Tube Angle (low)
77°
77°
77°
77°
77°
Frameset
Frame
M5 Alloy chassis and rear-end, Trail Geometry, Horst pivot geo adjustment, threaded BB, internal cable routing with external rear brake option, 12x148mm dropouts, sealed cartridge bearing pivots, SRAM UDH compatible, 170mm travel
Seat Binder
Alloy, 38.6mm
Suspension
Fork
Fox Float 38 Rhythm, GRIP damper, two position Sweep adjustment, 15x110mm QR axle, 44mm offset, 170mm travel
Rear Shock
Fox DHX Performance, Ride Dynamics Trail Tune. S1: 230x60mm (350lbs), S2: 230x62.5mm (400lbs), S3: 230x62.5mm (450lbs), S4: 230x62.5mm (500lbs), S5: 230x62.5mm (550lbs)
Brakes
Front Brake
TRP Trail EVO, 4-piston caliper, hydraulic disc, 203mm
Rear Brake
TRP Trail EVO, 4-piston caliper, hydraulic disc, 203mm
Drivetrain
Chainrings
Shimano Deore M6120, 32T ring, 55mm chainline
Crankset
Shimano Deore M6120, S1-S4: 165mm, S5: 170mm
Chain
Shimano Deore M6100, 12-speed
Shift Levers
Shimano Deore M6100, I-Spec EV, 12 speed
Rear Derailleur
Shimano Deore M6100, 12-speed, Shadow Plus
Cassette
Shimano Deore M6100, 12-speed w/ Hyperglide+, 10-51t
Wheels & Tires
Rims
Specialized hookless alloy, 30mm inner width, tubeless ready
Spokes
DT Swiss Industry
Front Tire
Butcher, GRID TRAIL casing, GRIPTON T9 compound, 2Bliss Ready, 29x2.3"
Rear Tire
Butcher, GRID GRAVITY casing, GRIPTON T9 compound, 2Bliss Ready, 27.5x2.3"
Front Hub
Sealed cartridge bearings, 6-bolt, 15x110mm thru-axle, 32h
Rear Hub
Alloy, sealed cartridge bearings, 12x148mm thru-axle, 32h
Inner Tubes
Standard, Presta valve
Cockpit
Stem
Alloy Trail Stem, 35mm bar bore
Handlebars
Specialized 6061 alloy, 6-degree upsweep, 8-degree backsweep, 30mm rise. S1: 780mm width, S2-S5: 800mm width
Seatpost
X-Fusion Manic, infinite adjustable, two-bolt head, bottom mount cable routing, remote SLR LE lever, 34.9mm. S1: 125mm, S2: 150mm, S3-S4: 170mm, S5: 190mm
Saddle
Bridge Comp, Hollow Cr-mo rails, 143mm
Grips
Deity Knuckleduster
Weight
Weight
17.28kg (38 lb, 1.5 oz)
Weight Size
S3
function showPanel(id, btn) {
document.querySelectorAll('.spur-panel').forEach(p => p.classList.remove('active'));
document.querySelectorAll('.spur-tab').forEach(t => t.classList.remove('active'));
document.getElementById('panel-' + id).classList.add('active');
btn.classList.add('active');
}