About Us | Croc's and Clicks — Vancouver, WA Digital Marketing Agency :root { --primary: #F4B6C2; --primary-dark: #c4607a; --primary-light: #fce8ed; --accent: #2B2B2B; --white: #ffffff; --cream: #F8F4F0; --cream-dark: #e8e0d8; --text: #3a3a3a; --text-muted: #6b7280; --shadow-sm: 0 2px 8px rgba(0,0,0,0.08); --shadow-md: 0 8px 24px rgba(0,0,0,0.12); --shadow-lg: 0 16px 48px rgba(0,0,0,0.16); --radius-sm: 8px; --radius-md: 12px; --radius-lg: 20px; --transition: all 0.25s ease; } *,*::before,*::after{box-sizing:border-box;margin:0;padding:0;} html{scroll-behavior:smooth;} body{font-family:'Outfit',sans-serif;color:var(--text);background:var(--white);line-height:1.6;overflow-x:hidden;-webkit-font-smoothing:antialiased;} h1,h2,h3,h4,h5{font-family:'Fraunces',serif;line-height:1.15;} a{text-decoration:none;color:inherit;} img{max-width:100%;display:block;} .container{max-width:1280px;margin:0 auto;padding:0 24px;} .section-tag{display:inline-block;background:var(--primary-light);color:var(--primary-dark);font-size:0.78rem;font-weight:700;letter-spacing:0.08em;text-transform:uppercase;padding:6px 14px;border-radius:50px;margin-bottom:16px;} .btn{display:inline-flex;align-items:center;gap:8px;padding:14px 28px;border-radius:var(--radius-sm);font-weight:600;font-size:0.95rem;cursor:pointer;border:none;transition:var(--transition);font-family:'Outfit',sans-serif;} .btn-primary{background:var(--primary);color:var(--accent);} .btn-primary:hover{background:var(--primary-dark);color:var(--white);} .btn-outline{background:transparent;color:var(--accent);border:2px solid var(--accent);} .btn-outline:hover{background:var(--accent);color:var(--white);} /* NAV */ .navbar{position:fixed;top:0;left:0;right:0;z-index:1000;background:rgba(255,255,255,0.97);backdrop-filter:blur(8px);box-shadow:var(--shadow-sm);transition:var(--transition);} .nav-inner{display:flex;align-items:center;justify-content:space-between;padding:16px 24px;max-width:1280px;margin:0 auto;} .logo{display:flex;align-items:center;gap:10px;font-family:'Fraunces',serif;font-size:1.25rem;font-weight:700;color:var(--accent);} .logo-icon{width:48px;height:48px;object-fit:contain;} .nav-links{display:flex;align-items:center;gap:32px;list-style:none;} .nav-links a{font-size:0.9rem;font-weight:500;color:var(--accent);transition:color 0.2s;} .nav-links a:hover{color:var(--primary-dark);} .nav-cta{background:var(--primary);color:var(--accent)!important;padding:10px 20px;border-radius:var(--radius-sm);font-weight:600!important;} .nav-cta:hover{background:var(--primary-dark);color:var(--white)!important;} .nav-dropdown{position:relative;} .nav-dropdown-content{display:none;position:absolute;top:100%;left:0;background:var(--white);border-radius:var(--radius-md);box-shadow:var(--shadow-lg);padding:12px 0;min-width:240px;z-index:100;} .nav-dropdown:hover .nav-dropdown-content{display:block;} .nav-dropdown-content a{display:block;padding:10px 20px;font-size:0.875rem;color:var(--text);transition:var(--transition);} .nav-dropdown-content a:hover{background:var(--cream);color:var(--primary-dark);} .hamburger{display:none;flex-direction:column;gap:5px;cursor:pointer;padding:4px;background:none;border:none;} .hamburger span{display:block;width:24px;height:2px;background:var(--accent);border-radius:2px;} .mobile-nav{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background:var(--white);z-index:999;padding:80px 24px 24px;overflow-y:auto;} .mobile-nav.open{display:block;} .mobile-nav ul{list-style:none;display:flex;flex-direction:column;gap:0;} .mobile-nav li a{display:block;padding:16px 0;font-size:1.1rem;font-weight:600;color:var(--accent);border-bottom:1px solid var(--cream);} .mobile-nav-close{position:absolute;top:20px;right:24px;background:none;border:none;font-size:1.5rem;cursor:pointer;color:var(--accent);} /* HERO */ .hero{padding:140px 0 100px;background:var(--white);position:relative;overflow:hidden;} .hero::before{content:'';position:absolute;top:-40%;right:-15%;width:70%;height:130%;background:radial-gradient(ellipse,rgba(244,182,194,0.1) 0%,transparent 70%);pointer-events:none;} .hero-inner{max-width:760px;} .hero-badge{display:inline-flex;align-items:center;background:var(--primary);color:var(--accent);padding:7px 16px;border-radius:50px;font-size:0.8rem;font-weight:600;letter-spacing:0.03em;margin-bottom:20px;} .hero h1{font-size:clamp(2.4rem,4.5vw,3.4rem);color:var(--accent);line-height:1.1;margin-bottom:20px;} .hero h1 span{color:var(--primary-dark);} .hero-text{font-size:1.15rem;color:var(--text-muted);line-height:1.75;max-width:620px;} /* ORIGIN STORY */ .origin{padding:100px 0;background:var(--cream);} .origin-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:start;} .origin-content h2{font-size:clamp(1.75rem,3.5vw,2.5rem);color:var(--accent);margin-bottom:24px;} .origin-content p{font-size:1rem;color:var(--text-muted);line-height:1.85;margin-bottom:20px;} .origin-content p:last-child{margin-bottom:0;} .origin-timeline{display:flex;flex-direction:column;gap:0;} .timeline-item{display:flex;gap:24px;padding-bottom:36px;position:relative;} .timeline-item:not(:last-child)::before{content:'';position:absolute;left:19px;top:40px;bottom:0;width:2px;background:var(--cream-dark);} .timeline-dot{width:40px;height:40px;background:var(--primary);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-family:'Fraunces',serif;font-size:0.8rem;font-weight:700;color:var(--accent);z-index:1;} .timeline-body{padding-top:8px;} .timeline-year{font-size:0.75rem;font-weight:700;color:var(--primary-dark);letter-spacing:0.08em;text-transform:uppercase;margin-bottom:4px;} .timeline-title{font-family:'Fraunces',serif;font-size:1.05rem;color:var(--accent);margin-bottom:6px;} .timeline-text{font-size:0.88rem;color:var(--text-muted);line-height:1.65;} /* TEAM — full profiles */ .team-section{padding:100px 0;background:var(--white);} .team-header{text-align:center;margin-bottom:80px;} .team-header h2{font-size:clamp(2rem,4vw,2.75rem);color:var(--accent);margin-bottom:12px;} .team-header p{color:var(--text-muted);font-size:1.05rem;max-width:560px;margin:0 auto;} .profile{display:grid;grid-template-columns:1fr 2fr;gap:64px;align-items:start;margin-bottom:100px;padding-bottom:100px;border-bottom:1px solid var(--cream-dark);} .profile:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none;} .profile.reverse{grid-template-columns:2fr 1fr;} .profile.reverse .profile-image{order:2;} .profile.reverse .profile-content{order:1;} .profile-image{position:relative;} .profile-image img{width:100%;border-radius:var(--radius-lg);box-shadow:var(--shadow-md);object-fit:cover;object-position:center top;aspect-ratio:3/4;} .profile-image--ben img{image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges;} .profile-name-tag{position:absolute;bottom:-16px;left:24px;background:var(--primary);color:var(--accent);padding:10px 20px;border-radius:var(--radius-sm);font-family:'Fraunces',serif;font-size:1.1rem;font-weight:700;box-shadow:var(--shadow-sm);} .profile-content{padding-top:8px;} .profile-role{font-size:0.8rem;font-weight:700;color:var(--primary-dark);text-transform:uppercase;letter-spacing:0.08em;margin-bottom:12px;} .profile-content h3{font-size:clamp(1.75rem,3vw,2.25rem);color:var(--accent);margin-bottom:20px;} .profile-bio p{font-size:0.97rem;color:var(--text-muted);line-height:1.85;margin-bottom:16px;} .profile-bio p:last-child{margin-bottom:24px;} .profile-tags{display:flex;flex-wrap:wrap;gap:8px;} .profile-tags span{font-size:0.78rem;font-weight:600;background:rgba(244,182,194,0.2);color:var(--primary-dark);padding:5px 12px;border-radius:20px;} /* VALUES */ .values{padding:100px 0;background:var(--accent);} .values .section-tag{background:rgba(244,182,194,0.2);color:var(--primary);} .values-header{text-align:center;margin-bottom:60px;} .values-header h2{font-size:clamp(2rem,4vw,2.75rem);color:var(--white);margin-bottom:12px;} .values-header p{color:rgba(255,255,255,0.7);font-size:1rem;max-width:560px;margin:0 auto;} .values-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;} .value-card{background:rgba(255,255,255,0.07);border:1px solid rgba(255,255,255,0.1);border-radius:var(--radius-md);padding:32px;transition:var(--transition);} .value-card:hover{background:rgba(255,255,255,0.11);transform:translateY(-4px);} .value-icon{width:48px;height:48px;background:var(--primary);border-radius:10px;display:flex;align-items:center;justify-content:center;color:var(--accent);margin-bottom:18px;} .value-card h4{font-family:'Outfit',sans-serif;font-size:1rem;font-weight:700;color:var(--white);margin-bottom:10px;} .value-card p{font-size:0.88rem;color:rgba(255,255,255,0.7);line-height:1.65;} /* CTA */ .cta{padding:100px 0;background:var(--primary);} .cta-inner{text-align:center;max-width:700px;margin:0 auto;} .cta h2{font-size:clamp(2rem,4vw,3rem);color:var(--accent);margin-bottom:20px;} .cta p{color:rgba(43,43,43,0.7);font-size:1.05rem;margin-bottom:36px;} .cta-buttons{display:flex;gap:16px;justify-content:center;flex-wrap:wrap;} /* FOOTER */ .footer{background:var(--accent);color:rgba(255,255,255,0.7);padding:60px 0 32px;} .footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:48px;margin-bottom:48px;} .footer-logo{display:flex;align-items:center;gap:12px;font-family:'Fraunces',serif;font-size:1.3rem;font-weight:700;margin-bottom:16px;color:var(--white);} .footer-logo img{width:48px;height:48px;object-fit:contain;} .footer-desc{font-size:0.9rem;line-height:1.7;max-width:280px;margin-bottom:20px;} .footer-contact a{display:block;color:rgba(255,255,255,0.7);font-size:0.88rem;margin-bottom:4px;transition:var(--transition);} .footer-contact a:hover{color:var(--primary);} .footer-col h4{color:var(--white);font-family:'Outfit',sans-serif;font-size:0.85rem;font-weight:700;letter-spacing:0.08em;text-transform:uppercase;margin-bottom:16px;} .footer-col ul{list-style:none;display:flex;flex-direction:column;gap:8px;} .footer-col ul a{font-size:0.88rem;color:rgba(255,255,255,0.65);transition:var(--transition);} .footer-col ul a:hover{color:var(--primary);} .footer-bottom{border-top:1px solid rgba(255,255,255,0.1);padding-top:24px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px;font-size:0.82rem;} /* RESPONSIVE */ @media(max-width:1024px){ .origin-grid{grid-template-columns:1fr;gap:60px;} .profile,.profile.reverse{grid-template-columns:1fr;gap:48px;} .profile.reverse .profile-image,.profile.reverse .profile-content{order:unset;} .profile-image img{aspect-ratio:4/3;} .values-grid{grid-template-columns:repeat(2,1fr);} .footer-grid{grid-template-columns:1fr 1fr;} } @media(max-width:768px){ .nav-links{display:none;} .hamburger{display:flex;} .values-grid{grid-template-columns:1fr;} .footer-grid{grid-template-columns:1fr;} .footer-bottom{flex-direction:column;text-align:center;} }
Croc's and Clicks logo Croc's & Clicks
  • Home
  • About
  • Services ▾
    SEO Services PPC Management Web Design Social Media Marketing Marketing for Contractors
  • Service Areas
  • Clients
  • Blog
  • Pricing
  • Get a Free Quote
  • Home
  • About
  • SEO Services
  • PPC Management
  • Web Design
  • Social Media Marketing
  • Contractor Marketing
  • Service Areas
  • Pricing
  • Contact
