/** Shopify CDN: Minification failed

Line 39:2 Unexpected "{"
Line 39:3 Expected identifier but found "%"
Line 40:28 Unexpected "3"
Line 43:78 Unterminated string token
Line 45:3 Expected identifier but found "%"

**/
/* START_SECTION:vela-our-story (INDEX:70) */
.vela-story {
    padding: 3.5rem 0 4.5rem;
  }

  .vela-story__inner {
    max-width: var(--page-max-width, 1400px);
    margin: 0 auto;
    padding: 0 var(--page-padding, 2rem);
  }

  .vela-story__inner--narrow {
    max-width: 46rem;
  }

  .vela-story__split {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2.5rem;
    align-items: center;
  }

  @media screen and (min-width: 990px) {
    .vela-story__split {
      grid-template-columns: minmax(0, 0.9fr) minmax(0, 1fr);
      gap: 4.5rem;
    }
  }

  {%- comment -%}
    The founders photo is a 3:4 portrait. Left to fill its column it stands
    roughly 850px tall on a desktop, which pushes the heading below the fold
    and leaves the text stranded beside a wall of image. Capping the width
    keeps the whole frame — no crop across anyone's face — at a height the
    copy can sit against.
  {%- endcomment -%}
  .vela-story__figure {
    max-width: 26rem;
    margin: 0 auto;
  }

  .vela-story__image {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 0.75rem;
  }

  .vela-story__eyebrow {
    margin: 0 0 0.9rem;
    font-size: 0.6875rem;
    font-weight: 600;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    opacity: 0.6;
  }

  .vela-story__heading {
    margin: 0;
    font-size: clamp(2rem, 1.3rem + 2.4vw, 3.25rem);
    line-height: 1.08;
  }

  .vela-story__founders {
    margin: 1rem 0 0;
    font-size: 1.0625rem;
    letter-spacing: 0.04em;
  }

  /* A short rule under the names, so they read as a signature rather than as
     the first line of the paragraph that follows. */
  .vela-story__founders::after {
    content: '';
    display: block;
    width: 3rem;
    margin-top: 1.5rem;
    border-top: 1px solid rgb(var(--text-color) / 0.35);
  }

  .vela-story__lead {
    margin-top: 1.5rem;
  }

  .vela-story__lead p {
    margin: 0 0 1rem;
    font-size: 1.0625rem;
    line-height: 1.65;
  }

  .vela-story__lead p:last-child {
    margin-bottom: 0;
  }

  .vela-story__body {
    max-width: 46rem;
    margin: 3.5rem auto 0;
  }

  .vela-story__body p {
    margin: 0 0 1.15rem;
    line-height: 1.7;
    opacity: 0.85;
  }

  .vela-story__body p:last-child {
    margin-bottom: 0;
  }
/* END_SECTION:vela-our-story */
