/** Shopify CDN: Minification failed

Line 69:0 All "@import" rules must come first

**/

/* === IMAGE FIX: target img by parent container === */
.ritual-hero__image > img,
.ritual-hero__image > .ritual-hero__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.ritual-hero__image {
  position: relative;
  overflow: hidden;
  min-height: 460px;
}

.ritual-stagger__image > img,
.ritual-stagger__image > .ritual-stagger__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.ritual-stagger__image {
  position: relative;
  overflow: hidden;
  min-height: 350px;
}

.ritual-step__image > img,
.ritual-step__image > .ritual-step__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.ritual-step__image {
  position: relative;
  overflow: hidden;
  min-height: 300px;
}

.ritual-product-card__image > img,
.ritual-product-card__image > .ritual-product-card__img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  display: block;
}
/* === END IMAGE FIX === */
/* ============================================================
   Lieve — Ritual Page Styles
   File: assets/ritual-page.css
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;1,300;1,400;1,500&family=Jost:wght@300;400;500&display=swap');

/* ---- Reset & Base ----------------------------------------- */
.ritual-page *,
.ritual-page *::before,
.ritual-page *::after {
  box-sizing: border-box;
}

.ritual-page {
  font-family: 'Jost', sans-serif;
  font-weight: 300;
  color: #2C2C2A;
  max-width: 900px;
  margin: 0 auto;
  padding: 0 0 5rem;
}

/* ---- Image placeholders ----------------------------------- */
.ritual-img-placeholder {
  background: #F1EFE8;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  height: 100%;
  min-height: 300px;
  padding: 2rem;
}

.ritual-img-placeholder__label {
  font-size: 11px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #888780;
}

.ritual-img-placeholder__sub {
  font-size: 11px;
  color: #888780;
  opacity: 0.7;
  font-style: italic;
}

/* ---- Typography helpers ----------------------------------- */
.ritual-eyebrow {
  font-size: 11px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: #888780;
  margin-bottom: 1.25rem;
}

.ritual-body-text {
  font-size: 13px;
  color: #5F5E5A;
  line-height: 1.8;
}

.ritual-quote {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1rem;
  font-style: italic;
  border-left: 2px solid #B4B2A9;
  padding-left: 1rem;
  line-height: 1.7;
  margin: 0 0 1.25rem;
  color: #2C2C2A;
}

/* ---- Transition / Section dividers ------------------------ */
.ritual-transition-bar,
.ritual-section-divider {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 1.5rem;
}

.ritual-transition-bar span,
.ritual-section-divider span {
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #888780;
  white-space: nowrap;
}

.ritual-transition-bar__line,
.ritual-section-divider__line {
  flex: 1;
  height: 0.5px;
  background: #D3D1C7;
}

/* ============================================================
   HERO
   ============================================================ */
.ritual-hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 460px;
}

.ritual-hero__image {
  position: relative;
  overflow: hidden;
}

.ritual-hero__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.ritual-hero__image .ritual-img-placeholder {
  height: 100%;
  min-height: 460px;
}

.ritual-hero__content {
  padding: 3.5rem 2.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #fff;
}

.ritual-hero__title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 3rem;
  font-weight: 300;
  line-height: 1.1;
  margin: 0 0 1.25rem;
  color: #2C2C2A;
}

.ritual-hero__title em {
  font-style: italic;
}

.ritual-hero__divider {
  width: 32px;
  height: 0.5px;
  background: #B4B2A9;
  margin-bottom: 1.25rem;
}

.ritual-hero__intro {
  font-size: 14px;
  line-height: 1.9;
  color: #5F5E5A;
}

/* ============================================================
   STAGGERED BEFORE YOU BEGIN
   ============================================================ */
.ritual-stagger {
  display: grid;
}

.ritual-stagger--a {
  grid-template-columns: 55% 45%;
}

.ritual-stagger--b {
  grid-template-columns: 45% 55%;
}

.ritual-stagger__image {
  position: relative;
  overflow: hidden;
}

.ritual-stagger__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.ritual-stagger__image .ritual-img-placeholder {
  height: 100%;
  min-height: 300px;
}

.ritual-stagger__text {
  padding: 2.5rem 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.ritual-stagger__text--bg {
  background: #F1EFE8;
}

.ritual-stagger__heading {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.25;
  margin: 0 0 1rem;
  color: #2C2C2A;
}

.ritual-stagger__heading em {
  font-style: italic;
}

/* ---- Checklist -------------------------------------------- */
.ritual-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 1rem;
  padding: 0;
  list-style: none;
}

.ritual-list__item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 13px;
  color: #5F5E5A;
  line-height: 1.6;
}

.ritual-list__item::before {
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #888780;
  flex-shrink: 0;
  margin-top: 7px;
}

/* ============================================================
   RITUAL STEPS
   ============================================================ */
.ritual-step {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 0.5px solid #D3D1C7;
}

.ritual-step:last-of-type {
  border-bottom: 0.5px solid #D3D1C7;
}