About Croc's & Clicks

Built in Vancouver.
Built for Local Businesses.

Croc's & Clicks started as a one-person consulting practice growing into a full-service marketing agency. It does everything from websites to SEO to paid ads, with every service run in-house by people who know this market.

Our Story

From Consulting Practice to Full-Service Agency

Croc's & Clicks didn't start with a business plan. It started with a reputation. After honing his skills at Hibu, one of the largest digital marketing agencies for local businesses in the country, Ben Sehayek left to go out on his own. He launched Vancouver Contractor Consulting in March 2025, originally a general strategy consulting practice covering operations, marketing, talent acquisition, and sales. Through referrals and word of mouth it specialized naturally: clients kept asking for full marketing execution on top of the strategy, so Ben started delivering it.

Word spread. Referrals came in. And clients started asking for more than consulting. They wanted someone to run their marketing end to end. So Ben rebranded to Croc's & Clicks and began building a team. The goal: a full-service agency that handles everything in-house. Strategy, websites, SEO, paid ads, content, and analytics. No subcontractors, no white-labeling, no handoffs.

The agency is still young and growing deliberately. Every person brought on has to earn their seat.

1
2022
Ben & Nithya Meet at Boiler Development
Working together at a Bellingham, WA recruiting agency, Ben and Nithya collaborate on marketing for the first time. The working relationship sticks.
2
Post-College
Ben Joins Hibu
After graduating from Western Washington University, Ben joins Hibu, one of the largest digital marketing agencies for local businesses in the US, running campaigns across SEO, PPC, and Meta for local companies.
3
March 2025
Vancouver Contractor Consulting Launches
Ben launches Vancouver Contractor Consulting, a general strategy consulting practice covering operations, marketing, talent acquisition, and sales. It starts lean and referral-driven. Client demand quickly pushes it toward full marketing execution.
4
2025
Rebrands to Croc's & Clicks
As clients ask for full marketing services beyond consulting, Ben rebrands and begins building a team. Nithya joins for content and social, Justin is brought on as the agency's data analyst. The transition from consulting to full-service begins.
5
Now
Building a Full-Service Agency
Websites, SEO, paid ads, content, and analytics, all in-house. The team is growing deliberately, with every hire chosen for deep expertise in their lane.
The Team

