/** Shopify CDN: Minification failed

Line 7:0 Unexpected "<"
Line 783:0 Unexpected "<"

**/
<style>
/* ============================================================
   JOEY VIEW
   Full bleed background + 1380px content width
   ============================================================ */

.ls-joey-view{
  width:100%;
  max-width:none;
  margin:0;
  padding:0;
  background:transparent;
}

.ls-joey-view--contained,
.ls-joey-view--full{
  width:100%;
  max-width:none;
  margin:0;
  padding:0;
}

section.ls-joeycombo{
  --navy:#010230;
  --pink:#ac528b;
  --green:#10b981;
  --green-dark:#047857;
  --muted:#5b6170;
  --line:#e5e7eb;
  --soft:#f7f5f8;
  --card:#ffffff;

  width:100%;
  max-width:none;
  margin:0;
  padding:25px 10px;
  background:var(--soft);
  overflow:visible;
  border:0;
  border-radius:0;
  box-shadow:none;
}

section.ls-joeycombo *{
  box-sizing:border-box;
}

.ls-joeycombo__inner{
  width:100%;
  margin:0;
  padding:0;
}

.ls-joeycombo__grid,
.ls-joeycombo__debugAccordion{
  width:100%;
  max-width:1380px;
  margin-left:auto;
  margin-right:auto;
}

.ls-joeycombo__grid{
  display:grid;
  grid-template-columns:minmax(0,1.35fr) minmax(320px,.8fr);
  gap:16px;
  align-items:start;
}

.ls-joeycombo__left,
.ls-joeycombo__right{
  min-width:0;
  background:var(--card);
  border:1px solid var(--line);
  border-radius:15px;
  box-shadow:0 12px 32px rgba(1,2,48,.06);
  padding:25px;
}

.ls-joeycombo__person{
  display:grid;
  grid-template-columns:64px 1fr;
  gap:18px;
  align-items:start;
  margin-bottom:18px;
}

.ls-joeycombo__avatar{
  width:64px;
  height:64px;
  border-radius:50%;
  overflow:hidden;
  background:#fff;
  border:1px solid rgba(0,0,0,.06);
  margin-top:52px;
}

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

.ls-joeycombo__personMeta{
  min-width:0;
}

.ls-joeycombo__personTitle{
  margin:0;
  color:var(--navy);
  font-size: clamp(22px, 2vw, 30px) !important;
  line-height:.98;
  max-width:700px;
  font-weight:800;
  letter-spacing:-.05em;
  text-transform:uppercase;
  font-style:italic;
}

.ls-joeycombo__personTitle span{
  color:#6b7280;
}

.ls-joeycombo__personText{
  margin:8px 0 0;
  color:#000;
  font-size:16px;
  line-height:1.5;
  font-weight:600;
  max-width:720px;
}


.ls-joeycombo__heroVerdict{
  display:grid;
  grid-template-columns:minmax(0,1fr) 112px;
  gap:22px;
  align-items:center;
  margin-top:16px;
}

.ls-joeycombo__heroQuote{
  margin:0;
  padding:18px 22px;
  border:1px solid var(--line);
  border-radius:18px;
  background:#f7faf8;
  color:var(--navy);
  font-size:17px;
  line-height:1.45;
  font-weight:700;
}

.ls-joeycombo__bigScore{
  position:relative;
  width:108px;
  height:108px;
  border-radius:50%;
  display:grid;
  place-items:center;
  align-content:center;
  justify-self:center;
  background:#fff;
  color:var(--navy);
  box-shadow:0 12px 34px rgba(172,82,139,.22);
  isolation:isolate;
}

