/** Shopify CDN: Minification failed

Line 63:44 Unexpected "__eyebrow"

**/
body.template-index-motion {
  --calm-ink: #16323b;
  --calm-muted: #5d7075;
  --calm-paper: #f5f7f5;
  --calm-surface: rgba(255, 255, 255, 0.86);
  --calm-sea: #2f6f73;
  --calm-sea-soft: #dce8e5;
  --calm-sand: #ece8de;
  --calm-border: rgba(22, 50, 59, 0.14);
  --calm-shadow: 0 18px 50px rgba(22, 50, 59, 0.1);
  color: var(--calm-ink);
  background: var(--calm-paper);
}

.template-index-motion .homepage-ambient,
.template-index-motion .editorial-hero__orbit,
.template-index-motion .editorial-story__watermark,
.template-index-motion .editorial-story__current,
.template-index-motion .editorial-footer__seal,
.template-index-motion .editorial-footer__wordmark {
  display: none !important;
}

.template-index-motion #MainContent > .shopify-section.home-motion-section {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 520ms ease, transform 520ms ease;
}

.template-index-motion #MainContent > .shopify-section.home-motion-section.home-motion-visible {
  opacity: 1;
  transform: none;
}

.template-index-motion #MainContent a[class*='button'],
.template-index-motion #MainContent button:not([disabled]) {
  border-radius: 6px;
  transition: border-color 180ms ease, background-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.template-index-motion #MainContent a[class*='button']:hover,
.template-index-motion #MainContent button:not([disabled]):hover {
  transform: translateY(-1px);
}

.template-index-motion .editorial-hero {
  min-height: 680px;
  color: var(--calm-ink);
  background: var(--calm-paper);
}

.template-index-motion .editorial-hero__inner {
  gap: clamp(2.5rem, 5vw, 6rem);
  max-width: 1320px;
}

