ServicesFree AuditWorkInspirationBlogAbouthello@optimaflow.id
← All components

Section

Component

What We Do 04

Forest-organic 'What We Do' section: serif headline, intro, and four rounded offering cards with a mint accent.

Built withHTML/CSSTailwindCSS GridMotion

Preview

Live render at 1440px — scroll, hover and click work as they will on the real page.

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="whatwedo_component">
  <div class="whatwedo_glow"></div>
  <div class="whatwedo_container">
    <div class="whatwedo_header">
      <div class="whatwedo_headwrap">
        <p class="whatwedo_eyebrow">— What we do</p>
        <h2 class="whatwedo_title">Growing systems that let people and the planet thrive together.</h2>
      </div>
      <p class="whatwedo_intro">We partner with wellness and sustainability brands to build regenerative supply chains, calm digital experiences, and products that feel as good as they do good.</p>
    </div>
    <div class="whatwedo_grid">
      <div class="whatwedo_card">
        <p class="whatwedo_num">01</p>
        <div class="whatwedo_cardbody">
          <h3 class="whatwedo_cardtitle">Regenerative sourcing</h3>
          <p class="whatwedo_carddesc">We map every ingredient back to soil, mapping farms that restore biodiversity instead of depleting it — traceable, fair, and certified.</p>
        </div>
      </div>
      <div class="whatwedo_card">
        <p class="whatwedo_num">02</p>
        <div class="whatwedo_cardbody">
          <h3 class="whatwedo_cardtitle">Calm product design</h3>
          <p class="whatwedo_carddesc">Slow, considered interfaces and packaging that reduce noise — designing for focus, wellbeing, and a lighter footprint on attention.</p>
        </div>
      </div>
      <div class="whatwedo_cardfeature">
        <img class="whatwedo_cardimg" src="https://pub-8060008fc1ab494c98adf87ab62286c4.r2.dev/assets/inspiration/section-what-we-do-forest-organic-4-1-12.webp" alt="Morning light through a lush green forest canopy" />
        <div class="whatwedo_cardscrim"></div>
        <div class="whatwedo_featurebody">
          <h3 class="whatwedo_cardtitle">Carbon-negative ops</h3>
          <p class="whatwedo_carddesc">We measure, cut, then draw down more than we emit — funding reforestation for every shipment we send.</p>
        </div>
      </div>
      <div class="whatwedo_card">
        <p class="whatwedo_numdark">04</p>
        <div class="whatwedo_cardbody">
          <h3 class="whatwedo_cardtitledark">Community & fair trade</h3>
          <p class="whatwedo_carddescdark">A share of every purchase returns to the growers and makers who steward the land — measured, published, and never optional.</p>
          <a class="whatwedo_cardlink" href="#impact">See our impact report →</a>
        </div>
      </div>
    </div>
  </div>
</section>

<style>
.whatwedo_component {
  position:relative;
  width:100%;
  background-color:#07221d;
  padding:120px 24px;
  overflow:hidden;
  font-family:Georgia,'Times New Roman',serif;
  box-sizing:border-box;
}

.whatwedo_glow {
  pointer-events:none;
  position:absolute;
  top:-180px;
  right:-120px;
  width:520px;
  height:520px;
  border-radius:9999px;
  background:radial-gradient(circle,#8fe388 0%,rgba(143,227,136,0) 70%);
  filter:blur(120px);
  opacity:0.30;
}

.whatwedo_container {
  position:relative;
  z-index:10;
  margin:0 auto;
  max-width:1200px;
  width:100%;
}

.whatwedo_header {
  display:grid;
  grid-template-columns:1.1fr 0.9fr;
  gap:40px;
  align-items:end;
  margin-bottom:72px;
}

.whatwedo_headwrap {
  display:flex;
  flex-direction:column;
}

.whatwedo_eyebrow {
  display:flex;
  align-items:center;
  gap:10px;
  color:#8fe388;
  font-family:'Helvetica Neue',Arial,sans-serif;
  font-size:13px;
  letter-spacing:0.22em;
  text-transform:uppercase;
  margin:0 0 24px 0;
  font-weight:600;
}

.whatwedo_title {
  color:#f4f7f2;
  font-family:Georgia,'Times New Roman',serif;
  font-weight:400;
  font-size:62px;
  line-height:1.02;
  letter-spacing:-0.02em;
  margin:0;
}

.whatwedo_intro {
  color:#a9c4b6;
  font-family:'Helvetica Neue',Arial,sans-serif;
  font-size:17px;
  line-height:1.7;
  max-width:420px;
  margin:0;
}

.whatwedo_grid {
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:24px;
}

.whatwedo_card {
  position:relative;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  background-color:#0c2c25;
  border:1px solid #1c4034;
  border-radius:28px;
  padding:40px;
  min-height:320px;
  transition:border-color 0.3s ease,transform 0.3s ease;
}

.whatwedo_num {
  color:#8fe388;
  font-family:'Helvetica Neue',Arial,sans-serif;
  font-size:14px;
  letter-spacing:0.15em;
  margin:0 0 48px 0;
  font-weight:600;
}

.whatwedo_cardbody {
  display:flex;
  flex-direction:column;
}

.whatwedo_cardtitle {
  color:#f4f7f2;
  font-family:Georgia,'Times New Roman',serif;
  font-weight:400;
  font-size:27px;
  line-height:1.2;
  letter-spacing:-0.01em;
  margin:0 0 14px 0;
}

.whatwedo_carddesc {
  color:#a9c4b6;
  font-family:'Helvetica Neue',Arial,sans-serif;
  font-size:15px;
  line-height:1.65;
  margin:0;
}

.whatwedo_cardfeature {
  position:relative;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  border-radius:28px;
  overflow:hidden;
  min-height:320px;
  padding:40px;
}

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

.whatwedo_cardscrim {
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(7,34,29,0.1) 0%,rgba(7,34,29,0.85) 100%);
}

.whatwedo_featurebody {
  position:relative;
  z-index:10;
}

.whatwedo_numdark {
  color:#07221d;
  font-family:'Helvetica Neue',Arial,sans-serif;
  font-size:14px;
  letter-spacing:0.15em;
  margin:0 0 48px 0;
  font-weight:600;
  opacity:0.7;
}

.whatwedo_cardtitledark {
  color:#07221d;
  font-family:Georgia,'Times New Roman',serif;
  font-weight:400;
  font-size:27px;
  line-height:1.2;
  letter-spacing:-0.01em;
  margin:0 0 14px 0;
}

.whatwedo_carddescdark {
  color:#123f33;
  font-family:'Helvetica Neue',Arial,sans-serif;
  font-size:15px;
  line-height:1.65;
  margin:0 0 24px 0;
}

.whatwedo_cardlink {
  display:inline-flex;
  align-items:center;
  gap:8px;
  color:#07221d;
  font-family:'Helvetica Neue',Arial,sans-serif;
  font-size:15px;
  font-weight:600;
  text-decoration:none;
  border-bottom:1px solid #07221d;
  padding-bottom:2px;
  width:fit-content;
}
</style>

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

Want this section shipped on your site?

We install it on Webflow or Shopify — wired to your content, not a paste-and-pray.

Book a free call