.ls-joeycombo__bigScore:before{
  content:"";
  position:absolute;
  inset:-5px;
  border-radius:50%;
  background:conic-gradient(from 0deg,#ac528b,#df4e79,#ffd6ea,#ac528b);
  z-index:-2;
  animation:lsJoeyScoreSpin 3.8s linear infinite;
}

.ls-joeycombo__bigScore:after{
  content:"";
  position:absolute;
  inset:5px;
  border-radius:50%;
  background:#fff;
  z-index:-1;
}

.ls-joeycombo__bigScore strong{
  display:block;
  font-size:28px;
  line-height:1;
  font-weight:1000;
  letter-spacing:-.04em;
}

.ls-joeycombo__bigScore span{
  display:block;
  margin-top:5px;
  font-size:13px;
  line-height:1;
  font-weight:700;
}

@keyframes lsJoeyScoreSpin{
  to{ transform:rotate(360deg); }
}

.ls-joeycombo__howBox{
  margin:14px 0 0;
  padding:16px;
  border-radius:18px;
  background:#f7faf8;
  border:1px solid var(--line);
}

.ls-joeycombo__howBox h4{
  margin:0 0 8px;
  color:var(--navy);
  font-size:18px;
  line-height:1.2;
  font-weight:800;
}

.ls-joeycombo__howBox p{
  margin:0;
  color:#000;
  font-size:15px;
  line-height:1.45;
  font-weight:500;
}

.ls-joeycombo__howBox p + p{
  margin-top:10px;
}

.ls-joeycombo__expectedScore strong{
  color:var(--navy);
  font-weight:900;
}

.ls-joeycombo__divider_left,
.ls-joeycombo__divider_right{
  height:1px;
  margin:18px 0 20px;
  background:rgba(172,82,139,.22);
}

.ls-joeycombo__usageGrid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
}

.ls-joeycombo__usageCol{
  min-width:0;
}

.ls-joeycombo__usageTitle{
  margin:0 0 14px;
  color:var(--navy);
  font-size:18px;
  line-height:1.1;
  font-weight:600;
}

.ls-joeycombo__list{
  display:grid;
  gap:12px;
}

.ls-joeycombo__item{
  display:grid;
  grid-template-columns:26px 1fr;
  gap:10px;
  align-items:flex-start;
}

.ls-joeycombo__icon{
  width:26px;
  height:26px;
  border-radius:50%;
  display:grid;
  place-items:center;
  font-size:14px;
  line-height:1;
  font-weight:1000;
}

.ls-joeycombo__icon--yes{
  background:rgba(16,185,129,.12);
  color:var(--green);
}

.ls-joeycombo__icon--no{
  background:rgba(244,63,94,.12);
  color:#f43f5e;
}

.ls-joeycombo__text{
  color:var(--navy);
  font-size:16px;
  line-height:1.45;
  font-weight:500;
}

.ls-joeycombo__empty{
  margin:0;
  color:#ac528c;
  font-size:16px;
  line-height:1.5;
  font-weight:500;
}

.ls-joeycombo__scoreTop{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:14px;
  margin-bottom:14px;
}

.ls-joeycombo__valueHead{
  min-width:0;
}

.ls-joeycombo__scoreTitle{
  margin:0;
  color:var(--navy);
  font-size:clamp(24px,2vw,30px);
  line-height:.92;
  letter-spacing:-.05em;
  font-weight:1000;
  text-transform:uppercase;
  font-style:italic;
}

.ls-joeycombo__scoreUpdated{
  margin:6px 0 0;
  color:var(--muted);
  font-size:16px;
  line-height:1.35;
  font-weight:500;
}

.ls-joeycombo__valueBadge{
  flex:0 0 auto;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:9px 13px;
  border-radius:999px;
  font-size:16px;
  line-height:1;
  font-weight:700;
  white-space:nowrap;
}

.ls-joeycombo__valueBadge--excellent,
.ls-joeycombo__valueBadge--strong,
.ls-joeycombo__valueBadge--good{
  color:var(--green-dark);
  background:rgba(16,185,129,.12);
}

.ls-joeycombo__valueBadge--fair{
  color:#052534;
  background:#cbefff;
}

.ls-joeycombo__valueBadge--neutral{
  color:#374151;
  background:#f3f4f6;
}

.ls-joeycombo__valueBox{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:14px;
  align-items:center;
  margin:0 0 14px;
  padding:16px;
  border-radius:18px;
  background:#f7faf8;
  border:1px solid var(--line);
}

