.page-hero { padding: 160px 0 100px; position: relative; overflow: hidden; } .page-hero::before { content: ''; position: absolute; top: -200px; right: -300px; width: 700px; height: 700px; background: radial-gradient(circle, rgba(200,255,0,0.06) 0%, transparent 70%); pointer-events: none; } .page-hero-label { font-family: 'JetBrains Mono', monospace; font-size: 11px; letter-spacing: 3px; text-transform: uppercase; color: var(--accent); margin-bottom: 24px; display: flex; align-items: center; gap: 12px; } .page-hero-label::before { content: ''; width: 24px; height: 1px; background: var(--accent); } .page-hero h1 { font-family: 'Instrument Serif', serif; font-size: clamp(44px, 6vw, 80px); font-weight: 400; line-height: 1.05; letter-spacing: -2px; margin-bottom: 28px; max-width: 800px; } .page-hero h1 em { font-style: italic; color: var(--accent); } .page-hero p { font-size: clamp(17px, 2vw, 20px); color: var(--gray-4); line-height: 1.6; max-width: 560px; } /* Origin Story */ .origin { padding: 100px 0; border-top: 1px solid var(--gray-2); } .origin-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; } .origin h2 { font-family: 'Instrument Serif', serif; font-size: clamp(32px, 4vw, 52px); font-weight: 400; line-height: 1.1; margin-bottom: 32px; } .origin h2 em { font-style: italic; color: var(--accent); } .origin p { font-size: 17px; color: var(--gray-4); line-height: 1.8; margin-bottom: 20px; } .origin-quote { background: var(--gray-1); border: 1px solid rgba(255,255,255,0.06); border-left: 3px solid var(--accent); border-radius: 0 16px 16px 0; padding: 32px 36px; margin-top: 8px; } .origin-quote p { font-family: 'Instrument Serif', serif; font-size: 20px; font-style: italic; color: var(--white); line-height: 1.5; margin-bottom: 16px; } .origin-quote-attr { font-family: 'JetBrains Mono', monospace; font-size: 11px; letter-spacing: 1px; text-transform: uppercase; color: var(--accent); } /* The Belief */ .belief { padding: 100px 0; background: var(--gray-1); border-top: 1px solid var(--gray-2); border-bottom: 1px solid var(--gray-2); } .belief-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 2px; margin-top: 64px; } .belief-item { background: var(--black); padding: 40px 32px; border: 1px solid rgba(255,255,255,0.06); transition: border-color 0.3s; } .belief-item:first-child { border-radius: 16px 0 0 16px; } .belief-item:last-child { border-radius: 0 16px 16px 0; } .belief-item:hover { border-color: rgba(200,255,0,0.2); } .belief-num { font-family: 'JetBrains Mono', monospace; font-size: 10px; letter-spacing: 2px; text-transform: uppercase; color: var(--accent); margin-bottom: 20px; } .belief-item h3 { font-family: 'Instrument Serif', serif; font-size: 22px; font-weight: 400; line-height: 1.2; margin-bottom: 16px; } .belief-item p { font-size: 14px; color: var(--gray-3); line-height: 1.7; } /* Founder */ .founder { padding: 100px 0; } .founder-grid { display: grid; grid-template-columns: 1fr 1.4fr; gap: 80px; align-items: start; } .founder-card { background: var(--gray-1); border: 1px solid rgba(255,255,255,0.06); border-radius: 16px; overflow: hidden; } .founder-avatar { height: 280px; background: linear-gradient(135deg, var(--gray-2), var(--gray-1)); display: flex; align-items: center; justify-content: center; position: relative; border-bottom: 1px solid rgba(255,255,255,0.06); } .founder-avatar-initials { font-family: 'Instrument Serif', serif; font-size: 80px; color: var(--accent); font-weight: 400; opacity: 0.4; } .founder-avatar-label { position: absolute; bottom: 16px; left: 20px; font-family: 'JetBrains Mono', monospace; font-size: 10px; letter-spacing: 1px; text-transform: uppercase; color: var(--gray-3); } .founder-card-info { padding: 28px 28px 32px; } .founder-name { font-size: 20px; font-weight: 600; margin-bottom: 4px; } .founder-title { font-family: 'JetBrains Mono', monospace; font-size: 11px; letter-spacing: 1px; color: var(--accent); margin-bottom: 20px; } .founder-tags { display: flex; flex-wrap: wrap; gap: 8px; } .founder-tag { font-size: 12px; color: var(--gray-4); background: var(--gray-2); border: 1px solid var(--gray-2); border-radius: 100px; padding: 6px 14px; } .founder-bio {} .founder-bio h2 { font-family: 'Instrument Serif', serif; font-size: clamp(28px, 3.5vw, 44px); font-weight: 400; line-height: 1.1; margin-bottom: 28px; } .founder-bio h2 em { font-style: italic; color: var(--accent); } .founder-bio p { font-size: 16px; color: var(--gray-4); line-height: 1.8; margin-bottom: 20px; } /* Tech Stack */ .stack { padding: 80px 0; background: var(--gray-1); border-top: 1px solid var(--gray-2); border-bottom: 1px solid var(--gray-2); } .stack-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 48px; } .stack-item { background: var(--black); border: 1px solid rgba(255,255,255,0.06); border-radius: 16px; padding: 28px 24px; transition: all 0.3s; } .stack-item:hover { border-color: rgba(255,255,255,0.12); transform: translateY(-2px); } .stack-icon { font-family: 'JetBrains Mono', monospace; font-size: 11px; color: rgba(200,255,0,0.5); letter-spacing: 2px; margin-bottom: 16px; } .stack-item h3 { font-size: 15px; font-weight: 600; margin-bottom: 6px; } .stack-item p { font-size: 13px; color: var(--gray-3); line-height: 1.5; } /* Vancouver */ .vancouver { padding: 100px 0; } .vancouver-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; } .vancouver h2 { font-family: 'Instrument Serif', serif; font-size: clamp(32px, 4vw, 48px); font-weight: 400; line-height: 1.1; margin-bottom: 24px; } .vancouver h2 em { font-style: italic; color: var(--accent); } .vancouver p { font-size: 16px; color: var(--gray-4); line-height: 1.8; margin-bottom: 20px; } .vc-list { list-style: none; display: flex; flex-direction: column; gap: 12px; margin-top: 8px; } .vc-list li { font-size: 15px; color: var(--gray-4); display: flex; align-items: flex-start; gap: 12px; } .vc-list li::before { content: '→'; color: rgba(255,255,255,0.3); font-weight: 400; flex-shrink: 0; } .vc-map { border: 1px solid rgba(255,255,255,0.06); border-radius: 16px; height: 360px; position: relative; overflow: hidden; } /* CTA */ .about-cta { padding: 120px 0; text-align: center; position: relative; } .about-cta::before { content: ''; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 600px; height: 600px; background: radial-gradient(circle, rgba(200,255,0,0.05) 0%, transparent 70%); pointer-events: none; } .about-cta h2 { font-family: 'Instrument Serif', serif; font-size: clamp(36px, 5vw, 64px); font-weight: 400; line-height: 1.08; letter-spacing: -1px; margin-bottom: 24px; position: relative; z-index: 2; } .about-cta h2 em { font-style: italic; color: var(--accent); } .about-cta p { font-size: 18px; color: var(--gray-4); max-width: 500px; margin: 0 auto 40px; line-height: 1.6; position: relative; z-index: 2; } .about-cta .cta-actions { position: relative; z-index: 2; } @media (max-width: 768px) { .page-hero { padding: 120px 0 64px; } .origin { padding: 64px 0; } .origin-grid { grid-template-columns: 1fr; gap: 40px; } .origin-quote { padding: 24px 28px; } .belief { padding: 64px 0; } .belief-grid { grid-template-columns: 1fr; } .belief-item { border-radius: 12px !important; padding: 32px 24px; } .founder { padding: 64px 0; } .founder-grid { grid-template-columns: 1fr; gap: 40px; } .founder-card { max-width: 400px; } .founder-avatar { height: 220px; } .stack { padding: 56px 0; } .stack-grid { grid-template-columns: repeat(2, 1fr); } .vancouver { padding: 64px 0; } .vancouver-grid { grid-template-columns: 1fr; gap: 36px; } .vc-map { height: 260px; } .about-cta { padding: 72px 0; } .about-cta .cta-actions { flex-direction: column; align-items: center; } .about-cta .btn-primary, .about-cta .btn-secondary { width: 100%; max-width: 360px; justify-content: center; text-align: center; } } @media (max-width: 500px) { .stack-grid { grid-template-columns: 1fr; } }
About

