Collection: CSA Programs

<!-- Meta Description (for SEO):
Explore CSA options from Little Logan’s Farm — including 15-week subscriptions and à la carte veggie boxes. Fresh, ethical, and biocyclic veganic.
-->

<style>
  .csa-collection {
    max-width: 900px;
    margin: 0 auto;
    padding: 2rem 1rem;
  }
  .csa-collection h2 {
    color: #B25F47;
    text-align: center;
  }
  .csa-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: center;
    margin-top: 2rem;
  }
  .csa-item {
    flex: 1 1 280px;
    border: 1px solid #eee;
    border-radius: 8px;
    padding: 1rem;
    text-align: center;
  }
  .csa-item img {
    max-width: 100%;
    border-radius: 6px;
    margin-bottom: 1rem;
  }
  .csa-item h3 {
    color: #B25F47;
    margin-bottom: 0.5rem;
  }
  .csa-button {
    background-color: #B25F47;
    color: white;
    padding: 10px 20px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: bold;
    display: inline-block;
    margin-top: 1rem;
  }
  .csa-button:hover {
    background-color: #944a36;
  }
</style>

<div class="csa-collection">
  <h2>CSA Programs</h2>
  <p style="text-align: center; max-width: 700px; margin: 0 auto;">
    Explore our CSA offerings — all biocyclic veganic and rooted in ethical, regenerative farming. Choose a subscription or go à la carte.
  </p>

  <div class="csa-grid">

    <!-- Product 1 -->
    <div class="csa-item">
      <img src="https://cdn.shopify.com/s/files/1/0917/3257/4523/files/CSA_Box.jpg" alt="15-Week CSA Share">
      <h3>15-Week Veganic CSA Share</h3>
      <p>Weekly box of fresh, seasonal produce with curated recipes. Includes a free farm tour and optional delivery.</p>
      <a href="https://littlelogansfarm.com/products/biocyclic-vegan-csa" class="csa-button">🌱 Sign Up</a>
    </div>

    <!-- Product 2 -->
    <div class="csa-item">
      <img src="https://cdn.shopify.com/s/files/1/0917/3257/4523/files/Veggie_Box.jpg" alt="À La Carte Veggie Box">
      <h3>À La Carte Veggie Box</h3>
      <p>Build your own box when you want it. Includes bonus items and flexible pickup or delivery.</p>
      <a href="https://littlelogansfarm.com/products/a-la-carte-veggie-box" class="csa-button">🍅 Order Now</a>
    </div>

    <!-- Optional: Add more CSA-related products here -->
    <!-- Example: Mini Share, Add-Ons, Seasonal Box, etc. -->

  </div>
</div>