/** Shopify CDN: Minification failed

Line 2016:15 Unexpected "{"
Line 2016:24 Expected ":"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:sm-burners (INDEX:51) */
.sm-burners {
    --sm-lavender-deep: #A892C2;
    --sm-cloud: #F7F7F5;
    --sm-blush: #EDE8E3;
    --sm-blush-warm: #E5DDD3;
    --sm-charcoal: #2F2F2F;
    --sm-charcoal-soft: #5A5A5A;

    background: var(--sm-blush);
    padding: var(--sm-pad-top, 96px) 60px var(--sm-pad-bottom, 120px);
    color: var(--sm-charcoal);
    font-family: 'Manrope', -apple-system, BlinkMacSystemFont, sans-serif;
  }

  .sm-burners__header {
    text-align: center;
    margin: 0 auto 64px;
    max-width: 720px;
  }

  .sm-burners__eyebrow {
    font-size: 11px;
    letter-spacing: 0.32em;
    text-transform: uppercase;
    color: var(--sm-lavender-deep);
    margin: 0 0 20px;
    font-weight: 600;
  }

  .sm-burners__heading {
    font-family: 'Fraunces', Georgia, serif;
    font-size: clamp(30px, 4vw, 52px);
    font-weight: 300;
    line-height: 1.05;
    margin: 0 0 22px;
    letter-spacing: -0.015em;
  }

  .sm-burners__heading em {
    font-style: italic;
    color: var(--sm-lavender-deep);
  }

  .sm-burners__subhead {
    font-size: 17px;
    color: var(--sm-charcoal-soft);
    line-height: 1.7;
    max-width: 540px;
    margin: 0 auto;
  }

  .sm-burners__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
    max-width: 1400px;
    margin: 0 auto;
  }

  .sm-burners__tile {
    text-decoration: none;
    color: inherit;
    display: block;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  }

  .sm-burners__tile:hover { transform: translateY(-6px); }

  .sm-burners__media {
    aspect-ratio: 1 / 1;
    background: #fff;
    margin-bottom: 22px;
    overflow: hidden;
    position: relative;
  }

  .sm-burners__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1);
    position: relative;
    z-index: 1;
  }

  .sm-burners__tile:hover .sm-burners__img { transform: scale(1.05); }

  .sm-burners__placeholder {
    width: 100%;
    height: 100%;
    background:
      radial-gradient(ellipse at 50% 50%, rgba(255,220,170,0.4), transparent 60%),
      linear-gradient(180deg, #F4EDE3 0%, #E5DDD3 100%);
  }

  .sm-burners__glow {
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 50% 30%, rgba(255,220,170,0.18), transparent 60%);
    pointer-events: none;
    z-index: 2;
  }

  .sm-burners__caption {
    text-align: center;
  }

  .sm-burners__name {
    font-family: 'Fraunces', Georgia, serif;
    font-style: italic;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.15;
    margin: 0 0 12px;
  }

  .sm-burners__row {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 14px;
  }

  .sm-burners__price {
    font-size: 13px;
    font-weight: 500;
    color: var(--sm-charcoal);
    letter-spacing: 0;
  }

  .sm-burners__more {
    font-size: 10px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    font-weight: 600;
    color: var(--sm-charcoal-soft);
    transition: color 0.3s;
    padding-left: 14px;
    border-left: 1px solid rgba(47,47,47,0.18);
  }

  .sm-burners__tile:hover .sm-burners__more { color: var(--sm-lavender-deep); }

  .sm-burners__footer {
    text-align: center;
    margin-top: 56px;
  }

  .sm-burners__view-all {
    font-size: 12px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    font-weight: 500;
    color: var(--sm-charcoal);
    text-decoration: none;
    border-bottom: 1px solid var(--sm-charcoal);
    padding-bottom: 4px;
    transition: color 0.3s, border-color 0.3s;
  }

  .sm-burners__view-all:hover {
    color: var(--sm-lavender-deep);
    border-color: var(--sm-lavender-deep);
  }

  .sm-burners__empty {
    text-align: center;
    color: var(--sm-charcoal-soft);
    padding: 40px 24px;
  }

  @media (max-width: 989px) {
    .sm-burners { padding: 64px 24px 80px; }
    .sm-burners__header { margin-bottom: 44px; }
    .sm-burners__grid { grid-template-columns: repeat(2, 1fr); gap: 20px; }
    .sm-burners__name { font-size: 18px; }
  }

  @media (max-width: 480px) {
    .sm-burners__grid { gap: 16px; }
    .sm-burners__row { gap: 10px; }
    .sm-burners__more { padding-left: 10px; }
  }
/* END_SECTION:sm-burners */

