Contact information

About Us | Arkeonic :root{ --ink:#111418; --ink2:#3f454d; --ink3:#6b7280; --line:#e6e8ec; --bg2:#f7f8fa; --accent:#74b01c; --accent-dark:#4d7d10; } *{box-sizing:border-box;margin:0;padding:0} html{scroll-behavior:smooth} body{ background:#fff;color:var(--ink); font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Inter,Roboto,Helvetica,Arial,sans-serif; line-height:1.7;-webkit-font-smoothing:antialiased; } img{max-width:100%;display:block} a{color:var(--accent-dark)} .wrap{max-width:920px;margin:0 auto;padding:0 24px} /* ---------- hero ---------- */ .hero{position:relative;overflow:hidden;background:var(--ink);color:#fff;text-align:center;padding:82px 0 78px} .hero::before{content:"";position:absolute;width:440px;height:440px;border-radius:50%;background:radial-gradient(circle,#74b01c55,transparent 68%);top:-170px;right:-130px;filter:blur(8px)} .hero::after{content:"";position:absolute;width:360px;height:360px;border-radius:50%;background:radial-gradient(circle,#74b01c2e,transparent 70%);bottom:-180px;left:-120px;filter:blur(8px)} .hero .inner{position:relative;z-index:1} .hero .eyebrow{font-size:12px;font-weight:800;letter-spacing:.22em;text-transform:uppercase;color:#aad861;margin-bottom:20px} .hero h1{font-size:52px;line-height:1.05;letter-spacing:-.035em;font-weight:800;max-width:16ch;margin:0 auto} .hero h1 em{font-style:normal;color:var(--accent)} .hero p{margin:22px auto 0;font-size:19px;color:#c7cdd5;max-width:58ch} @media(max-width:600px){.hero{padding:60px 0 56px}.hero h1{font-size:36px}.hero p{font-size:16.5px}} /* ---------- image band ---------- */ .imgband{margin-top:-52px;position:relative;z-index:2} .imgband .frame{border-radius:18px;overflow:hidden;border:1px solid var(--line);box-shadow:0 22px 60px rgba(17,20,24,.18);aspect-ratio:16/7;background:var(--bg2);display:flex;align-items:center;justify-content:center} .imgband .frame img{width:100%;height:100%;object-fit:cover} .imgband .ph{color:var(--ink3);font-size:13px;text-align:center;padding:20px;letter-spacing:.03em} .imgcap{text-align:center;font-size:13px;color:var(--ink3);margin-top:12px} /* ---------- stat band ---------- */ .stats{margin-top:56px;border-top:1px solid var(--line);border-bottom:1px solid var(--line)} .stats .row{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1px;background:var(--line)} .stat{background:#fff;padding:28px 18px;text-align:center} .stat b{display:block;font-size:32px;font-weight:800;letter-spacing:-.03em;color:var(--ink)} .stat span{font-size:12.5px;color:var(--ink3);text-transform:uppercase;letter-spacing:.05em;margin-top:6px;display:block} /* ---------- section heads ---------- */ .eyebrow{font-size:12px;font-weight:800;letter-spacing:.16em;text-transform:uppercase;color:var(--accent)} .block{padding:58px 0} .block h2{font-size:32px;letter-spacing:-.03em;font-weight:800;line-height:1.15;margin:12px 0 16px} .block p{font-size:17px;color:var(--ink2);margin-bottom:16px} .block p:last-child{margin-bottom:0} .block strong{color:var(--ink)} .center{text-align:center;max-width:60ch;margin-left:auto;margin-right:auto} @media(max-width:600px){.block h2{font-size:26px}} /* ---------- motto band ---------- */ .motto{background:var(--accent);color:#fff;text-align:center;padding:64px 24px;border-radius:20px;margin:14px 0 4px;position:relative;overflow:hidden} .motto::after{content:"";position:absolute;inset:0;background:radial-gradient(circle at 80% 0,rgba(255,255,255,.14),transparent 55%)} .motto .inner{position:relative;z-index:1} .motto .k{font-size:12px;font-weight:800;letter-spacing:.2em;text-transform:uppercase;color:#e4f5c9;margin-bottom:16px} .motto h2{font-size:44px;font-weight:800;letter-spacing:-.03em;line-height:1.05;color:#fff} .motto p{margin:18px auto 0;max-width:52ch;font-size:17px;color:#eef8dd} @media(max-width:600px){.motto{padding:46px 22px}.motto h2{font-size:31px}} /* ---------- values ---------- */ .values{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px;margin-top:34px} .value{border:1px solid var(--line);border-radius:16px;padding:28px 26px;transition:.18s;background:#fff} .value:hover{box-shadow:0 12px 34px rgba(17,20,24,.08);transform:translateY(-3px);border-color:#d6dae0} .value .ico{width:44px;height:44px;border-radius:11px;background:#eef7dc;color:var(--accent-dark);display:flex;align-items:center;justify-content:center;margin-bottom:16px} .value .ico svg{width:23px;height:23px} .value h3{font-size:18px;font-weight:800;margin-bottom:7px;letter-spacing:-.01em} .value p{font-size:15px;color:var(--ink3);margin:0} /* ---------- faq ---------- */ .faq{max-width:760px;margin:32px auto 0} .faq details{border:1px solid var(--line);border-radius:12px;margin-bottom:12px;overflow:hidden;background:#fff} .faq summary{padding:20px 52px 20px 22px;font-size:17px;font-weight:700;cursor:pointer;list-style:none;position:relative;letter-spacing:-.01em} .faq summary::-webkit-details-marker{display:none} .faq summary::after{content:"+";position:absolute;right:20px;top:50%;transform:translateY(-50%);font-size:26px;font-weight:400;color:var(--accent);transition:.2s} .faq details[open] summary::after{content:"\2013"} .faq details[open] summary{border-bottom:1px solid var(--line)} .faq .ans{padding:18px 22px 22px;font-size:16px;color:var(--ink2)} .faq .ans p{margin:0 0 12px} .faq .ans p:last-child{margin:0} .faq .ans a{font-weight:600} /* ---------- locations ---------- */ .locs{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-top:34px} @media(max-width:600px){.locs{grid-template-columns:1fr}} .loc{border:1px solid var(--line);border-radius:16px;padding:28px} .loc .flag{font-size:12px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:var(--accent-dark);margin-bottom:14px;display:flex;align-items:center;gap:8px} .loc .flag svg{width:18px;height:18px;color:var(--accent)} .loc h3{font-size:15px;font-weight:800;margin-bottom:6px} .loc address{font-style:normal;font-size:16px;color:var(--ink2);line-height:1.7} /* ---------- cta ---------- */ .cta{background:var(--ink);color:#fff;border-radius:22px;padding:60px 40px;text-align:center;margin:58px 0 72px;position:relative;overflow:hidden} .cta::after{content:"";position:absolute;width:360px;height:360px;border-radius:50%;background:radial-gradient(circle,#74b01c44,transparent 70%);top:-140px;right:-100px} .cta .inner{position:relative;z-index:1} .cta h2{font-size:32px;font-weight:800;letter-spacing:-.03em;margin-bottom:14px} .cta p{color:#c9cfd7;font-size:17px;max-width:46ch;margin:0 auto 28px} .cta a{display:inline-block;background:var(--accent);color:#fff;text-decoration:none;font-weight:700;font-size:15.5px;padding:16px 38px;border-radius:10px;transition:.15s} .cta a:hover{background:var(--accent-dark);transform:translateY(-1px)} @media(max-width:600px){.cta{padding:44px 26px}.cta h2{font-size:26px}}
About Arkeonic

North American made, family minded.

We are a small team obsessed with one thing: building cargo gear tough enough that you never think about it twice.

Add a team or workshop photo here
(recommended 1600 x 700, .webp)
The people behind Arkeonic.
0Tangles, by design
30sTo secure a load
2Countries, one team
LifetimeHardware warranty
Who we are

Built by people who actually load the truck

Arkeonic started with a frustration shared by anyone who hauls: the straps never last. They tangle in the bed, fray after a season, and let go right when you need them most. We thought the cargo gear should be the most dependable thing in the truck, not the flimsiest.

So we build the opposite. We partner with a family-owned manufacturer specializing in automotive cargo hardware, a crew of genuinely passionate people who have spent years perfecting how straps, ratchets, and hardware are made. Together we design tools around one question: will this still work five years from now? Everything we make is engineered to last longer and longer, never cheaper and cheaper.

Our promise

Haul more. Worry less.

Whatever you are moving, our job is to make securing it the easiest, most reliable part of the day. Load up with confidence and get where you are going.

What we stand for

Three things we refuse to compromise

Built to last

Over-engineered materials and hardware, because a strap you replace every year was never a deal.

Faster to use

Retractable, no-tangle designs that turn a two-minute chore into a ten-second one.

Family-rooted

We work with makers who treat their craft like their name depends on it, because it does.

Good to know

Company FAQ

Who is Arkeonic?

We are a North American company designing cargo-control gear, from retractable tie-down straps to ratchets and hardware. We are small, hands-on, and focused entirely on making gear that lasts.

Where are you located?

Our headquarters is in Sheridan, Wyoming, and our office operations run out of Sainte-Julie, Quebec.

Company HQ: 1309 Coffeen Street STE 1200, Sheridan, Wyoming 82801, USA
Office Operations: 310 Rue Murano #204, Sainte-Julie, Quebec J3E 0C6, Canada

What warranty do you offer?

Our hardware is backed by a lifetime warranty. If a ratchet or fitting ever fails under normal use, reach out and we will make it right. (Webbing wear from use is normal and not covered, for safety reasons.)

Where are your products made?

Every Arkeonic product is designed and spec'd by us, then built in partnership with a family-owned manufacturer that specializes in automotive cargo hardware. We choose materials and components for durability first, so our straps hold longer and work faster than lower-cost alternatives.

How do I contact you?

Email us any time at contact@arkeonic.com, or use the contact form. Our support team typically replies within one business day, Monday to Friday.

Where we are

One team, on both sides of the border

United States

Company Headquarters

1309 Coffeen Street STE 1200
Sheridan, Wyoming 82801
USA
Canada

Office Operations

310 Rue Murano #204
Sainte-Julie, Quebec J3E 0C6
Canada

Haul with confidence.

Find the straps that stay put and stay working, season after season.

Shop Arkeonic