/** Shopify CDN: Minification failed

Line 95:18 Unexpected "{"

**/
/* ==========================================================================
   Founder Story Section
   Scoped under .founder-story to avoid bleeding into theme global styles.
   Uses CSS custom properties set inline per-section instance for
   multi-instance + theme editor color/spacing control.
   ========================================================================== */
@media screen and (max-width: 768px){

  .founder-story h2{
    font-size: 40px;
    line-height: 50px;
  }

  .founder-story__hero-sub p {
    font-size: 18px !important;
    line-height: 30px !important;
  }

}
   .founder-story__hero-heading {
    color: #185FA5 ;
    font-family: 'Playfair Display' ;
    font-weight: 700;
    font-size: 60px;
    line-height: 72px;
    letter-spacing: unset;
    margin-bottom: 10px;
    max-width: 800px;
}
.founder-story__hero-sub {
  font-family: "Instrument Sans";
  font-weight: 500;
  font-size: clamp(18px, 2.5vw, 22px);
  line-height: 1.55;
  letter-spacing: 0;
  color: #000000;
}

.founder-story__hero-sub p {
  margin: 0;
}
.founder-story__badge {
  display: flex;
  align-items: center;
  gap: 8px;
  background: rgba(24, 95, 165, 0.03);
  border: 1px solid rgba(24, 95, 165, 0.08);
  border-radius:3px;
  font-family: "Instrument Sans";
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0;
  color: rgba(24, 95, 165, 1);
  padding:8px 10px;
}
.founder-story__hero-sub.rte p{
    font-family: "Poppins", sans-serif;
    font-weight: 500 ;
    font-size: 22px ;
    line-height: 34px ;
    color: #000000 ;
}
.founder-story__badge img {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  object-fit: contain;
}
.founder-story {
  background: var(--fs-color-bg);
  color: var(--fs-color-text);
  padding-top: var(--fs-section-spacing-top);
  padding-bottom: var(--fs-section-spacing-bottom);
  overflow: hidden;
}

.founder-story .page-width {
  max-width: 1920px;
  margin: 0 auto;
  padding-left: 48px;
  padding-right: 48px;
}

.founder-story h1{
  color: var(--fs-color-heading);
  margin: 0;
  line-height: 1.15;
}
.founder-story h2,{
  color: #fffff;
  margin: 0;
  line-height: 1.15; 
}
.founder-story .rte p {
  margin: 0 0 0.85em;
}
/* .founder-story .rte p:last-child {
    margin-bottom: 0;
    color: #333333;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 19px;
} */


.founder-story__eyebrow {
    /* text-transform: uppercase; */
    letter-spacing: 0.08em;
    color: #000000;
    margin: 0 0 12px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
}

.founder-story__eyebrow--light {
    color: var(--fs-color-band-text);
    opacity: 0.85;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
}

/* ---------------- Hero ---------------- */

.founder-story__hero-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  /* gap: clamp(32px, 5vw, 64px); */
  align-items: center;
  padding-bottom:63px;
}

/* .founder-story__hero-heading {
  font-size: clamp(1.9rem, 3.4vw, 2.75rem);
  margin-bottom: 18px;
} */

.founder-story__hero-sub {
  font-size: 1.05rem;
  line-height: 1.55;
  max-width: 46ch;
  margin-bottom: 22px;
}

.founder-story__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0;
}
/* 
.founder-story__badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.85rem;
  background: color-mix(in srgb, var(--fs-color-accent) 8%, transparent);
  color: var(--fs-color-accent);
  border: 1px solid color-mix(in srgb, var(--fs-color-accent) 25%, transparent);
  border-radius: 999px;
  padding: 7px 14px;
} */

/* .founder-story__badge svg {
  flex-shrink: 0;
} */

.founder-story__hero-media {
  display: flex;
  justify-content: center;
}

.founder-story__image-card {
  position: relative;
  width: 100%;
  max-width: 340px;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 16px 40px -12px rgba(0, 0, 0, 0.25);
}

.founder-story__image-card--placeholder {
  aspect-ratio: 3 / 4;
  background: color-mix(in srgb, var(--fs-color-accent) 10%, white);
  display: flex;
  align-items: center;
  justify-content: center;
}

.founder-story__placeholder-svg {
  width: 50%;
  height: 50%;
  opacity: 0.4;
}

.founder-story__image {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 4;
  object-fit: cover;
}