/* START_SECTION:sm-candles (INDEX:52) */
.sm-candles {
    --sm-lavender-deep: #A892C2;
    --sm-cloud: #F7F7F5;
    --sm-blush: #EDE8E3;
    --sm-sage-deep: #8FA37D;
    --sm-charcoal: #2F2F2F;
    --sm-charcoal-soft: #5A5A5A;

    padding: var(--sm-pad-top, 96px) 60px var(--sm-pad-bottom, 120px);
    color: var(--sm-charcoal);
    font-family: 'Manrope', -apple-system, BlinkMacSystemFont, sans-serif;
  }

  .sm-candles__header {
    text-align: center;
    margin: 0 auto 64px;
    max-width: 720px;
  }

  .sm-candles__eyebrow {
    font-size: 11px;
    letter-spacing: 0.32em;
    text-transform: uppercase;
    color: var(--sm-lavender-deep);
    margin: 0 0 20px;
    font-weight: 600;
  }

  .sm-candles__heading {
    font-family: 'Fraunces', Georgia, serif;
    font-size: clamp(30px, 4vw, 52px);
    font-weight: 300;
    line-height: 1.05;
    margin: 0 0 22px;
    letter-spacing: -0.015em;
  }

  .sm-candles__heading em {
    font-style: italic;
    color: var(--sm-lavender-deep);
  }

  .sm-candles__subhead {
    font-size: 17px;
    color: var(--sm-charcoal-soft);
    line-height: 1.7;
    max-width: 560px;
    margin: 0 auto;
  }

  .sm-candles__grid {
    display: grid;
    gap: 40px;
    margin: 0 auto;
  }

  .sm-candles__grid[data-count="1"] { grid-template-columns: 1fr; max-width: 600px; }
  .sm-candles__grid[data-count="2"] { grid-template-columns: repeat(2, 1fr); max-width: 1000px; }
  .sm-candles__grid[data-count="3"] { grid-template-columns: repeat(3, 1fr); max-width: 1200px; }
  .sm-candles__grid[data-count="4"] { grid-template-columns: repeat(4, 1fr); max-width: 1280px; gap: 32px; }
  .sm-candles__grid[data-count="5"],
  .sm-candles__grid[data-count="6"] { grid-template-columns: repeat(3, 1fr); max-width: 1200px; gap: 32px; }

  .sm-candles__card {
    display: block;
    text-decoration: none;
    color: inherit;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  }

  .sm-candles__card:hover { transform: translateY(-6px); }

  .sm-candles__media {
    aspect-ratio: 4 / 5;
    background: #fff;
    margin-bottom: 24px;
    overflow: hidden;
    position: relative;
  }

  .sm-candles__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1);
  }

  .sm-candles__card:hover .sm-candles__img { transform: scale(1.04); }

  .sm-candles__placeholder {
    width: 100%;
    height: 100%;
    background: linear-gradient(160deg, #EDE8E3 0%, #C7B8D9 100%);
  }

  .sm-candles__caption { padding: 0 4px; text-align: center; }

  .sm-candles__name {
    font-family: 'Fraunces', Georgia, serif;
    font-style: italic;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.2;
    margin: 0 0 10px;
  }

  .sm-candles__desc {
    font-size: 14px;
    line-height: 1.6;
    color: var(--sm-charcoal-soft);
    margin: 0 0 18px;
    max-width: 380px;
    margin-left: auto;
    margin-right: auto;
  }

  .sm-candles__row {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 14px;
    padding-top: 14px;
    border-top: 1px solid rgba(47,47,47,0.12);
    min-width: 160px;
  }

  .sm-candles__price {
    font-size: 14px;
    font-weight: 500;
    color: var(--sm-charcoal);
  }

  .sm-candles__more {
    font-size: 10px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    font-weight: 600;
    color: var(--sm-charcoal-soft);
    transition: color 0.3s;
    padding-left: 14px;
    border-left: 1px solid rgba(47,47,47,0.18);
  }

  .sm-candles__card:hover .sm-candles__more { color: var(--sm-lavender-deep); }

  .sm-candles__empty {
    text-align: center;
    color: var(--sm-charcoal-soft);
    padding: 40px 24px;
  }

  .sm-candles__footer {
    text-align: center;
    margin-top: 56px;
  }

  .sm-candles__view-all {
    font-size: 12px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    font-weight: 500;
    color: var(--sm-charcoal);
    text-decoration: none;
    border-bottom: 1px solid var(--sm-charcoal);
    padding-bottom: 4px;
    transition: color 0.3s, border-color 0.3s;
  }

  .sm-candles__view-all:hover {
    color: var(--sm-lavender-deep);
    border-color: var(--sm-lavender-deep);
  }

  @media (max-width: 989px) {
    .sm-candles { padding: 64px 24px 80px; }
    .sm-candles__header { margin-bottom: 44px; }
    .sm-candles__grid,
    .sm-candles__grid[data-count="2"],
    .sm-candles__grid[data-count="3"],
    .sm-candles__grid[data-count="4"],
    .sm-candles__grid[data-count="5"],
    .sm-candles__grid[data-count="6"] {
      grid-template-columns: repeat(2, 1fr);
      gap: 20px;
      max-width: 100%;
    }
    .sm-candles__grid[data-count="1"] { grid-template-columns: 1fr; }
    .sm-candles__media { aspect-ratio: 1 / 1; margin-bottom: 18px; }
    .sm-candles__name { font-size: 19px; margin-bottom: 8px; }
    .sm-candles__desc { font-size: 13px; margin-bottom: 14px; }
  }

  @media (max-width: 480px) {
    .sm-candles__grid { gap: 16px; }
    .sm-candles__row { gap: 10px; }
    .sm-candles__more { padding-left: 10px; }
  }
/* END_SECTION:sm-candles */

/* START_SECTION:sm-collection-grid (INDEX:53) */
.sm-colgrid {
    --sm-lavender: #C7B8D9;
    --sm-lavender-deep: #A892C2;
    --sm-cloud: #F7F7F5;
    --sm-blush: #EDE8E3;
    --sm-charcoal: #2F2F2F;
    --sm-charcoal-soft: #5A5A5A;
    --sm-rule: rgba(47, 47, 47, 0.12);

    padding: var(--sm-pad-top, 80px) 40px var(--sm-pad-bottom, 80px);
    font-family: 'Manrope', -apple-system, BlinkMacSystemFont, sans-serif;
    color: var(--sm-charcoal);
  }

  .sm-colgrid__inner {
    max-width: 1280px;
    margin: 0 auto;
  }

  .sm-colgrid__intro {
    text-align: center;
    max-width: 720px;
    margin: 0 auto 56px;
  }

  .sm-colgrid__eyebrow {
    font-size: 11px;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    font-weight: 600;
    color: var(--sm-lavender-deep);
    margin: 0 0 14px;
  }

  .sm-colgrid__heading {
    font-family: 'Fraunces', Georgia, serif;
    font-weight: 300;
    font-size: clamp(28px, 3vw, 40px);
    line-height: 1.15;
    letter-spacing: -0.015em;
    margin: 0 0 14px;
    color: var(--sm-charcoal);
  }

  .sm-colgrid__heading em {
    font-style: italic;
    color: var(--sm-lavender-deep);
  }

  .sm-colgrid__subhead {
    font-size: 15px;
    line-height: 1.6;
    color: var(--sm-charcoal-soft);
    margin: 0;
  }

  .sm-colgrid__grid {
    display: grid;
    grid-template-columns: repeat(var(--sm-cols, 3), 1fr);
    gap: 40px 28px;
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .sm-colgrid__grid--2 { --sm-cols: 2; }
  .sm-colgrid__grid--3 { --sm-cols: 3; }
  .sm-colgrid__grid--4 { --sm-cols: 4; }

  .sm-colgrid__item { margin: 0; }

  .sm-colgrid__card {
    display: block;
    text-decoration: none;
    color: var(--sm-charcoal);
    transition: transform 0.4s ease;
  }

  .sm-colgrid__card:hover { transform: translateY(-4px); }
  .sm-colgrid__card:hover .sm-colgrid__title { color: var(--sm-lavender-deep); }
  .sm-colgrid__card:hover .sm-colgrid__arrow { transform: translateX(4px); }
  .sm-colgrid__card:hover .sm-colgrid__img { transform: scale(1.04); }

  .sm-colgrid__media {
    aspect-ratio: 4 / 3;
    overflow: hidden;
    margin-bottom: 18px;
    background: rgba(47, 47, 47, 0.04);
  }

  .sm-colgrid__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
    display: block;
  }

  .sm-colgrid__placeholder {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, var(--sm-blush) 0%, var(--sm-cloud) 100%);
  }

  .sm-colgrid__text { padding: 0 4px; }

  .sm-colgrid__title {
    font-family: 'Fraunces', Georgia, serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 1.2;
    margin: 0 0 6px;
    color: var(--sm-charcoal);
    transition: color 0.3s ease;
  }

  .sm-colgrid__tagline {
    font-size: 13px;
    line-height: 1.5;
    color: var(--sm-charcoal-soft);
    margin: 0 0 10px;
  }

  .sm-colgrid__arrow {
    display: inline-block;
    font-size: 12px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    font-weight: 600;
    color: var(--sm-charcoal);
    transition: transform 0.3s ease;
  }

  @media (max-width: 989px) {
    .sm-colgrid { padding: 56px 24px; }
    .sm-colgrid__grid--3, .sm-colgrid__grid--4 { grid-template-columns: repeat(2, 1fr); }
    .sm-colgrid__intro { margin-bottom: 40px; }
  }

  @media (max-width: 540px) {
    .sm-colgrid__grid, .sm-colgrid__grid--2, .sm-colgrid__grid--3, .sm-colgrid__grid--4 {
      grid-template-columns: 1fr;
    }
  }
/* END_SECTION:sm-collection-grid */

