/* WHY US */
  .why-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:70px;align-items:center;}
  .why-grid h2{font-size:clamp(1.8rem,3vw,2.4rem);font-weight:500;color:var(--forest);margin-bottom:22px;}
  .why-grid p{color:#3d453f;font-size:1rem;margin-bottom:28px;font-weight:300;}
  .why-img{position:relative;border-radius:3px;overflow:hidden;aspect-ratio:4/5;}
  .why-img img{width:100%;height:100%;object-fit:cover;}
  .link-arrow{color:var(--forest);font-weight:500;border-bottom:1px solid var(--gold);padding-bottom:3px;font-size:.92rem;}

WHY US

Every small business has a big story worth telling.

We believe those stories build communities, create connections, and inspire legacies. Our goal is to empower you to continue your passion, while we live ours — making a meaningful impact in the world of small business through strategic marketing, storytelling, branding, content planning, and education.

<section>
  <div class="section-inner why-grid">
    <div>
      <span class="eyebrow">Why us</span>
      <h2>Every small business has a big story worth telling.</h2>
      <p>We believe those stories build communities, create connections, and inspire legacies. Our goal is to empower you to continue your passion, while we live ours — making a meaningful impact in the world of small business through strategic marketing, storytelling, branding, content planning, and education.</p>
      <a href="#" class="link-arrow">Learn more about our approach →</a>
    </div>
    <div class="why-img">
      <img src="https://images.unsplash.com/photo-1476231682828-37e571bc172f?q=80&w=1200&auto=format&fit=crop" alt="forest canopy and mountain stream">
    </div>
  </div>
</section>
 
<section class="services">
  <div class="section-inner">
    <span class="eyebrow">What we do</span>
    <h2>Steward your story, every step of the way.</h2>
  </div>
  <div class="service-grid">
    <div class="service-card">
      <span class="service-num">01</span>
      <h3>Discover Your Story</h3>
      <p>Brand strategy, messaging, and identity — the foundation everything else is built on.</p>
    </div>
    <div class="service-card">
      <span class="service-num">02</span>
      <h3>Share Your Story</h3>
      <p>Content and storytelling — blogs, reels, photography, and website copy that sound like you.</p>
    </div>
    <div class="service-card">
      <span class="service-num">03</span>
      <h3>Nurture Relationships</h3>
      <p>Email marketing built for connection, not just conversion.</p>
    </div>
    <div class="service-card">
      <span class="service-num">04</span>
      <h3>Steward Your Marketing</h3>
      <p>Fractional marketing leadership — a trusted partner, not a task-based contractor.</p>
    </div>
  </div>
</section>