The People Behind the Work

A small team built with intention. Everyone here was chosen for specific expertise, not just availability.

Ben Sehayek — Founder of Croc's and Clicks
Ben Sehayek

Founder & Marketing Strategist

The guy who built his reputation before he built his agency.

Ben graduated from Western Washington University with a Marketing degree and went straight into the deep end, joining Hibu, one of the largest digital marketing agencies for local businesses in the country. He ran campaigns across SEO, PPC, and Meta for contractors and small businesses, learning what works, what doesn't, and where agencies tend to leave money on the table.

In 2022, while working at Boiler Development, a recruiting agency in Bellingham, WA, Ben met Nithya and the two started working together on marketing projects. That collaboration eventually became part of the foundation for what Croc's & Clicks is today.

In March 2025, Ben left Hibu and launched Vancouver Contractor Consulting, a general strategy consulting practice covering operations, marketing, talent acquisition, and sales. He didn't advertise. Referrals came in organically, and those clients started asking for more than strategy. They needed someone to actually run their marketing. That demand, driven entirely by client needs and word of mouth, is what pushed the practice to specialize and eventually become Croc's & Clicks.

Ben runs strategy and client relationships for every account. You work with him directly. That's not a tagline, it's how the agency is structured.

SEO StrategyPPC & Google AdsMeta AdvertisingAccount ManagementROAS Optimization