/* START_SECTION:sm-featured (INDEX:54) */
.sm-featured {
    --sm-lavender-deep: #A892C2;
    --sm-cloud: #F7F7F5;
    --sm-blush: #EDE8E3;
    --sm-charcoal: #2F2F2F;
    --sm-charcoal-soft: #5A5A5A;

    background: var(--sm-cloud);
    padding: var(--sm-pad-top, 96px) 0 var(--sm-pad-bottom, 120px);
    color: var(--sm-charcoal);
    font-family: 'Manrope', -apple-system, BlinkMacSystemFont, sans-serif;
    overflow: hidden;
  }

  .sm-featured__header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 24px;
    padding: 0 60px;
    max-width: 1400px;
    margin: 0 auto 56px;
  }

  .sm-featured__eyebrow {
    font-size: 11px;
    letter-spacing: 0.32em;
    text-transform: uppercase;
    color: var(--sm-lavender-deep);
    margin: 0 0 16px;
    font-weight: 600;
  }

  .sm-featured__heading {
    font-family: 'Fraunces', Georgia, serif;
    font-size: clamp(28px, 3.5vw, 44px);
    font-weight: 300;
    line-height: 1.1;
    margin: 0;
    letter-spacing: -0.015em;
    max-width: 600px;
  }

  .sm-featured__heading em {
    font-style: italic;
    color: var(--sm-lavender-deep);
  }

  .sm-featured__view-all {
    font-size: 12px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    font-weight: 600;
    color: var(--sm-charcoal);
    text-decoration: none;
    border-bottom: 1px solid var(--sm-charcoal);
    padding-bottom: 4px;
    white-space: nowrap;
    transition: color 0.3s, border-color 0.3s;
  }

  .sm-featured__view-all:hover {
    color: var(--sm-lavender-deep);
    border-color: var(--sm-lavender-deep);
  }

  .sm-featured__container {
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
  }

  .sm-featured__scroll {
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding: 0 60px;
  }

  .sm-featured__scroll::-webkit-scrollbar { display: none; }

  .sm-featured__list {
    display: flex;
    gap: 24px;
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .sm-featured__item {
    flex: 0 0 320px;
    scroll-snap-align: start;
  }

  .sm-featured__card {
    display: block;
    text-decoration: none;
    color: inherit;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  }

  .sm-featured__card:hover { transform: translateY(-6px); }

  .sm-featured__media {
    aspect-ratio: 1 / 1;
    background: var(--sm-blush);
    margin-bottom: 22px;
    overflow: hidden;
    position: relative;
  }

  .sm-featured__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1);
  }

  .sm-featured__card:hover .sm-featured__img { transform: scale(1.05); }

  .sm-featured__placeholder {
    width: 100%;
    height: 100%;
    background:
      radial-gradient(ellipse at 50% 50%, rgba(168,146,194,0.3), transparent 60%),
      linear-gradient(160deg, #EDE8E3 0%, #C7B8D9 100%);
  }

  .sm-featured__info { padding: 0 4px; }

  .sm-featured__name {
    font-family: 'Fraunces', Georgia, serif;
    font-style: italic;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.15;
    margin: 0 0 10px;
  }

  .sm-featured__desc {
    font-size: 13px;
    line-height: 1.6;
    color: var(--sm-charcoal-soft);
    margin: 0 0 16px;
    min-height: 2.6em;
  }

  .sm-featured__meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 14px;
    border-top: 1px solid rgba(47,47,47,0.1);
  }

  .sm-featured__price {
    font-size: 14px;
    font-weight: 500;
    color: var(--sm-charcoal);
  }

  .sm-featured__cta {
    font-size: 11px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    font-weight: 600;
    color: var(--sm-charcoal);
    transition: color 0.3s;
  }

  .sm-featured__card:hover .sm-featured__cta { color: var(--sm-lavender-deep); }

  .sm-featured__empty {
    text-align: center;
    color: var(--sm-charcoal-soft);
    padding: 40px 24px;
  }

  .sm-featured__indicator {
    height: 2px;
    background: rgba(47,47,47,0.08);
    margin: 32px 60px 0;
    border-radius: 1px;
    position: relative;
    overflow: hidden;
    max-width: 1280px;
  }

  .sm-featured__bar {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: var(--sm-lavender-deep);
    border-radius: 1px;
    transition: left 0.18s ease, width 0.18s ease;
    min-width: 18%;
  }

  @media (max-width: 989px) {
    .sm-featured { padding: 64px 0 80px; }
    .sm-featured__header { padding: 0 24px; margin-bottom: 40px; }
    .sm-featured__scroll { padding: 0 24px; }
    .sm-featured__item { flex: 0 0 260px; }
    .sm-featured__name { font-size: 20px; }
    .sm-featured__indicator { margin: 24px 24px 0; }
    .sm-featured__bar { min-width: 22%; }
  }
/* END_SECTION:sm-featured */

