/** Shopify CDN: Minification failed

Line 2099:23 Unexpected "{"
Line 2099:32 Expected ":"
Line 2102:23 Unexpected "{"
Line 2102:32 Expected ":"
Line 2107:23 Unexpected "{"
Line 2107:32 Expected ":"

**/
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@500;600;700&display=swap');

.ddstbdp,
.ddstbdp *{box-sizing:border-box}

.ddstbdp{
  /* surfaces */
  --ddstbdp-porcelain:#faf4f0;      /* page base */
  --ddstbdp-blush:#f8eee9;          /* soft blush */
  --ddstbdp-blush-deep:#f3e3db;     /* deeper blush */
  --ddstbdp-white:#ffffff;

  /* deep neutral dark for the few dark sections (no brown cast) */
  --ddstbdp-warm-dark:#241f22;
  --ddstbdp-warm-dark-2:#181416;

  /* rose button colour — all buttons except Add-to-Cart */
  --ddstbdp-btn:#dba79d;

  /* rose accent scale */
  --ddstbdp-rose:#b86f63;
  --ddstbdp-rose-soft:#c88f7f;
  --ddstbdp-rose-tint:rgba(216,163,154,.22);

  /* aliases (older names mapped onto the warm palette) */
  --ddstbdp-bg:var(--ddstbdp-porcelain);
  --ddstbdp-paper:#ffffff;
  --ddstbdp-paper2:var(--ddstbdp-blush-deep);
  --ddstbdp-ink:#2a211f;
  --ddstbdp-graphite:#3a3236;
  --ddstbdp-muted:#8a7770;
  --ddstbdp-muted2:#b8a79f;
  --ddstbdp-line:#ecdfd8;
  --ddstbdp-line-dark:#e0cfc6;
  --ddstbdp-dark:var(--ddstbdp-warm-dark);
  --ddstbdp-accent:var(--ddstbdp-rose);
  --ddstbdp-accent2:var(--ddstbdp-rose-soft);
  --ddstbdp-sand:var(--ddstbdp-blush-deep);

  /* type + layout */
  --ddstbdp-heading-family:'Playfair Display', Georgia, 'Times New Roman', serif;
  --ddstbdp-body-family:'Inter', ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --ddstbdp-radius:22px;
  --ddstbdp-radius-lg:30px;
  --ddstbdp-max:1220px;

  width:100%;
  color:var(--ddstbdp-ink);
  font-family:var(--font-body-family, var(--ddstbdp-body-family));
  letter-spacing:-.022em;
  background:var(--ddstbdp-porcelain);
}


/* ============================================================
   02  RESET & BASE TYPOGRAPHY
   ============================================================ */
.ddstbdp a{text-decoration:none;color:inherit}
.ddstbdp h1,
.ddstbdp h2,
.ddstbdp h3,
.ddstbdp p{margin:0}

.ddstbdp h1,
.ddstbdp h2,
.ddstbdp h3,
.ddstbdp h4,
.ddstbdp h5,
.ddstbdp h6{
  font-family:var(--ddstbdp-heading-family);
  letter-spacing:-.01em;
  padding-bottom:10px;
}

.ddstbdp h1{
  font-size:20px;
  line-height:.92;
  letter-spacing:-.078em;
  color:var(--ddstbdp-ink);
  padding-bottom:10px;
}
.ddstbdp h2{
  font-size:clamp(34px,4.2vw,62px);
  line-height:.96;
  letter-spacing:-.072em;
  color:var(--ddstbdp-ink);
}
.ddstbdp h3{
  font-size:23px;
  line-height:1.08;
  letter-spacing:-.045em;
  color:var(--ddstbdp-ink);
}
.ddstbdp p{
  color:var(--ddstbdp-muted);
  font-size:15px;
  line-height:1.56;
}

.ddstbdp__quote,
.ddstbdp blockquote,
.ddstbdp .ddstbdp-story__quote{font-family:var(--ddstbdp-heading-family)}


/* ============================================================
   03  LAYOUT HELPERS
   ============================================================ */
.ddstbdp__wrap{max-width:min(var(--ddstbdp-max), calc(100vw - 24px));margin:0 auto}
.ddstbdp__section{padding:40px 0;background:var(--ddstbdp-section-bg, transparent)}
.ddstbdp__section--tight{padding:58px 0;background:var(--ddstbdp-section-bg, transparent)}
.ddstbdp__center{max-width:760px;margin:0 auto 44px;text-align:center}
.ddstbdp__center p{margin-top:15px}

.ddstbdp__eyebrow{
  display:none!important;
  align-items:center;
  gap:10px;
  color:var(--ddstbdp-accent);
  text-transform:uppercase;
  letter-spacing:.16em;
  font-size:12px;
  font-weight:950;
  margin-bottom:15px;
}
.ddstbdp__eyebrow:before{content:"";width:22px;height:1px;background:var(--ddstbdp-accent)}


/* ============================================================
   04  BUTTONS
   All buttons are rose; Add-to-Cart stays dark & prominent.
   ============================================================ */
.ddstbdp__btn{
  min-height:54px;
  padding:0 24px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  border:1px solid var(--ddstbdp-btn);
  background:var(--ddstbdp-btn);
  color:#fff!important;
  cursor:pointer;
  font-weight:950;
  letter-spacing:-.02em;
  text-align:center;
  box-shadow:0 16px 36px rgba(17,17,17,.16);
  font:inherit;
  text-transform:uppercase;
}
.ddstbdp__btn--secondary{
  background:var(--ddstbdp-white);
  color:var(--ddstbdp-ink)!important;
  border-color:var(--ddstbdp-line-dark);
  box-shadow:none;
}
.ddstbdp__btn--bronze{
  background:var(--ddstbdp-btn);
  border-color:var(--ddstbdp-btn);
  color:#fff!important;
  box-shadow:0 14px 30px rgba(27,29,27,.16);
  font-weight:800;
}
.ddstbdp__btn--full{width:100%}

/* Add-to-Cart keeps the dark treatment */
.ddstbdp__btn--atc,
.ddstbdp__btn[name="add"],
button[name="add"].ddstbdp__btn{
  background:var(--ddstbdp-warm-dark)!important;
  border-color:var(--ddstbdp-warm-dark)!important;
  color:#fff!important;
}


/* ============================================================
   05  GENERIC CARD
   ============================================================ */
.ddstbdp__card{
  border:1px solid var(--ddstbdp-line);
  background:#fff;
  border-radius:var(--ddstbdp-radius);
  box-shadow:0 18px 50px rgba(35,29,23,.055);
}


/* ============================================================
   06  SALE BAR (announcement)
   ============================================================ */
.hem-sale-bar{
  background:linear-gradient(135deg, #213c58 0%, #101010 100%);
  color:#fff;
  min-height:50px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:0 20px;
  overflow:hidden;
  font-family:var(--ddstbdp-body-family);
  font-size:16px;
  font-weight:400;
  letter-spacing:0;
  text-transform:none;
}
.hem-sale-bar__inner{
  max-width:1200px;
  margin:0 auto;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  text-align:center;
  padding:0;
  line-height:1.35;
}
.hem-sale-bar__inner span:first-child{
  background:#fff;
  color:#000;
  padding:4px 12px;
  border-radius:4px;
  font-weight:600;
  display:inline-block;
  animation:oursPulse 2s ease-in-out infinite;
}
.hem-sale-bar a{
  color:inherit;
  text-decoration:underline;
  font-weight:400;
  text-underline-offset:2px;
}
.hem-sale-bar a:hover{opacity:.85}

@keyframes oursPulse{
  0%,100%{transform:scale(1);opacity:1}
  50%{transform:scale(1);opacity:.9}
}

@media only screen and (max-width:767px){
  .hem-sale-bar{min-height:44px;font-size:13px;padding:6px 10px}
  .hem-sale-bar__inner{flex-wrap:wrap;gap:6px}
  .hem-sale-bar__inner span:first-child{padding:3px 8px}
}


/* ============================================================
   07  HOME GATE (hero)
   ============================================================ */
.ddstbdp-home-gate{
  position:relative;
  width:100%;
  min-height:calc(100svh - 50px);
  overflow:hidden;
  display:flex;
  align-items:center;
  background:#1e211d;
  color:#fff;
}
.ddstbdp-home-gate--sand{
  background:
    radial-gradient(circle at 78% 22%, rgba(193,138,86,.18), transparent 32%),
    linear-gradient(135deg,#f3f4ef,#e7ded2);
  color:#1e211d;
}
.ddstbdp-home-gate--dark{
  background:
    radial-gradient(circle at 78% 24%, rgba(193,138,86,.18), transparent 34%),
    radial-gradient(circle at 18% 12%, rgba(255,255,255,.08), transparent 24%),
    #1e211d;
}

.ddstbdp-home-gate__bg{position:absolute;inset:0;z-index:0}
.ddstbdp-home-gate__bg img{width:100%;height:100%;object-fit:cover;display:block}

.ddstbdp-home-gate__overlay{
  position:absolute;
  inset:0;
  z-index:1;
  background:
    linear-gradient(90deg, rgba(17,17,17,.9), rgba(17,17,17,.48) 48%, rgba(17,17,17,.78)),
    radial-gradient(circle at 74% 44%, rgba(193,138,86,.18), transparent 28%);
  pointer-events:none;
}
.ddstbdp-home-gate--sand .ddstbdp-home-gate__overlay{
  background:
    linear-gradient(90deg, rgba(247,245,241,.95), rgba(247,245,241,.58) 48%, rgba(247,245,241,.88)),
    radial-gradient(circle at 74% 44%, rgba(193,138,86,.22), transparent 28%);
}

.ddstbdp-home-gate__wrap{
  position:relative;
  z-index:2;
  width:100%;
  max-width:min(1220px, calc(100vw - 28px));
  min-height:calc(100svh - 50px);
  margin:0 auto;
  padding:34px 0;
  display:grid;
  grid-template-columns:.95fr 1.05fr;
  align-items:center;
  gap:38px;
}

.ddstbdp-home-gate__content{max-width:620px}

.ddstbdp-home-gate__badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:max-content;
  max-width:100%;
  margin-bottom:18px;
  padding:9px 12px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.16);
  background:rgba(255,255,255,.08);
  color:#e9dfd4;
  font-size:11px;
  line-height:1;
  font-weight:950;
  letter-spacing:.1em;
  text-transform:uppercase;
}
.ddstbdp-home-gate--sand .ddstbdp-home-gate__badge{
  border-color:rgba(17,17,17,.12);
  background:rgba(255,255,255,.62);
  color:#7c8a72;
}