.founder-story__image-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: color-mix(in srgb, var(--fs-color-accent) 92%, black 8%);
  color: var(--fs-color-accent-contrast);
  text-align: center;
  padding: 12px 14px;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.founder-story__image-caption strong {
  display: block;
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0;
  color: #FFFFFF;
}
.founder-story__quote {
  position: relative;
  background: #0A1F44;
  color: #fff;
  border-radius: 24px;
  padding: 60px;
  overflow: visible;
}
.founder-story__signature_image {
  margin-top: 24px;
  text-align: left;
}

.founder-story__signature_image img {
  display: inline-block;
  max-width: 182px; 
  width: 100%;
  height: auto;
}
/* Left white strip */
/* .founder-story__quote::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -18px;
  width: 18px;
  background: #F9F7F3;
  border-radius: 18px 0 0 18px;
 box-shadow: 0px 4px 4px 0px #0A1F4440;

} */
.founder-story__image-caption span {
  display: block;
  font-family: "Instrument Sans", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0;
  color: #FFFFFF;
}
/* ---------------- Pull quote ---------------- */

.founder-story__quote-wrap {
  margin-top: clamp(32px, 5vw, 56px);
}

.founder-story__quote {
    background: #0A1F44;
    color: var(--fs-color-accent-contrast);
    border-radius: var(--fs-radius);
    padding: clamp(24px, 4vw, 40px);
    margin: 0;
    box-shadow: 0px 4px 4px 0px #0A1F4440;
}

.founder-story__quote p {
  margin: 0 0 14px;
  font-family: "Instrument Sans", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0;
  color: #FFFFFF;
}

.founder-story__quote cite {
  display: block;
  font-style: normal;
  font-family: "Instrument Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0;
  color: #FFFFFF;
  opacity: 1;
}
.founder-story__divider {
  width: 100%;
  max-width: 1200px;
  height: 1px;
  margin: 40px auto;
  background: linear-gradient(
    90deg,
    rgba(24, 95, 165, 0) 0%,
    #0A1F44 50.48%,
    rgba(24, 95, 165, 0) 100%
  );
}
/* ---------------- Intro text blocks ---------------- */

.founder-story__intro {
  margin-top: clamp(40px, 6vw, 72px);
  display: flex;
  flex-direction: column;
  gap: clamp(28px, 4vw, 44px);
}

.founder-story__intro-heading {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 32px;
  letter-spacing: 0;
  color: #185FA5;
  margin-bottom: 20px;
}

.founder-story__intro-body {
  max-width: 1280px;
}

.founder-story__intro-body ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.founder-story__intro-body li {
  position: relative;
  padding-left: 32px;
  margin-bottom: 18px;

  font-family: "Instrument Sans", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0;
  color: #000000;
}

.founder-story__intro-body li:last-child {
  margin-bottom: 0;
}

.founder-story__intro-body li::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 18px;
  height: 18px;
  background: url("/cdn/shop/files/checkmarks_6_1.png?v=1782480639")
    no-repeat center;
  background-size: contain;
}
/* ---------------- Feature band ---------------- */

.founder-story__features-band {
  background: url("/cdn/shop/files/Group_131.png?v=1782726921")
    no-repeat center center;
  background-size: cover;

  color: var(--fs-color-band-text);
  margin-top: clamp(48px, 7vw, 88px);
  padding: clamp(48px, 7vw, 80px) 0;
}
.founder-story__features-heading-wrap {
  text-align: center;
  max-width: 720px;
  margin: 0 auto clamp(32px, 5vw, 48px);
}

.founder-story__features-heading {
    color: var(--fs-color-band-text);
    font-family: 'Playfair Display';
    font-weight: 700;
    font-size: 28px;
    line-height: 32px;
}

.founder-story__features-grid {
  --feature-columns: 3;
  display: grid;
  grid-template-columns: repeat(var(--feature-columns), 1fr);
  gap: 20px;
}

.founder-story__feature-card {
  background: var(--fs-color-card-bg);
  border-radius: 20px !important;
  padding: 26px 24px;
  color: var(--fs-color-text);
}

.founder-story__feature-icon {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--fs-color-accent);
  margin-bottom: 16px;
}

.founder-story__feature-icon-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.founder-story__feature-title {
    margin-bottom: 8px;
    font-family: Playfair Display;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: rgba(24, 95, 165, 1);
}

.founder-story__feature-text {
  font-size: 0.92rem;
  line-height: 1.55;
  opacity: 0.85;
}
.founder-story__feature-text.rte p{
  font-family: 'Instrument Sans' !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 24px !important;
    color: #333333 !important;
}
/* ---------------- Life stage grid ---------------- */

