/** Shopify CDN: Minification failed

Line 331:1 Expected "}" to go with "{"

**/
/* ============================================================
   ROOT — homepage sections (premium wellness redesign)
   Shared prefix .rt · same palette/typography as the ROOT prototype
   ============================================================ */

.rt {
  --cream:   #F3EDE0;
  --cream-2: #ECE3D2;
  --sand:    #E4D9C2;
  --sage:    #A3AD8E;
  --sage-soft:#B9C0A6;
  --olive:   #515B40;
  --forest:  #222C1D;
  --ochre:   #B0823E;
  --ochre-deep:#946A2E;
  --ink:     #2B271F;
  --ink-soft:#5E574A;
  --ink-faint:#8A8270;
  --line:    #DAD0BC;
  --card:    #FBF8F1;
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans:  "Hanken Grotesk", system-ui, sans-serif;
  font-family: var(--sans);
  color: var(--ink);
  font-size: 17px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
.rt * { box-sizing: border-box; }
.rt img { display: block; max-width: 100%; }
.rt a { color: inherit; text-decoration: none; }
.rt p { margin: 0; }
.rt h1, .rt h2, .rt h3 { font-family: var(--serif); font-weight: 500; margin: 0; line-height: 1.06; letter-spacing: -0.01em; color: var(--ink); }
.rt-wrap { max-width: 1240px; margin: 0 auto; padding: 0 40px; position: relative; }
.rt-eyebrow { font-size: 12px; letter-spacing: .26em; text-transform: uppercase; font-weight: 600; color: var(--ochre-deep); }
.rt-h2 { font-size: clamp(36px, 4vw, 54px); }
.rt-sub { color: var(--ink-soft); margin-top: 14px; font-size: 17px; }
.rt-link { display: inline-flex; align-items: center; gap: 8px; font-weight: 600; font-size: 13.5px; letter-spacing: .06em; text-transform: uppercase; border-bottom: 1px solid currentColor; padding-bottom: 3px; transition: gap .25s; }
.rt-link:hover { gap: 14px; }
.rt-btn { display: inline-flex; align-items: center; gap: 10px; font-family: var(--sans); font-weight: 600; font-size: 13.5px; letter-spacing: .08em; text-transform: uppercase; padding: 15px 30px; border-radius: 999px; border: 1px solid transparent; cursor: pointer; transition: transform .25s cubic-bezier(.2,.7,.3,1), background .25s, color .25s, box-shadow .25s; white-space: nowrap; }
.rt-btn--dark { background: var(--forest); color: #EFEADC; }
.rt-btn--dark:hover { background: var(--olive); transform: translateY(-2px); box-shadow: 0 12px 28px rgba(34,44,29,.25); }
.rt-btn--light { background: var(--cream); color: var(--forest); }
.rt-btn--light:hover { background: #fff; transform: translateY(-2px); }
.rt-btn--ghost { background: transparent; color: currentColor; border-color: currentColor; }
.rt-btn--ghost:hover { transform: translateY(-2px); }

/* reveal — transform only, safe everywhere */
.rt .reveal { transition: transform .85s cubic-bezier(.2,.7,.3,1); }
.rt.js-anim .reveal { transform: translateY(22px); }
.rt.js-anim .reveal.in { transform: none; }
@media (prefers-reduced-motion: reduce) { .rt.js-anim .reveal { transform: none; } }

/* ---------- hero slideshow ---------- */
.rt-slideshow { position: relative; overflow: hidden; height: min(max(72vh, 540px), 820px); background: var(--forest); }
.rt-slide { position: absolute; inset: 0; opacity: 0; transition: opacity 1.1s ease; pointer-events: none; display: flex; align-items: center; }
.rt-slide.is-active { opacity: 1; pointer-events: auto; z-index: 1; }
.rt-slide__media, .rt-slide__media picture { position: absolute; inset: 0; }
.rt-slide__media img { width: 100%; height: 100%; object-fit: cover; }
.rt-slide__ph { position: absolute; inset: 0; }
.rt-slide__ph--forest { background: radial-gradient(120% 130% at 72% 30%, #3A4A2E 0%, #28341F 48%, #1B2415 100%); }
.rt-slide__ph--cream  { background: radial-gradient(120% 130% at 75% 20%, #F7F2E7 0%, #EFE7D6 52%, #E4D9C2 100%); }
.rt-slide__ph--sage   { background: radial-gradient(120% 130% at 75% 20%, #C4CBB0 0%, #ADB695 55%, #8E9A75 100%); }
.rt-slide__scrim { position: absolute; inset: 0; }
.rt-slide[data-tone="light"] .rt-slide__scrim { background: linear-gradient(92deg, rgba(20,27,15,.66) 8%, rgba(20,27,15,.34) 44%, rgba(20,27,15,0) 72%); }
.rt-slide[data-tone="dark"] .rt-slide__scrim { background: linear-gradient(92deg, rgba(243,237,224,.78) 10%, rgba(243,237,224,.38) 46%, rgba(243,237,224,0) 74%); }
.rt-slide__content { position: relative; z-index: 2; max-width: 560px; }
.rt-slide[data-tone="light"] .rt-slide__content { color: #F2EDDF; }
.rt-slide[data-tone="light"] .rt-slide__content h1 { color: #F6F1E3; }
.rt-slide[data-tone="dark"] .rt-slide__content { color: var(--ink-soft); }
.rt-slide__content h1 { font-size: clamp(46px, 5.6vw, 86px); line-height: .98; }
.rt-slide__content h1 em { font-style: italic; }
.rt-slide__sub { font-size: 18.5px; line-height: 1.55; margin-top: 22px; max-width: 44ch; }
.rt-slide__cta { display: flex; gap: 14px; margin-top: 32px; flex-wrap: wrap; }
.rt-dots { position: absolute; left: 0; right: 0; bottom: 26px; z-index: 5; display: flex; gap: 10px; justify-content: center; }
.rt-dots button { width: 9px; height: 9px; border-radius: 999px; border: none; padding: 0; cursor: pointer; background: rgba(243,237,224,.45); transition: background .25s, transform .25s; }
.rt-dots button.is-active { background: #F3EDE0; transform: scale(1.25); }
.rt-slideshow[data-tone-dots="dark"] .rt-dots button { background: rgba(43,39,31,.3); }
.rt-slideshow[data-tone-dots="dark"] .rt-dots button.is-active { background: var(--ink); }

/* ---------- values row ---------- */
.rt-values { background: var(--cream); }
.rt-values__row { display: grid; grid-template-columns: repeat(4, 1fr); padding: 58px 0; }
.rt-value { display: flex; flex-direction: column; gap: 10px; padding: 4px 34px; border-left: 1px solid var(--line); }
.rt-value:first-child { border-left: none; padding-left: 0; }
.rt-value__ic { color: var(--olive); }
.rt-value h3 { font-family: var(--sans); font-weight: 700; font-size: 12.5px; letter-spacing: .16em; text-transform: uppercase; }
.rt-value p { font-size: 14.5px; color: var(--ink-soft); line-height: 1.55; }

/* ---------- wellness goals ---------- */
.rt-goals { background: #EFE8DA; padding: 96px 0 88px; }
.rt-goals__head { text-align: center; max-width: 640px; margin: 0 auto 52px; }
.rt-goals__grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 18px; }
.rt-goal { position: relative; aspect-ratio: 1 / 1.08; border-radius: 12px; overflow: hidden; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 16px; color: #EFEADC; background: linear-gradient(160deg, #3A4A2E 0%, #243019 70%, #1B2415 100%); transition: transform .35s cubic-bezier(.2,.7,.3,1), box-shadow .35s; }
.rt-goal:hover { transform: translateY(-6px); box-shadow: 0 18px 40px rgba(34,44,29,.28); }
.rt-goal__img { position: absolute; inset: 0; }
.rt-goal__img img { width: 100%; height: 100%; object-fit: cover; }
.rt-goal__img::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(20,27,15,.62), rgba(20,27,15,.18) 55%); }
.rt-goal__ic, .rt-goal__label { position: relative; z-index: 2; }
.rt-goal__label { font-weight: 700; font-size: 13px; letter-spacing: .18em; text-transform: uppercase; }
.rt-goals__more { text-align: center; margin-top: 44px; }

/* ---------- journal ---------- */
.rt-journal { background: var(--cream); padding: 100px 0; }
.rt-journal__head { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 48px; }
.rt-journal__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.rt-article__img { aspect-ratio: 4 / 3; border-radius: 12px; overflow: hidden; background: var(--sand); margin-bottom: 22px; }
.rt-article__img img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s cubic-bezier(.2,.7,.3,1); }
.rt-article:hover .rt-article__img img { transform: scale(1.04); }
.rt-article__ph { width: 100%; height: 100%; display: grid; place-items: center; color: var(--olive); background: linear-gradient(150deg, #EAE0CB, #DCD0B4); }
.rt-article h3 { font-size: 26px; margin-top: 10px; }
.rt-article p { color: var(--ink-soft); font-size: 15px; margin-top: 10px; }
.rt-article .rt-link { margin-top: 18px; font-size: 12.5px; }

/* ---------- best sellers ---------- */
.rt-best { background: #EFE8DA; padding: 96px 0; }
.rt-best__head { text-align: center; max-width: 640px; margin: 0 auto 52px; }
.rt-best__grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 20px; }
.rt-product { background: var(--card); border: 1px solid var(--line); border-radius: 12px; overflow: hidden; text-align: center; display: flex; flex-direction: column; transition: transform .35s cubic-bezier(.2,.7,.3,1), box-shadow .35s; }
.rt-product:hover { transform: translateY(-6px); box-shadow: 0 4px 12px rgba(43,39,31,.07), 0 24px 56px rgba(43,39,31,.12); }
.rt-product__img { aspect-ratio: 1 / 1; background: var(--sand); overflow: hidden; }
.rt-product__img img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s cubic-bezier(.2,.7,.3,1); }
.rt-product:hover .rt-product__img img { transform: scale(1.05); }
.rt-product__ph { width: 100%; height: 100%; display: grid; place-items: center; color: var(--olive); background: linear-gradient(150deg, #EAE0CB, #D8C9AC); }
.rt-product__body { padding: 18px 16px 22px; display: flex; flex-direction: column; gap: 6px; flex: 1; align-items: center; }
.rt-product__name { font-weight: 700; font-size: 13px; letter-spacing: .14em; text-transform: uppercase; }
.rt-product__sub { font-size: 12px; letter-spacing: .06em; color: var(--ink-faint); text-transform: uppercase; }
.rt-product__benefit { font-size: 13.5px; color: var(--ink-soft); line-height: 1.5; min-height: 40px; }
.rt-product__price { font-family: var(--serif); font-size: 21px; margin-top: 4px; }
.rt-product__btn { margin-top: 10px; display: inline-flex; background: var(--forest); color: #EFEADC; font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; padding: 10px 22px; border-radius: 4px; border: none; cursor: pointer; transition: background .25s; }
.rt-product__btn:hover { background: var(--olive); }
.rt-best__legal { text-align: center; color: var(--ink-faint); font-size: 12px; margin-top: 36px; }

/* ---------- philosophy ---------- */
.rt-philosophy { background: var(--sand); }
.rt-philosophy__grid { display: grid; grid-template-columns: 1fr 1fr; align-items: stretch; }
.rt-philosophy__media { min-height: 460px; position: relative; }
.rt-philosophy__media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.rt-philosophy__ph { position: absolute; inset: 0; display: grid; place-items: center; color: var(--olive); background: linear-gradient(150deg, #EAE0CB, #CDBD9B); }
.rt-philosophy__copy { padding: 96px 72px; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; }
.rt-philosophy__copy h2 { font-size: clamp(32px, 3.4vw, 46px); }
.rt-philosophy__copy p { color: var(--ink-soft); font-size: 17.5px; line-height: 1.65; margin-top: 20px; max-width: 46ch; }
.rt-philosophy__copy .rt-btn { margin-top: 32px; }

/* ---------- science strip ---------- */
.rt-science { background: var(--cream); padding: 88px 0; border-bottom: 1px solid var(--line); }
.rt-science__head { text-align: center; margin-bottom: 48px; }
.rt-science__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; }
.rt-science__item { text-align: center; padding: 0 16px; }
.rt-science__item .rt-value__ic { display: inline-flex; }
.rt-science__item h3 { font-family: var(--sans); font-weight: 700; font-size: 13px; letter-spacing: .16em; text-transform: uppercase; margin-top: 14px; }
.rt-science__item p { color: var(--ink-soft); font-size: 14.5px; margin-top: 10px; }
.rt-science__item .rt-link { margin-top: 16px; font-size: 12px; }

/* ---------- standards ---------- */
.rt-standards { background: var(--cream); padding: 64px 0; }
.rt-standards__row { display: flex; justify-content: center; gap: clamp(28px, 5vw, 72px); flex-wrap: wrap; }
.rt-standard { display: flex; flex-direction: column; align-items: center; gap: 12px; color: var(--olive); }
.rt-standard span { font-weight: 700; font-size: 11.5px; letter-spacing: .16em; text-transform: uppercase; color: var(--ink); text-align: center; max-width: 12ch; }

/* ---------- newsletter ---------- */
.rt-news { position: relative; overflow: hidden; background: var(--cream-2); padding: 96px 0; text-align: center; }
.rt-news::before { content: ""; position: absolute; inset: 0; background: radial-gradient(60% 90% at 8% 100%, rgba(163,173,142,.35), transparent 60%), radial-gradient(60% 90% at 94% 0%, rgba(163,173,142,.28), transparent 60%); }
.rt-news__leaf { position: absolute; color: #8E9A75; opacity: .5; }
.rt-news__leaf--tl { top: -20px; left: -14px; transform: rotate(15deg); }
.rt-news__leaf--br { bottom: -22px; right: -12px; transform: rotate(195deg); }
.rt-news__inner { position: relative; z-index: 2; max-width: 600px; margin: 0 auto; }
.rt-news__form { display: flex; gap: 12px; max-width: 480px; margin: 30px auto 0; }
.rt-news__form input { flex: 1; border: 1px solid var(--sage); background: rgba(255,255,255,.55); border-radius: 999px; padding: 15px 22px; font-family: var(--sans); font-size: 15px; color: var(--ink); outline: none; transition: border-color .2s; }
.rt-news__form input:focus { border-color: var(--ochre); }
.rt-news__form button { background: var(--forest); color: #EFEADC; border: none; border-radius: 999px; padding: 15px 30px; font-family: var(--sans); font-weight: 600; font-size: 13.5px; letter-spacing: .08em; text-transform: uppercase; cursor: pointer; transition: background .25s, transform .25s; }
.rt-news__form button:hover { background: var(--olive); transform: translateY(-2px); }

/* ---------- footer: 4 menu columns + brand ---------- */
.root-footer__grid { grid-template-columns: 1.7fr 1fr 1fr 1fr 1fr; }
@media (max-width: 1000px) { .root-footer__grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 640px) { .root-footer__grid { grid-template-columns: 1fr; } }

/* ---------- responsive ---------- */
@media (max-width: 1080px) {
  .rt-goals__grid { grid-template-columns: repeat(3, 1fr); }
  .rt-best__grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 1000px) {
  .rt-wrap { padding: 0 24px; }
  .rt-values__row { grid-template-columns: 1fr 1fr; row-gap: 36px; }
  .rt-value { padding: 4px 24px; }
  .rt-value:nth-child(odd) { border-left: none; padding-left: 0; }
  .rt-journal__grid { grid-template-columns: 1fr; max-width: 560px; margin: 0 auto; }
  .rt-philosophy__grid { grid-template-columns: 1fr; }
  .rt-philosophy__media { min-height: 340px; }
  .rt-philosophy__copy { padding: 64px 32px; }
  .rt-science__grid { grid-template-columns: 1fr; gap: 36px; }
}
@media (max-width: 640px) {
  .rt-slideshow { height: min(max(78vh, 520px), 700px); }
  .rt-slide__content h1 { font-size: clamp(40px, 11vw, 56px); }
  .rt-goals__grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .rt-best__grid { grid-template-columns: 1fr 1fr; gap: 12px; }
  .rt-values__row { grid-template-columns: 1fr; }
  .rt-value { border-left: none; padding: 0; border-top: 1px solid var(--line); padding-top: 24px; }
  .rt-value:first-child { border-top: none; padding-top: 0; }
  .rt-news__form { flex-direction: column; }
}
.rt-news svg {
  display: none !important;
  /* ROOT Goals — center desktop + white text/icons */

.rt-goals__grid {
  display: grid !important;
  grid-template-columns: repeat(4, 190px) !important;
  justify-content: center !important;
  gap: 24px !important;
}

.rt-goal {
  position: relative !important;
  overflow: hidden !important;
}

.rt-goal::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.35);
  z-index: 1;
  pointer-events: none;
}

.rt-goal__ic,
.rt-goal__label {
  position: relative !important;
  z-index: 2 !important;
  color: #fff !important;
  text-shadow: 0 2px 10px rgba(0,0,0,.45);
}

.rt-goal__ic svg {
  color: #fff !important;
  stroke: #fff !important;
}

.rt-goal__label {
  color: #fff !important;
}

@media screen and (max-width: 640px) {
  .rt-goals__grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 12px !important;
  }
/* ROOT Goals final override */

.rt-goals .rt-goals__grid {
  display: grid !important;
  grid-template-columns: repeat(4, 190px) !important;
  justify-content: center !important;
  justify-items: center !important;
  align-items: center !important;
  gap: 24px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.rt-goals .rt-goal {
  position: relative !important;
  overflow: hidden !important;
}

.rt-goals .rt-goal::after {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  background: rgba(0,0,0,.38) !important;
  z-index: 1 !important;
  pointer-events: none !important;
}

.rt-goals .rt-goal__ic,
.rt-goals .rt-goal__label {
  position: relative !important;
  z-index: 3 !important;
  color: #ffffff !important;
  text-shadow: 0 2px 12px rgba(0,0,0,.55) !important;
}

.rt-goals .rt-goal__ic svg {
  color: #ffffff !important;
  stroke: #ffffff !important;
}

@media screen and (max-width: 640px) {
  .rt-goals .rt-goals__grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 12px !important;
  }
}/* ROOT Best Sellers — center desktop */

.rt-best__grid {
  display: flex !important;
  justify-content: center !important;
  align-items: stretch !important;
  gap: 24px !important;
  flex-wrap: wrap !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.rt-best__grid > * {
  width: 210px !important;
  flex: 0 0 210px !important;
}

@media screen and (max-width: 640px) {
  .rt-best__grid {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 12px !important;
  }

  .rt-best__grid > * {
    width: auto !important;
    flex: initial !important;
  }
}
}