/** Shopify CDN: Minification failed

Line 564:24 Expected ":"

**/
/* ============================================
   LM Our Story Page
   assets/lm-our-story.css
   ============================================ */

@keyframes lm-story-wave-scroll {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-2880px); }
}

/* ── Wave dividers (animated, uniform) ── */
.lm-story-wave-wrap {
  display: block;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  height: 40px;
  margin-bottom: -1px;
}

.lm-story-wave-wrap.one {
  background: transparent !important;
  margin-top: -40px;
    z-index: 999;
    position: relative;
}

.lm-story-wave-inner {
  display: flex;
  width: 5760px;
  animation: lm-story-wave-scroll 24s linear infinite;
}

.lm-story-wave-inner svg {
  width: 2880px;
  height: 40px;
  flex-shrink: 0;
  display: block;
}

/* ── Shared ── */
.lm-story-eyebrow {
  font-size: 11px;
  /* font-weight: 700; */
  /* letter-spacing: 0.2em; */
  /* text-transform: uppercase; */
  color: #ff0074;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: Rose Avenue, serif;
}

.lm-story-founder .lm-story-eyebrow  {
  color: #ffffff;
}

.lm-story-eyebrow::before {
  content: '';
  display: block;
  width: 18px;
  height: 2px;
  background: #ff0074;
  border-radius: 2px;
  flex-shrink: 0;
}

.lm-story-founder .lm-story-eyebrow::before {
  background: #ffffff;
}


.lm-story-eyebrow--dark {
  color: rgba(0,0,0,1);
}

.lm-story-eyebrow--dark::before {
  background: rgba(0,0,0,1);
}

.lm-story-heading {
  font-size: clamp(28px, 3vw, 44px);
  line-height: 1.05;
  color: #000;
  margin-bottom: 20px;
}

.lm-story-body {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.85;
  color: rgba(0,0,0,0.62);
}

.lm-story-body p + p {
  margin-top: 16px;
}

/* ══════════════════════════
   1. HERO
══════════════════════════ */
.lm-story-hero {
  padding: 80px 0 0;
  position: relative;
  overflow: hidden;
}

.lm-story-hero__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: end;
  position: relative;
  z-index: 1;
}

.lm-story-hero__left {
  padding-bottom: 72px;
}

.lm-story-hero__heading {
  font-size: clamp(28px, 5vw, 54px);
  line-height: 0.95;
  color: #000;
  margin-bottom: 22px;
}

.lm-story-hero__body {
  font-size: 17px;
  font-weight: 500;
  line-height: 1.75;
  color: rgba(0,0,0,0.6);
  max-width: 420px;
  margin-bottom: 28px;
}

.lm-story-hero__tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(0,0,0,0.08);
  border-radius: 100px;
  padding: 9px 20px;
  font-size: 12px;
  font-weight: 700;
  color: rgba(0,0,0,0.5);
}

.lm-story-hero__img-wrap {
  aspect-ratio: 1/1;
  border-radius: 24px 24px 0 0;
  overflow: hidden;
  align-self: end;
  background: #f0efec;
}

.lm-story-hero__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  display: block;
}

.lm-story-hero__img-ph {
  width: 100%;
  height: 100%;
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 600;
  color: rgba(0,0,0,0.3);
  font-style: italic;
}

/* ══════════════════════════
   2. STORY + JOURNEY
══════════════════════════ */
.lm-story-section {
  padding: 88px 0;
}

.lm-story-section__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
}

/* Journey timeline */
.lm-story-journey__label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(0,0,0,1);
  margin-bottom: 4px;
}

.lm-story-journey__item {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 16px;
  padding: 20px 0;
  border-bottom: 1px solid rgba(0,0,0,0.07);
}

.lm-story-journey__item:first-of-type {
  border-top: 1px solid rgba(0,0,0,0.07);
}

.lm-story-journey__year {
  font-size: 19px;
  color: #ff0074;
  padding-top: 2px;
}

.lm-story-journey__event {
  font-size: 14px;
  font-weight: 700;
  color: #000;
  margin-bottom: 3px;
}

.lm-story-journey__detail {
  font-size: 13px;
  font-weight: 400;
  color: rgba(0,0,0,0.42);
  line-height: 1.55;
}

/* ══════════════════════════
   3. FOUNDER
══════════════════════════ */
.lm-story-founder {
  padding: 88px 0;
  position: relative;
  overflow: hidden;
}

.lm-story-founder__inner {
  display: grid;
  grid-template-columns: 360px 1fr;
  gap: 72px;
  align-items: center;
  position: relative;
  z-index: 1;
}

.lm-story-founder__img-wrap {
  border-radius: 20px;
  aspect-ratio: 4/5;
  overflow: hidden;
  position: relative;
  background: #e8e4df;
}

.lm-story-founder__img {
   width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  display: block;
  position: absolute;
  inset: 0;
}