.ritual-step__image {
  position: relative;
  overflow: hidden;
}

.ritual-step__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.ritual-step__image .ritual-img-placeholder {
  height: 100%;
  min-height: 300px;
}

.ritual-step__content {
  padding: 2.5rem 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.ritual-step__number {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2rem;
  font-weight: 300;
  color: #B4B2A9;
  line-height: 1;
  margin-bottom: 0.5rem;
}

.ritual-step__title {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 8px;
  letter-spacing: 0.05em;
  color: #2C2C2A;
}

.ritual-step__desc {
  font-size: 14px;
  color: #5F5E5A;
  line-height: 1.8;
  margin-bottom: 8px;
}

.ritual-step__tip {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 13px;
  color: #888780;
}

/* ============================================================
   PRODUCTS
   ============================================================ */
.ritual-products {
  padding: 0 1.5rem;
  margin-bottom: 2rem;
}

.ritual-products__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.ritual-product-card {
  background: #F1EFE8;
  border-radius: 12px;
  overflow: hidden;
}

.ritual-product-card__image {
  position: relative;
  overflow: hidden;
}

.ritual-product-card__img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  display: block;
}

.ritual-product-card__image .ritual-img-placeholder {
  height: 160px;
  min-height: 0;
}

.ritual-product-card__body {
  padding: 1rem 1.1rem 1.25rem;
}

.ritual-product-card__eyebrow {
  font-size: 11px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #888780;
  margin-bottom: 4px;
}

.ritual-product-card__title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 6px;
  color: #2C2C2A;
}

.ritual-product-card__desc {
  font-size: 12px;
  color: #5F5E5A;
  line-height: 1.6;
  margin-bottom: 10px;
}

.ritual-product-card__link {
  font-size: 11px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #2C2C2A;
  text-decoration: none;
}

.ritual-product-card__link:hover {
  text-decoration: underline;
}

/* ============================================================
   CLOSING CTA
   ============================================================ */
.ritual-closing {
  text-align: center;
  padding: 3rem 2rem 1rem;
}

.ritual-closing__title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.6rem;
  font-weight: 300;
  margin-bottom: 0.75rem;
  color: #2C2C2A;
}

.ritual-closing__text {
  font-size: 14px;
  color: #5F5E5A;
  line-height: 1.9;
  max-width: 460px;
  margin: 0 auto 1.5rem;
}

.ritual-cta-btn {
  display: inline-block;
  padding: 13px 2.5rem;
  background: #2C2C2A;
  color: #fff;
  font-family: 'Jost', sans-serif;
  font-size: 12px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  font-weight: 400;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  text-decoration: none;
  transition: opacity 0.2s ease;
}

.ritual-cta-btn:hover {
  opacity: 0.85;
}

/* ============================================================
   RESPONSIVE — Tablet & Mobile
   ============================================================ */