.founder-story__stages {
  margin-top: clamp(48px, 7vw, 88px);
}

.founder-story__stages-grid {
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  gap: clamp(28px, 4vw, 48px);
  align-items: start;
  padding-top: 80px;
}

.founder-story__stages-heading {
    margin: 10px 0 16px;
    font-family: Playfair Display;
    font-weight: 700;
    font-size: 28px;
    line-height: 32px;
    color: #185FA5;
}

.founder-story__stages-body {
  font-size: 0.98rem;
  line-height: 1.6;
  opacity: 0.85;
}

.founder-story__stages-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.founder-story__stage-card {
  background: var(--fs-color-card-bg);
  border: 1px solid #00000014;
  border-radius:15px !important;
  padding: 14px;
}

.founder-story__stage-title {
    margin-bottom: 8px;
    font-family: Playfair Display;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #185FA5;
}

.founder-story__stage-text {
  font-size: 0.92rem;
  line-height: 1.55;
  opacity: 0.85;
}
.founder-story__stage-text.rte p{
  font-family: 'Instrument Sans' !important;
  font-weight: 400 !important;
  font-style: Regular !important;
  font-size: 14px !important;
  line-height: 20px !important;

}
/* ---------------- Closing banner ---------------- */

.founder-story__closing {
  background: rgba(24, 95, 165, 1);
  color: var(--fs-color-accent-contrast);
  margin-top: clamp(48px, 7vw, 88px);
  padding: clamp(48px, 7vw, 80px) 0;
}

.founder-story__closing-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
.founder-story__closing-card {
  position: relative;
  background: #fff;
  border-radius: 15px;
  padding: 16px;
  z-index: 2;
}

/* .founder-story__closing-card::before {
  content: "";
  position: absolute;
  top: -8px;
  left: -8px;
  right: 8px;
  bottom: 8px;
  border-top: 8px solid rgba(255, 255, 255, 0.3);
  border-left: 8px solid rgba(255, 255, 255, 0.3);
  border-radius: 34px;
  z-index: -1;
} */

/* .founder-story__closing-card::after {
  content: "";
  position: absolute;
  top: -16px;
  left: -16px;
  right: 16px;
  bottom: 16px;
  border-top: 1px solid rgba(255,255,255,.4);
  border-left: 1px solid rgba(255,255,255,.4);
  border-radius: 24px 0 0 0;
  z-index: -2;
} */
.founder-story__closing-quote p {
    margin: 6px 0 18px;
    font-family: Playfair Display;
    font-weight: 700;
    font-size: 32px;
    line-height: 45px;
    max-width: 452px;
}

.founder-story__closing-note {
    opacity: 0.75;
    max-width: 50ch;
    margin: 0 0 16px;
    font-family: Instrument Sans;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
}

.founder-story__closing-logo img {
  max-height: 28px;
  width: auto;
}

.founder-story__closing-card {
  background: var(--fs-color-card-bg);
  color: var(--fs-color-text);
  border-radius: 15px;
  padding: 28px;
  margin: 0 auto;
}
.founder-story__closing-card{
    display:flex;
    align-items:center;
    gap:50px;
    background:#fff;
    border-radius:15px;
    padding:18px;
    position:relative;
}

.founder-story__closing-image{
    width:260px;
    flex-shrink:0;
    position:relative;
}

.founder-story__closing-img{
    width:100%;
    display:block;
    border-radius:12px;
}

.founder-story__closing-content{
    flex:1;
}
.founder-story__founder-signature-image {
  margin-top: 20px;
}

.founder-story__founder-signature-image img {
  display: block;
  max-width: 182px; /* Change if needed */
  width: 100%;
  height: auto;
}
/* .founder-story__signature{
    margin-bottom:18px;
    font-family:cursive;
    font-size:34px;
    color:#0A1F44;
} */

.founder-story__closing-content h3 {
    margin: 0 0 8px;
    color: #0A1F44;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
}

.founder-story__closing-content p {
    margin: 0;
    font-family: Instrument Sans;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #0A1F44;
}

.founder-story__closing-caption{
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    background:#0A1F44;
    color:#fff;
    text-align:center;
    padding:12px;
    border-radius: 0 0 10px 10px;
}

.founder-story__closing-caption strong {
    display: block;
    font-family: 'Playfair Display';
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    margin-bottom:10px;
}
.founder-story__closing-caption span {
    display: block;
    opacity: 0.7;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
}
.founder-story__closing-img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 18px;
}