We're not selling software.
We're building infrastructure.

Scale Technics installs autonomous AI systems directly into business operations. Not a platform. Not a subscription. A working system that runs while you don't.

Built out of a
real frustration.

Scale Technics was founded after watching too many good businesses lose revenue to slow systems, missed follow-ups, and tools that required more management than they saved. The promise of AI was everywhere. The reality — for most business owners — was a graveyard of unused software subscriptions and half-implemented automations.

The problem wasn't the technology. It was the delivery model. Software companies build platforms. They don't install outcomes. So that's what we set out to do differently.

We build, configure, and install the entire system ourselves. We train the agents on your business. We stay involved. And we're measured by revenue outcomes — not feature adoption metrics.

"Most businesses don't need more software. They need a system that actually runs — one that was built for their operation, installed by someone who cares, and keeps working without constant attention."

Brad — Founder, Scale Technics

The principles that
shape how we build.

01 — Outcomes over features

We're measured by what your business produces.

Not by dashboards filled, logins created, or features activated. The only metric that matters is whether your revenue grew and your time freed up.

02 — Installation over instruction

We don't hand you tools. We build the thing.

Every system we deliver is fully operational before we hand it over. You don't need to hire someone to implement it or attend training sessions to use it.

03 — Speed is the advantage

The window between early and late is closing fast.