@media (max-width: 768px) {
  .ritual-hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .ritual-hero__image .ritual-img-placeholder {
    min-height: 280px;
  }

  .ritual-hero__content {
    padding: 2rem 1.5rem;
  }

  .ritual-hero__title {
    font-size: 2.2rem;
  }

  .ritual-stagger--a,
  .ritual-stagger--b {
    grid-template-columns: 1fr;
  }

  .ritual-stagger--b .ritual-stagger__image {
    order: -1;
  }

  .ritual-step {
    grid-template-columns: 1fr;
  }

  .ritual-step--reverse .ritual-step__image {
    order: -1;
  }

  .ritual-products__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .ritual-hero__title {
    font-size: 1.9rem;
  }


/* =====================================================
   STEAM EFFECT
   Dense sauna-style mist rising along both sides.
   Middle 50% of viewport intentionally kept clear.
   Scroll-driven via --steam-* CSS custom properties
   set by the inline script in ritual-page.liquid.
   Only transform + opacity animated — compositor
   thread only, zero layout/paint cost.
   ===================================================== */

.ritual-steam {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 20;
  overflow: hidden;
}

.ritual-steam__blob {
  position: absolute;
  border-radius: 50%;
  will-change: transform;
}

/* ---- LEFT SIDE ---- */

.ritual-steam__blob--l1 {
  width: 380px;
  height: 520px;
  left: -120px;
  bottom: -80px;
  background: radial-gradient(ellipse at center,
    rgba(255, 252, 247, 0.30) 0%,
    rgba(255, 252, 247, 0.10) 50%,
    rgba(255, 252, 247, 0.00) 70%
  );
  filter: blur(60px);
  transform: translateY(var(--steam-l1, 0px));
  animation: steamPulse 9s ease-in-out infinite alternate;
}

.ritual-steam__blob--l2 {
  width: 260px;
  height: 420px;
  left: 30px;
  bottom: -60px;
  background: radial-gradient(ellipse at center,
    rgba(255, 252, 247, 0.22) 0%,
    rgba(255, 252, 247, 0.06) 55%,
    rgba(255, 252, 247, 0.00) 72%
  );
  filter: blur(48px);
  transform: translateY(var(--steam-l2, 0px));
  animation: steamPulse 12s ease-in-out infinite alternate-reverse;
}

.ritual-steam__blob--l3 {
  width: 200px;
  height: 640px;
  left: -50px;
  bottom: -220px;
  background: radial-gradient(ellipse at center,
    rgba(255, 253, 250, 0.18) 0%,
    rgba(255, 253, 250, 0.05) 60%,
    rgba(255, 253, 250, 0.00) 76%
  );
  filter: blur(52px);
  transform: translateY(var(--steam-l3, 0px));
  animation: steamPulse 7s ease-in-out infinite alternate;
}

.ritual-steam__blob--l4 {
  width: 320px;
  height: 300px;
  left: -50px;
  bottom: -30px;
  background: radial-gradient(ellipse at center,
    rgba(255, 252, 247, 0.36) 0%,
    rgba(255, 252, 247, 0.12) 44%,
    rgba(255, 252, 247, 0.00) 64%
  );
  filter: blur(72px);
  transform: translateY(var(--steam-l4, 0px));
  animation: steamPulse 11s ease-in-out infinite alternate;
}

.ritual-steam__blob--l5 {
  width: 170px;
  height: 480px;
  left: 70px;
  bottom: -300px;
  background: radial-gradient(ellipse at center,
    rgba(255, 253, 250, 0.15) 0%,
    rgba(255, 253, 250, 0.04) 52%,
    rgba(255, 253, 250, 0.00) 70%
  );
  filter: blur(36px);
  transform: translateY(var(--steam-l5, 0px));
  animation: steamPulse 6s ease-in-out infinite alternate-reverse;
}

/* ---- RIGHT SIDE ---- */

.ritual-steam__blob--r1 {
  width: 380px;
  height: 520px;
  right: -120px;
  bottom: -80px;
  background: radial-gradient(ellipse at center,
    rgba(255, 252, 247, 0.30) 0%,
    rgba(255, 252, 247, 0.10) 50%,
    rgba(255, 252, 247, 0.00) 70%
  );
  filter: blur(60px);
  transform: translateY(var(--steam-r1, 0px));
  animation: steamPulse 10s ease-in-out infinite alternate-reverse;
}

.ritual-steam__blob--r2 {
  width: 260px;
  height: 420px;
  right: 30px;
  bottom: -60px;
  background: radial-gradient(ellipse at center,
    rgba(255, 252, 247, 0.22) 0%,
    rgba(255, 252, 247, 0.06) 55%,
    rgba(255, 252, 247, 0.00) 72%
  );
  filter: blur(48px);
  transform: translateY(var(--steam-r2, 0px));
  animation: steamPulse 8s ease-in-out infinite alternate;
}

.ritual-steam__blob--r3 {
  width: 200px;
  height: 640px;
  right: -50px;
  bottom: -220px;
  background: radial-gradient(ellipse at center,
    rgba(255, 253, 250, 0.18) 0%,
    rgba(255, 253, 250, 0.05) 60%,
    rgba(255, 253, 250, 0.00) 76%
  );
  filter: blur(52px);
  transform: translateY(var(--steam-r3, 0px));
  animation: steamPulse 13s ease-in-out infinite alternate;
}

.ritual-steam__blob--r4 {
  width: 320px;
  height: 300px;
  right: -50px;
  bottom: -30px;
  background: radial-gradient(ellipse at center,
    rgba(255, 252, 247, 0.36) 0%,
    rgba(255, 252, 247, 0.12) 44%,
    rgba(255, 252, 247, 0.00) 64%
  );
  filter: blur(72px);
  transform: translateY(var(--steam-r4, 0px));
  animation: steamPulse 9s ease-in-out infinite alternate-reverse;
}

.ritual-steam__blob--r5 {
  width: 170px;
  height: 480px;
  right: 70px;
  bottom: -300px;
  background: radial-gradient(ellipse at center,
    rgba(255, 253, 250, 0.15) 0%,
    rgba(255, 253, 250, 0.04) 52%,
    rgba(255, 253, 250, 0.00) 70%
  );
  filter: blur(36px);
  transform: translateY(var(--steam-r5, 0px));
  animation: steamPulse 7s ease-in-out infinite alternate;
}

@keyframes steamPulse {
  from { opacity: 0.72; }
  to   { opacity: 1.00; }
}

@media (max-width: 768px) {
  .ritual-steam__blob--l3,
  .ritual-steam__blob--l5,
  .ritual-steam__blob--r3,
  .ritual-steam__blob--r5 {
    display: none;
  }
  .ritual-steam__blob--l1,
  .ritual-steam__blob--r1 {
    width: 220px;
    height: 300px;
    filter: blur(40px);
  }
  .ritual-steam__blob--l2,
  .ritual-steam__blob--r2 {
    width: 160px;
    height: 240px;
  }
}
  .ritual-products__grid {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }
}
