/** Shopify CDN: Minification failed

Line 667:4 Unexpected "}"
Line 1599:25 Expected identifier but found "."
Line 1600:31 Expected identifier but found "."
Line 1601:22 Expected identifier but found "."
Line 1602:23 Expected identifier but found "."
Line 1603:23 Expected identifier but found "."

**/
    *, *::before, *::after { box-sizing: border-box; }

    /* Ensure FA icons render */
    .sd-kit-icon-wrap i,
    .sd-table-check i,
    .sd-table-x i,
    .sd-kit-trust-check i,
    .sd-credit-badge i,
    .sd-final-trust-chip i,
    .sd-stat-bar-item i,
    .sd-trust-label i,
    .sd-roadmap-reassurance i {
      display: inline-block !important;
      font-family: "Font Awesome 6 Free", "Font Awesome 6 Pro", FontAwesome !important;
      font-style: normal !important;
      font-variant: normal !important;
      text-rendering: auto !important;
    }

    html, body {
      margin: 0;
      padding: 0;
      overflow-x: hidden;
    }

    body {
      font-family: 'Montserrat', sans-serif;
      background: #fff;
      color: #182624;
      -webkit-font-smoothing: antialiased;
      text-rendering: optimizeLegibility;
    }

    :root {
      --sd-green:       #0D544B;
      --sd-green-2:     #14665c;
      --sd-gold:        #C9A45C;
      --sd-eyebrow:     #789E95;
      --sd-gold-dark:   #B68D46;
      --sd-cream:       #FBF7F0;
      --sd-cream-deep:  #F3EDE2;
      --sd-surface:     #FFFDFC;
      --sd-bg-soft:     #F8F5EF;
      --sd-ink:         #182624;
      --sd-muted:       #5E6C68;
      --sd-trust:       #4D8B5A;
      --sd-line:        rgba(13, 84, 75, 0.12);
      --sd-line-soft:   rgba(13, 84, 75, 0.08);
      --sd-shadow:      0 24px 60px rgba(13, 84, 75, 0.10);
      --sd-shadow-soft: 0 14px 36px rgba(13, 84, 75, 0.08);
      --sd-radius-xl:   28px;
      --sd-radius-lg:   22px;
      --sd-radius-md:   16px;
    }

    .sd-container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 24px;
    }

    /* ─── TRUST BAR ─── */
    .sd-stat-bar {
      background: var(--sd-ink);
      color: #fff;
      padding: 10px 16px;
      font-size: 11px;
      font-weight: 600;
      letter-spacing: 0.9px;
      text-transform: uppercase;
    }

    .sd-stat-bar-inner {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      gap: 6px 16px;
    }

    .sd-stat-bar-item {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      white-space: nowrap;
    }

    .sd-stat-sep {
      opacity: 0.3;
      display: none;
    }

    @media (min-width: 480px) {
      .sd-stat-sep { display: inline; }
    }

    /* ─── HERO SHELL ─── */
    .sd-hero-shell {
      background:
        radial-gradient(circle at top left, rgba(201,164,92,0.08), transparent 28%),
        linear-gradient(180deg, var(--sd-cream) 0%, #fff 100%);
    }

    /* ─── HERO LAYOUT ─── */
    /*
      MOBILE (default, <901px):
        Column layout. Order:
          1. sd-hero-text  (eyebrow + h1 + intro + pills + card + trust seals)
          2. sd-hero-image (photo — below the fold, after CTA)

      DESKTOP (≥901px):
        Row layout. Left: text. Right: image (sticky).
        Same visual result as the original desktop design.
    */

    .sd-hero {
      display: flex;
      flex-direction: column;
      align-items: stretch;
      gap: 0;
      padding: 28px 0 48px;
    }

    /* On mobile: text first (order 1), image second (order 2) */
    .sd-hero-text  { order: 1; width: 100%; text-align: center; }
    .sd-hero-image { order: 2; width: 100%; margin-top: 28px; }

    .sd-hero-image-frame {
      background: var(--sd-surface);
      border: none;
      border-radius: 28px;
      padding: 10px;
      box-shadow: 0 20px 50px rgba(13, 84, 75, 0.12);
    }

    .sd-hero-image img {
      width: 100%;
      display: block;
      border-radius: 20px;
      aspect-ratio: 4 / 4.2;
      object-fit: cover;
      object-position: top center;
    }

    .sd-image-caption {
      margin-top: 12px;
      font-size: 13px;
      text-align: center;
      color: var(--sd-muted);
    }

    /* ─── TYPOGRAPHY ─── */
    .sd-badge {
      display: inline-block;
      color: var(--sd-eyebrow);
      font-weight: 700;
      font-size: 11px;
      text-transform: uppercase;
      letter-spacing: 2px;
      margin-bottom: 12px;
    }

    .sd-hero h1 {
      font-family: 'Cormorant Garamond', serif;
      font-size: clamp(36px, 5.2vw, 62px);
      line-height: 1;
      letter-spacing: -0.03em;
      margin: 0 0 12px;
      color: var(--sd-green);
      text-transform: none !important;
    }

    .sd-hero-ink  { color: var(--sd-green); font-style: normal; }
    .sd-hero-gold { color: var(--sd-gold);  font-style: italic; }

    .sd-hero p.intro-p {
      font-size: clamp(16px, 1.8vw, 19px);
      color: var(--sd-muted);
      margin: 0 auto 14px;
      max-width: 620px;
      line-height: 1.5;
    }

    /* ─── REASSURANCE PILLS ─── */
    .sd-hero-reassurance-list {
      display: flex;
      flex-wrap: wrap;
      gap: 8px 10px;
      justify-content: center;
      margin: 0 auto 20px;
      max-width: 640px;
    }

    .sd-hero-reassurance-list span {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding: 7px 13px;
      border-radius: 999px;
      background: rgba(13,84,75,0.04);
      color: rgba(13,84,75,0.92);
      border: 1px solid rgba(13,84,75,0.06);
      font-size: clamp(13px, 1.35vw, 14px);
      font-weight: 600;
      line-height: 1.3;
      white-space: nowrap;
      box-shadow: none;
    }

    /* ─── CTA CARD ─── */
    .sd-concierge-card {
      width: 100%;
      padding: 24px 20px 18px;
      border-radius: 24px;
      background: rgba(255,253,252,0.97);
      border: none;
      box-shadow: 0 10px 24px rgba(13,84,75,0.06);
      text-align: left;
    }

    .sd-card-topline {
      display: flex;
      flex-wrap: wrap;
      align-items: baseline;
      justify-content: space-between;
      gap: 8px 16px;
      margin-bottom: 10px;
    }

    .sd-card-title {
      font-size: 11px;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 1.5px;
      color: var(--sd-muted);
    }

    .sd-card-price {
      font-size: clamp(28px, 6vw, 38px);
      line-height: 1;
      font-weight: 700;
      color: var(--sd-ink);
    }

    .sd-card-copy {
      font-size: 15px;
      color: var(--sd-muted);
      margin: 0 0 18px;
      line-height: 1.5;
    }

    .sd-main-btn {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      min-height: 54px;
      background: var(--sd-green);
      color: #fff;
      text-align: center;
      text-decoration: none;
      padding: 16px 24px;
      border-radius: 28px;
      font-weight: 700;
      font-size: 17px;
      letter-spacing: 0.01em;
      border: none;
      cursor: pointer;
      transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
      box-shadow: 0 18px 38px rgba(13,84,75,0.24);
    }

    .sd-main-btn:hover {
      background: var(--sd-green-2);
      transform: translateY(-1px);
      box-shadow: 0 22px 42px rgba(13,84,75,0.28);
    }

    .sd-main-btn:active { transform: translateY(0); }

    .sd-main-btn:focus-visible {
      outline: 3px solid rgba(201,164,92,0.4);
      outline-offset: 3px;
    }

    .sd-cta-subnote {
      text-align: center;
      margin-top: 10px;
      font-size: 12px;
      color: rgba(94,108,104,0.92);
      line-height: 1.45;
      opacity: 0.75;
    }
    .sd-cta-subnote strong { color: var(--sd-green); }

    .sd-affirm-wrap {
      margin-top: 14px;
      padding-top: 14px;
      border-top: 1px solid var(--sd-line-soft);
    }

    .sd-affirm-row {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      gap: 4px 6px;
      font-size: 13px;
      color: var(--sd-muted);
      font-weight: 500;
      text-align: center;
      line-height: 1.5;
    }

    .sd-affirm-row strong { color: var(--sd-ink); }

    .sd-affirm-row img {
      height: 18px;
      vertical-align: middle;
      flex-shrink: 0;
    }

    .sd-credit-badge {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-wrap: wrap;
      gap: 6px;
      font-size: 13px;
      color: var(--sd-trust);
      font-weight: 700;
      margin-top: 10px;
      text-align: center;
      line-height: 1.4;
    }

    /* ─── TRUST SEALS (below card on mobile) ─── */
    .sd-trust-seals {
      margin-top: 16px;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 12px 18px;
      align-items: center;
      opacity: 0.8;
    }

    .sd-trust-seals img {
      flex-shrink: 0;
      filter: grayscale(20%);
    }

    .sd-trust-label {
      font-size: 10.5px;
      font-weight: 700;
      letter-spacing: 1px;
      color: rgba(94,108,104,0.95);
      flex-shrink: 0;
      white-space: nowrap;
    }

    /* ─── STICKY CTA (mobile only) ─── */
    /*
      A fixed bottom bar appears after user scrolls past the hero CTA.
      Keeps conversion pressure present throughout any below-fold content.
    */
    .sd-sticky-cta {
      display: none; /* hidden by default; JS shows after scroll */
      position: fixed;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: 999;
      background: var(--sd-surface);
      border-top: 1px solid rgba(13,84,75,0.10);
      padding: 12px 16px;
      box-shadow: 0 -8px 28px rgba(13,84,75,0.10);
    }

    .sd-sticky-cta a {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      min-height: 50px;
      background: var(--sd-green);
      color: #fff;
      text-decoration: none;
      border-radius: 28px;
      font-weight: 700;
      font-size: 15px;
      letter-spacing: 0.01em;
      box-shadow: 0 10px 24px rgba(13,84,75,0.20);
    }

    /* Only show sticky bar on mobile */
    @media (max-width: 900px) {
      .sd-sticky-cta.is-visible { display: block; }
    }

    /* ─── DESKTOP (≥901px) — original side-by-side layout ─── */
    @media (min-width: 901px) {
      .sd-hero {
        flex-direction: row;
        align-items: flex-start;
        gap: 56px;
        padding: 58px 0 82px;
      }

      /* Desktop overrides: text left, image right */
      .sd-hero-text {
        order: 1;
        flex: 0 0 55%;
        max-width: 55%;
        text-align: left;
      }

      .sd-hero-image {
        order: 2;
        flex: 0 0 45%;
        max-width: 45%;
        margin-top: 0;
        position: sticky;
        top: 24px;
        align-self: flex-start;
      }

      .sd-hero p.intro-p        { margin-left: 0; margin-right: 0; }
      .sd-hero-reassurance-list { justify-content: flex-start; margin-left: 0; }
      .sd-concierge-card        { max-width: 620px; }
      .sd-trust-seals           { justify-content: flex-start; }
      .sd-image-caption         { text-align: left; }
    }

    /* ─── TABLET (601px–900px) ─── */
    @media (max-width: 900px) and (min-width: 601px) {
      .sd-hero { padding: 32px 0 52px; }
      .sd-hero h1 { font-size: clamp(38px, 7vw, 56px); }
      .sd-image-caption { display: none; }
      .sd-concierge-card { border-radius: 22px; }
    }

    /* ─── MOBILE (<600px) ─── */
    @media (max-width: 600px) {
      .sd-container { padding: 0 16px; }

      .sd-hero { padding: 20px 0 40px; }

      .sd-hero h1 {
        font-size: clamp(28px, 7.5vw, 36px);
        line-height: 1.05;
        letter-spacing: -0.015em;
        margin-bottom: 10px;
        font-weight: 600;
        text-transform: none !important;
        max-width: 95%;
      }

      .sd-badge {
        font-size: 10px;
        letter-spacing: 1.8px;
        margin-bottom: 10px;
      }

      .sd-hero p.intro-p {
        font-size: 15px;
        line-height: 1.45;
        max-width: 32ch;
        margin-bottom: 14px;
      }

      .sd-hero-reassurance-list span {
        font-size: 12px;
        padding: 6px 11px;
      }

      .sd-concierge-card {
        padding: 20px 16px 18px;
        border-radius: 20px;
      }

      .sd-card-copy { font-size: 14px; }
      .sd-card-price { font-size: 32px; }

      .sd-main-btn {
        font-size: 15px;
        min-height: 56px;
        padding: 16px 18px;
      }

      /* Image after CTA on mobile */
      .sd-hero-image { margin-top: 28px; }
      .sd-hero-image img { aspect-ratio: 4 / 3.2; }
      .sd-hero-image-frame { border-radius: 22px; padding: 8px; }
      .sd-hero-image img   { border-radius: 16px; }

      /* Show caption below image on mobile */
      .sd-image-caption {
        display: block;
        margin-top: 10px;
        font-size: 12px;
        font-style: italic;
        color: var(--sd-muted);
        text-align: center;
      }

      /* Trust bar — single line on mobile */
      .sd-stat-bar {
        font-size: 9px !important;
        letter-spacing: 0.6px !important;
        padding: 7px 12px !important;
      }

      .sd-stat-bar-inner {
        gap: 4px 10px !important;
      }
        font-size: 32px;
        line-height: 1.08;
      }

      .sd-section-head p {
        font-size: 14px;
        line-height: 1.5;
        opacity: 0.78;
      }

      /* Accordion */
      .sd-step-title {
        font-size: 18px;
        line-height: 1.15;
        text-transform: none !important;
      }

      .sd-note-card p {
        font-size: 13px;
        line-height: 1.45;
      }

/* Comparison table */
.sd-table-wrapper th,
.sd-table-wrapper td {
  padding: 14px 10px !important;
  font-size: 12px !important;
  line-height: 1.35 !important;
  vertical-align: middle !important;
}

/* Checkmark size */
.sd-table-check {
  font-size: 12px !important;
}

/* Keep all 3 columns visible */
.sd-table-wrapper col.col-others {
  display: table-column !important;
}

.sd-table-wrapper th:last-child,
.sd-table-wrapper td:last-child {
  display: table-cell !important;
}

/* Better mobile widths */
.sd-table-wrapper col.col-feature { width: 40% !important; }
.sd-table-wrapper col.col-saint   { width: 32% !important; }
.sd-table-wrapper col.col-others  { width: 28% !important; }

/* Feature column */
.sd-table-wrapper tbody tr td:first-child {
  font-size: 9px !important;
  line-height: 1.3 !important;
  padding: 12px 6px 12px 10px !important;
  text-align: left !important;
}

/* Saint Diamonds + Others body cells */
.sd-table-wrapper tbody tr td:not(:first-child) {
  font-size: 10.8px !important;
  line-height: 1.35 !important;
  padding: 12px 6px !important;
  text-align: center !important;
}

/* Header row */
.sd-table-wrapper thead th {
  padding: 12px 4px !important;
  font-size: 7.5px !important;
  letter-spacing: 0.4px !important;
  line-height: 1.15 !important;
  white-space: normal !important;
  overflow-wrap: normal !important;
  word-break: keep-all !important;
  vertical-align: middle !important;
}

/* FEATURE stays left */
.sd-table-wrapper thead th:first-child {
  text-align: left !important;
  padding-left: 10px !important;
  font-size: 12px !important;
}

/* SAINT DIAMONDS centered */
.sd-table-wrapper thead th:nth-child(2) {
  text-align: center !important;
}

/* OTHERS centered */
.sd-table-wrapper thead th:nth-child(3) {
  text-align: center !important;
}

      /* Final CTA */
      .sd-final-cta h2 {
        font-size: 32px;
        line-height: 1.08;
      }

      /* Kit section */
      .sd-kit-h2 { font-size: 28px; }
      .sd-kit-intro { font-size: 14px; }
      .sd-kit-list { gap: 20px; }
      .sd-kit-trust-checks { align-items: flex-start; }

      /* Process section CTA */
      .sd-process-cta { padding: 28px 0; }
      .sd-process-cta-text { max-width: 100%; }
      .cta-line-1 { font-size: 22px; }
      .cta-line-2 { font-size: 18px; }
      .sd-process-cta .sd-main-btn { max-width: 100%; }
      .sd-process-cta-sub { font-size: 12px; }

      /* Path steps desktop text (hidden but safe) */
      .sd-path-text h3 { font-size: 24px; }

      /* Roadmap */
      .sd-roadmap-card { padding: 24px 20px; }
      .sd-roadmap-reassurance { font-size: 13px; padding: 0 8px; }

      /* Founder */
      .sd-founder-row blockquote { font-size: 26px; border: none !important; padding: 0 !important; }
      .sd-founder-copy { text-align: center; }
      .sd-founder-image { max-width: 100%; }
      .sd-founder-signoff { font-size: 10px; }

      /* Final trust row — stack on very small screens */
      .sd-final-trust-row { gap: 10px; margin-top: 32px; }

      /* Story cards */
      .sd-story-card-body { padding: 16px 16px 18px; }

      /* Trust seals */
      .sd-trust-seals { gap: 10px 14px; margin-top: 12px; }

      /* Sticky CTA padding */
      .sd-sticky-cta { padding: 10px 14px; }
    }

    @media (max-width: 340px) {
      .sd-hero h1    { font-size: 34px; }
      .sd-card-price { font-size: 26px; }
      .sd-main-btn   { font-size: 14px; }
    }

    /* ════════════════════════════════════════
       BELOW-HERO SECTIONS
    ════════════════════════════════════════ */

    .sd-wrapper { color: var(--sd-ink); line-height: 1.58; background: #fff; }

    .accent-serif {
      font-family: 'Cormorant Garamond', serif;
      font-style: italic;
      color: var(--sd-gold);
    }

    /* ── SHARED SECTION HEADER ── */
    .sd-section-head {
      text-align: center;
      margin-bottom: 52px;
    }

    .sd-section-pre {
      display: inline-block;
      color: var(--sd-eyebrow);
      font-size: 11px;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 2px;
      margin-bottom: 10px;
    }

    .sd-section-head h2 {
      font-family: 'Cormorant Garamond', serif;
      font-size: clamp(30px, 5vw, 46px);
      line-height: 1.05;
      letter-spacing: -0.02em;
      margin: 0 0 12px;
      color: var(--sd-green);
    }

    .sd-section-head p {
      color: var(--sd-muted);
      max-width: 760px;
      margin: 0 auto;
      font-size: 15px;
      opacity: 0.8;
    }

    /* ── KIT CONTENTS ── */
    .sd-kit-optimized {
      padding: 84px 0;
      background: var(--sd-bg-soft);
    }

    /* Desktop: image left (45%), content right (55%) */
    .sd-kit-row {
      display: grid;
      grid-template-columns: 45% 55%;
      gap: 56px;
      align-items: start;
    }

    .sd-kit-img-col {
      position: sticky;
      top: 28px;
      align-self: start;
    }

    .sd-kit-img-wrap {
      border-radius: 24px;
      overflow: hidden;
      position: relative;
    }

    .sd-kit-img-wrap img {
      width: 100%;
      display: block;
      aspect-ratio: 1 / 1;
      object-fit: cover;
      object-position: center 20%;
    }

    .sd-kit-badge-float {
      position: absolute;
      top: 16px;
      left: 16px;
      background: rgba(255,255,255,0.92);
      border-radius: 999px;
      padding: 7px 14px;
      font-size: 10px;
      font-weight: 800;
      letter-spacing: 1px;
      text-transform: uppercase;
      color: var(--sd-ink);
      display: inline-flex;
      align-items: center;
      gap: 8px;
    }

    .sd-kit-badge-dot {
      width: 7px;
      height: 7px;
      border-radius: 50%;
      background: var(--sd-green);
      flex-shrink: 0;
    }

    /* Right column: header + list */
    .sd-kit-content-col {
      padding-top: 8px;
    }

    .sd-kit-pre {
      display: block;
      font-size: 11px;
      font-weight: 700;
      letter-spacing: 2px;
      text-transform: uppercase;
      color: var(--sd-eyebrow);
      margin-bottom: 10px;
    }

    .sd-kit-h2 {
      font-family: 'Cormorant Garamond', serif;
      font-size: clamp(30px, 3.5vw, 42px);
      line-height: 1.05;
      letter-spacing: -0.02em;
      color: var(--sd-green);
      margin: 0 0 12px;
    }

    .sd-kit-intro {
      font-size: 15px;
      color: var(--sd-muted);
      margin: 0 0 32px;
      line-height: 1.5;
    }

    /* List items — open, no borders */
    .sd-kit-list {
      display: flex;
      flex-direction: column;
      gap: 24px;
      margin: 0 0 32px;
    }

    .sd-kit-item {
      display: grid;
      grid-template-columns: 40px 1fr;
      gap: 16px;
      align-items: start;
    }

    .sd-kit-icon-wrap {
      width: 36px;
      height: 36px;
      border-radius: 10px;
      background: rgba(13,84,75,0.04);
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
      color: rgba(13,84,75,0.45);
      font-size: 13px;
    }

    .sd-kit-item-body { padding-top: 2px; }

    .sd-kit-item-title {
      font-size: 16px;
      font-weight: 700;
      color: var(--sd-ink);
      margin: 0 0 4px;
      line-height: 1.25;
    }

    .sd-kit-item-desc {
      font-size: 13.5px;
      color: var(--sd-muted);
      margin: 0;
      line-height: 1.55;
      opacity: 0.88;
    }

    .sd-kit-trust-checks {
      display: flex;
      flex-direction: column;
      gap: 8px;
    }

    .sd-kit-trust-check {
      display: flex;
      align-items: center;
      gap: 8px;
      color: var(--sd-trust);
      font-weight: 700;
      font-size: 13px;
    }

    /* ── TESTIMONIALS ── */
    .sd-story-bar { padding: 76px 0; background: #fff; }

    .sd-story-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 24px;
    }

    .sd-story-card {
      background: var(--sd-surface);
      border: none;
      border-radius: var(--sd-radius-lg);
      overflow: hidden;
      box-shadow: 0 10px 28px rgba(13,84,75,0.05);
      text-align: left;
      display: flex;
      flex-direction: column;
    }

    .sd-story-card img {
      width: 100%;
      aspect-ratio: 4 / 3;
      object-fit: cover;
      object-position: top center;
      display: block;
      flex-shrink: 0;
    }

    .sd-story-card-body { padding: 20px 20px 22px; flex: 1; }
    .sd-story-stars { color: var(--sd-gold); font-size: 13px; letter-spacing: 3px; margin-bottom: 10px; }
    .sd-story-card p { font-size: 13.5px; color: var(--sd-muted); margin: 0 0 12px; line-height: 1.55; font-style: italic; }
    .sd-story-card-name { font-size: 12px; font-weight: 700; color: var(--sd-ink); letter-spacing: 0.5px; margin: 0 !important; font-style: normal !important; }

    .sd-story-more {
      display: none; /* hidden on desktop */
      text-align: center;
      margin-top: 20px;
      font-size: 14px;
      font-weight: 600;
      color: var(--sd-green);
      text-decoration: none;
      letter-spacing: 0.2px;
    }

    .sd-story-more:hover { opacity: 0.75; }

    /* ── TRANSFORMATION PATH ── */
    .sd-transformation-path { padding: 64px 0; background: var(--sd-bg-soft); }

    /* Desktop: alternating 2-col grid */
    .sd-path-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      column-gap: 44px;
      row-gap: 36px;       /* fix 2: tighter vertical spacing */
      align-items: center;
      position: relative;
    }

    /* fix 4: faint vertical connector line — sits between columns */
    .sd-path-grid::before {
      content: '';
      position: absolute;
      left: 50%;
      top: 40px;
      bottom: 40px;
      width: 1px;
      background: linear-gradient(to bottom,
        transparent 0%,
        rgba(201,164,92,0.22) 10%,
        rgba(201,164,92,0.22) 90%,
        transparent 100%);
      transform: translateX(-50%);
      pointer-events: none;
    }

    /* Mid-CTA masks the line by sitting above it with a matching background */
    .sd-path-mid-cta {
      position: relative;
      z-index: 1;
      background: var(--sd-bg-soft);
      grid-column: 1 / -1;
      text-align: center;
      padding: 8px 0 4px;
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 14px;
    }

    /* fix 1: images supportive, not dominant */
    .sd-path-img img {
      width: 100%;
      max-height: 260px;   /* ~25% reduction */
      border-radius: var(--sd-radius-lg);
      display: block;
      box-shadow: 0 8px 24px rgba(13,84,75,0.08);
      aspect-ratio: 4 / 3;
      object-fit: cover;
    }

    .sd-path-step {
      color: #6E938C;
      font-size: 10px;
      font-weight: 700;
      letter-spacing: 1.6px;
      text-transform: uppercase;
      display: inline-block;
      margin-bottom: 6px;
    }

    .sd-path-text h3 {
      font-family: 'Cormorant Garamond', serif;
      font-size: clamp(20px, 2.8vw, 28px);
      margin: 0 0 8px;
      color: var(--sd-green);
      line-height: 1.1;
    }

    /* fix 3: short text — single tight paragraph */
    .sd-path-text p {
      color: var(--sd-muted);
      margin: 0 0 12px;
      font-size: 15px;
      line-height: 1.55;
    }

    .sd-note-card {
      margin-top: 14px;
      background: rgba(201,164,92,0.05);
      padding: 12px 14px;
      border: 1px solid rgba(201,164,92,0.10);
      border-radius: 12px;
      color: var(--sd-ink);
      box-shadow: none;
    }

    .sd-note-card p {
      margin: 0;
      font-size: 13.5px;
      line-height: 1.5;
      color: var(--sd-muted);
    }

    .sd-note-card p strong {
      color: var(--sd-ink);
      font-weight: 700;
    }

    .sd-note-card small { display: block; font-size: 11px; margin-top: 6px; opacity: 0.75; font-style: italic; color: var(--sd-muted); }
    .sd-note-card a { color: var(--sd-green); font-weight: 700; text-decoration: underline; }

    /* fix 5: mid-CTA after step 2, spans full width */
    .sd-path-mid-cta p {
      font-size: 15px;
      color: var(--sd-green);
      font-weight: 600;
      margin: 0;
      line-height: 1.35;
    }

    .sd-path-mid-cta .sd-main-btn {
      max-width: 260px;
      min-height: 44px;
      font-size: 14px;
      padding: 11px 20px;
      box-shadow: 0 8px 20px rgba(13,84,75,0.18);
    }

    .sd-path-mid-cta-sub {
      font-size: 12px !important;
      color: var(--sd-muted) !important;
      font-weight: 400 !important;
    }

    /* Final CTA — transparent, no box */
    .sd-process-cta {
      margin-top: 48px;
      text-align: center;
      padding: 40px 0;
      background: transparent;
      border: none;
    }

    .sd-process-cta-text {
      font-family: 'Cormorant Garamond', serif;
      color: var(--sd-green);
      margin: 0 auto 20px;
      max-width: 440px;
      line-height: 1.2;
      text-align: center;
    }

    .cta-line-1 {
      font-size: clamp(24px, 3vw, 30px);
      font-weight: 600;
    }

    .cta-line-2 {
      font-size: clamp(20px, 2.4vw, 24px);
      font-weight: 400;
      opacity: 0.8;
      margin-top: 4px;
    }

    .sd-process-cta .sd-main-btn { max-width: 300px; margin: 0 auto; }

    .sd-process-cta-sub {
      margin-top: 10px;
      font-size: 12px;
      color: var(--sd-muted);
    }

    /* fix 7: mobile accordion — hidden on desktop, shown on mobile */
    .sd-path-accordion { display: none; }

    .sd-accordion-step {
      border-bottom: 1px solid rgba(13,84,75,0.05);
      overflow: hidden;
    }

    .sd-accordion-step:first-child { border-top: 1px solid rgba(13,84,75,0.05); }

    .sd-accordion-trigger {
      width: 100% !important;
      background: none !important;
      border: none !important;
      padding: 18px 2px !important;
      display: flex !important;
      flex-direction: row !important;
      align-items: flex-start !important;
      gap: 8px !important;
      cursor: pointer !important;
      text-align: left !important;
    }

    /* Number inline */
    .sd-accordion-num {
      width: auto;
      height: auto;
      border-radius: 0;
      background: none;
      color: var(--sd-eyebrow);
      font-size: 11px;
      font-weight: 700;
      letter-spacing: 1.5px;
      display: inline !important;
      flex-shrink: 0;
      margin-top: 3px;
      font-family: 'Montserrat', sans-serif;
    }

    .sd-step-label { flex: 1; display: block !important; }

    .sd-step-title {
      display: block !important;
      visibility: visible !important;
      opacity: 1 !important;
      height: auto !important;
      overflow: visible !important;
      font-family: 'Cormorant Garamond', serif;
      font-size: 20px;
      font-weight: 600;
      color: var(--sd-green) !important;
      line-height: 1.2;
      text-transform: none !important;
      margin-top: 0;
    }

    .sd-accordion-chevron {
      width: 18px;
      height: 18px;
      flex-shrink: 0;
      color: var(--sd-muted);
      opacity: 0.6;
      transition: transform 0.25s ease;
      margin-top: 4px;
    }

    .sd-accordion-step.is-open .sd-accordion-chevron { transform: rotate(180deg); }

    /* Body hidden by default, shown when is-open */
    .sd-accordion-body {
      display: none !important;
      padding: 4px 2px 24px;
      clear: both;
    }

    .sd-accordion-step.is-open .sd-accordion-body {
      display: block !important;
    }

    /* Image in accordion — clear separation from trigger above */
    .sd-accordion-body img {
      width: 100% !important;
      border-radius: var(--sd-radius-md);
      aspect-ratio: 16 / 7;
      object-fit: cover;
      object-position: center 30%;
      display: block !important;
      margin-top: 0;
      margin-bottom: 16px;
      position: relative !important;
      z-index: 1;
    }

    .sd-accordion-body p {
      font-size: 14px;
      color: var(--sd-muted);
      margin: 0 0 12px;
      line-height: 1.55;
    }

    .sd-accordion-mid-cta {
      background: rgba(255,255,255,0.8);
      border-radius: var(--sd-radius-md);
      border: 1px solid var(--sd-line-soft);
      padding: 18px 16px;
      text-align: center;
      margin: 6px 0 2px;
    }

    .sd-accordion-mid-cta p {
      font-size: 14px !important;
      font-weight: 600;
      color: var(--sd-green) !important;
      margin: 0 0 12px !important;
    }

    .sd-accordion-mid-cta .sd-main-btn {
      font-size: 14px;
      min-height: 44px;
      padding: 11px 18px;
      box-shadow: 0 8px 18px rgba(13,84,75,0.16);
    }

    /* ── GALLERY ── */
    .sd-social-gallery { padding: 88px 0; background: #fff; }

    .sd-masonry-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      grid-auto-rows: 240px;
      gap: 16px;
    }

    .sd-masonry-item {
      position: relative;
      overflow: hidden;
      border-radius: var(--sd-radius-lg);
      background: #f9f9f9;
      box-shadow: 0 10px 30px rgba(13,84,75,0.06);
    }

    .sd-masonry-item img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.8s ease; }
    .item-tall { grid-row: span 2; }
    .item-wide { grid-column: span 2; }

    .sd-gallery-label {
      position: absolute;
      bottom: 0; left: 0; width: 100%;
      padding: 42px 20px 20px;
      background: linear-gradient(to top, rgba(13,20,20,0.78) 0%, rgba(13,20,20,0.24) 55%, rgba(13,20,20,0) 100%);
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
    }

    .sd-label-title { color: #fff; font-family: 'Cormorant Garamond', serif; font-size: 18px; margin-bottom: 4px; line-height: 1.12; }
    .sd-label-sub { color: rgba(255,255,255,0.84); font-size: 9px; text-transform: uppercase; letter-spacing: 1.2px; font-weight: 700; }
    .sd-masonry-item:hover img { transform: scale(1.05); }

    /* ── COMPARISON TABLE ── */
    .sd-comparison-section { padding: 88px 0; background: var(--sd-bg-soft); }

    .sd-table-wrapper {
      background: rgba(255,255,255,0.96);
      border-radius: var(--sd-radius-xl);
      overflow-x: auto;
      box-shadow: var(--sd-shadow-soft);
      border: 1px solid var(--sd-line-soft);
    }

    .sd-table-wrapper table {
      width: 100% !important;
      border-collapse: collapse !important;
      border-spacing: 0 !important;
      text-align: left !important;
      table-layout: fixed !important;
    }

    .sd-table-wrapper col.col-feature  { width: 55%; }
    .sd-table-wrapper col.col-saint    { width: 25%; }
    .sd-table-wrapper col.col-others   { width: 20%; }

    .sd-table-wrapper thead tr {
      background: rgba(13,84,75,0.06) !important;
      color: inherit !important;
      border: none !important;
    }

    .sd-table-wrapper thead tr th,
    .sd-table-wrapper thead tr td {
      border: none !important;
      border-bottom: 1px solid rgba(13,84,75,0.08) !important;
    }

    .sd-table-wrapper th {
      padding: 22px 28px !important;
      font-weight: 700 !important;
      text-transform: uppercase !important;
      font-size: 13px !important;
      letter-spacing: 1.4px !important;
      color: var(--sd-muted) !important;
      border-left: none !important;
      border-right: none !important;
      border-top: none !important;
      text-align: left !important;
    }

    .sd-table-wrapper th.sd-col-highlight {
      background: rgba(13,84,75,0.05) !important;
      color: var(--sd-green) !important;
      text-align: center !important;
      font-weight: 800 !important;
      font-size: 13px !important;
    }

    .sd-table-wrapper th:last-child { text-align: center !important; font-size: 13px !important; }
    .sd-table-wrapper td:last-child { text-align: center !important; font-size: 15px !important; }

    .sd-table-wrapper tbody tr {
      border-left: none !important;
      border-right: none !important;
      border-top: none !important;
      border-bottom: none !important;
    }

    .sd-table-wrapper tbody tr td,
    .sd-table-wrapper tbody tr th {
      padding: 26px 28px !important;
      color: var(--sd-muted) !important;
      font-size: 16px !important;
      border-top: none !important;
      border-left: none !important;
      border-right: none !important;
      border-bottom: 1px solid rgba(13,84,75,0.06) !important;
      vertical-align: middle !important;
      box-shadow: none !important;
    }

    .sd-table-wrapper tbody tr:last-child td,
    .sd-table-wrapper tbody tr:last-child th {
      border-bottom: none !important;
    }

    .sd-table-wrapper tbody tr td:first-child {
      font-weight: 400 !important;
      color: var(--sd-ink) !important;
      font-size: 14px !important;
    }

    .sd-table-wrapper td.sd-table-check {
      background: rgba(13,84,75,0.03) !important;
    }

    .sd-table-check {
      color: #2F7A6B !important;
      text-align: center !important;
      font-size: 20px !important;
    }

    /* Unicode fallback if FA doesn't load */
    .sd-table-check i.fa-circle-check::before { content: "✓"; font-size: 20px; font-weight: 700; }
    .sd-table-x i.fa-circle-xmark::before { content: "✕"; }

    .sd-table-x {
      color: rgba(155,167,163,0.6) !important;
      text-align: center !important;
      font-size: 15px !important;
    }

    /* ── ROADMAP ── */
    .sd-safety-roadmap { padding: 88px 0; text-align: center; background: #fff; }

    /* optional: shared container that makes cards feel connected */
    .sd-roadmap-grid {
      display: grid;
      grid-template-columns: 1fr;
      gap: 0;
      background: rgba(255,255,255,0.94);
      border-radius: var(--sd-radius-xl);
      border: 1px solid rgba(13,84,75,0.06);
      box-shadow: 0 8px 28px rgba(13,84,75,0.06);
      overflow: hidden;
    }

    .sd-roadmap-card {
      padding: 32px 32px;
      background: transparent;
      border: none;
      border-top: none;
      text-align: left;
      position: relative;
      /* soft divider between cards instead of gap */
      border-bottom: 1px solid rgba(13,84,75,0.06);
    }

    .sd-roadmap-card:last-child { border-bottom: none; }

    /* 6: first card slightly elevated for hierarchy */
    .sd-roadmap-card:first-child {
      background: rgba(13,84,75,0.02);
    }

    /* 2: step number — small and secondary */
    .sd-roadmap-num {
      display: block;
      font-size: 11px;
      font-weight: 700;
      letter-spacing: 2px;
      color: var(--sd-eyebrow);
      text-transform: uppercase;
      margin-bottom: 8px;
    }

    /* 1: human title — large and primary */
    .sd-roadmap-card h3 {
      font-family: 'Cormorant Garamond', serif;
      margin: 0 0 10px;
      font-size: 20px;
      font-weight: 600;
      line-height: 1.15;
      color: var(--sd-green);
      font-style: normal;
    }

    /* 7: breathing room in body text */
    .sd-roadmap-card p {
      margin: 0;
      color: var(--sd-muted);
      font-size: 13.5px;
      line-height: 1.55;
      opacity: 0.82;
    }

    .sd-roadmap-reassurance {
      margin-top: 28px;
      text-align: center;
      font-size: 13px;
      font-weight: 600;
      color: var(--sd-green);
      opacity: 0.8;
    }

    /* ── FOUNDER ── */
    .sd-founder-wrap { background: var(--sd-bg-soft); padding: 88px 0; }

    .sd-founder-row {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 40px;
      text-align: center;
    }

    .sd-founder-image { width: 100%; max-width: 420px; }
    .sd-founder-image img { width: 100%; border-radius: var(--sd-radius-xl); display: block; box-shadow: var(--sd-shadow-soft); }
    .sd-founder-copy { max-width: 640px; }

    .sd-founder-row blockquote {
      font-size: clamp(30px, 5vw, 44px);
      line-height: 1.15;
      padding: 0 !important;
      margin: 0 0 20px 0 !important;
      font-family: 'Cormorant Garamond', serif;
      color: var(--sd-gold);
      font-style: italic;
      border: none !important;
      border-left: none !important;
      border-top: none !important;
      border-bottom: none !important;
      background: none !important;
    }

    .sd-founder-copy p { color: var(--sd-muted); font-size: 14px; margin: 0 0 18px; opacity: 0.85; line-height: 1.5; }
    .sd-founder-signoff { margin-top: 20px; font-weight: 700; text-transform: uppercase; font-size: 11px; letter-spacing: 1.2px; color: var(--sd-ink); }

    /* ── FINAL CTA ── */
    .sd-final-cta {
      padding: 100px 0;
      background:
        radial-gradient(circle at top center, rgba(201,164,92,0.08), transparent 30%),
        var(--sd-cream);
      text-align: center;
    }

    .sd-final-shell { max-width: 820px; margin: 0 auto; }

    .sd-final-cta h2 {
      font-family: 'Cormorant Garamond', serif;
      font-size: clamp(36px, 7vw, 56px);
      line-height: 1.05;
      letter-spacing: -0.02em;
      margin: 0 0 20px;
      color: var(--sd-green);
    }

    .sd-final-cta p.sd-final-copy { font-size: 15px; color: var(--sd-muted); margin: 0 0 36px; line-height: 1.55; }

    .sd-final-card {
      max-width: 480px;
      margin: 0 auto;
    }

    .sd-final-affirm-row {
      display: inline-flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      gap: 8px;
      font-size: 12px;
      color: var(--sd-ink);
      font-weight: 600;
      opacity: 0.5;
    }

    .sd-final-affirm-row img { height: 15px; flex-shrink: 0; }

    .sd-final-trust-row {
      margin-top: 54px;
      display: flex;
      justify-content: center;
      gap: 16px;
      opacity: 0.78;
      align-items: center;
      flex-wrap: wrap;
    }

    .sd-final-trust-chip {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 9px 12px;
      border-radius: 999px;
      background: rgba(255,255,255,0.84);
      border: 1px solid rgba(13,84,75,0.08);
      color: var(--sd-muted);
      font-size: 10px;
      font-weight: 700;
      letter-spacing: 1px;
      text-transform: uppercase;
      opacity: 0.85;
    }

    .sd-final-trust-chip i { color: var(--sd-green); }

    /* ── BELOW-HERO RESPONSIVE ── */
    @media (min-width: 901px) {
      .sd-roadmap-grid {
        grid-template-columns: repeat(3, 1fr);
      }

      /* on desktop, divider becomes vertical between cards */
      .sd-roadmap-card {
        border-bottom: none;
        border-right: 1px solid rgba(13,84,75,0.06);
      }

      .sd-roadmap-card:last-child { border-right: none; }

      .sd-founder-row {
        flex-direction: row;
        text-align: left;
        justify-content: space-between;
        align-items: center;
      }

      .sd-founder-copy { max-width: 580px; }
    }

    @media (max-width: 900px) {
      .sd-story-grid { grid-template-columns: 1fr; max-width: 480px; margin: 0 auto; }

      /* Hide cards 2 and 3 on mobile */
      .sd-story-card:nth-child(2),
      .sd-story-card:nth-child(3) { display: none; }

      /* Show more link */
      .sd-story-more { display: block; }
      .sd-step-2-text { order: 4; }
      .sd-step-2-img  { order: 3; }

      /* Hide desktop grid, show accordion on mobile */
      .sd-path-grid { display: none; }
      .sd-path-accordion { display: block; }
      .sd-path-grid::before { display: none; }
      .sd-path-mid-cta { display: none; }

      .sd-kit-row { grid-template-columns: 1fr; gap: 28px; }
      .sd-kit-img-col { position: static; }
      .sd-kit-img-wrap img { aspect-ratio: 1 / 1; }
      .sd-kit-trust-check { justify-content: center; }

      .sd-masonry-grid { grid-template-columns: repeat(2, 1fr); }

      .sd-story-bar,
      .sd-transformation-path,
      .sd-social-gallery,
      .sd-comparison-section,
      .sd-safety-roadmap,
      .sd-founder-wrap,
      .sd-kit-optimized { padding-top: 64px; padding-bottom: 64px; }
    }

    @media (max-width: 600px) {
      .sd-masonry-grid { grid-template-columns: 1fr; grid-auto-rows: 260px; gap: 8px; }
      .item-tall, .item-wide { grid-row: span 1; grid-column: span 1; }

      .sd-final-cta { padding: 56px 0; }
      .sd-final-card { padding: 0; }
      .sd-final-copy { margin-bottom: 24px; }
    }



@media (max-width: 600px) {
      .sd-masonry-grid { ... }
      .item-tall, .item-wide { ... }
      .sd-final-cta { ... }
      .sd-final-card { ... }
      .sd-final-copy { ... }
    }

    /* ── WELCOME KIT HEADER ── */
    .wk-header {
      background: #FBF7F0;
      border-bottom: 1px solid rgba(13, 84, 75, 0.08);
      width: 100%;
    }

    .wk-header-inner {
      max-width: 1152px;
      margin: 0 auto;
      padding: 0 24px;
      height: 64px;
      display: flex;
      align-items: center;
      justify-content: space-between;
    }

    .wk-header-logo {
      display: flex;
      align-items: center;
      text-decoration: none;
      flex-shrink: 0;
    }

    .wk-header-logo img {
      height: 32px;
      width: auto;
      display: block;
    }

    .wk-header-contact {
      font-family: 'Montserrat', sans-serif;
      font-size: 13px;
      font-weight: 600;
      letter-spacing: 0.08em;
      text-transform: none;
      color: rgba(13, 84, 75, 0.85);
      text-decoration: underline;
      text-decoration-color: rgba(13, 84, 75, 0.2);
      text-underline-offset: 3px;
      text-decoration-thickness: 1px;
      transition: color 0.2s ease;
      min-height: 44px;
      display: inline-flex;
      align-items: center;
      white-space: nowrap;
    }

    .wk-header-contact:hover {
      color: #C9A45C;
      text-decoration-color: rgba(201, 164, 92, 0.4);
    }

    @media (max-width: 600px) {
      .wk-header-inner {
        padding: 0 16px;
        height: 66px;
      }

      .wk-header-logo img {
        height: 20px;
      }

      .wk-header-contact {
        font-size: 12px;
        letter-spacing: 0.06em;
      }
    }


/* Hide Sleek theme default header on this page */
    .shopify-section-group-header-group {
      display: none !important;
    }



 /* Hide Shopify Footer */

    .shopify-section-group-footer-group {
  display: none !important;
}



    /* Bottom spacing after final CTA */
    .sd-final-cta {
      padding-bottom: 80px;
    }

    @media (max-width: 600px) {
      .sd-final-cta {
        padding-bottom: 100px;
      }
    }