Content Creator, Social Media & Visual Content

Started doing graphic design at 16. Still the best person for the job.

Nithya has been working in creative and marketing since she was 16, starting with graphic design before growing into video, photography, and social media content. She and Ben first worked together at Boiler Development in Bellingham in 2022, where their collaboration on marketing projects made it clear they had a natural working dynamic.

When Ben started building his team, Nithya was a straightforward call. She understands how to create content that feels authentic rather than templated, which matters more than most agencies admit. Especially for local businesses where the owner's personality is part of the brand.

She's currently studying at Indiana University's Kelley School of Business, one of the top 10 undergraduate business programs in the country and ranked #4 nationally in Marketing. The academic rigor runs alongside the practical work rather than replacing it.

Social MediaVideo ProductionPhotographyGraphic DesignContent Strategy
Nithya — Content Creator at Croc's and Clicks
Nithya
Justin — Marketing Data Analyst at Croc's and Clicks
Justin

Marketing Data Analyst

Sees what other agencies miss through the data.

Justin is finishing a Marketing degree at Cal Poly this spring. He came to the agency with a freelance web development background and a quantitative toolkit that's rare for someone at his career stage. He builds Python scripts to pull data directly from APIs and applies statistical modeling to find patterns that don't show up in standard dashboards.

When Ben was hiring for the analyst role, Justin went through a technical interview process against candidates with over four years of experience. He outperformed them. That's the only reason he's here. The work speaks for itself.