.ls-joeycombo__valueSentence{
  margin:0;
  color:var(--navy);
  font-size:16px;
  line-height:1.45;
  font-weight:600;
}

.ls-joeycombo__leadMark{
  color:var(--pink);
}

.ls-joeycombo__miniScore{
  width:58px;
  height:58px;
  border-radius:50%;
  background:#fff;
  display:grid;
  place-items:center;
  color:var(--navy);
  box-shadow:0 8px 20px rgba(1,2,48,.06);
}

.ls-joeycombo__miniScore strong{
  font-size:16px;
  font-weight:1000;
}

.ls-joeycombo__scoreGrid{
  display:grid;
  gap:10px;
}

.ls-joeycombo__scoreRow{
  padding:14px;
  border:1px solid var(--line);
  border-radius:16px;
  background:#fff;
}

.ls-joeycombo__scoreRowTop{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  margin-bottom:8px;
}

.ls-joeycombo__scoreLabel{
  color:var(--navy);
  font-size:16px;
  line-height:1.2;
  font-weight:600;
}

.ls-joeycombo__scoreValue{
  color:var(--navy);
  font-size:16px;
  line-height:1;
  font-weight:1000;
}

.ls-joeycombo__bar{
  position:relative;
  height:10px;
  border-radius:999px;
  background:#e8eee9;
  overflow:hidden;
}

.ls-joeycombo__fill{
  position:absolute;
  inset:0 auto 0 0;
  height:100%;
  border-radius:999px;
  background:linear-gradient(90deg,#ac528b 0%,#df4e79 100%);
  z-index:2;
}

.ls-joeycombo__debugAccordion{
  margin-top:18px;
  border:1px solid var(--line);
  border-radius:18px;
  background:#fff;
  overflow:hidden;
  box-shadow:0 12px 32px rgba(1,2,48,.04);
}

.ls-joeycombo__debugSummary{
  cursor:pointer;
  padding:16px 18px;
  font-weight:800;
  font-size:14px;
  color:var(--navy);
  display:flex;
  align-items:center;
  justify-content:space-between;
}

.ls-joeycombo__debugSummary::after{
  content:"+";
  font-size:18px;
  transition:transform .2s ease;
}

.ls-joeycombo__debugAccordion[open] .ls-joeycombo__debugSummary::after{
  content:"–";
}

.ls-joeycombo__debug{
  padding:0 18px 18px;
  border-top:1px solid #f1f5f9;
}

.ls-joeycombo__debugSection + .ls-joeycombo__debugSection{
  margin-top:18px;
  padding-top:18px;
  border-top:1px solid #e2e8f0;
}

.ls-joeycombo__debugHead{
  margin:0 0 10px;
  font-size:13px;
  line-height:1.2;
  font-weight:800;
  letter-spacing:.06em;
  text-transform:uppercase;
  color:#344054;
}

.ls-joeycombo__debugGrid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:8px 18px;
}

.ls-joeycombo__debugRow{
  font-size:13px;
  line-height:1.45;
  color:#344054;
  word-break:break-word;
}

.ls-joeycombo__debugWide{
  grid-column:1 / -1;
}

.ls-joeycombo__debugPass{
  color:#0f9f5a;
  font-weight:700;
}

.ls-joeycombo__debugFail{
  color:#d92d20;
  font-weight:700;
}

@media(max-width:1140px){
  .ls-joeycombo__grid{
    grid-template-columns:1fr;
  }
}

@media(max-width:989px){
  .ls-joeycombo__usageGrid{
    grid-template-columns:1fr;
    gap:22px;
  }
}