/* START_SECTION:sm-footer (INDEX:55) */
.sm-foot {
    --sm-lavender: #C7B8D9;
    --sm-lavender-deep: #A892C2;
    --sm-sage: #B7C9A8;
    --sm-sage-deep: #8FA37D;
    --sm-cloud: #F7F7F5;
    --sm-blush: #EDE8E3;
    --sm-charcoal: #2F2F2F;
    --sm-charcoal-soft: #5A5A5A;
    --sm-fg: var(--sm-charcoal);
    --sm-fg-soft: var(--sm-charcoal-soft);
    --sm-rule: rgba(47,47,47,0.12);

    padding: var(--sm-pad-top, 96px) 60px var(--sm-pad-bottom, 48px);
    color: var(--sm-fg);
    font-family: 'Manrope', -apple-system, BlinkMacSystemFont, sans-serif;
  }

  .sm-foot[data-bg="charcoal"] {
    --sm-fg: #F7F7F5;
    --sm-fg-soft: rgba(247,247,245,0.7);
    --sm-rule: rgba(247,247,245,0.16);
  }
  .sm-foot[data-bg="lavender"],
  .sm-foot[data-bg="sage"],
  .sm-foot[data-bg="blush"] {
    --sm-rule: rgba(47,47,47,0.18);
  }

  .sm-foot__inner {
    max-width: 1400px;
    margin: 0 auto;
  }

  .sm-foot__top {
    text-align: center;
    max-width: 720px;
    margin: 0 auto 72px;
    padding-bottom: 56px;
    border-bottom: 1px solid var(--sm-rule);
  }

  .sm-foot__brand-line {
    font-family: 'Fraunces', Georgia, serif;
    font-weight: 300;
    font-size: clamp(28px, 3.2vw, 44px);
    line-height: 1.15;
    margin: 0 0 18px;
    letter-spacing: -0.015em;
    color: var(--sm-fg);
  }

  .sm-foot__brand-line em {
    font-style: italic;
    color: var(--sm-lavender-deep);
  }
  .sm-foot[data-bg="charcoal"] .sm-foot__brand-line em { color: var(--sm-lavender); }

  .sm-foot__tagline {
    font-size: 14px;
    line-height: 1.65;
    color: var(--sm-fg-soft);
    margin: 0;
    letter-spacing: 0.02em;
  }

  .sm-foot__cols {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr 1fr;
    gap: 56px;
    padding-bottom: 56px;
    border-bottom: 1px solid var(--sm-rule);
  }

  .sm-foot__col--brand { max-width: 320px; }

  .sm-foot__logo,
  .sm-foot__wordmark {
    display: inline-block;
    text-decoration: none;
    color: var(--sm-fg);
    margin-bottom: 22px;
  }

  .sm-foot__wordmark {
    font-family: 'Manrope', sans-serif;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
  }

  .sm-foot__logo-img {
    width: 140px;
    height: auto;
    display: block;
  }

  .sm-foot__blurb {
    font-size: 13px;
    line-height: 1.7;
    color: var(--sm-fg-soft);
    margin: 0 0 22px;
    max-width: 280px;
  }

  .sm-foot__social {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 14px;
  }

  .sm-foot__social a {
    display: inline-flex;
    width: 32px;
    height: 32px;
    border: 1px solid var(--sm-rule);
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    color: var(--sm-fg);
    text-decoration: none;
    transition: border-color 0.3s, color 0.3s, transform 0.3s;
  }

  .sm-foot__social a:hover {
    color: var(--sm-lavender-deep);
    border-color: var(--sm-lavender-deep);
    transform: translateY(-2px);
  }
  .sm-foot[data-bg="charcoal"] .sm-foot__social a:hover {
    color: var(--sm-lavender);
    border-color: var(--sm-lavender);
  }

  .sm-foot__social svg { width: 14px; height: 14px; }

  .sm-foot__col-heading {
    font-size: 11px;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0 0 22px;
    color: var(--sm-fg);
  }

  .sm-foot__links {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .sm-foot__links li { margin-bottom: 12px; }

  .sm-foot__links a {
    color: var(--sm-fg-soft);
    text-decoration: none;
    font-size: 14px;
    line-height: 1.5;
    transition: color 0.3s;
  }

  .sm-foot__links a:hover { color: var(--sm-lavender-deep); }
  .sm-foot[data-bg="charcoal"] .sm-foot__links a:hover { color: var(--sm-lavender); }

  .sm-foot__rich {
    font-size: 14px;
    line-height: 1.65;
    color: var(--sm-fg-soft);
  }
  .sm-foot__rich p { margin: 0 0 1em; }
  .sm-foot__rich p:last-child { margin-bottom: 0; }
  .sm-foot__rich a { color: var(--sm-fg); border-bottom: 1px solid var(--sm-rule); }

  .sm-foot__empty {
    font-size: 13px;
    color: var(--sm-fg-soft);
    opacity: 0.7;
  }

  .sm-foot__bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    padding-top: 36px;
  }

  .sm-foot__bar-left {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    font-size: 11px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--sm-fg-soft);
    font-weight: 500;
  }

  .sm-foot__craft { opacity: 0.85; }

  .sm-foot__bar-right {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 28px;
  }

  .sm-foot__policies {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 22px;
    font-size: 11px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    font-weight: 500;
  }

  .sm-foot__policies a {
    color: var(--sm-fg-soft);
    text-decoration: none;
    transition: color 0.3s;
  }

  .sm-foot__policies a:hover { color: var(--sm-fg); }

  .sm-foot__pay {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
  }

  .sm-foot__pay-icon {
    width: 38px;
    height: 24px;
    display: block;
    border-radius: 3px;
    background: rgba(255,255,255,0.92);
    padding: 3px;
  }
  .sm-foot[data-bg="cloud"] .sm-foot__pay-icon,
  .sm-foot[data-bg="blush"] .sm-foot__pay-icon {
    background: #fff;
    border: 1px solid var(--sm-rule);
  }

  @media (max-width: 989px) {
    .sm-foot { padding: 64px 28px 40px; }
    .sm-foot__top { margin-bottom: 56px; padding-bottom: 40px; }
    .sm-foot__cols {
      grid-template-columns: 1fr 1fr;
      gap: 40px 32px;
      padding-bottom: 40px;
    }
    .sm-foot__col--brand { grid-column: 1 / -1; max-width: none; }
    .sm-foot__bar { flex-direction: column; align-items: flex-start; }
    .sm-foot__bar-right { width: 100%; justify-content: flex-start; }
  }

  @media (max-width: 540px) {
    .sm-foot__cols { grid-template-columns: 1fr; }
    .sm-foot__bar-left { flex-direction: column; align-items: flex-start; gap: 6px; }
  }
/* END_SECTION:sm-footer */