.ddstbdp-home-gate h1{
  max-width:760px;
  padding:0;
  color:#fff;
  font-size:clamp(48px,7.2vw,104px);
  line-height:.88;
  font-weight:950;
  letter-spacing:-.085em;
}
.ddstbdp-home-gate--sand h1{color:#1e211d}

.ddstbdp-home-gate p{
  max-width:540px;
  margin-top:22px;
  color:#d4cbc1;
  font-size:18px;
  line-height:1.48;
}
.ddstbdp-home-gate--sand p{color:#5f574f}

.ddstbdp-home-gate__actions{
  margin-top:30px;
  display:flex;
  align-items:center;
  gap:16px;
  flex-wrap:wrap;
}
.ddstbdp-home-gate__actions span{color:#cdd3c6;font-size:13px;line-height:1.3;font-weight:750}
.ddstbdp-home-gate--sand .ddstbdp-home-gate__actions span{color:#756b61}

.ddstbdp-home-gate__visual{
  position:relative;
  min-height:0;
  padding:16px 16px 78px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:34px;
  background:
    radial-gradient(circle at 50% 42%, rgba(255,255,255,.12), transparent 28%),
    rgba(255,255,255,.055);
  box-shadow:0 28px 90px rgba(0,0,0,.24);
  backdrop-filter:blur(16px);
  -webkit-backdrop-filter:blur(16px);
  overflow:hidden;
  display:block;
}
.ddstbdp-home-gate--sand .ddstbdp-home-gate__visual{
  border-color:rgba(17,17,17,.08);
  background:
    radial-gradient(circle at 50% 42%, rgba(193,138,86,.16), transparent 30%),
    rgba(255,255,255,.68);
  box-shadow:0 28px 90px rgba(35,29,23,.1);
}
.ddstbdp-home-gate__visual img{
  width:100%;
  height:auto;
  max-height:430px;
  object-fit:cover;
  display:block;
  border-radius:24px 24px 0 0;
  filter:drop-shadow(0 24px 40px rgba(0,0,0,.18));
}

.ddstbdp-home-gate__bracelet{
  width:min(68%, 470px);
  aspect-ratio:1;
  margin:48px auto 0;
  border-radius:999px;
  border:38px solid #151714;
  transform:rotate(-14deg);
  background:
    radial-gradient(circle at 34% 18%, rgba(255,255,255,.24), transparent 10%),
    linear-gradient(130deg,#151714,#343434,#151714);
  box-shadow:
    inset 0 0 0 2px rgba(255,255,255,.12),
    inset 0 0 50px rgba(255,255,255,.06),
    0 44px 120px rgba(0,0,0,.34);
}

.ddstbdp-home-gate__visual-label{
  position:absolute;
  left:16px;
  right:16px;
  bottom:16px;
  padding:14px 16px;
  border-radius:16px;
  background:rgba(17,17,17,.78);
  color:#fff;
  font-size:13px;
  line-height:1.25;
  font-weight:850;
  text-align:center;
  backdrop-filter:blur(12px);
  -webkit-backdrop-filter:blur(12px);
}

@media(max-width:980px){
  .ddstbdp-home-gate{min-height:calc(100svh - 50px);align-items:center}
  .ddstbdp-home-gate__wrap{min-height:calc(100svh - 50px);grid-template-columns:1fr;gap:24px;padding:34px 0}
  .ddstbdp-home-gate__content{max-width:720px;text-align:center;margin:0 auto}
  .ddstbdp-home-gate p{margin-left:auto;margin-right:auto}
  .ddstbdp-home-gate__actions{justify-content:center}
  .ddstbdp-home-gate__visual{width:100%;max-width:720px;min-height:auto;margin:0 auto;padding:14px 14px 72px}
  .ddstbdp-home-gate__visual img{max-height:380px}
}
@media(max-width:640px){
  .ddstbdp-home-gate{min-height:calc(100svh - 50px);align-items:stretch}
  .ddstbdp-home-gate__wrap{
    max-width:calc(100vw - 22px);
    min-height:calc(100svh - 50px);
    padding:22px 0 18px;
    display:flex;
    flex-direction:column;
    justify-content:center;
    gap:18px;
  }
  .ddstbdp-home-gate__content{order:1;text-align:center}
  .ddstbdp-home-gate__visual{order:2;width:100%;min-height:auto;padding:12px 12px 66px;border-radius:24px}
  .ddstbdp-home-gate__visual img{max-height:260px;border-radius:18px 18px 0 0}
  .ddstbdp-home-gate h1{font-size:clamp(40px,13.6vw,62px);line-height:.9}
  .ddstbdp-home-gate p{margin-top:16px;font-size:14px;line-height:1.45}
  .ddstbdp-home-gate__badge{margin-bottom:14px;font-size:9px;padding:8px 10px}
  .ddstbdp-home-gate__actions{margin-top:22px;gap:10px}
  .ddstbdp-home-gate__actions .ddstbdp__btn{width:100%;min-height:52px}
  .ddstbdp-home-gate__actions span{width:100%;text-align:center;font-size:11px}
  .ddstbdp-home-gate__bracelet{width:min(62%, 260px);margin-top:28px;border-width:24px}
  .ddstbdp-home-gate__visual-label{left:12px;right:12px;bottom:12px;padding:11px 12px;font-size:11px}
}


/* ============================================================
   08  PRODUCT GALLERY
   ============================================================ */
.ddstbdp-product{
  padding:38px 0 72px;
  background:
    radial-gradient(circle at 12% 8%, rgba(184,111,99,.05), transparent 30%),
    var(--ddstbdp-porcelain);
}
.ddstbdp-product__grid{display:grid;grid-template-columns:1.08fr .92fr;gap:34px;align-items:start}

.ddstbdp-product__gallery{display:grid;grid-template-columns:92px 1fr;gap:14px;position:sticky;top:24px}
.ddstbdp-product__thumbs{display:grid;gap:12px;align-content:start}
.ddstbdp-product__thumb{
  height:92px;
  border:1px solid var(--ddstbdp-line);
  border-radius:16px;
  background:var(--ddstbdp-paper2)!important;
  position:relative;
  overflow:hidden;
  padding:0;
  cursor:pointer;
}
.ddstbdp-product__thumb.is-active{border-color:#1e211d;box-shadow:0 0 0 3px rgba(0,0,0,.08)}
.ddstbdp-product__thumb img{width:100%;height:100%;object-fit:contain;display:block;padding:6px;background:#fff}

.ddstbdp-product__main{
  aspect-ratio:1/1;
  min-height:0;
  border:0;
  border-radius:26px;
  background:var(--ddstbdp-paper2)!important;
  position:relative;
  overflow:hidden;
  box-shadow:0 24px 70px rgba(35,29,23,.08);
  display:flex;
  align-items:center;
  justify-content:center;
  padding:18px;
}
.ddstbdp-product__main img{width:100%;height:100%;min-height:0;object-fit:contain;display:block}

.ddstbdp-product__info{
  position:sticky;
  top:24px;
  border:0;
  border-radius:26px;
  background:rgba(255,255,255,.9);
  backdrop-filter:blur(16px);
  padding:30px;
  box-shadow:0 24px 70px rgba(35,29,23,.08);
  scroll-margin-top:24px;
}
.ddstbdp-product__rating{display:none!important;align-items:center;gap:10px;color:var(--ddstbdp-ink);font-weight:850;font-size:14px;margin-bottom:14px;flex-wrap:wrap}
.ddstbdp-stars{color:#b8793e;letter-spacing:.06em}
.ddstbdp-product__title{margin-bottom:16px}
.ddstbdp-product__subtitle{font-size:16px;color:var(--ddstbdp-muted);margin-bottom:22px}
.ddstbdp-product__price-row{display:flex;align-items:flex-end;gap:10px;margin:18px 0 20px;flex-wrap:wrap}
.ddstbdp-product__price{font-size:38px;font-weight:950;letter-spacing:-.07em;color:#1e211d}
.ddstbdp-product__compare{color:var(--ddstbdp-muted2);text-decoration:line-through;padding-bottom:6px;font-size:17px}
.ddstbdp-product__badge{
  padding:7px 10px;
  border-radius:999px;
  background:var(--ddstbdp-warm-dark);
  color:#fff;
  font-size:12px;
  font-weight:950;
  text-transform:uppercase;
  letter-spacing:.06em;
  margin-bottom:7px;
}
.ddstbdp-product__selector-title{display:flex;justify-content:space-between;gap:20px;margin:20px 0 10px;font-size:14px;font-weight:900;color:#1e211d}
.ddstbdp-product__selector-title span:last-child{color:var(--ddstbdp-muted);font-weight:750}
.ddstbdp-product__select{
  width:100%;
  min-height:54px;
  padding:0 16px;
  border:1px solid var(--ddstbdp-line-dark);
  border-radius:16px;
  background:#fff;
  color:#1e211d;
  font:inherit;
  font-weight:750;
  margin-bottom:12px;
}
.ddstbdp-product__buttons{display:grid;grid-template-columns:1fr;gap:10px;margin-top:12px}

.ddstbdp-product__trust{display:flex;flex-wrap:wrap;gap:8px 18px;justify-content:center;align-items:center;margin-top:18px}
.ddstbdp-product__trust-item{display:flex;align-items:center;justify-content:center;gap:8px;text-align:center;color:#1e211d}
.ddstbdp-product__trust-item svg{width:24px;height:24px;flex:0 0 24px}
.ddstbdp-product__trust-item p{font-size:14px;line-height:1.35;color:#1e211d;margin:0}

.ddstbdp-product details{border-top:1px solid var(--ddstbdp-line);padding:17px 0}
.ddstbdp-product details:first-of-type{margin-top:18px}
.ddstbdp-product summary{cursor:pointer;list-style:none;display:flex;justify-content:space-between;gap:18px;font-weight:950;color:#1e211d}
.ddstbdp-product summary::-webkit-details-marker{display:none}
.ddstbdp-product summary:after{content:"+";color:#1e211d}
.ddstbdp-product details[open] summary:after{content:"–"}
.ddstbdp-product details p{font-size:14px;margin-top:10px}
.ddstbdp-product__accordion-content{font-size:14px;margin-top:10px;color:var(--ddstbdp-muted);line-height:1.56}
.ddstbdp-product__accordion-content p{font-size:14px;margin-top:0}

.ddstbdp-product__app-block{margin:12px 0}
.ddstbdp-product__app-slot{border:1px dashed #cdd3c6;border-radius:18px;background:#fff;padding:18px;text-align:center;margin:12px 0;color:#1e211d}
.ddstbdp-product__app-slot strong{display:block;font-size:15px;letter-spacing:-.03em;margin-bottom:5px}
.ddstbdp-product__app-slot p{font-size:13px;margin:0;color:var(--ddstbdp-muted)}
.ddstbdp-payment-button{margin-top:10px}
.ddstbdp-product__sold-out{opacity:.55;cursor:not-allowed}

/* Static gallery variant */
.ddstbdp-product--static{background:var(--ddstbdp-porcelain)!important}
.ddstbdp-product--static .ddstbdp-product__gallery,
.ddstbdp-product--static .ddstbdp-product__info{position:static!important;top:auto!important}
.ddstbdp-product-static__button-wrap{margin-top:12px}

.ddstbdp-product--static .ddstbdp-product__main{
  background:transparent!important;
  padding:0!important;
  border:0!important;
  border-radius:26px!important;
  overflow:hidden!important;
  box-shadow:none!important;
}
.ddstbdp-product--static .ddstbdp-product__main img{
  width:100%;height:100%;display:block;border-radius:inherit;
  object-fit:contain;padding:0!important;background:transparent!important;
}
.ddstbdp-product--static .ddstbdp-product__thumb{
  background:transparent!important;
  padding:0!important;
  border-radius:16px!important;
  overflow:hidden!important;
  border:1px solid rgba(30,33,29,.14);
}
.ddstbdp-product--static .ddstbdp-product__thumb img{
  width:100%;height:100%;display:block;border-radius:inherit;
  object-fit:cover;padding:0!important;background:transparent!important;
}
.ddstbdp-product--static .ddstbdp-product__thumb.is-active{
  border-color:#1e211d;box-shadow:0 0 0 2px rgba(30,33,29,.12);
}

@media(max-width:640px){
  .ddstbdp-product--static .ddstbdp-product__main{border-radius:22px!important}
  .ddstbdp-product--static .ddstbdp-product__thumb{border-radius:14px!important}
}


/* ============================================================
   09  PAYMENTS & TRUST ICONS
   ============================================================ */
.hem-payments-v2{display:flex;flex-wrap:wrap;gap:8px;align-items:center;justify-content:center;margin-top:12px}
.hem-payment-icon-v2{display:inline-flex;align-items:center;justify-content:center;min-width:38px;height:24px;line-height:1}
.hem-payment-svg-v2{display:block;width:auto;height:24px;max-width:44px}


/* ============================================================
   10  BENEFITS
   ============================================================ */
.ddstbdp-benefit-shell{position:relative}
.ddstbdp-benefit-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.ddstbdp-benefit-card{
  min-height:230px;
  padding:26px;
  border-radius:22px;
  border:1px solid var(--ddstbdp-line);
  background:#fff;
  box-shadow:0 18px 50px rgba(35,29,23,.045);
}
.ddstbdp-benefit-card p{font-size:14px;margin-top:11px}

/* icon square (final consolidated form: flex + svg/img, no pseudo circle) */
.ddstbdp-benefit-icon{
  width:46px;
  height:46px;
  border-radius:14px;
  margin-bottom:34px;
  background:var(--ddstbdp-warm-dark);
  color:#a7b0a0;
  display:flex;
  align-items:center;
  justify-content:center;
  position:relative;
  overflow:hidden;
}
.ddstbdp-benefit-icon:after{display:none}
.ddstbdp-benefit-icon svg{
  width:24px;height:24px;display:block;
  stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;
}
.ddstbdp-benefit-icon img{width:100%;height:100%;object-fit:contain;display:block;padding:9px}
.ddstbdp-benefit-icon--fire,
.ddstbdp-benefit-icon--bolt{color:#d09a62}
.ddstbdp-benefit-icon--shield,
.ddstbdp-benefit-icon--check{color:#d6b083}

/* desktop slider variant */
.ddstbdp-benefit-grid--desktop-slider{
  display:grid;
  grid-auto-flow:column;
  grid-auto-columns:calc((100% - 42px) / 4);
  grid-template-columns:none;
  overflow-x:auto;
  overflow-y:hidden;
  gap:14px;
  scroll-snap-type:x mandatory;
  scroll-behavior:smooth;
  scrollbar-width:none;
  padding:2px;
}
.ddstbdp-benefit-grid--desktop-slider::-webkit-scrollbar{display:none}
.ddstbdp-benefit-grid--desktop-slider .ddstbdp-benefit-card{scroll-snap-align:start}

.ddstbdp-benefit-arrow{
  position:absolute;
  top:50%;
  z-index:4;
  width:46px;
  height:46px;
  border-radius:999px;
  border:1px solid var(--ddstbdp-line);
  background:#fff;
  color:#1e211d;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:34px;
  line-height:1;
  cursor:pointer;
  box-shadow:0 12px 34px rgba(35,29,23,.12);
  transform:translateY(-50%);
}
.ddstbdp-benefit-arrow--prev{left:-23px}
.ddstbdp-benefit-arrow--next{right:-23px}
/* NOTE: benefit-grid mobile slider lives in §30 so it overrides the
   generic grid-template-columns rules (later source order = wins). */

/* CTA trust strip */
.ddstbdp-cta-trust{
  width:100%;
  margin-top:22px;
  padding:28px;
  border:1px solid var(--ddstbdp-warm-dark);
  border-radius:22px;
  background:var(--ddstbdp-warm-dark);
  color:#fff;
  display:grid;
  grid-template-columns:minmax(0,1fr);
  gap:22px;
  align-items:center;
  justify-items:center;
  text-align:center;
}

.ddstbdp-cta-trust > div{
  width:100%;
  min-width:0;
}

.ddstbdp-cta-trust h3{
  max-width:640px;
  margin:0 auto;
  padding-bottom:0;
  color:#fff;
}

.ddstbdp-cta-trust p,
.ddstbdp-trust-mini{
  color:#cfc8bf;
}

/* Equal 2 × 2 badge grid */
.ddstbdp-trust-mini{
  width:100%;
  max-width:600px;
  margin:16px auto 0;
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px;
  font-size:13px;
}

.ddstbdp-trust-mini span{
  width:100%;
  min-width:0;
  min-height:46px;
  padding:9px 14px;
  border:1px solid rgba(255,255,255,.16);
  border-radius:14px;
  background:rgba(255,255,255,.06);
  color:#eee6dc;
  display:flex;
  align-items:center;
  justify-content:flex-start;
  gap:9px;
  text-align:left;
  line-height:1.25;
}

.ddstbdp-trust-mini span svg{
  width:16px;
  height:16px;
  flex:0 0 16px;
  color:var(--ddstbdp-btn);
}

.ddstbdp-cta-trust .ddstbdp__btn{
  width:100%;
  max-width:600px;
  min-height:54px;
  margin:0 auto;
}

@media(max-width:640px){
  .ddstbdp-cta-trust{
    padding:24px 18px 20px;
    gap:18px;
    border-radius:22px;
  }

  .ddstbdp-cta-trust h3{
    font-size:23px;
    line-height:1.08;
  }

  .ddstbdp-trust-mini{
    margin-top:14px;
    gap:8px;
    font-size:12px;
  }

  .ddstbdp-trust-mini span{
    min-height:48px;
    padding:8px 10px;
    gap:7px;
    border-radius:12px;
  }
}

@media(max-width:340px){
  .ddstbdp-trust-mini{
    grid-template-columns:1fr;
  }
}


/* ============================================================
   11  FEATURED-IN (soft band + logo marquee)
   ============================================================ */
.ddstbdp-soft-band{
  background:var(--ddstbdp-blush);
  border-top:1px solid var(--ddstbdp-line);
  border-bottom:1px solid var(--ddstbdp-line);
}
.ddstbdp-logos{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}
.ddstbdp-logo-box{
  height:82px;
  display:flex;
  align-items:center;
  justify-content:center;
  border:1px solid var(--ddstbdp-line);
  border-radius:16px;
  background:var(--ddstbdp-white);
  color:#2c302b;
  font-weight:950;
  text-transform:uppercase;
  letter-spacing:.08em;
  text-align:center;
  padding:10px;
}

.ddstbdp-logo-marquee{overflow:hidden;padding:26px 0}
.ddstbdp-logo-marquee__track{
  display:flex;
  width:max-content;
  animation:ddstbdp-logo-scroll 24s linear infinite;
  will-change:transform;
}
.ddstbdp-logo-marquee__group{
  display:flex;
  align-items:center;
  gap:12px;
  flex:0 0 auto;
  min-width:100vw;
  justify-content:space-around;
  padding-right:12px;
}
.ddstbdp-logo-marquee__item{flex:0 0 auto;display:block}
.ddstbdp-logo-marquee__box{
  height:82px;
  min-width:180px;
  padding:14px 24px;
  display:flex;
  align-items:center;
  justify-content:center;
  border:1px solid var(--ddstbdp-line);
  border-radius:16px;
  background:var(--ddstbdp-white);
}
.ddstbdp-logo-marquee__image{
  display:block;
  width:auto;
  height:auto;
  max-height:42px;
  object-fit:contain;
  filter:grayscale(1);
  opacity:.78;
}
.ddstbdp-logo-marquee__text{
  color:#2c302b;
  font-weight:950;
  text-transform:uppercase;
  letter-spacing:.08em;
  text-align:center;
  white-space:nowrap;
}
.ddstbdp-logo-marquee:hover .ddstbdp-logo-marquee__track{animation-play-state:paused}

@keyframes ddstbdp-logo-scroll{
  from{transform:translateX(0)}
  to{transform:translateX(-50%)}
}

@media(max-width:640px){
  .ddstbdp-logo-marquee{padding:20px 0}
  .ddstbdp-logo-marquee__group{justify-content:flex-start;min-width:auto}
  .ddstbdp-logo-marquee__box{height:68px;min-width:150px;padding:12px 18px}
  .ddstbdp-logo-marquee__image{max-height:34px}
}


/* ============================================================
   12  SPLIT / VISUAL / PAIN POINTS
   ============================================================ */
.ddstbdp-split{display:grid;grid-template-columns:.95fr 1.05fr;gap:20px;align-items:stretch}
.ddstbdp-panel{padding:38px;min-height:420px;display:flex;flex-direction:column;justify-content:center}
.ddstbdp-panel p{margin-top:17px}

/* Visual blocks — decorative placeholders removed (photo-only areas) */
.ddstbdp-visual{
  min-height:420px;
  border:1px solid var(--ddstbdp-line);
  border-radius:var(--ddstbdp-radius);
  background:var(--ddstbdp-paper2);
  position:relative;
  overflow:hidden;
  box-shadow:0 18px 50px rgba(35,29,23,.055);
}
.ddstbdp-visual--dark{background:var(--ddstbdp-dark);border-color:var(--ddstbdp-dark)}
.ddstbdp-visual img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:1}
.ddstbdp-visual img + .ddstbdp-visual-caption{z-index:2}
.ddstbdp-visual-caption{
  position:absolute;
  left:24px;right:24px;bottom:24px;
  padding:18px;
  border:1px solid rgba(255,255,255,.16);
  border-radius:16px;
  background:rgba(17,17,17,.82);
  color:#fff;
  backdrop-filter:blur(14px);
}
.ddstbdp-visual-caption b{color:#fff}
.ddstbdp-visual-caption span{display:block;color:#c6cabf;font-size:14px;margin-top:5px}

.ddstbdp-pain-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:18px;align-items:stretch}
.ddstbdp-pain-map{
  min-height:500px;
  padding:30px;
  position:relative;
  overflow:hidden;
  border-radius:var(--ddstbdp-radius);
  background:var(--ddstbdp-warm-dark);
  border:1px solid #3a3236;
  box-shadow:0 22px 60px rgba(0,0,0,.12);
}
.ddstbdp-pain-map--has-image{background:var(--ddstbdp-warm-dark)}
.ddstbdp-pain-map__image{position:absolute;inset:0;width:100%;height:100%;display:block;z-index:0}
.ddstbdp-pain-map__overlay{position:absolute;inset:0;background:#000;z-index:1;pointer-events:none}

.ddstbdp-orbit{
  position:absolute;
  left:50%;top:52%;
  width:390px;height:390px;
  border:1px dashed rgba(255,255,255,.22);
  border-radius:50%;
  transform:translate(-50%,-50%);
  z-index:2;
}
.ddstbdp-orbit:before{
  content:"";
  position:absolute;
  inset:86px;
  border:22px solid #050505;
  border-radius:50%;
  transform:rotate(-12deg);
  box-shadow:inset 0 0 24px rgba(255,255,255,.08),0 26px 70px rgba(0,0,0,.4);
}
.ddstbdp-pain-dot{
  position:absolute;
  padding:13px 15px;
  border:1px solid rgba(255,255,255,.18);
  border-radius:999px;
  background:rgba(255,255,255,.08);
  backdrop-filter:blur(14px);
  font-weight:900;
  color:#fafbf7;
  font-size:14px;
  z-index:2;
}
.ddstbdp-dot1{left:8%;top:18%}
.ddstbdp-dot2{right:9%;top:25%}
.ddstbdp-dot3{left:15%;bottom:17%}
.ddstbdp-dot4{right:12%;bottom:20%}

.ddstbdp-pain-side{display:grid;gap:14px}
.ddstbdp-pain-card{
  padding:24px;
  border-radius:20px;
  border:1px solid var(--ddstbdp-line);
  background:#fff;
  box-shadow:0 18px 50px rgba(35,29,23,.045);
}
.ddstbdp-pain-card span{
  display:block;
  color:var(--ddstbdp-accent);
  font-weight:950;
  margin-bottom:8px;
  font-size:13px;
  text-transform:uppercase;
  letter-spacing:.1em;
}


/* ============================================================
   13  BUNDLE SLOT
   ============================================================ */
.ddstbdp-bundle-slot{
  padding:40px 0;
  background:
    radial-gradient(circle at 12% 8%, rgba(255,255,255,.75), transparent 30%),
    radial-gradient(circle at 88% 16%, rgba(226,174,162,.28), transparent 32%),
    var(--ddstbdp-blush);
}
.ddstbdp-bundle-placeholder{
  border:1px dashed var(--ddstbdp-line-dark);
  border-radius:24px;
  background:var(--ddstbdp-white);
  min-height:260px;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  padding:34px;
  box-shadow:0 18px 50px rgba(35,29,23,.045);
}
.ddstbdp-bundle-placeholder strong{display:block;font-size:26px;letter-spacing:-.05em;color:#1e211d;margin-bottom:8px}
.ddstbdp-bundle-placeholder p{max-width:560px;margin:0 auto;font-size:15px}
.ddstbdp-app-block:not(:empty){margin-top:0}


/* ============================================================
   14  STORY + BEFORE / AFTER
   ============================================================ */
.ddstbdp-story{
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:18px;
  border:1px solid var(--ddstbdp-line);
  border-radius:28px;
  background:#fff;
  padding:20px;
  box-shadow:0 18px 50px rgba(35,29,23,.045);
}

/* static before/after — decorative labels/graphics removed (photo-only) */
.ddstbdp-before-after{
  min-height:430px;
  border-radius:20px;
  background:var(--ddstbdp-paper2);
  position:relative;
  overflow:hidden;
  border:1px solid var(--ddstbdp-line);
}
.ddstbdp-before-after img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}

.ddstbdp-story-copy{padding:34px 30px;display:flex;flex-direction:column;justify-content:center}
.ddstbdp-quote{font-size:28px;line-height:1.15;color:var(--ddstbdp-ink);margin:20px 0 24px;letter-spacing:-.045em}
.ddstbdp-person{display:flex;align-items:center;gap:13px}
.ddstbdp-avatar{
  width:46px;height:46px;
  border-radius:50%;
  border:1px solid var(--ddstbdp-line-dark);
  background:linear-gradient(145deg,#d7d1c8,#fff);
  flex:0 0 auto;
  overflow:hidden;
}
.ddstbdp-avatar img{width:100%;height:100%;object-fit:cover;display:block}
.ddstbdp-person small{display:block;color:var(--ddstbdp-muted);margin-top:2px}

/* before/after slider variant */
.ddstbdp-before-after--slider{
  --ddstbdp-before-after-position:50%;
  background:#1e211d;
  user-select:none;
}
.ddstbdp-before-after--slider:before,
.ddstbdp-before-after--slider:after{display:none}
.ddstbdp-before-after__image{position:absolute;inset:0;width:100%;height:100%}
.ddstbdp-before-after__image img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block}
.ddstbdp-before-after__image--before{z-index:1}
.ddstbdp-before-after__image--after{z-index:2;clip-path:inset(0 0 0 var(--ddstbdp-before-after-position))}
.ddstbdp-before-after__divider{
  position:absolute;
  top:0;bottom:0;
  left:var(--ddstbdp-before-after-position);
  width:2px;
  transform:translateX(-50%);
  background:#fff;
  z-index:4;
  pointer-events:none;
  box-shadow:0 0 22px rgba(0,0,0,.35);
}
.ddstbdp-before-after__divider span{
  position:absolute;
  left:50%;top:50%;
  width:48px;height:48px;
  transform:translate(-50%,-50%);
  border-radius:999px;
  background:#fff;
  border:1px solid rgba(0,0,0,.12);
  box-shadow:0 12px 32px rgba(0,0,0,.25);
}
.ddstbdp-before-after__divider span:before,
.ddstbdp-before-after__divider span:after{
  content:"";
  position:absolute;
  top:50%;
  width:8px;height:8px;
  border-top:2px solid #1e211d;
  border-left:2px solid #1e211d;
}
.ddstbdp-before-after__divider span:before{left:14px;transform:translateY(-50%) rotate(-45deg)}
.ddstbdp-before-after__divider span:after{right:14px;transform:translateY(-50%) rotate(135deg)}
.ddstbdp-before-after__range{
  position:absolute;inset:0;
  width:100%;height:100%;
  opacity:0;cursor:ew-resize;z-index:5;
  appearance:none;-webkit-appearance:none;
}
.ddstbdp-before-after__label{
  position:absolute;top:22px;z-index:3;
  padding:8px 11px;
  border-radius:999px;
  background:rgba(17,17,17,.76);
  color:#fff;
  backdrop-filter:blur(10px);
  font-size:12px;line-height:1;
  font-weight:950;letter-spacing:.08em;
  text-transform:uppercase;
}
.ddstbdp-before-after__label--before{left:22px}
.ddstbdp-before-after__label--after{right:22px}

@media(max-width:640px){
  .ddstbdp-before-after__divider span{width:42px;height:42px}
  .ddstbdp-before-after__label{top:16px;font-size:11px}
  .ddstbdp-before-after__label--before{left:16px}
  .ddstbdp-before-after__label--after{right:16px}
}


/* ============================================================
   15  STEPS / HOW IT WORKS
   ============================================================ */
.ddstbdp-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;counter-reset:step}
.ddstbdp-step{
  min-height:260px;
  padding:30px;
  position:relative;
  counter-increment:step;
  border:1px solid var(--ddstbdp-line);
  border-radius:22px;
  background:#fff;
  box-shadow:0 18px 50px rgba(35,29,23,.045);
}
.ddstbdp-step:before{
  content:"0" counter(step);
  position:absolute;
  top:22px;right:26px;
  font-size:58px;font-weight:950;letter-spacing:-.08em;
  color:rgba(0,0,0,.09);
}
.ddstbdp-step h3{margin-top:80px}
.ddstbdp-step p{margin-top:12px;font-size:15px}

.ddstbdp-steps--no-numbers .ddstbdp-step:before{display:none}

.ddstbdp-step__image-wrap{
  width:100%;
  aspect-ratio:1.25/1;
  border-radius:18px;
  overflow:hidden;
  background:#f3f4ef;
  border:1px solid var(--ddstbdp-line);
  margin-bottom:22px;
}
.ddstbdp-step__image{display:block;width:100%;height:100%}
.ddstbdp-step--has-image{padding:18px}
.ddstbdp-step--has-image h3{margin-top:0}
.ddstbdp-step--has-image:before{
  top:24px;right:28px;
  color:rgba(255,255,255,.72);
  text-shadow:0 2px 18px rgba(0,0,0,.22);
  z-index:2;
}

@media(max-width:640px){
  .ddstbdp-step--has-image{padding:16px}
  .ddstbdp-step__image-wrap{border-radius:16px;margin-bottom:18px}
}


/* ============================================================
   16  TEXT MARQUEE
   ============================================================ */
.ddstbdp-marquee{
  overflow:hidden;
  border-top:1px solid #3a3236;
  border-bottom:1px solid #3a3236;
  background:var(--ddstbdp-warm-dark);
}
.ddstbdp-marquee-track{display:flex;width:max-content;animation:ddstbdp-scroll 24s linear infinite}
.ddstbdp-marquee span{
  padding:22px 34px;
  color:#ecefe5;
  text-transform:uppercase;
  letter-spacing:.12em;
  font-size:13px;
  font-weight:950;
  white-space:nowrap;
}
@keyframes ddstbdp-scroll{
  from{transform:translateX(0)}
  to{transform:translateX(-50%)}
}


/* ============================================================
   17  ROUTINE CHECKLIST
   ============================================================ */
.ddstbdp-routine{display:grid;grid-template-columns:1fr 1fr;gap:18px;align-items:stretch}
.ddstbdp-routine-copy{padding:38px;display:flex;flex-direction:column;justify-content:center}
.ddstbdp-checklist{display:grid;gap:12px;margin-top:26px}
.ddstbdp-check{
  display:flex;gap:12px;align-items:flex-start;
  padding:16px;
  border:1px solid var(--ddstbdp-line);
  border-radius:16px;
  background:var(--ddstbdp-blush);
}
.ddstbdp-check:before{content:"✓";color:#1e211d;font-weight:950}
.ddstbdp-check p{font-size:14px;margin-top:3px}


/* ============================================================
   18  MINI TESTIMONIAL
   ============================================================ */
.ddstbdp-mini-testimonial{
  max-width:980px;
  margin:0 auto;
  border-radius:24px;
  background:var(--ddstbdp-warm-dark);
  color:#fff;
  padding:34px;
  display:grid;
  grid-template-columns:auto 1fr auto;
  gap:20px;
  align-items:center;
}
.ddstbdp-mini-testimonial .ddstbdp-avatar{background:linear-gradient(145deg,#555,#1e211d);border-color:#333}
.ddstbdp-quote-small{color:#fff;font-size:24px;line-height:1.22;letter-spacing:-.045em}


/* ============================================================
   19  TESTIMONIALS SLIDER (Splide)
   ============================================================ */
.ddstbdp-testimonials-splide__intro{margin-bottom:28px}
.ddstbdp-testimonials-splide{position:relative;width:100%;max-width:100%;min-width:0}
.ddstbdp-testimonials-splide .splide__track{overflow:hidden}
.ddstbdp-testimonials-splide .splide__list{align-items:stretch}
.ddstbdp-testimonials-splide .splide__slide{display:flex;height:auto}

.ddstbdp-testimonials-splide__card{
  width:100%;height:100%;
  border-radius:22px;
  background:var(--ddstbdp-warm-dark);
  color:#fff;
  overflow:hidden;
  box-shadow:0 18px 50px rgba(35,29,23,.07);
  display:flex;
  flex-direction:column;
}
.ddstbdp-testimonials-splide__media{width:100%;aspect-ratio:1.55/1;overflow:hidden;background:#2c302b;flex:0 0 auto}
.ddstbdp-testimonials-splide__media img{width:100%;height:100%;object-fit:cover;display:block;-webkit-user-drag:none;user-select:none}
.ddstbdp-testimonials-splide__content{padding:20px;display:flex;flex-direction:column;flex:1 1 auto}
.ddstbdp-testimonials-splide__top{display:flex;align-items:center;gap:10px;margin-bottom:14px}
.ddstbdp-testimonials-splide__avatar{
  width:42px;height:42px;
  border-radius:999px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.22);
  background:#2c302b;
  flex:0 0 42px;
}
.ddstbdp-testimonials-splide__avatar img{width:100%;height:100%;object-fit:cover;display:block;-webkit-user-drag:none;user-select:none}
.ddstbdp-testimonials-splide__top strong{display:block;color:#fff;font-size:14px;line-height:1.15;font-weight:900}
.ddstbdp-testimonials-splide__top span{display:block;margin-top:2px;color:#cdd3c6;font-size:12px;line-height:1.25}
.ddstbdp-testimonials-splide__stars{color:#a7b0a0;font-size:13px;line-height:1;letter-spacing:.08em;margin-bottom:12px}
.ddstbdp-testimonials-splide__quote{color:#fff;font-size:17px;line-height:1.24;font-weight:850;letter-spacing:-.045em}
.ddstbdp-testimonials-splide__button-wrap{margin-top:22px;display:flex;justify-content:center}

.ddstbdp-testimonials-splide .splide__arrow{
  width:44px;height:44px;
  border-radius:999px;
  border:1px solid var(--ddstbdp-line);
  background:#fff;
  opacity:1;
  box-shadow:0 12px 34px rgba(35,29,23,.16);
}
.ddstbdp-testimonials-splide .splide__arrow svg{fill:#1e211d;width:16px;height:16px}
.ddstbdp-testimonials-splide .splide__arrow--prev{left:-22px}
.ddstbdp-testimonials-splide .splide__arrow--next{right:-22px}

.ddstbdp-testimonials-splide .splide__pagination{position:static;margin-top:18px;padding:0;gap:7px}
.ddstbdp-testimonials-splide .splide__pagination__page{width:7px;height:7px;margin:0;background:#b8afa5;opacity:.55;transform:none}
.ddstbdp-testimonials-splide .splide__pagination__page.is-active{width:22px;border-radius:999px;background:#1e211d;opacity:1;transform:none}

@media(max-width:640px){
  .ddstbdp-testimonials-splide__card{border-radius:20px}
  .ddstbdp-testimonials-splide__content{padding:18px}
  .ddstbdp-testimonials-splide__quote{font-size:16px}
  .ddstbdp-testimonials-splide__button-wrap .ddstbdp__btn{width:100%}
  .ddstbdp-testimonials-splide .splide__pagination{margin-top:14px}
}


/* ============================================================
   20  PERSONA CARDS
   ============================================================ */
.ddstbdp-persona-cards{padding:56px 0;overflow:hidden}
.ddstbdp-persona-cards--soft{background:var(--ddstbdp-blush)}
.ddstbdp-persona-cards--white{background:#fff}
.ddstbdp-persona-cards--dark{background:#1e211d;color:#fff}

.ddstbdp-persona-cards__intro{max-width:760px;margin:0 auto 30px}
.ddstbdp-persona-cards--dark .ddstbdp-persona-cards__intro h2,
.ddstbdp-persona-cards--dark .ddstbdp-persona-cards__intro p,
.ddstbdp-persona-cards--dark .ddstbdp__eyebrow{color:#fff}
.ddstbdp-persona-cards--dark .ddstbdp-persona-cards__intro p{color:#cdd3c6}

.ddstbdp-persona-cards__grid{display:grid;grid-template-columns:repeat(4, minmax(0, 1fr));gap:12px}
.ddstbdp-persona-card{
  min-height:310px;
  border-radius:26px;
  border:1px solid rgba(40,34,28,.13);
  background:rgba(255,255,255,.68);
  overflow:hidden;
  box-shadow:0 18px 50px rgba(35,29,23,.045),inset 0 1px 0 rgba(255,255,255,.7);
  display:flex;
  flex-direction:column;
}
.ddstbdp-persona-cards--white .ddstbdp-persona-card{background:#fafbf7}
.ddstbdp-persona-cards--dark .ddstbdp-persona-card{
  border-color:rgba(255,255,255,.12);
  background:rgba(255,255,255,.055);
  box-shadow:0 18px 50px rgba(0,0,0,.14),inset 0 1px 0 rgba(255,255,255,.06);
}
.ddstbdp-persona-card__image{width:100%;aspect-ratio:1.45/1;overflow:hidden;background:#191919}
.ddstbdp-persona-card__image img{width:100%;height:100%;object-fit:cover;display:block}
.ddstbdp-persona-card__mark{
  width:100%;min-height:104px;
  padding:22px 22px 0;
  color:#9b6a3d;
  font-size:52px;line-height:.85;
  font-weight:950;letter-spacing:-.09em;
}
.ddstbdp-persona-cards--dark .ddstbdp-persona-card__mark{color:#b7a56a}
.ddstbdp-persona-card__body{padding:22px;display:flex;flex-direction:column;flex:1 1 auto}
.ddstbdp-persona-card__tag{
  width:max-content;max-width:100%;
  margin-bottom:14px;
  padding:6px 9px;
  border-radius:999px;
  background:rgba(155,106,61,.12);
  color:#6f4828;
  font-size:11px;line-height:1;
  font-weight:950;letter-spacing:.045em;
  text-transform:uppercase;
}
.ddstbdp-persona-cards--dark .ddstbdp-persona-card__tag{background:rgba(255,176,0,.13);color:#b7a56a}
.ddstbdp-persona-card h3{margin:0;color:#1e211d;font-size:22px;line-height:1.03;font-weight:950;letter-spacing:-.06em}
.ddstbdp-persona-cards--dark .ddstbdp-persona-card h3{color:#fff}
.ddstbdp-persona-card p{margin:14px 0 0;color:#6f665d;font-size:14px;line-height:1.45;font-weight:650}
.ddstbdp-persona-cards--dark .ddstbdp-persona-card p{color:#cdd3c6}
.ddstbdp-persona-cards__button-wrap{margin-top:24px;display:flex;justify-content:center}

@media(max-width:1080px){
  .ddstbdp-persona-cards__grid{grid-template-columns:repeat(2, minmax(0, 1fr))}
  .ddstbdp-persona-card{min-height:280px}
}
@media(max-width:640px){
  .ddstbdp-persona-cards{padding:42px 0}
  .ddstbdp-persona-cards__intro{margin-bottom:24px}
  .ddstbdp-persona-cards__grid{
    display:grid;
    grid-auto-flow:column;
    grid-auto-columns:82%;
    grid-template-columns:none;
    gap:12px;
    overflow-x:auto;
    overflow-y:hidden;
    scroll-snap-type:x mandatory;
    scrollbar-width:none;
    -webkit-overflow-scrolling:touch;
    overscroll-behavior-x:contain;
    padding:2px 0 4px;
  }
  .ddstbdp-persona-cards__grid::-webkit-scrollbar{display:none}
  .ddstbdp-persona-card{min-height:286px;border-radius:22px;scroll-snap-align:start}
  .ddstbdp-persona-card__mark{min-height:92px;padding:20px 20px 0;font-size:48px}
  .ddstbdp-persona-card__body{padding:20px}
  .ddstbdp-persona-card h3{font-size:21px}
  .ddstbdp-persona-cards__button-wrap .ddstbdp__btn{width:100%}
}


/* ============================================================
   21  PRICING
   ============================================================ */
/* ---- v1 (basic two-up) ---- */
.ddstbdp-price-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.ddstbdp-price-card{
  padding:34px;
  border:1px solid var(--ddstbdp-line);
  border-radius:22px;
  background:#fff;
  box-shadow:0 18px 50px rgba(35,29,23,.045);
}
.ddstbdp-price-card--highlight{border-color:#1e211d;background:#f1f3ec}
.ddstbdp-price-big{margin:24px 0 12px;font-size:64px;line-height:.9;font-weight:950;letter-spacing:-.09em;color:#1e211d}
.ddstbdp-price-list{display:grid;gap:10px;margin-top:26px;color:#5a5f57}
.ddstbdp-price-list div{padding:12px 0;border-top:1px solid var(--ddstbdp-line)}

/* ---- v2 (feature-rich two-up) ---- */
.ddstbdp-price-v2{background:var(--ddstbdp-porcelain)}
.ddstbdp-price-grid--v2{display:grid;grid-template-columns:1fr 1fr;gap:18px;align-items:stretch}
.ddstbdp-price-card--v2{
  position:relative;
  overflow:hidden;
  min-height:100%;
  padding:34px;
  border:1px solid var(--ddstbdp-line);
  border-radius:26px;
  background:#fff;
  box-shadow:0 18px 50px rgba(35,29,23,.045);
}
.ddstbdp-price-card--v2.ddstbdp-price-card--highlight{
  border-color:var(--ddstbdp-rose);
  background:
    radial-gradient(circle at 88% 0%, var(--ddstbdp-rose-tint), transparent 34%),
    var(--ddstbdp-blush);
}
.ddstbdp-price-card__badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:max-content;max-width:100%;
  margin-bottom:18px;
  padding:8px 11px;
  border-radius:999px;
  background:#1e211d;
  color:#fff;
  font-size:11px;line-height:1;
  font-weight:950;letter-spacing:.08em;
  text-transform:uppercase;
}
.ddstbdp-price-card--highlight .ddstbdp-price-card__badge{
  background:linear-gradient(180deg,var(--ddstbdp-rose-soft),var(--ddstbdp-rose));
}
.ddstbdp-price-card__top{margin-bottom:14px}
.ddstbdp-price-card__top h3{margin:0}
.ddstbdp-price-card--v2 .ddstbdp-price-big{
  margin:18px 0 8px;
  font-size:clamp(54px,6vw,82px);
  line-height:.82;
  font-weight:950;letter-spacing:-.09em;
  color:#1e211d;
}
.ddstbdp-price-card__note{color:var(--ddstbdp-rose);font-size:12px;line-height:1;font-weight:950;letter-spacing:.08em;text-transform:uppercase}
.ddstbdp-price-card--v2 p{max-width:520px}

.ddstbdp-price-meter{margin-top:24px;padding:14px;border:1px solid var(--ddstbdp-line);border-radius:16px;background:#f3f4ef}
.ddstbdp-price-card--highlight .ddstbdp-price-meter{border-color:rgba(110,68,37,.22);background:rgba(255,255,255,.55)}
.ddstbdp-price-meter__head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:9px}
.ddstbdp-price-meter__head span{color:#a7ada2;font-size:11px;line-height:1;font-weight:950;letter-spacing:.09em;text-transform:uppercase}
.ddstbdp-price-meter__head strong{color:#1e211d;font-size:12px;line-height:1;font-weight:950;letter-spacing:-.02em}
.ddstbdp-price-meter__track{width:100%;height:9px;border-radius:999px;background:#e4ded6;overflow:hidden}
.ddstbdp-price-meter__fill{display:block;height:100%;border-radius:999px;background:#a7ada2}
.ddstbdp-price-meter__fill--highlight{background:linear-gradient(90deg,var(--ddstbdp-rose-soft),#dcb7ad)}

.ddstbdp-price-card--v2 .ddstbdp-price-list{display:grid;gap:0;margin-top:24px;color:#5a5f57}
.ddstbdp-price-card--v2 .ddstbdp-price-list div{padding:12px 0;border-top:1px solid var(--ddstbdp-line);font-size:14px;line-height:1.35;font-weight:750}

@media(max-width:640px){
  .ddstbdp-price-v2 .ddstbdp__center{margin-bottom:22px}
  .ddstbdp-price-grid--v2{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px}
  .ddstbdp-price-card--v2{padding:14px;border-radius:18px}
  .ddstbdp-price-card__badge{margin-bottom:10px;padding:7px 8px;font-size:8px;letter-spacing:.06em}
  .ddstbdp-price-card__top{margin-bottom:8px}
  .ddstbdp-price-card__top h3{font-size:15px;line-height:1.05;letter-spacing:-.045em}
  .ddstbdp-price-card--v2 .ddstbdp-price-big{margin:12px 0 6px;font-size:42px;line-height:.82}
  .ddstbdp-price-card__note{font-size:8px;letter-spacing:.06em}
  .ddstbdp-price-card--v2 p{font-size:11px;line-height:1.35}
  .ddstbdp-price-meter{margin-top:12px;padding:10px;border-radius:13px}
  .ddstbdp-price-meter__head{margin-bottom:7px}
  .ddstbdp-price-meter__head span{font-size:8px}
  .ddstbdp-price-meter__head strong{font-size:10px}
  .ddstbdp-price-meter__track{height:7px}
  .ddstbdp-price-card--v2 .ddstbdp-price-list{margin-top:12px}
  .ddstbdp-price-card--v2 .ddstbdp-price-list div{padding:8px 0;font-size:10px;line-height:1.25}
}


/* ============================================================
   22  REVIEWS
   ============================================================ */
.ddstbdp-reviews{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.ddstbdp-review{
  padding:28px;
  min-height:290px;
  border:1px solid var(--ddstbdp-line);
  background:#fff;
  border-radius:22px;
  box-shadow:0 18px 50px rgba(35,29,23,.045);
}
.ddstbdp-review p{color:#292522;font-size:17px}


/* ============================================================
   23  COMPARISON TABLES
   ============================================================ */
/* ---- basic ---- */
.ddstbdp-compare{
  overflow:hidden;
  border:1px solid var(--ddstbdp-line);
  border-radius:22px;
  background:#fff;
  box-shadow:0 18px 50px rgba(35,29,23,.045);
}
.ddstbdp-compare-row{display:grid;grid-template-columns:1.15fr repeat(3,1fr);border-bottom:1px solid var(--ddstbdp-line)}
.ddstbdp-compare-row:last-child{border-bottom:0}
.ddstbdp-compare-cell{padding:20px;border-right:1px solid var(--ddstbdp-line);color:#4f4a45;font-size:14px}
.ddstbdp-compare-cell:last-child{border-right:0}
.ddstbdp-compare-head .ddstbdp-compare-cell{background:var(--ddstbdp-warm-dark);color:#fff;font-weight:950;border-right-color:#3a3236}
.ddstbdp-compare-cell--highlight{background:var(--ddstbdp-blush);color:var(--ddstbdp-ink);font-weight:950}

/* ---- feature grid ---- */
.ddstbdp-compare-feature{
  overflow:hidden;
  border:1px solid var(--ddstbdp-line);
  border-radius:22px;
  background:#fff;
  box-shadow:0 18px 50px rgba(35,29,23,.045);
}
.ddstbdp-compare-feature__head,
.ddstbdp-compare-feature__row{
  display:grid;
  grid-template-columns:minmax(280px, 1.4fr) minmax(120px, .48fr) minmax(120px, .48fr);
}
.ddstbdp-compare-feature__head-cell{
  padding:22px 24px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  text-align:center;
  color:#1e211d;
  background:#fff;
  border-right:1px solid var(--ddstbdp-line);
  border-bottom:1px solid var(--ddstbdp-line);
}
.ddstbdp-compare-feature__head-cell:last-child{border-right:0}
.ddstbdp-compare-feature__head-cell--empty{background:transparent;border-top-color:transparent}
.ddstbdp-compare-feature__head-cell--highlight{background:var(--ddstbdp-warm-dark);color:#fff}
.ddstbdp-compare-feature__head-cell strong{display:block;font-size:15px;line-height:1.1;font-weight:950;letter-spacing:.1em;text-transform:uppercase;color:inherit}
.ddstbdp-compare-feature__head-cell span{display:block;margin-top:7px;color:currentColor;opacity:.68;font-size:13px;line-height:1.3}
.ddstbdp-compare-feature__row{border-bottom:1px solid var(--ddstbdp-line)}
.ddstbdp-compare-feature__row:last-child{border-bottom:0}
.ddstbdp-compare-feature__cell{
  min-height:64px;
  padding:18px 24px;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#1e211d;
  font-size:18px;line-height:1.3;font-weight:850;
  border-right:1px solid var(--ddstbdp-line);
  text-align:center;
}
.ddstbdp-compare-feature__cell:last-child{border-right:0}
.ddstbdp-compare-feature__cell--feature{justify-content:flex-start;text-align:left;font-size:16px;font-weight:900}
.ddstbdp-compare-feature__cell--highlight{background:var(--ddstbdp-warm-dark);color:#fff}
.ddstbdp-compare-feature__icon{display:inline-flex;align-items:center;justify-content:center;font-size:36px;line-height:1;font-weight:700}
.ddstbdp-compare-feature__icon--check{color:currentColor}
.ddstbdp-compare-feature__icon--cross{color:var(--ddstbdp-muted2);font-weight:400}

@media(max-width:640px){
  .ddstbdp-compare-feature{border-radius:18px}
  .ddstbdp-compare-feature__head,
  .ddstbdp-compare-feature__row{grid-template-columns:minmax(130px, 1.35fr) minmax(82px, .7fr) minmax(82px, .7fr)}
  .ddstbdp-compare-feature__head-cell{padding:14px 10px}
  .ddstbdp-compare-feature__head-cell strong{font-size:12px;letter-spacing:.08em}
  .ddstbdp-compare-feature__head-cell span{font-size:11px}
  .ddstbdp-compare-feature__cell{min-height:58px;padding:13px 10px;font-size:14px;line-height:1.3;overflow-wrap:anywhere}
  .ddstbdp-compare-feature__cell--feature{font-size:13px}
  .ddstbdp-compare-feature__icon{font-size:28px}
}


/* ============================================================
   24  AUTHORITY / DIFFERENTIATORS / FOUNDER
   ============================================================ */
.ddstbdp-authority{display:grid;grid-template-columns:.78fr 1.22fr;gap:18px;align-items:stretch}
.ddstbdp-authority-photo{min-height:460px}
.ddstbdp-authority-copy{min-height:460px;padding:40px;display:flex;flex-direction:column;justify-content:center}

.ddstbdp-diff-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.ddstbdp-diff-card{
  min-height:260px;
  padding:30px;
  border:1px solid var(--ddstbdp-line);
  border-radius:22px;
  background:#fff;
  box-shadow:0 18px 50px rgba(35,29,23,.045);
}
.ddstbdp-diff-card .ddstbdp-num{color:rgba(0,0,0,.11);font-size:58px;line-height:1;font-weight:950;letter-spacing:-.08em;margin-bottom:42px}

.ddstbdp-founder{display:grid;grid-template-columns:1.05fr .95fr;gap:18px;align-items:stretch}
.ddstbdp-founder-copy{padding:40px}
.ddstbdp-founder-photo{min-height:500px}


/* ============================================================
   25  RESULTS PROOF (blush palette, separate cards + track)
   ============================================================ */
.ddstbdp-results-proof{
  --ddstbdp-proof-bg:var(--ddstbdp-blush);
  --ddstbdp-proof-card:rgba(255,255,255,.72);
  --ddstbdp-proof-line:rgba(190,137,126,.18);
  --ddstbdp-proof-text:#2a211f;
  --ddstbdp-proof-muted:#8a7770;
  --ddstbdp-proof-soft:rgba(255,255,255,.14);
  --ddstbdp-proof-number:var(--ddstbdp-rose);
  --ddstbdp-proof-suffix:var(--ddstbdp-rose-soft);
  --ddstbdp-proof-without:#e2d3cb;
  --ddstbdp-proof-ours:#d9a39a;

  padding:56px 0;
  color:var(--ddstbdp-proof-text);
  background:var(--ddstbdp-blush-deep)!important;
  overflow:hidden;
}

.ddstbdp-results-proof__intro{max-width:720px;margin:0 auto 30px}
.ddstbdp-results-proof__intro h2,
.ddstbdp-results-proof .ddstbdp__eyebrow{color:var(--ddstbdp-proof-text)!important}
.ddstbdp-results-proof__intro p{color:var(--ddstbdp-proof-muted)!important}

.ddstbdp-results-proof__grid{
  display:grid;
  grid-template-columns:repeat(4, minmax(0, 1fr));
  gap:0;
  border:1px solid var(--ddstbdp-proof-line);
  border-radius:30px;
  background:var(--ddstbdp-proof-card);
  overflow:hidden;
  box-shadow:0 24px 70px rgba(0,0,0,.18),inset 0 1px 0 rgba(255,255,255,.06);
}
.ddstbdp-results-proof__item{
  min-height:260px;
  padding:28px 24px 24px;
  border-right:1px solid var(--ddstbdp-proof-line);
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  gap:22px;
  opacity:0;
  transform:translateY(10px);
  transition:opacity .65s ease, transform .65s ease;
  transition-delay:var(--delay);
}
.ddstbdp-results-proof.is-visible .ddstbdp-results-proof__item{opacity:1;transform:translateY(0)}
.ddstbdp-results-proof__item:last-child{border-right:0}

.ddstbdp-results-proof__number{display:flex;align-items:flex-start;gap:3px;color:var(--ddstbdp-proof-number);line-height:.9}
.ddstbdp-results-proof__number strong{
  display:block;
  color:var(--ddstbdp-proof-number);
  font-family:var(--ddstbdp-heading-family, Georgia, serif);
  font-size:clamp(42px, 4vw, 60px);
  line-height:.86;
  font-weight:700;
  letter-spacing:-.06em;
}
.ddstbdp-results-proof__prefix,
.ddstbdp-results-proof__suffix{display:block;padding-top:6px;color:var(--ddstbdp-proof-suffix);font-size:18px;line-height:1;font-weight:900;letter-spacing:-.04em}
.ddstbdp-results-proof__label{margin-top:18px;color:var(--ddstbdp-proof-text);font-size:15px;line-height:1.32;font-weight:800;letter-spacing:-.035em}

/* bar/compare sub-system */
.ddstbdp-results-proof__compare{display:grid;gap:10px}
.ddstbdp-results-proof__compare-row{display:grid;gap:6px}
.ddstbdp-results-proof__compare-head{display:flex;align-items:center;justify-content:space-between;gap:10px;color:#a7ada2;font-size:11px;line-height:1.1;font-weight:850;letter-spacing:.04em;text-transform:uppercase}
.ddstbdp-results-proof__compare-head strong{color:#fff;font-size:12px;line-height:1;font-weight:950;letter-spacing:-.02em}
.ddstbdp-results-proof__bar{height:7px;border-radius:999px;background:rgba(255,255,255,.13);overflow:hidden}
.ddstbdp-results-proof__bar-fill{
  display:block;width:var(--value);height:100%;border-radius:999px;
  transform:scaleX(0);transform-origin:left center;
  transition:transform .85s cubic-bezier(.22, 1, .36, 1);
  transition-delay:calc(var(--delay) + 280ms);
}
.ddstbdp-results-proof.is-visible .ddstbdp-results-proof__bar-fill{transform:scaleX(1)}
.ddstbdp-results-proof__bar-fill--without{background:var(--ddstbdp-proof-without)}
.ddstbdp-results-proof__bar-fill--ours{background:var(--ddstbdp-proof-ours)}

.ddstbdp-results-proof__delta{
  width:max-content;max-width:100%;margin-top:2px;
  padding:6px 9px;border-radius:999px;
  background:rgba(216,155,145,.16);color:#a95f55;
  font-size:11px;line-height:1;font-weight:950;letter-spacing:-.025em;
  opacity:0;transform:translateY(5px);
  transition:opacity .45s ease, transform .45s ease;
  transition-delay:calc(var(--delay) + 720ms);
}
.ddstbdp-results-proof.is-visible .ddstbdp-results-proof__delta{opacity:1;transform:translateY(0)}

.ddstbdp-results-proof__note{color:var(--ddstbdp-proof-muted);font-size:10px;line-height:1.35;font-weight:850;text-transform:uppercase;letter-spacing:.095em}
.ddstbdp-results-proof__disclaimer{max-width:720px;margin:18px auto 0;text-align:center;color:var(--ddstbdp-proof-muted);font-size:11px;line-height:1.5}

/* single before->after track sub-system */
.ddstbdp-results-proof__track{position:relative;height:6px;border-radius:999px;background:rgba(138,119,112,.16);margin:6px 0 0}
.ddstbdp-results-proof__track-fill{
  position:absolute;left:0;top:0;bottom:0;width:var(--to);
  border-radius:999px;background:linear-gradient(90deg,#dca8a0,#c77f73);
  transform:scaleX(0);transform-origin:left center;
  transition:transform .85s cubic-bezier(.22,1,.36,1);
  transition-delay:calc(var(--delay) + 280ms);
}
.ddstbdp-results-proof.is-visible .ddstbdp-results-proof__track-fill{transform:scaleX(1)}
.ddstbdp-results-proof__track-ghost{position:absolute;top:50%;left:var(--from);width:2px;height:14px;transform:translate(-50%,-50%);background:rgba(138,119,112,.5);border-radius:2px}
.ddstbdp-results-proof__track-dot{
  position:absolute;top:50%;left:var(--to);width:12px;height:12px;
  transform:translate(-50%,-50%) scale(0);border-radius:50%;
  background:#c77f73;box-shadow:0 0 0 4px rgba(216,155,145,.22);
  transition:transform .5s ease;transition-delay:calc(var(--delay) + 900ms);
}
.ddstbdp-results-proof.is-visible .ddstbdp-results-proof__track-dot{transform:translate(-50%,-50%) scale(1)}
.ddstbdp-results-proof__track-legend{display:flex;align-items:baseline;justify-content:space-between;gap:10px;margin-top:14px;font-size:12px;line-height:1.2;letter-spacing:-.01em}
.ddstbdp-results-proof__track-legend span{color:var(--ddstbdp-proof-muted);font-weight:700}
.ddstbdp-results-proof__track-legend strong{color:var(--ddstbdp-proof-text);font-weight:900}

/* separate cards — desktop / tablet only (mobile slider kept below) */
@media(min-width:641px){
  .ddstbdp-results-proof__grid{gap:12px;border:0;background:transparent;box-shadow:none;overflow:visible;border-radius:0}
  .ddstbdp-results-proof__item,
  .ddstbdp-results-proof__item:last-child{
    border:1px solid var(--ddstbdp-proof-line);
    border-radius:24px;
    background:var(--ddstbdp-proof-card);
    box-shadow:0 18px 50px rgba(126,79,70,.10), inset 0 1px 0 rgba(255,255,255,.75);
  }
}
@media(max-width:980px){
  .ddstbdp-results-proof__grid{grid-template-columns:repeat(2, minmax(0, 1fr))}
  .ddstbdp-results-proof__item:nth-child(2){border-right:0}
  .ddstbdp-results-proof__item:nth-child(1),
  .ddstbdp-results-proof__item:nth-child(2){border-bottom:1px solid var(--ddstbdp-proof-line)}
}
@media(max-width:640px){
  .ddstbdp-results-proof{padding:42px 0}
  .ddstbdp-results-proof__intro{margin-bottom:24px}
  .ddstbdp-results-proof__grid{
    display:grid;
    grid-auto-flow:column;
    grid-auto-columns:82%;
    grid-template-columns:none;
    gap:12px;
    border:0;border-radius:0;background:transparent;box-shadow:none;
    overflow-x:auto;overflow-y:hidden;
    scroll-snap-type:x mandatory;
    scrollbar-width:none;
    -webkit-overflow-scrolling:touch;
    overscroll-behavior-x:contain;
    padding:2px 0 4px;
  }
  .ddstbdp-results-proof__grid::-webkit-scrollbar{display:none}
  .ddstbdp-results-proof__item,
  .ddstbdp-results-proof__item:nth-child(1),
  .ddstbdp-results-proof__item:nth-child(2){
    min-height:238px;
    padding:24px 22px;
    border:1px solid var(--ddstbdp-proof-line)!important;
    border-radius:22px!important;
    background:var(--ddstbdp-proof-card)!important;
    box-shadow:0 18px 50px rgba(126,79,70,.10)!important;
    scroll-snap-align:start;
  }
  .ddstbdp-results-proof__number strong{font-size:48px}
  .ddstbdp-results-proof__label{font-size:15px}
}
@media(prefers-reduced-motion:reduce){
  .ddstbdp-results-proof__track-fill{transform:scaleX(1);transition:none}
  .ddstbdp-results-proof__track-dot{transform:translate(-50%,-50%) scale(1);transition:none}
}


/* ============================================================
   26  FAQ
   ============================================================ */
.ddstbdp-faq{max-width:920px;margin:0 auto;display:grid;gap:12px}
.ddstbdp-faq__item{
  border:1px solid var(--ddstbdp-line);
  border-radius:18px;
  background:#fff;
  box-shadow:0 18px 50px rgba(35,29,23,.045);
  overflow:hidden;
}
.ddstbdp-faq__question{
  min-height:68px;
  padding:20px 24px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  cursor:pointer;
  list-style:none;
  color:#1e211d;
  font-size:18px;line-height:1.25;
  font-weight:950;letter-spacing:-.04em;
}
.ddstbdp-faq__question::-webkit-details-marker{display:none}
.ddstbdp-faq__icon{
  width:28px;height:28px;
  border-radius:999px;
  border:1px solid var(--ddstbdp-line-dark);
  background:#f3f4ef;
  flex:0 0 28px;
  position:relative;
}
.ddstbdp-faq__icon:before,
.ddstbdp-faq__icon:after{
  content:"";position:absolute;left:50%;top:50%;
  width:12px;height:2px;background:#1e211d;border-radius:999px;
  transform:translate(-50%,-50%);
}
.ddstbdp-faq__icon:after{transform:translate(-50%,-50%) rotate(90deg)}
.ddstbdp-faq__item[open] .ddstbdp-faq__icon:after{display:none}
.ddstbdp-faq__answer{padding:0 24px 22px;color:var(--ddstbdp-muted);font-size:15px;line-height:1.58}
.ddstbdp-faq__answer p{font-size:15px;line-height:1.58}
.ddstbdp-faq__answer p + p{margin-top:10px}

@media(max-width:640px){
  .ddstbdp-faq{gap:10px}
  .ddstbdp-faq__item{border-radius:16px}
  .ddstbdp-faq__question{min-height:62px;padding:18px 16px;font-size:16px}
  .ddstbdp-faq__answer{padding:0 16px 18px}
}


/* ============================================================
   27  FINAL CTA
   ============================================================ */
.ddstbdp-final{
  text-align:center;
  padding:100px 0 124px;
  background:
    radial-gradient(circle at 50% 0%, rgba(184,111,99,.16), transparent 38%),
    var(--ddstbdp-warm-dark);
  color:#fff;
}
.ddstbdp-final h2{max-width:820px;margin:0 auto;color:#fff}
.ddstbdp-final p{color:#d6cec5;max-width:640px;margin:18px auto 30px}
.ddstbdp-guarantee-seal{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:112px;height:112px;
  margin-bottom:26px;
  border-radius:18px;
  border:1px solid rgba(255,255,255,.2);
  background:rgba(255,255,255,.06);
  color:#ecefe5;
  font-size:12px;text-transform:uppercase;letter-spacing:.12em;font-weight:950;
}


/* ============================================================
   28  STICKY ADD-TO-CART
   ============================================================ */
.ddstbdp-sticky-atc,
.shopify-section:has(.ddstbdp-sticky-atc){background:transparent!important}

.ddstbdp-sticky-atc{
  display:block!important;
  position:fixed!important;
  left:0!important;right:0!important;bottom:0!important;
  z-index:99999!important;
  width:100%;max-width:none;
  padding:0 14px 14px;
  pointer-events:none;
  opacity:0;
  visibility:hidden;
  transform:translateY(calc(100% + 24px));
  transition:opacity .28s ease, visibility .28s ease, transform .32s cubic-bezier(.22, 1, .36, 1);
  box-shadow:none!important;
}
.ddstbdp-sticky-atc.is-visible{
  opacity:1!important;
  visibility:visible!important;
  transform:translateY(0)!important;
  pointer-events:auto;
}
.ddstbdp-sticky-atc__inner{
  max-width:1040px;
  margin:0 auto;
  padding:10px 10px 10px 14px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:20px;
  background:rgba(42,32,29,.92);
  color:#fff;
  box-shadow:0 20px 70px rgba(0,0,0,.28),inset 0 1px 0 rgba(255,255,255,.08);
  backdrop-filter:blur(16px);
  -webkit-backdrop-filter:blur(16px);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
}
.ddstbdp-sticky-atc__content{min-width:0;display:flex;align-items:center;gap:12px}
.ddstbdp-sticky-atc__image{width:52px;height:52px;border-radius:14px;overflow:hidden;background:#eaeee2;flex:0 0 52px}
.ddstbdp-sticky-atc__image img{width:100%;height:100%;object-fit:cover;display:block}
.ddstbdp-sticky-atc__info{min-width:0}
.ddstbdp-sticky-atc__eyebrow{display:block;margin-bottom:4px;color:#a7b0a0;font-size:10px;line-height:1;font-weight:950;letter-spacing:.11em;text-transform:uppercase}
.ddstbdp-sticky-atc__line{min-width:0;display:flex;align-items:center;gap:9px;flex-wrap:wrap}
.ddstbdp-sticky-atc__title{color:#fff;font-size:15px;line-height:1.15;font-weight:900;letter-spacing:-.035em}
.ddstbdp-sticky-atc__separator{width:4px;height:4px;border-radius:999px;background:rgba(255,255,255,.3)}
.ddstbdp-sticky-atc__price{color:#fff;font-size:15px;line-height:1;font-weight:950;letter-spacing:-.035em}
.ddstbdp-sticky-atc__compare{color:#9d958c;font-size:13px;line-height:1;font-weight:800}
.ddstbdp-sticky-atc__button{min-height:48px;padding-left:22px;padding-right:22px;white-space:nowrap;flex:0 0 auto}

@media(max-width:640px){
  body.ddstbdp-sticky-atc-active{padding-bottom:98px}
  .ddstbdp-sticky-atc{padding:0 10px 10px}
  .ddstbdp-sticky-atc__inner{padding:10px;border-radius:18px;gap:10px}
  .ddstbdp-sticky-atc__image{width:46px;height:46px;border-radius:12px;flex-basis:46px}
  .ddstbdp-sticky-atc__eyebrow{font-size:9px}
  .ddstbdp-sticky-atc__title{display:block;max-width:150px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:13px}
  .ddstbdp-sticky-atc__separator,
  .ddstbdp-sticky-atc__compare{display:none}
  .ddstbdp-sticky-atc__price{font-size:13px}
  .ddstbdp-sticky-atc__button{min-height:46px;padding:0 14px;font-size:12px}
}


/* ============================================================
   29  GLOBAL RESPONSIVE TIDY-UPS
   ============================================================ */
@media(max-width:980px){
  .ddstbdp-product__grid,
  .ddstbdp-split,
  .ddstbdp-pain-grid,
  .ddstbdp-story,
  .ddstbdp-routine,
  .ddstbdp-price-grid,
  .ddstbdp-authority,
  .ddstbdp-founder{grid-template-columns:1fr}

  .ddstbdp-product__gallery,
  .ddstbdp-product__info{position:static}

  .ddstbdp-product__main,
  .ddstbdp-product__main img{min-height:0}

  .ddstbdp-benefit-grid,
  .ddstbdp-logos,
  .ddstbdp-steps,
  .ddstbdp-reviews,
  .ddstbdp-diff-grid{grid-template-columns:1fr 1fr}

  .ddstbdp-cta-trust{grid-template-columns:1fr}
  .ddstbdp-mini-testimonial{grid-template-columns:1fr}
  .ddstbdp-compare{overflow:auto}
  .ddstbdp-compare-row{min-width:760px}
}

@media(max-width:640px){
  .ddstbdp__section{padding:20px 0}
  .ddstbdp__section--tight{padding:46px 0}
  .ddstbdp h1{font-size:18px}
  .ddstbdp h2{font-size:36px}

  .ddstbdp-product{padding:24px 0 48px}
  .ddstbdp-product__gallery{grid-template-columns:1fr}
  .ddstbdp-product__thumbs{grid-template-columns:repeat(4,1fr);order:2}
  .ddstbdp-product__thumb{height:78px}
  .ddstbdp-product__main,
  .ddstbdp-product__main img{min-height:0;border-radius:22px}
  .ddstbdp-product__info{border-radius:22px;padding:22px}
  .ddstbdp-product__trust{justify-content:flex-start;align-items:flex-start}
  .ddstbdp-product__trust-item{justify-content:flex-start;text-align:left}

  .ddstbdp-benefit-grid,
  .ddstbdp-logos,
  .ddstbdp-steps,
  .ddstbdp-reviews,
  .ddstbdp-diff-grid{grid-template-columns:1fr}

  .ddstbdp-panel,
  .ddstbdp-routine-copy,
  .ddstbdp-authority-copy,
  .ddstbdp-founder-copy{padding:26px}

  .ddstbdp-pain-map,
  .ddstbdp-visual,
  .ddstbdp-authority-photo,
  .ddstbdp-founder-photo{min-height:390px}

  .ddstbdp-orbit{width:300px;height:300px}
  .ddstbdp-price-big{font-size:52px}
}

/* Static product gallery — mobile swipe layout */
@media(max-width:640px){
  .ddstbdp-product--static{overflow-x:clip}
  .ddstbdp-product--static .ddstbdp__wrap{
    max-width:min(var(--ddstbdp-max), calc(100vw - 24px));
    margin-left:auto;margin-right:auto;
  }
  .ddstbdp-product--static .ddstbdp-product__grid,
  .ddstbdp-product--static .ddstbdp-product__gallery,
  .ddstbdp-product--static .ddstbdp-product__info,
  .ddstbdp-product--static .ddstbdp-product__main,
  .ddstbdp-product--static .ddstbdp-product__thumbs{width:100%;max-width:100%;min-width:0;box-sizing:border-box}
  .ddstbdp-product--static .ddstbdp-product__grid{display:grid;grid-template-columns:minmax(0, 1fr)}
  .ddstbdp-product--static .ddstbdp-product__gallery{display:grid;grid-template-columns:minmax(0, 1fr);gap:12px;overflow:hidden}
  .ddstbdp-product--static .ddstbdp-product__main{order:1;touch-action:pan-y}
  .ddstbdp-product--static .ddstbdp-product__thumbs{
    order:2;
    display:grid;
    grid-auto-flow:column;
    grid-auto-columns:64px;
    grid-template-columns:none;
    justify-content:start;
    align-content:start;
    gap:8px;
    margin:0;
    padding:0 0 4px;
    overflow-x:auto;overflow-y:hidden;
    scroll-snap-type:x mandatory;
    scrollbar-width:none;
    -webkit-overflow-scrolling:touch;
    overscroll-behavior-x:contain;
  }
  .ddstbdp-product--static .ddstbdp-product__thumbs::-webkit-scrollbar{display:none}
  .ddstbdp-product--static .ddstbdp-product__thumb{
    width:64px;height:64px;min-width:64px;max-width:64px;
    padding:0;margin:0;display:block;overflow:hidden;
    scroll-snap-align:start;box-sizing:border-box;
  }
  .ddstbdp-product--static .ddstbdp-product__thumb img{width:100%;height:100%;display:block;object-fit:contain;padding:4px;background:#fff}
}

/* Overflow guards for horizontal sliders on small screens */
@media(max-width:760px){
  .ddstbdp,
  .shopify-section{max-width:100%;overflow-x:clip}
  .ddstbdp__wrap{
    width:calc(100% - 24px);
    max-width:var(--ddstbdp-max, 1220px);
    margin-left:auto;margin-right:auto;
    overflow-x:clip;
  }
  .ddstbdp-testimonials-splide{overflow:hidden}
  .ddstbdp-testimonials-splide .splide__arrow--prev{left:8px}
  .ddstbdp-testimonials-splide .splide__arrow--next{right:8px}
  .ddstbdp-benefit-shell{overflow:hidden}
  .ddstbdp-benefit-arrow{display:none!important}
  .ddstbdp-logo-marquee{width:100%;max-width:100%;overflow:hidden}
}


/* ============================================================
   30  LATE-PRIORITY COMPONENT OVERRIDES
   Kept at the very end on purpose: these must beat the generic
   responsive rules above (equal specificity → later wins).
   ============================================================ */

/* Benefits become a horizontal swipe slider on mobile.
   Must sit after §29 so it overrides grid-template-columns:1fr / 1fr 1fr. */
@media(max-width:640px){
  .ddstbdp-benefit-grid{
    display:grid;
    grid-auto-flow:column;
    grid-auto-columns:82%;
    grid-template-columns:none;
    overflow-x:auto;
    overflow-y:hidden;
    gap:14px;
    scroll-snap-type:x mandatory;
    scroll-behavior:smooth;
    scrollbar-width:none;
    padding:2px 18px 2px 2px;
    margin-right:0;
    max-width:100%;
  }
  .ddstbdp-benefit-grid::-webkit-scrollbar{display:none}
  .ddstbdp-benefit-grid .ddstbdp-benefit-card{scroll-snap-align:start}
  .ddstbdp-benefit-arrow{display:none}
}



  @media (min-width: 981px) {
    #ddstbdp-original-{{ section.id }} .ddstbdp-authority {
      align-items: start;
    }
    #ddstbdp-original-{{ section.id }} .ddstbdp-authority-photo {
      min-height: 0;
      height: auto;
      align-self: start;
    }
    #ddstbdp-original-{{ section.id }} .ddstbdp-authority-photo img {
      position: static;
      width: 100%;
      height: auto;
      object-fit: contain;
      display: block;
    }
  }

  @media screen and (min-width: 750px) {
  .ddstbdp-trust-mini span {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
}