/* HSJ Quiz v3 - 8C Centered Entry Patch */
.page-id-find-your-crystal-v3 .entry-title { display: none; }
.hsj-quiz-v3, .hsj-quiz-v3 * { box-sizing: border-box; }
.hsj-quiz-v3 {
  --hsj-quiz-ink:#2f231c;
  --hsj-quiz-muted:#6f6258;
  --hsj-quiz-soft:#fbf7f2;
  --hsj-quiz-surface:#fffaf5;
  --hsj-quiz-border:#eee4dc;
  --hsj-quiz-dark:#3a2a22;
  --hsj-quiz-shadow:0 18px 50px rgba(58,42,34,.08);
  color:var(--hsj-quiz-ink);
}
.hsj-quiz-v3__stage,.hsj-quiz-v3__result{
  width:100vw;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
}
.hsj-quiz-v3__stage{
  position:relative;
  min-height:620px;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  overflow:hidden;
  background-image:linear-gradient(rgba(255,250,245,.60),rgba(255,250,245,.60)),url('https://heldstone.com/wp-content/uploads/2026/05/05-green-stone-charm-pendant.jpg');
  background-size:cover;
  background-position:center center;
}
.hsj-quiz-v3__stage-inner{
  position:relative;
  z-index:1;
  width:min(calc(100% - 72px),980px);
  margin:0 auto;
  padding:84px 0 92px;
}
.hsj-quiz-v3__entry{ width:100%; }
.hsj-quiz-v3__eyebrow{
  margin:0 0 22px;
  font-size:13px;
  line-height:1.2;
  letter-spacing:.12em;
  font-weight:700;
  text-transform:uppercase;
  color:#3a2a22;
}
.hsj-quiz-v3 h1{
  max-width:760px;
  margin:0 auto;
  font-size:52px;
  line-height:1.12;
  font-weight:700;
  color:#2f231c;
}
.hsj-quiz-v3__hero-body{
  max-width:640px;
  margin:24px auto 0;
  font-size:18px;
  line-height:1.65;
  color:#4f4038;
}
.hsj-quiz-v3__panel-wrap{
  width:min(100%,760px);
  margin:38px auto 0;
}
.hsj-quiz-v3__panel-placeholder,
.hsj-quiz-v3__card{
  width:min(100%,620px);
  margin:0 auto;
  background:rgba(255,250,245,.88);
  border:1px solid var(--hsj-quiz-border);
  border-radius:22px;
  padding:26px 30px;
  box-shadow:0 18px 50px rgba(58,42,34,.06);
  text-align:left;
}
.hsj-quiz-v3__card{
  width:min(100%,760px);
  background:rgba(255,250,245,.94);
  padding:34px 36px;
  box-shadow:var(--hsj-quiz-shadow);
}
.hsj-quiz-v3__panel-placeholder[hidden],
.hsj-quiz-v3__card[hidden]{ display:none !important; }
.hsj-quiz-v3__placeholder-eyebrow{
  margin:0 0 16px;
  font-size:12px;
  line-height:1.2;
  letter-spacing:.10em;
  text-transform:uppercase;
  color:#6f6258;
}
.hsj-quiz-v3__placeholder-body{
  margin:18px 0 0;
  font-size:15px;
  line-height:1.55;
  color:#5f5048;
}
.hsj-quiz-v3__hero-button,
.hsj-quiz-v3__button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:54px;
  padding:0 32px;
  border-radius:10px;
  background:#fffaf5;
  color:#3a2a22;
  font-size:15px;
  font-weight:700;
  border:1px solid #eee4dc;
  text-decoration:none !important;
  cursor:pointer;
}
.hsj-quiz-v3__hero-button{
  margin-top:24px;
}
.hsj-quiz-v3.is-quiz-active h1{
  font-size:40px;
}
.hsj-quiz-v3.is-quiz-active .hsj-quiz-v3__hero-body{
  max-width:560px;
  font-size:16px;
}
.hsj-quiz-v3.is-quiz-active .hsj-quiz-v3__panel-wrap{
  margin-top:28px;
}
.hsj-quiz-v3.is-quiz-active .hsj-quiz-v3__panel-placeholder,
.hsj-quiz-v3.is-quiz-active .hsj-quiz-v3__hero-button{
  display:none !important;
}
.hsj-quiz-v3__progress-text{
  margin:0 0 14px;
  font-size:13px;
  line-height:1.3;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:#8c8178;
}
.hsj-quiz-v3__progress-bar{
  height:6px;
  margin-bottom:36px;
  background:var(--hsj-quiz-border);
  border-radius:999px;
  overflow:hidden;
}
.hsj-quiz-v3__progress-bar--static{ margin-bottom:0; }
.hsj-quiz-v3__progress-fill{
  height:100%;
  width:20%;
  background:var(--hsj-quiz-dark);
  border-radius:999px;
  transition:width 220ms ease;
}
.hsj-quiz-v3__question-title{
  margin:0 0 12px;
  font-size:30px;
  line-height:1.25;
  font-weight:700;
  color:var(--hsj-quiz-ink);
}
.hsj-quiz-v3__question-description{
  margin:0 0 26px;
  font-size:15px;
  line-height:1.6;
  color:var(--hsj-quiz-muted);
}
.hsj-quiz-v3__options{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
}
.hsj-quiz-v3__options--multi,
.hsj-quiz-v3__options--email{ grid-template-columns:1fr; }
.hsj-quiz-v3__option{
  min-height:58px;
  padding:18px 20px;
  border:1px solid #e6ddd5;
  border-radius:14px;
  background:#fff;
  font-size:15px;
  line-height:1.35;
  color:var(--hsj-quiz-ink);
  text-align:left;
  cursor:pointer;
}
.hsj-quiz-v3__option.is-selected{
  background:var(--hsj-quiz-dark);
  color:var(--hsj-quiz-surface);
  border-color:var(--hsj-quiz-dark);
}
.hsj-quiz-v3__nav{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:16px;
  margin-top:30px;
}
.hsj-quiz-v3__back{
  padding:0;
  border:0;
  background:transparent;
  color:var(--hsj-quiz-muted);
  font-size:14px;
  cursor:pointer;
}
.hsj-quiz-v3__next{
  min-height:46px;
  padding:0 24px;
  border:0;
  border-radius:999px;
  background:var(--hsj-quiz-dark);
  color:var(--hsj-quiz-surface);
  font-size:14px;
  cursor:pointer;
}
.hsj-quiz-v3__next[disabled]{ opacity:.45; cursor:not-allowed; }
.hsj-quiz-v3__email{
  width:100%;
  min-height:54px;
  padding:0 16px;
  border:1px solid #e6ddd5;
  border-radius:14px;
  background:#fff;
  font-size:15px;
  color:var(--hsj-quiz-ink);
}
.hsj-quiz-v3__skip{
  display:inline-flex;
  margin-top:16px;
  color:var(--hsj-quiz-muted);
  background:transparent;
  border:0;
  padding:0;
  cursor:pointer;
  text-decoration:underline;
  text-underline-offset:3px;
}
.hsj-quiz-v3__result{
  background:var(--hsj-quiz-soft);
  padding:76px 0 92px;
}
.hsj-quiz-v3__result-shell{
  width:min(calc(100% - 72px),1180px);
  margin:0 auto;
}
.hsj-quiz-v3__result-header{
  max-width:720px;
  margin:0 auto 44px;
  text-align:center;
}
.hsj-quiz-v3__result-header h2{
  margin:0;
  font-size:34px;
  line-height:1.2;
  color:var(--hsj-quiz-ink);
}
.hsj-quiz-v3__result-header p{
  margin:18px 0 0;
  font-size:15px;
  line-height:1.65;
  color:var(--hsj-quiz-muted);
}
.hsj-quiz-v3__result-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:24px;
}
.hsj-quiz-v3__product-card{ display:flex; flex-direction:column; min-width:0; }
.hsj-quiz-v3__product-card-link{ text-decoration:none !important; color:inherit; }
.hsj-quiz-v3__product-media{ aspect-ratio:1 / 1; overflow:hidden; background:#f7f6f3; }
.hsj-quiz-v3__product-media img{ display:block; width:100%; height:100%; object-fit:cover; }
.hsj-quiz-v3__product-category{
  margin:12px 0 6px;
  font-size:10px;
  line-height:1.2;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:#8c8178;
}
.hsj-quiz-v3__product-title{
  margin:0 0 6px;
  font-size:13px;
  line-height:1.34;
  font-weight:500;
  color:var(--hsj-quiz-ink);
}
.hsj-quiz-v3__product-price{
  margin:0 0 12px;
  font-size:12px;
  line-height:1.3;
  font-weight:500;
  color:#4a3a31;
}
.hsj-quiz-v3__view-details{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:40px;
  padding:0 18px;
  border-radius:999px;
  background:var(--hsj-quiz-dark);
  color:var(--hsj-quiz-surface);
  font-size:13px;
}
.hsj-quiz-v3__result-actions{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:14px;
  margin-top:34px;
}
.hsj-quiz-v3__button--primary{ background:var(--hsj-quiz-dark); color:var(--hsj-quiz-surface); }
.hsj-quiz-v3__button--secondary{ background:transparent; border:1px solid var(--hsj-quiz-dark); color:var(--hsj-quiz-dark); }
.hsj-quiz-v3__button--text{ background:transparent; color:var(--hsj-quiz-muted); min-height:auto; padding:0; border-radius:0; }
@media (max-width: 1200px){
  .hsj-quiz-v3__result-grid{ grid-template-columns:repeat(2,minmax(0,1fr)); }
}
@media (max-width: 767px){
  .hsj-quiz-v3__stage{
    min-height:620px;
    padding:70px 0 58px;
    background-position:center center;
  }
  .hsj-quiz-v3__stage-inner{
    width:calc(100% - 40px);
    padding:0;
  }
  .hsj-quiz-v3 h1{
    font-size:40px;
  }
  .hsj-quiz-v3__hero-body{
    font-size:17px;
  }
  .hsj-quiz-v3__panel-wrap{
    width:100%;
    margin-top:34px;
  }
  .hsj-quiz-v3__panel-placeholder,
  .hsj-quiz-v3__card{
    width:100%;
    padding:28px 18px;
    border-radius:20px;
  }
  .hsj-quiz-v3__question-title{
    font-size:23px;
  }
  .hsj-quiz-v3__options,
  .hsj-quiz-v3__options--multi,
  .hsj-quiz-v3__options--email{
    grid-template-columns:1fr;
  }
  .hsj-quiz-v3__option{
    min-height:54px;
    font-size:14px;
  }
  .hsj-quiz-v3__nav{
    flex-direction:column;
    align-items:stretch;
  }
  .hsj-quiz-v3__next,
  .hsj-quiz-v3__button,
  .hsj-quiz-v3__view-details{
    width:100%;
  }
  .hsj-quiz-v3__result{
    padding:54px 0 62px;
  }
  .hsj-quiz-v3__result-shell{
    width:calc(100% - 32px);
  }
  .hsj-quiz-v3__result-grid{
    gap:18px 12px;
  }
}
