Surface604 - Werk
Surface 604 Werk — 960Wh Cargo eBike *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; } :root { --black: #111110; --white: #fafaf8; --gray-100: #f5f5f3; --gr ay-200: #e8e8e5; --gray-400: #a8a8a4; --gray-600: #6b6b67; --accent: #d95f2b; --accent-light: #f5e8e0; --font-sans: 'DM Sans', sans-serif; --font-mono: 'DM Mono', monospace; } body { font-family: var(--font-sans); background: var(--white); color: var(--black); min-height: 100vh; padding: 0; } .page { max-width: 760px; margin: 0 auto; padding: 3rem 2rem 5rem; } .breadcrumb { display: flex; align-items: center; gap: 6px; font-size: 12px; color: var(--gray-400); font-family: var(--font-mono); margin-bottom: 2.5rem; letter-spacing: 0.02em; flex-wrap: wrap; } .breadcrumb span { color: var(--gray-200); } .product-header { margin-bottom: 2rem; } .badge-row { display: flex; gap: 6px; flex-wrap: wrap; margin-bottom: 0.75rem; } .badge { display: inline-block; font-size: 10px; font-family: var(--font-mono); letter-spacing: 0.1em; text-transform: uppercase; background: var(--accent-light); color: var(--accent); border: 1px solid #e8c4ae; border-radius: 3px; padding: 3px 8px; } .badge-alt { display: inline-block; font-size: 10px; font-family: var(--font-mono); letter-spacing: 0.1em; text-transform: uppercase; background: var(--gray-100); color: var(--gray-600); border: 1px solid var(--gray-200); border-radius: 3px; padding: 3px 8px; } h1 { font-size: 34px; font-weight: 600; line-height: 1.15; color: var(--black); margin-bottom: 0.35rem; letter-spacing: -0.025em; } .subtitle { font-size: 13px; font-family: var(--font-mono); color: var(--gray-400); letter-spacing: 0.04em; margin-bottom: 0.5rem; } .tagline { font-size: 16px; color: var(--gray-600); line-height: 1.5; } .price-hero { display: flex; align-items: baseline; gap: 10px; margin-top: 1rem; } .price-hero .price { font-size: 32px; font-weight: 600; letter-spacing: -0.02em; color: var(--black); } .price-hero .price-note { font-size: 12px; color: var(--gray-400); font-family: var(--font-mono); } .divider { border: none; border-top: 1px solid var(--gray-200); margin: 2rem 0; } .description { font-size: 15px; line-height: 1.75; color: #333332; margin-bottom: 2rem; } .stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--gray-200); border: 1px solid var(--gray-200); border-radius: 8px; overflow: hidden; margin-bottom: 2rem; } .stat { background: var(--white); padding: 1.1rem 0.75rem; text-align: center; } .stat.full { grid-column: 1 / -1; border-top: 1px solid var(--gray-200); } .stat-value { font-size: 17px; font-weight: 600; color: var(--black); letter-spacing: -0.02em; display: block; } .stat-label { font-size: 10px; color: var(--gray-400); font-family: var(--font-mono); margin-top: 4px; display: block; } .section-label { font-size: 13px; font-family: var(--font-sans); font-weight: 600; letter-spacing: -0.01em; color: var(--black); margin-bottom: 1rem; padding-bottom: 0.5rem; border-bottom: 2px solid var(--accent); display: inline-block; } .features { display: flex; flex-direction: column; border: 1px solid var(--gray-200); border-radius: 8px; overflow: hidden; margin-bottom: 2rem; } .feature { display: grid; grid-template-columns: 3px 1fr; border-bottom: 1px solid var(--gray-200); transition: background 0.15s; } .feature:last-child { border-bottom: none; } .feature:hover { background: var(--gray-100); } .feature-accent { background: transparent; transition: background 0.15s; } .feature:hover .feature-accent { background: var(--accent); } .feature-content { padding: 1.1rem 1.25rem; } .feature-title { font-size: 14px; font-weight: 600; color: var(--black); margin-bottom: 3px; } .feature-desc { font-size: 13px; color: var(--gray-600); line-height: 1.5; } .spec-group { margin-bottom: 1.75rem; } .specs-table { width: 100%; border-collapse: collapse; border: 1px solid var(--gray-200); border-radius: 8px; overflow: hidden; font-size: 13px; } .specs-table tr { border-bottom: 1px solid var(--gray-200); } .specs-table tr:last-child { border-bottom: none; } .specs-table tr:hover td { background: var(--gray-100); } .specs-table td { padding: 9px 14px; background: var(--white); transition: background 0.1s; vertical-align: top; } .specs-table td:first-child { color: var(--gray-600); font-family: var(--font-mono); font-size: 11px; width: 42%; letter-spacing: 0.01em; } .specs-table td:last-child { color: var(--black); font-weight: 500; } .colour-chips { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 2rem; } .chip { display: flex; align-items: center; gap: 7px; background: var(--gray-100); border: 1px solid var(--gray-200); border-radius: 20px; padding: 5px 12px 5px 6px; font-size: 12px; color: var(--black); font-weight: 500; } .chip-swatch { width: 16px; height: 16px; border-radius: 50%; border: 1px solid rgba(0,0,0,0.1); flex-shrink: 0; } .price-row { display: flex; align-items: baseline; gap: 12px; margin-bottom: 0.4rem; } .price { font-size: 28px; font-weight: 600; letter-spacing: -0.02em; color: var(--black); } .price-note { font-size: 12px; color: var(--gray-400); font-family: var(--font-mono); } .sku { font-size: 11px; color: var(--gray-400); font-family: var(--font-mono); letter-spacing: 0.04em; margin-bottom: 2rem; } .footer-line { border-top: 1px solid var(--gray-200); padding-top: 1.5rem; font-size: 12px; color: var(--gray-400); font-family: var(--font-mono); display: flex; justify-content: space-between; flex-wrap: wrap; gap: 8px; } @media (max-width: 560px) { h1 { font-size: 26px; } .stats { grid-template-columns: repeat(2, 1fr); } .page { padding: 2rem 1.25rem 4rem; } } ebikes/surface 604/Werk Surface 604 Cargo eBike Class 3 960 Wh UL 2849 Certified Torque Sensor Werk · Bafang 500W Hub · 48V 20Ah · Shimano Alivio 9-Speed · 27.5" · Cargo Frame Surface 604 Werk Built to haul. Front and rear rack mounts, reinforced frame, wider 2.6" tires, and the same 960 Wh class-leading battery — for riders who carry loads, not just themselves. $2,599.00 CAD · 20Ah only 960 Wh battery capacity 45 km/h Class 3 PAS speed 29.48 kg total weight Up to 150 km — eco range · 48V 20Ah battery range · eco mode The Surface 604 Werk is a cargo-geometry commuter e-bike built around the same 960 Wh / 48V 20Ah Samsung 21700 platform as the Colt and Rook, but with reinforced battery mounts, a front rack mount, and wider 2.6" tires designed for loaded riding. The one-size M/L frame fits a broad range of riders with an adjustable stem. Bafang 500W geared hub motor, dropout torque sensor, Shimano Alivio 9-speed, Tektro Auriga hydraulic disc brakes. UL 2271 + UL 2849 dual certified. 300 lb / 136 kg weight capacity. Highlights Front rack mount — cargo DNA built in The Werk frame includes reinforced front rack mounts and a welded rear rack as standard. Built for panniers, cargo crates, groceries, and gear — not bolted-on as an afterthought. 2.6" wide tires — stability under load Wider than the Colt or Rook's 2.4" tires, the 27.5×2.6" Panaracer tires add contact patch and damping when the bike is carrying heavy loads — more planted, less twitchy with weight on the racks. 300 lb / 136 kg weight capacity Designed for real-world loads. Whether it's a heavy rider, full panniers, or cargo on both racks, the Werk frame is rated for the weight you'll actually put on it. One-size adjustable frame A single M/L frame with an adjustable Satori stem fits riders from 5'7" to 6'6". Simplifies stocking and means no size-selection mistakes at point of sale. Colours Grey Powertrain Motor Bafang 500W (peaks 750W) Geared Hub Brushless Torque 65 Nm Drive mode Dropout torque-sensing pedal assist + thumb throttle Throttle Thumb push-activated Controller Surface 604 custom 12 MOS 48V 500W 25Ah Smart Controller Top speed (PAS) 45 km/h (28 mph) · Class 3 Top speed (throttle) 32 km/h (20 mph) Battery & Range Battery 48V 20Ah / 960 Wh — Samsung lithium-ion 21700 cells Battery weight 4.65 kg / 10 lbs Certification UL 2271 (battery) + UL 2849 (complete system) Range Up to 150 km / 90 mi (eco mode) Charge time 3–4 hours (full charge from empty) Electronics Display Surface 604 colour LCD, 3.5", with USB charging jack Front light Büchel "Secu Forte" LED — 150 lumens Rear light Büchel LED rear light Wire harness 30Ah rated, handles up to 120A (upgraded) Drivetrain Derailleur Shimano Alivio 9-speed Cassette Shimano 11–34T Shift levers Shimano Alivio 9-speed Chain KMC 9-speed Crankset Samox 40T front sprocket Bottom bracket Samox sealed Brakes Brakes Tektro Auriga hydraulic disc — post mount, with motor inhibitors Rotors 180mm front and rear · 2.34mm thick Suspension Fork SR Suntour XCM 27.5 · 80mm travel · thru-axle Rear Hardtail — no rear suspension Wheels & Tires Wheel size 27.5" Tires 27.5" × 2.6" Panaracer · puncture protection · reflective sidewall Rims Aluminum alloy double-wall · 27.5" · 13G · 36H Front hubs Surface 604 aluminum Frame & Cockpit Frame 6061 aluminum alloy · straight steerer headtube · custom reinforced battery mounts · internal cable routing · post-mount brakes Stem Satori Up2 adjustable Handlebar Promax aluminum · 30mm rise · 15° backsweep · 720mm wide Pedals Wellgo platform die-cast Saddle Selle Royal "Essenza Plus" gel · elastomer · relaxed position · 9° adjustable Seat post 30.4mm Kickstand Adjustable heavy-duty aluminum Sizing Sizes One size (M/L) — adjustable stem Rider height 5'7"–6'6" (170–198 cm) Weight capacity 136 kg / 300 lbs Weight & Features Net weight 29.48 kg / 65 lbs (with 20Ah battery) Standard accessories Welded rear rack · front rack mount · chain guard · adjustable kickstand · water bottle bosses Lights Integrated front + rear (standard) Optional upgrade SR Suntour NCX suspension seatpost Assembly time ~20 minutes Warranty 5-year frame · 2-year components Origin Designed in Vancouver, Canada $2,599.00 CAD Surface 604 Werk · 48V 20Ah / 960 Wh · Bafang 500W · Shimano Alivio 9-Speed · 27.5" · Cargo · One Size Surface 604 © 2026 Werk Cargo eBike