.founder-story__signature {
    font-style: italic;
    margin: 0 0 10px;
    padding-bottom: 10px;
    color: var(--fs-color-accent);
    font-family: 'Pinyon Script';
    font-weight: 400;
    font-size: 28px;
    line-height: 32px;
    border-bottom: 1px solid #0A1F44;
    color: #0A1F44;
    width:fit-content;
}

.founder-story__closing-caption strong {
  display: block;
  font-size: 0.95rem;
}

.founder-story__closing-caption span {
  display: block;
  font-size: 0.8rem;
  opacity: 0.7;
}

/* ---------------- CTA bar ---------------- */

.founder-story__cta {
  background: var(--fs-color-cta-bg);
  color: var(--fs-color-cta-text);
  margin-top: clamp(0px, 0vw, 0px);
}

.founder-story__cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  padding-top: 40px !important;
  padding-bottom: 40px;
}

.founder-story__cta-heading {
    color: var(--fs-color-cta-text);
    margin-bottom: 4px;
    font-family: Playfair Display;
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
}

.founder-story__cta-subtext {
    opacity: 0.85;
    margin: 0;
    font-family: Instrument Sans;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
}

.founder-story__cta-buttons {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.founder-story__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  border-radius: 15px;
  font-size: 0.92rem;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
  transition: opacity 0.15s ease, transform 0.15s ease;
}

.founder-story__btn:hover {
  opacity: 0.88;
}

.founder-story__btn:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 3px;
}

.founder-story__btn--primary {
    background:#0a1f44;
    color: var(--fs-color-accent-contrast);
    font-family: Instrument Sans;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
}
.founder-story__feature-card {
  position: relative;
  background: #fff;
  border-radius: 20px;
  padding: 32px 24px 24px;
  z-index: 2;
  overflow: visible;
}

/* Top & Left Frame */
/* .founder-story__feature-card::before {
    content: "";
    position: absolute;
    top: -8px;
    left: -8px;
    right: 8px;
    bottom: 8px;
    border-top: 8px solid rgba(255, 255, 255, 0.3);
    border-left: 8px solid rgba(255, 255, 255, 0.3);
    border-radius: 29px;
    pointer-events: none;
    z-index: -1;
} */
.founder-story__btn--secondary {
    background: rgba(255, 255, 255, 1);
    color: var(--fs-color-cta-text);
    border: 1.5px solid color-mix(in srgb, var(--fs-color-cta-text) 60%, transparent);
    font-family: Instrument Sans;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: rgba(24, 95, 165, 1);
}

/* ---------------- Motion (reduced-motion safe) ---------------- */

@media (prefers-reduced-motion: no-preference) {
  .founder-story [data-aos] {
    opacity: 0;
    transform: translateY(16px);
    transition: opacity 0.6s ease, transform 0.6s ease;
  }
  .founder-story [data-aos].is-visible {
    opacity: 1;
    transform: translateY(0);
    border-radius: 15px;
  }
}

/* ==========================================================================
   Responsive breakpoints
   ========================================================================== */

@media screen and (max-width: 989px) {
  .founder-story__hero-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .founder-story__hero-media {
    order: -1;
  }

  .founder-story__stages-grid {
    grid-template-columns: 1fr;
  }

  .founder-story__closing-grid {
    grid-template-columns: 1fr;
  }

  .founder-story__closing-media {
    order: -1;
  }
}

@media screen and (max-width: 768px) {
  .founder-story .page-width {
    padding-left: 18px;
    padding-right: 18px;
  }

  .founder-story__features-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }

  .founder-story__stages-cards {
    grid-template-columns: 1fr;
  }

  .founder-story__cta-inner {
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
  }

  .founder-story__cta-buttons {
    width: 100%;
  }

  .founder-story__btn {
    flex: 1;
  }
  .founder-story__quote-wrap{
    margin-left: 20px !important;
  }
  .founder-story__closing-card{
    display: block;
  }
   .founder-story__closing-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .founder-story__closing-image {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .founder-story__closing-img {
    max-width: 100%;
    height: auto;
  }

  .founder-story__closing-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .founder-story__signature,
  .founder-story__closing-content h3,
  .founder-story__closing-content p {
    text-align: center;
  }
}

@media screen and (max-width: 480px) {
  .founder-story__features-grid {
    grid-template-columns: 1fr !important;
  }

  .founder-story__badges {
    flex-direction: column;
    align-items: flex-start;
  }

  .founder-story__image-card {
    max-width: 100%;
  }
}
.founder-story__stages-grid .founder-story__stages-intro.is-visible .founder-story__stages-body.rte p {
    font-size: 12px;
    line-height: 19px;
}