/** Shopify CDN: Minification failed

Line 295:0 Unexpected "}"

**/
.brand-story {
  font-family: 'Jost', sans-serif;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.bs-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 400px;
  border: 1px solid #e8e6e0;
  border-radius: 16px 16px 0 0;
  overflow: hidden;
}

.bs-split--reverse {
  direction: rtl;
}

.bs-split--reverse > * {
  direction: ltr;
}

.bs-split__media {
  overflow: hidden;
  background: #f5f3ee;
}

.bs-split__media .bs-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.bs-split__text {
  padding: 48px 44px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 18px;
  background: #ffffff;
}

.bs-full {
  border: 1px solid #e8e6e0;
  border-radius: 16px 16px 0 0;
  overflow: hidden;
}

.bs-full--rounded {
  border-radius: 16px;
}

.bs-full__media {
  overflow: hidden;
  background: #f5f3ee;
  max-height: 420px;
}

.bs-img--wide {
  width: 100%;
  height: 420px;
  object-fit: cover;
  display: block;
}

.bs-full__text {
  padding: 44px 48px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 16px;
  background: #ffffff;
}

.bs-img-placeholder {
  width: 100%;
  height: 100%;
  min-height: 300px;
  background: #f0ede6;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bs-img-placeholder--wide {
  min-height: 240px;
}

.bs-img-placeholder svg {
  width: 64px;
  height: 64px;
  opacity: 0.3;
}

.bs-eyebrow {
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #888780;
  margin: 0;
}

.bs-title {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.35;
  color: #1a1a18;
  margin: 0;
  max-width: 480px;
}

.bs-title--large {
  font-size: 26px;
}

.bs-full__text .bs-title {
  max-width: 540px;
}

.bs-body {
  font-size: 14px;
  color: #5f5e5a;
  line-height: 1.75;
  max-width: 440px;
}

.bs-body p {
  margin: 0 0 12px;
}

.bs-body p:last-child {
  margin-bottom: 0;
}

.bs-full__text .bs-body {
  max-width: 520px;
}

.bs-cta {
  display: inline-block;
  margin-top: 4px;
  font-size: 13px;
  font-weight: 500;
  color: #1a1a18;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: opacity 0.2s ease;
}

.bs-cta:hover {
  opacity: 0.6;
}

.bs-icons {
  display: flex;
  border: 1px solid #e8e6e0;
  border-top: none;
  border-radius: 0 0 16px 16px;
  overflow: hidden;
  margin-bottom: 40px;
  background: #ffffff;
}

.bs-icons--rounded {
  border-radius: 0 0 16px 16px;
}

.bs-icon-item {
  flex: 1;
  padding: 20px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  border-right: 1px solid #e8e6e0;
}

.bs-icon-item:last-child {
  border-right: none;
}

.bs-icon-circle {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #f5f3ee;
  border: 1px solid #e8e6e0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.bs-icon-img {
  width: 24px;
  height: 24px;
  object-fit: contain;
  display: block;
}

.bs-icon-label {
  font-size: 11.5px;
  color: #5f5e5a;
  text-align: center;
  line-height: 1.4;
  font-family: 'Jost', sans-serif;
}

@media (max-width: 768px) {
  .bs-split {
    grid-template-columns: 1fr;
    direction: ltr;
  }

  .bs-split__media {
    min-height: 300px;
  }

  .bs-split__text {
    padding: 32px 24px;
  }

  .bs-full__text {
    padding: 32px 24px;
  }

  .bs-title--large {
    font-size: 22px;
  }

  .bs-icons {
    flex-wrap: wrap;
  }

  .bs-icon-item {
    flex: 0 0 50%;
    border-bottom: 1px solid #e8e6e0;
  }

  .bs-icon-item:nth-child(2n) {
    border-right: none;
  }

  .bs-icon-item:nth-last-child(-n+2):nth-child(odd),
  .bs-icon-item:last-child {
    border-bottom: none;
  }

  .bs-title {
    font-size: 19px;
  }
}

.bs-icons {
  flex-wrap: nowrap;
  justify-content: stretch;
}

.bs-icon-item {
  flex: 1 1 0;
  border-right: 1px solid #e8e6e0;
}

.bs-icon-item:last-child {
  border-right: none;
}

@media (max-width: 768px) {
  .bs-icons {
    flex-wrap: wrap;
    justify-content: center;
  }
  .bs-icon-item {
    flex: 0 1 50%;
    max-width: 50%;
    border-bottom: 1px solid #e8e6e0;
  }
  .bs-icon-item:nth-child(2n) {
    border-right: none;
  }
  .bs-icon-item:nth-last-child(-n+2):nth-child(odd),
  .bs-icon-item:last-child {
    border-bottom: none;
  }
}
}