Justin handles keyword research, SEO analysis, and paid campaign management across Google and Meta. The data work informs every campaign decision we make.

Python & APIsStatistical ModelingKeyword ResearchSEO AnalysisPaid Campaigns
How We Work

What We Actually Believe About Marketing

Not a mission statement. Just the principles that shape every decision we make.

We integrate into your business

We don't just run ads — we plug into whatever growth problem you're facing. Need to attract talent? We run recruitment campaigns. Sales team light on inbound leads? We build lead gen. Losing market share in a specific segment? We run awareness campaigns to shift perception. The strategy follows your business, not a fixed service menu.

No contracts

We earn your business every month. If something isn't working, we fix it. You should stay because the results justify it, not because you're locked in.

Data over instinct

Gut feel has its place. But when Justin can pull a dataset and run a regression on it, we use that instead. Every budget decision should be traceable to a number.

Transparency by default

You see the numbers, the methodology, and the reasoning. We don't protect our process. We explain it, because confident clients make better partners.

Small is the point

We're not trying to become a 50-person shop. Staying small means every client gets Ben on their account and a team that's actually invested in the outcome.

Local knowledge matters

Ben lives in downtown Vancouver. We know the neighborhoods, the business climate, and what Pacific Northwest customers actually respond to. That's built into every strategy we run.

Want to Work With This Team?

Get a free strategy call. Ben will personally review your business and come back with a real plan. No fluff, no contracts.

Get a Free Strategy Call → (425) 232-6029
Croc's and Clicks logo Croc's & Clicks

Full-service digital marketing agency in Vancouver, WA helping contractors and small businesses grow through strategic SEO, PPC, web design, and social media marketing.

(425) 232-6029 ben@crocsandclicks.com Downtown Vancouver, WA

Services

  • SEO Services
  • PPC Management
  • Web Design
  • Social Media
  • Contractor Marketing

Company

  • About Us
  • Clients
  • Blog
  • Contact

Service Areas

  • Vancouver, WA
  • Portland, OR
  • Clark County, WA
  • Pacific Northwest
© 2026 Croc's and Clicks. All rights reserved. Digital Marketing Agency in Vancouver, WA
u