/** Shopify CDN: Minification failed

Line 181:12 Unexpected "{"
Line 181:21 Expected ":"
Line 182:16 Expected identifier but found whitespace
Line 182:18 Unexpected "{"
Line 182:27 Expected ":"
Line 182:78 Expected ":"
Line 183:19 Expected identifier but found whitespace
Line 183:21 Unexpected "{"
Line 183:30 Expected ":"
Line 183:84 Expected ":"
... and 10 more hidden warnings

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:mz-founder-block (INDEX:56) */
.mz-founder {
    background: #f8f5f0;
    width: 100%;
  }
  .mz-founder__inner {
    display: grid;
    grid-template-columns: 1fr;
    gap: 32px;
    max-width: 1280px;
    margin: 0 auto;
    padding-inline: clamp(16px, 5vw, 64px);
  }
  @media (min-width: 750px) {
    .mz-founder__inner {
      grid-template-columns: 1fr 1.05fr;
      gap: clamp(40px, 5vw, 80px);
      align-items: center;
    }
  }

  .mz-founder__media {
    position: relative;
    aspect-ratio: 4 / 5;
    overflow: hidden;
    border-radius: 18px;
    background: linear-gradient(135deg, #e8dcc8 0%, #d1b48c 100%);
  }
  .mz-founder__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .mz-founder__media-placeholder {
    position: absolute; inset: 0;
    background: linear-gradient(135deg, #e8dcc8 0%, #d1b48c 100%);
  }

  .mz-founder__type {
    padding-block: clamp(8px, 2vw, 16px);
  }

  .mz-founder__eyebrow {
    font-family: var(--font-heading-family, sans-serif);
    font-weight: 600;
    font-size: 0.78rem;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    color: #987555;
    margin: 0 0 1.4rem;
  }

  .mz-founder__quote {
    font-family: var(--font-heading-family, sans-serif);
    font-style: italic;
    font-weight: 400;
    font-size: clamp(1.9rem, 3.6vw, 2.95rem);
    line-height: 1.15;
    letter-spacing: -0.005em;
    color: #4d392a;
    margin: 0 0 1.8rem;
    text-wrap: balance;
  }

  .mz-founder__body {
    font-family: var(--font-body-family, sans-serif);
    font-weight: 400;
    font-size: clamp(1.1rem, 1.35vw, 1.22rem);
    line-height: 1.75;
    color: #5c4734;
    max-width: 56ch;
    margin: 0 0 1.6rem;
  }
  .mz-founder__body p { margin: 0 0 0.9rem; }
  .mz-founder__body p:last-child { margin-bottom: 0; }
  .mz-founder__body strong { color: #4d392a; font-weight: 700; }

  .mz-founder__signature {
    font-family: var(--font-heading-family, sans-serif);
    font-style: italic;
    font-weight: 600;
    font-size: clamp(1.2rem, 1.5vw, 1.45rem);
    color: #4d392a;
    margin: 0 0 2rem;
    letter-spacing: 0.01em;
  }

  /* Trust icons row — lives inside the founder type column, just above the CTA */
  .mz-founder__trust {
    list-style: none;
    margin: 0 0 2.4rem;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: clamp(1.2rem, 2.5vw, 2.2rem);
    align-items: flex-start;
  }
  .mz-founder__trust-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0.6rem;
    flex: 1 1 0;
    min-width: 80px;
  }
  .mz-founder__trust-icon {
    width: 38px;
    height: 38px;
    color: #664228;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .mz-founder__trust-icon svg {
    width: 100%; height: 100%;
  }
  .mz-founder__trust-label {
    font-family: var(--font-heading-family, sans-serif);
    font-weight: 500;
    font-size: clamp(0.95rem, 1.1vw, 1.05rem);
    letter-spacing: 0.02em;
    color: #4d392a;
    line-height: 1.35;
    max-width: 18ch;
  }
  @media (min-width: 750px) {
    .mz-founder__trust {
      justify-content: flex-start;
    }
  }

  .mz-founder__cta {
    display: inline-flex;
    align-items: center;
    gap: 0.7rem;
    font-family: var(--font-heading-family, sans-serif);
    font-weight: 600;
    font-size: clamp(0.95rem, 1.15vw, 1.05rem);
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #4d392a;
    text-decoration: none;
    padding: 14px 0;
    border-bottom: 1px solid #664228;
    transition: color 280ms ease, border-color 280ms ease, gap 280ms ease;
  }
  .mz-founder__cta:hover {
    color: #664228;
    border-color: #987555;
    gap: 1rem;
  }
  .mz-founder__cta-arrow {
    display: inline-block;
    transition: transform 280ms ease;
  }
  .mz-founder__cta:hover .mz-founder__cta-arrow {
    transform: translateX(4px);
  }

  .section-{{ section.id }}-padding {
    padding-top: {{ section.settings.padding_top | times: 0.75 | round: 0 }}px;
    padding-bottom: {{ section.settings.padding_bottom | times: 0.75 | round: 0 }}px;
  }
  @media (min-width: 750px) {
    .section-{{ section.id }}-padding {
      padding-top: {{ section.settings.padding_top }}px;
      padding-bottom: {{ section.settings.padding_bottom }}px;
    }
  }
/* END_SECTION:mz-founder-block */

/* START_SECTION:trust-strip (INDEX:73) */
.mz-trust-strip-section {
    width: 100%;
  }

  .mz-trust-strip {
    display: flex;
    align-items: flex-start;
    justify-content: space-evenly;
    gap: 0;
    padding: 0.8rem 0;
    margin: 0.3rem auto;
    width: 100%;
  }

  .mz-trust-strip__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0.5rem;
    flex: 1 1 0;
    min-width: 0;
  }

  .mz-trust-strip__icon {
    width: 32px;
    height: 32px;
    color: var(--mz-tan, #8b7355);
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .mz-trust-strip__icon svg {
    width: 100%;
    height: 100%;
  }

  .mz-trust-strip__label {
    font-family: var(--font-body-family, sans-serif);
    font-size: 1.1rem;
    font-weight: 500;
    color: var(--mz-brown, #664228);
    line-height: 1.35;
    max-width: 14ch;
  }

  @media screen and (max-width: 749px) {
    .mz-trust-strip {
      gap: 0.5rem;
      padding: 0.6rem 0;
    }

    .mz-trust-strip__icon {
      width: 24px;
      height: 24px;
    }

    .mz-trust-strip__label {
      font-size: 0.95rem;
      max-width: 12ch;
    }
  }
/* END_SECTION:trust-strip */

/* CSS from snippet stylesheet tags */
/* START_SNIPPET:mz-button (INDEX:101) */
.mz-button {
    display: inline-block;
    font-family: var(--font-body-family, sans-serif);
    font-size: 0.85rem;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #fff;
    background: var(--mz-brown);
    border: none;
    padding: 16px 40px;
    text-decoration: none;
    transition: all 0.3s ease;
    font-weight: 500;
    box-shadow: 0 4px 20px rgba(102, 66, 40, 0.35);
    cursor: pointer;
  }

  .mz-button:hover {
    background: var(--mz-brown-hover);
    transform: translateY(-2px);
    box-shadow: 0 6px 25px rgba(102, 66, 40, 0.45);
  }

  .mz-button--secondary {
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    color: var(--mz-brown);
    border: 1px solid rgba(102, 66, 40, 0.3);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  }

  .mz-button--secondary:hover {
    background: rgba(255, 255, 255, 0.95);
    color: var(--mz-brown);
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.15);
  }

  @media (max-width: 768px) {
    .mz-button {
      font-size: 0.8rem;
      padding: 14px 28px;
    }
  }
/* END_SNIPPET:mz-button */