/* START_SECTION:sm-hero (INDEX:56) */
.sm-hero {
    --sm-lavender: #C7B8D9;
    --sm-lavender-deep: #A892C2;
    --sm-sage: #B7C9A8;
    --sm-sage-deep: #8FA37D;
    --sm-cloud: #F7F7F5;
    --sm-blush: #EDE8E3;
    --sm-charcoal: #2F2F2F;
    --sm-charcoal-soft: #5A5A5A;

    background: var(--sm-cloud);
    padding-top: var(--sm-pad-top, 0px);
    padding-bottom: var(--sm-pad-bottom, 0px);
    color: var(--sm-charcoal);
    overflow: hidden;
    position: relative;
  }

  .sm-hero__inner {
    display: grid;
    grid-template-columns: 1.05fr 1fr;
    align-items: center;
    min-height: 80vh;
  }

  .sm-hero__content {
    padding: 0 80px;
    opacity: 0;
    animation: sm-hero-fadeup 1.2s ease 0.3s forwards;
    font-family: 'Manrope', -apple-system, BlinkMacSystemFont, sans-serif;
  }

  .sm-hero__eyebrow {
    font-size: 11px;
    letter-spacing: 0.32em;
    text-transform: uppercase;
    color: var(--sm-lavender-deep);
    margin: 0 0 28px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 14px;
  }

  .sm-hero__eyebrow::before {
    content: '';
    width: 28px;
    height: 1px;
    background: var(--sm-lavender-deep);
  }

  .sm-hero__heading {
    font-family: 'Fraunces', Georgia, serif;
    font-size: clamp(48px, 6.5vw, 96px);
    font-weight: 300;
    line-height: 0.98;
    letter-spacing: -0.02em;
    color: var(--sm-charcoal);
    margin: 0 0 28px;
  }

  .sm-hero__heading em {
    font-style: italic;
    font-weight: 300;
    color: var(--sm-lavender-deep);
  }

  .sm-hero__body {
    font-size: 17px;
    line-height: 1.65;
    color: var(--sm-charcoal-soft);
    max-width: 460px;
    margin: 0 0 40px;
    font-weight: 400;
  }

  .sm-hero__body p { margin: 0 0 1em; }
  .sm-hero__body p:last-child { margin-bottom: 0; }

  .sm-hero__ctas {
    display: flex;
    gap: 28px;
    align-items: center;
    flex-wrap: wrap;
  }

  .sm-hero__btn-primary {
    display: inline-block;
    background: var(--sm-charcoal);
    color: var(--sm-cloud);
    padding: 17px 38px;
    text-decoration: none;
    font-size: 12px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    font-weight: 500;
    transition: background 0.4s ease, border-color 0.4s ease, transform 0.4s ease;
    border: 1px solid var(--sm-charcoal);
    font-family: inherit;
  }

  .sm-hero__btn-primary:hover {
    background: var(--sm-lavender-deep);
    border-color: var(--sm-lavender-deep);
    transform: translateY(-2px);
  }

  .sm-hero__btn-text {
    color: var(--sm-charcoal);
    text-decoration: none;
    font-size: 12px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    font-weight: 500;
    border-bottom: 1px solid var(--sm-charcoal);
    padding-bottom: 4px;
    transition: color 0.3s, border-color 0.3s;
    font-family: inherit;
  }

  .sm-hero__btn-text:hover {
    color: var(--sm-lavender-deep);
    border-color: var(--sm-lavender-deep);
  }

  .sm-hero__arrow {
    display: inline-block;
    margin-left: 6px;
    transition: transform 0.3s;
  }

  .sm-hero__btn-text:hover .sm-hero__arrow { transform: translateX(4px); }

  .sm-hero__visual {
    position: relative;
    align-self: stretch;
    min-height: 60vh;
    overflow: hidden;
  }

  .sm-hero__photo {
    position: absolute;
    inset: 0;
  }

  .sm-hero__photo-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .sm-hero__scene {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .sm-hero__bg {
    position: absolute;
    inset: 0;
    background:
      radial-gradient(ellipse at 30% 40%, rgba(199,184,217,0.45), transparent 60%),
      radial-gradient(ellipse at 70% 70%, rgba(237,232,227,0.8), transparent 50%),
      linear-gradient(135deg, var(--sm-blush) 0%, var(--sm-lavender) 100%);
  }

  .sm-hero__botanical {
    position: absolute;
    opacity: 0;
    animation: sm-hero-fadein 1.5s ease 1s forwards;
    z-index: 2;
  }

  .sm-hero__botanical svg,
  .sm-hero__botanical {
    pointer-events: none;
  }

  .sm-hero__botanical--1 {
    top: 12%;
    left: 12%;
    width: 90px;
    transform: rotate(-25deg);
  }

  .sm-hero__botanical--2 {
    bottom: 12%;
    right: 10%;
    width: 110px;
    transform: rotate(35deg);
  }

  .sm-hero__candle {
    position: relative;
    width: 280px;
    height: 380px;
    opacity: 0;
    animation: sm-hero-fadeup 1.4s ease 0.6s forwards;
    z-index: 1;
  }

  .sm-hero__vessel {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 220px;
    height: 280px;
    background: linear-gradient(180deg, #F4EDE3 0%, #E8DFD2 100%);
    border-radius: 12px 12px 18px 18px;
    box-shadow:
      0 30px 60px -20px rgba(47,47,47,0.25),
      inset 0 -20px 40px rgba(199,184,217,0.15);
  }

  .sm-hero__label {
    position: absolute;
    top: 70px;
    left: 50%;
    transform: translateX(-50%);
    width: 140px;
    text-align: center;
    color: var(--sm-charcoal);
  }

  .sm-hero__brand-tiny {
    font-family: 'Manrope', sans-serif;
    font-size: 9px;
    letter-spacing: 0.32em;
    font-weight: 700;
    margin-bottom: 14px;
    opacity: 0.7;
  }

  .sm-hero__scent-name {
    font-family: 'Fraunces', Georgia, serif;
    font-style: italic;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.1;
    margin-bottom: 10px;
  }

  .sm-hero__scent-line {
    width: 30px;
    height: 1px;
    background: var(--sm-charcoal);
    opacity: 0.3;
    margin: 0 auto 10px;
  }

  .sm-hero__scent-no {
    font-family: 'Manrope', sans-serif;
    font-size: 9px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    opacity: 0.55;
  }

  .sm-hero__flame-glow {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, rgba(255,220,170,0.5) 0%, transparent 60%);
    animation: sm-hero-flicker 3s ease-in-out infinite;
  }

  .sm-hero__flame {
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    width: 14px;
    height: 24px;
    background: radial-gradient(ellipse at 50% 70%, #FFD89B 0%, #FFA94D 40%, transparent 70%);
    border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%;
    animation: sm-hero-flicker 2.5s ease-in-out infinite;
  }

  @keyframes sm-hero-fadeup {
    from { opacity: 0; transform: translateY(30px); }
    to { opacity: 1; transform: translateY(0); }
  }

  @keyframes sm-hero-fadein {
    from { opacity: 0; }
    to { opacity: 0.5; }
  }

  @keyframes sm-hero-flicker {
    0%, 100% { opacity: 0.85; transform: translateX(-50%) scale(1); }
    50% { opacity: 1; transform: translateX(-50%) scale(1.08); }
  }

  @media (prefers-reduced-motion: reduce) {
    .sm-hero__content,
    .sm-hero__candle,
    .sm-hero__botanical,
    .sm-hero__flame,
    .sm-hero__flame-glow {
      animation: none;
      opacity: 1;
    }
  }

  @media (max-width: 989px) {
    .sm-hero__inner {
      grid-template-columns: 1fr;
      min-height: auto;
    }
    .sm-hero__visual {
      order: -1;
      min-height: 56vh;
    }
    .sm-hero__content {
      padding: 56px 28px 24px;
    }
    .sm-hero__heading {
      font-size: clamp(40px, 11vw, 64px);
    }
    .sm-hero__body {
      font-size: 16px;
      max-width: none;
      margin-bottom: 32px;
    }
    .sm-hero__ctas {
      gap: 20px;
    }
    .sm-hero__btn-primary {
      flex: 1 1 100%;
      text-align: center;
    }
    .sm-hero__btn-text {
      flex: 1 1 100%;
      text-align: center;
    }
    .sm-hero__candle {
      width: 220px;
      height: 320px;
    }
    .sm-hero__vessel {
      width: 180px;
      height: 230px;
    }
  }

  @media (max-width: 480px) {
    .sm-hero__candle {
      width: 200px;
      height: 280px;
    }
    .sm-hero__vessel {
      width: 160px;
      height: 200px;
    }
    .sm-hero__label {
      top: 50px;
      width: 120px;
    }
    .sm-hero__scent-name { font-size: 18px; }
  }
/* END_SECTION:sm-hero */

/* START_SECTION:sm-moods (INDEX:57) */
.sm-moods {
    --sm-lavender: #C7B8D9;
    --sm-lavender-deep: #A892C2;
    --sm-sage: #B7C9A8;
    --sm-sage-deep: #8FA37D;
    --sm-cloud: #F7F7F5;
    --sm-blush: #EDE8E3;
    --sm-charcoal: #2F2F2F;
    --sm-charcoal-soft: #5A5A5A;

    background: var(--sm-cloud);
    padding: var(--sm-pad-top, 96px) 60px var(--sm-pad-bottom, 120px);
    font-family: 'Manrope', -apple-system, BlinkMacSystemFont, sans-serif;
    color: var(--sm-charcoal);
  }

  .sm-moods__header {
    text-align: center;
    margin: 0 auto 72px;
    max-width: 640px;
  }

  .sm-moods__eyebrow {
    font-size: 11px;
    letter-spacing: 0.32em;
    text-transform: uppercase;
    color: var(--sm-sage-deep);
    margin: 0 0 20px;
    font-weight: 600;
  }

  .sm-moods__heading {
    font-family: 'Fraunces', Georgia, serif;
    font-size: clamp(34px, 4.5vw, 60px);
    font-weight: 300;
    line-height: 1.05;
    color: var(--sm-charcoal);
    margin: 0 0 22px;
    letter-spacing: -0.015em;
  }

  .sm-moods__heading em {
    font-style: italic;
    color: var(--sm-sage-deep);
  }

  .sm-moods__subhead {
    font-size: 17px;
    color: var(--sm-charcoal-soft);
    line-height: 1.7;
    max-width: 520px;
    margin: 0 auto;
  }

  .sm-moods__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    max-width: 1400px;
    margin: 0 auto;
  }

  .sm-moods__card {
    position: relative;
    overflow: hidden;
    aspect-ratio: 3 / 4;
    background: var(--sm-blush);
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    text-decoration: none;
    color: inherit;
    display: block;
  }

  .sm-moods__card:hover {
    transform: translateY(-8px);
  }

  .sm-moods__bg {
    position: absolute;
    inset: 0;
    transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1);
  }

  .sm-moods__card:hover .sm-moods__bg {
    transform: scale(1.06);
  }

  .sm-moods__card--lavender .sm-moods__bg {
    background:
      radial-gradient(ellipse at 40% 30%, rgba(199,184,217,0.6) 0%, transparent 65%),
      linear-gradient(160deg, #EDE8E3 0%, #C7B8D9 100%);
  }

  .sm-moods__card--amber .sm-moods__bg {
    background:
      radial-gradient(ellipse at 60% 40%, rgba(229,209,180,0.7) 0%, transparent 60%),
      linear-gradient(160deg, #F4EDE3 0%, #D9C2A3 100%);
  }

  .sm-moods__card--citrus .sm-moods__bg {
    background:
      radial-gradient(ellipse at 40% 30%, rgba(183,201,168,0.6) 0%, transparent 60%),
      linear-gradient(160deg, #F4F1E8 0%, #B7C9A8 100%);
  }

  .sm-moods__deco {
    position: absolute;
    opacity: 0.3;
    z-index: 1;
    width: 180px;
    top: 30%;
    right: -20px;
    transform: rotate(15deg);
    pointer-events: none;
  }

  .sm-moods__card--amber .sm-moods__deco {
    width: 200px;
    bottom: 28%;
    top: auto;
    right: -30px;
    transform: rotate(-12deg);
  }

  .sm-moods__card--citrus .sm-moods__deco {
    width: 170px;
    top: 28%;
    right: -10px;
    transform: rotate(20deg);
  }

  .sm-moods__content {
    position: absolute;
    inset: 0;
    padding: 44px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    z-index: 2;
  }

  .sm-moods__number {
    font-family: 'Fraunces', Georgia, serif;
    font-style: italic;
    font-size: 16px;
    color: var(--sm-charcoal);
    opacity: 0.5;
  }

  .sm-moods__text {
    color: var(--sm-charcoal);
  }

  .sm-moods__title {
    font-family: 'Fraunces', Georgia, serif;
    font-size: 36px;
    font-weight: 400;
    line-height: 1.05;
    margin: 0 0 16px;
    letter-spacing: -0.01em;
  }

  .sm-moods__title em {
    font-style: italic;
    display: block;
  }

  .sm-moods__desc {
    font-size: 14px;
    line-height: 1.65;
    color: var(--sm-charcoal-soft);
    max-width: 280px;
    margin: 0 0 22px;
  }

  .sm-moods__notes {
    font-size: 10px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--sm-charcoal);
    opacity: 0.55;
    margin: 0 0 24px;
    line-height: 1.8;
  }

  .sm-moods__link {
    font-size: 11px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    font-weight: 600;
    color: var(--sm-charcoal);
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border-bottom: 1px solid var(--sm-charcoal);
    padding-bottom: 3px;
    width: fit-content;
    transition: gap 0.3s;
  }

  .sm-moods__card:hover .sm-moods__link { gap: 16px; }

  .sm-moods__arrow {
    display: inline-block;
    transition: transform 0.3s;
  }

  @media (max-width: 989px) {
    .sm-moods { padding: 64px 24px 80px; }
    .sm-moods__grid { grid-template-columns: 1fr; gap: 20px; max-width: 540px; }
    .sm-moods__card { aspect-ratio: 4 / 5; }
    .sm-moods__content { padding: 32px; }
    .sm-moods__title { font-size: 30px; }
    .sm-moods__header { margin-bottom: 48px; }
  }

  @media (max-width: 540px) {
    .sm-moods { padding: 48px 20px 56px; }
    .sm-moods__header { margin-bottom: 32px; }
    .sm-moods__subhead { font-size: 15px; }
    .sm-moods__grid { gap: 14px; }
    .sm-moods__card { aspect-ratio: 16 / 10; }
    .sm-moods__content { padding: 22px; }
    .sm-moods__title { font-size: 26px; margin: 0 0 10px; }
    .sm-moods__title em { display: inline; }
    .sm-moods__desc {
      font-size: 13px;
      line-height: 1.5;
      max-width: none;
      margin: 0 0 14px;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
    }
    .sm-moods__notes { display: none; }
    .sm-moods__number { font-size: 13px; }
    .sm-moods__deco { width: 130px; opacity: 0.22; }
    .sm-moods__link { font-size: 10px; letter-spacing: 0.18em; }
  }

  @media (prefers-reduced-motion: reduce) {
    .sm-moods__card,
    .sm-moods__bg,
    .sm-moods__link {
      transition: none;
    }
  }
/* END_SECTION:sm-moods */

/* START_SECTION:sm-newsletter (INDEX:58) */
.sm-news {
    --sm-lavender-deep: #A892C2;
    --sm-cloud: #F7F7F5;
    --sm-charcoal: #2F2F2F;
    --sm-charcoal-soft: #5A5A5A;

    padding: var(--sm-pad-top, 120px) 60px var(--sm-pad-bottom, 120px);
    text-align: center;
    color: var(--sm-charcoal);
    font-family: 'Manrope', -apple-system, BlinkMacSystemFont, sans-serif;
  }

  .sm-news__inner {
    max-width: 640px;
    margin: 0 auto;
  }

  .sm-news--inverted { color: var(--sm-cloud); }
  .sm-news--inverted .sm-news__heading { color: var(--sm-cloud); }
  .sm-news--inverted .sm-news__sub,
  .sm-news--inverted .sm-news__fine { color: rgba(247,247,245,0.7); }

  .sm-news__heading {
    font-family: 'Fraunces', Georgia, serif;
    font-size: clamp(30px, 4vw, 52px);
    font-weight: 300;
    line-height: 1.05;
    margin: 0 0 22px;
    letter-spacing: -0.015em;
    color: var(--sm-charcoal);
  }

  .sm-news__heading em {
    font-style: italic;
    color: var(--sm-charcoal);
    opacity: 0.7;
  }
  .sm-news--inverted .sm-news__heading em { color: var(--sm-cloud); opacity: 0.85; }

  .sm-news__sub {
    font-size: 17px;
    line-height: 1.6;
    color: var(--sm-charcoal-soft);
    margin: 0 0 40px;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }

  .sm-news__form { margin: 0; }

  .sm-news__row {
    display: flex;
    gap: 0;
    max-width: 480px;
    margin: 0 auto;
    border: 1px solid var(--sm-charcoal);
    background: rgba(255,255,255,0.65);
    border-radius: 0;
    overflow: hidden;
  }

  .sm-news--inverted .sm-news__row {
    border-color: rgba(247,247,245,0.7);
    background: rgba(255,255,255,0.08);
  }

  .sm-news__input {
    flex: 1;
    padding: 18px 22px;
    font-size: 15px;
    font-family: inherit;
    border: 0;
    background: transparent;
    color: var(--sm-charcoal);
    outline: none;
    min-width: 0;
  }

  .sm-news--inverted .sm-news__input { color: var(--sm-cloud); }
  .sm-news--inverted .sm-news__input::placeholder { color: rgba(247,247,245,0.55); }

  .sm-news__input::placeholder { color: rgba(47,47,47,0.5); }

  .sm-news__btn {
    background: var(--sm-charcoal);
    color: var(--sm-cloud);
    border: 0;
    padding: 0 32px;
    font-family: inherit;
    font-size: 11px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s;
    white-space: nowrap;
  }

  .sm-news__btn:hover { background: var(--sm-lavender-deep); }

  .sm-news--inverted .sm-news__btn { background: var(--sm-cloud); color: var(--sm-charcoal); }
  .sm-news--inverted .sm-news__btn:hover { background: var(--sm-lavender-deep); color: var(--sm-cloud); }

  .sm-news__success,
  .sm-news__error {
    margin: 18px 0 0;
    font-size: 13px;
    letter-spacing: 0.05em;
  }

  .sm-news__success { color: var(--sm-charcoal); }
  .sm-news__error { color: #b3001b; }
  .sm-news--inverted .sm-news__success { color: var(--sm-cloud); }

  .sm-news__fine {
    margin: 24px 0 0;
    font-size: 11px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--sm-charcoal-soft);
    opacity: 0.7;
    font-weight: 500;
  }

  .visually-hidden {
    position: absolute !important;
    width: 1px; height: 1px;
    padding: 0; margin: -1px;
    overflow: hidden; clip: rect(0,0,0,0);
    white-space: nowrap; border: 0;
  }

  @media (max-width: 720px) {
    .sm-news { padding: 80px 28px; }
    .sm-news__sub { margin-bottom: 28px; }
    .sm-news__row {
      flex-direction: column;
      gap: 0;
      background: transparent;
      border: 0;
    }
    .sm-news__input {
      border: 1px solid var(--sm-charcoal);
      padding: 16px 18px;
      width: 100%;
      background: rgba(255,255,255,0.65);
    }
    .sm-news--inverted .sm-news__input {
      border-color: rgba(247,247,245,0.7);
      background: rgba(255,255,255,0.08);
    }
    .sm-news__btn {
      margin-top: 12px;
      padding: 18px 24px;
      width: 100%;
    }
  }
/* END_SECTION:sm-newsletter */

/* START_SECTION:sm-page-header (INDEX:59) */
.sm-pagehead {
    --sm-lavender-deep: #A892C2;
    --sm-charcoal: #2F2F2F;
    --sm-charcoal-soft: #5A5A5A;

    padding: var(--sm-pad-top, 96px) 40px var(--sm-pad-bottom, 48px);
    font-family: 'Manrope', -apple-system, BlinkMacSystemFont, sans-serif;
    text-align: center;
  }

  .sm-pagehead__inner {
    max-width: 720px;
    margin: 0 auto;
  }

  .sm-pagehead__eyebrow {
    font-size: 11px;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    font-weight: 600;
    color: var(--sm-lavender-deep);
    margin: 0 0 18px;
  }

  .sm-pagehead__heading {
    font-family: 'Fraunces', Georgia, serif;
    font-weight: 300;
    font-size: clamp(32px, 4.5vw, 56px);
    line-height: 1.1;
    letter-spacing: -0.015em;
    margin: 0 0 20px;
    color: var(--sm-charcoal);
  }

  .sm-pagehead__heading em {
    font-style: italic;
    color: var(--sm-lavender-deep);
  }

  .sm-pagehead__subhead {
    font-size: 16px;
    line-height: 1.6;
    color: var(--sm-charcoal-soft);
    margin: 0 auto;
    max-width: 540px;
  }

  @media (max-width: 540px) {
    .sm-pagehead { padding: 64px 24px 32px; }
  }
/* END_SECTION:sm-page-header */

/* START_SECTION:sm-quote (INDEX:60) */
.sm-quote {
    --sm-charcoal: #2F2F2F;
    --sm-charcoal-soft: #5A5A5A;
    padding: var(--sm-pad-top, 120px) 60px var(--sm-pad-bottom, 120px);
    text-align: center;
    color: var(--sm-charcoal);
    font-family: 'Manrope', -apple-system, BlinkMacSystemFont, sans-serif;
  }

  .sm-quote__inner {
    max-width: 820px;
    margin: 0 auto;
  }

  .sm-quote__text {
    font-family: 'Fraunces', Georgia, serif;
    font-style: italic;
    font-size: clamp(26px, 3.2vw, 44px);
    font-weight: 300;
    line-height: 1.3;
    color: var(--sm-charcoal);
    margin: 0;
    padding: 0;
    border: 0;
    letter-spacing: -0.01em;
  }

  .sm-quote__attribution {
    margin: 32px 0 0;
    font-size: 11px;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: var(--sm-charcoal);
    opacity: 0.55;
    font-weight: 500;
  }

  @media (max-width: 989px) {
    .sm-quote { padding: 80px 28px; }
    .sm-quote__text { font-size: clamp(22px, 5vw, 32px); }
  }
/* END_SECTION:sm-quote */

/* START_SECTION:sm-ritual (INDEX:61) */
.sm-ritual {
    --sm-lavender-deep: #A892C2;
    --sm-sage-deep: #8FA37D;
    --sm-cloud: #F7F7F5;
    --sm-blush: #EDE8E3;
    --sm-charcoal: #2F2F2F;
    --sm-charcoal-soft: #5A5A5A;

    padding: var(--sm-pad-top, 96px) 60px var(--sm-pad-bottom, 120px);
    color: var(--sm-charcoal);
    font-family: 'Manrope', -apple-system, BlinkMacSystemFont, sans-serif;
  }

  .sm-ritual__header {
    text-align: center;
    margin: 0 auto 72px;
    max-width: 640px;
  }

  .sm-ritual__eyebrow {
    font-size: 11px;
    letter-spacing: 0.32em;
    text-transform: uppercase;
    color: var(--sm-lavender-deep);
    margin: 0 0 20px;
    font-weight: 600;
  }

  .sm-ritual__heading {
    font-family: 'Fraunces', Georgia, serif;
    font-size: clamp(30px, 4vw, 52px);
    font-weight: 300;
    line-height: 1.05;
    margin: 0 0 22px;
    letter-spacing: -0.015em;
  }

  .sm-ritual__heading em {
    font-style: italic;
    color: var(--sm-lavender-deep);
  }

  .sm-ritual__subhead {
    font-size: 17px;
    color: var(--sm-charcoal-soft);
    line-height: 1.7;
    max-width: 520px;
    margin: 0 auto;
  }

  .sm-ritual__steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 60px;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
  }

  .sm-ritual__steps::before {
    content: '';
    position: absolute;
    top: 80px;
    left: 16.66%;
    right: 16.66%;
    height: 1px;
    background: var(--sm-charcoal);
    opacity: 0.15;
    z-index: 0;
  }

  .sm-ritual__step {
    text-align: center;
    position: relative;
    z-index: 1;
  }

  .sm-ritual__num {
    font-family: 'Fraunces', Georgia, serif;
    font-style: italic;
    font-size: 14px;
    color: var(--sm-charcoal);
    opacity: 0.45;
    margin-bottom: 18px;
  }

  .sm-ritual__icon {
    width: 88px;
    height: 88px;
    margin: 0 auto 28px;
    background: var(--sm-cloud);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(47,47,47,0.08);
  }

  .sm-ritual--{{ section.id }} .sm-ritual__icon { background: #fff; }

  .sm-ritual__icon svg {
    width: 48px;
    height: 48px;
  }

  .sm-ritual__title {
    font-family: 'Fraunces', Georgia, serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.2;
    margin: 0 0 14px;
    letter-spacing: -0.005em;
  }

  .sm-ritual__body {
    font-size: 15px;
    line-height: 1.7;
    color: var(--sm-charcoal-soft);
    max-width: 280px;
    margin: 0 auto 22px;
  }

  .sm-ritual__link {
    font-size: 11px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    font-weight: 600;
    color: var(--sm-charcoal);
    text-decoration: none;
    border-bottom: 1px solid var(--sm-charcoal);
    padding-bottom: 3px;
    display: inline-flex;
    gap: 8px;
    transition: gap 0.3s, color 0.3s, border-color 0.3s;
  }

  .sm-ritual__link:hover {
    gap: 14px;
    color: var(--sm-lavender-deep);
    border-color: var(--sm-lavender-deep);
  }

  @media (max-width: 989px) {
    .sm-ritual { padding: 64px 28px 80px; }
    .sm-ritual__header { margin-bottom: 48px; }
    .sm-ritual__steps { grid-template-columns: 1fr; gap: 48px; max-width: 420px; }
    .sm-ritual__steps::before { display: none; }
    .sm-ritual__icon { width: 76px; height: 76px; }
    .sm-ritual__icon svg { width: 42px; height: 42px; }
  }
/* END_SECTION:sm-ritual */

/* START_SECTION:sm-testimonials (INDEX:62) */
.sm-tests {
    --sm-lavender-deep: #A892C2;
    --sm-cloud: #F7F7F5;
    --sm-charcoal: #2F2F2F;
    --sm-charcoal-soft: #5A5A5A;

    background: var(--sm-cloud);
    padding: var(--sm-pad-top, 96px) 60px var(--sm-pad-bottom, 120px);
    color: var(--sm-charcoal);
    font-family: 'Manrope', -apple-system, BlinkMacSystemFont, sans-serif;
  }

  .sm-tests__header {
    text-align: center;
    margin: 0 auto 64px;
    max-width: 640px;
  }

  .sm-tests__eyebrow {
    font-size: 11px;
    letter-spacing: 0.32em;
    text-transform: uppercase;
    color: var(--sm-lavender-deep);
    margin: 0 0 20px;
    font-weight: 600;
  }

  .sm-tests__heading {
    font-family: 'Fraunces', Georgia, serif;
    font-size: clamp(28px, 3.5vw, 44px);
    font-weight: 300;
    line-height: 1.1;
    margin: 0;
    letter-spacing: -0.015em;
  }

  .sm-tests__heading em {
    font-style: italic;
    color: var(--sm-lavender-deep);
  }

  .sm-tests__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 56px;
    max-width: 1200px;
    margin: 0 auto;
  }

  .sm-tests__card {
    margin: 0;
    text-align: center;
  }

  .sm-tests__mark {
    display: block;
    font-family: 'Fraunces', Georgia, serif;
    font-size: 72px;
    line-height: 0.5;
    color: var(--sm-lavender-deep);
    opacity: 0.65;
    margin-bottom: 24px;
    font-style: italic;
  }

  .sm-tests__quote {
    font-family: 'Fraunces', Georgia, serif;
    font-style: italic;
    font-size: clamp(18px, 1.6vw, 22px);
    font-weight: 300;
    line-height: 1.5;
    color: var(--sm-charcoal);
    margin: 0 0 24px;
    padding: 0;
    border: 0;
    letter-spacing: -0.005em;
  }

  .sm-tests__name {
    font-size: 11px;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    font-weight: 600;
    color: var(--sm-charcoal-soft);
  }

  .sm-tests__loc {
    opacity: 0.7;
    font-weight: 400;
  }

  @media (max-width: 989px) {
    .sm-tests { padding: 64px 28px 80px; }
    .sm-tests__header { margin-bottom: 44px; }
    .sm-tests__grid { grid-template-columns: 1fr; gap: 56px; max-width: 540px; }
  }
/* END_SECTION:sm-testimonials */

/* START_SECTION:sm-trust (INDEX:63) */
.sm-trust {
    padding: var(--sm-pad-top, 24px) 60px var(--sm-pad-bottom, 24px);
    border-top: 1px solid rgba(47,47,47,0.06);
    border-bottom: 1px solid rgba(47,47,47,0.06);
    font-family: 'Manrope', -apple-system, BlinkMacSystemFont, sans-serif;
  }
  .sm-trust__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
  .sm-trust__item {
    font-size: 11px;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    color: #5A5A5A;
    font-weight: 500;
    position: relative;
  }
  .sm-trust__item + .sm-trust__item::before {
    content: '·';
    position: absolute;
    left: -24px;
    top: -2px;
    color: #A892C2;
    font-weight: 700;
    font-size: 14px;
  }
  @media (max-width: 720px) {
    .sm-trust { padding: 18px 20px; }
    .sm-trust__list { gap: 24px; }
    .sm-trust__item { font-size: 10px; letter-spacing: 0.18em; }
    .sm-trust__item + .sm-trust__item::before { left: -16px; }
  }
/* END_SECTION:sm-trust */

/* START_SECTION:sm-why-melts (INDEX:64) */
.sm-why {
    padding: var(--sm-pad-top, 96px) 60px var(--sm-pad-bottom, 120px);
    color: #2F2F2F;
    font-family: 'Manrope', -apple-system, BlinkMacSystemFont, sans-serif;
  }
  .sm-why__header {
    text-align: center;
    max-width: 680px;
    margin: 0 auto 64px;
  }
  .sm-why__eyebrow {
    font-size: 11px;
    letter-spacing: 0.32em;
    text-transform: uppercase;
    color: #A892C2;
    margin: 0 0 20px;
    font-weight: 600;
  }
  .sm-why__heading {
    font-family: 'Fraunces', Georgia, serif;
    font-size: clamp(30px, 4vw, 48px);
    font-weight: 300;
    line-height: 1.05;
    margin: 0 0 22px;
    letter-spacing: -0.015em;
  }
  .sm-why__heading em {
    font-style: italic;
    color: #A892C2;
  }
  .sm-why__subhead {
    font-size: 17px;
    color: #5A5A5A;
    line-height: 1.7;
    max-width: 560px;
    margin: 0 auto;
  }
  .sm-why__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 64px;
    max-width: 1100px;
    margin: 0 auto;
  }
  .sm-why__col {
    text-align: center;
  }
  .sm-why__icon {
    width: 52px;
    height: 52px;
    margin: 0 auto 24px;
  }
  .sm-why__icon svg {
    width: 100%;
    height: 100%;
    display: block;
  }
  .sm-why__title {
    font-family: 'Fraunces', Georgia, serif;
    font-style: italic;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.2;
    margin: 0 0 14px;
  }
  .sm-why__body {
    font-size: 15px;
    line-height: 1.65;
    color: #5A5A5A;
    margin: 0;
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
  }
  @media (max-width: 989px) {
    .sm-why { padding: 72px 24px 80px; }
    .sm-why__header { margin-bottom: 48px; }
    .sm-why__grid { grid-template-columns: 1fr; gap: 48px; max-width: 480px; }
    .sm-why__icon { width: 44px; height: 44px; margin-bottom: 18px; }
    .sm-why__title { font-size: 20px; }
    .sm-why__body { font-size: 14px; }
  }
/* END_SECTION:sm-why-melts */