The businesses that embed AI into their operations now will compound that advantage every day. Waiting is a decision — and it has a cost that compounds quietly.

B
Vancouver, BC
Brad
Founder — Scale Technics
AI Systems
Revenue Operations
Vancouver
CaptivationHub

Built by someone who
runs businesses too.

Scale Technics was built by Brad, a Vancouver-based operator who has spent years at the intersection of technology and business growth. The company came out of direct experience with the problem — not a venture-funded idea.

After seeing firsthand how much revenue service businesses were leaking to slow lead response, inconsistent follow-up, and overwhelmed teams, Brad built the system he wished existed — and then started installing it for others.

Today, Scale Technics works with service businesses across Vancouver and the Lower Mainland, building and operating AI infrastructure that runs their revenue engine around the clock.

We're a small team on purpose. Every client engagement gets direct attention. No account managers. No hand-offs. The person who builds your system is the person who stays involved.

Built on infrastructure
that actually works.

01

ClawdBot

Our core AI agent orchestration platform. Powers the conversational intelligence and workflow automation across every client system.

02

CaptivationHub

CRM backbone for lead management, pipeline tracking, and multi-channel communication. Built for service businesses.

03

Claude AI

Anthropic's Claude powers our highest-intelligence agent functions — nuanced communication, objection handling, and complex reasoning.

04

On-Premise Option

For clients requiring data sovereignty, we offer local AI deployment via Mac Studio M4 Max hardware. Your data never leaves your building.

Local team.
Real presence.

We work with Vancouver businesses because we live here. We know the market, we understand the competitive landscape, and we show up in person.

Most AI companies are remote-first, product-led businesses that will never meet you. We sit down with every client. We understand their operation before we touch a single setting.

  • In-person discovery and strategy sessions
  • Hands-on installation — we build it, we don't hand you a manual
  • Ongoing optimization and monthly reviews
  • Direct access to the team that built your system

Ready to meet
the team?

Book a 30-minute walkthrough. We'll show you the system live and map it to your business. No pitch deck. Just the system running.