
.hb-crossbody-guide{
  --hb-ink:#111111;
  --hb-copy:#333333;
  --hb-muted:#6b6b6b;
  --hb-line:#dddddd;
  --hb-soft:#f5f5f3;
  --hb-white:#ffffff;

  width:100%;
  max-width:1180px;
  margin:0 auto;
  color:var(--hb-copy);
  font-family:Arial,Helvetica,sans-serif;
  font-size:17px;
  line-height:1.72;
}

.hb-crossbody-guide,
.hb-crossbody-guide *{
  box-sizing:border-box;
}

.hb-crossbody-guide h1,
.hb-crossbody-guide h2,
.hb-crossbody-guide h3,
.hb-crossbody-guide p,
.hb-crossbody-guide ul{
  margin-top:0;
}

.hb-crossbody-guide h1{
  width:100%;
  max-width:none;
  margin:0 0 28px;
  color:var(--hb-ink);
  font-size:clamp(36px,5vw,58px);
  line-height:1.07;
  letter-spacing:-.04em;
}

.hb-crossbody-guide h2{
  margin:68px 0 22px;
  padding-top:19px;
  border-top:2px solid var(--hb-ink);
  color:var(--hb-ink);
  font-size:clamp(27px,3vw,36px);
  line-height:1.18;
  letter-spacing:-.025em;
}

.hb-crossbody-guide h3{
  margin:34px 0 12px;
  color:var(--hb-ink);
  font-size:21px;
  line-height:1.32;
}

.hb-crossbody-guide p{
  margin-bottom:18px;
}

.hb-crossbody-guide a{
  color:var(--hb-ink);
  font-weight:700;
  text-decoration-color:#8d8d8d;
  text-decoration-thickness:1px;
  text-underline-offset:4px;
}

.hb-crossbody-guide a:hover{
  text-decoration-color:var(--hb-ink);
}

.hb-crossbody-guide .hb-lede{
  width:100%;
  max-width:none;
  margin-bottom:28px;
  color:#252525;
  font-size:20px;
  line-height:1.64;
}

.hb-crossbody-guide .hb-principle{
  display:grid;
  grid-template-columns:180px 1fr;
  gap:28px;
  width:100%;
  margin:30px 0 34px;
  padding:22px 0;
  border-top:1px solid var(--hb-line);
  border-bottom:1px solid var(--hb-line);
}

.hb-crossbody-guide .hb-principle strong{
  color:var(--hb-ink);
  font-size:13px;
  line-height:1.5;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.hb-crossbody-guide .hb-principle p{
  margin:0;
  font-size:16px;
  line-height:1.65;
}

.hb-crossbody-guide .hb-toc{
  display:flex;
  flex-wrap:nowrap;
  gap:8px;
  width:100%;
  margin:30px 0 46px;
  padding:12px;
  border:1px solid var(--hb-line);
  background:var(--hb-soft);
}

.hb-crossbody-guide .hb-toc a{
  flex:1 1 0;
  min-width:0;
  padding:10px 7px;
  border:1px solid #c7c7c7;
  background:var(--hb-white);
  color:var(--hb-ink);
  font-size:13px;
  line-height:1.25;
  text-align:center;
  text-decoration:none;
  white-space:nowrap;
  transition:background .2s ease,color .2s ease,border-color .2s ease;
}

.hb-crossbody-guide .hb-toc a:hover{
  border-color:var(--hb-ink);
  background:var(--hb-ink);
  color:var(--hb-white);
}

.hb-crossbody-guide .hb-line-map{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  margin:30px 0 38px;
  border-top:1px solid var(--hb-line);
  border-left:1px solid var(--hb-line);
}

.hb-crossbody-guide .hb-line-map > div{
  min-height:138px;
  padding:20px 18px;
  border-right:1px solid var(--hb-line);
  border-bottom:1px solid var(--hb-line);
}

.hb-crossbody-guide .hb-num{
  display:block;
  margin-bottom:10px;
  color:var(--hb-muted);
  font-size:12px;
  font-weight:700;
  letter-spacing:.08em;
}

.hb-crossbody-guide .hb-line-map strong{
  display:block;
  margin-bottom:7px;
  color:var(--hb-ink);
  font-size:17px;
}

.hb-crossbody-guide .hb-line-map p{
  margin:0;
  color:var(--hb-muted);
  font-size:14px;
  line-height:1.55;
}

.hb-crossbody-guide .hb-callout{
  margin:28px 0 34px;
  padding:22px 25px;
  border-left:4px solid var(--hb-ink);
  background:var(--hb-soft);
}

.hb-crossbody-guide .hb-callout p:last-child{
  margin-bottom:0;
}

.hb-crossbody-guide .hb-placement{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:30px;
  margin:28px 0 36px;
}

.hb-crossbody-guide .hb-placement-item{
  padding-top:18px;
  border-top:1px solid var(--hb-line);
}

.hb-crossbody-guide .hb-placement-item strong{
  display:block;
  margin-bottom:8px;
  color:var(--hb-ink);
  font-size:18px;
}

.hb-crossbody-guide .hb-placement-item p{
  margin:0;
}

.hb-crossbody-guide .hb-strap-path{
  margin:27px 0 35px;
  border-top:2px solid var(--hb-ink);
}

.hb-crossbody-guide .hb-path-row{
  display:grid;
  grid-template-columns:175px 1fr;
  gap:25px;
  padding:19px 0;
  border-bottom:1px solid var(--hb-line);
}

.hb-crossbody-guide .hb-path-row strong{
  color:var(--hb-ink);
}

.hb-crossbody-guide .hb-path-row p{
  margin:0;
}

.hb-crossbody-guide .hb-front-read{
  margin:28px 0 38px;
  border-top:2px solid var(--hb-ink);
}

.hb-crossbody-guide .hb-front-row{
  display:grid;
  grid-template-columns:190px 1fr;
  gap:26px;
  padding:20px 0;
  border-bottom:1px solid var(--hb-line);
}

.hb-crossbody-guide .hb-front-row strong{
  color:var(--hb-ink);
}

.hb-crossbody-guide .hb-front-row p{
  margin:0;
}

.hb-crossbody-guide .hb-product-rail{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:17px;
  margin:36px 0 46px;
}

.hb-crossbody-guide .hb-product-card{
  display:flex;
  flex-direction:column;
  min-width:0;
  border:1px solid var(--hb-line);
  background:var(--hb-white);
}

.hb-crossbody-guide .hb-product-image{
  position:relative;
  display:block;
  min-height:410px;
  overflow:hidden;
  border-bottom:1px solid var(--hb-line);
  background:#f1f1ef;
  text-decoration:none;
}

.hb-crossbody-guide .hb-product-image img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  padding:16px;
  object-fit:contain;
  background:#f1f1ef;
  transition:opacity .38s ease,transform .48s ease;
}

