ServicesWorkInspirationBlogAbouthello@optimaflow.id
← All components

Hero

free

Deck Editorial Business Hero 49

Bento editorial hero: two-tone headline, oversized stat numerals, meta garnish, red accent, sharp corners, studio visual.

Preview

Growth infrastructure ↘

We build the systems that move revenue.

A design and operations partner for ambitious teams — we turn scattered workflows into a measurable engine your board can actually read.

Avg. lift, yr one

312%

Teams shipped

48

Operations team collaborating at a studio workspace

Fig. 01 — Inside the engine

Copy the code

paste-ready → Designer
<!-- Paste markup into an Embed, or recreate as native elements.
     Styles below map 1:1 to the class names above. -->
<section class="hero_component">
  <nav class="hero_meta">
    <p class="hero_metaleft">NORTHBOUND STUDIO — 41°N</p>
    <p class="hero_metacenter">(C) 2026 / OPERATIONS INDEX</p>
    <p class="hero_metaright">PAGE 01 — HERO</p>
  </nav>
  <div class="hero_grid">
    <div class="hero_headcell">
      <p class="hero_eyebrow">Growth infrastructure ↘</p>
      <h1 class="hero_title">
        <span class="hero_titlemute">We build the systems that </span>
        <span class="hero_titleaccent">move revenue.</span>
      </h1>
      <p class="hero_sub">A design and operations partner for ambitious teams — we turn scattered workflows into a measurable engine your board can actually read.</p>
      <div class="hero_actions">
        <a class="hero_ctaprimary" href="#start">Book an intro call →</a>
        <a class="hero_ctaghost" href="#work">View the work</a>
      </div>
    </div>
    <div class="hero_sidecol">
      <div class="hero_statcard">
        <p class="hero_statlabel">Avg. lift, yr one</p>
        <p class="hero_statnum">
          <span class="hero_statval">312</span>
          <span class="hero_statunit">%</span>
        </p>
      </div>
      <div class="hero_statcarddark">
        <p class="hero_statlabel2">Teams shipped</p>
        <p class="hero_statnum2">48</p>
      </div>
      <div class="hero_visualcard">
        <img class="hero_visualimg" src="https://pub-8060008fc1ab494c98adf87ab62286c4.r2.dev/assets/inspiration/hero-deck-editorial-business-49-1-12.webp" alt="Operations team collaborating at a studio workspace" />
        <p class="hero_visualtag">Fig. 01 — Inside the engine</p>
      </div>
    </div>
  </div>
</section>

<style>
.hero_component {
  position:relative;
  width:100%;
  box-sizing:border-box;
  background:#eae8e4;
  color:#141414;
  padding:clamp(40px,6vw,88px) clamp(20px,5vw,80px);
  font-family:'Helvetica Neue',Arial,sans-serif;
  overflow:hidden;
}

.hero_meta {
  display:flex;
  align-items:center;
  justify-content:space-between;
  flex-wrap:wrap;
  gap:10px;
  border-bottom:1px solid #141414;
  padding-bottom:14px;
  margin-bottom:clamp(28px,4vw,52px);
  font-size:11px;
  letter-spacing:0.18em;
  text-transform:uppercase;
  font-weight:600;
}

.hero_metaleft {
  margin:0;
}

.hero_metacenter {
  margin:0;
  color:#e63b2e;
}

.hero_metaright {
  margin:0;
}

.hero_grid {
  display:grid;
  grid-template-columns:repeat(12,1fr);
  gap:16px;
  align-items:stretch;
}

.hero_headcell {
  grid-column:span 7;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  gap:clamp(24px,3vw,44px);
  background:#141414;
  color:#eae8e4;
  padding:clamp(24px,3vw,44px);
  border-radius:3px;
}

.hero_eyebrow {
  margin:0;
  font-size:11px;
  letter-spacing:0.24em;
  text-transform:uppercase;
  font-weight:700;
  color:#e63b2e;
}

.hero_title {
  margin:0;
  font-family:'Helvetica Neue',Arial,sans-serif;
  font-weight:800;
  line-height:0.9;
  letter-spacing:-0.03em;
  font-size:clamp(44px,7vw,104px);
}

.hero_titlemute {
  color:#eae8e4;
}

.hero_titleaccent {
  color:#e63b2e;
  font-style:italic;
}

.hero_sub {
  margin:0;
  max-width:46ch;
  font-size:clamp(15px,1.4vw,18px);
  line-height:1.5;
  color:#b8b6b2;
}

.hero_actions {
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:12px;
}

.hero_ctaprimary {
  display:inline-flex;
  align-items:center;
  gap:8px;
  background:#e63b2e;
  color:#141414;
  padding:14px 26px;
  border-radius:999px;
  font-size:13px;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:0.08em;
  text-decoration:none;
}

.hero_ctaghost {
  display:inline-flex;
  align-items:center;
  gap:8px;
  background:transparent;
  border:1px solid #eae8e4;
  color:#eae8e4;
  padding:14px 26px;
  border-radius:999px;
  font-size:13px;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:0.08em;
  text-decoration:none;
}

.hero_sidecol {
  grid-column:span 5;
  display:grid;
  grid-template-columns:repeat(2,1fr);
  grid-auto-rows:1fr;
  gap:16px;
}

.hero_statcard {
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  gap:18px;
  background:#eae8e4;
  border:1px solid #141414;
  padding:22px;
  border-radius:3px;
}

.hero_statlabel {
  margin:0;
  font-size:10px;
  letter-spacing:0.2em;
  text-transform:uppercase;
  font-weight:600;
}

.hero_statnum {
  margin:0;
  font-weight:800;
  line-height:0.85;
  letter-spacing:-0.04em;
  font-size:clamp(52px,6vw,88px);
}

.hero_statval {
  color:#141414;
}

.hero_statunit {
  color:#e63b2e;
  font-size:0.42em;
  vertical-align:top;
}

.hero_statcarddark {
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  gap:18px;
  background:#e63b2e;
  color:#141414;
  padding:22px;
  border-radius:3px;
}

.hero_statlabel2 {
  margin:0;
  font-size:10px;
  letter-spacing:0.2em;
  text-transform:uppercase;
  font-weight:700;
}

.hero_statnum2 {
  margin:0;
  font-weight:800;
  line-height:0.85;
  letter-spacing:-0.04em;
  font-size:clamp(52px,6vw,88px);
  color:#141414;
}

.hero_visualcard {
  grid-column:span 2;
  position:relative;
  overflow:hidden;
  border:1px solid #141414;
  border-radius:3px;
  min-height:180px;
}

.hero_visualimg {
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

.hero_visualtag {
  position:absolute;
  left:16px;
  bottom:16px;
  margin:0;
  background:#141414;
  color:#eae8e4;
  padding:7px 12px;
  font-size:10px;
  letter-spacing:0.18em;
  text-transform:uppercase;
  font-weight:600;
  border-radius:2px;
}
</style>

One email unlocks copying across the whole library — that's the only ask.

Want the whole site built for you?

Book a free call