@media(max-width:749px){
  section.ls-joeycombo{
    padding:38px 14px;
  }

  .ls-joeycombo__left,
  .ls-joeycombo__right{
    border-radius:15px;
    padding:25px;
  }

  .ls-joeycombo__person{
    grid-template-columns:58px 1fr;
    gap:14px;
  }

  .ls-joeycombo__avatar{
    width:58px;
    height:58px;
  }

  .ls-joeycombo__personTitle{
    font-size:24px;
  }

  .ls-joeycombo__personText,
  .ls-joeycombo__text,
  .ls-joeycombo__valueSentence,
  .ls-joeycombo__scoreLabel{
    font-size:15px;
    font-weight:600;
  }

  .ls-joeycombo__scoreValue{
    font-size:15px;
  }

  .ls-joeycombo__scoreTop{
    flex-direction:column;
    align-items:flex-start;
  }

  .ls-joeycombo__scoreTitle{
    font-size:28px;
  }

  .ls-joeycombo__valueBox{
    grid-template-columns:1fr auto;
    padding:16px;
  }

  .ls-joeycombo__miniScore{
    width:56px;
    height:56px;
  }

  .ls-joeycombo__heroVerdict{
    grid-template-columns:1fr;
    gap:14px;
  }

  .ls-joeycombo__avatar{
    margin-top:0;
  }

  .ls-joeycombo__heroQuote{
    font-size:15px;
    padding:16px;
  }

  .ls-joeycombo__bigScore{
    width:96px;
    height:96px;
    justify-self:start;
  }

  .ls-joeycombo__bigScore strong{
    font-size:24px;
  }

  .ls-joeycombo__bigScore span{
    font-size:12px;
  }

  .ls-joeycombo__howBox h4{
    font-size:17px;
  }

  .ls-joeycombo__howBox p{
    font-size:14px;
  }

  .ls-joeycombo__usageTitle{
    font-size:18px;
  }

  .ls-joeycombo__debugGrid{
    grid-template-columns:1fr;
  }
}

/* ============================================================
   JOEY VIEW HEADER LAYOUT OVERRIDE
   Desktop: title spans top, avatar + quote + score below
   Mobile: title/avatar top, quote left and score right
   ============================================================ */

.ls-joeycombo__person{
  display:grid;
  grid-template-columns:64px minmax(0,1fr);
  grid-template-areas:
    "title title"
    "avatar verdict";
  gap:16px 18px;
  align-items:center;
  margin-bottom:18px;
}

.ls-joeycombo__personMeta{
  display:contents;
}

.ls-joeycombo__personTitle{
  grid-area:title;
  max-width:none;
  margin:0;
}

.ls-joeycombo__avatar{
  grid-area:avatar;
  margin-top:0;
  align-self:center;
}

.ls-joeycombo__heroVerdict{
  grid-area:verdict;
  display:grid;
  grid-template-columns:minmax(0,1fr) 112px;
  gap:22px;
  align-items:center;
  margin-top:0;
}

.ls-joeycombo__heroQuote{
  align-self:center;
}

.ls-joeycombo__bigScore{
  justify-self:end;
}

@media(max-width:749px){
  .ls-joeycombo__person{
    grid-template-columns:74px minmax(0,1fr);
    grid-template-areas:
      "avatar title"
      "verdict verdict";
    gap:14px 16px;
    align-items:center;
  }

  .ls-joeycombo__avatar{
    width:64px;
    height:64px;
    justify-self:start;
  }

  .ls-joeycombo__personTitle{
    font-size:24px;
    line-height:1.05;
  }

  .ls-joeycombo__heroVerdict{
    grid-template-columns:minmax(0,1fr) 102px;
    gap:14px;
    align-items:center;
  }

  .ls-joeycombo__heroQuote{
    font-size:15px;
    line-height:1.45;
    padding:16px;
    text-align:left;
  }

  .ls-joeycombo__bigScore{
    width:92px;
    height:92px;
    justify-self:end;
  }

  .ls-joeycombo__bigScore strong{
    font-size:23px;
  }

  .ls-joeycombo__bigScore span{
    font-size:11px;
  }
}

@media(max-width:520px){
  .ls-joeycombo__heroVerdict{
    grid-template-columns:minmax(0,1fr) 92px;
    gap:12px;
  }

  .ls-joeycombo__bigScore{
    width:84px;
    height:84px;
  }

  .ls-joeycombo__bigScore strong{
    font-size:21px;
  }

  .ls-joeycombo__bigScore span{
    font-size:10px;
  }
}

</style>