.hb-crossbody-guide .hb-product-image .hb-primary{
  opacity:1;
}

.hb-crossbody-guide .hb-product-image .hb-secondary{
  opacity:0;
}

.hb-crossbody-guide .hb-product-copy{
  display:flex;
  flex:1;
  flex-direction:column;
  padding:21px 21px 23px;
}

.hb-crossbody-guide .hb-eyebrow{
  margin-bottom:8px;
  color:var(--hb-muted);
  font-size:12px;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.hb-crossbody-guide .hb-product-copy h3{
  margin:0 0 11px;
  font-size:19px;
  line-height:1.34;
}

.hb-crossbody-guide .hb-product-copy p{
  margin-bottom:17px;
  color:#4b4b4b;
  font-size:14px;
  line-height:1.6;
}

.hb-crossbody-guide .hb-button{
  display:inline-block;
  align-self:flex-start;
  margin-top:auto;
  padding:11px 17px;
  border:1px solid var(--hb-ink);
  background:var(--hb-ink);
  color:var(--hb-white);
  font-size:14px;
  font-weight:700;
  line-height:1.3;
  text-align:center;
  text-decoration:none;
  transition:background .2s ease,color .2s ease;
}

.hb-crossbody-guide .hb-button:hover{
  background:var(--hb-white);
  color:var(--hb-ink);
}

.hb-crossbody-guide .hb-movement{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  margin:30px 0 38px;
  border-top:2px solid var(--hb-ink);
  border-left:1px solid var(--hb-line);
}

.hb-crossbody-guide .hb-movement > div{
  padding:20px 18px;
  border-right:1px solid var(--hb-line);
  border-bottom:1px solid var(--hb-line);
}

.hb-crossbody-guide .hb-movement strong{
  display:block;
  margin-bottom:7px;
  color:var(--hb-ink);
  font-size:17px;
}

.hb-crossbody-guide .hb-movement p{
  margin:0;
  font-size:14px;
  line-height:1.55;
}

.hb-crossbody-guide .hb-after-move{
  margin:29px 0 35px;
  padding:24px 26px;
  border:1px solid var(--hb-line);
  background:var(--hb-soft);
}

.hb-crossbody-guide .hb-after-move strong{
  display:block;
  margin-bottom:12px;
  color:var(--hb-ink);
  font-size:17px;
}

.hb-crossbody-guide .hb-after-move ul{
  margin:0;
  padding-left:21px;
}

.hb-crossbody-guide .hb-after-move li{
  margin-bottom:8px;
}

.hb-crossbody-guide .hb-after-move li:last-child{
  margin-bottom:0;
}

.hb-crossbody-guide .hb-correction-flow{
  margin:28px 0 38px;
  border-top:1px solid var(--hb-line);
}

.hb-crossbody-guide .hb-correction-block{
  padding:28px 0 26px;
  border-bottom:1px solid var(--hb-line);
}

.hb-crossbody-guide .hb-correction-label{
  display:inline-block;
  margin-bottom:8px;
  color:var(--hb-muted);
  font-size:12px;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.hb-crossbody-guide .hb-correction-block h3{
  margin:0 0 12px;
  color:var(--hb-ink);
  font-size:22px;
  line-height:1.3;
}

.hb-crossbody-guide .hb-correction-block p{
  max-width:920px;
}

.hb-crossbody-guide .hb-correction-block p:last-child{
  margin-bottom:0;
}

.hb-crossbody-guide .hb-faq details{
  margin-bottom:12px;
  border:1px solid var(--hb-line);
  background:var(--hb-white);
}

.hb-crossbody-guide .hb-faq summary{
  position:relative;
  padding:18px 52px 18px 20px;
  color:var(--hb-ink);
  font-weight:700;
  cursor:pointer;
  list-style:none;
}

.hb-crossbody-guide .hb-faq summary::-webkit-details-marker{
  display:none;
}

.hb-crossbody-guide .hb-faq summary:after{
  content:"+";
  position:absolute;
  top:50%;
  right:20px;
  transform:translateY(-50%);
  color:var(--hb-ink);
  font-size:22px;
  font-weight:400;
}

.hb-crossbody-guide .hb-faq details[open] summary:after{
  content:"–";
}

.hb-crossbody-guide .hb-answer{
  padding:0 20px 20px;
}

.hb-crossbody-guide .hb-answer p:last-child{
  margin-bottom:0;
}

/* Final CTA: single-column layout with button below the text */
.hb-crossbody-guide .hb-final{
  display:block;
  width:100%;
  margin-top:64px;
  padding:clamp(30px,5vw,50px);
  border:2px solid var(--hb-ink);
  background:var(--hb-soft);
}

.hb-crossbody-guide .hb-final-title{
  max-width:820px;
  margin:0 0 13px;
  color:var(--hb-ink);
  font-size:clamp(27px,3vw,36px);
  font-weight:800;
  line-height:1.2;
  letter-spacing:-.025em;
}

.hb-crossbody-guide .hb-final p{
  max-width:820px;
}

.hb-crossbody-guide .hb-final p:last-child{
  margin-bottom:0;
}

.hb-crossbody-guide .hb-final .hb-button{
  display:inline-block;
  width:auto;
  margin-top:22px;
  padding:12px 18px;
  white-space:normal;
}

@media (hover:hover){
  .hb-crossbody-guide .hb-product-card:hover .hb-primary{
    opacity:0;
  }

  .hb-crossbody-guide .hb-product-card:hover .hb-secondary{
    opacity:1;
  }

  .hb-crossbody-guide .hb-product-card:hover .hb-product-image img{
    transform:scale(1.018);
  }
}

@media (max-width:950px){
  .hb-crossbody-guide .hb-toc{
    flex-wrap:wrap;
  }

  .hb-crossbody-guide .hb-toc a{
    flex:1 1 calc(33.333% - 8px);
  }

  .hb-crossbody-guide .hb-line-map,
  .hb-crossbody-guide .hb-movement{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .hb-crossbody-guide .hb-product-rail{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .hb-crossbody-guide .hb-product-card:last-child{
    grid-column:1 / -1;
    width:100%;
    max-width:570px;
    margin:0 auto;
  }
}

@media (max-width:760px){
  .hb-crossbody-guide{
    font-size:16px;
    line-height:1.68;
  }

  .hb-crossbody-guide h2{
    margin-top:54px;
  }

  .hb-crossbody-guide .hb-principle,
  .hb-crossbody-guide .hb-placement,
  .hb-crossbody-guide .hb-path-row,
  .hb-crossbody-guide .hb-front-row{
    grid-template-columns:1fr;
  }

  .hb-crossbody-guide .hb-principle,
  .hb-crossbody-guide .hb-path-row,
  .hb-crossbody-guide .hb-front-row{
    gap:7px;
  }

  .hb-crossbody-guide .hb-product-rail{
    grid-template-columns:1fr;
  }

  .hb-crossbody-guide .hb-product-card:last-child{
    grid-column:auto;
    max-width:none;
  }

  .hb-crossbody-guide .hb-product-image{
    min-height:390px;
  }

  .hb-crossbody-guide .hb-correction-block p{
    max-width:none;
  }
}

@media (max-width:540px){
  .hb-crossbody-guide .hb-toc a{
    flex:1 1 calc(50% - 8px);
    white-space:normal;
  }

  .hb-crossbody-guide .hb-line-map,
  .hb-crossbody-guide .hb-movement{
    grid-template-columns:1fr;
  }

  .hb-crossbody-guide .hb-product-image{
    min-height:340px;
  }

  .hb-crossbody-guide .hb-final{
    margin-top:52px;
    padding:27px 22px;
  }

  .hb-crossbody-guide .hb-final .hb-button{
    width:100%;
    margin-top:20px;
  }
}

@media (prefers-reduced-motion:reduce){
  .hb-crossbody-guide .hb-product-image img,
  .hb-crossbody-guide .hb-button,
  .hb-crossbody-guide .hb-toc a{
    transition:none;
  }
}
