/* Bi'Tisort v6.3.0 — reference production cards + 4-step flow */
body.bt-hybrid-pro-v620 .hp-production-services{
  width:min(1560px,calc(100% - 96px));
  max-width:1560px;
  margin:18px auto 22px;
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:16px;
}
body.bt-hybrid-pro-v620 .hp-production-card{
  position:relative;
  overflow:hidden;
  min-width:0;
  border:1px solid #eee7e0;
  border-radius:14px;
  background:#fff;
  box-shadow:0 10px 28px rgba(32,23,15,.055);
  transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease;
}
body.bt-hybrid-pro-v620 .hp-production-card:hover{
  transform:translateY(-3px);
  border-color:#e7d7ca;
  box-shadow:0 18px 34px rgba(32,23,15,.09);
}
body.bt-hybrid-pro-v620 .hp-production-media{
  position:relative;
  aspect-ratio:2.35/1;
  overflow:hidden;
  margin:10px 10px 0;
  border-radius:10px;
  background:#f3eee8;
}
body.bt-hybrid-pro-v620 .hp-production-media img{
  display:block;
  width:100%;height:100%;
  object-fit:cover;
}
body.bt-hybrid-pro-v620 .hp-production-badge{
  position:absolute;
  left:13px;bottom:-9px;
  width:52px;height:52px;
  border-radius:50%;
  display:grid;place-items:center;
  background:#ff6718;
  color:#fff;
  border:4px solid #fff;
  box-shadow:0 5px 14px rgba(255,103,24,.28);
  z-index:3;
}
body.bt-hybrid-pro-v620 .hp-production-badge svg{
  width:26px;height:26px;
  fill:none;stroke:currentColor;stroke-width:1.9;
  stroke-linecap:round;stroke-linejoin:round;
}
body.bt-hybrid-pro-v620 .hp-production-copy{
  padding:14px 14px 16px;
}
body.bt-hybrid-pro-v620 .hp-production-copy h3{
  margin:0 0 7px;
  color:#171717;
  font-size:20px;
  line-height:1.08;
  letter-spacing:-.025em;
  font-weight:850;
}
body.bt-hybrid-pro-v620 .hp-production-copy p{
  min-height:47px;
  margin:0 0 13px;
  color:#5f5b57;
  font-size:12px;
  line-height:1.45;
}
body.bt-hybrid-pro-v620 .hp-production-copy a{
  display:inline-flex;align-items:center;gap:10px;
  color:#191919;
  text-decoration:none;
  font-size:11px;
  font-weight:800;
}
body.bt-hybrid-pro-v620 .hp-production-copy a span{font-size:17px;line-height:1}
body.bt-hybrid-pro-v620 .hp-production-copy a:hover{color:#ff6718}

body.bt-hybrid-pro-v620 .hp-how-reference{
  width:min(1560px,calc(100% - 96px));
  max-width:1560px;
  margin:0 auto 34px;
  padding:0;
}
body.bt-hybrid-pro-v620 .hp-how-reference>h2{
  margin:0 0 8px;
  text-align:center;
  color:#171717;
  font-size:28px;
  line-height:1.05;
  letter-spacing:-.035em;
  font-weight:900;
}
body.bt-hybrid-pro-v620 .hp-how-panel{
  display:grid;
  grid-template-columns:minmax(0,1fr) 48px minmax(0,1fr) 48px minmax(0,1fr) 48px minmax(0,1fr);
  gap:0;
  align-items:center;
  overflow:hidden;
  border:1px solid #f0ebe6;
  border-radius:15px;
  background:#fff;
  box-shadow:0 12px 30px rgba(32,23,15,.045);
  padding:18px 18px 16px;
}
body.bt-hybrid-pro-v620 .hp-how-step{
  position:relative;
  min-width:0;
  text-align:center;
  padding:0 10px;
}
body.bt-hybrid-pro-v620 .hp-how-number{
  position:absolute;
  top:0;left:4px;
  width:30px;height:30px;
  border-radius:50%;
  display:grid;place-items:center;
  background:#ff6718;
  color:#fff;
  font-size:14px;
  font-weight:900;
  z-index:2;
}
body.bt-hybrid-pro-v620 .hp-how-step img{
  display:block;
  width:100%;
  max-width:170px;
  height:96px;
  margin:0 auto 7px;
  object-fit:contain;
}
body.bt-hybrid-pro-v620 .hp-how-step h3{
  margin:0 0 5px;
  color:#171717;
  font-size:15px;
  line-height:1.15;
  font-weight:850;
}
body.bt-hybrid-pro-v620 .hp-how-step p{
  max-width:245px;
  margin:0 auto;
  color:#625e5a;
  font-size:10.5px;
  line-height:1.45;
}
body.bt-hybrid-pro-v620 .hp-how-arrow{
  display:grid;place-items:center;
  color:#aaa49f;
  font-size:36px;
  font-weight:200;
  line-height:1;
}
/* old icon-only benefit/step blocks are intentionally replaced in v6.3.0 */
body.bt-hybrid-pro-v620 #hpHeroBenefits,
body.bt-hybrid-pro-v620 .hp-steps-after-studio{display:none!important}
/* the bottom four method tiles are redundant after the new hero service cards */
body.bt-hybrid-pro-v620 .hp-service-stack .hp-methods{display:none!important}
body.bt-hybrid-pro-v620 .hp-service-stack{margin-top:28px!important}

@media(max-width:1120px){
  body.bt-hybrid-pro-v620 .hp-production-services{width:calc(100% - 56px);grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
  body.bt-hybrid-pro-v620 .hp-how-reference{width:calc(100% - 56px)}
  body.bt-hybrid-pro-v620 .hp-how-panel{grid-template-columns:1fr 34px 1fr;row-gap:18px}
  body.bt-hybrid-pro-v620 .hp-how-arrow:nth-of-type(2){display:none}
  body.bt-hybrid-pro-v620 .hp-how-step:nth-of-type(3){grid-column:1}
  body.bt-hybrid-pro-v620 .hp-how-step:nth-of-type(4){grid-column:3}
}
@media(max-width:680px){
  body.bt-hybrid-pro-v620 .hp-production-services{width:calc(100% - 28px);grid-template-columns:1fr;gap:12px;margin-top:12px}
  body.bt-hybrid-pro-v620 .hp-production-media{aspect-ratio:2.5/1}
  body.bt-hybrid-pro-v620 .hp-production-copy h3{font-size:18px}
  body.bt-hybrid-pro-v620 .hp-production-copy p{min-height:0;font-size:11px}
  body.bt-hybrid-pro-v620 .hp-how-reference{width:calc(100% - 28px);margin-bottom:26px}
  body.bt-hybrid-pro-v620 .hp-how-reference>h2{font-size:24px;margin-bottom:10px}
  body.bt-hybrid-pro-v620 .hp-how-panel{grid-template-columns:1fr;padding:8px 14px}
  body.bt-hybrid-pro-v620 .hp-how-arrow{display:none!important}
  body.bt-hybrid-pro-v620 .hp-how-step{padding:14px 6px;border-bottom:1px solid #eee8e2}
  body.bt-hybrid-pro-v620 .hp-how-step:last-child{border-bottom:0}
  body.bt-hybrid-pro-v620 .hp-how-step img{height:88px;max-width:150px}
  body.bt-hybrid-pro-v620 .hp-how-number{top:14px;left:6px}
}