.lm-story-founder__img-ph {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 600;
  color: rgba(0,0,0,0.3);
  font-style: italic;
}

.lm-story-founder__caption {
  background: rgba(0,0,0,0.5);
  padding: 10px 14px;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}

.lm-story-founder__caption strong {
  display: block;
  font-size: 14px;
  font-weight: 800;
  color: #fff;
}

.lm-story-founder__caption span {
  font-size: 11px;
  color: rgba(255,255,255,0.55);
}

.lm-story-founder__quote {
  font-size: clamp(22px, 2.6vw, 36px);
  color: #FFF;
  line-height: 1.2;
  margin-bottom: 22px;
  font-weight: 600;
  border-left: none;
}

.lm-story-founder__quote::before {
  content: '\201C';
  color: rgba(255, 182, 215, 1);
}

.lm-story-founder__quote::after {
  content: '\201D';
  color: rgba(255, 182, 215, 1);
}

.lm-story-founder__body {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.85;
  color: rgba(255,255,255,0.62);
  margin-bottom: 24px;
}

.lm-story-founder__sig {
  display: flex;
  align-items: center;
  gap: 10px;
}

.lm-story-founder__sig-dash {
  width: 24px;
  height: 2px;
  background: #fff;
  border-radius: 2px;
  flex-shrink: 0;
}

.lm-story-founder__sig-name {
  font-size: 13px;
  font-weight: 700;
  color: #fff;
}

/* ══════════════════════════
   4. WHAT'S INSIDE
══════════════════════════ */
.lm-story-inside {
  padding: 88px 0 0;
}

.lm-story-inside__inner {}

.lm-story-inside__header {
  margin-bottom: 56px;
  max-width: 560px;
}

.lm-story-inside__intro {
  font-size: 16px;
  font-weight: 400;
  color: rgba(0,0,0,0.55);
  line-height: 1.7;
  margin-top: 12px;
}

.lm-story-inside__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 56px;
}

.lm-story-inside__divider {
  width: 32px;
  height: 3px;
  border-radius: 2px;
  margin-bottom: 14px;
}

.lm-story-inside__label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.lm-story-inside__title {
  font-size: 22px;
  font-weight: 800;
  color: #000;
  margin-bottom: 10px;
  line-height: 1.2;
}

.lm-story-inside__body {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.75;
  color: rgba(0,0,0,0.58);
}

/* ══════════════════════════
   5. CTA
══════════════════════════ */
.lm-story-cta {
  padding: 0 0 80px;
  position: relative;
  overflow: hidden;
}

.lm-story-cta::before {
  content: '';
  position: absolute;
  inset: 0;
  /* background-image: linear-gradient(135deg, #31c8d9, #0169f1); */
  pointer-events: none;
}

.lm-story-cta__inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
}

.lm-story-cta__heading {
  font-size: clamp(28px, 3.5vw, 48px);
  color: #000;
  margin-bottom: 8px;
  line-height: 1.05;
}

.lm-story-cta__sub {
  font-size: 15px;
  font-weight: 500;
  color: rgba(0,0,0,0.55);
  line-height: 1.65;
  max-width: 440px;
}

.lm-story-cta__btns {
  display: flex;
  gap: 10px;
  flex-shrink: 0;
}

.lm-story-btn {
  display: inline-block;
  border-radius: 100px;
  padding: 14px 34px 11px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  transition: filter 0.2s, transform 0.15s;
}

.lm-story-btn:hover {
  filter: brightness(0.9);
  transform: translateY(-1px);
}

.lm-story-btn--primary {
  background: #000;
  color: #fff;
}

.lm-story-btn--outline {
  background: transparent;
  color: #000;
  border: 2px solid rgba(0,0,0,0.25);
}

/* ════════════════════════════════
   RESPONSIVE
════════════════════════════════ */
@media screen and (max-width: 989px) {

  .lm-story-hero__inner,
  .lm-story-section__inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .lm-story-hero__left {
    padding-bottom: 0;
  }

  .lm-story-hero__img-wrap {
    aspect-ratio: 4/3;
    border-radius: 20px;
  }

  .lm-story-founder__inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .lm-story-founder__img-wrap {
    max-width: 320px;
  }

  .lm-story-inside__grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .lm-story-cta__inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 28px;
  }

  .lm-story-cta__btns {
    width: 100%;
    flex-direction: column;
  }

  .lm-story-btn {
    text-align: center;
    width: 100%;
  }

}

@media screen and (max-width: 749px) {

  .lm-story-hero {
    padding-top: 56px;
  }

  .lm-story-section,
  .lm-story-founder,
  .lm-story-inside,
  .lm-story-cta {
    padding: 64px 0;
  }

  .lm-story-inside__grid {
    gap: 28px;
  }

  .lm-story-cta {
    padding-top: 0;
  }

  .lm-story-inside {
    padding-bottom: 0;vi
  }

}