.template-index-motion .editorial-hero__kicker,
.template-index-motion [class*='editorial-']__eyebrow {
  color: var(--calm-sea);
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.template-index-motion .editorial-hero__title {
  max-width: 760px;
  margin-block: 2rem;
  color: var(--calm-ink);
  font-size: clamp(3.6rem, 5vw, 5rem);
  line-height: 1.02;
  letter-spacing: -0.045em;
  text-transform: none;
}

.template-index-motion .editorial-hero__intro {
  max-width: 650px;
  color: var(--calm-muted);
  font-size: clamp(1.7rem, 1.8vw, 2.1rem);
  line-height: 1.65;
}

.template-index-motion .editorial-hero__button {
  border: 1px solid var(--calm-sea);
  color: #fff;
  background: var(--calm-sea);
  box-shadow: none;
}

.template-index-motion .editorial-hero__feature {
  color: var(--calm-ink);
  background: var(--calm-sea-soft);
  border-radius: 12px;
}

.template-index-motion .editorial-hero__product {
  overflow: hidden;
  color: var(--calm-ink);
  background: var(--calm-surface);
  border: 1px solid var(--calm-border);
  border-radius: 12px;
  box-shadow: var(--calm-shadow);
  transform: none;
}

.template-index-motion .editorial-hero__product-label {
  top: 0.75rem;
  left: 0.75rem;
  max-width: calc(100% - 1.5rem);
  line-height: 1.3;
}

.template-index-motion .editorial-hero__facts {
  border-color: var(--calm-border);
}

.template-index-motion .editorial-hero__fact-value {
  font-size: clamp(2.4rem, 3vw, 4rem);
}

.template-index-motion .editorial-marquee {
  border-block: 1px solid var(--calm-border);
}

.template-index-motion .editorial-marquee__track {
  font-size: 1.3rem;
  letter-spacing: 0.12em;
}

.template-index-motion .editorial-collections,
.template-index-motion .editorial-spotlight,
.template-index-motion .editorial-products,
.template-index-motion .editorial-recipes,
.template-index-motion .editorial-story,
.template-index-motion .editorial-faq {
  color: var(--calm-ink);
}

.template-index-motion .editorial-collections__heading,
.template-index-motion .editorial-spotlight__heading,
.template-index-motion .editorial-products__heading,
.template-index-motion .editorial-recipes__heading,
.template-index-motion .editorial-story__heading,
.template-index-motion .editorial-faq__heading {
  max-width: 820px;
  font-size: clamp(2.8rem, 3.8vw, 4rem);
  line-height: 1.08;
  letter-spacing: -0.035em;
  text-transform: none;
}

.template-index-motion .editorial-collections__text,
.template-index-motion .editorial-recipes__text,
.template-index-motion .editorial-story__text,
.template-index-motion .editorial-faq__text {
  color: var(--calm-muted);
  font-size: 1.7rem;
  line-height: 1.7;
}

.template-index-motion .editorial-collections__header h2,
.template-index-motion .editorial-spotlight__copy h2,
.template-index-motion .editorial-products__header h2,
.template-index-motion .editorial-recipes__header h2,
.template-index-motion .editorial-story__statement h2,
.template-index-motion .editorial-faq__header h2 {
  max-width: 18ch;
  font-size: clamp(2.8rem, 3.8vw, 4rem);
  line-height: 1.08;
  letter-spacing: -0.035em;
  text-transform: none;
}

.template-index-motion .editorial-collections__meta h3 {
  font-size: clamp(1.7rem, 2.2vw, 2.3rem);
}

.template-index-motion .editorial-footer__intro h2 {
  max-width: 18ch;
  font-size: clamp(2.6rem, 3.8vw, 4rem);
  line-height: 1.08;
  letter-spacing: -0.035em;
  text-transform: none;
}

.template-index-motion .editorial-collections__grid {
  gap: 2rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.template-index-motion .editorial-collections__card,
.template-index-motion .editorial-products__card,
.template-index-motion .editorial-recipes__card {
  overflow: hidden;
  background: var(--calm-surface);
  border: 1px solid var(--calm-border);
  border-radius: 12px;
  box-shadow: none;
  transform: none !important;
}

.template-index-motion .editorial-collections__card {
  min-height: 22rem;
  color: #fff;
  background: var(--calm-ink);
}

.template-index-motion .editorial-collections__card:hover,
.template-index-motion .editorial-products__card:hover,
.template-index-motion .editorial-recipes__card:hover {
  border-color: rgba(47, 111, 115, 0.42);
  transform: translateY(-3px) !important;
}

.template-index-motion .editorial-products__media,
.template-index-motion .editorial-recipes__media {
  aspect-ratio: 4 / 3;
}

.template-index-motion .editorial-collections__media {
  width: auto;
  height: auto;
  aspect-ratio: auto;
}

.template-index-motion .editorial-spotlight__inner {
  max-width: 1320px;
  margin-inline: auto;
  padding: clamp(3rem, 5vw, 6rem);
  background: var(--calm-surface);
  border: 1px solid var(--calm-border);
  border-radius: 12px;
}

.template-index-motion .editorial-spotlight__stamp {
  display: inline-flex;
  align-items: center;
  width: max-content;
  height: auto;
  max-width: calc(100% - 3rem);
  aspect-ratio: auto;
  padding: 0.7rem 1rem;
  color: var(--calm-sea);
  background: var(--calm-sea-soft);
  border: 0;
  border-radius: 999px;
  transform: none;
}

.template-index-motion .editorial-spotlight__notes li {
  border-color: var(--calm-border);
}

.template-index-motion .editorial-products__grid,
.template-index-motion .editorial-recipes__grid {
  gap: 2rem;
}

.template-index-motion .editorial-products__card,
.template-index-motion .editorial-recipes__card {
  color: var(--calm-ink);
}

.template-index-motion .editorial-products__button,
.template-index-motion .editorial-recipes__link {
  color: var(--calm-sea);
}

.template-index-motion .editorial-story__steps li {
  color: var(--calm-ink);
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid var(--calm-border);
  border-radius: 10px;
  box-shadow: none;
  transform: none !important;
}

.template-index-motion .editorial-faq__item {
  border-color: var(--calm-border);
}

.template-index-motion .editorial-faq__question {
  font-size: clamp(1.8rem, 2vw, 2.2rem);
}

.template-index-motion .editorial-footer__newsletter {
  border: 1px solid var(--calm-border);
  border-radius: 10px;
  box-shadow: none;
  transform: none;
}

@media (max-width: 989px) {
  .template-index-motion .editorial-hero {
    min-height: auto;
  }

  .template-index-motion .editorial-collections__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 749px) {
  .template-index-motion .editorial-hero__grid {
    min-height: auto;
  }

  .template-index-motion .editorial-hero__copy {
    min-height: auto;
    gap: 2rem;
    padding: 2.5rem 1.25rem 3rem;
  }

  .template-index-motion .editorial-hero__feature {
    min-height: 27rem;
    padding: 2rem 1.25rem;
  }

  .template-index-motion .editorial-hero__title {
    margin: 0;
    font-size: clamp(3.2rem, 10vw, 4.2rem);
  }

  .template-index-motion .editorial-collections__heading,
  .template-index-motion .editorial-spotlight__heading,
  .template-index-motion .editorial-products__heading,
  .template-index-motion .editorial-recipes__heading,
  .template-index-motion .editorial-story__heading,
  .template-index-motion .editorial-faq__heading {
    font-size: clamp(2.7rem, 8vw, 3.4rem);
  }

  .template-index-motion .editorial-collections__header h2,
  .template-index-motion .editorial-spotlight__copy h2,
  .template-index-motion .editorial-products__header h2,
  .template-index-motion .editorial-recipes__header h2,
  .template-index-motion .editorial-story__statement h2,
  .template-index-motion .editorial-faq__header h2,
  .template-index-motion .editorial-footer__intro h2 {
    font-size: clamp(2.7rem, 8vw, 3.4rem);
  }

  .template-index-motion .editorial-collections__grid {
    grid-template-columns: 1fr;
  }

  .template-index-motion .editorial-collections {
    padding-block: 3.5rem;
  }

  .template-index-motion .editorial-collections__card {
    min-height: 21rem;
  }

  .template-index-motion .editorial-spotlight__inner {
    padding: 2.4rem 2rem;
  }

  .template-index-motion .editorial-spotlight__media,
  .template-index-motion .editorial-spotlight__fallback {
    min-height: 20rem;
  }

  .template-index-motion .editorial-spotlight__stamp {
    right: auto;
    bottom: 1rem;
    left: 1rem;
    max-width: calc(100% - 2rem);
  }
}

@media (prefers-reduced-motion: reduce) {
  .template-index-motion #MainContent > .shopify-section.home-motion-section,
  .template-index-motion #MainContent > .shopify-section.home-motion-section.home-motion-visible {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .template-index-motion #MainContent a[class*='button'],
  .template-index-motion #MainContent button:not([disabled]) {
    transition: none;
  }
}
